﻿html {
    min-height: 100%;
    overflow: visible;
}

body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 22px;
    margin: 0px 0 0 0;
    padding: 0;
    background: #E5F0FF none repeat scroll 0 0;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 12px;
}

h4 {
    font-size: 10px;
}

.topBar {
    position: fixed;
    top: 0;
    left: 0;
    height: 88px;
    width: 100%;
    background-image: url(../Images/top-header.jpg);
}

.footer {
    position: fixed;
    bottom: 0px;
    left: 0;
    height: 40px;
    width: 100%;
    background-image: url(../Images/top-header.jpg);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#ChangePrefernce {
    position: fixed;
    background-color: #043F7B;
    min-height: 40px;
    color: #FFF;
    font-weight: 700;
    padding: 5px;
    top: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
    width: auto;
    border: 2px solid #FFF;
    margin: 0% 45%;
}

.eSuchiLogo {
    font-size: 22px;
    height: 40px;
    width: 130px;
    background-color: #043F7B;
    color: white;
    border-radius: 3px;
    line-height: 36px;
    text-align: center;
    margin: 5px 0px;
    float: right;
    border: 2px solid #FFF;
}

.scrollToTop {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 90%;
    right: 40px;
    margin-top: -30px;
    background-color: #043F7B;
    border-radius: 5px;
    z-index: 2000;
    display: none;
    background-image: url(../Images/scrolltop.png);
    background-repeat: no-repeat;
    /*background-position: 0px 1px;*/
    cursor: pointer;
}

    .scrollToTop:hover {
        background-color: #48a3d3;
    }

.button {
    border: 1px solid #25729a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 5px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: white;
    background-color: #043f7b;
    }

    .button:hover {
        border: 1px solid #48a3d3;
        background-color: #48a3d3;
        background-image: linear-gradient(to bottom, #26759e, #133d5b);
    }

    .button.active, .button:active, .open > .dropdown-toggle.button {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .button.active.focus, .button.active:focus, .button.active:hover, .button:active.focus, .button:active:focus, .button:active:hover, .open > .dropdown-toggle.button.focus, .open > .dropdown-toggle.button:focus, .open > .dropdown-toggle.button:hover {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .button.active, .button:active, .open > .dropdown-toggle.button {
        background-image: none;
    }

    .button.disabled, .button.disabled.active, .button.disabled.focus, .button.disabled:active, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled].active, .button[disabled].focus, .button[disabled]:active, .button[disabled]:focus, .button[disabled]:hover, fieldset[disabled] .button, fieldset[disabled] .button.active, fieldset[disabled] .button.focus, fieldset[disabled] .button:active, fieldset[disabled] .button:focus, fieldset[disabled] .button:hover {
        background-color: #ccc;
        border-color: #2e6da4;
    }

    .button .badge {
        color: #337ab7;
        background-color: #fff;
    }

.homemenu {
    margin-top: -2px;
}

.textbox {
    background-color: #FFF;
    color: #000;
    font-weight: normal;
    border: 1px solid #ccc;
    margin: 5px 0 0 0;
    padding: 2px;
}

    .textbox:focus, .textbox:hover, .textbox:active {
        border: 1px solid #48a3d3;
    }

.LinkStyle {
    color: black;
}

    .LinkStyle:hover {
        color: white;
    }

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('~/Images/progress.gif') 50% 50% no-repeat rgb(249,249,249);
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

/*For Navigation Menu*/


ul.dropmenu {
    
    left: 0;
    height: 30px;
    width: 100%;
   
    margin: 0px;
    padding: 1px 0px 0px 0px;
    background-color: #13476e;
    display: block;
    height: 35px;
    -webkit-box-shadow: 0 8px 6px -6px gray;
    -moz-box-shadow: 0 8px 6px -6px gray;
    box-shadow: 0 8px 6px -6px gray;
}

.dropmenu li {
    position: relative;
    list-style: none;
    float: left;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}

    .dropmenu li a {
        height: 29px;
        padding: 6px 10px 0px 10px;
        display: block;
        cursor: pointer;
        border-right: solid 1px #4a779d;
        color: #FFFFFF;
        text-transform: capitalize;
        text-decoration: none;
    }
    .dropmenu li a {
        height: 29px;
        padding: 6px 10px 0px 10px;
        display: block;
        cursor: pointer;
        border-right: solid 1px #4a779d;
        color: #FFFFFF;
        text-transform: capitalize;
        text-decoration: none;
    }
    .bd li:hover ul,.bd li :hover div
{
display: block;
    }    .dropmenu li:hover ul, .dropmenu li:hover div {
        display: block;
    }

.dropmenu ul {
    position: absolute;
    display: none;
    width: 220px;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #ccc;
    background: #FFFFFF url(~/Images/gradient.png) repeat-x scroll 0 0;
}

    .dropmenu ul li {
        border: 0;
        float: none;
        font-size: 13px;
    }

    .dropmenu ul a {
        border: 1px solid #ccc;
        border-bottom: 0;
        white-space: nowrap;
        display: block;
        color: #0657AD;
        /*text-decoration: underline;*/
        text-transform: none;
    }

MasterLink.selected, .MasterLink:hover {
    color: #0657AD !important;
    background: #FFFFFF url(~/Images/gradient.png) repeat-x scroll 0 0;
}

.dropmenu ul a:hover {
    color: #000 !important;
    text-decoration: none;
    background-color: #F0F0F0;
    background-image: none;
}

.dropmenu div ul {
    position: relative;
    display: block;
}

.dropmenu li div {
    background: #FFFFFF url(~/Images/gradient.png) repeat-x scroll 0 0;
    border: 1px solid #ccc;
    padding: 5px;
    display: none;
    position: absolute;
    width: 210px;
}

    .dropmenu li div ul {
        border: none;
        background: none;
        position: relative !important;
        width: 205px;
    }

    .dropmenu li div a {
        border: none;
        border-bottom: 1px solid #ccc;
    }

    .dropmenu li div div {
        display: block;
        position: relative;
        background: none;
        border: none;
    }

        .dropmenu li div div a {
            display: inline;
            border: none;
            color: #666;
            text-decoration: underline;
            padding: 0px;
            margin: 0px;
            text-transform: none;
        }

            .dropmenu li div div a:hover {
                color: #000;
                text-decoration: none;
            }

ul.left {
    float: left;
    width: 145px;
}

ul.right {
    float: right;
    width: 145px;
}


sub-MasterLink:first-child.selected, .sub-MasterLink:first-child:hover {
}



.dropmenu li div ul.sub-menu {
    display: none;
    background: #FFFFFF url(~/Images/gradient.png) repeat-x scroll 0 0;
    width: 175px;
    height: 144px;
    margin-left: 216px;
    border-width: 1px 1px 0px;
    position: absolute !important;
    z-index: 1;
    top: 0px;
}

.dropmenu li div ul li:hover ul.sub-menu {
    display: block;
}

.dropmenu li div ul.sub-menu1 {
    display: none;
    background: #FFFFFF url(~/Images/gradient.png) repeat-x scroll 0 0;
    width: 175px;
    height: 75px;
    margin-left: 216px;
    border-width: 1px 1px 0px;
    position: absolute !important;
    z-index: 1;
    top: 0px;
}

.dropmenu li div ul li:hover ul.sub-menu1 {
    display: block;
}


#imgdwnld {
    padding-left: 50px;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    background-image: url(~/Images/images.png);
}

@media only screen and (max-width: 1150px) {
    .siteName {
        font-size: 23px;
    }

    .dropmenu li {
        font-size: 11px;
    }

    .dropmenu ul li {
        font-size: 11px;
    }

    .dropmenu li div {
        display: none;
        position: absolute;
        width: auto;
    }
}

.Support {
    display:none;
    text-align: center;
    width: 212px;
    padding: 10px 25px;
    color: #0657AD;
}
