﻿body {
    margin: 0px;
    padding: 0px;
    background-color: #E3E3E3;
}


.login-page {
    margin: 9% auto;
    width: 380px;
    height:280px;
    padding:30px 20px 5px;
    background: transparent url('../Images/login-bg.jpg') no-repeat center center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.form {
    position: relative;
    z-index: 1;
    /*background: #5C87B2;*/
    background: #85a3ab;        
    padding: 20px 20px;
    margin-top:45px;
    text-align: center;
        padding-bottom: 5px;
    /*border-radius: 20px ;
 -moz-border-radius: 20px ;*/
}

.login-top img {
    width: 100%;
    height: 70px;
}

.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;*/
    background-color:#a9c6ce;
    width: 100%;
    border: 0;
    padding: 15px;
    color: black;
    font-size: 25px;
    font-weight:bolder;
    -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;
    }

    .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; 
        }*/

/*Red Calender*/

.cal_red .ajax__calendar_container
{
width:190px;
background-color: #ffffff; border:solid 1px #eeeeee;
-moz-border-radius-topleft: 8px/*{cornerRadius}*/; -webkit-border-top-left-radius: 8px/*{cornerRadius}*/; -khtml-border-top-left-radius: 8px/*{cornerRadius}*/; border-top-left-radius: 8px/*{cornerRadius}*/;
-moz-border-radius-topright: 8px/*{cornerRadius}*/; -webkit-border-top-right-radius: 8px/*{cornerRadius}*/; -khtml-border-top-right-radius: 8px/*{cornerRadius}*/; border-top-right-radius: 8px/*{cornerRadius}*/; 
-moz-border-radius-bottomleft: 8px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 8px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 8px/*{cornerRadius}*/; border-bottom-left-radius: 8px/*{cornerRadius}*/;
-moz-border-radius-bottomright: 8px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 8px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 8px/*{cornerRadius}*/; border-bottom-right-radius: 8px/*{cornerRadius}*/;
}
.cal_red .ajax__calendar_body
{
width:180px;
height:150px;
background-color: #ffffff; border: solid 1px #eeeeee;
}
.cal_red .ajax__calendar_header
{
background-color: #CC0505;

background-color:#c9302c;

 margin-bottom: 8px;
-moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -khtml-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/;
-moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -khtml-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; 
-moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/;
-moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/;
} 
.cal_red .ajax__calendar_title
{
color: #ffffff; padding-top: 3px;
}
.cal_red .ajax__calendar_next,
.cal_red .ajax__calendar_prev
{
border:solid 2px #ffffff;
background-color: #ffffff;
-moz-border-radius-topleft: 18px/*{cornerRadius}*/; -webkit-border-top-left-radius: 18px/*{cornerRadius}*/; -khtml-border-top-left-radius: 18px/*{cornerRadius}*/; border-top-left-radius: 18px/*{cornerRadius}*/;
-moz-border-radius-topright: 18px/*{cornerRadius}*/; -webkit-border-top-right-radius: 18px/*{cornerRadius}*/; -khtml-border-top-right-radius: 18px/*{cornerRadius}*/; border-top-right-radius: 18px/*{cornerRadius}*/; 
-moz-border-radius-bottomleft: 18px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 18px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 18px/*{cornerRadius}*/; border-bottom-left-radius: 18px/*{cornerRadius}*/;
-moz-border-radius-bottomright: 18px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 18px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 18px/*{cornerRadius}*/; border-bottom-right-radius: 18px/*{cornerRadius}*/;
}
.cal_red .ajax__calendar_hover .ajax__calendar_next,
.cal_red .ajax__calendar_hover .ajax__calendar_prev
{
border:solid 2px #f7f7f7;
background-color: #ffffff;
-moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -khtml-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/;
-moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -khtml-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; 
-moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/;
-moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/;
}
.cal_red .ajax__calendar_dayname
{
text-align:center; margin-bottom: 4px; margin-top: 2px;
color:#000000;
} 
.cal_red .ajax__calendar_day,
.cal_red .ajax__calendar_month,
.cal_red .ajax__calendar_year
{
margin:1px 1px 1px 1px;
text-align:center;
border:solid 1px #eeeeee;
color:#000000;
background-color: #f3f3f3;
}
.cal_red .ajax__calendar_hover .ajax__calendar_day,
.cal_red .ajax__calendar_hover .ajax__calendar_month,
.cal_red .ajax__calendar_hover .ajax__calendar_year
{
color: #ffffff; font-weight:bold; background-color: #328BC8;border:solid 1px #328BC8;
}

.cal_red .ajax__calendar_invalid .ajax__calendar_day {
    background-color: #969696;
    border-color: #ffffff;
    color: #646464;
    cursor: default;
    text-decoration: line-through;
}

.cal_red .ajax__calendar_active .ajax__calendar_day,
.cal_red .ajax__calendar_active .ajax__calendar_month,
.cal_red .ajax__calendar_active .ajax__calendar_year
{
color: #ffffff; font-weight:bold; background-color: #F7B64A;	
}
.cal_red .ajax__calendar_today .ajax__calendar_day
{
color: #CC0505; font-weight:bold; background-color: #ffffff;	
}
.cal_red .ajax__calendar_other,
.cal_red .ajax__calendar_hover .ajax__calendar_today
{
/*color: #ffffff;*/
color: #CC0505;
font-weight:bold;
}
.ajax__calendar_days
{
background-color: #ffffff;
}

/*.cal_red .ajax__calendar_invalid    {
color: #CC0505!important;	
font-weight:bold;	
}*/