#firstTimeLoginPage input.ng-pristine + ul#strength
{
    display: none;
}
body{
    margin: 0;
    padding: 0;
}
#firstTimeLoginPage ul#strength
{
    display: inline;
    list-style: none;
    margin: 0;
    margin-left: 15px;
    padding: 0;
    vertical-align: 2px;
}
#firstTimeLoginPage .point:last
{
    margin: 0 !important;
}
#firstTimeLoginPage .point
{
    background: #DDD;
    border-radius: 2px;
    display: inline-block;
    height: 5px;
    margin-right: 1px;
    width: 20px;
}

#firstTimeLoginHeader{
    background: #fff;
    border-bottom: 2px #000C3A solid !important;
    box-shadow: 0px 4px 8px 0px rgba(0, 12, 58, .4);
    padding: 25px 0 0 0;
    margin: 0 0px 30px 0;
}

#full-footer {
    position: fixed;
    bottom: 5px;
    background: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 12, 58, .4);
    padding: 25px 0;
    margin: 30px 0px 0px 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.firstTime .section-title-container {
    border-top: 0;
    margin-bottom: 0;
    padding-top: 0;
}

#firstTimeLoginPage .clickable
{
    cursor: pointer !important;
}
#firstTimeLoginPage tr.clickable:hover{background-color:rgba(98, 128, 120, 0.30)}

#firstTimeLoginPage .table-striped > tbody > tr:hover > td{background-color:#F7F7F7;}

#firstTimeLoginPage .navbar-brand img
{
    max-height: 50px;
}

#firstTimeLoginPage .font-bold
{
    font-weight: bold;
}

#firstTimeLoginPage .settings
{
    top:60px;
}

#firstTimeLoginPage .progress-success .bar, .progress .bar-success {
    background-color: #5eb95e;
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
}

#firstTimeLoginPage .progress .bar {
    background-color: #0e90d2;
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    box-sizing: border-box;
    color: #ffffff;
    float: left;
    font-size: 12px;
    height: 100%;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: width 0.6s ease 0s;
    width: 0;
}
#firstTimeLoginPage .form-group > div > label, #firstTimeLoginPage.form-group>label{font-weight:bold}
#firstTimeLoginPage .checkbox{padding-left:20px}
#firstTimeLoginPage .checkbox label {  width:100%;}

#firstTimeLoginPage .form-control[disabled], #firstTimeLoginPage.form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: rgba(238, 241, 243, 0.31);
    opacity: 1;
}
#firstTimeLoginPage tr.selected,tr.clickable.selected {
    background-color:rgba(98, 128, 120, 0.60);
}
#firstTimeLoginPage .tab-inner-body{
    border-left: 1px #DEE5E7 solid;
    border-bottom: 1px #DEE5E7 solid;
    border-right: 1px #DEE5E7 solid;
}
#firstTimeLoginPage tr.missing{ background-color: rgba(240, 80, 80,0.6);}
/*-------------------------------------------------------------------*/

 

.main{
    background-color: transparent;
    background-image: url(../img/background-opacity-04.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#firstTimeLoginPage label{
    color: #242424!important;
    font-size: 100%;
    text-align: left;
    white-space: break-spaces!important;
}
#firstTimeLoginPage .address label{
    white-space: nowrap!important;
}

#infoEntityTypeIdDiv select, #uId input{
    margin-top:10px;
}

.firstTime .pos-radio{
    text-align: left!important;
}

#firstTimeLoginPage .has-error, #firstTimeLoginPage .errorField a {
    border-color: #d83838!important;
}
#firstTimeLoginPage .has-error .form-control{
    border-color: #d83838!important;
}
#firstTimeLoginPage .has-error .form-control:hover, #firstTimeLoginPage .has-error .form-control:focus, #firstTimeLoginPage .has-error:focus, .has-error:hover{
    border-color: #d83838!important;
}
.toLowerCase, #entity.contactInfoEmail{
    text-transform: lowercase!important;
}
@media (min-width: 768px){
    #firstTimeLoginPage .col-md-4 {
        width: 33.33333333%;
        float: left;
    }
    #firstTimeLoginPage label{
        text-align: right;
    }
    #firstTimeLoginPage .po-opt{
        margin-left: 33.33333333%!important;
    }
}
@media (max-width: 993px){
    #full-footer {
        position: relative;
        width: 100%; 
        overflow: hidden;
        float: left;
    }
}
@media (max-height: 953px){
    #full-footer {
        position: relative;
    }
}