.validationError{
    color: red;
}
.ng-invalid.ng-dirty:not(:focus), .ng-invalid.ng-touched:not(:focus) {
   border-color:#b4270f;
}
.strong   { color: #060; border-color: #0F0;}
.medium   { color: #C60; border-color: #FC0;}
.weak     { color: #900; border-color: #F00;}
.strength { padding: 1px 10px; border: 2px solid; color: #FFF;}
.repeat,.reset
{
    font-size: 16px;
}
.nav-left
{
    position: fixed;
}
.curorc-add
{
    margin-bottom:0px!important;
}
label.required {
    padding-right: 10px;
}
#Curorc_userbundle_customerbusiness_customerUsers_0_gender {
    margin-bottom: 10px;
}
body.sidebar-default #wrapper .static-sidebar #sidebar ul, body.sidebar-default #wrapper .static-sidebar #sidebar ul li a {
    font-size: 14px !important;
}
body.sidebar-inverse #wrapper .static-sidebar #sidebar ul, body.sidebar-inverse #wrapper .static-sidebar #sidebar ul li a {
    font-size: 14px;
}
body.sidebar-midnightblue #wrapper .static-sidebar #sidebar ul, body.sidebar-midnightblue #wrapper .static-sidebar #sidebar ul li a {
    font-size: 14px;
}
body.sidebar-primary #wrapper .static-sidebar #sidebar ul, body.sidebar-primary #wrapper .static-sidebar #sidebar ul li a {
    font-size: 14px;
}
body.sidebar-indigo #wrapper .static-sidebar #sidebar ul, body.sidebar-indigo #wrapper .static-sidebar #sidebar ul li a {
    font-size: 14px;
}

body.sidebar-success #wrapper .static-sidebar #sidebar ul, body.sidebar-success #wrapper .static-sidebar #sidebar ul li a {
    font-size: 14px;
}

body.sidebar-green #wrapper .static-sidebar #sidebar ul, body.sidebar-green #wrapper .static-sidebar #sidebar ul li a {
    font-size: 14px;
}
body.sidebar-grape #wrapper .static-sidebar #sidebar ul, body.sidebar-grape #wrapper .static-sidebar #sidebar ul li a {
    font-size: 14px;
}
body.sidebar-orange #wrapper .static-sidebar #sidebar ul, body.sidebar-orange #wrapper .static-sidebar #sidebar ul li a {
    font-size: 14px;
}
body.sidebar-danger #wrapper .static-sidebar #sidebar ul, body.sidebar-danger #wrapper .static-sidebar #sidebar ul li a {
    font-size: 14px;
}

.panel .panel-heading h2, .panel .panel-heading .panel-title {
    font-size: 20px;
}
.navbar-brand
{
    background-size: 100% 100%;
}

table.dataTable.no-footer {
    width: 100%!important;
}
.promoValue {
    padding-left: 9px!important;
    padding-right: 11px!important;
}

.fnone {
    height: 30px;
    width: 30px;
}      
.btn .caret {   
    float: right !important;
}

form .ng-dirty.ng-valid {
        color: #707980 !important;
        border-color: #e0e0e0;
    }
    form .ng-dirty.ng-invalid{
        color: #707980;
    }
    .ng-invalid.ng-dirty:focus, .ng-invalid.ng-touched:focus{
        border-color: #e0e0e0;
    }
