body {
    font-family: "Source Sans Pro", serif !important;
}

h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    color: #000000 !important;
}

h6 {
    color: #000000 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
}

.th-card {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.14) !important;
    border-radius: 4px;
}

.th-card .card-header {
    background-color: #ffffff;
    border-bottom: 0
}

/*.th-card .card-header h6 {*/
/*    color: #000000;*/
/*    font-weight: 600;*/
/*    font-size: 16px;*/
/*    text-transform: capitalize;*/
/*}*/

.th-card .card-body {
    padding-top: 0 !important;
}

.th-card .card-body .board {
    background-color: #ffffff !important;
    padding: 0;
    margin: 0;
}

.th-card .card-body .board .dropzone {
    padding: 0 !important;
    min-width: 100%;
}

.th-card .card-body .board .dropzone .kanbanCard, .th-stats-card {
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    width: 100%;
    padding: 12px;
    margin-bottom: 8px;
}

.th-stats-card {
    width: auto
}

.th-card .card-body .board .dropzone .kanbanCard .title, .th-stats-card .title {
    margin-bottom: 0;
}

.th-card .card-body .board .dropzone .kanbanCard .title a, .th-stats-card .title a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    color: #000000;
}

.th-card .card-body .board .dropzone .kanbanCard .description, .th-stats-card .description {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.th-card .card-body .board .dropzone .kanbanCard .indicator {
    position: relative;
    border-left: 3px solid #2F80ED;
    left: -12px;
}

.indicator-yellow {
    border-color: #5AD111;
}

.indicator-green {
    border-color: #5AD111;
}

.th-container {
    overflow: hidden;
    height: calc(100vh - 140px);
}

.th-container .container {
    height: 100%;
    /*padding-right: 17px;*/
    /*box-sizing: content-box;*/
}

.th-scroll {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}


/*
Layout
 */

.navbar-expand > .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.th-nav {
    padding-left: 0;
    padding-right: 0;
    height: 56px;
    border-bottom: 1px solid #E0E0E0;
}

.th-nav .breadcrumb {
    padding-left: 0;
    padding-top: 14px;
    padding-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Source Sans Pro', serif;
    color: #8C8C8C;
    background-color: #ffffff;
}

.th-nav .breadcrumb .breadcrumb-item:last-child {
    color: #595959 !important;
}

.th-tabs-bar {
    position: absolute;
    top: 56px;
    width: calc(100vw - 104px);
    left: 0;
    margin-left: 104px;
    background: #ffffff;
    border-bottom: 1px solid #E0E0E0;
    padding: 9px 0 0 0;
    z-index: 10;
    box-shadow: 0 4px 8px -6px rgba(0, 0, 0, 0.25);
}

.th-tabs-bar .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 21px !important;
    color: #595959;
    font-weight: 600;
    font-size: 16px;
}

.th-tabs-bar .nav-item .active {
    color: #0150AD;
    box-shadow: inset 0 -2px 0 #0150AD;
    border-color: #ffffff !important;
}

.th-tabs-bar .nav-tabs .nav-link:hover, .th-tabs-bar .nav-tabs .nav-link:focus {
    border: 1px solid #ffffff !important;
}

.th-tabs-bar .nav-tabs .nav-link {
    padding-bottom: 15px;
}

.th-tabs-bar form {
    margin-bottom: 10px !important;
    align-items: center;
    height: 39px;
}

.th-tabs-bar form .btn {
    padding: 3px 9px;
}

.th-footer-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: calc(100vw - 104px);
    margin-left: 104px;
    background: #ffffff;
    border-top: 1px solid #E0E0E0;
    padding: 9px 0 0 0;
    z-index: 10;
    box-shadow: 0 4px 8px -6px rgba(0, 0, 0, 0.25);
}

.nav-tabs {
    border-bottom: 0 !important;
}

.th-v-divider {
    border-left: 1px solid #E0E0E0 !important;
    background-color: white;
    height: 38px;
}

.th-main-search {
    margin-left: auto;
}


/*Forms*/
.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select {
    height: calc(1.5em + 0.5rem + -1px) !important;
}

.input-group .th-prepend-clear span {
    padding-right: 0;
    border-right: 0;
    background: #ffffff;
    color: #BFBFBF;
}

.input-group .th-prepend-clear + input {
    border-radius: 0;
    border-left: 0;
}

.th-scrollspy {
    background-color: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.14);
}

.th-scrollspy-content {
    padding-right: 34px !important;
    padding-left: 34px !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

.th-mb-14, .th-scrollspy-content .form-group {
    margin-bottom: 14px !important;
}

.th-scrollspy-content .form-control {
    height: calc(1.5em + 0.75rem + 4px) !important;
}

.th-scrollspy-content .col-form-label {
    padding-top: 0 !important;
    padding-bottom: 1px !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.th-scrollspy-content input, .th-scrollspy-content textarea {
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}

.th-scrollspy .nav-item .nav-link {
    background: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    border-radius: 0;
}

.th-scrollspy .nav-item .active {
    background: #F0F5FA;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    color: #0150AD;
    border-radius: 0;
}

.th-scrollspy .nav-item .active:after {
    content: "\A";
    height: 38px;
    border-radius: 0;
    background: #3408d8;
    display: inline-block;
    float: right;
    position: relative;
    border-left: 3px solid #2F80ED;
    left: 16px;
    top: -8px;
}

.th-scrollspy nav {
    border-right: 1px solid #E0E0E0;
}

input, button {
    font-size: 16px !important;
    font-weight: 400 !important;
}

button, .btn {
    border-radius: 4px !important;
}

button, .btn-primary {
    border-color: #2e6da4 !important;
}

.th-btn-xs {
    font-size: 14px !important;
    padding: 0.25rem 0.5rem;
    line-height: 1.5;
}

.th-grid-input input {
    border: 1px solid #D9D9D9;
}

.form-control:focus {
    box-shadow: 0 1px 0 0 rgba(78, 115, 223, 0.5) !important;
}

.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 1px 0 0 rgba(90, 92, 105, 0.5) !important;
}

/*Table*/
.th-table-wrapper {
    background: #FFFFFF;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.14);
    border-radius: 4px;
}

.th-table-wrapper tr:nth-child(even) {
    background: #FAFAFA;
}

.th-table-wrapper th {
    font-family: 'Source Sans Pro', serif;
    font-weight: 600;
    font-size: 14px;
    border-top: 0;
    border-bottom: 1px solid #E0E0E0 !important;
    font-style: normal;
    color: #333333;
}

.th-table-wrapper td {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    padding: 11px !important;
    height: 24px;
    vertical-align: middle !important;
}

table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-collapse: collapse !important;
}

.th-table-wrapper .pagination {
    padding: 0.75rem;
}

.th-table-wrapper .action-btn {
    padding: 0 4px;
    height: 24px;
    margin-right: 6px;
    color: #828282;
    border-color: #828282;
    font-size: 15px;
}

.th-table-wrapper .action-btn:hover {
    color: #ffffff;
}

.th-container .list-group {
    padding-left: 12px !important;
}

.form-group .th-list-group .list-group {
    padding-left: 0px !important;
    max-height: 246px;
    overflow-y: auto;
}

.form-group .th-list-group .list-group label{
    padding-left: 2.25rem !important;
}

.th-table-wrapper td .input-cell{
    padding: 5px 11px !important
}

.th-table-wrapper tbody .active{
    background-color: #e6e7e7;
}

/*Modal*/
.th-modal .modal-footer{
    padding: 5px 25px;
}

.th-modal .modal-footer, .th-modal .modal-header, .th-modal .modal-body{
    padding-left: 25px;
    padding-right: 25px;
}


/*Generic styles*/

.th-mw-430 {
    max-width: 430px !important;
}

.th-ml-14 {
    margin-left: 14px;
}

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

.th-mb-15 {
    margin-bottom: 15px;
}

.th-md-18{
    margin-bottom: 18px;
}

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

.th-mr-30{
    margin-right: 15px;
}

.th-pl-15 {
    padding-left: 15px !important;
}

.th-pl-0 {
    padding-left: 0px !important;
}

.th-pb-15 {
    padding-bottom: 15px;
}

.th-h-auto, .form-group .th-h-auto {
    height: auto !important;
}

.th-hr{
    border-top: 1px solid #E0E0E0;
    margin-left: -35px;
    margin-right: -35px;
}

.th-hr-nm{
    border-top: 1px solid #E0E0E0;
}

.th-f11a{
    flex: 1 1 auto;
}

.th-f01a{
    flex: 0 1 auto;
}

@media (min-width: 768px) {
    .th-tabs-bar, .th-footer-bar{
        width: calc(100vw - 300px);
        margin-left: 300px;
    }
}

/* token input */
.token-input-list{
    padding-inline-start: 0px !important;
}

li.token-input-token{
    margin: 0 0 1px 0;
    background-color: #ffffff !important;
    border: 1px solid #D9D9D9 !important;
    font-weight: normal;
    font-size: 14px
}

.token-input-list li:nth-last-child(2){
    margin: 0 0 2px 0;
}

.th-token-input {
    border: 1px solid #D9D9D9 !important;
}

/** filter **/
.th-filter-indicator {
    padding: 3px;
    position: absolute !important;
    left: 25px;
    z-index: 0;
    top: 8px !important;
}

/** calendar **/
.glyphicon{
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-arrow-left:before{
    content:"\f100"
}
.glyphicon-arrow-right:before{
    content:"\f101"
}

.datetimepicker {
    padding: 10px;
}
.datetimepicker td{
    padding: 3px 5px;
}

/** notification **/
.dropdown-header {
    color: #ffffff !important;
    background: #0150AD !important;
}

/* bootstrap select - rich */
.th-rich-select {
    display: flex;
}
.th-rich-select img{
    object-fit: cover;
    width: 58px;
    height: 32px;
    padding-right: 15px;
}
.bootstrap-select .dropdown-toggle {
    color: #6e707e;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 4px !important;
    border-color: #D9D9D9 !important;
    height: calc(1.5em + 0.75rem + 4px) !important;
}
.bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
}