﻿html, body, .container-fluid {
    height: 100%;
}

.a:hover{
    color: #036b6b !important;
}

.texto-centro{
    text-align: center;
}

.texto-derecho{
    text-align: right;
}

.tooltip .tooltip-inner {
    background-color: GrayText !important;
    color: white !important;
    opacity:1;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: GrayText !important;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: GrayText !important;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: GrayText !important;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: GrayText !important;
}

@media only screen and (min-width: 768px) {
    #container {
        margin: 0 auto;
        text-align: left;
        width: 900px;
        padding: 20px;
        background: #FFF;
        height: 100%;
    }

    .stepwizard {
        display: table;
        width: 90%;
        position: relative;
    }
}

@media (max-width: 768px) {
    #container {
        margin: 0 auto;
        text-align: left;
        padding: 20px;
        background: #FFF;
    }

    .stepwizard {
        display: table;
        width: 100%;
        height: 100%;
        position: relative;
    }
}

#content {
    padding: 20px 0;
}

a:link {
    /*font-family: Arial, Helvetica, sans-serif;*/
    /*color: #ccc;*/
    text-decoration: none;
    /*font-size: 16px;*/
}

a:visited {
    /*font-family: Arial, Helvetica, sans-serif;*/
    /*color: #999999;*/
    text-decoration: none;
    /*font-size: 16px;*/
}

a:hover {
    /*font-family: Arial, Helvetica, sans-serif;*/
    color: #CC0000;
    /*font-size: 16px;*/
    text-decoration: underline;
}

a:active {
    /*font-family: Arial, Helvetica, sans-serif;*/
    color: #CC0000;
    text-decoration: underline;
    /*font-size: 16px;*/
}

/*
body {
    margin-top:40px;
}*/

.col-md-border:not(:last-child) {
    border-right: 1px solid #d7d7d7;
}

.col-md-border + .col-md-border {
    border-left: 1px solid #d7d7d7;
    margin-left: -1px;
}

.visibility {
    visibility: collapse;
}

.linkCerrarSession {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-decoration: none;
}



.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.select2-selection--single .select2-selection__placeholder {
    font-size: small !important;
}

[type="search"] {
    outline-offset: 0px !important;
}

[type="search"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.select2-container--default .select2-selection--single:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.etiqueta{
    font-size: small;
    color: GrayText;
}

.ocultar{
    display:none !important;
}
