/* Log in page background color */
.ombutelPBX {
	background-color: #aecfff;
}

/* Splash screen color with the spinner */
#spinner-section {
	background-color: #aecfff;
}

#pbx-content{
	background-color: #ebeef1;
}
/*
Menu Section
*/
.ombutelPBX .navbar{
	font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #feffff;
	left: 300px;
	z-index: 50;
	font-weight: 700;
	color: rgb(100, 100, 100) !important;
	overflow: hidden;
}

input#ombutel-search{
	box-shadow: none;
	-webkit-box-shadow: none;
	font-size: 15px!important;
	width: 100%;
	padding-left: 42px;
	font-weight: normal;
	margin: 0;
	background: rgba(255,255,255,.18);
	border: 1px solid #f5f5f5;
	color: #000;
	display: block;
	line-height: inherit;
}

#modules-content-area{
	font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.ombutelPBX .navbar.closeMenu, .ombutelPBX .navbar.mobile{
	left: 0;
	overflow: hidden;
}

#aside-nav{
	padding-top: 0;
	display: none;
}

#ombu-navtool i.fa-question-circle {
	font-size: 30px;
	vertical-align: -26%;
	color: #a8bec5;
}

#ombu-navtool{
	margin-top: -1px;
	display: inline-block;
	position: relative;
}

/* Left menu (parents) */
#aside-main-menu{
	background-color: #9ec0ff;
	color: black;
	box-shadow: inset -5px 0 0px rgba(0,0,0,0.1);
}

#aside-main-menu > ul.nav-tabs{
	width: 30.1%;
}

#aside-main-menu > ul.nav-tabs li a{
	color: #343434;
	font-size: 11px;
	font-weight: 900;
}

#aside-main-menu > ul.nav-tabs li a > i{
	font-size: 2em;
}

#aside-main-menu > ul.nav-tabs li.active a,
#aside-main-menu > ul.nav-tabs li a:hover,
#aside-main-menu > ul.nav-tabs li a:focus{
	color: #ffffff;
	border-right: none;
	background-color: #1E2225;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

#logo-section {
	color: black;
	background: #ffffff;
	padding: 3px 7px 3px 0px;
	border-bottom: 1px solid #4E4E4E;
	height: 64px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

#logo-section div img{
	height: 40px;
	width: 116px;
}

#logo-section div {
	color: rgb(62, 186, 147);
	font-weight: 900;
	font-size: 14px;
	margin-left: 7px;
	align-self: center;
	text-align: center;
	color: black;
}

#logo-section div.system_name {
	cursor: default;
}

/* Left menu (children) */
.tab-content ul.children-menu li a, .tab-content ul.children-menu ul.sub-menu li a{
	background: #c0cff6;
	color: black;
}

.tab-content ul.children-menu>li>a{
	border-bottom: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#aside-main-menu .tab-content ul>li:hover>a{
	background-color: rgba(255,255,255,0.1);
}

#aside-main-menu .tab-content ul.children-menu ul.sub-menu>li:hover>a {
	background-color: #1E2225;
	border-left: none;
}

.tab-content ul.children-menu ul.sub-menu li a{
	padding-bottom: 0;
}

.tab-content ul.children-menu ul.sub-menu li a {
	font-size: 12px;
}

.tab-content ul.children-menu ul.sub-menu{
	margin-left: 3px;
}

#aside-nav .box-cell{
	background-color: #303c46;
}

.navbar .navbar-tool>li {
	float: left;
}

#ombu-navtool a{
	color: rgb(160, 157, 157);
	padding: 0 5px;
}

#ombu-navtool a:hover,#ombu-navtool a:focus{
	background-color: transparent;
	color: rgb(92, 90, 90);
}

.navigation-backdrop{
	z-index: 59;
}

.mobile-logo{
	display: none;
	margin-top: -10px;
}

.mobile-logo img{
	vertical-align: -46%;
}

.mobile-logo.xtra-small{
	vertical-align: -8%;
}

.mobile-logo.xtra-small span{
	display: none;
}

.mobile-logo.xtra-small img{
	vertical-align: -28%;
}

.mobile-logo span, .mobile-logo img{
	display: inline-block;
}

.quick-menu .avatar {
	width: 30px !important;
	margin-top: 20px;
}

.quick-menu i{
	margin-left: 5px;
	vertical-align: -32%;
}

.user-box{
	padding: 10px 2px;
}

.user-box .user-img{
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 15px;
}

.user-box .user-info span{
	font-size: 14px;
	display: block;
	padding: 0 0 10px;
}

.user-box .user-info span.sub-info{
	padding: 0 0 0;
	margin-top: -5px;
	font-size: 81%;
	font-style: normal;
	opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
}

#umenu{
	min-width: 220px;
	border: 1px solid #f9f9f9;
	border-radius: 4px!important;
	margin-top: 2px!important;
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	box-shadow: 0 0 5px rgba(88,96,114,0.15);
	position: absolute;
	top: 64px;
	right: 25px;
	overflow: hidden;
	z-index: 55;
	display: block;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .25s;
	transition: all .25s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

#umenu .divider {
	margin: 2px 0;
	height: 1px;
	background-color: #DADADA;
}

#umenu > li a{
	margin: 0;
	border-radius: 2px;
	font-size: 13px;
	line-height: 22px;
	color: #444444 !important;
}

#umenu > li a.user-data{
	padding: 3px 9px;
}

#umenu > li.options a{
	padding: 1px 10px;
	color: rgb(39, 49, 58) !important;
	font-weight: 400;
	font-size: 14px;
}

#umenu > li.options a > i{
	line-height: 23px;
	margin-right: 10px;
	color: rgb(39, 49, 58);
}

#umenu > li a:hover{
	background-color: transparent;
}

#umenu > li.options a:hover{
	background-color: #f9f9f9;
}

#umenu .btn-logout{
	margin-top: 5px;
	margin-bottom: 1px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	background-image: none;
	padding: 3px 15px;
	cursor: pointer;
	-webkit-user-select: none;
	font-size: 12px;
	background: #F44336;
	color: #ffffff !important;
}

#umenu .btn-logout:hover, #ombu-navtool .btn-logout:focus{
	border-color: #e73629;
	background: #ff5043;
}

#umenu .btn-logout i{
	vertical-align: -1%;
}

#umenu.open{
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.width-56{
	width: 56px;
	height: 56px;
}

.ripple-asideMenu-color{
	background-color: rgba(58, 74, 87, .5);
}

.ripple-asideMenu-submenu-color{
	background-color: rgba(39, 49, 58, 0.81);
}

/*
Content Section
*/
#modules-content-header, #modules-content-header.no-multi-tab{
	background-color: #dde1e7;
}

#modules-content-header h3{
	font-weight: 400;
	line-height: 1.1;
	color: #414141;
	font-size: 24px;
	padding: 7px 0 7px 19px;
}

#modules-content-header.multi-tab{
	background-color: #dde1e7;
}

.content-header{
	color: #444444;
	width: 100%;
	padding: 0 15px 0 0;
	margin: 0;
	min-height: 48px;
	margin-top: 65px;
}

.content-header .nav-tabs{
	border-bottom: none;
}

.content-header .nav-tabs > li{
	margin: 0;
}

.content-header .nav-tabs > li a{
	background-color: transparent;
	color: #444444;
	border: none;
	height: 48px;
	line-height: 1;
	border-radius: 0;
	padding: 18px 23px;
	cursor: pointer;
	font-weight: 400;
	margin: 0;
}

.content-header .nav-tabs > li a i{
	font-size: 14px;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
	text-decoration: none;
	position: absolute;
	right: 2px;
	top: 4px;
}

.content-header .nav-tabs > li a i.fa-refresh {
	font-size: 12px;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
	text-decoration: none;
	position: absolute;
	right: 20px;
	top: 5px;
}

.content-header .nav-tabs > li a i:hover{
	display:inline;
	color: #000000;
	text-decoration: none;
	opacity: 0.4;
	filter: alpha(opacity=40);
	cursor: pointer;
}

.content-header .nav-tabs > li a:focus{
	border: none;
}

.content-header .nav-tabs > li a:hover{
	background-color: #d4d9e1;
	color: #129cb7;
}

.content-header .nav-tabs > li.active > a,.content-header .nav-tabs > li.active a:hover{
	background-color:#ebeef1;
	border: none;
}

.resp-tab-dropdown ul > li > a{
	text-transform: uppercase;
	font-weight: 500;
	opacity: 0.55;
	color: #313534;
}

ul.module-tabs{
	max-height: 56px;
	overflow: hidden;
}

.resp-tab-dropdown ul{
	overflow: auto;
	position: fixed;
	top: 189px;
	margin-right: 27px;
}

/*
Module Menu Section
*/

/*
Login Section
*/
.login-form-container .panel-heading {
	color: #ffffff;
	background-color: #232222;
	border-color: #232222;
	padding-bottom: 0;
}

.login-form-container .panel-body {
	padding-top: 5px;
}

/*
Lock Section
*/

/*
Nav Bar Style
*/

#main-top-navbar .navigation-toggle{
	left: 12px;
	display: inline-block;
	float: left;
}

#main-top-navbar .input-field{
	margin: 0;
	height: 40px;
	position: relative;
	margin-top: 10px;
	margin-left: -44px;
}


#main-top-navbar .input-field input{
	font-size: 15px!important;
	width: 100%;
	padding: 0;
	padding-left: 15px;
	display: block;
	line-height: 1;
	height: 100%;
	border: 1px solid rgba(222, 222, 222, 0.16);
	margin: 0;
	background: rgba(0, 0, 0, 0.04);
	box-shadow: none;
	box-sizing: content-box;
	transition: all 0.3s;
	border-radius: 0;
	outline: none;
	-webkit-appearance: textfield;
}

#main-top-navbar .input-field input+label{
	left: 12px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	font-size: 0.8rem;
	top: -9px;
	color: #9e9e9e;
	position: absolute;
	cursor: text;
	transition: .2s ease-ou
}

#main-top-navbar .input-field label > i{
	line-height: 48px!important;
	font-size: 20px!important;
}

#main-top-navbar img.size-logo{
	margin-top: 7px;
}

a#close-global-search{
	right: 32.5px;
	top: 0;
	display: none;
	position: absolute;
}

a#close-global-search i{
	color: rgba(0,0,0,.5)!important;
	font-size: 22px;
}

@media (max-width: 767px){
	#global-search-container {
		position: absolute;
		z-index: 999;
		float: none!important;
		background: #fff;
		margin: 0;
		padding: 0!important;
		left: -16px!important;
		right: -16px!important;
		border-radius: 0;
		width: calc(100% + 32px)!important;
		height: 61px;
	}

	#main-top-navbar .input-field{
		height: 61px;
		margin-top: 0;
	}

	#main-top-navbar .input-field input{
		color: rgba(0,0,0,.6)!important;
		line-height: 60px;
		padding: 0 54px 0 76px!important;
		font-weight: 400;
		width: calc(100% - 130px);
		background: transparent;
	}

	a#close-global-search{
		display: block!important;
	}

	#logo-section div {
		display: none;
	}
}

/*
 * Override colors
 */

/* Save button */
.btn-success {
	background-color: #2d5aa2;
	border-color: #2d5aa2;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #0D3A82;
	border-color: #0D3A82;
}

/* Right side menu */
#aside-nav-right #items-header {
	background: #3469b8;
}

/* Toggle button background and border color */
.btn-group > .btn-radio.btn.btn-default.active {
	border-color: #2d5aa2;
	background: #2d5aa2 none;
}

/* Remove the border and the green color from icon */
#module-menu-items ul > li img {
	border-bottom: none;
}

/* The unlink device button */
.btn-warning {
	background-color: #367892;
	border-color: #367892;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
	background-color: #1B5F79;
	border-color: #1B5F79;
}

/* The cancel button */
.btn-primary {
	background-color: #5c6479;
	border-color: #5c6479;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-color: #384056;
    border-color: #384056;
}

/* Log in button (Login) */
.btn-login {
  border-color: #2d5aa2;
  background: #2d5aa2;
}

.btn-login:hover, .btn-login:active, .btn-login:focus {
	background-color: #0D3A82;
	border-color: #0D3A82;
}

/* Login page top panel */
.panel-inverse > .panel-heading {
	border-color: #FFF;
}

.login-form-container .panel-heading {
	background-color: #FFF;
	border-color: #FFF;
	border-radius: 10px;
}

.panel {
	border-radius: 10px;
}

label.btn.btn-success.toggle-on.disabled {
	background-color: #296a99;
	border-color: #296a98;
}

/*
 *Alerts
 */

/* Success alert */
.BNotify.alert-success{
    background-color: #2d5aa2;
}

/* Tooltip */
.help-form-modal .modal-header {
	background-color: #93b4f9;
}

.collapsed-logo {
	height: 40px;
}

/***** image sizes *****/
/* Login image */
form.pbxlogin-form img.login-logo {
	width: 95px;
}
/* Reset password image */
form.pbxlogin-form img.reset-logo {
	width: 95px;
}
/***********************/
