.rotate
{
    transform: rotate(90deg) !important;
}

.huge
{
    font-size: 74px;
    line-height: normal;
    cursor: pointer;
}

.act_area
{
    white-space: pre-wrap !important;
    /*width: 80%;*/
}

.humangus
{
    font-size: 100px;
    line-height: normal;
    cursor: pointer;
    padding: 26px;
}

.big
{
    font-size: 23px;
    line-height: normal;
    cursor: pointer;
    padding: 20px;
}

.result_table_col
{
    min-width: 130px !important;
    max-width: 130px;
}

.fixed-table-container thead th .th-inner
{
    white-space: normal !important;
}


#PreviewModal .modal-dialog
{
    width: 70%;
}

#ViewMap .modal-dialog
{
    width: 70%;
}


.loading
{
    position: absolute;
    top: 50%;
    left: 50%;
}

.loading-bar
{
    display: inline-block;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    animation: loading 1s ease-in-out infinite;
}

.loading-bar:nth-child(1)
{
    background-color: #3498db;
    animation-delay: 0;
}

.loading-bar:nth-child(2)
{
    background-color: #c0392b;
    animation-delay: 0.09s;
}

.loading-bar:nth-child(3)
{
    background-color: #f1c40f;
    animation-delay: .18s;
}

.loading-bar:nth-child(4)
{
    background-color: #27ae60;
    animation-delay: .27s;
}

@keyframes loading
{
    0%
    {
        transform: scale(1);
    }
    20%
    {
        transform: scale(1, 2.2);
    }
    40%
    {
        transform: scale(1);
    }
}




