body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.bodyBGWrap {
    background-position: center;
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#loginBlock {
    max-width: 500px;
    width: 80%;
    margin: 0 auto;
    height: 350px;
    position: relative;
    top: 20%;
    background-color: white;
    overflow: hidden;
    border-bottom: 4px solid #12854D;
}

.row-Block {
    width: calc(100% - 30px);
    padding: 15px;
    overflow: hidden;
}

.row-BlockR {
    width: 60%;
    margin: 0 auto;
}

    .row-BlockR:first-child {
        margin-top: 40px;
    }

input:focus {
    outline: none;
}

.validation-summary-errors ul,
.validation-summary-errors ul li {
    text-decoration: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    color: red;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.logSub {
    background-color: #12854D;
    color: white;
    margin-right: 20%;
    float: right;
    height: 35px;
    border: none;
    border-radius: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

    .logSub:hover {
        cursor: pointer;
    }

.row-BlockR input {
    border: none;
    width: 100%;
    border-bottom: 1px solid;
    font-size: 17px;
}

.loginHead {
    background-color: #12854D;
    color: white;
    line-height: 45px;
    font-weight: bold;
    padding-left: 15px;
}

.homeP {
    width: 100%;
}

.mainWrap {
    margin: 0 auto;
    width: 85%;
    max-width: 960px;
    min-height: calc(100% - 180px);
}

.accountUsrMnu, .aDetFirst {
    height: 77px;
    width: 100%;
    background-color: #12854D;
    color: white;
    text-transform: uppercase;
    font-weight: 200;
}

#bottombar {
    height: 56px;
    width: calc(100% - 15px);
    background-color: #12854D;
    color: white;
    font-weight: 200;
    bottom: 0;
    position: relative;
    line-height: 56px;
    padding-left: 15px;
}

.usMnuInMnu, .AcDetR {
    display: table;
    float: right;
}

.usMnuName, .AcDetL {
    display: table;
    float: left;
    height: 56px;
    line-height: 56px;
    padding-left: 25px;
}

.AcDetR {
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}
    .AcDetR p {
    margin-top:4px;
    margin-bottom:4px;
    }

.boldMe {
    font-weight: bold;
}

.usMnuInMnu input[type="button"] {
    font-weight: 700;
    background-color: transparent;
    border: 1px solid white;
    color: #12854D;
    text-transform: uppercase;
    height: 34px;
    width: 132px;
    background: white;
    margin-right: 10px;
    margin-top: 11px;
}

#frmMe {
    margin: 0 auto;
    width: 85%;
    max-width: 960px;
    min-height: calc(100% - 180px);
}

#accoutnDet, #newTransact {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 78px;
    background-color: white;
    overflow: auto;
    -webkit-box-shadow: 15px 15px 30px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 15px 15px 30px 0px rgba(0,0,0,0.75);
    box-shadow: 15px 15px 30px 0px rgb(0 0 0 / 75%);
}

#newTransact {
    display: none;
}

.setCenterTxt {
    text-align: center;
    line-height: 56px;
}

.TransctsDisplay .mainTbl {
    width: calc(100% - 30px);
    border: none;
    margin: 10px auto;
}

    .TransctsDisplay .mainTbl .tditem {
        text-transform: uppercase;
        font-weight: normal;
    }

.headersRow th {
    background-color: black;
    color: white;
}

/*.first td {
    background-color: #EAE8EB;
    border: none;
}

.second td {
    background-color: white;
    border: none;
}

.first td, .second td {
    padding: 10px;
}*/

tr:nth-child(even) {
    background-color: #EAE8EB;
    border: none;
    padding: 10px;
}

tr:nth-child(odd) {
    background-color: white;
    border: none;
    padding: 10px;
}


.tdright {
    text-align: right;
}

.NouveauV {
    float: right;
    color: #49484A;
    background-color: #C4C3C4;
    border: none;
    height: 48px;
    text-transform: uppercase;
    font-weight: 200;
    outline: none;
    padding: 14px;
    margin: 15px;
}

#unvalidAll {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: none;
}

#virement {
    margin: 20px auto;
    width: calc(100% - 40px);
    background-color: rgba(23, 115, 63, 0.2);
    border: 1px solid rgb(23, 115, 63);
    border-bottom: 4px solid rgb(23, 115, 63);
    padding-right: 5px;
    padding-left: 5px;
}

.virmentR {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 25px;
}

.virmentTd {
    width: 38%;
    float: left;
    margin-left: 1%;
    line-height: 25px;
}

.virmentTd2 {
    width: 60%;
    float: left;
    margin-left: 1%;
    line-height: 25px;
}

    .virmentTd2 select {
        width: 50%;
        height: 30px;
    }

    .virmentTd2 input[type="text"],
    .virmentTd2 input[type="number"] {
        width: 98%;
        line-height: 25px;
    }

#newTransact input[type="button"] {
    color: #49484A;
    background-color: #C4C3C4;
    border: none;
    height: 48px;
    text-transform: uppercase;
    font-weight: 200;
    outline: none;
    padding: 14px;
}

.btnInTD {
    height: 30px !important;
    width: calc(50% - 28px);
    padding: 5px !important;
    margin-right: 0.5%;
    float: right;
    border: none;
}

.virmentBtnsR {
    display: table;
    margin: 0 auto;
}

    .virmentBtnsR input[type=button] {
        margin: 10px;
    }

#beneficiar {
    display: none;
    background-color: #EBEBED;
    width: 60%;
    margin: 15px auto;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 15px 15px 30px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 15px 15px 30px 0px rgba(0,0,0,0.75);
    box-shadow: 15px 15px 30px 0px rgb(0 0 0 / 75%);
}

.benefHead {
    color: #12854D;
    text-align: center;
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.benefR {
    width: 96%;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden;
}

.benefTd {
    width: 50%;
    float: left;
}

    .benefTd input[type="text"] {
        width: calc(100% - 15px);
    }

.benefBtnsR {
    display: table;
    float: right;
    margin: 10px;
}

    .benefBtnsR input[type="button"] {
        margin: 15px;
    }

#Profil, #Investissement {
    margin: 20px auto;
    width: calc(100% - 40px);
    background-color: white;
    overflow: hidden;
    -webkit-box-shadow: 15px 15px 30px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 15px 15px 30px 0px rgba(0,0,0,0.75);
    box-shadow: 15px 15px 30px 0px rgb(0 0 0 / 75%);
}

    #Investissement .mainTbl {
        margin: 14px;
    }
        #Investissement .mainTbl td , #Investissement .mainTbl th{
        padding:5px;
        }
#ProfilTbl {
    margin: 20px auto;
    width: calc(100% - 40px);
    background-color: rgba(23, 115, 63, 0.2);
    border: 1px solid rgb(23, 115, 63);
    border-bottom: 4px solid rgb(23, 115, 63);
    padding-right: 5px;
    padding-left: 5px;
}

.ProfilR {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 25px;
}

.ProfilTd {
    width: 38%;
    float: left;
    margin-left: 1%;
    line-height: 25px;
}

.ProfilTd2 {
    width: 60%;
    float: left;
    margin-left: 1%;
    line-height: 25px;
}

    .ProfilTd2 input[type="text"] {
        width: 80%;
        height: 25px;
    }

.profMsg {
    width: calc(100% - 40px);
    margin: 20px auto;
}

.ProfilBtnsR {
    display: table;
    float: right;
    margin: 10px;
}

    .ProfilBtnsR input[type="button"] {
        color: #49484A;
        background-color: #C4C3C4;
        border: none;
        height: 48px;
        text-transform: uppercase;
        font-weight: 200;
        outline: none;
        padding: 14px;
        margin: 15px;
    }

.ProfilTd2 input[type="button"], .specBtn {
    color: #49484A;
    background-color: #C4C3C4;
    border: none;
    height: 48px;
    text-transform: uppercase;
    font-weight: 200;
    outline: none;
    padding: 14px;
    float: left;
}

.specBtn {
    position: relative;
    float: right;
    margin-bottom: 10px;
}

#addDoc, #cahngePass {
    display: none;
    position: absolute;
    top: 25%;
    width: 45%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #EBEBED;
    border-bottom: 4px #12854D solid;
    -webkit-box-shadow: 15px 15px 30px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 15px 15px 30px 0px rgba(0,0,0,0.75);
    box-shadow: 15px 15px 30px 0px rgb(0 0 0 / 75%);
}

#uploadfile {
    width: 85%;
    display: table;
    padding: 20px;
    margin: 15px auto;
    background-color: rgba(23, 115, 63, 0.2);
}

.addDocHead {
    color: #12854D;
    text-align: center;
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.addDocR {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 25px;
}

.addDocTd {
    width: 38%;
    float: left;
    margin-left: 1%;
    line-height: 25px;
}

.addDocBtnsR {
    display: table;
    margin: 0 auto;
}

    .addDocBtnsR input[type="button"], .addDocBtnsR input[type="submit"] {
        color: #49484A;
        background-color: #C4C3C4;
        border: none;
        height: 48px;
        text-transform: uppercase;
        font-weight: 200;
        outline: none;
        padding: 14px;
        margin: 15px;
    }

#changePassMsg, #documentMsg, #profBlockMsg {
    text-align: center;
    color: red;
    margin: 15px;
    font-size: 20px;
}

input[type="button"]:hover {
    cursor: pointer;
}

#addBenfMsg, #addvirmentMsg {
    display: table;
    width: calc(100% - 40px);
    text-align: center;
    padding: 20px;
    color: red;
    font-size: 20px;
}




input [type=date] {
    position: relative;
    width: 150px;
    height: 20px;
    color: white;
}

    input [type=date]:before {
        position: absolute;
        top: 3px;
        left: 3px;
        content: attr(data-date);
        display: inline-block;
        color: black;
    }

    input [type=date]::-webkit-datetime-edit, input [type=date]::-webkit-inner-spin-button, input [type=date]::-webkit-clear-button {
        display: none;
    }

    input [type=date]::-webkit-calendar-picker-indicator {
        position: absolute;
        top: 3px;
        right: 0;
        color: black;
        opacity: 1;
    }

.virmentDateSh {
    width: 33px !important;
    direction: rtl;
}

.virmentDateLo {
    width: 50px !important;
    direction: rtl;
}

.tblWrap {
    max-height: 450px;
    overflow: auto;
}
