@CHARSET "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
[v-cloak] > * { display:none }
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-circle.btn-xs {
  width: 15px;
  height: 15px;
  padding: 0px 0px;
  font-size: 6px;
  line-height: 1.33;
  border-radius: 10px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.modal-xl {
	padding-top: 50px;
    width: 90%;
}

.modal-lg {
	padding-top: 50px;
    width: 75%;
}

.modal-md {
	padding-top: 50px;
    width: 60%;
}

.modal-sm {
	padding-top: 50px;
    width: 40%;
}

.modal-xs {
	padding-top: 50px;
    width: 30%;
	min-width: 300px;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

@media (max-width: 768px) {
	.modal-md,.modal-xs,.modal-lg,.modal-sm {
		width: 95%;
	} 
}

.label-error {
	position: absolute;
    font-size: 10px;
}

.row {
	margin-bottom: 10px;
}

.has-feedback .form-control {
    padding-right: 10px;
}

body {
	font-size: 1.5em;
}

.td-center {
    text-align: center;
}
.table,
.div-table {
    display: table !important;
    width: 100%;
    background-color: white;
}
.div-table-header {
    display: table-header-group;
    font-weight: bold;
}
.div-table-footer {
    display: table-footer-group;
}
.div-table-row {
    display: table-row;
}
.div-table-row:hover {
    background-color: lightgray;
}
.div-cell-header {
    display: table-cell;
    font-weight: bold;
    padding: 5px;
    border-bottom: 2px solid gray;
}
.div-cell {
    display: table-cell;
    padding: 0px 5px 0px 5px;
    vertical-align: middle;
    border-bottom: 1px solid gray;
}
.qty {
    font-size: 30px;
    text-align: center;
    width: 50px;
}
.medidas {
    font-size: 16px;
    font-weight: bold;
}
.pedidos-qty {
	font-size: 40px;
    font-weight: bold;	
}
.center {
    text-align: center;
}
.actions-buttons .btn-group {
	white-space: nowrap;
}

.actions-buttons .btn-group .btn{
	float: none;
}
/* .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #e8e8e8;
} */

.operacion_id {
    font-size: 25px;
    font-weight: bold;
}

.shortcut-button {	
        /* border-radius: 3px; */
    /* position: relative; */
    padding: 3px 1px;
    margin: 9px 0 0px 0px;
    min-width: 40px;
    height: 30px;
    /* text-align: center; */
    color: #fff;
    /* border: 1px solid #ddd; */
    background-color: transparent;
    /* font-size: 12px; */
}

.btn-app:hover {
	background: transparent;
    color: white;
    border-color: #fff;
    border: 2px solid white;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.small {
    font-size: 14px;
}

/* Selector de estados en operaciones y otros */
.btn-selector {
    border: 1px #9e9e9ead solid;
    border-radius: 5px;
    border-bottom: unset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-selector:hover {
background-color: #f3f3f3;
}
.btn-selector.selected {
    border: 2px #9e9e9e85 solid;
    background-color: #8080801f;
    border-bottom: unset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-selectores {
border-bottom: 1px solid #9e9e9e82;
margin-bottom: 10px;
}

/* SHIPPING STATUS PREVENTAS */
.shipping {
font-size: 18px;
margin: 16px 0 0;
}

a {
    color: #4370ef;
}

.modal-content {
    border-radius: 5px;
    box-shadow: 5px 5px 30px;
}

/* Mensajes */
.direct-chat-messages {
    height: 100%;
}

.btn-meli {
    background-color: rgb(254, 230, 0);
    color: black;
}

.direct-chat-timestamp {
    color: #000;
    font-size: 12px;
}


.icons-list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    font-size: 0;
  }
  .icons-list > li {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    font-size: 13px;
  }
  .icons-list > li:first-child {
    margin-left: 0;
  }
  .icons-list > li > a {
    color: inherit;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .icons-list > li > a:hover,
  .icons-list > li > a:focus {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }
  .icons-list > li > a > i {
    top: 0;
  }
  .icons-list > li > a > .caret {
    margin-top: 0;
    margin-bottom: 0;
  }
  .icons-list-extended > li {
    margin-left: 10px;
  }

    .validation-error-label {
        color: red;
        font-weight: 400;
    }

    .validation-has-error {
        background-color: #ff00001c;
        border-color: red;
    }