﻿.d_none {
    display: none!important;

}
 

.Commonoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    z-index: 200 !important;
    display: none;
}

.CommonPopup {
    position: fixed;
    z-index: 10000;
}

.content_c_invalid_user {
    width: 280px;
    line-height: 24px;
    background: #ffffff;
    position: fixed;
    z-index: 203 !important;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    border-radius: 5px;
    left: 50%;
    top: 50%;
    margin: -80px 0 0 -145px;
    text-align: center;
}

.popupbtn {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0;
    padding: 6px 30px;
    color: #fff;
    background-color: #288b7a;
    border-color: #288b7a;
    border-radius: 100px;
    width: 40%;
    margin-top: 35px;
    border-width: 0px;
    border-style: solid;
}

.modal {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 70px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .center img {
        height: 70px;
        width: 70px;
    }

.ctab {
    margin-top: 10px;
}

.Commonoverlay_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    z-index: 20000 !important;
    display: none;
}

.content_loading {
    width: 280px;
    line-height: 24px;
    position: fixed;
    z-index: 30000;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
    /*padding-top: 30px;*/
    border-radius: 5px;
    left: 50%;
    top: 50%;
    margin: -80px 0 0 -80px;
    text-align: center;
    font-family: HelveticaNeueW02-55Roma;
}

.commonloading {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #ff9b04;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
