@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,600,700');

#tokenCountdown.anim {
  height: 100px;
  width: 100px;
}
#tokenCountdown.anim .center {
  position: absolute;
}
#tokenCountdown.anim .circle {
  margin-top: 2px;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 999px;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.5);
}
#tokenCountdown.anim .l-half, #tokenCountdown.anim .r-half {
  float: left;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
#tokenCountdown.anim .l-half:before, #tokenCountdown.anim .r-half:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 3px solid #bbb;
  -webkit-animation-duration: 120s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
}
#tokenCountdown.anim .l-half:before {
  border-right: none;
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
  -webkit-transform-origin: center right;
  -webkit-animation-name: l-rotate;
}
#tokenCountdown.anim .r-half:before {
  border-left: none;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  -webkit-transform-origin: center left;
  -webkit-animation-name: r-rotate;
}
#tokenCountdown.anim .count {
  position: absolute;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Open Sans';
  color: #808080;
  z-index: 2;
  -webkit-animation: fadeout 0.5s 21s 1 linear;
  -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes l-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-180deg);
  }
}
@-webkit-keyframes r-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-180deg);
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
    }
}

.cur-point {
	cursor: pointer;
}

.mtfse {
    text-decoration: underline !important;
    cursor: pointer;
}

.renderPreviewIcon {
    cursor: pointer;
    position: absolute;
    right:0px;
    top:0;
    width: 15px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1187 3.7334H0.88125C0.647528 3.7334 0.423379 3.82583 0.258112 3.99036C0.0928457 4.15489 0 4.37804 0 4.61072V13.1226C0 13.3553 0.0928457 13.5784 0.258112 13.7429C0.423379 13.9075 0.647528 13.9999 0.88125 13.9999H14.1187C14.3525 13.9999 14.5766 13.9075 14.7419 13.7429C14.9072 13.5784 15 13.3553 15 13.1226V4.61072C15 4.37804 14.9072 4.15489 14.7419 3.99036C14.5766 3.82583 14.3525 3.7334 14.1187 3.7334ZM10.3969 9.25398L5.81719 11.2886C5.74588 11.3205 5.66768 11.3342 5.58972 11.3283C5.51176 11.3225 5.4365 11.2973 5.37081 11.2551C5.30512 11.2129 5.25108 11.155 5.2136 11.0867C5.17613 11.0183 5.15641 10.9418 5.15625 10.864V6.79468C5.15641 6.71685 5.17613 6.64029 5.2136 6.57198C5.25108 6.50367 5.30512 6.44577 5.37081 6.40356C5.4365 6.36136 5.51176 6.33618 5.58972 6.33032C5.66768 6.32446 5.74588 6.33811 5.81719 6.37002L10.3969 8.39999C10.4801 8.4365 10.5508 8.49631 10.6004 8.57212C10.6501 8.64793 10.6765 8.73648 10.6765 8.82698C10.6765 8.91749 10.6501 9.00603 10.6004 9.08185C10.5508 9.15766 10.4801 9.21746 10.3969 9.25398Z' fill='%236B768A'/%3E%3Cpath d='M13.1895 0.466659C13.1895 0.342893 13.1401 0.224197 13.0522 0.136681C12.9643 0.0491657 12.845 0 12.7207 0H2.4082C2.28388 0 2.16465 0.0491657 2.07675 0.136681C1.98884 0.224197 1.93945 0.342893 1.93945 0.466659V0.933318H13.1895V0.466659Z' fill='%236B768A'/%3E%3Cpath d='M14.1191 2.33336C14.1191 2.20959 14.0698 2.0909 13.9818 2.00338C13.8939 1.91587 13.7747 1.8667 13.6504 1.8667H1.46289C1.33857 1.8667 1.21934 1.91587 1.13143 2.00338C1.04353 2.0909 0.994141 2.20959 0.994141 2.33336V2.80002H14.1191V2.33336Z' fill='%236B768A'/%3E%3C/svg%3E");
}

.welcome-page {
    overflow: auto;
    height: inherit;
    width: inherit;
    /*scrollbar-gutter: stable both-edges;*/
    padding: 10px;
}


.w3s-switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  border: solid 1px white;
  vertical-align: middle;
  margin: 0 14px;
}

/* Hide default HTML checkbox */
.w3s-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.w3s-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: inherit;
  -webkit-transition: .4s;
  transition: .4s;
}

.w3s-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.disabled.w3s-slider:before {
    background-color: #ccc;
}

.disabled.w3s-switch {
    border-color: #ccc;
}

input:checked + .w3s-slider {
  /*background-color: #2196F3;*/
}

input:focus + .w3s-slider {
  /*box-shadow: 0 0 1px #2196F3;*/
}

input:checked + .w3s-slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

.nodeGroupsTabPanel {
    /*border: solid 1px #fff;*/
}

.nodeGroupsTabPanel .x-tab-panel-header {
    border: none;
    padding-bottom: 0;
    background-color: #68a9d8;
}

.nodeGroupsTabPanel .x-tab-panel-bwrap {
    border: solid 1px #fff;
}

.nodeGroupsTabPanel .x-tab-strip-top .x-tab-right, .x-tab-strip-top .x-tab-left, .x-tab-strip-top .x-tab-strip-inner {
    background-image: none;
}

.nodeGroupsTabPanel ul.x-tab-strip-top {
    background-color: #1b9757;
    background-image: none;
    border: none;
}

.nodeGroupsTabPanel ul.x-tab-strip-top li {
    border: solid 1px #fff;
    border-bottom: none;
    margin-left: 0;
    padding: 0 20px;
}

.nodeGroupsTabPanel .x-tab-strip-text {
    font-size: 12px !important;
    color:#fff !important;
}

.nodeGroupsTabPanel .x-tab-strip-active {
    background-color: #fff;    
    font-weight:normal;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0.855469C4.81331 0.855469 3.65328 1.20458 2.66658 1.85864C1.67989 2.51271 0.910851 3.44236 0.456725 4.53003C0.0025997 5.61771 -0.11622 6.81455 0.115291 7.96922C0.346802 9.12389 0.918247 10.1845 1.75736 11.017C2.59648 11.8495 3.66557 12.4164 4.82946 12.6461C5.99335 12.8757 7.19975 12.7579 8.2961 12.3073C9.39246 11.8568 10.3295 11.0939 10.9888 10.115C11.6481 9.13609 12 7.98524 12 6.80795C12 6.02626 11.8448 5.25222 11.5433 4.53003C11.2417 3.80785 10.7998 3.15165 10.2426 2.59891C9.68549 2.04617 9.02406 1.60771 8.2961 1.30857C7.56815 1.00943 6.78793 0.855469 6 0.855469ZM6 11.5699C5.05065 11.5699 4.12262 11.2907 3.33326 10.7674C2.54391 10.2441 1.92868 9.50042 1.56538 8.63028C1.20208 7.76014 1.10702 6.80267 1.29223 5.87893C1.47744 4.9552 1.9346 4.10669 2.60589 3.44072C3.27718 2.77474 4.13246 2.32121 5.06357 2.13747C5.99468 1.95372 6.9598 2.04803 7.83688 2.40845C8.71397 2.76887 9.46362 3.37923 9.99105 4.16233C10.5185 4.94544 10.8 5.86612 10.8 6.80795C10.8 8.07091 10.2943 9.28214 9.39411 10.1752C8.49394 11.0682 7.27304 11.5699 6 11.5699Z' fill='%231DBF36'/%3E%3Cpath d='M7.61952 4.65859L5.35153 7.63482L4.37353 6.37885C4.27566 6.25413 4.13187 6.17309 3.97377 6.15356C3.81568 6.13402 3.65624 6.17759 3.53053 6.27468C3.40481 6.37177 3.32313 6.51443 3.30344 6.67127C3.28375 6.82811 3.32766 6.98628 3.42553 7.111L4.88353 8.96221C4.94003 9.03315 5.01208 9.09039 5.09421 9.12959C5.17634 9.16878 5.26639 9.18889 5.35753 9.18841C5.44916 9.18819 5.53952 9.16715 5.62168 9.12691C5.70385 9.08667 5.77563 9.0283 5.83153 8.95626L8.57352 5.38479C8.67059 5.25849 8.71311 5.09912 8.69173 4.94172C8.67036 4.78432 8.58683 4.64179 8.45952 4.54549C8.33222 4.44919 8.17157 4.40701 8.01291 4.42822C7.85426 4.44943 7.71059 4.5323 7.61352 4.65859H7.61952Z' fill='%231DBF36'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 125px;
}

.nodeGroupsTabPanel .x-tab-strip-active .x-tab-strip-text {
    font-size: 12px;
    font-weight:normal;
    color: #333 !important;
}

.nodeGroupsTabPanel .x-tab-strip-active:hover {
    /*background-color: #68a9d8;
    font-weight:normal;*/
}

.nodeGroupsTabPanel input:checked+label[for] {
    font-weight: bold;
}

#nodeGroupsPanel input {
    vertical-align: middle !important;
}

.scene-file-icon {
    max-width: 28px;
	max-height: 28px;
}

.image-file-icon {
    width: 32px;
    height: 32px;
    background: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8533 3.50938L10.4908 0.146875C10.397 0.053125 10.2705 0 10.1376 0H0.5C0.223437 0 0 0.223437 0 0.5V13.5C0 13.7766 0.223437 14 0.5 14H13.5001C13.7767 14 14.0001 13.7766 14.0001 13.5V3.86406C14.0001 3.73125 13.947 3.60313 13.8533 3.50938ZM12.847 4.09375H9.90639V1.15313L12.847 4.09375ZM12.8751 12.875H1.125V1.125H8.84389V4.5C8.84389 4.67405 8.91303 4.84097 9.0361 4.96404C9.15917 5.08711 9.32609 5.15625 9.50014 5.15625H12.8751V12.875Z' fill='%236B768A'/%3E%3Cpath d='M5.82975 9.35407L7.2483 7.49222C7.26213 7.47424 7.27973 7.45972 7.29978 7.44974C7.31983 7.43976 7.34181 7.43457 7.36408 7.43457C7.38636 7.43457 7.40834 7.43976 7.42839 7.44974C7.44844 7.45972 7.46604 7.47424 7.47987 7.49222L9.96871 10.758C10.0435 10.8556 9.976 11.0001 9.85384 11.0001H3.14581C3.11851 11.0002 3.09174 10.9923 3.06856 10.9774C3.04539 10.9626 3.02674 10.9413 3.01476 10.916C3.00278 10.8908 2.99794 10.8626 3.0008 10.8346C3.00366 10.8067 3.01411 10.7801 3.03094 10.758L4.85063 8.37059C4.86427 8.35265 4.8817 8.33813 4.90161 8.32815C4.92151 8.31817 4.94336 8.31298 4.9655 8.31298C4.98763 8.31298 5.00948 8.31817 5.02938 8.32815C5.04929 8.33813 5.06672 8.35265 5.08037 8.37059L5.82975 9.35407Z' fill='%236B768A'/%3E%3Ccircle cx='4.60938' cy='5.7373' r='1' fill='%236B768A'/%3E%3C/svg%3E%0A") center no-repeat;
}

#scenesEastPanel > div > .x-tool {
    float: left !important;
    margin: 0 10px 0 -1px;
}

.bg-red {
    background-color: #ea5c5c !important;
}

.bg-red-hover:hover {
    background-color: #ea5c5c !important;
}

.billing-op-btn {
    color: #A9A9A9 !important;
    font-weight: normal !important;
    background: #F8F8F8;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
}

.billing-h {
    padding: 10px;
    line-height: 60px;
    font-weight: bold;
    font-size: 14px;
}

.labelBottom .x-form-item-label {
    font-family: open sans;
    display: block !important;
    text-align: center;
}

.row-middle .x-grid3-cell {
    vertical-align: middle;
}

.bg-main {
    background-color: #1b9757 !important;
}

.fg-main {
    color: #1b9757 !important;
}
.bg-alt {
    background-color: #ddd !important;
}

.fg-alt {
    color: #ddd !important;
}

.discounts-table {
    margin-left:10px;
    font-family:open sans;
    width:50%;
    border-collapse:separate;
    border-spacing:10px;
    color:grey;
    font-size:15px
} 

.discounts-table td {
    border:none;
    text-align:center;
    padding:2px;
    background-color:#ddd;
} 

.discounts-table th {
    border:none;
    text-align:center;
    padding:4px;
    font-weight:bold;
    background-color:cfe2f3;
}

.chat-btn {
    background-color:#1b9757;
    cursor:pointer;
} 

.chat-btn:hover {
    background-color:#3cb878;
}

#splash-screen {
    z-index: 40000;
    position:absolute;
    width:100%;
    height:100%;
}

.x-panel-noborder .x-panel-header-noborder {
    border-bottom-color: #1b9757;
}

.x-grid3-row-checker, .x-grid3-hd-checker {
    background-image: url("../images/checkbox.png?v=2");
}

.x-grid3-hd-checker {
    margin-left: 1px;
}

.x-grid3-row-checker {
    margin-left: 3px;
}

.x-grid3-body .x-grid3-td-checker {
    background-image: none;
}

.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker {
    background-image: none;
}

.ext-el-mask {
    z-index: 14000;
}	

body > .ext-el-mask {
    z-index: 30000;
}

body > .ext-el-mask-msg {
    z-index: 30000;
}

.app-mask {
    background-color:black;
    width:100%;
    height:100%;
    top:0;
    left:0;
    opacity:0.2;
}

.ext-el-mask-msg {
    background: none;
    border: none;
}

.no-icon-menu .x-menu-item-icon {
    display: none;
}

.x-menu-item-icon {
    cursor: pointer !important;
}

.x-menu-item-text {
    cursor: pointer !important;
}

.x-grid3-header{
    border-top: solid 1px #1b9757 !important;
	border-bottom: solid 1px #ddd !important;
    border-right: none;
    background: none;
}

.x-grid3-row{
    border:none !important;
}

.x-grid3-row * {
    color:#555;
}

.x-grid3-row-over{
    background:none;
    background-color:#eee;
}

.x-grid3-hd{
    border: 1px solid white !important;
}

.x-grid3-hd-over {
    background: none !important;
    background-color: #DDDDDD !important;
    border-left: solid 1px #e8e8e8 !important;
}

.x-grid3-hd-menu-open {
    background-color: #DDDDDD !important;
    border-left: solid 1px #e8e8e8 !important;
}

.x-grid3-hd-inner {
    background: none !important;
}

.x-grid3-hd-btn {
    background-color: transparent !important;
    background-image: url("../images/grid3-hd-btn-transparent.gif") !important;
}

td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
    border-left-color: transparent;
}

.x-grid3 *{
    font-size:12px;
    font-family: open sans;
}

.x-btn-tl, .x-btn-tr, .x-btn-tc, .x-btn-ml, .x-btn-mr, .x-btn-mc, .x-btn-bl, .x-btn-br, .x-btn-bc {
    background: none repeat scroll 0 0 #FFFFFF !important;
}

.x-btn-over  *{
    background-color: #DDDDDD !important;
}

.x-btn-click  *{
    background-color: #DFE8F6 !important;
}

.x-menu-floating {
    border-color: #bbb !important;
}

.x-menu {
    background-color: white;
    background-image: none;
}

.x-menu-item-active {
    border: 1px solid #E0E0E0 !important;
    background-color: #E0E0E0;
    background-image: none;
}

.x-menu-item-active a.x-menu-item {
    border-color: #E0E0E0;
}
.x-menu-item-active a.x-menu-item {
    border-style: solid;
    border-width: 0;
    margin: 0 -1px;
}

.x-menu-item .x-cols-icon{
    background-image: none !important;
}

.xg-hmenu-sort-asc .x-menu-item-icon{
    background-image: none !important;
}

.xg-hmenu-sort-desc .x-menu-item-icon{
    background-image: none !important;
}

.x-shadow {
    display:none !important;
}

.chat-window {
    border: solid 2px #1b9757;
}

.chat-window .x-window-tl,.chat-window .x-window-tc,.chat-window .x-window-tr,.chat-window .x-window-ml,.chat-window .x-window-mc,.chat-window .x-window-mr,.chat-window .x-window-bl,.chat-window .x-window-bc,.chat-window .x-window-br {
    background-image:none;
    background-color:white;
}

.chat-window .x-window-mc {
    border-color: white;
}

.chat-window .x-window-tl .x-window-header {
    padding: 3px 0;
}

.x-window-tl,.x-window-tc,.x-window-tr,.x-window-ml,.x-window-mc,.x-window-mr,.x-window-bl,.x-window-bc,.x-window-br {
    background-image:none;
    background-color:#1b9757;
}

.x-window-maximized  .x-window-tc {
    background-image:none;
    background-color:#1b9757;
}

.x-window-header {
    color:white !important;
}

.basicWindow-mc {
    font: 14px open sans; 
}

.basicWindow .x-btn-text {
    font: bold 14px/14px open sans;
    height: 24px !important;
}

.basicWindow .x-form-item-label,.basicWindow .x-form-cb-label {
    font: 13px open sans;
}

.basicWindow .x-form-field {
    font: 12px open sans;
}

.basicWindow .basicWindow-header-text {
    font: bold 14px open sans;
}

.x-layout-split {
    background-color: #1b9757;
}	

/*
.x-tipcustom{position:absolute;top:0;left:0;visibility:hidden;z-index:20000;border:0 none;opacity:0.82;}
.x-tipcustom .x-tipcustom-close{background-image:url(../../lib/extjs/resources/images/default/qtip/close.gif);height:15px;width:15px;margin:0 0 2px 2px;cursor:pointer;display:block;}
.x-tipcustom .x-tipcustom-tc{background:#808080 0 -62px;padding-top:3px;overflow:hidden;zoom:1;}
.x-tipcustom .x-tipcustom-tl{background:#808080 0 0;padding-left:6px;overflow:hidden;zoom:1;}
.x-tipcustom .x-tipcustom-tr{background:#808080 right 0;padding-right:6px;overflow:hidden;zoom:1;}
.x-tipcustom .x-tipcustom-bc{background:#808080 0 -121px;height:3px;overflow:hidden;}
.x-tipcustom .x-tipcustom-bl{background:#808080 0 -59px;padding-left:6px;zoom:1;}
.x-tipcustom .x-tipcustom-br{background:#808080 right -59px;padding-right:6px;zoom:1;}
.x-tipcustom .x-tipcustom-mc{border:0 none;font:normal 11px tahoma,arial,helvetica,sans-serif;}
.x-tipcustom .x-tipcustom-ml{background:#808080 0 -124px;padding-left:6px;zoom:1;}
.x-tipcustom .x-tipcustom-mr{background:#808080 right -124px;padding-right:6px;zoom:1;}
.ext-ie .x-tipcustom .x-tipcustom-header,.ext-ie .x-tipcustom .x-tipcustom-tc{font-size:0;line-height:0;}
.x-tipcustom .x-tipcustom-header-text{font:bold 11px tahoma,arial,helvetica,sans-serif;padding:0;margin:0 0 2px 0;color:#444;}
.x-tipcustom .x-tipcustom-body{font:normal 11px tahoma,arial,helvetica,sans-serif;margin:0!important;line-height:14px;color:#fff;padding:0 0 5px 5px;}
.x-tipcustom .x-tipcustom-body .loading-indicator{margin:0;}
.x-tipcustom-draggable .x-tipcustom-header,.x-tipcustom-draggable .x-tipcustom-header-text{cursor:move;}
.x-tipcustom-arrow-left {position:absolute;left:-25px;top:16px;width:0;height:0;border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-right:15px solid #808080;opacity:0.82;}
*/

.x-tipcustom {
    color: #FFFFFF;
    position: fixed;
    z-index: 21000;
    opacity: 0.92;
    visibility: hidden;
}

.x-tipcustom > * {
    display: table-cell;
    cursor: auto;
}

.x-tipcustom-arrow-lr-container {
    vertical-align: top;
    padding:10px 0 10px 0;
}

.x-tipcustom-arrow-tb-container {
    display:block;
    padding:0 10px 0 10px;
    position:relative;
    height:15px;
}

.x-tipcustom-arrow-left {
    width:0;
    height:0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right:15px solid #808080;
}

.x-tipcustom-arrow-right {
    width:0;
    height:0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left:15px solid #808080;
}

.x-tipcustom-arrow-up {
    border-bottom: 15px solid #808080;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    width: 0;
}

.x-tipcustom-arrow-up.right {
    position:absolute;
    right:10px;
}

.x-tipcustom-body {
    padding: 15px;
    background-color: #808080;
    font-family: arial;
    font-size: 14px;

}

.x-tipcustom-close-container {
    background-color: #808080;
    padding: 0 5px;
}

.x-tipcustom-close{
    background-image:url(../images/close.gif);
    background-repeat: no-repeat;
    height:15px;
    width:15px;
    margin:0 0 2px 2px;
    cursor:pointer;
    position: relative;
    top: 2px;
}


.x-btncustom {
    background-color: #1b9757;
    color: #FFFFFF !important;
    cursor: pointer;
    font-family: arial !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 24px !important;
    text-align: center;
}

.x-btncustom:hover {
    background-color: #808080;
}

.x-btncustom:active {
    background-color: #aaa;
}

.x-tab-panelcustom {

}

.x-tab-panelcustom .x-tab-panel-header {
    background-color: #fff;
}

.x-tab-panelcustom .x-tab-strip-top .x-tab-right, .x-tab-strip-top .x-tab-left, .x-tab-strip-top .x-tab-strip-inner {
    background-image: none;
}

.x-tab-panelcustom ul.x-tab-strip-top {
    background-color: #fff;
    background-image: none;
    border: none;
}

.x-tab-panelcustom .x-tab-strip-active {
    background-color: #1b9757;
    font-weight:normal;
}

.x-tab-panelcustom .x-tab-strip-active:hover {
    background-color: #1b9757;
    font-weight:normal;
}

.x-tab-panelcustom .x-tab-strip-text {
    font-size: 14px !important;
    color:#fff !important;
}

.x-tab-panelcustom .x-tab-strip-active .x-tab-strip-text {
    font-size: 14px;
    font-weight:normal;
    color:#fff;
}

.x-tabcustom {
    background-color: #aaa;
}

.x-tabcustom:hover {
    background-color: #808080;
}

.whiteHeader {
    background-color: white;
    background-image: none;
    color: grey;
    padding: 3px;
    border: solid 1px #B5B8C8 !important;
}

.basicWindow {
    border:solid 1px #1b9757;
    background:#1b9757;
    color:white;
}

.basicWindowAlt {
    border:solid 5px #fff;
    background:#1b9757;
    color:white;
    padding:10px;
}

.basicWindowAlt * {
    font-size:14px !important;
}

.basicWindowAlt .x-btn button {
    line-height: 15px !important;
    margin: 3px;
}


.basicWindowChat {
    background:#1b9757;
    color:white;
    padding:10px;
}

.basicWindowChat * {
    font-size:14px !important;
    font-family:Open Sans;
}

.basicWindowChat .x-btn button {
    line-height: 15px !important;
    margin: 3px;
}

.basicWindowChat .x-resizable-handle {
    background-image:none;
}

.basicWindowChat .x-resizable-handle-west,.x-resizable-handle-east {
    width:5px;
}

.basicWindowChat .x-resizable-handle-north,.x-resizable-handle-south {
    height:5px;
}

.basicWindowChat .x-resizable-handle-northeast,.x-resizable-handle-southeast,.x-resizable-handle-northwest,.x-resizable-handle-southwest {
    height:5px;
}

.basicHeader {
    border:solid 1px #1b9757;
    background:#1b9757;
    color:white;
    text-align:center;
    font-family:arial;
    font-weight:bold;
    font-size:12px;
    padding:5px;
    overflow:hidden;
}

.mainHeader {
    background-image:none;
    background:#1b9757;
    border:none !important;
    vertical-align: middle;
}

@media screen and (max-device-width: 1280px){
    .mainTitleContainer {
        height:35px;
    }
}

/*
.submitPanel .x-form-item-label:hover{
    font-weight:bold;
}
*/

.userInfo {
    color:white;
    padding-left:5px;
    font-size:16px !important;
    cursor:pointer;
}

.userInfo:hover {
    color:#ddd;
}

#pathInfo * {
    font:bold 14px open sans !important;
    color: grey;
}

#pathInfo label {
    font:bold 22px open sans !important;
}

.mainSidebar{
    background:#ddd;
    overflow:auto;
}

.sidebarMenuItem { 
    padding:0px;
    padding-left:10px;
    font-family:arial;
    font-size:16px;
    color:#1b9757;
    text-decoration:none;
    height:80px;
    background-repeat: no-repeat;
    background-position: 10px center;

    transition: background-color 1s;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -o-transition: background-color 1s;

}

.sidebarMenuItem.active{
    background-color:#fff;
}

.sidebarMenuItem.active:hover{
    background-color:#fff;
}

.sidebarMenuItem:hover{
    background-color:#fff;
    cursor: hand;
    cursor: pointer;
}

#dir.sidebarMenuItem{
    background-image: url("../images/renders_56x56.png");
}

#progress.sidebarMenuItem{
    background-image: url("../images/renders_56x56.png");
}

#plugins.sidebarMenuItem{
    background-image: url("../images/support_56x56.png");
}

#pay.sidebarMenuItem{
    background-image: url("../images/billing_56x56.png");
}

#downloads.sidebarMenuItem{
    background-image: url("../images/dl_b.png");
    background-position: 2px center;
}

.downloadsSection {
    background-color: #ddd;
    color: grey;
    float: left;
    font-family: open sans;
    margin: 20px;
    padding-bottom: 20px;
}

.downloadsSection a {
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 40px auto;
    color: gray;
    display: inline-block;
    line-height: 50px;
    margin: 0 30px;
    padding-left: 50px;
}

.downloadsSection2 {
    color: grey;
    font-family: open sans;
    margin: 20px 0 5px 20px;
}

.downloadsSection2 a {
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 50px auto;
    color: gray;
    display: inline-block;
    line-height: 50px;
    padding: 10px 0 10px 60px;
}

.mainContent{
    background:white;
}

.mainContent .x-panel-header {
    background: none;
    background-color: white;
    border-bottom-color: white !important;
    color: grey;
    font-size:16px !important;
    font-weight:normal !important;
    min-height:16px !important;
    padding:10px;
}
/*
#filesGrid .x-panel-header {
  background: none;
  background-color: white;
  border-bottom-color: #ddd !important;
  color: grey;
}
*/

.mainToolbar{
    background: none;
    background-color: white;
    border-bottom-color: white !important;
    border-top-color: white !important;
    color: grey;
}

.font16px * {
    font: 16px open sans!important;
}

.p-view-switch {
    width:24px;
    vertical-align:top;
}

.p-view-filter-ct {
    bottom: 2px;
    padding-left: 164px !important;
}

.pos-abs {
    position: absolute;
}

.upArrow{
    background-position: center center;
    background: url('../images/up.png');
}

.progressBar {
    position:relative;
    width:500px;
    height:15px;
    background-color:#ddd;
}

.progressBar > div{
    height:15px;
    background-color:#1b9757;
}

.progressBar > span{
    position:relative;
    display:block;
    width:500px;
    text-align:center;
    top:-14px;
}

.btnUp td{
    background-image: none !important;
}

.btn32 button{
    width: 32px !important;
    height: 32px !important;
}

.mainTitle{
    color: #FFFFFF;
    font-family: Open Sans;
    font-size: 32px;
    font-weight: bold;
    line-height:80px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 600px;
    z-index: 1;
    margin:auto;
}

.mainTitle a {
    color:white;
}

.mainTitle a:hover {
    color:#eee;
}

.mainHeader .x-toolbar-cell {
    vertical-align:top;
}

.mainHeaderBox {
    height: 80px;
    width: 80px;
    overflow:hidden;
    transition: background-color 1s;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -o-transition: background-color 1s;
}

.mainHeaderBox:hover {
    background-color:white;
}

.mainHeaderLink {
    display:block;
    width:56px;
    height:56px;
    cursor:pointer;
    background-repeat:no-repeat;
    border: 12px solid #1b9757;
    overflow:hidden;
    transition: border-color 1s,background-position 0s;
    -webkit-transition: border-color 1s,background-position 0s;
    -moz-transition: border-color 1s,background-position 0s;
    -o-transition: border-color 1s,background-position 0s;
    -moz-transition-delay:0s,0.2s;
}

.mainHeaderLink:hover {
    background-position:-56px 0;
    border: 12px solid white;
}

.mainHeaderLink > a{
    color:white;
    text-decoration:none;
    font-size:16px;
}

#mainLogoutLink{   
    background-image: url("../images/logout64.png?v=1");
    background-size: 112px 56px;
}

#mainHelpLink{
    background-image: url("../images/help64.png?v=1");
    background-size: 112px 56px;
}

#mainContactLink{
    background-position: 0px -32px;
    background-size:64px 160px;
}

#mainCalcLink{
    background-image: url("../images/calculator64.png?v=1");
    background-size: 112px 56px;
}

#mainUserLink{
    background-image: url("../images/account64.png?v=2");
    background-size: 112px 56px;
}
/*
#mainUserLink.active{
    background-position:-56px 0;
    border: 12px solid white;
    background-color:white;
}
*/
#mainChatLink {
    background-image: url("../images/chat64.png?v=1");
    background-size: 112px 56px;
}

#mainChatLink.active {
    background-color: white;
    background-position:-56px 0;
    border: 12px solid white;
}

#mainForumLink {
    background-image: url("../images/forum64.png");
    background-position: -5px -5px;
}

#mainForumLink:hover {
    background-position: -69px -5px !important;
}

#mainNewsLink {
    position: relative;
    /*background-image: url("../images/cow.png?v=2");
    background-repeat: no-repeat;
    background-size: 50px auto;*/
    color: white;
    display: block;
    font: bold 20px open sans;
    height: 50px;
    width: 50px;
    margin: 10px 0;
    /*padding-left: 55px;*/
    text-decoration: none;
    text-align: left;
}

#mainNewsLinkFX {
    display: none;
    width:50px;
    height:auto;
    animation: iconsFX 2s linear infinite;
    left: 0;
    position: absolute;
}

.mainLangBox {
    display:inline-block;
    overflow:hidden;
    height:80px;
    background-color:#1b9757;

    transition: background-color 1s,height 0.5s;

    -webkit-transition: background-color 1s,height 0.5s;
    -moz-transition: background-color 1s,height 0.5s;
    -o-transition: background-color 1s,height 0.5s;

    transition-delay:0s,0.5s;

    -moz-transition-delay:0s,0.5s;
    -webkit-transition-delay:0s,0.5s;
    -o-transition-delay:0s,0.5s;

}

.mainLangBox:hover {
    height:160px;
    background-color:white;
}

.pluginsBox {
    padding:10px;
}

.pluginsLink {
    background: url("../images/download.png") no-repeat scroll 0 0 / 38px 38px rgba(0, 0, 0, 0);
    color: #555555;
    display: inline-block;
    font-family: arial;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    text-decoration: none;
    text-indent: 44px;
    vertical-align: middle;
}

.pluginsDesc {
    font-family:open sans;
    color: #939393;
    font-size: 16px;
}

.pluginsDesc *{
    font-family:open sans;
    color: #939393;
}

.pluginsDesc h1 {
    font-size: 30px;
    margin-bottom: 15px;
}

.pluginsDesc h2 {
    font-size:22px;
    margin-bottom: 15px;
}

.pluginsDesc h3 {
    font-weight:normal;
    margin-bottom: 15px;
}

.pluginsDesc div.divider {
    border-bottom: solid 1px #939393;
    margin: 15px 15px 5px 0;
}

.pluginsDesc td.dl-cell div {
    background-color: #1b9757;
    color: white;
    font-size: 24px;
    font-weight: bold;
    height: 81px;
    line-height: 81px;
    margin-bottom: 12px;
    text-align: center;
    width: 162px;
    cursor:pointer;
}

.pluginsDesc td.dl-cell div:hover {
    background-color: #88c1e4;
}

.pluginsDesc td.dl-cell a {
    text-decoration: none;
    color:white;
}

.pluginsDesc td.dl-cell div.dl-arrow {
    background-image:url('../images/dl.png');
    background-position:center;
    background-repeat: no-repeat;
    cursor:auto;
}

.pluginsDesc td.dl-cell div.dl-arrow:hover {
    background-color: #1b9757;
}

@keyframes supportDLIcons {
    0% {background-color: #1b9757;}
    50% {background-color: white;}
    100% {background-color: #1b9757;}
}

@keyframes iconsFX {
    0% {opacity: 0}
    50% {opacity: 1}
    100% {opacity: 0}
}

.pluginsDesc img.dl-icon-fx {
    width:50px;
    position:relative;
    top:15px;
    left:15px;
    opacity:0;
    animation: iconsFX 2s linear infinite;
    cursor: pointer;
}

.pluginsDesc a.dl-icon {
    width:80px;
    height:80px;
    text-decoration:none;
    color:white;
    cursor:pointer;
    display:inline-block;
    background-repeat: no-repeat;
    background-color: #1b9757;
    position: absolute;
    transition: background-color 1s ease 0s;
}

.pluginsDesc a.dl-icon:hover {
    background-color: white;
    animation: none;
}

.pluginsDesc a.win-logo {
    background-image:url('../images/windows.png');
    background-size: 50px auto;
    background-position: center center;
}

.pluginsDesc a.win-logo:hover {
    background-image:url('../images/windows_b.png');
}

.pluginsDesc a.apple-logo {
    background-image:url('../images/apple.png');
    background-position: center 15px;
    background-size: 45px auto;
    margin-left: 80px;
}

.pluginsDesc a.apple-logo:hover {
    background-image:url('../images/apple_b.png');
}

.pluginsDesc a.linux-logo {
    background-image:url('../images/linux.png');
    background-position: center 15px;
    background-size: 50px auto;
    margin-left: 160px;
}

.pluginsDesc a.linux-logo:hover {
    background-image:url('../images/linux_b.png');
}

.win-logo-b {
    background-image: url("../images/windows_b.png");

}

.apple-logo-b {
    background-image: url("../images/apple_b.png");
}

.linux-logo-b {
    background-image: url("../images/linux_b.png");
}

.pluginsDesc-header *{
    color: white;
    font-family: open sans;
    font-size: 30px;
    font-weight: bold;
}

.pluginsDesc-header .x-tool-toggle {
    background-image: url("../images/up-white.png");
    background-position: 0 0;
    width:32px;
    height:32px;
    margin:20px;
}

.pluginsDesc.x-panel-collapsed .pluginsDesc-header .x-tool-toggle {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

.pluginsDesc-header.x-panel-header-noborder {
    border-width: 0 !important;
}

.pluginsMenu {
    position:fixed;
    top:190px;
    right:20px;
}

.pluginsMenu div{
    background-color:#1b9757;
    color:white;
    width:170px;
    height:40px;
    margin-bottom:10px;
    text-align:center;
    font: bold 18px/40px open sans;
    cursor:pointer;
}

.pluginsMenu div:hover{
    background-color:#88c1e4;
}

#ttt {
    font-family:arial;
    color: #555555;
    font-size: 16px;
    cursor:pointer;
    position:fixed;
    bottom:20px;
    left:5px;
}

.floating-sidebar {
    position:fixed;
    top:30%;
    right: 0px;
    width:62px;
}

.floating-sidebar * {
    font-family: Open Sans !important;
}

.floating-sidebar > div {
    background-color: #1b9757;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-size: 40px auto;
    border-bottom: 2px solid white;
    color: #fff;
    cursor: pointer;
    font: bold 20px/60px Open Sans;
    height: 80px;
    margin-bottom: 0px;
    overflow: hidden;
    padding-left: 55px;
    position: relative;
    right: 20px;
    transition: right 0.3s ease 0s, height 0.3s ease 0.3s;
    width: 180px;
    -o-transition: right 0.3s, height 0.3s 0.3s;
    -moz-transition: right 0.3s, height 0.3s 0.3s;
    -webkit-transition: right 0.3s, height 0.3s 0.3s;
}

.floating-sidebar > div:hover {
    background-color:#3cb878;
    right:120px;
}

.fs-lang {
    /*background-image: url("../images/lang.png");*/
}

.fs-lang *{
    cursor:pointer;
}

.fs-lang:hover {
    height:122px;
}

.fs-lang ul{
    margin: 14px 0 0 -35px;
}

.fs-lang li{
    font:normal 20px/50px Open Sans;
    margin-top:4px;
}

.fs-lang li:hover{
    font:bold 20px/50px Open Sans;
    margin-top:2px;
}

.fs-lang input{
    margin-left:10px;
}

.fs-lang img {
    /*margin-top: 18px;*/
    vertical-align: middle;
    width: 45px;
    margin-right: 5px;
}

.fs-lang span{
    margin-left: 5px;
}

.fs-help {
    background-image: url("../images/help.png");
}

.fs-fb {
    background-image:url('../images/fb.png');
}

.fs-survey {
    background-image:url('../images/survey.png');
}

.fs-chat {
    width:300px!important;
    cursor:default!important;
}

.fs-chat:hover {
    height:260px;
    right:290px!important;
}

.x-tipinvalid {
    color: #FFFFFF;
    position: absolute;
    z-index: 21000;
    opacity: 0.92;
    visibility: hidden;
    width:500px;
}

.x-tipinvalid > * {
    display: table-cell;
    cursor: auto;
}

.x-tipinvalid-text {
    font-size:10px !important;
}

.x-tipinvalid-arrow-lr-container {
    vertical-align: top;
}

.x-tipinvalid-arrow-tb-container {
    display:block;
    padding:0 10px 0 10px;
}

.x-tipinvalid-arrow-left {
    width:0;
    height:0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right:15px solid #808080;
    display:none;
}

.x-tipinvalid-arrow-right {
    width:0;
    height:0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left:15px solid #808080;
}

.x-tipinvalid-arrow-up {
    border-bottom: 15px solid #808080;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    width: 0;
}

.x-tipinvalid-body {
    padding: 3px 5px;
    background-color: #808080;
    font-family: arial;
    font-size: 14px;

}

.x-tipinvalid-close-container {
    background-color: #808080;
    padding: 0 5px;
}

.x-tipinvalid-close{
    background-image:url(../images/close.gif);
    background-repeat: no-repeat;
    height:15px;
    width:15px;
    margin:0 0 2px 2px;
    cursor:pointer;
    position: relative;
    top: 2px;
}

.login-bbar{
    display:table-row !important;
    color:white;
    height:80px;
    font-family:Open sans;
    font-weight:normal;
    font-size:50px;
    text-align:center;
    width:100%;
}

.login-bbar > div {
    display:table-cell;
    width:50%;
    border: solid 2px;
    cursor: pointer;
}

.login-bbar > div.active {
    background-color:white;
    color:#1b9757;
    border-color:white;
    cursor: pointer;
}

.login-content {
    display:table;
    width:100%;
    height:100%;
}

.login-content > div {
    display:table-cell;
    width:50%;
    vertical-align: middle;
}

.custom-label {
    font: 18px Open Sans;
    color: white;
}

.custom-form {
    z-index: 9000!important;
}

.custom-form .x-form-field{
    font-size: 18px;
    font-family: Open Sans;
    height: 50px;
    padding: 12px;
    border:none;
    background-image:none;
}

.custom-form .x-form-empty-field{
    color:#bbb;
}

.custom-form .x-form-field.x-form-invalid {
    border:solid 2px red!important;
}

.custom-form .x-form-trigger {
    background-image: url("../images/down.png");
    background-color: none;
    border: none;
    position:absolute;
    right:5px;
    top:15px;
}

.custom-form .x-trigger-wrap-focus .x-form-trigger {
    background-position: 0 0;
}

.custom-form .x-form-trigger-over {
    background-position: 0 0;
}


.custom-form2 {
    z-index: 9000!important;
}

.custom-form2 .x-form-field{
    font-size: 16px;
    font-family: Open Sans;
    font-weight:bold;
    height: 30px;
    border:none;
    background-image:none;
    background-color:#ddd;
    color:#666666;
    padding-left:8px;
}

.custom-form2 .x-form-field:hover{
    background-color:#f3f3f3;
}

.custom-form2 .x-form-empty-field{
    color:#bbb;
}

.custom-form2 .x-form-field.x-form-invalid {
    border:solid 2px red!important;
}

.custom-form2 .x-form-trigger {
    background-image: url("../images/down.png");
    background-color: none;
    border: none;
    position:absolute;
    right:5px;
    top:8px;
}

.custom-form2 .x-trigger-wrap-focus .x-form-trigger {
    background-position: 0 0;
}

.custom-form2 .x-form-trigger-over {
    background-position: 0 0;
}

.custom-form2 label {
    font-family:open sans;
    font-size:16px;
}

.custom-form3 {
    z-index: 9000!important;
}

.custom-form3 .x-form-item{
    margin-bottom:20px;
}

.custom-form3 .x-form-field{
    font:normal 16px Open Sans;
    height: 50px;
    padding: 12px;
    border:none;
    background-image:none;
    background-color:#ddd;
    color:grey;

}

.custom-form3 .x-form-empty-field{
    color:white;
    font-weight:bold;
}

.custom-form3 .x-form-field.x-form-invalid {
    border:solid 2px red!important;
}

.custom-form3 .x-form-trigger {
    background-image: url("../images/down.png");
    background-color: none;
    border: none;
    position:absolute;
    right:5px;
    top:15px;
}

.custom-form3 .x-trigger-wrap-focus .x-form-trigger {
    background-position: 0 0;
}

.custom-form3 .x-form-trigger-over {
    background-position: 0 0;
}

.custom-form3 label {
    background-color:#1b9757;
    color:white;
    font:bold 16px/50px open sans;
    padding: 0 !important;
    text-align: center !important;
}

#submitQueueInfo {
    font-weight: normal;
    border-top: 1px solid white;
    margin: 6px 12px;
    padding: 4px 0;
}

.custom-form4 {

}

.custom-form4 .x-form-field{
    font: 14px Open Sans;
    height: 30px;
    padding: 2px;
    border:none;
    background-image:none;
    text-align: center;
}

.custom-form4 .x-form-empty-field{
    color:#bbb;
}

.custom-form4 .x-form-field.x-form-invalid {
    border:solid 2px red!important;
}

.custom-form4 .x-form-trigger {
    background-image: url("../images/down.png");
    background-color: none;
    border: none;
    position:absolute;
    right:5px;
    top:8px;
}

.custom-form4 .x-trigger-wrap-focus .x-form-trigger {
    background-position: 0 0;
}

.custom-form4 .x-form-trigger-over {
    background-position: 0 0;
}

.custom-form4 .x-form-checkbox.x-form-field {
    vertical-align: middle;
}

#login-logo > img {
    display: block;
    width:100% !important;
    max-width:740px;
    height:auto;
}

.custom-checkbox-label {
    color: white;
    display: block;
    font: 18px Open Sans;
    height: 30px;
    position: absolute;
    right: 40px;
}

.custom-checkbox {
    background-color: white;
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    width: 30px;
}

.custom-checkbox.active{
    background-color:#1b9757;
}


.custom-checkbox2-label {
    display: block;
    font: 16px / 28px Open Sans;
    height: 30px;
    position: absolute;
    /*right: 40px;*/
}

.custom-checkbox2 {
    background-color: white;
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    width: 30px;
    border: solid 2px #1b9757;
}

.custom-checkbox2.active{
    background-color:#1b9757;
}

.progressRow {
    padding:0;
    margin:5px 0 0 0;
    font-family:open sans;
}

.progressRow > div[class|="logo"] {
    font: bold 11px/13px open sans !important;
    text-overflow: ellipsis;
}

.progressRow > div {
    color: white;
    width:80px;
    height:80px;
    float:left;
    background-color:#1b9757;
    margin:0 0 5px 10px;
    text-align:center;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.progressRow > div * {
    color: white;
}

.progressRow > div.logo-max {
    background: white url("../images/logo-max.png?v=20") no-repeat top;
    background-size: 28px;
    background-position: center 4px;
}

.progressRow > div.logo-maya {
    background: white url("../images/logo-maya.png?v=20") no-repeat top;
    background-size: 42px;
    background-position: center 4px;
}

.progressRow > div.logo-modo {
    background: white url("../images/logo-modo.png") no-repeat top;
    background-size: 70px auto;
}

.progressRow > div.logo-lw {
    background: white url("../images/logo-lw.png") no-repeat top;
    background-size: 55px auto;
}

.progressRow > div.logo-blender {
    background: white url("../images/logo-blender.png") no-repeat top;
    background-size: 45px auto;
}

.progressRow > div.logo-terragen {
    background: white url("../images/logo-terragen.png?v=2022") no-repeat top;
    background-size: 50px auto;
}

.progressRow > div.logo-si {
    background: white url("../images/logo-si.png") no-repeat top;
    background-size: 50px auto;
}

.progressRow > div.logo-vray {
    background: white url("../images/logo-vray.png") no-repeat top;
    background-size: 60px auto;
}

.progressRow > div.logo-vue {
    background: white url("../images/logo-vue.png?v=2020") no-repeat top;
    background-size: 54px auto;
}

.progressRow > div.logo-c4d {
    background: white url("../images/logo-c4d.png") no-repeat top;
    background-size: 52px auto;
}

.progressRow > div.logo-ae {
    background: white url("../images/logo-ae.png") no-repeat top;
    background-size: 52px auto;
}

.progressRow > div.logo-ffmpeg {
    background: white url("../images/logo-ffmpeg.png") no-repeat top;
    background-size: 60px auto;
}

.progressRow > div.logo-redshift {
    background: white url("../images/logo-redshift.png") no-repeat top;
    background-size: 52px auto;
}

.progressRow * {
    font-size:13px !important;
}

div.progressBar2 {
    background-color:#bbb;
    text-align:left !important;
    padding-left:10px;
    position:relative;
    overflow: hidden;
}

div.progressBar2 span {
    z-index: 2;
    position: relative;
}

@keyframes progresswave {
    0% {background-position:0 0;}
    100% {background-position:0 80px;}
}

div.progressWave {
    background-image: url("../images/wave_b.png");
    background-color: none;
    width:10px;
    height:80px;
    position:absolute;
    top:0;
    z-index:0;

}

div.progressWave.pwAnimate {
    animation: progresswave 2s linear infinite;
}

.custom-grid {
    padding:10px 0 0 10px;
}

.custom-grid *{
    color:grey;
}

.custom-grid .x-grid3-header {
    border-top:none !important;
}

.custom-grid .x-panel-header-text {
    font-family:open sans;
    font-weight: bold;
}

.custom-grid .x-grid3-hd-row td {
    border-left-color: white !important;
    border-right-color: white !important;
}

.custom-grid .x-grid3-cell-inner {
    background-color: #ddd;
    padding:10px;
    font-family:open sans;
    margin:5px;
}

.x-grid3-hd-checker {
    width:18px;
}

.custom-grid .x-grid3-hd-inner {
    background:none;
    background-color: #ddd !important;
    padding:10px;
    font-family:open sans;
    font-weight:bold;
    font-size:14px;
    margin:5px;
}

.custom-grid .x-grid3-cell-inner {
    font-size:14px;
}

.payment-switch {
    
}

.payment-btn {
    background-color:#ddd;
    color: grey;
    height:35px;
    text-align: center;
    cursor:pointer;
    font: bold 14px/34px open sans;
    margin-bottom:10px;
    width: 180px;
    float: left;
    margin-right: 12px;
}

.basicWindow.bad-response-win {
    z-index: 1000000 !important;
}

.basicWindow.bad-response-win .bad-response-error pre{
    color:black;
    white-space: normal;
}

.custom-combo-list {
    font-family:open sans;
    border: none;   
}

.custom-combo-list .x-combo-list-item {
    background-color:#f3f3f3;
}

.custom-combo-list .x-combo-selected {
    border:none !important;
    padding:3px;
    background-color: #dfe8f6;
}

.x-tip {
    border: 1px solid grey;
	z-index: 22000;
}

.x-tip *{
    background-image:none !important;
    background-color:white !important;
    font: normal 14px open sans !important;
}

.hover-blue:hover{
    color:#1b9757 !important;
}

.calc-vendors {
    margin:0 0 20px 0;
    width:1200px;
}

.calc-vendors > div {
    display:inline-block;
    width:160px;
    height:160px;
    background-image:url('../images/calc_vendors.png');
    background-size: 320px 640px;
    margin-right:20px;
    cursor: pointer;
}

.calc-vendors > div.intel:hover,div.intel.active {
    background-position: -160px 0px;
}

.calc-vendors > div.amd {
    background-position: 0px -160px;
}
.calc-vendors > div.amd:hover,div.amd.active {
    background-position: -160px -160px;
}

.calc-vendors > div.amazon {
    background-position: 0px -320px;
}
.calc-vendors > div.amazon:hover,div.amazon.active {
    background-position: -160px -320px;
}

.calc-vendors > div.cinebench {
    background-position: 0px -480px;
}
.calc-vendors > div.cinebench:hover,div.cinebench.active {
    background-position: -160px -480px;
}

#discounts table {
    border-spacing: 0;
    border-collapse:collapse;
}

#discounts td {
    font: normal 16px/44px open sans;
    height: 50px;
    width: 160px;
    background-color:#ddd;
    color:grey;
    text-align: center;
    border:0;
    border-right: 20px solid white;
    border-bottom: 20px solid white;
}

#discounts td.dbgb {
    background-color:#1b9757;
    font-weight:bold;
    color:white;
}

.cpu-tree {
    position:absolute;
    z-index:9000;
    top:296px;
    left:200px;
}

.cpu-tree .x-tree-node a span {
    font:12px open sans;
}

.cpu-tree .no-icon {
    display : none;
    background-image:none !important;
}


.whiteHeader2 {
    background-color: white;
    background-image: none;
    border: none;
    color: grey;
    font: bold 14px/24px open sans;
    height: 24px;
    padding: 3px;
    text-align: center;
    position: relative;
}

.custom-form4 .x-tool {
    background-image: url("../images/ff.png");
    background-size: 16px 32px;
    background-position: 0 -16px;
    position: absolute;
    right: 8px;
    top: 8px;
}

/*
.custom-form4 .x-tool-toggle {
    background-position: 0 0;
}

*/
.custom-form4 .x-panel-collapsed .x-tool-toggle {
    background-position: 0 0;
}

.chat-opened {
    cursor: pointer;
}

.chat-opened:hover {
    right: 20px !important;
    height: 80px !important;
    cursor: pointer !important;
}

.x-panel-header-text {
    font-family: open sans;
}

#renderQueueInfo {
    font-family: open sans;
    text-align: left;
}

.progressPanel2 .x-grid3-cell-inner {
    padding: 0;
}

.x-menu-item-text {
    font-family: open sans;
}

.x-form-field-trigger-wrap {
    background-color:white;
}

.filesGrid {

}

.filesGrid .x-grid3-hd-row{
    height: 38px;
}

.filesGrid .x-grid3-hd.x-grid3-td-checker{
    padding-left: 2px;
}

.filesGrid .x-grid3-hd-checker{
    display: table-cell;
}

.filesGrid .x-panel-bwrap{
    padding-left: 10px;
}

.filesGrid .x-grid3-cell {
    vertical-align : middle !important;
}
/*
.x-grid3-row-selected {
    background-color: #ddd !important;
}
*/

.custom-tip2 {
    border:solid white 1px;
    position:absolute;
    top:0;
    background-color:#1b9757;
    width:200px;
    color:white;
    font:14px open sans;
    text-align:center;
    display:block;
}

.custom-tip2 div {
    color:#1b9757;
    background-color:white;
    width: 100px;
    margin: auto;
    padding: 5px;
    cursor: pointer;
    font-weight: bold;
}

.custom-tip2 div:hover {
    background-color:#ddd!important;
}

.hover-bg-blue:hover {
    background-color:#ddd;
}

.hover-blue-ct:hover div{
    color:#ddd !important;
}

.hover-bold:hover {
    font-weight: bold;
}

.custom-combo-ext-editor {
    height: 20px !important;
    font-size: 12px !important;
}

.custom-combo-ext-editor-trigger{
    background-size: 10px auto !important;
    right: 0 !important;
    top: 6px !important;
}

.custom-combo-list-ext-editor {
    font:12px open sans;
    border: none;
	z-index: 21500 !important;
}

.custom-combo-list-ext-editor .x-combo-list-item {
    font-size: 12px;
    background-color:#f3f3f3;
}

.custom-combo-list-ext-editor .x-combo-selected {
    border:none !important;
    padding:3px;
    background-color: #dfe8f6;
}

.x-mask-loading div {
    background-color: #fbfbfb;
    /*background-image: url("../images/progressA3.gif");*/
    background-position: 10px 10px;
    background-size: 25px auto;
}

.ext-el-mask-msg div {
    font: 16px open sans;
    border-color: #bbb;
}
.x-mask-loading div {
    padding: 11px 10px 10px 44px;
}

.text-center {
    text-align: center;
}

#payment-refresh-btn > div:hover {
    background-color: #ddd;
}

.progressViewSwitch {
    padding: 15px 0 0 15px;font: 14px open sans;color: grey;
}

.job-active {
    background-color:#ade256 !important;
}

.job-active-alt {
    background-color:#4e9258 !important;
}

.job-waiting {
    background-color:#00ccbb !important;
}

.job-paused {
    background-color:magenta !important;
}

.job-paused-alt {
    background-color:#eedd00  !important;
}

.job-killed {
    background-color:orange !important;
}

.job-done {
    background-color:#1b9757 !important;
}

.progressbar-normal {
    background-color:#1b9757 !important;
}

.progressbar-failed {
    background-color:#ea5c5c !important;
}

.x-tab-panel-header, .x-tab-panel-footer {
    border-color: #1b9757 !important;
}

#centerPanel .x-layout-collapsed {
	background-color: #ddd;
	border-color: #1b9757 !important;
}

.btn-red * {
    background-color: #E4284E !important;
    color: white !important;
}

.btn-red:hover * {
    background-color: #ccc !important;
    color: #E4284E !important;
}