/* CSS Document */
body {
  background-color: #161616;
  color: #FFF;  
  font-family: 'Roboto', sans-serif, 'Tahoma';
  font-size: 9pt;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#container:not(input):not(.selectable) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.info {
  cursor: default;
}
.red {
    color: #f00;
}
.gentleRed {
  color: #ff3a33;
}
.red-background {
  background-color: #b33f40;
}
#vrstvy > div > div:hover.red-background {
  background-color: #b45a5b;
}
#vrstvy > div > div.red-background.active {
  background-color: #b45a5b;
}
.bold {
  font-weight: bold;
}
#projectBackground {
  position: relative;
  z-index: -1;
}
.right {
  text-align: right;
}
.block {
  display: block;
}
h2 {
  font-weight: 400;
  font-size: 16pt;
}
#sidepanel h2 {
    margin-bottom: 0;
}
.spacer {
    height: 25px;
}
.clear {
    clear: both;
}
#container {
    max-width: none;
}
#app-buttons {
    height: 40px;
    line-height: 40px;
    float: left;
}
.app-logo {
    float: left;    
    line-height: 40px;
}
.app-logo img {
    border: 0;
}
.app-logo a, .app-logo a:visited, .app-logo a:active {
    color: #505050;
}
.app-logo a {
  font-size: 13pt;
  font-weight: 600;
  padding: 0 30px;
  padding-right: 15px;
}
#app-buttons .app-buttons-wrapper > div {
    display: inline-block;
    
    font-size: 10pt;
    text-align: center;
    
    vertical-align: top;
    line-height: 26px;
    cursor: pointer;
    height: 26px;
    padding: 0 10px;
    margin: 7px 0;
    content-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 3px;
}
#app-buttons .app-buttons-wrapper > div:hover {
    color: #2f2f2f;
    background-color: #eee;
        
}
.genericIcon {
    width: 21px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: top center;
    margin: auto;
    margin-bottom: 3px;
    
}
.active .genericIcon {
    background-position: bottom center;
    
}
#app-buttons .app-buttons-wrapper > div:hover .genericIcon {
    background-position: bottom center;
}
.tutorialIcon {
    background-image: url('../../img/icon_info.png');
}
.emailIcon {
    background-image: url('../../img/icon_envelope.png');
}
.visibilityIcon {
    background-image: url('../../img/icon_eye.png');
}
.codesIcon {
    background-image: url('../../img/icon_key.png');
}
.printIcon {
    background-image: url('../../img/icon_print.png');
}
.saveIcon {
    background-image: url('../../img/icon_save.png');
}
.exportIcon {
    background-image: url('../../img/icon_transfer.png');
}
span.printCalibratedNote {
  margin-left: 10px;
  font-size: 8pt;
  color: #585858;
}
#scrollXWrapper, #scrollYWrapper {
  overflow: hidden;
  background-color: #383838;
  position: fixed;
  display: none;
}
#scrollX {
  width: 100px;
  height: 15px;
  background-color: #555;
}
#scrollY {
  height: 100px;
  width: 15px;
  background-color: #555;
}
#scrollX:hover, #scrollY:hover {
  background-color: #666;
  cursor: pointer;
}
#scrollXWrapper {
  width: 100%;
  height: 15px;
  bottom: 0px;
  z-index: 100;
}
#scrollYWrapper {
  height: 100%;
  width: 15px;
  right: 0px;
  z-index: 100;
}
#scrollbar {
  display: inline-block;
  background-color: #383838;
}
#sidePanelSwitcher, #scrollbar, #toggleFanSettings {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../../img/scrollbar_dots.png');
}
#sidePanelSwitcher:hover {
    background-color: #585858;
    cursor: pointer;
}
#toggleFanSettings {
   
  height: 8px;
  width: 8px;
  line-height: 1px;
  cursor: pointer;
}
.grid-container {
    padding: 0;
}
p > u {
    text-decoration: none;
    border-bottom: 1px dashed #4e4e4e;
    cursor:pointer;
}
.requireEditing, .lockable {
    display: none;
}
a, a:active, a:visited {
  color: #FFF;
  text-decoration: none;
}
.bg2f {
  background-color: #2f2f2f;
}
.imgAbs {
    position: absolute;
}
#vrstvy-content {
    /*transition: left 300ms;*/
}
#vrstvy-content > div > div {
  display: inline-block;
  float: left;
}
 .buttons div {
    width:20px;
    height: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align:center;

    /*margin-right: 5px;*/
    
    cursor:pointer;

    color: transparent;
}
 .buttons .hideLayer {
    background-image: url(../../img/visible_out.png);
}
 .buttons .hideLayer:hover {
    background-image: url(../../img/visible_over.png);
}
 .buttons .hideLayer.active {
    background-image: url(../../img/invisible_out.png); 
}
 .buttons .hideLayer.active:hover {
    background-image: url(../../img/invisible_over.png); 
}
 .buttons .removeLayer {
    background-image: url(../../img/bin_out.png);
    height: 13px;
    margin-top: 1px;
}
 .buttons .removeLayer:hover {
    background-image: url(../../img/bin_over.png);    
}
 .buttons .colorizeTexture {
    background-image: url(../../img/scrollbar_dots.png);
    background-position: center center;
}

.vrstvy-content span {
    overflow:hidden;    
    width: 90px;
    white-space: nowrap;
    display:inline-block;
    text-overflow: ellipsis;
}

.square {
    border: 2px solid #fff;
    border-radius: 0;
    display: block;    
    margin: auto;
    width: 35px;
    height: 35px;
    
    /*margin-top: 5px;*/
    margin-bottom: 5px;

    -webkit-transform: scaleY(0.6) rotate(45deg);
    -moz-transform: scaleY(0.6) rotate(45deg);
    -o-transform: scaleY(0.6) rotate(45deg);
    -ms-transform: scaleY(0.6) rotate(45deg);
    transform: scaleY(0.6) rotate(45deg);
    
    
    
}
.square.crossed:before {
  background: url(../../img/cancel.png);
  background-repeat: no-repeat;
  background-position: center center;  
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;

  transform: rotate(-45deg) scaleY(1.66) ;
}

.layerSquare.crossed {
  background: url(../../img/cancel.png);
  background-repeat: no-repeat;
  background-position: center center;  
  content: "";
  

  /*transform: rotate(-45deg) scaleY(1.66) ;*/
}

.vrstvy-content .layerLoader .square {

  -webkit-animation: pulsate 3s ease-out;
  -webkit-animation-iteration-count: infinite; 

}

#textury .layerLoader.active {

  -webkit-animation: pulsate 3s ease-out;
  -webkit-animation-iteration-count: infinite; 

}

@-webkit-keyframes pulsate {
    0% {opacity: 0.4;}
    50% {opacity: 1.0;}
    100% {opacity: 0.4;}
}

.vrstvy-content > div {
    text-align: center;
}
#vrstvy .bLayerParent {
  padding: 0;
}
#vrstvy > div .bLayer {
    padding-top: 10px;
    height: 70px;
    position: relative;
    z-index: 1;
    background-color: #525252;
    color: #fff;
    transition: background-color 200ms;
    font-weight: 400;
}
#vrstvy > div .bLayer:hover {
  background-color: #41b1f2;
  color: #fff;
}
#vrstvy > div .bLayer img {
    padding-bottom: 11px;
}
.hideLayer, .removeLayer, .colorizeTexture {
    display: inline-block;
    
}
#tab-schemata {
  position: absolute;
  background-color: #2f2f2f;
  padding: 10px;
  border: 1px solid #3d3d3d;
  z-index: 100;
  width: auto!important;
  height: auto!important;
}
.blueLink {
  color: #41b1f2;
  text-decoration: underline;
  font-size: 8pt;
  display: inline-block;
  cursor: pointer;
}

.addSchemaBox {
  width: 95px;
  line-height: 30px;
  height: 37px;
  margin-top: 10px;
  vertical-align: bottom;
  display: inline-block;
  text-align: center;
}

.addSchema {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.schemas {
  margin-right: 0px;    
  margin-top: 10px;
  display: inline-block;
}
.schemas img {
  border: 1px solid #000;
  margin: 2px;
}
.schemas > span {
    border: 3px solid transparent;
    border-radius: 3px;
    box-sizing: border-box;
    line-height: 30px;
    width: 37px;
    height: 37px;
    background-color: #404040;
    display: inline-block;
    text-align: center;
    vertical-align: baseline;
    margin-right: 3px;
    font-size: 12pt;
    cursor: pointer;
}
.schemas > span.active {
  background-color: #41b1f2;
}
.schemas > span:hover {
  background-color: #fff; 
  color: #000;
}
.schemas > span.active:hover {
  background-color: #fff;
  color: #000;
}
.schemas > div{
    border: 5px solid transparent;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #fff;
    display: none;
    position: absolute;
    width: 240px;
}
.deleteSchema {
  margin-top: 5px;
}
.schemas > div.active   {
  background-color: #fff;
}
.schemas > div > div, .schemaContainer .schema .layerSquare {
  display: inline-block;    
  line-height: 42px!important;      
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
}
.schemas > div > div:not(:last-child) {
  margin-right: 5px;
}
.schemas > div:not(:last-child) {
  margin-bottom: 5px;
}
.schemas > div > div.lastOnLine {
  margin-right: 0px;
}
.schemas > div > div.nextLine {
  margin-top: 5px;
}
.schemaContainer .schema {
  
}
.schemaContainer .schema .layerSquare {
  width: 64px;
  height: 64px;
  line-height: 64px;
  margin-right: 10px;
}

.layerSquare {
    width:42px;
    /*height: 20px;    */
    line-height: auto!important;
}
.blue-line {
  background-color: #3E96D4;
}
.thin-line {
  height: 3px;
  margin-top: -5px;
  margin-bottom: 10px;
}
.vrstvy-top-line {
  z-index: 1;
  position: relative;
}
.thin {
  height: 70x;
  border-bottom: 2px solid #242424;
}
.thinner {
  height: 15px;
  background-color: #4e4e4e;  
}
.right {
  text-align: right;
}
.viewport {
  /*border: 1px solid #000;*/
  padding: 0!important;
  font-size: 0!important;
  /*overflow: hidden;*/
  text-align: center;
  float: left;
  opacity: 0;
  position: relative;
  z-index: 0;
}
.viewport img {
  width: 100%;  
}
.viewport canvas {  
  position: absolute;  
}
.viewport.moving {
  cursor: move;
}
#mouseDebug {
  font-size: 7pt;
  position: absolute;
  color: #fff;  
}
.side-box {
  border-right: 1px solid #373737;
    border-top: 0;
  margin-bottom: 10px;
}
.side-box > div{
  font-size: 10pt;
   
 
}
.side-box > div:hover{
  background-color: #2b2b2b;    
  cursor: pointer;
}
.side-box > div.active{
  background-color: #3397CD;
}
.side-box > div.active:hover{
  background-color: #2387BD;
}
.side-box > div.last{
  border-bottom: 0;
}
#toolBox {
    overflow: hidden;
    margin-bottom: 0;
    width: 55px;
    
    box-sizing: border-box;
    position: absolute;
    right: 300px;
    top: 150px;
}
#toolBox.portrait {
  left: 0px;
  right: auto;
  top: auto;
}
#toolBox, #sidepanel {
  background-color: #2b2b2b;
  min-height: 450px;
}
#sidepanel {
    background-color: #252525;
    width: 300px;
    
    position: absolute;
    right: 0px;
    top: 150px;
}
#sidepanel.portrait {
  left: 55px;
  right: auto;
  top: auto;
}
#toolBox > div {
    height: 40px;    
    background-repeat: no-repeat;
    background-position: center center;
}
#toolBox > div > div {
    font-size: 7pt;
    color: #8e8e8e;
    font-weight: 600;
    margin: auto;  
    text-align: center;    
    padding-top: 40px;
}
#toolBox > div.active > div {
    color: #eee;
}
#toolBox > div:hover > div {
    color: #eee;
}
#toolBox.miniPanelHeight > div {  
  background-position: center center;
}
#toolBox .active {
  background-color: #41b1f2;
  /*background-position: center 12px;*/
}
#toolBox .icon {
    line-height: 0;
    font-size: 0;        
}
#toolBox .disabled {
  opacity: 0.5;
}
#tlNone {
    background-image: url(../../img/tool_pointer_out.png);
}
#tlNone.active, #tlNone:hover {
    background-image: url(../../img/tool_pointer_over.png);
}
#tlTexture {
  background-image: url(../../img/tool_texture_out.png);
}
#tlTexture.active, #tlTexture:hover {
  background-image: url(../../img/tool_texture_over.png);
}
#tlLine {
  background-image: url(../../img/tool_line_out.png);
}
#tlLine.active, #tlLine:hover {
  background-image: url(../../img/tool_line_over.png);
}
#tlBrush {
    background-image: url(../../img/tool_brush_out.png);
}
#tlBrush.active, #tlBrush:hover {
    background-image: url(../../img/tool_brush_over.png);
}
#tlMagicWand {
    background-image: url(../../img/tool_wand_out.png);
}
#tlMagicWand.active, #tlMagicWand:hover {
    background-image: url(../../img/tool_wand_over.png);
}
#tlMagicBrush {
    background-image: url(../../img/tool_magic_brush_out.png);
}
#tlMagicBrush.active, #tlMagicBrush:hover {
    background-image: url(../../img/tool_magic_brush_over.png);
}
#tlLockedBrush {
    background-image: url(../../img/tool_locked_brush_out.png);
}
#tlLockedBrush.active, #tlLockedBrush:hover {
    background-image: url(../../img/tool_locked_brush_over.png);
}
#tlEraser {
    background-image: url(../../img/tool_eraser_out.png);
}
#tlEraser.active, #tlEraser:hover {
    background-image: url(../../img/tool_eraser_over.png);
}
#tlSchemas {
    background-image: url(../../img/tool_schema_out.png);
}
#tlSchemas.active, #tlSchemas:hover {
    background-image: url(../../img/tool_schema_over.png);
}
#tlZoom {
    background-image: url(../../img/tool_zoom_out.png);
}
#tlZoom.active, #tlZoom:hover {
    background-image: url(../../img/tool_zoom_over.png);
}
#undoDo {
    background-image: url(../../img/tool_undo_out.png);
    display: inline-block;
    width: 25px;
}
#undoDo.active, #undoDo:hover {
    background-image: url(../../img/tool_undo_over.png);
}
#redoDo {
    background-image: url(../../img/tool_redo_out.png);
    display: inline-block;
    width: 25px;
}
#redoDo.active, #redoDo:hover {
    background-image: url(../../img/tool_redo_over.png);
}
#verticalFitButton {
    background-image: url(../../img/tool_fit_to_screen_out.png);
}
#verticalFitButton.pressed {
    background-image: url(../../img/tool_fit_to_screen_over.png);
    background-color: #41b1f2;
}
#verticalFitButton:hover {
    background-image: url(../../img/tool_fit_to_screen_over.png);    
}
#shiftButton {
    background-image: url(../../img/shift_out.png);
}
#shiftButton.pressed {
    background-image: url(../../img/shift_over.png);
}
#shiftButton:hover {
    background-image: url(../../img/shift_over.png);
}
#squareForMouse {
  position: absolute;
  border: 1px solid #252525;
  border-radius: 3px;
  width: 12px;
  height: 12px;
  z-index: 900;
}
.sidePanelButton {
    background-repeat: no-repeat;
    background-position: 24px center;    
    height: 64px;
    line-height: 64px;
    font-size: 13pt;
    font-weight: 600;
    padding-left: 70px;
    margin-top: 15px;
    margin-right: 5px;
    cursor: pointer;
    background-color: #2b2b2b;
    margin-bottom: 15px;
}
.sidePanelButton:hover {
    
    background-color: #494949;
}
.sidePanelButton.active {
   background-color: #41b1f2; 
}
.vrstvy-content .frstSquare {    
    z-index: 1;
    /*border: 0;*/
    
    
}
.vrstvy-content .scndSquare {
    position: absolute;
    margin-left: 26px;
    margin-top: 7px;    
    
    /*border: 0;*/
    z-index: 0;
}
.vrstvy-content .thrdSquare {
    position: absolute;
    top: 40px;
    left: 41px;
    /*border: 0;*/
    z-index: 1;
}
.toolIcon {
   padding: 64px 0 0 0;
   border: 3px solid #fff;
   outline: 1px solid #000;
   margin: 1px;
   width: 64px;
   height: 0px;
   display: block;
}
.tip-box {
  min-height: 100px;
}
.tip-box .tip{
  background-color: #0E0E0E;
  font-size: 11pt;
  line-height: 18pt;
  width: 35px;
  padding-left: 10px;
  margin-bottom: 10px;
  border-bottom: 0;
}
.tip-box > div{
  font-size: 8pt;
  line-height: 10pt;
  padding-left: 10px;
  padding-right: 5px;
  border-bottom: 0;
    transition: background-color 300ms;
}
.tip-box > div:hover{
  background-color: #323232;
  cursor: auto;
}
.tabs {
  padding: 20px 20px;
}

#tabs-contents {
  padding-top: 20px;
  background-color: #252525;
  padding: 0 20px;
  padding-bottom: 20px;
  
}
.inside-padding {
  padding-left: 10px;
  padding-right: 10px;  
}
#tabs-contents select, .grey-select {
  width: 100%;  
  margin-bottom: 15px;
    height: 30px;
    border: 1px solid #616161;
    border-radius: 3px;
    background-color: #515151;
    color: #fff;
    padding-left: 10px;

    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';

    background-image: url('../../img/mini_arrow_down.png');
    background-repeat: no-repeat;
    background-position: 95% center;
}
#tabs-contents select::-ms-expand {
    display: none;
}
.odskoky {
  
}
#odskoky {
  display: inline-block;
  padding-left: 2px;
  line-height: 3px;
  font-size: 0;
}
#exportSettings li {
  list-style: none;
}
#exportSettings input {
  
}

.odskok-arrow {
  vertical-align: top;
}
.odskok-arrow img {
  position: relative;
}
#odstinyWrapper, #texturyWrapper {
    position: relative;
    /*height: 390px;*/
    overflow: hidden;
}
#odskoky > div {  
  display: inline-block;
  width: 95%;
  
  cursor: pointer;
  /*margin-right: 2px;*/

}
#odstiny {
  
}
.helperSquare {
  width: 35px;
  height: 35px;
  z-index: 999;
}
#odstiny > div {  
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 12pt;
  border: 1px solid transparent;
  cursor: pointer;
  border: 1px solid #252525;
  border-radius: 3px;  
  margin-bottom: 2px;  
  margin-right: 2px;

  
}
#odstiny > div.active {
  border: 1px solid #FFF;
}
#vrstvy > div > div.hidden, .hidden {
  display: none;
}

#vrstvyWrapper.miniPanelHeight {
  border: 0;
}

#topLine.miniPanelHeight {
  height: 30px;  
  overflow: hidden;
}

#topLine.miniPanelHeight .project-name-line i {
  display: none;
}

#topLine.miniPanelHeight .project-name-line {
  margin-top: 5px;
}

#topLine.miniPanelHeight .app-logo img {
  margin-top: -20px;
  margin-left: -13px;
}


#topLine.miniPanelHeight .app-buttons-wrapper > div {
  font-size: 0;  
  padding-top: 5px;
  width: 40px;
}

#vrstvy.miniPanelHeight {
  height: 30px;
}
#vrstvy.miniPanelHeight .buttons, #vrstvy.miniPanelHeight .odstin {
  display: none;
}
#vrstvy.miniPanelHeight .vrstva {
  margin-top: 7px;
}
#vrstvy.miniPanelHeight .bLayer img {
  height: 20px;
  padding: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-left: 5px;
}
#vrstvy.miniPanelHeight div {
  text-align: left;
  vertical-align: top;
}
#vrstvy.miniPanelHeight .square {
  margin: 0;
  border: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
#vrstvy.miniPanelHeight >div>div {
  padding: 0;
  width: 150px;
  height: 30px;
  background-image: none;
}
#vrstvy .vrstva {
  margin-top: 8px;
}
#vrstvy .bLayer .vrstva {
  margin-top: 0px;
}
#vrstvy {
  background-color: #303030;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 110px;
  overflow: hidden;  
}
#vrstvy > div {
  /*min-width: 2000px;*/
  position: relative;

}
#vrstvy >div > div {
  transition: background-color 300ms;
}
#vrstvy >div > div.active {
  background-color: #505050; /*282828*/ /* 414141 */
}
#vrstvy >div > div.active2 {
  background-color: #505050; /*282828*/ /* 414141 */
}
#vrstvy >div > div:hover {
  background-color: #3b3b3b; /*262626*/
  cursor: pointer;
}
#vrstvy >div > div.bLayer:hover {
  background-color: #41b1f2;
}
#vrstvy >div > div.last {
  background-image: none;
}
.buttonMore:hover {
  background-image: url('../../img/more_out.png');
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
#vrstvy > div > div {
  padding: 0 10px;
  padding-top: 5px;
  padding-bottom: 15px; 
  height: 110px;
  width: 110px;
  display: block;
  float: left;
  border-left: 1px solid #404040;
  box-sizing: border-box;
}

#vrstvy > div > div[layerType='1'], #layerSettings select:has(option[value='1']:checked) {
  border-bottom: 2px solid #26E600;
}
#vrstvy > div > div[layerType='2'], #layerSettings select:has(option[value='2']:checked) {
  border-bottom: 2px solid #00AACC;
}
#vrstvy > div > div[layerType='3'], #layerSettings select:has(option[value='3']:checked) {
  border-bottom: 2px solid #FFCE00;
}
#vrstvy > div > div[layerType='4'], #layerSettings select:has(option[value='4']:checked) {
  border-bottom: 2px solid #ff80ff;
}
#vrstvy > div > div[layerType='5'], #layerSettings select:has(option[value='5']:checked) {
  border-bottom: 2px solid #ff5500;
}
#vrstvy > div > div[layerType='6'], #layerSettings select:has(option[value='6']:checked) {
  border-bottom: 2px solid #8E562e;
}

select[name='layerType'] {
  margin-bottom: 0px;
}

#vrstvy > div > div:first-child {
  border-left: 0;
}

#vrstvy > div > div:last-child {
  border-right: 1px solid #404040;
}

#vrstvy > div > div.bLayerParent {
  border-right: 0;
}

.vrstvy-content .buttons {
    text-align:right;    
    width: 90px;
    height: 15px;
    
}
#vrstvy div.odstin {
  font-size: 7pt;
  text-align: center;
  color: #b2b2b2;
}
.center {
  text-align: center;
}

#vrstvy > div  #hideAllLayers {
  background-color: #717171;
  color: #fff;
  font-weight: 400;
  height: 30px;
  display: block;
  line-height: 30px;
  transition: background-color 200ms;
}
#vrstvy > div  #hideAllLayers:hover {
  background-color: #41b1f2;
  color: #fff;
}
#vrstvy-content input {
  width: 90px;
  height: 10px;
}
.no-right-padding {
  padding-right: 0!important;
}
.arrow {
  height: 75px;
  margin-top: 0px;
  margin-bottom: 0px;  
}
.arrow img {
  margin-top: 24px;
}
.arrow-center {
  width: 31px;
  margin:auto;
}
#top-stipe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #2f2f2f;
  z-index: -1;
}
.top-stripe-space {
  height: 75px;
  border-top: 1px solid #222222;
}
.top-line {
  line-height: 16pt;
  font-size: 10pt;
  z-index: 1;
  background-color: #fff;
    color: #505050;
    position: relative;
}
.top-line img {
  vertical-align: middle;
}
.top-line > div {
    /*display: inline-block;*/
}
.top-line b {
    color: #000;
}
.project-name-line {  
  float: right;
    padding-right: 30px;
    text-align: right;
    line-height: 38px;
    
}
.project-name-line b {
  font-size: 15pt;    
    font-weight: 400;
    text-transform: uppercase;
}
#saveButtonWithCode {
  float: right;
  line-height: 28px;
  background-color: #41b1f2;
  color: #fff;
  width: 100px;
  text-align: center;
  border: 1px solid #2a99d9;
  border-radius: 3px;
  box-sizing: border-box;
  margin: 5px 0;
  height: 30px;
  font-weight: 500;
  font-size: 11pt;
  margin-right: 40px;
  cursor: pointer;
}
#saveButtonWithCode:hover {
  background-color: #1896de;
  border: 1px solid #1082c6;
}
#toolSettings {
    
  line-height: 30px;
  vertical-align: middle;
    background-color: #252525;
}
#toolSettings h2 {
  margin-top: 0;
}

#toolSettings .alternate, #toolSettings .default {
  width: 100%;
}
#toolSettings > div div.hidden {
  display: none;
}

#sidepanel .description {
  line-height: normal;
  font-size: 9pt;
  margin-top: 10px;
  background-color: #404040;
  border-radius: 3px;
  border: 1px solid #515151;
  padding: 10px;
}
.description span {
  color: #41b1f2;
  text-decoration: underline;
}
#tab-odstiny .description, #tab-textury .description {
  margin-top: 0px;
  margin-bottom: 10px;
}
.important-hidden {
  display: none!important;
}
.label {
    margin: 15px 0px 5px 0px;
}
.genericSlider {
  width: 100%;
  margin-top: 15px;
}
.noCursor {
  cursor:none;
}
.noCursor {
  cursor:none;
}
.moving .noCursor {
  cursor:move;
}
#zoomWrapper {
  position: absolute;
  z-index: 998;
  /*border: 1px solid #0f0;*/
    left: 0;
    top: 0;     
}

#zoomWrapper .title {

    background-color: #444;
    color: #fff;    
    padding: 5px;        
    cursor: move;
        
}
#zoomWrapper span {
    padding-left: 30px;
    
}
#zoomSlider {
    margin: 5px;
}

#textury {
  
    font-size: 0;
}
   
#textury > img {
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0;
    margin-bottom: 5px;
    margin-right: 5px;
  /*border: 2px solid transparent;*/
  cursor: pointer;
}
#textury > img.active {
  border: 2px solid #fff;
  width: 56px;
  height: 56px;
}
#toolBox > div.pressed > div {
  color: #eee;
}
.Cvisible {
  visibility: visible;
  opacity: 0.9;
  transition: opacity 500ms linear;
}
.Chidden {
  /*visibility: hidden;*/
  opacity: 0;
  transition: visibility 0s 500ms, opacity 500ms linear;
}

#systemMessage {
  padding: 5px;
  padding-top: 0;
}

.helpIcon {
  display: inline-block;
  width: 23px;  
  background: url('../../img/i_out.png');
  background-repeat: no-repeat;
  vertical-align: middle;
  height: 30px;
}

.helpIcon:hover {
  background: url('../../img/i_over.png');  
  background-repeat: no-repeat;
}

#helpWindow {
  position: absolute;
  z-index: 999;
  background-color: #000;
  width: 300px;
  padding: 8px;
  padding-top: 0;
  height: 500px;
  overflow: hidden;
}

#helpWindow h1 {  
  cursor: move;
  margin:0;
  padding-top: 16px;
}

#helpWindow .closeButton {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  background-color: #2e2e2e;
  width: 25px;
  height: 23px;
  text-align: center;
  
}

#toolBox.miniPanelHeight > div {
  height: 32px;  
  /*background-position: top center;*/
}

#toolBox.miniPanelHeight > div > div {
  font-size: 0;
}

#dialog-message {
  overflow: hidden;  
}

#topLine.miniPanelWidth .app-buttons-wrapper > div {
  width: 45px;
}

#topLine.miniPanelWidth .app-logo {
  width: 190px;
  overflow: hidden;
}

#topLine.miniPanelWidth .app-logo img {
  margin-left: -15px;

}

#toolSettings.moving {
  position: absolute;
  width: 400px;
  height: 400px;
  display: block;
  background-color: #2e2e2e;
  z-index: 999;
  padding: 20px;
  right: 55px;
}

#toolSettings.moving.hidden {
  display: none;
}

.layerPrintList li {
  list-style-type: circle;
  cursor: pointer;
  font-weight: 500;
  font-size: 10pt;
}

.layerPrintList li.active {
  list-style-type: disc;
}

.layerPrintList img {
  margin-right: 10px;
  vertical-align: text-bottom;
}

#removeTextureButton, #restoreTextureButton, #removeColorButton {
  width: 90%;
}

.tColoringModeR1, .tColoringModeR2 {
  width: 100%;
}

.p50Height {
  height: 50%;
}

.p100Height {
  height: 100%;
}


.ui-tooltip {
  background-color: #41b1f2;
  border: 0;
  border-radius: 0px;
  padding: 2px 10px;
  color: white;
  font-size: 9pt;

}

.ui-tooltip ul {
  
  padding-left: 1.5em;
}

.editLayer {
  position: relative;
  bottom: 5px;
}

#layerSettings .removeLayer {
  margin-top: 2px;
  margin-bottom: 8px;
}

#layerSettings, #layerType, #schemaGeneration {
  width: 300px;
  /*height: 510px;*/
  position: absolute;
  background-color: #3b3b3b;
  z-index: 95;  
  box-sizing: border-box;
  padding: 23px;
  padding-top: 10px;
}

#layerType, #layerType div.dragPanel {
  width: 200px;
}

#schemaGeneration, #schemaGeneration div.dragPanel {
  width: 700px;
}

.appendSchema.blueButton {
  margin: 15px 10px;
}

div.closeIcon {
  width: 27px;
  height: 27px;
  position: absolute;
  right: 12px;
  top: 12px;

  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../../img/project_close_dialog_out.png');

}

div.closeIcon:hover {
  background-image: url('../../img/project_close_dialog_over.png');  
}

.draggable {
  cursor: move;
}

div.dragPanel {
  background-color: #414141;  
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 50px;
  z-index: -1;
}

#layerSettings .layerName, #layerType .title, #schemaGeneration .title {
  font-size: 15pt;
  font-weight: 400;
  margin-right: 10px;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  max-width: 180px;
  line-height: 24pt;
  vertical-align: bottom;
}
#schemaGeneration .title {
  max-width: 600px;
}

a.blue {
  text-decoration: underline;
  color: #41b1f2;
  font-size: 8pt;
  cursor: pointer;
}

a.blue.disabled {
  color: #ccc;
  text-decoration: none;
}

.colorName, .textureName {
  font-size: 8pt;
  color: #b2b2b2;
  text-align: center;
}

.spaceAfter {
  margin-bottom: 18px;
}
.spaceAfterLarge {
  margin-bottom: 36px; 
}

.textureSquare .square {
  background-size: 35px 35px;
}

.invertedBlueButton,.invertedBlueButton.active:hover {
  border: 1px solid #41b1f2;  
  display: inline-block;
  padding: 8px 20px;
  margin: 10px 0;
  cursor: pointer;
  transition: color 300ms;
  line-height: normal;  
  color: #fff;
  background-color: #41b1f2;
}
.invertedBlueButton.active, .invertedBlueButton:hover{
  background-color: transparent;
  color: #41b1f2;
}

.blueButton {
  border: 1px solid #41b1f2;
  color: #41b1f2;
  display: inline-block;
  padding: 8px 20px;
  margin: 10px 0;
  cursor: pointer;
  transition: color 300ms;
  line-height: normal;
  background-color: transparent;
  box-sizing: border-box;
  border-radius: 3px;
}
.blueButton.disabled {
  color: #ccc;
}
.blueButton.active.disabled {
  background-color: #777;  
}
.blueButton:hover:not(.disabled), .blueButton.active{
  color: #fff;
  background-color: #41b1f2;
}
.disabled {
  cursor: not-allowed!important;
}
.blueButtonSet.disabled {
  border: 1px solid #777;
}
.blueButtonSet {  
  border: 1px solid #41b1f2;
  border-radius: 3px;
  box-sizing: border-box;
}
.blueButtonSet .blueButton {
  text-align: center;
  transition: color 300ms;
  border: 0;
  margin: 0;
  border-radius: 0px;
}

.toolShapeSquare, .toolShapeRound, .roundBlueButton {
  border: 1px solid #8b8b8b;  
  background-color: transparent;
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  transition: border 300ms;
  margin-right: 8px;
  text-align: center;
}
.toolShapeRound, .roundBlueButton {
  border-radius: 30px;
}

.toolShapeSquare.active, .toolShapeSquare:hover, .toolShapeRound.active, .toolShapeRound:hover, .roundBlueButton:hover, .roundBlueButton.active {
  border: 1px solid #41b1f2;
}

.tColoringMode .blueButton {
  
}

#closeModalDialog {
    position: fixed;
    right: 40px;
    top: 40px;
    cursor: pointer;
    z-index: 999;
}

#toolBox .floating {
  position: fixed;
  bottom: 0px;
  /* right: 300px; */
  width: 55px;
}

#toolBox .floating.firstFloating {
  bottom: 40px;
}


.dialogFrm {
    padding: 5px 3em;
}
.dialogFrm input[type='text'], .dialogFrm textarea {
    width: 100%;
    box-sizing: border-box;
    padding: .9em;    
}
.dialogFrm input[type='file'], .dialogFrm input[type='text'], .dialogFrm textarea {
    font-size: 9pt;
}
.dialogFrm input[type='text'] {
    font-weight: 500;
    border-radius: 2px;
    border: 1px solid #dfdfdf;
    padding-top: 1.3em;
    padding-bottom: 1.3em;
}
.dialogFrm textarea {
    height: 150px;
    margin-top: 10px;
    border-radius: 2px;
    border: 1px solid #dfdfdf;
}

label {
    font-weight: 500;
    font-size: 8pt;
    position: absolute;
    margin-left: 8px;
    line-height: 4px;
    background: #fff;
    padding: 0 4px;    
    color: #adadad;
}

.activeLayerUnderPlaceHolder, .cursorPointer {
  cursor: pointer;
}

.remainingTutorialSteps {
  background-color: #41b1f2;
  color: #fff;  
  border: 1px solid transparent;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}

#tooltip {
  position: absolute;
  width: 352px;
  min-height: 60px;
  z-index: 999;  
}
#tooltip > div {
  display: inline-block;
}

#tooltip .tooltip-arrow {
  /*width: 18px;*/
  height: 26px;  
  overflow: hidden;
}

#tooltip .tooltip-arrow .left {
  float: left;
  left: -18px;
}
#tooltip .tooltip-arrow .right {
  float: right;
  right: -18px;  
}

#tooltip .tooltip-left .act-arrow.top {
  position: relative;
  top: -18px;
  left: 8px;
}
#tooltip .tooltip-left .act-arrow.bottom {
  position: absolute;
  bottom: -18px;
  left: 8px;
}

#tooltip .tooltip-right .act-arrow.top {
  position: absolute;
  top: -18px;
  right: 8px;
}
#tooltip .tooltip-right .act-arrow.bottom {
  position: absolute;
  bottom: -18px;
  right: 8px;
}

#tooltip .tooltip-arrow.top .act-arrow {
  top: 8px;
}

#tooltip .tooltip-arrow.bottom .act-arrow {
  bottom: 18px;
}

#tooltip .tooltip-middle {
  width: 300px;
}

#tooltip .tooltip-left, #tooltip .tooltip-right {
  width: 26px;
  position: relative;
  overflow: hidden;
  top: 26px;
}
#tooltip .tooltip-left {
  float: left;
}
#tooltip .tooltip-right {
  float: right;
}

#tooltip .act-arrow {
  background-color: #41b1f2;
  width: 36px;
  height: 36px;

  position: relative;
  

  -webkit-transform: scaleY(1) rotate(45deg);
  -moz-transform: scaleY(1) rotate(45deg);
  -o-transform: scaleY(1) rotate(45deg);
  -ms-transform: scaleY(1) rotate(45deg);
  transform: scaleY(1) rotate(45deg);
}

#tooltip .act-arrow {
  display: none;
}

#tooltip.topLeft .top .act-arrow.left, #tooltip.topRight .top .act-arrow.right, #tooltip.bottomLeft .bottom .act-arrow.left, #tooltip.bottomRight .bottom .act-arrow.right {
  display: block;
}

#tooltip.leftTop .tooltip-left .top, #tooltip.leftBottom .tooltip-left .bottom, #tooltip.rightTop .tooltip-right .top, #tooltip.rightBottom .tooltip-right .bottom {
  display: block;
}

#tooltip-shadow {
  z-index: 990;
  background-color: #000;
  opacity: 0.3;
  width: 100%;
  position: absolute;
  width: 300px;
  min-height: 60px;
  top: 20px;
  left: 20px;
  
}

#tooltip .tooltip-heading {
  font-size: 12pt;
  font-weight: 500;  
}

#tooltip .tooltip-text {
  margin-top: 5px;
}

#tooltip .tooltip-content {
  z-index: 999; 
  background-color: #41b1f2;
  padding: 18px;
  line-height: 160%;
}

#tooltip .tooltip-content ul {
  padding-left: 1.5em;
  margin: 0;
}

#contextMenu {
  position: absolute;
  left: 0px;
  top: 0px;
  border: 1px solid #8b8b8b;
  background-color: #2e2e2e;
  color: #fff;
  padding: 5px;
  z-index: 999!important;
}

#contextMenu ul {
  list-style-type: none;
  margin: 0;
  -webkit-padding-start: 0px;
}

#contextMenu li {
  padding: 5px;
  cursor: pointer;
}

#contextMenu li:hover {
  background-color: #4e4e4e;
}

.textureHandle {
  display: block;
  background-color: chartreuse;
  width: 11px;
  height: 11px;
  position: absolute;
}

.textureHandle:hover {
  background-color: darkgreen;
}

.exportSettings {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
}

#exportSettings {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}

.exportSquare {
  border-radius: 5px;
  border: 1px solid black;
  width: 100px;
  height: 100px;
  margin-top: 20px;
  font-size: 14pt;
  text-align: center;
  padding-top: 38px;
  box-sizing: border-box;
  margin-right: 20px;
  display: inline-block;
  cursor: pointer;  
}

.exportSquare:hover {
  color: #fff;
}

.exportSquare.jpg {
  border: 1px solid #7facc6;
  color: #7facc6;
}
.exportSquare.jpg:hover,.exportSquare.jpg.active {
  background-color: #7facc6;
  color: #fff;
}

.exportSquare.png {
  border: 1px solid #41b1f2;
  color: #41b1f2;
}
.exportSquare.png:hover,.exportSquare.png.active {
  background-color: #41b1f2;
  color: #fff;
}

.exportSquare.pdf {
  border: 1px solid #f9716d;
  color: #f9716d;
}
.exportSquare.pdf:hover,.exportSquare.pdf.active {
  background-color: #f9716d;
  color: #fff;
}

/*  jQuery UI overrides */

.ui-widget-content:not(.ui-tooltip) {
  /*background: #000000;*/
  background-image: none;
}

.ui-widget-content.ui-tooltip {  
  background: #41b1f2;
}

#tooltip .ui-button-text {
  color: #fff;
}

#tooltip .ui-button {
  border: 1px solid #fff;
}

#tooltip .ui-button:hover .ui-button-text {
  color: #41b1f2;
}

#tooltip .ui-button:hover {
  background-color: #fff;
}

#tooltip p > u {
  border-bottom: 1px dashed #fff;
}

input.sidepanel, .grey-input {
  box-sizing: border-box;
  padding-right: 25px;
  width: 100%;
  margin-bottom: 16px;
  height: 30px;
  border: 1px solid #616161;
  border-radius: 3px;
  background-color: #515151;
  color: #fff;
  padding-left: 10px;
  -webkit-appearance: button;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

input.sidepanel.search, .grey-input.search {
  background-image: url('../../img/mini_search.png');
  background-repeat: no-repeat;
  background-position: 97% center;
}

.h30px {
  height: 30px;
}

.color-filter-container {
  position: absolute;
  top: 117px;
  width: 261px;
  background-color: #515151;
  border-radius: 3px;
  padding: 15px;
  border: 1px solid #616161;
}

.color-filter-container h3 {
  margin-bottom: 0;
}

.color-filter-container > div:not(:last-child) {
  margin-bottom: 12px;
}

.small {
  font-size: 8pt;
}

.no-margin, .color-filter-container .no-margin {
  margin: 0!important;
}

.color-filter-container .ui-dialog .ui-widget-content, .color-filter-container .ui-widget-header {
  background: #41b1f2;
}

.color-filter-container div.ui-slider-horizontal {
  background-color: #fff;
}

.pure label {
  position: static;
  background: inherit;
  color: inherit;
  margin: 0;
  font-size: inherit;
  margin-right: 10px;
  margin-left: 2px;
  line-height: 8px;
  vertical-align: text-top;
}

.genericInput {
  width: 50%;
  height: 30px;
  border: 1px solid #616161;
  border-radius: 3px;
  background-color: #515151;
  color: #fff;
  text-indent: 0.01px;
  margin-left: 18px;
  padding-left: 10px;
}