﻿@charset "utf-8";
/* CSS Document */



body {
	background-color: #ebebeb;
    font-size:14px;
}
.logoutbox{ text-align:right; border-bottom:1px solid #8E8A8A;}
/*login page css*/
.loginbox {
	background-color: #fff;
	border: 1px solid #a4a1a1;
	padding: 2em;
	margin: auto;
	width: 70%;
	margin-top: 7em;
	background-image: url(../image/loginbg.gif);
	background-repeat: no-repeat;
}
.loginblock {
	background-color: rgba(140, 150, 140, 0.22);
    padding: 0.5em;
    color: #464545;
}
.version {
	font-size: 0.8em;
}
.blocktitle {
	color: #464545;
	font-weight: bold;
	font-size: 1.2em;
	font-size: 0.9em;
}
.loginblock a:link {
	color: #464545;
	font-size: 0.9em;
}
.loginblock a:active {
	color: #464545;
	font-size: 0.9em;
}
.loginblock a:visited {
	color: #464545;
	font-size: 0.9em;
}
.loginblock a:hover {
	color: #464545;
	font-size: 0.9em;
}
/*end of login page css*/


/*page css*/
.header {
	background-color: #fff;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.menu {
	background-image: url(../image/menubg.gif);
	background-repeat: repeat;
	background-position: bottom;
	background-repeat: repeat-x;
	height: 62px;
}
#userblock {
	background-color: #e9e9e9;
	padding: 0.6em;
	font-size: 0.9em;
}
.userid {
	color: #575757;
}
#userblock a:link {
	font-size: 0.9em;
}
#userblock a:active {
	font-size: 0.9em;
}
#userblock a:visited {
	font-size: 0.9em;
}
#userblock a:hover {
	font-size: 0.9em;
}
.marketname {
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
	margin-left: 1em;
	border: 0px solid rgba(160,50,52,1.00);
	margin-top: 1.6em;
}
.breadcrumb {
	background-color: #ebebeb;
	color: #000;
	margin-left: -13px;
	margin-bottom: 5px;
	font-size: 0.8em;
}
.pagetitle {
	color: #000000;
	font-size: 1.5em;
	font-weight: bold;
	background-image: url(../image/pagetitle.gif);
	background-position: left;
	padding-left: 30px;
	background-repeat: no-repeat;
	margin-bottom: 1px;
}
.gridholder {
	border: 1px solid #6d6b6b;
	padding: 1.2em;
	background-color: #fff;
	
	
}
.mark_lang {
	border: 0px solid #E30E12;
	margin-top: 2.4em;
}
/*end of page css*/


/*menu*/
/*source of menu*/
/*http://www.bootply.com/0gMDXQS8uk*/


.marginBottom-0 {
	margin-bottom: 0;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #555;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

/*end of menu*/

.footer{ text-align: right;}

    


/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    .loginbox {
	width: 100%;
	margin-top: 3em;
    font-size:13px;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
body {
	background-color: ;
}
.Logout_xs{ display:block;}
.loginbox {
	width: 100%;
	margin-top: 3em;
    font-size:13px;
}
.loginblock {
	margin-bottom: 1em;
}
#userblock {
	padding: 0.2em;
}
.marketname {
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 0.1em;
	border: 0px solid rgba(160,50,52,1.00);
	margin-top: 1em;
}
.mark_lang {
	border: 0px solid #E30E12;
	margin-top: 0em;
}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



.Logout_xs{ display:block;}
.loginbox {
	width: 70%;
	margin-top: 3em;
}
.loginblock {
	margin-bottom: 1em;
}
#userblock {
	padding: 0.2em;
}
.marketname {
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 0.1em;
	border: 0px solid rgba(160,50,52,1.00);
	margin-top: 1em;
}
.mark_lang {
	border: 0px solid #E30E12;
	margin-top: 0.8em;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
.loginbox {
	width: 80%;
	margin-top: 3em;
}



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	.loginbox {
	width: 70%;
	margin-top: 3em;
}
.loginbox {
	width: 70%;
	margin-top: 6em;
}
}

.validation
{
    color:Red;
    
}
.numberCss {
	text-align: right;
}
.autocomlete {
    list-style-type: none;
    padding-left: 0pt;
    text-align: left;
    position: absolute;
    z-index: 1000;
    background-color: #e7e7e7;
    overflow-y: scroll;
    width: 93%;
    color:#000;
    max-height:200px;
}

.autocomlete li:hover
{
    background-color:#000;
    color:#ffffff;
}

.mandiAutoComplete {
    list-style-type: none;
    padding-left: 0pt;
    text-align: left;
    position: absolute;
    z-index: 1000;
    background-color: #e7e7e7;
    overflow-y: auto;
    width: 90%;
    color:#000;
    max-height:200px;
    border-style:inset;
    border-color:black;
    border-width:thin;
}

.mandiAutoCompleteActive
{
    background-color:#1e79b2;
    color:#ffffff;
}

.progress
{
    color: #000000;
    background-color: #E8E8E8;
    border: 1px solid gray;
    background-image: url(../image/Loading_indicator.gif);
    background-repeat: no-repeat;
    margin: 1px 0px;
    padding: 7px 7px 7px 50px;
    background-repeat: no-repeat;
    background-position: 7px center;
    min-height:40px;
}
