*{
	margin: 0;
	padding: 0;
}
.btn-primary, .btn-danger,.btn-warning{
	color:white !important;
}

/* latin */
@font-face {
  font-family: 'Amaranth';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Amaranth Regular'), local('Amaranth-Regular'), url(https://fonts.gstatic.com/s/amaranth/v10/KtkuALODe433f0j1zMnFHdA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Radley';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Radley Regular'), local('Radley-Regular'), url(https://fonts.gstatic.com/s/radley/v14/LYjDdGzinEIjCN1NqQNFlVs.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Radley';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Radley Regular'), local('Radley-Regular'), url(https://fonts.gstatic.com/s/radley/v14/LYjDdGzinEIjCN1NpwNF.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
font-family: 'Monaco';
font-style: normal;
font-weight: normal;
src: local('Monaco'), url('./font/Monaco.woff') format('woff');
}

header.head {
 width: 100%;
 height: 50px;
 background-color:#333;
}

body {

}

section#section1 {
	width: 100%;
	height: auto;

	display: flex;
    justify-content: center;
    align-items: center;
}

div.bar-title {
	position:relative;
    width:90%;
    height:40px;
    padding: 4px 19px;
    margin-top:20px;
    border-radius: 9px;
    box-shadow: 0px 0px 3px #333;
}

div.bar-title span {
    color:white;
    font-size: 20px;
    font-weight: 600;
}



.space-form {
	position: absolute;
	top: 130px;
	padding: 10px 50px;
	width: 100%;
	height: auto;
	background-color: transparent;
	float: left;
}

.container {
	width: auto;
	height: auto;
	background-color: transparent;
}

.row {
	margin-top: 20px;
}

.row-left {
	margin-top: 10px;
	margin-left: 4%;
}

.contain-pr {
	width: 45%;
	height: auto;
	position: absolute;
	padding: 0px 25px;
	background-color: transparent;
}

.contain-sc {
	width: 50%;
	height: auto;
	position: relative;
	float: right;
	box-shadow: 0px 0px 3px #333;
	background-color: transparent;
}

th {font-size: 13px;     font-weight: normal; padding: 8px;  background: #0094da;
    border-top: 1px solid #fff;    border-bottom: 1px solid #fff; color: #fff;
    text-align: center; border-left: 1px solid #fff; border-right: 1px solid #fff; 
    font-size: 12px;
}

td {padding: 8px;     background: #fafafa;     border-bottom: 1px solid #fff;
    color: #000;    border-top: 1px solid #fff; border-left: 1px solid #fff; border-right: 1px solid #fff;
    font-size: 12px;
 }

tr:hover td { background: #d0dafd; color: #339; }

td#center{text-align: center }


.table-info {
	width: 98%;
	margin-left: 1%;
	margin-top: 10px;
	margin-bottom: 10px;
}

textarea.ta { font-family: 'Monaco', serif !important; background-color:black !important;  color:yellow !important; padding:5px 15px;}

section#form{
	width: 90%;
	margin-left: 5%;
}

#fondo-e {
	width: 100%;
	height: 100%;
	background-color:#0094DA;
}

.text-center {
	position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -100px;
		margin-left: -150px;
}

.text-center h1 {
color:#000;
}

.text-center img {
margin-top:120px;
}

.mod {
  width: 25%;
  height: 270px;
  background-color: transparent;
  opacity: .85;
  padding: 10px 30px;
  margin: 0px auto;
  margin-top: 40px;
  margin-bottom: -40px;
  text-align: center;
  border-radius: 10px;
}

/*
.mod:hover{
  box-shadow: 0px 0px 3px #64a1e2;
  -webkit-transition:all 800ms ease;
-o-transition:all 800ms ease;
transition:all 800ms ease;
}
*/
img#fondo {
  width: 100%;
}

div.photo {
  margin-top: 60px;
}

#centertitle {
  color: #fff;
  font-size: 20px;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-top: 20px;
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}



input::placeholder{
  color:#0274C5;
}

.hide {
	display:none;
}

.user {
	position: absolute !important;
	right: 20px;
	float: right;
}

.container {
	height: 500px;
	margin-top: 70px;
}

.table-metodos {
	overflow: scroll;
}

.scroll {
	overflow: scroll;
}

#endpoint {
	padding: 1rem;
	background-color: #000;
	color:#aaa9a9;
	border-radius: 9px;
}

#endpoint::-webkit-scrollbar{
    width: 10px;
    background-color: transparent;
    height: 10px;
}

#endpoint::-webkit-scrollbar-thumb {
    background-color: #007BFF;
    border-radius: 20px;
    border: 2px solid #fff;
}

#endpoint::-webkit-scrollbar-track {
    border-radius: 10px;
}

ul.pagination{
	padding: 0.5rem;
	background-color:rgba(0,123,255,.5);
}

ul li.page-item{
	width: auto;
	padding: 0.5rem;
	border: 1px solid #dee2e6;
}

#moreItem::after {
	width:10px;
content: url('../images/iconAdd.png');
}

#deleteItem::after {
	width: 10px;
	content: url('../images/iconDel.png');
}

#edit_code {
	width: 100%;
	height: 250px;
	padding: 10px 10px 10px 10px;
	background-color: #fff;
	color:#495057;
	border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.noborder {
	border: 1px solid #fff !important;
	border-bottom: 1px solid #ced4da !important;
}

.noborder:focus {
	background:#dbdcdd !important;
	border: 0px;
	border-bottom: 1px solid #BFDEFF !important;
}

.infoPedidos {
	margin-top: 10 !important;
	padding: 2rem !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.infoPedidos div span{

}

.infoPedidos div ul {
	list-style: none;
}
