/*
Theme Name: Muse
Theme URI: tpl_muse
Description: A full featured unlimited colors admin panel theme from Themio
Author: Themio
Author URI: http://themio.net
Version: 2.1

/* Structure
-------------------------------------------------------------------*/
body {font-size: 12px; color: #474747}

a {color:#0054a6; text-decoration: none}
a:hover {text-decoration: underline}

p {line-height: 1.5em; margin-bottom: 0.5em}

/* Header
-------------------------------------------------------------------*/
header, #faux_header {background-image: url(../images/header/header_bg.png); background-repeat: repeat-x; padding: 4px 0 0; height: 42px}

#logo {
    width: 95px; 
    height: 39px; 
    /*background: url(../images/header/logo.png) no-repeat; text-indent: -9999em;*/ 
    display: block; 
    float: left;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

#logo:hover {
    text-decoration: none;
}

.biglogo {
    display: block; 
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

.biglogo:hover {
    text-decoration: none;
}


#faux_header #logo {margin: 8px 10px}

#search {float: right}
#search input[type='text'] {float:left; margin-left: 20px; border: 1px solid #000101; box-shadow: 0 1px 2px #C4C4C4 inset; height: 23px; line-height: 23px; padding: 0 5px;
         background: #fff url(../images/header/ico_search.png) no-repeat 95% center; width: 15em}
#search input[type='submit'] {float: right; text-indent: -999em}



header .left {padding: 8px 0 8px}

header .right {position: relative}
header .right ul {display: block}
header .right li {padding: 0 10px 0 9px; float: left; background: url(../images/header/topnav/separator.png) no-repeat right}
header .right li:last-child {border-right: none; padding-right: 0; background: none}

header .right .sf-with-ul {text-indent: -9999em}
header .right .sf-sub-indicator {top: 0}
header .right .sfHover a, header .right li li {background: #ddd}
header .right li ul {top: 1em !important; left: 10px !important}
header .right li li {padding: 10px}


#toolbar, #messages, #settings {float: left}
#messages, #settings, #search, #logout {display: block; text-indent: -999em; height: 32px; width: 20px}
#toolbar {line-height: 32px; padding: 0 10px}

#loginarrow {width: 20px; display: inline-block; background: url(../images/header/topnav/downarrow.png) no-repeat center 90%; height: 20px}
#messages {background: url(../images/header/topnav/mailicon.png) no-repeat center center}
#settings {background: url(../images/header/topnav/settingsicon.png) no-repeat center center}
#search {background: url(../images/header/topnav/searchicon.png) no-repeat center center}
#logout {background: url(../images/header/topnav/logouticon.png) no-repeat center center}

#searchdrop, #logindrop {background: #FFFFFF;box-shadow: 0 0 5px #212121; z-index: 99999;display: none; position: absolute;}

#logindrop {height: 68px;right: 134px;top: 32px;width: 200px;}
#logindrop li {float: none; display: block; background: none}
#logindrop li a {color: #444; display: block; line-height: 32px;}

#editprofile a {background: url(../images/header/topnav/editicon.png) no-repeat right center !important}
#logoutprofile {padding: 0 10px}
#logoutprofile a {background: url(../images/header/topnav/logouticon.png) no-repeat right center !important;}

#searchdrop {height: 50px;right: 0px;top: 32px;width: 200px;}

#toolbar, #toolbar a {color: #fff}

#logged, #logged a {color: #fff}
#logged {opacity: 0.75} #logged a {display: inline}

#searchbox {width: 170px; margin: 10px auto; display: block}

#titlediv {background: url(../images/header/pagetitle-bg.png) repeat-x; border-bottom: 1px solid #fff}
#pattern {padding-top: 10px; padding-bottom: 11px; }

/* Navigation
-------------------------------------------------------------------*/
nav li, nav {background-image: url(../images/header/nav-bg.png); background-repeat: repeat-x; background-position: bottom; }
nav {height: 40px}

nav li li {width: 190px !important;}
nav li li a {line-height: 32px; width: 160px}

nav li {display: inline-block; line-height: 36px}
nav li a {font-size: 12px; background-repeat: no-repeat; background-position:right top; color: #fff; text-decoration: none; padding: 0 16px 0 13px; display: inline-block; line-height: 40px}
nav li a:hover {text-decoration: none}
nav .icon img {float: left; padding-left: 10px}
nav li img {position: relative; top: 2px}

nav li ul {box-shadow: 0 0px 3px rgba(0, 0, 0, 0.5);}

nav li.active, nav li:hover {background-image: url(../images/header/menu_hover.png); background-repeat: no-repeat; background-position: right top}
nav li.active a {background-image: none}

nav .iconed a {padding-left: 10px}
nav .iconed img {vertical-align: text-bottom;}

nav .mobile-only {font-size: 15px;height: 28px;margin: 0 auto;padding: 5px 0;position: relative;top: 5px;width: 90%;}

nav li li, nav li li a {background: url(../images/header/1px_2.png) repeat}
nav li li:hover {background:url(../images/header/1px.png) repeat;}

/* Sidebar
-------------------------------------------------------------------*/
#sidebar {position:absolute;top:0;left:0;width:204px;height:100%;background-image: url("../images/header/header_bg.png"); background-repeat: repeat-y; background-position: top right}
@media screen{
  body>div#sidebar{position:fixed;}
}
* html body{overflow:hidden;}
* html #wrap{height:100%;overflow:auto;}
#wrap.sidebarred {margin-left: 204px;} /* same as width of #sidebar */

#sidebar nav {margin-top: 0}
#sidebar nav li {width: 100%}
#sidebar nav li ul {top: 0; left: 204px}
#sidebar nav li ul ul {left: 10em}

.full_width .row {max-width: none;}

/* Page Title
-------------------------------------------------------------------*/
ul.breadcrumbs {background: url(../images/header/breadcrumbhome.png) no-repeat left center; padding-left: 16px; color: #fff}
ul.breadcrumbs li:before {padding: 0 5px 0 0;}

ul.breadcrumbs a {color: #fff;font-size: 0.917em}

.pagetitle {background-image: url(../images/header/pagetitle_grad.png); background-repeat: repeat-x; border-bottom: 1px solid #fff;}
.pagetitle .row {height: 110px; padding-top: 10px}

.row h1 {color: #fff; font-weight: normal; margin-top: 45px}

/* Body
-------------------------------------------------------------------*/
#actualbody {padding-top: 40px}
#actualbody .row {padding: 25px 0px 40px 0}

h1, h2 {color: #3b3b3b;}
h1 {font-size: 2.333em; text-shadow: 0 1px 0 rgba(0,0,0,0.5)}
h2 {font-size: 1.333em;text-shadow: 0 1px 0 #fff;}
h3 {font-size: 1.667em; color: #000; padding-bottom: 5px; font-weight: bold;}

.widget {background: #fbfbfb; padding: 20px 0; box-shadow: 0 1px 2px #858585}

h2 {
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8 0%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#f3f3f3));
    background: -webkit-linear-gradient(top, #f8f8f8 0%,#f3f3f3 100%);
    background: -o-linear-gradient(top, #f8f8f8 0%,#f3f3f3 100%);
    background: -ms-linear-gradient(top, #f8f8f8 0%,#f3f3f3 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f3f3f3',GradientType=0 );
    background: linear-gradient(top, #f8f8f8 0%,#f3f3f3 100%);
    position: relative; top: -2em; padding: 0.5em 1em; left: 1em; 
    box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 1px #E0E0E0;
    display:inline; border: 1px solid #BCBCBC;
}

.widget .ui-tabs-nav li.ui-state-active h2  {
    background: #3a3a3a;
    background: -moz-linear-gradient(top, #3a3a3a 0%, #3a3a3a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a3a3a), color-stop(100%,#3a3a3a));
    background: -webkit-linear-gradient(top, #3a3a3a 0%,#3a3a3a 100%);
    background: -o-linear-gradient(top, #3a3a3a 0%,#3a3a3a 100%);
    background: -ms-linear-gradient(top, #3a3a3a 0%,#3a3a3a 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#3a3a3a',GradientType=0 );
    background: linear-gradient(top, #3a3a3a 0%,#3a3a3a 100%);
    position: relative; top: -2em; padding: 0.5em 1em; left: 1em; 
    box-shadow: 0 1px 0 #3a3a3a inset, 0 1px 1px #E0E0E0;
    display:inline; border: 1px solid #BCBCBC;
}

.inside-tab {
    border: 1px solid #ABABAB !important;
}

.inside-tab .ui-tabs-nav li h2  {
    position: relative; top: -30px; padding: 0.5em 1em; left: 15px; 
}

.inside-tab .ui-tabs-nav li.ui-state-active h2  {
    background: #3a3a3a;
    background: -moz-linear-gradient(top, #3a3a3a 0%, #3a3a3a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a3a3a), color-stop(100%,#3a3a3a));
    background: -webkit-linear-gradient(top, #3a3a3a 0%,#3a3a3a 100%);
    background: -o-linear-gradient(top, #3a3a3a 0%,#3a3a3a 100%);
    background: -ms-linear-gradient(top, #3a3a3a 0%,#3a3a3a 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#3a3a3a',GradientType=0 );
    background: linear-gradient(top, #3a3a3a 0%,#3a3a3a 100%);
    position: relative; top: -30px; padding: 0.5em 1em; left: 15px; 
    box-shadow: 0 1px 0 #3a3a3a inset, 0 1px 1px #E0E0E0;
    display:inline; border: 1px solid #BCBCBC;
}

.widget .ui-tabs-nav li.ui-state-active h2 a {
    color: #FFFFFF;
}

.widget_inside {padding: 10px 20px}

.widget_inside .col_12 {margin-bottom: 40px}
.widget_inside .col_12:last-child {margin-bottom: 20px}

/* Table
-------------------------------------------------------------------*/

table {width:100%;}
th{background: #fff;}
td, th {text-align: left; line-height: 2.5em; color: #000; padding-left: 0.5em; vertical-align: top}
tbody td {vertical-align: middle}

tr {background: #fbfbfb}
th {border-bottom: 1px solid #ddd}

.regular, .zebra {border: 1px solid #ABABAB}
.zebra tr:nth-child(2n) {background: #f1f1f1}

.regular tr:hover, .zebra tr:hover, .dataTable tr:hover {background: #ededed}

/* DataTables */

.dataTables_length {float: left; width: 40%}
.dataTables_filter {float: right;text-align: right;width: 50%;}
.dataTables_info {float: left;width: 50%; padding: 5px 0}
.dataTables_paginate {float: right;text-align: right;}
.DataTables_sort_icon {float: right;margin-right: 10px;margin-top: 8px;position: relative;}

.fg-toolbar {padding: 10px}
.dataTable th {background: #cccccc; box-shadow: 0px 0 1px #d4f3f3 inset; border-top: none; font-weight: bold;}
.dataTable td {border-top: none; border-bottom: none;}
.dataTable tr td:first-child {border-left: 1px solid #ABABAB}
.dataTable tr td:last-child {border-right: 1px solid #ABABAB}

.dataTable tr:nth-child(2n) {background: #f1f1f1}
.sorting_1 {background: #f6fefe}
tr:nth-child(2n) .sorting_1 {background: #e9fdfc}

.fg-buttonset .ui-state-disabled, .pagination .disabled a {color: #adadad}

.fg-buttonset .fg-button, .pagination li a {
    background: #fbfbfb; padding: 5px 10px; border: 1px solid #ababab; opacity: 1;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f6f6f6));
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f6f6f6',GradientType=0 );
    background: linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%);
}

.fg-buttonset span .ui-state-disabled, .pagination .active a {
    background: #3d8fe3; color: #fff;
    background: -moz-linear-gradient(top, #3d8fe3 0%, #2d6bd9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d8fe3), color-stop(100%,#2d6bd9));
    background: -webkit-linear-gradient(top, #3d8fe3 0%,#2d6bd9 100%);
    background: -o-linear-gradient(top, #3d8fe3 0%,#2d6bd9 100%);
    background: -ms-linear-gradient(top, #3d8fe3 0%,#2d6bd9 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d8fe3', endColorstr='#2d6bd9',GradientType=0 );
    background: linear-gradient(top, #3d8fe3 0%,#2d6bd9 100%);
    box-shadow: 0 1px 1px #58a4e9 inset; border: 1px solid #19559e; border-right-width: 2px;
}

.dataTables_filter input {box-shadow: inset 0 0 2px #e0e0e0}

/* Pagination + */
.pagination {font-size:1em; margin-top: 2em; float: right}
.pagination a {text-decoration: none}
.pagination li.disabled a, .pagination li.active a {cursor: default}
.pagination li {margin-left: -5px}
.pagination li:first-child a {margin-left: 0; border-radius: 3px 0px 0px 3px; }
.pagination li:last-child a {border-radius: 0px 3px 3px 0px ; }

/* Calendar */
.fc-header td {border: 0;}
.fc-header tr {background: transparent}

/* Charts - style up the tooltips content */
.legend table {width: auto;}

/* Login
-------------------------------------------------------------------*/
#login .container {position: relative; top: 100px}
#login .grey-highlight {padding: 20px 0}

/* Gallery
-------------------------------------------------------------------*/
.gallery li {display: inline-block; float: left; margin: 10px; position: relative}
.gallery li:hover .img_options li a {display: block; height: 25px; width: 25px}
.gallery li img {background: #fff;border: 1px solid #dcdcdc;display: block;margin: 0 auto;padding: 4px;}
.gallery li.principale img {border: 1px solid #02A9D7;}

.gallery li:hover .img_options {display: block}

.img_options {position: absolute;z-index: 99; bottom: 5px; right: -1px; width: 55px; height: 25px; display: none}
.img_options li {background-image: url(../images/buttons/gallery.png); display: inline-block;float: none;margin: 0 !important;text-align: center; text-indent: -999em; width: 25px; height: 25px; margin: 0}

.img_options li{background-position: 0 -150px;}
.img_options li:hover {background-position: 0 -120px;}
.img_options li:active {background-position: 0 -90px;}

.img_options li:last-child {background-position: 0 -60px; left: -5px}
.img_options li:last-child:hover {background-position: 0 -30px;}
.img_options li:last-child:active {background-position: 0 0;}

.gallery li:hover img {border: 1px solid #cacaca; box-shadow: 0 0 3px #b0b0b0}

.gallery.medium li {margin-left: 40px;}
.gallery.medium img {height: 150px; width: 210px}

.gallery.large li {margin-left: 16px;}
.gallery.large img {height: 230px; width: 330px}

/* Forms
-------------------------------------------------------------------*/
span.info {display: block; margin-top: 5px}

.form {border: 1px solid #ababab; }
.form div.clearfix {border-bottom: 1px solid #d6d6d6; padding: 12px 6px;}
.form div.clearfix label {width: 11.5em; float: left; text-align:right; padding-top: 6px}
.form div.clearfix:last-child {border-bottom: none !important;}
.form div.clearfix div.input {float: left; margin-left: 1.667em; min-width: 270px;}

.ticket_filtri div.clearfix {border-bottom: 1px solid #d6d6d6 !important; padding: 6px 6px 6px 6px;}
.ticket_filtri li.clearfix {border-bottom: 1px solid #d6d6d6 !important; padding: 6px 6px 6px 6px;}
.ticket_filtri div.clearfix label {width: 11.5em; float: left; text-align:right; padding-top: 6px}
.ticket_filtri div.clearfix:last-child {border-bottom: 0}
.ticket_filtri div.clearfix div.input {float: left; margin-left: 1.667em; min-width: 270px;}


.form div.campo {border-bottom: none; padding: 12px 6px; min-width: 450px; float: left; min-height: 50px;}
.form div.campo label {width: 9em; float: left; text-align:right; padding-top: 6px}
.form div.campo:last-child {border-bottom: 0}
.form div.campo div.input {float: left; margin-left: 1em; min-width: 270px;}

.form div.ticket_campo {border-bottom: none; padding: 6px 6px !important; min-width: 300px !important; float: left; min-height: 30px !important;}
.form div.ticket_campo label {width: 4em !important;}
.form div.ticket_campo div.input {float: left; margin-left: 1em; min-width: 180px !important;}

label {color: #3f3f3f}
.input.no-label {margin-left:13em !important}
.input.no-label .button:first-child {margin-left: 10px}

input[type="text"],input[type="password"], textarea, select {border: 1px solid #ababab; -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; padding: 5px}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    background-color: #f2f2f2;
    border-color: #D3D3D3;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.15);
    cursor: not-allowed;
}

textarea {font-size: 1em}


.form .red-highlight {background:#fcdddd}
.form .red-highlight input[type='text'] {border: 1px solid #db7a7a}

.form .green-highlight {background:#E1FCDD}
.form .green-highlight input[type='text'] {border: 1px solid #74A75A}

.form .grey-highlight {background:#E8E8E8}
.form .grey-highlight input[type='text'] {border: 1px solid #ababab}

.form .help {opacity: 0.75; font-family: 0.917em}

.form .red-highlight .help {color: #731313}
.form .green-highlight .help {color: #377313}


.form.stacked label {text-align: left !important; display: block; float: none !important; width: auto !important}
.form.stacked div.input {margin-left: 0 !important; margin-top: 1em}

.ticket_filtri div.input {margin-left: 0 !important; margin-top: 0.5em !important}

.form.stacked div.campo {border-bottom: none; padding: 12px 6px; min-width: 190px; float: left; min-height: 30px;}
.form.stacked div.campo label {width: 11.5em; float: left; text-align:right; padding-top: 6px}
.form.stacked div.campo:last-child {border-bottom: 0}
.form.stacked div.campo div.input {float: left; margin-left: 0; margin-top: 1em !important; min-width: 170px;}


.no-border {border: 0}


input.xmini, textarea.xmini, select.xmini {width: 30px !important;}
input.mini, textarea.mini, select.mini {width: 60px !important;}
input.small, textarea.small, select.small {width: 90px !important;}
input.small_medium, textarea.small_medium, select.small_medium {width: 100px !important;}
input.medium, textarea.medium, select.medium {width: 150px !important;}
input.large, textarea.large, select.large {width: 210px !important;}
input.xlarge, textarea.xlarge, select.xlarge {width: 270px !important;}
input.xxlarge, textarea.xxlarge, select.xxlarge {width: 390px !important;}
textarea.xxlarge {overflow-y: auto;}
textarea {max-width: 530px; min-height: 110px}

.ticket_campo input.large, .ticket_campo textarea.large, .ticket_campo select.large {width: 100% !important;}

/* Typography
-------------------------------------------------------------------*/
h3 {margin-bottom: 1em}
h4 {font-size: 1.333em; line-height: 1.666em;}
h5 {font-size: 1em; line-height: 1.333em;}
h6 {font-size: 0.75em; line-height: 1em}

.widget_inside h2 {top: -0.5em; left: 0; line-height: 3em}

ul.disc, ul.square, ol.numbered {line-height: 1.2em}
ul.disc ul, ul.square ul, ol.numbered ol {text-indent: 2em}

blockquote {font-size: 1.2em; line-height: 1.4em; font-style: italic; border-left: 5px solid #ddd; padding-left: 10px}
cite {font-style: normal !important;}
cite:before {content: "~"}

pre {background: #fff !important}


/* Notification
-------------------------------------------------------------------*/
.notification {display: block; padding: 1.3em 35px; margin-bottom: 1em}

.notification.undone {border: 1px solid #c88383; background: url(../images/notifications/cross.png) no-repeat 10px center #fabbbb; color: #882626}
.notification.done {border: 1px solid #90b96b; background: url(../images/notifications/tick.png) no-repeat 10px center #c2ee9b; color: #345f0e}
.notification.information {border: 1px solid #7ea2bf; background: url(../images/notifications/information-balloon.png) no-repeat 10px center #b6d9f4; color: #1e4f74}
.notification.setting {border: 1px solid #b7b7b7; background: url(../images/notifications/gear.png) no-repeat 10px center #e2e2e2; color: #454545}
.notification.warning {border: 1px solid #c2c193; background: url(../images/notifications/exclamation.png) no-repeat 10px center #f1efb1; color: #6c6913}

/* Button
-------------------------------------------------------------------*/

button, input[type="submit"], input[type="button"], input[type="reset"], .button, .uploadifyButton {padding: 7px 15px; outline: none}
button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, .button:hover {text-decoration: none;}
button:active span, input[type="submit"]:active span, input[type="button"]:active span, input[type="reset"]:active span, .button:active span {position: relative; top: 1px}

button, input[type="submit"], input[type="button"], input[type="reset"], .button, .uploadifyButton {border: 1px solid #ababab;box-shadow:inset 0 1px 0px #fff; color: #3b3b3b;
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#e9e9e9));
    background: -webkit-linear-gradient(top, #efefef 0%,#e9e9e9 100%);
    background: -o-linear-gradient(top, #efefef 0%,#e9e9e9 100%);
    background: -ms-linear-gradient(top, #efefef 0%,#e9e9e9 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e9e9e9',GradientType=0 );
    background: linear-gradient(top, #efefef 0%,#e9e9e9 100%);
}
button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, .button:hover, .uploadifyButton :hover {box-shadow:0 1px 1px #FFFFFF inset, 0 0 2px #E1E1E1}
button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active, .button:active, .uploadifyButton:active {box-shadow: 0 0 5px #c2c2c2 inset;}

.button.blue {border: 1px solid #19559e; box-shadow:inset 0 1px 0px #58a4e9; color: #fff;
    background: #3d90e3;
    background: -moz-linear-gradient(top, #3d90e3 0%, #2d6ad9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d90e3), color-stop(100%,#2d6ad9));
    background: -webkit-linear-gradient(top, #3d90e3 0%,#2d6ad9 100%);
    background: -o-linear-gradient(top, #3d90e3 0%,#2d6ad9 100%);
    background: -ms-linear-gradient(top, #3d90e3 0%,#2d6ad9 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d90e3', endColorstr='#2d6ad9',GradientType=0 );
    background: linear-gradient(top, #3d90e3 0%,#2d6ad9 100%);
}

.button.blue:hover {box-shadow:0 1px 1px #58A4E9 inset, 0 0 2px #62A1E3}
.button.blue:active {box-shadow: 0 0 5px #3067A2 inset;}

.button.black {border: 1px solid #000; box-shadow:inset 0 1px 0px #545454; color: #fff;
    background: #404040;
    background: -moz-linear-gradient(top, #404040 0%, #323232 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#323232));
    background: -webkit-linear-gradient(top, #404040 0%,#323232 100%);
    background: -o-linear-gradient(top, #404040 0%,#323232 100%);
    background: -ms-linear-gradient(top, #404040 0%,#323232 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#323232',GradientType=0 );
    background: linear-gradient(top, #404040 0%,#323232 100%);
}

.button.black:hover {box-shadow:0 1px 1px #545454 inset, 0 0 2px #4D4D4D}
.button.black:active {box-shadow: 0 0 5px #232323 inset}

.small.button {font-size:0.8em; padding: 3px 5px}
.large.button {font-size:1.3em; padding: 7px 10px}

/* Report
-------------------------------------------------------------------*/
.report {text-align: center; }

.report .button {
    display: inline-block;
    margin: 0 12px 10px;
    width: 13% !important;
    min-width: 130px;
    padding: 10px 5px;
}

.report .up, .report .down {color: #fff;}

.report .up {background: url(../images/buttons/uparrow_sep.png) no-repeat left -65px; box-shadow:0 1px 0px #9CC49D inset; border-color: #4f6a05;}
.report .down {background: url("../images/buttons/downarrow_sep.png") no-repeat left 0; box-shadow: 0 1px 0px #E7C351 inset; border-color: #9d6008;}

.report .value, .report .attr  {display: block; text-align: center}
.report .value {font-size: 1.833em; padding: 4px 0 2px}
.report .attr {font-size: 0.917em; padding: 2px 0 4px}

.report .button:active {box-shadow: none}
.report .button:active span {top: 0;}

/* Footer
-------------------------------------------------------------------*/
footer {background: #2c2b28; padding-top: 20px}
footer {
    color: #FFFFFF;
}

/* Consolidating CSS3 Features
-------------------------------------------------------------------*/
#search input[type='text'], h2, table {border-radius: 2px; -moz-border-radius:2px; -webkit-border-radius:2px}

.picker, #searchdrop, #logindrop, .gallery li img, .form, input[type="text"],input[type="password"], 
    textarea, select, .notification, button, input[type="submit"], input[type="button"], input[type="reset"], 
    .button, .report .up, .report .down, code {border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px}

.widget, .twipsy-inner {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}


/* Tabs
-------------------------------------------------------------------*/
.widget .ui-tabs-nav h2 {padding: 0.4em 0.9em}
.widget .ui-tabs-nav h2 a {float: none; font-size: inherit; padding: 0.5em 1em; text-shadow: none}
.widget .ui-tabs-nav {border: none}

.widget .ui-tabs-nav li {background: none; border: none; padding: 0; visibility:hidden ; margin-right: 1em}

.inside-tab .ui-tabs-nav li {background: none; border: none; padding: 0; visibility:hidden ; margin-right: 15px}

.widget .ui-tabs-nav li h2 {
    background: #fdfdfd;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmZiZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fdfdfd 0%, #fbfbfb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#fbfbfb));
    background: -webkit-linear-gradient(top, #fdfdfd 0%,#fbfbfb 100%);
    background: -o-linear-gradient(top, #fdfdfd 0%,#fbfbfb 100%);
    background: -ms-linear-gradient(top, #fdfdfd 0%,#fbfbfb 100%);
    background: linear-gradient(top, #fdfdfd 0%,#fbfbfb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#fbfbfb',GradientType=0 );
    opacity:0.9; visibility: visible;
}

.widget .ui-tabs-nav li.ui-state-active h2 {opacity: 1;}
.widget .ui-tabs-panel {background: none; padding: 0; border: none;}

.widget.tabs .widget_inside {margin-top: -10px}

.widget.inside-tab {
    padding-top: 0 !important; 
}

/* Twipsy
-------------------------------------------------------------------*/

.twipsy {display: block;position: absolute;visibility: visible;padding: 5px;font-size: 11px;z-index: 1000;-ms-filter: alpha(opacity=80);-khtml-opacity: 0.8;-moz-opacity: 0.8;opacity: 0.8;}

.twipsy.fade.in {-ms-filter: alpha(opacity=80);-khtml-opacity: 0.8;-moz-opacity: 0.8;opacity: 0.8;}
.twipsy.above .twipsy-arrow {bottom: 0;left: 50%;margin-left: -5px;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #000000;}
.twipsy.left .twipsy-arrow {top: 50%;right: 0;margin-top: -5px;border-top: 5px solid transparent;border-bottom: 5px solid transparent;border-left: 5px solid #000000;}

.twipsy.below .twipsy-arrow {top: 0;left: 50%;margin-left: -5px;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 5px solid #000000;}
.twipsy.right .twipsy-arrow {top: 50%;left: 0;margin-top: -5px;border-top: 5px solid transparent;border-bottom: 5px solid transparent;border-right: 5px solid #000000;}
.twipsy-inner {padding: 3px 8px;background-color: #000000;color: white;text-align: center;max-width: 200px;text-decoration: none;}
.twipsy-arrow {position: absolute;width: 0;height: 0;}

.fade {-webkit-transition: opacity 0.15s linear;-moz-transition: opacity 0.15s linear;-ms-transition: opacity 0.15s linear;-o-transition: opacity 0.15s linear;transition: opacity 0.15s linear;opacity: 0;}
.fade.in {opacity: 1;}



/* Fixes for Mobile
-------------------------------------------------------------------*/

@media handheld, only screen and (max-width: 767px) {
    /* Layout Fixes */
    .widget {padding-top:0px}
    h2 {top: -1em}
    .col_12 .col_1, .col_12 .col_2, .col_12 .col_3, .col_12 .col_4, .col_12 .col_5, .col_12 .col_6,
    .col_12 .col_7, .col_12 .col_8, .col_12 .col_9, .col_12 .col_10, .col_12 .col_11 {margin-bottom: 10px}

    .pattern h1, header .left {margin-left: 10px}
    header .right {margin-right: 10px}

    .report .button {margin: 0 0px 10px}

    /* Form Fixes */
    .form div.clearfix label {text-align: left; float:none}
    .form div.clearfix div.input {display:block; margin-left: 0; margin-top:10px; float:none}
    .form div.clearfix div.input input[type="text"], .form div.clearfix div.input input[type="password"] {width: 80%}

    .form div.campo {min-width: 386px;}

    .form div.campo label {text-align: left; float:none}
    .form div.campo div.input {display:block; margin-left: 0; margin-top:10px; float:none}
    .form div.campo div.input input[type="text"], .form div.campo div.input input[type="password"] {width: 80%}

    /* Sidebar */
    #wrap.sidebarred {margin-left: 0}

}

/* in Portrait mode */   
@media screen and (max-width: 320px) {
    #toolbar span {display: none} /* Don't show 'Logged in as' text */
    header .right li {padding: 0 5px} /* Shrink the toolbar to fit */
}

/* Used for Demo
-------------------------------------------------------------------*/

.aurora_option, .trigger {position: fixed;z-index: 999;right: 0;}
.aurora_option {padding: 10px;top: 217px;background: #333;display: none; border-radius: 3px 0 0 3px}

.aurora_option label {width: 10em; padding: 0}
.aurora_option {border: 0; border-radius: 5px 0 0 5px }
.aurora_option .clearfix {border: 0}

.trigger {padding: 10px;top: 188px;background: #111;z-index: 999; color: #fff;}

.picker {background-color: #222936;border: 2px solid #222222;float: left;height: 14px;width: 60px;}

#aurora_or, #aurora_or span {display: block; line-height: 1.3em;}
#aurora_or {color: #fff; text-align: center;}
#aurora_or span {border-top: 1px solid #ddd;}

.aurora_option select {padding: 0; }
.aurora_option label {padding-top: 5px; color: #929292}

.trigger_ticket_filtri, .trigger_ticket_itinerario, .aurora_option {
    position: absolute !important;    
}

.trigger_ticket_filtri {
    top: 212px;
    width: 110px;
    height: 14px;
    background: -moz-linear-gradient(center top , #3A3A3A 0%, #3A3A3A 100%) repeat scroll 0 0 transparent;
    border: 1px solid #BCBCBC;
    box-shadow: 0 1px 0 #3A3A3A inset, 0 1px 1px #E0E0E0;
}

.trigger_ticket_itinerario {
    top: 212px;
    width: 110px;
    height: 14px;
    background: -moz-linear-gradient(center top , #3A3A3A 0%, #3A3A3A 100%) repeat scroll 0 0 transparent;
    border: 1px solid #BCBCBC;
    box-shadow: 0 1px 0 #3A3A3A inset, 0 1px 1px #E0E0E0;
    font-size: 0.95em;
}

.sortable_itinerario {
    width: 282px;
}

.aurora_option {
    top: 249px;    
}

.language-holder {
    margin-top: 45px;
    width: 110px;
}

.language-holder label{
    color: #FFFFFF;
    font-weight: bold;
    float: left;
    width: 50px;
    padding-top: 10px;
}

#loading-animation {
    /*background: url("/assets/images/background/ajax-loader.gif") 50% 50% no-repeat #DDDDDD;*/
    background: #DDDDDD;
    position: absolute;
    width: 100%;
    opacity: .95;
}

#loading-image {
    background: url("/assets/images/background/ajax-loader.gif") top left no-repeat #DDDDDD;
    display: block;
    width: 96px;
    height: 96px;
}

.gradient {
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
	background: -moz-linear-gradient(top, #fff, #eaeaea);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea)";
}
.shadow-all { 
	-moz-box-shadow: 0px 2px 4px #999;
	-webkit-box-shadow: 0px 2px 4px #999;
	box-shadow: 0px 2px 4px #999;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=160, Color='#999999')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=160, Color='#999999');*/
}
.item { padding:1em; margin:0 0 2em; }

#poi_point { list-style-type: none; margin: 0; padding: 0; }
#poi_point li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; height: 100px; }


#uploader {    
    height: 359px;
    border: none !important;
}

.loader-allegati {
    background: url("/assets/images/background/ajax-loader.gif") 50% 50% no-repeat #DDDDDD;
}

.table-dida-allegati td {
    padding: 5px;
}

.campo_fieldset {    
    border-top: 1px solid #ABABAB;
    padding: 15px 0;
}

.campo_fieldset legend{    
    display: block;
    margin-left: 15px;
    padding: 0 15px;
    font-style: italic;
    font-weight: bold;
}

.clearfix .campo_fieldset {    
    border-top: none;
    padding: 15px 0;
    margin-top: 15px;    
}


ul.date_evento, ul.date_periodo {
    padding: 15px;
}

ul.date_evento li, ul.date_periodo li {
    padding: 5px;
    width: 200px;
    float: left;
    text-align: center;
}

.extlink {
    color: #2F6FDA !important; 
}

label.ticket_label {
    text-align: left !important;
    padding: 0 0 15px 5px;
    font-weight: bold;
    width: 300px !important;
}

ul.ul_radio_checkbox{
    max-width: 310px;
}

ul.ul_radio_checkbox_wide{
    max-width: 780px;
}


ul.ul_radio_checkbox li, ul.ul_radio_checkbox_wide li{
    float: left;
    width: 145px;
    padding: 5px; 
    min-height: 30px;   
}

.ticket_filtri ul.ul_radio_checkbox li, .ticket_filtri ul.ul_radio_checkbox_wide li{
    float: left;
    width: 90px;
    padding: 5px 0; 
    min-height: 30px;   
}

.radio_checkbox_container {
    float: left;
    width: 25px;    
}

.radio_checkbox_label {
    float: left;
    width: 120px;
    padding-top: 3px;
}

.ticket_filtri .radio_checkbox_label {
    float: left;
    width: 65px;
    padding-top: 3px;
}

ul.ul_ticket_onfly li{
    float: left;
    width: 32px;
    height: 32px;
    padding: 5px;    
    margin: 2px;    
    position: relative;    
    background: #FFF;
}

ul.ul_ticket_onfly li.active{
  z-index: 70;
}

ul.ul_ticket_onfly li a.sub-filter{
    display: block;
    width: 33px;
    height: 33px;
    background: url("/assets/images/icons/sprite-icons-ticket-filter.png") no-repeat transparent;
    z-index: 99;       
}

div.area_icon {
    width: 33px;
    height: 33px;    
    background: url("/assets/images/icons/sprite-icons-ticket-filter.png") no-repeat transparent;
    float: left;
    margin: 5px 5px 0 0;
}

div.area_icon_numbered {
    width: 33px;
    height: 33px;        
    float: left;
    margin: 5px 5px 0 0;
    background-repeat: no-repeat;    
}

ul.ul_ticket_onfly li a.sub-filter span.active{
    display: block;
    width: 10px;
    height: 10px;
    background: url("/assets/images/icons/mini-check.png") top right no-repeat transparent;
    /*z-index: 98;*/   
    position: absolute;
    top: 4px;    
    left: 31px;
}

.input-onfly {
    padding-left: 12px;
}

ul.ul_ticket_onfly li.enogastronomia a.sub-filter, div.area_icon.area_enogastronomia{
    background-position: 0 -2px;
}

ul.ul_ticket_onfly li.ricettivita a.sub-filter, div.area_icon.area_ricettivita{
    background-position: -42px -2px;
}

ul.ul_ticket_onfly li.eventi a.sub-filter, div.area_icon.area_eventi, div.area_icon.area_eventi_contenitore{
    background-position: -82px -2px;
}

ul.ul_ticket_onfly li.musei a.sub-filter, div.area_icon.area_musei{
    background-position: -124px -2px;
}

ul.ul_ticket_onfly li.sitireligiosi a.sub-filter, div.area_icon.area_sitireligiosi{
    background-position: -164px -2px;
}

ul.ul_ticket_onfly li.natura a.sub-filter, div.area_icon.area_natura{
    background-position: 0 -40px;
}

ul.ul_ticket_onfly li.trekking a.sub-filter, div.area_icon.area_trekking{
    background-position: -42px -40px;
}

ul.ul_ticket_onfly li.shopping a.sub-filter, div.area_icon.area_shopping{
    background-position: -82px -40px;
}

ul.ul_ticket_onfly li.trasporti a.sub-filter, div.area_icon.area_trasporti{
    background-position: -124px -40px;
}

ul.ul_ticket_onfly li.altro a.sub-filter, div.area_icon.area_altro{
    background-position: -164px -40px;
}

.onfly-filter-pane {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    z-index: 66;
    display: block;
    left: -502px;
    top: 42px;  
    width: 548px;  
    /*background: #FFF;*/  
}

.onfly-filter-pane h5{
    background-image: url("/assets/images/background/flyout-layer-title.png");
    display: block;
    height: 26px;
    line-height: 25px;
    padding: 4px 4px 0;
    width: 540px;
    font-weight: bold;
}



.onfly-filter-pane div.tab {
  background-image: url("/assets/images/background/flyout-layer-top.png");
  height: 44px;
  right: 0;
  position: absolute;
  top: -43px;
  width: 48px;
  z-index: 66;
}

.onfly-filter-pane div.shadow {
  background-image: url("/assets/images/background/flyout-layer-shadow.png");
  height: 4px;
  left: 0px;
  position: absolute;
  top: -3px;
  width: 500px;
  z-index: 144;
}

.items-onfly-filter {
  background-image: url("/assets/images/background/flyout-layer-middle.png");
  padding: 4px 0 0 2px;
  width: 546px;
}

.items-onfly-filter ul li {
    width: 170px;
    padding: 0;
    height: auto !important;
}

.items-onfly-filter ul li.double {
    width: 540px;
    height: 1px;
    margin: 0;
    padding: 0;
}

.items-onfly-filter ul li span {
    width: 145px;
    padding: 4px 0 0 0;
    float: right;
}

.onfly-filter-pane div.clear_bottom {
  background-image: url("/assets/images/background/flyout-layer-bottom.png");
  height: 14px;
  width: 548px;
}

ul.ul_ticket_onfly li a.close-pane{
  border: none;  
  background-image: url("/assets/images/background/flyout-layer-close.png");
  display: block;
  height: 16px;
  position: absolute;
  right: 12px;
  top: 6px;
  width: 16px;
  z-index: 149;
}

ul.ul_ticket li{
    float: left;
    width: 155px;
    padding: 4px;
}

ul.ul_ticket_filter {
    height: 22px;
}

ul.ul_ticket_filter li{
    float: left;
    width: 200px;    
    padding: 0px 3px;
}

ul.ul_ticket.flags {
    width: 100% !important;
    padding-left: 2em;
}

.ticket_icon {
    width: 10% !important;
    margin-right: 2%;
    height: 100px !important; 
    cursor: pointer;   
}

ul.ul_ticket.checkbox li {
    border: 1px solid #CCC;
    border-radius: 5px;
    margin: 5px;
    background: url('../images/icons/tickn.png') 5px no-repeat !important;
    padding-left: 20px;
    cursor: pointer;
}

ul.ul_ticket.radio li{
    border: 1px solid #CCC;
    border-radius: 5px;
    margin: 5px;
    background: url('../images/icons/radion.png') 5px no-repeat !important;
    padding-left: 20px;
    cursor: pointer;
}

ul.ul_ticket.radio li input,
ul.ul_ticket.checkbox li input{
    display: none;
}

.width40 li {
    width: 30% !important;
}

ul.ul_ticket.checkbox li.selected{
    background: url('../images/icons/tick.png') #e3e3e3 5px no-repeat !important;
    padding-left: 20px;
    cursor: pointer;
}

ul.ul_ticket.radio li.selected{
    background: url('../images/icons/radio.png') #e3e3e3 5px no-repeat !important;
    padding-left: 20px;
    cursor: pointer;
}

ul.ul_ticket.radio li:hover, ul.ul_ticket.checkbox li:hover {
    background-color: #e3e3e3 !important;
    padding-left: 20px;
    cursor: pointer;
}

.ticket_icon input[type='radio']{
    display:none;
}

.ticket_icon.selected, .ticket_icon:hover{
    background-color: #e3e3e3 !important;
    border-radius: 5px;
}

.ticket_icon.ita{
    background: url("/assets/images/flags/IT.png") 50% 50% no-repeat transparent;
}

.ticket_icon.eng{
    background: url("/assets/images/flags/EN.png") 50% 50% no-repeat transparent;
}

.ticket_icon.ger{
    background: url("/assets/images/flags/DE.png") 50% 50% no-repeat transparent;
}

.ticket_icon.fra{
    background: url("/assets/images/flags/FR.png") 50% 50% no-repeat transparent;
}

.ticket_icon.ned{
    background: url("/assets/images/flags/NL.png") 50% 50% no-repeat transparent;
}

.ticket_icon.esp{
    background: url("/assets/images/flags/ES.png") 50% 50% no-repeat transparent;
}

.ticket_icon.aut{
    background: url("/assets/images/flags/AT.png") 50% 50% no-repeat transparent;
}

.ticket_icon.sui{
    background: url("/assets/images/flags/CH.png") 50% 50% no-repeat transparent;
}

.ticket_icon.bel{
    background: url("/assets/images/flags/BE.png") 50% 50% no-repeat transparent;
}

.ticket_icon.usa{
    background: url("/assets/images/flags/US.png") 50% 50% no-repeat transparent;
}

.ticket_icon.rus{
    background: url("/assets/images/flags/RU.png") 50% 50% no-repeat transparent;
}

.ticket_icon.chi{
    background: url("/assets/images/flags/CN.png") 50% 50% no-repeat transparent;
}

.ticket_icon.jap{
    background: url("/assets/images/flags/JP.png") 50% 50% no-repeat transparent;
}

.ticket_icon.altro{
    background: url("/assets/images/flags/AA.png") 50% 50% no-repeat transparent;
}

.ticket_icon.maschio{
    background: url("/assets/images/icons/M.png") 50% 50% no-repeat transparent;
    width: 35% !important;
}

.ticket_icon.femmina{
    background: url("/assets/images/icons/F.png") 50% 50% no-repeat transparent;
    width: 35% !important;
}

.ticket_flags_container {
    float: left;
    width: 75%;
    height: 258px;
    border: 1px solid #CCC;
    margin-left: 5px;
}

.ticket_sex_container {
    float: left;
    width: 23%;
    border: 1px solid #CCC;
    margin-left: 8px;
    height: 258px;
}

.rounded {
    border-radius: 5px;
}


table.table-prezzi{
    width: 780px;
    border-collapse: collapse;
}

table.table-prezzi th, table.table-prezzi td{
    border: 1px solid #DDDDDD;
    text-align: center;
    background: transparent;
}

table.table-prezzi th.void{
    border: none;
}

table.table-prezzi td.nowrap{
    white-space: nowrap;
}

table.table-prezzi input[type='text']{
    text-align: right;
}

table.filesTable {
    border-collapse: collapse;
}

table.filesTable td, table.filesTable th {
    border: 1px solid #EAEAEA;
}

table.filesTable th {
    font-weight: bold;
}

.tableFoto table td {
    border: 1px solid #333;
    padding: 5px;
}

.tableFoto table td.even {
	background: #E8E8E8;
}

.tableFoto table td.odd {	
    background: #FFFFFF;
}

table.detailFoto td {
    border: none;
    background: transparent;
}

div.anteprima_immagine {
	padding: 12px;
}

.attachment .filename {
    float: left;
    width: 25%;
}

.attachment .filedida {
    float: left;
    width: 35%;
}

.attachment .filetype {
    float: left;
    width: 10%;
}

.attachment .filesize {
    float: left;
    width: 10%;
}

.attachment .filelang {
    float: left;
    width: 10%;
}

.attachment .fileactions {
    float: right;
    width: 10%;
}

.attachment li {
    padding: 5px;
}

.attachment.sortable li {
    margin: 5px 0;
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
}

.table-dida-allegati td {
    padding: 5px;
}


.map_canvas_container { width: 100%; height:400px; }
.map_canvas { width: 100%; height:400px; }

.risultati_ricerca_ticket{
    height: auto !important;
    padding-bottom: 50px !important;
}

.risultati_ricerca_ticket h5, .preferiti_ticket h5, .infoWindow h5, .sortable_itinerario h5 {
    font-weight: bold;
    font-size: 1.2em;
}

.risultati_ricerca_ticket h5 span, .preferiti_ticket h5 span, .sortable_itinerario h5 span {
    background: url("/assets/images/icons/macrocategorie-colors-icons.png") top left no-repeat transparent;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 4px;
}

.risultati_ricerca_ticket .col_11 {
    margin-right: 0;
}

.risultati_ricerca_ticket .col_1 ul li {
    float: right;
}

.ticket-results-buttons li{
    padding: 3px;
}

.ticket-results-icon {
    background-image: url("/assets/images/icons/ticket-icons.png");
    background-repeat: no-repeat;
    display: block;
    width: 32px;
    height: 32px;    
    overflow: hidden;
    text-indent: -900px;
}

.ticket-results-icon.view-on-map {
    background-position: -111px 0;
}

.ticket-results-icon.add-to-favorites {
    background-position: -37px 0;
}

.ticket-results-icon.remove-from-favorites {
    background-position: -74px 0;
}

.ticket-results-icon.open-details {
    background-position: 0 0;
}

.ticket-favorites-icon, .ticket-report-icon {
    background-image: url("/assets/images/icons/ticket-icons-mini.png");
    background-repeat: no-repeat;
    float: right;
    width: 23px;
    height: 23px;
    margin-left: 8px;    
    overflow: hidden;
    text-indent: -900px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  
    .sel_all_details{
        margin-top: -17px;
        
    } 
}  


.ticket-report-icon {
    cursor: pointer;
}

.ticket-favorites-icon.view-on-map {
    background-position: -75px 0;    
}

.ticket-favorites-icon.add-to-favorites {
    background-position: -25px 0;
}

.ticket-favorites-icon.remove-from-favorites {
    background-position: -50px 0;
}

.ticket-favorites-icon.open-details {    
    background-position: 0 0;    
}

.ticket-favorites-icon.add-to-route {
    background-position: -99px 0;
}

.ticket-favorites-icon.remove-from-route {
    background-position: -124px 0;
}

.ticket-report-icon.checked {
    background-position: -25px -28px;
}

.ticket-report-icon.unchecked {
    background-position: -50px -28px;
}

.ticket-report-icon.detailsunchecked {
    background-position: 0 0;
}

.ticket-report-icon.detailschecked {
    background-position: 0 -28px;
}

.ticket-report-icon.attachmentsunchecked {
    background-position: -99px -28px;
}

.ticket-report-icon.attachmentschecked {
    background-position: -124px -28px;
}

#accordion-ticket-filtri .ui-accordion-content {
    padding: 5px;
}

.risultati_ricerca_ticket_foto {
    float: left; 
    width: 133px; 
    padding: 5px 8px 0 0;
}

.risultati_ricerca_ticket_foto img {
    display: block; 
    margin-top: -4px;
    width: 133px;
}

.infoWindow_text {
    float: left;
}

.infoWindow_photo {
    float: left; 
    width: 90px; 
    padding: 5px 8px 0 0;
}

.infoWindow_photo img {
    display: block; 
    margin-top: -4px;
    width: 90px;    
}

.infoWindow_icons {
    clear: both;
    display: block;    
}

.tableReport {
    border: none !important;
}

.tableReport th {
    vertical-align: middle;
    font-weight: bold;
    background: transparent;
    padding: 0 0 0 4px;
}

.tableReport tr.odd td {
    background: #F1F1F1;
}

.tableReportAllegati th {
    vertical-align: middle;
    font-weight: bold;    
    border-bottom: 1px solid #FFFFFF;
}

.tableReportAllegati td, .tableReportAllegati th {
    background: #f0f0f0;
}

.tableReportAllegati td a{
    color: #fc641b !important;
}

#ticket-report-favorites .ticket-favorites-description {
    float: left;
    width: 90%;    
}


#ticket-report-favorites .favorites-actions {
    float: right;
    width: 32px;
    text-align: center;
    padding-right: 2px;
}

#ticket-report-favorites .favorites-actions .actions{
    margin: 4px 0;
    display: block;
}


.ticket_info {
    float: left;
    width: 96%;
    padding-bottom: 2%;
    border: 1px solid #CCC;
    /*min-height: 364px;*/
}

.ticket_info table td {
    padding: 4px;
    line-height: 1.4em;
    /*font-size: 0.8em;*/
}

.ticket_info table td.label {
    text-align: right;
    font-weight: bold;
    vertical-align: top;
}


.ticket_info_2 {
    float: right;
    width: 28%;
    padding: 2%;
}

.ticket_info_2 .ul_ticket {
    padding: 0 !important;
}

.ticket_info_2 .ticket_icon {
    width: 56px !important;
}

.autogrow_container {
    display: block;
    width: 95%;
    height: 170px;
    padding-left: 10px;
}

.autogrow_textarea {
    width: 95%;
    display: block;
    height: 106px;
    border: 1px solid #ababab;
    border-radius: 5px; 
    background: #FFF;
    padding: 4px;   
}

.autogrow_textarea textarea {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}

.col_4.ticket {
    margin-right: 28px;
}

.col_4.first {
    margin-left: 10px;
}

.col_12.ticket {
    width: 98%;
    margin: 40px 10px 0 10px !important;
    padding: 0 0 15px 0;
    border: 1px solid #CCC;
}

.ticket_info h3, .ticket h3 {
    font-size: 17px;
    border-bottom: 1px solid #CCC;
    padding: 8px;
    color: #4F4F4F;
    font-weight: 700;
    font-family: "Open Sans",Arial,sans-serif;
}

.ticket h3 {
    height: 30px;
}

.ticket h3 a span{
    font-family: Arial,sans-serif;
    font-weight: 400 !important;
    font-size: 13px;
}

/*
.ticket h2 {
    top: -35px;
    left: 17px;    
}
*/

.col_12.ticket .tableReport {
    width: 98%;
    margin: 0 1%;
}

#form_ticket_contatti {
    padding: 0 8px;
}

.form_contatti .loader {
    display: none;
    width: 100%;
    height: 100%;
    background: url('/assets/images/background/ajax-loader.gif') 50% 50% no-repeat transparent;
    position: absolute;
    top:0;
    left: 0;    
}

.border-none {
    border: none !important;
}

#totali_ricerca {
    float: right;
    font-size: 0.8em;
    font-family: Arial,sans-serif;
    font-weight: 400;
    padding: 3px 10px 0 0;
    
}

#route_results {
    padding: 0 8px 8px 8px;
    display: none;
}

#ticket_ricerca_container .ticket_info h3 {
    margin-bottom: 0 !important;
}

.toolbar_preferiti {
    position: absolute;
    top:6px;
    right:5px;
    width: 32px;
    height: 32px;
    display: block;
}


/* Scheda html */

.nome {
    font-size: 24px !important;
}

.table-prezzi font {
    font-size: 13px !important;
}
.twipsy{
    z-index: 9999999999999999999999999;
    width: 175px;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

/* ----------- */

.filter_for_container{
    background-color: #FFFFFF; 
    width: 540px; 
    height: 60px;
    margin-left: 4px;
}

.filter_for{
    background-color: #E8E8E8;
    margin: -15px 0 10px 8px;
    padding: 12px;
    text-align: right;
    width: 92%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.warning-browser {
    display: block;
    position: absolute;
    top: -64px;
    left: 0;
    width: 94%;
    display: none;
    /*height: 30px;*/    
}

.close_warning {
    position: absolute;
    right: 12px;
    top: 12px;
}

#mapCanvasViewOnMap {
    width: 50%;
    height: 400px;
    float: left;
}
#infoPanelViewOnMap {
    float: left;
    width: 50%;   
    height: 400px;     
}
#infoPanelViewOnMap div {
    
}
span.ordinamento {
    display: block;
    width: 64px;
    height: 32px;
    position: absolute;
    top: 15px;
    left: 10px;    
}

.blog-blocco-conenuto {
  position: relative;
}

.select_controller {
    float: left;
}

.multiple_select {
    width: 40%;
    height: 320px;
}


.td_img_thumb {
    display: block;
    padding: 5px 0;
}

.youtube_thumbnails li{
    float: left;
    /*width: 130px;
    height: 130px;*/
    text-align: center;
}

.da_modificare{
    background-color: #FFFF00;
}

.dataTable td ul {
    list-style-type: disc;
    padding: 20px;
}

.dataTable th.check_all {
  padding-top: 7px !important;
}

.toolbar_list {
    display: block;
    text-align: right;
    padding: 0 0 25px 0;
}

.select_move {
    height: 120px;
}

.select_controller .button {
    display: block;
    width: 70px !important;
    height: 15px !important;
    line-height: 15px;
}
