.status-color-green{
    color: green !important;
}

.status-color-black{
    color: black !important;
}

.status-color-magenta{
    color: magenta !important;
}
.status-color-blue{
    color: blue !important;
}

.bypass-sent{
    background-color: red;
    color: white !important;
    border-radius: 3px;
    padding: 3px;
    font-weight: bold;
}

.mandat-row {
    text-align: center;
}
.mandat-row span{
    cursor:pointer;
    display: block;
}
.current_working_row{
    background: #656565 !important;
}
#siv-operations .hide-contract, #siv-operations .unhide-contract{
    background: lightgray;
    color: white !important;
    padding: 3px;
    min-width: 40px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}
#siv-operations .black-contract{
    background: black;
    color: white !important;
    padding: 3px;
    min-width: 40px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}
#siv-operations .violet-contract{
    background: magenta;
    color: white !important;
    padding: 3px;
    min-width: 40px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}
#siv-operations .gold-contract{
    background: #FFEA00;
    color: black !important;
    padding: 3px;
    min-width: 40px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}
.ui-datepicker-title select{
    display: inline-block !important;
}
.siv-submit-btn {
    background: #0079fc !important;
    color: white !important;
}
.current-image{
    margin: 0 auto 20px;
    border: medium none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #FFF;
    width: 100%;
    padding: 20px;
}
.image-holder{
    margin-top: 50px;
}
.swal2-confirm.btn-danger {
    background: #0079fc !important;
}
#siv-operations, #siv-urgence {
    padding-top: 70px !important;
}
.del_file_contracts {
    color: white;
}
#siv-operations .contract-page-link, #siv-urgence .contract-page-link {
    display: block;
    padding-top: 7px;
}
.entry-table table {
    margin-bottom: 0 !important;
}
.entry-table td {
    padding: 5px !important;
}
.tax-cal-row div {
    width: 135px;
    overflow: hidden;
}
.tax-cal-row input {
    max-width: 90px;
    float: right;
}
.tax-cal-row a {
    float: right;
    cursor: pointer;
}
.tax-cal-row span {
    float: left;
}
.tax-cal-row .siv_op_tax {
    font-weight: bold;
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: visible !important;
}
.load-more-btn {
    border: 2px solid #fe7e17;
    display: inline-flex !important;
    padding: 8px 25px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    line-height: 32px;
    border-radius: 4px;
    transition: 0.4s;
}
/*Loading CSS */
.animate {
    display: inline;
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: 10px;
}
.animate div {
    position: absolute;
    border: 2px solid #fe7e17;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.animate div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 18px;
        left: 20px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -5px;
        left: -1px;
        width: 42px;
        height: 42px;
        opacity: 0;
    }
}
/*Loading CSS End */
#assurance-operations .container, #siv-operations .container, #siv-urgence .container {
    width: 100% !important;
}
#siv-operations table td, #siv-urgence table td {
    font-size: 11px;
}
#siv-operations .view-files, #siv-urgence .view-files {
    color: #fe7e17;
    cursor: pointer;
}
body.modal-open {
    overflow: visible;
}
/*
*            signature pad
*/
.datepicker td, .datepicker th {
    color: #000;
}
.wrapper {
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.signature-pad {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 4px;
    /*padding: 16px;*/
    min-height: 300px;
}
.sig-wrapper .sig-title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #444;
    font-family: 'Source Sans Pro';
}
.sig-fullwrap {
    border: 1px solid #ddd;
    padding: 13px 0 5px 0;
    margin-bottom: 20px;
}
.sig-wrapper {
    padding-bottom: 10px;
}
button.btn {
    margin-bottom: 25px;
}
.product-list-warp {
    color: #333;
}
.sidebar {
    padding: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    background: #ededed;
    margin-left: -15px;
    height: 100%;
    min-height: 800px;
}
.new-product-add-btn, .product-btn {
    background: #2C93EB;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border: 2px solid #769AAD;
    border-radius: 5px;
    cursor: pointer;
}
.search-addon {
    position: relative;
}
.search-addon .form-control {
    padding: 6px 32px 6px 12px;
}
.search-icon {
    position: absolute;
    right: 10px;
    top: 7px;
    cursor: pointer;
}
.search-icon i {
    font-size: 14px;
}
/***| Product list css start here |***/
.product-list-table-warp {
    padding-top: 10px;
    color: #9E9E9E;
}
.product-list-table table, .product-list-table table thead, .product-list-table table > thead > tr > th {
    border: none;
}
.product-list-table .i-warp i {
    color: #333;
}
.product-list-table .btn-group {
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    border-radius: 2px !important;
}
.product-list-table table > thead > tr > th {
    color: #333;
}
.i-warp {
    display: inline;
    padding: 0px 4px;
    cursor: pointer;
}
.i-warp i:first-child {
    padding-right: 4px;
}
.product-list-table table > tbody > tr > td {
    padding: 10px 0;
}
.product-list-table table > thead > tr:first-child > th:first-child {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
}
.product-list-table table > thead > tr > th:first-child,
.product-list-table table > tbody > tr > td:first-child {
    width: 50px;
    text-align: center;
}
.product-list-table table > thead > tr > th:last-child,
.product-list-table table > tbody > tr > td:last-child {
    width: 50px;
}
.product-list-table table > tbody > tr > td:nth-child(2) {
    padding-top: 4px;
    padding-bottom: 4px;
}
.product-list-table table > tbody > tr > td:nth-child(2) i {
    border: 1px solid #9E9E9E;
    padding: 10px;
    border-radius: 50%;
    margin-right: 8px;
}
/*** Big check Button CSS START****/
.my-sqr-check-btn label {
    display: block;
}
.my-sqr-check-btn input[type="checkbox"] {
    display: none;
}
.my-sqr-check-btn input[type="checkbox"] + label::before {
    width: 20px;
    height: 20px;
    background: #ededed;
    position: absolute;
    content: '';
    left: 30px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}
.my-sqr-check-btn input[type="checkbox"] + label::after {
    position: absolute;
    width: 20px;
    height: 20px;
    content: '\f00c';
    font-family: FontAwesome;
    color: #fff;
    cursor: pointer;
    left: 30px;
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #ededed;
    border-radius: 4px;
    line-height: 16px;
    transform: scale(0);
    transition: 0.4s;
}
.my-sqr-check-btn.th-checkbox input[type="checkbox"] + label::before {
    left: 30px;
    top: 60px;
}
.my-sqr-check-btn.th-checkbox input[type="checkbox"] + label::after {
    left: 30px;
    top: 60px;
}
.my-sqr-check-btn input[type="checkbox"]:checked + label::after {
    transform: scale(1);
    background: #9e9e9e;
}
/*** Big check Button CSS START****/
.table-dropdown .dropdown-menu {
    min-width: 100px !important;
    left: -50px !important;
}
.table-dropdown .dropdown-menu li {
    padding-left: 15px !important;
    cursor: pointer !important;
}
.table-dropdown .dropdown-menu li:hover {
    background: #f5f5f5 !important;
}
/***| Product list css end |***/
/***| Product details css start here |***/
.product-details-warp {
    color: #333;
    padding: 10px;
}
.product-details-warp .col-md-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
/***| Product details css end here |***/
/*** Select Option CSS Start****/
/* Reset Select */
.select-style {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 1px solid #ddd !important;
    background-image: none;
}
.select-style {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0.9em 0 0.9em .9em;
    color: #000;
    cursor: pointer;
}
.select-style::-ms-expand {
    display: none;
}
.select-wrapper {
    position: relative;
    display: block;
    width: 100%;
    background: #ddd;
    overflow: hidden;
    border-radius: 4px;
}
.select-wrapper::after {
    content: '\f0d7';
    font-family: fontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0.5em 1em;
    pointer-events: none;
}
.select-wrapper:hover::after {
    color: #000;
}
.select-wrapper::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}
.form-control:focus {
    border-color: #FE7E17 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(254, 126, 23, 0.4) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(254, 126, 23, 0.4) !important;
}
/*** Select Option CSS End****/
.table tr th .utilisateur-field input {
    border: 2px solid #C88B4A;
    border-radius: 3px;
    padding: 3px;
    width: 100%;
}
.table tr td .plus-minus-btns {
    align-items: center;
    display: flex;
    justify-content: center;
}
.table tr td .plus-minus-btns i {
    border: 2px solid #9F6C71;
    padding: 2px 4px;
    border-radius: 50%;
    text-align: center;
    width: 21px;
    height: 21px;
    line-height: 14px;
    cursor: pointer;
    color: #fff;
}
.table tr td .plus-minus-btns i.fa-minus {
    background-color: #851513;
    margin-right: 5px;
}
.table tr td .plus-minus-btns i.fa-plus {
    background-color: #379040;
    border-color: #A6C1A3;
}

.table tr td .CGC {
    background: #5C5C5C;
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 3px 0;
    border-radius: 12px;
    line-height: 17px;
    cursor: pointer;
    max-width: 100px;
    margin-top: 10px;
}

.table tr td .kbis {
    background: #5C5C5C;
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 3px 0;
    border-radius: 12px;
    line-height: 17px;
    cursor: pointer;
}
.table tr td .attestation_btn {
    background: #5C5C5C;
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 2px 5px;
    border-radius: 12px;
    line-height: 17px;
    cursor: pointer;
    margin: 0 auto 1px;
    max-width: 78px;
    float: none;
}
.table tr td .ask_review_btn {
    background: #5C5C5C;
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 5px 7px;
    line-height: 17px;
    cursor: pointer;
    /* min-width: 100px; */
    width: 88px;
    margin: 5px auto;
}
.table tr td .kbis-date {
    font-size: 12px;
    color: #5D5D5D;
    margin-top: 8px;
    padding: 3px;
    max-width: 80px;
}
.table tr td .send-btn {
    background: #464646;
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
    border-radius: 12px;
    line-height: 17px;
    cursor: pointer;
    padding: 3px 5px;
    margin: 1px auto 0;
}
.table tr td .send-field-warp {
    display: flex;
    justify-content: center;
    width: 100%;
}
.table tr td .send-field {
    width: 100%;
    /*height: 35px;*/
    border: 2px solid #B6854D;
    margin-top: 5px;
    padding: 3px;
}
.table tr td.paid {
    background: #35d300 !important;
}
.table tr td.sent {
    background: orange !important;
}
/*.table tr td .send-field:first-child {
    margin-right: 2px
}
.table tr td .send-field:last-child {
    margin-left: 2px
}*/
.table-filter-options .form-control {
    display: inline-block;
    height: 34px !important;
    padding: 6px 12px !important;
}
.table-filter-options .form-group {
    display: inline-block;
}
/* Reset Select */
.table-filter-options .select-style {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 1px solid #ddd !important;
    background-image: none;
}
/* Custom Select */
.table-filter-options .select-style {
    width: 100%;
    height: 34PX;
    margin: 0;
    padding: 6px 30px !important;
    color: #000;
    cursor: pointer;
}
.table-filter-options .select-style::-ms-expand {
    display: none;
}
.table-filter-options .select-wrapper {
    position: relative;
    display: block;
    width: 100%;
    background: #ddd;
    overflow: hidden;
    border-radius: 4px;
}
/* Arrow */
.table-filter-options .select-wrapper::after {
    content: '\f0dd';
    font-family: fontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0.3em 0.7em;
    pointer-events: none;
}
/* Transition */
.table-filter-options .select-wrapper:hover::after {
    color: #000;
}
.table-filter-options .select-wrapper::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}
/*** Select Option CSS End****/
.table-filter-options .form-control {
    display: inline-block;
    height: 34px !important;
    padding: 6px 12px !important;
}
.table-filter-options .form-group {
    display: inline-block;
}
/* Reset Select */
.table-filter-options .select-style {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 1px solid #ddd !important;
    background-image: none;
}
/* Custom Select */
.table-filter-options .select-style {
    width: 100%;
    height: 34PX;
    margin: 0;
    padding: 6px 30px !important;
    color: #000;
    cursor: pointer;
}
.table-filter-options .select-style::-ms-expand {
    display: none;
}
.table-filter-options .select-wrapper {
    position: relative;
    display: block;
    width: 100%;
    background: #ddd;
    overflow: hidden;
    border-radius: 4px;
}
/* Arrow */
.table-filter-options .select-wrapper::after {
    content: '\f0dd';
    font-family: fontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0.3em 0.7em;
    pointer-events: none;
}
/* Transition */
.table-filter-options .select-wrapper:hover::after {
    color: #000;
}
.table-filter-options .select-wrapper::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}
.table-filter-options .btn-filter {
    border: 2px solid #fe7e17;
    padding: 4px 12px;
    margin-top: -3px;
    margin-left: 35px;
}
/*** Select Option CSS End****/
.um-button.um-btn-auto-width.findme {
    display: none !important;
}
.um-editing .um-button.um-btn-auto-width.findme {
    display: inline-block !important;
    background: #dd9933 !important;
}
.custom-responsive-table {
    width: 100%;
    overflow-x: auto;
    display: block;
}
/*.img_rotate_wrapper {
position: relative;
width: 100%;
display: block;
}
*/
.img_rotate_wrapper {
    position: relative;
    width: 100%;
    display: block;
}
.img_rotate_wrapper.gray-border .img_wrapper {
    border: 10px solid lightgray;
}
.img_rotate_wrapper.red-border .img_wrapper {
    border: 10px solid red;
}
.img_rotate_wrapper.green-border .img_wrapper {
    border: 10px solid green;
}
.colored_btn {
    display: inline-block;
    background: transparent;
    width: 45px;
}
.rotate_img_wrap {
    width: calc(100% - 50px);
    margin-left: 50px;
    margin-top: -54px;
}
.red_btn {
    background: red;
    height: 20px;
    display: block;
    cursor: pointer;
    margin-bottom: 10px;
}
.gray_btn {
    background: lightgray;
    height: 20px;
    display: block;
    cursor: pointer;
}
.siv-file-rotate {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: auto;
    z-index: 999;
}
.filter_by_username {
    max-width: 30px;
    display: block;
    cursor: pointer;
}
.copy_icon {
    max-width: 20px;
    display: block;
    cursor: pointer;
    padding-top: 5px;
    transition: 0.4s;
}
.copy_icon:hover {
    font-weight: 700;
}
.filter-group {
    display: block;
    width: 100%;
}
.filter-label-left {
    display: inline-block;
    font-weight: 700;
    padding-right: 15px;
    vertical-align: top;
    margin-top: 8px;
}
.ilter-label-right {
    display: inline-block;
}
.user-request-wrapper {
    color: #333;
}
.transaction_siv_right_site {
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 20px;
    background-color: #fff;
}
.bottom_section {
    padding-top: 50px;
}
.transction_top_ttl {
    border-bottom: 1px solid #fe7e17;
    box-shadow: 0 2px 0 0 #fe7e17;
    padding: 5px 0 15px;
    margin-bottom: 50px;
}
.section_wrapper h2 {
    text-align: center;
    font-size: 1.5em;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 500;
}
.left_clr {
    width: 100%;
    height: 35px;
}
.right_clr {
    width: 100%;
    height: 35px;
}
.siv_desc {
    background: lightgray;
    padding: 20px;
    margin: 0 -20px;
}
.siv_desc h3 {
    font-size: 1.5em;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px;
}
.siv_desc p {
    color: #333333;
    font-size: 14px;
    margin-bottom: 10px;
}
.siv_desc a {
    color: #333;
}
.input-field label a {
    color: #333;
}
.save-lead-fields {
    cursor: pointer;
    margin: 10px;
    font-weight: bold;
    padding: 5px 10px;
    line-height: 36px;
    font-size: 18px;
    white-space: nowrap;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    color: #fe7e17;
    transition: 0.4s;
}
.save-lead-fields:hover {
    background-color: rgba(0, 0, 0, 0.15);
}
.save-lead-fields.saved {
    position: relative;
}
.save-lead-fields.saved::after {
    content: '';
    position: absolute;
    left: -35px;
    width: 12px;
    height: 22px;
    padding-top: 12px;
    border-top: 12px solid transparent;
    border-right: 2px solid #fe7e17;
    border-bottom: 2px solid #fe7e17;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.input-field {
    margin-top: 0;
}
button.stripe-button-el {
    padding: 0 !important;
    height: auto !important;
    margin: 100px 0px 100px -15px !important;
}
.swal-button--danger {
    background-color: #29c529 !important;
}
.swal-button--danger:hover {
    background-color: #29c529 !important;
}
.top-150 {
    margin-top: 150px;
}
.entry-btn {
    background: #cfcfcf;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    color: #0079fc;
    margin-right: 10px;
}
/*Loading CSS */
.animate {
    display: inline;
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: 10px;
}
.animate div {
    position: absolute;
    border: 2px solid #0079fc;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.animate div:nth-child(2) {
    animation-delay: -0.5s;
}
.page-id-959 .post-title {
    display: none;
}
@keyframes lds-ripple {
    0% {
        top: 18px;
        left: 20px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -5px;
        left: -1px;
        width: 42px;
        height: 42px;
        opacity: 0;
    }
}
/*Loading CSS End */
.filter_by_username {
    max-width: 30px;
    display: block;
    cursor: pointer;
}
.copy_icon {
    max-width: 20px;
    display: block;
    cursor: pointer;
    padding-top: 5px;
    transition: 0.4s;
}
.copy_icon:hover {
    font-weight: 700;
}
.banner-wrapper {
    margin-top: 80px;
}
.banner-wrapper .banner {
    padding-bottom: 15px;
}
.banner-wrapper .banner img {
    width: 100%;
}
.extra_column_14-col, .extra_column_17-col, .extra_column_18-col, .extra_column_19-col, .extra_column_20-col {
    display: none;
}
.credit-on-bar {
    position: relative;
    float: right;
    line-height: 56px;
    color: white;
    font-size: 20px;
}
.wcp-modal .wcp-edit-lead .extra_column_15-col {
    display: none;
}
.wcp-modal .wcp-edit-lead .extra_column_16-col {
    display: none;
}
.siv-description {
    float: left;
    width: 100%;
    padding: 0 20px;
    background: lightgray;
}
.siv-uploaded-file-wrapper {
    /***| Progress Style |***/
}
.siv-uploaded-file-wrapper .send-btn-group {
    padding-bottom: 30px;
}
.siv-uploaded-file-wrapper .send-btn-group .send-btn {
    background: #cfcfcf;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    color: #0079fc;
    margin-right: 10px;
    margin-top: 10px;
}
.siv-uploaded-file-wrapper .send-btn-group .download-btn {
    background: #cfcfcf;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    color: #0079fc;
}
.siv-uploaded-file-wrapper .custom-upload-style {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    padding: 10px 10px 10px 5px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    box-shadow: 0 6px 6px #ddd;
    transition: 0.5s;
}
.siv-uploaded-file-wrapper .custom-upload-style .type-name {
    width: 50%;
    float: left;
    line-height: 20px;
}
.siv-uploaded-file-wrapper .custom-upload-style .uploaded-file {
    width: 50%;
    float: right;
    display: block;
    text-align: center;
}
.siv-uploaded-file-wrapper .custom-upload-style.completed .file-link-wrap, .siv-uploaded-file-wrapper .custom-upload-style.completed-red .file-link-wrap {
    display: block;
}
.siv-uploaded-file-wrapper .custom-upload-style.completed .upload-btn-wrapper2, .siv-uploaded-file-wrapper .custom-upload-style.completed-red .upload-btn-wrapper2 {
    display: none;
}
.siv-uploaded-file-wrapper .file-link-wrap {
    text-align: left;
    display: none;
}
.siv-uploaded-file-wrapper .file-link-wrap i {
    cursor: pointer;
}
.siv-uploaded-file-wrapper .custom-upload-style .uploaded-file .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.siv-uploaded-file-wrapper .custom-upload-style .uploaded-file .custom-file-upload {
    border: 1px dashed #ccc;
    display: inline-block;
    padding: 6px 12px;
    margin: -4px 0;
    cursor: pointer;
    background: #fff;
    width: 100%;
}
.siv-uploaded-file-wrapper .custom-upload-style .uploaded-file .custom-file-upload.uploated {
    border: 1px solid transparent;
    background: transparent;
}
.siv-uploaded-file-wrapper .custom-circle-style {
    float: right;
    margin-top: -22px;
}
.siv-uploaded-file-wrapper .ellipsis-style {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.siv-uploaded-file-wrapper .progress-style {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #12bc00;
    width: 0;
    z-index: -1;
    transition: 0.5s;
}
.siv-uploaded-file-wrapper .completed .progress-style {
    background: #12bc00;
    transition: 0.5s;
}
.siv-uploaded-file-wrapper .completed {
    background: #12bc00;
}
.siv-uploaded-file-wrapper .completed-red {
    background: red;
}
.siv-uploaded-file-wrapper .completed .file-link-wrap a, .siv-uploaded-file-wrapper .completed-red .file-link-wrap a {
    color: #fff;
}
.siv-uploaded-file-wrapper .completed .wcp-red {
    color: #fff !important;
}
.siv-uploaded-file-wrapper .what {
    margin-right: 10px;
    background: #000;
    color: #fff;
    padding: 0px 10px;
    font-size: 22px;
    border-radius: 50%;
    cursor: pointer;
}
.siv-uploaded-file-wrapper .tele-mission-btn {
    display: block;
    background: #cfcfcf;
    padding: 10px 15px;
    cursor: pointer;
    color: #666;
    margin-top: 51px;
    margin-bottom: 20px;
    font-size: 20px;
    transition: 0.5s;
}
.siv-uploaded-file-wrapper .tele-mission-btn.active {
    background: #0079fc;
    color: #fff;
}
.col-md-6.extra_column_16-col {
    width: 100% !important;
}
.col-md-6.extra_column_16-col label {
    display: none !important;
}
.col-md-6.extra_column_16-col .input-field {
    margin-right: 15px !important;
    margin-top: -35px !important;
}
.col-md-6.extra_column_16-col textarea.materialize-textarea {
    min-height: 200px !important;
    border: 1px solid #9e9e9e !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.wcp-search::before {
    font-size: 28px;
    line-height: 64px;
}
.wcp-sm {
    font-size: 24px;
    line-height: 16px;
}
.textarea_ttl {
    padding: 5px 0 15px;
    border-bottom: 1px solid #fe7e17;
    box-shadow: 0 2px 0 0 #fe7e17;
    font-size: 1.5em;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 500;
    margin-bottom: 25px;
    display: block;
}
.visualiser-doc-btn {
    display: block;
    background: #fe7e17;
    padding: 10px 15px;
    cursor: pointer;
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
    transition: 0.5s;
}
.ui-datepicker .ui-datepicker-header {
    background: #fe7e17 !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fe7e17 !important;
    background: #fe7e17 !important;
    color: #fff !important;
}
.ui-state-default:hover, .ui-widget-content .ui-state-default:hover {
    border: 1px solid #fe7e17 !important;
    background: #fe7e17 !important;
    color: #fff !important;
}
#view-files-modal .modal-footer {
    border-top: none !important;
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .section_wrapper h2 {
        font-size: 17px;
        padding: 20px 0;
    }
    .mb_style {
        margin-bottom: 50px;
    }
}
.agent_blink {
  width: 50px;
  height: 50px;
  -webkit-animation: agent_blink_animation 1s infinite; /* Safari 4+ */
  -moz-animation:    agent_blink_animation 1s infinite; /* Fx 5+ */
  -o-animation:      agent_blink_animation 1s infinite; /* Opera 12+ */
  animation:         agent_blink_animation 1s infinite; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes agent_blink_animation {
    0%, 49% {
        opacity:0.3;
    }
    50%, 100% {
       opacity:1;
   }
}
.agent_blink.white {
  width: 50px;
  height: 50px;
  -webkit-animation: agent_blink_animation_white 1s infinite; /* Safari 4+ */
  -moz-animation:    agent_blink_animation_white 1s infinite; /* Fx 5+ */
  -o-animation:      agent_blink_animation_white 1s infinite; /* Opera 12+ */
  animation:         agent_blink_animation_white 1s infinite; /* IE 10+, Fx 29+ */
}
.lower-cg{
    -webkit-animation: agent_blink_animation_red 1s infinite; /* Safari 4+ */
    -moz-animation:    agent_blink_animation_red 1s infinite; /* Fx 5+ */
    -o-animation:      agent_blink_animation_red 1s infinite; /* Opera 12+ */
    animation:         agent_blink_animation_red 1s infinite; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes agent_blink_animation_white {
    0%, 49% {
        opacity:1;
        background: #fff;
    }
    50%, 100% {
       opacity:1;
       background: #ddd;
   }
}

@-webkit-keyframes agent_blink_animation_red {
    0%, 49% {
        opacity:1;
        color:#fff;
    }
    50%, 100% {
       opacity:1;
       color:red;
   }
}
.tap-finance-table-wrapper .table-bordered > thead > tr > th{
	border-bottom-width: 1px;
    text-align: center;
}
.no-padding {
	padding: 0 !important;
}
.doc_tbl_input_btn {
    color: #fe7e17;
    cursor: pointer;
}
.doc_tbl_input input {
    margin-bottom: 5px;
    width: 100%;
}

.cmn_td_input_style {
    display: block;
    margin-top: 5px;
    padding: 2px 5px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #959595;
}

