﻿
#overlayBox {
    background-color: black;
    bottom: 0;
    color: black;
    filter: alpha(opacity=65);
    left: 0;
    opacity: 0.65;
    -moz-opacity: 0.65;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 101;
}

.loading {
    left: 50%;
    margin: -50px 0 0 -50px;
    position: fixed;
    top: 50%;
    z-index: 999;
    border: 4px solid #eeeeee !important;
    border-top: 4px solid #1f8a53 !important;
    border-radius: 50%;
    width: 100px !important;
    height: 100px !important;
    animation: spin 0.7s ease-in infinite;
}

.loading-small {
    border: 2px solid #eeeeee !important;
    border-top: 2px solid #1f8a53 !important;
    border-radius: 50%;
    width: 25px !important;
    height: 25px !important;
    animation: spin 0.7s ease-in infinite;
}



/* Animation to main preloader */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* missing styles in metro */
.pagination .page-item.active {
    background-color: #e4e4e4;
}




/*active tab*/
.tabs-expand-md > ul > li.active {
    background-color: rgb(96, 169, 23);
    color: white;
}


.left-item
{
    min-width: 350px; 
    width: 49%;
    float: left !important;
}
.right-item
{
    min-width: 350px; 
    width: 49%;
    float: left !important;
}
.single-item
{
    min-width: 350px; 
    width: 99%;
    float: left !important;
}


@media screen and (max-width: 990px) {
    .left-item
    {
        float: none;
        padding-right: 12px!important;
    }
    .right-item
    {
        float: none;
        padding-right: 12px!important;
    }
    .single-item
    {
        float: none;
        padding-right: 12px!important;
    }
    .verticalSpacer
    {
        height: 16px;
    }
    .showOnSmallDisplay
    {
        /*display: inherit;*/
    }
    .hideOnSmallDisplay
    {
        display: none;
    }
    .floatNoneOnSmallDisplay
    {
        float: none !important;
    }
    .marginTopNoneOnSmallDisplay
    {
        margin-top: 0 !important;
    }
    H1
    {
        font-size: 115%;
    }
}


@media screen and (min-width: 990px) {
    .customerFormContainer
    {
        max-width: 75%;
    }
    .verticalSpacer
    {
        height: 200px;
    }
    .showOnLargeDisplay
    {
        /*display: inherit;*/
    }
    .hideOnLargeDisplay
    {
        display: none;
    }
}

.card-header
{
    /*font-size: 12px;*/
}

.custom-alert-remark {
    background-color: #fae7e6;
    border: 1px solid #fae7e6;
}