/*Default font settings*/
body,
a,
button,
.input-group-addon,
.form-control,
.alert-success {
    font-size: 12px;
    font-family: 'Barlow', Arial, Helvetica, sans-serif;
    color: #4B4A4A;
}

/*Navbar, header and label font-size*/
.navbar-default .navbar-nav > li > a,
h3,
th,
label {
    font-size: 16px;
}

/*Make images look like clickable*/
img.clickable {
    cursor: pointer;
}

/*Email font settings*/
email {
    font-weight: bold;
}

.alert {
    margin-bottom: 0px;
    border-radius: 0px;
}

/*Alert close button*/
.close {
    opacity: 1;
    color: #4B4A4A;
}

/*Inputs*/
input[type=file] {
    display: none;
}

.image-upload-button {
    margin-top: 15px;
}

/*Pull-right navbar part*/
.nav-bar-right {
    margin-right: 25px;
}

/*Top-bar color*/
.navbar {
    background-color: #1e73be;
}

/*Remove top-bar tab borders*/
.nav-tabs {
    border: 1px solid transparent;
    border-bottom: none;
}

/*Top-bar font color*/
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover {
    color: #ffffff;
    border-radius: 0;
}

/*Active top-bar tab settings*/
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #f47d30;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid transparent;
    border-bottom: none;
}

/*White top-bar tab edge on hover*/
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a:hover {
    border: 1px solid #ffffff;
}

/*Table settings*/
thead {
    background-color: #dddddd;
    font-weight: bold;
}

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

td .form-group {
    margin-bottom: 0px;
}

.input-group-addon {
    background-color: #dddddd;
}

/*Remove blue glow from selected inputs, dark outline instead*/
.form-control:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #555;
}

/*Submit-button settings*/
.btn-primary,
.btn-primary[disabled]:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-primary:hover {
    background-color: #449d44;
    border-color: #398439;
}

/*Outer container width*/
.container {
    width: 80%;
}

/*Inner container matches outer*/
.container-fluid {
    padding: 0px
}

.main-nav li .glyphicon {
    margin-right: 10px;
}

/* Highlighting rules for nav menu items */
.main-nav li a.active,
.main-nav li a.active:hover,
.main-nav li a.active:focus {
    background-color: #4189C7;
    color: white;
}

/* Keep the nav menu independent of scrolling and on top of other items */
.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

/*Company logo on the login page*/
.image-row {
    margin-top: '25px';
}

.image-column {
    text-align: center;
}

/*Google Sign-in button*/
#google-signin {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#google-signin .abcRioButton {
    margin: auto;
}

/*Table cell with input */
.input-table-cell {
    width: 140px;
}

.order-input-table-cell {
    width: 110px;   
}

.download-icon {
    margin-left: 10px;
    color: #1e73be;
}

/*Brochure rows in both visitor and admin views*/
.table > tbody >.brochure-row > td {
    padding-top: 4px;
    padding-bottom: 4px
}

.table > tbody >.brochure-group-row > th {
    padding-top: 4px;
    padding-bottom: 4px;
}

.brochure-amount-input {
    height: 27px;
}

.notice-edit-button {
    float: right
}

.button-wrapper {
    text-align: right;
}
.button-with-right-margin {
    margin-right: 5px;
}

.microsoft-button {
    width: 100%;
    max-width: 300px;
    margin: auto;
    color: #fff;
    background-color: #3483d8;
    border-color: #007bff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1.5em;
    line-height: 1.5;
    border-radius: .45rem;
    margin-top: 10px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
