/* main elements */

body,div,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

body {
	background-color: #ffffff;
	text-align: center;
}

#header {
	margin-bottom: 1em;
}

#wrapper {
	width:1000px;
	min-width: 1000px;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;

	/* fix max-width incompatibility in IE6 */
	width:expression(document.body.clientWidth > 800? "800px": "auto" );
	
	overflow:hidden;
	display:block;
}

/* header and footer elements */

#main {
	overflow:hidden;
	display:box;
	margin-top:23px;
}

#menu {
	/*background: #ccc;*/
	position:relative;
	/*float:left;  	*/
	left:0px;
	width:620px;
	margin-right:15px;
	display:inline;
	padding-bottom:20px;
}

#menu ul{
	list-style: none;
	display:inline;
	margin: 0;
	padding: 0;
	background-color:#efefef;
	padding-bottom:25px;
	
}

#menu ul li{
	list-style: none;
	display:inline;
	background-image:url(../images/bg_menu.jpg);
	padding-right:2px;
	padding-bottom:25px;

}

#menu #group_title
{
font-family:arial;
font-size:13px;
color:#000;
padding:8px 8px 8px 5px ;
font-weight:bold;
margin-top:-2px;
padding-bottom:8px;
text-shadow:1px 2px 1px #aaa;
}

#menu a, #menu h2 {
	/*display: block;*/
	display:inline;
	margin: 0;
	padding: 2px 6px;
	color:#FFFFFF;
	background-image:url(../images/bg_menu.jpg);

}

#menu h2 {
	color: #333333;
	background-image:url(../images/bg_menu.jpg);
	/*text-transform: uppercase;*/
	font-weight:bold;
	font-size: 12px;
}

#menu a {
	color: #666666;
	background: #efefef;
	text-decoration: none;
	padding: 5px 12px;
	border-bottom:1px solid #fff;
}

#menu a:hover {
	color: #ff9900;
	background: #fff;
	border-bottom:1px solid #ccc;
}

#footer {
	background:#fff;
	border:none;
	margin-top:15px;
	border-top:1px solid #999999;
}

#footer .new {
	float:left;
}

#footer a:link {color: #7db223;}

.quicklinks {
	clear:both; 
	padding-bottom: 15px
}
.quicklinks span {
	float: right;
}

table.navigation {
	border: 0px;
}

label {
	width:100px;
	float:left;
	margin-left: 5px;
	margin-top: 0px;
}

input {
	height:20px;
}

input, textarea, select {
	border:1px solid #B3B3B3;
}

input.image {
	border: none;
	height: auto;
	vertical-align: middle;
}

submit {
	height:25px;
}

div {
	text-align: left;
}

div .box {
	display:block;
	margin-left:105px;
}

/* menu elements*/

a.menu, a.menu:link, a.menu:visited {display:block; width:150px; height:25px;} 
	
/* text styles */

h1,h2,h3 {
	font-family: Helvetica, sans-serif;
	color: #7db223;
}

h1 {
	font-size: 20px;
	line-height: 26px;
}

h2 {
	font-size: 18px;
	line-height: 20px;
}

h3 {
	font-size: 15px;
	line-height: 21px;
	color:#555;
}

h4 {
	font-size: 14px;
	line-height: 20px;
}

.errors {
	color: red;
	font-weight: bold;
	display: block;
	margin-left: 105px;
}

a {
	text-decoration: underline;
	font-size: 12px;
}

a img {
	border: 0 none;
	vertical-align: middle;
}

tr:nth-child(odd) {
	background-color: #FFFFFF;
}

tr:nth-child(even) {
	background-color: #EFEFEF;
}

a:link {
	color: #7db223;
}

a:hover {
	color: #456314;
}

a:active {
	color: #7db223;
}

a:visited {
	color: #7db223;
}

li {
	padding-top: 5px;
	text-align: left;
}

ul li {
	margin:0 0 0.25em 0;
	padding:0;
}
/* table elements */

table {
	background: #EEEEEE;
	margin: 2px 0 0 0;
	border: 1px solid #BBBBBB;
	border-collapse: collapse;
	width: 100%
}

table table {
	margin: -5px 0;
	border: 0px solid #e0e7d3;
	width: 100%;
}

table td,table th {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

table td form {
	text-align:center;
	vertical-align: middle;
	margin: 0px;
}

table th {
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	color: #FFF;
	background: #999;
}

table thead {
	font-weight: bold;
	font-style: italic;
	background-color: #BBBBBB;
}

table a:link {color: #303030;}

.utilbox {width: 18px;}

caption {
	caption-side: top;
	width: auto;
	text-align: left;
	font-size: 12px;
	color: #848f73;
	padding-bottom: 4px;
}

fieldset {
	background: #e0e7d3;
	padding: 8px;
	padding-bottom: 22px;
	border: none;
	width: 560px;
}

fieldset#loginCommandsFieldSet{
	width: fit-content;
	background: initial;
	padding: 10px;
	padding-bottom: 10px;
	border: lightgray;
	border-style: double;
}

fieldset#group_PAMonitor_fieldset {
	background: initial
}

fieldset label {
	width: 70px;
	float: left;
	margin-top: 1.7em;
	margin-left: 20px;
}

fieldset label#loginOnRadio #loginOffRadio {
	width: initial;
	float: initial;
	margin-top: initial;
	margin-left: initial;
}

fieldset textfield {
	margin: 3px;
	height: 20px;
	background: #e0e7d3;
}

fieldset textarea {
	margin: 3px;
	height: 165px;
	background: #e0e7d3;
}

fieldset input {
	margin: 3px;
	height: 20px;
	background: #e0e7d3;
}

fieldset table {
	width: 100%;
}

fieldset th {
	padding-left: 25px;
}

.table-buttons {
	background-color:#fff;
	border:none;
}

.table-buttons td {
	border:none;
}

.submit input {
	border: 1px solid #BBBBBB;
	color:#777777;
	padding:2px 7px;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	height:24px;
}

.updated {
	background:#ecf1e5;
	font-size:11px;
	margin-left:2px;
	border:4px solid #ecf1e5;
}

.updated td {
	padding:2px 8px;
	font-size:11px;
	color:#888888;
}

.dijitArrowButton {
	height: 20px;
}

.dijitTextArea{
	min-height:5.5em !important;
	max-height:22em !important;
	overflow-y: auto !important;
	max-width: 175px;
}

.RichTextEditable{
	min-height:18em !important;
	max-height:18em !important;
}

.flag {
	height: 11px;
	width: 16px;
}

/* custom elements of CallCenter */


.row
{
margin-left:-10px;
width:980px;
height:100px;
background-color:#fff;
border-top:1px dotted #efefef;
border-bottom:1px solid #cccccc;
}


.main_title
{
font-family:arial;
font-size:20px;
color:#333333;
text-shadow:1px 1px 1px #ccc;
padding-bottom:10px;
}

.title
{
font-family:arial;
font-size:13px;
text-align:center;
text-shadow:1px 1px 1px #ccc;
padding-bottom:10px;
}


.box_info
{
float:left;
width:196px;
height:78px;
background-color:#ffffff;
padding-top:10px;
margin-top:2px;
}


.box_info_small
{
float:left;
width:196px;
height:78px;
background-color:#ffffff;
padding-top:10px;
margin-top:2px;
}


.values
{
font-family:arial;
font-size:25px;
text-align:center;
text-shadow:1px 1px 1px #ccc;
}


/*
#activeCallsLabel, #paCallsLabel, #queueActualLabel, #queueSizeLabel, #handlerInQueueTimeLabel, #abandonedCallsLabel, 
#monitoring_calls_activeCalls,#monitoring_calls_paCalls, #monitoring_calls_queueActual,#monitoring_calls_queueSize,#monitoring_calls_handlerInQueueTime,#monitoring_calls_abandonedCalls
 {
    float: left;
    margin-left: 5px;
    margin-top: 0;
    width: 230px;
    text-align: center;
}

#pasLoggedLabel, #pasInCallLabel, #pasInPauseLabel, #pasFreeLabel,
#monitoring_pas_logged, #monitoring_pas_incall, #monitoring_pas_inpause, #monitoring_pas_free
 {
    float: left;
    margin-left: 5px;
    margin-top: 0;
    width: 180px;
    text-align: center;
}

#activeCallsLabel, #paCallsLabel, #queueActualLabel, #queueSizeLabel, #handlerInQueueTimeLabel, #pasLoggedLabel, #pasInCallLabel, #pasInPauseLabel, #pasFreeLabel, #abandonedCallsLabel
{
	font-size: 25pt;
}

#monitoring_calls_title, #monitoring_pas_title
{
	font-size: 15pt;
}
*/


#monitoring_pas_legend_level0, #monitoring_pas_legend_level1, #monitoring_pas_legend_level2, #monitoring_pas_legend_level3, #monitoring_pas_legend_level4,
#level0Label, #level1Label, #level2Label, #level3Label, #level4Label, #monitoring_pas_legend_establishedColor, 
#monitoring_pas_legend_pauseColor, #monitoring_pas_legend_availableColor, #monitoring_pas_legend_unavailableColor,
#monitoring_pas_legend_activeCallColor, #monitoring_pas_legend_ringingColor
{
float: left;
margin-left: 5px;
margin-top: 0;
text-align: center;
width: 75px;
border-color: black;
border-style: solid;
border-width: 1px;
}

#ringingColorLabel, #establishedColorLabel, #availableColorLabel, #activeCallColorLabel, #pauseColorLabel, #unavailableColorLabel, #inWrapUpColorLabel, #availableRejectingCallsLabel
{
margin-left: 10px;
margin-top: -2px;
text-align: center;
width: 20px;
border: 1px solid black
/* border-color: black;
border-style: solid;
border-width: 1px; */
}

/*
#level0Label, #level1Label, #level2Label, #level3Label, #level4Label, #establishedColorLabel, #pauseColorLabel, #availableColorLabel, #unavailableColorLabel
{
height: 20px;
}
*/

#level0Label
{
background-color: WHITE;
color: WHITE; 
}

#level1Label
{
background-color: GREEN;
color: GREEN;
}

#level2Label	
{
background-color: DARKKHAKI;
color: DARKKHAKI;
}

#level3Label
{
background-color: DARKORANGE;
color: DARKORANGE;
}

#level4Label
{
background-color: RED;
color: RED;
}
	
#establishedColorLabel
{
background-color: BLUE;
color: BLUE;
}

#pauseColorLabel
{
background-color: ORANGERED;
color: ORANGERED;
}

#availableColorLabel
{
background-color: LAWNGREEN;
color: LAWNGREEN;
}

#unavailableColorLabel
{
background-color: BROWN;
color: BROWN;
}

#activeCallColorLabel
{
background-color: LIGHTBLUE;
color: LIGHTBLUE;
}

#ringingColorLabel
{
background-color: YELLOW;
color: YELLOW;
}

#inWrapUpColorLabel
{
background-color: #B19CD9;
color: #B19CD9;
}

#availableRejectingCallsLabel
{
background-color: HOTPINK;
color: HOTPINK;
}

#monitoring_level_colors, #monitoring_level_labels
{
width: 450px;
}

#monitoring_attendant_colors, #monitoring_attendant_labels
{
width: 500px;
}

#monitoring_legends_attendant_div
{
position: absolute;
width: 500px;
display: inline-flex;
}

#monitoring_legends_calls_div
{
float: right;
width: 470px;
margin-top: -50px;
}
	
#monitoring_legends_div, #PAMonitor_legends_div
{
height: 100px;  
width: 1000px;
}

.moreDetailsReportLabel{
	
}

.moreDetailsReportValue{
	font-weight: bold;
}

.moreDetailsTable tr td{
	cursor: pointer;
}

.moreDetailsTable tr:hover{
	font-weight: bold;
	background: #FFFFcc;
}

#reportgrouptablediv{
	width: 99%;	
}

#buildPasMonitoringButtonDiv{
	width: 200px;
}

#refreshTimeHorizontalSliderDiv{
	width: 350px;
}

#refreshTimeHorizontalSlider{
	width: 200px;
	float: right;
}

.rotate div {	
	width: 1.2em;
    white-space: nowrap;    
    display: block;
    /*Firefox*/
    -moz-transform: rotate(-90deg);
    /*Safari*/
    -webkit-transform: rotate(-90deg);
    /*Opera*/
    -o-transform: rotate(-90deg);
    /*IE*/
    writing-mode: tb-rl;
    filter: flipv fliph;    
    position: relative;
	top: 43px;
}

.rotate {

}

.reportDiv{
	width: 100%;
	height: 100%;
}

.reportDiv fieldset{
	width: 100%;
	background: white;
}

.chartsContent{
	background: white;
}

.chartsContent fieldset {
	width: 29%;
	background: white;
	float: left;
	border: solid 1px;
	height: 260px;
}

.chartsContent fieldset .checkbox{
	margin: 0px;
	height: 10px;
	border: 0px;
	background-color: white; 
	
}

.chartsContent fieldset p{
	margin: 0px;
	padding: 0px;
}

#pas_report_fieldset, #group_monitoring_fieldset{
	background: white;
	border: 1px solid;
	width: 97.5%;
}

#groups_monitoring_div {
	display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

#groups_monitoring_div > div {
	width: 19%;
}

select{
	height: 25px;
	color: #666;
	min-width: 150px;
}

.loadingDiv{
	background: url(../images/loader.gif) no-repeat;
	height: 20px;
	width: 160px;
}

#dateTimeString
{
	width: 100%;
    margin: 10px auto;
    text-align: center;
}


.checkbox__switch, .checkbox__switch:after {
  display: block;
  height: 1em;
  border: 2px solid #8E8E93;
  border-radius: 1em;
}

.checkbox__input {
  display: none;
}

.checkbox__input:checked + .checkbox__switch:after {
  left: 1em;
}

.checkbox__input:checked + .checkbox__switch:before {
  left: 0;
}

.checkbox__input:checked + .checkbox__switch {
  border-color: #4cd964;
  background-color: #4cd964;
}

.checkbox__switch {
  -webkit-transition: 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition: 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  position: relative;
  margin: 15px;
  width: 2em;
  background-color: rgba(142, 142, 147, 0.07);
}

.checkbox__switch:after {
  content: "";
  -webkit-transition: 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition: 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  content: "";
  width: 1em;
  background-color: white;
  border: none;
  position: absolute;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4), 0 0 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4), 0 0 2px rgba(0, 0, 0, 0.4);
  top: 0px;
  left: 0px;
}

.tabStripButton {
	display: -webkit-inline-flex;
}

.tooltip {
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: auto;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 10px 0;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.dijitDialogTitleBar {
	position: fixed !important;
	width: inherit !important;
	box-sizing: border-box;
}

.dijitDialogPaneContent {
	margin-top: 20px !important;
}


#groupReportTable>thead {
	position: sticky !important;
	top: 22px !important;
}

.tundra .dijitDialogCloseIcon {
	right: 20px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  /* padding-top: 100px; Location of the box */
  padding-top: 1%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  /* padding: 20px; */
  border: 1px solid #888;
  width: 95%;
  height: 94%;
}

.modal-content iframe {
  height: 100%;
  width: 100%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#banner {
	background: url("/CallCenterWeb/resources/images/banner-callcenter.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 7%;
}