

.literally .button-style-1 {
	border: 2px solid transparent;
	border-radius: 3px
}

.literally .button-style-1 {
	text-decoration: none;
	cursor: pointer
}

.literally .button-style-1.selected:not(.disabled) {
	background-color: #8100ae;
}

.literally .button-style-1:hover:not(.disabled) {
	border-color: #8100ae;
    border-radius: 0 0 8px 8px;
}

.literally .button-style-1.disabled {
	cursor: default;
	opacity: 0.3
}

.literally.toolbar-at-top .lc-drawing {
	bottom: 0;
	top: 31px
}

.literally.toolbar-at-top .lc-options {
    top: 0;
    border: 1px solid #C1C1C1;
    padding: 5px;
}

.literally.toolbar-at-bottom .lc-drawing {
	bottom: 31px;
	top: 0
}

.literally.toolbar-at-bottom .lc-options {
	bottom: 0;
	border-top: 1px solid #C1C1C1;
}

.literally.toolbar-hidden .lc-drawing {
	left: 0;
	right: 0;
	bottom: 0;
	top: 0
}



.literally.toolbar-hidden .lc-options,
.literally.toolbar-hidden .lc-picker {
	display: none;
}

.literally {
	position: relative;
    /* background-color: #DFE2E2; */
	min-height: 800px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	/*-ms-touch-action: none;*/
	user-select: none;
	z-index: 9999;
}

.literally,
.literally * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.literally>* {
	position: absolute;
	
}

.literally .lc-picker {
	top: 0px;
	left: 0px;
	bottom: 0;
	width: 70px;
	
}

.literally .lc-drawing {
	right: 0;
	left: 0;
	bottom: 0;
	left: 0;
    
}

.literally .lc-drawing>* {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
   
}

.literally .lc-drawing.with-gui {
	right: 0;
	left: 61px;
	cursor: default;
   
}

.literally .lc-drawing.with-gui .polygon-toolbar {
	top: auto;
	
   
}

.literally .lc-drawing.with-gui .polygon-toolbar .polygon-toolbar-button {
	float: left
    
}

.literally .lc-drawing.with-gui .text-tool-input:focus {
	outline: none;
    
}



.literally .lc-picker {
	z-index: 1001;
	/* max-width: 75px; */
	max-width: 60px;
    padding: 10px;
    margin-top: -12px;
    

    
}

/*.literally .lc-picker .toolbar-button {
	width: 50%;
	height: 50px;
	line-height: 50px;
	padding: 0;
	cursor: pointer;
	text-align: center;
    border-radius: 0 0 5px 5px;
	
   
    
}*/


.literally .lc-picker .toolbar-button {
	text-decoration: none;
	cursor: pointer;
    background-color: #2993d1;
    width: 100%;
    padding: 10px;
	height: auto;
	box-shadow: grey;
    

}

.literally .lc-picker .toolbar-button.selected:not(.disabled) {
	opacity: 1;
	width: 100%;
	/*height: 40px;*/
    
    
	/* border: 2px solid black; */
}

.literally .lc-picker .toolbar-button:hover:not(.disabled) {
	background-color: #8100ae;
}

.literally .lc-picker .toolbar-button.disabled {
	cursor: default;
	/* opacity: 0.3; */
	float: right;
	margin-right: 100px;
	opacity: 0.8;
}

.literally .lc-picker .toolbar-button.selected {
	background-color: #8100ae;
	opacity: 0.8;
}

.literally .lc-picker .thin-button {
	cursor: pointer;
	float: left;
	position: relative;
	/* height: 56px; */
	height: 42px;
	left: 10px;
}

.literally .lc-picker .fat-button {
	clear: both;
	width: 40px;
	height: 57px;
	background-position: center;
	background-image: url(../images/iconos/trash.png);
	background-repeat: no-repeat;
	margin-left: 40px;
	border-radius:  0 0 10px 10px;
	

    
}

.literally .lc-picker .lc-pick-tool,
.literally .lc-picker .lc-undo,
.literally .lc-picker .lc-redo,
.literally .lc-picker .lc-zoom-in,
.literally .lc-picker .lc-zoom-out {
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
    
}


.literally .color-well {
	font-size: 13px;
    float: left;
    width: 40px;
    text-align: center;
	margin-left: 40px;
	font-weight: bold;
	background-color: #2993d1;
    
}

.literally .color-well.open {
	background-color: #2993d1;
}

.literally .color-well-color-container {

	position: relative;
	width: 30px;
	height: 30px;
	margin: 1px auto;
	overflow: visible;
	background-position: center;
}
/*
.color-well-color-container:nth-child(1){
	background-image: url(../images/iconos/tool-stroke.png) !important;
	background-color:red;
}

.color-well-color-container:nth-child(2){
/*	background-image: url(../images/iconos/tool-fill.png) !important;
background-color: royalblue;
}*/



.literally .color-well-color-container {
	text-decoration: none;
	cursor: pointer;
    
}

.literally .color-well-color-container.selected:not(.disabled) {
	background-color: #0c9d4d
}

.literally .color-well-color-container:hover:not(.disabled) {
	border-color: #0c9d4d
}

.literally .color-well-color-container.disabled {
	cursor: default;
	opacity: 0.3
}

.literally .color-well-color-container .color-well-checker {
	position: absolute;
	width: 30%;
	height: 30%;
}

.literally .color-well-color-container .color-well-checker-top-left {
	border-top-left-radius: 3px
}

.literally .color-well-color-container .color-well-checker-bottom-right {
	border-bottom-right-radius: 3px
}

.literally .color-well-color-container .color-well-color {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

}

.literally .color-picker-popup {
	position: absolute;
	z-index: 1;
	background-color: white;
	border: 1px solid #555;
	left: 79px;
	/* bottom: 31px */
	top: -226px !important;
	color: black;
}

.literally .color-picker-popup .color-row {
	clear: both
}

.literally .color-picker-popup .color-row .color-cell {
	cursor: pointer;
	width: 20px;
	height: 20px;
	line-height: 20px;
	float: left;
}

.literally .color-picker-popup .color-row .color-cell:hover,
.literally .color-picker-popup .color-row .color-cell.selected {
	border: 1px solid #555;
	line-height: 18px
}

.literally .color-picker-popup .color-row .color-cell.transparent-cell {
	width: 100%
}

.literally .horz-toolbar {
	height: 45px;
    width: 85%;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.7);
}
/*
.literally .horz-toolbar:before{
    
}*/


.literally .horz-toolbar .label {
	line-height: 30px;
	margin: 0 0.25em 0 0.25em;
	font-size: 12px
}

.literally .horz-toolbar span {
	line-height: 30px;
	margin: 0 0.25em 0 0.25em;
	font-size: 12px;
	float: left
}

.literally .horz-toolbar .square-toolbar-button {
	border: 2px solid transparent;
	border-radius: 3px;
	margin: 1px;
	border: 1px solid #aaa;
	width: 28px;
	height: 28px;
	float: left;
	position: relative;
}

.literally .horz-toolbar .square-toolbar-button {
	text-decoration: none;
	cursor: pointer
}

.literally .horz-toolbar .square-toolbar-button.selected:not(.disabled) {
	background-color: #a1d9fe
}

.literally .horz-toolbar .square-toolbar-button:hover:not(.disabled) {
	border-color: #a1d9fe
}

.literally .horz-toolbar .square-toolbar-button.disabled {
	cursor: default;
	opacity: 0.3
}

.literally .horz-toolbar .square-toolbar-button img {
	max-width: 100%;
	max-height: 100%
}

.literally .horz-toolbar .square-toolbar-button label {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	line-height: 26px;
	margin: auto;
	float: none;
	text-align: center
}

.literally .polygon-toolbar {
	position: absolute;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	width: 100%
}

.literally.toolbar-at-bottom .polygon-toolbar {
	top: -100%
}

.literally.toolbar-at-top .polygon-toolbar {
	top: 100%
}

.literally .lc-options {
	z-index: 1002;
	right: 0;
	left: 80px;
    
}

.literally .lc-options .lc-font-settings {
	height: 40px;
	line-height: 35px;
	padding-left: 4px;
}

.literally .lc-options .lc-font-settings input {
	margin: 0 0.5em 0 0
}

.literally .lc-options .lc-font-settings input[type=checkbox] {
	margin: 0 0.5em 0 0.5em
}

