﻿/* Base -------------------------------------------------------------------------------- */

@font-face {
    font-family: open-sans-light;
    src: url("fonts/open-sans-light.ttf");
}

@font-face {
    font-family: open-sans-regular;
    src: url("fonts/open-sans-regular.ttf");
}

@font-face {
    font-family: open-sans-bold;
    src: url("fonts/open-sans-bold.ttf");
}

* {
    font-size: 12px;
    font-family: open-sans-regular;
    /*font-size: 12px;
    font-family: Segoe UI;*/
    line-height: 20px;
    color: #333;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: default;
    outline: none;
    background-repeat: no-repeat;
}

html, body, form {
    width: 100%;
    height: 100%;
}

div {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

    table tr td {
        padding: 0;
        margin: 0;
    }

img {
    width: 100%;
    height: auto;
}

/* Columns to Responsive -------------------------------------------------------------------------------- */

.band {
    padding: 0 12px;
    /*overflow: hidden;*/
}

.box {
    /*max-width: 1440px;*/
    max-width: 1100px;
    height: 100%;
    margin: 0 auto;
    background-color: transparent;
    background-image: unset;
}

    .box.wide {
        width: 100%;
        max-width: unset;
    }

.row {
    /* Quitando el margin que viene de Bootstrap */
    /* margin: 0 !important;*/
}

.row.gap-8 .col {
    padding: 0 8px;
}

.col {
    float: left !important;
    padding: 0 4px !important;
}

.col.blank::after {
    content: " ";
    white-space: pre;
}

.col.ws-1 {
	width: 8.33%;
	margin: 0 !important;
}

.col.ws-2 {
	width: 16.66%;
	margin: 0 !important;
}

.col.ws-3 {
	width: 25%;
	margin: 0 !important;
}

.col.ws-4 {
	width: 33.33%;
	margin: 0 !important;
}

.col.ws-5 {
	width: 41.66%;
	margin: 0 !important;
}

.col.ws-6 {
	width: 50%;
	margin: 0 !important;
}

.col.ws-7 {
	width: 58.33%;
	margin: 0 !important;
}

.col.ws-8 {
	width: 66.66%;
	margin: 0 !important;
}

.col.ws-9 {
	width: 75%;
	margin: 0 !important;
}

.col.ws-10 {
	width: 83.33%;
	margin: 0 !important;
}

.col.ws-11 {
	width: 91.66%;
	margin: 0 !important;
}

.col.ws-12 {
	width: 100%;
	margin: 0 !important;
}

.col.ws-1-c {
	width: 8.33%;
	margin: 0 calc((100% - 8.33%) / 2) !important;
}

.col.ws-2-c {
	width: 16.66%;
	margin: 0 calc((100% - 16.66%) / 2) !important;
}

.col.ws-3-c {
	width: 25%;
	margin: 0 calc((100% - 25%) / 2) !important;
}

.col.ws-4-c {
	width: 33.33%;
	margin: 0 calc((100% - 33.33%) / 2) !important;
}

.col.ws-5-c {
	width: 41.66%;
	margin: 0 calc((100% - 41.66%) / 2) !important;
}

.col.ws-6-c {
	width: 50%;
	margin: 0 calc((100% - 50%) / 2) !important;
}

.col.ws-7-c {
	width: 58.33%;
	margin: 0 calc((100% - 58.33%) / 2) !important;
}

.col.ws-8-c {
	width: 66.66%;
	margin: 0 calc((100% - 66.66%) / 2) !important;
}

.col.ws-9-c {
	width: 75%;
	margin: 0 calc((100% - 75%) / 2) !important;
}

.col.ws-10-c {
	width: 83.33%;
	margin: 0 calc((100% - 83.33%) / 2) !important;
}

.col.ws-11-c {
	width: 91.66%;
	margin: 0 calc((100% - 91.66%) / 2) !important;
}

.col.ws-hide {
    display: none !important;
}

.col.ws-right {
    float: right !important;
}

/* -------------------- */

@media ( max-width : 1440px) {
    .col.xs-1 {
        width: 8.33%;
        margin: 0 !important;
    }

    .col.xs-2 {
        width: 16.66%;
        margin: 0 !important;
    }

    .col.xs-3 {
        width: 25%;
        margin: 0 !important;
    }

    .col.xs-4 {
        width: 33.33%;
        margin: 0 !important;
    }

    .col.xs-5 {
        width: 41.66%;
        margin: 0 !important;
    }

    .col.xs-6 {
        width: 50%;
        margin: 0 !important;
    }

    .col.xs-7 {
        width: 58.33%;
        margin: 0 !important;
    }

    .col.xs-8 {
        width: 66.66%;
        margin: 0 !important;
    }

    .col.xs-9 {
        width: 75%;
        margin: 0 !important;
    }

    .col.xs-10 {
        width: 83.33%;
        margin: 0 !important;
    }

    .col.xs-11 {
        width: 91.66%;
        margin: 0 !important;
    }

    .col.xs-12 {
        width: 100%;
        margin: 0 !important;
    }

    .col.xs-1-c {
        width: 8.33%;
        margin: 0 calc((100% - 8.33%) / 2) !important;
    }

    .col.xs-2-c {
        width: 16.66%;
        margin: 0 calc((100% - 16.66%) / 2) !important;
    }

    .col.xs-3-c {
        width: 25%;
        margin: 0 calc((100% - 25%) / 2) !important;
    }

    .col.xs-4-c {
        width: 33.33%;
        margin: 0 calc((100% - 33.33%) / 2) !important;
    }

    .col.xs-5-c {
        width: 41.66%;
        margin: 0 calc((100% - 41.66%) / 2) !important;
    }

    .col.xs-6-c {
        width: 50%;
        margin: 0 calc((100% - 50%) / 2) !important;
    }

    .col.xs-7-c {
        width: 58.33%;
        margin: 0 calc((100% - 58.33%) / 2) !important;
    }

    .col.xs-8-c {
        width: 66.66%;
        margin: 0 calc((100% - 66.66%) / 2) !important;
    }

    .col.xs-9-c {
        width: 75%;
        margin: 0 calc((100% - 75%) / 2) !important;
    }

    .col.xs-10-c {
        width: 83.33%;
        margin: 0 calc((100% - 83.33%) / 2) !important;
    }

    .col.xs-11 {
        width: 91.66%;
        margin: 0 calc((100% - 91.66%) / 2) !important;
    }

    .col.xs-hide {
        display: none !important;
    }

    .col.xs-right {
        float: right !important;
    }
}

/* -------------------- */

@media ( max-width : 1024px) {
    .col.ls-1 {
        width: 8.33%;
        margin: 0 !important;
    }

    .col.ls-2 {
        width: 16.66%;
        margin: 0 !important;
    }

    .col.ls-3 {
        width: 25%;
        margin: 0 !important;
    }

    .col.ls-4 {
        width: 33.33%;
        margin: 0 !important;
    }

    .col.ls-5 {
        width: 41.66%;
        margin: 0 !important;
    }

    .col.ls-6 {
        width: 50%;
        margin: 0 !important;
    }

    .col.ls-7 {
        width: 58.33%;
        margin: 0 !important;
    }

    .col.ls-8 {
        width: 66.66%;
        margin: 0 !important;
    }

    .col.ls-9 {
        width: 75%;
        margin: 0 !important;
    }

    .col.ls-10 {
        width: 83.33%;
        margin: 0 !important;
    }

    .col.ls-11 {
        width: 91.66%;
        margin: 0 !important;
    }

    .col.ls-12 {
        width: 100%;
        margin: 0 !important;
    }

    .col.ls-1-c {
        width: 8.33%;
        margin: 0 calc((100% - 8.33%) / 2) !important;
    }

    .col.ls-2-c {
        width: 16.66%;
        margin: 0 calc((100% - 16.66%) / 2) !important;
    }

    .col.ls-3-c {
        width: 25%;
        margin: 0 calc((100% - 25%) / 2) !important;
    }

    .col.ls-4-c {
        width: 33.33%;
        margin: 0 calc((100% - 33.33%) / 2) !important;
    }

    .col.ls-5-c {
        width: 41.66%;
        margin: 0 calc((100% - 41.66%) / 2) !important;
    }

    .col.ls-6-c {
        width: 50%;
        margin: 0 calc((100% - 50%) / 2) !important;
    }

    .col.ls-7-c {
        width: 58.33%;
        margin: 0 calc((100% - 58.33%) / 2) !important;
    }

    .col.ls-8-c {
        width: 66.66%;
        margin: 0 calc((100% - 66.66%) / 2) !important;
    }

    .col.ls-9-c {
        width: 75%;
        margin: 0 calc((100% - 75%) / 2) !important;
    }

    .col.ls-10-c {
        width: 83.33%;
        margin: 0 calc((100% - 83.33%) / 2) !important;
    }

    .col.ls-11-c {
        width: 91.66%;
        margin: 0 calc((100% - 91.66%) / 2) !important;
    }

    .col.ls-hide {
        display: none !important;
    }

    .col.ls-right {
        float: right !important;
    }
}

/* -------------------- */

@media ( max-width : 768px) {
    .col.ms-1 {
        width: 8.33%;
        margin: 0 !important;
    }

    .col.ms-2 {
        width: 16.66%;
        margin: 0 !important;
    }

    .col.ms-3 {
        width: 25%;
        margin: 0 !important;
    }

    .col.ms-4 {
        width: 33.33%;
        margin: 0 !important;
    }

    .col.ms-5 {
        width: 41.66%;
        margin: 0 !important;
    }

    .col.ms-6 {
        width: 50%;
        margin: 0 !important;
    }

    .col.ms-7 {
        width: 58.33%;
        margin: 0 !important;
    }

    .col.ms-8 {
        width: 66.66%;
        margin: 0 !important;
    }

    .col.ms-9 {
        width: 75%;
        margin: 0 !important;
    }

    .col.ms-10 {
        width: 83.33%;
        margin: 0 !important;
    }

    .col.ms-11 {
        width: 91.66%;
        margin: 0 !important;
    }

    .col.ms-12 {
        width: 100%;
        margin: 0 !important;
    }

    .col.ms-1-c {
        width: 8.33%;
        margin: 0 calc((100% - 8.33%) / 2) !important;
    }

    .col.ms-2-c {
        width: 16.66%;
        margin: 0 calc((100% - 16.66%) / 2) !important;
    }

    .col.ms-3-c {
        width: 25%;
        margin: 0 calc((100% - 25%) / 2) !important;
    }

    .col.ms-4-c {
        width: 33.33%;
        margin: 0 calc((100% - 33.33%) / 2) !important;
    }

    .col.ms-5-c {
        width: 41.66%;
        margin: 0 calc((100% - 41.66%) / 2) !important;
    }

    .col.ms-6-c {
        width: 50%;
        margin: 0 calc((100% - 50%) / 2) !important;
    }

    .col.ms-7-c {
        width: 58.33%;
        margin: 0 calc((100% - 58.33%) / 2) !important;
    }

    .col.ms-8-c {
        width: 66.66%;
        margin: 0 calc((100% - 66.66%) / 2) !important;
    }

    .col.ms-9-c {
        width: 75%;
        margin: 0 calc((100% - 75%) / 2) !important;
    }

    .col.ms-10-c {
        width: 83.33%;
        margin: 0 calc((100% - 83.33%) / 2) !important;
    }

    .col.ms-11-c {
        width: 91.66%;
        margin: 0 calc((100% - 91.66%) / 2) !important;
    }

    .col.ms-hide {
        display: none !important;
    }

    .col.ms-right {
        float: right !important;
    }
}

/* -------------------- */

@media ( max-width : 425px) {
    .col.ss-1 {
        width: 8.33%;
        margin: 0 !important;
    }

    .col.ss-2 {
        width: 16.66%;
        margin: 0 !important;
    }

    .col.ss-3 {
        width: 25%;
        margin: 0 !important;
    }

    .col.ss-4 {
        width: 33.33%;
        margin: 0 !important;
    }

    .col.ss-5 {
        width: 41.66%;
        margin: 0 !important;
    }

    .col.ss-6 {
        width: 50%;
        margin: 0 !important;
    }

    .col.ss-7 {
        width: 58.33%;
        margin: 0 !important;
    }

    .col.ss-8 {
        width: 66.66%;
        margin: 0 !important;
    }

    .col.ss-9 {
        width: 75%;
        margin: 0 !important;
    }

    .col.ss-10 {
        width: 83.33%;
        margin: 0 !important;
    }

    .col.ss-11 {
        width: 91.66%;
        margin: 0 !important;
    }

    .col.ss-12 {
        width: 100%;
        margin: 0 !important;
    }

    .col.ss-1-c {
        width: 8.33%;
        margin: 0 calc((100% - 8.33%) / 2) !important;
    }

    .col.ss-2-c {
        width: 16.66%;
        margin: 0 calc((100% - 16.66%) / 2) !important;
    }

    .col.ss-3-c {
        width: 25%;
        margin: 0 calc((100% - 25%) / 2) !important;
    }

    .col.ss-4-c {
        width: 33.33%;
        margin: 0 calc((100% - 33.33%) / 2) !important;
    }

    .col.ss-5-c {
        width: 41.66%;
        margin: 0 calc((100% - 41.66%) / 2) !important;
    }

    .col.ss-6-c {
        width: 50%;
        margin: 0 calc((100% - 50%) / 2) !important;
    }

    .col.ss-7-c {
        width: 58.33%;
        margin: 0 calc((100% - 58.33%) / 2) !important;
    }

    .col.ss-8-c {
        width: 66.66%;
        margin: 0 calc((100% - 66.66%) / 2) !important;
    }

    .col.ss-9-c {
        width: 75%;
        margin: 0 calc((100% - 75%) / 2) !important;
    }

    .col.ss-10-c {
        width: 83.33%;
        margin: 0 calc((100% - 83.33%) / 2) !important;
    }

    .col.ss-11-c {
        width: 91.66%;
        margin: 0 calc((100% - 91.66%) / 2) !important;
    }

    .col.ss-hide {
        display: none !important;
    }

    .col.ss-right {
        float: right !important;
    }
}

/* Form UI -------------------------------------------------------------------------------- */

.ninjaInputBox {

}

.inputBox {

}

.inputLabel {
    display: inline-block;
    padding: 4px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.inputText, .inputSelect, .inputTextarea {
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 3px 8px;
    border-radius: 2px;
}

.inputSelect {
    height: 28px;
}

.inputTextarea {
    height: 100px;
}

.inputButton {
    padding: 3px 12px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #eee;
    cursor: pointer;
}

    .inputButton.blue {
        /* 	background-color:#007cb9; */
        /*background-color: #1f78d1;*/
        /*background-color: #0089ce;*/
        background-color: #0094de;
        /*border-color: #0064a5;*/
        /*border-color: #1f78d1;*/
        border-color: #0b8bdf;
        color: #fff;
    }

    .inputButton.green {
        background-color: #008257;
        border-color: #006e43;
        color: #fff;
    }

    .inputButton.red {
        background-color: #dc4c3b;
        border-color: #c83827;
        color: #fff;
    }

    .inputButton.black {
        background-color: #333;
        color: #fff;
        border-color: #666;
    }

    .inputButton.white {
        background-color: #fff;
        color: #0094de;
        font-weight: bold;
        border-color: #fff;
    }

    .inputButton.yellow {
        background-color: #ffca3a;
        color: #745c1b;
        border-color: #d1a630;
    }

    .inputButton.orange {
        background-color: #ec4e20;
        color: #fff;
        border-color: #d7471e;
    }

.valueText {
    display: block;
    padding: 3px 8px;
    min-height: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
}

.upload {
    display: block;
    width: 100%;
    height: 20px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    text-align: left;
    padding: 0 8px;
    cursor: pointer;
}

    .upload > .inputFile {
        display: none;
        cursor: inherit;
    }

    .upload > .inputFileText {
        width: 100%;
        line-height: 20px;
        cursor: inherit;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.inputBox {
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    padding: 4px 6px;
    background-color: #fff;
    min-height: 50px;

    float: left;
    margin: 0 2px 4px 2px;
}

    .inputBox > .inputLabel {
        display: block;
        padding: 0;
        color: #888;
    }

    .inputBox > .inputText,
    .inputBox > .inputTextarea,
    .inputBox > .inputSelect,
    .inputBox > .upload,
    .inputBox > .valueText {
        padding: 0;
        border: unset;
    }

    .inputBox > .inputSelect {
        height: 20px;
    }

.inputBox.ws-1 {
    width: calc(12.5% - 4px);
}

.inputBox.ws-2 {
    width: calc(25% - 4px);
}

.inputBox.ws-3 {
    width: 37.5%;
}

.inputBox.ws-4 {
    width: 50%;
}

.inputBox.ws-5 {
    width: calc(62.5% - 4px);
}

.inputBox.ws-6 {
    width: calc(75% - 4px);
}

.inputBox.ws-7 {
    width: calc(87.5% - 4px);
}

.inputBox.ws-8 {
    width: calc(100% - 4px);
}

@media ( max-width : 1440px) {
    .inputBox.xs--1 {
        width: calc(12.5% - 4px);
    }

    .inputBox.xs--2 {
        width: calc(25% - 4px);
    }

    .inputBox.xs--3 {
        width: calc(37.5% - 4px);
    }

    .inputBox.xs--4 {
        width: calc(50% - 4px);
    }

    .inputBox.xs--5 {
        width: calc(62.5% - 4px);
    }

    .inputBox.xs--6 {
        width: calc(75% - 4px);
    }

    .inputBox.xs--7 {
        width: calc(87.5% - 4px);
    }

    .inputBox.xs--8 {
        width: calc(100% - 4px);
    }
}

@media ( max-width : 1024px) {
    .inputBox.ls-1 {
        width: calc(12.5% - 4px);
    }

    .inputBox.ls-2 {
        width: calc(25% - 4px);
    }

    .inputBox.ls-3 {
        width: calc(37.5% - 4px);
    }

    .inputBox.ls-4 {
        width: calc(50% - 4px);
    }

    .inputBox.ls-5 {
        width: calc(62.5% - 4px);
    }

    .inputBox.ls-6 {
        width: calc(75% - 4px);
    }

    .inputBox.ls-7 {
        width: calc(87.5% - 4px);
    }

    .inputBox.ls-8 {
        width: calc(100% - 4px);
    }
}

@media ( max-width : 768px) {
    .inputBox.ms-1 {
        width: calc(12.5% - 4px);
    }

    .inputBox.ms-2 {
        width: calc(25% - 4px);
    }

    .inputBox.ms-3 {
        width: calc(37.5% - 4px);
    }

    .inputBox.ms-4 {
        width: calc(50% - 4px);
    }

    .inputBox.ms-5 {
        width: calc(62.5% - 4px);
    }

    .inputBox.ms-6 {
        width: calc(75% - 4px);
    }

    .inputBox.ms-7 {
        width: calc(87.5% - 4px);
    }

    .inputBox.ms-8 {
        width: calc(100% - 4px);
    }
}

@media ( max-width : 425px) {
    .inputBox.ss-1 {
        width: calc(12.5% - 4px);
    }

    .inputBox.ss-2 {
        width: calc(25% - 4px);
    }

    .inputBox.ss-3 {
        width: calc(37.5% - 4px);
    }

    .inputBox.ss-4 {
        width: calc(50% - 4px);
    }

    .inputBox.ss-5 {
        width: calc(62.5% - 4px);
    }

    .inputBox.ss-6 {
        width: calc(75% - 4px);
    }

    .inputBox.ss-7 {
        width: calc(87.5% - 4px);
    }

    .inputBox.ss-8 {
        width: calc(100% - 4px);
    }
}

/* Tools- -------------------------------------------------------------------------------- */

/*.option {
    overflow: hidden;
    cursor: pointer;
}

    .option:last-child {
        margin-right: 0;
    }

    .option > .icon {
        float: left;
        width: 16px;
        height: 16px;
        margin-top: calc(( 20px - 16px)/2);
        margin-right: 6px;
        cursor: inherit;
    }

        .option > .icon.blank {
            border: 1px solid #e4e4e4;
            border-radius: 2px;
            background-color: #fff;
        }

    .option > .text {
        float: left;
        width: calc(100% - 16px - 6px);
        text-align: left;
        color: inherit;
        cursor: inherit;
        background-color: inherit;
        line-height: inherit;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }*/

.table {
    display: table;
    padding: 0;
    margin: 0;
}

.table-row {
    display: table-row;
    padding: 0;
    margin: 0;
}

.table-cell {
    display: table-cell;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

    .table-cell.middle {
        vertical-align: middle;
    }

.wide {
    width: 100% !important;
}

.high {
    height: 100% !important;
}

.scroller {
    overflow: auto !important;
}

.scroller-x {
    overflow: hidden !important;
    overflow-x: auto !important;
}

.scroller-y {
    overflow: hidden !important;
    overflow-y: auto !important;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.float {
    float: left;
}

.float-right {
    float: right !important;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fill {
    width: 100%;
    height: 2000px;
}

    .fill.color {
        background-color: #ffc;
    }

    .fill.lite {
        height: 500px !important;
    }

.clear {
    clear: both !important;
}