.header-h {
    float: left;
    padding: 12px 15px;
    color: #fff;
    font-size: 1.8rem;
}

.datagrid-grid {
    padding: 0px;
}

.content, .box-body {
    padding-top: 0px;
}

.modal .modal-body {
    max-height: 720px;
    overflow-y: auto;
    padding-bottom: 0px;
}

.table-bordered > thead > tr:nth-child(2) > th {
    border-bottom: 1px solid #111;
}

.table-bordered > tbody > tr:last-child > td {
    border-bottom: 1px solid #111;
}

.table-bordered > thead > tr > th > a {
    color: #333 !important;
}

.row-grid-bottom {
    padding: 5px;
}

.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
    display: none;
}

.icon-edit {
    background-image: url("../images/upravit.png");
    background-color: transparent;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

.icon-remove {
    background-image: url("../images/odstranit.png");
    background-color: transparent;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

.clickable {
    cursor: pointer;
}

.scheduler_default_rowheader_inner {
    text-align: left;
    padding-top: 12px !important;
    padding-left: 5px !important;

}

.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
    display: none;
}

.skin-red .main-header .logo {
    background-color: #222d32;;
}

.skin-red .main-header .logo:hover {
    background-color: #10181d;;
}

.box, .login-box-body {
    border-top: 3px solid #dd4b39;
}

.btn-primary, .btn-success, .alert-success {
    background-color: #009D50 !important;
    border-color: #009D50;
}

.btn-primary:hover, .btn-success:hover {
    background-color: #007a3d;
}

.img-login-stampi {
    height: 30px;
    float: right;
    margin-top: 20px;
    height: 25px;
    padding-right: 5px;
}

.scheduler_default_matrix_horizontal_line {
    background-color: rgb(190, 190, 190) !important;
}

.scheduler_default_timeheadercol_inner{
    font-weight: bold;
    padding-top: 2px;
}

.scheduler_default_timeheader_float {
    min-height: 18px;
    font-size: 18px;
}

.bootstrap-select > .dropdown-toggle.btn-default {
    background-color: transparent !important;
    border-radius: 0px !important;
}

.datagrid table thead tr th {
    font-size: 105%;
}

.icon-cal-delete {
    background: url("../images/odstranit.png") no-repeat 6% 50%;
}

.icon-cal-edit {
    background: url("../images/upravit.png") no-repeat 9% 50%;
}

.detail-icon {
    background-image: url("../images/detail.png");
    background-color: transparent;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

.btn-reddit {
    border-color: rgba(0, 0, 0, 0.39);
}

.box-header {
    padding: 5px;
}

#toast-container > div {
    opacity: 1 !important;
    width: 350px !important;
}

.legenda-img {
    width: 30px;
    height: 15px;
    display: inline-block;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: -3px;
    margin-left: 10px;
}

.table-color {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.icon-arrow-cal {
    font-size: 130%;
    padding-top: 7px;
}

th.th-width-max-200 {
    max-width: 200px;
}

.button-folder {
    background-color: #f9c400cc !important;
    border-color: #c8a52899 !important;
}

.col-action {
    text-align: center !important;
}

.pagination {
    margin: 0;
    vertical-align: bottom;
}

.scheduler_default_matrix_vertical_line {
    background-color: rgb(165, 165, 165) !important;
}

.scroll-fixed, .navbar-fixed {
    z-index: 100 !important;
    position: fixed !important;
}

.scroll-fixed {
    top: 0 !important;
    min-height: 10px;
    background-color: #fff;
}

.navbar-fixed {
    top: 16px !important;
    border-bottom: 1px #000 solid;
}

.font-weight-normal {
    font-weight: normal;
}

#dp .scheduler_default_scrollable{
    position: relative;
}

.my-scroll-dp{
    position: fixed;
    left: 0;
    top: 0;
    overflow-x: scroll;
    z-index: 99999;
}

.my-scroll-dp.scroll-fixed{
    top: 0px !important;
}