﻿html, body {
    height: 100%;
    margin: 0;
    /*padding-top: 0px;
    padding-bottom: 20px;*/
}

/*body {
    background: #007bff;
    background: linear-gradient(to right, #0062E6, #33AEFF);
}*/

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    min-height: 100%;
    /*margin-top: 64px;*/
}

/*Add the input on below the thead tag for use Datatable with seaching by columns*/
tfoot {
    display: table-row-group;
}

/*CSS to show loading Gif*/
.mask-loading {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    display: none;
}

.mask-image {
    position: absolute;
    top: 30%;
    left: auto;
    z-index: 9999 !important;
    width: 25%;
    height: 25%;
}

/*Add Watermark*/
.wm::after {
    content: "*** Conteúdo confidencial ***";
    position: fixed;
    top: 50%;
    left: 25%;
    color: rgba(0, 0, 0, 0.2);
    font-size: 4em;
    transform: rotate(-45deg);
}

/*Set footer position through page content*/
.footer {
    height: auto;
    color: white;
}

.footer-dell {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100px;
}

/*Set Card style*/
.card-header {
    font-weight: bold;
}

.card-header, .card-footer {
    background-color: rgba(238,238,238, 0.85) !important;
    color: black;
}

/* Set all tables as width 100%*/
table {
    width: 100% !important;
}

/* Set table style default */
thead th {
    background-color: rgba(0, 146, 205, 0.85) !important;
    color: #ffffff !important;
    text-align: left;
}

.thead {
    background-color: rgba(0, 146, 205, 0.85) !important;
    color: #ffffff !important;
    text-align: left;
}

thead th:first-child {
    border-top-left-radius: 0.35rem !important;
}

thead th:last-child {
    border-top-right-radius: 0.35rem !important;
}

tbody td {
    text-align: left !important;
}

/* Default Synthros Colors */
.bg-Synthros-green {
    background-color: rgba(0, 168, 143) !important;
}

.bg-Synthros-green-transparent {
    background-color: rgba(0, 168, 143, 0.85) !important;
}

.bg-Synthros-blue {
    background-color: rgba(0, 146, 205) !important;
}

.bg-Synthros-blue-transparent {
    background-color: rgba(0, 146, 205, 0.85) !important;
}

.bg-Synthros-turquoise {
    background-color: rgba(36, 193, 214) !important;
}

.bg-Synthros-turquoise-transparent {
    background-color: rgba(36, 193, 214, 0.85) !important;
}

.bg-Synthros-eletric-blue {
    background-color: rgba(27, 244, 253) !important;
}

.bg-Synthros-eletric-blue-transparent {
    background-color: rgba(27, 244, 253, 0.85) !important;
}

.bg-Synthros-gray {
    background-color: rgba(179, 179, 179) !important;
}

.bg-Synthros-gray-transparent {
    background-color: rgba(179, 179, 179, 0.85) !important;
}

/*Set font size for table*/
.table-10px {
    font-size: 10px;
}

.table-11px {
    font-size: 11px;
}

/*Set font size for anywhere*/
.text-font-size-10px {
    font-size: 10px;
}

.text-font-size-11px {
    font-size: 11px;
}

.text-font-size-12px {
    font-size: 12px;
}

/* Fix to use Select2 in Modal View */
.select2-container--open {
    z-index: 9999999;
}

/*********** Bootstrap Icon options ***********/
/* Icon Colors */

/*.bt-icon-color-cornflowerblue {
    color: cornflowerblue;
}*/

/* Icon Size */

.bt-icon-size-0_5rem {
    font-size: 0.5rem;
}

.bt-icon-size-1rem {
    font-size: 1rem;
}

.bt-icon-size-1_5rem {
    font-size: 1.5rem;
}

.bt-icon-size-2rem {
    font-size: 2rem;
}

.bt-icon-size-2_5rem {
    font-size: 2.5rem;
}

.bt-icon-size-3rem {
    font-size: 3rem;
}

.bt-icon-size-3_5rem {
    font-size: 3.5rem;
}

.bt-icon-size-4rem {
    font-size: 4rem;
}

.bt-icon-size-4_5rem {
    font-size: 4.5rem;
}

.bt-icon-size-5rem {
    font-size: 5rem;
}

.bt-icon-size-5_5rem {
    font-size: 5.5rem;
}

/*********** Jumbotron Animation ***********/
.boxStyle {
    position: relative;
    text-align: center;
    background: linear-gradient(60deg, rgba(248,249,250,1) 0%, rgba(200,201,199,0.8) 100%);
    border-radius: 5px;
}

.inner-boxStyle {
    height: 15vh;
    width: 100%;
    margin: 0;
    padding: 5vh;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px; /*Fix for safari gap*/
    min-height: 50px;
    max-height: 80px;
    border-radius: 5px;
}

.flex-boxStyle { /*Flexbox for containers*/
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* Animation */
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

    .parallax > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s;
    }

    .parallax > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s;
    }

    .parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s;
    }

    .parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s;
    }

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }

    100% {
        transform: translate3d(85px,0,0);
    }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        position: relative;
        width: 100%;
        height: 15vh;
        margin-bottom: -7px; /*Fix for safari gap*/
        min-height: 50px;
        max-height: 80px;
        border-radius: 5px;
    }

    .inner-boxStyle {
        height: 25vh;
        width: 100%;
        margin: 0;
        padding: 5vh;
    }

    .display-5 {
        font-size: 18px;
    }

    .lead {
        font-size: 14px;
    }
}
/*********** End Jumbotron Animation ***********/