

/**
 * CSS Global Styles
 */
body {
	font-size: 13px;
	background-color: #454e59;
}

.dynamic-tabs-container {
	margin-top: 20px;
}

.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}

.btn {
	font-size: 13px;
}

.form-control {
	font-size: 13px;
}
 
.page-header {
	margin: 20px 0;
}

.sidebar-fixed {
	position:fixed;
	overflow: hidden;
	height: 80%;
} 

.sidebar-nav-fixed {
	width: 216px;
	overflow-y: auto;
} 

.sidebar-bottom {
	height: 10%;
	overflow: hidden; 
	position: fixed; 
	bottom: 0px;
	padding: 5px 10px;
}

.about-link {
	text-decoration: underline;
}

.menu-tab-content {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.about-image {
	height: 95px;
	margin: 10px 0;
	padding: 0px;
	background-image: url('../img/opennac_logo.svg');
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	width: 100%;
}

.about-text {
	text-align: center;
	line-height: 30px;
	font-size: 15px;
}

.tab-content {
	margin-top: 90px;
}

.tab-content .tab-pane {
	padding-bottom: 10px;
}

.btn-tab { 
	float: right;
}

.btn-tab-help {
	cursor:pointer;
	position:absolute;
	right: 34px;
	width: 22px;
	font-size: 10px !important;
	height: 20px !important;
}

.btn-tab-close {
	position: absolute;
	right: 10px;
	top: 11px;
	font-size: 10px !important;
	height: 20px !important;
}

.btn-tab {
	float: right;
	margin-left: 10px;
}

.btn-action-table {
	margin: 0 8px 0 0;
}

.pills-divider {
	width:100%;
	background-color:#e5e5e5;
	height:1px;
	overflow:hidden;
	margin: 10px 0;
}

.nav-tabs > li > a {
	background-color: #f8f8f8;
	border-color: #eee #eee #ddd;
}

.nav-tabs-menu {
	position: fixed; 
	width: 100%; 
	z-index: 1020; 
	background-color:#454e59;
}

.navbar-top-links li a {
	min-height: 55px !important;	
}

.navbar-top-links .dropdown-menu li a {
	min-height: 0px !important;
}

.hidden-form-group {
	display: none;
	margin-bottom: 0px;
}

.col-7{
	float: left;
	width: 58.33333333%;
}

.col-5{
	float: left;
	width: 41.66666667%;
	margin-top: 20px;
}

/*
 * CSS Styles for modal
 */
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
    margin: 30px auto;
  }
}


/*
 * Styles for MagicSuggest
 */
.custom-ms .ms-trigger {
	background-color: #eee !important;
}

.custom-ms small {
	font-size: 65%;
}

.custom-ms .ms-sel-ctn {
	margin-left: 0px !important;
}

.custom-ms .ms-res-ctn .ms-res-item-active {
	background-color: #017ebc;
	color: #fff;
}

.custom-ms .ms-res-ctn .ms-res-item em {
	background-color: #2aabd2;
}

.custom-ms .ms-sel-item {
	background: #017ebc none repeat scroll 0 0 !important;
	border: 1px solid #2b669a !important;
	color: #fff !important;
	font-size: 13px !important;
}

.custom-ms .ms-sel-text {
	background: #fff none repeat scroll 0 0 !important;
	color: #666 !important;
	font-size: 13px !important;
	border-color: transparent !important;
}

/*
 * Styles for MultiSelect
 */
.dropdown-menu .checkbox-option {
	padding: 0 0 5px 5px;
}


/*
 * Styles for submenus with pills
 */
.subMenu-content {
	margin: 10px 0;
}

.subMenu-content > .tab-pane {
    display: none;
}

.subMenu-content > .active {
    display: block;
}

/*
 * CSS Styles for Groups
 */
.dual-list .list-group {
	margin-top: 8px;
}

.dual-list .well {
	height: 425px;
}

.dual-list .search-in-group {
	float:left;
}

.list-left li, .list-right li {
    cursor: pointer;
}

.list-right {
	text-align: right;
}

.list-arrows {
    padding-top: 0px;
}

@media (min-width: 992px) {
  .list-arrows {
    padding-top: 100px;
  }
  .list-arrows button {
	margin: 0 0 20px 0;
  }
}

.list-arrows button {
	margin: 0 10px 20px 0;
}


/*!
 * CSS Styles for Notifications
  */
.alert-title {
	font-weight: bold;
}


/*!
 * CSS Styles for DataTables
 */
.table-hover > tbody {
  /* cursor: pointer; */
}

.table-hover > tbody > tr.selected,
.table-hover > tbody > tr.dt-rowReorder-moving {
  background-color: #337ab7 !important;
}

.dataTables_wrapper .dataTables_processing {
	height: 40px;
	font-weight: bold;
	text-align: center;
  	font-size: 16px;
  	padding-top: 10px;
}

.group_processing {
    margin-bottom: 56px;
}

tbody i {
	margin-right: 5px;
}

.toggle-column {
	cursor: pointer;
}


/*!
 * CSS Styles for Dashboard portlets
 */
.onnacGraphs {
	padding-bottom: 50px;
}

.oncmdbGraphs {
	padding-bottom: 50px;
}

.portlet {
	margin: 0 1em 1em 0;
	padding: 0.3em;
}

.portlet-header {
	position: relative;
}

.portlet-button-collapse {
	border-radius:3px;
	margin:0 5px 0 0;
}

.portlet-toggle {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -8px;
}

.portlet-content {
	padding: 0.4em;
}

.portlet-placeholder {
	border: 1px dashed #337ab7;
	margin: 0 1em 1em 0;
	height: 100px;
	background-color: #f5f5f5;
}

.panel-dashboard {
	padding-left: 0px;
	padding-right: 0px;
}


/*
 * CSS Styles for dataTable select column
 */
 
.select-checkbox {
	cursor: pointer;
	text-align: center;
	width: 10px !important;
	padding-left: 13px !important;
	padding-right: 10px !important;
	max-width: 13px !important;
}


.reorder {
	padding-left: 13px !important;
	padding-right: 10px !important;
	max-width: 13px !important;
}

.details-control {
	cursor: pointer;
	text-align: center;
	width: 10px !important;
	padding-left: 13px !important;
	padding-right: 10px !important;
	max-width: 13px !important;
}


td.select-control:before {
	content: "\f096"; /* fa-square-o */
	font-family: FontAwesome;
}

tr.active > td.select-control:before {
	content: "\f046"; /* fa-check-square-o */
}


/*
 * CSS Styles for dataTables
 */
 
 .pointer {
 	cursor: pointer;
 }
 
.btn-table {
	position: relative;
	display: inline-block;
}

td.details-control:before {
	content: "\f196"; /* fa-plus-square-o */
	font-family: FontAwesome;
}

tr.shown td.details-control:before {
	content: "\f147"; /* fa-minus-square-o */
	font-family: FontAwesome;
}

.details-table td {
	width: 25%;
}

.device-user-macs td {
	font-weight: normal !important;
}

.details-table td:first-child, .details-table td:nth-child(3) {
	font-weight: bold;
}

.secondary-buttons {
	margin-right: -8px;
}

.dataTables_wrapper {
	margin-top: 10px;
}


/*
 * CSS Styles for Bootstrap Multiselect
 */
.multiselect-container {
	left: 15px;
	width: 90%;
}

.multiselect-selected-text {
	float: left;
}

.multiselect .caret {
	float: right;
	margin: 8px 0;
}
.multiselect-container > li > a > label {
	padding: 4px 20px 4px 25px !important;
	
}
.multiselect-container > li > a > label > input[type="checkbox"]{
	margin-top: 1px;
}

/*
 * CSS Styles for Bootstrap Switches
 */
.checkbox, .radio {
	margin-bottom: 6px;
	margin-top: 6px;
}

/*
 * CSS Styles for Filters & Groups
 */ 
 
div[name=filters] div {
	height: 30px;
	line-height: 30px;
}

div[name=filters] i {
	color: #337ab7;
	cursor: pointer;
}

.col-lg-select-filter {
	text-align:right;
	line-height:30px;
	padding-right:0;
}

.col-filter {
	float:left;
	width: 100%;
}

.div-search-tags {
	margin-top: 25px;
}

.search-tag-label {
	line-height: 30px;
}


.col-panel-group {
	padding: 10px;
	width: 100%;
}

.group-pagination {
	margin: 0px;
}

.list-group-item-table {
	padding: 7px 10px !important;
	min-height:30px; !important;
}

.filter-notify {
	float: left; 
	line-height: 27px;
	padding:0px 5px;
	margin: 0 10px 0 0;
}

div[name=filterButtons] {
	margin-top: 30px;
}

.btn-action-filter {
	margin: 0 4px 0 0;
}


/*
 * CSS Styles for Bootstrap BS Callout
 */
.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: 15px 0 0 0;
    padding: 15px;
    float: left;
    width: 100%;
}
.bs-callout h4 {
    margin-bottom: 5px;
    margin-top: 0;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout + .bs-callout {
    margin-top: -5px;
}
.bs-callout-danger {
    border-left-color: #ce4844;
}
.bs-callout-danger h4 {
    color: #ce4844;
}
.bs-callout-warning {
    border-left-color: #aa6708;
}
.bs-callout-warning h4 {
    color: #aa6708;
}
.bs-callout-info {
    border-left-color: #337ab7;
}
.bs-callout-info h4 {
    color: #337ab7;
}

/*
 * Bootstrap Slider
 */
.slider-value {
	height: 30px;
	line-height: 30px;
}

/*
 * CSS Styles for forms
 */
 
.btn-manage-form {

	margin: 0px 10px 0 0;
}

.form-group .input-group {
	width: 100%;
}

.form-group-empty {
	height: 60px;
}

/*
 * CSS Styles for TextareaDialog
 */
.textarea-content-dialog {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}


/*
 * CSS Styles for Technical Support
 */
.file-assistant {
	text-align:center;
	margin-top:100px;
	color:#337ab7;
}
 

/*
 * CSS Carousel
 */
.pager-carousel li a {
	border-radius: 0px !important;
	padding: 5px 10px !important;
	background-color: #337ab7 !important;
	border: 1px solid #2b669a !important;
	
}

.pager-carousel li a:hover {
	background-color: #559cd9 !important;
	border: 1px solid #454e59 !important;
	
}

.pager-carousel li a.disabled {
	cursor:not-allowed;
	opacity:0.65;
}

.pager-carousel li a i {
	color: white;	
}

.carousel-row {
	padding: 0 15px;
}

.carousel-row-item {
	padding:0 5px;
}

.carousel-row-panel {
	margin-bottom:0px;
}

.carousel-inner .item {
	margin-bottom: 1px;
}

.panel-link {
	color: #fff;
}

.panel-link:hover {
	color: #fff;
}

.panel-link:focus {
	color: #fff;
}




#page-wrapper {
	background-color: #454e59;
	border-left: 1px solid black;
}


.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
	background-color: #337ab7;
	border-color: black;
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background-color: #454e59;
	border-color: #454e59;
}

.navbar-default .navbar-toggle {
	border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #559cd9;
}

.nav .nav-second-level {
	background-color: #565f6a;
}

.nav .nav-third-level {
	background-color: #565f6a;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #454e59;
    color: #ffffff;
    text-decoration: none;
}

.nav-third-level > li > a, .nav-third-level > li > a:focus, .nav-third-level > li > a:hover {
    background-color: #67707b;
}

.nav-second-level > li > a:focus, .nav-second-level > li > a:hover {
    background-color: #565f6a;
}

.navbar-top-links > li > a:focus, .navbar-top-links > li > a:hover {
    background: #559cd9;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}

.navbar-top-links .open > a, .navbar-top-links .open > a:focus, .navbar-top-links .open > a:hover {
    background: #559cd9;
}


.nav-pills > li > a.nav-submenu-tab:focus, .nav-pills > li > a.nav-submenu-tab:hover {
    background-color: #67707b !important;
}

.nav-pills > li > a.nav-submenu-tab {
	background-color: #454e59 !important;
}

.nav-pills > li.active > a.nav-submenu-tab {
	background-color: #337ab7 !important;
}

.nav-pills > li.active > a.nav-submenu-tab:focus, .nav-pills > li.active > a.nav-submenu-tab:hover {
    background-color: #337ab7 !important;
}

.nav-justified li {
	padding: 0 1px;
}

.nav-tabs {
	border-bottom: 1px solid #000;
	padding-top: 50px;
}

.nav-tabs a {
	color: #fff;
}

.nav-tabs > li > a {
	background-color: #337ab7;
	border-color: #337ab7 #337ab7 #000;
}

.nav-tabs > li > a:hover {
	background: #559cd9;
	border-color: #454e59 #454e59 #000;
}

.nav-pills a {
	color: #fff;
}



.sidebar ul li {
	border-bottom: 1px solid #454e59;
}

.sidebar-nav ul ul li a {
	margin: 0 0 0 24px;
	border-left: 1px solid black;
}

.sidebar .nav-second-level li a {
	padding-left: 20px;
}

.sidebar-nav-fixed {
	border-bottom: 1px solid black !important;
}


.sidebar-bottom {
	background-color: #454e59;
	color: #bfbfbf;
}


.custom-search-form input {
	background-color: #eee;
	border: 1px solid #aaa;
	padding: 0px;
}

/* CSS Styles for Side Bar*/
.fa-search-color{
color: #bfbfbf;
}
#menu-toggle-2{
	    color: #fff;
}

/*!
 * CSS Styles for DataTables
 */
.dataTables_wrapper .dataTables_processing {
	background:none;
	background-color:#337ab7;
	color: white;
  	border: 1px solid #333;
}

@media (max-width: 500px) {
	.captcha-image{
		width: 80%;
	}
}

@media (min-width: 500px) {
	.captcha-image{
		width: 70%;
	}
}

/* CSS Styles for login*/
.imput-login{
	border: 1px #337ab7 solid;
    color: #999;
    padding-left:40px;
}
.login-revision {
	text-align: right;
	color: white;
	margin-top:5px;
}
.btn-login{
	background-color: #337ab7;
    border-color: #337ab7;
}
.panel-title-login{
    color: white;
    font-size: 18px;
    font-weight: bold;
}
.panel-heading-login {
    background-color: #454e59!Important;
    border-color: #454e59!Important;
}

.bar-login {   
    background: #868686;
   
}
.has-feedback-left .form-control-feedback {
    left: 0;
}
.logo{
	height:60px;
	margin: 5px;
}
.logosmall{
	height:50px;
	margin-top: 9px;
}
#login-panel{
	border: 0;
    box-shadow: 0 0px 0px rgba(0,0,0,0);
    background-color:#454e59;
}
.body_login{
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;	
}
.bg-bar{
	 background-color:#454e59;
	 margin: 0;
	 padding: 0;
}
@media (max-width: 767px) {
	.logosmall{
		float: right!important;
	}
}
@media (min-width: 768px) {
	.logosmall{
		float: right!important;
	}
}
@media (min-width: 992px) {
	.logosmall{
		float: left!important;
	}
}
/*!
 * CSS Styles for Error Page
 */
 .logo-error{
	height:60px;
	margin: 5px;
}
 .bg-bar-error{
	 background-color:#337ab7;
}
.div-error{
	color:#bfbfbf;
}
.btn-error{
	width: 200px;
    margin-top: 15px;
    font-size: 22px;
}
/*!
 * CSS Styles for Tap button
 */
.dynamic-tabs-container .tabs-dropdown .dropdown-toggle {
    background-color: #337ab7;
    border-color: #337ab7 #337ab7 #000;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    background-image: none;
    text-shadow: none;
    color: #ffffff;   
}
.dynamic-tabs-container .tabs-dropdown .dropdown-toggle:hover {
	background: #559cd9;
	border-color: #454e59 #454e59 #000;
	background-color:  #559cd9;
}
.dynamic-tabs-container .tabs-dropdown .dropdown-toggle:focus {
	background: #559cd9;
	border-color: #454e59 #454e59 #000;
	background-color:  #559cd9;
}

.col-center-block{
	float: none;
	margin: 0 auto;
}

.maxMin-Width-message{
	max-width: 750px;
	min-width: 320px;
}

.maxMin-Width-form{
	max-width: 950px;
	min-width: 325px;
}


