*{
	box-sizing: border-box;
}
html, body {
	height: 100%;
	width: 100%;
}

body {
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.atras{
	position: absolute; 
	top: 216px;
	left: 1%;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("../img/restart.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	z-index: 101;
	


}

#info{
    position: absolute;
    top:92px;
    left: 10px;
    height: 38px;
    cursor: pointer;
}
.pop-ap{
    display: none;
    text-align: left;
    color: orange;
    padding: 10px;
    position: fixed;
    background-color: #505050;
    border-radius: 5px;
    left: 45;
    top: 149;
    z-index: 3;
}




.titulo{
	color: white;
	font-size:10px;
}
#fake_textarea {
	width: 100%;
	height: 200px;
	border: 1px solid red;
  }

.text-bar{
	position: -webkit-sticky;
  	position: sticky;
  	top: 0;
	background: linear-gradient( to left,#d8d8d8,#e9e9e9);
	display: flex;
	justify-content: center;
	z-index: 100;
	/*border-radius: 0px 0px 250px 250px;*/
	/*margin: 0px 80px;*/
}
.text-bar button{
    border-radius: 40px;
    height: 25px;
    width: 25px;
    border: 1px solid #5e60615e;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 10px;
    cursor: pointer;
    z-index: 100;
    background-repeat: no-repeat;
    }
.text-bar button:hover{
	transition: all 100ms;
	border: 1px solid rgb(248, 248, 248);
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.192);
}
#text-left{
	background: url("../img/left-alignment.svg");
}
#text-center{
	background: url("../img/center-alignment.svg");
}


#text-right{
	background: url("../img/right-alignment.svg");

}
#text-justify{
	background: url("../img/alignment.svg");
}

#undo{
    background: url("../img/undo.svg");
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
}

#tik{
	background: url("../img/tick.svg");
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: center;
}
#tok{
	background: url("../img/close-button.svg");
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: center;

}
#ou{
	background: url("../img/icon.svg");
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: center;

}

#desplegaColors{
	background: url("../img/rgb.svg");
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
}
/*SELECTOR DE COLORES*/

#bgcolor{
	width: 100px;
	border-radius: 1px;
	border: 10px solid rgb(212, 210, 210);
        background-color: #f9f9f9;
}


#colors{
	width: 100%;
	height: 40px;
	position: absolute;
	background: linear-gradient( to left,#d8d8d8,#e9e9e9);
	/*display: none;*/
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.color{
	display: inline-block;
	height: 30px;
	background-color: red;
	border-radius: 100px;
	width: 30px;
	border: 1px solid #bdc3c75e;
	margin: 10px;
	cursor:pointer;
}
#white{
	background-color: white;
}

#red{
	background-color: rgba(255, 0, 0, 0.158);
}
#green{
	background-color: #b2c862;
}
#gray{
	background-color: #3aaaff59;
}
#brown{
	background-color: rgba(165, 42, 42, 0.301);
}








.combi{
	width: 20px;
	height: 20px;
	border-radius: 10px;
	position: absolute;
	left: -2px;
	cursor: pointer;
	top:15px;
	background: url("../img/combine.svg");
	background-repeat: no-repeat;
	z-index: 0;
}

.combi-bajo{
	width: 20px;
	height: 20px;
	border-radius: 10px;
	position: absolute;
	left: 36%;
	cursor: pointer;
	bottom:-10px;
	background: url("../img/combine.svg");
	background-repeat: no-repeat;
	
}





#generalContainer {
    /*padding: 10px;*/
    margin: 0 auto;
    text-align: center;
    
}

.buttoninsert{
    /*background-image: linear-gradient(to right,#697f96,#231f20); #fff101 amarillo, #231f20 negro*/
     background: url('/img/bg-breadcrumb-bien.png');
    padding: 2px;
    border-radius: 10px;
    color: white;
    width: 200px;
    border: none;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.75);
    cursor: pointer;
    display: block;
    margin: 20px auto;
    font-weight: bold;
}

.control {
	
	
	
}
.titulos, .valores{
	display: flex;
	justify-content: center;
	/*flex-wrap: wrap;*/
	align-items: center;
	background: linear-gradient( to left,#d8d8d8,#e9e9e9);
    margin-top: -10px;
	
}
.titulos * {
    flex: 0 0 100px;
    margin: 10px 20px;
    
}

.titles, .value{
	
	height: 26px;
	min-width: 100Px;
	border-radius: 5px;
	border: 1px solid #697f96;
	text-align: center;
	margin: 10px 10px;
	/*line-height: 40px;*/
	text-align: center;
	padding: 0px 10px;
	background:white;
}

/***************AÑADIR O QUITAR*******/
#centro{
	position: relative;
}

#suma,#resta, #sumalat, #restalat{
	min-width: 30px;
	height: 30px;
	background-image:linear-gradient(to right,  #b9ce65d7,#007a49e3); 
	border-radius: 50px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px;
	cursor: pointer;
	background-position: center !important;
	
}
#suma, #sumalat{
	font-size: 50px;
	padding-bottom: 0px;
	background: url("../img/plus\(1\).svg");
	background-repeat: no-repeat;
}


#resta, #restalat{
	font-size: 110px;
	padding-bottom:22px;
	right: 0;
	font-weight: lighter;
	background: url("../img/minus.svg");
	background-repeat: no-repeat;
}



.pack-sumas-restas{
	display: flex;
	justify-content: center;
	width: 20%;
	margin: 10px auto;
	/*background-color: rgba(128, 128, 128, 0.226);*/
	border-radius: 0px 10px 0px 10px;
	padding: 10px;
	position: relative;
}
.pack-sumas-restas::before{
	content: "Filas";
	position: absolute;
	top: 0px;
}

.pack-sumas-restas-lateral{
	position: absolute;
	right: 0px;
	top: 20%;
	/*background-color: rgba(128, 128, 128, 0.226);*/
	border-radius: 10px 0px 0px 10px;
	padding: 10px;
}
.pack-sumas-restas-lateral::before{
	content: "Columnas"
}


.edit-nor{
    position: fixed;
    top: 66%;
    right: 0px;
    width: auto;
}
.edit-lat{
   position: fixed;
   top: 40%; 
}

















#gentabla {
	z-index: 2;
	padding: 20px;
	position: relative;
	margin: auto;
	padding-right: 100px;
        max-width: 1200px;
	
}


#gentabla table {
	margin: 0;
        width: 100% !important;
	z-index: 2;
        border-collapse: collapse;
        
}
#gentabla button{
        background-image: linear-gradient(to right,#697f96,#231f20);
	padding: 2px;
	border-radius: 25px;
	color: white;
	width: 200px;
	border: none;
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.75);
	cursor: pointer;
	display: block;
	margin: 20px auto;
        height: 50px;
}
#gentabla td{
	width: 100px;
	height: 50px;
	border: 1px solid green;
	text-align: center;
        z-index: 0;
}



.title {
	color: #104932;
	/*background-image: url("../img/menu_principal_background.png");*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	border-radius: 10px;
        margin-top: 20px;
}

#tablasipcam{
	border-radius: 10px;
	border: 1px solid green;
	text-align: center;
	position: relative;
	width: 100%;
        /*border-collapse: collapse !important;*/
}
#tablasipcam td{
	padding: 10px;
}


