/* BOOTSTRAP 3.3.2
-------------------------------------------------- */
/*see Evernote "How to download a Google web font"
 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local('Lato Hairline'), local('Lato-Hairline'), url(/os/fonts/lato/v11/ifRS04pY1nJBsu8-cUFUS-vvDin1pK8aKteLpeZ5c0A.woff2) format('woff2'), url(/os/fonts/lato/v11/Kom15zUm24dIPfIRiNogNuvvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(/os/fonts/lato/v11/22JRxvfANxSmnAhzbFH8PgLUuEpTyoUstqEm5AMlJo4.woff2) format('woff2'), url(/os/fonts/lato/v11/kcf5uOXucLcbFOydGU24WALUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(/os/fonts/lato/v11/MDadn8DQ_3oT6kvnUq_2r_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2'), url(/os/fonts/lato/v11/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(/os/fonts/lato/v11/MgNNr5y1C_tIEuLEmicLmwLUuEpTyoUstqEm5AMlJo4.woff2) format('woff2'), url(/os/fonts/lato/v11/qdgUG4U09HnJwhYI-uK18wLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(/os/fonts/lato/v11/lEjOv129Q3iN1tuqWOeRBgLUuEpTyoUstqEm5AMlJo4.woff2) format('woff2'), url(/os/fonts/lato/v11/G2uphNnNqGFMHLRsO_72ngLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
/* HACKS
-------------------------------------------------- */
html * {
  -moz-osx-font-smoothing: grayscale;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
input.jqui-date,
input,
textarea,
select,
span,
.tooltip-inner {
  font-family: 'Lato', sans-serif;
}
.tooltip-inner {
  font-size: 14px;
}
body {
  font-size: 1.4em;
  line-height: 1.2;
  padding: 58px 0 40px;
  background-color: #ddd;
  background-image: url(/img/bg-concrete_seamless.png);
}
.footer {
  margin-top: 45px;
  padding: 35px 0 36px;
  border-top: 1px solid #cdcdcd;
}
.footer p {
  margin-bottom: 0;
  color: #555;
}
.credits {
  clear: both;
  margin-top: 20px;
  padding-top: 8px;
  text-align: center;
  font-size: smaller;
  border-top: 1px solid #cdcdcd;
}
.readonly {
  cursor: not-allowed;
  background-color: #EEE;
  opacity: 1;
}
div.help-text,
span.help-text,
p.help-text {
  color: #888;
}
/* RESETS
-------------------------------------------------- */
a,
a:active,
a:focus {
  outline: none;
}
.navbar-logo {
  width: 72px;
}
@media only screen and (max-device-width: 767px) and (orientation: portrait) {
  .navbar-logo {
    margin: -5px 0 0 8px;
    width: 58px;
  }
  #media-uploader-btn {
    display: none;
  }
}
/* CAMALEO D
-------------------------------------------------- */
.clear {
  clear: both;
}
.debug,
.todo {
  font-family: monospace;
  color: #ff00ff;
}
/* http://css-tricks.com/css-content/ */
.mandatory:after {
  color: red;
  font-weight: 600;
  content: "*";
  display: inline;
  margin-left: 6px;
}
/* show sql queries code : debug only */
div.sql {
  font-family: monospace;
  font-size: 10px;
  background: #ddd;
  margin: 8px 0;
  padding: 4px;
}
img.avatar {
  margin-left: 4px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  max-width: 50px;
  max-height: 50px;
  margin-top: -5px;
  border-radius: 20px;
  height: 26px;
  width: 26px;
}
img.photo,
img.photo-list {
  margin-left: 4px;
  margin-top: -4px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  max-width: 250px;
  max-height: 188px;
}
img.photo-list {
  max-width: 1024px;
  max-height: 768px;
  margin: 0;
  width: 100%;
}
div.toggler-open,
div.toggler-close {
  height: 23px;
  width: 23px;
  cursor: pointer;
}
div.toggler-open {
  background: url(/img/down.png) no-repeat 0 0;
  margin: -12px 0 0px 0;
}
div.toggler-open:hover {
  background: url(/img/down.png) no-repeat -22px 0px;
}
div.toggler-close {
  background: url(/img/up.png) no-repeat 0 0;
}
div.toggler-close:hover {
  background: url(/img/up.png) no-repeat -22px 0px;
}
.collapsed-content {
  cursor: pointer;
  margin-top: 8px;
  width: 98%;
  padding: 1%;
}
.collapsed-content:hover {
  background-color: rgba(0, 101, 158, 0.05);
}
#wait {
  font-size: small;
  /*z-index: 10000;*/
  display: block;
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 25%;*/
  /*background-color: #FFF58E;*/
  /*padding: 2px 4px;*/
  -moz-border-radius-bottomleft: 22px;
  -moz-border-radius-bottomright: 22px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  /* per bootstrap info */
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
  /* dark */
  color: #dddddd;
  border-color: #000000;
  /* removed to avoid loading the image as this class is not in use on BS3
	background:#000000 url(/images/294.gif) no-repeat 50% 45%;
*/
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
  position: fixed;
  z-index: 1030;
  top: 41px;
  margin-top: 0;
  height: 20px;
  left: 50%;
  width: 140px;
  margin-left: -70px;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
}
#waitBG,
#waitBGtrasp {
  z-index: 888;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45);
}
#waitBGtrasp {
  background-color: rgba(0, 0, 0, 0);
}
.alert-table-result {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 15%;
  margin-left: 8%;
  width: 80%;
  padding: 2%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
header {
  z-index: 999999;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header.trasparent-header {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.waiter {
  position: fixed;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 40px;
  text-align: center;
  background: #000000;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
  -moz-box-shadow: 0 0 15px #555;
  -webkit-box-shadow: 0 0 15px #555;
  box-shadow: 0 0 15px #000;
  z-index: 100000;
}
.hints-popup {
  display: none;
  position: fixed;
  bottom: 0;
  left: 5%;
  width: 86%;
  text-align: center;
  padding: 2% 2% 0 2%;
  color: #ffffff;
  background: #000000;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  -moz-box-shadow: 0 0 15px #555;
  -webkit-box-shadow: 0 0 15px #555;
  box-shadow: 0 0 15px #000;
  z-index: 100000;
}
/*input {*/
/*-moz-border-radius:4px;*/
/*border-radius:4px;*/
/*}*/
label,
input[type='checkbox'] {
  cursor: pointer;
  margin-right: 4px;
}
input[type='radio'] {
  cursor: pointer;
}
input[type='checkbox']:focus,
input[type='radio']:focus {
  outline: 1px dotted rgba(82, 168, 236, 0.8);
}
a[target='_blank'] {
  background-image: url(/core/img/icon_new_window.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding-right: 20px;
}
a[target='_blank'].noicon {
  background-image: none;
  padding-right: 0;
}
.green {
  color: #009859;
  font-weight: 400;
}
.blue {
  color: #0088cc;
}
.bold {
  font-weight: 400;
}
.go2top-button {
  width: 26px;
  height: 26px;
  position: fixed;
  bottom: 8px;
  right: 8px;
  cursor: pointer;
  background: transparent url(/core/img/dark/go2top-26.png) no-repeat 0px 0px;
  display: none;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  z-index: 9999999;
}
.go2top-button:hover {
  background: transparent url(/core/img/dark/go2top-26.png) no-repeat -26px 0px;
}
.table_editor-PRODUCTS {
  /* .table_editor-READONLY */
  padding: 4px 12px;
  background: #e8db8d;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-box-shadow: 0px 6px 15px #777;
  -webkit-box-shadow: 0px 6px 15px #777;
  box-shadow: 0px 6px 15px #777;
  margin-bottom: 18px;
}
/* BUTTONS
------------------------*/
.myBTN,
.BTN-EDIT {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('/core/img/gentleface-24-darkC.png');
  border: 3px solid #fff;
  border-radius: 4px;
  margin-right: 4px;
  cursor: pointer;
  float: left;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.myBTN:hover,
.BTN-EDIT:hover,
.myBTN:active,
.BTN-EDIT:active {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.myBTN:hover,
.BTN-EDIT:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.myBTN:active,
.BTN-EDIT:active {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
/* SPECIALS */
.BTN-INFO {
  cursor: help;
}
.BTN-RELOAD {
  margin-right: 10px;
}
.BTN-LOCKED {
  cursor: help;
}
/* .BTN-ORDER CHILDREN */
#page p.BTN-MOVE-TEXT,
#page span.BTN-MOVE-TEXT {
  text-align: left;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}
/* LARGE BUTTONS
------------------------*/
div.BTN-LARGE-SACCHI,
div.BTN-LARGE-VISITE-PIANIFICATE,
div.BTN-LARGE-MAP,
div.BTN-LARGE-CONFERMA-GIRO,
div.BTN-LARGE-CERCA {
  cursor: pointer;
  border: 1px solid #aaaaaa;
  border-radius: 18px;
  width: 59px;
  height: 40px;
}
div.BTN-LARGE-SACCHI {
  background: #eeeeee url(/img/trash_icon_black&24.png?ver=1.0) no-repeat 18px 7px;
}
div.BTN-LARGE-SACCHI:hover {
  background: #0088CC url(/img/trash_icon_white&24.png?ver=1.0) no-repeat 18px 7px;
  border: 1px solid #00659e;
}
div.BTN-LARGE-VISITE-PIANIFICATE {
  background: #eeeeee url(/img/track_icon_black&24.png?ver=1.0) no-repeat 18px 7px;
}
div.BTN-LARGE-VISITE-PIANIFICATE:hover {
  background: #0088CC url(/img/track_icon_white&24.png?ver=1.0) no-repeat 18px 7px;
  border: 1px solid #00659e;
}
div.BTN-LARGE-MAP {
  background: #eeeeee url(/img/globe_1_icon_black&24.png?ver=1.0) no-repeat 18px 7px;
}
div.BTN-LARGE-MAP:hover {
  background: #0088CC url(/img/globe_1_icon_white&24.png?ver=1.0) no-repeat 18px 7px;
  border: 1px solid #00659e;
}
div.BTN-LARGE-CONFERMA-GIRO {
  background: #eeeeee url(/img/track_icon_black&24.png?ver=1.0) no-repeat 18px 7px;
}
div.BTN-LARGE-CONFERMA-GIRO:hover {
  background: #0088CC url(/img/track_icon_white&24.png?ver=1.0) no-repeat 18px 7px;
  border: 1px solid #00659e;
}
div.BTN-LARGE-CERCA {
  background: #eeeeee url(/img/zoom_icon_black&24.png?ver=1.0) no-repeat 18px 7px;
}
div.BTN-LARGE-CERCA:hover {
  background: #0088CC url(/img/zoom_icon_white&24.png?ver=1.0) no-repeat 18px 7px;
  border: 1px solid #00659e;
}
div.ICON-WARNING {
  background: transparent url(/img/attention_icon-24.png?ver=1.0) no-repeat 0 0;
  width: 28px;
  height: 28px;
}
/*
 * GENTLEFACE ICONS
 *------------------------------------------------------------------- */
/* Start Sprite Master CSS */
.g3x3_grid_icon {
  background-position: 0px 0px;
}
.g3x3_grid_2_icon {
  background-position: -24px 0px;
}
.g2x2_grid_icon {
  background-position: -48px 0px;
}
.align_center_icon {
  background-position: -72px 0px;
}
.air_signal_icon {
  background-position: -96px 0px;
}
.cursor_H_split_icon {
  background-position: -120px 0px;
}
.cursor_drag_hand_icon,
.BTN-MOVE-AFTER {
  background-position: -144px 0px;
}
.cursor_drag_arrow_icon {
  background-position: -168px 0px;
}
.cursor_drag_arrow_2_icon {
  background-position: -192px 0px;
}
.cursor_arrow_icon {
  background-position: -216px 0px;
}
.cur_yen_icon {
  background-position: -240px 0px;
}
.cur_euro_icon {
  background-position: -264px 0px;
}
.cur_dollar_icon {
  background-position: -288px 0px;
}
.cur_bp_icon {
  background-position: -312px 0px;
}
.cube_icon {
  background-position: -336px 0px;
}
.contact_icon {
  background-position: -360px 0px;
}
.contact_card_icon {
  background-position: -384px 0px;
}
.connect_icon {
  background-position: -408px 0px;
}
.compass_icon {
  background-position: -432px 0px;
}
.comp_icon {
  background-position: -456px 0px;
}
.cogs_icon,
.BTN-RECALC {
  background-position: -480px 0px;
}
.cog_icon {
  background-position: 0px -24px;
}
.coffe_cup_icon {
  background-position: -24px -24px;
}
.cloud_rain_icon {
  background-position: -48px -24px;
}
.cloud_icon {
  background-position: -72px -24px;
}
.clock_icon {
  background-position: -96px -24px;
}
.clipboard_past_icon {
  background-position: -120px -24px;
}
.clipboard_cut_icon {
  background-position: -144px -24px;
}
.clipboard_copy_icon {
  background-position: -168px -24px;
}
.clip_icon {
  background-position: -192px -24px;
}
.checkmark_icon {
  background-position: -216px -24px;
}
.checkbox_unchecked_icon {
  background-position: -240px -24px;
}
.checkbox_checked_icon {
  background-position: -264px -24px;
}
.chat_bubble_message_square_icon {
  background-position: -288px -24px;
}
.chart_pie_icon {
  background-position: -312px -24px;
}
.chart_line_icon {
  background-position: -336px -24px;
}
.chart_line_2_icon {
  background-position: -360px -24px;
}
.chart_bar_icon {
  background-position: -384px -24px;
}
.cert_icon {
  background-position: -408px -24px;
}
.cc_icon {
  background-position: -432px -24px;
}
.cassette_icon {
  background-position: -456px -24px;
}
.case_icon {
  background-position: -480px -24px;
}
.cancel_icon {
  background-position: 0px -48px;
}
.calendar_2_icon {
  background-position: -24px -48px;
}
.calendar_1_icon {
  background-position: -48px -48px;
}
.calc_icon {
  background-position: -72px -48px;
}
.burst_icon {
  background-position: -96px -48px;
}
.bug_icon {
  background-position: -120px -48px;
}
.brush_icon {
  background-position: -144px -48px;
}
.browser_icon {
  background-position: -168px -48px;
}
.brackets_icon {
  background-position: -192px -48px;
}
.br_up_icon {
  background-position: -216px -48px;
}
.br_prev_icon {
  background-position: -240px -48px;
}
.br_next_icon {
  background-position: -264px -48px;
}
.br_down_icon {
  background-position: -288px -48px;
}
.box_icon {
  background-position: -312px -48px;
}
.bookmark_2_icon {
  background-position: -336px -48px;
}
.bookmark_1_icon {
  background-position: -360px -48px;
}
.book_side_icon {
  background-position: -384px -48px;
}
.book_icon {
  background-position: -408px -48px;
}
.bell_icon {
  background-position: -432px -48px;
}
.battery_icon {
  background-position: -456px -48px;
}
.balance_icon {
  background-position: -480px -48px;
}
.attention_icon {
  background-position: 0px -72px;
}
.arrow_two_head_icon {
  background-position: -24px -72px;
}
.arrow_two_head_2_icon {
  background-position: -48px -72px;
}
.arrow_top_right_icon {
  background-position: -72px -72px;
}
.arrow_top_left_icon {
  background-position: -96px -72px;
}
.arrow_top_icon {
  background-position: -120px -72px;
}
.arrow_right_icon {
  background-position: -144px -72px;
}
.arrow_r_icon {
  background-position: -168px -72px;
}
.arrow_left_icon {
  background-position: -192px -72px;
}
.arrow_l_icon {
  background-position: -216px -72px;
}
.arrow_bottom_rigth_icon {
  background-position: -240px -72px;
}
.arrow_bottom_left_icon {
  background-position: -264px -72px;
}
.arrow_bottom_icon {
  background-position: -288px -72px;
}
.app_window {
  background-position: -312px -72px;
}
.app_window_shell {
  background-position: -336px -72px;
}
.app_window_shell_icon {
  background-position: -360px -72px;
}
.app_window_icon {
  background-position: -384px -72px;
}
.app_window_cross {
  background-position: -408px -72px;
}
.app_window_cross_icon {
  background-position: -432px -72px;
}
.app_window_black {
  background-position: -456px -72px;
}
.app_window_black_icon {
  background-position: -480px -72px;
}
.align_right_icon {
  background-position: 0px -96px;
}
.align_left_icon {
  background-position: -24px -96px;
}
.align_just_icon {
  background-position: -48px -96px;
}
.hand_pro_icon {
  background-position: -72px -96px;
}
.hand_contra_icon {
  background-position: -96px -96px;
}
.hand_2_icon {
  background-position: -120px -96px;
}
.hand_1_icon {
  background-position: -144px -96px;
}
.google_icon {
  background-position: -168px -96px;
}
.globe_3_icon {
  background-position: -192px -96px;
}
.globe_2_icon {
  background-position: -216px -96px;
}
.globe_1_icon,
.BTN-MAP {
  background-position: -240px -96px;
}
.glasses_icon,
.BTN-VIEW {
  background-position: -264px -96px;
}
.game_pad_icon {
  background-position: -288px -96px;
}
.font_underline_icon {
  background-position: -312px -96px;
}
.font_strokethrough_icon {
  background-position: -336px -96px;
}
.font_size_icon {
  background-position: -360px -96px;
}
.font_italic_icon {
  background-position: -384px -96px;
}
.font_bold_icon {
  background-position: -408px -96px;
}
.folder_plus_icon {
  background-position: -432px -96px;
}
.folder_open_icon {
  background-position: -456px -96px;
}
.folder_minus_icon {
  background-position: -480px -96px;
}
.folder_icon {
  background-position: 0px -120px;
}
.folder_delete_icon {
  background-position: -24px -120px;
}
.folder_arrow_icon {
  background-position: -48px -120px;
}
.flag_icon {
  background-position: -72px -120px;
}
.flag_2_icon {
  background-position: -96px -120px;
}
.fire_icon {
  background-position: -120px -120px;
}
.filter_icon {
  background-position: -144px -120px;
}
.fill_icon {
  background-position: -168px -120px;
}
.fastforward_next_icon {
  background-position: -192px -120px;
}
.facebook_icon {
  background-position: -216px -120px;
}
.eye_inv_icon {
  background-position: -240px -120px;
}
.eye_icon {
  background-position: -264px -120px;
}
.export_icon,
.BTN-EXPORT {
  background-position: -288px -120px;
}
.expand_icon {
  background-position: -312px -120px;
}
.emotion_smile_icon {
  background-position: -336px -120px;
}
.emotion_sad_icon {
  background-position: -360px -120px;
}
.eject_icon {
  background-position: -384px -120px;
}
.download_icon {
  background-position: -408px -120px;
}
.document_icon {
  background-position: -432px -120px;
}
.doc_plus_icon,
.BTN-ADD {
  background-position: -456px -120px;
}
.doc_new_icon {
  background-position: -480px -120px;
}
.doc_minus_icon {
  background-position: 0px -144px;
}
.doc_lines_stright_icon {
  background-position: -24px -144px;
}
.doc_lines_icon {
  background-position: -48px -144px;
}
.doc_import_icon {
  background-position: -72px -144px;
}
.doc_export_icon {
  background-position: -96px -144px;
}
.doc_empty_icon {
  background-position: -120px -144px;
}
.doc_edit_icon,
.BTN-EDIT {
  background-position: -144px -144px;
}
.doc_delete_icon {
  background-position: -168px -144px;
}
.disconnected_icon {
  background-position: -192px -144px;
}
.delete_server_icon {
  background-position: -216px -144px;
}
.delete_icon {
  background-position: -240px -144px;
}
.db_icon {
  background-position: -264px -144px;
}
.dashboard_icon {
  background-position: -288px -144px;
}
.cursor_V_split_icon {
  background-position: -312px -144px;
}
.cursor_hand_icon {
  background-position: -336px -144px;
}
.pin_map_down_icon {
  background-position: -360px -144px;
}
.pin_icon {
  background-position: -384px -144px;
}
.pin_2_icon {
  background-position: -408px -144px;
}
.picture_icon {
  background-position: -432px -144px;
}
.photo_icon {
  background-position: -456px -144px;
}
.phone_touch_icon {
  background-position: -480px -144px;
}
.phone_icon {
  background-position: 0px -168px;
}
.phone_2_icon {
  background-position: -24px -168px;
}
.phone_1_icon {
  background-position: -48px -168px;
}
.pencil_icon {
  background-position: -72px -168px;
}
.paragraph_icon {
  background-position: -96px -168px;
}
.paper_airplane_icon {
  background-position: -120px -168px;
}
.page_layout_icon {
  background-position: -144px -168px;
}
.padlock_open_icon {
  background-position: -168px -168px;
}
.padlock_closed_icon,
.BTN-LOCKED {
  background-position: -192px -168px;
}
.openid_icon {
  background-position: -216px -168px;
}
.on-off_icon {
  background-position: -240px -168px;
}
.on_icon {
  background-position: -264px -168px;
}
.off_icon {
  background-position: -288px -168px;
}
.notepad_icon {
  background-position: -312px -168px;
}
.notepad_2_icon {
  background-position: -336px -168px;
}
.not_connected_icon {
  background-position: -360px -168px;
}
.network_icon {
  background-position: -384px -168px;
}
.net_comp_icon {
  background-position: -408px -168px;
}
.music_square_icon {
  background-position: -432px -168px;
}
.music_icon {
  background-position: -456px -168px;
}
.movie_icon {
  background-position: -480px -168px;
}
.monitor_icon {
  background-position: 0px -192px;
}
.money_icon {
  background-position: -24px -192px;
}
.microphone_icon {
  background-position: -48px -192px;
}
.mic_icon {
  background-position: -72px -192px;
}
.message_attention_icon {
  background-position: -96px -192px;
}
.mail_icon {
  background-position: -120px -192px;
}
.mail_2_icon {
  background-position: -144px -192px;
}
.magic_wand_icon {
  background-position: -168px -192px;
}
.magic_wand_2_icon {
  background-position: -192px -192px;
}
.lock_open_icon {
  background-position: -216px -192px;
}
.loading_throbber_icon {
  background-position: -240px -192px;
}
.list_num_icon,
.BTN-ORDER {
  background-position: -264px -192px;
}
.list_bullets_icon,
.BTN-MAIN_MENU {
  background-position: -288px -192px;
}
.link_icon {
  background-position: -312px -192px;
}
.lighting_icon {
  background-position: -336px -192px;
}
.lightbulb_icon {
  background-position: -360px -192px;
}
.layers_2_icon,
.BTN-SAVE-AND-CLONE,
.BTN-DUPLICATE {
  background-position: -384px -192px;
}
.layers_1_icon {
  background-position: -408px -192px;
}
.key_icon {
  background-position: -432px -192px;
}
.iphone_icon {
  background-position: -456px -192px;
}
.invisible_revert_icon {
  background-position: -480px -192px;
}
.invisible_light_icon {
  background-position: 0px -216px;
}
.inject_icon {
  background-position: -24px -216px;
}
.info_icon,
.BTN-INFO {
  background-position: -48px -216px;
}
.indent_increase_icon {
  background-position: -72px -216px;
}
.indent_decrease_icon {
  background-position: -96px -216px;
}
.inbox_icon {
  background-position: -120px -216px;
}
.import_icon,
.BTN-IMPORT {
  background-position: -144px -216px;
}
.image_text_icon,
.BTN-DETAIL-LIST {
  background-position: -168px -216px;
}
.home_icon {
  background-position: -192px -216px;
}
.heart_icon {
  background-position: -216px -216px;
}
.heart_empty_icon {
  background-position: -240px -216px;
}
.headphones_icon {
  background-position: -264px -216px;
}
.hanger_icon {
  background-position: -288px -216px;
}
.star_fav_icon {
  background-position: -312px -216px;
}
.star_fav_empty_icon {
  background-position: -336px -216px;
}
.stairs_up_icon {
  background-position: -360px -216px;
}
.stairs_down_icon {
  background-position: -384px -216px;
}
.square_shape_icon {
  background-position: -408px -216px;
}
.sq_up_icon,
.BTN-MOVE-2TOP {
  background-position: -432px -216px;
}
.sq_prev_icon {
  background-position: -456px -216px;
}
.sq_plus_icon {
  background-position: -480px -216px;
}
.sq_next_icon {
  background-position: 0px -240px;
}
.sq_minus_icon {
  background-position: -24px -240px;
}
.sq_down_icon {
  background-position: -48px -240px;
}
.sq_br_up_icon {
  background-position: -72px -240px;
}
.sq_br_prev_icon {
  background-position: -96px -240px;
}
.sq_br_next_icon {
  background-position: -120px -240px;
}
.sq_br_last_icon {
  background-position: -144px -240px;
}
.sq_br_first_icon {
  background-position: -168px -240px;
}
.sq_br_down_icon {
  background-position: -192px -240px;
}
.spechbubble_sq_line_icon {
  background-position: -216px -240px;
}
.spechbubble_sq_icon {
  background-position: -240px -240px;
}
.spechbubble_icon {
  background-position: -264px -240px;
}
.spechbubble_2_icon {
  background-position: -288px -240px;
}
.sound_mute_icon {
  background-position: -312px -240px;
}
.sound_low_icon {
  background-position: -336px -240px;
}
.sound_high_icon {
  background-position: -360px -240px;
}
.shopping_bag_icon {
  background-position: -384px -240px;
}
.shopping_bag_dollar_icon {
  background-position: -408px -240px;
}
.shop_cart_icon {
  background-position: -432px -240px;
}
.shield_icon {
  background-position: -456px -240px;
}
.shield_2_icon {
  background-position: -480px -240px;
}
.share_icon {
  background-position: 0px -264px;
}
.share_2_icon {
  background-position: -24px -264px;
}
.shapes_icon {
  background-position: -48px -264px;
}
.server_icon {
  background-position: -72px -264px;
}
.save_icon,
.BTN-SAVE {
  background-position: -96px -264px;
}
.sat_dish_icon,
.BTN-GPS {
  background-position: -120px -264px;
}
.sand_icon {
  background-position: -144px -264px;
}
.rss_sq_icon {
  background-position: -168px -264px;
}
.rss_icon {
  background-position: -192px -264px;
}
.round_plus_icon {
  background-position: -216px -264px;
}
.round_minus_icon {
  background-position: -240px -264px;
}
.round_icon {
  background-position: -264px -264px;
}
.round_delete_icon,
.BTN-MOVE-CANCEL {
  background-position: -288px -264px;
}
.round_checkmark_icon,
.BTN-MOVE-EXEC {
  background-position: -312px -264px;
}
.round_arrow_right_icon,
.BTN-NEXT-PAGE {
  background-position: -336px -264px;
}
.round_arrow_left_icon,
.BTN-PREV-PAGE {
  background-position: -360px -264px;
}
.round_and_up_icon {
  background-position: -384px -264px;
}
.rnd_br_up_icon {
  background-position: -408px -264px;
}
.rnd_br_prev_icon {
  background-position: -432px -264px;
}
.rnd_br_next_icon {
  background-position: -456px -264px;
}
.rnd_br_last_icon {
  background-position: -480px -264px;
}
.rnd_br_first_icon {
  background-position: 0px -288px;
}
.rnd_br_down_icon {
  background-position: -24px -288px;
}
.rewind_previous_icon {
  background-position: -48px -288px;
}
.reload_icon,
.BTN-RELOAD {
  background-position: -72px -288px;
}
.refresh_icon {
  background-position: -96px -288px;
}
.redo_icon {
  background-position: -120px -288px;
}
.push_pin_icon {
  background-position: -144px -288px;
}
.print_icon {
  background-position: -168px -288px;
}
.preso_icon {
  background-position: -192px -288px;
}
.podcast_icon {
  background-position: -216px -288px;
}
.playback_stop_icon {
  background-position: -240px -288px;
}
.playback_rew_icon {
  background-position: -264px -288px;
}
.playback_reload_icon {
  background-position: -288px -288px;
}
.playback_rec_icon {
  background-position: -312px -288px;
}
.playback_prev_icon {
  background-position: -336px -288px;
}
.playback_play_icon {
  background-position: -360px -288px;
}
.playback_pause_icon {
  background-position: -384px -288px;
}
.playback_next_icon {
  background-position: -408px -288px;
}
.playback_ff_icon {
  background-position: -432px -288px;
}
.pin_sq_top_icon {
  background-position: -456px -288px;
}
.pin_sq_right_icon {
  background-position: -480px -288px;
}
.pin_sq_left_icon {
  background-position: 0px -312px;
}
.pin_sq_down_icon {
  background-position: -24px -312px;
}
.pin_map_top_icon {
  background-position: -48px -312px;
}
.pin_map_right_icon {
  background-position: -72px -312px;
}
.pin_map_left_icon {
  background-position: -96px -312px;
}
.pin_map_icon,
.BTN-SHOW-SEDE {
  background-position: -120px -312px;
}
.zoom_icon,
.BTN-SEARCH {
  background-position: -144px -312px;
}
.youtube_icon {
  background-position: -168px -312px;
}
.wrench_plus_icon {
  background-position: -192px -312px;
}
.wrench_plus_2_icon {
  background-position: -216px -312px;
}
.wrench_icon {
  background-position: -240px -312px;
}
.wireless_signal_icon {
  background-position: -264px -312px;
}
.wifi_router_icon {
  background-position: -288px -312px;
}
.wallet_icon {
  background-position: -312px -312px;
}
.vault_icon {
  background-position: -336px -312px;
}
.users_icon {
  background-position: -360px -312px;
}
.user_icon {
  background-position: -384px -312px;
}
.undo_icon,
.BTN-MOVE-THIS,
.BTN-BACK {
  background-position: -408px -312px;
}
.twitter_icon {
  background-position: -432px -312px;
}
.twitter_2_icon {
  background-position: -456px -312px;
}
.trash_icon,
.BTN-DELETE {
  background-position: -480px -312px;
}
.track_icon,
.BTN-CONFERMA-GIRO {
  background-position: 0px -336px;
}
.top_right_expand_icon {
  background-position: -24px -336px;
}
.text_letter_t_icon {
  background-position: -48px -336px;
}
.text_curstor_icon {
  background-position: -72px -336px;
}
.target_icon {
  background-position: -96px -336px;
}
.tape_icon {
  background-position: -120px -336px;
}
.tag_icon,
.BTN-HEADER {
  background-position: -144px -336px;
}
.sun_icon {
  background-position: -168px -336px;
}
.stop_watch_icon {
  background-position: -192px -336px;
}
.star_icon {
  background-position: -216px -336px;
}
/* End Sprite Master CSS */
/*-------------------------------------------------------------------
 * GENTLEFACE ICONS – END
 */
.SEARCH-ON {
  border-color: #ff9900;
  background-color: #ff9900;
}
/*
 * HACKS TO PLACE THE MENUS IN THE FOOTER
 * @since 06/07/2013
-------------------------------------------------- */
/*--------- colored version ---------*/
/*--------- trasparent version ---------*/
#FOOTER-MENU-CMDS {
  height: auto;
  width: 20%;
  max-width: 20%;
  float: right;
}
#table-commands {
  position: fixed;
  z-index: 1021;
  padding-top: 8px;
  right: 5%;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  border: 1px solid #aaaaaa;
}
.table_commands_ajax {
  overflow: auto;
  height: auto;
  min-height: 30px;
  top: 40px;
  padding-top: 8px;
  right: 2%;
}
.table_commands_ajax_top {
  top: 52px;
  padding-top: 8px;
  right: 2%;
  bottom: '';
  padding-bottom: '';
}
.table_commands_ajax_bot {
  top: '';
  padding-top: '';
  right: 5%;
  bottom: -8px;
  padding-bottom: 16px;
}
#FOOTER-MENU-ADMIN {
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  padding: 6px 8px 4px 12px;
  position: fixed;
  bottom: -3px;
  float: left;
  left: 1%;
  z-index: 1021;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #fff;
  border: 1px solid #aaa;
}
/* 02/10/2013: triggered by "camaleojq.js"
 *-----------------------------------------*/
#table-commands-updown-container {
  float: right;
  margin-left: 4px;
  margin-top: 4px;
  background: #ddd;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
i#table-commands-up,
i#table-commands-down {
  display: none;
  margin: 3px;
  cursor: pointer;
}
#table-commands-updown-container:hover {
  border: 1px solid #aaa;
}
#MEDIA_UPLOADER-CONTENTS,
#FOOTER-MENU-FILTERS {
  padding-top: 12px;
  margin-left: 2%;
  z-index: 999901;
}
#MEDIA_UPLOADER-CONTENTS,
#FILTERS_MENU-CONTENTS {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  padding-bottom: 16px;
  bottom: -8px;
  position: fixed;
  min-width: 70%;
  height: auto;
  width: 77%;
  max-width: 77%;
  float: left;
  margin-right: 3%;
  max-height: 85%;
  overflow-y: auto;
}
#MEDIA_UPLOADER-CONTENTS {
  min-width: 70%;
  background: #eeeeee;
  padding: 8px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
}
#dd_drop {
  max-height: 10%;
  padding: 0;
}
.table_editor-OPENER {
  display: none;
}
.table_editor-EDIT_MENU_TITLE {
  height: 29px;
  padding-top: 10px;
  padding-bottom: 8px;
  font-size: 1em;
  display: none;
}
.table_editor-EDIT_MENU_TITLE,
.table_editor-EDIT_MENU_CONTENTS {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  z-index: 999902;
}
/*
 * HACKS TO PLACE THE MENUS IN THE FOOTER – END
 */
/* BLUR
 * apply via jQuery to "body > div.container"
 * when showing #waitBG or #popWin
 * 03/10/2013
-------------------------------------------------- */
.blur {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}
/* TABLE EDITOR
-------------------------------------------------- */
.paginate-container,
.paginate-container-empty {
  clear: both;
  height: 40px;
  padding: 10px 12px 36px 12px;
  margin-top: -10px;
  width: auto;
  color: #f1f1f1;
  background: #444;
  font-size: 1.3rem;
  -moz-border-radius: 0 0 18px 18px;
  border-radius: 0 0 18px 18px;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.paginate-container-empty {
  height: 10px;
  padding: 0;
}
.paginate-container-top {
  -webkit-border-radius: 18px 18px 0 0;
  -moz-border-radius: 18px 18px 0 0;
  border-radius: 18px 18px 0 0;
}
select.paginate {
  background: #eeeeee;
  color: #444;
  padding: 0 5px;
  margin: 0;
  line-height: 1;
  /* per bootstrap */
  height: auto;
  width: auto;
  line-height: 10px;
  border: 0;
}
select.paginate option {
  padding: 0;
  margin: 0;
  line-height: 1;
}
table.form {
  width: 100%;
  display: table;
  margin-bottom: 10px;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
table.form:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
table.form caption {
  font-weight: bold;
  color: #fff;
  background: #555;
}
table.form th {
  font-weight: bold;
  color: #f1f1f1;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(top, #444444, #222222);
  background-repeat: repeat-x;
}
/*
 * tables first row rounded corners
 * @since 26/06/2013
 */
table.form,
table.form th:first-child,
table.form th:last-child {
  -moz-border-radius: 6px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
table.form th:first-child {
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}
table.form th:last-child {
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
table.form th,
table.form tr,
table.form td {
  border: none;
  padding: 8px;
}
table.form tr {
  font-weight: normal;
}
table.form tr.form-normal,
table.form tr.form-plain {
  background: #ffffff;
}
table.form tr.form-highlight {
  background: #f1f1f1;
}
table.form td {
  font-weight: normal;
  vertical-align: top;
}
table.form tr a,
table.form tr a:link,
table.form tr a:visited {
  color: #333;
  text-decoration: underline;
}
table.form tr a:hover {
  text-decoration: underline;
  cursor: pointer;
}
div.FILTERS-OPEN-BTN,
div.FILTERS-CLOSE-BTN {
  width: 24px;
  height: 24px;
  float: right;
}
div.FILTERS-OPEN-BTN {
  background: url(/core/img/table-titlebar-buttons.png) no-repeat 0px 0px;
}
div.FILTERS-OPEN-BTN:hover {
  background: url(/core/img/table-titlebar-buttons.png) no-repeat -12px 0px;
}
div.FILTERS-CLOSE-BTN:hover {
  color: #bbbbbb;
  cursor: pointer;
}
.table_editor-MEDIA_UPLOADER,
.table_editor-FILTERS_MENU,
.table_editor-EDIT_MENU {
  z-index: 10000;
  border-radius: 4px;
  border: 1px solid #444;
  min-width: 230px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.table_editor-FILTERS_MENU {
  /*position: relative;*/
  /*top:-20px;*/
  /*left:50%;*/
  width: 50%;
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  -khtml-opacity: 0.2;
  /* per bootstrap */
  position: fixed;
  z-index: 10;
  /*top:-76px; relative */
  border: 1px solid #757575;
  top: 38px;
  left: 5%;
}
.table_editor-MEDIA_UPLOADER,
.table_editor-EDIT_MENU {
  position: fixed;
  /*top: 40px;*/
  margin-left: 250px;
  /*margin-right:100px;*/
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  width: 175px;
  /* per bootstrap */
  z-index: 10;
  top: 18px;
  margin-right: 8%;
}
.table_editor-MEDIA_UPLOADER:hover,
div.table_editor-FILTERS_MENU:hover,
div.table_editor-FILTERS_MENU.full_visibility,
div.table_editor-EDIT_MENU:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
}
div.table_editor-FILTERS_MENU.full_visibility_param {
  width: 25%;
}
.SEARCH_MENU-repositioned {
  margin-bottom: 30px;
}
.table_editor-EDIT_MENU_CONTENTS {
  padding: 10px 8px 8px 8px;
  background: #fff;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.table_editor-EDIT_MENU_TITLE {
  font-size: 10px;
  text-align: center;
  color: #FFF;
  /* per bootstrap */
  background: #0088CC;
  z-index: 10;
}
.table_editor-EDIT_MENU_TITLE.ACTIVE {
  background: #e47225;
}
.table_editor-EDIT_MENU_MOVEL {
  width: 20px;
  /*height:20px;*/
  float: left;
  cursor: pointer;
}
.table_editor-EDIT_MENU_MOVE {
  width: 20px;
  /*height:20px;*/
  float: right;
  cursor: pointer;
}
.table_editor-MAP-CONTAINER,
.table_editor-MULTI-SELECT-CONTAINER,
.table_editor-DESCRIPTION,
.table_editor-DATA {
  /*border:1px dotted green;*/
  padding: 6px 10px;
  background: #f1f1f1;
  border-radius: 4px;
  -moz-box-shadow: 0px 0px 10px #999;
  -webkit-box-shadow: 0px 0px 10px #999;
  box-shadow: 0px 0px 10px #999;
}
.table_editor-MAP-CONTAINER {
  padding: 18px 2px;
  background-color: rgba(191, 226, 255, 0.45);
}
.table_editor-DATA {
  margin-top: 12px;
}
#page p.table_editor-TITLE,
#page p.table_editor-TITLE-DTL,
#page span.table_editor-TITLE,
#page span.table_editor-TITLE-DTL {
  font-size: 1.5em;
  margin-top: 0px;
  /*border: 1px solid red;*/
  color: #009859;
}
#page p.table_editor-TITLE-DTL,
#page span.table_editor-TITLE-DTL {
  /*margin-top:-70px;*/
}
.table_editor-READONLY {
  padding: 4px 12px;
  background: #DDDDDD;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-box-shadow: inset 0px 0px 15px #777;
  -webkit-box-shadow: inset 0px 0px 15px #777;
  box-shadow: inset 0px 0px 15px #777;
  margin-bottom: 4px;
}
.table_editor-ROW {
  /*border:1px solid blue;*/
  clear: both;
  margin: 6px 0;
}
.table_editor-LAST_UPDATE,
.table_editor-INFO {
  clear: both;
  margin: 6px 0;
  font-size: smaller;
  padding: 4px 8px;
  background: #DDDDDD;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.table_editor-LAST_UPDATE {
  padding: 4px 8px;
}
.table_editor-LCol {
  /*border:1px dotted blue;*/
  float: left;
  min-width: 20%;
  margin-top: 12px;
  margin-right: 8px;
  text-align: right;
  -moz-transition: text-align 0.5s ease;
  -webkit-transition: text-align 0.5s ease;
  -o-transition: text-align 0.5s ease;
  transition: text-align 0.5s ease;
}
@media (max-width: 1023px) {
  .table_editor-LCol {
    text-align: left;
  }
}
.table_editor-RCol {
  /*border:1px dotted orange;*/
  float: left;
  padding: 6px 0;
  max-width: 65%;
}
.table_editor-CLEAR {
  clear: both;
}
#content p.table_editor-LAST_UPDATE {
  color: #FFF;
  background: #008000;
  padding: 0 10px;
  margin: 0;
  font-size: 11px;
  font-family: monospace;
  border-radius: 4px;
}
.table_editor-SEPARATOR {
  float: left;
  margin: 0 8px;
}
.table_editor-LOCKED {
  clear: left;
  text-align: left;
  display: block;
  background: #ffa914;
  padding: 4px;
  border-top: 1px solid #999;
  border-right: 1px solid #444;
  border-left: 1px solid #999;
  border-bottom: 1px solid #444;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 18px;
}
.table_editor-MULTI-SELECT-LEFT {
  float: left;
  min-width: 40%;
  max-width: 40%;
}
.table_editor-MULTI-SELECT-CENTER {
  float: left;
  margin-left: 5%;
}
.table_editor-MULTI-SELECT-CENTER p {
  font-style: italic;
}
.table_editor-MULTI-SELECT-CENTER-BTN {
  font-size: 1.5em;
}
.table_editor-MULTI-SELECT-RIGHT {
  float: left;
  margin-left: 18px;
  min-width: 40%;
  max-width: 40%;
}
.table_editor-MULTI-SELECT-LEFT p,
.table_editor-MULTI-SELECT-RIGHT p {
  font-style: italic;
}
.table_editor-MULTI-SELECT-LEFT select,
.table_editor-MULTI-SELECT-RIGHT select {
  background: #dddddd;
  width: 100%;
}
/**
 * http://hex2rgba.devoth.com/
 * http://iroylabs.blogspot.it/2011/09/gradient-test-gotcha-ie-vs-other.html
 */
.setPostError,
.infoBox,
.warningBox {
  color: #fff;
  padding: 6px;
  margin: 4px 4px 12px 0;
  font-weight: normal;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /*background: #ffc600;*/
  background-color: #EE7F00;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FF8800), color-stop(25%, #FF8800), to(#EE7F00));
  background-image: -webkit-linear-gradient(#FF8800, #FF8800 25%, #EE7F00);
  background-image: -moz-linear-gradient(top, #FF8800, #FF8800 25%, #EE7F00);
  background-image: -o-linear-gradient(#FF8800, #FF8800 25%, #EE7F00);
  background-image: linear-gradient(#FF8800, #FF8800 25%, #EE7F00);
  background-image: -ms-linear-gradient(top, #ff8800 0%, #ff8800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff8800, endColorstr=#ee7f00, GradientType=0);
  -moz-box-shadow: 0px 0px 10px #999;
  -webkit-box-shadow: 0px 0px 10px #999;
  box-shadow: 0px 0px 10px #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #EE7F00 #EE7F00 #FF8800;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.setPostError a,
.setPostError a:link,
.setPostError a:visited,
.setPostError a:active,
.warningBox a,
.warningBox a:link,
.warningBox a:visited,
.warningBox a:active {
  color: #ffffff;
  text-decoration: underline;
}
.setPostError a:hover,
.warningBox a:hover {
  color: #ffffff;
}
.infoBox {
  color: #fff;
  background: green;
}
.popWin {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999900;
  font-size: 150%;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.45);
  font-weight: 600;
}
.popWin-content {
  font-size: 1.5em;
  line-height: 1.4;
  color: #fff;
  background: #008000;
  margin-top: 15%;
  margin-left: 8%;
  width: 80%;
  padding: 2%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  font-weight: 600;
}
.no-trasparency {
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
  -khtml-opacity: 0.9;
}
.no-trasparency a {
  color: #fff;
  text-decoration: underline;
}
/* TOP NAV MENU
-------------------------------------------------- */
#topMENU-BAR {
  top: -51px;
  -moz-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#topMENU-HANDLE-wrapper {
  width: 100%;
  text-align: center;
  z-index: 776;
  position: fixed;
  top: -3px;
  -moz-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#topMENU-BAR.topMENU-down {
  top: 0;
}
#topMENU-HANDLE-wrapper.topMENU-down {
  position: fixed;
  top: 51px;
}
#topMENU-HANDLE-wrapper.topMENU-down-subnav {
  position: fixed;
  top: 103px;
}
.subnav.topMENU-down,
.subnav-fixed-top.topMENU-down {
  top: 51px;
}
#topMENU-BAR.topMENU-down,
#topMENU-HANDLE-wrapper.topMENU-down,
.subnav.topMENU-down,
.subnav-fixed-top.topMENU-down {
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#topMENU-HANDLE {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.1);
  letter-spacing: -1px;
  padding: 0 20px;
  font-weight: 800;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
}
#topMENU-HANDLE:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
}
/* SUBNAV
-------------------------------------------------- */
.subnav {
  margin-top: 0;
}
.subnav-fixed-top {
  height: 54px;
  overflow-y: auto;
  padding: 7px 0 4px 0;
  top: 0;
  -moz-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* TABLE EDITOR COMMANDS CONTAINER
-------------------------------------------------- */
.table_commands_ajax.topMENU-down,
.table_commands_ajax_top.topMENU-down {
  top: 50px;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.table_commands_ajax {
  overflow: auto;
  height: auto;
  min-height: 30px;
  padding-top: 8px;
  right: 2%;
  top: -4px;
  -moz-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.table_commands_ajax_top {
  padding-top: 8px;
  right: 2%;
  bottom: '';
  padding-bottom: '';
  top: -4px;
  -moz-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.table_commands_ajax_bot {
  top: '';
  padding-top: '';
  right: 5%;
  bottom: -10px;
  padding-bottom: 16px;
}
/* TABLE EDITOR BUTTONS
-------------------------------------------------- */
.myBTN,
.BTN-EDIT {
  width: 30px;
  height: 30px;
}
#table-commands-updown-container {
  width: 20px;
  height: 20px;
  text-align: center;
  padding-top: 2px;
  cursor: pointer;
}
/* HOVERING TABS
-------------------------------------------------- */
.nav-tabs-shadowed > li > a:hover,
.nav-tabs-shadowed > li > a:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-1, rgba(0, 0, 0, 0)), color-stop(0.15, #f1f1f1));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) -100%, #f1f1f1 15%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) -100%, #f1f1f1 15%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) -100%, #f1f1f1 15%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) -100%, #f1f1f1 15%);
  border: 1px solid transparent;
  height: 41px;
}
/* SELECTED TAB
-------------------------------------------------- */
.nav-tabs-shadowed > li.active > a,
.nav-tabs-shadowed > li.active > a:hover,
.nav-tabs-shadowed > li.active > a:focus {
  background-color: #f1f1f1;
  background-image: none;
}
.error,
.danger {
  color: #B94A48;
}
.warning {
  color: #C09853;
}
.info {
  color: #3A87AD;
}
.success {
  color: #3C763D;
}
/* DRAG AND DROP FILE UPLOADER
-------------------------------------------------- */
.table_editor-MEDIA_UPLOADER {
  background: #fff;
  margin-left: 0;
  padding: 30px 8px 8px 8px;
  min-width: 10%;
  overflow: hidden;
  top: 10px;
}
.table_editor-MEDIA_UPLOADER-title {
  font-weight: 400;
  font-size: 10px;
  color: #000;
  background: #eee;
  padding: 3px 6px;
  margin: -6px 0 6px 0;
  cursor: pointer;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
}
.table_editor-OPENER {
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  padding: 0 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background: #333333;
  cursor: pointer;
}
.table_editor-OPENER_handleClose,
.table_editor-OPENER_handleOpen {
  width: 10px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-color: #333333;
}
.table_editor-OPENER_handleOpen {
  background-image: url(/core/img/light/arrow_bottom_icon&10.png);
}
.table_editor-OPENER_handleClose {
  background-image: url(/core/img/light/arrow_top_icon&10.png);
}
.ddfu_box {
  margin-top: 0;
}
.ddfu_drop {
  float: left;
  border: 3px dashed #666;
  background-color: #f90;
  width: 20%;
  height: 20%;
  margin-right: 2%;
  text-align: center;
  padding: 10% 0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.ddfu_status {
  width: 100%;
  height: 25px;
  font-size: 10px;
  color: #333;
  padding: 4px 0;
  clear: both;
  text-align: center;
}
.ddfu_list {
  float: left;
  height: 200px;
  font-size: 10px;
  margin-left: 10px;
  overflow-y: auto;
  padding-right: 8px;
  width: 70%;
  overflow-x: auto;
}
img.ddfu_addedIMG {
  max-width: 200px;
}
.child-image-list,
img.child-image-list {
  max-width: 100%;
}
div.child-image-list-last,
div.child-image-list {
  text-align: center;
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  float: left;
  padding: 1% 1% 1% 1%;
  margin: 0 0.5% 1% 0.5%;
  width: 21.7%;
  min-height: 140px;
}
div.child-image-list-last:hover,
div.child-image-list:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
img.child-image-list {
  cursor: pointer;
}
.child-image-list {
  float: left;
  margin-right: 0;
  background: url(/img/background.png) repeat;
  border: 1px solid #ddd;
  position: relative;
}
.media-commands {
  width: 100%;
  margin-bottom: 5%;
}
.child-image-list .media-commands-tools {
  position: absolute;
  bottom: 4px;
  text-align: right;
  width: 92%;
  border-top: 1px solid #ddd;
  padding-top: 4px;
}
.media-mode {
  text-shadow: none;
  color: #fff;
  background-color: #000;
  border-color: #000;
  position: absolute;
  right: 32px;
  top: 24px;
  padding: 1px 6px 5px 6px;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
div.image-chooser {
  background: url(/img/background.png) repeat;
  border: 1px solid #ddd;
  margin: 8px 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.image-chooser,
img.image-chooser {
  width: 200px;
}
/* SIDE NOTES FOR CALLING OUT THINGS
-------------------------------------------------- */
/* Base styles (regardless of theme) */
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h1,
.bs-callout h2,
.bs-callout h3,
.bs-callout h4,
.bs-callout h5,
.bs-callout h6 {
  margin-top: 0;
}
.bs-callout-danger h1,
.bs-callout-danger h2,
.bs-callout-danger h3,
.bs-callout-danger h4,
.bs-callout-danger h5,
.bs-callout-danger h6 {
  color: #B94A48;
}
.bs-callout-warning h1,
.bs-callout-warning h2,
.bs-callout-warning h3,
.bs-callout-warning h4,
.bs-callout-warning h5,
.bs-callout-warning h6 {
  color: #C09853;
}
.bs-callout-info h1,
.bs-callout-info h2,
.bs-callout-info h3,
.bs-callout-info h4,
.bs-callout-info h5,
.bs-callout-info h6 {
  color: #3A87AD;
}
.bs-callout-success h1,
.bs-callout-success h2,
.bs-callout-success h3,
.bs-callout-success h4,
.bs-callout-success h5,
.bs-callout-success h6 {
  color: #3C763D;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}
/* Themes for different contexts */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}
.bs-callout-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* jQuery UI hacks
-------------------------------------------------- */
/* MAPPING
------------------------------------------------------------------- */
.table_editor-MAP-CONTAINER {
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: none;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.table_editor-MAP-CONTAINER:hover {
  background-color: rgba(191, 226, 255, 0.45);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
#map_canvas {
  margin: 12px 0 12px 0;
  width: 0;
  height: 0;
  border-radius: 8px;
  box-shadow: none;
  -webkit-transition: box-shadow 0.8s ease-in-out;
  -moz-transition: box-shadow 0.8s ease-in-out;
  -ms-transition: box-shadow 0.8s ease-in-out;
  -o-transition: box-shadow 0.8s ease-in-out;
  transition: box-shadow 0.8s ease-in-out;
}
#map_canvas:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-transition: box-shadow 0.4s ease-in-out;
  -moz-transition: box-shadow 0.4s ease-in-out;
  -ms-transition: box-shadow 0.4s ease-in-out;
  -o-transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out;
}
#map_canvasSP .btn_gmap_container,
#map_canvas .btn_gmap_container {
  /*border: 1px dotted red;*/
  width: 80%;
  padding: 4px 4px 0 0;
  position: absolute;
}
#map_canvas .btn_gmap_container {
  /* 18/01/2012 */
  width: auto;
  position: absolute;
  right: 160px;
}
#map_canvasSP .label_gmap,
#map_canvasSP .btn_gmap,
#map_canvas .label_gmap,
#map_canvas .btn_gmap {
  width: auto;
  float: right;
  margin-left: 13px;
  /* this one smaller shows a bug with shadows in Chrome */
  /*margin-right: 12px;*/
  /*border: 0px solid #000000;*/
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
  color: #000000;
  background-color: #ffffff;
  /*-moz-box-shadow: 0px 8px 10px #555;*/
  /*-webkit-box-shadow: 0px 8px 10px #555;*/
  /*box-shadow: 0px 8px 10px #555;*/
  -moz-box-shadow: 0px 4px 6px #9c9c9c;
  -webkit-box-shadow: 0px 4px 6px #9c9c9c;
  box-shadow: 0px 4px 6px #9c9c9c;
  border-radius: 2px;
}
#map_canvasSP .label_gmap,
#map_canvas .label_gmap {
  color: #fff;
  background-color: #7A97D8;
}
#map_canvasSP .btn_gmap:hover,
#map_canvas .btn_gmap:hover {
  color: #fff;
  background-color: #7A97D8;
  cursor: pointer;
}
#map_canvasSP .btn_gmap.wait,
#map_canvas .btn_gmap.wait,
#map_canvasSP .btn_gmap.home,
#map_canvas .btn_gmap.home,
#map_canvasSP .btn_gmap.print,
#map_canvas .btn_gmap.print,
#map_canvasSP .btn_gmap.settings,
#map_canvas .btn_gmap.settings,
#map_canvasSP .btn_gmap.enlarge,
#map_canvas .btn_gmap.enlarge,
#map_canvasSP .btn_gmap.reduce,
#map_canvas .btn_gmap.reduce,
#map_canvasSP .btn_gmap.export,
#map_canvas .btn_gmap.export,
#map_canvasSP .btn_gmap.save,
#map_canvas .btn_gmap.save {
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 16px;
  height: 14px;
  padding: 4px;
}
#map_canvasSP .btn_gmap.wait,
#map_canvas .btn_gmap.wait {
  background-color: #F1A03F;
  background-repeat: no-repeat;
  background-position: 4px 3px;
}
#map_canvasSP .btn_gmap.wait:hover,
#map_canvas .btn_gmap.wait:hover {
  background-color: #F1A03F;
  cursor: default;
}
#map_canvasSP .btn_gmap.home:hover,
#map_canvas .btn_gmap.home:hover,
#map_canvasSP .btn_gmap.print:hover,
#map_canvas .btn_gmap.print:hover,
#map_canvasSP .btn_gmap.settings:hover,
#map_canvas .btn_gmap.settings:hover,
#map_canvasSP .btn_gmap.enlarge:hover,
#map_canvas .btn_gmap.enlarge:hover,
#map_canvasSP .btn_gmap.reduce:hover,
#map_canvas .btn_gmap.reduce:hover,
#map_canvasSP .btn_gmap.export:hover,
#map_canvas .btn_gmap.export:hover,
#map_canvasSP .btn_gmap.save:hover,
#map_canvas .btn_gmap.save:hover {
  background-position: -22px 0px;
}
#map_canvasSP .btn_gmap.wait,
#map_canvas .btn_gmap.wait {
  background-image: url(/img/map/map-wait.gif);
}
#map_canvasSP .btn_gmap.home,
#map_canvas .btn_gmap.home {
  background-image: url(/img/map/home.png);
}
#map_canvasSP .btn_gmap.print,
#map_canvas .btn_gmap.print {
  background-image: url(/img/map/print.png);
}
#map_canvasSP .btn_gmap.settings,
#map_canvas .btn_gmap.settings {
  background-image: url(/img/map/settings.png);
}
#map_canvasSP .btn_gmap.enlarge,
#map_canvas .btn_gmap.enlarge {
  background-image: url(/img/map/enlarge.png);
}
#map_canvasSP .btn_gmap.reduce,
#map_canvas .btn_gmap.reduce {
  background-image: url(/img/map/reduce.png);
}
#map_canvasSP .btn_gmap.export,
#map_canvas .btn_gmap.export {
  background-image: url(/img/map/export.png);
}
#map_canvasSP .btn_gmap.save,
#map_canvas .btn_gmap.save {
  background-image: url(/img/map/save.png);
}
#map_canvasSP .marker_label,
#map_canvas .marker_label {
  /* markerwithlabel.js */
  color: #000;
  background-color: #fff;
  /*font-family: "Lucida Grande", "Arial", sans-serif;*/
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  /*width: 40px;*/
  width: auto;
  padding: 1px 2px;
  border: 1px solid black;
  white-space: nowrap;
}
.settingscontainerUI {
  margin-left: 60px;
  padding: 0;
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 50px;
  -moz-box-shadow: 0px 10px 10px #555;
  -webkit-box-shadow: 0px 8px 10px #555;
  box-shadow: 0px 8px 10px #555;
  border-radius: 2px;
  margin-left: 0;
  /* 18/01/2012 */
  width: 600px;
  right: 0px;
}
.settingscontainerUI-title {
  color: #fff;
  background-color: #7A97D8;
  font-size: 12px;
  height: 12px;
  margin: 0;
  padding: 4px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.settingscontainerUI-body {
  /*border: 1px dotted green;*/
  padding: 8px;
}
.settingscontainerUI-body-item {
  /*border: 1px dotted orange;*/
  padding: 8px;
  float: left;
  margin-right: 6px;
}
#latlng-controlSP,
#latlng-control {
  /*float:left;*/
  /*position: absolute;*/
  /*top: 0;left: 0;*/
  z-index: 100;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  border: none;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  /*width:100px;*/
  width: auto;
  padding: 4px 6px;
  /*margin-top: 4px;*/
  margin-bottom: 20px;
  margin-right: 60px;
  white-space: nowrap;
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.55);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.55);
  border-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#map-infoBOX {
  /*position: absolute;*/
  /*top: 20px;left: 0;*/
  z-index: 200;
  max-width: 335px;
  color: #000;
  background-color: #fff;
  border: 0px solid #000000;
  font-size: 12px;
  /*font-weight: bold;*/
  text-align: left;
  /*width:auto;*/
  /*padding: 4px 6px;*/
  margin-top: 4px;
  /*white-space: nowrap;*/
  -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
#infowindow-content {
  max-width: 335px;
  /*min-height:250px;*/
  margin: 0;
  padding: 0;
}
#infowindow-title,
#infowindow-body,
#infowindow-body p,
.infowindow-body,
.infowindow-body p {
  /*width: 320px;*/
  /*border: 1px dotted red;*/
}
.closer {
  /*color: #7A97D8;*/
  color: #fff;
  background: transparent;
  cursor: pointer;
  margin-left: 12px;
  float: right;
  top: 0;
  font-weight: normal;
}
.closer:hover {
  color: #fff;
  background: #ff3300;
}
#infowindow-title {
  color: #fff;
  background-color: #7A97D8;
  font-size: 13px;
  padding: 6px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  /*margin-bottom:6px;*/
}
#infowindow-body,
#infowindow-body p,
.infowindow-body,
.infowindow-body p {
  max-width: 335px;
  clear: both;
  font-size: 12px;
  margin: 0;
  padding: 2px;
  line-height: 1.2;
  font-weight: normal;
  overflow-x: scroll;
}
.infowindow-ajax-result {
  float: left;
  margin: 4px 0;
  padding: 4px;
  /*background:#FFF58E;*/
  display: none;
}
.google-addresses-results {
  width: 92%;
  margin: 2%;
  padding: 2%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #000;
  background: #73a7cc;
  border: none;
  overflow: scroll;
}
.label-closer-left {
  cursor: pointer;
  padding: 2px 6px;
  margin-right: 8px;
}
.label-closer-right {
  cursor: pointer;
  padding: 2px 6px;
  margin-left: 8px;
}
/*-------------------------------------------------------------------
 |
 |  OPEN SOURCE
 |
------------------------------------------------------------------- */
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.14.30
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
  background: #fff;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/**
 * This work is licensed under the Creative Commons
 * Attribution 3.0 Unported License. To view a copy
 * of this license, visit http://creativecommons.org/licenses/by/3.0/.
 *
 * Author: Girish Sharma <scrapmachines@gmail.com>
 * http://codepen.io/scrapmac/pen/poyja
-------------------------------------------------- */
#wait {
  position: absolute;
  top: -1000px;
}
.loader-gplus {
  /*
	 * positioning and page specific stiling
	 */
  display: block;
  margin: 0 auto;
  margin-top: 8px;
}
.loader-gplus {
  height: 16px;
  width: 16px;
  border-radius: 25px;
  animation: rotate 2.4s linear infinite;
}
.loader-gplus:before,
.loader-gplus:after {
  position: absolute;
  width: 16px;
  height: 8px;
  right: 0px;
  border-radius: 50px 50px 0 0;
  z-index: 2;
  content: '';
  animation: color-switch 2.4s linear infinite;
}
.loader-gplus:after {
  transform-origin: 0% 100%;
  animation-name: unfold, color-shift;
  animation-timing-function: linear, linear;
  animation-iteration-count: infinite, infinite;
  animation-duration: 0.6s, 2.4s;
}
@keyframes rotate {
  0.0001% {
    transform: rotateZ(0deg);
    background-color: #3a7bf7;
  }
  25% {
    transform: rotateZ(0deg);
    background-color: #3a7bf7;
  }
  25.0001% {
    transform: rotateZ(90deg);
    background-color: #de4a42;
  }
  50% {
    transform: rotateZ(90deg);
    background-color: #de4a42;
  }
  50.0001% {
    transform: rotateZ(180deg);
    background-color: #ffd64a;
  }
  75% {
    transform: rotateZ(180deg);
    background-color: #ffd64a;
  }
  75.0001% {
    transform: rotateZ(270deg);
    background-color: #21ad64;
  }
  100% {
    transform: rotateZ(270deg);
    background-color: #21ad64;
  }
}
@keyframes unfold {
  to {
    transform: rotateX(180deg) rotateZ(0deg);
  }
}
@keyframes color-switch {
  0.0001% {
    background-color: #de4a42;
  }
  25% {
    background-color: #de4a42;
  }
  25.0001% {
    background-color: #ffd64a;
  }
  50% {
    background-color: #ffd64a;
  }
  50.0001% {
    background-color: #21ad64;
  }
  75% {
    background-color: #21ad64;
  }
  75.0001% {
    background-color: #3a7bf7;
  }
  100% {
    background-color: #3a7bf7;
  }
}
@keyframes color-shift {
  0.0001% {
    background-color: #3a7bf7;
    border-bottom: 1px solid #3a7bf7;
  }
  12.5% {
    background-color: #285fc3;
    border-bottom: 1px solid #2d69c8;
  }
  12.5001% {
    background-color: #e87873;
    border-bottom: 1px solid #e87873;
  }
  25% {
    background-color: #de4a42;
    border-bottom: 1px solid #de4a42;
  }
  37.5% {
    background-color: #e66b63;
    border-bottom: 1px solid #e66b63;
  }
  37.5001% {
    background-color: #ffde7b;
    border-bottom: 1px solid #ffde7b;
  }
  50% {
    background-color: #ffd65a;
    border-bottom: 1px solid #ffd65a;
  }
  62.5% {
    background-color: #ffde7b;
    border-bottom: 1px solid #ffde7b;
  }
  62.5001% {
    background-color: #198c4a;
    border-bottom: 1px solid #198c4a;
  }
  75% {
    background-color: #21ad64;
    border-bottom: 1px solid #21ad64;
  }
  87.5% {
    background-color: #52bd84;
    border-bottom: 1px solid #52bd84;
  }
  87.5001% {
    background-color: #5294f7;
    border-bottom: 1px solid #5294f7;
  }
  100% {
    background-color: #3a7bf7;
    border-bottom: 1px solid #3a7bf7;
  }
}
/* SPINNER
 * http://codepen.io/noeldelgado/pen/Bkzlu
 * MORE LOADERS AMINATIONS – http://www.bypeople.com/css-loaders/
------------------------------------------------------------------- */
#loader-wait-animation {
  padding: 0 26px;
}
.spinner {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.spinner:before,
.spinner:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.spinner:before {
  height: 6px;
  left: 9px;
  top: 50%;
  -webkit-animation: spin 2000ms linear infinite;
  animation: spin 2000ms linear infinite;
}
.spinner:after {
  height: 8px;
  left: 9px;
  top: 50%;
  -webkit-animation: spin 500ms linear infinite;
  animation: spin 500ms linear infinite;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* SLIDE MENU – adapted from CodyHouse and integrated with bigSlide
 * http://www.codyhouse.co/demo/secondary-expandable-navigation/
 * http://ascott1.github.io/bigSlide.js/
------------------------------------------------------------------- */
#cd-lateral-nav {
  position: fixed;
  height: 100%;
  left: - 260px;
  top: 0;
  display: none;
  /* the secondary navigation is covered by the main element */
  z-index: 3;
  width: 260px;
  background-color: #3a3a3a;
  overflow-y: auto;
}
@media only screen and (max-device-width: 768px) and (orientation: portrait) {
  #cd-lateral-nav {
    padding-top: 28px;
  }
}
ul.sub-menu,
.cd-navigation {
  list-style: outside none none;
  display: block;
  padding: 0;
}
.cd-navigation li a {
  text-decoration: none;
}
.cd-navigation li a:hover,
#cd-lateral-nav a:hover {
  color: #fff;
}
#cd-lateral-nav a.inactive {
  color: #fff;
  cursor: default;
}
#cd-lateral-nav .cd-navigation {
  margin: 10px 0 16px;
}
#cd-lateral-nav .sub-menu {
  padding: 0 10px 20px 15px;
  display: none;
}
#cd-lateral-nav a {
  display: block;
  line-height: 2em;
  padding: 0 16px 0 16px;
  color: #aab5b7;
}
#cd-lateral-nav a.current {
  background-color: #2d2d2d;
  color: #FFF;
}
.no-touch #cd-lateral-nav a:hover {
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  #cd-lateral-nav .cd-navigation {
    margin: 20px 0;
  }
}
#cd-lateral-nav.lateral-menu-is-open {
  visibility: visible;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}
/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  /* this is the right arrow to show that the item has a submenu  */
}
#cd-lateral-nav .item-has-children > a::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
  background: url("/img/cd-arrow.svg") no-repeat center center;
  background-size: 8px 11px;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#cd-lateral-nav .item-has-children > a.submenu-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
#cd-lateral-nav {
  top: 0;
  z-index: 1031;
}
hr.cd-navigation-divider {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(170, 181, 183, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(170, 181, 183, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(170, 181, 183, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(170, 181, 183, 0.75), rgba(0, 0, 0, 0));
}
hr.line {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
/* BIGSLIDE
 * http://ascott1.github.io/bigSlide.js/
------------------------------------------------------------------- */
.panel {
  position: fixed;
  left: -260px;
  /*left or right and the width of your navigation panel*/
  width: 260px;
  /*should match the above value*/
}
.wrap {
  position: relative;
}
/* SMOKE
 * http://ssssnakes.com/smoke/
------------------------------------------------------------------- */
.smoke-base {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.smoke-base.smoke-visible {
  opacity: 1;
  visibility: visible;
}
.smokebg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.smoke-base .dialog {
  position: absolute;
}
.dialog-prompt {
  margin-top: 5px;
  text-align: center;
}
.dialog-buttons {
  margin: 10px 0 5px 0;
}
.smoke {
  font-family: sans-serif;
  text-align: center;
  line-height: 130%;
  font-weight: normal;
  font-size: 1.5em;
}
.dialog-buttons button {
  display: inline-block;
  vertical-align: baseline;
  cursor: pointer;
  font-family: sans-serif;
  font-style: normal;
  text-decoration: none;
  border: 0;
  outline: 0;
  margin: 0 5px;
  -webkit-background-clip: padding-box;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  padding: 9px 12px;
}
.dialog-prompt input {
  margin: 0;
  border: 0;
  font-family: sans-serif;
  outline: none;
  border: 1px solid #333;
  width: 97%;
  background-color: #fff;
  font-size: 15px;
  padding: 5px;
}
.smoke-base {
  background-color: rgba(0, 0, 0, 0.45);
}
.smoke-base .dialog {
  top: 25%;
  left: 25%;
  width: 50%;
}
.smoke-base .dialog-inner {
  padding: 15px;
}
.smoke {
  background-color: #ffffff;
}
.dialog-buttons button {
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
}
button.cancel {
  background-color: rgba(72, 72, 72, 0.68);
}
.queue {
  display: none;
}
.dialog.smoke {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
/* UPLOADIFY
 * Copyright (c) 2012 Reactive Apps, Ronnie Garcia
 * http://www.uploadify.com/documentation/uploadify/implementing-uploadify/
------------------------------------------------------------------- */
.uploadify {
  position: relative;
  margin-bottom: 1em;
}
/*
.uploadify-button {
	background-color: #505050;
	background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #505050),
		color-stop(1, #707070)
	);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #808080;
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	width: 100%;
}
.uploadify:hover .uploadify-button {
	background-color: #606060;
	background-image: linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #606060),
		color-stop(1, #808080)
	);
	background-position: center bottom;
}
.uploadify-button.disabled {
	background-color: #D0D0D0;
	color: #808080;
}
*/
.uploadify-queue {
  margin-bottom: 1em;
}
.uploadify-queue-item {
  background-color: #F5F5F5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 11px;
  margin-top: 5px;
  max-width: 350px;
  padding: 10px;
}
.uploadify-error {
  background-color: #FDE5DD !important;
}
.uploadify-queue-item .cancel a {
  background: url('../img/uploadify-cancel.png') 0 0 no-repeat;
  float: right;
  height: 16px;
  text-indent: -9999px;
  width: 16px;
}
.uploadify-queue-item.completed {
  background-color: #E5E5E5;
}
.uploadify-progress {
  background-color: #E5E5E5;
  margin-top: 10px;
  width: 100%;
}
.uploadify-progress-bar {
  background-color: #0099FF;
  height: 3px;
  width: 1px;
}
/*
 * jQuery iButton
 */
.ibutton-container {
  position: relative;
  height: 27px;
  cursor: pointer;
  overflow: hidden;
  /* set max width to that of sprite */
  max-width: 400px;
  /* prevent text selection */
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -moz-user-focus: ignore;
  -moz-user-input: disabled;
  /* set default width based on ON/OFF labels */
  width: 89px;
}
.ibutton-container input {
  position: absolute;
  top: 0;
  left: 0;
  /* hide the element */
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  /* allow checking of input if visible */
  -moz-user-input: enabled  !important;
}
.ibutton-handle {
  display: block;
  height: 27px;
  cursor: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background: transparent url(/img/ibutton-slider.png) no-repeat scroll 0 -54px;
  z-index: 3;
  padding-left: 3px;
  /* set default width based on ON/OFF labels */
  width: 37px;
}
.ibutton-handle-right {
  height: 100%;
  width: 100%;
  padding-right: 3px;
  background: transparent url(/img/ibutton-slider.png) no-repeat scroll 100% -54px;
  z-index: 3;
}
.ibutton-handle-middle {
  height: 100%;
  width: 100%;
  background: transparent url(/img/ibutton-slider.png) no-repeat scroll 50% -54px;
  z-index: 3;
}
div.ibutton-label-on,
div.ibutton-label-off {
  white-space: nowrap;
  font-size: 17px;
  line-height: 17px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: inherit;
  display: block;
  height: 22px;
  position: absolute;
  width: auto;
  top: 0;
  padding-top: 5px;
  overflow: hidden;
  background: transparent url(/img/ibutton-slider.png) no-repeat scroll 0 0;
}
div.ibutton-label-on {
  color: #fff;
  text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.4);
  left: 0;
  padding-top: 5px;
  z-index: 1;
}
div.ibutton-label-on span {
  padding-left: 5px;
}
div.ibutton-label-off {
  color: #7c7c7c;
  background-position: 100% 0;
  text-shadow: 0 -1px 2px rgba(153, 153, 153, 0.4);
  text-align: right;
  right: 0;
  /* the off label needs to near the left edge (ideally just 5px away)
	 * it just needs to be close enough that it won't show under the handle if dragged to the left
	 */
  width: 95%;
}
div.ibutton-label-off span {
  padding-right: 5px;
}
/* create an outline when button gets focus via keyboard */
.ibutton-container label {
  cursor: inherit;
  font-size: 1em !important;
  padding: 0 3px;
  margin: 0;
}
.ibutton-focus label {
  /* we must use border, since outline doesn't work in IE */
  border: 1px dotted #666 !important;
  padding: 0 2px;
}
.ibutton-focus div.ibutton-label-on span label {
  /* use white for more contrast */
  border-color: #fff !important;
}
/* add padding to right/left so that text gets clipped before absolute edge */
.ibutton-padding-left,
.ibutton-padding-right {
  position: absolute;
  top: 4px;
  z-index: 2;
  background: transparent url(/img/ibutton-slider.png) no-repeat scroll 0 -4px;
  width: 3px;
  height: 20px;
}
.ibutton-padding-left {
  left: 0;
}
.ibutton-padding-right {
  right: 0;
  background-position: 100% -4px;
}
/* change the styles of the handle when being dragged */
.ibutton-active-handle .ibutton-handle {
  background-position: 0 -108px;
}
.ibutton-active-handle .ibutton-handle-right {
  background-position: 100% -108px;
}
.ibutton-active-handle .ibutton-handle-middle {
  background-position: 50% -108px;
}
/* styles to use when the button is disabled */
.ibutton-disabled {
  cursor: not-allowed !important;
  /* cursor options: default or not-allowed */
}
.ibutton-disabled .ibutton-handle {
  background-position: 0 -81px;
}
.ibutton-disabled .ibutton-handle-right {
  background-position: 100% -81px;
}
.ibutton-disabled .ibutton-handle-middle {
  background-position: 50% -81px;
}
.ibutton-disabled div.ibutton-label-on {
  background-position: 0 -27px;
}
.ibutton-disabled div.ibutton-label-off {
  background-position: 100% -27px;
}
.ibutton-disabled .ibutton-padding-left {
  background-position: 0 -27px;
}
.ibutton-disabled .ibutton-padding-right {
  background-position: 100% -27px;
}
.ibutton-disabled div.ibutton-label-on {
  color: #fff;
}
.ibutton-disabled div.ibutton-label-off {
  color: #cbcbcb;
}
/*
 * PLUPLOAD
 *------------------------------------------------------------------- */
.plupload_button {
  display: -moz-inline-box;
  /* FF < 3*/
  display: inline-block;
  font: normal 12px sans-serif;
  text-decoration: none;
  color: #42454a;
  border: 1px solid #bababa;
  padding: 2px 8px 3px 20px;
  margin-right: 4px;
  background: #f3f3f3 url('/core/img/plupload/buttons.png') no-repeat 0 center;
  outline: 0;
  /* Optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.plupload_button:hover {
  color: #000;
  text-decoration: none;
}
.plupload_disabled,
a.plupload_disabled:hover {
  color: #737373;
  border-color: #c5c5c5;
  background: #ededed url('/core/img/plupload/buttons-disabled.png') no-repeat 0 center;
  cursor: default;
}
.plupload_add {
  background-position: -181px center;
}
.plupload_wrapper {
  width: 100%;
}
.plupload_container {
  padding: 8px;
  background: url('/core/img/plupload/transp50.png');
  border: 1px solid #CDCDCD;
  /*-moz-border-radius: 5px;*/
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.plupload_header {
  background: #3F4244;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  min-height: 66px;
  padding-bottom: 3px;
}
.plupload_header_content {
  background: url('/core/img/plupload/upload-logo.png') no-repeat 3px 3px;
  min-height: 56px;
  padding-left: 60px;
  color: #FFF;
}
.plupload_header_title {
  font-size: 18px;
  padding: 2px 0 3px 6px;
}
.plupload_header_text {
  font-size: 12px;
  padding-left: 6px;
}
.plupload_filelist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.plupload_scroll .plupload_filelist {
  height: 185px;
  background: #F5F5F5;
  overflow-y: auto;
}
.plupload_filelist li {
  padding: 10px 8px;
  background: #F5F5F5 url('/core/img/plupload/backgrounds.gif') repeat-x 0 -156px;
  border-bottom: 1px solid #DDD;
}
ul.plupload_filelist {
  border: 8px dashed #808080;
  background-color: #dfdfdf;
}
.plupload_filelist_header,
.plupload_filelist_footer {
  background: #DFDFDF;
  padding: 8px 8px;
  color: #42454A;
}
.plupload_filelist_header {
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #CDCDCD;
}
.plupload_filelist_footer {
  border-top: 1px solid #CDCDCD;
  height: 26px;
  line-height: 20px;
  vertical-align: middle;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.plupload_file_name {
  float: left;
  overflow: hidden;
}
.plupload_file_status {
  color: #777;
}
.plupload_file_status span {
  color: #42454A;
}
.plupload_file_size,
.plupload_file_status,
.plupload_progress {
  float: right;
  width: 80px;
}
.plupload_file_size,
.plupload_file_status,
.plupload_file_action {
  text-align: right;
}
.plupload_filelist_footer .plupload_file_size,
.plupload_filelist_footer .plupload_file_status,
.plupload_filelist_footer .plupload_file_action,
.plupload_filelist_footer .plupload_upload_status,
.plupload_filelist_footer .plupload_progress {
  margin-top: -5px;
}
.plupload_filelist .plupload_file_name {
  width: 205px;
}
.plupload_file_action {
  float: right;
  width: 16px;
  height: 16px;
  margin-left: 15px;
}
.plupload_file_action * {
  display: none;
  width: 16px;
  height: 16px;
}
li.plupload_uploading {
  background: #ECF3DC url('/core/img/plupload/backgrounds.gif') repeat-x 0 -238px;
}
li.plupload_done {
  color: #AAA;
}
li.plupload_delete a {
  background: url('/core/img/plupload/delete.gif');
}
li.plupload_failed a {
  background: url('/core/img/plupload/error.gif');
  cursor: default;
}
li.plupload_done a {
  background: url('/core/img/plupload/done.gif');
  cursor: default;
}
.plupload_progress,
.plupload_upload_status {
  display: none;
}
.plupload_progress_container {
  margin-top: 3px;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 1px;
}
.plupload_progress_bar {
  width: 0;
  height: 12px;
  background: #CDEB8B;
}
.plupload_scroll .plupload_filelist_header .plupload_file_action,
.plupload_scroll .plupload_filelist_footer .plupload_file_action {
  margin-right: 17px;
}
/* Floats */
.plupload_clear,
.plupload_clearer {
  clear: both;
}
.plupload_clearer,
.plupload_progress_bar {
  display: block;
  font-size: 0;
  line-height: 0;
}
li.plupload_droptext {
  text-align: center;
  vertical-align: middle;
  border: 0;
  line-height: 250px;
  font-weight: 600;
  font-size: 3em;
  color: #3F4244;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: transparent;
}
/* HACKS */
.plupload_buttons {
  display: none;
}
/*-------------------------------------------------------------------
 * PLUPLOAD – END
 */
/*
 * FLAT FILE DOC TYPES
 *------------------------------------------------------------------- */
/* Start Sprite Master CSS */
.flat-file_zip,
.flat-file_zip_hover,
.flat-file_xls,
.flat-file_xls_hover,
.flat-file_video,
.flat-file_video_hover,
.flat-file_txt,
.flat-file_txt_hover,
.flat-file_ps,
.flat-file_ps_hover,
.flat-file_ppt,
.flat-file_ppt_hover,
.flat-file_pdf,
.flat-file_pdf_hover,
.flat-file_img,
.flat-file_img_hover,
.flat-file_doc,
.flat-file_doc_hover,
.flat-file_db,
.flat-file_db_hover,
.flat-file_csv,
.flat-file_csv_hover,
.flat-file_audio,
.flat-file_audio_hover,
.flat-file_ai,
.flat-file_ai_hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('/core/img/flat-file-sprite.png');
}
.flat-file_zip {
  background-position: 0px 0px;
  width: 28px;
  height: 32px;
}
.flat-file_zip:hover {
  background-position: -29px 0px;
  width: 28px;
  height: 32px;
}
.flat-file_xls {
  background-position: -58px 0px;
  width: 28px;
  height: 32px;
}
.flat-file_xls:hover {
  background-position: -87px 0px;
  width: 28px;
  height: 32px;
}
.flat-file_video {
  background-position: -116px 0px;
  width: 28px;
  height: 32px;
}
.flat-file_video:hover {
  background-position: -145px 0px;
  width: 28px;
  height: 32px;
}
.flat-file_txt {
  background-position: -174px 0px;
  width: 28px;
  height: 32px;
}
.flat-file_txt:hover {
  background-position: -203px 0px;
  width: 28px;
  height: 32px;
}
.flat-file_ps {
  background-position: -232px 0px;
  width: 28px;
  height: 32px;
}
.flat-file_ps:hover {
  background-position: -261px 0px;
  width: 28px;
  height: 32px;
}
.flat-file_ppt {
  background-position: -290px 0px;
  width: 28px;
  height: 32px;
}
.flat-file_ppt:hover {
  background-position: -319px 0px;
  width: 28px;
  height: 32px;
}
.flat-file_pdf {
  background-position: -348px 0px;
  width: 28px;
  height: 32px;
}
.flat-file_pdf:hover {
  background-position: -377px 0px;
  width: 28px;
  height: 32px;
}
.flat-file_img {
  background-position: -406px 0px;
  width: 28px;
  height: 32px;
}
.flat-file_img:hover {
  background-position: -435px 0px;
  width: 28px;
  height: 32px;
}
.flat-file_doc {
  background-position: 0px -33px;
  width: 28px;
  height: 32px;
}
.flat-file_doc:hover {
  background-position: -29px -33px;
  width: 28px;
  height: 32px;
}
.flat-file_db {
  background-position: -58px -33px;
  width: 28px;
  height: 32px;
}
.flat-file_db:hover {
  background-position: -87px -33px;
  width: 28px;
  height: 32px;
}
.flat-file_csv {
  background-position: -116px -33px;
  width: 28px;
  height: 32px;
}
.flat-file_csv:hover {
  background-position: -145px -33px;
  width: 28px;
  height: 32px;
}
.flat-file_audio {
  background-position: -174px -33px;
  width: 28px;
  height: 32px;
}
.flat-file_audio:hover {
  background-position: -203px -33px;
  width: 28px;
  height: 32px;
}
.flat-file_ai {
  background-position: -232px -33px;
  width: 28px;
  height: 32px;
}
.flat-file_ai:hover {
  background-position: -261px -33px;
  width: 28px;
  height: 32px;
}
/* End Sprite Master CSS */
/*-------------------------------------------------------------------
 * FLAT FILE DOC TYPES – END
 */
.gdrive {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url('/core/img/Google-Drive-Icon-32x32.png');
  background-position: 0px 0px;
}
.gdrive:hover {
  cursor: pointer;
  background-position: -32px 0px;
}
/*
 * TOOLTIPSTER
 *------------------------------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
}
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 1px solid #cccccc;
  background: #ededed;
  color: #666666;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
}
/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}
/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}
/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}
/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}
/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -8px;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -8px;
}
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -8px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -8px;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}
.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -8px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}
.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -8px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}
/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}
.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}
/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/*-------------------------------------------------------------------
 * TOOLTIPSTER – END
 */
/*
 * iCHECK plugin Minimal skin, black
 * Version: 0.9.1
 *------------------------------------------------------------------- */
/*-------------------------------------------------------------------
 * iCHECK – END
 */
/* http://stackoverflow.com/questions/4148499/how-to-style-checkbox-using-css
 * http://cssdeck.com/labs/css-checkbox-styles
 *------------------------------------------------------------------- */
.roundedOne input[type=checkbox],
.roundedTwo input[type=checkbox],
.squaredOne input[type=checkbox],
.squaredTwo input[type=checkbox],
.squaredThree input[type=checkbox],
.squaredFour input[type=checkbox] {
  visibility: hidden;
}
/* ROUNDED ONE */
.roundedOne {
  width: 28px;
  height: 28px;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
  margin: 4px auto;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  position: relative;
}
.roundedOne label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  left: 4px;
  top: 4px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px #ffffff;
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px #ffffff;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px #ffffff;
  background: -webkit-linear-gradient(top, #999 0%, #888 100%);
  background: -moz-linear-gradient(top, #999 0%, #888 100%);
  background: -o-linear-gradient(top, #999 0%, #888 100%);
  background: -ms-linear-gradient(top, #999 0%, #888 100%);
  background: linear-gradient(top, #999 0%, #888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@inner-color-from', endColorstr='@inner-color-to', GradientType=0);
}
.roundedOne label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #00bf00;
  background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: linear-gradient(top, #00bf00 0%, #009400 100%);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  top: 2px;
  left: 2px;
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.roundedOne label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.roundedOne input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/* ROUNDED TWO */
.roundedTwo {
  width: 28px;
  height: 28px;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
  margin: 4px auto;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  position: relative;
}
.roundedTwo label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  left: 4px;
  top: 4px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px #ffffff;
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px #ffffff;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px #ffffff;
  background: -webkit-linear-gradient(top, #999 0%, #888 100%);
  background: -moz-linear-gradient(top, #999 0%, #888 100%);
  background: -o-linear-gradient(top, #999 0%, #888 100%);
  background: -ms-linear-gradient(top, #999 0%, #888 100%);
  background: linear-gradient(top, #999 0%, #888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@inner-color-from', endColorstr='@inner-color-to', GradientType=0);
}
.roundedTwo label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 5px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.roundedTwo label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.roundedTwo input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/* SQUARED ONE */
.squaredOne {
  width: 28px;
  height: 28px;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
  margin: 4px auto;
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  position: relative;
}
.squaredOne label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 4px;
  top: 4px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px #ffffff;
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px #ffffff;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px #ffffff;
  background: -webkit-linear-gradient(top, #999 0%, #888 100%);
  background: -moz-linear-gradient(top, #999 0%, #888 100%);
  background: -o-linear-gradient(top, #999 0%, #888 100%);
  background: -ms-linear-gradient(top, #999 0%, #888 100%);
  background: linear-gradient(top, #999 0%, #888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@inner-color-from', endColorstr='@inner-color-to', GradientType=0);
}
.squaredOne label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #00bf00;
  background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: linear-gradient(top, #00bf00 0%, #009400 100%);
  top: 2px;
  left: 2px;
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.squaredOne label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.squaredOne input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/* SQUARED TWO */
.squaredTwo {
  width: 28px;
  height: 28px;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
  margin: 4px auto;
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  position: relative;
}
.squaredTwo label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 4px;
  top: 4px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px #ffffff;
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px #ffffff;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px #ffffff;
  background: -webkit-linear-gradient(top, #999 0%, #888 100%);
  background: -moz-linear-gradient(top, #999 0%, #888 100%);
  background: -o-linear-gradient(top, #999 0%, #888 100%);
  background: -ms-linear-gradient(top, #999 0%, #888 100%);
  background: linear-gradient(top, #999 0%, #888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@inner-color-from', endColorstr='@inner-color-to', GradientType=0);
}
.squaredTwo label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.squaredTwo label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.squaredTwo input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/* SQUARED THREE */
.squaredThree {
  width: 20px;
  margin: 4px auto;
  position: relative;
}
.squaredThree label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
  background: -webkit-linear-gradient(top, #999 0%, #888 100%);
  background: -moz-linear-gradient(top, #999 0%, #888 100%);
  background: -o-linear-gradient(top, #999 0%, #888 100%);
  background: -ms-linear-gradient(top, #999 0%, #888 100%);
  background: linear-gradient(top, #999 0%, #888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@inner-color-from', endColorstr='@inner-color-to', GradientType=0);
}
.squaredThree label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.squaredThree label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.squaredThree input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/* SQUARED FOUR */
.squaredFour {
  width: 20px;
  margin: 4px auto;
  position: relative;
}
.squaredFour label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
}
.squaredFour label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.squaredFour label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.5;
}
.squaredFour input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.roundedOne.orange label:after,
.squaredOne.orange label:after,
.squaredTwo.orange label {
  background: #f1a100;
  background: -webkit-linear-gradient(top, #f1a100 0%, #d48e03 100%);
  background: -moz-linear-gradient(top, #f1a100 0%, #d48e03 100%);
  background: -o-linear-gradient(top, #f1a100 0%, #d48e03 100%);
  background: -ms-linear-gradient(top, #f1a100 0%, #d48e03 100%);
  background: linear-gradient(top, #f1a100 0%, #d48e03 100%);
}
.roundedOne.green label:after,
.squaredOne.green label:after,
.squaredTwo.green label {
  background: #57AF57;
  background: -webkit-linear-gradient(top, #57AF57 0%, #3C7A3C 100%);
  background: -moz-linear-gradient(top, #57AF57 0%, #3C7A3C 100%);
  background: -o-linear-gradient(top, #57AF57 0%, #3C7A3C 100%);
  background: -ms-linear-gradient(top, #57AF57 0%, #3C7A3C 100%);
  background: linear-gradient(top, #57AF57 0%, #3C7A3C 100%);
}
.roundedOne.blue label:after,
.squaredOne.blue label:after,
.squaredTwo.blue label {
  background: #00aaf6;
  background: -webkit-linear-gradient(top, #00aaf6 0%, #0088CC 100%);
  background: -moz-linear-gradient(top, #00aaf6 0%, #0088CC 100%);
  background: -o-linear-gradient(top, #00aaf6 0%, #0088CC 100%);
  background: -ms-linear-gradient(top, #00aaf6 0%, #0088CC 100%);
  background: linear-gradient(top, #00aaf6 0%, #0088CC 100%);
}
/*-------------------------------------------------------------------
 * END
 */
/* jquery-flat-checkboxradio HACKS
* http://www.jqueryscript.net/form/Flat-jQuery-Checkbox-Radio-Button-Replacement-checkboxradio.html
-------------------------------------------------------------------*/
.checkbox .label-text .icon-check,
.enhanced .radiobutton .label-text:after {
  background-color: #C5C7C8;
}
.checkbox.checked .label-text .icon-check,
.radiobutton.checked .label-text:after {
  border-color: #4D4D4D;
  background-color: #FFF;
  background-color: green;
}
.checkbox .label-text .icon-check {
  width: 24px;
  height: 24px;
}
.enhanced .radiobutton .label-text:after {
  border: 6px solid #C5C7C8;
  background-color: #C5C7C8;
  width: 24px;
  height: 24px;
  margin-left: -20px;
}
.enhanced .radiobutton.checked .label-text:after {
  border-color: #C5C7C8;
  background-color: green;
}
label.radiobutton > span.label-text {
  margin-left: 20px;
}
/*-------------------------------------------------------------------
 * END
 */
/* jquery-toggles
 * http://simontabor.com/labs/toggles/
-------------------------------------------------------------------*/
.toggle-slide {
  overflow: hidden;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  direction: ltr;
}
.toggle-slide .toggle-on,
.toggle-slide .toggle-off,
.toggle-slide .toggle-blob {
  float: left;
}
.toggle-slide .toggle-blob {
  position: relative;
  z-index: 99;
  cursor: hand;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
/* MODERN by camaleo
----------------------------*/
/*---- TEXT ----*/
/*---- ON SIDE ----*/
/*---- OFF SIDE ----*/
/*---- SLIDER ----*/
.toggle-modern .toggle-slide {
  border-radius: 4px;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.15);
}
.toggle-modern .toggle-slide .toggle-on,
.toggle-modern .toggle-slide .toggle-off {
  -moz-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-size: 1.6em;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
}
.toggle-modern .toggle-slide .toggle-on {
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}
.toggle-modern .toggle-slide .toggle-off {
  color: #7C7C7C;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}
.toggle-modern .toggle-slide .toggle-off,
.toggle-modern .toggle-slide .toggle-off.active {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F2F2F2), color-stop(1, #CFCFCF));
  background-image: -webkit-linear-gradient(#F2F2F2, #CFCFCF);
  background-image: -moz-linear-gradient(#F2F2F2, #CFCFCF);
  background-image: -o-linear-gradient(#F2F2F2, #CFCFCF);
  background-image: -ms-linear-gradient(#F2F2F2, #CFCFCF);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@togglesFROMoff', endColorstr='@togglesTOoff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='@togglesFROMoff', endColorstr='@togglesTOoff')";
}
.toggle-modern .toggle-slide .toggle-on,
.toggle-modern .toggle-slide .toggle-on.active {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #60ad61), color-stop(1, #3C763D));
  background-image: -webkit-linear-gradient(#60ad61, #3C763D);
  background-image: -moz-linear-gradient(#60ad61, #3C763D);
  background-image: -o-linear-gradient(#60ad61, #3C763D);
  background-image: -ms-linear-gradient(#60ad61, #3C763D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@togglesFROM', endColorstr='@togglesTO');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='@togglesFROM', endColorstr='@togglesTO')";
}
.toggle-modern .toggle-select .toggle-off,
.toggle-modern .toggle-select .toggle-on {
  background: none;
}
.toggle-modern .toggle-slide .toggle-blob {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D9D9D9), color-stop(1, #F9F9F9));
  background-image: -webkit-linear-gradient(#D9D9D9, #F9F9F9);
  background-image: -moz-linear-gradient(#D9D9D9, #F9F9F9);
  background-image: -o-linear-gradient(#D9D9D9, #F9F9F9);
  background-image: -ms-linear-gradient(#D9D9D9, #F9F9F9);
  background-image: linear-gradient(#D9D9D9, #F9F9F9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@togglesFROMslider', endColorstr='@togglesTOslider');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='@togglesFROMslider', endColorstr='@togglesTOslider')";
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.1), 1px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.toggle-modern .toggle-slide .toggle-blob:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e1e1e1), color-stop(1, #F9F9F9));
  background-image: -webkit-linear-gradient(#e1e1e1, #F9F9F9);
  background-image: -moz-linear-gradient(#e1e1e1, #F9F9F9);
  background-image: -o-linear-gradient(#e1e1e1, #F9F9F9);
  background-image: -ms-linear-gradient(#e1e1e1, #F9F9F9);
  background-image: linear-gradient(#e1e1e1, #F9F9F9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@togglesFROMsliderHover', endColorstr='@togglesTOsliderHover');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='@togglesFROMsliderHover', endColorstr='@togglesTOsliderHover')";
}
/*-------------------------------------------------------------------
 * END
 */
/* FIX the width of the drowpdown when the text of an item was larger than the dropdown itself
 * 21/08/2013
 */
ul#mainMENU.nav li ul.dropdown-menu li a {
  padding: 4px 12px;
}
/* CUSTOM MENU EDITOR
 */
.editor-menu-order {
  list-style-type: none;
  cursor: move;
  color: #fff;
  background-color: #0088CC;
  padding: 1px 3px;
  margin-right: 8px;
  margin-bottom: 4px;
  border-bottom: 4px solid transparent;
}
.tobecompleted {
  border-radius: 3px;
  border-width: 3px;
  border-style: dotted;
  border-color: #000000;
}
input.search-query,
input.search-query-dark {
  font-size: 0.9em;
  width: 75px;
  color: #ddd;
  background: #444;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: none;
  border-radius: 15px;
  margin-bottom: 0;
  padding: 3px 12px 5px;
}
input.search-query {
  color: #444;
  background: #ddd;
}
input.search-query:focus,
input.search-query:active,
input.search-query-dark:focus,
input.search-query-dark:active {
  font-size: 0.9em;
  width: 300px;
  color: #444;
  background: #ddd;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
input.search-query:focus,
input.search-query:active {
  color: #444;
  background: #ddd;
}
/* COLOR PICKER
*/
.colorpicker {
  width: 356px;
  height: 176px;
  overflow: hidden;
  position: absolute;
  background: url(/os/jquery-colorpicker/images/colorpicker_background.png);
  font-family: Arial, Helvetica, sans-serif;
  display: none;
}
.colorpicker_color {
  width: 150px;
  height: 150px;
  left: 14px;
  top: 13px;
  position: absolute;
  background: #f00;
  overflow: hidden;
  cursor: crosshair;
}
.colorpicker_color div {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: url(/os/jquery-colorpicker/images/colorpicker_overlay.png);
}
.colorpicker_color div div {
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  overflow: hidden;
  background: url(/os/jquery-colorpicker/images/colorpicker_select.gif);
  margin: -5px 0 0 -5px;
}
.colorpicker_hue {
  position: absolute;
  top: 13px;
  left: 171px;
  width: 35px;
  height: 150px;
  cursor: n-resize;
}
.colorpicker_hue div {
  position: absolute;
  width: 35px;
  height: 9px;
  overflow: hidden;
  background: url(/os/jquery-colorpicker/images/colorpicker_indic.gif) left top;
  margin: -4px 0 0 0;
  left: 0px;
}
.colorpicker_new_color {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 213px;
  top: 13px;
  background: #f00;
}
.colorpicker_current_color {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 283px;
  top: 13px;
  background: #f00;
}
.colorpicker input {
  background-color: transparent;
  border: 1px solid transparent;
  position: absolute;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #898989;
  top: 4px;
  right: 11px;
  text-align: right;
  margin: 0;
  padding: 0;
  height: 11px;
}
.colorpicker_hex {
  position: absolute;
  width: 72px;
  height: 22px;
  background: url(/os/jquery-colorpicker/images/colorpicker_hex.png) top;
  left: 212px;
  top: 142px;
}
.colorpicker_hex input {
  right: 6px;
}
.colorpicker_field {
  height: 22px;
  width: 62px;
  background-position: top;
  position: absolute;
}
.colorpicker_field span {
  position: absolute;
  width: 12px;
  height: 22px;
  overflow: hidden;
  top: 0;
  right: 0;
  cursor: n-resize;
}
.colorpicker_rgb_r {
  background-image: url(/os/jquery-colorpicker/images/colorpicker_rgb_r.png);
  top: 52px;
  left: 212px;
}
.colorpicker_rgb_g {
  background-image: url(/os/jquery-colorpicker/images/colorpicker_rgb_g.png);
  top: 82px;
  left: 212px;
}
.colorpicker_rgb_b {
  background-image: url(/os/jquery-colorpicker/images/colorpicker_rgb_b.png);
  top: 112px;
  left: 212px;
}
.colorpicker_hsb_h {
  background-image: url(/os/jquery-colorpicker/images/colorpicker_hsb_h.png);
  top: 52px;
  left: 282px;
}
.colorpicker_hsb_s {
  background-image: url(/os/jquery-colorpicker/images/colorpicker_hsb_s.png);
  top: 82px;
  left: 282px;
}
.colorpicker_hsb_b {
  background-image: url(/os/jquery-colorpicker/images/colorpicker_hsb_b.png);
  top: 112px;
  left: 282px;
}
.colorpicker_submit {
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(/os/jquery-colorpicker/images/colorpicker_submit.png) top;
  left: 322px;
  top: 142px;
  overflow: hidden;
}
.colorpicker_focus {
  background-position: center;
}
.colorpicker_hex.colorpicker_focus {
  background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
  background-position: bottom;
}
.colorpicker_slider {
  background-position: bottom;
}
/* PREFERENCES HINT
 *************************/
.preferences-hint {
  position: absolute;
  top: 100px;
  right: 20px;
  line-height: 1.2;
}
.nav-tabs > li.error > a {
  color: #ffffff;
  background-color: #ff0000;
}
/* SORTABLE
 * https://www.tutorialspoint.com/jqueryui/jqueryui_sortable.htm
 * @since 21/12/2022
 ***************************/
.sortable-container {
  border: 1px solid #bbbbbb;
}
.sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  /*width: 25%;*/
}
.sortable li {
  /*border: 1px solid #222;*/
  background-color: #eee;
  margin: 0 3px 3px 3px;
  padding: 0.4em;
  padding-left: 1.5em;
  /*font-size: 17px;*/
  /*height: 16px;*/
}
.sortable li:hover {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  background-color: #d9d9d9;
}
/* https://stackoverflow.com/questions/5697067/css-for-grabbing-cursors-drag-drop */
.sortable li:active {
  cursor: grabbing !important;
  cursor: -moz-grabbing !important;
  cursor: -webkit-grabbing !important;
  background-color: #d9d9d9;
}
.sortablePlaceholder {
  /*font-weight: bold;*/
  /*font-size: 45px;*/
  font-size: 1px;
  height: 6px;
  background-color: #3e823b !important;
}
/*
 * HAMBURGER
 * @since 21/12/2022
 */
#hamburger {
  display: block;
  top: 50px;
  left: 50px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  float: right;
}
#hamburger span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #bbbbbb;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#hamburger span:first-child {
  transform-origin: 0% 0%;
}
#hamburger span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
/* END */
/*# sourceMappingURL=default-b3.css.map */