@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,600,700');

.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, .jobTypePanel .x-tab-panel-header {
    border: none;
    padding-bottom: 0;
    background-color: #68a9d8;
}

.nodeGroupsTabPanel .x-tab-panel-bwrap, .jobTypePanel .x-tab-panel-bwrap {
    border: solid 1px #fff;
}

.nodeGroupsTabPanel .x-tab-strip-top .x-tab-right, .jobTypePanel .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, .jobTypePanel ul.x-tab-strip-top {
    background-color: #68a9d8;
    background-image: none;
    border: none;
}

.nodeGroupsTabPanel ul.x-tab-strip-top li, .jobTypePanel ul.x-tab-strip-top li {
    border: solid 1px #fff;
    margin-left: 0;
    padding: 0 20px;
}

.nodeGroupsTabPanel ul.x-tab-strip-top li {
    border-bottom: none;
}

.nodeGroupsTabPanel .x-tab-strip-text, .jobTypePanel .x-tab-strip-text {
    font-size: 12px !important;
    color:#fff !important;
}

.nodeGroupsTabPanel .x-tab-strip-active, .jobTypePanel .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, .jobTypePanel .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], .jobTypePanel input:checked+label[for] {
    font-weight: bold;
}

.jobTypePanel .x-tab-panel-bwrap {
    display: none;
}

#nodeGroupsPanel input {
    vertical-align: middle !important;
}

.x-toolbar .xtb-sep {
    background-image: none;
}

.x-tbar-loading {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.6 4.28566H3.5707L3.5714 4.27923C3.6628 3.82253 3.84169 3.38874 4.0978 3.00277C4.47892 2.42976 5.0135 1.98071 5.6378 1.70915C5.8492 1.61772 6.0697 1.54772 6.2944 1.50129C6.76052 1.40486 7.24088 1.40486 7.707 1.50129C8.37688 1.64136 8.99157 1.97946 9.4745 2.47346L10.4657 1.46486C10.019 1.00887 9.49043 0.644865 8.9089 0.392685C8.61232 0.264559 8.30396 0.16693 7.9884 0.101247C7.33728 -0.0337491 6.66621 -0.0337491 6.0151 0.101247C5.6993 0.167202 5.39071 0.265069 5.0939 0.393399C4.21927 0.772056 3.47055 1.40064 2.9379 2.20346C2.57942 2.7448 2.32873 3.35277 2.2001 3.9928C2.1805 4.08923 2.17 4.1878 2.156 4.28566H0L2.8 7.14289L5.6 4.28566ZM8.4 5.71428H10.4293L10.4286 5.71999C10.2457 6.63557 9.71685 7.44082 8.9565 7.96149C8.57837 8.22305 8.15323 8.40562 7.7056 8.49865C7.23971 8.59509 6.75959 8.59509 6.2937 8.49865C5.84614 8.40538 5.42104 8.22283 5.0428 7.96149C4.85703 7.83327 4.68359 7.68737 4.5248 7.52576L3.535 8.53579C3.98196 8.99166 4.51075 9.35543 5.0925 9.60726C5.3893 9.73583 5.6994 9.83369 6.013 9.89869C6.66387 10.0338 7.33473 10.0338 7.9856 9.89869C9.24038 9.63294 10.3441 8.87825 11.0621 7.79506C11.4202 7.25413 11.6707 6.64664 11.7992 6.00714C11.8181 5.91071 11.8293 5.81214 11.8433 5.71428H14L11.2 2.85705L8.4 5.71428Z' fill='%23A7B4CC'/%3E%3C/svg%3E%0A") !important;
}

.x-item-disabled .x-tbar-loading {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.6 4.28566H3.5707L3.5714 4.27923C3.6628 3.82253 3.84169 3.38874 4.0978 3.00277C4.47892 2.42976 5.0135 1.98071 5.6378 1.70915C5.8492 1.61772 6.0697 1.54772 6.2944 1.50129C6.76052 1.40486 7.24088 1.40486 7.707 1.50129C8.37688 1.64136 8.99157 1.97946 9.4745 2.47346L10.4657 1.46486C10.019 1.00887 9.49043 0.644865 8.9089 0.392685C8.61232 0.264559 8.30396 0.16693 7.9884 0.101247C7.33728 -0.0337491 6.66621 -0.0337491 6.0151 0.101247C5.6993 0.167202 5.39071 0.265069 5.0939 0.393399C4.21927 0.772056 3.47055 1.40064 2.9379 2.20346C2.57942 2.7448 2.32873 3.35277 2.2001 3.9928C2.1805 4.08923 2.17 4.1878 2.156 4.28566H0L2.8 7.14289L5.6 4.28566ZM8.4 5.71428H10.4293L10.4286 5.71999C10.2457 6.63557 9.71685 7.44082 8.9565 7.96149C8.57837 8.22305 8.15323 8.40562 7.7056 8.49865C7.23971 8.59509 6.75959 8.59509 6.2937 8.49865C5.84614 8.40538 5.42104 8.22283 5.0428 7.96149C4.85703 7.83327 4.68359 7.68737 4.5248 7.52576L3.535 8.53579C3.98196 8.99166 4.51075 9.35543 5.0925 9.60726C5.3893 9.73583 5.6994 9.83369 6.013 9.89869C6.66387 10.0338 7.33473 10.0338 7.9856 9.89869C9.24038 9.63294 10.3441 8.87825 11.0621 7.79506C11.4202 7.25413 11.6707 6.64664 11.7992 6.00714C11.8181 5.91071 11.8293 5.81214 11.8433 5.71428H14L11.2 2.85705L8.4 5.71428Z' fill='%23A7B4CC'/%3E%3C/svg%3E%0A") !important;
}

.x-tbar-page-first {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.83331 10C0.375054 10 0.000116381 9.625 0.000116421 9.16667L0.00011715 0.833334C0.00011719 0.375001 0.375055 -1.12902e-07 0.833311 -7.28401e-08C1.29157 -3.27781e-08 1.6665 0.375001 1.6665 0.833334L1.6665 9.16667C1.6665 9.625 1.29157 10 0.83331 10Z' fill='%23A7B4CC'/%3E%3Cpath d='M5.18207 5.49983L8.42319 8.63006C8.73981 8.93585 8.73981 9.45085 8.42319 9.76467C8.34611 9.83927 8.25455 9.89845 8.15376 9.93883C8.05297 9.97922 7.94492 10 7.83579 10C7.72667 10 7.61862 9.97922 7.51783 9.93883C7.41703 9.89845 7.32547 9.83927 7.24839 9.76467L3.42404 6.06311C3.3468 5.98867 3.28552 5.90024 3.24371 5.80289C3.2019 5.70555 3.18037 5.60119 3.18037 5.49581C3.18037 5.39042 3.2019 5.28606 3.24371 5.18872C3.28552 5.09137 3.3468 5.00294 3.42404 4.9285L7.24839 1.23499C7.32553 1.16049 7.41711 1.10139 7.5179 1.06107C7.61868 1.02075 7.7267 1 7.83579 1C7.94488 1 8.05291 1.02075 8.15369 1.06107C8.25448 1.10139 8.34606 1.16049 8.4232 1.23499C8.50033 1.30948 8.56152 1.39793 8.60327 1.49527C8.64502 1.5926 8.6665 1.69693 8.6665 1.80229C8.6665 1.90765 8.64502 2.01197 8.60327 2.10931C8.56152 2.20665 8.50033 2.29509 8.4232 2.36959L5.18207 5.49983Z' fill='%23A7B4CC'/%3E%3C/svg%3E%0A") !important;
}

.x-item-disabled .x-tbar-page-first {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.83331 10C0.375054 10 0.000116381 9.625 0.000116421 9.16667L0.00011715 0.833334C0.00011719 0.375001 0.375055 -1.12902e-07 0.833311 -7.28401e-08C1.29157 -3.27781e-08 1.6665 0.375001 1.6665 0.833334L1.6665 9.16667C1.6665 9.625 1.29157 10 0.83331 10Z' fill='%23A7B4CC'/%3E%3Cpath d='M5.18207 5.49983L8.42319 8.63006C8.73981 8.93585 8.73981 9.45085 8.42319 9.76467C8.34611 9.83927 8.25455 9.89845 8.15376 9.93883C8.05297 9.97922 7.94492 10 7.83579 10C7.72667 10 7.61862 9.97922 7.51783 9.93883C7.41703 9.89845 7.32547 9.83927 7.24839 9.76467L3.42404 6.06311C3.3468 5.98867 3.28552 5.90024 3.24371 5.80289C3.2019 5.70555 3.18037 5.60119 3.18037 5.49581C3.18037 5.39042 3.2019 5.28606 3.24371 5.18872C3.28552 5.09137 3.3468 5.00294 3.42404 4.9285L7.24839 1.23499C7.32553 1.16049 7.41711 1.10139 7.5179 1.06107C7.61868 1.02075 7.7267 1 7.83579 1C7.94488 1 8.05291 1.02075 8.15369 1.06107C8.25448 1.10139 8.34606 1.16049 8.4232 1.23499C8.50033 1.30948 8.56152 1.39793 8.60327 1.49527C8.64502 1.5926 8.6665 1.69693 8.6665 1.80229C8.6665 1.90765 8.64502 2.01197 8.60327 2.10931C8.56152 2.20665 8.50033 2.29509 8.4232 2.36959L5.18207 5.49983Z' fill='%23A7B4CC'/%3E%3C/svg%3E%0A") !important;
}

.x-tbar-page-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.18207 4.49983L5.42319 7.63006C5.73981 7.93585 5.73981 8.45085 5.42319 8.76467C5.34611 8.83927 5.25455 8.89845 5.15376 8.93883C5.05297 8.97922 4.94492 9 4.83579 9C4.72667 9 4.61862 8.97922 4.51783 8.93883C4.41703 8.89845 4.32547 8.83927 4.24839 8.76467L0.424036 5.06311C0.346796 4.98867 0.285518 4.90024 0.243707 4.80289C0.201896 4.70555 0.180374 4.60119 0.180374 4.49581C0.180374 4.39042 0.201896 4.28606 0.243707 4.18872C0.285518 4.09137 0.346796 4.00294 0.424036 3.9285L4.24839 0.234985C4.32553 0.160485 4.41711 0.101389 4.5179 0.0610703C4.61868 0.0207509 4.7267 -8.216e-08 4.83579 -7.2623e-08C4.94488 -6.3086e-08 5.05291 0.0207509 5.15369 0.0610704C5.25448 0.101389 5.34606 0.160485 5.4232 0.234985C5.50033 0.309484 5.56152 0.397927 5.60327 0.495266C5.64502 0.592605 5.6665 0.696932 5.6665 0.802291C5.6665 0.907649 5.64502 1.01197 5.60327 1.10931C5.56152 1.20665 5.50033 1.29509 5.4232 1.36959L2.18207 4.49983Z' fill='%23A7B4CC'/%3E%3C/svg%3E%0A") !important;
}

.x-item-disabled .x-tbar-page-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.18207 4.49983L5.42319 7.63006C5.73981 7.93585 5.73981 8.45085 5.42319 8.76467C5.34611 8.83927 5.25455 8.89845 5.15376 8.93883C5.05297 8.97922 4.94492 9 4.83579 9C4.72667 9 4.61862 8.97922 4.51783 8.93883C4.41703 8.89845 4.32547 8.83927 4.24839 8.76467L0.424036 5.06311C0.346796 4.98867 0.285518 4.90024 0.243707 4.80289C0.201896 4.70555 0.180374 4.60119 0.180374 4.49581C0.180374 4.39042 0.201896 4.28606 0.243707 4.18872C0.285518 4.09137 0.346796 4.00294 0.424036 3.9285L4.24839 0.234985C4.32553 0.160485 4.41711 0.101389 4.5179 0.0610703C4.61868 0.0207509 4.7267 -8.216e-08 4.83579 -7.2623e-08C4.94488 -6.3086e-08 5.05291 0.0207509 5.15369 0.0610704C5.25448 0.101389 5.34606 0.160485 5.4232 0.234985C5.50033 0.309484 5.56152 0.397927 5.60327 0.495266C5.64502 0.592605 5.6665 0.696932 5.6665 0.802291C5.6665 0.907649 5.64502 1.01197 5.60327 1.10931C5.56152 1.20665 5.50033 1.29509 5.4232 1.36959L2.18207 4.49983Z' fill='%23A7B4CC'/%3E%3C/svg%3E%0A") !important;
}

.x-tbar-page-next {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.15093 4.50017L0.909813 1.36994C0.5932 1.06415 0.5932 0.549154 0.909813 0.235326C0.986895 0.160728 1.07845 0.101546 1.17925 0.0611653C1.28004 0.0207849 1.38809 0 1.49721 0C1.60634 0 1.71439 0.0207849 1.81518 0.0611653C1.91598 0.101546 2.00753 0.160728 2.08462 0.235326L5.90897 3.93689C5.98621 4.01133 6.04749 4.09976 6.0893 4.19711C6.13111 4.29445 6.15263 4.39881 6.15263 4.50419C6.15263 4.60958 6.13111 4.71394 6.0893 4.81128C6.04749 4.90863 5.98621 4.99705 5.90897 5.0715L2.08462 8.76501C2.00748 8.83951 1.9159 8.89861 1.81511 8.93893C1.71433 8.97925 1.6063 9 1.49721 9C1.38812 9 1.2801 8.97925 1.17932 8.93893C1.07853 8.89861 0.986952 8.83951 0.909813 8.76501C0.832675 8.69052 0.771485 8.60207 0.729738 8.50473C0.687991 8.4074 0.666504 8.30307 0.666504 8.19771C0.666504 8.09235 0.687991 7.98803 0.729738 7.89069C0.771485 7.79335 0.832675 7.70491 0.909813 7.63041L4.15093 4.50017Z' fill='%23A7B4CC'/%3E%3C/svg%3E%0A") !important;
}

.x-item-disabled .x-tbar-page-next {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.15093 4.50017L0.909813 1.36994C0.5932 1.06415 0.5932 0.549154 0.909813 0.235326C0.986895 0.160728 1.07845 0.101546 1.17925 0.0611653C1.28004 0.0207849 1.38809 0 1.49721 0C1.60634 0 1.71439 0.0207849 1.81518 0.0611653C1.91598 0.101546 2.00753 0.160728 2.08462 0.235326L5.90897 3.93689C5.98621 4.01133 6.04749 4.09976 6.0893 4.19711C6.13111 4.29445 6.15263 4.39881 6.15263 4.50419C6.15263 4.60958 6.13111 4.71394 6.0893 4.81128C6.04749 4.90863 5.98621 4.99705 5.90897 5.0715L2.08462 8.76501C2.00748 8.83951 1.9159 8.89861 1.81511 8.93893C1.71433 8.97925 1.6063 9 1.49721 9C1.38812 9 1.2801 8.97925 1.17932 8.93893C1.07853 8.89861 0.986952 8.83951 0.909813 8.76501C0.832675 8.69052 0.771485 8.60207 0.729738 8.50473C0.687991 8.4074 0.666504 8.30307 0.666504 8.19771C0.666504 8.09235 0.687991 7.98803 0.729738 7.89069C0.771485 7.79335 0.832675 7.70491 0.909813 7.63041L4.15093 4.50017Z' fill='%23A7B4CC'/%3E%3C/svg%3E%0A") !important;
}

.x-tbar-page-last {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.4997 0C8.95795 0 9.33289 0.375 9.33289 0.833333V9.16667C9.33289 9.625 8.95795 10 8.4997 10C8.04144 10 7.6665 9.625 7.6665 9.16667V0.833333C7.6665 0.375 8.04144 0 8.4997 0Z' fill='%23A7B4CC'/%3E%3Cpath d='M4.15093 5.50017L0.909813 2.36994C0.5932 2.06415 0.5932 1.54915 0.909813 1.23533C0.986895 1.16073 1.07845 1.10155 1.17925 1.06117C1.28004 1.02078 1.38809 1 1.49721 1C1.60634 1 1.71439 1.02078 1.81518 1.06117C1.91598 1.10155 2.00753 1.16073 2.08462 1.23533L5.90897 4.93689C5.98621 5.01133 6.04749 5.09976 6.0893 5.19711C6.13111 5.29445 6.15263 5.39881 6.15263 5.50419C6.15263 5.60958 6.13111 5.71394 6.0893 5.81128C6.04749 5.90863 5.98621 5.99705 5.90897 6.0715L2.08462 9.76501C2.00748 9.83951 1.9159 9.89861 1.81511 9.93893C1.71433 9.97925 1.6063 10 1.49721 10C1.38812 10 1.2801 9.97925 1.17932 9.93893C1.07853 9.89861 0.986952 9.83951 0.909813 9.76501C0.832675 9.69052 0.771485 9.60207 0.729738 9.50473C0.687991 9.4074 0.666504 9.30307 0.666504 9.19771C0.666504 9.09235 0.687991 8.98803 0.729738 8.89069C0.771485 8.79335 0.832675 8.70491 0.909813 8.63041L4.15093 5.50017Z' fill='%23A7B4CC'/%3E%3C/svg%3E%0A") !important;
}

.x-item-disabled .x-tbar-page-last {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.4997 0C8.95795 0 9.33289 0.375 9.33289 0.833333V9.16667C9.33289 9.625 8.95795 10 8.4997 10C8.04144 10 7.6665 9.625 7.6665 9.16667V0.833333C7.6665 0.375 8.04144 0 8.4997 0Z' fill='%23A7B4CC'/%3E%3Cpath d='M4.15093 5.50017L0.909813 2.36994C0.5932 2.06415 0.5932 1.54915 0.909813 1.23533C0.986895 1.16073 1.07845 1.10155 1.17925 1.06117C1.28004 1.02078 1.38809 1 1.49721 1C1.60634 1 1.71439 1.02078 1.81518 1.06117C1.91598 1.10155 2.00753 1.16073 2.08462 1.23533L5.90897 4.93689C5.98621 5.01133 6.04749 5.09976 6.0893 5.19711C6.13111 5.29445 6.15263 5.39881 6.15263 5.50419C6.15263 5.60958 6.13111 5.71394 6.0893 5.81128C6.04749 5.90863 5.98621 5.99705 5.90897 6.0715L2.08462 9.76501C2.00748 9.83951 1.9159 9.89861 1.81511 9.93893C1.71433 9.97925 1.6063 10 1.49721 10C1.38812 10 1.2801 9.97925 1.17932 9.93893C1.07853 9.89861 0.986952 9.83951 0.909813 9.76501C0.832675 9.69052 0.771485 9.60207 0.729738 9.50473C0.687991 9.4074 0.666504 9.30307 0.666504 9.19771C0.666504 9.09235 0.687991 8.98803 0.729738 8.89069C0.771485 8.79335 0.832675 8.70491 0.909813 8.63041L4.15093 5.50017Z' fill='%23A7B4CC'/%3E%3C/svg%3E%0A") !important;
}

.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;
}

.job-icons-bar {
    padding-left: 20px;
}

.job-icons {
    width: 20px;
    border: solid 1px white;
    vertical-align: top;
    cursor: pointer;
    margin-top: 1px;
    margin-right: 10px;
}
.job-icons.killIcon {
    margin-right: 20px;
}
.job-icons.pauseIcon:hover {
    margin-left: -1px;
    margin-right: 9px;
}
.job-icons.killIcon:hover {
    margin-right: 19px;
}
.resumeIcon, .pauseIcon, .killIcon {
    background-image: url("../images/pps_buttons.png");
    height: 20px;
    display: inline-block;
}
.pauseIcon {
    background-position: -30px 0px;
}
.killIcon {
    background-position: -60px 0px;
}
.job-icons.disabled, .job-icons-bar.disabled .job-icons{
    pointer-events: none;
}
.job-icons-bar.disabled img {
    opacity: 0.5;
} 
.resumeIcon.disabled, .job-icons-bar.disabled .resumeIcon {
    background-position: 0 -28px;
}
.pauseIcon.disabled, .job-icons-bar.disabled .pauseIcon {
    background-position: -30px -28px;
}
.killIcon.disabled, .job-icons-bar.disabled .killIcon {
    background-position: -60px -28px;
}

.slider {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__nav {
    opacity: 0.4;
  background: #fff;
  width: 8px;
  height: 8px;
  margin: 2rem 12px;
  border-radius: 50%;
  z-index: 10;
  /*outline: 6px solid #ccc;
  outline-offset: -6px;*/
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slider__nav:checked {
    opacity: 1;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}
.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
}
.slider__nav:checked:nth-of-type(5) ~ .slider__inner {
  left: -400%;
}
.slider__nav:checked:nth-of-type(6) ~ .slider__inner {
  left: -500%;
}
.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 600%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.slider__contents {
  height: 100%;
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /*-webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;*/
}
.slider__image {
  font-size: 2.7rem;
      color: #2196F3;
}
.slider__caption {
  font-weight: 500;
  margin: 2rem 0 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.slider__txt {
  color: #f5f5f5;
  margin-bottom: 3rem;
  max-width: 550px;
}

.btn-login5 {
    transition: linear 200ms box-shadow;
    color: #f0f0f0;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    background: radial-gradient(81.47% 296.88% at 34.72% 60.86%, #59B1F1 0.54%, #529ED5 91%);
    border-radius: 2px;
    line-height: 46px;
    width:230px;
    display:inline-block;
}

.btn-login5 svg {
    transition: linear 100ms left;
    position: relative;
    left: 12px;
}

.btn-login5:hover {
    color: #fff;
    background: radial-gradient(81.47% 296.88% at 34.72% 60.86%, #529ED5 0%, #59B1F1 44.27%);
    box-shadow: 0px 4px 14px rgba(51, 61, 80, 0.28);
}

.btn-login5.redgrad {
    background: radial-gradient(52.45% 157.14% at 28.49% 61.92%, #E01A29 26.04%, #C82531 100%);
}

.btn-login5.redgrad:hover {
    background: radial-gradient(52.45% 157.14% at 28.49% 61.92%, #C82531 26.04%, #E01A29 100%);
}

.btn-login5:hover svg {
    left: 17px;
}

.btn-login5:hover path {
    stroke: #fff;
}

.custom-checkbox5-label {
    color: #444;
    display: block;
    font: bold 13px/16px Open Sans;
    height: 16px;
    float: left;
    margin-left: 24px;
    clear: both;
}

.custom-checkbox5 {
    background: #F7F7F7;
    /*border: 0.2px solid #D6DBDF;*/
    box-sizing: border-box;
    box-shadow: inset 0px 0.5px 1.5px rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    display: block;
    height: 16px;
    position: absolute;
    /*right: 0;*/
    width: 16px;
}

.custom-checkbox5.active{
    color: white;
    background-color:#68a9d8;
    border: none;
    border-radius: 2px;
    box-shadow: none;    
}

.custom-form5 label {
    font-family:Roboto;
    font-size:12px;
    color: #555;
}

.custom-form5 .x-form-field{
    font-size: 14px;
    font-family: Open Sans;
    height: 36px;
    padding: 10px;
    border:none;
    background-image:none;
    background: #F3F3F3;
    box-shadow: inset 0px 0.5px 1.5px rgba(0, 0, 0, 0.3);
    border-radius: 1px;
}

.custom-form5 .x-form-field.x-form-invalid {
    border: solid 1px #E12F32!important;
}

.custom-form5 .x-form-field.x-form-focus {
    border: 1px solid #59B0EF !important;
    background: #FFF;
}

.custom-form5 .x-form-trigger {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.29054 6.60323C6.49193 6.81653 6.83283 6.81143 7.02775 6.59221L12 1' stroke='%2359B0EF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-color: none;
    border: none;
    position:absolute;
    right:5px;
    top:15px;
}

.custom-form5 .x-trigger-wrap-focus .x-form-trigger {
    background-position: 0 0;
}

.custom-form5 .x-form-trigger-over {
    background-position: 0 0;
}

@keyframes newsIconFX-stroke {
    0% {stroke:#EA4444;}
    50% {stroke:white;}
    100% {stroke:#EA4444;}
}

@keyframes newsIconFX-fill {
    0% {fill:#EA4444;}
    50% {fill:white;}
    100% {fill:#EA4444;}
}

.news-icon-fx > path{
    animation: newsIconFX-stroke 2s linear infinite,newsIconFX-fill 2s linear infinite;
}

.news-icon-fx > rect{
    animation: newsIconFX-stroke 2s linear infinite;
}

#scenesEastPanel > div > .x-tool {
    float: left !important;
    margin: 0 10px 0 -1px;
}

.welcome-text-part {
    line-height: 27px;
}

.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;
}

#grecaptcha > *{
    float: right;
}

.bg-main {
    background-color: #68a9d8 !important;
}

.fg-main {
    color: #68a9d8 !important;
}

.bg-alt {
    background-color: #cfe2f3 !important;
}

.fg-alt {
    color: #cfe2f3 !important;
}

.bg-red {
    background-color: #ea5c5c !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:#cfe2f3;
} 

.discounts-table th {
    border:none;
    text-align:center;
    padding:4px;
    font-weight:bold;
    background-color:cfe2f3;
}

.chat-btn {
    background-color:#68a9d8;
    cursor:pointer;
} 

.chat-btn:hover {
    background-color:#88bbee;
}

#splash-screen {
    z-index: 40000;
    position:absolute;
    width:100%;
    height:100%;
}

.x-grid3-row-checker, .x-grid3-hd-checker {
    background-image: url("../images/check.png");
}

.x-grid3-hd-checker {
    margin-left: 1px;
}

.x-grid3-row-checker {
    margin-left: 3px;
}

.x-grid3-body .x-grid3-td-checker {
  background-image: none;
}

#scenesWestPanel .x-grid3-body .x-grid3-td-checker {
  padding-left: 10px;
}

.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 #D8DBEB !important;
    border-bottom: solid 1px #D8DBEB !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 #68a9d8;
}

.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:#68A9D8;
}

.x-window-maximized  .x-window-tc {
    background-image:none;
    background-color:#68A9D8;
}

.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: #68A9D8;
}	

/*
.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: #68A9D8;
    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: #68a9d8;
    font-weight:normal;
}

.x-tab-panelcustom .x-tab-strip-active:hover {
    background-color: #68a9d8;
    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 #68A9D8;
    background:#68A9D8;
    color:white;
}

.basicWindowAlt {
    border:solid 5px #fff;
    background:#68A9D8;
    color:white;
    padding:10px;
}

.basicWindowAlt * {
    font-size:14px !important;
}

.basicWindowAlt .x-btn button {
    line-height: 15px !important;
    margin: 3px;
}


.basicWindowChat {
    background:#68A9D8;
    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 #68A9D8;
    background:#68A9D8;
    color:white;
    text-align:center;
    font-family:arial;
    font-weight:bold;
    font-size:12px;
    padding:5px;
    overflow:hidden;
}

.mainHeader {
    background-image:none;
    background:#68A9D8;
    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:#cfe2f3;*/
}

#txtBalanceU {
    font-size: 20px !important;
    font-weight: bold;
    font-family: open sans;
}

#pathInfo * {
    font:400 12px open sans !important;
    color: grey;
}

#pathInfo label {
    font:bold 22px open sans !important;
}

.mainSidebar{
    background:#cfe2f3;
    overflow:auto;
}

.sidebarMenuItem {
    box-sizing: border-box;
    width: 80px;
    padding:0px;

    font-family:open sans !important;
    font-size:16px !important;
    color:#fff;
    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;
    
    line-height: 75px !important;
    text-align: center;

}

.sidebarMenuItem.active{
    /*background-color:#fff;*/
    border-bottom: 10px solid #fff;
}

.sidebarMenuItem.active:hover{
    /*background-color:#fff;*/
    border-bottom: 10px solid #fff;
}

.sidebarMenuItem:hover{
    border-bottom: 10px solid #ccc;
    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;
}

#vm.sidebarMenuItem{
    background-image: url("../images/pc.png");
}
*/
.downloadsSection {
    background-color: #cfe2f3;
    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;
}

.downloadsSection3 a {
    color: #68a9d8;
    text-decoration: none;
    font-weight: bold;
}

.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:#68A9D8;
}

.progressBar > span{
    position:relative;
    display:block;
    width:500px;
    text-align:center;
    top:-14px;
}

.btnUp {
  width: 30px !important;
  height: 20px !important;
}

#pathInfo button {
  padding: 0px 5px;
}

#file-upload-form {
  margin-bottom: 34px;
  margin-left: 10px;
}

.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: 500px;
    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:32px;
    height:32px;
    cursor:pointer;
    background-repeat:no-repeat;
    position: relative;
    top: 40px;
    /*
    border: 12px solid #68a9d8;
    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/chat_md_96.png?v=1");
    background-size: 32px;
}

#mainChatLink:hover {
    background-image: url("../images/chat_md_96_b.png?v=1");
}

#mainSettingsLink {
    top: 38px;
    background-image: url("../images/menu_md_96.png?v=1");
    background-size: 32px;
}

#mainSettingsLink:hover {
    background-image: url("../images/menu_md_96_b.png?v=1");
}

#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: 60px;
    width: 36px;
    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:#68a9d8;

    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: #68a9d8;
    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: #68a9d8;
}

@keyframes supportDLIcons {
    0% {background-color: #68a9d8;}
    50% {background-color: white;}
    100% {background-color: #68a9d8;}
}

@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: #68a9d8;
    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:#68a9d8;
    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:0;
    right: 0px;
    width:240px;
}

.floating-sidebar * {
    font-family: Open Sans !important;
}

.floating-sidebar > div {
    background-color: #68a9d8;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-size: 40px auto;
    color: #fff;
    cursor: pointer;
    font: bold 20px/60px Open Sans;
    height: 80px;
    width: 80px;
    margin-bottom: 0px;
    overflow: hidden;
    position: fixed;
    transition: right 0.3s ease 0s, width 0.3s ease 0s, height 0.3s ease 0.3s;
    -o-transition: right 0.3s, width 0.3s, height 0.3s 0.3s;
    -moz-transition: right 0.3s, width 0.3s, height 0.3s 0.3s;
    -webkit-transition: right 0.3s, width 0.3s, height 0.3s 0.3s;
    /*float: left;*/
}

.floating-sidebar > div:hover {
    background-color:#88bbee;
}

.floating-sidebar > div.no-slide:hover {
    /*right:20px;*/
}

.fs-chat {
    right: 160px;
    cursor:default!important;
}

.fs-chat:hover {
    height:248px;
    width: 332px;
    /*right:240px!important;*/
}

.fs-home {
    background-image: url('../images/homepage.png');
    background-position: 14px 14px !important;
    background-size: 50px 46px !important;
    right: 80px;
}

.fs-lang {
    /*background-image: url("../images/lang.png");*/
    /*margin-top: 35px;*/
    right: 0;
}

.fs-lang *{
    cursor:pointer;
}

.fs-lang:hover {
    height:190px;
    /*right: 100px;*/
    width: 200px !important;
}

.fs-lang ul{
    margin: 12px 0 0 20px;
    width: 180px !important;    
}

.fs-lang li{
    font:normal 18px/50px Open Sans;
    margin-top:4px;
}

.fs-lang li:hover{
    font:bold 18px/50px Open Sans;
    margin-top:2px;
}

.fs-lang input{
    margin-left:12px;
}

.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/fbf.png');
    background-position: 12px 0 !important;
    background-size: 60px 60px !important;
}

.fs-yt {
    background-image:url('../images/yt.png');
    background-position: 12px 0 !important;
    background-size: 60px 60px !important;
}

.fs-forum {
    background-image:url('../images/forum64.png');
    background-position: 12px 0 !important;
    background-size: 130px 70px !important;
}

.fs-survey {
    background-image:url('../images/survey.png');
}

.fs-title {
    position:absolute;
    bottom:-15px;
    left:15px;
    font-size:14px;
    font-weight:normal;
}

.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:#68a9d8;
    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;
}

#regFormCustom .x-form-field.x-form-focus {
    border:solid 2px #000 !important;
}

.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:#cfe2f3;
    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:#cfe2f3;
    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:#68a9d8;
    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:65% !important;
    max-width:740px;
    height:auto;
    margin: 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:#68a9d8;
}


.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 #68a9d8;
}

.custom-checkbox2.active{
    background-color:#68a9d8;
}

.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:#68a9d8;
    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:black;
}

.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: #cfe2f3;
    padding:10px;
    font-family:open sans;
    margin:5px;
}

.x-grid3-hd-checker {
    width:18px;
}

.custom-grid .x-grid3-hd-inner {
    background:none;
    background-color: #cfe2f3 !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:#cfe2f3;
    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:normal 14px open sans;
    border: none;
    box-shadow: 0.5px 1px 4px rgba(0, 0, 0, 0.14);
}

.custom-combo-list .x-combo-list-item {
    background-color:#f3f3f3;
}

.custom-combo-list .x-combo-selected {
    border:none !important;
    padding:3px;
    background-color: rgba(89,176,239,0.05);
}

.x-tip {
    border: none;
    background-image:none !important;
    background-color: #FCFCFC;
    padding: 12px;
    box-shadow: 0px 5px 15px rgba(40, 59, 79, 0.5);
    border-radius: 2px;
    z-index: 22000;
}

.x-tip *{
    
    background-image:none !important;
    background-color: #FFFFFF !important;
    font-family: roboto !important;
    font-size: 12px !important;
    color: #444; /*#637180;*/
}

.hover-blue:hover{
    color:#68a9d8 !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:#cfe2f3;
    color:grey;
    text-align: center;
    border:0;
    border-right: 20px solid white;
    border-bottom: 20px solid white;
}

#discounts td.dbgb {
    background-color:#68a9d8;
    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: -6px !important;
    height: 60px !important;
    cursor: pointer !important;
}

.x-panel-header-text {
    font-family: open sans;
}

#renderQueueInfo {
    font-family: open sans;
    text-align: left;
    margin-top: -2px !important;
}

.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: 30px;
}

.filesGrid .x-grid3-hd.x-grid3-td-checker{
    padding-left: 10px;
}

.filesGrid .x-grid3-hd-checker{
    display: table-cell;
}

.filesGrid .x-grid3-cell {
    vertical-align : middle !important;
}

.progressPanel2 .x-grid3-row-selected {
    background-color: #68a9d8 !important;
}


.custom-tip2 {
    border:solid white 1px;
    position:absolute;
    top:0;
    background-color:#68a9d8;
    width:200px;
    color:white;
    font:14px open sans;
    text-align:center;
    display:block;
}

.custom-tip2 div {
    color:#68a9d8;
    background-color:white;
    width: 100px;
    margin: auto;
    padding: 5px;
    cursor: pointer;
    font-weight: bold;
}

.custom-tip2 div:hover {
    background-color:#cfe2f3!important;
}

.hover-bg-blue:hover {
    background-color:#cfe2f3;
}

.hover-blue-ct:hover div{
    color:#cfe2f3 !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;
}

.loading-progress {
    background-image: url("../images/spinner.gif");
    height: 11px;
    width: 11px;
    background-size: 160%;
    display: inline-block;
    background-position: -4px -3px;
}

.successPrice {
    position: relative;
}

.successPrice .hasTip {
    top: -4px;
    margin-left: 11px;
}

.x-mask-loading div {
    background-color: #fbfbfb;
    background-image: url("../images/progressA3.gif");
    background-position: 0 0;
    background-size: 45px auto;
}

.priceInProgress {
    position: relative;
    display: inline-block;
    font-size: 100px;
    color: #d4d4d4;
}
.priceInProgress:before {
    content: attr(data-text);
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    width: 0%;
    color: #68a9d8;
    animation: progressLetters 3s infinite;
    opacity: 100%;
}
@keyframes progressLetters {
    30% {
        width: 100%;
    }
    100% {
        opacity: 0%;
        width: 100%;
    }
}

.ext-el-mask-msg div {
    font: 16px open sans;
    /*border-color: #eee;*/
}
.x-mask-loading div {
    padding: 11px 10px 10px 44px;
}

.text-center {
    text-align: center;
}

#payment-refresh-btn > div:hover {
    background-color: #cfe2f3;
}

.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:#68a9d8 !important;
}

.progressbar-normal {
    background-color:#68a9d8 !important;
}

.progressbar-failed {
    background-color:#ea5c5c !important;
}

.btn-vhd:hover {
    background-color: #ccc !important;
}

div.dashed {
    list-style: none;
    padding-left: 0;
}

div.dashed > div {
    display: table-row;
}

div.dashed > div > div {
    padding-left: 25px;
    display: table-cell;
}

.supportDesc {
    font-family:open sans;
    color: #000;
    font-size: 16px;
}

.supportDesc *{
    font-family:open sans;
    color: #000;
}

.downloads-pointer {
    display:hidden;
    width: 82px;
    height: 80px;
    background-color: white;
    /*font-weight: bold;*/
    /*text-shadow: 1px 0 #fff,-1px 0 #fff,0 1px #fff,0 -1px #fff, 0 0 4px #68a9d8;*/
    line-height:74px;
    position:fixed;
    animation: iconsFX 2s linear infinite;
}

@keyframes size-anim {
    0% {background-size: 32px 32px;}
    50% {background-size: 40px 40px;}
    100% {background-size: 32px 32px;}
}

.chat-pointer {
    display:hidden;
    width: 56px;
    height: 56px;    
    background-repeat: no-repeat;
    background-size: 32px 32px;
    position:fixed;
    animation: size-anim 1s linear infinite;
}

.chat-pointer-a {
    background-image: url("../images/chat_md_96.png");
    width: 32px;
    height: 32px;
    background-size: 32px;
    display: inline-block;
    vertical-align: middle;
}

.btn-red * {
    background-color: #E4284E !important;
    color: white !important;
}

.btn-red:hover * {
    background-color: #ccc !important;
    color: #E4284E !important;
}

.submitPanel label.x-form-item-label {
    text-align: right;
    width: 122px !important;
    padding-right: 13px;
    position: relative;
}

.hasTip:after {
    content: " ";
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    margin: 4px 2px 2px -11px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 7C0 3.13387 3.13387 0 7 0C10.8661 0 14 3.13387 14 7C14 10.8661 10.8661 14 7 14C3.13387 14 0 10.8661 0 7ZM7.91304 10.9565H8.61539V10.3478H7.91304V6.3913V5.78261H6.08696H5.38462V6.3913H6.08696V10.3478H5.38462V10.9565H6.08696H7.91304ZM6.99912 4.84607C7.59389 4.84607 8.07605 4.36391 8.07605 3.76914C8.07605 3.17437 7.59389 2.69222 6.99912 2.69222C6.40436 2.69222 5.9222 3.17437 5.9222 3.76914C5.9222 4.36391 6.40436 4.84607 6.99912 4.84607Z' fill='%23CAD3E6'/%3E%3C/svg%3E%0A");
}
.hasTip.testJob:after {
    margin: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 7C0 3.13387 3.13387 0 7 0C10.8661 0 14 3.13387 14 7C14 10.8661 10.8661 14 7 14C3.13387 14 0 10.8661 0 7ZM7.91304 10.9565H8.61539V10.3478H7.91304V6.3913V5.78261H6.08696H5.38462V6.3913H6.08696V10.3478H5.38462V10.9565H6.08696H7.91304ZM6.99912 4.84607C7.59389 4.84607 8.07605 4.36391 8.07605 3.76914C8.07605 3.17437 7.59389 2.69222 6.99912 2.69222C6.40436 2.69222 5.9222 3.17437 5.9222 3.76914C5.9222 4.36391 6.40436 4.84607 6.99912 4.84607Z' fill='%2359B0EF'/%3E%3C/svg%3E%0A");
}
.hasTip.activeSceneTip {
    position: unset;
    float: inherit;
    margin-left: 12px;
    display: inline-block;
}
.hastip.activeSceneTip:after {
    margin: 1px 2px 2px -10px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 7C0 3.13387 3.13387 0 7 0C10.8661 0 14 3.13387 14 7C14 10.8661 10.8661 14 7 14C3.13387 14 0 10.8661 0 7ZM7.91304 10.9565H8.61539V10.3478H7.91304V6.3913V5.78261H6.08696H5.38462V6.3913H6.08696V10.3478H5.38462V10.9565H6.08696H7.91304ZM6.99912 4.84607C7.59389 4.84607 8.07605 4.36391 8.07605 3.76914C8.07605 3.17437 7.59389 2.69222 6.99912 2.69222C6.40436 2.69222 5.9222 3.17437 5.9222 3.76914C5.9222 4.36391 6.40436 4.84607 6.99912 4.84607Z' fill='%2359B0EF'/%3E%3C/svg%3E%0A");
}


.hasTip.testJob {
    left: 190px;
    top: 1px;
}

test-frames, activescene {
    color: #59B0EF!important;
}

activescene.active {
  font-weight: bold;
}

.hasTip {
    display: inline;
    width: 12px;
    height: 12px;
    top: 3px;
    float: right;
    padding-left: 2px;
    position: absolute;
}

.x-form-cb-label > .hasTip:after {
    margin: 0 !important;
}

/*.hasTip:after {
    content: ':';
    position: absolute;
    left: 12px;
    margin-top: -4px;
} */

.externalLink{
  color:#68a9d8;
}

.externalLink:after {
    content: ' ';
    width: 12px;
    height: 11px;
    display: inline-block;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABmJLR0QA/wD/AP+gvaeTAAAAoklEQVRYhe2WQQ7CIBBFn6Z3kHhFe4d6SBO9DS60KRsZBhhwMT8hXZCZ94DQAB7P5Jw69oo1vHNHgb/LBXjw2Zl9DEsAnl/o/lUJROXYktp05S/gai0gwdN+agFNfsGHCOTg5gIS3FQgB79rgDUCErzp3ksC3c9cI2By5qUNSuCmAivH7zVU1DcLANwEuLlA1/rp7wEXWIR581fM9B3weKbnDVpXb+lpbRDbAAAAAElFTkSuQmCC");
    background-size: cover;
}

.x-tip-body p {
    padding-bottom: 5px;
}

.x-tip {
  background-color: #fff;
}

.panelName {
  font-family: 'Roboto' !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #5D6175;
  float: left;
}

.x-tool.x-tool-toggle.x-tool-collapse-west {
  width: 17px;
  height: 17px;
  background-size: 35px;
  background-position: 0 -210px;
  margin-top: 1px;
  margin-left: 9px;
}
#cmbJobFilter table *, #cmbJobFilterC table *, #cpugpuswitch table *, #cpugpuswitchC table * {
  font-family: Roboto !important;
  text-transform: uppercase;
  padding: 0px !important;
}

#cmbJobFilter table *, #cmbJobFilterC table * {
  background: #F7F8FA !important;
  font-size: 10px !important;
  color: #878CA8;
  font-weight: 500 !important;
}

#cpugpuswitch table *, #cpugpuswitchC table * {
  background: #FFF !important;
  font-size: 12px !important;
  color: #6B768A;
  font-weight: 400 !important;
}


#cmbJobFilter table.active, #cmbJobFilterC table.active, #cmbJobFilter table.active *, #cmbJobFilterC table.active * {
  background: #59B0EF !important; 
  color: #fff; 
}

#cmbJobFilter .x-btn-over *, #cmbJobFilterC .x-btn-over *, #cpugpuswitch .x-btn-over *, #cpugpuswitchC .x-btn-over * {
    background: #ccc !important;
}

#cmbJobFilter table.active .x-table-layout-cell, #cmbJobFilterC table.active .x-table-layout-cell {
  border: none;
}

#cmbJobFilter .x-table-layout, #cmbJobFilterC .x-table-layout {
  border-spacing: 5px 0px;
}

#cmbJobFilter .x-table-layout-cell.active, #cmbJobFilterC .x-table-layout-cell.active {
  border: 1px solid #59b0ef !important;
}

.cpuGpuSwitch, .cpuGpuSwitchC {
  font-family: 'Roboto';
  font-size: 12px;
  border: 1px solid #59B0EF;
  color: #5D6175;
}
#cpugpuswitch .active *, #cpugpuswitchC .active * {
  color: #fff;
  background: #59B0EF !important;
}
#farmQueueText, #farmQueueTextC {
  font-family: 'Roboto' !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 14px !important;
  color: #5D6175;
  padding: 3px 4px 3px 8px;
}
#cpugpuswitch *, #cpugpuswitchC * {
  color: #6B768A;
  background: #fff !important;
}
#cpugpuswitch, #cpugpuswitchC {
  margin: -1px;
}
#scenesWestPanel .x-panel-bwrap {
    margin-top: -1px;
}
#upload-button{
  background: white;
  border: 1px solid #D8DBEB;
  color: #59B0EF;
  font-family: 'Roboto';
  font-size: 12px;
  background-image: url("../images/upload-button.png");
  background-repeat: no-repeat;
  background-position: 188px 9px;
  text-align: left;
  padding-left: 18px;
  cursor: pointer;
}
#scenesWestPanel .x-grid3-row .x-grid3-cell-inner.x-grid3-col-2 span {
  color: #5D6175;
  line-height: 16px;
}
#scenesWestPanel .x-grid3-row .x-grid3-cell-inner:not(.x-grid3-col-2) {
  color: #6B768A;
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
}    
.x-grid3-hd-row * {
    color: #6B768A;
    font-family: 'Roboto';
    font-size: 10px;
    line-height: 12px;
    text-transform: lowercase;
}
.sort-desc .x-grid3-sort-icon 
{
  background-image: url("../images/sorting.png");  
  transform: rotate(180deg);
  height: 7px;
  margin-left: 5px;
  width: 7px;
}

.sort-asc .x-grid3-sort-icon 
{
  background-image: url("../images/sorting.png");
  height: 7px;
  margin-left: 5px;
  width: 7px;
}

#cmbJobFilter, #cmbJobFilterC {
  margin-left: 15px;
  padding: 0;
}

.renderQueueMessage {
  margin-left: 12px !important;
  font-family: 'Open Sans' !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.renderQueueMessage b {
  font-weight: bold !important;
  font-size: 14px !important;
  font-weight: 600;
  color: #1b2025;
}
#gauthbutton * {
    background: #cfe2f3 !important;
    font-family: open sans;
    font-size: 13px;
}
#cmbJobFilter table .x-btn-text, #cmbJobFilterC table .x-btn-text {
    padding: 0px 2px !important;
}

.job-icons:hover {
    background-color: #ccc;
    border: 2px solid #cccc;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: 9px;
}
#renderDetailsFileName {
    margin-top: 30px;
    margin-bottom: 1px;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: 'Open Sans' !important;
}
#scenesCenterPanel .panelName {
    margin-top: -5px;
}
#jobNameFilter, #jobNameFilterC {
    font-size: 12px !important;
}
#tokenCountdown.anim {
  height: 100px;
  width: 100px;
}
#tokenCountdown.anim .center {
  position: absolute;
}
#tokenCountdown.anim .circle {
  margin-top: 2px;
  width: 30px;
  height: 30px;
  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: 30px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  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;
  }
}
#jobRamUsage, #jobRamUsage span {
    font: 10px 'Roboto' !important;
}
.x-grid3-col-maxStatesCamerasColumn {
    background-image: url(https://test.garagefarm.net/themes/gf/resources/images/down.png);
    background-repeat: no-repeat;
    background-position: right 7px top 6px;
    background-size: 10px;
    cursor: pointer;
}
.x-grid3-col-maxStatesCamerasColumn:hover {
    background-color: #e5ecf7;
}

.uploadButton {
  width:227px;
  min-height:35px;
  white-space: normal;
  padding-right: 40px;
}

.ecoTooltip {
    text-transform: uppercase;
    color: #1DBF36;
    background: white;
    font-weight: bold !important;
    border: 1px solid #1DBF36;
    padding: 0px 3px;
}

.ecoTooltipContent {
    border: 2px solid #1DBF36;
}

.nodeSpecs + label {
    padding-right: 22px;
    font: 12.7px open sans !important;
}

.costSpinnerText {
    font-size: 7px !important;
    bottom: 3px;
    margin-left: 3px;
}
.successPrice > span {
    display: flex;
    float: left;
    align-items: center;
    gap: 4px;
}

.successPrice > span > *:first-child {
    margin-right: -4px;
}

#jobTypePanel.disabled label {
    color: #cad3e6;
}

#jobTypePanel.disabled .w3s-switch {
    border: solid 1px #cad3e6;
}

#jobTypePanel.disabled .w3s-switch .w3s-slider:before {
    background-color: #cad3e6;
}
.editJobIcon.disabled {
    opacity: 50%;
}