/**
 * Voldemort — framework-agnostic styles shared by AngularJS and Vue.
 * AngularJS-only widgets (ui-select, datetimepicker, ui-grid, ng-cloak) live in
 * v-angularjs-style.css; Vue-only styles live in v-vuejs-style.css.
 */

.pull-left {
    float: left !important;
}

.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    display: inline-block;
    margin-left: 0;
    vertical-align: middle;
    width: 0;
}

.pull-right {
    float: right !important;
}

.pull-right-voldemort {
    position: absolute;
    right: 10px;
    top: 50%;
    color: #222;
}

.v-field-error {
    font-size: 80%;
    color: #FF5370;
}

.v-field-error .form-control {
    border-color: #FF5370;
}

.v-field-error .input-group-text {
    color: #EB8193;
    background-color: #F2DEDE;
    border-color: #EB8193;
}

.v-field-error .form-control:focus {
    border-color: #FF5370;
    box-shadow: 0 0 1px 1px #FF5370;
    -moz-box-shadow: 0 0 2px 1px #FF5370;
    -webkit-box-shadow: 0 0 1px 1px #FF5370;
}

.dropdown-menu {
    padding: 0px;
}

.dropdown-toggle::after {
    content: none !important;
}

.modal-backdrop {
    opacity: 0.9 !important;
}

.modal-fit {
    /* display: flex!important; */
    -webkit-box-align: center !important;
    align-items: center !important;
}

.modal-fit .modal-dialog {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 10px;
}

.modal-fit .modal-body {
    max-height: calc(100vh - 200px) !important;
    overflow: auto !important;
}

.modal-footer {
    padding: 12px 20px;
}

body.modal-open {
    height: 100vh;
    overflow-y: hidden;
}

.v-span-header {
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    justify-content: space-between;
}

.v-th-header {
    border-right: 2px solid #F6F7FB;
}

.v-th-header:hover,
.v-th-header-active {
    cursor: pointer;
    background-color: #EDEEF3 !important;
    border-right: 2px solid #CCCC !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.ml-8 {
    margin-left: 8px !important;
}

.mr-8 {
    margin-right: 8px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-16 {
    margin-top: 16px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.pd-8 {
    padding: 8px !important;
}

.pd-t-8 {
    padding-top: 8px !important;
}

.pd-b-8 {
    padding-bottom: 8px !important;
}

td.v-nro,
th.v-nro {
    padding-left: 0.75rem !important;
}

span.title-user {
    color: #000;
}

.v-display-ib {
    display: inline-block !important;
}

.v-display-b {
    display: block !important;
}

.record-link {
    font-weight: 600;
}

.dropdown-menu>li,
.dropdown-menu>.dropdown-item {
    margin: 2px 0;
}

/* td.v-nro, th.v-nro {
    display: none !important;
} */

.table {
    margin-bottom: 0;
}

.table-responsive {
    border-left: 1px solid #E2E5E8;
    border-right: 1px solid #E2E5E8;
    border-bottom: 1px solid #E2E5E8;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.table th {
    font-weight: 600px;
}

.v-th-header:hover,
.v-th-header-active {
    background-color: #EEE;
    border-right: 2px solid #CCC !important;
}

.table.table-sm td,
.table.table-sm th {
    padding: 0.55rem 0.7rem;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
}

.btn-mv {
    margin: 0 0.2rem;
}

.input-to-span {
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
    resize: none;
    outline: none;
}

.input-group-text {
    padding: 0.375rem 0.75rem;
}

.row-selected {
    background-color: #FFFFCC;
}

.bb-none {
    border-bottom: none;
}

.bt-none {
    border-top: none;
}

.dropdown-menu-calendar {
    z-index: 2000;
}

ul.errorlist {
    margin: 0 0 4px;
    padding: 0;
    color: #BA2121;
}

ul.errorlist li {
    font-size: 13px;
    display: block;
    margin-bottom: 4px;
    overflow-wrap: break-word;
}

select.search-operator {
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    border-color: #E9ECEF;
    border-width: 0px;
    color: #495057;
    background-color: #E9ECEF;
}

.voldemort-search-text {
    padding-top: 0px;
    padding-bottom: 0px;
}

.voldemort-card-header {
    padding: 16px 25px !important;
}

.voldemort-card-body {
    padding: 8px 25px !important;
}

.fs-6 {
    font-size: 6px;
}

.fs-8 {
    font-size: 8px;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

ul.dashlet-list {
    font-weight: 500;
    list-style: none;
    padding: 0px;
}

ul.dashlet-list>li {
    padding: 4px 0;
}

.fw-bold {
    font-weight: bold !important;
}

.voldermort-dropdown-toggle-button {
    border: 1px solid #DEE2E6;
    border-radius: 5px;
    padding: 0.25rem 0.7rem;
}

.table-list-view td,
.table-list-view th {
    white-space: inherit;
}

.v-form-row {
    margin-left: 0;
}

.v-pcoded-history-content {
    font-size: 12px;
}

.v-header-history {
    background-color: #E9ECEF;
}

.pcoded-header .dropdown .notification .noti-head {
    background: #3B4650;
    padding: 8px 16px;
}

.pcoded-header .dropdown .notification {
    width: 250px;
    padding: 0;
    line-height: 1.4;
    overflow: hidden;
}

.pcoded-header .dropdown .notification .noti-body {
    padding: 0;
    position: relative;
    height: 350px;
}

.pcoded-header .dropdown .notification.v-quick-create .noti-body {
    height: auto;
    max-height: 70vh;
    overflow-y: auto;
}

.pcoded-header .dropdown .notification .noti-body li {
    padding: 4px 12px;
}

.pcoded-header .dropdown .notification a {
    display: block;
}

.chart-header-icon {
    font-size: 13px !important;
}

.chart-card-header {
    padding: 16px 16px 16px 25px !important;
}

.chart-card-body {
    padding: 12px 25px !important;
}

.dashboard-modal-header {
    padding: 12px 25px !important;
}

.dashboard-modal-body {
    padding: 8px 25px !important;
}

.pcoded-header .drp-user img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
