﻿body
{
    background: #F7F7F7;
    width: 100%;
    color:#000;
}

caption 
{
    caption-side:top !important;
    padding-top: .2rem;
    /*padding-bottom: .5rem;*/
    font-weight:bold;
}

/*Footer*/
#jtsFooter
{
    right: 1em;
    bottom: 1em;
    left: 0;
    z-index: 1030;  
}
.container
{
    border: 1px solid #E6E9ED;
}
.panel
{
    position: relative;
    margin-bottom: 8px;
    padding: 5px 17px;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
}
.UserDropDown
{
    font-weight: 400;
    color: #212529;
}
.UserDropDown:hover
{
    font-weight: 400;
    color: #212529;
}

.login
{
    background: #F7F7F7;
    padding: 80px 0;
    height: 100%;
}
.login .form
{
    max-width: 500px;
    width: 900%;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}
.login .logo
{
    text-align: center;
    padding: 0 0 20px;
    font-size: 100px;
    color: rgb(244,71,107);
}

.loginpassword
{
    height: 60px;
}

login .form .forgot:hover, .login .form .forgot:active
{
    opacity: 1;
    text-decoration: none;
}
.login .form .forgot
{
    display: block;
    text-align: center;
    color: #6f7a85;
    opacity: 0.9;
    text-decoration: none;
}
.login .notice
{
    margin-top: 10px;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #6f7a85;
    opacity: 0.9;
    text-decoration: none;
}
.btn-primary
{
    color: #fff !important;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary:hover
{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.nav-item
{
    margin: 1px;
}
.nav-item:empty
{
    margin: 0;
    display: none;
}
.navbar
{
   
    width: 100%;
}
.badge
{
        font-size: 100%; 
     font-weight: 100; 
}


a.nav-link 
{
    color:#fff;
}

.nav-hidden
{
    display: none;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight:700;
}

/*Repeater*/
.repHeader
{
    background-color: #0b69a3;
}

/*DataGrid*/
.dgHeader
{
	background-color: #0b69a3;
}

/*GridView*/
.gvHeader{
	background-color: #0b69a3;
	color: #ffffff;
}
.gvHeader a:link {
    color : white;
    text-decoration : none;
}

/*CheckBox*/
.checkbox {
    vertical-align: middle;    
}
.checkbox label{
    position: relative;
    top: -1px;
    left: 3px;
    margin-right: 10px;
}

/*RadioButton*/
.radio {
    vertical-align: middle;
}
.radio label{
    position: relative;
    top: -2px;
}

.v-align-middle{
    vertical-align: middle;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden 
{ 
    border: 0; 
    clip: rect(0 0 0 0); 
    height: 1px; 
    margin: -1px; 
    overflow: hidden; 
    padding: 0; 
    position: absolute; 
    width: 1px; 
}
.clr-blk{
    color: #000000;    
}

.pad-left-dec-qrtr-em
{
    padding-left: .25em;
}
.ddl-fill
{
    width: fit-content;
}

.rpt-tableTr 
{
     color: #fff;
    background-color: #6c757d;
}

.toolbar-link 
{
    color:#6e6e6e;
    display: block;
    margin-left: 0px;
}

a.tabbar-link
{
    color:#6e6e6e;
}
a.subtab-link
{
    color:#6e6e6e;
}

.tdtop
{ 
	vertical-align: text-top;
	font-weight:normal;
	word-spacing:normal;
	letter-spacing:normal;
	text-transform:none;
	padding: 0px 0px 0px 0px;
}
.display-none{
    display: none;
}
.pane{
   background: #fff;
}
.color-red
{
    color: red;
}
.color-black
{
    color: black;
}
.link-btn 
{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration:none; 
    border:1px solid #000;
    padding: 2px 6px;
    color: #000;
    background-color: #EEE;
    
}
.inline-error 
{
    color: #B30000;   /* accessible red (contrast requirements) */
}

.CaseToolbar
{
    padding: 3px 5px;
    display: inline-block;
}

.CaseToolbar #lblClientSelect
{
    font-weight: bold;
}

.CaseToolbar span.spnClientSelect {
    font-weight: bold;
}

.CaseToolbar span.spnClient {
    margin-left: .25rem;
}

.CaseToolbar #lbClientSelect {
    color: rgba(0,0,0,.5);
    display: inline-block !important;
    padding: .5rem;
}

.CaseToolbar #lblToolbarTitle
{
    margin-left: 1rem;
}

.CaseToolbar #ddlClient, #ddClient_yardstick
{
    /*width: 250px;*/
    width: auto;
    margin-left: 3px;
    padding: 4px;
}

.PreserveWhiteSpace
{
    white-space: pre-wrap;
}

.subtab-level1-link {
    color: White !important;
}

.subtab-level1-link:hover {
    background-color: #5b6778;
    color: White !important;
}

.TableCellCaution {
    background-color: #FFFF00 !important;
}

.TableCellWarning {
    background-color: #FF6161 !important;
}

/* https://webaim.org/resources/contrastchecker/ */