/**
 *
 * @author          VoiceNation, LLC
 * @copyright       2015-2016, VoiceNation LLC
 * @link            http://www.voicenation.com
 *
 *   This program is free software: you can redistribute it and/or modify
 *   it under the terms of the GNU Affero General Public License as
 *   published by the Free Software Foundation, either version 3 of the
 *   License, or (at your option) any later version.

 *    This program is distributed in the hope that it will be useful,
 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *   GNU Affero General Public License for more details.

 *   You should have received a copy of the GNU Affero General Public License
 *   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700&display=swap');


body {
	font-size:11px;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

.ui-widget-content {
	color: #444;
}
body * {
	font-family: 'Open Sans', Tahoma, Ubuntu, Verdana;

}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: 'Open Sans', Tahoma, Ubuntu, Verdana;
}

.nopad {padding:0px;margin:0px;}
.nav-panel, .nav-panel * {font-size:1em; }
.is_hidden_showif, .is_hidden, .hidden {display:none;}
.is_invisible {opacity:0;}
.invisible {visibility: hidden; transition:visibility 0.3s linear,opacity 0.3s linear;}

.hide {
	 position: absolute !important;
	 top: -9999px !important;
	 left: -9999px !important;
}
a, a:visited {color: #666; text-decoration: none; outline-style:none; -webkit-user-drag: none;}
a:hover {color: #333;}
.logo {padding: 10px 0px 0px 10px; float:left; width: 190px;}

input[type=text]:focus, select:focus, input[type=password]:focus, textarea:focus {
	border: 1px solid rgba(81, 203, 238, 1);
}

input[type=input], input[type=text], input[type=number], input[type=tel], form  input[type=password], input[type=email],  textarea, select , .displaybox {
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    color: #555;
    padding: 4px 5px;
    font-size: 1.0em;
}
input[type=text] {
    width: inherit;
}

input[type=submit], input[type=button], button {
    cursor: pointer;
}

input[type=submit]:disabled, input[type=button]:disabled, button:disabled {
    cursor: not-allowed !important;
}

.ui-dialog {
    padding: 0px !important;
}
form>input[type=submit], form>input[type=button] {
    height: 1.75rem;
}

a img {border:0px ; -webkit-user-drag: none;}

.ui-layout-resizer-north {background: #f2f2f2 !important; }

.searchbox {
	/*background-color: #ebebeb !important;
	overflow: hidden;*/
		background: #dddddd; /* Old browsers */
		background: linear-gradient(to bottom, #f4f4f4 0%,#eee 100%); /* W3C */
		line-height: 100%;
		text-transform: uppercase;
		overflow: hidden;
		box-shadow: 0 0 4px 2px rgba(0,0,0,.4);
		line-height: 150%;
}

.searchbox input[type=submit], .searchbox input[type=button], .tblheader button, .main-btn,  .button-primary {
	border: 1px solid #5292e4;
	background: #5292e4;
	border-radius: 2px;
	padding: 6px;
	text-transform: uppercase;
	color: #fff;
	font-size: 1em;
	margin-left: 10px;
}

.button-primary:disabled {
	background: #aaa;
}

.searchbox .wrapper {
    text-transform: uppercase;
    color: #888;
    min-width: 820px;
    overflow: hidden;
    padding-top: 2px;
}


input[type=checkbox] {
	vertical-align: -15%;
    margin: 2px 5px;
}

tr.inactive td {
	color: #888
}

.ui-autocomplete {
	max-height: 250px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
	height: 250px;
}


.ui-layout-content {
	overflow:		auto; /* add scrolling to content-divs (panel-wrappers) */
	border-top:		0 !important; /* tab-buttons above this DIV already has a border-bottom */
	padding:0px;
}

#oncall_lists {
	border:0px;
}

#dialogWin {
	padding-top: 0px !important;
	position:relative;
}

div.userBlock {
	width: 100px;
	height: 42px;
	font-size: 1.2em;
	float:left;
	font-weight:bold;
	text-align: center;
	text-transform: uppercase;
	color: #888;
	padding-top: 2px;
}

div.userBlock span {
	color: #ccc;
	font-size: 0.83em;
	font-style: italic;
	text-transform: none;
}

div.avatarS {
	border-radius: 50%;
	width: 42px;
	height: 42px;
	line-height: 42px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	background: #aaa;
	color: white;
	text-align: center;
}

div.avatarL {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	line-height: 100px;
	display: inline-block;
	font-size: 45px;
	font-weight: bold;
	background: #aaa;
	color: white;
	text-align: center;
}

div.avatarL img {
	border-radius: 50%;
	border-color: transparent;
	background-color: #ccc;
	display: inline-block;
	padding: 0px;
	max-width: 100px;
	max-height: 100px;
	color: white;
}

div.avatarS img {
	border-radius: 50%;
	border-color: transparent;
	background-color: #ccc;
	display: inline-block;
	padding: 0px;
	max-width: 42px;
	max-height: 42px;
	color: white;
}

div.avatarS i {
	font-size: 20px;
	color: white;
}

.ui-layout-pane .header {
	padding: 5px 10px;
	border-top: 1px solid #ccc;
	background: #ddd;
	text-align:right;
}
/*
 *	TAB-THEME ADJUSTMENTS
 */

	.ui-tabs-vertical { width: 55em; }
	.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
	.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
	.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
	.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; }
	.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 40em;}

.ui-tabs {
	padding: 0px;
}

.ui-tabs-nav li {
	white-space:	nowrap;
}
.ui-tabs-nav li a {
	font-size:		1em !important;
	padding:		4px 1.5ex 3px !important;
}
.ui-tabs-panel {
	font-size:		1em !important;
	/*padding:		0 1em !important;*/
}


.header_btn {
	display: inline-block;
	margin: 0px 5px;
}


.bg_green {
	background-color: #01a34d;
}

.fg_green, .fg_green a {
	color: #00973f !important;
	text-transform: uppercase;
}

.fg_blue, .fg_blue a {
	color: #1280c4 !important;
	text-transform: uppercase;
}

.fg_grey a {
	color: #454545 !important;
	text-transform: uppercase;
}

#find_did {
	width:400px;
}

.pinned {
	width: 140px !important;
}
.empty_content {
	text-align: center;
	font-size: 5.0em;
	color: #ddd;
	padding-top:200px;
}
#sidebar {
 background: #434343;
 position:absolute;
 top:0px;
 left:0px;
 z-index: 10;
 width: 40px;
 overflow: hidden;
 height: 100%;
		-webkit-transition:width 300ms ease-in-out, height 300ms ease-in-out;
		-moz-transition:width 300ms ease-in-out, height 300ms ease-in-out;
		-o-transition:width 300ms ease-in-out, height 300ms ease-in-out;
		transition:width 300ms ease-in-out, height 300ms ease-in-out;
 box-shadow: 6px 0 4px -4px #999;
 -moz-box-shadow: 6px 0 4px -4px #999;
-webkit-box-shadow: 6px 0 4px -4px #999;
}

#sidebar:hover {
	width: 140px;
}

#sidebar div {
	text-align:right;
}

#sidebar:hover a span, .pinned a span {
	display: inline-block !important;

	margin-left: 10px;
}

#sidebar ul {
		list-style-type: none;
		margin: 30px 0 0 0 ;
		padding: 0;
}

#sidebar a span {
	display: none;
}

#sidebar a, #sidebar a:visited {
		display: block;
		padding: 8px 10px;
		text-transform: uppercase;
		color: #b8b8b8;
}

#sidebar a:hover {
	background: #373737 !important;
}

#sidebar a.active {
	background: #373737 !important;
}

#call_rank {text-align: center; padding: 10px 0px 20px 0px;}
#call_rank * {
	vertical-align: baseline;
}

#availbtn, #unavailbtn {
	color: #ccc;
	float: left;
	font-size: 0.95em;
	border:0px;
	background:transparent;
}

#availbtn:disabled , #unavailbtn:disabled {
	opacity: 0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

#availbtn div, #unavailbtn div{
	color: #959595;
	display: inline-block;
	text-align: right;
}

#availbtn span, #unavailbtn span {
	font-size: 0.7em;
	margin-top: -1px;
	display: block;
	color: #ccc;
}

#operator_btns {
  width: 240px;
  display: inline-block;
  vertical-align: middle;
}

.wrapup_warn span {
		color: #b8000f;
		font-size: 1.5em;
}

.wrapup_warn {
		display:inline;
}


.break_btn {
	border-radius: 8px;
	padding: 2px 5px;
	margin-right: 4px;
	margin-top: 7px;
	background: #aaa;
	border: 0px;
	color: white;
	font-size: .8em;


}

.break_btn:hover {
	box-shadow: 4px 4px 4px #aaa;
}

.tab_content {
	height: 100%;
}


.ui-tabs-nav * {
	font-size:1em;
	color: #888;
}

.ui-tabs-nav li {
	margin-right: 0.3em !important;
	padding-top: 2px !important;
}

.ui-layout-pane {
	background-color: white;
	border: 0px;
	padding:0px;
    overflow: auto;
}
.ui-button-text-only .ui-button-text {
	padding: 4px 4px;
	font-size:1em;
}

.ui-widget {
	font-size:1em;
}

.rtab {
	float:right !important;
}

.subtabs {
		list-style: none;
		margin: 0px;
		padding: 0px 5px;
		position: absolute;
		bottom:0px;


}
.subtabs li {
	background: #999;
	margin-right: 4px;
	float:left;
	padding: 5px 8px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	text-transform: uppercase;
}

.subtabs li:hover, .subtabs li.active {
	background: #555;
}
.subtabs li a {
	color: white;
	text-decoration:none;
}
.subtabs li a:disabled {
	color: #aaa;
}

li.ralign {
	float: right;
}


.del {
	display:inline;
	float: right;
	text-align:right;
}
.req {
    color: #fe4f37;
}


#ui-dialog-title-dialogBox {
	font-size: 1.2em;
	text-align:center;
	float: left;
	clear: both;
}

.panel-content {
	padding:10px 20px;
	margin-top:0px;
}

.panel-content h2 {
	color: #444;
	text-rendering: optimizeLegibility;
	font-weight:normal;
	font-size:16px;margin:10px 0px 10px 0px;
}

h1 {
	font-weight:normal; font-size:20px; text-rendering: optimizeLegibility;
}

.fa {
		padding-right: 0.2em;
}

h1 .fa, h2 .fa{
	color: #bbb;
	font-size: 1.2em;
	padding-right: 0.2em;
}

h2 small {font-weight: normal; font-size: 0.7em;}

.panel-content h1 {
	color: #444;
	margin: 0px 0px 10px 0px;
	text-rendering: optimizeLegibility;
}

.panel-content label {
	display:inline-block;
	margin-right:10px;
	text-align:right;
    width: 160px;
}

/*div.input label {
	display: block;
	float: left;
	width: 160px;
	text-align: right;
	margin-right: 10px;
	padding-top: 2px;
}*/

.panel-content div.input, .panel-content div.inline {
	padding: 7px 3px;
	border-bottom:1px solid #ddd;
	clear: both;
}


.input:has(.left) {float:left; width: 48%; clear:both;}
.input:has(.right) {float:left; width: 48%; clear:none !important;}

.input:has(.minicolors) {display:inline-flex !important;}


/*.panel-content div.input:nth-child(2n) {
		background-color: #f6f6f6;
}*/

/*.panel-content div.input:hover {
	background-color: #ffffd4 !important
}*/

.panel-content .inline {
	display: inline;
}

.panel-content form label {
	font-weight:bold;
}
div.textarea {
    display: flex !important;
}
div.textarea * {
	vertical-align: top;
}
.ui-corner-all{
     border-radius: 0px !important;
}
.ui-widget-header {
    border:none !important;
}

.verbose {
	display:none;
}

.ui-corner-flat  {
		border-top-left-radius: 0px !important;
		border-top-right-radius: 0px !important;
		border-bottom-left-radius: 0px !important;
		border-bottom-right-radius: 0px !important;
}

.inline input {
	float: left;
}

/* BEGIN Operator Screen **/

.ct div.tag {
	clear: both;
	float: right;
	min-width: 100px;
	background: #aca8aa;
	color: white;
	text-align:center;
}
.ct div.tag2 {
	clear: both;
	float: right;
	min-width: 30px;
	background: #ccc;
	color: black;
	font-size: 0.8em;
	padding: 5px;
	text-align:center;
	border:none;
	margin-top:0px;
}
#account_info {
	text-transform: uppercase;
	color: #888;
	padding-left: 20px;
	padding-top: 0px;
	min-width: 680px;
	/*overflow: hidden;*/
}

.uprompt_max {
	display:inline-block;
	font-style: italic;
	font-size: 0.9em;
	color: #999;
	margin-left:5px;
}

#operatorScreen input.uprompt {
    padding-right: 1.25em;
}
.call_types_icon_for_phrases {
    margin-top: 3px;
    color: #1d1d1d !important;
    vertical-align: top !important;
}
.call_types_icon_for_phrases .fa-quote-left{
    margin-left: -1.35em;
}

.uprompt.from_view, .uprompt.readonly{
	background-color: #ebebeb;
}

.uprompt.verified {
	background: #eee;
}

.prompt .fa {
	color: #aaa;
}

.ui-menu {
	position: absolute;
	width: 100px;
}
.dropdown-menu {
	z-index: 99;
	font-size:1em;
}

#company_content {
	overflow: auto !important;
	line-height: 150%;
	color: #666;
	background: #f2f2f2;
}

#company_content a {
	text-decoration:none;
	color: #666;
}

#company_content h1 {
	font-size: 13px;
	font-weight:bold;
	color: #444;
	margin-bottom: 5px;
	padding-bottom:0px;
}

#answer_phrase {
	margin: 8px 0px 0px 0px;
	font-size: 1.4em;
	color: white;
	font-weight: normal;
	text-align:center;
	position:absolute;
	bottom: 0px;
	width: 100%;
	padding: 10px 0px;
	overflow: hidden;
}

.cttypes {
	clear:both;
	margin-top: 10px;
	background: #f0f3f6;
	text-align: center;
	position: relative;
}
.cttypes a {
	padding: 8px;
	display: inline-block;
}

.cttypes a:last-child {
	padding: 8px;
	min-width: 10px;
	float: right;
}

.cttypes a:hover {
	text-decoration: underline;
}

.cttypes a.active {
	text-decoration: underline;
}

.ctlist li .fa {
	margin-right:8px;
}

li.ct.ct_sel, li.ct:hover {
	background: #dae3f3 !important;
}

li.ct.emp span {
	color: #999;
}
 #calltype_search {
 	width: 78%;
 	margin: 0px 0px 0px 5px;
 	padding: 5px;
 	background: #eee;
 }

 #operatorScreen .ui-layout-pane .header {
 	text-align: left;

 }

 #empfiltermenu, #empinfobox {
 	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
 	border: 1px solid #bbb;
 	padding: 20px;
 	background: white;
 	z-index: 999;
 	position: absolute;
 	overflow:auto;
 	line-height: 170%;
 }

 #emfiltermenu {
 	width: 200px;
 	height: 350px;
 }

 #empinfobox {
 	width: 300px;
 	height: 350px;
 }


 #empfiltermenu label {
 	text-align:left !important;
 }

 #operatorScreen .emp_header {
 	text-align: center;
 	margin-bottom:20px;
 }
#operatorScreen .emp_header h2{
 	margin: 0px;

 }

 #operatorScreen .field {
 	display: inline-block;
 	width: 43%;
 	margin-right: 10px;
 	text-align: center;
 	margin-bottom: 20px;
 }

 #operatorScreen .ftitle {
	font-weight: bold;
}

#operatorScreen .contacts {
	margin-top: 20px;
}

#operatorScreen .infobox {
	background: #d9e3f3;
	border-radius: 20px;
	padding: 10px;
}

#operatorScreen .infobox .icon {
	display: inline-block;
	width: 35px;
	margin-right: 10px;
}

#search_result {
	padding: 5px 0px 1px 30px;
	color: #aaa;
	height: 16px;
}

#opscreen_right.ui-tabs .ui-tabs-panel {
	padding:0px;
}



#misc_div {
		border-bottom: 0px !important;
}
.cinfo {padding: 5px 10px 5px 10px}
.cinfo2 {padding: 10px 10px 0px 10px}


.no-close .ui-dialog-titlebar-close {
	display: none;
}


#leftcol {
	float: left;
	border-right: 1px dashed #ddd;
	margin-right: 20px;
}

#rightcol {
	padding: 20px 30px;
}

#calltypes ul {
	width: 100%;
	margin:4px 0px 0px 0px;
	padding:0px;
	border-top:1px solid #ccc;
}

#calltypes .selection ul {
    padding: 0 5px;
    border-top: none;
}

#calltypes .ct {
		list-style: none;
		margin: 0px;
		padding: 8px 10px;
		background-image: url("/img/bg_menu.gif");
		border-bottom:1px solid #ccc;
		border-left: 5px solid transparent;
		clear: both;
		overflow: auto;
}

#calltypes .ct .department_location_tags {
	display: block;
	margin-top: 3px;
}

.b_non-binary {
	border-left: 5px solid #bbb !important;
}

.b_male {
	border-left: 5px solid #0E9DD3 !important;
}

.b_female {
	border-left: 5px solid #ff7fd4 !important;
}

.b_none {
	border-left: 5px solid #ccc !important;
}


#calltypes li:hover{
	background-image: none;
	background: #dae3f3 !important;
	color: #333;

}

/* calltype button */
.ct_over, .ct_sel {
	list-style: none;
	background-image: none;
	background: #ddd !important;
	color: #333;
	border-bottom:1px solid #888;
}

/* description within calltype button */
.ct div {
	margin-top:5px;
	/*background: #e5e5e5; */
	font-size: 1em;
	text-decoration: italic;
	padding: 5px;
	border:1px dotted #999;
}

.ct_over div, .ct_sel div {
	font-size: 1em;
	color: #222;
	text-decoration: italic;
}

.ct div ul {
	margin:5px;
}

.emptyInput {
	font-style: italic;
}

.prompt {
	margin: 5px 0px;
	clear:both;
}

.prompt * {
	vertical-align: middle;
}

.prompt_dd {
	border:1px solid #444 !important;
	min-width: 200px;
}

.prompt label {
	font-weight:normal !important;
}
#msg_prompts .section td {
	border-top:2px dashed #ccc;
}

/* unused prompts on operator screen */
div.unused label {
	font-weight: normal;
	color:  #888;
}

div.unused {
	background: #eee;
}

.action {
	font-weight:bold;
}

.atype45 {
	font-weight:normal !important;
}

.addnotes {
	text-align:right;
	margin: 5px 30px 5px 0px;
	padding-top:8px;
}

.addnotes a {
	border: 1px solid #ccc;
	padding: 2px 5px;
	margin-left:3px;
	background: #ccc;

}

.c_btn:disabled
{
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}


/* div containing employee buttons in employee picker */
#cb_empcontacts {
	margin:0px;padding: 5px 20px;
	min-height: 5px;
}


.vninput {
	padding: 10px;
	border-radius: 1px;
	border: 1px solid #ccc;
	text-align:center;
}

.vnbutton {
	padding: 5px;
	border-radius: 1px solid #ccc !important;

}

#operatorScreen .step .actbtn {
		float: right;
		padding: 6px 8px;
		margin: -3px 10px 5px 10px !important;
		min-width: 100px;
		border: 1px solid transparent;
}
#operatorScreen .employee_info {
	padding: 10px 30px;
	background: #eee;
	margin: 10px 0px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#operatorScreen .employee_info .status{
	color: #2753ae;
	font-weight: bold;
}

.c_btn, .actbtn {
	padding: 8px 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	line-height: 12px;
	border:0px;
}
.c_btn:hover, .actbtn:hover {
	box-shadow: 4px 4px 4px #aaa;
}

.helpertxt {
	margin: 10px 0px 15px 0px;
	background-color: #ffff80;
	border-radius: 2px;
	padding: 5px;
}

#operatorScreen div.step {
	margin-bottom: 0px;
	padding:10px 10px;
	position: relative;
}

#operatorScreen div.step:not(:last-child) {
	border-bottom:1px dashed #ccc;
}


#operatorScreen .ui-corner-all, #operatorScreen .ui-corner-bottom, #operatorScreen .ui-corner-left, #operatorScreen s.ui-corner-bl {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

#operatorScreen .ui-tabs-nav {
	border:0px !important;
}

#operatorScreen .ui-widget-content {
	border:0px;
}

#operatorScreen .ui-state-active {
	border: 0px;
}

.hipaa_msg {
	background: #e80c05;
	padding: 6px;
	color: #f6f6f6;
	text-align:center;
	font-size: 1.5em;
	margin: 0px;
}

#inst_wrapper {
		background: #999;
}

#msg_instructions {
		background: #f8f8f8;
		margin: 10px;
		padding: 5px;
}

#msg_instructions div.step {
	margin-bottom: 0px;
	border-bottom:1px dashed #ccc;
	padding:4px 10px;
}

#msg_instructions .step .actbtn {float:right !important; padding: 2px 0px; margin-left: 10px !important; min-width: 100px; }
.c_btn, .actbtn {

	padding: 5px;
	margin-bottom: 5px;
	line-height: 12px;

}
#msg_instructions label {
	display:inline-block;
	margin-left: 30px;
}

#msg_instructions .script_section,  #editlog .script_section{
		border: 1px solid #bbb;
		border-radius: 1px;
		margin-bottom: 20px;
		padding: 10px;
}

#msg_instructions .section_title, #editlog .section_title { text-align:right; color: #888;}
#msg_instructions .section_action, #editlog .section_action {text-align:right; text-decoration: italic; color: #888}

div.step * {
	/*vertical-align: middle;*/
}

#operatorScreen div.prompts {
	min-width: 400px;
	overflow: hidden;
}

.action_chk {
	float:right;
	font-weight:bold;
	font-size:16px;
	margin-left:10px;
	color: green
}

#gender_div {
	display:inline-block;
	text-align: center;
	padding: 4px;
	margin-left: 10px;
	color: white;
}

#appt_details label {
	font-weight: bold; width: 150px;
}

#operatorScreen {
	overflow:	hidden;	/* eliminate space for scrollbar in dialog - not needed when using a layout */
	display:	none;
	padding:	0;		/* nullify ui-widget-content */
}

#operatorScreen .ui-layout-pane {
/* start by removing all padding & scrolling */
	padding:	0;
	overflow:	hidden;
	border:0px;
}

#operatorScreen .pane-header ,
#operatorScreen .ui-layout-south {
	padding:	5px 10px;
}
#operatorScreen .ui-layout-west .ui-layout-content {
	padding: 0px;
	background: #ddd;
}

#operatorScreen .pane-header {
	border-width:	0 0 1px; /* nullify ui-widget-content border, except bottom */
}

#operatorScreen .ui-layout-north .ui-layout-content {
	border:			0; /* nullify ui-widget-content border - 'pane' already has this */
	overflow:		hidden;
	padding: 0px 0px 10px 0px!important;
}

#operatorScreen .ui-layout-east {
	padding:0px;
}

#operatorScreen .ui-layout-south button {
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 4px;
	color: #444;
	background-color: #eee;
}

#operatorScreen .ui-layout-south button:disabled {
	color: #ccc;
}

#operatorScreen .ui-layout-resizer-dragging ,
#operatorScreen .ui-layout-resizer-sliding ,
#operatorScreen .ui-layout-resizer:hover {
	opacity:		1;
	filter:			alpha(opacity=100);
}

#operatorScreen label {
	vertical-align: top;
	display:inline-block;
	margin-right:5px;
	width: 110px;
	text-align:right;
	/*display: block;
	min-width: 200px;
	text-align: left;  */
}
#contact_search_list, #contact_list {
	box-sizing: border-box;
}

#contact_list .page {
	padding: 10px 5px;
	font-style: italic;
}

#contact_list .contact_type {
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	padding:5px;
	border-bottom: 1px solid #ccc;
}

.contact_name {display: inline-block; width: 50%}
.contact_company {display: inline-block; width: 45%}
.contact_row {padding: 10px; border-bottom: 1px solid #ccc}
.contact_row:hover {background: #eee;}

#contacts_detail, #contacts_main {
	padding: 10px;
	box-sizing: border-box;
}
#contacts_detail label {
	display: block;
	text-align: left;
	font-weight: bold;
}
#contacts_detail .input {
	margin-bottom: 15px;
}

#contacts_detail input, #contacts_detail textarea {
	width: 100% !important;
	box-sizing: border-box;
	overflow: auto;
}

.contacts_footer {
	background: white;
	text-align:right;
	/*position: absolute;
	bottom: 0px;*/
	padding: 5px 10px;
}

.operator-screen .ui-dialog-titlebar {
	height: 10px;
}
.operator-screen .ui-dialog-title {
	display:none;

}


#operatorScreen .script_section {
		position: relative;
		padding: 0px 20px;

		border-radius: 2px;

}
#operatorScreen #misc_controls {
		background: #f4f4f4;
		border-radius: 2px;
		margin: 0px 0px 10px 0px;
		min-height:30px;
		padding-left: 20px;
		padding-top: 5px;
}
#operatorScreen #audio_player {
		display: inline-block;
		min-width: 400px;
		width: 60%;
}

#operatorScreen #call_controls {
		text-align:right;
		margin:2px 10px;
}


#operatorScreen #audio_player button {
		padding: 12px;
		border:1px solid transparent;
		margin-left: 10px;
}


#screen_title {
	background: #7f7f7f;
	color: #fafafa;
	padding: 0px 20px 15px 20px;
	margin-bottom: 8px;
	font-size: 1.3em;
}

#screen_title span {
	color: #c5c5c5;
}

#screen_title img {vertical-align: middle}
.btn_hipaa {background: #ca2127 !important; color:white !important; border: 1px solid #ca2127 !important}

/* END Operator Screen **/



/* BEGIN Employee Setup **/

.contacts input[type=checkbox] {
	vertical-align:middle
}

.contacts td {
	border-bottom: 1px dashed #ccc;
}

table.contacts tr:nth-child(2n)  {
		background-color: #F9F9F9;
}

/* END Employee Setup **/

/* BEGIN Calltype Setup **/
#agent_script .helpertxt {
	margin: 0px;
	display: inline-block;
	vertical-align: top;
	padding:2px 5px;
	min-height: 12px;
}

#actionbox_msg {
	color: #0444A4;
	margin-bottom: 20px;
	text-align:center;
}

.options_editor  span.editable, .options_editor  select, .options_editor  input {
	width: 88%;
	margin: 4px 0px;
	background-color: #fefefe;
	border: 1px solid #aaa;
	border-radius: 1px;
}

#actionEditor span.editable {
	display: block;
}

.options_editor {
    background-color: #f5f5f5;
    padding: 10px 6px;
    max-height: 600px;
    overflow: auto;
}

/* END Calltype Setup **/

/**** BEGIN Minders Panel */
#minders-panel h3 {font-size:1.2em;  font-weight: normal;}
#minders-panel .ui-header {
	padding:10px 10px;
	border-bottom: 1px solid #888;
	font-size:1em;
	background: rgb(169,219,128); /* OldRGB(0xff,0xff,0x66) browsers */

}

#minders-panel label {
	display: inline-block;
	width:120px;
	text-align:right;
	margin-right: 4px;
	font-size:1.1em;
	color: #555;
}
#minders-panel span {
	font-size:1.1em;
	font-weight: bold;
}

.mindertbl {
	border-collapse:collapse;
}
.mindertbl th {
	border-bottom: 1px solid #aaa;
	font-size:1em; padding: 6px 2px;
}
.mindertbl tr {
	vertical-align: top;
	color: black;
}
.mindertbl tr:hover {
	cursor:pointer;
}


table.mindertbl tr td {
	border-bottom: 1px solid #ddd;
	padding: 2px 5px;font-size:1em;
	vertical-align: top;
	font-size:1em;
}
.mistake {color:red; font-style: italic;}

/*table.mindertbl tr:nth-child(2n), table.gentbl tr:nth-child(2n) {
	background: #f6f6f6;
}*/

table.gentbl.doublerow tr {
	background: #fff;
}
table.gentbl.doublerow tr:nth-child(4n), table.gentbl.doublerow tr:nth-child(4n-1) {
	background: #eee;
}

table.gentbl.doublerow tr:nth-child(4n-2), table.gentbl.doublerow tr:nth-child(4n-3) {
	background: #FFF;
}
/**** End Minders Panel */

/* BEGIN Message Review Screen */
table.prompts {border-collapse:collapse;}
table.prompts tr {vertical-align:top;}
table.prompts td {border-bottom: 1px solid #ddd; padding:5px;}
table.prompts tr td:first-child {text-align:right;}
input.prompt, textarea.prompt {width: 300px;}

#msg_center .ui-layout-content {
	overflow:		auto; /* add scrolling to content-divs (panel-wrappers) */
	border-top:		0 !important; /* tab-buttons above this DIV already has a border-bottom */
}

#msg_center .ui-widget-content {
	border:0px !important
}
#msg_nav {
	float:right;
	padding:0px;
	margin-left:5px;
	min-width:320px;
	text-align:right;
	border-right: 0px !important;
}

#msg_center {
	background:	#FFD; /* to make pane background stand-out */
	padding:	0px;
	overflow:	hidden !important;
}
#msg_actions {
	padding: 3px 20px 0px 20px;
	text-align:right;
	background: #e5e5e5;
}
#msgDialogWin {
	padding:0px;
}
#msg_center .footer {
	padding:2px;
}

#msg_prompts {
	padding:10px;
}
#msg_prompts input, #msg_prompts textarea {
	width:250px;
}
#emp_buttons {
	padding:5px 10px 0px 10px;
	text-align:left;
}

#emp_buttons .c_btn, #cb_empcontacts .c_btn {
	margin-bottom: 0px;
	border-radius: 2px;
	min-height: 25px;
	border:0px;
	margin-right: 4px;
}
#msg_center .header select {
	width: 150px;
}

.pcaption {
	width: 100px !important;
}

div.msgstep {
	margin-bottom: 0px;
	border-bottom:1px dashed #ccc;
	padding:2px 0px;
	overflow: auto;
}

div.msgstep .action {
	font-weight: normal;
}

/* END Message Review Screen */

/**** callbox START */
#callBox h1, #conferenceBox h1{
	font-size:12px;
	font-weight:bold;
	margin: 0px 0px 5px 0px;
}
#callBox, #conferenceBox {
	text-align:center;
	padding:0px;
	position:relative;
}
#callBox button, #conferenceBox button {
	margin-right:5px;
	margin-top:5px;
	padding:5px;
}

#callBox input[type=text], #conferenceBox input[type=text] {
	margin-top:5px;
	padding: 6px 3px;
}

#callBoxResult {
	text-align: left;
	padding: 10px;
	line-height: 190%;
}

#callBoxResult input[type=radio] {
	vertical-align:text-bottom;
}

#enable_all {
	position:absolute;
	bottom:10px;
	left:10px;
	text-align:left;
}
#enable_all a {
	text-decoration:none;
	color: #999
}

.call_status {
	display: inline-block;
	width:80px;
	background: #ffffcc;
	padding:4px 2px;
	border:1px solid #ccc;
}

#inbound, #outbound , #inbound_translate, #outbound_translate {
	padding:5px 10px;
	margin-bottom: 10px;
	color: #555;
	text-shadow: 0px 0px #999;
	overflow: auto;
}

#inbound, #inbound_translate {
	background-color: #AAD4FF
}

#outbound, #outbound_translate {
	background-color: #aaccaa
}
/**** END callbox  */

/**** BEGIN Scheduling Calendar */


tr.cancelled td {
	color: #bbb;
}

.cancelled span {
	color: #BF0C02
}
/**** END Scheduling Calendar */

.didbtns, .reportbtns {
	clear:both;
	width: 97%;
	position:absolute;
	margin-top: 20px;
	bottom:0px;
	left: 20px;
}

.highlight {
	font-weight: bold;
	font-size:1em;
	background: #ffff80
}

#action_buttons {
	margin-top:20px;
}

.paging span, .paging2 span {
	padding: 0px 2px;
}
.paging li, .paging2 li {
    display: inline-block;
    padding: 0px 2px;
}
.paging li.active, .paging2 li.active {
    font-weight: bold;
}
.paging span a, .paging2 span a {
	text-decoration:none;
	color: #888;
	padding: 0px 2px;
}
.paging {
	text-align: right;
	color: #333;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.paging2 {
	text-align: right;
	color: #333;
}

#welcome {
	float: right;
	color:#666;
	margin-right: 0px;
	margin-top:4px;
	width: 150px;
}

/* profile photo */
.profile {
	float: left;
	margin-right:5px;
	margin-top:-5px;
	border: thin solid white;
	-moz-border-radius:50%;
	-webkit-border-radius: 50%;
	border-radius:50%;
	height: 42px;
	width: 42px;
}

.tblheader {
	background-color: #f2f2f2;
	position: relative;
}

/*.gentbl {
	font-size: 1em;
	border-collapse:collapse;
}*/
.gentbl td, .gentbl th {
	vertical-align: top;
	font-size:1em;
	padding: 10px;
	word-wrap: break-word
}

.gentbl th, .data th{
	/*background-color: #eee !important;
	color: #333;*/
/*  border-right: 1px solid #AFBAAE; */
	border-bottom: 1px solid #ccc !important;
	text-transform: uppercase;
	background: white;
	padding: 14px 10px;
}

.gentbl td {
	border-bottom: 1px solid #ccc !important;
}
.gentbl a {
	color:#333;
}
.gentbl tr:hover {
	background: #ebebeb;
}
.gentbl tr.no_ul td {
	border-bottom:0px
}
.no_ul {
	text-decoration:none;
}

ul.leftnav {
	margin:20px 40px 0px 0px;
	padding:0px;width: 150px;
	border:1px dotted #ccc;
}

#tabs_content {margin-top: 1px solid #333; padding-left: 45px;}

#ct_mainlist div.ct_list:nth-child(2n) {
		background-color: #f9f9f9;
}

table.data tr:hover {
	background: #e5e5e5;
}
table.data tr td {
		border-bottom: 1px solid #ddd;
		padding:6px;
		vertical-align: top;
}

table.data th {
	border-bottom: 2px solid #888;
}

.tab ul {
	margin: 5px;
}

#loading {
	padding-left:20px;
}

.filter label {
	font-weight: bold;
}
.filter * {
	font-size:1em !important
}

ul.sortable {
	list-style:none;
}
.sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 60%;
}
.sortable li {
	margin: 0 3px 3px 3px;
	padding: 0.4em;
	padding-left: 1.5em;
	font-size: 1.4em;
	height: 18px;
}
.sortable li span {
	position: absolute;
	margin-left: -1.3em;
}

.hrow div.input {
	display:inline;
	margin-right:5px;
	clear:none;
	border-bottom: 0px
}
.hrow2 div.input {
	float:left;
	margin-right:20px;
	clear:none;
	border-bottom: 0px
}
#dialogWin .hrow {
	clear: both;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 5px;
	overflow:auto;
	padding-bottom: 5px;
}

.gender_div {
	border-radius: 2px;
}
.female {
	background-color: #ff7fd4;
	padding: 3px 4px;
}
.unknown {
	background-color: transparent;
	padding: 3px 4px;
}


.male {
	background-color: #0E9DD3;
	padding: 3px 4px;
}

.non-binary {
	background-color: #bbb;
	padding: 3px 4px;
}

.u-male {
	color: #0E9DD3;
	margin-right: 8px;
}

.u-female {
	color: #ff7fd4;
	margin-right: 8px;
}

.u-non-binary {
	color: #bbb;
	margin-right: 8px;
}

.u-none {
	color: #ccc;
	margin-right: 8px;
}


div.vnform label {
	display: inline-block;
	width:160px;
	text-align:right;
	margin-right: 10px;
	font-weight: bold;
}

div.vnform label em {
	display: inline-block;
	width:160px;
	text-align:right;
	margin-right: 10px;
	font-weight: normal;
}

div.vnform .input {
	margin-bottom: 10px;
}

.editable {
	min-height: 16px;
	min-width: 100px;
	border:1px solid #ddd;
	padding:2px 8px;
}

.editable:hover, .editable:focus {
	background:#FFD455;
}

div.editable {
	display:inline;
}

.editable .empty {
	color: #aaa;
}

.file_div {
	text-align: center;
	width: 50px;
	margin-right: 10px;
	margin-bottom:15px;
	float:left;
	overflow:hidden;
	font-size: 9px;
}

.file_div a, .file_div a:visited {
	text-decoration: none;
}

a img {
	border:0px;
}

td a img {
	margin-right: 5px;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

td a:hover img {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.footer {
	padding-top: 5px;
	background: #f2f2f2 ;
}

.missing {
	border:1px solid #BF0C02 !important;
}

.required-div label:before {
		color: #e32;
		content: '* ';
		display:inline;
}
.alert {
	color:red;
}
.alertbg {
	background: #6f6f6f;
	color: #FFFEE6;
}

.warning {
	background: #b8000f; color: white; padding:20px
}
.info {
	color: #5A524D;
}

@-webkit-keyframes blink {
	 50% { border-color: #d00; }
}
@keyframes blink {
	 50% { border-color: #d00; }
}

.blinkdiv { /*or other element you want*/
		animation: blink .5s step-end infinite alternate !important;
		-webkit-animation: blink .5s step-end infinite alternate !important;
		border-width: 3px !important;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
	margin-bottom: 8px;
}
.ui-timepicker-div dl {
	text-align: left;
}
.ui-timepicker-div dl dt {
	float: left;
	clear:left;
	padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
	margin: 0 10px 10px 45%;
}
.ui-timepicker-div td {
	font-size: 90%;
}
.ui-tpicker-grid-label {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
.ui-timepicker-rtl{
	direction: rtl;
}
.ui-timepicker-rtl dl {
	text-align: right;
	padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt{
	float: right;
	clear: right;
}
.ui-timepicker-rtl dl dd {
	margin: 0 45% 10px 10px;
}
/* end css for timepicker */


.jqte {
	border-color: #ccc !important;
}

.jqte_toolbar {
	box-shadow: 0 5px 10px #efefef inset !important;
}


.dispatcher {
	border-left:6px solid #5555ff !important;
}

.dispatcher2 {
	border-left:6px solid #5555ff;
}

.dispatch-notes-save {
	color: #ccc;
}
.dispatch-notes-save.active {
	color: green;
}


#opscreen_main {
		background: #a1a1a1 !important;
}

.account_alert {font-size: 1.1em; color: #a81a03; padding: 10px 20px; border-bottom: 2px solid #a81a03; background: #eee; }
#maindiv {background: #e6e6da;}
#instructions div.step.dispatcher {display: none !important;}
#instructions form {
		background: #e6e6da;
		border-radius: 2px;
		padding-bottom: 30px;
}

#instructions .advise {
	border: 1px solid #bbb;
	border-radius: 2px;
	padding: 10px;
	background: #CBF6FF;
	margin: 10px 10px;
	max-width: 600px;
	color: #222;
}

#instructions .faded {
	opacity: 0.5;
	color: #444;
}
#instructions .calltype_name {
    padding: 0px 20px 10px 30px;
}

.oncallbox {
	margin:10px;
}
#callBoxCtrl .twbtn {
		 border:0px;
		 color: #888;
		 padding:5px;
		 min-width: 30px;
		 text-align:center;
}
.oncall_name {
	min-height: 18px;
	padding: 5px 0px;
}

.oncall_name:not(:last-child) {
	border-bottom: 1px dashed #ccc;
}

#operatorScreen div.oncall_name .actbtn {
	padding: 5px;
		margin: 0px 10px 5px 10px !important;
}

.rbuttons input, div.header input[type=button] {
	text-align:right;
	margin: 0px 0px;
	padding: 6px 10px;
	font-size: 1.0em;
	text-transform: uppercase;
	color: #666;
	border: 0px;
	border-right: 1px solid #ccc;
}
.rbuttons input[type=submit] {
	margin-right: 5px;
	background-color: #eee;

}
.primary-btn {
	background-color: #5292e4;
	border: 1px solid #5292e4;
	padding:5px;
	text-transform:uppercase;
	min-width: 80px;
	color: white;
	text-align: center;
	font-size: 1em;
}
.rbuttons input[type=submit]:hover, div.header input[type=button]:hover {
	color: #000 !important;
	background: #fff;
}

.email_count {background: #bb000d; color:white; font-weight: bold; padding-left: 5px; padding-right: 5px;}

.col20 {width:20px;}
.col30 {width:30px;}
.col40 {width:40px;}
.col60 {width:60px;}
.col80 {width:80px;}
.col90 {width:90px;}
.col100 {width:100px;}
.col110 {width:110px;}
.col120 {width:120px;}
.col130 {width:130px;}
.col150 {width:150px;}
.col160 {width:160px;}
.col170 {width:170px;}
.col180 {width:180px;}
.col190 {width:190px;}
.col220 {width:220px;}
.col240 {width:240px;}
.col260 {width:260px;}
.col280 {width:280px;}
.col300 {width:300px;}
.col320 {width:320px;}
.col340 {width:340px;}
.col360 {width:360px;}

/* filter table css */
.hint {
	font-size: 90%;
	color: #369;
}

.perf {
	margin: 0;
	border: 0;
	padding: 4px;
	font: italic 95% Arial, sans-serif;
	color: #999;
}

#perf {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	margin: 0;
	border: 0;
	padding: 4px;
	font: italic 95% Arial, sans-serif;
	color: #999;
}

.expandingText {
		width: 95%;
		margin: 0 auto;
}
.act_content textarea {width:100%}
	.pac-container{
		margin-left: 80px;
	}
#msg_edits {
	margin:20px;
}
a.a_noul {text-decoration:none;}
.op_notes {
    margin: 0px;
    text-align:left;
}
.op_notes div{
    margin: 2px 0px;
    padding: 5px 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #FFFFAA;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.op_notes_blink div {
    border-color: red !important;
}

.emp_notes {
	padding: 5px 20px;
	background-color: #FFFFAA;
	margin: 0px 0px 4px 0px;
	color: black !important;
}

.oncall_notes {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom:20px;
}

#employeePickerDialog .emp_notes {
	margin-bottom:20px;
	padding: 10px;
}




#employeePickerDialog .c_btn {
	padding: 10px;
	border-radius: 2px;
}
.emp_picker {
	background: #ddd;
}

.header_btn a {border: 1px solid #bbb; padding: 6px; border-radius: 0px; background: #eee;}
.header_btn a:hover {background: white;}
/*** select2 START */
.select2-container .select2-choice {
		border-radius: 1px;
		background-image: none;
		padding: 3px 10px;
}

.select2-search, .select2-results, .select2-no-results {
	font-size:1em !important;
}

.select2-disabled { color: #aaa !important; }
/*** select2 END */


/* FIXED table header required by jquery layout */
/* http://layout.jquery-dev.net/demos/table_fixed_header.html */

div.tableWrapper {
	/* could pad table wrappers if desired */
	padding:		0;
	overflow: hidden;
	}
	div.tableWrapper table {
		table-layout:	fixed;
	}

	/*
.tblHeader {
	overflow-y: scroll !important;
	overflow-x: hidden;
	padding: 0;
	height: 30px;
} */
.tblHeader table {min-height: 32px;}

div.data { /* <div class="data tableWrapper"> */
	overflow-y:		scroll; /* FORCE a scrollbar */
	}
	.data .innerWrapper {
		/* must contain table so doesn't extend *under* tableWrapper scrollbar */
		position:	relative;
		overflow:	hidden;
}

.headerrow tr td, .headerrow tr th {
	padding: 10px 0px;
	border-bottom: 1px solid #555;
}

.headerrow tr td a, .headerrow tr th a  {
	text-decoration:none;
}

.scheduling label, .msg_summary label {
	display: inline;
    width: auto;
    min-width: auto;
}

.choices2 label {
	display: inline;

}

.tasinput {
	background: #f2f2f2;
	color: #888;
}
.tasinput label, .mrow label {
	width:160px !important;
	text-align: right;
	display:inline-block;
}

.userprompts input[type=checkbox] {
	vertical-align:middle;
}

#did-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  display:none;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: white ;
}


#resizer {
	position: fixed;
	right:0px;
	bottom:4px;
	width: 150px;
	height: 22px;
	z-index: 200;
}
#resizer img, #resizer div {
	margin:0px;
	padding:0px;
}

#resizer button {
	padding:0px;
	width: 25px;
	height:24px;
	border:1px solid #bbb;
	border-radius: 2px;
	margin-right:1px;
}

#undel_cont {
	padding: 5px;
	font-size:13px;
	font-weight: bold;
}

.undel_cont_blink {
	-webkit-animation: myblink 1s infinite alternate;
	animation: myblink 1s infinite alternate;
	color: white;
}

.undel_cont_blink a {color:white;}

/* Chrome, Safari, Opera */
@-webkit-keyframes myblink {
		from {background: red;}
		to {background: transparent;}
}

/* Standard syntax */
@keyframes myblink {
		from {background: red;}
		to {background: transparent;}
}

#broadcast_msg_content, #agent_msg_content {
	margin: auto 0px;
	font-size: 12px;
	color: #444488;
}

#broadcast_msg {
	position: absolute;
	top:5px;
	left: 185px;
	z-index: 999;
	background-color: #fff68f;
	border: thin solid #fff000;
	border-radius: 4px;
	background-image: url(/img/icons/icon-megaphone.png);
	background-position: 1em 1em;
	background-repeat: no-repeat;
	width:auto;
	padding: 12px 20px 12px 42px;
	max-width: 400px;
}

#agent_msg {
	position: absolute;
	top:50px;
	left: 185px;
	/* bring your own prefixes */
	transform: translate(-50%, -50%);
	z-index: 999;
	background-color: #fff68f;
	border: thin solid #fff000;
	border-radius: 4px;
	width:auto;
	padding: 12px 20px 12px 42px;
	min-width: 300px;
	max-width: 500px;
}

.closer {
	float:right;
}


#broadcast_msg img, #agent_msg img {
	position: absolute;
	right:1px;
	top:2px;
}

@keyframes blinker {
	from { opacity: 1; }
	to { opacity: 0.8; }
}

input[type=button].important {
	font-weight: bold;
}
#num_to_dial_ext {
	font-weight: bold;
}

/* RFI page */
.complaint {
	margin-top:15px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
	line-height:140%
}
#rfi label {
	display: inline-block;
	width: 130px;
	text-align: right;
	font-weight: bold;
}

#rfi {
	line-height: 150%
}

.statbox {
	float: left;
	margin: 0px;
	width: 25%;
	text-align:center;
}

.stitle {
	font-weight:bold;
	color: #555;
	font-size: 1.1em;
}

.snumber {
	text-align:center;
	font-size:1.8em;
	color: #222;
	margin-top:15px;
}

.statrow {
	background: #f0f4f0;
	padding:20px;
	margin: 20px 0px;
}
.srow {
	border-top: 1px dashed #666;
	margin:20px 0px;
	padding:20px 0px;
	}

.scontent {
	padding: 20px 20px;
}

#mainnav {list-style: none;}
#mainnav li {margin-top:30px;}
#oaheader {
	color: #555;
	background: #fcfcfc !important;
	overflow:hidden;
	border-top: 5px solid #038Ed0;
	border-bottom: 4px solid #f5f5f5;
}
#headerbtns {
	display: inline-block;
	margin:10px 10px 10px 0px;
	font-size:14px;
	vertical-align: top;
}

#headerbtns .hangup-button {
		padding: 6px;
		color: #888;
}


#highlights {text-transform:uppercase;}
.ftext {width: 110px; float: left; margin-right:10px; color: #888;}
#footer img {vertical-align:middle}
.b_red {background-color: #d82d0b}
.b_green {background-color: #2ea64f }
.b_gray {background-color: #ccc; color: #555 !important; }
#headerbtns img, #headerbtns div {vertical-align:top}
.textbox {
	display: inline-block;
	margin-right: 25px;
}
#oaheader input {color: black;}
#screen {position: absolute; height: 100%; width: 100%; z-index: 99;  background: white;}
/*          #callstatus * {font-size:13px !important; color: #888;}*/
#callstatus b {color: #333 !important;}
#my_extension {font-size: 36px; margin:0px 10px; padding:0px;font-weight: bold; color:#ddd;float:right;}
.ui-dialog .ui-dialog-buttonpane button {
    color: #444;
    font-weight: bold;
    padding: 0.65em 1.25em;
    border: 1px solid #d3d3d3;
    border-radius: 4px !important;
}
.ui-dialog .ui-dialog-buttonpane button:hover {
    border: 1px solid #999;
}
#adv_filter {margin: 10px 0px;}
/* HIDE all pane-elements until initialized */
.ui-layout-north,
.ui-layout-south,
.ui-layout-west,
.ui-layout-east,
.ui-layout-center {
    display:    none;
}

.ui-autocomplete-loading {
    background: white url('/img/ajax-loader.gif') right center no-repeat;
}
.ui-layout-pane {border:0px;}


.page-loading {
    margin:0px;
    padding:0px;
    display: inline-block;
    color: #999;
}

.page-loading .fa {
    margin:0px !important;
    padding:0px !important;
}

.ui-dialog {
	border-width: 0px;
	/*box-shadow: 0px 0px 0px 8px rgba(255,255,255,0.3); */
	box-shadow: 0px 0px 150px #888888;
	padding: 0px;
}

.ui-dialog-titlebar {
	background: #7f7f7f !important;
	border:0px;
	color:white;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.ui-dialog-title {
	font-size: 14px;
	font-weight: normal;
	padding: 5px;
	color: white;
}

.ui-widget-overlay {
	background: rgba(7,0,0,1);
}

.scenter {background: #fefdf6 !important;}
.sright {background: #efefef !important;}
.sleft {background: #fefefe !important;}

.rectbox {
	width: 30em;
	height: 15em;
	text-align:center;
	border: 1px solid #eee;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
	display: inline-block;
	margin: 5px;
}

.rectbox .fa {
	font-size: 2.4em;
}

.rectbox div {
	width: 50%;
	height: 100%;
	color: #444;
	float: left;
}

.rectbox div:first-child {
	color: #f3f3f3;
	font-size: 1.8em;
}

.rectbox div:nth-child(2) {
	color: #666;
	font-size: 1.1em;
}

.rectbox h2 {
	font-size: 1.1em;
	color: #e5e5e5;
	font-weight: normal;
}

#home h1 {
	display: inline-block;
	text-transform: none;
}

#home * {
	vertical-align:middle;
}

#home .content{
	margin: 20px auto;
	text-align: center;
	box-shadow: none;
}

#recent_calls {
	text-align:left;
	margin-top: 40px;
}

.rectbox strong {
	margin-top: 0.3em;
	font-size: 3.0em;
	display: block;
}

.rectbox strong i {
	margin-top: 0.1em;
	font-size: 0.4em;
	font-style: normal;
	text-transform: none;
}

.color1 {
	background: #c1272d
}

.color2 {
	background: #00a99d;
}

.color3 {
	background: #c69c6d;
}

.color4 {
	background: #dd6023;
}
.lbreak {
	clear: both;
}

span.disabled {color: #ccc !important;}

#num_on_break {padding: 0px 8px; display:inline-block; font-size: 20px; color: #888; margin-top: 10px;}
#break_timer {padding: 0px 8px; display:inline-block; color: #555; background: #434343; margin-top: 10px; border-radius: 1px;}
#break_timer * {display: none;}


.break_cont_blink {
	-webkit-animation: breakblink 2s infinite alternate;
	animation: breakblink 2s infinite alternate;
	color: #555;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes breakblink {
		from {background: #BB5C53;}
		to {background: transparent;}
}

/* Standard syntax */
@keyframes breakblink {
		from {background: #BB5C53;}
		to {background: transparent;}
}

#msg_center .ui-corner-all {
	border-bottom-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	border-top-left-radius: 0px !important;
}

#msg_center .ui-widget-header {
	border-left: 0px solid #aaa !important;
	border-right: 0px solid #aaa !important;
	border-top: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
	background: #ddd none;
}

#msg_header {
	padding:6px 20px;
	line-height: 170%;
	background: #e5e5e5;
}

#msg_header h4 {
	margin:0px;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px;
	display: inline-block;
}

#msg_header div {
	display: inline-block;
	color: #555;
	border-right: 2px solid #ccc;
	padding: 0px 8px;
}

#msg_header .fa {
	color: #888;
}

#msg_header input[type=button], #msg_header button {
	border: 0px;
	background: transparent;
	color: #888;
	padding: 0px 6px;
	text-transform: uppercase;
	border-right: 1px solid #ccc;
}


#msg_header input[type=button]:hover, #msg_header button:hover {
	color: #333;
}

#msg_actions input[type=button], #msg_actions button {
	background: transparent;
	border:0px;
	color: #444;
	border-right: 1px solid #f5f5f5;
	padding: 4px 6px;
}

#msg_actions input[type=button]:hover, #msg_actions button:hover {
	color: #111;
}

#msg_header input[type=button]:hover, #msg_actions input[type=button]:hover {
	background: #eee;
}
.disable_edits {color: #777;}
.msg_edit {margin-right: 5px;}
.msg_dispatch {display: inline-block;}
.actiontext {min-height: 20px; min-width: 80%; border: 1px solid #ddd; padding: 0px;}

#tab-events, #tab-mistakes, #tab-notes, #tab-complaints, #tab-deliveries {padding: 0px;}
.event_delivered {
		text-transform: uppercase;
		font-weight: bold;
}

.modified {
	border-color: red;
}

.blink_me {
	animation: blinker 3s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

/*#AgentScripting h1:after, .step h1:after, .jqte_editor h1:after {
		content: '"';
}

#AgentScripting h1:before, .step h1:before, .jqte_editor h1:before  {
		content: 'Advise: "';
}

#AgentScripting h1, .step h1, .jqte_editor h1 {
		background-color: #70C67D;
		margin: 0px;
	padding: 4px;
}


#AgentScripting h2, .step h2, .jqte_editor h2  {
		background-color: #919CF3;
		margin: 0px;
	padding: 4px;

}


#AgentScripting h3, .step h3, .jqte_editor h3  {
	margin: 0px;
	background-color: #6895C4 !important;
	padding: 4px;
	color: #AA141F;
}

#AgentScripting h4, .step h4, .jqte_editor h4  {
		margin: 0px;
	padding: 4px;

}

#AgentScripting h5, .step h5, .jqte_editor h5  {
	margin: 0px;
	padding: 4px;

}

#AgentScripting h6, .step h6, .jqte_editor h6  {
	margin: 0px;
	padding: 4px;
}


#AgentScripting h2:after, .step h2:after, .jqte_editor h2:after  {
		content: '"';
}

#AgentScripting h3:before, .step h3:before, .jqte_editor h3:before  {
		content: 'Please NOTE: ';
}

#AgentScripting h2:before, .step h2:before, .jqte_editor h2:before  {
		content: 'Advise VERBATIM: "';
}

#AgentScripting h99:after, .step h99:after, .jqte_editor h99:after  {
		content: '"';
}

#AgentScripting h99:before, .step h99:before, .jqte_editor h99:before  {
		content: 'CUSTOM: "';
}*/


#inboxtbl th {
	border-right:1px solid #ccc;
}

#inboxtbl td {
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

inboxcontainer {
		display: grid;
		padding: 3px;
		grid-gap: 3px;
		height: 100%;
		grid-template-areas:
		"head head"
		"content callscript";
		grid-template-columns: 2fr 1fr;
		grid-template-rows: 1fr 3fr;
}
#mail-script {
	padding: 10px;
}

inboxheader {
		grid-area: head;
		border-bottom: 2px solid #999;
		overflow: auto;
/*    resize: vertical;*/
		min-height: 250px;
		padding:10px;
	resize: vertical;
}

leftcol {
		grid-area: content;
		padding:10px;
}

rightcol {
	background-color: #f8ede1;
		grid-area: callscript;
		padding:10px;
}

.newmsg {font-weight: bold;}

#mail-body-header {
	min-height: 80px;
}

#mail-body-header label {
	display: inline-block;
	width: 90px;

}
.mail-header {
	background: #eee;
	padding: 8px 20px;
	border-bottom: 1px solid #ccc;
	line-height: 150%;
}

.mail-header a {
	font-weight: bold;
}
#mail-attachments {
	margin-bottom: 10px;
}
#mail-attachments span {
	margin-right: 20px;
}

#inboxtbl .delivered {

}

#inboxtbl .unmonitored {
	color: #999;
}

#inboxtbl .dismissed {
	color: #999;
}


/* START css for calltype  scripting page */
 .invalid {color:  red;}
	#add-contact li img {
		margin-right: 5px;
		vertical-align: -5px !important;
		line-height: 180%;
	}
	#scheduleEdit {height: 100%}
	#scheduleEdit ul {
		list-style-type: none;
	}

	#leftColS {
		display: inline-block;
		min-width:250px;
		width: 30%;
		vertical-align:top;
	}

	#rightColS {
		display: inline-block;
		vertical-align:top;
		width: 69%;
		border-left: 1px solid #ccc;
		padding: 10px 0px;
	}

	#newactions {
		margin: 0;
		padding: 0px;
		min-width:250px;
		width: 30%;
		position: fixed;
		z-index: 2;
	}

	.sortable-el {
		padding: 5px;
		background: #f5f5f5;
		margin-top: 5px;
	}

	#newactions li {
		padding: 10px 10px;
		margin-bottom: 2px;
	}

	#scheduleEdit .userprompts {
		margin: 0px;
		padding: 10px 10px;
	}
	#scheduleEdit .userprompts li {
		margin: 2px 2px !important;;
		padding: 0px;
		border-bottom: 1px solid #ccc;
	}

	input.input_h {
		border: 1px solid transparent;
		background-color: transparent;
		font-weight:bold;
		font-size:13px;
	}

	input.input_h:hover {
		border: 1px solid #ccc;
		background-color: #FFD455;
	}

	input.input_h:focus {
		border: 1px solid #ccc;
		background-color: white;
	}

	.modified { border-color: #A51412 !important; }
	.noprompts .add_prompt, .noprompts .userprompts {
		display: none;
	}

	#agent_script .script_section {
		position: relative;
		padding: 25px 20px;
		background: #EBEAD3;
		border-radius: 2px;
		min-height: 80px;
		margin-bottom: 10px;
	}

	#agent_script .script_section li {
		list-style: none;
	}

	#scheduleEdit .actionlabel {
		float: right;
		top: 0px;
		right:30px;
		min-width: 80px;
		height: 18px;
		background: #eee;
		border-bottom-left-radius: 2px;
		border-bottom-right-radius: 2px;
		padding: 2px 2px;
		text-align:center;
	}

	#scheduleEdit input.action_label {
		border: 0px;
		background: transparent;
		min-width: 150px;
		text-align:right;
		padding:2px 5px;
	}

	#scheduleEdit .section_title {
		position: absolute;
		top: 0px;
		left:30px;
		min-width: 80px;
		height: 15px;
		background: #ADD8E6;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		padding: 2px 10px;
		text-align:center;
	}

	#scheduleEdit .section_action {
		position: absolute;
		bottom: 0px;
		right:0px;
		min-width: 80px;
		height: 15px;
		background: #bbb;
		padding: 2px 10px;
		text-align:center;
	}

	#helperedit-dialog {
		padding: 0px !important;
	}

	#helperform .jqte {
		border: 0px solid #ccc !important;
		margin: 0px !important;
		box-shadow: 0px 0px 0px #ccc;
	}

	.actbutton {
		width: 30%;
		border:1px solid #aaa;
		padding: 3px 8px;
		text-align: center;
		margin: 3px 2px;
		color: #555;
	}

	#options {
		margin-top: 10px;
	}

	#sectionEditor, #promptEditor, #actionEditor {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	/*#promptEditor {max-height: 380px; overflow: auto;}*/

	.empty_action {
		border: 1px solid #1E48B4;
		height: 50px;
		background-color: #fdfdfd;
	}

	#leftColS .input {
		margin-bottom: 10px;
	}

	#scheduleEdit .prompt_ddown {
		margin-bottom: 4px;
	}

	#scheduleEdit .cond_action {
		margin: 4px 0px;
	}

	#dblookupform input, #dblookupform select {
		padding: 5px !important;
		font-weight: normal;
		margin: 8px;
	}
	#scheduleEdit .cond_row {
		padding: 4px 0px;
		border-bottom: 1px dotted #ddd;
	}

	#scheduleEdit .prompt .fa {
		color: #406FB8;
		margin-left: 10px;
		display: inline-block;
		min-width: 20px;
	}

	#dblookupform .update_format {
		vertical-align: top;
		resize: none;
		display: inline
	}

	#arrow-right {
		z-index:100;
		width: 0;
		height: 0;
		position:absolute;
		top: 80px;
		left: 200px;
		display: none;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 20px solid #aaa;
	}

	#alertdiv {
		color: red;
		font-style: italic;
	}

	.infofaded {
		color: #aaa;
	}

	.infofaded a.deleteinfopage {
		display: none;
	}

	.repeatcall, .oldercall {
		border: 1px solid #ccc;
		box-sizing: border-box;
		margin-bottom: 5px;

	}

	#contacts_detail input:disabled, #contacts_detail textarea:disabled {
		background: #eee;
	}
	#contacts_detail .callentry {
		padding: 2px 0px;
	}
	#contacts_detail .content {
		display: inline-block;
		width: 80%; padding: 2px 4px;
		vertical-align: top;
		border: 0px;
		box-shadow: none;

	}
	#contacts_detail .oldercall .header {
		background: #70ad47;
		width: 14px;
		display:inline-block;
		writing-mode: vertical-lr;
		text-orientation: mixed;
		padding: 2px;
		height: 40px;
	}
	#contacts_detail .repeatcall .header  {
		background: #ed7d31;
		width: 14px;
		display:inline-block;
		text-align: center;
		writing-mode: vertical-lr;
		text-orientation: mixed;
		padding: 2px;
		height: 40px;
	}

	#contacts_detail .content div{
		margin-bottom: 5px;
	}

	#contacts_detail label {
		display: inline;
	}

	#contacts_detail .date {
		font-style: italic;
	}
	#contacts_detail .calltype {
		margin-bottom: 5px;
	}

	.btn_primary {
		border: 1px solid #5292e4;
		padding: 6px 8px;
		min-width: 80px;
		border-radius: 2px;
		background: #5292e4;
		color: white !important;
	}

	.btn_default {
		border: 1px solid #eee;
		padding: 6px 8px;
		min-width: 80px;
		border-radius: 2px;
		background: #eee;
	}
.desc:after {
    content: "";
}
.input.radio, .input.checkbox {
    padding: 2px 5px !important;
    margin-bottom: 0px;
    height: fit-content;
}
.display_block {
    display: block !important;
}
.display_flex {
    display: flex !important;
    align-items: baseline;
}
.choices2 {
    margin: 10px 30px;
}
.input.radio label:first-of-type {
    margin-bottom: 0.5rem;
    width: auto;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 2px 5px;
    background-color: #e4e4e4;
    border: 1px solid #aaaaaa;
    color: #333;
    background-clip: padding-box;
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 1.3em;
    margin: 0px 2px 2px 2px;
}
.actions a {
    padding: 0rem;
}

.select2-search__field {
    line-height: 1.3em;
}
body .ui-tooltip {
    display: none !important;
}
.ui-layout-resizer {
    background: #DDD;
    border: 1px solid #BBB;
    border-width: 0;
    touch-action: none;
}
.ui-layout-toggler {
    border: 1px solid #BBB;
    background-color: #BBB;
}

#note-form .jqte {
    margin: 0px;
}

#note-form .jqte_editor {
    cursor: default;
}
.oa-container label {
    width: 100px !important;
    text-align: left !important;
}
.oa-container .input {
    margin-bottom: 0px !important;
    border-bottom: none !important;
    padding: 0px !important;
}
.oa-container input[type='time'] {
    color: #555;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 2px;
}
.oa-container .d-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.oa-container .d-flex .d-flex-grow-3 {
    flex-grow: 3;
}

.oa-container .error {
    font-weight: bold;
    display: block;
    color: #fe4f37;
    outline: none;
    padding: 5px 0px;
    width: auto !important;
}
#note-form .textarea, #note-form textarea {
    width: 100%;
    display: block !important;
    white-space: pre-wrap;
}
#note-form #note_pinned {
    display: none !important;
}
.notesdiv #no-advisements {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.notes_left {
    background: #FEF7D0 !important;
    border-color: #FDE772;
}
.notes_center {
    background: #FFDCD7 !important;
    border-color: #FE9587;
}
.notes_right {
    background: #e4e0f4 !important;
    border-color: #ada2dd;
}
#tab_phrases {
    display: none;
}
#review_phrases_btn {
    display: none;
}
#autofill {
    margin-left: -1.1em;
    margin-top: 0.5em;
}
