﻿
body {
    font-family: 'Poppins', sans-serif !important;
    font-size: 10pt;
}





.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25em;
    white-space: normal !important;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100% ;
    position: relative;
}

.btn-normal {
    color: #0089d0 !important;
    background-color: #ffffff !important;
    border-color: #0089d0 !important;
}

.btn-complete {
    color: #ffffff !important;
    background-color: #5cb85c !important;
    border-color: #5cb85c !important;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}



.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    background-image: url(../images/breadcrumb-bg.jpg) !important;
}

.modals {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.footerarea {
    background-color: #0089d0;
    padding: 1%;
    color: #ffffff;
    border-radius: .25rem;
}

.social-icon {
    display: inline-block;
    line-height: 50px;
    min-width: 36px;
    text-align: center;
    color: #aeaeae;
    margin: 0;
    transition: all 0.4s;
}

.sharearea a {
    color: #ffffff;
}


.loginlinkarea {
    list-style-type: none;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .loginlinkarea li {
        margin-right: 10px;
        line-height: 1;
        padding-right: 10px;
        border-right: 1px solid #ffffff;
    }

        .loginlinkarea li a {
            font-size: 14px;
            color: #ffffff;
            font-family: 'Poppins', sans-serif !important;
        }

.logintext {
    color: #000000 !important;
    font-size: 13px !important;
    margin-bottom: 0.5rem !important;
    padding: 0px !important;
    line-height: 1 !important;
    font-family: 'Poppins', sans-serif !important;
}

.footer-text{
    color:#ffffff;
}

.marqueebox {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #20689a !important;
    background-clip: border-box;
    border-radius: .25rem;
    padding: 0.5%;
    line-height: 20px !important;
    color: #ffffff;
    font-weight: bold !important;
}




.tabletop_text1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #ffffff;
    text-decoration: none;
    padding-left: 5px;
    background-color: #10486b;
}

.loginbutton {
    background-color: #ee7939;
    border-color: #ee7939;
    color: #ffffff;
}

    .loginbutton:hover {
        background-color: #ee7939;
        border-color: #ee7939;
        color: #ffffff;
    }

.linkbutton {
    background-color: #007ac5;
    border-color: #007ac5;
    color: #ffffff;
    padding: 5px 5px !important;
    font-size: 15px !important;
    line-height: 1.3333333;
    border-radius: 0px !important;
    webkit-box-shadow: 0 15px 8px -11px rgba(0, 0, 0, 0.25);
    box-shadow: 0 15px 8px -11px rgba(0, 0, 0, 0.25);
    width: 70%;
}


    .linkbutton:hover {
        background-color: #007ac5;
        border-color: #007ac5;
        color: #ffffff;
        padding: 5px 5px !important;
        font-size: 15px !important;
        line-height: 1.3333333;
        border-radius: 0px !important;
        webkit-box-shadow: 0 15px 8px -11px rgba(0, 0, 0, 0.25);
        box-shadow: 0 15px 8px -11px rgba(0, 0, 0, 0.25);
        width: 70%;
    }





.shadedivbox {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    line-height:20px;
}

.shadedivboxmaster {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    border: none;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    line-height: 20px;
    padding:1.5%;
}


.shadedivboxmaster h1 {
    font-size:20px;
    padding-top:0px;
    margin-top:0px;
}



.topboxtext {
    color: #818ea3;
}


.contentshadedivbox {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    padding: 1%;
    line-height: 20px !important;
}

    .contentshadedivbox h3 {
        margin-top: 10px !important;
        margin-bottom: 0px !important;
    }


.form-group {
    margin-bottom: 1rem;
}

.shadedivboxtop {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    padding: 1%;
    line-height: 20px !important;
}

    .shadedivboxtop h5:after {
        content: "";
        background-color: #448aff;
        position: absolute;
        left: -20px;
        top: 0;
        width: 4px;
        height: 20px;
    }

    .shadedivboxtop h5 {
        line-height: 20px !important;
    }

    .shadedivbox h1 {
        font-size: 18px;
        color: #007ac5;
        font-weight:bold;
    }


.center {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .center img {
        height: 128px;
        width: 128px;
    }



.iframe-container {
    padding-bottom: 60%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .iframe-container iframe,
    .iframe-container object,
    .iframe-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.modal.in .modal-dialog {
    transform: none; /*translate(0px, 0px);*/
}

.auth {
    min-height: 100vh;
}

.loginbox{
    padding-left:0px !important;
    padding-right:0px !important;
}

.authbg {
    background: url(../images/loginbg.jpg) no-repeat;
    background-size: cover;
}

.auto-form-wrapper {
    background: #fff;
    padding: 40px 40px 10px;
    border-radius: 4px;
    -webkit-box-shadow: 0 -25px 37.7px 11.3px rgba(8, 143, 220, 0.07);
    box-shadow: 0 -25px 37.7px 11.3px rgba(8, 143, 220, 0.07);
}

p.MsoNormal {
    margin-bottom: .0001pt;
    font-size: 11.0pt;
    font-family: "Calibri",sans-serif;
    margin-left: 0cm;
    margin-right: 0cm;
    margin-top: 0cm;
}

.auto-style10 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
    height: 50px;
    width: 238px;
    padding-left: 10px;
}

@media (max-width: 768px) {

    .mobilenone {
        display:none;
    
    }

    .mobilescripname{
        padding-top:10px;
        padding-bottom:10px;
    }
}
.WelcomeNoteLogin {
    color: #0089d0;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

.WelcomeNotePages {
    color: #0089d0;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
}

/*STYLE FOR CSP*/
.hidden {
    display: none;
}

.border-collapse {
    border-collapse: collapse;
}

.refreshbutton {
    width: 25px;
    height: 25px;
}

.hiddenButton {
    display: none !important;
}

.resendotptextcolor {
    color: #4B868F; /*Dark moderate cyan*/
}

.textcenter {
    text-align: center;
}

