#header {
    background-color: #FFF;
    border: none;
}

.logo {
    height: 55px;
    padding: 5px;
}

.head-btn-area {
    float: right;
    margin: 0px 0px 0px 35px;
    padding: 5px 0;
}

.btn-login {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    margin: 0px 5px 0px 5px;
    padding: 11px 30px;
    font-size: 15px;
    font-weight: 400;
    color: #fff !important;
    text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0;
    border: 0px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px;
    background-color: #4caf50;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.button_green {
    background-color: #4caf50 !important;
}

.button_green:hover {
    background-color: #45C04A !important;
}


.btn-login:hover {
    color: #fff;
    background-color: #45C04A !important;
    text-decoration: none;
}

.btn-login:active {
    box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.29);
}

.seperator {
    height: 110px;
    display: block;
}

.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.error {
    color: red;
}

.success {
    color: green;
}

.navbar-default .navbar-nav > li > a {
    font-size: 1.5em;
    padding-left: 30px;
    padding-right: 30px;
}

.app {
    width: 90%;
    float: left;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.task, .employee {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    padding-bottom: 5px;
}

.employee {
    display: block;
    margin-top: 10px;
}

#carousel {
    margin-top: 0%;
    z-index: 9; /* The fixed navbar has a z-index of 10 */
}

.navbar-default .navbar-nav > li > a {
    font-size: 1.5em;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 35px;
}

#carousel img {
    width: 100%;
}

.carousel-indicators li {
    border: 1px solid #000 !important;
}
.carousel-indicators .active {
    background-color: gray !important;
}

.btn-form {
    font-size: 1.5em;
}

body {
    background: #3C4C55
}

.build-form {
    margin-top: 8%;
}

.build-form a {
    margin-top: 2%;
    font-size: 1.5em;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.carousel-inner {
    width: 80% !important;
    margin: 0 auto !important;
}

.carousel-indicators {
    text-align: center !important;
}

.link-disabled {
    pointer-events: none;
    background-color: #808080;
}
