@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');

body {
    margin: 2px;
    padding: 2px;
}

P {
    margin-top: 0.5em;
    margin-bottom: 0em;
}

.updateLabel {
    width: 35em;
    margin-top: 0em;
}

.reportDay {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.contentDiv {
    margin-top: 1em;
    margin-bottom: 0.2em;
}

.reportTable {
    border-width: 2px;
    border-collapse: collapse;
}
.reportTable TD {
    padding: 0.2em 0.3em;
}

.snapshotTable {
    border-width: 0px;
    border-collapse: collapse;
}
.snapshotTable TD {
    padding: 1px 0.2em;
}

.grey {
    background-color: #cccccc;	
}

.SLA_within {
    background-color: #66FF66;
}

.SLA_approaching {
    background-color: yellow;
}

.SLA_outside {
    background-color: #ff8888;
}

.keyCustomer {
    background-color: #66ff66;
}

.customerDetailCell {
   padding-right: 8px;
   white-space: nowrap;
}

.playRecording {
   height: 20px;
   vertical-align: middle;
}

.title {
   text-decoration: none;
   color: black;
   font-size: 13pt;
   font-family: tahoma,Verdana;
   font-weight: bold;
}

.submit {
  border: 1px solid;
  border-color: #F8f2FF #432b4f   #432b4f  #F8f2FF;
  color:  #432b4f;
  background-color: #F3EBF8;
  padding: 0px 3px;
}
.submitText {
  border-color: #039;
  padding: 0px;
}
.submit:hover {
  border-color: #fca #930 #930 #fca;
  color: #930;
  background-color: #fff8df;
}
A.submit {
  text-decoration: none;
  padding: 2px 8px;
}
A.submit:active {
  color: blue;	
}

TABLE.login {
    border-width: 2px;
    border-collapse: collapse;
    border-style: solid;
    border-color: #888;
}
#LoginName,#LoginPasswd,#LoginSecurityCode {
  background-color: #f0f0f0;
  border: 1px solid;
  border-color: #777;
  color: black;
  padding: 2px 2px;
}
#LoginButton {
  padding: 0px 1.1em;
}

.toolbar {
    font-family: tahoma,Verdana;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    cursor: default;
    background-color: #f3ebf8;
}

.toolbar FORM {
    display: inline;
}
.toolbar TD {
    white-space: nowrap;
}

.toolbarFiller {
   height: 30px;
   width: 100%;
}

TABLE.outerToolbar {
    width: 100%;
    border-collapse: collapse;
}

.availabilityBar {
    font-family: tahoma,Verdana;
    font-size: 9pt;
    white-space: nowrap;
}


TABLE.availabilityBar {
    margin-right: 0.7em;
}

.availabilityBar BUTTON {
   font-family: tahoma,Verdana;
   font-size: 9pt;
   font-weight: bold;
   color: white;
   cursor: pointer;
   padding: 0em 0.5em;
}

.available {
   border: 1px solid;
   background-color: #66dd66;
   border-color: #aaffaa #008800 #008800 #aaffaa;
}
.available:hover {
   background-color: #00ff00;
}
#availabilityCell {
   width: 100%;
}

#Clock {
   font-family: tahoma,Verdana;
   font-size: 9pt;
   white-space: nowrap;
}

.unavailable {
   border: 1px solid;
   background-color: #ff6666;
   border-color: #ffaaaa #880000 #880000 #ffaaaa;
}
.unavailable:hover {
   background-color: #ff0000;
}

.QueueSummary {
    font-family: tahoma,Verdana;
    font-size: 9pt;
    vertical-align: middle;
    white-space: nowrap;
}
.QueueSummary .QueueName {
    font-weight: bold;
}

.UserCall {
    font-family: tahoma,Verdana;
    font-size: 9pt;
    white-space: nowrap;    
    border-collapse: collapse;
}
.UserCall TD {
    padding: 0.2em 0.4em;
    white-space: nowrap;
}

.AllCalls {
    font-family: tahoma,Verdana;
    font-size: 9pt;
    white-space: nowrap;    
    border-collapse: collapse;
    margin-right: 1em;
}
.AllCalls TD {
    padding: 0.3em 0.4em;
}

.Agents {
    font-family: tahoma,Verdana;
    font-size: 9pt;
    white-space: nowrap;    
    border-collapse: collapse;
    margin-right: 1em;
}
.Agents TD {
    padding: 0.3em 0.4em;
}

.table-classic tbody tr:nth-child(odd){
    background-color: #cccccc;
}

.newcustomerPlan {
   background-color: #66ff66;
}
.nonePlan {
   background-color: #ff8888;
}
.expiredPlan {
   background-color: #ff8888;
}
.standardPlan {
   background-color: #ffff66;
}
.basicPlan {
   background-color: #ffcc66;
}
.enterprisePlan {
   background-color: #66ff66;
}
.optedoutPlan {
   background-color: #ff8888;
}

.billingFreq {
   background-color: #0ff;
}

.idleAgent {
   background-color: #66ff66;
}
.busyAgent {
   background-color: #ffff66;
}
.unavailableAgent {
   background-color: #b0b0b0;
}
.onbreakAgent {
   background-color: #ff8888;
}
.punchedinAgent {
   background-color: #ffbd66;
}
.punchedoutAgent {
   background-color: #b0b0b0;
}

.wrapupAgent {
    background-color: #99B0FF;
}

.logo {
    background-color: white;
    padding-right: 0.5em;
}

TD.logo {
    width: 1%;
}

.error {
    background-color: #ff8888;
}

.good {
	background-color: #66ff66;
}

.latePayment {
    background-color: #ff8888;
}
.slowPayment {
   background-color: #ffcc66;
}

.autoPayment {
    background-color: #66ff66;
}

.errorFg {
    color: #e00000;
}

.warning {
   background-color: #ffaa55;
}

.callDuration {
    background-color: #ff6666;
    padding: 0.2em 0.3em;
    font-weight: bold;
    color: white;
}
.queueWait {
    background-color: #ff6666;
    padding: 0.2em 0.3em;
    font-weight: bold;
    color: white;
}

.tab {
    padding: 3px 0px;
    margin-left: 0px;
    margin-top: 0.5em;
    font: bold 12px Verdana;
    border-bottom: 1px solid gray;
    list-style-type: none;
    text-align: left;
    line-height: 1.4em; 
}

.tab li {
    display: inline;
    margin: 0px;
    cursor: pointer;
}

.tabLabel {
    text-decoration: none;
    padding: 3px 7px;
    margin-right: 3px;
    border: 1px solid gray;
    border-bottom: none;
    background-color: #f6ffd5;
    color: #2d2b2b;
    white-space: nowrap; 
}

.tabLabelTask {
    background-color: #e1e2b6;
}

.tabLabelHardware {
    background-color: #b1d9d8;
}

.tabLabelClosedProject {
    background-color: #e1e2b6;
    font-style: italic;
}

.tabLabelAssociation {
    background-color: #ffaa55;
    font-style: italic;
}

.tab li.selected span.tabLabel { /*selected tab effect*/
    position: relative;  
    top: 2px; 
    padding-top: 5px; 
    background-color: #DBFF6C;
    color: black;
}

.small {
    font-size: 9pt;
}

.small.sans {
    font-family: Arial, Helvetica, sans-serif;
}

.sans-big {
    font-size: 16pt;
    font-family: Arial, Helvetica, sans-serif;
}
a.notice {
    color: black;
    background-color: #ff8888;
}
IMG { margin: 0px; border: 0px}

.pageAction {
    font-size: 12px; 
    text-decoration: none;
    color: #000; 
    padding: 1px;
    margin-top: 0.5em;
    margin-bottom: 2px;    
    line-height: 2em;
}

.pageAction li{
    display: inline;
    margin-top: 1px;
    margin-bottom: 1px;
}

.pageAction li a, .pageButton a, .pageButton button {
    font: bold 12px Arial;    
    margin-right: 1em;
    margin-bottom: 3px;
    font-size: 12px; 
    text-decoration: none;
    padding: 2px 4px;
    color: black; 
    background-color: #e2e2e2;
    border-top:1px solid #DDD;
    border-left:1px solid #DDD;
    border-bottom:1px solid #999;    
    border-right:1px solid #999;
}

.pageAction li a:hover, .pageButton a:hover, .pageButton button:hover, .pageAction li a.external:hover {
    background-color: #f4f1e1;
    color: black;
    border-top:1px solid #eec;
    border-left:1px solid #eec;
    border-bottom:1px solid #997;    
    border-right:1px solid #997;
}

.pageAction li a:active, .pageButton a:active, .pageButton button:active , .pageAction li a.external:active {
    color: blue;
}

.pageAction li#customer-access a.denied {
    background-color: #ff8888;
    border-top:1px solid #DDf;
    border-left:1px solid #DDf;
    border-bottom:1px solid #88a;    
    border-right:1px solid #88a;
}

.pageAction li#customer-access a.granted {
    background-color: #66ff66;
    border-top:1px solid #DDf;
    border-left:1px solid #DDf;
    border-bottom:1px solid #88a;    
    border-right:1px solid #88a;
}

.pageAction li a.external {
    background-color: #d8d8ff;
    border-top:1px solid #DDf;
    border-left:1px solid #DDf;
    border-bottom:1px solid #88a;    
    border-right:1px solid #88a;
}

TABLE.solid {
    border-width: 1px;
    border-collapse: collapse;
    border-style: solid;
    border-color: black;
}

TABLE.solid TD {
    border-width: 1px;
    padding: 4px;
    border-style: solid;
    border-color: black;
}

.clickToCall {
   cursor: pointer;
   height: 18px;
   vertical-align: middle;
}

.customerInfo {
   cursor: pointer;
   height: 18px;
   vertical-align: middle;
}

.setCustomer {
    cursor: pointer;
    font-family: tahoma,Verdana;
    font-size: 9pt;
    padding: 0em 0.5em;
    border: 1px solid;
    background-color: #e2e2e2;
    border-top:1px solid #DDD;
    border-left:1px solid #DDD;
    border-bottom:1px solid #999;    
    border-right:1px solid #999;
}

.setCustomerDiv {
    font-family: tahoma,Verdana;
    font-size: 11pt;
}

.setCustomerSubmit {
    text-align: center;
    margin-top: 0.5em;
}
.setCustomerSubmit BUTTON {
    margin-left: 0.5em;		   
    margin-right: 0.5em;		   
}

#setCustomerSelect {
    font-size: 10pt;
    margin-top: 0.5em;
}

.snapshotActions {
    text-align: center;
}
.snapshotActions BUTTON {
    margin-left: 5px;
    margin-right: 5px;
}

.radminImage IMG {
    vertical-align: middle;
}

.ajaxDiv {
    display: none;
    min-width: 400px;
    background-color: #f3ebf8; 
    border: 2px solid #777;
    padding: 10px;
    position: absolute;
    z-index: 2;
}

.highlighted {
    background-color: rgba(255, 203, 92, 0.7);
}

.customerInfoSidePanel-supportPlanInfo {
    float: left;
}

.customerInfoSidePanel-serviceTime {
    float: right;
}

.customerInfoSidePanel-indicators {
    padding-top: 10px;
}

.customerInfoSidePanel-indicators > * {
    margin-left: 5px;
}

.customerInfoSidePanel-taskRow {
    margin-top: 1px;
    margin-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 3px;
}

.customerInfoSidePanel-taskRow:hover {
    background-color: #cccccc;
}

.customerInfoSidePanel-taskRow-id a {
    text-decoration: none;
    font-size: small;
}

.customerInfoSidePanel-eventRow-id a {
    text-decoration: none;
    font-size: small;
}

.inlineDiv {
    float: right;
    width: 400px;
    top: 75px;
    background-color: #f3ebf8; 
    border: 1px solid #777;
	padding: 10px;
}

.inlineDiv FIELDSET {
	background:none repeat scroll 0 0 white;
	margin-top:10px;
}

.inlineDiv FIELDSET  LEGEND {
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}
	.ajaxInput, ajaxError, .ajaxOutput {
		border: 2px solid #CCF;
		padding: 3px;
		padding-left: 7px;
		color: #444;
	}

	.ajaxError {
		border-style: solid;
		border-color: #FF4444;
		background-color: #FFDCDB;
	}

	.ajaxInput {
		padding-left: 15px;
		background: url('Image?name=search') left no-repeat;
		background-color:#EFE !important;
	}

 .ajaxOutput {
 	border-right: none;
 	background-color:#EEF;
 }

.ajaxClearSelect, .ajaxDropSelect, .ajaxCloseSelect {
	border: 1px solid #DDF;
	color:#444;
	text-decoration: none;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top: -3px;
}

.ajaxClearSelect {
	background-color: #DDF;
	-moz-border-radius: 0 7px 7px 0;
	margin-top: -3px;
}
.ajaxCloseSelect {
	background-color: #A44;
	-moz-border-radius: 5px 5px 5px 5px;
	color:#FFF;
	border-color:black;
	margin-top: -3px;
}
.ajaxDropSelect {
	border-color: #CCF;
	background-color: #CCF;
	margin-top: -3px;
}

.ajaxTableResult {
	border: 1px solid black;
	font: bold small "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;
	color: black;
	font-size: small !important;
	background-color: #eee;
}

.ajaxPulldown {
	border: 2px #EEF solid;
	padding: 1px;
	background-color: #eee;
}

.ajaxClick {
	cursor: pointer;
}

TR > .ajaxClick:hover {
	background-color:blue;
}

.ajaxTableResult h4 {
	padding: 0px;
	margin: 0px;
	font: bold 9px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	background-color: #eee;
}

.scheduleDay {
	background-color: rgb(221,221,225);
	border-bottom: 2px rgb(170,170,225) solid;
	padding: 1px;
	font-size: 14pt;
}

.unscheduleTasks {
	background-color: rgb(255,201,119);
	border-bottom: 2px rgb(242,146,0) solid;
	padding: 1px;
	font-size: 14pt;
}

.futureTasks {
	background-color: rgb(172,235,119);
	border-bottom: 2px rgb(94,207,0) solid;
	padding: 1px;
	font-size: 14pt;
}

.cancelButton {
	cursor: pointer;
	background-color: rgb(230,230,230);
	border: 1px solid black;
}

.rescheduleDivTitle {
	background-color: rgb(221,221,255);
	border-bottom: 2px rgb(170,170,225) solid;
}

.rescheduleDiv {
	background-color: rgb(238,238,238);
	border: 1px rgb(0,0,0) solid;
	padding: 10px;
}

.holidayDay {
	background-color: rgb(238,238,50);
	border: 3px rgb(255,255,0) solid;
}

.timeOffDay {
	background-color: rgb(255,0,0);
	border: 3px rgb(238,0,0) solid;
}

abbr[title], acronym[title] {
     border-bottom-width: 0;
}

.storeWeather {
    border-spacing  :0px;
    border-collapse :collapse;
    padding         :0px;
    text-align: right;
    white-space: nowrap;
}

.localTime {
    font-weight: bold;
    white-space: nowrap;
}

.taskCell {
    width: 750px;
    white-space: pre-wrap;
}

.prewrap {
    white-space: pre-wrap;
}

.nowrap {
    white-space: nowrap;
}

.taskReassign {
    background-color: #eed;
}

.mailAdminSuccess {
    font-style: italic;
    color: #080;
}

.success {
    font-style: italic;
    color: #080;
}

.err {
    font-style: italic;
    color: #a00;
}

.mailAdminError {
    font-style: italic;
    color: #a00;
}

.mailGroupRef {
    text-decoration: none;
    color: #20d;
}

.mailGroupSel {
    font-weight: bold;
    color: #50b;	      
}

.mailAdmin {
    font-family: sans-serif;
}

.testcase {
    white-space: pre;
    text-align: left;
}

div.rating-container {
  border: 1px solid #888888; 
  width: 100px; 
  margin: 2px 5px 2px 0; 
  padding: 1px;
  display: inline-block;
}

div.rating-container > div {
  text-align: left;
  font-size: 0.7em;
  letter-spacing: 2px;
}

div.rating-container > div > span {
	padding-left: 3px;	
}

div.rating-container > div.ok {
	background-color: #ACE97C;	
}

div.rating-container > div.critical {
	background-color: #FF4200;	
}

div.rating-container > div.warning {
	background-color: orange;	
}

div.rating-container > div.exceptional {
	background-color: #ACE97C;	
}

.form_field {
	margin: 15px 5px;
}

.form_field_error {
	color: red;
	font-weight:bold;
}

#helpdesk_dashboard {
}

#helpdesk_title {
	font-family:Helvetica;
	font-size:21px;
	font-weight:bold;
	padding:10px;
}

.form_button {
	float: left;
	margin:5px;
}

.dashboard_let {
	background:none repeat scroll 0 0 #FBFBFB;
	border:1px solid #999999;
	float:left;
	font-family:Helvetica;
	font-size:9px;
	height:200px;
	margin:10px;
	overflow:auto;
	padding:10px;
	width:400px;
}

.dashboard_let .key  {
	font-size:13px;
	font-weight:bold;
}

.dashboard_let .value  {
	font-family:Tahoma;
	font-size:15px;
}

.dashboard_let .value A {
	font-weight: bold;
}

.dashboard_let_title {
	background:#E4E4E4;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	text-decoration:underline;
	color: #444;
}

#feature-requests-container {
	float:left;
	font-family:Helvetica;
	font-size:9px;
	border:1px solid #999999;
	width: 97%;
	margin:10px;
	padding:10px;
}

#feature-requests-table {
	border-collapse: collapse;
	margin-top: 5px;
	width: 100%;
	height: 100%;
}

#feature-requests-table th {
	font-size: 14px;
	font-weight: bold;
}

#feature-requests-table td {
	font-size: 12px;
}

#timer {
	background:#F4F4F4;
	border:1px solid #C4C4C4;
	font-family:Comic Sans MS;
	font-size:33px;
	font-weight:bold;
	padding:5px;
	float: right;
}

#DepartmentOutsideSLA, #DepartmentApproachingSLA {
	font-size: 13px;
	white-space: nowrap;
}

#DepartmentOutsideSLA .queue , #DepartmentApproachingSLA .queue  {
	padding: 3px;
}

#DepartmentOutsideSLA {
	width: 100%;
}

#DepartmentOutsideSLA .queue {
	text-decoration: blink; 
}

#CallCenter {
	white-space: nowrap;
}

#UserNotifications {
    white-space: nowrap;
}

.detailHeader {
	width: 100%; 
	float: left;
}

/*
#Listener1Field, #Listener2Field {
	float:left;
	width:300px;
}
*/

.HtmlReport TD {
   vertical-align: top;
}

.HtmlReport IMG {
   vertical-align: middle;
}

.HtmlReportHeader {
   background-color: #E7E7E7; 
   border: 1px solid #D3D3D3
}

.HtmlReportOddRow {
   background-color: #FFFFFF;
}
.HtmlReportEvenRow {
   background-color: #CCCCCC;
}

#SLAIndicators {
	width: 150px;
}

.codeOfDay {
   font-size: 8pt;
}

.clearfix {
	clear: both;
}

.rounded-corners {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.attachment-group-container {
	margin: 20px 5px 5px 5px;
}

.attachment-container {
	width: 170px;
	border-style: solid;
	border-width: 1px;
	border-color: #e7e7e7;
	background-color: #f7f7f7;
	margin: 5px 5px 5px 0px;
	float: left;
	word-wrap: break-word;
}

.attachment-type {
	font-weight: bold;
}

.attachment-identifier {
	margin-left: 5px;
	margin-bottom: 5px;
}

.attachment-info {
	margin-left: 5px;
}

.attachment-date {
	margin: 5px;
	font-size: 12px;
}

.attachment {
	margin-left: 5px;
}

.attachment-details-container {
	background-color: #ffeab8;
	margin-bottom: 10px;
	padding: 5px;
}

#punchInStatus {
   white-space: nowrap;
   font: 10pt sans-serif;
   cursor: pointer;
   padding: 2px 4px;
}

.statusPunchedOut {
    background-color: #f88;
}
.statusPunchedIn {
    background-color: #8f8;
}
.statusOnBreak {
    background-color: #fc6;
}

.punchInDialog {
	width: 320px;
	border: 2px solid #637;
	background-color: white;
	border-radius: 3px;
	margin-top: -2px;
	padding: 0.5em;
}

#pwdHistoryDialog {
    min-width: 250px;
    min-height: 100px;
    border: 2px solid #637;
    background-color: white;
    border-radius: 3px;
    margin-top: -2px;
    padding: 0.5em;
    text-align: center;
}

#pwdHistoryDialog table {
    width: 100%;
    text-align: left;
}

#pwdHistoryDialog h4 {
    font-size: 1.1em;
    margin: 5px;
}

#changePwdDialog {
    width: 300px;
    min-height: 100px;
    border: 2px solid #637;
    background-color: white;
    margin-top: -2px;
    padding: 0.5em;
    text-align: center;
}

#changePwdDialog h4 {
    font-size: 1.1em;
    margin: 5px;
}

.strongAuthenticationDialog {
     position: absolute;
     left: 0px !important;
     top: 0px !important;
     width:100% !important;
     height:100% !important;
     text-align:center;
     z-index: 1000;
     background-color:rgba(0,0,0,0.5);
}

#authDialogInner {
    width: 500px;
    position: absolute;
    margin: -150px 0 0 -250px;
    left: 50%;
    top: 50%;
    background-color: #fff;
    border:1px solid #000;
    padding:15px;
    text-align:center;
}

#authDialogInner div {
	border: none;
}

#authDialogInner .dialogInnerLeft {
    display: inline-block;
    width: 100px;
}

#authDialogInner .dialogInnerRight {
	display: inline-block;
	width: 337px;
}

#authDialogInner .dialogInnerRight p {
    float: left;
    margin-left: 5px;
}

#authDialogInner div p {
	float: right;
	line-height: 0.8em;
}

#authDialogInner div input {
    width: 325px;
    margin-left: 5px
}

#authDialogInner .dialogRow {
	width: 500px;
}

#authDialogInner .buttonRow {
	margin-top: 5px;
}

#authDialogInner .buttonRow input{
    width: 100px;
    padding: 5px;
}

.strongAuthenticationDialog .submit {
    font-weight: bold;
}

.netDownErrorCell {
    background-color: rgba(255, 202, 202, 0.8)
}

.errorMsg {
	color: red;
}

.warningMsg {
    color: #e47d00;
}

.strongAuthenticationDialog .errorMsg {
    color: red;
    font-weigth: bold;
}

#punchInError {
  margin-left: .5em;
  height: 1em;
}
.punchInDialog .submit {
  font-weight: bold;
}

.progressReport-worked {
    font-weight: normal;
}

.progressReport-allocated {
    font-weight: normal;
    color: green;
}

.progressReport-unallocated {
    font-weight: normal;
    color: red;
}

.progressReport-break {
    font-weight: normal;
    color: darkorange;
}

.progressReport-warning {
    border: 2px solid #ffb153;
    background-color: #fff585;
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
    font-family: Tahoma,sans serif;
}

.EmployeeStatus .userName {
  font-weight: bold;
}

.EmployeeStatus TD {
  padding: 0 2px 0 2px;
}

.EmployeeStatus .breakTime {
  color: blue;
  cursor: default;
}

.EmployeeStatus .statusCell SPAN {
  padding: 0 0 0 3px;
  width: 100%;
  display: block;
  cursor: pointer;
}

.recordCall {
  cursor: pointer;	       
}

.recordingNotice {
  width: 280px;
  height: 100px;
  border: 2px solid #637;
  background-color: white;
  border-radius: 3px;
  margin-top: -6px;
  padding: 0.5em;
}

.xferQueue {
  width: 200px;
  height: 180px;
  border: 2px solid #637;
  background-color: white;
  border-radius: 3px;
  margin-top: -6px;
  padding: 0.5em;
}

.codeSubmitted {
    background-color: #ffaaff;
}
/*
Header in the main page when viewing a customer in pending/install mode
*/

#customerWorkflowHeader {
    	border: 1px solid #000002;
	border-radius: 5px;
	padding: 1px 2px 1px 2px;
	background-color: #f3f3f3;
        opacity: 0.85;
        margin-top:5px;
}

#customerWorkflowHeader table {
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
}

#customerWorkflowHeader th{ 
    text-align: center;
    padding-right: 10px;
    border-bottom: 1px dotted grey;
}

.wall-table, .wall-table TD, .wall-table TH {
	font-size: 14px;
}

.wall-day-field {
	font-size: 16px;
}

.wall-hour-field {
	font-size: 13px;
}

.wall-odd-row {
	background-color: #efefef;
}

.passwordColumn img {
    margin-left: 3px;
    vertical-align: baseline;
    width: 16px;
    height: 16px;
}

.passwordColumn img:hover {
    outline: black solid 1px;
}

.passwordColumn .passwordValue {
    margin-right: 2px;
}

.passwordFont {
    font-family: 'Source Code Pro', monospace;
}

#task-notes-table {
	border-spacing: 0px;
	border: #908474 1px solid;
	background-color: #EBEBE6;
	width: 918px;
}

#task-notes-table .odd {
	background-color: white;
}

#task-notes-table td {
	text-align: center;
	padding: 0 5px 0;
}

#task-notes-table #header-row {
	background-color: #D4CCBF;
	height: 35px;
	text-align: center;
}

#task-notes-table .header-cell {
	border-bottom: #908474 1px solid;
	padding-right: 5px;
}

#frozenReleaseWarningContainer {
	color: #FF0000;
	background-color: #FEEFB3;
	border: 2px solid;
	padding:15px 10px 15px 15px;
	text-align: center;
	width: 60%;
}

@keyframes redflash {
    0% { background: red }
    40% { background: red }	   
    41% { background: white }	   
    100% { background: white }	   
}
@-webkit-keyframes redflash {
    0% { background: red }
    40% { background: red }	   
    41% { background: white }	   
    100% { background: white }	   
}

.unackedCall {
    animation: redflash 2s infinite;
    -webkit-animation: redflash 2s infinite;
}

.balloon-tool-tip {
	max-width: 50%;
}

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

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

.dbobject-table-container {
	margin-bottom: 30px;
}

.dbobject-table-header {
	font-size: 18px;
	font-family: Sans-Serif;
	font-weight: bold;
	color: #00246B;
	border-bottom: 2px solid #00246B;
}

.dbobject-table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	font-family: Sans-Serif;
	font-size: 14px;
	color: #039;
	margin: 10px 0px;
}

.dbobject-table th {
	border-bottom: 2px solid #6678b1;
}

.dbobject-table th, .dbobject-table td {
	padding: 2px 5px;
}

.dbobject-table .odd-row {
	background-color: #E6EBF0;
}

.dbobject-table .ownBugPartialHours {
    background: rgb(64, 84, 123);
    color: #fff;
}

#legacy-table-style .dbobject-table {
	color: black;
}

#legacy-table-style .dbobject-table .odd-row {
	background-color: white;
}

#legacy-table-style .dbobject-table .even-row {
	background-color: #cccccc;
}

#legacy-table-style .dbobject-table th {
	border: none;	
}

.service-time-tab-table .dbobject-table {
	display: block; 
}

.service-time-tab-table .dbobject-table th, .dbobject-table td {
	padding: 1px 5px;
}

#tabs-min .progressbar {
	height: 10px !important;
	width: 80px;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}

#qa-dashboard-title {
	font-size: 24px;
	font-family: Sans-Serif;
	font-weight: bold;
	margin-left: 15px;
	color: #00246B;
}

#tabs-min {
    background: transparent; 
    border: none; 
} 
#tabs-min #tabs-list {
    background: transparent; 
    border: none; 
    border-bottom: 1px solid #c0c0c0; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 
#tabs-min .ui-tabs-nav .ui-state-default {
    background: transparent; 
    border: none; 
} 
#tabs-min .ui-tabs-nav .ui-state-active { 
    background: transparent url('/Image?name=uiTabsArrow') no-repeat bottom center; 
    border: none; 
} 
#tabs-min .ui-tabs-nav .ui-state-default a {
    color: #c0c0c0; 
} 
#tabs-min .ui-tabs-nav .ui-state-active a {
    color: #00246B; 
}

#tabs-min .ui-progressbar-value {
	background: #cccccc url('/Image?name=progress-bar-bg') 50% 50% repeat-x !important;
}


.taskProgressBar {
    min-width: 100px;
    max-width: 100%;
    height: 50px;
    background-color: #efefef;
    border: 1px solid #ccc;
    border-radius: 10px;
    position: relative;
}

.mini {
    height: 10px;
}

.taskProgressBar .in-estimation {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #0a0;
    border-radius: 10px 0 0 10px;
    padding: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.3em
}

.taskProgressBar .overtime {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: red;
    border-radius: 0 10px 10px 0;
    padding: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.3em
}

.ui-tabs-anchor {
	outline: 0;
}

.late-due-date {
	color: #FF7575 !important;
}

/* START Release Notes*/
.release-box {
	margin: 10px auto;
	color: #5e5e5e;
	background: #eeeeee;
	display: inline-block;
	min-width: 750px;
	width: 100%;
}
.release-info {
	width:150px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
.release-content {
	width: 75%;
	min-width: 260px;
	margin: 6px 0px;
	padding-left: 15px;
	float: left;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
}

.release-content-column {
	float: left;
	width: 45%;
	margin-top: 20px;
	margin-right: 10px;
}

.bug-release {
	color: #000;
	background: #fff;
	padding: 2px;
	font-weight: bold;
}

.bug-screenshot {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
	margin: 10px;
	border: #bcbcbc solid 1px;
}

.bug-image {
	float: left;
	margin: 5px;
}

.release-date {
	margin-top: 10px;
}

.bug-title {
	font-size: 14px;
	font-weight: bold;
}

.content-container {
	margin-bottom: 10px;
}

.bug-rate-stars {
	margin-top: 10px;
}

.single-content-container {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 6px;
	padding-left: 15px;
	float: left;
}

.single-content {
	width: 90%;
	margin-top: 10px;
}

.release-hidden-none {
	display: none
}

.release-hidden-visible {
	visibility: hidden
}

.marketing-screens {
	min-width: 380px
}

/* END Release Notes*/

.emphasized-row {
	font-style : italic;
}

#buttonset {
	float: right;
}

#buttonset .ui-widget {
	font-size: 14px;
}

.sensitive-data-warning {
	border: 3px solid #ff9e30;
	background-color: #fff568;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	font-family: Tahoma,sans serif;
}

#ui-datepicker-div {
	font-size: 14px;
}

#am-indicator-container{
	font-family: Tahoma,sans serif;
	text-align: center;
}

#last-rating-info {
	font-size: 13px;
	font-weight: bold;
}

.am-tooltip-title {
	font-weight: bold;
	background: rgb(220, 220, 255);
}

.display-rating-star {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(/Image?name=rating-star.gif);
	background-repeat: no-repeat;
}

.display-yellow-star {
	background-position: 0px -32px;
}

.display-grey-star {
	background-position: 0px 0px;
}

.avg-rating {
	color: #00246B;
}

.rating-num {
	background-color: rgb(229, 237, 255);
}

.default-btn {
	font-size: 12px !important;
	margin: 0px;
	padding: 0px 6px;
}

#am-report-table-container .dbobject-table th, #am-report-table-container .dbobject-table td {
	padding: 5px 5px;
}

.error-cell {
	background-color: #ff8888;
}

.user-notification-container {
    border-radius: 4px;
    font-family: Tahoma,sans serif;
    display: inline-block;
    padding: 10px;
    margin: 5px 5px;
    min-width: 500px;
    font-size: 12px;
    font-weight: bold;
}

.user-notification-info {
    background-color: #ececec;
}

.user-notification-warning {
    background-color: #f6ffd5;
}

.user-notification-projectBugsRemainingTime {
    text-align: left;
}

.user-notification-projectBugsRemainingTime table {
    border-collapse: separate;
    border-spacing: 1px 4px;
}

.customer-header-info-container {
	background-color:#fff568;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	font-family:Tahoma,sans serif;
	padding:10px;
	margin:5px 5px;
}

.customer-header-support-team-container {
	background-color:#fff568;
	font-size:12px;
	font-weight:bold;
	font-family:Tahoma,sans serif;
	padding:10px;
	margin:5px 5px;
	float: right;
}

.customer-alert-note {
	border:5px solid #ff0000;
}

.scheduled-upgrade-info {
    border:5px solid darkblue;
}

.installation-workflow-info {
	border:5px solid #ff9e30;
}

.dashboard-group-title {
	border:5px solid #dddddd;
	background-color:#fff568;
	font-size:12px;
	text-align:center;
	width:80%;
	font-weight:bold;
	padding:10px;
	margin:10px 5px;
	font-family:Tahoma,sans serif;
}

.am-tooltip-customer-rating {
	padding: 0px 10px;
}

.jqueryBtn {
	font-size: 12px !important;
	min-width: 100px;
}

.clickToCallDialog {
   width: 32em;
   height: 50em;
   font-family:Tahoma,sans serif;
   font-size: 1em;
   border: 0.15em solid #637;
   background-color: white;
   border-radius: 0.15em;
   margin-top: -0.15em;
   margin-left: 20em;
   padding: 0.3em;
}

.clickToCallDialog img {
    width: 3em;
    height: 3em;
}

.clickToCallDialog input {
    font-size: 1em;
    margin-left: 5px;
    height: 50%;
}

#clickToCallInputMain {
    display: flex;
}

#clickToCallInput {
    background-image: url(/Image?name=search-glass.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 95%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

.clickToCallTableDiv {
    height: 91%;
    overflow: auto;
}

#clickToCallTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
}

#clickToCallTable th, #clickToCallTable td {
    text-align: left;
    padding: 12px;
}

#clickToCallTable tr {
    border-bottom: 1px solid #ddd;
}

#clickToCallTable tr.clickToCallHeader, #clickToCallTable tr:hover {
    background-color: #f1f1f1;
}

.ChooseQueueDialog {
   width: 16em;
   height: 8em;
   font-family: tahoma,Verdana;
   font-size: 1em;
   border: 0.15em solid #637;
   background-color: white;
   border-radius: 0.15em;
   margin-top: -0.05em;
   padding: 0.3em;
}
.ChooseQueueDialog .submit {
   margin: 0.2em 1em;
   padding: 0.1em 0.5em;
}

.queueConfigHelp {
    width: 30em;
}

.foodtec-dialog .ui-widget {
	font-size: 14px;
}

.report-param-value {
	float: left;
	margin: 4px 4px;
}

.report-param-label {
	font-size: 14px;
	text-align: right;
	float: left;
	margin: 6px 0px;
}

.report-param-submit {
	margin: 5px;
}

#enquirer-status-container {
	margin-left: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #6678b1;
	background-color: #E6EBF0;
	color: #00246B;
	font-size: 14px;
	display: inline-block;
	padding: 5px;
}

.enquirer-status-info-label {
	float: left;
	width: 100px;
	margin: 2px 0px;
}

.enquirer-status-info-value {
	float: left;
	font-weight: bold;
	margin: 2px 0px;
}

.time-slots-container {
	margin: 10px 0px;
}

.time-slot-field {
	display: inline-block;
	vertical-align: top;
}

.time-slot-field-row {
	float: left;
	padding-top: 1px;
}

.time-slot-row-entry {
	float: left;
	margin: 0px 5px;
}

.time-slot-time-value {
	width: 60px;
	padding: 3px;
}

.time-slot-minutes-value {
	width: 60px;
	padding: 3px;
	color: black;
	font-size: xx-small;
}

.line-separator {
	height:1px;
	border-bottom:1px solid #EFEFEF;
}

.even-time-slot {
	background: #F9F9F9;
}



.appointment-approaching {
	color: red;
}

.onbreak-bg {
	background-color: rgb(255, 238, 205);
}

#task-time-panel div {
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.active-task-action-icon {
    margin-left: 10px;
    color: black;
}

.active-task-action-icon:hover {
    color: darkorange;
}

.two-columns-container .left {
    float: left;
}

.two-columns-container .right {
    float: right;
}

.blinker {
    -webkit-animation: blink 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;
    -moz-animation: blink 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;
    -ms-animation: blink 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;
    -o-animation: blink 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;
    animation: blink 1s cubic-bezier(.5, 0, 1, 1) infinite alternate; /* this comes last */
}

@-webkit-keyframes blink { from { opacity: 1; } to { opacity: 0; } }
@-moz-keyframes blink { from { opacity: 1; } to { opacity: 0; } }
@-ms-keyframes blink { from { opacity: 1; } to { opacity: 0; } }
@-o-keyframes blink { from { opacity: 1; } to { opacity: 0; } }
@keyframes blink { from { opacity: 1; } to { opacity: 0; } }

.normal-task-time-bar {
    border: thin solid grey;
    background-color: #f3ebf8;
}

.pending-task-time-bar {
    border: thin solid grey;
    background-color: lightsalmon;
}

.break-task-time-bar {
    border: thin solid grey;
    background-color: #fc6;
}

.phone-task-time-bar {
    border: thin solid grey;
    background-color: lightgoldenrodyellow;
}

.error-task-time-bar {
    border: thin solid grey;
    background-color: #ff8888;
}

.active-task-bar-information {
    background-color: orange;
    color: #f3ebf8;
    border: thin solid grey;
    border-top: none;
    text-align: center;
    padding: 5px;
}

table .time-span-details td {
    border: none;
}

.punchout-bg {
	background-color: rgb(255, 192, 192);
}

.time-span-details-wrapper {
    display:none;
    background-color: #f3ebf8;
}

#BillingTimeHours, #BillingTimeMinutes, #BillingTimeSeconds, #Hours, #Minutes, #Seconds {
    width: 150px;
}

.over-time {
    color: red;
}

.active-task-time-cell {
    font-weight: bold;
    font-size: 22px;
}

.inbound-call {
    color: blue;
}

.outbound-call {
    color: green;
}

.table-bordered {
    border: 1px solid #ddd;
    border-spacing: 0;
    border-collapse: collapse;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

.upper-summary-table {
    margin-bottom: 30px;
    min-width: 200px;
}

.bottom-links {
    margin-top: 20px;
}

.active-task-title {
    color: black;
    text-align: center;
}

.active-task-title a {
    color: black;
    text-decoration: none;
}

.unaccounted {
    background-color: #FFDDDD;
}

.flex-grow-1 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    min-width:0;
}

.flex-inline-container {
    display: inline-flex;
}

.flex-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.flex-vertical-centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.flex-vertical-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

.flex-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}

.flex-spaced-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.flex-spaced-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
}

.flex-wrapper {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-no-shrink {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.active-task-bar-icon {
    margin-right: 10px;
}

.active-bar-button-wrapper {
    line-height: 28px;
}

.existing-case-button-wrapper {
    margin-left: 5px;
    line-height: 28px;
}

#active-task-error {
    padding: 5px;
    text-align: center;
    border: thin solid grey;
}

#active-task-bar-main-content {
    padding: 0 10px;
}

#active-task-bar-buttons {
    padding: 0 10px;
}

#active-task-bar-buttons > div:nth-child(1) {
    margin-right: 10px;
}

#active-task-bar-main-content > div {
    padding: 0 10px;
}

#TaskTimeBar {
    margin-bottom: 10px;
    align-content: stretch;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#tasks-list-container {
    margin-left: 5px;
}

#time-cell {
    padding: 0 10px;
}

#time-cell > div:nth-child(2) {
    padding-left: 10px;
}

.flex-time-container > i {
    padding-right: 5px;
}

#bar-wrapper {
    padding: 5px;
}

.taskqa-review-questions table {
    margin-top: 20px;
    margin-left: 3px;
	width: initial;
	table-layout:fixed;
}

.taskqa-review-questions table td {
	vertical-align: top;
	text-align: center;
}

.my-review-summary-embedded table {
	border: 1px solid black;
	border-collapse: collapse;
	width: 100%;
}

.my-review-summary-embedded th,
.my-review-summary-embedded td {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 3px;
	text-align: left;
}

.my-review-summary-embedded tr th:nth-child(2) {
	text-align: center;
}

.my-review-summary-embedded tr td:nth-child(2) {
	text-align: center;
}

.my-review-summary-embedded tr th:nth-child(3) {
	text-align: center;
}

.my-review-summary-embedded tr td:nth-child(3) {
	text-align: center;
}

.my-review-summary table {
	width: 15%;
    border: 1px solid black;
    border-collapse: collapse;
}

.my-review-summary th {
	text-align: left;
}

.my-review-summary th,
.my-review-summary td {
	border: 1px solid black;
    border-collapse: collapse;
    padding: 3px;
}

.my-review-summary tr th:nth-child(2) {
	text-align: center;
}

.my-review-summary tr td:nth-child(2) {
	text-align: center;
}

.my-review-summary tr th:nth-child(3) {
	text-align: center;
}

.my-review-summary tr td:nth-child(3) {
	text-align: center;
}

.taskqa-summary {
	width: 20%;
    border: 1px solid black;
    border-collapse: collapse;
}

.taskqa-summary th {
	text-align: left;
}

.taskqa-summary th,
.taskqa-summary td {
	border: 1px solid black;
    border-collapse: collapse;
    padding: 3px;
}

.taskqa-summary tr th:nth-child(2) {
	text-align: center;
}

.taskqa-summary tr td:nth-child(2) {
	text-align: center;
}

.taskqa-summary tr th:nth-child(3) {
	text-align: center;
}

.taskqa-summary tr td:nth-child(3) {
	text-align: center;
}

.my-taskqa-reviews table tr th:nth-child(1) {
	width: 50px;
}

.my-taskqa-reviews table tr th:nth-child(2) {
	text-align: center;
}

.my-taskqa-reviews table tr td:nth-child(2) {
	text-align: center;
}

.my-taskqa-reviews table td:nth-child(4) {
	word-wrap: break-word;
	max-width: 400px;
}

.ui-widget-overlay {
	background: #aaaaaa;
}

.confirm_dialog_info {
    padding-bottom: 10px;
}

.confirm_dialog_warning {
	border-radius: 15px;
    border: 2px solid #ffaa55;
    padding: 8px 13px 13px 13px;
    margin: 10px;
}

.confirm_dialog_warning table {
	border: 1px solid;
	width: 100%;
	border-collapse: collapse;
}

.confirm_dialog_warning th,
.confirm_dialog_warning td {
	border: 1px solid;
	border-collapse: collapse;
	padding: 5px;
}

#shipping-dashboard-table-container {
    font-size: 14px;
    font-family: Sans-Serif;
}

.employee-directory table {
	width: 40%;
}

.taskupdate-customer-notes {
	border: 3px solid red;
	padding: 5px;
	background-color: yellow;
	text-align: center;
	font-weight: bold;
}

.taskupdate-bug-notes {
	border: 3px solid red;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

.hurTooltip {
	padding: 10px;
	font-size: 15px;
}

.punch-out-accordion {
	font-size: 12.5px;
}

.query-page-accordion {
	margin: 0px 0px 15px 0px;
	font-size: 12.5px;
}
.query-page-accordion .ui-accordion-header {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.query-page-accordion .ui-accordion-header.ui-state-hover {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.query-page-accordion .ui-accordion-header.ui-state-active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}

.failed-bug {
	background: #ffaaff !important;
}

.helpText {
    display: flex;
    font-style: italic;
}

.scheduledUpgrades .customer-name {
    width: 400px;
}

.scheduledUpgrades table tbody tr:hover {
    background-color: rgba(220, 220, 220, 0.8);
}

.scheduledUpgrades .dbobject-table-header {
    font-size: 15px;
    font-style: italic;
}

.batchAutoUpgradeCounts {
    margin-left: auto;
    padding-right: 5px;
}

.batchAutoUpgradeCustomerSelection table tr th:nth-child(1) {
    width: 30px;
}

.batchAutoUpgradeCustomerSelection table tr th:nth-child(2) {
    width: 500px;
}

.batchAutoUpgradeCustomerSelection table tbody tr:hover {
    background-color: rgba(220, 220, 220, 0.8);
}

.cmpReceptionTable {
    border: 1px solid #ddd;
    border-spacing: 0;
    border-collapse: collapse;
}

.cmpReceptionTable > tbody > tr > td, .cmpReceptionTable > tbody > tr > th, .cmpReceptionTable > tfoot > tr > td,
.cmpReceptionTable > tfoot > tr > th, .cmpReceptionTable > thead > tr > td, .cmpReceptionTable > thead > tr > th {
    border: 1px solid #ddd;
    padding: 5px;
}

.qtip {
    max-width: none !important;
}

.sonicWallError {
    color: red;
}

.hidden {
    display:none;
}

.backlog-accordion {
	padding: 6px;
}

.backlog-accordion-header {
	font-size: 80% !important;
}

.sprintBugsTable .dbobject-table-container {
	margin-bottom: 6px;
}

.sprintBugsTable .dbobject-table {
	margin: 4px 0px 0px 0px;
}

.sprintBugsTable div table tbody tr {
    height: 30px;
}

.dateDurationCell {
    white-space: nowrap;
}

.bugIdCell {
    width: 50px;
}

.partialHourCell {
    text-align: right;
    width: 60px;
}

.bugPercentDoneCell {
    text-align: right;
    width: 80px;
}

.bugTargetDateCell {
    width: 100px;
}

.bugReleaseCell {
    width: 80px;
}

.bugProductCell {
    width: 130px;
}

.bugModuleCell {
    width: 170px;
}

.issuesTabBugTable .dbobject-table {
    border-collapse: separate;
}

.configValueCell {
    word-wrap: break-word;
    width: 45%;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.badge a {
    color: inherit;
    text-decoration: none;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.number-of-errors {
    width: 125px;
}

.taskFeedbackRatings table tbody tr:hover {
    background-color: rgba(220, 220, 220, 0.8);
}

.relatedTimeOffsPreviewContainer .dbobject-table {
    border-collapse: collapse;
    width: 600px;
    color: black;
}

.support-team-contact-icons {
	margin-left:3px;
	margin-right:3px;
}

.task-links-dbobject-table-container {
    width: 300px;
}

.fa-icons {
    margin: 0px 5px;
}

.fa-icons-btn {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.hide {
    display: none;
}

.dbobject-table:hover .hide {
    display: inline-block;
}

.ui-primary-btn {
    position: absolute;
    right: 425px;
}

.ui-overnight-btn {
    position: absolute;
    right: 240px;
}

.bigDrop {
    width: 600px !important;
}

.taskActivitySupport {
    display: inline-block;
    width: 85px;
    height: 15px;
}

.taskActivitySla {
    display: inline-block;
    width: 95px;
    height: 15px;
}

.queryTableTextBox {
    display: flex;
    width: 314px;
    height: 28px;
    border: 0.1px solid rgb(128, 128, 128);
    border-radius: 0.4em;
}

.queryTableSelect2 {
    width: element;
    min-width: 323px;
}

.queryTableTD {
    padding-left: 15px;
    padding-right: 15px;
}

.dropdown-button {
    display: none;
    position: absolute;
    padding: 0;
    text-align: left;
    z-index: 1;
}

.dropdown-button li a {
    display: flex;
    align-items: center;
    margin: 0;
    height: 2em;
    margin-top: -0.2em;
}

.dropdown-button-arrow {
    margin-left: -12px;
    margin-right: 1em;
    padding: 2px 0;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    font: bold 12px Arial;
    cursor: pointer;
    background-color: #d8d8ff;
}

.dropdown-button-arrow:hover {
    background-color: #f4f1e1;
}

.row-focus table tbody tr:hover {
    background-color: rgba(220, 220, 220, 0.8);
}

.image-popup-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.image-popup-modal-content {
    margin: 10% auto;
    display: block;
    max-width: 80%;
    border-radius: 8px;
}

.image-popup-closeButton {
    position: absolute;
    top: 30px;
    right: 50px;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}
