@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: #f9f9f9;
    color: #333333;
    font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 14px;
    position: relative;
}

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;
    border: 1px solid black;
    border-radius: 4px;
}

input[type=text], input[type=password], input[type=email] {
    background-color: white;
    border: 1px solid black;
    border-radius: 4px;
}

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

select {
    font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 14px;
    border: 1px solid black;
    border-radius: 4px;
}

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;*/
    background-color: white;
    color: #9fa3ab;
    width: 60px;
}

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

#cont_header > table {
    height: 57px;
}

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

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

#menu_expandido div.boton {
    padding: 20px 25px;
    cursor: pointer;
    color: #A2A19C;
}

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

#menu_expandido div.botonActivo {
    background-color: #f9f9f9;
    color: #433F40;
    font-weight: bold;
}

#menu_contraido {
    display: none;
}

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

#menu_contraido div.boton {
    padding: 20px 25px;
    cursor: pointer;
    color: #A2A19C;
    height: 50px;
}

#menu_contraido div.boton i {
    font-size: 20px;
    color: #444142;
    /*padding-left: 50px;*/
}

#menu_contraido div.botonActivo {
    background-color: #f9f9f9;
    color: #433F40;
    font-weight: bold;
}

#breadcrumbs {
    color: #fff;
    font-size: 15px;
    background: #bbb;
}

#breadcrumbs a {
    position: relative;
}

#kont_area {
    background-color: #f9f9f9;
    margin: 0;
    padding: 20px;
}

#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: #38D8CC;
    color: black;
    font-size: 15px; /* border: 1px solid #ccc; *//* box-shadow: 2px 1px 3px #aaa; */
}

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

#frm_registro select {
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
    /*border: none;*/
    width: 100% !important;
}

#frm_registro 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 {
    font-size: 30px !important;
    position: absolute;
    top: 9px;
    left: 290px;
    /*background: #EA1D1D;*/
    color: #333333;
    text-transform: uppercase;
    font-weight: 300 !important;
}

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

#frm_login table {
    width: 100%;
}

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

#frm_registro table {
    width: 100%;
}

#td_menu {

}

.logo {
    background: #393939
}

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

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;
}

.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/abbeclientes.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) {
    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) {
    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(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;
}

input[type="submit"] {

}

.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-color: #38D8CC;
    color: black;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
}

#td_menu {
    width: 220px;
}

#menu_expandido {
    position: fixed;
    width: 220px;
}

#menu_contraido {
    position: fixed;
    width: 60px;
}

#resp_mobile {
    display: none;
}

@media only screen and (max-width: 1360px) {

    /*
    body {
        background-color: red;
    }
    */
    #menu_expandido {
        display: none;
    }

    #div_menu {
        display: none;
    }

    #td_menu {
        width: 60px;
    }

    #menu_contraido {
        display: block;
    }

}

@media only screen and (max-width: 1190px) {

    /*
    body {
        background-color: yellow;
    }
    */
    #resp_full {
        display: none;
    }

    #resp_mobile {
        display: block;
    }

    div.ui-dialog {
        width: 500px !important;
    }

}

@media only screen and (max-width: 800px) {
    div.ui-dialog {
        width: 80% !important;
    }
}

#rm_header {
    background-color: #FFFFFF;
    padding: 10px 0 15px 0;
    position: fixed;
    width: 100%;
    background-image: url("images/barrita.jpg");
    background-position: bottom;
    background-repeat: repeat-x;
    z-index: 999999;
}

#rm_cont {
    padding: 75px 10px;
}

#rm_menu {
    width: 250px;
    margin: -6px -10px;
    padding: 10px;
    position: fixed;
    background-color: #f9f9f9;
    box-shadow: #D4D4D4 5px 5px 10px 0px;
    display: none;
    z-index: 999999;
}

#rm_menu div.boton {
    cursor: pointer;
}

#rm_menu_btn {
    cursor: pointer;
}