﻿@charset "utf-8";
/* CSS Document */

/**********************/
.nav-sec {
    position: absolute;
    z-index: 9;
    left: 0;
    min-height: 580px;
    background: #007ca9;
    margin-top: 0px;
}

span.tgle-img {
    float: left;
    margin: 5px 4px;
}

#graph_container .table-bordered th, #graph_container .table-bordered td {
    text-align: center;
}

#graph_container .list-group-item {
    padding: 0.2rem .25rem;
}

#graph_container .table-bordered tbody th:first-child, #graph_container .table-bordered tbody td:first-child {
    text-align: left;
}

#chart_container, #chart_container .card-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    #chart_container .col-lg-12, #chart_container .col-sm-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

.table-bordered td, .table-bordered th {
    border: solid 1px #ccc !important;
}

#graph_container .container-fluid {
    padding-right: 0px !important;
}

#accordion #criteria1 .multiselect-container {
    max-height: 300px;
    overflow-y: scroll;
    width: 100%;
    overflow-x: hidden;
}

table thead th {
    vertical-align: middle !important;
}

#criteria1 .multiselect-native-select .btn-group {
    width: 100%;
}

    #criteria1 .multiselect-native-select .btn-group button {
        width: 100%;
        background: #fff;
        text-align: left;
        border: 1px solid #d9d9d9;
        overflow-x: hidden;
    }

.ellipsis1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* new css */
    max-width: 100%;
    /*min-width: 150px;*/
}

#criteria3 .dropdown-header {
    display: block;
    padding: 0px;
    margin: 0;
    font-size: 0.875rem;
    color: #002568;
    white-space: nowrap;
    border-bottom: 1px solid;
    font-weight: bold;
    text-align: center;
}

    #criteria3 .dropdown-header:first-child {
        border-bottom: none;
    }

@media (min-width: 1441px) {
    #nav-tabContent table {
        table-layout: fixed;
    }

    .ellipsis1 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        /* new css */
        max-width: 100%;
        min-width: 100%;
    }
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 0px !important;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 0px !important;
}

/***********************/

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #ffffff;
    font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif, latosemibold;
    font-size: .85rem;
    padding: 0px;
    margin: 0px;
}

tr.focal_row td, tr.focal_row th {
    border-bottom: solid 2px #34c2e0 !important;
}

.table thead {
    text-align: center !important;
}

#btnTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 30px; /* Place the button at the bottom of the page */
    right: 0; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 14px; /* Increase font size */
}

    #btnTop:hover {
        background-color: #555; /* Add a dark-grey background on hover */
    }
/* style for handle long text */
a.morelink {
    text-decoration: none;
    outline: none;
    font-weight: bold;
    color: #229bc3;
}

.morecontent span {
    display: none;
}

.long_text {
    max-width: 400px;
}


.fixed-card {
    position: fixed;
    width: 74.5%;
    top: 135px;
    z-index: 20000;
    background-color: #f1f1f1 !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: none;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fixed_page_header_top {
    position: fixed;
    height: auto;
    padding-left: 0px;
    width: 74.5%;
    border-radius: 4px;
    background-color: #fff;
    top: 48px;
    z-index: 100;
    overflow: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: none;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fixed-card_full {
    position: fixed;
    width: 100%;
    top: 130px;
    z-index: 20000;
    background-color: #f1f1f1 !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: none;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fixed_page_header_top_full {
    position: fixed;
    height: auto;
    padding-left: 0px;
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    top: 48px;
    z-index: 100;
    overflow: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: none;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


@media (min-width: 1281px) and (max-width: 1440px) {
    .fixed-card {
        width: 74.3%;
        top: 130px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .fixed_page_header_top {
        width: 74.3%;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #nav-tabContent table {
        table-layout: fixed;
    }
}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {

    .fixed-card {
        width: 74.2%;
        top: 130px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .fixed_page_header_top {
        width: 74.2%;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
    .fixed-card {
        position: relative;
        width: 100%;
        top: auto;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .fixed_page_header_top {
        position: relative;
        width: 100%;
        top: auto;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}



@font-face {
    font-family: 'latoblack';
    src: url('../Assets/fonts/lato-black-webfont.woff2') format('woff2'), url('../Assets/fonts/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('../Assets/fonts/lato-bold-webfont.woff2') format('woff2'), url('../Assets/fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latomedium';
    src: url('../Assets/fonts/lato-medium-webfont.woff2') format('woff2'), url('../Assets/fonts/lato-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('../Assets/fonts/lato-regular-webfont.woff2') format('woff2'), url('../Assets/fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latosemibold';
    src: url('../Assets/fonts/lato-semibold-webfont.woff2') format('woff2'), url('../Assets/fonts/lato-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.card {
    background-color: #f1f1f1 !important;
}

.clr {
    clear: both;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    float: left;
}

.nopadding {
    padding: 0px;
    margin-bottom: 60px;
}

.loginWrap .nopadding {
    padding: 0px;
    margin-bottom: 0px !important;
}

.pdleft {
    padding-left: 0px;
}

.pdright {
    padding-right: 0px;
}

.loginbg {
    background: #f1f1f1;
    display: block;
}

.loginWrap {
    background: #fff;
    box-shadow: 0px 2px 29px #a7a7a7;
    width: 100%;
    margin: 8% 0% 0% 0%;
    position: relative;
}

.welcomebg {
    background: url(../Assets/images/loginbg.jpg) no-repeat;
    position: relative;
    background-size: cover;
    min-height: 500px;
    -webkit-clip-path: polygon(4% 0, 100% 0%, 100% 100%);
    clip-path: polygon(38% 0, 100% 0%, 100% 100%);
}

.loginform {
    position: absolute;
    left: 0px;
    padding: 26px 20px 0px 45px;
}

    .loginform h1 {
        font-family: 'latosemibold';
        color: #444;
    }

    .loginform form input {
        margin: 15px 0px;
        padding: 10px;
        border-radius: 3px;
    }


.radiodiv {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 0.9em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radiodiv input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border: 1px solid #c1b9ea;
    border-radius: 3px;
}

.radiodiv:hover input ~ .checkmark {
    background-color: #ccc;
}

.radiodiv input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radiodiv input:checked ~ .checkmark:after {
    display: block;
}

.radiodiv .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btnlogin {
    background: #022a68;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    font-family: 'latobold';
    padding: 12px 37px;
    margin: 40px 0px 20px 0px;
    font-size: 1.0em;
    letter-spacing: 1px;
}

    .btnlogin:hover {
        background: #34c2e0;
    }

.btnlogin1 {
    background: #022a68;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    font-family: 'latobold';
    padding: 12px 37px;
    margin: 40px 0px 20px 0px;
    font-size: 1.0em;
    letter-spacing: 1px;
}

    .btnlogin1:hover {
        background: #34c2e0;
    }

.loginRight {
    position: absolute;
    right: 0px;
    padding: 10px;
    top: 20px;
}

.logologin {
    margin: 10px 37px 0px 0px;
    text-align: right;
}

.loginRight h2 {
    color: #fff;
    font-family: 'latoblack';
    font-size: 2.5em;
    margin: 72px 88px 0px 0px;
    text-align: right;
}

.loginRight p {
    width: 59%;
    color: #fff;
    line-height: 17px;
    margin: 0px 0px 0px 0px;
    position: absolute;
    right: 0;
}


#header {
    background: #fff;
    padding: 16px 0px;
}

.logo {
    text-align: center;
}

.dropdown-menu .dropdown-item {
    padding: 0.25rem .25rem;
}

.registrationbg {
    background: url(../Assets/images/registrationbg.jpg) no-repeat;
    background-size: cover;
    height: 700px;
    position: relative;
}

.formdesign {
    background: #f0f0f0;
    padding: 10px;
    margin-top: 3%;
    border-radius: 3px;
}

    .formdesign h1 {
        font-size: 1.3em;
        text-align: center;
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        font-family: 'latobold';
        color: #002663;
    }

    .formdesign form input {
        margin-top: 10px;
        border-radius: 3px;
    }

#footer {
    background: #022a68;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-top: 60px;
    z-index: 20000;
    height: 30px;
}

    #footer p {
        width: 100%;
        text-align: center;
        color: #fff;
        padding: 0px;
        margin: 0px;
    }


tr.focal {
    background-color: #B0BED9 !important;
}

.tblExecutives tbody tr > td {
    cursor: pointer;
}

.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
    display: block;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
    display: none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.bootstrap-select > .dropdown-menu > ul.inner, .bootstrap-select > .dropdown-menu {
    min-height: 300px !important;
    max-width: 100% !important;
    overflow-x: hidden;
}

    .bootstrap-select > .dropdown-menu > ul.inner li:last-child {
        margin-bottom: 100px;
    }

.input-width-mini {
    height: 25px;
    width: 48% !important;
    padding: 0px 6px 0px 6px !important;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

a, input[type='button'], button {
    cursor: pointer !important;
}

.naviarea {
    background: #022a68;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 200;
}

    .naviarea .navbar {
        padding: .2rem 1rem;
    }


    .naviarea .navbar-nav > li > a {
        color: rgb(255,255,255);
        font-size: 1.0em;
        transition: all ease-in .4s;
    }

    .naviarea li:hover {
        color: #34c2e0;
    }

.nav-link:hover, .nav-link.active, .dropdown-item:active, nav-item:active {
    color: #34c2e0 !important;
}

.nav-item.dropdown.active > .nav-link {
    color: #34c2e0 !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #34c2e0 !important;
    text-decoration: none;
    background-color: #fff !important;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.15rem 0.15rem !important;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.dropdownwidth a:hover {
    color: #34c2e0;
    background: none;
}


.rightUser .dropdown-menu a:hover {
    color: #34c2e0;
    background: none;
}

/*.rightUser {
    background: #234782;
    border-radius: 3px;
    border: 1px solid #1056c7;
}*/

.rightUser li {
    color: #fff;
}

.rightUser span {
    font-size: 1.3em;
    padding: 0px 4px;
}

.rightUser a {
    font-size: 0.9em;
}


a.morelink {
    text-decoration: none;
    outline: none;
    font-weight: bold;
}

.morecontent span {
    display: none;
}

.comment {
    width: 600px;
    background-color: #f0f0f0;
    margin: 10px;
}

.short-text {
    max-width: 300px;
}

.rightdiv {
    position: absolute;
    display: block;
    right: 0px;
    top: 48px;
}

.leftfilter {
    background: #f0f0f0;
    padding-bottom: 50px !important;
    position: fixed;
    left: 0px;
    overflow-y: auto;
    height: 92vh;
    overflow-x: hidden;
    top: 48px;
    border-right: 1px solid #ccc;
}

.heading {
    background: #229bc3;
    color: #fff;
    text-align: center;
    padding: 8px 5px;
    width: 100%;
}

.leftfilter label {
    width: 100%;
    font-size: 0.9em;
}

.leftfilter select {
    width: 100%;
    font-size: 0.9em;
}

.leftfilter form {
    padding: 10px;
}


.middlecontainer {
    background: #fff;
    height: auto;
    min-height: 600px;
}

.send {
    background: #022a68;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    padding: 8px 16px;
    margin: 5px 0px 20px 0px;
    font-size: 0.8em;
    letter-spacing: 1px;
}

    .send:hover {
        background: #34c2e0;
    }

    .send_mini {
    background: #022a68;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    padding: 2px 4px;
    margin: 5px 0px 0px 0px;
    font-size: 0.8em;
    letter-spacing: 1px;
}

    .send_mini:hover {
        background: #34c2e0;
    }


    .reset_mini {
    background: #bbb;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    padding: 2px 4px;
    margin: 5px 0px 0px 0px;
    font-size: 0.8em;
    letter-spacing: 1px;
}

    .reset_mini:hover {
        background: #34c2e0;
    }

.red_button {
    background-color: #dc3545;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    padding: 8px 16px;
    margin: 5px 0px 20px 0px;
    font-size: 0.8em;
    letter-spacing: 1px;
}

    .red_button:hover {
        background-color: #c82333;
        border-color: #bd2130;
    }

.reset {
    background: #bbb;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    padding: 8px 16px;
    margin: 5px 0px 20px 0px;
    font-size: 0.8em;
    letter-spacing: 1px;
}

    .reset:hover {
        background: #34c2e0;
    }


.headingright {
    background: #229bc3;
    color: #fff;
    width: 100%;
    display: block;
    min-height: 40px;
    text-align: center;
}

    .headingright .title {
        color: #fff;
        text-align: center;
        padding: 8px 5px;
        font-size: 1.5em;
        font-family: 'latosemibold';
        display: inline-block;
    }

.back {
    float: left;
    font-size: 0.9em;
    margin: 0px 9px 0px 16px;
}

.headingright .back a {
    background: #bbb;
    float: left;
    color: #fff;
    font-size: 0.9em;
    padding: 8px 16px;
    border-radius: 3px;
    text-decoration: none;
}

.back a:hover, .download a:hover {
    background: #34c2e0;
}

.download {
    float: left;
    font-size: 0.9em;
}

    .download a {
        color: #fff;
        background: #022a68;
        padding: 8px 16px;
        border-radius: 3px;
        float: left;
        text-decoration: none;
    }

.margin {
    margin-top: 5px;
}


.dropdownwidth {
    width: 750px;
}

.widthauto {
    width: auto;
}

.dropdownwidth h5 {
    background: #022a68;
    color: #fff;
    padding: 7px 8px;
    margin: 0px 3px;
    font-size: 1.1em;
}

.dropdownwidth a {
    font-size: 0.9em;
}

    .dropdownwidth a i {
        color: #333;
    }

    .dropdownwidth a:hover {
        background: #34c2e0;
        color: #fff;
    }

.rightsection {
    background: #f0f0f0;
    padding: 10px;
    padding-right: 0px;
}

.comtitle {
    font-family: 'latosemibold';
    color: #022a68;
    font-size: 1.2em;
    padding: 10px 0px;
    width: 100%;
    text-align: left;
    display: inline-block;
}

    .comtitle h5 {
        padding-left: 2px !important;
        padding-top: 5px !important;
    }

.comdetails {
    background: #fff;
    padding: 3px;
    font-size: 0.9em;
    display: inline-block;
    width: 100%;
}

    .comdetails .text-bold {
        font-family: 'latosemibold';
        font-weight: bold;
        font-size: 16px;
    }



section .section-title {
    text-align: center;
    color: #007b5e;
    text-transform: uppercase;
}

#tabs {
    color: #323a3e;
}

    #tabs h6.section-title {
        color: #323a3e;
    }

    #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #f3f3f3;
        background-color: transparent;
        border-color: transparent transparent #f3f3f3;
        border-bottom: 4px solid !important;
        font-size: 20px;
        font-family: 'latobold';
        text-decoration: underline;
    }


    #tabs .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        color: #fff;
        font-size: 1.0em;
        background: #022a68;
        margin: 8px 5px;
    }

.sectiontitle {
    width: 100%;
    background: #fbfbfb;
    padding: 3px;
    border: 1px solid #ddd;
    text-align: center;
    font-family: 'latomedium';
}


.tableSection {
    background: #fff;
    color: #323a3e;
    margin: 10px 0px;
}


    .tableSection .table .thead-dark th {
        color: #fff;
        background-color: #022a68;
        border-color: #8fa1b3;
        font-weight: normal;
    }

span.navbar-toggler-icon {
    color: #34c2e0;
}


.tableSection .table td, .table th {
    padding: .50rem;
}


.table .thead-dark th {
    color: #fff;
    background-color: #022a68;
    border-color: #8fa1b3;
    font-weight: normal;
}

span.navbar-toggler-icon {
    color: #34c2e0;
}

.table td, .table th {
    padding: .25rem;
}


@media (max-width:767px) {

    .loginform {
        position: inherit;
        left: inherit;
        padding: 26px 20px 0px 45px;
        background: #fff;
        z-index: 999;
    }

    .welcomebg {
        background: url(../../Assets/images/loginbg.jpg) no-repeat bottom;
        position: inherit;
        background-size: contain;
        min-height: 739px;
        -webkit-clip-path: inherit;
        clip-path: inherit;
    }

    .loginRight {
        position: inherit;
        margin-top: 60px;
        text-align: center;
    }

        .loginRight h2 {
            padding-left: 30px;
            text-align: center;
            margin-top: 60px;
        }

        .loginRight p {
            display: none;
        }

    .naviarea .navbar-nav > li > a {
        color: rgb(255,255,255);
        font-size: 0.8em;
    }

    .rightdiv {
        position: relative;
        padding-left: 0px;
    }

    .leftfilter {
        position: relative;
    }
}


@media (max-width:575px) {

    .naviarea .navbar {
        padding: .2rem 1rem;
        text-align: center !important;
    }
}
