/* here you can put your own css to customize and override the theme */
.prolet-hide{
    display: none;
}

.logo h2{
        color: #4db3a5;
}
.logo h2 span{
        color: #b73333;
}

.table-striped hr{
    margin: 0;
}
input.form-control[type=checkbox]{
    height: 20px;
}
input.edit-input{
    width: 70px;
    height: 18px;
}
input.edit-input[type=checkbox]{
    width: auto;
    height: auto;
    margin-left: 2px;
}

input.edit-input-error{
    border: red solid 2px!important;
}

.bg-light-blue{
    background-color: #bcdff7!important;
}

.bg-light-blue.odd{
    background-color: #a6d7f9!important;
}

.text-italic{
    font-style: italic;
}

.margin-top-5{
    margin-top: 5px !important;
}

.margin-top-25 {
    margin-top: 25px !important; }

.fixedHeader-floating{
    top: 50px!important;
}

.fixedHeader-floating  tr:nth-of-type(2){
    display: none!important;
}
.modal-xl{
    width: 90%;
}

.select2-container{
    z-index: 20000;
}
.select2-results__options{
    max-height: 400px!important;
}

.position-relative{
    position: relative;
}

.tr-cornet{
    position: absolute;
    right: 0;
    top: 0;
}

.table-responsive-real {
    overflow-x: auto;
}

#form_stock .select2-container{
    z-index: auto!important;
}


.transition-scale {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}
.img-transition {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}

ul.pl{
    padding-left: 0;
}

ul.pl li{
    list-style: none;
    border-bottom: 1px solid #eee;
}
ul.pl li[data-carrier="Raktár"]{
    color: red;
}

ul.pl li:first-child{
    font-weight: bold;
}

ul.pl li:last-child{
    border-bottom: none
}

.multiselect__content-wrapper{

}

.margin-left-0{
    margin-left: 0;
}

.margin-right-0{
    margin-right: 0;
}

.form-control-readonly{
    background-color: #eef1f5;
}

.selectedrow{
    background-color: #b4d4e6!important;
}

.bg-light-gray{
    background-color: #e1ecef!important;
}

.margin-x-10{
    margin-left: 10px!important;
    margin-right: 10px!important;
}