/* CSS FRAMEWORK
versione 3.0 by Nic - http://www.enneb.com/

-------------------------------------------------------------
-------------------------------------------------------------
	background-image: url(../img/xxx.png);
	_background-image: url(../common/img/transparent.gif);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="common/img/xxx.png", sizingMethod="crop");
	background-repeat: no-repeat;
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
font-family: 'Roboto', sans-serif;
}
article, aside, figure, footer, header,
hgroup, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; color: #2f3b4e;}
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

pre {
padding: 15px;
white-space: pre; /* CSS2 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
}
/* align checkboxes, radios, text inputs with their label */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: baseline; width: auto !important; }
.ie6 input { vertical-align: text-bottom; }
/* hand cursor on clickable input elements */
input[type=button], input[type=submit], button { cursor: pointer; }

:focus {
outline: 0;
}
/* bicubic resizing for non-native sized IMG:*/
.ie7 img { -ms-interpolation-mode: bicubic; }
.clearer {
     visibility: hidden;
     display: block;
     font-size: 0;
     clear: both;
     height: 0;
     }

/* Heading kerning pairs and ligatures */
h1, h2, h3 { text-rendering: optimizeLegibility; }

/* END RESET CSS */

#infocontent {
	width: 100px;
	height: 100px;
	position: absolute;
	top: -900px;
	left: -900px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 10px;
}

#infocontent ul li {
	list-style-type: none;
}

#infocontent h3 a,
#infocontent ul li a {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* -------- STILI PROGETTO ------- */



::selection {
        background: #3498db;
	color: #fff;
}
::-moz-selection {
        background: #3498db;
	color: #fff;
}

#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    opacity: 1;
    background-color: #fff;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

     -webkit-transition: all .95s ease-in-out;
    -moz-transition: all .95s ease-in-out;
    transition: all .95s ease-in-out;
}

#loader.nascosto {
	opacity: 0;
	z-index: -100000;
}

#privacySlider {
	background-color: #333;
	color: #fff;
	position: fixed;
	left: 0;
	z-index: 1000;
	width: 100%;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 5px;
	overflow: hidden;
	bottom: 0;
	height: auto;
	min-height: 30px;
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
	font-style: normal;
	line-height: 130%;
	font-size: 13px;
	font-variant: normal;
	display: none;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
}

#privacySlider a {
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

#privacySlider a:hover {
	text-decoration: none;
}

#privacySlider a#cookieBtn {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	padding: 3px 10px;
	display: inline-block;
	background-color: #fff;
	font-size: 12px;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
	color: #053216;
	margin: 5px;
}

#privacySlider a#cookieBtn:hover {
	background-color: #000;
	color: #fff;
}

body {
	-webkit-text-size-adjust: 100%;
    height: 100%;
	background-color: #eef2f7;
	font: 300 14px/100% Roboto, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #5a677d;
}

html,
body {
	width: 100%;
	height: 100%;
}

/*MAIN MENU*/

#main-menu {
    height: 100%;
    z-index: 50;
    position: fixed;
    top: 0;
	left: 0;
}

#main-menu.zindex,
#action-panel.zindex {
	z-index: 10;
}

#main-menu #icon-menu {
	background-color: #1d2a3e;
    position: absolute;
    width: 60px;
    height: 100%;
    color: #fff;
    z-index: 2;
    
    -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
    
     -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
        
        -webkit-box-shadow: 1px 0px 6px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 1px 0px 6px 0px rgba(0,0,0,0.55);
	box-shadow: 1px 0px 6px 0px rgba(0,0,0,0.55);
}

#main-menu #icon-menu.open {
	-webkit-box-shadow: 1px 0px 8px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 1px 0px 8px 0px rgba(0,0,0,0.45);
	box-shadow: 1px 0px 8px 0px rgba(0,0,0,0.45);
}

#main-menu #icon-menu h1 {
    height: 20px;
    background: url(../img/main_menu_icon_00.png) no-repeat 0 0;
    background-size: 100%;
	text-indent: -900em;
	width: 20px;
	margin: 46px auto 50px;
}

#main-menu #icon-menu ul#menu-principale li {
	margin-bottom: 1px;
}

#main-menu #icon-menu ul#menu-principale li.separator {
	border-top: 1px solid #454e5d;
	margin-top: 25px;
	padding-top: 25px;
}

#main-menu #icon-menu ul#menu-principale li a {
	width: 60px;
	display: block;
	padding-top: 13px;
	padding-bottom: 13px;
	
	webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
	-webkit-transition: all 350ms cubic-bezier(0.000, 0.000, 0.580, 1.000); 
   -moz-transition: all 350ms cubic-bezier(0.000, 0.000, 0.580, 1.000); 
     -o-transition: all 350ms cubic-bezier(0.000, 0.000, 0.580, 1.000); 
        transition: all 350ms cubic-bezier(0.000, 0.000, 0.580, 1.000); /* ease-out */
}

#main-menu #icon-menu ul#menu-principale li a:hover,
#main-menu #icon-menu ul#menu-principale li a.active,
#main-menu #icon-menu ul#menu-principale li a.active:hover {
    background-color: #00b9f4 !important;
}

#main-menu #icon-menu ul#menu-principale li a .icon {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -900em;
	margin-right: auto;
	margin-left: auto;
}

#main-menu #icon-menu ul#menu-principale li a#dashboard .icon {
	background: url(../img/main_menu_icon_01.png) no-repeat 0 0;
	background-size: 100%;
}

#main-menu #icon-menu ul#menu-principale li a#moduli .icon {
	background: url(../img/main_menu_icon_02.png) no-repeat 0 0;
	background-size: 100%;
}

#main-menu #icon-menu ul#menu-principale li a#filtro .icon {
	background: url(../img/main_menu_icon_03.png) no-repeat 0 0;
	background-size: 100%;
}

#main-menu #icon-menu ul#menu-principale li a#messaggi .icon {
	background: url(../img/main_menu_icon_04.png) no-repeat 0 0;
	background-size: 100%;
}

#main-menu #icon-menu ul#menu-principale li a#sistema .icon {
	background: url(../img/main_menu_icon_05.png) no-repeat 0 0;
	background-size: 100%;
}

#main-menu #icon-menu ul#menu-principale li a#utente .icon {
	background: url(../img/main_menu_icon_06.png) no-repeat 0 0;
	background-size: 100%;
}

#main-menu #icon-menu ul#menu-principale li a#logout .icon {
	background: url(../img/main_menu_icon_07.png) no-repeat 0 0;
	background-size: 100%;
}

#main-menu #icon-menu ul#menu-principale li a#logout {
}

#main-menu #icon-menu ul#menu-principale li a#logout:hover {
	background-color: #ff2600 !important;
}


#main-menu #extended-menu {
    position: absolute;
    width: 240px;
    height: 100%;
    left: -240px;
	z-index: 1;
    
    -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
    
        
    -webkit-box-shadow: 1px 0px 8px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 1px 0px 8px 0px rgba(0,0,0,0.45);
	box-shadow: 1px 0px 8px 0px rgba(0,0,0,0.45);
	background: #465470 url(../img/ship_bg_vertical.jpg) no-repeat 0;
	
	-webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
        
        webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;
   
   -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#main-menu #extended-menu.open {
	left: 60px;
}

#main-menu #extended-menu h2 {
    color: #fff;
	margin-top: 48px;
	font-weight: normal;
	font-style: normal;
	margin-left: 20px;
	margin-bottom: 65px;
	font-size: 18px;
}

#main-menu #extended-menu .submenu {
	padding-left: 20px;
	padding-right: 20px;
	display: none;
	font-size: 13px;
}

#main-menu #extended-menu .submenu.visible {
	display: block;
}

#main-menu #extended-menu .submenu h4,
#action-panel #action-panel-body h4 {
	font-weight: 100;
	color: #fff;
	margin-bottom: 25px;
	font-size: 24px;
	letter-spacing: 1px;
}

#main-menu #extended-menu .submenu ul {
	margin-bottom: 25px;
}

#main-menu #extended-menu .submenu ul li a {
	border-bottom: 1px dotted #8c929a;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #eee;
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
	
	-webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}

#main-menu #extended-menu .submenu ul li a:hover {
	color: #00b9f4;
	padding-left: 5px;
}

#main-menu #extended-menu #filtro-navi-menu {
	
}

#main-menu #extended-menu #filtro-navi-menu .formBlock,
#action-panel #action-panel-body #form-pannello .formBlock {
	margin-bottom: 25px;
}

#main-menu #extended-menu #filtro-navi-menu .formBlock label,
#action-panel #action-panel-body #form-pannello .formBlock label {
	font-weight: bold;
	color: #fff;
	display: block;
	margin-bottom: 7px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}

#main-menu #extended-menu #filtro-navi-menu .formBlock select,
#action-panel #action-panel-body #form-pannello .formBlock select {
	width: 100%;
}


/*PANNELLO AZIONI*/
#action-panel {
    position: fixed;
    width: 440px;
    height: 100%;
    right: -440px;
    top: 0;
    overflow-y: auto;
    z-index: 50;
    
    webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}

#action-panel.open {
    right: 0;
}

#action-panel #close-panel {
    position: absolute;
    z-index: 49;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
	background-color: #efefef;
	right: 399px;
	
	-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
	font-weight: normal;
	font-style: normal;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	top: 40px;
	border: 1px solid #ccc;
}

#action-panel #close-panel a {
	color: #454e5d;
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#action-panel #close-panel a:hover {
	color: #b55652;
}

#action-panel #action-panel-body {
    
    -webkit-box-shadow: 1px 0px 8px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 1px 0px 8px 0px rgba(0,0,0,0.45);
	box-shadow: 1px 0px 8px 0px rgba(0,0,0,0.45);
	width: 400px;
	top: 0;
	right: 0;
	position: absolute;
	min-height: 100%;
	background-color: #efefef;
	z-index: 50;
	border-left: 1px solid #ccc;
	padding: 45px 20px 20px;
}

#action-panel #action-panel-body h4 {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	font-style: normal;
	color: #454e5d;
	margin-bottom: 35px;
	font-size: 20px;
}

#action-panel #action-panel-body #form-pannello {
 
}

#action-panel #action-panel-body #form-pannello .formBlock label {
	color: #454e5d;
}

#action-panel #action-panel-body #form-pannello .formBlock small {
	color: #454e5d;
	display: inline-block;
	line-height: 80%;
}

#action-panel #action-panel-body #form-pannello .formBlock input,
#action-panel #action-panel-body #form-pannello .formBlock button,
#action-panel #action-panel-body #form-pannello .formBlock textarea {
	background-color: #fff;
	padding: 4px;
    width: 100%;
	max-width: 100%;
	height: auto;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	color: #666;
	border: 1px solid #fff;
	font-size: 13px;
}

#action-panel #action-panel-body #form-pannello .formBlock input:focus,
#action-panel #action-panel-body #form-pannello .formBlock button:focus,
#action-panel #action-panel-body #form-pannello .formBlock textarea:focus,
#strip-row .col input:focus {
	color: #00b9f4;
	border: 1px solid #00b9f4;
}
#action-panel #action-panel-body #form-pannello .formBlock textarea {
	height: 110px;
}

#action-panel #action-panel-body #form-pannello .formBlock label {
	
}

#action-panel #action-panel-body #form-pannello .formBlock.summary {
    margin: -15px 0 15px;
}

#action-panel #action-panel-body #form-pannello .formBlock.summary ul .form_rows li label.required {
	margin-left: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#action-panel #action-panel-body #form-pannello .formBlock.summary ul {
    list-style: none;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}

#action-panel #action-panel-body #form-pannello .formBlock.summary ul li {
    line-height: 150%;
    margin-left: 10px;
}

#action-panel #action-panel-body #form-pannello .formBlock.skills ul {
    list-style: none;
    margin-bottom: 15px;
}

#action-panel #action-panel-body #form-pannello .formBlock.skills ul li {
    margin-left: 15px;
}

.alert-info {
    color: #fff;
    background-color: #00b9f4;
    border-color: #bce8f1;
}

.alert-dismissable .close,
.alert-dismissible .close {
    opacity: 1;
    font-size: 18px;
    text-shadow: none;
}

.alert-dismissable .close:hover,
.alert-dismissible .close:hover {
    color: #ff9300;
}

/*PAGE*/
#click_blocker {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: rgba(255,255,255,0.65);
}

#click_blocker.visible {
    display: block;
}

#page {
    margin-left: 60px;
    height: 100%;
    min-height: 100%;
    position: relative;
    z-index: 5;
    
    /*-webkit-filter: blur(0);
	filter: blur(0);*/
	
	webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
	
   -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
	padding-bottom: 100px;
	background-color: #fff;
}

#page.open {
    margin-left: 300px;
}

#page.blur {
    /*-webkit-filter: blur(1.5px);
	filter: blur(1.5px);*/
}

#page #main-content {
	padding-bottom: 120px;
	padding-top: 30px;
	background-color: #fff;
}

#page #main-content .content {
    margin-bottom: 25px;
    overflow-x: auto;
}

#page #main-content .content h4.title {
	color: #424c5c;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#page #main-content p {
	margin-bottom: 20px;
	line-height: 160%;
}

#page #main-content .height_wrapper {
    height: 236px;
    margin-bottom: 20px;
}

/* HEAD ROW */

#head-row {
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 53%, rgba(223,228,238,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(53%, rgba(255,255,255,1)), color-stop(100%, rgba(223,228,238,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 53%, rgba(223,228,238,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 53%, rgba(223,228,238,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 53%, rgba(223,228,238,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 53%, rgba(223,228,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfe4ee', GradientType=0 );
	padding: 40px 0 20px;
	border-bottom: 1px solid #fff;
}

#head-row h1 {
    color: #424c5c;
	font-weight: 300;
	font-size: 24px;
	font-style: normal;
}

#head-row h1 small {
	color: #6b7484;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	display: block;
	margin-top: 5px;
}

#head-row .breadcrumbs {
	margin-top: 15px;
}

#head-row .breadcrumbs ul {
	
}

#head-row .breadcrumbs ul li {
	display: inline;
	margin-left: 3px;
	color: #ccc;
}

#head-row .breadcrumbs ul li,
#head-row .breadcrumbs ul li a {
	text-transform: capitalize;
}

#head-row .breadcrumbs ul li a {
	color: #4a5567;
	padding-bottom: 2px;
}

#head-row .breadcrumbs ul li a:hover {
	border-bottom: 1px dotted #3498db;
	color: #00b9f4;
}

#head-row .breadcrumbs ul li.active a {
	font-weight: bold;
	color: #00b9f4;
}

#head-row .breadcrumbs ul li.active a:hover {
	border-bottom: none;
	cursor: default;
}


/* STRIP ROW */

#strip-row {
    background-color: #e7effc;
	padding: 25px 0 0;
	line-height: 160%;
	border-bottom: 1px solid #d8e3f3;
	border-top: 1px solid #d8e3f3;
}

#strip-row .col {
	border-right: 1px dotted #b9c2d0;
	min-height: 50px;
	margin-bottom: 25px;
}

#strip-row .col:last-of-type {
    border-right: none;
}

#strip-row .col.col-sm-12 {
	border-right: none;
}

#strip-row ul {
    list-style-type: none;
}

#strip-row ul li {
}

#strip-row ul li:last-child {
	margin-bottom: 0;
}

#strip-row ul li strong,
#strip-row label {
	font-weight: bold;
	color: #424c5c;
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#strip-row .col select {
	width: 100%;
}

#strip-row .col input {
	width: 100%;
	padding: 3px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: 1px solid #d2ddec;
}

#strip-row .col input:focus {
	
}

#strip-row .col input.submit_btn {
	background-color: #ccc;
	width: auto;
	display: inline-block;
	padding-top: 4px;
	padding-bottom: 4px;
}

.tab-menu {
    margin-bottom: 30px;
}

.tab-menu ul{
    width: 100%;
    list-style: none;
}

.tab-menu ul li {
    display: inline-block;    
}

.tab-menu ul li a {
    text-transform: uppercase;
    text-decoration: none;
    background-color: #eee;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #eee;
    color: #888;
    
    transition: all 350ms;
    -webkit-transition: all 350ms;
	display: inline-block;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 100%;
	font-weight: bold;
	letter-spacing: 1px;
}

.tab-menu ul li a:hover,
.tab-menu ul li.active a {
    background-color: #1fb2f2;
    color: #fff;
}

.tab-menu ul li a .priority {
		display: inline-block;
		margin-right: 2px;
		position: relative;
		top: 1px;
}

/* PULSANTI */
.btn,
#strip-row .col button {
	color: #fff !important;
	border: none !important;
	font-weight: normal !important;
	font-style: normal !important;
	text-decoration: none !important;
	text-align: center !important;
	text-transform: uppercase !important;
	background-color: #999 !important;
	padding: 7px 20px !important;
	-webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
border-radius: 4px !important;
	display: inline-block !important;
	-webkit-transition: all .45s ease-in-out !important;
    -moz-transition: all .45s ease-in-out !important;
    transition: all .45s ease-in-out !important;
	font-size: 12px !important;
	letter-spacing: 1px !important;
}

.btn.submit_btn,
#strip-row .col button {
	color: #fff !important;
	background-color: #00b9f4 !important;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}

#strip-row .col button {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.btn:hover,
#strip-row .col button:hover {
	cursor: pointer !important;
	color: #fff !important;
	background-color: #00b9f4 !important;
}

.btn.submit_btn:hover,
#strip-row .col button:hover {
	background-color: #ff9300 !important;
}

.btn.new_btn {
	color: #fff !important;
	background-color: #64b36a !important;
}

.btn.new_btn:hover {
	background-color: #34ae38 !important;
}

.btn.delete_btn {
	background-color: #e36079 !important;
}

.btn.delete_btn:hover {
	background-color: #be5065 !important;
}

/* BOTTOM PANEL */


#bottom-panel {
    position: fixed;
    left: 60px;
    bottom: 0px;
    padding: 15px 0;
    -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
    
    
    -webkit-transition: left 400ms; /* Safari */
    transition: left 400ms;
	width: calc(100% - 60px);
	background-color: #cfd4db;
	z-index: 7;
	
	border-top: 1px solid #c5cad1;
}

#bottom-panel .btn {
	margin-right: 5px;
	margin-bottom: 10px;
}

/* TABELLA */

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border: none;
	padding: 4px 8px;
	vertical-align: middle;
	font-weight: 300;
}

.table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
	color: #666;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 120%;
}

.table tbody {
    overflow-x: hidden;
    overflow-y: auto;
}

.table td, .table th {
	vertical-align: middle;
	border-right: 1px dotted #95a5a6;
}

.table td.icon, .table th.icon {
   text-align: center;
}

.table td.actions {
	vertical-align: middle;
	padding-top: 0;
	padding-bottom: 0;
}

.table>thead>tr>td, .table>thead>tr>th {
	padding: 8px;
	border-right: 1px dotted #eee;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

.table td:last-child, .table th:last-child {
	border-right-style: none;
}

.table>tbody>tr>td {
	border: none;
	border-bottom: 1px solid #dfe5ed;
	border-right: 1px solid #dfe5ed;
}

.table td a,
.table td strong {
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	color: #424c5c;
	display: block;
	text-transform: uppercase;
}

.table td a:hover {
	color: #00b9f4;
}

.table tbody > tr:nth-child(2n+1):hover > td,
.table tbody > tr:nth-child(1n+1):hover > td {
	background-color: #e6e9ed;
	color: #666;
}

.table tbody > tr:nth-child(2n+1):hover > td,
.table tbody > tr:nth-child(1n+1):hover > td {
	border-right: 1px solid #ddd;
}

.table tbody > tr:nth-child(2n+1) > td, .table tbody > tr:nth-child(2n+1) > th {
    background-color: #f8f9fb;
}

.table th {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}

.table th,
.table th a {
	color: #424c5c;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #cfd4db;
}

.table ul {
    list-style-position: inside;
	list-style-type: none;
}

.table ul li {
   margin-bottom: 2px;
}


.priority {
    font-size: 8px;
    display: block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.panel-heading .priority {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.priority.red {
    color: #cd0901;
    background-color: #cd0901;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.priority.orange {
	background-color: #ff9300;
    color: #ff9300;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0; 
}

.priority.yellow {
    color: #ffe800;
    background-color: #ffe800;
}

.priority.green {
    color: #34ae38;
    background-color: #39bc3e;
}

.table .sub_actions ul li {
	display: none;
}

.table .sub_actions ul li a {
	padding: 6px;
	display: block;
	width: 26px;
	height: 26px;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	font-style: normal;
	line-height: 13px;
	
	-webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}

.table .sub_actions ul li.list_button {
	display: inline-block;
}

.table .sub_actions ul li.list_button .enter {
	
}

.table .sub_actions ul li.list_button .exit {
	display: none;
}

.table .sub_actions ul.visible li {
	display: inline-block;
	margin-right: 0;
	margin-left: 0;
	float: left;
	font-weight: normal;
	font-style: normal;
	-webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}

.table .sub_actions ul.visible li.list_button .enter {
	display: none;
}

.table .sub_actions ul.visible li.list_button .exit {
	display: block;
}


.table .sub_actions ul.visible li a {
	background-color: #b2b7bd;
	color: #fff;
	font-size: 12px;
	border-right: 1px solid #ccc;
}

.table .sub_actions ul.visible li a:hover {
	background-color: #ff9300;
}

.table .sub_actions ul.visible li a.disabled {
	display: none;
}

.table .sub_actions ul.visible li:first-child a {
	background-color: #0099ca;
	border-right: 1px solid #ddd;
}

.table .sub_actions ul.visible li:first-child a:hover {
	background-color: #00b9f4;
}


.paginazione {
	overflow: hidden;
	background-color: #cfd4db;
	width: 100%;
	margin: 0;
	padding: 5px 5px 0;
}

.paginazione ul {
overflow: hidden;
	float: right;
}

.paginazione ul li {
	display: inline;
	float: left;
}

.paginazione ul li a {
	display: block;
	color: #8e9297;
	font-weight: bold;
	background-color: #fff;
	margin: 0 0 5px;
	border-right: 1px solid #cfd4db;
	padding: 5px 8px;
	font-size: 11px;
	text-align: center;
	width: 28px;
}

.paginazione ul li a.current, 
.paginazione ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #00b9f4;
}

.paginazione .pagination_elements {
	float: left;
	margin-top: 3px;
}

.paginazione .pagination_elements .formBlock {
	float: left;
	margin-right: 15px;
}

.paginazione .pagination_elements .formBlock label {
	font-weight: bold;
}

/* LOGIN */
#login {
    width: 100%;
    min-height: 100%;
    
    background: #2f3b4e url(../img/ship_bg.png) no-repeat right bottom;
    background-size: cover;
	padding-top: 20px;
}

#login .login-form {
    padding: 30px;
    margin-top: 15%;;
    border-radius: 10px;
    width: 500px;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(228,236,246,1) 39%, rgba(228,236,246,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(39%, rgba(228,236,246,1)), color-stop(100%, rgba(228,236,246,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(228,236,246,1) 39%, rgba(228,236,246,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(228,236,246,1) 39%, rgba(228,236,246,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(228,236,246,1) 39%, rgba(228,236,246,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(228,236,246,1) 39%, rgba(228,236,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4ecf6', GradientType=0 );
}

#login .login-form .icona-ancora {
    background: transparent url("../img/icons.png") no-repeat scroll -9px center / 250px auto;
    filter: invert(100%);
    -webkit-filter: invert(100%);
    padding: 0px 9px;
}

#login .login-form h1,
#login .login-form h2 {
    color: #2f3b4e;
}

#login .login-form h1 {
    margin-bottom: 30px;
	font-size: 15px;
}

#login .login-form h2 {
    text-transform: uppercase;
    font-weight: bold;
	font-size: 15px;
	margin-bottom: 15px;
}

#login .login-form form {
    padding-top: 10px;
    font-size: 14px;
}

#login .login-form form label {
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 5px;
    display: block;
	color: #2f3b4e;
	margin-bottom: 3px;
}

#login .login-form form input {
    width: 100%;
	margin-bottom: 10px;
	font-size: 15px;
}

#login .login-form form input[type=submit] {
    margin-top: 30px;
    width: 100px;
}

#login .login-form form .bt-r {
    margin-top: 30px;
    float: right;
}

#login .errors div {
	color: #ff2600;
	padding: 10px;
	border: 1px solid #ff2600;
}

/* PROGRESSO FORNITURE */
.progress_bar {
}

.progress_bar li {
	float: left;
	list-style-type: none;
	margin-right: 2px;
	height: 8px;
	width: 8px;
	background-color: #fff;
	text-indent: -900em;
	padding: 0;
    border-radius: 50%;
    border: 1px solid #c3c9cf;
}

.progress_bar li.current {
	border-color: #1fb2f2;
    
}

.progress_bar li.done {
	background-color: #1886b5;
    border-color: #1886b5;
}

.strip-prog {
    padding: 20px;
    height: 150px;
    border-radius: 5px;
}

.strip-prog .progress_bar {
    margin-left: auto;
    margin-right: auto;
    width: 792px;
}
.strip-prog .progress_bar li {
	margin-right: 2px;
	width: 130px;
    height: auto;
	text-indent: 0;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.strip-prog .progress_bar li > a {
    padding: 0 10px;
    line-height: 35px;
    color: #fff;
}


.prog-tab {
    margin-top: 70px;
    min-height: 120px;
}

.prog-tab > .prog-tab-step {
    padding: 0;
    position: relative;
}

.prog-tab > .prog-tab-step .prog-tab-stepnum {
    color: #595959;
    font-size: 16px;
    margin-bottom: 5px;
}

.prog-tab > .prog-tab-step .prog-tab-info {
    color: #f1f5fc;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.prog-tab > .prog-tab-step.complete .prog-tab-info {
    color: #1886b5;
}

.prog-tab > .prog-tab-step.active .prog-tab-info {
    color: #1fb2f2;
}

.prog-tab > .prog-tab-step .prog-tab-info.this-page {
    text-decoration: underline;
}

.prog-tab > .prog-tab-step > .prog-tab-dot {    
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #f1f5fc;;
    top: 24px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    border: 3px solid #fff;
}

.prog-tab > .prog-tab-step.complete > .prog-tab-dot {    
    background: #1886b5;
    border-color: #fff;
}

.prog-tab > .prog-tab-step.active > .prog-tab-dot {    
    background: #fff;;
    border-color: #1fb2f2;
}

.prog-tab > .prog-tab-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 4px;
    box-shadow: none;
    margin: 23px 0;
    background-color: #f1f5fc;
}

.prog-tab > .prog-tab-step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #1886b5;
}

.prog-tab > .prog-tab-step.complete > .progress > .progress-bar {
    width: 100%;
}

.prog-tab > .prog-tab-step.active > .progress > .progress-bar {
    width: 50%;
}

.prog-tab > .prog-tab-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}

.prog-tab > .prog-tab-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.prog-tab > .prog-tab-step.disabled > .prog-tab-dot {
    background-color: #f5f5f5;
}

.prog-tab > .prog-tab-step.disabled > .prog-tab-dot:after {
    opacity: 0;
}

.prog-tab > .prog-tab-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.prog-tab > .prog-tab-step:last-child > .progress {
    width: 50%;
}

.prog-tab > .prog-tab-step.disabled a.prog-tab-dot {
    pointer-events: none;
}


ul.dot-inside {
    list-style-position: inside;
}

ul.prog-ordini {
    list-style: none;
}

ul.prog-ordini li {
    float: left;
}

ul.prog-ordini li a {
    font-size: 13px;
    padding-right: 6px;
}

ul.prog-ordini li a.n {
    opacity: 0.4;
}

ul.prog-ordini li a.y {
    opacity: 1;
}

ul.prog-ordini li a.n:hover {
    opacity: 1;
}

#received.not_received {
    opacity: 0;
}

#received.received {
    opacity: 1;
}

.widget {
    background-color: rgb(241, 245, 252);
    padding: 30px;
    border-radius: 4px;
}

.widget ul li {
    padding: 5px 0;
}

select {
    background-image: url('../img/chevron_down.png');
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 3px;
    padding: 4px 8px 4px 2px;
}

select[multiple] {
    background-image: none;
}

.panel-group {
    margin-top: 30px;
}

.panel-group .panel {
    margin-bottom: 30px;
}

.panel-default > .panel-heading {
    height: 38px;
	position: relative;
}

.panel .panel-heading h4.title {
    float: left;
}

.panel .panel-heading h4 .freccia {
    margin-left: 15px;
    float: right;
}

.panel .panel-heading h4 .freccia {
    
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.panel .panel-heading h4 .collapsed .freccia {
    margin-left: 15px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel .panel-heading .sub_actions{
        position: absolute;
    right: 10px;
    top: 4px;
}

.panel .sub_actions ul li.list_button {
    display: inline-block;
}

.panel .sub_actions ul li {
    display: none;
}

.panel .sub_actions ul.visible li {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    float: left;
    font-weight: normal;
    font-style: normal;
}

.panel .sub_actions ul li a {
    padding: 6px;
    display: block;
    width: 26px;
    height: 26px;
    text-decoration: none;
    font-weight: normal;
    font-size: 13px;
    font-style: normal;
    line-height: 13px;
    -webkit-transition: all 150ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -moz-transition: all 150ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: all 150ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: all 150ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.panel .sub_actions ul.visible li.list_button .enter {
    display: none;
}

.panel .sub_actions ul li.list_button .exit {
    display: none;
}

.panel .sub_actions ul.visible li.list_button .exit {
    display: block;
}


form.full-w {
}

form.full-w label {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

form.full-w select,
form.full-w input,
form.full-w textarea {
    margin-bottom: 15px;
    color: #2F3B4E;
    width: 100%;
    padding: 7px 0;
    border: none;
    border-radius: 3px;
    background-color: #F1F5FC;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 7px;
}

/* -------- NOTIFICHE ------- */

#notification_center {
	position: fixed;
	top: 15px;
	z-index: 5;
	padding-right: 35px;
	left: 95px;
	width: calc(100% - 95px);
}

.notification {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #6389C2;
	padding: 10px;
	margin-bottom: 5px;
	transition: transform 0.4s;
	color: #fff;
}

.notification.alert {
	background-color: #e3544f;
}

.notification.success {
	background-color: #64b36a;
}

.notification .info {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	display: block;
	float: left;
}

.notification p {
	color: #fff;
	text-decoration: none;
	float: left;
	width: 94%;
	display: block;
	margin-left: 10px;
	text-align: justify;
	font-style: normal;
	line-height: 130%;
	font-size: 13px;
}

.notification p strong {
	display: block;
}

.notification a.close {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	line-height: 100%;
	color: #fff;
	display: block;
	float: right;
	opacity: 1;
	text-shadow: none;
}

/* DASHBOARD */

.dashboard {
    min-height: 100%;
    background: rgba(102,112,128,1);
    background: rgba(95,104,119,1);
    background: -moz-linear-gradient(top, rgba(95,104,119,1) 0%, rgba(27,40,60,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(95,104,119,1)), color-stop(100%, rgba(27,40,60,1)));
    background: -webkit-linear-gradient(top, rgba(95,104,119,1) 0%, rgba(27,40,60,1) 100%);
    background: -o-linear-gradient(top, rgba(95,104,119,1) 0%, rgba(27,40,60,1) 100%);
    background: -ms-linear-gradient(top, rgba(95,104,119,1) 0%, rgba(27,40,60,1) 100%);
    background: linear-gradient(to bottom, rgba(95,104,119,1) 0%, rgba(27,40,60,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f6877', endColorstr='#1b283c', GradientType=0 );
    color: #fff
}

.dashboard .container-fluid {
/*    max-width: 1600px;*/
}


.dashboard .row {}

.col-xl-6 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.dashboard .col-xl-6 {
    margin-top: 15px;
}

.dashboard .widget {
    display: block;
    height: 320px;
    width: 320px;
    float: left;
    color: #fff;
    text-align: center;
    background-color: rgba(255,255,255,0.1);
    padding: 80px 15px;
    border-radius: 0;
    margin-bottom: 20px;
}

.dashboard .widget.numerico {
    padding-top: 135px;
}

.dashboard .widget .number {
    font-weight: 100;
    font-size: 76px;
    display: inline-block;
}

.dashboard .widget .label {
    padding-top: 20px;
    font-weight: 100;
    font-size: 24px;
    text-transform: uppercase;
    display: block;
}

.dashboard .widget .perc {
    height: 100px;
    margin-top: 20px;
}

.dashboard .widget .perc * {
    width: 58px;
    margin: 0 2px;
    display: inline-block;
    vertical-align: top;
}

.dashboard .widget .perc .pRed {
    background-color: #E73622;
    min-height: 1%;
}

.dashboard .widget .perc .pOra {
    background-color: #FF7F00;
    min-height: 1%;
}

.dashboard .widget .perc .pGre {
    background-color: #64B36A;
    min-height: 1%;
}

.dashboard .quick-table {
    width: calc(100% - 340px);
    margin-left: 20px;
    float: left;
}

#page #main-content.dashboard .height_wrapper {
    height: 320px;
}

#page #main-content.dashboard .table {
    background-color: #e6e9ed;
}

.btn.new_btn.not_received.markReceived {
	margin-bottom: 40px;
}

.mce-content-body  {
	height: 100% !important;
}

div.mce-edit-area {
	font-size: 13px;
	line-height: 140%;
}

.mce-ico {
	width: 12px !important;
	height: 12px !important;
	font-size: 12px !important;
	line-height: 12px !important;
}

/* MEDIA */
@media screen and (min-width:768px) {


#head-row .breadcrumbs {
	text-align: right;
}

}

@media screen and (min-width:992px) {


}

@media screen and (min-width:1200px) {
#page .container-fluid,
#bottom-panel .container-fluid {
	padding-right: 35px;
	padding-left: 35px;
}

}

@media screen and (min-width:1920px) {
    .col-xl-6 {
        width: 50%;
        float: left;
    }
}

/* -------- EXTRA ------- */

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../img/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../img/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../img/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #f8f9fb;
	position: relative;
    border-radius: 20px;
}

.jspDrag
{
	background: #cfd4db;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
    border-radius: 20px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}






.spinner {
  width: 150px;
  height: 10px;
  text-align: center;
  font-size: 10px;
	position: relative;
	top: 50%;
	margin: -15px auto 100px;
}

.spinner > div {
  background-color: #1886b5;
  height: 100%;
  width: 1px;
  display: inline-block;
  
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
    
/* fine spinner */