﻿
.col-md-4 {
    /*border: 1px solid #73AD21;*/
    /*padding-right:2px;
    padding-left:2px;*/
}

.mobile-page .page-title {
    text-align: center;
    padding: 5px 10px;
}
.mobile-page {
    text-align: center;
}
.dir-rtL {
    direction: rtl;
}

.grp-name {
}

.projects {
    /*padding-right:20px;
    padding-left:20px;*/
    margin-left: auto;
    margin-right: auto;
}

.my-container {
    /*float:right;*/
    position: relative;
    text-align: center;
    /*border: 1px solid #73AD21;*/
    overflow: auto;
    padding-bottom: 15px;
    padding-right: 5px;
}

.cntry-name {
    color: #342d1f;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    margin: auto;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    width: 80%;
    text-align: right;
}

.wawsm-map {
    color: #e09e00;
    
}

.bnf-name {
    height: 20px;
    text-align: center;
    padding-top: 5px;
}

.prj-name {
    /*border: 1px solid #898888;*/
    text-align: center;
    /*padding-top: 5px;*/
    color: #1d1d1b;
    height: 60px;
    padding-top: 5px;
    /* display: block;   
       margin: 0px auto;*/
    /*padding-bottom:5px;*/
}

.prj-grp-imge {
    width: 50px;
    height: 50px;
    /*float:right;*/
}

.no-decoration{
    text-decoration:none;color:#000;
}
.prj-img {
    background-color: #535050;
    width: 100%;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
}

.prj-desc {
    font-family: Tahoma;
    font-size: 9pt;
    color: #898888;
}

.prj-cost {
    margin-top: 10px;
    /*font-family: Tahoma;*/
    font-size: 9pt;
    text-align: right;
    margin-bottom: 7px;
}


.wprogress {
    height: 26px;
    margin-top: 5px;
    margin-bottom: 7px;
    overflow: hidden;
    background-color: #D2CBC0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
    border-radius: 5px;
}

.wprogress-bar {
    font-family: arial;
    float: right;
    width: 0px;
    height: 40px;
    font-size: 10px;
    padding: 5px 0px 0px;
    line-height: 20px;
    color: #FFF;
    text-align: center;
    background-color: #e09e00;
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15) inset;
    transition: width 0.6s ease 0s;
}

.wprogress-bar, .wprogress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.prj-boxes {
    /*border: 1px solid red;*/
}

.amt-box-table {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    /*border:1px solid red;*/
}

table, td {
    /*border:1px solid #000;*/
}

.prjamt {
    text-align: center;
}

input[type=number].general-amt {
    border: 1px solid #000000;
    background-color: #ededed;
    height: 30px;
    color: #342d1f;
    text-align: center;
    font-family: 'Sakkal Majalla';
    font-size: 14pt;
    font-weight: bold;
}

input[type=number].prjamt {
    border: 1px solid #000000;
    background-color: #ededed;
    height: 30px;
    color: #342d1f;
    width: 100%;
    text-align: center;
    margin-right: 3px;
    float: left;
    font-family: 'Sakkal Majalla';
    font-size: 14pt;
    font-weight: bold;
}

input[type=number].shares {
    border: 1px solid #000000;
    background-color: #ededed;
    height: 30px;
    color: #342d1f;
    text-align: center;
    font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
    width: 50px;
    height: 30px;
}

.maxShare {
    /*-moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;*/
    width: 50px;
    height: 30px;
    font-size: 14pt;
    text-align: center;
}

input[type=number].sadakazakat-amt {
    max-width: 200px;
    border: 1px solid #000000;
    background-color: #ededed;
    height: 30px;
    color: #342d1f;
    text-align: center;
    margin-right: 3px;
    font-family: Sakkal Majalla;
    font-size: 14pt;
    font-weight: bold;
}



::-webkit-input-placeholder {
    color: #535050;
    font-size: 9pt;
}

:-moz-placeholder { /* Firefox 18- */
    color: #535050;
    font-size: 9pt;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #535050;
    font-size: 9pt;
}

:-ms-input-placeholder {
    color: #535050;
    font-size: 9pt;
}

.amt-style {
    font-size: 14pt;
    font-weight: bold;
}



.general-don-now {
    background-color: #e09e00;
    color: #fff;
    font-weight: bold;
    text-align: center;
    height: 30px;
    cursor: pointer;
}

.don-now {
    background-color: #e09e00;
    color: #fff;
    display: block;
    font-weight: bold;
    text-align: center;
    margin-right: 0;
    padding-top: 3px;
    padding-right: 5px;
    padding-left: 5px;
    height: 30px;
    float: right;
    width: 100%;
    cursor: pointer;
}

.add2cart img {
    /*width:auto;*/
    width: 30px;
    height: 30px;
    cursor: pointer;
}

span.add2cart {
    /*float: right;
    margin-right: 10px;*/
    display: block;
    /*background-color: #FA663A;*/
    color: #342d1f;
    /*margin-right: 5px;*/
    padding-right: 5px;
    padding-top: 5;
    text-align: right;
    font-size: 14pt;
}

/*Fast Don ----------------------------------------------------- */
.fastdon-row {
    margin-top: 20px;
}

.panel-body {
    padding: 0;
}
 
.prj-outer-container {
    /*border: 2px dashed #e0e0e0;*/
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 15px 0;
}

.prj-inner-container {
    border: 2px dashed #e0e0e0;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

.don-container3 {
    /*border: 2px dashed #e0e0e0;*/
    padding: 15px;
    float: right;
    width: 300px;
    margin-right: 20px;
    margin-top: 10px;
    border: 2px dashed #e0e0e0;
}

.don-container2 {
    /*border: 2px dashed #e0e0e0;*/
    padding: 15px;
}


.don-container {
    /*float:right;*/
    /*position: relative;
    text-align: center;
    border: 2px dashed #e0e0e0;
    overflow: auto;
    height: auto;*/
    /*float:right;*/
    position: relative;
    text-align: center;
    border: 2px dashed #bababa;
    overflow: auto;
    padding: 15px;
}

.don-img {
    margin-right: auto;
    margin-left: auto;
    width: 150px;
    height: 150px;
    cursor: pointer;
}

    .don-img img {
        /*background-color:#e09e00;*/
        width: 150px;
        height: 150px;
        border-radius: 100%;
        /*-webkit-transition: all 450ms cubic-bezier(.75,.75,.75,.75) 0s; /* Safari */
        /* transition: all 700ms cubic-bezier(.50,.50,.50,.50) 0s;*/
    }

.don-desc {
    text-align: center;
    font-family: 'Sakkal Majalla', 'Tahoma';
    font-size: 13pt;
    color: #636463;
    height: 95px;
    overflow: hidden;
    padding-bottom: 10px;
}
@media(max-width: 600px) {
    .don-desc  {
        height: auto;
    }
}
.don-boxes {
    /*direction: rtl;
    margin-top:20px;
    position:absolute;
    display:block;
    width:100%;*/
    /*border:solid 1px red;*/
    /*bottom:30px;*/
    /*margin-left:auto;
    margin-right:auto;*/
    margin-top: 20px;
    /*width:90%;
    margin-right:auto;
    margin-left:auto;*/
}




/* --- كفالات ------------*/


.files-desc {
    font-family: Tahoma;
    font-size: 9pt;
    color: #898888;
    padding-right: 50px;
}

.files-container {
    /*float:right;*/
    position: relative;
    text-align: center;
    /*border: 1px solid #73AD21;*/
    overflow: auto;
}



.age {
    font-family: Sakkal Majalla;
    font-size: 14pt;
    float: right;
    margin-left: 50px;
}

.gender {
    font-family: Sakkal Majalla;
    font-size: 14pt;
    float: right;
}

.filter {
    float: right;
    margin: 10px 50px 10px 50px;
}
