﻿body {
    font-family: "Helvetica", "Arial", sans-serif;
}

    #mainmenu {
    border-radius: 0px !important;
    padding-left: 12%;
    padding-right: 12%;
    background: url('https://secure.connectyourcare.com/portal/images/icons/theme5/cyc/background_image.png') !important;
    background-repeat: no-repeat !important;
    background-size: 150% !important;
    background-color: #181f27 !important;
    margin: 0;
    border-color: #181f27 !important;
    width: 100%;
}

@media (min-width: 300px) {
    #mainmenu {
        padding-left: 12%;
        padding-right: 12%;
    }
}

@media (min-width: 300px) and (max-width: 1600px) {
    #mainmenu {
        
    }
}

#sub-menu {
    height: .5px;
    background: linear-gradient(0deg, #35424f 0, #181f27 99.62%);
}

#Uploadbody {
    position: relative;
    margin-top: 3% !important;
}

.well, .well-small, .well-form {
    border: 1px solid rgba(102,118,137,0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff !important;
    -webkit-box-shadow: 0 1px 15px 0 rgba(102,118,137,0.25);
    box-shadow: 0 1px 15px 0 rgba(102,118,137,0.25);
    background-image: none !important;
    padding: 3%
}

h1 {
    color: #181f23 !important;
    font-size: 28px !important;
    font-weight: 300 !important;
    line-height: 33px !important;
}

#footer {
    left: 0;
    bottom: 0;
    float: left;
    width: 100%;
    background-color: #181f23;
    border-top: solid 1px #181f23;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    line-height: 17px;
    text-align: right;
    height: 100px;
    margin: 0;
}

#footer a {
    color: #ffffff !important;
}

.footer-justify {
    display: flex;
    justify-content: center;
    height: 100px;
}

#powered-img {
    padding-left: 4%;
}

#footertxt {
    padding-right: 4%;
}

.footer-left {
    display: flex;
    align-items: center;
    padding: 0;
}

.footer-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
}

.btn-primary {
    background-color: #618e31 !important;
    border: 1px solid #618e31;
    min-height: 48px;
    min-width: 142px;
    color: #fff !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #9aca67;
        border-color: #9aca67;
    }

#uploadtxt:focus {
    border-color: #9aca67 !important;
    outline: 0;
}

#uploadtxt {
    width: 30%;
}

.alert_info {
    border: none !important;
    border-radius: 2px;
    color: #181f23;
    line-height: 22px;
    padding-left: 85px;
    padding-top: 25px;
    background-position: 20px 20px;
    background-size: auto;
    background-image: url(https://secure.connectyourcare.com/portal/images/icons/theme5/cyc/note-icon.png);
    background-repeat: no-repeat !important;
    min-height: 75px;
}

#alert_bg {
    background-color: #f7f9f9;
}

.text-right {
    margin-bottom: 0;
}

.src_number {
    font-weight: bold;
}

.note {
    font-size: 14px;
}
