/* 
Author: Start Bootstrap - http://startbootstrap.com
'SB Admin' HTML Template by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* ATTN: This is mobile first CSS - to update 786px and up screen width use the media query near the bottom of the document! */

/* Global Styles */

body {
  margin-top: 110px;
}


input[type="checkbox"] {
  margin-right: 5px !important;
}

#wrapper {
  padding-left: 0;
}

.navbar {
	min-height:50px
}

.navbar-brand img {
	height: 85px;
}

.navbar-collapse.navbar-ex1-collapse.collapse {
	/*margin-top:20px;*/
}



#page-wrapper {
  width: 100%;
  padding: 5px 15px;
}

/* Nav Messages */

.messages-dropdown .dropdown-menu .message-preview .avatar,
.messages-dropdown .dropdown-menu .message-preview .name,
.messages-dropdown .dropdown-menu .message-preview .message,
.messages-dropdown .dropdown-menu .message-preview .time {
  display: block;
}

.messages-dropdown .dropdown-menu .message-preview .avatar {
  float: left;
  margin-right: 15px;
}

.messages-dropdown .dropdown-menu .message-preview .name {
  font-weight: bold;
}

.messages-dropdown .dropdown-menu .message-preview .message {
  font-size: 12px;
}

.messages-dropdown .dropdown-menu .message-preview .time {
  font-size: 12px;
}


/* Nav Announcements */

.announcement-heading {
  font-size: 50px;
  margin: 0;
}

.announcement-text {
  margin: 0;
}

/* Table Headers */

table.tablesorter thead {
  cursor: pointer;
}

table.tablesorter thead tr th:hover {
  background-color: #f5f5f5;
}

/* Flot Chart Containers */

.flot-chart {
  display: block;
  height: 400px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}

/* Edit Below to Customize Widths > 768px */
@media (min-width:768px) {

  /* Wrappers */

  #wrapper {
	padding-left: 275px;
  }
  
  
	.navbar {
		min-height:50px
	}

	
	.navbar-brand img{
		height: 85px;
	}
	
  #page-wrapper {
	padding: 15px 25px;
	margin-top: 30px;
  }

  /* Side Nav */

  .side-nav {
	margin-left: -225px;
	left: 225px;
	width: 275px;
	position: fixed;
	top: 110px;
	height: 100%;
	border-radius: 0;
	border: none;
	background-color: #fff;
	overflow-y: auto;
	padding-bottom:110px;
	}

  /* Bootstrap Default Overrides - Customized Dropdowns for the Side Nav */

  .side-nav>li.dropdown ul.dropdown-menu {
	position: relative;
	min-width: 275px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: #F2F2F2;
	box-shadow: none;
	-webkit-box-shadow: none;
  }

  .side-nav>li.dropdown ul.dropdown-menu>li>a {
	color: #222;
	padding: 15px 15px 15px 25px;
  }

  .side-nav>li.dropdown ul.dropdown-menu>li>a:hover,
  .side-nav>li.dropdown ul.dropdown-menu>li>a.active,
  .side-nav>li.dropdown ul.dropdown-menu>li>a:focus {
	color: #222;
	background-color: #73c3e9;
  }

  @media (min-width: 768px) {
	.side-nav > li.dropdown ul.dropdown-menu > li > a:hover {
		background-color: #73c3e9 !important;
	}

	.side-nav>li>a {
		width: 275px;
	}

	.navbar-inverse .navbar-nav>li>a:hover,
	.navbar-inverse .navbar-nav>li>a:focus {
		background-color: #080808;
        color: #00c0ff;
	}
  }

  /* Nav Messages */

  .messages-dropdown .dropdown-menu {
	min-width: 300px;
  }

  .messages-dropdown .dropdown-menu li a {
	white-space: normal;
  }

  .navbar-collapse {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  .secondary-menu li {
	/*background:#545454;*/
	border-bottom:1px solid #fff;	
  }
  
  .secondary-menu li a{
	  margin-left:20px;
  }
  
  .parent-menu li.open > a{
	/*background:#373737 !important;*/
  }
  
  .secondary-menu li:first-child a {
	/*box-shadow: 0px -2px 15px #1B1919;*/
  }
	
}


legend {
	text-transform:capitalize;
}

ul.nav li.selected {
	background:#0F73A2;
}

ul.nav li.selected a {
	color:#FFF !important;
}

.margin {
	margin:5px 0;
}

.margin15 {
	margin:15px 0;
}

.no-margin { margin :0; }

/* Credit to bootsnipp.com for the css for the color graph */
.colorgraph {
  height: 5px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

/*	Tabs */
.tabwrapper {
    /*	margin: 10px 0; */
	margin-bottom: 30px;
	height: auto;
	overflow: auto;
}

@media only screen and (min-device-width: 992px){
	.tabwrapper {
    /*	margin: 10px; */
	    margin-bottom: 30px;
		height: 500px;
		overflow: auto;
	}
}

.row-margin-small {
	margin:0 
}

.deemphasize {
	color:#D2D2D2;
}

a.ui-tabs-anchor {
	font-size:12px;
}

table.table.table-small { font-size:12px; }

#sb-container { z-index:10000000 !important; }

ul.list-inline li { border-right:1px solid #858585; text-align:center; }
ul.list-inline li:last-child { border:0; }

.bold {
	font-weight:bold;
}

table.table thead th small { font-weight: normal; font-size:12px;}

.white {
	color:#FFF !important;
}

.align-center {
	text-align:center;
}

.ui-widget legend {
	font-size:12px;
	font-weight:bold;
	border-bottom:2px solid #ddd;
	padding-bottom:10px;
	margin:0;
}

.ui-widget legend small { font-weight: normal; font-size:12px;}

.ui-button-text {
	font-size:12px;
}

input:invalid{
  /* insert your own styles for invalid form input */
  -moz-box-shadow: none;
}

label.error {
	color:red;
}

legend input, legend select { font-size:14px; }

#dashboard {
	position:relative;
}

#dashboard #dashboardLoader {
	position:absolute;
	width:100%;
	height:20px;
}

#dashboard #dashboardLoaderWrapper {
	width:100%; 
	position:absolute; 
	top:0; 
	background:rgba(255,255,255,0.8);
}

/*	Admin Welcome page */
div#icon-menu legend{
	margin-top:10px;
}

div#icon-menu .icon-link {
	margin:10px 0;
}

.ui-widget-content a {
    color: #0074FF;
}

.ui-widget, table.table.table-small {
	font-size: 11px !important;
}

#pendingTransfers {
	margin-bottom:10px;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
}

.ui-tabs .ui-tabs-nav li a {
    padding: 8px;
}

.capitalize {
	text-transform: capitalize;
}

html.shadowbox nav.navbar, 
#sb-container div.navbar-header{ 
	display:none !important;
}

html.shadowbox body { margin:0;}

#CommperTimer .cntSeparator {
	font-size: 18px;
	margin: 5px 2px;
	color: #000;
}

#CommperTimer .desc { margin: 0px 0px; }
#CommperTimer .desc div {
	color: #000000;
	float: left;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	width: 49px;
}

#dashboardWrapper .panel{
	min-height:313px;
}

.panel .panel-title select {
	width: 200px;
	margin: -8px -13px 0 0;
	/* padding: 0; */
}

legend small {
	font-size:65%;
}

legend span.label {
	
}

legend {
	margin:20px 0;
}

legend.pageHeader {
	margin-top:0;
}

.margin-vertical {
	margin:10px 0 ;
}

.panel .table tr:first-child td{
	border:0;
}

panel .table tr:last-child {
	border:1px solid #000;
}


select.form-control.form-date {
	display: inline;
	width: 85px;
	margin-right:5px;
}

td.vertical-center {
	vertical-align:middle !important;
}

.dropdown-toggle .caret {
	margin-right: 10px;
	margin-top: 7px;
}

.navbar-default {
	background-color: #4195ad !important;
	border-color: #4195ad !important;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse {
	background-color: #fff !important;
	border-color: #fff !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus{
	background-color:#F2F2F2 !important;
	color:#222222 !important;}
	
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {background-color:#fff !important; color:#0054a4 !important;}

.a{color:#0054a4 !important;}

.navbar-inverse .navbar-nav > li > a{color:#222222 !important;}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand{color:#222222 !important;}

.navbar-brand {line-height: 30px !important; margin-bottom: 60px !important; padding: 0px !important;}

.navbar-inverse .navbar-toggle {
	background-color: #333 !important;
}

.warning-label {
	color: red;
	margin-bottom: 16px;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
}

@media (min-width: 768px) {
	.navbar-inverse {
		margin-bottom: 0;
	}
}



@media (max-width: 767px) {
	body {
		margin-top: 165px;
	}
	.navbar-nav .open .dropdown-menu {
		position: absolute;
		border: 1px solid grey;
		background-color: #fff;
	}
	.navbar-inverse {
		margin-top: 55px;
		z-index: 1;
	}
	.navbar-default .navbar-nav {
		margin: 7.5px 5px;
		width: 100%;
	}
	.navbar-default .navbar-nav .alerts-dropdown {
		float: left;
	}
	.navbar-default .navbar-nav .user-dropdown {
		float: right;
	}
	.navbar-default .navbar-right {
		float: right;
	}
	.navbar-brand img {
		height: 60px;
	}
}
