/* Add here all your css styles (customizations) */
/*styles for BS 2 and half width*/
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-2-5 {
    width: 20%;
    float: left;
}

.form-label {
    font-size: 14px;
    padding: 4px 7px;
    display: inline;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

@media (min-width: 768px) {
    .col-sm-2-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-2-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-2-5 {
        width: 20%;
        float: left;
    }
}

.breadcrumbs {
    padding: 0px;
}

.breadcrumb {
    padding: 8px 0px;
    margin-bottom: 0px;
    top: 0px;
}

.content {
    padding-top: 0px;
}

.footer a[target="_blank"]:after, .topbar a[target="_blank"]:after {
    content: "";
    margin-left: 0;
}

/*.header .logo span {
    z-index: 1;
    margin: 20px 0;
    position: relative;
}*/

.header .topbar ul.languages {
    min-width: 150px;
}

.headline {
    margin: 0px 0 10px 0;
}

.gutter-space {
    margin-top: 10px;
}

    .gutter-space .pull-right {
        margin-top: -9px;
    }

.gutter-bottom {
    margin-bottom: 10px;
}
/*.headline .gutter-height {
    line-height: 32px;
}*/

.loginbar li.topbar-highlight {
    font-weight: bold;
    font-size: 14px;
    padding: 2px 20px !important;
    display: inline;
    line-height: 1;
    color: #fff;
    border-radius: 10px !important;
    background-color: #72c02c;
}

@media (max-width:640px) {
    .hoverSelector {
    }

    .header .logo img {
        -moz-transform: scale(0.6);
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
}

@media (min-width: 768px) {
    .content {
        width: 750px;
        min-height: 150px;
    }
}

@media (min-width: 992px) {
    .content {
        width: 970px;
        min-height: 150px;
    }
}

@media (min-width: 1200px) {
    .content {
        width: 98%;
        min-height: 200px;
    }

    .container {
        width: 99%;
    }

    .footer-v1 .footer-socials {
        margin-right: 30px;
    }
}

.details-warning {
    color: red;
    font-weight: bold;
    text-align: center;
}

    .details-warning::before, .details-warning::after {
        content: ' *** ';
    }

    .details-warning:empty, .hide-if-empty:empty {
        display: none !important;
    }

a.menu-flagged::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: red;
    margin-right: 3px;
}

.footer-v1 .footer-socials span, .footer-v1 .footer-socials i.fa {
    color: #eee;
}

.header .mega-menu .equal-height-list h4 {
    font-size: 12px;
    font-weight: 400;
    padding: 0 10px 0 13px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0px;
}


.form-control {
    height: 36px;
}

span.form-control {
    border-color: transparent;
    padding: 0 12px;
    height: 20px;
}

.form-control-multi select {
    box-shadow: none;
    border-radius: 0;
}

.form-control-multi select {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control-radio label {
    margin-right: 15px;
    font-weight: 700;
    margin-top: 10px;
    padding:0 3px 0 3px;
}

.form-control-radio input[type=radio] {
    margin-right: 3px;
    margin-top: 1px;
}

.form-control-radio label, .form-control-radio input[type=radio] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.form-control-radio input[type=radio]:checked + label {
  color: #fff;
  background-color: #72c02c;
  text-align:center;
          border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
 
} 

label {
    color: #000;
}
.has-error label{
    color:#a94442;
}
.checkbox-inline{
    position: relative;
    display: inline-block !important;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400 !important;
    vertical-align: middle;
    cursor: pointer;
}

.breadcrumbs h1 {
    /*font-weight:700;*/
}

.form-control-req:after {
    color: red;
    content: ' *';
    display: inline;
    font-size: 12px;
}

.btn-u {
    padding: 4px 13px;
}


.row.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutter > [class*='col-'] {
        padding-right: 0;
        padding-left: 0;
    }
/*.dropdown-menu.pull-right > .dropdown-submenu > .dropdown-menu,.dropdown-submenu-right*/
/*.dropdown-menu.pull-right  .dropdown-menu,*/
.dropdown-menu.submenu-right .dropdown-menu
/*fix:position sumenu on the right*/ {
    left: -100% !important;
    margin-left: 1px !important;
}
/**for chosen dd*/
.modal-content .chosen-container {
    width: 100% !important;
}

/*modal dialog*/
@media (min-width: 768px) {
    .modal-dialog-md {
        width: inherit;
    }
}

@media (min-width: 1200px) {
    .modal-dialog-md {
        width: 75%;
    }
}

.item-missing {
    color: #d37e06;
    font-weight: bold;
}

    .item-missing:after {
        content: '*';
    }

/*fix-Reports panel overaps with the search panel when closing*/
#MainContent_upMainGrid {
    clear: both;
}


