body {
	overflow-x: hidden;
}

.container-fluid {
	padding: 0px;
}

a, a:hover {
	color: #3295D7;
	text-decoration: none;
	font-family: 'Poppins', 'Open Sans', 'trebuchet ms', arial, sans-serif!important;
}

#content-header {
}

#content-header.mainPage {
	top: -110px;
	height: 110px;
	width: 100%;
	border-radius: 0px;
	padding: 15px 20px;
	border: 0px;
	background: url('https://www.app.tarkie.com/images/dashboard/feed-header-bg.png');
	margin-bottom: 10px;
	transition: all 0.5s ease;
}

#content-header.otherPages {
	background: #3295D7;
	height: 80px;
	top: -79px;
}

#content-header.otherPages .pageTitle {
	border: 0px solid transparent;
	padding: 20px 20px 3px 20px;
}

#content-header.otherPages .pageDescription {
	border: 0px solid transparent;
	padding: 0px 20px;
}

#content-header.otherPages .pageDescription {
	border: 0px solid transparent;
	padding: 0px 20px;
}

#content-header .statsWrapper {
	border: 1px solid transparent;
	float: right;
	width: 350px;
	margin: 0px 30px 0px 0px
}

#content-header .statsWrapper ul {
	padding: 0px;
	list-style: none;
	margin: 0px;
}

#content-header .statsWrapper ul li {
	float: right;
	padding: 5px;
	border-radius: 5px;
	margin: 0px 0px 0px 5px;
	width: 130px;
	height: 80px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

#content-header .statsWrapper ul li:nth-child(1) {
	background: #FFD800;
}

#content-header .statsWrapper ul li:nth-child(2) {
	background: #3295D7;
}

#content-header .statsWrapper ul li:nth-child(3) {
	background: #3295D7;
}


#content-header .statsWrapper ul li .counter {
	border: 1px solid transparent;
	line-height: 40px;
	font-size: 40px;
}

#content-header .statsWrapper ul li .statsLabel {
	border: 1px solid transparent;
	font-size: 14px;
	line-height: 14px;
}

#content-header .statsWrapper ul li:nth-child(1) .counter,
#content-header .statsWrapper ul li:nth-child(1) .statsLabel {
	color: #333333;
}

#content-header .pageTitle {
	font-size: 22px;
	color: #fff;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: 'Poppins', 'Open Sans', 'trebuchet ms', arial, sans-serif!important;
}

.pageTitle a {
	color: #fff!important;
	border-bottom: 1px solid #fff;
}

.pageTitle a:hover {
	border-bottom: none;
}

#content-header .pageDescription {
	font-size: 13px;
	color: #fff;
	font-weight: 300;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: 'Poppins', 'Open Sans', 'trebuchet ms', arial, sans-serif!important;
}

#content-header .time {
	line-height: 33px;
	font-size: 30px;
	font-weight: bold;
	color: #3295D7;
}

#content-header .date a {
	line-height: 17px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

#top-bar {
	border: 0px solid #f00;
	background: #3295D7;
	left: 240px;
	right: 0px;
	width: auto;
}

#top-bar.otherPages {
	background: none;	
}

#header {
	height: 146px;
}

#header.otherPages {
	height: 114px;
}

#site-logo {
	width: 205px;
	text-align: center;
	border-radius: 6px;
}

#site-logo.otherPages {
	border: 0px solid #aaa;
	width: 205px;
	text-align: center;
	border-radius: 6px;
}

#site-logo img {
	object-fit: contain;
}

#main-nav {
	margin: 0px;
	top: 0px;
	border-top: 0px;
	font-family: 'Poppins', 'Open Sans', 'trebuchet ms', arial, sans-serif!important;
}

#main-nav > li .navIcon {
	border: 0px solid #aaa;
	width: 20px;
	margin: 0px 10px 0px 0px;
	vertical-align: top;
}

#main-nav > li > a {
	font-size: 14px;
}

#main-nav > li.active > a {
	background: #616161;
	color: #fff;
	font-weight: normal;
}

#content {
	background: #f1f1f1
}

#content-container.otherPages {
	border: 0px solid #f00;
	top: -85px;
	overflow: hidden;
}

.nav-tabs2 {
	margin-bottom: 5px;
}

.nav-tabs {
	margin-bottom: 0px;
}

.nav-tabs li a {
	background: #E6E6E6;
	font-size: 14px;
}

.nav-tabs li a img.tabIcon {
	width: 10px;
	margin-right: 5px;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li a:hover {
	background: #3295D7;
	color: #fff;
	font-weight: normal;
}

.nav-tabs2 li a {
	padding: 10px 20px;
}

.nav-tabs2 li.active a,
.nav-tabs2 li.active a:hover,
.nav-tabs2 li a:hover {
	color: #3295D7;
	font-weight: normal;
	text-decoration: solid underline #3295D7 2px;
	text-underline-offset: 5px;
}

.nav-pills li.active a,
.nav-pills li.active a:hover,
.nav-pills li a:hover {
	background: #3295D7;
	color: #fff;
	font-weight: normal;
}


.tab-content {
	border: 1px solid #fff;
	background: #fff;
	padding: 20px 25px 200px 25px;
	overflow: hidden;
}

.tab-content .tabPaneSteps {
	border-bottom: 1px solid #f3f3f3;
	padding: 5px 0px 10px 0px;
	font-size: 14px;
	margin: 0px 0px 20px 0px;
}

.tab-content .tabPaneSteps .steps {
	float: left;
	font-weight: bold;
	border: 0px solid #f00;
	margin: 0px 10px 0px 0px;
}

.tab-content .tabPaneSteps .tabPaneStepsDescription {
	border: 0px solid #000;
	overflow: hidden;
}


.tabPaneHeader {
	border: 0px solid #aaa;
	padding: 5px 0px;
	clear: both;
	overflow: hidden;
}

.tabPaneHeader .tabPaneTitle {
	color: #3295D7;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	float: left;
}

.tabPaneHeader .tabPaneAction {
	border: 1px solid transparent;
	float: right;
	font-size: 14px;
	margin: 0px 20px 0px 0px;
}

.caption {
	font-size: 14px;
	margin: 5px 0px;
	color: #444;
}

.caption .required {
	color: #f00;
	padding: 5px;
	font-size: 9px;
}

.fieldValue {
	font-size: 15px;
	font-weight: bold;
	line-height: 14px;
	margin: 8px 0px 20px 0px;
}

.fieldValue .notes {
	color: #F04D4D;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
	padding: 10px 0px;
}

.mapViewWrapper {
	border: 0px solid #f00;
	height: 400px;
	position: relative;
	width: 400px;
}

.mapWrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 0px solid blue;
	z-index: 0;
}

.mapMarker {
	position: absolute;
	top: 39.8px;
	left: 48.8%;
	width: 25px;
	height: 41px;
	border: 0px solid green;
	background: transparent;
	z-index: 1;
	background: url('https://www.app.tarkie.com/images/dashboard/admin/marker-icon.png?1755453700') center center no-repeat;
}

.mapMarkerPin {
	position: absolute;
	top: 39.8%;
	left: 48.8%;
	width: 25px;
	height: 41px;
	border: 0px solid green;
	background: transparent;
	z-index: 1;
	background: url('https://www.app.tarkie.com/images/dashboard/admin/marker-icon.png?1755453700') center center no-repeat;
}


.content-setup .mapMarker2 {
	position: absolute;
	top: 158px;
	left: 50%;
	width: 25px;
	height: 41px;
	border: 0px solid green;
	background: transparent;
	z-index: 1;
	background: url('https://www.app.tarkie.com/images/dashboard/admin/marker-icon.png?1755453700') center center no-repeat;
}

.mapAvatarWrapper {
	border: 1px solid transparent;
	border-radius: 50%;
	overflow: hidden;
}

.mapAvatarWrapper .mapAvatar {
	height: 24px;
	width: 24px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

.gpsCoordinates {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px;
}

.fieldValue .dashboardLogo,
.fieldValue .appLogo,
.fieldValue .splashImage {
	background: #f1f1f1;
	border: 1px solid #ddd;
	height: 120px;
	width: 300px;
}

.fieldValue .appBackground {
	background: #f1f1f1;
	border: 1px solid #ddd;
	height: 320px;
	width: 200px;
}

.companyInfo {
	border: 1px solid transparent;
	float: left;
	margin: 0px 0px 20px 0px;
	width: 45%;
}

.section {
	border: 1px solid #3295D7;
	padding: 20px 25px 70px 25px;
	border-radius: 10px;
	position: relative;
	margin: 0px 0px 30px 0px;
}

.section .arrow {
	width: 26px;
	position: absolute;
	top: 20px;
	left: -13px;
}

.section .sectionTitle {
	text-transform: uppercase;
	font-size: 15px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}

.section .sectionDescription {
	font-size: 14px;
	margin: 0px 0px 20px 0px;
}

.section .sectionBody {
	overflow: hidden;
}

.action {
	border: 0px solid #aaa;
	padding: 5px;
	overflow: hidden;
	margin: 15px 0px;
}

.action .actionInfo {
	float: left;
	padding: 10px 0px;
}

.action .actionNav {
	float: right;
	margin: 5px 0px;
	padding: 0px;
}

.action .actionNav li {
	display: inline;
	margin: 0px 15px;
	border: 0px solid #f00;
}

.lincenseCount {
	font-weight: bold;
	color: #3295D7;
	font-weight: bold;
}

table {
	font-size: 14px;	
}

table.input {	
}

table.input td,
table.input th {
	padding: 5px;
}

table.view {
	border-collapse: collapse; 
	width: 100%;
	border-top: 5px solid #3295d7;
}

table.view th,
table.view td {
	padding: 10px 8px;
	border-bottom: 1px solid #f1f1f1;
	vertical-align: top;
}

table.view th {
	background: #7C7C7C;
	color: #fff;
	vertical-align: middle;
}

table.view.footer {
	border-top: 0px solid #3295d7!important;
}

table.view.footer td {
	padding: 10px 8px;
	border-bottom: 1px solid #f1f1f1;
	vertical-align: top;
	background: #cdcdcd;
}



.storeClassification {
	border: 1px solid transparent;
	border-right: 2px solid #f1f1f1;
	float: left;
	width: 32%;
	margin: 0px 10px 0px 0px;
	padding: 5px;
}

.teamClassification {
	border: 1px solid transparent;
	border-right: 2px solid #f1f1f1;
	float: left;
	width: 32%;
	margin: 0px 10px 0px 0px;
	padding: 5px;
}

.assetClassification {
	border: 1px solid transparent;
	border-right: 2px solid #f1f1f1;
	float: left;
	width: 32%;
	margin: 0px 10px 0px 0px;
	padding: 5px;
}

.storeClassificationItem, .teamClassificationItem, .assetClassificationItem {
	border: 1px solid transparent; 
	overflow: hidden; 
	padding: 5px 0px;
}

.storeClassificationItem .fieldValue {
	border: 0px solid #aaa; 
	width: 230px;
	float: left; 
	padding: 5px 0px; 
	margin: 0px;
	font-weight: normal;
	font-size: 13px;
}

.teamClassificationItem .fieldValue {
	border: 0px solid #aaa; 
	width: 230px;
	float: left; 
	padding: 5px 0px; 
	margin: 0px;
	font-weight: normal;
	font-size: 13px;
}

.assetClassificationItem .fieldValue {
	border: 0px solid #aaa; 
	width: 230px;
	float: left; 
	padding: 5px 0px; 
	margin: 0px;
	font-weight: normal;
	font-size: 13px;
}

.leftNav {
	border: 0px solid #aaa;
	width: 220px;
	float: left;
	margin: 0px 10px 0px 0px;
}

.leftNav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.leftNav ul li a {
	display: block;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	background: #f1f1f1;
	margin: 0px 0px 5px 0px;
	border-radius: 5px;
	color: #444;
}

.leftNav ul li a.action {
	background: none;
	border: 1px solid #f1f1f1;
}

.leftNav ul li a.active,
.leftNav ul li a:hover {
	color: #fff;
	background: #3295D7;
}

.rightContent {
	border: 2px solid #3295D7;
	padding: 15px;
	overflow: hidden;
	border-radius: 5px;
}

.rightContent h2 {
	text-transform: uppercase;
	color: #3295D7;
	font-size: 16px;
	font-weight: bold;
}

.rightContent .canDo,
.rightContent .cannotDo {
	border: 0px solid #aaa;
	padding: 10px 0px 10px 35px;
	margin: 0px;
	font-size: 14px;
	overflow: hidden;
	width: 40%;
}

.rightContent .canDo {
	list-style: url('https://www.app.tarkie.com/images/dashboard/admin/check.png');
	float: left;
}

.rightContent .cannotDo {
	list-style: url('https://www.app.tarkie.com/images/dashboard/admin/wrong.png');
}

.rightContent .canDo li,
.rightContent .cannotDo li {
	margin: 0px 0px 5px 0px;
}

.rightContent .canDo .sub,
.rightContent .cannotDo .sub {
	margin-left: 30px;
}

.employeeList {
	border: 0px solid #aaa;
}

.employeeList ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	overflow: hidden;
}

.employeeList ul li {
	border: 1px solid #f1f1f1;
	padding: 5px;
	margin: 5px;
	overflow: hidden;
	float: left;
	width: 23%;
	background: #f1f1f1;
	border-radius: 5px;
	height: 80px;
}

.employeeList img {
	border: 0px solid #f00;
	float: left;
	margin: 3px 10px 3px 3px;
	width: 60px;
	border-radius: 50px;
}

.employeeList .detail-link {
	font-size: 12px;
	text-decoration: underline;
	color: #333;
	cursor: pointer;
}

.employeeList .empInfo {
    height: 50px;
	border: 0px solid #aaa;
	overflow: hidden;
}

.employeeList .empInfo .name a {
	font-weight: bold;
	color: #444;
}

.employeeList .team {
    font-size: 12px;
}

/* ============================================== */

.employeeList2 {
	border: 0px solid #aaa;
}

.employeeList2 ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	overflow: hidden;
}

.employeeList2 ul li {
	border: 1px solid #f1f1f1;
	padding: 5px;
	margin: 5px;
	overflow: hidden;
	float: left;
	width: 23%;
	background: #f1f1f1;
	border-radius: 5px;
	height: 80px;
}

.employeeList2 .imageCon {
	position: relative;
	float: left;
	margin: 3px 10px 3px 3px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 100px;
}

.employeeList2 .imageCon img {
	position: relative;
	width: 100%;
}


.employeeList2 .detail-link {
	font-size: 12px;
	text-decoration: underline;
	color: #333;
	cursor: pointer;
}

.employeeList2 .empInfo {
    height: 50px;
	border: 0px solid #aaa;
	overflow: hidden;
}

.employeeList2 .empInfo .name a {
	font-weight: bold;
	color: #444;
}

.employeeList2 .team {
    font-size: 12px;
}

.participantsCon .imageCon {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 100px;
}

.profileImageCon .imageCon {
	position: relative;
	float: left;
	margin: 3px;
	overflow: hidden;
	border-radius: 100px;
}

.profileImageCon .imageCon img {
	position: relative;
	width: 100%;
}


/* ============================================== */

.employeeSection {
	float: left; 
	border: 0px solid #aaa;
	padding: 10px 20px 10px 10px; 
	margin: 0px 10px 0px 0px;
}

.employeeAvatar {
	border: 1px solid #ddd;
	background: #f1f1f1;
	width: 150px;
	height: 150px;
	overflow:hidden;
	border-radius: 80px;
}

.form-control {
	width: 220px;
	background: #F1F2F2;
	border: 1px solid #F1F2F2;
	box-shadow: none;
	outline: none;
	display: inline;
	font-family: 'Poppins', 'Open Sans', 'trebuchet ms', arial, sans-serif!important;
}

select.form-control {
	background: url('https://www.app.tarkie.com/images/dashboard/caret.png') 96% 50% no-repeat #F1F2F2;
	-webkit-appearance: none;
}

.btn-success,
.btn-success.active,
.btn-success:hover {
	background: #27AE60;
	border: 1px solid #27AE60;
}

.btn-success:hover {
	background: #109f4c;
	border: 1px solid #0b853f;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #27AE60;
}

.dropdown-menu-ann > li > a:hover,
.dropdown-menu-ann > li > a:focus {
    color: #fff;
    background-color: #E7E7E7!important;
}

.dividerNowEarlier {
	margin: 2px 10px;
	color: #000;
	font-weight: 600;
}

.btn:focus {
	outline: 0px;
}

.modal-content {
	overflow: hidden;
	border: 0px solid transparent;
	background: #fff;
}

.modal-header {
	overflow: hidden;
	border-bottom: 2px solid #3295D7;
}

.modal-header h4 {
	text-align: center;
}

.modal-xl {
	width: 1100px !important;
}

.modal-lg {
	width: 900px !important;
}

.modal-sm {
	width: 400px !important;
}

.modal-footer {
	text-align: center;
}



/* HOWL */
.howl {
	color: #fff !important;
	z-index: 1040 !important;
}

.howl h5 {
	color: #fff !important;
}

.howl .howl-message-inner {
	color: #f0f0f0 !important;
}







/* ADRIAN FORM CSS =============================================================================================== */

.form-control-full {
	width: 100%;
	background: #F1F2F2;
	border: 1px solid #F1F2F2;
	box-shadow: none;
	outline: none;
}

.form-control-naked, .form-control-naked:focus {
	width: 75%;
	background: transparent!important;
	border: 0px solid #F1F2F2;
	box-shadow: none;
	outline: none;
	-webkit-box-shadow: none;
	outline-width: 0!important;
	outline:none!important;
	padding: 0px 0px;
	color: #313131;
	font-size: 13px;
}

.form-control-ticket-assign {
	position: relative;
	font-size: 10px!important;
	width: 100%!important;
}

.form-control-naked:focus {
	font-weight: 600;
}

.form-control-10 {
	width: 10%;
	background: #F1F2F2;
	border: 1px solid #F1F2F2;
	box-shadow: none;
	outline: none;
}

.form-control-20 {
	width: 25%;
	background: #F1F2F2;
	border: 1px solid #F1F2F2;
	box-shadow: none;
	outline: none;
}

.form-control-25 {
	width: 25%;
	background: #F1F2F2;
	border: 1px solid #F1F2F2;
	box-shadow: none;
	outline: none;
}

.form-control-30 {
	width: 30%;
	background: #F1F2F2;
	border: 1px solid #F1F2F2;
	box-shadow: none;
	outline: none;
}

.form-control-35 {
	width: 35%;
	background: #F1F2F2;
	border: 1px solid #F1F2F2;
	box-shadow: none;
	outline: none;
}

.form-control-40 {
	width: 40%;
	background: #F1F2F2;
	border: 1px solid #F1F2F2;
	box-shadow: none;
	outline: none;
}

.form-control-45 {
	width: 45%;
	background: #F1F2F2;
	border: 1px solid #F1F2F2;
	box-shadow: none;
	outline: none;
}

.form-control-48 {
	width: 48%;
	background: #F1F2F2;
	border: 1px solid #F1F2F2;
	box-shadow: none;
	outline: none;
}

.form-control-50 {
	width: 50%;
	background: #F1F2F2;
	border: 1px solid #F1F2F2;
	box-shadow: none;
	outline: none;
}

.form-control-70 {
	width: 70%;
	background: #F1F2F2;
	border: 1px solid #F1F2F2;
	box-shadow: none;
	outline: none;
}


.form-control-adj {
	width: 100%;
	background: #F1F2F2;
	border: 1px solid #F1F2F2;
	box-shadow: none;
	outline: none;
	padding: 3px;
	font-size: 10px;
	height: auto;
	text-align: right;
}

.removeMarginTop{
	margin-top: 0px;
}

.removeMarginBottom{
	margin-bottom: 0px;
}

.removeMarginLeft{
	margin-left: 0px;
}

.removeMarginRight{
	margin-right: 0px;
}

.removeMargin{
	margin-right: 0px;
	margin-left: 0px;
}

.removeMargin2{
	margin-top: 0px!important;
	margin-bottom: 0px!important;
}

.marginTop5 {
	margin-top: 5px!important;
}

.marginTop10 {
	margin-top: 10px!important;
}

.marginBottom10{
	margin-bottom: 10px!important;
}

.marginBottom5{
	margin-bottom: 5px!important;
}

.marginBottom3{
	margin-bottom: 3px!important;
}


.smallPadding {
	padding-right: 1px;
	padding-left: 1px;
}

.smallPadding2 {
	padding-right: 2px;
	padding-left: 2px;
}

.smallPadding3 {
	padding-right: 3px;
	padding-left: 3px;
}

.smallPadding4 {
	padding-right: 4px;
	padding-left: 4px;
}

.smallPadding5 {
	padding-right: 5px;
	padding-left: 5px;
}

.smallPadding10 {
	padding-right: 10px;
	padding-left: 10px;
}

// .removePadding{
	// padding-right: 0px;
	// padding-left: 0px;
// }

.removePaddingLeft{
	padding-left: 0px!important;
}

.removePaddingRight{
	padding-right: 0px!important;
}

.addPadding10px {
	padding: 10px;
}

.addPadding15px {
	padding: 15px;
}

.addPaddingLeft
{
	padding-left: 15px;
}

.addPaddingRight
{
	padding-right: 15px;
}

.addPaddingTop
{
	padding-top: 15px;
}

.addPaddingBottom5px
{
	padding-bottom: 5px;
}

.addPaddingTop5px
{
	padding-top: 5px;
}

.addPaddingTop10px
{
	padding-top: 15px;
}

.addPaddingBottom
{
	padding-bottom: 15px;
}

.addPaddingBottom10px
{
	padding-bottom: 10px;
}

.addMarginLeft
{
	margin-left: 15px;
}

.addMarginLeft5px
{
	margin-left: 5px;
}

.addMarginLeft10px
{
	margin-left: 10px;
}

.addMarginLeft15px
{
	margin-left: 15px;
}

.addMarginLeft20px
{
	margin-left: 20px;
}

.addMarginLeft25px
{
	margin-left: 25px;
}

.addMarginLeft26px
{
	margin-left: 26px;
}

.addMarginLeft27px
{
	margin-left: 27px;
}

.addMarginRight
{
	margin-right: 15px!important;
}

.addMarginRight3px
{
	margin-right: 3px;
}

.addMarginRight5px
{
	margin-right: 5px;
}

.addMarginRight10px
{
	margin-right: 10px;
}

.addMarginRight15px
{
	margin-right: 15px;
}

.addMarginRight20px
{
	margin-right: 20px;
}

.addMarginTop1px
{
	margin-top: 1px;
}

.addMarginTop2px
{
	margin-top: 2px;
}

.addMarginTop3px
{
	margin-top: 3px;
}

.addMarginTop4px
{
	margin-top: 4px;
}

.addMarginTop5px
{
	margin-top: 5px;
}

.addMarginTop10px
{
	margin-top: 10px;
}

.addMarginTop15px
{
	margin-top: 15px;
}

.addMarginTop20px
{
	margin-top: 20px;
}

.addMarginBottom1px
{
	margin-bottom: 1px;
}

.addMarginBottom2px
{
	margin-bottom: 2px;
}

.addMarginBottom3px
{
	margin-bottom: 3px;
}

.addMarginBottom4px
{
	margin-bottom: 4px;
}

.addMarginBottom5px
{
	margin-bottom: 5px;
}

.addMarginBottom10px
{
	margin-bottom: 10px;
}

.addMarginBottom15px
{
	margin-bottom: 15px;
}

.addMarginBottom20px
{
	margin-bottom: 20px;
}

.addMargin1px
{
	margin: 1px;
}

.addMargin2px
{
	margin: 2px;
}

.addMargin3px
{
	margin: 3px;
}

.rowFilter
{
	margin: 15px 0px!important;
	padding: 0px!important;
}

.btnMod{
	background: #f1f1f1;
	text-align: left;
	margin-bottom: 3px;
	padding-left: 10px;
}

.btnMod:hover{
	background: #3295D7;
	color: #fff;
}

/* ============================================================================================== */

.formNameHeaderContainer{
	/*padding: 15px 15px!important;*/
	cursor: pointer;
}

.portlet .formNameHeaderContainer:hover{
	border: 1px dashed #c5c5c5;
}

.portlet .formNameHeaderContainer.active{
	border: 1px dashed #3295D7;
	background: rgb(202, 226, 243);
}

.formNameHeaderContainer.active:hover{
	border: 1px solid #3295D7;
}

.portlet .formNameHeader{
	/*font-size: 23px!important;*/
}

.portlet .portlet-content .startFormContainer{
	position: relative;
	height: auto;
	padding: 30px 20px;
	background: #f8f8f8;
	border: 1px dashed #c5c5c5;
}

.portlet .portlet-content .startFormContainer:hover{
	border: 1px solid #c5c5c5;
}

.levelContainer{
	position: relative;
	height: auto;
	padding: 10px;
	padding-bottom: 5px;
	background: white;
	border: 1px solid white;
	cursor: pointer;
}

.levelContainer:hover{
	border: 1px dashed #c5c5c5;
}

.levelContainer.active{
	border: 1px dashed #3295D7;
	background: #e9f9f8;
}

.levelParent{
	border: 1px dashed #c5c5c5;
}

.levelContainer.active:hover{
	border: 1px solid #3295D7;
}

.level2Container, .level3Container, .fieldContainer
{
	position: relative;
	height: auto;
	padding: 10px;
	padding-bottom: 5px;
	background: white;
	border: 1px solid white;
	cursor: pointer;
	margin-bottom: 5px;
	padding-right: 10px;
}

.level2Container:hover, .level3Container:hover, .fieldContainer:hover{
	border: 1px dashed #c5c5c5;
	padding-right: 10px;
}

.level2Container.active, .level3Container.active, .fieldContainer.active{
	border: 1px dashed #3295D7;
	background: rgba(245, 147, 82, 0.1);
}

.level2Container.active:hover, .level3Container.active:hover, .fieldContainer.active:hover{
	border: 1px solid #3295D7;
}


.newFieldRequired, .newFieldReq {
	color: #e5412d;
	display: none;
}
.newFieldReqShow {
	color: #e5412d;
	display: inline;
}

.sectionDesc {
	font-weight: 500!important;
	color: #616161;
}

.sectionLine {
	border: 0;
	border-top: 1px solid #3295D7!important;
	margin-top: 0px!important;
	margin-bottom: 5px!important;
}

.sectionLine2 {
	border: 0;
	border-top: 1px solid #636363!important;
	margin-top: 5px!important;
	margin-bottom: 10px!important;
}



.newFieldDescription, .newFieldDesc {
	font-weight: 500!important;
	color: #9e9e9e;
}

.newFieldDescWhite {
	color: #fff!important;
}

.levelName{
	position: relative;
	width: auto;
	z-index: 2;
	border-bottom: 0px solid #75c4bf;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.levelName2{
	position: relative;
	width: auto;
	border-bottom: 1px solid #8ddcd7;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.levelName2 i{
	color: #3295D7;
}

.levelName3{
	position: relative;
	width: auto;
	border-bottom: 1px solid #8ddcd7;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.levelName3 i{
	color: #3295D7;
}

.questionName
{
	position: relative;
	width: auto;
	z-index: 2;
	border-bottom: 1px solid #8ddcd7;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.questionName i{
	color: #3295D7;
}


.employeeWhoCanAccessContainer{
	position: relative;
	overflow-y: auto;
	max-height: 300px;
	height: 300px;
}

.formPropertiesContainer{
	position: relative;
	overflow-y: auto;
	max-height: 360px;
}

.formPropertiesContainer .radio
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.formPropertiesContainer label
{
	font-size: 12px;
	font-weight: 400;
}

.holderContainer {
	border: 0px solid black;
	cursor: pointer;
	width: 80%;
}

.insideFieldContainer{
	position: relative;
	width: auto;
	height: auto;
	font-size: 13px!important;
}

.insideFieldContainer .radio, .insideFieldContainer .radio-inline
{
	margin-top: 0px;
	margin-bottom: 5px;
}

.insideFieldContainer label
{
	font-size: 12px;
	font-weight: 400;
}

.insideFieldContainer .form-group{
	margin-bottom: 0px;
}


.commentContainer{
	position: relative;
	margin-top: 10px;
	margin-bottom: 0px!important;
}

.choicesContainer
{
	position: relative;
	width: 100%;
	margin-bottom: 5px;
	border-spacing: 0;
	border-collapse: collapse;
}

.choicesContainer td{
	padding: 2px;
}

.choicesContainer i
{
	padding: 5px;
	cursor: pointer;
}

.choicesContainer .form-control
{
	padding: 5px 12px;
	height: auto;
	font-size: 12px;
}

.choicesContainer .faGreen
{
	color: #3295D7;
}

.choicesContainer .faRed
{
	color: #D9534F;
	padding-right: 0px;
}

.choicesContainer .faRedInvalid{
	color: #999999;
	padding-right: 0px;
}

.accordion .accordion-toggle
{
	font-size: 15px;
	padding: 20px 15px;
	background-color: #fff;
}

.accordion .panel.open .accordion-toggle {
	color: #505050!important;
	background-color: #fff;
}

.accordion-toggle{
	color: #505050!important;
}

.accordion-toggle:hover {
	color: #505050!important;
}


.btnImageView
{
	margin-top: -3px;
}

.panel-group .panel {
	border-radius: 6px;
	border: 2px solid #5CC287;
}

.panel-body {
	padding: 0px;
}

.panel-default{
	border: 1px solid #c5c5c5;
}

.btnLevel, .btnGlobalQuestion
{
	text-align: left;
	margin-bottom: 5px;
	color: #636363;
	background: #fff;
	border: 1px solid #c5c5c5;
}

.btnMod{
	background: #f1f1f1;
	text-align: left;
	margin-bottom: 3px;
	padding-left: 10px;
}

.btnMod:hover{
	background: #3295D7;
	color: #fff;
}

.fixContainer{
	position: fixed;
}

.affix {
  position: fixed;
  top: 20px;
}

.btnFRemove{
	position: relative;
	z-index: 3;
	color: #cbcbcb;
	cursor: pointer;
	margin-right: 8px;
	margin-top: 3px;
}

.btnFRemove:hover{
	color: #bc2a26;
}

.btnFCopy{
	position: relative;
	z-index: 3;
	color: #cbcbcb;
	cursor: pointer;
	margin-right: 8px;
	margin-top: 3px;
}

.btnFCopy:hover{
	color: #4CAE4C;
}

.btnFDuplicate{
	position: relative;
	z-index: 3;
	color: #cbcbcb;
	cursor: pointer;
	margin-right: 8px;
	margin-top: 3px;
}

.btnFDuplicate:hover{
	color: #3295D7;
}

.btnFToggle{
	position: relative;
	z-index: 3;
	color: #cbcbcb;
	cursor: pointer;
	margin-right: 8px;
	margin-top: 3px;
}

.btnFToggle:hover{
	color: #3295D7;
}


.recentlyPhotosContainer
{
	position: relative;
	min-height: 235px;
	max-height: 235px;
	border: 0px solid black;
}

.recentlyActivitiesContainer
{
	position: relative;
	min-height: 147px;
	max-height: 147px;
	border: 0px solid black;
}

.recentlySubmittedEntriesContainer
{
	position: relative;
	min-height: 248px;
	max-height: 248px;
	border: 0px solid black;
}

.entriesCountSummaryContent
{
	position: relative;
	min-height: 190px;
	max-height: 190px;
	border: 0px solid black;
	padding: 10px;
}


.rseContainer, .rseContainer2
{
	position: relative;
	width: auto;
	height: auto;
	padding: 10px;
	border: 1px solid #ddd;
	background: #fff;
	margin-bottom: 3px;
}

.rseContainer:hover, .rseContainer2:hover
{
	border: 1px solid #3295D7;
}

.rseContainer table, .rseContainer2 table{
	position: relative;
	width: 100%;
}

.rseContainer2
{
	padding: 5px 8px;
}

.profilePic{
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	padding: 0px;
}

.profilePic2{
	position: relative;
	width: 35px;
	height: 35px;
	border-radius: 100px;
	padding: 0px;
}

.profilePic3{
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 100px;
	padding: 0px;
}

.profilePic4{
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	padding: 0px;
}

.profilePic5{
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	padding: 0px;
	margin-right: 5px;
}

.textWhite{
	color: #ffffff!important;
}


.textRed{
	color: #D9534F!important;
}

.textGray{
	color: #DDDDDD!important;
}

.textDarkGray{
	color: #848484!important;
}


.textGreen{
	color: #3295D7!important;
}

.textOrange{
	color: #F7941E!important;
}

.textBlue{
	color: #24A9E1!important;
}

.textLightGreen{
	color: #67A932!important;
}

.text8{
	font-size: 8px!important;
}

.text9{
	font-size: 9px!important;
}

.text10{
	font-size: 10px!important;
}

.text11{
	font-size: 11px!important;
}

.text12{
	font-size: 12px!important;
}

.text13{
	font-size: 13px!important;
}

.text14{
	font-size: 14px!important;
}

.text15{
	font-size: 15px!important;
}

.text16{
	font-size: 16px!important;
}

.text17{
	font-size: 17px!important;
}

.text18{
	font-size: 18px!important;
}

.text19{
	font-size: 19px!important;
}

.text20{
	font-size: 20px!important;
}

.text21{
	font-size: 21px!important;
}

.text22{
	font-size: 22px!important;
}

.text23{
	font-size: 23px!important;
}

.text24{
	font-size: 24px!important;
}

.text25{
	font-size: 25px!important;
}

.text26{
	font-size: 26px!important;
}

.text27{
	font-size: 27px!important;
}

.text28{
	font-size: 28px!important;
}


.text29{
	font-size: 29px!important;
}


.text30{
	font-size: 30px!important;
}

.text35{
	font-size: 35px!important;
}

.text40{
	font-size: 40px!important;
}


.lineInherit
{
	margin-top: 0px;
}


.list-group-item{
	padding: 8px 10px;
	margin-bottom: 1px;
}

.list-group {
	margin-bottom: 0px;
}

.formListContainer
{
	position: relative;
	width: auto;
	height: auto;
	padding: 15px 20px;
	border-bottom: 1px solid #E7EAEC;
	background: white;
	margin-bottom: 3px;
}


.formAnswerHeader{
	position: relative;
	width: auto;
	height: auto;
	background: white;
	padding: 15px;
	/*margin-bottom: 10px;*/
}

.formAnswerContent{
	position: relative;
	width: auto;
	height: auto;
	background: white;
	padding: 15px;
	border-top: 2px solid #3295D7;
}

.entriesContainer
{
	margin-bottom: 20px;
}

.btnInvi
{
	background: none;
	margin: 0px;
	color: #676A6C;
	border: 0px solid black;
	padding: 10px 15px;
	margin-top: 5px;
}

.btnInvi:hover
{
	background: #f7f7f7;
}

.input-group-addon {
	border-radius: 0px;
}

.tooltip{
	position:fixed;
	z-index:1030;
	display:block;
	font-size: 11px;
	line-height:1.4;
	opacity:0;
	filter:alpha(opacity=0);
	visibility:visible;
}

.tooltip.in{

	opacity:.9;
	filter:alpha(opacity=0)
}

.formLevelContainer
{
	position: relative;
	width: 100%;
	height: auto;
	border: 
}

.formLevelHeader
{
	position: relative;
	width: 100%;
	height: auto;
	padding: 10px;
}

.formLevelContent
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 40px;
}

.level1
{
	background: #daf9f6;
}

.level2
{
	background: #e3e3e3;
}

.level3
{
	background: #ecebeb;
}

.rightIcon
{
	position: absolute;
	left: 15px;
	margin-top: 13px;
	color: #A2A2A2;
}

.answerContainerContent{
	position: relative;
	padding: 10px;
	width: auto;
	height: auto;
	border: 0px solid #DDD;
	background: #f3f3f3;
	margin-bottom: 3px;
}

.panel-default {
	border: 1px solid #ddd;
}

.panel-group .panel+.panel{
	margin-top: 0px;
	margin-bottom: 0px;
}

.panel-group .panel {
	margin-bottom: 5px!important;
}

.clearDateBtn
{
	position: absolute;
	right: 10px;
	top: 10px;
	color: #ddd;
	cursor: pointer;
}

.clearDateBtn:hover
{
	color: #D9534F;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #3295D7;
  background-image: none;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #3295D7;
  background-image: none;
}

.directoryUl {
  margin: 0px 0px 0px -20px;
  list-style: none;
  line-height: 17px;
  font-family: Arial;
}
.directoryUl li {
  font-size: 12px;
  position: relative;
  list-style: none;
  padding-top: 2px;
  padding-bottom: 2px;
}
.directoryUl li:before {
  position: absolute;
  left: -15px;
  top: 0px;
  content: '';
  display: block;
  border-left: 1px solid #3295D7;
  height: 1em;
  border-bottom: 1px solid #3295D7;
  width: 10px;
}
.directoryUl li:after {
  position: absolute;
  left: -15px;
  bottom: -7px;
  content: '';
  display: block;
  border-left: 1px solid #3295D7;
  height: 100%;
}
.directoryUl li.root {
  margin: 0px 0px 0px -20px;
}
.directoryUl li.root:before {
  display: none;
}
.directoryUl li.root:after {
  display: none;
}
.directoryUl li:last-child:after {
  display: none;
}

.dirLink, .dirLink2
{
	cursor: pointer;
}

.dirLink:hover, .dirLink2:hover
{
	color: #3295D7;
}

.employeeListContainer
{
	position: relative;
	background: white;
	border: 1px solid #E7EAEC;
	height: 220px;
	width: auto;
	margin: 4px;
	padding: 20px;
}

.label-orange{
	background: #F7941E;
}

.label-green{
	background: #3295D7;
}

.label
{
	border-radius: 0px;
}

.btnLbl
{
	cursor: pointer;
}

.labelTag
{
	display: inline-block;
	margin: 2px;
}

.labelTagForm
{
	
}

.cTeamName
{
	position: relative;
	top: -4px;
	display: inline;
	font-size: 11px;
}


.forApprovalImageContainer
{
	position: relative;
	width: 30px;
}

.labelTagForm
{
	position: absolute;
	width: 70px;
	margin-top: -41px;
	margin-left: -31px;
}

.select2-container-multi .select2-choices
{
	background: #F1F2F2;
	-webkit-border-radius: 0px;
	border-radius: 4px;
	border: 1px solid #F1F2F2;
}

.photo
{
	position: relative;
	width: 120px;
	height: 120px;
}

.photoTagContainer
{
	position: relative;
	width: 90%;
	max-width: 90%;
	border: 0px solid black;
}

.btnNav
{
	position: relative;
	z-index: 30;
	color: white;
	font-size: 50px;
	margin: 0px 10px;
}

.swipePhotoContainer
{
	display: inline-block;
}

.savedContainer{
	margin-top: 8px;
	display: none;
}

.loading-bar {
	padding: 10px 20px;
	display: block;
	text-align: center;
	box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
	border-radius: 0px;
	margin: 20px 0;
	font-size: 15px;
	font-family: "museo-sans", sans-serif;
	border: 0px solid #ddd;
	margin-right: 1px;
	font-weight: normal;
	cursor: pointer;
	position: relative;
	color: #3295D7;
}

.loading-bar-2 {
	padding: 0px;
	display: block;
	text-align: center;
	box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
	border-radius: 0px;
	margin: 20px;
	font-size: 15px;
	font-family: "museo-sans", sans-serif;
	border: 0px solid #ddd;
	margin-right: 1px;
	font-weight: normal;
	cursor: pointer;
	position: relative;
	color: #3295D7;
	line-height: 30px;
	z-index: 1;
}

.progress{
	height: 10px;
	border-radius: 10px;
	box-shadow: inset 0 0px 0px rgba(0,0,0,0.1);
	margin-bottom: 0px;
}

.progress-bar-green {
  background-color: #3295D7;
}

.progress-bar-orange {
  background-color: #F7941E;
}

.progress-bar-lightgreen {
  background-color: #8DC63F;
}

.stat-header {
  display: table;
  width: 100%;
  margin-bottom: 0px;
}

.stat-label-top {
  display: table-cell;
  color: #444;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.stat-value-top {
  display: table-cell;
  color: #444;
  font-size: 11px;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
}

.stat-footer {
  display: table;
  width: 100%;
  margin-bottom: 0px;
}

.stat-label-bottom {
  display: table-cell;
  color: #666;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.stat-value-bottom {
  display: table-cell;
  color: #666;
  font-size: 13px;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
}

.inputContainer
{
	display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 0px;
}

.dataContainer
{
	margin-bottom: 20px;
}

.pointer
{
	cursor: pointer;
}

.pointerDefault
{
	cursor: default;
}


.addText
{
	cursor: pointer;
}

.btnNoBack
{
	background: none;
}

.companyLogo
{
	margin-top: -4px;
	margin-left: 17px;
	width: 175px;
	height: 55px;
}

.thumbnail{
	padding: 5px;
}

.appSettingContainer
{
	position: relative;
	width: auto;
	min-height: 200px;
	height: auto;
	background: white;
	margin-left: 20px;
	margin-right: 20px;
	padding: 30px;
}

.empAccessContainer, .accessSummaryContainer
{
	position: relative;
	width: auto;
	min-height: 100px;
	height: auto;
	background: white;
	margin-left: 20px;
	margin-right: 20px;
	padding: 30px;
}

.splashImageSelection
{
	position: relative;
	width: 100px;
	height: auto;
	margin-bottom: 10px;
}

.employeeList2Container
{
	position: relative;
	width: auto;
	height: auto;
	padding: 8px;
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	margin: 2px;
}

.employeeList2Container:hover
{
	background: #eae9e9;
	border: 1px solid #e1e1e1;
}

.employeeList2Name
{
	line-height: 13px;
}

.btnEllipsis
{
	position: absolute;
	right: 10px;
	bottom: 3px;
	cursor: pointer;
}

.imageCircle
{
	border-radius: 100px;
}

.employeeAccessContainer
{
	position: relative;
	width: auto;
	height: auto;
	background: #E4E4E4;
	padding:  25px 20px;
}

.listDo
{
	text-indent: 10px;
}

.addTagContainer
{
	position: relative;
	width: 300px;
	height: auto;
	padding: 10px;
	background: white;
	display: none;
	border: 1px solid #e4e4e4;
}

.photoImage
{
	padding: 0px;
	margin: 0px 2px 0px 0px;
}

.tagLetterContainer
{
	min-height: 200px;
}

.employeeWhiteContainer
{
	position: relative;
	width: 100%;
	height: auto;
	background: white;
	padding: 20px 10px;
	margin-top: 23px;
}

.otherClient, .otherStore
{
	display: none;
}

.filterDateContainer
{
	margin-bottom: 20px;
}

.fieldName {
	font-weight: bold; 
	color: #3c3c3c;
	font-size: 13px;
}

.fieldAnswer {
	font-weight: 600;
	color: #5f5f5f;
	font-size: 13px;
}

.listAnswer {
	list-style: none;
	margin-bottom: 0px;
	padding: 0px;
}

.listAnswer li {
	font-weight: 600;
	color: #5f5f5f;
	font-size: 13px;
}

.addWidth4perc {
	width: 4%!important;
}

.height200
{
	min-height: 200px;
}

.height300
{
	min-height: 300px;
}

.height400
{
	min-height: 400px;
}

.height545
{
	min-height: 845px;
}

.height600
{
	min-height: 600px;
}

.portlet .portlet-content {
	padding: 22px 20px 15px;
	background: #FFF;
	border: 1px solid #e4e4e4;
	-webkit-border-radius: 0px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0px;
	-moz-background-clip: padding;
	border-radius: 0px;
	background-clip: padding-box;
	width: 100%;
}

.btnHeaderContainer {
	margin-bottom: 10px;
}

.referenceTitle, .secTitle {
	font-weight: 600!important;
    font-size: 17px!important;
    color: #3295d7;
}

.formWrapper {
	border: 0px solid #fff;
	width: 100%;
	background: #fff;
	margin: 0px 20px 20px 0px;
}

.formWrapper .formHeader {
	padding: 10px;
	overflow: hidden;
	border-bottom: 2px solid #3295D7;
}

.formWrapper .formHeader .formTitle {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	line-height: 34px;
}

.formWrapper .formContent {
	padding: 0px;
	margin: 0px;
}

/* DATEPICKER */
.datepicker {
	z-index: 1040 !important;
}

.input-group-addon {
	border: 0px;
}



.contentWrapper {
	border-top: 1px solid #fff;
	background: #fff;
	overflow: hidden;
}

/* ACTION */
.actionWrapper {
	border: 0px solid #aaa;
	margin: 10px 10px 30px 10px;
}

.actionWrapper ul {
	padding: 0px;
	list-style: none;
	border: 0px solid #aaa;
	overflow: hidden;
}

.actionWrapper ul:nth-child(1) {
	float: right;
}

.actionWrapper ul li {
	float: left;
	border: 0px solid #f00;
	margin: 0px 15px 0px 0px;
	line-height: 35px;
}

.actionWrapper ul li a.date {
	font-weight: bold;
	font-size: 15px;
}

/* FEED */
.storeWrapper {
	border: 0px solid #fff;
	float: left;
	width: 48%;
	background: #fff;
	margin: 0px 20px 20px 0px;
}

.storeWrapper .storeHeader {
	padding: 10px;
	overflow: hidden;
	border-bottom: 2px solid #3295D7;
}

.storeWrapper .storeHeader .storeTitle {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
}

.storeWrapper .storeContent {
	padding: 0px;
	margin: 0px;
}

.storeWrapper #todayGraph,
.storeWrapper #weeklyGraph {
	height: 350px;
	border: 1px solid transparent;
	margin: 20px;
}

.storeWrapper #graphLegend {
	border: 1px solid transparent;
	margin: 5px 10px;
}

.storeWrapper #graphLegend ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.storeWrapper #graphLegend ul li {
	padding: 0px;
	margin: 0px 10px 0px 0px;
	float: left;
	border: 1px solid transparent;
}

.storeWrapper #graphLegend ul li .color {
	padding: 5px 10px;
	margin: 5px;
	border-radius: 3px;
	border: 1px solid transparent;
	float: left;
}

.storeWrapper #graphLegend ul li .opened {
	border: 1px solid #3295D7;
	background: #3295D7;
}

.storeWrapper #graphLegend ul li .closed {
	border: 1px solid #808080;
	background: #808080;
}

.storeWrapper #graphLegend ul li .notYetOpen,
.storeWrapper #graphLegend ul li .unopened {
	border: 1px solid #DA0000;
	background: #DA0000;
}

.storeWrapper #graphLegend ul li .late {
	border: 1px solid #20608B;
	background: #20608B;
}

.storeWrapper #graphLegend ul li .caption {
	border: 1px solid transparent;
	float: left;
	margin: 0px;
}

.feedWrapper {
	background: #fff;
	margin: 15px;
}

.feedWrapper .feedHeader {
	padding: 10px;
	margin-bottom:10px;
	overflow: hidden;
	border-bottom: 2px solid #3295D7;
}

.feedWrapper .feedHeader .feedTitle {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	line-height: 34px;
}

.feedWrapper .feedContent {
	border: 1px solid #fff;
	padding: 0px;
	height: 500px;
	max-height: 500px;
	overflow-y: auto;
	font-size: 14px;
}

.feedWrapper .feedContentNoGPS {
	border: 1px solid #fff;
	padding: 0px;
	height: 500px;
	max-height: 500px;
	overflow-y: auto;
	font-size: 14px;
}

.feedWrapper .feedContent .feedContentItem,
.feedWrapper .feedContentNoGPS .feedContentItem,
 {
	border: 0px solid #f00;	
	border-bottom: 2px solid #F1F1F1;
	margin: 10px 0px;
	overflow: hidden;
	padding: 0px 5px 10px 5px;
}

.feedWrapper .feedContent .feedContentItem:last-child,
.feedWrapper .feedContentNoGPS .feedContentItem:last-child,
 {
	border: 0px;
}

.feedWrapper .feedContent .feedContentItem .avatar,
.feedWrapper .feedContentNoGPS .feedContentItem .avatar,
 {
	width: 60px;
	height: 60px;
	margin: 5px 10px 10px 5px;
	border: 1px solid #f1f1f1;
	float: left;
	overflow: hidden;
	background: #f1f1f1;
}

.feedWrapper .feedContent .feedContentItem .details,
.feedWrapper .feedContentNoGPS .feedContentItem .details
{
	border: 0px solid #000;
	margin: 5px 5px 5px 0px;
	overflow: hidden;
}

.feedWrapper .feedContent .feedContentItem .alerts,
.feedWrapper .feedContentNoGPS .feedContentItem .alerts 
{
	color: #f00;
}

.feedWrapper .feedContent .feedContentItem .details div,
.feedWrapper .feedContentNoGPS .feedContentItem .details div 
{
	float: left;
	margin-right: 5px;
}

.feedWrapper .feedContent .feedContentItem .details .name,
.feedWrapper .feedContent .feedContentItem .details .store,
.feedWrapper .feedContentNoGPS .feedContentItem .details .name,
.feedWrapper .feedContentNoGPS .feedContentItem .details .store,
{
	font-weight: bold;
}

.feedWrapper .feedContent .feedContentItem .date,
.feedWrapper .feedContentNoGPS .feedContentItem .date
{
	font-size: 11px;
	border: 0px solid #000;
	margin: -5px 0px 0px 0px;
	overflow: hidden;
	padding: 0px;
}

.feedWrapper .feedContent .feedContentItem .map,
.feedWrapper .feedContentNoGPS .feedContentItem .map
{
	border: 1px solid #fff;
	clear: both;
	padding: 0px;
	margin: 5px;
}

.feedWrapper .feedContent .feedContentItem .map .mapData,
.feedWrapper .feedContentNoGPS .feedContentItem .map .mapData
{
	height: 130px;
}

/* REPORTS */
.reportList {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px;
	list-style: none;
	border-bottom: 0px solid #219553;
	overflow: hidden;
}

.reportList:last-child {
	border-bottom: 0px solid #219553;
}

.reportList li {
	font-size: 22px;
	line-height: 25px;
	width: 230px;
	height: 100px;
	border: 1px solid transparent;
	border-radius: 5px;
	float: left;
	margin: 15px;
	display: flex;
	position: relative;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 5px;
}

.lr {
	border :1px solid #ec5895;
	background: #ec5895;
	color: #fff;
}

.rlr {
	border :1px solid #565a86;
	background: #565a86;
	color: #fff;
}

.sotr {
	border :1px solid #D65C5C;
	background: #D65C5C;
	color: #fff;
}

.spa {
	border :1px solid #72a9bb;
	background: #72a9bb;
	color: #fff;
}

.mcr {
	border :1px solid #662D91;
	background: #662D91;
	color: #fff;	
}

.vfr {
	border :1px solid #9C005C;
	background: #9C005C;
	color: #fff;	
}

.visitsByStatus {
	border :1px solid #19df39;
	background: #19df39;
	color: #fff;
}

.visitTypeAnalytics {
	border :1px solid #5482dc;
	background: #5482dc;
	color: #fff;	
}

.cnv {
	border :1px solid #308656;
	background: #308656;
	color: #fff;
}

.chr {
	border :1px solid #775b33;
	background: #775b33;
	color: #fff;
}

.rar {
	border :1px solid #6b536d;
	background: #6b536d;
	color: #fff;
}

.er {
	border :1px solid #3295d7;
	background: #3295d7;
	color: #fff;	
}

.fcr {
	border :1px solid #751515;
	background: #751515;
	color: #fff;	
}

.fcrd {
	border :1px solid #e99873;
	background: #e99873;
	color: #fff;	
}

.fcrm {
	border :1px solid #154e75;
	background: #154e75;
	color: #fff;	
}


.otr {
	border :1px solid #0071BC;
	background: #0071BC;
	color: #fff;	
}

.svq {
	border :1px solid #bd9c54;
	background: #bd9c54;
	color: #fff;	
}

.sin {
	border :1px solid #b274a1;
	background: #b274a1;
	color: #fff;
}

.sbe {
	border :1px solid #8e908b;
	background: #8e908b;
	color: #fff;
}

.lsr {
	border :1px solid #de4cb8;
	background: #de4cb8;
	color: #fff;	
}

.dpr {
	border :1px solid #8CC63F;
	background: #8CC63F;
	color: #fff;	
}

.mpr {
	border :1px solid #00A99D;
	background: #00A99D;
	color: #fff;
}

.dlr {
	border :1px solid #cc3054;
	background: #cc3054;
	color: #fff;
}

.alr {
	border :1px solid #cc6a30;
	background: #cc6a30;
	color: #fff;
}

.exls {
	border :1px solid #7d457c;
	background: #7d457c;
	color: #fff;	
}

.cer {
	border :1px solid #9a8b52;
	background: #9a8b52;
	color: #fff;	
}

.els {
	border :1px solid #14515f;
	background: #14515f;
	color: #fff;	
}

.sl {
	border :1px solid #8e93d1;
	background: #8e93d1;
	color: #fff;	
}

.elspd {
	border :1px solid #d3a72c;
	background: #d3a72c;
	color: #fff;	
}

.ers {
	border :1px solid #ffcc33;
	background: #ffcc33;
	color: #fff;	
}

.imp {
	border :1px solid #ff3333;
	background: #ff3333;
	color: #fff;	
}

.abs {
	border :1px solid #e0ad6e;
	background: #e0ad6e;
	color: #fff;	
}

.br {
	border :1px solid #6ee0e0;
	background: #6ee0e0;
	color: #fff;	
}

.ins {
	border :1px solid #475555;
	background: #475555;
	color: #fff;	
}

.scr {
	border :1px solid #79c4d5;
	background: #79c4d5;
	color: #fff;	
}

.attendance {
	border :1px solid #F9A94B;
	background: #F9A94B;
	color: #fff;
}

.attendanceByTeam {
	border :1px solid #C53722;
	background: #C53722;
	color: #fff;
}

.attendanceByEmployeeDetails {
	border :1px solid #26813A;
	background: #26813A;
	color: #fff;
}

.onLeaveAndRestDay {
	border :1px solid #6600CC;
	background: #6600CC;
	color: #fff;
}

.timeInStatistics {
	border :1px solid #664444;
	background: #664444;
	color: #fff;
}

.latesStatistics {
	border :1px solid #4E6875;
	background: #4E6875;
	color: #fff;
}

.overtimeStatistics {
	border :1px solid #BD0C71;
	background: #BD0C71;
	color: #fff;
}

.scheduling {
	border :1px solid #5a9379;
	background: #5a9379;
	color: #fff;
}

/* PROGRESS BAR */
.progress {
	height: 15px;
	margin-top: 10px;
	border-radius: 10px;
}

.progress .progress-bar {
	width: 100%;
}


/* SCHEDULE */
.schedWrapper {
	border: 0px solid #f00;
	overflow: hidden;
}

.schedWrapper div {
	float: left;
	padding: 5px 10px;
}


.schedWrapper .schedFrom,
.schedWrapper .schedTo {
	font-weight: bold;
}



/* EXPENSE */
.expenseCategoryTitle {
	font-weight: bold;
	padding: 5px;
}

.expenseCategoryWrapper {
	border: 0px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	min-height: 300px;
	width: 250px;
	float: left;
	overflow: hidden;
	margin: 0px 20px 0px 0px;
}

.expenseCategoryWrapper ul {
	padding: 5px;
	list-style: none;
}

.expenseCategoryWrapper ul li {
	border: 0px solid #aaa;
}

.expenseCategoryWrapper ul li a.categoryName {
	display: block;
	padding: 5px;
	text-align: left;
	font-weight: bold;
	color: #333333;
	padding-left: 20px;
}

.expenseCategoryWrapper ul li a .deleteCategoryNameHide,
.expenseCategoryWrapper ul li a .deleteCategoryNameShow {
	border: 0px solid #aaa;
	padding: 7px 5px;
	float: right;
	color: #f00;
}

.expenseCategoryWrapper ul li a .deleteCategoryNameHide {
	visibility: hidden;
}

.expenseCategoryWrapper ul li a .deleteCategoryNameShow {
	visibility: visible;
}

.expenseTypeWrapper {
	border: 1px solid #E6E6E6;	
	overflow: hidden;
	min-height: 300px;
	background: #E6E6E6;
	border-radius: 5px;
}

.expenseTypeWrapper .expenseTypeTitle {
	font-weight: bold;
	padding: 5px 10px;
}

.addExpenseCategoryWrapper {
	border: 0px solid #E6E6E6;
	text-align: center;
	clear: both;
	margin: 10px 0px 0px 0px;
	width: 250px;
	float: left;
	overflow: hidden;
}

.addExpenseCategoryWrapper ul {
	list-style: none;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

.addExpenseCategoryWrapper ul li {
	float: left;
	width: 50%;
}

.addExpenseCategoryWrapper ul li a {
	display: block;
	border: 1px solid transparent;
	border-radius: 5px;
	padding: 5px;
	color: #3295D7;
}

.addExpenseCategoryWrapper ul li a img {
	width: 16px;
	vertical-align: middle;
	margin-right: 3px;
}

.expenseReportSummaryDetails {
	border: 1px solid transparent;
	margin: 0px 0px 20px 0px;
}

.expenseReportSummaryDetails .name {
	font-size: 17px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

.expenseReportSummaryDetails .title {
	font-size: 14px;
}

.expenseReportSummaryDetails .expenseReportNumber {
	font-size: 14px;
}

table.view tr td.settingsCategoryName {
	font-weight: bold;
}

table.view tr td.settingsCategoryName img {
	margin-right: 5px;
}

table.view tr td.settingsTypeName {
	padding: 5px 5px 5px 50px;
	vertical-align: middle;
}

.settingsTitle {
	border: 1px solid transparent;
	border-bottom: 2px solid #3295D7;
	padding: 15px;
	font-size: 20px;
	font-weight: bold;
	margin: -20px -25px 0px -25px;
}

.settingsValue div {
	float: left;
	padding: 0px 5px;
	vertical-align: middle;
}

.settingsTeam {
	vertical-align: middle;
}

.settingsRole {
	vertical-align: middle;
}

.settingsTeamWrapper {
	border: 1px solid transparent;
	clear: both;
	width: 300px;
}

.settingsTeamWrapper .teamList {
	border:1px solid transparent;
	margin: 0px 0px 0px 100px;
}

.settingsBody {
	padding-top: 5px;
    font-size: 14px;
}

.settingsHeader {
	padding-bottom: 15px;
    border-bottom: 2px solid #3295D7;
}

.settingsLabel {
    font-weight: 800;
    font-size: 24px;
}

.settingsList {
	list-style: none;
	padding-left: 18px;
}

.settingsList .settingsItem {
	font-weight: 800;
}

.mainSetting {
	margin-top: 15px;
}

.subSetting {
	list-style: none;
}

.subSetting .subSettingItem {
	/*padding: 25px 0px;*/
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* News Feed */

.summaryTiles {
	padding: 20px;
	overflow: hidden;
}

.summaryTile {
	width: 23%;
	height: 120px;
	float: left;
	margin-left: 25px;
	border-radius: 8px;
}

.schedule {
	background-color: #3295D7;
	color: #fff;
	margin-left: 0px !important;
}

.completedVisits {
	background-color: #27AE60;
	color: #fff;
}

.pendingVisits {
	background-color: #F15A24;
	color: #fff;
}

.appForms {
	background-color: #D4145A;
	color: #fff;
}

.tileBody {
	padding: 10px 20px;
	margin-bottom: 13px;
	overflow: hidden;
}

.tileFooter {
	margin: 3px;
	background-color: #fff;
	color: #000;
	padding: 1px 5px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.tileImage {
	height: 60px;
	float: left;
}

.tileFooter {
	font-weight: bold;
    font-size: 14px;
    overflow: hidden;
}

.sched {
	color: #3295D7 !important;
}

.cvisits {
	color: #27AE60 !important;
}

.pvisits {
	color: #F15A24 !important;
}

.aforms {
	color: #D4145A !important;
}

.footerlabel {
	float: left;
}

.footerlink {
	float: right;
	margin-right: 5px;
	text-decoration: underline;
}

.tilenumber {
    float: right;
    line-height: 60px;
    font-weight: 800;
    font-size: 61px;
}

.tilewpercent {
	float: right;
    line-height: 37px;
    font-weight: 800;
    font-size: 50px;
    height: 10px;
}

.percent {
	font-size: 23px;
    float: right;
    font-weight: normal;
}

.formContent {
	border: 0px solid #fff;
	padding: 0px;
	overflow-y: auto;
	font-size: 14px;
}

.recentPhoto {
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
	width: 28%;
	float:left;
}

/* Access Profile */

.accessNameContainer {
	margin-top: 15px;
}

.accessListsContainer {
	margin-top:20px;
	margin-bottom: 25px;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	padding-top: 20px;
}

.accessHeader {
	font-size: 14px;
	font-weight: 600;
}

.accessLists {
	list-style: none;
	font-size: 14px;
}

.accessLists li {
	font-size: 14px;
	margin-bottom: 10px;
	overflow: hidden;
}

.aLabel {
	float: left;
}

.aCheck {
	float: right;
	margin-right: 50%;
	zoom:1.1;
}

/* CLASSIFICATIONS ADDITIONAL DESIGN  */

.classificationColor {
	width: 22px;
    float: left;
    margin-top: 2px;
    margin-right: 3px;
    border-radius: 50px;
    background-color: #000;
    cursor: pointer;
}

.classcaption {
	width: 253px !important;
	font-weight: bold;
}

.jscolor {
	margin-right: 3px;
	background-image: none;
    width: 25px;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 50px;
    height: 25px;
    border: 1px solid gray;
    float: left;
}

.inActiveColor {
	pointer-events: none;
	cursor: default;
}

/* Employee Details */

.detailsHeader {
	margin-bottom: 10px;
	overflow: hidden;
}

.detailsHeader h2 {
	font-weight: 500;
}

.detailsContainer .col-md-12 {
	margin-bottom: 50px;
}

.detailsContainer .empTeamsAccess {
	background-color: #f1f1f1;
}

.edImg {
	width: 150px;
	margin-left: 30px;
	padding: 3px;
	border: 1px solid gray;
	border-radius: 80px;
	float: left;
}

.employeeName {
	line-height: 150px;
	margin-left: 30px;
	font-size: 22px;
	float: left;
}

.empDetailItem {
	margin-bottom: 25px;
	overflow: hidden;
}

.empDesc, .empLabel{
	margin-left: 15px;
}

.empDetailItem .empDesc {
	font-weight: 200;
	font-size: 16pt;
	word-wrap: break-word;
}

.empDetailItem .empLabel {
	margin-bottom: 5px;
	font-weight: 800;
}

.empTeamsAccess {
	padding-top: 15px;
}

/* EDIT EMPLOYEE ADDITIONAL STYLES*/

.bALabel {
	margin-left: 8px;
}

.ddown {
	display: none;
	position: absolute;
	right: 64px;
    width: auto;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    overflow: hidden;
	z-index: 1;
}

.ddown a {
	display: block;
	padding: 5px;
}

.ddown hr {
	margin: 0px;
}

#dateDisplay {
	min-width: 162px;
	max-width: 270px;
	padding: 5px;
	border: 1px solid #fff;
	float: left;
}

#dateDisplayFeed {
	min-width: 162px;
	max-width: 270px;
	border: 0px solid #fff;
	float: left;
	font-size: 15px!important;
}

.selectDateFeed {
	line-height: 30px!important;
	font-size: 18px!important;
	color: #29ABE2!important;
	font-weight: 700!important;
}

.feedTop {
	background: #fff;
	width: auto;
	height: auto;
	padding: 15px;
}

.tile {
	width: auto;
	height: auto;
	border: 0px solid black;
	color: #fff;
	border-radius: 10px;
	padding: 2px;
}

.tileBlue {
	background: #3295D7;
}

.tileGreen {
	background: #27AE60;
}

.tileOrange {
	background: #F15A24;
}

.tileMagenta {
	background: #D4145A;
}

.feedContainer {
	position: relative;
	width: auto;
	height: auto;
	background: #fff;
	border: 0px solid black;
}

.feedContainer .feedHeader {
	padding: 10px;
	margin-bottom:10px;
	border-bottom: 2px solid #3295D7;
}

.feedContainer .feedHeader .feedTitle {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	line-height: 34px;
}

.feedContent,
.feedContentNoGPS {
	position: relative;
	border: 1px solid #fff;
	padding: 0px;
	height: 400px;
	max-height: 400px;
}

.feedMap {
	position: relative;
	border: 1px solid #fff;
	padding: 0px;
	height: 400px;
	max-height: 400px;
}

.feedContainer .feedContent .feedContentItem,
.feedContainer .feedContentNoGPS .feedContentItem {
	position: relative;
	width: auto;
	border: 0px solid #f00;	
	border-bottom: 1px solid #F1F1F1;
	margin-top: 10px;
	padding-bottom: 5px;
}

.feedContainer .feedContent .feedContentItem:last-child,
.feedContainer .feedContentNoGPS .feedContentItem:last-child {
	border: 0px;
}

.feedContainer .feedContent .feedContentItem .avatar,
.feedContainer .feedContentNoGPS .feedContentItem .avatar {
	width: 40px;
	height: 40px;
	margin: 0px 10px 10px 10px;
	border: 1px solid #f1f1f1;
	background: #f1f1f1;
}

.feedContainer .feedContent .feedContentItem .details,
.feedContainer .feedContentNoGPS .feedContentItem .details {
	border: 0px solid #000;
}

.feedContainer .feedContent .feedContentItem .alerts,
.feedContainer .feedContentNoGPS .feedContentItem .alerts {
	color: grey;
}

.feedContainer .feedContent .feedContentItem .details div,
.feedContainer .feedContentNoGPS .feedContentItem .details div {
	position: relative;
}

.feedContainer .feedContent .feedContentItem .details .name,
.feedContainer .feedContentNoGPS .feedContentItem .details .name {
	font-weight: bold;
	color: #535353;
	font-size: 12px;
}

.feedContainer .feedContent .feedContentItem .details .content,
.feedContainer .feedContentNoGPS .feedContentItem .details .content {
	font-weight: normal;
	color: #8e8e8e;
	font-size: 12px;
}

.feedContainer .feedContent .feedContentItem .date, 
.feedContainer .feedContentNoGPS .feedContentItem .date {
	position: relative;
	font-size: 11px;
	border: 0px solid #000;
	padding: 0px;
}

.feedContainer .feedContent .feedContentItem .map,
.feedContainer .feedContentNoGPS .feedContentItem .map {
	border: 1px solid #fff;
	clear: both;
	padding: 0px;
	margin: 5px;
}

.feedWrapper .feedContent .feedContentItem .map .mapData, 
.feedWrapper .feedContentNoGPS .feedContentItem .map .mapData {
	height: 130px;
}

.feedContainer .feedContent .feedContentItem .imageCon,
.feedContainer .feedContentNoGPS .feedContentItem .imageCon {
	position: relative;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: 4px 4px 2px 4px;
}

.feedContainer .feedContentItem .feedProfileImage {
	position: relative;
	width: 100%;
}

.feedForms table th{
	border-bottom: 2px solid #3295D7;
	padding: 5px 20px;
	padding-bottom: 15px;
	font-size: 13px;
}

.feedForms table td{
	border-bottom: 1px solid #c4c4c4;
	padding: 5px 20px;
	font-size: 12px;
}

.employeeContainer:hover {
	background: #e2e2e2;
}

.itineraryDetails {
	cursor: pointer;
}

.photoMainContainer .col-md-3{
	padding: 0px;
}

.photoContainer {
	position: relative;
	width: auto;
	height: auto;
	overflow: hidden;
	border: 0px solid black;
	background: #f4f4f4;
	margin: 0px 0px 5px 5px;
}

.photoContainer img {
	position: absolute;
	width: 100%;
}

.newFormContainer {
	position: relative;
	width: auto;
	padding: 15px;
	border: 1px solid #cdcdcd;
	border-radius: 8px;
	margin: 20px 20px 0px 20px;
	background-color: #fafafa;
}

.versionFormContainer {
	position: relative;
	width: auto;
	height: auto;
}

.versionListContainer {
	position: relative;
	width: auto;
	height: auto;
	border: 0px solid black;
	padding: 3px 0px;
	margin-bottom: 3px;
}

.versionListContainer .row{
	margin-bottom: 0px!important;
}

.versionListContainer .col-md-3{
	
}

.selectDateRange {
	font-size: 14px;
}

.mapAnchor {
	padding: 5px;
}

.mapAnchor .name {
	font-weight: bold;
	color: #3295D7;
}

.checkInDetails, .timeKeeingInDetails, .timeKeeingOutDetails, .etaDetails {
	font-size: 11px;
	color: #fff!important;
	background: #3295D7;
	border-radius: 100px;
	width: max-content;
	height: 38px;
	box-shadow: 13px 10px 18px #808080;
}

.etaDetails {
	background: #0623B8;
	padding: 3px 20px 3px 5px;
	border-radius: 4px;
}

.timeKeeingInDetails {
	background: #468847;
}

.timeKeeingOutDetails {
	background: #B84B49;
}

.mapCounter {
	font-weight: bold;
	font-size: 18px;
	border: 1px solid transparent;
	float: left;
	width: 32px;
	height: 32px;
	padding: 5px;
	margin: 2px;
	text-align: center;
	color: #616161;
	background: #fff;
	border-radius: 100px;
}

.mapDetails {
	font-size: 11px;
	color: #fff;
	margin-right: 20px;
}

.itiImage {
	margin-top: 8px; 
	margin-left: 15px;
	border: 4px solid #3295D7; 
	border-radius: 4px;
}

.checkInDetails .counter, .timeKeeingInDetails .counter, .timeKeeingOutDetails .counter {
	font-weight: bold;
	font-size: 18px;
	border: 1px solid transparent;
	float: left;
	width: 37px;
	height: 37px;
	padding: 5px;
	text-align: center;
	margin-right: 1px;
}

.checkInDetails .dateTime, .timeKeeingInDetails .dateTime, .timeKeeingOutDetails .dateTime {
	margin-top: 3px;
	color: #fff;
	font-size: 11px;
	padding: 5px 0px -5px 0px;
	overflow: hidden;
}

.checkInDetails .clientName, .timeKeeingInDetails .clientName, .timeKeeingOutDetails .clientName {
	color: #fff;
	font-size: 11px;
	padding: 5px 0px -5px 0px;
	overflow: hidden;
}

.phoContainer, .phoFilterContainer, .whiteContainer, .whiteFilterContainer {
	position: relative;
	width: auto;
	height: auto;
	background: #fff;
	border-radius: 4px;
	padding: 10px;
}

.phoFilterContainer, .whiteFilterContainer {
	min-height: 300px;
}

.phoContainer label, .phoFilterContainer label, .whiteContainer label, .whiteFilterContainer label {
	color: #27AE60;
	font-size: 15px;
}

.phoFilterContainer span, .whiteFilterContainer span {
	font-size: 13px;
	font-weight: 600;
}

.phoContainer h5, .whiteContainer h5 {
	font-size: 14px;
	font-weight: bold;
}

.photoCon {
	position: relative;
	overflow: hidden;
	width: 130px;
	height: 130px;
}

.photoCon img {
	position: absolute;
	width: 110%;
}

.photoConSmall {
	position: relative;
	overflow: hidden;
	width: 55px;
	height: 55px;
}

.photoConSmall img {
	width: 100%;
}

.photoConMedium {
	position: relative;
	overflow: hidden;
	width: 75px;
	height: 75px;
}

.photoConMedium img {
	width: 100%;
}

.photoConCenter {
	position: relative;
	display: flex!important;
 	justify-content: center!important;
	align-items: center;
}

.photoConCenter img{
	width: 100%!important;
	height: 100%!important;
	object-fit: cover;
}


.pswp__img {
	position: absolute;
	width: auto!important;
	height: 105%!important;
	top: -70px;
	left: 80px;
}

.noImageContainer {
	padding: 10px 20px;
	display: block;
	text-align: center;
	box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
	border-radius: 0px;
	margin: 20px 0;
	font-size: 15px;
	font-family: "museo-sans", sans-serif;
	border: 1px solid #ddd;
	margin-right: 1px;
	font-weight: normal;
	cursor: pointer;
	position: relative;
	color: #3295D7;
}



/* ALERTS */
.alertLists {
	padding: 0px;
	list-style: none;
}

.alertLists .alertItem {
	border: 0px solid #f00;	
	border-bottom: 2px solid #F1F1F1;
	margin: 10px 8px;
	overflow: hidden;
	padding: 0px 5px 10px 5px;
}

.alertLists .alertItem:last-child {
	border: 0px;
}

.alertLists .alertItem div {
	display: inline;
}

.alertLists .alertItem .counter {
	float: left;
	padding: 5px;
	margin: 0px 10px 0px 0px;
}

.alertLists .alertItem .avatar {
	width: 60px;
	height: 60px;
	margin: 5px 10px 10px 5px;
	border: 1px solid #f1f1f1;
	float: left;
	overflow: hidden;
	background: #f1f1f1;
}

.alertLists .alertItem .avatar img {
	width: 100%;
}

.alertLists .alertItem .details {
	border: 0px solid #000;
	margin: 5px 5px 5px 0px;
	overflow: hidden;
}

.alertLists .alertItem .alerts {
	color: #de2020;
}

/*.alertLists .alertItem .details div {
	float: left;
	margin-right: 5px;
}*/

.alertLists .alertItem .details .name,
.alertLists .alertItem .details .team {
	font-weight: bold;
}

.alertLists .alertItem .details .team {
	font-weight: normal;
}

.alertLists .alertItem .details .alertType {
	display: block;
	color: #de2020;
}

.alertLists .alertItem .date {
	font-size: 11px;
	border: 0px solid #000;
	margin: -5px 0px 0px 0px;
	overflow: hidden;
	padding: 0px;
	display: block;
}

#legend {
	position: absolute;
	background: #fff;
	padding: 0px 0px 0px 10px;
	border: 0px solid #aaa;
	top: -10px;
	right: 45px;
	z-index: 9999;
}

#legend > span {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 10px;
	border: 0px solid #aaa;
	max-width: 80px;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#legend > span > i {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	margin-top: -3px;
	vertical-align: middle;
	border-radius: 1px;
}

.individualFeedCon .progress {
	height: 14px!important;
	margin-top: 3px!important;
	border-radius: 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.individualFeedCon .progress-bar {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


.progress-bar-danger {
	background-color: #27AE60;
}

.progress-bar-danger {
	background-color: #FF0000;
}

.progress-bar-warning {
	background-color: #FCDB00;
}

/* FEED EMPLOYEE LIST */
.feedEmpListWrapper {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.feedEmpListWrapper li {
	float: left;
	width: 12%;
	min-height: 200px;
	max-height: 265px;
	margin: 0px 5px 5px 0px;
	padding: 10px;
	padding-left: 0px;
	border: 0px solid red;
}

.feedEmpListWrapper li:nth-child(8n+9) {
	clear: both;
}

.feedEmpListWrapper li .img {
	border: 0px solid #E2E2E2;
	background: #E2E2E2;
	width: 110px;
	height: 110px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	margin-bottom: 8px;
}

.feedEmpListWrapper li .img.gray {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.feedEmpListWrapper li .name,
.feedEmpListWrapper li .store,
.feedEmpListWrapper li .schedule,
.feedEmpListWrapper li .timeLog,
.feedEmpListWrapper li .scheduleType {
	padding: 0px 1px;
	font-size: 11px;
	line-height: 17px;
}

.feedEmpListWrapper li .name {
	font-size: 12px;
}

.feedEmpListWrapper li .store {
	color: #A29F9F;
}

.feedEmpListWrapper li .schedule {
	color: #3295D7;
	background: transparent!important;
}

.feedEmpListWrapper li .timeLog .in {
	color: #3295D7;
}

.feedEmpListWrapper li .timeLog .out {
	color: #f00;
}

.feedEmpListWrapper .photoView
{
	width: 110px!important;
	height: 140px!important;
	margin: 5px 10px 10px 5px;
	border: 1px solid #f1f1f1;
	float: left;
	overflow: hidden;
	background: #3295D8!important;
}

.noDataToShow {
	font-size: 20px;
	font-weight: 100px;
	color: #727273;
}

.icheckbox_minimal-blue, .iradio_minimal-blue, .icheckbox_minimal-aero, .iradio_minimal-aero {
	margin: 0 5px 0 0 !important;
	display: inline-block !important;
	vertical-align: middle;
}

/*.icheckbox_minimal-blue {
	display: inline-block;	
}*/

.aCompanyName {
	display: none;
}

#main-nav .sub-nav > li > a {
  width: auto;
  font-size: 13px;
  display: block;
  padding: 5px 15px 5px 20px;
  color: #FFF;
}

#main-nav .sub-nav2 > li > a {
  width: auto;
  font-size: 13px;
  display: block;
  padding: 5px 15px 5px 20px;
  color: #FFF;
}

.form-group .icheckbox_minimal-blue,
.form-group .iradio_minimal-blue {
  top: 0px;
}

.table thead>tr>th {
	border-bottom: 0px;
}

@media (max-width: 768px) {
	#site-logo {
		display: none;
	}
	
	.feedStatistic {
		display: none;
	}
	
	#header {
		height: 60px;
	}
	
	#header #sidebar-toggle.collapsed {
		color: #129BE2;
	}
	
	#header.otherPages {
		height: 60px;
	}
	
	#content-header.otherPages {
		height: 90px;
		border-top-right-radius: 0px;
		border-top-left-radius: 0px;
		top: 0px;
	}

	#content-header.mainPage {
		top: 0px;
	}
	
	.col-md-2-5 {
		width: 100%;
	}

	#top-bar {
		height: auto;
		background: #7b7b7b;
	}

	#top-bar .navbar-nav .liBell {
		display: none;
	}

	#top-bar .navbar-nav .alertLi {
		display: none;
	}

	#top-bar .nav > li > a:hover {
		background-color: #7B7B7B;
	}

	#top-bar .nav > li > a:active {
		background-color: #7B7B7B;
	}
}

.feed-item {
	padding-top: 15px;
	padding-bottom: 15px;
	border-left: 4px solid #DDD;
}

.feed-item > .feed-icon {
	border: 0px;
	width: 10px;
	height: 10px;
	top: 17px;
	left: -7px;
}

.feed-item > .feed-icon-chevron-down {
	position: absolute;
	top: 15px;
	left: -22px;
	width: 40px;
	height: 40px;
	color: #555555;
	text-align: center;
}

.feed-item > .feed-subject {
	margin: 0px;
}

.feed-item > .feed-subject > h5 {
	margin: 0px;
	line-height: 20px;
}

.feed-item > .feed-subject > h5 > a{
	margin-left: 10px;
	text-decoration: underline;
	font-size: 12px;
}

.feed-item > .feed-content > h6 {
	margin-top: 20px;
	margin-bottom: 0px;
}

.alignTextTop {
	vertical-align: text-top;
}

.emotionImg {
	width: 15px;
	margin-top: -5px;
}

.productivityContainer {
	border-left: 1px solid #676F81;
	padding: 0px 5px 0px;
}

.timeContainer {
	border: 0px solid black;
}

.timeSetContainer {
	position: absolute;
	left: -30px;
	top: -10px;
	font-size: 11px;
	color: #676F81;
	font-weight: 600;
}

.prodScreenshotContainer {
	position: relative;
	padding: 5px 0px;
}

.prodScreenshotMainCon:hover > .prodScreenshotSearchCon {
	display: block;
 }

.prodScreenshotSearchCon {
	position: absolute;
	display: none;
	font-size: 25px;
	color: #fff;
	z-index: 1;
	opacity: 0.7;
	left: 40%;
	right: 40%;
	top: 35%;
}

.prodScreenshotMainCon {
	position: relative;
	height: 90px;
	width: 110px;
	background: #fff;
	box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 17%);
	display: inline-block;
	margin-right: 5px;
	cursor: pointer;
	padding: 3px;
	z-index: 2;
}

.prodTimeContainer {
	height: 80px;
	box-shadow: unset;
}

.prodScreenshot {
	position: relative;
	cursor: pointer;
	min-height: 100%;
}

.prodScreenshotEmpty {
	position: relative;
	min-height: 50%;
	cursor: pointer;
	display: inline-table;
}

.prodScreenshot:after, .prodScreenshot:before {
	position:absolute;
	opacity:0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.prodScreenshot:after {
	content:'\A';
	width:100%; height:100%;
	top:0; left:0;
	background:rgba(0,0,0,0.6);
}

/*.prodScreenshot:before {
	content: attr(data-content);
	width: -webkit-fill-available;
	color:#000;
	font-size: 11px;
	z-index:1;
	bottom:0;
	margin: 8px;
	padding:2px 10px;
	text-align:center;
	background-color: #fff;
	border-radius: 3px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}*/

.prodScreenshot:hover:after, .prodScreenshot:hover:before {
	opacity:1;
}

.prodScreenshot img {
	position: relative;
	width: 100%;
	vertical-align:top;
}

.prodScreenshotTime {
	position: absolute;
	left: 2px;
	top: 2px;
	background: #fff;
	font-size:9px;
	z-index: 2;
	line-height: 14px;
	padding: 1px 4px 0px;
	color: #737475;
	border-radius: 3px;
	box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 79%);
}

.prodScreenshotTime2 {
	position: absolute;
	left: 2px;
	top: 5px;
	background: #fff;
	font-size:10px;
	font-weight: 600;
	z-index: 2;
	line-height: 14px;
	padding: 1px 4px 0px;
	color: #737475;
	border-radius: 3px;
}

.prodMovementPercCon {
	position: absolute;
	left: 2px;
	bottom: -7px;
	background: #fff;
	font-size:9px;
	font-weight: 700;
	z-index: 2;
	line-height: 14px;
	padding: 1px 4px 0px;
	border-radius: 3px;
	box-shadow: 0px -1px 4px 0px rgb(0 0 0 / 79%);
}

.prodMovementPercCon2 {
	position: absolute;
	left: 2px;
	top: 23px;
	background: #fff;
	font-size: 10px;
	font-weight: 600;
	z-index: 2;
	line-height: 14px;
	padding: 1px 4px 0px;
	border-radius: 3px;
}

.prodEmptyCon {
	position: relative;
	height: 90px;
	width: 110px;
	background: #fff;
	box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 17%);
	z-index: 2;
}

.prodEmptyCon p {
	position: relative;
	font-size: 10px;
	border: 1px solid #B9BEC5;
	margin: 0 auto;
	top: 38%;
	width: 80px;
	font-weight: 600;
	color: #a7a7a7;
	border-radius: 4px;
}

.col-md-1-5
{
	float: left;
	width: 12.5%;
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px
}

.prodBarContainer {
	position: relative;
	width: auto;
	height: 100px;
	border: 0px solid black;
}

.prodBar {
	position: relative;
	width: 30px;
	height: 16.66666666666667%;
	background-color: #8E93A0;
	opacity: 0.7;
	z-index: 2;
	border: 0px solid black;
}

.prodBar:hover {
	background-color: #8E93A0;
	opacity: 0.9;
}

.prodBarEmpty {
	position: relative;
	width: 30px;
	height: 16.66666666666667%;
	opacity: 0.7;
	z-index: 2;
	border: 0px solid black;
}

.timeSetHr {
	position: absolute;
	width: 100%;
	z-index: 1;
	margin-top: 0px!important;
   margin-bottom: 0px!important;
}

.timeInOutMarkerCon {
	position: relative;
	width: auto;
	height: 100px;
	border: 0px solid black;
}

.timeInOutInsideCon {
	position: relative;
	width: auto;
	height: 8.33333333333333px;
	border: 0px solid black;
}

.timeInOutLineIndicator {
	position: absolute;
	width: 1100%;
	height: 1px;
	background-color: #308FCF;
	z-index: 1;
}

.timeInOutLineIndicator .timeLabel {
	position: absolute;
	font-size: 11px;
	width: 70px;
	color: #308FCF;
	top: -10px;
	left: -85px;
	font-weight: 600;
	background-color: #fff;
	padding: 0px 3px;
	text-align: right;
	border: 0px solid black;
}

.timeInOutLineIndicator:hover {
	z-index: 3;
}

.breakInOutInsideCon {
	position: relative;
	width: auto;
	height: 8.33333333333333px;
	border: 0px solid black;
}

.breakInOutLineIndicator {
	position: absolute;
	width: 1100%;
	height: 1px;
	background-color: #ed9393;
	z-index: 1;
}

.breakInOutInsideCon .timeLabel {
	position: absolute;
	font-size: 11px;
	width: 70px;
	color: #ed9393;
	top: -10px;
	left: -85px;
	font-weight: 600;
	background-color: #fff;
	padding: 0px 3px;
	text-align: right;
	border: 0px solid black;
}

.breakInOutInsideCon:hover {
	z-index: 3;
}


.prodBar2 {
	position: absolute;
	width: 30px;
	background-color: #8E93A0;
	opacity: 0.7;
	z-index: 2;
	border: 0px solid black;
	border-radius: 8px;
	z-index: 3;
	cursor: pointer;
}

.prodBar2Container {
	position: relative;
	width: 30px;
	height: 1.666666666666667%;
	opacity: 0.7;
	z-index: 2;
}

.prodBar2Inside {
	position: relative;
	width: auto;
	border: 0px solid red;
	z-index: 1;
}

.form-control-color {
	padding: 0px!important;
	height: 50px!important;
	width: 50px!important;
}

.prodBar2DetailsCon {
	position: absolute;
	left: 35px;
	border: 0px solid black;
	font-size: 10px;
	line-height: 1;
	font-weight: 600;
	color: #535B6B;
	width: 180px;
}

.prodBar2 .prodBar2Inside:first-child {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.prodBar2 .prodBar2Inside:last-child {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.highlight { background-color: yellow }

.s3FileContainer {
	position: relative;
	width: auto;
	height: auto;
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-radius: 5px;
	border: 1px solid #e9e9e9;
	margin-bottom: 10px;
	font-size: 13px;
}

.searchItineraryImageCon {
	position: relative;
    width: auto;
    height: 200px;
    border: 5px solid #c9c9c9;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.divCircle {
	position: relative;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	background-color: #e3e3e3;
	border-radius: 100px;
}

.employeeMasterListCon
{
	position: relative;
	background: white;
	border: 3px solid #fff;
	padding: 10px;
	background-color: #F1F1F1;
}

.employeeMasterListCon:hover
{
	background-color: #ebebeb;
}

.employeeMasterListCon .imageCon {
	position: relative;
	float: left;
	margin: 3px 10px 3px 3px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 100px;
}

.employeeMasterListCon .imageCon img {
	position: relative;
	width: 100%;
}

.annNotifCon .img {
	border-radius: 100px;
	width: 60px!important;
	height: 60px!important;
}

.employeeMasterListCon .name{
	font-size: 13px;
	font-weight: bold;
	color: #444;
}

.employeeMasterListCon .name a{
	color: #444;
}

.thBorderLeft {
	border-left: 1px solid #fff;
}

.thBorderRight {
	border-right: 1px solid #fff;
}

.grid-container {
	max-width: 100%;
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center
}

.grid-item {
	flex: 0 0 calc(20% - 10px);
	aspect-ratio: 1
}

.grid-item {
	flex: 0 0 calc(20% - 10px);
	aspect-ratio: 1
}

.grid-item img.photoImage {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}