html {
	position: relative;
	min-height: 100%;
}

body {
	/*background-color: #eaeff2;*/
	background-color: #EAEAEA;
	/*font-family: Arial, 'Open Sans', sans-serif;*/
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue","Arial","sans-serif","Oxygen","Ubuntu","Fira Sans", "Droid Sans";
    font-size: 16px;
	font-weight: 400;
  	/* Margin bottom by footer height
       important to keep footer at bottom on pages without much content*/
  	margin-bottom: 65px;
}

.clear-panel {
    background-color: #EAEAEA;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1; /* ie 6/7 */
}

.break-10 {height: 1px; margin: 5px 0;}
.break-20 {height: 1px; margin: 10px 0;}
.break-30 {height: 1px; margin: 15px 0;}
.break-40 {height: 1px; margin: 20px 0;}
.break-50 {height: 1px; margin: 25px 0;}
.break-60 {height: 1px; margin: 30px 0;}

.tp25 {padding-top : 25px;}

.h1, h1 {
    font-size: 25px;
    font-weight: 300;
	margin-bottom: 16px;
	color: #4f5865;
}

.btn-primary, .btn-success, .btn-danger {
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	border: none;
}

.btn-primary {
	background-color: #2ea9f3;
}

.btn-xs {
    padding: 3px 10px;
    font-size: 11px;
}

.btn-xs2 {
    padding: 6px 10px 4px;
    /*font-size: 11px;*/
}

.btn-default {
    text-shadow: none;
    background-image: none;
    background: #fff;
    border-color: #c5d0d6;
	color: #666;
}

.btn-actions {
    margin: -5px auto 0;
}

.btn-primary.disabled {
	background-color: #a5aab0;
}

.btn-danger.disabled {
	background-color: #ff9da2;
}

.spinner {
	float : left;
	margin-left : 15px;
}

.spinner img {
	margin-top : 7px;
	width : 20px;
	height : auto;
}

.loginpage {
	width: 100%;
	height: 100%;
	text-align: center;
}

.loginpage .panel {
	width: 373px;
	margin: 8% auto;
    margin-bottom: 20px;
}

.loginpage .panel-heading {
    background-color: #333333;
    padding: 20px 15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	text-align: center;
}

.loginpage .panel-body {
    padding: 45px;
}

.loginpage .text-danger {
	margin-top: 20px;
	margin-bottom: 0;
}

.usage {
    width: 450px;
    text-align: center;
    font-size: 11px;
    margin: auto;
}


.version-str {
    width: 200px;
    text-align: right;
    font-size: 11px;
    margin-top: 50px;
    position: fixed;
    bottom: 2px;
    right: 4px;
}

.btn-login {
	color: #fff;
	background-color: #0096f0;
	border-color: none;
	width: 100%;
	padding: 8px 0;
	font-weight: 300;
	font-size: 20px;
}

.loginpage input[type="text"],
.loginpage input[type="password"] {
    display: block;
    width: 100%;
    height: 46px;
    padding: 10px 12px;
	margin-bottom: 15px;
    font-size: 14px;
	font-weight: 300;
    line-height: 1.42857143;
    color: #555;
    background-color: #eaeff2;	
    border: none;
	border-color: #4f5865;
    -o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    box-shadow: none;
    -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;
}

.exceptionpage {
    width: 100%;
    height: 100%;
    text-align: left;
}

.exceptionpage .panel {
    width: 600px;
    margin: 8% auto;
    margin-bottom: 20px;
}

.exceptionpage .panel-heading {
    background-color: #4f5865;
    padding: 20px 15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-align: left;
}

.exceptionpage .panel-body {
    padding: 45px;
}

.exceptionpage .text-danger {
    margin-top: 20px;
    margin-bottom: 0;
}

.btn-exception {
    color: #fff;
    background-color: #0096f0;
    border-color: none;
    width: 75px;
    padding: 8px 0;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
}

.navbar {
    min-height: 79px;
    margin-bottom: 35px;	
}

.navbar-default {
	background-color: #0078DF;
	/*background-color: #fff;*/
	background-image: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #dfe6ea;
}
	
.navbar-default .navbar-brand {
    background-color: #333333;
    min-height: 79px;
    display: block;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    /*padding: 28px 34px 0 27px;*/
}

.navbar-default a.navbar-brand:hover {
	background-color: #333333;
}

.navbar-default .navbar-text {
	font-weight: 300;
	font-size: 13px;
	color: #ffffff;
	/*color: #000;*/
    margin: 21px 20px 0 27px;
}

.navbar-default .navbar-text strong {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	/*color: #7d8898;*/
}

.navbar-default .navbar-nav>li>a {
	padding: 31px 20px 28px 20px;
    font-size: 15px;
    font-weight: 300;
    /*color: #000;*/
    color: #ffffff;
	text-shadow: none;
}

.navbar-default .navbar-nav>li>a>span {
    margin-right: 5px;
}

.navbar-default .navbar-nav>.dropdown {
    margin-right: 0px;
}

.navbar-default .navbar-nav>li {
    color: #ffffff;
    /*background-color: #eaeff2;*/
}

.navbar-default .navbar-nav>li>a:hover {
	background-color: #106EBE;
    color: #ffffff;
	/*background-color: #eaeff2;*/
}

	
.navbar-default .navbar-right {
    margin-right: 0;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #106EBE;
    color: #ffffff;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #ffffff;
}

.panel {
	box-shadow: none;
	/*border: none;*/
  width: 100%;
}

.panel-body h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 400;
}

input[type=search] {
	background-color: #e1e6e9;
	border: none;
	box-shadow: none;
}

.input-sm {
    border-radius: 4px;
}

/* fix firefox responsive bug */
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

/*table.dataTable thead th {*/
/*    text-align: center;*/
/*    position: relative;*/
/*    background-image: none !important;*/
/*}*/


/*table.dataTable thead .sorting:after {*/
/*    opacity: 0.6;*/
/*}*/

/*table.dataTable thead th.sorting:after,*/
/*table.dataTable thead th.sorting_asc:after,*/
/*table.dataTable thead th.sorting_desc:after {*/
/*    position: absolute;*/
/*    top: 12px;*/
/*    right: 8px;*/
/*    display: block;*/
/*    font-family: "FontAwesome";*/
/*}*/

/*table.dataTable thead th.sorting:after {*/
/*    content: "\f0dc";*/
/*    color: #ddd;*/
/*    font-size: 18px;*/
/*    padding-top: 0;*/
/*}*/

/*table.dataTable thead th.sorting_asc:after {*/
/*    content: "\f0de";*/
/*}*/

/*table.dataTable thead th.sorting_desc:after {*/
/*    content: "\f0dd";*/
/*}*/

table.dataTable.table > tbody > tr > td,
table.dataTable.table > tfoot > tr > td {
  vertical-align: middle;
  padding: 3px 3px 3px;
  padding-left: 20px;
  padding-right: 20px;
}

table.dataTable.table > tbody > tr > td > svg.fa-voicemail {
    color: #42b039;
}


table.dataTable.table > tbody > tr > td > svg.fa-voicemail:hover {
    color: #18ff64;
}


/* Cant get this to work  table.dataTable.table > tbody > tr > td > vl {*/
/*    border-left: 6px solid blue;*/
/*}*/

/*table.dataTable tbody tr.selected td.selected {*/
/*    background-color: #eeeeee !important;*/
/*    color: white !important;*/
/*}*/


table.table_alter_hover_row > tbody > tr:hover,
table.table_alter_hover_row > tbody > tr:nth-of-type(2n+1):hover  {
	background: #e5f3fe;
}

table.table-bordered.dataTable th {
    background-color: #4f5865;
	color: #fff;
	font-weight: 300;
}

table.table-bordered.dataTable {
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.table tr:first-child {
	border: none;
}

table.table-bordered.dataTable tbody tr:last-child td {
	border-bottom-width: 1px;
	border-bottom: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		
}

.table th:first-child {
	border-top-left-radius:3px;
	-moz-border-top-left-radius:3px;
	-webkit-border-top-left-radius:3px;		
}

.tab-tables .table th:first-child,
.tab-tables .table th:last-child {
	border-radius: 0;
}

.tab-tables .table th:first-child {
	border-left: none;
}

.table th:last-child {
	border-top-right-radius:3px;
	-moz-border-top-right-radius:3px;
	-webkit-border-top-right-radius:3px;	
}

.table>thead>tr>th {
    /*padding: 8px;*/
    padding-left: 20px;
    border-top: none;
    font-weight: 400;
}

table.table_alter_hover_row > tbody > tr:nth-of-type(2n+1) {
	background: #f9fafb;
}

.table-bordered {
	border: none;
}

.table tr>td:first-child {
	border-left: 1px solid #dddddd;
}

.table tr td:last-child {
	border-right: 1px solid #dddddd;	
}

.table>thead>tr>th {
	border-bottom-width: 0;
	border-bottom: none;
}

.table-bordered>tbody>tr>td {
    border: 1px solid #eceef0;
}

table.table-bordered.dataTable td:last-child {
    border-right-width: 1px;
}

.table tr:first-child {
	border: 1px solid #4f5865;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: 300;
}

/*.pagination>a,*/
/*.pagination>.disabled>a {*/
    /*color: #777;*/
    /*cursor: not-allowed;*/
    /*background-color: #e1e6e9;*/
    /*border-color: #e1e6e9;*/
/*}*/

/*.pagination>.active>a {*/
	/*!*background-color: #fff;*!*/
	/*color: #ffffff;*/
	/*border-color: #e1e6e9;*/
/*}*/

.panel-body {
    padding: 20px;
}

table[data-type].dataTable,
table[id^=tbl_tab].dataTable {
    margin-bottom: 20px !important;
    padding: 2px;
    vertical-align: middle;
    /*text-align: center;*/
    /*text-transform: uppercase;*/
}

#tbl_voicemails_wrapper {
  height: 100%;
}

#tab_all, #tab_received, #tab_dialed, #tab_missed, #tab_forward, #tab_group_extensions, #tab_group_inbound, #tab_number_inbound {
  margin-top:20px;
}

table[id^=tbl_tab].table > tbody > tr > td,
table[id^=tbl_tab].table > tfoot > tr > td,
table[data-type="voicemail"] > tbody > tr > td {
  height: 30px;
}

#headingOne, #headingTwo {
  background-color: #fff;
}

#headingOne label > span.panel-title,
#headingTwo label > span.panel-title {
  color:black;
}

div.forwarding_enabled_input,
div.voicemail_enabled_input {
  margin-left: 30px;
  margin-top: -25px;
}

table.dataTable[data-type="voicemail"] > tbody tr > td {
    text-align: left;
    padding-left: 20px;
}

#tbl_voicemails_wrapper .dataTables_scrollBody {
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	margin-bottom: 10px;
}

.settings-panel .panel-default > .panel-heading {
    background-image: none;
	background: #4f5865;
	padding: 5px;
}

.settings-panel .panel-title {
  	color: #fff;
    /*font-size: 95%;*/
    font-weight: 300;
}

.settings-panel #accordion .panel-body {
	background-color: #eaeff2;
	border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;	
}

.settings-panel #accordion .panel-body input[type="text"] {
	background-color: #fff;
}

.settings-panel #accordion .form-group:last-child,
.settings-panel #accordion .form-group:last-child .checkbox {
	margin-bottom: 0;
}

/*.settings-panel .panel-group .panel:first-child {
	margin-bottom: 10px;
}*/

span.extension-icon {
  display: inline-block;
  text-align: left;
  /*padding-right: 5px;*/
}

#extension_select div.bootstrap-select {
  display: block;
}

#date_picker_spinner,
#select_spinner1,
#select_spinner2,
#extension_select_spinner {
  vertical-align: top;
  padding-left: 30px;
  text-align: left;
  visibility: hidden;
}

#date_picker_spinner img,
#select_spinner1 img,
#select_spinner2 img,
#extension_select_spinner img {
  height: 32px;
  width: 32px;
}

.daterangepicker td.in-range.active:not td.in-range.end-date:not {
    background-color: #e4e4e4;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

.daterangepicker td.off {
    background-color: #fff;
    border-color: transparent;
    color: #ddd;
}

span.green {
  color:green;
}

span.red {
  color:red;
}

span.yellow {
  color:#eeee00;
}

#audio-icons [class*="glyphicon"]:hover,
a.td_download [class*="glyphicon"]:hover{
  color: #32CD32;

}

i.td_audio glyphicon glyphicon-play cursor_pointer:hover {
  color:green;
}

.icons_float_rt {
  float: right;
  margin-right: 5px;
  visibility: hidden;
  cursor: pointer;
}

i.fa-caret-down,
svg.fa-caret-down,
i.fa-ellipsis-h,
svg.fa-ellipsis-h,
i.fa-phone,
svg.clicktocall {
  visibility: hidden;
}

i.fa-caret-down,
svg.fa-caret-down,
i.fa-ellipsis-h,
svg.fa-ellipsis-h {
  padding: 4px;
}

i.fa-caret-down,
svg.fa-caret-down,
svg.fa-ellipsis-h:hover,
i.fa-ellipsis-h:hover {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  color: #ffffff;
  fill: #ffffff;
  background: #3cb0fd;
  cursor: pointer;
}


table.dataTable tr {
  height: 40px;
}

#tbl_manage_extensions_wrapper .top #tbl_manage_extensions_filter:after {    
    display: block;
	/*content: attr(data-content) url(../images/ico-refresh.png);*/
	/* content: url('../images/ico-refresh.png'); */
	/* content: "\f0dc"; */
    float: right;
    margin-left: 11px;
}

.reloader {
    display: block;
	content: attr(data-content) url(../images/ico-refresh.png);
	/* content: url('../images/ico-refresh.png'); */
	/* content: "\f0dc"; */
    float: right;
    margin-left: 11px;
}

/*.dataTables_info {*/
/*	font-size: 13px;*/
/*    font-weight: 300;*/
/*	padding: 4px 0 0 15px !important;*/
/*}*/

div.dataTables_wrapper div.dataTables_length label {
    font-weight: 300;
	font-size: 13px;	
}

div.dataTables_wrapper div.dataTables_paginate {
    font-size: 13px;
}

/*.dataTables_length:after,*/
/*.dataTables_info:after {*/
/*	content: ".";*/
/*}*/

div.dataTables_wrapper div.dataTables_length select {
    margin: 0 3px;
}

.form-control {
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #e1e6e9;
	border: none;
    box-shadow: none;
}

.foot-nav {
	text-align: right;
}

.foot-nav a {
	margin-left:20px;
}
	

#waiting {
	width : 100%;
	height : 100%;
	position : absolute;
	background-color : rgba(0,0,0,.4);
	z-index : 999;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 225, 225, 225, .8 ) 
                50% 50% 
                no-repeat;
}

#confirmation_dialog {
  /*display: none;*/
  z-index: 2000;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

.borderless tr td {
    border: none !important;
    padding: 0px !important;
}

#inboundcallsummarytable td:first-child {
	padding-right: 8px !important;
	text-align: right;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 65px;
  background-color: #dfe4e7;
  padding: 24px 10px;
  margin-top: 50px;
  font-size: 13px;
}

.footer .foot-nav {
	font-size: 14px;
}

.loadstate #qLoverlay {
  visibility: visible;
}
.loadstate #qLbar {
  visibility: visible;
}

#qLbar {
  background: url("../images/spinner.apng") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 80px;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  visibility: hidden;
  width: 80px;
  z-index: 667999;
}
#qLoverlay {
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 666999;
  background-color: rgba(0, 0, 0, 0.2);
}
.loadstate body > * {
  opacity: 0.6;
}
.loadstateforce {
  overflow: hidden;
}
.loadstateforce * {
  opacity: 0.9;
}
.loadstateforce #qLoverlay {
  visibility: visible;
  opacity: 1;
}
.loadstateforce #qLbarForce {
  visibility: visible;
}

#qLbarForce {
  color: #ff0000;
  float: right;
  font-size: 20px;
  margin: 0 10%;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 45%;
  visibility: hidden;
  width: 80%;
  z-index: 99999999;
}
#qLbarForce a{
  color: #ff0000;
  font-size: 110%;
  text-decoration: underline;
}
/****************************************/
.cursor_pointer {
  cursor: pointer;
}
.dataTables_length{
  float: left;
  padding: 15px 0 0 15px !important;
}
.dataTables_info {
    float: left;
    padding: 20px 0 5px 15px !important;
    font-size: 13px;
    font-weight: 400;
}
.dataTables_paginate {
  float: right;
  margin-top: 12px !important;
}
table.dataTable td, table.dataTable th {
  white-space: normal !important;
  word-wrap: break-word !important;
}



.dt-responsive > thead > tr > th {
  width: auto!important;
}
table td .glyphicon,table td .td_audio{
  /*float: left;*/
  margin-right: 10px;
  height: 28px;
  line-height: 28px;
}
.dataTables_scroll {
  padding-bottom: 10px;
  /*min-height: 550px;*/
}

.dataTables_scrollHead{
  clear:both;
} 

.dataTables_scrollBody{
  clear:both;
}

.bulk_div {
  float: left;
}

.btn.bulk_action {
  margin-bottom: 10px;
}
/*.td_audio {
  max-width: 225px;
  min-width: 150px;
  width: 85%;
}*/
/*#tbl_voicemails tr td audio {
  display: block;
  width: 150px;
}*/


.vertical-align-top{
  align-items: top;
  vertical-align: top;
}

.padding-bottom10 {
  padding-bottom: 10px;
}

.margin-left5p {
  margin-left: 5%;
}

input[type="checkbox"][disabled] + span {
  cursor: not-allowed;
}

.tooltip-inner{
  max-width: 98%;
}

#reset_password_modal.modal,
#reset_vm_modal.modal,
#edit_user_modal.modal,
#videoModal.modal {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);  
  display: none;
  z-index: 1050;
}

#videoModal .modal-message {
  text-align: center;
}

.audio_control .el_audio {
  max-width: 99%;
}

.fr {
  float: right;
}

.panel-title ,.panel-title a{
  text-align: left;
  clear: both;
}

.collapsed .fa.fa-minus::before {
  content: "";
}

.audio_control .error_div {
  color: #ff0000;
  margin-bottom: 10px;
  margin-top: -10px;
}

.phone_icon {
  float: left;
  margin-right: 5px;
  height: 14px;
  width: 23px;
  background-size: 23px auto;
}

.login_icon {
  float: left;
  margin-right: 5px;
  height: 22px;
  width: 22px;
  background-size: 22px auto;
}
/*.phone_icon.green {*/
/*  background-image: url("../images/ico-phone-green.png");*/
/*}*/
/*.phone_icon.red {*/
/*  background-image: url("../images/ico-phone-red.png");*/
/*}*/
/*.login_icon.green {*/
/*  background-image: url("../images/login_green.png");*/
/*}*/
/*.login_icon.red {*/
/*  background-image: url("../images/login_red.png");*/
/*}*/

table.table_alter_hover_row > tbody > tr.child span.dtr-title {
  float: left;
}

table.table_alter_hover_row > tbody > tr.child span.dtr-data {
  float: left;
}
table.table_alter_hover_row > tbody > tr.child ul{
  width: 100% ;
}
table.table_alter_hover_row > tbody > tr.child ul li {
  clear: both;
  width: 100% ;
}

.reset_pin_number {
  width: 60px!important;
}

.sweet-alert p  .swal_div input{
  display:block;
}

.sweet-alert .swal_div input.form-control {
  display: block;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: auto;
}
.swal_div .form-group {
  clear: both;
  margin-bottom: 10px;
  float: left;
  width: 100%;

}

.sweet-alert p .swal_div input[type="checkbox"] {
  border: inherit;
  display: block;
  height: inherit;
  line-height: inherit;
  margin-bottom: 10px;
  margin-top: 2px;
  width: auto;
  float:left;
}

.fl{
  float:left;
}

.reset_pin_enabled_span_text {
  padding-left: 15px;
  padding-top: 16px;
}
.swal_div {
  padding-left: 30px;
}

.reset_pin_enabled_input {
  margin-top: -10px !important;
}

div.button_div {
  text-align: center;
}

div.btn-group > button.select-button {
  /*padding: 2px;*/
}

.sweet-alert {
  padding: 40px;
}

.sweet-alert button.confirm[disabled] ~ .la-ball-fall{
  display: none;
}

.sweet-alert button.confirm[disabled] {
  color: #ffffff !important;
  cursor: not-allowed;
}

.showSweetAlert button.confirm[disabled]:hover {
  background-color: #3e8f3e !important;
}

.showSweetAlert .help-block {
  clear: both;
  float: left;
  margin: -10px 0 5px;
}
#editUserForm .swal_div .has-error input {
  border-color: #a94442;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.sweet-alert .swal_div .has-error .form-control {
  border-color: #a94442;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.wa{
  width: auto;
}

#editUserForm .swal_div input {
  margin: 0;
}
#editUserForm .span_text {
  min-width: 135px;
}
.span_text {
  line-height: 40px;
}

#editUserForm .help-block {
  padding-bottom: 0 !important;
  padding-top: 15px !important;
}

#callForwardingForm .calls_to_number {
  margin-bottom: 0;
}

#callForwardingForm .calls_to_number_type {
  float: left;
  height: auto;
  margin: 3px 5px 0 0;
  width: auto;
}

#callForwardingForm .radio_lablel {
  float: left;
  margin: 0;
  padding: 0;
}

#callForwardingForm .calls_to_number_type_span {
  float: left;
  padding: 0 15px 0 20px;
}

#callForwardingForm .help-block {
  margin: 5px 0 0;
}

.nopadleft {
    padding-left: 0;
}
.nopadright {
    padding-right: 0;
}
.clb{
clear:both;
}

.callhistory_table .dataTables_wrapper{
    /*margin-top: -50px;*/
     z-index: 997;
}
.callhistory_table {
   z-index: 997;
   
}

.callanalytic_table {
    z-index: 998;
}

.callanalytic_table .panel-body:first-child {
	padding-top: 0;
}

.analytics-tables .panel-group {
	margin-top: -21px;
}

.analytics-tables .panel-group .row {
    margin-left: -20px;
    margin-right: -20px;
}

.analytics-tables .nav-tabs > li > a,
.tab-tables .nav-tabs > li > a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #e1e6e9;
    border-color: #e1e6e9;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555;
    cursor: default;
}

.analytics-tables .nav-tabs > li.active > a,
.analytics-tables .nav-tabs > li > a:hover,
.tab-tables .nav-tabs > li.active > a,
.tab-tables .nav-tabs > li > a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #4f5865;
    border-color: #4f5865;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    cursor: default;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #2b96d5 !important;
}

.analytics-tables .panel-group th,
.tab-tables th {
	background-color: #4f5865;
	color: #fff;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.analytics-tables .analytics-stats tr {
	border: none;
	border-bottom: 1px solid #dddddd;
	border-bottom-left-radius:3px;
	-moz-border-bottom-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	-moz-border-bottom-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
}

.analytics-tables .analytics-stats thead th {
	text-align: center;
    vertical-align: middle;
}

/*.analytics-tables .analytics-stats tbody td {
  font-size: 19px;
  text-align: center;
  background-color: #fefced;
  padding: 10px;
}*/

table[id$="analytical"]  tbody td {
  font-size: 16px;
  text-align: center;
  padding: 10px;
}

table[id$="analytical"]  tbody tr:first-child td {
  background-color: #4f5865;
  color: #fff;
}

.analytics-tables .nav-tabs a,
.tab-tables .nav-tabs a {
    padding: 10px 25px;
}

.analytics-tables .panel-group th:last-child,
.tab-tables .panel-group th:last-child  {
	border-top-right-radius:3px;
	-moz-border-top-right-radius:3px;
	-webkit-border-top-right-radius:3px;
}



.datepicker-dropdown {
    z-index: 999!important;
}

.dataTables_empty.hidden {
    display: table-cell !important;
}
/****************************************/
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
/*.dropdown-submenu:hover>.dropdown-menu{display:block;}*/
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

/****************************************/

i.fa-check, i.fa-user-plus {
  color: #42b039;
}

i.fa-times, svg.red {
  color: red;
}

i.fa-phone,
i.fa-play,
/*i.fa-voicemail,*/
i.fa-key,
/*svg.fa-voicemail,*/
i.admin {
  margin-left: 5px;
  color: #42b039;
  fill: #42b039;
}

.dnd-active {
    color: #e00000;
}

/*svg.fa-moon,*/
svg.green,
svg.admin {
    /*margin-left: 5px;*/
    color: #42b039;
    fill: #42b039;
}

i.fa-phone:hover,
svg.clicktocall:hover,
svg.fa-cloud-download-alt:hover,
svg.fa-play:hover,
/*svg.fa-voicemail:hover,*/
svg.fa-cog:hover, svg.fa-plus-circle:hover, svg.fa-edit:hover {
  color: #14d052;
}

i:hover, fa:hover, svg:hover {
  cursor: pointer;
}

.modal-footer {
  text-align: center;
}

.modal-footer button {
  width: 20%;
}

.modal-content {
  padding: 0px 20px;
}

.modal-content div[id$=_error] {
  margin-top: 15px;
}

.dropdown {
    position: relative;
    display: inline-block;
    float: right;
    margin-right: 15px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
}

.dropdown-content a {
    color: black;
    padding: 6px 8px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #e1e6e9;
}

.show {
  display:block;
}

/*#panel_wrapper {
  min-height: 727px;
  min-width: 809px;
}
*/

div.panel.panel-default.spinner {
  background: url(../images/spinner.apng) center center no-repeat;
  background-color: white;
  z-index: 999999999;
  position: relative;
  opacity: .5;
}


#reset_vm_modal div.modal-content {
  width: 400px;
}

#reset_vm_pin {
  margin-left: 10px;
}

#reset_password_modal div.modal-content,
#edit_user_modal div.modal-content {
  width: 600px;
}

#videoModal div.modal-content {
  width: 370px;
}

#progress_modal {
  z-index: 1045;
}

#progress_modal .modal-body {
  min-height: 100px;
}

#progress_modal .modal-title {
  text-align: center;
}

#progress_bar {
  height: 5px;
}

.container{
    max-width:1600px;
    width:100%;
}


/*.modal-body {*/
/*  width: 1300px !important;*/
/*  margin: 30px 0px 0px -15px;*/
/*  padding: 0px;  */
/*}*/

i.fa-trash-o,
svg.fa-trash-alt{
  background-color: #ededed;
}

i.fa-trash-o:hover {
  background-color: red;
}

svg.fa-trash-alt:hover {
    fill: red;
    color: red;
}

div[data-spinner] {
  opacity: 0.25;
}

table.summary {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.indent-right {
  margin-left: 30px;
}

.center-squeeze {
    width: 95%;
    margin: 0 auto;
}

label.form-check-label {
  font-weight: inherit;
}

#cell_label {
  margin-left: 15px;
}

#cf_number {
  margin-left: 10px;
}

#reportrange {
  cursor: pointer;
}


.call-orange {
    color: #f8a506!important;
}

.call-green {
    color: #33db24!important;
}

.call-red {
    color: #ff0000!important;
}

#media_progress {
    width: 100%;
    height: 15px;
    padding: 2px;
    margin: .6em 0;
    border: 1px #000 double;
    clear: both;
}

#media_progress_bar {
    height: 15px;
    width: 100%;
}


/* Progress Bar */

.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    height: 15px;
    background-color: #F1AF01;
    border-radius: 2px;
    background-clip: padding-box;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
}

.progress .indeterminate {
    background-color: #4B8FEF;
}

.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 1s infinite;
    animation: indeterminate 1s infinite;
    animation-timing-function: linear;

}

.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 1s infinite;
    animation: indeterminate-short 1s infinite;
    animation-timing-function: linear;
}

alignedlabelset {
    min-width: 100px;
    display: inline-block;
    text-align: right;
}

alignedlabelset input{
    float: right;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

img[class^="phone-"] {
    pointer-events: none;
    cursor: default
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #b0b0b0;
}
::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #b0b0b0;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #b0b0b0;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #b0b0b0;
}
:-ms-input-placeholder { /* Microsoft Edge */
    color:    #b0b0b0;
}

#home_welcome,
#qd_widget_title {
  text-align: center;
}

#qd_panel_wrapper {
  display: none;
}

#quickdial_table {
  table-layout: fixed;
  margin-top: 0px !important;
}

#quickdial_table > tbody > tr > td.dataTables_empty {
  border: solid 1px black;
  padding: 5px;
}

#quickdial_table thead th {
  text-align: left;
  border-bottom: solid 1px black;
}

#quickdial_table > tbody > tr:last-child {
  border-bottom: solid 1px black;
}

#quickdial_table tr {
  height: 30px;
}

#quickdial_table th,
#quickdial_table td{
  padding-left: 5px;
}

#quickdial_table tbody tr td:first-child{
  padding-right: 5px;
  border-right: solid 1px black;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;  
}

#quickdial_table > tbody > tr > td:nth-child(1) {
  word-wrap: break-word;
}

#quickdial_table i.fa.fa-trash-o {
  margin-left: 10px;
}

#btn_add_qd {
  margin-top: 5px;
}

svg.fa-question-circle {
  color: #1E92F4;
  fill: #1E92F4;
  font-size: 20px;
  margin-top: 5px;
  margin-right: 10px;
}

#qd-alert {
  margin-top: 10px;
}

#qd_help {
  width: 600px;
  max-height: 600px;
  overflow: auto;
  background: rgba( 225, 225, 225, 1 ) 
    50% 50% 
    no-repeat;
  margin: 60px auto;
  padding: 5px;
}

#qd_help_close {
  text-align: right;
  position: fixed;
  top: 25px;
  font-size: 30px;
  width: 580px;
}

#qd_help_close i.fa-times{
  color: #FFF;
}

#time-range p {
    font-family:"Arial", sans-serif;
    font-size:14px;
    color:#333;
}
.ui-slider-horizontal {
    height: 8px;
    background: #D7D7D7;
    border: 1px solid #BABABA;
    box-shadow: 0 1px 0 #FFF, 0 1px 0 #CFCFCF inset;
    clear: both;
    margin: 8px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 8px;
    font-size: .7em;
    display: block;
    border: 1px solid #5BA8E1;
    box-shadow: 0 1px 0 #AAD6F6 inset;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background: #81B8F3;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #A0D4F5), color-stop(100%, #81B8F3));
    background-image: -webkit-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: -moz-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: -o-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: linear-gradient(top, #A0D4F5, #81B8F3);
}
.ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: #F9FBFA;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #C7CED6), color-stop(100%, #F9FBFA));
    background-image: -webkit-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -moz-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -o-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: linear-gradient(top, #C7CED6, #F9FBFA);
    width: 22px;
    height: 22px;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 22px;
    height: 22px;
    cursor: default;
    border: none;
    cursor: pointer;
}
.ui-slider .ui-slider-handle:after {
    content:"";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -4px;
    background: #30A2D2;
    -webkit-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
    -moz-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 white;
    box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.5em;
    margin-left: -.6em;
}
.ui-slider a:focus {
    outline:none;
}
