@media screen and (max-width: 800px) {
	.tabs_container {
		width: 560px;
		height: 800px;
	}
}

@media screen and (min-width: 800px) and (min-height: 400px) {
	.tabs_container {
		width: 99%;
		height: calc(100vh - 130px);
		/*800px;*/
	}
}

@media screen and (min-width: 1900px) and (min-height: 920px) {
	.tabs_container {
		width: 99%;
		height: calc(100vh - 130px); 
		/*940px;*/
	}
}

@-webkit-keyframes updateflash {
	0% {
		color: #000;
	}
	50% {
		color: #1f51de;
		font-weight: bolder;
		text-shadow: 1px 1px 2px #EB7A26, 0 0 15px #efad7f, 0 0 5px #EB7A26;
	}
	100% {
		color: #1f51de;
	}
}

@-moz-keyframes updateflash {
	0% {
		color: #000;
	}
	50% {
		color: #1f51de;
		font-weight: bolder;
		text-shadow: 1px 1px 2px #EB7A26, 0 0 15px #efad7f, 0 0 5px #EB7A26;
	}
	100% {
		color: #1f51de;
	}
}

@-o-keyframes updateflash {
	0% {
		color: #000;
	}
	50% {
		color: #1f51de;
		font-weight: bolder;
		text-shadow: 1px 1px 2px #EB7A26, 0 0 15px #efad7f, 0 0 5px #EB7A26;
	}
	100% {
		color: #1f51de;
	}
}

@keyframes updateflash {
	0% {
		color: #000;
	}
	50% {
		color: #1f51de;
		font-weight: bolder;
		text-shadow: 1px 1px 2px #EB7A26, 0 0 15px #efad7f, 0 0 5px #EB7A26;
	}
	100% {
		color: #1f51de;
	}
}

.update-flash,
.update-flash {
	-webkit-animation: updateflash 1s;
	-moz-animation: updateflash 1s;
	-o-animation: updateflash 1s;
	animation: updateflash 1s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	color: #1f51de;
}

.tabs_container {
	overflow: hidden;
	background-color: #fff;
	margin-top: -3px;  /* to fit the top   */
}

.tab_content {

}

.tab_underline {
	display:none;
	width: 100%;
	/*height: 2px;*/
	/*background-color: #FF671F;*/
	animation-name: underline;
	transition: all ease 0.3s;
	animation-duration: 0.3s;
	margin-top:20px;
	margin-bottom:0px;
	border-bottom:2px solid #FF671F;

  }

  @keyframes underline {

	from {width: 0px;}
	to {width: 100%;}
  }

  .tab_options_container {
	position: absolute;
	z-index: 1004;
	right: -30px;
	top: 32px;
}

.tab_options_container:after, 
.tab_options_container:before {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 101;
}

.tab_options_container:after {
	right: 42px;
	top: -10px;
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #FDE6CA;
}
.tab_options_container:before {
	right: 42px;
	top: -12px;
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #FFB65E ;
}

.tab_options {
	border: 1px #FFB65E solid;
	margin-right: 3px;
	background-color: #FDE6CA;
	padding: 5px;
	padding-right: 10px;
	z-index:105;
}

.tab_options_elt {
	white-space: nowrap;
	font-size: 11px;
	font-weight: bold;
	color: #842000;
	padding: 4px;
}

.tab_options_elt:hover {
	width: 100%;
	background-color: #F5C890;
	cursor: pointer;
}

.tab_editable {
	background-color: #FFFACD;
}

/* over write jquery style */
.ui-tabs .ui-tabs-nav li a {
    color: inherit;
    
}
.ui-tabs .ui-tabs-nav li a.img_tab_option{
	cursor:pointer;

}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a.img_tab_option {
    cursor: pointer;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled a.img_tab_option,
.ui-tabs .ui-tabs-nav li.ui-state-processing a.img_tab_option {
    cursor: default;
}

.tab_editable {
	background-color:#fff !important;
	overflow: visible !important ;
	display:flex;
	justify-content: center;
	align-items:center;
	/*border: 2px solid #CCC;*/
  margin-left: 2px;
	margin-right: 2px;
	min-width: 128px; 
}

.tab_feature_wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    flex: 1 0 auto;
    align-self: center;	
    min-width: 80px; /* 4 icos aprx 20px each... */
}


/* IMAGES SIZE FOR ICONS, one place to have the same sizes */
.need_refresh_img,
.need_save_img,
.img_tab_option,
.img_tab_options,
.img_tab_close_btn
	{	
	width: 18px; /*	width: 3px; */
  height: 18px; /* height: auto; */   
  
  color: inherit;
  /** 	fill: currentColor; inline SVG... */
 
	padding-left: 1px;
	padding-right: 1px;
  
  cursor: pointer;
	}

.need_refresh_img,
.need_save_img,
.img_tab_option { 
	/* padding-top:5px; */
  cursor: pointer;
}

.img_tab_close_btn { 
	padding-right: 5px; 
}

.img_tab_close_btn:hover {
	cursor:pointer; 
}



.img_tab_option { 
  width: 18px;
  height: 18px;
}


.img_tab_title {
	width: 18px;
	height: 16px;
	display: inline;
	vertical-align: bottom;
}

.tab-list {
	padding-right: 45px !important;
	min-height: 29px;
}

#tabs-history {
	position: absolute;
	top: 5px;
	right: 11px;
	height:100%;
}

#tabs-history-menu {
	width: 20px;
	height: 20px;
	padding: 2px 4px;
	border-radius: 7px;
	cursor: pointer;
}

#tabs-history-menu svg {
	fill: #888;
}

#tabs-history-menu svg:hover {
	fill: #EB7A26;
}

#tabs-history-container {
	background: #fff;
  width: 400px;
  height: calc(100% - 35px);
  position: absolute;
  z-index: 100;
  top: 30px;
  right: -420px;
  transition: all 0.5s;
}

#tabs-history-container.show {
	right: -11px;
}

#tabs-history-tabs {
	display: flex;
	flex-direction: column;
	height: 100%;
}

#tabs-history-header {
  display: flex;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

.tabs-history-tab {
  list-style: none;
  padding: 15px 0 18px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  text-align: center;
  width: 100%;
  font-weight: bold;
  cursor: pointer;
  color: #888;
  margin-bottom: -1px;
}

.tabs-history-tab:hover {
	color: #000;
	border-bottom: 2px solid #ea9c64;
	margin-bottom: -1px;
	padding-bottom: 15px;
}

.tabs-history-tab.active {
	color: #000;
	/* border-bottom: 3px solid #EB7A26; */
}

#tab-active-indicator {
	width: 33%;
	height: 3px;
	background: #EB7A26;
	margin-top: -3px;
	transition: 0.2s all;
}

.tabs-history-tab-content {
	display: none;
}

#tabs-history-content {
	padding: 0;
	margin: 0;
	flex: 1;
	overflow-y: auto;
}

.tabs-history-tab-content.active {
	display: block
}

#tabs-history-content svg {
	width: 14px;
	cursor: pointer;
	fill: #888;
	margin-top: 2px;
}

#tabs-history-content svg:hover {
	fill: #000;
}

.tab-history-item {
	position: relative;
	padding: 15px 30px;
}

.tab-history-item:not(:last-child) {
	border-bottom: 1px solid #eee;
}

.tab-item-name {
	font-weight: bolder;
	font-size: 14px;
}

.tab-item-history-details {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	color: #555;
	align-items: center;
}

.tab-item-history-details svg {
	margin-left: 8px;
}

.delete-progress-bar {
  height: 5px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #af3737;
}

.tab-item-name-edit {
  padding: 5px 10px !important;
  font-weight: bolder;
  width: calc(100% - 22px);
  border-color: #aaa !important;
  border-radius: 5px;
  color: #4e5a75;
}

.tab-item-description-edit {
	padding: 5px 10px;
	letter-spacing: 1px;
	height: 100px;
	width: calc(100% - 22px);
	margin-top: 10px;
	color: #4e5a75;
	resize: none;
}

.tab-item-description {
  margin-top: 10px;
  font-style: italic;
  color: #586d79;
  letter-spacing: 1px;
  white-space: pre-wrap;
  word-wrap: normal;
  line-height: 1.5em;
}

.tab-item-history-details .dropdown {
	width: calc(100% - 60px) !important;
}

.tab-item-history-details .dropdown-toggle {
	width: 100% !important;
	margin: 0 !important;
}

.tab-item-history-details .dropdown .dropdown-menu {
	width: 100%;
}

#tab-notification {
	display: none;
  position: absolute;
  right: -5px;
  font-size: 22px;
  font-weight: bold;
  color: red;
  top: -4px;
}

.tab-update-date {
	font-size: 11px;
	letter-spacing: 1px;
}

.tab-update-date-shared {
	font-size: 10px;
	letter-spacing: 1px;
}

.tab-item-creator-icon {
	margin: 0 2px 0 0 !important;
	width: 10px !important;
	cursor: default !important;
}

.tab-item-creator {
	font-size: 11px;
	letter-spacing: 1px;
	color: #657786;
}

.tab-item-creator-container {
	max-width: 260px;
}

.tab-item-creator-container:hover .tab-item-creator {
	color: #333;
	cursor: default;
}

.tab-item-creator-container:hover svg {
	fill: #333 !important;
}

.tab-item-disable {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eeedf3;
  opacity: 0.5;
}

.tab-item-disable svg {
	background: none;
  height: 100%;
  width: 25px !important;
  margin: auto;
  display: block;
}

.tab-item-disable svg circle {
	fill: #0c0d15;
}

.confirm-share:hover {
	fill: #1BC894 !important;
}

.cancel-share:hover {
	fill: red !important;
}

.tab-share-success {
	position: absolute;
  border: 1px solid #08C48C;
  padding: 2px 8px;
  right: -35px;
  top: 0px;
  border-radius: 0px 0 0px 8px;
  background: #adf1dd;
  transition: 0.3s all;
}

.tab-share-success.active {
	right: 0;
}

.tab-share-success svg {
	fill: #08C48C !important;
}

#tabs-history-options {
	padding: 5px 15px 0;
	letter-spacing: 1px;
	color: #555;
}

#close-tabs-on-logout {
	cursor: pointer;
}

#close-tabs-on-logout-label {
  display: block;
  margin-top: -16px;
  margin-left: 20px;
  cursor: pointer;
}
