HTML 
{ 
 height: 100%; 
}
/*BODY {
  padding-right: 0px;
  padding-left: 0px;
  left: 0px;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 0px;
  FONT-STYLE: normal;
  font-family: Arial, sans-serif;
  FONT-WEIGHT: normal;
  position: absolute;
  top: 0px;
  height: 100%;
  margin-left: 0px;
  background-image: url('../images/imgBackground.jpg');
  background-repeat: repeat-x;
  background-color: #39598b;
  color: #58595B;
  width: 100%;
}*/
/*Input {
  font-family: inherit;
  font-size: 12px;
}
Select {
  font-family: inherit;
  font-size: 12px;
}
TextArea {
  font-family: inherit;
  font-size: 12px;
}*/
.Divider
{
  float: left;
  height:33px;
  /*border: solid 0px #000000;*/
  background-color: #000000;
  width: 1px;
}
img
{
  padding: 0px;
  margin: 0px;
  border: 0px;
}
/*A 
{
  text-decoration: none;
}
A:link 
{
  color: #5788BD;
}

A:visited 
{
  color: #5788BD;
}*/
A:hover 
{
  color: #002C5F;
}
/*A.HomeTab
{   
  background-image: url('../images/imgNavBarHome_Active.gif');
  width: 62px;
  height: 23px;
  text-align: right;
  padding: 6px 0px 4px 22px;
  border-collapse: collapse;
  float: left;  
  text-decoration: none;
  font-size: 11px;
  color: #012C5F;
  font-weight: bold;
  font-family: Arial;
  margin: 0px 0px 0px 0px;
  white-space: nowrap;
}
A.HomeTab:Hover
{   
  background-image: url('../images/imgNavBarHome_Hover.gif');
  width: 62px;
  height: 23px;
  text-align: right;
  padding: 6px 0px 4px 22px;
  border-collapse: collapse;
  float: left;
  text-decoration: none;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  white-space: nowrap;
}*/
A.Tab
{
  /*background-image: url('../images/imgNavBar_Active.gif');*/          
  height: 23px;
  text-align: center;
  padding: 6px 5px 4px 5px;
  float: left;
  /*border-right: solid 1px #012C5F;*/
  text-decoration: none;
  font-size: 11px;
  color: #012C5F;
  font-weight: bold;
  /*font-family: Arial;*/
  margin: 0px 0px 0px 0px;
  white-space: nowrap;
  background-color: #FFFFFF;
}
  A.Tab:Hover {
    /*background-image: url('../images/imgNavBar_Hover.gif');*/
    height: 23px;
    text-align: center;
    padding: 6px 5px 4px 5px;
    float: left;
    /*border-right: solid 1px #012C5F;*/
    text-decoration: none;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    white-space: nowrap;
    background-color: #012C5F;
  }
A.HyperLinkBold
{
  font-weight: bold;
  color: #FFFFFF !important;
  text-decoration: none;
  font-size: 13px;
}
A.HyperLinkBold:Hover
{
  font-weight: bold;
  color: #FFFFFF !important;
  text-decoration: none;
  font-size: 13px;
}
/*A.HyperlinkStandard:Visited
{
  color: #5788BD;
}
A.HyperlinkStandard:Visited:Hover
{
  color: #002C5F;
}*/
.MenuTabInactive
{
  text-align: center;
  /*float: left;*/
  text-decoration: none;
  /*font-size: 12px;*/
  background-color: #CFE0F3;
  font-weight: bold;
  /*font-family: Arial;*/
  color: #58595B;
  border-top: solid 1px #666666;
  border-left: solid 1px #666666;
  border-right: solid 1px #666666;
  border-bottom: solid 0px;
  padding-bottom: 0px;
  margin-bottom: -2px;
  height: 33px;
  width: 95px;
  border-collapse: collapse;
}
.MenuTabActive
{
  text-align: center;
  /*float: left;*/
  text-decoration: none;
  /*font-size: 12px;*/
  color: #FFFFFF;
  font-weight: bold;
  /*font-family: Arial;*/
  background-color: #7F9EBC;
  border-top: solid 1px #666666;
  border-left: solid 1px #666666;
  border-right: solid 1px #666666;
  border-bottom: solid 0px;
  padding-bottom: 0px;
  margin-bottom: -2px;
  height: 33px;
  width: 95px;
  border-collapse: collapse;
}
/*H2
{
  text-align:left;
  color:#002C5F;
  font-size: 18px;
  margin-bottom: 5px;
}*/
.ErrorStandard
{
  /*font-size: 12px;*/
  color: red;
  /*font-family: Arial;*/
}
.ErrorRed
{
  font-weight: bold;
  /*font-size: 12px;*/
  color: red;
  /*font-family: Arial;*/
}
/*.ErrorStandardBold
{
  display: block;
  font-weight: bold;
  color: red;
  font-family: Arial;
}*/

/*.ErrorStandardBold, .LabelMessage {
  position: fixed;
  top: 0;
  left: 0;
  border: 1px solid;
  margin: 5px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  min-width: 250px;
  z-index: 1100;
}

.ErrorStandardBold {  
  color: #D8000C;
  background-color: #FFBABA;  
}
  .ErrorStandardBold::before {
    font-family: "FontAwesome";
    content: "\f06a";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 2em;
  }

.LabelMessage {
  color: #00529B;
  background-color: #BDE5F8;
}

  .LabelMessage::before {
    font-family: "FontAwesome";
    content: "\f05a";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 2em;
  }*/

.Logout {
  background-image: url('../images/imgLogout_Active.gif');
  float: right;
  width: 84px;
  height: 25px;
  text-decoration: none;
}
.Logout:Hover
{
  background-image: url('../images/imgLogout_Hover.gif');
  float:right;
  width:84px;
  height:25px; 
  text-decoration: none;
}
.buttontablelabel
{
  width:100%; 
  padding: 4px 0px 4px 6px; 
  background-image: url('../images/imgbuttonbackground_blue.jpg'); 
  background-color: #CFDAE6; 
  text-align: left; 
  margin: 0px;
  text-align: left;
  color: #5988BE;
  font-size: 18px;
  font-weight: bold;
  /*font-family: Arial;*/ 
  border: solid 0px #B9CADA;
  height:38px;
}

  .buttontablelabel:hover {
      width: 100%;
      padding: 4px 0px 4px 6px;
      background-image: url('../images/imgbuttonbackground_grey.jpg');
      background-color: #A8A9AD;
      text-align: left;
      margin: 0px;
      text-align: left;
      color: #747678;
      font-size: 18px;
      width: 100%;
      font-weight: bold;
      /*font-family: Arial;*/
      border: solid 0px #747678;
      height: 38px;
    }

.buttontablelabelhover
{
  width:100%; 
  padding: 4px 0px 4px 6px; 
  background-image: url('../images/imgbuttonbackground_grey.jpg'); 
  background-color: #A8A9AD; 
  text-align: left; 
  margin: 0px;
  text-align: left;
  color: #747678;
  font-size: 18px;
  width:100%;
  font-weight: bold;
  /*font-family: Arial;*/
  border: solid 0px #747678;
  height:38px;
}

  .buttontablelabelhover:hover {
    width: 100%;
    padding: 4px 0px 4px 6px;
    background-image: url('../images/imgbuttonbackground_blue.jpg');
    background-color: #CFDAE6;
    text-align: left;
    margin: 0px;
    text-align: left;
    color: #5988BE;
    font-size: 18px;
    font-weight: bold;
    /*font-family: Arial;*/
    border: solid 0px #B9CADA;
    height: 38px;
  }

.TableContainer
{
  background-color: #F3F6F9;
  padding:10px 25px 20px 25px;
  width:100%;
  border: solid 1px #B9CADA;
  /*font-family: Arial;*/
  /*font-size: 12px;*/
}
.TableStructureContainer
{
  background-color: #F3F6F9;
  padding:10px 25px 20px 25px;
  width:100%;
  border: solid 1px #B9CADA;
  /*font-family: Arial;*/
  /*font-size: 12px;*/
  border-spacing: 2px;
  border-collapse: collapse;
}
.TableStructureContainer TH
{
  color: #FFFFFF;
  background-color: #7F9EBC;
  text-align: center;
  border: solid 1px #666666;
}
.TableStructureContainer td
{
  border: solid 1px #666666;
}
.PanelContainer
{
  background-color: #F3F6F9;
  padding:10px 25px 20px 25px;
  border: solid 1px #B9CADA;
  /*font-family: Arial;*/
  /*font-size: 12px;*/
}
.InstructionsContainer
{
  background-color: rgb(226 232 240);
  padding:10px 25px 10px 25px;
  width:100%;
  border: solid 1px #B9CADA;
  /*font-family: Arial;*/
  /*font-size: 12px;*/
  margin-bottom: 10px;
}
div.InstructionsContainer {
  width: auto;
}
/*.GridStandard
{*/
  /*font-family: Arial;*/
  /*font-size: 12px;
  border: solid 1px #666666;
  width: 100%;
}
.GridStandard td, .GridStandard th
{
  border: solid 1px #666666;
}
.GridHeaderStandard
{
  color: #FFFFFF;
  background-color: #7F9EBC;
  text-align: center;
}
  .GridHeaderStandard TD A, .GridHeaderStandard TH A {
    color: #FFFFFF;
  }
.GridItemStyleStandard
{
  background-color: #E7E8EA;
}
.GridAlternatingItemStyleStandard
{
  background-color: #F6F6F6;
}*/
  /*.GridEditItemStyleStandard:hover {
    background-color: #99c3f1;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    border: 2px solid #000000;
  }*/
/*.GridEditItemStyleStandard {
  background-color: #FFF7A7;
}
.GridDeleteItemStyleStandard {
  background-color: #FFF7A7;
}*/
.GridCurrentAppointments
{
  /*font-family: Arial;*/
  /*font-size: 12px;*/
  border: solid 0px #FFFFFF;
  float: right;
}
.GridCurrentAppointments td
{
  border: 0px;
}
/*span.MenuButton
{*/
  
  /*border-top: solid 1px #E9E9EA;*/
  /*padding: 3px 3px 3px 3px;
  white-space: nowrap;
  text-align: left;
  display: block;
}
span.MenuButton:Hover
{*/ 
  /*border-top: solid 1px #E9E9EA;*/
  /*padding: 3px 3px 3px 3px;
  white-space: nowrap;
  background-image: url('../images/imgAdminMenuBackground.jpg');
  text-align: left;
  display: block;
}
span.MenuButtonActive
{
  background-image: url('../images/imgAdminMenuBackground.jpg');*/
  /*border-top: solid 1px #E9E9EA;*/
  /*padding: 3px 3px 3px 3px;
  white-space: nowrap;
  text-align: left;
  display: block;
}
span.MenuButtonActive:Hover
{*/
  /*border-top: solid 1px #E9E9EA;*/
  /*padding: 3px 3px 3px 3px;
  white-space: nowrap;
  background-image: url('../images/imgAdminMenuBackground.jpg');
  text-align: left;
  display: block;
}
A.MenuButton
{*/
  /*color: #5988BE;*/
  /*font-family: Arial;*/
  /*font-size: 12px;*/
  /*text-align: left;
  text-decoration: none;
}
A.MenuButton:Hover
{
  color: #FFFFFF;*/
  /*font-family: Arial;*/
  /*font-size: 12px;*/
  /*text-align: left;
  text-decoration: none; 
}
A.MenuButtonActive
{
  color: #FFFFFF;*/
  /*font-family: Arial;*/
  /*font-size: 12px;*/
  /*text-align: left;
  text-decoration: none;
}
A.MenuButtonActive:Hover
{
  color: #FFFFFF;*/
  /*font-family: Arial;*/
  /*font-size: 12px;*/
  /*text-align: left;
  text-decoration: none;
}*/
/*.AdminHeaderLabel
{
  text-align:left;
  color:#002C5F;
  font-size: 18px;
  width:100%;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-right: 15px;
}*/
/*.AdminHeaderLabelUnderlined {*/
  /*font-family: Arial;*/
  /*text-align: left;
  color: #002C5F;
  font-size: 18px;
  width: 100%;
  border-bottom: solid 2px #002C5F;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 10px;
}*/
.AdminHeaderSubLabel {
  text-align: left;
  color: #002C5F;
  font-size: 15px;
  width: 100%;  
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.MenuLabel
{
  /*font-family: Arial;*/
  text-align:left;
  color:#002C5F;
  font-size: 18px;
  width:100%;
  border-top: solid 1px #E9E9EA;
  font-weight: bold;
  padding: 3px 0px 0px 0px; 
}
.TableDrakeInformation
{
  /*font-family: Arial;*/
  /*font-size: 12px;*/
  width: 100%;
}
.TableCheckInformation
{
  /*font-family: Arial;*/
  /*font-size: 12px;*/
  width: 100%;
}
.TableCheckInformation TD
{
  border: solid 1px #000000;
}
.TableInformation
{
  /*font-family: Arial;*/
  /*font-size: 12px;*/
}
.LabelHeader
{
  /*font-family: Arial;*/
  /*font-size: 12px;*/
  color:#002C5F;
}
.CheckInButton
{
  width:100%; 
  padding: 8px 13px 8px 13px; 
  background-image: url('../images/imgbuttonbackground_blue.jpg'); 
  background-color: #CFDAE6; 
  text-align: center;
  color: #5988BE;
  font-size: 18px;
  font-weight: bold;
  /*font-family: Arial;*/ 
  border: solid 1px #B9CADA;
  text-decoration: none;
}
.CheckInButton:Hover
{
  width:100%; 
  padding: 8px 13px 8px 13px; 
  background-image: url('../images/imgbuttonbackground_grey.jpg'); 
  background-color: #000000; 
  text-align: center; 
  color: #747678;
  font-size: 18px;
  font-weight: bold;
  /*font-family: Arial;*/
  border: solid 1px #747678;
  text-decoration: none;
}
.Capitalize
{
  text-transform: capitalize;
}
.Uppercase
{
  text-transform: uppercase;
}
.LabelMessageStatic {
  display: block;
  color: #495057;
  background-color: #ced4da;
  border: solid 1px #adb5bd;
  padding: 1rem;
  text-align: center;
  margin-bottom: 1rem;
  border-radius: 0.375rem;
}
.ErrorStandardBoldStatic {
  display: block;
  color: #58151c;
  background-color: #f8d7da;
  border: solid 1px #f1aeb5;
  padding: 1rem;
  text-align: center;
  margin-bottom: 1rem;
  border-radius: 0.375rem;
}
.TextStandardBold
{
  font-weight: bold;
  /*font-size: 12px;*/
  color: black;
  white-space: nowrap;  
}
.ClientInformationLabel
{
  text-align: right;
  /*font-size: 12px;*/
  vertical-align: top;
  white-space: nowrap;
  color:#5988BE;
  text-transform: capitalize;
  /*border: solid 1px #B9CADA;
  padding: 5px 5px 5px 5px;
  border-spacing: 10px;*/
}
.NegativeBalance
{
  color: Red;
  font-weight: bolder;
  font-size: 14px;
}
.PositiveBalance
{
  color: #379E26;
  font-weight: bolder;
  font-size: 14px;
}
.Required
{
  color:Red;
  font-weight: bolder;
  /*font-size: 12px;*/
}
.Calendar 
{
  position: relative;
  display: block;
  background-color:#ffffff;
}

.Calendar .ajax__calendar_container 
{
    background-color:#ffffff;
    border:1px solid #646464;
    color:#333366;
    padding:4px;
    position:absolute;
    cursor:default;
    width:170px;
    text-align:center;
}

.Calendar .ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {border:solid 0px #000000;}
.Calendar .ajax__calendar_container TABLE {padding:0; border-spacing:0; border-collapse:collapse;}
.Calendar .ajax__calendar_container TD {border:solid 0px #FFFFFF;}
.Calendar .ajax__calendar_header { font-size:1em; width: 100%;}
.Calendar .ajax__calendar_title {cursor:pointer;font-weight:bold;color:#000000;}
.Calendar .ajax__calendar_footer {color:#000000;}
.Calendar .ajax__calendar_today {cursor:pointer;}
.Calendar .ajax__calendar_container {border:1px solid #646464;background-color:#ffffff;color:#000000;}

.Calendar .ajax__calendar_dayname {text-align:right;padding:0 2px;color:#000000;}
.Calendar .ajax__calendar_day {text-align:right;padding:0 2px;cursor:pointer;border-spacing:0;}
.Calendar .ajax__calendar_month {text-align:center;padding:0 2px;cursor:pointer;overflow:hidden;}
.Calendar .ajax__calendar_year {text-align:center;padding:0 2px;cursor:pointer;overflow:hidden;}
.Calendar .ajax__calendar_dayname {border: solid 0px #000000;}

.Calendar .ajax__calendar_day {border:0px solid #ffffff;color:#000000;}
.Calendar .ajax__calendar_month {border:0px solid #ffffff;}
.Calendar .ajax__calendar_year {border:0px solid #ffffff;}

.Calendar .ajax__calendar_active .ajax__calendar_day {background-color:#7F9EBC;border-color:#002C5F;color:#ffffff;}
.Calendar .ajax__calendar_active .ajax__calendar_month {background-color:#7F9EBC;border-color:#002C5F;color:#ffffff;}
.Calendar .ajax__calendar_active .ajax__calendar_year {background-color:#7F9EBC;border-color:#002C5F;color:#ffffff;}

.Calendar .ajax__calendar_other .ajax__calendar_day {background-color:#ffffff;border-color:#ffffff;color:#646464;}
.Calendar .ajax__calendar_other .ajax__calendar_year {background-color:#ffffff;border-color:#ffffff;color:#646464;}

.Calendar .ajax__calendar_hover .ajax__calendar_day {background-color:#7F9EBC;border-color:#002C5F;color:#ffffff;}
.Calendar .ajax__calendar_hover .ajax__calendar_month {background-color:#7F9EBC;border-color:#002C5F;color:#ffffff;}
.Calendar .ajax__calendar_hover .ajax__calendar_year {background-color:#7F9EBC;border-color:#002C5F;color:#ffffff;}

.Calendar .ajax__calendar_hover .ajax__calendar_title {color:#002C5F;}
.Calendar .ajax__calendar_hover .ajax__calendar_today {color:#002C5F;font-weight:bold;}

.cssCalendar
{
  /*font-family: Arial;*/
  /*font-size: 12px;*/ 
  border: solid 1px #58595B;
  color:#58595B;
}
.cssCalendarHeader
{
  /*font-family: Arial, sans-serif;*/
  /*font-size: 12px;*/ 
  border: solid 0px #000000;
}

/*.Purple {background-color: #C1ABFF;}
.Silver {background-color: #D0D0D0;}
.Green {background-color: #60FF93;}
.Brown {background-color: #DEB887;}
.Red {background-color: #F08080;}
.Yellow {background-color: #FAFAD2;}
.Orange {background-color: #FFD67F;}
.Pink {background-color: #d488d2;}
.Blue {background-color: #5983e9;}*/

td.Purple,
.RadScheduler .Purple .rsAptIn,
.RadScheduler .Purple .rsAptMid,
.RadScheduler .Purple .rsAptContent {
  background-color: #C1ABFF;
  border-color: #000000;
  background-image: none;
}

td.Silver,
.RadScheduler .Silver .rsAptIn,
.RadScheduler .Silver .rsAptMid,
.RadScheduler .Silver .rsAptContent {
  background-color: #D0D0D0;
  border-color: #000000;
  background-image: none;
}

td.Green,
.RadScheduler .Green .rsAptIn,
.RadScheduler .Green .rsAptMid,
.RadScheduler .Green .rsAptContent {
  background-color: #60FF93;
  border-color: #000000;
  background-image: none;
}

td.Brown,
.RadScheduler .Brown .rsAptIn,
.RadScheduler .Brown .rsAptMid,
.RadScheduler .Brown .rsAptContent {
  background-color: #DEB887;
  border-color: #000000;
  background-image: none;
}

td.Red,
.RadScheduler .Red .rsAptIn,
.RadScheduler .Red .rsAptMid,
.RadScheduler .Red .rsAptContent {
  background-color: #F08080;
  border-color: #000000;
  background-image: none;
}

td.Yellow,
.RadScheduler .Yellow .rsAptIn,
.RadScheduler .Yellow .rsAptMid,
.RadScheduler .Yellow .rsAptContent {
  background-color: #FAFAD2;
  border-color: #000000;
  background-image: none;
}

td.Orange,
.RadScheduler .Orange .rsAptIn,
.RadScheduler .Orange .rsAptMid,
.RadScheduler .Orange .rsAptContent {
  background-color: #FFD67F;
  border-color: #000000;
  background-image: none;
}

td.Pink,
.RadScheduler .Pink .rsAptIn,
.RadScheduler .Pink .rsAptMid,
.RadScheduler .Pink .rsAptContent {
  background-color: #d488d2;
  border-color: #000000;
  background-image: none;
}


td.Blue,
.RadScheduler .Blue .rsAptIn,
.RadScheduler .Blue .rsAptMid,
.RadScheduler .Blue .rsAptContent {
  background-color: #5983e9;
  border-color: #000000;
  background-image: none;
}


  
.ajax__html_editor_extender_texteditor
{
  padding: 2px;
  border-top-color: currentcolor;
  border-right-color: #c2c2c2;
  border-bottom-color: #c2c2c2;
  border-left-color: #c2c2c2;
  border-top-width: medium;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: none;
  background-color: #ffffff;
}

.rsAllDayWrapper  
{  
  visibility:hidden !important;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(../Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../Images/SavedStar.png);
}

.separator
{
  font-weight: bold; 
  padding: 0px 5px 0px 5px;
}

.DivLinks
{
  background-color:#FFFFFF; 
  padding: 5px 15px 5px 15px; 
  border: 1px solid #000000; 
  /*font-size: 12px;*/
}

.AmountHighlight
{
  color: #379E26;
  font-weight: bold;
}

.DropZone1
{
  width: 250px;
  height: 50px;
  background-color: #7F9EBC;
  border-color: #CCCCCC;
  color: #767676;
  float: left;
  text-align: center;
  font-size: 16px;
  color: white;
}


/** Customize demo canvas */
.qsf-demo-canvas 
{
  width: auto;
  color: #555555;
  /*background: #f6f6f6;*/
  font-size: 13px;
  position: relative;
}

.qsf-demo-canvas .qsf-decoration 
{
  width: auto;
  height: 205px;
  /*background: url("images/qsf-demo-bg.png") 0 0 no-repeat;*/
  position: absolute;
  top: -20px;
  left: 15px;
} 


/** Customize the RadUpload */
.qsf-demo-canvas .RadUpload {
width: auto;
/*padding: 1px 150px 1px 10px;
background: #e8e8e8;*/
} 

.qsf-demo-canvas .ruInputs li 
{
  position: relative;
  line-height: 1.1;
}

.qsf-demo-canvas .ruInputs .ruRemove 
{
  margin: 0 0 0 10px;
  padding: 0;
  /*position: absolute;
  left: 100%;
  top: 0;*/
} 

/** Upload mini-control */
.qsf-demo-canvas .ruInputs li:first-child 
{
  padding-top: 1em;
  padding-bottom: 1em;
}
 
/** Validation error */
.qsf-demo-canvas .ruError 
{
  padding: 5px 5px 5px 20px;
  border: 1px solid #ef0000;
  background: #f9e8e8;
}

.qsf-demo-canvas .ruError .ruFileWrap 
{
  height: auto;
  overflow: visible !important;
  display: block;
}

.qsf-demo-canvas .ruError .ruUploadProgress 
{
  margin-left: -18px;
  display: block;
}

.qsf-demo-canvas .ruError .ruUploadFailure 
{
  background-position: 2px 80%;
}

.qsf-demo-canvas .ruError .ruErrorMessage 
{
  display: block;
  font-variant: small-caps;
  text-transform: lowercase;
}

/* Error */
.qsf-demo-canvas .ruError .ruErrorMessage 
{
  color: #ef0000;
  font-variant: small-caps;
  text-transform: lowercase;
  padding-bottom: 0;
}

.LinkedClientDDL
{
  font-size: 14px !important;
  font-weight: bold;
  color: #03113e;
  text-transform: capitalize;
}

.DayWithAppointments
{
    background-color: #B9CADA;
}

.HeaderTabIcon
{
  vertical-align: middle;
}

/*.Button {
  border-radius: 5px;*/ /*30px;*/
  /*border: 1px solid #000000;
  padding: 5px 10px 5px 10px;  
  font-weight: 500;
  margin: 5px 5px 1px 1px;
  font-size: 13.5px;
  display: inline-block;
  -webkit-box-shadow: rgba(0,0,0,0.4) 0px 0 4px;
  -moz-box-shadow: rgba(0,0,0,0.4) 0 0 4px;
  box-shadow: rgba(0,0,0,0.4) 0 0 4px;
  background: -webkit-linear-gradient(#5a7698, #012d60);*/ /* For Safari 5.1 to 6.0 */
  /*background: -o-linear-gradient(#5a7698, #012d60);*/ /* For Opera 11.1 to 12.0 */
  /*background: -moz-linear-gradient(#5a7698, #012d60);*/ /* For Firefox 3.6 to 15 */
  /*background: linear-gradient(#5a7698, #012d60);*/ /* Standard syntax */
  /*color: #FFFFFF;
}*/

  /*.Button:Hover {
    background: -webkit-linear-gradient(#f0f1f1, #b6b8bb);  For Safari 5.1 to 6.0 
    background: -o-linear-gradient(#f0f1f1, #b6b8bb);  For Opera 11.1 to 12.0 
    background: -moz-linear-gradient(#f0f1f1, #b6b8bb);  For Firefox 3.6 to 15 
    background: linear-gradient(#f0f1f1, #b6b8bb);  Standard syntax 
    color: #535353;
  }

  .Button:disabled {
    border-color: #8e8c8c;
    background: #eeeeee;
    color: #8e8c8c;
    box-shadow: none;
  }*/

.ButtonSquare {
  background-color: #d8000c;
  border: 1px solid #000000;
  padding: 5px 10px 5px 10px;
  color: #ffffff;
  font-weight: bold;
  /*font-weight: bold;*/
  /*margin: 5px 5px 1px 1px;*/
  font-size: 1em;
  display: inline-block;
}

  .ButtonSquare:Hover {
    background-color: #000000;
  }

.ButtonAlert:after {
  font-family: "FontAwesome";
  content: "\f06a";
  position: relative;
  color: red;
  /*top: -6px;
  
  left: -0.5em;
  top: -1.75em;
  position: relative !important;
  color: red;*/
}

.Highlight
{
  background-color: #FFF7A7;
}

.Hide
{
  display: none;
}

.ReviewButton
{  
  background: -webkit-linear-gradient(#00c2c2, #008080); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#00c2c2, #008080); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#00c2c2, #008080); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#00c2c2, #008080); /* Standard syntax */
  border-radius: 30px;
  border: 0px solid #000000;
  padding: 10px 15px 10px 15px;
  color: #ffffff;
  font-weight: bold;
  margin: 1px 5px 1px 1px;
  font-size: 40px;
}

.ReviewButton:Hover
{    
  background: -webkit-linear-gradient(#5a7698, #012d60); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#5a7698, #012d60); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#5a7698, #012d60); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#5a7698, #012d60); /* Standard syntax */
  color: #FFFFFF;
}

/*a.Button:link {
  color: #ffffff;
}

a.Button:visited {
  color: #ffffff;
}

a.Button:hover {
  color: #535353;
}*/

a.ButtonSquare:link, a.ButtonSquare:hover, a.ButtonSquare:visited {
  color: #ffffff;
}

/*CREDIT CARD SWIPER CLASSES*/
#pagecontent.scanning {
  -webkit-filter: blur(1px) grayscale(50%);
}

.dialog {
  position: absolute;
  top: 25%;
  left: 30%;
  margin: auto;
  padding: 20px;
  border: 3px solid black;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 150%;
  font-weight: bold;
  width: auto;
}

#overlay {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.25);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  z-index: 999;
}

#scanning {
  position: absolute;
  top: 25%;
  left: 30%;
  margin: auto;
  padding: 20px;
  border: 3px solid black;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 150%;
  font-weight: bold;
  width: auto;
  z-index: 1000;
  color: black;
  background-color: #6495ed;
}

#success {
  position: absolute;
  top: 25%;
  left: 30%;
  margin: auto;
  padding: 20px;
  border: 3px solid black;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 150%;
  font-weight: bold;
  width: auto;
  display: none;
  color: black;
  background-color: #B9CADA;
}

#failure {
  position: absolute;
  top: 25%;
  left: 30%;
  margin: auto;
  padding: 20px;
  border: 3px solid black;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 150%;
  font-weight: bold;
  width: auto;
  display: none;
  color: black;
  background-color: #cd5c5c;
}

/*.QuickLinks {
  background-color: #FFFFFF;
  padding: 5px 15px 5px 15px;
  border: 1px solid #000000;
  font-size: 12px;
  position: fixed;
  left: 10px;
  bottom: 0px;
}*/

.Minimized {
  max-height: 200px;
  overflow: hidden;
}

.MinimizedSmall {
  max-height: 30px;
  overflow: hidden;
}

.rightFloat {
  float: right;
}

.PopUpDisplayTop {
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -250px;    
    width: 500px; 
}

.PopUpDisplayMiddle {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  width: 500px;
  margin-top: -60px;
  height: 120px;
}

.Processing {
    position: fixed;
    background-color: #FFFFFF;
    top: 50%;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    height: 30px;
    margin-top: -15px;
    vertical-align: middle;
    padding: 30px 30px 30px 30px;
    border: solid 1px #B9CADA;
    text-align: left;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    /* box-shadow */
    -webkit-box-shadow: rgba(0,0,0,1) 0px 0 10px;
    -moz-box-shadow: rgba(0,0,0,1) 0 0 10px;
    box-shadow: rgba(0,0,0,1) 0 0 10px;
    z-index: 1100;
}

/*.PopUpContainer {
  background-color: #F3F6F9;*/ /*#ececec;*/
  /*border: solid 1px #000000;*/ /*#676767 solid 1px;*/
  /*padding: 25px 25px 25px 25px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: auto;*/
  /* box-shadow */
  /*-webkit-box-shadow: rgba(0,0,0,1) 0px 0 10px;
  -moz-box-shadow: rgba(0,0,0,1) 0 0 10px;
  box-shadow: rgba(0,0,0,1) 0 0 10px;
  z-index: 1000;
}*/

.PopUpContainerTop {
  margin-top: 10px;
}

/*.cssModalBackground {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.6);
  filter: alpha(opacity=65);
}*/

.MessagePanelHide {
  display: none;
}

.MessagePanelShow {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  width: 500px;
  margin-top: -60px;
  background-color: #F3F6F9;
  text-align: center;
  padding: 25px 25px 25px 25px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  /* box-shadow */
  -webkit-box-shadow: rgba(0,0,0,1) 0px 0 10px;
  -moz-box-shadow: rgba(0,0,0,1) 0 0 10px;
  box-shadow: rgba(0,0,0,1) 0 0 10px;
}

.DataGridContainer {
  max-height: 735px;
  overflow-y: scroll;
  position: relative;
}

table.GridStandard {
  position: relative;
  border-collapse: collapse;
}

/*.GridHeaderStandard th {
  position: -webkit-sticky;*/ /* for Safari */
  /*position: sticky;
  top: 0;
  left: 0;
  background-color: #7F9EBC;
  border: solid 1px #666666;
}

.GridHeaderStandard th:first-child {
  left: 0;
  z-index: 1;
}*/

i.SpecialCondition {
  color: #D8000C;
}

/*.iFrame {
  height: 500px;
  width: 100%;
  background-color: #ffffff;
}*/

.ButtonBlack {
  background: none;
  background-color: #000000;
  color: #ffffff;
}

  .ButtonBlack:hover {
    background: -webkit-linear-gradient(#f0f1f1, #b6b8bb); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f0f1f1, #b6b8bb); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f0f1f1, #b6b8bb); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f0f1f1, #b6b8bb); /* Standard syntax */
    color: #535353;
  }

  .ButtonBlack:disabled {
    border-color: #8e8c8c;
    background: #eeeeee;
    /*color: #8e8c8c;*/
    box-shadow: none;
  }



.TableInformationSectionDivider {
  border: solid 1px #B9CADA;
}

.TableInformationSectionDivider > table {
  width: 100%;
}

.ClientNameHeader {
  white-space: nowrap;
  color: #000000;
  font-size: 1.25rem;
  text-transform: capitalize;
}

/*.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;*/
  /*height: 28px;*/
  /*font-size: 12px;
  border: 1px solid #ccc;*/
  /*border-radius: 4px;*/
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-sizing: border-box;*/ /* Safari/Chrome, other WebKit */
  /*-moz-box-sizing: border-box;*/ /* Firefox, other Gecko */
  /*box-sizing: border-box;*/ /* Opera/IE 8+ */
/*}*/

/*textarea.form-control {
  height: 100px;
}*/

.Shaded {
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: rgba(0,0,0,0.8) 0px 0 10px;
  -moz-box-shadow: rgba(0,0,0,0.8) 0 0 10px;
  box-shadow: rgba(0,0,0,0.8) 0 0 10px;
}

.Rounded {
  border-radius: 20px;
}

.ButtonFullWidth {
  width: 100%;
  padding: 10px 0px !important;  
  text-align: center;
}

.ButtonReverse {
  background: -webkit-linear-gradient(#f0f1f1, #b6b8bb); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#f0f1f1, #b6b8bb); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#f0f1f1, #b6b8bb); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#f0f1f1, #b6b8bb); /* Standard syntax */
  color: #535353;
}

.ButtonReverse:Hover {
  box-shadow: rgba(0,0,0,0.4) 0 0 4px;
  background: -webkit-linear-gradient(#5a7698, #012d60); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#5a7698, #012d60); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#5a7698, #012d60); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#5a7698, #012d60); /* Standard syntax */
  color: #FFFFFF;
}

a.ButtonReverse:link {
  color: #535353;
}

a.ButtonReverse:visited {
  color: #535353;
}

a.ButtonReverse:hover {
  color: #FFFFFF;
}

.ShadedPanel {
  background-color: #ffffff;
  border: solid 1px #000000;
  padding: 25px 25px 25px 25px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: auto;
  /* box-shadow */
  -webkit-box-shadow: rgba(0,0,0,1) 0px 0 10px;
  -moz-box-shadow: rgba(0,0,0,1) 0 0 10px;
  box-shadow: rgba(0,0,0,1) 0 0 10px;
  z-index: 1000;
  /*font-size: 12px;*/
}

.event-status-panel {
  margin-top: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  vertical-align: middle;
  border-radius: 0px 15px 15px 0px;
  border: solid 1px #666666;
  /* box-shadow */
  -webkit-box-shadow: rgba(0,0,0,0.75) 0px 0 10px;
  -moz-box-shadow: rgba(0,0,0,0.75) 0 0 10px;
  box-shadow: rgba(0,0,0,0.75) 0 0 10px;
}

.event-status-panel-pending {
  color: #31708f;
  background-color: #d9edf7;
}

.event-status-panel-complete {
  color: #3c763d;
  background-color: #dff0d8;
}

.event-status-panel-icon {
  display: inline-table;
  padding: 15px;
  vertical-align: top;
  height: 100%;
}

.event-status-panel-icon-pending {
  background-color: #79b2ce;
}

.event-status-panel-icon-complete {
  background-color: #9bca88;
}

.event-status-panel-message {
  display: inline-block;
  padding: 15px;
  vertical-align: super;
}

div.content {
  margin: 0 auto;
  /*text-align: center;*/
  max-width: 95%;
}

div.content-center {
  text-align: center;
}

section.voiceagent-section {
  border: 1px solid #dee2e6;
  padding: 14px;
  border-radius: 0.5rem;
}

/*Task Router classes*/



section.agent-activity {
  display: none;
  border: 1px solid #848484;
  line-height: 0;
  margin-bottom: 1em;
}

section.agent-activity.offline,
section.agent-activity.reserved {
  background-color: #fafafa;
}

section.agent-activity.ready {
  background-color: #f6ffec;
}

section.agent-activity.busy {
  background-color: #fcf1f1;
}

section.agent-activity.wrapup {
  background-color: #edfaff;
}

section.agent-activity p.activity {
  font-size: 2.5em;
}

section.agent-activity button {
  width: 10em;
  height: 3em;
  margin-bottom: 1em;
  outline: 0;
  font-size: 0.75em;
  font-weight: 300;
  background: #fff;
  border: 1px solid #737373;
  box-shadow: 0.25px 0.25px 0 0 rgba(97, 97, 97, 0.5);
}

section.agent-activity button:active {
  position: relative;
  top: 1px;
  left: 1px;
}

#log {
  width: 100%;
  height: 12em;
  resize: none;
  overflow: none;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  font-size: 0.8em;
  font-family: "Courier New", Courier, monospace;
  padding: 0 1em;
}

/*.currentTasks {
  border: 1px solid #848484;
  margin-bottom: 1em;
}*/

.grid-container {
  display: grid;
  grid-template-columns: auto auto;  
}

/*.CallSummaryDetailPopupContainer {
  background-color: #F3F6F9;*/ /*#ececec;*/
  /*border: solid 1px #000000;*/ /*#676767 solid 1px;*/
  /*padding: 25px 25px 25px 25px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;*/
  /* box-shadow */
  /*-webkit-box-shadow: rgba(0,0,0,1) 0px 0 10px;
  -moz-box-shadow: rgba(0,0,0,1) 0 0 10px;
  box-shadow: rgba(0,0,0,1) 0 0 10px;
  z-index: 1000;
  position: fixed;
  width: 850px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}*/

/*.CallSummaryDetailPopupContainerInner {
  overflow-y: auto;
  max-height: 80vh;
  padding-bottom: 5px;
}*/

.CallStatusLabel {
  /*font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 13px;
  margin-left: 10px;*/
}

/* HEARTBEAT ANIMATION */
.heartbeat.is-active {
  animation: heartbeat 1s ease-out infinite;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.08);
  }

  50% {
    transform: scale(1.5);
  }

  55% {
    transform: scale(2);
  }

  60% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

.Div50vhOverflowY {
  max-height: 50vh;
  overflow-y: auto;
  margin-bottom:25px;
}

/*.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}*/

.HoverHighlight:hover {
  background-color: #FFF5D2;
}

.AdminLinksContainer {
  max-height: 75vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: sticky;
  top: 0px;
  padding-right: 12px;
}

/*.EventLinksContainer {
  max-height: 75vh;
  overflow-x: auto;
  overflow-y: auto;
  position: sticky;
  top: 0px;
  padding-right: 12px;
  scrollbar-color: #012C5F #aaa;
  scrollbar-width: thin;
}*/

  .EventLinksContainer::-webkit-scrollbar, .AdminLinksContainer::-webkit-scrollbar {
    width: 4px;
    height: 1px;
    background-color: #aaa; /* or add it to the track */
  }

/* Add a thumb */
  .EventLinksContainer::-webkit-scrollbar-thumb, .AdminLinksContainer::-webkit-scrollbar-thumb {
    background: #012C5F;
  }

.ClientTable {
  background-color: #F3F6F9;
  /*padding: 10px 25px 20px 25px;*/
  width: 100%;  
  /*font-size: 12px;*/
  width: 100%;
}

.ClientTableBorderCell {
  width: 50%;
  vertical-align: top;
  border: solid 1px #B9CADA;
  padding: 15px;
}

.ClientTableHeader{
  font-weight: bold;
}

.TableFieldLabel {
  width: 1%;
  white-space: nowrap;
}

.TableFieldLabelLeft {
  width: 1%;
  white-space: nowrap;
  text-align: left;
  padding-right: 5px;
}

.SectionTable {
  border: solid 1px #B9CADA;
  width: 100%;
  padding: 10px;
}

.SectionStaticLabel {
  display: block;
  padding: 5px 0px 0px 6px;
  background-image: url('../images/imgbuttonbackground_blue.jpg');
  background-color: #CFDAE6;
  text-align: left;
  margin: 0px;
  color: #5988BE;
  font-size: 18px;
  font-weight: bold;
  height: 33px;
  vertical-align: bottom;
}

/*.navbar {
  overflow: hidden;
}

  .navbar a {
    float: right;
    font-size: 15px;
    color: #012C5F;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
  }*/

/*.dropdown {
  float: right;
  overflow: hidden;
}

  .dropdown .dropbtn {
    font-size: 15px;
    border: none;
    outline: none;
    color: white;
    padding: 10px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }*/

  /*.navbar a:hover, .dropdown:hover .dropbtn {
    color: #FFFFFF;
    background-color: #012C5F;
  }*/

/*.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top: 99px;
}

  .dropdown-content a {
    float: none;
    color: #012C5F;
    padding: 10px 12px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

    .dropdown-content a:hover {
      color: #FFFFFF;
      background-color: #012C5F;
    }

.dropdown:hover .dropdown-content {
  display: block;
}*/

.ClientPortalFieldLabel{
  text-transform: uppercase;
  font-weight: bold;
  width: 1%;
  white-space: nowrap;
}

/*.CustomInstructionsContainer {
  border: solid 1px #B9CADA;
  vertical-align: top;
  text-align: left;
  padding: 10px;
  width: 50%;
}*/

.GridNoVerticalSeparator td, .GridNoVerticalSeparator th {
  border-right: solid 3px #ffffff;
  border-left: solid 3px #ffffff;
}

.GridNoBorder td, .GridNoBorder th {
  border-right: solid 0px #ffffff;
  border-left: solid 0px #ffffff;
  padding: 15px;
}

/*.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: 0 3px 5px rgba(0,0,0,.2);
}

  .sidenav a {
    padding: 8px 15px 8px 25px;
    text-decoration: none;
    font-size: 15px;
    color: #012C5F;
    display: block;
    transition: 0.3s;
  }

    .sidenav a:hover {
      color: #ffffff;
      background-color: #012C5F;
    }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
    padding: 8px;
  }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

    .sidenav a {
      font-size: 18px;
    }
}*/

.MainMenuButton {
  color: #fff;
  cursor: pointer;
  position: fixed;
  padding: 5px;
  text-align: center;
}

  .MainMenuButton:hover {
    color: #012C5F;
    background-color: #fff;
  }

.Footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  text-align: center;
  color: #808285;
  font-size: 10px;
  background-color: #E7E8E9;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 15px;
  box-shadow: 0px -3px 5px rgba(0,0,0,.2);
}

.AlertContainer {
  background-color: #7092be;
  color: #fff;
  /*padding: 10px;*/
  text-align: left;
  /*margin-bottom: 5px;*/
  font-weight: bold;
}

.LeftAlign{
  text-align: left;
}

.CaptchaLabel {
  display:block;
}

.cssTimeoutAlertContainer {
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.6);
  filter: alpha(opacity=65);
  display: flex;
  justify-content: center;
  align-items: center;
}

/*.cssTimeoutAlert {
  position: fixed;
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  z-index: 2001;
  width: 50vw;
  height: auto;
  top: 50%;
  left: 50%;
  margin-top: -100px;*/ /* Negative half of height. */
  /*margin-left: -25vw;*/ /* Negative half of width. */
/*}*/

.cssTimeoutAlert {
  width: auto;
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
}