﻿#msform {
	width: 100%;
    background: white;	
	border-radius: 3px;	
	padding: 0px 5px;
	box-sizing: border-box;
    width: 98%;
	margin: 0px auto;
    border: 0 none;
}

.colMenu {
    padding-right: 0;
}

.breadcrumb{
    font-size: 12px;
    font-family: 'Open Sans',Arial;
}

.breadcrumb > .btnConfigurar:before {
    content: none;
}

.col-foto-encabezado {
    padding-right: 0;
}

.col-foto-perfil {
    position: relative;
    /*top: -180px;*/ /* Coloca la foto de perfil dentro de la foto de encabezado de la empresa */
    margin-left: 15px;
    /*margin-bottom: -155px;*/
    padding-right: 0;
    display: inline-block;
}

.foto-encabezado {
    width: 100%; 
    height: 315px;
}

.foto-perfil {
    width: 120px; 
    height: 120px;
}

.lblNombreEmpresa {
    width: 70%; 
    margin-left: 10px; 
    float: left; 
    color: #fff; 
    text-shadow: 2px 2px 7px #000;
    font-family: 'Open Sans',Arial;
}

.lblNombreEmpresa > small {
    color: #fff; 
    white-space: nowrap;
    font-family: 'Open Sans',Arial;
}

select {
    font-family: 'Open Sans',Arial;
}

option {
    background-color: white;
    color:black;
}

.panel-custom {
    padding-right: 0;
}

.panel-dashboard {
    display: block;
}

.col-busqueda {
    width: 215px;
    float: right;
}

.alert-VerTodasAgendas {
    margin-top: 15px; 
    margin-bottom: 0;
}

.text-IndicadoresCant {
    font-size: 45px;
}

.panelDerecho .panel-heading {
    padding: 2px;
}

.MsjPromocionGrande {
    display: none;
}

.MsjPromocionPequenio {
    display: block;
}

.alert-promo {
    padding: 0 !important;
}

.alert-promo .panel-heading {
    padding: 2px;
}

.alert-promo-close {
    margin-top: 5px;
    margin-right: 5px;
}

.titulo-promo {
    margin-top: 0px;
}

.btnInvitaCrearPromocion {
    margin-right: 5px;
}

.btnInvitaCrearPromocion > h3 {
    margin: 0px;
    white-space: normal;
}

.btnTextWrap {
    white-space: normal !important;
}

.titulo-citas-reservas {
    margin-top: 0px;
}

.btnVerCalendario {
    width: 145px;
}

.text-cita {
    color: #696969 !important;
}

.Log {
    top: 70px;
}

.resCell{
    display:none;
}

@media only screen and (max-width: 800px) {
    .Log {
        top:0px;
    }

    .resCell {
        display:block
    }

    .ultimo {
        background: none;
    }
}

.divPromedio {
    float: right;
    margin-top: -50px;
    padding: 3px 13px 0px 0px;
}

fieldset div.inputdata label {
    float: right !important;
}

/*Style para las estrellas*/

/****** Estilo de las estrellas *****/

.rating, .rating2 {
    border: none;
    display: inline-block;
}

.r2pantallPrincipal {
    margin-left: 24%;
    margin-top: -15px;
}

.rating > input, .rating2 > input {
    display: none;
}

.rating > label:before, .rating2 > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label, .rating2 > label {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
}

.rating2 > input:checked ~ label {
    color: #FFD700;
}

/* hover previous stars in list */
.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label {
    color: #FFED85;
}

.barra-configuracion {
    position: relative;
    float: right;
}

.breadcrumb > .barra-configuracion:before {
    content: none;
}


.barra-configuracion > a > label {
    font-weight: normal;
}

@media (max-width: 1074px) {
    .stuck {
        width: 90% !important;
    }
}

@media (max-width: 1000px) {
    .stuck {
        width: 88% !important;
    }
}
@media (max-width: 895px) {
    .stuck {
        width: 87% !important;
    }
}

@media (max-width: 750px) {
    .stuck {
        width: 85% !important;
    }
}


@media (max-width: 767px) {
    .MsjPromocionGrande {
        display: block;
    }

    .MsjPromocionPequenio {
        display: none;
    }
}

@media (min-width: 640px) and (max-width: 720px) {
    .foto-encabezado {
        width: 100%; 
        height: 290px;
    }
}

@media (max-width: 767px) {
    .panel-dashboard {
        display: none;
    }
}


@media (max-width: 700px) {
    .lblNombreEmpresa {
        /*width: 100%;*/
        margin: 10px 10px 0px;
    }
    .divPromedio {
        float: right;
        margin-top: -50px;
        padding: 3px 0px 0px 0px;
    }
    .stuck {
        width: 47% !important;
    }
}

@media (max-width: 688px) {
    .divPromedio {
        float: left;
        margin-top: -100px;
        padding: 0px 0px 0px 14px;
        font-size: 1.5rem;
    }
    div.inputdata table {
        margin-top: 50px;
    }
}

@media (min-width: 480px) and (max-width: 640px) {
    .foto-encabezado {
        width: 100%;
        height: 240px;
    }

    .foto-perfil {
        width: 120px;
        height: 120px;
    }

    .col-foto-perfil {
        position: relative;
        /*top: -135px;*/ /* Coloca la foto de perfil dentro de la foto de encabezado de la empresa */
        margin-left: 15px;
        /*margin-bottom: -170px;*/
    }

    .panelEmpresa-body {
        /*margin-top: 70px;*/
    }

    .with-nav-tabs {
        margin-top: 40px;
    }
}

@media (max-width: 480px) {
    .foto-encabezado {
        width: 100%; 
        height: 160px;
    }

    .foto-perfil {
        height: 80px; 
        width: 80px;        
        position: relative;
        top: 0px; 
        left: 0px;
        
    }

    .foto-perfil img {
        height: 80px;
        width: 80px;
        margin-top: 80px;
    }

    .col-foto-perfil {
        position: relative;
        /*top: -90px;*/ /* Coloca la foto de perfil dentro de la foto de encabezado de la empresa */
        margin-left: 10px;
    }

    .lblNombreEmpresa {
        width: 100%;
    }
}

@media (min-width: 320px) {
    .dropdown-menu-opciones {
        right: 0;
        left: auto;
    }
}

@media (max-width: 640px) {
    .barra-configuracion > a > span {
        display: none;
    }

    .barra-configuracion > a > i {
        font-size: 16px;
    }
}


.ckbox {
	position: relative;
}
.ckbox input[type="checkbox"] {
	opacity: 0;
}
.ckbox label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ckbox label:before {
	content: '';
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	border-radius: 2px;
	border: 1px solid #bbb;
	background-color: #fff;
}
.ckbox input[type="checkbox"]:checked + label:before {
	border-color: #2BBCDE;
	background-color: #2BBCDE;
}
.ckbox input[type="checkbox"]:checked + label:after {
	top: 3px;
	left: 3.5px;
	content: '\e013';
	color: #fff;
	font-size: 11px;
	font-family: 'Glyphicons Halflings';
	position: absolute;
}
.table-filter .media .title {
	color: #2BBCDE;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	margin: 0;
}
.table-filter .media .title span {
	font-size: .8em;
	margin-right: 20px;
}
.table-filter .media .title span.pagado {
	color: #5cb85c;
}
.table-filter .media .title span.pendiente {
	color: #f0ad4e;
}
.table-filter .media .title span.cancelado {
	color: #d9534f;
}

.divMenu{
    display: none;
}

.menu {
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 315px;
    z-index: 1000;
    background: #fff;
    border: 1px solid #bce8f1;
    padding: 10px;
    left: 10px;
    max-height: 450px;
}

.menu div {
    background-color: #d9edf7;
}

.menu div h4 {
    text-align: center !important;
    color: #337ab7;
    margin: 0;
}

.menu div label {
    color: #337ab7;
    margin: 0;
}

.optionMenu:hover {
    background: #d4cdcd;
}

.menu ul li button {
    background-color: transparent;
    border: none;
    width: 100%;
    text-align: left;
    height: 16px;
    margin-left: 10px;
}

.menu ul li i {
    color: #337ab7 !important;
    position: relative;
    float: right;
}

.tituloMenu
{
    font: bold;
}

.menuInferior
{
    border-top: 1px solid gainsboro;
    padding-top: 10px;
}
