﻿/*---------------------------------------------------------------------------------*/
/****************************Body *************************************************/
/*-----------------------------------------------------------------------------------*/
.body-bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f1f1f2;
    z-index: 8;
}

.gobackclass:focus, #ImageButtonUp:focus {
    border: 0 !important;
    outline: 0 !important;
}

.placeholder-30::placeholder{
    color: rgba(0,0,0,0.3)
}

.placeholder-thin::placeholder {
    font-weight:500 !important;
}

.placeholder-100::placeholder {
    color: rgba(0,0,0,.87)
}

.c-right-scroll:hover, .c-left-scroll:hover {
    background-color: rgba(0,0,0,0.1)
}

.c-right-scroll, .c-left-scroll {
    height:34px;
    width:20px;
}

#tabs--list {
    margin-left: 20px;
    width: calc(100% - 225px);
    overflow-x: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    /*chrome safari opera*/
    #tabs--list::-webkit-scrollbar {
    /**/
    visibility: hidden;
    }

#searchTerm{
    max-width:135px;
}

.focus-noborder:focus, .focus-noborder:active, .focus-noborder:hover {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: 0 !important;
    border-color: none !important
}


/*-------------------------------------------------------------------------------
***********************HEight and width*********************************************
*******************************************************************************/
.w-100vw {
    width: 100vw;
}

.w-50vw {
    width: 50vw;
}

.w-100percent {
    width: 100%;
}


.w-20percent {
    width: 20%;
}

.w-25percent {
    width: 25%;
}

.w-30percent {
    width: 30%;
}



.w-40percent {
    width: 40%;
}

.w-50percent {
    width: 50%;
}

.w-60percent {
    width: 60%;
}

.w-75percent {
    width: 75%;
}

.w-80percent {
    width: 80%;
}

.w-90percent {
    width: 90%;
}

.w-33percent{
    width:33%;
}


.w-50percent {
    width: 50%;
}

.w2 {
    display: flex;
    float: left;
    width: 48%;
    margin-left: 1%;
    height: 30px;
    align-items: center;
}

.w3 {
    display: flex;
    float: left;
    width: 30%;
    margin-left: 1%;
    height: 30px;
    align-items: center;
}


.w4 {
    display: flex;
    float: left;
    width: 23%;
    margin-left: 1%;
    height: 30px;
    align-items: center;
}

.w4 {
    display: flex;
    float: left;
    width: 24%;
    margin-left: 1%;
}

.w-64 {
    width: 64px;
}

.w-160 {
    width: 163px !important;
}

.w-80 {
    width: 80px;
}


.h-100vh {
    height: 100vh;
}

.h-50vh {
    height: 50vh;
}

.h-100percent {
    height: 100%;
}

.h-10px {
    height: 10px;
}

.h-15px {
    height: 15px;
}

.h-20px {
    height: 20px;
}

.h-25px {
    height: 25px;
}

.h-30px {
    height: 30px;
}

.h-35px {
    height: 35px;
}

.h-40px {
    height: 40px;
}

.h-48px {
    height: 48px;
}

.h-50px {
    height: 50px !important;
}


.h-60px {
    height: 60px;
}

.h-70px {
    height: 70px;
}

.h-80px {
    height: 80px;
}

.h-0px {
    height: 0px !important;
}

.min-w-400 {
    min-width: 400px;
}

.min-w-130 {
    min-width: 130px;
}
/*-------------------------------------------------------------------------------
***********************FONT COLORS*********************************************
*******************************************************************************/
.f-white {
    color: #FFF;
}

.f-black {
    color: #000;
}

.f-black-87 {
    color: rgba(0,0,0,0.87);
}

.f-black-67 {
    color: rgba(0,0,0,0.67);
}

.f-black-50 {
    color: rgba(0,0,0,0.50);
}


.f-black-25 {
    color: rgba(0,0,0,0.25);
}

.f-black-25-imp {
    color: rgba(0,0,0,0.25) !important;
}



.f-dgray {
    color: #3C3C3C;
}

.f-gray {
    color: #9F9FA0;
}

.f-lgray {
    color: #D0D0D2;
}

.f-orange {
    color: #FC4D03;
}

.f-orange-imp {
    color: #FC4D03 !important;
}

.f-porange {
    color: #FFF8F5;
}

.f-green {
    color: #4CAF50;
}

.f-black-87 {
    color: rgba(0,0,0,0.87);
}

.f-black-67 {
    color: rgba(0,0,0,0.67);
}

.f-red {
    color: #f44336;
}

.f-blue {
    color: #1e88e5;
}
.f-blue-imp {
    color: #1e88e5 !important;
}
/*************************************************************************************
*************************************Z index ******************************************/
/**************************************************************************************/
.z-8 {
    z-index: 8;
}


.z-10 {
    z-index: 10;
}


.z-100 {
    z-index: 100;
}


/*-------------------------------------------------------------------------------
***********************BACKGROUND COLORS*********************************************
************************************************************************************/
.bg-body {
    background-color: #f1f1f2;
}

.bg-white {
    background-color: #FFF;
}

.bg-black {
    background-color: #000;
}

.bg-dgray {
    background-color: #3C3C3C;
}

.bg-gray {
    background-color: #9F9FA0;
}

.bg-lgray {
    background-color: #D0D0D2;
}

.bg-vlgray {
    background-color: #e4e5e7;
}

.bg-orange {
    background-color: #FC4D03;
}

.bg-porange {
    background-color: #FFF8F5;
}

.bg-porange-imp {
    background-color: #FFF8F5 !important;
}

.bg-jobcard-orange-imp {
    background-color: #fdad5c !important;
}

.bg-green {
    background-color: #4CAF50;
}

.bg-is {
    background-color: #4caf50;
}

.bg-qu {
    background-color: #ff8f00;
}

.bg-rj {
    background-color: #f44336;
}

.bg-re {
    background-color: #9e9e9e;
}

.bg-green {
    background-color: #4caf50;
}

.bg-umber {
    background-color: #ff8f00;
}
.bg-f5f7f9{
    background-color:#f5f7f9;
}
/*-------------------------------------------------------------------------------
***********************FONT SIZE*********************************************
************************************************************************************/
.fz-11 {
    font-size: 11px !important;
}


.fz-12 {
    font-size: 12px !important;
}

.fz-13 {
    font-size: 13px ;
}

.fz-21 {
    font-size: 21px ;
}

.fz-14 {
    font-size: 14px;
}

.fz-30 {
    font-size: 30px !important;
}

.fz-16 {
    font-size: 16px;
}

.fz-19 {
    font-size: 19px !important;
}

.txt-dec {
    text-decoration: none !important;
}

.fz-10-important{
    font-size:10px !important;
}


    .txt-dec:hover {
        text-decoration: none;
    }

/*-------------------------------------------------------------------------------
****************************opacities **************************
----------------------------------------------------------------------------------*/
.op-87 {
    opacity: .87;
}


.op-67 {
    opacity: .67;
}

.op-50 {
    opacity: .50;
}



.op-25 {
    opacity: .25;
}


.op-38 {
    opacity: .38;
}

.search_div_op {
    opacity: .25;
}

/*-------------------------------------------------------------------------------
***********************Line Height*********************************************
************************************************************************************/
.lh-1 {
    line-height: 1;
}

.lh-1p1 {
    line-height: 1.1;
}

.lh-1p2 {
    line-height: 1.2;
}

.lh-p9 {
    line-height: .9;
}

.lh-1p5 {
    line-height: 1.5;
}


/*-------------------------------------------------------------------------------
****************************Montserrat font family styles**************************
----------------------------------------------------------------------------------*/


.regular {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
}


.medium {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
}



.bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;
}
/*-------------------------------------------------------------------------------
****************************borders**************************
----------------------------------------------------------------------------------*/

.border-d0d0d2 {
    border: 1px solid #d0d0d2;
}

.border-orange-imp {
    border: 1px solid #FC4D03 !important;
}

/*-------------------------------------------------------------------------------
****************************tables**************************
----------------------------------------------------------------------------------*/
.table-layout-fixed {
    table-layout: fixed;
}

/*-------------------------------------------------------------------------------
****************************buttons**************************
----------------------------------------------------------------------------------*/
.btn-outline-drk {
    outline: none;
    background-color: transparent;
    border: 2px solid #3c3c3c;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13);
}

.btn-outline-drk-disabled {
    outline: none;
    background-color: transparent;
    border: 2px solid #3c3c3c;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.0) !important;
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.0) !important;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.0) !important;
}

.btn-outline-drk:hover {
    outline: none;
    background-color: #d0d0d2 !important;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.23);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.23);
}

.btn-outline-drk:focus {
    outline: none;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13);
}

.btn-outline-drk:active {
    outline: none;
    transform: translateY(1.5px);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.0);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.0);
}

.btn-outline-orange {
    outline: none;
    background-color: transparent;
    border: 2px solid #fc4d03;
}

.btn-outline-orange {
    outline: none;
    background-color: transparent;
    border: 2px solid #fc4d03;
}

    .btn-outline-orange:hover {
        outline: none;
        background-color: #fff8f5 !important;
    }

    .btn-outline-orange:focus {
        outline: none;
    }

    .btn-outline-orange:active {
        outline: none;
    }

.btn-outline-drk:disabled, .btn-dark2:disabled, .btn-dark:disabled, .btn-dan:disabled {
    opacity: 0.4;
}

.btn-dark2 {
    outline: none;
    background-color: #3c3c3c;
    border: 1px solid #3c3c3c;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13);
}

    .btn-dark2:hover {
        outline: none;
        background-color: #000;
        border: 1px solid #000;
        color: white;
        -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.23);
        -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.23);
        box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.23);
    }

    .btn-dark2:focus {
        outline: none;
        -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13);
        -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13);
        box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13) ;
    }

    .btn-dark2:active {
        transform: translateY(1.5px);
        outline: none;
        -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.0) !important;
        -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.0) !important;
        box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.0) !important;
    }



.btn-dark {
    outline: none;
    background-color: #3c3c3c;
    border: 1px solid #3c3c3c;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13);
}

    .btn-dark:hover {
        outline: none;
        background-color: #000;
        border: 1px solid #000;
        color: white;
        -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.23);
        -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.23);
        box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.23);
    }

    .btn-dark:focus {
        outline: none;
        -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13) !important;
        -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13) !important;
        box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13) !important;
    }

    .btn-dark:active {
        transform: translateY(1.5px);
        outline: none;
        -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.0) !important;
        -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.0) !important;
        box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.0) !important;
    }

.btn-dan {
    outline: none;
    background-color: #fc4d03;
    border: 1px solid #fc4d03;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13);
    color: white;
}

    .btn-dan:active {
        transform:translateY(1.5px);
        outline: none;
        background-color: #fc4d03;
        border: 1px solid #fc4d03;
        color: white;
        -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.0) !important;
        -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.0) !important;
        box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.0)!important;
    }

    .btn-dan:focus {
        outline: none;
        background-color: #fc4d03;
        border: 1px solid #fc4d03;
        -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13);
        -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13);
        box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.13);
        color: white;
    }

    .btn-dan:visited {
        outline: none;
        background-color: #fc4d03;
        border: 1px solid #fc4d03;
        color: white;
    }

    .btn-dan:hover {
        outline: none;
        background-color: #fc4d03;
        border: 1px solid #fc4d03;
        color: white;
        -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.23);
        -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.23);
        box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.23);
    }

.btn-long {
    width: 200px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    padding: 0 22px 0 18px;
}

.btn-name {
    width: 94%;
    text-align: left;
    justify-content: flex-start;
}

.btn-decor {
    width: 6%;
    text-align: left;
    align-items: center;
    justify-content: flex-start;
}

/*-------------------------------------------------------------------------------
****************************margins**************************
----------------------------------------------------------------------------------*/

/*--------margin-lefts--------*/
.ml-5px {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-12 {
    margin-left: 12px !important;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-24 {
    margin-left: 24px !important;
}

.ml-28 {
    margin-left: 28px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-100 {
    margin-left: 100px !important;
}


.ml-neg-20 {
    margin-left: -20px;
}



/*--------margin-top--------*/
.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}


.mt-60 {
    margin-top: 60px;
}

.mt-neg60 {
    margin-top: -76px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}


.mt-130 {
    margin-top: 130px;
}

.mt-neg-10 {
    margin-top: -10px;
}

/*--------margin-bottom--------*/

.mb-5px {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}


.mb-20 {
    margin-bottom: 20px;
}

.mb-50 {
    margin-bottom: 50px;
}


/*--------margin-right--------*/ 
.mr-10 {
    margin-right: 10px !important;
}

.mr-12 {
    margin-right: 12px !important;
}

.mr-24 {
    margin-right: 24px !important;
}



.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

/*-------------------------------------------------------------------------------
****************************paddings **************************
----------------------------------------------------------------------------------*/
.p-40-all {
    padding: 40px;
}

.p-30-all{
    padding: 30px;
}

.p-20-all {
    padding: 20px;
}

.p-10-20 {
    padding: 10px 20px;
}

/*---left--------------------*/
.pl-10 {
    padding-left: 10px !important;
}

.pl-12 {
    padding-left: 12px !important;
}

.pl-15 {
    padding-left: 12px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-40 {
    padding-left: 40px !important;
}


.pl-140 {
    padding-left: 140px !important;
}

/*---right -------------------*/

.pr-10 {
    padding-right: 20px;
}

.pr-12 {
    padding-right: 12px !important;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-50 {
    padding-right: 50px;
}


.pr-60 {
    padding-right: 60px;
}

.pr-100 {
    padding-right: 100px;
}

/*--- top ------------------------*/
.pt-50 {
    padding-top: 50px !important;
}

.pt-10 {
    padding-top: 7.5px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-140 {
    padding-top: 163px;
}

.pt-150 {
    padding-top: 165px !important;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-80 {
    padding-top: 80px;
}

/*--- bottom ------------------------*/

.pb-10 {
    padding-bottom: 7.5px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-15 {
    padding-bottom: 15px;
}

.b-50 {
    bottom: 50px;
}

/*-------------------------------------------------------------------------------
****************************dropdown shadows**************************
----------------------------------------------------------------------------------*/
.ul-shadow {
    -webkit-box-shadow: 0px 8px 18px -2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 8px 18px -2px rgba(0,0,0,0.4);
    box-shadow: 0px 8px 18px -2px rgba(0,0,0,0.4);
}

.shadow-div-2{
    -webkit-box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.4);
    box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.4);
}

.scroll-width-6px::-webkit-scrollbar {
    width:6px;
}

.scroll-horizontal {
    overflow-x: auto;
    overflow-y:hidden;
}

    .scroll-horizontal::-webkit-scrollbar {
        height: 6px;
    }

    .scroll-horizontal::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 5px;
    }

    .scroll-horizontal::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #9f9fa0;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

.drop-down-ul, .scroll-ul, .scroll-ul-2 {
    max-height: 300px;
    overflow-y: auto;

    /*firefox*/
    scrollbar-color: #9F9FA0 rgba(0,0,0,0.08);
    scrollbar-width: thin;
}

    /*Scroll bar decoration*/
    .drop-down-ul::-webkit-scrollbar {
        width: 8px;
    }

    .scroll-ul::-webkit-scrollbar {
        width: 8px;
    }

    .scroll-ul-2::-webkit-scrollbar {
        width: 8px;
    }



    .drop-down-ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 8px;
    }

    .scroll-ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 8px;
    }

    .scroll-ul-2::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 8px;
    }

    .drop-down-ul::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background-color: #9f9fa0;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

    .scroll-ul-2::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background-color: #9f9fa0;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

    .scroll-ul::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background-color: #9f9fa0;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

/*-------------------------------------------------------------------------------
****************************overflow**************************
----------------------------------------------------------------------------------*/
.overflw-ell {
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-nowrap-hidden {
    white-space: nowrap;
    overflow-x: hidden;
}

.vis-hidden {
    visibility: hidden;
}

.nowrap-txt {
    white-space: nowrap;
}

.bracket-table {
    width: 100%;
    vertical-align: top;
}
.overflow-text-ellipsis { 
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; 
}
/*-------------------------------------------------------------------------------
****************************borders and radius  **************************
----------------------------------------------------------------------------------*/

.br-tl {
    border-top-left-radius: 10px;
}

.br-tl-15 {
    border-top-left-radius: 15px;
}

.br-tr {
    border-top-right-radius: 10px;
}

.br-tr-15 {
    border-top-right-radius: 15px;
}

.br-br-15 {
    border-bottom-right-radius: 15px;
}

.br-bl-15 {
    border-bottom-left-radius: 15px;
}

.br-br {
    border-bottom-right-radius: 10px;
}

.br-bl {
    border-bottom-left-radius: 10px;
}

.br-10-all {
    border-radius: 10px;
}

.br-5-all {
    border-radius: 5px;
}

.br-3-all {
    border-radius: 3px;
}


.br-15-all {
    border-radius: 15px;
}

.br-24-all {
    border-radius: 24px;
    border: 1px solid #9f9fa0;
}

.border-d-1px-888 {
    border-bottom: 1px solid #888;
}

.border-d-1px-d0 {
    border-bottom: 1px solid #d0d0d0;
}

.border-down {
    border-bottom: 1px solid white;
}

.border-tr-top-white-20 {
    border-top: 20px solid white;
}

.border-tr-top-white-15 {
    border-top: 15px solid white;
}

.border-tr-top-white-30 {
    border-top: 30px solid white;
}


.border-tr-top-white-40 {
    border-top: 40px solid white;
}

.border-tr-top-white-50 {
    border-top: 50px solid white;
}

.border-tr-top-white-60 {
    border-top: 60px solid white;
}

.border-tr-top-white-70 {
    border-top: 70px solid white;
}

.border-tr-top-white-80 {
    border-top: 80px solid white;
}

.border-dashed {
    border: 1px solid #d0d0d2;
    border-style: dashed;
}

.border-top-1-orange {
    border-top: 1px solid #fc4d03;
}

.border-1px-d0 {
    border: 1px solid #d0d0d2;
}
.border-00000033{
    border: 1px solid #00000033;
}
/*-------------------------------------------------------------------------------
****************************list decoration ul li **************************
----------------------------------------------------------------------------------*/
.list-style-none {
    list-style-type: none;
}

.drop-down-ul {
    display: none;
}

.none-display {
    display: none;
}

.display-inline {
    display: inline;
}

ul.drop-down-ul > li {
    height: 36px;
}

    ul.drop-down-ul > li:hover {
        background-color: #fff8f5;
    }

.rot-45deg {
    transform: rotate(45deg);
}
/*-------------------------------------------------------------------------------
****************************Images width **************************
----------------------------------------------------------------------------------*/
.img-4 {
    width: 4px;
    height: 5px;
}

.img-6 {
    width: 6px;
    height: 14px;
}

.img-10 {
    width: 11px;
    height: 14px;
}


.img-11 {
    width: 11px;
    height: 14px;
}



.img-12 {
    width: 12px;
    height: 12px;
}

.img-14 {
    width: 14px;
    height: 22px;
}

.img-15 {
    width: 15px;
}
.img-16 {
    width: 16px;
}
.img-17 {
    width: 17px;
}

.img-18 {
    width: 18px;
    height: 22px;
}

.img-20 {
    width: 20px;
    height: 24px;
}

.img-16 {
    width: 16px;
    height: 22px;
}

.img-25 {
    width: 25px;
    height: 26px;
}

.img-h-35 {
    height: 35px;
}

.img-h-20 {
    height: 20px;
    width: 20px;
}

.img-h-20-only {
    height: 20px;
}

.img-h-25-only {
    height: 25px;
}

.img-h-16 {
    height: 16px;
}

.img-28 {
    width: 28px;
    height: 28px;
}

.img-33 {
    width: 33px;
    height: 33px;
}

.img-100 {
    width: 100px;
    min-height: 100px;
}

.img-120 {
    width: 120px;
    min-height: 120px;
}

.img-round-48 {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #9f9fa0;
}

.img-10-20 {
    width: 10px;
    height: 20px;
}

.img-15-15 {
    width: 15px;
    height: 15px;
}

.img-24-31 {
    width: 24px;
    height: 31px;
}

.img-28-w-border {
    width: 16px;
    height: 16px;
    /* border: 4px solid white; */
    cursor: pointer;
    margin-top: 49px;
    margin-left: 45px;
}

.divbgwhite {
    margin-left: 41px;
    border-radius: 50%;
    width: 24px;
    background-color: white;
    height: 24px;
    margin-top: 45px;
}

.img-60-border-10 {
    width: 60px;
    height: 60px;
    border: 1px solid #d0d0d2;
    background-color: #f1f1f2;
    border-radius: 10px;
    cursor:pointer;
}

    .img-60-border-10:hover {
        width: 60px;
        height: 60px;
        border: 1px solid #d0d0d2;
        background-color: #f1f1f2;
        border-radius: 10px;
        cursor: pointer;
        -webkit-box-shadow: -2px 5px 13px 0px rgba(0,0,0,0.18);
        -moz-box-shadow: -2px 5px 13px 0px rgba(0,0,0,0.18);
        box-shadow: -2px 5px 13px 0px rgba(0,0,0,0.18);
    }

  

    .img-60-round {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 1px solid #d0d0d2
    }

.search-img {
    width: 20px;
    height: 23px;
}

.imgKitAst {
    cursor: pointer;
}

.img-company-logo {
    max-width: 80px;
    /*max-width: 85px;*/
    max-height: 28px;
    margin-left: -3px;
    margin-top: 3px;
}
/*-------------------------------------------------------------------------------
****************************text decoration **************************
----------------------------------------------------------------------------------*/
.table tbody > tr > th {
    color: #000;
}

.table tbody > tr > th {
    border: 1px solid #d0d0d2;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 0;
    padding: 12px 8px;
    vertical-align: middle;
}


.table tbody > tr > td {
    border: 0;
    vertical-align: middle;
    color: rgba(0,0,0,.67)
}

    .table tbody > tr > td > a {
        color: black;
        opacity: .87;
        vertical-align: middle;
        color: #9f9fa0;
    }


/*-------------------------------------------------------------------------------
****************************custom check box **************************
----------------------------------------------------------------------------------*/
input.bg-border-none{
    border:0;
    background-color:transparent;
}


/*-------------------------------------------------------------------------------
****************************custom check box **************************
----------------------------------------------------------------------------------*/

.container_chk_display_none {
    display: none;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* The container */
.container_chk {
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container_chk input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -2px;
    left: 6px;
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1.5px solid #777;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.container_chk:hover input ~ .checkmark {
    background-color: #d0d0d2;
}

/* When the checkbox is checked, add a blue background */
.container_chk input:checked ~ .checkmark {
    background-color: #fc4d03;
    border: 1.5px solid #fc4d03;
    border-radius: 3px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_chk input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_chk .checkmark:after {
    left: 2px;
    top: -.75px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 1.5px 1.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*-------------------------------------------------------------------------------
****************************custom radio **************************
----------------------------------------------------------------------------------*/
/* The container */
.container_radio {
    margin-top: 3px;
    margin-right: 20px;
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .container_radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark_radio {
    border: 2px solid #9f9fa0;
    position: absolute;
    top: 0;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container_radio:hover input ~ .checkmark_radio {
    background-color: #d0d0d2;
}

/* When the radio button is checked, add a blue background */
.container_radio input:checked ~ .checkmark_radio {
    background-color: #fff;
    border: 2px solid #fc4d03;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark_radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_radio input:checked ~ .checkmark_radio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container_radio .checkmark_radio:after {
    top: 2px;
    left: 2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fc4d03;
}

/*------------------------------------------------------------------------*/
/*******************************Sections***************************************/
/*---------------------------------------------------------------------------*/

.sec-selectasset {
    padding: 0px 30px 0px 140px;
    background-color: #f1f1f2;
    background-color: #f1f1f2;
}

.sec-productlist {
    padding: 24px 50px 0px 124px;
    background-color: #f1f1f2;
}


.all-info {
    height: 50px;
    align-items: center;
    display: flex;
}

/*------------------------------------------------------------------------*/
/*******************************product***************************************/
/*---------------------------------------------------------------------------*/
.product-cat {
    width: 180px;
    height: 60px;
    border-radius: 4px;
    border: 1px solid #d0d0d2;
    color: #fc4d03;
    margin: 0px 27px 0px 27px;
    padding: 3px 8px;
    text-align: center;
    vertical-align: middle;
}

    .product-cat:hover {
        border-radius: 4px;
        border: 1px solid #3c3c3c;
        color: white;
        background-color: #3c3c3c;
    }


/*------------------------------------------------------------------------*/
/*******************************product***************************************/
/*---------------------------------------------------------------------------*/

.btn-shadow-0 {
    -webkit-box-shadow: -2px 5px 13px 0px rgba(0,0,0,0) !important;
    -moz-box-shadow: -2px 5px 13px 0px rgba(0,0,0,0) !important;
    box-shadow: -2px 5px 13px 0px rgba(0,0,0,0) !important;
}

.cursor-pointer {
    cursor: pointer;
}

.err-pop-up-shdw {
    -webkit-box-shadow: 4px 4px 18px 0px rgba(0,0,0,0.29);
    -moz-box-shadow: 4px 4px 18px 0px rgba(0,0,0,0.29);
    box-shadow: 4px 4px 18px 0px rgba(0,0,0,0.29);
}
/*------------------------------------------------------------------------*/
/*******************************changes on existing***************************************/
/*---------------------------------------------------------------------------*/
.Radioctrl > input[type=radio]:checked + label:before {
    line-height: 6px !important;
}

.clsUnderline {
    border-bottom: 0px !important;
}

#left_img_av, #right_img_av {
    padding: 0;
    border: none;
    background: none;
    margin-right: 5px;
}

/*------------------------------------------------------------------------*/
/*******************************hover***************************************/
/*---------------------------------------------------------------------------*/

.hover-black:hover {
    background-color: black !important;
}

.hover-orange:hover {
    color: #FC4D03;
}

.hover-orange:active {
    color: #FC4D03;
}




.hover-txt-shadow:hover {
    text-shadow: 2px 2px 3px #C0C0C0;
}

.hover-paleorange:hover {
    background-color: #fff8f5;
}

.hover-white:hover {
    background-color: white;
}

.dis-none {
    display: none;
}

.dis-none-2 {
    display: none;
}

.hover-lgray:hover {
    background-color: rgb(232,232,232);
}

.hover-white-27:hover {
    background-color: rgba(255,255,255,0.37);
}

.hover-vlgray:hover {
    background-color: rgb(243,243,243);
}




a.btn-long:hover {
    text-decoration: none;
    color: white;
}

/*-------------------------------------------------------------------------------
****************************Datepickker**************************
----------------------------------------------------------------------------------*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


#viewImage{
    max-height:calc(100vh - 100px);
    max-width:calc(100vw - 100px);
}


.column-resize {
    float: right;
    margin-top: 1px;
    width: 2px;
    cursor: col-resize;
    user-select: none;
    height: 20px;
    border: 2px solid #d0d0d2;
    background-color: #d0d0d2;
    border-radius:2px;
}

.js-customcheckbox-span{
    cursor:pointer !important;
}


/*------------------------------------------ checklist css------------------------------------------*/


.multi-choice-e {
    min-width: 170px;
    max-width: 170px;
    border: 1px solid #3c3c3c;
    height: 30px;
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.multi-choice-failed {
    background-color: #d32f2f;
    border: #d32f2f;
    color: white !important;
}

.multi-choice-not-failed {
    background-color: #4CAF50;
    border: 1px solid #4CAF50;
    color: white !important;
}

.range-wrap {
    position: relative;
    /*margin: 0 auto 3rem;
*/
}

.range {
    width: 100%;
}

.bubble {
    position: relative;
    transform-origin: center center;
    display: block;
    width: 98px;
    height: 22px;
    background: transparent;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
    margin-top: 20px;
    margin-left: -42px;
    left: attr(value);
}

.range {
    margin: 30px 0 20px 0;
    -webkit-appearance: none;
    background-color: #f5f6f8;
    height: 3px;
    width: 100%;
    margin: 10px auto;
}

    .range:focus {
        outline: none;
    }

    .range::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        background: #FC4D03;
        border-radius: 50%;
        cursor: -moz-grab;
        cursor: -webkit-grab;
        box-shadow: 5px 0px 5px rgba(0,0,0,0.25);
    }


/*------------------------------------------ checklist css------------------------------------------*/

.js-option-unit{
    white-space:nowrap;
    padding-right:20px;
}

.js-select-response{
    cursor:context-menu;
}
/*--------------------------------------------backgroung color one by one for list-----------------------------*/
.one-by-one-list-bg {
    background-color: #f2f2f2;
}

.none-button{
    background:none; 
    outline:none;
    border:none;
}
    .none-button:focus {
        outline: none;
        border: none;
    }
    .none-button:hover {
        outline: none;
        border: none;
    }
    .none-button:focus-within {
        outline: none;
        border: none;
    }
    .none-button:active {
        outline: none;
        border: none;
    }
    
.none-input{
    background:none; 
    outline:none;
    border:none;
}
    .none-input:focus {
        outline: none;
        border: none;
    }
    .none-input:hover {
        outline: none;
        border: none;
    }
    .none-input:focus-within {
        outline: none;
        border: none;
    }
    .none-input:focus-visible {
        outline: none;
        border: none;
    }
    .none-input:active {
        outline: none;
        border: none;
    }
/*-----------------------------------create by ganesh for scroll bar -------------------------------------*/
.scroll-vertical-8px { 
    overflow-y: auto;
}

.scroll-vertical-8px::-webkit-scrollbar {
        width: 8px;
    }
.scroll-horizontal-8px { 
    overflow-x: auto;
    overflow-y:hidden;
}

.scroll-horizontal-8px::-webkit-scrollbar {
    height: 8px;
}

.scroll-vertical-8px::-webkit-scrollbar-thumb, .scroll-horizontal-8px::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #fc4d03;
}

.scroll-vertical-8px::-webkit-scrollbar-track, .scroll-horizontal-8px::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #f1f1f1;
}
/*-----------------------------------back ground colors -------------------------------------*/
.bg-f1f1f1{
    background-color:#f1f1f1;
}

/*------------------------------------------Ezyid checkbox--------------------------------------------------------*/
.ezyid_checkbox {
    width:20px;
    display: block;
    position: relative; 
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin:0;
    padding:0;
}
.ezyid_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.ezyid_checkmark {
    position: absolute; 
    left: 0;
    top:-7.5px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #bfbcbc;
    border-radius:3px;
}
.ezyid_checkbox input:checked ~ .ezyid_checkmark {
    background-color: #fc4d03;
    border:none;
}
.ezyid_checkbox input:disabled ~ .ezyid_checkmark {
   opacity:0.5;
}
.ezyid_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.ezyid_checkbox input:checked ~ .ezyid_checkmark:after {
    display: block;
}
.ezyid_checkbox .ezyid_checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.op-50 ~ .ezyid_checkmark{
    opacity:0.5;
}
a:hover{
    text-decoration:none !important;
}