
html, body{
    margin:0;
    padding:0;
}
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
h1, h2, h3 {
    color: #0000ff;
    margin: 0px 0px .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.h1,h1{
    font-size: 2.5rem;
}
.h2,h2{
    font-size: 2rem;
}
.h3, h3 {
    font-size: 1.75rem;
}
table{
    border-spacing: 0;
}
table h1, table h2, table h3 {
    margin: 0;
}
th{
    border: 1px solid #dee2e6;
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    color: #0000ff;
    background: #edeff1 !important;
    padding: .3rem;
}
td{
    padding: .3rem;
    border: 1px solid #dee2e6;
}
hr{
    width:100%;
    clear:both;
}
.clear{
    clear:both;
}
.inline{
    display:inline-block;
}
.hidden, .fa-solid.hidden{
    display:none;
}
.red{
    color:red;
}
.yellow{
    color:yellow;
}
.green{
    color:green;
}
.gray{
    color: #495057;
}
.navbar {
    position: relative;
    background-color: #f8f9fa !important;
}
.navbar .container{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}
.center_content{
    text-align: center;
}
.form_row{
    width:100%;
}
.form_row>div{
    display:inline-block;
    vertical-align: top;
}
.form_row>div input,.form_row>div select, .form_row>div textarea{
    width:100%;
    box-sizing: border-box;
}
.form_row>div.quaterwidth{
    width:25%;
}
.form_row>div.halfwidth{
    width:50%;
}
.form_row>div.fullwidth{
    width:100%;
}
#roles_select{
    position:relative;
    cursor:pointer;
}
#roles_select ul{
    cursor:auto;
    background-color: #f8f9fa;
    display:none;
    position:absolute;
    top:100%;
    right:0;
    white-space: nowrap;
    margin:0;
    padding:0;
    list-style-type: none;
    z-index: 999;
}
#roles_select ul li{
    padding:10px 10px 5px 30px;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.fullwidth_table{
    width:100%;
}

.button{
    text-decoration: none;
        display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s 
    ease-in-out, background-color .15s 
    ease-in-out, border-color .15s 
    ease-in-out, box-shadow .15s 
    ease-in-out;

    color: #FFFFFF;
    background-color: #007bff;
    border-color: #007bff;
}
.button a, a .button, a.button,
.odmeny_column.first_column a{
    text-decoration: none;
}
.button:hover{
    background-color: #FFFFFF;
    color: #007bff;
}
.button.disabled{
    color:#BBBBBB;
    background-color: #888888;
    border-color: #888888;
    cursor:not-allowed;
}
.big_button{
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    background-color: #FFFFFF;
    color: #007bff;
}
.big_button:hover{
    background-color: #007bff;
    color: #FFFFFF;
}
.odmeny_column.first_column .button:not(.currently_selected){
    background-color: #FFFFFF;
    color: #007bff;
}
.odmeny_column.first_column .button:not(.currently_selected):hover{
    background-color: #007bff;
    color: #FFFFFF;
}
.square_button{
    width:38px;
    text-align: center;
}
.float_right{
    float:right;
}
.div_column{
    display:inline-block;
    vertical-align: top;
}
.div_row{
    height: calc(1.5em + .75rem + 2px);
    white-space: nowrap;
}
.div_row input{
    vertical-align: bottom;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}
.borderless,.borderless tr, .borderless td, .borderless th{
    border: none;
}
.new_role_row td{
    padding-top: 20px;
}
.new_role_row h3{
    margin-right:20px;
}
.folder_menu{
    list-style-type: none;
    margin:0;
    padding:0;
    width:100%;
    border-bottom: 1px solid #dee2e6;
}
.folder_menu li{
    display:inline-block;
    margin-bottom: -1px;
    padding: .5rem 1rem;
    border: 1px solid transparent;
    background-color: transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.folder_menu li.current_page{
    background-color:#FFF;
    border-color: #dee2e6 #dee2e6 #fff;
}
.folder_menu a{
    text-decoration: none;
    color: #0000ff;
}
.odmeny_column{
    display:inline-block;
    vertical-align: top;
}
.odmeny_column.first_column{
    width:250px;
}
.odmeny_column.first_column .button{
    box-sizing: border-box;
    width:100%;
    display:block;
    text-align: left;
    margin-bottom:10px;
}
td button[name="save"]{
    font-size: 1rem;
    margin:0;
    padding:0;
    border:none;
    cursor:pointer;
    background: none;
}
td button[name="save"]::before{
    font: var(--fa-font-regular);
    content:'\f0c7';
}

.align_right{
    text-align:right;
}

.form-check-input[type=radio]{
    display:none;
}
.multiselect-container .multiselect-filter>input.multiselect-search{
    padding-left:3rem;
    margin-left: -17px;
}
.dropdown-menu.show {
    max-height: 400px;
    overflow-y: scroll;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}