*{
  border-radius: 0px !important;
}

.card-header{
  font-weight: bold !important;
  font-size: 20px;
}

.card-header a{
  font-size: 16px !important;
  margin-top: 4px;
}

.leftbar-content {
    width: 18%;
    height: 100%;
    background-color: #fafafa;
    float: left;
    position: fixed;
    padding: 10px 30px;
    overflow: auto;
    padding-bottom: 100px;
    -webkit-box-shadow: 3px 7px 8px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 7px 8px -7px rgba(0,0,0,0.75);
    box-shadow: 3px 7px 8px -7px rgba(0,0,0,0.75);
}

main.default-admin-content {
    width: 82%;
    float: right;
    margin-top: 68px;
}

.leftbar-content{
  padding-top: 68px
}

.leftbar-content a:hover, .leftbar-content label:hover{
  cursor: pointer;
}

.leftbar-content .dropdown-menu.show {
    width: 100%;
    border: none;
    background: transparent;
}

.leftbar-content .dropdown-menu.show {
    top: unset !important;
    position: unset !important;
    transform: none !important;
}

.leftbar-content li.leftBarFooter {
    bottom: 0;
    position: fixed;
    width: 18%;
    left: 0;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-top: solid 1px #fefefe;
    box-shadow: 0px -11px 9px rgba(0, 0, 0,0.04);
}

.topBoxImage{
    max-width: 40%;
    float: left;
}

.type-box :hover{
    cursor: pointer;
}

.topBoxImage img {
    max-width: 100%;
    height: auto;
    margin-top: -22px;
}

.topBoxFooter{
    display: table;
    width: 100%;
}

.topBoxRight {
    float: right;
    text-align: right;
    padding: 10px;
}

.topBoxMiddle {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}

.topBoxMiddle p{
  margin-bottom: 0px;
}

.topBoxMiddle .container-fluid{
 padding: 0px;
}

.topBoxRight p{
    margin-bottom: 0px;
}

.topBox {
    border: solid 0.5px #d0d0d0;
    padding: 10px;
    background-color: #fff;
}

.dashboard-content{
    margin-bottom: 30px;
    margin-top: 40px;
}

.dashboard-content .col-lg-3.col-md-6.col-sm-12,
.dashboard-content .col-lg-4.col-md-12,
.dashboard-content .col-lg-6.col-md-12{
    margin-top: 30px;
}

.middleBox {
    width: 100%;
    border: solid 0.5px #d0d0d0;
    padding: 10px;
    background-color: #fff;
}

.middleBoxHeader {
    max-width: 100%;
    max-height: 100px;
    margin-top: -22px;
}

.middleBoxHeader img {
    width: 100%;
    max-height: 100px;
}

.middleBoxContent p{
    margin-bottom: 0px;
}

.middleBoxContent {
    margin: 20px 10px;
}

.taskBox {
    border: solid 0.5px #d0d0d0;
    padding: 10px;
    background-color: #fff;
}

.taskBoxHeader {
    border: solid 0.5px #d0d0d0;
    padding: 10px;
    margin-top: -22px;
    background-color: #fff;
}

td.taskAction, th.taskAction{
    text-align: right;
}

.price_ranger{
    width: 100%;
    margin-top: 11.5px
}

.search-bar{
    margin-bottom: 20px;
}

.tableSmallImage{
    width: 30px;
    height: auto;
}

.tableBarcodeImage{
  height: 30px;
  width: auto;
}

.type-box{
  border: solid 0.5px #b7b7b7;
  text-align: center;
  font-weight: 600;
  padding: 10px;
}

.type-box.inactive.active{
  background-color: lightseagreen;
  -webkit-box-shadow: 10px 10px 23px 0px rgba(32, 178, 171,0.26);
  -moz-box-shadow: 10px 10px 23px 0px rgba(32, 178, 171,0.26);
  box-shadow: 10px 10px 23px 0px rgba(32, 178, 171,0.26);
  border: solid 0.5px #1ca39d;
}

.type-box.auction.disabled.inactive,
.type-box.brokerage.disabled.inactive,
.type-box.exhibition.disabled.inactive,
.type-box.storage.disabled.inactive,
.type-box.acceptance.disabled.inactive{
  background-color: lightseagreen;
  -webkit-box-shadow: 10px 10px 23px 0px rgba(32, 178, 171,0.26);
  -moz-box-shadow: 10px 10px 23px 0px rgba(32, 178, 171,0.26);
  box-shadow: 10px 10px 23px 0px rgba(32, 178, 171,0.26);
  border: solid 0.5px #1ca39d;
}

.type-box.inactive{
  background-color: darkgray;
  border: solid 0.5px darkgray;
}

.type-box img{
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.contracts-form-left{
  padding-left: 0px
}

.contracts-form-right{
  padding-right: 0px
}

.dotInpit{
  border: 0;
  border-bottom: 2px dotted;
  width: 50%;
}

.card .card{
  margin-bottom: 30px;
}

.id-card .custom-file {
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: auto;
  min-height: 100px
}

.id-card input.custom-file-input {
  height: 100%;
  min-height: 100px;
  width: 100%;
}

.id-card input.custom-file-input:hover {
  cursor: pointer;
}

button.btn.btn-success.large {
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: block;
  width: 150px;
  height: 50px;
  font-size: 20px;
}

a.btn.btn-warning.large{
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: block;
  width: 150px;
  height: 50px;
  font-size: 20px;
  color: #fff;
}

a.btn.btn-warning{
  color: #fff;
}

.input-group.mb-3.null-margin{
  margin-bottom: 0px !important;
}

.form-group.address input {
  margin-bottom: 20px;
}

.id-card-box {
  margin-bottom: 20px;
}

nav.navbar.navbar-expand-md.navbar-light.navbar-laravel {
  position: fixed;
  width: 100%;
  z-index: 100;
}

.card{
  margin-bottom: 30px;
}

.dropdown-item.active, .dropdown-item:active{
  background: none;
  color: #212529;
}

.nav-icons{
  width: 20px;
  height: auto;
  margin-right: 5px
}

.taskAction a{
  margin-right: 5px;
}

.form-group.sizeBox1{
  margin-top: 9px;
  width: 50px;
}

.form-group.sizeBox1 input {
  width: 70%;
  height: 40px;
  float: right;
  position: absolute;
  margin-left: 10px;
}

.form-group.sizeBox2 input {
  width: 78%;
  height: 40px;
  position: absolute;

}

.vertical {
    border-left: solid 1px;
    width: 1px;
    height: 40px;
    float: left;
}

.horizontal {
    border-top: solid 1px;
    width: 100%;
    margin-bottom: 7px;
}

.productProfilImage{
  max-width: 100%;
  height: auto;
}

.productSmartImage {
    width: 100%;
    height: auto;
    min-height: 56px;
    min-width: 56px;
    padding: 1px;
}

input.productImageSelect {
    width: 100%;
    z-index: 100;
    height: 100%;
}

.product-list-image-preview {
    position: absolute;
    z-index: 999;
    bottom: -30px;
    left: 60px;
    width: 210px;
    padding: 5px;
    background-color: black;
    display: none;
}

.product-list-image-preview-img {
    width: 200px;
}

.custom-file label {
    left: 0;
    position: absolute;
    border: 1px solid #ced4da;
    padding: 5px 33px;
    font-size: 18px;
    margin-top: 2px;
}

a.galeriaNew {
    position: absolute;
    border: 1px solid #ced4da;
    padding: 5px 28px;
    margin-top: 34px;
    font-size: 18px;
}

.no-left{
  margin-left: auto;
  margin-top: 10px
}

.newProductCode{
  width: 50%;
  height: auto;
}

.search-bar .col-lg-3{
  margin-bottom: 20px;
}

.imageProfilPicture{
  width: 200px;
}

.galleryMultipleInput{
  width: 100px;
  height: auto;
  float: left;
  padding: 10px;
}



.preview-images-zone {
    width: 100%;
    border: 1px solid #ddd;
    min-height: 180px;
    /* display: flex; */
    padding: 5px 5px 0px 5px;
    position: relative;
    overflow:auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}
.preview-images-zone > .preview-image:first-child {
    height: 185px;
    width: 185px;
    position: relative;
    margin-right: 5px;
}
.preview-images-zone > .preview-image-block {
    background-color: #ddd;
    border: 1px solid #ddd;
}
.preview-images-zone > .preview-image {
    height: 90px;
    width: 90px;
    position: relative;
    margin-right: 5px;
    float: left;
    margin-bottom: 5px;
}
.preview-images-zone > .preview-image > .image-zone {
    width: 100%;
    height: 100%;
}
.preview-images-zone > .preview-image > .image-zone > img {
    width: 100%;
    height: 100%;
}
.preview-images-zone > .preview-image > .tools-edit-image {
    position: absolute;
    z-index: 100;
    color: #fff;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}
.preview-images-zone > .preview-image > .image-cancel {
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
    display: none;
    z-index: 100;
}
.preview-image:hover > .image-zone {
    cursor: move;
    opacity: .5;
}
.preview-image:hover > .tools-edit-image,
.preview-image:hover > .image-cancel {
    display: block;
}
.ui-sortable-helper {
    width: 90px !important;
    height: 90px !important;
}

.galleryModal{
  max-width: 70% !important;
}

.gallery img{
  width: 100%;
  height: auto;
  padding: 10px;
}

.hiddenInputForContracts{
  display: none;
}

form .active {
    color: #fff !important;
}

.dotted {
    width: 200px;
    border-top: dotted 1px #000;
    text-align: center;
}

.dotted_signo{
  margin-top: 100px;

}

.signo{
  margin-bottom: 100px;
}

.thight {
    width: 15% !important;
}

span.select2-selection__clear {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 36px !important;
}

.select2-container .select2-selection--single{
    height: 36px !important;
}

textarea#size_text {
    max-width: 100%;
}

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
    max-width: 100%;
}

.hidden{
  display: none;
}

/* .vignette-box{
  width: 219px;
  height: 128px;
  border: solid 1px #000;
  padding: 10px;
  border-radius: 10px !important;
}

.vignette-body{
  text-align: center !important;
}

.vignette-body div:first-child {
  margin-left: auto;
  margin-right: auto;
} */

.label
{
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial;
}
.contents
{
    border: 1px dotted black;
    padding: 5px;
    width: 300px;
}
.name
{
    color: #18B5F0;
}
.left
{
    float: left;
    width: 50px;
    height: 50px;
}
.right
{
    margin-left: 60px;
    line-height:50px;
}
.clear
{
    clear: both;
}

.list-page.form-group.form-check{
  margin-bottom: 0px;
}

.dotted_signo_auction {
  width: 80%;
  text-align: center;
  border-top: dotted 1px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.dotted_signo_auction_half{
  width: 30%;
  text-align: center;
  border-top: dotted 1px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
}

.btn.btn-info{
  margin-right: 20px;
}

.contract-box{
    border: solid 0.5px #b7b7b7;
    text-align: center;
    font-weight: 600;
    padding: 10px;
}

.contract-box img{
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


.auction-import-progress {
    font-weight: bold;
}

.auction-import-progress-complete {
    background-color: green;
    border-radius: 24px !important;
    border: green solid 1px;
    display: inline-block;
    width: 10px;
    height: 10px;
}

.webshop-status-error {
    color: #F00 !important;
}

table.product-catalog-table th {
    padding-right: 25px;
}

.tablesorter-header {
    position: relative;          /* This is needed for the absolute positioning. */
    cursor: pointer;
}

.tablesorter-header::before,
.tablesorter-header::after {
    position: absolute;
    right: 0.75em;
    font-family: 'FontAwesome';  /* Use FontAwesome's font so that you can set the content */
    opacity: 0.3;                /* Set opacity to gray out icons by default */
}

.tablesorter-header::before {
    content: '\f0de';            /* Font Awesome's up arrow */
    top: calc(50% - 0.8em);     /* Tricky to calculate the top offset */
}

.tablesorter-header::after {
    content: '\f0dd';            /* Font Awesome's down arrow */
    bottom: calc(50% - 0.8em);
}

.tablesorter-header.tablesorter-headerAsc::before,
.tablesorter-header.tablesorter-headerDesc::after {
    opacity: 1;                  /* When sorting, set full opacity on the direction */
}
