/* Global Styles */

/* ------------------------------- */

body {
    padding-top: 100px;
    background-color: #2C3E50;
}

/* Wrappers */

/* ------------------------------- */

#wrapper {
    width: 100%;
}

#page-wrapper {
    min-height: 568px;
    background-color: #f1f2f7;
}
}
.bgwhite {
	background: #fff;
}
/* Navigation */

/* ------------------------------- */

/* Top Right Navigation Dropdown Styles */

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

/* Sidebar Menu Styles */

.sidebar-search {
    padding: 15px;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.nav-second-level li,
.nav-third-level li {
    /*border-bottom: none !important;*/
    border-bottom: 1px solid #3E495A;
    margin-left: 10px;
}

.nav-second-level li a {
    padding-left: 37px;
}

.nav-third-level li a {
    padding-left: 52px;
}

/* Buttons */

/* ------------------------------- */

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

/* Pages */

/* ------------------------------- */

/* Login Page */

.login-panel {
    margin-top: 25%;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* DataTables Overrides */

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

/* Circle Buttons */

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

.nav .fa {
	opacity: .9;
	margin-right: 5px;
}

.pagination {
	margin-top: 0px!important;
}
.dataTables_info {
	font-size: .9em;
	color: #666;
}
.pagination > li > a {
	padding: 3px 8px!important;
	font-size: 12px;
}
.filter {
	text-align: right;
	margin-right: 15px;
	margin-bottom: 5px;
}
.filter label {
	font-weight: normal;
	float: left;
	font-size: 12px;
	padding-top: 4px;
}
.filter select, .filter input {
	margin-left: 5px;
	font-size: 11px;
	padding: 6px;
	height: 26px;
	float: left;
}
.filter select {
	width: 50px;
}
.filter input {
	width: 100px;
}
.filter button {
	margin: 1px 3px;
	float: left;
}
.table > thead > tr > th {
	border-bottom: 1px solid #eee;
	background: #eee;
	font-size: 12px;
	text-align: center;
}
.table-striped {
	margin: 18px 0px;
}
.panel-default {
	padding: 18px;
	border-color: #dedede;
}
.panel-heading .fa {
	margin-left: 10px;
	opacity: .5;
}
.error {
	color: #FF0000;
}
body {
	padding-top:0!important;
}
.navbar-default {
	border-color: #2C3E50;
	background-color: #27303D;
}
.navbar-default a {
	color: #8E99A2;
}
.navbar-default a:hover {
	color: #fff;
	background-color: #2F3949;
}
.navbar-header {
	background-color: #27303D;
	width: 100%;
}
.navbar-static-side {
	background-color: #2C3E50;
	margin-top: 75px;
}
.navbar-default .navbar-toggle {
    border-color: #27303D;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #171D26;
}
.navbar-brand {
	font-family: "Open Sans",sans-serif;
	font-weight: 300;
	font-size: 18px;
}
.form-group {
  clear: both;
  padding: 15px;
}
h1, h2, h3, h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #7B8B9D;
}
h1 {
	font-size: 24px;
}
h1 small {
	font-size: 12px;
	padding: 7px 7px;
	background-color: #FFC34C;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
h1 small:hover {
	background: #FFB523;
}
h1 small a {
	color: #fff;
}
h1 small a:hover {
	color: #fff;
	text-decoration: none;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f9f9f9;
}
.table-striped td {
	color: #797979;
	font-size: 12px;
	border-bottom: 1px solid #dddddd;
}
.table-striped td a:hover {
	text-decoration: none;
}
.table > thead > tr > th {
    border-bottom: 1px solid #dddddd;
    background: none repeat scroll 0% 0% #fff;
    font-size: 12px;
    text-align: left;
    color: #797979;
}
.table-striped td .first {
	text-align: left;
}
.fa-md {
	margin-right: 8px;
	opacity: .5;
}
label {
	color: #435567;
	font-weight: 500;
}
.btn-default {
	color: #fff;
	background-color: #FFC34C;
	border: 2px solid #FFC042;
	margin: 25px 10px 20px 0px;;
}
.btn-default:hover {
	background: #FFB523;
	border: 2px solid #FFAB05;
	color: #fff;
}
#menu-panel {
}
#menu-panel .col-xs-6 {
	padding: 16px 20px 26px 20px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-readius: 8px;
}
#menu-panel h4 {
	color: #fff;
	margin-bottom: 12px;
}
#menu-panel a {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #fff;
	line-height: 26px!important;
}
#menu-panel a:hover {
	text-decoration: none;
}
#menu-panel .fa {
	opacity: .2;
	margin-right: 6px;
}
#menu-panel .pull-right {
	width: 48%;
}
#menu-panel .pull-left {
	width: 48%;
}
.alert {
	margin: 8px 0px!important;
}
.small {
	font-size: 11px;
	color: #999;
}
/* Colors for menu screen text blocks */
.green {
	background-color: #488C6C;
}
.green a:hover {
	color: #B1E0C9!important;
}
.orange {
	background-color: #F2994B;
}
.orange a:hover {
	color: #FFE9D8!important;
}
.blue {
	background-color: #086176;
}
.blue a:hover {
	color: #DEEFEF!important;
}
.pink {
	background-color: #E82A62;
}
.pink a:hover {
	color: #F9E5EB!important;
}
#selSiteID {
	margin-top: 5px;
	margin-right: 15px;
	float: right;
	font-size: 14px;
	padding: 4px;
	border-radius: 4px;
	border: 1px solid #333;
}
#sitename {
	color: #FFF;
	margin: 0px 18px;
}
#tbl_listing td img {
	border-radius: 5px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 6px 12px;
}
.children h4 {
	font-size: 24px;
}
.children table td { font-size: 12px; color: #666; }
.children select { border-radius: 4px; border: 1px solid #ccc; }
.listing_icons { padding: 8px 1px!important; }

@media(min-width:768px) {
	body {
		padding-top: 0px;
	}

	#page-wrapper {
		position: inherit;
		margin: 0 0 0 200px;
		padding: 10px 10px;
		border-left: 1px solid #e7e7e7;
		padding-bottom: 01px;
	}

	.navbar-static-side {
		position: absolute;
		width: 200px;
	}

	.navbar-top-links .dropdown-messages,
	.navbar-top-links .dropdown-tasks,
	.navbar-top-links .dropdown-alerts {
		margin-left: auto;
	}
	#menu-panel .pull-right {
		width: 48%;
	}
	#menu-panel .pull-left {
		width: 48%;
	}
	#selSiteID {
		margin-top: 15px;
		margin-left: 15px;
		clear: none;
	}
	.children table td { font-size: 12px; }
	.children table { width: 100%; }
	.children table td, .children select { font-size: 14px; }
	#submit_add { font-size: 12px; }
	.children select { width: 85%; }
	.children table td { padding: 6px 0px; }
}

@media(max-height:600px) and (max-width:767px) {
	h1 {
		font-size: 24px;
	}
	#menu-panel .col-xs-6 {
		padding: 10px 16px 14px 16px;
	}
	.navbar-static-side {
		margin-top: 0px;
	}
	.sidebar-collapse {
		max-height: 300px;
		overflow-y: scroll;
	}
	.children { clear: left; float: left!important; width: 100%; }
	.children table { width: 100%; }
	.children table td, .children select { font-size: 18px; }
	#submit_add { font-size: 16px; }
	.children select { width: 90%; }
	.children table td { padding: 6px 4px; }
}

@media(max-height:400px) and (max-width:767px) {
	.navbar-static-side {
		margin-top: 0px;
	}
	.sidebar-collapse {
		max-height: 200px;
		overflow-y: scroll;
	}
	#menu-panel .pull-right {
		clear: left;
		width: 100%;
	}
	#menu-panel .pull-left {
		clear: right;
		width: 100%;
	}
	.children { clear: left; float: left!important; width: 100%; }
	.children table { width: 300px; }
	.children table td, .children select { font-size: 18px; }
	#submit_add { font-size: 16px; }
	.children table td { padding: 6px 4px; }
	.children select { width: 90%; }
}
@media (max-width:425px) {
	#menu-panel .col-xs-6 {
		padding: 8px 10px 8px 12px;
	}
	h1 {
		font-size: 18px;
	}
	#menu-panel .pull-right {
		clear: left;
		width: 100%;
		margin-top: 5px;
	}
	#menu-panel .pull-left {
		clear: right;
		width: 100%;
		margin-bottom: 5px;
	}
	.children { clear: left; float: left!important; width: 100%; }
	.children table { width: 100%; }
	.children table td, .children select { font-size: 18px; }
	#submit_add { font-size: 16px; }
	.children table td { padding: 6px 4px; }
	.children select { width: 80%; }
}
