html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.cm-clr{
    color:#ff8700;
    font-weight: bold;
}
.ct-clr{
    color:#147df5;
    font-weight: bold;
}
.bp-clr{
    color:#be0aff;
    font-weight: bold;
}
.yp-clr{
    color:#be0aff;
    font-weight: bold;
}
.kp-clr{
    color:#be0aff;
    font-weight: bold;
}
.rd-clr{
    color:#38b000;
    font-weight: bold;
}
.std-clr{
    color:#000000;
    font-weight: bold;
}
.tn-clr{
    color:#dc3545;
    font-weight: bold;
}


.badge-cm-clr{
    background:#ff8700;
    color:#fff;
    font-weight: bold;
}
.badge-ct-clr{
    background:#147df5;
    color:#fff;
    font-weight: bold;
}
.badge-bp-clr{
    background:#be0aff;
    color:#fff;
    font-weight: bold;
}
.badge-yp-clr{
    background:#be0aff;
    color:#fff;
    font-weight: bold;
}
.badge-kp-clr{
    background:#be0aff;
    color:#fff;
    font-weight: bold;
}
.badge-rd-clr{
    background:#38b000;
    color:#fff;
    font-weight: bold;
}
.badge-std-clr{
    background:#000000;
    color:#fff;
    font-weight: bold;
}
.badge-tn-clr{
    background:#dc3545;
    color:#fff;
    font-weight: bold;
}

.cal-conts .badge-pill{
    font-size: 100%;
}

.brand-logo{
    height:24px;width:24px;vertical-align:-15%;
}

#accordion-container{
  background:#ddd;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.59);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.59);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.59);
}
/*#months-container{
    height:auto;
    display:block;
    overflow-y: auto;
}*/

.month td>div{
    min-height:100px;display:block;
}
.special-day{
    /*background: rgba(255, 0, 0, 0.3) !important;*/
    background:#8ABFA3 !important;
    position: relative;
}
.eczane-label{
    background:rgba(255,255,244,1);
    margin:1px;
    padding:2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 11px;
}
.btn-circle {
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 5px 0;
  font-size: 10px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.btnPerm {
    color:white;
    border-style:solid;
    border-radius:0;
    border-width:1px;
    border-color:white;
}

.btnPerm:hover {
    color:#573b8a;
    border-style:solid;
    border-radius:0;
    border-width:1px;
    border-color:white;
    background: white;
    transition: .7s;
}

.btnPerm:active {

}

#active-pharms-container,#discarded-pharms-container,#grouped-pharms-container{
    width:inherit;
    height:auto;
    display:block;
    overflow-y: auto;

}

.cal-nbt-cont{
    padding: .25rem .25rem;
    margin-bottom: .25rem;
    margin-top: .25rem;
}

.cal-nbt-cont p{
    margin-bottom:.25rem;
}

.fixed-header-summary tbody {
    display:block;
    overflow:auto;
}
.fixed-header-summary thead, .fixed-header-summary tbody tr {
    display:table;
    table-layout:fixed;/* even columns width , fix width of table too*/
}
.fixed-header-summary thead {
    /*width: calc( 100% - 1em )/* scrollbar is average 1em/16px width, remove it from thead width */
}
.fixed-header-summary th, .fixed-header-summary td{
    padding: .5rem !important;
}
/*---------------------*/
.fixed-header-cal tbody {
    display:block;
    overflow:auto;
}
.fixed-header-cal  thead, .fixed-header-cal tbody tr {
    display:table;
    width: 100%;
    table-layout:fixed;/* even columns width , fix width of table too*/
}
.fixed-header-cal thead {
    width: calc( 100% - 1.1em )/* scrollbar is average 1em/16px width, remove it from thead width */
}
/*---------------------*/
.fixed-header-participation tbody {
    display:block;
    overflow:auto;
}
.fixed-header-participation  thead, .fixed-header-participation tbody tr {
    display:table;
    width: 100%;
    table-layout:fixed;/* even columns width , fix width of table too*/
}
.fixed-header-participation thead {
    width: calc( 100% - 1.1em )/* scrollbar is average 1em/16px width, remove it from thead width */
}
/*----------------------*/
.fixed-header-oldshifts tbody {
    display:block;
    overflow:auto;
}
.fixed-header-oldshifts  thead tr, .fixed-header-oldshifts tbody tr {
    display:table;
    width: 100%;
    table-layout:fixed;/* even columns width , fix width of table too*/
}
.fixed-header-oldshifts thead tr{
    width: calc( 100% - 1.1em );/* scrollbar is average 1em/16px width, remove it from thead width */
}

.fixed-header-oldshifts th, .fixed-header-oldshifts td{
    padding: .25rem !important;
}
/*----------------------*/
.fixed-header-active-pharms tbody {
    display:block;
    overflow:auto;
}
.fixed-header-active-pharms  thead, .fixed-header-active-pharms tbody tr {
    display:table;
    width: 100%;
    table-layout:fixed;/* even columns width , fix width of table too*/
}
.fixed-header-active-pharms thead {
    width: calc( 100% - 1.1em )/* scrollbar is average 1em/16px width, remove it from thead width */
}
/*----------------------*/
.fixed-header-totals tbody {
    display:block;
    overflow:auto;
}
.fixed-header-totals  thead, .fixed-header-totals tbody tr {
    display:table;
    table-layout:fixed;/* even columns width , fix width of table too*/
}
.fixed-header-totals thead {
    /*width: calc( 100% - 1em )/* scrollbar is average 1em/16px width, remove it from thead width */
}
.fixed-header-totals th, .fixed-header-totals td{
    padding: .5rem !important;
}
/*----------------------*/
.fixed-header-stats tbody {
    display:block;
    overflow:auto;
}
.fixed-header-stats  thead, .fixed-header-stats tbody tr {
    display:table;
    width: 100%;
    table-layout:fixed;/* even columns width , fix width of table too*/
}
.fixed-header-stats thead {
    width: calc( 100% - 1.1em )/* scrollbar is average 1em/16px width, remove it from thead width */
}
.fixed-header-stats th, .fixed-header-stats td{
    padding: .5rem !important;
}
/*----------------------*/

/*----------------------*/
.fixed-header-changes tbody {
    display:block;
    overflow:auto;
}
.fixed-header-changes  thead, .fixed-header-changes tbody tr {
    display:table;
    width: 100%;
    table-layout:fixed;/* even columns width , fix width of table too*/
}
.fixed-header-changes thead {
    width: calc( 100% - 1.1em )/* scrollbar is average 1em/16px width, remove it from thead width */
}
.fixed-header-changes th, .fixed-header-changes td{
    padding: .5rem !important;
}
/*----------------------*/

.vertical-text{
    display: inline-block;
    position: absolute;
    bottom: 12px;
    right: 2px;
    left: 2px;
    transform: rotate(-90deg);
    text-align: left;
    white-space: nowrap;
}

.summary-lists th{
    position: relative;
}

.vertical-text2{
    display: inline-block;
    position: absolute;
    bottom: 8px;
    right: 2px;
    left: 2px;
    transform: rotate(-90deg);
    text-align: left;
    white-space: nowrap;
    font-size: 0.9em;
}

.fixed-header-oldshifts th{
    position: relative;
}

.vertical-text3{
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 2px;
    left: 2px;
    transform: rotate(-90deg);
    text-align: left;
    white-space: nowrap;
    font-size: 0.9em;
}

.fixed-header-totals th{
    position: relative;
}

.text-background{
 position: absolute;
 margin: 0px 30px 0px 40px;
 font-size:80%;
 min-height: 30px !important;
 color:#fff;
 line-height: 100%;
 overflow: hidden;
 vertical-align:1%;
 width:50%;
}

#form-signin-cont{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  background-color: #F4F6FF;
  background-color: #F5F5F7;
  background-color: #F5F5F5;
  /*background-image: url('../img/ieo-logo-big.png');*/
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

.form-signin {
  width: 100%;
  padding: 15px;
  margin: auto;
  opacity: 0.8;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#pharms-accordion .badge, .cal-nbt-cont badge {
    font-size:.75rem !important;
}

#map_canvas {
    margin: 0;
    padding: 0;
    height: 100%;
}

.content h2{
    font-family:Arial;
    font-size:12pt;
    font-weight: bold;
    margin:0px;
    padding:0px;
    color:red;
}
.content div p{
    font-family:Arial;
    margin:5px 0px;
}

.content div p strong{
    font-weight: bold;
}
.labelRed{
    padding:4px 8px;
    font-weight:bold;
    background:#fff;
    color:red;
    border:1px solid red;
    font-family:Arial;
    font-size:14px;
    text-align:center;
    white-space: nowrap;
}
.labelGrey{
    padding:4px 8px;
    font-weight:bold;
    background:#fff;
    color:grey;
    border:1px solid grey;
    font-family:Arial;
    font-size:14px;
    text-align:center;
    white-space: nowrap;
}

.global-table-container{
    overflow-x:auto;

}
#approved-nightshifts-table th{
    text-align:center;
    vertical-align: middle;
}
#approved-nightshifts-table .mnths{
    text-align:center;
    width:5%;
}
#approved-nightshifts-table .info{
    width:40%;
}

@media print {
    #approved-nightshifts-table{
        font-family:"Arial";
        font-size: 11pt;
    }
  #report-nav{
      display: none;
  }
  #approved-nightshifts-table .info{
      width: 600px !important;
  }
  #approved-nightshifts-table .mnths {
      text-align:center;
      width:25px !important;
  }
  #approved-nightshifts-table .mnths>span{
      display:none;
  }
  #m1:after{
      content: 'OC';
  }
  #m2:after{
      content: 'ŞB';
  }
  #m3:after{
      content: 'MR';
  }
  #m4:after{
      content: 'NS';
  }
  #m5:after{
      content: 'MY';
  }
  #m6:after{
      content: 'HZ';
  }
  #m7:after{
      content: 'TM';
  }
  #m8:after{
      content: 'AĞ';
  }
  #m9:after{
      content: 'EY';
  }
  #m10:after{
      content: 'EK';
  }
  #m11:after{
      content: 'KS';
  }
  #m12:after{
      content: 'AR';
  }
  #approved-nightshifts-table, #approved-nightshifts-table td, #approved-nightshifts-table th{
      border: 1px solid black !important;
  }
}

#order-list-container,#out-of-shift-list-container{
    height: 400px;
    overflow-y: auto;
}

.ui-sortable-helper{
    background-color: #cce5ff;

}

.ui-sortable-placeholder{
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #cce5ff;
    border: 1px solid #b8daff;
}

.show-in-maps-button{
    font-size:1em;
    line-height: 1em;
}

#loading{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    z-index: 1000;
}
#loading .loading-wrapper {
  width: 100%;
  max-width: 140px;
  background:#ffffff;
  padding: 15px;
  margin: auto;
  color:#ff6e6e;
  font-weight: 400;
  border:1px solid #ff6e6e;
  border-radius: 50%;
  opacity: 0.9;
}

.list-group .active{
    background: #ddd !important;
    color: #000; !important;
}

@media screen and (max-width: 1366px) {

  #calendar-container td, #calendar-container th{
      padding:0.25rem;
  }
  /*#pharms-accordion .badge {
      font-size:1em !important;
  }*/
  #calendar-container .badge{
      line-height: normal;
  }
  #report-totals-container .alert{
      font-size:0.9rem;
      padding:0.50rem;
  }
  #report-stats-container .form-control {
      margin: 0.25rem !important;
  }
  .fixed-header-summary th, .fixed-header-summary td {
    padding: .25rem !important;
    }
    .oldshifts-name-column{
        width:200px;
    }
    #oldshifts-empty-th{
        width:290px;
    }

}


.table-first {
    background-color:#eafaf1 !important;
}
.table-second {
    background-color:#fff4e6 !important;
}
.table-third {
    background-color:#eafaf1 !important;
}
.table-fourth {
    background-color:#fff4e6 !important;
}
.table-sum {
    background-color:#e0e7f5 !important;
    color:#303c50;
    font-weight:500;
}
#per-group-table td:nth-child(13), #per-pharm-table td:nth-child(13), #per-group-table th:nth-child(13), #per-pharm-table th:nth-child(13) {
    border-width:1px 3px 1px 1px;
    border-color: #dee2e6 black #dee2e6 #dee2e6;
}
#per-group-table td:nth-child(17), #per-pharm-table td:nth-child(17), #per-group-table th:nth-child(17), #per-pharm-table th:nth-child(17) {
    border-width:1px 3px 1px 1px;
    border-color: #dee2e6 black #dee2e6 #dee2e6;
}