
.mobile
{
    display: none!important;
}

.hide
{
    display: none !important;
}

/* RESET 
---------------------------------- */
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, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

ins {
  background-color: #ffff99;
  color: black;
  text-decoration: none; }

mark {
  background-color: #ffff99;
  color: black;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle;
}

/* COLORI
---------------------------------- */

/*
- Grigio scuro #606060 (testo)
- Grigio chiaro #DDDDDD
- Verde acido #B9C01D
- Azzurro #2394C4 (link)
- Azzurro scuro #186687 (link)
*/


/* BASE
----------------------------------*/
body {
    color: #606060;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.5em;

}


/* TIPOGRAFIA
---------------------------------- */

h1, h2, h3, h4, h5, h6
{
    margin: 0px;
    line-height: 1.5em; 
	font-family: Roboto Condensed;
}

h1 
{
    font-size: 30px;
}

h2 
{
    font-size: 24px;
}

h3 
{
    font-size: 18px;
}

h4 
{
    font-size: 15px;
}

h5, h6 
{
    font-size: 13px;
}

h6 
{
    color: #676767;
    text-transform: uppercase;
}

p 
{
    margin: 0 0 9px;
        line-height: 1.5em;    
}

small 
{
    color: #999999;
    font-size: 12px;
}

blockquote
{
    border-left: 5px solid #DDDDDD;
    margin: 0 0 18px;
    padding: 0 0 0 15px;
}

.blockquote-right
{
    border-left: 0 none;
    border-right: 5px solid #EEEEEE;
    float: right;
    padding-left: 0;
    padding-right: 15px;
}

ul, ol {
    margin: 0px 0px 10px 30px;
    padding: 0;
}

ul.unstyled, ol.unstyled {
    list-style: none outside none;
    margin-left: 0px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    font-size: 14px;
}

h1 small
{
    font-size: 18px;
}

p.lead
{
    font-size: 20px;
    font-weight: 200;
    line-height: 27px;
    margin-bottom: 18px;
}


.ag-left
{
    text-align: left;
}

.ag-right
{
    text-align: right;
}

.ag-center
{
    text-align: center;
}

.indented-element, .sortable-contents .indented-element
{
        padding-left: 25px;
}

.disabled-element
{
        color: #999999;
}

.li-active
{
        font-weight: bold;
}

.li-anchor
{
        cursor: default !important;
}

/* LINKS 
---------------------------------- */

a
{
    color: #16B9C5;
}

a:hover
{
    color: #ff8041;
    text-decoration: none;
}


/* STRUTTURA
---------------------------------- */

#page
{
    width: 90%;	
    margin: 0px auto;	
    position: relative;
	min-height: 60vh;

}

#wrapper.homepage #page
{
	max-width: 1280px;
	min-width: 1200px;
    margin: 0px auto;	
    position: relative;
	min-height: 60vh;
	width: 90%;
}

#content
{
        padding: 0px;
        float: left;
        margin-right: 30px;
        text-align: justify;
        width: 680px;
}

#sidebar
{
        width: 250px;
        float: right;
}

#header
{
    margin: 0 0 30px 0;
    background-color: #f0f0f0;
    padding: 15px 0 20px 0;
	border-bottom:6px solid #16b9c5;
}

#image-header
{
        width: 100%;
        height: auto;
}

#page-header
{

}

#breadcrumb
{
        margin-bottom: 20px;
        text-align: left;
}

.clearfix
{
        clear: both;
}

.closed-element
{
        display: none;
}

.collapsing-trigger, .collapsing-trigger-loader
{
        background-color: transparent;
        background-repeat: no-repeat;
        background-position:  0px 50%;
        padding-left: 20px;
}

.closed-trigger
{
        background-image: url(../images/icons/chevron-down.png);
}

.open-trigger
{
        background-image: url(../images/icons/chevron-right.png);
}

#buttons_top, #language-switcher, #image-header
{
        margin-bottom: 20px;
}

#buttons_top 
{
    text-align: right;
    float: right;
    position:relative;
}

#language-switcher
{
    text-align: right;
    width: auto;
    display: inline-block;
    margin: 0px;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 99;
    display: none;
}

#language-switcher a
{
        margin-left: 10px;
}

.loading-indication
{
  background: url(../images/icons/ajax-loader.gif) no-repeat top center;
}

#backend-goto
{
        position: absolute;
        top: 0px;
        right: 120px;
        padding: 10px 20px;
        z-index: 9999;
}

#backend-goto.backend-goto-cb
{
        display:none;
}

/* FORM
---------------------------------- */

form
{
    padding-bottom: 20px;
}

label, input, select, textarea
{
    font-size: 14px;
}

.form-fields-container
{
    padding: 15px;
    margin: 0 0 15px 0;
    background-color: #ededed;
}

.form-field label 
{
    display: inline-block;
    text-align: left;
	color: #666;
    font-size: 14px;
    width: 30%;
}

input, select, textarea
{
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
    background-color: #fff;
	box-sizing: border-box;
	font-family: Roboto;
	color: #666;
	outline: none;
}

option
{
    padding: 0px 5px;
}

input:focus, textarea:focus, select:focus
{
	outline: none;
}

select, .input-file
{
    line-height: 13px;
}

.input-file
{
    box-shadow: none;
    width: auto;
}

input[type=radio], input[type=checkbox]
{
    vertical-align: top;
    width: auto;
}

label
{
    display: block;
    padding-bottom: 3px;
    font-weight: bold;
}

.lb-inline
{
    display: inline;
    margin-right: 5px;
}

.lb-checkbox, .lb-radio
{
    font-weight: normal;
}


.short-field
{
    width: 25%;
}

.veryshort-field
{
    width: 15%;
}

.medium-field
{
    width: 50%;
}

.long-field
{
    width: 75%;
}

.verylong-field
{
        width: 93%;
}

.inline-field
{
    margin-right: 5px;
}

.form-field-help
{
        font-size: 0.9em;
        display: block;
        color: #636262;
}


p.row-actions a.btn
{
        margin-right: 5px;
}

.btn-big
{
    font-size: 15px;
    padding: 8px;
}

.btn-small
{
    font-size: 0.9em;
}

.btn
{
    background-color: #16b9c5;
    border-radius: 6px;
    font-family: Roboto Condensed, sans-serif;
    font-size: 14px;
    color: #fff!important;
    padding: 8px 20px;
    border: 1px solid #16b9c5;
	cursor: pointer;
	outline: none;
	text-decoration: none;
    display: inline-block;
    width: auto;
	box-sizing: border-box;
	line-height: 20px;
}

#page .btn.newspaper-btn-sso {
    margin: 0 5px;
    border: none !important;
    background: #fbb534 !important;
}

.mid-field label
{
        width: 40%;
        float: left;
        margin-right: 3.5%;
}

.mid-field input
{
        width: 55%;
        float: left;
}

.btn-alternate
{
    background-color: #333;
    color: #fff;
}

.btn-secondary
{
    background-color: #333;
    color: #fff;
}

.btn-delete
{
    background-color: #CE453E;
    color: #FFFFFF;	
}

.btn-delete:hover
{
    background-color: #333 !important;
	color: #CE453E
}

.btn:active, .btn:hover
{
    background-color: #0aacb8 !important;
	border: 1px solid #0aacb8 !important;
    color: #fff !important;
}

.btn:disabled, .btn-disabled, .btn-disabled:hover
{
    background-color: #ccc !important;
	border: 1px solid #ccc !important;
    opacity: 0.5;
    cursor: default;
}

.btn-alternate:active
{
    background-color: #333;
	border: 1px solid #333;
    color: #fff;
}

.btn-secondary:active
{
    background-color: #333;
	border: 1px solid #333;
    color: #fff;
}

input.error-field, select.error-field, textarea.error-field
{
    border-color: #D01616;
}

.field-privacybox
{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 200px;
    margin: 20px 0;
    overflow-y: scroll;
    padding: 20px;
}


.field-captcha-image
{
    margin-bottom: 10px;
    display: inline-block;
}

/* MESSAGGI
---------------------------------- */


.form-field-error
{
    color: #CE453E;
    display: block;
	font-family: roboto condensed;
}

.form-fields-container .form-field-error
{
    margin-left: 280px;
}

.form-field-helper 
{
    display: block;
    width: 100%;
    margin-left: 185px;
    font-size: 12px;
    font-style: italic;
	margin-top: 10px;
}

#registry-view h2,form h2
{
    font-size: 18px;
    margin-bottom: 20px;
}

/* TABELLE
---------------------------------- */


table
{
    background-color: transparent;
    border-spacing: 0;
    max-width: 100%;
    font-size: 1em;
    width: 100%;
}

th, td
{
    line-height: 18px;
    padding: 10px 15px;
    text-align: left;
    vertical-align: top;
}

th
{
    background-color: #ddd;
    font-family: Roboto Condensed, sans-serif;
    font-size: 16px;
    font-weight: normal;
}

th .btn
{
    font-weight: normal;
}

thead th {
    vertical-align: middle;
}

.table
{
    margin: 20px 0px;
}

.table-bordered-outside
{

}

.table-bordered
{
    border-bottom: 1px solid #ddd;
}

.table-bordered th, .table-bordered td
{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.tr-odd
{
    background-color: #F3F3F3;
}

tr.filters-row
{
	background: #f0f0f0;
}

tr.filters-row td
{
	padding: 15px;
}

tr
{
    background-color: #F9F9F9;
}

td.td-action
{
    width: 22px;
    text-align: center;
    vertical-align: middle;
	padding: 10px 0;
}

td.td-identifier
{
    width: 22px;
    text-align: center;
    vertical-align: middle;
}

tr.filters-row:hover
{
	background: transparent !important;
}


.table-hover tr:hover, .table-admin tr:hover
{
    background-color: #f0fff0;
}


.table-admin a
{
    color: #606060;
    text-decoration: none;
}

.table-vertical th
{
    background-color: #e7e7e7;
    text-align: right;
    vertical-align: middle;
    width: 170px;
}

th .icon-sort
{
        margin-right: 5px;
}

span.table-column-name
{
    display: none;
}

/* COMPONENTI
---------------------------------- */

/* menu */

.menu 
{
        margin: 0px;
        padding: 0px 20px;
}

.menu li
{
        list-style-type: none;
        float: left;
        padding: 0px 10px;
        margin: 0px !important;
}

#menu_primary_container
{
    width: 100%;
    margin: 0 0 0 30px;
}

#menu_primary
{
    margin: 36px 0 0 0;
    display: inline-block;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 300;
	font-size: 16px;
    list-style-type: none;
	width: calc(100% - 171px);
}

#menu_primary li
{
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
    float: left;  
}

body .menu-super-user-admin.submenu /* tendina submenu */
{
	top: 70px !important;
	margin-left: 5px !important;
}

body.body-empty .menu-super-user-admin.submenu /* tendina submenu sfogliatore */
{
	top: 45px !important;
	margin-left: 5px !important;
}

#menu_primary li.logout
{
    margin: 0 5px;
    border-right: none;
	float: right;
}

#menu_primary li .submenu li
{
    border-right: none;
}

#menu_primary a, #menu_primary .menu-item-active span
{	
    display: inline-block;
    text-decoration: none;
    padding: 5px;
    color: #4c4a4a;
    line-height: 14px;
}

#menu_primary a:hover, #menu_primary .menu-item-active span
{

    color: #ff8041;
}

#menu_column
{
        padding: 0px;
}

#menu_primary li.logout a:hover
{
	background: #0aacb8 !important;
	border: 1px solid #0aacb8 !important;
}

/* blocchi generici */

.block, #menu_column .menu-item
{
        margin-bottom: 20px;
}

.block-title, .block h2, #menu_column h2
{
    padding: 10px 15px;
    font-size: 16px;
    margin: 0 0 10px 0;
    position: relative;
    border: 3px solid #dfdfdf;
    font-size: 14px;
    text-transform: uppercase;
    color: #606060;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
}

.block-title a, .block h2 a, #menu_column h2
{
        color: #606060;
        text-decoration: none;
}

/* Sezione Live */

#lives-box-menu
{
    list-style: none;
    margin: 0 0 20px;
}

#lives-box-menu li a
{
    margin: 3px 0;
    padding: 5px 10px;
    display: inline-block;
    background-color: #72846b;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
}

.live-data-item img
{
    max-width: 100px;
    max-height: 100px;
    padding: 0 10px 0 0;
}

#live-data-section
{
    clear: both;
}

#menu-lives .menu-empty
{
    background: #a1a3a3;
    border: none ;
}

#live-data-section h3 
{
    background-color: #f3f3f3;
    padding: 10px 20px;
    text-align: left;
    min-height: 20px;
    margin: 0 0 10px 0;
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: normal;
}

#live-data-section a
{
    text-decoration: none;
}

#live-data-section p
{
    color: #999999;
    text-align: justify;
}

#live-data-section div
{
    overflow: auto;
    clear: both;
    margin-bottom: 20px;
}

#live-data-section .btn-live
{
    background-color: #2394C4;
	border: 1px solid #2394C4;
    font-size: 12px;
    float: right;
}

#live-data-section .live-data-item.my a
{
    color: #72846B;
}

#live-data-section .live-data-item.my .btn
{
    background-color: #72846B;
}

.selected-live.my 
{
    background: #72846B !important;
}

.selected-live a 
{
    color: inherit;
    text-decoration: none;
}
    
#live-data-section .live-pubdate
{
    color: #606060;
    font-weight: bold;
}

#live-data-form .search-bg
{
    display: table;
    width: 100%;
    padding: 0;
}

#live-data-form .search-bg div
{
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
    margin: 0;
}

#live-data-form .search-bg input
{
    margin-top: 28px;
}

.div-lives
{
    display: table;
}

.div-lives-title,.div-lives-user-title
{
    margin: 0 0 10px;
}

.div-lives-user-title h3 
{
    display: inline-block;
    width: 54%;
}

.live-user-color
{
    color: #72846B !important;
}

.live-user-color-background
{
    background-color: #72846B !important;
}

.div-lives .div-section-lives
{
    display: table-cell;
    overflow: hidden;
}

.div-lives-cell
{
    width: 385px;
}

.div-lives-cell-middle
{
    width: 160px;
}

.action-add-remove
{
    text-align: center;
    vertical-align: middle;
}

.btn-add-live
{
    padding: 10px 14px;
    border-radius: 2px;
    color: #606060;
    font-weight: bold;
    font-size: 45px;
    text-decoration: none;
}

.btn-toggle-live
{
    float: right;
    width: 10px;
    border-radius: 10px;
    margin: 7px 10px;
    height: 10px;
}

.btn-toggle-live.enable
{
    background-color: lightgreen;
}

.btn-toggle-live.disable
{
    background-color: #de0000;
}

.btn-remove-live-big
{
    display: inline-block;
}

#select-to p
{
    margin: 5px 0;
    padding: 10px 0;
    background-color: #333;
    color: #fff;
	border-radius: 6px;
}

.btn-remove-live
{
    height: 17px;
    margin: -5px -5px -5px 15px !important;
    background: url(../images/icons/ico-cross-remove.png) no-repeat;
    background-size: 12px;
    display: inline-block;
    color: white;
    padding: 0px 0px 0px 23px;
    cursor: pointer;
}

.div-lives .div-section-lives ul
{
    margin: 0;
    list-style: none;
}

.div-lives .div-section-lives ul li
{
    margin: 5px 0;
    position: relative;
}

.div-lives .div-section-lives ul li ul li ul li
{
	padding-left: 15px;
	background: #f9f9f9;
	border-radius: 6px;
}

.div-lives .div-section-lives ul li label, .selected-live label
{
    display: inline-block;
    text-transform: capitalize;
    font-family: Roboto Condensed, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.div-lives .div-section-lives ul li label
{
    padding: 10px 0;
}

.btns-add-remove-live
{
    position: absolute;
    right: 0;
}

.btns-add-remove-live a
{
    height: 17px;
    display: inline-block;
    padding: 0px 0px 0px 23px;
    cursor: pointer;
}

.btns-add-remove-live .btn-add-live
{
    background: #16b9c5 url(../images/layout/add-icon.png) no-repeat 20px center;
    background-size: 12px;
    margin: 0 !important;
}

.btns-add-remove-live .btn-remove-live
{
    background: #bb2020 url(../images/icons/ico-cross-remove.png) no-repeat 20px center;
    background-size: 12px;
    margin: 0 !important;
}

/* Sezione Live Menu */

#menu-lives > li.active > a + ul 
{
    display: block !important;
    margin-left: 15px;
}
#menu-lives > li > a + ul 
{
    display: none !important;
}
#menu-lives > li > ul > li.active > a + ul 
{
    display: block !important;
}
#menu-lives > li > ul > li > a + ul 
{
    display: none !important
}

.div-lives .div-section-lives ul li a
{
    padding: 8px 20px 8px 35px;
    width: 100%;
}

/* Sezione Link */

#links-box-menu
{
    list-style: none;
    margin: 0 0 20px;
}

#links-box-menu li a
{
    margin: 3px 0;
    padding: 5px 10px;
    display: inline-block;
    background-color: #72846b;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
}

.link-data-item img
{
    max-width: 100px;
    max-height: 100px;
    padding: 0 10px 0 0;
}

#link-data-section
{
    clear: both;
}

#link-data-section h3 
{
    background-color: #f3f3f3;
    padding: 10px 20px;
    text-align: left;
    min-height: 20px;
    margin: 0 0 10px 0;
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: normal;
}

#link-data-section a
{
    text-decoration: none;
}

#link-data-section p
{
    color: #999999;
    text-align: justify;
}

#link-data-section div
{
    overflow: auto;
    clear: both;
    margin-bottom: 20px;
}

#link-data-section .btn-link
{
    background-color: #2394C4;
	border: 1px solid #2394C4;
    font-size: 12px;
    float: right;
}

#link-data-section .link-data-item.my a
{
    color: #72846B;
}

#link-data-section .link-data-item.my .btn
{
    background-color: #72846B;
}

.selected-link.my 
{
    background: #72846B !important;
}

.selected-link a 
{
    color: inherit;
    text-decoration: none;
}
    
#link-data-section .link-pubdate
{
    color: #606060;
    font-weight: bold;
}

#link-data-form .search-bg
{
    display: table;
    width: 100%;
    padding: 0;
}

#link-data-form .search-bg div
{
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
    margin: 0;
}

#link-data-form .search-bg input
{
    margin-top: 28px;
}

.div-links
{
    display: table;
}

.div-links .favicon 
{
    vertical-align: middle;
}

.div-links-title,.div-links-user-title
{
    margin: 0 0 10px;
}

.div-links-user-title h3 
{
    display: inline-block;
    width: 54%;
}

.link-user-color
{
    color: #72846B !important;
}

.link-user-color-background
{
    background-color: #72846B !important;
}

.div-links .div-section-links
{
    display: table-cell;
    overflow: hidden;
}

.div-links-cell
{
    width: 385px;
}

.div-links-cell-middle
{
    width: 160px;
}

.action-add-remove
{
    text-align: center;
    vertical-align: middle;
}

.btn-add-link
{
    padding: 10px 14px;
    border-radius: 2px;
    color: #606060;
    font-weight: bold;
    font-size: 45px;
    text-decoration: none;
}

.btn-toggle-link
{
    float: right;
    width: 10px;
    border-radius: 10px;
    margin: 7px 10px;
    height: 10px;
}

.btn-toggle-link.enable
{
    background-color: lightgreen;
}

.btn-toggle-link.disable
{
    background-color: #de0000;
}

.btn-remove-link-big
{
    display: inline-block;
}

#select-to p
{
    margin: 5px 0;
    padding: 10px 0;
    background-color: #333;
    color: #fff;
	border-radius: 6px;
}

.btn-remove-link
{
    height: 17px;
    margin: -5px -5px -5px 15px !important;
    background: url(../images/icons/ico-cross-remove.png) no-repeat;
    background-size: 12px;
    display: inline-block;
    color: white;
    padding: 0px 0px 0px 23px;
    cursor: pointer;
}

.div-links .div-section-links ul
{
    margin: 0;
    list-style: none;
}

.div-links .div-section-links ul li
{
    margin: 5px 0;
    position: relative;
}

.div-links .div-section-links ul li ul li ul li
{
	padding-left: 15px;
	background: #f9f9f9;
	border-radius: 6px;
}

.div-links .div-section-links ul li label, .selected-link label
{
    display: inline-block;
    text-transform: capitalize;
    font-family: Roboto Condensed, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.div-links .div-section-links ul li label
{
    padding: 10px 0;
}

.btns-add-remove-link
{
    position: absolute;
    right: 0;
}

.btns-add-remove-link a
{
    height: 17px;
    display: inline-block;
    padding: 0px 0px 0px 23px;
    cursor: pointer;
}

.btns-add-remove-link .btn-add-link
{
    background: #16b9c5 url(../images/layout/add-icon.png) no-repeat 20px center;
    background-size: 12px;
    margin: 0 !important;
}

.btns-add-remove-link .btn-remove-link
{
    background: #bb2020 url(../images/icons/ico-cross-remove.png) no-repeat 20px center;
    background-size: 12px;
    margin: 0 !important;
}

/* Sezione Link Menu */

#menu-links > li.active > a + ul 
{
    display: block !important;
    margin-left: 15px;
}
#menu-links > li > a + ul 
{
    display: none !important;
}
#menu-links > li > ul > li.active > a + ul 
{
    display: block !important;
}
#menu-links > li > ul > li > a + ul 
{
    display: none !important
}

.div-links .div-section-links ul li a
{
    padding: 8px 20px 8px 35px;
    width: 100%;
}

.menu-add-bg
{
    background: #333 url(../images/layout/add-icon.png) no-repeat 15px center;
	border: 1px solid #333;
}

.block-int, .div-lives
{
    padding: 20px;
    position: relative;
}

.block-int ul 
{
    list-style-type: none;
    margin: 0;
}

.block-int ul li
{
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #F3F3F3;
}

.block-int .span-li-active
{
    font-size: 12px;
    background: url(../images/layout/butt-arrow.png) no-repeat center left;
    padding: 0 0 0 15px; 
    display: inline-block; 
    line-height: 14px;
}

.block-int ul li a
{
color: #606060;
text-decoration: none;
background: url(../images/layout/butt-arrow.png) no-repeat center left;
padding: 0 0 0 15px;
display: inline-block;
line-height: 14px;
font-size: 12px;
}

.block-int ul li:last-child
{
    padding: 0;
    margin: 0;
    border-bottom: none;
}

.block-simple
{
        background: none;
}

.block-scroll
{
        height: 150px;
        overflow: auto;
}

.categories-menu, .categories-menu ul
{
        list-style-type: none;
}

.categories-menu
{
        margin: 0px;
}

.categories-menu ul
{
        margin-bottom: 0px;
}

.categories-menu a, .categories-menu .li-active
{
        padding: 3px 7px;
        display: inline-block;
}

.categories-menu li
{
        background-color: #DDDDDD;
}

/* contenuti */

.content-info
{
        color: #636262;	
        margin-bottom: 30px;
}

.content-social-share 
{
        margin: 20px 0px;
        padding: 0px;
}

.content-social-share  li
{
        list-style-type: none;
        display: inline-block;
}

.content-file, .content-gmap, .content-video, .content-photo, .content-form
{
        margin-top: 20px;
}

.content-gallery-title
{
    padding: 20px 0 10px 0;
    font-weight: bold;
    font-size: 22px;
}

.content-photo-image
{
    width: 100%;
}

.content-gallery figcaption,.content-photo figcaption
{
    display:none;
}

.content-file
{
    background-color: #E5E5E5;
    padding: 10px;
    margin: 20px 0;
}

.content-list
{
    margin: 20px 0px;
}

.content-list li
{
    list-style-type: none;
    margin: 0px 0px 10px 0px;
}

.node-gmap
{
        width: 100%;
        height: 400px;
}

.box-960
{
        width: 100%;
        margin: auto;
        position: relative;
}

#header .box-960, #footer .box-960
{
	width: 90%;
}

/* logo header */

.logo-header
{
    width: 171px;
    height: 63px;
    background: transparent url(../images/layout/logo-header.png) no-repeat left top;
    display: inline-block;
    float: left;
    background-size: contain;
}

/* Header search box */

.header-search-box
{
        display: inline-block;
        width: 215px;
        float: right;
        margin: 20px 0;
        background: transparent url(../images/layout/bg-cerca-header.png) no-repeat left top;
}

.header-search-box form
{
        padding: 0px;
        margin: 0px;
}

.header-search-box #content-search-key
{
        border: none;
        box-shadow: none;
        padding: 5px;
        margin: 0px;
        background: transparent;
        width: 175px;
        float: left;
}

.btn-header-search
{
        width: 27px;
        height: 27px;
        cursor: pointer;
        box-shadow: none;
        float: right;
        background: transparent;
}

/* social */

.social
{
        margin: 20px 0 10px 0;
        padding: 0px;
        list-style-type: none;
        display: inline-block;
}

.social li
{
        display: inline-block;
}

/* Newsletter */

#box-newsletter
{
        display: block;
        padding: 10px;
        background: #f0f0f0;
}

.newsletter-title
{
        font-size: 14px;
        color: #3a3a3a;
        font-weight: bold;
        display: block;
        padding: 0 0 10px 0;
}

.newsletter-description
{
        font-size: 12px;
        line-height: 14px;
        padding: 0 0 10px 0;
        display: block;
}

.newsletter-field
{
        width: 67%;
}

#box-newsletter form
{
        padding: 0px;
        margin: 0px;
}

/* Footer */

#footer
{
    padding: 20px 0 0 0;
    border-top: 6px solid #f0f0f0;
    margin-top: 20px;
    color: #999999;
    font-size: 12px;
}

#footer-left
{

}

#footer-right
{
        float: right;
        width: 50%;
        text-align: right;
}

.footer-credentials
{
        background: #595959;
        color: #ffffff;
        font-size: 12px;
        padding: 5px 0;
}

.footer-credentials p
{
        margin: 0px;
}

.logo-footer
{
    width: 94px;
    height: 35px;
    display: inline-block;
    margin: 0 0 15px 0;
    background: transparent url(../images/layout/logo-footer.png) no-repeat left top;
    background-size: contain;
}

.footer-adress-box
{
        font-size: 12px;
        margin: 15px 0 0 0;
}

.footer-left
{
        float: left;
}

.footer-right
{
        float: right;
}

/* Menu footer */

#footer #menu_primary
{
        margin: 0px;
        padding: 0px;
        width: auto;
        display: inline-block;
}

#footer #menu_primary_container .box-960
{
        width: auto;

}

#footer #menu_primary_container
{
        width: 700px;
        background: transparent;
        text-align: right;
}

#footer #menu_primary li
{
        padding: 0 5px;
        font-size: 12px;
}

#footer #menu_primary a, #menu_primary .menu-item-active span
{
        padding: 5px;
}

/* paginazione */

.pagination
{
    text-align: center;
    margin-top: 10px;
}

.pagination ul
{
    margin: 0px;
}

.pagination li
{
    display: inline-block;
    list-style-type: none;
    padding-right: 5px;
}

.pagination a
{
    padding: 6px 10px;
    text-decoration: none;
	background: #ffffff;
    border: 1px solid #f0f0f0;
	border-radius: 99px;
}

li.pagination-active
{
	padding: 2px 9px;
	background: #16B9C5;
	color: #ffffff;
	border: 1px solid #16B9C5;
	border-radius: 99px !important;
	margin: 0 5px 0 0;
}

.pagination-pager
{
        width: 20%;
        text-align: right;
}

.pagination-links
{
        width: 100%;
        text-align: center;
        float: right;
}

/* help */


body.newspaper-read-single-page
{
    background-color: black;    
}

body.newspaper-read-single-page #footer
{
    background-color: #f3f3f3;
}

.spacer
{
        text-align: center;
        border-top: 1px solid #b2b4b3;
}

.spacer-text
{
        display: inline-block;
        position: relative;
        top: -15px;
        padding: 5px 10px;
        background-color: #fff;
        font-size: 11px;
}

/* commenti */

#content_comments_list
{
        margin-top: 40px;
}

.content-img-list
{
    float: left;
    width: 321px;
    border: 1px solid #d0d0d0;
    padding: 1px;
    background-color: #ffffff;
    margin: 0 20px 20px 0;
}

 .content-img-list:nth-child(2n+2)
 {
     margin: 0 0 20px 0;
 }    

.filenode-thumb
{
    display: table-cell;
}

.filenode-title
{
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: middle;
}   

.content-gallery-images
{
    float: left;
    margin: 0 7px 7px 0;
}

.content-gallery-images img
{
    width: 85px;
    height: 85px;
    border: 1px solid #d0d0d0;
    padding: 1px;
    background-color: #ffffff;
}    

figure:nth-child(7n+7) a
{
    margin: 0 0 7px 0;
}

#region-blocks_homepage ul
{
    list-style-type: none;
    margin: 0;
}

#region-blocks_homepage ul li
{
    width: 300px;
    float: left;
    margin: 0 30px 0 0;
}

#region-blocks_homepage ul li:last-child
{
    margin: 0;
}

#region-blocks_homepage .block
{
    background: transparent;
}

.homepage-panel-title
{
    border-top: 3px solid #dfdfdf;
    border-bottom: 3px solid #dfdfdf;
    padding: 10px 15px;
    text-align: center;
}

.homepage-panel-title a
{
    font-size: 14px;
    text-transform: uppercase;
    color: #606060;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
}

#region-blocks_homepage 
{
    margin: 20px 0 0 0;
}

.homepage-panel-thumb 
{
    padding: 15px 0;
    text-align: center;
}

.homepage-panel-infotext-box 
{
    border: 1px solid #f3f3f3;
    padding: 15px;
    height: 165px;
    position: relative;        
}

.homepage-panel-comefunziona 
{
    color: #606060;
    font-family: Roboto Condensed, sans-serif;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.homepage-panel--continua-btn
{
    color: #606060;
    font-family: Roboto Condensed, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-decoration: none;
    padding: 2px;
}

.homepage-panel-text 
{
    color: #999999;
    text-align: justify;
}

.footer-2open-link-box 
{
    font-size: 12px;
    padding: 0;
	text-align: right;
}  

.footer-2open-link-box a
{
    color: #999999;
    text-decoration: none;
	text-align: right;
}

#login-wrapper 
{
    width: 975px;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.login-box-container
{
    height: 100%;
    position: absolute;
    width: 100%;
}

.banner.login_left
{
	display: none;
}

#login-box
{
    position: relative;
    padding: 0 0 80px 0;
    width: 430px;
    margin-left: auto;
    margin-right: auto;
	border-radius: 12px;
    background-color: #f0f0f0;
    padding: 25px 50px;
    float: left;
    margin: 10px 60px;
	box-sizing: border-box;
	min-height: 452px;
}

#login-box.recovery_password
{
	min-height: 380px !important;
}

#login-box:after
{
	content: "";
	background: url(../images/layout/shadow.png) no-repeat;
	width: auto;
	height: 30px;
	position: relative;
	top: 50px;
	display: block;
	background-size: cover;
	background-position: 50% 50%;
	z-index: -1;
}

#login-box.recovery_password:after
{
	top: 50px;
}

#login-box.recovery_password
{
    margin-top: 55px;
}

#login-box.recovery_password label[for="recovery-password-username"]
{
    display: none;
}

#recovery-password .form-submit .btn
{
	margin: 20px auto;
}

#login-box .login-box-logo-container
{
	height: 70px;
	display: block;
	background: transparent url(../images/layout/logo-header.png) no-repeat center center;
	padding: 0;
	margin: 20px auto;
	background-size: cover;
	width: 170px;
}

#login-box .span4 label[for="login-username"], #login-box .span4 label[for="login-password"]
{
	font-weight: normal;
	font-size: 14px;
	position: relative;
	top: 6px;
	left: 10px;
	width: auto;
	padding: 0px;
	line-height: 12px;
	color: #666;
	z-index: 1;
}

#login-box .span4 label[for="login-username"]:before, #login-box .span4 label[for="login-password"]:before
{
	content: "";
	height: 1px;
	width: 110%;
	display: block;
	position: relative;
	top: 7px;
	z-index: -1;
	background: #fff;
	left: -3px;
}

input#recovery-password-username
{
	text-align: center;
}


#login-box:not(.recovery_password) ::-webkit-input-placeholder {
   color:transparent;
}

#login-box:not(.recovery_password) :-moz-placeholder { /* Firefox 18- */
   color:transparent; 
}

#login-box:not(.recovery_password) ::-moz-placeholder {  /* Firefox 19+ */
   color:transparent; 
}

#login-box:not(.recovery_password) :-ms-input-placeholder {  
   color:transparent;
}


#login-box #login-email,#login-box #login-username, #login-box #login-password
{
    padding: 20px 10px;
    width: 100%;
	color: #666;
	line-height: 30px;
    height: 35px;
    border: 1px solid #ccc;
	margin: auto;
    border-radius: 6px;
    background: #fff;
	box-sizing: border-box;
}

#login-box .form-field
{
    padding: 0;
    margin: 0 0 10px 0;
}

#login-box #login-submit .btn
{
    background-color: #16b9c5;
	border: 1px solid #16b9c5;
    border-radius: 6px;
    font-family: Roboto condensed;
    font-size: 18px;
    padding: 10px 20px;
	width: 100%;
	margin: 10px auto;
}

#login-box #login-submit .btn:hover
{
	background-color: #0aacb8;
	border: 1px solid #0aacb8;
}

.login-box-links-box
{
	margin-top: 20px;
}

#login-box .btn
{
	border-radius: 6px;
    font-family: Roboto condensed;
    font-size: 18px;
    padding: 10px 20px;
	text-align: center;
	width: 100%;
	margin: auto;
}

#login-box .message
{
	margin: 0 auto;
	position: absolute;
	top: -50px;
	border-radius: 12px 12px 0px 0px;
	width: 430px;
	text-align: center;
	box-sizing: border-box;
	left: 0px;
	padding: 20px 10px;
	background: #16b9c5;
	color: #fff;
}

#recovery-password .form-field-error
{
	text-align: center;
	margin-top: 15px;
}

#login-box label[for="remember_me"]
{
    display: inline-block;
    font-weight: normal;
    width: 200px;
}

#login-box input[name="remember_me"]
{
    float: left;
}

.login-bottom-text
{
	text-align: center;
	width: 350px;
	margin: 50px auto;
	color: #666;
	font-size: 16px;
	line-height: 24px;
	font-family: Roboto Condensed;
}

.login-bottom-text:before
{
	content: "";
	width: 200px;
	height: 1px;
	margin: auto;
	display: block;
	position: relative;
	top: -20px;
	background: #ccc;
}

.login-bottom-text img
{
	display: block;
	margin: 20px auto;
	height: auto;
	width: 200px;
}

#login-box .login-form-button-container
{
    display: none;
}

#login-box .login-form-button-container .btn
{
	background: #3b5998;
	font-size: 18px;
	width: 100%;
	text-align: center;
}

#login-box .login-box-link
{
    background-color: transparent;
    color: #16b9c5!important;
	text-decoration: underline;
    padding: 0;
    margin: auto;
	text-align: center;
    display: block;
    font-family: Roboto, sans-serif;
    text-transform: none;
    font-size: 14px;
	border: 0px;
	text-decoration: none;
	line-height: 20px;
}

#login-box .login-box-link:hover
{
	text-decoration: underline;
}

#login-box .login-box-links-box
{
    width: 100%;
	text-align: center;
}

#login-box form
{
    margin: 0;
    padding: 0;
}

.login-box-container .login-box-footer
{
    position: relative;
    top: 29%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 12px;
}

.login-box-container .login-box-footer a
{
    color: #9c9c9c;
    text-decoration: none;
}

.buttons-container
{
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 3px solid #dfdfdf;
}

.btn-internal
{
    font-size: 12px;
    margin: 0 15px 0 0;
}

.btn-update-social-profiles
{
    float: right;
    background: #333 url(../images/layout/update-icon.png) no-repeat 15px center;
    padding: 8px 20px 8px 35px;
	border: 1px solid #333 !important;	
}

.btn-loading
{
    background: #333 url(../images/layout/loading-icon.gif) no-repeat 15px center;
    padding: 8px 20px 8px 35px;    
	border: 1px solid #333 !important;
}

.btn-add
{
    background: #72846B url(../images/layout/add-icon.png) no-repeat 15px center;
    padding: 8px 20px 8px 35px;
	border: 1px solid #72846B !important;
}

.btn-filter, .btn-reset
{
	width: 100%;
	text-align: center;
}

.btn-filter
{
	border: 1px solid #999 !important;
	background: transparent !important;
	color: #999999 !important;
}

.btn-reset
{
	background: #999;
	border: 1px solid #999 !important;
}

.btn-edit
{
    background: #333 url(../images/layout/edit-icon.png) no-repeat 15px center;
    padding: 8px 20px 8px 35px;
	border: 1px solid #333 !important;
}

.btn-back
{
    background: #333 url(../images/layout/back-icon.png) no-repeat 15px center;
    padding: 8px 20px 8px 35px;
	border: 1px solid #333 !important;
}   

.btn-delete
{
    background: #CE453E url(../images/layout/delete-icon.png) no-repeat 15px center;
    padding: 8px 20px 8px 35px;
	border: 1px solid #CE453E !important;
}    

/* Error */
.btn-error-page
{
    float: left;
    margin-right: 10px;
}

.social-box-container
{
    list-style-type: none;
    margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.social-box-container li
{
    margin: 20px auto;
	width: 18%;
}

.lives-item
{
    line-height: 2px !important;
}

.lives-item img
{
    max-width: 45px !important;
    padding-right: 5px;
    float: left;
}

.lives-box-container .social-box-title 
{
    text-transform: capitalize;
}

.social-box-title 
{
    background-color: #f3f3f3;
    padding: 10px 20px;
    text-align: center;
    min-height: 20px;
    margin: 0 0 10px 0;
    font-family: Roboto Condensed;
    font-size: 16px;
    color: #606060;
}

.block-title h1, #page-header h1,.page-subtitle h2
{
    color: #606060;
    font-size: 18px;
    font-weight: 900;
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
}

.newspaper-search-result-box
{
            background-color: #f9f9f9;
            padding: 0;
			border-radius: 6px;
}

.newspaper-search-result-title
{
            background-color: #e8e8e8;
            text-align: right;
            padding: 2px 5px;
            font-weight: normal;
            font-size: 14px;
            font-family: Roboto Condensed, sans-serif;
			border-radius:  6px 6px 0 0;
}

.newspaper-search-result-content
{
            position: relative;
            background: linear-gradient(214deg, rgba(248,248,248,1) 0%, rgba(216,216,216,1) 100%);
            padding: 15px 15px 20px 15px;
			border-radius: 0 0 6px 6px;
			line-height: 18px;
}

.newspaper-search-result-img
{
            display: table-cell;
            padding: 0 5px 0 0;
            vertical-align: top;
}

.newspaper-search-result-img .newspaper-image 
{
    width: 80px;
    height: 117px;
    background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	border: 1px solid #ccc;
	position: relative;
	margin-right: 17px;
	background: #eee;
	background-repeat: no-repeat;
	background-size: cover;
}

.newspaper-search-result-img .newspaper-image:after
{
	content: "";
	background: url(../images/layout/shadow.png) no-repeat;
	background-size: cover;
	display: block;
	height: 10px;
	width: 90px;
	position: absolute;
	bottom: -7px;
	background-position: 50%;
}

.newspaper-search-result-txt
{
            display: table-cell;
            vertical-align: top;
}

.newspaper-search-result-txt .newspaper-file-link
{
            position: absolute;
            bottom: 20px;
			right: 25px;
}

.newspaper-search-result-txt .newspaper-article-title
{
            font-size: 13px;
            font-style: italic;
            word-wrap: break-word;
            line-height: 16px;
			display: none;
}

.newspaper-search-result-txt .newspaper-file-date
{
    margin: 0;
	display: block;
}

.newspaper-search-result-txt .newspaper-file-page
{
    margin: 0;
	display: block;
}

.newspaper-file-link .btn-view-newspaper
{
            width: 135px;
            text-align: center;
            margin: 0!important;
}

#search-advanced.newspaper-search-results td
{
            padding: 0 20px 20px 0;
}

#search-advanced.newspaper-search-results td:nth-child(3n+3)
{
            padding: 0 0 20px 0;
}

#search-advanced.newspaper-search-results tr
{
            background-color: transparent;
            border-bottom: none;
}

.form-box-container 
{
	 background-color: #F3F3F3;
	 border-radius: 12px;
}

.form-box-container label
{
    display: inline-block;
    padding-bottom: 3px;
    font-weight: bold;
    width: 180px;        
}

.form-box-container .form-field-error 
{
    margin-left: 183px;
}

#form-social-profile-add-edit small
{
    display: block;
    font-size: 11px;
    margin-top: 0px;
    line-height: 13px;
    color: #888;
    margin: 6px 0 0 183px;
}

.profile-social-twitter-timeline 
{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
    border-top: none;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 150px;
}

.profile-social-twitter-timeline ul
{
    list-style-type: none;
    margin: 0px;
}

.profile-social-twitter-timeline ul li
{
    padding: 5px 8px 6px 8px;
    font-family: Helvetica Neue,Roboto,Segoe UI,Calibri,sans-serif;
}

.twitter-box-header
{
    font-size: 14px;
    font-weight: bold;
    color: #292f33;
    line-height: 18px;
    font-family: Helvetica Neue,Roboto,Segoe UI,Calibri,sans-serif;
    border: 1px solid #E8E8E8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 8px;
}

.twitter-timeline-tweet 
{
    width: auto;
    float: none;
    margin: 00 0 10px 0;
    padding-bottom: 10px!important;
    border-bottom: 1px solid #E8E8E8;
}

.profile-tweet-url 
{
    float: left;
    margin: 0 10px 5px 0;
}

.twitter-timeline-tweet 
{
    width: auto!important;
    float: none!important;
    margin: 0px!important;
}

.profile-tweet-datetime 
{
    color: #707070;
    font-size: 11px;
}

.tweet-entities-usermention, .tweet-entities-hashtag
{
    color: #707070;
}

.tweet-entities-url 
{
    color: #1b95e0;
}

.profile-tweet-image img
{
    width: 32px;
    height: 32px;
}

.profile-tweet 
{
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    direction: ltr;
    font-family: "Helvetica Neue",Roboto,"Segoe UI",Calibri,sans-serif;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.update-profile 
{
    background: url(../images/layout/update-profile-icon.png) no-repeat center center;
    width: 12px;
    height: 15px;
    display: inline-block;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
}

.update-profile-loading
{
    background: url(../images/layout/update-profile-icon.gif) no-repeat center center;
}


.user-profile-box{
    padding: 12px 15px;
    margin:0;
    font-size: 16px;
    color: #606060;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 300;
    text-decoration: none;
    line-height: 18px;
	align-items: center;
	position: absolute;
	top: -125px;
	right: 150pt;
    display: none;
}

.homepage .user-profile-box{
    display: block;
}

@media (max-width: 1280px){
    .user-profile-box {
        position: relative;
        display: flex !important;
        justify-content: flex-end;
        align-items: flex-end;
        width: 100%;
        padding: 0;
        top: unset;
        left: unset;
        right: unset;
    }
}

@media (min-width: 1280px){
    .user-profile-box{
        display: block;
    }
}

.link-edit-password {
    padding-top: 10px;
    display: inline-block;
}

.link-edit-password:before
{
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../images/layout/ico-user.png) no-repeat;
	background-size: cover;
	margin-right: 7px;
	position: relative;
	top: 0px;
    vertical-align: middle;
}

.hp-descr-text
{
    font-size: 18px;
    font-family: Roboto Condensed;       
}



#menu_footer_container
{
    width: auto;
    float: right;
    margin: 0 0 10px 0;
}

#menu_footer
{
    margin: 7px 0 0 0;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 400;
	font-size: 14px;
    list-style-type: none;
	padding: 0px;
}

#menu_footer li
{
    margin: 0 5px;
    border-right: 1px solid #cccccc;
    padding: 0 5px;
    float: left;  
}

#menu_footer li:last-child
{
    margin: 0 5px;
    border-right: none;
    padding: 0px 0 0 5px;
}

#menu_footer li:last-child a
{
    padding: 1px 0 1px 5px;
}

#menu_footer a, #menu_footer .menu-item-active span
{	
    display: inline-block;
    text-decoration: none;
    padding: 1px 5px;
    color: #4c4a4a;
    line-height: 14px;
}

#menu_footer a:hover, #menu_footer .menu-item-active span
{

    color: #ff8041;
}

/* Pagina ricerca pdf */

.pdf-search-box 
{
    list-style-type: none;
    margin: 0 0 20px 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, 200px);
	grid-gap: 20px;
}

.pdf-search-box li
{
    display: inline-block;
    margin: 0;
    border: 1px solid #ededed;
    width: 100%;
    height: 48px;
	border-radius: 6px;
}

.pdf-search-box.out li
{
    width: 100%;
    float: none;
}

.pdf-search-box li .newspaper-out-title, .pdf-search-box li .newspaper-title
{
    padding-left: 40px;
    padding-right: 15px;
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    width: 160px;
    color: #606060;
    font-family: Roboto Condensed, sans-serif;
    line-height: 16px;
    font-size: 14px;
    text-decoration: none;
}


.search-title 
{
    color: #606060;
    font-family: Roboto Condensed, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.pdf-search-left-container 
{
    /* width: 640px; */
    margin: 0 auto 15px 0px;
}

.pdf-search-right-container
{
    width: 462px;
    float: right;        
}

.filters-box-container
{
    margin: 0 0 20px 0;
}


.search-bg 
{
    background-color: #f0f0f0;
    padding: 20px 30px;
	border-radius: 6px;
}

.search-bg.alert
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search-input-box label
{
    display: inline-block;
    margin: 0 5px 0 0;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    font-size: 14px;
}

.newspaper-date .search-box-field
{
	margin-left: 10px;
	 width: 225px;
}


.newspaper-date
{
	position: relative;
}
.search-box-field.datepicker-noimg.hasDatepicker
{
	background: #fff url(../images/layout/ico-calendar.png) no-repeat;
	background-size: 20px;
	background-position: 96% 9px;
	min-width: 150px;
	max-width: 150px;
}

.search-bg .btn-search
{
    float: right;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
} 

.search-input-box
{
    float: left;
    margin: 0px 5px 0 0;
	position: relative;
	margin-bottom: 15px;
}

#advance-search-box.has-errors .flex-search:nth-child(2) .search-input-box
{
    min-height: 90px;
}

.search-input-box.date
{
	text-align: right;
}

.search-input-box .custom-combobox
{
    display: flex;
}

#advance-search-box .flex-search,
#newspaper-search-form .flex-search
{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 auto 20px;
}

#advance-search-box .search-input-box
{
   position: relative;
}



#advance-search-box .search-input-box.case-sensitive
{
    margin: 0;
    padding: 0;
}

#advance-search-box #case-sensitive,#advance-search-box #search-exact
{
            margin: 5px 5px 0 0;
}

#advance-search-box label[for="case-sensitive"], #advance-search-box label[for="search-exact"]
{
            padding: 2px 0 0 0;
}

#advance-search-box label[for="search-exact"]
{
	min-width: 180px !important;
}

#advance-search-box .search-input-box.keyword
{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 35%;
}

#advance-search-box .search-input-box.newspaper
{
	width: 20%;
}

#advance-search-box .search-input-box.order-by
{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 20%;
}

#advance-search-box .search-input-box.order-by select
{
	min-width: 150px;
}

#advance-search-box .search-input-box.date-from,
#advance-search-box .search-input-box.date-to
{
    margin: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#advance-search-box #btn-form-submit-advanced
{
     font-size: 18px;
	 font-weight: 300;
	 margin: 0;
	 width: 150px;
}

#search-advanced .search-results-info 
{
    float: right;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
	background: #ccc;
	padding: 0px 15px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 99px;
}

.pdf-search-left-container .search-input-box.buttons
{
    margin: 22px 0 0 0;
}

.pdf-search-left-container .search-input-box.date
{
    display: flex !important;
	flex-direction: column;
	align-items: flex-start;
	margin: 0 10px 0 0;
}

.pdf-search-left-container .search-input-box.buttons
{
    display: flex !important;
	align-items: flex-start;
	justify-content: flex-end;
}

.pdf-search-left-container .search-input-box.newspaper,
.pdf-search-left-container .search-input-box.newspaper.name
{
    display: flex !important;
	align-items: flex-start;
	flex-direction: column;
	width: 40%;
	margin: 0 10px 0 0;
}


#newspaper-search-form h3
{
    font-style: italic;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
}


.scrollable-results li 
{
    width: 280px;
    float: left;
    margin: 0px;
    height: 200px;
}

.scrollable-results 
{
    list-style: none;
    margin: 0px;
    padding: 0px;
	display: flex;
	justify-content: space-between;
    flex-wrap: wrapy;
}

.scrollable-results li:nth-child(3n+3) 
{
    margin-right: 0px;
}

.scrollable-results li .newspaper-search-result-img img
{
    max-height: 137px;
}

#search-loading
{
    text-align: center;
    font-weight: bold;
    background-color: #F0F0F0;
    padding: 5px;
}

/* newspapers */

#newspaper-search-form .newspaper.name
{
    display: block;
}

#newspaper-iframe-box
{
    text-align: center;
    display:none;
}

#newspaper-iframe
{
    clear: both;
    width: 1px;
    height: 7px;
    margin: 40px 0px 20px 0px;
    display: none;
}

#newspaper-iframe-back-url 
{
    margin: 20px 0px 0px 0px;
}

.btn.btn-view-newspaper
{
    padding: 5px;
    margin: 15px 0px;
	background: #fff;
	border: 1px solid #fff !important;
	color: #16b9c5 !important;
}

.btn.btn-view-newspaper:hover
{
	color: #fff !important;
	background: #333 !important;
	border: 1px solid #333 !important;
}

.newspaper-name
{
    padding-left: 18px;
    background-position: 0px;
    font-weight: bold;
    margin: 0 0 5px 0px;
	font-family: roboto condensed;
	background-size: 15px;
	background-position: 0px 2px !important;
}

.newspaper-toolbar .form-field
{
            padding: 0;
}

.newspaper-toolbar-form
{
            margin: 0px 10px;
}

.newspaper-toolbar-form form
{
            padding-bottom: 0;
}

.newspaper-toolbar-form #newspaper_name
{
    height: 19px;
    width: 170px;
}

.newspaper-toolbar #menu_primary
{
            margin-top: 15px;
}


/* end */


/* Newspaper toolbar quick search */

.newspaper-toolbar-quick-search 
{
    float: left;
    /* bottom: 10px; */
    position: relative;
    top: 10px;
}

#newspaper-toolbar-quick-search-form
{
    float: none;    
    width: 100%;
}

.newspaper-toolbar-quick-search .btn.newspaper-toolbar-quick-search-btn 
{
    font-size: 10px;
    padding: 5px;
    vertical-align: middle;
    background-color: #16b9c5;
}

.newspaper-toolbar-quick-search-form .form-field 
{
    float: none;
    width: 350px;
}

.newspaper-toolbar-quick-search-form label 
{
    width: 320px;
    float: right;
    clear: both;
}

.newspaper-toolbar-quick-search-form .form-field.submit 
{
    text-align: right;
}

.newspaper-toolbar-quick-search-form 
{
    margin: 10px auto;
    width: 500px;
    border-radius: 9px;
    padding: 15px;
    border: 1px solid #DEDEDE;
}

.newspaper-toolbar-quick-search-form #newspaper-quick-search-keyword
{
    width: 100% 
}

.newspaper-toolbar-quick-search-form .form-field.quick-search-keyword 
{
    width: 90%;
}

.newspaper-toolbar-quick-search-form .form-field.submit 
{
    width: 93%;
}


#newspaper-toolbar-quick-search-box .scrollable-results
{
    max-height: 350px;
    overflow-y: scroll;
}

/* end */

.hide
{
    display: none !important;
}

#block_block_2, #block_block_3, #block_block_4
{

}


/* Tabelle */

#filter-read_datetime-2
{
    margin-top: 5px;
}

#buttons_top_form
{
    text-align: right;
}

/* Customer user subscriptions */

#customer-subscriptions-form .search-input-box.newspaper-id label[for="newspaper_id"]
{
    width: 60px;
}

#customer-subscriptions-form .search-input-box.newspaper-id
{
    width: 300px;
}

/* #customer-subscriptions-form .search-input-box.newspaper-id #newspaper_id
{
    width: 220px;
} */

#customer-subscriptions-form input[type="submit"]
{
    float: right;
}

.newspapers-stat-totals h3 
{
    border-bottom: 1px solid #D7D7D7;
    margin: 10px 0px;
}

/*Newspaper favorites */

.newspaper-page-read-toolbar 
{
    width: 100%;
    display: inline-block;
    background-color: #f3f3f3;
    padding: 13px 0px;
    text-align: right;
    margin-bottom: 10px;
}

.newspaper-favorites-user-box
{
    display: none;
    text-align: center;
}

.newspaper-favorites-user-box form
{
    padding: 0px;
}

.newspaper-page-read-box
{
    max-width: 100%;
}

.newspaper-articles ,.newspaper-favorites-add,.newspaper-favorites-remove,.newspaper-print-page,.newspaper-editor-btn,.newspaper-download-btn
{
    display: inline-block;
    color: white;
    padding: 0px 0px 0px 23px;
    cursor: pointer;
}

.newspaper-favorites-add, .newspaper-editor-btn, .newspaper-print-page, .newspaper-download-btn
{
	background-size: cover;
	width: 25px;
	height: 25px;
	padding: 0;
	margin: 0 1px;
}

.newspaper-favorites-add.me.tooltip.hide
{
	display: inline-block !important;
	opacity: 0.3 !important;
	pointer-events: none;
}

.newspaper-favorites-add.me
{
   background: url('../images/icons/newspaper-favorite.png') no-repeat;
   background-size: cover;
}

.newspaper-favorites-add.user
{
   background: url('../images/icons/newspaper-favorite-user.png') no-repeat;
    background-size: cover;
}

.newspaper-print-page
{
   background: url('../images/icons/ico-print-grey.png') no-repeat;
	background-size: cover;
}

.newspaper-print-page.printed
{
   background: url('../images/icons/ico-print-grey-ok.png') no-repeat;
	background-size: cover;
	}

.newspaper-editor-btn
{
   background: url('../images/icons/newspaper-editor-cut.png') no-repeat;
    background-size: cover;
}

.newspaper-download-btn
{
   background: url('../images/icons/newspaper-download-btn.png') no-repeat;
    background-size: cover;
}

.newspaper-favorites-add.user
{
   background: url('../images/icons/newspaper-favorite-user.png') no-repeat;
    background-size: cover;
}

.newspaper-print-page.not-printable,.newspaper-print-page.not-printable,.newspaper-print-page.not-printable a,.newspaper-editor-btn.not-editable,.newspaper-editor-btn.not-editable a,.newspaper-download-btn.not-downloadable,.newspaper-download-btn.not-downloadable a
{
    cursor: not-allowed;
}

.newspaper-print-page.not-printable a
{
    color: #b5b5b5;
    text-decoration: none;
}

.newspaper-read-single-page .newspaper-print-page
{
    padding: 0px 25px;
}

.newspaper-read-single-page .newspaper-favorites-buttons
{
    margin: 0px 10px;
}


.newspaper-favorites-remove
{
	background: url('../images/icons/newspaper-favorite-remove.png') no-repeat;
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 99px;
	right: 148px;
	background-size: 16px;
	background-position: 50% 50%;
	padding: 0;
	top: 3px;
}

.newspaper-articles 
{
   background: url('../images/icons/articles-icon.png') no-repeat;
   background-size: 20px 20px;  
}

.newspaper-page-read-image
{
    width: 100%;
    height: 1262px;
    background-size: contain;
    background-repeat:no-repeat;        
}

.newspaper-favorites-user-box label
{
    width: 120px;
    display: inline-block;
}

.newspaper-favorites-user-box #newspaper-favorite-user-id-to, .newspaper-favorites-user-box .newspaper-favorite-user-to
{
    width: 200px;
}

.newspaper-favorites-user-box .medium-field
{
    width: 35%;
}

.newspaper-favorite-reset-select-box
{
    display: none;
    width: 30px;
    vertical-align: middle;
}

.newspaper-print-progress 
{
    width: 25px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAALCAYAAAC+jufvAAAABGdBTâ€¦ghCMwGh8Tj+8yVKN0d2l00M6i70XsPmdmfu6OIQJmJqooPOu8mqi//WKcAAAAASUVORK5CYII=);
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    background: #ddd;
    position: relative;
    left: 0px;
}

.newspaper-read-single-page .newspaper-print-progress 
{
    width: 75px;
    position: absolute;
    left: 55%;
    top: 35px;
    margin: 0px;
}

.newspaper-print-progress-bar
{
    width: 50%;
    height: 4px;
    background: #339900;
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
}

div.newspaper-print-progress-bar[style="width: 100%;"],
div.newspaper-print-progress-bar[style="width:100%;"]
{
	-moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}


.newspaper-print-progress-text
{
   font-size: 10px;
	color: #333;
	position: absolute;
	bottom: -14px;
	left: 1px;
	background: #fff;
	border-radius: 99px;
	height: 10px;
	width: 24px;
	line-height: 10px;
	padding: 0px;
	box-sizing: content-box;
	text-align: center;
	font-family: roboto condensed;
}

#btn-newspaper-page-print-back
{
  display: none;  
}

/* Newspaper favorite small */

.newspaper-page-read-toolbar.small
{
    display: inline-block;
    background: none;
    text-align: left;
    padding: 0px;
    width: auto;
}

.newspaper-page-read-toolbar.small .newspaper-favorites-buttons
{
    float: left;
}

.newspaper-page-read-toolbar.small .newspaper-favorites-buttons
{
    padding: 13px;
}

.newspaper-page-read-toolbar.small .newspaper-favorites-user-box
{
    width: 820px;
}

.newspaper-favorites-user-box .btn:not(.btn-green-save)
{
	margin: 0 15px;
}

.newspaper-page-read-toolbar.small .newspaper-favorites-add a, .newspaper-favorites-remove a,.newspaper-print-page a,.newspaper-editor-btn a,.newspaper-download-btn a
{
    display: inherit;
    margin: 0px;
}

/*.newspaper-page-read-toolbar.small .newspaper-favorites-add, .newspaper-favorites-remove
{
    margin: 0px 10px;
}*/

#newspaper-favorite-table .table-head-page_number,#newspaper-favorite-table .table-filter-page_number
{
    text-align: center
}

#newspaper-favorite-table .list-filter.page-number-between
{
    margin: 0 5px;
    width: 40px
}

#newspaper-favorite-table .table-column-page_number
{
    text-align: center;
}

.newspaper-page-read-toolbar.small .newspaper-favorites-buttons 
{
    padding: 8px 4px !important;
    background: #ccc;
	border-radius: 6px;
	position: relative;
	min-width: 216px;
	height: 26px;
}

.newspaper-page-read-toolbar.small .newspaper-favorites-buttons label
{
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
	position: relative;
	top: 2px;
	margin: 0 7px;
}

/* Newspaper article favorite */

.newspaper-article-favorites
{
    float: left;
}

.newspaper-article-favorites .newspaper-article-favorites 
{
    width: 880px;
    margin: 0px 17px;
}

.newspaper-article-favorites label 
{
    display: inline-block;
}

.newspaper-article-favorites .newspaper-article-header
{
    background-color: #DEDEDE;
    padding: 10px;
}

.newspaper-article-favorites .newspaper-favorites-buttons 
{
    position: relative;
}

.newspaper-article-favorites .newspaper-favorites-user-box 
{
    width: 800px;
}

.newspaper-article-favorites form
{
    display: flex;
    float: none;
}


.newspaper-article-favorites .newspaper-favorites-add,.newspaper-article-tools-container .newspaper-favorites-remove
{
    margin: 0px 5px;
    padding: 2px;
    float: left;
}

.newspaper-article-favorites .newspaper-favorites-user-box 
{
    width: 90%;
	margin-top: -5px;
}

/* User favorites */

.user-favorites-tabs
{
    width: 100%;
    display: flex;
}

.user-favories-list
{
	background: #f0f0f0;
	padding: 30px 30px 20px 30px;
	box-sizing: border-box;
	border-radius: 0px 0px 8px 8px;
}

.user-favories-list .pagination-links
{
	margin-top: 20px;
	float: none;
}

.user-favories-list .table
{
	margin: 0;
}

.user-favories-list form
{
	padding: 0;
}

.user-favories-list .table th
{
	background: #f0f0f0;
	border-bottom: 4px solid #ddd;
}

.user-favories-list .table .tr-odd
{
	background: #ffffff;
}

.user-favorites-tab
{
    background-color: #DEDEDE;
    vertical-align: middle;
    width: 50%;
	border-radius: 8px 8px 0 0;
	padding: 5px;
}

.user-favorites-tab.active 
{
    background-color: #16b9c5;
	border-radius: 8px 8px 0 0;
	padding: 5px;
}

.user-favorites-tabs
{
    text-align: center;
}

.user-favorites-tabs a
{
    text-decoration: none;
}

.user-favorites-tabs h1
{
    color: #606060;
    padding: 0 0 5px 0;
    margin: 0 auto;
    width: 160px;
    font-weight: normal;
    font-size: 15px;
}

.user-favorites-tab.my h1
{
    background: url(../images/layout/ico-favorite.png);
    background-repeat: no-repeat;
    padding: 5px 0px 5px 30px !important;
    background-size: 25px;
    background-position: 0px 6px;
	margin: 0 0 0 5px;
	text-align: left;
	font-size: 18px;
}

.user-favorites-tab.suggested h1
{
    background: url(../images/layout/ico-favorite-user.png);
    background-repeat: no-repeat;
    padding: 5px 0px 5px 30px !important;
    background-size: 25px;
    background-position: 0px 6px;
	margin: 0 0 0 5px;
	text-align: left;
	font-size: 18px;
}

.user-favorites-tab.suggested.active h1
{
    background: url(../images/layout/ico-favorite-user-active.png);
    background-repeat: no-repeat;
    padding: 5px 0px 5px 30px !important;
    background-size: 25px;
    background-position: 0px 6px;
	margin: 0 0 0 5px;
	text-align: left;
	font-size: 18px;
}

#newspaper-favorite-table td[class*="table-column"]
{
    cursor: pointer;
}

#newspaper-favorite-table tr.highlight
{
    background-color: #16b9c51c !important;
	border-bottom: 1px solid #ffffff;
}

.user-favorites-tab.active h1
{
	color: #fff;
}

#newspaper-favorite-table .table-column-user_name small
{
    color: #000;
    font-size: inherit;
    font-weight: bold;
}

/* Newspaper articles */


#newspaper-articles 
{
    width: 15%;
    position: absolute;
    z-index: 1000000000;
    background-color: #DAD8D8;
    margin: 5px 5px;
    border: 3px solid #16b9c5;
}

#newspaper-articles-toggle 
{
    position: relative;
    background-color: #16b9c5;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0px;
    padding: 5px;
    width: 97%;
}

.newspaper-articles-list 
{
    position: relative;
}

.newspaper-articles-pages-list
{
    overflow-y: scroll;
}

.newspaper-articles-pages-list.empty
{
    overflow: hidden;
}

#newspaper-articles-toggle-btn 
{
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    text-trasformation: uppercase;
    text-decoration: none;
}

#newspaper-articles-toggle-btn.loading
{
    cursor: wait;
}

#newspaper-articles-toggle-btn.open
{

}

#newspaper-articles-page-list
{
    list-style-type: decimal;
    margin: 0px 20px;
}

.newspaper-article-page-title 
{
    font-weight: bold;
    text-align: center;
    background-color: white;
    padding: 5px;
    margin: 0px 0px 7px 0px;
}

.newspaper-article-element a
{
    text-decoration: none;
    display: block;
}

.newspaper-article-element a .article-abstract 
{
    font-size: 11px;
    font-style: italic;
    margin: 5px 0px 5px 0px;
    color: initial;
    font-weight: initial;
    word-wrap: break-word;
    word-break: break-all;
    max-width: 90%;
}

.newspaper-article-link 
{
    font-size: 12px;
    font-weight: bold;
}

/* Newspaper article read popup */

.newspaper-article-tools-container
{
    float: right;
}

.newspaper-article-tools-container .btn
{
    padding: 5px;
}

.newspaper-article-header
{
    background-color: #DEDEDE;
    padding: 5px 15px;
}

.newspaper-article-read-box h2
{
    font-size: 20px;
}

.newspaper-article-zoom-btn
{
    float: left;
    background-size: 20px !important;
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    margin: 0px 5px;
}

.newspaper-article-tools-container 
{
    border: 1px dotted #999;
    background-color: #f0f0f0;
    padding: 10px 0px 0px 10px;
}

.newspaper-article-zoom-btn.out
{
    background: url('../images/icons/ico-zoom-out.png') no-repeat;
}

.newspaper-article-zoom-btn.in
{
    background: url('../images/icons/ico-zoom-in.png') no-repeat;
}

#newspaper-article-send-email-btn
{
    background: url('../images/icons/ico-email.png') no-repeat;
}

#newspaper-article-print-btn 
{
    background: url('../images/icons/ico-print.png') no-repeat;
}

#newspaper-article-pdf-btn
{
    background: url('../images/icons/ico-pdf.png') no-repeat;
}

.newspaper-article-zoom-btns 
{
    padding: 5px;
    float: left;
}

.newspaper-article-zoom-btn.disabled
{
    cursor: not-allowed;
}

.newspaper-article-pdf-btn,.newspaper-article-print-btn,.newspaper-article-send-email
{
    padding: 5px;
    float: left;
    display: inline-block;
}

#newspaper-article-pdf-btn,#newspaper-article-print-btn,#newspaper-article-send-email-btn
{
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    margin: 0px 5px;
    background-size: 20px !important;
}

#newspaper-article-page-thumb
{
    float: left;
    padding: 16px;
}

#newspaper-article-page-thumb .newspaper-image
{
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 275px;
}

.newspaper-article-body 
{
    padding: 5px;
}

#newspaper-article-text 
{
    overflow-y: scroll;
    max-height: 540px;
}


/* Newspaper Read page */

.newspaper-page-read-image
{
    box-shadow: 9px -2px 25px #6b6464;
}

.newspaper-page-read #newspaper-articles
{
    width: 25%;
    margin: 10px 0px;
    position: absolute;
    top: -10px;
}

#newspaper-page-read-previous-search
{
    display: none;
}

.newspaper-page-read-box 
{
    padding: 0px;
    margin: 30px 0px 0px 0px;
    width: 102%;
}


.newspaper-page-read-box  .newspaper-favorite-message
{
    width: 30%;
}

.newspaper-page-read .btn
{
    padding: 5px;
}


.newspaper-page-read #newspaper-articles
{
    z-index: 999
}



/* Banner */
.banner 
{
    position: relative;
}

.banner.login_left,.banner.login_right
{
    width: 210px;
    height: 250px;
}

.banner.login_top,.banner.login_bottom
{
    width: 300px;
    height: 50px;
}

.banner.login_top 
{
    width: 302px;
    margin: 0 auto;
    position: relative;
}

.banner.login_bottom 
{
    margin: 0 auto;
    width: 302px;
}

.banner.login_right 
{
     margin-top: 80px;
     float: left;
     left: 50px;
}

.banner.login_left 
{
     float: right;
     margin-top: 80px;
     right: 53px;
}

/* Customer user admin front-end */

#menu_primary li.menu-super-user-admin a.menu-toggle-btn
{
    color: #ff8041;
}

#menu_primary li.logout a
{
	background: #16b9c5;
	border: 1px solid #16b9c5;
	color: #fff;
	padding: 8px 15px !important;
	box-sizing: border-box;
	text-align: center;
	border-radius: 6px;
	margin-top: -14px;
	position: relative;
	top: 3px;
	display: flex;
	align-items: center;
}

#menu_primary li.logout a:after
{
	content: "";
	background: url(../images/layout/ico-logout.png) no-repeat;
	background-size: cover;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	position: relative;
	top: 0px;
}

#customer-user-edit label 
{
    float: left;
    width: 260px;
    line-height: 35px;
}

#customer-user-edit .form-submit 
{
    text-align: right;
}

#customer-user-edit 
{
    width: 750px;
    margin: 0 auto;
}

#customer-user-edit.small label
{
    width: 200px;
}

tr.expired, tr.expired:hover,tr.expired:active
{
    background-color: #FFD1D1 !important;
}


/* User settings */

.form-field.user-settings 
{
    width: 35px;
    padding: 0px;
}

.btn.user-settings-edit-btn 
{
    padding: 5px;
    text-transform: lowercase;
    background: url('../images/icons/ico-hd.png') no-repeat center;
    background-size: 18px;
    padding: 9px;
    border-radius: 100px;
    background-color: #ffffff;
    position: relative;
    margin: 7px 0;
	border: 1px solid #ccc;
}


/* User settings */

.fancybox-inner
{
	padding: 0 !important;
	box-sizing: border-box !important;
	max-width: 100%;
}

#user-settings-form.modal
{
    width: 100%;
    float: none;
}

#user-settings-form.modal label 
{
    width: 180px;
    float: left;
    padding: 5px 0px;
}

#user-settings-form.modal .form-submit 
{
    text-align: right;
	width: 100%;
	justify-content: flex-end;
}

#user-settings-form.modal .form-submit .btn
{
	position: relative;
	top: 10px;
}

#user-settings-form.modal select
{
    width: 285px;
}

#user-settings-form.modal .form-field
{
    display: flex;
    align-items: center;
	justify-content: space-between;
    width: 100%;
	padding: 0 !important;
}

#user-settings-form.modal .form-field:nth-child(1)
{
	margin-top: 25px !important;
}


/* Newspaper read OUT*/

.newspaper-read-out-info ul
{
    list-style-type: none;
}

.newspaper-read-out-info ul li
{
	border: none;
}

.newspaper-read-out-info
{
    background-color: #f9f9f9;
    margin-top: 10px;
    padding: 20px 30px 0px 0px;
	border-radius: 6px;
	box-shadow: 0px 4px 7px #999;
    min-width: 260pt;
}

/* Alert */

#form-alert-add-edit label 
{
    width: 230px;
}

#form-alert-add-edit .form-field-error
{
    margin-left: 233px;
}

#alert-btn-delete-all,
#alert-btn-delete-selected
{
	float: right;
	margin: 0;
}


.alert-notification-image 
{
    display: table-cell;
	width: 120px;
}

.alert-notification-text 
{
    display: table-cell;
    vertical-align: middle;
	text-align: center;
	min-width: 170px;
	max-width: 170px;
	position: relative;
	left: 10px;
}

.alert-notification-box-container
{
    margin: 0px;
}

.alert-notification-box-container .alert-notification-element
{
    list-style-type: none;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2); 
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
}

.alert-notification-results-number
{
    font-weight: bold;
}

.alert-notification-image .newspaper-image
{
    width: 90px;
    height: 130px;
    background-size: cover;
    background-repeat: no-repeat;
	border: 1px solid #ddd;
	margin-top: 13px;
	margin-left: 5px;
	position: absolute;
}

.alert-notification-image .newspaper-image:after {
    content: "";
    background: url(../images/layout/shadow.png) no-repeat;
    background-size: cover;
    display: block;
    height: 10px;
    width: 90px;
    position: absolute;
    bottom: -7px;
    background-position: 50%;
}

.alert-notification-element
{
    padding: 10px;
    margin-bottom: 15px;
	font-size: 14px;
	line-height: 18px;
	min-height: 170px;
}

.alert-notification-element.unread
{
    background-color: #f9f9f9;
}

.alert-notification-buttons 
{
    display: block;
	width: 175px;
	margin-top: 10px;
	text-align: center;
	float: right;
}

.alert-notification-subinfo
{
	margin: 10px auto;
}

.alert-notification-legend
{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
}

.alert-txt-legend small:nth-child(1):before
{
	content: "";
	width: 5px;
	height: 0px;
	margin-right: 4px;
	display: inline-block;
	border-left: 0 solid transparent;
	border-right: 10px solid #16b9c5;
	border-bottom: 10px solid transparent;
}

.alert-txt-legend small:nth-child(2):before
{
	content: "";
	width: 5px;
	height: 0px;
	margin-right: 4px;
	display: inline-block;
	border-left: 0 solid transparent;
	border-right: 10px solid #ddd;
	border-bottom: 10px solid transparent;
}

.alert-txt-legend small:nth-child(3):before
{
	content: "";
	width: 5px;
	height: 0px;
	margin-right: 4px;
	display: inline-block;
	border-left: 0 solid transparent;
	border-right: 10px solid #CE453E;
	border-bottom: 10px solid transparent;
}

.alert-notification-box-container.groupped .alert-notification-group-buttons
{
	float: right;
	margin: -15px 0 0 0;
}

.alert-notification-box-container.groupped .alert-notification-group-buttons .btn
{
	line-height: 20px;
}

.alert-notification-element.unread .alert-notification-subinfo,
.alert-notification-element.unread .alert-notification-link
{
	color: #606060;
	text-decoration: none;
}

.alert-notification-element .alert-notification-subinfo,
.alert-notification-element .alert-notification-link
{
	color: #999999;
	text-decoration: none;
}

.alert-notification-subinfo, .alert-notification-link
{
	text-align: center;
}

.alert-notification-element .alert-notification-newspaper
{
	display: block;
	font-weight: bold;
	margin-top: 10px;
}


/* Alert Groupped */

.alert-notification-box-container.groupped .alert-notification-element 
{
    float: left;
    width: 350px;
    margin-right: 15px;
    max-width: 290px;
	position: relative;
	overflow: hidden;
}

.alert-notification-box-container.groupped .alert-nofication-group ul 
{
    margin: 0px;
}

.alert-notification-box-container.groupped .alert-notification-head h2 
{
    font-size: 19px;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 15px;
	height: 40px;
}

.alert-notification-box-container.groupped span.alert-notification-total-result 
{
    float: right;
    font-size: 12px;
    font-weight: bold;
	color: #999999;
    font-style: normal;
    position: relative;
    top: 0px;
	border-radius: 99px;
	padding: 0;
}

.alert-notification-box-container.groupped .alert-notification-element .alert-nofication-number 
{
    float: right;
    color: #999999;
    font-weight: bold;
    padding: 2px;
}

.alert-notification-box-container.groupped .alert-notification-element.read.selected .alert-nofication-number 
{
    float: right;
    color: #ffffff;
    font-weight: bold;
    padding: 2px;
}

.alert-notification-box-container.groupped .alert-notification-element.unread .alert-nofication-number 
{
    float: right;
    color: #ffffff;
    font-weight: bold;
    padding: 2px;
	position: relative;
	top: -3px;
	right: -3px;
}

.alert-notification-box-container.groupped .alert-nofication-group 
{
    margin-bottom: 60px;
}

.alert-notification-element-box
{
	position: relative;
	z-index: 1;
}

.alert-notification-box-container.groupped .alert-notification-element.unread .alert-notification-buttons .btn
{
    background: url(../images/layout/delete-icon-gray.png) no-repeat 30px 7px, #ffffff !important;
	border: 1px solid #ffffff !important;
	color: #606060 !important;
	padding: 5px 40px 5px 55px;
	font-size: 12px;
}

.alert-notification-box-container.groupped .alert-notification-element .alert-notification-buttons .btn
{
    background: url(../images/layout/delete-icon-gray.png) no-repeat 30px 7px, #f9f9f9 !important;
	border: 1px solid #f9f9f9 !important;
	color: #606060 !important;
	padding: 5px 40px 5px 55px;
	font-size: 12px;
}

.alert-notification-box-container.groupped .alert-notification-element.unread .alert-notification-buttons .btn:hover,
.alert-notification-box-container.groupped .alert-notification-element .alert-notification-buttons .btn:hover
{
    background: url(../images/layout/delete-icon.png) no-repeat 30px 7px, #16b9c5 !important;
	border: 1px solid #16b9c5 !important;
	color: #ffffff !important;
	padding: 5px 40px 5px 55px;
	font-size: 12px;
}

.alert-notification-box-container.groupped .alert-notification-element.unread.selected .alert-notification-buttons .btn,
.alert-notification-box-container.groupped .alert-notification-element.read.selected .alert-notification-buttons .btn
{
    background: url(../images/layout/delete-icon.png) no-repeat 30px 7px, #CE453E !important;
	border: 1px solid #CE453E !important;
	color: #ffffff !important;
	padding: 5px 40px 5px 55px;
	font-size: 12px;
}

.alert-notification-element.unread:after
{
    content: "";
	position: absolute;
	top: -60px;
	left: 260px;
	width: 100px;
	height: 100px;
	background: #16b9c5;
	overflow: hidden;
	transform: rotate(-45deg);
	z-index: 0;
}

.alert-notification-element.selected:after,
.alert-notification-element.read.selected:after,
.alert-notification-element.unread.selected:after
{
    content: "";
	position: absolute;
	top: -60px;
	left: 260px;
	width: 100px;
	height: 100px;
	background: #CE453E;
	overflow: hidden;
	transform: rotate(-45deg);
	z-index: 0;
}

.alert-notification-element:after
{
    content: "";
	position: absolute;
	top: -60px;
	left: 260px;
	width: 100px;
	height: 100px;
	background: #f9f9f9;
	overflow: hidden;
	transform: rotate(-45deg);
	z-index: 0;
}


.alert-notification-box-container.groupped .alert-notification-info label 
{
    font-weight: normal;
    display: inline;
	padding: 0;
	color: #16b9c5;
}


.user-nofitication-badge
{
    background-color: #16b9c5;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: white;
    min-width: 20px;
    min-height: 20px;
    position: absolute;
    margin: -19px -4px;
    padding: 1px;
    line-height: 20px;
}

.user-favorites-tabs .user-nofitication-badge
{
   font-size: 11px;
   font-weight: normal;
   margin: -15px 2px;
}

.newspaper-toolbar .user-nofitication-badge
{
    font-size: 9px;
    min-width: 20px;
    margin: -12px 0px;
    padding: 0px;
    line-height: 20px;
}

/* Widget */

.widget-row
{
    margin: 0px;
    display: table;
    border-spacing: 10px;
} 

/* Widget Meteo */

.widget.widget-meteo
{
    width: 500px;
    min-width: 500px;
    max-width: 500px;
    display: table-cell;
    position: relative;
    left: -10px;
} 

.widget-meteo-region-header
{
    float: left;
    width: 36%;
    text-align: justify;
}

.widget-meteo-region-header h2
{
    font-size: 21px;
    margin: 0px 0px 10px;
}

.widget-meteo-region-header select
{
    margin: 0px;
    line-height: 20px;
    font-size: 13px;
}

.widget-meteo-region-body
{
    float: right;
    width: 60%;
} 


.widget-meteo-region-body img
{
    max-width: 100%;
    width: auto;
    height: auto;
}


/* Widget Horoscope */

.widget.widget-horoscope
{
    width: 181px;
    min-width: 181px;
    max-width: 181px;
    display: table-cell;
    vertical-align: top;
    position: relative;
    left: -10px;
} 

.widget-horoscope-header
{
    margin: 0px 0px 10px 0px;
}

.widget h2
{
    font-weight: 600;
    line-height: 25px;
    margin: 0 0 15px 0;
}

.widget-horoscope-header .widget-horoscope-change-box
{
    margin: 0;
    width: 100%;
}

.widget-horoscope-body 
{
    clear: both;
}

.widget-horoscope-sign-name 
{
    font-size: 17px;
    font-style: italic;
}


/* Widget Daily Quote */


.widget.widget-daily-quote
{
    padding: 10px;
    position: relative;
    float: left;
    width: 717px;
    height: 135px;
    margin-right: 10px;
}

/* Widget Article */

.widget.widget-article
{
    display: table-cell;
    vertical-align: top;
    width: 330px;
    vertical-align: middle;
    position: relative;
    padding: 0px;
} 

.widget-article-info
{
    padding: 0;
    width: 60%;
    vertical-align: middle;
    float: right;
}

.widget-article-title
{
    font-size: 15px;
    font-weight: 600;
}

.widget-article-header h2
{
    padding: 5px 0px 15px 10px;
    margin: 0px;
}

.widget-article-thumb
{
    float: left;
}

.widget-article-thumb .newspaper-image
{
    background-size: auto 80px;
    display: inline-block;
    width: 60px;
    height: 100px;
    background-repeat: no-repeat;
}

.widget-article-box 
{
    padding: 10px;
}

#widget-article-container 
{
    display: block;
}


/* newspaper editor */

.newspaper-editor-buttons-box 
{
    display: block;
    border: 1px solid #DEDEDE;
}

.newspaper-editor-buttons 
{
    margin: 0 auto;
    text-align: center;
}

#newspaper-editor-image-container
{
    display: block;
    min-height: 900px;
    background-color: #f3f3f3;
    border: 1px dashed #DEDEDE;
}

#newspaper-editor-image-container canvas
{
    max-width: 100%;
}

#newspaper-editor-image-container.crop-complete 
{
    text-align: center;
    padding: 10% 0px 10% 0px;
}

#newspaper-editor-preloading
{
    padding: 10px;
    font-size: 15px;
    width: 30%;
    margin: 0 auto;
    margin-top: 15%;
    text-align: center;
}

.newspaper-editor-buttons-wrapper 
{
    display: block;
    min-height: 30px;
    background: #DEDEDE;
    width: 100%;
    padding: 10px 0px 0px 0px;
}

.newspaper-editor-button
{
    background-size: 20px 20px;
    padding: 2px 0px 0px 24px;
    text-decoration: none;
    color: #664a4a;
    margin: 0 10px;
}

.newspaper-editor-button.disabled
{
    opacity: 0.4;
    cursor: not-allowed;
}

.newspaper-editor-help-box 
{
    padding: 10px;
    background: #f3f3f3;
}

#newspaper-editor-button-crop
{
    background-image: url('../images/icons/newspaper-editor-cut.png');
    background-repeat: no-repeat;
}

#newspaper-editor-button-save-jpg
{
    background-image: url('../images/icons/newspaper-editor-save-jpg.png');
    background-repeat: no-repeat;
}

#newspaper-editor-button-save-pdf
{
    background-image: url('../images/icons/newspaper-editor-save-pdf.png');
    background-repeat: no-repeat;
}

#newspaper-editor-button-undo
{
    background-image: url('../images/icons/newspaper-editor-undo.png');
    background-repeat: no-repeat;
}

.newspaper-editor-help-box p 
{
    font-size: 12px;
    line-height: 15px;
    padding: 0px;
    margin: 5px 0px;
}

/* ricerca laterale in lettura giornale solo su risuluzioni da 1280px */
@media all and (min-width: 1280px)
{
    body.newspaper-read-single-page #page
    {
        width: 1280px;
        margin: 0px auto;
        position: relative;
    }
    
    body.newspaper-read-single-page #newspaper-page-read-image 
    {
        width: 960px;
        float: left;
        margin-right: 10px;
    }
    
    body.newspaper-read-single-page .newspaper-page-read-toolbar
    {
        width: 960px;
    }
    
    #newspaper-page-read-previous-search
    {
        width: 300px;
        position: absolute;
        background-color: #fff;
        display: block;
        right: 0px;
    }
       
    #newspaper-page-read-previous-search .search-results
    {
        overflow-y: scroll;
        max-height: 800px;
		background: #16b9c5;
    }
    
    #newspaper-page-read-previous-search .search-results .newspaper-image
    {
        width: 80px !important;
        height: 117px;
    }
    
    #newspaper-page-read-previous-search .search-results .btn
    {
        padding: 2px;
    }
    
    #newspaper-page-read-previous-search .search-results li
    {
        list-style-type: none;
		margin: 5px !important;
    }
    
    #newspaper-page-read-previous-search .loading
    {
        text-align: center;
        font-size: 11px;
        padding: 10px;
        background-color: #DEDEDE;
    }
    
    #newspaper-page-read-previous-search h3 
    {
        text-align: center;
        background-color: #16b9c5;
        color: white;
        font-size: 14px;
        padding: 5px;
    }
}


@media all and (min-width: 1280px)
{
    .newspaper-page-read #newspaper-articles
    {
        width: 20%;
        margin: 10px 0px;
        left: -265px;
        top: -10px;
        position: absolute;  
        display: block;
    }
}


/* Ticketing: Customer */

#customer-max-times-table th
{
    width: 350px;
}

#customer-max-times-box label
{
    width: 350px;
}

#customer-max-times-box .form-field .form-field-error
{
    margin-left: 37%;
}

.hide
{
    display: none !important;
}

/* Ticket */

#ticket-table tbody a
{
    color: #1C4008;
}

#ticket-table tr.tr-odd,#ticket-table tr.tr-even
{
    background-color: #fff;
}


label[for="ticket-text"] 
{
    vertical-align: top;
}

.ticket-history-note-text
{
    font-size: 13px;
    font-style: italic;
    padding: 10px 15px;
    margin: 5px 0px 0px 0px;
    word-break: break-all;
}

.ticket-history-note-text.public
{
    background: #EAEAEA;
}

.ticket-history-note-text.internal
{
    background: #FFF9A9;
}

.ticket-history-user-name,.ticket-history-status-to
{
    font-weight: bold;
}

.ticket-status-change-box .form-field-error,#ticket-add-note-container .form-field-error
{
    margin-left: 0px;
}

#ticket-view .btn
{
    vertical-align: initial;
}

#ticket-view .row-actions
{
    text-align: right;
}

#ticket-history-table .icon
{
    width: 25px;
}

#ticket-history-table td
{
    padding: 10px;
}

#ticket-history-table td.ticket-history-icon
{
    width: 5%;
    vertical-align: middle;
}

#ticket-history-table td.ticket-history-date
{
    width: 25%;
    vertical-align: middle;
}

#ticket-history-table td.ticket-history-operation
{
    width: 70%;
    vertical-align: middle;
}

#ticket-view form textarea
{
    font-size: 14px;
    height: 70px;
}

#ticket-view form textarea:-ms-input-placeholder,#ticket-view form textarea::-moz-placeholder,#ticket-view form textarea:-moz-placeholder,#ticket-view form textarea::-webkit-input-placeholder   /* Chrome/Opera/Safari */
{
   color: #666666;
}

#ticket-table .list-filter.datepicker-noimg:first-of-type
{
    margin-bottom: 5px;
}

.ui-button-text-only, .ui-widget-header .ui-state-default
{
	border-radius: 6px !important;
	background: #16b9c5 !important;
	border: 1px solid #16b9c5 !important;
	color: #fff !important;
	font-size: 16px;
	font-family: roboto condensed;
}

.custom-combobox-input.ui-widget-content
{
	border: 1px solid #ccc !important;
}

.ui-widget-content
{
	border: 0px !important;
}

.ui-widget-content .ui-state-default.ui-dialog-titlebar-close
{
	border-radius: 60px !important;
	border: 1px solid #fff !important;
	top: -10px;
	right: -20px;
	padding: 13px;
	box-shadow: 0px 2px 3px #666 !important;
	background: #fff url('../images/fancybox/fancybox_sprite.png') !important;
	background-position: -6px -4px !important;
}

.ui-widget-content .ui-state-default.ui-dialog-titlebar-close .ui-icon
{
	display: none; /* vecchia X di chiusura */
}

.ui-dialog .ui-dialog-buttonpane, .ui-dialog .ui-dialog-titlebar, .ui-dialog .ui-dialog-content
{
	padding: 15px 20px !important;
}

.ui-widget-header
{
	background: #f0f0f0;
	color: #606060 !important;
	background-image: none !important;
	border: 0px !important;
	margin: 0 !important;
	border-radius: 0 !important;
}

.ui-dialog-content.ui-widget-content
{
	background: none !important;
}

.ui-dialog
{
	padding: 5px !important;
	box-shadow: 0px 4px 7px #666 !important;
	background: #fff !important;
}



.ui-slider-horizontal .ui-slider-handle
{
	border-radius: 100% !important;
	background: #16b9c5 !important;
	border: 0px !important;
	width: 16px !important;
	height: 16px !important;
	top: -5px !important;
}

.ui-slider
{
	border-radius: 100px !important;
}


.magazine-move-button.previous-button .btn-prev-page /* < */
{
	display: block;
	text-indent: -99999px;
	background: url(../images/layout/ico-prev.png) no-repeat;
	background-size: cover;
	background-position: 100% 50%;
	height: 40px;
	width: 40px;
	opacity: 0.7;
}

.magazine-move-button.previous-button .btn-first-page /* << */
{
	display: block;
	text-indent: -99999px;
	background: url(../images/layout/ico-first.png) no-repeat;
	background-size: 25px;
	background-position: 100% 100%;
	height: 10px;
	width: 35px;
	opacity: 0.5;
}

.magazine-move-button.next-button .btn-next-page
{
	display: block;
	text-indent: -99999px;
	background: url(../images/layout/ico-next.png) no-repeat;
	background-size: cover;
	background-position: 100% 50%;
	height: 40px;
	width: 40px;
	opacity: 0.7;
}

.magazine-move-button.next-button .btn-last-page
{
	display: block;
	text-indent: -99999px;
	background: url(../images/layout/ico-last.png) no-repeat;
	background-size: 25px;
	background-position: 50% 100%;
	height: 10px;
	width: 35px;
	opacity: 0.5;
}

.magazine-move-button.previous-button .btn-prev-page:hover,
.magazine-move-button.previous-button .btn-first-page:hover,
.magazine-move-button.next-button .btn-next-page:hover,
.magazine-move-button.next-button .btn-last-page:hover
{
	opacity: 1
}


#newspaper-zoom-slider
{
	border: 0px !important;
	background: #ccc !important;
	height: 7px;
}

/* ALERT */

.alert-nofication-group ul
{
	display: grid;
	grid-template-columns: repeat(auto-fill, 310px);
	grid-gap: 20px;
	justify-content: space-between;
}

.alert-nofication-group ul li
{
	border-radius: 6px;
}

.alert-nofication-group .pagination-links ul
{
	display: inherit;
}


/* elementi home news */

.title-news-area
{
	margin: 0px 0 10px 0;
}

.news-container
{
	margin: 0;
}

.news-container li:nth-child(odd)
{
	background: #e5e5e5;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	list-style-type: none;
	margin: 0 0 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-container li:nth-child(even)
{
	background: #f5f5f5;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	list-style-type: none;
	margin: 0 0 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-container .data-news
{
	background: #fff;
	text-align: center;
	width: 90px;
	height: 90px;
	font-family: Roboto Condensed;
	color: #666666;
	text-transform: uppercase;
	font-size: 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	font-weight: 600;
	box-shadow: 0px 2px 2px #ccc;
}

.news-container .data-news b
{
	font-family: Roboto Condensed;
	color: #16b9c5;
	font-size: 46px;
	font-weight: 600;
	line-height: 50px;
}

.news-container .text-news
{
	width: 70%;
	text-align: justify;
	position: relative;
}

.news-container .text-news .title-news
{
	display: flex;
	flex-direction: row;
	margin-bottom: 5px;
	align-items: baseline;
}

.news-container .text-news .title-news strong
{
	color: #16b9c5;
	margin-left: 5px;
}

.news-container .text-news .title-news strong:before
{
	content: "di ";
	font-weight: 400;
	color: #606060;
}

.news-container .text-news .title-news h2
{
	font-size: 18px;
}

.news-container .text-news .btn
{
	position: absolute;
	margin: 0;
	right: 0px;
    bottom: 15px;
}

.news-container .text-news p
{
	margin: 0 !important;
	height: 70px;
	width: 82%;
}

.like-container
{
	display: flex;
}

.like-container div:not(.counter)
{
	background: #fff;
	border-radius: 100px;
	height: 70px;
	width: 70px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin: 10px;
	box-shadow: 0px 2px 2px #ccc;
}

.action-like[data-type-action="like"]
{
	background: url(../images/layout/ico-like.png) no-repeat;
	opacity: 0.5;
	appearance: none;
    -moz-appearance: none;
	-webkit-appearance: none;
	width: 35px;
	height: 35px;
	background-size: 30px;
	background-position: 50% 50%;
	text-indent: -99999px;
	border: 0px;
	margin-top: 10px;
	cursor: pointer;
}

.action-like[data-type-action="dislike"]
{
	background: url(../images/layout/ico-dislike.png) no-repeat;
	opacity: 0.5;
	appearance: none;
    -moz-appearance: none;
	-webkit-appearance: none;
	width: 35px;
	height: 35px;
	background-size: 30px;
	background-position: 50% 50%;
	text-indent: -99999px;
	border: 0px;
	margin-top: 10px;
	cursor: pointer;
}

.action-like[data-type-action="dislike"]:hover,
.action-like[data-type-action="like"]:hover
{
	opacity: 1;
}

.counter.likes
{
	text-align: center;
	color: #339900;
	font-size: 14px;
	font-weight: bold;
}

.counter.dislikes
{
	text-align: center;
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
}

/* fine news home */

body.content-10 #cookie-bar
{
	display: none !important;
}

	#cookie-bar
	{
		background: rgba(0,0,0,0.8) !important;
		position: fixed;
		height: 100% !important;
		width: 100% !important;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	
	#cookie-bar p
	{
		width: 60%;
		max-width: 750px;
		min-width: 650px;
		margin: auto !important;
		background: #fff;
		height: 410px;
		padding: 30px !important;
		color: #000;
		text-align: center;
		-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		border-top: 15px solid #16b9c5;
		border-image-source: linear-gradient(to left, #eee 0%, #16b9c5 100%); 
		border-image-slice: 4;
		position: relative;
	}
	
	#cookie-bar p:before
	{
		content: "";
		display: block;
		background: url(../images/layout/logo-header.png) no-repeat 50% 50%;
		height: 70px;
		width: 210px;
		background-size: 180px;
		margin: auto;
		margin-bottom: 40px;
	}
	
	#cookie-bar p b
	{
		width: 100%;
		margin: auto;
		font-size: 18px;
		font-weight: bold;
		font-family: Ubuntu;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	
	#cookie-bar .cb-enable, #cookie-bar .cb-enable:hover
	{
		background: #16b9c5 !important;
		color: #fff;
		padding: 10px 0px;
		margin: auto;
		text-align: center;
		width: 45%;
		margin-top: 50px;
	}
	
	#cookie-bar .cb-policy, #cookie-bar .cb-policy:hover
	{
		background: #333!important;
		color: #fff;
		padding: 10px 0px;
		margin: auto;
		text-align: center;
		width: 45%;
		margin-top: 50px;
	}
	
	#cookie-bar .cb-policy:hover, #cookie-bar .cb-enable:hover
	{
		opacity: 0.6;
	}
	
	/* elementi consigli homepage */
	
	#region-blocks_tips
	{
		margin-top: 50px;
	}
	
	#region-blocks_tips h2
	{
		text-align: center;
		border: 0px;
		text-transform: inherit;
		color: #666666;
		font-size: 24px;
		font-weight: bold;
		padding: 0px;
		margin: 30px auto;
	}
	
	#region-blocks_tips ul
	{
		display: grid;
		grid-template-columns: repeat(auto-fill, 280px);
		grid-gap: 20px;
		justify-content: space-between;
		margin: 0 0 50px 0;
		padding: 0;
		list-style-type: none;
	}
	
	#region-blocks_tips ul li
	{
		width: 300px;
	}
	
	#region-blocks_tips ul li .block-img
	{
		text-align: center;
		margin-bottom: 15px;
	}
	
	#region-blocks_tips ul li img
	{
		margin: auto;
		width: 70px;
		height: auto;
	}
	
	#region-blocks_tips ul li h3
	{
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 20px 0;
		padding: 0;
	}
	
	#region-blocks_tips ul li .block-text
	{
		text-align: justify;
	}
	
	.btn[style="margin-left: 10px;"]
	{
		margin-left: 0px !important;
		margin-bottom: 7px !important;
	}
	
	.newspaper-article-tools-container .newspaper-favorites-add
	{
		padding: 0px !important;
	}
	
	.newspaper-article-tools-container .newspaper-favorites-add
	{
		width: 30px !important;
		height: 30px !important;
	}
	
	.newspaper-article-tools-container .newspaper-favorites-remove
	{
		width: 6px !important;
		height: 6px !important;
		right: 40px !important;
		background-size: 12px !important;
		top: 9px !important;
	}


@media (max-width: 1400px)
{
	#advance-search-box:nth-child(2) .flex-search
	{
		flex-direction: column !important;
	}
	
	.search-input-box.date
	{
	    text-align: left !important;
	}
}
#newspaper-text-to-speech-btn 
{
    background: url('../images/icons/ico-text-to-speech.png') no-repeat;
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    margin: 0px 15px 0 5px;
    background-size: 20px !important;

   

}
.cont-tts{
    width: 45px;
    position: relative;
}
#loading-player{
    background: #000;border-radius: 100%; display:none
}
#newspaper-text-to-speech-btn{
    display: block;
    position: absolute;
}