.modal .modal-body table tr td{
    padding: 5px;
}

.modal .modal-body table tr:not(:first-child):hover{
    background-color: #ffeecf;
    color: black;
    cursor: pointer;
}

.modal .modal-body table tr{    
    font-weight: bold;
}

.control_buttons .btn{
    padding: 0px 8px 0px 8px;
}

.thead-light{
    background-color: #e8f6ff;
}

.thead-light tr th{
    padding: 20px 0px 20px 0px;
}

.center{
    text-align: center;
}

.pointer{
    cursor: pointer;
}

#distro_container{
    overflow: scroll;
    height: 70vh;
}

@media (max-width: 768px){
    .modal-dialog {
        width: 100%;
    }
}

@media (min-width: 1024px){
    .modal-dialog {
        width: 80%;
        margin: 30px auto;
    }
}

.success{
    background-color:#d8f5d7;
    color: black;
}

.danger{
    background-color:#ffc5c5;
    color:black;
}

.warning{
    background-color: #feffc5;
    color:black;
}

.sorter-false{
    background-image: none !important;
}

.btn{
    border-radius: 0px;
}

.form-control{
    border-radius: 0px;
    font-weight: bold;
}

.datum_span{
    float:left;
    font-weight:bold;
    width:100%;
    background-color:#585858;
    padding: 6px;
    color:white;
}

.navbar-default{
    background-color: #3097d1;
    color: white;
    border: none;
    box-shadow: 0px 0px 8px #a0a0a0;
}

.fc-day-header{
    color: black;
    text-transform: uppercase;
    font-weight: bold;
}

.fc-day{
    background-color: #e8f6ff;
}

.fc-day-number{
    text-align: center !important;
    background-color: #3097d1 !important;
    color: white;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    line-height: 12px;
}

.fc-day-number:hover{
    background-color: #1d6d9a !important;
}

.fc-event{
    border-radius: 0px !important;
    border: none !important;
}

.prodtorlesmodal .inner{
    max-height: 200px;
}

#calendar_table table tbody tr{
    cursor: pointer;
}

#calendar_table table tbody tr:hover{
    background-color: #e8f6ff;
}

.thead-primary{
    background-color: #3097d1;
    color: white;
}

.btn_mod_price{
    background-color: #3097d1;
    border: none;
    color: white;
    padding: 3px;
}

.pagination > .active > span{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #3097d1;
    border-color: #3097D1;
    font-weight: bold;
}

.pagination > li > a{
    font-weight: bold;
}

.table-fot td{
    padding: 2px 5px 2px 5px;
}

@media (max-width: 767px){
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        font-weight: bold;
    }
}

.navbar-default .navbar-toggle{
    border-color: #fff;
}

.navbar-toggle{
    background-color: white;
}
.pd-0{
    padding: 0px;
}

.clickable_row{
    cursor:pointer;
}

#tag_picker .warning{
    background-color: yellow;
    color: black;
}

#tag_picker .success{
    background-color: green;
    color: white;
}

#tag_picker .danger{
    background-color: red;
    color: white;
}

.bootstrap-select > .dropdown-toggle{
    font-weight: bold;
    height: 36px;
}

.tablesorter-blue td{
    padding: 0px !important;
    font-weight: bold;
}

.button_container{
    padding: 20px;
    background-color: #dff4ff;
    border-radius: 30px;
    margin-bottom: 20px;
}

.close_dtpicker{
    width: 10px;
    margin: 0;
    padding: 0;
    color: #3b7695;
    float: right;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}

.fc-event-container{
    cursor: pointer;
}

.popupber{
    position: absolute;
    right: 0;
    top: 0;
    background-color: #3097d1;
    color: white;
    font-weight: bold;
    padding: 5px;
    border-radius: 0px 0px 0px 10px;
}

#tagfelker_btn{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 68px;
}

.fc-today-button{
    display: none;
}

#tocsv{
    position: fixed;
    bottom: 0;
    z-index: 10000;
    left: 0;
    width: 100%;
}