@import url('https://fonts.googleapis.com/css?family=Barlow:400,400i,700,700i');
/*color quotes: 9fa1a4*/
html, 
body {
    height: 100%;
}

body {
	font-family: 'Barlow', sans-serif;
	background-color: #f3f3f3;
  font-weight: 500;
}

a, a:hover, a.active, a:focus { color: #ee2e24; }
.quotes a, a:hover, a.active, a:focus { color: #9fa1a4; }
.sat a, a:hover, a.active, a:focus { color: #000; }

a.dropdown-item { color: #212529}

.clear { clear: both; }

.navbar { background-color: #FFF !important; border-bottom: solid 1px #dadada }

input[type=submit] { 
	background-color: #ee2e24 !important;
	color: #FFF;
	cursor: pointer;
 }
input[type=submit]:hover, .btn-success:hover, .btn-primary:hover { opacity: 0.8; background-color: #ee2e24 !important; border-color: #ee2e24; color: #FFF;}

.quotes input[type=submit] { 
  background-color: #9fa1a4 !important;
}

.sat input[type=submit] { 
  background-color: #000 !important;
}

.quotes input[type=submit]:hover, .quotes .btn-success:hover, .quotes .btn-primary:hover { background-color: #9fa1a4 !important; border-color: #9fa1a4;}
.sat input[type=submit]:hover, .sat .btn-success:hover, .sat .btn-primary:hover { background-color: #000 !important; border-color: #000;}

.btn-success { background-color: #ee2e24 !important; border-color: #ee2e24 !important;}
.btn-primary, .btn-primary:disabled { background-color: #ee2e24; border-color: #ee2e24; }

.quotes .btn-success { background-color: #9fa1a4 !important; border-color: #9fa1a4 !important;}
.quotes .btn-primary, .btn-primary:disabled { background-color: #9fa1a4; border-color: #9fa1a4; }

.sat .btn-success { background-color: #000 !important; border-color: #000 !important;}
.sat .btn-primary, .btn-primary:disabled { background-color: #000; border-color: #000; }

.btn-navbar { padding: 8px 12px; border-width: 0px;}

.navbar-light .navbar-nav .nav-link { color: #333; }

.entorn-test .navbar { background-color: #d4d4d4 !important}

h1 {
    font-size: 22px;
    color: #ee2e24;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
    margin-top: 20px;
}

.quotes h1, .quotes h4 { color: #000; }
.sat h1, .sat h4 { color: #000; }

h4 {

    font-size: 18px;
    color: #ee2e24;
    font-weight: 700;
    text-transform: uppercase;
}


.noborder { border: 0 !important; }
.nopleft { padding-left: 0 }
.c-pointer { cursor: pointer }

.size08 { font-size: 0.8rem; }

.content-list { padding: 0 15px; min-height: 400px }
.content-list .table-responsive { min-height: 400px }

.ms-parent { max-width: 100% !important; }
.ms-choice { width: auto !important; border: 0 !important; max-width: 100% !important; line-height: 32px !important}
.ms-drop { width: auto !important}
.ms-choice > span { top: 3px !important;}
.ms-choice > span.placeholder { color: #999 !important;}

#custom-search-input { padding-right: 0 }

.color-blue { color: #ee2e24; }
.quotes .color-blue { color: #9fa1a4 }
.sat .color-blue { color: #000 }

.no-bold { font-weight: normal }

.pointer {cursor: pointer;}

.size22 { font-size: 22px }

.text-article { font-size: 1rem !important }

.btn-confirmar:hover { background-color: #ee2e24 !important; border-color: #ee2e24 !important; }
.quotes .btn-confirmar:hover { background-color: #9fa1a4 !important; border-color: #9fa1a4 !important; }
.sat .btn-confirmar:hover { background-color: #000 !important; border-color: #000 !important; }

.btn-addclient { margin-top: 1.9rem!important }

.top-user span { font-size: 0.8rem }
.top-user a { display: block; margin-top: 0.3rem }

/* PAGINATION */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 10px 0;
  border-radius: 4px;
}
 
.pagination > li {
  display: inline;
}
 
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
 
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
 
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
 
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
 
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #ee2e24;
  border-color: #ee2e24;
}

.quotes .pagination > .active > a,
.quotes .pagination > .active > span,
.quotes .pagination > .active > a:hover,
.quotes .pagination > .active > span:hover,
.quotes .pagination > .active > a:focus,
.quotes .pagination > .active > span:focus {
  background-color: #9fa1a4;
  border-color: #9fa1a4;
}

.sat .pagination > .active > a,
.sat .pagination > .active > span,
.sat .pagination > .active > a:hover,
.sat .pagination > .active > span:hover,
.sat .pagination > .active > a:focus,
.sat .pagination > .active > span:focus {
  background-color: #000;
  border-color: #000;
}
 
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}
 
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
 
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
 
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
 
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
 
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
 
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.footer {  background-color: #FFF !important; border-top: solid 1px #dadada }

.pressupost_resposta { font-size: 22px }
.p-acceptat { color: #98af00; }
.p-rebutjat { color: #af0c00; }

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; cursor: pointer;}
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.list-left li, .list-right li {
    cursor: pointer;
}

.td-buttons { padding: 0.55rem !important; }
button.dropdown-toggle { background-color: #ee2e24 !important; border: 0; }
.dropdown-menu button { background-color: #FFF !important; color: #ee2e24; font-size: 14px; }

.bootstrap-select button.dropdown-toggle, .quotes .bootstrap-select button.dropdown-toggle { background-color: #FFF !important; border: 1px solid #d3d9df; color: #495057 !important}

.quotes button.dropdown-toggle { background-color: #9fa1a4 !important; }
.quotes .dropdown-menu button { color: #9fa1a4; }

.quotes button.dropdown-toggle { background-color: #9fa1a4 !important }
.quotes .dropdown-menu button { background-color: #FFF !important; color: #9fa1a4; }

.sat button.dropdown-toggle { background-color: #000 !important }
.sat #myModalEdit button.dropdown-toggle { background-color: #fff !important }
.sat .dropdown-menu button { background-color: #FFF !important; color: #000; }

.loader {
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #ee2e24; /* Blue */
    border-radius: 60%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

.quotes .loader { border-top-color: #9fa1a4 }
.sat .loader { border-top-color: #000 }

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.w-66{ width: 66%!important;}
.w-34{ width: 34%!important;}

.destinataris-empreses-list .well { overflow-y: scroll; height: 400px }
#e_list { overflow: hidden }

.concepte-item { padding: 1rem; border: 1px solid #ee2e24; border-radius: 5px; margin-bottom: 1rem;}
.quotes .concepte-item { border: 1px solid #9fa1a4; }
.sat .concepte-item { border: 1px solid #9fa1a4; }

/*#41b883*/
.multiselect__tag, .multiselect__option--highlight { background: #eb7973 !important; color: #000 !important; }

.btn-familia { background-color: #FFF; -webkit-box-shadow: 4px 4px 15px rgba(37,30,42,.11);
  -moz-box-shadow: 4px 4px 15px rgba(37,30,42,.11);
  box-shadow: 4px 4px 15px rgba(37,30,42,.11); border: 0; border-radius: 0; color: #000; font-weight: bold; text-align: left}
.btn-familia img { opacity: 0.5; margin-right: 10px }
.btn-familia:hover img, .btn-familia.active img {opacity: 1}

.btn-respostes { font-size: 1.0rem; border: 1px solid #9fa1a4; border-radius: 0; margin-right: 15px; color: #000; font-weight: bold }
.btn-respostes-respostes { font-size: 1rem; background-color: transparent; border: 0; color: #000; font-weight: bold}
.btn-respostes-respostes:hover, .btn-respostes-respostes.active { background-color: transparent !important; border: 0 !important; color: #000 !important; }
.btn-maquina { border-color: #FFF; border-radius: 0; background-color: #FFF; margin-right: 15px ; margin-bottom: 15px !important; -webkit-box-shadow: 4px 4px 15px rgba(37,30,42,.11);
  -moz-box-shadow: 4px 4px 15px rgba(37,30,42,.11);
  box-shadow: 4px 4px 15px rgba(37,30,42,.11); font-size: 1.2rem; color: #000; margin-top: 0;}
.btn-maquina:hover, .btn-maquina.active { background-color: #FFF !important; color: #000 !important; border: 1px solid  #dc3545; }
.btn-maquina span { display: block; margin-top: 15px; padding-top: 15px; border-top: 1px solid #000; font-weight: bold}

.pregunta span { font-weight: bold; display: block; font-size: 1.2rem; }
.pregunta { border-right: 2px solid #9fa1a4;  }
.pregunta span small { font-size: 0.8rem; display: block }

.btn-outline-danger:hover, .btn-outline-danger.active { background-color: #ee2e24 !important; border-color: #ee2e24 !important; color: #FFF !important;}
.quotes .btn-outline-danger:hover, .quotes .btn-outline-danger.active { background-color: #9fa1a4 !important; border-color: #9fa1a4 !important; }
.sat .btn-outline-danger:hover, .sat .btn-outline-danger.active { background-color: #000 !important; border-color: #000 !important; }

.resum { border: 1px solid #ee2e24; position: relative;}
.quotes .resum { border: 1px solid #9fa1a4; position: relative;}
.sat .resum { border: 1px solid #000; position: relative;}

.resum button { position: absolute; top: 10px; z-index: 1000 }
.resum button.btn-delete { right: 10px }
.resum button.btn-edit { right: 55px }
.resum span.maquina { background-color: #FFF; font-weight: bold; -webkit-box-shadow: 4px 4px 15px rgba(37,30,42,.11);
  -moz-box-shadow: 4px 4px 15px rgba(37,30,42,.11);
  box-shadow: 4px 4px 15px rgba(37,30,42,.11); padding: .5rem 1rem;}

.resum span.maquina-info { }

.spinner-border { border-width: 1.25em; width: 10rem; height: 10rem;}
#guardarOfertaBtn #spinner { border-width: 0.25em !important; width: 1rem !important; height: 1rem !important; }

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.3rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 1.175rem;
    height: 1.175rem;
    line-height: 1.175rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    top: 42px;
    left: 25px;
}

.fa-trash-alt { cursor: pointer }

h2.titol-bloc-maquines { border-top: 30px solid #f4f4f4; margin-left: -30px; margin-right: -30px; padding-left: 30px; padding-right: 30px; margin-top: 15px;
  text-transform: uppercase; padding-top: 10px}
h2.titol-bloc-maquines span { font-size: 1rem; line-height: 2.4rem; text-transform: lowercase; }
.btn-more { cursor: pointer }
.btn-more:hover { opacity: 0.7 }

.icon-order { font-size: 0.8rem; cursor: pointer; }
.icon-order:hover { opacity: 1 }
.order-disabled { opacity: 0.4 }

.view-albara { cursor: pointer }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* Tooltip container */
.tooltip-custom {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip-custom .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 220px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
    font-size: 0.8rem;
    font-weight: 300;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 125%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-custom:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #000 transparent transparent;
}

.tr-color-avis { background-color: #f8d7da !important}

/* VIDEOS*/
.cats .badge { font-weight: 400; font-size: 1rem}