@CHARSET "ISO-8859-1";

.hc_editform label {
	width: 122px;
}

.hc-alert-text {
	padding: 0px 20px 0px 20px;
}

.dateRangeSelection {
	padding: 0px 6px 0px 6px;
}


.hcom.text-left p {
	text-align: left;
}

.hcom_select2_company {
	min-width: 250px; width: auto;
}

.hcom-softphone {
	font-size: 13px;
}
.sgrip {
	width: 10px;
	height: 5px;
	background-color: #0000ff;
	border: 1px solid #000000;
	bottom: -5px;
	left: 50%;
}

.dataTable td i {
	padding-right: 8px;
}

#dashboard {
	position: relative;
}

#sysinfo-left, #sysinfo-left .infobox {
	width: 400px;
}

#sysinfo-left, #sysinfo-left .infobox {
	width: 400px;
}
.device.selected {
	font-weight: bold;
}
.infobox {
	border: 1px solid black;
	padding: 0 5px 5px 5px;
	margin-bottom: 1em;
	background: white;
	background-image: url(images/dashboard-sysinfo.png);
	background-repeat: repeat-x;
	color: #333;
}

#sysinfo-right {
	position: absolute;
	width: 200px;
	top: 0;
	margin-left: 420px;
}

.hc-title-switch {
	padding-top: 10px;
	padding-left: 5px;
}

.headland-control {
	cursor: pointer;
	color: #337ab7;
	
}

.headland-control.control-disabled {
	cursor: inherit;
	color: #d0d0d0;
}

.headland-transcript-disabled {
	cursor: not-allowed;
    opacity: 0.3;
}

.headland-icon {
	color: #337ab7;
}

.headland-icon-disabled {
	color: #d0d0d0;
}

.prevloginlist {
	text-align: left;
}

.prevloginlist ul {
	list-style-type: none;
	text-align: left;
}

.prevloginlist i {
	padding-right: 5px;
}

.headland-vm-table {
	max-width: 805px;
}

.headland-callhistory-table {
	max-width: 805px;
}

.headland-recording-table {
	max-width: 969px;
}

.headland-dashboard-table {
	max-width: 768px;
}

.table-duration-column {
	text-align: right;
	width: 50px;
	min-width: 50px;
	border-left-width: 1px;
}

.table-type-column {
	width: 47px;
	min-width: 47px;
	text-align: center;
}

.hcom-fa-small {
	font-size: 0.75em;
	line-height: inherit;
}

.hcom-valign-middle {
	vertical-align: middle;
}
.table-action-column {
	text-align: left;
	white-space: nowrap;
	width: 120px;
}

.table-callernumber-column {
	text-align: left;
	white-space2: nowrap;
	width: 120px;
	min-width: 120px;
}

.table-callerid-column {
	text-align: left;
	white-space: nowrap;
	width: 120px;
}

table thead .table-date-column {
	text-align: left;
	white-space: nowrap;
	width: 94px;
}

.table-date-column {
	text-align: left;
	white-space: nowrap;
	width: 94px;
	min-width: 94px;
	background: unset;
}

table.table-bordered.dataTable thead tr .table-date-column,
table.table-bordered.dataTable tbody tr .table-date-column {
	border-right-width: 0;
}

table.table-bordered.dataTable tbody tr.urgentvoicemail.selected  {
	background: unset;
	color: red;
}

table.table-bordered.dataTable tbody tr.urgentvoicemail.selected td.table-date-column .sorting_1 {
	background: unset;
	color: red;
}

table.table-bordered.dataTable tbody tr.urgentvoicemail.selected td.table-date-column.sorting_1 {
	background: unset;
	color: red;
}

table.table-bordered.dataTable tbody tr.urgentvoicemail {
	
	color: red;
}

table.table-bordered.dataTable tbody tr.newvoicemail.selected td.table-date-column .sorting_1 {
	background: unset;
	color: red;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
	background: unset;
}

table.dataTable.display tbody>tr.odd.selected>.sorting_1, table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1 {
    background-color: unset;
}
table.dataTable.display tbody>tr.even.selected>.sorting_1, table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1 {
    background-color: unset;
}
table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1 {
    background-color: unset;
}
table.table-bordered.dataTable tbody tr.selected td.table-date-column.sorting_1 {
	background: unset;
	color: gray;
}

table.table-bordered.dataTable tbody tr.selected  {
	background: unset;
	color: gray;
}
.table-calldetail-column {
	max-width: 300px;
	min-width: 214px;
}

.table-time-column {
	text-align: right;
	white-space: nowrap;
	width: 92px;
	min-width: 92px;
}

.table-details-column {
	max-width: 360px;
}

.table-uniqueid-column {
	text-align: right;
	width: 120px;
}

.checkbox-label-right {
	padding-left: 8px;
	position: absolute;
	line-height: 14px;
}

.item-label-left {
	padding-right: 0;
	line-height: 14px;
}
.form-horizontal .form-group-right {
/*	text-align: right;*/
}

table tr.selected {
	background-color: #ccc !important;
}

.dataTables_info .select-info {
	display: none;
}

.readonly {
	pointer-events: auto;
	tab-index: -1;
}
.newvoicemail {
	//font-weight: bold;
}

.urgentvoicemail {
	color: red;
	//font-weight: bold;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.nav-header .device-selection-menu {
	background-color: #F5F5F6;
}

.nav-header .device-selection-menu li {
	cursor: pointer;
	color: rgb(103, 106, 108);
	font-size: 13px;
}

.user-name {
	font-size: 16px;
}

.vm-urgent {
	color: #ed5565;
}

.vm-new {
	//color: #1ab394;
}

.vm-old {
	//color: #1ab394;
}

.vm-urgent-msg {
	color: #ed5565;
}

.vm-new-msg {
	color: 337ab7;
}


.hc-toast-top-right {
    top: 62px;
    right: 12px
}

.hc-message-disable {
    /* background-color: #F9F2F4; */
    color: #ed5565;
}

.hc-message-enable {
    /* background-color: #F9F2F4; */
    color: #1ab394;
}

.device-registered {
	color: green;
}

.device-unregistered {
	color: red;
}

.alert-success {
	background-color: #FFF;
	color: #1ab394;
	border-color: #FFF;
	padding-top: 0.25em;
}

.alert-warning {
	background-color: #FFF;
	color: #f8ac59;
	border-color: #FFF;
	padding-top: 0.25em;
}

.alert-danger {
	background-color: #FFF;
	color: #ed5565;
	border-color: #FFF;
	padding-top: 0.25em;
}

.hcom.supress_show {
    font-size: 0.7em;
}
/*
.onoffswitch {
    position: relative; 
    width: 90px;	
    width: 64px;
    -webkit-user-select:none; 
    -moz-user-select:none; 
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #FFFFFF; border-radius: 10px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; 
    float: left; 
    width: 50%; 
    height: 30px; 
    padding: 0; 
    line-height: 30px;
    font-size: 12px; 
    color: white; 
    font-family: Trebuchet, Arial, sans-serif; 
    font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #1BB494; 
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; 
    width: 18px; 
    margin: 6px;
    background: #FFFFFF;
    position: absolute; 
    top: 0; 
    bottom: 0;
    right: 56px;
    border: 2px solid #FFFFFF; 
    border-radius: 10px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
*/

.feature_action_DAYNIGHT.onoffswitch-inner:before {
  content: "DAY";
  padding-left: 10px;
  background-color: #1ab394;
  color: #FFFFFF;
}

.feature_action_DAYNIGHT.onoffswitch-inner:after {
  content: "NIGHT";
  padding-left: 18px;
  background-color: #FFFFFF;
  color: #999999;
  text-align: right;
}

.nobr {
	white-space: nowrap;
	display: flex;
}
.hc-label {
	font-weight: 700;
	padding: 6px;
}
.onoffswitch-checkbox.disabled + .onoffswitch-label .onoffswitch-inner:after, 
.onoffswitch-checkbox.disabled + .onoffswitch-label, 
.onoffswitch-checkbox.disabled + .onoffswitch-label .onoffswitch-switch, 
.onoffswitch-checkbox.disabled + .onoffswitch-label .onoffswitch-inner:before {
    background-color: #e6e6e6; 
    color: #333;
}

form .narrow-select {
	max-width: 77px;
}

.hc-anchor {
	cursor: pointer;
	padding-right: 4px;
}

.dataTables_tags label,
.dataTables_length label,
.dataTables_filter label {
  position: relative;
  color: #aaa;
  font-size: 13px;
  margin-right: 0;
  font-weight: unset;
}

.dataTables_filter input {
  width: 250px;
  height: 28px;
}

.dataTables_filter input {
  background: #fcfcfc;
  border: 2px solid #e7eaec;
  border-radius: 4px;
}
.dataTables_length select {
  border-radius: 4px;
  height: 28px;
  padding-top: 2px;
}

.dataTables_filter input {
	text-indent: 13px;
}
.dataTables_filter .fa-search { 
  position: absolute;
  top: 7px;
  left: 14px;
}
.dataTables_filter .fa-times-circle { 
  position: absolute;
  top: 7px;
  right: 4px;
}

.dataTables_wrapper .dataTables_tags {
    float: right;
    text-align: right;
}
#example.dataTable.collapsed>tbody>tr.parent>td:nth-child(1).tester,
#example.dataTable.collapsed>tbody>tr.parent>th:nth-child(1).tester,
#example.dataTable.collapsed>tbody>tr.parent>td:nth-child(1):before,
#example.dataTable.collapsed>tbody>tr.parent>th:nth-child(1):before,
#callTable.dataTable.collapsed>tbody>tr.parent>td:nth-child(2):before,
#callTable.dataTable.collapsed>tbody>tr.parent>th:nth-child(2):before,
#recordingTable.dataTable.collapsed>tbody>tr.parent>td:nth-child(2):before,
#recordingTable.dataTable.collapsed>tbody>tr.parent>th:nth-child(2):before,
#corpDirectoryTable.dataTable.collapsed>tbody>tr.parent>td:nth-child(1):before,
#vmTable.dataTable.collapsed>tbody>tr.parent>td:nth-child(2):before,
#vmTable.dataTable.collapsed>tbody>tr.parent>th:nth-child(2):before {
	content: '';
    background-color: transparent;
    transform: rotate(135deg);
}

#example.dataTable.collapsed>tbody>tr.parent.jps>td:nth-child(1).tester,
#example.dataTable.collapsed>tbody>tr.parent.jps>th:nth-child(1).tester,
#example.dataTable.collapsed>tbody>tr.parent.jps>td:nth-child(1):before,
#example.dataTable.collapsed>tbody>tr.parent.jps>th:nth-child(1):before {
	content: '';
    background-color: transparent;
    transform: rotate(225deg);
}

#example.dataTable.collapsed>tbody>tr>td:nth-child(1).tester,
#example.dataTable.collapsed>tbody>tr>th:nth-child(1).tester,
#example.dataTable.collapsed>tbody>tr>td:nth-child(1):before,
#example.table.dataTable.collapsed>tbody>tr>th:nth-child(1):before,
#callTable.dataTable.collapsed>tbody>tr>td:nth-child(2):before,
#callTable.dataTable.collapsed>tbody>tr>th:nth-child(2):before,
#recordingTable.dataTable.collapsed>tbody>tr>td:nth-child(2):before,
#recordingTable.dataTable.collapsed>tbody>tr>th:nth-child(2):before,
#corpDirectoryTable.dataTable.collapsed > tbody > tr >td:nth-child(1):before,
#vmTable.dataTable.collapsed>tbody>tr>td:nth-child(2):before,
#vmTable.dataTable.collapsed>tbody>tr>th:nth-child(2):before {
/*#recordingTable.dataTable.collapsed>tbody>tr>td.resp_col:before { */
	top: 6px;
    left: -5px;
    height: 5px;
    width: 5px;
    display: inline-block;
    position: relative;
    color: white;
    border: solid black;
    border-radius: 0;
    box-shadow: none;
    box-sizing: content-box;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '';
    background-color: transparent;
    transform: rotate(45deg);
    vertical-align: top;
    border-width: 0.15em 0.15em 0 0;
    display: inline-block;
}

#corpDirectoryTable.dataTable.collapsed>tbody>tr.child>td.child:nth-child(1):before {
	content: unset;
}

.bootstrap-tagsinput.hcom.focus {
  box-shadow: inset 0px 0px 1px 1px #1ab393
}

.btn-default.hcom:hover {
	box-shadow: inset 0 0px 2px #1ab393;
}

.onoffswitch-switch {
	height: 20px;
}

.alert_div {
	display: inline-flex;
}

.right-align {
	position: absolute;
    right: 2px;
}

body #toast-container > .toast-info:before {
    content: none;
}
body #toast-container > div {
	padding: 25px 15px 15px 50px;
}

body .toast-info {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
}

.vm_checkboxes_small {
	max-width: 165px;
}

.login_dropdown_button {
	transform: rotate(90deg);
	font-size: 9px;
}

 .expandColTitle {
 	width: 90px;
 }

 .expandColValue {
}

.hcom-showdetails {
	font-size: 62.5%;
}
 .detailKey,
 .detailValue {
 	text-align: left;
 	vertical-align: top;
 	padding-left: 0px;
 	font-size: 12px;
}

.detailValue {
	padding-left: 10px;
}

.detailValue .indexed {
	padding-left: 0px;
}
.hcom-fa-stack {
  position: relative;
  left: -8px;
  display: inline-block;
  vertical-align: top;
}
.hcom-fa-stack-1x,
.hcom-fa-stack-2x {
  position: absolute;
  width: 100%;
  text-align: center;
}
.hcom-fa-stack-1x {
  top: -3px;
  line-height: inherit;
  left: 6px;
  font-size: 0.75em;
}
.hcom-fa-stack-2x {
  left: 0;
  font-size: 1.333em;
}

.hcom-details-control {
	content: '\f0da';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}

.hcom-corp-dir-buttons {
	 width: 25%;
	 margin-left: auto;
	 margin-right: auto;
}

#export-buttons-label {
	color: #aaaaaa;
}

.hcom-dt-top-controls {
	display: flex;                  /* establish flex container */
	flex-direction: row;            /* default value; can be omitted */
	flex-wrap: nowrap;              /* default value; can be omitted */
	justify-content: space-between; /* switched from default */
}

.sweet-alert.hcom {
	overflow-y: auto;
	overflow: auto;
	max-height: 500px;
}
.hcom-corp-directory.table-action-column {
	text-align: center;
	white-space: nowrap;
	width: unset;
}

.hcom-transcript,
.hcom-transcript td {
	text-align: left;
}

.hcom-transcript td {
	vertical-align: top;
}

.hcom-transcript td.detail  {
	color: #000;
}

.hcom-rememberme label {
 	display: block;
	padding-left: 15px;
	text-indent: -15px;
}

.hcom-rememberme input {
	width: 13px;
	height: 16px;
	padding: 0;
	margin:0;
	vertical-align: middle;
	position: relative;
	top: -1px;
	*overflow: hidden;
}

.nav-logout.hcom {
    margin-top: 10px;
}

.nav-logout.hcom a {
	margin: 26px;
	color: #a7b1c2;
	text-decoration: none;
	font-weight: 600;
}

.nav-logout.hcom a:hover {
	margin: 26px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
}


.chat {
  font-family: helvetica;
  width: 300px;
  border: solid 1px #EEE;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.messages {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.message {
  border-radius: 20px;
  padding: 8px 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.yours {
  align-items: flex-start;
}

span.timestamp {
      font-size: 11px;
      color: #999;
}

.yours .message {
  margin-right: 25%;
  background-color: #eee;
  position: relative;
}

.yours .message.last:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: -7px;
  height: 20px;
  width: 20px;
  background: #eee;
  border-bottom-right-radius: 15px;
}
.yours .message.last:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -10px;
  width: 10px;
  height: 20px;
  background: white;
  border-bottom-right-radius: 10px;
}

.mine {
  align-items: flex-end;
}

.mine .message {
  color: white;
  margin-left: 25%;
  background: linear-gradient(to bottom, #00D0EA 0%, #0085D1 100%);
  background-attachment: fixed;
  position: relative;
}

.mine .message.last:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: -8px;
  height: 20px;
  width: 20px;
  background: linear-gradient(to bottom, #00D0EA 0%, #0085D1 100%);
  background-attachment: fixed;
  border-bottom-left-radius: 15px;
}

.mine .message.last:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -10px;
  width: 10px;
  height: 20px;
  background: white;
  border-bottom-left-radius: 10px;
}

 /* Hide scrollbar for Chrome, Safari and Opera */
.transcript::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.transcript {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  height: 175px;
  overflow: scroll;
}

@media only screen and (max-width: 768px) {

	body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav-second-level {
	     display: block;
	     border-radius: 0 2px 2px 0;
	     min-width: 140px;
	     height: auto;
	}
	
	ul.hcom.nav.nav-second-level
	{
		left: 85px;
	}
	
	.hcom_select2_company {
		min-width: 250px; width: auto;
	}
}  