﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}*/

/* Provide sufficient contrast against white background */
/*a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}*/

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}*/

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  position: relative;
  min-height: 100%;
}

body {*/
  /* Margin bottom by footer height */
  /*margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;*/ /* Vertically center the text there */
/*}*/

/*main color*/
@media print {

    @page {
        /*size: A4 landscape;*/
        size: auto !important
    }
    /* use width if in portrait (use the smaller size to try 
       and prevent image from overflowing page... */
}

.skemagi-header {
    background-color: #F0ECE3 !important;
}

.skemagi-purple {
    background-color: #fcffa4 !important;
}

.skemagi-lightyellow {
    background-color: #F6ECE6 !important;
}

.skemagi-purple1 {
    background-color: #522157 !important;
}

.skemagi-purple2 {
    background-color: #8B4C70 !important;
}

.skemagi-purple3 {
    background-color: #C2649A !important;
}

.skemagi-border {
    border-color: #8B4C70 !important;
}

.skemagi-fontpurple1 {
    color: #522157;
}

.skemagi-fontpurple2 {
    color: #8B4C70;
}

.skemagi-fontpurple3 {
    color: #C2649A;
}

.skemagi-fontpaleyellow {
    color: #E4C7B7;
}

.skemagi-fontwhite {
    color: #FFFFFF;
}

.btn-primary {
    color: #fff;
    background-color: #522157;
    border-color: #522157;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

    .btn-primary:hover {
        color: #fff;
        background-color: #8B4C70;
        border-color: #8B4C70;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(10, 72, 179, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #8B4C70;
        border-color: #8B4C70;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #8B4C70;
        border-color: #8B4C70;
    }

.btn-outline-primary {
    color: #522157;
    background-color: transparent;
    background-image: none;
    border-color: #522157;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #522157;
        border-color: #522157;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0 rgba(10, 72, 179, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #522157;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #522157;
        border-color: #522157;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(10, 72, 179, 0.5);
        }

.tr-active {
    background-color: #C2649A;
    color: white;
}

.small-letter {
    text-transform: none;
}

.time-block {
    padding: 2px;
    font-size: 1em;
    text-transform: none;
}

.time-button {
    border: none;
    outline: none;
}

    .time-button:focus {
        border: none;
        outline: none;
    }

/************* open / lock *************/
.open-block{
    background-color: lightgreen;
}

.lock-block {
    background-color: lightpink;
}

.bg-light-pink {
    background-color: #fffaff;
}

.bg-pale-yellow {
    background-color: #E4C7B7;
}

.table-sm td {
    padding: 0.2rem;
}

thead.print-header tr th{
    font-size: 1.1em
}

.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}

/* new toggle */

custom-toggle-slider:before {
    background-color: #1a1a1a
}

.custom-toggle {
    position: relative;
    display: inherit;
    width: 52px;
    height: 1.5rem;
    margin: 0;
    display: inline-block
}

    .custom-toggle input {
        display: none
    }

        .custom-toggle input:checked + .custom-toggle-slider {
            border: 1px solid #522157
        }

            .custom-toggle input:checked + .custom-toggle-slider:before {
                background: #522157;
                transform: translateX(28px)
            }

        .custom-toggle input:disabled + .custom-toggle-slider {
            border: 1px solid #e9ecef
        }

        .custom-toggle input:disabled:checked + .custom-toggle-slider {
            border: 1px solid #e9ecef
        }

            .custom-toggle input:disabled:checked + .custom-toggle-slider:before {
                background-color: #522157
            }

.custom-toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ced4da;
    border-radius: 34px !important;
    background-color: transparent
}

    .custom-toggle-slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 2px;
        bottom: 2px;
        border-radius: 50% !important;
        background-color: #e9ecef;
        transition: all .15s cubic-bezier(.68,-.55,.265,1.55)
    }

.custom-toggle-wrapper .custom-toggle + .custom-toggle {
    margin-left: 1rem !important
}

.custom-toggle input:checked + .custom-toggle-slider:after {
    content: attr(data-label-on);
    color: #522157;
    right: auto;
    left: 0
}

.custom-toggle-slider:after {
    color: #ced4da;
    content: attr(data-label-off);
    display: block;
    font-family: inherit;
    font-weight: 600;
    font-size: .75rem;
    line-height: 24px;
    position: absolute;
    right: 0;
    margin: 0 .21667rem;
    top: 0;
    text-align: center;
    min-width: 1.66667rem;
    overflow: hidden;
    transition: all .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .custom-toggle-slider:after {
        transition: none
    }
}

.custom-toggle-primary input:checked + .custom-toggle-slider {
    border-color: #522157
}

    .custom-toggle-primary input:checked + .custom-toggle-slider:before {
        background: #522157
    }

    .custom-toggle-primary input:checked + .custom-toggle-slider:after {
        color: #522157
    }

.custom-toggle-primary input:disabled:checked + .custom-toggle-slider {
    border-color: #522157
}

    .custom-toggle-primary input:disabled:checked + .custom-toggle-slider:before {
        background-color: #522157
    }

.custom-toggle-secondary input:checked + .custom-toggle-slider {
    border-color: #522157
}

    .custom-toggle-secondary input:checked + .custom-toggle-slider:before {
        background: #522157
    }

    .custom-toggle-secondary input:checked + .custom-toggle-slider:after {
        color: #522157
    }

.custom-toggle-secondary input:disabled:checked + .custom-toggle-slider {
    border-color: #522157
}

    .custom-toggle-secondary input:disabled:checked + .custom-toggle-slider:before {
        background-color: #fff
    }

.custom-toggle-success input:checked + .custom-toggle-slider {
    border-color: #2dce89
}

    .custom-toggle-success input:checked + .custom-toggle-slider:before {
        background: #2dce89
    }

    .custom-toggle-success input:checked + .custom-toggle-slider:after {
        color: #2dce89
    }

.custom-toggle-success input:disabled:checked + .custom-toggle-slider {
    border-color: #2dce89
}

    .custom-toggle-success input:disabled:checked + .custom-toggle-slider:before {
        background-color: #54daa1
    }

.custom-toggle-info input:checked + .custom-toggle-slider {
    border-color: #11cdef
}

    .custom-toggle-info input:checked + .custom-toggle-slider:before {
        background: #11cdef
    }

    .custom-toggle-info input:checked + .custom-toggle-slider:after {
        color: #11cdef
    }

.custom-toggle-info input:disabled:checked + .custom-toggle-slider {
    border-color: #11cdef
}

    .custom-toggle-info input:disabled:checked + .custom-toggle-slider:before {
        background-color: #41d7f2
    }

.custom-toggle-warning input:checked + .custom-toggle-slider {
    border-color: #fb6340
}

    .custom-toggle-warning input:checked + .custom-toggle-slider:before {
        background: #fb6340
    }

    .custom-toggle-warning input:checked + .custom-toggle-slider:after {
        color: #fb6340
    }

.custom-toggle-warning input:disabled:checked + .custom-toggle-slider {
    border-color: #fb6340
}

    .custom-toggle-warning input:disabled:checked + .custom-toggle-slider:before {
        background-color: #fc8c72
    }

.custom-toggle-danger input:checked + .custom-toggle-slider {
    border-color: #f5365c
}

    .custom-toggle-danger input:checked + .custom-toggle-slider:before {
        background: #f5365c
    }

    .custom-toggle-danger input:checked + .custom-toggle-slider:after {
        color: #f5365c
    }

.custom-toggle-danger input:disabled:checked + .custom-toggle-slider {
    border-color: #f5365c
}

    .custom-toggle-danger input:disabled:checked + .custom-toggle-slider:before {
        background-color: #f76783
    }

.custom-toggle-light input:checked + .custom-toggle-slider {
    border-color: #adb5bd
}

    .custom-toggle-light input:checked + .custom-toggle-slider:before {
        background: #adb5bd
    }

    .custom-toggle-light input:checked + .custom-toggle-slider:after {
        color: #adb5bd
    }

.custom-toggle-light input:disabled:checked + .custom-toggle-slider {
    border-color: #adb5bd
}

    .custom-toggle-light input:disabled:checked + .custom-toggle-slider:before {
        background-color: #c9cfd4
    }

.custom-toggle-dark input:checked + .custom-toggle-slider {
    border-color: #212529
}

    .custom-toggle-dark input:checked + .custom-toggle-slider:before {
        background: #212529
    }

    .custom-toggle-dark input:checked + .custom-toggle-slider:after {
        color: #212529
    }

.custom-toggle-dark input:disabled:checked + .custom-toggle-slider {
    border-color: #212529
}

    .custom-toggle-dark input:disabled:checked + .custom-toggle-slider:before {
        background-color: #383f45
    }

.custom-toggle-default input:checked + .custom-toggle-slider {
    border-color: #172b4d
}

    .custom-toggle-default input:checked + .custom-toggle-slider:before {
        background: #172b4d
    }

    .custom-toggle-default input:checked + .custom-toggle-slider:after {
        color: #172b4d
    }

.custom-toggle-default input:disabled:checked + .custom-toggle-slider {
    border-color: #172b4d
}

    .custom-toggle-default input:disabled:checked + .custom-toggle-slider:before {
        background-color: #234174
    }

.custom-toggle-white input:checked + .custom-toggle-slider {
    border-color: #fff
}

    .custom-toggle-white input:checked + .custom-toggle-slider:before {
        background: #fff
    }

    .custom-toggle-white input:checked + .custom-toggle-slider:after {
        color: #fff
    }

.custom-toggle-white input:disabled:checked + .custom-toggle-slider {
    border-color: #fff
}

    .custom-toggle-white input:disabled:checked + .custom-toggle-slider:before {
        background-color: #fff
    }

.custom-toggle-neutral input:checked + .custom-toggle-slider {
    border-color: #fff
}

    .custom-toggle-neutral input:checked + .custom-toggle-slider:before {
        background: #fff
    }

    .custom-toggle-neutral input:checked + .custom-toggle-slider:after {
        color: #fff
    }

.custom-toggle-neutral input:disabled:checked + .custom-toggle-slider {
    border-color: #fff
}

    .custom-toggle-neutral input:disabled:checked + .custom-toggle-slider:before {
        background-color: #fff
    }

.custom-toggle-darker input:checked + .custom-toggle-slider {
    border-color: #000
}

    .custom-toggle-darker input:checked + .custom-toggle-slider:before {
        background: #000
    }

    .custom-toggle-darker input:checked + .custom-toggle-slider:after {
        color: #000
    }

.custom-toggle-darker input:disabled:checked + .custom-toggle-slider {
    border-color: #000
}

    .custom-toggle-darker input:disabled:checked + .custom-toggle-slider:before {
        background-color: #1a1a1a
    }


td.td-middle
{
    vertical-align: middle
}