body {
    padding-top: 50px;
    /*padding-bottom: 40px;*/
    background-color: #eaedf1 !important;
    font-weight: normal !important;
}

h1 {
    font-family: "Aquawax", Helvetica !important;
    font-weight: 500 !important;
}

h2 {
    font-family: "Aquawax", Helvetica !important;
    font-weight: 500 !important;
}

h3 {
    font-family: "Aquawax", Helvetica !important;
    font-weight: 500 !important;
}

.h2 {
    font-family: "Aquawax", Helvetica !important;
    font-weight: 500 !important;
}

.h3 {
    font-family: "Aquawax", Helvetica !important;
    font-weight: 500 !important;
}

.h4 {
    font-family: "Aquawax", Helvetica !important;
    font-weight: 500 !important;
}

.menu-font {
    font-family: "Aquawax", Helvetica !important;
    font-weight: 300 !important;
    font-size: 16px;
}

.dashboard-message-title {
    font-weight: 700 !important;
    font-size: 22px;
}

.zf-green {
    color: #68b604;
}

.btn-success {
    background-color: #57a900;
    background-image: -moz-linear-gradient(top, #70d900, #57a900);
    background-image: -ms-linear-gradient(top, #70d900, #57a900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
    background-image: -webkit-linear-gradient(top, #70d900, #57a900);
    background-image: -o-linear-gradient(top, #70d900, #57a900);
    background-image: linear-gradient(top, #70d900, #57a900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #57a900;
}

div.container a.navbar-brand > img {
    display: inline;
    margin-right: 4px;
    margin-top: -2px;
}

.login-register-header {
    background-color: whitesmoke !important;
    height: 80px;
    margin-top: -60px;
}

@keyframes cf3FadeInOut {
    0% {
        opacity:1;
    }
    45% {
        opacity:1;
    }
    55% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

#cf3 {
    position:relative;
    /*height:281px;*/
    /*width:450px;*/
    margin:0 auto;
}
#cf3 img {
    position:absolute;
    left:0;
    /*-webkit-transition: opacity 0.5s ease-in-out;*/
    /*-moz-transition: opacity 0.5s ease-in-out;*/
    /*-o-transition: opacity 0.5s ease-in-out;*/
    /*transition: opacity 0.5s ease-in-out;*/
}

#cf3 img.top {
    animation-name: cf3FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 0.5s;
    animation-direction: alternate;
}


.div-shadow {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}

.login-register-body {
    background-color: #150535 !important;
}

.login-register-title {
    margin-top: 80px;
}

.login-form {
    background: white !important;;
    width: 340px !important;
    padding-top: 25px !important;;
    padding-bottom: 25px !important;;
    border-top-right-radius: 15px !important;
    border-top-left-radius: 15px !important;;
    border-bottom-right-radius: 15px !important;;
    border-bottom-left-radius: 15px !important;;
}

.login-register-submit-btn {
    height: 75px;
    width: 320px;
    font-size: 1.5em !important;
}

.forgot-register-div{
    color: white !important;
}

.forgot-register-a{
    color: white !important;
}

.question-label {
    padding-top: 50px;
    padding-bottom: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.form-control-login {
    border: 1px solid #ddd !important;
    height: 46px !important;
    width: 230px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.success-signup {
    background: white;
    width: 340px !important;
    height: 260px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

#page-wrapper.page-loading {
    overflow: hidden;
}

#page-wrapper.page-loading .preloader {
    display: block;
}

#page-wrapper.page-loading #page-container {
    opacity: 0;
}

.preloader {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #150535;
    z-index: 99999;
}

.preloader .inner {
    position: fixed;
    top: 20%;
    left: 50%;
    margin: 0 0 0 -50px;
    width: 100px;
    height: 100px;
    text-align: center;
}

.preloader-spinner {
    width: 24px;
    height: 24px;
    border: 3px solid transparent;
    border-left-color: #ffffff;
    border-right-color: #ffffff;
    border-top-color: #ffffff;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner .4s linear infinite;
    -moz-animation: nprogress-spinner .4s linear infinite;
    -ms-animation: nprogress-spinner .4s linear infinite;
    -o-animation: nprogress-spinner .4s linear infinite;
    animation: nprogress-spinner .4s linear infinite;
}

.preloader-spinner {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-width: 3px;
}

.navbar-inverse {
    background: #150535 !important;
}

.progressBar6h {
    width: 90%;
    margin: 15px auto;
    height: 70px;
    background-color: #13354f;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.progressBar6h div {
    height: 100%;
    text-align: right;
    padding: 0 15px;
    line-height: 70px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #F21119;
    box-sizing: border-box;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.progressBar4h {
    width: 90%;
    margin: 15px auto;
    height: 70px;
    background-color: #13354f;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.progressBar4h div {
    height: 100%;
    text-align: right;
    padding: 0 15px;
    line-height: 70px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #FC901C;
    box-sizing: border-box;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.progressBar2h {
    width: 90%;
    margin: 15px auto;
    height: 70px;
    background-color: #13354f;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.progressBar2h div {
    height: 100%;
    text-align: right;
    padding: 0 15px;
    line-height: 70px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #07A649;
    box-sizing: border-box;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.bar {
    font-size: 3em;
    color: whitesmoke;
}

#audioplayer{
    width: 100%px;
    height: 60px;
    /*margin: 50px auto auto auto;*/
    padding-top: 50px;
;}

#pButton{

}

/*.play{background: url('http://www.alexkatz.me/codepen/img/play.png') ;}*/
/*.pause{background: url('http://www.alexkatz.me/codepen/img/pause.png') ;}*/

.play {
    position: relative;
    font-family: 'Glyphicons Regular';
    font-size: 1.5em;
    content: "\E174";
    color: darkgray;
    margin-top: 13px;
}

.play:before {
    position: relative;
    font-family: 'Glyphicons Regular';
    font-size: 2em;
    content: "\E174";
    color: darkgray;
    margin-top: 13px;
}

.pause {
    font-family: 'Glyphicons Regular';
    font-size: 1.5em;
    content: "\E175";
    color: darkgray;
    margin-top: 13px;
}

.pause:before {
    position: relative;
    font-family: 'Glyphicons Regular';
    font-size: 2em;
    content: "\E175";
    color: darkgray;
    margin-top: 13px;
}

#timeline{
    width: 100%;
    height: 8px;
    float: left;
    border-radius: 15px;
    background: darkgray;

}
#playhead{
    width: 18px;
    height: 18px;
    margin-top: -5px !important;
    border-radius: 50%;
    margin-top: 1px;
    background: #13354f;
}

.timeline{
    width: 100%;
    height: 8px;
    float: left;
    border-radius: 15px;
    background: darkgray;

}
.playhead{
    width: 18px;
    height: 18px;
    margin-top: -5px !important;
    border-radius: 50%;
    margin-top: 1px;
    background: #13354f;
}

#timeline_modal{
    width: 100%;
    height: 8px;
    float: left;
    border-radius: 15px;
    /*margin-top: 55px;*/
    background: darkgray;

}
#playhead_modal{
    width: 18px;
    height: 18px;
    margin-top: -5px !important;
    border-radius: 50%;
    background: #13354f;
}

.blue-background {
    background-color: #13354f;
}

.blue-font {
    color: #042642 !important;
}

.modal-content {
    border-radius: 15px !important;
}


.dBck-lightblue {
    background-color: #e5f3ea !important;
}

.dBck-lightgray {
    background-color: #f9f9fc !important;
}

.dBck-lightgreen {
    background-color: #cbe7d5 !important;
}

.dBck-green {
    background-color: #4ebc87 !important;
}

.dBck-darkblue {
    background-color: #0d364f !important;
}

.dTxt-green {
    color: #4ebc87 !important;
}

.bar {
    height: 10px;
    width: 100%;
    position: absolute;
    overflow: hidden;
    background-color: #ddd;
}
.bar:before{
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 10px;
    background-color: #9e005d;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}

.scroll-div {
    height: 420px;
    overflow-y: scroll;
    overflow-x: hidden;
}

/*
 *  STYLE 3
 */

#style-3::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
    width: 3px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
    background-color: #717171;
}

#right {
    display: none;
}


.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

#myInput {
    border-box: box-sizing;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

#myInput:focus {outline: 3px solid #ddd;}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 100%;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
}

.m_dropdown-content {
    display: none;
    background-color: #f6f6f6;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
    margin-left:15px;
    margin-right:15px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

td.fc-day.fc-past {
    background-color: #EEEEEE;
}

thead th.fc-widget-header {
    font-size: 15px !important;
}

.fc-toolbar.fc-header-toolbar h2 {
    font-size: 24px !important;
    margin-top: 5px !important;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9999;
    background: transparent;
    width: 100px;
    height: 100px;
    margin: -75px 0 0 -75px;
    border: 8px solid #ccc;
    border-radius: 50%;
    border-top: 8px solid #150535;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.dataTables_processing{
    display: block;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
}

.timeline {
    position: absolute;
    border-top: 2px dashed red;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 999;
}