﻿body {
    margin: 0px;
    padding: 0px;
    background-color: #E3E3E3;
}


.login-page {
  width: 444px;
  padding: 8% 0 0;
  margin: auto;
  height: 220px;
}
.form {
  position: relative;
  z-index: 1;
  background: #5C87B2;
  max-width: 360px;
  /*margin: 215px 350px 100px;*/
  margin: 200px 400px 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: 20px ;
 -moz-border-radius: 20px ;
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #BAEEFF;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
#btn_login
{

  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
 
  background-color: #175794;
  width: 100%;
  border: 0;
  padding: 15px;
  color: black;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;

}
    #btn_login:hover 
    {
        background-color:#319F8F;
    }
.form .message a {
  color: #4CAF50;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}

.form input:hover {
    background-color:#FEFEE0;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}

.orderpage_table 
{
    width:70%;
  
  
}
.logo
{
    height:25px;
    width:80px;  
    background-color:#C7D1DE;  
}

.menu {
    width: 100%;
    padding-left: 100px;
    color: black; /*background-color: #007ACC;*/
    background-color: #57769D;
    border-bottom-style: solid;
    border-bottom-width: thin;
    /*border-bottom-color: #000099;*/
}

    .menu ul {
        list-style: none;
        margin: 0px;
        
    }

        .menu ul li {
            display: inline-block;
        
}

            .menu ul li a {             
                font-size: 18px;
                font-family: Aparajita;
                font-weight: normal;
                font-style: normal;
                color: black;
                display:inline-block;
                text-align: left;
                font-variant: normal;
                text-decoration: none;
                padding: 5px 10px;
            }

            .menu ul li .dropbtn {             
                font-size: 20px;
                font-weight:bold;
                color:#D2EAF0;
                text-decoration:underline;
            }

 .menu ul li a:hover {
    color: #5B0000; 
    margin: 0px;
    /*background-color: #C0C0C0;*/
     background-color: lightblue;
}

.txtRemrk {
    font-family: Verdana; 
    font-size: 8pt; font-weight: normal; height: 20px; width:720px;
}

.btn {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    color: #000000;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 4px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    background-color: #8FA4BE;
    height: 26px;
}

.btn:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.txt_srch 
{
    width:300px;
    height:20px;
    background-color: #FFFFB7;
}

.btn_edit {
    background-image: url('../Images/edit.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 30px;
}
.mainblock {
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}


.btn_control {
    /*height:30px;*/
    width:30px;
    padding-left:5px;
}

.autocomplete_completionListElement
{
margin : 0px!important;
padding : 2px!important;
background-color : inherit;
color : windowtext;

border : buttonshadow;
border-width : 1px;

border-style : solid;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);

overflow : auto;
height : 350px;
width:500px !important;
text-align : left;
list-style-type : none;

font-family: 'Courier New';
font-size: 14px;
font-weight: normal;
}

#divwidth
{
width: 350px !important;    
}

.autocomplete_highlightedListItem

{

background-color: #ffff99;
color: black;
/*width:450px;*/



}

/* AutoComplete item */

.autocomplete_listItem
{

background-color : window;
color : windowtext;
/*width:450px;*/
padding-top:2px;
}
.modalBackground
{
background-color: Gray;
filter: alpha(opacity=80);
opacity: 0.8;
z-index: 10000;
}

/*.AutoExtender
        {
            font-family: 'Courier New'; 
            font-size: .8em;
            margin:0px;
            font-weight: normal; 
            border:solid 1px #006699;

            line-height:20px; 
            padding:0px;
            background-color:White; 
        }*/

