.margin {
    margin-right: 3%;
}

.margin-change {
    margin-top: 22px;
}

.color {
    padding-right: 37px !important;
}

.margin-date {
    margin-top: 20%;
}

.margin-birthday {
    margin-top: 15%;
}

.fit {
    width: 1%;
    white-space: nowrap;
}

/* th,td{
    text-align: center;
} */

td {
    vertical-align: middle !important;
}

input.is-invalid {
    border: 1px solid red !important;
}

select.is-invalid {
    border: 1px solid red !important;
}

textarea.is-invalid {
    border: 1px solid red !important;
}

.invalid-feedback {
    width: 100%;
    margin-top: .25rem;
    font-size: 90%;
    color: #dc3545
}

.cdk-overlay-container {
    position: fixed;
    z-index: 10900 !important;
}

.ngx-table__header-search {
    padding: 15px !important;
    font-size: 14px !important;
    border-radius: 3px !important
}

.ngx-form-icon {
    padding: 7px !important;
}

.ngx-pagination {
    margin-top: 9px !important;
}

.ngx-material-timepicker-toggle {
    padding: 0px;
    margin: -7px;
}

.ngx-table__header-search {
    z-index: 10;
}

#rowAmount {
    width: 50px !important;
}

.ngx-dropdown .ngx-menu {
    position: relative !important;
}

.form-control {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.close-icon {
    padding: 10px;
}

@media screen and (min-width: 768px) {
    .close-icon {
        display: none;
    }
}

#reportrange {
    background: #fff;
    cursor: pointer;
    padding: 7px 10px;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
}

.ng2-tag-input-invalid {
    border-bottom: 2px solid red !important;
}

#mainnav-menu>span>.active-sub>a {
    color: #fff;
    font-weight: 600;
    background-color: #25476a;
    margin: 0 5px;
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 3px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.brand-icon {
    line-height: 59px;
    width: 147px;
    height: 100px;
    float: left;
    margin: 0;
    margin-top: -20px;
    margin-left: 20px;
}

.chosen-choices {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.tooltip-inner .tooltip-label {
    font-size: 9px;
    color: rgb(116, 116, 116);
}

.tooltip-inner p {
    font-size: 11px;
}

.no-border {
    border: none !important;
    margin-top: 1px;
}

@media print {

    .no-print,
    .fc-toolbar,
    #navbar,
    #page-head {
        display: none;
    }
}

.custom-width {
    width: 110px;
}

.full-width {
    width: 100% !important;
}

.custom-table th:nth-child(4) {
    text-align: center;
}

.full-width {
    width: 100% !important;
}

.mt-1 {
    margin-top: 10px;
}

.tooltip-inner {
    overflow: hidden !important;
}

.tooltip-anchor {
    cursor: pointer;
    color: #D96E2B;
}

.mt-5 {
    margin-top: 5px;
}

.ng-select.is-invalid {
    border: 1px solid red !important;
}

.treeview-item .form-inline.row-item {
    position: relative;
}

.treeview-item .form-inline.row-item i {
    position: absolute;
    left: -10px;
    top: 0;
}

.selected-item>a {
    display: none;
}