/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Calibri","Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: white; /* #034af3; */
}

a:hover {
    color: white; /* #1d60ff; */
    text-decoration: none;
    /* background-image: url(Images/checkPassed.gif);*/ /*(20210311-AC) Fix browser errors*/
}

a:active
{
    color: white; /* #034af3; */
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 800px;
    background-color: #fff;
    margin: 10px auto 0px auto; /* 20px auto 0px auto; */
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #5B9BD5; /*#4b6c9e; */
    width: 100%;
    color: #ffffff
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 0px;
    min-height: 420px;
}

.mainResultExt
{
    padding: 0px 0px;
    min-height: 310px; 
}

.mainResultInt
{
    padding: 0px 0px;
    min-height: 340px; 
}

.leftCol
{
    padding: 0px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

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;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 300px; 
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.buttonDetails, .buttonDetailsDisabled
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    border-radius: 3px;
    background-color: #4472C4; /* blue */
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    width: 104px;
    height: 24px;
    cursor: pointer;
}

.buttonDetailsDisabled
{
    opacity: 0.6;
    cursor:default;
}

.dashLabel, .dashLabelDisabled
{
    background-color: #4472C4; 
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 10px 0px 10px;
    height: 24px;
    width: 160px;
    cursor: pointer;
}

.dashLabel:hover
{
    opacity: 0.75;
}


.dashLabelDisabled
{
    opacity: 0.6;
    cursor: default;
    pointer-events: none;
}

/* ------------------------------------------ */
.ResultDashContainer, .ResultDashContainerTotal, .ResultDashContainerProcessed, .ResultDashContainerPassed, .ResultDashContainerFailed
{
    position: relative;
    display: inline-block;
    height: 84px;
    width: 160px;
    margin: 15px 0px 7px 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.ResultDashContainer:hover, .ResultDashContainerTotal:hover, .ResultDashContainerProcessed:hover, .ResultDashContainerPassed:hover, .ResultDashContainerFailed:hover
{
    opacity: 0.75;
}

.ResultDashContainerTotal
{
    background-color: #5B9BD5;
    margin-left: 45px;
}

.ResultDashContainerProcessed
{
    background-color: #4472C4;
}

.ResultDashContainerPassed
{
    background-color: #70AD47;
}

.ResultDashContainerFailed
{
    background-color: #FF0000;
}

.ResultDashTitle, .ResultDashTitleDisabled
{
    /* Center horizontally */
    text-align: center;  
    /* Vertical Spacing */
    margin-top: 5px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    cursor:pointer;
}

.ResultDashTitleDisabled
{
    cursor:default;
}

.ResultDashValue, .ResultDashValueDisabled
{
    /* Center horizontally */
    text-align: center;  
    /* Vertical Spacing */

    color: white;
    text-decoration: none;
    font-size: 36px;
    cursor:pointer;
}

.ResultDashValueDisabled
{
    cursor: default;
}


.buttonResults
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    border-radius: 3px;
    background-color: #4472C4; /* blue */
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 5px;
    width: 104px;
    height: 18px;
    float:right;
}

.reviewPage
{
    width: 1280px; /* WAS 1200px; */
}

.res_actions
{
    height: 24px;
    width: 715px;
}

.statusBusy
{
    display: none;
    position: absolute;
    /* Horizontal Centering */
    left: 50%; 
    transform: translateX(-50%);
    /* Vertical Centering */
    /* top: 50%;  true center, but until make background transparent, doesn't look right */
    top: 375px;
    transform: translateY(-50%);
}


/* Maintenance Items
-------------------------------------------- */
.mtnSelect
{
    background-color:#4472C4; 
    color:White; 
    width: 140px;
}

.statusHidden
{
    display: none;
}

.statusView
{
    display: inherit;
    color: #4472C4;
}

.statusViewErr
{
    display: inherit;
    color: Red;
}

.actionBlock
{
    border-style:solid; 
    border-width:1px; 
    border-color:#A0B8CD; 
    width: 780px; 
    height: auto; /* 80px; */
    margin: 0px 5px 0px 10px;
}

/*.ticketUploadBlock
{
    display: inherit;
    height: 200px;
}*/

.uploadButton
{
    background-color: #4472C4; /* blue */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 0px 0px 0px 0px;
    height: 20px;
    width: 85px;
    vertical-align: top;
    cursor: pointer;
}

/*.ticketPublishBlock
{
    display: inherit;
    height: 200px;
}*/

.ticketPublishComment
{
    margin: 5px 0px 0px 0px; 
    font-size: 12px; 
    font-family:Arial, Helvetica, Verdana, sans-serif; 
    color: #696969; 
    resize: none; 
    overflow: auto; 
    width: 700px; 
    height: 60px;
}

.requestAccessBlock
{
    border: 1px solid #A0B8CD;
    display: inherit;
    width: 780px; 
    height: 140px; 
    margin: 10px 5px 0px 10px;
}

.trSelect 
{
    display:inline;
    float:left;
    margin: 10px 0px 0px 0px; 
    width:260px;
}

/*.mntSelect
{
    min-width: 250px;
    font-family:Arial, FontAwesome; 
    padding: 0px;
}*/

/*.ticketResetBlock
{
    display: inherit;
    height: 200px;
}*/

/* Floating Marquee (for maintenance messages, etc)
----------------------------------------------------------*/
.marquee
{
    height: 16px;
    overflow: hidden;
    color: red;
}

.marqueeText
{
 position: relative;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 15px;
 text-align: center;
 /* Apply animation to this element */	
 animation: marqueeScroll 10s linear; /* infinite; */
}

/* Defines the animation frames */
@keyframes marqueeScroll {
 0%   {transform: translateX(100%);}
 100% {transform: translateX(-100%);}
}

.marqueeHidden
{
    display: none;
}
/* END Floating Marquee ----------------------------------------------------------*/

/* Reset prompt 
----------------------------------------------------------*/
.resetAlertBlock, .resetAlertBlockHidden
{
    height: 16px;
    overflow: hidden;
    color: red;
}

.resetAlertBlockHidden
{
    display: none;
}

.alertText
{
 position: relative;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 15px;
 text-align: center;
}

/* END Floating Marquee ----------------------------------------------------------*/

.typePrivate
{
    background-color:#FEC107; 
    display:inline; 
    margin-left: 20px;
    border-radius: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

.typePublic
{
    background-color:#4CB050; 
    display:inline; 
    margin-left: 20px;
    border-radius: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

.modeReadOnly
{
    background-color:#FB472F; 
    display:inline; 
    margin-left: 20px;
    border-radius: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

.resetRadio
{
    display: inline-block;
    margin:10px 5px 5px 160px;
    vertical-align:sub;
    color: #848484;
}

.resetType
{
    color:#848484; 
    display: inline-block;
    margin: 0px 0px 0px 0px;

}

.publishDeleteCheckBlock
{
    margin: 0px; 
    width: 25px; 
    height: 18px; 
    padding: 0px; 
    display:inline-block;
    float: left;
    margin-top: 1px;
}

.publishDeleteCheckLabel
{
    height: 18px; 
    min-width: 550px;
    border: none;
    color: #717171;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 2px 0px 0px 0px;
    white-space: nowrap;
}

.chkUnchecked
{
    background-image: url("../Images/checkUnchecked.gif");
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    cursor:pointer;
    margin: 1px 0px 0px 4px;
}

.chkChecked
{
    background-image: url("../Images/checkChecked.gif");
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    cursor:pointer;
    margin: 1px 0px 0px 4px;
}

/* Toggle slider ----------------------------------------------------------*/

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 16px;
}

/* Hide default HTML checkbox */
.switch input {
    display:none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 4px;
  bottom: 4px;
  top: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #4AB552;  /* #8EDB8E; #2196F3; */
}

input:focus + .slider {
  box-shadow: 0 0 1px #4AB552; /* #8EDB8E; #2196F3; */
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

.slider.round {
  border-radius: 10px;
}

.slider.round:before {
  border-radius: 50%;
}
/* END Toggle slider ----------------------------------------------------------*/

/* Warning Prompt used for session timeout
-------------------------------------------------------------------------------*/
.warningPrompt
{
    display: none;
    position: absolute;
    z-index: 1; /* Sit on top */
    width: 600px; 
    height: 80px;
    overflow:hidden;
    background-color: darkgrey;/*#4472C4; */
    border-radius: 3px;
    /* Horizontal and Vertical Centering */
    position: absolute;
    top:40%;   /* 0;*/
    /* bottom: 0;*/
    left: 0;
    right: 0;
    margin: auto;
}

.warningContent
{
    width: 594px;
    height: 74px;
    background-color: white;
    margin: 3px;
    text-align:center;
    border-radius: 3px;
}

.warningMessage
{
    height: 20px;
    padding: 10px;
    font-size: 16px;
}
    
.warningButton
{
    border-style: none;
    border-width: medium;
    border-radius: 3px;
    background-color: grey;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    width: 80px;
    height: 20px;
}

/* END Warning Prompt ----------------------------------------------------------*/

/* Requirements Table ----------------------------------------------------------*/
.requirementsTable
{
    margin: 15px 0px 0px 20px;
    width: 500px; 
    height: 200px; 
    padding: 0px;
}

.requirementsHeaderRow
{
    height: 22px; 
    width: 495px; 
    padding: 0px; 
    margin: 0px; 
}

.requirementsHeaderCell{
    width:200px; 
    height: 20px; 
    display:inline-block; 
    padding: 0px; 
    margin: 0px; 
    border: 1px solid #DEDEDE;
    text-align: center;  
    background-color: #2973B5;
    float: left;
}

.requirementsHeaderText
{
    color: white;
}

.requirementsDetailRow
{
    height: 40px; 
    width: 495px; 
    padding: 0px; 
    margin: 0px; 
}
.requirementsDetailCell
{
    width:200px; 
    height: 40px; 
    display:inline-block; 
    margin: 0px; 
    border: 1px solid #DEDEDE;
    text-align: center;  
        float: left;
}

.requirementsText
{
    color: #202020;
    display: block; 
    height: 35px; 
    line-height: 35px; 
}

/* END Requirements Table ------------------------------------------------------*/