* {
    margin: 0;
    padding: 0;
}

html, body, form {
    height: 100%;
}

a img {
    border: none;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
}

    a:focus, a:active {
        outline: none;
    }


.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: #fff !important;
    background: #0c829d !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #0d9ebf !important;
    box-shadow: #0d9ebf 0 1px 3px 0 inset !important;
    color: #fff;
    font-weight: 700;
}

.pager.admin {
    display: table;
    padding-top: 0;
    margin-bottom: 0;
    margin-left: -20px;
    background: white;
    padding: 0 10px 0 35px;
}

    .pager.admin a {
        padding: 5px 10px 5px;
        color: #0d9ebf;
        display: inline-block;
    }

/*admin*/

.k-widget.k-splitter .middle-tab {
    margin-top: 100px !important;
}

.k-widget.k-splitter .mezo {
    background: #182738;
}

.adminMarker {
    position: relative;
}

.placeHolderMarker.ui-sortable .adminMarker:after, .placeHolderMarker.ui-sortable .adminMarker:before {
    content: '';
    display: table;
    clear: both;
}

/* WEBMASTER BUG IMG FIX ADD BUTTON */

.area-action > a > img {
    width: auto;
}

/* WEBMASTER BUG IMG FIX ADD BUTTON */

.row.h100 .adminMarker {
  position: relative;
  height: 100%;
}


/*#region IMPORTANT DO NOT DELETE*/
.reserved {
    display: none !important;
}

/*#endregion IMPORTANT DO NOT DELETE*/