﻿.form-group {
    padding-bottom: 45px;
}

.row {
    padding-bottom: 5px;
}

.bt-label {
    text-align: unset;
    margin-top: 10px;
    color: #757373;
    font-size: 15px;
}

.bt-label-validation {
    text-align: unset;
    margin-top: 10px;
    font-weight: normal;
    color: #ff0000;
}


.bt-checkboxtext {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
    line-height: 16px;
    font-size: 14px;
}

.bt-check {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: 1px;
    *overflow: hidden;
}

.close {
    margin-top: -26px !important;
    font-size: 41px;
}

.bt-header {
    padding-top: 5px;
    padding-right: 20px;
    font-size: 25px;
    font-weight: 900;
}

.bt-panel-left {
    padding: 10px;
}

    .bt-panel-left .infos .header {
        font-weight: bold;
        padding-bottom: 5px;
    }

    .bt-panel-left .infos .item {
        font-weight: normal;
        padding-bottom: 5px;
    }

.bt-panel-content {
}

    .bt-panel-content .header {
        padding-bottom: 20px !important;
        padding-top: 10px !important;
        font-size: 17px !important;
    }

.bt-badge-danger {
    background: #e0222f;
    color: #fff;
    padding: 10px 20px;
    border-radius: 24px;
    font-weight: 900;
}

.bt-badge-default {
    background: #736e6e;
    color: #fff;
    padding: 10px 20px;
    border-radius: 24px;
    font-weight: 900;
}

.bt-panel-section {
    background-color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 10px;
}

.bt-panel-section-header {
    display: block;
    background-color: #75919e;
    padding: 5px;
    margin: -3px;
    color: #fff;
    margin-top: -8px;
    font-weight: bold;
}

.bt-btn {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    border-radius: 5px;
    border: 2px solid transparent;
    outline: none;
    text-align: center;
    width: 100%;
}

.bt-btn-outline {
    border: 2px solid #ccc;
    color: #ccc;
    background-color: #716d6d;
}

.content-header{
    display:block;
    color:#e0222f;
    font-weight:bold;
    padding-top:20px;
    padding-bottom:8px;
}

.content-header-black {
    display: block;
    color: #000;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 8px;
    text-align: center;
}


label {
    font-size: 14px;
    margin-bottom: 2px;
}

.label {
    text-align: unset;
    margin-bottom: 2px;
}

.c-dropdown-primary .selectric .label {
    font-size: 13px;
    /*bt line-height: 50px;*/
    line-height: 37px;
    margin-left: unset;
}

.c-dropdown-primary .selectric-items li {
    padding: 2px 0px 2px 5px;
    font-size: 12px;
}

.form-bt-padding {
    margin-left: 5px;
    margin-right: 5px;
}

.form-bt-label {
    line-height: 60px;
}

/*.selectric-below{
         z-index:-1;
     }

     .selectric-scroll{
         z-index:99;
     }

     .selectric-hide-select{
          z-index:-1;
     }*/

@media (max-width: 767px) {
    label {
        line-height: unset;
    }

    .form-bt-label {
        line-height: unset;
    }
}


.table tr {
    height: 32px;
}

.c-panel {
    margin-bottom: unset;
}

.c-panel {
    margin-bottom: unset;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    cursor: pointer;
    .ui-menu-item > a.ui-corner-all

{
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    &.ui-state-hover, &.ui-state-active

{
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

}
}

.ui-autocomplete li a {
    color: #337ab7;
    line-height: 25px;
    margin-left: 10px;
    text-decoration: none;
}
