body {
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

h5 {
    color: white;
}

#info {
    color: #074e92;
    font-family: Arial;
}
.menu-highlight {
    border-color: white;
    border-bottom-style: solid;
}
.edu-warning:first-child{
    font-weight: 900!important;
}

#home-tab {
    background-color: white;
}

u {
    font-family: Arial, Helvetica, sans-serif;
}

.btn-circle {
    width: auto;
    height: auto;
    padding: 0px 5px;
    border-radius: 15px;
    position: absolute;
    margin-left: 100px;
    margin-top: -10px;
}
.card-status-indicator {
    position: absolute;
    z-index: 1;
}

#navigationTop {
    background-color: rgb(202, 231, 255);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16), inset 0 -4px 10px 0 rgba(0, 0, 0, 0.16)
}

#navigationMenu {
    background-color: #0d7cd6;
}

#cell {
    color: red;
}

.myfont {
    font-family: Roboto, sans-serif;
    font-weight: 10;
}

#myshadow {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16), inset 0 -2px 10px 0 rgba(0, 0, 0, 0.16)
}

#followOrder{
    display: inline-block;
    text-align: right;
    position: fixed;
    top: 250px;
    right: 0px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 1.1em;
}


#button {
    background-color: #074e92;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: -40px;
    right: 10px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}


#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.dropdown>.dropdown-menu {
    top: 100%;
    transition: 0.3s all ease-in-out;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    top: 100%;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-toggle::after {
    display: none;
}



.dropdown>.dropdown-menu-cart {
    top: 100%;
    transition: 0.3s all ease-in-out;
}

.dropdown:hover>.dropdown-menu-cart {
    display: block;
    top: 100%;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-toggle::after {
    display: none;
}



ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}



/* footer social icons */

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

#cart-content {
    display: none;
    background:#F5F5F5;
    color: black;
    padding: 10px;
    width: auto;
    height: auto;
    overflow-y: auto;
    margin: auto;
    z-index: 99999;
    right: 0;
    margin-right: 85px;
    top: 0;
    margin-top: 50px;
}

#modalCartBody {
    height: auto;
    max-height: 720px;
    overflow-y: auto;
}

.social-circle i {
    color: #595959;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-network a {
    background-color: #F9F9F9;
}

