﻿.form-control-feedback:hover {
    color: red;
}

.btn-tool {
    border: 2px solid white !important;
    border-radius: 6px !important;
    margin-top: -2px !important;
    height: 38px !important;
}

.img-responsive-height {
    display: block;
    width: auto;
    max-height: 100%;
    max-width: 90%
}

.modal-tall .modal-dialog {
    width: 95%;
    height: 95%;
}

.modal-tall .modal-content {
    width: 100%;
    height: 100%;
}

.modal-medium .modal-dialog {
    text-align:center;
    width: 90%;
    height: 95%;
}

.modal-medium .modal-content {
    width: auto;
    max-width: 70%;
    margin: 0 auto;
    height: auto;
    max-height: 100%;
}

.blocks .btn-primary {
    padding: 24px 12px;
    border-radius: 0;
}

.blocks {
    border-spacing: 5px;
}

/*.btn-primary2 {
    background-color: #2a679c;
    border-color: #286090;
    color: #fff;
}

.btn-primary2:hover,
.btn-primary2:active,
.btn-primary2.hover {
    color: #fff;
    background-color: #286090;
}*/

/*@media (min-width: 768px) {
    body {
        padding-top: 75px;
    }
}*/

.loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #10316b;
  width: 30px;
  height: 30px;
  -webkit-animation: spin .6s linear infinite; /* Safari */
  animation: spin .6 linear infinite;
}

/*.zoom {
    padding: 50px;
    transition: transform .2s;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(10.5); 
    text-align: center;
    position: absolute;
    float: left;
    z-index: 999999;
}*/

.boxCenter {
    visibility: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*input {
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
}*/

.bg-RBA {
    background-color: #1B4876;
}

.comunicacionImage {
    width: 55%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 31%;
    height: 0;
    overflow: hidden;
    display: inline-block;
}

.comunicacionImage img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoAyudaOnly {
    width: 55%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 31%;
    height: 0;
    overflow: hidden;
    display: inline-block;
}

.videoAyudaOnly iframe {    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoAyuda {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.videoAyuda iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loaderGrafica {
    position: absolute;
    width: 100%;
    text-align: center !important;
    display: inline-block;
    margin: 0 auto !important;
    z-index: 999;
    margin-top: -25px !important;
}

/*#nombre {
    overflow: hidden;
    width: 150px;
    text-overflow: ellipsis;
    word-wrap: break-all;
}*/
/*---------------LOADER*/
/*#loaderText {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: white;
    overflow: hidden;
}*/
.reloadPage {
    display: none;
    -moz-appearance: none;
}

.select2-container {
    /*display: inline !important;*/
    width: 100% !important;
}

/*body {
    opacity: 0;
}

body.all-loaded {
    opacity: 1;
}*/

.dropdownSearch {
    /*font-size: 14px !important;*/
    /*width: 100% !important;*/
    /*display: inline block;*/
    /*display: flex;*/
}

@media only screen and (max-width: 1000px) {
    .TextoNumeroFilas {
        display: none;
    }
}

.dropdownSearch {    
    width: 100% !important;
    display: inline-block;
}

.interno {
  margin: 0 auto;
}

.containerTools {
    /*display: flex;*/
    /*display: flex;*/
    display: inline-flex !important;
    /*display-box !important; /* Firefox 19 */
    display: -ms-flexbox : -webkit-box !important; /* iOS 6-, Safari 3.1-6 */
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex;
    display: -moz!important; /* IE 10 */
    display: -webkit-flex !important; /* Chrome */
    /*display: flex;*/ /* Opera 12.1, Firefox 20+ */
}

.toolbuttons {
    display: inline-flex !important;
    /*-webkit-box-flex: 1 !important; /* iOS 6-, Safari 3.1-6 */
    -webkit-inline-flex: 1 !important;
    -moz-box-flex: 1 !important; /* Firefox 19- */
    -webkit-flex: 1 !important; /* Chrome */
    -ms-flex: 1 !important; /* IE 10 */
    flex: 1 !important; /* Opera 12.1, Firefox 20+ */
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.searchMenu {
    display: flex;
    flex-flow: row wrap;
    align-items: center;    
}

.searchMenu label {
    margin: 5px 10px 5px 0;
}

.TextoNumeroFilas {    
    font-size: 18px;
    position: absolute;
}

.numFilas {
    float: left;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 600;
}

/* ARCHIVOS ADJUNTOS*/

.tituloDrozoneTipoArchivo {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
}

.tituloDrozoneNumRows {
    display: inline-block;
    margin-top: -2px;
    float: right;
    font-size: 17px;
    font-weight: bold;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

/*.input-bar {
    display: table;
    width: 100%;
}*/

/*.input-bar-item > button {
    margin-left: 5px;
}

.width100 {
    width: 100%;
}

.input-bar .form-group {
    float: left;
    vertical-align: middle;
    width: 90%;
}

.input-bar-item-btn {
    float: left;
    width: 10%;
}*/

.inputBusqueda{
    width: 250px !important;
    height: 35px !important;
}


@media only screen and (max-width: 500px) {
    .inputBusqueda {
        width: 200px !important;
    }
}

@media only screen and (max-width: 400px) {
    .inputBusqueda {
        width: 140px !important;
    }
}

@media only screen and (max-width: 330px) {
    .inputBusqueda {
        width: 100px !important;
    }
}

/*****************/

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

html {
    scrollbar-color: #888 #f1f1f1;
    scrollbar-width: thin;
}

/*.ng-cloak {
    display: none !important;
    visibility: hidden;
}*/

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

/*[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {*/
    /*transition: 0s none;
    -webkit-transition: 0s none;
    animation: 0s none;
    -webkit-animation: 0s none;*/
    /*display: none !important;*/    
    /*opacity: 1;
    transition-delay: 0s;*/
/*}*/

/*.modalGraf {
    z-index : 1000;
    position: absolute;
    margin: 0 auto;
    width: 100%;
}*/

.modales {
    width: 100% !important;
    height: 100% !important;
    /*margin: 0 auto;*/
    margin-left: -10% !important;
    margin-top: -16% !important;
    text-align: center;
    position: absolute;
    /*top: 0;*/
    /*margin-top: 20px;*/
    /*margin-right: 20%;*/
    opacity: 0.9;
    z-index: 999;
}

.centeres {
    z-index: 1000;
    margin: 0 auto;
    padding: 10px;
    /*width: 145px;*/
    /*background-color: black;*/
    border-radius: 10px;
    filter: alpha(opacity=100);
    /*opacity: 1;*/
}




/**----------------- FIJAMIENTO DE ENCABEZADO EN PROPUESTAS ---------------------------*/

.tableFixHead2 {
    overflow-y: auto;
    height: 500px;
}

.tableFixHead2 thead th {
    position: sticky;
    top: -5px;
}


.tableFixHead {
    overflow-y: auto;
    height: 800px;
}

.tableFixHead thead th {
    position: sticky;
    top: -5px;
}

.tableFixHeadArchivos {
    overflow-y: auto;
    height: 500px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 8px 16px;
}

th {
    background: #FFFFFF;
}

.nobreak {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

/*.content-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 80%;
}*/

.imagenInciso {
    height: 100%;
    width: 100%;
    max-width: 300px;
    max-height: 200px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
}

.imagenPreview {    
    height: 100%;
    width: 100%;
    /*max-width: 600px;
    max-height: 400px;*/
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    /*height: auto;
    width: 100%;
    height: 100%;
    max-width: 500px;
    max-height: 400px;
    border-radius: 5px;*/
    /*margin: 0 auto;*/
}

.filePreview {
    width: 100%;
    height: 500px;
    margin: 0 auto;
}

.contenedor-previews-file {
    width: 80%;
    max-height: 600px;
    max-width: 600px;
    margin: -0px auto;
    padding: 3px;
    border-radius: 5px;
    position: relative;
}

.contenedor-previews {
    width: 100%;
    /*max-height: 450px;*/
    max-width: 750px;
    margin: 0 auto;
    padding: 3px;    
    border-radius: 5px;
    position: relative;
    /*margin-top: -55px;*/
}


.datepicker.dropdown-menu {
    z-index: 9999 !important;
}

/*.imagenPreview {
    width: 100%;
    height: auto;
}*/

/*------------------------------*/



#carruselComunicados {
    position: relative;
    overflow: hidden;
}

    #carruselComunicados .slides {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    #carruselComunicados .carousel-inner .item .carousel-caption {
        top: 20%;
        bottom: inherit;
    }

    /* CAROUSEL INDICATORS */
    #carruselComunicados .carousel-indicators li,
    #carruselComunicados .carousel-indicators li.active {
        /*width: 152px;*/
        width: 103px;
        height: auto;
        max-height: 55px;
        background-color: transparent;
        border: 1px solid white;
        border-radius: 1px;
        margin-bottom: -20px;
    }

    #carruselComunicados .carousel-indicators li.active {
        border: 1px solid red;
    }

    #carruselComunicados .carousel-indicators li > .thumbnail {
        width: 100px;
        height: auto;
        max-height: 52px;
        overflow: hidden;
        opacity: 0.6;
        display: block;
        padding: 0;
        margin-bottom: 0px;
        background-color: #fff;
        border: none;
        border-radius: 2px;
        transition: all 550ms ease-out;
    }

    #carruselComunicados .carousel-indicators li:hover > .thumbnail,
    #carruselComunicados .carousel-indicators li.active > .thumbnail:hover {
        position: relative;
        display: block;
        border: 1px solid white;
        opacity: 1;
        transform: scale(1.5);
        z-index: 1;
    }

    #carruselComunicados .carousel-indicators li.active > .thumbnail:hover {
        border: 1px solid red;
    }

@media screen and (min-width: 480px) {
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 1024px) {
}

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 1440px) {
}
