﻿@import url('common.css');

textarea { width:286px; height:96px; background:#fff; overflow:auto; border:1px solid #b4b4b4; font-family:Tahoma; color:#8c8c8c; font-size:0.92em; }

ul { list-style:none;}

h1, h2, h3, h4, h5, h6
{
    color: var(--peoplecert-orange);
    font-size: 1.5em;
    font-variant: small-caps;
    text-transform: none;
    margin-bottom: 0px;
}
h3 
{ 
    font-size:1.27em; 
    margin:2px 0 8px 0;
    border-bottom: 1px solid #d5d5d5; 
    padding-top:0px;
    font-weight: bold;
    line-height: 1.45em;
    font-variant: small-caps;
    text-transform: none;    
}
h4 
{ 
    font-size:1.1em; 
    margin-bottom:5px;
}





input, select 
{
    vertical-align:middle;
    font-weight:bold;
}

buttoninput, select
{
    outline:none;
}

.line_hor1 { display:none; border-bottom:0px solid #C8C9C4; padding-bottom:5px; margin-bottom:10px;}

.pageTitle  
{
    font-size:1.27em;
    color:#f15a29;
    font-weight:bold;
}

#breadcrumb .br-text,
#breadcrumb .divider,
.val,
.chbxCol1,
.chbxCol2,
.filterCol,
.fleft,
#tbWrap,
.arrowtitle,
#userdtWrap,
#tbWrapWeb {
    float: left;
}

.fleftcenter {
    float: left;
    text-align: right;
    padding-left: 5px;
    padding-top: 10px;
}

#breadcrumb .br-text {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
}

#breadcrumb .br-text.first
{
    background-color:#e6e6e6;
}

#breadcrumb
{
    border-bottom: #e0e0e0;
    font-size:13px;
    font-weight:bold;    
    color:#555;
    background-color:#f7f7f7;
}

.divider
{
    background: url('../../styles/images/1469463588_icon-arrow-right-b.png');
    height: 39px;
    width: 19px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;   
}

#icons #search
{
    background: url('../../styles/images/1469470894_search.png');
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 11px;
    left: 10px;
}

.txt1 { color:#303030;}

.link1 
{
    color:var(--peoplecert-orange);
}
.link3 { background:url(images/marker.gif) no-repeat 0 6px; padding-left:10px; text-decoration:none;}
.link3:hover { text-decoration:underline;}

input[type="text"],
input[type="password"],
textarea
{
    padding:0.3em 2.1em 0.3em 1em;
    border:1px solid #D3D3D3;
    border-radius:4px;
    font-weight:normal;
    font-size:13px;    
}

input[type="text"]:focus
{
    background-color:#ffffd5;
}

input[type="text"]:hover,
textarea
{
    border:1px solid #aaa;
}

.login
{
    text-align: left;
}

fieldset.login
{
    border-radius:5px;
    width: 225px;
    padding: 40px;
    padding-top: 20px;    
}

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, 
fieldset.register label, 
fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

a.noLine
{
    text-decoration:none;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

div.accountInfo
{
    width: 42%;
}

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}
.failureNotification
{
    font-size: 1.2em;
    color: Red;
}
.bold
{
    font-weight: bold;
}

.button:disabled,
.button[disabled],
.button[disabled=disabled]
{
    background-color:#c5c5c5;
}
a.dialog,
a.aBtn
{
    text-decoration:none;
}

.button:disabled:hover,
.button[disabled]:hover,
.button[disabled=disabled]:hover {
    background-color: #c5c5c5;
    color: #FFF;
    /*text-shadow: 0.1em 0.1em 0.05em #333;*/
    cursor: default;
}

.button.small,
.button.small:hover
{
    height:23px;
    padding:0px 11px;
}

.button.medium,
.button.medium:hover,
.button.medium.hovered
{
    height:27px;
    padding:0px 8px;
}

.button:active
{
    /*box-shadow: 4px 3px 3px -2px #f78716 inset;*/
}

.button {
    height: 30px;
    padding: 0px 20px 0px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 4px;
    text-decoration: none;
    /*text-shadow: 0.1em 0.1em 0.05em #333;*/
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: var(--peoplecert-orange);
    border: 0px;
    transition: background-color 0.3s ease 0s;
    margin-bottom: 4px;
}

.buttonAudit:hover,
.buttonAudit.hovered
.button:hover,
.button.hovered {
    height: 30px;
    padding: 0px 20px 0px 20px;
    text-decoration: none;
    /*text-shadow: 0.1em 0.1em 0.05em #FFF;*/
    /*color: #000;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: var(--hovered);
    cursor: pointer;
}
        
.modal_close { position: absolute; top: 12px; right: 12px; display: block; width: 16px; height: 16px; background: url(images/close_small.png); z-index: 2; }

.trow2
{
    margin-top:15px;
}

.row
{
    margin-bottom:5px;
}

.gvHolder.row
{
    margin-bottom:10px;
}

.lbl
{
    float:left;
    width:120px;
    color:#111;
}

.val
{
    float:left;
}

.decimalsOnly.warning,
.numbersOnly.warning,
.alphaOnly.warning
{
    background-image:url(../../styles/images/warning.png);
    background-position: right center;
    background-repeat:no-repeat;
}

.relative
{
    position:relative;
}

.row2
{
    margin-bottom:25px;
}

.row3
{
    margin-bottom:15px;
}

.row4
{
    margin-bottom:10px;
}

.hidden
{
    display:none;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.videoControls
{
    background-color:#666666;
    padding:10px;
    width:97%;
    border-radius:3px;
    position:relative;
}

.vdPlay
{
    background: url("../styles/images/play.png") repeat-x scroll 0 0 transparent;
    display: inline-block;
    height: 24px;
    width: 24px;
}

.red
{
    color:#ff0000;
}

.vdPause
{
    background: url("../styles/images/pause.png") repeat-x scroll 0 0 transparent;
    display: inline-block;
    height: 24px;
    width: 24px;
}

.vdPrevious
{
    background: url("../styles/images/prev.png") repeat-x scroll 50% 50% transparent;
    display: inline-block;
    height: 24px;
    width: 24px;
}

.vdNext
{
    background: url("../styles/images/nex.png") repeat-x scroll 50% 50% transparent;
    display: inline-block;
    height: 24px;
    width: 24px;
}

.videoControls a.vdBackward
{
    background: url("../styles/images/backward.png") repeat-x scroll 50% 50% transparent;
    display: inline-block;
    height: 22px;
    width: 20px;
    float:right;
    margin-right:5px;
}

.videoControls a.vdForward
{
    background: url("../styles/images/forward.png") repeat-x scroll 50% 50% transparent;
    display: inline-block;
    height: 22px;
    width: 20px;
    float:right;
    margin-left:5px;
}

.videoControls a
{
    color:#ffffff;
    cursor:pointer;
    margin-right:10px;
    float:left;
}

#currentSpeed{ margin-top:4px; }
.videoControls span { float:right;color:#ffffff; }
.videoControls #slider{width:48%;margin-top:6px;position:absolute;left:0;margin-left:140px;background-image:none;z-index:2;top:10px;}
.videoControls #sliderThree{width:48%;margin-top:6px;position:absolute;left:0;margin-left:140px;background-image:none;z-index:2;top:10px;}
.videoControls #sliderTime {position:absolute; right:240px; top:14px;}
.videoLoader{ width: 100%;min-height: 365px;display:inline-block;left: 0px;top: 0px;background-image: url('/styles/images/video-bg2.jpg');background-repeat:no-repeat;background-position:center center;background-color: #000; }
.videoLoader2{ background-image:url(../styles/images/loading-big-grey2.gif);background-position: center center; background-repeat:no-repeat;width: 40px;height: 40px;position: absolute;/*left: 47%;top: 36%;*/background-color: #e5e5e5; border-radius:5px;z-index:2; }
.videoWrap video 
{
     width:100%;
}
.videoCenterLoader2{ background-image:url(../styles/images/loading-big-grey2.gif);background-position: center center; background-repeat:no-repeat;width: 40px;height: 40px;position: fixed;left: 47%;top: 47%;background-color: #e5e5e5; border-radius:5px;z-index:2; }
.videoCenterWrap video 
{
     width:100%;
     margin-left:50%;
}
#MainContent_videoLbl{ right: 100px;position: absolute;top: 14px; }
#MainContent_divInfo{ height:16px;overflow:hidden;text-align:center; }
.msg-error
{ 
    color: #A94442;
    background-color: #F2DEDE;
    border: 1px solid #EBCCD1;   
    border-radius: 3px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 10px; 
}
.msg-success
{
    color: #3C763D;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 10px; 
}
.videoControls #bufferProgress
{
    position: absolute;
    left: 0px;
    height: 12px;
    width: 48%;
    margin-left: 141px;
    margin-top: 6px;
    border-radius: 4px;
    z-index:1;
}
.videoControls #canvasProgress 
{
    width: 62.9%;
    height: 12px;
    margin-left: 29px;
    margin-top: 6px;
    border-radius: 4px;
}
.videoControls #slider .ui-widget-header
{
    background-image:none;
    background-color:#a5a5a5;
    border-radius:0px;
}
.videoControls #sliderThree .ui-widget-header
{
    background-image:none;
    background-color:#a5a5a5;
    border-radius:0px;
}
#MainContent_divWarnings
{
    height:97%;
    width:230px;
    background-color:#fff;
    opacity:0.9;
    color:#000;
    position:absolute;
    left:0px;
    top:0px;
    padding:5px;
    overflow-y:auto;
    z-index:2;
}
#MainContent_divWarnings.warningsThreeVideos {
    height:63%;
    top:50px;
}


#MainContent_divCautionStatisticsPanel.flex-container,
#MainContent_SubtitlesPanel.flex-container,
#divCautionStatisticsPanel .flex-container {
    width: 95%;
    margin: 0 auto;
    display: -webkit-flex; /* Safari */
    display: flex; /* Standard syntax */
    min-height: 50px;
}
#MainContent_divCautionStatisticsPanel.flex-container .column,
#MainContent_SubtitlesPanel.flex-container .column,
#divCautionStatisticsPanel .flex-container .column{
	padding: 10px;
	-webkit-flex: 1; /* Safari */
	-ms-flex: 1; /* IE 10 */
	flex: 1; /* Standard syntax */
}


#MainContent_aShowWarnings
{
    background-image: url("../styles/images/info.png");
    background-repeat: no-repeat;
    background-position: center 2px;
    width: 24px;
    height: 26px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #fff;
    opacity: 0.9;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    cursor:pointer;
    z-index:2;
}
#MainContent_aShowWarnings.warningsThreeVideos {
    top: 50px;
}
.aWarning
{
    cursor:pointer;
}
.videoWrap
{
    min-height:360px;
    position:relative;
}
.gridLoader
{
    background-image:url(images/loader-medium-orange.gif);
    background-position:center center;
    background-repeat:no-repeat;
    height:45px;
    width:45px;
    vertical-align:middle;
}

.gridLogsLoader {
    background-image: url(images/loader-medium-orange.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 45px;
    width: 45px;
    vertical-align: middle;
}

.filters {margin-bottom: 15px;padding-bottom: 0px;position:relative;}
.filters a {text-decoration:none;margin-right:20px;color:#505050;outline:none;}
.filters a.active {display: inline-block;height: 26px;outline:none;color: var(--peoplecert-orange) !important;border-bottom: 3px solid var(--peoplecert-orange);font-weight:bold;}
.filters a:hover {color:#000000;}
.filterLine {position:absolute;width:100%;border-bottom:1px solid #E1E1E1;top:29px;}

.options,
.options2,
.pnl
{
    padding: 15px;
    padding-left: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
    margin-top: 10px; 
    margin-bottom:15px;   
}
.empty
{
    background-color: #ececec;
    padding: 10px;
    font-weight: bold;    
}
#ucUserFullStatus_gvInstallation_gv_wrapper .ui-toolbar,
#ucUserFullStatus_gvInstallation_gv_ctl00_wrapper .ui-toolbar
{
    display:none;
}

.noTitle .ui-dialog-titlebar {display:none;}
.dlg {font-size:13px !important;}

.btnHidden
{
    visibility: hidden;
}

.mainLoaderWrap
{
    width:100%;
    height:100%;
    vertical-align:middle;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;    
}

.internalloader,
.internalloader:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.internalloader {
  font-size: 10px;/*changes circle thickness*/
  text-indent: -9999em;
  border-top: 1.1em solid var(--peoplecert-orange-2);
  border-right: 1.1em solid var(--peoplecert-orange-2);
  border-bottom: 1.1em solid var(--peoplecert-orange-2);
  border-left: 1.1em solid var(--peoplecert-orange);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: internalloader 1.1s infinite linear;
  animation: internalloader 1.1s infinite linear;
}

.mainLoader
{
    /*background-image:url(images/loader-medium-orange.gif);
    background-position:center center;
    background-repeat:no-repeat;*/
    width:100px;
    height:100px;
    display:flex;
    align-items:center;
    justify-content:center;
    vertical-align:middle;
    position:fixed;
    left:48%;
    top:35%;
    background-color:#f5f5f5;
    border-radius: 5px 5px 5px 5px;
    border:1px solid #111;
    -moz-box-shadow: 3px 3px 10px 5px #aaa;
    -webkit-box-shadow: 3px 3px 10px 5px #aaa;
    box-shadow: 3px 3px 10px 5px #aaa;
}
@-webkit-keyframes internalloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes internalloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.mainLoaderReschedule
{
    width: 115px;    
}

.mainLoaderSendEmail
{
    width:120px;
}

.mainLoaderReschedule,
.mainLoaderSendEmail
{    
    vertical-align: middle;
    position: fixed;
    left: 48%;
    top: 35%;
    background-color: #F5F5F5;
    border-radius: 5px;
    border: 1px solid #111;
    box-shadow: 3px 3px 10px 5px #AAA;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: bold;
    color: #F15A29;   
}

div.ui-datepicker
{
    width:21em;
}

.dateCol
{
    float: left;
    width: 335px;
    border-right: 1px solid #c5c5c5;
    margin-right: 7px;
}

.monthCol
{
    float:left;
    padding-top: 10px;
    color: #a5a5a5;    
}
.monthCol .or,
.monthCol .ui-selectmenu-button
{
    vertical-align:middle;
}

.chbx label,
.rd label
{
    vertical-align: middle;
    padding-top: 1px;
    margin-left: 5px;    
}

.mlbl
{
    vertical-align: middle;
    padding-top: 1px;
    margin-left:5px;
    margin-right:5px;
}

.chbxCol1,
.chbxCol2
{
    float:left;
}

.chbxCol1 
{
    width:110px;
}

.chbxCol1 span
{
    width:110px;
    display:block;
    float:left;
}

.chbxCol2
{
    width:90px;
}

.chbxCol2 span
{
    width:90px;
    display:block;
    float:left;
}

.chbxWrap
{
    width:200px;
    float:left;
    padding:5px;
    background-color:#fff;
    border-radius:5px;
    border:1px solid #e5e5e5;
}

.leftFilterCol
{
    margin-right:30px;
}

.filterCol
{
    float:left;
}

.switch
{
    background-repeat:no-repeat;
    background-position:center center;
    width:56px;
    height:22px;
    display:block;
    cursor:pointer;
    position:relative;
}

.switch.disabled
{
    cursor:default;
}

.circle
{
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 26px;
}

.switch.off
{
    border: 1px solid #D97C6F;
    background-color: #D97C6F;
    border-radius: 19px;
}

.switch.off.states2
{
    border: 1px solid #dddddd;
    background-color: #dddddd;
    border-radius: 19px;
}

.switch.default
{
    border: 1px solid #dddddd;
    background-color: #dddddd;
    border-radius: 19px;    
}

.switch.on
{
    border: 1px solid #5DC177;
    background-color: #5DC177;
    border-radius: 19px;  
}

.switch.on .circle
{
    left:34px;
}

.switch.default .circle
{
    left:17px;
}

.switch .onArea
{
    display: block;
    position: absolute;
    width: 19px;
    height: 22px;
    left: 38px;
}

.switch .defaultArea
{
    display: block;
    position: absolute;
    width: 19px;
    height: 22px;
    left: 19px;
}

.switch .offArea
{
    display: block;
    position: absolute;
    width: 19px;
    height: 22px;
}

.dlg .ui-widget-header
{
    border-radius:0px;
    border: 1px solid #e5e5e5;
    background-color: #f1f1f1;
    background-image:none;
}

.dlg.ui-dialog
{
    padding:0px;
}

.dlg.ui-dialog .ui-dialog-titlebar
{
    font-family:Arial,sans-serif !important;
}

.dlg.ui-widget-content
{
    border:0px solid #888;
}

.dlg
{
    box-shadow:0px 0px 10px #555;
}

.dlg.ui-dialog .ui-dialog-buttonpane
{
    padding:0px;
}

.dlg.iDlg.ui-dialog .ui-dialog-content
{
    padding:0px;
    overflow:hidden;
    margin:10px;
}

iframe
{
    border:0px;
    width:100%;
    height:100%;
}

.dlgWrap
{
    height:500px;
}
#MainContent_CameraVideo
{
    margin-right:15px;
}
#cameraLoader {
    left:24%;
    top: 25%;
    display:none;
}
#desktopLoader {
    left:74%;
    top:25%;
    display:none;
}
#firstVideoLoader,
#secondVideoLoader {
    width: 100%;
}
.tooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    padding: 5px;
    font-size: 11px;
    visibility: visible;
    margin-top: -2px;
    bottom: 120%;
    margin-left: -26px;
}
.tooltip .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top: 5px solid #555;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    width: 0;
    height: 0;
}
.tooltip-inner {
    max-width: 400px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #555;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}



.filters .a1,
.a1
{
    margin-right:0px;
    color:#F15A29;
    text-decoration:underline;
    cursor:pointer;
}
#tabs.ui-widget,
.ui-selectmenu-button.ui-widget
{
    font-size:1em;
}
.ui-selectmenu-button.ui-widget {
    font-size: 12px !important;
    background-color: #fff;
    color: #555;
    padding: unset;
    padding-top: 1px;
    padding-bottom: 2px;
    padding-right: 1px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    display: inline-block;
}
#tabs a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
}
#tabs .ui-tabs-nav.ui-widget-header
{
    background-image:none;
    border:0px;
    border-bottom:1px solid #aaa;
    background:none;
    border-radius:0px;
}
#tabs.ui-widget-content
{
    border:0px;
    padding-top:7px;
}
#tabs.ui-tabs .ui-tabs-nav
{
    padding:0px;
}
#tabs .tabCol1
{
    margin-right:80px;
}
#tabs .tabCol1,
#tabs .tabCol2
{
    width:265px;
    float:left;
}
#tabs .lbl
{
    width:200px;
}
#tabs .switch
{
    float:right;
}
#tabs #tabs-3 .lbl
{
    width:295px;
}
#tabs #tabs-3 .tabCol1
{
    width:355px;
}
#tabs #tabs-2 .lbl
{
    width:220px;
}
#tabs #tabs-2 .tabCol1
{
    width:285px;
}

.btnHolder
{
    border-top: 1px solid #aaa;
    padding-top: 10px;
    text-align: right;    
}

.bottomBtnHolder
{
    border-top: 1px solid #aaa;
    padding-top: 10px;
    text-align: right;
    bottom: 0;
    position: absolute;
    width: 100%;    
}

.tabContent
{
    min-height:170px;
}
.ui-selectmenu-button.ui-state-default, 
.ui-selectmenu-button.ui-widget-content .ui-state-default, 
.ui-selectmenu-button.ui-widget-header .ui-state-default,
.ui-widget-header .ui-selectmenu-button.ui-state-default,
.custom-combobox-input.ui-state-default,
.custom-combobox .ui-button.ui-state-default
{
    background-color:#fff;
    background-image:none;
}
.ui-selectmenu-button span.ui-selectmenu-text
{
    padding:0.3em 2.1em 0.3em 1em !important;
}
#ucPendingAudits_pnlGroup .lbl
{
    width: auto;
    margin-right: 15px;
    padding-top: 3px;
}
#ucNewAuditGroup_PnlSaveAudit .ui-selectmenu-button
{
    vertical-align:middle;
}
#ucErrorLogs_divOptions .lbl,
#ucLogInfo_divOptions .lbl,
#ucWarningLogs_divOptions .lbl
{
    width:170px;
}
#ucStatistics_divOptions .chbxWrap
{
    width:239px;
}
.gvHolder
{
    overflow: auto;
    width: 101%;
    height: 340px;
    border-bottom:3px solid #e5e5e5;
}

.lv1.ml
{
    background-image: url("/styles/images/Arrow-Right-icon.png");
    background-repeat: no-repeat;
    background-position: right center;    
}

.l1
{
    color: #505050;
    text-decoration: underline !important;    
}

.gHolder
{
    width: 100%;
    overflow-x: auto;    
}
    
.plus
{
    background-image:url(../../styles/images/plus.gif);
    background-repeat:no-repeat;
    background-position:center center;
    height:100%;
    display:block;
    width:100%;
    position:absolute;
    top:0px;
}

.minus
{
    background-image:url(../../styles/images/minus.gif);
    background-repeat:no-repeat;
    background-position:center center;
    height:100%;
    display:block;
    width:100%;
    position:absolute;
    top:0px;
}

.loaderWrap
{
    position:relative;
}

.loader
{
    background-color: #ffffff;
    display: block;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;    
}

.t
{
    background-color:#e5e5e5;
}

.fn
{
    font-weight:normal;
}

#chart,
#chartData,
#chart2,
#chartData2,
#chart3,
#chartData3,
#chart4,
#chartData4,
#chartWeb,
#chartDataWeb {
    border: 1px solid #D2D4D9;
    background-color: #F8F8FF;
    border-radius: 5px;
}

#chart,
#chart2,
#chart3,
#chart4,
#chartWeb{
  display: block;
  float: left;
  cursor: pointer;
  margin: 0 20px 0 0;
}

#chart.chartBottomMargin, 
#chart2.chartBottomMargin,
#chart3.chartBottomMargin,
#chart4.chartBottomMargin,
#chartWeb.chartBottomMargin{
    margin-bottom: 20px;
}

#ucAvailability_tableGauge2,
#ucExamStats_tbChartData,
#ucExamStats_tbPercent,
#ucExamStats_tbChartData2,
#ucExamStats_tbPercent2,
#ucExamStats_tbChartData3,
#ucExamStats_tbPercent3,
#ucClientStats_tbChartData,
#ucClientStats_tbPercent,
#ucClientStats_tbChartData2,
#ucClientStats_tbPercent2,
#ucClientStats_tbChartData3,
#ucClientStats_tbPercent3,
#ucClientStats_tbChartData4,
#ucClientStats_tbPercent4,
#ucUserStats_tbChartData,
#ucUserStats_tbPercent,
#ucExamStats_tbChartData,
#MainContent_tbChartData,
#MainContent_tbPercent,
#userDataTable,
#AttemptsDataTable,
#CostsDataTable,
#ucClientStats_tbChartDataWeb,
#ucClientStats_tbPercentWeb,
#BarCostsDataTable {
    float: left;
    border-collapse: collapse;
    background-color: #F8F8FF;
}

#ucAvailability_tableGauge2
{
    width: 900px;
}

    #ucAvailability_tableGauge2 th,
    #ucAvailability_tableGauge2 td,
    #ucExamStats_tbChartData th,
    #ucExamStats_tbChartData td,
    #ucExamStats_tbPercent th,
    #ucExamStats_tbPercent td,
    #ucExamStats_tbChartData2 th,
    #ucExamStats_tbChartData2 td,
    #ucExamStats_tbPercent2 th,
    #ucExamStats_tbPercent2 td,
    #ucExamStats_tbChartData3 th,
    #ucExamStats_tbChartData3 td,
    #ucExamStats_tbPercent3 th,
    #ucExamStats_tbPercent3 td,
    #ucClientStats_tbChartData th,
    #ucClientStats_tbChartData td,
    #ucClientStats_tbChartData2 th,
    #ucClientStats_tbChartData2 td,
    #ucClientStats_tbChartData3 th,
    #ucClientStats_tbChartData3 td,
    #ucClientStats_tbChartData4 th,
    #ucClientStats_tbChartData4 td,
    #ucClientStats_tbPercent th,
    #ucClientStats_tbPercent td,
    #ucClientStats_tbPercent2 th,
    #ucClientStats_tbPercent2 td,
    #ucClientStats_tbPercent3 th,
    #ucClientStats_tbPercent3 td,
    #ucClientStats_tbPercent4 th,
    #ucClientStats_tbPercent4 td,
    #ucClientStats_tbPercentWeb th,
    #ucClientStats_tbPercentWeb td,
    #ucClientStats_tbChartDataWeb th,
    #ucClientStats_tbChartDataWeb td,
    #ucUserStats_tbChartData th,
    #ucUserStats_tbChartData td,
    #ucUserStats_tbPercent th,
    #ucUserStats_tbPercent td,
    #MainContent_tbChartData th,
    #MainContent_tbChartData td,
    #MainContent_tbPercent th,
    #MainContent_tbPercent td,
    #userDataTable th,
    #userDataTable td,
    #AttemptsDataTable th,
    #AttemptsDataTable td,
    #CostsDataTable th,
    #CostsDataTable td,
    #BarCostsDataTable th,
    #BarCostsDataTable td{
        padding: 0.5em;
        border: 1px solid #D2D4D9;
        text-align: left;
    }

#ucExamStats_tbPercent th,
#ucExamStats_tbPercent td,
#ucExamStats_tbPercent2 th,
#ucExamStats_tbPercent2 td,
#ucExamStats_tbPercent3 th,
#ucExamStats_tbPercent3 td,
#ucClientStats_tbPercent th,
#ucClientStats_tbPercent td,
#ucClientStats_tbPercent2 th,
#ucClientStats_tbPercent2 td,
#ucClientStats_tbPercent3 th,
#ucClientStats_tbPercent3 td,
#ucClientStats_tbPercent4 th,
#ucClientStats_tbPercent4 td,
#ucClientStats_tbPercentWeb,
#ucUserStats_tbPercent th,
#ucUserStats_tbPercent td,
#MainContent_tbPercent th,
#MainContent_tbPercent td {
    border-left: 0px;
}

#ucAvailability_tableGauge2 .t,
#ucExamStats_tbChartData .t,
#ucExamStats_tbPercent .t,
#ucExamStats_tbChartData2 .t,
#ucExamStats_tbPercent2 .t,
#ucExamStats_tbChartData3 .t,
#ucExamStats_tbPercent3 .t,
#ucClientStats_tbChartData .t,
#ucClientStats_tbChartData2 .t,
#ucClientStats_tbChartData3 .t,
#ucClientStats_tbChartData4 .t,
#ucClientStats_tbPercent .t,
#ucClientStats_tbPercent2 .t,
#ucClientStats_tbPercent3 .t,
#ucClientStats_tbPercent4 .t,
#ucUserStats_tbChartData .t,
#ucUserStats_tbPercent .t,
#MainContent_tbChartData .t,
#MainContent_tbPercent .t,
{
    border-bottom: 2px solid #D2D4D9;
}

#ucExamStats_tbChartData td,
#ucExamStats_tbChartData2 td,
#ucExamStats_tbChartData3 td,
#ucClientStats_tbChartData td,
#ucClientStats_tbChartData2 td,
#ucClientStats_tbChartData3 td,
#ucClientStats_tbChartData4 td,
#ucUserStats_tbChartData td,
#MainContent_tbChartData td,
#ucClientStats_tbChartDataWeb td,
.aWarning,
#aPendingAudits,
.add-row {
    cursor: pointer;
}

    #ucExamStats_tbChartData td.highlight,
    #ucExamStats_tbChartData tr.highlight,
    #ucExamStats_tbChartData tr:hover td.highlight,
    #ucExamStats_tbPercent tr.highlight,
    #ucExamStats_tbChartData2 td.highlight,
    #ucExamStats_tbChartData2 tr.highlight,
    #ucExamStats_tbChartData2 tr:hover td.highlight,
    #ucExamStats_tbPercent2 tr.highlight,
    #ucExamStats_tbChartData3 td.highlight,
    #ucExamStats_tbChartData3 tr.highlight,
    #ucExamStats_tbChartData3 tr:hover td.highlight,
    #ucExamStats_tbPercent3 tr.highlight,
    #ucClientStats_tbChartData td.highlight,
    #ucClientStats_tbChartData tr.highlight,
    #ucClientStats_tbChartData tr:hover td.highlight,
    #ucClientStats_tbChartData2 td.highlight,
    #ucClientStats_tbChartData2 tr.highlight,
    #ucClientStats_tbChartData2 tr:hover td.highlight,
    #ucClientStats_tbChartData3 td.highlight,
    #ucClientStats_tbChartData3 tr.highlight,
    #ucClientStats_tbChartData3 tr:hover td.highlight,
    #ucClientStats_tbChartData4 td.highlight,
    #ucClientStats_tbChartData4 tr.highlight,
    #ucClientStats_tbChartData4 tr:hover td.highlight,
    #ucClientStats_tbPercent tr.highlight,
    #ucClientStats_tbPercent2 tr.highlight,
    #ucClientStats_tbPercent3 tr.highlight,
    #ucClientStats_tbPercent4 tr.highlight,
    #ucClientStats_tbChartDataWeb tr.highlight,
    #ucClientStats_tbChartDataWeb td.highlight,
    #ucClientStats_tbChartDataWeb tr.hover td.highlight,
    #ucUserStats_tbChartData td.highlight,
    #ucUserStats_tbChartData tr.highlight,
    #ucUserStats_tbChartData tr:hover td.highlight,
    #ucUserStats_tbPercent tr.highlight,
    #MainContent_tbChartData td.highlight,
    #MainContent_tbChartData tr.highlight,
    #MainContent_tbChartData tr:hover td.highlight,
    #MainContent_tbPercent tr.highlight,
    #userDataTable td.highlight,
    #userDataTable tr.highlight,
    #AttemptsDataTable td.highlight,
    #AttemptsDataTable tr.highlight,
    #CostsDataTable td.highlight,
    #CostsDataTable tr.highlight,
    #BarCostsDataTable td.highlight,
    #BarCostsDataTable tr.highlight
    {
        background: #DEDEDE;
    }

#ucExamStats_tbChartData tr:hover td,
#ucExamStats_tbPercent tr.hovered,
#ucExamStats_tbChartData2 tr:hover td,
#ucExamStats_tbPercent2 tr.hovered,
#ucExamStats_tbChartData3 tr:hover td,
#ucExamStats_tbPercent3 tr.hovered,
#ucExamStats_tbChartDataWeb tr:hover td,
#ucExamStats_tbPercentWeb tr.hovered,
#ucClientStats_tbChartData tr:hover td,
#ucClientStats_tbPercent tr.hovered,
#ucClientStats_tbChartDataWeb tr:hover td,
#ucClientStats_tbPercentWeb tr.hovered,
#ucClientStats_tbChartData2 tr:hover td,
#ucClientStats_tbPercent2 tr.hovered,
#ucClientStats_tbChartData3 tr:hover td,
#ucClientStats_tbPercent3 tr.hovered,
#ucClientStats_tbChartData4 tr:hover td,
#ucClientStats_tbPercent4 tr.hovered,
#ucUserStats_tbChartData tr:hover td,
#ucUserStats_tbPercent tr.hovered,
#ucUserStats_tbChartDataWeb tr:hover td,
#ucUserStats_tbPercentWeb tr.hovered,
#MainContent_tbChartData tr:hover td,
#MainContent_tbPercent tr.hovered,
#MainContent_tbChartDataWeb tr:hover td,
#MainContent_tbPercentWeb tr.hovered,
#userDataTable tr:hover td,
#AttemptsDataTable tr:hover td,
#CostsDataTable tr:hover td,
#BarCostsDataTable tr:hover td {
    background: #e8e8e8;
}

.col1
{
    float:left;
    width: 180px;
    margin-right: 40px;
}

.accTitle
{
    border: 1px solid rgb(213, 213, 213);
    border-radius: 5px;
    padding: 10px;
    background-color: #f2f2f2;    
}

#ucUserFullStatus_col1
{
    width:15%;
    margin-right:0px;
}

#ucUserFullStatus_col2
{
    width:83%;
    float:right;
}

.col2
{
    float:left;
    width:86%;
}

#ucUserFullStatus_divReport h4
{
    border-bottom:1px solid #d5d5d5;
    margin-bottom:15px;
    padding-bottom:3px;
}

#ucUserFullStatus_divInstallationSettings h4
{
    border-bottom:1px solid #d5d5d5;
    margin-bottom:15px;
    padding-bottom:3px;
}

.lblSwitchText
{
    float:left;
    margin:2px 0px 0px 85px;
}

#ucUserFullStatus_h4Incidents
{
    color:#000;
    font-weight:bold;
}

#ucUserFullStatus_divExamReportButtons #ucUserFullStatus_aActions
{
    float:left;
    margin-left:0px;
}

#ucUserFullStatus_divExamReportButtons a
{
    float:right;
    margin-left:5px;
}

#ucUserFullStatus_BtnLiveFeed
{
    float:right;
    margin-left:5px;
}

.col1 a
{
    margin-left:60%;
}

.col1 .lbl
{
    width:56%;
}

.fleft { float:left; }
.fright { float: right; }		

#MainContent_tbxQuery, 
#output 
{
    top:0;
    left:0;
    font:14px/1 monospace;
    padding:5px;
    border:1px solid #999;
    white-space:pre;
    margin:0;
    width:97%;
}
#MainContent_tbxQuery 
{ 
    z-index:2;
    color:#000;
    min-height:300px;
}

#output 
{ 
    border-color:transparent;
    position:absolute;
    z-index:-1;
}

#output span 
{
    opacity:0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.wordwrap { 
   white-space: pre-wrap;
   white-space: -moz-pre-wrap;
   white-space: -pre-wrap;
   white-space: -o-pre-wrap;
   word-wrap: break-word;
}

#results .ui-autocomplete 
{
    max-height: 249px;
    overflow-y: auto;
    overflow-x: hidden;
}

span.item-icon 
{
    font-style: italic;
    float: left;
    margin-right: 5px;
    font-weight: bold;
}
span.item-icon.T
{
    color:#50b948;
}
span.item-icon.P
{
    color:#0094d8;
}
span.item-icon.FS,
span.item-icon.FT
{
    color:#9e2421;
}
span.item-icon.C
{
    color:#a034a1;
}
.ui-widget
{
    font-family:Arial, sans-serif !important;
    font-size:1em !important;
    line-height:19px;
}

#splitter
{
    min-height:200px;
    height:100%;
    width:100%;
}

.splitter_panel .c2.right_panel
{
    overflow-y:hidden;
}

#tbWrap
{
    float:left;   
}

#dialog-download label
{
    margin-left:5px;
    vertical-align:top;  
}

#dialog-download input
{
    font-size:13px;
    font-family:Arial;
}

#dialog-download
{
    padding-top:10px;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}
.custom-combobox-input {
    margin: 0;
    padding: 2px 10px;
    vertical-align:middle;
}
.custom-combobox .ui-button
{
    height: 23px;
    vertical-align:middle;   
}

.numTbx input[type="text"]
{
    width:19px;
    margin-left: 5px;
    margin-right: 2px;    
}

.ui-icon.up
{
    background-position: 0px -20px;
    cursor: pointer;
    height:10px;
}

.ntbx-buttons
{
    position: absolute;
    right: 6px;
    top:-1px;   
}

.ui-icon.down{
    background-position: -65px -18px;
    cursor: pointer;
    height:10px;
}
.numTbx{
    position: relative;
    float: left;    
}
.numTbx .txt{
    margin-left: 3px;
    margin-right: 7px;
}
#disabler1,
#disabler2
{
    background-color: #FFF;
    opacity: 0.7;
    position: absolute;
}
#disabler1 {
    top: 0px;
    left: 22px;
    width: 185px;
    height: 100%;
}
#disabler2 {
    top: 16px;
    width: 215px;
    height: 85%;
}
#divTo
{
    position:relative;
}

.tbxwrap
{
    position: relative;
    display: inline;
}

.arrow {
    background-image: url("/Styles/JqueryUI-V1.13.3/images/ui-icons_888888_256x240.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px; 
    display: block;
    float: left;
    margin-top: 4px;
    margin-left: 3px;        
}

.arrow.adown
{
    background-position: 0 0;    
}

.arrow.aup
{
    background-position: -65px 0;    
}

.arrowtitle
{
    float:left;
}

.accItem 
{
    margin-top:10px;
}

.hbtn
{
    display:inline-block !important; 
    font-size: 1.27em;
    padding-top: 0px;
    font-weight: bold;
    line-height: 1.45em;
    font-variant: small-caps;
    text-transform: none; 
    cursor:pointer;
    color: var(--peoplecert-orange);
}

.jquerybutton {
    cursor: pointer;
    width: 140px !important;
}

.hLine {
    margin: 2px 0px 8px;
    border-bottom: 1px solid #D5D5D5;
}

.delete,
.hideRow
{
    background-image:url(../../styles/images/delete2.png);
    background-repeat:no-repeat;
    background-position:center center;
    width:16px;
    height:16px;
    display:block;
    cursor:pointer;
}

.add-row
{
    cursor: pointer;
}

.noHighlight tr.odd td.sorting_1,
.noHighlight tr.even td.sorting_1
{
    background-color:transparent;
}

#download-page
{
    overflow:hidden;
}

#download-page iframe
{
    margin-left: -200px;
    height: 920px;
    margin-top: -125px;    
}

.small-loader
{
    background-image:url(images/loading.gif);
    background-position:center center;
    background-repeat:no-repeat;
    height:16px;
    width:16px;
    display: block;
    position: absolute;
    vertical-align: top;
    top: 0px;
    right: 20px;  
}

#dialog,
#dialog2,
#dialog3
{
    display:flex;
    align-items:center;
    justify-content:center;
}

#iDialog,
#iDialog2,
#iDialog3
{
    position:absolute;
    top:0px;
    left:0px;
}

#navigation a.active
{
    background-color: rgb(201, 201, 201);
    box-shadow: 1px 2px 5px -1px rgb(119, 119, 119) inset;
    border-right: 2px solid rgb(208, 208, 208);
    text-shadow: 0px 1px 0px rgb(255, 255, 255);
    color: rgb(80, 80, 80);    
}

.tbxwrap input[disabled="disabled"]
{
    background-color:#fff;
}

.c1
{
    float:left;
    width:30%;
    height:100%;
    padding-right:3px;
}

.c2
{
    float:left;
    width:68%;
    padding-top:2px;
    padding-left:5px;
}

#splitter .ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }

#splitter .ui-resizable { position: relative;}

#splitter .ui-resizable-e { 
    cursor: e-resize; 
    width: 3px; 
    right:0px;
    top: 0; 
    bottom: 0; 
    background-color: #c5c5c5;
}

#query .ui-resizable-s { 
    cursor: s-resize; 
    height: 3px;
    bottom: 0; 
    background-color: #c5c5c5;
}

#query
{
    padding-bottom:9px;
    height:100%;
}

.t25
{
    margin-top:25px;
}

#labelServTag
{
    margin-left:10px;
    /*color:#fff*/  
}

#aPendingAudits
{
    cursor:pointer;
}

.optional
{
    font-style: italic;
    color: Gray;
    vertical-align: top;
    line-height: 21px;
    margin-left:5px;
}

#ucNewAuditGroup_pnlStep1 .dateCol
{
    width: 323px;
}

.groupInfo .lbl
{
    width:auto;
    margin-right:5px;
}

#ucNewAuditGroup_PnlSaveAudit .col2
{
    width:auto;
    padding-top: 30px;
}

#ucNewAuditGroup_PnlSaveAudit .col1
{
    width: auto;
    padding-right: 10px;
    border-right: 1px solid #c5c5c5;
    margin-right: 5px;    
}

#footer a
{
    text-decoration:none;
}

#lblGroupName
{
    padding-top:7px;
}

#auto-ref
{
    margin-bottom:10px;
    background-color: #EAEAEA;
    border-radius: 2px;
    text-align: center;
    position: relative;
    height: 21px;
    width: 140px;     
    border: 1px solid #d3d3d3; 
}
    
#auto-ref #fill {

    background-color: #9FD1AC;
    border: 1px solid #60a170;
    width: 24px;
    height: 21px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    border-radius: 2px 0px 0px 2px;
    border-right: 0px;
    margin-top: -1px;
    margin-left: -1px;
    border-width: 1px 0px 1px 1px;
    border-style: solid none solid solid;
}

.autoRefreshBtn
{
    cursor:pointer;
    text-decoration:none;
}

.cell-expand
{
    background: url('../../styles/images/1469203952_add.png') no-repeat center center;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    cursor:pointer;
}

.cell-collapse
{
    background: url('../../styles/images/1469203952_minus.png') no-repeat center center;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    cursor:pointer;
}

.ui-selectmenu-menu .ui-widget-content { max-height: 200px; }


#ucUserFullStatus_lblExamLocation 
{
    padding-left: 10px;
}

.invisibleCol
{
    display:none;
}

.buttonAudit {
    background-image: url(../../styles/images/scheduler/pattern.png);
    background-repeat: repeat;
    background-position: 0 0;
    height: 30px;
    z-index: 2;
    background-size: 10%;
}

.chartWrapper {
    position: relative;
}

.chartWrapper > canvas {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

#MainContent_textNote,
#MainContent_TextBox1 {
    font-size: .8rem;
    letter-spacing: 1px;
    padding: 10px;
    max-width: 100%;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 460px;
    height: 40px;
    margin-left: 3px;
}

#divAddNoteBtn {
    display: flex;
    margin-right: 4px;
}

#divAddNotes {
    width:490px;
}

#divNoteTimestamp {
    margin-left: 3px;
}

#divNotesBoard {
    position: absolute;
    /*      
    bottom: 0px;
    right: 0px;
    width: 240px;
    height: 360px;
    */
    width: 50%;
    height: 100%;
    background: #fff;
    color: #000;
    opacity: 0.9;
    z-index: 2;
    overflow-x: scroll;
}

#divTeamsNotesBoard {
    position: absolute;
    /*
    bottom: 0px;
    right: 240px;
    */
    width: 50%;
    height: 100%;
    background: #fff;
    color: #000;
    opacity: 0.9;
    z-index: 2;
    overflow-x: scroll;
    margin-right: 20px;
}

.greenBiometrics {
    background: #8fbc8f;
}

.redBiometrics {
    background: #E9967A;
}

.naBiometrics {
    background: #D3D3D3;
}

.imagecontainer {
    padding: 40px 5%;
}
.image-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

    .image-gallery > li {
        flex-basis: 150px; /*width: 350px;*/
        position: relative;
        cursor: pointer;
    }

    .image-gallery::after {
        content: "";
        flex-basis: 350px;
    }

    .image-gallery li img {
        
        width: 100%;
        height: 65%;
        vertical-align: middle;
        border-radius: 5px;
    }

.overlay {
    position: absolute;
    width: 100%;
    height: 65%;
    background: rgba(57, 57, 57, 0.502);
    top: 0;
    left: 0;
    transform: scale(1);
    transition: all 0.2s 0.1s ease-in-out;
    color: #fff;
    border-radius: 5px;
    /* center overlay text */
    display: flex;
    align-items: center;
    justify-content: center;
}
.audiocontainer {
    padding: 10px 5%;
}
.audio-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .audio-gallery > li {
        flex-basis: 300px; /*width: 350px;*/
        position: relative;
        cursor: pointer;
    }

    .audio-gallery::after {
        content: "";
        flex-basis: 350px;
    }

    .audio-gallery li img {
        width: 100%;
        height: 65%;
        vertical-align: middle;
        border-radius: 5px;
    }

.overlay-audio {
    position: absolute;
    width: 100%;
    height: 20%;
    background: rgba(57, 57, 57, 0.502);
    top: 50px;
    left: 0;
    transform: scale(1);
    transition: all 0.2s 0.1s ease-in-out;
    color: #fff;
    border-radius: 5px;
    /* center overlay text */
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--peoplecert-orange);
}

fieldset.biometrics {
    margin: 1em 4px;
    padding: 1em;
    border: 1px solid #ccc;
}
