*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
   
-webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none;
}


.loader_bg {
    z-index: 9910;
    min-height: 100%;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.8);
}

.dvhide {
    display: none;
}

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -15px;
    margin-top: -15px;
    -moz-animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.full-background {
    min-height: 100%;
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -2;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .full-background::after {
        content: "";
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: -1;
        /* background: #000; */
        background: linear-gradient(35deg, #00B16B 5%, #006DB6 25%, #8E278F 55%, #F04C23 80%, #F04C23 95%);
        opacity: 0.85;
        filter: alpha(opacity = 75);
    }

img.fullimg {
    opacity: 0.7 !important;
}

dl, ol, ul {
    margin: 0;
    margin-bottom: 1rem !important;
    padding: 0 20px;
    text-align: justify;
}

b, strong {
    font-weight: bold;
}

.outer-middle {
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.absolute-center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.navbar_inner_block {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
}

.icon4thanku {
    padding: 8pt;
    color: #009032 !important;
    border: 6px solid #009032;
    width: 75px;
    height: 75px;
    display: inline-block;
    border-radius: 50%;
}

/*-----------------------------/
/------- dashboard css --------/
/-----------------------------*/

@font-face {
    font-family: 'MYRIADPROREGULAR';
    src: url('../fonts/MYRIADPROREGULAR.eot');
    src: local('MYRIADPROREGULAR'), url('../fonts/MYRIADPROREGULAR.woff') format('woff'), url('../fonts/MYRIADPROREGULAR.ttf') format('truetype');
}

body {
    /*font-family: 'MYRIADPROREGULAR' !important;*/
    color: #1e1e1e;
    font-weight: 300;
    font-size: 0.95rem !important;
    text-align: justify;
    background: #D5D5D5 !important;
}


.navbar {
    margin-bottom: 0;
    /*border-bottom: 2px solid#142A75;
   background: linear-gradient(135deg,#ffffff 50%,#daf1ff 50%);*/
  /*  background-color: rgb(242, 101, 32);*/
    background-color: #fff;
     box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03),0 0.9375rem 1.40625rem rgba(4,9,20,0.03),0 0.25rem 0.53125rem rgba(4,9,20,0.05),0 0.125rem 0.1875rem rgba(4,9,20,0.03);
}

.nb-section-right {
    display: block !important;
}

    .nb-section-right > .timer-panel,
    .nb-section-right > .logo_sec,
    .nb-section-right > .user_nav {
        display: inline-block;
    }


img.logo {
   /* width: 10.312rem;*/
    max-height: 3.25rem;
    padding: .25rem 0;
    /*margin-top: -18px;*/
}

img.logo_sec {
    width: 9rem;
    height: 3.15rem;
    padding: 0.5rem 0;
    margin-right: .75rem;
}

.timer-panel {
    margin-right: .75rem;
    color: #FFFFFF;
    font-weight: 600;
    font-weight: bold;
}

time, .time {
    display: block;
    color: #000000;
    text-align: center;
    padding: 0 10px;
}

.user_nav {
    padding: 0;
    margin: 0;
    margin-bottom: 0 !important;
    display: inline-block;
}

    .user_nav li {
        display: inline-block;
        list-style: none;
    }

        .user_nav li a {
            padding: 4px 8px;
            cursor: pointer;
            color: #ffffff;
            font-size: 15px;
            background: #142A75;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
        }

            .user_nav li a:hover {
                text-decoration: none;
                opacity: .8;
            }


.wrapper {
    min-height: 100%;
    position: relative;
    overflow: hidden
}

.main-box {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
    box-shadow: 0 6px 5px -3px rgba(0,0,0,.35);
    -webkit-box-shadow: 0 6px 5px -3px rgba(0,0,0,.35);
    -moz-box-shadow: 0 6px 5px -3px rgba(0,0,0,.35);
}

    .wrapper:after,
    .wrapper:before,
    .main-box:before,
    .main-box:after {
        content: "";
        display: table
    }

    .wrapper:after,
    .main-box:after {
        clear: both
    }

.fixed .main-header {
    top: 0;
    right: 0;
    left: 0;
}

.fixed .main-header,
.fixed .main-sidebar {
    position: fixed;
}

.main-header {
    position: relative;
    max-height: 7.5rem;
    z-index: 999
}

    .main-header > .headerbar {
        -webkit-transition: margin-left .3s ease-in-out;
        -o-transition: margin-left .3s ease-in-out;
        transition: margin-left .3s ease-in-out;
        margin-bottom: 0;
        margin-left: 250px;
        border: none;
        min-height: 2.75rem;
        border-radius: 0;
        background-color: #FFFFFF;
        border-bottom: 2px solid #ddd;
    }

        .main-header > .headerbar > .pagetitle {
            color: #353535;
            text-transform: uppercase;
            font-size: 1.2rem;
            font-weight: 400;
            line-height: 2.75rem;
            margin-bottom: 0;
            padding-left: 1rem;
        }

.main-sidebar {
    width: 250px;
    min-height: 100%;
    background: #002B83;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 99;
}

    .main-sidebar .logo {
        display: block;
        width: 250px;
        text-align: center;
        padding: 10px 15px;
        border-bottom: 1px solid #ddd;
        -webkit-transition: width .3s ease-in-out;
        -o-transition: width .3s ease-in-out;
        transition: width .3s ease-in-out;
    }

        .main-sidebar .logo > img {
            max-width: 155px;
        }

.content-wrapper {
    min-height: 100%;
    margin-left: 250px;
    z-index: 89;
}

.main-box-wrapper {
    margin-bottom: 20px;
    background: #FFF;
}

.section-title {
    margin-bottom: 18px;
    padding-top: 10px;
}

    .section-title h2 {
        color: #666;
        display: block;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: .20px;
        font-size: 0.9rem;
        line-height: 14px;
        margin: 0;
    }

    .section-title h3 {
        color: #002135;
        text-transform: uppercase;
        font-size: 1.25rem;
        margin-bottom: 8px;
        font-weight: 400;
    }

        .section-title h3 span {
            color: #14BADD;
            font-size: 1.1rem;
        }

    .section-title .title-line-center {
        width: 200px;
        height: 4px;
        background-image: linear-gradient(35deg, #0B74B0 0%, #75479C 50%, #BD3861 100%);
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

.small-heading {
    font-size: 1.15rem;
    color: #162b75;
    text-transform: uppercase;
    margin: 1rem 0 .5rem;
}

.section-content {
    padding-left: 15px;
    padding-right: 15px;
}

.modal {
    text-align: center;
    padding: 0 !important;
    background: rgba(0,0,0,0.75);
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.modal-header > .close {
    cursor: pointer;
}

.img-thumb {
    width: 45%;
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    margin: 0.5rem 1.2rem;
}

/*-------------- nav-tabs ------------*/
.nav-tabs {
    border-bottom: 1px solid rgb(144, 144, 144);
}

    .nav-tabs > li {
        margin-bottom: -1px;
    }

.nav-link {
    display: block;
    padding: .5rem .75rem;
}

.nav-tabs > li > a.nav-link {
    position: relative;
    margin-right: 4px;
    background: rgb(218, 241, 255);
    border: 1px solid rgb(144, 144, 144);
    color: #000;
    text-transform: uppercase;
    font-size: 1rem;
}

    .nav-tabs > li > a.nav-link::after {
        content: "";
        background: #FFDE00;
        height: 3px;
        position: absolute;
        width: 100%;
        left: 0px;
        top: -1px;
        transition: all 250ms ease 0s;
        transform: scale(0);
    }

    .nav-tabs > li > a.nav-link.active {
        color: #142A75;
        background-color: #fff;
    }

    .nav-tabs > li > a.nav-link.active,
    .nav-tabs > li > a.nav-link:hover {
        border-left-color: rgb(144, 144, 144);
        border-right-color: rgb(144, 144, 144);
        border-bottom-color: #fff;
    }

        .nav-tabs > li > a.nav-link.active::after,
        .nav-tabs > li > a.nav-link:hover::after {
            transform: scale(1);
        }

/*.tab-nav > li > a.nav-link::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}*/

.tab-content {
    padding: 0 1rem 1rem;
}

/*-------------- accordion ------------*/
.coll-header {
    position: relative;
    cursor: pointer;
    background: #f4f4f4;
    border: 1px solid rgb(144, 144, 144);
    margin-top: .25rem;
    padding: .5rem 1rem;
}
/*.coll-header:not(:last-child) {
        border-bottom:none;
    }*/

.coll-header {
    color: #000;
    font-weight: 500;
    font-size: 1rem;
    text-align: left;
    text-transform: uppercase;
    /*display: none;*/
}

    .coll-header.active,
    .coll-header:hover {
        background-color: #fff;
        color: #058;
        border-left: 3px solid #ECCD00;
    }

    .coll-header:after {
        content: '\002B';
        font-weight: bold;
        position: absolute;
        top: 0;
        right: 20px;
        font-size: 1.5rem;
    }

    .coll-header.active:after {
        content: "\2212";
    }

.coll-box > .coll-body {
    padding: 1rem;
    border: 1px solid rgb(144, 144, 144);
    border-top: none;
    display: none;
}


/*------------ table CSS End ------------*/
.table > thead > tr > th {
    vertical-align: bottom;
    background: #f5f8ff;
    color: #093D6D;
    text-align: center;
    font-size: 9.5pt;
    border-bottom-width: 1px;
}

.table > thead > tr:last-child > th {
    border-bottom: 2px solid #f26520 !important;
}

table.mailtable {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}

    table.mailtable > tbody > tr > td {
        padding: 2px 6px;
    }

        table.mailtable > tbody > tr > td:nth-child(1) {
            width: 90px;
            font-weight: 700;
        }

/*-------------- question section ------------*/
.section-qus {
    background: #d7d7d7;
    font-size: .95rem;
}

.Qst_Header {
    background-color: #194597;
    color: #FFF;
    padding: 10px 2px;
    font-weight: 500;
    margin: 0;
}

    .Qst_Header > div:first-child {
        text-align: center;
        padding: 0 !important;
    }

    .Qst_Header > div > span.Qst-no {
        width: 28px;
        height: 28px;
        line-height: 26px;
        display: inline-block;
        background: #d1ecf1;
        border-radius: 50%;
        text-align: center;
        border: 1px solid #bee5eb;
        font-weight: 600;
        color: #0c5460;
    }

    .Qst_Header > div > p {
        margin-bottom: 0;
        line-height: 22px;
    }

    .Qst_Header > div > .table td,
    .Qst_Header > div > .table th {
        padding: .2rem !important;
        border: 1px solid #3b73db;
    }

    .Qst_Header > div > .table td {
        color: #fafcff;
    }

    .Qst_Header > div > .table thead th {
        border-bottom: 2px solid #3b73db;
        color: #194597;
    }

.qusgroup_option {
    padding: 5pt 10pt;
    background: #fff;
    margin-bottom: 10px;
}




/*-------------- panel-box ------------*/
.panel-box {
    background: #fff;
   /* margin: 0 -5px 15px !important;*/
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid #ddd;
   /* border-top-color: rgb(238, 238, 238);*/
   /* border-top-width: 5px;*/
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0 6px 5px -3px rgba(0,0,0,.35);
    -webkit-box-shadow: 0 6px 5px -3px rgba(0,0,0,.35);
    -moz-box-shadow: 0 6px 5px -3px rgba(0,0,0,.35);
}


.panel-box-title {
    position: relative;
    width: 100%;
    height: auto;
    /*max-height: 160px;*/
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

    .panel-box-title::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: transparent;
        border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
    }

    .panel-box-title > img {
        width: 100%;
        height: auto;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        display: block;
    }

.panel-box-title-text {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

/*.panel-box-title-text small {
        color: #FFF;
        font-size: 16px;
        text-transform: uppercase;
    }*/

.panel-body {
    padding: 15px;
}

.panel-footer {
    padding: 15px;
    border-top: 2px solid #ddd;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

    .panel-footer .btn {
        font-size: 0.85rem;
        width: 100%;
        padding: 8px 20px;
    }

/*.panel-box.disabled {
    pointer-events: none;
    opacity: 1.0;
    background: #FFF;
}*/

/*-------------- panel-box-disabled ------------*/
.panel-box-disabled {
    border-top-color: rgb(238, 238, 238) !important;
    opacity: 0.75;
    background: #ddd !important;
}

    .panel-box-disabled .panel-box-title::before {
        background: rgba(170, 170, 170, 0.5) !important;
    }

    .panel-box-disabled .btn {
        pointer-events: none !important;
        opacity: 0.75 !important;
        border: 2px solid #b9b9b9;
        background: #c1c1c1;
    }

/*-------------- panel-box-default ------------*/
.panel-box-default {
    position: relative;
    background: white; /* Panel background color */
    border: none; /* Remove default border */
    border-radius: 8px; /* Optional rounded corners */
    /*padding: 20px;*/ /* Space inside the panel */
    overflow: hidden; /* Ensure pseudo-element stays within the panel */
}

    .panel-box-default::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 5px; /* Thickness of the border-top */
        background: linear-gradient(35deg, #0B74B0 0%, #75479C 50%, #BD3861 100%);
        border-radius: 8px 8px 0 0; /* Match panel's border-radius for top corners */
        z-index: 1; /* Ensure it appears above the panel background */
    }


    .panel-box-default .panel-box-title::before {
        background: linear-gradient(150deg, rgba(242, 101, 32, 0.65) 45%, rgba(20, 42, 116, 0.65) 65%);
    }

    .panel-box-default .btn {
        background: linear-gradient(90deg, #00B16B 0%, #006DB6 25%, #8E278F 100%);
        /*border: 1px solid #f26522;*/
        /*background: transparent;*/
        color: #FFF;
    }

        .panel-box-default .btn:hover {
            border: 1px solid #F26520;
            background: transparent linear-gradient(90deg,#FCD7C5 0%,#EEEEEE 100%);
            color: #F26520;
        }

        .panel-box-default .btn:focus,
        .panel-box-default .btn.focus {
            border: 1px solid #F26520;
            background: transparent linear-gradient(90deg,#FCD7C5 0%,#EEEEEE 100%);
            color: #F26520;
        }

/*-------------- panel-box-success ------------*/
/*.panel-box-success {
    border-top-color: #5cb85c;
}*/

    .panel-box-success h4 {
        color: #5cb85c;
    }

    .panel-box-success .btn {
        color: #fff;
        background: linear-gradient(90deg, #03FF78 0%, #053D00 100%);
    }

        .panel-box-success .btn:focus, .panel-box-success .btn.focus {
            color: #fff;
            background-color: #449d44;
            border-color: #255625;
        }

        .panel-box-success .btn:hover {
            background: linear-gradient(90deg, #053D00 0%, #03FF78 100%);
            border-color: #03FF78; /* Solid border for contrast on hover */
        }

/*-----------------------------------/
/---------- login Box css -----------/
/-----------------------------------*/

/*------------------ from css-------------------*/
/*[ Input ]*/
/*input {
    outline: none;
    border: none;
}

    input[type="number"] {
        -moz-appearance: textfield;
        -webkit-appearance: none;
    }

        input[type="number"]::-webkit-outer-spin-button,
        input[type="number"]::-webkit-inner-spin-button {
            -webkit-appearance: none;
        }

    input:focus::-webkit-input-placeholder,
    input:focus:-moz-placeholder,
    input:focus::-moz-placeholder,
    input:focus:-ms-input-placeholder {
        color: transparent;
    }

    input::-webkit-input-placeholder,
    input:-moz-placeholder,
    input::-moz-placeholder,
    input:-ms-input-placeholder {
        color: #868686;
        font-size: 15px;
    }

.loginfrm {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    max-width: 320px;
    position: relative;
    visibility: hidden;
    margin-left: auto;
}

    .loginfrm.cls-4 {
        animation: 2s ease-out 0s 1 slideInFromTop;
        visibility: visible !important;
    }

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes slideInFromTop {
    0% {
        top: -100%;
    }

    30% {
        top: 20%;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes slideInFromTop {
    0% {
        top: -100%;
    }

    30% {
        top: 20%;
    }

    100% {
        top: 0;
    }
}

@-o-keyframes slideInFromTop {
    0% {
        top: -100%;
    }

    30% {
        top: 20%;
    }

    100% {
        top: 0;
    }
}

@keyframes slideInFromTop {
    0% {
        top: -100%;
    }

    30% {
        top: 20%;
    }

    100% {
        top: 0;
    }
}

.login-box {
    background: #ffffff;
    border-bottom: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: .3s ease;
}

    .login-box:last-child {
        background: #e3e3e3;
        height: 14px;
        border-radius: 0 0 5px 5px;
        margin: 0 15px;
        padding: 0;
    }

.login-logo {
    background: linear-gradient(125deg,#fff 50%, #FFE9EA 50%);
    position: relative;
    text-align: center;
    padding: .5rem .75rem;
    border-bottom: 2px solid #F1F1F1;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.55);
    -webkit-box-shadow: 0 5px 5px -3px rgba(0,0,0,.55);
    -moz-box-shadow: 0 5px 5px -3px rgba(0,0,0,.55);
}

    .login-logo > img {
        max-width: 10rem;
        height: auto;
        margin: 0 .5rem;
    }*/

/*.login-logo > img:first-child {
            max-height: 4rem;
            margin-right: 5.5rem;
        }*/


/*.login-box-msg {
    padding: 1rem 0 0;
    text-align: center;
}

    .login-box-msg > h3.title {
        position: relative;
        z-index: 1;
        border-left: 6px solid #FFF100;
        margin: 0 0 5px;
        padding: 1rem .75rem 1rem;
        color: #142A75;
        font-size: 20px;
        text-transform: uppercase;
        text-align: left;
    }

.login-box-body {
    padding: 1rem 2.5rem 1.5rem;
}

.login-box-footer {
    margin-top: 1rem;
    padding: .75rem 0;
    text-align: center;
    background: #f8f8f8;
    border-top: 1px solid #D4DEDF;
    border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
    -khtml-border-radius: 0 0 12px 12px;
}

    .login-box-footer > img {
        width: 7.5em;
    }

.input-group-text {
    background-color: #fff;
    color: #142A75;*/
    /*border-left: 3px solid transparent*/
/*}

.frm-group-txt,
.form-control {
    background: #ececec;
}

.frm-group-txt {
    margin-bottom: 20px;
}

.frm-group {
    width: 100%;
    position: relative;
    border-bottom: 3px solid #1d6ffd;
    margin-bottom: 30px;
}

    .frm-group:last-child {
        margin-bottom: 15px !important;
    }

.form-ctrl {
    font-size: 14px;
    color: #000000;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    padding: 0 5px 0 40px;
}

.form-ctrl-icon {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .form-ctrl-icon::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 0;
        height: 3px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        background: #003DA7;
    }

    .form-ctrl-icon::after {
        font-family: FontAwesome;
        font-size: 18px;
        color: #808080;
        content: attr(data-placeholder);
        display: block;
        width: 100%;
        position: absolute;
        top: 10px;
        left: 8px;
        padding-left: 5px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

.form-ctrl:focus {
    padding-left: 5px;
}

    .form-ctrl:focus + .form-ctrl-icon::after,
    .has-val.form-ctrl + .form-ctrl-icon::after {
        top: -22px;
        font-size: 18px;
    }

    .form-ctrl:focus + .form-ctrl-icon::before,
    .has-val.form-ctrl + .form-ctrl-icon::before {
        width: 100%;
    }

.has-val.form-ctrl {
    padding-left: 5px;
}

.login-box.alt {
    position: absolute;
    top: 90px;
    right: -40px;
    z-index: 10;
    width: 75px;
    height: 75px;
    background: none;
    border-radius: 100%;
    box-shadow: none;
    padding: 0;
    transition: .3s ease;
}

    .login-box.alt .toggle {
        position: relative;
        background: #FFF100;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        color: #ffffff;
        font-size: 35px;
        line-height: 68px;
        text-align: center;
    }

        .login-box.alt .toggle:before {
            content: "\f040";*/ /*"\f007";*/
            /*font-family: FontAwesome;
            display: inline-block;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }


.bottom-text {
    margin-top: 20px;
    text-align: center;
}

    .bottom-text .forgotpwd,
    .bottom-text .signup {
        display: block;
        color: #6E6E6E;
    }

    .bottom-text a {
        font-size: 15px;
        line-height: 1.4;
        color: #007498;
        text-decoration: none;
    }*/

/* Login button */
/*a.btns, .btns {
    background: transparent;
    color: #959595;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    margin-right: 5px;
    padding: 10px 20px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    a.btns:hover, .btns:hover {
        color: #8b8b8b;
        -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12);
        box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12);
    }

    .btns.btn-submit {
        background: transparent linear-gradient(90deg,#f26522 0%,#fe8639 100%);
        border: 1px solid #f26522;*/
        /*background: transparent;*/
        /*color: #FFF;
    }

        .btns.btn-submit:hover {
            border: 1px solid #F26520;
            background: transparent linear-gradient(90deg,#FCD7C5 0%,#EEEEEE 100%);
            color: #F26520;
        }

    .btns.btn-cancel {
        border: 1px solid #F26520;
        background: transparent linear-gradient(90deg,#FCD7C5 0%,#EEEEEE 100%);
        color: #F26520;
    }

        .btns.btn-cancel:hover {
            border: 1px solid #B2B2B2;
            background: #E4E4E4;
            color: #F26520;
        }

.btns-small {
    padding: 6px 12px !important;
    font-size: 0.8rem;
}

.btn-one {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: .9rem;
    font-weight: 600;
    cursor: pointer;
    padding: .75rem .5rem;
    border: 1px solid #005295;
    background-color: #004074;
    background-image: linear-gradient(bottom, rgb(0,64,116) 0%, rgb(0,98,180) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(0,64,116) 0%, rgb(0,98,180) 100%);
    background-image: -o-linear-gradient(bottom, rgb(0,64,116) 0%, rgb(0,98,180) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(0,64,116) 0%, rgb(0,98,180) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(0,64,116) 0%, rgb(0,98,180) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(0,64,116)), color-stop(1, rgb(0,98,180)));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0px -1px 0px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3);
    -moz-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3);
    box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3);*/ /*, inset 0px 0px 3px rgba(255,255,255,.5)*/
    /*-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: rotateX(20deg);
}

    .btn-one:hover {
        text-decoration: none;
        color: #fff;
        background-image: linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
        background-image: -moz-linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
        background-image: -o-linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
        background-image: -webkit-linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
        background-image: -ms-linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
        background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(12, 144, 255)), color-stop(1, rgb(0, 101, 183)));
    }

    .btn-one:active {
        background-image: linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
        background-image: -moz-linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
        background-image: -o-linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
        background-image: -webkit-linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
        background-image: -ms-linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
        background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(12, 144, 255)), color-stop(1, rgb(0, 101, 183)));
        -webkit-box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3);
        -moz-box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3);
        box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3);
        -webkit-transform: translate(0, 4px) rotateX(20deg);
        -moz-transform: translate(0, 4px);
        transform: translate(0, 4px);
    }

    .btn-one.active {*/
        /* option -2*/
        /*background-image: linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
        background-image: -moz-linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
        background-image: -o-linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
        background-image: -webkit-linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
        background-image: -ms-linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
        background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(12, 144, 255)), color-stop(1, rgb(0, 101, 183)));
        -webkit-box-shadow: 0px 1px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3);
        -moz-box-shadow: 0px 1px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3);
        box-shadow: 0px 1px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3);
        -webkit-transform: translate(0, 4px) rotateX(20deg);
        -moz-transform: translate(0, 4px);
        transform: translate(0, 4px);
    }

    .btn-one.fit {
        height: 100px;
        width: 100%;
        text-align: center;
        line-height: 100px;
    }

.section-discussion_time {
    padding: .5rem;
    border: 1px solid #343a40;
}

.left_block,
.right_block {
    position: absolute;
    top: -2px;
}

.left_block {
    left: 0;
}

.right_block {
    right: 0;
}*/

input {
    outline: none;
    border: none;
}

    input[type="number"] {
        -moz-appearance: textfield;
        -webkit-appearance: none;
    }

        input[type="number"]::-webkit-outer-spin-button,
        input[type="number"]::-webkit-inner-spin-button {
            -webkit-appearance: none;
        }

    input:focus::-webkit-input-placeholder,
    input:focus:-moz-placeholder,
    input:focus::-moz-placeholder,
    input:focus:-ms-input-placeholder {
        color: transparent;
    }

    input::-webkit-input-placeholder,
    input:-moz-placeholder,
    input::-moz-placeholder,
    input:-ms-input-placeholder {
        color: #868686;
        font-size: 15px;
    }


/*.login-img > .login-logo {
    width: 75%;
    margin: 0 auto;
    display: block;
}*/

.login-logo {
    position: relative;
    text-align: center;
    padding: .75rem;
   /* margin-bottom: 1rem;*/
    /*background: linear-gradient(125deg,#fff 50%,#E9F7FF 50%);
        border-bottom: 2px solid #F1F1F1;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.55);
    -webkit-box-shadow: 0 5px 5px -3px rgba(0,0,0,.55);
    -moz-box-shadow: 0 5px 5px -3px rgba(0,0,0,.55);*/
}

    .login-logo > img {
        max-width: 20rem;
        height: 70px;
        margin: 0 .5rem;
    }

h3.login-title, h3.login-title-sm {
    position: relative;
    margin-bottom: 25pt;
    text-align: center;
    text-transform: uppercase;
}

    h3.login-title::after {
        content: "";
        width: 80%;
        height: 3px;
        background: #8E278F;
        position: absolute;
        bottom: -10px;
        left: 10%;
    }

h3.login-title {
    color: #FFF;
    font-size: 1.75rem;
}

h3.login-title-sm {
    font-size: 1.15rem;
    color: #000;
}

.loginfrm {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    max-width: 340px;
    position: relative;
    visibility: hidden;
    /*margin-left: auto;*/
}

    .loginfrm.cls-4 {
        animation: 2s ease-out 0s 1 slideInFromTop;
        visibility: visible !important;
    }

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes slideInFromTop {
    0% {
        top: -100%;
    }

    30% {
        top: 20%;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes slideInFromTop {
    0% {
        top: -100%;
    }

    30% {
        top: 20%;
    }

    100% {
        top: 0;
    }
}

@-o-keyframes slideInFromTop {
    0% {
        top: -100%;
    }

    30% {
        top: 20%;
    }

    100% {
        top: 0;
    }
}

@keyframes slideInFromTop {
    0% {
        top: -100%;
    }

    30% {
        top: 20%;
    }

    100% {
        top: 0;
    }
}

.login-box {
    padding-top: 2rem;
    background: #ffffff;
    border-bottom: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: .3s ease;
}
    .login-box:last-child {
        background: #e3e3e3;
       /* height: 14px;*/
        border-radius: 0 0 5px 5px;
        margin: 0 15px;
        padding: 0;
    }

/*.login-logo > img:first-child {
            max-height: 2.75rem;
            margin-right: 6.5rem;
        }*/

.login-box-msg {
    padding: 1rem 0 0;
    text-align: center;
}

    .login-box-msg > h3.title {
        position: relative;
        z-index: 1;
        border-left: 6px solid #004C97;
        margin: 0 0 5px;
        padding: 1rem .75rem 1rem;
        color: #292a2b;
        font-size: 20px;
        text-transform: uppercase;
        text-align: left;
    }
        .login-box-body {
    padding: 1rem 2.5rem 1.5rem;
}

.login-box-footer {
    /*margin-top: 1rem;*/
    padding: .35rem 0;
    text-align: center;
    background: #f8f8f8;
    border-top: 1px solid #D4DEDF;
    border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
    -khtml-border-radius: 0 0 12px 12px;
}

    .login-box-footer > img {
        width: 3.5em;
    }

.input-group-text {
    background-color: #fff;
    color: #004C97;
    border-radius: 0 !important;
}

.frm-group-txt,
.form-control {
    background: #ececec;
    border-radius: 0 !important;
}

.frm-group-txt {
    margin-bottom: 20px;
}

.frm-group {
    width: 100%;
    position: relative;
    border-bottom: 3px solid #1d6ffd;
    margin-bottom: 30px;
}

    .frm-group:last-child {
        margin-bottom: 15px !important;
    }

.form-ctrl {
    font-size: 14px;
    color: #000000;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    padding: 0 5px 0 40px;
}

.form-ctrl-icon {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .form-ctrl-icon::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 0;
        height: 3px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        background: #003DA7;
    }

    .form-ctrl-icon::after {
        font-family: FontAwesome;
        font-size: 18px;
        color: #808080;
        content: attr(data-placeholder);
        display: block;
        width: 100%;
        position: absolute;
        top: 10px;
        left: 8px;
        padding-left: 5px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

.form-ctrl:focus {
    padding-left: 5px;
}

    .form-ctrl:focus + .form-ctrl-icon::after,
    .has-val.form-ctrl + .form-ctrl-icon::after {
        top: -22px;
        font-size: 18px;
    }

    .form-ctrl:focus + .form-ctrl-icon::before,
    .has-val.form-ctrl + .form-ctrl-icon::before {
        width: 100%;
    }

.has-val.form-ctrl {
    padding-left: 5px;
}

.login-box.alt {
    position: absolute;
    top: 30px;
    right: -40px;
    z-index: 10;
    width: 65px;
    height: 65px;
    background: none;
    border-radius: 100%;
    box-shadow: none;
    padding: 0;
    transition: .3s ease;
}

    .login-box.alt .toggle {
        position: relative;
        background: #007EA3;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        color: #ffffff;
        font-size: 1.85rem;
        line-height: 60px;
        text-align: center;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }

        .login-box.alt .toggle:before {
            content: "\f007"; /*"\f007";*/
            font-family: FontAwesome;
            display: inline-block;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }

.input-group {
    margin-bottom: .85rem;
}

    .input-group .input-group-text {
        background: transparent;
        width: 38px;
        color: #005691
    }

    .input-group .form-control,
    .form-control {
        font-size: .85rem;
        height: 40px;
    }

.radio-group input[type="radio"]:focus,
.radio-group input[type="radio"]:active {
    box-shadow: 0 1px 1px rgba(125, 0, 0, 0.2) inset, 0 0 8px rgba(126, 239, 104, 0.6);
    outline: 0 none;
    border-color: #c7254e;
    box-shadow: 0 0 8px rgba(199,38,78,.6);
}

.radio-group, .checkbox-group {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/*---------------------------------------------*/

.frm-group-btn {
    display: block;
    position: relative;
    margin-bottom: 6px;
}

/* Login button */
a.btns,
.btns {
    background: transparent;
    color: transparent;
    border: none;
    display: inline-block;
    padding: 8px 16px;
    margin-right: 5px;
    border-radius: 25px;
    border: 2px solid transparent;
    letter-spacing: 0.06em;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    a.btns:hover,
    .btns:hover {
        text-decoration: none;
        color: transparent;
        -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12);
        box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12);
    }

    .btns.btn-submit {
        background-image: linear-gradient(90deg, #00B16B 0%, #006DB6 25%, #8E278F 100%);
        /*background: linear-gradient(45deg, #00B16B 5%, #006DB6 25%, #8E278F 55%, #F04C23 80%, #F04C23 95%);
        border-block-width: 2px;
        border-style: solid;
        border-left-color: #224294;
        border-right-color: #9E2F6C;
        border-top-color: transparent;
        border-bottom-color: transparent;*/
        color: #FFF;
    }

        .btns.btn-submit:focus,
        .btns.btn-submit:hover {
            border: 2px solid #BB385D;
            background: transparent;
            color: #006DB6;
        }

    .btns.btn-cancel {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

        .btns.btn-cancel:focus,
        .btns.btn-cancel:hover {
            border-color: #C5C5C5;
            background: #e1e1e1;
            color: #4D5359;
        }

.btns-small {
    padding: 6px 12px !important;
    font-size: 0.8rem;
}

/*---------------------------------/
/------- Media queries css --------/
/---------------------------------*/

@media only screen and (max-width:786px) {
    .c-grid > .c-grid-col {
        width: 100%;
        float: left;
    }
}

/*@media only screen and (max-width: 479px) {
}*/
