﻿

html {
    font-size: 16pt;
}

table {
    font-size: 100%
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

h1, h4 {
    text-align: center;
    color: #333333;
}

h2 {
    font-size: 1.25em;
    text-align: center;
    color: #000;
    font-weight: bold;
}

h3 {
    font-size: 1.5em;
    text-align: center;
    color: #6b6b6b;
    font-weight: bold;
}

.OTLabel {
    font-weight: bold;
    color: #285a85;
}

.spDescription {
    font-size: 0.75em;
    font-weight: bold;
}

.form-control.selectpanel {
    height: 40px;
    width: 100%;
    overflow: scroll;
}

.header-line {
    background-color: #000;
    height: 1px;
}

.navbar-toggler {
    width: 35px;
    height: 33px;
    background-color: #547f37;
    border: none;
}

    .navbar-toggler .line {
        width: 100%;
        float: left;
        height: 2px;
        background-color: #FFF;
        margin-top: 5px;
    }

.navbar {
    background-color: #FFF;
    margin-bottom: 15px;
}

.nav-link {
    font-size: 1.5em;
    color: #333333 !important;
}

    .nav-link:hover, .nav-link:active {
        font-size: 1.5em;
        color: #FFF !important;
    }

.li-item {
    background-color: #FFF;
    color: #333333 !important;
}

    .li-item:hover, .li-item:active {
        background-color: #547f37;
        color: #FFF !important;
    }

.OTSubTitle {
    margin-top: 30px;
    font-style: italic;
    color: #000099;
}

.btn.btn-Custom {
    color: #547f37;
    background-color: #FFF;
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid 1px #547f37;
    min-height: 40px;
    font-size: 1.25em;
}

    .btn.btn-Custom:active:focus {
        color: #000099;
        background-color: #FFF;
        border: solid 1px #000099;
        min-height: 40px;
        min-width: 80px;
    }


    .btn.btn-Custom:hover {
        color: #FFF;
        background-color: #547f37;
        border: solid 1px #547f37;
        min-height: 40px;
        min-width: 80px;
    }

    .btn.btn-Custom:disabled {
        color: #000099;
        background-color: #F1F1F1;
        border: solid 1px #000099;
        min-height: 40px;
        min-width: 80px;
    }

        .btn.btn-Custom:disabled:hover {
            color: #000099;
            background-color: #F1F1F1;
            border: solid 1px #000099;
            min-height: 40px;
            min-width: 80px;
        }

.btn.btn-Custom-Medium {
    color: #FFF;
    font-size: 1.6em;
    background-color: #547f37;
    height: 70px;
    width: 100%;
}

    .btn.btn-Custom-Medium:active:focus {
        color: #FFF;
        font-size: 1.6em;
        background-color: #547f37;
        height: 70px;
        width: 100%;
    }

    .btn.btn-Custom-Medium:hover {
        color: #FFF;
        font-size: 1.6em;
        background-color: #42632c;
        height: 70px;
        width: 100%;
    }

.btn.btn-Paging {
    color: #000099;
    border: solid 1px #000099;
    background-color: #d7d7d7;
    min-height: 40px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: bold;
}

    .btn.btn-Paging:active:focus {
        color: #000099;
        border: solid 1px #000099;
        background-color: #d7d7d7;
        min-height: 40px;
        font-weight: bold;
    }

    .btn.btn-Paging:hover {
        color: #000099;
        border: solid 1px #000099;
        background-color: #d7d7d7;
        min-height: 40px;
        font-weight: bold;
    }

.search-input {
    margin-bottom: 5px;
    margin-top: 5px;
    min-height: 40px;
    font-weight: bold;
}

.btn.btn-CustomObjects {
    color: #FFF;
    background-color: #547f37;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    border: 0px solid #000000;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(166,166,166,0.34);
    -moz-box-shadow: 5px 5px 5px 0px rgba(166,166,166,0.34);
    box-shadow: 5px 5px 5px 0px rgba(166,166,166,0.34);
    min-height: 70px;
    font-size: 1.25em;
    font-weight: bold;
}

    .btn.btn-CustomObjects:active:focus {
        color: #FFF;
        background-color: #547f37;
        min-height: 70px;
        font-size: 1.25em;
        font-weight: bold;
    }

    .btn.btn-CustomObjects:hover {
        color: #FFF;
        background-color: #42632c;
        min-height: 70px;
        font-size: 1.25em;
        font-weight: bold;
    }

.content_step {
    text-align: center;
}

    .content_step.disabled {
        text-align: center;
    }

    .content_step > a {
        /*text-decoration:none !important;*/
        font-weight: bold;
    }

        .content_step > a > div.step_number {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background: #000099 !important;
            border: solid 1px #000099;
            color: #FFF;
            text-align: center;
            padding: 10px;
            width: 45px;
            margin: 0 auto;
            /*text-decoration:none;*/
            font-weight: bold;
        }

    .content_step.disabled > a.disabled > div.step_number.disabled {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: solid 1px #000099;
        background: #E8E8E8 !important;
        color: #333333;
        text-align: center;
        padding: 10px;
        width: 45px;
        margin: 0 auto;
        font-weight: bold;
    }

    .content_step > a > div.text_step {
        text-align: center;
        color: #333333;
        font-weight: normal !important;
    }

    .content_step.disabled > a.disabled > div.text_step.disabled {
        text-align: center;
        color: #333333;
        font-weight: normal !important;
    }

.flow-container {
    /* min-height: 500px;*/
    padding: 20px;
    border: none;
}

.UnitNextAvailable-container {
    min-height: 250px;
    padding: 10px;
    border: 1px solid #F2F2F2;
    background-color: #F2F2F2;
}

.pnlNoSteps {
    margin-top: 70px;
}

.pnl-informative {
    text-align: center;
    position: relative;
    display: block;
    margin-top: 5%;
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
}

.pnl-slotsNextAvailable {
    min-height: 380px;
    max-height: 380px;
    overflow: auto;
}


.alert-danger {
    color: red !important;
}

/*Calendars*/
.datepicker table tr td.day {
    background: #547f37 !important;
    color: #FFFFFF;
}

.datepicker table tr td.new.day {
    background: #547f37 !important;
    color: #FFFFFF !important;
}

.datepicker table tr td.day.disabled {
    background: rgb(255,255,255) !important;
    color: #2a2f32 !important;
}



@media (min-width: 300px) {
    html {
        font-size: 70%;
    }

    .content_step > a > div.step_number {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #000099 !important;
        border: solid 1px #000099;
        color: #FFF;
        text-align: center;
        padding: 5px;
        width: 30px;
        margin: 0 auto;
        /*text-decoration:none;*/
        font-weight: bold;
    }

    .content_step.disabled > a.disabled > div.step_number.disabled {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: solid 1px #000099;
        background: #E8E8E8 !important;
        color: #333333;
        text-align: center;
        padding: 5px;
        width: 30px;
        margin: 0 auto;
        font-weight: bold;
    }

    .content_step > a > div.text_step {
        visibility: hidden;
        text-align: center;
        color: #333333;
        font-weight: normal !important;
    }

    .content_step.disabled > a.disabled > div.text_step.disabled {
        text-align: center;
        color: #333333;
        font-weight: normal !important;
    }
}

@media (min-width: 500px) {
    html {
        font-size: 80%;
    }

    .content_step > a > div.step_number {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #547f37 !important;
        border: solid 1px #547f37;
        color: #FFF;
        text-align: center;
        padding: 5px;
        width: 30px;
        margin: 0 auto;
        /*text-decoration:none;*/
        font-weight: bold;
    }

    .content_step.disabled > a.disabled > div.step_number.disabled {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: solid 1px #547f37;
        background: #E8E8E8 !important;
        color: #333333;
        text-align: center;
        padding: 5px;
        width: 30px;
        margin: 0 auto;
        font-weight: bold;
    }

    .content_step > a > div.text_step {
        visibility: hidden;
        text-align: center;
        color: #333333;
        font-weight: normal !important;
    }

    .content_step.disabled > a.disabled > div.text_step.disabled {
        text-align: center;
        color: #333333;
        font-weight: normal !important;
    }
}

@media (min-width: 700px) {
    html {
        font-size: 100%;
    }

    .content_step > a > div.step_number {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #547f37 !important;
        border: solid 1px #547f37;
        color: #FFF;
        text-align: center;
        padding: 10px;
        width: 45px;
        margin: 0 auto;
        /*text-decoration:none;*/
        font-weight: bold;
    }

    .content_step.disabled > a.disabled > div.step_number.disabled {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: solid 1px #547f37;
        background: #E8E8E8 !important;
        color: #333333;
        text-align: center;
        padding: 10px;
        width: 45px;
        margin: 0 auto;
        font-weight: bold;
    }

    .content_step > a > div.text_step {
        visibility: visible;
        text-align: center;
        color: #333333;
        font-weight: normal !important;
    }

    .content_step.disabled > a.disabled > div.text_step.disabled {
        text-align: center;
        color: #333333;
        font-weight: normal !important;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 100%;
    }

    .content_step > a > div.step_number {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #547f37 !important;
        border: solid 1px #547f37;
        color: #FFF;
        text-align: center;
        padding: 10px;
        width: 45px;
        margin: 0 auto;
        /*text-decoration:none;*/
        font-weight: bold;
    }

    .content_step.disabled > a.disabled > div.step_number.disabled {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: solid 1px #547f37;
        background: #E8E8E8 !important;
        color: #333333;
        text-align: center;
        padding: 10px;
        width: 45px;
        margin: 0 auto;
        font-weight: bold;
    }

    .content_step > a > div.text_step {
        visibility: visible;
        text-align: center;
        color: #333333;
        font-weight: normal !important;
    }

    .content_step.disabled > a.disabled > div.text_step.disabled {
        text-align: center;
        color: #333333;
        font-weight: normal !important;
    }

    .nav-link {
        font-size: 1.2em;
        color: #333333 !important;
        white-space: nowrap;
        margin: 5px;
    }

        .nav-link:hover, .nav-link:active {
            font-size: 1.2em;
            color: #FFF !important;
        }

    .li-item {
        background-color: #FFF;
        color: #000099 !important;
    }

        .li-item:hover, .li-item:active {
            background-color: #547f37;
            color: #FFF !important;
        }
}


/*Kendo Calendar*/

.pnlCalendar,
.pnlCalendar .k-calendar-view, .k-content {
    width: 100%;
    height: 100%;
    min-height: 229px;
    font-size: 1em;
    text-align: center;
    text-decoration: none !important;
    padding: 0px !important;
}

.k-calendar-view {
    padding: 0px !important;
}

.pnlCalendar .k-content th {
    font-size: 1em;
    text-align: center;
}

.pnlCalendar .k-content .k-state-disabled .k-link {
    background-color: #FFF;
    color: #4F4F4F;
    text-decoration: none;
    cursor: not-allowed;
    width: 100%;
}

.pnlCalendar .k-content td:not(.k-state-disabled) {
    color: #547f37;
    background-color: #FFF;
    text-decoration: none;
    border: 1px solid #547f37;
    width: 100%;
}

    .pnlCalendar .k-content td:not(.k-state-disabled).k-state-hover {
        color: #FFF;
        background-color: #547f37;
        text-decoration: none;
        border: 1px solid #547f37;
        width: 100%;
    }

    .pnlCalendar .k-content td:not(.k-state-disabled) a.k-link {
        color: #000;
        text-decoration: none;
        width: 100%;
    }

    .pnlCalendar .k-content td:not(.k-state-disabled).k-state-hover .k-link {
        color: #FFF;
        background-color: #e8833f;
        text-decoration: none;
        border: 1px solid #e8833f;
        width: 100%;
    }

.pnlCalendar .k-header {
    background-color: #547f37;
    color: #FFF;
    font-size: 1.5em;
}

    .pnlCalendar .k-header .k-link,
    .k-link:hover, .k-link:active {
        color: #FFF;
        text-decoration: none;
    }


.pnlCalendar .k-footer {
    background-image: none;
    background-color: #547f37;
    color: #FFF;
    font-size: 1.5em;
    z-index: 2;
    text-align: center;
}

    .pnlCalendar .k-footer .k-link,
    .k-link:hover, .k-link:active {
        color: #FFF;
        text-decoration: none;
    }

        .pnlCalendar .k-footer .k-link .k-state-disabled {
            color: #FFF;
            text-decoration: none;
            opacity: 1;
        }

.pnlCalendar .k-link {
    margin: 0px auto !important;
}



.dateTime-content {
    height: 362px;
}

.card {
    border-color: #FFF;
}

    .card > div.card-header.custom-pnlheader {
        text-align: center;
        background-color: #547f37 !important;
        color: #FFF !important;
        font-size: 1.10em;
        border-color: #FFF;
    }

    .card > div.card-body.custom-pnlbody {
        min-height: 310px;
        border-color: #FFF;
    }

.panel-body {
    padding: 10px;
}

.gm-style-iw-d {
    overflow: auto !important;
    max-width: 100% !IMPORTANT;
}

.btn.btn-CustomObjects2 {
    color: #FFF;
    background-color: #000099;
    width: 100%;
    border: 0px solid #000000;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(166,166,166,0.34);
    -moz-box-shadow: 5px 5px 5px 0px rgba(166,166,166,0.34);
    box-shadow: 5px 5px 5px 0px rgba(166,166,166,0.34);
    min-height: 50px;
    font-size: 1.25em;
}

.recaptScale {
    transform: scale(0.80);
    -webkit-transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.ButtonsShortMargin {
    margin-top: 4px;
}

.k-drag-clue, .k-treeview .k-in.k-state-selected, .k-calendar .k-state-selected .k-link, .k-calendar .k-weekend.k-state-selected .k-link, .k-calendar:not(.k-calendar-infinite) .k-content .k-state-selected .k-link, .k-calendar:not(.k-calendar-infinite) .k-content .k-weekend .k-state-selected .k-link, .k-event, .k-panelbar .k-panel > .k-item > .k-link.k-state-selected {
    color: #ffffff;
    background-color: #547f37;
    border-color: #005dc2;
}
