﻿body {
    margin: 0;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-weight: 400;
    color: #212529;
    text-align: left;
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 13px;
    letter-spacing: .2px;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
.margin-top-15{
    margin-top: 7px;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: .5px;
}
.h4, h4 {
    font-size: 21px;
    font-size: 1.3125rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 8px;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 8px;
    margin-bottom: .5rem;
}
body, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}
.form-group {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}
label {
    display: block;
    margin-bottom: 8px;
    margin-bottom: .5rem;
}
.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    padding: .375rem .75rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #b5b5b5;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    outline: none;
}
.form-control:focus {
    border-color: #1468c4;
    box-shadow: 0 0 10px #267cdb !important;
}
.margin_0 {
    margin: 0;
}
.peer {
    display: block;
}
.peer-greed, .peers-greed > .peer, .peers-greed > .peers {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}
.peer > img {
    max-width: none
}
.peer-greed > img {
    max-width: 100%
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.text-center {
    text-align: center !important;
}
a {
    color: #196bba;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    text-decoration: none;
    color: #0c7bbe;
}
.clearfix:after, .peer-new-1:after{
    display: block;
    clear: both;
    content: "";
}
.peer-new{
    overflow: hidden;
}
.checkbox {
    height: 20px;
}
@font-face {
    font-family: FontAwesome;
    src: url('../lib/GentelellaAlela/vendors/font-awesome/fonts/fontawesome-webfont.eot');
    src: url('../lib/GentelellaAlela/vendors/font-awesome/fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../lib/GentelellaAlela/vendors/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), url('../lib/GentelellaAlela/vendors/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), url('../lib/GentelellaAlela/vendors/font-awesome/fonts/fontawesome-webfont.ttf') format('truetype'), url('../lib/GentelellaAlela/vendors/font-awesome/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-spinner:before {
    content: "\F110"
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-refresh:before {
    content: "\f021";
}
p {
    font-family: Roboto,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;
    line-height: 1.9;
}
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 17px;
    margin-bottom: 0;
    top: -19px;
    left: 13px;
}
.checkbox label:before {
    content: "";
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    background-color: #bdbdbd;
    -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
    -o-transition: border .15s ease-in-out,color .15s ease-in-out;
    transition: border .15s ease-in-out,color .15s ease-in-out
}
.checkbox label:after, .checkbox label:before {
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -12px
}
.checkbox label:after {
    text-align: center;
    font-size: 10px !important;
    line-height: 17px;
    color: #b9c2d0
}
.checkbox input[type=checkbox] {
    opacity: 0;
    z-index: 1
}
.checkbox input[type=checkbox]:focus + label:before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.checkbox input[type=checkbox]:checked + label:after {
    font-family: FontAwesome;
    content: "\F00C";
    font-size: 13px
}
.checkbox input[type=checkbox]:disabled + label {
    opacity: .65
}
.checkbox input[type=checkbox]:disabled + label:before {
    background-color: #d3d9e3;
    cursor: not-allowed
}
.checkbox.checkbox-circle label:before {
    border-radius: 50%
}
.checkbox.checkbox-inline {
    margin-top: 0
}
.checkbox-primary input[type=checkbox]:checked + label:before {
    background-color: #7774e7;
    border-color: #7774e7
}
.checkbox-primary input[type=checkbox]:checked + label:after {
    color: #fff
}
.checkbox-danger input[type=checkbox]:checked + label:before {
    background-color: #ff3c7e;
    border-color: #ff3c7e
}
.checkbox-danger input[type=checkbox]:checked + label:after {
    color: #fff
}
.checkbox-info input[type=checkbox]:checked + label:before {
    background-color: #0f9aee;
    border-color: #0f9aee
}
.checkbox-info input[type=checkbox]:checked + label:after {
    color: #fff
}
.checkbox-warning input[type=checkbox]:checked + label:before {
    background-color: #fc0;
    border-color: #fc0
}
.checkbox-warning input[type=checkbox]:checked + label:after {
    color: #fff
}
.checkbox-success input[type=checkbox]:checked + label:before {
    background-color: #37c936;
    border-color: #37c936
}
.checkbox-success input[type=checkbox]:checked + label:after {
    color: #fff
}
.captcha_div div{
    display: inline-block;
}
.captcha_div div:first-child {
    font-weight: 700;
    font-size: 15px;
    width: 60px;
}
.captcha_div div:nth-child(2) {
    width: calc(100% - 98px);
    padding-right: 10px;
}
.submit_bt {
    padding: 8px 12px;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}
.float_right{
    float: right;
}





/* New Login page Css */
.company_logo {
    text-align: center;
    margin-bottom: 25px;
}
.new_login{
    background: url(../images/login_back.jpg) center center ;
    background-size:cover;
    height: 100%;
}
.login_holder{   
    width: 450px;
    position: relative;
    margin: 0 auto;
    transform: translateY(-50%);
    top: 50%;
    
}
.login_holder_inner {
    box-shadow: 0 0 24px #000;
    background: #fff;
}
.login_main {
    padding: 20px 45px 5px;
    position: relative;    
}
.lock_img {
    position: absolute;
    top: 0;
    right: 0;
}
.company_name {
    text-align: center;
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    display: table;
    margin: 0 auto;
}
.company_name:after{
    position: absolute;
    content: " ";
    bottom:0;
    right: 0;
    width: 50px;
    height:2px;
    background: #fd5f00;
}
.login_text{
    color: #000;
    font-weight: normal;
    margin:0;
}
.login_text small{
    display: block;
    font-size: 13px;
    font-family: arial;
    line-height: 26px;
}
.action_button {
    width: 120px;
    height: 38px;
    background: #fd7c00;
    color: #fff;
    border-radius: 50px;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 0 0;
    position: relative;
    transition: all ease 0.4s;
    cursor: pointer;
}
.action_button:hover {
    box-shadow: 2px 6px 10px #a2a2a2;
}
.login_main form{
    margin:20px 0 0 0;
}
.login_footer {
    background: #eef8ff;
    border-top: 1px solid #48acf3;
    padding:12px 16px;
}
.login_footer p{
    color: #000;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 1rem;
}
.login_footer a{
    display: table;
    margin: 0 auto;
}
.footer_logo ul {
    list-style: none;
    padding: 0;
    display: table;
    margin: 0 auto;
}
.footer_logo li {
    display: inline-block;
    margin: 0 15px;
}
.footer_link {
    color: #fff;
    text-align: center;
    margin: 25px 0 0 0;
}
.footer_link a {
    color: #fff;
}
.logo_space{
    width: 152px;
    height: 58px;
}
.logo_space img{
    max-height: 100%;
    max-width: 100%;
}
@media(max-width: 500px){

    .login_main {
        padding: 20px 20px 5px;
    }
    .logo_space {
        width: 50%;
    }
    .login_holder {
        width: 90%;
    }
}
@media(max-width: 500px) {
    .checkbox label {
        padding-left: 5px;
    }
}
@media (max-height : 540px) and (orientation : landscape) {
    .new_login {
        height: auto;
    }

    .login_holder {
        transform: initial;
        top: auto;
    }
}


/* Google Loader */
.google-loader {
    display: block;
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -17px;
}

    .google-loader span {
        display: inline-block;
        margin-top: 10px;
        height: 20px;
        width: 20px;
        border-radius: 50%;
    }

        .google-loader span:not(:first-child) {
            margin-left: 10px;
        }

        .google-loader span:nth-child(1) {
            background: #439bff;
            animation: move 1s ease-in-out -0.25s infinite alternate;
        }

        .google-loader span:nth-child(2) {
            background: #DB4437;
            animation: move 1s ease-in-out -0.5s infinite alternate;
        }

        .google-loader span:nth-child(3) {
            background: #eaa23b;
            animation: move 1s ease-in-out -0.75s infinite alternate;
        }

        .google-loader span:nth-child(4) {
            background: #28c5a7;
            animation: move 1s ease-in-out -1s infinite alternate;
        }

@keyframes move {
    from {
        transform: translateY(-10px);
    }

    to {
        transform: translateY(5px);
    }
}

#loadicon {
    position: absolute;
    top: 12px;
    right: 20px;
    color: white;
}

#btnSaveFrm {
    position: relative;
}
.text-danger {
    color: #dc3545 !important;
}
