﻿/*------------------------------------------------------------------------------------*/
/* Override the main sites css */
/*------------------------------------------------------------------------------------*/
.lobdropdown {
    color: #3E3E3E !important;
}

.dropDown {
    color: #3E3E3E !important;
}

#SessionInfo span {
    color: #3E3E3E !important;
}

table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
table th {
    text-align:center;
}
table td {
    padding-left:5px;
    padding-right:5px;
}
table a {
    text-decoration:underline;
}

table {
    font-size: 13px;
    /*max-width:99% !important;*/
    max-width:99%;
}

.scrollableGrid {
    overflow: auto;
    width: 100%;
}

.scrollableGrid th {
    color: #460F46;
}

.scrollableGrid th a {
    color: #460F46;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 3px 0;
    margin-top: 1px \9;
    line-height: normal;
}

.main-content h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

.main-content h1 {
    font-size: 3em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.main-content h2 {
    font-size: 1.5em;
    font-weight: 600;
}

.main-content h3 {
    font-size: 1.2em;
    font-weight: 600;
}

.main-content h4 {
    font-size: 1.1em;
    font-weight: 600;
}

.main-content h5, h6 {
    font-size: 1em;
}

/* To adjust the height modify the '-xpx' and change the height as well this was height 100px and - 100px in the calc*/
.footer {
    position: sticky;
    height: 25px;
    top: calc( 100vh - 50px ); 
}

#MainContent_cbl label {
    font-weight: normal;
}
#MainContent_rbl_SchedType label {
    font-weight: normal;
}

#MainContent_divManageEvents h3 {
    margin-bottom:10px;
}
#MainContent_divAdmin h2 {
    margin-bottom: 10px;
}

.content hr {
   margin: 5px !important;
}

#tblExtDatasetInfo td:nth-child(2) {
    width: 260px;
}
#tblExtDatasetInfo td:nth-child(1) {
    width: 125px;
}

#MainContent_paramSD hr {
    margin: 5px !important;
}

#MainContent_StartTime hr {
    margin: 5px !important;
}

#MainContent_paramTD hr {
    margin: 5px !important;
}

#MainContent_EndTime hr {
    margin: 5px !important;
}

.MTSubmitDiv .checkbox label[for="MainContent_RememberMe"] {
    font-size: 12.8px;
}

#MainContent_ForgotPasswordHyperLink {
    font-size: 12.8px;
}

#lblProductName{
    font-size:32px;
}

#copyrightBox{
    font-size:12.8px;
}

#MainContent_txtMemberID{
    line-height: 10px;
}

.RadGrid_Silk{
    width:99.5% !important;
}

.rgDataDiv table {
    max-width: 100% !important;
}

.stopTheMadnessTable table {
    max-width: 100% !important;
}
table[id$='_TopPager'] {
    max-width: 100% !important;
}

.tblObjectInfo {
    max-width: 100% !important;
}

.SideBySideGrid {
    overflow: hidden !important;
    max-height: none !important;
}

#assessmentgridprogress {
    overflow-y: auto !important;
    max-height: 30em;
}

#MainContent_dgvRemaining{
    margin-bottom:5px;
}
/* Leave this in here for now until this ticket 1333 has gone through QA not ideal but they may not like the default colors*/
/*
.RadComboBox_Silk .rcbInner {
    border-color: #A0A0A0;
    color: #A0A0A0;
    background-color: #fff;
}

.RadComboBox_Silk .rcbInner {
    border-color: #A0A0A0 !important;
    color: #A0A0A0 !important;
    background-color: #fff !important;
}

.RadComboBox .rcbActionButton {
    border: none !important;
}

.RadComboBox_Silk .rcbActionButton {
    border-color: #A0A0A0 !important;
    background-color: #A0A0A0 !important;
    background-image: none !important;
    color: #A0A0A0 !important;
    background-color: #fff !important;
}

.RadComboBox_Silk .rcbHovered {
    border-color: #A0A0A0 !important;
    background-color: #A0A0A0 !important;
    background-image: none !important;
    color: #A0A0A0 !important;
    background-color: #fff !important;
}

.RadComboBox_Silk .rcbHovered .rcbActionButton {
    border-color: #A0A0A0 !important;
    background-color: #A0A0A0 !important;
    background-image: none !important;
    color: #A0A0A0 !important;
    background-color: #fff !important;
}

.RadComboBoxDropDown_Silk .rcbHovered {
    background-color: #A0A0A0 !important;
}*/

.incNumberField > .RadInput a {
    padding: 0;
}

.incNumberField > .RadInput .riContentWrapper {
    border-right-width: 1px;
    border-right-style: solid;
    border-color: #c4c4c4;
}

.RadTreeView_Silk .rtSelected div.rtIn {
    color: #FFF;
    background: grey;
    border-color: grey;
}

.RadTreeView_Silk .rtHover div.rtIn {
    color: #FFF;
    background: #C0C0C0;
    border-color: #C0C0C0;
}
