body
{
    font-family: 'Poppins', sans-serif;
    padding-top: 65px;
    font-size: 1rem !important;
}

table{
    font-size: 1rem !important;
    font-family: 'Poppins', sans-serif !important;
}

table tr td{
    font-size: 1rem !important;
    font-family: 'Poppins', sans-serif !important;
}

select{
    font-size: 1rem !important;
    font-family: 'Poppins', sans-serif !important;
}

.loginLogo{
    margin-top: 50px;
    margin-bottom: 15px;
    text-align: center;
}

.banner{
    min-height: 58px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #1976d2;
    color: #ffffff;
    z-index: 2;
}

.bannerMenu{
    font-size: 16px;
    position: absolute;
    padding-left: 15px;
    margin: 0;
    top: 35%;
    left: 0;
    text-decoration: none;
}

.bannerText{
    text-shadow: 0 1px 1px #303F9F;
    color: #FFFFFF;
    font-size: 16px;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-plain{
}

.card-header-plain{
    border-bottom: 1px solid #e0e0e0;
    font-weight: bold;
    color: #424242;
    padding-bottom: 15px;

}

.card-body-plain{
    padding: 15px;
}

.bold{
    font-weight: bold;
}

.center{
    text-align: center;
}

.left{
    text-align: left;
}

.bodyLoaderContainer
{
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
}

.bodyLoaderContainerDark
{
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}

.bodyLoader
{
    position: absolute;
    z-index: 2001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bodyLoaderSpinner
{
    padding: 10px;
    /*background: #FFFFFF;*/
    border-radius: 5px;
    /*box-shadow: 0 0 10px #9E9E9E;*/
    text-align: center;
}

.bodyLoaderSpinnerDark
{
    padding: 10px;
    /*background: #FFFFFF;*/
    border-radius: 5px;
    /*box-shadow: 0 0 10px #9E9E9E;*/
    text-align: center;
    color: #efefef;
}

.bodyLoaderText
{
    padding: 10px 0 0 0;
}

.bodyLoaderProgressBar{
    height: 10px;
    border: 1px solid #1976d2;
    width: 350px;
    border-radius: 3px;
}

.bodyLoaderProgressBarPercentage{
    height: 8px;
    background-image: linear-gradient(#2196f3, #1976d2);
}

div.flash-success
{
    background: #424242;
    text-shadow: 0 1px 1px #000000;
    padding: 0;
    border-left: 10px solid #8bc34a;
    margin: 0;
    /* border-radius: 4px; */
    color: #9ccc65;
}

div.flash-icon
{
    float: left;
    text-align: center;
    /*color: #FFFFFF;*/
    padding: 17px;
}

div.flash-message
{
    margin-left: 30px;
    padding: 17px;
}

.flash-icon-success
{
    color: #8bc34a;
    text-shadow: 0 1px 1px #000000;
}

div.flash-error
{
    /* background: #FFEBEE;
    text-shadow: 0 1px 1px #FFFFFF;
    padding: 0;
    border: 1px solid #ffcdd2;
    margin: 0;
    border-radius: 4px;
    color: #E53935; */
    background: #424242;
    text-shadow: 0 1px 1px #000000;
    padding: 0;
    border-left: 10px solid #f44336;
    margin: 0;
    /* border-radius: 4px; */
    color: #ef5350;
}

.flash-icon-error
{
    color: #f44336;
    text-shadow: 0 1px 1px #000000;
}

div.flash-warning
{
    background: #424242;
    text-shadow: 0 1px 1px #000000;
    padding: 0;
    border-left: 10px solid #ff9800;
    margin: 0;
    /* border-radius: 4px; */
    color: #ffa726;
}

.flash-icon-warning
{
    color: #ff9800;
    text-shadow: 0 1px 1px #000000;
}

div.flash-info
{
    background: #424242;
    text-shadow: 0 1px 1px #000000;
    padding: 0;
    border-left: 10px solid #2196f3;
    margin: 0;
    /* border-radius: 4px; */
    color: #42a5f5;
}

.flash-icon-info
{
    color: #2196f3;
    text-shadow: 0 1px 1px #000000;
}

.tileWidthContainer{
    width: 200px;
    margin: 0 auto;
    display: none;
}

@media screen and (min-width:  1280px) {
    .tileWidthContainer{
        width: 350px;
        margin: 0 auto;
    }       
}

@media screen and (max-width:  770px) {
    .tileWidthContainer{
        width: 100%;
        margin: 0 auto;
    }       
}


.tileLink{
    color: #FFFFFF;
}

.tileLink:hover{
    color: #FFFFFF;
}

.tileContainer{
    min-height: 250px;
    max-height: 250px;
    box-shadow: #bdbdbd 0 0 50px;
    border-radius: 10px;
    overflow: hidden;
}

.tileIconContainer{
    margin: 0;
    position: relative;
    min-height: 100px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tileIcon{
    opacity: 0.3;
    font-size: 64px;
    position: absolute;
    bottom: -25px;
    right: -25px;
}

.tileTitleCounter{
    font-weight: bold;
    padding: 15px 0 0 15px;
    color: #424242;
}

.tileTitle{
    font-weight: bold;
    padding: 5px 0 0 15px;
    color: #424242;
}

.tileDescription{
    color: #bdbdbd;
    padding: 15px;
}

.taContainer{
    display: none;
}

#taTotal{
    display: none;
}

.fieldRequired{
    color: #f44336;
}

.circle-btn{
    height: 75px;
    width: 75px;
    line-height: 71px;
    /* padding-top: 25px; */
    display: inline-block;
    border-radius: 50%;
    box-shadow: #bdbdbd 0 0 5px;
    border-width: 1px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    overflow: hidden;
}

.circle-btn-success{
    background-color: #8bc34a;
    text-shadow: #33691e 0 1px 0;
}

.circle-btn-success:hover{
    background-color: #7cb342;
    transition: background-color 300ms;
}

.circle-btn-error{
    background-color: #f44336;
    text-shadow: #b71c1c 0 1px 0;
}

.circle-btn-error:hover{
    background-color: #e53935;
    transition: background-color 300ms;
}

.circle-btn-primary{
    background-color: #2196f3;
    text-shadow: #0d47a1 0 1px 0;
}

.circle-btn-primary:hover{
    background-color: #1e88e5;
    transition: background-color 300ms;
}

.circle-btn-icon{
    position: absolute;
    font-size: 32px;
    bottom: 0;
    right: 0;
    text-shadow: none;
}

.circle-btn-icon-success{
    color: #689f38;
}

.circle-btn-icon-error{
    color: #d32f2f;
}

.circle-btn-icon-primary{
    color: #1976d2;
}

.card-body-with-icon{
    position: relative;
    overflow: hidden;
}

.card-body-icon{
    position: absolute;
    bottom: -30px;
    right: -10px;
    font-size: 64px;
    color: #e0e0e0;
}