/*!
Theme Name: Tsunami
Theme URI: http://underscores.me/
Author: pranik.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tsunami
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Tsunami is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.is-disabled {
	pointer-events: none;
}

.new_sponsor {
	display: none;
}

.form__field-sub {
	padding-right: 50px;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

.form__field-sub:before {
	border-bottom: 2px solid #3a3946 !important;
	border-right: 2px solid #3a3946 !important;
	right: 0px !important;
}

.form__field-sub:before {
	transform: translate(-20px, 75%) !important;
}

.table__caption .table__col:last-of-type {
	/*max-width: 165px;*/
}

.table--my-projects .table__col:last-of-type {
	width: 200px;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
	position: relative;
}

.table__col-abs {
	left: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.table--my-projects .table__col:hover .hide-on-hover {
	opacity: 0;
	visibility: hidden;
}

.table--projects .table__caption .table__col:last-of-type {
	max-width: 10000px;
}

body span.table__col-inner,
body span.table__col-inner-contain {
	display: inline-block;
	font-size: inherit;
}

.page-template-page-concentration .form__field {
	text-align: right;
}

.table__caption--pr15 {
	padding-right: 15px;
}

.table__col--wide {
	min-width: 320px;
}

#template-for-reporting .form__field-sub {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	padding-right: 50px;
}

.col-border-left {
	position: relative;
}

.table--projects .table__col {
	text-align: right !important;
}

.table--projects .table__col--project-department,
.table--projects .table__col--project-number {
	min-width: 200px;
}



.template-manage .wrap-tab {
	height: 58px;
}


@media (min-width: 992px) {
	
	body .tab__btn-wrapper-inner {
		flex-basis: 100%;
		max-width: 947px;
	}
	
}

@media (min-width: 1200px) {
	
	.table--my-projects .table__col--first {
		min-width: 400px;
	}
	
	body .table--my-projects .table__col {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.btn__wrapper--report {
		padding-left: 41px;
	}
	
	.col-border-left:before {
		background-color: #d6d4d3;
		content: '';
		display: block;
		left: 0;
		position: absolute;
		top: 0;
		height: 100%;
		width: 2px;
	}
	
	.col-xl-pl50 {
		padding-left: 50px !important;
	}
	
	.col-xl-pr50 {
		padding-right: 50px !important;
	}
}

.panel.panel--project-item {
	flex: 1 0 auto;
	flex-direction: column;
	justify-content: space-between;
	display: flex;
	position: relative;
}

.panel.add-project-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.edit-projects-goup-btn {
	float: left;
}

.SumoSelect > .CaptionCont {
	width: 100%;
}

.SumoSelect .js-sumoselect-search ~ .optWrapper .no-match {
	cursor: pointer;
}

.SumoSelect .js-sumoselect-search ~ .optWrapper .no-match:hover {
	background-color: #E4E4E4;
}

.cp-pagination ul,
.cp-pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	direction: ltr;
	justify-content: center;
	list-style: none;
	margin: 0 -5px -5px;
	padding: 0;
}

.cp-pagination ul li,
.cp-pagination__item {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.cp-pagination ul li a,
.cp-pagination ul li span,
.cp-pagination__link {
	background-color: #fff;
	border: 1px solid #E4E4E4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	font-size: 20px;
	line-height: 36px;
	min-width: 36px;
	padding: 0 5px;
	text-align: center;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.cp-pagination ul li a:hover,
.cp-pagination ul li a:active,
.cp-pagination ul li a:focus,
.cp-pagination ul li .current,
.cp-pagination__link:hover,
.cp-pagination__link--active {
	background-color: #3a3946;
	border-color: #3a3946;
	color: #ffffff;
}

body.search {
	width: auto;
	margin: 0;
}

.currency-field-wrapper {
	position: relative;
}


.currency-field-wrapper .percent_sign {
	position: absolute;
	z-index: 9999;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%);
	display: none;
	font-size: 24px;
}

.currency-field-wrapper.percent_val .percent_sign {
	display: block;
}

.currency-field-wrapper.percent_val input {
	padding-right: 34px;
}

.currency-field-wrapper.percent_val input:focus + .percent_sign {
	background-color: #3a3946;
	color: #ffffff;
}

.dir-rtl {
	direction: rtl !important;
}

.btn--dark.btn--disabled:hover,
.btn--dark.btn--disabled:active,
.btn--dark.btn--disabled:focus,
.btn--dark.btn--disabled {
	background-color: #6b6a7a;
	outline: none;
}

.milestone_item_form .btn--middle {
	font-size: 24px;
	line-height: 34px;
}

.milestone_table .js-upload-group label {
	line-height: 30px;
}

.cam_icon_container {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 4px;
	left: 8px;
	
}

.cam_icon_container svg {
	fill: #3a3946;
}

.panel--project-item.panel--white:focus .cam_icon_container svg,
.panel--project-item.panel--white:active .cam_icon_container svg,
.panel--project-item.panel--white:hover .cam_icon_container svg {
	fill: #ffffff;
}

.panel--project-item.panel--white:hover .cam_icon_container svg:hover {
	fill: #1b7cab;
}

.form__field_auto .optWrapper {
	width: auto;
	min-width: 100%;
	left: auto;
	right: 0;
}

.suggest_wrapper {
	position: relative;
}

.confirmation_number_suggest .suggest_header {
	font-size: 22px;
	text-align: center;
	background-color: #34a7df;
	color: #fff;
}

.confirmation_number_suggest {
	/*top: 44px;*/
	top: 0;
	/*display: block;*/
	width: 100%;
	min-width: 350px;
	
	left: auto;
	right: 0;
	display: none;
	z-index: 3000;
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #ddd;
	
	border-radius: 3px;
	/*overflow-x: hidden;*/
	/*max-height: 250px;*/
	
	
}

.confirmation_number_suggest_scroll {
	height: 255px;
	
	box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
}

.confirmation_number_suggest .scrollbar-inner {
	height: 100%;
	
}

.confirmation_number_suggest .suggest_item {
	position: relative;
	border-bottom: 1px solid #f5f5f5;
	text-align: right;
	cursor: pointer;
	font-size: 24px;
	color: #3a3946;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.confirmation_number_suggest .suggest_item:hover {
	/*background-color: #E4E4E4;*/
	background-color: #333645;
	color: #fff;
}

.confirmation_number_suggest .suggest_item:hover .icon-arrow {
	background-color: #fff;
}


.confirmation_number_suggest .suggest_item:hover .icon-arrow:before {
	border-color: transparent #333645 transparent transparent;
}

.confirmation_number_suggest .suggest_item:hover .icon-arrow:hover {
	background-color: #3cb44a;
}

.confirmation_number_suggest .suggest_item:hover .icon-arrow:hover:before {
	border-color: transparent #fff transparent transparent;
}


.suggest_item {
	padding-left: 15px;
	font-family: Assistant, sans-serif;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
	white-space: normal;
}

.suggest_item_inner {
	padding: 6px 6px;
}

.confirmation_number_suggest .label {
	text-overflow: ellipsis;
	/*overflow: hidden;*/
	/*display: block;*/
	font-size: 19px;
	font-weight: 600;
}

.confirmation_number_suggest .support_title {
	font-size: 16px;
}

.confirmation_number_suggest .support_title_label {
	font-weight: 600;
	/*font-size: 15px;*/
}

.suggest_item_numbers_container {
	font-size: 19px;
	display: block;
	font-style: normal;
	font-weight: 300;
	padding-top: 8px;
	line-height: 1.2em;
}

.row-top-30 {
	padding-top: 30px;
}

.scrollbar-inner-rtl .scroll-element.scroll-y {
	/*background-color: #fff;*/
	left: 5px;
	right: auto;
	z-index: 11;
}

.scrollbar-inner-rtl.scroll-wrapper > .scroll-content {
	margin: 0 0px 0 -17px;
	
}

.confirmation_number_suggest .scroll-element.scroll-y {
	height: 96%;
	margin: 2% 0;
}

.confirmation_number_suggest .scroll-content {
	padding-left: 21px;
}

.icon-arrow {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #333645;
	-webkit-border-radius: 26px;
	border-radius: 26px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	height: 26px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 0;
	vertical-align: top;
	width: 26px;
	-webkit-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	
}

.icon-arrow:before {
	border-style: solid;
	border-width: 9px 6.5px 0 6.5px;
	border-color: #fff transparent transparent transparent;
	content: '';
	display: inline-block;
	height: 0;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	-webkit-transition: border-color 0.2s ease, -webkit-transform 0.2s ease;
	transition: border-color 0.2s ease, -webkit-transform 0.2s ease;
	-o-transition: border-color 0.2s ease, transform 0.2s ease;
	transition: border-color 0.2s ease, transform 0.2s ease;
	transition: border-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
	width: 0;
	margin-right: 3px;
}

.icon-arrow.active:before {
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.icon-arrow--option:before {
	border-width: 6.5px 9px 6.5px 0;
	border-color: transparent #fff transparent transparent;
}

.icon-arrow--card {
	-webkit-border-radius: 23px;
	border-radius: 23px;
	height: 23px;
	width: 23px;
}

.icon-arrow--card:before {
	border-width: 6.5px 8px 6.5px 0;
	border-color: transparent #fff transparent transparent;
	margin-right: 1px;
}

.icon-arrow--card.active:before {
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.confirmation_number_input_wrapper {
	position: relative;
}

.confirmation_number_input_wrapper .arrow_container {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 32px;
	background: #cac7c6;
	border-radius: 10px 0 0 10px;
}

.confirmation_number_input_wrapper .arrow_container > i {
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.flex-half {
	justify-content: space-between;
}

.flex-half .panel__title.panel__title-half {
	font-size: 32px;
}

.flex-half .panel.panel--half {
	width: 48%;
}

.flex-half .panel__icon {
	max-width: 91px;
	max-height: 91px;
}

.flex-half .panel--big {
	padding: 20px;
}

.panel__title.panel_kolkore_link {
	font-size: 36px;
}

.login-page-body .login_error,
.login-page-body .message {
	font-size: 21px;
	position: absolute;
	top: 10px;
	max-width: 500px;
	margin: 0 auto;
	align-self: center;
	text-align: center;
	/*left: 50%;*/
	/*transform: translate(-50%, 0);*/
	background-color: #fff;
	border-radius: 18px;
	padding: 10px 35px 10px 15px;
	z-index: 9999;
	cursor: default;
}

.login-page-body .login_error .cross,
.login-page-body .message .cross {
	content: "\2716";
	color: #80869d;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	line-height: 0;
	transform: translate(-10px, 50%);
	cursor: pointer;
}

.login-page-body .message {
	border: 2px solid #00ab00;
}

.login-page-body .login_error {
	border: 2px solid #ab0000;
}

.milestone_table .btn-upload-request {
	text-align: center
}

.project-form.edit .hide_edit {
	display: none;
}

.table__col.fix-height.bdb {
	height: 70px;
}
.only_desktop{
	display: block;
}
.only_mobile{
	display: none;
}

.tmpl-editable-label{
	cursor: pointer;
}
.template-clear,
.template-select-file{
	vertical-align: middle;
}
.template-top-wrap{
	display: flex;
	width: 100%;
	max-width: 1700px;
	padding: 0 -15px;
	justify-content: space-between;
	flex-wrap: wrap-reverse;
}
.template-right-block {
	flex-grow: 2;
	width: 40%;
	flex-shrink: 2;
	position: static !important;
	min-width: auto !important;
}
.template-left-block{
	flex-shrink: 0;
	flex-grow: 2;
}
.single-projects-group .tmpl-box .template__manage.template__radio .template-task
{
	margin-bottom: 0;
	flex-wrap: nowrap;
	flex-shrink: 0;
}
.jschat__delete__btn, .template__radio {
	flex-wrap: nowrap !important;
}
@media screen and (max-width: 800px){
	.single-projects-group .tmpl-box .template__manage.template__radio .template-task {
		/*width: 100%;*/
		flex-grow: 1;
	}
	.template-left-block{
		width: 100%;
	}
	.jschat__delete__btn, .template__radio {
		flex-wrap: wrap !important;
	}
}


.template-manage-naw-container{
	margin: 0 -30px; padding-right: 30px
}
.template-manage-naw .wrap-tab{
	height: 58px;
	flex-direction: row;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 800px){
	.template-manage-naw-container{
		margin: 0;
		padding: 0;
	}
	.template-manage-naw .wrap-tab{
		min-width: 50%;
		flex-direction: row;
		display: flex;
		align-items: center;
		flex-grow: 1;
	}
	.template-manage-naw .wrap-tab .tab__head{
		flex-grow: 1;
	}
}

.tmpl-box{
	min-width: 100%;
}

.delete__subtask.btn--x{
	margin-right: 6px;
}

.sumo_user .opt.disabled,
.sumo_user_responsible .opt.disabled{
	display: block !important;
}

.SumoSelect.sumo_attached_users > .optWrapper > .options li.opt.disabled{
	display: block !important;
}

.contains-upload-time{
	position: relative;
}

.contains-upload-time .upload-time{
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	background-color: #fff;
	color: #000;
	border-radius: 7px;
	padding: 0 5px;
	display: none;
}

.contains-upload-time:hover .upload-time{
	display: block;
}

span.panel.panel--white.no-background-change.panel--big.panel--project-item {
    min-height: 200px;
	margin-bottom: 25px;
}

.flex-half .panel.panel--half {
	width:30%;
	cursor:pointer;
}

.page-template-page-main .row{
	margin: 0 auto;
}

/** Import Statistics Data Popup **/
.flex-column{
	flex-direction: column;
}
.align-self-center{
	align-self: center;
}
.align-center{
	align-items: center;
}
.justify-end{
    justify-content: end;
}
#import-data-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 98;
}

#import-data-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 0em 2em 1em 2em;
	border-radius: 1.5em;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	width: 90%;
	max-width: 1280px;
	z-index: 9999;
}

.import-data-container {
	overflow-x: auto;
	overflow-y: auto;
	height: calc(68vh - 100px);
	max-width: 100%;
}

.import-data-notifications{
	margin-top: 2rem;
}
.import-data-notifications-table{
	border-collapse: collapse;
	font-size: 0.8em;
	width: 100%;
	background: #f5f5f5;
}
.import-data-notifications-table th, .import-data-notifications-table td {
	border: 1px solid #bcbcbc;
	font-size: 1.1em;
}
.import-data-notifications-table th{
	background-color: #34c5f3;
	padding: 2px 4px;
	font-weight: 500;
}



#import-data-table {
	border-collapse: collapse;
	font-size: 0.8em;
	width: 100%;
	background: #f5f5f5;
}

#import-data-table thead {
	position: sticky;
	top: -1px;
	background-color: #f0f0f0;
	z-index: 100;
}

#import-data-table th, #import-data-table td {
	border: 1px solid #bcbcbc;
	font-size: 1.1em;
}

#import-data-table th {
	background-color: #34c5f3;
	padding: 2px 4px;
	font-weight: 500;
	}
#import-data-table td {
	padding: 0px 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 124px;
	overflow: hidden;
}


#import-data-table th:first-of-type, #import-data-table td:first-of-type {
	background-color: #dbdbdb;
}

.import_data_popup_header {
	display: flex;
	justify-content: space-between;
	font-size: 1.1em;
	min-height: 5em;
}
.import_data_popup_header > div {
	width: 33.3%;
}
.interrupt_import_container {
	margin-top: 1.2em;
	display: flex;
	justify-content: center;
}
.import_title, .do_not_close_msg, .import_status, .stat_val{
	font-weight: 700;
}
.do_not_close_msg {
    background: #ab0000;
    color: white;
    padding: 0.5rem 2rem;
    border-radius: 0rem 0rem 0.6rem 0.6rem;
    margin-bottom: 0.4rem;
}



.estimate_import_time, .stat_title{
	font-size: 0.8em;
	text-align: center;
}

.import_data_popup_header .center-item {
    padding: 0 1.5rem;
}

.import_stat_wrap{
	display: flex;
	justify-content: space-between;
}

.hidden_before_validation{
	opacity: 0;
}

.import_data_popup_header .spacer{
	width: 1px;
	background-color: #999999;
}
  
.interrupt_import_button {
	font-weight: 700;
	color: #ab0000;
	background: white;
	border: 1px solid #ab0000;
	cursor: pointer;
	padding: 0.5em 1em;
    border-radius: 0.6em;
	transition: all 0.3s ease-in-out;
}
.interrupt_import_button:hover {
	color: white;
	background: #ab0000;
}

.import_stat_total{
	color:#73727e;	
}
.import_stat_updated{
	color:#54b536;	
}
.import_stat_skipped{
	color:#f5b741;	
}
.import_stat_errors{
	color:#ab0000;	
}

.import-data-popup-close {
	margin-top: 1em;
	text-decoration: underline;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.import-data-popup-close:hover {
	opacity: 0.8;
}