.wm-app .app-header,
.wm-app .app-mobile-header {
    background: rgb(50, 218, 195);
    background: -moz-linear-gradient(13deg, rgba(50, 218, 195, 1) 0%, rgba(79, 148, 219, 1) 73%);
    background: -webkit-linear-gradient( 13deg, rgba(50, 218, 195, 1) 0%, rgba(79, 148, 219, 1) 73%);
    background: linear-gradient( 13deg, rgba(50, 218, 195, 1) 0%, rgba(79, 148, 219, 1) 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#32dac3", endColorstr="#4f94db", GradientType=1);
}

.wm-app .panel-info>.panel-heading {
    color: #03A9F4;
    background-color: #d8eeff00;
    border-color: #d8eeff00;
}

.wm-app .panel-heading {
    padding: 1em 2em;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.wm-app .app-grid .table thead :not(.filter-row) th {
    background-color: #FFFFFF;
    color: #61656c;
}

.wm-app .panel-info>.panel-heading {
    color: #03A9F4;
    background-color: #d8eeff00;
    border-color: #d8eeff00;
}

.wm-app .panel-heading {
    padding: 1em 2em;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.wm-app .modal-header {
    background: rgb(50, 218, 195);
    background: -moz-linear-gradient(13deg, rgba(50, 218, 195, 1) 0%, rgba(79, 148, 219, 1) 73%);
    background: -webkit-linear-gradient( 13deg, rgba(50, 218, 195, 1) 0%, rgba(79, 148, 219, 1) 73%);
    background: linear-gradient( 13deg, rgba(50, 218, 195, 1) 0%, rgba(79, 148, 219, 1) 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#32dac3", endColorstr="#4f94db", GradientType=1);
    border-bottom-color: transparent;
    color: #21ADF0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.wm-app .modal-header {
    padding: 1em 2em;
    border-bottom: 1px solid transparent;
}

.wm-app .modal-header .modal-title {
    color: white;
}

.wm-app .modal-title {
    margin: 0;
    line-height: 1.42857143;
}

a.app-button.btn.btn-block.tgz-pagination-button {
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #ffffff 5%, #fbfbfb 100%);
    background-color: #ffffff;
    border-radius: 15px;
    border: 1px solid #ededed;
    display: inline-block;
    cursor: pointer;
    /* color: #666666; */
    font-family: Arial;
    /* font-size: 15px; */
    /* font-weight: bold; */
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
    width: 50%;
    margin-left: 25%;
    margin-top: 1em;
    text-transform: uppercase;
}

.blindSearchTextBox {}

.wm-app .detailsTabsHeader .nav-tabs {
    background-color: #f7f8fa;
    /* border: 1px solid lightgray;*/
}

.wm-app .app-calendar .fc .fc-event {
    background-color: #34d8c4;
    opacity: .8;
    color: black;
    margin: .2em .5em;
    border-radius: 3px;
    min-height: 100px;
}

.wm-app .app-calendar .fc .fc-toolbar {
    margin-bottom: 0;
    padding: 10px;
    background-color: #ffffff;
}

.wm-app .app-calendar .fc .fc-toolbar .fc-button.fc-state-hover,
.wm-app .app-calendar .fc .fc-toolbar .fc-button:focus,
.wm-app .app-calendar .fc .fc-toolbar .fc-button.fc-state-active {
    color: #a3a3a3;
    background: transparent;
    border: 1px solid #ECEFF1;
    opacity: 1;
}

.wm-app .app-calendar .fc .fc-toolbar .fc-button {
    background: transparent;
    border: 1px solid transparent;
    color: #c2c2c2;
    text-shadow: none;
    border-radius: 3px;
}

.wm-app .app-calendar .fc .fc-toolbar h2 {
    color: #a8a8a8;
    text-transform: uppercase;
    font-size: 1em;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: white;
}

* {
    scrollbar-width: auto;
    scrollbar-color: #dedede #ffffff;
}


/* Chrome, Edge, and Safari */

.wm-app *::-webkit-scrollbar {
    width: 16px;
}

.wm-app *::-webkit-scrollbar-track {
    background: #ffffff;
}

.wm-app *::-webkit-scrollbar-thumb {
    background-color: #dedede;
    border-radius: 10px;
    border: 3px solid #ffffff;
}