@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf");
}
							
@font-face {
    font-family: "Roboto-bold";
    src: url("../fonts/Roboto-Bold.ttf");
    font-weight: bold;
} 
@font-face {
    font-family: "Roboto-italic";
    src: url("../fonts/Roboto-Italic.ttf");
    font-style: italic, oblique;
}
@font-face {
    font-family: "Roboto-bold-italic";
    src: url("../fonts/Roboto-BoldItalic.ttf");
    font-weight: bold;
    font-style: italic, oblique;
} 
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.ttf?v=4.3.0');
  font-weight: normal;
  font-style: normal;
}
@-webkit-keyframes anim1
{
   from {left: 0px;   -webkit-transform: scale(1.0) rotate(0deg)   }
   50%  {left: 100px; -webkit-transform: scale(1.0) rotate(1deg)  }
   to   {left: 200px; -webkit-transform: scale(1.0) rotate(-1deg) }
}
@-moz-keyframes anim1
{
   from {-moz-transform: scale(1.0) rotate(0deg)   }
   50%  {-moz-transform: scale(1.0) rotate(1deg)  }
   to   {-moz-transform: scale(1.0) rotate(-1deg) }
}

@-webkit-keyframes anim2
{
   from {-webkit-transform: scale(1.0) rotate(0deg)   }
   50%  {-webkit-transform: scale(0.98) rotate(2deg)  }
   to   {-webkit-transform: scale(1.0) rotate(-2deg) }
}
@-moz-keyframes anim2
{
   from {-moz-transform: scale(1.0) rotate(0deg)   }
   50%  {-moz-transform: scale(0.98) rotate(2deg)  }
   to   {-moz-transform: scale(1.0) rotate(-2deg) }
}
/*
@font-face {
  font-family: "ITC Avant Garde Gothic Std";
  src: url('http://connect.omnion.co.in/OMNI_App/122/fonts/ITCAvantGardeStd-BoldCn.otf');
}*/
/*
@font-face {
  font-family: "ITC Avant Garde Gothic Std";
  src: url('../fonts/ITCAvantGardeStd-Bold.otf');
}

@font-face {
  font-family: "ITC Avant Garde Gothic Std";
  src: url('data:font/opentype;charset=utf-8;base64,T1RUT..');
}
*/

@font-face {
    font-family: "ITC Avant Garde Gothic Std";
    src: url("../fonts/ITCAvantGardeStd-Bold.otf");
    font-weight: Bold;
}

@font-face {
    font-family: "ITC Avant Garde Gothic Std";
    src: url("../fonts/ITCAvantGardeStd-BoldCn.otf");
    font-weight: Bold Condensed;
}

html, body {
    height: 100%;
	height:100vh;
}
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 13px;
  line-height:15px;
  text-align:left;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
} 
body {
	margin: 0px;
	padding: 0px 5px 0px 5px;
	background-color: #EEE;
	font-family: "Roboto";
	font-size: 13px;
}
body::-webkit-scrollbar {
	background-color: rgba(255,255,255,0.1);
	-webkit-box-shadow: inset 3px 3px 0 rgba(255,102,51,0.10),inset 0 -2px 0 rgba(255,102,51,0.07);
	height: 10px;
	overflow: visible;
	width: 10px;
}

body::-webkit-scrollbar-corner {
	background-color: rgba(255,102,51,0)
}
body::-webkit-scrollbar-thumb {
	background-color: rgba(255,102,51,0.6);
	-webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.10),inset 0 -1px 0 rgba(255,255,255,0.07);
	/*	-webkit-border-radius:5px;  */
}
body::-webkit-scrollbar:hover {
	border:rgba(255,102,51,0.2) solid 1px;	
}
body::-webkit-scrollbar-thumb:hover{
	background-color: rgba(255,102,51,1);
	border-radius:0px;
	cursor:pointer;
}
body::-webkit-scrollbar-corner {
	background: #CCC;
}

.clear {
    clear: both;
    height: 0px;
}

b {
	font-family: "Roboto-bold";	
}

i {
	font-family: "Roboto-italic";
}

body {
	background-position:center;
	background-repeat:repeat;	
	background-color:#333;
	padding:0px;
	margin:0px;
	background-color:#808080;
	background-image:url(../images/login_ui/login_bg.png);
	background-repeat:repeat-x;
	background-position:top;
}

#logo {
	background-image:url(../images/workose_logo_full_size.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
	width: 500px;
	height: 125px;
	margin: 0 auto;
	padding: 20px 0px;

}
#logo_company_name {
	margin: 0px auto;
    padding: 0px;
	width:100%;
    font-family: "Roboto-bold",Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #999999;
	text-align: center;
}
.login_window {
	width:310px;
	margin:0px;
	padding:0px;
	position:absolute;
	left:500px;
	top:10px;
	border:rgba(0,0,0,0.5) solid 0px;
	min-height:282px;
	background-color:rgba(0,0,0,0.5);
	
}

.login_window .main_div {
	margin:0px;
	padding:0px;
	border:#CCC solid 0px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	min-height:280px;
	background:none;

}

#login_display {
	width: 400px;
	max-width:90vw;
	border: rgba(255,102,0,1) solid 1px;
	margin: 0 auto;
	padding: 70px 0px 0px 0px;
	background-color: rgba(0,0,0,0.25);
	position:relative; 
}
#login_banner{
	position: absolute;
	top:0px;
	left:0px;
	width:82px;
	height:82px;
	background-image:url(../images/login_ui/login_icon.png);
	background-repeat:no-repeat;
}

.login_heading {
	color: #ff6633;
	font-size: 23px;
	font-weight: bold;
	font-family: "Roboto","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 10px 10px;
	padding: 10px 0px 0px 0px;	
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.login_input {
	width: 100%;
	background: none repeat scroll 0% 0% #fff;
	border: none;
	padding: 7px;
	margin: 10px 0px;
	font-size: 13px;
	line-height:25px;
	font-family: "Roboto",Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.login_button {
	padding:8px 10px;
	font-family: "Roboto",Arial, Helvetica, sans-serif;
	line-height:15px;
	font-size:15px;
	margin: 0px 0px;
	color:#FFF;
	cursor:pointer;
	letter-spacing: 1px;
	background-color:#ff6633;
	border: #BE4B2E solid 1px;
	width: 125px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border-bottom: #BE4B2E solid 3px;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   outline:none;
}
.login_button:hover {
	border-bottom: #FFF solid 3px;
}
input[name=frm_submit_user_login] {
	margin:0px 10px 0px 0px;	
}
input[name=frm_reset_user_login] {
	margin:0px 0px 0px 10px;	
}
input[name=frm_submit_user_forget_password] {
	margin:0px 10px 0px 0px;	
}
input[name=frm_reset_user_forget_password] {
	margin:0px 0px 0px 10px;	
}
.error:after {
	content: "";
    display: block;
    width: 0px;
    height: 0px;
    margin: 0px;
    position: absolute;
    background-repeat: no-repeat;
    left: 0px;
    top: -17px;
    border-top: 10px solid rgba(0, 0, 0,0);
    border-right: 10px solid rgba(0, 0, 0,0);
    border-bottom: 10px solid rgba(255,0,0,1);
    border-left: 10px solid rgba(0, 0, 0,0);
}

.error {
	display: block;
    position: relative;
    background-color: #F00;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 5px;
    color: #FFF;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 15px;
    z-index: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: left;
}
.forgot_password {
	display:block; 
	font-family: "Roboto",Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 19px;
	margin: 7px 0px 15px 0px; 
	text-align: right; 
	color: #B2B5B6;	 
	text-decoration:none;
	cursor:pointer;
}

.button_ui {
	cursor: pointer;
	line-height: 1;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
	background-repeat: no-repeat;
	background-color: #e1e2e3;
	background-image: -moz-linear-gradient(top, #fafafa 10%, #efefef 70%, #e1e2e3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fafafa), color-stop(70%, #efefef), color-stop(100%, #e1e2e3));
	background-image: -webkit-linear-gradient(top, #fafafa 10%, #efefef 70%, #e1e2e3 100%);
	background-image: -o-linear-gradient(top, #fafafa 10%, #efefef 70%, #e1e2e3 100%);
	background-image: -ms-linear-gradient(top, #fafafa 10%, #efefef 70%, #e1e2e3 100%);
	background-image: linear-gradient(top, #fafafa 10%, #efefef 70%, #e1e2e3 100%);
	color: #46494d;
	font-size: 14px;
	height: 14px;
	display: block;
	padding:  4px 10px 2px 5px;
	text-shadow: 0 1px rgba(255,255,255,0.33);
	border: 1px solid #d1d2d3;
	margin: 5px;	
	position: relative;
}

.footer_details {
	font-weight:normal; 
	color:#fff; 
	display:block;  
	font-family:Arial, Helvetica, sans-serif;
	margin:5px; 
	text-align:center;
	font-size: 14px;
	line-height: 18px;

}	

.error_popup {
	
	background:rgba(255,0,0,0.5);	
	border:rgba(255,0,0,0.5) 1px solid;	
	padding:5px 35px;
	font-size:13px;	
	line-height:15px;	
	font-family: "Roboto",Arial, Helvetica, sans-serif;	
	color:#FFFFFF;	
	text-align:center;	
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(255,255,255,0.2);
	
}

.sucess_popup {
	
	background:rgba(0,255,0,0.5);	
	border:rgba(0,255,0,0.5) 1px solid;	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	padding:0px 35px;	
	/* height:25px;	 */
	font-size:13px;	
	line-height:25px;	
	color:#FFFFFF;	
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(255,255,255,0.2);
	
}

.warning_popup {
	
	background:rgba(255,153,51,0.5);	
	border:rgba(255,153,51,0.5) 1px solid;	
	font-family:Arial, Helvetica, sans-serif;		
	padding:5px 35px;
	font-size:13px;	
	line-height:15px;	
	color:#FFF;	
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(255,255,255,0.2);
}

#remember_me input {
	float:left;	
	margin: 3px 5px 0px 0px;
}
input[type=checkbox] {
	width: 14px;
    height: 14px;
    border: 1px solid #AEAEAE;
    border-radius: 2px;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
    background-color: #fff;
	outline:none;
	margin: 2px;
	display: block;
	cursor:pointer;
	float:left;
}
input[type=checkbox]:checked {
    background-color: rgb(17, 169, 17);
    box-shadow: none;
    border-color: transparent;
    background-image: url('../images/login_ui/checkbox_selected.png');
    background-repeat: no-repeat;
    background-position: center center;
}

#remember_me {
	display:block; 
	font-family: "Roboto",Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 19px;
	margin: 7px 0px 15px 0px;
	text-align: left; 
	color: #B2B5B6;	 
	text-decoration:none;
}

.product_version {
	font-size: 18px;
	letter-spacing: 0;
}

#forgot_password_window {
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 11111111;
	display:none;	
}
#forgot_password_window_inner {
	margin: 0px auto;
    padding: 20px 10px 20px 10px;
    border: rgba(0,0,0,0.8) solid 10px;
    min-height: 140px;
    background: none;
    background-color: #262626;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 405px;
    display: block;
}
#forgot_password_window_inner .heading {
	font-family: 'Roboto',Arial, Helvetica, sans-serif; 
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #FF6600;
	cursor: pointer;
	text-align: center;
}
#instruction_note {
	margin: 10px 0px 0px 0px;
    padding: 10px 10px;
	font-size: 13px;
	line-height: 1.3em;
	color: #9f9f9f;
	border-top: #606060 solid 1px;
}