body {
    width:100%;
    border-top:solid 1px #fff;
    background:#fff url(../images/pattern1.png) 0 0 repeat-x;
    font-family: "Segoe UI", Helvetica, Verdana;
    font-size:12px;
}

.card {
width: 100vw;
 max-width: none; 
 }

p {
margin-bottom:1em;
}

ul.classic {
list-style:disc;
margin-bottom:1em;
padding-left:2em;
}

h1,h2,h3 {
line-height:1em;
color:#0073ea;
font-family: "Segoe UI", Helvetica, Verdana;
margin-top: -2px;
margin-bottom: 2px;
}

h1 {
border-bottom:solid 1px #d9d9d9;
font-weight:250;
font-size:250%;
/*text-indent:5px;*/
letter-spacing:-1px;
font-family: "Segoe UI", Helvetica, Verdana;
margin-bottom:.5em;
}

.dropdown-upward {
margin-top:400px!important;
}

.menubar {
width:1000px;
height:34px;
background-color:#f6f6f6;
border-color:#fff #d9d9d9 #d9d9d9;
border-style:solid;
border-width:1px 1px 1px 0;
font-size:14px;
}

.content {
width:1000px;
}

.common_content
{
    width: 900px;
    margin: auto;
    margin-bottom: 40px;
    
}

.common_content_left
{
    width: 200px;
    float: left;
    clear: both;
    padding-left: 50px;
    padding-top: 14px;
}
.common_content_middle
{
    width: 250px;
    float: left;
    padding-top: 10px;
}
.common_content_right
{
    width: 400px;
    float: left;
    padding-top: 14px;
}

.td_left
{
  width: 200px;
    float: left;
    clear: both;
    padding-left: 50px;
    padding-top: 14px;
}
.td_right
{
 width: 500px;
 float: left;
 padding-top: 14px;
 }
.td_right1{
 width: 930px;
 float: left;
 padding-top: 14px;
 }
ul.dropdown,ul.dropdown li,ul.dropdown ul {
list-style:none;
display:block;
margin:0;
padding:0;
}

ul.dropdown {
position:relative;
z-index:597;
float:none;
font:14px;
}

ul.dropdown li {
float:left;
line-height:1.3em;
vertical-align:middle;
zoom:1;
}

ul.dropdown li.hover,ul.dropdown li:hover {
position:relative;
z-index:599;
cursor:default;
}

ul.dropdown ul {
visibility:hidden;
position:absolute;
top:100%;
left:0;
z-index:598;
width:100%;
}

ul.dropdown ul li {
float:none;
}

ul.dropdown ul ul {
top:1px;
left:99%;
}

ul.dropdown li:hover > ul {
visibility:visible;
}

/*added for footer*/

.footer{
    width: 100vw;
    height: 20px; 
    background-color: #069;
    font-family: Calibri, sans-serif;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
    padding: 0;
    position: fixed; 
    bottom: 0;
    left: 0;
}

.footer_left
{
    float: left;
}
.footer_right
{
    float: right;
}
.clear
{
    clear: both;
}
table
{
    border: 0px;
}
.footer a
{
    color: White;
}
.footer a:hover
{
    color: #F90;
}
.validate
{
    color: Red;
}
.demo
{
    text-align: center;
}
.fixfooter
{
    background-color: #CCCCFF;
    margin: 10px 0px 0px 0px;
    padding-top: 0px;
    /*position: fixed;*/
    bottom: 0px;
    width:1010px;
}
a:hover
{
    color: #F90;
}
.contentFooter
{
    margin: 10px 0px 10px 0px;
}

.LockOff {
			display: none;
			visibility: hidden;
		}
		
.LockOn {
			 display: block;
    visibility: visible;
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.75;
		}

/*-----------------------------------------*/

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    9999;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

/*-----------------------------------------*/
