 #items-orders-wrapper {
   display: none;
 }

body{
   min-width:1000px;
   width: auto !important;
   width:1000px;
}

.bg-frontpage {
  background: rgb(230, 242, 254);

  height: 100vh;
}

#main-content-frontpage {
    padding-top: 100px;
}
.froghead {
    background-image: url('../images/logo/froghead.svg');
    background-repeat: no-repeat;
    background-position: right;
    opacity: 0.75;
}
#mywrapper {
    display: flex;
}
#myleft {
    flex: 0 0 50%;
    margin: 1em;
}
#myright {
    flex: 1;
    margin: 1em;
}
#loader-message {
    display: none;
}
#items {
    padding-top: 10px;
    padding-bottom: 10px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.item-fx {
    width: 10em;
    border-radius: 14px;
}
.item-fx-icon {
    cursor: pointer;
}
.item-fx:hover {
    background-color: whitesmoke;
}
.item-fx-selected {
    background: whitesmoke;
}
.item-fx-text {
    word-wrap: break-word;
    cursor: pointer;
}
.item-fx-text a {
    text-decoration: none;
    color: #333333;
}
.column {
    float: left;
    padding: 10px;
    width: 25%;
    min-width: 24em;
}
.column-list {
    width: 100%;
}
.xicon-project {
    background-image: url('icons/64x64/folder-green-activities.svg');
    background-repeat: no-repeat;
    background-position: left;
    opacity: 1;
}
.info_panel {
    background-color: cyan;
}
.catalog-container {
    display: flex;
}
.catalog-column {
    flex: 1;
    border: 1px solid #000;
}
.noborder {
    border: none;
}
.hidden {
    display: none;
}

.table-abis tr th {}
.table-abis tr td {}
.table-abis {
    width: 100%;
}

body.busy-cursor {
    cursor: progress;
}
.dropzone {
    border-color: white;
}
.drop-highlight {
    border: 1px solid yellow;
}
#uploadFile {
    padding: 20px;
    margin: 0px;
    border: 5px dotted #5a5a5a;
    border-radius: 20px;
    color: #5a5a5a;
    text-align: center;
}
.dropzone-image {
    vertical-align: middle;
    width: 160px;
    height: 160px;
    opacity: 0.15;
}
.dropzone-button {
    margin-top: 15px;
}
.dropzone-wrapper {
    text-align: center;
}

.logo-front-gray {
    padding-top: 25px;
    width: 180px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

/* no outline */
.logo-front {
    padding-top: 25px;
    width: 180px;
}

/* outlined */
.logo-front-outlined {
    padding-top: 12px;
    width: 220px;
}

.transparent-background {
    background-color: rgba(255, 255, 255, 0.85) !important;
}
.modal-body-preview {
    background-color: lightgray;
}
#img-preview {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.valign-bottom {
    align-self: flex-end;
}
.preview-modal-heading {
    padding-left: 10px;
}
.preview-title-wrapper {
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.label-right {
    text-align: right;
}
.section-heading {
    font-weight: bold;
    padding: 5px;
}
.section-index {
    font-weight: bolder;
}

.section-name {}
  
@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

.control-content-middle {
    text-align: center;
    vertical-align: middle;
    line-height: 37px;
}
.download-thumbnail {
    padding: 5px;
    transition: transform .5s;
    margin: 0 auto;
}
.download-thumbnail:hover {
    transform: scale(1.15);
}
.bootstrapMenu ul {
    padding: 5px;
}
.bootstrapMenu ul li {
    padding: 5px;
}
.bootstrapMenu ul li a {
    text-decoration: none;
    color: #5A5A5A;
}
.abis-progress-bar {
    height: 3px;
}
#order-folder-option {
    display: none;
}

.duplicate {
    border: 3px solid red;
    color: red;
}


.front-page-link {
    color: #212529;
}

.front-page-link:hover {
    text-decoration: none;
}

/* mb_substr( $row['order_number'] . ' ' . $row['order_name'], 0, $strlen ) */
.dropdown-item{
  max-width: 930px;
}

.test {
  background-color: red;
}


#table-orders {
  display: none;
}

#nav-logout:hover {
  cursor: pointer;
}

.btn-clear:hover {
   cursor: pointer;
 }

 input[type="search"]::-webkit-search-cancel-button {
     -webkit-appearance: searchfield-cancel-button;
 }
 

 
 .bootstrapMenu ul  {
   padding: 5px;
 }

 .bootstrapMenu ul li {
   padding:5px;
 }

 .bootstrapMenu ul li a {
   text-decoration: none;
   color: #5A5A5A;
 }
 
 /*
.bootstrap-select{ border: 3px solid magenta }
*/

.dropdown-toggle::after {
    display: none;
}

.dropdown-toggle-ellipsis::after {
  display: none;
}

.dropdown-toggle-ellipsis::before {
  display: inline-block;
  padding: 0.5rem;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f142";
}


.dropdown-toggle:after{
    content: '';
    border: 4px solid transparent;
    border-top: 4px solid;
    margin-left: 2px;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: bottom;
}
