@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,700);
* {
  margin: 0;
  padding: 0;
}

html.login-controller {
  background: url('../images/bkg-4.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

html {
  /*background: url('../images/bkg-4.jpg') no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  background:transparent;
  /*background: #f4f4f4;*/
}
.laddaButtonCustom {
  padding: 10px 5px;
}
#bar_blank {
  border: solid 1px #000;
  height: 25px;
  width: 300px;
  margin-left: 15px;
  border-radius:3px;
}
#bar_color {
  background-color: #14c169;
  height: 23px;
  width: 0px;
}
#bar_blank {
  display: none;
}
#status {
  padding:0px 15px;
}

span.importPartialSuccess {
  color:#f0ad4e;
}
span.importSuccess {
  color:#5ad05a;
}
span.importError {
  color:#ff807c;
}

th.taskDetailColor-1 {
  background-color: #2ce6d4;
}
th.taskDetailColor-2 {
  background-color: #00d4e3;
}
th.taskDetailColor-3 {
  background-color: #00c2ee;
}
th.taskDetailColor-4 {
  background-color: #00acf3;
}
th.taskDetailColor-5 {
  background-color: #0094eb;
}

.btn100 {
  width: 100%;
}

.subTaskDiv {
  margin-top:5px;
}

.subDataTaskDiv {
  border: 1px solid;
  box-shadow: 0px 0px 1px #000;
}
.subDataTaskDiv > .number {
  font-size: 25px;
}

.statbox .number {
  top: -5px !important;
}

.title-xs {
  float:left;
  top: 5px;
}

body, input, button, select {
  font-family: 'Source Sans Pro', sans-serif;
}

input, select {
  background: transparent !important;
  border-radius: 0px !important;
}

button {
  border-radius: 0px !important;
}

::-webkit-scrollbar {
  width: 5px;
}
 
::-webkit-scrollbar-track {
  border-radius: 0px;
  background: #f1f1f1;
}
 
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #00b3f1; /*old color #00B4CC */
}

.alert {
  text-shadow: none;
}

.proposal-btn-quote:disabled {
  opacity: 1 !important;
}

span.ghost-button-border-color-red {
  color: lightcoral;
  border-color: lightcoral;
  cursor: default !important;
}
span.ghost-button-border-color-green {
  color: #4dea34;
  border-color: #4dea34;
  cursor: default !important;
}
span.ghost-button-border-color-yellow {
  color: goldenrod;
  border-color: goldenrod;
  cursor: default !important;
}

span#clickToUpdateAgencyData {
  color: #337ab7 !important;
  cursor: pointer;
  font-weight: 800;
}
span#clickToUpdateAgencyData:hover {
  opacity: 0.6;
}

form.form-center-custom {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.imageCollabSelected {
  background: grey !important;
  border: 3px solid red !important;
  box-shadow: 0px 0px 10px red !important;
  filter: brightness(0.4) !important;
}

.activeFilterBox {
  /*border: 5px solid #00b3f1;*/ /*old color #00B4CC */
  opacity: 0.65 !important;
}
.insideFilterBox {
  height: 100%;
}

.inputDisabled {
  background-color: #e1e1e1 !important;
  border-color: #ccc !important;
  opacity: .65 !important;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] 
.btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] 
.btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] 
.btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] 
.btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] 
.btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] 
.btn-default.active {
  background-color: #e1e1e1;
  border-color: #ccc;
  opacity: .65 !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.9;
}
.selectize-control .selectize-input.selectDisabled.disabled {
  background-color: #e1e1e1 !important;
  border-color: #ccc !important;
  opacity: .65 !important;
  /*opacity: 0.9;*/
}
.selectize-control.multi .selectize-input.disabled > div, 
.selectize-control.multi .selectize-input.disabled > div.active {
  /*color: #1f1f1f;
  text-shadow: 1px 1px 2px #b6b6b6;
  */
  color: #fff;
  text-shadow: 0px 0px 1px #1f1f1f;
  border-radius: 3px;
  background: #949494;
}
.selectize-input {
  background: transparent !important;
  color: aliceblue;
  border: none;
}
.selectize-input > .note-item-only-text { 
  background-color: transparent !important;
  color: aliceblue !important;
}
.selectize-dropdown {
  min-width: 350px !important;
}
.selectize-dropdown, .selectize-input, .selectize-input input {
  color: aliceblue;
}
.selectize-dropdown-content > .customer-result-container > span.label {
  color: #212121;
  font-size: 100%;
  text-shadow: 1px 1px 2px darkgrey;
}
.selectize-dropdown-content > .customer-result-container > span.caption {
  color: #212121;
  font-size: 75%;
  padding-left: 2px;
  text-shadow: 1px 1px 2px darkgrey;
}
.selectize-dropdown-content > .customer-result-container > span.captionBis {
  color: #212121;
  font-size: 75%;
  padding-left: 9px;
  position: relative;
  top: -7px;
  font-style: italic;
  text-shadow: 1px 1px 2px darkgrey;
}
.selectize-dropdown-content > .note-result-container > span.label {
  color: #212121;
  font-size: 100%;
  text-shadow: 1px 1px 2px darkgrey;
  white-space: normal;
}
.selectize-dropdown-content > .note-result-container > span.caption {
  color: #212121;
  font-size: 75%;
  padding-left: 2px;
  text-shadow: 1px 1px 2px darkgrey;
}
.selectize-dropdown-content > .note-result-container > span.captionBis {
  color: #212121;
  font-size: 75%;
  padding-left: 9px;
  position: relative;
  top: -7px;
  font-style: italic;
  text-shadow: 1px 1px 2px darkgrey;
}

.selectize-dropdown-content > .create {
  padding: 5px 20px 10px 20px;
  color: #212121;
  text-shadow: 1px 1px 1px #FFC107;
}
.selectize-input > div {
  /*text-shadow: 1px 1px 1px darkgrey;*/
  text-shadow: 0px 0px 1px #1f1f1f;
}

.selectize-control.multi .selectize-input > div {
  color: #fff;
  text-shadow: 0px 0px 1px #1f1f1f;
  border-radius: 3px;
  background: #949494;
}

/*.selectize-control.single .selectize-input:after,*/
.selectize-control.selectized-existing-row-customer.single .selectize-input:after,
.selectize-control.selectized-existing-row-customer-disabled.single .selectize-input:after,
.selectize-control.selectized-existing-row-assigned.single .selectize-input:after,
.selectize-control.selectized-existing-row-assigned-disabled.single .selectize-input:after,
.selectize-control.selectized-existing-row-customer-ajax.single .selectize-input:after,
.selectize-control.selectized-existing-row-assigned-ajax.single .selectize-input:after {
  content: none; /*This will remove the arrow icon*/
}

#new-record-calendar, 
.edit-record-calendar,
.edit-record-calendar-shared {
  display: none;
}
.edit-record-richiamo.form-control[readonly] {
  cursor: default !important;
}

.edit-record-richiamo {
  text-shadow: 0px 0px 1px #1f1f1f;
  box-shadow: none;
}

.edit-record-richiamo-expired {
  background-color: #F44336 !important; 
}

.proposal-btn {
  width: 100%;
  text-shadow: 0px 0px 1px #1f1f1f;
  border-radius: 3px;
}

.table-dashboard {
  min-height: 500px;
}
.new-task-btn,
.dash-number-field,
.show-task-details {
  width: 62px;
}
.record-task-id {
  width: 62px;
  padding: 15px !important;
}
.dash-taskid-field {
  width: 62px;
  vertical-align: middle;
}
.dash-name-field {
  width: 240px;
  vertical-align: middle;
}
.dash-note-field {
  width: 560px;
  vertical-align: middle;
}
.dash-date-field {
  width: 120px;
  vertical-align: middle;
}
.dash-date2-field {
  width: 140px;
  vertical-align: middle;
}
.dash-assigned-field {
  width: 80px;
  vertical-align: middle;
}
.dash-prop-field {
  min-width: 120px;
  vertical-align: middle;
}

hr {
  border-top: 1px solid #B6B6B6;
}

.hidden {
  display: none;
}

.form-control {
  /*color: white;*/
  color: #212121;
  border-color: #212121;
}

.input-group-addon {
  background-color: transparent;
  /*color: white;*/
  color: #212121;
  border-color: #212121;
}

.bootstrap-datetimepicker-widget {
  top:30px !important;
  color: black;
}

td.day, 
span.month,
span.year {
  color:black;
}
td.day.active.today,
td.day.active.today:hover {
  background-color: #0097A7;
}
td.day.active,
td.day.active:hover {
  background-color: #0097A7 !important; 
}
.picker-switch > table > tbody > tr > td > a {
  color: #0097A7;
  text-shadow: 1px 0px 1px #212121;
}
span.year.active,
span.year.active:hover {
  background-color: #0097A7 !important;
}
span.month.active,
span.month.active:hover {
  background-color: #0097A7 !important;
}

.no-background {
  background:transparent;
}

.field-inline-left {
  width: 50%;
  float: left;
  display:inline;
  margin-bottom: 15px;
}

.field-inline-right {
  width: 50%;
  float: right;
  display:inline;
  margin-bottom: 15px;
}

#spin-container {
  background-color: rgb(71, 69, 69);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 200000;
  opacity: 0.9;
  filter: alpha(opacity=90);  
  display: none;
  top: 0px;
}

.login {
  padding: 15px;
  width: 400px;
  min-height: 400px;
  margin: 2% auto 0 auto;
}
.login .heading {
  text-align: center;
  margin-top: 1%;
}
.login .heading label {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  text-shadow: 1px 1px 3px #23203b;
}
.login .heading h2 {
  font-size: 3em;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding-bottom: 5px;
  text-shadow: 1px 1px 3px #23203b;
}
.login form .input-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.login form .input-group:last-of-type {
  border-top: none;
}
.login form .input-group span {
  background: transparent;
  min-width: 53px;
  border: none;
}
.login form .input-group span i {
  font-size: 1.5em;
  color: rgba(255, 255, 255, 0.2);
}
.login form input.form-control {
  display: block;
  width: auto;
  height: auto;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  border-radius: 0px;
  padding: 10px;
  font-size: 1.6em;
  width: 100%;
  background: transparent;
  color: #c2b8b1;
}
.login form input.form-control:focus {
  border: none;
}
.login form button {
  margin-top: 20px;
  background: #27AE60;
  border: none;
  font-size: 1.6em;
  font-weight: 300;
  padding: 5px 0;
  width: 100%;
  border-radius: 3px;
  color: #fff;
  border-bottom: 4px solid #1e8449;
}
 
.login a.login-btn,
.login form a.cancel-btn {
  margin-top: 5px;
  background: indianred;
  color: #fff;
  border-bottom: 4px solid #f13940;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  padding: 5px 0;
  border-radius: 3px;
  width: 100%;
}

.login a.login-btn:hover,
.login form a.cancel-btn:hover {
  background: indianred;
}

.login form a.register {
  margin-top: 5px;
  background: #ffa31a;
  color: #fff;
  border-bottom: 4px solid #b36b00;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  padding: 5px 0;
  border-radius: 3px;
  width: 100%;
}
.login form a.register:hover {
  background: #ffa31a;
}

.login form a.facebook {
  margin-top: 5px;
  background: #3B5998;
  color: #fff;
  border-bottom: 4px solid #1A356E;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  padding: 5px 0;
  border-radius: 3px;
  width: 100%;
}
.login form a.facebook:hover, {
  background: #3B5998;
}

.login form a.google {
  margin-top: 5px;
  background: indianred;
  color: #fff;
  border-bottom: 4px solid #990000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  padding: 5px 0;
  border-radius: 3px;
  width: 100%;
}
.login form a.google:hover, {
  background: indianred;
}

.login form button:hover {
  background: #30b166;
  -webkit-animation: hop 1s;
  animation: hop 1s;
}

.default-page > .heading a.login-btn {
  margin-top: 5px;
  background: indianred;
  color: #fff;
  border-bottom: 4px solid #f13940;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  padding: 5px 0;
  border-radius: 3px;
  width: 100%;
}
.default-page > .heading a.login-btn:hover {
  background: indianred;
}

.float {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

/*
.float:hover, .float:focus, .float:active {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
*/

.other-link {
  text-align: center;
}

.other-link a {
  color: #ffffe1;
}

a.navbar-logo {
  padding: 0px;
  margin-right: 8px;
}
img.clustar-logo-navbar {
  width: 86px;
}

.navbar-inverse {
  /*background-color: #1a1a1a; BLACK */
  /*background-color: #0097A7;*/
  /*background-color: #00b3f1;*/ /*old color #00B4CC */
  /*border-color: #00BCD4;*/
  border-color: transparent;
  background-image: -webkit-gradient(
    linear,
    right bottom,
    left bottom,
    color-stop(0.09, #0095EB),
    color-stop(0.26, #00AAF3),
    color-stop(0.44, #00C2EE),
    color-stop(0.7, #00D4E3),
    color-stop(0.89, #2CE6D3)
  );
  background-image: -o-linear-gradient(left, #0095EB 9%, #00AAF3 26%, #00C2EE 44%, #00D4E3 70%, #2CE6D3 89%);
  background-image: -moz-linear-gradient(left, #0095EB 9%, #00AAF3 26%, #00C2EE 44%, #00D4E3 70%, #2CE6D3 89%);
  background-image: -webkit-linear-gradient(left, #0095EB 9%, #00AAF3 26%, #00C2EE 44%, #00D4E3 70%, #2CE6D3 89%);
  background-image: -ms-linear-gradient(left, #0095EB 9%, #00AAF3 26%, #00C2EE 44%, #00D4E3 70%, #2CE6D3 89%);
  background-image: linear-gradient(to left, #0095EB 9%, #00AAF3 26%, #00C2EE 44%, #00D4E3 70%, #2CE6D3 89%);
}

.navbar-inverse .navbar-nav>li>a {
  color: #212121;
}

.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:hover, 
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #212121;
  /*background-color: #00BCD4;*/
  background-color: #00DFFC;
}

ul.right-navbar {
  float:right;
}

.username-profile-label {
  position: relative;
  top: -3px;
  margin-left: 3px;
}
.username-profile-label-img {
  position: relative;
  top: 1px;
  margin-left: 3px;
}
.navbar-nav>li>a.menu-box-with-icon {
  padding-top: 11px;
  padding-bottom: 10px;
}

.dashboard h2 {
  font-weight: 100;
  /*color: rgba(255, 255, 255, 0.7);*/
  color: #212121;
  display: inline-block;
  padding-bottom: 5px;
  /*text-shadow: 1px 1px 3px #23203b;*/
}

.default-page {
  padding: 15px;
  width: 400px;
  min-height: 400px;
  margin: 2% auto 0 auto;
}
.default-page .heading {
  text-align: center;
  margin-top: 1%;
}
.default-page .heading h1 {
  font-size: 4em;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding-bottom: 7px;
  text-shadow: 1px 1px 3px #23203b;
}
.default-page .heading h2 {
  font-size: 3em;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding-bottom: 5px;
  text-shadow: 1px 1px 3px #23203b;
}
img.profile-navbar-image {
  width: 29px;
  border-radius: 20px;
}

img.profilepage-user-image {
  width: 200px;
  box-shadow: 2px 2px 7px 0 #888888;
  /*border: 3px solid rgba(255, 255, 255, 0.7);*/
  border: 3px solid rgba(255, 193, 7, 0.9);
}
img.collaborator-image-free {
  width: 200px;
  box-shadow: 2px 2px 7px 0 #888888;
  /*border: 3px solid rgba(26, 226, 143, 0.7);  */
  border: 3px solid rgba(255, 193, 7, 0.9);
}
img.collaborator-image-locked {
  width: 200px;
  box-shadow: 2px 2px 7px 0 #888888;
  border: 3px solid rgba(247, 28, 28, 0.7);  
}

.centered-page {
  text-align: center;
  /*color: rgba(255, 255, 255, 0.7);*/
  color: #212121;
  text-shadow: 0px 0px 1px #23203b;
}

.centered-page h3.imgCaption,
.centered-page h4.imgCaption,
.centered-page h5.imgCaption {
  margin-top: 3px;
}
.centered-page h4.imgCaption,
.centered-page h5.imgCaption {
  margin-bottom:3px;
}

span.alert-danger {
  color: rgba(196, 000, 070, 0.9);
  text-shadow: 1px 1px 1px #23203b;
  background-color: transparent;
}
span.alert-danger a {
  color: rgba(196, 000, 070, 0.9);
  text-shadow: 1px 1px 1px #23203b;
}

.main-user-details {
  /*
  background-color: rgba(000, 000, 000, 0.4);
  border: 1px solid lightgrey;
  */
  background-color: rgba(178, 235, 242, 0.4);
  border: 1px solid rgb(178, 235, 242);
}
.main-user-details h3 {
  margin: 0 0 5px 0;
  /*color: rgba(196, 000, 070, 0.9);*/
  color: #FFC107;
}
.main-user-details h4 {
  margin: 0 0 8px 0;
  /*color: rgba(196, 000, 070, 0.9);*/
  color: #FFC107;
}
.not-compiled {
  /*color: rgba(255, 255, 255, 0.5) !important;*/
  color:#212121 !important;
}
.last-field {
  margin: 0 !important;
}

.profile-field-intestaz {
  float: left;
  text-align: left;
}
.profile-field-dati {
  float: right;
  text-align: right;
}

.profile-img-container {
  position: relative;
}
.profile-img-container img {
  height:200px;
  width:200px;
  cursor:pointer;
}
.profile-img-over {
  display:none;
  height:200px;
  width:200px;
  opacity:0.7;
  background:#444;
  position:absolute;
  cursor:pointer;
  border-radius:100px;
  left: 50%;
  margin-left: -100px;
}
.profile-img-container:hover .profile-img-over {
  display:block;
}
.profile-img-over > span {
  position: absolute;
  bottom: 10px;
  right: 79px;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 3px #23203b;  
}

.collaborator-img-container {
  position: relative;
}
.collaborator-img-container img {
  height:100px;
  width:100px;
  cursor:pointer;
}

.collaborator-img-over {
  display:block;
  height:94px;
  width:94px;
  opacity:0.9;
  background:#444;
  position:absolute;
  cursor:pointer;
  border-radius:100px;
  left: 50%;
  margin-left: -47px;
  margin-top: 3px;
}
.collaborator-img-over > span {
  position: absolute;
  bottom: 7px;
  right: 21px;
  color: rgba(247, 28, 28, 1);
  text-shadow: 1px 1px 3px #23203b;  
}

.collaborator-img-container-indata {
  position: relative;
}
.collaborator-img-container-indata img {
  height:60px;
  width:60px;
  cursor:pointer;
}
h4.imgCaption-indata,
h5.imgCaption-indata {
  margin-top: 1px;
  margin-bottom: 0px;
  font-size: 11px;
  height: 17px;
}

.disable-a-href {
  pointer-events: none;
}

.button-disabled {
  border-color: grey !important;
  color: grey !important;
  text-decoration: none;
}

.button-disabled:hover,
.button-disabled:active {
  background-color: transparent;
  color: grey !important;
  border-color: grey !important;
  text-decoration: none;
}

.navbar-img-container img {
  height:29px;
  width:29px;
}

.navbar-img-container {
  display: inline;
}

.user-collaborators {
  margin-top:20px;
}

.ghost-button-mini {
  width: 70px !important;
  padding: 2px;
  font-size: 13px;
}

button.ghost-button {
  background-color: transparent;
}

a#addCollaborator-link,
a#editProfile-link {
  cursor: pointer;
}

.table-striped>tbody>tr:nth-child(odd) {
  background-color: #403A3A;
}

.table-striped>tbody>tr:nth-child(even) {
  /*background-color: #403A36;*/
  background-color: #727270;
}

td {
  text-align: left;
}
tbody {
  color:aliceblue;
}
.clustar-table-head {
  /*background-color: #0097A7;*/
  background-color: #00b3f1; /*old color #00B4CC */
  color: aliceblue;
}
.clustar-table-head-quotes {
  background-color: #f4a742 !important;
}
.btn-clustar-grey {
  color: #fff;
  background-color: #403A3A;
  border-color: #403A3A;
}
.options-btn {
  width: 140px;
  text-align: right;
  padding: 1px 8px !important;
}
.options-btn > .ghost-button-mini {
  width: 100% !important;
}
.options-btn-cat {
  float: right;
  padding: 0px 3px 0px 14px !important;
}
td.input-td {
  padding: 2px !important;
}
th.input-th {
  padding-bottom: 2px !important; 
}
.table-header-tab {
  padding: 1px;
  background-color: #428284;
  border-bottom: 2px solid white;
  text-align: center;
  width: 25%;
}
.table-header-tab > h4 {
  margin: 7px;
}
.nav-tab-disabled {
  opacity: 0.3;
  cursor: default;
}
.nav-tab-header {
  color: rgba(33, 33, 33, 0.7);
  font-size: 16px;
  padding: 5px 15px;
  border-right: 1px solid aliceblue;
  border-bottom: 1px solid aliceblue;
  border-radius: 5px 5px 0px 0px;
  cursor: pointer;
}
/*
.navtab-category {
  background-color: rgba(255, 193, 7, 0.5);
  height: 35px;
}
*/
.navtab-definitions {
  background-color: rgba(255, 193, 7, 0.5);
  height: 35px;
}
.navtab-products {
  background-color: rgba(255, 193, 7, 0.5);
}
.navtab-active {
  background-color: #FFC107;
  opacity: 1;
  color: #212121;
}
#go-to-manage-products {
  top:2px;
}

.ghost-button-table {
  color: aliceblue;
  border-color: aliceblue
}
.ghost-button-table-cat {
  font-size: 12px;
  margin: 0px;
  position: relative;
  top: -1px;
  text-shadow: 1px 1px 1px #212121;
}

.definition-table-title {
  background-color: #B6B6B6;
  border-bottom: 2px solid #FFF;
  font-size: 16px;
  padding: 5px;
  padding-left:20px;
  border-radius: 5px 5px 0px 0px;
  color: #212121;
  /*text-transform: uppercase;*/
  font-weight: 600;
  text-shadow: 1px 1px 3px #FFF;
  text-align: left;
  cursor: pointer;
}
.definition-table-title-fixed {
  cursor: default;
}

.tabs-left.active div::after {
  content:'';
  position:absolute;
  z-index: 0;
  top: 0;
  right: -.5em;  
  bottom: 0;
  width: 1em;
  background: #ddd;
  background-color: #FFC107;
  box-shadow: 2px -1px 2px rgba(0,0,0,.4);
  transform: skew(10deg);
  border-radius: 0 5px 0 0; 
  border-bottom: 1px solid white; 
}
.tabs-right.active div::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: -.5em;
  bottom: 0;
  width: 1em;
  background: #ddd;
  background-color: #FFC107;
  box-shadow: -2px -1px 2px rgba(0,0,0,.4);
  transform: skew(-10deg);
  border-radius: 5px 0 0 0;
  border-bottom: 1px solid white;
}
.navtab-definitions.navtab-active {
  box-shadow: 2px -1px 2px rgba(0,0,0,.6) !important;
}
.navtab-products.navtab-active {
  box-shadow: -2px -1px 2px rgba(0,0,0,.6) !important;
}
#table-definitions, 
#table-products {
  z-index:2;
}

/*
.clustar-table-head > tr > th {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
*/

input.input-inside-table,
select.input-inside-table {
  display: block !important; 
  padding: 0 !important; 
  margin: 0 !important; 
  border: 0 !important; 
  width: 100% !important; 
  border-radius: 0 !important; 
  line-height: 1 !important;
  color:aliceblue;
  box-shadow: none;
}

div.container#site-template {
  width: 100%;
  margin-top:40px;
}

#filter-container {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-right: 0px;
  text-align: right;
}
#filter-btn-group {
  margin-right:0px;
}
#search-task-form,
#search-customer-form {
  padding: 0;
}

.plan-list {
  margin-top:50px;
}
.plan-item {
  margin-top:20px;
  min-height: 286px;
}
.plan-item > form {
  vertical-align: middle;
}
h3.price-upgrade {
  margin-top: 10px;
  color: goldenrod;
}

.discount-table {
  color: #000;
}
input#discountCode {
  max-width: 320px;
  left: 50%;
  position: relative;
  margin-left: -160px;
}

.show-task-details,
.show-customer-details,
.show-agency-details {
  cursor: pointer;
  background-color: #00b3f1; /*old color #00B4CC */
  text-align: center;
  vertical-align: middle !important;
}
.show-task-quote-detail {
  background-color: #f4a742 !important;
}

.task-detail-shared {
  background-color: #ddd !important;
}
.task-detail-incharge {
  background-color: #f0ad4e !important;
}
.task-detail-resolved {
  background-color: #5cb85c !important;
}
.task-detail-rejected {
  background-color: #d9534f !important;
}
.task-detail-reshared {
  background-color: #5bc0de !important;
}

th.new-task-btn,
th.new-customer-btn {
  /*background-color: #FFC107;*/
  background-color: goldenrod;
  text-align: center;
  vertical-align: middle !important;
}
th.new-task-btn-quotes {
  background-color: #00b3f1 !important; /*old color #00B4CC */
}
th.new-thing-btn {
  /*background-color: #FFC107;*/
  width: 50px;
  background-color: goldenrod;
  text-align: center;
  vertical-align: middle !important;
}
th.existent-thing-th {
  background-color: #00b3f1; /*old color #00B4CC */
  text-align: center;
  vertical-align: middle !important;
}
tr.dashboard-active-row {
  background-color: #403A36 !important;
}
.task-history {
  border-right: 1px solid aliceblue;
  margin-top: 10px;
  margin-bottom: 10px;
}
.task-detail {
  margin-top: 10px;
  margin-bottom: 10px;
}
.task-history > h4,
.task-detail > h4 {
  text-align: center;
}
.task-history > span {
  font-size: 75%;
}
.task-timeline {
  text-align: center;
  border-top: 1px solid aliceblue;
  padding: 10px;
  padding-bottom:20px;
}
.task-tagcloud,
.task-quoteDetails {
  text-align: center;
  padding: 10px;
}
h4.task-detail-h4 {
  font-weight: 800;
  text-shadow: 0px 0px 1px #1f1f1f;
}
.customer-registry {
  text-align: center;
  padding: 10px;
  border-top: 1px solid aliceblue;
}
h4.list-group-item-heading {
  font-size: 14px;
}
p.list-group-item-text {
  font-size: 12px;
}
.active-task-detail {
  /*background-color: #00b3f1 !important; /*old color #00B4CC */
  border-color: #00BCD4;*/
  cursor: default;
}
.active-task-y {
  background-color: #f0ad4e !important;
  border-color: #f0ad4e !important;
}
.active-task-g {
  background-color: #5cb85c !important;
  border-color: #5cb85c !important;
}
.active-task-r {
  background-color: #c9302c !important;
  border-color: #c9302c !important;
}
.active-task-a {
  background-color: #5bc0de !important;
  border-color: #46b8da !important;
}
.task-yellow-border {
  border-color: #f0ad4e !important;
  border: 3px solid;
}
.task-green-border {
  border-color: #5cb85c !important;
  border: 3px solid;
}
.task-red-border {
  border-color: #c9302c !important;
  border: 3px solid;
}
.task-azure-border {
  border-color: #46b8da !important;
  border: 3px solid;
}
a.check-deal-proposed:hover {
  background-color: #f0ad4e !important;
  color:#fff !important;
}
a.check-deal-rejected:hover {
  background-color: #c9302c !important;
  color:#fff !important;
}
a.check-deal-sold:hover {
  background-color: #5cb85c !important;
  color:#fff !important;
}
a.check-deal-reformed:hover,
a.check-deal-reformed-shared:hover {
  background-color: #46b8da !important;
  color:#fff !important;
}
a.check-deal-substitution:hover {
  background-color: #7C4DFF !important;
  color:#fff !important;
}

a.active-task-detail > p > i {
  position:relative;
  float:right;
  color:#fff;
}
.nonactive-task-detail {
  cursor: pointer;
}
a.nonactive-task-detail > p > i {
  position:relative;
  float:right;
  color:#00b3f1; /*old color #00B4CC */
}

.task-detail-row td {
  font-size: 12px;
  padding: 0 !important;
}
.list-no-borders > a {
  border-radius: 0 !important;
}

.vis-item-red {
  color: white;
  background-color: #c9302c;
  border-color: #c9302c;
}
.vis-item-yellow {
  color: white;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.vis-item-green {
  color: white;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.vis-time-axis .grid.vis-odd {
  background: #f5f5f5;
}
.vis-timeline {
  background: #f1f1f1;
}
/* gray background in weekends, white text color */
.vis-time-axis .vis-grid.vis-saturday,
.vis-time-axis .vis-grid.vis-sunday {
  background: lightgrey;
}
.vis-time-axis .vis-text.vis-saturday,
.vis-time-axis .vis-text.vis-sunday {
  color: white;
}

.ladda-button,
.ladda-button:hover {
  background-color: transparent;
}

.ladda-button-selected {
  background-color: goldenrod !important;
}

.ladda-button[disabled], 
.ladda-button[disabled]:hover, 
.ladda-button[data-loading], 
.ladda-button[data-loading]:hover {
  background-color: goldenrod;
}

.ladda-button-cyan {
  background-color: #00BCD4;
  padding: 7px 15px;
  font-size: 14px;
  -webkit-font-smoothing: auto;
}

.ladda-button-cyan[disabled], 
.ladda-button-cyan[disabled]:hover, 
.ladda-button-cyan[data-loading], 
.ladda-button-cyan[data-loading]:hover {
  background-color: #00DFFC;
}

.tagcloud01,
.tagcloud-container > h5 {
  text-align: left;
}

.tagcloud01 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagcloud01 ul li {
  display: inline-block;
  margin: 0 .3em .3em 0;
  padding: 0;
}
.tagcloud01 ul li a {
  display: inline-block;
  max-width: 100%;
  /*height: 28px;*/
  line-height: 16px;
  padding: 0.2em 1em;
  background-color: #949494;
  border: 1px solid #949494;
  text-shadow: 0px 0px 1px #1f1f1f;
  border-radius: 3px;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}
.tagcloud01 ul li a:hover {
  background-color: #00b3f1; /*old color #00B4CC */
  border: 1px solid #00b3f1; /*old color #00B4CC */
  color: #fff;
}
.tagcloud01 ul li a.products {
  background-color: #949494;
  border: 1px solid #949494;
}
.tagcloud01 ul li a.products:hover {
  background-color: #00b3f1; /*old color #00B4CC */
  border: 1px solid #00b3f1; /*old color #00B4CC */
}
.tagcloud01 ul li a.products.prod-proposed,
.tagcloud01 ul li a.products.prod-proposed:hover {
  background-color: #f0ad4e;
  border: 1px solid #f0ad4e;
}
.tagcloud01 ul li a.products.prod-sold,
.tagcloud01 ul li a.products.prod-sold:hover {
  background-color: #5cb85c;
  border: 1px solid #5cb85c;
}
.tagcloud01 ul li a.products.prod-rejected,
.tagcloud01 ul li a.products.prod-rejected:hover {
  background-color: #c9302c;
  border: 1px solid #c9302c;
}
.tagcloud01 ul li a.products.prod-reformed,
.tagcloud01 ul li a.products.prod-reformed:hover {
  background-color: #5bc0de;
  border: 1px solid #46b8da;
}

.tagcloud01 ul li a.additionaltext,
.tagcloud01 ul li a.additionaltext:hover {
  background-color: transparent;
  border: 1px solid #c1c1c1;
}
.tagcloud01 ul li a.old-level-def,
.tagcloud01 ul li a.old-level-def:hover {
  background-color: #c1c1c1;
  border: 1px solid #c1c1c1;
  /*color: #B3B3B3;*/
  color: #f6f6f6;  
  text-decoration: line-through;
}

div.task-item {
  font-size:10px;
}
div.task-item > h5 {
  font-size:11px;
}

.dash-search-field {
  width: 70%;
  float: left;
}
.dash-search-field > input {
  width: 100% !important;
  border-color: #403A3A;
}
#search-task-form > button,
#search-customer-form > button,
#search-period-form > button {
  float: left;
  margin-left: 5px;
  border-radius: 0px;
  text-shadow: 0px 0px 1px #1f1f1f;
}

#filter-btn-group > button {
  border-radius: 0px;
  text-shadow: 0px 0px 1px #1f1f1f; 
}
.deal-btn-group {
  width: 100%;
}
.deal-btn-group > button {
  border-radius: 0px;
}

.def-options-btn {
  width: 300px;
}
.def-options-btn a {
  width: 50% !important;
}

.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
  background-color: #00b3f1; /*old color #00B4CC */
  border-color: #00b3f1; /*old color #00B4CC */
}

.pagination>li>a, 
.pagination>li>span {
  color: #00b3f1; /*old color #00B4CC */
}

.pagination>li:first-child>a, 
.pagination>li:first-child>span,
.pagination>li:last-child>a, 
.pagination>li:last-child>span {
  border-radius: 0px;
}

#filter-creation-container {
  padding:0;
}
.new-filter-task-box,
.edit-filter-task-box {
  width: 150px;
  height: 150px;
  background-color: #00b3f1; /*old color #00B4CC */
  color: #fff;
  text-shadow: 0px 0px 1px #1f1f1f;
  cursor: pointer;
  display: inline-block;
  float: left;
}
#new-filter-task-container,
#edit-filter-task-container {
  position: relative;
  top: 52px;
}
#new-filter-form,
#edit-filter-form,
.edit-filter-form {
  text-align: left;
}
#new-filter-form .selectize-input,
#new-filter-form input,
#new-filter-form select,
#edit-filter-form .selectize-input,
#edit-filter-form input,
#edit-filter-form select,
.edit-filter-form .selectize-input,
.edit-filter-form input,
.edit-filter-form select,
#filters-form .selectize-input,
#filters-form input,
#filters-form select,
#start-input-calendar, 
#end-input-calendar {
  border: 1px solid #c6c6c6;
  border-radius: 0px;
}
.selectized-new-filter-tag input,
.selectized-edit-filter-tag input,
.selectized-filter-tags input {
  color: black !important;
}
input#new-filter-age-start,
input#new-filter-age-end,
input#new-filter-polizze,
input#new-filter-mansione,
input#new-filter-subagent,
input#new-filter-name,
input#new-filter-text,
input#edit-filter-age-start,
input#edit-filter-age-end,
input#edit-filter-polizze,
input#edit-filter-mansione,
input#edit-filter-subagent,
input#edit-filter-name,
input#edit-filter-text,
input#filter_customerage_start,
input#filter_customerage_end,
input#filter_text,
input#filter_polizze,
input#filter_mansione,
input#filter_name {
  padding: 5px 12px;
}
#new-filter-form label,
#edit-filter-form label,
.edit-filter-form label {
  font-weight: 400;
}
.pickli {
  position: relative !important;
  left: 44px !important;  
  /*
  margin-left: 43px !important;
  padding-left: 44px !important;
  */
  width: 92% !important;
}
ul.filter-task {
  margin-bottom: 0px;
}
.filter-task-box {
  width: 150px;
  height: 150px;
  /*background-color: #F0AD4E;*/
  background-color:#727270;
  color: #fff;
  text-shadow: 0px 0px 1px #1f1f1f;
  cursor: pointer;  
}
.filter-task-box:hover {
  background-color: #ec971f;
}
.filter-item-desc {
  left: 1rem;
  right: 1rem;
  top: 10px;
  color: white;
  font-weight: 300;
  display: block;
  padding: 8px;
  position: absolute;
  text-align: center;
  height: 88%;
  text-shadow: 0px 0px 2px black;
}
.filter-item-desc > span.badge {
  background-color: red;
  box-shadow: 0px 0px 3px white;
  border-radius: 2px;
  text-shadow: 0px 0px 2px black;
}
.filtr-item {
  padding: 10px !important;
}
.filter-task-box-dash {
  background-color:#727270;
  color: #fff;
  text-shadow: 0px 0px 1px #1f1f1f;
  cursor: pointer;  
}
.filtr-item:hover,
.filter-task-box-dash:hover {
  background-color: #ec971f;
}
.filter-task-disabled {
  cursor: default;
  background-color: #9f9f9f;  
}
.filter-task-disabled:hover {
  background-color: #9f9f9f;   
}
.filter-task-box-data {
  width: 100px;
  height: 100px;
  /*background-color: #F0AD4E;*/
  background-color:#727270;
  color: #fff;
  text-shadow: 0px 0px 1px #1f1f1f;
  cursor: pointer;  
}
.filter-task-box-data:hover {
  background-color: #ec971f;
}
.active-filter-task-box {
  background-color: #ec971f; 
}
/*
ul.filter-task {
  margin: 0 !important;
}
*/
.filter-task li {
  margin-right: 10px;
}
li.filter-task-item {
  margin-right: 10px;
  float: left;
  display: inline-block;
}
.filter-task-container {
  position: relative;
  top: 64px;  
}
.filter-task-container-data {
  position: relative;
  padding: 25px 5px;
  height: 100%;
  top: 0;
}
#existent-campaign-container {
  display: inline-block;
  float: left;
  height: 150px;
}
.col-xs-10-custom {
  padding-left: 15px;
  padding-right: 0px;
  width: 88.9%;
}

#buttonboxprev {
  width: 0px;
  height: 150px;
  background-color: #727270;
  position: relative;
  border-radius: 5px 0px 0px 5px;
  float:left;
  left:5px;
}
#buttonboxprev:after {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  border-style: solid;
  border-width: 75px 45px 75px 0;
  border-color: transparent #727270 transparent transparent;
}
#buttonboxprev > a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
}
#buttonboxprev:hover {
  background-color: #00b3f1; /*old color #00B4CC */
}
#buttonboxprev:hover:after {
  border-right-color: #00b3f1; /*old color #00B4CC */
}

#buttonboxnext {
  width: 0px;
  height: 150px;
  background-color: #727270;
  position: relative;
  border-radius: 0px 5px 5px 0px;
  float:right;
  right: 5px;
}
#buttonboxnext:after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  border-style: solid;
  border-width: 75px 0 75px 45px;
  border-color: transparent transparent transparent #727270;
}
#buttonboxnext > a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
}
#buttonboxnext:hover {
  background-color: #00b3f1; /*old color #00B4CC */
}
#buttonboxnext:hover:after {
  border-left-color: #00b3f1; /*old color #00B4CC */
}

.als-container {
  position: relative;
  height: 150px;
}
.als-viewport {
  position: relative;
  overflow: hidden;
  width: 93% !important;
  left: 42px;
  /*
  padding-left: 43px;
  padding-right: 58px;  
  */
}
.als-wrapper {
  position: relative;
  list-style: none;
  width: 100% !important;
}
.als-item {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  float: left;
}
.als-prev, .als-next {
  position: relative;
  cursor: pointer;
  clear: both;
}
#existent-campaign-container .als-item {
  min-height: 100px;
  min-width: 100px;
  text-align: center;
}
#existent-campaign-container .als-item img {
  display: block;
  vertical-align: middle;
}
#existent-campaign-container .als-prev {
  top: -150px;
  right: 5px;
}
#existent-campaign-container .als-next {
  top: -150px;
  right: 10px;
}

.todo-list {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.todo-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.todo-list ul li {
  background-color: #403A3A;
  border-bottom: 1px solid #fff;
  height: 40px;
  color: #fff;
  line-height: 40px;
  padding: 0px;
  text-align: left;
}
.todo-list ul li.header-todolist {
  background-color: #00b3f1; /*old color #00B4CC */
  padding-left: 20px;
  font-weight: 800;
}
.todo-list ul li a {
  display: inline-block;
  float:right;
  background: #5cb85c;
  width: 0px;
  height: 40px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  border-bottom:1px solid #fff;  
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.todo-list ul li:nth-child(2n) { 
  background-color: #727270;
}
.todo-list ul li:hover a {
  width: 40px;
  opacity: 1;
  cursor: pointer;
}
.todolist-pencil-container {
  padding: 0 15px;
  height: 40px;
  background-color: #00b3f1; /*old color #00B4CC */
  width: 40px;
  display: inline-block;
  border-bottom: 1px solid #fff;
  margin-right: 10px;
  cursor: pointer;
}
.todolist-warning-container {
  padding: 0 12px;
  height: 40px;
  background-color: #f0ad4e;
  width: 40px;
  display: inline-block;
  border-bottom: 1px solid #fff;
  margin-right: 10px;
  cursor: pointer;
}
.edit-filter-form-container {
  background-color: #fff;
  color: #000;
  font-weight: 400;
  padding: 10px 20px;
  border-bottom: 1px solid #fff;
}
.edit-filter-form-container input {
  background: transparent !important;
  color: #fff !important;
  /*border: 1px solid #fff;*/
  border: none;
  padding: 5px;
}
.input-on-left {
  text-align: left;
}

#month-startdate {
  width: 40px;
}
#search-month-form,
#search-year-form,
#search-total-form {
  display: inline-block;
}
#search-month-form > button,
#search-year-form > button,
#search-total-form > button {
  border-radius: 0px;
}
.verticalChart .singleBar .title {
  height: 50px;
  font-size: 12px;
}
.singleBar-lg {
  width: 11% !important;
}

td.legendLabel {
  color: #000 !important;
  left: 2px;
  position: relative;
}

button.btn-cyan, 
button.btn-cyan:active {
  background-color: #00b3f1; /*old color #00B4CC */
  border-color: #00b3f1; /*old color #00B4CC */
  color: #fff;
  text-shadow: 0px 0px 1px #1f1f1f;
}
button.btn-cyan:hover,
button.btn-cyan:focus {
  background-color: #00DFFC;
  border-color: #00DFFC;
  color: #fff;
  text-shadow: 0px 0px 1px #1f1f1f;
}

.threshold-form-btn {
  text-align: center;
  margin-top: 15px;
}
.threshold-form-btn button {
  width: 30%;
}

#threshold-form .form-group,
#campaign-threshold-form .form-group,
#filter-threshold-form .form-group {
  margin-bottom: 5px;
}
#threshold-form .form-group > label,
#campaign-threshold-form .form-group > label,
#filter-threshold-form .form-group > label,
#month-startdate-form .form-group > label,
#threshold-notifications-form .form-group > label {
  font-weight: 300;
}
#settingsDiv {
  background-color: #eee;
  padding: 5px 0px 20px 0px;
  margin: 10px auto;
}
#campaignSettingsDiv,
#filterSettingsDiv {
  background-color: #eee;
  padding: 5px 0px 20px 0px;
  margin: 50px auto;
}
ul.dropdown-menu > li {
  cursor: pointer;
}
ul.dropdown-menu > li.disabledanchor {
  cursor: default;
}
.dropdown-menu-custom>.active>a,
.dropdown-menu-custom>.active>a:hover,
.dropdown-menu-custom>.active>a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, 
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, 
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
  color:#000;
  background-color: #00DFFC;
}
.dropdown-menu-custom>.active>a.disabledanchor,
.dropdown-menu-custom>.active>a.disabledanchor:hover,
.dropdown-menu-custom>.active>a.disabledanchor:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a.disabledanchor, 
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a.disabledanchor:hover, 
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a.disabledanchor:focus {
  color:#777;
  background-color: #C1C1C1;
}
.dropdown-menu-custom {
  padding:0;
  background-color:#00b3f1; /*old color #00B4CC */
}
.dropdown-menu-custom li {
  /*border-bottom: 1px solid #00DFFC;*/
  border-bottom: none;
}
.dropdown-menu-custom>li>a:hover {
  color:#fff;
  background-color:#00b3f1;  /*old color #00B4CC */
}
.dropdown-menu-custom>li.disabledanchor>a.disabledanchor:hover {
  color:#777;
  background-color:#C1C1C1; 
}
.dropdown-menu:before,
.dropdown-menu:after {
  content: none;
}
.navbar .nav li.dropdown.open > .dropdown-toggle-custom {
  color: #000;
  background-color: #00DFFC;
}
.navbar .nav li.disabledanchor.dropdown.open > .dropdown-toggle-custom {
  color: #777;
  background-color: #C1C1C1;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a 
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, 
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
  color:#000;
}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus {
  background-color: #00b3f1; /*old color #00B4CC */
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li.disabledanchor>a.disabledanchor 
.navbar-inverse .navbar-nav .open .dropdown-menu>li.disabledanchor>a.disabledanchor:hover, 
.navbar-inverse .navbar-nav .open .dropdown-menu>li.disabledanchor>a.disabledanchor:focus {
  color:#777;
}
.dropdown-menu>.active>a.disabledanchor, 
.dropdown-menu>.active>a.disabledanchor:hover, 
.dropdown-menu>.active>a.disabledanchor:focus {
  background-color: #C1C1C1;
}

.notification-badge {
  position: absolute;
  top: -9px;
  right: 0px;
  width: 32px;
  font: 11px/32px Helvetica, Arial, sans-serif;
  color: white;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  text-indent: -1px;
  letter-spacing: -1px;
  background: #e54930;
  border-radius: 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
}
.notification-badge:before {
  content: '';
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border-radius: 18px;
}

.btn-substitution {
  color: #fff;
  background-color: #7C4DFF;
  border-color: #6933ff;
}
.btn-substitution:hover,
.btn-substitution:focus {
  color: #fff;
  background-color: #6933ff;
}

.errorInputField {
  border-color: red;
  color: red;
  background-color: #ffe6e6!important;
}

#filter-activated-div {
  background-color: lightcoral;
  color: #fff;
  font-size: 16px;
  padding: 5px;
  cursor: pointer;
}

.multiselect-container {
  position: relative;
}

#showMeMore-btn {
  border-radius:0px;
  margin: 0 0 15px 0;
}

/*
.user-filters-container,
.user-campaigns-container {
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}
*/

.container-100 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#campaign-threshold-discriminatign-container,
#filter-threshold-discriminatign-container {
  margin-bottom:30px;
}

.filter-task-box-data-00 {
  background-color: #c9302c;
}
.filter-task-box-data-25 {
  background: #c9302c; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #c9302c , #ff9900); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #c9302c, #ff9900); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #c9302c, #ff9900); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #c9302c , #ff9900); /* Standard syntax */
}
.filter-task-box-data-50 {
  background: #ff9900; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #ff9900 , #ffd11a); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #ff9900, #ffd11a); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #ff9900, #ffd11a); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #ff9900 , #ffd11a); /* Standard syntax */
}
.filter-task-box-data-50fix {
  background-color: #ffd11a;
}
.filter-task-box-data-75 {
  background: #ffd11a; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #ffd11a , #5cb85c); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #ffd11a, #5cb85c); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #ffd11a, #5cb85c); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #ffd11a , #5cb85c); /* Standard syntax */
}
.filter-task-box-data-100 {
  background-color: #5cb85c;
}

.file-drop-zone-title {
  padding:10px;
  font-size: 20px;
}
th.long-desc {
  width: 400px;
}
th.doc-list {
  width: 250px;
}
th.doc-add {
  width: 550px;
}
.document-list a {
  color: #00b3f1; /*old color #00B4CC */
  font-size: 10px;
  white-space: nowrap;
  padding: 4px 8px;
}
.document-list a:hover {
  color: #fff;
}

a.list-group-item-custom {
  background-color: #727270;
  border-radius: 0px !important;
  color: #fff;
  border: 0px;
  border-bottom: 2px solid #fff;
}
a.list-group-item-custom:last-child {
  border-bottom: 1px solid !important; 
}
a.list-group-item-custom:hover {
  color: #000;
}
span.badge-custom {
  background-color: lightcoral;
  color: #fff;
  border-radius: 0px;
  border: 0px;
  font-size: 13px;
  padding: 4.5px;
  /*padding: 12px 15px;*/
  cursor: pointer;
  border-bottom: 2px solid #fff;
}
span.badge-custom:last-child {
  border-bottom: 1px solid !important; 
}
span.badge-custom:hover {
  background-color: #c9302c;
}

/* ONLY MEDIA FOR CAMPAING FILTERS */ 
@media all and (max-width: 1380px) {
  .new-filter-task-box,
  .edit-filter-task-box {
    width: 120px;
    height: 120px;
  }
  #new-filter-task-container,
  #edit-filter-task-container {
    top: 43px;
    font-size: 12px;
  }  
  .filter-task-container {
    top: 50px; 
    font-size: 12px;
  }
  .filter-task-container-data {
    font-size: 12px;
    padding: 15px 3px;
    top: 0;
  }
  .filter-task-box {
    width: 120px;
    height: 120px;
  }
  .filter-task-box-data {
    width: 80px;
    height: 80px;
  }
  #buttonboxprev:after { 
    top: 30px;
    border-width: 60px 35px 60px 0;
  }
  #buttonboxnext:after { 
    top: 30px;
    border-width: 60px 0 60px 35px;
  }
  .als-viewport {
    left: 32px;
    /*
    padding-left: 33px;
    padding-right: 48px;  
    */
  }  
  #existent-campaign-container {
    height: 120px;
  }
  .pickli {
    left: 30px !important;
  }
}
@media all and (min-width: 721px) and (max-width: 1110px) {
  .col-xs-10-custom { 
    width: 82.9%;
  }
  .pickli {
    width: 88% !important;
    left: 26px !important;
    /*margin-left: 26px !important;*/
  }
}
@media all and (min-width: 620px) and (max-width: 720px) {
  .col-xs-10-custom { 
    width: 79.9%;
  }
  .pickli {
    width: 86% !important;
    left: 26px !important;
    /*margin-left: 26px !important;*/
  }
}
@media all and (min-width: 461px) and (max-width: 619px) {
  .col-xs-10-custom { 
    width: 72.9%;
  }
  .pickli {
    width: 82% !important;
    left: 26px !important;
    /*margin-left: 26px !important;*/
  }
}
@media all and (max-width: 460px) {
  .col-xs-10-custom { 
    width: 62.9%;
  }
  .pickli {
    width: 71% !important;
    left: 26px !important;
    /*margin-left: 26px !important;*/
  }
}

@media all and (min-width: 1283px) {
  .col-sm-2-custom {
    width: 16.3333333%;
  }
}
@media all and (min-width: 1201px) and (max-width: 1282px) {
  .col-sm-2-custom {
    width: 16.2333333%;
  }
}
/* Large Devices, Wide Screens -lg- */ 
@media all and (min-width: 1200px) {
  .login {
    width: 450px;
    font-size: 1em;
  }
  h2 {
    font-size: 3em;
  }  
  .ghost-button {
    width: 100%;
  }  
  .main-user-details {
    margin: 0 20%;
  }  
  .profile-data {
    border-right: 1px solid #B6B6B6;
  }  
  #search-container {
    padding-left: 0px;
  }
  .col-sm-2-custom {
    width: 16.2333333%;
  }
  .col-sm-2-custom-bis {
    width: 16.55%;
    padding: 2px;
  }
  .verticalChart .singleBar {
    width: 4%;
  }
  .singleBar-lg {
    width: 10% !important;
  }
  .col-md-6-custom-l {
    width: 49%;
    margin-right: 9px;
    display: inline-block;
  }
  .col-md-6-custom-r {
    width: 49%;
    margin-left: 9px;
    display: inline-block;
  }
  .statbox-dashboard {
    margin: 0px 2.5px;
    height: 200px;
    padding: 20px 20px;
    /*margin: 40px 5px;*/
  }
  .notification-badge {
    right: -10px;
  }
  form.form-center-custom {
    width: 60%;
  }
}
/* Medium Devices, Desktop -md- */ 
@media all and (min-width: 993px) and (max-width: 1199px) {
  .login {
    margin-top: 2%;
    width: 450px;
    font-size: 1em;
  } 
  h2 {
    font-size: 3em;
  }  
  .ghost-button {
    width: 100%;
  }    
  .main-user-details {
    margin: 0 20%;
  }    
  .profile-data {
    border-right: 1px solid #B6B6B6;
  }   
  #search-container {
    padding-left: 0px;
  }  
  .col-sm-2-custom {
    width: 16.1%;
  }
  .col-sm-2-custom-bis {
    width: 16.55%;
    padding: 2px;
  }
  .verticalChart .singleBar {
    width: 6%;
  }
  .singleBar-lg {
    width: 9% !important;
  }
  .col-md-6-custom-l {
    width: 49%;
    margin-right: 8px;
    display: inline-block;
  }
  .col-md-6-custom-r {
    width: 49%;
    margin-left: 8px;
    display: inline-block;
  }
  .statbox-dashboard {
    margin: 0px 2.5px;
    height: 200px;
    padding: 20px 20px;
    /*margin: 40px 5px;*/
  }
  .notification-badge {
    right: -10px;
  }
  form.form-center-custom {
    width: 70%;
  }
}
/* Small Devices, Tablets -sm- */
@media all and (min-width: 768px) and (max-width: 992px) {
  @media all and (min-width: 768px) and (max-width: 783px) {
    .col-sm-2-custom {
      width: 15.9% !important;
    }
  }
  .statbox-dashboard {
    padding: 10px 10px !important;
  }
  .subDataTaskDiv {
    padding:0;
  }
  .subDataTaskDiv .number {
    text-align: center !important;
  }
  .login {
    margin-top: 1%;
    width: 450px;
    font-size: 1em;
    min-height: 0;
  }
  .profile-img-container img {
    height:170px;
    width:170px;
    cursor:pointer;
  }
  .profile-img-over {
    display:none;
    height:170px;
    width:170px;
    margin-left: -85px;
  }
  .collaborator-img-container img {
    height:64px;
    width:64px;
    cursor:pointer;
  }
  .collaborator-img-over {
    height:58px;
    width:58px;
    margin-left: -29px;
    margin-top: 3px;
  }
  .collaborator-img-over > span {
    right: 9px;
    font-size: 11px;
  }     
  h2 {
    font-size: 3em;
  }  
  .main-user-details {
    margin: 0 20%;
  }    
  .profile-data {
    border-right: 1px solid #B6B6B6;
  }   
  .profile-img-over > span {
    right: 62px;
  }  
  .main-user-details > .profile-field-intestaz > h3,
  .main-user-details > .profile-field-dati > h3 {
    font-size: 22px !important;
  }
  .main-user-details > .profile-field-intestaz > h4,
  .main-user-details > .profile-field-dati > h4 {
    font-size: 15px !important;
  }    
  .definition-table-title {
    font-size:14px;
  }  
  .clustar-table-head {
    font-size: 12px;
  }  
  input.input-inside-table, select.input-inside-table {
    font-size: 12px;
  }
  td.options-btn a.ghost-button,
  th.options-btn a.ghost-button {
    font-size: 12px;
  }
  td.editable-on-dblclick,
  td.not-editable-row {
    font-size: 12px;
  }
  td .selectize-control,
  td.record-task-id {
    font-size: 12px;
  }
  .deal-btn-group button,
  .deal-btn-group ul li {
    font-size: 12px;
  }
  button#filter-btn-group-disabled,
  button#create-filter-btn,
  button#showMeMore-btn,
  #search-task-form button,
  #filter-btn-group button,
  #filter-btn-group ul li a,
  #search-period-form button,
  .settingsBtnDiv button,
  #month-startdate-form button,
  #threshold-form button,
  #campaign-threshold-form button,
  #filter-threshold-form button {
    font-size: 12px;
  }  
  .dash-search-field input {
    font-size: 12px;
    height: 31px;
  }
  #search-task-form button,
  #search-customer-form button {
    font-size: 12px;
  }
  .tagcloud01 ul li a {
    font-size: 12px;
  }
  h4.task-detail-h4 {
    font-size: 16px;
  }
  .tagcloud-container h5 {
    font-size: 13px;
  }
  .vis-bottom {
    font-size:13px;
  }
  .def-options-btn {
    width: 260px;
  }
  #search-container {
    padding-left: 0px;
  }  
  .col-sm-2-custom {
    width: 16%;
  }
  .col-sm-2-custom-bis {
    width: 16.55%;
    padding: 2px;
  }
  .verticalChart .singleBar {
    width: 6%;
  }
  #threshold-form .form-group > label,
  #campaign-threshold-form .form-group > label,
  #filter-threshold-form .form-group > label,
  #month-startdate-form .form-group > label,
  #threshold-notifications-form .form-group > label {
    font-size: 12px;
  }
  .circleStatsItemBox > .header {
    font-size: 12px;
  }
  .statbox-dashboard {
    margin: 0px 2.5px;
    height: 200px;
    padding: 20px 20px;
    /*margin: 40px 5px;*/
  }
  form.form-center-custom {
    width: 70%;
  }
}
/* Small Devices, Tablets -xs- */
@media all and (min-width: 481px) and (max-width: 767px) {
  .filter-item-desc {
    font-size: 12px;
  }
  @media all and (min-width: 521px) and (max-width: 550px) {
    .filter-item-desc {
      height: 87%;
    }
  }
  @media all and (min-width: 481px) and (max-width: 520px) {
    .filter-item-desc {
      height: 86%;
    }
  }
  .statbox .number {
    font-size: 30px;
  }
  .subDataTaskDiv > .number {
    font-size: 20px;
    text-align: center !important;
  }
  .login {
    margin-top: 0;
    width: 450px;
    font-size: 1.2em;
    min-height: 0;
  }
  .profile-img-container img {
    height:140px;
    width:140px;
    cursor:pointer;
  }
  .profile-img-over {
    display:none;
    height:140px;
    width:140px;
    margin-left: -70px;
  }
  .collaborator-img-container img {
    height: 70px;
    width: 70px;
    cursor:pointer;
  }
  .collaborator-img-over {
    height: 64px;
    width: 64px;
    margin-left: -32px;
  }
  .collaborator-img-over > span {
    right: 12px;
    font-size: 11px;
  }        
  h2 {
    font-size: 3em;
  }    
  ul.right-navbar {
    float:none;
  }  
  .profile-img-over > span {
    right: 49px;
  }    
  .nav-justified > li {
    display: table-cell;
    width: 33%;
  }
  .definition-table-title {
    font-size:14px;
  }
  .clustar-table-head {
    font-size: 12px;
  }
  input.input-inside-table, select.input-inside-table {
    font-size: 12px;
  }
  td.options-btn a.ghost-button,
  th.options-btn a.ghost-button {
    font-size: 12px;
  }
  td.editable-on-dblclick,
  td.not-editable-row {
    font-size: 12px;
  }
  td .selectize-control,
  td.record-task-id {
    font-size: 12px;
  }
  .deal-btn-group button,
  .deal-btn-group ul li {
    font-size: 12px;
  }
  button#filter-btn-group-disabled,
  button#create-filter-btn,
  button#showMeMore-btn,
  #search-task-form button,
  #filter-btn-group button,
  #filter-btn-group ul li a,
  #search-period-form button,
  .settingsBtnDiv button,
  #month-startdate-form button,
  #threshold-form button,
  #campaign-threshold-form button,
  #filter-threshold-form button {
    font-size: 12px;
  }  
  .dash-search-field input {
    font-size: 12px;
    height: 31px;
  }
  #search-task-form button,
  #search-customer-form button {
    font-size: 12px;
  }
  .tagcloud01 ul li a {
    font-size: 12px;
  }
  h4.task-detail-h4 {
    font-size: 16px;
  }
  .tagcloud-container h5 {
    font-size: 13px;
  }
  .vis-bottom {
    font-size:12px;
  }
  .definition-table-title {
    height: 50px;
  }  
  .def-options-btn {
    width: 240px;
  }
  a.navbar-logo { 
    margin-left:10px;
  }
  .statbox {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 5px !important;
  }
  .col-xs-6-custom-l {
    width: 49%;
    margin-right: 2.5px;
    display: inline-block;
  }
  .col-xs-6-custom-r {
    width: 49%;
    margin-left: 2.5px;
    display: inline-block;
  }
  #month-startdate {
    display: inline-block;
    position: relative;
    top: 2px;
  }
  .verticalChart .singleBar .title {
    font-size: 11px;
  }
  #threshold-form .form-group > label,
  #campaign-threshold-form .form-group > label,
  #filter-threshold-form .form-group > label,
  #month-startdate-form .form-group > label,
  #threshold-notifications-form .form-group > label {
    font-size: 11px;
  }
  #start-input-datetimepicker,
  #end-input-datetimepicker {
    width: 60%
  }
  input.form-control {
    font-size: 12px !important;
    height: 30px !important;
  }
  #month-startdate-form button {
    position: relative;
    top: 1px;
  }
  .bootstrap-switch-wrapper,
  .bootstrap-switch-container {
    height: 29px;
  }
  .bootstrap-switch-handle-off,
  .bootstrap-switch-handle-on {
    position: relative;
    top: -1px;
    font-size: 12px !important;
  }
  .header-todolist {
    font-size: 11px;
  }
  .header-todolist > div.col-xs-2,
  .header-todolist > div.col-xs-3 {
    line-height: 20px !important;
  }
  .todo-list {
    font-size: 12px;
  }
  form.form-center-custom {
    width: 100%;
  }
}
/* Extra Small Devices, Phones -xxs- */
@media all and (min-width: 321px) and (max-width: 480px) {
  .filter-item-desc {
    font-size: 11px;
  }
  @media all and (min-width: 431px) and (max-width: 480px) {
    .filter-item-desc {
      height: 86%;
    }
  }
  @media all and (min-width: 321px) and (max-width: 430px) {
    .filter-item-desc {
      height: 84%;
    }
  }
  .statbox .number {
    font-size: 30px;
  }
  .subDataTaskDiv > .number {
    font-size: 20px;
    text-align: center !important;
  }
  button {
    font-size: 11px;
  }
  .login {
    margin-top: 0;
    width: 380px;
    font-size: 1em;
    min-height: 0;
  }
  .login h2 {
    margin-top: 0;
  }
  .profile-img-container img {
    height:120px;
    width:120px;
    cursor:pointer;
  }
  .profile-img-over {
    display:none;
    height:120px;
    width:120px;
    margin-left: -60px;
  }
  .collaborator-img-container img {
    height:55px;
    width:55px;
    cursor:pointer;
  }
  .collaborator-img-over {
    height:49px;
    width:49px;
    margin-left: -25px;
  }
  .collaborator-img-over > span {
    right: 4px;
    font-size: 11px;
  }            
  h1 {
    font-size: 3em !important;
  }
  h2 {
    font-size: 2.5em !important;
  }  
  ul.right-navbar {
    float:none;
  }  
  .profile-img-over > span {
    right: 38px;
  }    
  .main-user-details > .profile-field-intestaz > h3,
  .main-user-details > .profile-field-dati > h3 {
    font-size: 22px !important;
  }
  .main-user-details > .profile-field-intestaz > h4,
  .main-user-details > .profile-field-dati > h4 {
    font-size: 15px !important;
  }   
  .nav-justified > li {
    display: table-cell;
    width: 33%;
  } 
  .definition-table-title {
    font-size:12px;
  }
  .ghost-button-table-cat {
    font-size: 11px;
    padding: 0px;
  }
  .clustar-table-head {
    font-size: 11px;
  }
  input.input-inside-table, select.input-inside-table {
    font-size: 11px;
  }
  td.options-btn a.ghost-button,
  th.options-btn a.ghost-button {
    font-size: 11px;
  }
  td.editable-on-dblclick,
  td.not-editable-row {
    font-size: 11px;
  }
  td .selectize-control,
  td.record-task-id {
    font-size: 11px;
  }
  .deal-btn-group button,
  .deal-btn-group ul li {
    font-size: 11px;
  }
  button#filter-btn-group-disabled,
  button#create-filter-btn,
  button#showMeMore-btn,
  #search-task-form button,
  #filter-btn-group button,
  #filter-btn-group ul li a,
  #search-period-form button,
  .settingsBtnDiv button,
  #month-startdate-form button,
  #threshold-form button,
  #campaign-threshold-form button,
  #filter-threshold-form button {
    font-size: 11px;
  }  
  .dash-search-field input {
    font-size: 11px;
    height: 31px;
  }
  #search-task-form button
  #search-customer-form button {
    font-size: 11px;
  }
  .tagcloud01 ul li a {
    font-size: 11px;
  }
  h4.task-detail-h4 {
    font-size: 14px;
  }
  .tagcloud-container h5 {
    font-size: 12px;
  }
  .vis-bottom {
    font-size:11px;
  }
  .definition-table-title {
    height: 50px;
  }  
  .def-options-btn {
    width: 200px;
  }
  a.navbar-logo { 
    margin-left:10px;
  }
  .statbox {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 5px !important;
  }
  .col-xs-6-custom-l {
    width: 49%;
    margin-right: 2px;
    display: inline-block;
  }
  .col-xs-6-custom-r {
    width: 49%;
    margin-left: 2px;
    display: inline-block;
  }
  #month-startdate {
    display: inline-block;
    position: relative;
    top: 2px;
  }
  form#month-startdate-form > .form-group > label,
  form#month-startdate-form > .form-group > button,
  form#threshold-form .form-group > label,
  form#campaign-threshold-form .form-group > label,
  form#filter-threshold-form .form-group > label,
  form#threshold-notifications-form .form-group > label,
  form#threshold-form .form-group > button,
  form#campaign-threshold-form .form-group > button,
  form#filter-threshold-form .form-group > button,
  form#threshold-notifications-form .form-group > button {
    font-size: 11px;
  }
  form#month-startdate-form > .form-group > input,
  form#threshold-form .form-group > input,
  form#campaign-threshold-form .form-group > input,
  form#filter-threshold-form .form-group > input,
  form#threshold-notifications-form .form-group > input  {
    height: 29px;
    top: 0px;
    font-size: 11px;
  }
  .verticalChart .singleBar .title {
    font-size: 11px;
  }
  input.form-control {
    font-size: 12px !important;
    height: 30px !important;
  }
  #start-input-datetimepicker,
  #end-input-datetimepicker {
    width: 80%
  }
  #month-startdate-form button {
    position: relative;
    top: 1px;
  }
  .bootstrap-switch-wrapper,
  .bootstrap-switch-container {
    height: 29px;
  }
  .bootstrap-switch-handle-off,
  .bootstrap-switch-handle-on {
    position: relative;
    top: -1px;
    font-size: 11px !important;
  }
  .circleStatsItemBox > .header {
    font-size: 12px;
  }
  .header-todolist {
    font-size: 11px;
  }
  .header-todolist > div.col-xs-2,
  .header-todolist > div.col-xs-3 {
    line-height: 20px !important;
  }
  .todo-list {
    font-size: 11px;
  }
}
/* Custom, iPhone Retina -xxxs- */
@media all and (max-width: 320px) {
  .statbox .number {
    font-size: 30px;
  }
  .subDataTaskDiv > .number {
    font-size: 20px;
    text-align: center !important;
  }
  button {
    font-size: 11px;
  }
  .login {
    margin-top: 0;
    width: 280px;
    font-size: 0.6em;
    min-height: 0;
  }
  .profile-img-container img {
    height:100px;
    width:100px;
    cursor:pointer;
  }
  .profile-img-over {
    display:none;
    height:100px;
    width:100px;
    margin-left: -50px;
  } 
  .collaborator-img-container img {
    height:45px;
    width:45px;
    cursor:pointer;
  }
  .collaborator-img-over {
    height: 39px;
    width: 39px;
    margin-left: -18px;
  }
  .collaborator-img-over > span {
    right: 1px;
    font-size: 10px;
  }        
  h1 {
    font-size: 2 .5em !important;
  }
  h2 {
    font-size: 2em !important;
  }
  h3 {
    font-size: 1.5em !important;
  }
  h4 {
    font-size: 1.2em !important;
  }
  ul.right-navbar {
    float:none;
  }  
  .profile-img-over > span {
    right: 27px;
  }    
  .main-user-details > .profile-field-intestaz > h3,
  .main-user-details > .profile-field-dati > h3 {
    font-size: 19px !important;
  }
  .main-user-details > .profile-field-intestaz > h4,
  .main-user-details > .profile-field-dati > h4 {
    font-size: 13px !important;
  }
  .nav-justified > li {
    display: table-cell;
    width: 33%;
  }
  .definition-table-title {
    font-size:10px;
  }
  .ghost-button-table-cat {
    font-size: 10px;
    padding: 0px;
  }
  .clustar-table-head {
    font-size: 10px;
  }
  input.input-inside-table, select.input-inside-table {
    font-size: 11px;
  }
  td.options-btn a.ghost-button,
  th.options-btn a.ghost-button {
    font-size: 11px;
  }
  td.editable-on-dblclick,
  td.not-editable-row {
    font-size: 11px;
  }
  td .selectize-control,
  td.record-task-id {
    font-size: 11px;
  }
  .deal-btn-group button,
  .deal-btn-group ul li {
    font-size: 11px;
  }
  button#filter-btn-group-disabled,
  button#create-filter-btn,
  button#showMeMore-btn,
  #search-task-form button,
  #filter-btn-group button,
  #filter-btn-group ul li a,
  #search-period-form button,
  .settingsBtnDiv button,
  #month-startdate-form button,
  #threshold-form button,
  #campaign-threshold-form button,
  #filter-threshold-form button {
    font-size: 11px;
  }
  .dash-search-field input {
    font-size: 11px;
    height: 31px;
  }
  #search-task-form button
  #search-customer-form button {
    font-size: 11px;
  }
  .tagcloud01 ul li a {
    font-size: 11px;
  }
  h4.task-detail-h4 {
    font-size: 14px;
  }
  .tagcloud-container h5 {
    font-size: 12px;
  }
  .vis-bottom {
    font-size:11px;
  }
  .definition-table-title {
    height: 50px;
  } 
  .def-options-btn {
    width: 200px;
  } 
  a.navbar-logo { 
    margin-left:10px;
  }
  .statbox {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 5px !important;
  }
  .col-xs-6-custom-l {
    width: 49%;
    margin-right: 2px;
    display: inline-block;
  }
  .col-xs-6-custom-r {
    width: 49%;
    margin-left: 2px;
    display: inline-block;
  }
  #month-startdate {
    display: inline-block;
    position: relative;
    top: 2px;
  }
  form#month-startdate-form > .form-group > label,
  form#month-startdate-form > .form-group > button,
  form#threshold-form .form-group > label,
  form#campaign-threshold-form .form-group > label,
  form#filter-threshold-form .form-group > label,
  form#threshold-notifications-form .form-group > label,
  form#threshold-form .form-group > button,
  form#campaign-threshold-form .form-group > button,
  form#filter-threshold-form .form-group > button,
  form#threshold-notifications-form .form-group > button {
    font-size: 11px;
  }
  form#month-startdate-form > .form-group > input,
  form#threshold-form .form-group > input,
  form#campaign-threshold-form .form-group > input,
  form#filter-threshold-form .form-group > input,
  form#threshold-notifications-form .form-group > input  {
    height: 29px;
    top: 0px;
    font-size: 11px;
  }
  .verticalChart .singleBar .title {
    font-size: 11px;
  }
  #threshold-form .form-group > label,
  #campaign-threshold-form .form-group > label,
  #filter-threshold-form .form-group > label,
  #month-startdate-form .form-group > label,
  #threshold-notifications-form .form-group > label {
    font-size: 12px;
  }
  input.form-control {
    font-size: 12px !important;
    height: 30px !important;
  }
  #start-input-datetimepicker,
  #end-input-datetimepicker {
    width: 80%
  }
  #month-startdate-form button {
    position: relative;
    top: 1px;
  }
  .bootstrap-switch-wrapper,
  .bootstrap-switch-container {
    height: 29px;
  }
  .bootstrap-switch-handle-off,
  .bootstrap-switch-handle-on {
    position: relative;
    top: -1px;
    font-size: 11px !important;
  }
  .circleStatsItemBox > .header {
    font-size: 12px;
  }
  .header-todolist {
    font-size: 11px;
  }
  .header-todolist > div.col-xs-2,
  .header-todolist > div.col-xs-3 {
    line-height: 20px !important;
  }
  .todo-list {
    font-size: 11px;
  }
  form.form-center-custom {
    width: 100%;
  }
}
