﻿body {
    font-family: sans-serif;
    background: #ffffff;
    font-size: small;
}

.topnav-right {
    float: right;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

/*.wrapper-shipbol {
    width: 1400px;
    margin: 0 auto;
}*/

.header-bg {
    /*background-color: #004B6F;*/
    /* background: linear-gradient(to right,#109ad3 0,#0064a3 100%);*/
    background: #1099d2;
    color: white;
    padding: 0.5rem 0;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.ulnonestyle {
    list-style-type: none;
}

.footer-top a {
    color: white;
}

.requiredFieldIndicator {
    border-left-width: 4px;
    border-left-color: #be0000;
}

.footer-top a:hover {
    color: #1c8dc2
}

.footer-top {
    background-color: #004B6F;
    color: #FFF;
    margin-top: 5%;
    margin-bottom: 5%;
    border-top: 1px solid #e7e7e7;
    margin-bottom: 0px;
}

.top-bar {
    background-color: #025f8b;
    color: #FFF;
    height: 20px;
}

.footer-top-inner-container {
    margin-top: 5px;
}

/*.main-footer {
    background-color: #025f8b;
    color: #FFF;
    padding-top: 0px;
    border-top: 1px solid #e7e7e7;
    margin-bottom: 0px;
}*/
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    /*background-color: #025f8b;*/
    background: #1099d2;
    color: white;
    text-align: center;
    /*height: 30px;*/
}
/*.bottom-footer {
    border-top: 1px solid #00a651;
    margin-top: 0px;
    padding-top: 0px;
    color: #ffffff;
}*/

.footer-nav li {
    display: inline;
    padding: 0px 40px;
}

.footer-nav a {
    color: grey;
    text-decoration: none;
}

#back_top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 4px;
    z-index: 99;
    font-size: 15px;
    border: none;
    outline: none;
    background-color: #004b6f;
    color: white;
    cursor: pointer;
    padding: 5px 9.5px;
    border-radius: 20px;
}

    #back_top:hover {
        background-color: #128ac3 !important;
        color: white;
    }

.buttonClass {
    background-color: #004B6F;
    color: #FFFFFF;
}

.sectionSeparator {
    background-color: #0b4764;
    color: #FFF;
    height: 30px;
}

    .sectionSeparator:hover {
        background-color: #135a7c;
        color: #56bff1;
        height: 30px;
    }

.btn-default {
    border-color: #808080;
    background-color: #f1f1f1;
}

.buttonClass:hover {
    background-color: #128ac3 !important;
    color: white;
}

.gridViewHeader-bg {
    background-color: #004B6F;
}

.SideBarDropDown {
    margin-left: 20px;
}

.sidenavmenu a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
    transition: 0.5s;
    position: relative;
}

/*.sidenavmenu a:hover {
        color: #128ac3;
    }*/

.sidenavmenu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
    /*background-color: #043e5a;*/
    background-color: #0a709a;
    /*background: rgba(0,0,0,0.3);
    color: rgba(255,255,255,0.6);*/
}


    .sidenavmenu .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 25px;
        margin-left: 50px
    }

.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

.asterisk {
    color: red;
}
.ex2:hover, .ex2:active {
    font-size: 115%;
}

.link_follow .link-follow li a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 34px;
    border-radius: 6px;
    border: 1px solid #c8c8c8;
    color: #FFF;
    /*font-size: 1.8rem;*/
    font-size: 20px;
    margin: 2px;
    display: block;
}

.link_follow .link-follow li {
    display: inline-block;
}

.link_follow .link-follow a:hover {
    text-decoration: none;
    background-color: #1485ba;
    color: black;
}

.link_follow .link-follow {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.text-center {
    text-align: center;
}



.btnOK {
    color: #fff;
    background-color: #e87511;
    border-color: #d0690f;
}


/*.animation-bar-1 {
    position: relative;
    display: block;
    padding: 15px;
    margin: 35px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}
*/
    .animation-bar-1 span {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        height: 27px;
        border-radius: 5px;
        overflow: hidden;
        background-size: 100%;
        background: #e87511 linear-gradient(to bottom, #e87511, #b90c2b);
        animation: progress-anim-1 5s infinite linear;
    }

        .animation-bar-1 span:after {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: "";
            background-image: linear-gradient( 45deg, #ffffff 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #ffffff 50%, #ffffff 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) );
            background-size: 30px 30px;
            opacity: 0.3;
            animation: progress-anim-1-after 0.5s infinite linear;
        }

.fileUpload {
    background-color: yellow;
    color: black;
    border: 1px solid #AB00CC;
    font: Verdana 10px;
    padding: 1px 4px;
    font-family: Palatino Linotype, Arial, Helvetica, sans-serif;
}

@-webkit-keyframes progress-anim-1 {
    100% {
        width: 100%;
    }
}

@-webkit-keyframes progress-anim-1-after {
    0% {
        background-position: 0 100%;
    }

    100% {
        background-position: 30px 100%;
    }
}
