﻿
/* ==== Google font ==== */
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);*/

/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/

/*font-family: 'Roboto', sans-serif;*/
/*font-family: 'Raleway', sans-serif;*/
/*@import url('font-awesome.css');*/
/* ==== overwrite bootstrap standard ==== */
/*@import url('overwrite.css');*/
/*@import url('animate.css');*/

/*============================Include font-face======================================*/
/*---------------------Raleway-------------------*/

@font-face {
    font-family: Raleway;
    src: url(fonts/Raleway/Raleway-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Raleway;
    src: url(fonts/Raleway/Raleway-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: Raleway;
    src: url(fonts/Raleway/Raleway-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: Raleway;
    src: url(fonts/Raleway/Raleway-Bold.ttf);
    font-weight: 700;
}

/*---------------------Roboto-------------------*/
@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto/Roboto-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto/Roboto-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto/Roboto-Bold.ttf);
    font-weight: 600;
}
/*---------------------Consolas-------------------*/
@font-face {
    font-family: Consolas;
    src: url(fonts/consolas/CONSOLA.TTF);

}
/*---------------------SFProText-------------------*/
@font-face {
    font-family: SFProText;
    src: url(fonts/SFProText/SFProText-Regular.ttf);
}

@font-face {
    font-family: SFProText;
    src: url(fonts/SFProText/SFProText-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: SFProText;
    src: url(fonts/SFProText/SFProText-Bold.ttf);
    font-weight: 600;
}
/*---------------------Arial-------------------*/
@font-face {
    font-family: Arial;
    src: url(fonts/Arial/ARIAL.TTF);
}

@font-face {
    font-family: Arial;
    src: url(fonts/Arial/ARIALLGT.TTF);
    font-weight: 200;
}

@font-face {
    font-family: Arial;
    src: url(fonts/Arial/ArialMdm.ttf);
    font-weight: 500;
}
@font-face {
    font-family: Arial;
    src: url(fonts/Arial/ARIALBD.TTF);
    font-weight: 600;
}
@font-face {
    font-family: Arial;
    src: url(fonts/Arial/ARIBLK.TTF);
    font-weight: 800;
}
/*---------------------Helvetica-------------------*/
@font-face {
    font-family: Helvetica;
    src: url(fonts/Helvetica/Helvetica.ttf);
}

@font-face {
    font-family: Helvetica;
    src: url(fonts/Helvetica/helvetica-light.ttf);
    font-weight: 200;
}

@font-face {
    font-family: Helvetica;
    src: url(fonts/Helvetica/Helvetica-Bold.ttf);
    font-weight: 500;
}
/*---------------------HelveticaNeue-------------------*/
@font-face {
    font-family: HelveticaNeue;
    src: url(fonts/HelveticaNeue/HelveticaNeue.ttf);
}
@font-face {
    font-family: HelveticaNeue;
    src: url(fonts/HelveticaNeue/HelveticaNeueThin.ttf);
    font-weight: 200;
}
@font-face {
    font-family: HelveticaNeue;
    src: url(fonts/HelveticaNeue/HelveticaNeueLight.ttf);
    font-weight: 400;
}
@font-face {
    font-family: HelveticaNeue;
    src: url(fonts/HelveticaNeue/HelveticaNeueMedium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: HelveticaNeue;
    src: url(fonts/HelveticaNeue/HelveticaNeuBold.ttf);
    font-weight: 600;
}

/*--------------------- Montserrat Font Face -------------------*/

@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat/Montserrat-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat/Montserrat-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat/Montserrat-Bold.ttf);
    font-weight: 700;
}

/*===================================================================================*/

body {
    /*font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 22px;*/
    /*color: #3b4047;*/
    /*background-color: #fff;
    letter-spacing: -.022em;*/
}
hr {
    background: #898b8e;
}
body {
    /* overflow: overlay;*/
}

html {
    scroll-behavior: smooth;
}

hi, h2, h3, h4, h5, h6 {
    /*color: #434a54;*/
    color: var(--palette-gray-dark);
    line-height: 1.1em;
}

p {
    font-size: 1rem;
    line-height: 22px;
}

a {
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
    color: #2c79bf;
}

    a:hover {
        text-decoration: none;
        color: #3b4047;
    }

.table {
    margin-bottom: 0;
}

.border-none {
    border: none !important;
}

.table th, .table td {
    padding: 0.3rem;
}

.custome-overflow {
    overflow: auto;
    max-height: 300px;
    margin-bottom: 1rem;
    min-height: 50px;
}

table tr td select {
    border: 1px solid #eee;
}

.content-area .custome-overflow table {
    font-size: 15px;
    line-height: 20px;
}

.margin-15 {
    margin: 1rem;
}

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

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

.bg-info {
    background-color: #2c79bf !important;
    color: #fff;
}

.margin-left-right-100 {
    margin-left: 100px;
    margin-right: 100px;
}

.margin-b-1 {
    margin-bottom: 1rem;
}
.margin-t-1 {
    margin-top: 1rem;
}
.margin-l-1 {
    margin-left: 1rem;
}
.margin-r-1 {
    margin-right: 1rem;
}
.margin-1 {
    margin: 1rem;
}
.margin-b-2 {
    margin-bottom: 2rem;
}

.margin-t-2 {
    margin-top: 2rem;
}

.margin-l-2 {
    margin-left: 1rem;
}

.margin-r-2 {
    margin-right: 2rem;
}

.margin-2 {
    margin: 2rem;
}
.margin-t-3 {
    margin-top: 3rem;
}
.margin-b-3 {
    margin-bottom: 3rem;
}
.margin-b-1-half {
    margin-bottom: .5rem;
}
.margin-t-1-half {
    margin-top: .5rem;
}
/*========================================================Common Class start =============================================*/
.tex-box {
    border: 1px solid #dadcde;
    font-size: 13px;
    border-radius: 0;
}
/*.tex-box {
    border: 1px solid #dadcde;
    font-size: 15px;
    border-radius: 18px;
    padding: 7px;
    width: 285px;
    margin-left: 15px;
}*/

.main-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.char-info-container{
    display:flex;
    flex-direction:column;
}
.sml-font{
    font-weight:600;
    font-size:0.8rem;
    opacity:0.7;
    margin-bottom: 0 !important;
}

.contact-footer{
    justify-content:space-between;
    display:flex;
}

label {
    font-size: 1rem;
    font-weight: normal;
}

.btn {
    /* background: #37bd9c; */
    /* padding: 5px 0; */
    /* border-radius: 40px; */
    /* color: #fff; */
}

.btn-custom {
    padding: 5px 10px;
    background: #2c79bf; /*#0c0e38*/
    color: #fff;
    border-radius: 0;
}
.btn-dark-blue {
    padding: 5px 30px;
    background: #010640;
    color: #fff;
    border-radius: 40px;
}

.btn-custom-light {
    padding: 5px 30px;
    background: #e1e4ea;
    color: #3b4047;
    border-radius: 0;
}

.btn:hover {
    color: #3b4047;
    text-decoration: none;
    background-color: #ccd0d9;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.btn-outline {
    border: solid 1px #2c79bf;
    padding: 5px 10px;
    background: #fff;
    border-radius: 0;
}
.btn-custom-round {
    background: #23A3DD;
    color: #ffffff;
    border-radius: 50px;
    min-width: 122px;
    padding: .375rem 1.75rem .375rem 1.75rem;
    font-size: 0.95rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
    line-height: 1.5;
    border: none;
    transition: 0.3s all;
}

    .btn-custom-round:hover {
        background: #344157;
        color: #ffffff;
        transition: 0.3s all;
    }
.btn-custom-round-outline {
    border: solid 1px #2c79bf;
    background: #fff;
    color: #2c79bf;
    border-radius: 50px;
    width: 122px;
    padding: .375rem .75rem .375rem .75rem;
    font-size: 0.95rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
    line-height: 1.5;
    transition: 0.3s all;
}

    .btn-custom-round-outline:hover {
        background: #344157;
        color: #ffffff;
        transition: 0.3s all;
    }
/*----------margin 15-------------*/
.margin-top-15 {
    margin-top: 1rem;
}

.margin-top-150 {
    margin-top: 150px;
}

.margin-bottom-15 {
    margin-bottom: 1rem;
}

.margin-left-15 {
    margin-left: 1rem;
}

.margin-right-15 {
    margin-right: 1rem;
}

.margin-left-13 {
    margin-left: 13px;
}

.margin-right-13 {
    margin-right: 13px;
}
.margin-left-5 {
    margin-left: 5px;
}
/*----------margin 30-------------*/
.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-bottom-100 {
    /*margin-bottom: 100px;*/
}

.margin-top-100 {
    margin-top: 100px;
}
/*----------padding 15-------------*/
.padding-top-15 {
    padding-top: 1rem;
}

.padding-bottom-15 {
    padding-bottom: 1rem;
}

.padding-left-15 {
    padding-left: 1rem;
}

.padding-right-15 {
    padding-right: 1rem;
}
.padding-15 {
    padding: 1rem;
}
.padding-30 {
    padding: 30px;
}
.padding-15-30 {
    padding: 1rem 30px;
}
.padding-1 {
    padding: 1rem;
}
.padding-t-1 {
    padding-top: 1rem;
}
.padding-b-1 {
    padding-bottom: 1rem;
}
.padding-l-1 {
    padding-left: 1rem;
}
.padding-r-1 {
    padding-right: 1rem;
}
.padding-0 {
    padding: 0 !important;
}
.padding-t-3 {
    padding-top: 3rem;
}
.padding-b-3 {
    padding-bottom: 3rem;
}
.margin-l-r-1 {
    margin-left: 1rem;
    margin-right: 1rem;
}
/*------flot---------------*/
.flot-left {
    float: left
}

.flot-right {
    float: right
}
/*----------Wraper Box--------------*/
.wraper-box {
    border: 1px solid #dcdcdc;
    border-radius: 15px;
    margin: 0 -1rem;
    box-shadow: 3px 3px 9px #dcdcdc;
    background: #fff;
}


/*========================================================Common Class end =============================================*/


/* ========================================
Media queries
========================================= */
/* Small devices (tablets, 768px and up) */

@media (min-width: @screen-sm-min) {

    .img-thumbnail img {
        margin-right: 30px;
    }
}





.header {
    /*background: #EEFBFF;*/
    background-color: #F9FCFE;
    min-height: 100px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.navbar {
    padding-top: 1.7rem;
    padding-bottom: 1.6rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #344157;
    /*text-transform: uppercase;*/
    padding: 0 0;
    font-size: 14px;
    font-weight: 500;
    margin: 0 20px;
}

    .navbar-light .navbar-nav .nav-link.last-child {
        margin-right: 0;
    }

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #23A3DD;
    }

.navbar-light .navbar-toggler {
    border-color: transparent;
    padding: 0;
}

    .navbar-light .navbar-toggler:focus {
        outline: 0;
        border: none;
        box-shadow: none;
    }

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: .12rem solid #344157;
    transition: all 200ms linear;
}

    .navbar-light .navbar-toggler-icon:after,
    .navbar-light .navbar-toggler-icon:before {
        width: 24px;
        position: absolute;
        height: .12rem;
        background-color: #344157;
        top: 0;
        left: 0;
        content: '';
        z-index: 2;
        transition: all 200ms linear;
    }

    .navbar-light .navbar-toggler-icon:after {
        top: 7px;
    }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}


.user-image {
    /*width: 45px;*/
    /*height: 45px;*/
    border-radius: 5rem;
    background: #fff;
    display: inline-block;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

    .user-image img {
        /*   width: 45px;
        height: 45px;
        border-radius: 5rem;
        padding: 3px;*/
        width: 50px;
        height: 50px;
        border: 2px solid #FFFFFF;
    }

.user-name {
    color: #AFAFAF;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 15rem;
    cursor: default;
}

.caret-none.dropdown-toggle::after {
    content: none !important;
}

hr.navlinks_divider {
    height: 20px;
    width: .15rem;
    background: #D6D6D6;
    display: inline-flex;
    margin: 0 25px 0 5px;
    opacity: 1;
}

ul.user-dropdown.show {
    left: 25px;
    right: 0;
    margin-top: .25rem !important;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

ul.user-dropdown .dropdown-item {
    color: #AFAFAF;
    font-weight: 500;
    font-size: 14px;
}

    ul.user-dropdown .dropdown-item i {
        margin-right: 10px;
    }

/* -------------------Font size------------------ */
.font-3 {
    font-size: 3rem;
}

.font-4 {
    font-size: 3.25rem;
    line-height: 4rem;
}

/*--------------------- text color -------------------*/
.text-cus {

}
    .text-cus.text-primary {
        color: #0092CE;
    }
    .text-cus.text-normal {
        color: #4A4A4A;
    }

.border-r-20 {
    border-radius: 20px;
}
/*--------------------- Media query 1200 -------------------*/

@media screen and (max-width: 1200px) {

    .navbar {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }

    .navbar-light .navbar-nav .nav-link {
        margin: 0 15px;
    }

    .navbar .container-fluid {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

/*--------------------- Media query 992 -------------------*/

@media screen and (max-width: 992px) {

    .home-page .hero-section {
        background-position: 100%;
    }

    .navbar-collapse {
        position: absolute;
        left: 0;
        top: 98px;
        z-index: 99;
        min-height: 62px;
        right: 0;
        background: #EEFBFF;
        padding-top: 15px;
        padding-bottom: 25px;
        box-shadow: 0 22px 20px rgba(0, 0, 0, 0.15);
    }

    ul.user-dropdown.show {
        position: absolute !important;
        left: -110px;
    }

    .navbar .navbar-toggler {
        position: absolute;
        right: 100px;
    }

    .user-name {
        width: 100%;
        padding: .25rem 1rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .navbar-nav {
        flex-direction: row;
        justify-content: center;
    }
}

/*--------------------- Media query 680 -------------------*/

@media screen and (max-width: 680px) {

    .header {
        min-height: 100px;
    }

    .navbar-collapse {
        padding-top: 0;
        padding-bottom: 15px;
    }

    .nav-area-logo img {
        width: 200px;
    }

    .navbar-nav {
        flex-direction: column;
    }

    .navbar-light .navbar-nav .nav-link {
        margin: 10px 15px;
    }

    .navbar-light .navbar-nav {
        text-align: center;
    }
}

/* common elements */
.inupt-password .right-icon {
    font-size: 1.25rem;
    position: absolute;
    right: 16px;
    top: 10px;
    cursor: pointer;
    color: #4A4A4A;
}

textarea.invalid, input.invalid {
    border: 1px solid #F15656;
}

.input-validation-message {
    color: #F15656;
    font-size: 0.75rem;
    padding: .25rem 1rem;
    font-weight: 500;
}

.input-validation-message i {
    margin-right: 0.25rem;
}


/*
Styled table
*/
.table-container.olsstyle {
    border: 1px solid #aeddef;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}

.table-container.olsstyle table {
    border-collapse: collapse;
    width: 100%;
}

.table-container.olsstyle td, .table-container.olsstyle th {
    border: 1px solid #aeddef;
    padding: 0.1rem 0.3rem;
}

.table-container.olsstyle tr:first-child th {
    border-top: 0;
}

.table-container.olsstyle tr:last-child td {
    border-bottom: 0;
}

.table-container.olsstyle tr td:first-child, .table-container.olsstyle tr th:first-child {
    border-left: 0;
}

.table-container.olsstyle tr td:last-child, .table-container.olsstyle tr th:last-child {
    border-right: 0;
}

.table-container.olsstyle table, .table-container.olsstyle th, .table-container.olsstyle td, .table-container.olsstyle div {
    font-size: 0.9rem;
}

.table-container.olsstyle th {
    color: #008fc7;
    background-color: #e3f2f7;
}

.table-container.olsstyle .table-rows-container {
    max-height: 5rem;
    overflow-y: auto;
}

.popup-scroll{
    overflow-y:scroll;
}
.popup-scroll-color {
    scrollbar-color: #888 #f1f1f1;
}