﻿/*#loader {*/
    /*position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;*/
    /*border: 5px solid #f3f3f3;*/
    /*border-radius: 50%;
    border-top: 5px solid #3498db;
    -webkit-animation: spin 2s linear infinite;*/ /* Safari */
    /*animation: spin 2s linear infinite;*/
    /*position: absolute;
    border: 16px solid #f3f3f3;*/ /* Light grey */
    /*border-top: 16px solid #3498db;*/ /* Blue */
    /*border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
}*/
#loader {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#loader::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 120px;
    height: 120px;
    border-top-color: transparent;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin 1s linear infinite;
    border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
}
.modaBodyScroller {
    word-wrap: break-word;
    overflow-wrap: break-word;
    background-color: #e9f2fc;
    font-size: 0.8rem;
    overflow: auto;
    max-height: 300px;
}

/*@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/

/* Safari */
/*@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}*/

#apilogsloader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 50px;
    height: 50px;
    margin: -76px 0 0 -76px;
    /*border: 5px solid #f3f3f3;*/
    border-radius: 50%;
    border-top: 5px solid #3498db;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.errmsg {
    font-size: 0.80rem;
    font-weight: 500;
}

.env-name{
    font-size:1.25rem;
    text-shadow:1px 1px 2px red;
}

.elastic-textbox{
    width:300px !important;
}

.btn-elasticpush-more{
    width:1.5rem;
    height:1.5rem;
    border-radius:50%;
    padding:0rem;
    margin:0rem;
}

.mandatory-label {
    color: red;
    font-weight: bold;
}

.invalid {
    border: 2px solid red;
}

#lblForEDOutput {
 border:dashed;
}

.chk-box-size {
    height: 1rem;
    width: 1rem;
}

