@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);

.ui-autocomplete {
  z-index: 9999 !important;
}



.mark_white {
  font-weight: bold;;
  background-color: white !important;
  color: black;;
}



.mark_green {
  background-color: green;;
  color: white;;
}



.mark_orange {
  background-color: #f89406 !important;
  color: white;;
}



.togglesearch {
  -moz-transition: all 0.5s linear;;
  -webkit-transition: all 0.5s linear;;
  transition: all 0.5s linear;;
}



.togglesearch.down {
  -moz-transform: rotate(180deg) ;;
  -webkit-transform: rotate(180deg) ;;
  transform: rotate(180deg) ;;
}



.main-content-maxi {
  margin-left: 0px;
}


.btn-index-worker {
  font-size: 50px;
  line-height: 45px;
}


.btn-index-worker2 {
  font-size: 45px;
}


.acenter {
  text-align: center !important;
}


.aright {
  text-align: right !important;
}


.aleft {
  text-align: left !important;
}


.vatop {
  vertical-align: top !important;
}


.vabottom {
  vertical-align: bottom !important;
}


.vamiddle {
  vertical-align: middle !important;
}


.hide {
  display: none;
}


.invalid {
  color: #d16e6c;
  font-size: 11px;
}


.anomalia {
  color: red;
}


.bg-cyan {
  background-color: #1ba1e2 !important;
  color: white;
}


.bg-light {
  background: transparent url(../../img/transfondo50.png) repeat top left !important;
}


.splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #323232;
  color: white;
  z-index: 1000;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.splash > .splash-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -120px;
  margin-left: -240px;
  width: 480px;
  text-align: center;
}
.splash > .splash-inner i {
  display: block;
  font-size: 160px;
  line-height: 220px;
  margin-bottom: 10px;
}
.splash > .splash-inner .brand {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.splash > .splash-inner .splash-text {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.splash > .splash-inner .splash-loader {
  position: relative;
  display: inline-block;
}
.splash > .splash-inner .splash-loader .preload-large {
  width: 64px;
  height: auto;
}

.splash.light > .splash-inner {
  top: 30%;
}


/*
 * Help style
 */
.xhelp .icon {
  float: left;
  font-size: 20px;
}

.xhelp .text {
  font-size: 11px;
  line-height: 14px;
  margin-top: 3px;
  margin-left: 30px;
}
.xhelp .text p {
  margin: 0;
}


/*
 * Important Bbox
 */
.priority-box {
  background-color: #fac0eb !important;
  color: red !important;
  border-color: #f1bcc3 !important;
}

.priority-box .icon {
  float: left;
  font-size: 20px;
}

.priority-box .text {
  font-size: 11px;
  line-height: 14px;
  margin-top: 3px;
  margin-left: 30px;
}
.priority-box .text p {
  margin: 0;
}


/*
 * Advise box
 */
.advise-box {
  background-color: #f8ff87 !important;
  border-color: #d2d878 !important;
}

.advise-box .icon {
  float: left;
  font-size: 20px;
}

.advise-box .text {
  font-size: 11px;
  line-height: 14px;
  margin-top: 3px;
  margin-left: 30px;
}
.advise-box .text p {
  margin: 0;
}


/*
 * Separator
 */
.separator {
  text-align: right;
  padding: 3px 0;
  position: relative;
}

.separator:before {
  border-color: #cccccc;
  content: "";
  display: inline-block;
  height: 0;
  border-top: 1px solid #e5e5e5;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 13px;
}

.separator>[class*="icon-"] {
  background-color: white;
  border-color: #999999;
  color: #999999;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  color: #aaaaaa;
  border: 1px solid #bbbbbb;
  padding: 0 5px;
  line-height: 18px;
  border-radius: 16px;
  background-color: white;
  position: relative;
  transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}


.xmini {
  width: 20px;
  text-align: right;
}


@-webkit-keyframes spin {  0% {  -webkit-transform: rotate(0deg);}  100% {  -webkit-transform: rotate(360deg);  color: #cccccc;}}

@-webkit-keyframes spinoff {  0% {  -webkit-transform: rotate(0deg);}  100% {  -webkit-transform: rotate(-360deg);}}

@-moz-keyframes spin {  0% {  -moz-transform: rotate(0deg);}  100% {  -moz-transform: rotate(360deg);  color: #cccccc;}}

@-moz-keyframes spinoff {  0% {  -moz-transform: rotate(0deg);}  100% {  -moz-transform: rotate(-360deg);}}

.welcome, .spinner {
  color: #2187e7;
}

.welcome .spin, .spinner .spin {
  -moz-animation: spin 7s infinite linear alternate;
  -webkit-animation: spin 7s infinite linear alternate;
}

.welcome .spinoff, .spinner .spinoff {
  -moz-animation: spinoff 7s infinite linear alternate;
  -webkit-animation: spinoff 7s infinite linear alternate;
}

.welcome > div, .spinner > div {
  position: relative;
  height: 365px;
  width: 325px;
  margin: 0 auto;
}

.welcome .icon-cog, .spinner .icon-cog {
  position: absolute;
}
.welcome .icon-cog.a, .spinner .icon-cog.a {
  font-size: 215px;
  top: 80px;
  left: 0;
}
.welcome .icon-cog.b, .spinner .icon-cog.b {
  font-size: 155px;
  position: absolute;
  top: 20px;
  left: 165px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.welcome .icon-cog.c, .spinner .icon-cog.c {
  font-size: 155px;
  position: absolute;
  top: 195px;
  left: 165px;
}

.welcome p, .spinner p {
  text-align: center;
  font-size: 32px;
}


.input-minier {
  width: 20px;
}


.input-smaller {
  width: 40px;
}


.three-columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
  padding: 5px 0;
}


.rosa {
  background-color: #fac0eb !important;
}


.rosso {
  background-color: #d15c47 !important;
}


.azzurro {
  background-color: #d9edf7 !important;
}


.giallo {
  background-color: #f4f791 !important;
  color: black;
}


.verde {
  background-color: #66ff66 !important;
}


.arancione {
  background-color: #ffa347 !important;
}


.grigio {
  background-color: #e4e4e4 !important;
}


.nero {
  background-color: #393939 !important;
}


.testogiallo {
  color: #f4f791 !important;
}


.testogrigio {
  color: #abbac3 !important;
}


.testorosso {
  color: #d15c47 !important;
}


.testoverde {
  color: #82af6f !important;
}


.bg_light_gray {
  background-color: #f3f3f3 !important;
}


.imgbox {
  padding: 5px;
  margin: 0px;
}



.worker-menu {
  padding: 10px !important;
  min-height: 100px !important;
  width: 100% !important;
  vertical-align: top !important;
  margin: 10px !important;
  border: 1px solid black;
}



.span5.no-margin {
  margin: 0;
}


.index-index .col6 {
  width: 49%;
  display: inline-block;
}
.index-index .col6 div {
  padding: 0 25px;
}

.index-index .col4 {
  width: 32%;
  display: inline-block;
}
.index-index .col4 div {
  padding: 0 25px;
}


.order-edit .item-list .info {
  display: inline-block;
  vertical-align: middle;
}
.order-edit .item-list#details-list .notmain {
  display: none;
}

.order-edit .rotate {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}



.dpishop {
  box-shadow: 10px 10px 5px #dedede;
  border-radius: 10px 10px 10px 10px;
  border: 1pt solid grey;
  margin-bottom: 15px;
  height: 150px;
}


.dpishop:hover {
  box-shadow: 5px 5px 5px #dedede;
}


.fc-sat {
  background-color: #f3f3f3;;
}


.fc-sun {
  background-color: #f3f3f3;;
}


.toggletasks {
  -moz-transition: all 0.5s linear;;
  -webkit-transition: all 0.5s linear;;
  transition: all 0.5s linear;;
}



.toggletasks.down {
  -moz-transform: rotate(180deg) ;;
  -webkit-transform: rotate(180deg) ;;
  transform: rotate(180deg) ;;
}



.customer_disabled {
  color: #aeacac;;
}



/*
 * BootBox Extension
 */
.confirmWidth {
  width: 750;;
  margin: 0 auto;;
}



.h30 {
  height: 30px;
}



.h90 {
  height: 90px;
}




.assignment-weekday {
  background-color: #62a8d1;;
}


.assignment-weekend {
  background-color: #cecece !important;
}


.assign-hour {
  font-weight: bold;;
}


.assignment {
  box-shadow: 10px 10px 5px #dedede;
  border-radius: 10px 10px 10px 10px;
  border: 1pt solid grey;
  padding: 5px;
  margin-bottom: 15px;
  width: 75%;
}


.assing-done {
  background-color: #a3ffa8;;
}


.assign-today {
  border-radius: 10px 10px 10px 10px;
  border: 1pt solid grey;
  padding: 5px;
  background-color: white;;
}


.assign-day {
  padding: 5px;
  background-color: #62a8d1;;
  border: 0;;
}



.openorder_box {
  border: 1px solid grey;
  padding-top: 5px;
  padding-bottom: 5px;
}


.pad5 {
  padding: 5px;
}


.testobianco {
  color: white;;
}


.skin-3 .main-content {
  background: none;
}

.skin-3 .breadcrumbs {
  border-radius: 0;
  margin: 0;
  background-color: #f0f0f0;
}

.skin-3 .sidebar.menu-min .sidebar-collapse i {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.skin-3 .sidebar.menu-min .sidebar-shortcuts a {
  color: white !important;
}

.skin-3 .nav.nav-list b {
  transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}
.skin-3 .nav.nav-list .active b, .skin-3 .nav.nav-list .open b {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.skin-3 .item-list>li.item-purple {
  border-left-color: #7461aa;
}
.skin-3 .item-list>li.item-dark {
  border-left-color: #404040;
}
.skin-3 .item-list>li.item-yellow {
  border-left-color: #f7d05b;
}

.skin-3 .header-color-yellow {
  background: #f7d05b;
  border-color: #f7d05b;
  color: white !important;
}
.skin-3 .header-color-yellow+.widget-body {
  border-color: #f7d05b;
}


.login-layout .widget-box {
  background-color: white;
}


form {
  margin-bottom: 10px;
}


hr {
  margin: 10px 0;
}


table.tablesorter th {
  cursor: pointer;
  background-position: 95% center;
  background-repeat: no-repeat;
}
table.tablesorter th.headerSortUp {
  background-image: url('../../img/icons/16/arrow_up.png');
}
table.tablesorter th.headerSortDown {
  background-image: url('../../img/icons/16/arrow_down.png');
}


fieldset legend {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 22px;
}


.auth-login .page-content, .auth-forgot .page-content {
  padding: 0;
}

.auth-login .main-content, .auth-forgot .main-content {
  margin: 0;
}

.auth-login .login-box .toolbar>div, .auth-forgot .login-box .toolbar>div {
  width: 100%;
}


.maxize {
  font-size: 11px;
}

.maxize .control-group {
  margin-bottom: 2px;
}

.maxize .control-label, .maxize label.xlabel, .maxize span.lbl {
  font-size: 11px;
}

.maxize input[type="text"], .maxize input[type="password"], .maxize select {
  font-size: 10px;
  color: #426b89;
  font-weight: bold;
  padding-top: 1px;
  padding-bottom: 1px;
}

.maxize textarea {
  color: #426b89;
  font-size: 10px;
  font-weight: bold;
}

.maxize select {
  height: 24px;
  padding-right: 0;
}
.maxize select.input-xlarge {
  width: 284px;
}
.maxize select.input-xxlarge {
  width: 544px;
}

.maxize label.xlabel {
  margin-top: 5px;
}

.maxize.table {
  font-size: 10px;
}
.maxize.table td, .maxize.table th {
  vertical-align: middle;
  line-height: 12px;
}

.maxize .input-append .btn {
  vertical-align: middle;
}

.maxize .ace-spinner .spinner-input {
  height: 20px;
}
.maxize .ace-spinner .spinner-buttons .spinner-up {
  margin-bottom: 2px !important;
}
.maxize .ace-spinner .spinner-buttons > .btn {
  height: 11px;
  line-height: 8px;
}
.maxize .ace-spinner .spinner-buttons > .btn >[class*="icon-"] {
  font-size: 8px;
}

.maxize .minitesto {
  font-size: 12px;
}


.chosen-container-multi .chosen-choices {
  background-image: none;
  border-color: #d5d5d5 !important;
  font-size: 10px !important;
  color: #426b89 !important;
  font-weight: bold !important;
  padding: 1px 6px !important;
}

.tag-input-style+.chosen-container-multi li.search-choice {
  padding: 3px 20px 3px 5px !important;
  margin: 0 3px 0 0 !important;
}
.tag-input-style+.chosen-container-multi .search-choice-close {
  line-height: 20px !important;
}

.chosen-container-multi li.search-field input[type=text] {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 10px !important;
  color: #426b89 !important;
  font-weight: bold !important;
  line-height: 18px !important;
  padding-bottom: 2px !important;
}


#faq .content, #notifiche .content, #message .content {
  overflow-y: scroll !important;
  position: relative;
  padding: 5px 30px 5px 5px;
  font-size: 11px;
}

#faq h2, #notifiche h2, #message h2, #faq h4, #notifiche h4, #message h4 {
  text-align: center;
  color: #0088cc;
}

#faq h4, #notifiche h4, #message h4 {
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}

#faq dl.faq_list dt, #notifiche dl.faq_list dt, #message dl.faq_list dt {
  margin-top: 15px;
  font-weight: bold;
  border-bottom: 1px solid #e8e8e8;
}
#faq dl.faq_list dt div, #notifiche dl.faq_list dt div, #message dl.faq_list dt div {
  min-height: 20px;
}
#faq dl.faq_list dt div.span1, #notifiche dl.faq_list dt div.span1, #message dl.faq_list dt div.span1 {
  text-align: center;
}
#faq dl.faq_list dt div.span11, #notifiche dl.faq_list dt div.span11, #message dl.faq_list dt div.span11 {
  margin-left: 0;
}
#faq dl.faq_list dd, #notifiche dl.faq_list dd, #message dl.faq_list dd {
  text-align: justify;
  margin-left: 15px;
}


.outgoing-editengine .widget-header {
  position: relative;
}
.outgoing-editengine .widget-header .removepattern {
  position: absolute;
  top: 7px;
  right: 5px;
}

.outgoing-editengine .variant {
  padding-right: 24px;
}

.outgoing-editengine .nopattern {
  display: none;
  margin-top: 5px;
}

.outgoing-editengine #details-list .widget-body {
  display: none;
}


.outgoing-edit .list .item-list .notmain, .order-edit .list .item-list .notmain {
  display: none;
}

.outgoing-edit .item-list li input[type="text"], .order-edit .item-list li input[type="text"] {
  padding-left: 2px;
  text-align: right;
}
.outgoing-edit .item-list li .search-field input[type="text"], .order-edit .item-list li .search-field input[type="text"] {
  text-align: left;
}
.outgoing-edit .item-list li .input-icon>[class*="icon-"], .order-edit .item-list li .input-icon>[class*="icon-"] {
  padding: 0;
  padding-right: 2px;
  font-size: 14px;
  right: 1px;
}
.outgoing-edit .item-list li .input-icon.input-icon-right>input, .order-edit .item-list li .input-icon.input-icon-right>input {
  padding-right: 16px;
}
.outgoing-edit .item-list .info, .order-edit .item-list .info {
  vertical-align: middle;
  max-width: 97%;
  margin-top: 2px;
}
.outgoing-edit .item-list .info .detail, .order-edit .item-list .info .detail {
  text-align: justify;
}
.outgoing-edit .item-list .code, .order-edit .item-list .code {
  width: 35px;
}


.work-list .chosen-container {
  width: 100% !important;
}

.work-list .datdipe {
  background-color: #91b8d0;
  color: white;
  font-size: 13px;
  padding: 5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  vertical-align: baseline;
  display: inline-block;
}


.incoming-editctl .list .item-list .notmain {
  display: none;
}

.incoming-editctl .item-list .info {
  display: inline-block;
  vertical-align: middle;
}
.incoming-editctl .item-list .info#details-list .notmain {
  display: none;
}
.incoming-editctl .item-list li input[type="text"] {
  padding-left: 2px;
  text-align: right;
}
.incoming-editctl .item-list li .search-field input[type="text"] {
  text-align: left;
}
.incoming-editctl .item-list li .input-icon>[class*="icon-"] {
  padding: 0;
  padding-right: 2px;
  font-size: 14px;
  right: 1px;
}
.incoming-editctl .item-list li .input-icon.input-icon-right>input {
  padding-right: 16px;
}


.customer_order_box {
  border: 1px solid grey ;;
}


#openorder, #orderfree {
  background-color: #f3f3f3;;
}


#openorder_inte, #orderfree_inte {
  background-color: #f3f3f3;;
}


.bem_box {
  border: 1px solid grey;
  padding-top: 5px;
  padding-bottom: 5px;
}


.tasksgroups-edit .item-list .info {
  display: inline-block;
  vertical-align: middle;
}
.tasksgroups-edit .item-list .code {
  width: 35px;
}

.tasksgroups-edit .rotate {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}


.small-fields.widget-header input[type="text"] {
  display: none;
  width: 25px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.small-fields.widget-header input[type="text"].longer {
  width: 50px;
}

.small-fields.widget-header select {
  width: 80px;
}


.variants-edit .patterns .btn-small {
  width: 35px;
}
.variants-edit .patterns .btn-app {
  margin: 0;
  height: 35px;
  cursor: auto;
  width: auto !important;
  min-width: 80px;
  padding-left: 5px;
  padding-right: 5px;
}

.variants-edit .widget-box {
  margin-top: 0;
}

.variants-edit .chzn-container-multi .chzn-drop .result-selected {
  color: #cccccc;
  cursor: default;
  display: list-item;
}

.variants-edit .remove-component {
  cursor: pointer;
}

.variants-edit #cmb_family {
  padding-left: 1px;
}

.variants-edit .chosen-container {
  width: 100% !important;
  margin: 0;
}


.packages-edit .input-icon input[type="text"] {
  font-size: 20px;
  border-width: 0 0 1px 0;
}
.packages-edit .input-icon i {
  top: 0;
  font-size: 20px;
}

.packages-edit .item-list .info {
  display: inline-block;
  vertical-align: middle;
}
.packages-edit .item-list .code {
  width: 35px;
}
.packages-edit .item-list .showtasks {
  transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  color: #aaaaaa;
}
.packages-edit .item-list .showtasks.rotate {
  color: #333333;
}
.packages-edit .item-list.grouptasks input[type="checkbox"]+.lbl::before, .packages-edit .item-list.nobox input[type="checkbox"]+.lbl::before {
  display: none;
}

.packages-edit .rotate {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}


#calendar {
  max-height: 100px;
}


.analysis-list .showoffer {
  cursor: pointer;
  transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  color: #aaaaaa;
}
.analysis-list .showoffer.rotate {
  color: #333333;
}

.analysis-list .rotate {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}


.incoming-editengine .widget-header {
  position: relative;
}
.incoming-editengine .widget-header .removepattern {
  position: absolute;
  top: 7px;
  right: 5px;
}

.incoming-editengine .variant {
  padding-right: 24px;
}

.incoming-editengine .nopattern {
  display: none;
  margin-top: 5px;
}


.datdipe {
  background-color: #91b8d0;
  color: white;
  font-size: 13px;
  padding: 5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  vertical-align: baseline;
  display: inline-block;
}




