html,
body {
  height: 100%;
}

body {
  padding: 70px 10px 0px 10px;
}

a {
  text-decoration: underline;
}

a.btn {
  text-decoration: none;
}

#logo {
  margin-bottom: 3px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 30px;
  background-color: #2c151f;
}

#footer1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  /* Height of the footer */
  background: #b0c4de;
  text-align: center;
  font-size: 0.8em;
}

h1 {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 2.0em;
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 3px;
}

h1 .page-title {
  margin-top: 0px;
  font-size: 1.2em;
}

#map {
  width: 100%;
  height: 150px;
  border: 1px solid black;
  margin-bottom: 10px;
}

#welcome-map {
  width: 100%;
  height: 150px;
  border: 1px solid black;
  margin-bottom: 10px;
}

.nav a {
  text-decoration: none;
}

.navbar {
  /* background: url(/images/ABTools_Nav.jpg); */
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-color: #b0c4de;
  border-bottom: 1px solid black;
}

.navbarCreator {
  /* background: url(/images/ABCreator_Nav.png); */
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-color: #b0c4de;
  border-bottom: 1px solid black;
}

.navbar-brand {
  text-decoration: none;
}

.navbar-left {
  padding-left: 10px;
}

/* kude CSS rules */

.yellow {
  background-color: yellow;
}

.cyan {
  background-color: cyan;
}

.purple {
  background-color: purple;
}

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.mt-5 {
  margin-top: 5rem;
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.abform-flex-end {
  display: flex;
  align-items: flex-end;
}

.abform-flex-wrap {
  flex-wrap: wrap;
}

.abform-flex-dir-col {
  flex-direction: column;
}

.abform-flex-dir-row {
  flex-direction: row;
}

.abform-flex-0 {
  flex: auto !important;
}

.big-checkbox {
  min-width: 30px;
  min-height: 30px;
}

.badge-success {
  background-color: green !important;
  color: white !important;
}

/* TABS */

.panel.with-nav-tabs .panel-heading {
  padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
  border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
  margin-bottom: -1px;
}

/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs>li>a,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
  color: #777;
}

.with-nav-tabs.panel-default .nav-tabs>.open>a,
.with-nav-tabs.panel-default .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-default .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
  color: #777;
  background-color: #ddd;
  border-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs>li.active>a,
.with-nav-tabs.panel-default .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.active>a:focus {
  color: #555;
  background-color: #fff;
  border-color: #ddd;
  border-bottom-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu {
  background-color: #f5f5f5;
  border-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a {
  color: #777;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
  background-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
  color: #fff;
  background-color: #555;
}

/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs>li>a,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
  color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>.open>a,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
  color: #fff;
  background-color: #3071a9;
  border-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:focus {
  color: #428bca;
  background-color: #fff;
  border-color: #428bca;
  border-bottom-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu {
  background-color: #428bca;
  border-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a {
  color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
  background-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
  background-color: #4a9fe9;
}

/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs>li>a,
.with-nav-tabs.panel-success .nav-tabs>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li>a:focus {
  color: #3c763d;
}

.with-nav-tabs.panel-success .nav-tabs>.open>a,
.with-nav-tabs.panel-success .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-success .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-success .nav-tabs>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li>a:focus {
  color: #3c763d;
  background-color: #d6e9c6;
  border-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs>li.active>a,
.with-nav-tabs.panel-success .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.active>a:focus {
  color: #3c763d;
  background-color: #fff;
  border-color: #d6e9c6;
  border-bottom-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a {
  color: #3c763d;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
  background-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
  color: #fff;
  background-color: #3c763d;
}

/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs>li>a,
.with-nav-tabs.panel-info .nav-tabs>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li>a:focus {
  color: #31708f;
}

.with-nav-tabs.panel-info .nav-tabs>.open>a,
.with-nav-tabs.panel-info .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-info .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-info .nav-tabs>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li>a:focus {
  color: #31708f;
  background-color: #bce8f1;
  border-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs>li.active>a,
.with-nav-tabs.panel-info .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.active>a:focus {
  color: #31708f;
  background-color: #fff;
  border-color: #bce8f1;
  border-bottom-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu {
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a {
  color: #31708f;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
  background-color: #bce8f1;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
  color: #fff;
  background-color: #31708f;
}

/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs>li>a,
.with-nav-tabs.panel-warning .nav-tabs>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li>a:focus {
  color: #8a6d3b;
}

.with-nav-tabs.panel-warning .nav-tabs>.open>a,
.with-nav-tabs.panel-warning .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-warning .nav-tabs>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li>a:focus {
  color: #8a6d3b;
  background-color: #faebcc;
  border-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs>li.active>a,
.with-nav-tabs.panel-warning .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.active>a:focus {
  color: #8a6d3b;
  background-color: #fff;
  border-color: #faebcc;
  border-bottom-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu {
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a {
  color: #8a6d3b;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
  background-color: #faebcc;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
  color: #fff;
  background-color: #8a6d3b;
}

/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs>li>a,
.with-nav-tabs.panel-danger .nav-tabs>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li>a:focus {
  color: #a94442;
}

.with-nav-tabs.panel-danger .nav-tabs>.open>a,
.with-nav-tabs.panel-danger .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-danger .nav-tabs>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li>a:focus {
  color: #a94442;
  background-color: #ebccd1;
  border-color: transparent;
}

.with-nav-tabs.panel-danger .nav-tabs>li.active>a,
.with-nav-tabs.panel-danger .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.active>a:focus {
  color: #a94442;
  background-color: #fff;
  border-color: #ebccd1;
  border-bottom-color: transparent;
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu {
  background-color: #f2dede;
  /* bg color */
  border-color: #ebccd1;
  /* border color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a {
  color: #a94442;
  /* normal text color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
  background-color: #ebccd1;
  /* hover bg color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
  color: #fff;
  /* active text color */
  background-color: #a94442;
  /* active bg color */
}

/* END TABS */


/* Centering labels vertically in forms */
.ab-form-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.ab-form-group>* {
  flex: 1;
}

.ab-form-group1 {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.ab-form-group2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}


/* Abtools button color */
.btn-abtools1 {
  color: #000000;
  /* Colore del testo */
  background-color: #f7f428;
  /* Colore del pulsante */
  border-color: #f7f428;
  /* Colore del bordo */
}

/* Regola per quando il mouse è sopra il pulsante */
.btn-abtools1:hover {
  color: #000000;
  /* Colore del testo */
  background-color: #f3f188;
  /* Colore del pulsante */
  border-color: #f3f188;
  /* Colore del bordo */
}

/* Abtools button color */
.btn-abtools2 {
  padding: .35em !important;
  color: #000000;
  /* Colore del testo */
  background-color: #dddddd;
  /* Colore del pulsante */
  border-color: #dddddd;
  /* Colore del bordo */
}

/* Regola per quando il mouse è sopra il pulsante */
.btn-abtools2:hover {
  color: #000000;
  /* Colore del testo */
  background-color: #a3a3a3;
  /* Colore del pulsante */
  border-color: #a3a3a3;
  /* Colore del bordo */
}

.btn-abtools3 {
  padding: .35em !important;
  color: #000000;
  /* Colore del testo */
  background-color: #bbefff;
  /* Colore del pulsante */
  border-color: #bbefff;
  /* Colore del bordo */
}

/* Regola per quando il mouse è sopra il pulsante */
.btn-abtools3:hover {
  color: #000000;
  /* Colore del testo */
  background-color: #9bd2e2;
  /* Colore del pulsante */
  border-color: #9bd2e2;
  /* Colore del bordo */
}

.btn-abtools4 {
  color: #000000;
  /* Colore del testo */
  background-color: #bbefff;
  /* Colore del pulsante */
  border-color: #bbefff;
  /* Colore del bordo */
}

/* Regola per quando il mouse è sopra il pulsante */
.btn-abtools4:hover {
  color: #000000;
  /* Colore del testo */
  background-color: #9bd2e2;
  /* Colore del pulsante */
  border-color: #9bd2e2;
  /* Colore del bordo */
}

/* Formatting qta field */

.ab-field-qta {
  width: 80px !important;
  text-align: right;
}


img.ab-gif {
  width: 100% !important;
  height: auto;
}

.ab-btn-fixed-width {
  width: 150px !important;
}

.ab-back-color {
  background-color: #3461a6  !important;
}

.ab-border-color {
  border-color: #3461a6  !important;
}

.ab-canvas {
  border: solid;
  border-width: 1px;
  border-color: #3461a6  !important;
  border-radius: 10px;
  padding: 10px;
}


.ab-checkbox-inline {
  display: flex;
  align-items: center;
}

.min-h30 {
  min-height: 30px;
  ;
}

.ab-mr-1 {
  margin-right: 1rem !important;
}

.ab-mt-0 {
  margin-top: 0 !important;
}

.ab-mb-0 {
  margin-bottom: 0 !important;
}

.ab-label-left {
  display: flex;
  justify-content: flex-end;
  padding-right: 5px;
}


.ab-rel {
  position: relative;
  flex: 1;
}

.ab-rel-input {
  width: 100%;
  padding-right: 40px !important;
  box-sizing: border-box;
}

.ab-rel-botton {
  position: absolute;
  right: -2px;
  top: 6px;
  bottom: 3px;
  line-height: 1 !important;
  z-index: 4;
}

.ab-bt-pagamento {
  box-shadow: inset 0px 1px 0px 0px #fff6af;
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  background-color: #ffec64;
  border-radius: 5px;
  border: 1px solid #ffaa22;
  display: inline-block;
  cursor: pointer;
  color: #333333;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 4px;
  text-decoration: none !important;
  text-shadow: 0px 1px 0px #ffee66;
  text-transform: none;
}

.ab-bt-pagamento:hover {
  background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  background-color: #ffab23;
}

.ab-bt-pagamento:active {
  position: relative;
  top: 1px;
}

.ab-bt-delete {
  background-color: #fe1a00;
  border-radius: 3px;
  border: 1px solid #d83526;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
}

.ab-bt-delete:hover {
  background-color: #ce0100;
}

.ab-bt-delete:active {
  position: relative;
  top: 1px;
}


.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #495057;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: white;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background-color: #2fa4e7;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2fa4e7;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}


.btn-secondary {
  color: #ffffff;
  background-color: #0e8614;
  border-color: #0e8614;
}

.btn-secondary:hover {
  color: #ffffff;
  background-color: #18bd20;
  border-color: #18bd20;
}

.btn-secondary:focus {
  color: #ffffff;
  background-color: #18bd20;
  border-color: #000;
  box-shadow: 0 0 0 0.25rem rgba(198, 201, 203, 0.5);
}

.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
  color: #000;
  background-color: #edf0f2;
  border-color: #ebeef1;
}

.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(198, 201, 203, 0.5);
}

.btn-secondary:disabled,
.btn-secondary.disabled {
  color: #000;
  background-color: #e9ecef;
  border-color: #e9ecef;
}




.ab-bt-attenzione {
  color: #000;
  background-color: #eebd1e;
  border-color: #eebd1e;
}

.ab-bt-attenzione:hover {
  color: #000;
  background-color: #fcd452;
  border-color: #fcd452;
}

.ab-bt-attenzione:focus {
  color: #000;
  background-color: #fcd452;
  border-color: #000;
  box-shadow: 0 0 0 0.25rem rgba(198, 201, 203, 0.5);
}

.ab-bt-attenzione:active,
.ab-bt-attenzione.active,
.show>.ab-bt-attenzione.dropdown-toggle {
  color: #000;
  background-color: #fcd452;
  border-color: #000;
}

.ab-bt-attenzione:active:focus,
.ab-bt-attenzione.active:focus,
.show>.ab-bt-attenzione.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem #c6c9cb80;
}

.ab-bt-attenzione:disabled,
.ab-bt-attenzione.disabled {
  color: #585858;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.ab-bg-utensili001 {
  background-image: "{{ asset('/images/ABUtensili_001.jpg') }}";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
  width: 80vw;
  opacity: 0.5;
}

.ab-img-center {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(0%);
  max-width: 70%;
  max-height: 50vh;
}


.dd-select {
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  background-color: #ffffff !important;
  background-image: none;
  border: 2px solid #dce4ec !important;
}

.dd-desc {
  color: #aaa;
  display: block;
  overflow: hidden;
  font-weight: normal;
  line-height: 1.4em;
}

.dd-selected {
  overflow: hidden;
  display: block;
  padding: 10px;
  padding-top: 5px;
  font-weight: bold;
  height: 58px !important;
  max-height: 58px !important;
  text-decoration: none !important;
}

.dd-pointer {
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}

.dd-pointer-down {
  border: solid 5px transparent;
  border-top: solid 5px #000;
}

.dd-pointer-up {
  border: solid 5px transparent !important;
  border-bottom: solid 5px #000 !important;
  margin-top: -8px;
}

.dd-options {
  border-top: none;
  list-style: none;
  box-shadow: 0px 1px 5px #ddd;
  display: none;
  position: absolute;
  z-index: 2000;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: auto;
  border-radius: 8px;
  border: 2px solid #dce4ec !important;
}

.dd-option {
  padding: 10px;
  display: block;
  border-bottom: solid 1px #ddd;
  overflow: hidden;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  height: 60px !important;
  max-height: 60px !important;
  text-decoration: none !important;
}

.dd-option-text {
  line-height: 20px !important;
  display: flex;
  align-items: flex-start;
  font-size: 15px !important;
}

.dd-option-text1 {
  line-height: 20px !important;
}

.dd-options>li:last-child>.dd-option {
  border-bottom: none;
}

.dd-option:hover {
  background: #2fa4e7;
  color: #ffffff;
}

.dd-selected-description-truncated {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dd-option-selected {
  background: #e3e0e0;
  height: 58px !important;
  max-height: 58px !important;
}

.dd-selected-image {
  vertical-align: top;
  float: left;
  margin-right: 5px;
  max-width: 70px;
}

.dd-selected-image1 {
  vertical-align: middle;
  float: left;
  margin-right: 5px;
  max-width: 140px;
}

.dd-option-image {
  vertical-align: middle;
  float: left;
  margin-right: 5px;
  max-width: 140px;
}

.dd-image-right {
  float: right;
  margin-right: 15px;
  margin-left: 5px;
}

.dd-container {
  position: relative;
}

.dd-selected-text {
  font-weight: bold;
  padding-right: 0 !important;
  line-height: 18px !important;
  display: -webkit-box;
}

.dd-selected-text1 {
  font-weight: bold;
  line-height: 20px !important;
}

.ab-container-nopadding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
