/* 
    Author: Balazs Karoly
*/

.list-element-link {
    text-decoration: none;
    color: inherit;
}

.ui-autocomplete-loading {
    background: white url("../imgs/ui-anim_basic_16x16.gif") right center no-repeat;
}
/*

input::-webkit-calendar-picker-indicator{
    display: none;
}

input[type="date"]::-webkit-input-placeholder{ 
    visibility: hidden !important;
}

*/

h1,h2,h3{
    color:#84b391;
}

header .container{
    text-align: center;
}

header .container img{
    max-width: 100%;
}


.copyrights{
    text-align: center;
}

footer{
    margin-top:50px;
}

footer .container{
    background-color: #84b391;
    color: #ffffff;
}

.btn-info {
    color: #fff;
    background-color: #84b391;
    border-color: #84b391;
}

.table-accepted{
    background-color: #84b391 !important;
    color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #b33e84;
    border-color: #b33e84;
}

.btn-primary {
    color: #fff;
    background-color: #b9dee6;
    border-color: #b9dee6;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
    width: 92%;
}

.custom-combobox{
    width: 100%;
}

.send-order-button{
      text-align: right;
}

.navbar-brand{
      display: none;
}

table tr th{
    text-align: center;
}

.delivery-status-sent{
    background-color: #c3e6cb;
}

.delivery-status-sent td {
    border-color: #8fd19e;  
}

.table-orange {
    color: #fff;
    background-color: #e66138;
  }

.table-purple {
    color: #fff;
    background-color: #700c74;
}


  /*@media (max-width: 991.98px) { */

@media (max-width: 767.98px) {
    
    .hide-col {
        display: none; 
    }
    
    .send-order-button{
        text-align: center;
    }

    .container h3{
        text-align: center;
    }

  }


  @media print {
    header .container img{
        display:none
    }

    #orderedItemsBlock{
        page-break-before: always;
    }
  }
 