#jb_template .form-control {
    height: initial;
}

#jb_template .multiple-select .form-control > select{
    border: none;
    width: 100%;
}

#jb_template .btn-warning, #jb_template .btn-warning:hover{
    color: white;
}

#jb_template .close-button{
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: white;
    padding: 0px;
    line-height: 17px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
}

#jb_template ul.list-group{
    margin: 0px;
}

/* Small Devices */
@media only screen and (max-width: 576px){
    #jb_template h3{
        font-size: 1.2rem;
    }

    #jb_template select .mt-sm-2{
        margin-top: 0.5rem !important;
    }

    #jb_template select{
        font-size: 0.75rem;
    }

    #jb_template .py-sm-3{
        margin-top: 0.5rem !important;
    }
}

@media only screen and (max-width: 960px){
    #jb_template .edit-button{
        bottom: 10px;
    }
}

/* Fix yesno button */
/*
#jb_template fieldset.btn-group-yesno{
    border: none !important;
    display: block !important;
    padding: 0px !important;
}


#jb_template .btn-group-yesno label,#jb_template .btn-group-yesno{
    display: inline-block !important;
}
*/

#jb_template .position-absolute-top-right {
    top: 4px;
    right: 4px;
    z-index: 999;
}
#jb_template .position-absolute-top-left{
    top: 4px;
    left: 4px;
    z-index: 999;
}
#jb_template .position-absolute-bottom-left{
    bottom: 4px;
    left: 4px;
    z-index: 999;

}
#jb_template .position-absolute-bottom-right{
    bottom: 4px;
    right: 4px;
    z-index: 999;

}

#jb_template .btn-dark {
    background: #343a40;
}

#jb_template .open > .dropdown-menu {
    display: block !important;
}

#jb_template .border-bottom {
    border-bottom: 1px solid #e3e3e3 !important;
}

#jb_template .media-duration{
    display: inline-table;
    border-radius: 5px;
    background: #00000096;
    color: #FFFFFF;
}
#jb_template .nav-tabs {
    /*border-bottom: none !important;*/
}

#jb_template .word-break{

    word-break: break-all !important;

}
#jb_template .nav-tabs .nav-link {
    display: block !important;
}
