﻿
/*@font-face {
	font-family: "open_sanslight";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-light-webfont.woff") format("woff"), url("../fonts/opensans-light-webfont.ttf") format("truetype");
}
@font-face {
	font-family: 'lets_go_digitalregular';
	src: url('../fonts/lets_go_digital_regular-webfont.eot');
	src: url('../fonts/lets_go_digital_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lets_go_digital_regular-webfont.woff') format('woff'), url('../fonts/lets_go_digital_regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
* {
	font-family: 'Roboto', sans-serif;
}
html {
	/*font-family: "open_sanslight";*/
	font-family: 'Roboto', sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #292929;
}
body {
	/*font-family: "open_sanslight";*/
	margin: 0;
	background: #fff;
	font-size: 14px;
}
p, div, h1, h2, h3, h4, h5, h6, select, input, label {
/*font-family: "open_sanslight";*/
}
a {
	color: #a0a0a0;
	text-decoration: none;
}
.wrap {
	width: 100%;
}
input[type="submit"], input[type="button"] {
	transition: all .9s;
}
input[type="text"], input[type="password"], textarea, select {
	background-color: white;
	border: 1px solid #d7d7d7;
	border-bottom-color: #292929;
	box-shadow: 0 1px 0 0 #292929;
	font-weight: 400;
	transition: all .5s;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border-bottom-color: #bc8420;
	box-shadow: 0 1px 0 0 #bc8420;
	outline: 0 !important;
}
select option {
	background: #fff!important;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
select option:hover {
	background: #ddd!important;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.site-wrap {
	top: 105px;
	position: absolute;
	bottom: 0;
	height: 84%;
	width: 100%;
	z-index: -10;
}
.text-wrap {
	word-wrap: break-word;
	overflow: hidden;
	-ms-word-break: break-all;
	word-break: break-word;
}
.btn {
	background: #1f3fcf!important;
	border-color: #1f3fcf!important;
	background-color: #1f3fcf!important;
	color: #fff!important;
	border-radius: 0!important;
	outline: 0px !important;
}
.btn:hover {
	background: #1b36af!important;
	color: #fff!important;
	border-radius: 0!important;
	outline: 0px !important;
	-webkit-animation: buttonHover .7s ease-out forwards;
	animation: buttonHover .7s ease-out forwards;
}
.btn {
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	/* vertical-align: middle; */
	z-index: 1;
	will-change: opacity, transform;
	transition: all .3s ease-out;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	text-transform: uppercase;
}
.grd-col-truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.header-logo-left {
	display: block;
	float: left;
}
.header-logo-right {
	display: block;
	float: right;
}
.section-logo {
	float: left;
	height: 45px;
	width: 100%;
	margin: 5px 0;
}
.header-container {
	margin: 0 auto;
	width: 93%;
}
.container {
	margin: 0 auto;
	width: 93%;
}
.main {
	bottom: 0;
	float: left;
	height: auto;
	margin-bottom: auto;
	min-height: 500px;
	width: 100%;
}
.form-label {
	text-align: left;
	width: 100%;
}
.form-label p {
	color: #666;
	font-size: 14px;
	margin: 0;
	width: auto;
}
.form-heading {
	border-bottom: 1px solid rgba(232, 232, 232, 0.57);
	color: #b1191b;
	font-weight: 600;
}
.heading-text {
	color: #3d3d3d;
	/* margin-bottom: 5px; */
	/* margin-top: 0; */
	/* font-size: 40px; */
	font-weight: 100;
	font-size: 2.6rem;
	line-height: 1.1;
	margin: 0 0 10px 0;
}
.form-row {
	line-height: 30px;
	margin: 10px 0;
	width: 800px;
	font-size: 14px;
	color: #a0a0a0;
}
.form-control {
	height: 20px;
	/* border-radius: 4px; */
	/* border: 1px solid #d6d6d6; */
	padding: 5px 10px 5px 10px;
	font-size: 13px;
	font-weight: 200;
	outline: none;
	color: #000;
}
.form-control:focus, active {
	border: 1px solid #ffc5c5;
}
.pop-up-form-control {
	height: 15px;
	border-radius: 0px !important;
	border: 1px solid #d6d6d6;
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	font-weight: 200;
	outline: none;
	color: #000;
}
.pop-up-form-control:focus, active {
	border: 1px solid #ffc5c5;
}
.form-row .text-area {
	border: 1px solid #d8d8d8;
	color: #5c5c5c;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	overflow-y: auto;
	padding: 1%;
}
.code-caption {
	color: #777;
	font-size: 11px;
	margin-left: 10px;
	margin-top: 7px;
}
.form-btn-holder {
	height: 55px;
	line-height: 55px;
	width: 515px;
}
.form-btn:focus {
	/* -webkit-box-shadow: 0px 0px 2px 1px rgba(59,104,237,1); */
	-moz-box-shadow: 0px 0px 2px 1px rgba(59,104,237,1);/* box-shadow: 0px 0px 2px 1px rgba(59,104,237,1); */
}
.form-row > label {
	color: #a0a0a0;
	cursor: pointer;
	font-size: 14px;
	line-height: 25px;
}
.form-btn {
	background: url(../images/btn-red-bg.jpg);
	background-size: auto 100%;
	border: 0;
	outline: 0;
	/* border-radius: 3px; */
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	padding: 5px 13px;
}
.form-btn:hover {
	/* background: url(../images/btn-red-hover-bg.jpg); */
	background-size: auto 100%;
}
.search-area {
	width: 100%;
	/* height: 30px; */
	margin: 8px 0 28px 0;
	line-height: 30px;
	float: left;
	background-color: #fbfbfb;
	border: 1px solid #ddd;
	padding: 15px 14px;
	box-sizing: border-box;
}
.search-input-control {
	width: 11%;
	height: 16px;
	margin-right: 5px;
	font-size: 11px;
	/* border-radius: 5px; */
	border: 1px solid #d6d6d6;
	outline: 0;
	display: inline-block;
	text-indent: 5px;
}
.search-input-control:focus {
/* border: 1px solid #ffabb1; */
}
.search-control {
	float: right;
	text-align: right;
	width: 86%;
}
.radio-control {
	float: left;
	width: 14%;
}
.radio-control p {
	display: inline-block;
	font-size: 11px;
	margin: 0;
	padding-right: 5px;
}
.radio-control input[type="radio"] {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}
.search-select-control {
	width: 11%;
	margin-right: 5px;
	font-size: 11px;
	height: 20px;
	/* border-radius: 5px; */
	/* border: 1px solid #d6d6d6; */
	color: #333;
	outline: 0;
	display: inline-block;
}
.search-select-control:focus {
/* border: 1px solid #ffabb1; */
}
.search-btn {
	/* background: url(../images/btn-red-bg.jpg); */
	background-size: auto 100%;
	border: 0;
	outline: 0;
	color: #fff;
	cursor: pointer;
	/* vertical-align: middle; */
	width: 35px;
	font-size: 11px;
	height: 20px;
	margin-right: 5px;/* border-radius: 4px; */
}
.search-btn:hover {
/* background: url(../images/btn-red-hover-bg.jpg); */
	/* background-size: auto 100%; */
}
.search-control p {
	display: inline-block;
	font-size: 11px;
	margin: 0;
	padding-right: 5px;
	width: auto;
}
.grid-header {
	float: left;
	margin-top: 10px;
	width: 100%;
}
.grid-header-text {
	border-bottom: 1px solid #deeded;
	color: #3d3d3d;
	font-weight: 500;
	/* margin: 0; */
	font-size: 1.6rem;
	line-height: 1.1;
	margin: 1rem 0 1.04rem 0;
	padding: 0 0 7px 0;
}
.gridview-container {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.gridview {
	border: 1px solid #E0E0E0;
	border-width: 1px 0px 0px 1px;
	margin-top: 0px;
	font-size: 12px;
	/* color: #8C8C8C; */
	font-weight: 200;
	color: #292929;
}
.gridview-cell-header {
	padding-left: 5px;
}
.gridview-cell {
	padding-left: 5px;
}
.gridview-container td, .gridview-container th {
	padding: 0 0 0 6px;
	margin: 0;
}
.gridview-container tr td {
	padding: 0 3px 0 3px;
	font-weight: 400;
}
.gridview-container tr {

}
.grid-row {
	background-color: #fff;
	
}
.grid-alternaterow {
	background-color: #f5f5f5;
	
}
.gridview-row-header {
	background-color: #ddd;
	font-size: 14px;
	font-weight: 300 !important;
}
.gridview-row-header-center {
	text-align: center !important;
}
.grid-btn {
	background: url(../images/btn-red-bg.jpg);
	background-size: auto 100%;
	border: 0;
	outline: 0;
	/* border-radius: 3px; */
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	padding: 3px 7px;
}
.btn-image-gray {
	background: url(../images/btn-gray-bg.png);
	background-size: auto 100%;
	border: 0;
	outline: 0;
	border-radius: 0px !important;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	padding: 2px 10px;/* border: 1px solid #D6D6D6; */
}
.btn-image-red {
	background: url(../images/btn-red-bg.jpg);
	background-size: auto 100%;
	border: 0;
	outline: 0;
	border-radius: 0px !important;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	padding: 2px 10px;
}
.btn-image-gray:hover {
/* background: url(../images/btn-gray-hover-bg.png); */
	/* background-size: auto 100%; */
}
.btn-image-red:hover {
	background: url(../images/btn-red-hover-bg.jpg);
	background-size: auto 100%;
}
.btn-image-red:focus {
	-webkit-box-shadow: 0px 0px 2px 1px rgba(59,104,237,1);
	-moz-box-shadow: 0px 0px 2px 1px rgba(59,104,237,1);
	box-shadow: 0px 0px 2px 1px rgba(59,104,237,1);
}
.btn-image-gray:focus {
	/* -webkit-box-shadow: 0px 0px 2px 1px rgba(59,104,237,1); */
	-moz-box-shadow: 0px 0px 2px 1px rgba(59,104,237,1);/* box-shadow: 0px 0px 2px 1px rgba(59,104,237,1); */
}
.grid-btn:hover {
	background: url(../images/btn-red-hover-bg.jpg);
	background-size: auto 100%;
}
.gridview table a:hover {
/* background: #b1191b none repeat scroll 0 0; */
}
.grid-bottom-control {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.grid-btn:focus {
	/* -webkit-box-shadow: 0px 0px 2px 1px rgba(59,104,237,1); */
	-moz-box-shadow: 0px 0px 2px 1px rgba(59,104,237,1);/* box-shadow: 0px 0px 2px 1px rgba(59,104,237,1); */
}
.search-btn:focus {
	/* -webkit-box-shadow: 0px 0px 2px 1px rgba(59,104,237,1); */
	-moz-box-shadow: 0px 0px 2px 1px rgba(59,104,237,1);/* box-shadow: 0px 0px 2px 1px rgba(59,104,237,1); */
}
.grid-count {
	font-size: 13px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 25px;
	width: 100%;
	float: left;
}
select:focus {
	/* border-color: #fa9397; */
	outline: medium none;
}
footer {
	background: #363636 none repeat scroll 0 0;
	border-top: 0px solid #151313;
	bottom: 0;
	font-size: 12px;
	height: 42px;
	text-align: center;
	width: 100%;
	position: fixed;
	line-height: 42px;
	z-index: 9999;
}
footer p {
	margin: 0;
	padding: 0;
	color: #fff;
}
i.fa.fa-angle-down {
	margin-left: 5px;
}
/*login-page*/



.full-width {
	background: url(../images/login-bg.jpg);
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	top: 0;
	bottom: 0;
	position: absolute;
	min-width: 1000px;
}
.form-area {
	width: 400px;
	float: right;
	position: relative;
	height: 100%;
	right: 7%;
}
.main-logo {
	width: 45%;
	margin: auto;
	padding: 0;
	float: left;
	position: relative;
	height: 100%;
	display: block;
	left: 5%;
}
.main-logo img {
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.login-form {
	width: 400px;
	background: #fff;
	border: 1px solid #1d1b1b;
	/* border-radius: 10px; */
	vertical-align: middle;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	position: absolute;
	height: 423px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.form-logo img {
	padding: 4%;
}
.form-logo {
	background-color: #292929;
	/* border-bottom: 1px solid #E4E4E4; */
	width: 100%;
	/* border-radius: 5px 5px 0px 0px; */
	text-align: center;
}
.login-control {
	width: 100%;
	background-color: #fff;/* border-radius: 0 0 5px 5px; */
}
.login-form-control {
	width: 79%;
	/* border-radius: 6px; */
	border: 1px solid #DBDBDB;
	border-width: 1px;
	padding: 10px 20px 10px 49px;
	margin-top: 5%;
	font-weight: 200;
}
.username {
	background: url(../images/user.png);
	background-repeat: no-repeat;
}
.password {
	background: url(../images/key.png);
	background-repeat: no-repeat;
}
.login-control input[type="text"]:focus {
	/* border: 1px solid #E76060; */
	outline: 0;
}
.text-control {
	padding: 10% 10% 7% 10%;
	margin: 0;
}
.login-btn {
	padding: 8px 0 8px 0;
	color: #fff;
	border: 0;
	/* border-radius: 5px; */
	font-size: 16px;
	cursor: pointer;
	border-color: #1f3fcf;
	background-color: #1f3fcf;
}
.login-btn:hover {
	background: #1b36af;
}
.login-btn:focus, active {
	outline: 0;
}
.btn-control {
	padding: 5% 10% 0% 10%;
	margin: 0;
}
.forgotpassword-control {
	color: #222;
	margin-top: 10px;
	font-size: 14px;
	text-decoration: none;
	font-weight: 400;
}
.forgotpassword-control input {
	vertical-align: middle;
}
.label-control {
	padding: 5% 10% 15% 10%;
	margin: 0;
}
/* ==========================================================================
  Navigation
   ========================================================================== */
.navigation {
	background: #363636 none repeat scroll 0 0;
	color: #fff;
	font-size: 14px;
	height: 50px;
	/* margin: 10px 0; */
	width: 100%;
}
.nav {
	display: inline-block;
	float: left;
	height: 50px;
	line-height: 50px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 85%;
}
.nav li {
	cursor: pointer;
	display: inline-block;
	float: left;
}
.nav li a {
	/* border-left: 1px solid rgba(255, 255, 255, 0.5); */
	color: #fff;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}
.nav li:hover {
/* background: #c0151c none repeat scroll 0 0; */
}
.submenu {
	background: #c0151c none repeat scroll 0 0;
	line-height: 35px;
	list-style: outside none none;
	padding: 0;
	position: absolute;
	left: auto;
	margin-left: -22px;
	visibility: hidden;
	opacity: 0;
	background: #363636;
	transform: translateY(-6em);
	z-index: -5;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.nav li:hover .submenu {
	visibility: visible;
	opacity: 1;
	z-index: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
	box-shadow: inset 0px 5px 7px -4px rgba(0, 0, 0, 0.35);
}
.submenu li {
	/* border-left: 4px solid #ff4f57; */
	display: none;
	float: none;
}
.submenu>li>a {
	text-transform: capitalize!important;
	letter-spacing: normal;
}
.submenu>li:last-child {
	border-top: 0px !important;
	padding-bottom: 7px !important;
}
.submenu li a {
	border: 0 none !important;
	margin: 0 25px;
	padding: 0;
}
.submenu>li:not(:first-child):before {
	width: calc(86% - 0rem);
	content: "";
	border-top: 1px solid #6b6969;
	position: absolute;
	left: 9px;
	top: 0;
}
.submenu li:hover {
	background: #cf2229 none repeat scroll 0 0;
	/* border-left: 4px solid #ab131a; */
	background-color: rgba(0,0,0,0.3);
	will-change: opacity, transform;
	transition: all .7s ease-out;
	position: relative;
}
.nav li:hover .submenu li {
	display: block;
	padding: 1px 10px;
	position: relative;
}
.nav li:hover .submenu {
	visibility: visible;
	opacity: 1;
	z-index: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
	box-shadow: inset 0px 5px 7px -4px rgba(0, 0, 0, 0.35);
}
.user-nav {
	float: right;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0;
	width: 15%;
}
.user-nav li {
	cursor: pointer;
	display: inline-block;
	float: right;
	list-style: outside none none;
	text-align: right;
}
.user-nav li a {
	color: #fff;
	padding: 0 10px;
	text-decoration: none;
	width: 100%;
}
.user-submenu {
	background: #363636;
	display: block;
	line-height: 35px;
	width: 7em;
	box-shadow: inset 0px 5px 7px -4px rgba(0, 0, 0, 0.35);

}
.user-submenu li {
	background: #363636;
	display: none;
	text-align: right;
	width: 100%;
}
.user-submenu li a {
	border: 0 none;
}
.user-nav li:hover .user-submenu li {
	display: block;
	position: relative;

}
.user-nav li:hover .user-submenu {
	

}
.user-submenu li:hover {
	background-color: rgb(41, 40, 40);
}
/*-------------------------------------------------------------------------------------
		Ajax
---------------------------------------------------------------------------------------*/


.ajax__calendar_container {
	padding: 0!important;
	width: 270px!important;
	font-size: 11px!important;
	text-align: center!important;
	font-family: 'Open Sans', sans-serif!important
}
.ajax__calendar_body {
	height: 190px!important;
	width: 235px!important;
	border-top: 1px solid #1F3FCF;
}
.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {
	height: 190px!important;
	width: 235px!important;
	text-align: center!important;
	background: #fff
}
.ajax__calendar_container TABLE {
	font-size: 12px!important;
	width: 100%
}
.ajax__calendar_container TD {
	font-size: 11px!important;
	font-weight: 600;
	height: 27px
}
.ajax__calendar_header {
	height: 40px!important;
	background: #fff;
	line-height: 40px
}
.ajax__calendar_prev {
	background-image: url(WebResource.axd?d=vXoClq96_0q34LGrbut_cVUh8qKW5SpPhxrMiLKf1Cn5BJbacB9Xc6lXZLGFDB4qhg0_JfQijP3r7kPCUKTFsO1ZpXnM1_tVOCRlHGhlJn2YvNUitwoAkD60pqN6oFcV0&t=636023638363214127);
	margin-top: 12px
}
.ajax__calendar_next {
	background-image: url(WebResource.axd?d=GDjtUzXDuKu7oFyZT6g95tlKlf4_YJLSJ6MVTF1ZuwTXcpKGs-gj6yGHuWDMeuBcjzHHrKY-S5fptinWhGbuxSQjtsnTV_cWP0_nK0MlWuvXBXCTFQmW3r8mJrHyEsO40&t=636023638363214127);
	margin-top: 12px
}
.ajax__calendar_title {
	font-size: 14px;
	color: #292929;
	text-transform: uppercase;
	font-weight: 600!important
}
.ajax__calendar_footer {
	height: 15px
}
.ajax__calendar_today {
	padding-top: 5px!important;
	padding-bottom: 5px
}
.ajax__calendar_dayname {
	height: 24px!important;
	width: 20px!important;
	line-height: 24px
}
.ajax__calendar_day {
	width: 21px!important;
	text-align: center!important;
	background: #fff!important;
	border-radius: 3px!important;
	height: 24px!important;
	line-height: 24px
}
.ajax__calendar_month, .ajax__calendar_year {
	height: 30px!important;
	line-height: 10px
}
.ajax__calendar_month {
	width: 55px!important;
	color: #000
}
.ajax__calendar .ajax__calendar_container {
	border: 1px solid rgba(73,134,170,.28)!important;
	background-color: #fff!important;
	border-radius: 2px;
	-webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.25);
	-moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,.25);
	box-shadow: 0 5px 20px 0 rgba(0,0,0,.25)
}
.ajax__calendar .ajax__calendar_footer {
	border-top: 1px solid #f5f5f5
}
.ajax__calendar .ajax__calendar_dayname {
	font-size: 12px;
	font-weight: 600;
	background: rgba(73,134,165,0);
	color: #3d3d3d;
	border-bottom: 0!important;
	text-transform: uppercase;
	letter-spacing: 100px;
	text-align: center;
	text-indent: 8px;
	overflow: hidden
}
.ajax__calendar .ajax__calendar_day {
	border: 0 solid #fff!important
}
.ajax__calendar .ajax__calendar_month, .ajax__calendar .ajax__calendar_year {
	border: 1px solid #fff
}
.ajax__calendar .ajax__calendar_active .ajax__calendar_day {
	background-color: #edf9ff;
	border-color: #06c;
	color: #06c
}
.ajax__calendar .ajax__calendar_active .ajax__calendar_month {
	background-color: #fff!important;
	border-color: #1F3FCF!important;
	color: #1F3FCF!important;
	border-radius: 4px
}
.ajax__calendar .ajax__calendar_active .ajax__calendar_year {
	background-color: #fff!important;
	border-color: #1F3FCF!important;
	color: #1F3FCF!important;
	border-radius: 4px
}
.ajax__calendar .ajax__calendar_today .ajax__calendar_day {
	border-color: #fff!important;
	background: #1F3FCF!important;
	color: #fff;
	border-radius: 50%!important
}
.ajax__calendar .ajax__calendar_today .ajax__calendar_month, .ajax__calendar .ajax__calendar_today .ajax__calendar_year {
	border-color: #06c
}
.ajax__calendar .ajax__calendar_other .ajax__calendar_year {
	background-color: #fff;
	border-color: #fff;
	color: #646464
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {
	border-color: #fff!important;
	background: #1F3FCF!important;
	border-radius: 50%!important;
	color: #fff!important
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month, .ajax__calendar .ajax__calendar_hover .ajax__calendar_year {
	background: #1F3FCF!important;
	border-color: #1F3FCF!important;
	color: #fff!important;
	border-radius: 4px
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_title, .ajax__calendar .ajax__calendar_hover .ajax__calendar_today {
	color: #1F3FCF!important
}
.ajax__calendar .ajax__calendar_invalid .ajax__calendar_day, .ajax__calendar .ajax__calendar_invalid .ajax__calendar_month, .ajax__calendar .ajax__calendar_invalid .ajax__calendar_year {
	background-color: #fff;
	border-color: #fff;
	color: #646464
}
.ajax__calendar_days thead td {
	border-bottom: 1px solid #1F3FCF;
}
.ajax__calendar_months td {
	height: 64px!important
}
.ajax__calendar_years td {
	height: 60px!important
}
.ajax__calendar_active>.ajax__calendar_day {
	background-color: #fff!important;
	color: #1F3FCF!important;
	border: 1px solid #1F3FCF!important;
	border-radius: 50%!important;
}
/* ==========================================================================
  Loader
   ========================================================================== */
#loader {
	position: absolute;
	width: 500px;
	height: 244px;
	border: 0;
	display: none;/*z-index: 1100;*/
}
.mask {
	position: absolute;
	/*z-index: 998;*/
	background-color: #333333;
	display: none;
}

@media only screen and (min-width: 1018px) and (max-width: 1920px) {
header {
	float: left;
	width: 100%;
	position: fixed;
	top: 0;
	background: #000;
}
.navigation {
	float: left;
}
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
.site-wrap {
	width: 1000px !important;
}
.container {
	width: 965px;
}
.left-navigations {
	width: 200px !important;
}
.workspace {
	width: 78% !important;
}
body {
	float: left;
}
.navigation {
	display: inline-table;
}
}

@media only screen and (min-width: 320px) and (max-width: 1017px) {
header {
	display: inline-block;
	width: 1000px;
}
}

@media only screen and (min-width: 320px) and (max-width: 1010px) {
header {
	position: relative !important;
}
}
/* ==========================================================================
  Workspace
   ========================================================================== */
.workspace {
	box-shadow: 25px -1px 32px -32px rgba(189, 189, 189, 0.67) inset;
	padding: 0 1%;
	width: 80%;
	float: right;
	min-height: 525px;
}
.left-navigations {
	float: left;
	width: 18%;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	height: 490px;
	position: fixed;
	height: 78%;
	z-index: 1000;
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
}
.left-navigation-header {
	width: 95%;
	display: block;
	height: 35px;
	line-height: 35px;
	background: #E4E0E0;
	padding: 0px 0px 0 5%;
}
.horizontal-form {
	width: 100%;
}
.form-section {
	float: left;
	height: 30px;
	width: 30%;
	padding: 17px 0;
}
.form-section-btn {
	float: left;
	height: 65px;
	line-height: 65px;
	text-align: center;
	width: 5%;
}
.workspace-search-btn {
	background: url(../images/btn-red-bg.jpg);
	background-size: auto 100%;
	border: 0;
	outline: 0;
	border-radius: 0px !important;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
	padding: 5%;
	width: 50px;
	height: 33px;
}
.workspace-search-btn:hover {
	background: url(../images/btn-red-hover-bg.jpg);
	background-size: auto 100%;
}

@media only screen and (min-width: 320px) and (max-width: 1010px) {
.left-navigations {
	position: relative;
	z-index: -10;
	max-height: 459px;
}
}

@media only screen and (min-width: 1010px) and (max-width: 1024px) {
.left-navigations {
	height: 77% !important;
}
}
/* ==========================================================================
  Chat
   ========================================================================== */
.chat-box-container {
	border: 1px solid #bfbfbf;
	border-radius: 0px !important;
	display: table;
	margin: 0 auto;
	width: 550px;
	-webkit-box-shadow: 0px 0px 23px 2px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 23px 2px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 23px 2px rgba(0,0,0,0.35);
}
.chat-form-heading {
	background: #272a2e none repeat scroll 0 0;
	height: 50px;
	line-height: 50px;
	border-bottom: 3px solid #c0c7cf;
	cursor: move;
}
.user-online {
	width: 8px;
	height: 8px;
	background: #67bb59;
	border-radius: 19px !important;
	border: 1px solid #fff;
	position: absolute;
	bottom: 0;
	right: 0;
}
.chat-heading-text {
	color: #FFFFFF;
	float: left;
	margin: 0;
	text-align: left;
	width: 89%;
	text-indent: 20px;
	font-size: 18px;
	font-weight: 800;
}
.chat-area {
	margin: 0;
	padding: 0;
	width: 100%;
}
.online-community {
	background: #FFFFFF none repeat scroll 0 0;
	float: left;
	height: 353px;
	margin: 0;
	overflow-y: auto;
	padding: 0;
	width: 30%;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	overflow-x: hidden;
	border-bottom: 1px solid #BBBEC5;
}
.message-area {
	border-bottom: 1px solid #ccc;
	float: left;
	height: 352px;
	margin: 0;
	padding: 0;
	width: 70%;
	background: #E2E2E2;
	overflow-y: auto;
}
.chat-controls-area {
	float: left;
	margin: 0;
	padding: 2%;
	width: 100%;
	box-sizing: border-box;
	background: #e6e9f1;
}
.chat-btn-icon {
	margin-right: 5px;
}
.send-msg {
	width: 80%;
	display: inline-block;
}
.send-msg > input[type="text"] {
	padding: 8px 20px;
}
.send-btn {
	display: inline-block;
	margin-left: 10px;
}
.chat-icon {
	color: #fff;
	float: left;
	text-align: center;
	width: 10%;
}
.chat-close {
	color: #fff;
	cursor: pointer;
	float: left;
	text-align: center;
	width: 5%;
}
.chat-close i {
	color: #fff;
}
.chat-close-btn {
	color: #fff;
	text-decoration: none;
}
.user-available {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #FFFFFF none repeat scroll 0 0;
	border-color: rgba(204, 204, 204, 0.19);
	border-image: none;
	border-style: solid;
	border-width: 1px 0;
	cursor: pointer;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	outline: 0 none;
	padding: 8px 0 8px 5px;
	border-left: 2px solid #DEE2E7;
}
.user-available:visited {
	background: #ccc none repeat scroll 0 0;
}
.user-icon {
	background: #acacb8 none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 20px;
	color: #ffffff;
	float: left;
	height: 30px;
	line-height: 18px;
	text-align: center;
	width: 30px;
	font-size: 16px;
	border: 2px solid #fff;
	margin-left: 20px;
	position: relative;
}
.user-name {
	float: left;
	font-weight: 600;
	margin-left: 5px;
	width: 90px;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
}
.user-available:hover {
	background: #374157 none repeat scroll 0 0;
	border-left: 2px solid #619d5d !important;
	color: #fff;
	background: #45794B;
}
.user-active {
	background: #efefef none repeat scroll 0 0;
	border-left: 2px solid #619d5d;
	background: #45794B !important;
	color: #fff;
}
.chat-btn {
	background: #D6131B none repeat scroll 0 0;
	border: 0 none;
	/* border-radius: 4px; */
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 200;
	margin: 0;
	outline: 0 none;
	padding: 8px 15px;
	text-decoration: none;
}
.chat-btn:hover {
	background: #C31118 none repeat scroll 0 0;
}
.available-user {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.available-user li {
	margin: 0;
	padding: 10px 0;
	width: 100%;
	background: #dee2e7;
}
 .online-community::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(146, 146, 146, 0.3);
 background-color: #FFFFFF;
}
.online-community::-webkit-scrollbar {
 width: 7px;
 background-color: #DAD6D6;
}
.online-community::-webkit-scrollbar-thumb {
 background-color: #C7C7C7;
 border: 1px solid #D4CFCF;
}
.online-community::scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(146, 146, 146, 0.3);
 background-color: #FFFFFF;
}
.online-community::scrollbar {
 width:7px;
 background-color:#DAD6D6;
}
.online-community::scrollbar-thumb {
 background-color: #C7C7C7;
 border: 1px solid #D4CFCF;
}
.chat-reply-message > .chat-by {
	color: #FCFCFC !important;
}
 .message-area::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(146, 146, 146, 0.3);
 background-color: #FFFFFF;
}
.message-area::-webkit-scrollbar {
 width: 7px;
 background-color: #DAD6D6;
}
.message-area::-webkit-scrollbar-thumb {
 background-color: #C7C7C7;
 border: 1px solid #D4CFCF;
}
.message-area::scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(146, 146, 146, 0.3);
 background-color: #FFFFFF;
}
.message-area::scrollbar {
 width:7px;
 background-color:#DAD6D6;
}
.message-area::scrollbar-thumb {
 background-color: #C7C7C7;
 border: 1px solid #D4CFCF;
}
.chat-by {
	font-size: 12px;
	font-weight: 700;
	color: #212121;
}
.chat-user-message {
	background: #FFFFFF;
	padding: 5px;
	width: 80%;
	margin: 10px 15px;
	text-align: left;
	float: left;
	border-radius: 3px;
}
.chat-reply-message {
	background: #4E4E4E;
	padding: 5px;
	width: 80%;
	margin: 10px 15px;
	text-align: left;
	float: right;
	border-radius: 3px;
}
.chat-message {
	font-size: 12px;
	padding: 5px 5px;
	color: #212121;
	border-top: 1px solid#889BAD;
}
.chat-reply-message > .chat-message {
	color: #FCFCFC;
}
.chat-time {
	float: right;
}
/* ==========================================================================
  allocate-popup
   ========================================================================== */
.pop-up {
	width: 800px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-width: 1px;
	/* border-radius: 5px; */
	background-color: #ffffff;
	webkit-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.88);
	-moz-box-shadow: 0px 0px 38px 0px rgba(87, 87, 87, 0.88);
	box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.88);
	margin-top: 0%;
}
.popup-form-row {
	float: left;
	height: auto;
	line-height: 30px;
	margin: 5px 0px;
	width: 100%;
}
.pop-up-label {
	color: #3d3d3d;
	float: left;
	font-size: 13px;
	width: 87px;
}
.pop-up-form {
	float: left;
	margin: 10px 0 0;
	width: 100%;
}
.popup-btn-holder {
	border-top: 1px solid rgba(204, 204, 204, 0.46);
	float: left;
	height: auto;
	padding: 10px 2% !important;
	text-align: right;
	width: 100%;
	box-sizing: border-box;
}
.pop-up-form-left {
	width: 49%;
	float: left;
	display: block;
}
.pop-up-form-bottom {
	display: table;
	width: 100%;
}
/* ==========================================================================
   POPUP COMMON STYLE
   ========================================================================== */	
.popup-logo {
	margin: 10px 0;
	text-align: center;
}
.popup-heading-text {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #ffffff none repeat scroll 0 0;
	border-color: #d8d8d8;
	border-image: none;
	border-style: solid;
	border-width: 1px 0;
	box-shadow: 0 2px 17px -4px rgba(204, 204, 204, 0.71);
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	padding: 15px 0;
	text-align: center;
}
.popup-heading {
	background: #292929 none repeat scroll 0 0;
	padding: 10px 0 0;
	width: 100%;
}
.pop-wrap {
	margin: 1% 2%;
}
.sm-pop-wrap {
	margin: 0 4%;
}
.popup-label {
	color: #3d3d3d;
	font-size: 12px;
	margin: 10px 0;
}
/* ==========================================================================
   Allocate VOC popup
   ========================================================================== */	

.select-area {
	border: 1px solid #ccc;
	margin-top: 4%;
	width: 100%;
}
.pop-up-select {
	cursor: pointer;
}
.file-attachment {
	border: 1px solid #E2E2E2;
	padding: 0px 16px 0px 5px;
	position: relative;
	background: #f5f5f5;
}
.file-attachment:after {
	content: "";
	display: block;
	background: url(../images/file-bg-20x9.png) no-repeat 100%;
	width: 19px;
	height: 15px;
	position: absolute;
	bottom: -4px;
	right: -1px;
}
.file-attachment a {
	color: #6D6D6D;
	font-size: 12px;
	font-weight: bold;
}
.popup-accordion {
	display: table;
	border: 1px solid #E2E2E2;
	margin: 10px 0;
	border-radius: 0px !important;
	background: #FFF;
	width: 99.4%;
	float: left;
}
/* ==========================================================================
   VOC-Allocate popup
   ========================================================================== */	
.form-left {
	float: left;
	margin: 15px 0;
	overflow-y: auto;
	width: 49%;
}
.form-right {
	float: left;
	margin-left: 1%;
	width: 50%;
}
ul.popup-tabs {
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	float: left;
	height: 32px;
	list-style: outside none none;
	margin: 10px 0 0;
	padding: 0;
	width: 100%;
}
ul.popup-tabs li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #eeeeee none repeat scroll 0 0;
	border-color: #999999 #999999 #999999 -moz-use-text-color;
	border-image: none;
	border-style: solid solid solid none;
	border-width: 1px 1px 1px medium;
	cursor: pointer;
	float: left;
	font-size: 14px;
	height: 31px;
	line-height: 31px;
	margin: 0;
	overflow: hidden;
	padding: 0 21px;
	position: relative;
}
ul.popup-tabs li:hover {
	background: #cccccc none repeat scroll 0 0;
}
ul.popup-tabs li.active {
	background: #ffffff none repeat scroll 0 0;
	border-bottom: 1px solid #ffffff;
}
.tab_container {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #ffffff none repeat scroll 0 0;
	border-color: -moz-use-text-color #999999 #999999;
	border-image: none;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	clear: both;
	float: left;
	margin-bottom: 15px;
	width: 100%;
}
.tab_content {
	display: none;
	font-size: 1.2em;
	padding: 20px;
}
.success {
	width: 100%;
	height: 20px;
	border-radius: 0px !important;
	background: #c6e8b8;
	padding: 8px 0 6px 0px;
	margin-top: 20px;
	font-size: 14px;
	color: #5f9b46;
	font-weight: bold;
	border: 1px #d6e9c6 solid;
}
.critical {
	width: 100%;
	height: 20px;
	border-radius: 0px !important;
	background: #f2dede;
	padding: 8px 0 6px 0px;
	margin-top: 20px;
	font-size: 14px;
	color: #a94442;
	font-weight: bold;
	border: 1px #ebccd1 solid
}
.warning {
	width: 100%;
	height: 20px;
	border-radius: 0px !important;
	background: #f7f898;
	padding: 8px 0 6px 0px;
	margin-top: 20px;
	font-size: 14px;
	color: #968709;
	font-weight: bold;
	border: 1px #faebcc solid;
}
/* Report*/
.report-row {
	margin: 3px 0;
	height: 50px;
	line-height: 50px;
}
.report-input-block {
	width: 99%;
	margin: 10px 0;
	border: 7px solid #EFEFEF;
	border-radius: 0px !important;
	float: left;
}
.report-label {
	float: left;
	margin-left: 2%;
	color: #8E8E8E;
}
.report-control-block {
	float: left;
	margin-left: 1%;
}
.report-block {
	float: left;
	margin-right: 1%;
}
.report-btn-holder {
	width: 100%;
	margin: 0;
	text-align: right;
}
.report-btn {
	background: #DE2835;
	text-decoration: none;
	color: #fff;
	margin: 0 1% 0 0;
	/* border-radius: 4px; */
	font-weight: 200;
	font-size: 14px;
	border: 0;
	outline: 0;
	cursor: pointer;
	height: 30px;
}
.report-btn:hover {
	background: #B82C37;
}
.report-control {
	height: 25px;
	border-radius: 0px !important;
	border: 1px solid #d6d6d6;
	font-size: 14px;
	font-weight: 200;
	outline: none;
	color: #000;
	width: 96%;
	padding-left: 3%;
}
.report-control:focus, active {
	border: 1px solid #FFC5C5;
}
/* Report Ends*/

/* ==========================================================================
   Break popup
   ========================================================================== */	
.breaktime {
	/*font-family: 'lets_go_digitalregular'!important;*/
	font-size: 80px !important;
	width: 100%;
	height: 115px;
	line-height: 115px;
	text-align: center;
}
.breaktime>div {
	display: inline-block;
	/*font-family: 'lets_go_digitalregular';*/
	font-size: 80px;
	color: #3d3d3d;
}
.breaktime>span {
	display: inline-block;
	/*font-family: 'lets_go_digitalregular';*/
	font-size: 80px;
	color: #3d3d3d;
}
/* Break Ends*/
	
	
.btn-left {
	float: left;
}
.btn-right {
	float: right;
}
.attach-btn {
	background-image: url(../images/attachment-icon.png);
	background-size: auto 60%;
	border: 0;
	outline: 0;
	border-radius: 0px !important;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	padding: 6px 7px 6px 40px;
	background-repeat: no-repeat;
	background-position: 5% 50%;
	background-color: #1f3fcf;
}
.attach-btn:hover {
	background-color: #1b36af;
}
.file-attact-btn-popup {
	border-right: 0;
	border-radius: 0px !important;
}
.file-attact-txt-popup {
	border-left: 0;
	border-radius: 0px !important;
}
.cc-btn {
	border: 0;
	outline: 0;
	border-radius: 0px !important;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	padding: 5px 10px;
	background-color: #1f3fcf;
	border-bottom: 1px solid #0b1958;
	box-shadow: 0 1px 0 0 #0b1958;
}
.cc-btn:hover {
	background-color: #1b36af;
}
.cc-txt-popup {
	border-radius: 0px !important;
	border-right: 0;
}
.voc-action {
	border: 1px solid #ccc;
	box-shadow: 0 0 13px 0 rgba(204, 204, 204, 0.71);
	display: table;
	margin: auto;
	width: 1024px;
	position: absolute;
	background-color: #ffffff;/* height: 99%; */
}
.voc-action-heading {
	background: #292929;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
.action-row {
	width: 222px;
	float: left;
	padding-right: 10px;
}
.action-form-wrap {
	display: table;
	margin: 0 2% 2% 2%;
}
.action-btn-holder {
	border-top: 1px solid rgba(204, 204, 204, 0.46);
	float: left;
	height: auto;
	padding: 10px 2%;
	text-align: right;
	width: 96%;
}
.action-btn-right {
	float: right;
	width: auto;
	margin: 0;
	padding: 0;
}
.action-btn-left {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
}
.action-btn {
	border-color: #1f3fcf!important;
	background-color: #1f3fcf!important;
	color: #fff!important;
	border-radius: 0!important;
	background-image: url(../images/addition-icon.png);
	background-size: auto 60%;
	border: 0;
	outline: 0;
	font-size: 12px;
	cursor: pointer;
	padding: 5px 14px 5px 30px;
	background-repeat: no-repeat;
	background-position: 5% 50%;
	background-color: #FF5454;
	text-transform: uppercase;
}
.action-btn:hover {
	background-color: #1b36af!important;
	color: #fff!important;
	border-radius: 0!important;
	outline: 0px !important;
	-webkit-animation: buttonHover .7s ease-out forwards;
	animation: buttonHover .7s ease-out forwards;
}
.selecttextjoint-control>select {
/* border-radius: 3px 0 0 3px !important; */
}
.selecttextjoint-control> input[type="text"] {
	border-left: 0 !important;
	border-radius: 0px !important;
}
.textselectjoint-control>select {
	border-left: 0 !important;
	border-radius: 0px !important;
}
.textselectjoint-control>input[type="text"] {
/* border-radius: 3px 0 0 3px !important; */
}
.action-voc-head {
	width: 100%;
	margin: 0;
	/*box-shadow: 0 2px 17px -4px rgba(204, 204, 204, 0.71);*/
	    webkit-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.88);
    -moz-box-shadow: 0px 0px 38px 0px rgba(87, 87, 87, 0.88);
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.88);
	padding: 8px 0;
	background: #fff;
	display: table;
}
.action-voc-head-left {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	/* margin: 0 15px; */
	float: left;
}
.action-head-right {
	display: inline-block;
	font-weight: bold;
	/* text-align: right; */
	margin: 0 9px;
	float: right;
}
.action-voc-wrap {
	padding: 0 15px;
	text-align: center;
}
.action-date-text {
	width: 50px;
	display: inline-block;
}
.action-reff-text {
	width: 115px;
	display: inline-block;
}
.action-reff-no {
	display: inline-block;
}
.action-date {
	display: inline-block;
}
.voc-logo {
	margin: 10px 0;
	text-align: center;
}
.grid-btn-sm {
	background: url(../images/btn-red-bg.jpg);
	background-size: auto 100%;
	border: 0;
	outline: 0;
	border-radius: 0px !important;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	padding: 3px 11px;
	vertical-align: middle;
}
.grid-btn-sm:hover {
	background: url(../images/btn-red-hover-bg.jpg);
	background-size: auto 100%;
}
/* ==========================================================================
   ACtion VOC-POPUP
   ========================================================================== */	
.popup-logo-alternate {
	display: table-cell;
	text-align: center;
	padding: 5px 0;
	width: 20%;
	background-color: #747474;
	border-left: 4px solid #292929;
	box-shadow: -4px 0px 0px 0px rgb(144, 144, 144);
}
.popup-heading-text-alternate {
	display: table-cell;
	padding: 0;
	vertical-align: middle;
	font-weight: 700;
	text-indent: 15px;
	background: #292929;
	color: #fff;
	font-size: 20px;
}
.popup-heading-alternate {
	display: table;
	table-layout: fixed;
	width: 100%;
	background: #f4f4f4 none repeat scroll 0 0;
	border-bottom: 1px solid #B3B3B3;
	box-shadow: 0 2px 17px -4px rgba(204, 204, 204, 0.71);
	margin-bottom: 20px;
}
.popup-logo-alternate img {
	width: 70%;
}
.icon-btn {
	font-size: 12px;
	background-color: #1f3fcf !important;
	border: 1px solid #2440bb;
	border-radius: 0px !important;
	padding: 5px 5px 5px 5px;
	color: #fff;
	border-bottom: 3px solid #1f3fcf;
	cursor: pointer;
	text-indent: 20px;
	text-transform: uppercase;
}
.icon-btn:hover {
	background-color: #1b36af!important;
}
.cancel-btn {
	padding-right: 5px;
	font-size: 12px;
	background-color: #292525 !important;
	border: 0;
	border-radius: 0px !important;
	padding: 5px 5px 5px 22px;
	color: #fff;
	border-bottom: 3px solid #333333;
	cursor: pointer;
	outline: 0;
	text-transform: uppercase;
}
.cancel-btn:hover {
	background-color: #333;
}
.cancel-icon {
	background: url('../images/cancel-icon-30x30.png') no-repeat;
	background-position: 4px 50%;
	background-size: 16px;
}
.save-draft-icon {
	background: url('../images/savedraft-30x30.png') no-repeat;
	background-position: 6px 50%;
	background-size: 15px;
}
.send-icon {
	background: url('../images/sendmail-30x30.png') no-repeat;
	background-position: 6px 50%;
	background-size: 19px;
	text-indent: 23px;
}
.forward-icon {
	background: url('../images/forward-30x30.png') no-repeat;
	background-position: 6px 50%;
	background-size: 16px;
}
.escalate-icon {
	background: url('../images/forward-30x30.png') no-repeat;
	background-position: 6px 50%;
	background-size: 16px;
}
.register-icon {
	background: url('../images/register-30x30.png') no-repeat;
	background-position: 12% 50%;
	background-size: 16px;
}
.template-icon {
	width: 50px;
	background-image: url('../images/template-30x30.png');
	padding: 9px 7px;
	font-size: 10px;
	background-position: 50%;
	background-size: 20px;
	text-indent: 44px;
	background-position: 50% 30%;
}
.done-btn {
	font-size: 11px;
	background-color: #1f3fcf !important;
	border: 1px solid #3d5be2;
	border-radius: 0px !important;
	padding: 5px 8px 5px 23px;
	color: #fff;
	border-bottom: 3px solid #1b36af;
	cursor: pointer;
	font-weight: 700;
	text-transform: uppercase;
}
.done-btn:hover {
	opacity: 0.8;
}
.done-icon {
	background: url('../images/done-24x24.png') no-repeat;
	background-position: 10% 50%;
	background-size: 12px;
}
.view-btn {
	font-size: 9px;
	background-color: #1f3fcf !important;
	border: 0;
	padding: 3px 11px 3px 20px;
	color: #fff;
	border-bottom: 2px solid #1b36af;
	cursor: pointer;
	margin: 0 auto;
	vertical-align: middle;
	text-transform: uppercase;
}
.view-btn:hover {
	background-color: #1b36af !important;
}
.view-icon {
	background: url('../images/view-27x27.png') no-repeat;
	background-size: contain;
	background-position: 5% 50%;
}
/*===============================
    increment-decrement-button
 ================================*/

.increment-decrement-block {
	float: left;
	width: 15px;
	height: 19px;
	border-bottom: 1px solid;
	/* border-top: 1px solid #909090; */
    /* border-right: 1px solid #909090; */
	background: #ccc;
	position: relative;
	border-radius: 0px !important;
	cursor: pointer;
	border-bottom-color: #292929;
	box-shadow: 0 1px 0 0 #292929;
}
.decrement-increment-txtbox {
	text-align: center;
	float: left;
	border-radius: 0px !important;
	border: 1px solid #BBB;
}
.increment-btn {
	height: 10px;
	width: 15px;
	text-align: center;
	border-bottom: 1px solid #B1ACAC;
	color: #545454;
	top: 0px;
	position: absolute;
}
.decrement-btn {
	height: 10px;
	width: 15px;
	text-align: center;
	color: #545454;
	position: absolute;
	bottom: 5px;
}
/*===============================
    dashboard grid
 ================================*/

.dashbord-container {
	background: #fff;
	color: #111;
	margin: 20px 20px;
	padding: 1px;
	box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.58);
}
.grd-dashboard {
	border: 1px solid #dddddd;
	margin: 10px;
	border-collapse: collapse;
}
.grd-dashboard-row {
	background-color: #fff;
	font-size: 12px;
}
.grd-dashboard-row-header {
	background-color: #eee;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	height: 55px;
	border-bottom: 3px solid #adaaaa;
}
.grd-dashboard-alternaterow {
	background-color: #f1f1f1;
	font-size: 12px;
	border: 1px solid #ddd;
}
.grd-dashboard-cell-header {
	padding-right: 3px;
}
.grd-dashboard-cell-header-left {
	padding-left: 3px;
}
.grd-dashboard-footer {
	margin: 10px;
	border-radius: 0px !important;
	font-size: 12px;
	text-align: right;
	padding: 4px;
	background-color: #ebebeb;
	color: #222;
}
.grd-dashboard-paging > td {
	border: 0px !important;
	padding: 0;
}
.grd-dashboard-paging > td > table {
	width: auto !important;
	display: table;
	border: none !important;
	margin: 2px;
	float: right;
}
.grd-dashboard-paging > td > table > tbody > tr > td > span {
	background: rgba(150, 18, 18, 0.72);
	color: #fff;
	width: 20px;
	display: block;
	border-radius: 0px !important;
	text-align: center;
}
.grd-dashboard-paging > td > table > tbody > tr > td > a {
	background: #961212;
	color: #fff;
	width: 20px;
	display: block;
	border-radius: 0px !important;
	text-align: center;
}
/*===============================
    dashboard main
 ================================*/

.dashboard-main {
	width: 100%;
	display: table;
	margin: 30px 0 70px 0;/*min-width:1259px;*/
}
.dashboard-left {
	width: 75%;
	display: inline-table;
	float: left;
}
.dashboard-right {
	width: 25%;
	display: inline-table;
	float: left;
}
.dashbord-bg {
	background-color: #f1f1f1;
	margin: auto;
	display: table;
	width: 98%;
}
.dashboard-head {
	background-color: #363636;
	border-radius: 0px !important;
	margin: 15px 20px;
	padding: 11px 10px 17px 10px;
}
.dashboard-head h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	/*width: 50%;*/
	display: inline-table;
	vertical-align: sub;
}
.sort-view-btn {
	/*width: 40%;*/
	display: inline-table;
	float: right;
	margin-left: 0;
}
.sort-btn {
	border: 1px solid #fff;
	text-align: center;
    color:#fff;
	font-size: 12px;
	display: inline-table;
	width: 120px;
	height: 20px;
	line-height: 20px;
	border-radius: 0px !important;
	/* color: #fff; */
	margin-left: 2px;
    background-color: #1f3fcf !important;
}
.sort-btn:hover, .sort-btn:visited, .sort-btn:active {
	background-color: #1b36af !important;
}
.search-bg {
	width: 94%;
	display: table;
	background-color: #444;
	margin: 10px auto;
}
.search-bg p {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	margin: 5px 0;
}
.row {
	width: 90%;
	margin: 25px auto;
}
.dash-selectgrp {
	width: 100%;
	height: 30px;
	font-size: 14px;
	border: 0;
	padding: 0;
	text-indent: 5px;
}
.dash-selectgrp:focus, active {
	border: 0;
}
dash-selectgrp>select:focus {
	border: 0;
	outline: 0;
}
/*===============================
   End of Dashboard 
 ================================*/

/* Report*/
.report-row {
	margin: 3px 0;
	height: 50px;
	line-height: 50px;
}
.report-input-block {
	width: 99%;
	margin: 30px 0;
	border: 7px solid #EFEFEF;
	border-radius: 0px !important;
	float: left;
}
.report-label {
	float: left;
	margin-left: 2%;
	color: #8E8E8E;
}
.report-control-block {
	float: left;
	margin-left: 1%;
}
.report-block {
	float: left;
	margin-right: 1%;
}
.report-btn-holder {
	width: 100%;
	margin: 0;
	text-align: right;
}
.report-btn {
	background: #DE2835;
	text-decoration: none;
	color: #fff;
	margin: 0 1% 0 0;
	/* border-radius: 4px; */
	font-weight: 200;
	font-size: 14px;
	border: 0;
	outline: 0;
	cursor: pointer;
	height: 30px;
}
.report-btn:hover {
	background: #B82C37;
}
.report-control {
	height: 25px;
	border-radius: 0px !important;
	border: 1px solid #d6d6d6;
	font-size: 14px;
	font-weight: 200;
	outline: none;
	color: #000;
	width: 96%;
	padding-left: 3%;
}
.report-control:focus, active {
	border: 1px solid #FFC5C5;
}
.date-picker {
	width: 120px;
	border: 1px solid #ccc;
	border-radius: 3px 0 0 3px;
	padding: 5px 5px;
	float: left;
	background: url(../images/calender-icon35x35.png) no-repeat 100% 50%;
	background-size: 28px;
	box-sizing: border-box;
}
.time-picker {
	width: 94px;
	border: 1px solid #ccc;
	border-radius: 0 3px 3px 0;
	padding: 5px;
	float: left;
	border-left: 0;
	background: url(../images/time-icon35x35.png) no-repeat 100% 50%;
	background-size: 28px;
	box-sizing: border-box;
}
.ajax__calendar {
	line-height: normal;
}
/* Report Ends*/
/* browser compatibility start*/
.browser-alert {
	font-size: 24px;
	padding: 30px 0;
	color: rgba(203, 23, 23, 1);
	font-weight: 800;
	text-align: center;
}
/* browser compatibility Ends*/


/*=============================================
		PAGING
=============================================*/
.pager-container, .pager table {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.pager-container td, .pager td, tr.pager {
	margin: 0;
	padding: 0 !important;
	background-color: #fff !important;
}
.pager table {
	display: inline-block;
	padding: 10px 5px;
}
.pager {
	background-color: #fff !important;
	padding: 13px 0;
}
.pager span {
	background-color: #1f3fcf;
	color: #fff;
}
.pager span:hover, .pager a:hover {
	background-color: #afb2be;
	color: #fff;
}
.pager span, .pager a {
	margin: 0 5px 0 0px;
	cursor: pointer;
	padding: 4px 11px;
	font-size: 12px;
	font-weight: 600;
	box-shadow: 0 0px 1px 0 rgba(0,0,0,0.10)!important;
	border-width: 0px 0px 2px 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.19);
	border-radius: 0px !important;
}
.pager a {
	color: #5d5958;
}
.pager>span>span {
	background-color: #f2f2f2;
	border-radius: 0px !important;
}


/*=============================================
		HTML BOX HEIGHT
=============================================*/
textarea#edtMailMessage_HtmlViewEdit_I {
    min-height: 250px !important;
}

.form-error-msg {
    font-size: 10px;
    color: #dd1d10;
	height: 10px;
	display: none;
	line-height: 18px;
	text-transform: uppercase;
}