.ppag_div {
    width: 100%;
    height: auto;
    padding: 30px;
    text-align: center;
    border-top: 1px solid #dae3e9;
    display: block;
    background-color: white;
}

.txt_crd {
    color: #99a7b9 !important;
    font-weight: 400;
}

.txt_crd a {
    color: #f0743e !important;
    text-decoration: none;
    margin: 10px !important;
}

.txt_crd a:hover {
    text-decoration: underline;
}

.mrg_crd {
    margin-bottom: 30px;
}

.mrg_btn1 {
    margin: 30px 0;
}

.bodylk {
    border: 1px solid #cccccc;
    border-radius: 4px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 34px !important;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
    -webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075) !important;
    -moz-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075) !important;
}

.navbar-inverse input.search {
    background: url("../images/lens.png") no-repeat scroll 95% center #0F1217;
    border: 1px solid #0F1217;
    border-radius: 4px;
    color: #000000;
    font-size: 13px;
    height: 27px !important;
    margin-right: 40px;
    padding: 3px 6px;
    position: relative;
    top: 9px;
    transition: all 0.3s linear 0s;
    width: 220px;
}

.mrg_5 {
    width: 90%;
    margin: 5%;
}

.mrg_btn_submit {
    margin-top: 30px;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    margin: 10px 0 30px 0 !important;
    text-rendering: optimizelegibility;
}

.scroll-wrapper {
    width: 100%;
    height: auto;
    overflow: auto;
}

.scroll-wrapper_div {
    width: 100%;
    height: 150px;
    overflow: hidden;
    overflow-y: auto;
}

.scroll-wrapper_div_doble {
    width: 100%;
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
}

.scroll-wrapper_div_cuadruple {
    width: 100%;
    height: 600px;
    overflow: hidden;
    overflow-y: auto;
}

.div_fbc {
    vertical-align: middle !important;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.div_fbc_txt {
    margin: 5px 0 -20px 0;
    float: left;
    display: inline-block;
}

.div_fbc_btn {
    margin: -35px 0 20px 0;
}

.modal {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin-left: -45% !important;
    outline: medium none;
    position: fixed;
    top: 10%;
    width: 90% !important;
    height: auto;
    max-height: 650px;
    z-index: 1050;
}

.modal_small {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin-left: -25% !important;
    outline: medium none;
    position: fixed;
    top: 10%;
    width: 50% !important;
    height: auto;
    max-height: 300px;
    z-index: 1050;
}

.modal-header {
    border-bottom: 1px solid #EEEEEE;
    padding: 5px 12px 0 !important;
}

.modal-header h4 {
    margin: 10px 0 !important;
}

.modal-body {
    max-height: 590px !important;
    overflow-y: auto;
    padding: 15px;
    position: relative;
}

.tit_inf {
    margin: 0 0 50px 0 !important;
    border-bottom: 0px solid #dae3e9;
}

.tit_inf2 {
    margin: 40px 0 30px 0 !important;
    border-bottom: 0px solid #dae3e9;
}

.tit_inf, .tit_inf2 {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 400; 
}

/* !listas */
.users-list .header h3 {
    margin-top: 0px;
}
.users-list .header input.search {
    padding: 5px 6px;
    position: relative;
    top: 0px;
}
.users-list .header input.search:focus {
    box-shadow: none;
    border: 1px solid #888;
}
.users-list .header .ui-select {
    margin: 3px 40px 0 0;
}
.users-list .header .ui-dropdown {
    margin-left: 20px;
}
.users-list .header .ui-dropdown input.form-control {
    width: 60px;
    display: inline-block;
    height: 28px;
    margin: 0px 8px;
}
.users-list .header a.btn-flat span {
    font-size: 17px;
    position: relative;
    top: 2px;
    margin-right: 4px;
}
.users-list .table td {
    vertical-align: middle;
    font-size: 13px;
}
.users-list .table img.avatar {
    float: left;
    margin-right: 14px;
    max-width: 45px;
    position: relative;
    top: 8px;
}
.users-list .table a.name {
    color: #3389d1;
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin: 15px 0 0 0;
}
.users-list .table .subtext {
    font-size: 12px;
    margin-left: 0;
    color: #778391;
    font-style: italic;
    margin-top: 0;
}
.users-list .pagination {
    margin-top: 25px;
}

/* responsive */
@media (max-width: 767px) {
    .ui-dropdown .dialog .body {
        width: 250px;
        left: 58%;
        position: relative;
    }

    .users-list .table a.name {
        font-size: 12px;
    }
    .users-list .table td {
        font-size: 12px;
    }
    .users-list .table .avatar {
        display: none;
    }
    .users-list h3 {
        display: block;
        float: none;
        margin-bottom: 30px;
    }
    .users-list .header input.search {
        margin-bottom: 18px;
    }
    .users-list .header .ui-dropdown {
        float: left;
        margin-left: 0;
    }

    .ui-dropdown .dialog .body .form input[type="text"] {
        margin-top: 10px;
    }

    .ui-dropdown .dialog .body .form a {
        margin-top: 10px;
        margin-left: 18px;
    }
}

/* !form wizard */
#fuelux-wizard {
    margin-top: 60px;
}

.wizard-steps {
    list-style: none;
    display: block;
    width: 100%;
    padding: 0;
    margin: 12px 0 0;
    position: relative;
    left: -40px;
}
.wizard-steps li {
    display: block;
    text-align: center;
    float: left;
    min-width: 25%;
    max-width: 25%;
}
.wizard-steps li:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    font-size: 0;
    overflow: hidden;
    border-top: 3px solid #e5e8ed;
    position: relative;
    top: 12px;
    z-index: 1;
}
.wizard-steps li:first-child:before {
    max-width: 50%;
    left: 50%;
}
.wizard-steps li:last-child:before {
    max-width: 50%;
    width: 50%;
}
.wizard-steps li.active:before, .wizard-steps li.complete:before, .wizard-steps li.active .step, .wizard-steps li.complete .step {
    border-color: #cbdeee;
    color: #34a0ed;
    background-color: #f2f7fb;
    font-weight: bold;
    box-shadow: inset 0px 0px 1px 2px #fff;
}
.wizard-steps li .step {
    text-align: center;
    border: 2px solid #e5e8ed;
    color: #d8dce6;
    font-size: 19px;
    border-radius: 32px;
    line-height: 12px;
    padding: 7px 15px;
    background-color: #FFF;
    position: relative;
    z-index: 2;
    display: inline;
}
.wizard-steps li.complete .title, .wizard-steps li.active .title {
    color: #2b3d53;
}
.wizard-steps li .title {
    display: block;
    max-width: 100%;
    color: #b1bcc5;
    font-size: 13px;
    z-index: 104;
    text-align: center;
    table-layout: fixed;
    word-wrap: break-word;
    position: relative;
    top: -76px;
    line-height: 15px;
}

/* step content */
.step-content {
    margin-top: 40px;
    margin-left: 60px;
}
.step-content .step-pane {
    display: none;
    min-height: 267px;
}
.step-content .active {
    display: block;
}

/* step forms */
.form-wrapper .field-box {
    margin-bottom: 25px;
    margin-left: 0;
    float: left;
    width: 100%;
}
.form-wrapper .field-box:last-child {
    margin-bottom: 0px;
}
.form-wrapper label {
    display: inline-block;
    float: left;
    font-weight: 600;
    cursor: auto;
    font-size: 12px;
    width: 120px;
    text-align: left;
    position: relative;
    top: 2px;
}
.form-wrapper input[type="text"] {
    width: 400px;
}
.form-wrapper.payment-info label {
    width: 150px;
}
.form-wrapper .alert-msg {
    display: block;
    margin-left: 120px;
    margin-bottom: -4px;
    margin-top: 10px;
}
.form-wrapper .alert-msg i {
    font-size: 14px;
}

/*** Form states ***/
.form-wrapper .field-box {
    /* error */
    /* success */
}
.form-wrapper .field-box.error label,
.form-wrapper .field-box.error .alert-msg {
    color: #c73939;
}
.form-wrapper .field-box.error input {
    border-color: #c73939;
}
.form-wrapper .field-box.success label,
.form-wrapper .field-box.success .alert-msg {
    color: #379e48;
}
.form-wrapper .field-box.success input {
    border-color: #379e48;
}

/* actions */
.wizard-actions {
    float: right;
    margin-top: 30px;
    margin-right: 130px;
}
.wizard-actions .btn-next {
    margin-left: 15px;
}
.wizard-actions .btn-finish {
    display: none;
    margin-left: 15px;
}

/* responsive */
@media (max-width: 979px) {
    .step-content {
        margin-left: 0px;
    }
}
@media (max-width: 600px) {
    .wizard-steps {
        left: 0px;
    }

    .form-wrapper input[type="text"] {
        width: 200px;
    }
}

.oculto {
    display: none;
}

/* Estilos para los marcadores de los mapas */
.marker_1
{
    background-image: url("../images/markers/mrk_verde.png");
    text-align:center;
    white-space:nowrap;
    font-weight: 700;
    padding-top: 5px;
    text-shadow: 0 0 0.1em black, 0 0 0.1em black,
        0 0 0.1em black,0 0 0.1em black,0 0 0.1em;
    color: yellow;      
}
.marker_2
{
    background-image: url("../images/markers/mrk_rojo.png");
    text-align:center;
    white-space:nowrap;
    font-weight: 700;
    padding-top: 5px;
    text-shadow: 0 0 0.1em black, 0 0 0.1em black,
        0 0 0.1em black,0 0 0.1em black,0 0 0.1em;
    color: yellow;  
}
.marker_3
{
    background-image: url("../images/markers/mrk_azul.png");
    text-align:center;
    white-space:nowrap;
    font-weight: 700;
    padding-top: 5px;
    text-shadow: 0 0 0.1em black, 0 0 0.1em black,
        0 0 0.1em black,0 0 0.1em black,0 0 0.1em;
    color: yellow;  
}
.marker_4
{
    background-image: url("../images/markers/mrk_naranja.png");
    text-align:center;
    white-space:nowrap;
    font-weight: 700;
    padding-top: 5px;
    text-shadow: 0 0 0.1em black, 0 0 0.1em black,
        0 0 0.1em black,0 0 0.1em black,0 0 0.1em;
    color: yellow;   
}
.marker_5
{
    background-image: url("../images/markers/mrk_amarillo.png");
    text-align:center;
    white-space:nowrap;
    font-weight: 700;
    padding-top: 5px;
    text-shadow: 0 0 0.1em black, 0 0 0.1em black,
        0 0 0.1em black,0 0 0.1em black,0 0 0.1em;
    color: yellow;  
}
.marker_6
{
    background-image: url("../images/markers/mrk_gris.png");
    text-align:center;
    white-space:nowrap;
    font-weight: 700;
    padding-top: 5px;
    text-shadow: 0 0 0.1em black, 0 0 0.1em black,
        0 0 0.1em black,0 0 0.1em black,0 0 0.1em;
    color: yellow;  
}
.marker_7
{
    background-image: url("../images/markers/mrk_violeta.png");
    text-align:center;
    white-space:nowrap;
    font-weight: 700;
    padding-top: 5px;
    text-shadow: 0 0 0.1em black, 0 0 0.1em black,
        0 0 0.1em black,0 0 0.1em black,0 0 0.1em;
    color: yellow;   
}
.marker_8
{
    background-image: url("../images/markers/mrk_turquesa.png");
    text-align:center;
    white-space:nowrap;
    font-weight: 700;
    padding-top: 5px;
    text-shadow: 0 0 0.1em black, 0 0 0.1em black,
        0 0 0.1em black,0 0 0.1em black,0 0 0.1em;
    color: yellow;    
}
.marker_9
{
    background-image: url("../images/markers/mrk_fucsia.png");
    text-align:center;
    white-space:nowrap;
    font-weight: 700;
    padding-top: 5px;
    text-shadow: 0 0 0.1em black, 0 0 0.1em black,
        0 0 0.1em black,0 0 0.1em black,0 0 0.1em;
    color: yellow; 
}
.marker_10
{
    background-image: url("../images/markers/mrk_blanco.png");
    text-align:center;
    white-space:nowrap;
    font-weight: 700;
    padding-top: 5px;
    text-shadow: 0 0 0.1em black, 0 0 0.1em black,
        0 0 0.1em black,0 0 0.1em black,0 0 0.1em;
    color: yellow;  
}
.marker_11
{
    background-image: url("../images/markers/mrk_negro.png");
    text-align:center;
    white-space:nowrap;
    font-weight: 700;
    padding-top: 5px;
    text-shadow: 0 0 0.1em black, 0 0 0.1em black,
        0 0 0.1em black,0 0 0.1em black,0 0 0.1em;
    color: yellow;  
}