.alert_btn{
    background: gray;
    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;
}

.alert_btn.red{
    background: red;
}

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

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

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

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

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

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

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;
}

.siv-operations-table {
    padding-top: 150px;
    padding-bottom: 200px;
}

.siv-operations-table .current_working_row {
    background: #656565 !important;
}

.siv-operations-table .table-filter-options {
    /*** Select Option CSS Start****/
    /* Reset Select */
    /* Custom Select */
    /* Arrow */
    /* Transition */
    /*** Select Option CSS End****/
}

.siv-operations-table .table-filter-options .form-control {
    display: inline-block;
    height: 34px !important;
    padding: 6px 12px !important;
}

.siv-operations-table .table-filter-options .form-group {
    display: inline-block;
}

.siv-operations-table .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;
}

.siv-operations-table .table-filter-options .select-style {
    width: 100%;
    height: 34PX;
    margin: 0;
    padding: 6px 30px !important;
    color: #000;
    cursor: pointer;
}

.siv-operations-table .table-filter-options .select-style::-ms-expand {
    display: none;
}

.siv-operations-table .table-filter-options .select-wrapper {
    position: relative;
    display: block;
    width: 100%;
    background: #ddd;
    overflow: hidden;
    border-radius: 4px;
}

.siv-operations-table .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;
}

.siv-operations-table .table-filter-options .select-wrapper:hover::after {
    color: #000;
}

.siv-operations-table .table-filter-options .select-wrapper::after {
    -webkit-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
    transition: 0.25s all ease;
}

.siv-operations-table .tax-cal-row {
    padding: 3px;
}

.siv-operations-table .tax-cal-row input {
    max-width: 90px;
    float: right;
}

.siv-operations-table .tax-cal-row a {
    float: right;
    cursor: pointer;
}

.siv-operations-table .tax-cal-row table {
    padding: 0;
    margin: 0;
}

.siv-operations-table .tax-cal-row table td {
    padding: 0;
}

.siv-operations-table table {
    margin-bottom: 30px;
}

.siv-operations-table table thead tr th {
    padding: 5px;
    font-size: 12px;
}

.siv-operations-table table thead tr th.text-center {
    text-align: center;
}

.siv-operations-table table tbody {
    vertical-align: top !important;
}

.siv-operations-table table tbody tr td {
    padding: 5px;
    font-size: 11px;
}

.siv-operations-table table tbody tr td.mandat span {
    text-align: center;
    cursor: pointer;
    display: block;
    padding-bottom: 15px;
}

.siv-operations-table table tbody tr td.paid,
.siv-operations-table table tbody tr td .systempay-payment-block.paid {
    background: #35d300;
}

.siv-operations-table table tbody tr td.sent,
.siv-operations-table table tbody tr td .systempay-payment-block.sent {
    background: orange;
}

.siv-operations-table table tbody tr td .systempay-payment-block.diff-paid {
    background: #ffb347;
}

.siv-operations-table table tbody tr td .systempay-payment-block {
    padding: 6px 0;
    margin-bottom: 8px;
}

.siv-operations-table table tbody tr td .systempay-payment-block:last-child {
    margin-bottom: 0;
}

.siv-operations-table table tbody tr td .payment-badge,
.siv-operations-table table tbody tr td .payment-total {
    font-weight: 700;
    text-align: center;
    display: block;
    padding-top: 4px;
}

.siv-operations-table table tbody tr td input[type="text"] {
    height: auto;
    padding: 0 5px;
    border: 1px solid rgb(118, 118, 118);
}

.siv-operations-table table tbody tr td .plus-minus-btns {
    display: block;
    text-align: center;
    min-width: 50px;
}

.siv-operations-table table tbody 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;
}

.siv-operations-table table tbody tr td .plus-minus-btns .siv-operation-minus {
    background-color: #851513;
    margin-right: 5px;
}

.siv-operations-table table tbody tr td .plus-minus-btns .siv-operation-plus {
    background-color: #379040;
    border-color: #a6c1a3;
}

.siv-operations-table table tbody tr td .cred-input {
    width: 100%;
    height: 26px !important;
    border: 2px solid #0079fc !important;
    margin-top: 8px;
    padding: 5px !important;
}

.siv-operations-table table tbody 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;
}

.siv-operations-table table tbody tr td .kbis-date {
    font-size: 12px;
    color: #5d5d5d;
    margin-top: 8px;
    padding: 3px;
    max-width: 80px;
}

.siv-operations-table table tbody tr td .send-btn {
    background: #5c5c5c;
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
    border-radius: 12px;
    line-height: 17px;
    cursor: pointer;
    padding: 3px 7px;
    margin: 0 15px;
}

.siv-operations-table table tbody tr td .send-btn.send_btn_mt_10 {
    margin-top: 5px !important;
}

.siv-operations-table table tbody tr td .mobile_suivi_fx {
    display: flex;
    margin: 3px 0;
}

.siv-operations-table table tbody tr td .mobile_suivi_fx span {
    min-width: 45px;
}

.siv-operations-table table tbody tr td .send-field-warp {
    /* display: flex;
          width: 100%; */
}

.siv-operations-table table tbody tr td .send-field-warp .send-field {
    border: 2px solid #0079fc;
    margin: 4px 0;
    margin-right: 0px;
    padding: 3px;
    max-width: 80px;
}

.siv-operations-table table tbody tr td .send-field-warp .send-field:first-child {
    margin-right: 2px;
}

.siv-operations-table table tbody tr td .custom-file-upload {
    padding: 3px 5px;
    background-color: #a9a9a9;
    color: #fff;
    cursor: pointer;
    width: 100%;
    text-align: center;
    font-weight: normal;
}

.siv-operations-table table tbody tr td span.view-files {
    color: #0079fc;
    cursor: pointer;
}

.siv-operations-table table tbody tr td a.receipt-view {
    padding: 3px 5px;
    background-color: #a9a9a9;
    color: #fff;
    text-align: center;
}

.siv-operations-table table tbody tr td a.receipt-view:hover {
    text-decoration: none;
}

.siv-operations-table table tbody tr td a.ask-review {
    padding: 3px 5px;
    background-color: #5c5c5c;
    color: #fff;
    text-align: center;
    display: block;
    width: 70px;
    margin: 0 auto;
}

.siv-operations-table table tbody tr td a.ask-review:hover {
    text-decoration: none;
}

.siv-operations-table table tbody tr td a.delete-receipt-file {
    cursor: pointer;
}

.siv-operations-table table tbody tr td a {
    color: #0079fc;
    font-size: 11px;
}

.siv-operations-table table tbody tr td.blank-color {
    padding: 10px;
}

.siv-operations-table table tbody tr td.decline-cell {
    min-width: 150px;
}

.siv-operations-table table tbody tr td.decline-cell select {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    height: 26px;
}

.siv-operations-table table tbody tr td.supplementaires input {
    height: 25px;
    margin-bottom: 5px;
}

.siv-operations-table table tbody tr td.supplementaires .doc_tbl_input_btn {
    cursor: pointer;
    color: #0079fc;
    font-size: 11px;
    display: inline-block;
}
.siv-operations-table.custom-responsive-table table tbody tr td .send-btn{
  margin-left: 0;
  margin-right: 0;
  padding: 5px 7px;
  font-size: 13px;
  margin-bottom: 5px;
}
.siv-operations-table.custom-responsive-table table tbody tr td .safety-govt-cost-archive,
.siv-operations-table.custom-responsive-table table tbody tr td .safety-service-charge-archive{
    padding:5px;
}
.siv-operations-table.custom-responsive-table table tbody tr td .send-btn.safety-fac-archive{
  max-width: 145px;
  margin: 0 auto;
}
.siv-operations-table.custom-responsive-table table tbody tr td .safety-send-field-warp{
    text-align: center;
    display: inline-block;
}
.siv-operations-table .btn-filter {
    border: 2px solid #0079fc;
    padding: 4px 12px;
    margin-top: -3px;
}

.siv-operations-table .load-btn-warp {
    padding: 50px 0;
}

.siv-operations-table .load-btn-warp .load-more-btn {
    border: 2px solid #0079fc;
    display: inline-flex;
    padding: 8px 25px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    line-height: 32px;
    border-radius: 4px;
    transition: 0.4s;
}

#approvalModal .modal-dialog {
    margin: 70px auto;
}

#approvalModal .modal-body {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
}

.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;
}

.siv-operations-table table tbody tr td.button_inline {
    width: 100px;
    display: inline-block;
    text-align: center;
}

.siv-operations-table table tbody tr td .button_flex {
    display: flex;
    text-align: center;
}

.safety-siv-operation-send,
.send-btn.siv-operation-send {
    margin: 0 !important;
    display: inline-block !important;
}

.safety-fac,
.send-btn.stripe-fac {
    display: inline-block !important;
    margin: 0 !important;
}

.siv-operations-table table tbody tr td a.siv-hide-contract,
.siv-unhide-contract {
    background: lightgray;
    color: white !important;
    padding: 3px;
    min-width: 40px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.siv-operations-table table tbody tr td a.black-contract {
    background: black;
    color: white !important;
    padding: 3px;
    min-width: 40px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.siv-operations-table table tbody tr td a.grey-contract {
    background: grey;
    color: white !important;
    padding: 3px;
    min-width: 40px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.siv-operations-table table tbody tr td a.flash-contract {
    padding: 3px 5px;
    background-color: darkgray;
    color: white !important;
    cursor: pointer;
    width: 100% !important;
    text-align: center;
    display: block;
    margin-top: 2px;
}

.siv-operations-table table tbody tr td a.violet-contract {
    background: magenta;
    color: white !important;
    padding: 3px;
    min-width: 40px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.siv-operations-table table tbody tr td a.gold-contract {
    background: gold;
    color: white !important;
    padding: 3px;
    min-width: 40px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.img_rotate_wrapper .frame-ttl {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.img_rotate_wrapper .colored_btn {
    display: inline-block;
    background: transparent;
    width: 45px;
}

.img_rotate_wrapper .colored_btn .red_btn {
    background: red;
    height: 20px;
    display: block;
    cursor: pointer;
    margin-bottom: 10px;
}

.img_rotate_wrapper .colored_btn .gray_btn {
    background: lightgray;
    height: 20px;
    display: block;
    cursor: pointer;
}

.img_rotate_wrapper .rotate_img_wrap {
    width: calc(100% - 50px);
    margin-left: 50px;
    margin-top: -54px;
}

.img_rotate_wrapper:first-child .frame-ttl {
    margin-top: 0;
}

.img_rotate_wrapper .frame-ttl {
    margin-top: 10px;
}

.img_rotate_wrapper .form-group {
    margin-bottom: 5px !important;
}

.img_rotate_wrapper.red-border .img_wrapper {
    border: 10px solid red;
}

.img_rotate_wrapper.gray-border .img_wrapper {
    border: 10px solid lightgray;
}

.img_rotate_wrapper.green-border .img_wrapper {
    border: 10px solid green;
}

.agent_blink {
    -webkit-animation: agent_blink_animation 1s infinite;
    -moz-animation: agent_blink_animation 1s infinite;
    -o-animation: agent_blink_animation 1s infinite;
    animation: agent_blink_animation 1s infinite;
}

@-webkit-keyframes agent_blink_animation {
    0%,
    49% {
        opacity: 1;
        background: yellow;
    }
    50%,
    100% {
        opacity: 1;
        background: transparent;
    }
}

.agent_blink.white {
    -webkit-animation: agent_blink_animation_white 1s infinite;
    -moz-animation: agent_blink_animation_white 1s infinite;
    -o-animation: agent_blink_animation_white 1s infinite;
    animation: agent_blink_animation_white 1s infinite;
}

.agent_blink.yellow {
    -webkit-animation: agent_blink_animation_yellow 1s infinite;
    /* Safari 4+ */
    -moz-animation: agent_blink_animation_yellow 1s infinite;
    /* Fx 5+ */
    -o-animation: agent_blink_animation_yellow 1s infinite;
    /* Opera 12+ */
    animation: agent_blink_animation_yellow 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+ */
}

.agent_blink.red {
    -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+ */
}

.agent_blink.green {
    -webkit-animation: agent_blink_animation_green 1s infinite;
    /* Safari 4+ */
    -moz-animation: agent_blink_animation_green 1s infinite;
    /* Fx 5+ */
    -o-animation: agent_blink_animation_green 1s infinite;
    /* Opera 12+ */
    animation: agent_blink_animation_green 1s infinite;
    /* IE 10+, Fx 29+ */
}

.agent_blink.blue {
    -webkit-animation: agent_blink_animation_blue 1s infinite;
    /* Safari 4+ */
    -moz-animation: agent_blink_animation_blue 1s infinite;
    /* Fx 5+ */
    -o-animation: agent_blink_animation_blue 1s infinite;
    /* Opera 12+ */
    animation: agent_blink_animation_blue 1s infinite;
    /* IE 10+, Fx 29+ */
}

.agent_blink.orange {
    -webkit-animation: agent_blink_animation_orange 1s infinite;
    /* Safari 4+ */
    -moz-animation: agent_blink_animation_orange 1s infinite;
    /* Fx 5+ */
    -o-animation: agent_blink_animation_orange 1s infinite;
    /* Opera 12+ */
    animation: agent_blink_animation_orange 1s infinite;
    /* IE 10+, Fx 29+ */
}

.agent_blink.black {
    -webkit-animation: agent_blink_animation_black 1s infinite;
    /* Safari 4+ */
    -moz-animation: agent_blink_animation_black 1s infinite;
    /* Fx 5+ */
    -o-animation: agent_blink_animation_black 1s infinite;
    /* Opera 12+ */
    animation: agent_blink_animation_black 1s infinite;
    /* IE 10+, Fx 29+ */
}

.agent_blink.grey {
    -webkit-animation: agent_blink_animation_grey 1s infinite;
    /* Safari 4+ */
    -moz-animation: agent_blink_animation_grey 1s infinite;
    /* Fx 5+ */
    -o-animation: agent_blink_animation_grey 1s infinite;
    /* Opera 12+ */
    animation: agent_blink_animation_grey 1s infinite;
    /* IE 10+, Fx 29+ */
}

.agent_blink.violet {
    -webkit-animation: agent_blink_animation_violet 1s infinite;
    /* Safari 4+ */
    -moz-animation: agent_blink_animation_violet 1s infinite;
    /* Fx 5+ */
    -o-animation: agent_blink_animation_violet 1s infinite;
    /* Opera 12+ */
    animation: agent_blink_animation_violet 1s infinite;
    /* IE 10+, Fx 29+ */
}

@-webkit-keyframes agent_blink_animation_white {
    0%,
    49% {
        opacity: 1;
        background: yellow;
    }
    50%,
    100% {
        opacity: 1;
        background: #fff;
    }
}

@-webkit-keyframes agent_blink_animation_red {
    0%,
    49% {
        opacity: 1;
        background: yellow;
    }
    50%,
    100% {
        opacity: 1;
        background: red;
    }
}

@-webkit-keyframes agent_blink_animation_yellow {
    0%,
    49% {
        opacity: 0.4;
        background: yellow;
    }
    50%,
    100% {
        opacity: 1;
        background: yellow;
    }
}

@-webkit-keyframes agent_blink_animation_green {
    0%,
    49% {
        opacity: 1;
        background: yellow;
    }
    50%,
    100% {
        opacity: 1;
        background: green;
    }
}

@-webkit-keyframes agent_blink_animation_blue {
    0%,
    49% {
        opacity: 1;
        background: yellow;
    }
    50%,
    100% {
        opacity: 1;
        background: blue;
    }
}

@-webkit-keyframes agent_blink_animation_orange {
    0%,
    49% {
        opacity: 1;
        background: yellow;
    }
    50%,
    100% {
        opacity: 1;
        background: orange;
    }
}

@-webkit-keyframes agent_blink_animation_black {
    0%,
    49% {
        opacity: 1;
        background: yellow;
    }
    50%,
    100% {
        opacity: 1;
        background: black;
    }
}

@-webkit-keyframes agent_blink_animation_grey {
    0%,
    49% {
        opacity: 1;
        background: yellow;
    }
    50%,
    100% {
        opacity: 1;
        background: grey;
    }
}

@-webkit-keyframes agent_blink_animation_violet {
    0%,
    49% {
        opacity: 1;
        background: yellow;
    }
    50%,
    100% {
        opacity: 1;
        background: magenta;
    }
}

.i_box {
    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;
}

.siv-finance-table {
    padding-top: 150px;
    padding-bottom: 200px;
}

.siv-finance-table .top-date-picker {
    padding-bottom: 15px;
}

.siv-finance-table .top-date-picker input[type="text"] {
    height: 36px;
    padding: 5px 6px;
    border: 1px solid #e8eaeb;
    border-radius: 4px;
}

.del_trackers_table {
    padding-top: 150px;
    padding-bottom: 200px;
}

.del_trackers_table .table-filter-options {
    /*** Select Option CSS Start****/
    /* Reset Select */
    /* Custom Select */
    /* Arrow */
    /* Transition */
    /*** Select Option CSS End****/
}

.del_trackers_table .table-filter-options .btn-filter {
    border: 2px solid #0079fc;
    padding: 4px 12px;
    margin-top: -3px;
}

.del_trackers_table .table-filter-options .form-control {
    display: inline-block;
    height: 34px !important;
    padding: 6px 12px !important;
}

.del_trackers_table .table-filter-options .form-group {
    display: inline-block;
}

.del_trackers_table .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;
}

.del_trackers_table .table-filter-options .select-style {
    width: 100%;
    height: 34PX;
    margin: 0;
    padding: 6px 30px !important;
    color: #000;
    cursor: pointer;
}

.del_trackers_table .table-filter-options .select-style::-ms-expand {
    display: none;
}

.del_trackers_table .table-filter-options .select-wrapper {
    position: relative;
    display: block;
    width: 100%;
    background: #ddd;
    border-radius: 4px;
}

.del_trackers_table .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;
}

.del_trackers_table .table-filter-options .select-wrapper:hover::after {
    color: #000;
}

.del_trackers_table .table-filter-options .select-wrapper::after {
    -webkit-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
    transition: 0.25s all ease;
}

.del_trackers_table table thead tr th {
    text-align: center;
}

.del_trackers_table table tbody tr td .del_date,
.del_trackers_table table tbody tr td .del_time {
    background: #a9a9a9;
    color: #fff;
    padding: 2px 6px;
    border-radius: 50px;
    margin: 0 3px;
}

.del_trackers_table table tbody tr td .restore {
    cursor: pointer;
    color: #0079fc;
}

.del_trackers_table .load-btn-warp .load-more-btn {
    border: 2px solid #0079fc;
    display: inline-flex;
    padding: 8px 25px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    line-height: 32px;
    border-radius: 4px;
    transition: 0.4s;
}

.audio_recorder_table_icon {
    text-align: center;
}

.audio_recorder_table_icon i {
    color: #5C5C5C;
    font-size: 20px;
    padding: 5px;
    cursor: pointer;
}

.audio_recorder_table_icon.has_audio i {
    font-size: 24px;
    cursor: pointer;
    background: #0079fc;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin-top: 5px;
}

.siv_archive_btn {
    position: relative;
    top: -12px;
    left: 15px;
}

.modal_on_modal_view {
    color: #fe7e17;
    cursor: pointer;
}

.modal_overlay {
    position: relative;
}

.overlay_loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -9;
    opacity: 0;
    visibility: hidden;
}

.overlay_loading .loader {
    position: absolute;
    left: 0;
    top: 45%;
    text-align: center;
    bottom: 0;
    right: 0;
}

.modal_overlay.overlay_animate .overlay_loading {
    visibility: visible;
    opacity: 1;
    z-index: 9;
}

#siv-archive-modal .modal-dialog.modal-lg {
    width: 90%;
}

.audio_recorder_table_icon {
    text-align: center;
}

.audio_recorder_table_icon i {
    color: #5C5C5C;
    font-size: 20px;
    padding: 5px;
    cursor: pointer;
}

.audio_recorder_table_icon.has_audio_agent i {
    font-size: 24px;
    cursor: pointer;
    background: #fe7e17;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin-top: 5px;
}

.audio_recorder_table_icon.has_audio_user i {
    font-size: 24px;
    cursor: pointer;
    background: red;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin-top: 5px;
}
.custom-responsive-table {
  width: 100%;
  overflow-x: auto;
  display: block;
}
.siv-operations-table.custom-responsive-table{
  padding-top: 0;
  padding-bottom: 0;
}

#view-files-modal {
    z-index: 1100;
}
