﻿.has-order {
    background-color: rgb(253, 251, 203)
}

.utilidad-personalizada {
    background-color: #ff9e9e;
}

.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: #1E73BE;
    background: black;
}

/* 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: #1E73BE;
    background: black;
}
.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/loadingB.gif');
    background-repeat:no-repeat;
    background-position:center;
    z-index:10000000;
}

.loading2 {
    background-size: 25%;
      background-repeat: no-repeat;
      background-image:
        url('../../Images/logo-mx.png');
      background-position:
        center;
}

.locked {
    color: white !important;
    background-color: #FB7642 !important;
}

.selectedQty {
    background: linear-gradient(to right, #1E73BE, white) !important;
}

.k-state-selected {
    background-color: #1E73BE !important;
    border-color: #1E73BE !important;
    color:white !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 {
    top:100px; 
    margin-top:14%; 
}

.k-textbox > .k-input, .k-textbox > input {
    border-style: none !important;
    border-width: 0 !important;
}

.bg-primary {
    background-color: #1E73BE !important;
}

.text-primary {
    color: #1E73BE !important;
}

.btn-primary {
    color: white;
    background-color: #1E73BE !important;
    border-color: #1E73BE !important;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    color: white;
    background-color: #0A307A !important;
    border-color: #0A307A !important;
}