﻿
.featuredcontent {
    margin-top: 40px;
    margin-bottom: 0px;
}

    .featuredcontent .col {
        border-bottom: 1px solid rgb(224 223 223);
    }

    .featuredcontent .col:empty {
        display:none;
        height:0px;
        border-bottom: 0px;
    }

    .featuredcontent table {
        width: auto !important;
    }

    .featuredcontent .ScreenButtons {
        width: auto !important;
    }

        .featuredcontent .ScreenButtons .ScreenButtonsItemCSS {
            padding: 0px 5px 10px;
            display: inline-block;
            white-space: nowrap;
            /*min-width: 120px;*/
        }


.bodycontent {
}

.HeaderTemplateHeader {
    margin: 0px auto;
}

    .HeaderTemplateHeader table {
        width:auto !important;
    }

    .HeaderTemplateHeader tr {
        border:0px;
    }

    .HeaderTemplateHeader td {
        padding: 5px 2px;
    }

.ItemTemplateHeader {
    margin: 0px auto;
    border-collapse: separate;
    empty-cells: hide;
}

    .ItemTemplateHeader .Item-Header-Row td {
        padding: 5px;
    }

.ListPlaceHolderLabel, .ListPlaceHolderCell {
    padding: 5px 5px !important;
}

@media only screen and (max-width: 1024px) {

    .ListPlaceHolderCell {
        padding: 5px 0px !important;
    }
}

/*2021.10.02*/
.ListPlaceHolderLabel .panelForm span {
    border: 1px solid rgb(224 223 223);
    background-color: rgb(248,249,250) !important;
    padding: 10px 15px;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    margin: 5px 0px;
    display: block;
}

        .ListPlaceHolderLabel .panelForm span:empty {
            display: none;
            height:0px;
        }

        .ListPlaceHolderLabel .panelForm span .Mandatory {
            border: 0px;
            padding: 0px;
            margin: 0px;
            color: rgb(221,0,16);
            display: inline-block;
        }
        
.ListPlaceHolderCell button {
    margin: 0px 5px;
}

    .ListPlaceHolderCell span table {
        width:auto !important;
    }

/*2021.10.02*/
.ListPlaceHolderCell span table td {
    line-height:0px !important;
    padding: initial !important;
}



.FormPlaceHolderLabel, .FormPlaceHolderCell {
    padding: 0px 5px !important;
}
    /*2021.10.02*/
    .FormPlaceHolderCell .radButton {
        margin:5px;
    }

@media only screen and (max-width: 1024px) {

    .FormPlaceHolderLabel, .FormPlaceHolderCell {
        padding: 5px 0px !important;
    }

        .FormPlaceHolderCell span {
            display: inline-block;
            max-width: 300px;
        }
}

/*2021.10.02*/
.FormPlaceHolderLabel {
    vertical-align: middle;
}

    /*2021.10.02*/
    .FormPlaceHolderLabel .ItemTemplateHeader .FormPlaceHolderLabel {
        vertical-align: middle;
    }

    .FormPlaceHolderLabel .panelForm span {
        border: 1px solid rgb(224 223 223);
        background-color: rgb(248,249,250) !important;
        padding: 10px 15px;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        margin: 10px 0px;
        display: block;
    }

        .FormPlaceHolderLabel .panelForm span:empty {
            display: none;
            height: 0px;
        }

        .FormPlaceHolderLabel .panelForm span .Mandatory {
            border: 0px;
            padding: 0px;
            margin: 0px;
            color: rgb(221,0,16);
            display:inline-block;
        }

    .FormPlaceHolderLabel .panelEditGrid span {
        border: 1px solid rgb(224 223 223);
        background-color: rgb(248,249,250) !important;
        padding: 10px 15px;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        margin: 10px 0px;
        display: block;
    }

        .FormPlaceHolderLabel .panelEditGrid span:empty {
            display: none;
            height: 0px;
        }

        .FormPlaceHolderLabel .panelEditGrid span .Mandatory {
            border: 0px;
            padding: 0px;
            margin: 0px;
            color: rgb(221,0,16);
            display: inline-block;
        }

.FormPlaceHolderCell span table {
    width: auto !important;
}

.FormPlaceHolderCell span table td{
    width: auto !important;
    padding: 10px 0px;
}

.lblHeader {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin-left:5px;
}

    .lblHeader:empty {
        display: none;
    }



.DataItemHeader {
    padding: 25px 0px;
}



input, textarea, select {
    border-radius: 0.25rem;
}
    /*2021.10.02*/
    input[type=checkbox], input[type=radio] {
        margin: 0px 5px !important;
        -webkit-appearance: none !important;
        -moz-appearance: none;
        appearance: none;
        padding: 5px;
        border: 1px solid #bbbbbb;
        background-color: #e7e6e7;
        border-radius: 50%;
    }
        /*2021.10.02*/
        input[type=checkbox]:checked, input[type=radio]:checked {
            padding: 6px !important;
            border: 0px !important;
            background-color: rgb(221,0,16) !important;
        }

    input[type="password"] {
        width: 270px;
        border: 1px solid rgb(224 223 223) !important;
        padding: 10px 5px;
        border-radius: 0.25rem;
    }

    .gridControlLabel {
        display: none;
    }

input:focus {
    outline:none; 
}

.rcbInner {
    border-radius: 0.25rem;
}

.rcbActionButton {
    border-radius: 0.25rem;
}

.riSelect {
    border-radius: 0.25rem;
}

/* mobileLabel */
.mobileLabel, .mobileMandatoryLabel {
    color: rgb(95,95,95) !important;
    float: none !important;
    clear: left;
    letter-spacing: -1px !important;
}

    .mobileMandatoryLabel::after {
        content: " *";
        color: rgb(227,25,55);
        font-weight: bold;
    }

label {
    color: var(--textColor) !important;
    font-size: initial !important;
    padding: 5px 10px 5px 0;
}

/* RadComboBox */
.RadComboBox .rcbInner {
    padding: 10px 15px !important;
}

.RadComboBox .rcbActionButton {
    color: rgb(95,95,95) !important;
    border: 0px !important;
    background-color: transparent !important;
}

.RadComboBox .rcbHovered {
    background-color: #fff !important;
}

.RadComboBox .p-icon {
    height: 2.428571em !important;
}

.RadComboBox .rcbExpanded, .RadComboBox .rcbFocused {
    border: 1px solid rgb(224 223 223) !important;
}

.RadComboBox .rcbReadOnly.rcbFocused {
    color: initial !important;
    background-color: transparent !important;
}

.rbPromptAdd {
    margin-top: 5px;
    margin-left: 5px;
}

    .rbPromptAdd .rbPrimaryIcon {
        margin:0px !important;
    }

/* RadInput*/
.RadInput .riTextBox {
    margin-bottom: 0px !important;
    border-radius: 0.25rem !important;
    border: 1px solid rgb(224 223 223) !important; /*2021.10.02*/
    height: 2.7rem !important;
}

/* RadPicker */
.RadPicker .rcCalPopup, .RadPicker .rcTimePopup {
    border:0px !important;
    background-color:transparent !important;
    color:rgb(95,95,95) !important;
}

.RadPicker .rcSelect {
    border-radius: 0.25rem !important;
}


/*START - RADGRID */
@media only screen and (min-width: 1200px) {
    .RadGrid {
        border: 1px solid rgb(224 223 223);
        border-radius: 5px !important;
        margin: 10px auto;
    }

    .rgMasterTable {
        font-family: 'Archivo Narrow', sans-serif !important;
        color: rgb(95,95,95) !important;
        font-size: 14px !important;
        min-width: 960px !important;
        table-layout: auto !important;
    }

    .rgCommandCell {
        background-color: rgb(248,249,250) !important;
    }

    .rgPagerCell {
        background-color: rgb(248,249,250) !important;
    }

    .RadGrid .rgCommandCell .t-button:active {
        border-color: rgb(248,249,250) !important;
        color: initial !important;
        background-color: rgb(248,249,250) !important;
    }

    .rgOptions {
        visibility: hidden !important;
        height: 0px !important;
        width: 0px !important;
        min-width: 0px !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .rgPagerCell {
        border: 0px !important;
    }

        .rgPagerCell .RadComboBox, .rgPagerCell .RadDropDownList {
            min-width: 55px;
            width: 160px !important;
        }

        .rgPagerCell .Slider {
            height: auto !important;
        }

    .rgGroupPanel {
        border: 0px !important;
        background: rgb(249,249,249) !important;
        color: #000 !important;
    }

    .rgGroupItem {
        border: 0px !important;
    }

    .rgGroupCol, .rgExpandCol, .rgGroupHeader {
        border-color: rgba(38,34,98,0.1) !important;
        background: rgba(38,34,98,0.1) !important;
    }

    .rgGroupHeaderText {
        font-size: 14px !important;
    }

    .rgHeader {
        background: var(--primaryColor);
        line-height: 30px !important;
        color: white !important;
    }

        .rgHeader a {
            color: white !important;
        }

    .rgRow {
        height: 30px;
    }

    .rgAltRow {
        background: rgba(38,34,98,0.05) !important;
        height: 30px;
    }

    div.RadGrid .rgRow > td,
    div.RadGrid .rgAltRow > td {
        text-align: center !important;
    }

    .rgHoveredRow {
        background: rgba(38,34,98,0.1) !important;
    }

        .rgHoveredRow > td {
            border-color: transparent !important;
        }

    .rgSelectedRow {
        background-color: rgb(224 223 223) !important;
        color: rgb(95,95,95) !important;
    }

    .rgSelectedRow a {
        color: rgb(95,95,95) !important;
    }

        .rgSelectedRow > td {
            border-color: transparent !important;
        }

    .rgFooter td {
        background-color: rgb(248,249,250) !important;
    }
}

@media only screen and (max-width: 1024px) {
    div .RadGrid {
        border: none;
    }

        div.RadGrid .rgMasterTable {
            margin: 5px;
            font-family: 'Archivo Narrow', sans-serif !important;
            color: rgb(95,95,95) !important;
            table-layout: auto !important;
        }

    .RadGrid thead {
        display: none;
    }

    div.RadGrid .rgRow,
    div.RadGrid .rgAltRow {
        display: block;
        margin-bottom: 20px;
        border: 1px dotted rgb(224 223 223);
        border-radius: 0.25rem;
        background-color: transparent !important;
        width: 90vw;
    }

        div.RadGrid .rgRow > td,
        div.RadGrid .rgAltRow > td {
            display: block;
            border: 0px;
            border-top: 1px dotted rgb(224 223 223);
            text-align: right;
            padding: .7em .4375em
        }

            div.RadGrid .rgRow > td:before,
            div.RadGrid .rgAltRow > td:before {
                font-size: 1em;
                font-weight: 400;
            }

            div.RadGrid .rgRow > td:first-child,
            div.RadGrid .rgAltRow > td:first-child {
                border: 0 none;
            }

            div.RadGrid .rgRow > td:nth-child(2n+1),
            div.RadGrid .rgAltRow > td:nth-child(2n+1) {
            }

    .RadGrid .rgRow td:before,
    .RadGrid .rgAltRow td:before {
        content: attr(data-title);
        float: left;
    }

    .RadGrid .rgSelectedRow {
        color: inherit !important;
    }

        .RadGrid .rgSelectedRow > td {
            border-color: rgb(232,232,232) !important;
        }


    .RadGrid .rgSelectedRow {
        color: inherit !important;
        display: block;
        margin-bottom: 20px;
        border-left: 2px solid rgb(227,25,55);
        background-color: transparent !important;
        width: 95vw;
    }

    .RadGrid .rgResizeCol {
        display: none !important;
    }

        .RadGrid .rgResizeCol:empty {
            display: none !important;
            empty-cells: hide !important;
        }

    .RadGrid .rgOptionsIcon {
        height: 0px !important;
        width: 0px !important;
        min-width: 0px !important;
    }

        .RadGrid .rgOptionsIcon:before, .RadGrid .rgOptSelectedIcon:before {
            content: none !important;
        }

    .rgNoRecords div {
        color: #333 !important;
        background-color: rgb(245,245,245) !important;
        display: block;
        border-radius: 5px;
        padding: 10px;
        /*position: absolute;*/
        /*width: 90vw;*/
        /*left: 10px;*/
    }

    .RadGrid .rgFooter > td, .RadGrid .rgFooterWrapper {
        border: 0px !important;
    }

    .RadGrid .rgCommandRow {
        background-color: transparent !important;
    }

    .RadGrid .rgCommandCell {
        border: 0px !important;
    }

    .rgFooter {
        background-color: transparent !important;
    }
}

/*END - RADGRID */

/*START - EDITGRID */
.EditGrid {
    border-radius: 0.25rem !important;
    border-collapse: separate !important;
}

.EditGridHeader {
    background-color: var(--primaryColor);
    color: white !important;
    text-align:center;
}
    .EditGridHeader table {
        width:auto !important;
    }

    .EditGridHeader td {
        padding: 0px;
        border: 1px solid var(--primaryColor) !important;
        border-radius: 0px;
        text-align: center;
        height: 20px;
    }

    .EditGridHeader input[type="image"] {
        width: 18px !important;
        height: 18px !important;
        filter: invert(1);
        margin-left: 5px;
        margin-top: 5px;
    }

.EditGridItem table, .EditGridAlternatingItem table, .EditGridEditItem table {
    width: auto !important;
}

.EditGridItem td, .EditGridAlternatingItem td, .EditGridFooter td, .EditGridPager td {
    border-bottom: 1px solid rgb(224 223 223);
    padding: 5px;
    border-radius: 0px;
    border-left: 1px solid rgb(224 223 223);
    text-align: center;
}

    .EditGridItem td table td, .EditGridAlternatingItem td table td, .EditGridFooter td table td, .EditGridPager td table td {
        border: 0px !important;
        padding: 0px;
        text-align: left;
    }

.EditGridAlternatingItem, .EditGridFooter td, .EditGridPager td {
    background: rgba(38,34,98,0.05) !important;
}

    .EditGridItem img,
    .EditGridItem input[type="image"],
    .EditGridAlternatingItem img,
    .EditGridAlternatingItem input[type="image"] {
        width: 18px !important;
        height: 18px !important;
        display:block;
        filter: invert(50%);
    }

.EditGridEditItem img,
.EditGridEditItem input[type="image"] {
    width: 18px !important;
    height: 18px !important;
    display: inline-block;
    filter: invert(50%);
    vertical-align:middle;
}
/*END - EDITGRID */

/*START - WORKFLOW COLLAPSIBLE*/
.panels {
    position: absolute;
}

.workflowPanel {
    position: relative;
    display: inline-block;
}

    .workflowPanel img {
        background-color: rgb(148,149,153);
        border-radius: 28px;
        position: absolute;
        top: 0px;
    }

        .workflowPanel img:after {
            content:"Workflow";
        }

.workflowPanelIcon {
    width: 950px;
    height: 20px;
}

.workflowPanelContainer {
    border: 1px dashed rgb(38,34,98) !important;
    border-radius: 5px !important;
    background-color: rgb(255,255,255) !important;
    vertical-align: middle;
    padding: 20px;
    width: 100%;
    position: absolute;
    top: 33px;
}

    .workflowPanelContainer table {
        width: 100%;
    }

.statusTrackingRadGrid {
    width: 500px !important;
}

.workflowButtons textarea, .workflowComments textarea {
    width: 430px !important;
    margin-top: 5px;
    margin-bottom: 5px;
}
/*END - WORKFLOW COLLAPSIBLE*/

/*START - MESSAGE BOX LAYOUT*/
.messageBox {
    min-height: 150px;
    min-width: 400px !important;
    line-height: 4.1 !important;
    text-align: center !important;
}

.RadNotification_Metro .rnTitleBar {
    color: white !important;
    background-color: rgb(221,0,16) !important;
}
/*END - MESSAGE BOX LAYOUT*/


/*START - DASHBOARD SHORTCUTS*/
@media only screen and (min-width: 1200px) {
    .dash-quick-links {
        min-width: 100px;
    }

        .dash-quick-links i {
            font-size: 32px !important; /*2021.10.02*/
            color: var(--iconColor);
        }

        .dash-quick-links h6 {
        }
}

@media only screen and (max-width: 1024px) {
    .dash-quick-links {
        width: 100px;
    }

        .dash-quick-links i {
            font-size: 1.5rem;
            color: var(--iconColor);
        }

        .dash-quick-links h6 {

        }
}


/*END - DASHBOARD SHORTCUTS*/

/*START - DASHBOARD TITLES*/
.dash-title {
    color: var(--primaryColor);
}

    .dash-title i {
        padding-right:5px;
        letter-spacing: 0px !important;
    }

/*END - DASHBOARD TITLES*/

/*START - DASHBOARD STATS*/
.dash-stats {
    width: 200px;
    letter-spacing: -1px;
}

    .dash-stats i {
        font-size: 2rem;
        color: rgb(221,0,16);
    }

/*END - DASHBOARD STATS*/

/*START - DASHBOARD DAILY CLOCKING*/

/*END - DASHBOARD DAILY CLOCKING*/

/*START - DASHBOARD TIMELINE*/
.dash-timeline li {
    padding: 1.5rem !important;
    border-left: 1px dashed #dee2e6 !important;
}

.dash-timeline .announcement-date:before {
    content: ' ';
    background-color: var(--primaryColor);
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    left: 9px; /*2021.10.02*/
    position: absolute;
    margin-top: 0px;
}
/*END - DASHBOARD TIMELINE*/

/*START - DASHBOARD SHORT LEAVE*/
.shortLeaveButtons {
    margin:5px;
}

.RadRadioButtonList.rbVerticalList .RadRadioButton {
    white-space: nowrap;
}
/*END - DASHBOARD SHORT LEAVE*/

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 25px;
    line-height: 25px;
}

.tourButton {
    padding:5px !important;
    border: 0px !important;
    color: var(--textColor) !important;
    background-color: transparent !important;
    border-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

    .tourButton:hover {
        padding: 5px !important;
        border: 0px !important;
        color: var(--buttonBackgroundColor) !important;
        background-color: transparent !important;
        border-color: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .tourButton:before {
        font-size:18px !important;
    }

    .tourButton:focus {
        outline: none !important;
        outline: none !important;
    }

/* Class assigned to popover wrapper */
.driver-popover {
    color: #fff !important;
    background-color: rgb(221, 16, 1) !important;
}

/* Arrow pointing towards the highlighted element */
.driver-popover-arrow {

}

/* Title and description */
.driver-popover-title {
    font-weight:400 !important;
}

.driver-popover-description {
}

/* Close button displayed on the top right corner */
.driver-popover-close-btn {
}

/* Footer of the popover displaying progress and navigation buttons */
.driver-popover-footer {
}

.driver-popover-progress-text {
    color:#fff !important;
}

.driver-popover-prev-btn {
}

.driver-popover-next-btn {
}