/**
 * Base stylesheet
 * @project: Magnus
 * @author: ASM Web Services
 * @version: 1.0
 */
/*
 * Reset css
 */
/*
 * Variables used in all the scss files
 */
/*****************************************
 VARIABLES
***************************************** */
/* Colors */
/* Font style */
/* Measures */
/*****************************************
 MIXINS
***************************************** */
* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    /* Mejorar el font-face en safari */
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

img {
    border: 0;
    vertical-align: top;
}

a, button, input[type=submit] {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #6c6c6c;
}

a:hover {
    text-decoration: underline;
    color: #6c6c6c;
}

section, header, footer, nav {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav {
    text-align: left;
    letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    font-family: klavika-bold, serif;
}

address {
    font-style: normal;
}

/*
 * Variables used in all the scss files
 */
/*****************************************
 VARIABLES
***************************************** */
/* Colors */
/* Font style */
/* Measures */
/*****************************************
 MIXINS
***************************************** */
/*
 * @section: fonts
 */
/*@font-face {*/
/*    font-family: 'txgregular';*/
/*    src: url("/assets/fonts/texgyreheros-regular-webfont.eot");*/
/*    src: url("/assets/fonts/texgyreheros-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/texgyreheros-regular-webfont.woff") format("woff"), url("/assets/fonts/texgyreheros-regular-webfont.ttf") format("truetype"), url("/assets/fonts/texgyreheros-regular-webfont.svg#texgyreherosregular") format("svg");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'txgbold';*/
/*    src: url("/assets/fonts/texgyreheros-bold-webfont.eot");*/
/*    src: url("/assets/fonts/texgyreheros-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/texgyreheros-bold-webfont.woff") format("woff"), url("/assets/fonts/texgyreheros-bold-webfont.ttf") format("truetype"), url("/assets/fonts/texgyreheros-bold-webfont.svg#texgyreherosbold") format("svg");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'robotolight';*/
/*    src: url("/assets/fonts/Roboto-Light-webfont.eot");*/
/*    src: url("/assets/fonts/Roboto-Light-webfont?#iefix") format("embedded-opentype"), url("/assets/fonts/Roboto-Light-webfont.woff2") format("woff2"), url("/assets/fonts/Roboto-Light-webfont.woff") format("woff"), url("/assets/fonts/Roboto-Light-webfont.ttf") format("truetype"), url("/assets/fonts/Roboto-Light-webfont.svg#robotolight") format("svg");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'roboto';*/
/*    src: url("/assets/fonts/Roboto-Regular-webfont.eot");*/
/*    src: url("/assets/fonts/Roboto-Regular-webfont?#iefix") format("embedded-opentype"), url("/assets/fonts/Roboto-Regular-webfont.woff2") format("woff2"), url("/assets/fonts/Roboto-Regular-webfont.woff") format("woff"), url("/assets/fonts/Roboto-Regular-webfont.ttf") format("truetype"), url("/assets/fonts/Roboto-Regular-webfont.svg#robotoregular") format("svg");*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'robotobold';*/
/*    src: url("/assets/fonts/Roboto-Bold-webfont.eot");*/
/*    src: url("/assets/fonts/Roboto-Bold-webfont?#iefix") format("embedded-opentype"), url("/assets/fonts/Roboto-Bold-webfont.woff2") format("woff2"), url("/assets/fonts/Roboto-Bold-webfont.woff") format("woff"), url("/assets/fonts/Roboto-Bold-webfont.ttf") format("truetype"), url("/assets/fonts/Roboto-Bold-webfont.svg#robotobold") format("svg");*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/

@font-face{
    font-family:"klavika-light";
    src:url("/assets/fonts/klavika-light.otf") format("woff"),
    url("/assets/fonts/klavika-light.otf") format("opentype"),
    url("/assets/fonts/klavika-light.otf") format("truetype");
}

@font-face{
    font-family:"klavika-light-italic";
    src:url("/assets/fonts/klavika-light-italic.otf") format("woff"),
    url("/assets/fonts/klavika-light-italic.otf") format("opentype"),
    url("/assets/fonts/klavika-light-italic.otf") format("truetype");
}

@font-face {
    font-family: 'klavika-bold';
    src: url("/assets/fonts/klavika-bold-opentype.otf");
}

@font-face {
    font-family: 'LiberationSans';
    src: url("/assets/fonts/LiberationSans-Regular.ttf");
    /*font-weight: 700;*/
    /*font-style: normal;*/
}

/*
 * @section: helpers
 */
.nobr {
    white-space: nowrap;
}

.ofh {
    overflow: hidden;
}

@media screen {
    .print_only {
        display: none;
    }
}

/*
 * @section: layout
 */
body {
    color: #6c6c6c;
    font-size: 14px;
    font-family: 'klavika-light', serif;
    /* chrome print background colors */
    -webkit-print-color-adjust: exact;
}

h1 {
    color: black;
    /*font-family: roboto;*/
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 25px;
    margin-top: 0;
    /*padding-top: 20px;*/
}

h2 {
    font-size: 24px;
    margin-bottom: 15px;
    padding-top: 10px;
}

footer {
    background: white;
    margin-top: 30px;
    padding: 40px 0;
    text-align: center;
}

/*
 * @section: forms
 */
@media screen and (min-width: 768px) and (max-width: 990px) {
    form .col-md-6 {
        clear: both;
    }
}

label {
    font-size: 14px;
    /*text-transform: uppercase;*/
    margin-bottom: 5px;
    margin-top: 3px;
}

/*input, .form-control {*/
    /*height: 30px;*/
    /*line-height: 30px;*/
    /*-moz-border-radius: 0;*/
    /*-webkit-border-radius: 0;*/
    /*border-radius: 0;*/
    /*padding: 0 5px;*/
    /*background: white;*/
    /*border: 1px solid #ccc;*/
/*}*/

input.form-control {
    height: 30px;
    line-height: 30px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 5px;
    background: white;
    border: 1px solid #ccc;
}


input[type="radio"],
input[type="checkbox"] {
    height: auto;
    vertical-align: inherit;
}

.form-control.select2-container {
    height: 30px !important;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
}

.form-control.select2-container.select2-container-multi {
    height: auto !important;
}

.select2-dropdown-open .select2-choice {
    background: none;
}

.select2-container .select2-choice,
.select2-container .select2-choice .select2-arrow {
    background-image: none;
    height: 28px;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
}

.select2-container .select2-choice .select2-arrow {
    border-left: 1px solid #ccc;
    background: #eee;
}

.select2-search input {
    height: 26px !important;
}

.form-group .buttonset label {
    margin-right: 10px;
}

.input-group .input-group-addon {
    cursor: pointer;
}

.actions, #actions {
    margin-top: 25px;
}

.actions-center {
    text-align: center;
}

.actions-right {
    text-align: right;
    padding-right: 15px;
    padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .actions-right {
        padding-top: 20px;
    }
}

#actions_top {
    margin-top: -50px;
    height: 50px;
}

#actions_top .btn {
    margin-left: 5px;
}

main button, main .button, main .button_grey, main .btn-success.active, main .btn-success.focus, main .btn-success:active, main .btn-success:focus, main .btn-success:hover, main .btn, main .btn.btn-primary {
    border: none;
    font-family: 'klavika-light', Helvetica;
    color: #666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #FFFFFF !important;
}

main button:hover, main .button:hover, main .button_grey:hover, main .btn-success:hover, main .btn:hover {
    /*background: #fffff1 !important;*/
    background: #FFFC01 !important;
}

main button:focus, main .button:focus, main .button_grey:focus, main .btn-success:focus, main .btn:focus {
    /*background: #fffff1 !important;*/
    background: #FFFC01 !important;
}

main button:hover, main .button:hover, main .button_grey:hover, main .btn-success:hover, main .btn:hover {
    color: #666 !important;
}

a.button, a.button_grey, a.btn-success.active, a.btn-success.focus, a.btn-success:active, a.btn-success:focus, a.btn-success:hover {
    display: inline-block;
    text-align: center;
}

a.button:hover, a.button_grey:hover, a.btn-success:hover {
    text-decoration: none;
    /*color: white;*/
}

.button_grey, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover {
    background: #aeaeae;
}

.button_grey:hover, .btn-success:hover {
    background: #bbbbbb;
}

.button_grey:focus, .btn-success:focus {
    background: #aeaeae;
}

main .btn, main .btn.btn-primary {
    /*background: #FFFC01;*/
    color: #666;
}

main .btn:hover , main .btn:focus {
    /*background: #fffff1;*/
    background: #FFFC01;
    color: #666;
}

main .btn .glyphicon {
    /*padding-right: 6px;*/
}

main .btn .glyphicon.glyphicon-chevron-right {
    padding-right: 0;
    padding-left: 10px;
}

main .btn-primary.btn {
    background: #FFFC01;
}

main .btn-primary.btn:hover {
    /*background: #FFFFF6;*/
    background: #FFFC01;
}

main .btn-primary.btn:focus {
    /*background: #FFFFF6;*/
    background: #FFFC01;
}

.btn.btn-red {
    background: #9c3328;
}

.btn.btn-red:hover {
    background: #bc3328;
}

main #gotoReportWrapper {
    float: right;
}

.help-block {
    font-size: 12px;
    line-height: 13px;
}

@media screen and (max-width: 1200px) {
    .help-block {
        margin-top: 1px;
        position: absolute;
    }
}

@media screen and (max-width: 1200px) {
    .form-group {
        padding-bottom: 15px;
    }
}

/*
 * @section: pager
 */
.pagination li a {
    border: none;
    /*background: none;*/
    color: #6c6c6c;
}

.pagination li.active a {
    background: #aeaeae;
}

.pagination li.active a:hover {
    background: #aeaeae;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    /*background: fff;*/
    color: #999;
}

/*
 * @section: navigation
 */
ul.nav-wizard-custom {
    background: none;
    border: none;
    margin-bottom: 30px;
}

ul.nav-wizard-custom li {
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 10px;
}

ul.nav-wizard-custom li a {
    background: #f2f2f2;
    font-size: 15px;
    /*font-family: robotolight;*/
    display: block;
}

ul.nav-wizard-custom li a span {
    font-size: 20px;
    color: #333;
    text-shadow: 0 1px 0 #e2e2e2;
    display: block;
}

@media screen and (max-width: 480px) {
    ul.nav-wizard-custom li a span {
        font-size: 15px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 768px) {
    ul.nav-wizard-custom li a {
        height: 95px;
    }
}

ul.nav-wizard-custom li.active a {
    color: #fff;
    background-color: #aeaeae;
}

ul.nav-wizard-custom li.active a span {
    color: #fff;
}

/*
 * @section: tables
 */
table.dataTable,
table.report {
    border-collapse: collapse;
}

table.dataTable thead th,
table.dataTable tr td,
table.report thead th,
table.report tr td {
    padding: 5px 18px 5px 10px;
}

table.dataTable thead th .glyphicon.glyphicon-ok,
table.dataTable tr td .glyphicon.glyphicon-ok,
table.report thead th .glyphicon.glyphicon-ok,
table.report tr td .glyphicon.glyphicon-ok {
    color: #449d44;
}

/*table.dataTable thead th .glyphicon.glyphicon-remove,*/
/*table.dataTable tr td .glyphicon.glyphicon-remove,*/
/*table.report thead th .glyphicon.glyphicon-remove,*/
/*table.report tr td .glyphicon.glyphicon-remove {*/
/*color: #009000; }*/


table.report thead th {
    background-color: #009000 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    vertical-align: middle;
}

table.dataTable thead tr.filters th {
    color: #6c6c6c;
    background-color: #aeaeae !important;
    border-bottom: 1px solid #fff;
    padding-right: 10px;
}

table.dataTable thead tr.filters th span.input-group-addon {
    padding: 4px 10px;
}

table.dataTable thead tr.filters th div.input-group {
    width: 100%;
}

table.dataTable thead tr.filters th input,
table.dataTable thead tr.filters th select {
    width: 100%;
    height: 25px;
    line-height: 25px;
}

table.dataTable thead tr.filters .datepicker {
    background: #fff;
}

table.dataTable thead tr.filters .datepicker tbody td, table.dataTable thead tr.filters .datepicker thead th {
    padding: 5px;
    border: none;
    font-weight: normal;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

table.dataTable thead tr.filters .datepicker thead th {
    background: #fff !important;
    color: #6c6c6c;
    font-weight: bold;
    font-size: 14px;
    text-transform: none;
}

.gradient0-10 span {
    -moz-border-radius: 10;
    -webkit-border-radius: 10;
    border-radius: 10;
    padding: 2px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    border: 1px solid #aeaeae;
    background-color: #00b050;
}

.gradient10-25 span {
    -moz-border-radius: 10;
    -webkit-border-radius: 10;
    border-radius: 10;
    padding: 2px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    border: 1px solid #aeaeae;
    background-color: #92d050;
}

.gradient25-50 span {
    -moz-border-radius: 10;
    -webkit-border-radius: 10;
    border-radius: 10;
    padding: 2px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    border: 1px solid #aeaeae;
    background-color: #b8f828;
}

.gradient50-75 span {
    -moz-border-radius: 10;
    -webkit-border-radius: 10;
    border-radius: 10;
    padding: 2px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    border: 1px solid #aeaeae;
    background-color: yellow;
}

.gradient75-90 span {
    -moz-border-radius: 10;
    -webkit-border-radius: 10;
    border-radius: 10;
    padding: 2px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    border: 1px solid #aeaeae;
    background-color: #ffc000;
}

.gradient90-100 span {
    -moz-border-radius: 10;
    -webkit-border-radius: 10;
    border-radius: 10;
    padding: 2px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    border: 1px solid #aeaeae;
    background-color: red;
    color: #FFFFFF;
}

/*
 * @section: messages
 */
.bs-callout, .bs-callout-default, .bs-callout-success, .bs-callout-error, .bs-callout-warning, .bs-callout-info {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #c7c7c7;
    border-left-width: 5px;
    border-radius: 3px;
    background: #fff;
}

.bs-callout h4, .bs-callout-default h4, .bs-callout-success h4, .bs-callout-error h4, .bs-callout-warning h4, .bs-callout-info h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child, .bs-callout-default p:last-child, .bs-callout-success p:last-child, .bs-callout-error p:last-child, .bs-callout-warning p:last-child, .bs-callout-info p:last-child {
    margin-bottom: 0;
}

.bs-callout code, .bs-callout-default code, .bs-callout-success code, .bs-callout-error code, .bs-callout-warning code, .bs-callout-info code {
    border-radius: 3px;
}

.bs-callout-default {
    border-left-color: #777777;
}

.bs-callout-default h4 {
    color: #777777;
}

.bs-callout-success {
    border-left-color: #5cb85c;
}

.bs-callout-success h4 {
    color: #5cb85c;
}

.bs-callout-error {
    border-left-color: #d9534f;
}

.bs-callout-error h4 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-info h4 {
    color: #5bc0de;
}

.error-page {
    margin-top: 120px;
}

/*
 * @section: tabs_graphs
 */
.nav-tabs {
    border-bottom: 1px solid #bcbcbc;
}

.nav-tabs > li > a {
    border-color: #bcbcbc;
    background-color: #f2f2f2;
}

.nav-tabs > li.active > a, .nav-tabs > li.active a:focus, .nav-tabs > li.active a:hover {
    border-color: #bcbcbc #bcbcbc transparent;
    font-weight: bold;
    background-color: #fff;
}

.tab-content {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #bcbcbc;
    border-top: none;
}

.map_wrapper {
    margin-bottom: 20px;
}

.page-break {
    display: none;
}

.environment-name {
    text-transform: uppercase;
    color: red;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px;
    border: 2px solid red;
    z-index: 900000;
}

thead.dark {
    background: grey;
    color: whitesmoke;
}

/* select2 responsive */
@media screen and (max-width: 767px) {
    .select2 {
        width: 100% !important;
    }
}

.tachado {
    text-decoration: line-through;
}

.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top20 { margin-top:20px; }
.top30 { margin-top:30px; }

.pagination > li.prev {
    background-color: #FFFFFF;
}

.pagination > li.next {
    background-color: #FFFFFF;
}

.pagination > li.active span{
    background-color: #FFFC01 !important;
    color: #6c6c6c;
}

th {
    color: whitesmoke;
    background-color: #6c6c6c;
}

.th {
    color: whitesmoke;
    background-color: #6c6c6c;
}