﻿@font-face {
    font-family: "EngLight";
    src: url(../Content/Fonts/Poppins-Light.ttf) format('truetype');
}

@font-face {
    font-family: "EngReg";
    src: url(../Content/Fonts/Poppins-Regular.ttf) format('truetype');
}

@font-face {
    font-family: "EngBold";
    src: url(../Content/Fonts/Poppins-Bold.ttf) format('truetype');
}

@font-face {
    font-family: "EngBlack";
    src: url(../Content/Fonts/Poppins-Black.ttf) format('truetype');
}

.EngFontReg {
    font-family: EngReg !important;
    font-style: normal !important;
    text-decoration: none !important;
}

.EngFontBold {
    font-family: EngBold !important;
    font-style: normal !important;
    text-decoration: none !important;
}

.EngFontBlack {
    font-family: EngBlack !important;
    font-style: normal !important;
    text-decoration: none !important;
}

.EngFontLight {
    font-family: EngLight !important;
    font-style: normal !important;
    text-decoration: none !important;
}

.full_page {
    width: 100%;
    margin: 0;
    padding: 0;
}

.full_width {
    width: 100%;
}

.full_height {
    height: 100%;
}

.half_width {
    width: 50%;
}

.quar_width {
    width: 25%;
}

.width20 {
    width: 20% !important;
}

.quar3_width {
    width: 75%;
}

.error_text {
    font-family: 'Segoe UI';
    font-size: 14px;
    color: red;
}

.txt_center {
    text-align: center;
}

.txt_right {
    text-align: right;
}

.txt_left {
    text-align: left !important;
}

.no_border {
    border: none !important;
}

.auto_margin {
    margin-left: auto !important;
    margin-right: auto !important;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.ver_align_top {
    vertical-align: top;
}

.ver_align_bottom {
    vertical-align: bottom;
}

.ver_align_middle {
    vertical-align: middle;
}

.dis_table {
    display: table !important;
}

.dis_table_child {
    display: table-cell;
    vertical-align: middle;
}

.global_div {
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    background-color: white;
}

.global_btn {
    width: 150px;
}

.PageHeaderDiv {
    border-radius: 0px;
    border-bottom: 2px;
    position: relative;
    width: 100% !important;
    display: inline-table;
    height: 35px !important;
    line-height: 35px;
    margin-bottom: 10px;
}

    .PageHeaderDiv::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
        height: 2px;
        background: linear-gradient(to right, #EFC49A, transparent);
    }

.PageHeader {
    font-family: EngReg;
    font-size: 16px;
    color: #4C2F57;
    text-decoration: none;
    margin-left: 25px;
}

    .PageHeader:hover {
        color: #4C2F57;
    }

.NoResize {
    resize: none !important;
}

.zero_margin {
    margin: 0 !important;
    padding: 0 !important;
}

.FormCaption {
    font-family: 'Segoe UI';
    color: #0A0A0A !important;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
}

    .FormCaption:hover {
        color: #0A0A0A !important;
    }

.ToolText {
    font-family: 'Segoe UI';
    color: #0A0A0A !important;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
}

    .ToolText:hover {
        color: #0A0A0A;
    }

.Global_Tool {
    width: 500px !important;
}

.Global_btn {
    width: 200px !important;
}

.loading_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.loading_spinner {
    margin-top: 20% !important;
    text-align: center;
}

    .loading_spinner img {
        width: 200px;
        height: 200px;
    }

.modal11 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center11 {
    background-color: white;
    width: 200px;
    height: 200px;
}

    .center11 img {
        width: 100%;
        height: 100%;
    }

.global_client_btn {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 1px 1px silver;
    background-color: #03a0b5;
    color: white;
    font-weight: bold;
}

.FormGroupBox {
    border-color: #4DA8DA;
    background-color: none;
}

.btn_td {
    padding-left: 10px;
    padding-right: 10px;
}

.grid_header_div {
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid silver;
    margin-bottom: 10px;
}

.grid_header_txt {
    font-family: EngReg;
    color: #4C2F57 !important;
    font-size: 13px;
    font-style: normal;
    text-decoration: none;
}

    .grid_header_txt:hover {
        color: #4C2F57 !important;
    }

.info_text {
    font-family: EngReg;
    color: #3F51B5 !important;
    font-size: 15px;
    font-style: italic;
    text-decoration: none;
}

.weight_text {
    font-family: EngBold;
    color: #282B34 !important;
    font-size: 50px;
    font-style: normal;
    text-decoration: none;
}

.truck_tw_det_text {
    font-family: Arial;
    color: #282B34 !important;
    font-size: 20px !important;
    font-weight: bold !important;
    font-style: normal;
    text-decoration: none;
}

.truck_tw_head_text {
    font-family: EngLight;
    color: #282B34 !important;
    font-size: 14px !important;
    font-style: normal !important;
    text-decoration: none !important;
}

.tr_height {
    height: 40px !important;
}

.left_text_td {
    width: 200px !important;
}

.right_text_td {
    width: 150px !important;
    color: #4C2F57;
    font-weight: bolder;
}

.margin_seal_btn {
    margin-top: 27px !important;
}

.PagerTab {
    font-family: EngLight !important;
    color: #4C2F57 !important;
    font-size: 14px !important;
}

    .PagerTab a {
        font-family: EngLight !important;
        color: #4C2F57 !important;
        font-size: 14px !important;
    }

.PagerActiveTab {
    font-family: EngBold !important;
    color: #B75060 !important;
    font-size: 16px !important;
}

.dxvgRecord_MaterialCompact {
    text-align: left !important;
}

.GridHeader {
    background-color: #d4e6f1 !important;
}
/********************************************************************/
/********************MASTER PAGE*******************************/
/********************************************************************/
.MasterBody {
    background-color: #F3F3F7 !important;
}

.master_logo {
    width: 60px;
    height: auto;
    margin-top: -5px;
}

.MasterLogoTD {
    width: 80px;
}

.logout_link {
    color: white;
}

    .logout_link:hover {
        color: white;
    }

.MasterMenu {
    font-family: EngReg !important;
    background-color: #1C3343 !important;
    color: white !important;
}

.menu_item {
    font-family: EngReg !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    height: 40px
}

.MasterHeaderTable {
    height: 60px;
    line-height: 60px;
    background-image: linear-gradient(to right top, #d4c4cd, #cab6c2, #c1a8b6, #b79bab, #ae8da0);
    /*background: linear-gradient(-45deg, #D4C4CD, #AE8DA0, #4C2F57);
    background-size: 300% 300%;
    animation: gradient34 15s ease infinite;*/
}

@keyframes gradient34 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.MasterTitle {
    font-family: EngBold;
    font-weight: 900;
    font-size: 30px;
    color: #282B34;
    text-decoration: none;
    font-style: normal;
}

    .MasterTitle:hover {
        color: #282B34;
    }

.MasterMenuDiv {
    background-color: #f1f1f1 !important;
    height: 40px;
}

.MasterRightDiv {
    width: 250px;
}

.MasterLeftDiv {
    width: 90%;
}

.burger_btn {
    margin-top: 0px !important;
    margin-left: 0px !important;
    width: 40px !important;
    border-radius: 0px !important;
    background-color: #B75060 !important;
    box-shadow: none !important;
}

.SimpleBtn {
    height: 40px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.NeedHelpText {
    font-family: Cambria;
    font-weight: 900;
    font-size: 25px;
    color: #0D2232;
    text-decoration: none;
    font-style: normal;
    margin-right: 5px !important;
}

.NeedHelpTable {
    height: 60px;
    line-height: 60px;
}

.NeedHelpImgTD {
    width: 80px;
}

.form_tool_width {
    width: 30% !important;
}
/********************************************************************/
/********************Login PAGE*******************************/
/********************************************************************/
.login_page {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.Loginbodyclass {
    background-image: url(../Images/login_bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.LoginPageDiv1 {
    width: 30%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 90%;
    margin-top: 25px;
}

.cont_h {
    height: 100%;
}

.row_h {
    height: 100%;
}

.loginIcon {
    width: 150px;
}

.LoginTitleText {
    font-family: EngBlack;
    font-size: 50px;
    color: #B75060;
    margin-top: 20px;
    text-decoration: none;
}

.loginToolMainDiv {
    width: 80%;
}

.LoginTR {
    height: 50px;
    line-height: 50px;
    vertical-align: middle !important;
    vertical-align: central !important;
}

.LoginTool {
    width: 90% !important;
}

.LoginCaption {
    font-family: 'Segoe UI' !important;
    color: #797979 !important;
    font-size: 18px !important;
    font-weight: normal !important;
}


.LoginToolTxt {
    font-family: EngReg;
    font-weight: 700;
    font-size: 15px;
    color: #192A51;
    font-style: normal;
    text-decoration: none;
}

.LoginWelcomeText {
    font-family: EngReg;
    font-weight: 900;
    font-size: 40px;
    color: #282B34;
    text-decoration: none
}

.login_btn_div {
    margin-top: 40px;
}

/********************************************************************/
/*********************HOME PAGE************************/
/********************************************************************/
.Home_Prod_Card_Main_Dive {
    width: 98% !important;
    height: 300px;
    border-radius: 15px;
}

.Home_Prod_Card_Table {
    height: 300px;
}


.div5 {
    background-color: white;
    /*background: linear-gradient(225deg,rgba(66, 165, 245, 1) 0%, rgba(144, 202, 249, 1) 65%);*/
}

.div6 {
    background-color: white;
    /*background: linear-gradient(225deg,rgba(38, 198, 218, 1) 0%, rgba(128, 222, 234, 1) 65%);*/
}

.div7 {
    background-color: white;
    /*background: linear-gradient(225deg,rgba(92, 107, 192, 1) 0%, rgba(159, 168, 218, 1) 65%);*/
}

.div8 {
    background-color: white;
    /*background: linear-gradient(225deg,rgba(239, 83, 80, 1) 0%, rgba(239, 154, 154, 1) 65%);*/
}

.Home_Prod_Card_Head_Txt {
    font-family: Calibri;
    font-weight: 900;
    font-size: 24px;
    color: #4C2F57;
    margin-right: 8px !important;
    text-decoration: none
}

.Home_Prod_Card_Head_Div {
    height: 60px;
    line-height: 60px;
}

.home_chart {
    margin-left: 10px !important;
    margin-top: 10px !important;
}

.Home_Prod_Card_Num_Div {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid silver;
}

.Home_Plan_Prod_Card_Num_Div {
    height: 80px;
    line-height: 80px;
}

.Home_Plan_Prod_Card_Num_Txt {
    font-family: 'Segoe UI';
    font-weight:bolder;
    font-size: 40px;
    color: #B75060;
    text-decoration: none;
}

.Home_Prod_Card_Num_Txt {
    font-family: 'Segoe UI';
    font-weight: bolder;
    font-size: 40px;
    color: #4C2F57;
    text-decoration: none;
}

.box1 {
    background-color: #e6b0aa;
}

.box2 {
    background-color: #EFC49A;
    border: none;
}

.box3 {
    background-color: #a9dfbf;
}

.Home_Truck_Card_Main_Div {
    height: 50px;
    border-radius: 5px;
}

.Home_truck_Card_Main_Head_Txt {
    font-family: EngReg;
    font-weight: 400;
    font-size: 14px;
    color: black;
    text-decoration: none;
    margin-left: 15px;
}

.Home_truck_Card_Head_Txt {
    font-family: Calibri;
    font-weight: 500;
    font-size: 16px;
    color: #5D6775;
    text-decoration: none;
}

.Home_truck_Card_Main_Num_Txt {
    font-family: 'Segoe UI';
    font-weight: 700;
    font-size: 28px;
    color: black;
    text-decoration: none;
}

.Home_truck_Card_Num_Txt {
    font-family: 'Segoe UI';
    font-weight: 700;
    font-size: 20px;
    color: #263238;
    text-decoration: none;
}

.num_table {
    width: 96% !important;
}

.login_logo {
    width: 200px !important;
}

.BootChartLabel {
    font-weight: bold;
    color: black !important;
}
/********************************************************************/
/********************************************************************/
/********************************************************************/
.dpd_Card_Main_Dive {
    height: 105px;
    border: 2px solid #D4C4CD;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.dpd_Card_head_Txt {
    font-family: EngReg;
    font-weight: 700;
    font-size: 20px;
    color: #AE8DA0;
    text-decoration: none;
    margin-left: 10px !important;
}

.dpd_Card_Num_Txt {
    font-family: EngBold;
    font-weight: 700;
    font-size: 40px;
    color: #4C2F57;
    text-decoration: none;
    margin-left: 10px !important;
}
/********************************************************************/
/********************************************************************/
/********************************************************************/
/********************************************************************/
/********************************************************************/
@media (min-width: 0px) and (max-width: 600px) {
    .LoginPageDiv1 {
        width: 95%;
        margin-right: 15px !important;
        height: 95%;
    }

    .login_btn_div {
        margin-top: 10px;
    }

    .cont_h {
        height: 100%;
    }

    .row_h {
        height: 50%;
    }

    .loginIcon {
        width: 75px;
    }

    .LoginTitleText {
        font-size: 45px;
        margin-top: 50%;
    }

    .loginToolMainDiv {
        width: 99%;
    }

    .LoginWelcomeText {
        font-size: 35px;
        padding: 0px !important;
        margin: 0px !important;
    }

    .master_logo {
        width: 60px;
    }

    .MasterHeaderTable {
        height: 60px;
        line-height: 60px;
    }

    .Global_Tool {
        width: 300px !important;
    }

    .hr_header_div {
        width: 80%;
    }

    .FormTool_2 {
        width: 450px;
    }

    .form_tool_width {
        width: 100% !important;
    }

    .dash_tab_text {
        font-size: 10px !important;
    }

    .login_logo {
        width: 100px !important;
    }
}


@media (min-width: 600px) and (max-width: 1300px) {
    .login_logo {
        width: 100px !important;
    }

    .LoginPageDiv1 {
        width: 95%;
        margin-right: 20px !important;
        height: 95%;
    }

    .login_btn_div {
        margin-top: 10px;
    }

    .LoginWelcomeText {
        font-size: 35px;
        padding: 0px !important;
        margin: 0px !important;
    }

    .cont_h {
        height: 100%;
    }

    .row_h {
        height: 50%;
    }

    .loginIcon {
        width: 75px;
    }

    .LoginTitleText {
        font-size: 45px;
        margin-top: 50%;
    }

    .loginToolMainDiv {
        width: 99%;
    }

    .Global_Tool {
        width: 400px !important;
    }

    .hr_header_div {
        width: 70%;
    }

    .FormTool_2 {
        width: 250px;
    }

    .form_tool_width {
        width: 100% !important;
    }
}

@media (max-width: 1100px) {
    .custom-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
