.slide-fade-enter {
  opacity: 0;
}

.slide-fade-enter-active {
  -webkit-transition: all 0.5s ease-in; /* 0.3 */
  transition: all 0.5s ease-in;   /* 0.3 */
}

.slide-fade-enter-to {
  opacity: 1;
}

.slide-fade-leave {
  opacity: 0.4;
}

.slide-fade-leave-active {
  -webkit-transition: all 0.5s ease-out;  /* 0.5 */
  transition: all 0.5s ease-out;    /* 0.5 */
}

.slide-fade-leave-to
/* .slide-fade-leave-active below version 2.1.8 */

  {
  /* transform: translateX(-100%); */
  opacity: 0;
}

/* .slide-left .slide-fade-enter {
  transform: translateX(100%);
} */

/* Hint: slide-left means "slide to the left because the button towards right was clicked". */
.slide-left .slide-fade-leave-to,
.slide-fade-leave-to.slide-left  {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* .slide-right .slide-fade-enter {
  transform: translateX(100%);
} */

.slide-right .slide-fade-leave-to,
.slide-fade-leave-to.slide-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

span.list-item {
  display: block;
}

.phase-list-enter-active,
.phase-list-leave-active {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.phase-list-enter
/* .list-leave-active below version 2.1.8 */

  {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.phase-list-leave-to {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.modal-mask {
  position: fixed;
  z-index: /*9998;*/ 20000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  /* display: table; */
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  overflow-y: auto;
}

.modal-wrapper {
  /* display: table-cell; */
  /* vertical-align: middle; */
  margin: 50px 0;
}

.modal-container {
  width: 300px;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
  /* border: 1px solid #19a7e6; */
}

.modal-header h3 {
  margin-top: 0;
  color: #333;
  padding: 7.5px 0;
}

.modal-header .box-title-hint {
	float: right;
	width: 110px;
	cursor: pointer;
	font-size: 11px;
	line-height: 15px;
}

.modal-header .box-title-hint::before {
	content: "\0024d8";
	float: left;
	margin-right: 5px;
	height: 20px;
}

.modal-header .box-title-hint a,
.modal-header .box-title-hint a:hover,
.modal-header .box-title-hint a:visited,
.modal-header .box-title-hint a:active {
	font-size: inherit;
	color: black;
	cursor: inherit;
}

.modal-body {
  margin: 10px 0;
}

.modal-body-range-title {
	margin: 40px 0 0 0;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

.project-create label {
  width: 49%;
  float: left;
  display: block;
}

.project-create form>div {
  margin-bottom: 15px;
}

.project-create form>div:after {
  content: "";
  clear: both;
  display: table;
}

/* rccWorld 
.project-create form input,
.project-create form .select-wrapper {
  width: 70%;
  position: relative;
  margin: 0 auto 0 auto;
  font-size: 1.2rem;
  line-height: 1.3rem;
  height: 27px;
  margin: 0 auto;
  display: block;
}

.project-create form input::placeholder {
	color: #DDDDDD;
}
*/

.project-create form .field {
  width: 49%;
  float: left;
}

.project-create form .select-wrapper select {
  border: 0;
  padding: 0;
  margin: 3px 0 0 0;
  display: block;
  width: 101%;
  background: none;
  font-size: 1.2rem;
  line-height: 1.3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #C7C7CD;
}

.project-create form .select-wrapper select.has-value {
  color: initial;
}

.project-create form .error {
  display: block;
  width: 70%;
  margin: 5px auto;
  font-size: 14px;
}

.btn-arrow.prev {
  background: url('../images/arrow_l_65.png') no-repeat;
}

.btn-arrow.next {
  background: url('../images/arrow_r_65.png') no-repeat;
}

.btn-arrow {
  width: 81px;
  height: 65px;
  background-size: contain;
  border: 0;
  color: transparent;
  -webkit-transition: width 0.7s, height 0.7s, background-color 0.7s, -webkit-transform 0.7s;
  transition: width 0.7s, height 0.7s, background-color 0.7s, -webkit-transform 0.7s;
  transition: width 0.7s, height 0.7s, background-color 0.7s, transform 0.7s;
  transition: width 0.7s, height 0.7s, background-color 0.7s, transform 0.7s, -webkit-transform 0.7s;
}

.btn-arrow:hover {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
}

.btn-holder {
  margin: 40px 0 0 0;
}

.btn-holder:after {
  content: "";
  clear: both;
  display: table;
}

.btn-holder .h-left,
.btn-holder .h-right {
  min-height: 1px;
  float: left;
  width: 49%;
  text-align: center;
}

.vue-app {
  min-height: 400px;
}

.step-2 .btn-holder .h-left {
  text-align: left;
}

.step-3 .btn-holder .h-left {
  text-align: left;
}

.step-2 .btn-holder .h-right {
  text-align: right;
}

.project-draft {
  margin: 30px auto;
}

.project-draft.main-phases {
  width: 400px;
}

.phase-item .hint-at-place {
  display: none;
  visibility: hidden;
}

.phase-item,
.sub-project-item {
  background: #b6e7fd;
/*  border: 1px solid #19a7e6; We go with no border like the other process pictures. */
  border-radius: 10px;
  padding: 10px;
  position: relative;
  text-align: center;
  /*margin-bottom: 55px;*/
  margin-bottom: 5px;
  width: 400px;
  box-sizing: border-box;
}

.phase-item .handle,
.sub-project-item .handle {
  display: inline-block;
  /*background: url('../images/handle.png') no-repeat;*/
  background: url('../images/drag_phase.png') no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 7px;
  right: 12px;
  background-size: cover;
  /*opacity: 0.5;*/
  cursor: move;
}

.sub-project-item .img-holder img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.sub-project-item .phase-name {
	text-align: left;
}
.sub-project-item .phase-name input {
	border: none;
	color: inherit;
	background-color: inherit;
	border-radius: 0;
	font-size: 15px;
	width: 80%; /*M2*/
}
.sub-project-item .phase-name input::placeholder {
	color: inherit;
}

.sub-phases .phase-item {
  /*background: #d4f1a6;*/
  /* border: 1px solid #a1cb5d; We go with no border like the other phase presenter pictures */
}

.sub-phases .sub-phases .phase-item {
  /*background: #f5c8a8;*/
  /*border: 1px solid #f58431; We go with no border like the other phase presenter pictures */
}

.sub-phases .sub-phases .sub-phases .phase-item {
  background: #ffe39e;
  /* border: 1px solid #ffc638; We go with no border like the other phase presenter pictures */
}
/*
.sub-phases .sub-phases .phase-item .action-btns button:nth-child(3),
.sub-phases .sub-phases .phase-item .action-results span:nth-child(3) {
  display: none;
}
*/

.sub-phases .sub-phases .phase-item .action-btns .action-btn-section:nth-child(3)
/* .sub-phases .sub-phases .phase-item .action-results span:nth-child(3)*/
{
  display: none;
}

.phase-item .error {
  /* font-size: 11px;  That's too small. */
}

span.error {
  display: block;
  /* font-size: 11px; That's too small. */
}

.phase-item .phase-name,
.phase-item .phase-select {
	text-align: left;
	display: flex;
	flex-direction: row;
}

.phase-item .phase-name label,
.phase-item .phase-select label {
	flex: 0 0 110px;
	display:inline-block;
	padding: 6px 8px;
	margin: 4px;
	font-size: 16px;
}

.phase-item .phase-select label {
	margin: 0 4px 8px 4px;
	padding: 5px 8px 3px 8px; /*M*/
	font-size: 13px; /*M*/
}
.phase-item .phase-select select {

}

.phase-item .phase-name input {
  /* margin-bottom: 20px; */
}


.remove-btn {
  border: 0;
  /*background: url('http://demo.mypits.org:13083/typo3conf/ext/mxn_becreate/Resources/Public/Img/del_21.png') no-repeat; */
  background: url('../images/remove_phase.png') no-repeat;
  color: transparent;
  width: 20px;
  height: 20px;
  background-size: cover;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.phase-item .phase-select .btn-choose-type {
	 background: url('../images/choose_more.png') no-repeat;
	 position: absolute;
	 right: 0px;
	 width: 20px;
	 height: 20px;
	 background-size: cover;
	 color: transparent;
	 border: 0;
	 margin-top: 7px; /*M*/
}

.phase-item .phase-name input[type="text"] {
  background: 0;
  /*border-bottom: 1px solid gray;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  */
  border: 0;
  border-radius: 0;
  font-size: 16px;
  /*color: #000; We need to adjust the color from above. */
  color: inherit;
  /*text-align: center;*/
  text-align: left;
  flex: 1 0 auto;
}
.phase-item .phase-name input[type="text"]::placeholder {
	/*color: inherit;*/
	color: rgba(100, 100, 100, 0.4); /*M*/
}

.phase-item .phase-type-name {
	display: inline-block;
    margin: 0 0 0 4px;
	padding: 7px 0 3px 8px; /*M*/
    width: 100%; /*M*/
    transition: background-color ease 0.3s; /*M*/
    cursor: pointer;
    border-radius: 5px; /*M*/
}

.phase-item .phase-type-name:hover,
.btn-choose-type:hover + .phase-type-name
 { /*M*/
	background-color: rgba(255, 255, 255, 0.3);
}

.phase-item select#phase-type {
  background: transparent;
  border: 0;
  text-align: left; /*center;*/
  color: inherit; /* We need to adjust the color above. */
  font-size: 16px;
}

.phase-item select#phase-type > option {
	color: black;
}

.phase-item:after,
.sub-phases:after {
  content: "";
  /* background: url('../images/arrow.png') no-repeat; This is too clumsy. */
  display: block;
  width: 28px;
  height: 20px;
  position: absolute;
  top: 100%;
  text-align: center;
  left: 0;
  margin: 20px auto;
  right: 0;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.action-btns button {
/*  background: #eaeaea; */
  border: 0;
  /*border-radius: 10px;*/
  /*width: 100px;*/
  /*padding: 5px 7px;*/
  /*min-height: 47px;*/
  vertical-align: top;
  /*margin: 5px;*/
  /*  font-size: 11px;  This is too small */
  font-size: 12px;
}

.action-btns {
	display: flex;
	flex-direction: row;
	font-size: 12px;
}

.action-btns .action-btn-section {
	flex: 1 0 30%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.action-btns .action-btn-section .title {
	flex: 10 0 auto;
}
.action-btns .action-btn-section button {
	margin-left: calc(50% - 18px);
	flex: 0 0 37px;
	transition: all 0.7s ease;
}
.action-btns .action-btn-section .info {
	flex: 0 0 auto;
}

.action-btns .action-btn-section button:hover {
	transform: scale(1.2, 1.2);
}

.btn.phase-add {
/*  background: url('../images/plus.png') no-repeat; */
    background-image: url(../images/button_in_phases.png);
    background-position: 0 0;
    transition: all 0.7s ease;
    background-color: unset;
  border: 0;
  color: transparent;
  background-size: contain;
  /*width: 40px;
  height: 40px;*/
  width: 50px;
  height: 50px;
  margin: 30px auto 0 auto;
  display: block;
}

.btn.phase-add:hover {
	transform: scale(1.2, 1.2);
}

.btn.btn-choose {
    width: 37px;
    height: 37px;
    background-size: 37px 37px;
    background-position: 0 0;
    background-image: url(../images/button_in_phases.png);
    background-color: unset;
    transition: all 0.7s ease;
    cursor: pointer;
    border: none;
}

.btn.btn-choose:hover {
	transform: scale(1.2, 1.2);
}

.btn.btn-choose.bigger {
    width: 45px;
    height: 45px;
    background-size: 45px 45px;
}


.action-results>span {
  width: 100px;
  vertical-align: top;
  margin-bottom: 5px;
  font-size: 11px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
}

/* .graph-right {
  width: 1000px;
} */

.hint-at-place {
	border: 1px solid #fff;
	border-radius: 10px;
	background-color: #dddddd;
	padding: 20px;
	position: absolute;
	font-size: 14px;
	color: black;
}

.hint-close {
	content: "U+274C";
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}

.hint-at-place.hint-right {
 	width: 150px;
	right: -210px;
	top: -16px;
}
.hint-at-place.hint-right:before {
	content: " ";
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 0;
    border-right: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -6px;
    transform: rotate(-45deg);
    background-color: #dddddd;
}

.hint-at-place.vertical-1-3 {
	top: -100px;
}

.hint-at-place.vertical-1-3:before {
	top: 104px;
}


.scale-display .slider {
  padding-top: 0;
}

.scale-display .ui-rangeSlider-bar,
.scale-display .ui-rangeSlider-handle {
  display: none;
}

.scale-display .scale-label-first {
  border: 0.5px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  border-width: 0 0.5px;
  vertical-align: super;
}

/* .scale-label {
  text-align: center;
  border: 0.25px solid white;
  border-width: 0 0.25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
} */

.task-display .scale-label-first,
.task-display .scale-label-second {
  display: none !important;
}

.task-display {
  padding-top: 40px;
}

.graph-chart-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.graph-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
}

.graph-left span.phase-name {
  width: 100%;
  white-space: nowrap;
  font-size: 14px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  max-width: 150px;
  vertical-align: middle;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 39px;
  position: relative;
  padding-right: 35px;
}

span.open-sub-task-btn {
  position: absolute;
  z-index: 9;
  width: 12px;
  height: 12px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  background: url('../images/caret.png') center center;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

span.open-sub-task-btn.collapsed {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.graph-left .sub-phases-list .phase-name {
  padding-left: 15px;
  font-size: 12px;
}

.graph-left .sub-phases-list .sub-phases-list .phase-name {
  padding-left: 25px;
  font-size: 12px;
}

.graph-left .sub-phases-list .sub-phases-list .sub-phases-list .phase-name {
  padding-left: 35px;
  font-size: 12px;
}

.graph-left>ul {
  padding-top: 61px;
}

.graph-chart-wrap:after {
  content: '';
  display: table;
  clear: both;
}

.graph-right {
  overflow-x: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.graph-area {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.loader {
  /* text-align: center; */
}

.method-list {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  /* padding:0 6px; */
}

.method-list:after {
  content: '';
  display: table;
  clear: both;
}

.method-details {
  position: fixed;
  background: #b7deef;
  border: 1px solid #adcfde;
  border-radius: 10px;
  padding: 5px;
  width: 300px;
  z-index: 99;
}

.method-details table {
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
}

.method {
  cursor: pointer;
  background: rgba(0, 0, 255, 0.3);
  position: absolute;
  z-index: 1;
  height: 95%;
  float: left;
  border: 0.25px solid #fff;
  border-width: 0 0.25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.graph-left .method-list {
  display: none;
}

/* .method:hover .method-details  {
  display:block;
} */

.methods-generated {
  display: none;
}

.phase-slider {
  position: relative;
  min-width: 100%;
  height: 22px;
}

.ui-rangeSlider .ui-rangeSlider-handle {
  z-index: 10;
}

.ui-rangeSlider-label {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.modal-container {
  width: 630px;
}

.modal-body {
  max-height: 450px;
  overflow-y: auto;
  padding: 0 10px;
}

.ui-rangeSlider .ui-rangeSlider-handle {
  background: rgb(175, 175, 175);
}

.modal-container {
  padding: 0;
}

.modal-header {
  padding: 10px;
  background: #b6e7fd;
}

.modal-footer {
  padding: 10px;
}

.modal-footer:after {
  content: "";
  clear: both;
  display: table;
}

ul.methods-list {
	font-size: 14px;
	line-height: 19px;
}

ul.methods-list .id {
  display: none;
}

ul.methods-list .name {
  font-weight: bold;
}

ul.methods-list .context {
  font-weight: bold;
  font-size: 12px;
}

ul.methods-list .desc {
  /*font-size: 16px;*/
}

ul.methods-list>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* padding: 5px; */
}

ul.methods-list>li .col-1 {
  background: #b6e7fd;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px;
  max-width: 130px;
  word-wrap: break-word;
  min-height: 120px;
  min-width: 130px;
}

ul.methods-list>li .col-2 {
  background: #d8d6d6;
  margin: 5px;
  background: #d8d6d6;
  padding: 5px;
  margin: 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 120px;
}

ul.methods-list>li .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  background: none;
  padding: 5px;
  margin: 5px;
  text-align: center;
  -ms-flex-item-align: center;
  align-self: center;
}

ul.methods-list>li>div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul.methods-list .name {
  text-transform: uppercase;
}

ul.methods-list>li:nth-child(2n) {
  /* background: #f3f3f3; */
}

/* .custom-checkbox input[type="checkbox"] + .checkbox:after {
  content: "-";
}

.custom-checkbox input[type="checkbox"]:checked + .checkbox:after {
  content: "+";
} */

.chart-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: -70px;   /* MOD F */
}

.project-details {
  padding: 10px;
  border: 1px solid #ccc;
}

.project-details table {
  width: 250px;
  border-spacing: 10px;
}

.ui-rangeSlider .ui-rangeSlider-bar {
  background: rgba(236, 0, 140, 0.28);
}

.ui-rangeSlider-label {
  background: rgb(175, 174, 174);
  border-radius: 5px;
  font-size: 14px;
  color: #020202;
  z-index: 999;
}

/*
.ui-rangeSlider {
  height: 40px;
} */

.task-display .ui-rangeSlider .ui-rangeSlider-innerBar {
  height: 30px;
}

.task-display .ui-rangeSlider-container {
  height: 36px;
}

.task-display .ui-rangeSlider {
  height: 36px;
}

.task-display .phase-slider {
  height: 39px;
}

.task-display .ui-rangeSlider .ui-rangeSlider-bar {
  margin: 1px 0;
  background: #CCC;
  background: rgba(100, 100, 150, 0.2);
  height: 34px;
}

.task-display .ui-rangeSlider .ui-rangeSlider-handle {
  height: 36px;
}

.task-display .ui-rangeSlider .ui-rangeSlider-bar {
  background: #b6e7fd;
}

.task-display .subphase-sliders-lvl-1 .ui-rangeSlider .ui-rangeSlider-bar {
  background: #d4f1a6;
}

.task-display .subphase-sliders-lvl-2 .ui-rangeSlider .ui-rangeSlider-bar {
  background: #f5c8a8;
}

.task-display .subphase-sliders-lvl-3 .ui-rangeSlider .ui-rangeSlider-bar {
  background: #ffe39e;
}

.graph-left ul>li {
  /* height: 40px; */
}

span.bold {
  font-weight: bold;
}

.method-detail-change table {
  width: 100%;
  border-spacing: 10px;
  border-collapse: separate;
}

.modal-default-button {
  background: #fff;
/*  border: 1px solid #34b6f1; */
/*  border: 1px solid #ffaaaa; */
  border: 1px solid #333333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: none;
  margin: 0 auto;
  display: block;
}

.scale-display .ui-rangeSlider .ui-rangeSlider-innerBar {
  height: 21px;
}

.scale-display .ui-ruler-tick-label {
  padding-left: 7px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.graph-chart-wrap {
  background: #fff;
}

#graph {
  background: #fff;
}

body.pdf-convert #content {
  width: 100%;
}

body.pdf-convert #graph {
  padding: 25px;
}

body.pdf-convert:before,
body.pdf-convert:after {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
}

body.pdf-convert:before {
  background: rgba(255, 255, 255, 0.9);
  z-index: 10000;
}

body.pdf-convert:after {
  background: url('../images/loader.gif') no-repeat center center;
  z-index: 10001;
}

body.pdf-convert .no-print,
body.pdf-convert .no-print * {
  display: none !important;
}

body.pdf-convert #content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.no-phases-msg {
  padding: 25px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: whitesmoke;
}

.sub-phases {
  padding: 0 10px;
  padding: 10px;
  border-left: 1px solid #ccc;
  /* border-radius: 10px; */
  /*margin: 0 0 55px 40px;*/
  margin: 0 0 5px 40px;
  position: relative;
}

.chart-action-btns .download-save {
  width: 180px;
  text-align: left;
  height: 55px;
  padding-left: 80px;
  margin: 40px 30px 20px 0;
  border: none;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-size: 1rem;
  white-space: normal;
  background: url(../images/store_workshop.png) no-repeat 10px center;
}

.chart-action-btns .download-save.action-btn-print {
  background: url(../images/download_doc.png) no-repeat 10px center;
}

.chart-action-btns {
  text-align: center;
}

/* rccWorld 
div#app-chart header, x/x*x TRANSITION x*x/x
.vue-app header {
  width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-family: Raleway, arial, sans-serif;
  font-weight: 800;
  color: rgb(236, 0, 140);
}

*/

.phase-select {
	margin-bottom: 15px;
}

.phase-select select {
  width: initial;
}

.phase-select {
  position: relative;
  display: inline-block;
  font-size: 13px; /*M*/
}

.phase-select .preventor {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.phase-select .preventor span {
  padding: 6px 8px;
  border-radius: 8px;
  margin: 4px;
  display: inline-block;
  font-size: 14px;
  color: transparent;
  cursor: pointer;
}

.loader {
  text-align: center;
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}

table.myprojectslists {
  width: 100%;
}

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

table.myprojectslists th {
  font-weight: bold;
  text-align: left;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  padding: 10px 5px;
}

table.myprojectslists {
  width: 100%;
}

table.myprojectslists td {
  padding: 5px;
}

table.myprojectslists td a {
  color: #58585a;
}
/*
table.myprojectslists tr:hover td {
  background: #DDDDFF;
}*/

.collapsed-sub {
  height: 0;
  overflow: hidden;
}

.project-create form .select-wrapper select option {
  color: black;
}

.modal-alert .modal-container {
  width: 400px;
  border: 1px solid #ff8585;
}

.modal-alert .modal-header {
  background: #ffaaaa;
}

.modal-enter-active.modal-alert .modal-container {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

.action-btns .toggler {
  /*background: url(../images/toggler.png) no-repeat;*/
  background: url(../images/toggle_phases.png) no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
  min-height: 25px;
  position: relative;
  top: 10px;

  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);

  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.action-btns .toggler.hide {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.modal-page>.modal-wrapper>.modal-container {
  width: 80%;
  /* height: 80%; */
  max-width: 1200px;
}

.modal-page>.modal-wrapper>.modal-container>.modal-body {
  max-height: initial;
}

.main-holder {
  text-align: center;
}

.grid-holder>img {
  /*width: 100%;*/
  width: 102%;
  display: block;
}

.grid-holder {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.grid-holder .overlayed-holder {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}

.custom-checkbox {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
}

.custom-checkbox input {
  width: 40px;
  height: 40px;
  opacity: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}

.custom-checkbox span {
  width: 40px;
  height: 40px;
  border: 1px solid #40b4e8;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #40b4e8;
}

.custom-checkbox span:after {
  content: "+";
  line-height: inherit;
}

.custom-checkbox input[type="checkbox"]:checked+span {
  border-color: red;
  color: red;
}

.custom-checkbox input[type="checkbox"]:checked+span:after {
  content: "-";
}

.custom-checkbox input[type="radio"] {
/*  width: initial;
  height: initial;
  opacity: 1;
  margin: 0;
  position: relative;
  z-index: 2;
  */
}

.custom-checkbox input[type="radio"]:checked+span:after {
  content: "-";
}

.custom-checkbox input[type="radio"]:checked+span {
  border-color: red;
  color: red;
}


.creative-project .sub-project {
  color: #000;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-align: center;
}

.creative-project .img-holder img {
  width: 100%;
}

.selectable-tools li button {
  padding: 10px 5px;
  border: solid 1px #fff;
  display: block;
  width: 100%;
  text-align: left;
}

.selectable-tools li button:hover {
  background-color: white !important;
  color: black !important;
}

.selectable-tools {
  width: 222px;
  position: absolute;
  z-index: 9;
  left: 50%;
}

.selectable-tools li+li button {
  border-top: none;
}

.add {
  background: url(/assets/images/add.png) no-repeat;
}

/* Audivision planner */

.audiovision-wrapper {
   position: relative;
   width: 894px;
   height: 430px;
}

.audiovision-wrapper > img  {
  position: absolute;
  width: inherit;
  height: inherit;
}

.audiovision-wrapper.wrapper-embedded {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.audiovision-wrapper > .choose-container > .choose {
  position: absolute;
  width: 37px;
  height: 37px;
  background-size: 37px 37px;
  background-position: 0 0;
  background-image: url("../images/button_in_phases.png");
  transition: all 0.7s ease;
  cursor: pointer;
}

.audiovision-wrapper > .choose-container > .choose:hover {
  transform: scale(1.2);
}
.audiovision-wrapper > .choose-container > .choose.c-start {
  top: 54.65%;
  left: 14.98%;
}
.audiovision-wrapper > .choose-container > .choose.c-planning {
  top: 43.7%;
  left: 27.16%
}
.audiovision-wrapper > .choose-container > .choose.c-shooting {
  top: 32.09%;
  left: 39.93%
}
.audiovision-wrapper > .choose-container > .choose.c-turnpoint{
  top: 47.21%;
  left: 46.78%;
}
.audiovision-wrapper > .choose-container > .choose.c-cut {
  top: 32.09%;
  left: 53.35%;
}
.audiovision-wrapper > .choose-container > .choose.c-present {
  top: 54.65%;
  left: 78.74%;
}
.audiovision-wrapper > .choose-container > .choose.c-publication {
  top: 40.93%;
  left: 83.33%;
}
.audiovision-wrapper > .choose-container > .choose.c-communication {
  top: 6.74%;
  left: 35.68%;
}
.audiovision-wrapper > .choose-container > .choose.c-expertise {
  top: 3.26%;
  left: 43.17%;
 }
.audiovision-wrapper > .choose-container > .choose.c-coaching {
  top: 3.26%;
  left: 50.56%;
}
.audiovision-wrapper > .choose-container > .choose.c-platform {
  top: 6.74%;
  left:58.17%;
}

.audiovision-wrapper .selectable-tools {
  margin-top: 37px;
}

.modal-header.colorized h3 {
  color: inherit !important;
  background-color: inherit !important;
  text-transform: uppercase;
}

.modal-container .methods-list .col-1  {
  position: relative;
}

.modal-container .methods-list .col-1 .bottom {
    position: absolute;
    bottom: 0;
    right:0
}


.modal-container .methods-list .col-1 .bottom > a {
  font-size: 12px;
  text-transform: uppercase;
  color: inherit;
  cursor: pointer;
  margin-right: 3px;
}


/*  visjs timeline addendums */

div.vis-tooltip {
	z-index: 1000 !important;
    margin-top: -10px;
    margin-left: 10px;
}

.edit-method .modal-body {
	height: 300px;
}

.edit-method .modal-body form > div {
	float: left;
	clear: both;
	margin-bottom: 15px; /* 20px */
	width: 100%;
}

.edit-method .modal-body form > div > label,
.edit-method .modal-body form > div > div
{
	float: left;
}

.edit-method .modal-body form > div .field {
	width: 50%;
}

.edit-method .modal-body form > div .field.field-full {
	width: 100%;
	clear: both;
}

.edit-method .modal-body form > div .field > input {
	width: 100%;
}


div.modal-mask.edit-method > div > div > div.modal-body {
	height: 370px;
}

.edit-method .modal-body form > div .field > textarea {
	width: 96%;
}


.edit-method .modal-body form > div > label {
	width: 40%;
}

.edit-method .modal-body form > div textarea {
	width: 100%;
	height: 120px;
	resize: none;
	clear: both;
	}

.edit-method .modal-body form > div input,
.edit-method .modal-body form > div textarea {
	font-size: 14px;
}

.edit-method .modal-body form > div.row-2-elements > label {
	width: 15%;
	display: inline-block;
	float: none;
}
.edit-method .modal-body form > div.row-2-elements > input {
	width: 15%;
	margin-right: 15%;
	display: inline-block;
	float: none;
}

.edit-method .modal-body form > div > .delete-method {
	cursor: pointer;
	float: right;
	background: url(../images/trash.png) no-repeat;
	width: 22px;
	height: 22px;
	border: none;
}

#graph div.project-target {
    position: absolute;
    top: 70px;
    width: 60%;
}

.wickedpicker {
	z-index: 100000;
}

.wickedpicker__controls__control-up:before {
	content: "\2191";
}

.wickedpicker__controls__control-down:after {
	content: "\2193";
}


.ui-widget-overlay {
	background-image: none;
}

.ui-dialog-content form label {
	width: 85%;
	display: inline-block;
}

.ui-dialog-titlebar-close.ui-corner-all {
	display: none;
	visibility: hidden;
}

	.project-header {
		width: 100%;
	}
	.project-header-row {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 4px;
	}
	.project-header-box {
		padding: 10px 8px 10px 8px;
		background-color: whitesmoke;
		border-radius: 5px;
	}
	.box-1 {
		width: 100%;
	}
	.box-3 {
		flex: 10 0 27%;
	}
	.spacer {
		background-color: unset;
		flex: 0 1 5px;
		padding: 0;
	}


/*
.vis-outcome {
	width: 15px !important;
	height: 15px !important;
	top: 10px !important;
}


.time-table-wrap .left-side-bar {
  width: 30%;
  float: left;
}

.time-table-wrap .right-content-area {
  width: 70%;
  float: left;
}

.time-table-wrap:after {
  clear: both;
  display: table;
  content: "";
}

.time-table-wrap ul.activities-list {
  padding: 15px;
  height: 680px;
  overflow-y: auto;
}

.time-table-wrap ul.activities-list button {
  width: 100%;
  height: 40px;
  font-size: 16px;
  margin: 10px 0;
  border: 0;
  box-shadow: none;
}
*/
