/*!
 * Durandal 2.0.0 Copyright (c) 2012 Blue Spire Consulting, Inc. All Rights Reserved.
 * Available via the MIT license.
 * see: http://durandaljs.com or https://github.com/BlueSpire/Durandal for details
 */

.modalBlockout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  pointer-events: auto;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.modalHost {
  top: 50%;
  left: 50%;
  position: fixed;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.messageBox {
  background-color: white;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  min-width: 300px;
}

.durandal-view-404 {
  color: red;
  margin: 8px 0;
  padding: 8px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

/*Responsive Design*/

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/*# sourceMappingURL=toastr.css.map */
/* normalizzazione */

/* Normalize margin, padding */

.eol a {
  border: 0;
}

.eol div,
.eol dl,
.eol dt,
.eol dd,
.eol ul,
.eol ol,
.eol li,
.eol h1,
.eol h2,
.eol h3,
.eol h4,
.eol h5,
.eol h6,
.eol pre,
.eol form,
.eol fieldset,
.eol input,
.eol p,
.eol blockquote,
.eol th,
.eol td {
  margin: 0;
  padding: 0;
}

/* Normalize font-size for headers */

.eol h1,
.eol h2,
.eol h3,
.eol h4,
.eol h5,
.eol h6 {
  font-size: 100%;
  font-family: ;
}

/* Remove list-style for lists */

.eol ol,
.eol ul {
  list-style: none;
}

/* Normalize font-style and font-weight to normal */

.eol address,
.eol caption,
.eol code,
.eol dfn,
.eol strong,
.eol th,
.eol var {
  font-style: normal;
  font-weight: normal;
}

/* Removes borders and spacing from tables */

.eol table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Removes border from fieldset and img */

.eol fieldset,
.eol img {
  border: 0;
}

/* Left-aligns text in caption and th */

.eol caption,
.eol th {
  text-align: left;
}

/* Removes quotation marks from q */

.eol q:before,
.eol q:after {
  content: '';
}

.eol a {
  text-decoration: none;
}

/*outline*/

.eol a:hover,
.eol a:active,
.eol a:focus {
  outline: none !important;
}

.eol legend {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}

.eol .error input,
.eol .error select {
  border: 1px solid red;
}

.eol strong {
  font-weight: bold;
}

.eol hr {
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin: 10px 0;
}

.eol hr.evidence {
  border-top: 1px solid #3399CC !important;
}

::-webkit-input-placeholder {
  color: #e5e5e5;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #e5e5e5;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #e5e5e5;
}

:-ms-input-placeholder {
  color: #e5e5e5;
}

:-o-input-placeholder {
  color: #e5e5e5;
}

.eol select option {
  color: #333;
}

.eol-select-withplaceholder {
  color: #e5e5e5;
}

.eol-option-placeholder {
  color: #e5e5e5;
}

.eol-select-withplaceholder option.eol-option-placeholder {
  display: none;
}

/*PRICE TOTAL*/



li.eol-price-total-item {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
}

.eol-price-total-item span {
  float: right;
}



.eol-price-total-item:last-child {
  border-bottom: 0;
  border-top: 2px solid #ccc;
  font-weight: bold;
  background: #f5f5f5;
  font-size: 16px;
}

/* ERRORI */

.eol .eol-error input[type="text"],
.eol .eol-error input[type="password"],
.eol .eol-error input[type="email"] {
  border: 1px solid red;
}

.eol .eol-error select,
.eol .eol-error textarea {
  border: 1px solid red;
}

.eol .eol-error .eol-no-error {
  border: 1px solid #ccc;
}

.eol-error .eol-description {
  color: red;
}

div.eol-warning {
  background: #f0f0f0;
  border: 1px solid red;
  border-radius: 5px;
  box-shadow: 0px 2px 2px #999;
  padding: 10px 15px;
  width: 243px;
  z-index: 100;
}

.eol-warning h2 {
  color: red;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}

.eol-warning p {
  margin-bottom: 10px;
  font-size: 14px;
}

/*********************************************************** FINE BASE ******************************************************************/

.no-eol {
  font: normal normal normal 12px arial,helvetica,sans-serif;
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  color: #333;
}

.eol {
  margin: auto;
  padding: 40px 20px 60px 20px;
  text-align: left;
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0px 1px 2px #e5e5e5;
  font-family: arial,san-serif;
  position: relative;
  min-widht: 320px;
  min-height: 200px;
  overflow: hidden;
}

.extra.eol {
  padding: 0;
  border: 0;
  min-height: 0;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: fixed;
  top: 20%;
  width: 60%;
  border-radius: 5px;
  box-shadow: 0 3px 7px rgba(0,0,0,.25);
}

.extra.eol.medium {
  width: 40% !important;
}



.eol-dialog-blockout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  pointer-events: auto;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}



.extra.eol .eol-modal-header,
.extra.eol .eol-modal-footer {
  background: #f7f7f7;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 5px 5px 0 0;
}

.extra.eol .eol-modal-header {
  padding: 10px 20px;
}

.extra.eol .eol-modal-header h3 {
  margin: 0;
  line-height: 30px;
  font-size: 18px;
  line-height: 1.5em;
}

.eol-modal-header h3 {
  display: inline-block;
}

.eol-modal-header i {
  display: inline-block;
  font-size: 30px;
  margin-right: 10px;
  color: #3399CC;
  height: 30px;
  line-height: 30px;
}

.extra.eol .eol-modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 10px 20px;
  text-align: left;
  font-size: 14px;
  line-height: 1.5em;
}

.extra.eol .eol-modal-footer {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}

.extra.eol .eol-modal-footer:after {
  clear: both;
}

.extra.eol .eol-modal-close a {
  color: #333;
  background-color: #fff;
  border: solid 1px #bbb;
  border-radius: 5px;
  cursor: pointer;
  padding: 8px;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
}

.extra.eol .eol-modal-close a:hover {
  color: #333;
  background-color: #ebebeb;
  border: solid 1px #adadad;
  border-radius: 5px;
  cursor: pointer;
  padding: 8px;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
}



.eol.eol-right {
  float: right;
  min-height: 130px;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
}

/* TITOLI */

.eol h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
  position: relative;
  padding-right: 35px;
  margin-top: 15px;
  color: #333;
  text-transform: none;
}

.eol h1 span {
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  display: block;
}

.eol h1 b {
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  display: block;
}

.eol h1 em {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5em;
  display: block;
}

.eol h1 em.em-subitem {
  margin-left: 20px;
}

.eol .eol-userguide {
  position: absolute;
  bottom: 2px;
  right: 0;
  border: 1px solid #ccc;
  display: block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  font-style: italic;
  color: #666;
  background: white;
  transition: all 0.2s;
}

.eol-userguide:hover {
  background: #ffcc00 no-repeat;
}

/* CAMPI INSERIMENTO */

.eol label,
.eol legend {
  display: block;
  font-size: 14px;
  line-height: 21px;
}

.eol input[type='text'],
.eol input[type='password'],
.eol input[type='email'] {
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0px 1px 2px #ccc;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  padding-left: 5px;
  display: inline-block;
  width: 273px;
  /* +5px padding + 2px border */
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.eol input[type='submit'],
.eol input[type='button'],
.eol button {
  padding: 3px 6px;
  width: auto;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.eol textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0px 1px 2px #ccc;
  font-size: 14px;
  line-height: 21px;
  height: 50px;
  width: 273px;
  /* +5px padding + 2px border */
  padding-left: 5px;
  display: inline-block;
  margin-right: 20px;
}

.eol-slider {
  max-width: 275px;
}

.eol-slider span {
  font-weight: normal;
  cursor: default;
  padding: 5px 0 10px 0;
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-style: italic;
}

.eol select {
  border: 1px solid #ccc;
  font-size: 18px;
  height: 30px;
  width: 270px;
  cursor: pointer;
  /*padding-left: 0;*/
}

.eol .eol-select-auto select {
  border: 1px solid #ccc;
  font-size: 18px;
  height: 30px;
  width: auto;
  cursor: pointer;
}

div.eol-wrap,
fieldset.eol-wrap {
  margin-bottom: 10px;
  position: relative;
}

div.eol-wrap-inline {
  position: relative;
  display: inline-block;
  margin: 0 20px 0 0;
}

div.eol-wrap-inline.eol-input-datepicker img {
  left: 121px;
}

div.eol-wrap-inline input[type="text"],
div.eol-wrap-inline select {
  width: 150px;
  margin-right: 0;
}

div.eol-filter {
  background: #ddd;
  border: 1px solid #ccc;
  padding: 10px;
}

div.eol-filter div.eol-filter-row {
  position: relative;
  display: inline-block;
}

div.eol-filter div.eol-filter-row div {
  min-width: 275px;
  position: relative;
  display: inline-block;
  margin: 5px;
}

fieldset.eol-main-wrap-disabled {
  background-color: white;
  color: gray;
  border: 1px solid #ccc;
  margin: 10px 0px;
  padding: 30px 15px;
  position: relative;
}

fieldset.eol-main-wrap {
  background-color: #F8F8F8;
  border: 1px solid #ccc;
  margin: 10px 0px;
  padding: 30px 15px;
  position: relative;
}

fieldset.eol-main-wrap legend {
  font-weight: bold;
  font-weight: normal;
}

.eol-main-wrap input[type='text'],
.eol-main-wrap input[type='password'],
.eol-main-wrap input[type='email'] {
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0px 1px 2px #ccc;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  padding-left: 5px;
  margin-right: 20px;
  display: inline-block;
  width: 263px;
  /* +5px padding + 2px border */
  cursor: pointer;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.eol-main-wrap textarea {
  width: 248px;
  /* +5px padding + 2px border */
}

.eol-main-wrap .eol-country-prefix input[type="text"] {
  vertical-align: top;
  width: 159px;
}

.eol-main-wrap .eol-button-submit a {
  width: 226px;
}

.eol-password-check input[type='password'] {
  box-sizing: border-box;
  padding: 0px 30px 0px 5px;
}

.eol-main-wrap .eol-wrap span i {
  left: 233px;
}

.eol-main-wrap .eol-input-datepicker img {
  left: 233px;
}

.eol-main-wrap .eol-input-search button {
  left: 233px;
}

.eol-main-wrap .eol-password-check .fa-check {
  color: #009900;
}

.eol-main-wrap .eol-password-check .fa-times {
  color: red;
}

.eol-main-wrap legend {
  background-color: white;
  position: absolute;
  left: 10px;
  top: -16px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.eol-main-wrap .eol-wrap legend {
  background-color: transparent;
  position: static;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-weight: normal;
}

fieldset.eol-patient-card {
  background-color: #F8F8F8;
  border: 1px solid #ccc;
  padding: 15px 15px 15px 110px;
  position: relative;
  font-size: 16px;
  min-height: 70px;
}

fieldset.eol-patient-card i {
  position: absolute;
  top: 15px;
  left: 25px;
  color: #3399CC;
}

fieldset.eol-patient-card p {
  font-style: italic;
  font-size: 12px;
}

fieldset.eol-patient-card label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  color: #3399CC;
}

fieldset.eol-patient-card ul {
  margin-top: 10px;
}

fieldset.eol-patient-card li {
  font-size: 14px;
  line-height: 21px;
}

fieldset.eol-patient-card strong {
  font-size: 16px;
  line-height: 21px;
  word-wrap: break-word;
}

.eol-text p {
  font-size: 14px;
}

.eol-text a {
  font-weight: bold;
  color: #3399CC;
  font-size: 14px;
  transition: all 0.2s;
}

.eol-advanced {
  width: 260px;
}

.eol-advanced input[type='checkbox'] {
  display: none;
  visibility: hidden;
}

.eol-advanced label {
  padding: 5px;
  font-size: 14px;
  color: #3399CC;
  font-weight: bold;
  cursor: pointer;
}

.eol-advanced label:hover {
  background-color: #FFCC00;
  color: #333;
  border-radius: 5px;
}

.eol-final-list a {
  font-weight: bold;
  color: #3399CC;
}

.eol-text-summary p {
  font-weight: bold;
  font-size: 14px;
}

.eol-text-preparation {
  margin-top: 30px;
}

.eol-text-preparation label {
  display: block;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-decoration: underline;
}

.eol-text-preparation label strong {
  font-size: 14px;
  line-height: 21px;
}

.eol-text-preparation p {
  font-weight: normal !important;
  font-size: 12px;
  font-style: italic;
}

.eol-text-notify p {
  color: #333;
  font-size: 14px;
}

.eol-text-notify strong {
  color: #3399CC;
  font-weight: bold;
  font-size: 14px;
}

.eol-text label {
  font-size: 12px;
}

.eol-reservation-token label {
  font-weight: bold;
}

.eol-reservation-token strong {
  font-weight: bold;
  font-size: 20px;
  display: block;
  color: #3399CC;
}

.eol-reservation-token span {
  font-size: 13px;
  font-style: italic;
  display: block;
}

.eol-description {
  font-size: 10px;
  margin-top: 2px;
  display: block;
}

.eol-description-right em {
  width: 280px;
  text-align: right;
  font-size: 13px;
  line-height: 13px;
  margin: 15px 0;
  display: block;
}

.eol-input-tooltip {
  position: relative;
}

.eol-input-tooltip input {
  margin-right: 0;
  padding: 0 30px 0 5px;
  box-sizing: border-box;
}

/*.eol-wrap span{
    display:block;
}*/

.eol-wrap span i {
  position: absolute;
  top: 22px;
  left: 243px;
  border-left: 1px solid #ccc;
  display: block;
  text-align: center;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  color: #666;
}

.eol-input-tooltip i:hover {
  background: #ffcc00 no-repeat;
}

.eol-input-validator span {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.eol-input-datepicker {
  position: relative;
}

.eol-input-datepicker input {
  margin-right: 0;
  padding: 0 40px 0 5px;
  box-sizing: border-box;
}

.eol-input-datepicker img {
  position: absolute;
  left: 243px;
  top: 21px;
  border: 1px solid #ccc;
  display: block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 0 5px 5px 0;
  width: 28px;
  height: 28px;
  background: transparent url("images/calendar.png") 5px 3px no-repeat;
  transition: all 0.2s;
}

.eol-input-datepicker img:hover {
  background-color: #ffcc00;
}

.eol-input-search {
  position: relative;
}

.eol-input-search input {
  margin-right: 0;
  padding: 0 40px 0 5px;
  box-sizing: border-box;
}

.eol-input-search button {
  position: absolute;
  top: 0;
  left: 243px;
  top: 21px;
  border: 1px solid #ccc;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  width: 30px;
  height: 30px;
  color: #999;
  transition: all 0.2s;
}

.eol-input-search button:hover {
  background-color: #ffcc00;
}

.eol-multi-select legend {
  font-weight: normal;
}

.eol-multi-select select {
  font-size: 18px;
  width: auto;
  padding: 0;
}

.eol-datepicker {
  width: 275px;
}

.eol-datepicker legend {
  font-weight: normal;
}

.eol-datepicker select {
  font-size: 18px;
  width: auto;
  margin: 0 3px 0 0;
}

.eol-datepicker select.eol-datepicker-day {
  width: 50px;
}

.eol-datepicker select.eol-datepicker-month {
  width: 135px;
}

.eol-datepicker select.eol-datepicker-year {
  width: 70px;
}

.eol-country-prefix select {
  width: 100px;
}

.eol-country-prefix input[type='text'] {
  padding-right: 30px;
  vertical-align: top;
  width: 169px;
}

.checkbox {
  padding: 5px 5px !important;
  min-height: 20px !important;
}

.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  margin-right: 15px;
  font-size: 14px;
  width: calc(100% - 30px);
  text-align: left !important;
  line-height: 30px;
}

.checkbox label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 1px;
  border: solid 2px gray;
}

.checkbox > input[type=checkbox],
.checkbox > input[type=radio] {
  display: none;
}

.checkbox > input[type=checkbox]:checked + label:before,
.checkbox > input[type=radio]:checked + label:before {
  content: "\2713";
  font-size: 18px;
  color: #646464;
  text-align: center;
  line-height: 18px;
  font-weight: bold;
}

.checkbox label span {
  margin: 0;
  margin-left: 0;
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.checkbox:hover {
  background: #ffcc00;
}

.checkbox.checkbox-disabled > input[type=checkbox] + label:before,
.checkbox.checkbox-disabled > input[type=radio] + label:before {
  background-color: #EBEBE4;
  color: #545454;
}

.checkbox label em.eol-checkboxinfo {
  /*position: absolute;
        right: 10px;
        top: 2px;*/
  display: inline-block;
  margin-right: 20px;
  float: right;
  font-weight: bold;
  font-size: 14px;
  color: #3399CC;
}

.checkbox.multiline {
  min-height: 32px !important;
}

.checkbox > p {
  padding-left: 40px;
}

.reservationLock {
  padding: 5px 5px !important;
  background: #DDDDDD;
}

.reservationLock:hover {
  background: #DDDDDD;
}

.reservationLock > label {
  color: #333;
  display: inline-block;
  font-size: 14px;
  line-height: 34px;
  padding: 0px 2px;
  position: relative;
  cursor: pointer;
  text-align: left;
}

.reservationLock > span {
  color: #333;
  display: inline-block;
  font-size: 14px;
  line-height: 34px;
  padding: 0px 10px;
  text-align: left;
  display: inline-block;
}

.reservationLock > span > i {
  font-size: 22px;
  height: 30px;
  line-height: 35px;
  color: #777;
}

.without-selector {
  padding: 5px 45px !important;
}

/*.eol-checkbox label {
    font-weight: bold;
    margin-bottom: 5px;
    width: 276px;
    padding: 2px;
    transition: all 0.2s;
    cursor: pointer;
    position: relative;
}

    .eol-checkbox label:hover {
        background: #ffcc00;
        border-radius: 5px;
    }

    .eol-checkbox label span {
        margin-left: 17px;
        display: block;
        font-size: 12px;
        font-weight: normal;
    }

        .eol-checkbox label span.eol-checkboxinfo {
            position: absolute;
            right: 5px;
            top: 2px;
            font-weight: bold;
            font-size: 14px;
            color: #3399CC;
        }*/

.eol-button-list i {
  position: absolute;
  left: 20px;
  top: 7px;
  color: white;
  text-shadow: none;
  transition: all 0.2s;
}

.eol-button-list li {
  margin-bottom: 20px;
  position: relative;
}

.eol-button-list li.eol-button-disabled > a {
  pointer-events: none;
  cursor: default;
  background-color: #D0D1D4;
}

.eol-button-list a {
  display: block;
  color: white;
  padding: 15px 15px 15px 70px;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  border-radius: 30px;
  width: 198px;
  text-shadow: 0px 1px 1px #333;
  transition: all 0.2s;
  border-bottom: 0;
}

.eol-ref a {
  background-color: #339933;
}

.eol-fse a {
  background-color: #ff9900;
}

.eol-book a {
  background-color: #3399cc;
}

.eol-promo a {
  background-color: #9966cc;
}

.eol-geo a {
  background-color: #ff6600;
}

.eol-list_user a {
  background-color: #99cc00;
}

.eol-sett_user a {
  background-color: #99cc00;
}

.eol-list_prov a {
  background-color: #66cccc;
}

.eol-sett_prov a {
  background-color: #66cccc;
}

.eol-sett_adv a {
  background-color: #66cccc;
}

.eol-acc a {
  background-color: #3399cc;
}

.eol-reg a {
  background-color: #339999;
}

.eol-pre a {
  background-color: #3399cc;
}

.eol-med a {
  background-color: #339933;
}

.eol-button-list a:hover {
  background-color: #ffcc00;
  color: #333;
  text-shadow: none;
}

.eol-button-list a:hover i {
  color: #333;
}

/* LIST VIEW */

/* exam preferences */

.eol-tool-container {
  margin-bottom: 10px;
  position: relative;
  text-align: right;
  text-align: right;
}

.eol-tool-button {
  padding: 5px;
  border: solid 1px #3399CC;
  font-weight: bold;
  font-size: 14px;
  color: #3399CC;
  margin-bottom: 20px;
}

.eol-list-view-preferences-toolbar {
  border: solid 1px #DDDDDD;
  background: #DDDDDD;
  margin-bottom: 20px !important;
}

.eol-list-view-preferences-toolbar li {
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 34px;
  position: relative;
  border-bottom: 1px solid #ccc;
  cursor: default;
}

.eol-list-view-preferences {
  border: 1px solid #ccc;
}

.eol-list-view-preferences li {
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 34px;
  position: relative;
  border-bottom: 1px solid #ccc;
  cursor: default;
}

.exam-preference {
  display: block;
  overflow: hidden;
  width: 100%;
  clear: both;
}

.exam-preference span {
  display: inline-block;
}

.exam-preference-button {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #3399CC;
  color: white;
  text-align: center;
  float: right;
  border-left: solid 1px white;
  cursor: pointer;
  padding: 10px;
  line-height: 15px;
}

.exam-preference-button.trash {
  background: #FF0000;
  font-size: 18px;
}

.exam-preference-buttondisabled,
.exam-preference-button.trash.exam-preference-buttondisabled {
  background: #DDDDDD !important;
  color: white !important;
}

.exam-preference-button:hover {
  background-color: #ffcc00;
  color: #333;
}

.exam-preference-buttondisabled:hover,
.exam-preference-button.trash.exam-preference-buttondisabled:hover {
  background: #DDDDDD !important;
  color: white !important;
}

.eol-list-view-preferences .checkbox:hover {
  background-color: transparent !important;
}

/* 1 */

.eol-list-view-1 label {
  margin-right: 5px;
  color: #666;
  text-align: right;
}

.eol-list-view-1 ul {
  border: 1px solid #ccc;
}

.eol-list-view-1 li {
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 34px;
  position: relative;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.eol-list-view-1 li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 0px 10px;
}

.eol-list-view-1 li.eol-list-view-group {
  padding: 0px 0px;
}

/*.eol-list-view-1 li .checkbox label {
        padding: 5px 0 0 40px !important;
    }*/

.eol-list-view-1 li.eol-list-view-group > span {
  background: #3399CC;
  color: white;
  display: block;
  font-size: 14px;
  line-height: 34px;
  padding: 0px 10px;
  position: relative;
  font-weight: bold;
  cursor: pointer;
}

.eol-list-view-1 li.eol-list-view-group > span > span {
  font-weight: normal;
  font-size: 12px;
  float: right;
  margin-right: 20px;
}

.eol-list-view-1 li.eol-list-view-group > span > span > i {
  top: 10px !important;
  right: 10px !important;
  font-size: 14px;
  position: absolute;
}

.eol-list-view-1 li:hover {
  color: #3399CC;
  background: #ffcc00;
}

/* 2 */

.eol-list-view-2 label {
  margin-right: 5px;
  text-align: right;
  color: #666;
}

.eol-list-view-2 ul {
  border: 1px solid #ccc;
}

.eol-list-view-2 li {
  border-bottom: 1px solid #ccc;
  position: relative;
}

.eol-list-view-2 li a {
  height: auto !important;
  height: 60px;
  min-height: 60px;
  display: block;
  padding: 15px 130px 15px 20px;
  transition: all 0.2s;
}

.eol-list-view-2 li a:hover {
  background: #ffcc00;
}

.eol-list-view-2-date {
  color: #333;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

.eol-list-view-2-place {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.eol-list-view-2-price {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  font-weight: normal;
}

.eol-list-view-2-availabilities {
  position: absolute;
  border-radius: 5px;
  top: 16px;
  right: 20px;
  min-width: 100px;
  height: 33px;
  border: 1px solid #ccc;
  padding: 10px 5px;
  color: white;
  text-align: center;
  font-size: 14px;
  line-height: 1.5em;
}

.eol-list-view-2-availabilities strong {
  display: block;
  float: none;
  text-align: center;
  margin: 0 auto;
  color: white;
  line-height: 15px;
}

.eol-green {
  color: #3399CC;
  background: transparent;
}

.eol-orange {
  color: #ff9900;
  background: transparent;
}

.eol-navigator {
  background: #ddd;
  border: 1px solid #ccc;
  height: 40px;
  text-align: center;
  font-size: 14px;
}

.eol-navigator i.fa-chevron-left {
  display: inline-block;
  float: left;
  color: #3399CC;
  margin: 7px 0 0 10px;
  cursor: pointer;
  transition: all 0.2s;
}

.eol-navigator i.fa-chevron-right {
  display: inline-block;
  float: right;
  color: #3399CC;
  margin: 7px 10px 0 0;
  cursor: pointer;
  transition: all 0.2s;
}

.eol-navigator i:hover {
  color: #ffcc00;
}

.eol-navigator label {
  display: inline-block;
  height: 100%;
  padding: 0;
  text-align: center;
  color: #333333;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px;
}

.eol-navigator i.eol-arrow-disabled {
  color: #D7D7D7;
}

/*availabilitySelection*/

.availability-list {
  margin-bottom: 10px;
  position: relative;
}

.availability-selector {
  display: table;
  border: 1px solid #ccc;
  width: 100%;
  width: calc(100% - 2px);
  border-collapse: collapse;
  border-spacing: 0;
  position: relative;
}

/*.availability-selector:hover {
        background: #ffcc00;
    }*/

.availability-selector > a {
  padding: 0;
  text-decoration: none;
  color: #333;
  overflow: hidden;
  display: block;
}

.availability-selector.availability-lock {
  background: #F0F0F0;
  cursor: default;
}

.availability-selector.availability-lock a:hover {
  background: #F0F0F0;
  color: #3399CC;
}

div.availability-info {
  font-size: 14px;
  line-height: 20px;
  display: table-cell;
  margin: 0;
  width: auto;
  padding: 15px;
  vertical-align: top;
  position: relative;
}

.availability-info span {
  display: block;
}

.availability-info strong {
  font-size: 16px;
}

.availability-info em {
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
}

.availability-status {
  padding-left: 0px;
  float: right;
  display: table-cell;
  margin: 0;
  padding: 15px 0;
}

div.availability-tools {
  text-align: right;
  display: table-cell;
  padding: 15px;
  vertical-align: top;
  width: 100px;
}

.availability-booking-lock {
  font-size: 22px;
  height: 30px;
  line-height: 35px;
  color: #3399CC;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}

.availability-showdetails {
  color: #3399CC;
  text-transform: uppercase;
  font-size: 12px;
  text-align: right;
  cursor: pointer;
}

.availability-details {
  padding-left: 100px !important;
}

.availability-professional {
  float: right;
  font-style: normal !important;
  min-width: 200px;
  text-align: right;
}

.availability-service {
  min-width: 200px;
  font-style: normal !important;
  text-align: left;
}

.availability-details hr {
  margin: 5px 0;
  border-top: 1px solid #3399CC;
}

.availability-details span {
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
}

.availability-price {
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #3399cc;
}

.availability-count {
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #3399cc;
}

.availability-choose {
  background: #3399cc;
  color: white;
  font-size: 14px;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
}

.availability-choose:hover {
  background-color: #ffcc00;
  color: #333;
}

.availability-lock .availability-price {
  color: #CCCCCC;
}

.availability-lock .availability-choose {
  background: #CCCCCC;
}

.availability-lock .availability-choose:hover {
  background: #CCCCCC;
  color: white !important;
}

.eol-text-notify .userinfo {
  font-style: italic;
  font-size: 12px;
  margin-bottom: 30px;
}



.eol-text-summary .availability-details span {
  font-size: 14px;
  display: block;
  line-height: 20px;
}

.eol-text-summary .availability-details em {
  font-weight: normal;
}

.eol-text-summary .availability-details em.availability-duration {
  font-size: 12px;
}

.eol-weekcalendar {
  width: 100%;
  height: 90px;
  display: table;
  color: #333333;
  border-collapse: separate;
  border-spacing: 5px;
  position: relative;
}

.eol-weekcalendar div {
  display: table-cell;
  margin: 0;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  border: solid 1px #e5e5e5;
  transition: all 0.2s;
}

.eol-weekcalendar div:hover {
  background: #FFCC00;
  color: #333333;
  border-radius: 3px;
}

.eol-weekcalendar div.eol-weekcalendar-navleft,
.eol-weekcalendar div.eol-weekcalendar-navright,
.eol-weekcalendar div.eol-weekcalendar-navdisabled {
  cursor: default;
  display: table-cell;
  width: 3%;
  height: 100%;
  border: 0;
  transition: all 0.2s;
}

.eol-weekcalendar div.eol-weekcalendar-navleft:hover,
.eol-weekcalendar div.eol-weekcalendar-navright:hover,
.eol-weekcalendar div.eol-weekcalendar-navdisabled:hover {
  background: white;
  position: relative;
}

.eol-weekcalendar-navleft span,
.eol-weekcalendar-navright span {
  top: 25px;
  position: relative;
  color: #3399CC;
  cursor: pointer;
  font-size: 0.9em;
  transition: all 0.2s;
}

.eol-weekcalendar-navleft span:hover,
.eol-weekcalendar-navright span:hover {
  color: #FFCC00;
}

.eol-weekcalendar-navdisabled span {
  top: 25px;
  position: relative;
  color: #d7d7d7;
  cursor: pointer;
  font-size: 0.9em;
  transition: all 0.2s;
}

.eol-weekcalendar-navdisabled span:hover {
  color: #d7d7d7;
}

.item-day {
  display: block;
  font-size: 0.75em;
}

.item-number {
  display: block;
  font-size: 1.50em;
  font-weight: bold;
}

.item-month {
  display: block;
  font-size: 0.9em;
}

.eol-day-avdavailable {
  border-radius: 3px;
  background: #F0F0F0;
  color: #333333;
}

.eol-day-avdnotavailable {
  border-radius: 3px;
  background: white;
  color: #333333;
}

.eol-day-avdselected {
  border-radius: 3px;
  background: #3399CC;
  color: white;
}

.eol-day-avdexpired {
  border-radius: 3px;
  color: #d7d7d7;
  cursor: default;
  transition: all 0.2s;
}

.eol-weekcalendar div.eol-day-avdexpired:hover {
  background: white;
  border: solid 1px #DFDFDF;
  border-radius: 3px;
  color: #d7d7d7;
  cursor: default;
}

/* 4 */

.eol-list-view-4 ul {
  border: 1px solid #ccc;
}

.eol-list-view-4 li {
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
}

.eol-list-view-4 li li {
  border: 0;
}

.eol-list-view-4-inwrap {
  position: relative;
  overflow: hidden;
}

div.eol-list-view-4-main {
  position: relative;
  height: auto !important;
  min-height: 60px;
  padding: 15px 20px 15px 60px;
  width: 65%;
  float: left;
}

div.eol-list-view-4-details {
  color: #333333;
  float: right;
  padding: 15px 20px;
  position: relative;
  width: 20%;
  /*border-left: 1px dotted #ccc;*/
  min-height: 60px;
  vertical-align: top;
}

.eol-list-view-4-luogo-2 {
  display: block;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5em;
  text-transform: uppercase;
}

.eol-list-view-4-address {
  display: block;
  font-size: 10px;
  line-height: 1.5em;
}

.eol-list-view-4-doctor {
  display: block;
  font-size: 10px;
  line-height: 1.5em;
  margin-top: 5px;
}

.eol-list-view-4-provider {
  line-height: 1.5em;
  color: #CCCCCC;
  text-align: right;
  font-weight: bold;
  float: right;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 50px;
}

.eol-list-view-4-status {
  position: absolute;
  top: 15px;
  left: 15px;
  text-align: center;
  width: 30px;
  font-size: 30px;
}

.eol-status-expired {
  color: #CCCCCC !important;
}

.eol-status-deleted {
  color: #FF0000 !important;
}

.eol-status-executed {
  color: #009900 !important;
}

.eol-status-notexecuted {
  color: #3399CC !important;
}

.eol-list-view-4-name {
  font-weight: bold;
  line-height: 1.5em;
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
}

.eol-list-view-4-cod {
  font-size: 14px;
  color: #333;
}

.eol-list-view-4-exam {
  display: block;
  font-size: 14px;
  line-height: 1.5em;
}

.eol-list-view-4-luogo {
  font-size: 14px;
  font-style: italic;
  line-height: 1.5em;
}

.eol-list-view-4-date {
  color: #333;
  text-align: right;
  font-weight: bold;
  float: right;
  font-size: 14px;
}

.eol-list-view-4-numero {
  color: #3399CC;
  font-weight: bold;
  font-size: 18px;
  float: right;
}

.eol-list-view-4-date-payment-wrapper {
  float: right;
}

.eol-list-view-4-date-payment {
  color: #333;
  font-weight: bold;
  font-size: 14px;
}

div.eol-list-view-4-actions {
  border-top: 1px dotted #ddd;
  height: 30px;
  width: 100%;
  background: #f5f5f5;
  float: left;
}

div.eol-list-view-4-actions > .paymentdata {
  margin-right: 30%;
}

div.eol-list-view-4-actions > .paymentdata li.paymentstatus {
  color: #555;
  font-size: 15px;
}

div.eol-list-view-4-actions > .paymentdata li.paymentstatus:hover {
  background: none;
}

div.eol-list-view-4-actions > .paymentdata li.paymentstatus.pending {
  font-size: 15px;
  font-weight: bold;
  color: #ff9900;
}

.eol-list-view-4-actions ul {
  border: 0;
}

.eol-list-view-4-actions li {
  border: 0;
  float: right;
  text-align: right;
  position: relative;
  vertical-align: middle;
  padding: 5px;
  font-size: 16px;
  transition: all 0.2s;
}

.eol-list-view-4-actions li:hover {
  background-color: #ffcc00;
}

.eol-list-view-4-actions a {
  display: block;
  width: 30px;
  height: 20px;
  color: #555;
  text-align: center;
  transition: all 0.2s;
}

.eol-list-view-4-actions a:hover {
  /*color:#ffcc00;*/
}

.eol-wrap.eol-payment {
  margin: 20px 0 30px 54px;
}

.eol-wrap.eol-payment a {
  display: block;
  width: 122px;
  height: 47px;
  padding: 20px;
  border: 1px solid #3399cc;
  border-radius: 5px;
}

/* 5 */

.eol-list-view-5 ul {
  border: 1px solid #ccc;
}

.eol-list-view-5 li {
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
}

.eol-list-view-5 li li {
  border: 0;
}

.eol-list-view-5-inwrap {
  position: relative;
  overflow: hidden;
}

div.eol-list-view-5-main {
  height: auto !important;
  min-height: 70px;
  padding: 15px 20px 15px 110px;
}

.eol-list-view-5-type {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 70px;
  height: 70px;
  text-align: center;
}

.eol-type-img,
.eol-type-img-cert {
  text-align: center;
  border: 1px solid #333;
}

.eol-type-img img,
.eol-type-img-cert img {
  width: auto;
  max-width: 52px;
  max-height: 71px;
  height: auto;
}

.eol-type-img-cert a {
  display: block;
  position: relative;
}

.eol-type-img-cert b {
  border: 0;
  position: absolute;
  bottom: -10px;
  right: 0;
  color: #E40000;
}

.eol-type-blocked b {
  color: #ff9933;
  text-align: center;
}

.eol-type-warning b {
  color: #336699;
  text-align: center;
}

.eol-list-view-5-exam {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
  color: #333;
  text-transform: uppercase;
  padding: 3px;
}

.eol-list-view-5-main-link .eol-list-view-5-exam {
  transition: all 0.2s;
}

.eol-type-sprite {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-image: url("images/sprite_general.png");
  background-repeat: no-repeat;
  border: 0;
}

.eol-type-report {
  background-position: 0px 0px;
}

.eol-type-report:hover {
  background-position: 0px -80px;
  border: 0;
}

.eol-type-report-signed {
  background-position: -97px 0px;
}

.eol-type-report-signed:hover {
  background-position: -97px -80px;
  border: 0;
}

/*.eol-list-view-5-exam:hover .eol-type-report {
    background-position: 0px 0px;
}

.eol-list-view-5-exam:hover .eol-type-report-signed {
    background-position: -97px 0px;
}*/

.eol-list-view-5-exam:hover {
  background: #ffcc00;
  border-radius: 3px;
}

.eol-list-view-5-luogo {
  font-size: 12px;
  font-style: italic;
  line-height: 1.5em;
  display: block;
}

.eol-list-view-5-text {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5em;
}

.eol-blocked-lock {
  display: block;
  background: #ff9933;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  color: white;
  font-weight: 700;
  margin: 10px 0px 5px;
  padding: 4px 8px;
  width: 90px;
}

.eol-warning-lock {
  display: block;
  background: #336699;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  color: white;
  font-weight: 700;
  margin: 10px 0px 5px;
  padding: 4px 8px;
  width: 90px;
}

.eol-list-view-5-date {
  text-align: right;
  font-weight: bold;
  float: right;
  font-size: 14px;
}

div.eol-list-view-5-actions {
  overflow: hidden;
  border-top: 1px dotted #ccc;
  border-left: 1px dotted #ccc;
  padding: 5px 20px;
  height: 30px;
  width: 100%;
  background: #f5f5f5;
  float: right;
}

.eol-list-view-5-actions ul {
  border: 0;
}

.eol-list-view-5-actions li {
  border: 0;
  float: right;
  text-align: right;
  position: relative;
  vertical-align: middle;
  padding: 5px;
  font-size: 16px;
  transition: all 0.2s;
}

.eol-list-view-5-actions li:hover {
  background-color: #ffcc00;
  border-radius: 5px;
}

.eol-list-view-5-actions a {
  display: block;
  width: 30px;
  height: 20px;
  color: #555;
  text-align: center;
  transition: all 0.2s;
}

.eol-list-view-5-actions a:hover {
  /*color:#ffcc00;*/
}

/* FINE LIST VIEW */

.eol-column-layout {
  width: 100%;
  height: 90px;
  display: table;
  table-layout: fixed;
  color: #333333;
  border-collapse: collapse;
  position: relative;
}

.eol-column {
  display: table-cell;
  margin: 0;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  border-right: solid 1px #e5e5e5;
  border-left: solid 1px #e5e5e5;
  margin: 5px;
  text-align: left;
  padding: 10px !important;
}

.eol-menu {
  display: inline-block;
  position: absolute;
  color: #333;
  right: 20px;
  top: 10px;
  cursor: default;
  font-size: 16px;
}

.eol-menu div {
  float: right;
  height: 30px;
}

.eol-menu i {
  color: #3399CC;
}

.eol-menu i:hover {
  color: #FECD18;
}

.eol-menu div.eol-menu-unlogged a {
  color: #3399CC;
}

.eol-menu div.eol-menu-unlogged a:hover {
  color: #FECD18;
}

.eol-menu div.eol-menu-logged,
.eol-menu div.eol-menu-unlogged {
  padding-top: 5px;
}

.eol-menu span {
  line-height: 30px;
  font-size: 14px;
}

.eol-menu span.eol-menu-welcome {
  color: #333;
}

.eol-menu span.eol-menu-user,
.eol-menu span.eol-menu-login {
  color: #3399CC;
  line-height: 30px;
  margin-right: 15px;
  cursor: pointer;
  font-weight: bold;
}

.eol-menu span.eol-menu-user:hover,
.eol-menu span.eol-menu-user:hover i {
  color: #FECD18;
}

.eol-menu-logged ul {
  display: none;
  list-style: none;
  position: absolute;
  top: 30px;
  right: 0;
  width: 210px;
  height: auto;
  padding: 0;
  background: none repeat scroll 0% 0% #FFF;
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 2px 2px 3px #999;
  z-index: 2000;
  margin: 5px 40px 0 0;
}

.eol-menu-logged ul li a {
  display: block;
  padding: 10px 10px;
  height: auto;
  width: auto;
  margin: 0;
  text-align: left;
  font-size: 14px;
  border-style: none;
  border-top: 1px dotted #CCC;
  text-decoration: none;
  outline: none;
  color: #333;
  background: none;
  transition: all 0.2s;
}

.eol-menu-logged ul li:first-child a {
  border-top: 0;
}

.eol-menu-logged ul li a:hover {
  background: #ffcc00;
  display: block;
  color: black;
}

.eol-menu-active .eol-menu-logged ul {
  display: block;
}

.eol-dropdownmenu div {
  display: block;
  background-color: #3399CC;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  border-radius: 0 0 5px 5px;
  border-right: 1px solid #999999;
  margin: 0 auto;
  padding: 5px 10px;
  position: absolute;
  text-shadow: 0px 1px 1px #333;
  font-size: 14px;
  font-weight: bold;
  color: white;
  width: 40px;
  right: 0;
  top: 0;
  margin-right: 20px;
  cursor: pointer;
  transition: all 0.2s;
}

.eol-dropdownmenu div:hover {
  color: black;
  text-shadow: none;
  cursor: pointer;
}

.eol-dropdownmenu i {
  display: none;
}

.eol-logged div {
  width: 60px;
}

.eol-logged i {
  display: inline;
}

.eol-dropdownmenu ul {
  display: none;
  list-style: none;
  position: absolute;
  top: 27px;
  right: 0;
  width: 261px;
  height: auto;
  padding: 0;
  background: none repeat scroll 0% 0% #FFF;
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 2px 2px 3px #999;
  z-index: 2000;
  margin: 5px 20px 0 0;
}

.eol-dropdownmenu .eol-dropdownmenu-active ul {
  display: block;
}

.eol-dropdownmenu ul li a {
  display: block;
  padding: 10px 20px;
  height: auto;
  width: auto;
  margin: 0;
  text-align: left;
  font-size: 16px;
  border-style: none;
  border-top: 1px dotted #CCC;
  text-decoration: none;
  outline: none;
  color: #333;
  background: none;
  transition: all 0.2s;
}

.eol-dropdownmenu ul li:first-child a {
  border-top: 0;
}

.eol-dropdownmenu ul li a.user {
  color: #3399CC;
  font-weight: bold;
  transition: all 0.2s;
}

.eol-dropdownmenu ul li a.user:hover {
  color: #333;
  font-weight: bold;
}

.eol-dropdownmenu ul li a.reports {
  border-left: 10px solid #339933;
  padding: 10px;
}

.eol-dropdownmenu ul li a.fse {
  border-left: 10px solid #ff9900;
  padding: 10px;
}

.eol-dropdownmenu ul li a.booking {
  border-left: 10px solid #3399cc;
  padding: 10px;
}

.eol-dropdownmenu ul li a:hover {
  background: #ffcc00;
  display: block;
  color: black;
  font-size: 16px;
}

.eol-tracker {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  position: relative;
  counter-reset: step;
  z-index: 0;
  margin-top: 30px !important;
}

.eol-tracker label {
  display: none;
  line-height: 21px;
  text-align: center;
  color: #3399CC;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.eol-tracker div {
  color: #ddd;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  display: table-cell;
  text-align: center;
  padding: 0 0 10px 0;
  border-bottom: solid 2px white;
}

.eol-tracker div:before {
  content: counter(step);
  counter-increment: step;
  width: 25px;
  line-height: 25px;
  display: block;
  font-size: 14px;
  color: white;
  background: #ddd;
  border-radius: 3px;
  margin: 0 auto 5px auto;
}

.eol-tracker div:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #DDDDDD;
  position: absolute;
  left: 0;
  top: 9px;
  z-index: -1;
}

.eol-tracker div.eol-track-done {
  cursor: pointer;
  color: #77BBDD;
  transition: all 0.2s;
}

.eol-tracker div.eol-track-done:before {
  background: #77BBDD;
  color: white;
}

.eol-tracker div.eol-track-active {
  cursor: pointer;
  color: #3399CC;
  font-weight: bold;
  transition: all 0.2s;
}

.eol-tracker div.eol-track-active:before {
  background: #3399CC;
  font-weight: bold;
  color: white;
}

.eol-tracker div.eol-track-active:hover,
.eol-tracker div.eol-track-done:hover {
  /*	color:#FECD18;*/
  border-bottom: solid 2px #FECD18;
  padding: 0 0 10px 0;
}

div.eol-navigate-back {
  color: #3399cc;
  font-size: 14px;
  margin-top: 80px;
}

.eol-navigate-back a {
  color: #3399cc;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s;
}

.eol-navigate-back a:hover {
  color: #333;
}

.eol-wrap.eol-button-submit {
  margin-top: 20px;
}

.eol-button-submit a {
  cursor: pointer;
  display: block;
  color: white;
  padding: 15px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  border-radius: 10px;
  width: 243px;
  text-shadow: 0px 1px 1px #333;
  background: #3399cc;
  overflow: hidden;
  transition: all 0.2s;
}

.eol-button-submit a:hover {
  color: #333;
  background-color: #ffcc00;
  text-shadow: none;
}

.eol-button-submit i {
  float: right;
}

.eol-button-submit.eol-button-disabled a,
.eol-button-submit.eol-button-disabled a:hover {
  pointer-events: none;
  background: lightgray;
}

.eol-wrap.eol-button-command {
  margin-top: 20px;
}

.eol-button-command a {
  cursor: pointer;
  color: white;
  padding: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  border-radius: 5px;
  text-shadow: 0px 1px 1px #333;
  background: #3399cc;
  display: inline-block;
  transition: all 0.2s;
}

.eol-button-command a:hover {
  color: #333;
  background-color: #ffcc00;
  text-shadow: none;
}

.eol-button-command.eol-button-disabled a,
.eol-button-command.eol-button-disabled a:hover {
  pointer-events: none;
  background: lightgray;
}

.eol-button-print {
  cursor: pointer;
}

.eol-button-print a {
  display: block;
  color: #3399CC;
  line-height: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  width: 280px;
  overflow: hidden;
  transition: all 0.2s;
}

.eol-button-print a:hover {
  color: #333;
  background-color: #ffcc00;
  border-radius: 5px;
}

.eol-button-print a i {
  display: inline-block;
  height: 30px;
  width: 50px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  color: #3399CC;
  transition: all 0.2s;
}

.eol-button-print a:hover i {
  color: #333;
}

.eol-button-option a {
  cursor: pointer;
  color: white;
  padding: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  border-radius: 5px;
  text-shadow: 0px 1px 1px #333;
  background: #3399cc;
  display: inline-block;
  transition: all 0.2s;
  text-align: center;
  min-width: 30px;
}

.eol-button-option a:hover {
  color: #333;
  background-color: #ffcc00;
  text-shadow: none;
}

/* FINAL LIST */

.eol-final-list li {
  cursor: pointer;
  line-height: 50px;
  font-size: 14px;
  width: 280px;
  transition: all 0.2s;
}

.eol-final-list i {
  border-radius: 30px;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
}

.eol-final-list li:hover {
  background: #ffcc00;
  border-radius: 5px;
}

.eol-final-list a {
  display: block;
  transition: all 0.2s;
}

.eol-final-list a:hover,
.eol-final-list a:hover i {
  color: #333;
}

div.eol-privacy {
  height: 70px;
  border: 1px solid #ccc;
  padding: 20px;
  overflow-y: scroll;
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 20px;
}

/* FOOTER */

.eol-copyright {
  bottom: 0px;
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  right: 20px;
}

.eol-copyright a {
  font-weight: bold;
  color: #3399cc;
  font-size: 11px;
  transition: all 0.2s;
}

.eol-copyright a:hover {
  color: #FFCC00;
}
 


div.eol-long-list-toolbar {
    background-color: black;
    color: white;
    padding: 5px 10px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    max-width: 100%;
    height: 50px;
    z-index: 10000;
    text-align: center;
    filter: alpha(opacity=50);
    line-height: 30px;
    border: solid 1px #999999;
    background-color: #DDDDDD;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #3399cc;
    cursor: pointer;
}

div.eol-scrolltop {
    /*    background-color: black;
    border-radius: 5px;
    color: white;
    padding: 5px 10px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 10px;
    width: 300px;
    margin: auto;
    max-width: 100%;
    height: 30px;
    z-index: 10000;
    text-align: center;
    opacity: .5;
    filter: alpha(opacity=50);
    line-height: 30px;*/

    background-color: black;
    color: white;
    padding: 5px 10px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 5px;
    width: 40px;
    margin-left: auto;
    max-width: 100%;
    height: 40px;
    z-index: 10000;
    text-align: center;
    opacity: .5;
    filter: alpha(opacity=50);
    line-height: 30px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

div.eol-scrolltop:hover {
  border: solid 1px #999999;
  background-color: #DDDDDD;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #3399cc;
  cursor: pointer;
}

div.eol-scrolltop span {
  padding: 0 90px;
  font-size: 16px;
  font-weight: bold;
}

.eol-loader-blockout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
  pointer-events: auto;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  z-index: 1040;
}

.eol-loader-host {
  z-index: 1090;
  padding: 0;
  border: 0;
  min-height: 0;
  background: url("../../../Content/images/loader.gif") no-repeat center center;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: 40%;
  width: 300px;
  height: 100px;
}

.eol-viewmore {
  height: 40px;
  text-align: center;
  background: #ddd;
  cursor: pointer;
  background: #ddd;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: none;
}

.eol-viewmore:hover {
  background: #ffcc00;
}

.eol-viewmore a {
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  font-size: 16px;
}

.ui-tooltip-content {
  text-align: left;
  line-height: 1.5em;
  padding: 10px;
}

.eol select:disabled,
.eol textarea:disabled,
.eol input:not([type]):disabled,
.eol input[type="color"]:disabled,
.eol input[type="date"]:disabled,
.eol input[type="datetime"]:disabled,
.eol input[type="datetime-local"]:disabled,
.eol input[type="email"]:disabled,
.eol input[type="month"]:disabled,
.eol input[type="password"]:disabled,
.eol input[type="number"]:disabled,
.eol input[type="search"]:disabled,
.eol input[type="tel"]:disabled,
.eol input[type="text"]:disabled,
.eol input[type="time"]:disabled,
.eol input[type="url"]:disabled,
.eol input[type="week"]:disabled {
  background-color: #EBEBE4;
  color: #545454;
}

.eol-main-wrap input[type='email'] {
  width: 100%;
}

/* *************************************************************************************************************************************** */

@media only screen and (max-width : 1024px) {
  /* *************************************************************************************************************************************** */

  .no-eol {
    width: auto;
  }

  .eol {
    width: auto;
    min-height: 0;
    padding: 20px 0 60px 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    border-top: 1px solid #e5e5e5;
  }

  .eol-right {
    display: none;
  }

  .eol.eol-narrow {
    width: auto;
    float: none;
    min-height: 0;
  }

  .eol.eol-right {
    width: auto;
    float: none;
    min-height: 0;
    padding: 0;
    border: none;
    box-shadow: none;
  }

  .eol h1 {
    margin-top: 35px;
  }

  div.eol-list-view-4-main {
    width: auto;
    float: none;
  }

  div.eol-list-view-4-details {
    display: none;
  }

  .eol-dropdownmenu div {
    margin-right: 0;
  }

  .eol-copyright,
  div.eol-scrolltop {
    right: 0;
  }
}

.expand-collapse {
  color: #808080;
  width: 100%;
  display: inline-block;
  line-height: 25px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: right;
}

.expand-collapse a {
  color: #3399CC;
  cursor: pointer;
}

/* *************************************************************************************************************************************** */

@media only screen and (min-width: 480px) and (max-width: 768px) {
  /* *************************************************************************************************************************************** */

  .extra.eol {
    width: 80%;
  }

  .eol-menu {
    right: 0;
  }
}

/* *************************************************************************************************************************************** */

@media only screen and (min-width : 480px) {
  /* *************************************************************************************************************************************** */
}

/* *************************************************************************************************************************************** */

@media only screen and (max-width : 480px) {
  /* *************************************************************************************************************************************** */

  .eol-weekcalendar {
    border-spacing: 5px;
    height: 80px;
  }

  .eol-weekcalendar div {
    font-size: 14px;
  }

  .eol-column {
    display: block;
    padding: 5px !important;
  }

  .eol-list-view-4-date {
    float: none;
    display: block;
    text-align: left;
    margin-top: 5px;
  }

  .eol-list-view-4-provider {
    float: none;
    display: block;
    text-align: left;
    margin-top: 5px;
  }

  .eol-list-view-5-date {
    display: block;
    float: none;
    margin-top: 5px;
    text-align: left;
  }

  .eol-tracker div span {
    display: none;
  }

  .eol-tracker label {
    display: table-caption;
    caption-side: bottom;
  }

  .eol-column {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .extra.eol {
    width: auto;
    top: 0;
    border-radius: 0;
  }

  .eol-menu span.eol-menu-welcome {
    display: none;
  }

  .eol-menu {
    right: 0;
  }
}

/* *************************************************************************************************************************************** */

@media only screen and (max-width : 320px) {
  /* *************************************************************************************************************************************** */

  .eol-weekcalendar {
    border-spacing: 5px;
    height: 70px;
  }

  .eol-weekcalendar div {
    font-size: 12px;
  }

  .eol-column {
    display: table-row;
  }

  .eol-tracker div span {
    display: none;
  }

  .eol-tracker label {
    display: table-caption;
    caption-side: bottom;
  }

  .eol-menu span.eol-menu-welcome {
    display: none;
  }

  .eol-menu {
    right: 0;
  }
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url("font-awesome/fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format('embedded-opentype'), url("font-awesome/fonts/fontawesome-webfont.woff?v=4.0.3") format('woff'), url("font-awesome/fonts/fontawesome-webfont.ttf?v=4.0.3") format('truetype'), url("font-awesome/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571428572em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-mail-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}
/*! jQuery UI - v1.10.4 - 2014-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */

.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */

input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */

/* reset extra padding in Firefox, see h5bp.com/l */

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */

.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* right-aligned */

.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */

.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/

.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */

.ui-widget-overlay {
  background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}
/*DATEPICKER*/

.ui-datepicker {
  width: 265px;
  height: auto;
  margin: 5px auto 0;
  font: normal normal normal 12px arial,helvetica,sans-serif;
  font-family: arial,helvetica,sans-serif;
  font-size: 13px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  width: 100%;
}

.ui-datepicker-header {
  color: #333;
  font-weight: bold;
  font-size: 15px;
  font-weight: bold;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
  line-height: 30px;
  border: 1px solid #999;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}

.ui-datepicker thead {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -webkit-gradient(linear, left top, left bottombottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%);
  background-image: -ms-linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%);
  background-image: linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
  border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
  text-transform: uppercase;
  font-size: 11px;
  text-transform: uppercase;
  padding: 5px 0;
  color: #333;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
  padding: 0;
  border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 25px;
  line-height: 25px;
  color: #555;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
  background: -webkit-linear-gradient(top, #ededed 0%,#dedede 100%);
  background: -o-linear-gradient(top, #ededed 0%,#dedede 100%);
  background: -ms-linear-gradient(top, #ededed 0%,#dedede 100%);
  background: linear-gradient(top, #ededed 0%,#dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
  background: #3399CC;
  color: #e0e0e0;
  /*border: 1px solid #3399CC;*/
  /*position: relative;*/
  /*margin: -1px;*/
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 25px;
  margin-bottom: 0;
}

/*SLIDER*/

.ui-slider {
  position: relative;
  text-align: left;
  z-index: 0;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 1;
  width: 5px;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 5px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.45em;
  margin-left: -0.1em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
  background: #3399CC;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/*TOOLTIP*/

body .ui-tooltip {
  border-width: 2px;
  font-size: 14px;
}

/*DROPDOWN*/

.ui-menu .ui-menu-item {
  text-align: left;
}