﻿.has-order {
    background-color: rgb(253, 251, 203)
}

.without-order {
    background-color: rgb(254, 211, 210)
}

.FSC {
    background-color: rgb(213, 254, 210)
}

body {
    padding-top: 3rem;
}

/*@media (min-width: 979px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
}*/

.modal-lg {
    max-width: 98% !important;
}

.modal-md {
    max-width: 78% !important;
}

.navbar-custom {
    background-color: #000000;
    background: linear-gradient(to right, #00008b, #2222AD);
}

    /* change the brand and text color */
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: rgba(255,255,255,.8);
    }

    /* change the link color */
    .navbar-custom .navbar-nav .nav-link,
    .navbar-custom .navbar-nav .nav-link {
        color: rgba(255,255,255,.8);
    }

.usuario {
    color: rgba(255,255,255,.8);
}

.list-group-item {
    border: 1.5px solid rgba(0, 0, 0, 0.125);
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}

/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
    background-color: #00008b;
    background: linear-gradient(to right, #00008b, #2222AD);
}

.navbar-custom .dropdown-item {
    color: #ffffff;
}

.navbar-custom .dropdown-item {
    font-size: small;
}

    .navbar-custom .dropdown-item:hover,
    .navbar-custom .dropdown-item:focus {
        color: #333333;
        background-color: rgba(255,255,255,.7);
    }

/* Dropdown over dropdown */
.navbar-custom .dropdown-dropdown {
    color: #ffffff;
}

.navbar-custom .dropdown-dropdown {
    font-size: small;
}

    .navbar-custom .dropdown-dropdown:hover,
    .navbar-custom .dropdown-dropdown:focus {
        color: #333333;
        background-color: rgba(255,255,255,.7);
    }

.loading {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.25);
    background-image: url('../Images/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
}

.loading2 {
    background-size: 25%;
    background-repeat: no-repeat;
    background-image: url('../../Images/CRV2.png');
    background-position: center;
}

.locked {
    color: white !important;
    background-color: #CCCCFF !important;
}

.selectedQty {
    background: linear-gradient(to right, #CCCCFF, white) !important;
}

.k-state-selected {
    background-color: #CCCCFF !important;
    border-color: #CCCCFF !important;
}

.k-scheduler-table td, .k-scheduler-table th {
    height: 5.5em !important;
}

/*increase the height of the month view cells*/
.k-scheduler-monthview .k-scheduler-table td {
    height: 18em !important;
}

.k-edit-form-container {
    width: 600px !important;
}

.black-label {
    font-size: 13px;
}

.k-loading-mask {
    display: none;
}

.home-logo {
    height: 400px;
    top: 100px;
    margin-top: 14%;
    background: url('../../Images/access international-horizontal.png') no-repeat center;
    background-color: white;
    background-size: contain
}

.k-textbox > .k-input, .k-textbox > input {
    border-style: none !important;
    border-width: 0 !important;
}
