﻿@font-face {
  font-family: 'metroSysIcons';
  src: url('Metro-UI-CSS_3/build/fonts/metroSysIcons.woff') format('woff'), url('Metro-UI-CSS_3/build/fonts/metroSysIcons.ttf') format('truetype'), url('Metro-UI-CSS_3/build/fonts/metroSysIcons.svg#metroSysIcons') format('svg');
  font-weight: normal;
  font-style: normal;
}/*code commented by anjuman*/
/*@font-face { 
    font-family: 'Segoe';
    src: url('fonts/segoe-ui-webfont.eot');
    src: url('fonts/segoe-ui-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/segoe-ui-webfont.woff') format('woff'),
         url('fonts/segoe-ui-webfont.ttf') format('truetype'),
         url('fonts/segoe-ui-webfont.svg#Segoe') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

.loginPopup {
	background-color:#FFFFFF;
}

.loginContent
{
    background-color:#fbffff; 
}

.loginStrip
{
    background-color:#396388;
    height:30px;
    color:#FFFFFF;
    font: bold 13pt Arial;
}

.loginContent input[type=text], .loginContent input[type=password]
{
    /*color:black;
    width:350px;
    height:25px;
    background-repeat:repeat-x;
    border: solid 1px #9999cc;
    font-family:'Segoe UI';
    font-size:10pt;
    margin-bottom:2px;*/
    border:none;
    border-bottom: 1px solid #767575;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
    padding: 2px;
    color: #000;    
    font-size: 13px !important;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    transition-timing-function: ease-out;
    display:inline-block;
}
.loginContent input[type=text]:focus,.loginContent input[type=password]:focus{
    border-bottom: 1px solid blue;
    box-shadow: none;
    background-color:#fcfcd5;
    /* Firefox */
    -moz-transition: all 400ms ease-in;
    /* WebKit */
    -webkit-transition: all 400ms ease-in;
    /* Opera */
    -o-transition: all 400ms  ease-in;
    /* Standard */
    transition: all 400ms ease-in;
}

.loginContent input[type=text]::-moz-placeholder,loginContent input[type=password]::-moz-placeholder {
    color: #5a5959;
    opacity: 1;
    font-size:15px;
}

.loginContent input[type=text]:-ms-input-placeholder,.loginContent input[type=password]:-ms-input-placeholder {
    color: #5a5959;
    font-size:15px;
}

.loginContent input[type=text]::-webkit-input-placeholder,.loginContent input[type=password]::-webkit-input-placeholder {
    color: #5a5959;
    font-size:15px;
}

.ButtonCSS
{
    line-height:25px;
    display:inline-block;
    text-align:center;
    vertical-align:middle;
    font-size:10pt;
    color:#FFFFFF;
    cursor:pointer;
    border:solid thin inherit;
}
.ButtonCSS:hover,.ButtonCSS:focus
{
    text-decoration:none;
}
.ButtonCSS:visited
{
    text-decoration:none;
    color:#FFFFFF;
}
.ButtonCSS:active
{
    text-decoration:none;
    color:#000000;
}

.ButtonCSS:before 
{
    font-family:iconFont;
    float:left;
    padding-left:5px;
}
.ButtonCSS:after
{
    font-family:iconFont;
    float:right;
    padding-right:5px;
}
.ButtonCSS[disabled]
{ 
    background:#E6E6E6;
    color:Gray;
}

.ButtonCSS.LoginButton
{
    width:70px;
    color:White;
    background-color:#009900; 
    border-radius: 4px !important;
}
.ButtonCSS.LoginButton:after
{
    content:"\e093";
}

.ButtonCSS.closeButton
{
    top:5px;
    right:5px;
    position:absolute;
    color:red;
}
.ButtonCSS.closeButton:before
{
    content:"\e089";
}

.forgotPasswordLink 
{
    font-size:8.5pt;
    color:#0000ff !important;
    margin-left:20px;
    font-family:'Segoe UI';
}

.errorLabel 
{
    font-weight:bold;
	color:Red;
	font-size:.7em;
	display:block;
	font-family:'Segoe UI';
}

.modalBackground
{
    background-color:Gray;
	filter:alpha(opacity=70);
    opacity:0.7;
}

#progressBackgroundFilter 
{
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#E4E4E4; 
    z-index:1000;
}

.SmartLabelHeader
{
	font-size:9.5pt;
	font-family:'Segoe UI';
	color:#000000;
	font-weight:bolder;
}

.innerPopupPanel
{
    border:solid thin #ded5a6;
    background-color:#f7f4e5;
}

.divButton
{
	text-align:right; 
	margin-right:10px;	
}

hr
{
	border:dotted 1px #000000;
	border-style:dotted;
}