body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: Raleway, Arial,sans-serif;
    font-weight: 500;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

.google-btn {
    display: flex;
    background: #1A73E8;
    border-radius: 4px;
    color: white;
    border: 2px solid #1A73E8;
    cursor: pointer;
    transition: background-color ease 0.3s;
}

    .google-btn:hover, .google-btn:focus {
        background: #5194EE;
    }

.google-btn-link:hover {
    text-decoration: none;
}

.google-btn-left-icon {
    background: white;
    display: flex;
    align-items: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.google-btn-right-text {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.google-btn-left-icon svg {
    width: 18px;
    height: 18px;
    margin: 9px;
}

.google-error {
    color: #a94442;
    margin-top: 5px;
}

.text-hr {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

    .text-hr::before, .text-hr::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #CCCCCC;
    }

    .text-hr::before {
        margin-right: 5px;
    }

    .text-hr::after {
        margin-left: 5px;
    }

.navbar-inverse {
    background-color: #4c5467 !important;
    border-color: transparent !important;
}

    .navbar-inverse .navbar-brand {
        color: #fff;
    }

    .navbar-inverse .navbar-brand {
        color: #fff !important;
        font-family: Raleway !important;
        font-weight: 700 !important;
        height: auto !important;
    }

.glyphicon {
    color: #5c6479 !important;
    font-size: 1.2em !important;
}

.navbar-header .glyphicon {
    color: #fff !important;
    font-size: 1.2em !important;
    top: 3px !important;
}

.navbar-right .glyphicon {
    color: #fff !important;
    font-size: 1em !important;
}

.h2, h2 {
    font-size: 24px;
    margin: 15px 0px;
    font-weight: 500;
    font-family: Montserrat, Arial,sans-serif;
    color: #5c6479;
}

.dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}


/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.navbar .nav > li.currentPage a {
    color: orange;
}

input[type=file] {
    height: auto;
}

label.required:after {
    color: #A94442;
    content: ' *';
    display: inline;
}

/*
    Fix for wider time picker
    https://github.com/xdan/datetimepicker/issues/49*/
.xdsoft_datetimepicker .xdsoft_timepicker {
    /* changed from 58px */
    width: 88px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0px;
}

    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
        /* changed from 14px */
        margin-left: 29px;
        margin-top: 7px;
    }
