﻿.top-navigation .navbar-brand {
    background: #fff;
    color: #1ab394;
    padding: 10px 25px;
    font-size: 18px;
    line-height: 20px;
    max-height: 30px;
}
.modal-head {
    padding: 12px 15px;
    text-align: left;
    display: block;
}
.vs__dropdown-option--highlight {
    background: #1ab394 !important;
    color: #fff;
}
.vs__dropdown-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    padding: 2px 0 5px !important;
    background: none;
    border: 1px solid rgba(199, 193, 193, 0.42);
    border-radius: 0px !important;
    white-space: normal;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #1ab394 !important;
    background-color: #1ab394 !important;
}
.success-note {
    background-color: #ddffdd;
    border-left: 6px solid #18a689;
    padding-top: 2px;
}
    .success-note p {
        margin-bottom: 2px;
    }

.copyright {
    color: #2f4050 !important;
}
.padding-left-right-0 {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.align-center-middle {
    text-align: center;
    vertical-align: middle;
}
.ibox-title {
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 8px 8px 15px !important;
    min-height: 48px;
    position: relative;
    clear: both;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 2px 2px 0 0;
}
.tbl-font {
    overflow-x: auto !important;
    font-size: 10px;
}

.ibox-title h2 {
    color: #1ab394;
    font-weight: 700;
}

.ibox-title h5 {
    color: #1ab394;
    margin-bottom: 0
}

.color-primary-text {
    color: #1ab394;
}

.color-count-down {
    color: #d92727 !important;
}

.input-lable {
    background-color: transparent;
    border: 0px solid;
    height: 27px;
    font-size: 1.5em;
    width: 160px;
    color: #1bb394;
    font-family: inherit;
    font-weight: bold;
}

.table-tr-pivot {
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}
.table-td-pivot {
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}

.v-list-group-item.active {
    background-color: #1ab394 !important;
    border-color: #1ab394 !important;
}

.ititle-header {
    color: #1ab394;
    font-size: 1.2em;
}