body {
    color: #676a6c;
}
.md-skin {
    cursor: default;
}
.md-skin .wrapper-content {
    padding: 0 0 150px 0;
}
.md-skin .nav-header {
    background: url('../img/profile_pattern.png');
}
.md-skin .ibox-title {
    border-bottom: solid 1px #e7eaec;
}
.md-skin .ibox-title h4 {
    font-size: 18px;
    font-weight: normal;
    padding-left: 5px;
}
.nav.metismenu .dropdown-menu > li > a {
    color: #676a6c;
}
.nav > li.active {
    border-left-color: #f1534f;
}
.nav-tabs .nav-link {
    white-space: nowrap;
}
.p-h-xxs {
    padding: 5px 0;
}
.pl-xxs {
  padding-left: 5px;
}
.img-md {
    width: 44px;
    height: 44px;
}
.txt-xs {
    font-size: 10px;
}
.txt-sm {
    font-size: 12px;
}
.txt-md1 {
    font-size: 13px;
}
.txt-md2 {
    font-size: 14px;
}
.txt-lg {
    font-size: 15px;
}
.txt-xl {
    font-size: 17px;
}
.text-base {
    color: #1db9ab;
}
.text-grey {
    color: grey;
}
.hidden {
    display: none;
}
.opacity-50 {
    opacity: 0.5;
}
a.opacity-50:hover {
    opacity: 1;
}
.min-h-500 {
    min-height: 500px;
}
.modal-img h1 {
    font-size: 60px;
}
.modal-img i {
    padding-left: 30px;
}
.modal-footer {
    display: block;
}
.btn-status {
    font-weight: bold;
    text-transform: capitalize;
}
.btn-custom {
    position: relative;
    min-width: 200px;
}
.btn-custom-small {
    position: relative;
    min-width: 160px;
}
.bg-gray {
    background-color: #5b5d5f !important;
    color: #ffffff;
}
.border-2 {
    border-width: 2px !important;
}
.border-3 {
    border-width: 3px !important;
}
.no-border {
    border: none !important;
}
.legends {
    background-color: #f4f5f6;
    padding: 0 15px;
}
.legends .color-set {
    border-radius: 3px;
    vertical-align: top;
    display: inline-block;
    width: 45px;
    height: 20px;
    margin-right: 5px;
}
.clickable {
    cursor: pointer;
}
.select2 {
    max-width: 200px;
}
.select2-container--default .select2-selection--multiple {
    border-radius: 0 !important;
    border-color: #e5e6e7 !important;
    min-height: 35px;
    padding-left: 8px !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
    width: 120% !important;
    font-size: 14px !important;
}
i.txt-color-0, .text-hidden {
    opacity: 0;
}
.text-gray {
    color: gray;
}
.text-available {
    color: #d5d5d5;
}

/* Revert tab background colors: active tab should be gray */
.profile-tabs .panel-heading {
    background-color: #ffffff;
}
.profile-tabs .panel-body {
    background-color: #f3f3f4;
    border-bottom: none;
}
.profile-tabs .panel .panel-body {
    background-color: #ffffff;
    border: 0;
}
.profile-tabs .nav-tabs {
    margin: 0 -15px;
}
.profile-tabs .nav-tabs li {
    background-color: #ffffff;

}
.profile-tabs .nav-tabs li a {
    font-weight: 600;
    padding: 10px 20px 10px 25px;
}
.profile-tabs .nav-tabs li:first-child {
    margin-left: 15px;
}
.profile-tabs .nav-tabs .nav-link {
    border-bottom-color: #e7eaec;
    color: #a7b1c2;
}
.profile-tabs .nav-tabs .nav-link:hover {
    border-bottom-color: #e7eaec;
    color: #495057;
}
.profile-tabs .nav-tabs .nav-link.active {
    background-color: #f3f3f4;
    border-bottom-color: #f3f3f4;
    color: #495057;
}
.profile-tabs .tab-content {
    margin-right: -15px;
    margin-left: -15px;
}

/* Placeholder color specific styles */
::placeholder, 
.custom-file-label {
    color: rgba(103,106,108,0.5) !important;
}
select.custom_ph {
    color: rgba(103,106,108,0.5);
}
option {
    color: rgb(103,106,108);
}

.clickable-row {
    cursor: pointer;
}
table.vertical-aligned > tbody > tr > td {
    vertical-align: middle;
}
.table-none-header tr:first-child td {
    border-top: none;
}
.feedback-container {
    position: fixed;
    width: 220px;
    bottom: 0;
    padding: 10px 15px;
    border-left: 4px solid #1b75db;
    background: #ffffff;
    cursor: pointer;
    z-index: 0;
}
.feedback-container i {
    margin-right: 6px;
}
.feedback-container:hover {
    font-weight: bold;
}
.feedback-image {
    width: 60px;
    float: left;
}
.feedback-image img {
    width: 60px;
}
.feedback-info {
    width: 200px;
    float: left;
    margin-left: 10px;
}
.feedback-labels {
    float: right;
}
.feedback-message {
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.feedback-item {
    padding: 8px;
}
.feedback-item:hover {
    cursor: pointer;
    background-color: #f8f9fa;
}

#schedule_containter .ibox .view-1 > span {
    width: 114%;
    height: 20px;
    display: block;
    position: relative;
}
#schedule_containter .ibox .view-1 .first {
    width: 93%;
    margin-left: 5px;
    border-radius: 5px 0 0 5px;
}
#schedule_containter .ibox .view-1 .last {
    width: 85%;
    border-radius: 0 5px 5px 0;
}
#schedule_containter .ibox .view-1 .one {
    width: 81%;
    border-radius: 5px;
    margin-left: 3px;
}