@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body, html {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
	font-size: 14px;
	overflow-x: hidden;
}

input[readonly] {
	background-color: #f0f0f0 !important;
	cursor: text !important;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.form-control,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled],
textarea[readonly],
input[readonly],
.select2-container--bootstrap .select2-selection,
.selectize-input{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	line-height: 1.42857143;
	color: #555555;
	background: white;
	background-image: none;
	height: 34px;
	padding: 6px 12px;
	border: 1px solid #d6d8db;
	border-radius: 0;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"],
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.form-control:focus,
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection,
.select2-container--bootstrap .select2-dropdown,
.selectize-input.focus,
.selectize-input.input-active{
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #acb2b8;
	outline: 0;
}

#spinner-section {
	background-color: rgb(141, 200, 62) !important;
	position: absolute;
	z-index: 9999;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.spinner-area {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 60px;
	right: 0;
	margin: auto auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ombutelPBX {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	line-height: 1.42857143;
	color: rgba(0, 0, 0, 0.87);
	background-color: #eceff1;
}

.btn, a, button, div[id^=uniform-] span {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
}

.noresize {
	resize: none;
	height: auto !important;
}

.pointer {
	cursor: pointer;
}

.circle {
	border-radius: 500%;
}

.no-radius {
	border-radius: 0 !important;
}

.no-border {
	border: 0 transparent;
}

.no-bg {
	color: inherit;
	background-color: transparent;
}

.center {
	text-align: center;
}

label, .has-success .control-label, .has-error .control-label {
	color: #595959;
	font-weight: normal;
}

.no-margin {
	margin: 0;
}

.avatar {
	position: relative;
	display: inline-block;
	width: 100%;
}

.input-group .form-control {
	z-index: 0 !important;
}

.inline {
	display: inline-block;
}

.has-success .form-control {
	border-color: #72bf7b !important;
}

.has-success .form-control-feedback {
	color: #72bf7b !important;
}

.has-success .form-control:focus, .has-error .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.has-success .form-control:focus {
	border-color: #09760c !important;
}

.has-error .form-control {
	border-color: #a94442 !important;
}

.has-error .form-control-feedback {
	color: #da2121 !important;
}

.has-error .form-control:focus {
	border-color: #ad0e0b !important;
}

/*Buttons*/
.btn, .form-control {
	font-size: 14px;
	font-weight: bold;
}

/*Colors*/
.redbg {
	background: #e74c3c;
}

.redbg,
.redbg:hover,
.redbg:focus
.redbg:active {
	color: white !important;
}

.redbg:hover {
	background: #c0392b;
}

.size-30x30 {
	width: 30px;
	height: 30px;
}

.size-40x40 {
	width: 40px;
	height: 40px;
}

.size-50x50 {
	width: 50px;
	height: 50px;
}

.size-60x60 {
	width: 60px;
	height: 60px;
}

.form-control-feedback {
	pointer-events: auto;
	cursor: pointer;
}

.block {
	display: block;
}

.font-bold {
	font-weight: 700;
}

.box {
	display: table;
	width: 100%;
	height: 100%;
	border-spacing: 0;
	table-layout: fixed;
}

.box .box-col {
	display: table-cell;
	vertical-align: top;
}

.box-row {
	display: table-row;
	height: 100%;
}

.box-row > .box-cell {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	display: table-cell;
	-webkit-overflow-scrolling: touch;
}

.box-inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.vertical-m-align {
	vertical-align: middle !important;
}

.scrollable.hover {
	overflow-y: hidden !important;
}

.scrollable.hover:hover {
	overflow-y: auto !important;
}

.scrollable {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.scrollable.hover > * {
	margin-top: -1px;
}

nav {
	overflow-x: hidden;
}

/*
Third Party Plugins Style
----------------------------------------------------------------------------------------------------------------------
*/

.ui-autocomplete.ui-front.ui-menu {
	z-index: 2000;
}

.ui-multiselect {
	font-size: 0.8em;
	width: 100% !important;
	border: none;
}

.ui-multiselect div.selected {
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
	float: right;
	width: 47% !important;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;
}

.ui-multiselect div {
	margin-top: -1px;
	border: 1px solid #cccccc !important;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	background: #fefefe;
}

.ui-multiselect div.available {
	position: relative;
	padding: 0;
	float: left;
	width: 50% !important;
	border: 1px solid;
	margin: 0 0 0 0;
}

.ui-multiselect .ui-widget-header {
	border: 1px solid rgba(0, 0, 0, .15);
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background: #f9f9f9;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJo…iIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
	background: -moz-linear-gradient(top, #f9f9f9 0, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #eeeeee));
	background: -webkit-linear-gradient(top, #f9f9f9 0, #eeeeee 100%);
	background: -o-linear-gradient(top, #f9f9f9 0, #eeeeee 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0, #eeeeee 100%);
	background: linear-gradient(to bottom, #f9f9f9 0, #eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#eeeeee', GradientType=0);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 1px 2px rgba(0, 0, 0, .05);
	white-space: nowrap;
	padding: 0px 2px;
	text-align: left;
	font-size: 11px;
	margin-bottom: 1px;
	color: #666666;
	text-shadow: 0 1px 0 #ffffff;
}

.ui-multiselect .ui-widget-header a {
	color: #555555;
	font-weight: 700;
	font-size: 11px;
}

.ui-multiselect .add-all {
	float: left;
	padding: 7px;
}

.ui-multiselect ul.available {
	position: relative;
	padding: 0;
	overflow: auto;
	background: #ffffff;
	margin: 0;
	list-style: none;
	border: 0;
	width: 100%;
	height: 320px !important;
	max-height: 320px;
}

.ui-multiselect li {
	margin: 0;
	cursor: default;
	line-height: 18px;
	height: 28px;
	padding: 4px 0 0;
	font-size: 16px;
	list-style: none;
}

.ui-multiselect ul li.ui-state-default {
	border: none;
	border-bottom: 1px #eeeeee solid;
	padding: 1px 16px;
	color: #555555;
	font-size: 14px;
	background: white;
	height: 22px !important;
	cursor: pointer;
	margin-bottom: 1px;
	width: 100% !important;
	position: relative;
}

.ui-multiselect ul li.ui-state-default:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #0088cc;
}

.ui-multiselect ul.selected {
	position: relative;
	padding: 0;
	overflow: auto;
	background: #ffffff;
	margin: 0;
	list-style: none;
	border: 0;
	position: relative;
	width: 100%;
	height: 320px !important;
}

.count {
	display: none;
}

.ui-multiselect .remove-all {
	padding: 7px;
	float: left;
}

.ui-icon-plus, .ui-icon-minus {
	font-family: 'Glyphicons Halflings';
	background: none !important;
	text-indent: 3px !important;
	font-size: 12px;
	position: absolute;
	right: 5px;
	z-index: 2;
	margin-top: 0;
}

.ui-multiselect ul li.ui-state-default:hover .ui-icon-plus,
.ui-multiselect ul li.ui-state-default:hover .ui-icon-minus {
	color: white;
}

.ui-icon-plus:before {
	content: "\e081";
}

.ui-icon-minus:before {
	content: "\e014";
}

.ui-multiselect li span.ui-icon-arrowthick-2-n-s {
	position: absolute;
	left: 2px;
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
	/*padding: 3px 10px;*/
}

.bootstrap-switch {
	margin-top: -4px;
	margin-bottom: 0px;
	margin-top: 0px;
}

/*Tooltips for Jquery Validation*/
.validations-tooltip .tooltip-inner {
	background-color: #da4453 !important;
}

.validations-tooltip .tooltip-arrow {
	border-top-color: #da4453 !important;
}

/* General Themes style (We going to create many themes with same skeleton but with different stuff) */
.ombutelPBX .navbar {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	z-index: 999;
	background-color: #607d8b;
	color: white !important;
	min-height: 64px;
	margin: 0;
	border: 0;
}

#pbx-content {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#modules-content-area {
	margin-left: 300px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	overflow-y: auto;
}

#modules-content-area.closeMenu, #modules-content-area.mobile {
	margin-left: 0;
}

#modules-content-area > .content-box {
	display: table;
	width: 100%;
	height: 100%;
	border-spacing: 0;
	table-layout: fixed;
}

#modules-content-area > .content-box > .content-box-row {
	display: table-row;
	height: 100%;
}

#modules-content-area > .content-box > .content-box-row > .content-box-cell {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

#aside-nav {
	min-width: 0;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
	display: block;
	width: 300px;
	max-width: 300px;
	position: absolute !important;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 60;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #ffffff;
	opacity: 1;
	box-shadow: 0 64px 5px 0 rgba(0, 0, 0, 0.26);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	flex-direction: column;
	box-sizing: border-box;
	padding-top: 64px;
}

#aside-nav.closeMenu {
	display: none;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

#aside-main-menu, #module-menu-items {
	height: 100%;
	position: relative;
}

#aside-main-menu > ul.nav-tabs {
	float: left;
	border-bottom: 0;
	width: 41.1%;
}

#aside-main-menu > ul.nav-tabs li {
	float: none;
	margin: 0;
	text-align: center;
}

#aside-main-menu > ul.nav-tabs li a {
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 0;
}

#aside-main-menu > ul.nav-tabs li a > i {
	display: block;
	position: relative;
	width: 100%;
	font-size: 3em;
	margin-bottom: 5px;
}

#aside-main-menu > ul.nav-tabs li.active a {
	/* color: #607d8b;
	border-right: 2px solid #607d8b;*/
	color: #ffffff;
	border-right: 2px solid #27ae60;
	background-color: #607d8b;
}

#aside-main-menu > ul.nav-tabs li.active a > i {
}

#aside-main-menu .tab-content {
	margin-left: 90px;
}

#aside-main-menu .tab-content ul > li:hover > a {
	color: #ffffff;
	background: #3b424d;
}

.tab-content ul.children-menu,
.tab-content ul.children-menu ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	width: 99%;
}

.tab-content ul.children-menu li,
.tab-content ul.children-menu ul.sub-menu li {
	width: 101%;
	margin-left: -3px;
	display: block;
	position: relative;
	list-style: none;
}

.tab-content ul.children-menu > li > a {
	border-bottom: solid 1px #3b424d;
}

.tab-content ul.children-menu li a,
.tab-content ul.children-menu ul.sub-menu li a {
	width: 100%;
	padding: 14px 22px;
	text-decoration: none;
	color: #f0f0f0;
	font-size: 13px;
	background: #414956;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	-o-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
	-webkit-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear;
	display: block;
}

.tab-content ul.children-menu li a > i {
	width: 24px;
	line-height: 18px;
	font-size: 16px;
	text-align: left;
}

.tab-content ul.children-menu .sub-menu-indicator {
	float: right;
	right: 22px;
	position: absolute;
	line-height: 19px;
	font-size: 20px;
	-o-transition: transform .3s linear;
	-moz-transition: transform .3s linear;
	-webkit-transition: transform .3s linear;
	-ms-transition: transform .3s linear;
}

.tab-content ul.children-menu .sub-menu-indicator-minus > .sub-menu-indicator {
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tab-content ul.children-menu ul.sub-menu {
	width: 100%;
	display: none;
	position: static;
}

.tab-content ul.children-menu ul.sub-menu li {
	clear: both;
	width: 100%;
}

.tab-content ul.children-menu ul.sub-menu li a {
	padding-left: 30px;
	width: 100%;
	font-size: 11px;
	background: #383838;
	border-top: none;
	position: relative;
	border-left: solid 6px transparent;
	-o-transition: border .2s linear;
	-moz-transition: border .2s linear;
	-webkit-transition: border .2s linear;
	transition: border .2s linear;
}

#aside-nav-right {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 70;
	border-left: 1px solid #e3e5e7;
	width: 300px;
	min-width: 300px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;;
	background-color: #ffffff;
	flex-direction: column;
	box-sizing: border-box;
}

#right-back-drop {
	z-index: 69 !important;
}

#aside-nav-right #items-header {
	padding: 15px;
	position: relative;
	border-bottom: 1px solid rgb(224, 224, 224);
	background: rgb(57, 57, 57);
	color: white;
	height: 65px;
}

#aside-nav-right #items-header h4 {
	padding: 0;
	display: inline-block;
	font-weight: bold;
	font-size: 15px;
}

#aside-nav-right #items-header a {
	color: #aaaaaa;
	display: inline-block;
}

#aside-nav-right #filter-items {
	position: relative;
}

#aside-nav-right #filter-items i {
	position: absolute;
	left: 7px;
	color: rgb(165, 165, 165);
	font-size: 19px;
	top: 7px;
}

#aside-nav-right #filter-items #filter-search-input {
	border: 0;
	border-bottom: 1px solid #d6d8db;
	padding: 0 0 0 32px;
	margin-top: 2px;
}

#module-menu-items ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #555555;
}

#module-menu-items ul li {
	display: block;
	width: 100%;
}

#module-menu-items ul > li > a {
	padding: 10px 20px 10px 20px;
	position: relative;
	display: block;
	background-color: white;
	text-decoration: none;
	cursor: pointer;
	color: #555555;
}

#module-menu-items ul > li > a:hover {
	text-decoration: none;
	background-color: #f9fafa;
}

#module-menu-items ul > li img {
	width: 34px;
	height: 34px;
	margin-right: 15px;
	border-bottom: 2px solid #4bb622;
	float: left !important;
}

#module-menu-items ul > li .clear {
	display: block;
	overflow: hidden;
}

#module-menu-items ul > li span.title {
	display: block;
	font-weight: 700;
}

#module-menu-items ul > li span.description {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
}

#module-menu-items ul > li.no-desc span.title {
	line-height: 36px;
}

#module-menu-items ul > li.no-desc span.description {
	display: none;
}

/* Ripple Animation Inspired on Materialize */
.ripple-me {
	box-sizing: border-box;
	overflow: hidden;
	position: relative !important;
}

.ripple {
	position: absolute;
	display: block;
	border-radius: 100%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.ripple-def-color {
	background-color: rgba(54, 27, 6, 0.07);
}

.ripple.animate {
	-webkit-animation: rippleAnimation 800ms ease-out;
	animation: rippleAnimation 800ms ease-out;
}

@-webkit-keyframes rippleAnimation {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
	}
	100% {
		transform: scale(2.5);
		-webkit-transform: scale(2.5);
		-moz-transform: scale(2.5);
		opacity: 0;
	}
}

@keyframes rippleAnimation {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
	}
	100% {
		transform: scale(2.5);
		-webkit-transform: scale(2.5);
		-moz-transform: scale(2.5);
		opacity: 0;
	}
}

/*======================= Login PBX */
.panel-inverse > .panel-heading {
	color: #ffffff;
	background-color: #e1e3e6;
	border-color: #e1e3e6;
}

.login-pbx-page {
	margin: 0 auto;
	display: table;
	width: 100%;
	height: calc(100% - 50px);
}

.login-pbx-section {
	display: table-cell;
	vertical-align: middle;
}

.login-form-container {
	max-width: 420px;
	margin: 30px auto;
}

.pbxlogin-form img {
	width: 83px;
}

.pbxlogin-form span {
	font-size: 21px;
	font-weight: bolder;
	margin-left: 5px;
	vertical-align: middle;
}

.pbxlogin-form .input-group {
	border-top: 1px solid rgb(228, 228, 228);
	border-bottom: 1px solid rgb(228, 228, 228);
}

.pbxlogin-form .input-group-addon {
	background: 0 0;
	border: 0;
	font-size: 24px;
	color: white;
}

.pbxlogin-form .form-control {
	border: 0;
	border-radius: 0;
	color: #2980b9;
	background: 0 0;
	font-size: 19px;
	font-weight: bold;
}

.login-form-container .form-group {
	margin-bottom: 0;
}

.form-group-userpass .input-group {
	border-top: 0;
}

.pbx-login-title {
	text-align: center;
	font-weight: bold;
	margin-bottom: 19px;
	margin-top: 0;
}

.pbx-login-action {
	text-align: right;
	padding-top: 15px;
}

.btn-login, .btn-panel {
	background-color: #8ebf33;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.btn-login:hover,
.btn-login:active,
.btn-login:focus,
.btn-panel:hover,
.btn-panel:active,
.btn-panel:focus{
	color: white;
	background-color: #8ebf33;
}

.pbxlogin-form div.form-group-admin_username {
	margin-bottom: 20px;
}

/*Screen Lock ===============================================*/
.screen-lock {
	display: table;
	width: 100%;
	height: 100%;
	z-index: 1000;
	position: relative;
	overflow: hidden;
	background: #2ecc71;
}

.sl-content {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	float: none;
	z-index: 9999;
}

.sl-user-data {
	text-align: center;
	color: white;
}

.sl-user-data img {
	width: 150px;
	height: 150px;
}

.sl-user-data h4 {
	font-weight: bold;
	margin-bottom: 0;
}

.sl-user-data span {
	font-weight: bold;
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}

.sl-user-form {
	max-width: 280px;
	display: block;
	margin: 20px auto 0;
}

/* MODULES FORMS*/
.red-color {
	color: #e74c3c;
}

.frm-actions {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: white;
	padding: 13px 15px 9px 9px;
	z-index: 3;
	text-align: right;
	margin-left: -15px;
	border-top: 1px solid rgb(190, 190, 202);
}

.form-group .custom-elem-area {
	padding: 0;
}

.form-horizontal .control-label {
	text-align: left;
}

div.legend {
	display: block;
	width: 100%;
	padding: 0;
	font-size: 17px;
	margin-top: 6px;
	margin-bottom: 13px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #efefef;
}

.btn-group > .btn-radio.btn.btn-default.active {
	color: #ffffff !important;
	border-color: #65bd77;
	background: #65bd77 none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

#ombutel-modules-content.tab-content .tab-pane {
	padding-bottom: 20px;
}

.pbx_module_tabs {
	position: relative;
	margin-top: 20px;
	margin-bottom: 70px;
	background-color: #ffffff;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

.pbx_module_tabs .tab-content {
	padding: 13px 10px 22px 10px;
}

.pbx_module_tabs ul.nav-tabs {
	padding: 0 24px;
	border-bottom: 1px solid #dddddd;
}

.pbx_module_tabs ul.nav-tabs > li > a {
	color: #313534;
	line-height: 54px;
	position: relative;
	display: block;
	padding: 0 15px;
	margin-right: 2px;
	border: none;
	border-bottom: 2px solid transparent;
	opacity: 0.55;
	font-weight: 500;
	text-transform: uppercase;
}

.pbx_module_tabs ul.nav-tabs > li > a:hover {
	border-color: #e5e6e6 #e5e6e6 #dddddd;
	text-decoration: none;
	background-color: #e5e6e6;
}

.pbx_module_tabs ul.nav-tabs > li.active > a,
.pbx_module_tabs ul.nav-tabs > li.active > a:hover,
.pbx_module_tabs ul.nav-tabs > li.active > a:focus {
	border: none;
	border-bottom: 2px solid #0aa89e;
	color: #0aa89e;
	background-color: transparent;
	cursor: default;
	opacity: 1;
}

.btn-menu-mod {
	position: absolute;
	z-index: 40;
	right: 29px;
	margin-top: 12px;
	font-size: 20px;
}

.pbx_module_tabs .form-group {
	margin-bottom: 5px;
}

.frm-actions .btn {
	border-radius: 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	outline: 0;
	border: 1px solid transparent;
}

.navigation-backdrop {
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 59;
	position: absolute;
	height: 100%;
	left: 0;
	right: 0;
	display: none;
}

.module-error-paragraph {
	color: #A07B11;
	font-weight: bold;
	border-bottom: 1px solid rgb(218, 182, 4);
	line-height: 2.5;
	margin-bottom: 17px;
}

ul.module-error-list li {
	color: #C7630D;
}

.column-pbx-dest {
	padding: 0 !important;
}

#ombutel-main-tabs {
	overflow: hidden;
	max-height: 48px;
}

#ombutel-main-tabs li > a.tab-control {
	display: none;
}

.resp-tab-dropdown{
	right: 20px;
}

/*Chechbox Font Awesome Style*/
input[type=checkbox].checkbox-awesome-chk {
	display:none;
}

input[type=checkbox].checkbox-awesome-chk + label.checkbox-awesome-lbl:before{
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	font-size: 14px;
}


input[type=checkbox].checkbox-awesome-chk + label.checkbox-awesome-lbl:before{
	content: "\f111";
	color: rgb(77, 76, 76);
}

input[type=checkbox].checkbox-awesome-chk:checked + label.checkbox-awesome-lbl:before{
	content: "\f058";
	color: rgb(142, 191, 51);
	font-weight: 900;
}

#users_profiles_form input.checkbox-awesome-chk.partial[type="checkbox"] + label.checkbox-awesome-lbl::before {
	content: "\f042";
	color: rgb(142, 191, 51);
}

.dataTables_filter .form-control, .dataTables_length .form-control{
	width: auto !important;
}

.form-group .destinations-horz > .column-pbx{
	padding: 0;
}

.multiple-input {
	display: inline-block !important;
	width: 49% !important;
}

/* Media Query */
@media (max-width: 480px) {
	.form-group .custom-elem-area {
		padding-left: 15px;
		padding-right: 15px;
	}

	.pbx_module_tabs .tab-content {
		padding: 13px 4px 22px 4px;
	}

	#ombutel-modules-content.container-fluid {
		padding: 0 2px;
	}

	#ombutel-main-tabs {
		margin: 0;
	}

	#ombutel-main-tabs li {
		display: inline-block;
		width: 100%;
		height: 49px;
		padding: 0 25px 0 40px;
		border: 1px solid #dddddd;
		overflow: hidden;
	}

	#ombutel-main-tabs a.tab-control {
		width: 40px;
		height: 48px;
		font-size: 20px;
		font-weight: 100;
		line-height: 2.4;
		color: #444454;
		text-align: center;
		display: block;
		position: absolute;
		z-index: 5;
	}

	#ombutel-main-tabs a.tab-control.left {

	}

	#ombutel-main-tabs a.tab-control.right {
		right: 0;
	}

	.btn-menu-mod{
		right: 9px;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.form-group .custom-elem-area {
		padding-left: 15px;
		padding-right: 15px;
	}

	.pbx_module_tabs .tab-content {
		padding: 13px 4px 22px 4px;
	}

	#ombutel-modules-content.container-fluid {
		padding: 0 2px;
	}

	.btn-menu-mod{
		right: 9px;
	}
}

@media (max-width: 600px) {
	.form-group .custom-elem-area {
		padding-left: 15px;
		padding-right: 15px;
	}

	.pbx_module_tabs .tab-content {
		padding: 13px 4px 22px 4px;
	}

	#ombutel-modules-content.container-fluid {
		padding: 0 2px;
	}

	.btn-menu-mod{
		right: 9px;
	}

	.table-is-responsive table,
	.table-is-responsive thead,
	.table-is-responsive tbody,
	.table-is-responsive th,
	.table-is-responsive td,
	.table-is-responsive tr {
		display: block;
	}

	.table-is-responsive tr.repeat-row{
		display: block !important;
	}

	.table-is-responsive tr.repeat-row.repeat-template{
		display: none !important;
	}

	.table-is-responsive thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.table-is-responsive tr {
		border: 1px solid #ccc;
	}

	.table-is-responsive td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align:left;
		padding: 3px !important;
		padding-top: 24px !important;
	}

	.table-is-responsive td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	.table-is-responsive td:before {
		content: attr(data-title);
	}

	.table-is-responsive tfoot td{
		text-align: right;
		padding: 4px !important;
	}
}

@media (max-width: 399px) and (min-width: 350px) {
	div#nav-search {
		width:34%;
		left:34px;
		height:30%;
	}

	div#nav-search input#ombutel-search {
		font-size:15px;
	}
}

@media (max-width: 449px) and (min-width: 400px) {
	div#nav-search {
		width:35%;
		left:52px;
	}

	div#nav-search input#ombutel-search {
		font-size:18px;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	.pbx_module_tabs .tab-content {
		padding: 13px 4px 22px 4px;
	}

	#ombutel-modules-content.container-fluid {
		padding: 0 2px;
	}
}

@media (max-width: 1200px) {
	.multiple-input {
		width: 48% !important;
	}
}

.navbar-item,.navbar .navbar-tool>li>a, .navbar .navbar-nav>li>a{
	padding: 0 16px;
	line-height: 64px;
	color: #444444;
}

.font-24{
	font-size: 24px;
	vertical-align: -23%;
}

#openAside{
	color: rgb(160, 157, 157);
}

.color-transition{
	-o-transition: color .2s linear,background .2s linear;
	-moz-transition: color .2s linear,background .2s linear;
	-webkit-transition: color .2s linear,background .2s linear;
	transition: color .2s linear,background .2s linear;
}

#openAside:hover{
	color: rgb(92, 90, 90);
}

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

.size-logo{
	height: 50px;
}

.size-logo-small{
	height: 30px;
}

.ombu-mobile-logo{
	height: 35px !important;
	width: auto !important;
	margin-top: 11px !important;
}


@-webkit-keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.shake-animation {
	-webkit-animation-name: shake;
	animation-name: shake;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#apply-asterisk-changes{
	color: #F16B6F !important;
}

.help-form-modal .modal-header{
	padding: 10px;
	color: white;
	background-color: rgba(136, 204, 46, 0.72);
}

.help-form-modal .modal-content{
	text-align: justify;
}

/* Mobile Action Button */
.mobile-action-button.btn-group.dropup {
	margin-right: 15px;
}

.dropdown-menu.mobile-actions-list{
	min-width: 180px;
	padding: 5px 0;
	color: #333;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.dropdown-menu.mobile-actions-list > li > a,
.dropdown-menu.mobile-actions-list > li > button{
	padding: 8px 15px;
	outline: 0;
	background: none;
	color: #333333;
	display: block;
	clear: both;
	font-weight: normal;
	line-height: 1.5384616;
	white-space: nowrap;
	width: 100%;
	text-align: left;
}

.dropdown-menu.mobile-actions-list > li > button:hover,
.dropdown-menu.mobile-actions-list > li > button:focus,
.dropdown-menu.mobile-actions-list > li > a:hover,
.dropdown-menu.mobile-actions-list > li > a:focus{
	background-color: #f5f5f5;
}

.dropdown-menu.mobile-actions-list > li > a > i,
.dropdown-menu.mobile-actions-list > li > button > i{
	margin-right: 10px;
}

button.btn.frm-btn-action.btn-sm.dropdown-toggle{
	background-color: #4A4A4A;
}

/*Style For Error Modal*/
.modal-module-errors .modal-content{
	border-radius: 0;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}

.modal-module-errors .modal-header{
	background-color: rgba(230, 126, 34, 0.8);
	color: #FDFDFD;
}

.modal-module-errors .modal-footer > button{
	border-radius: 0;
	background-color: #616060;
}

.imageupload {
	text-align: center;
	width: 210px;
}

.imageupload input[type="file"] { display: none; }

.imageupload img {
	max-width: 200px;
	max-height: 150px;
	object-fit: contain;
}

.imageupload img:nth-of-type(n+2) { display: none }

.imageupload .preview {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 210px;
	height: 160px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}

.imageupload .select,
.imageupload .change,
.imageupload .remove {
	margin-left: 5px;
	margin-right: 5px;
}

.imageupload .select,
.imageupload.default .change,
.imageupload.default .remove {
	display: none;
}

.imageupload.default .select,
.imageupload .change,
.imageupload .remove {
	display: inline-block;
}

/* Most of below is to fix Bootstrap, allowing ellipsis overflow */
.fileupload {
	display: flex;
	flex-flow: row nowrap;
}

.fileupload input[type="file"] { display: none; }

.fileupload .form-control {
	display: inline-block;
	flex: 1 1 auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: auto;
	float: none;
}

.fileupload .input-group-addon {
	display: inline-block;
	flex: 0 0 auto;
	width: auto;
	line-height: 1.42857;
}

.formset .form-control, .formset .input-group-addon { cursor: pointer; }
.formset select { display: none; }

/* Most of below is to fix Bootstrap, allowing ellipsis overflow */
.formset {
	display: flex;
	flex-flow: row nowrap;
}

.formset .form-control {
	display: inline-block;
	flex: 1 1 auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: auto;
	float: none;
}

.formset .input-group-addon {
	display: inline-block;
	flex: 0 0 auto;
	width: auto;
	line-height: 1.42857;
}

html input[disabled] {
	cursor: default;
	background: #F1F1F1;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before{
	text-indent: 0;
	background-color: #569641;
}

.pulse{
	border: 3px solid #ff5b5b;
	-webkit-border-radius: 30px;
	height: 35px;
	width: 35px;
	position: absolute;
	left: 3px;
	top: 17px;
	-webkit-animation: pulsate 2s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 0.0;
}

@-webkit-keyframes pulsate {
	0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
	50% {opacity: 1.0;}
	100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

img.avatar{
	max-height: 32px;
}

.user-img >  img{
	max-height: 92px;
}

body.ie-11 .box-cell{
	display: block;
}

.recording.input-group-addon {
	cursor: pointer;
}

.pagedtable {
	display: inline-block;
	margin-left: 10px;
	padding-right: 20px;
}

.pagedtable > div {
	display: flex;
	flex-flow: row nowrap;
	margin-top: 1em;
}

.pagedtable > div > * {
	flex: 1 0 auto;
}

.pagedtable > table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	cursor: default;
}

.pagedtable > table thead th {
	border: 1px solid #ccc;
	border-bottom-width: 2px;
	padding: 6px 12px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
}

.pagedtable > table td {
	padding: 6px 12px;
}

.pagedtable > table td, .ajax_table th {
	border: 1px solid #ccc;
}

.pagedtable > table tr:nth-child(even) {
	background: #f9f9f9;
}

.pagedtable > div > ul {
	list-style: none;
	display: flexbox;
	cursor: pointer;
	margin: 0 0 0 1px;
	padding: 0;
	text-align: right;
}

.pagedtable > div > ul li:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagedtable > div > ul li:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagedtable > div > ul li {
	display: inline-block;
	margin: 0 0 0 -1px;
	padding: 6px 12px;
	padding: 6px 12px;
	color: #337ab7;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagedtable > div > ul li:hover {
	color: #23527c;
	background-color: #eee;
}

.pagedtable > div > ul li.active {
	color: #fff;
	background-color: #337ab7;
}

div.ui-multiselect > div.selected span.remove-allheader,
div.ui-multiselect > div.right-column span.add-allheader {
	float: left;
	margin: 7px 0px 7px 7px;
}

.bootstrap-dialog.type-warning .modal-header {
	background-color: #f44242;
}

.bootstrap-dialog .bootstrap-dialog-title {
	color: #fff;
	display: inline-block;
	font-size: 16px;
}

.right{
	text-align: right !important;
}

div.ui-multiselect input.search{
	width: 50% !important;
	float: right !important;
	height: 100% !important;
}

.thead-inverse th {
	color: #fff;
	background-color: #212529;
}

.exception-modal .modal-header{
	background-color: #c24747;
	color: #ffffff;
}

.select2-container{
	width: 100% !important;
}

/* Login */

#login-brand{
	position: fixed;
	top: 0;
	padding: 7px;
	width: 100%;
	background-color: #e8e8e8;
	z-index: 200;
}

#login-brand img{
	height: 50px;
}

#login-content{
	margin: 83px auto;
	width: 100%;
}

#login-footer{
	position: fixed;
	bottom: 0;
	background-color: #e8e8e8;
	width: 100%;
	height: 54px;
	left: 0;
	line-height: 58px;
	text-align: center;
	color: #67757c;
}

#login-footer .social{
	position: absolute;
	right: 8px;
	margin-top: -62px;
}

#login-footer .social ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#login-footer .social ul li{
	float: left;
}

#login-footer .social ul li a{
	display: block;
	color: #67757c;
	text-align: center;
	padding: 0 4px;
	line-height: 67px;
	font-size: 24px;
	text-decoration: none;
}

#login-footer .social ul li a:hover{
	color: #67757c;
}

.login-panel{
	background-color: white;
}

.login-form-container input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
	-webkit-text-fill-color: black;
}

#login-content .app-suite{
	min-height: 240px;
	color: white;
	text-align: center;
	font-family: "Open Sans", 'Helvetica', 'sans-serif';
	-webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
	box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
	border: none;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
}

#login-content .app-suite .logo > img{
	height: 69px;
}

#login-content .app-suite .logo > i{
	font-size: 1.5em;
}

#login-content .app-suite .logo > i,
#login-content .app-suite .logo > img{
	margin-top: -1.8em;
	border-radius: 62px;
	border: 3px solid #fff;
	padding: 1em;
	background: #34495e;
	color: #fff;
}

#login-content .app-suite.pbx,
#login-content .app-suite .logo > img{
	background-color: #494949;
}

#login-content .app-suite.billing,
#login-content .app-suite.billing .logo > i{
	background-color: #8eac81;
}

#login-content .app-suite.monitoring,
#login-content .app-suite.monitoring .logo > i{
	background-color: #587cbe;
}

#login-content .app-suite.recordings,
#login-content .app-suite.recordings .logo > i{
	background-color: #a94433;
}

#login-content .app-suite .content > h3{
	font-size: 1.4em;
	padding: 1em 0 0.5em;
	color: #fff;
	font-weight: 600;
}

#login-content .app-suite .content > p{
	color: #fff;
	padding-bottom: .5em;
}

#login-content .app-suite a.login,
#login-content .app-suite a.login:hover{
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	padding: .5em;
	box-shadow: inset 0 -50px 0 0 rgba(255,255,255,.1);
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
}

.type-warning .modal-header{
    background-color: #E05263;
    color: #fff;
}

/*HA_GUI*/
.bg-panel-heading{
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
	background-color: #f6f6f6!important;
	color: #262a2b!important;
	padding: .75rem 1.25rem!important;
	border-bottom: 1px solid rgba(0,0,0,.125)!important;
	margin-bottom: 0.5rem;
}

.flex-grid{
	align-items: center!important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	justify-content: center!important;
	box-sizing: border-box;
}

.mt-4{
	margin-top: 3rem!important;
}

.ha_card{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.txt-host{
	color: #6c757d!important;
	font-size: 1.65rem;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight: 500;
	line-height: 1.2;
}

.txt-host-status, .txt-host-ip{
	font-size: 1.3rem;
	margin-bottom: .5rem;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight: 500;
	line-height: 1.2;
}

.txt-host-ip{
	font-style: italic;
}

.bg-panel-heading h4 {
	font-size: 22px;
}

.badge-started{
	background-color: #8ebf33;
}

.badge-standby{
	background-color: #b3bc1e;
}

.badge-stopped{
	background-color: #c57c6e;
}

.bascul, button#unstandby_button{
	color: #fff;
	background-color: #8ebf33;
	border-color: #8ebf33;
	box-shadow: 0 3px 10px -3px #3535359c;
	outline: none;
	width:100%;
}

.bascul:hover, button#unstandby_button:hover{
	color: #fff;
	box-shadow: 0 3px 10px -1px #73737369;
}

.list-services{
	padding: 6px 14%;
	list-style-type: none;
	text-align: center;
	width: 100%;
	display: grid!important;
	grid-template-columns: repeat(3, 1fr);
	line-height: 2;

}

.list-services img{
	margin:auto;
}

.w-50{
	width: 40%!important;
}

.p-0{
	padding: 0!important;
}

.mb-0{
	margin-bottom: 0px!important;
}

.f-none{
	float: none!important;
}
/*Server SVG*/
.server-svg{
	margin-bottom: 1.5em;
}
/***********/
.service_name{
	font-weight: 600;
}
ul .list-services .badge{
	width: 80%!important;
	padding: 0!important;
	/* line-height: inherit!important; */
	margin: auto;
	padding: 7px 0!important;
}

/*.list-group-item:last-child .service_name {*/
	/*padding: 0;*/
/*}*/

/*Loader Bascul*/

.spinner-wrapper {
	margin: 0 auto;
	width: 80%;
	text-align: center;
	display: grid!important;
	grid-template-columns: auto auto auto;
}

/*Progress bar*/
#myProgress {
	position: relative;
	margin-top: 10px;
	width: 100%;
	height: 40px;
	background-color: #315481;
	background: #BE93C5; /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #BE93C5 , #7BC6CC); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #d3d4d5 , #e7e7e7);
	border-radius: 10px;
	border: 1px solid #27282612;
}

#myBar {
	position: absolute;
	width: 1%;
	height: 100%;
	background-color: #d2edf4;
	background: #BE93C5; /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #BE93C5 , #7BC6CC); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #8ebf33 , #9ccd42);
	border-radius: 10px;
}

#label {
	text-align: center;
	line-height: 40px;
	color: #000;
	font-size: 15px;
}
/*** Server CSS ***/

.indicator {
	fill: #1fcc48;
	border: 1px solid black;
	position: relative;
	float: left;
	top: 7px;
	height: 4px;
	width: 4px;
	margin-left: 7px;
	border-radius: 10px;
}

@-webkit-keyframes pulse_three {
	0% {fill: rgb(108, 168, 38);}
	100% {fill: orange;}
}
.probe/*:nth-child(1)*/ .indicator {
	background: rgba(255,255,255,.15);
	-webkit-animation: pulse_three .7s infinite alternate;
}

/*** Spinner CSS ***/
.spinner {
    height: 60%;
    width: 100%;
    margin: auto;
    line-height: 1;
    font-size: 20px;
}

.spin{
	margin: auto;
	/* float: left; */
	/*width: 150px;*/
	height: 20px;
	/* text-align: center; */
	font-size: 10px;
}

.spin > div {
	background-color: #8ebf33;
	height: 100%;
	width: 10px;
	display: inline-block;

	-webkit-animation: sk-stretchdelay 4.0s infinite ease-in-out;
	animation: sk-stretchdelay 1.0s infinite ease-in-out;
}

.spinner .rect2 {
	-webkit-animation-delay: -3.9s;
	animation-delay: -3.9s;
}

.spinner .rect3 {
	-webkit-animation-delay: -3.8s;
	animation-delay: -3.8s;
}

.spinner .rect4 {
	-webkit-animation-delay: -3.7s;
	animation-delay: -3.7s;
}

.spinner .rect5 {
	-webkit-animation-delay: -3.6s;
	animation-delay: -3.6s;
}

.spinner .rect6 {
	-webkit-animation-delay: -3.5s;
	animation-delay: -3.5s;
}

.spinner .rect7 {
	-webkit-animation-delay: -3.4s;
	animation-delay: -3.4s;
}

.spinner .rect8 {
	-webkit-animation-delay: -3.3;
	animation-delay: -3.3s;
}

.spinner .rect9 {
	-webkit-animation-delay: -3.2s;
	animation-delay: -3.2s;
}

.spinner .rect10 {
	-webkit-animation-delay: -3.1s;
	animation-delay: -3.1s;
}

.spinner .rect20 {
	-webkit-animation-delay: -1.5s;
	animation-delay: -1.5s;
}

.spinner .rect19 {
	-webkit-animation-delay: -1.4s;
	animation-delay: -1.4s;
}

.spinner .rect18 {
	-webkit-animation-delay: -1.3s;
	animation-delay: -1.3s;
}

.spinner .rect17 {
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
}

.spinner .rect16 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect15 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner .rect14 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .rect13 {
	-webkit-animation-delay: -0.8;
	animation-delay: -0.8s;
}

.spinner .rect12 {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.spinner .rect11 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

@-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
	20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
	0%, 40%, 100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}  20% {
		   transform: scaleY(1.0);
		   -webkit-transform: scaleY(1.0);
	   }
}


/*** Probe CSS ***/
.probe {
    width: 100%;
    padding: 16px 10px;
    margin: auto;
}

.probe svg{
    position: relative;
}
/**************/

.badge-pill{
	float: none!important;
	padding: 8px 0px!important;
	font-size: 12px;

}
/* Small Devices */

@media only screen and (max-width : 767px) {
    .spinner-wrapper {
        width: 60%;
		grid-template-columns: auto;

	}
    .spin {
        font-size: 5px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape){
    .spinner-wrapper {
		width: 100%;
		grid-template-columns: auto auto auto;
    }
}

/* iPad Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .spinner-wrapper {
        width: 100%;
    }
	.spin {
		height: 20px;
	}
}

@media (min-width: 768px){
	.mb-md-3{
		margin-bottom: 1rem!important;
	}

}


/*******/
/* Landscape phones and portrait tablets */
@media (max-width: 700px) {
	#login-content{
		margin: 92px auto;
	}

	body, .ombutelPBX{
		overflow: auto !important;
	}

}

.new-app-version{
	text-align: center;
}

.new-app-version span{
	font-size: 16px;
}

.loading,.loading>td,.loading>th,.nav li.loading.active>a,.pagination li.loading,.pagination>li.active.loading>a,.pager>li.loading>a{
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
	background-size: 40px 40px;
	animation: progress-bar-stripes 2s linear 0s normal none infinite;
	-webkit-animation: progress-bar-stripes 2s linear infinite;
}
.btn.btn-default.loading,input[type="text"].loading,select.loading,textarea.loading,.well.loading,.list-group-item.loading,.pagination>li.active.loading>a,.pager>li.loading>a{
	background-image: linear-gradient(45deg, rgba(235, 235, 235, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(235, 235, 235, 0.15) 50%, rgba(235, 235, 235, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

div.password_strength {
	height: 3px;
	position: relative;
	bottom: 0;
}

#switch-tenant{
	border: 0;
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 6px 0;
	color: #1b1b1c;
	height: 28px;
	border-bottom: 1px solid #bdbdbd;
	margin-left: -5px;
	font-weight: 300;
	outline:none;
}

#user-photo img{
	width: 61px;
	height: 61px;
}

.textarea-base64{
	font-family: monospace;
	white-space: pre;
	font-size: 10px;
}