 html, body {
    color: #73879C;
    font-family: "Helvetica Neue",Roboto,Arial,"Droid Sans",sans-serif;
    font-weight: 400;
    line-height: 1.471;
    height: 100%;
}

#map {
	overflow: auto;
	height: inherit;
	padding: 0;
}

/* draggable */

.draggable {
	
	width: 70px;
	height: 70px;
	float: left;
	font-size: .9em;
	border: none;
	-webkit-mask: url(drawing.svg) no-repeat center center;
	mask: url(drawing.svg) no-repeat center center;
	-webkit-mask-size: contain;
	mask-size: contain;

	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
}

.draggable.img-fluid:hover {
	cursor: Pointer;
}

.dragscroll {
	cursor: grab; cursor : -o-grab; cursor : -moz-grab; cursor : -webkit-grab;
}

.rotate {
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
	
.draggable:hover {
	//cursor: Pointer;
}
	
.ui-widget-header p,
.ui-widget-content p {
	margin: 0;
}

/* selectable */

  #selectable .ui-selecting { opacity: 0.6; }
  #selectable .ui-selected { opacity: 0.7; }
  #selectable { list-style-type: none; margin: 0; padding: 0; width: auto; min-width: 100%; min-height: 100%; position: relative; overflow: hidden;
  	background: url(background.svg) repeat;
	background-repeat: repeat;
	background-size: 60px 60px;
	margin-left: 40px; }
  
#colorSelectModal .row > div, .img .row > div {
	padding: 20px;
}

#colorSelectModal img:hover, .img .row > div > img:hover {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    cursor: Pointer;
}

.logo {
    width: 364px;
    height: 80px;
    background-image: url("../images/logo_cerames.png");
    background-repeat: no-repeat;
    background-size: 254px auto;
    float: left;
}

.btn.select {
	font-size: 2rem;
	margin: 1rem;
}

.btn-trash {
	font-size: 3.2rem;
	margin-bottom: 1rem;
}

.zoom {
	position: fixed;
	bottom: 10px;
	right: 18%;
	z-index: 10000000;
}

.linijka {
	background-color: #dedede;
	z-index: 999;
	opacity: .8;
	overflow: hidden;
}
.linijka.top {
	min-width: 100%;
	height: 40px;
	position: sticky;
	top: 0;
	left: 40px;
	padding-left: 2px;
}

.linijka.left {
	width: 40px;
	min-height: 100%;
	position: fixed;
	top: 60;
	left: 0;
	padding-top: 2px;
}

.t {
	height: 20px !important;
	border-right: 1px solid black;
	position: relative;
	left: 0;
	top: 0;
	padding-left: 5px;
	padding-top: 10px;
	float: left;
	margin: 5px 0px 5px 0px;
	color: black;
}

.l {
	width: 20px !important;
	border-bottom: 1px solid black;
	position: relative;
	left: 0;
	top: 0;
	padding-top: 5px;
	padding-left: 0px;
	float: left;
	margin: 0px 5px 0px 5px;
	color: black;
}

.mousemove {
	position: absolute;
	left: -200px;
	z-index: 999;
	cursor: Pointer;
}

.select {
	background-color: #ededed;
	border: 1px dotted #000000;
	opacity: .4;
	position: absolute;
	z-index: 999;
}

.ui-selected {
    opacity: 0.7;
}

#kolory .draggable, #koloryC .draggable {
	width: 40px;
	height: 40px;
	position: relative;
}

#kolory div, #koloryC div {
	width: 100%;
	height: 50px;
}

#kolory span {
	display: block;
	padding-top: 10px;
}

.menu .btn, #loadProjectModal .btn, .help .btn {
	border: 1px solid #cdcdcd;
}

.menu .btn:not(:last-of-type) {
	width: 85px !important;
}

.help {
	position: fixed;
	bottom: 15px;
	left: 10%;
}

/* loader */

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #36668a;
  border-right: 16px solid #36668a;
  border-bottom: 16px solid #36668a;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 35%;
  left: 40%;
  display: none;
  z-index: 10000;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
