﻿.tile-small, .tile-medium, .tile-wide, .tile-large, .tile-app {
    background-color: #4391d6;
}

.copyrightContainer {
    background-color: #131d31;
}

#contentPageTitle {
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.1);
    box-shadow: 0 4px 4px rgba(0,0,0,.2);
}

.dropbtn {
    color: black;
}



nav .navbar-brand .logo {
    max-height: 55px;
}

nav .navbar-wrapper {
    padding: 0px 15px;
}

nav #main-menu {
    height: 65px;
    line-height: 65px;
}

    nav #main-menu > ul > li#logout {
        line-height: 55px;
    }

h1, h2, h3, h4 {
    font-weight: 400
}

h1 {
    font-size: 1.75rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.25rem;
}

.bold {
    font-weight: 600;
}

.home-section {
    margin-bottom: 20px;
}

    .home-section .section-box {
        border-radius: 10px 10px 10px 10px;
        background-color: #f9f9fb;
        padding: 30px;
        border: 1px solid #dee2e6;
    }

.company-summary {
}

.right-footer,
.left-footer {
    font-size: 14px;
}

/*

    jQuery UI

*/
.ui-datepicker .ui-datepicker-header {
    background-color: white;
    border: white;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background: white;
}

    .ui-state-default:hover {
        background: grey;
        color: white;
    }

    .ui-state-default.ui-state-highlight {
        background: #fdb515;
        color: white;
        border: none;
    }

.ui-state-active, .ui-widget-content .ui-state-active {
    background: #36a;
    color: white;
}
/*

   End jQuery UI

*/
