.epws-waiting {
    cursor: wait !important;
}

.epws-grab {
    cursor: grab;
}

.epws-grabbing {
    cursor: grabbing;
}

#epws-container {
    position: relative;
    width: 940px;
    height: 850px;
    border: 1px solid #eeeeee;
}

#epws-bk-frame {
    position: absolute;
    /*width: 960px;*/
    width: auto;
    height: 600px;
    z-index: 1;

    border: 0px;
    padding:0;
    margin:0;
    border-collapse: collapse;
}

#epws-webgl-canvas {
    position:absolute;
    z-index: 2;
}

#epws-canvas {
    position:absolute;
    z-index: 3;
}

/* epws gui classes */
.epws-button {
    background-color: white;
    border: solid;
    border-color: #5dade2;
    border-radius: 4px;
    border-width: 1px;
    color: #5dade2;
    margin: 2px;
}

.epws-button:focus {
    background: #e5e5e5;
}

.epws-active {
    background: lightgreen;
}


#epws-map {
    position: absolute;
    width: 940px;
    height: 700px;
    z-index: 10;
}

/* custom */

h5 { margin-top: 25px !important; }

p { font-size:13px; line-height:18px; }

ul {
	list-style: none;
	padding-left: 0;  !important;
	font-size:13px; 
	line-height:18px;
	width: 100%;
	cursor: pointer;
}

#section_select_image li, #products li, #colors li, #categories li, #borders-categories li, #borders li, #borders-colors li {
	/*display: inline-block;*/
	display: inline-grid;
	/*margin-right: 5px !important;*/
	margin-bottom: 5px !important;
}

#products li img, #colors li img  {
	margin-right: 10px !important;
}

#simulator_menu, #sample {
  /*background-color: #eeeeee;*/
	/*min-height: 642px;*/
    /*position: sticky;*/
    /*z-index: 1;*/
}

#simulator {
  position: relative; 
  /* not mandatory, but nice & explicit */
}

.msform {
  position: sticky;
  top: 0;
  z-index: 10;
}

body { background-color:#000000 !important; }

section { padding-bottom:20px; }
.continut { margin-bottom: 20px; }

.section_start hr{
	border-top: 3px solid #efca30;
    margin-top: 5px;
}

.section_start .btn-jumbotron{
	padding: 4px 30px;
    text-transform: none;

}
.section_start img{
	width:100%;
	border: 2px solid #efca30;
}

/*progressbar*/

#msform {
	width: 400px;
	margin: 50px auto;
	text-align: center;
	position: relative;
}

#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*css counters to number the steps*/
	counter-reset: step;
    width: 70%;
    margin-left: calc(50% - 320px);
    margin-bottom: 0;
    display: inline-block;
}
#progressbar li {
	list-style-type: none;
	/*color: white;*/
	/*text-transform: uppercase;*/
	font-size: 12px;
	font-weight: bold;
	/*width: 20%;*/
	width: 16.666%;
	float: left;
	position: relative;
	text-align: center;
    color: #a8a8a8;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 25px;
	line-height: 20px;
	display: block;
	font-size: 14px;
	color: #333;
	background: #eee;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #a8a8a8;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none;
}
/*marking active/completed steps green*/
/*the number of the step and the connector before it = green*/
#progressbar li.active{
	color: #ffffff;
}

#progressbar li.active:before,  #progressbar li.active:after{
	background: #efca30;
	color: #231f20;
}

/*diamond*/
.section_start h4 {
    margin-bottom: 6px;
    margin-top: 60px;
    padding-left: 10px;
}
.section_start p {
    padding-top: 190px;
}

.section_selectie_scena, 
.section_definire_esantion, 
.section_definire_suprafata, 
.section_randare_produs, 
.section_salveaza_simulare {
margin-top: 80px;
}

.section_selectie_scena h4, .section_definire_esantion h4, .section_definire_suprafata h4, .section_randare_produs h4, .section_salveaza_simulare h4 {
    margin-bottom: 11px;
    margin-top: 20px;
}
.section_selectie_scena hr, .section_definire_esantion hr, .section_definire_suprafata hr, .section_randare_produs hr, .section_salveaza_simulare hr {
    border-top: 3px solid #efca30;
    margin-top: 5px;
}

.section_selectie_scena p {
    font-size: 13px;
    font-weight: 600;
}

.sim-hr-title {
    margin-bottom: 30px;
}

.btn-incarca-img {
    padding: 3px 30px;
    color: #231f20;
    background-color: #ffcb05;
    border: 2px solid #231f20;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 600 !important;
    margin: 0;
}

.btn-incarca-img i {
    font-size: 18px;
    margin-right: 5px;
}

#section_select_image li img {
    width: 84px;
    height: 84px;
}

.incarca-img {
    height: 30px;
}

.tool-tip .tool-tip__info { font-size:13px; line-height:16px; }

.btn-prev {
    background-image: url('/themes/frontend/site/assets/simulator/images/simulator_iconite/arrow_left-old.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 22px;
    width: 32px;
    cursor: pointer;
    position: relative;
    left: 0px;
    top: 0px;
    display: inline-block;
    float: left;
}
.btn-prev:hover {
    background-image: url('/themes/frontend/site/assets/simulator/images/simulator_iconite/arrow_left_yellow-old.png');
}

.btn-next {
    background-image: url('/themes/frontend/site/assets/simulator/images/simulator_iconite/arrow_right-old.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 22px;
    width: 32px;
    cursor: pointer;
    position: relative;
    right: 0px;
    top: 0px;
    display: inline-block;
    float: right;
}
.btn-next:hover {
    background-image: url('/themes/frontend/site/assets/simulator/images/simulator_iconite/arrow_right_yellow-old.png');
}

.btn-inactiv {
    background-image: url('/themes/frontend/site/assets/simulator/images/simulator_iconite/arrow_right-old_inactive.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 18px;
    width: 27px;
    cursor: pointer;
    position: relative;
    right: 0px;
    top: 0px;
    display: inline-block;
    float: right;
}

.btns-simulator, .btn-salvare-simulare {
    padding: 4px 30px;
    color: #231f20;
    background-color: #ffcb05;
    border: 2px solid #231f20;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600 !important;
    margin: 0;
}

.btn-download-simulare {
    padding: 4px 15px;
    color: #231f20;
    background-color: #ffcb05;
    border: 2px solid #231f20;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600 !important;
    margin: 15px 0;
}

.btns-simulator:hover, .btn-download-simulare:hover {
    border: 2px solid #ffcb05;
    color: #ffcb05;
    background-color: #231f20;
}

.btn-change-scene .btns-simulator:focus {
    border: 2px solid #ffcb05;
    color: #ffcb05;
    background-color: #231f20;
}

.wrapper{
    width: 100%;
}
@media(max-width:992px){
    .wrapper{
        width:100% !important;
    }
}
.panel-heading {
    padding: 0;
    border:0;
}
.panel-title>a, .panel-title>a:active{
    display:block;
    padding:15px;
    color:#555;
    font-size:14px;
    font-weight:400;
    text-transform:none !important;
    letter-spacing:1px;
    word-spacing:0px;
    text-decoration:none;
}
.panel-heading  a:before {
    font-family: 'glyphicons halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}
.panel-heading.active a:before {
    -webkit-transform: rotate(180deg) !important;
    -moz-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

.panel-heading {
    padding: 0 !important;
    margin: 0 !important;
}

.panel-body-custom {
    padding: 8px !important;
    margin: 0 auto !important;
}

.panel-title {
    background: #fff !important;
    border: none !important;
}

.panel-title a {
    color: #000 !important;
    padding: 0 !important;
}

.panel-title a::before {
    position: relative !important;
    top: 21px !important;
}

.img-tabs-alege-montaj {
    margin-right: 5px;
}

.input-esantion-lungime {
    padding-left: 115px;
    width: 168px;
    height: 30px;
    border-radius: 4px;
    border-top: 1px solid #a8a8a8;
    border-bottom: 1px solid #a8a8a8;
    border-left: 1px solid #a8a8a8;
    border-right: 1px solid #a8a8a8;
}
.input-esantion-latime {
    padding-left: 110px;
    width: 168px;
    height: 30px;
    border-radius: 4px;
    border-top: 1px solid #a8a8a8;
    border-bottom: 1px solid #a8a8a8;
    border-left: 1px solid #a8a8a8;
    border-right: 1px solid #a8a8a8;
}
#color-lungime {
    width: 10px;
    height: 10px;
    background: #efca30;
    display: inline-block;
    margin-right: 5px;
}
#color-latime {
    width: 10px;
    height: 10px;
    background: red;
    display: inline-block;
    margin-right: 5px;
}
.def-lungime {
    display: inline-block;
    position: absolute;
    margin-left: 15px;
    margin-top: 4px;
}
.def-latime {
    display: inline-block;
    position: absolute;
    margin-left: 15px;
    margin-top: 4px;
}

.thumb_container {
    position: relative;
    width: 100%;
    max-width: 84px;
}
.image {
    display: block;
    width: 100%;
    height: auto;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: #000;
}
.thumb_container:hover .overlay, .thumb_container.active .overlay {
    opacity: 0.5;
}
.icon {
    color: #efca30;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.fa-user:hover {
    color: #eee;
}

.thumb_container_product, .thumb_container_color, .thumb_container_model {
    position: relative;
    width: 100%;
    max-width: 87px;
    height: 87px;
    margin-right: 5px;
}

#borders-products .thumb_container {
    position: relative;
    width: 100%;
    max-width: 87px;
    height: 60px;
    margin-right: 5px;
    display: inline-grid;
    margin-bottom: 40px;
}

.thumb_container_product:hover .overlay, .thumb_container_product.active .overlay {
    opacity: 0.5;
}
.thumb_container_color:hover .overlay, .thumb_container_color.active .overlay {
    opacity: 0.5;
}
.thumb_container_model:hover .overlay, .thumb_container_model.active .overlay {
    opacity: 0.5;
}

#border-colors .border-color {
    position: relative;
    width: 100%;
    max-width: 60px;
    height: 87px;
    display: inline-grid;
    margin-bottom: 40px;
    margin-right: 5px;
}

#accordion-borders h4 {
    margin: 0;
}

#borders-categories .border_category {
    height: 90px;
}

#borders-categories .border_category .overlay {
    height: 60px;
}

#borders-categories .thumb_name {
    line-height: 1.2;
    height: 30px;
}

.product-simulator {
    padding: 0 !important;
	width: 98%;
    min-width: 1360px !important;
    margin-top:10px;
}

.scroll-sim-menu {
    overflow-y: scroll !important;
    height: 490px !important;
    /* position: relative !important; */
    width: 320px !important;
    right: 8px !important;
}

#accordion {
    width: 294px !important;
}

.page-simulator {
    margin-bottom: 30px !important;
    margin-top: 185px !important;
    width: 100%;
}

.msform {
    background: rgba(0,0,0,0.8); 
	padding: 20px 0;
}

.hidden-header {
    position: relative !important;
}

.section_start {
    float: right !important;
}
#sample {
    float: right !important;
}

.simulator-menu {
    position: sticky !important;
    top: 128px;
    background-color: #eeeeee;
    /*min-height: 690px !important;*/
    min-height: 632px !important;
    z-index: 2;
}

.save-sim {
    text-align: left;
}

/*.tool-tip {*/
    /*display: inline-block;*/
    /*position: relative;*/
/*}*/

/*.tool-tip .tool-tip__info {*/
    /*display: none;*/
    /*background: #fff;*/
    /*border: 1px solid #a8a8a8;*/
    /*border-radius: 3px;*/
    /*font-size: 0.875em;*/
    /*padding: 1em;*/
    /*position: absolute;*/
    /*left: 0px;*/
    /*top: 42px;*/
    /*width: 250px;*/
    /*width: 295px;*/
    /*z-index: 2;*/
/*}*/
/*.tool-tip .tool-tip__info:before, .tool-tip .tool-tip__info:after {*/
    /*content: "";*/
    /*position: absolute;*/
    /*left: 25px;*/
    /*top: -11px;*/
    /*border-style: solid;*/
    /*border-width: 0px 10px 10px 10px;*/
    /*border-color: #a8a8a8 transparent;*/
/*}*/
/*.tool-tip .tool-tip__info:after {*/
    /*left: 25px;*/
    /*border-bottom-color: #fff;*/
    /*top: -10px;*/
/*}*/

/*.tool-tip:hover .tool-tip__info, .tool-tip:focus .tool-tip__info {*/
    /*display: inline-block;*/
/*}*/

/*.title-menu-sim {*/
    /*text-align: center;*/
    /*padding: 0 !important;*/
/*}*/

/*.tool-tip .tool-tip__info .info-title {*/
    /*font-weight: 600;*/
    /*font-size: 12px;*/
/*}*/

#btn-zoom-sim .epws-button {
    margin: 1px;
}

#epws-model-angle {
    border-radius: 4px;
    border: 1px solid #a8a8a8;
}

.btn-set-angle {
    color: #231f20;
    background-color: #ffcb05;
    border: 2px solid #231f20;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600 !important;
    margin: 0;
}
.btn-set-angle:hover {
    border: 2px solid #ffcb05;
    color: #ffcb05;
    background-color: #231f20;
}
.set-angle {
    padding: 10px 0;
}

button:disabled{
    background-color: #fff;
    color:#ddd;
    border-color:#ddd;
}

.yellow-tooltip-text {
    color: #efca30;
    font-weight: 700;
}
.red-tooltip-text {
    color: red;
    font-weight: 700;
}

.name-save-sim input {
    padding-left: 5px;
    width: 168px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #a8a8a8;
    margin-bottom: 5px;
}
.name-save-sim label {
    margin-bottom: 0;
}
.name-save-sim {
    margin-bottom: 20px;
}

.btn-reset {
    position: absolute;
}

.btn-change-scene {
    position: absolute;
}

.img-resolution img {
    width: 200px;
    height: 200px;
}
.msg-condition-resolution p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.category_style {
    max-width: 100%;
    margin-right: 0;
    height: 40px;
    display: inline-flex;
}

.category_style .overlay {
    height: 40px;
    width: 40px;
}

.category_style img {
    margin-right: 8px;
}

#tab-categories-styles .thumb_name {
    margin-top: 10px;
}

.nume-specific-element {
    height: 30px;
    line-height: 1.2;
    width: 87px;
}

#products li, #categories li, #colors li {
    height: 90px;
}

#pattern_options li {
    height: 120px;
}

#products .overlay, #categories .overlay, #colors .overlay, #borders-products .overlay, #border-colors .overlay {
    height: 60px !important;
}

#pattern_options .overlay {
	height: 87px !important;
}

#pattern_options ul li {
    display: inline-grid;
    margin-bottom: 5px !important;
}

.top {
    z-index: 1002 !important;
}

.mash-menu .drop-down {
    width: auto !important;
}

.canvas-model {
     position: absolute;
     top: 300px;
     right: 4px;
     z-index: 10000;
 }

.previous.action-button, .next.action-button { position: absolute; top: 0; right: 20px; padding-top: 20px; }
.previous.action-button { left: 20px; }
.next.action-button { right: 20px; }

.bottom-btn-prev, .bottom-btn-next {
    /**/
}

/*
.bottom-btn-prev span, .bottom-btn-next span {
    position: relative;
    top: 25px;
}
*/
.bottom-btn-prev,
.bottom-btn-next {
  display: flex;
  align-items: center;
  height: 27px;
  background-repeat: no-repeat;
  background-size: 27px 18px;
}
.bottom-btn-prev {
  background-position: left center;
  padding-left: 40px;
}
.bottom-btn-next {
  background-position: right center;
  padding-right: 40px;
  justify-content: flex-end;
}
.bottom-btn-prev span,
.bottom-btn-next span {
  flex: 0 0 auto;
  max-width: 100px;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  white-space: normal;
  line-height: 1.2;
}
.bottom-btn-prev span {
  text-align: left;
}
.bottom-btn-next span {
  text-align: right;
}

.alege-mod-lucru {
    min-height: 200px;
}

.navigate { padding: 20px 0;
  margin-bottom: 20px; }

.continut {
    min-height: 525px;
}

.continut2 {
    min-height: 460px;
}

.select-boduri .scroll-sim-menu {
    height: 380px !important;
	width: 300px !important;
}

@media only screen and (min-width: 1170px) and (max-width: 1365px) {
    .msg-condition-resolution {
        margin-top: 40px;
    }
    .product-simulator {
        width: 1170px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1169px) {
    .product-simulator {
        width: 1024px !important;
    }
    .msg-condition-resolution {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
    .product-simulator {
        width: 991px !important;
    }
}
@media only screen and (min-width: 960px) and (max-width: 991px) {
    .product-simulator {
        width: 960px !important;
    }
    .img-resolution {
        margin-bottom: 20px;
    }
    .msg-condition-resolution {
        text-align: center;
    }
}
@media only screen and (min-width: 700px) and (max-width: 959px) {
    .product-simulator {
        width: 700px !important;
    }
    .img-resolution {
        margin-bottom: 20px;
    }
    .msg-condition-resolution {
        text-align: center;
    }
}
@media only screen and (min-width: 550px) and (max-width: 699px) {
    .product-simulator {
        width: 550px !important;
    }
    .img-resolution {
        margin-bottom: 20px;
    }
    .msg-condition-resolution {
        text-align: center;
    }
}
@media only screen and (min-width: 450px) and (max-width: 549px) {
    .product-simulator {
        width: 450px !important;
    }
    .img-resolution {
        margin-bottom: 20px;
    }
    .msg-condition-resolution {
        text-align: center;
    }
    .img-resolution img {
        width: 150px;
        height: 150px;
    }
}
@media only screen and (min-width: 414px) and (max-width: 449px) {
    .product-simulator {
        width: 414px !important;
    }
    .img-resolution {
        margin-bottom: 20px;
    }
    .msg-condition-resolution {
        text-align: center;
    }
    .img-resolution img {
        width: 150px;
        height: 150px;
    }
}
@media only screen and (min-width: 360px) and (max-width: 413px) {
    .product-simulator {
        width: 355px !important;
    }
    .img-resolution {
        margin-bottom: 20px;
    }
    .msg-condition-resolution {
        text-align: center;
        font-size: 14px;
    }
    .img-resolution img {
        width: 100px;
        height: 100px;
    }
}
@media only screen and (max-width: 360px) {
    .product-simulator {
        width: 315px !important;
    }
    .img-resolution {
        margin-bottom: 20px;
    }
    .msg-condition-resolution {
        text-align: center;
        font-size: 14px;
    }
    .img-resolution img {
        width: 100px;
        height: 100px;
    }
}

/*end diamond*/