.form-group {
	margin-bottom: 10px;
}
.btn-warning {
	background-color: #fdb827;
}
.m-0 {
	margin: 0px !important;
}
.p-0 {
	margin: 0px !important;
}
.pt-1 {
	padding-top: 8px;
}
.no-gutters {
	margin-left: 0;
	margin-right: 0;
}
.no-gutters {
	margin-left: 0;
	margin-right: 0;
}
.no-gutters > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.text-align-last-center {
	text-align-last: center;
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.navbar-top-links li.welcome-label {
	padding: 10px;
	padding-right: 45px;
}
.nav-footer {
	padding-top: 15px;
	/* border-top: 1px solid rgba(255, 255, 255, 0.3); */
}
.clock-in-out-nav-footer {
	margin-bottom: 15px;
	padding: 0 15px;
}
.clock-in-out-nav-footer a {
	/* border: 1px solid rgba(255, 255, 255, 0.3); */
	border: none;
	background: #fff;
	padding: 8px 19px;
	border-radius: 5px;
	margin: 0 auto;
	color: #0065ff;
	font-size: 12px;
	display: block;
}
.clock-in-out-nav-footer a .fa {
	margin-right: 5px;
}
.profile-element .user-link-wrapper {
	display: flex;
	padding: 0px 15px;
	margin-bottom: 15px;
	align-items: center;
}
.profile-element .user-link-wrapper .user-avatar {
	margin-right: 10px;
}
.nav-header-my-acoount .user-avatar img {
	max-width: 30px;
	max-height: 30px;
}
.nav-header-my-acoount .user-details .user-name {
	font-weight: 500;
	font-size: 14px;
	color: #fff;
}
.nav-header-my-acoount .user-details .position-name {
	color: #fff;
	font-size: 10px;
	text-align: left;
}
.nav-header-my-acoount .profile-element.open > a {
	border-left: 0;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 0px !important;
}

#language_selector button.dropdown-toggle {
	border-radius: 0;
	margin-right: 0px;
	background: transparent;
	border: none;
	padding-top: 0;
}

/*#language_selector button.dropdown-toggle span.caret {
    color: #fff;
}*/

#language_selector ul.dropdown-menu li a {
	color: #333;
}

#salespitch_states {
	margin-top: 10px;
}

#salespitch_target {
	margin-top: -3px;
	border-radius: 5px;
	padding: 5px 10px;
	background: #0a0;
	font-size: 14px;
	color: #fff;
	box-shadow: 2px 2px 5px #999;
}

.stocktake_image {
	width: 100px;
	height: 100px;
	margin: 0 5px 0 5px;
	float: left;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #ddd;
	position: relative;
}

.stocktake_image > .del-image {
	color: red;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
}

.avatar {
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	border: 1px solid #ddd;
}

.manage-avatar {
	margin-top: 5px;
	text-align: left;
}

.del-image:hover {
	cursor: pointer;
}

.profile_page {
	background: #ffffff;
	margin-bottom: 20px;
}

.profile_page .profile {
	border-top: 5px solid lightskyblue;
	background: #fcfcfc;
}

.profile_page .profile .cover {
	border: 1px solid #efefef;
	padding: 20px;
}

.profile_page .profile_nb .cover_nb {
	padding: 20px;
}

.profile_page .profile .cover .data,
.profile_page .profile_nb .cover_nb .data {
	padding: 0;
	margin: 0;
	/*display: inline-block;*/
	vertical-align: top;
}

.profile_page .profile .cover .data .space table,
.profile_page .profile_nb .cover_nb .data .space table {
	width: 100%;
}

.profile_page .profile .cover .data .space table tr:first-child td:first-child {
	text-align: right;
}

.profile_page .profile .cover .data .space table tr td,
.profile_page .profile_nb .cover_nb .data .space table tr td {
}

.profile_page .profile .cover .data .space .profile_picture {
	vertical-align: top;
	text-align: right;
}

.profile_page .profile .cover .data .space .profile_picture img {
	/*border: 1px solid #efefef;*/
	max-width: 150px;
}

.profile_page .profile .cover .data .space .content {
	vertical-align: top;
	padding-left: 20px;
	z-index: 55;
	padding-top: 10px;
	padding-bottom: 5px;
}

.profile_page .profile .cover .data .space .content i {
	min-width: 15px;
	background: transparent;
}

.profile_page .profile .cover .data .space .content i.active_account,
.profile_page .profile .cover .data .space .content i.inactive_account,
.profile_page .profile .cover .data .space .content i.blacklisted_account {
	margin-left: 0px;
}

.profile_page .profile .cover .data .space .content.secondlayer,
.profile_page .profile_nb .cover_nb .data .space .content.secondlayer {
	border-top: 1px solid #efefef;
}

.profile_page .profile .cover .data .space .even {
	background: #f9f9f9;
}

.profile_page .profile .cover .data .space .content h1 {
	font-size: 3em;
	color: #665;
	font-family: arial;
	margin-top: 0px;
	padding-bottom: 5px;
}

.profile_page .profile .cover .data .space .content .description,
.profile_page .profile_nb .cover_nb .data .space .content .description {
	color: #999;
}

.profile_page .profile .cover .data .space .content .description ul {
	margin: 0;
}

.profile_page
	.profile
	.cover
	.data
	.space
	.content
	.description
	ul:first-child {
	margin-bottom: 5px;
}

.profile_page .profile .cover .data .space .content .description ul li {
	list-style: none;
	display: inline-block;
	margin: 0;
}

.profile_page .profile .cover .data .space .content .description ul li {
	padding-right: 15px;
}

.profile_page
	.profile
	.cover
	.data
	.space
	.content
	.description
	ul
	li:first-child {
	margin: 0;
}

.profile_page .profile .cover .data .space .content .description ul li i {
	color: rgb(50, 205, 50);
	margin-right: 5px;
}

.profile_page .profile .cover .data .space .content .description ul li a:link,
.profile_page .profile .cover .data .space .content .description ul li a:active,
.profile_page
	.profile
	.cover
	.data
	.space
	.content
	.description
	ul
	li
	a:visited {
	color: #999;
	text-decoration: none;
	/*border-bottom: 1px dashed #ccc;*/
}

.profile_page .profile .cover .data .space .content .description ul li a:hover {
	color: #184a7d;
	text-decoration: underline;
	/*border-bottom: 1px dotted #184a7d;*/
}

.profile_page .links {
	text-align: left;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-left: 1px solid #efefef;
	background: rgb(255, 255, 255);
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(
		top,
		rgba(255, 255, 255, 1) 0%,
		rgba(252, 252, 252, 1) 100%
	);
	/* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, rgba(255, 255, 255, 1)),
		color-stop(100%, rgba(252, 252, 252, 1))
	);
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		rgba(255, 255, 255, 1) 0%,
		rgba(252, 252, 252, 1) 100%
	);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(
		top,
		rgba(255, 255, 255, 1) 0%,
		rgba(252, 252, 252, 1) 100%
	);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(
		top,
		rgba(255, 255, 255, 1) 0%,
		rgba(252, 252, 252, 1) 100%
	);
	/* IE10+ */
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 1) 0%,
		rgba(252, 252, 252, 1) 100%
	);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fcfcfc', GradientType=0);
	/* IE6-8 */
}

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

.profile_page .links ul li {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.profile_page .links ul li a:link,
.profile_page .links ul li a:active,
.profile_page .links ul li a:visited {
	font-weight: normal;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 14px;
	color: #999;
	text-decoration: none;
	padding: 10px;
}

.profile_page .links ul li a.active {
	font-weight: bold;
	color: #555;
	border-bottom: 3px solid lightskyblue;
}

.profile_page .links ul li:hover a {
	color: #555;
	border-bottom: 3px solid lightskyblue;
}

.profile_page .links .pull-right {
	padding: 10px 5px;
}

.profile_page .links .pull-right a:link,
.profile_page .links .pull-right a:active,
.profile_page .links .pull-right a:visited,
.profile_page .links .pull-right a:hover {
	font-weight: normal;
	margin-left: 5px;
	margin-right: 5px;
	color: #ccc;
	text-decoration: none;
	padding: 10px;
}

.profile_page .links .pull-right a:hover {
	text-decoration: underline;
	color: #555;
}

.profile_page .ajax_content {
	padding: 10px;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-left: 1px solid #efefef;
}

.profile_page .ajax_content .stats_container {
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
}

.profile_page .ajax_content .stats {
	margin-top: 0px;
}

.profile_page .ajax_content .stats .spans {
	/*border: 1px solid #ccc;*/
}

.profile_page .ajax_content .stats .spans .box_ico {
	margin-left: 50px;
	text-align: left;
	padding: 0 20px;
}

.profile_page .ajax_content .stats .spans .box_stat {
	background: #f7f7f7;
	border: 1px solid #d3d3d3;
	min-height: 60px;
	position: relative;
	text-align: left;
}

.profile_page .ajax_content .stats .spans .box_stat .stat_ico {
	height: auto;
	width: 51px;
	display: block;
	position: absolute;
	left: -51px;
	right: 0;
	bottom: -1px;
	top: -1px;
	border: 1px solid #f6f6f6;
	text-align: center;
}

.profile_page .ajax_content .stats .spans .box_stat .stat_ico i {
	color: #fff;
	font-size: 28px;
	position: relative;
	top: 17px;
}

.profile_page .ajax_content .stats .spans .stat_ico.stat_ico_1 {
	background-color: #0892cd;
	border-color: #0892cd;
}

.profile_page .ajax_content .stats .spans .stat_ico.stat_ico_2 {
	background-color: #7baf42;
	border-color: #7baf42;
}

.profile_page .ajax_content .stats .spans .stat_ico.stat_ico_3 {
	background-color: #efa91f;
	border-color: #efa91f;
}

.profile_page .ajax_content .stats .spans .stat_ico.stat_ico_4 {
	background-color: #f04b51;
	border-color: #f04b51;
}

.profile_page .ajax_content .stats .spans .box_stat h4 {
	font: 300 22px/24px 'Roboto', sans-serif;
	margin: 8px 0 2px;
}

.profile_page .ajax_content .stats .spans .box_stat small {
	font-size: 11px;
	display: block;
	color: #999;
}

.profile_page .ajax_content table {
	width: 100%;
	margin: 0px;
}

.profile_page .ajax_content table td {
	vertical-align: middle;
	/*width: 75%;*/
}

/*.profile_page .ajax_content table td:last-child {
    width: 25%;
}*/

.profile_page .ajax_content .box {
	border-radius: 3px;
	padding: 15px 20px;
	color: #fff;
	margin-top: 10px;
}

.profile_page .ajax_content .box:first-child {
	margin-top: 0px;
}

.profile_page .ajax_content .box .small_caption {
	color: #ccc;
}

.profile_page .ajax_content .box1,
.profile_page .ajax_content .stats .spans .icon.icon1 {
	background-color: rgb(215, 61, 50);
}

.profile_page .ajax_content .box2,
.profile_page .ajax_content .stats .spans .icon.icon2 {
	background-color: rgb(228, 147, 7);
}

.profile_page .ajax_content .box3,
.profile_page .ajax_content .stats .spans .icon.icon3 {
	background-color: rgb(17, 169, 204);
}

.profile_page .ajax_content .box4,
.profile_page .ajax_content .stats .spans .icon.icon4 {
	background-color: rgb(152, 27, 72);
}

.profile_page .ajax_content .box5,
.profile_page .ajax_content .stats .spans .icon.icon5 {
	background-color: rgb(126, 55, 148);
}

.profile_page .ajax_content .box1 .small_caption,
.profile_page .ajax_content .box2 .small_caption,
.profile_page .ajax_content .box3 .small_caption {
	color: #fff;
}

.profile_page .ajax_content #lvastats,
.profile_page .ajax_content #lvastats text {
	font-size: 12px !important;
}

.profile_page .ajax_content #lvastats {
	margin-top: 50px;
}

.title-action {
	text-align: right;
	margin-top: 8px;
	margin-bottom: 0;
}

.mv-toolbar-action {
	display: none;
}

.other-toolbars {
	padding-left: 0;
}

.other-toolbars .title-action {
	margin-top: 0;
	margin-bottom: 30px;
}

.navbar-fixed-top,
.navbar-static-top {
	background: #334b6c;
	color: #ffffff;
}

.navbar-fixed-top,
.navbar-static-top .text-muted {
	color: #cccccc;
}

.navbar-fixed-top,
.navbar-static-top .nav.navbar-right > li > a:link,
.navbar-fixed-top,
.navbar-static-top .nav.navbar-right > li > a:active,
.navbar-fixed-top,
.navbar-static-top .nav.navbar-right > li > a:hover,
.navbar-fixed-top,
.navbar-static-top .nav.navbar-right > li > a:visited {
	color: #ffffff;
}

.row.border-bottom {
	border-bottom-color: #f8ac59 !important;
	padding-left: 0;
}

.row.border-bottom > .mv-side-space {
	padding-left: 0;
}
.row.border-bottom > .mv-side-space:last-child {
	padding-right: 0;
}
.row.border-bottom > .mv-side-space:last-child .title-action > a:last-of-type,
.row.border-bottom > .mv-side-space:last-child .title-action .btn-group .btn {
	padding-right: 0;
}
.row.border-bottom > .mv-side-space:last-child .title-action .btn-group,
.row.border-bottom
	> .mv-side-space:last-child
	.title-action
	.btn-group
	.btn
	span {
	margin: 0 !important;
	padding: 0 !important;
}
.row.border-bottom > .mv-side-space:last-child .title-action > a:last-of-type,
.row.border-bottom > .mv-side-space:last-child .title-action .btn-group .btn {
	margin: 0 !important;
}
.row.border-bottom > .mv-side-space:last-child .title-action .btn-group .btn,
.row.border-bottom
	> .mv-side-space:last-child
	.title-action
	.btn-group
	.btn:hover,
.row.border-bottom
	> .mv-side-space:last-child
	.title-action
	.btn-group
	.btn:active,
.row.border-bottom
	> .mv-side-space:last-child
	.title-action
	.btn-group
	.btn:focus {
	background: transparent !important;
	border: 0 !important;
	box-shadow: unset;
}
.row.border-bottom > .mv-side-space:last-child .title-action .btn-group + a {
	margin-left: 15px !important;
}
/*body .navbar-default {
    background: #445163;
}

body .nav-header {
    background: transparent;
}*/

.fancybox-title-inside-wrap,
.sweet-alert.sa-custom .sa-custom-title {
	background-color: #f8ac59;
}

.sweet-alert.sa-custom {
	border-radius: 16px;
}

.sweet-alert.sa-custom .sa-custom-title {
	background: transparent;
	display: none;
}

.sweet-alert.sa-custom .sa-content {
	/* padding-top: 0px; */
}

.sweet-alert.sa-custom .sa-content p {
	color: #000;
	font-size: 16px;
	font-weight: 500;
}

.sweet-alert.sa-custom .sa-custom-title h2 {
	color: #000000;
}

.sweet-alert.sa-custom .sa-content.sa-button {
	background: transparent;
	border-top-color: transparent;
}

.sweet-alert.sa-custom .sa-content.sa-button button.confirm,
.sweet-alert.sa-custom .sa-content.sa-button button.cancel {
	background-color: #0077ff;
	font-family: 'DM Sans', sans-serif;
	border-radius: 12px;
	box-shadow: unset;
}

.sweet-alert.sa-custom .sa-content.sa-button button.cancel {
	background-color: #ebf4ff;
	color: #0077ff;
}

.fancybox-wrap {
	background-color: transparent !important;
}

.fancybox-skin {
	background-color: transparent !important;
	color: #101b28;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.row.wrapper.page-heading {
	background-color: #fff;
	border-bottom-color: #fff !important;
}
.row.wrapper.page-heading {
	padding-left: 15px;
	padding-right: 15px;
}

.row.wrapper.page-heading h2 {
	color: #000;
	margin-top: 8px;
	margin-bottom: 10px;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 32px;
	position: relative;
	top: 0;
}

.row.wrapper.page-heading .select2-container .select2-choice {
	height: 32px;
}

.row.wrapper.page-heading h2 .label.label-task-type {
	margin-right: 5px;
}

.grid-view .legend > div {
	padding-left: 8px;
	padding-right: 0;
}

.grid-view .legend-right .yiiPager {
	padding-left: 0;
}
.grid-view .pagination {
	margin-right: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
	.profile_page .profile .cover .data .space .content h1 {
		/* font-size: 2em;*/
		line-height: 35px;
	}

	.profile_page .profile .cover .data .space .content .description ul li {
		display: block;
		line-height: 20px;
	}

	.footer {
		display: none;
	}

	.toolbar-action {
		display: none;
	}

	.mv-toolbar-action {
		display: inline-block;
	}

	.mv-side-space {
		padding-left: 0;
		padding-right: 0;
	}

	.mv-side-space .form {
		padding-left: 0;
		padding-right: 0;
	}

	.page-content.mv-side-space {
		padding: 0 10px;
	}

	.wrapper-content.mv-side-space {
		padding-top: 10px;
	}

	.grid-view {
		padding: 0;
		border: none;
		background: transparent;
	}

	.grid-view .legend > div {
		padding-left: 0;
		padding-right: 0;
	}

	.grid-view .legend-left {
		margin-bottom: 15px;
	}

	.grid-view .legend-left .summary {
		margin-left: 0;
	}

	.grid-view .legend-right {
		text-align: left;
	}

	.grid-view .legend-right .yiiPager {
		padding-left: 0;
	}

	body {
		background: #f3f3f4;
	}

	.mobile-expanded {
		width: 70% !important;
	}
}

@media (max-width: 480px) {
	.page-heading.subhead .col-md-6.mv-side-space {
		width: 50%;
		float: left;
	}

	.page-heading.subhead .col-md-6.mv-side-space:first-child {
		display: flex;
		align-items: center;
	}

	.profile_page .profile .cover .data .space .content h1 {
		/* font-size: 2em;*/
		line-height: 35px;
	}

	.profile_page .profile .cover .data .space .content .description ul li {
		display: block;
		line-height: 20px;
	}

	.footer {
		display: none;
	}

	.toolbar-action {
		display: none;
	}

	.mv-toolbar-action {
		display: inline-block;
	}

	.mv-side-space {
		padding-left: 0;
		padding-right: 0;
	}

	.mv-side-space .form {
		padding-left: 0;
		padding-right: 0;
	}

	.col-xs-8.mv-side-space h2 {
		font-size: 21px;
	}

	.page-content.mv-side-space {
		padding: 0 10px;
	}

	.wrapper-content.mv-side-space {
		padding-top: 10px;
	}

	/* .page-heading.subhead .col-md-6.mv-side-space:first-child{
        width:80%;
    }
    .page-heading.subhead .col-md-6.mv-side-space:last-child{
        width:20%;
    } */
}

#user-icon {
	width: 150px;
	height: 150px;
	background-size: 100%;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position: center;
}

/* TEMPLATE */

.modal-open .dropdown-menu {
	z-index: 2050;
}

.modal-open .popover {
	z-index: 2060;
}

.modal-open .tooltip {
	z-index: 2080;
}

/*.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop, .modal-backdrop.fade.in {
    opacity: .8;
    filter: alpha(opacity=80)
}

div.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    overflow: hidden;
    width: 560px;
    margin: -250px 0 0 -280px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box
}

div.modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%
}

div.modal.fade.in {
    top: 50%
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee
}

.modal-header .close {
    margin-top: 2px
}

.modal-header h3 {
    margin: 0;
    line-height: 30px
}

.modal-body {
    overflow-y: auto;
    max-height: 400px;
    padding: 15px
}*/

.modal-form {
	margin-bottom: 0;
}

.modal-footer {
	padding: 14px 15px 15px;
	margin-bottom: 0;
	text-align: right;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
}

.modal-footer:after,
.modal-footer:before {
	display: table;
	content: '';
	line-height: 0;
}

.modal-footer:after {
	clear: both;
}

.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}

/* GRID */

.column-action-header {
	width: 10%;
	text-align: center;
}

.column-action {
	width: 10%;
	text-align: center;
}

.column-action .btn {
	margin-top: 5px;
	margin-right: 5px;
}

/*.column-action .btn:first-child {
    margin-left: 0;
}*/

@media (min-width: 1200px) {
}

@media (max-width: 1200px) {
	.column-action {
		line-height: 1px;
	}

	.column-action .btn {
		/*display: block;*/
		margin-left: 0;
		width: 35.5px;
		/*padding: 1px 5px;*/
		font-size: 12px;
		line-height: 1.5;
		border-radius: 3px;
	}
	.column-action .btn.btn-new-design,
	.btn-new-design {
		padding: 3px 1px;
		border-radius: 50%;
		width: 23px;
		height: 23px;
		font-size: 10px;
	}

	.btn.btn-long-new-design,
	.btn-long-new-design {
		padding: 3px 1px;
		border-radius: 50%;
		width: 23px;
		height: 23px;
		font-size: 10px;
	}
}

@media (max-width: 767px) {
	.column-action {
		line-height: 1px;
	}

	.column-action .btn {
		/*display: block;*/
		margin-left: 0;
		width: 35.5px;
		/*padding: 1px 5px;*/
		font-size: 12px;
		line-height: 1.5;
		border-radius: 3px;
	}

	.croppie-container {
		padding: 0 0 15px;
	}
}

/* STORE VISIT */

table.table.table-rating {
	width: 100%;
	margin-bottom: 0;
}

table.table.table-rating th {
	font-weight: bold;
}

.big-star {
	font-size: 20px;
	color: #cccccc;
}

.big-star:hover {
	cursor: pointer;
}

.orange-star {
	color: #f1c232;
}

.red-star {
	color: red;
}

.dropfile {
	height: 100px !important;
	width: 80px !important;
	background-color: #58c7f6;
	border-color: #fff;
	opacity: 0;
	overflow: hidden !important;
	cursor: pointer;
}

.uploadfile {
	border: 1px solid #ccc;
	width: 80px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: 17%;
	overflow: hidden;
	background-position: center;
	float: left;
	margin-right: 5px;
	text-align: right;
}

.del-field {
	color: red;
	margin-right: 3px;
}

.del-field:hover {
	cursor: pointer;
}

.image-thumbnail {
	width: 100px;
	margin-right: 15px;
}

.small-image {
	width: 100%;
}

.fancybox-overlay {
	/*z-index: 50000 !important;*/
}

.label-recipient {
	margin: 0;
	text-align: right;
	color: #8e8e90;
}

.main-box {
	background: #f3f3f4;
	margin-bottom: 10px;
}

.box-header {
	border-top: 3px solid #ccc;
	border-bottom: 1px solid #fff;
}

.box-content {
	border-left: 1px solid #fff;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left: 0 !important;
}

.underline {
	border-bottom: 1px solid #fff;
}

.label-date {
	margin-top: 10px;
	font-size: 12px;
	color: #999;
}

.label-icon-date {
	text-align: right;
	margin-bottom: 0;
	margin-right: -6px;
}

.space-bottom {
	margin-bottom: 10px;
}

.label-unread {
	float: right;
	margin-top: 12px;
	margin-right: 10px;
	background-color: #d9534f;
}

/*@media (max-width: 767px) {
    .navbar .btn-navbar {
        margin: 3px 3px 3px 6px !important;
    }

    .btn,
    a.btn {
        font-size: 14px;
        padding: 10px;
        text-align: left;
    }

    .btn i.fa,
    a.btn i.fa {
        width: 20px !important;
        text-align: center;
    }

    .grid-view table tr td a.btn {
        font-size: 11px;
        padding: 8px;
        width: auto;
    }
}*/

.fa.fa-2 {
	font-size: 2em;
}

.fa.fa-3 {
	font-size: 4em;
}

.fa.fa-4 {
	font-size: 7em;
}

.fa.fa-5 {
	font-size: 12em;
}

.fa.fa-6 {
	font-size: 20em;
}

.no-margin {
	margin: 0 !important;
}

/* FANCYBOX */

.fancybox_content_wrapper {
	padding: 0 0 15px 0;
	overflow: hidden;
	min-width: 200px;
	max-width: 600px;
}

.fancybox_content_wrapper .fancybox_content_row {
	margin-top: 15px;
	margin-bottom: 0px;
}

.fancybox_content_wrapper .fancybox_content_row .fancybox_content_row_section {
	margin-bottom: 10px;
}

.fancybox_content_wrapper td {
	vertical-align: top;
}

.fancybox_content_wrapper .table {
	margin-bottom: 10px;
}

.fancybox_content_wrapper .table tr td {
	border: none;
	border-top-width: 0;
}

.popover {
	width: 236px;
}

.fc-event {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.fc-event .fc-event-inner,
.fc-event .fc-event-inner .fc-event-time,
.fc-event .fc-event-inner .fc-event-title {
	color: #ffffff;
	cursor: pointer;
}

.sweet-alert.sa-custom .sa-content.sa-button button.confirm,
.sweet-alert.sa-custom .sa-content.sa-button button.cancel {
	text-transform: capitalize;
}

.custom-overlay {
	display: block;
	opacity: 2;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
}

#container-list-sprint {
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 20px;
}

#container-list-sprint .list_sprint_top,
#container-list-sprint .list_sprint_bottom {
	padding: 0px 15px;
}

#container-list-sprint .list_sprint_bottom {
	position: relative;
}

.container-task-list-loading {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	font-weight: bold;
}
.row-flex {
	display: flex;
	flex-wrap: wrap;
}
.align-items-center {
	align-items: center;
}
.row-task-comment {
	margin-bottom: -10px;
}

.mb-0 {
	margin-bottom: 0px;
}

hr.top-list {
	margin: 0px;
	opacity: 0;
}

.container-list .task-comment-activity a,
.container-list .group-chat a,
.container-list .personal-chat a {
	font-size: 13px;
	word-break: break-word;
	color: #616161;
}

.container-list b a {
	color: #000 !important;
}

.container-list .task-comment-activity-selected,
.container-list .group-chat-selected,
.container-list .person-chat-selected {
	background: #dff0ff !important;
	transition: 0.5s all ease-out;
	font-weight: normal !important;
}

.container-list .task-comment-activity:hover,
.container-list .group-chat:hover,
.container-list .personal-chat:hover {
	background: rgba(209, 209, 209, 0.3) !important;
	transition: 0.5s all ease-out;
	font-weight: normal !important;
}

.container-list .task-comment-activity-selected a,
.container-list .group-chat-selected a,
.container-list .person-chat-selected a {
	color: #23527c;
}

.container-list .task-comment-activity,
.container-list .group-chat,
.container-list .personal-chat {
	position: relative;
	padding: 5px !important;
	font-size: 12px;
}

.list_sprint_top .form-task-search .txt-search-task-comment {
	border: 1px solid #cfcfcf;
	border-right: 0px;
}

.list_sprint_top
	.form-task-search
	.txt-search-task-comment:focus
	+ span
	.btn-search-task-comment {
	border-color: #1ab394;
	color: #1ab394;
}

.list_sprint_top .form-task-search .btn-search-task-comment {
	background: transparent;
	color: #8b8b8b;
	border: 1px solid #cfcfcf;
	border-left: 0px;
	font-size: 16px;
	padding: 4px 10px;
	height: 34px;
}

.list_sprint_top hr {
	margin-bottom: 10px;
}

body.overflow_on_hover {
	overflow-y: hidden;
}

.overflow_on_hover .comment-container p.date-info {
	display: inline-block;
	margin-left: 5px;
}

.overflow_on_hover .comment-container h3.user-name {
	margin-bottom: 5px;
	display: inline-block;
}

.overflow_on_hover #container-task-comment {
	padding: 15px 15px;
}

.overflow_on_hovers #container-task-comment .comment-row {
	margin: 0px;
}

.overflow_on_hovers #container-task-comment .comment-container {
	padding: 0px;
}

.overflow_on_hovers #container-task-comment .avatar-block {
	padding-left: 15px;
}

.overflow_on_hover .comment-container h3.user-name {
	color: #202124;
}

#container-task-comment .comment-avatar {
	width: 40px !important;
	height: 40px !important;
}

/*.container-task-list .badge{
    position: absolute;
    right: 2px;
    top: calc(50% - 18px);
    top: 5px;
}*/

.group-chat,
.task-comment-activity,
.personal-chat {
	position: relative;
}

.menu-chat-list {
	padding-left: 10px;
}

.animated-menu-chat-list {
	animation-duration: 0.25s;
	-webkit-animation-duration: 0.25s;
}

.group-title {
	font-weight: bold;
	font-size: 14px;
}

.is-online.fas {
	color: #18a689;
}

.is-online {
	margin-right: 3px;
	font-size: 10px;
}

body.fixed-sidebar.icon-navbar .navbar-static-side {
	width: 70px;
}

body.icon-navbar .metismenu .profile-element .font-bold {
	display: none;
}

.icon-navbar .metismenu > li {
	text-align: center;
	width: 70px;
}

.icon-navbar .metismenu li span {
	display: none;
}

.icon-navbar .metismenu li i {
	font-size: 18px;
}

.icon-navbar .metismenu .nav-header {
	padding: 33px 10px;
}

.icon-navbar .metismenu li:hover {
	width: auto;
}

.icon-navbar .metismenu li:hover > a {
	width: 198px;
	text-align: left;
}

.icon-navbar .metismenu li ul {
	position: absolute;
}

.icon-navbar .metismenu li:hover ul {
	position: absolute;
	background: #293846;
	left: 0px;
	right: 0;
	/* Remove bounce back effect commenting 1293 */
	/* padding-bottom: 10px; */
	z-index: 1001;
	padding-left: 1px;
	text-align: left;
}

.icon-navbar .metismenu li:hover span {
	display: inline-block;
}

.icon-navbar .metismenu li:hover ul li {
	width: 198px;
}

.my-account-dropdown-body li:hover {
	width: auto !important;
}

.my-account-dropdown-body li:hover > a {
	width: auto !important;
}

/* Fix layout after remove bounce effect */

.icon-navbar .metismenu > li > ul.nav-second-level > li:first-child {
	padding-top: 15px;
}

.icon-navbar .nav-second-level > li:last-child > a {
	border-bottom-right-radius: 25px !important;
}

.icon-navbar .nav-second-level > li:last-child {
	border-bottom-right-radius: 25px !important;
	/* padding-bottom: 5px; */
}

/* /end */

.icon-navbar .navbar-static-side > div {
	position: absolute !important;
}

.icon-navbar .navbar-static-side .slimScrollBar,
.icon-navbar .navbar-static-side .slimScrollRail {
	display: none !important;
}

@media (min-width: 768px) {
	.icon-navbar #page-wrapper {
		position: inherit;
		margin: 0 0 0 70px;
		min-height: 1200px;
	}
}

.fancybox-task-detail .fancybox-inner {
	background-color: #fff;
	color: #222222;
	font-size: 14px;
}

.fancybox-task-detail .fancybox-close,
.fancybox-item.fancybox-close {
	/* display: none;  */
	position: absolute;
	top: -17px;
	right: -20px;
	background-image: none;
	float: right;
	right: -40px !important;
}

.fancybox-close {
	width: 20px;
	height: 36px;
}

.fancybox-task-detail .fancybox-close::before,
.fancybox-item.fancybox-close::before {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0px;
	left: 0;
	display: block;
	background-image: url(../img/xone/task/close-button.svg);
	color: white;
	font-size: 18px;
	font-weight: bold;
}

.fancybox-task-detail .fancybox-skin {
	padding: 15px 0px !important;
	padding-top: 30px !important;
}

.fancybox-task-detail .btnClose {
	color: #000 !important;
	position: absolute;
	right: 0;
}

.task-preview-container {
	max-width: 850px;
	max-height: 310px;
}

.task-preview-container .task-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding-right: 40px;
}

.task-preview-container .task-header .task-code {
	color: #f8ac59;
	font-size: 18px;
}

.task-preview-container .task-header .task-participant {
	height: 30px;
}

.task-preview-container .task-header .task-date {
	font-size: 12px;
	color: #222222;
	margin-left: 20px;
}

.task-preview-container .task-title {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
}

.task-preview-container .task-description {
	margin-bottom: 20px;
	max-width: 100%;
	overflow: auto;
}

.task-preview-container .todo-title {
	font-weight: 700;
	margin-bottom: 10px;
}

.task-preview-container .todo-content {
	color: #1ab394;
}

.task-preview-container .button-wrapper {
	margin-top: 40px;
	text-align: center;
}

.task-preview-container .small-avatars {
	display: inline-flex;
}

.task-preview-container .small-avatar {
	position: relative;
	border: 3px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	width: 30px;
	height: 30px;
}

.task-preview-container .small-avatar.custom-text {
	background-color: #1c84c6;
	font-size: 10px;
	color: #fff;
	align-items: center;
	display: flex;
	justify-content: center;
}

.task-preview-container .small-avatar:nth-child(odd) {
	z-index: 2;
}

.task-preview-container .small-avatar:nth-child(2n) {
	margin-left: -10px;
	margin-right: -10px;
	z-index: 1;
}

.task-preview-container .small-avatar:last-child {
	z-index: 0;
}

.task-preview-container .small-avatar img {
	width: 100%;
	display: block;
	object-fit: cover;
	object-position: center center;
	height: 24px;
}

@media (min-width: 768px) {
	.icon-navbar .metismenu > li:not(.nav-header):hover > a {
		/* transition: 300ms all; */
		/* width: 204px; */
		background: none;
		z-index: 1002;
	}

	.icon-navbar .metismenu > li:not(.nav-header):hover {
		transition: 500ms all;
		width: 204px;
		/* padding-top: 0px; */
		/* padding-bottom: 10px; */
		border-bottom-right-radius: 25px;
		border-top-right-radius: 25px;
		background: #293846;
	}

	.icon-navbar .metismenu > li.active:not(.nav-header):hover {
		transition: 300ms all;
		width: 204px;
		/* padding-top: 0px; */
		/* padding-bottom: 10px; */
		border-bottom-right-radius: 25px !important;
		border-top-right-radius: 25px;
		background: #293846;
	}

	.task-preview-container {
		width: 800px;
		margin: 0 auto;
	}
	.task-preview-container.popup-container {
		width: auto;
	}

	.task-preview-container .task-header {
		padding-right: 0;
	}
}

.fancybox-divider {
	margin-left: -15px;
	margin-right: -15px;
}

.fancybox-tag .fancybox-skin {
	background-color: transparent;
}

.fancybox-tag .fancybox-title {
	background: #fff;
	color: #f8ac59 !important;
	font-size: 18px;
	padding: 0 !important;
	border-bottom: 1px solid #eee;
}

.tags-preview-container {
	min-width: 400px;
	max-width: 600px;
}

.tags-preview-container .task-list {
	padding: 10px;
	margin-bottom: 10px;
}

.nav-third-level {
	border-bottom-right-radius: 25px;
	position: relative !important;
}

.icon-navbar .collapse.in {
	position: relative !important;
}
#side-menu li > a > i {
	min-width: 16.25px;
	text-align: center;
}
@media (min-width: 768px) {
	.icon-navbar #side-menu > li.active > a {
		display: flex;
	}

	.icon-navbar #side-menu > li.active:not(:hover) > a > i {
		position: relative;
		left: 5px;
	}

	.icon-navbar #side-menu > li:hover > a {
		display: flex;
	}

	.icon-navbar .menu_level_1 {
		margin-left: 5px;
		margin-right: auto;
	}
}

.nav-third-level > li:last-child > a {
	border-bottom-right-radius: 25px;
}

.icon-navbar .nav-third-level .nav-second-level > li:last-child {
	padding-bottom: 0 !important;
}

/* prevent third level  */

li.active:not(:hover) .nav-second-level li {
	background: none;
}

li.active:not(:hover) .nav-second-level li > a {
	background: none;
}

@media (min-width: 768px) {
	.icon-navbar .nav-second-level li.active > a {
		z-index: 1002;
		/* position: relative; */
		background-color: transparent !important;
	}

	.icon-navbar .nav-second-level li.active > .nav-third-level {
		top: 0px;
		z-index: 1001;
	}

	.icon-navbar .nav-third-level.collapsing {
		top: 0px;
		/* width: 100%; */
		background: none;
	}

	.icon-navbar .nav-third-level > li:first-child {
		/* padding-top: 22px; */
	}

	.icon-navbar .nav-third-level {
		background: none !important;
	}

	.icon-navbar #side-menu > li > ul > li:last-child {
		margin-bottom: 0;
	}

	.icon-navbar
		#side-menu
		> li
		> ul.nav-second-level
		> li
		> ul.nav-third-level
		> li:last-child
		> a {
		padding-bottom: 10px;
		/* padding-top: 0; */
		/* top: 10px; */
	}

	.icon-navbar
		#side-menu
		> li
		> ul.nav-second-level
		> li
		> ul.nav-third-level
		> li:nth-last-child(2)
		> a {
		/* padding-bottom: 20px; */
	}
}

/* .nav-third-level .nav-second-level > li:last-child > a {} */

table.tbl-total {
	width: 100%;
}

table.tbl-total td {
	font-weight: bold;
	font-size: 16px;
}

table.tbl-total .lbl {
	width: 80px;
	padding: 5px 10px;
}

table.tbl-total .info {
	font-size: 12px;
	color: grey;
}

.modal-mask {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: table;
	transition: opacity 0.3s ease;
}

.modal-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.card-list {
	max-width: 500px;
}

.card-list .card-img {
	margin-right: 10px;
}

.fixed-layout {
	max-width: 1100px;
	margin: 0 auto;
}

.anc {
	background-color: crimson;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 5px 15px !important;
}

.nav li.nav-header-my-acoount {
	/* height: 130px !important; */
	height: auto;
}
.nav li.nav-header-my-acoount.nav-footer {
	/* position: fixed; */
	position: static;
	margin-top: auto;
	bottom: 0;
	z-index: 9999;
	width: 190px;
}

body .navbar-project .nav li.nav-header-my-acoount.nav-footer {
	background-color: #4a5365;
}
body .navbar-hr .nav li.nav-header-my-acoount.nav-footer {
	background-color: transparent;
}
body .navbar-outlet .nav li.nav-header-my-acoount.nav-footer {
	background-color: transparent;
}
.my-account-dropdown {
	background-color: white !important;
	overflow: visible !important;
	left: 15px;
}
.nav li.nav-header .my-account-dropdown {
	left: -8px;
}

.icon-navbar .one-level span {
	position: absolute;
	left: 45px;
}

.icon-navbar .active.one-level i {
	font-size: 18px;
}

.icon-navbar .metismenu > li:hover {
	height: 40px;
}

.icon-navbar .active.one-level {
	height: 40px;
}

/* .icon-navbar .menu_level_1{
    position: absolute;
    left: 38px;
}
. */

.fancybox-section-detail .fancybox-skin {
	background: white;
	padding: 21px;
	border-radius: 10px;
}

.fancybox-section-detail .fancybox-close {
	display: block;
	opacity: 0;
}

.fancybox-section-detail .todo-popup {
	height: 100vh;
	align-items: baseline;
	background: #fff;
}

.table-responsive,
.table-bordered,
.table-striped {
	position: relative;
}

.tooltip {
	z-index: 999;
	position: fixed !important;
}

.select2-search-field {
	width: 100% !important;
}

.footer {
	transition: 300ms all;
}

.fixed-sidebar:not(.icon-navbar) .footer.fixed {
	margin-left: 198px;
}

.fancybox-no-close-button .fancybox-close {
	display: none;
}

.column-label {
	width: 200px;
}

.table-employee-payroll .column-label {
}

.hidden-mobile {
	display: block;
}

.hidden-desktop {
	display: none;
}

#page-wrapper .wrapper .title-action .btn .hidden-mobile {
	display: inline-block;
}

.page-heading .navbar-open {
	z-index: 2;
	position: relative;
	border: 1px solid transparent;
	line-height: 1.55;
	color: #02a4f7;
	background: transparent;
	padding: 0;
	font-size: 20px;
}

.page-heading .navbar-open *,
#page-wrapper .wrapper .title-action .navbar-open * {
	margin: 0;
}

#page-wrapper .wrapper .title-action {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: flex-end;
	margin-bottom: 5px;
	flex-wrap: wrap;
}

.page-heading .hamburger_button_wrapper {
	margin: 10px 0px 5px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.title-action-left {
	margin-right: auto;
}

.title-action-right {
	margin-left: auto;
}

.fancybox-create-project {
	width: 400px;
	max-width: 90%;
	border-radius: 5px;
	overflow: hidden;
}
.fancybox-wrap,
.fancybox-wrap .fancybox-inner {
	max-width: 900px;
}
.fancybox-with-header .fancybox-inner {
	max-width: 900px;
}
.fancybox-remarks.fancybox-wrap .fancybox-inner > * {
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0px 1px 10px rgb(0 0 0 / 25%);
}
.fancybox-wrap .fancybox-title ~ .fancybox-outer .fancybox-inner {
	border-radius: 0;
	max-width: 100%;
}
.fancybox-create-project .fancybox-skin {
	padding: 0px !important;
	border-radius: 5px;
}

.fancybox-create-project .fancybox-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fancybox-create-project .btnClose {
	display: block;
	padding: 0px;
	width: 10%;
	text-align: right;
	height: 38px;
	line-height: 1 !important;
}

.fancybox-create-project .fancybox-inner {
	overflow: hidden !important;
	border-radius: 5px;
}

.fancybox-create-project .fancybox-content {
	max-height: 545px;
	overflow: auto;
}
.fancybox-skin .fancybox-title h3 {
	font-weight: 700;
}
.fancybox-skin form {
	padding-top: 20px;
}
.fancybox-skin form .form-group {
	margin-bottom: 20px;
}
.fancybox-skin form .form-group input {
	border: 1px solid #e0e1e3;
	padding: 7px 14px;
	line-height: 1.4;
	min-height: 35.2px;
}
.fancybox-skin form .form-group select {
	padding: 7px 10px;
	line-height: 1.4;
	min-height: 35.2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../img/dropdown-arrow.svg');
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
}
.fancybox-skin form .form-group select option {
	color: #676a6c;
}
.fancybox-skin form .form-group select option:first-child {
	color: #d4d4d4;
}
.fancybox-skin form .form-group input:focus,
.fancybox-skin form .form-group select:focus {
	border: 1px solid #ebebeb;
	border-radius: 0px;
	outline: none;
}
.fancybox-skin
	form
	.select2-container-multi
	.select2-choices
	.select2-search-field
	input::placeholder,
.fancybox-skin form .form-group input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #d4d4d4;
	font-size: 14px;
	line-height: 16px;
	font-family: helvetica !important;
	opacity: 1; /* Firefox */
}

.fancybox-skin
	form
	.select2-container-multi
	.select2-choices
	.select2-search-field
	input:-ms-input-placeholder,
.fancybox-skin form .form-group input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #d4d4d4;
	font-size: 14px;
	line-height: 16px;
	font-family: helvetica !important;
}
.fancybox-skin
	form
	.select2-container-multi
	.select2-choices
	.select2-search-field
	input::-ms-input-placeholder,
.fancybox-skin form .form-group input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #d4d4d4;
	font-size: 14px;
	line-height: 16px;
	font-family: helvetica !important;
}

.fancybox-skin form .col-xs-6:first-child {
	padding-right: 10px;
}
.fancybox-skin form .col-xs-6:last-child {
	padding-left: 10px;
}
.fancybox-skin form .form-group label {
	/*font-weight: bold;*/
	font-size: 14px;
	line-height: 16px;
	color: #101b28;
}
.fancybox-skin
	form
	.select2-container-multi
	.select2-choices
	.select2-search-field
	input {
	border: 0px;
	font-size: 14px;
	line-height: 16px;
	font-family: helvetica !important;
	color: #d4d4d4 !important;
}
.fancybox-skin form .row-project-type-dev {
	margin-bottom: 15px;
}

.row.wrapper.page-heading,
.row.wrapper.page-heading.hidden-mobile {
	display: flex;
	align-items: center;
}

.row.wrapper.page-heading.hidden-desktop {
	display: none;
}

.row.wrapper.page-heading h2 {
	margin: auto 0;
}

.navbar-open + h2 .select2-container {
	margin-top: 0 !important;
}

body:not(.icon-navbar) .page-heading.subhead .col-md-6.mv-side-space {
	width: 55%;
}

body:not(.icon-navbar)
	.page-heading.subhead
	.col-md-6.mv-side-space:first-child {
	width: 45%;
}

.tasks .container-task-list-day {
	display: flex;
}

.tasks .container-task-list-day .day-summary {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	position: relative;
}

.tasks .container-task-list-day .task-copy-btn-wrapper {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.tasks .container-task-list-day .day-summary .summary-list .progress-text span {
	color: #444;
	opacity: 1;
}

#page-wrapper .wrapper .title-action {
	direction: rtl;
}

.avatar-block {
	padding-left: 5px !important;
}

.comment-row .box12 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.comment-row {
	padding: 5px 0px;
}
#comment-history .comment-row .box1.manage-block {
	display: flex;
}
#comment-history .comment-row .box1.manage-block .btn {
	margin-left: auto;
}

.selected-row {
	padding: 5px 0px;
}

.project-header .profile-image {
	position: relative;
}

.project-header .profile-image {
	position: relative;
}

.project-header .dropdown {
	position: absolute;
	top: -5px;
	right: 5%;
}

.project-header .dropdown {
	position: absolute;
	top: -5px;
	right: 5%;
	margin-top: 0px !important;
}

.project-header .dropdown .btn-manage-avatar {
	background: transparent;
	border: 0;
}

.project-header .dropdown .btn-manage-avatar:active {
	box-shadow: unset;
}

.project-header .dropdown .dropdown-menu {
	left: auto;
	right: 0;
	min-width: 100px;
}

.project-header .dropdown .btn-manage-avatar:focus,
.project-header .dropdown .btn-manage-avatar:hover {
	background: transparent;
}

.footer-navbar {
	color: #a7b1c2;
	padding: 5px 5px 10px 15px;
	line-height: 1.8;
}

.footer-navbar a {
	color: #a7b1c2;
}

.footer-navbar a:hover {
	color: #fff;
}

.sidebar-collapse.icon-scroll-navbar
	.nav
	.information-left-menu
	.footer-navbar {
	padding: 10px 15px 10px 15px;
}

.sidebar-collapse:not(.icon-scroll-navbar) .nav .information-left-menu i {
	display: none;
}

.select2-container-multi .select2-choices .select2-search-field input {
	font-size: 13px;
}

.select2-container-multi
	.select2-choices
	.select2-search-field
	input.select2-default {
	color: #d4d4d4 !important;
}

.super-grid-legend-table .table .select2-container .select2-choice abbr {
	right: 16px;
}

.super-grid-legend-table
	.table
	.select2-container.select2-allowclear
	.select2-choice
	.select2-chosen {
	margin-right: 24px;
}
.select2-drop.select2-drop-active
	.select2-results
	.select2_result_data_avatar_widget {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}
.select2_result_data_avatar_widget img {
	height: 30px;
}
.select2-result-repository-widget:not(.single)
	.select2_result_data_title_widget {
	margin-bottom: 2px;
}
.super-grid-legend-table .table .select2_result_data_avatar,
.select2_result_data_avatar_widget {
	width: 22px;
	height: 22px;
}

.super-grid-legend-table .table .select2_result_data_avatar_widget img {
	height: 100%;
}

.page-title-dropdown {
	margin-right: 0px !important;
}

.project-board-content
	.project-activity-title-container
	.project-activity-title {
	font-size: 14px;
	margin-bottom: 5px;
	display: flex;
}

.project-board-content
	.project-activity-title-container
	.label.tooltip-task-type {
	margin-top: 1px;
	text-align: center;
	line-height: 0.7;
}

.project-board-content .ibox-content {
	background-color: #ecf0f7;
}

.project-board-content .ibox-content h2 {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}

.project-activity-title-container .label:not(.label-task-type):first-of-type {
	margin-left: 0;
}

.project-board-content .list-group-item {
	color: #ff8900;
	font-size: 12px;
	margin-bottom: 7px;
	background-color: #feeede;
	padding: 10px;
	border-radius: 3px;
	word-wrap: break-word;
	overflow: hidden;
}

.project-board-content .list-group-item a {
	color: #ff8900;
}

.xoneapp-sf-btn {
	position: relative;
	bottom: 0px !important;
	left: auto !important;
	right: 0px !important;
}

.navbar-open + h2 .select2-container {
	margin-top: -5px;
	background: transparent;
	width: 60% !important;
	font-size: 16px;
	box-shadow: none;
	margin-left: 10px;
}
.navbar-open + h2 .select2-container a {
	background: transparent;
	border: 0;
	box-shadow: none;
	font-size: 16px;
	color: #fff;
	color: #676a6c;
	border: 1px solid #c4c4c4;
}
.row.wrapper.page-heading
	h2
	.select2-container
	.select2-choice
	> .select2-chosen
	> br,
.row.wrapper.page-heading
	h2
	.select2-container
	.select2-choice
	> .select2-chosen
	> .last-project-access {
	display: none;
}
.row.wrapper.page-heading h2 .image-project-header-wrapper {
	width: 30px;
	height: 30px;
}
.row.wrapper.page-heading h2 .image-project-header-wrapper img {
	width: 30px;
	height: 30px;
	border: 0px;
}
.row.wrapper.page-heading h2 .select2-container .select2-choice .select2-arrow {
	background: transparent;
}
.row.wrapper.page-heading
	h2
	.select2-container
	.select2-choice
	.select2-arrow
	b {
	background: url('plugins/select2/select2-white.png') no-repeat 0 1px !important;
}
.select2-drop {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.select2-search {
	border-radius: 5px;
	margin-top: 10px;
}

.navbar-open + h2 .select2-container .select2-choice {
	border-radius: 5px !important;
}

.select2-results li.select2-result-with-children > .select2-result-label {
	padding-top: 20px;
	border-top: 1px solid #ebebeb;
	margin-top: 10px;
}
.page-title-project-dropdown {
	padding-left: 10px !important;
}
.mail-box-task.mail-box {
	border: 0;
	border-top: 1px solid #e7eaec;
}
.mail-box-task.mail-box .mail-body {
	border: 0;
}
#pm-project-activity-to-do-grid-task .header-checkbox,
#pm-project-activity-to-do-grid-task .column-to-do-seq {
	position: relative;
}
#pm-project-activity-to-do-grid-task .checkbox-button-all,
#pm-project-activity-to-do-grid-task .column-to-do-seq .checkbox-button {
	position: absolute;
	top: -2px;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	right: 0;
	display: none;
}
#pm-project-activity-to-do-grid-task .show-checkbox .checkbox-button,
#pm-project-activity-to-do-grid-task
	tbody:hover
	.column-to-do-seq
	.checkbox-button {
	display: flex;
}
#pm-project-grid-task .table-striped > tbody > tr:nth-of-type(odd),
#pm-project-activity-to-do-grid-task
	.table-striped
	> tbody
	> tr:nth-of-type(odd) {
	background-color: #fff;
}
#pm-project-grid-task .xone-avatar .small-avatar img {
	border-radius: 50%;
}
#pm-project-grid-task .user-avatar,
#pm-project-grid-task .user-avatar > a,
#pm-project-grid-appointment .user-avatar,
#pm-project-grid-appointment .user-avatar > a {
	display: flex;
	align-items: center;
}
#pm-project-grid-task .user-avatar .xone-avatar {
	margin-right: 5px;
}
.btn-three-dot * {
	margin: 0px;
}
.ibox.project-container .ibox-content .grid-view tr td .dropdown-title {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	color: #337ab7 !important;
	padding: 2px;
	text-align: left;
	margin: -2px 0;
	margin-left: 5px;
}
.ibox.project-container
	.ibox-content
	.grid-view
	tr
	td
	.dropdown-content
	.list-group-item
	.clipboard-grid {
	position: absolute;
	opacity: 0;
}
.ibox.project-container
	.ibox-content
	.grid-view
	tr
	td
	.dropdown-content
	.list-group-item:hover
	.clipboard-grid {
	opacity: 1;
	transition: 0.25s all ease-in;
}
.editable-click,
a.editable-click,
a.editable-click:hover {
	border-bottom: 0px;
}
.nav > li.feedback-left-menu a {
	text-align: left;
	width: 100%;
}
.ibox-title
	.ibox-tools.ibox-tools-filter
	> .btn.btn-project-grid-task-filter-date,
.ibox-title .ibox-tools.ibox-tools-filter > .btn-group:not(.btn-group-label) {
	margin-right: 0px;
}
.ibox-title
	.ibox-tools.ibox-tools-filter
	> .btn.btn-project-grid-task-filter-date
	span.caret,
.ibox-title
	.ibox-tools.ibox-tools-filter
	> .btn-group:not(.btn-group-label)
	span.caret {
	margin-left: 1px;
}
#create_new_activity .btn-action-calendar {
	width: 49%;
}
#calendar span.fc-title .icon-calendar {
	margin-right: 5px;
}
#calendar .fc-title .task-status-svg.icon-calendar {
	top: 1px;
	position: relative;
	max-height: 11px;
	margin-right: 3px;
}
.btn-new-design {
	padding: 3px 1px;
	border-radius: 50% !important;
	width: 20px;
	height: 20px;
	font-size: 10px;
}
.btn-group-new-design.btn-group:not(.users):not(.project):not(.groups):not(
		.status
	)
	.slimScrollDiv
	li
	> a {
	width: 20px;
	height: 20px;
	padding: 3px 1px;
}
.btn-group-new-design.btn-group .dropdown-menu .slimScrollDiv li {
	padding-top: 10px !important;
}
.btn-group-new-design.btn-group .btn-new-design {
	margin: 0;
}
.btn-long-new-design {
	border-radius: 5px;
}
.btn-new-design.btn-view,
.btn-long-new-design.btn-view {
	background: #02a4f7;
	border-color: #02a4f7;
}
.btn-new-design.btn-edit,
.btn-new-design.btn-edit:active,
.btn-long-new-design.btn-edit,
.btn-long-new-design.btn-edit:active {
	background-color: #fdb827;
	border-color: #fdb827;
}
.btn-new-design.btn-delete,
.btn-new-design.btn-delete:active,
.btn-long-new-design.btn-delete,
.btn-long-new-design.btn-delete:active {
	background-color: #ed5666;
	border-color: #ed5666;
}
.btn-outline-primary {
	color: #19aa8d;
	border: 1px solid #19aa8d;
}
.btn-new-design .fa,
.btn-long-new-design .fa {
	transform: translate(0%, -1px);
}
.btn-new-design .fa-eye,
.btn-long-new-design .fa-eye {
	transform: translate(-3%, -1px);
}
.ibox-tools a.btn-icon-with-text,
.btn-icon-with-text {
	display: inline-flex;
	align-items: center;
	color: #676a6c;
	background: transparent;
	padding: 0;
}
.btn-icon-with-text > .btn-new-design {
	margin-right: 3px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.popup-icons .btn-new-design .fa {
	transform: translate(0%, 5%);
}
.btn-icon-with-text .btn-new-design .fa {
	transform: translate(0%, 5%);
}
.navbar-default #side-menu {
	/* padding-bottom: 109px; */
	padding-bottom: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.nav li.nav-header .my-account-dropdown .dropdown-wrapper {
	padding: 10px;
	font-weight: 500;
}
.nav li.nav-header .my-account-dropdown .dropdown-wrapper .title {
	display: block;
	text-transform: uppercase;
	color: #666;
	padding-bottom: 15px;
}
.nav li.nav-header .my-account-dropdown .dropdown-wrapper .change-menu {
	margin-top: 10px;
	color: #666;
	display: block;
}
.nav li.nav-header .my-account-dropdown .dropdown-wrapper .dropdown-menus {
	display: flex;
	width: 380px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.nav li.nav-header .my-account-dropdown .dropdown-wrapper .menu {
	width: 60px;
	padding: 5px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 15px;
}
.nav li.nav-header .my-account-dropdown .dropdown-wrapper .menu span {
	display: block;
	font-size: 10px;
	color: #676a6c;
	word-wrap: break-word;
	font-weight: normal;
}
.nav li.nav-header .my-account-dropdown .dropdown-wrapper .menu .menu-icon {
	text-align: center;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #fff;
	margin: 0 auto;
	margin-bottom: 7px;
}
.nav
	li.nav-header
	.my-account-dropdown
	.dropdown-wrapper
	.menu-project
	.menu
	.menu-icon {
	background-color: #343f56;
}
.nav
	li.nav-header
	.my-account-dropdown
	.dropdown-wrapper
	.menu-hr
	.menu
	.menu-icon {
	background-color: #4d375d;
}
.nav
	li.nav-header
	.my-account-dropdown
	.dropdown-wrapper
	.menu-outlet
	.menu
	.menu-icon {
	background-color: #006ea7;
}
.nav
	li.nav-header
	.my-account-dropdown
	.dropdown-wrapper
	.menu
	.menu-icon.icon-square {
	border-radius: 5px;
	width: 40px;
	height: 40px;
	margin-bottom: 13px;
	margin-top: 5px;
	background-color: #fff;
	border: 1px solid #343f56;
	color: #343f56;
}
.nav
	li.nav-header
	.my-account-dropdown
	.dropdown-wrapper
	.menu
	.menu-icon.icon-square
	+ span {
	font-weight: 500;
	color: #4d375d;
}
.nav
	li.nav-header
	.my-account-dropdown
	.dropdown-wrapper
	.menu
	.menu-icon.icon-circle {
	border-radius: 50%;
}
.full-navbar.overflow-visible,
.icon-scroll-navbar.overflow-visible {
	overflow-y: visible !important;
}
.ibox-card-container .ibox-content .col-filter-input-wrapper {
	display: flex;
	align-items: center;
}
.ibox-card-container .ibox-content .col-filter-input-wrapper .control-label {
	margin-right: 30px;
	font-weight: normal;
	font-size: 14px;
	line-height: 23px;
	color: #676a6c;
	margin-bottom: 0;
}
.ibox-card-container
	.ibox-content
	.col-filter-input-wrapper
	.dropdown-list-wrapper,
.ibox-card-container
	.ibox-content
	.col-filter-input-wrapper
	.chosen-container-single {
	width: 100% !important;
}
.ibox-card-container .ibox-content .col-filter-input-wrapper .chosen-single {
	font-size: 14px;
	line-height: 23px;
	color: #676a6c;
	padding: 3px 10px;
	height: 29px;
	background: #ffffff;
	border: 0.5px solid #c4c4c4;
	border-radius: 5px;
}

@media (max-width: 1235px) and (min-width: 768px) {
	.tasks
		.container-task-list-day
		.day-summary
		.summary-list
		.progress-text
		span {
		display: none;
	}
}

@media (max-width: 1024px) {
	.fancybox-wrap,
	.fancybox-wrap .fancybox-inner {
		max-width: 900px;
	}
	.fancybox-holiday .fancybox-inner {
		max-width: 100%;
	}
}
@media (min-width: 992px) {
	.box1.avatar-block {
		width: 5% !important;
	}

	.box10.right-block {
		width: 86.6666%;
	}

	.box1.manage-block {
		padding-right: 5px !important;
	}
}

@media (min-width: 769px) {
	.pace-done .navbar-open,
	.pace-done .navbar-open:active {
		background: transparent;
		padding: 0;
		margin-right: 15px;
		border: 0px;
		position: absolute;
		top: 0;
		padding: 0;
		right: 5px;
		z-index: 9;
		margin: 5px 3px;
	}

	.page-heading {
		min-height: 72px;
	}

	.nav li.nav-header .my-account-dropdown {
		left: 100%;
		left: calc(100% + 30px);
		top: 0;
	}

	.nav li.nav-header .my-account-dropdown .dropdown-wrapper {
		padding: 25px;
		font-size: 14px;
		font-weight: 500;
	}

	.nav li.nav-header .my-account-dropdown .dropdown-wrapper .menu {
		width: 75px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75px;
		flex: 0 0 75px;
		max-width: 75px;
	}

	.nav li.nav-header .my-account-dropdown .dropdown-wrapper .menu span {
		font-size: 14px;
	}

	.nav li.nav-header .my-account-dropdown .dropdown-wrapper .menu .menu-icon {
		width: 50px;
		height: 50px;
		font-size: 18px;
	}

	.nav
		li.nav-header
		.my-account-dropdown
		.dropdown-wrapper
		.menu
		.menu-icon.icon-square {
		margin-bottom: 12px;
		margin-top: 5px;
	}
}

@media (max-width: 768px) {
	.navbar-open + h2 .select2-container {
		margin-top: -5px;
		position: relative;
		top: 44px;
		left: -153px;
		width: 120%;
	}
	.page-title-project-dropdown {
		font-size: 12px;
		order: 1;
		/* display: block; */
		width: 100%;
	}
	.dropdown-menu.filter .custom-checkbox label {
		line-height: 1.5;
	}

	.row.wrapper.page-heading h2 .image-project-header-wrapper {
		width: 30px;
		height: 30px;
	}
	.row.wrapper.page-heading h2 .image-project-header-wrapper img {
		width: 30px;
		height: 30px;
		border: 0px;
	}
	.nav li.nav-header .my-account-dropdown .dropdown-wrapper .dropdown-menus {
		width: 300px;
	}
}

@media (max-width: 768px) {
	.task-preview-container .task-header {
		padding-right: 0px;
	}

	.hidden-desktop {
		display: block;
	}

	#page-wrapper .wrapper .title-action .btn .hidden-desktop {
		display: inline-block;
	}
	.row.wrapper.page-heading {
		padding-left: 20px;
		padding-right: 20px;
		left: 10px !important;
		right: 10px !important;
		margin-left: -10px;
		margin-right: -10px;
	}

	#page-wrapper .wrapper .title-action .btn .hidden-mobile,
	.row.wrapper.page-heading.hidden-mobile,
	.hidden-mobile {
		display: none;
	}

	.row.wrapper.page-heading.hidden-desktop {
		display: flex;
		align-items: center;
	}
	.page-heading.header-new-theme .title-action .btn.btn-circle:last-child {
		padding-right: 0;
		margin-right: 0 !important;
	}
	.show_two_side_toolbar {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.show_two_side_toolbar h2 {
		margin: 0px 10px;
	}

	.page-heading .navbar-open {
		margin: 8px 5px 10px 0px;
	}

	.m-0 {
		margin: 0 !important;
	}

	.page-heading.subhead .col-md-6.mv-side-space {
		width: 15%;
	}

	.page-heading.subhead .col-md-6.mv-side-space.col-with-select:first-child {
		width: 85%;
		display: block;
	}

	.page-heading.subhead .col-md-6.mv-side-space.col-with-select:last-child {
		width: 40%;
	}

	.page-heading.subhead .col-with-select h2 .select2-container {
		margin-top: 0;
		position: relative;
		top: 0;
		left: 0;
		max-width: 100%;
	}

	.page-heading .col-with-select .navbar-open {
		margin-top: 8px;
	}

	.row.wrapper.page-heading h2 {
		margin: 8px 0px 10px 3px;
		padding-left: 5px;
		font-size: 18px;
		line-height: 1.5;
		font-weight: 500;
	}

	.fancybox-create-project .fancybox-inner {
		overflow: hidden;
		width: 100% !important;
	}

	.title-action .btn-sm {
		padding: 6px 6px;
		width: auto;
		min-width: 31.6px;
		text-align: center;
		min-height: 31.6px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.title-action .btn-sm * {
		margin: 0px !important;
	}

	.title-action > .btn-group {
		width: auto !important;
	}

	.title-action > .btn-group * {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.title-action .btn-group .btn-success:hover {
		background-color: #1c84c6 !important;
		border-color: #1c84c6 !important;
		color: #ffffff;
	}

	.title-action .btn-group .dropdown-menu {
		left: auto;
		right: 0;
	}
	.title-action .btn-group .dropdown-menu .btn .hidden-xs {
		display: flex !important;
	}

	.title-action .exclude-scroll.btn-header-dropdown .dropdown-menu {
		padding-bottom: 20px;
	}
	.title-action .btn-group .dropdown-menu li:last-child a {
		margin-bottom: 0 !important;
	}

	.title-action .btn-group .dropdown-menu li a {
		background: transparent;
		color: #555;
		border: 0;
		text-align: left;
		align-items: center;
		justify-content: flex-start;
		font-size: 12px;
	}

	.title-action .btn-group .dropdown-menu a i {
		margin-right: 5px !important;
	}

	.title-action .btn-group .dropdown-menu .hidden-lg {
		display: none;
	}

	.title-action .btn-group .dropdown-menu .hidden-xs {
		display: flex !important;
	}

	.form-horizontal .issue-form-wrapper .form-group {
		position: relative;
	}

	.form-horizontal .issue-form-wrapper .ibox-content .hr-line-dashed {
		border: 0px;
		margin: 10px 0px;
		background: transparent;
	}

	.form-horizontal .issue-form-wrapper .form-group .control-label {
		position: absolute;
		left: 0;
		top: 0;
		cursor: text;
		font-size: 80%;
		opacity: 1;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		top: -0.5rem;
		left: 20px;
		z-index: 3;
		line-height: 1;
		padding: 0 1px;
		background: #fff;
		font-weight: normal;
	}

	.form-horizontal .issue-form-wrapper .form-group .attachment-label {
		position: relative;
		margin-bottom: 0;
		left: 15px;
		top: -5px;
	}

	.avatar-block {
		width: 20% !important;
	}

	.sidebar-collapse.icon-scroll-navbar .nav .information-left-menu i {
		display: none;
	}

	.manage-block {
		width: 20% !important;
		padding-right: 5px !important;
	}

	.project-header .dropdown {
		display: none;
	}

	.profile-image img {
		width: 45px;
		height: 45px;
	}

	.profile-info {
		margin-left: 55px;
	}

	.profile-image {
		width: 55px;
	}

	.ibox.project-container .ibox-content .grid-view tr td.button-column {
		display: none;
	}

	#pm-project-grid-task tfoot {
		display: none;
	}

	.project-board-content .ibox-content h2 {
		margin-top: 15px;
	}
	.fancybox-title h3 {
		font-size: 16px;
	}
	.fancybox-skin form .form-group select,
	.fancybox-skin form .form-group input {
		font-size: 12px;
	}
	.fancybox-skin
		form
		.select2-container-multi
		.select2-choices
		.select2-search-field
		input::placeholder,
	.fancybox-skin form .form-group input::placeholder {
		font-size: 12px;
	}

	.fancybox-skin
		form
		.select2-container-multi
		.select2-choices
		.select2-search-field
		input:-ms-input-placeholder,
	.fancybox-skin form .form-group input:-ms-input-placeholder {
		font-size: 12px;
	}
	.fancybox-skin
		form
		.select2-container-multi
		.select2-choices
		.select2-search-field
		input {
		font-size: 12px;
	}
	.fancybox-create-project {
		width: 345px;
	}
}

.menu-font-color {
	color: #dfe4ed !important;
}

#page-wrapper .wrapper .title-action * {
	direction: ltr;
	margin-left: 2px;
	margin-right: 4px;
	color: #101b28;
}
#page-wrapper .wrapper .title-action > .btn > span {
	margin-left: 0px;
	margin-right: 0px;
}
#page-wrapper .wrapper .title-action > .btn > span i {
	margin-left: 0px;
	width: auto;
}

/*CUSTOM FILE*/
.custom-file input[type='file' i]::-webkit-file-upload-button {
	opacity: 0;
	width: 0;
	padding: 0;
}
.custom-file input[type='file'] {
	display: inline-flex;
	outline: 0;
	border: 0;
}
.custom-file .custom-file-label {
	background: #d5f1ff;
	border: 1px dashed #03a9f4;
	box-sizing: border-box;
	font-size: 18px;
	border-radius: 2.25px;
	height: 30px;
	width: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #02a4f7;
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.custom-file input[type='file'] {
		width: 80%;
	}
}
/*END CUSTOM FILE*/

/*RADIO BUTTON*/
.radio-button-wrapper {
	display: flex;
}
.custom-control:not(:last-child) {
	margin-right: 15px;
}
.custom-control {
	position: relative;
	z-index: 1;
	display: block;
	min-height: 24px;
	padding-left: 24px;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}
.custom-control input[type='checkbox'],
.custom-control input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}
.custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 16px;
	height: 20px;
	opacity: 0;
}
.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
	line-height: 1.5 !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #02a4f7;
	background-color: #fff;
}
.custom-control-label::before {
	position: absolute;
	top: 2px;
	left: -24px;
	display: block;
	width: 16px;
	height: 16px;
	pointer-events: none;
	content: '';
	background-color: #fff;
	border: #adb5bd solid 1px;
}
.custom-radio .custom-control-label::before {
	border-radius: 50%;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
}
.custom-control-label::after {
	position: absolute;
	top: 2px;
	left: -24px;
	display: block;
	width: 16px;
	height: 16px;
	content: '';
	background: 48%/90% 90% no-repeat;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2302A4F7'/%3e%3c/svg%3e");
}
/*END RADIO BUTTON*/

/*LOGIN FORGOT PASSWORD PAGE*/
.login-page-wrapper .loginscreen.middle-box {
	/* padding-top: 60px; */
	width: 330px;
	display: flex;
	align-items: center;
	padding-top: 0;
	height: 100vh;
}

.login-page-wrapper .login-box {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	color: #676a6c;
}

.login-page-wrapper .login-box h1 {
	color: #02a4f7;
	font-size: 24px;
	font-weight: 700;
}

.login-page-wrapper #BackendLoginForm_password {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.login-page-wrapper #showHideToggle.input-group-append .input-group-text {
	background: white;
	border-left: 0;
	cursor: pointer;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.login-page-wrapper input.form-control {
	min-height: 30px;
	height: 30px;
}
.login-page-wrapper input.form-control.error {
	border-color: #ed5666;
}
.login-page-wrapper input.form-control,
.login-page-wrapper input.form-control:focus {
	border-radius: 5px;
}

.login-page-wrapper
	.form-control:focus
	~ .input-group-append
	.input-group-text {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.login-page-wrapper .input-group-append .input-group-text {
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.login-page-wrapper .form-control:focus,
.login-page-wrapper
	.form-control:focus
	~ .input-group-append
	.input-group-text {
	border-color: #02a4f7 !important;
}

.input-group .form-control.error,
.input-group .form-control.error ~ .input-group-append .input-group-text {
	border-color: #ed5666 !important;
}

.login-page-wrapper .form-control::placeholder {
	line-height: 1.5;
}

.login-page-wrapper .btn-login,
.login-page-wrapper .btn-login:hover {
	background-color: #02a4f7;
	cursor: pointer;
	color: #fff;
	padding: 0;
	font-size: 14px;
	height: 30px;
}
.login-page-wrapper .btn-google,
.login-page-wrapper .btn-google:hover {
	line-height: 1.5;
	height: 30px;
	padding: 2.5px 0px;
}

.login-page-wrapper .horizontal-line {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #000;
	line-height: 0.1em;
	margin: 30px 0;
}

.login-page-wrapper .horizontal-line span {
	background: #fff;
	padding: 0 10px;
}

.login-page-wrapper .floating-form {
	position: relative;
}

.login-page-wrapper .floating-form label {
	display: block;
	position: absolute;
	opacity: 0;
	top: 2px;
	color: #5d5d5d;
	transition: 0.2s ease-in-out transform;
	font-size: 10px;
	background-color: #fff;
	padding: 0 5px;
	left: 8px;
	font-weight: normal;
}

.login-page-wrapper .floating-form .form-control:placeholder-shown + label {
	visibility: hidden;
	z-index: -1;
	transition: 0.2s ease-in-out;
}

.login-page-wrapper
	.floating-form
	.form-control:not(:placeholder-shown)
	+ label,
.login-page-wrapper .floating-form .form-control:focus + label {
	visibility: visible;
	z-index: 9;
	opacity: 1;
	transform: translateY(-10px);
	transition: 0.2s ease-in-out transform;
}
.forgot-password-wrapper .login-desktop-logo {
	margin-bottom: 26px;
}
.forgot-password-wrapper p.login-desc {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 13px;
}
.forgot-password-wrapper .form-group {
	margin-bottom: 25px;
}
.forgot-password-wrapper .btn-login {
	font-size: 14px;
	margin-bottom: 25px;
}
.forgot-password-wrapper .login-box {
	padding-bottom: 22px;
}
.forgot-password-wrapper .back-to-login {
	font-size: 14px;
	line-height: 23px;
	text-align: center;
	color: #02a4f7 !important;
}
.forgot-password-wrapper .floating-form label {
	color: #c4c4c4;
}
.login-page-wrapper .custom-control {
	display: inline-block;
}
@media (max-width: 992px) {
	.forgot-password-wrapper .login-desktop-logo {
		margin-bottom: 25px;
	}
	.login-page-wrapper #BackendLoginForm_password {
		height: 30px;
	}
	.login-page-wrapper .loginscreen.middle-box {
		align-items: flex-start;
		padding-top: 60px;
		height: 100%;
	}
}
/*END LOGIN FORGOT PASSWORD PAGE*/

/*DUTY SCHEDULE POPUP HOLIDAY*/
.fancybox-holiday {
	border-radius: 10px;
}
.fancybox-holiday #layoutHoliday,
.fancybox-holiday #layoutHoliday .layout-holiday-wrapper {
	height: 100%;
}
.fancybox-holiday .fancybox-inner {
	border-radius: 10px;
}
.fancybox-holiday .fancybox-skin {
	box-shadow: 0px 1px 10px rgb(0 0 0 / 25%);
	border-radius: 10px;
}
.fancybox-holiday .fancybox-inner #layoutHoliday {
	padding-top: 5px;
	padding-bottom: 5px;
}
.fancybox-holiday .fancybox-inner h3 {
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	color: #676a6c;
	margin-top: 0;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1;
	padding-bottom: 15px;
}
.fancybox-holiday .list-holiday {
	padding: 0px 30px;
	padding-right: 5px;
	margin-right: 10px;
	font-size: 14px;
	color: #676a6c;
	height: calc(100% - 55px);
	margin-bottom: 25px;
	overflow: auto;
	display: block;
	position: relative;
}
.fancybox-holiday .list-holiday::-webkit-scrollbar {
	width: 3px;
}

.fancybox-holiday .list-holiday::-webkit-scrollbar-track {
	background: #ecf0f7;
}

.fancybox-holiday .list-holiday::-webkit-scrollbar-thumb {
	background-color: #02a4f7;
	border-radius: 5px;
	width: 2px;
}
.fancybox-holiday .list-holiday .row-holiday {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 10px;
}
.fancybox-holiday .list-holiday [class*='col-'] {
	padding-left: 5px;
	padding-right: 5px;
}
@media (max-width: 992px) {
	.fancybox-holiday {
		max-width: 90%;
	}
}
/*END DUTY SCHEDULE POPUP HOLIDAY*/

/*NEW THEME*/
.page-wrapper-index {
	background: #fff;
	border-radius: 10px;
}
.page-wrapper-index {
	border: 0;
}
.col-main-content {
	margin-top: 0px;
}
.col-main-content > .grid-view,
.col-main-content .page-content-wrapper .grid-view {
	border: 0;
	padding: 0 !important;
	margin-top: -10px;
}
.col-main-content:not(.col-main-content-single) .page-content-wrapper {
	border: 0;
	padding-right: 15px;
}
.col-main-content-single
	.outlet-index
	.col-main-content:not(.col-main-content-single) {
	padding-right: 0px;
}
.page-content-wrapper > #yw0 > .alert {
	margin-right: 15px;
}
.col-main-content > #yw0 > .alert {
	margin-right: 15px;
}
.col-main-content-single > #yw0 > .alert {
	margin-left: 15px !important;
	margin-right: 15px !important;
}
.col-main-content-single > .grid-view {
	border: 0;
	padding: 20px 25px !important;
}
.col-main-content-single > .form-new-theme-wrapper {
	border: 0;
	padding: 20px 25px !important;
}
.page-wrapper-index.single-column-page {
	background: #fff;
	padding: 0px 15px;
}
.page-wrapper-index.single-column-page.bg-transparent {
	background: transparent;
	padding: 0 0;
}
.page-wrapper-index .list-sidebar-menu {
	padding-top: 20px;
}
.page-wrapper-index .list-group-item {
	border: 0;
	border-radius: 0;
	padding: 7.5px 15px;
	padding-left: 25px;
	padding-right: 20px;
	font-size: 14px;
	line-height: 1.5;
	border: 0px !important;
}
.page-wrapper-index .list-group-item a {
	font-size: 14px;
	align-items: center;
	color: #676a6c;
	padding: 0;
	background: transparent !important;
	display: flex;
	line-height: 1.2;
}
.page-wrapper-index ul.nav.nav-list li.list-group-item a {
	padding: 0;
}
.page-wrapper-index .list-group-item a .label {
	margin-left: auto;
}
.page-wrapper-index.outlet-index .list-group-item {
	padding-left: 25px;
}
.page-wrapper-index.outlet-index .list-sidebar-menu {
	padding-top: 17.5px;
}
.page-wrapper-index ul.nav.nav-list li.list-group-item:not(.list-group-title) {
	padding-left: 0px;
}
.page-wrapper-index
	ul.nav.nav-list
	li.list-group-item:not(.list-group-title)
	a {
	padding-left: 25px;
}
.page-wrapper-index ul.nav.nav-list li.list-group-item.active a,
.page-wrapper-index ul.nav.nav-list li.list-group-item.active a.active {
	padding-left: 22px;
}
.page-wrapper-index .list-group-item:hover {
	background: #bbe5ff;
	color: #676a6c;
}
.page-wrapper-index .list-group-item:hover a,
.page-wrapper-index .list-group-item a:hover {
	color: #676a6c;
	background: transparent;
}
/* .page-wrapper-index .list-group-item a.active, */
.page-wrapper-index .list-group-item.active a {
	border-left: 3px solid #02a4f7 !important;
	color: #02a4f7 !important;
	background: transparent !important;
	padding-left: 22px;
}
.page-wrapper-index .list-group-item.active a {
	color: #02a4f7;
}
.page-wrapper-index .list-sidebar-menu .list-group-title {
	font-weight: 600;
	margin-top: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	text-transform: uppercase;
	color: #676a6c;
}
.page-wrapper-index .list-sidebar-menu .list-group-title:hover {
	background: transparent;
}
.page-wrapper-index:not(.outlet-index) .list-sidebar-menu .list-group-title {
	font-weight: 600;
	padding-top: 13px;
	padding-bottom: 7.5px;
	line-height: 1;
}
.page-wrapper-index:not(.outlet-index)
	.list-sidebar-menu
	.list-group-title.small-padding-y {
	padding-top: 6px;
	padding-bottom: 6px;
}
.page-wrapper-index:not(.outlet-index)
	.list-sidebar-menu
	.list-group-title:first-of-type {
	padding-top: 0;
}
.page-wrapper-index:not(.outlet-index) .list-sidebar-menu .list-group-title a {
	font-weight: 600;
}
.page-wrapper-index .list-group-item .badge {
	background: transparent;
	font-size: 14px;
	font-weight: normal;
	color: #a2acbd;
	float: right;
	padding: 0;
	margin-left: auto;
}
.page-wrapper-index > .row {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.page-wrapper-index .col-main-content {
	padding-top: 5px;
	padding-bottom: 25px;
	/* padding-right: 30px; */
}
.page-wrapper-index.outlet-list-page .col-main-content-single.col-main-content {
	padding-top: 0;
	padding-bottom: 0;
}
.page-wrapper-index.bg-transparent .col-main-content {
	padding-top: 0;
}
.page-wrapper-index .table-new-theme th,
.page-wrapper-index .table-new-theme th * {
	font-weight: 500;
	font-size: 14px;
	line-height: 23px;
	color: #676a6c;
	border: 0;
	border-bottom: 0;
	border-top: 0;
	text-align: left;
	vertical-align: bottom;
}
.page-wrapper-index .table-new-theme thead tr:last-child th,
.page-wrapper-index .table-new-theme thead tr.filters td {
	border-top: 0;
	border-bottom: 1px solid #ecf0f7;
}
.page-wrapper-index .table-new-theme tbody td {
	border: 0;
	font-weight: 300;
	font-size: 14px;
	line-height: 23px;
	color: #676a6c;
}
.page-wrapper-index .table-new-theme .filters th input,
.page-wrapper-index .table-new-theme .filters td input,
.page-wrapper-index .table-new-theme .filters td select {
	background: #ffffff;
	border: 0.5px solid #c4c4c4;
	border-radius: 5px;
	height: 30px;
	min-height: 30px;
	line-height: 1;
}
.page-wrapper-index .table-outlet th:first-child,
.page-wrapper-index .table-outlet tbody td:first-child {
	padding-left: 0;
}

.page-wrapper-index .table-outlet th:first-child,
.page-wrapper-index .table-outlet th:nth-child(2) {
	width: 15%;
}
.page-wrapper-index .table-outlet th:nth-child(3) {
	width: 10%;
}
.page-wrapper-index .table-outlet th:nth-child(5) {
	width: 10%;
}
.page-wrapper-index .list-group-item label {
	padding: 5px 8px;
}
.page-wrapper-index .badge-new-theme {
	font-weight: 300;
	font-size: 10px;
	line-height: 12px;
	display: inline-flex;
	align-items: center;
	color: #676a6c;
	background: #f6f6f6;
	border-radius: 3px;
	padding: 3px 5px;
}
.page-wrapper-index .badge-status {
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	display: inline-flex;
	align-items: center;
	color: #676a6c;
	background: #f6f6f6;
	border-radius: 3px;
	padding: 3px 15px;
}
.page-wrapper-index .table-heading {
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	color: #676a6c;
	margin-top: 25px;
	margin-bottom: 25px;
	display: flex;
}
.page-wrapper-index .table-heading:nth-of-type(1),
.page-content-wrapper .table-heading {
	margin-top: 0;
}
.page-wrapper-index .table-heading .select-year {
	min-height: 29px;
	font-size: 14px;
	line-height: 23px;
	color: #676a6c;
	height: 29px;
	padding: 3px 10px;
	border: 0.5px solid #c4c4c4;
	border-radius: 5px;
	margin-left: 20px;
	min-width: 68px;
	background-size: 5px;
	background-position: 90% center;
	font-weight: normal;
}
.page-wrapper-index .table-heading .select-year:focus {
	border-color: #02a4f7;
}
.switch-wrapper .switch {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 16px;
}

.switch-wrapper .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.switch-wrapper .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.switch-wrapper .slider:before {
	position: absolute;
	content: '';
	height: 12px;
	width: 12px;
	left: 2px;
	bottom: 2.2px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.switch-wrapper input:checked + .slider {
	background-color: #19aa8d;
}

.switch-wrapper input:focus + .slider {
	box-shadow: 0 0 1px #19aa8d;
}

.switch-wrapper input:checked + .slider:before {
	-webkit-transform: translateX(13px);
	-ms-transform: translateX(13px);
	transform: translateX(13px);
}

.switch-wrapper .slider.round {
	border-radius: 17px;
}

.switch-wrapper .slider.round:before {
	border-radius: 50%;
}
.switch-wrapper .label-text {
	font-size: 12px;
	color: #676a6c;
	font-weight: normal;
	margin-left: 3px;
}
.page-wrapper-index .switch-wrapper {
	padding-left: 25px;
}
.row.wrapper.page-heading.header-new-theme {
	background: #fff;
	border: 0 !important;
	/* border-bottom: 1px solid #E0E1E3 !important; */
	border-bottom: none;
}
.page-heading.header-new-theme .input-header-search {
	width: 80%;
}
.page-heading.header-new-theme .input-header-search .input-group-addon {
	padding: 0;
	background: transparent;
	border: 0 !important;
}
.page-heading.header-new-theme .input-header-search input {
	border: 0 !important;
	padding: 6px 10px;
	color: #000;
}
.page-wrapper-index .table-heading .switch-wrapper {
	padding-left: 20px;
}
.page-heading.header-new-theme .input-header-search input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	font-weight: 300;
	font-size: 14px;
	font-family: 'Hind Siliguri', sans-serif;
	color: #c4c4c4;
}

.page-heading.header-new-theme
	.input-header-search
	input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-weight: 300;
	font-size: 14px;
	color: #c4c4c4;
	font-family: 'Hind Siliguri', sans-serif;
}
.page-heading.header-new-theme
	.input-header-search
	input::-ms-input-placeholder {
	/* Microsoft Edge */
	font-weight: 300;
	font-size: 14px;
	color: #c4c4c4;
	font-family: 'Hind Siliguri', sans-serif;
}
.page-heading.header-new-theme .btn-responsive,
.page-heading.header-new-theme .btn-not-responsive {
	display: flex;
	align-items: center;
}
.page-heading.header-new-theme .btn:not(.btn-circle) .btn-responsive .fas,
.page-heading.header-new-theme .btn:not(.btn-circle) .btn-responsive .fa {
	font-size: 20px;
}
.page-heading.header-new-theme .btn.btn-circle .fas {
	font-size: 10px;
}
.page-heading.header-new-theme .btn-new-design-success,
.page-heading.header-new-theme .btn-new-design-primary,
.page-heading.header-new-theme .btn-new-design-warning,
.page-heading.header-new-theme .btn-new-design-danger,
.page-heading.header-new-theme .btn-new-design-grey,
.page-heading.header-new-theme .btn-new-design-add,
.page-heading.header-new-theme .btn-new-design-export,
.page-heading.header-new-theme .btn-new-design-filter {
	background: transparent;
	font-size: 14px;
	color: #676a6c;
	border: 0;
	padding: 6px 5px;
}
.page-heading.header-new-theme .btn-new-design-primary i,
.page-heading.header-new-theme .btn-new-design-add i {
	color: #02a4f7;
}
.page-heading.header-new-theme .btn-new-design-filter i {
	background-color: #19aa8d;
	color: #fff;
	border-radius: 50%;
	padding: 3px;
	padding: 2px 3px;
	padding-top: 4px;
	font-size: 10px;
	width: 20px !important;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.page-heading.header-new-theme .btn.btn-circle {
	width: auto;
	height: auto;
}
.page-heading.header-new-theme .btn.btn-circle i {
	color: #fff !important;
	border-radius: 50%;
	padding: 3px;
	padding: 0px;
	font-size: 10px;
	width: 2em !important;
	height: 2em;
	line-height: 2em;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.page-heading.header-new-theme .btn.btn-circle.btn-new-design-default,
.page-heading.header-new-theme .btn.btn-circle.btn-new-design-grey {
	border: 0;
}
.page-heading.header-new-theme
	.btn.btn-circle.btn-new-design-success
	i.fa-plus {
	padding-left: 0px;
}
.page-heading.header-new-theme
	.btn.btn-circle.btn-new-design-default
	i.fa-times {
	padding-top: 0px;
}
.page-heading.header-new-theme .btn.btn-circle.btn-new-design-success i {
	background-color: #02a4f7;
}
.page-heading.header-new-theme .btn.btn-circle.btn-new-design-primary i {
	background-color: #19aa8d;
}
.page-heading.header-new-theme .btn.btn-circle.btn-new-design-danger i {
	background-color: #d9534f;
}
.page-heading.header-new-theme .btn.btn-circle.btn-new-design-default i {
	background-color: #000;
}
.page-heading.header-new-theme .btn.btn-circle.btn-new-design-grey i {
	background-color: #c4c4c4;
}
.page-heading.header-new-theme .btn.btn-circle.btn-new-design-warning i,
.page-heading.header-new-theme .btn.btn-circle.btn-new-design-export i {
	background-color: #fdb827;
	padding: 0px;
	padding-left: 0px;
}
.page-heading.header-new-theme .btn.btn-circle i:before {
	line-height: 1.1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.page-heading.header-new-theme .btn.btn-circle i.fa-cogs:before {
	-webkit-transform: translate(-60%, -50%);
	transform: translate(-60%, -50%);
}
.page-heading.header-new-theme .btn.btn-circle i.fa-send:before {
	left: 43%;
}

.page-heading.header-new-theme
	.btn.btn-circle.btn-new-design-warning
	i.fa-print {
	padding-left: 0;
}
.page-wrapper-index .col-sidebar {
	padding-bottom: 20px;
}
.row.wrapper.page-heading.header-new-theme .title-action > a,
.row.wrapper.page-heading.header-new-theme .title-action > .btn-group .btn {
	margin: 0 !important;
	padding-left: 3px;
	padding-right: 3px;
}
.row.wrapper.page-heading.header-new-theme .title-action > a:active {
	box-shadow: none;
}
.row.wrapper.page-heading.header-new-theme
	.title-action
	> a:not(:last-of-type) {
	margin-right: 15px !important;
}
.row.wrapper.page-heading.header-new-theme .title-action > a i {
	margin-right: 3px !important;
}
@media (max-width: 1366px) and (max-height: 780px) {
	.page-heading.header-new-theme .btn.btn-circle i {
		padding-top: 0px !important;
		margin-right: 8px !important;
	}
	.page-heading.header-new-theme .btn.btn-circle i.fa-file-excel:before {
		top: 48%;
		left: 52%;
	}
}

.text-warning {
	color: #fdb827;
}
.text-danger {
	color: #ed5565;
}
.text-success {
	color: #19aa8d;
}
.form-new-theme-wrapper .form-group.row {
	display: flex;
	align-items: center;
}
.form-new-theme-wrapper .form-group.row-list-leave-type {
	align-items: flex-start;
}
.form-new-theme-wrapper label {
	font-size: 14px;
	line-height: 1.5;
	color: #676a6c;
	font-weight: normal;
}
.form-new-theme-wrapper select {
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	width: 100%;
}
.form-group .form-control {
	border: 1px solid #c4c4c4;
	border-radius: 5px;
}
.form-new-theme-wrapper select:focus {
	border-color: #02a4f7;
}
.form-new-theme-wrapper .form-control {
	border: 1px solid #e0e1e3;
	border-radius: 12px;
}
.form-new-theme-wrapper .form-control:focus {
	border: 1px solid #02a4f7 !important;
}
.form-new-theme-wrapper .input-group .form-control:focus {
	border-right: 0 !important;
}
.form-new-theme-wrapper .form-control:focus ~ .input-group-addon,
.form-new-theme-wrapper
	.form-control:focus
	~ .input-group-append
	.input-group-text {
	border-color: #02a4f7;
}

.form-new-theme-wrapper .input-group input {
	border-right: 0;
	height: 30px;
}
.form-new-theme-wrapper input.form-control,
.form-new-theme-wrapper select {
	height: 30px;
}
.form-new-theme-wrapper .input-group .input-group-addon,
.form-new-theme-wrapper .input-group .input-group-append .input-group-text {
	background: transparent;
	border-color: #c4c4c4;
	padding: 6px 10px;
	padding-left: 6px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 30px;
}
.form-new-theme-wrapper .group-time {
	display: flex;
}
.form-new-theme-wrapper .separator {
	padding: 0px 10px;
	display: flex;
	align-items: center;
}
.form-new-theme-wrapper .row-list-leave-type .input-group-addon {
	min-width: 65px;
	text-align: left;
}
.fancybox-layout-popup .fancybox-inner {
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
}
.fancybox-layout-popup h3,
.fancybox-layout-header h3 {
	font-weight: 500;
	font-size: 20px;
	line-height: 29px;
	text-align: left;
	color: #000;
	padding-bottom: 11px;
	margin-top: 0;
	border-bottom: 1px solid #e0e1e3;
	margin-bottom: 10px;
	line-height: 1.5;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1;
	padding-bottom: 15px;
}
.fancybox-layout-popup table tr:first-child td {
	border-top: 0;
}
.fancybox-layout-popup .fancybox-item.fancybox-close::before,
.fancybox-layout-header .fancybox-item.fancybox-close::before {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0px;
	left: 0;
	display: block;
	background-image: url('../img/close-dark.svg');
	color: #000;
	font-size: 18px;
	font-weight: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
}

.fancybox-layout-popup .fancybox-item.fancybox-close,
.fancybox-layout-header .fancybox-item.fancybox-close {
	position: absolute;
	top: 23.5px !important;
	right: -15px !important;
	background-image: none;
	float: right;
	height: 15px !important;
	width: 15px !important;
}

.leave-logs-wrapper h2 {
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	color: #676a6c;
}
.leave-logs-wrapper ul {
	padding-left: 20px;
}
.leave-logs-wrapper ul li {
	font-size: 14px;
}
.leave-logs-wrapper ul li .panelContent {
	font-size: 12px;
	line-height: 19px;
	color: #676a6c;
}
.leave-logs-wrapper ul li .panelContent .apply-leave-details {
	display: inline;
}

.theme-popup .fancybox-inner {
	border-radius: 7px;
	background-color: #fff;
}
.none-duty-schedule-info {
	align-self: center;
}
.none-duty-schedule-info .fa {
	background-color: #02a4f7;
	color: #fff !important;
	border-radius: 50%;
	padding: 3px;
	padding: 0px;
	font-size: 10px;
	width: 20px !important;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
}

.tooltip .tooltip-inner {
	color: #fff !important;
}
.company-user-icon {
	max-height: 15px;
}

.title-action .btn-icon-only {
	border: 0 !important;
	font-size: 16px;
	padding: 3px 6px;
	min-width: 15px;
	margin-bottom: 0;
	padding-right: 0;
}
.title-action .btn-icon-only i {
	color: #676a6c;
	font-size: 16px !important;
}
[class*='attachment-file-'] .preview-zone {
	padding: 0px 5px;
	position: relative;
	margin-left: 10px;
	margin-top: -5px;
	z-index: 2;
}
[class*='attachment-file-'] .preview-zone.preview-with-nav {
	padding: 0px 20px;
	overflow: hidden;
}
[class*='attachment-file-'] .preview-zone:not(.preview-with-nav) .nav-wrapper {
	display: none;
}
[class*='attachment-file-'] .preview-zone .box-body {
	overflow-x: auto;
	padding: 5px 0 0 0;
}
[class*='attachment-file-'] .preview-zone .btn-nav {
	background: #f6f6f6;
	position: absolute;
	top: 5px;
	bottom: 0;
	padding: 4px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
[class*='attachment-file-'] .preview-zone .btn-nav.btn-nav-left {
	background: #f6f6f6;
	border-radius: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	left: 0;
}
[class*='attachment-file-'] .preview-zone .btn-nav.btn-nav-right {
	background: #f6f6f6;
	border-radius: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	right: 0;
}
[class*='attachment-file-'] .preview-zone .btn-nav:hover,
[class*='attachment-file-'] .preview-zone .btn-nav:active,
[class*='attachment-file-'] .preview-zone .btn-nav:focus {
	background-color: #bbe5ff !important;
	color: #02a4f7;
	transition: 0.25s all ease-in;
}
[class*='attachment-file-'] .d-flex {
	display: flex;
}
[class*='attachment-file-'] .custom-file {
	position: relative;
	width: 30px;
	height: 30px;
}
[class*='attachment-file-'] [class*='informtext-'] {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: 0;
}
[class*='attachment-file-'] .custom-file-label {
	z-index: 1;
	position: relative;
}
[class*='attachment-file-'] [class*='dropzone-'] {
	z-index: 1;
	position: relative;
	opacity: 0;
}
[class*='attachment-file-'] .row-image-preview {
	display: flex;
}
[class*='attachment-file-'] .col-image-preview {
	padding: 0 5px;
	position: relative;
}
[class*='attachment-file-'] .col-image-preview:first-child {
	padding-left: 0;
}
[class*='attachment-file-'] .col-image-preview:last-child {
	padding-right: 0;
}
[class*='attachment-file-'] .col-image-preview .image-box-upload {
	width: 98px;
	height: 67px;
	border: 1px solid #ededed;
	box-sizing: border-box;
	border-radius: 3px;
	text-align: center;
}
[class*='attachment-file-'] .col-image-preview .btn-danger {
	position: absolute;
	top: -3px;
	right: 2px;
	height: 16px;
	width: 16px;
	font-size: 9px;
	text-align: center;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	padding-top: 2.5px;
}
[class*='attachment-file-'] .col-image-preview .btn-danger .fas {
	height: 100%;
}
[class*='attachment-file-'] .preview-zone .box-body::-webkit-scrollbar {
	height: 0;
}

[class*='attachment-file-'] .preview-zone .box-body::-webkit-scrollbar-track {
	background: transparent;
}

[class*='attachment-file-'] .preview-zone .box-body::-webkit-scrollbar-thumb {
	/* background-color: #02A4F7; */
	/* border-radius:5px; */
	height: 0;
}
[class*='attachment-file-'] .preview-zone .file-box-upload {
	display: flex;
	flex-direction: column;
	padding-bottom: 19px;
	align-items: center;
	justify-content: center;
}
[class*='attachment-file-'] .preview-zone .file-name-wrapper {
	max-height: 19px;
	overflow: hidden;
	font-weight: 600;
	font-size: 8px;
	display: flex;
	align-items: center;
	color: #676a6c;
	padding: 5px;
	line-height: 1;
	margin-top: auto;
	position: absolute;
	bottom: 0;
	background: #f5f5f5;
	white-space: nowrap;
	justify-content: flex-start;
	max-width: 100%;
	width: 100%;
}
[class*='attachment-file-'] .preview-zone .file-name {
	text-overflow: clip;
	max-height: 9px;
	overflow: hidden;
	text-align: left;
	margin-left: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
}
[class*='attachment-file-'] .preview-zone .file-icon-image {
	max-height: 27px;
}
[class*='attachment-file-'] .preview-zone .file-icon-color {
	max-height: 11px;
}
.attachment-wrapper-preview .attachment-file-project {
	margin-bottom: 20px;
}
.attachment-wrapper-preview .attachment-file-project .preview-zone {
	margin-left: 0;
	padding: 0;
}
.attachment-wrapper-preview
	.attachment-file-project
	.preview-zone.preview-with-nav {
	padding: 0px 20px;
	overflow: hidden;
}
.attachment-wrapper-preview .attachment-file-project .preview-zone {
	margin-top: 0;
}
.attachment-wrapper-preview {
	margin-top: 25px;
}
.attachment-wrapper-preview .attachment-title {
	font-weight: 500;
	font-size: 14px;
	color: #676a6c;
	margin-bottom: 10px;
}
[class*='attachment-file-'] .preview-zone .form-group {
	margin-bottom: 0;
}

.staff-directory-page .grid-profile .avatar-username {
	font-size: 14px;
}
.staff-directory-page .grid-profile a {
	color: #676a6c;
	font-size: 14px;
}
.staff-directory-page
	.grid-profile
	.super-grid-legend-table::-webkit-scrollbar {
	height: 3px;
}
.staff-directory-page
	.grid-profile
	.super-grid-legend-table::-webkit-scrollbar-track {
	background: #ecf0f7;
}

.staff-directory-page
	.grid-profile
	.super-grid-legend-table::-webkit-scrollbar-thumb {
	background-color: #02a4f7;
	border-radius: 5px;
	height: 3px;
}
.staff-directory-page .contact-box {
	border: 1px solid #f6f6f6;
	padding: 24px 20px;
}
.staff-directory-page .contact-box .media .media-body {
	display: table-cell;
}
.staff-directory-page .contact-box .media .employee-name {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #676a6c;
	margin-bottom: 0;
}
.staff-directory-page .contact-box .media .employee-position {
	font-size: 12px;
	line-height: 18px;
	display: flex;
	align-items: center;
	color: #676a6c;
}
.staff-directory-page .contact-box .contact-bottom {
	padding-top: 8px;
	font-size: 14px;
	line-height: 18px;
	color: #a2acbd;
}
.staff-directory-page .contact-box .contact-bottom .email-wrapper {
	margin-bottom: 8px;
}
.staff-directory-page .contact-box .contact-bottom i {
	color: #02a4f7;
	font-size: 12px;
	margin-right: 7px;
}
.staff-directory-page .grid-profile .super-grid-legend-table .filters,
.staff-directory-page
	.grid-profile
	.super-grid-legend-container:not(.super-grid-legend-table) {
	display: none;
}
.staff-directory-page .btn-search {
	min-width: 91px;
}
.staff-directory-page .show-type a {
	color: #676a6c;
}
.staff-directory-page .show-type b a {
	color: #02a4f7;
}
.tooltip-user-input .tooltip-inner {
	padding: 10px;
}
@media (max-width: 765px) {
	.theme-popup {
		left: 0 !important;
		top: 0 !important;
	}

	.theme-popup .fancybox-task-detail,
	.theme-popup .fancybox-close,
	.theme-popup .fancybox-item.fancybox-close {
		top: 15px !important;
		right: 15px !important;
	}

	.theme-popup .fancybox-close::before,
	.theme-popup fancybox-item.fancybox-close::before {
		background-image: url(../img/xone/task/close-black.png);
		width: 24px;
		height: 24px;
	}
}
@media (max-width: 768px) {
	.page-wrapper-index .list-sidebar-menu {
		padding-top: 0;
	}
	.fancybox-layout-popup:not(.fancybox-not-full-mobile) {
		top: 0 !important;
		left: 0 !important;
		height: 100% !important;
	}

	.fancybox-outer {
		height: 100% !important;
	}
	.fancybox-skin {
		height: 100% !important;
	}
	.fancybox-inner {
		/* height: 100vh !important; */
	}
	.fancybox-not-full-mobile .fancybox-inner {
		height: auto !important;
		box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
		border-radius: 10px !important;
	}
	.fancybox-layout-popup .fancybox-item.fancybox-close,
	.fancybox-layout-header .fancybox-item.fancybox-close {
		right: 15px !important;
	}
	.fancybox-layout-popup .fancybox-inner {
		border-radius: 0px;
	}

	.staff-directory-page .ibox-filter-by .col-filter-input-wrapper {
		width: 100%;
		margin-bottom: 10px;
		flex: 0 0 100%;
	}
	.staff-directory-page .ibox-filter-by .col-search-button {
		padding-left: 20%;
		width: auto;
		flex: 0 0 auto;
	}
	.staff-directory-page .ibox-filter-by .col-show-type {
		width: auto;
		margin-left: auto;
	}
}
@media (min-width: 1024px) {
	.page-wrapper-index .col-sidebar {
		width: 18%;
		flex: 0 0 18%;
		max-width: 18%;
		border-right: 1px solid #ecf0f7;
		padding-right: 0;
	}
	.page-wrapper-index .col-main-content {
		width: 82%;
		flex: 0 0 82%;
		max-width: 82%;
	}
	.page-wrapper-index.single-column-page .col-main-content-single {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.staff-directory-page .grid-profile {
		margin-left: -25px;
		margin-right: -25px;
	}
	.staff-directory-page
		.grid-profile
		.super-grid-legend-container:not(.super-grid-legend-table) {
		padding-left: 25px;
		padding-right: 25px;
	}
	.staff-directory-page .grid-profile tr th:first-child,
	.staff-directory-page .grid-profile tr td:first-child {
		padding-left: 25px;
	}
	.staff-directory-page .grid-profile tr th:last-child,
	.staff-directory-page .grid-profile tr td:last-child {
		padding-right: 25px;
	}
	.page-view-leave {
		padding-right: 15px;
	}
}
@media (max-width: 1024px) {
	.page-wrapper-index {
		padding-top: 0;
	}
	.row.wrapper.page-heading.header-new-theme
		.title-action
		.dropdown-menu
		> li
		a {
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-top: 20px;
		line-height: 1;
	}
	.page-wrapper-index.single-column-page,
	.page-content-wrapper {
		padding: 15px 0px;
	}
	.col-main-content:not(.col-main-content-single) .page-content-wrapper {
		padding-right: 0;
	}
	.page-wrapper-index.single-column-page .page-content-wrapper {
		padding: 0px;
	}
	.page-wrapper-index .required-text {
		margin-bottom: 15px;
	}
	.form-new-theme-wrapper .form-group.row {
		display: block;
		margin-bottom: 10px;
	}
	.form-new-theme-wrapper .form-group.row.align-items-center {
		display: flex;
		align-items: center;
	}
	.page-wrapper-index .table-heading {
		margin-bottom: 10px;
	}
	.page-wrapper-index .table-new-theme thead th:first-child,
	.page-wrapper-index .table-new-theme thead td:first-child,
	.page-wrapper-index .table-new-theme tbody td:first-child {
		padding-left: 0;
	}
	.page-wrapper-index .col-main-content {
		padding-top: 0;
	}
	.page-wrapper-index .table-borderless tbody td:first-child,
	.page-leave-report .table-borderless tbody td:first-child,
	.page-view-leave .table-borderless tbody td:first-child {
		padding-left: 0;
	}
	.page-wrapper-index .table-borderless tbody td:last-child,
	.page-leave-report .table-borderless tbody td:last-child,
	.page-view-leave .table-borderless tbody td:last-child {
		padding-right: 0;
	}
	.page-view-leave {
		padding-top: 10px;
	}
	.page-view-leave .table-borderless {
		margin-bottom: 12px;
	}
	.page-wrapper-index .page-heading-title {
		margin-top: 0;
	}
	.page-wrapper-index .page-heading-title {
		margin-bottom: 0;
	}
	.page-account .page-heading-title {
		margin-bottom: 15px;
	}
	.page-apply-leave .form-leave {
		margin-bottom: 5px;
	}
	.logs-title {
		padding-left: 0px !important;
		margin-bottom: 15px;
	}
	.logs-title ~ hr {
		margin-top: 0;
		margin-bottom: 15px;
	}
	.radio-button-wrapper {
		flex-wrap: wrap;
	}
	.radio-button-wrapper .custom-radio {
		width: 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-right: 0;
		margin-bottom: 8px;
	}
	.form-new-theme-wrapper label.control-label:not(.label-non-float) {
		font-size: 10px;
		line-height: 1;
		color: #6c6a6c;
		margin-bottom: 0;
		position: absolute;
		background: #fff;
		left: 20px;
		top: -5px;
		z-index: 3;
		padding: 0px 5px;
	}
	.page-wrapper-index .table-heading .title {
		font-size: 24px;
		font-weight: 600;
		font-size: 16px;
		line-height: 26px;
	}
	.table-wrapper {
		overflow: auto;
	}
	.table-wrapper .table-leave thead th:first-child {
		width: 40vw !important;
	}
	.table-wrapper .table-leave thead th:nth-child(2) {
		width: 200px !important;
	}
	.page-wrapper-index .col-sidebar {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.page-wrapper-index .col-main-content {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.page-wrapper-index .table-new-theme thead th,
	.page-wrapper-index .table-new-theme thead td {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.page-wrapper-index .table-new-theme tbody td {
		padding-top: 7.5px;
		padding-bottom: 7.5px;
	}
	.page-content-wrapper .required-block {
		padding-left: 0;
	}
	.table-responsive {
		border: 0;
	}
	.hidden-mobile {
		display: none;
	}
	/*.page-heading.header-new-theme .btn.btn-circle i{*/
	/*    padding-top:3px !important;*/
	/*}*/
	.page-heading.header-new-theme .btn > i {
		margin-left: 2px !important;
		margin-right: 4px !important;
	}
	#leave-quota-grid table.table-new-theme,
	#leave-grid table.table-new-theme {
		width: 800px;
	}
	#leave-quota-grid table.table-new-theme th:first-child,
	#leave-grid table.table-new-theme th:first-child {
		width: 28% !important;
	}
	.table-responsive::-webkit-scrollbar {
		height: 3px;
	}

	.table-responsive::-webkit-scrollbar-track {
		background: #ecf0f7;
	}

	.table-responsive::-webkit-scrollbar-thumb {
		background-color: #02a4f7;
		border-radius: 5px;
		height: 2px;
	}
	body:not(.icon-navbar)
		.page-heading.subhead
		.col-md-6.mv-side-space:first-child {
		width: 85%;
	}
	.custom-control-label::after {
		background: 50%/90% 90% no-repeat;
	}
	.leave-logs-wrapper h2 {
		font-size: 24px;
		line-height: 39px;
		color: #676a6c;
	}

	.col-main-content > .grid-view,
	.col-main-content .page-content-wrapper > .grid-view {
		border: 0;
		padding: 0 !important;
	}
	.col-main-content > #yw0 > .alert {
		margin-right: 10px;
	}
	.col-main-content-single > #yw0 > .alert {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	.col-main-content-single > .grid-view {
		border: 0;
		padding: 0 !important;
	}
	.col-main-content-single > .form-new-theme-wrapper {
		border: 0;
		padding: 0 !important;
	}
	.profile_page .profile .cover {
		padding: 15px 0px;
	}
	.profile_page {
		margin-bottom: 0;
	}
	.profile_page .profile .nav > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}
	.profile_page .profile {
		padding-left: 15px;
		padding-right: 15px;
	}
	.profile_page .profile .panel-body {
		padding-left: 0px;
		padding-right: 0px;
	}
	.staff-directory-page .grid-profile .super-grid-legend-table {
		overflow-x: auto;
	}
	.staff-directory-page .grid-profile .super-grid-legend-table table {
		min-width: 900px;
	}

	.staff-directory-page
		.grid-profile
		.super-grid-legend-container:not(.super-grid-legend-table) {
		padding-left: 15px;
		padding-right: 15px;
	}
	.staff-directory-page .grid-profile thead tr th {
		border-bottom: 1px solid #ecf0f7;
	}
	.staff-directory-page .grid-profile thead tr th {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.staff-directory-page .grid-profile tr th:first-child,
	.staff-directory-page .grid-profile tr td:first-child {
		padding-left: 0 !important;
	}
	.staff-directory-page .grid-profile tr th:last-child,
	.staff-directory-page .grid-profile tr td:last-child {
		padding-right: 0 !important;
	}
}

@media (max-width: 1192px) {
	.page-wrapper-index,
	.page-wrapper-index.single-column-page {
		padding: 11px 15px;
	}
	.form-new-theme-wrapper .form-group.row {
		display: block;
	}
	.form-new-theme-wrapper .form-group.row.align-items-center {
		display: flex;
		align-items: center;
	}
	.radio-button-wrapper {
		flex-wrap: wrap;
	}
	.radio-button-wrapper .custom-radio {
		width: 33%;
		flex: 0 0 33%;
		max-width: 33%;
		margin-right: 0;
		margin-bottom: 8px;
	}
	.form-new-theme-wrapper label.control-label:not(.label-non-float) {
		font-size: 10px;
		line-height: 1;
		color: #6c6a6c;
		margin-bottom: 0;
		position: absolute;
		background: #fff;
		left: 20px;
		top: -5px;
		z-index: 4;
		padding: 0px 5px;
	}
	.form-new-theme-wrapper .inputleave-label {
		padding: 5px 10px;
		border: 1px solid #c4c4c4;
		border-radius: 5px;
		color: #c4c4c4;
	}
	.form-new-theme-wrapper label {
		font-size: 12px;
	}
	.page-wrapper-index .table-heading .title {
		font-size: 24px;
		font-weight: 600;
		font-size: 16px;
		line-height: 26px;
	}
	.table-wrapper {
		overflow: auto;
	}
	.table-wrapper .table-leave thead th:first-child {
		width: 40vw !important;
	}
	.table-wrapper .table-leave thead th:nth-child(2) {
		width: 200px !important;
	}
	.page-wrapper-index .col-sidebar {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.page-wrapper-index .col-main-content {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 0;
	}
	.table-responsive {
		border: 0;
	}
	.hidden-mobile {
		display: none;
	}
	/*.page-heading.header-new-theme .btn.btn-circle i{*/
	/*    padding-top:3px !important;*/
	/*}*/
	.page-heading.header-new-theme .btn > i {
		margin-left: 2px !important;
		margin-right: 4px !important;
	}
	#leave-quota-grid table.table-new-theme,
	#leave-grid table.table-new-theme {
		width: 800px;
	}
	#leave-quota-grid table.table-new-theme th:first-child,
	#leave-grid table.table-new-theme th:first-child {
		width: 28% !important;
	}
	.table-responsive::-webkit-scrollbar {
		height: 3px;
	}

	.table-responsive::-webkit-scrollbar-track {
		background: #ecf0f7;
	}

	.table-responsive::-webkit-scrollbar-thumb {
		background-color: #02a4f7;
		border-radius: 5px;
		height: 2px;
	}
	body:not(.icon-navbar)
		.page-heading.subhead
		.col-md-6.mv-side-space:first-child {
		width: 85%;
	}
	.custom-control-label::after {
		background: 50%/90% 90% no-repeat;
	}
	.leave-logs-wrapper h2 {
		font-size: 24px;
		line-height: 39px;
		color: #676a6c;
	}
	.row.wrapper.page-heading.header-new-theme
		.title-action
		> a:not(:last-child) {
		margin-right: 10px !important;
	}

	.title-action .btn-group.btn-header-dropdown .dropdown-menu li a {
		padding: 3px 15px;
		font-size: 14px;
	}
	[class*='attachment-file-'] .d-flex {
		flex-direction: column;
	}
	[class*='attachment-file-'] .d-flex.flex-direction-row {
		flex-direction: row;
	}
	[class*='attachment-file-'] .preview-zone.preview-with-nav {
		margin-left: calc(-25% - 30px);
		margin-top: 10px;
	}
	[class*='attachment-file-'] .preview-zone .form-group {
		margin-bottom: 0;
	}
	.attachment-wrapper-preview .attachment-file-project .preview-zone {
		margin-left: 0;
	}
}
/*END NEW THEME*/

/*INVITE*/
.invite_sent {
	padding-bottom: 10px;
	padding-top: 15px;
	font-size: 14px;
	line-height: 23px;
	text-align: center;
	color: #676a6c;
}
.invite_sent img {
	margin-bottom: 10px;
}
.invite_sent .invite_sent_text .invitation-destination {
	color: #02a4f7;
}
.form-invite-wrapper .form-top {
	margin-bottom: 12px;
}
.form-invite-wrapper .form-bottom {
	margin-bottom: 20px;
}
.form-invite-wrapper .row {
	display: flex;
}
.form-invite-wrapper .row .col-label {
	display: flex;
	align-items: center;
}
.form-invite-wrapper .row .col-input {
	padding-left: 12px;
}
.form-invite-wrapper .form-bottom .col-input label {
	margin-left: 10px;
	margin-bottom: 10px;
}
.form-invite-wrapper .col-input input {
	background: #ffffff;
	border: 0.5px solid #c4c4c4;
	border-radius: 5px;
}
.form-invite-wrapper .form-bottom .col-input #CompanyUser_assigned_roles {
	max-height: 308px;
	overflow: auto;
	display: block;
}

.form-invite-wrapper
	.form-bottom
	.col-input
	#CompanyUser_assigned_roles::-webkit-scrollbar {
	width: 3px;
}

.form-invite-wrapper
	.form-bottom
	.col-input
	#CompanyUser_assigned_roles::-webkit-scrollbar-track {
	background: #ecf0f7;
}

.form-invite-wrapper
	.form-bottom
	.col-input
	#CompanyUser_assigned_roles::-webkit-scrollbar-thumb {
	background-color: #02a4f7;
	border-radius: 5px;
	width: 2px;
}
.fancybox-invite .fancybox-inner {
	padding-left: 24px;
	padding-right: 24px;
}
.fancybox-invite .fancybox-inner h3 {
	margin-left: -24px;
	margin-right: -24px;
	padding-left: 24px;
	padding-right: 24px;
}
.invite-tabs {
	margin-bottom: 20px;
}
.invite-tabs li {
	width: 50%;
	text-align: center;
}
.invite-tabs li a {
	border: 0 !important;
	border-bottom: 1px solid #f6f6f6 !important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 23px;
	padding: 5px 10px;
	color: #c4c4c4;
}
.invite-tabs li.active a,
.invite-tabs li a.active {
	font-weight: 600;
	font-size: 14px;
	line-height: 23px;
	color: #02a4f7 !important;
	border-bottom: 1px solid #02a4f7 !important;
}
.invite-tabs li:hover,
.invite-tabs li a:hover {
	background: transparent;
}
.invite-tabs li.active:hover a,
.invite-tabs li a.active:hover,
.invite-tabs li.active:focus a,
.invite-tabs li a.active:focus {
	color: #02a4f7;
}
.btn-submit-invite-email.btn-disabled,
.btn-submit-invite-mobile.btn-disabled {
	color: #ffffff;
	border-color: #c4c4c4;
	background: #c4c4c4;
}
@media (max-width: 528px) {
	.fancybox-invite {
		min-width: 95%;
		margin: 0 auto;
		left: 2.5% !important;
	}
	.fancybox-invite .fancybox-inner {
		min-width: 100%;
	}
}
/*END INVITE*/

/*CUSTOM CHECKBOX*/
.custom-control {
	position: relative;
	z-index: 1;
	display: block;
	min-height: 24px;
	padding-left: 24px;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}
.custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 16px;
	height: 20px;
	opacity: 0;
}
.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}

.custom-control-label::before {
	position: absolute;
	top: 4px;
	left: -24px;
	display: block;
	width: 14px;
	height: 14px;
	pointer-events: none;
	content: '';
	background-color: #fff;
	border: #adb5bd solid 1px;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
}
.custom-control.custom-checkbox .custom-control-label::before {
	border-radius: 4px;
}
.custom-control.custom-checkbox input {
	margin-top: 0px;
}
.custom-control-label::after {
	position: absolute;
	top: 4px;
	left: -24px;
	display: block;
	width: 14px;
	height: 14px;
	content: '';
	background: 50%/50% 50% no-repeat;
}
.custom-control.custom-radio .custom-control-label::before {
	top: 2px;
}
.custom-control.custom-radio .custom-control-label::after {
	top: 2px;
}
.custom-control.custom-radio .custom-control-label::after {
	background: 2px/10px 10px no-repeat;
}
.custom-control.custom-checkbox
	.custom-control-input:checked
	~ .custom-control-label::before {
	color: #fff;
	border-color: #02a4f7;
	background-color: #02a4f7;
}
.custom-control.custom-checkbox
	.custom-control-input:checked
	~ .custom-control-label::after {
	top: 2px;
	background-image: url('data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0088'%3e%3cpath fill='%23fff' d='M6.564.75l-3.593.612-1.538-1.55L04.26l2.9742.99L82.193z'/%3e%3c/svg%3e');
}
/*END cUSTOM CHECKBOX*/

/*Break type input*/
.break-list-content .btn-select-break {
	width: 100px;
	text-align: left;
	display: flex;
	align-items: center;
}
.break-list-content .btn-select-break .caret {
	margin-left: auto;
}
/* .break-list-content .input-group .input-group-addon.btn-delete-break-type{
    padding: 6px 15px;
} */
.break-list-content .input-group .form-control:focus {
	border-right: 1px solid #02a4f7 !important;
}
.break-list-content .form-control:focus ~ .input-group-addon-middle {
	border-color: #02a4f7 !important;
}
.break-list-content .input-group .input-group-btn input.break-type-input {
	width: 100px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	height: 34px;
	border-color: #e7eaec;
}
/*End Break type input*/

[v-cloak] {
	display: none;
}
.inline-flex {
	display: flex;
}

.inline-flex div.input {
	width: 49%;
}

.inline-flex div.separator {
	width: 2%;
	text-align: center;
	line-height: 32px;
	vertical-align: middle;
}

.main-form label {
	line-height: 34px;
	vertical-align: middle;
}

.main-form .select2-container-multi .select2-search-choice {
	height: 3em;
}
.main-form .select2-container-multi .select2-result-repository-widget {
	height: 2em;
}

.select2_result_data_status_widget i {
	margin-right: 5px;
}

#calendar-legend .list-group-item:last-child {
	margin-bottom: 5px;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.flex-3 .flex-item {
	margin: 6px;
	width: calc(33.33% - 12px);
}

.flex-center {
	display: flex;
	align-items: center;
}

.modal-xlg {
	width: 90vw;
}

.inline-row .form-control {
	display: inline-block;
	width: 50px;
	margin-right: 5px;
	margin-left: 5px;
}

.inline-row .form-control:first-child {
	margin-left: 0;
}

.salary-itemize {
	margin-top: 5px;
}

.salary-itemize label.input {
	line-height: 34px;
	vertical-align: middle;
}

.modal-payroll-employee fieldset {
	margin-top: 1em;
}

.modal-payroll-employee .modal-header {
	padding-bottom: 0px;
	margin-bottom: -1px;
}

.modal-payroll-employee fieldset legend {
	padding-bottom: 0.3em;
	margin-bottom: 5px;
	padding-left: 0.3em;
}

.inline-month-year {
	display: flex;
}

.inline-month-year > div {
	margin-left: 10px;
	line-height: 34px;
	vertical-align: middle;
}

.inline-month-year > div:first-child {
	margin-left: 0;
}

.input-year {
	width: 5em;
}

.modal-payroll-employee .nav {
	margin-top: 0.8em;
}

.modal-payroll-employee fieldset .panel:last-child .panel-body {
	border: none;
	border-bottom: 1px solid #e7eaec;
}

.modal-payroll-employee fieldset .panel:last-child .panel-body {
	border: none;
}

.modal-body-quota {
	padding: 0;
}

@media (max-width: 768px) {
	.fb-adjust-quota-overlay {
		overflow: hidden !important;
		overflow-y: hidden !important;
		width: 101vw !important;
		height: 101vh !important;
	}

	.fb-adjust-quota-overlay .fancybox-layout-popup {
		width: 100% !important;
	}

	.fb-adjust-quota-overlay .fancybox-layout-popup .fancybox-outer {
		text-align: center;
	}

	.fb-adjust-quota-overlay
		.fancybox-layout-popup
		.fancybox-outer
		.fancybox-inner {
		top: calc(50% - 72px);
		display: inline-block;
	}

	.modal-body-quota {
		padding: 0 20px;
	}
}
