﻿#UserImagePopup {
    z-index: 2100;
    padding: 0px 10px 10px 10px;
    background-color: #fff;
    height: 100px;
    width: 200px;
}
.bangla {
   font-family:NikoshBAN !important;
}

/*Profile Pic Start*/
.picture-container {
    position: relative;
    cursor: pointer;
    text-align: center;
}


.picture {
    width: 100px;
    height: 100px;
    background-color: #999999;
    border: 4px solid #CCCCCC;
    color: #FFFFFF;
    margin: 0px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: transform .2s;
    z-index:5999;
}

    .picture:hover {
        border-color: #2ca8ff;
        transform: scale(3.5) !important;
    }

.content.ct-wizard-green .picture:hover {
    border-color: #05ae0e;
}

.content.ct-wizard-blue .picture:hover {
    border-color: #3472f7;
}

.content.ct-wizard-orange .picture:hover {
    border-color: #ff9500;
}

.content.ct-wizard-red .picture:hover {
    border-color: #ff3b30;
}

.picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.picture-src {
    width: 100%;
    transition: transform .2s;
}
.modal-header {
    border: 1px solid #59d05d;
    background: #59d05d;
}

.modal h4,.h4 {
    font-size:18px;
}
/*.modal-dialog {
    max-width: 75%;
}*/
.tableheader {
    width: 50%;
}

/* AJAX PROGRESS BEGIN*/

.modalajaxbackground {
    background-color: transparent;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1001; /*filter: alpha(opacity=40);*/
    opacity: 0.5;
}

.modalajaxprogresscontainer {
    border: 10px solid #364150;
    background-color: #ffffff;
    position: fixed;
    left: 50%;
    margin-left: -175px;
    top: 50%;
    margin-top: -75px;
    height: 150px;
    width: 350px;
    z-index: 2000;
    line-height: 150px; /*opacity: 0.7;*/
    vertical-align: middle;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
}

    .modalajaxprogresscontainer img {
        position: absolute;
        top: 50px;
        height: 30px;
        width: 30px;
        left: 50%;
        margin-left: -15px;
    }

    .modalajaxprogresscontainer div {
        position: absolute;
        top: 85px;
        height: 30px;
        width: 100%;
        text-align: center;
        line-height: 30px;
        vertical-align: middle;
    }

/* AJAX PROGRESS END*/
/*.picture-src:hover {
            transform: scale(1.5) !important;

        }*/

/*Profile Pic End*/
