﻿html{
    height: 100%;
}
body {
    height: 100%;
    font-family: Roboto,sans-serif;
    color: #002A53;
    overflow: hidden;
}
.bullist option {
    Font-Size: 14px;
    margin: 10px;
}
.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.modalPopup3 {
    background-image: linear-gradient(to right, rgba(234, 250, 241 ),rgba(234, 250, 241), rgba(234, 250, 241 ));
    border: 2px solid #3E8EDE !important;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding: 10px;
    top: 40% !important;
    left: 40% !important;
    align-items: center;
}
.logconform {
    border: 1px solid #3E8EDE !important;
    padding: 15px 20px 0;
    background-color: #e9ecef;
    border-radius: 4px;
}
.wt10 {
    width: 50px;
}
.logform {
    border: 2px solid #3E8EDE;
    padding: 15px 20px 0;
    border-radius: 4px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.11);
    /*    background-color:white;*/
    background-image: linear-gradient(to right, rgba(234, 250, 241 ),rgba(234, 250, 241), rgba(234, 250, 241 ));
}

.formcss {
    font-family: Roboto,sans-serif;
    font-size: 13px;
}
.fwb {
    font-weight:bold;
}

.gvcss {
    font-family: Roboto,sans-serif;
    font-size: 12px;
}
.gvcss1 {
    font-family: Roboto,sans-serif;
    font-size: 12px;
}

    .gvcss1 th {
        border: 1px black solid;
    }

    .gvcss1 td {
        border: 1px black solid;
    }

.gvheader a {
    color: black;
    font-weight: bold;
}
.statuslabel {
    color: navy;
    font-family: Roboto,sans-serif;
}
.modal-backdrop {
    backdrop-filter: blur(1px);
    background-color: #01223770;
}
.modal-backdrop.show {
        opacity: 1;
 }
.labelcss {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 15px !important;
}
.labelcss1 {
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 10px;
    font-size: 16px !important;
    text-align: left;
}
.smalllabel {
    Font-Size: 13px;
   font-weight: 600;
  font-family: Roboto,sans-serif;
}
.smalllabel1 {
    Font-Size: 13px;
  font-family: Roboto,sans-serif;
}
.chkcss label {
    display: inline !important;
    font-size: 13px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.hrcss {
    margin-top: 5px;
    margin-bottom: 10px;
}
.cmodal {
    border: 2px solid #3E8EDE !important;
    background-image: linear-gradient(to right, rgba(234, 250, 241 ),rgba(234, 250, 241), rgba(234, 250, 241 ));
}
.dashul {
    list-style-type: square;
    font-size: 0.9rem !important;
    font-family: Roboto,sans-serif;
    font-weight: bold;   
}
.dashul li {
    margin-top:5px;
}
.nav-tabs {
    margin-bottom: 0 !important;
    background-color: #002A53;
    font-family: Roboto,sans-serif;
}
.nav-tabs .nav-link {
        font-weight: bolder;
        color: white;
        border: 1px solid white;
        font-size: 13px !important;
}
.nav-tabs .nav-link:hover {
            background-color: #5C9DDE;
            color:white;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #002A53;
}
.nav-tabs .nav-link {
        color: white;
    }
.Watermark {
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url('../Images/Forviewonly.png');
    background-repeat: no-repeat;
    border: 1px solid black;
}
.circle {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 3px;
    margin-right: 5px;
    background: #fff;
    border: 3px solid #4e4e50;
    color: #000;
    text-align: center;
    font: 14px Roboto,sans-serif;
}
.loginlink {
    color: #2c2c99;
    text-decoration: none;
    font-size: 16px;
    padding: 0;
    font-weight: bold;
}

.cfs {
    Font-Size:13px;
  /*  width:50%;*/
}
.footer {
    font-size: 15px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8%;
    font-weight: bold;
    background: #023b6d;
    color: white;
    text-align: center;
    border-top: 0.5px solid #3E8EDE;
}
.navbar {
    padding: 0px;
}
.navbar-brand h3 {
    margin-left:20px;
    font-weight:bolder;
}
.navbar-dark {
    /*   background-image: linear-gradient(to right, orange, white,green);*/
    background: #023b6d !important;
    color: white;
    height:100px;
    border-bottom: 0.5px solid #3E8EDE;
}
.navlogo1 {
    font-size: 1rem;
    color:white;
}
.navlogo2 {
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
}
.menus {
    margin-top: 3px;
    height: 25px;
    width: auto;
    font-family: Roboto,sans-serif;
    width: 200px;
}

.menus ul li a {
        color: white;
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
        text-decoration: none;
        margin: 0px 10px 0px 10px;
        font-size: 14px;
        font-weight: 600;
        padding: 0;
        display: block;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
        width: auto;
}
.menus ul li a:hover {
        color: #FCF3CF;
        border-bottom: 3px solid #FCF3CF;
}
.menus ul li a.static.selected {
        color: #FCF3CF;
        border-bottom: 3px solid #FCF3CF;
}
    .menus ul ul {
        background-image: linear-gradient(to bottom, #1fa1e1,#002A53);
        margin: 0px 10px 10px 10px;
     
    }
        .menus ul ul li a {
            color: white;
            font-size: 13px;
            margin-bottom: 7px;
            width: 200px;
        }
    .menus ul ul li a:hover {
        color: #FCF3CF;
        border-bottom: 3px solid #FCF3CF;
        margin: 0px 10px 10px 10px;
        
    }
    .menus ul ul li a.static.selected {
        color: #FCF3CF;
        border-bottom: 3px solid #FCF3CF;
        margin: 0px 10px 10px 10px;
      
    }
@media only screen and (max-width: 600px) {
    .col {
        display: block;
        width: 100%;
    }
}
.display-next
{
    font-size:13px;
    clear:both;
    display:block;
    float:left;   
    margin-left: 5px;    
}
.mdropdown{
    top:100%;
}
.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.btn-sm {
    font-size: 0.800rem !important;
}
.btn-group {
    margin-left: 17px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.11);
}
.btn-group {
    background-color: #EAFAF1;    
}
    .btn-group .btn-sm {
        font-weight: bold;
        margin-right:3px;
        border: 2px solid #3E8EDE !important;
        border-radius: 15px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        border-color: rgba(234, 250, 241);
        background-color: #3E8EDE;
        color: white;
    }
    .btn-group .btn-sm:hover {
        -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
        box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
        background-color: #007791;
        /*color: white;*/
    }
.input-error {
    outline: 1px solid red;
}
.table tr {
    border-bottom: 1px solid #ccc;
}
.dashdiv {
    border: 1px solid;
    margin-right: 10px;
    height: 150px;
    border-radius: 4px;
}
.fdash {
    border-color: green;
    /*background: rgba(76, 175, 80, 0.6);*/
    background-image: linear-gradient(to right, rgba(163, 228, 215), rgba(118, 215, 196),rgba(26, 188, 156));
}
.mdash {
    border-color: red;
    background-image: linear-gradient(to right, rgba(241, 148, 138), rgba(236, 112, 99),rgba(231, 76, 60));
}
.ldash {
    border-color: darkblue;
    background-image: linear-gradient(to right, rgba(133, 193, 233), rgba(52, 152, 219),rgba(46, 134, 193));
}
.dashnote {
    border: 1px solid;
    border-radius: 8px;
    margin-left:3px;
}
.fl {
    float: left;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.txtb{
    width:51% !important;
}
.txtcaptcha{
    width:30% !important;
}
.btnotp {
    margin-left: 5px !important;
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.dropdown-toggle::after{
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.logina {
    color: white;
    text-decoration: none;
    font-size: 15px;
    padding: 0;
    font-weight: bold;   
}
.logina:hover {
    color: white;
    text-decoration: none;
    font-size: 15px;
    padding: 0;
    font-weight: bold;
}
.logout{
    padding: 0px;
    color: white;
    margin-left: 5px;
    margin-right:10px;
}
.alert-light {
    padding: 2px 2px 0 2px;
    margin-bottom: 0;
    height: 30%;
    background-image: linear-gradient(to right, rgba(234, 250, 241 ),rgba(234, 250, 241), rgba(234, 250, 241 )); 
}
.alert-success{
    padding: 2px 2px 0 2px;
    margin-bottom: 0;
    height:30%;
}
.alert-dismissible .btn-close {
    padding: 10px 2px 0 0;
}
.cssPager td
{
    padding-left: 6px;     
    padding-right: 6px;    
}
.carousel-item {
    background-size: cover;
}
.carousel-item h5 {
    margin-top: 20px !important;
    font-weight: bold;
}

.carousel-item p {
    font-weight: bold;
}
.carousel-caption {
    top: 0;
    bottom: auto;
}
.radiostyle .rd{
    margin-right: 10px;
}
.carousel-inner > .carousel-item > img {
    width: 550px;
    height: 500px;
}
.midh {
    /* color: rgb(41,94,182);*/
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 1.1rem;
  font-family: Roboto,sans-serif;
}
.lgrow {
    /*background: url('../Images/login_b.jpg');
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;*/
}
.rbl input[type="radio"] {
    margin-left: 10px;
    margin-right: 1px;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.ajax__tab_xp .ajax__tab_header {
  font-family: Roboto,sans-serif;
    font-size: 13px !important;
    font-weight: bold;
}
.homenav {
    padding-top: 0;
    padding-bottom: 0;
    height: 50% !important;
    background-image: linear-gradient(to bottom, #1fa1e1,#002A53);
}
.idate {
    display:initial !important;
    width:80%;
}
.mr {
    float:right;
}
.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8; 
}
.msg_lbl_style {
    font-family: Roboto,sans-serif;
    font-size: 13px;
    font-weight: bold;
}
.modalPopup {
    background-image: linear-gradient(to right, rgba(234, 250, 241 ),rgba(234, 250, 241), rgba(234, 250, 241 ));
    border: 2px solid #3E8EDE !important;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    top: 10% !important;
    left: 10% !important;
    align-items: center;
}
.modalPopup1 {
    background-image: linear-gradient(to right, rgba(234, 250, 241 ),rgba(234, 250, 241), rgba(234, 250, 241 ));
    border: 2px solid #3E8EDE !important;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding: 10px;
    top: 40% !important;
    left: 40% !important;
    align-items: center;
}
.modalPopup2 {
    background-image: linear-gradient(to right, rgba(234, 250, 241 ),rgba(234, 250, 241), rgba(234, 250, 241 ));
    border: 2px solid #3E8EDE !important;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding: 10px;
    top: 50% !important;
    left: 60% !important;
    align-items: center;
}
.ajax__tab_xp .tabsize {
    font-size: 13px;
    padding: 0px 15px;
  font-family: Roboto,sans-serif;
}

.ajax__tab_outer {
    background: none !important;
    padding-right: 2px !important;
    height: 25px !important;
}

.ajax__tab_inner {
    background: none !important;
    padding-left: 0px !important;
    height: 25px !important;
}
.ajax__tab_xp .ajax__tab_tab {
    background-position: 0% 0%;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    font-family: Roboto,sans-serif;
    height: 25px !important;
    padding: 2px 5px 0px 5px;
    color: #fff;
    border-bottom-style: none;
    border-bottom-color: inherit;
    border-bottom-width: 0px;
    /* Old browsers */
    background-image: linear-gradient(to right, rgba(234, 250, 241 ),rgba(234, 250, 241), rgba(234, 250, 241 )) !important;
    background-color: #f97502 !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}
.ajax__tab_xp .ajax__tab_tab [disabled=disabled] {
        /* your style */
        color: red !important;
    }
.ajax__tab_xp .ajax__tab_active .ajax__tab_tab {
    background-position: 0% 0%;
    color: #000 !important; /* SVG fallback(Opera 11.10-, IE9) */
    background-image: linear-gradient(to right, rgba(234, 250, 241 ),rgba(234, 250, 241), rgba(234, 250, 241 )) !important;
    background-color: #fff !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}
.ajax__tab_xp .ajax__tab_header {
    height: 26px !important;
}
.ajax__tab_xp .ajax__tab_body {
    font-size: 10pt;
    border: 1px solid #999999;
    border-top: 0;
    padding: 8px;
    background-image: linear-gradient(to right, rgba(234, 250, 241 ),rgba(234, 250, 241), rgba(234, 250, 241 ));
}

.Watermark {
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url('../Images/Forviewonly.png');
    background-repeat: no-repeat;
    border: 1px solid black;
}
.remarkdiv1 {
    margin-top: 10px;
    margin-left: 3px;
    border: 1px solid #ced4da;
    border-radius: 3px;
}
#progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.3;
    z-index: 500;
}
#loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3E8EDE;
    border-right: 8px solid green;
    border-bottom: 8px solid red;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
.center2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.modal-header {
    padding: 0.3rem 0.3rem !important;
    justify-content :center;
}
.im {
    margin-right: 5px;
}

.datepicker table tr td span:hover {
    background: #eee;
}

.datepicker {
    margin-top: 0px;
}

.datepicker table tr td span {
        font-size: small;
        width: 21% !important;
        height: 43px !important;
        line-height: 45px !important;
    }

datepicker th {
    font-size: small;
}

.datepicker th.datepicker-switch {
    width: 130px !important;
}
.deorow {
    background-color: white;
}

.msrow {
    background-color: #D1E8E2;
}

.csorow {
    background-color: #F3E0DC;
}

.slrrow {
    background-color: #9FEDD7;
}

.cs_no_row {
    background-color: #A9BA9D;
}

.brrow {
    background-color: #5D5C61;
    height: 10px;
}

.table {
    font-size: 13px;
    border-color: grey;
}

.w1 {
    width: 150px;
}

.w2 {
    width: 200px;
}

.w5 {
    width: 130px;
}

.wf {
    width: 350px;
}

.wt10 {
    width: 50px;
}

.table .tr_h {
    height: 70px;
}

.table .tr_h2 {
    height: 170px;
}

.table .tr_hh {
    height: 55px;
}

.table .thc {
    text-align: center;
}

.table .tr_h1 {
    height: 100px;
}

.table .tr_h3 {
    height: 130px;
}

.table .tr_h4 {
    height: 200px;
}

.rej_label {
    Font-Size: 13px;
    font-weight: 600;
    font-family: Roboto,sans-serif;
    color: #9e1b32;
}

.err_label {
    Font-Size: 1.11vh; /*12px;*/
    font-weight: 600;
    font-family: Roboto,sans-serif;
    color: #9e1b32;
}
