/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12-ago-2019, 16:16:28
    Author     : lbravoa
*/

html,body {
    margin:0;
    padding:0;
    height: 100%;
    /*
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    */
}

body{
    float: none;
}

.page-wrap{
    margin: auto;
    height: auto;
    min-height:100%;
}

.page-wrap:after{
    width: 100%;
    display:block;
    clear:both;
}

.background {
    content: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../image/tbba_fondo_mi_banco_2.jpg);
    background-repeat: no-repeat;
    background-size: 1000px 100%;
    background-position: center bottom;
    background-color: #002F87;
    width: 100%;
    height: 100%;
}

.ui[class*="top attached"].menu {
    margin-top: 0rem;
}

.container {
    width: 100% !important;
    min-height: 100%;
    padding: 20px 20px 0px 20px;
}

.ui.action.input input[type="file"] {
    display: none;
}

.wickedpicker {
    z-index: 1000;
}

.swiper-container {
    width: 100%;
    height: 700px;
    min-height: 500px;
    max-height: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    overflow: hidden;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.slide1 {
    background-image: url(../image/slide2.jpeg);
}

.slide2 {
    background-image: url(../image/slide1.jpeg);
}

.slide3 {
    background-image: url(../image/slide3.jpeg);
}

.slide4 {
    background-image: url(../image/slide4.jpeg);
}

.reducecontainer {
    padding: 0% 10% 0% 10% !important;
}
.etiqueta{
    font-size: 15px;
    font-weight: bold;
    display: block;
    width:150px;
    text-align: left;
    margin-top: 3%;
}

/*oculta checkbox de fechas que no se deben seleccionar*/
.ui.checkbox.fecha 
.box:before, .ui.checkbox.fecha label:before {
    border: none;
}

.ui.footer.form-page { /* Increased specificity for SO snippet priority */
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    display: flex;
}

.dataTables_scrollBody .ui.celled.table tr td:first-child {
    border-left: 1px solid rgba(34,36,38,.1) !important;
}

span, strong, a, h1, h2, h3, h4, label, div, button , th, td, p {
  text-transform: capitalize !important;
}

.frameDashboard {
    margin: auto;
    height: 90vh;
    width: 100%;
}

.ui.dimmer {
    position: fixed !important;
}

.ui.form.loading {
    pointer-events: unset !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}
::placeholder { /* Recent browsers */
    text-transform: none;
}

.dataTables_processing {
    background-color: #2185d0 !important;
    color: white;
}