@charset "utf-8";
/* CSS Document */


.navbar-brand {
	padding: 0 15px!important;
}

.bloqueHead a {
    font-size: 18px;
    color: #FFF;
    background: #58d1ec;
    width: 100%;
    display: block;
    padding: 5px;
    font-weight: bold;
    border-radius: 6px 6px 0 0;
    text-decoration: none;
}

div#panelDiseno {
    border: 1px solid #58d1ec;
    padding: 15px;
    border-radius: 0 0 6px 6px;
}

span.titnombrsitio {
    width: auto;
    display: block;
    float: left;
    padding: 15px;
}

.navbar-brand img {
	height: 50px;
	vertical-align: middle;
    display: inline-block;
    float: left;
}

.blockLogin {
	width: 400px;
	margin: 150px auto 0;
	background-color: #3d3d3d;
	border-width: 1px;
	border-color: #ddd;
	border-radius: 10px;
	box-shadow: none;
	padding: 15px;
	color: #FFF;
	text-align: center;
}

.boxError span {
	display: block;
	color: #000;
	padding: 10px;
	margin: 10px;
}
body {
  padding-top: 50px;
}

#categoriasCont li.lllicate.separador {
    background: #f7d4a1;
    border-color: #9c7e51;
}

.boxBotones {
    position: fixed;
    bottom: 0;
    background: #58d1ec;
    width: 100%;
    max-width: calc(83.33333333% - 100px);
    padding: 15px;
    border-radius: 8px 8px 0 0;
    text-align: center;
}

@media (max-width: 991px) {
	.boxBotones {
		max-width: calc(75% - 100px);
	}
}

@media (max-width: 767px) {
	.boxBotones {
		max-width: calc(100% - 60px);
	}
}

/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}


/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  /*display: none*/;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #3d3d3d;
    border-right: 1px solid #eee;

  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a:hover {
	background: #303030;
}
.nav-sidebar > li > a:before {
	margin-right: 5px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid #4d4d4d;
  color: #d9d9d9;
}
.nav-sidebar > .active > a {
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.contItems form {
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
	padding-bottom: 70px;
}

.contItems td {
	padding: 10px 0;
}

.tituloModulo {
	font-size: 20px;
	font-weight: bold;
}

.accesoDirBox {
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 5px;
    float: left;
    list-style: none;
    margin: 10px;
    width: 190px;
    height: 170px;
}

.contItems {
    width: 100%;
    overflow-x: auto;
}

.bloqueHead {
    margin-top: 25px;
}

.accionescont {
    padding: 10px;
}

ul#categoriasCont {
    margin: 0;
    padding: 0;
}

#categoriasCont li {
    list-style: none;
    border: 1px solid #999;
    border-radius: 5px;
    background: #EEE;
    padding: 15px;
    margin-bottom: 10px;
}

#categoriasCont li li {
    background: #FFF;
    padding: 8px;
}

div#panelContenido {
    border: 1px solid #58d1ec;
    padding: 15px;
    border-radius: 0 0 6px 6px;
}

.titPRod {
    font-weight: bold;
    color: #268398;
    font-size: 15px;
	padding-bottom: 8px;
}

/*
.boxbtns button {
    background: #4cd6f7;
    border: 1px solid #0b87a2;
    color: #FFF;
    padding: 8px;
    border-radius: 5px;
}

.boxbtns button.borrarCateg {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.boxbtns button.editarCateg {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
*/

.boxbtns.text-right {
    float: right;
}

.titCateBloe {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.platosMenu li::after {
    content: ' ';
    display: block;
    clear: both;
}

.conteproduc {
    width: calc(100% - 90px);
    float: left;
}
.platosMenu ul {
    padding: 0;
}

.barraSuperior {
    background: linear-gradient(-45deg, #1bb3ce 0%, #055c75 60%, #055c75 99%);
    color: #FFF !important;
}

span.titnombrsitio,
.barraSuperior.navbar-inverse .navbar-nav>li>a {
    color: #FFF !important;
}

.sidebar {
    background: linear-gradient(-45deg, #1bb3ce 0%, #055c75 60%, #055c75 99%)!important;
}

.sidebar .nav-sidebar > li > a {
    color: #FFF !important;
    border-top: 0;
}

.mobileS { display: none!important;}
.sidebar .mobileS { display: block!important;}
.mobileH { display: block!important;}

@media (max-width: 768px) {
	.mobileS { display: block!important;}
	.mobileH { display: none!important;}
	a.navbar-brand {
		width: min-content;
		display: inline-block;
		padding: 10px!important;
	}
	
	.navbar-brand img {
		display: inline-block;
		height: 30px;
	}
	
	.navbar-brand span {
		display: none;
	}
	
	li.accesoDirBox {
		width: 100%;
		margin: 10px auto 0;
		text-align: center;
	}
	
	.boxContHome {
		margin: 0!important;
		padding: 0!important;
	}
}

.actionContentTd {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.labelTd {
    display: flex;
}

.labelTd span.label {
    display: block;
}

table#tablaClientes td {
    vertical-align: middle;
}

.modal-content {
    overflow: auto;
}

.modal-header {
    background: linear-gradient(-45deg, #1bb3ce 0%, #055c75 60%, #055c75 99%);
    color: #FFF !important;
}

.modal-header .close {
    opacity: 1;
    color: #FFF;
    text-shadow: none;
}

.mov-rapido-operacion-box {
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 15px 15px 5px;
    margin-bottom: 15px;
}

.mov-rapido-mini-group {
    margin-bottom: 12px;
}

.mov-rapido-mini-label {
    font-weight: 700;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: .3px;
    margin-bottom: 7px;
}

.mov-rapido-option {
    display: inline-block;
    margin: 0 6px 6px 0;
    cursor: pointer;
}

.mov-rapido-option input {
    display: none;
}

.mov-rapido-option span {
    display: inline-block;
    border: 1px solid #ccc;
    background: #fff;
    color: #444;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    transition: all .15s ease-in-out;
}

.mov-rapido-option input:checked + span {
    background: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}

.mov-rapido-option-success input:checked + span {
    background: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}

.mov-rapido-option-danger input:checked + span {
    background: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}

.mov-rapido-monto-row {
    border-top: 1px solid #e6e6e6;
    padding-top: 13px;
    margin-top: 2px;
}

.mov-rapido-main-input label {
    font-size: 13px;
    font-weight: 700;
}

.mov-rapido-main-input .form-control {
    font-size: 22px;
    font-weight: 700;
    height: 46px;
}

.mov-rapido-main-input .input-group-addon {
    font-size: 18px;
    font-weight: 700;
}

.mov-rapido-preview {
    min-height: 46px;
    padding: 12px 14px;
    border-radius: 5px;
    background: #eaf6ff;
    border: 1px solid #bce8f1;
    color: #31708f;
    font-weight: 600;
    margin-top: 24px;
}

.mov-rapido-extra-row {
    margin-top: 5px;
}

.mov-rapido-extra-row .form-group {
    margin-bottom: 10px;
}

textarea#movRapidoDescripcion {
    resize: none;
}

.resumenDatosCli p {
	margin-bottom: 2px;
}

@media (max-width: 767px) {
    .mov-rapido-operacion-box {
        padding: 12px 12px 4px;
    }

    .mov-rapido-option {
        margin-bottom: 7px;
    }

    .mov-rapido-main-input .form-control {
        font-size: 20px;
    }

    .mov-rapido-preview {
        margin-top: 0;
        margin-bottom: 12px;
    }
}
