﻿
.skiptranslate{
    display:none;

}
.progressdiv {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgb(0 0 0 / 0.75);
    background-repeat: no-repeat;
    background-position: center center;
}
    .progressdiv span {
        position:relative;
        top: 41%;
        display:block;
        text-align:center;
        width:200px;
        height:50px;
        margin:0px auto;
        background:#000000;
    }


    .progressdiv:before {
      
        position: fixed;       
        padding: 3px;
       
    }

.divalert {
    width: 400px;
    position: fixed;
    z-index: 99999;
    border: 2px solid rgba(255,255,255,0.3);
    background: linear-gradient(135deg, #572c7c 0%, #572c7c 50%, #a034fa 100%);
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: solid 1px #572c7c;
    max-width: 96%;
    border-radius: 5px;
}

.divalert-close {
    float: right;
    color: #000000;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.divalert-text {
    clear: both;
    padding: 10px;
    font-size: 14px;
    color: #ffffff;
    min-height: 50px;
    padding: 10px 15px;
    text-align: center;
}

.divalert-bottom {
    clear: both;
    padding: 10px;
    text-align: center;
    min-height: 30px;
    padding: 10px;
}




.divalert .btn {
    padding: 5px 20px;
    background-color: #286090;
    border-color: #204d74;
    border-radius: 5px;
}



.divpopup {
    width: 400px;
    position: absolute;
    z-index: 1002;
    max-width: 95%;
    display: block;
}

.divpopup-inner {
    margin: 15px;
}

.otherdiv {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000000;
    opacity: 0.7;
    z-index: 1000;
    top: 0;
    left: 0;
    display: block;
    display: none;
}

.divpopup .modal-header {
    background-color: #1F52A5;
    border-radius: 5px 5px 0 0;
    color: #fff;
    display: block;
}

.modal-header .close {
    padding: 5px;
    float: right;
    margin-right: 5px;
    color: #fff;
    font-size: 19px;
}

.modal-title {
    font-size: 18px;
    float: left;
    padding-left: 10px;
}

.plus {
    float: left;
    width: 25px;
    margin-top: 4px;
}

.ctrl {
    margin-top: 10px;
}

    .ctrl label {
        font-size: 12px;
        font-weight: bold;
        line-height: 22px;
        color: #333333;
        display: block;
        margin-top: 5px;
        margin-bottom: 0px;
    }

fieldset {
    width: 100%;
    float: left;
    padding: 0px 0px 20px 0px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #ffffff;
}

    fieldset legend {
        display: inline;
        color: #ffffff;
        font-size: 13px;
        margin: 0px;
        border: none;
        line-height: normal;
        padding: 0px;
        width: auto;
        background: #c4262a;
        border-radius: 2px;
        padding: 2px 5px;
    }
.divform {
    text-align: left;
    color: #d0d0d0;
}
    .divform label {
        display: block;
        color: #d0d0d0;
        font-size: 13px;
        margin-bottom: 5px;
    }
    .divform .form-group {
      margin-bottom:15px;
    }
.btn-full {
    width:100%;
}
.iti{
    width:100%;
}
.iti__flag-container{
    margin-left:10px;
}
.divlanguage span {
    margin-right: 5px;
    padding: 0px;
}
.validation{
    display:none;
    color:#f11d1d;

}