﻿.tmt_container {
    overflow: auto;
    font-size: 12px;
}

.tmt_nav {
    padding: 5px;
}

.tmt_header {
    width: 777px;
}

.tmt_body {
    float: left;
    overflow: auto;
    height: 600px;
    width: 777px;
    position: relative;
}

.tmt_restrictions {
    float: left;
    margin: 10px;
    padding: 5px 10px;
    width: 200px;
    background: #ececec;
    min-height: 200px;
}

.tmt_col {
    border: solid 1px #ccc;
    width: 100px;
    float: left;
    position: relative;
}

.tmt_end_col {
    background: #f9f9f9;
}

.tmt_time_col {
    width: 60px;
}

.tmt_end_col > .tmp_col_slot_container {
    background: #f7f7f7;
}

.tmt_time_empty {
}

.tmt_time {
    border-top: solid 1px #ccc;
    height: 50px;
    text-align: right;
    padding: 5px;
    background: #eee;
}

.tmt_col_header {
    background: #eee;
    height: 38px;
    text-align: center;
    padding: 2px 0;
}

.tmt_col_slot {
    height: 25px;
}

.tmp_col_slot_container {
    position: relative;
}

.tmt_col_main_slot {
    border-top: solid 1px #ccc;
}

.tmt_col_partial_slot {
    border-top: solid 1px #ccc;
}

.tmt_col_slot:hover {
    background: #8da0b2;
}

.tmt_sch {
    position: absolute;
    background: #333;
    color: #fff;
    top: 0;
    left: 0;
    width: 96px;
    margin: 0px 2px;
    padding: 0;
    height: 0;
    overflow: hidden;
    font-size: 10px;
    z-index: 100;
    text-align: center;
}

.tmt_sch_editmode {
    background: #0088cc;
}

.tmt_sch_remove,
.tmt_sch_edit,
.tmt_exit_type,
.tmt_exit_req_auth {
    position: absolute;
    top: 2px;
    width: 8px;
    height: 8px;
    border: solid 1px #fff;
}

.tmt_sch_remove {
    right: 2px;
    background: #fff url(../_img/icon.close.png) center center no-repeat;
}

.tmt_sch_edit {
    left: 2px;
    background: #fff url(../_img/icon.edit.png) center center no-repeat;
}

.tmt_exit_type {
    width: 16px;
    top: auto;
    bottom: 2px;
    right: 2px;
    background: #fff;
}

.tmt_exit_req_auth {
    top: auto;
    bottom: 2px;
    left: 2px;
    background: #fff;
    color: #4b4b4b;
    margin: 0;
    padding: 0;
    line-height: 7px;
    font-weight: bold;
}

.tmt_exit_notallowed {
    background: #fff url(../_img/icon.exit.notallowed.png) center center no-repeat;
}

.tmt_exit_after {
    background: #fff url(../_img/icon.exit.after.png) center center no-repeat;
}

.tmt_exit_before {
    background: #fff url(../_img/icon.exit.before.png) center center no-repeat;
}

.tmt_exit_between {
    background: #fff url(../_img/icon.exit.between.png) center center no-repeat;
}

.tmt_sch_name {
    padding: 0 8px;
}

.tmt_sch_period {
    font-size: 8px;
}

.authorizationiteminfo {
    border: solid 1px #ccc;
    margin: 0 0 5px;
    padding: 10px 5px 10px 0;
}

.tmt_autorizations_slot_id_authorized {
    float: left;
    margin: 10px;
}

.tmp_legend_item {
    background-position: left center;
    padding: 0 0 0 20px;
    position: relative;
    margin: 0;
}

.tmt_exit_req_auth_legend {
    background-position: left center;
    padding: 0;
    position: relative;
    margin: 0;
}

.tmt_exit_req_auth_legend::before {
    content: "?";
    padding: 0 6px 0 4px;
}