﻿body {
    background: none;
    font-family: 'RedHat',roboto,Arial,sans-serif !important;
    /*font-size: 14px;*/
}

html {
    position: relative;
    min-height: 100%;
}

.navbar-nav li a:link, .navbar-nav li a:visited {
    color: #898787 !important;   /*grey*/
    font-weight: 200;
}
.navbar-nav li a:hover, .navbar-nav li a:active, .navbar-nav li a:focus {
    color: #fa6e07 !important; /*orange*/
}

.dropdown-menu li a:link, .dropdown-menu li a:visited {
    color: #474747 !important;     /*grey*/
    font-size: 12px !important;
}
.dropdown-menu li a:hover {
    color: #fa6e07 !important; /*orange*/
}

/*.navbar-bottom-Orangeline {
    border-bottom: 1px solid #FF8000;
}*/
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
}

    .footer .ftText {
        color: dimgrey;
        font-size: 14px;
        text-align: center;
    }

@media (max-width: 576px) {
    .footer .ftText {
        color: dimgray;
        font-size: xx-small;
        text-align: center;
    }
}

@font-face {
    font-family: redhat;
    src: url(../font/RedHatDisplayRegular.ttf) format('truetype'),url(../font/RedHatDisplayRegular.woff) format('woff')
}

::placeholder {
    color: #bfc2c2 !important;
    opacity: 0.5; /* Firefox */
}

.grayLink a:link {
    color: #848484;
    text-decoration: none;
}

.grayLink a:hover {
    color: #FF6E1A !important; /* orange */
    text-decoration: none;
}

.grayLink a:visited {
    color: #848484;
    text-decoration: none;
}

.btn-OT {
    --bs-btn-color: #fff;
    --bs-btn-bg: #FF8204;
    --bs-btn-border-color: #F57C03;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #E67401;
    --bs-btn-hover-border-color: #C46302;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #FF8204;
    --bs-btn-active-border-color: #F57C03;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #FF8204;
    --bs-btn-disabled-border-color: #F57C03;
    border-radius: 25px;
    padding: 10px 23px;
}

.btn-outline-OT {
    --bs-btn-color: #FF8000;
    --bs-btn-border-color: #FF8000;
    --bs-btn-hover-color: #ec7506;
    --bs-btn-hover-bg: #fef8f1;
    --bs-btn-hover-border-color: #ec7506;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #FF8000;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #FF8000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f3b275;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fab97c;
    --bs-gradient: none;
}

.btn-circular {
    background-color: lightgray;
    width: 45px;
    height: 45px;
    display: block;
    color:black;
    padding-top: 10px;
    border-style: none;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

    .btn-circular:hover {
        background-color: #FAAC58;
    }

/* Ajax calendar */
.AjxCalendar .ajax__calendar_container {
    background-color: #DFFDCF;
    color: Black;
}

.AjxCalendar .ajax__calendar_other .ajax__calendar_day,
.AjxCalendar .ajax__calendar_other .ajax__calendar_year {
    color: Gray;
}

.AjxCalendar .ajax__calendar_hover .ajax__calendar_day,
.AjxCalendar .ajax__calendar_hover .ajax__calendar_month,
.AjxCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: #FF8204;
}

.AjxCalendar .ajax__calendar_active .ajax__calendar_day,
.AjxCalendar .ajax__calendar_active .ajax__calendar_month,
.AjxCalendar .ajax__calendar_active .ajax__calendar_year {
    color: Red;
    font-weight: bold;
}

/* Text Color and Size*/
.font12 {
    font-size: 12px;
}

.font12b {
    font-size: 12px;
    font-weight: 600;
}

.font14 {
    font-size: 14px;
}

.font18 {
    font-size: 18px;
}

.NoteBlue12 {
    color: Blue;
    font-family: Verdana, Arial;
    font-size: 12px;
}

.NoteRed {
    color: red;
    font-family: Verdana, Arial;
}

.NoteRed10 {
    color: Red;
    font-family: Verdana, Arial;
    font-size: 10px;
}

.NoteRedBold {
    color: Red;
    font-family: Verdana, Arial;
    font-weight: bold;
}

.NoteDarkBlue {
    color: #069;
}

.NoteDarkGrayBold20 {
    color: #85929e;
    font-size: 20px;
    font-weight: bold;
}

.NoteOrange {
    color: #ff8000;
}

.NoteGrey {
    color: #b4b3b3;
}

.NotePurple {
    color: #7368A8;
}

.NoteOrangeSubMainHeader {
    color: #ff8000;
    font-size: 20px;
    font-weight: bold;
}

.waterMark {
    font-size: small;
    color: Gray;
}

.p-text {
    padding : 2px 8px !important;
}

@media (min-width: 768px) {
    .NoteOrangeSubMainHeader {
        font-size: 38px;
    }
}

/* ---- */
.gvTable {
    font-size: 14px !important;
    color: black;
}

    .gvTable a:link {
        color: #FE9A2E;
        text-decoration: none;
    }

    .gvTable a:hover {
        color: #ff7007;
    }

    .gvTable a:visited {
        color: #FE9A2E;
    }

        .gvTable a:visited:hover {
            color: #ff7007;
        }

    .gvTable th a:link {
        color: #DF7401;
        text-decoration: none;
    }

    .gvTable th a:hover {
        color: #FF6600;
    }

    .gvTable .deleteLink a:link {
        color: dimgrey;
        text-decoration: none;
    }

    .gvTable .deleteLink a:hover {
        color: red;
    }

    .gvTable .deleteLink a:visited {
        color: dimgrey;
    }

    .gvTable .subTable th {
        background-color: whitesmoke !important;
        color: black !important;
    }

    .gvTable .subTable td {
        color: black !important;
    }

.table th {
    background-color: #bdc3c7 !important; /*grey*/
    color: #283747 !important; /*grey*/
}

.table td {
    color: #283747 !important;
}


.gvItem a:link {
    color: #848484;
    text-decoration: none;
}

.gvItem a:hover {
    color: #FF6E1A;
    text-decoration: none;
}

.gvItem a:visited {
    color: #848484;
    text-decoration: none;
}

.gvItem a:visited:hover {
    color: #FF6E1A;
    text-decoration: none;
}

/* gv pagination add lk*/
.pagination-gv {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-gv table > tbody > tr > td {
    display: inline;
}

.pagination-gv table > tbody > tr > td > a,
.pagination-gv table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #ff6600;
    background-color: #ffffff;
    border: 1px solid #FFB788;
    margin-left: -1px;
}

.pagination-gv table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    margin-left: -1px;
    z-index: 2;
    color: #484542;
    background-color: #FFB788;
    border-color: #FFB788;
    cursor: default;
}

.pagination-gv table > tbody > tr > td:first-child > a,
.pagination-gv table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-gv table > tbody > tr > td:last-child > a,
.pagination-gv table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-gv table > tbody > tr > td > a:hover,
.pagination-gv table > tbody > tr > td > span:hover,
.pagination-gv table > tbody > tr > td > a:focus,
.pagination-gv table > tbody > tr > td > span:focus {
    color: #ffffff;
    background-color: #FF6600;
    border-color: #FFB788;
}
/* gv pagination end */

.page-header {
    color: #585858;
    padding-bottom: 5px;
    margin: 10px 0 15px;
    border-bottom: 1px solid #C1C1C1;
}

.titleLabel {
    color: #585858;
    display: inline-block;
    max-width: 100%;    
    font-weight: bold;
    font-size: 14px;
}

/*-- customise rodio button --*/
.rblCustom label {
    display: inline-block;
    position: relative;
    padding-left: 20px; 
    padding-top: 3px;
}

    .rblCustom label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 15px;
        height: 15px;
        left: 0;
        top: 5px;
        margin-left: -6px;
        border: 1px solid #ff8c1a;
        border-radius: 50%;
        background-color: #fff;
        -webkit-transition: border 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out;
        transition: border 0.15s ease-in-out;
    }

    .rblCustom label::after {
        display: inline-block;
        position: absolute;
        content: " ";
        width: 9px;
        height: 9px;
        left: 3px;
        top: 8px;
        margin-left: -6px;
        border-radius: 50%;
        background-color: #555555;
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
        -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    }

.rblCustom input[type="radio"] {
    opacity: 0;
}

.rblCustom input[type="radio"]:focus + label::before {
    outline: none;
    /*outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;*/
}

.rblCustom input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.rblCustom input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.rblCustom input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.rblCustom.radio-inline {
    margin-top: 0;
}

.rblCustom input[type="radio"] + label::after {
    background-color: #ff8c1a;
}

.rblCustom input[type="radio"]:checked + label::before {
    border-color: #ff8c1a;
}

.rblCustom input[type="radio"]:checked + label::after {
    background-color: #ff8c1a;
}
/**/

/* Custom Check Box list */
.checkboxCustom {
    /*padding-left: 20px; */
    color: black;
}

    .checkboxCustom label {
        display: inline-block;
        position: relative;
        padding-left: 22px;
        cursor: pointer;
        font-weight: 400;
        margin: -5px 12px 0 12px;
    }

    .checkboxCustom label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0;
        margin-left: -10px;
        /*margin-top: -10px;*/
        border: 1px solid #ff8c1a; /*#cccccc;*/
        border-radius: 3px;
        background-color: #fff;
        -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    }

    .checkboxCustom label::after {
        display: inline-block;
        position: absolute;
        width: 19px;
        height: 19px;
        left: 0;
        top: -3px;
        margin-left: -20px;
        padding-left: 13px;
        padding-top: 1px;
        color: #ff8c1a; /*#555555; */
    }

    .checkboxCustom input[type="checkbox"] {
        opacity: 0;
    }

    .checkboxCustom input[type="checkbox"]:focus + label::before {
        outline: none; /*thin dotted;*/
        /*outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;*/
    }

    .checkboxCustom input[type="checkbox"]:checked + label::after {
        content: "\2713";
        /*margin-top: -10px;*/
    }

    .checkboxCustom input[type="checkbox"]:disabled + label {
        opacity: 0.65;
    }

    .checkboxCustom input[type="checkbox"]:disabled + label::before {
        background-color: #ffe0b3; /*#eeeeee;*/
        cursor: not-allowed;
    }

    .checkboxCustom.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkboxCustom.checkbox-inline {
        margin-top: 0;
    }

.checkboxCustom-orange input[type="checkbox"]:checked + label::before {
    background-color: white;
    border-color: #ffcc80; /*#d9534f; */
}

.checkboxCustom-orange input[type="checkbox"]:checked + label::after {
    color: #fe7204; /*#FF6E1A;*/ /*#fff; */
    font-size: 16px;
    font-weight: bolder;
}

/* --- */
.ImgLink a:link {
    color: grey;
    text-decoration: none;
}

.ImgLink a:after {
    color: darkorange;
}

.ImgLink a:hover {
    color: #ff6600;
}

.RmvLink a:link {
    color: grey;
    text-decoration: none;
}

.RmvLink a:hover {
    color: red;
}

.OrangeLink a:link, .OrangeLink a:visited {
    color: #fe7414;
    text-decoration: none;
}

.OrangeLink a:hover {
    color: #fe5106;
}

.footerLink a:link, .footerLink a:visited {
    text-decoration: none;
    color: #383838 !important;
    opacity: 0.87;
}

.footerLink a:hover {
    color: #fa6e07 !important; /*orange*/
}

/* Purchse */
.boxShadow {
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.3);
}


.hplItmContainer a:link {
    text-decoration: none;
}

.hplItmContainer a:hover {
    text-decoration: none;
    cursor: pointer;
}

.bg-orange {
    background-color: #FA7616;    
}

.border-orange {
    border: 1px solid #FA7616;
}

.contentMidle {
    background-color: #fff;
    border: 1px solid #b9b8b8;
    border-radius: 10px;
    box-shadow: rgba(185,184,184) 2px 5px 10px;
    margin-top: -40px;
    padding: 18px;
    z-index: 99;
}

.border-e-grey {
    border-right: 1px solid #cdcbcb;
    border-bottom: none;
    height: stretch;
}

@media (max-width: 991px) {
    .border-e-grey {
        border-bottom: 1px solid #cdcbcb;
        border-right: none;
        line-height: 30px;
    }
}