﻿.navi {
  border-bottom: 1px solid #aeaeae;
  height: 32px;
  margin-top: 5px; }

.navi > div {
  float: left;
  height: 33px;
  padding: 0px 8px; }

.navi > div.active {
  border-bottom: 3px solid #337ab7; }

.nav-panels {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  bottom: 0; }
  .nav-panels .nav-panel {
    display: none; }
    .nav-panels .nav-panel.active {
      display: block; }

#sch {
  position: relative;
  height: 100%;
  /*padding-top: 10px;*/
  /*background-color: antiquewhite;*/ }
  #sch .calendar {
    color: #a8a8a8;
    font-weight: bold; }
    #sch .calendar input {
      border: none;
      text-align: center;
      width: 150px;
      color: #646464;
      font-weight: bold; }
      #sch .calendar input:hover {
        color: #464646;
        cursor: pointer; }
    #sch .calendar .ar:hover {
      color: #464646;
      cursor: pointer; }
  #sch.fullscreen #cal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999; }
  #sch.fullscreen #job_modal {
    position: fixed; }
  #sch #cal {
    height: 70%;
    /*border-top: 1px solid $borderColorLight;*/
    border-bottom: 1px solid #dedede;
    cursor: grab; }
    #sch #cal .fs-ico {
      position: absolute;
      right: 30px;
      bottom: 30px;
      padding: 5px;
      border: 1px solid #acacac;
      border-radius: 3px;
      box-shadow: 0 0px 7px #cacaca;
      background: #fff;
      color: #acacac;
      z-index: 9;
      opacity: 0.4;
      cursor: pointer; }
      #sch #cal .fs-ico:hover {
        opacity: 1; }
    #sch #cal #dist {
      position: relative;
      height: 100%; }
      #sch #cal #dist #us {
        position: absolute;
        top: 85px;
        bottom: 0;
        left: 0;
        width: 300px;
        /*background-color: aquamarine;*/
        overflow: hidden;
        border-right: 1px solid #dedede; }
        #sch #cal #dist #us .r {
          width: 100%; }
        #sch #cal #dist #us .r:last-child {
          margin-bottom: 100px;
          box-shadow: 0px 10px 11px -4px #f2f2f2; }
        #sch #cal #dist #us .r.over {
          background-color: #f9f9f9; }
        #sch #cal #dist #us .un {
          margin: 0 10px;
          float: left; }
      #sch #cal #dist #cl {
        position: absolute;
        top: 85px;
        bottom: 0;
        left: 300px;
        right: 0;
        /*background-color: mediumorchid;*/
        overflow: auto;
        scrollbar-width: thin; }
      #sch #cal #dist #he {
        position: relative;
        height: 85px;
        border-bottom: 1px solid #dedede;
        /*background-color: #ededed;*/ }
        #sch #cal #dist #he #he_con {
          height: 35px;
          /*border-bottom: 1px solid $borderColorLight;*/
          text-align: center; }
        #sch #cal #dist #he #uh, #sch #cal #dist #he_uh_con {
          height: 100%;
          width: 300px;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          border-right: 1px solid #dedede; }
        #sch #cal #dist #he #uh {
          top: 35px;
          height: 50px; }
        #sch #cal #dist #he #ch, #sch #cal #dist #he_ch_con {
          height: 100%;
          position: absolute;
          top: 0;
          left: 300px;
          bottom: 0;
          right: 0;
          overflow: hidden;
          padding-top: 5px; }
          #sch #cal #dist #he #ch #ch_con, #sch #cal #dist #he_ch_con #ch_con {
            height: 100%; }
        #sch #cal #dist #he_ch_con {
          overflow: unset; }
          #sch #cal #dist #he_ch_con #year_select {
            width: 100px; }
        #sch #cal #dist #he #ch {
          top: 35px;
          height: 50px; }
  #sch #sch_cont {
    position: relative;
    height: 30%;
    border-top: 1px solid #aeaeae; }
    #sch #sch_cont #sch_cont_jobs {
      position: absolute;
      top: 0;
      left: 0;
      right: 600px;
      bottom: 0; }
    #sch #sch_cont #sch_cont_users {
      position: absolute;
      top: 0;
      right: 0;
      width: 600px;
      bottom: 0;
      border-left: 3px solid #bbb; }
  #sch .r {
    min-height: 63px;
    border-bottom: 1px solid #dedede;
    position: relative;
    /*padding: 3px 0;*/ }
    #sch .r:nth-child(2n) {
      background-color: #fbfcff; }
    #sch .r .incs {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    #sch .r .ji_col {
      position: relative;
      height: 63px; }
      #sch .r .ji_col .ji {
        position: absolute;
        top: 0;
        left: 0;
        height: 60px;
        width: 150px;
        cursor: pointer; }
        #sch .r .ji_col .ji:hover .bg {
          box-shadow: 3px 3px 6px 0px #535353; }
        #sch .r .ji_col .ji .bg {
          position: absolute;
          top: 2px;
          left: 2px;
          right: 2px;
          bottom: 2px;
          background-color: #00ff21;
          /*border-radius: 3px;*/
          box-shadow: 3px 3px 6px 0px #979797; }
          #sch .r .ji_col .ji .bg div {
            width: 100%;
            height: 100%;
            border: 1px solid #6f6f6f;
            opacity: 0.6;
            border-radius: 3px; }
        #sch .r .ji_col .ji .t {
          position: relative;
          z-index: 1;
          font-weight: bold;
          padding-left: 8px;
          padding-right: 5px;
          text-overflow: ellipsis;
          overflow: hidden;
          display: inline-block;
          width: 100%;
          white-space: nowrap;
          color: #fff;
          font-size: 13px;
          padding-top: 5px;
          float: left;
          line-height: 16px; }
          #sch .r .ji_col .ji .t .st {
            margin-left: 5px; }
        #sch .r .ji_col .ji .o {
          font-size: 12px;
          font-weight: normal;
          padding: 0 8px; }
        #sch .r .ji_col .ji .c {
          position: absolute;
          bottom: 3px;
          left: 3px;
          z-index: 9;
          right: 3px;
          padding-left: 5px;
          font-size: 10px;
          color: #000;
          height: 15px; }
          #sch .r .ji_col .ji .c .c-bg {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #000;
            opacity: 0.2; }
          #sch .r .ji_col .ji .c .st {
            position: relative;
            z-index: 1;
            opacity: 0.3;
            margin-right: 5px; }
            #sch .r .ji_col .ji .c .st.active {
              color: #fff;
              opacity: 1; }
          #sch .r .ji_col .ji .c .p {
            opacity: 1; }
          #sch .r .ji_col .ji .c .p[data-s="1"] {
            color: #f79b37; }
          #sch .r .ji_col .ji .c .p[data-s="2"] {
            color: #f73737; }
          #sch .r .ji_col .ji .c .p[data-s="3"] {
            color: #2cff00; }
          #sch .r .ji_col .ji .c .p[data-s="4"] {
            color: #aee1ff; }
        #sch .r .ji_col .ji .fr {
          position: absolute;
          left: 2px;
          top: 2px;
          bottom: 2px;
          width: 6px;
          background-color: #606060;
          color: #fff;
          padding-top: 20px;
          text-align: center;
          font-size: 13px;
          opacity: 0.6; }
        #sch .r .ji_col .ji .ne {
          position: absolute;
          right: 2px;
          top: 2px;
          bottom: 2px;
          width: 6px;
          background-color: #606060;
          color: #fff;
          padding-top: 20px;
          text-align: center;
          font-size: 13px;
          opacity: 0.6; }

#sch_cont_users {
  color: #151515; }
  #sch_cont_users table {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    table-layout: fixed; }
    #sch_cont_users table thead, #sch_cont_users table tbody {
      display: block; }
    #sch_cont_users table tr {
      border-bottom: 1px solid #dedede;
      padding: 3px;
      height: 37px;
      display: flex; }
      #sch_cont_users table tr td, #sch_cont_users table tr th {
        font-size: 0.8em;
        display: flex;
        align-items: center;
        font-weight: normal; }
        #sch_cont_users table tr td:first-child, #sch_cont_users table tr th:first-child {
          padding-left: 5px; }
      #sch_cont_users table tr th {
        font-weight: bold;
        color: #797979; }
      #sch_cont_users table tr .u-u {
        flex: 1 1 auto; }
      #sch_cont_users table tr .u-a {
        flex: 0 0 80px;
        justify-content: center; }
      #sch_cont_users table tr .u-f, #sch_cont_users table tr .u-l {
        flex: 0 0 175px;
        justify-content: center; }
  #sch_cont_users .head {
    top: 0; }
    #sch_cont_users .head tr {
      border-bottom: 1px solid #aeaeae; }
  #sch_cont_users .bod {
    top: 37px;
    bottom: 0;
    overflow: auto;
    scrollbar-width: thin; }
    #sch_cont_users .bod tr {
      height: 32px; }

.inc {
  height: 100%;
  float: left; }
  .m .inc {
    width: 150px;
    border-right: 1px solid #dedede; }
  .inc[data-day="0"], .inc[data-day="6"] {
    background-color: #f7f7f7; }
  .inc.today {
    background-color: #e9f4f2; }
  .inc.over {
    /*border: 1px dashed #12283c;*/
    background-color: #dfedff;
    /*opacity: 0.6;*/ }

.ts {
  height: 100%;
  float: left; }
  .m .ts {
    width: 150px;
    text-align: center;
    color: #535353;
    font-size: 20px; }
  .ts .t {
    font-size: 10px;
    height: 12px; }
  .ts .d {
    border-radius: 100%;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 26px; }
  .ts.over .d {
    background-color: #ddd; }

.job-col {
  position: relative;
  height: 100%; }
  .job-col .job_head {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    overflow: hidden;
    margin: 0;
    table-layout: fixed; }
    .job-col .job_head thead {
      display: block; }
  .job-col .job_bod {
    display: block;
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 0;
    right: 0;
    overflow: hidden;
    margin: 0;
    table-layout: fixed; }
    .job-col .job_bod tbody {
      display: block; }
    .job-col .job_bod .mCSB_container {
      margin: 0; }

/*#schedule_modal {
    .modal-content {
        background: none;
    }

    .modal-header {
        .modal-title {
            color: #fff;
        }
    }

    .modal-dialog {
        width: 295px;
        height: 280px;

        .modal-body {
            padding: 10px;
            background: #e3ebf2;

            label {
                margin: 0;
                font-size: 12px;
            }

            input {
                width: 100%;
                margin-bottom: 5px;
            }

            .mul {
                display: inline-block;
                width: 20px;
            }

            .errors {
                display: none;
                list-style: none;
                background-color: $errorBackgroundColor;
                border: 1px solid $errorBorderColor;
                padding: 5px;
                margin: 0;
                color: $errorTextColor;
                font-size:13px;
            }
        }
    }
}*/
