
.ltr {
    direction: ltr;
    text-align: right;
}

body {
    padding-bottom: 240px;
}

.line {
    border-bottom: 1px #eee solid;
}
.handled-row {
    background-color: rgb(193, 253, 159);
    border-bottom: 1px rgb(112, 133, 104) solid;
}
.btn.green {
    background-color: rgb(184, 247, 147)
}
.school-config table.conf-table {
    width: auto;
    float: right;
    margin : 0 0 20px 20px;
}
.school-config caption {
    color: #171f52;
    font-size: 1.2em;
}

.tt-simple .panel-body {
    padding: 2px;
}
.panel-heading {
    padding: 6px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.p-element {
    position: fixed;
    top: 25%;
    right: 25%;
}
.p-element-div {
    background: #ffffff;
}


td.limited, .schedmode td.limited {
    background-color: #f7c112;
}
td.subject-limit {
    background-color: rgb(255, 217, 102);
}
td.teacher-limit {
    background-color: rgb(255, 217, 102);
}
td.class-limit {
    background-color: rgb(255, 217, 102);
}
td.sched-limit {
    background-color: rgb(255, 217, 102);
}

td.scheduled1 {
    background-color: transparent
}
td.scheduled2 {
    background-color: rgba(127, 127, 127, 0.35)
}
td.scheduled3 {
    background-color: #6b1d8b59
}
td.scheduled4 {
    background-color: #8b691d59
}
td.scheduled5 {
    background-color: #e45ac059
}

td.limited, td.allowed {
    cursor: pointer;
}
td.allowed {
    background-color: rgb(169, 209, 142);;
}
/*#d7c89d;*/
td.empty {
    background-color: #fff;
}

td.hallowed {
    background-color: #30c594;
}

.removemode td.allowed {
    background-color: #f1611f;
}
.fundsmode td.allowed {
    background-color: #f7c112;
}
.roomsmode td.allowed {
    background-color: #e4b373;
}

.climited, .schedmode .climited {
    background-color: rgb(247, 179, 91);
}

table td.cur-hour, table td.cur-hour:hover {
    background-color: rgb(138, 130, 120);
}
table tbody td.xlimited, table tbody td.xlimited:hover {
    /* background-color: rgb(94, 84, 84) !important; */
    background-color: #c8c8c8 !important;
    border: 0;
}

td.inactive {
    background-color: rgb(226, 226, 226) !important;
}


.table-bordered > tbody > tr > th,
    .table-bordered > tbody > tr > td {
      border: 1px solid rgb(230,230,230);
}
table.prewrap tbody td {
    white-space: pre-wrap;
}

.timetable caption {
    padding: 0;
    position: relative;
    line-height: 1.4em;
}
strong.named {
    font-size: 1.4em;

    display: inline-block;
    color: #1b54a2;
}
.timetable caption .xbtn {
    float: left;
    cursor: pointer;
    font-size: 1.4em;
    line-height: 1em;
}


tr.groups-breaker {
    height: 64px;
    background-color: #f5a27c;
    text-align: center;
    color: #1a1c1f;
}

span.lines-breaker {
    display: block;
    padding: 3px 6px;
    background-color: #f5a27c;
    color: #1a1c1f;
    text-align: center;
}
span.locked_hour {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 6px;
    border: 1px #ffffff outset;
    border-radius: 3px;
    background-color: #2a4eee;
}
.stg_group_line {
    margin: 0;   
    font-size: 80%;       
}

.grouped-card {
    text-decoration: underline;
}
.grouped {
    border-right: 4px #7e3727 solid;
}
.label-studygroup.grouped {    
    border-left: 0;      
    border-right: 4px #865809 solid;
}

.class-timetable.label-studygroup.grouped {    
    font-size: 70%;       
}
.study-groups-list .label.grouped {
    border-right: 4px #865809 solid;
    padding: 1px; 
}
.grouped:first-child {
    border-top: 0;
}
.prints .magnet .grouped {
    height: 14px;    
}

.teaching-config, .teaching-classes {
    position: relative;
    top:0;
}

.editor-right-panel {
    position: absolute;
    right: 0;
    top: 0;
    height: 600px;
    overflow: auto;
    width: 360px;
}

.as-btn {
    cursor: pointer;
}
.as-btn:hover {
    background-color: #eee;
    color: rgb(7, 196, 243);
}

.teaching-classes .editor-right-panel {
    width: 300px;
}

.editor-right-panel table tbody tr {
    cursor: pointer;
}
.editor-right-panel table tbody tr.selected td {
    background-color: rgb(89, 133, 228);
    font-weight: bold;
    color: #eee;
}

.editor-right-panel table tbody tr.selected span {
    color: #eee;
}

.main-editor {
    margin-right:366px;
    margin-left: 4px;
}
.teaching-classes .main-editor {
    margin-right: 306px;
    margin-left: 4px;
}

.without-margin, .teaching-classes .without-margin {
    margin: 0;
}
.teaching-edit {
    max-width: 860px;
}
.teaching-edit-full {
    max-width: 100%;
}

/*
table.timetable {
  border-collapse: separate;
  border-spacing: 0px;
}*/

.teaching-edit .table {
    margin-bottom: 8px;
}

.schedules-list .label {
    display: block;
    margin: 2px 0;
    text-align: right;
    cursor: pointer;
}

.label-studygroup {
    padding: 1px 2px;    
    cursor: pointer;
    color: #000;
    font-size: inherit;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0px;
    overflow: hidden;    
}

th {
    text-align: center;
}

/* .timetable .draggable {

} */

.timetable .label-studygroup {
    overflow: hidden;
    white-space: nowrap;
    height: 100%;
}
.label-studygroup.stay {
    overflow: hidden;
    white-space: nowrap;
}

td.conflict-warn {
    border: 1px rgba(248, 4, 4, 0.75) solid;
}
.selected-sg {
    background-color: rgb(157, 195, 230, 0.8) !important;
}
.selectedLbl {    
    box-shadow:8px 8px 6px rgba(0, 0, 0, 0.301), 4px 4px 4px rgba(0, 0, 0, 0.26);
    
    border: 2px solid rgb(11, 71, 63);
}
.selectedLblBottom {    
    box-shadow:8px 8px 4px rgba(0, 0, 0, 0.301), 4px 4px 6px rgba(0,0,0,.2);
    /* border: 1px #777 outset; */
}
.others {
    background-color: rgb(231, 126, 6);
}
.teacher-teachings-list table {
    width: auto;
}

.teaching-edit + table.table tbody td {
    vertical-align: top;
    min-width: 100px;
}
.teacher-teachings-list {
    display: inline-block;
}
.teacher-tt-weekly .label-studygroup {
    padding: 3px 0;
}

.div-inlined {
    display: inline-block;
}

.add-studygroup-div {
    width: 320px;
    padding: 12px;
    display: inline-block;
    box-shadow:2px 2px 2px rgba(0,0,0,.2),0px 0px 6px rgba(0,0,0,.2);
}

table.timetable td.num {
    width: 16px;
}

table.table tbody td.num, table.table thead th.num {
    min-width: 10px;
    width: 10px;
    vertical-align: top;
    font-weight: bold;
}

.teacher-teachings-list table.table tbody tr.selected {
    background-color: rgb(111, 202, 214);
    color: #000;
}

.to-off .glyphicon {
    color: rgb(199, 32, 149)
}
.to-on .glyphicon {
    color: rgb(15, 155, 248)
}


td.subject {
    background-color: #bcd8f6;
    color: #000;
}

td.subject2 {
    background-color: #f1d0b8;
    color: #000;
}

td.tname .glyphicon {
    padding: 0 4px;
    font-size: 12px;
}
.glyphicon-ban-circle {
    color: red;
}
.glyphicon-blackboard {
    color: rgb(168, 27, 74);
}
.act-rows .glyphicon-user {
    color: rgb(38, 99, 156);
}
.glyphicon-retweet {
    color: rgb(250, 114, 2);
}
td.tname .glyphicon-cog {
    color: rgb(118, 4, 146);
}


.label-info .glyphicon {
    color: #fff;
}


.teacher-teachings-list .btn {
    float: left;
    margin-right: 16px;
}

.listbtn {
    width: 100%;
    text-align: right;
}

.pull-div {
    float: right;
    margin: 0 0 20px 30px;
}

.contents {
    position: relative;
    top: 0px;
    left: 0px;
}

.class-pannels, .teacher-pannels {
    padding: 8px;
    position: relative;
    top: 0px;
    left: 0px;
    clear: both;
}

.bottom-pannels .panel-body {
    max-height: 620px;
    overflow: auto;
}

.bottom-pannels {
    padding: 4px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 99999999;
    width: 100%;
    max-width: 1200px;
    height: 46px;
    background-color: rgba(61, 58, 58, 0.06)
}

.small .tiny {
    width: 24px;
}
td.nowrap {
    white-space: nowrap;
}

.studygroup-list {
    display: inline-block;
}
.study-groups-list .label {
    white-space: pre-wrap;
    border: 0.5px #363f3c solid;
    border-radius: 2px;
    color: #000;
    float: right;
    text-align: right;
}
.study-groups-list .partani {
    border-color: rgb(0, 141, 0);
    color: rgb(0, 141, 0);
}

.sc_rem {
    font-size: 9px;
    line-height: 6px;
}

.sc-cards .label {
    white-space: pre-wrap;
    display: inline-block;
    float: none;
}

table.study-groups-list {
    margin-bottom:0;
}



.lw-small {
    font-size: 0.9em;
    line-height: 0.9em;
}
.lw-smallest {
    font-size: 0.9em ;
    line-height: 0.9em;
}

.lw-small th, .lw-smallest th {
    font-size:12px !important;
}
.lw-small caption, .lw-smallest caption {
    font-size:12px !important;
}
.lw-small select.form-control, .lw-smallest select.form-control {
    font-size: inherit;
    line-height: 1em;
    padding: 1px 3px 1px 12px;
    height: 1.1em;
}
.lw-small .btn-xs, .lw-smallest .btn-xs {
    font-size: 0.9em;
    line-height: 1;
}
.lw-small .btn-xs, .lw-smallest .btn-xs {
    font-size: 0.9em;
    line-height: 1;
}




a.label.actbtn {
    margin: 2px 3px;
    color: #000000;
}
a.label.actbtn:hover {
    background: rgb(0, 207, 243);
}
.lw-small .label.actbtn, .lw-smallest .label.actbtn {
    padding: 1px;
}


.side-tt-panel .class-timetable {
    max-width: 450px !important;
    box-shadow: 2px 2px 4px rgb(223, 142, 50), 0px 0px 6px rgb(211, 122, 21);
}

.side-tt-panel .label-studygroup {
    font-size: 0.9em !important;
    line-height: 0.9em !important;
}

.side-tt-modal button.close {
    display: none;
}

.table-condensed > thead > tr > th {
    font-size: 12px;
    padding: 2px 0;
}
table.timetable th {
    text-align: center;
    vertical-align: middle;
}

.moveit {
    cursor: move;
}

 caption {
    color: #171f52;
    font-weight: bold;
}
/*box-shadow:3px 3px 3px rgba(0,0,0,.2),0px 0px 6px rgba(0,0,0,.2); table.table.timetable caption*/
.class-timetable {
    float: right;
    margin: 6px;
    padding: 3px;
    border-radius:5px;
    box-shadow:2px 2px 2px rgba(187, 100, 1, 0.2), 0px 0px 6px rgba(187, 100, 1, 0.2);
    background: #fff;
}

.class-timetable th, .magnets-table th, .planx th {
    line-height: 1em !important;
}
.planx th {
    vertical-align: top !important;
}

.magnets-table td.empty {
    height: 26px;
}
.magnets-table td.tname {
    height: 26px;
}

.conf-section {
    margin: 4px 8px;
    border-bottom: #c93d98 2px solid;
}

.conf-line {
    padding: 2px 0;
}


.panel-heading .as-btn {
    margin: 4px 8px 2px 2px;
}

.bottom-pannels .panel {
    display: inline-block;
    vertical-align: bottom;
    margin: 8px;
}
.bottom-pannels .panel-heading {
    background-color: #096bb8;
    color: #fff;
    cursor: move;
}

.text-btn {
    background-color: #ffde03;
    color: #000;
    cursor: pointer;
}

.auto-schedules {
    display: inline-block;
    vertical-align: top;
    margin: 5px 12px;
}

table.act-rows tbody tr {
    cursor: pointer;
}
table.act-rows th {
    text-align: center;
}

.actions-panel .btn {
    margin: 6px;
}
.actions-panel hr {
    border-top: 3px solid #c93d98;
    margin-top: 16;
    margin-bottom: 16px;
}

.saved-schedules {
    margin-top: 26px;
}
table.magnets-table {
    background: #fff;
    width: auto;
}

table.timetable > tbody > tr:hover {
    background: none;
}

table.timetable > tbody > tr > td {
    vertical-align: top;
    padding: 0;
    font-size: inherit;
}
.magnets-table > tbody > tr > td {
    line-height: inherit;
    font-size: inherit;
    padding: 0;
    vertical-align: top;
    min-width: 32px;
}

td.tname {
    color: #000;
}

.magnets-table > tbody > tr > td.tname {
    font-weight: bold;
    line-height: 13px;
    font-size: 13px;
    cursor: pointer;
    vertical-align: middle;
}

th.seperate, td.seperate, .table-condensed > tbody > tr > td.seperate, .table-condensed > thead > tr > th.seperate {
    width: 1px;
    max-width: 1px;
    min-width: 1px;
    padding: 0;
    border: 0 !important;
    background: #2faee1;
}


td.conflicted {
    background-color: rgb(255, 217, 102);
}
td.s-conflicted {
    background-color: #fdf2cf;
}
td.stay-conflicted {
    background-color: #fdf2cf;
}
td.r-conflicted {
    background-color: #e4a451;
}

td.scount {
    padding: 6px 22px;
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    font-weight: bold;
}


.magnet {
    width: 60px;
    height: 18px;
    overflow: hidden;
    color: #000;
    text-align: center;
    border-radius: 2px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    padding-top: 2px;
}
.magnet-p {
    background: #116e00;
    color: #fdf7f7;
}
.magnet-s {
    background: #3477f3;
    color: #fdf7f7;
}
.magnet-hlp {
    background: #a20000;
    color: #fdf7f7;
}
.magnet-m2 {
    background: #00384f;
    color: #fdf7f7;
}
.flex-r {
    display: flex;
}
.sched-day, .sched-hour {
    text-align: center;
    padding:0 !important;
  }

  .locked {
      border: #2a4eee 2px solid;
  }

  .orange em {
      white-space: pre-wrap;
      line-height: 1.1em;
      font-size: 1em;
  }

th.vertical {
    width: 30px;
    max-width: 30px;
    height: 110px;
    border: 0 !important;
    cursor: pointer;
  }

  th.moveit {
      cursor: move;
  }

  .table > tbody > tr > td.dayno {
    width: 36px;
    max-width: 36px;
    text-align: center;
    vertical-align: middle;
  }
  .table > thead > tr > th.dayno {
    max-width: 36px;
    width: 36px;
    border: 0;
   }

  .table > tbody > tr > td.hourno {
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
  }

  th.vertical > div {
    transform:
      /* Magic Numbers */
      translate(115px, -40px)
      /* 45 is really 360 - 45 */
      rotate(315deg);

    text-align: left;
    border-bottom: 1px solid #ccc;
    margin: 2px;
    padding: 0;
    width: 140px;
    overflow: hidden;
    white-space: nowrap;
  }

  .prints .magnet {
    font-size: 12px;
    height: 18px;
    width: 50px;
  }

  .m-tiny .magnet {
    font-size: 12px;
    width: 40px;
  }

  .magnet span {
    display: block;
    white-space: nowrap;
  }

.classes-days th.vertical {
    width: 80px;
    max-width: 80px;
    height: 55px;
}

.classes-days th.vertical > div {
    width: 70px;
    transform:translate(60px, -17px) rotate(315deg);
}

.classes-days .magnet {
    width: 80px;
    height: 26px;
    overflow: hidden;
}

td.current-hour-h {
    background-color: rgb(165, 253, 0) !important;
}
td.current-hour-h .label-studygroup {
    background-image: none !important;
    background-color: rgb(165, 253, 0) !important;
}
td.current-hour {
    border-bottom: 1px rgb(38, 146, 160) solid !important;
}
.marked-td {
    border-bottom: 1px rgb(38, 146, 160) solid !important;
}

.schedule-nav .btn, .scheduler-sub-nav .btn {
    margin: 6px 10px;
}
.pro-data {
    direction: ltr;
    display: inline-block;
    margin: 0 6px 0 1px;
}
strong.lbadge {
    color: #cc4e13;
    display: inline-block;
    margin: 0 2px;
}
strong.blue {
    color: #0068f0;
}

.td-label {
    text-align: left;
}

table.planx > tbody > tr > td {
    font-size: 12px;
    cursor: pointer;
    padding-bottom: 10px;
    line-height: 1.1em;
}
table.planx > tbody > tr > td:hover {
    background: #b1e5fa;
}
table.planx > thead > tr > th {
    cursor: pointer;
}
thead > tr > th small {
    font-weight: normal;
    font-size: 12px;
}
strong.hours {
    font-size: 14px;
}

@media print {
    .tt-configs, .xbtn {
        display: none;
    }
    .class-timetable {
        page-break-inside: avoid;
    }
    table {
        width: 100% !important;
    }
}

.missing {
    cursor: pointer;
    color: red;
    border: 1px #333001 solid;
    font-weight: bold;
    margin-top:1px;
}
.missing:hover {
    border: 1px #137200 solid;
    background: #2ff30d;
}

.replacer_t {
    color: rgb(1, 107, 1);
}
.origin_t {
    color: #000;
    text-decoration-line: line-through;
}

.teachers-grouped {
    text-align: right;
}
.table-vtop > tbody > tr > td {
    vertical-align: top;
}

.teachers-grouped td .tname {
    padding: 2px 0;
    cursor: pointer;
}
.teachers-grouped td .tname:hover {
    background: #a5c0f3;
}

.teachers-grouped .glyphicon-calendar {
    margin-left: 4px;
    margin-right: 2px;
    color: #117d01;
}

.teachers-grouped sup {
    color: #00aaa2;
}
.teachers-grouped sup.subj {
    color: #006af5;
}
.sc-event {
    color: rgb(124, 4, 204);
    border: 1px #008bc2 solid;
    font-weight: bold;
    margin-top:1px;
}
.cell-schedule-wide {
    width: 180px;
}

.sc-labels label.checkit {
    font-size: 0.9em;
}
.sc-labels label.checkit span {
    display: inline-block;
    margin: 0 0 0 6px;

}

.sc-labels label.checkit:hover {
    cursor: pointer;
    background: #3fccdf8e;
}

a.xclose-top {
background: #fff;
padding:  1px 6px;
display: inline-block;
font-weight: bold;
text-decoration: none;
border: 1px #eee solid;
}

.cards-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    line-height: 1.25em;
    background: #d1eef5;
    box-shadow:2px 2px 2px rgba(0,0,0,.2),0px 0px 6px rgba(0,0,0,.2);
    z-index: 99999999;
}

.cards-menu em {
    line-height: 1em;
}
.cards-menu-closed {
    text-align: center;
    background: transparent;
    border-top: 0;
    box-shadow: none;
}

.cards-inner {
    min-height: 120px;
    max-height: 200px;    
    overflow: auto;
}
.cards-left {
    height: 100%;
    min-height: 120px;
    float: right;
    width: 160px;
}
.cards-main {
    margin-right: 165px;
}
.cards-menu .actbtn {
    color: #000;
}

.sg-info-bottom {
    font-weight: bold;
    position: fixed;
    bottom: 0;
    border: 2px rgb(131, 240, 88) solid;
    right: 0;
    height: 120px;
    width: 160px;
    background: #ffffff;
    z-index: 9999999;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
}

.context-menu {
    position: absolute;
    border: 1px #eee solid;
    border-radius: 4px;
    min-width: 220px;
    min-height: 40px;
    background: #fff;
    box-shadow:2px 2px 2px rgba(0,0,0,.2),0px 0px 6px rgba(0,0,0,.2);
    z-index: 99999999;
}
.contextmenu {
    padding: 3px 6px;
}

.context-line {
  display: block;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}
.context-line:hover {

    border-radius: 4px;
    box-shadow:2px 2px 2px rgba(0,0,0,.2),0px 0px 6px rgba(0,0,0,.2);
    background: #eee;
}
.contextmenu hr {
  border: none;
  height: 1px;
  background: rgba(132, 197, 250, 0.719);
  margin: 6px 1px 5px;
  padding: 0;
}

.create-sg {
    border: 1px rgb(207, 133, 250) dashed;
    padding: 0 4px 4px 4px;
}

.contextmenu .label:hover {
    background: rgb(238, 193, 252)
}

span.lmt {
    display: inline-block;
    margin: 0 3px;
    font-size: 0.8em;
    color: rgb(80, 17, 17);
    padding: 0 2px;
    background: rgb(248, 203, 203);
}

.menu ul {
    margin: 0;
    padding: 0;
}
.menu ul li {
    list-style-type: none;
}
.menu ul li a {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.846;
    color: #020202;
    white-space: nowrap;
    text-decoration: none;
}
.menu ul li a .glyphicon {
    padding-left: 6px;
}

.menu ul li a:hover {
text-decoration: none;
color: #141414;
background-color: #f3e5d4;
}
.menu ul li a:focus, .menu ul li a.active {
    text-decoration: none;
    color: #141414;
    background-color: #e8c8a0;
}
.table {
    background: #ffffff;
}

.top-left-tabs {
    position: fixed;
    top: 64px;
    left: 0;
    width: 420px;
    max-width: 100%;
    z-index: 99999;
    background: #ffffff;
    padding: 2px 8px 2px 4px;
    overflow: auto;
    border-right: 2px rgb(158, 157, 157) solid;
}
.top-left-tabs .table-bordered > thead > tr > th {
    line-height: 1.2em;
    font-size: 13px;
    padding:1px 2px;
}
.top-left-tabs .table-bordered > tbody > tr > td {
    line-height: 1.1em;
    font-size: 12px;
    padding:1px 2px;
}

.info-menu-in .multiselect, .info-menu-in .radioselect {
    float: right;
    max-height: none;
}

.divider2 {
    height: 100%;
    width: 2px;
    background:rgb(158, 157, 157);
    position: absolute;
    top: 0;
    right: 0;
}

.modalPanel {
    position: fixed;
    top: 60px;
    left: 4px;
    z-index: 99999;
    visibility: hidden;
}

.modalPanel .modal-dialog {
    overflow: auto;
    max-height: 800px;
    visibility: visible;
}

h4.modal-title {
    min-height: 10px;
}

.single-sg {
    min-height: 31px;
}

.print-rooms {
    margin: 18px 40px 0 0;
    font-size: 14px;
}

.print-rooms caption {
    text-align: center;
    color: #1a1c1f;
    background: #eee;
    padding: 0;
}

.print-rooms .table > thead > tr > th {
    padding: 0;
    font-size: 1em;
    text-align: center;
}
.print-first {
    page-break-before: avoid !important;
}
.p-hour {
    min-width: 100px;
    min-height: 30px;
    line-height: 1em;
    font-size: 0.9em;
    text-align: center;

}
.tplan {
    line-height: 1em;
    box-shadow: 2px 2px 2px rgba(0,0,0,.2), 0px 0px 2px rgba(0,0,0,.2);
    margin: 2px 0;
}
.tplan:hover {
    text-shadow: 2px 2px 2px rgba(0,0,0,.2), 0px 0px 2px rgba(0,0,0,.2);;
}
.p-pad {
    margin-top: 3px;
}
.p-teacher {
    color: green;
}
.p-subject {
    color: rgb(0, 59, 99);
}
.p-class {
    color: rgb(175, 81, 5);
}
.edu_name {
    font-size: 0.8em;
    line-height: 1.2em !important;
    color: rgb(37, 121, 3);
    font-weight: bold;
}
.checkboxes label {
    padding: 0 4px;
}
table.h_missing_hours > tbody > tr > td {
    vertical-align: middle;
}

.roomlbl {
    display: block;
    border: 1px solid rgb(177, 65, 0);
    margin: 0 2px 0 0;
    color: rgb(59, 22, 0);
}
.fundlbl {
    display: block;
    border: 1px solid rgb(85, 0, 0);
    margin: 0 2px 0 0;
    color: rgb(31, 11, 0);
}
.fet-status, .fet-output {
    font-size: 0.9em;
    line-height: 1.1em;
}
.fet-status {
    background: rgb(241, 248, 224);
    margin: 6px 0;
    color: rgb(31, 29, 29);
}
.fet-output {
    background: rgb(235, 233, 233);
    margin: 6px 0;
    color: rgb(31, 29, 29);
    height: 400px;
    overflow:auto;
}
.fet-output .warning {
    background: #f8ee66;
}

.timetable-bordered > tbody > tr > td {
    border: 2px solid #76adfa;
}

.t-others {
    font-size: 0.9em;
    color: rgb(0, 75, 29);
}

    
.help-tt {
    position: fixed;
    bottom: 0;
    left: 0;
    max-width: 600px;
    background: rgb(250, 241, 241);
    z-index: 999999;
}

.panel-timetable-magnets .help-tt {
    bottom: 120px;
}

.help-tt .inactive {
    background:#c4b7b7;
}
.help-tt .allowed {
    background:rgb(149, 190, 102);
}
.help-tt .partani {
    background:rgb(85, 160, 0);
    color: #fff;
    text-shadow:  0 0 black;
}
.help-tt .minit {
    background:rgb(62, 128, 233);
    color: #000;
    text-shadow:  0 0 black;
}
.help-tt .rTableCell {
    overflow: hidden;
    max-width: 40px;
}
.toolbar {
    box-shadow: 2px 2px 2px rgba(0,0,0,.2),0px 0px 6px rgba(0,0,0,.2);
    background-color: #f5f1f1;
}
.toolbar2 {
    box-shadow: 2px 2px 2px rgba(0,0,0,.2), 0px 0px 2px rgba(0,0,0,.2);
    background-color: #dfd7d7;
}