/* Add here all your CSS customizations */

/*- table loading */
.main
{
    position: relative;
}

.table-loading
{
    position: absolute;
    background-color: #ffffff;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    opacity: 1;
    justify-content: space-around;
    align-content: stretch;
    align-items: flex-start;
    display: flex;
}

    .table-loading i
    {
        font-size: 40px;
        margin-top: 150px;
        color: #777777;
    }

/*- end table loading */

.my-form-check div
{
    float: right;
    min-width: 66px;
}

.my-form-check .custom-control-label
{
    padding-left: 20px;
}

.tab-content
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: 0 !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-checkbox *
{
    cursor: pointer;
}

.btn-export
{
    padding: 6px 20px !important;
    min-width: 130px;
}

#top-login
{
    height: 170px;
}

.stiJsViewerToolBarTable
{
    border: none !important;
    font-size: 14px !important;
}

.stiJsViewerClearAllStyles
{
    margin: auto !important;
}

.top-header
{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
    text-align: left;
    line-height: 60px;
    padding: 0 10px;
    background-color: #777777;
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0px 2px 10px -4px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0px 2px 10px -4px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 2px 10px -4px rgba(0,0,0,0.24);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

    .top-header .page-title
    {
        color: white;
        margin-right: 270px;
    }

    .top-header span
    {
        color: aqua;
    }

.main
{
    margin-top: 60px;
    padding: 30px;
}

#img-welcome
{
    display: block;
    margin: auto;
}

.table th
{
    text-align: center !important;
    background-color: #eeeeee;
}

.btn-add
{
    float: left;
    padding-right: 25px;
    padding-left: 25px;
}

.dataTables_length label
{
    margin-right: 10px;
}

.dataTables_filter
{
    float: left !important;
}

.modal-footer button
{
    width: 100px;
}

#img-welcome
{
    width: 700px;
}

.modal form
{
    overflow: auto;
}

div.dataTables_processing
{
    z-index: 1000;
}

@media only screen and (max-width: 768px)
{
    #top-login
    {
        height: 70px;
    }

    .dataTables_filter
    {
        float: unset !important;
    }

    .pagination .first
    {
        display: none !important;
    }

    .pagination .last
    {
        display: none !important;
    }
}

@media (min-width: 992px)
{
    html.side-header #header.side-header
    {
        box-shadow: -2px 0px 10px -4px rgba(0,0,0,0.24);
        -webkit-box-shadow: -2px 0px 10px -4px rgba(0,0,0,0.24);
        -moz-box-shadow: -2px 0px 10px -4px rgba(0,0,0,0.24);
    }

    #mainNav li:hover
    {
        /*background-color:#eeeeee;*/
    }
}

@media (max-width: 1199px)
{
    .top-header .page-title
    {
        margin-right: 15px;
    }
}