﻿.error-msg {
    float: left;
    padding-left: 5px;
    margin: 3px;
}

.bootstrap-tagsinput {
    width: 100%;
}

.tag.label {
    font-size: 13px;
}

.bootstrap-tagsinput .tag {
    line-height: 30px;
}

.bootstrap-tagsinput input {
    width: 100%;
}

.tagsinput {
}

.typeahead {
}

.html5buttons button {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

#calendar {
    overflow: unset;
}



.calendar-context-menu, .calendar-context-menu .submenu {
    max-width: 200px;
}

    .calendar-context-menu .item .content {
        word-wrap: break-word;
        max-width: 150px;
    }


.table > thead > tr > td.selected,
.table > tbody > tr > td.selected,
.table > tfoot > tr > td.selected,
.table > thead > tr > th.selected,
.table > tbody > tr > th.selected,
.table > tfoot > tr > th.selected,
.table > thead > tr.selected > td,
.table > tbody > tr.selected > td,
.table > tfoot > tr.selected > td,
.table > thead > tr.selected > th,
.table > tbody > tr.selected > th,
.table > tfoot > tr.selected > th {
    background-color: #1ab394;
}

.datepicker .clear {
    display: table-cell;
    overflow: unset;
}

.eqbos-dt-filter::placeholder {
    color: #cdd4d8;
    font-weight: 200;
}

.eqbos-dt-filter {
    font-weight: bold;
    color: orange;
}
/*DataTable Child rows*/

td.details-control {
    background: url('../Content/datatable/details_open.png') no-repeat center center;
    cursor: pointer;
    padding: 10px !important;
}

tr.shown td.details-control {
    background: url('../Content/datatable/details_close.png') no-repeat center center;
}

/* Non-split deals: hide the +/expand icon so it only appears on deals that have splits. */
td.details-control.no-expand-icon,
tr.shown td.details-control.no-expand-icon {
    background-image: none;
    cursor: default;
}

.deal-child-i {
    width: 100px;
    display: inline-block;
}

.dt-info {
    display: inline;
}

    .dt-info .dataTables_info {
        display: inline;
    }

.customddl {
    display: inline;
    padding-left: 20px;
}

/*scroll */
/*body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}*/


.dt-body-center {
    text-align: center !important;
    vertical-align: middle !important;
}

.v-align-middler {
    vertical-align: middle;
}

.deal-readonly-view .form-group {
    margin-bottom: 0;
}

.eqbosModal-h-xs .modal-header {
    padding: 15px;
}

/*Nav Search*/
#ordertag-container .empty-message {
    padding: 5px 10px;
    text-align: center;
}

.font18 {
    font-size: 18px;
}

.eqbos-fullscreen-hide {
    margin: 0 !important;
}

.deal-page .float-e-margins .btn {
    margin-bottom: auto;
}

.deal-page.wrapper-content, .calander-page.wrapper-content {
    padding: 5px 5px 40px;
}

/*User */
#userContainer tbody td .user-subhead {
    font-size: 0.875em;
    font-style: italic;
    display: inline-block;
}

#userContainer tbody td .user-link {
    display: block;
    font-size: 1.25em;
    padding-top: 3px;
    margin-left: 60px;
}

#userContainer tbody td > img {
    float: left;
    margin-right: 15px;
}

.circles-text {
    font-size: 35px !important;
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios {
    border-radius: 20px;
}

    .toggle.ios .toggle-handle {
        border-radius: 20px;
    }

#eqbos-grid .btn {
    margin-bottom: 0 !important;
}

#eqbos-grid_wrapper .select-info {
    color: #f8ac59;
}

.client-child-i {
    width: 180px;
    display: inline-block;
}

.client-sub {
    width: 190px;
}

.note-placeholder {
    font-size: 18px;
}

.dt-child-table tr:first-child td {
    border-top: none;
}

.tag a {
    margin-right: 2px;
    color: white;
}

.brekword {
    word-wrap: break-word;
}

.word-break {
    word-break: break-all;
}

.js-switch {
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: not-allowed;
}

.error-note {
    text-align: left;
}

    .error-note b {
        font-size: 14px;
        margin: 5px;
    }

    .error-note li {
        font-size: 13px;
        font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

.pdf-file-box {
    width: 220px !important;
}

.tooltip {
    z-index: 2201 !important;
}

#colFilter {
    float: left;
    position: relative;
}

.dataTables_sizing .fixed-visible-btn {
    position: initial
}

.fixed-visible-btn {
    position: fixed
}

/* DEAL : DataTable Child rows*/

td.bank-details-control {
    background: url('../Content/datatable/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.bank-details-control {
    background: url('../Content/datatable/details_close.png') no-repeat center center;
}

.fixed-40 {
    width: 40px;
}

.fixed-32 {
    width: 32px;
}

.padding-left-0 {
    padding-left: 0;
}

.yellow-light-bg {
    background-color: #FFF9D7 !important;
}
/*IE Qucik Fix*/
#eqbos-grid div.fixed-visible-btn {
    display: none;
}

table div.note {
    word-break: break-all;
}

.deal-btn-col {
    width: 115px;
}

/* This is for manage long text  */
/*ref : https://www.freakyjolly.com/jquery-show-tooltip-on-long-text-with-ellipsis-aka-dotdot/ */

.eq-truncate:not(th) {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 150px;
}

.ele-clone {
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
    position: fixed;
}

.w-250 {
    width: 250px !important;
}

.w-95 {
    width: 95px !important;
}

th.w-250 {
    text-align: center;
}

.text-underline {
    text-decoration: underline;
}

.post-first-td {
    width: 60px;
}
/*.table {
    table-layout: fixed;
    word-wrap: break-word;
}*/

#eqbos-grid td {
    /*font-family: 'Roboto', sans-serif;
    color: #000000;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 500;*/
}

.popover {
    max-width: 350px !important;
}

    .popover .form-group {
        margin-bottom: 15px !important;
    }

    .popover label {
        font-size: 12px;
    }
    .popover-title {
        margin-top: 0 !important;
    }


.bootstrap-tagsinput input {
    min-width: 100%!important;
}

.max-height-300 {
    overflow: auto;
    max-height: 300px;
}

.fixed-header-height {
    height: 30px;
}

/*General for vertical align*/
.v-align-bottom {
    vertical-align: bottom;
}

#signature-img {
    margin-top: 10px;
    max-width: 100%;
}


/* margin, padding helpers from bootstrap */
.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: .25rem !important;
}

.m-2 {
    margin: .5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mt-1 {
    margin-top: .25rem !important;
}

.mr-1 {
    margin-right: .25rem !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.ml-1 {
    margin-left: .25rem !important;
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mr-2 {
    margin-right: .5rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.ml-2 {
    margin-left: .5rem !important;
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pt-1 {
    padding-top: .25rem !important;
}

.pr-1 {
    padding-right: .25rem !important;
}

.pb-1 {
    padding-bottom: .25rem !important;
}

.pl-1 {
    padding-left: .25rem !important;
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.pt-2 {
    padding-top: .5rem !important;
}

.pr-2 {
    padding-right: .5rem !important;
}

.pb-2 {
    padding-bottom: .5rem !important;
}

.pl-2 {
    padding-left: .5rem !important;
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.d-flex {
    display: flex;
}

.justify-space-between {
    display: flex;
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

#columnList .list-group-item {
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin-bottom: -1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#columnList .column-info {
    display: flex;
    align-items: center;
    flex: 1;
}

#columnList .column-controls {
    display: flex;
    gap: 5px;
}

#columnList .list-group-item.non-draggable {
    background-color: #f5f5f5;
    cursor: default;
}

#columnList .column-hidden {
    opacity: 0.5;
}

#columnList .fa-lock {
    margin-left: 5px;
    color: #999;
}

#columnList label {
    cursor: pointer;
}
.width-97-p {
    width: 97% !important;
}

tr[data-row-bank] td {
    border-bottom: none !important;
}
.required-asterisk {
    color: red;
    font-weight: bold;
}


/* Settlement Date divider row START */
#eqbos-grid tbody tr.settlement-date-divider td {
    background-color: #3b4fb8 !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 12px;
    border-top: 3px solid #2a3899 !important;
    border-bottom: 1px solid #2a3899 !important;
}

#eqbos-grid tbody tr.settlement-date-divider {
    cursor: pointer;
}

/* Settlement Date divider row END  */

.select2-selection__choice-summary {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #555 !important;
    font-style: italic;
    cursor: default;
    pointer-events: none;
    display: inline !important;
    float: none !important;
    list-style: none !important;
}

.select2-selection__choice-summary-hidden {
    display: none !important;
}

.select2-selection__choice-summary-main {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
}

.select2-selection__choice-summary-main .select2-selection__choice__remove {
    display: none !important;
}

.navbar-section-divider {
    width: 40px;
    pointer-events: none;
}

.env-test-banner {
    float: left;
    line-height: 60px;
    padding: 0 15px;
    color: #ed5565;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
}