﻿.panel-login {
    margin-top: 20px !important;
    margin-bottom: 70px !important;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    background: #fff;
     max-height:520px;
    border-color:none;
    -webkit-box-shadow:none;
    border:none;
    background: #fafcfe ;

    border: 1px solid #e2e2e2;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

.panel-login > .form-group{
    margin-bottom:10px
}

#login-form {
    padding: 10px;
}

#login-form {
    margin-top: -30px;
}

#register-form {
    margin-top: -19px;
}

.container-board {
    margin-top: 10px;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.panel-heading {
    color: #00415d;
    text-align: center;
}


    .panel-heading hr {
        margin-top: 10px;
        margin-bottom: 0px; 
        clear: both;
        border: 0;
        height: 1px;
        background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),#a3ada6,rgba(0, 0, 0, 0));
        background-image: -moz-linear-gradient(left,rgba(0,0,0,0),#a3ada6,rgba(0,0,0,0));
        background-image: -ms-linear-gradient(left,rgba(0,0,0,0),#a3ada6,rgba(0,0,0,0));
        background-image: -o-linear-gradient(left,rgba(0,0,0,0),#a3ada6,rgba(0,0,0,0));
    }

.panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
    height: 40px;
    border-radius: 5px;
    font-size: 16px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.panel-login input[type="password"] {
    padding-right: 25px;
}

.panel-login a{
    font-weight:400;
    color:#53A3D7
}
.btn-login {
    background-color: #59B2E0;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    padding: 8px 0;
    text-transform: uppercase;
    border-color: #59B2E6;
}

    .btn-login:hover,
    .btn-login:focus {
        color: #fff;
        background-color: #53A3CD;
        border-color: #53A3CD;
    }

    .forgot-password:hover,
    .forgot-password:focus {
        text-decoration: underline;
        color: #97afd9;
    }

.btn-register {
    background-color: #1CB94E;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    padding: 8px 0;
    text-transform: uppercase;
    border-color: #1CB94A;
}

    .btn-register:hover,
    .btn-register:focus {
        color: #fff;
        background-color: #1CA347;
        border-color: #1CA347;
    }


#login-form .btn-login, #register-form input[type=submit], #resetpassword-form input[type=submit]{
    font-weight: 700;
}

.acount-title {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 25px;
    font-weight: 700;
    color:#111
}

.panel-login .acount-title, .dv-access .acount-title{
    color:#f27777
}

.divide-bar {
    width: 40px;
}

.title-separator {
    text-shadow: 0px 0px 0.1px rgba(51, 51, 51, 0.3) !important;
    color: #ccc !important;
    opacity: 0.45;
}

.loanding {
    position: relative;
    top: 2px;
    right: 10px;
    color: white;
}

.load-link {
    color: #53A3CD;
    top: -2px;
    left: 33px;
}

.dialog {
    box-shadow: 0 0 1px 1px #EEEEEE;
    font-weight: bold;
    transition: all linear .2s;
    box-sizing: border-box;
    font-family: 'PT Sans', sans-serif;
    padding: 10px;
    font-weight: normal;
}

.a-link-dialog {
    color: #53a3cd;
}


.modal-view {
    top: 80px;
}

.no-display {
    display: none;
}

.glyphicon-icon {
    margin-top: 4px;
    opacity: 0.5;
}

.dv-access .glyphicon-icon{
    margin-top: 1px !important;
}

@media screen and (min-width: 640px) {
    .panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
        font-size: 14px;
    }
}

@media screen and (max-width: 414px) {
    .panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
        font-size: 14px;
    }
}

.menu-nav {
    z-index: 9999999;
    background-color: transparent !important;
    border-bottom: 1px solid rgba(221, 221, 221, 0.6);
    box-shadow: 0 0 1px 1px #576060;
    opacity: 0.8;
    text-shadow: 10px 10px 45px rgba(51, 51, 51, 0.3);
}

@media screen and (min-height: 920px) {
    .panel-login {
        margin-top: 152px;
        margin-bottom: 152px;
    }
}


form > div > input[type="email"]:invalid:not(:focus):not(:placeholder-shown),
form > div > input[type="password"]:invalid:not(:focus):not(:placeholder-shown) {
    background: #fbecec;
}

form > div > input[type="email"]:invalid:focus:not(:placeholder-shown) ~ .requirements,
form > div > input[type="password"]:invalid:focus:not(:placeholder-shown) ~ .requirements {
    min-height: 10px;
    padding: 0 0 20px 5px;
    display: inline-block;
}

form > div > input[type="password"]:invalid:focus:not(:placeholder-shown) ~ .requirements {
    min-height: 60px;
}

form > div .requirements {
    padding: 0 0 20px 5px;
    color: #999;
    height: 0;
    -webkit-transition: 0.28s;
    transition: 0.28s;
    overflow: hidden;
    color: red;
    font-style: italic;
}

.loginbox-v4__secondary-text {
    margin: 10px 0;
    font-size: 11px;
    text-align: center;
}

.checkbox-switch input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.checkbox-switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 25px;
    background: #deebea;
    display: block;
    border-radius: 25px;
    position: relative;
    top: -15px;
    left: 25px;
}

    .checkbox-switch label:after {
        content: '';
        position: absolute;
        top: 1.2px;
        left: 5px;
        width: 22.5px;
        height: 22.5px;
        background: #fff;
        border-radius: 22.5px;
        transition: 0.3s;
    }

@-moz-document url-prefix() {
    .checkbox-switch label:after {
        top: 1.0px !important;
    }
}
.checkbox-switch input:checked + label {
    background: #5cb85c;
}

    .checkbox-switch input:checked + label:after {
        left: calc(100% - 5px);
        transform: translateX(-100%);
    }

.checkbox-switch label:active:after {
    width: 32.5px;
}

.checkbox-colapse ul {
    list-style-type: none;
}

.checkbox-colapse label {
    border-radius: 5px;
    padding: 3px;
    padding-left: 25px;
    color: #53A3CD;
}

.checkbox-colapse li {
    margin: 10px 10px 10px 0;
    padding: 5px;
    border: 1px solid #ABC;
    border-radius: 5px;
}

ul .li-area {
    margin: 10px;
}

.checkbox-colapse input[type=checkbox] {
    display: none;
}

    .checkbox-colapse input[type=checkbox] ~ ul {
        max-height: 0;
        max-width: 0;
        opacity: 0;
        overflow: hidden;
        white-space: nowrap;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    .checkbox-colapse input[type=checkbox]:checked ~ ul {
        max-height: 100%;
        max-width: 100%;
        opacity: 1;
    }

    .checkbox-colapse input[type=checkbox] + label:before {
        transform-origin: 25% 50%;
        border: 8px solid transparent;
        border-width: 8px 12px;
        border-left-color: #53A3CD;
        margin-left: -20px;
        width: 0;
        height: 0;
        display: inline-block;
        text-align: center;
        content: '';
        color: red;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        position: absolute;
        margin-top: 1px;
    }

    .checkbox-colapse input[type=checkbox]:checked + label:before {
        transform: rotate(90deg);
    }

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/*Checkboxes rotat*/
.checkbox-rotat input[type="checkbox"] {
    display: none;
}

.label-check {
    display: block;
    position: relative;
    margin-left: 130px;
    margin-bottom: 20px;
    font: 14px/20px 'Open Sans', Arial, sans-serif;
    color: #53A3CD;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.panel-login .label-check {
     margin-left: 30px;
     color: #444
}

.checkbox-colapse .label-check {
    margin-left: 0;
}

.checkbox-rotat input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}

.checkbox-rotat input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #6cc0e5;
    position: absolute;
    left: -30px;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.checkbox-rotat input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: 0px;
    left: -26px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color:transparent
}

.img-box-center {
    position: absolute;
    left: 45%;
    top: 7px;
}

.noscroll {
    overflow: hidden;
}

.dialog {
    z-index: 999999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-height: calc(100%);
    height: auto !important;
    background: #efeae1;
}

    .dialog[ng-cloak] {
        display: none;
    }

    .dialog .content {
        position: absolute;
        width: 100%;
        top: 50%;
        text-align: center;
        transform: translateY(-50%);
    }

.fa-cog {
    font-size: 3em;
}

.left-inner-addon {
    position: relative;
}

    .left-inner-addon input {
        padding-left: 34px;
    }

    .left-inner-addon i {
        position: absolute;
        padding: 12px 12px;
        pointer-events: none;
    }

   .dv-access .left-inner-addon i {
        padding: 9px 12px;
    }

   .dv-access .left-inner-addon input {
        padding-left: 44px;
    }

#login-form .loginbox-v4__secondary-text{
     margin: 0 !important;
}

#login-form .checkbox-rotat input[type="checkbox"] + label:before{
    background:#fff
}

.panel-login a{
    color:#f14040
}

.alert{
    border-radius:0px !important
}

.dv-access span.fgtpassw{
    font-size:14px
}

 .checkbox-switch .chk-container{
     margin-top:-10px;
}

 .chk-container ~ span{
     margin-top:40px !important;
     padding-left:40px;
     text-align:right
 }

 .word-input-item  > input{
     display: none !important
 }

 #gestaoUsuarioForm .checkbox-switch label{
     top:0;
     left:4px
 }

#gestaoUsuarioForm td label{font-size:14px}
.disabled {cursor: not-allowed;}
#profile-form input{margin-top:10px}
#profile-form label, #profile-form  #requirements{font-weight:normal;font-size:16px}
#profile-form i, #profile-form span{color:#666;margin-top:-4.5px}
#profile-form span{margin-top:0}
