
body {
    font-size: 12px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin: 0px;
    margin-top: 5px;
}

h3, .h3 {
    font-size: 20px;
}


a {
    cursor: pointer;

}

.btn-group.bootstrap-select.show-menu-arrow {
    width: 100%;
}

.label_tip {
    position: relative;
    display: block;
    width: 100%;
    color: #696969;
    margin: 5px;
    margin-left: 10px;
}

.first-order-span {
    font-weight: bold;
}

.bootstrap-select.btn-group, .bootstrap-select.btn-group[class*='span'] {
    display: block;
    height: 30px;
    font-size: 10px;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    /*display: inline-block;*/
    /*float: none;*/
    /*vertical-align: top;*/
}

.oneline .form-group label {
    display: inline-block;
    width: 48%;
    text-align: right;
    padding-right: 30px;
}

.oneline .form-control {
    display: inline-block;
    width: 48%;
}

.btn-full {
    width: 100%;
}


.alert-danger {
    background: red;
    color: #fff;


}

.hidden {
    opacity: 0;
}

.admin-menu-header {
    margin-bottom: 8px
}

.admin-menu-header-border-el {
    width: 45%;
    border-bottom: 1px solid rgba(0,0,0,0.41);
    margin-bottom: 2rem
}

