﻿body {
    background-color: #f4f5fc;
    font-family: Lato;
}

.login-bg-left {
    position: fixed;
    height: 100%;
    width: 50%;
    background-image: url(../../Img/background1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: bottom;
}

.login-bg-right {
    position: fixed;
    height: 100%;
    width: 60%;
    background-image: url(../../Img/background2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    margin-left: 50%;
}

.site-logo {
    background-image: url("../../Img/infer-logo.png");
    background-repeat: no-repeat;
    background-size: 120px 40px;
    background-position: 40px;
    cursor: pointer;
}

.download-icon {
    background-image: url("../../Img/download-icon.png");
}


.top-site-menu > div:nth-child(2) > div:hover {
    background-color: #ebebeb;
}

.top-site-menu > div:nth-child(2) > div > label {
    font-size: 17px;
    font-weight: bold;
}

.top-site-menu > div:nth-child(2) > div[data-selected="true"] {
    -webkit-box-shadow: inset 0px -2px 0px 0px #832b73;
    -moz-box-shadow: inset 0px -2px 0px 0px #832b73;
    box-shadow: inset 0px -2px 0px 0px #832b73;
    color: #832b73;
}

.download-report {
    float: right;
    color: #832b73;
    font-weight: bold;
    cursor: pointer;
}

    .download-report:hover,
    .download-report > label:hover {
        cursor: pointer;
    }

    .download-report > div {
        display: inline-block;
    }

/*Filters content pagination modules*/

.pagination-filter-form {
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 4px 33px -11px rgba(0,0,0,0.1);
}

.d-table-container .d-table thead tr {
    height: 40px;
}

.pagination-filter .search-inputs {
    margin: 10px;
}

    .pagination-filter .search-inputs select {
        font-size: 14px;
        font-weight: 500;
    }



    .pagination-filter .search-inputs > label {
        font-weight: bold;
        color: #969ac7;
        font-family: Lato;
        font-size: 15px;
    }

.pagination-filter .multiple-select {
    min-width: 250px;
    border: 0;
    border-bottom: 1px solid red;
    border-radius: 0px;
}

.pagination-filter .search-inputs .search-input {
    border: 0;
    border-bottom: 1px solid #969ac7;
    border-radius: 0px;
}

.pagination-filter select {
    border: 0;
    border-bottom: 1px solid #969ac7;
    background-color: #0000 !important;
}

.pagination-filter .search-inputs > label {
    display: block;
    margin-bottom: 5px;
}

.select2-container {
    border-bottom: 1px solid #969ac7;
}

.select2-container--default .select2-selection--multiple {
    border: 0px !important;
}

.select2-selection__choice {
    background-color: #e8eaf8 !important;
    font-weight: 900 !important;
    padding: 3px !important;
}

.select2-container--default .select2-selection--single {
    border: none !important;
    outline: none !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2px !important;
}