@font-face {
	font-family: 'Candara-Bold';
    src: url('../fonts/original_Candara_Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/original_Candara_Bold.woff') format('woff'),
         url('../fonts/original_Candara_Bold.ttf') format('truetype'),
         url('../fonts/original_Candara_Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Candara';
    src: url('../fonts/original_Candara.eot?#iefix') format('embedded-opentype'),
         url('../fonts/original_Candara.woff') format('woff'),
         url('../fonts/original_Candara.ttf') format('truetype'),
         url('../fonts/original_Candara.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* GENERALES =====================================*/
.alert-success {
    color: #32167e;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
* {
    outline: none;
font-family: 'Comfortaa', cursive;
}
.navbar { border:none;}
.navbar-brand{
font-family: 'Comfortaa', cursive;

  color: #fff !important;
  text-transform: uppercase;
}
header {
    padding-top: 11px;
    height: 150px;
    background: #525659;
    background-image: url(../images/homx03.jpg);
    color: #fff;
    background-size: cover;
    background-position: center;
}
 h1 {
    font-size: 31px;
    text-transform: uppercase;
    font-family: 'Comfortaa', cursive;
    /* font-family: 'Roboto', sans-serif; */
    font-weight: bold;
    color: #627769;
}

 h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: #5a6932;
}
section.section-internas .container {
    min-height: 69.5vh;
    width: 90%;
    max-width: 1200px;
}

.text-muted {
    color: #d7d7d7;
}
.col-md-3.menu_bg {
    /*background: #004750;*/
    /*position: absolute;
    top: 0;
    bottom: 0;*/
}
.panel-heading {
    padding: 0;
}

/* INICIO ===========================================*/
section#inicio {
    background-image: url(../images/Varuna-Xicaru-Departamentos-y-terrenos-en-venta-en-puerto-escondido-exteriores-y-amenidades-62-scaled.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#incio .logo{
	position: initial;
	margin: 0 auto;
	text-align: center;
}
body {    
    background: #F2F2F2;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.logo {
	/*margin-top: 3%;*/
	/*position: absolute;
	width: 433px;*/
	/*margin-top: 15%;*/
	/* right: 12px; */
	/* margin-bottom: 2%; */
	/*margin-left: 19%;*/
	/* margin: 0 auto; */
	background: rgba(255,255,255,0.7);
	width: 100%;
	text-align: center;
	}
.logo.inicio{
    margin-top: 15%;
    right: 12px;
    margin-bottom: 2%;
    margin-left: 19%;
    margin: 0 auto;
    background: rgba(255,255,255,0.7);
}

.login-form {
    /*margin-top: 20%;
    margin-bottom: 25%;*/
	max-width: 500px;
    margin: 0 auto;
	/*margin-top: 520px;*/
}
.img-login {
    text-align: center;
}
input {    
    padding: 14px 0px 14px 0px;
    background: rgba(244,244,244,0.40);
    border: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #eeeeee inset;
}
.breadcrumb {
    /*background-color: #eff3f6;*/
    background-color: #fff;
    border-radius: 0;
    padding: 0;
    text-decoration-color: #bdb6b6;
}
.breadcrumb>.active {
    color: #cab8ab;
}
#inicio .col-md-9 {
    width: 100%;
}

input#usr_email, input#usr_pass, ::placeholder {
    width: 70% !important;
    color: #32167e !important;
    font: caption;
    background: none;
}

/* ENLACES ===================================== */
.cont_iconos a {
    color: #444444 !important;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
a {
    color: #cab8ab;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
a:focus, a:hover {
    color: #627769;
}
.user a{
    /*color: #444;*/
    padding-left: 20px;

}
.user a:hover {
    background: #80BD01;
	display: block;
}

/*ol.breadcrumb a {
    color: #133475;
}
ol.breadcrumb li.active {
    color: #030e2d;
}*/
a.btn:hover, .btn:hover, .office2010blueKGR .kgrRefresh:hover, span.kgrInsert:hover {
    background: #627769 !important;
}
.btn-primary.focus, .btn-primary:focus {
    border: none;
    box-shadow: none;
    outline: none;
}
/* ============================================== */
.user.text-right.cursorPointer {
    background: #627769;
    padding: 10px 5px;
    line-height: 15px;
    text-align: center;
    margin-top: -12px;
}
span.glyphicon.glyphicon-user {
    margin-right: 15px;
}
span.caret {
    margin-right: 10px;
}
input {    padding: 15px;
    background: #cccccc;
    border: 1px solid #fff;
}

label.col-md-3 {
    /*margin: 17px 0;*/
    vertical-align: middle;
	color:#838485;
	text-align:right;
	text-transform: uppercase;
}

/* BOTONES ====================================== */
button.btn.btn-lg.btn-primary.btn-block {
    margin: 0 auto;
    max-width: 120%;
}
.btn-primary {
    color: #fff;
    background-color: #525659;
    border-color: transparent;
    border-radius: 0;
}
.btn-primary:hover {
    color: #fff;
    background-color: #107C83;
    border-color: transparent;
    border-radius: 0;
}
a.btn, .btn {
    background-color: #80BD01;
	color: #fff;
}

.btn-delete{
    background-color: red !important;
}
.btn-delete:hover{
    background-color: orange !important;
}

/*FORMULARIOS ================================== */
input, textarea {
    margin-bottom: .5em;
    border-radius: 0 !important;
}

.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}
form[role=login] {
	color: #5d5d5d;
	/* margin-top: 255px; */
	/*background: #ccc;
    border: solid 2px #fff;*/
	/*padding: 26px;*/
}
form[role=login] img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.login-form .form-group {
    margin-bottom: 15px;
    background: rgb(255 255 255 / 0.7);
}
input#usr_pass, input#usr_email {
    background: transparent !important;
    border: none;
    margin: 0;
	margin-bottom: 8px;
	margin-top: 8px;
}
.cont_error{
    margin: 15px 0;
}
.cont_error>.alert{
    text-align: center;
}
.cont_main{
    background: #FFF;
}
.panel-default>.panel-heading{
    background-color: #FFF;
}
.panel-body{
    min-height: 567px;
	padding: inherit;
}
section.section-internas {
    background: #eff3f6;
}
/*.colmenu {
    padding: 0;
}*/
.navbar-default .navbar-nav>li>a{
    color: #fff;
    font-size: 14px;
    /* font-family: 'Open Sans', sans-serif; */
    font-weight: 200;
    /* line-height: 28px; */
}
.cont_menu {
    background: #627769;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color: #000;
    /*background: #80BD01;*/
}
.nav>li:hover, .nav>li.active {
    background: #627769;
}
.user{
    line-height: 57px;
}
.footer_site{
    font-size: 80%;
}
.panel-footer {
    padding: 25px 15px;
    background-color: #627769;
    border-top: none;
    /*top: 253px;*/
    font-family: 'Roboto', sans-serif;
    color: #fff;
    /* border-bottom-right-radius: 3px; */
    /* border-bottom-left-radius: 3px; */
}
/*ICONOS*/
img.icon-obras {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-top: 11px;
    padding: 15px;
    background: #c4a8a1;
    border: 10px solid #f7f7f7;
    border-radius: 50%;
    transition: .5s;
    box-shadow: 5px 5px 5px rgba(204, 204, 204, 0.5);
}
/*.cont_iconos a p {
    width: 100px;
    height: 100px;
    background: #107C83;
    border: 5px solid #f4f4f4;
    border-radius: 50%;
    transition: .5s;
    box-shadow: 5px 5px 5px rgba(204, 204, 204, 0.5);
    text-align: center;
    margin: 10px auto;
}
.cont_iconos a p:hover {
    background: #80BD01;
}*/
img.icon-obras:hover {
    background: #627769;
}
.cont_iconos{
    /*margin: 30px 0;*/
}
.cont_iconosIndex{
    margin: 20px 0px 40px 0px;
}
.logo img {
    width: 79%;
    margin-left: 0;
}
.new_line{
    display: block;
    margin: 15px 0;
}
.icon_btn{
    padding: 5px;
    margin-left: -20px;
}
.cont_proycrear label{
    font-size: 13px;
}

.fancybox-inner{
    /*overflow: hidden !important;*/
    overflow: hidden !important;
    overflow-y: auto !important;
}

.ui-autocomplete-loading {
    background: white url("../images/ui-anim_basic_16x16.gif") right center no-repeat;
}

 .msg_response{
    padding: 15px;
    font-weight: bold;
    color: #84878A;
    font-size: 18px;
 }
 .kgrLinkAddProv{
	font-size: 10px;
    display: inline-block;
    height: 18px;
	margin-left: 1px;
    margin-right: 1px;		
 }

/*Estilos para el grid bootstrap*/
section.section-internas>.panel-body>.container {
    background: #fff;
	padding-left: 0;
    padding-right: 25px;
}
div#fechaInicio_datepicker, div#fechaFin_datepicker {
    top: 0px !important;
    left: 160px !important;
}
.datable_bootstrap .table{
    margin-bottom: 10px;
    font-size: 12px;
}
.datable_bootstrap .dataTables_paginate{
    margin-top: -15px;
    /*text-align: right;*/
}
.datable_bootstrap table thead{
    background: #bbc7d8;
}
.datable_bootstrap .table-striped{
    background: #dee5eb;
}
.datable_bootstrap .dataTables_info{
    font-size: 11px;
}

.glyphicon-trash{
    cursor: pointer;
}

input[type="file"]{
    width:340px;
}
.prodConsumido{
    background:#da8133;
    color:#FFF
}

.fieldHidden{
    display: none !important;
}
select option[disabled] {
    color: #ccc;
}
.error{
    font-size: 10px !important;
}
.tituloTblHM{
    font-size: 15px !important;
    font-weight: bold;
}
.pesos{
    position: relative !important;
}
.pesos::before {
    content: '$ ';
    position: absolute;
    width: 8px;
    height: 8px;
    left: 5px;
    top: 10px;
}
.ptcFactor{
	margin-left: -20px;
  font-size: 18px;
}
/*.col-md-9 .row {*/
.panel-inicio {
    display: block !important;
}


/*estilos menu ===============================================*/
ul.nav.navbar-nav img {
    float: left;
    margin-right: 15px;
    max-width: 20px;
}
.navbar-header {
	background: url(../images/bg_menu.png);
	background-size: cover;
	color: #fff;
}


/*.navbar-header {
   background: rgba(209,209,209,1);
    background: -moz-linear-gradient(top, rgba(209,209,209,1) 0%, rgba(226,226,226,1) 52%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(209,209,209,1)), color-stop(52%, rgba(226,226,226,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(top, rgba(209,209,209,1) 0%, rgba(226,226,226,1) 52%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(top, rgba(209,209,209,1) 0%, rgba(226,226,226,1) 52%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(top, rgba(209,209,209,1) 0%, rgba(226,226,226,1) 52%, rgba(254,254,254,1) 100%);
    background: #012D30;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#fefefe', GradientType=0 );
}*/
	h1.titulo {
		/*border-bottom: 1px solid #7B992D;*/
	}
    h2.titulo {
        
    }
	#map {
		height: 300px;
	}

.inpDisabledConc{
    width:60px;
    border-radius:5px;
    padding:8px;
}
#msgNoModFechas{
    font-size: 10px;
    font-weight: bold;
}
.inpConcP{
	width: 80px !important;
}
.defaultKCD .kcdDay a{
	font-size: small;
}
#contsGrid .defaultKCD .kcdDay a{
	font-size: 11px;
}
.tblContEstimacion{
   font-size: 11px;
}
.content_block{
    display: block;
}
.content_block div{
    display: inline-block;
    width: 48%;
}
.font_small{
    font-size: 10px;
}
.font_medium{
    font-size: 14px;
}
.alt_minima{
    min-height: 60px;
}
.iconoCalendario{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	width: 16px;
	height: 16px;
	background: transparent url(../images/icon_calendar.png) no-repeat scroll 0 0;
	cursor: pointer;
	margin-right: 2px;
}
/* ======================================================================*/

/*quitar btns flechas e input type number*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}

/*Empiezan los media queries*/

@media (min-width: 993px) {
.navbar-collapse {
    height: auto;
    border-top: 0;
    box-shadow: none;
    max-height: none;
    padding-left:0;
    padding-right:0;
}
.navbar-collapse.collapse {
    display: block !important;
    width: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}
.navbar-collapse.in {
    overflow-x: visible;
}

.navbar
{
    max-width:300px;
    margin-right: 0;
    margin-left: 0;
}

.navbar-nav,
.navbar-nav > li,
.navbar-left,
.navbar-right,
.navbar-header
{float:none !important;}

.navbar-right .dropdown-menu {left:0;right:auto;}
.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

.dropdown-menu>li>a:hover{
	background: #80BD01;
	display: block;
	color: #fff;
}
.dropdown-menu>li>a {
    color: #fff;
	padding: padding: 7px 20px !important;
}

.nav>li {
    position: relative;
    display: block;
    /*border-bottom: 1px solid #7B992D;*/
    background: #c4a8a1;
    font-family:  'Open Sans', sans-serif;
    font-size: 16px;
}
.navbar-collapse.collapse {
    display: block !important;
    width: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    background: rgba(255, 255, 255, 0.075);
}
}
@media (min-width: 768px) {
.nav>li {
    position: relative;
    display: block;
    border-right: transparent;
	padding: 10px 15px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #fff;
	display: block;
}
.navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-nav>li>a.active{
    color: #fff;
	display: block;;
	background: #80BD01;
}
}

@media (max-width: 768px) {
.nav>li {
    position: relative;
    display: block;
    border-bottom: 1px solid #d2d2d2;
    background: #1B79B9;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #FFF;
    background: #1B79B9;
}
.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
}
}


/*css para fancys*/
#fancy_AbonarPago, #fancy_Abonar, #fancyEliminarAbono{
    display:none;
    width:560px;
    padding: 10px;
    border: #ccc solid thin;
    margin: 0 auto;
}

.pointer{
    cursor: pointer;
}
.oculto{
    display: none;
}

/*Css para boton de carga de imagenes*/

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {

    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/*ancho para los iconos que se usan en grids*/
.iconoDesactivar{
    width: 20px !important;
}

.btn-delete{
    background-color: red !important;
}
.btn-delete:hover{
    background-color: orange !important;
}

a.btn, .btn {
    background: #c4a8a1 !important;
    color: white;
    background-color: #32167e;
    margin-bottom: 11px;
    /*margin-left: 44px;*/
    padding: 10px 10px 10px 10px;
    /* background: #fff; */
    border: 1px solid #cab8ab;
    height: auto;
    /* line-height: 1.7em; */
    /* color: #cab8ab; */
    margin: 0 auto !important;
    border-radius: 0;
    /* padding: 13px 41px 13px 41px; */
    /* margin-right: 3px; */
    margin-left: 12px;
    width: 100%;
}

.white{
    color: white;
}



/*Menu de perfil usuario*/
.dropdown-menu {
    background-color: #fff;
    top: 144%;
    border-radius: 0;
    left: -6px;
}
 {
    background: #80BD01;
}
ul.dropdown-menu {
    background: #107c83;
    border: 0;
    color: #fff;
}
  .dropdown-menu>li>a{
    color: #fff;
  }
  
/*Clases error y valid para validator*/
 input{/*border:1px solid black;*/margin-bottom:.5em;}
 input.error, select.error, textarea.error{border:1px solid red;}
 label.error{background:url('../images/error.gif') no-repeat;padding-left:16px;margin-left:.3em;}
 label.valid{background:url('../images/valid.gif') no-repeat;display:block;width:16px;height:16px;}

/*Clases para cambiar contraseÃ¯Â¿Â½as*/
 .password .glyphicon,#password2 .glyphicon {
    display:none;
    right: 15px;
    position: absolute;
    top: 12px;
    cursor:pointer;
    z-index: 10;
}

.white{
    color: white;
}


.imagenperfil{
    max-height: 250px;
}


.mini-icon{
    width: 20px;
}

  .badge-help{
    background: white !important;
  }

  .tabladocs{
    height: 400px;
    overflow-y: auto;
  }
.section-internas .col-md-3.bg_menu {
    background: #627769;
    display: flex;
    padding: 0;
    width: 16%;
    max-width: 192px;
}

nav.navbar.navbar-default {
    display: block;
    width: 100%;
}


section.section-internas.row {
    display: flex;
}

/*TABLAS =====================================================*/

.cont_grid, div#aclaracionesGrid, div#garantiasGrid, div#garantiasGrid_updatepanel, div#comunicadosGrid, div#comunicadosGrid_updatepanel, div#momentosGrid, div#momentosGrid_updatepanel, div#sugerenciasGrid, div#MensajesGrid, div#MensajesGrid_updatepanel {
    width: 100% !important;
}


div#contsGrid {
    width: 100%;
    
	overflow-x: scroll;
}
div#sugerenciasGrid_updatepanel {
    width: 100%;
}
div#estadoCuentaGrid {
    overflow-x: scroll;
    width: 95% !important;
    margin-left: 0;
}
.alert-info {
    margin-top: 1em;
	margin: 12px 15px 12px 15px;
}
a.btn.btn-primary {
    margin-left: 15px;
    background: #c4a8a1 !important;
    color: white;
}
.office2010blueKGR .kgrHeader {
	background: #627769 !important;
	border: none!important;
	text-align: center !important;
	text-transform: uppercase;
	font-weight: bold !important;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 1em !important;
}
 .office2010blueKGR .kgrPager {
	background: #627769 !IMPORTANT;
}
 
table.kgrTable, div#comunicadosGrid_mt, .office2010blueKGR .kgrTableView{
    border: none !important;
}
.office2010blueKGR .kgrAltRow { 
background:none !important;
}
.office2010blueKGR .kgrCell {
    border: none !important;
    border-bottom: 1px solid #ececec !important;
    text-align: left;
}

a.btn.btn-primary.btnEnviarMensaje {
    margin: 15px 0;
    background: #c4a8a1 !important;
    color: white;
}
input#fechaAl, input#fechaDel {
    /*background: none;
    border: none;
    padding: 0 15px;
    color: #133475;
    font-weight: bold;*/
	background: #EFF3F6;
    border: none;
    padding: 17px 0px 17px 14px;
    /* margin: -7%; */
    /* color: #133475; */
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.office2010blueKGR .kgrPager .kgrInfo {
	    color: #444;
	}
	.office2010blueKGR .kgrPager .kgrInfo {
    float: right;
    color: #fff;
    line-height: 22px;
    padding: 0 10px;
    white-space: nowrap;
    cursor: default;
}
.office2010blueKGR .kgrPager .kgrPageSize {
    padding: 0 10px;
    color: #fff;
}

.office2010blueKGR .kgrSortHeaderText, .office2010blueDummyHeader .kgrSortHeaderText, .office2010blueKGR .kgrHeader .kgrIn, .office2010blueDummyHeader .kgrIn {
    color: #fff !important; }

.office2010blueKGR .kgrLinkEdit {
    background-position: 0px -1697px !important;
}
.kgrIn a {
    display: inline-block;
    vertical-align: middle;
	color: #444;
}
.kgrIn a.btn {
    display: inline-block;
    vertical-align: middle;
	/* color: #fff !important; */
}
.office2010blueKGR .kgrPager a.kgrNumSelected span, .office2010blueKGR .kgrPager a.kgrNumSelected:hover span, .office2010blueKGR .kgrPager a.kgrNumSelected, .office2010blueKGR .kgrPager a.kgrNumSelected:hover { background:none !important;}
.office2010blueKGR .kgrFunctionPanel {
    background: none !important;
}
a.kgrNumSelected span {
    color: #fff;
}
.office2010blueKGR .kgrRefresh a, .office2010blueKGR .kgrInsert a {
    color: #fff!important;
}
.office2010blueKGR .kgrRefresh , span.kgrInsert{
    float: none;
    background: #c4a8a1;
    border: 1px solid #c4a8a1 !important;
    padding: 10px 5px;
    color: #fff;
}
.office2010blueKGR .kgrRefresh {
    float: none !important;
}
.kgrPager.kgrNextPrevAndNumericPager {
    border: none !important;
}
.office2010blueKGR .kgrPager a.kgrNum:hover span, .office2010blueKGR .kgrPager a.kgrNum:hover {
	background:none !important;}
	span.kgrRefresh a, span.kgrInsert a {
    vertical-align: middle;
}
.office2010blueKGR .kgrFunctionPanel {
    line-height: 46px !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    margin-top: 16px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    /*margin-left: 18px;*/
    /*margin-top: 9px;*/
    -webkit-box-shadow: ;
	    background: transparent;
    /*border: none;*/
    /* margin-bottom: 12px; */
    /*margin: 0 auto;*/
}

/*.form-control select#fraccionamiento {
    margin-top: 0;
    border: none;
}*/

.sinborde{
    margin-top: 0;
    border: none !important;
}

/*.row, .row {
    margin-right: -15px;
    margin-bottom: 7px;
    margin-left: auto;
	background: #fff;
}*/

select {
    color: black;
}
.office2010blueKGR .kgrPager .kgrInfo {
    color: white !important;
}
.office2010blueKGR .kgrFilterCell {
	background: none !important;
    border-style: none none solid none !important;
    border-width: 1px;
    border-color: #e0eaf7 !important;
}

/*Menu de perfil usuario
.dropdown-menu {
    background-color: #fff;
    top: 144%;
    border-radius: 0;
    left: -6px;
}

  .dropdown-menu>li>a{
    color: #000146;
  }*/

.bootstrap-duallistbox-container select {
    height: 102px;
    margin: 0;
}

  .mini-icon{
    width: 10px;
  }

  .badge-help{
    background: white !important;
  }
  
  h3{
      color: #5a6932;
      font-family: "Candara-Bold";
  }
  h4{
      color: #5a6932;
      font-family: "Candara-Bold";
  }
  .infocondomino{
      display: none;
  }



.lista-controls ol li {
    padding: 10px 15px;
    margin: 0 0 4px;
    cursor: pointer;
    background: #07c;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

/*edicion de preguntas*/
.cont_lista_preguntas h2{
    margin:1em 0 .5em;
}
#sortable { 
    list-style-type: none; 
    margin: 0; 
    padding: 0;
}
#sortable li {
    position: relative;
    margin: 0 0 10px;
    padding: 10px;
    padding-left: 1.5em;
    cursor: move;
    background: #f5f5f5;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 6px -3px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 6px -3px rgba(0,0,0,.3);
    box-shadow: 1px 1px 6px -3px rgba(0,0,0,.3);
    -webkit-transition:all ease-in-out .2s;
    -moz-transition:all ease-in-out .2s;
    -transition:all ease-in-out .2s;
}
#sortable li.ui-sortable-helper {
    background:#e5e5e5;
}
#sortable li:after {
    content:'';
    display:block;
    clear:both;
}
#sortable li span {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 2px;
}
.cont_pregunta{
    display:inline-block;
    vertical-align:middle;
    width:80%;
    color: #07c;
    line-height: 1.2em;
    text-align:left;
    font-size:1.1em;
    font-weight:600;
}
.botones_edit_elim{
    display:inline-block;
    vertical-align:middle;
    width:18%;
}
.botones_edit_elim div{
    cursor:pointer;
    background:#fff;
    border:1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.botones_edit_elim div:hover{
    background:#eee;
    color:#333;
}
.botones_edit_elim div:first-child{
    margin-bottom:5px;
}
/*termina edicion de preguntas*/


a#saveOrder, #salvar_data {
    display:inline-block;
    min-height: 34px;
    line-height:34px;
    background: #2DB200;
    color: #fff;
    text-decoration:none;
    text-transform: uppercase;
    font-weight: bold;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 15px;
    cursor: pointer;
}



.loadingImg{
    display: none;
}

#agregar_texto_mul, #eliminar_texto_mul {
    width:34px;
    height:34px;
    padding:0;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background:#666;
}
#agregar_texto_mul:hover, #eliminar_texto_mul:hover {
    background:#888;
}
/*terminan campos y botones*/


.msg_ok, .msg_delete{
    display: block;
    padding: 5px;
    background: #ccc;
    width: 120px;
    text-align: center;
    border-radius: 3px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
}

.bootstrap-duallistbox-container .move, .bootstrap-duallistbox-container .remove{
    width: 50% !important;
}


img.img-emergencias{
    width: 20px;
}

.alert-info a {
    color: #31708f;
    text-: double;
    font-weight: bold;
}

i.fa.fa-4{font-size:7em}

.container {
    width: 90%;
    max-width: 1200px;
    padding: 0;
}

header .col-md-7 {
    height: 130px;
    max-width: 15.5%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.col-md-9 {
    width: 84%;
}

header .col-md-5 {
    float: right;
}

.panel-footer img {
    width: 5%;
}


/***************** responsivo ***************/
@media (max-width:480px){
.col-md-9 {
    width: 90%;
    margin: 0 auto;
    margin-top: 10%;
}
section.section-internas>.panel-body>.container {
    padding-right: 0;
}
header .col-md-7 {
    height: 72px;
}
header {
    height: 100px;
}
}

#mappanico_googlep{
    height: 450px;
}

#mapAlarmas_status{
    height: 450px;
}

div#cont_peticiones_mapa span {
    color: #5806ca !important;
    font-weight: 800;
    /*font-size: 20px;*/
}
.contenedor_peticion {
    width: 96%;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 80px;
}
.cont_peticion {
    box-shadow: none;
    margin-left: 0;
    margin: 10px auto;
}
 /*Nuevos estilos*/
 .painting_areaPeticion {
    height: 40px;
    /*background: red;*/
}
.cont_peticion .painting_areaPeticion {
    height: 10px;
}
.cont_peticion {
    /*background: #f3f3f3;*/
    padding: 0;
    box-shadow: none;
    font-weight: 800;
    color: #ffffff !important;
    cursor: pointer;
    margin-bottom: 10px;
    min-width: 35%;
    margin: auto 10px;
    font-size: 12px;
}

.col-md-5.botones {
    width: 100%;
    padding: 14PX;
    text-align: center;
    border-radius: 5px;
    border-left: 8px solid #c4a8a1;
    border-top: 1px solid #c4a8a1;
    border-right: 1px solid #c4a8a1;
    border-bottom: 1px solid #c4a8a1;
    margin: 8px 0px;
}

.height-btn.left {
    color: #627769;
    font-weight: 700;
    font-size: 1em !important;
    border-radius: 4px;
}

.height-btn {
    height: auto;
    width: 100%;
    text-align: center;
}

.height-btn.right {
    font-size: 1em !important;
    color: #627769;
    border-radius: 4px;
    font-weight: 600;
    margin-left: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
}

.botones .label.label-info {
    background: transparent;
    width: 60px;
    color: #627769;
    padding: 6px;
    font-weight: 500 !important;
    border: 1px solid #c4a8a1;
}

.botones .label.label-info a {
    color: #c4a8a1;
    font-size: 13px;
}

.flex {
    display: flex;
    width: 100%;
}


.apagarAlarmaCM{
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin: 15px 0px 10px 0px;
    border: 1px solid #c4a8a1;
    /* background: transparent; */
    /* color: #c4a8a1; */
    background: #c4a8a1 !important;
    color: white;
}

#txtBuscarAlarma{
    margin-top: 16px;
}

#buscarAlmMonitor{
    margin-top: 16px;
    border-radius: 5px !important;
    padding: 8px 20px;
    background: #627769;
    border: 0;
}

.disponibles {
    background: #fff !important;
}

.todas {
    background: #fff !important;
}

#accionesBtnsMapa{
    display: flex;
    justify-content: space-between;
}

#mpm_1, #mpm_2{
    width: 35%;
    padding: 10px;
    font-size: 13px;
    background: #c4a8a1 !important;
    color: white;
}

#accionesBtnsMapa{
    margin-top: 10px;
}

div#divChat {
    margin-top: 30px;
    padding-left: 0;
    text-align: center;
}

.titleChatPeticion{
    padding: 8px 0px;
}

#divChat .panel-body {
    min-height: 200px !important;
    border-bottom: 1px solid #627769;
    margin-bottom: 10px;
}

#inputmensaje{
    margin: 8px 0px;
}

button#btn-chat, button#btn-chat2 {
    /* background-color: #fff; */
    padding: 4px 20px;
    text-shadow: none;
    outline: none;
    border-radius: 0.25em;
    font-size: 16px;
    width: 50%;
    background: #c4a8a1 !important;
    color: white;
}

.panel-title{
    font-size: 19px;
    font-weight: 600;
    margin-top: 15px;
    text-transform: capitalize;
    font-family: 'Arial';
}

.contenedos_peticiones.col-md-3 {
    /* border-right: 1px solid #1ca571; */
    margin-top: 18px;
    height: 89vh;
    padding-left: 0;
    margin-right: 5px;
}

#leftWindowMonitor{
    display: flex;
    flex-direction: column;
}

.orange{
    background: #efa740;
}
.green{
    background: #147953;
}
.red{
    background: #c22701;
}

.divTable {
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableCell, .divTableHead {
	display: table-cell;
	padding: 3px;
}

.infPeti-lbl p{
    font-weight: 900;
    color: #000;
}

#ulChat{
    list-style-type: none;
    padding: 20px 10px
}

/* Estilos dashboard */
div#areachart_div {
    width: 100% !important;
    float: left;
    margin: 0;
    padding: 0px 10px 30px 0;
}

div#velochart_div {
    object-position: left;
    width: 79%;
}


li.right.clearfix, li.left.clearfix{
    margin-bottom: 25px;
}

.titleReportePeticion{
    font-weight: 600;
    font-size: 15px;
    margin: 0px 10px 0px 15px;
    font-family: "Arial";
}

/* quitar viÃƒÂ±eta de una lista */
.sinVineta::marker{
    color: transparent;
}

.photodetailreport{
    object-fit: cover;
    width: 80%;
    height: 100%;
    margin: 10%;
}

table#tabla-mensajes tr{
    border-bottom: 1px solid black;
}

table#tabla-mensajes th, table#tabla-mensajes td{
    padding: 0px 10px !important;
    text-align: center;
}

.textoTipoBotonEnGrids{
    cursor: pointer;
    color: #007bff;
}

.textoTipoBotonEnGrids:hover{
    color: #007bff;
}

#tabla-reportesmascotas th, #tabla-reportespersonas th {
    padding: 5px 8px;
    text-align: center;
    font-size: 13px;
}

#tabla-reportesmascotas td, #tabla-reportespersonas td {
    padding: 3px 8px;
    font-size: 13px;
}

table#tabla-mensajes, table#tabla-reportesmascotas{
    width: 100%;
}

#tabla-divRepoMascotas{
    overflow: auto;
}

#sin-reportesMascotas, #no-mensaje{
    margin-top: 5%;
}

#mapaZonaMascota{
    color: black;
    height: 400px; 
    position: relative;
    text-align: center;
}

.altoAutoModales{
    min-height: auto !important;
}

#divCodigoQRVisitantes{
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

#textoAccesoVisitasQR{
    text-align: center;
    font-size: 18px;
    height: 50vh;
    display: flex;
    align-items: center;
    font-family: auto;
}

.unaSolaLineaMenuLateral{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
    padding: 0 !important;
}

.textoCentrado{
    text-align: center;
}

.oculto2{
	display: none !important;
}

/***NUEVOS 2024***/
.row.botones {
    margin-bottom: 1em;
}

.row.botones div {
    width: max-content !important;
    max-width: 100% !important;
}
.panel-primary>.panel-heading {
    background: #627769;
    border-color: #627769;
}

.panel.panel-primary {
    border-color: #627769;
}
.btn-warning:hover {
    border: 0;
    background: #627769;
}
.filtro_estatus, .filtros {
    margin-bottom: 1em;
}
.btns-egreso {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1em;
}

.text-center .material-symbols-outlined {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-top: 11px;
    padding: 15px;
    background: #c4a8a1;
    border: 10px solid #f7f7f7;
    border-radius: 50%;
    transition: .5s;
    box-shadow: 5px 5px 5px rgba(204, 204, 204, 0.5);
    color: #fff;
    font-size: 40px;
}
.text-center .material-symbols-outlined:hover {
    background: #627769;

}
.nav>li i.icon.material-icons-outlined {
    font-size: 20px;
    color: #fff;
}

.nav>li {
    display: flex;
    align-items: center;
}