.notification-setting .ui-selectbooleanbutton {
    float: right !important;
    background-color: white !important;
}

.notification-setting .ui-selectbooleanbutton.ui-state-active {
    background: #0099FF !important;
    border: none !important;
}

.notification-setting .setting-save {
    height: 44px !important;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
}
.hr-text:before {
    content: '';
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}
.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 .5em;
    line-height: 1.5em;
    background-color: #fcfcfa;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    /*padding-top: 40px;*/
}

.container-full {
    margin: 0 auto;
    width: 100%;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

/* Split the screen in half */
.split {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 1;
    top: 180px;
    overflow-x: hidden;
    padding-top: 20px;
}

/* Control the left side */
.split-left {
    left: 0;
    background-color: #36aefc;
}

/* Control the right side */
.split-right {
    right: 0;
    background-color: #fff;
}

@media (max-width: 768px){
    .split {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 1;
        top: 180px;
        overflow-x: hidden;
        padding-top: 20px;
    }

    /* Control the left side */
    .split-left {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 80%;
        background-color: #36aefc;
    }

    /* Control the right side */
    .split-right {
        position: absolute;
        top: 80%;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #fff;
    }
}

/* If you want the content centered horizontally and vertically */
.split-centered {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* Style the image inside the centered container, if needed */
.split-centered img {
    width: 150px;
    border-radius: 50%;
}

a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width 0.6s ease;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.ct-label {
    fill: rgba(0,0,0,.4);
    color: rgba(0,0,0,.4);
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bolder;
}

.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
    stroke: #0099FF;
}

.fixed .content-wrapper, .fixed .right-side {
    padding-top: 0;
}

.fixed .main-header, .fixed .main-sidebar, .fixed .left-side {
    position: inherit;
}

.pagination-container{
    text-align: center;
}

.ql-size-small {
    font-size: 0.75em;
}
.ql-size-large {
    font-size: 1.5em;
}
.ql-size-huge {
    font-size: 2.5em;
}
.ql-font-serif {
    font-family: Georgia, Times New Roman, serif;
}
.ql-font-monospace {
    font-family: Monaco, Courier New, monospace;
}

@media screen and (max-width: 768px) {
    .content-top-margin {
        margin-top: 20px!important
    }
}
@media screen and (min-width: 769px) {
    .content-top-margin {
        margin-top: 80px!important
    }
}

#navigator {
    width: 100%;
    padding: 0;
    height: 14px;
    z-index: 999;
}
#navigator a {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999em;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 0 1px 1px #707173;
    margin-right: 10px;
}
#navigator a {
    background: white;
}
#navigator a.activePage {
    background: #09F;
}

.track-progress {
    margin: 0;
    padding: 10px 10px 0 10px;
    background: white;
    height: 80px;
    border-radius: 10px;
}

.track-progress li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    color: #bbb;
    border-bottom: 4px #bbb solid;
    line-height: 3em;
    width: 25%;
    float: left;

}

.track-progress li span {
    padding-left: 0.75em;
}

.track-progress li:after {
    content: "\00a0\00a0"; 
    /*non-breaking space */
}

.track-progress li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}

@media (max-width:800px){
    .track-progress li{
        font-size: 0.7em;
    }
}

@media (max-width:640px){
    .track-progress li span{
        display: none;
    }

    .track-progress li em{
        display: inline;
    }
}

.track-progress li.done {
    color: #bbb;
    font-weight: bold;
    border-bottom: 4px #FF6699 solid;


}

.track-progress li.done:before {
    content: "";
    background: #FF6699;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}

.track-progress li.todo:before {
    content: "";
    background: white;
    border: 0.25em solid #bbb;
    height: 1.2em;
    width: 1.2em;
    border-radius: 1.2em;
}

.track-progress li.active{
    color: #ff2626;
    font-weight: bold;
    border-bottom: 4px #FF6699 solid;
}

.track-progress li.active:before {
    content: "";
    background: #ff2626;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}

.track-progress em {
    display: none;
    font-weight: 700;
    padding-left: 0.75em;
}
