@CHARSET "UTF-8";

body {
/*
  margin:0;
  padding:0;
*/
  /*font-family:sans-serif;*/
/*
  -webkit-font-smoothing: antialiased; / * Fix for webkit rendering * /
  -webkit-text-size-adjust: none;
*/
}

/* Z-index di #mask deve essere piu' basso di #ajax_request_banner */
#ajax_request_popup .popup_mask {
  position: absolute;
  z-index: 2010;
  background-color: transparent;
  display: none;
}

#ajax_request_popup .popup_window {
  background-color:#fff;
  border: solid 1px #CCC;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  display:none;
  height:180px;
  left:50%;
  position:absolute;
  width:300px;
  top:50%;
  z-index: 2011;
}

.right_buttons { float:left;width:95%;text-align:right;margin-right:8px; }
.buttons {
  /*display:block;*/
  margin-left:10px;
  margin-top:10px;
  margin-bottom:10px;
}
.buttons a {
  /*display:block;*/
  border:1px solid #eee;
  border-radius:0.2em 0.2em 0.2em 0.2em;
  color:black;
  font-size:14px;
  font-weight:bold;
  height:20px;
  padding:5px 5px;
  text-decoration:none;
  /*width:120px;*/
}

.buttons a.current {
  border:3px solid green;
}

#ajax_request_popup .button { margin-top:40px; float:right; }

#ajax_request_popup .button a {
  border:1px solid #eee;
  border-radius:0.2em 0.2em 0.2em 0.2em;
  font-size:14px;
  font-weight:bold;
  height:20px;
  margin-right:10px;
  text-decoration:none;
  width:120px;
}

#ajax_request_popup a { background: #CCC; color: #333; font-weight: bold; padding: 5px 10px; border: none; }
#ajax_request_popup a:hover { background: #aaa; }


#header_info_user {
  color:#fc0;
  display: block;
  float:right;
  height:29px;
  width:500px;
}

#header_info_user span {
  cursor:pointer;
  float:left;
}
#header_info_user span:hover {
  color:white;
}

#header_info_user #logout {
  border-left: solid 1px #ccc;
  float:left;
  font-weight:bold;
  padding-left:10px;
}

/* change view */
#header_change_view {
  float:left;
  margin-left:50px;
}

/* menu */
#menu_bar {
  background-color: #2D2D2D;
  /*background: #2D2D2D url('../images/inner-line.png') repeat-x center bottom;*/
  border-bottom: 1px solid black;
  border-color: white;
  color: #fff; /*#222;*/
  display: block;
  font: 13px/27px Arial,sans-serif;
  height: 32px;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  vertical-align:middle;
  width: 100%;
  z-index: 1010;
}

#menu_bar a {
  color: #bbb !important;
  display: block;
  float: left;
  font: 13px/27px Arial,sans-serif;
  font-weight: bold;
  height:100%;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

#menu_bar .menu_item {
  float: left;
  /*position: relative;*/
  height: 20px;
}

#menu_bar .menu_item .down {
  background: url(../images/down_menu_b.png) right 50% no-repeat;
  display: block;
  float:left;
  height: 28px;
}

#menu_bar .menu_item .right {
  background: url(../images/right_menu_b.png) right 50% no-repeat;
  display: block;
  float:left;
  height: 28px;
}

#menu_bar a:hover {
  color: white !important;
}

#menu_bar a.active {
  /*background-color:gray !important;*/
  color: white !important;
}

#menu_bar .menu_item .right:hover, #menu_bar .menu_item .right.active {
  background: url(../images/right_menu_f.png) right 50% no-repeat;
}

#menu_bar .menu_item .down:hover, #menu_bar .menu_item .down.active {
  background: url(../images/down_menu_f.png) right 50% no-repeat;
}

#popup_submenu a:visited, #popup_submenu a:link, #popup_submenu a { color: black; text-decoration: none; }
#popup_submenu a:focus, #popup_submenu a:active, #popup_submenu a:hover { color: #FC0; text-decoration: underline; }

#popup_box_submenu .popup_window {
  /*background: #007bb0;*/
  background: white;
  /*border-bottom: solid 1px #333;*/
  border: solid 1px gray;
  color: black;
  display: none;
  font: 13px/27px Arial,sans-serif;
  padding-left:3px;
  padding-right:20px;
  position:absolute;
  z-index: 2001;
}

#popup_submenu .menu_item {
  clear:both;
  color: black;
  display:block;
  font-weight:bold;
  line-height:25px;
  padding: 1px 0 0 0;
}

/* Z-index di #mask deve essere piu' basso di #box .window */
#popup_box_submenu .popup_mask {
  position: absolute;
  z-index: 2000;
  background-color: transparent;
  display: none;
}


/* icone */
.icon {
  background-image:url(../images/sprites.png) !important;
  background-repeat:no-repeat !important;
  padding: 0 !important;
  height:16px;
  width:16px;
}

.icon_edit { background-position:0 -496px !important; }

.icon_delete { background-position:0 -416px !important; }

.icon_insert { background-position:0 -720px !important; }

.icon_search { background-position:0 -1024px !important; }


/* message box per messaggi vari tipo conferma cancellazione o errore connessione al server */
#message_box .popup_window {
  background:#eff2f3;
  border: solid 3px #CCC;
  border-radius: 0.2em 0.2em 0.2em 0.2em;
  color:red;
  display:none;
  float:left;
  font-size:16px;
  font-weight:bold;
  height:100%;
  margin-top:40px;
  margin-bottom:10px;
  position:absolute;
/*
  padding-left:3px;
  padding-right:20px;
*/
  text-align:center;
  width:500px;
  z-index: 2001;
}

#message_box_window .message {
  margin-top:20px;
}

#message_box_window .title_div {
  background:black;
  color:white;
  display: block;
  font-size:18px;
  height:25px;
  position:relative;
}

#message_box_window .close {
  color:white;
  display: block;
  font-size:18px;
  position:absolute;
  right:10px;
  top:0px;
  text-decoration: none;
}

#message_box_window .button {
  display: block;
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
}

#message_box_window .button a {
  background-color: black;
  border:1px solid black;
  border-radius:0.2em 0.2em 0.2em 0.2em;
  color:white;
  /*display:block;*/
  float:left;
  font-size:14px;
  font-weight:bold;
  height:25px;
  margin-left:10px;
  padding-top:3px;
  text-decoration:none;
  text-align:center;
  width:70px;
}

/* Z-index di #mask deve essere piu' basso di #box .window */
#message_box .popup_mask {
  position: absolute;
  z-index: 2000;
  background-color: transparent;
  display: none;
}


#main_content {
  /*margin-top:30px;*/
  overflow:auto;
}

/* gestione anagrafiche */
/*.management_table { margin-top:50px; }*/
.management_table { font-size:10px;margin:0 auto; }
.management_table * {
  box-sizing:content-box;
}

#management_details { display: block; }
#management_details input.search_autocomplete { width:350px; }
#management_details select { width:350px; }
#management_details input[type=text] { width:350px; }

#management_details input[type=text].datepicker { width:90px; }

#management_details input[type="radio"], #management_details input[type="checkbox"] { margin: 0; }

#management_details .label { padding-right:10px;text-align:right; }

#management_details .button { margin-top:40px; float:right; }

#management_details .button a {
  display:block;  /* 2021-07-15 */
  float: left;  /* 2021-07-15 */
  border:1px solid #eee;
  border-radius:0.2em 0.2em 0.2em 0.2em;
  font-size:14px;
  font-weight:bold;
  height:30px; /* height:20px;  2021-07-15 */
  margin-bottom: 3px;  /* 2021-07-15 */
  margin-right: 3px;  /* 2021-07-15 */
  text-decoration:none;
  /* width:120px;  2021-07-15 */
}

#management_details .small_button {
  margin-top:5px; margin-bottom:20px; float:left;
  border:1px solid #eee;
  border-radius:0.2em 0.2em 0.2em 0.2em;
  font-size:8px;
  font-weight:bold;
  color:#E32020;
  height:20px;
  text-decoration:none;
  text-align:center;
  width:40px;
}

#management_details .list_counter {
  margin-top:5px; margin-bottom:20px; float:right;
  margin-right:10px;
  border:1px solid #eee;
  border-radius:0.2em 0.2em 0.2em 0.2em;
  font-size:12px;
  font-weight:bold;
  color:#E32020;
  height:20px;
  text-decoration:none;
  text-align: center;
  width:25px;
}

#management_details .data input, #management_details .data select {
  border:1px solid #eee;
  border-radius: 0.2em 0.2em 0.2em 0.2em;
  font-size:14px;
  height:20px;
  margin:0 5px 10px 0;
}

#management_details .title {
  background:#eff2f3;
  border: solid 1px #CCC;
  border-radius: 0.2em 0.2em 0.2em 0.2em;
  color:black;
  font-size:16px;
  font-weight:bold;
  height:35px;
  margin-top:10px;
  margin-bottom:10px;
  padding-top:5px;
  text-align:center;
  width:100%;
}

#management_details .status {
  background:#eff2f3;
  border: solid 1px #CCC;
  border-radius: 0.2em 0.2em 0.2em 0.2em;
  color:red;
  display:none;
  float:left;
  font-size:16px;
  font-weight:bold;
  height:100%;
  margin-top:40px;
  margin-bottom:10px;
  padding-top:5px;
  text-align:center;
  width:100%;
}

#management_details a { background: #CCC; color: #333; font-weight: bold; padding: 5px 10px; border: none; }
#management_details a:hover { background: #aaa; } 

#users_menu_container {
  background-color:white;
  color:black;
  height:200px;
  overflow:auto;
}

#users_menu_container * a {
  border:none;
  background-color:white;
  float:right;
  height:20px;
  margin-right:20px;
  padding:0;
  text-decoration:none;
}



.management_table table { margin: 0 auto; }

.management_table input.input_box {
  border:1px solid #eee;
  border-radius: 0.2em 0.2em 0.2em 0.2em;
  font-size:12px;
  height:20px;
  margin:0 5px 0 0;
}

.management_table #text_search { margin-bottom:30px;width:500px; }

.management_table .search_for {
  background:#eff2f3;
  border: solid 1px #CCC;
  border-radius: 0.2em 0.2em 0.2em 0.2em;
  box-sizing:initial;
  float:left;
  font-size:14px;
  font-weight:bold;
  /*height:25px;*/
  margin-bottom:10px;
  padding-top:5px;
  padding-bottom:5px;
  vertical-align:middle;
  /*margin: 20px 20px 0 20px;*/
  /*padding:5px;*/
  width:100%; /*500px;*/
}

.management_table .navigation {
  background:#eff2f3;
  border: solid 1px #CCC;
  border-radius: 0.2em 0.2em 0.2em 0.2em;
  float:left;
  font-size:14px;
  font-weight:bold;
  /*margin: 20px 20px 0 20px;*/
  /*padding:5px;*/
  width:100%; /*500px;*/
}

.management_table .navigation .csv {
  float:left;
  text-align: center;
  width:100px;
}

.management_table .navigation .new {
  float:left;
  text-align: center;
  width:100px;
}

.management_table .navigation .max_rows {
  float:left;
  text-align: center;
  width:200px;
}

.management_table .navigation .tot_rows {
  float:left;
  text-align: center;
  width:100px;
}
.management_table .navigation .tot_rows span {color:red;}

.management_table .navigation .next {
  float:left;
  text-align: center;
  width:100px;
}

.management_table .navigation .print {
  float:left;
  text-align: center;
  width:100px;
}

.management_table .navigation .page_number {
  float:left;
  text-align: center;
  width:150px;
}

.management_table .navigation .previous {
  float:left;
  text-align: center;
  width:100px;
}

/* tabelle */
.data {
  margin: 0 0 12px 0;
}

table {
  display:table;
  border-spacing:0px; /*2px;*/
  border-color:gray;
}

.buttons {font-family:sans-serif;}
#pageslide {font-family:sans-serif;}
.management_table {font-family:sans-serif;}
.management_table th {
  border-right:1px solid #fff;
  text-align:left;
}

.management_table th {
  font-weight:bold;
  color:#000000;
  /*background-size:100% 100%;*/
  background:-webkit-linear-gradient(top,#ffffff,#cccccc);
  background:-moz-linear-gradient(top,#ffffff,#cccccc);
}


#table_scroll {
    /* width: 100%; */ /* Optional */
    /* border-collapse: collapse; */
    border-spacing: 0;
    border: 2px solid black;
    table-layout:fixed;
}

#table_scroll tbody,
#table_scroll thead { display: block; }

#table_scroll thead tr th { 
    height: 30px;
    line-height: 30px;
    /* text-align: left; */
}

#table_scroll tbody {
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

#table_scroll tbody { border-top: 2px solid black; }

#table_scroll tbody td, #table_scroll thead th {
    /* width: 20%; */ /* Optional */
    border-right: 1px solid black;
    /* white-space: nowrap; */
}

#table_scroll tbody td:last-child, #table_scroll thead th:last-child {
    border-right: none;
}

.table_results {
  box-sizing:content-box;
  display:block;
  font-size:100%;
  width:1770px;
}
.table_results * {
  box-sizing:content-box;
}
.table_results a, .table_results a:link, .table_results a:visited, .table_results a:active{
  text-decoration:none;
  color:#235a81;
  cursor:pointer;
  outline:none;
  font-size:100%;
}

.table_results .odd { background: #fff; }

.table_results .even { background:#dfdfdf; }
.table_results .header {
  box-sizing:content-box;
  color: #000000;
  display:block;
  font-weight:bold;
  text-align: left;
  /*width: 97%;*/
/*
  / * minus scroll bar width * /
  width: -webkit-calc(100% - 16px);
  width:    -moz-calc(100% - 16px);
  width:         calc(100% - 16px);
*/
}
.table_results .header > div {
  background: -webkit-linear-gradient(top,#ffffff,#cccccc);
  background: -moz-linear-gradient(top,#ffffff,#cccccc);
  border-color: gray;
  border-spacing: 2px;
  border-right: 1px solid #fff;
  box-sizing:content-box;
  float:left;
  padding-bottom:2px;
  padding-top:10px;
  text-align:center;
  word-wrap:normal;
}



.table_results .rows {
  display:block;
  float:left;
  height:500px;
  overflow-y:scroll;
  overflow-x:hidden;
  width:100%;
}
.table_results .rows .row {
  clear:both;
  display:block;
  float:left;
  padding-top:3px;
}
.table_results .rows .row .data {
  box-sizing:initial;
  margin: 0 0 5px 0;
  padding-left:3px;
  padding-right:5px;
  overflow:hidden;
}
.table_results .row > div { float:left; }
.table_results .row .row_select { padding:0 3px;text-align:center; }
.table_results .row .edit_row_anchor { padding:0 3px;text-align:center; }
.table_results .row .row_copy { padding:0 3px;text-align:center; }
.table_results .row .row_delete { padding:0 3px;text-align:center; }


#table_results {
  border-collapse: collapse;
  display:block;
  font-size:100%;
}

#table_results a, #table_results a:link, #table_results a:visited, #table_results a:active{
  text-decoration:none;
  color:#235a81;
  cursor:pointer;
  outline:none;
  font-size:100%;
}

#table_results .odd { background: #fff; }

#table_results .even { background:#dfdfdf; }

/*
#table_results th, #table_results tr,#table_results td {
  display:block;
}
*/
#table_results thead {
  display:block;
  /* fallback */
  width: 97%;
  /* minus scroll bar width */
  width: -webkit-calc(100% - 16px);
  width:    -moz-calc(100% - 16px);
  width:         calc(100% - 16px);
}

#table_results tbody {
  display:block;
  height:500px;
  overflow-y:auto;
  overflow-x:hidden;
  /*width:100%;*/
}


.nowrap { white-space: nowrap; }

* img { border:0; }

img { vertical-align:middle; }

td .icon { margin:0; }

#table_results th { background-color:#cbcbcb;border-radius: 6px 6px 0px 0px;}

#table_results th, #table_results td {
  padding:0.3em;
  margin:0.1em;
  vertical-align:top;
  text-shadow: 0 1px 0 #ffffff;
  font-size:10px;
}

/* hovered table rows */
#table_results .odd:hover,
#table_results .even:hover {
  background: url(../images/marked_bg.png) repeat-x #b6c6d7; /* 3.4 */
  color: #000000;
}



/* calendar */
.calendar_widget {
  display:block;
 /* margin-top: 25px;*/
  width:608px;
}

#calendar_setup_state {
  display:block;
  float:left;
  text-decoration:none;
}

#calendar_setup_state img { border:0;height:32px;width:32px;vertical-align:top; }

.calendar_master_dataset {
  float:left;
  font-size:10px;
  /*margin-top:30px; */
  margin-left:0px;
  /*vertical-align:top;*/
}

.calendar_master_dataset table {
  vertical-align:top;
}

.calendar_master_dataset th { background-color:#cbcbcb;border-radius: 6px 6px 0px 0px;}

.calendar_master_dataset th, .calendar_master_dataset td {
  text-align: center;
  overflow:hidden;
}

.calendar_master_dataset td:first-child {
  border-left:1px solid #cbcbcb;
}
.calendar_master_dataset td:last-child {
  border-right:1px solid #cbcbcb;
}

.calendar_master_dataset tr:last-child td {
  border-bottom:1px solid #cbcbcb;
}

.calendar_master_dataset th.company, .calendar_master_dataset th.code, .calendar_master_dataset th.name {
  width:100px;
}

.calendar_master_dataset th.date {
  width:90px;
}

.whi-calendar {
  color: black;
  float: left;
  /*height:500px;*/
  font-family: Arial;
  margin-left: 2px;
  width:574px;
}

.whi-calendar a {
  text-align:center;
  text-decoration:none;
  color:black;
}
.whi-calendar .month {
  background-color: #E32020; /*#00c6fd;*/
  color: black;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: bold;
  height:34px;
  line-height:initial;
  padding-top:3px;
  padding-bottom:3px;
  width:100%; /*400px;*/
}

.whi-calendar .month_name {
  display: block;
  float: left;
  text-align: center;
  width:80%;
}

.whi-calendar .month_name_select {
  display: none;
  float: left;
  height:30px;
  text-align: center;
  width:80%;
}
.whi-calendar .month_name_select .inner {margin:0 auto;width:250px;}
.whi-calendar .month_name_select select {float:left;font-size:14px;margin-left:5px;padding:0;}
.whi-calendar .month_name_select input {float:left;margin-left:10px;}
.whi-calendar .month_name_select a {background-color:#ece8e7;border-radius:3px;display:block;float:left;height:28px;margin-left:5px;width:40px;}

.whi-calendar .month_next {
  display: block;
  float: left;
  width:10%;
}

.whi-calendar .month_previous {
  display: block;
  float: left;
  width:10%;
}

.whi-calendar .days {
  float: clear;
}

.whi-calendar .day {
  border: 1px solid black;
  background-color:white;
  display: block;
  float: left;
  position:relative;
  width:82px;
}
.whi-calendar .day .whi-tooltip {
  text-decoration: none;
  color: black;
  cursor: default;
  font-weight: normal;
}
.whi-calendar .day .whi-tooltip span.whi-tooltips {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 1s, opacity 0.2s linear;
  position: absolute;
  left: 10px;
  top: 80px;
  width: 322px;
  border: 1px solid #404040;
  padding: 0.2em 0.5em;
  cursor: default;
  line-height: 20px;
  font-size: 13px;
  font-family: 'Segoe UI';
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 7px 7px 5px -5px #666;
  -webkit-box-shadow: 7px 7px 5px -5px #666;
  box-shadow: 7px 7px 5px -5px #666;
  background: #c06000 /*#E4E5F0*/  repeat-x;
  text-align:left;
  z-index:1000;
}
.whi-calendar .day .whi-tooltip span.whi-tooltips b {
  display:block;
  float:left;
  text-align:right;
  padding-right:5px;
  width:85px;
}
/*compatible*/
.whi-calendar .day:hover a.whi-tooltip span.whi-tooltips {
  visibility:visible;
  opacity:1;
  transition-delay:1s;
}
.whi-calendar .day:hover a.whi-tooltip span.whi-tooltips {
  visibility:visible;
  opacity:1;
  transition-delay:1s;
}
/*end compatible*/
.whi-calendar .day .up_down:hover div.whi-tooltip span.whi-tooltips {
  visibility:visible;
  opacity:1;
  transition-delay:1s;
}
.whi-calendar .day .up_down:hover div.whi-tooltip span.whi-tooltips {
  visibility:visible;
  opacity:1;
  transition-delay:1s;
}
.whi-calendar .day.current {
  background-color: #ccc;
  border: 1px solid red;
  width:82px;
}

.whi-calendar .day .number {
  display: block;
  float: left;
  font-size: 24px;
  font-weight: bold;
  height: 32px;
  line-height:initial;
  padding-top:5px;
  padding-bottom:3px;
  text-align: center;
  vertical-align: middle;
  width:50px;
}

.whi-calendar .day.current .number {
  color: red;
}

.whi-calendar .day .number .other_month {
  color: #b3b3b3;
}

.whi-calendar .day .up_down {
  border-left: 1px solid gray;
  display: block;
  float: left;
  font-size: 10px;
  line-height:16px;
  text-align: center;
  width:30px;
}

.whi-calendar .day .up_down .up {
  border-bottom: 1px solid gray;
  display: block;
  float: clear;
  height: 17px;
}

.whi-calendar .day .up_down .down {
  display: block;
  float: clear;
  height: 16px;
}

.whi-calendar .prepared {
  border-left:1px solid black;
  border-right:1px solid black;
  background-color:black;
  margin-left:-1px;
  margin-top:2px;
  color:white;
  display:block;
  float:left;
  font-size:9px;
  font-weight:normal;
  line-height:initial;
  width:82px;
}

.whi-calendar .prepared span {
  /*border:1px solid red;*/
  display:block;
  float:left;
  /*padding-left:2px;*/
  text-align:center;
  width:50%;
}

.whi-calendar .be_delivered {
  border-right:1px solid black;
  display:block;
  float:left;
  font-size:9px;
  font-weight:normal;
  line-height:initial;
  margin-left:0px;
  width:81px;
}

.whi-calendar .be_delivered .left {
  background-color:#d6d6d6;
  border-right:1px solid #cbcbcb;
  display:block;
  float:left;
  width:40px;
}

.whi-calendar .be_delivered .right {
  background-color:#a9a9a9;
  display:block;
  float:left;
  width:40px;
}

.whi-calendar .be_delivered .by_hand {
  border-bottom:1px solid #cbcbcb;
  color:blue;
  display:block;
  text-align:center;
}

.whi-calendar .be_delivered .by_courier {
  color:green;
  display:block;
  text-align:center;
}

#calendar_footer * {box-sizing:content-box;}
#calendar_footer table {border-collapse:collapse;margin-left:20px;}
#calendar_footer table th {font-size:10px;text-align:left;text-indent:3px;}
#calendar_footer table td {border:1px solid #c0c0c0;font-size:12px;text-align:right;}
#calendar_footer table .item {text-align:left;width:200px;}
#calendar_footer table .field0 {width:70px;}
#calendar_footer table .field1 {width:60px;}
#calendar_footer table .field2 {width:60px;}
#calendar_footer table .field3 {width:60px;}
#calendar_footer table .field4 {width:60px;}

#change_password {
  margin: 0 auto;
  width:450px;
  height:auto;
}

#change_password .message {
  color:blue;
  display:block;
  float:left;
  font-size:18px;
  margin-top:50px;
  margin-bottom:50px;
}

#change_password .box {
  display:block;
  float:left;
  width:450px;
  height:auto;
}

#change_password input[type=button] {
  width:100px;
}

#change_password .input-box {
  float:left;
  font-size:14px;
  width:250px;
  height:30px;
  border:1px solid #007bb0;
  border-radius: 0.2em 0.2em 0.2em 0.2em;
  margin:5px;
}

#change_password .label {
  float:left;
  color:#999;
  text-align:left;
  margin:0 0 0 5px;
  line-height:40px;
}

#change_password .required {
  color:#F00;
  font-size:18px;
  padding-left:2px;
}

#change_password .label-required {
  float:left;
  text-align:left;
  font-size:12px;
  color:#333;
  margin:0 0 20px 5px;
  width:400px;
}


.float_window_fields {
  font-size:12px;
  border:1px solid #eee;
}

.float_window_fields label, .float_window_fields input { display:block;float:left; }
.float_window_fields label { float:left;font-size:12px;width:120px; text-align:right;vertical-align:middle;padding-right:10px;padding-top:5px; }
/*.float_window_fields fieldset { padding:0; border:0; margin-top:25px; }*/

.float_window_fields .section { clear:both; }

.float_window_fields input, .float_window_fields select {
  border:1px solid #eee;
  border-radius: 0.2em 0.2em 0.2em 0.2em;
  font-size:12px;
  height:19px;
  margin:0 5px 10px 0;
}
.float_window_fields select { display:block;float:left;width:350px; }
.float_window_fields input[type=text] { width:350px; }
.float_window_fields .search_autocomplete { width:350px; }
.float_window_fields textarea { width:350px; }
.float_window_fields .button { margin-top:40px; float:right; }
.float_window_fields input[type=text].datepicker { width:100px; }
.float_window_fields input[type=text].time { width:80px; }
.float_window_fields input[type=text].w80 { width:80px; }
.float_window_fields .button a {
  border:1px solid #eee;
  border-radius:0.2em 0.2em 0.2em 0.2em;
  font-size:14px;
  font-weight:bold;
  height:20px;
  text-decoration:none;
  width:120px;
}
.float_window_fields a { background: #CCC; color: #333; font-weight: bold; padding: 5px 10px; border: none; }
.float_window_fields a:hover { background: #aaa; }

.float_window_fields input[type="radio"], .float_window_fields input[type="checkbox"] { margin: 0; }

.float_window_fields .label { padding-right:10px;text-align:right; }


#service_setup_wnd .button {
  margin-top:10px;
}

#service_setup_wnd .scrollpanel {
  float: left;
  /*margin: 30px;*/
  border: 1px solid #ccc;
}

#service_setup_wnd .assistence_lists.scrollpanel {
  height: 60px;
  margin-top: 0px;
  margin-bottom: 5px;
  width: 97%;
}
#service_setup_wnd .categories_counts.scrollpanel {
  height: 500px;
  margin-top: 5px;
  width: 300px;
}
#service_setup_wnd .material_lists.scrollpanel {
  height: 500px;
  margin-top: 5px;
  width: 300px;
}
#service_setup_wnd .parcel_lists.scrollpanel {
  height: 180px;
  margin-top: 0px;
  width: 500px;
}
#service_setup_wnd .scrollpanel .sp-scrollbar {
  width: 10px;
  background-color: #ccc;
  cursor: pointer;
}
#service_setup_wnd .scrollpanel .sp-scrollbar .sp-thumb {
  background-color: #aaa;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
#service_setup_wnd .scrollpanel .sp-scrollbar.active .sp-thumb {
  background-color: #999;
}
#service_setup_wnd .assistence_lists, #service_setup_wnd .material_lists, #service_setup_wnd .parcel_lists, #service_setup_wnd .categories_counts {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
#service_setup_wnd .sp-scrollbar {
  margin: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#service_setup_wnd .sp-scrollbar .sp-thumb {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#service_setup_wnd .assistence_lists .sp-scrollbar .sp-thumb {
  height:52px;
}
#service_setup_wnd .categories_counts .sp-scrollbar .sp-thumb {
  height:492px;
}
#service_setup_wnd .material_lists .sp-scrollbar .sp-thumb {
  height:492px;
}
#service_setup_wnd .parcel_lists .sp-scrollbar .sp-thumb {
  height:172px;
}

#service_setup_wnd .assistance_element {
  color:red;
  margin: 5px;
/*
  min-height: 20px;
  padding: 5px;
*/
}
#service_setup_wnd .element {
  min-height: 20px;
  background-color: #eee;
  border: 1px solid #ccc;
  margin: 5px;
  padding: 5px;
}
#service_setup_wnd .relative {
  position:relative;
}
#service_setup_wnd .element a.remove {
  background-color:inherit;
  color:red;
  bottom:4px;
  position:absolute;
  right:2px;
  visibility:hidden;
}

#service_setup_wnd .warnings {
  background-color:yellow;
  color:red;
  font-weight:bold;
}

#service_setup_wnd .errors_count, #service_setup_wnd .warnings_count {
  background-color:inherit;
  color:red;
  font-size:14px;
  font-weight:bold;
  margin-top:5px;
  margin-left:15px;
}

#service_setup_wnd .top {
  float:left;
  width:100%;
}

#service_setup_wnd .left {
  float:left;
  width:65%;
}

#service_setup_wnd .left_reclaim {
  float:left;
  width:48%;
}

#service_setup_wnd .right {
  float:left;
  margin-left:10px;
  width:33%;
}

#service_setup_wnd .right_setup {
  float:left;
  width:26%;
}

#service_setup_wnd .right_reclaim {
  float:left;
}

#service_setup_wnd .right select, #service_setup_wnd .right_setup select, #service_setup_wnd .right_reclaim select {
  border:1px solid #eee;
  border-radius: 0.2em 0.2em 0.2em 0.2em;
  font-size:14px;
  height:20px;
  width:60px;
}

#service_setup_wnd .right label, #service_setup_wnd .right_setup label, #service_setup_wnd .right_reclaim label {
  width:70px;
}
#service_setup_wnd .title {
  color:green;
  display:block;
  font-size:14px;
  font-weight:bold;
  height:30px;
}

#service_setup_wnd .title_small {
  color:green;
  display:block;
  font-size:14px;
  font-weight:bold;
}

#service_setup_wnd .button {
  clear:both;
}
#service_setup_wnd .left label {
  text-align:left;
}
#service_setup_wnd .notes {
  width:97%;
  height:50px;
}
#service_setup_wnd .rfid_codes_list {
  margin-top:10px;
  margin-bottom:10px;
  /*width:99%;*/
  width:250px;
  height:190px;
}
#service_setup_wnd .admin_button {
  border:1px solid black;
  border-radius:0.2em 0.2em 0.2em 0.2em;
  height:30px;
  margin-top:2px;
  margin-bottom:0px;
  width:100px;
}

#service_setup_wnd table.categories_counts {
  float:left;
  margin-left:20px;
  margin-top:10px;
  margin-bottom:10px;
}

#service_setup_wnd table.categories_counts th, table.categories_counts td {
  border:1px solid #98bf21;
  padding:3px 7px 2px 7px;
}

#service_setup_wnd table.categories_counts th {
  text-align:left;
  padding-top:5px;
  padding-bottom:4px;
  background-color:#A7C942;
}

#service_setup_wnd table.categories_counts td + td {
  text-align: center;
}

#service_setup_wnd table.material_lists { margin-bottom:10px; }

#service_setup_wnd table.material_lists a {
  background:transparent;
  padding:0;
  text-decoration:none;
}

#service_setup_wnd table.material_lists th, table.material_lists td {
  border:1px solid #98bf21;
  padding:3px 7px 2px 7px;
}

#service_setup_wnd table.material_lists th {
 /* font-size:1.1em;*/
  text-align:left;
  padding-top:5px;
  padding-bottom:4px;
  background-color:#A7C942;
 /* color:#ffffff;*/
}

#service_setup_wnd table.material_lists td + td + td {
  text-align: center;
}

#service_setup_wnd table.head {
  float:left;
  margin-bottom:10px;
}

#service_setup_wnd table.head th, #service_setup_wnd table.head td {
  border:1px solid #98bf21;
  padding:3px 7px 2px 7px;
}

#service_setup_wnd table.head th {
  text-align:left;
  padding-top:5px;
  padding-bottom:4px;
  background-color:#A7C942;
}

#service_setup_wnd table.head td {
  text-align:center;
}

#service_setup_wnd .spare {
  background-color:inherit;
  color:red;
  font-size:15px;
  font-weight:bold;
  margin-left:10px;
  padding:0;
  text-decoration:line-through;
}
#service_setup_wnd .spare.active {
  color:green;
  text-decoration:none;
}

#service_new_wnd .hint_number_of_days {
  margin-left:5px;
  font-style:italic;
  font-weight:bold;
  font-size:14px;
  vertical-align:middle;
  color:red;
}

.daily_desc {
  color:green;
  display:block;
  font-weight:bold;
  font-size:14px;
  height:23px;
  padding-left:5px;
}

.warehouses_combo {
  float:left;
  margin-left:10px;
  margin-right:10px;
  margin-top:10px;
}

.warehouses_combo_clear {
  margin-left:10px;
  margin-right:10px;
  margin-top:6px;
}
.option_green {
  background-color: #82E682;
}

.transfer_guide{
  font-weight:normal ;
  font-size: 14px;
  text-align: justify;
  background-color: #000000;
  border-style: solid;
  border-color: #E6E6E6;
  border-width: 1px;
  border-radius: 4px;
  margin-left:0px;
  margin-right:0px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 90%;
}

.transfer_lable_f1{
  font-weight:bold;
  font-size: 24px;
  color: #000000;
  text-align: center;
  background-color: #FF6600;
  width: 100%;
  box-shadow: 3px 3px 3px #FFFFFF;
  border-style: solid;
  border-color: #E6E6E6;
  border-width: 1px;
  border-radius: 4px;
  margin-left:10px;
  margin-right:10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.transfer_lable_f2{
  font-weight:bold;
  font-size: 24px;
  color: #000000;
  text-align: center;
  background-color: #A62900;
  width: 100%;
  box-shadow: 3px 3px 3px #FFFFFF;
  border-style: solid;
  border-color: #E6E6E6;
  border-width: 1px;
  border-radius: 4px;
  margin-left:10px;
  margin-right:10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.transfer_lable_f3{
  font-weight:bold;
  font-size: 24px;
  color: #000000;
  text-align: center;
  background-color: #FFB84D;
  width: 100%;
  box-shadow: 3px 3px 3px #FFFFFF;
  border-style: solid;
  border-color: #E6E6E6;
  border-width: 1px;
  border-radius: 4px;
  margin-left:10px;
  margin-right:10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.transfer_lable_f4{
  font-weight:bold;
  font-size: 24px;
  color: #000000;
  text-align: center;
  background-color: #9DFF7D;
  width: 100%;
  box-shadow: 3px 3px 3px #FFFFFF;
  border-style: solid;
  border-color: #E6E6E6;
  border-width: 1px;
  border-radius: 4px;
  margin-left:10px;
  margin-right:10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.input_item_codes{
  background-color: #FFFF66;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}

/* tooltip */

.tool-tip{
        color: #fff;
        background-color: rgba( 0, 0, 0, .7);
        text-shadow: none;
        font-size: .8em;
        visibility: hidden;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px;
        text-align: center;
        opacity: 0;
        z-index: 999;
        padding: 3px 8px;
        position: absolute;
        cursor: default;
        -webkit-transition: all 240ms ease-in-out;
        -moz-transition: all 240ms ease-in-out;
        -ms-transition: all 240ms ease-in-out;
        -o-transition: all 240ms ease-in-out;
        transition: all 240ms ease-in-out;
}

.tool-tip,
.tool-tip.top{
        top: auto;
        bottom: 114%;
        left: 50%;
}

.tool-tip.top:after,
.tool-tip:after{
        position: absolute;
        bottom: -12px;
        left: 50%;
        margin-left: -7px;
        content: ' ';
        height: 0px;
        width: 0px;
        border: 6px solid transparent;
    border-top-color: rgba( 0, 0, 0, .7);
}
/* default heights, width and margin w/o Javscript */

.tool-tip,
.tool-tip.top{
        width: 200px;
        height: 50px;
        margin-left: -43px;
}

/* tool tip position right */

.tool-tip.right{
        top: 50%;
        right: auto;
        left: 106%;
        margin-top: -15px;
        margin-right: auto;
        margin-left: auto;
}

.tool-tip.right:after{
        left: -5px;
        top: 50%;
        margin-top: -6px;
        bottom: auto;
        border-top-color: transparent;
    border-right-color: rgba( 0, 0, 0, .7);
}

/* tool tip position left */

.tool-tip.left{
        top: 50%;
        left: auto;
        right: 105%;
        margin-top: -15px;
        margin-left: auto;
}

.tool-tip.left:after{
        left: auto;
        right: -12px;
        top: 50%;
        margin-top: -6px;
        bottom: auto;
        border-top-color: transparent;
    border-left-color: rgba( 0, 0, 0, .7);
}
/* tool tip position bottom */

.tool-tip.bottom{
        top: 115%;
        bottom: auto;
        left: 50%;
        margin-bottom: auto;
}

.tool-tip.bottom:after{
        position: absolute;
        top: -12px;
        left: 50%;
        margin-left: -7px;
        content: ' ';
        height: 0px;
        width: 0px;
        border: 6px solid transparent;
    border-top-color: transparent;
    border-bottom-color: rgba( 0, 0, 0, .6);
}

/* tooltip on focus left and right */

.on-focus .tool-tip.left,
.on-focus .tool-tip.right{
        margin-top: -19px;
}

/* on hover of element containing tooltip default*/

*:not(.on-focus):hover > .tool-tip,
.on-focus input:focus + .tool-tip{
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 240ms ease-in-out;
        -moz-transition: all 240ms ease-in-out;
        -ms-transition: all 240ms ease-in-out;
        -o-transition: all 240ms ease-in-out;
        transition: all 240ms ease-in-out;
}


/* tool tip slide out */

*:not(.on-focus) > .tool-tip.slideIn,
.on-focus > .tool-tip{
        display: block;
}

.on-focus > .tool-tip.slideIn{
        z-index: -1;
}

.on-focus > input:focus + .tool-tip.slideIn{
        z-index: 1;
}

/* bottom slideIn */

*:not(.on-focus) > .tool-tip.slideIn.bottom,
.on-focus > .tool-tip.slideIn.bottom{
        top: 50%;
}

*:not(.on-focus):hover > .tool-tip.slideIn.bottom,
.on-focus > input:focus + .tool-tip.slideIn.bottom{
        top: 115%;
}

.on-focus > input:focus + .tool-tip.slideIn.bottom{
        top: 100%;
}

/* top slideIn */

*:not(.on-focus) > .tool-tip.slideIn,
*:not(.on-focus) > .tool-tip.slideIn.top,
.on-focus > .tool-tip.slideIn,
.on-focus > .tool-tip.slideIn.top{
        bottom: 50%;
}

*:not(.on-focus):hover > .tool-tip.slideIn,
*:not(.on-focus):hover > .tool-tip.slideIn.top,
.on-focus > input:focus + .tool-tip.slideIn,
.on-focus > input:focus + .tool-tip.slideIn.top{
        bottom: 110%;
}
/* left slideIn */

*:not(.on-focus) > .tool-tip.slideIn.left,
.on-focus > .tool-tip.slideIn.left{
        right: 50%;
}

*:not(.on-focus):hover > .tool-tip.slideIn.left,
.on-focus > input:focus + .tool-tip.slideIn.left{
        right: 105%;
}

/* right slideIn */

*:not(.on-focus) > .tool-tip.slideIn.right,
.on-focus > .tool-tip.slideIn.right{
        left: 50%;
}

*:not(.on-focus):hover > .tool-tip.slideIn.right,
.on-focus > input:focus + .tool-tip.slideIn.right{
        left: 105%;
}

.whi-btn {
  border:1px solid transparent;
  border-radius:4px;
  display:inline-block;
  padding:6px 12px;
  margin-bottom:0;
  font-size:14px;
  line-height:14px;
  font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
  height:14px;
  text-align:center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.whi-btn.whi-btn-disabled {
  cursor: default;
}
.whi-btn-disabled {
  background-color:#c0c0c0;
  border-color:#a2a2a2;
  color:#010101;
  float:right;
}
.whi-btn-success {
  background-color:#00a54f; /*#5cb85c;*/
  border-color:#4cae4c;
  color:#fff;
  float:right;
}
.whi-btn-success:hover {
  background-color:#5cb85c;
  border-color:#398439;
}



#bus_items .bottom .data {margin-right:10px;}

#bus_items .scrollpanel { float:left;border:1px solid #ccc; }

#bus_items table.categories_counts {margin-left:3px;}

#bus_items .categories_counts.scrollpanel {
  height:500px;
  margin-top:5px;
  width:300px;
}
#bus_items .material_lists.scrollpanel {
  height:500px;
  margin-top:5px;
  width:283px;
}
#bus_items .scrollpanel .sp-scrollbar {
  width:10px;
  background-color:#ccc;
  cursor:pointer;
}
#bus_items .scrollpanel .sp-scrollbar .sp-thumb {
  background-color:#aaa;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
#bus_items .scrollpanel .sp-scrollbar.active .sp-thumb { background-color:#999; }
#bus_items .material_lists, #bus_items .categories_counts {
  -webkit-border-radius:9px;
  -moz-border-radius:9px;
  border-radius:9px;
}
#bus_items .sp-scrollbar {
  margin:4px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}
#bus_items .sp-scrollbar .sp-thumb {
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}
#bus_items .categories_counts .sp-scrollbar .sp-thumb { height:492px; }
#bus_items .material_lists .sp-scrollbar .sp-thumb { height:492px; }

#bus_items .element {
  min-height:20px;
  background-color:#eee;
  border:1px solid #ccc;
  margin:5px;
  padding:5px;
}
#bus_items .relative { position:relative; }
#bus_items .element a.remove {
  background-color:inherit;
  color:red;
  bottom:4px;
  position:absolute;
  right:2px;
  visibility:hidden;
}
#bus_items .warnings {
  background-color:yellow;
  color:red;
  font-weight:bold;
}
#bus_items .errors_count, #bus_items .warnings_count {
  background-color:inherit;
  color:red;
  font-size:14px;
  font-weight:bold;
  margin-top:5px;
  margin-left:15px;
}
#bus_items .top { float:left;width:100%; }

#bus_items .left { float:left;width:auto; }
#bus_items .right {
  float:left;
  margin-left:3px;
  width:35%;
}
#bus_items .right_setup { float:left;width:26%; }

#bus_items .right select, #bus_items .right_setup select {
  border:1px solid #eee;
  border-radius:0.2em 0.2em 0.2em 0.2em;
  font-size:14px;
  height:20px;
  width:60px;
}

#bus_items .right label, #bus_items .right_setup label {width:70px;}
#bus_items .title {
  color:green;
  display:block;
  font-size:14px;
  font-weight:bold;
  height:30px;
}

#bus_items .title_small {
  color:green;
  display:block;
  font-size:14px;
  font-weight:bold;
}

#bus_items .button { clear:both;margin-top:10px; }

#bus_items .left label { text-align:left; }
#bus_items .rfid_codes_list {
  margin-top:10px;
  margin-bottom:10px;
  width:150px;
  height:500px;
}
#bus_items table.categories_counts {
  float:left;
  margin-left:3px;
  margin-top:10px;
  margin-bottom:10px;
}

#bus_items table.categories_counts th, table.categories_counts td {
  border:1px solid #98bf21;
  padding:3px 7px 2px 7px;
}

#bus_items table.categories_counts th {
  text-align:left;
  padding-top:5px;
  padding-bottom:4px;
  background-color:#A7C942;
}

#bus_items table.categories_counts td + td { text-align: center; }

#bus_items table.material_lists { margin-bottom:10px; }

#bus_items table.material_lists a {
  background:transparent;
  padding:0;
  text-decoration:none;
}

#bus_items table.material_lists th, table.material_lists td {
  border:1px solid #98bf21;
  padding:3px 7px 2px 7px;
}

#bus_items table.material_lists th {
 /* font-size:1.1em;*/
  text-align:left;
  padding-top:5px;
  padding-bottom:4px;
  background-color:#A7C942;
 /* color:#ffffff;*/
}

#bus_items table.material_lists td + td + td { text-align:center; }

#bus_items table.head { float:left;margin-bottom:10px; }

#bus_items table.head th, #bus_items table.head td {
  border:1px solid #98bf21;
  padding:3px 7px 2px 7px;
}

#bus_items table.head th {
  text-align:left;
  padding-top:5px;
  padding-bottom:4px;
  background-color:#A7C942;
}

#bus_items table.head td { text-align:center; }

#bus_items .spare {
  background-color:inherit;
  color:red;
  font-size:15px;
  font-weight:bold;
  margin-left:10px;
  padding:0;
  text-decoration:line-through;
}
#bus_items .spare.active { color:green;text-decoration:none; }


/* style per campi musei vaticani */
#service_setup_wnd .mv_date_visit.scrollpanel {
  height: 500px;
  margin-top: 5px;
  width: 300px;
}
#service_setup_wnd .mv_date_visit {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
#service_setup_wnd .mv_date_visit .sp-scrollbar .sp-thumb {
  height:492px;
}
#service_setup_wnd table.mv_date_visit {
  float:left;
  margin-left:20px;
  margin-top:10px;
  margin-bottom:10px;
}

#service_setup_wnd table.mv_date_visit th, table.mv_date_visit td {
  border:1px solid #98bf21;
  padding:3px 7px 2px 7px;
}

#service_setup_wnd table.mv_date_visit th {
  text-align:left;
  padding-top:5px;
  padding-bottom:4px;
  background-color:#D38C31;
}

#service_setup_wnd table.mv_date_visit td + td {
  text-align: center;
}

#service_setup_wnd .mv_alert {
  background-color:#ff6c00;
  border-radius:5px;
  box-sizing:border-box;
  color:white;
  padding:5px;
  position:absolute;
  /*left:288px;*/
  left:405px;
  top:480px;
  /*width:300px;*/
  width:183px;
}
#service_setup_wnd .mv_alert .al_mv_title {clear:both;display:block;font-size:12px;font-weight:bold;}
#service_setup_wnd .mv_alert .al_mv_message {clear:both;font-size:10px;}

.tracknumber_lists.scrollpanel {
  border:1px solid #ccc;
  float:left;
  height:200px;
  margin-top:5px;
  width:483px;
}
.tracknumber_lists.scrollpanel .sp-scrollbar {
  width:10px;
  background-color:#ccc;
  cursor:pointer;
  margin:4px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}
.tracknumber_lists .sp-scrollbar .sp-thumb {
  background-color:#aaa;
  height:192px;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}
.tracknumber_lists .sp-scrollbar.active .sp-thumb { background-color:#999; }
.tracknumber_lists {
  -webkit-border-radius:9px;
  -moz-border-radius:9px;
  border-radius:9px;
}
.tracknumber_lists .tracknumber_element {
  min-height:30px;
  background-color:#eee;
  border:1px solid #ccc;
  margin:5px;
  padding:5px;
}
.tracknumber_lists .tracknumber_element div {float:left;}
.tracknumber_lists .tracknumber_element div.number {font-weight:bold;width:280px;}
.tracknumber_lists .tracknumber_element div.date {width:150px;}
.tracknumber_lists .relative { position:relative; }

.tracknumber-box {
  background-color:blue;
  border-radius:50%;
  color:white;
  display:block;
  font-size:12px;
  font-weight:bold;
  height:20px;
  line-height:20px;
  margin:0 auto;
  text-align:center;
  width:20px;
}

.fl-left {float:left;}
.cur-pointer {cursor:pointer;}
.ml-20 {margin-left:20px;}
.ml-30 {margin-left:30px;}

.ft-12 {font-size:12px;}
.ft-14 {font-size:14px;}
.ft-16 {font-size:16px;}
.ft-bold {font-weight:bold;}
