/* CSS Document */

/* Fix: override .form-group span rule that hides Select2 containers */
.form-group .select2-container,
.form-group .select2-container span,
.form-group .select2-container .selection,
.form-group .select2-container .dropdown-wrapper {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    height: auto !important;
    opacity: 1 !important;
    background-color: transparent !important;
    transform: none !important;
}
.form-group .select2-container {
    width: 100% !important;
}
.holder {
	padding: 12px;
}
.right {
	float: right;
}
.skillSet-item {
	display: inline-flex;
}
.skillSet-item:last-child .username .comma-inside-skillsets:last-child {
	display: none;
}
.ajusted-last-icon .members-popup-button:first-child {
	margin-right: 160px;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	background: var(--om-background-secondary-color) !important;
	min-width: 115px;
	box-shadow: 0px 4px 16px 0px rgba(0, 31, 137, 0.09);
	z-index: 1;
}
.dropdown-content a {
	color: var(--om-input-text-color);
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.dropdown-content a:hover {
	color: var(--om-input-text-color);
}
.dropdown:hover .dropdown-content {
	display: block;
}
#header {
	padding: 20px 0 10px 0;
}
#menu {
	border-bottom: 3px solid;
	border-top: 2px solid;
}
#breadcrumbs {
	font-size: 10px;
	padding: 3px 0;
	display: none;
}
#footer {
	padding: 20px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
/* elements */
a {
	text-decoration: none;
}
#headerLogo, #headerUser {
	float: left;
	width: 50%;
	line-height: 24px;
}
#headerLogo a {
	background-repeat: no-repeat;
}
#headerUser {
	text-align: right;
}
#headerUserData {
	display: inline-block;
	text-align: right;
	font-size: 10px;
	width: 30%;
}
#headerCompany {
	display: inline-block;
	width: 80%;
	padding: 0 24px;
	margin-bottom: 20px;
}
h1.pageTitle {
	font-family: "Open Sans";
	font-size: 20px;
	color: var(--om-text-primary-color);
	padding: 0px;
	margin-bottom: 20px;
}
.titleBar {
	padding: 5px 10px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-radius: 2px;
	margin-bottom: 5px;
}
.titleBar h3 {
	width: 50%;
	float: left;
}
.contentBlock {
	padding: 10px 0;
}
.registrationBlock {
	padding: 10px;
	float: left;
	width: 50%;
	text-align: left;
}
button {
	outline: none;
}
/* efficiency bars */
.efficiencyBars {
	padding-left: 20px;
}
.efficiencyPerson {
	margin: 5px 0;
	line-height: 22px;
}
.efficiencyPersonName {
	width: 19%;
	float: left;
}
.hidden {
	display: none;
}
.efficiencyPersonBar {
	width: 80%;
	float: left;
	border: 1px solid;
	border-radius: 2px;
}
.efficiencyBg {
	-webkit-animation: fillIn 3s;
	-moz-animation: fillIn 3s;
	-ms-animation: fillIn 3s;
	-o-animation: fillIn 3s;
	animation: fillIn 3s;
	background-color: gray;
	height: 20px;
}
@-webkit-keyframes fillIn {
	from {
			width: 0%;
	}
	to {
			width: 100%;
	}
}
@keyframes fillIn {
	from {
			width: 0%;
	}
	to {
			width: 100%;
	}
}
/* Footer */
.footerColumn {
	float: left;
	width: 20%;
}
.footerIng {
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 150px;
}
#login .loginRememberMe {
	margin: 3px 0;
	font-size: 10px;
	line-height: 12px;
	display: none;
}
#login .loginActions {
	line-height: 28px;
	font-family: Arial;
	text-align: center;
}
#login .loginActions .loginButton {
	text-shadow: -1px 1px;
	line-height: 24px;
	border: 1px solid;
	border-radius: 6px;
	text-transform: uppercase;
	padding: 0 20px;
}
#login .loginActions .loginButton:hover {
	cursor: pointer;
	box-shadow: 0 0 3px white inset;
}
#login .loginActions .loginButton:active {
	box-shadow: none;
}
/* form page */
.formLayout .formField {
	margin: 3px 0;
}
.formFieldLabel {
	float: left;
	width: 30%;
	min-height: 26px;
}
.formCheckboxLabel {
	float: left;
	width: auto;
	min-height: 26px;
}
.formFieldElement {
	float: left;
	width: 70%;
}
.overtimeLabelWidth {
	width: 50%;
}
.formSubmit .formFieldLabel,
.formSubmit .formFieldElement
.formCheckboxLabel {
	min-height: 26px;
}
.formSections {
	position: relative;
	width: 100%;
}
div.elementWithButton {
}
div.elementWithButton .ewbElement {
	width: 50%;
	float: left;
}
div.elementWithButton .ewbButton {
	width: 48%;
	margin-left: 2%;
	float: left;
}
#rateForm {
	width: 100%;
}
#outRateForm {
	display: none;
}
#formBottom {
	display: none;
}
#submitRate {
	display: none;
}
.advancedOptions {
	display: none;
	margin: 25px 0;
}
.advancedOptionsButton {
	cursor: pointer;
	display: none;
}
input[type="text"],
input[type="datetime"],
select,
input[type="password"],
textarea {
	width: 100%;
	border-bottom: 1px solid var(--om-input-edit-border-color);
	border-radius: 0;
	padding: 3px;
	padding-left: 8px;
	padding-right: 8px;
	height: 38px;
}
input[type="checkbox"] {
	margin: 6px 5px 0px 0px;
	display: block;
	float: left;
}
.modal-body input[type="checkbox"] {
	margin-top: 0;
}
select {
	padding: 3px;
	padding-left: 10px;
	border: 0.5px solid var(--om-input-border-color) !important;
}
textarea {
	height: 60px;
	resize: vertical;
}
button {
	display: inline-block;
	text-shadow: -1px 1px #ac6e2e;
	line-height: 24px;
	border: 1px solid;
	border-radius: 6px;
	text-transform: uppercase;
	padding: 0 20px;
	border: none;
}
button:hover {
	cursor: pointer;
}
button:active {
	box-shadow: none;
}
.show-deleted-accounts {
	position: relative;
	top: 31px;
}
.imgCheckBox {
	height: 13px;
	width: 13px;
}
.second-row .formSubmit {
	position: relative;
	display: inline-block;
	float: none;
	margin: 0;
	top: 25px;
	left: 23px;
}
.formField.formInput,
.formField.formSelect {
	line-height: 26px;
}
.formField.formSubmit {
	text-align: right;
}
.formField.formSubmit > .formFieldElement {
	width: 100%;
	margin-top: 20px;
	padding: 5px 0;
}
select option {
	text-shadow: none;
}
input.rateInput {
	max-width: 50px;
}
.searchGrid {
	float: left;
	width: 76%;
	margin-left: 4%;
	margin-top: 16px;
}
.searchControl {
	height: 100%;
	display: flex;
}
.om-search-control-filter-wrapper .searchControl {
	margin-top: 43px;
}
.om-search-control-checkbox-filter-wrapper .searchControl {
	margin-top: 23px;
	margin-right: 35px;
}
.om-search-control-checkbox-filter-wrapper .search-btn-wrapper.project-metric-search {
	margin-top: 23px;
}
.searchWorklogs {
	float: none !important;
}
.searchDate .inputField {
	width: 45%;
	float: left;
}
.fromToDelimiter {
	float: left;
	text-align: center;
	width: 10%;
	display: block;
}
.searchControlLabel {
	line-height: 16px;
}
.displayFlex {
	display: flex;
}
table.searchResults {
	width: 100%;
	font-size: 10px;
}
table.ratesTable {
	margin-bottom: 20px;
}
.ratesHeadersSmall > td {
	color: white;
	padding: 1px 10px !important;
}
.ratesHeadersSmall {
	background-color: #333333;
	border-bottom: 1px solid #B8B8B8;
}
.searchResults thead {
	border-bottom: 1px solid var(--om-title-color);
	font-weight: bold;
}
#invoicePreview tbody {
	border-top: 15px solid transparent;
}
#invoicePreview tbody:first-of-type {
	border-top: none !important;
}
.searchResults thead td {
	padding: 10px 10px 11px 10px;
	vertical-align: middle;
}
.searchResults tbody td,
.searchResults tfoot td {
	padding: 5px;
	border-right: 1px solid white;
	vertical-align: middle;
}
td.actions {
	min-width: 75px;
	text-align: left;
}
.validationlogin {
	color: red;
	font-size: 10px;
	margin-left: 40px;
}
#groups {
	width: 100%;
	margin-bottom: 30px;
}
#groupsTable {
	width: 100%;
}
/* Rates */
.inRatesHeader, .outRatesHeader {
	padding: 1px 10px !important;
}
.ratesRate {
	width: 80px;
	text-align: right;
}
.ratesTag {
	width: 100px;
}
.ratesProject {
	width: 200px;
}
.requiredFieldStar {
	color: var(--om-red-color);
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
#generateInvoiceFields .formField {
	margin-bottom: 18px;
}
.generateInvoiceRadio {
	margin-bottom: 18px;
}
.reportTotal {
	font-weight: bold;
}
.reportTotal > tr:first-child {
	border-top: 1px solid white;
}
.reportTotal > tr > td:first-child {
	text-align: right;
}
.reportTotal td {
	background-color: #E07A01;
	color: #FFFFFF;
}
.invoiceInfo {
	margin-bottom: 20px;
}
.invoiceInfo h4,
.invoiceComments h4 {
	font-weight: lighter;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.invoiceComments {
	margin-top: 15px;
}
.invoiceComments ol {
	list-style-type: decimal;
	padding-left: 20px;
}
input.width75, select.width75 {
	width: 75%;
}
/*Billbale time inline*/
span.BillableTime {
	cursor: pointer;
	color: #64666F;
	font-family: "Segoe UI";
	font-size: 14px;
	font-weight: 600;
	text-align: right;
}
.editBT {
	display: none;
}
.alert {
	color: orangered
}
#overtimeReport {
	margin-top: 100px;
}
#overtimeReport h4 {
	font-weight: lighter;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#cv-list {
	margin-bottom: 30px;
	min-height: 30px;
}
#contract-list {
	margin-bottom: 10px;
	min-height: 30px;
}
tr.dailySum:not(:nth-last-child(2)) td {
	border-bottom: 1px solid #ffffff;
}
tr.dailySum td {
	border-top: 1px solid #ffffff;
}
/*Tags*/
.project-tag-editor .tag-select li.template {
	display: none;
}
a.disabled {
	text-decoration: none;
	color: #bbb;
	cursor: default;
}
.userProjectsEdit {
	margin-bottom: 20px;
}
#project-submit-button[disabled] {
	cursor: not-allowed;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#uniqueTag {
	margin-top: 5px;
	display: none;
}
	#uniqueTag span {
			color: crimson
	}
/*Create company*/
#createCompanyArea {
	display: none;
}
/*User Profile*/
.server-error-message {
	color: red
}
/*Evaluation Form*/
.evaluationNote {
	margin-top: 5px;
	margin-bottom: 5px;
}
.question-div textarea {
	margin-bottom: 5px;
}
.question-div p.questionDesc {
	margin-bottom: 5px;
}
#evaluationFormSubmit {
	margin-top: 25px;
	margin-bottom: 25px;
}
.question-div {
	margin-top: 30px;
	margin-bottom: 30px;
}
.date {
	display: block !important;
}
#messagesDialog div.commentsContainer {
	max-height: 340px;
	overflow: auto;
	overflow-x: hidden;
}
.js-change-image {
	max-width: 200px;
	max-height: 200px;
	width: 100%;
	height: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	aspect-ratio: 1;
	object-fit: cover;
}
.header .user-image img {
	width: 43px;
	height: 43px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.table .user-thumb {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
	-ms-border-radius: 10%;
	-o-border-radius: 10%;
	border-radius: 10%;
	display: inline-block;
}
.fc-view, .fc-view > table {
	z-index: 0 !important;
}
.legend {
	list-style: none;
	padding-top: 10px;
}
.legend li {
	float: left;
	margin-right: 10px;
}
.legend span {
	border: 1px solid #ccc;
	float: left;
	width: 12px;
	height: 12px;
	margin: 0;
	margin-right: 6px;
}
/* your colors */
.legend .other {
	background-color: yellow;
}
.legend .sickday {
	background-color: red;
}
.legend .leave {
	background-color: #3179C2;
}
.legend .leaveRequest {
	background-color: green;
}
.fc-right .fc-prev-button {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-weight: bold;
	cursor: pointer;
	display: block;
	float: left;
	border: 1px solid #e1e1e1;
	height: 38px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 15px;
	position: relative;
	top: 0;
	text-transform: capitalize;
}
.fc-right .fc-next-button {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-weight: bold;
	cursor: pointer;
	display: block;
	float: left;
	border: 1px solid #e1e1e1;
	height: 38px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 15px;
	position: relative;
	top: 0;
	text-transform: capitalize;
}
.fc-right .fc-today-button {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-weight: bold;
	cursor: pointer;
	display: block;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	float: left;
	border: 1px solid #e1e1e1;
	height: 38px;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 15px;
	position: relative;
	top: 0;
	text-transform: capitalize;
}
.fc-right .fc-prev-button:hover,
.fc-right .fc-next-button:hover,
.fc-right .fc-today-button:hover {
	background-color: var(--om-tabs-background-active-color) !important;
}
.fc-right .fc-today-button.fc-state-disabled {
	background-color: var(--om-tabs-background-active-color) !important;
	opacity: 1 !important;
}
.fc-right .fc-button-group {
	margin-right: 15px;
}
.dropzone {
	background: var(--om-input-background-color);
	border-radius: 6px;
	border: 2px dashed var(--om-input-border-color) !important;
	border-image: none;
	margin-left: auto;
	margin-right: auto;
}
.modal-content {
	max-height: 800px;
}
.modal-header {
	visibility: visible;
}
.file-box {
	padding: 10px;
	border-radius: 4px;
	margin: 5px 0;
	background: #f1f1f1;
}
.remove-file-icon, .download-file-icon {
	float: right;
	position: relative;
	right: 10px;
	top: -3px;
	cursor: pointer;
}
.download-file-icon {
	right: 53px;
	transform: rotate(90deg);
	top: 1px;
}
span.field-validation-error {
	position: relative !important;
	opacity: 1 !important;
	left: 0 !important;
	background-color: inherit !important;
}
.select2-results > .select2-results__options .select2-results__option {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: var(--om-input-text-color);
}
.select2-results__option {
	position: relative;
	padding: 4px !important;
}
.tooltip-select2 {
	z-index: 1;
	position: absolute;
	padding: 2px;
	background-color: #f4f4f8 !important;
	color: #2A2F4D !important;
	width: 450px !important;
}
.tooltip-select2-leaves {
	z-index: 1151 !important;
	position: absolute;
	padding: 15px;
	background-color: var(--om-dialog-background-color) !important;
	color: var(--om-dialog-text-color) !important;
	width: 310px !important;
}
.tooltip-select2-feedbacks {
	z-index: 1151 !important;
	position: absolute;
	padding: 2px;
	background-color: #f4f4f8 !important;
	color: #2A2F4D !important;
	width: 395px !important;
}
.select2-selection__choice__remove {
	position: relative;
}
.submenu-link::after {
	content: "\f107";
	font-family: FontAwesome;
	display: inline;
	text-align: right;
	line-height: 55px;
	position: absolute;
	right: 5px;
	font-size: 20px;
	color: var(--om-main-menu-text-color);
}
.submenu-link-active {
	background-color: var(--om-submenu-background-color);
}
.submenu-link-active .submenu-link::after {
	content: "\f106";
}
.js-main-tab.collapse {
	display: none !important;
}
.js-main-tab.collapse.show {
	display: block !important;
}
.js-main-tab.collapse.om-submenu-item {
	background-color: var(--om-submenu-background-color);
}
@media (min-width: 1356px) {
	.admin-panel-wrapper.toggle-navigation:not(.active) .js-main-tab.collapse.om-submenu-item .submenu-item {
			padding-left: 20px;
	}
}
@media (max-width: 1355px) {
	.admin-panel-wrapper.toggle-navigation.active .om-submenu .submenu-link::after {
			right: 0px;
			font-size: 16px;
	}
}