.report-container {
    margin-top: 15px;
}

    .report-container input {
        border: none;
        border-bottom: 2px solid #aaa;
        border-radius: 0px;
        box-shadow: none;
        background-color: transparent;
        padding: 0px;
    }

        .report-container input[type=button] {
            border: 1px solid #00b0ff;
            border-radius: 4px;
            box-shadow: none;
            background-color: #00b0ff;
            padding: 6px 12px;
            color: white;
        }

            .report-container input[type=button]:hover {
                background-color: white;
                color: #00b0ff;
            }

            .report-container input:focus, .selectize-input.focus {
                box-shadow: none;
                border-bottom: 2px solid #50c0e3;
            }

.bootstrap-select {
    /*border: 1px solid #00B0FF !important;*/
    color: #00B0FF;
}

.btn-group.open .dropdown-toggle {
    color: #00B0FF;
    box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
}

.btn-group.open > span {
    color: #00B0FF;
}

.report-container .control-label {
    color: #50c0e3;
}

.report-container .filter-select {
    background-color: transparent;
}

.report-container .filter-select-container .dropdown-toggle,
.report-container .filter-select-container .dropdown-toggle:active,
.report-container .filter-select-container .dropdown-toggle:focus,
.report-container .filter-select-container .dropdown-toggle:hover {
    background-color: transparent;
    border: none;
    color: #00B0FF;
    /*border-color: #818181;*/
}

.report-container .btn-export,
.report-container .btn-export:hover,
.report-container .btn-export:active,
.report-container .btn-export:focus {
    background-color: transparent !important;
    border: 1px solid #818181 !important;
    border-radius: 20px !important;
}

.report-container .table tbody {
    border-right: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
}

.report-container .table > thead > tr > th {
    background-color: rgba(201,201,201,0.23);
    border: none;
    padding: 12px 0px 0px 0px;
}

.report-container .table-hover > tbody > tr:hover {
    background-color: #F2FAFF !important;
    border: 1px solid #50c0e3 !important;
}

.tr-back-blue {
    background-color: #F2FAFF !important;
    border: 1px solid #50c0e3 !important;
    border-left: 1px solid #50c0e3 !important;
}

.tr-back-grey {
    background-color: white !important;
    border: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
}



.report-container tbody {
    background-color: white;
}


.report-container .avatar-grid {
    width: 48px;
    height: 48px;
    border-radius: 100%;
}

.report-container .input-search {
    width: 90%;
    float: left;
}

.dropdown {
    padding-top: 0px !important;
    max-width: 220px;
    padding-right: 0px;
}

.drop-menu {
    height: 33px;
    width: 220px;
    border: 1px solid #00b0ff;
    line-height: 33px;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
}

    .drop-menu > open {
        background-color: #00b0ff;
        color: white;
    }

    .drop-menu a {
        text-decoration: none;
        margin-left: 10px;
    }

    .drop-menu .fa {
        float: right;
        line-height: 33px;
        margin-right: 7px;
    }

    .drop-menu .md-radio {
        line-height: 0;
    }

.dropdown-menu {
    min-width: 190px;
    padding: 5px 2px;
    margin: 6px 0 0;
}

.filter-select-container > ul {
    padding-left: 0px;
}

    .filter-select-container > ul > li {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.dropdown-menu.pull-right {
    border: none;
        margin-top: 20px;
}

.dropdown-toggle {
    display: block;
}

.radio-label {
    padding: 0;
    margin-left: 20px;
}

.md-radio label {
    padding: 0;
    display: flex;
    align-items: center;
    width: 90%;
    color: #bdbdbdc9;
    font-weight: 600 !important;
}

.header-table-report {
    height: 45px;
    width: 100%;
    border: 1px solid #00B0FF;
    background-color: #E8EFF3;
    margin-bottom: 30px;
}

    .header-table-report .th {
        height: 100%;
        text-align: center;
        vertical-align: middle;
        line-height: 45px;
        color: rgba(101, 101, 101, 0.75);
    }

/*.table {
    border-collapse: separate;
        border-spacing: 0 23px;
}*/

.table-hover > tbody > tr {
    height: 70px;
    border: 1px solid #ddd;
    border-left: 1px solid #ddd;
    -webkit-box-shadow: 0px 5px 12px -5px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 5px 12px -5px rgba(0,0,0,0.19);
    box-shadow: 0px 5px 12px -5px rgba(0,0,0,0.19);
}

.table > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
}

.table .tr_blank {
    height: 20px;
    box-shadow: none;
}

.table > tbody > tr > td {
    border-top: none;
}

.table .mdx-checkbox {
    margin-left: 10px;
}

.disabled 
{
    color: #888 !important;
    background-color: #eee !important;
    /*opacity: 0.5;*/
}
.disabledButton{
    box-shadow: none;
}

.report-container .table-hover > tbody > .disabled:hover {
    border-color: #ccc !important;
    background-color: #ddd !important;
    /*opacity: 0.5;*/
}