body{
}
/*------------------------------ Style For Login Page*/
.middle{
    padding: 0px 0px;
    margin: 80px auto;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 1px 1px 20px 2px #cecccc;
}
.box-head{
    margin: 10px 0px 0px 0px;
    border: 1px solid #a7aaad;
    padding: 7px 0px;
    text-align: center;
    background-color: #e0e0e0;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 0px;
}
.box-data{
    border: 1px solid #a7aaad;
    padding: 7px;
    background-color: #fbfbfb;
    font-size: 15px;
}
.form-item{
    margin: 5px 3px;
}

/*------------------------------ Style For FrmMain*/
.bar{
    background-color: #021f3e;
    color: #ffffff;
    padding: 10px 0px;
}

.title_menu_combo{
    border: 1px solid #a7aaad;
    margin-top: 4px;
    line-height: 10px;
    padding: 5px 10px;
    cursor: pointer;
    background-color: #dfdddd;
}

.icon_menu_down_up{
    font-size: 25px !important;
    float: left;
    margin-top: 2px;
    color: #000000;
}

.lable_select{
    margin: 10px 0px;
}

.linkbtn{
    cursor: pointer;
    background: linear-gradient(90deg, #d2f5c4, #bdf3c966);
    color: #000000;
}
.linkbtn:hover{
    background-color: #008C8E  !important;
    color: #FFFFFF;
}

.box-head-middle{
    margin: 10px 0px 0px 0px;
    border: 1px solid #a7aaad;
    padding: 7px 0px;
    text-align: center;
    background-color: #e0e0e0;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 0px;
}
.box-data-middle{
    border: 1px solid #a7aaad;
    padding: 7px;
    background-color: #fbfbfb;
}

#ifrm_main{
    width: 100%;
    margin: 0px 12px;
    border: 0px;
    min-height: 220vh;
    overflow-y: scroll;
}
.frmstyle{
    width: 100%;
    padding: 0px 7px;
}
.frm-head{
    border: 1px solid #a7aaad;
    padding: 7px 0px;
    text-align: center;
    background-color: #008c8e;
    border-bottom: 0px;
    color: #FFFFFF;
}
.frm-data{
    border: 1px solid #a7aaad;
    padding: 7px;
}
.alert-figure  {
    margin: 5px;
    padding: 0 10px;
    border-radius: 3px;
}



.textarea_height{
    height: 200px;
}

/*  Upload and Show file   */
.file_lbl{
    display: block;
    background-color: #8a06f5;
    color: #fff;
    text-align: center;
    height: 30px;
    padding: 7px 0px;
}
.thumb{
    width: 200px;
    height: 200px;
    padding: 5px;
    border: 1px dashed green;
    margin: 5px;
    float: left;
}

#tmplist{
    border: 1px solid blue;
    width: 100%;
}
.pic_box{
    position: relative;
}
.pic_act{
    position: absolute;
    opacity: 0;
    margin: 15px 30%;
    z-index: 10;
}
.pic_box:hover .thumb{
    opacity: 0.3;
}
.pic_box:hover .pic_act {
    transform: scale(1.3);
    opacity: 1;
}
.back{
    color: #ffffff !important;
    float: left;
    margin: 0px 10px;
    border: 1px dashed #000000;
    padding: 1px 5px;
    text-decoration: none !important;
}
.drlogo{
    background-image: url("../images/drlogo.png");
    width: 64px;
    height: 64px;
    display: inline-block;
    margin: 1px;
    background-size: cover;
}
/* paging number*/
.pagenumber{
    text-align: center;
    margin: 10px auto;
}
.pagenumber_item{
    background-color: #e4e6e5;
    color: black;
    margin: 0px 2px;
    padding: 3px 5px;
    text-decoration: none !important;
    box-shadow: 0px 1px 3px #132165;
}
.pagenumber_item:hover{
    background-color: #042c7b;
    color: #06d9fb;
}

/* action btn*/
.add1{
    background-image: url("../images/add1.png");
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 1px;
    background-size: cover;
}
.add2{
    background-image: url("../images/add2.png");
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 1px;
    background-size: cover;
}
.epay{
    background-image: url("../images/pay.png");
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 1px;
    background-size: cover;
}

.edit{
    background-image: url("../images/edit.png");
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 1px;
    background-size: cover;
}
.msg{
    background-image: url("../images/msg.png");
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 1px;
    background-size: cover;
}
.msg-cnt{
    position: absolute;
    right: 4px;
    bottom: 4px;
    font-size: 10px;
}
.del{
    background-image: url("../images/del.png");
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 1px;
    background-size: cover;
}
.zoom{
    background-image: url("../images/zoom.png");
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 1px;
    background-size: cover;
}
.details {
    background-image: url("../images/details.png");
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 1px;
    padding-right: 24px;
    background-size: cover;
}
.download-icon{
    background-image: url("../images/download.png");
    width: 24px;
    height: 24px;
    display: inline-block;
    padding-right: 24px;
    background-size: cover;
}
.download-icon2{
    background-image: url("../images/download2.png");
    width: 128px;
    height: 128px;
    display: inline-block;
    padding: 40px 60px 0 30px;
    background-size: cover;
    color: #FFFFFF;
}
.download-icon2:hover{
    color: #FFFFFF;
}
.actionbtn{
     width: 180px !important;
 }
.backround-page{
    background-image: url(../images/banner4.jpg) !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.newmemeber{
    background: rgba(183, 189, 178, 0.37);
    border: 1px solid  #ced4da;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: -7px;
    text-align: center;
}
#lbl_alert{
    text-align: center;
    margin-bottom: 15px;
    display: block;
    background: transparent !important;
}

.lbl-profile{
    background-color: #e0e0e0;
}
.padding-left3{
    padding-left: 3px !important;
}
.padding-right3{
    padding-right: 3px !important;
}
.margin-left3{
    margin-left: 3px !important;
}
.margin-right3{
    margin-right: 3px !important;
}
.margin-left20{
    margin-left: 20px !important;
}
.margin-right20{
    margin-right: 20px !important;
}
.memprojectinput{
    width: 5% !important;
    display: inline-block !important;
    margin: 10px 0 0 10px;
}
.mablaghstyle{
    width: 15% !important;
    text-align: left;
    display: inline-block !important;
    margin: 10px 0;
}
.logoPrint{
    width: 70px;
    position: absolute;
    right: 10%;
}
.position-rel{
    position: relative; !important;
}
.position-abs{
    position: absolute; !important;
}

td {
    padding: .25rem !important;
    vertical-align: middle !important;
}

td label {
    margin: 0 !important;
}

th {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.animate-Blink{
    animation: animate  1s linear infinite;
}
@keyframes animate {
    0%{   opacity: 0; transform: scale(1) !important;   }
    25%{  opacity: 0.4; transform: scale(2) !important;}
    50%{  opacity: 0.7; transform: scale(3) !important; }
    75%{  opacity: 0.4; transform: scale(2) !important; }
    100%{ opacity: 0;  transform: scale(1) !important; }
}
output{
    width: 50% !important;
}


/* ---------------------  partMEDIAQUERIES    ------------------- */

@media (max-width: 768px) {
    output{
        width: 100% !important;
    }

    table {
        width: 100%;
        display: block;
        overflow: scroll;
    }
}

@media (max-width: 500px) {
    output{
        width: 100% !important;
    }
    .d-flex {
        flex-wrap: wrap!important;
        overflow: auto!important;
    }
}


