﻿/* Start Sticky Footer */
/* DEFAULTS
----------------------------------------------------------*/
/* For sticky page footer */

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');*/

html, body, form {
    margin: 0 auto;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: 'Open Sans', sans-serif !important;
    margin: 0 auto;
}

html {
    overflow: scroll;
    overflow-x: hidden;
    overflow-x: hidden;
}

/*::-webkit-scrollbar {
    width: 0px;  
    background: transparent;  
}

::-webkit-scrollbar-thumb {
    background: transparent;
}*/

a:link, a:visited {
    color: inherit;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 0px;
    line-height: 100%;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

.RadScheduler .rsAptSimple .rsAptContent {
    margin-top: 4px;
    cursor: pointer;
    color: #fff;
    padding-left: 10px;
}

.RadScheduler .rsMonthView .rsApt {
    border: none !important;
}

.RadScheduler .rsAptSimple .rsAptOut {
    border: none !important;
}
/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 24px;
    /*color: #000000;
    /*font-variant: normal;*/
    text-transform: none;
    font-weight: 500;
    margin-bottom: 0px;
}

h1 {
    font-size: 24px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 22px;
    font-weight: 600;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    font-size: 20px;
    font-weight: 600;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    padding: 10px 0px;
}

h4 {
    font-size: 18px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

h5, h6 {
    font-size: 16px;
}

/* PRIMARY LAYOUT ELEMENTS ----------------------------------------------------------*/
#page {
    margin: 0 auto !important;
    display: block;
    width: auto !important;
    border: 0px !important;
    height: auto !important;
    background-color: transparent !important;
}

    #page br {
        display: none;
    }

#main {
    margin: 0 auto 50px auto !important;
    display: block;
    padding: 0px !important;
    height: 100% !important;
}

/* End sticky footer */

/* Header */

#header {
    margin: 0 auto !important;
    z-index: 1030;
    position: relative;
    padding: 0px 0px 10px 0px !important;
    height: auto !important;
    color: #FFFFFF !important;
    background-color: #2e6280 !important;
    font-family: 'Open Sans', sans-serif !important;
    border-bottom: 0px !important;
}

    #header span a,
    #header span a.rmLink.rmRootLink {
        text-decoration: none;
        color: #fff;
    }


    #header span.header, #header div.header {
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 500;
        color: #f9f9f9;
        border: none;
        font-size: 24px;
        padding: 5px 0px 0px 45px;
    }

    #header span.headerMarker {
        font-weight: 500;
        font-size: 1.70em;
    }

        #header span.headerMarker:nth-child(1) {
            color: #0cb0d9;
        }

        #header span.headerMarker:nth-child(2) {
            color: #12d0ff;
        }

        #header span.headerMarker:nth-child(3) {
            color: #68e1ff;
        }

    #header .right {
        line-height: normal;
        padding: 0px 0px 0px 0px !important;
    }

#ctl00_ctl00_ctl00_pnlUser {
    margin-top: 2px !important;
}

#header .left {
    padding: 0px;
}

/* Header End */


/*Footer*/

#footer span.center {
    font-family: 'Open Sans', sans-serif !important;
    color: #A5A5A5;
    width: auto !important;
    opacity: 0.9;
    line-height: normal;
    text-align: center;
    display: block;
    font-size: 11px;
    margin: 0 auto !important;
    display: none;
}

#footer .left {
    float: left;
    padding: 0 20px;
}

/* Nav Menu */

.ActiveButton {
    background-color: #2bb1f7;
}

.InActiveButton {
    background-color: #E8F1F7;
}

.RadPanelBar .rpLevel1 .rpItem .rpLink {
    display: block !important;
    font-size: 14px !important;
    line-height: normal !important;
    background-color: #e6eaed;
    text-indent: 30px;
}

.RadPanelBar .rpLink {
    border-bottom-width: 0px !important;
    zoom: 0 !important;
}

.rpSlide li.rpItem {
    background-color: rgb(232, 241, 247);
    margin-top: 0px !important;
    display: block;
}

.RadPanelBar .rpLevel1 .rpFirst {
    color: inherit;
    text-shadow: inherit;
}

    .RadPanelBar .rpLevel1 .rpFirst a.rpLink {
        font-size: 14px !important;
        line-height: normal !important;
    }

.rpSlide li.rpItem {
    margin-top: 0px !important;
}

.rpSlide li:hover {
    background-color: #2bb1f7;
    text-shadow: 1px 1px 1px #1E83D4;
    color: #FFFFFF !important;
    display: block;
}


.loadingdiv {
    background: center no-repeat rgb(128, 128, 128);
    opacity: 0.5;
    width: 100vw;
    height: 100vh;
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
}

.loadimg {
    display: none;
    position: fixed;
    left: 45%;
    top: 30%;
    width: 300px;
    height: 250px;
    z-index: 9999;
    /*background: url('../../../WebClient/Images/loadingspinner.gif') center no-repeat #fff;*/
    border-radius: 5px 5px;
    padding-top: 10px;
    text-align: center;
    border: 1px solid #ddd;
}

a[title="Status :Pending Completed Cancelled Rejected Waiting Draft"]:hover {
    padding: 8px 12px;
    color: #85003a;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 2px #c0c1c2;
    -webkit-box-shadow: 0px 0px 2px #c0c1c2;
    box-shadow: 0px 0px 2px #c0c1c2;
    background: linear-gradient(#E0F0F7,#B8DEF0 100%) !important;
}


/* Generel Element Alignment */

div.right, span.right {
    float: right;
}

td.right {
    text-align: right;
}

.left {
    float: left;
    padding: 0 20px;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div#ctl00_ctl00_pnlUser {
    margin-top: 2px !important;
}

.inlineBlock {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    text-align: left !important;
    float: none;
}

.clear {
    clear: both;
}

/* Generel Element Alignment End */

/* Element Style */

.italic {
    font-style: italic;
}

.hidden {
    display: none;
}

/* Element Style End */

table {
    border-spacing: 0px;
    display: table;
}

#ctl00_ctl00_ctl00_cphMain_cphChildContent_cphMain_pnlChecklists > table {
    width: 100% !important;
}

fieldset {
    border: 1px solid #ccc;
    border-radius: .25rem;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-before: 0.5em;
    -webkit-padding-start: 1em;
    -webkit-padding-end: 0em;
    -webkit-padding-after: 1em;
    margin-bottom: 15px;
}

legend {
    -webkit-padding-start: 0px;
    -webkit-padding-end: 0px;
    padding: 0px 8px 0px 8px;
    border-radius: .25rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}

input[type='checkbox']:after, .rbToggleCheckbox:after {
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    cursor: default;
    line-height: 1.1em;
    font: 14px/1.1em sans-serif;
    content: "\00a0";
    border: 1px solid #cccccc;
    border-radius: .25rem.25em;
    background: #fff;
    margin-top: -1px;
    font-weight: bold;
    vertical-align: top;
    -webkit-box-shadow: inset 5px 5px 10px rgba(0, 0, 0, .12);
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, .12);
    -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;
}

input[type='checkbox']:checked:after, .rbToggleCheckboxChecked::after {
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    cursor: default;
    line-height: 1em;
    font: 14px/1em sans-serif;
    content: "\2713";
    border: 1px solid #1E83D4;
    margin-top: 0px;
    border-radius: .25rem.25em;
    background-color: #2bb1f7;
    color: #FFF;
    text-shadow: 1px 1px 1px #1E83D4;
    font-weight: bold;
    vertical-align: top;
}

.RadListBox_Default {
    font-family: "Open-Sans", sans-serif !important;
}

.rbPrimaryIcon {
    top: 0px !important;
    left: 4px;
}

.rbPrimaryIcon, .rbSecondaryIcon {
    position: absolute;
    display: block;
    width: 14px !important;
    height: 14px !important;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor: default;
}

.rbToggleCheckbox, .rbToggleCheckboxChecked {
    background-image: none !important;
    overflow: initial !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .rbPrimaryIcon {
        left: 0px !important;
    }
}

input[type="checkbox" i] {
    margin: 3px 10px 3px 4px;
}

input:disabled {
    opacity: 0.5;
}

div#ctl00_ctl00_cphMain_cphChildContent_pnlDateLabel {
    padding-right: 25px !important;
    display: inline-block;
    width: 83% !important;
    line-height: 100% !important;
    font-size: 16px;
    color: #000 !important;
}

td#ctl00_ctl00_cphMain_cphChildContent_pnlRangeSel {
    font-size: 14px !important;
    vertical-align: text-bottom !important;
}

td#ctl00_ctl00_cphMain_cphChildContent_pnlPeriod {
    line-height: 130%;
    font-size: 14px !important;
}

div#ctl00_ctl00_cphMain_cphChildContent_pnlUpdate {
    padding-bottom: 10px !important;
}

td#ctl00_ctl00_cphMain_cphChildContent_pnlSpan {
    line-height: 130%;
    font-size: 14px !important;
}

#filters tr td {
    vertical-align: text-bottom !important;
}

/*#header .right{
    padding-right:0;
}*/

/*--------------User Profile Menu*/

#ctl00_ctl00_userProfileMenu ul {
    border: none;
}

#ctl00_ctl00_userProfileMenu .rmPopup.rmContentTemplate,
#ctl00_ctl00_ctl00_userProfileMenu .rmPopup.rmContentTemplate {
    background-color: #fff;
    border-radius: .25rem;
    min-width: 175px;
    max-width: 175px;
    width: 175px;
    margin-top: 10px;
    padding-top: 0px !important;
    padding: 0px !important;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.10), 0px 15px 15px rgba(0,0,0,0.05), 0px 15px 15px rgba(0,0,0,0.05), 0px 15px 15px rgba(0,0,0,0.05);
}


.rmPopup.rmContentTemplate::before,
.rmPopup.rmContentTemplate::before {
    position: absolute;
    top: -12px;
    left: 25px;
    display: inline-block;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ccc;
    border-left: 12px solid transparent;
    border-bottom-color: #ccc;
    content: '';
}

div#ctl00_ctl00_ctl00_cphMain_cphChildContent_RunReportMenu {
}


#ctl00_ctl00_userProfileMenu ul li ul,
#ctl00_ctl00_ctl00_userProfileMenu ul li ul {
    padding: 0px 0px !important;
}

    #ctl00_ctl00_userProfileMenu ul li ul li,
    #ctl00_ctl00_ctl00_userProfileMenu ul li ul li {
        list-style-type: none;
        line-height: 150%;
        padding: 5px 0px !important;
    }

li.rmItem.rmFirst.rmLast {
    float: right;
}

#ctl00_ctl00_userProfileMenu ul li ul li:hover,
#ctl00_ctl00_ctl00_userProfileMenu ul li ul li:hover {
    background-color: #2bb1f7;
}

#ctl00_ctl00_userProfileMenu ul li ul li a,
#ctl00_ctl00_ctl00_userProfileMenu li ul li a {
    color: #000000;
    padding: 10px 150px 10px 10px;
    font-size: 13px;
}

    #ctl00_ctl00_userProfileMenu ul li ul li a:hover,
    #ctl00_ctl00_ctl00_userProfileMenu li ul li a:hover {
        color: #ffffff;
        text-shadow: 1px 1px 1px #1E83D4;
    }

.RadMenu_Default, .RadMenu_Default a.rmLink {
    font: normal 16px/23px "Open-Sans", sans-serif !important;
    color: #fff !important;
    text-decoration: none;
}

.profileContent h2 {
    margin-bottom: 10px;
    border-bottom: 2px solid #2BB1F7;
}

span#userName {
    margin: 25px 0 0 !important;
    width: auto !important;
}

#header span.right {
    margin-right: 20px !important;
}

li.rmItem.rmFirst.rmLast {
    width: 100% !important;
}

ul.rmRootGroup.rmHorizontal {
    border-right: none;
    border-top: none;
    border-left: none;
    border-bottom: none;
    -webkit-padding-start: 0px;
    background-color: transparent !important;
    background-image: none !important;
}

.rspPaneTabContainer {
    background-color: #2BB1F7 !important;
    border-radius: 0 .25rem .25rem 0 !important;
    background-image: none !important;
    border: none !important;
    margin-bottom: .25rem !important;
}

    .RadSplitter .rspSlideContent {
        border-radius: 1px 1px 4px 1px;
        border-bottom: 1px solid #A6C9E3;
        margin-left: -1px;
        /*height: 88%;*/
        min-height: 670px;
        min-width: 414px;
        width: 80%;
    }

.RadGrid_Default {
    color: #000 !important;
    font-family: "Open-Sans", sans-serif !important;
    line-height: normal !important;
    height: auto !important;
    border: 1px solid #A8CBE4 !important;
    background-color: transparent !important;
    border-radius: .25rem;
    white-space: nowrap;
    border-collapse: collapse !important;
}

    .RadGrid_Default .rgMasterTable,
    .RadGrid_Default .rgDetailTable,
    .RadGrid_Default .rgGroupPanel table,
    .RadGrid_Default .rgCommandRow table,
    .RadGrid_Default .rgEditForm table {
        font-family: "Open-Sans", sans-serif !important;
        line-height: normal !important;
        background-color: transparent !important;
        color: #000 !important;
        border-collapse: collapse !important;
        border: 0px !important;
    }

    .RadGrid_Default .rgHeader {
        color: #000 !important;
        font-size: 14px !important;
        text-align: left;
    }

.rgHeaderWrapper .rgHeaderDiv {
    margin-bottom: -1px;
    background: transparent !important;
    border-right: 0px !important;
}

.RadGrid div.rgHeaderWrapper {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #e6eaed !important;
}

.advSearchRelCell {
    border: none !important;
    background-color: transparent !important;
    outline: none !important;
    background: none !important;
}

.RadGrid_Default .rgHeader, .RadGrid_Default th.rgResizeCol, .RadGrid_Default .rgHeaderWrapper {
    background: #e6eaed !important;
    border-bottom: 1px solid #A8CBE4 !important;
}

.RadGrid_Default .rgHeaderDiv {
    background: transparent !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-right: 1px solid #A8CBE4 !important;
}

.RadGrid .rgHeader,
.RadGrid th.rgResizeCol {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    text-align: left;
    font-weight: normal;
}

.RadGrid .rgRow > td,
.RadGrid .rgAltRow > td,
.RadGrid .rgEditRow > td,
.RadGrid .rgFooter > td,
.RadGrid .rgFilterRow > td,
.RadGrid .rgHeader,
.RadGrid .rgResizeCol,
.RadGrid .rgGroupHeader td {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 14px !important;
}

.RadGrid .rgClipCells .rgHeader,
.RadGrid .rgClipCells .rgFilterRow > td,
.RadGrid .rgClipCells .rgRow > td,
.RadGrid .rgClipCells .rgAltRow > td,
.RadGrid .rgClipCells .rgEditRow > td,
.RadGrid .rgClipCells .rgFooter > td {
    overflow: hidden;
    border-color: #A8CBE4 !important;
}

.RadGrid .rgClipCells .rgHeader {
    text-transform: uppercase !important;
}
/*rpLink rpSelected rpRootLink {
    background-color: #228DC5 !important;
}*/
.RadGrid_Default .rgRow > td, .RadGrid_Default .rgAltRow > td {
    border-color: #A8CBE4 !important;
}

.RadGrid_Default .rgRow > td,
.RadGrid_Default .rgAltRow > td,
.RadGrid_Default .rgEditRow > td,
.RadGrid_Default .rgFooter > td {
    border-style: solid;
    border-width: 0 1px 1px 0 !important;
    border-color: #A8CBE4 !important;
}

.RadGrid .rgRow > td, .RadGrid .rgAltRow > td, .RadGrid .rgEditRow > td, .RadGrid .rgFooter > td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.RadGrid_Default .rgAltRow > td {
    background: #F7F7F7 !important;
}

.RadGrid_Default .rgRow > td {
    text-align: left;
}

.RadGrid_Default .rgAltRow > td {
    text-align: left;
}

.RadGrid_Default .rgMasterTable .rgSelectedCell, .RadGrid_Default .rgSelectedRow {
    background: linear-gradient(#E0F0F7,#B8DEF0 100%) !important;
}

    .RadGrid_Default .rgSelectedRow > td {
        color: #000 !important;
        border-bottom-color: #A8CBE4 !important;
        background: linear-gradient(#E0F0F7,#B8DEF0 100%) !important;
    }

.RadGrid_Default tr .rgRow > td {
    border-bottom-color: #A8CBE4 !important;
}

.RadGrid .rgMasterTable,
.RadGrid .rgDetailTable,
.RadGrid .rgEditForm table {
    border-collapse: separate !important;
    border-spacing: 0px;
    background-color: transparent;
}

.RadGrid_Default .rgEditRow {
    background: transparent !important;
    color: #000 !important;
}

table.rgMasterTable .rgRow:last-child td {
    border-bottom: 0px !important;
}

table.rgMasterTable .rgAltRow:last-child td {
    border-bottom: 0px !important;
}

.RadGrid td.rgPagerCell {
    padding: 8px 0 8px !important;
    border-top: 1px solid #A8CBE4 !important;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}


.RadGrid_Default td.rgPagerCell {
    border-width: 1px 1px 0 0 !important;
    border-color: #a8cbe4 !important;
    border-right: 1px solid #a8cbe4 !important;
}

table#ctl00_ctl00_cphMain_cphChildContent_rgReminders_ctl00_Pager {
    background: transparent;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*--------------------------------------------------------------------------------RadCalendarTimeView_Default--------------------------------------------------------------------------*/
table.RadCalendarTimeView_Default {
    font-size: 12px !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #000 !important;
    border-color: #99cfea !important;
    border-radius: .25rem;
}

table.RadCalendarTimeView {
    border-collapse: separate;
    border-style: solid;
    border-width: 1px;
}

table.RadCalendarTimeView_Default {
    border-color: #99cfea !important;
    font-family: 'Open Sans', sans-serif !important;
}

table.RadCalendarTimeView {
    border-radius: .25rem;
}

table.RadCalendarTimeView_Default td {
    border-color: #99cfea !important;
}

.RadCalendarTimeView_Default th {
    border-bottom: 1px solid #99cfea !important;
    background: linear-gradient(#EEF6F9,#99cfea 100%) !important;
    color: #000 !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 13px !important;
}

.RadCalendarTimeView_Default a {
    color: #000 !important;
}

.RadCalendarTimeView_Default td.rcHover a {
    color: #000 !important;
    border-color: #99cfea !important;
    background: linear-gradient(#EEF6F9,#99cfea 100%) !important;
}

.RadCalendarTimeView_Default td.rcSelected a {
    color: #000 !important;
    border-color: #99cfea !important;
    background: linear-gradient(#EEF6F9,#99cfea 100%) !important;
}

.RadCalendarTimeView td.rcSelected a, .RadCalendarTimeView td.rcHover a {
    border-radius: .25rem;
}

table.RadCalendarMonthView_Default {
    border-color: #99cfea !important;
    font-family: 'Open-Sans', sans-serif !important;
    color: #000 !important;
}

.RadCalendarMonthView_Default .rcButtons {
    padding: 6px 7px 6px 7px !important;
    border-top: 1px solid #99cfea;
}

table.RadCalendarMonthView {
    border-radius: .25rem;
}

.RadCalendarMonthView_Default .rcSelected a {
    border-color: #99cfea #99cfea #99cfea !important;
    background: linear-gradient(#EEF6F9,#99cfea 100%) !important;
    color: #000 !important;
}

.RadCalendarMonthView .rcHover a, .RadCalendarMonthView .rcSelected a {
    border-radius: .25rem;
}

.RadCalendarMonthView_Default a:hover, .RadCalendarMonthView_Default a:focus {
    border-color: #99cfea #99cfea #99cfea !important;
    background: linear-gradient(#EEF6F9,#99cfea 100%) !important;
    color: #000 !important;
    border-radius: .25rem;
}

.RadCalendarMonthView_Default input {
    border-color: #cccccc #cccccc #cccccc #cccccc !important;
    background: #e8e8e8 !important;
    font-family: 'Open-Sans', sans-serif !important;
    border-radius: .25rem;
}

.RadScheduler .RadCalendar {
    width: 220px !important;
}

table.RadCalendarMonthView_WebClient {
    font-family: "Open Sans", sans-serif !important;
    border-color: #99cfea !important;
}

.RadCalendarMonthView .rcHover a, .RadCalendarMonthView .rcSelected a {
    border-style: solid;
    border-width: 1px;
    padding: 1px 3px;
    border-color: #99cfea !important;
}

.RadCalendarMonthView_WebClient .rcSelected a {
    color: #000 !important;
    background: linear-gradient(#EEF6F9,#99cfea 100%) !important;
    border-radius: .25rem;
}

.RadCalendarMonthView input {
    border-style: solid;
    border-width: 1px;
    border-radius: .25rem;
    cursor: pointer;
    border-color: #ccc !important;
}

.RadCalendarMonthView_WebClient input {
    color: #000 !important;
    font-family: "Open Sans", sans-serif !important;
    background-color: #e8e8e8;
}


/*--------------------------------------------------------------------------------RadDropDownList--------------------------------------------------------------------------*/

.RadDropDownList_Default {
    font-size: 12px !important;
    font-family: "Open Sans", sans-serif !important;
    color: #000 !important;
}

    .RadDropDownList_Default .rddlFocused {
        border-color: #ccc !important;
        color: #000 !important;
    }

    .RadDropDownList_Default .rddlInner {
        border-radius: .25rem !important;
        border-color: #ccc !important;
        color: #000 !important;
        background-color: white !important;
        background-image: none !important;
    }

.RadDropDownList .rddlInner {
    padding: 3px 22px 3px 5px;
    border-width: 1px;
    border-style: solid;
    display: block;
    position: relative;
    overflow: hidden;
}

.RadDropDownList_Default .rddlFocused .rddlIcon {
    background-position: -24px -20px !important;
}

.RadDropDownList_Default .rddlIcon {
    background-position: -24px -20px !important;
}

.rddlPopup_Default {
    border-color: #ccc !important;
    color: #000 !important;
    border-radius: .25rem;
    font-size: 12px !important;
    font-family: "Open Sans", sans-serif !important;
}

    .rddlPopup_Default .rddlItemSelected {
        color: #000 !important;
        background-color: #EBF0F2 !important;
    }

    .rddlPopup_Default .rddlItemHovered, .rddlPopup_Default .rddlItemLoading {
        color: #000 !important;
        background-color: #EBF0F2 !important;
    }

.rddlPopup .rddlItem {
    padding: 5px 5px !important;
}

/*--------------------------------------------------------------------------------RadComboBox_Default--------------------------------------------------------------------------*/
.RadComboBox_Default {
    color: #000 !important;
    font-size: 13px !important;
    font-family: 'Open Sans', sans-serif !important;
    background: transparent !important;
    border-radius: .25rem !important;
    max-width: 190px;
    min-width: 160px;
}

.RadComboBox {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    background: transparent !important;
}

    .RadComboBox table {
        width: 100%;
        vertical-align: middle;
        background-color: white;
        border-collapse: separate !important;
        border-radius: .25rem !important;
        border: 1px solid #ccc !important;
        border-spacing: 0px !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .RadComboBox .rcbFocused .rcbReadOnly .rcbInputCellLeft {
        background-position: 0 -132px;
    }

    .RadComboBox .rcbFocused .rcbReadOnly .rcbInputCellRight {
        border: none !important;
    }

    .RadComboBox .rcbReadOnly .rcbInputCellLeft {
        background-position: 0 -88px;
    }

    .RadComboBox .rcbFocused .rcbInputCellLeft {
        background-position: 0 -44px;
    }

    .RadComboBox table td.rcbInputCell {
        padding: 0px 8px 3px 0px !important;
        border-width: 0px !important;
        background-image: none !important;
    }

.RadComboBox_Default .rcbArrowCell {
    background-image: url(WebResource.axd?d=hClEc_77jrNks6aGZOcqpebm6D_5CYcywYTzEHGddQNJhs1KZ5hhoA_mR…RKD4gbrzgkzdq84rPerKPnBeK5rsWZjdO8grB7nhPuX7vMIXEcoI1&t=635633591180000000);
}

.RadComboBox .rcbInputCellLeft {
    background-position: 0 0;
}

.RadComboBox_Bootstrap .rcbReadOnly .rcbArrowCell.rcbArrowCellRight {
    border: none !important;
}

.RadComboBox .rcbInputCell {
    padding-right: 4px;
    padding-left: 5px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: left;
    vertical-align: middle;
}

.RadComboBox .rcbInputCell, .RadComboBox .rcbArrowCell {
    padding: 0;
    border-width: 0;
    border-style: solid;
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadComboBox .rcbReadOnly .rcbInput, .RadComboBox .rcbDisabled .rcbInput {
    cursor: default;
}

.RadComboBox_Default .rcbInput {
    color: #000 !important;
    font-size: 13px !important;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 100% !important;
}

.RadComboBox .rcbInput {
    margin: 0;
    padding-left: 8px !important;
    height: auto;
    width: 100%;
    border-width: 0;
    outline: 0;
    color: inherit;
    background-color: transparent !important;
    vertical-align: top;
}

.RadComboBox input, .RadComboBox input:focus {
    box-shadow: none;
    outline: 0;
    -webkit-appearance: none;
}

.RadComboBox .rcbFocused .rcbReadOnly .rcbArrowCellRight {
    background-position: -310px -176px !important;
}

.RadComboBox .rcbReadOnly .rcbArrowCellRight {
    background-position: -310px -176px !important;
}

.RadComboBox .rcbFocused .rcbArrowCellRight {
    background-position: -310px -176px !important;
}

.RadComboBox table td.rcbArrowCell {
    padding: 0;
    border-width: 0;
}

.RadComboBox_Default .rcbInputCell, .RadComboBox_Default .rcbArrowCell {
    background-image: url(WebResource.axd?d=hClEc_77jrNks6aGZOcqpebm6D_5CYcywYTzEHGddQNJhs1KZ5hhoA_mR…RKD4gbrzgkzdq84rPerKPnBeK5rsWZjdO8grB7nhPuX7vMIXEcoI1&t=635633591180000000);
}

.RadComboBox .rcbArrowCellRight {
    background-position: -310px -176px !important;
}

.RadComboBox .rcbArrowCell {
    width: 18px;
}

.RadComboBox .rcbInputCell, .RadComboBox .rcbArrowCell {
    padding: 0;
    border-width: 0;
    border-style: solid;
    background-color: transparent;
    background-repeat: no-repeat;
}

    .RadComboBox .rcbArrowCell a {
        width: 18px;
        height: 22px;
        position: relative;
        outline: 0;
        font-size: 0;
        line-height: 1px;
        text-decoration: none;
        text-indent: 9999px;
        display: block;
        overflow: hidden;
        cursor: default;
    }

.RadGrid .rgPager .RadComboBox {
    max-width: 85px;
    min-width: 55px;
}

/*-------------------------------------------------------------------------------RadScheduler_Metro::CALENDAR STYLE---------------------------------------------------------------------*/
.RadScheduler_Metro {
    color: #000 !important;
    font-size: 13px !important;
    font-family: "Open-Sans", sans-serif !important;
    font: normal 13px/14px "Open-Sans", sans-serif !important;
}

.RadScheduler .rsTopWrap {
    position: relative;
    overflow: hidden;
    background: transparent !important;
    border-radius: .25rem;
    width: auto !important;
}

.RadScheduler_Metro .rsHeader {
    border: 1px solid #A6C9E3 !important;
    background-color: #E8F2F7 !important;
    color: #000 !important;
    border-bottom: 0px !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-weight: 600;
}

.RadScheduler .rsHeader {
    height: 30px;
    line-height: 30px;
    z-index: 1000;
    position: relative;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat-x;
}

    .RadScheduler .rsHeader .rsToday {
        line-height: 30px !important;
        font-size: 16px !important;
    }

    .RadScheduler .rsHeader p {
        padding-left: 5px;
        float: left;
    }

    .RadScheduler .rsHeader .rsPrevDay {
        margin: 6px 0 0 6px;
        background-position: 0 -48px;
    }

.RadScheduler_Metro .rsHeader .rsPrevDay {
    background-position: 0 -48px;
}

.RadScheduler .rsHeader .rsNextDay {
    margin: 6px 6px 0 0;
    background-position: -18px -48px;
}

.RadScheduler_Metro .rsHeader .rsNextDay, .RadScheduler_Metro .rsHeader .rsPrevDay, .RadScheduler_Metro .rsHeader .rsDatePickerActivator {
    margin: 3px 6px 0 0 !important;
    background-position: -20px -48px;
}

.RadScheduler_Metro .rsHeader .rsPrevDay, .RadScheduler_Metro .rsHeader .rsNextDay {
    width: 20px;
    height: 20px;
    background-image: url(WebResource.axd?d=3R3FO7ENC3wrqQ1a-JHnt3BudwN5oyNEsm6poDYRYrvAGwS1fUdEvAkd8…Bl2oJLb7XIOLfvh282AYjrg6Ngl7qS7YgbCmE2a-JRKbcdZD4gTW0&t=636202615540000000);
    line-height: 20px;
}

.RadScheduler .rsHeader .rsPrevDay, .RadScheduler .rsHeader .rsNextDay {
    width: 17px;
    height: 17px;
    line-height: 17px;
    display: block;
    text-indent: -9999px;
    font-size: 0;
    float: left;
}

.RadScheduler .rsHeader h2 {
    font-size: 16px !important;
    font-weight: normal;
    line-height: 30px;
    text-indent: 33% !important;
    height: 30px;
    display: block;
    overflow: initial !important;
}

.RadScheduler_Metro .rsHeader h2 {
    text-transform: uppercase !important;
    font-weight: 600 !important;
    color: #2E6280 !important;
}

.RadScheduler_Metro .rsHeader a, .RadScheduler_Metro .rsHeader a:hover, .RadScheduler_Metro .rsHeader em, .RadScheduler_Metro .rsHeader span {
    color: #000 !important;
}

.RadScheduler_Metro .rsHeader ul a, .RadScheduler_Metro .rsHeader ul .rsSelected em {
    margin: 0;
    padding: 0 9px;
    border-color: #55C0F8 !important;
    border: 1px solid #55C0F8 !important;
    background-color: #55C0F8 !important;
    color: #fff !important;
    border-radius: 2px !important;
    font-size: 13px !important;
    line-height: 22px !important;
    text-transform: uppercase !important;
}

.RadScheduler_Metro .rsHeader ul .rsSelected em {
    border-color: #2BB1F7 !important;
    background-color: #2BB1F7 !important;
    color: #fff !important;
    border-radius: 2px !important;
}

.RadScheduler_Metro .rsHeader li, .RadScheduler_Metro .rsHeader .rsSelected {
    margin: 0 1px;
    padding: 3px 0;
    line-height: 24px;
}

.RadScheduler .rsHeader .rsSelected {
    padding-left: 9px;
    background-position: 0 -69px;
}

.RadScheduler .rsHeader li {
    line-height: 30px;
    margin-top: 0;
    list-style-type: none;
    float: left;
}

.RadScheduler_Metro .rsHeader ul a span {
    padding: 0;
}

.RadScheduler .rsHeader ul {
    float: right;
    padding-right: 15px !important;
}

    .RadScheduler .rsHeader ul span, .RadScheduler .rsHeader ul em {
        text-decoration: none;
        display: block;
        color: #fff !important;
        padding: 0 9px 0 0;
        font-style: normal;
    }

.RadScheduler .rsContent .rsSpacerCell div, .RadScheduler .rsContent .rsAllDayHeader div, .RadScheduler .rsContent .rsVerticalHeaderTable th, .RadScheduler .rsContent .rsVerticalHeaderTable th div {
    padding: 5px !important;
    font-weight: 500 !important;
}

.RadScheduler_Metro .rsAllDayHeader {
    vertical-align: inherit;
    text-transform: uppercase;
    width: 75px;
    padding: 5px;
    margin-right: auto;
    margin-left: auto !important;
}

.RadScheduler .rsHeader em {
    font-style: normal;
}

.RadScheduler_Metro .rsHeader ul a:hover {
    background-color: #228DC5 !important;
}

.RadScheduler .rsHeader ul a:hover, .RadScheduler .rsHeader .rsLast a:hover {
    background-position: 0 -69px;
}

.RadScheduler_Metro a, .RadScheduler_Metro input, .RadScheduler_Metro select, .RadScheduler_Metro textarea {
    color: #000 !important;
    font: normal 14px/normal "Open-Sans", sans-serif !important;
}

.RadScheduler_Metro .rsHeader .rsDatePickerActivator {
    background-image: url(WebResource.axd?d=3R3FO7ENC3wrqQ1a-JHnt3BudwN5oyNEsm6poDYRYrvAGwS1fUdEvAkd8…Bl2oJLb7XIOLfvh282AYjrg6Ngl7qS7YgbCmE2a-JRKbcdZD4gTW0&t=636202615540000000);
}

.RadScheduler .rsHeader .rsDatePickerActivator {
    margin: 3px 0 0 5px;
    width: 21px;
    height: 24px;
    line-height: 21px;
    float: left;
    font-size: 0;
    overflow: hidden;
    text-indent: -9999px;
    background-position: -228px -31px;
}

.RadScheduler .rsHeader .rsDatePickerWrapper {
    float: left;
    position: relative;
    top: 23px;
    left: -7px;
    overflow: hidden;
}

.RadScheduler .rsHorizontalHeaderWrapper div {
    width: auto !important;
}

.RadScheduler_Metro .rsContent {
    border: 1px solid #A6C9E3 !important;
    border-top: 0;
    background: transparent !important;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.RadScheduler .rsContent {
    border-style: solid;
    border-width: 0 1px 1px;
}

.RadScheduler table {
    width: 100%;
    max-width: none;
    border-collapse: separate;
    background: transparent !important;
    border-spacing: 0;
    empty-cells: show;
}

.RadScheduler_Metro .rsHorizontalHeaderWrapper {
    border-color: #A6C9E3 !important;
    background-color: #D6E8F7 !important;
}

.RadScheduler .rsHorizontalHeaderWrapper {
    overflow: hidden;
}

.RadScheduler th, .RadScheduler td {
    height: auto;
    padding: 0;
    font-weight: normal;
    vertical-align: top;
}

.RadScheduler_Metro .rsHorizontalHeaderTable {
    color: #000 !important;
    background-color: #fff;
}

.RadScheduler .rsHorizontalHeaderTable, .RadScheduler .rsAllDayTable {
    table-layout: fixed;
}

.RadScheduler_Metro .rsHorizontalHeaderTable th {
    border-color: #A6C9E3 !important;
    background-color: #D6E8F7 !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-size: 15px;
}

.RadScheduler .rsSpacerCell, .RadScheduler .rsVerticalHeaderTable th, .RadScheduler .rsHorizontalHeaderTable th {
    border-width: 0 1px 1px 0;
    border-style: solid;
    overflow: hidden;
}

.RadScheduler .rsHorizontalHeaderTable th {
    background-repeat: repeat-x;
    background-position: 0 -144px;
    text-align: center;
}

.RadScheduler .rsSpacerCell, .RadScheduler .rsHorizontalHeaderTable th {
    vertical-align: middle;
}

.RadScheduler th, .RadScheduler td {
    height: auto;
    padding: 0;
    font-weight: normal;
    vertical-align: top;
}

.RadScheduler .rsContentWrapper {
    vertical-align: top;
    height: 100%;
}

.RadScheduler .rsContentScrollArea {
    width: 100% !important;
    position: relative;
    overflow-x: auto;
    overflow-y: scroll;
    background: transparent !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.RadScheduler_Metro .rsMonthView .rsContentTable td {
    border-color: #d0dde6 !important;
    border-style: solid;
}

.RadScheduler_Metro tr.rsRow.rsFirstRow td {
    border-top: 0px !important;
}

.RadScheduler_Metro .rsMonthView .rsDateBox {
    border-bottom: 0px !important;
    background-color: transparent !important;
    height: auto !important;
}

.RadScheduler .rsDateHeader {
    height: 1.2em !important;
    font-size: 1em;
    line-height: 1em;
    padding: 0 4px;
    display: inline-block;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.RadScheduler_Metro .rsMonthView .rsOtherMonth {
    background-color: #f5f5f5 !important;
}

.RadScheduler_Metro .rsContentTable td {
    border-color: #e5e5e5;
    border-bottom-style: dotted;
}

.RadScheduler .rsAllDayRow td, .RadScheduler .rsContentTable td {
    border-width: 0 1px 1px 0;
    border-style: solid;
}

.RadScheduler_Metro .rsNonWorkHour, .RadScheduler_Metro .rsSunCol, .RadScheduler_Metro .rsSatCol {
    background-color: #f9f9f9 !important;
}

.RadScheduler_Metro .rsAptCreate,
.RadScheduler_Metro .rsMonthView .rsAptCreate,
.RadScheduler_Metro .rsAptCreateRow2,
.RadScheduler_Metro .rsMonthView .rsAptCreateRow2,
.RadScheduler_Metro .rsAptCreateRow3,
.RadScheduler_Metro .rsMonthView .rsAptCreateRow3,
.RadScheduler_Metro .rsAptCreateRow4,
.RadScheduler_Metro .rsMonthView .rsAptCreateRow4,
.RadScheduler_Metro .rsAptCreateRow5,
.RadScheduler_Metro .rsMonthView .rsAptCreateRow5 {
    background: linear-gradient(#E0F0F7,#B8DEF0 100%) !important;
}

.RadScheduler .rsApt {
    line-height: 15px !important;
    font-size: 12px !important;
}

.RadScheduler .rsMonthView .rsApt {
    height: 100% !important;
}

.RadCalendar_Metro .rcRow .rcSelected,
.RadCalendarMonthView_Metro .rcSelected a {
    border-color: #99cfea #99cfea #99cfea !important;
    background: linear-gradient(#EEF6F9,#99cfea 100%) !important;
    color: #000 !important;
    border-radius: .25rem;
}

.RadCalendar .rcMain .rcRow .rcSelected a {
    font-weight: 500 !important;
}

.RadCalendarMonthView_Metro .rcButtons {
    padding: 5px 7px 5px !important;
    border-top: 1px solid #ccc !important;
}

.RadCalendarMonthView_Metro input {
    border-color: #ccc !important;
    background: linear-gradient(#faf9f9,#e8e8e8 100%) !important;
    color: #000 !important;
    font: 12px "Open-Sans", sans-serif !important;
}

.RadCalendarMonthView button, .RadCalendarMonthView [type="button"] {
    -webkit-appearance: none;
    -webkit-border-radius: 3px !important;
}

.RadCalendarMonthView_Metro #rcMView_Feb,
.RadCalendarMonthView_Metro #rcMView_Apr,
.RadCalendarMonthView_Metro #rcMView_Jun,
.RadCalendarMonthView_Metro #rcMView_Aug,
.RadCalendarMonthView_Metro #rcMView_Oct,
.RadCalendarMonthView_Metro #rcMView_Dec {
    border-right-color: #A6C9E3 !important;
}

table.RadCalendarMonthView_Metro {
    border-color: #A6C9E3 !important;
    background: #fff;
    font: 13px "Open-Sans", sans-serif !important;
    color: #000 !important;
}

.RadCalendarMonthView a {
    text-align: left !important;
}

.RadCalendarMonthView_Metro #rcMView_NextY a {
    height: 10px !important;
}

.RadCalendar .rcTitlebar .rcTitle {
    font-size: 13px !important;
    color: #000 !important;
    font-family: "Open-Sans", sans-serif !important;
}

.RadScheduler_Metro .rsHeader .rsPrevDay,
.RadScheduler_Metro .rsHeader .rsNextDay,
.RadScheduler_Metro .rsHeader .rsDatePickerActivator {
    background-color: #d6e8f7 !important;
    border: 1px solid #a6c9e3 !important;
}

.RadScheduler_Metro .rsHeader .rsPrevDay {
    border-radius: 25px !important;
}

.RadScheduler_Metro .rsHeader .rsNextDay {
    border-radius: 25px !important;
}

.RadScheduler .rsHeader .rsDatePickerActivator {
    margin: 5px 0 0 8px !important;
    border-radius: 25px !important;
    background-position: -228px -33px !important;
    width: 19px !important;
    height: 19px !important;
}

#ctl00_ctl00_ctl00_cphMain_cphChildContent_cphMain_pnlBasicDate > table,
#ctl00_ctl00_ctl00_cphMain_cphChildContent_cphMain_pnlDocMinderType > div > table,
#ctl00_ctl00_ctl00_cphMain_cphChildContent_cphMain_pnlSelColumns > div > table {
    width: 100% !important;
}

#rgAdvSearchSelRels table thead tr th {
    background-color: #F2F2F2 !important;
    border: none !important;
    font-weight: bold;
    font-size: 1.05rem !important;
}

#rgAdvSearchSelRels table thead tr .advSearchLabel {
    text-align: right !important
}

#rgAdvSearchSelRels table thead tr .advSearchValue {
    text-align: center !important
}

#rgAdvSearchSelRels table tbody tr .advSearchLabel {
    text-align: right !important;
    font-size: 1.05rem !important;
}
