﻿.topbar {
    background-color: #fff;
}

.topbar .navbar-nav li a {
    text-align: center;
    line-height: unset !important;
    padding: 20px 15px;
}

.topbar .navbar-nav li a span {
    font-size: 11px;
    color: #606060;
    display: block;
}

.topbar .navbar-nav li a img {
    width: 20px;
    display: inline-block;
    margin-bottom: 5px;
}

.page-wrapper{
    background: #fafafa;
}

.ctm-title {
    color: #d21951;
    font-weight: 400;
}

.ctm-title span {
    color: #d21951;
    font-weight: 600;
}

.ctm-subtitle {
    color: #606060;
    font-weight: 400;
    font-size: 13px;
}

table.dataTable td {
    font-size: 12px;
    color: #606060;
}

table.dataTable th {
    font-size: 14px;
    color: #606060;
    font-weight: 600;
}

.btn {
    border-radius: 1px;
    font-weight: 500;
}

.btn-cr, .btn-cr.disabled {
    background: #d41951;
    border: 1px solid #cd003d;
    -webkit-box-shadow: 0 2px 2px 0 rgba(255, 0, 88, 0.14), 0 3px 1px -2px rgba(255, 0, 88, 0.14), 0 1px 5px 0 rgba(255, 0, 88, 0.14);
    box-shadow: 0 2px 2px 0 rgba(255, 0, 88, 0.14), 0 3px 1px -2px rgba(255, 0, 88, 0.14), 0 1px 5px 0 rgba(255, 0, 88, 0.14);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    color: #fff;
}

.btn-cr:hover, .btn-cr.disabled:hover {
    color: #fff;
    background: #a80e3d;
    border: 1px solid #a80e3d;
    -webkit-box-shadow: 0 14px 26px -12px rgba(255, 0, 88, 0.14), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 0, 88, 0.14);
    box-shadow: 0 14px 26px -12px rgba(255, 0, 88, 0.14), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 0, 88, 0.14);
}

.btn-cr:not(:disabled):not(.disabled).active, .btn-cr:not(:disabled):not(.disabled):active, .show > .btn-cr.dropdown-toggle {
    color: #fff;
    background-color: #ac0034;
    border-color: #a90033;
}

.btn-padding {
    padding-left: 30px;
    padding-right: 30px;
}

.modal-content{
    border-radius: 1px;
}

.modal-title {
    color: #d21951;
    font-weight: 600;
}

.modal-header {
    border-bottom: 0px;
}

.modal-body .form-group label {
    font-weight: 500;
    font-size: 12px;
}

.modal-body .form-group p {
    font-weight: 300;
    font-size: 13px;
}

.modal-body .form-group .form-control {
    border-radius: 1px;
}

.form-control {
    font-size: 13px;
    height: 28px;
    border-radius: 1px !important;
    min-height: unset;
}

.modal-footer {
    border-top: 1px solid #e69542;
}

.ctm-modal-pb {
    height: 5px;
    background-color: #bdc629;
    width: 75%;
    position: absolute;
    top: 0;
    left: 0;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    border-radius: 1px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px !important;
}

.select2-dropdown {
    border: 1px solid #dde1e6 !important;
    border-radius: 1px !important;
    background-color: #dde1e6 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dde1e6 !important;
    height: 28px !important;
    font-size: 13px !important;
}

.select2-container--open .select2-dropdown--above {
    background-color: #dde1e6 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #cfcfcf !important;
}

.select2-results__option {
    font-size: 13px !important;
}
/*quitar luego*/
.navbar-brand {
    background-color: lightgrey;
}

.modal-header,
.modal-body, 
.modal-footer {
    padding-left: 50px;
    padding-right: 50px;
}

.modal-header {
    padding-top: 20px;
}

.form-error {
    font-size: 10px;
    color: #d21951;
    margin: 5px 0px;
}

.form-group {
    margin-bottom: 10px;
}

.ctm-circle {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px solid #d7d7d7;
}

.container-fluid {
    min-height: 600px;
}

.ctm-button {
    padding: 7px;
    border-right: 1px solid #efefef;
    cursor: pointer;
}

.ctm-button:hover {
    background-color: #f5f5f5;
}

.ctm-button i {
    color: #d41951;
    font-size: 14px;
}

.ctm-row-actions .ctm-button:last-of-type {
    border: 0;
}

.dataTables_scroll {
    padding: 10px;
    background-color: #fff;
}

.dataTables_length select,
.dataTables_filter input {
    background-color: #fff;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0 !important;
}

div.dataTables_wrapper div.dataTables_filter i {
    background-color: #efefef;
    padding: 5px;
    border-bottom: 1px solid #edeff0;
    color: #d3114f;
}

.ctm-circle-lg {
    width: 20px;
    height: 20px;
}

.dropdown-menu {
    padding: 0;
}

.dropdown-item {
    font-size: 12px;
}

.dataTables_filter .btn-group {
    margin-right: 25px;
    margin-top: -1px;
}

.dataTables_wrapper {
    padding-top: 25px;
}

.ctm-star {
    color: #ffdc31;
    background-color: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.td-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100px;
    height: 100px;
}

.ctm-vertical-align {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*--------*/
.cr-menu thead .menu-tiempo {
    text-align: center;
}

.cr-menu thead .menu-tiempo span {
    background-color: #fff;
    border: 1px solid #ced4da;
    width: 100PX !important;
    display: block;
    font-size: 14px;
    padding: 3px 0px;
    font-weight: 500;
}

.cr-menu thead .menu-contenido {
}

.cr-menu thead .menu-contenido span {
    background-color: #e69542;
    border: 1px solid #ea7600;
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 3px 10px;
    color: #fff;
    font-weight: 500;
}

.cr-menu thead .menu-tiempo {
    width: 10%;
    width: 125PX !important;
    padding: 0px 5px 0px 0px;
}

.cr-menu thead .menu-contenido {
    width: 12.85%;
    width: 160PX !important;
    padding: 0px 5px 0px 0px;
}

.cr-menu tbody .menu-tiempo {
    width: 9%;
    width: 125PX !important;
    padding: 6px 5px 0px 0px;
}

.cr-menu tbody .menu-contenido {
    width: 13%;
    width: 160PX !important;
    padding: 6px 5px 0px 0px;
}

.cr-menu tbody .menu-tiempo div {
    display: block;
    min-height: 120px;
    background-color: #fff;
    border: 1px solid #ced4da;
    font-weight: 400;
    position: relative;
    text-align: center;
}

.cr-menu tbody .menu-tiempo div span {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    font-size: 14px;
}

.cr-menu tbody .menu-contenido .menu-contenido-container {
    display: block;
    min-height: 120px;
    background-color: #fff;
    border: 1px solid #ced4da;
    font-weight: 400;
    position: relative;
    text-align: center;
    width: 160PX !important;
}

.cr-menu tbody .menu-contenido .menu-contenido-container .menu-contenido-acciones {
    color: #d21951;
    text-align: left;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 10px;
}
.cr-menu tbody .menu-contenido .menu-contenido-container .menu-contenido-acciones span{
    cursor: pointer;
}

.cr-menu tbody .menu-contenido .menu-contenido-container .menu-contenido-platillos {
    text-align: left;
}

    .cr-menu tbody .menu-contenido .menu-contenido-container .menu-contenido-platillos ul {
        list-style: none;
        padding: 0;
        margin: 0;
        max-height: 88px;
        height: 88px;
        display: block;
        overflow-y: auto;
    }

.cr-menu tbody .menu-contenido .menu-contenido-container .menu-contenido-platillos ul li{    
    font-size: 11px;
    font-weight: 400;
    padding: 3px;
    height: 18px;
}

    .cr-menu tbody .menu-contenido .menu-contenido-container .menu-contenido-platillos ul li span:first-child {
        background-color: #fff;
        width: calc(100% - 50px);
        display: inline-block;
        text-align: left;
        font-weight: 400;
    }

    .cr-menu tbody .menu-contenido .menu-contenido-container .menu-contenido-platillos ul li span {
        background-color: #fff0e0;
        width: 45px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        font-weight: 600;
    }

.ctm-panel {
    margin-bottom: 20px;
}

.ctm-panel .panel-body {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #f6f6f6;
}

.ctm-panel .panel-heading {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #f6f6f6;
    border-bottom: 0px;
}
    .ctm-panel .panel-heading {
        color: #d3114f;
        font-weight: 600;
        font-size: 16px;
    }
.ctm-panel .panel-body .form-group label {
    color: #d3114f;
    font-weight: 600;
    font-size: 12px;
}

.ctm-panel .panel-body .form-group input {
    font-size: 12px;
    border: 1px solid #ebebeb;
}