@font-face {
    font-family: Aileron-Thin;
    src: url("../fonts/Aileron-Thin.otf") format("opentype");
}
@font-face {
    font-family: Aileron-Light;
    src: url("../fonts/Aileron-Light.otf") format("opentype");
}
/*common*/
body {
    background: rgba(235, 235, 235, 0.2);
}
[type="text"], [type="password"]{
    height: 2.25rem;
    padding: 0 0.5rem;
}
.input-group-field {
    height: 2.25rem;
}
select {
    padding: 0rem 1.5rem 0rem 0.5rem;
}
span.input-group-label.frm-lbl {
    text-align: left;
    width: 140px;
}
.input-group .switch {
    height: 1.25rem;
    margin-left: 20px;
}
span.input-group-label.switch-lbl {
    border-right: 1px solid #cacaca;
}
span.usr-info {
    display: inline-block;
    font-family: Aileron-Light;
    margin-right: 20px;
}
.lbl-custom {
    display: inline-block;
    font-weight: bold;
    text-align: left;
    width: 160px;
}
.is-invalid:not(:focus) {
    border: 1px solid #fd8a8a;
    box-shadow: 0 0 5px rgba(253, 138, 138, 0.4);
}
.button {
    background-color: #00809A;
    font-size: 1.2rem;
    padding: 0.55em 1em;
}
.button.disabled, .button[disabled] {
    opacity: 0.65;
}
.button:hover, .button:focus {
    background-color: #009ab5;
    color: #fefefe;
}
.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    background-color: #009ab5;
    color: #fefefe;
}
.button.hollow.logout {
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
}
.button.hollow:hover, .button.hollow:focus {
    border-color: rgba(255, 255, 228, 0.77);
    color: rgba(255, 255, 228, 0.77);
}
.button.hollow.btn-custom-hollow {
    border-color: #00809A;
    color: #00809A;
}
.frm-common{
    margin-top: 5%;
}
div.scroll-table {
    overflow: auto;
    white-space: nowrap;
}
.row.table {
    max-width: 90rem;
}
.button.has-tip {
    cursor: pointer;
}
.pagination .current{
    background: #00809A;
}
/*for text*/
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #b3b3b3;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:hover, a.text-primary:focus {
    color: #286090;
}
.text-success {
    color: #1d9d74;
}
a.text-success:hover, a.text-success:focus {
    color: #157254;
}
.text-info {
    color: #007dbc;
}
a.text-info:hover, a.text-info:focus {
    color: #005b89;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover, a.text-warning:focus {
    color: #66512c;
}
.text-danger {
    color: #d9534f;
}
a.text-danger:hover, a.text-danger:focus {
    color: #c9302c;
}
/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.mail-logo {
    float: left;
    width: 25%;
}
.header_logo {
    margin: 0 auto;
    text-align: center;
    width: 50%;
}
.header_logo img {
}
.left-content {
    width: 80%;
    float: left;
    margin-top: 10%;
}
.content {
    width: 100%;
    margin-top: 8%;
}
.texts {
    margin: 20px auto;
    text-align: center;
}
.main-page {
    font-family: Aileron-Thin;
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}
.title_text {
    /*float: left;
    font-family: Aileron-Thin;
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
    text-align: left;
    width: 75%;*/

    color: rgb(255, 255, 255);
    display: inline-block;
    float: left;
    font-size: 28px;
    margin-top: 8px;
    text-shadow: 0 0 2px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0);
}
.promo_text {
    font-weight: bold;
    font-size: 14px;
}
hr {
    margin-bottom: 0;
    margin-top: 0;
    width: 78%;
}
.float-right {
    float: right !important;
}
.large-12.columns.links {
    text-align: center;
}
.links_btn {
    margin-left: 6px;

}
.btn-custom {
    background: #00809A;
    border: 0 none;
    border-radius: 0;
    color:#fff;
    padding: 4px 8px;
    font-weight: bold;
    font-size: 16px;
    height: 40px;
    width: 200px;
    margin-top: 4px;
    text-align: center;
}
/* ~~ The footer ~~ */
.footer {
    background: #fbfbfb;
    border-top: 1px solid #ddd;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 100%;
    /*position: fixed;*/

}
.footer_cont {
    width: 75%;
    height: 30px;
    margin: auto;
    text-align: center;
}
/*css for registration page*/
.reg-header {
    background-color: rgba(0, 48, 58, 1);
    border-bottom: 1px solid #eee;
    /*float: left;*/
    padding: 10px 0;
    width: 100%;

    height: 65px;
}
.reg-logo {
    margin-top: -10px;
    text-align: center;
    width: 25%;
}
#toplogo {
    padding-top: 4px;
    vertical-align: top;
    width: 55px;
}
.reg-heading {
    padding: 10px;
    text-align: center;
}

.reg-heading h2, .tnc-heading h2 {
    color: rgba(0, 0, 0, 0.7);
    font-family: Aileron-Light;
    font-size: 2rem;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.99);
}
.reg-signIn {
    color: #333;
    display: block;
    font-size: 15px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    width: 55%;
}
.reg-signIn h3, .section h3 {
    font-family: Aileron-Light;
    font-size: 1.65rem;
}
.reg-box {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(120, 120, 120, 0.4);
    box-shadow: 0 0 4px rgba(120, 120, 120, 0.2);
    margin: 50px auto 0;
    padding: 0 23px 23px;
    width: 440px;
}
#pass-tips h6 {
    color: #009eb9;
    font-weight: bold;
}
#pass-tips, #phone-tips {
    border: 1px solid #009eb9;
}
.phone-attention {
    color: #009eb9;
    font-size: 18px;
}
.check-circle-green {
    color: #ececec;
}
.input-group-field.medium-7 {
    width: 58.3333%;
}
p.captcha-helper.help-text {
    font-size: 88%;
    font-style: normal;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #3a3a3a;
}

/*for verification page*/
.verificationBox{
    margin: 10% auto;
    width: 40%;
}
.verificationBox.for-login {
    width: 35%;
}
.fa.fa-commenting.fa-stack-1x {
    color: #2199e8;
    font-size: 24px;
    margin: -15px 5px;
}
.fa.fa-mobile.fa-stack-2x {
    font-size: 85px;
    margin: -13px 4px;
}
.fa.fa-at.fa-stack-1x {
    color: #fff;
    font-size: 20px;
    margin: 3px 0;
    text-shadow: 0 0 1px #000, 0 0 1px #000;
}
.fa.ico {
    margin-right: 12px;
}
.row.resend {
    background-color: #cdf;
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: -25px;
}
/*for callout panel*/
.callout.expire, .callout.saved, .callout.login {
    border: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    padding: 0;
}
.session-expire {
    background-color: #F45D58;
}
.session-expire h5, .top-bar.success h5, .top-bar.login h5 {
    color: #fff;
    font-family: Aileron-Light;
    font-size: 25px;
    margin-left: 10px;
}
.session-expire h6{
    color: #fff;
    font-family: Aileron-Light;
    font-size: 20px;
}
.session-icon {
    display: block;
    float: left;
}
.expire i.fa.fa-hourglass-end, .expire i.fa.fa-frown-o {
    color: #f45d58;
    font-size: 22px;
    margin-right: 10px;
    margin-top: 3px;
}
.callout-paragraph {
    font-family: Aileron-Thin;
    font-size: 18px;
    font-weight: bold;
}
.button.expire {
    background-color: #f45d58;
    font-size: 1rem;
}
.button.success {
    background-color: #0fb8ad;
    font-size: 1rem;
}
.button.success:hover {
    background-color: #0fb0a5;
}
.top-bar.success {
    background-color: #0fb8ad;
}
i.fa.fa-check-circle-o, i.fa.fa-key.fa-flip-horizontal {
    font-size: 22px;
}
/*for dashboard login*/
.top-bar.login {
    background-color: #0096b1;
}
.fa.fa-user-secret {
    font-size: 25px;
}
.button.login {
    float: right;
    font-size: 16px;
    padding: 8px 5px;
}
.cnfSmsSentFrm {
    display: inline-table;
    float: left;
    margin-right: 3px;
    width: 23%;
}
/*for top bar menu*/
.title-bar {
    background: #00809A;
    color: #fefefe;
}
.is-dropdown-submenu {
    background: #00809A;
    border: 1px solid #00809A;
}
.is-open.dropdown-pane.info {
    background: #00809A;
    border-color: #ffffff;
    color: #fff;
}
.menu > li > a {
    color: #fff;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #fff  transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    border-color: transparent transparent transparent #fff;
}
/*for upload file*/
.custom-file {
    cursor: pointer;
    display: inline-block;
    height: 2.5rem;
    margin-bottom: 20px;
    max-width: 100%;
    position: relative;
}
.custom-file-input {
    margin: 0;
    max-width: 100%;
    min-width: 14rem;
    opacity: 0;
}
.custom-file-control {
    -moz-user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    color: #555;
    height: 2.5rem;
    left: 0;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}
.custom-file-control:lang(en)::after {
    content: "Choose file...";
}
.custom-file-control:lang(en)::before {
    content: "Browse";
}
.custom-file-control::before {
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 0.25rem 0.25rem 0;
    bottom: -1px;
    color: #555;
    display: block;
    height: 2.5rem;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 6;
}
/*for notification*/
#notify-msg {
    position: absolute;
    text-align: center;
    width: 100%;
}

/*terms & condition*/
.tnc-block {
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 2px 2px rgba(190, 190, 190, .8);
    padding-left: 65px;
    padding-right: 65px;
}
.tnc-heading {
    text-align: left;
    margin-top: 25px;
}
.section {
    color: rgba(0, 0, 0, .7);
    font-family: Aileron-Light;
    text-align: justify;
}
.section h3 {
    text-align: left;
}
.section p {
    text-align: justify;
}
ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
    margin-left: 2.25rem;
}
a.back-to-top {
    color: #fff;
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background-color: #009fba;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0 2px 12px 8px rgba(0, 0, 0, 0.07) inset;
    -moz-box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0 2px 12px 8px rgba(0, 0, 0, 0.07) inset;
    box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0 2px 12px 8px rgba(0, 0, 0, 0.07) inset;
}
a.back-to-top i {
    margin: 12px;
}

/*****panel*****/
.huge {
    font-size: 40px;
}
.dashboard-panel {
    background-color: #fff;
    border: 1px solid #00809A;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}
.dashboard-panel-body {
    padding: 15px;
}
.dashboard-panel-heading {
    background-color: #00809A;
    border-bottom: 1px solid #00809A;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    padding: 10px 15px;
}
.dashboard-panel-title {
    color: inherit;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
}
.dashboard-panel-footer {
    background-color: #f5f5f5;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #00809A;
    padding: 10px 15px;
}
.dashboard-panel a {
    color: #00809A;
}
.small-9.columns.text-right span{
    font-size: 12px;
}
.green {
    border-color: green;
}
.green a {
    color: green;
}
.green > .dashboard-panel-heading {
    background-color: green;
    border-bottom: 1px solid green;
}
.green .dashboard-panel-footer {
    border-top-color: green;
}
.red {
    border-color: #D9534F;
}
.red a {
    color: #D9534F;
}
.red > .dashboard-panel-heading {
    background-color: #D9534F;
    border-bottom: 1px solid #D9534F;
}
.red .dashboard-panel-footer {
    border-top-color: #D9534F;
}
.orange {
    border-color: #F0AD4E;
}
.orange a {
    color: #F0AD4E;
}
.orange > .dashboard-panel-heading {
    background-color: #F0AD4E;
    border-bottom: 1px solid #F0AD4E;
}
.orange .dashboard-panel-footer {
    border-top-color: #F0AD4E;
}
.custom.callout {
    border: none;
    margin-top: -1px;
}
.custom.callout.alert {
    background-color: #ffb0b0;
}
.custom.callout.success {
    background-color: #b1deb1;
}
.dtr-title {
    font-weight: bold;
}
.reveal-overlay{
    z-index: 9;
}
.reveal h3, .reveal .h3{
    font-family: Aileron-Light;
}
@media screen and (max-width: 740px) and (min-width: 320px) {
    .reg-logo {
        width: 75%;
    }
    .title_text {
        font-size: 200%;
        max-width: 75%;
    }
    .reg-box {
        width: 95%;
    }
    .verificationBox.for-login {
        width: 90%;
    }
    .reveal-overlay{
        z-index: 9;
    }
}
@media screen and (max-width: 820px) and (min-width: 741px) {
    .reg-logo {
        width: 35%;
    }
}
input:checked~.switch-paddle {
    background: #0B95B0;
}
.label.success{
    color:#0a0a0a !important;
}