.divInfo {
    border: 1px solid rgb(216,216,229);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    padding: 9px;
    cursor: pointer;
    width: 136px;
}

table#viewKYC tr:nth-last-child(3) {
    border-top: 1px solid #E5E5E5;
    height: 20px;
}

table#viewKYC td input[type=text] {
    border: none;
    border-bottom: 1px solid rgb(216,216,229);
    text-decoration: none;
    color: black;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b8b7c5;
    opacity: 1; /* Firefox */
    font-size: 14px;
}

.modal .buttonAdd:hover {
    background-color: rgb(61, 133, 123);
    color: white;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


.divBorderChange {
    border: 1px solid #337ab7;
}


.modal .buttonAdd {
    background-color: white;
    border-width: 1px;
    border-color: #3d857b;
    color: #717079;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    float: right;
    border-radius: 25px;
    width: 100px;
}

#viewKYCModal .modal {
    z-index: none !important;
}

.modal-content.viewModal {
    padding: 32px;
    /*width: 545px!important;*/
    height: auto;
    margin: 0 auto;
    /* padding-top: 15px; */
}

table#viewKYC tr {
    padding: 10px;
}

table#viewKYC label {
    font-size: 14px;
    color: black;
}

table#viewKYC {
    border-style: none;
    margin: 15px;
    border-collapse: collapse;
}

    table#viewKYC td, th {
        border: none;
        text-align: left;
        font-size: 13px;
        height: 9px;
        color: #717079;
        padding: 6px;
    }

.modal .modal-body {
    max-height: 100%;
}

.modal-dialog {
    width: 800px;
    margin: 30px auto;
}

button.btncls {
    width: 187px;
    margin: 10px;
    text-align: center;
    height: 64px;
    background: none;
    border: none;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
}


.modalCls {
    width: auto;
    margin: 0 auto;
    height: auto;
    padding: 21px;
}


.top-space {
    margin-top: 30px;
}

/*.btncls {
        display: inline-block;
        text-align: center;
        background: none;
        border: none;
        font-size: 16px;
        font-weight: bold;
    }*/



#divButton {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.buttonAdd {
    background-color: white;
    border-width: 1px;
    border-color: #3d857b;
    color: #333333;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    float: none;
    border-radius: 25px;
    width: 100px;
    outline: none;
    height: 35px;
    font-size: 14px;
}

    .buttonAdd:hover {
        background: rgb(61, 133, 123);
        color: white;
    }

div.modal-footer {
    border: none;
}

div.modal-header {
    border: none;
}

input[type="text"]:focus {
    outline: none;
}

.labelcls {
    font-size: 14px;
    color: #84838B;
    font-weight: normal;
    margin: 0 10px 0 0;
}

.downloadIcon {
    height: 14px;
}

.statusIcon {
    height: 12px;
}

#tblGrid tr {
    height: 30px !important;
}

#tblGrid td {
    font-size: 13px;
    font-weight: bold;
}

#tblGrid label {
    height: 15px;
}

.btnIcon {
    margin-top: -11px;
    margin-left: -16px;
}

.btnSpan {
    margin: 7px;
}



td.tdCentre {
    text-align: center;
}

.label2 {
    font-size: 15px;
    color: black !important;
}

#approveBtn.btncls:hover {
    border: 1px solid #39b54a;
    border-radius: 40px !important;
    cursor: pointer;
}

#approveBtn.btncls:active {
    background-color: #39b54a;
    border-radius: 40px !important;
    color: white;
    cursor: pointer;
}

/*#approveBtn.btncls:focus:before
{
 background-color:#33CC00;
 color:white;
 border-radius: 10px !important;
 cursor:pointer;
}*/

#rejectBtn.btncls:hover {
    border: 1px solid #da3f3f;
    border-radius: 40px !important;
    cursor: pointer;
}

#rejectBtn.btncls:active {
    background-color: #da3f3f;
    color: white;
    border-radius: 40px !important;
    cursor: pointer;
}

#infoBtn.btncls:hover {
    border: 1px solid #456dbe;
    border-radius: 40px !important;
    cursor: pointer;
}

#infoBtn.btncls:active {
    background-color: #456dbe;
    color: white;
    border-radius: 40px !important;
    cursor: pointer;
}

#modalAddCustomer .modal-header {
    background: linear-gradient(to right,#3c2518, #573725, #3c2518);
    height: 40px;
    box-sizing: border-box;
    color: white;
    margin: -21px -21px 0 -21px;
    padding: 10px 5px 5px 24px;
    vertical-align: middle;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#modalAddCustomer .modal-content {
    padding-bottom: 0;
}

/*View KYC DDl*/
#myModal .modal-header {
    background: linear-gradient(to right,#3c2518, #573725, #3c2518);
    height: 40px;
    box-sizing: border-box;
    color: white;
    margin: -21px 4px 0 4px;
    padding: 10px 5px 5px 24px;
    vertical-align: middle;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#myModal .modal-content {
    padding-bottom: 0;
}

#myModal .select-wrapper input.select-dropdown {
    padding: 0;
    margin: 0;
}

#myModal .select-wrapper > .caret {
    height: 18px;
    width: 18px;
    border: 1px solid #ccc;
    border-radius: 2px;
    float: right;
}

#myModal .select-wrapper > .select-dropdown {
    border-bottom: none;
    font-weight: normal;
    font-style: italic;
    font-size: 13px;
}

#myModal .modal-content, #myModal .modal-body {
    padding-right: 0;
    padding-left: 0;
}

#myModal table th {
    vertical-align: middle;
    text-align: center;
}

#myModal table td {
    border-right: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
}

#myModal .user-details {
    margin: 0;
    vertical-align: middle;
    font-size: 16px;
}

#myModal .table > tbody > tr > td {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 37px;
}

#myModal input[type=text]:not(.browser-default) {
    margin-bottom: 0;
    border-bottom: 0;
    box-sizing: border-box;
    height: 100%;
    padding: 3px 3px 3px 15px;
    font-size: 13px;
}

    #myModal input[type=text]:not(.browser-default).select-dropdown {
        padding: 0 !important;
        width: 83%;
    }

/*#myModal .dropdown-content li > span {
    color: red;
}*/

#myModal input[type=text]:not(.browser-default):focus:not([readonly] ) {
    border-bottom: 0;
    -webkit-box-shadow: 0 2px 24px #ccc;
    box-shadow: 0 2px 24px #ccc;
}

#myModal .comments {
    width: 200px;
    padding: 0;
}

#myModal a {
    color:rgb(61, 133, 123);
}

/*#myModal a:hover {
    text-decoration:none;
}*/

#myModal .modal-footer {
    padding:0px 25px;
}