@import url('https://fonts.googleapis.com/css?family=Open+Sans');

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

html, body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    min-width: 1000px;
}

body {
    background-color: #F1F1F1;
    /*color: #73879c;*/
    color: #333333;
    font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 14px;
    position: relative;
    background-image: url("images/barritas.png");
    background-repeat: no-repeat;
    background-position: 100% 80px;
    background-attachment: fixed;
    background-size: 500px;
}

/*body:before {
    content: '';
    width: 450px;
    height: 300px;
    position: fixed;
    right: 0;
    bottom: -6px;
    background: url(images/bg.png);
    background-size: 100%;
    opacity: 0.1;
    background-position: bottom;
    background-repeat: no-repeat;
	z-index:0;
}*/

body:nth-child(2) {
    z-index: 10000;
}

a {
    text-decoration: none;
    color: black;
}

*:focus {
    outline: none;
}

img {
    border: 0;
}

textarea {
    resize: none;
    font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 14px;
    background-color: white;
}

/*
input[type=text], input[type=password], input[type=email] {
    background-color: white;
}
*/

input {
    font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 14px;
    padding: 2px 5px;
}

select {
    font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 14px;
}

div.form_validation_error {
    color: red;
}

td.form_validation_error {
    color: red;
}

div.smp_paginacion {
    text-align: center;
}

div.smp_paginacion span.pagination_item {
    padding: 0 20px;
}

div.smp_paginacion a {
    text-decoration: none;
    color: #C54F9B;
}

.dt_center {
    text-align: center;
}

.dt_right {
    text-align: right;
}

.dt_capitalize {
    text-transform: capitalize;
}

.consultar_btn {
    background: #FFF;
    border-radius: 4px;
    width: 66px;
    height: 18px;
    font-size: 13px;
    border: 1px #ddd solid;
    padding: 2px 6px;
    text-transform: capitalize;
}

.edit_btn {
    /* background: #FFF; */
    border-radius: 4px;
    width: 20px;
    display: inline-block;
    max-width: 20px;
    font-size: 0;
    height: 20px;
    color: transparent;
    overflow: hidden;
    /* padding: 2px 6px; */
    text-transform: capitalize;
}

.edit_btn2 {
    color: black !important;
}

.edit_btn:first-child {
    background: url(images/editar.png);
    background-repeat: no-repeat;
}

.edit_btn:nth-child(2) {
    background: url(images/galeria.png);
    background-repeat: no-repeat;
}

.edit_btn:nth-child(3) {
    background: url(images/planos.png);
    background-repeat: no-repeat;
}

.edit_btn:last-child {
    background: url(images/archivar.png) !important;
    background-repeat: no-repeat;
}

/*****************************************************************************************************************
HS Alert
*****************************************************************************************************************/
#smp_alert_nojavascript {
    border: 1px solid #900;
    background-color: #FFD7D7;
    color: red;
    text-align: center;
    padding: 30px;
    font-size: 1em;
}

#smp_alert_nojavascript a {
    color: red;
    font-size: 1em;
}

#smp_alert_browsercheck {
    border: 1px solid #900;
    background-color: #FFC;
    color: black;
    text-align: center;
    padding: 30px;
    font-size: 1em;
}

#smp_alert_browsercheck a {
    color: black;
    font-size: 1em;
}

/***********************************/

#smp_screenMessage, #smp_screenError {
    min-width: 50%;
    width: 50%;
    margin: 0 auto;
    padding: 4px;
}

/*****************************************************************************************************************
Ahora si va lo del sitio
*****************************************************************************************************************/

#div_menu {
    width: 60px;
}

#td_menu {
    background-color: #d4d8da;
    color: #9fa3ab;
    width: 60px;
}

#cont_header {
    background-color: #d4d8da;
    /*border-bottom: 1px solid #D9DEE4;*/
    height: 57px;
}

#cont_header > table {
    height: 57px;
}

#menu_expandido {
    width: 220px;
    position: fixed;
    height: 100%;
    background-color: #d4d8da;
    z-index: 99;
}

#menu_expandido div.logo {
    padding: 25px 0;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
}

#menu_expandido div.boton {
    /*color: #9BC0CC;*/
    /*color: white;
    cursor: pointer;
    border-right: 5px solid #2A3F54;
    text-align: left;
    padding: 10px 0;*/
    /****/
    /*padding-left: 50px;*/

}

/*.boton {
	padding: 17px;
	padding-left: 50px;
	position: relative;
	cursor: pointer;
	color: #9fa3ab;
	border-top: 2px solid rgba(255, 255, 255,1);
	text-transform: uppercase;
}*/

#menu_expandido div.seccion {
    font-weight: bold;
    font-size: 19px;
    background-color: #38D8CC;
    color: black;
    padding: 10px 20px;
    border-bottom: 2px solid white;
}

#menu_expandido div.boton {
    font-size: 13px;
    padding: 10px 20px;
    position: relative;
    cursor: pointer;
    color: #333333;
    border-bottom: 2px solid white; /*text-transform: uppercase;*/
}

#menu_expandido div.boton i {
    font-size: 20px;
    padding-left: 50px;
}

.boton:hover {
    background-color: rgba(255, 255, 255, 0.51);
}

#menu_expandido div.boton:hover {
    background-color: #38D8CC;
}

#menu_expandido div.botonActivo {
    border-right: 5px solid #38D8CC;
}

#menu_contraido {
    display: none;
}

#menu_contraido div.logo {
    padding: 25px 0;
    text-align: center;
}

#menu_contraido div.boton {
    /*color: #9BC0CC;*/
    color: white;
    cursor: pointer;
    border-right: 5px solid #2A3F54;
    text-align: center;
    padding: 10px 0;
}

#menu_contraido div.boton i {
    font-size: 20px;
    padding-left: 0;
}

#menu_contraido div.boton:hover {
    background-color: #374A5E;
}

#menu_contraido div.botonActivo {
    /*border-right: 5px solid #1ABB9C;*/
}

/*.botonActivo:before {
	width: 21px;
	height: 33px;
	content: '';
	background: url(images/f-r.png);
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -15px;
}*/
.botonActivo:before {
    width: 10px;
    height: 28px;
    content: '';
    background: url(images/f-r.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -15px;
}

#breadcrumbs {
    /* margin: 20px 20px 0 20px; */
    /*    padding: 20px;
    */
    color: #fff;
    font-size: 15px;
    background: #bbb;
}

#breadcrumbs a {
    position: relative;
}

#breadcrumbs a:first-child {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    margin-right: 3px;
    position: relative;
    background: #707070;
    display: inline-block;
}

#breadcrumbs a:first-child:after {
    content: '';
    width: 19px;
    display: block;
    height: 37px;
    background: url(images/uno.png);
    position: absolute;
    top: 0;
    right: -19px;
    z-index: 1;
}

/*#breadcrumbs a:first-child:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 37px 20px 0px 0;
    position: absolute;
    right: -22px;
    top: 0;
    border-color: #FFFFFF transparent transparent transparent;
    line-height: 0px;
    _border-color: #007bff #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}*/
#breadcrumbs a:nth-child(2) {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    margin-right: 4px;
    padding-left: 25px;
    position: relative;
    background: #818181;
    display: inline-block;
    margin-left: -10px;
}

#breadcrumbs a:nth-child(2):after {
    content: '';
    width: 19px;
    display: block;
    height: 37px;
    background: url(images/dos.png);
    position: absolute;
    top: 0;
    right: -19px;
    z-index: 1;
}

#breadcrumbs a:nth-child(2):before {
    /*    content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0px 0px 37px 20px;
            position: absolute;
            left: -19px;
            top: 0;
            border-color: #AAAAAA transparent #aaaaaa transparent;
            line-height: 0px;
            _border-color: #007bff #000000 #000000 #000000;
            _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');*/
}

#breadcrumbs a:nth-child(3) {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    margin-right: 4px;
    position: relative;
    background: #929292;
    padding-left: 25px;
    margin-left: -10px;
    display: inline-block;
}

#breadcrumbs a:nth-child(3):after {
    content: '';
    width: 19px;
    display: block;
    height: 37px;
    background: url(images/tres.png);
    position: absolute;
    top: 0;
    right: -19px;
    z-index: 1;
}

/*#breadcrumbs a:nth-child(3):before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0px 37px 20px;
    position: absolute;
    left: -19px;
    top: 0;
    border-color: #bbb transparent #bbb transparent;
    line-height: 0px;
    _border-color: #007bff #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}*/
#kont_area {
    /*background-color: #FFFFFF;*/
    margin: 20px;
    padding: 20px;
}

.boton:nth-child(1) {
    background: #fff;
}

#btn_defiltrar {
    color: red;
}

#contContainer {
    height: 420px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

form.formageneral input[type=text] {
    width: 400px;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 2px;
}

form.formageneral textarea {
    width: 400px;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 2px;
}

form.formageneral2 input[type=text] {
    width: 380px;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 2px;
}

form.formageneral2 textarea {
    width: 380px;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 2px;
}

form.formageneral_1col input[type=text] {
    width: 500px;
}

form.formageneral_1col textarea {
    width: 500px;
}

.smp_uploaded_img {
    border: 1px solid grey;
    margin: 10px;
    max-width: 250px;
}

.ui-widget, .ui-widget-content {
    color: #73879c !important;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif !important; /*font-size: 13px !important;*/
}

#frm_login input {
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
    border: none;
    width: 100% !important;
}

/*#frm_login input[type="submit"] {
	margin: 0 auto;
	margin-top: 20px;
	background: #fff;
	color: #9B2512;
	font-size: 20px;
	/* border: 1px solid #ccc; 
	box-shadow: 2px 1px 3px #aaa;
}*/
#frm_login input[type="submit"] {
    margin: 0 auto;
    margin-top: 20px;
    background: #38D8CC;
    color: black;
    font-size: 15px; /* border: 1px solid #ccc; *//* box-shadow: 2px 1px 3px #aaa; */
}

#kont_area h1 {
    /*  width: 100%;*/
    font-size: 30px !important;
    position: absolute;
    top: 9px;
    left: 290px;
    /*background: #EA1D1D;*/
    color: #333333;
    /*text-align: center;*/
    /*    padding: 10px !important;*/
    text-transform: uppercase;
    font-weight: 300 !important;
}

#frm_login {
    max-width: 320px;
    margin: 50px auto 0;
    position: relative;
}

#frm_login table {
    width: 100%;
}

i#btn_logout {
    color: #fff !important;
}

#td_menu {
    /*background: rgba(0, 0, 0, 0.29) !important;*/
}

.logo {
    background: #393939
}

#td_menu .logo {
    background-color: #fff;
    width: 250px;
    height: 150px;
    background-image: url(images/logo.png);
    background-size: 100%;
    background-position-y: -28px;
    color: transparent !important;
}

/*#menu_expandido .boton:nth-child(2) {
	background: rgba(0,0,0, 0.5);
}
#menu_expandido .boton:nth-child(3) {
	background: rgba(0,0,0, 0.45);
}
#menu_expandido .boton:nth-child(4) {
	background: rgba(0,0,0, 0.40);
}
#menu_expandido .boton:nth-child(5) {
	background: rgba(0, 0, 0, 0.35);
}
#menu_expandido .boton:nth-child(6) {
	background: rgba(0, 0, 0, 0.3);
}
#menu_expandido .boton:nth-child(7) {
	background: rgba(0, 0, 0, 0.25);
}
#menu_expandido .boton:nth-child(8) {
	background: rgba(0, 0, 0, 0.20);
}
#menu_expandido .boton:nth-child(9) {
	background: rgba(0, 0, 0, 0.15);
}
#menu_expandido .boton:nth-child(10) {
	background: rgba(0, 0, 0, 0.1);
}
#menu_expandido .boton:nth-child(11) {
	background: rgba(0, 0, 0, 0);
}*/
#cont_header td:nth-child(3) {
    color: #333333 !important;
    text-transform: capitalize;
    font-size: 17px;
}

#cont_header td:nth-child(1) img {
    display: none;
}

/*#cont_header td table td:nth-child(1):before {*/
/*font-family: 'EntypoRegular';*/
/*content: '\1F464';*/
/*font-size: 40px;*/
/*!* width: 25px; *!*/
/*!* height: 10px; *!*/
/*color: #fff;*/
/*}*/

thead {
    color: black;
    background: #D4D8DA;
    text-align: left !important;
    text-transform: uppercase;
}

a.paginate_button.current {
    background: #fff !important;
    color: #ccc !important;
    border: 2px solid #ccc;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    border-radius: 5px;
    border: 1px solid #ccc;
}

/*input[type="button"] {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 2px 5px;
}*/

.formageneral td {
    align-content: center;
    vertical-align: middle;
}

#div_contrato h1 {
    position: relative;
    color: #000 !important;
    top: auto !important;
    left: auto !important;
}

.btn-it {
    background: red;
    min-width: 100px;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    border: none;
    border-radius: 5px;
}

.nuevo input {
    color: transparent;
    background: transparent;
    border: none;
}

.nuevo {
    width: 50px;
    height: 50px;
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50px;
    float: right;
    box-shadow: -1px 3px 3px #ccc;
}

.nuevo:before {
    content: '+';
    font-size: 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    color: #9B2512;
    width: 25px;
    margin: 0 auto;
}

.acceso h1 {
    width: 100%;
    padding: 10px 0 !important;
    background: #d4d8da;
    text-align: center;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

.acceso .logo {
    background-color: #fff;
    background-image: url(images/logo.png);
    width: 100%;
    height: 150px;
    background-size: 100%;
    background-position: center;
}

.acceso td#td_menu {
    display: none;
}

.logo img {
    width: 100px !important;
    height: auto !important;
}

#div_galeria, #div_planos, #div_amenidades, #multimedia, #otros, .bg-blanco {
    background: #fff;
    border: 0px dashed blue !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    padding: 10px;
}

#frmDesarrollo tr:nth-child(30) {
    /*    background: #fff;
    background: #fff;*/
    border: 0px dashed blue !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    padding: 10px;
}

#frmDesarrollo tr:nth-child(31) {
    /*    background: #fff;
    background: #fff;*/
    border: 0px dashed blue !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    padding: 10px;
}

/*#frmDesarrollo tr:nth-child(32) h2{padding: 10px;}

#frmDesarrollo tr:nth-child(32){
    background: #fff;
    background: #fff;
     border: 0px dashed blue !important; 
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    padding: 10px;
    margin: -5px
}*/

#frmDesarrollo tr:nth-child(33) {
    background: #fff;
    background: #fff;
    border: 0px dashed blue !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    padding: 10px;
    margin: -5px
}

#frmDesarrollo tr:nth-child(34) {
    background: #fff;
    background: #fff;
    border: 0px dashed blue !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    padding: 10px;
    margin: -5px
}

#frmDesarrollo tr:nth-child(35) {
    background: #fff;
    background: #fff;
    border: 0px dashed blue !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    padding: 10px;
    margin: -5px
}

label {
    font-weight: bold;
}

div.botonera {
    width: 100%;
    position: fixed;
    height: 40px;
    line-height: 40px;
    left: 0px;
    bottom: 0px;
}

div.botonera input {
    background: #38D8CC;
    border: 0;
    color: black;
    text-transform: uppercase;
}

/**** NUEVOS ESTILOS ****/
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border: 1px solid #e8e8e8;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 15px 18px;
    border-bottom: 1px solid #e8e8e8 !important;
    border: 1px solid #e8e8e8;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #333333 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 0 !important;
    border-radius: 5px;
    background: #9a9a9a !important;
    background-color: #9a9a9a !important;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 15px;
    margin-top: 5px;
}

table.dataTable {
    margin-bottom: 20px;
}

tfoot {
    display: none;
}

#item img {
    width: 305px;
    margin: 5px;
    /* min-height: 300px; */
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    float: left;
    text-align: center;
    box-sizing: border-box;
}

#item {
    width: 310px;
    display: table;
    height: 245px;
    float: left;
}

#item table {
    display: table-cell;
}

#item {
    width: 33.3%;
    min-height: 260px;
    float: left;
}

#item .edit_btn {
    float: right;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
    background: #aaa !important;
    overflow: auto;
    display: block;
    max-width: none !important;
    width: auto !important;
    padding: 2px 15px;
}

input[type="button"], input[type="submit"] {
    background: #38D8CC;
    color: black;
    border: 0;
    border-radius: 4px; /*   padding: 5px 15px;*/
}

input[type="submit"] {
    /*	margin-top: 30px;*/
}

/*
#menu_expandido div:nth-child(2), #menu_expandido div:nth-child(4), #menu_expandido div:nth-child(3) {
    padding-right: 80px;
    line-height: 1em;
    padding: 18px 90px 18px 20px;
    box-sizing: border-box;
}
*/

.b-fixed {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9;
}

.dtclear {
    clear: both;
}

div.dt-buttons {
    width: 100%;
    text-align: right;
}

.botoncin {
    background: #38D8CC none repeat scroll 0 0;
    color: black;
    border: 0 none;
    border-radius: 4px;
    padding: 2px 5px;
    margin-left: 5px;
}

.fixed-dialog {
    position: fixed;
    /*top: 50px;*/
    /*left: 50px;*/
}

.flow_h_paso {
    background: none;
    background-color: #38D8CC;
    color: black;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
}

#tblAvanceDD td,
#tblAvanceC td {
    font-size: 15px;
    font-weight: normal;
}

.acc-sticky {
    
}