﻿.field-validation-error {
    color: #e73d4a;
}

#loader {
    position: absolute;
    left: 43%;
    top: 14%;
    /*border-radius: 20px;*/
    /*border: 1px solid #777777;
    background: #ffffff;
    box-shadow: 0px 0px 10px #777777;*/
}

.loading {
    position: fixed;
    z-index: 14000;
    align-content: center;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    /*background: rgba(0,0,0,.8);
    top: 74px;
    bottom: 0;
    right: 0;
    left: 0;*/
    /*background: rgba( 255, 255, 255, .8 ) url('~/Content/img/Display-Loading.gif') 50% 50% no-repeat;*/
}

/*Add By Differenz Start*/
@-webkit-keyframes red-blink {
    20% {
        -webkit-box-shadow: 0 0 10px 5px #ff0000;
    }
}

@-moz-keyframes red-blink {
    20% {
        -moz-box-shadow: 0 0 10px 5px #ff0000;
    }
}

@keyframes red-blink {
    20% {
        box-shadow: 0 0 10px 5px #ff0000;
    }
}

.red-glow {
    animation: red-blink 1s step-end infinite alternate;
    -webkit-animation: red-blink 1s step-end infinite alternate;
    -moz-animation: red-blink 1s step-end infinite alternate;
}

@-webkit-keyframes yellow-blink {
    20% {
        -webkit-box-shadow: 0 0 10px 5px #FFFF00;
    }
}

@-moz-keyframes yellow-blink {
    20% {
        -moz-box-shadow: 0 0 10px 5px #FFFF00;
    }
}

@keyframes yellow-blink {
    20% {
        box-shadow: 0 0 10px 5px #FFFF00;
    }
}

.yellow-glow {
    animation: yellow-blink 1s step-end infinite alternate;
    -webkit-animation: yellow-blink 1s step-end infinite alternate;
    -moz-animation: yellow-blink 1s step-end infinite alternate;
}

.icon-for-save {
    font-size: 28px;
    color: #FFFFFF;
    /*margin-left: 18px;
        margin-top: 22px;*/
    margin-top: 8px;
}

.submit-on-scroll {
    display: inline-block;
    padding: 1px;
    text-align: center;
    position: fixed;
    bottom: 10px;
    z-index: 10001;
    display: none;
    right: 10px;
}

.submit-on-scroll > i {
    display: inline-block;
    color: #687991;
    font-size: 30px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.submit-on-scroll:hover {
    cursor: pointer;
}

.submit-on-scroll > i {
    opacity: 1;
    filter: alpha(opacity=100);
}

.icon-for-continue {
    font-size: 28px;
    color: #FFFFFF;
    /*margin-left: 18px;
        margin-top: 22px;*/
    margin-top: 19px;
}

.table_content_center tr > td, .table_content_center tr > th {
    text-align: center;
}

.blue-div {
    color: #ffffff;
    background-color: #659be0;
}

.yellow-div {
    color: #ffffff;
    background-color: #F4D03F;
}

.green-div {
    color: #FFF;
    background-color: #4F2170;
}

.fa-bell-gray {
    color:lightgray;
}


.not-active-link {
   pointer-events: none;
   cursor: default;
   opacity: 0.6;
}

.text-align-center
{
    text-align: -webkit-center;
}