﻿html {
    overflow-y: scroll;
    position: relative;
    min-height: 100%;
}

body {
    /* reflects footer height */
    margin-bottom: 130px;
}

@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('../Fonts/SourceSansPro-Regular.otf') format('opentype');
}

.navbar-collapse {
    position: relative;
}


.display_inline {
    display: inline;
}

.display_block {
    display: block;
}

.display_inline_block {
    display: inline-block;
}

a {
    cursor: pointer;
}

.anchor_disabled {
    color: lightgray;
    cursor: not-allowed;
}

    .anchor_disabled:hover {
        color: lightgray;
        text-decoration: none;
    }

    .anchor_disabled:active {
        color: lightgray;
        text-decoration: none;
    }

.display_none {
    display: none;
}

.mac_address_fields {
    margin-bottom: 10px;
}

.host_name_fields {
    margin-bottom: 10px;
}

.margin-left-1-percent {
    margin-left: 1%;
}

.alert-message-padding {
    padding: 6px 12px;
    margin-right: 10px;
}

.button_hamburger {
    color: white !important;
    border-color: white !important;
    background-color: #a878b2 !important;
    cursor: pointer;
    /*margin-right: 0 !important;*/
}

#navbar-collapse-id {
    border: none !important;
}

span.hamburger_layer {
    background-color: white !important;
}

span.hamburger_user {
    color: white;
    font-size: 2em;
}

.button_hamburger_user {
    color: white;
    border: none;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 10px 0;
    height: 35px;
    width: 35px;
}

.main-navbar {
    background-color: #9788bf;
    background: #9788bf;
    background: -webkit-linear-gradient(top, #9788bf, #ad74af);
    background: -o-linear-gradient(bottom, #9788bf, #ad74af);
    background: -moz-linear-gradient(bottom, #9788bf, #ad74af);
    background-repeat: no-repeat;
    height: 121px;
    width: auto;
    margin-bottom: 40px;
    border-radius: 0;
}

    .main-navbar .container-fluid {
        width: auto;
        padding-left: 19.7px;
        background-image: url('../Images/HeaderBG.png');
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: bottom;
        height: 120px;
    }

.main-navbar-ul li a {
    color: white !important;
    padding-top: 80px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-family: 'SourceSansPro-Regular', sans-serif;
}

.main-nav-li a {
    padding-top: 80px;
    color: #e4d7e8 !important;
    background-color: transparent;
    -webkit-transition: color 0.1s; /* Safari */
    transition: color 0.1s;
    -webkit-transition: background-color 0.1s; /* Safari */
    transition: background-color 0.1s;
}

    .main-nav-li a:hover {
        /*background-color: #fff !important;*/
        -webkit-transition: color .3s; /* Safari */
        transition: color .3s;
        text-shadow: none !important;
        background-size: 100px;
        background-position: bottom;
        background-repeat: no-repeat;
        color: #e4d7e8 !important;
    }

@media (min-width: 767px) {
    .main-nav-li a:hover {
        background-image: url('../Images/SelectedBtn.png');
    }
}

.loggedInAs {
    position: absolute;
    right: 3%;
    color: white !important;
    padding-top: 7px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-family: 'SourceSansPro-Regular', sans-serif;
}

li.selected a {
    text-shadow: none;
    color: white !important;
}

.navbar-logotype {
    width: 275px;
    display: inline-block;
    padding-top: 30px;
    padding-left: 30px;
}


    .navbar-logotype img {
        max-width: 100%;
        vertical-align: middle;
        border: 0;
        -ms-interpolation-mode: bicubic;
        position: relative;
    }

.footer {
    position: absolute;
    background-color: #9788bf;
    background: #9788bf;
    background: -webkit-linear-gradient(top, #9788bf, #ad74af);
    background: -o-linear-gradient(bottom, #9788bf, #ad74af);
    background: -moz-linear-gradient(bottom, #9788bf, #ad74af);
    background-repeat: no-repeat;
    height: 130px;
    width: 100%;
    bottom: 0;
}
.organizationsSavechangesBtn {
    margin-bottom: 20px;
} 

.footer a {
    color: #fff;
}

.copyright {
    height: 20px;
    margin-bottom: 5px;
    display: block;
    text-align: center;
    color: #fff;
}

img.footer_logotype {
    margin-top: 10px;
    margin-bottom: 10px;
    max-height: 35px;
    display: block;
}

.footer_link {
    height: 20px;
    margin-bottom: 5px;
    display: block;
}

@media (max-width: 1600px) {

    .main-navbar .container-fluid {
        background-size: auto !important;
    }
}

@media (max-width: 800px) and (min-width: 767px) {
    .main-navbar-ul li a {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .loggedInAs {
        display: none;
    }
}
@media (max-width: 767px) {

    #navbar-collapse-id {
        background-color: #9788bf;
        margin-top: 69px;
        z-index: 100;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-left: -20px;
    }

    .main-navbar-ul {
    }

        .main-navbar-ul li a {
            padding-top: 10px;
            /*text-shadow: -1px 0 gray, 0 1px gray, 1px 0 gray, 0 -1px gray;*/
        }
}
@media (max-width: 350px) {
    .navbar-logotype {
        width: 245px;
    }
}
