﻿/* Global Variables */
:root {
    --white: #ffffff;
    /*--darkRed: #81312F;*/
    --primaryColor: #e32526;
    --secondaryColor: #000;
    --tertiaryColor: #000;
    --linkColor: #e32526;
    --linkHoverColor: #57585a;
    --grey: #333;
    --lightGrey: #f8f6f7;
    --lightGreyShade: #f7f8fa;
    --grey200: #CCCCCC;
    --mediumGreyShade: #606060;
    --brightGrey: #57585a;
    --lightGrayishBlue: #e9ecef;
    --cyanBlue: #015a9c;
    --strongNavy: #2b388f;
    /*--blueWhale: #253746;*/
    --lightBlueShade: #5B7F95;
    /*--orange: #e32526;*/
}

@font-face {
    /*font-family: 'lhn-lt-std-cn';*/
    font-family: 'STD-CN';
    src: url(/Content/fonts/premisys/oxygen/Oxygen-Light.ttf);
}
@font-face {
    /*font-family: 'lhn-lt-std-lt-cn';*/
    font-family: 'LT-CN';
    src: url(/Content/fonts/premisys/oxygen/Oxygen-Light.ttf);
}
@font-face {
    /*font-family: 'lhn-lt-std-md-cn';*/
    font-family: 'MD-CN';
    src: url(/Content/fonts/premisys/oxygen/Oxygen-Regular.ttf);
}

@font-face {
    /*font-family: 'lhn-lt-std-bd-cn';*/
    font-family: 'BD-CN';
    src: url(/Content/fonts/premisys/oxygen/Oxygen-Bold.ttf);
}

body {
    font-family: 'STD-CN', sans-serif !important;
    background-color: var(--white);
}

/*Table Add icon*/
td.details-control:after {
    background: url('/Content/images/premisys/add.png') no-repeat center center !important;
}
.left-nav-title {
    background-color: var(--secondaryColor) !important;
}
.db-widget-title {
    border-bottom: 3px solid var(--secondaryColor) !important;
}
a {
    color: var(--primaryColor);
}
a:hover {
    color: var(--brightGrey) !important;
}
.profile-name-link:hover{
    color:#fff !important;
}
tr th,
table.dataTable.gh-my-orders.display tbody tr.odd.shown, 
table.dataTable.gh-my-orders.display tbody tr.even.shown, 
table.dataTable.gh-my-orders.display tbody tr.odd.parent.shown + .child, 
table.dataTable.gh-my-orders.display tbody tr.even.parent.shown + .child {
    background-color: var(--brightGrey) !important;
}
table.dataTable a {
    background: none !important;
}
.modal-submit-btn:hover {
    color: var(--primaryColor) !important;
    border-color: var(--primaryColor) !important;
}
.top .dt-search-icon-container {
    /*left: 462px !important;*/
}
@media (max-width: 767px) {
    .top .dt-search-icon-container {
        /*left: auto !important;*/
    }
}
.card-white-title {
    font: 22px 'BD-CN', sans-serif;
    color: var(--grey);
    text-align: left;
    margin-bottom: 10px;
    border-bottom: 4px solid var(--primaryColor);
    padding-bottom: 6px;
}

ul.right-content-icon-links {
    padding-left: 16px;
    padding-bottom: 36px;
    padding-top: 0;
}

    ul.right-content-icon-links li {
        padding: 0 20px 0 0;
        list-style: none;
        display: flex;
        margin: 7px 0;
    }

        ul.right-content-icon-links li a.inactive-link,
        .livechat a {
            color: var(--linkColor);
            font: 16px 'STD-CN', sans-serif;
            padding: 0 0 5px 0;
            margin-left: 7px;
            display: inline-block;
            float: left;
            width: 100% !important;
        }

        ul.right-content-icon-links li.video:before,
        ul.right-content-icon-links li.livechat:before,
        ul.right-content-icon-links li.email:before,
        ul.right-content-icon-links li.phone:before,
        ul.right-content-icon-links li.new-tab:before,
        ul.right-content-icon-links li.externallink:before {
            margin: 0 0 0 -15px;
            color: var(--linkColor);
            vertical-align: top;
            float: left;
            width: 18px;
            height: 18px;
            font-size: 18px;
        }

        ul.right-content-icon-links li.video:before {
            font-family: 'FontAwesome';
            content: '\f16a';
        }

        ul.right-content-icon-links li.livechat:before {
            font-family: 'FontAwesome';
            content: '\f086';
        }

        ul.right-content-icon-links li.email:before {
            font-family: 'FontAwesome';
            content: '\f0e0';
        }

        ul.right-content-icon-links li.phone:before {
            font-family: 'FontAwesome';
            content: '\f095';
        }

        ul.right-content-icon-links li.new-tab:before,
        ul.right-content-icon-links li.externallink:before {
            font-family: 'FontAwesome';
            content: '\f08e';
        }

        ul.right-content-icon-links li.externallink:after {
            display: none
        }

#Modalbox .modal-body iframe {
    width: 100%;
}
/*Responsive*/
@media (max-width: 767px) {
    .card-white-title {
        font-size: 18px;
        line-height: 15px;
        border-bottom: 3px solid var(--primaryColor);
        text-align: center;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .right-content-link-icon-box {
        padding-top: 20px;
    }

    ul.right-content-icon-links {
        padding-bottom: 0;
        margin-bottom: 0
    }

    a.inactive-link {
        font-size: 14px !important;
        line-height: 1.4em !important;
        padding-bottom: 0
    }

    ul.right-content-icon-links li a.inactive-link, .livechat a {
        padding-bottom: 0
    }
}