﻿body {

    .NotYetProcessed {
        background-color: orange;
    }

    .Admitted {
        background-color: green;
    }

    .Declined {
        background-color: red;
    }

    .InProcess {
        background-color: darkblue;
    }

    .None {
        background-color: whitesmoke;
    }

    .Dispatching {
        background-color: rgb(176, 170, 222);
    }

    .mainRequestColumn.Declined {
        background-color: transparent;
        color: red;
    }

    .mainRequestColumn.InProcess {
        background-color: transparent;
        color: darkblue;
    }

    .alternativRequestColumn.Declined {
        background-color: transparent;
        color: red;
    }

    .alternativRequestColumn.InProcess {
        background-color: transparent;
        color: darkblue;
    }

    .k-icon.k-si-close {
        background-image: none;
        display: none;
    }


    .inactiveSlot.k-state-selected > .k-link {
        color: white;
    }

    .k-event-actions:first-child {
        display: none !important;
    }

    .k-state-selected > .k-link {
        color: black;
    }

    .k-event-actions, .k-event > .k-link, .k-task > .k-link {
        position: absolute !important;
    }

    .k-event {
        pointer-events: none !important;
        -webkit-box-shadow: 0px 6px 19px -4px rgba(0,0,0,0.44);
        -moz-box-shadow: 0px 6px 19px -4px rgba(0,0,0,0.44);
        box-shadow: 0px 6px 19px -4px rgba(0,0,0,0.44);
        margin-top: -22px;
        height: 75px !important;
    }

   
    /*.k-scheduler-monthview .k-scheduler-content .k-scheduler-table-auto, .k-scheduler-monthview .k-scheduler-table-auto, .k-scheduler-monthview .k-scheduler-table-auto td {
        height: inherit !important;
    }*/

    .requestTypeBanner {
        margin-top: 0px !important;
    }

    .request-template {
        background-color: white;
        height: 55px !important;
        /*width: 100%;*/
        overflow: hidden;
        border-color: black;
        border-width: 1px;
        border-style: solid;
        color: black;
    }

    .request-template .requestStatusPresentation {
        width: 120px !important;
        font-size: 15px;
        font-weight: bold;
        color: rgb(77, 77, 77);
        text-align: center;
        border-right-color: rgb(77, 77, 77);
        border-right-style: dashed;
        border-right-width: 1px;
    }

    .request-template p {
        /*padding-left: 10px!important;*/
        margin: auto;
        padding-top: 15px;
        float: left;
        height: 100%;
        padding-left: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
        font-size: 15px;
    }

    .request-template p:after {
        content: "";
        /*padding-left: 10px;
             padding-right: 10px;*/
    }

    .request-template h3 {
        font-size: 14px;
        text-align: left;
    }

    .request-template a {
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
    }

    .k-state-hover .request-template a,
    .request-template a:hover {
        color: #000000;
    }
}
