@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;
}

.td-w80 {
    width: 80px;
}

.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;
}

.btn-oca {
    background-color: #592C81;
    color: white;
}
.btn-oca:hover,
.btn-oca:visited {
    color: white;
}

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

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

/* Dropdown menu show when over */
/* .dropdown:hover .dropdown-menu {
    display: block;
} */

tr.bg-danger {
    background-color: lightpink !important;
}

.calculator-open {
    width: 67%;
}

.cheques-calendar .fc-title {
    font-size: 18px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.has-error .select2-selection {
    border-color: #a94442;
  }