html, 
body {
  height: 100%;
	width: 100%;
}

.main-container-login{
	width: 100%;
	background-color: #f1f1f1;
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.main-container
{
	width: 100%;
	background-color: #f1f1f1;
	min-height: 100vh;
	display: inline-flex;
}
.container-login{
	margin: auto;
	position: relative;
	display: inline-flex;
	width: 100%;
	padding: 22px 0px;
	justify-content: center;
}
.si-login-title{
	font-size: 32px;
	font-weight: bold;
	padding: 10px 0px;
}

select.si-log{
	font-size: 14px;
	height: 30px;
	border-radius: 2px;
	width: -webkit-fill-available;

}
.dash-shipments{
  padding-top: 12px;
}

.dash-sync{
  padding: 12px;
}

.btn-dash-sync{
  width: 100%;
  height: 100px;
}

.btn-dash-sync:focus{
  outline: 3px solid -webkit-focus-ring-color
}

button.second-button{
  width: 100%;
}

.side-bar-menu
{
	width: 20vw;
	background-color: silver;
	padding: 15px 15px;
	min-height: 100vh;
}

a.has-sub:before {
	font-family: 'FontAwesome';
	content: "\f078";
	float: right;
	transition: all 0.5s;
}

a.has-sub[aria-expanded="true"]:before{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.container-dashboard
{
	width: 80vw;
	padding: 10px;
}
.container-store{
  width: 100%;
	padding-top: 10px;
}
.container-store .container{
  max-width: 100%;
  width: 95%;
}

.top-bar-info
{
	max-width: 100%;
	text-align: left;
	border-bottom: 2px solid darkgray;
	font-size: 14px;
	padding-bottom: 6px;
}

.nav-link-icon
{
	color: black;
}

.profile-image
{
	display: block;
	height: 60px;
	overflow: hidden;
}

.profile-image img 
{
	width: 60px;
}

.profile-subinfo
{
	width:100%;
	text-align:right;
	line-height: 12px;
}

.menu-header
{
	display: block;
	padding: 8px 16px;
	color: black;
}

.menu-content
{
	padding-top: 20px;
}
.menu-content ul
{
	list-style-type: none;
  margin: 0;
  padding: 0;
}


.menu-content ul li ul{
	display: block;
	padding: 0px 16px;
  text-decoration: none;
	color: black;
}

.menu-content ul li a, .menu-content ul li span
{
	display: block;
	padding: 12px 16px;
  text-decoration: none;
	color: black;
}

.menu-content ul li a:hover
{
	background-color: #555;
  color: white;
}
.si-listado{
	padding: 15px 8px;
	
}
.si-searcher, .si-add-element{
padding: 8px 10px;
}


input.si-input-search, input.si-input-form, select.si-input-search, select.si-input-form, input.si-input-form-small{
	font-size: 14px;
	height: 30px;
	border-radius: 2px;
}

.si-input-form{
	width: 95%;
}

select.si-input-search{
	min-width: 25%;
}

select.si-input-search-product{
	min-width: 80%;
}

select.si-input-search-category{
  width: 95%;
}
input[type="text"].si-input-search{
	min-width: 50%;
}

.si-input-form-price{
	width: 90%;
}

.si-input-form-price.disabled {
  pointer-events:none; /* No cursor */
  background-color: #eee; /* Gray background */
}

button.si-button.search-button, button.si-button.add-element-button{
	height: 30px;
	border-radius: 5px;
}

button.add-element-button{
	float: right;
	min-width: 24%;
}

.si-action-list{
	text-align: center;
	display: inline-flex;
	margin: 0;
	padding: 0px 5px;
}

.si-action-list li{
	padding: 2px 8px;
	list-style: none;
}
.si-action-list li a{
	color: black;
}

.si-prod-list{
	text-align: center;
}
.si-prod-list img{
	width: 60px;
  height: 80px;
}
.si-header-form{
	padding: 10px;
}
.si-form-content{
 padding: 10px;
}
.si-form-content .row{
	padding-bottom: 16px;
}
.si-label-form{
	display: block;
}
.si-content-upload-image{
	width: 95%;
	text-align: center;
}
img.si-image-preview{
	width: 100px;
	height: 100px;
	display: block;
	margin: auto;
	padding-bottom: 8px;
}

img.si-image-product-preview{
	width: 160px;
	height: 160px;
	display: block;
	margin: auto;
	padding-bottom: 8px;
}

#si-image-prod-preview{
  width: 180px;
	height: 180px;
	display: block;
	margin: auto;
	padding-bottom: 8px;
}
div.si-image-prod-container-child{
  width: 200px;
  display: inline-grid;
  display: -ms-inline-grid;
  display: -moz-inline-grid;
}
.si-image-prod-preview{
  width: 180px;
	height: 180px;
	display: block;
	margin: auto;
	padding-bottom: 8px;
}

/*Toogle switch*/
.si-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 32px;
}
.si-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: darkgray;
}
input:focus + .slider {
  box-shadow: 0 0 1px #555;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

button.si-action-button{
	min-width: 20%;
	float:right;
	margin: 0px 10px;
}

button.si-open-form-button{
	min-width: 60%;
	margin: 32px 10px 0px 10px;
}
button.save-button{
	background-color: lightgrey;
}

.si-star-rating {
  display: inline-flex;
	flex-direction: row-reverse;
}

input[type=radio].si-input-rating{
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	pointer-events: none;
}
input[type=radio].si-input-rating + label{
	cursor: pointer;
}

input[type=radio].si-input-rating:checked ~ .si-label-rating {
  color: goldenrod;
}

input[type=radio].si-input-rating:hover,
input[type=radio].si-input-rating:hover ~ .si-label-rating {
  color: goldenrod;
}

div.grant-edit .row .col-md-3{
  align-content: center;
  text-align: left;
}

/******Datatable*******/
.dt-info, .dt-paging{
	display: inline-block;
	padding: 10px 0px;
}

.dt-paging.paging_simple_numbers{
	float: right;
}

table.row-details{
	width: 100%;
}
table.row-details tbody tr {
	border: 1px solid black;
}

table.dataTable th.dt-type-date, table.dataTable td.dt-type-date {
  text-align: left !important;
}

.stat-error{
	color: red !important;
}
.stat-success{
	color: forestgreen !important;
}
.stat-warning{
	color: goldenrod !important;
}
.stat-info{
	color: skyblue !important;
}
.stat-normal{
  color: black;
}

#alert-notification{
  background-color: transparent;
  color: black;
  border: none;
}

li.li-notification{
  font-size: 12px;
  text-decoration: none;
}

.dropdown-menu li, .dropdown-menu li a {
  white-space: normal;
  float: left;
  width: 100%;
  height: auto;
  word-wrap: break-word;
}

.notification-content{
  max-width: 350px;
  white-space: normal;
  float: left;
  width: 100%;
  height: auto;
  word-wrap: break-word;
}

.st-list-card{
  margin-left: 0px;
  margin-right: 0;
  /*border: 1px solid red;*/
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
}
.si-prod-store{
  border: 1px solid gray;
  width: calc(93% / 3);
  display: block;
  float: left;
  height: 560px;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 1px 1px lightgray;
}
.si-store-info{
  padding-top: 24px;
}
.si-store-label{
  font-size: 18px;
  font-weight: bold;
  padding-left: 4px;
  padding-right: 4px;
  height: 50px;
}
.si-prod-image{
  width: 95%;
  margin-left: 0px;
  margin-right: 0px;
  margin: auto;
  padding-top: 15px;
}
.si-prod-image a{
  width: inherit;
}
.si-prod-image a img{
  width: inherit;
  margin: auto;
  max-height: 45vh;
  height: 45vh;
  border-radius: 12px;
}
.st-pagination{
  width: 100%;
  display: inline-block;
  text-align: center;
}
.st-pagination ul{
  display: inline-flex;
}
.st-pagination ul li{
  display: block;
  padding: 0px 10px;;
}
.st-no-result{
  display: none;
  text-align: center;
}
a.si-btn:link, a.si-btn:visited{
  background-color: #ccc;
  color: black;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 1px solid gray;
  border-radius: 5px;
}

img.si-image-detail{
	width: 400px;
	height: 400px;
	display: block;
	margin: auto;
	padding: 8px;
  border-radius: 16px;
}
.si-label-detail{
  font-size: 18px;
  font-weight: bold;
}
.si-label-detail-value{
  font-size: 18px;
}
.backdrop_sweet_loader{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0%;
  left:0%;
  z-index: 12;
  background-color: rgba(0, 0, 0, 0.3);
}
.sweet_loader {
	width: 140px;
	height: 140px;
	margin: 0 auto;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-name: ro;
	transform-origin: 50% 50%;
	transform: rotate(0) translate(0,0);
  position: absolute;
  top: 40%;
  left: 50%;
}
@keyframes ro {
	100% {
		transform: rotate(-360deg) translate(0,0);
	}
}


@media screen and (max-width: 550px){
  .si-prod-store{
    width: calc(90% / 2);
    display: block;
    float: left;
    height: 380px;
  }
  .si-store-info{
    padding-top: 24px;
  }
  .si-store-label{
    font-size: 18px;
    font-weight: bold;
    padding-left: 4px;
    padding-right: 4px;
    height: 75px;
  }
  .si-prod-image{
    width: 95%;
  }
  .si-prod-image a img{
    max-height: 18vh;
    height: 18vh;
  }

  .container-store-detail{
    width: 95%;
    margin: auto;
  }
}
/*#main-container
{
	width: 100%;
	background-color: #f1f1f1;
	min-height: 100vh;
}

div.container
{
	width: 90%;
	background-color: white;
	border-radius: 6px;
	min-height: 90vh;
	padding-bottom:24px;
}

div.inner-container
{
	margin-top: 24px;
	padding-top: 10px;
}

div.container-login{
	width: 90vw;
	background-color: white;
	border-radius: 6px;
	height: 100vh;
	padding-bottom:24px;
	margin-left: 0;
	margin-right: 0;
	margin: auto;
	display: flex;
    align-items: center;
    justify-content: center;
}

div.center-custom{
	width: 95%;
	height: auto;
    align-items: center;
	padding-left: 10px;
	padding-right: 10px;

}
.info-orden-col
{
	padding-top: 15px;
	width: 100%;
}

.label-form
{
	text-align:left; 
	padding: 2px 10px 2px 10px; 
	font-weight:bold;
	font-size: 16px;
	float: left;
	min-width: 50%;
	margin: 0;
}
.label-form-extra
{
	text-align:left; 
	padding: 2px 10px 2px 10px; 
	font-weight:bold;
	font-size: 16px;
	float: left;
	min-width: 25%;
	margin: 0;
}

.input-form
{
	text-align:left; 
	padding: 0px 5px 0px 5px; 
	font-size: 16px;
	float: left;
	border-radius: 8px;
	width: 50%;
	margin: 0;
	box-sizing: border-box;
	
	border: 1px solid #eee;
    border-left: 5px solid !important;
    border-radius: 5px;
    transition: border-color .5s ease-out !important;
}
.input-form-extra
{
	text-align:left; 
	padding: 0px 5px 0px 5px; 
	font-size: 16px;
	float: left;
	border-radius: 8px;
	width: 75%;
	margin: 0;
	box-sizing: border-box;
	
	border: 1px solid #eee;
    border-left: 5px solid !important;
    border-radius: 5px;
    transition: border-color .5s ease-out !important;
}

.input-form-small{
	text-align:left; 
	padding: 0px 5px 0px 5px; 
	font-size: 16px;
	float: left;
	border-radius: 8px;
	width: 40%;
	margin: 0;
	box-sizing: border-box;
	
	border: 1px solid #eee;
    border-left: 5px solid !important;
    border-radius: 5px;

}

.tablaOrdenForm
{
	width: 100%;
}

.tablaListado{
	width: 50%;
}

.tablaListado2{
	width: 100%;
	font-size: 12px;
}
.font-small{
	font-size: smaller important!;
}

.table-head{
	width: 100%;
	top: 0;
	left: 0;
	
	box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.table-head > tr.head{
	color: white;
	background: #8e54e9;
    background: -moz-linear-gradient(left,#8e54e9 0,#4776e6 100%);
    background: -webkit-gradient(linear,left,right,color-stop(0,#8e54e9),color-stop(100%,#4776e6));
    background: -webkit-linear-gradient(left,#8e54e9 0,#4776e6 100%);
    background: -o-linear-gradient(left,#8e54e9 0,#4776e6 100%);
    background: -ms-linear-gradient(left,#8e54e9 0,#4776e6 100%);
    background: linear-gradient(to right,#8e54e9 0,#4776e6 100%);
}
.table-head > tr.head > th{
	padding-left: 10px;
    font-size: 15px;
}

td.cell100{
	text-align:center;
}
th.cell100{
	text-align:center;
}

td.cell100 > select, td.cell100 > input, td.cell100 > textarea{
	width: 95%;
	border-radius: 5px;
	border-style: groove;
}


div.cell100 
{
	text-align: right;
	
}

.label-form2
{
	padding: 2px 10px 2px 10px; 
	font-weight:bold;
	font-size: 16px;
	margin: 0;
}

input.input-form:required:valid{
	border-left-color: forestgreen !important;	
	background-color: transparent;
}
input.input-form:required:invalid{
	border-left-color: firebrick !important;
	background-color: transparent;
}
input.input-form:read-only{
	border-left-color: gray !important;
	background-color: lightgray;
}

input.input-form-extra:required:valid{
	border-left-color: forestgreen !important;	
	background-color: transparent;
}
input.input-form-extra:required:invalid{
	border-left-color: firebrick !important;
	background-color: transparent;
}
input.input-form-extra:read-only{
	border-left-color: gray !important;
	background-color: lightgray;
}

select.input-form:required:valid{
	border-left-color: forestgreen !important;	
	background-color: transparent;
}
select.input-form:required:invalid{
	border-left-color: firebrick !important;	
	background-color: transparent;
}
select.input-form:read-only{
	border-left-color: gray !important;
	background-color: lightgray;
}

textarea.input-form:required:valid{
	border-left-color: forestgreen !important;	
}
textarea.input-form:required:invalid{
	border-left-color: firebrick !important;	
}
textarea.input-form:read-only{
	border-left-color: gray !important;
	background-color: lightgray;
}

div.cell100 > input{
	width: 10%;
	border-radius: 5px;
	border-style: groove;
}

input.falseLabel{
	background-color: transparent;
    border-style: none !important;
    pointer-events: none;
}
.headerButton{
	background-color: #ffd28f;
    border-radius: 4px;
	text-align: center;
    width: 24px;
	height: 24px;
    color: black;
	font-weight: bold;
	border: none;
}
.orderButton{
	background-color: #FFB548;
    border-radius: 4px;
    padding: 5px 10px 5px 10px;
    color: white;
	font-weight: bold;
	border: none;
}

.orderButton:disabled{
	background-color: burlywood;
    border-radius: 4px;
    padding: 5px 10px 5px 10px;
    color: white;
	font-weight: bold;
	border: none;
}

table.dataTable{
	border-collapse: collapse !important;
}

.dataTables_wrapper .dataTables_filter{
   float: left !important;
}
 
.dataTables_wrapper .dataTables_length{
   float: right !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
	padding: 2px 2px !important;
}

.tablero-op-1{
	width:100%;
	background: rgba(73,155,234,1);
	background: -moz-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
	background: -webkit-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: -o-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: -ms-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: linear-gradient(to right, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	border-radius: 8px;
	text-align: left;
	padding: 12px;
	position: relative;
}
.tablero-op-1  > a, .tablero-op-2  > a, .tablero-op-3 > a, .tablero-op-4 > a, .tablero-op-5 > a, .tablero-op-6  > a, .tablero-op-7  > a, .tablero-op-8  > a, .tablero-op-9  > a{
	font-size: 20px;
	color:	white;
	text-decoration: none;
	display: block;
	width: 90%;
	position: absolute;
	height: 80%;
}

.tablero-op-1  > a:hover, .tablero-op-2  > a:hover, .tablero-op-3 > a:hover, .tablero-op-4 > a:hover, .tablero-op-5 > a:hover, .tablero-op-6  > a:hover, .tablero-op-7  > a:hover, .tablero-op-8  > a:hover{
	font-size: 21px;
	color:	black;
}

.tablero-op-9  > a:hover{
	font-size: 21px;
	color:	lightgray;
}

.tablero-op-2{
	background: rgba(203,96,179,1);
	background: -moz-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(219,54,164,1) 39%, rgba(168,0,119,1) 97%, rgba(168,0,119,1) 97%, rgba(168,0,119,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(203,96,179,1)), color-stop(39%, rgba(219,54,164,1)), color-stop(97%, rgba(168,0,119,1)), color-stop(97%, rgba(168,0,119,1)), color-stop(100%, rgba(168,0,119,1)));
	background: -webkit-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(219,54,164,1) 39%, rgba(168,0,119,1) 97%, rgba(168,0,119,1) 97%, rgba(168,0,119,1) 100%);
	background: -o-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(219,54,164,1) 39%, rgba(168,0,119,1) 97%, rgba(168,0,119,1) 97%, rgba(168,0,119,1) 100%);
	background: -ms-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(219,54,164,1) 39%, rgba(168,0,119,1) 97%, rgba(168,0,119,1) 97%, rgba(168,0,119,1) 100%);
	background: linear-gradient(to right, rgba(203,96,179,1) 0%, rgba(219,54,164,1) 39%, rgba(168,0,119,1) 97%, rgba(168,0,119,1) 97%, rgba(168,0,119,1) 100%);
	border-radius: 8px;
	text-align: left;
	padding: 12px;
	position: relative;
}

.tablero-op-3{
	background: rgba(169,3,41,1);
	background: -moz-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(169,3,41,1)), color-stop(44%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1)));
	background: -webkit-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -o-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -ms-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: linear-gradient(to right, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	border-radius: 8px;
	text-align: left;
	padding: 12px;
	position: relative;
}

.tablero-op-4{
	background: rgba(164,179,87,1);
	background: -moz-linear-gradient(left, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(164,179,87,1)), color-stop(100%, rgba(117,137,12,1)));
	background: -webkit-linear-gradient(left, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
	background: -o-linear-gradient(left, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
	background: -ms-linear-gradient(left, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
	background: linear-gradient(to right, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
	border-radius: 8px;
	text-align: left;
	padding: 12px;
	position: relative;
}

.tablero-op-5{
	background: rgba(255,175,75,1);
	background: -moz-linear-gradient(left, rgba(255,175,75,1) 0%, rgba(255,108,10,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,175,75,1)), color-stop(100%, rgba(255,108,10,1)));
	background: -webkit-linear-gradient(left, rgba(255,175,75,1) 0%, rgba(255,108,10,1) 100%);
	background: -o-linear-gradient(left, rgba(255,175,75,1) 0%, rgba(255,108,10,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,175,75,1) 0%, rgba(255,108,10,1) 100%);
	background: linear-gradient(to right, rgba(255,175,75,1) 0%, rgba(255,108,10,1) 100%);
	border-radius: 8px;
	text-align: left;
	padding: 12px;
	position: relative;
}

.tablero-op-6{
	background: rgba(243,226,199,1);
	background: -moz-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 38%, rgba(182,141,76,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,226,199,1)), color-stop(38%, rgba(193,158,103,1)), color-stop(100%, rgba(182,141,76,1)));
	background: -webkit-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 38%, rgba(182,141,76,1) 100%);
	background: -o-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 38%, rgba(182,141,76,1) 100%);
	background: -ms-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 38%, rgba(182,141,76,1) 100%);
	background: linear-gradient(to right, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 38%, rgba(182,141,76,1) 100%);
	border-radius: 8px;
	text-align: left;
	padding: 12px;
	position: relative;
}

.tablero-op-7{
	background: rgba(235,233,249,1);
	background: -moz-linear-gradient(left, rgba(235,233,249,1) 0%, rgba(206,199,236,1) 0%, rgba(193,191,234,1) 44%, rgba(115,89,194,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(235,233,249,1)), color-stop(0%, rgba(206,199,236,1)), color-stop(44%, rgba(193,191,234,1)), color-stop(100%, rgba(115,89,194,1)));
	background: -webkit-linear-gradient(left, rgba(235,233,249,1) 0%, rgba(206,199,236,1) 0%, rgba(193,191,234,1) 44%, rgba(115,89,194,1) 100%);
	background: -o-linear-gradient(left, rgba(235,233,249,1) 0%, rgba(206,199,236,1) 0%, rgba(193,191,234,1) 44%, rgba(115,89,194,1) 100%);
	background: -ms-linear-gradient(left, rgba(235,233,249,1) 0%, rgba(206,199,236,1) 0%, rgba(193,191,234,1) 44%, rgba(115,89,194,1) 100%);
	background: linear-gradient(to right, rgba(235,233,249,1) 0%, rgba(206,199,236,1) 0%, rgba(193,191,234,1) 44%, rgba(115,89,194,1) 100%);
	border-radius: 8px;
	text-align: left;
	padding: 12px;
	position: relative;
}

.tablero-op-8{
	background: rgba(147,206,222,1);
	background: -moz-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(147,206,222,1)), color-stop(41%, rgba(117,189,209,1)), color-stop(100%, rgba(73,165,191,1)));
	background: -webkit-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
	background: -o-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
	background: -ms-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
	background: linear-gradient(to right, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
	border-radius: 8px;
	text-align: left;
	padding: 12px;
	position: relative;
}

.tablero-op-9{
	background: rgb(3,1,25);
	background: -moz-linear-gradient(90deg, rgba(3,1,25,1) 0%, rgba(136,3,153,1) 100%, rgba(255,111,0,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(3,1,25,1) 0%, rgba(136,3,153,1) 100%, rgba(255,111,0,1) 100%);
	background: linear-gradient(90deg, rgba(3,1,25,1) 0%, rgba(136,3,153,1) 100%, rgba(255,111,0,1) 100%);
	border-radius: 8px;
	text-align: left;
	padding: 12px;
	position: relative;
}

#logIn{
	width: 50vh;
	height: 20vw;
	margin-right: 0;
	margin-left:0;
	margin-top: 0;
	margin-bottom:0;
	margin: auto;
	background: gray;
	display: flex;
	align-items: center;
	justify-content: center;
}

button.btn-listado{
	border: none;
}
*/