/* CSS Document */
html {

}
body, div, h1, h2, h3, li, ul, p, header, nav, section {
	margin:0px;
	padding:0px;
	font-size:100%;
}
body {
	font-family: 'Open Sans', sans-serif;
    font-style:normal;
	font-size:12px;
	color: #231f20;
}
img {
	border: 0;
	outline: 0;
}
a {
	outline: none;
}
input, textarea, select {
	outline: none;
}
input, chechkbox {
	vertical-align: text-bottom;
}
input:disabled {
	background: #d9eef0;
}
.errorMessage {
    list-style: none;
    font-size: 12px;
    color: #d11f26;
    text-align: center;
    font-weight: bold;
}
.browser_compatibility {
	margin: 4px 0;
	font-style: italic;
}
.clear {
	clear: both;
}
.required {
	color: #ff0000;
	margin-left: 2px;
}
h1 {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	font-weight: 500;
}
.flft {
	float: left
}
.frgt {
	float: right
}
header {
	width: 100%;
	overflow: auto;
	background: #d11f26;
	position: fixed;
	top: 0;
	min-height: 50px;
}
.logo {
	float: left;
	padding: 10px 0;
	margin: 0 20px;
}
.logo p {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
}
.top_links {
	margin: 0 20px;
	padding: 4px 0;
}
.top_links ul {
	list-style-type: none;
	float: left;
    padding: 12px 0;
}
.top_links ul li {
	float: left;
	border-right: 1px solid #fff;
}
.top_links ul li:last-child {
	border-right: 0;
	margin-right: 0;
}
.top_links ul li a {
	color: #fff;
	padding: 0 10px;
	text-decoration: none;
}
.top_links p {
	color: #fff;
}
.contact_links {
	margin: 12px 20px;
	padding: 4px 0;
	color: #fff;
}
.error p {
	font-size: 30px;
    font-weight: 300;
}
.error .persist_error {
	font-size: 14px;
    font-weight: 600;
	margin-top: 10px;
}
.page_header {
	background-color: #414042;
    padding: 4px;
}
.page_header_links {
	float: right;
}
.page_header_links a {
	text-transform: uppercase;
    display: inline-block;
    padding: 2px;
    text-decoration: none;
    color: #fff;
	margin-right: 4px;
}
.page_header_links input[type="submit"] {
	text-transform: uppercase;
    padding: 2px;
	padding-left: 26px;
    height: 26px;
    color: #fff;
	vertical-align: middle;
	margin-right: 4px;
	border: 0;
	background: url(../images/apply.png) no-repeat center left;
	font-size: 12px;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
    line-height: 1;
}
.page_header_links img {
	vertical-align: middle;
	margin-right: 4px;
}
.client_name_header {
	margin-bottom: 20px;
}
.client_name_header p {
	display: inline-block;
	padding-right: 20px;
	background: url(../images/header-crumb.png) no-repeat center right;
}
.client_name_header p:last-child {
	background: none;
}
.client_name_header p span {
	font-weight: 600;
	margin-left: 4px;
}
.client_name_header p span a{
	text-decoration: none;
	color: #231f20;
}
.client_name_header p span a:hover{
	text-decoration: underline;
}
.profile {
	width: 200px;
	float: left;
	background: rgba(255,255,255,0.2);
	border-radius: 4px;
	padding: 4px 8px;
	margin-left: 10px;
	cursor: pointer;
}
.profile p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.profile  .profile_menu {
	width: 200px;
	display: none;
	position: fixed;
	top: 46px;
	background: #fff;
	right: 20px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	border-top: 0;
	padding: 4px 7px;
}
.profile:hover  .profile_menu {
	display: block;
}
.profile_menu a {
	display: block;
	padding: 2px 0;
    border-bottom: 1px solid #e0e0e0;
	text-decoration: none;
	color: #231f20;
}
.profile_menu a:last-child {
	border-bottom: 0;
}
.vert_menu {
	width: 20%;
	overflow: visible;
	height: 610px;
	border-right: 1px solid #808285;
	position: fixed;
	top: 50px;
}
.vert_menu ul {
	list-style-type: none;
}
.vert_menu ul li {
	padding: 5px 10px 5px 14px;
	border-bottom: 1px solid #808285;
}
.vert_menu ul li a {
	color: #231f20;
	text-decoration: none;
}
.collapsed_menu .vert_menu {
	width: 54px;
	overflow: hidden;
	position: fixed;
	top: 50px;
}
.collapsed_menu .vert_menu #menu_accordion .head {
	display: none;
}
.pop_submenu {
	position: fixed;
	left: 54px;
	width: 180px;
	background: #fff;
	border: 1px solid #808285;
	border-bottom: 0;
	margin-top: -24px;
    box-shadow: 1px 1px 4px #000;
	display:none;
}
.pop_submenu .submenu_title {
	background: #e0e0e0;
	font-size: 14px;
}
.menu_icon img {
	width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    margin-right: 6px;
}
.collapsed_menu .vert_menu #menu_accordion .menu_icon img {
	width: 20px;
    height: 20px;
    position: relative;
    top: 0;
    margin-right: 0;
	left: 6px;
}
.collapse_bar {
	width: 38px;
	margin-top: 14px;
	border: 1px solid #fff;
}
.collapse_bar a {
	padding: 4px 10px 0;
	display: block;
}
footer {
	width: 100%;
	background: #000;
	position: fixed;
	left: 0;
	bottom: 0;
}
footer .sslseal {
	float: left;
	width:16%;
	text-align: center;
    margin-top: 8px;	
}
footer .copyright {
	float: left;
	width:40%;
	padding-left: 2%!important;
}
footer .copyright,  footer .power {
	color: #fff;
	font-size: 12px;
	padding: 15px 0;
}
footer .power {
	float: left;
	width:40%;
	text-align: right;
	padding-right: 2%;
}
footer .power a {
	color: #fff;
	text-decoration: none;
}
footer .power a:hover {
	text-decoration: underline;
}
.login_container {
	width: 96%;
	margin: 50px auto 30px;
	overflow: auto;
}
.login_container .half_col {
	width: 46%;
	margin: 50px 2%;
	float: left;
}
.login_container .product_name {
	font-size: 60px;
	text-transform: uppercase;
	margin-left: -4px;
}
.login_container .product_desc {
	font-size: 18px;
	text-transform: uppercase;
}
.login_container .infomap {
	margin: 20px 0;
}
.login_container .infomap a {
	display: block;
	margin: 6px 0;
}
.login_container .login_form {
	background: #e0e0e0;
	border-radius: 4px;
	height: 300px;
	padding: 20px;
}
.login_container .login_form  p {
	font-size: 18px;
}
.login_container .login_form  input {
	border: 1px solid #999999;
	height: 50px;
	padding-left: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #231f20; 
	font-size: 14px;
	width: 97%;
	margin: 20px auto;
}
.login_container .login_form  input[type="submit"] {
	background: #d11f26;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	margin: 10px 0;
	width: 140px;
	height: 52px;
	border: 0;
	outline: none;
	cursor: pointer;
	float: right;
	padding: 0;
}
.login_container .login_form  a {
	font-size: 14px;
	color: #231f20;
	float: left;
	margin-top: 28px;
}
.main_content {
	width: 74%;
	min-height: 800px;
	padding: 20px;
	margin-top: 50px;
	margin-left: 20%;
	margin-bottom: 30px;
}
.collapsed_menu .main_content {
	width: 90%;
	margin-left: 4%;
}
.main_content h1 {
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	margin-left: 8px;
}
.form_container {
	margin: 20px 0;
}
.filter_form {
	margin: 0 0 10px!important;
}
.form_container ul {
	list-style-type: none;
	overflow: auto;
}
.form_container ul li {
	width: 30%;
	float: left;
	margin-right: 30px!important;
	margin: 10px 0;
}
.form_container ul li:last-child {
	margin-right: 0;
}
.form_container label {
	display: block;
	margin-bottom: 2px;
}
.form_container ul li div {
	padding:10px;
	width:250px; 
	margin-top:-17px;
}
.form_container ul li input[type="text"] {
	border: 1px solid #808285;
	height: 34px;
	width: 250px;
	padding-left: 12px;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color: #231f20; 
}
.form_container ul li input[type="password"] {
	border: 1px solid #808285;
	height: 34px;
	width: 250px;
	padding-left: 12px;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color: #231f20; 
}
.form_container ul li select {
	border: 1px solid #808285;
	height: 38px;
	width: 264px;
	padding-left: 12px;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color: #231f20; 
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background: url(../images/open.png) no-repeat 98% center;
}
.form_container ul li select::-ms-expand {
    display: none;
}
.form_container textarea {
	border: 1px solid #808285;
	height: 70px;
	width: 98%;
	padding-left: 12px;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color: #231f20; 
	resize: none;
}
.form_container input[type="submit"], input[type="button"] {
	background: #d11f26;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	margin: 10px 0;
	width: 100px;
	height: 34px;
	border: 0;
	outline: none;
	cursor: pointer;
}
.main_content hr {
	margin: 10px auto 24px;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #808285!important;
}
.button_link {
	width:40%;
	float:right;
	text-align:right;
	margin-bottom:10px;
}
.button_link a {
	width: 120px;
    border-radius: 4px;
    background: #e0e0e0;
    display: inline-block;
    padding: 6px 0;
    text-align: center;
    text-decoration: none;
    color: inherit;
	margin: 0 4px;
}
.button_link a:hover {
	text-decoration: underline;
}
.details_container {
	overflow: auto;
	margin: 20px 0;
}
.details_container ul {
	list-style-type: none;
	width: 48%;
    float: left;
    margin: 10px 2% 10px 0;
}
.details_container ul li  {
	margin-bottom: 4px;
}
.details_container ul li span {
	display: inline-block;
	width: 40%;
}
.buttons_list {
	text-align: center;
}
.buttons_list a {
	width: 120px;
    border-radius: 4px;
    background: #e0e0e0;
    display: inline-block;
    padding: 6px 0;
    text-align: center;
    text-decoration: none;
    color: inherit;
	margin: 0 4px;
}
.buttons_list a:hover {
	text-decoration: underline;
}
.list_container {
	margin: 20px 0;
	overflow: auto;
	clear:both;
}
.list_container ul {
	list-style-type: none;
	overflow: auto;
}
.list_container ul  li {
	float: left;
	padding: 10px;
}
.list_container ul  li a {
	color: #d11f26;
	text-decoration: none;
}
.list_container ul  li a:hover {
	text-decoration: underline;
}
.list_container .list_header ul {
	background: #e0e0e0;
}
.list_container .list_listing ul {
	background: #fff;
	border: 0;
	border-bottom: 1px solid #808285!important;
}
.list_container input[type="submit"] {
	background: #d11f26;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	margin: 10px 0;
	width: 100px;
	height: 34px;
	border: 0;
	outline: none;
	cursor: pointer;
}
.list_sno {
	width: 5%;
}
.list_action {
	width: 15%;
}
.list_empty {
	width: 97%;
	text-align:center;
}
.rgn_name {
	width: 90%;
}
.pttyp_name {
	width: 68%;
}
.pttyp_code {
	width: 20%;
}
.st_name {
	width: 68%;
}
.st_region {
	width: 20%;
}
.ct_name {
	width: 35%;
}
.ct_state {
	width: 31%;
}
.clt_name {
	width: 68%;
}
.usr_name {
	width: 25%;
}
.usr_email {
	width: 24%;
}
.usr_usrtype {
	width: 15%;
}
.ptr_admname {
	width: 31%;
}
.ptr_name {
	width: 12%;
}
.ptr_customer {
	width: 15%;
}
.ptr_store {
	width: 18%;
}
.ptr_pos_id {
	width: 10%;
}
.ptr_ptr_type {
	width: 18%;
}
.ptr_code {
	width: 10%;
}
.clt_usr_name {
	width: 20%;
}
.clt_usr_designation {
	width: 15%;
}
.clt_usr_email {
	width: 15%;
}
.clt_usr_mobile {
	width: 10%;
}
.cust_name {
	width: 68%;
}
.str_location {
	width: 17%;
}
.str_suppos {
	width: 8%;
}
.str_mpos {
	width: 10%;
}
.str_fpos {
	width: 12%;
}
.str_city {
	width: 12%;
}
.off_region {
	width: 33%;
}
.off_city {
	width: 33%;
}
.astr_location {
	width: 20%;
}
.astr_customer {
	width: 22%;
}
.astr_partner {
	width: 22%;
}
.dashboard_container {
	overflow: auto;
	margin: 20px 0;
}
.dashboard_container .dash_item {
	width: 30%;
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	text-align: center;
}
.dashboard_container .dash_item:last-child {
	margin-right: 0!important;
}
.dashboard_container .dash_item a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 18px 0;
    display: block;
	border: 1px solid #fff;
}
.dashboard_container .dash_item a:hover {
	background: rgba(255, 255, 255, 0.6);
    color: #231f20;
    border: 1px solid #231f20;
}
.dashboard_container .dash_item a span {
	display: block;
	font-size: 50px;
	font-weight: 600;
}
.blue_dash {
	background: #0d80aa;
}
.violet_dash {
	background: #863e71;
}
.orange_dash {
	background: #e56612;
}
.green_dash {
	background: #468f0a;
}
.red_dash {
	background: #de1146;
}
.yellow_dash {
	background: #d8c800;
}
.approval_matrix p {
	margin: 24px 0;
}
.approval_matrix a {
	color: #231f20;
}
.approval_matrix span {
	display: inline-block;
	margin-right: 40px;
	min-width: 140px;
    vertical-align: middle;
}
.approval_matrix #pending:before {
	content: 'Pending';
	color: #fff;
	background-image: url(../images/pending.png);
	background-color: #d8c800;
	padding: 6px 45px 6px 10px;
    background-repeat: no-repeat;
    border-radius: 4px;
    background-position: 70px center;
}
.approval_matrix #resend:before {
	content: 'Resend Mail';
	color: #fff;
	background-color: #d8c800;
	padding: 6px;
    background-repeat: no-repeat;
    border-radius: 4px;
    background-position: 70px center;
}
.approval_matrix #rejected:before {
	content: 'Rejected';
	color: #fff;
	background-image: url(../images/pending.png);
	background-color: #d5020a;
	padding: 6px 43px 6px 10px;
    background-repeat: no-repeat;
    border-radius: 4px;
    background-position: 70px center;
}
.approval_matrix #approved:before {
	content: 'Approved';
	color: #fff;
	background-image: url(../images/approved.png);
	background-color: #468f0a;
	padding: 6px 36px 6px 10px;
    background-repeat: no-repeat;
    border-radius: 4px;
    background-position: 70px center;
}
.onboard {
	background: #d11f26;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0;
    outline: none;
	float: left;
	margin-right: 20px;
}
.onboard a {
	color: #fff;
	text-decoration: none;
	padding: 6px 9px;
    display: block;
}
.process_request {
	width: auto!important;
	min-height: 600px!important;
	margin-left: 0!important;
	padding: 20px;
    margin-top: 50px;
    margin-bottom: 30px
}
.process_request_msg p {
	font-size: 30px;
    font-weight: 300;
}
.process_request_msg p span {
    font-weight: 400;
}
.process_request_msg textarea {
	border: 1px solid #808285;
	height: 70px;
	width: 90%;
	margin: 20px 0;
	padding-left: 12px;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color: #231f20; 
	resize: none;
}
.process_request_msg input[type="submit"] {
	background: #d11f26;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	margin: 10px 0;
	width: 100px;
	height: 34px;
	border: 0;
	outline: none;
	cursor: pointer;
}
.rlv_emp_id {
	width: 8%;
}
.rlv_ven_id {
	width: 12%;
}
.rlv_emp_name {
	width: 14%;
}
.rlv_emp_type {
	width: 12%;
}
.rlv_emp_jn_dt {
	width: 8%;
}
.rlv_emp_lt_dt {
	width: 8%;
}
.asm_stcustomer {
	width: 30%;
}
.asm_stpartner {
	width: 24%;
}
.asm_stcity {
	width: 13%;
}
.clt_emp_id {
	width: 8%;
}
.clt_emp_name {
	width: 18%;
}
.clt_emp_type {
	width: 18%;
}
.clt_emp_store {
	width: 30%;
}
.hire_req_name {
	width: 18%;
}
.hire_req_type {
	width: 12%;
}
.hire_req_store {
	width: 18%;
}
.hire_req_status {
	width: 12%;
}
.flow_content {
	overflow: auto;
	margin: 20px 0;
}
.flow_content p {
	margin-bottom: 10px;
}
.flow_content ol  {
	padding-left: 18px;
}
.flow_content ol  li{
	padding-left: 8px;
	margin-bottom: 8px;
}
.ewtli_name {
	width: 20%;
}
.ewtli_store {
	width: 37%;
}
.ewtli_posid {
	width: 20%;
}
.ewtli_city {
	width: 12%;
}
.ewtli_status {
	width: 9%;
}
.tfr_req_date {
	width: 9%;
}
.tfr_req_asm {
	width: 10%;
}
.tfr_req_store {
	width: 12%;
}
.tfr_req_type {
	width: 9%;
}
.tfr_req_status {
	width: 9%;
}
.ppi_customer {
	width: 15%;
}
.ppi_store {
	width: 18%;
}
.ppi_code {
	width: 8%;
}
.ppi_doortype {
	width: 10%;
}
.ppi_salary {
	width: 6%;
	text-align: right;
}
.ppi_status {
	width: 6%;
}
.clt_doortype {
	width: 23%;
}
.clt_city {
	width: 22%;
}
.clt_code {
	width: 8%;
}
.clt_salary {
	width: 6%;
	text-align: right;
}
.clt_status {
	width: 6%;
}
.inc_empcode {
	width: 7%;
	text-align: left;
}
.inc_posid {
	width: 10%;
	text-align: left;
}
.inc_empname {
	width: 15%;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
.inc_mth {
	width: 7%;
	text-align: left;
}
.inc_yr {
	width: 5%;
	text-align: left;
}
.inc_amt {
	width: 5%;
	text-align: right;
}
.inc_prob {
	width: 28%;
	text-align: left;
}
.reim_empcode {
	width: 7%;
	text-align: left;
}
.reim_posid {
	width: 9%;
	text-align: left;
}
.reim_empname {
	width: 14%;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
.reim_mth {
	width: 7%;
	text-align: left;
}
.reim_yr {
	width: 5%;
	text-align: left;
}
.reim_typ {
	width: 5%;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
.reim_amt {
	width: 5%;
	text-align: right;
}
.reim_prob {
	width: 23%;
	text-align: left;
}
.eatt_name {
	width: 12%;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
.eatt_date {
	width: 8%;
	text-align: left;
}
.eatt_status {
	width: 5%;
	text-align: left;
}
.spinner {
	margin:0 auto;
	margin-top:43px;
	height: 25px;
	width: 25px;
	white-space: nowrap;
	overflow: hidden;
	-webkit-mask-image: url(../images/spinner.png);
	background-color: #000;
	-webkit-animation-name: spinnerRotate;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;	
}
.up_name {
	width: 70%;
	text-align: left;
}
.mis_partner {
	width: 14%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
.mis_customer {
	width: 14%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
.mis_store {
	width: 18%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
.mis_posid_existing {
	width: 8%;
	text-align:right;
}
.mis_posid_new {
	width: 8%;
	text-align:right;
}
.mis_posid_closed {
	width: 8%;
	text-align:right;
}
.mis_posid_total {
	width: 8%;
	text-align:right;
}

@-webkit-keyframes spinnerRotate {
	from {
		-webkit-transform:rotate(0deg);
	}
	to {
		-webkit-transform:rotate(360deg);
	}
}