/* ====================  /
/  ====ALL SECTIONS====  /
/  ==================== */

body {
    color: #4e4e4e;
    font-weight: 100;
}

p {
    text-align: left;
    max-width: 48em;
    word-break: normal;
}

input {
    display: inline-block;
    font-size: 1em;
    width: 100%
}

.main-panel,
.main-panel .webix_view {
    background-color: #F7F7F7;
}

.main-panel-text {
    margin: auto;
    max-width: 600px;
}


/* ====================  /
/  ======TOOLBAR=======  /
/  ==================== */

.webix_layout_toolbar.webix_toolbar {
    background: #EDEDED;
}


/* ====================  /
/  =====SIDE MENU======  /
/  ==================== */

.sidemenu {
    background-color: #4D4D4D;
    color: white;
}

.sidemenu .webix_list_item {
    font-size: 14px;
    color: white;
}

.sidemenu .webix_list_item:hover {
  background-color: transparent;
  color: #a2a2a2;
}

.sidemenu .webix_list_item.webix_selected {
    background-color: transparent;
    color: #ff6b6b;
}


/* ====================  /
/  ========BoM=========  /
/  ==================== */

.webix_column>.webix_cell {
    padding: 0 16px;
}

.list-parts-img-col>.webix_cell {
    padding: 0;
}

.list-parts {
    border-width: 0 !important;
    /*margin-left: 1px !important;*/
}

.datatable-hover {
    background-color: #f2f2f2;
    z-index: 100;
    cursor: pointer;
}

.bom-content {
    max-width: 450px;
    margin: 16px 0;
}

.shrink {
    -webkit-transition: width 0.5s;
    /* Safari */
    transition: width 0.5s;
}


/* ====================  /
/  ====GENERAL HTML====  /
/  ==================== */

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

.html-title {
    width: 100%;
    margin: auto;
    height: auto;
    text-align: center;
    word-break: break-word;
}


/* ====================  /
/  ========START=======  /
/  ==================== */

.dont-break * {
    word-break: normal;
}

.start-image-container {
    padding: 16px;
    padding-left: 8px;
}

.start-section-img {
    height: auto;
    width: auto;
}

.start-section {
    display: flex;
    width: 50%;
    min-width: 110px;
    margin: auto;
    height: auto;
}

.disclaimer {
    border-top: 1px solid #e0e0e0;
    margin-top: 10em;
    font-style: italic;
    font-size: smaller;
}


/* ====================  /
/  =========CODE=======  /
/  ==================== */

.close-modal {
    position: absolute;
    top: -13px;
    right: -13px;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    background-color: #ededed;
    cursor: pointer;
}


.webix_modal_box {
  top: 50% !important;
  overflow: visible;
  transform: translateY(-50%);
}


.close-modal::after {
  background-image: url(assets/close_btn.svg);
  content: "";
  position: absolute;
  top: 5px;
  color: #757575;
  font-size: 20px;
  right: 5px;
  width: 24px;
  height: 24px;
}

.code-img-container {
    background-image: url(assets/code.svg);
    height: 25vh;
    width: 25vw;
    background-color: #F7F7F7;
    background-blend-mode: multiply;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.share-img-container {
    background-image: url(assets/share.svg);
    height: 25vh;
    width: 25vw;
    background-color: #F7F7F7;
    background-blend-mode: multiply;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.code-files-tree .webix_tree_item {
    height: 48px;
    padding-left: 8px;
}

.webix_tree_item.webix-selected {
    background-color: rgba(67, 198, 249, 0.8) !important;
}

.code-info {
    height: 100%;
    width: 100%;
    background-color: rgba(67, 198, 249, 0.8);
    color: white;
    text-align: center;
}

.modal-content {
    display: inline-block;
}

.codeContainer {
    width: 100%;
    height: 100%;
    position: relative;
    margin: auto;
    border: 4px solid #00A9F0;
}

.modal {
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(64, 64, 64, 0.94);
    color: white;
    text-align: center;
    z-index: 11;
    /* 1px higher than the overlay layer */
}


/* ====================  /
/  ========BUILD=======  /
/  ==================== */

div#disclaimers {
    position: absolute;
    right: 95px;
    bottom: 45px;
    height: 32px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.1px;
    text-align: center;
    color: #999999;
}

.listCardItem .webix_list_item span.stepAction {
    position: relative;
    top: -9px;
}

.listCardItem .webix_list_item img {
    position: relative;
    top: 5px;
}

span.listNum {
    position: relative;
    top: -9px;
    font-weight: bold;
}

.listInfo {
    display: inline-block;
    margin: 8px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    background-color: white;
    color: #666;
    padding-left: 60px;
    width: calc(100% - 60px);
}

.listCardItem .webix_list_item {
    font-weight: 100;
}

.listCardItem .buildItemDisabled,
.listCardItem .buildItemDisabled:hover {
    background-color: #bbbbbb;
    opacity: 0.2;
}

.listCardItem .webix_selected {
    opacity: 1;
    font-weight: 500;
    /*background-color: rgba(255, 107, 107, 0.48) !important;*/
}


/* ====================  /
/  =========IoT========  /
/  ==================== */

.gauge-pane {
    height: auto;
    display: flex;
    width: auto;
    margin: auto;
}

.gauge {
    height: 12em;
    width: auto;
}


/* ====================  /
/  ========SHARE=======  /
/  ==================== */

.copy-url button.main-cta-btn {
    display: none;
}

.copy-url {
    display: flex;
}

.share-fb {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

#share-url-text {
    line-height: 2em;
    padding-left: 1em;
}


/* ====================  /
/  ========CARDS=======  /
/  ==================== */

.card {
    background: #fff;
    border-radius: 2px;
    height: 300px;
    margin: 1rem auto;
    position: relative;
    width: 100%;
    height: auto;
    padding: 16px;
    box-sizing: border-box;
}

.card-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}


/*.card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}*/

.card-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.card-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.card-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}


/* ====================  /
/  =======BUTTONS======  /
/  ==================== */

.flat-btn {
    display: inline-block;
    width: auto;
    padding: 8px 16px !important;
    height: auto;
    color: #ff6b6b;
    margin: auto;
    background-color: transparent;
    border: none;
    font-family: roboto;
    font-size: 1em;
    font-weight: 700;
    cursor: pointer;
}

.flat-btn:hover,
.webix_el_button:hover,
.webix_tree_item:hover {
    background-color: #F7F7F7;
    cursor: pointer;
}


/*Build buttons*/

@media only screen and (max-device-width: 768px) {
    .nextButton button {
        font-size: 0.8em;
    }
    .prevButton button {
        font-size: 0.8em;
    }
}

.nextButton button {
    background-color: #FF6B6B;
    color: white;
}

span.webix_icon_btn.fa-info {
    position: relative;
    top: -2px;
}

.nextButton button:hover .fa-caret-right {
    color: #fff;
}

.nextButton button:hover {
    background-color: #FF6B6B;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.nextButton button:active {
    background-color: #e06161;
}

.nextButton * {
    color: white;
}

.main-cta-btn {
    display: block;
    margin: auto;
    font-size: 1em;
    padding: 1em;
    background-color: #FF6B6B;
    border-radius: 4px;
    color: white;
    border: 0;
    transition: box-shadow 0.1s ease;
    cursor: pointer;
    min-width: 7em;
}

.main-cta-btn:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.main-cta-btn:active {
    background-color: #e06161;
}


/* ====================  /
/  =======FOOTER=======  /
/  ==================== */

.footer-style .webix_el_button a {
    color: #4D4D4D;
}

.footer-btn button,
.footer-btn-light button {
    font-weight: 500;
    font-size: 14px;
    color: #444;
    text-transform: capitalize;
    /*width: auto;*/
}

.footer-btn-light button {
    font-weight: 100;
}

.footer-style .webix_el_button button:hover {
    background-color: transparent;
}


/***********EDIT REPLY SIDEMENU *******/

#editTooltip.active{
  display:block;
}

.webix_list_item[webix_l_id="edit"] {
    margin-top: 16px !important;
    border-top: 1px solid #747474 !important;
    padding-top: 5px !important;
}

#editTooltip {
  font-family: Roboto;
  display: none;
  position: absolute;
  background: #2d2d2d;
  left: 130px !important;
  color: #fff;
  padding: 18px;
  z-index: 9999999999;
  box-shadow: 2px 2px 5px #2d2d2d;
  font-size: 13px;
  font-weight: 500;
  line-height: 75%;
}

#ttArrow {
  position: absolute;
  left: -6px;
  top: 10px;
  background: #2d2d2d;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  z-index: 1;
}

/***********EDIT REPLY SIDEMENU END *******/







/**************** REPLY STARS **************/

.br-theme-css-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}
.br-theme-css-stars .br-widget a {
  text-decoration: none;
  height: 18px;
  width: 18px;
  float: left;
  font-size: 23px;
  margin-right: 5px;
}
.br-theme-css-stars .br-widget a:after {
  content: "\2605";
  color: #d2d2d2;
}
.br-theme-css-stars .br-widget a.br-active:after {
  color: #EDB867;
}
.br-theme-css-stars .br-widget a.br-selected:after {
  color: #EDB867;
}
.br-theme-css-stars .br-widget .br-current-rating {
  display: none;
}
.br-theme-css-stars .br-readonly a {
  cursor: default;
}
@media print {
  .br-theme-css-stars .br-widget a:after {
    content: "\2606";
    color: black;
  }
  .br-theme-css-stars .br-widget a.br-active:after,
  .br-theme-css-stars .br-widget a.br-selected:after {
    content: "\2605";
    color: black;
  }
}


.rate-container {
  background: #EDEDED;
  padding: 6px 15px;
  display:flex;
}

.br-widget {
    float: right;
    margin-right: 10px;
}

.br-wrapper.br-theme-css-stars {
    flex: 1;
}

.txt {
    flex: 1;
    padding-top: 7px;
    font-size: 12px;
    margin-left: 28px;
    cursor: default;
}

/**************** REPLY STARS **************/


#bugReportSubmit {
    color:#fff;
    cursor: pointer;
    background: #ff6b6b;
    padding: 14px;
    border: 0px;
    margin-top: 15px;
    font-weight: bold;
    text-transform: uppercase;
}




/********SECTIONS BOX SHADOW *****/

.webix_resizer_x {
    border: none !important;
    background-color: transparent;
}

.webix_view.webix_toolbar.toolbar-style.webix_layout_toolbar {
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.14), 0 3px 3px -2px rgba(0,0,0,0.12), 0 1px 8px 0 rgba(0,0,0,0.2);
    z-index: 9999999999;
    position: relative;
}

.webix_view.webix_toolbar.footer-style.webix_layout_toolbar {
    border-top: 1px solid #dedede;
    position: relative;
    z-index: 999999;
}

.webix_view[view_id="listBuildTest"] button.webix_img_btn,
.webix_view[view_id="listCode"] button.webix_img_btn,
.webix_view[view_id="listBuild"] button.webix_img_btn,
.webix_view[view_id="listParts"] button.webix_img_btn{
    font-size: 12px;
    font-weight: normal;
    background:#fff;
}

.webix_view[view_id="listBuildTest"] .flat-btn,
.webix_view[view_id="listBuildTest"] .webix_el_button,
.webix_view[view_id="listBuildTest"] .webix_tree_item,
.webix_view[view_id="listCode"] .flat-btn,
.webix_view[view_id="listCode"] .webix_el_button,
.webix_view[view_id="listCode"] .webix_tree_item,
.webix_view[view_id="listBuild"] .flat-btn,
.webix_view[view_id="listBuild"] .webix_el_button,
.webix_view[view_id="listBuild"] .webix_tree_item,
.webix_view[view_id="listParts"] .flat-btn,
.webix_view[view_id="listParts"] .webix_el_button,
.webix_view[view_id="listParts"] .webix_tree_item,

.webix_view[view_id="listParts"] .webix_layout_toolbar.webix_toolbar,
.webix_view[view_id="listBuildTest"] .webix_layout_toolbar.webix_toolbar,
.webix_view[view_id="listCode"] .webix_layout_toolbar.webix_toolbar,
.webix_view[view_id="listBuild"] .webix_layout_toolbar.webix_toolbar{
  background-color: #F7F7F7;
}

.webix_view[view_id="listBuildTest"] button.webix_img_btn:hover,
.webix_view[view_id="listCode"] button.webix_img_btn:hover,
.webix_view[view_id="listBuild"] button.webix_img_btn:hover,
.webix_view[view_id="listParts"] button.webix_img_btn:hover{
    background: rgba(216,216,216,0.2);
}


.webix_view[view_id="listBuildTest"],
.webix_view[view_id="listCode"],
.webix_view[view_id="listBuild"],
.webix_view[view_id="listParts"] {
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.14), 0 3px 3px -2px rgba(0,0,0,0.12), 0 1px 8px 0 rgba(0,0,0,0.2);
    z-index: 99;
    position: relative;
}

.webix_el_button .webix_el_box, .webix_el_toggle .webix_el_box {
    position: relative;
    padding: 0px;
}

.webix_img_btn_text {
    font-weight: normal;
    font-size: 12px;
}


.webix_view.webix_toolbar.webix_layout_toolbar[view_id="buildPrevNext"],
.webix_view.webix_toolbar.webix_layout_toolbar[view_id="buildTestPrevNext"] {
    background: #fff;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    position: relative;
    z-index: 99999;
}

.webix_view.webix_control.webix_el_button.prevButton {
    background: #fff;
}

center.partsPanel {
    /*width: 400px;*/
    text-align: center;
    margin: 45px auto;
}


.webix_view[view_id="listCode"] .webix_tree_item[role="treeitem"] {
    background: transparent;
}
.webix_view[view_id="listCode"] .webix_tree_item[role="treeitem"]:hover{
    background:#F7F7F7;
}

.webix_view[view_id="overview"] .webix_el_box,
.webix_view[view_id="overviewBuild"] .webix_el_box,
.webix_view[view_id="overviewCode"] .webix_el_box {
    border-bottom: 1px solid #d4d4d4;
    z-index: 999999;
    position: relative;
}

.webix_img_btn{
  border-radius: 0px !important;
}

div.webix_modal_cover{
  opacity: 0.4 !important;
}

.bugReportContainer {
    padding: 0px 8px;
}
