html {
	font-size: 14px;
}

body {
	font-family: "Helvetica Neue",Helvetica,"Noto Sans",sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 1.42857;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #373e4a;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	margin-top: 10px;
}

a {
	color: #373e4a;
}



.form-control:focus {
	border-color: #cbd0d9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(203, 208, 217, 0.6);
	outline: 0 none;
}

.form-horizontal .form-group {
	margin-right: -5px;
	margin-left: -5px;
}

.form-horizontal .form-group input[type=checkbox] {
	margin: 0 0;
}

.form-group.has-error .help-block, .form-group.has-error .control-label, .form-group.has-error .radio, .form-group.has-error .checkbox, .form-group.has-error .radio-inline, .form-group.has-error .checkbox-inline, .form-group.has-error.radio label, .form-group.has-error.checkbox label, .form-group.has-error.radio-inline label, .form-group.has-error.checkbox-inline label {
	color: #ff3030;
}

.form-group.has-error .form-control {
	border-color: #ffafbd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.btn-default {
	background-color: #f0f0f1;
	border-color: #f0f0f1;
	color: #303641;
	background-image: none;
}

.btn-info {
	background-color: #21a9e1;
	border-color: #1c99cd;
	color: #fff;
	background-image: none;

}

.btn-danger {
	background-color: #cc2424;
	border-color: #b62020;
	color: #fff;
}

.btn, input[type=submit] {
	border-color: #f0f0f1;
}

.btn-edit {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-right: 10px;
}
.btn-edit:before {
	font-family: 'FontAwesome';
	content: '\f044';
	padding-right: 5px;
	position: relative;
	color: #fff;
}
.btn-edit:focus {
	background-color: #eb9316;
	background-position: 0 -15px;
}
.btn-edit:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}


.btn-cancel {
	color: #303641;
	background-color: #FFF;
	border-color: #FFF;
	border-color: #ebebeb !important;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-right: 10px;
}
.btn-cancel:before {
	font-family: 'FontAwesome';
	content: '\f00d';
	padding-right: 5px;
	position: relative;
	color: #303641;
}
.btn-cancel:focus {
	color: #303641;
	background-color: #e6e6e6;
	border-color: #bfbfbf;
	background-position: 0 -15px;
}
.btn-cancel:hover {
	color: #303641;
	background-color: #e6e6e6;
	border-color: #e0e0e0;
}

.btn-save {
	color: #fff;
	background-color: #00a651;
	border-color: #008d45;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-right: 10px;
}
.btn-save:before {
	font-family: 'FontAwesome';
	content: '\f00c';
	padding-right: 5px;
	position: relative;
	color: #fff;
}
.btn-save:focus {
	color: #fff;
	background-color: #007338;
	border-color: #000d06;
	background-position: 0 -15px;
}
.btn-save:hover {
	color: #fff;
	background-color: #007338;
	border-color: #004f27;
}

.btn-add {
	color: #FFF;
	background-color: #0072bc;
	border-color: #0072bc;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-right: 10px;
}
.btn-add:before {
	font-family: 'FontAwesome';
	content: '\f067';
	padding-right: 5px;
	position: relative;
	color: #FFF;
}
.btn-add:focus {
	background-color: #005389;
	border-color: #00253d;
	color: #FFF;
	background-position: 0 -15px;
}
.btn-add:hover {
	color: #FFF;
	background-color: #005389;
	border-color: #004d7f;
}

.btn-delete {
	margin-bottom: 3px;
	margin-top: 3px;
	margin-right: 10px;
	color: #FFF;
	background-color: #d42020;
	border-color: #d42020;
}
.btn-delete:before {
	font-family: 'FontAwesome';
	content: '\f014';
	padding-right: 5px;
	position: relative;
	color: #FFF;
}
.btn-delete:focus {
	color: #303641;
	background-position: 0 -15px;
}
.btn-delete:hover {
	color: #FFF;
	background-color: #a81919;
	border-color: #9f1818;
}

.btn-view {
	color: #fff;
	background-color: #21a9e1;
	border-color: #1c99cd;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-right: 10px;
}
.btn-view:before {
	font-family: 'FontAwesome';
	content: '\f06e';
	padding-right: 5px;
	position: relative;
	color: #FFF;
}
.btn-view:focus {
	color: #303641;
	background-position: 0 -15px;
}
.btn-view:hover {
	color: #fff;
	background-color: #1988b6;
	border-color: #147197;
}

.btn-dont-view {
	color: #fff;
	background-color: #21a9e1;
	border-color: #1c99cd;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-right: 10px;
}
.btn-dont-view:before {
	font-family: 'FontAwesome';
	content: '\f070';
	padding-right: 5px;
	position: relative;
	color: #FFF;
}
.btn-dont-view:focus {
	color: #303641;
	background-position: 0 -15px;
}
.btn-dont-view:hover {
	color: #fff;
	background-color: #1988b6;
	border-color: #147197;
}

.btn-download {
	color: #fff;
	background-color: #21a9e1;
	border-color: #1c99cd;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-right: 10px;
}
.btn-download:before {
	font-family: 'FontAwesome';
	content: '\f019';
	padding-right: 5px;
	position: relative;
	color: #FFF;
}
.btn-download:focus {
	color: #303641;
	background-position: 0 -15px;
}
.btn-download:hover {
	color: #fff;
	background-color: #1988b6;
	border-color: #147197;
}

.btn-upload {
	color: #fff;
	background-color: #21a9e1;
	border-color: #1c99cd;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-right: 10px;
}
.btn-upload:before {
	font-family: 'FontAwesome';
	content: '\f093';
	padding-right: 5px;
	position: relative;
	color: #FFF;
}
.btn-upload:focus {
	color: #303641;
	background-position: 0 -15px;
}
.btn-upload:hover {
	color: #fff;
	background-color: #1988b6;
	border-color: #147197;
}


.page-container {
	display: table;
	height: 100%;
	table-layout: fixed;
	width: 100%;
}



.page-container .sidebar-menu {
	background: #ffffff none repeat scroll 0 0;
	box-sizing: border-box;
	display: table-cell;
	position: relative;
	vertical-align: top;
	width: 280px;
	z-index: 100;
}

.page-container .sidebar-menu .sidebar-menu-inner {
	position: relative;
}

.page-container .sidebar-menu .logo-env::before, .page-container .sidebar-menu .logo-env::after {
	content: " ";
	display: table;
}

.page-container .sidebar-menu .logo-env::after {
	clear: both;
}

.page-container .sidebar-menu .logo-env {
	box-sizing: border-box;
	padding: 35px;
	width: 100%;
}

.page-container .sidebar-menu .logo-env > div {
	display: block;
	float: left;
	vertical-align: middle;
	white-space: nowrap;
}

.page-container .sidebar-menu .logo-env > div.sidebar-collapse, .page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu {
	float: right;
	position: relative;
}

.page-container .sidebar-menu .logo-env > div.sidebar-collapse a, .page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu a {
	background-clip: padding-box;
	border: 1px solid #454a54;
	border-radius: 3px;
	display: inline-block;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	padding: 5px 2px;
	text-align: center;
	transition: all 200ms ease-in-out 0s;
}

.page-container .sidebar-menu .logo-env > div > a {
	color: #aaabae;
	display: inline-block;
}

.entypo-menu {
	width: 1em;
	margin-right: .2em;
	line-height: 1em;
	margin-left: .2em;
	font-size: 120%;
}


.page-container .sidebar-menu #main-menu {
	list-style: outside none none;
	margin: 0 0 20px;
	padding: 0;
}


.page-container .sidebar-menu #main-menu li {
	border-bottom: 1px solid rgba(69, 74, 84, 0.7);
	font-size: 12px;
	margin: 0;
	position: relative;
}

.page-container .sidebar-menu #main-menu li.selected > a {
	color: #fff;
}

.page-container .sidebar-menu #main-menu li.has-sub > a::before {
	color: #fff;
	content: "";
	display: inline-block;
	float: right;
	font-family: "Entypo";
	font-size: 15px;
	margin-left: 13px;
	position: relative;
	top: 0;
	transition: all 300ms ease-in-out 0s;
}

.page-container .sidebar-menu #main-menu li a {
	color: #aaabae;
	display: block;
	padding: 10px 20px;
	position: relative;
	transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s;
	z-index: 2;
}

.page-container .sidebar-menu #main-menu li ul > li > a {
	background-color: #2b303a;
	padding-left: 40px;
}
.page-container .sidebar-menu #main-menu li a span {
	transition: opacity 350ms ease-in-out 0s;
	margin: 0.5em;
}

.page-container .main-content {
	background: #ffffff none repeat scroll 0 0;
	box-sizing: border-box;
	display: table-cell;
	padding: 20px;
	position: relative;
	vertical-align: top;
	width: 100%;
}

.user-info::before, .user-info::after {
	content: " ";
	display: table;
}

.user-info::after {
	clear: both;
}

.user-info {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.user-info > li.profile-info {
	margin-right: 10px;
}

.user-info > li {
	float: left;
	margin-right: 2.5px;
}

.profile-info.dropdown > a {
	color: #2b303a;
	font-size: 14px;
	text-decoration: none;
	transition: all 300ms ease-in-out 0s;
}

.language-selector {
	margin-top: -7px;
}

.language-selector > .dropdown-toggle {
	background-clip: padding-box;
	border-radius: 3px;
	display: inline-block;
	padding: 7px 12px;
}

.language-selector > .dropdown-toggle img {
	display: inline-block;
	line-height: 1;
	border-radius: 50%;
	width: 16px;
	height: 16px;
}

.badge.badge-success {
	background-color: #00a651;
	color: #fff;
}

.chat-notifications-badge {
	margin-left: 5px;
}

hr.header-to-main {
	margin-top: 5px;
	margin-bottom: 5px;
}

.breadcrumb.bc-3, .breadcrumb.breadcrumb-3 {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}

.breadcrumb {
	background-color: #f5f5f5;
	border-radius: 3px;
	list-style: outside none none;
	margin-bottom: 17px;
	padding: 8px 15px;
}

.links-list {
	padding-bottom: 8px;
	padding-top: 14px;
	white-space: nowrap;
}

.links-list > li.sep {
	border-left: 1px solid #eeeef0;
	display: inline-block;
	height: 12px;
	line-height: 1.42857;
	margin-left: 10px;
	overflow: hidden;
	width: 0;
}

.page-container .tile-stats .icon {
	bottom: 35px;
}

.tile-stats.tile-red {
	background: #f56954 none repeat scroll 0 0;
}

.tile-stats.tile-green {
	background: #00a65a none repeat scroll 0 0;
}

.tile-stats.tile-orange {
	background: #ffa812 none repeat scroll 0 0;
}

.tile-stats.tile-blue {
	background: #0073b7;
}
.tile-stats.tile-blue:hover {
	background: #00639e;
}
.tile-stats.tile-blue .icon {
	color: rgba(0, 0, 0, 0.1);
}
.tile-stats.tile-blue .num,
.tile-stats.tile-blue h3,
.tile-stats.tile-blue p {
	color: #fff;
}

.tile-stats.tile-aqua {
	background: #00c0ef;
}
.tile-stats.tile-aqua:hover {
	background: #00acd6;
}
.tile-stats.tile-aqua .icon {
	color: rgba(0, 0, 0, 0.1);
}
.tile-stats.tile-aqua .num,
.tile-stats.tile-aqua h3,
.tile-stats.tile-aqua p {
	color: #fff;
}

.tile-stats.tile-white {
	background: #fff;
	border: 1px solid #ebebeb;
}
.tile-stats.tile-white:hover {
	background: #f2f2f2;
}
.tile-stats.tile-white .icon {
	color: #f2f2f2;
}
.tile-stats.tile-white .num,
.tile-stats.tile-white h3,
.tile-stats.tile-white p {
	color: #303641;
}
.tile-stats.tile-white:hover {
	background-color: #fafafa;
}
.tile-stats.tile-white-red {
	background: #fff;
	border: 1px solid #ebebeb;
}
.tile-stats.tile-white-red:hover {
	background: #f2f2f2;
}
.tile-stats.tile-white-red .icon {
	color: #f2f2f2;
}
.tile-stats.tile-white-red .num,
.tile-stats.tile-white-red .num-small,
.tile-stats.tile-white-red h3,
.tile-stats.tile-white-red p {
	color: #f56954;
}
.tile-stats.tile-white-red:hover {
	background-color: #fafafa;
}
.tile-stats.tile-white-green {
	background: #fff;
	border: 1px solid #ebebeb;
}
.tile-stats.tile-white-green:hover {
	background: #f2f2f2;
}
.tile-stats.tile-white-green .icon {
	color: #f2f2f2;
}
.tile-stats.tile-white-green .num,
.tile-stats.tile-white-green .num-small,
.tile-stats.tile-white-green h3,
.tile-stats.tile-white-green p {
	color: #00a65a;
}
.tile-stats.tile-white-green:hover {
	background-color: #fafafa;
}
.tile-stats.tile-white-blue {
	background: #fff;
	border: 1px solid #ebebeb;
}
.tile-stats.tile-white-blue:hover {
	background: #f2f2f2;
}
.tile-stats.tile-white-blue .icon {
	color: #f2f2f2;
}
.tile-stats.tile-white-blue .num,
.tile-stats.tile-white-blue .num-small,
.tile-stats.tile-white-blue h3,
.tile-stats.tile-white-blue p {
	color: #0073b7;
}
.tile-stats.tile-white-blue:hover {
	background-color: #fafafa;
}
.tile-stats.tile-white-aqua {
	background: #fff;
	border: 1px solid #ebebeb;
}
.tile-stats.tile-white-aqua:hover {
	background: #f2f2f2;
}
.tile-stats.tile-white-aqua .icon {
	color: #f2f2f2;
}
.tile-stats.tile-white-aqua .num,
.tile-stats.tile-white-aqua .num-small,
.tile-stats.tile-white-aqua h3,
.tile-stats.tile-white-aqua p {
	color: #00c0ef;
}
.tile-stats.tile-white-aqua:hover {
	background-color: #fafafa;
}
.tile-stats.tile-gray {
	background: #f5f5f5 none repeat scroll 0 0;
}

.tile-stats.tile-red .icon {
	color: rgba(0, 0, 0, 0.1);
}

.tile-stats, .tile-active-call {
	background: #303641 none repeat scroll 0 0 padding-box;
	border-radius: 5px;
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	transition: all 300ms ease-in-out 0s;
}

.tile-stats {
	padding: 20px;
}

.tile-stats .icon {
	bottom: 5px;
	color: rgba(0, 0, 0, 0.1);
	position: absolute;
	right: 5px;
	z-index: 1;
}

.tile-stats .icon i::before {
	line-height: 0;
	margin: 0;
	padding: 0;
}

.tile-stats .icon i {
	font-size: 100px;
	line-height: 0;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.tile-stats.tile-red .num, .tile-stats.tile-red h3, .tile-stats.tile-red p {
	color: #fff;
}

.tile-stats .num {
	font-size: 38px;
	font-weight: bold;
}

.tile-stats .num-small {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}

.tile-stats .num, .tile-stats h3, .tile-stats p {
	color: #fff;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.tile-stats h3 {
	font-size: 18px;
	margin-top: 5px;
}

.tile-stats p {
	font-size: 14px;
	margin-top: 5px;
}

.simcallschart {
	height: 250px;
}

.tile-active-call {
	padding: 10px;
}

.tile-active-call .num, .tile-active-call h3, .tile-active-call p {
	color: #fff;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.tile-active-call .num {
	font-size: 18px;
	font-weight: bold;
}

.tile-active-call h3 {
	font-size: 12px;
	margin-top: 5px;
}

.tile-active-call p {
	font-size: 11px;
	margin-top: 5px;
}

.tile-active-call.tile-red {
	background: #f56954 none repeat scroll 0 0;
}

@keyframes call-setup {
	0% {background-color: #00a65a;}
	50% {background-color: #D1DDD1;}
	100% {background-color: #00a65a;}
}

.tile-active-call.tile-green {
	background: #00a65a none repeat scroll 0 0;
}

.tile-active-call.tile-blink {
	animation-name: call-setup;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

.tile-active-call.tile-red .num, .tile-active-call.tile-red h3, .tile-active-call.tile-red p {
	color: #fff;
}



.tile-active-call .icon {
	bottom: 5px;
	color: rgba(0, 0, 0, 0.1);
	position: absolute;
	right: 5px;
	z-index: 1;
}

.tile-active-call .icon i {
	font-size: 100px;
	line-height: 0;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}


.label-tab.label-red {
	background: #f56954 none repeat scroll 0 0;
}

.label-tab.label-green {
	background: #00a65a none repeat scroll 0 0;
}

.label-tab.label-orange {
	background: #ffa812 none repeat scroll 0 0;
}
.label-tab.label-gray {
	background: #f5f5f5 none repeat scroll 0 0;
}
.lb-sm {
	font-size: 12px;
}
.lb-md {
	font-size: 14px;
}
.lb-lg {
	font-size: 20px;
}
.panel {
	margin-bottom: 17px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.panel > .panel-heading .panel-title {
	font-size: 12px;
}
.panel > .panel-heading .panel-title h4 {
	font-size: 14px;
	color: #303641;
}
.panel-body {
	position: relative;
	padding: 15px;
}
.panel-body:before,
.panel-body:after {
	content: " ";
	display: table;
}
.panel-body:after {
	clear: both;
}
.panel-body.no-padding {
	padding: 0;
}
.panel > .list-group {
	margin-bottom: 0;
}
.panel > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}
.panel-heading {
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel-heading:before,
.panel-heading:after {
	content: " ";
	display: table;
}
.panel-heading:after {
	clear: both;
}
.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}
.panel-heading > .panel-title {
	float: left;
	padding: 10px 15px;
}
.panel-heading > .panel-title > * {
	margin: 0;
}
.panel-heading > .panel-title > span {
	font-weight: normal;
}
.panel-heading > .panel-options {
	float: right;
	padding-right: 15px;
}
.panel-heading > .panel-options > a {
	margin-top: 10px;
}
.panel-heading > .panel-options > a[rel="reload"] > i {
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	-ms-transform-origin: 50%;
	-o-transform-origin: 50%;
	transform-origin: 50%;
}
.panel-heading > .panel-options > a[rel="collapse"] > i {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.panel-heading > .panel-options > .nav-tabs {
	margin-top: 0;
	margin-bottom: 0;
}
.panel-heading > .panel-options > .nav-tabs > li {
	margin-right: 4px;
}
.panel-heading > .panel-options > .nav-tabs > li:last-child {
	margin-right: 0;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
}
.panel-title > a {
	color: inherit;
}
.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
.panel-group {
	margin-bottom: 17px;
}
.panel-group .panel {
	margin-bottom: 0;
	overflow: hidden;
}
.panel-default {
	border-color: #ebebeb;
	-webkit-border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px;
	-moz-background-clip: padding;
	border-radius: 5px;
	background-clip: padding-box;
}
.panel-default > .panel-heading {
	color: #373e4a;
	background-color: #ffffff;
	border-color: #ebebeb;
	padding: 0;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #ebebeb;
}
.panel-default > .panel-heading > .dropdown .caret {
	border-color: #373e4a transparent;
}
.panel-default > .panel-heading > .panel-title > a {
	color: #373e4a;
}
.panel-default > .panel-heading > .panel-options > a {
	display: inline-block;
	color: #373e4a;
	text-align: center;
	line-height: 1;
	padding: 4px 2px;
	-webkit-border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px;
	-moz-background-clip: padding;
	border-radius: 3px;
	background-clip: padding-box;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.panel-default > .panel-heading > .panel-options > a.bg {
	background-color: #dedede;
	margin-left: 5px;
}
.panel-default > .panel-heading > .panel-options > a.bg:hover {
	background-color: #e6e6e6;
}
.panel-default > .panel-heading > .panel-options > a i {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.panel-default > .panel-heading > .panel-options > .nav-tabs {
	position: relative;
	top: 1px;
	border-bottom: 1px solid #ebebeb;
	padding-top: 5px;
}
.panel-default > .panel-heading > .panel-options > .nav-tabs > li {
	background-color: transparent;
}
.panel-default > .panel-heading > .panel-options > .nav-tabs > li > a {
	border-color: #ebebeb;
	background-color: #ebebeb;
	padding: 8px 10px;
	color: rgba(55, 62, 74, 0.5);
	font-size: 12px;
	-webkit-border-radius: 3px 3px 0 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px 3px 0 0;
	-moz-background-clip: padding;
	border-radius: 3px 3px 0 0;
	background-clip: padding-box;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.panel-default > .panel-heading > .panel-options > .nav-tabs > li > a > i {
	font-size: 14px;
	line-height: 1;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.panel-default > .panel-heading > .panel-options > .nav-tabs > li.active > a {
	border-bottom: 1px solid #f0f0f1;
	background-color: #f0f0f1;
	color: #373e4a;
}
.panel-default > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {
	color: #373e4a;
}
.panel-default > .panel-heading > .panel-options > .nav-tabs > li > a.active > i {
	color: #373e4a;
}
.panel-default > .panel-footer {
	background-color: #f0f0f1;
	color: #373e4a;
	border-top-color: #ebebeb;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #ebebeb;
}
.panel-default > .panel-body + .panel-body {
	border-top-color: #ebebeb;
}
.panel-default > .panel-heading > .panel-options > .nav-tabs > li > a {
	background-color: #dedede;
}
.panel-default > .panel-heading > .panel-options > .nav-tabs > li.active > a {
	background-color: #fff;
	border-bottom-color: #fff;
}
.panel-default > .panel-heading > .panel-options > .nav-tabs > li > a.active {
	background-color: #fff;
	border-bottom-color: #fff;
}
.panel-primary {
	background-clip: padding-box;
	border-color: #ebebeb;
	border-radius: 3px;
}

.panel-primary > .panel-heading {
	background-color: #ffffff;
	border-color: #ebebeb;
	color: #373e4a;
	padding: 0;
	background-image: none;
}

.panel-heading::before, .panel-heading::after {
	content: " ";
	display: table;
}
.panel-heading::after {
	clear: both;
}
.panel-heading > .panel-title {
	float: left;
	padding: 10px 15px;
}

.panel-heading > .panel-options {
	float: right;
	padding-right: 15px;
}

.panel-primary > .panel-heading > .btn-group {
	margin: 15px;
}

.panel-body {
	padding: 25px;
	position: relative;
}

.example-enter {
	opacity: 0.01;
}

.example-enter.example-enter-active {
	opacity: 1;
	transition: opacity 1000ms ease-in;
}

.example-leave {
	opacity: 1;
}

.example-leave.example-leave-active {
	opacity: 0.01;
	transition: opacity 1000ms ease-in;
}

td > span {
	display: inline-block;
	width: 20px;
}

.table .checkbox {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 5px;
}
table.table-editable >  tbody > tr > td {
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
}

table.table-editable >  tbody > tr > td > div.form-group {
	margin-bottom: 0px;
}

table.table tfoot td {
	background-color: #f5f5f6;
	color: #333;
	font-weight: bold;
	border: 1px solid #ebebeb;
	padding: 10px 18px 6px 18px;
	border-top: 1px solid #111;
}

table.table-editable tfoot div.results-conter {
	margin-top: 10px;
}

table.table-editable tfoot div.paginator ul {
	margin: 0px;
}

.react-datepicker-popper {
	z-index: 3;
}
/* dashboard */


/* routing screen */

div.route-header {
	border: 1px solid gray;
	padding: 0.5rem 1rem;
	margin-bottom: 20px;
	background-color: white;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
}

div.panel-body.route-item {
	padding: 0px;
}
div.panel-body.route-item > div > div > div.checkbox {
	margin-bottom: 0px;
	margin-top: 0px;
}

#page {
	display: none;
}
#loading {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100vw;
	height: 100vh;
	background-color: rgba(6, 61, 125, 0.1);
	background-image: url('/images/spinner.gif');
	background-repeat: no-repeat;
	background-position: center;
}

/* loading gears */
/* page loading animation */
.loader-container {
	width: 100%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;

}

.loader-animation {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
	width: 10em;
	height: 10em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	border: 1.1em solid #084184;
	border-left: 1.1em solid #bfccdb;
	border-radius: 50%;
	animation: load8 1.1s infinite linear;
}

@keyframes load8 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* upload modal */
div.upload-modal-xwide {
	width: 90%;
}


/* blue */


body .page-container .sidebar-menu {
	background: white none repeat scroll 0 0;
	color: #084184;
	border-right: 1px solid #084184;
}
body .page-container .sidebar-menu #main-menu li ul > li > a {
	background-color: #002f65;
}
body .page-container .sidebar-menu #main-menu li ul > li {
	border-color: rgba(6, 61, 125, 0.7);
}

body .page-container .sidebar-menu .logo-env > div.sidebar-collapse a, body .page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu a {
	border-color: #063d7d;
}

body .page-container .sidebar-menu #main-menu li {
	border-color: #063d7d;
}

body .icon-menu {

	fill: #bfccdb;

}


.phone.panel{
	width: 500px;
	border: 1px #A0A0A0 solid;
}

.icon{
	height: 70px;
	padding-top:23px;

}
#contact{
	width: 50px;
	height: 50px;
	margin:auto;
	padding:7px 8px 7px 8px;
	background-color :#A4A4A4;
	border-radius: 25px 25px 25px 25px;
}

.phone.glyphicon-info-sign, .phone.glyphicon-chevron-left{
	font-size: 25px;
	color: #37A7FD;
}
.phone.glyphicon-user{
	font-size: 35px;
	color: #FFFFFF;
}

.phone.panel-body{
	height :350px;
	overflow-y: scroll;
}

.phone.date{
	color: #A4A4A4;
	text-align: center;
	margin-bottom: 5px;
}


.phone.message{
	font-size: 1.2em;
	width: auto;
	max-width:300px;
	border-radius: 15px;
	padding: 10px;
	margin-bottom: 10px;
}
.phone.message-in {
	background-color: #E5E5EA;
	margin-left: 20px;

}
.phone.message-out{
	background-color : #22D351;
	margin-right: 20px;
	color: #FFFFFF;
}

.glyphicon-send, .glyphicon-camera{
	color: #848484;
}
