﻿/******************************************/
/*GENERAL CSS */
/******************************************/

html {
    height: 100% !important;
    display: block;
    overflow: hidden;
}

body {
    padding-top: 0;
    padding-bottom: 0;
    height: 100% !important;
}

.fill-parent {
    padding: 0;
    margin: 0;
}

.top_nav + .fill-height {
    background: url(images/nav-background-gradient.jpg) bottom repeat-x #0e609b;
}

@media (max-width: 1279px) {
    .birch_tile_06 {
        height: 120px;
    }

    .birch_tile_04 {
        height: 4em;
    }
}

@media (max-width: 767px) {
    .col-xs-6 {
        margin: 0px;
        padding-left: 0px;
    }

    .tile {
        margin-right: 10px;
    }
}

@media (max-width: 400px) {
    .birch_tile_06 {
        height: 160px;
    }

    .birch_tile_04 {
        height: 6em;
    }
}

@media (min-width: 768px) {
    .fill-height {
        min-height: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }

    html.full-page {
        overflow: hidden;
    }
}

@media (min-width: 1280px) {
    .birch_tile_06 {
        height: 90px;
    }

    .birch_tile_04 {
        height: 4em;
    }
}

#sidebar-menu a {
    text-transform: uppercase;
}

.nav.side-menu > li > a {
    padding-right: 5px !important;
}

.lang-tb {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 30px;
}

.login-hero-image {
    background-image: url('/Content/images/tubes.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.row-content {
    height: 100%;
}

.inside-content {
    min-height: 800px !important;
}

footer {
    padding-top: 5px !important;
    bottom: 0px;
    width: 100%;
}

@media (max-width: 767px) {
    h2, footer {
        text-align: center;
    }

    .login-hero-text {
        position: relative;
        top: 0;
        padding: 10px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .login-hero-image {
        background-color: #235698;
    }
}

@media (min-width: 768px) {
    .login-hero-text {
        position: relative;
        top: 50%;
        padding: 10px;
        min-height: 50%;
    }
}

.large-bar-icon {
    font-size: 20px !important;
}

.superIndex {
    position: absolute;
    right: -7px;
    top: 1px;
    border-radius: 10px;
}

.input-validation-error, .input-validation-error > a, .input-validation-error > .select2-arrow {
    border: solid 1px #c70c4a !important;
}

    .input-validation-error .select2-arrow {
        border-left: solid 1px #c70c4a !important;
    }

.validation-summary-errors {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px !important;
    border: 1px solid transparent !important;
    background-color: #f2dede;
    margin-bottom: 10px;
}

    .validation-summary-errors ul {
        list-style: none;
        margin: 0 !important;
        padding: 2px;
    }

.validationMessage {
    color: red;
    font-size: 0.8em;
}

.statusBig {
    margin: 10px 0px;
    height: auto !important;
}

    .statusBig span {
        font-weight: bold;
        font-size: large;
        display: inline-block;
        margin: 5px;
    }

.error-state {
    border: solid 1px #c70c4a !important;
    /*background-color: #FFD0D0  !important;*/
}
/* Styling for Select2 with error */
div.error-state a.select2-choice {
    /*background-color: #FFD0D0 !important;*/
    border: solid 1px #c70c4a !important;
}

div.error-state {
    background-color: #fff !important;
    border: 0px !important;
}

fieldset {
    margin-bottom: 10px;
}

/* Set padding to keep content from hitting the edges */
#content-area {
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set padding to display errors that occur during databinding */
.padding-error {
    padding-top: 20px;
}

@media (max-width: 767px) {
    .nofloat {
        float: none;
        padding: 10px 15px;
    }
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.fg-fuschia {
    color: #c70c4a !important;
}

.fg-white {
    color: white;
}

.fg-red {
    color: red;
}

.bg-blue {
    background-color: #235698;
}

.padding-4 {
    padding: 40px;
}

legend {
    margin-bottom: 10px;
}

/******************************************/
/* ERRORS CSS */
/******************************************/

.alert-success {
    color: #333;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
}

.alert-warning {
    color: #1d1d1d;
    background-color: #fffcc0;
    border: 1px solid #e9e8cf;
}

.alert-info {
    color: #1d1d1d;
    background-color: #D8EDFF;
}

.alert-danger {
    color: #333;
    background-color: #f2dede;
    border: 1px solid #ead2d2;
}

.alert-small {
    padding: 5px !important;
}

/******************************************/
/* TABLE CSS */
/******************************************/

.table .cell {
    vertical-align: middle;
}

.table .selCol {
    width: 30px;
    text-align: center;
}

.table th, .table tfoot {
    background-color: #fafafa;
}

.table .compact {
    padding: 2px !important;
    padding-top: 0 !important;
}

.compactTitle {
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
}

.table .cell input[type=text],
.table .cell input[type=url],
.table .cell input[type=password],
.table .cell input[type=number],
.table .cell input[type=date],
.table .cell input[type=email] {
    border: none;
    width: 98% !important;
    height: 98% !important;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 0 !important;
}

.cell-text {
    border: none;
    width: 98% !important;
    padding-right: 5px;
    padding-left: 5px;
    display: inline-block;
}

.table .cell input[type=checkbox] {
    border: none;
    padding: 0;
    margin-top: 10px;
}

.table .info, .table .info a {
    color: whitesmoke;
    background-color: inherit;
    border: none;
}

    .table .info textarea, .table .info input {
        background-color: inherit;
        border: none;
    }

table .collapse.in {
    display: table-row !important;
}

.table .pagination {
    margin: 0 !important;
}

.right-table-separator {
    border-right: solid 2px #dddddd !important;
}

.bottom-table-separator {
    border-bottom: solid 2px #dddddd !important;
}

.big-bottom-table-separator {
    border-bottom: solid 4px #dddddd !important;
}

.top-table-separator {
    border-top: solid 1px #dddddd !important;
    color: #005795;
    font-weight: bold;
}

    .top-table-separator span {
        color: #555555;
        font-weight: normal;
    }

.table-bordered th,
.table-bordered td {
    border: solid 1px #005795 !important;
}

.table > thead > tr > th,
.table > thead > tr > th a {
    color: #005795;
    font-weight: bold;
}

.table > thead > tr > td,
.table > thead > tr > td a {
    color: #555555;
    padding-left: 20px;
}

.table > thead > tr > td {
    font-weight: normal;
}

    .table > thead > tr > td a {
        font-weight: bold;
    }

.table a:hover {
    color: #c70c4a;
    text-decoration: none;
}

.panel-body {
    padding: 10px;
}

.panel-default > .panel-heading {
    font-size: 20px;
    margin-left: 0px;
}

/******************************************/
/* NAV BAR & LOADING BOX CSS */
/******************************************/

@media (max-width: 401px) {
    .gravatar-img {
        width: 64px;
        height: 64px;
    }
    /*.navbar-header {
        margin-top: -50px;
    }*/
    .main-title {
        margin-left: 0;
        margin-top: 10px;
    }
}

.loading-box {
    float: none;
    position: absolute;
    z-index: 10000;
    margin: 0;
    padding: 10px;
    width: 150px;
    height: 50px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -74px;
    border: solid 1px #dddddd;
    background-color: white;
}

.navbar {
    margin-bottom: 0px; /*min-height: 42px !important;*/
}

.navbar-span {
    margin: 5px;
    margin-top: 2px;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: auto;
    background-image: none;
    white-space: nowrap;
    padding: 0;
    padding-left: 5px;
    padding-top: 6px;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #005795;
}

.navbar-header-span {
    margin: 5px;
    margin-top: 5px;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: auto;
    background-image: none;
    white-space: nowrap;
    padding: 0;
    padding-left: 5px;
    padding-top: 1px;
    border-radius: 0px;
    font-size: 18px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 30px;
    color: #005795;
}

label {
    color: #777;
    margin-top: 5px;
    font-weight: normal !important;
    font-size: 10px;
    text-transform: uppercase;
}

.displayBox .form-group label {
    font-weight: bold !important;
    font-size: 10px !important;
}

.displayBox .form-group span {
    text-transform: uppercase;
    display: block;
}

.form-group span {
    word-wrap: break-word;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0px;
}

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #ddd;
    }

@media (min-width: 768px) {
    .navbar-nav.navbar-right:last-child {
        margin-right: -5px !important;
    }
}

.navbar-nav {
    padding-top: 4px !important;
}

    .navbar-nav > li > a {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .navbar-nav > li > .form-control {
        border-color: #005795 !important;
    }

.navbar-collapse {
    padding-left: 6px;
    padding-right: 6px;
}

.navbar-default {
    background-color: #f5f5f5;
    border-color: #dddddd;
    color: #005795;
    border-bottom-width: 0px;
}

    .navbar-default .navbar-nav > li > a {
        color: #005795;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: white !important;
            background-color: #5ebed5;
        }

.navbar-form {
    margin-top: 5px !important;
    margin-bottom: 0px !important;
}

    .navbar-form .form-group input {
        margin-bottom: 0px;
    }

.textarea.form-control {
    margin-bottom: 10px;
}

.list-inline > li {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.btn-small {
    width: 24px !important;
    height: 21px !important;
    padding: 0 !important;
}

.btn.active {
    background-color: #005795;
    border-color: #005795;
    color: #fff;
}

    .btn.active:hover, .btn:hover {
        background-color: #5ebed5 !important;
        border-color: #5ebed5 !important;
    }

    .btn.active i, .btn.active a {
        color: #fff;
    }

.btn-tool.disabled, .btn-tool[disabled] {
    background-color: inherit !important;
}

.btn-tool {
    color: #333333;
    border: 0px;
}

    .btn-tool:hover,
    .btn-tool:focus,
    .btn-tool:active,
    .btn-tool.active,
    .open > .dropdown-toggle.btn-tool {
        color: #fff !important;
        background-color: #2879b1;
        border-color: #333333;
    }

    .btn-tool:active,
    .btn-tool.active,
    .open > .dropdown-toggle.btn-tool {
        background-image: none;
    }

    .btn-tool.disabled,
    .btn-tool[disabled],
    fieldset[disabled] .btn-tool,
    .btn-tool.disabled:hover,
    .btn-tool[disabled]:hover,
    fieldset[disabled] .btn-tool:hover,
    .btn-tool.disabled:focus,
    .btn-tool[disabled]:focus,
    fieldset[disabled] .btn-tool:focus,
    .btn-tool.disabled:active,
    .btn-tool[disabled]:active,
    fieldset[disabled] .btn-tool:active,
    .btn-tool.disabled.active,
    .btn-tool[disabled].active,
    fieldset[disabled] .btn-tool.active {
        background-color: #2879b1;
        border-color: #333333;
    }

    .btn-tool .badge {
        color: #ffffff;
        background-color: #333333;
    }

.btn-tool-dim {
    color: #dddddd;
    border: 0px;
}

    .btn-tool-dim:hover,
    .btn-tool-dim:focus,
    .btn-tool-dim:active,
    .btn-tool-dim.active,
    .open > .dropdown-toggle.btn-tool-dim {
        color: #fff !important;
        background-color: #2879b1;
        border-color: #333333;
    }

    .btn-tool-dim:active,
    .btn-tool-dim.active,
    .open > .dropdown-toggle.btn-tool-dim {
        background-image: none;
    }

    .btn-tool-dim.disabled,
    .btn-tool-dim[disabled],
    fieldset[disabled] .btn-tool-dim,
    .btn-tool-dim.disabled:hover,
    .btn-tool-dim[disabled]:hover,
    fieldset[disabled] .btn-tool-dim:hover,
    .btn-tool-dim.disabled:focus,
    .btn-tool-dim[disabled]:focus,
    fieldset[disabled] .btn-tool-dim:focus,
    .btn-tool-dim.disabled:active,
    .btn-tool-dim[disabled]:active,
    fieldset[disabled] .btn-tool-dim:active,
    .btn-tool-dim.disabled.active,
    .btn-tool-dim[disabled].active,
    fieldset[disabled] .btn-tool-dim.active {
        background-color: #2879b1;
        border-color: #333333;
    }

    .btn-tool-dim .badge {
        color: #ffffff;
        background-color: #333333;
    }

.btn-tool-transparent.disabled, .btn-tool-transparent[disabled] {
    background-color: inherit !important;
}

.btn-tool-transparent {
    color: #333333;
    border: 1px solid #cccccc;
}

    .btn-tool-transparent:hover,
    .btn-tool-transparent:focus,
    .btn-tool-transparent:active,
    .btn-tool-transparent.active,
    .open > .dropdown-toggle.btn-tool-transparent {
        color: #fff !important;
        background-color: #2879b1;
        border-color: #333333;
    }

    .btn-tool-transparent:active,
    .btn-tool-transparent.active,
    .open > .dropdown-toggle.btn-tool-transparent {
        background-image: none;
    }

    .btn-tool-transparent.disabled,
    .btn-tool-transparent[disabled],
    fieldset[disabled] .btn-tool-transparent,
    .btn-tool-transparent.disabled:hover,
    .btn-tool-transparent[disabled]:hover,
    fieldset[disabled] .btn-tool-transparent:hover,
    .btn-tool-transparent.disabled:focus,
    .btn-tool-transparent[disabled]:focus,
    fieldset[disabled] .btn-tool-transparent:focus,
    .btn-tool-transparent.disabled:active,
    .btn-tool-transparent[disabled]:active,
    fieldset[disabled] .btn-tool-transparent:active,
    .btn-tool-transparent.disabled.active,
    .btn-tool-transparent[disabled].active,
    fieldset[disabled] .btn-tool-transparent.active {
        background-color: #2879b1;
        border-color: #333333;
    }

    .btn-tool-transparent .badge {
        color: #ffffff;
        background-color: #333333;
    }

.btn-tool-transparent-dim {
    color: #dddddd;
    border: 1px;
}

    .btn-tool-transparent-dim:hover,
    .btn-tool-transparent-dim:focus,
    .btn-tool-transparent-dim:active,
    .btn-tool-transparent-dim.active,
    .open > .dropdown-toggle.btn-tool-transparent-dim {
        color: #fff !important;
        background-color: #2879b1;
        border-color: #333333;
    }

    .btn-tool-transparent-dim:active,
    .btn-tool-transparent-dim.active,
    .open > .dropdown-toggle.btn-tool-transparent-dim {
        background-image: none;
    }

    .btn-tool-transparent-dim.disabled,
    .btn-tool-transparent-dim[disabled],
    fieldset[disabled] .btn-tool-transparent-dim,
    .btn-tool-transparent-dim.disabled:hover,
    .btn-tool-transparent-dim[disabled]:hover,
    fieldset[disabled] .btn-tool-transparent-dim:hover,
    .btn-tool-transparent-dim.disabled:focus,
    .btn-tool-transparent-dim[disabled]:focus,
    fieldset[disabled] .btn-tool-transparent-dim:focus,
    .btn-tool-transparent-dim.disabled:active,
    .btn-tool-transparent-dim[disabled]:active,
    fieldset[disabled] .btn-tool-transparent-dim:active,
    .btn-tool-transparent-dim.disabled.active,
    .btn-tool-transparent-dim[disabled].active,
    fieldset[disabled] .btn-tool-transparent-dim.active {
        background-color: #2879b1;
        border-color: #333333;
    }

    .btn-tool-transparent-dim .badge {
        color: #ffffff;
        background-color: #333333;
    }

.divider {
    border-left: solid 1px #dddddd;
    display: inline-block;
    margin: 0;
}

.navbar-nav > li > .divider {
    padding-top: 4px;
    padding-bottom: 6px;
    border: 0;
    border-left: solid 1px #005795;
    margin: 0;
    margin-top: 2px;
}

/******************************************/
/* CONTROLS                               */
/******************************************/

.panel-filter {
    background-color: #EDEDED;
}

/*Remove drop-down arrows from Select2 boxes*/
.select2-container.autocomplete .select2-choice .select2-arrow {
    display: none;
}

.select2-container.select2-allowclear.autocomplete .select2-choice .select2-chosen {
    margin-right: 12px;
}

.select2-container.autocomplete .select2-choice abbr {
    right: 0;
}

/******************************************/
/* MARGINS                                */
/******************************************/

.margin-0 {
    margin: 0;
}

.margin-right-1 {
    margin-right: 5px !important;
}

.margin-right-2 {
    margin-right: 10px !important;
}

.margin-top-1 {
    margin-top: 5px !important;
}

.margin-top-2h {
    margin-top: 15px !important;
}

.margin-top-2 {
    margin-top: 20px !important;
}

.margin-top-3h {
    margin-top: 30px !important;
}

.margin-top-3 {
    margin-top: 35px !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-left-1 {
    margin-left: 5px !important;
}

.margin-left-2 {
    margin-left: 20px !important;
}

.margin-left-4 {
    margin-left: 40px !important;
}

.margin-bottom-1 {
    margin-bottom: 10px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-2 {
    margin-bottom: 20px !important;
}

.padding-left-2 {
    padding-left: 20px;
}

.padding-small {
    padding: 5px;
}

.padding-left-1 {
    padding-left: 10px;
}

.padding-right-2 {
    padding-right: 20px;
}

@media (min-width: 992px) {
    .padding-left-3 {
        padding-left: 30px;
    }
}

/******************************************/
/* WORKFLOW STATUS COLORS                 */
/******************************************/

.status-closed {
    background-color: white !important;
    color: black !important;
    height: 100% !important;
}

.status-confirmed {
    background-color: rgb(205, 255, 205) !important;
    color: black !important;
    height: 100% !important;
}

.status-cancelled {
    background-color: rgb(255, 205, 205) !important;
    color: black !important;
    height: 100% !important;
}

.status-open {
    background-color: rgb(255, 255, 205) !important;
    color: black !important;
    height: 100% !important;
}

.status-draft {
    background-color: rgb(230, 230, 230) !important;
    color: black !important;
    height: 100% !important;
}

.status-processing {
    background-color: lightblue !important;
    color: black !important;
    height: 100% !important;
}

.percent-ok {
    background-color: rgb(205, 255, 205) !important;
    color: black !important;
}

.percent-error {
    background-color: rgb(255, 205, 205) !important;
    color: black !important;
}

.percent-warning {
    background-color: rgb(255, 255, 205) !important;
    color: black !important;
}

/******************************************/
/*LOGIN CSS */
/******************************************/
.infoContent {
    padding: 4% 10%;
    text-align: justify;
}

.titleLogin {
    margin-bottom: 70px;
}

    .titleLogin > img, .titleLogin > h2 {
        float: left;
    }

    .titleLogin img {
        margin-top: 15px;
        margin-right: 15px;
    }

    .titleLogin span {
        color: #235698;
        font-weight: 800;
    }

.loginContent .control-label {
    display: none;
}

.loginContent input {
    margin-bottom: 15px;
}

.registerLogin {
    margin-top: 15%;
    margin-bottom: 10%;
}

.loginContent a:hover {
    color: #235698;
    font-weight: bold;
    text-decoration: none;
}

/******************************************/
/* DETALLES VARIOS CSS */
/******************************************/
.tile.tile-fuschia {
    background-color: #c70c4a;
}

.select2-container {
    margin-bottom: 5px;
}

    .select2-container .select2-choice > .select2-chosen {
        padding-left: 5px;
    }

.nav.side-menu > li.current-page, .nav.side-menu > li.active {
    border-right: 5px solid #c70c4a;
}

.nav.side-menu > li > a, .nav.child_menu > li > a {
    color: white;
}

.nav li.current-page {
    background: #3e80af;
}

.btn-primary {
    background-color: #005795;
    border-color: #005795;
}

.btn-special {
    background-color: #c70c4a;
    border-color: #c70c4a;
    color: white !important;
}

    .btn-special:hover {
        background-color: #840c34;
        border-color: #840c34;
        color: white !important;
    }

.btn-special-blue {
    background-color: #235698;
    border-color: #333;
    color: white !important;
}

    .btn-special-blue:hover {
        background-color: #2879b1;
        border-color: #333;
        color: white !important;
    }

.btn-primary:hover {
    background-color: #5ebed5;
    border-color: #5ebed5;
}

#home_index h2 {
    font-size: 30px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

textarea.form-control {
    margin-bottom: 10px;
}

.captchaText {
    padding-left: 30px;
}

@media (max-width: 768px) {
    .captchaText {
        padding-left: 0px;
        margin-bottom: 20px;
    }
}
/******************************************/
/* MODAL POPUP CSS */
/******************************************/
div .modal-content h2 {
    color: #5ebed5;
    font-weight: bold;
}

div .modal-content .alert-info {
    background-color: #5ebed5 !important;
    color: white !important;
}

div .modal-content .panel-body {
    padding: 10px 5px;
}

div .modal-content .btn-danger {
    background-color: #c70c4a;
    border-color: #c70c4a;
    color: white !important;
}

div .modal-content .btn-default {
    border-color: #005795;
    color: #005795;
    background-color: #f7f7f7;
}

div .modal-content .btn-primary {
    background-color: #005795;
    border-color: #005795;
    color: white !important;
}

div .modal-content legend {
    border-bottom-color: #005795;
    height: 30px;
}

div .modal-content legend,
div .modal-content label {
    color: #005795;
    font-weight: bold;
}

div .modal-content input,
div .modal-content .select2-container {
    margin-top: -5px !important;
    margin-bottom: 10px;
}

div .modal-body {
    height: 420px !important;
}

    div .modal-body .form-control,
    div .modal-content .select2-container {
        background-color: #f7f7f7 !important;
        border: solid 1px #cccccc;
        padding-left: 5px !important;
    }

div .modal-content .select2-container {
    padding-left: 0px !important;
}

div .modal-body .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.jumbotron {
    background-color: inherit !important;
}

.btn-breakpoints .btn-md {
    margin-top: 25px !important;
}

.table-privacyPolicy {
    border-collapse: collapse;
    width: 100%;
}

.table-privacyPolicy td {
    border: 3px solid #dddddd !important;
    text-align: left !important;
    padding: 8px !important;
}
