﻿html, body {
    height: 100%;
}

.navbar-toggle {
    z-index: 2;
}

body {
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
}

.detail {
    /* box-shadow: black 0px 0px 4px; */
    margin: 1% auto 0%;
    padding-left: 0px;
    box-shadow: black 0px 0px 4px;
}

.login {
}

.heading-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
    color: rgb(6, 84, 106);
}

.frmwrap {
    box-shadow: #58595b 0px 0px 9px;
    background: rgb(255, 255, 255);
    padding: 0% 0% 4%;
    margin: 5% 4% 0%;
    text-align: center;
    /* background: #fed10200; */
    border-radius: 4px;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 11px;
    font-size: 14px;
    line-height: 0;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    box-shadow: none;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(6, 84, 106);
}

.error {
    color: rgb(255, 0, 0);
}

body {
    font-family: Roboto;
}

.form-group {
    width: 84%;
    margin: 6px auto 0px;
}

.header-text {
    color: green;
    font-size: 1.3em;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    color: white;
    background-color: #1861a7;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/*loader*/

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #8b0000;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: 0px auto;
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 0;
    right: 0;
    background: white;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.backdiv {
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*loader ends*/
ul.tab li a:focus, .active {
    height: 100%;
}

.nav-tabs {
    border-bottom: 0px solid #ddd;
}

    .nav-tabs > li > a {
        margin-right: 0px;
        line-height: 1.4;
        font-weight: 500;
        border: none;
        /* border-bottom: 2px solid #ab1b60; */
        background: #185b9b;
        font-size: 1.3em;
        padding: 15px;
        color: rgb(255, 255, 255);
        border-radius: 0px 0px 0 0;
        transition: a11 0.3s;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        font-weight: 500;
        font-size: 1.3em;
        padding: 15px;
        border: none;
        color: #185b9b;
        cursor: default;
        background-color: #ffffff;
        border: none;
        border-bottom: 2px solid #ffffff;
    }



    .nav-tabs > li {
        color: #231f20;
        width: 50%;
        float: left;
        margin-bottom: 0px;
        border-radius: 4px 4px 0 0;
    }

.cargill {
    float: right;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    color: rgb(24, 96, 164);
}

.info span {
    color: #fff;
}


.form-group {
    width: 84%;
    margin: 0px auto;
    margin-bottom: 0px;
    margin-top: 5%;
    margin-bottom: 9%;
}

.form-group1 {
    width: 84%;
    margin: 0px auto;
    margin-bottom: 0px;
    margin-top: 6px;
}

body {
    background-image: url(../images/login_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: 100%;
    background-color: #ccc;
}

.abcRioButtonLightBlue {
    margin: 0 auto;
}
/*-- ipad devices landscape--*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .frmwrap {
        /* box-shadow: black 0px 0px 4px; */
        /* background: rgb(255, 255, 255); */
        padding: 0% 0% 3.7%;
        margin: 12.7% 5%;
        text-align: center;
    }
}

/*-- ipad devices portrait --*/
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .detail {
        /* box-shadow: black 0px 0px 4px; */
        margin: 1.7% auto;
    }

    .login {
        /* background: rgb(83, 61, 134); */
        padding: 10px;
    }

    .frmwrap {
        /* box-shadow: black 0px 0px 4px; */
        /* background: rgb(255, 255, 255); */
        padding: 0% 0% 5.7%;
        margin: 2.7% 15%;
        text-align: center;
    }
}

/*-- Mobile devices landscape--*/
@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {
    .detail {
        /* box-shadow: black 0px 0px 4px; */
        margin: 1.7% auto;
    }

    .login {
        /* background: rgb(83, 61, 134); */
        padding: 10px;
    }

    .frmwrap {
        /* box-shadow: black 0px 0px 4px; */
        /* background: rgb(255, 255, 255); */
        padding: 0% 0% 5.7%;
        margin: 2.7% 15%;
        text-align: center;
    }
}

/*-- Mobile devices portrait--*/

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: portrait) {
    .detail {
        /* box-shadow: black 0px 0px 4px; */
        margin: 1.7% auto;
    }

    .login {
        /* background: rgb(83, 61, 134); */
        padding: 10px;
    }

    .frmwrap {
        /* box-shadow: black 0px 0px 4px; */
        /* background: rgb(255, 255, 255); */
        padding: 0% 0% 5.7%;
        margin: 2.7% 2%;
        text-align: center;
    }
}

body {
}

.navbar-toggle {
    z-index: 2;
}

body {
}

.detail {
    /* box-shadow: black 0px 0px 4px; */
    margin: 1% auto 0%;
    padding-left: 0px;
    box-shadow: black 0px 0px 4px;
}

.login {
}

.heading-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
    color: rgb(6, 84, 106);
}

.frmwrap {
    box-shadow: none;
    background: rgb(255, 255, 255);
    padding: 0% 0% 4%;
    margin: 5% 4% 0%;
    text-align: center;
    /* background: #fed10200; */
    border-radius: 4px;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 11px;
    font-size: 14px;
    line-height: 0;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    box-shadow: none;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(6, 84, 106);
}

.error {
    color: rgb(255, 0, 0);
}

body {
}

.form-group {
    width: 84%;
    margin: 6px auto 0px;
}

.header-text {
    color: green;
    font-size: 1.3em;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    color: white;
    background-color: #1861a7;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/*loader*/

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #8b0000;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: 0px auto;
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 0;
    right: 0;
    background: white;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

input[type=text]:valid, input[type=email]:valid, input[type=number]:valid {
    color: white;
}



input[type=number]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
}

input[type=text]::-moz-placeholder { /* Firefox 19+ */
    color: white;
}

input[type=text]:-ms-input-placeholder { /* IE 10+ */
    color: white;
}

input[type=text]:-moz-placeholder { /* Firefox 18- */
    color: white;
}

.backdiv {
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*loader ends*/
.form-title {
    color: #fdaf05;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 2rem;
    margin-top: 0%;
}

.form-divider {
    border-style: dashed;
    border-color: white;
    margin-top: 0px;
    margin-bottom: 0px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: red;
    text-align: center;
    background-color: #ffffff;
    border-radius: 4px;
    opacity: 1;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #fff;
}

body {
}

.navbar-toggle {
    z-index: 2;
}

body {
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(51, 51, 51);
    background-color: rgb(22 22 22);
}

.detail {
    /* box-shadow: black 0px 0px 4px; */
    margin: 1% auto 0%;
    padding-left: 0px;
    box-shadow: black 0px 0px 4px;
}

.login {
}

.heading-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
    color: rgb(6, 84, 106);
}

.frmwrap {
    /* border: 0px solid #0759a9; */
    background: transparent;
    /* padding: 5% 0% 6%; */
    margin: 12% 10% 0%;
    text-align: center;
    /* background: #fed10200; */
    border-radius: 0px;
    position: relative;
}

.form-control {
    display: block;
    width: 100%;
    height: 28px;
    padding: 6px 11px;
    font-size: 12px;
    line-height: 1.42;
    color: rgb(255, 255, 255);
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(255, 255, 255);
}

.error {
    color: rgb(255, 0, 0);
}

body {
    font-family: raleway;
}

.form-group {
    width: 84%;
    margin: 2% auto 6%;
}

.header-text {
    color: green;
    font-size: 1.3em;
}

.btn {
    display: inline-block;
    padding: 3px 12px;
    margin-bottom: 0;
    color: rgb(25, 65, 123);
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    text-transform: uppercase;
    width: 60%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}



.modal-content{

background-image: url(../images/model.jpg);
	color: #fff;
}


/*loader*/

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #185b9b;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: 0px auto;
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0);
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.backdiv {
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*loader ends*/
.svg-btn {
    width: 20px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}

.login-btn {
    width: 77%;
    margin-top: 2%;
    text-transform: unset;
    font-weight: 500;
}

.details {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}

.form-divider-title {
    margin-bottom: 0;
    color: white;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: rgb(25, 65, 123);
    display: inline-block;
    margin: 0 auto;
    width: 120px;
}

.header-text {
    color: #2664a1;
    font-size: 2em;
    font-weight: 600;
    margin: 5px 0 0px;
}

    .header-text span {
        text-transform: uppercase;
        font-weight: 800;
    }

.main-logo-holder {
}

.main-logo {
    margin: 1% auto;
}

.partner-holder img {
    margin: 1% auto;
}

.partner-heading {
    color: #2664a1;
    font-size: 2em;
    font-weight: 600;
    text-transform: uppercase;
}
.modal-dialog {
    margin: 10% auto 0%;
}
/*-- ipad devices landscape--*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .frmwrap {
        padding: 0% 0% 3.7%;
        margin: 12.7% 5%;
        text-align: center;
    }

    body {
    background-position: top;
    }
}

/*-- ipad devices portrait --*/
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .details {
        margin: 1.7% auto;
    }

    .login {
        padding: 10px;
    }

    .frmwrap {
        padding: 0% 0% 5.7%;
        margin: 2.7% 15%;
        text-align: center;
    }

    body {
    }
}

/*-- Mobile devices landscape--*/
@media only screen and (min-device-width: 320px) and (max-device-width: 760px) and (orientation: landscape) {
    .details {
        margin: 1.7% auto;
    }

    .login {
        padding: 10px;
    }

    .frmwrap {
        padding: 0% 0% 5.7%;
        margin: 2.7% 15%;
        text-align: center;
    }
}

body {
}

/*-- Mobile devices portrait--*/

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: portrait) {
    .details {
        margin: 1.7% auto;
    }

    .login {
        padding: 10px;
    }

    .frmwrap {
        padding: 0% 0% 5.7%;
        margin: 2.7% 2%;
        text-align: center;
    }

    body {
    }
}

/*-- ipad devices landscape--*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .frmwrap {
        padding: 3% 0% 5%;
        margin: 12.7% 18%;
        text-align: center;
    }
}

/*-- ipad devices portrait --*/
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .detail {
        margin: 1.7% auto;
    }

    .login {
        padding: 10px;
    }

    .frmwrap {
        padding: 2% 0% 3%;
        margin: 2.7% 15%;
        text-align: center;
    }

    body {
        background-size: cover;
    }
}

/*-- Mobile devices landscape--*/
@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {
    .detail {
        margin: 1.7% auto;
    }

    .login {
        padding: 10px;
    }

    .frmwrap {
        padding: 4% 0% 5.7%;
        margin: 2.7% 15%;
        text-align: center;
    }

    body {
        background-size: cover;
    }
}

/*-- Mobile devices portrait--*/

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: portrait) {
    .detail {
        margin: 1.7% auto;
    }

    .login {
        padding: 10px;
    }

    .frmwrap {
        padding: 7% 0% 5.7%;
        margin: 2.7% 2%;
        text-align: center;
    }

    body {
        background-size: cover;
    }
}
