@import url(https://fonts.googleapis.com/css?family=Montserrat);

body {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7em;
    margin-top: 100px;
    margin-bottom: 100px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
}

.btn-primary {
    color: #fff;
    background-color: #006ab2;
    border-color: #0078ca;
}

h1, h2, h3, h4, h5, h6 {
    padding-bottom: 10px;
    color: #333;
    font-weight: 500;
    line-height: 1em;
}

.table-vertical-middle tbody td {
  vertical-align: middle;
}

.muted {
  font-size: 10px;
  color: #666;
}

.red {
  color: red;
}

/*
 * These buttons are in the root path, normally users will not see it
 */
.home-button {
  font-size: 38px;
  width: 8em;
}

/*
 * This is the notification pop-up for success and error messages
 */
#toast-container {
  margin-top: 100px;
}

/*
 * these are the styles for the top nav (the one with the support email link)
 */
#header-nav a {
    color: #003767;
}

#contact li a {
    font-weight: bold;
    font-size: 12px;
}

@media (max-width: 768px) {
    #contact li a {
        padding: 0px;
        margin-left: 5px;
    }
    #user-actions {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    #contact li a {
        padding: 5px;
        margin-left: 155px;
    }

    #user-actions {
        margin-right: 105px;
        font-size: 12px;
    }

    #user-actions a {
        padding: 5px;
    }
}

/*
 * These are the styles for the main nav (the one with the concordis logo and the main actions
 */
#main-nav {
    background-color: #003767;
    height: 120px !important;
    margin-top: 31px;
    height: 100px;
}

#main-nav-unauthenticated {
    background-color: #003767;
    height: 80px !important;
    margin-top: 31px;
    height: 100px;
}

#main-nav .navbar-collapse {
    background-color: #003767;
}

@media (min-width: 1200px) {
    #logo {
        padding: 0px;
        margin-top: 5px;
        margin-left: 115px;
    }
    #nav-actions {
        margin-right: 105px;
        margin-top: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #logo {
        padding: 0px;
        margin-top: 5px;
        margin-left: 115px;
    }
    #logo img {
        height: 40px;
        margin-top: 15px;
    }
    #nav-actions {
        margin-right: 105px;
        margin-top: 15px;
    }
}

@media (max-width: 992px) {
    #logo {
        padding: 0px;
        margin-top: 5px;
    }
    #logo img {
        height:  40px;
        margin-top: 15px;
    }
    #nav-actions {
        margin-top: 15px;
    }
}

#nav-actions a {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #003767;
    color: white;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: #003767;
    color: white;
}

.dropdown-menu {
    background-color: #003767;
}

#nav-spacer {
    padding-top: 50px;
}

/*
 * General navigation styles
 */
#nav-collapse-button {
    margin-top: 20px;
}

/*
 * This is the area below the nav, where the main body of the page resides
 */
.main-content {
    margin-top: 150px;
}
