/* Add here all your CSS customizations */
#mainNav a .logout,
#mainNav a:hover .logout,
#mainNav a form,
#mainNav a:hover form,

#error-nav a .logout,
#error-nav a:hover .logout,
#error-nav a form,
#error-nav a:hover form
{
    color: inherit;
    text-transform:inherit;
    text-decoration:inherit;
    font: inherit;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
}

label.control-label:not(:empty):after {
    content: ":";
}

div.required label.control-label:after {
    content: ": *";
}

#header .header-nav-main.header-nav-main-square{
    margin-bottom: 0;
}

#header .header-nav-main{
    margin: 0;
}

#header .header-body{
    padding: 0;
}

.mb-0{
    margin-bottom: 0 !important;
}

.page-header{
    background-color: #EAEFF3;
    border: none;
}

.ui-dialog .form-group{
    margin-right:0;
    margin-left: 0;
}
.page-header .breadcrumb > li + li:before,
.breadcrumb > li + li:before{
    content: "";
}
.page-header .breadcrumb > i{
    color: inherit;
    opacity: 0.5;
    padding: 0 7px 0 5px;
}
.checkbox > label{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown-menu ul {
    padding: 0 0 0 20px;
}
.dropdown-menu ul > li {
    padding: 0;
}

.dropdown-menu ul > li.checkbox > label{
    width: 100%;
    padding-left: 30px;
}
.dropdown-menu ul > li.checkbox > label:hover{
    background-color: #E7E7E7;
}

.empty-hidden:empty{
    display: none;
}

.panel-footer.panel-footer-buttons{
    padding: 0 15px;
}

.panel-footer.panel-footer-buttons .btn{
    margin-top: 10px;
    margin-bottom: 10px;
}

.has-feedback.has-feedback-search input[type="text"][value=""] + .form-control-feedback{
    display: none;
}
.has-feedback.has-feedback-search .form-control-feedback{
    pointer-events: auto;
}

.btn-file-upload {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.btn-file-upload input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.left-menu-main.active{
    text-decoration: underline;
}

.has-error .help-block:not(.help-block-error){
    color: #737373;
}

.border-radius{
    border-radius: 50%;
}

html .heading-success,
html .lnk-success,
html .text-color-success {
    color: #3c765b !important;
}

html .heading.heading-success h1,
html .heading.heading-success h2,
html .heading.heading-success h3,
html .heading.heading-success h4,
html .heading.heading-success h5,
html .heading.heading-success h6 {
    border-color: #3c765b;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.error-summary p, .error-summary ul li{
    color: #a94442;
}