/* Buton tıklanınca loading çıksın diye */

.spinner {
    display: inline-block;
    opacity: 0;
    width: 0;
    -webkit-transition: opacity 0.25s, width 0.25s;
    -moz-transition: opacity 0.25s, width 0.25s;
    -o-transition: opacity 0.25s, width 0.25s;
    transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
    cursor:progress;
}

.has-spinner.active .spinner {
    opacity: 1;
    width: auto;
}

.has-spinner.btn.active .spinner {
    min-width: 20px;
}

/*Switcher */
/* Toggle */
input[type="checkbox"].switch,
input[type="radio"].switch {
  opacity: 0; }

/* Switchery */
.switchery {
  bottom: 4px;
  margin-top: 5px; }

.float-right .switchery, .switchery-large.switchery {
  margin-bottom: 0.35rem; }

.switchery-xsmall.switchery {
  height: 16px;
  width: 28px; }

.switchery-xsmall.switchery > small {
  height: 16px;
  width: 16px; }

.switch ~ .btn-group .btn {
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5); }
  .switch ~ .btn-group .btn.active {
    -moz-box-shadow: inset 0px 1px 5px -1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0px 1px 5px -1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 5px -1px rgba(0, 0, 0, 0.5);
    color: #fff; }
    .switch ~ .btn-group .btn.active:not(.dropdown-toggle) {
      border-bottom-right-radius: 0.25rem;
      border-top-right-radius: 0.25rem;
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }
  .switch ~ .btn-group .btn:hover {
    z-index: 1; }

.switch ~ .btn-group:focus {
  outline: none; }

.switch ~ .btn-group.btn-group-vertical .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.switch ~ .btn-group.btn-group-vertical .btn:last-child:not(:first-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.bootstrap-switch.bootstrap-switch-animate.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-animate.bootstrap-switch-on .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-animate.bootstrap-switch-on .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-animate.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-animate.bootstrap-switch-off .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-animate.bootstrap-switch-off .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-handle-on {
  padding: 5px 10px; }

#card-headings .custom-control .custom-control-label::before, #card-headings .custom-control .custom-control-label::after {
  left: -1.5rem; }

  /*Toastr */

  #toast-container > div {
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: alpha(opacity=90); }
  
  #toast-container > div:hover {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75); }
  
  .toast {
    background-color: #00b5b8; }
  
  .toast-success {
    background-color: #16d39a; }
  
  .toast-error {
    background-color: #ff7588; }
  
  .toast-info {
    background-color: #2dcee3; }
  
  .toast-warning {
    background-color: #ffa87d; }
    .input {
      display: none;
  }

  .button {
      display: inline-block;
      position: relative;
      width: 30px;
      height: 30px;
      margin: 5px;
      padding: 0;
      cursor: pointer;
  }

  .button span {
      display: block;
      position: absolute;
      width: 30px;
      height: 30px;
      padding: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border-radius: 100%;
      background: #eeeeee;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
      transition: ease .3s;
  }



  .orange .button span {
      background: orange;
  }
  .red .button span {
    background: red;
}
  .amber .button span {
      background: yellow;
  }

  .lime .button span {
      background: lime;
  }

  .teal .button span {
      background: teal;
  }

  .blue .button span {
      background: blue;
  }

  .indigo .button span {
      background: indigo;
  }

  .layer {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: transparent;
      /*transition: ease .3s;*/
      z-index: -1;
  }

  #kenar_rengi label {
      margin: 0;
  }
  .alan {
    height: 65px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .alan_ana {
    flex-grow: 1;
  }


th.fc-resource-cell {
    height: 40px;
    white-space: break-spaces;
}


.fc-basic-view .fc-body .fc-row {
    min-height: 1em;
}

.fc-slats tr {
    height: 45px !important;
}

.fc-title {
    font-size: 11px;
}

.fc-resource-cell {
    min-width: 150px;
}

#calendar {
    min-width: 1200px;
    margin: 0 auto;
}