@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

/* 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; }

body
{
    color: #4f4f4f;
    font-family: Open Sans, Sans-serif;
    font-size: 14px; /* (ex 12pt) */
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}



h1, h2, h3, h4, h5, h6
{
    margin: 0 0 18px 0;
    text-align: left;
}

h1
{
    /*font-size: 26pt;
    line-height: 22pt;*/
    font-size: 32px;
    line-height: 28px;
}

h2
{
    font-size: 26px;
    line-height: 22px;
    /*font-size: 20pt;
    line-height: 18pt;*/
}

h3
{
    font-size: 20px;
    line-height: 16px;
    /*font-size: 17pt;
    line-height: 13pt;*/
}

h4
{
    font-size: 16px;
    line-height: 16px;
    /*font-size: 15pt;
    line-height: 15pt;*/
}

h5, h6
{
    font-size: 14px;
    /*font-size: 13pt;*/
}

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

img
{
    max-width: 100%!important;
    height: auto;
}

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

.lb-vtop
{
    vertical-align: top;
}

.lb-vmiddle
{
    vertical-align: middle;
}

.clearfix
{
    clear: both;
}

#image-header, .content-gmap, .content-video, .content-photo
{
    margin: 0 0 21pt 0;
}

.content
{
    width: 100%;
    background: #fff;
}

/*
#content-admin
{
    border-width: 0;
    margin: 0;
    padding: 0;
    text-align: justify;
    width: auto;
}*/

.content-body-content-int
{
    padding: 0px;
}




.content-progect-name
{
    font-size: 18pt;
    color: #1d1d1b;
    font-weight: 600;
    padding: 0 0 5% 0;
    position: relative;
}

.icon-progect-name
{
    width: 16px;
    height: 16px;
    margin: 0 5px -1px 0;
    display: inline-block;
    background: url(../images/icons/icon-project.png) no-repeat center center;
}

.project-filters-title
{
    display: none;
    text-align: left;
    font-weight: 600;
    font-size: 13pt;
    margin: 0;
    color: #e69500;
    text-transform: uppercase;
}


.content-product-discussion-box
{
    list-style-type: none;
    margin: 0 0 5% 0;
    padding: 0;
}

.content-product-discussion-box li,
.archive-item-file-li
{
    margin: 0px 2.5% 2.5% 0px;
    width: 48.75%;
    display: block;
    height: 260px;
    float: left;
}

.archive-item-file-li
{
    height: 330px;
}

.content-product-discussion-box li.no-margin,
.archive-item-file-li.archive-right
{
    margin-right: 0px;
}

.content-product-discussion-box li:last-child
{
    margin: 0;
}

.discussion-product-title, #item-approvation-name
{
    font-size: 14pt;
    font-weight: 600;
    margin: 0 0 2% 0;
    text-align: left;
}

.discussion-product-title a
{
    color: #4f4f4f;
    text-decoration: none;
}


.discussion-product-date
{
    font-size: 11pt;
    color: #6F6F6F;
}

.discussion-product-user-name
{
    padding: 5pt 0;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    margin: 3% 0 0 0;
    font-style: italic;
}

.product-discussion-message-box, .archive-product
{
    padding: 5%;
    text-align: justify;
}

.product-discussion-message-box h2
{
    font-size: 16pt;
    line-height: 18pt;
    margin: 0 0 10pt 0;
    font-weight: 600;
}

.archive-product,
.archive-item-file-preview
{
    background-color: #fff;
    text-align: center;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    height: 100%;
}

.archive-item-file-preview
{
    height: 240px;
}

.archive-item-file-name
{
    margin-top: 10px;
    display: inline;
}

.archive-product h2
{
    font-size: 14px;
    margin: 0px;
    font-weight: 600;
    word-wrap: break-word;
}

.archive-product-cover,
.archive-item-file-img
{
    width: 100%;
    height: 180px;
}

.archive-item-file-img
{
    margin-bottom:10px;
}


.archive-product-cover img
{
    /*max-width: 250px;
    max-height: 188px;*/
    max-width: 180px;
    max-height: 180px;
    width: auto;
    margin: 0px auto;
}


.archive-product, .archive-product h2
{
    text-align: center;
}

.archive-product h2
{
    margin-top: 5%;
}

.archive-product h2 a
{
    color: #4f4f4f;
    text-decoration: none;
}

.archive-multiple-download-container,
#archive-downloads
{
    display: none;
}

#archive-downloads .project-filters-title
{
	margin-bottom: 10px;
}

.btn-readall, .btn-readall:hover
{
    border: 2px solid #f7a600;
    text-transform: uppercase;
    color: #8b8b8b;
    padding: 5px 20px 5px 10px;
    display: block;
    text-align: center;
    margin: 5% 0 0 0;
    text-decoration: none;
}

.btn-send
{
    background: url(../images/icons/ico-new-communication.png) no-repeat 8px center;
    background-color: #F7A600;
    padding-left: 24px!important;
    border: 2px solid #F7A600;
    color: #fff;
}


.product-discussion-user-box
{
    padding: 5% 5% 0 5%;
}

.icon-content-product
{
    width: 18px;
    height: 18px;
    margin: 0 5px -1px 0;
    display: inline-block;
    background: url(../images/icons/icon-product.png) no-repeat center center;
}

.icon-archive-product
{
    width: 18px;
    height: 18px;
    margin: 0 5px -1px 0;
    display: inline-block;
    background: url(../images/icons/icon-archive.png) no-repeat center center;
}

.content-product-name
{
    font-size: 18pt;
    font-weight: 600;
    padding: 0 0 5% 0;
}

.content-progect-steps
{
    border: 4px solid #EEE;
    display: block;
    margin: 0 0 5% 0;
}

.content-progect-steps ul li.step-development
{
    background: url(../images/icons/icon-sviluppo.png) no-repeat 30px center;
}


.content-progect-steps ul li.step-development.active
{
    background: #f7a600 url(../images/icons/icon-sviluppo-active.png) no-repeat 30px center;
}

.content-progect-steps ul li.step-internal_control
{
    background: url(../images/icons/icon-controllo.png) no-repeat 30px center;
}

.content-progect-steps ul li.step-internal_control.active
{
    background: #f7a600 url(../images/icons/icon-controllo-active.png) no-repeat 30px center;
}

.content-progect-steps ul li.step-approvation
{
    background: url(../images/icons/icon-approvazione.png) no-repeat 30px center;
}

.content-progect-steps ul li.step-approvation.active
{
    background: #f7a600 url(../images/icons/icon-approvazione-active.png) no-repeat 30px center;
}

.content-progect-steps ul li.active
{
    background-color: #f7a600;
    color: #fff;
}

.content-progect-steps ul li a
{
    color: #4f4f4f;
    text-decoration: none;
}

.content-progect-steps ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.content-progect-steps ul li
{
    text-align: left;
    font-size: 16pt;
    color: #4f4f4f;
    font-weight: 600;
    padding: 0 0 0 65px;
    line-height: 38pt;
    border-bottom: 4px solid #eee;
}

.content-progect-steps ul li:last-child
{
    border-bottom: none;
}

#header
{
    background-color: #E9E9E9;
    padding: 0px;
    text-align: center;
}

#menu_top
{
    margin: 5%;
}

#footer_menu
{
    margin: 5%;
}

#page
{
    margin: 5%;
    border: 1px solid #EAEAEA;
    padding: 5%;
    text-align: justify;
}

#language-switcher
{
    margin: 0 5%;
    text-align: center;
}

#language-switcher a
{
    display: inline-block;
    padding: 2%;
    margin: 0 7pt;
    background-color: #EAEAEA;
}

.node-gmap
{
    height: 200px;
}

.user-menu-container
{
    background-color: #2B2B2B;
    padding: 5pt 0;
}

#menu_topbox
{
    margin: 5% 5% 2% 5%;
}

.menu-user
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #fff;
}

.menu-user li:first-child
{
    display: block;
    margin: 0 0 5pt 0;
}

.menu-user li
{
    display: inline-block;
    margin: 5pt;
}

.menu-user a
{
    display: inline-block;
    padding: 5pt 10pt;
    margin: 0;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid #fff;
}

.btn-login-submit
{
    padding: 5px 40px 5px 15px!important;
}

#login-intro
{
    background-color: #F3F3F3;
    padding: 2.5%;
}

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

.header-mobile
{
    padding-top: 30px;
}

#header-navigator-mobile
{
    padding-bottom: 30px;
}



.logo-header
{
    /*width: 100%;
    height: 69px;*/
    width: 170px;
    height: 63px;
    background: transparent url(../images/layout/logo-header-small.png) no-repeat center top;
    display: block;
}

#logo-header-container
{
    width: 170px;
    display: block;
    margin: 0px auto;
}

label
{
    text-align: left;
    display: block;
}

.block input
{
    width: 95%;
}

.block input[type="submit"]
{
    width: 100%;
}

.block h2
{
    margin: 0;
}

#box-newsletter
{
    border: 1px solid #E5E5E5;
    padding: 5%;
}

.btn, .btn:hover
{
    background-color: #e69500;
    color: #FFFFFF;
    border: 0px;
    display: block;
    padding: 2%;
    font-size: 14px;
    border-radius: 2px;
}

.btn:active, .btn:hover
{
    background-color: #e69500;
    color: #fff;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:active
{
    background-color: #2B2B2B;
    color: #fff;
}

.btn-alternate, .btn-alternate:hover, .btn-alternate:active
{
    background-color: #646464;
    color: #fff;
}

.btn-delete, .btn-delete:hover, .btn-delete:active, .item-status-box.not_approved,
.item-status-box.not_approved, .item-status-box.blocked
{
    background-color: #CE453E;
    color: #FFFFFF;
}

.btn:disabled, .btn-disabled, .btn-disabled:hover
{
    background-color: #f7a600;
    opacity: 0.5;
    cursor: wait;
}

.newsletter-title
{
    font-weight: bold;
}

#box-newsletter input
{
    width: 95%;
    margin: 0 0 7pt 0;
}

#box-newsletter input[type="submit"], #box-newsletter input[type="button"]
{
    width: 100%;
    margin: 0;
}

#breadcrumb
{
    margin: 14pt 0;
    text-align: left;
}

.footer-credentials
{
    background: #595959;
    color: #ffffff;
    padding: 5%;
}

.footer-credentials a
{
    color: #fff;
    text-decoration: none;
}

.message
{
	padding: 5%;
	margin: 0 0 14pt 0;
}

.message-error
{
	background-color: #CE453E;
	color: #FFFFFF;
}

.message-ok
{
	background-color: #A9D673;
}

.message-alert
{
	background-color: #F2D268;
}

.message-info
{
	background-color: #F3F3F3;
}

.form-field
{
	padding-bottom: 5%;
}

.form-submit
{
	padding-top: 5%;
}

.form-field-error
{
    color: #CE453E;
    display: block;
}

textarea
{
    width: 100%;
}

input[type="submit"]
{
    width: 100%;
}

input[type="checkbox"]
{
    width: auto;
}

.newsletter-description
{
    margin: 7pt 0;
}

.header-search-box
{
    display: inline-block;
    width: 100%;
    border: 1px solid #B2B2B2;
    background: #fff url(../images/layout/cerca-mobile.png) no-repeat 98% center;
}

#header #content-search-key
{
    border: none;
    box-shadow: none;
    padding: 2%;
    margin: 0px;
    background: transparent;
    width: 82%;
    float: left;
}

#header #content-search-submit
{
    width: 10%;
    cursor: pointer;
    border: none;
    box-shadow: none;
    float: right;
    background: transparent;
}


input, select, textarea
{
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    background-color: #fff;
    font-size: 12pt;
    font-family: Open-Sans, sans-serif;
    box-sizing: border-box;
    width: 100%;
    padding: 2%;
}

p
{
    margin: 0 0 10px 0;
}

th
{
    font-weight: bold;
    background-color: #2B2B2B;
    color: #fff;
}

tr.odd td
{
    background-color: #E9E9E9;
}


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

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

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

a
{
    color: #F7A600;
}

a:hover
{
    text-decoration: none;
}

#footer
{
    padding: 2.5%;
    border-top: 1px solid #EEEEEE;
    text-align: center;
    text-align: justify;
}

.logo-footer
{
    width: 49px;
    margin: 0 5%;
    height: 18px;
    display: inline-block;
    background: transparent url(../images/layout/logo-footer.png) no-repeat left top;
}


.footer-right,
.footer-left
{
    text-align: center;
    margin: 2% 0;
}


.logo-2open-footer img
{
    margin: 0 0 3pt 0;
}

.bg-login-container
{
    background-color: #f7a600;
}

.client-logo-login-container
{
    background: #f7a600 url(../images/layout/login-logo-bg.png) no-repeat -220px top;
}

.login-logo
{
    display: inline-block;
    margin: 15px 20px;
    background: url(../images/layout/logo-login.png) no-repeat left top;
    width: 173px;
    height: 66px;
}

iframe
{
    width: 100%!important;
    height: auto;
}

.nivoSlider, .nivo-controlNav, .content-gallery-title
{
    font-size: 16pt;
    font-weight: bold;
}

#login-box label
{
    text-align: left;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    margin: 0 0 5pt 0;
    padding: 0;
}

#login-box .form-field
{
    margin: 0 0 20pt 0;
    display: inline-block;
    width: 100%;
    padding-bottom: 0px;
}

#login-box label[for="remember_me"]
{
    float: none;
    display: inline-block;
}

#login-box .message
{
    background-color: #fff!important;
    color: #000;
    padding: 3%;
    margin: 0 0 5% 0;
}

#login-box .form-submit
{
    padding-top: 0px;
}

#login-submit, #admin-recovery-password-submit, .btn-login-submit
{
    padding: 2%;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    border: 2px solid #fff;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
    background: transparent url(../images/layout/ico-login-btn-arrow.png) no-repeat 90% center;
}

#login-box a, #login-box a:hover
{
    color: #fff;
}

#login-box input[type="checkbox"]
{
    float: left;
}

.login-form-container
{
	margin: 5%;
}

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

#header-navigator-mobile
{
    position: relative;
}

#user-mobile
{
    border-top: 1px solid #fff;
    text-align: left;
    padding: 10px 30px;
    font-size: 16px;
    color: #1d1d1b;
    font-weight: 600;
}

#user-mobile a
{
    text-decoration: none;
    color: #1d1d1b;
}

#admin-edit-credentials
{
    padding: 2.5%;
}

#user-mobile p
{
    margin-bottom: 0px;
    padding-left: 30px;
    background: transparent url(../images/icons/icon-user.png) no-repeat left 3px;
}


#backend-goto a
{
    background-color: #f7a600;
    display: block;
    padding: 3% 5%;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.slicknav_menu
{
    background: transparent!important;
    padding: 0px!important;
    font-size: 14pt!important;
}

.slicknav_menu .slicknav_icon
{
    display: none!important;
}

.slicknav_nav .slicknav_arrow
{
    font-family: sans-serif!important;
}


#trigger-menu-mobile,
#trigger-header-mobile
{
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 30px;
    top: 23px;
}

#trigger-header-mobile
{
    right: auto;
    left: 30px;
}

#trigger-header-mobile.search
{
    background: transparent url(../images/icons/ico-search.png) no-repeat 97% center !important;
}

#trigger-header-mobile.back
{
    background: transparent url(../images/icons/icon-back-header.png) no-repeat 97% center !important;
}

.slicknav_btn
{
    width: 20px!important;
    border: none!important;
    height: 20px!important;
    background: transparent url(../images/icons/icon-menu.png) no-repeat 97% center !important;
    padding: 0px!important;
    margin: 0px!important;
    border: none!important;
    border-radius: 0px!important;
}

.slicknav_menu .slicknav_menutxt
{
    color: #fff!important;
    text-shadow: none!important;
}

.slicknav_nav ul
{
    margin-left: 0px!important;
}


.slicknav_nav
{
    background: transparent;
}

.slicknav_parent ul li
{

}

.slicknav_nav a
{
    padding: 10pt!important;
    margin: 1px 0 0 0!important;
    background-color: #383738;
    text-transform: uppercase;
}

.slicknav_nav a a
{
    padding: 9pt!important;
    margin: 0!important;
}

.slicknav_nav a:hover
{
    border-radius: 0!important;
    background: #f7a600!important;
    color: #fff!important;
}

.slicknav_nav a:hover a
{

    background: #f7a600!important;

}

.slicknav_nav .slicknav_item
{

    background-color: #383738;
    margin: 1px 0 0 0!important;
}

.content-gallery-title
{
    margin: 14pt 0 7pt 0;
}

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

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

.content-gallery-images
{
    float: left;
    margin: 0 4% 7px 0;
    width: 22%;
}

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

figure:nth-child(4n+4) a
{
    float: right;
    width: 22%;
    margin: 0 0 7px 0;
}


.content-gallery
{
    width: 100%;
    display: inline-block;
}

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

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

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

.block, #menu_column .menu-item
{
    margin: 14pt 0 7pt 0;
    background-color: #E5E5E5;
}

.block-title, .block h2, #menu_column h2
{
    background-color: #B9C01D;
    padding: 14pt;
}

.block-int
{
    padding: 5%;
}

#cookie-bar
{
    height: auto !important;
}

.product-level .content-product-name
{
    padding-left: 0px;
    padding-bottom: 0px;
}




.content-product-discussion-box li.product-level
{
    border-width: 0px;
    margin-bottom: 10%;
}


.product-level-approve-box
{
    text-align: center;
    background-color: #F3F3F3;
    padding: 5%;
    margin-bottom: 5%;
}

.product-level-approve-box-int
{
    width: 100%;
    margin-top: 5%;
}

.product-level-comment
{
    text-align: left;
    margin-bottom: 5%;
}

.product-level-btns, #item-communication-btns
{
    margin-top: 2.5%;
    text-align: left;
    width: 100%;
    position: relative;
}

.internal-control-btns
{
    margin-top: 2.5%;
    text-align: center;
    width: 100%;
}

.product-level-btns-reject
{
    width: 100%;
    /*
    display: inline-block;
    position: absolute;
    right: 0px;*/
}


.product-level-btns input, .internal-control-btns input
{
    margin: 0 0 5% 0;
}

.product-level-approve-box h2, #product-project-name
{
    font-size: 14pt;
    font-weight: 600;
    margin: 0 0 2%;
    text-align: center;
}

#product-project-name
{
    text-align: left;
}

.product-level-approve-box p
{
    margin-bottom: 0px;
}

.product-data-label
{
    color: #828282;
    text-align: left;
    display: inline-block;
}

.product-group, .items-elements-group
{
    margin-top: 20px;
    text-align: left;
}

.items-elements-group
{
    padding: 5% 0px;
}

.product-group
{
    background-color: #eee;
}

.product-group .discussion-product-title, #item-approvation-name
{
    margin-bottom: 10px;
}

p#item-approvation-name
{
    position: relative;
}

.product-group ul, .items-elements-group ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.product-group li, .items-elements-group li
{
    margin-bottom: 7px;
}

.product-group li .product-data-label
{
    display: block;
}

.product-group.group-can-manage p,
.group-can-manage #item-approvation-project-name, .group-can-manage #item-approvation-product-name,
.group-can-manage #item-approvation-name,
.item-communication-can-manage
{
    position: relative;
    padding-right: 30px;
}


#item-project-name a, #item-project-name a:hover, #item-project-name a:visited, #item-project-name a:visited:hover,
#item-approvation-project-name a, #item-approvation-project-name a:hover, #item-approvation-project-name a:visited, #item-approvation-project-name a:visited:hover
{
    color: #4f4f4f;
    text-decoration: none;
}

#item-project-name a:hover, #item-project-name a:visited:hover,
#item-approvation-project-name a:hover, #item-approvation-project-name a:visited:hover
{
    text-decoration: underline;
}

.item-edit-element
{
    position: absolute;
    top: 3px;
    right: 0px;
}

#item-approvation-product-name .item-edit-element, #item-approvation-project-name .item-edit-element
{
    top: auto;
    bottom: 0px;
}


.items-elements-group li .product-data-label
{
    display: inline-block;
    margin-right: 2.5%;
}

.icon-attachment
{
    width: 7px;
    height: 11px;
    display: inline-block;
    background: url(../images/icons/icon-attachment.png) no-repeat center center;
    margin: 0 5px -2px 0;
}


.icon-attachment.image
{
    background: url(../images/icons/icon-attachment-image.png) no-repeat center center;
    width: 11px;
}

.icon-attachment.pdf
{
    background: url(../images/icons/icon-attachment-pdf.png) no-repeat center center;
    width: 11px;
}

.icon-attachment.zip
{
    background: url(../images/icons/icon-attachment-zip.png) no-repeat center center;
    width: 11px;
}

.icon-attachment.doc
{
    background: url(../images/icons/icon-attachment-doc.png) no-repeat center center;
    width: 11px;
}

.icon-attachment.ppt
{
    background: url(../images/icons/icon-attachment-ppt.png) no-repeat center center;
    width: 11px;
}

.icon-attachment.xls
{
    background: url(../images/icons/icon-attachment-xls.png) no-repeat center center;
    width: 11px;
}

.product-level-status
{
    padding: 0px;
    font-size: 16px;
    display: block;
    font-weight: normal;
    color: #F7A600;
    text-align: right;
    margin-top: 5%;
    margin-bottom: 1.5%;
}

.internal_control, .in_approvation
{
    color: #F7A600;
}

.product-level-status-icon, .item-status-icon
{
    background: rgba(0, 0, 0, 0) url("../images/icons/icon-level-active.png") no-repeat scroll center center;
    display: inline-block;
    height: 16px;
    width: 16px;
    position: relative;
    top: 3px;
    margin-left: 5px;
}

.approved
{
    color: #2f9c41;
}

.approved .product-level-status-icon
{
    background: rgba(0, 0, 0, 0) url("../images/icons/icon-level-approved.png") no-repeat scroll center center;
}

.unapproved .product-level-status-icon
{
    background: rgba(0, 0, 0, 0) url("../images/icons/icon-level-unapproved.png") no-repeat scroll center center;
}

.unapproved, .not_approved, .blocked, .rejected
{
    color: #CE453E;
}


.unactive .product-level-status-icon, .working .item-status-icon
{
    background: rgba(0, 0, 0, 0) url("../images/icons/icon-level-unactive.png") no-repeat scroll center center;
}

.unactive, .working
{
    color: #646464;
}


#btn-approve, #btn-approve:hover, #btn-approve:active, .item-status-box.approved, .item-status-box.artwork_approved
{
    background-color: #2f9c41;
}

#content-breadcrumb
{
    margin-bottom: 15%;
}

#archive-item-files
{
    padding: 2.5%;
    margin: 0px;
    text-align: center;
}

.archive-item-file-li
{
    list-style-type: none;
}

.btn-download-archive
{
     background-color: #4C4C4C;
     width: auto;
     text-decoration: none;
     display: inline-block;
     padding-left: 5%;
     padding-right: 5%;
}

.btn-download-archive:hover
{
     display: inline-block;
     padding-left: 5%;
     padding-right: 5%;
}

.btn-download-archive .btn-icon
{
    background-image: url(../images/icons/ico-download-w.png);
    top: 4px;
}

.archive-item-file-preview
{
    border: 1px solid #eee;
    margin-bottom: 5%;
    padding: 5%;
    box-sizing: content-box;
}


.archive-item-file-img
{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}


.archive-item-file-img a
{
    text-align: center;
}

.archive-item-file-placeholder
{
    height: 180px;
    width: 100%;
    text-align: center;
    background-color: #F3F3F3;
    margin: 0px auto;
    padding-top: 11.5px;
    box-sizing: border-box;
}

.archive-item-file-preview.has_image .archive-item-file-img img
{
    visibility: hidden;
    max-height: 180px;
    max-width: 180px;
}

.archive-title
{
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    color: #000;
    margin-bottom: 2.5%;
}
/*    border: 1px solid #eee;*/

/*.archive-item-file-li
{
    list-style-type: none;
    padding: 5%;
    margin: 0px 0px 5% 0px;
    border: 1px solid #eee;
}

.archive-item-file-preview
{
    width: 100%;
}

.archive-item-file-img
{

}


.archive-item-file-preview img
{
    max-width: 100%;
}

.archive-item-file-name a
{
    display: inline-block;
    background-color: #F3F3F3;
    width: 90%;
    padding: 5%;
}*/

#archive-content
{
    background-color: #E9E9E9;
    padding: 2.5%;
    border-top: 3px solid #4f4f4f;
}

#product-group-files
{
    background-color: #f3f3f3;
}

#product-group-files a, .archive-item-file-name a
{
    color: #4f4f4f;
    text-decoration: none;
}


#product-group-files .file-name, .archive-item-file-name .file-name
{
    word-wrap: break-word;
}

.content-project-filters, .product-group, #item-approvation-info, #item-approvation-attachment
{
    background-color: #EEE;
    padding: 2.5%;
    text-align: left;
    /*margin: 0 0 10% 0;*/
    margin: 0px;
}


.archive-reset-filter,
#item-search-container .dashboard-reset-filter
{
    position: relative;
    top: 7px;
    margin-left: 2%;
    width: 8%;
    text-align: right;
    display: inline-block;
}

#item-search-container  #dashboard-reset-filter
{
    width: 100%;
    background-color: #E9E9E9;
    margin: 0px;
    display: block;
    top: 0px;
    text-align: center;
    padding: 2% 3%;
    box-sizing: border-box;
    border-radius: 2px;
    color: #8f8f8f;
    text-decoration: none;
}

#item-search-container  #dashboard-reset-filter .icon
{
    margin-right: 5px;
}


.archive-filter-active
{
    width: 88%;
}

.content-project-filters input.archive-filter-date
{
  width: 89%;
}

.content-project-filters input.archive-filter-date.archive-filter-active
{
  width: 78%;
}

.content-project-filters input:disabled
{
  background-color: #F3F3F3;
  opacity: 0.7;
}


.archive-filter-date-container
{
  display: block;
}

#btn-archive-reset-filter
{
    margin-top: 16px;
    margin-left: 0px;
    top: 0px;
    width: auto;
    text-decoration: none;
}


#item-approvation-info, #item-approvation-attachment
{
    background-color: #f3f3f3;
    border-bottom-width: 0px;
}

.content-project-filters input, .content-project-filters select
{
    margin: 2.5% 0 0 0;
}

.content-project-filters input
{
    width: 100%;
}


#btn-send-communication
{
    background-image: url(../images/icons/btn-send.png);
    background-repeat: no-repeat;
    background-position:  8px 14px;
    padding-left: 26px;
    text-decoration: none;
}


.item-manage-btn, .item-manage-communication-btn, .item-back-btn,
.item-new-btn
{
    background-image: url("../images/icons/ico-edit.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 30px;
    text-decoration: none;
    margin-bottom: 5%;
    color: #fff;
}

.item-back-btn
{
    background-image: url("../images/icons/ico-back.png");
}

.item-new-btn
{
    background-image: url("../images/icons/ico-new-item.png");
}

.item-manage-communication-btn
{
    background-position: 10px 15px;
}


.item-manage-btn:hover, .item-manage-communication-btn:hover,
.item-back-btn:hover, .item-new-btn:hover
{
    padding-left: 30px;
}

.item-communication-user-scroller
{
    overflow-y: auto;
    max-height: 175px;
    margin-bottom: 13px;
}

.item-communication-user-scroller ul, .item-communication-users-list
{
    margin: 0px;
}


.item-communication-user-scroller label, .product-level-comment label
{
    font-weight: normal;
    margin-bottom: 5px;
}

.item-communication-user-scroller label, .product-level-comment .item-communication-user-scroller label, .product-level-comment label.lb-inline
{
    width: auto;
    display: inline;
    margin-right: 0px;
}

#item-communication-form input[type="radio"], #item-communication-form input[type="checkbox"]
{
    vertical-align: bottom;
}

.item-communication-user-scroller li, .item-communication-users-list li,
.project-user-item,
.level-user-item
{
    list-style-type: none;
    background-color: #e69500;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 2%;
    color: #fff;
    font-size: 14px;
}

.level-user-item-artwork
{
    display: block;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin-top: 20px;
    width: 95%;
}

.level-user-item-artwork .tm-tag
{
    background-color: #e69500;
    display: inline-block;
    margin-right: 5px;
    padding: 2%;
    color: #fff;
    max-width: 40%;
    box-sizing: border-box;
}

.level-user-item-artwork label
{
    font-weight: normal;
    padding-top: 3px;
    margin-top: 5px;
}

.level-user-item-artwork .fields-container
{
    width: 50%;
    float: right;
}

.level-user-item-artwork .fields-container.users_management
{
    width: 65%;
}

.level-user-item-artwork .fields-container input[type=checkbox]
{
    position: relative;
    top: -3px;
    margin-right: 5px;
    margin-left: 0px;
}

.level-user-item-artwork .fields-days
{
    display: inline-block;
    margin-top: 5px;
}

.level-user-item-artwork .clearfix
{
    display: block;
}


.item-communication-users-list li.fixed-user,
.project-user-item.fixed-user
{
    background-color: #4c4c4c;
}

.tm-tag .tm-tag-remove
{
    color: #000000;
    font-weight: bold;
    margin-left: 4px;
    opacity: 0.3;
    text-decoration: none;
}


.level-user-item-artwork .tm-tag .tm-tag-remove
{
    margin-left: 0px;
    margin-right: 4px;
}

.item-communication-title
{
    font-size: 14pt;
    font-weight: 600;
    margin-top: 7.5%;
}


.item-communication-title-mini
{
    font-weight: 600;
    margin-top: 5%;
    padding-bottom: 2.5%;
}

.icon-communication-user
{
    width: 18px;
    height: 18px;
    margin: 0 5px -3px 0;
    display: inline-block;
    background: url(../images/icons/icon-user-mini.png) no-repeat center center;
}

#item-communication-btns
{
    text-align: right;
}

#product-levels-list, .product-group, .items-elements-group, #item-approvation-info
{
    margin-top: 5%;
}

.right
{
    float: right;
}

.left
{
    float: left;
}

#trigger-item-communication-cancel
{
    display: block;
    margin-top: 2.5%;
    color: #4f4f4f;
}


.btn-upload
{
    background-color: #f7a600;
    overflow: hidden;
    padding: 0;
    position: relative;
    color: #fff;
    text-decoration: none;
}


.btn-upload
{
    height: 25px;
    /*width: 131px;*/
    width: 300px;
    padding: 2% 5%;
}

.btn-upload:hover
{
    padding: 2% 5%;
}


.btn-upload span
{
    /*padding: 2%;*/
}

.btn-upload input
{
    cursor: pointer;
    direction: ltr;
    display: block;
    font-size: 200px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.dashboard-group
{
    width: 100%;
    margin-bottom: 10%;
}

.dashboard-group h2
{
    background-color: #F7A600;
    color: #fff;
    font-weight: 600;
    font-size: 16pt;
    line-height: 38pt;
    padding: 0px 5%;
    margin-bottom: 0px;
}


.dashboard-project-name, .dashboard-item-name, .dashboard-project-name a, .dashboard-item-name a
{
    font-size: 14pt;
    font-weight: 600;
    color: #4f4f4f;
    text-decoration: none;
}

.dashboard-project-name, .dashboard-item-name
{
    display: block;
    margin-bottom: 2%;
}

.dashboard-group-empty
{
    text-align: center;
    padding: 5% 0px;
}

.dashboard-group-list
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.dashboard-group-list li
{
    margin-top: 2.5%;
    padding: 5%;
    background-color: #f9f9f9;
    color: #828282;
}

.dashboard-group-list li.odd
{
    background-color: #EEEEEE;
}

.progress
{
    background-color: #DCDCDC;
}

.progress-bar
{
    display: block;
    height: 7px;
    background-color: #f7a600;
    margin-top: 2.5%;
    /*margin-top: 10px;*/
}

.progress-bar-success
{
    background-color: #A9D673;
}

.progress-bar-failed
{
    background-color: #cc3030;
}

.file-upload-results
{
    display: block;
    margin-top: 5%;
}

#item-communication-btns
{
    margin-top: 0px;
}

#item-communication-btns #btn-send,
#item-communication-btns #btn-undo
{
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 0px;
    float: left;
}

#item-communication-btns #btn-send
{
    border-right: 1px solid #fff;
}

#item-communication-btns #btn-undo::after
{
    clear: both;
}

#communication_file_btn
{
    margin-top: 2.5%;
}

.communication-file-item
{
    display: block;
    position: relative;
    margin-bottom: 2.5%;
    padding: 2.5% 0px;
}

.communication-file-item .delete-item-file, .communication-file-item  .delete-item-approvation-file,
.delete-item-production_sample-file, .delete-item-sample-file
{
    position: absolute;
    top: 30%;
    right: 5%;
}

#item-communication-box
{
    visibility: hidden;
}

.item-status-box, .item-step-box
{
    font-size: 12pt;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    background-color: #f7a600;
    margin-bottom: 5%;
}

.item-status-box
{
    padding: 2.5% 5%;
}

.item-step-box
{
    padding: 2.5% 5%;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}


.item-step-box.development
{
    background: #2b2b2b url("../images/icons/icon-sviluppo-active.png") no-repeat scroll 5% center;
    padding-left: 15%;
}

.item-step-box.approvation
{
    background: #2b2b2b url("../images/icons/icon-approvazione-active.png") no-repeat scroll 5% center;
    padding-left: 15%;
}

.item-step-box.internal_control
{
    background: #2b2b2b url("../images/icons/icon-controllo-active.png") no-repeat scroll 5% center;
    padding-left: 15%;
}

.content-progect-name-int
{
    display: block;
}

#item-development-approvation-attachments
{
    text-align: left;
    margin-bottom: 20%;
}


.approvation-item-download
{
    background: transparent url("../images/icons/download-18.png") no-repeat scroll top right;
    display: inline-block;
    padding-right: 25px;
    text-decoration: none;
    color: #4f4f4f;
    margin-top: 10px;
}

.approvation-item-download-p
{
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: right;
}


.approvation-item-file-img
{
    text-align: center;
}

.item-communication-text
{
    margin-bottom: 15%;
}

.qtip-dashboard
{
    background-color: #4b4b4b;
    border-width: 0px;
    max-width: none;
    font-size: 13px;
    line-height: 18px;
    border-radius: 5px;
    padding: 10px 10px 5px 10px;
}

.qtip-dashboard .qtip-content
{
    padding: 0px;
}

.dashboard-tip.date
{
    cursor: default;
}

.dashboard-tip-text
{
    background-color: #4B4B4B;
    color: #fff;
    min-width: 300px;
    display: none;
}

.dashboard-tip-text.date
{
    min-width: 100px;
    text-align: center;
}

.dashboard-tip-text p
{
    margin-bottom: 5px;
}

.dashboard-tip-text span.label
{
   display: inline-block;
   text-align: right;
   font-size: 11px;
   width: 60px;
   margin-right: 10px;
}

a.dashboard-tip, a.dashboard-link
{
    color: #4f4f4f;
    text-decoration: none;
}

#item-search-container .dashboard-filters
{
    padding: 2.5%;
}

#item-search-container .dashboard-filters select
{
    margin-bottom: 2.5%;
}


#item-search-btns
{
    border-top: 3px solid #4f4f4f;
}

#item-search-input-container-mobile
{
    background-color: #4f4f4f;
    padding: 2.5%;
}

#item-search-input-group
{
    width: 100%;
    background-color: #fff;
}

#item-search-input-icon
{
    background-color: #fff;
    color: #9D9D9D;
    display: inline-block;
    height: 100%;
    padding: 2% 1% 2% 2%;
    font-size: 16px;
}

#item-search-input-group input.dashboard-search-field,
#item-search-input-group input.dashboard-search-field:active,
#item-search-input-group input.dashboard-search-field:focus
{
    width: 90%;
    border-width: 0px;
    border-radius: 0px;
    outline: none;
    display: inline-block;
}

#item-search-input-group input.dashboard-filter-active
{
    color: #E79600;
}

#item-search-container .dashboard-filters select.dashboard-filter-active
{
    border-color: #E79600;
    width: 88%;
}

#btn-item-search
{
    border-radius: 0px;
    background-color: #2f9c41;
    text-transform: uppercase;
    color: #fff;
}

#item-timeline-box-mobile
{
    padding: 2.5%;
}


.item-timeline-table-mobile
{
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #B2B2B2;
}

.item-timeline-table-mobile:last-child
{
    margin-bottom: 0px;
}

.item-timeline-table-mobile td
{
    background-color: #fff;
    text-align: left;
    vertical-align: middle;
    padding: 10px 5px;
}

.item-timeline-icon-mobile .item-timeline-icon,
.item-timeline-icon-mobile .item-timeline-icon-empty
{
    height: 30px;
    width: 30px;
    display: block;
    margin: 0px auto;
}

.item-timeline-table-mobile td.item-timeline-icon-mobile
{
    width: 30px;
    text-align: center;
}

.item-timeline-table-mobile td.item-timeline-date-mobile
{
    width: 70px;
}

.item-timeline-table-mobile td.item-timeline-mobile
{
    text-transform: uppercase;
    font-weight: 600;
}

.item-timeline-table-mobile td.item-timeline-date-mobile small
{
    display: block;
    font-size: 13px;
    font-style: italic;
}

.item-timeline-icon-mobile .item-timeline-icon.green
{
    background: url(../images/icons/ico-timeline-ok_big.png) no-repeat top left;
}

.item-timeline-icon-mobile .item-timeline-icon.green-check
{
    background: url(../images/icons/ico-timeline-ok-check_big.png) no-repeat top left;
}

.item-timeline-icon-mobile .item-timeline-icon.yellow
{
    background: url(../images/icons/ico-timeline-delay_big.png) no-repeat top left;
}

.item-timeline-icon-mobile .item-timeline-icon.yellow-check
{
    background: url(../images/icons/ico-timeline-delay-check_big.png) no-repeat top left;
}

.item-timeline-icon-mobile .item-timeline-icon.red
{
    background: url(../images/icons/ico-timeline-big-delay_big.png) no-repeat top left;
}

.item-timeline-icon-mobile .item-timeline-icon.red-check
{
   background: url(../images/icons/ico-timeline-big-delay-check_big.png) no-repeat top left;
}


.item-timeline-icon-cont
{
    width: 100%;
    height: 12px;
    margin-top: 5px;
    position: relative;
}

.item-timeline-icon-cont.empty
{
    margin-top: 20px;
}

.item-timeline-icon
{
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    z-index: 100;
}

.item-timeline-dashed-row
{
    height: 1px;
    width: 0px;
    border-bottom: 1px dashed #4f4f4f;
    display: inline-block;
    position: absolute;
    top: 48%;
}


.item-timeline-dashed-row.right-50
{
    width: 50%;
    right: 0px;
}

.item-timeline-dashed-row.left-50
{
    width: 50%;
    left: 0px;
}

.item-timeline-dashed-row.wide, .item-timeline-dashed-row.wide
{
    width: 100%;
    left: 0px;
}



.item-timeline-icon.green
{
    background: url(../images/icons/ico-timeline-ok.png) no-repeat top left;
}

.item-timeline-icon.green-check
{
    background: url(../images/icons/ico-timeline-ok-check.png) no-repeat top left;
}

.item-timeline-icon.yellow
{
    background: url(../images/icons/ico-timeline-delay.png) no-repeat top left;
}

.item-timeline-icon.yellow-check
{
    background: url(../images/icons/ico-timeline-delay-check.png) no-repeat top left;
}

.item-timeline-icon.red
{
    background: url(../images/icons/ico-timeline-big-delay.png) no-repeat top left;
}

.item-timeline-icon.red-check
{
   background: url(../images/icons/ico-timeline-big-delay-check.png) no-repeat top left;
}


#item-header
{
    background-color: #4c4c4c;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 2.5% 12% 2.5% 2.5%;
    position: relative;
}

#item-header-name, #item-header-item_name-mobile
{
    text-transform: uppercase;
}

#item-header-fiscal_year
{
    display: none;
}

#item-header-fiscal_year span
{
    font-size: 14px;
    font-weight: 400;
}


#item-info-box
{
    background-color: #eee;
}

.item-info-box-trigger-cont
{
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    right: 2.5%;
}

.item-info-box-trigger-cont a
{
    text-decoration: none;
    color: #fff;
    width: 17px;
    height: 17px;
    display: inline-block;
}

.item-info-box-trigger-cont a.opened
{
    background: url(../images/icons/ico-info-box_close_w.png) no-repeat center center;
}

.item-info-box-trigger-cont a.closed
{
    background: url(../images/icons/ico-info-box_open_w.png) no-repeat center center;
}

/*
.item-logs-box-trigger
{
    display: inline-block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 2.5%;
    margin-right: 2.5%;
}*/

.item-logs-box-trigger
{
    display: block;
    color: #fff;
    text-decoration: none;
    padding-right: 25px;
}


.item-logs-box-trigger.opened
{
    background: url(../images/icons/ico-box_close-mobile.png) no-repeat 97.5% center;
}

.item-logs-box-trigger.closed
{
    background: url(../images/icons/ico-box_open-mobile.png) no-repeat 97.5% center;
}


#item-info-box-int
{
    padding: 2.5%;
}

#item-info-box-int ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#item-info-box-int li
{
    margin-bottom: 5%;
    font-size: 16px;
    display: block;
}

.item-data-label, .item-communication-info label,
.item-row-label
{
    color: #828282;
    display: block;
    font-size: 16px;
}

#item-info-box-int .item-data-label
{
    font-size: 14px;
    width: 40%;
    float: left;
}


#item-info-box-int .item-info-value
{
    width: 60%;
    display: block;
    float: left;
}


.item-row-label
{
    padding-left: 30px;
    font-weight: 600;
}


.item-row-label-status
{
    padding-left: 0px;
    margin-bottom: 0px;
}

.item-row-field
{
    padding-left: 30px;
}


#form-item-development-approve .item-row-label,
#form-item-development-approve .item-row-field,
#form-item-internal_control-approve .item-row-label,
#form-item-internal_control-approve .item-row-field,
#form-item-artwork-approve .item-row-label,
#form-item-artwork-approve .item-row-field
{
    padding-left: 0px;
}


#item-last-communication-label,
#form-item-development-approve #item-last-communication-label
{
    background-image: url(../images/icons/ico-last-communication.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-left: 30px;
}

#item-artwork-box
{
    border: 4px solid #eeeeee;
}

#item-artwork-box
{
    border-color: #4C4C4C;
}

#item-artwork-box
{
    text-align: center;
    overflow: hidden;
}

#item-artwork-box img
{
    position: relative;
    visibility: hidden;
}


#item-logs,
#item-internal_control-logs,
#item-approvation-logs,
#item-sample-logs,
#item-checklists,
#item-quotation-logs
{
    border-width: 0px;
}

.item-actions-row
{
    padding: 2.5%;
    text-align: center;
}

.item-row
{
    padding: 2.5%;
    border-bottom: 1px solid #EEEEEE;
}

.item-row:last-child, .item-row.no-border
{
    border-bottom-width: 0px;
}


#item-active-status
{
    color: #e69500;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 0px;
}

.item-actions-row, .item-layout-approval-date-row
{
    background-color: #eeeeee;
    padding: 0px 0px 0px 0px;
}

.item-layout-approval-date-row
{
    color: #ce453e;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 2.5%;
}

.item-actions-row.item-actions-row-layout-approvation
{
    border-top: 1px solid #fff;
}

.item-logs-box
{
    margin-top: 5px;
}

.item-actions-box h2, .item-logs-box h2
{
    background-color: #E69500;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 2.5%;
    text-transform: uppercase;
    margin-bottom: 0px;
}


#item-nav-tabs-container
{
    display: table;
    width: 100%;
}

.item-nav-tabs
{
    padding: 0px;
    margin: 0px;
    display: table-row;
    width: 100%;
    background-color: #E69500;
}

.item-nav-tabs a
{
    font-size: 16px;
    padding: 0px 5%;
    text-transform: uppercase;
    text-decoration: none;
    color: #E69500;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    vertical-align: middle;
    height: 70px;
    max-width: 50%;
    width: 50%;
    display: table-cell;
    text-align: center;
}

.item-nav-tabs a:last-child
{
    border-right: 0px;
}

.item-nav-tabs a.active
{
    background-color: #E69500;
    color: #fff;
}

/*
.item-nav-tabs
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: table-row;
    width: 100%;
}

.item-nav-tabs li
{
    border-width: 0px;
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
}

.item-nav-tabs a
{
    display: inline;
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 0px 5%;
    text-transform: uppercase;
    text-decoration: none;
    color: #E69500;
}

.item-nav-tabs li.active
{
    background-color: #E69500;
}


.item-nav-tabs li.active a
{
    color: #fff;
}*/

.item-tab-pane
{
    display: none;
    position: relative;
}

.item-tab-pane.active
{
    display: block;
}

.item-actions-box h2 span, .item-logs-box h2 span
{
    font-weight: 400;
    font-style: italic;
}

.item-logs-box h2 span.mobile
{
    font-weight: 600;
    font-style: normal;
}

.item-logs-box h2
{
    position: relative;
}

.item-actions-row .btn,
#item_artwork_btn,
#item-production_delivery-attachment .btn-upload,
#item-production_delivery-attachment-btn,
#item-sample-attachment .btn-upload
{
    text-decoration:  none;
    width: auto;
    display: inline-block;
    background-color: #4C4C4C;
    margin-bottom: 4px;
}

.item-actions-row .btn
{
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 3% 2%;
}


.item-actions-row .btn-3
{
    margin: 0px;
    box-sizing: border-box;
    width: 33.33%;
    display: block;
    float: left;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    padding: 3% 2%;
}

.item-actions-row .btn-3s
{
    width: 28%;
}

.item-actions-row .btn-3.btn-dev-status
{
    width: 44%;
}

.item-actions-row .btn-3:last-child
{
    border-right-width: 0px;
}

#btn-new-communication
{
   padding: 3% 2%;
}

.item-actions-row .btn:first-child
{
    margin-left: 0px;
}

.item-actions-row .btn-no-icon
{
    padding-left: 2%;
    text-align: center;
}

.item-actions-row .btn-no-icon:hover
{
    padding-left: 2%;
}

#btn-new-communication
{
    background-color: #2F9C41;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
}

.btn .btn-icon,
#btn-new-communication .btn-icon,
.btn-upload .btn-icon,
.item-internal_control-choice-icon
{
    display: inline-block;
    width: 18px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.item-actions-row  .btn-dev-status .btn-icon,
.item-actions-row  .btn-dev-status-working .btn-icon
{
    background-image: url(../images/icons/ico-edit.png);
    display: none;
}

.item-actions-row  .btn-layout_approvation_requested .btn-icon,
.item-actions-row  .btn-layout_approve_for_client .btn-icon,
.item-actions-row .btn-approve .btn-icon
{
    background-image: url(../images/icons/ico-check.png);
    display: none;
}

.item-actions-row  .btn-blocked .btn-icon,
.item-actions-row  .btn-block .btn-icon
{
    background-image: url(../images/icons/ico-blocked.png);
    display: none;
}

.item-actions-row .btn-reject .btn-icon
{
    background-image: url(../images/icons/ico-rework.png);
    display: none;
}

#btn-new-communication .btn-icon
{
    background-image: url(../images/icons/ico-new-communication.png);
    width: 22px;
}


.item-actions-row .btn-upload .btn-icon,
#item_artwork_btn .btn-icon,
#item-production_delivery-attachment .btn-upload .btn-icon,
#item-sample-attachment .btn-upload .btn-icon
{
    background-image: url(../images/icons/ico-upload.png);
    height: 15px;
    width: 20px;
    position: absolute;
    left: 40px;
    top: 10px;
}

#item-production_delivery-attachment .btn-upload .btn-icon,
#item-sample-attachment .btn-upload .btn-icon
{
    background-image: url(../images/icons/ico-attach.png);
}

#item_artwork_btn,
#item-production_delivery-attachment .btn-upload,
#item-sample-attachment .btn-upload
{
    display: block;
    text-align: center;
}

.btn-upload
{
    width: 120px;
}

.btn-upload span
{
    padding: 7px 6px;
}

#item-production_delivery-attachment .btn-upload,
#item-sample-attachment .btn-upload
{
    width: 100px;
}

#item-production_delivery-attachment .btn-upload .btn-icon,
#item-sample-attachment .btn-upload .btn-icon
{
    left: 10px;
}


#trigger-remove-figure .btn-icon
{
    background-image: url(../images/icons/ico-delete.png);
}

#trigger-download-artwork .btn-icon
{
    background-image: url(../images/icons/ico-download-w.png);
}

.item-logs-table
{
    border-bottom: 1px solid #9d9d9d;
    width: 100%;
}

.item-logs-table th
{
    background-color: #4c4c4c;
    border-width: 0px;
    font-weight: normal;
    padding: 10px 8px;
}

.item-logs-table td
{
    background-color: #eeeeee;
    border-top-width: 0px;
    padding: 10px 8px;
}

.item-logs-table .item-logs-row td
{
    border-top: 1px solid #9d9d9d;
}

.item-logs-table .item-logs-row:hover
{
    cursor: pointer;
}

.item-logs-table .item-logs-row-hidden
{
    display: none;
}

.item-logs-table  .item-log-management-action .btn
{
    display: inline-block;
    width: auto;
    text-decoration: none;
}

.item-logs-row small,
.item-logs-row-hidden small
{
   color: #999999;
   font-size: 13px;
}

.item-logs-row-hidden small
{
    display: block;
}

.item-internal_control-choice-icon
{
    background-image: url(../images/icons/ico-check-g.png);
}

.item-internal_control-choice-icon.reject
{
    background-image: url(../images/icons/ico-rework-o.png);
}

#btn-archive-reset-filter:active,
#btn-archive-reset-filter:hover
{
    margin-top: 16px;
    margin-left: 0px;
    top: 0px;
    width: auto;
    text-decoration: none;
    display: inline-block;
}

/*    background-image: url(../images/icons/ico-new-communication.png);
    background-repeat: no-repeat;
    background-position: 7px center;   */


/*
.item-actions-row  .btn-dev-status,
.item-actions-row  .btn-dev-status-working
{
    background-image: url(../images/icons/ico-edit.png);
    background-repeat: no-repeat;
    background-position: 7px center;
}

.item-actions-row  .btn-layout_approvation_requested,
.item-actions-row  .btn-layout_approve_for_client,
.item-actions-row .btn-approve
{
    background-image: url(../images/icons//ico-check.png);
    background-repeat: no-repeat;
    background-position: 7px center;
}

.item-actions-row  .btn-blocked,
.item-actions-row .btn-block
{
    background-image: url(../images/icons/ico-blocked.png);
    background-repeat: no-repeat;
    background-position: 7px center;
}

.item-actions-row .btn-reject
{
    background-image: url(../images/icons/ico-rework.png);
    background-repeat: no-repeat;
    background-position: 7px center;
}*/

.item-actions-row  .btn-layout_approvation_requested,
#btn-send, .item-actions-row .btn-approve,
.item-actions-row  .btn-layout_approve_for_client
{
    background-color: #2f9c41;
}

.item-actions-row .btn.disabled,
.btn.disabled
{
    opacity: 0.5;
    cursor: default;
}

#btn-send
{
    margin-bottom: 10px;
}

#btn-undo
{
    background-color: #CE453E;
}

.item-actions-row  .btn-block,
.item-actions-row  .btn-blocked
{
    background-color: #000;
}

.item-actions-row  .btn-approve-comment
{
    background-color: #8ec73f;
}


.item-actions-row  .btn-reject
{
    /*background-color: #e69500;*/
    background-color: #CE453E;
}

/*
.item-actions-row .btn-approve
{
    border: 1px solid #2f9c41;
}

.item-actions-row .btn-approve-comment
{
    border: 1px solid #8ec73f;
}

.item-actions-row .btn-reject
{
    border: 1px solid #e69500;
}

.item-actions-row .btn-block
{
    border: 1px solid #CE453E;
}*/

#item-step-change-content
{
    padding: 2.5%;
    text-align: left;
}

#item-step-change-content.nomobile
{
    display: none;
}

#item-step-change-content label,
#item-step-change-content select
{
    margin-bottom: 2.5%;
}

#item-step-change-content .btn-approve
{
    padding-left: 5%;
    padding-right: 5%;
    margin-left: 0px;
    margin-top: 0px;

}

#item-artwork-box .item-actions-row .btn
{
    display: block;
    clear: both;
}

/*
#tab-sample .item-actions-box-cont
{
    background-image: url(../images/layout/placeholder-sample.png);
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 200px;
}*/

#item-artwork-box.empty  #item-figure-box
{
    background-image: url(../images/layout/placeholder-item-photo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
    min-height: 400px;
}

#item-internal_control-placeholder
{
    background-image: url(../images/layout/placeholder-internal_control.png);
    background-repeat: no-repeat;
    background-position: center 80px;
    min-height: 130px;
    text-align: center;
    padding-top: 260px;
    font-size: 16pt;
    text-transform: uppercase;
}

#item-production_delivery-placeholder,
#item-sample-placeholder
{
    background-image: url(../images/layout/placeholder-production_delivery.png);
    background-repeat: no-repeat;
    background-position: center 80px;
    /*min-height: 130px;
    padding-top: 260px;*/
    min-height: 80px;
    padding-top: 210px;
    text-align: center;
    font-size: 16pt;
    text-transform: uppercase;
}

#item-artwork-box .item-actions-row
{
    display: none;
}

#item-artwork-box .item-actions-row#item-artwork-download
{
    display: block;
}


#item-artwork-box .item-actions-row#item-artwork-download .btn-upload
{
    display: none;
}

#item-artwork-box .item-actions-row#item-artwork-download #trigger-download-artwork
{
    border-radius: 0px;
}



#item-sample-placeholder
{
    background-image: url(../images/layout/placeholder-sample.png);
    /*padding-top: 260px;*/
    padding-top: 210px;
}


/*
#btn-send
{
    text-align: center;
    text-decoration: none;
    background-image: url(../images/icons/ico-check.png);
    background-repeat: no-repeat;
    background-position: 40% center;
}*/

#btn-send,
#btn-undo
{
    text-align: center;
    text-decoration: none;
}

#btn-undo .btn-icon
{
    background-image: url(../images/icons/ico-back.png);
}

#btn-send .btn-icon
{
    background-image: url(../images/icons/ico-check.png);
}


#item-last-communication-subject
{
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
}


#item-last-communication-meta
{
    font-size: 14px;
    font-weight: 600;
}

#item-last-communication-meta small
{
    font-size: 12px;
    font-weight: 400;
}

#item-last-communication-meta
{
    margin-bottom: 5%;
}

#item-download-approvation-layout
{
    margin-top: 10%;
    font-weight: 600;
    padding-left: 2.5%;
    background-color: #fff;
}

#item-download-approvation-layout img
{
    margin-left: 10px;
}

#item-last-communication-cont
{
    padding-left: 30px;
}

#item-approvation-layout-note
{
    padding-left: 2.5%;
}



#item-last-communication-meta a, #item-last-communication-subject a,
#item-last-communication a, #item-download-approvation-layout a
{
   color: #4f4f4f;
   text-decoration: none;
}

.item-logs-box-empty
{
    margin-bottom: 0px;
    padding: 2.5%;
    text-align: center;
    color: #828282;
}

.item-logs-box-int
{
    display: none;
}

#report .item-logs-box-int
{
    display: block;
    background-color: #EEEEEE;
}

.flex-box
{
    padding: 2.5%;
    box-sizing: border-box;
}

.flex-box label
{
  text-transform: uppercase;
}

#export-submit
{
  background-color: #2F9C41;
  text-transform: uppercase;
}


#item-archive-attachments
{
    display: block;
}

.item-communication-list
{
    padding: 2.5%;
    margin: 0px;
    list-style-type: none;
    background-color: #EEEEEE;
}

.item-communication-list li
{
    margin-bottom: 2.5%;
}

.item-communication-list li:last-child
{
    margin-bottom: 0px;
}

.item-communication-meta,
.item-communication-message-box
{
    background-color: #fff;
    width: 85%;
    box-sizing: border-box;
}


.communication-evidence .item-communication-meta
{
    border-bottom-width: 0px;
}

.communication-evidence .item-communication-message-box
{
    border-top-width: 0px;
}

.communication-3ways .item-communication-meta,
.communication-3ways .item-communication-message-box
{
    margin-left: 15%;
}


.item-communication-meta
{
    padding: 2.5% 2.5% 0px 2.5%;
    color: #828282;
    text-align: left;
}

.item-communication-meta a
{
    color: #828282;
    text-decoration: none;
}


.communication-evidence .item-communication-meta,
.communication-evidence .item-communication-message-box
{
    background-color: #e69500;
    color: #fff;
}

.communication-evidence .item-communication-meta a,
.communication-evidence .item-communication-message-box a
{
    color: #fff;
}


.item-communication-name
{
    font-style: italic;
    font-size: 16px;
}

.item-communication-date
{
    font-style: italic;
}

.communication-3ways .item-communication-name,
.communication-3ways .item-communication-date
{
    text-align: right;
}

.item-communication-name small
{
    font-weight: normal;
    color: #4f4f4f;
    font-size: 13px;
}

.item-communication-message-box a
{
    color: #4f4f4f;
    text-decoration: none;
}

.item-communication-message-box
{
    padding: 0px 2.5% 2.5% 2.5%;
}

.item-communication-message-box h3
{
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 1.5%;
    line-height: 1.5em;
}

.communication-evidence .item-communication-meta
{
    /*background-color: #E69500;*/
}

.item-communication-message-text
{
    margin-bottom: 5%;
}


.item-communication-info
{
    /*margin: 0 0 10pt;*/
    padding: 2.5%;
}

.item-communication-mid
{
    width: 100%;
}

.item-communication-mid .item-communication-info
{
    padding: 2.5% 0px 0px 0px;
}

.item-data-value
{
    font-size: 18px;
    margin-bottom: 2.5%;
}

.item-communication-text
{
    margin: 2.5% 0px 10% 0px;
    padding: 0px 2.5%;
}

.item-communication-files
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.item-communication-files a
{
    color: #4f4f4f;
    text-decoration: none;
}

#item-communication-single .item-actions-row
{
    padding: 0px 4px;
}


#item-timeline
{
    background-color: #eeeeee;
}

.item-actions-box-cont
{
    min-height: 100px;
}

.deselect-all, .select-all
{
    text-align: right;
    color: #828282;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}

#communication-text-field
{
    width: 100%;
}

#communication-item_status-actual
{
    color: #e69500;
    font-weight: 600;
}

#communication-item_status-info
{
    font-style: italic;
}

#item-timeline-table
{
    /*display: none;*/
}

.trigger-undo
{
    color: #4f4f4f;
    text-align: right;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}

#item-approvation-layout-note
{
    display: none;
}

#item-internal_control-form,
.item-internal_control-form
{
    padding: 2.5%;
}

#list-internal_control_users_copy,
#list-internal_control_users_tech,
#list-internal_control_users_external,
.client-level-list-users
{
    margin-top: 2.5%;
}

.item-level-number,
.item-level-name
{
    font-size: 18px;
    font-weight: 600;
}

#client-level-add, #item-level-add
{
    margin-top: 20px;
}

#item-artwork-upload
{
    margin-top: 20px;
    margin-bottom: 40px;
    width: 50%;
}

#item-artwork-notify_days,
#item-artwork-matrix
{
    margin: 30px 0px;
}

#item-artwork-notify_days label,
#item-artwork-matrix label,
#item-artwork-users_management label
{
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    width: 249px;
}

#item-artwork-notify_days input
{
    margin-right: 5px;
}


.has_levels-error
{
    margin-bottom: 10px;
    display: inline-block;
}


.ui-datepicker-trigger, .icon-field {
    margin-left: 5px;
    vertical-align: middle;
}

#item-production_delivery-dates,
#item-sample-dates
{
    background-image: url("../images/icons/ico-dates.png");
    background-position: 2.5% 10px;
    background-repeat: no-repeat;
}

#item-production_delivery-attachment,
#item-sample-attachment
{
    background-image: url("../images/icons/ico-eye.png");
    background-position: 2.5% 12px;
    background-repeat: no-repeat;
}

#item-sample-dates .item-row-field
{
    padding-left: 0px;
    padding-bottom: 10px;
}

.item-row-mid
{
    padding-left: 30px;
    padding-bottom: 20px;
}

.item-row-mid label
{
    color: #828282;
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.item-row-mid input[type=text]
{
    width: 50%;
}

.item-row-mid input[type=radio]
{
    width: auto;
}


#item-production_delivery-attachment-file,
#item-sample-file
{
    margin: 4px 0px 10px;
    display: block;
}

.item-communication-mid
{
    width: 100%;
    float: left;
}


/* dashboard */

#dashboard-items-counters
{
    margin: 0px;
    padding: 10px 0px 0px 10px;
}

#dashboard-items-counters
{
    list-style-type: none;
}

#dashboard-items-counters li
{
   display: block;
   float: left;

   font-size: 13px;
   margin: 0px 10px 10px 0px;
   padding: 10px 5px;
   text-align: center;
   width: 46%;
   height: 130px;
   border: 1px solid #E79600;
   box-sizing: border-box;
   font-weight: 600;
}

#dashboard-items-counters li a
{
    text-decoration: none;
}

.dashboard-items-counters-label a
{
    color: #4f4f4f;
}


.dashboard-items-counters-num
{
    color: #E79600;
    display: block;
    font-size: 52px;
    line-height: 1.5em;
    font-weight: 600;
}

#dashboard-tabs
{
    border-top: 3px solid #4f4f4f;
}

#dashboard-tabs ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    width: 100%;
    text-align: left;
}

.dashboard-tab
{
    float: left;
    display: block;
    width: 33.33%;
    padding: 0px;
    text-transform: uppercase;
    border-bottom: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    box-sizing: border-box;
}

.dashboard-tab:nth-child(3)
{
    border-right-width: 0px;
}


.dashboard-tab a:hover
{
    background-color: #E79600;
    color: #fff;
}

.dashboard-tab:nth-child(3):hover
{
    border-right-color: #E79600;
}

.dashboard-tab.selected
{
    background-color: #E79600;
    padding: 15px 10px;
    color: #fff;
    font-weight: bold;
}

.dashboard-tab a
{
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    font-weight: bold;
    color: #E79600;
}

.dashboard-tab.all
{
    display: none;
}

.dashboard-tab-counter
{
    font-weight: normal;
    font-size: 12px;
    display: block;
    text-transform: none;
}

#dashboard-items-mobile
{
    width: 100%;
    max-width: 100%;
}

#dashboard-items-mobile td
{
    vertical-align: middle;
    text-align: left;
    border-top-width: 0px;
    font-size: 13px;
    line-height: 15px;
    padding: 0px;
}



#dashboard-items-mobile .item-step-td
{
    font-size: 12px;
    width: 30%;
}

#dashboard-items-mobile .item-status-td
{
    display: none;
    font-size: 12px;
}

#dashboard-items-mobile a
{
    text-decoration: none;
    color: #4f4f4f;
    padding: 10px 3px;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

#dashboard-items-mobile .dashboard-item-brand
{
    display: inline-block;
    margin-bottom: 3px;
}


#dashboard-items-mobile .dashboard-item-name,
#dashboard-items-mobile .dashboard-item-name
{
    font-size: 14px;
    display: inline;
}

/* paginazione */

.pagination
{
    width: 100%;
    text-align: center;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0px 10px;
}

.pagination-pager
{
    display: none;
}


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

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


.pagination a
{
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 10px 15px;
    text-decoration: none;

}

li.pagination-active
{
    background-color: #f7a600;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 15px;
}


.pagination li.page-next, .pagination li.page-prev
{
    display: none;
}

.item-actions-row .btn.nomobile
{
    display: none;
}

#menu-config-li
{
    display: none;
}

.internal_control-users-label span
{
    display: inline-block;
    margin-left: 5px;
}

#artwork_approvation_level_file_btn
{
    margin-top: 10px;
}

p.approvation-choice-note
{
    margin-bottom: 0px;
}

p.approvation-choice-file
{
    margin-top: 5px;
    margin-bottom: 0px;
}

.flex-box
{
  width 100%;
}


@media (min-width: 480px)
{
    #dashboard-items-mobile .item-status-td
    {
        display: table-cell;
    }

    /*#btn-send
    {
        background-position: 43% center;
    }*/
}



@media (min-width: 640px)
{
    /*#btn-send
    {
        background-position: 43% center;
    }*/


    .archive-product h2
    {
        font-size: 15px;
    }
}

@media (min-width: 768px)
{
    /*#btn-send
    {
        background-position: 46% center;
    }*/
}



/* layout da 240px a 767px */
@media (min-width: 240px) and (max-width: 1023px)
{
    .nomobile
    {
        display: none;
    }
}


@media (min-width: 480px) and (max-width: 767px)
{
    .item-timeline-table-mobile td.item-timeline-icon-mobile
    {
        width: 50px;
    }

    .item-timeline-table-mobile td.item-timeline-date-mobile
    {
        width: 100px;
    }

    .item-timeline-table-mobile td.item-timeline-mobile
    {
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1023px)
{
    .product-level-btns
    {
        position: relative;
        text-align: left;
    }

    .product-level-btns .btn, .internal-control-btns .btn
    {
        width: 30%;
        display: inline-block;
    }

    .internal-control-btns .btn-delete
    {
       margin-left: 10px;
    }

    .product-level-btns-reject
    {
        width: 66%;
        display: inline-block;
        position: absolute;
        right: 0;
        text-align: right;
    }

    .product-level-btns-reject .btn
    {
        width: 45%;
        padding: 3.1%;
    }
}


/* layout da 768px in poi */
@media (min-width: 1024px)
{
    .mobile
    {
        display: none;
    }

    /* BASE
    ----------------------------------*/
    body {
        font-size: 13px;
        line-height: 1.5em;
    }

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

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

    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;
    }

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

    .disabled-element
    {
		color: #999999;
    }

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

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

    #page
    {
        width: 960px;
        margin: 0px auto;
        position: relative;
        padding: 0;
        text-align: left;
        border-top-width: 0px;
    }

    .content
    {
        padding: 0px;
        text-align: justify;
        margin: 0px;
        border-width: 0px;
        width: auto;
    }


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

    #header
    {
        margin: 0px;
        text-align: left;
        padding: 0 0 28px 0;
        background: #F3F3F3 url(../images/layout/bg.jpg) repeat top center;
    }

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

	#page-header
    {
        margin-bottom: 20px;
        padding-bottom: 5px;
        border-bottom: 1px solid #DDDDDD;
    }

	#breadcrumb
    {
		margin: 0px 0px 20px 0px;
    }

    .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;
    }

    #language-switcher
    {
		text-align: right;
		width: auto;
		display: inline-block;
		margin: 0px;
		position: absolute;
		right: 260px;
		top: -98px;
    }

    #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: 100px;
		background-color: #E5E5E5;
		padding: 10px 20px;
		z-index: 9999;
    }

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

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

    form
    {
        padding-bottom: 20px;
    }

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

    input, select, textarea
    {
        padding: 7px 6px;
        border-radius: 2px;
        width: 100%;
        font-size: 13px;
    }

    option
    {
        padding: 0px 5px;
    }

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

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

    input[type="submit"]
    {
        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%;
    }

    .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;
    }

    .btn-upload
    {
        height: 20px;
        width: 90px;
    }

    .btn-upload span
    {
        padding: 7px 6px;
    }

    .btn, .btn:active, .btn:hover
    {
        cursor: pointer;
        padding: 5px 10px;
        outline: medium none;
        text-decoration: none;
        display: inline-block;
        width: auto;
        font-size: 13px;
    }

    #artwork_approvation_level_file_btn
    {
        max-width: 100px;
    }

    #artwork_approvation_level_file_progress
    {
        width: 250px;
        display: inline-block;
        background-color: #fff;
        margin-left: 30px;
    }

    #artwork_approvation_level_file_result
    {
        margin-top: 20px;
        height: 70px;
        overflow-y: auto;
    }

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

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

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

    .form-field
    {
        padding-bottom: 13px;
    }

    .form-submit
    {
        padding-top: 13px;
    }

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

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

    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
    ---------------------------------- */
    .message
    {
        margin: 10px auto 30px;
        padding: 10px;
    }


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


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


    th, td
    {
        border-top: 1px solid #ddd;
        line-height: 18px;
        padding: 10px 8px;
        text-align: left;
        vertical-align: top;
    }

    th
    {
        font-weight: bold;
        background-color: #2B2B2B;
        color: #fff;
    }

    th .btn
    {
        font-weight: normal;
    }

    thead th
    {
        vertical-align: middle;
    }

    .table
    {
        margin: 20px 0px;
    }

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

    .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: #e7e7e7;
    }

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


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

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

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

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

    .veryshort-field
    {
        width: 10%;
    }

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

    /* menu */

    .menu
    {
        margin: 0px;
        padding: 0;
        display: inline-block;
        float: right;
    }

    .menu li
    {
        list-style-type: none;
        float: left;
        padding: 0;
        margin: 0 6px 0 0;
        vertical-align: bottom;
        background-color: #2B2B2B;
    }

    .menu li:last-child
    {
        margin: 0;
    }

    .menu li:hover
    {
        background-color: rgba(247, 166, 0, 0.7);
        cursor: pointer;
    }

    .menu a
    {
        display: table-cell;
        vertical-align: bottom;
        margin: 0;
        color: #FFFFFF;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 14px;
        padding: 0 0 10px 0;
        /*width: 96px;
        height: 86px;*/
        width: 75px;
        height: 65px;
        text-align: center;
    }

    .menu a:hover
    {
        color: #2B2B2B;
    }

    .menu .menu-sub a
    {
        background-image: none;
        display: block;
        border-radius: 0px;
        padding: 8px 10px;
        border-bottom: 1px solid #fff;
        color: #fff;
        width: auto;
        text-align: left;
        height: auto;
        text-transform: initial;
        font-size: 13px;
        line-height: 16px;
    }

    .menu .menu-sub a:hover
    {
        background-color: #2B2B2B;
    }

    .menu .menu-sub a:hover
    {
            color: #E5E5E5;
    }

    .menu .menu-sub
    {
            position: absolute;
            background-color: #F7A600;
            margin: 0px;
            padding: 0;
            min-width: 150px;
            z-index: 200;
    }

    .menu .menu-sub li
    {
            padding: 0px;
            margin: 0px;
            float: none;
            background-color: transparent;
    }

    #menu-user
    {
        background: url(../images/icons/ico-menu-admin.png) no-repeat center 10px;
        position: relative;
        z-index: 10;
        color: #4f4f4f;
    }

    #menu_primary_container
    {
        background-color: #e5e5e5;
    }

    #menu_primary
    {
        margin: 0 0 20px 0;
    }

    #menu_primary a, #menu_primary .menu-item-active span
    {
        display: inline-block;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: 15px 8px;
        padding: 10px;
    }

    #menu_primary a
    {
        color: #333333;
    }

    #menu_primary a:hover, #menu_primary .menu-item-active span
    {
        color: #b9c01d;
    }

    #menu_column
    {
        padding: 0px;
        margin: 0px;
    }

	/* blocchi generici */

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

    .block-title, .block h2, #menu_column h2
    {
        background-color: #B9C01D;
        padding: 10px 15px;
        font-size: 16px;
        margin-bottom: 5px;
        position: relative;
    }

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

    .block-int
    {
        padding: 10px 15px;
    }

    .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: 960px;
		margin: auto;
		position: relative;
    }

    /* logo header */

    .logo-header
    {
        width: 186px;
        display: inline-block;
        float: left;
        margin: 7px 0 0 0;
		height: 69px;
		background: transparent url(../images/layout/logo-header.png) no-repeat center top;
    }

    /*
	.logo-header
    {
        width: 218px;
        margin: 0px 0px 0px 0px;
        display: inline-block;
        float: left;
        background-image: url("../../images/layout/100peroni/logo-header.png");
		height: 96px;
    }*/

	/* Header search box */

    .header-search-box
    {
		width: 215px;
		float: right;
		margin: 20px 0;
		border-width: 0px;
		display: block;
		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
    {
		padding: 5px;
		width: 175px;
    }

    .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;
        border-width: 0px;
    }

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

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

    .newsletter-field, #box-newsletter input
    {
        width: 67%;
        margin: 0px;
    }

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

        /* Footer */

    #footer
    {
		margin-top: 20px;
		padding: 0px;
		border-width: 0px;
		text-align: left;
    }

    #footer-left
    {
		float: left;
		width: 50%;
    }

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

    .footer-credentials
    {
		font-size: 12px;
		padding: 5px 0;
    }

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

    .logo-footer
    {
        margin: 0px;
    }

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

    .footer-left
    {
        float: left;
        width: 700px;
        font-size: 12px;
        line-height: 14px;
        color: #A9A9A9;
        text-align: justify;
    }

    .footer-right
    {
		float: right;
		text-align: left;
		margin: 0px;
    }

    /* 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
    {
        margin: 20px 0px 5px 0px;
        position: relative;
        height: 35px;
        width: auto;
    }

    .pagination ul
    {
        margin: 0px;
    }

    .pagination li
    {
        margin-right: 5px;
    }

    .pagination a
    {
        padding: 6px 10px;
    }


    li.pagination-active
    {
        margin: 0px 5px 0px 0px;
        padding: 5px 11px 4px;
    }

    .pagination-pager
    {
        position: absolute;
        left: 0px;
        text-align: left;
        width: 15%;
    }
        /* help */

    .ui-tooltip
    {
        padding: 10px;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 1em;
        color: #333333;
        font-family: Helvetica,Arial,Verdana,sans-serif;
        background: #F2D268;
        border: 1px solid #EAC556;
        border-radius: 0px;
    }

    body .ui-tooltip {
        border-width: 1px;
    }

    .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;
    }


    #wrapper-login
    {
        position: absolute;
        height: 100%;
        width: 100%;
    }

    #login-box-container
    {
        position: relative;
        top: 25%;
        text-align: center;
    }

    #login-box
    {
        display: inline-block;
        padding: 0;
        background-color: #f7a600;
        border-radius: 2px;
        box-shadow: 0px 0px 5px 0px #4E4949;
        width: 429px;
    }

    #login-box .message
    {
        background: #fff!important;
        color: #1D1D1B;
    }

    #login-box input[type="checkbox"]
    {
        float: none;
    }

    .bg-login-container
    {
        background: transparent url(../images/layout/bg.jpg) repeat top left;
    }

    #login-email, #login-password, input#admin-recovery-password-email
    {
        width: 249px;
    }

    .client-logo-login-container
    {
        background: #f7a600 url(../images/layout/login-logo-bg.png) no-repeat -240px top;
        text-align: left;
        background-size: cover;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    .login-form-container
    {
        width: auto;
        margin: 30px;
        text-align: left;
    }

    #login-intro
    {
        background-color: #F3F3F3;
        padding: 10px;
        text-align: left;
        width: 700px;
        margin: 0px auto 30px;
    }

    #login-box label
    {
        width: 120px;
        display: inline-block;
        font-size: 14px;
        margin: 8px 0 0 0;
    }

    #login-box .form-field
    {
        padding: 0 0 8px 0;
        margin: 0;
        width: auto;
        display: block;
    }

    #login-box label[for="remember_me"]
    {
        width: 107px;
        margin: 0 0 0 120px;
        text-transform: initial;
        font-weight: normal;
        font-size: 13px;
    }

    .login-text-link
    {
        margin: 0 0 0 120px;
        color: #fff;
        text-decoration: underline;
        font-size: 13px;
    }

    #login-box .form-submit
    {
        text-align: right;
        margin: 20px 0 0 0;
        padding: 0;
    }

    #login-submit, #admin-recovery-password-submit, .btn-login-submit
    {
        padding: 8px 40px 8px 15px;
    }

    .footer-content
    {
        width: 960px;
        padding: 10px 0 0 0;
        margin: 0 auto;
        border-top: 1px solid #eaeaea;
    }

    .logo-2open-footer
    {
        margin: 3px 0 0 10px;
        float: right;
    }

    #menu_top
    {
		margin: 0px;
    }

    .menu-user
    {
        display: inline-block;
        float: right;
        margin: 5px 0;
    }

    .user-menu-container
    {
        margin: 0 0 28px 0;
        padding: 0px;
        height: 29px;
    }

    .menu-user li, .menu-user li:first-child
    {
        padding-left: 10px;
        list-style-type: none;
        margin: 0px;
        display: inline-block;
    }

    .menu-user li:first-child
    {
        margin: 0px;
    }

    .menu-user a, .menu-user
    {
        color: #fff;
        font-size: 9px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 0px;
        font-weight: 400;
        border-width: 0px;
        border-radius: 0px;
        display: inline;
    }

    /*#menu-admin
    {
        background: url(../images/icons/ico-menu-admin.png) no-repeat center 10px;
        position: relative;
        z-index: 10;
    }*/

    #menu-home
    {
        background: url(../images/icons/ico-menu-home.png) no-repeat center 10px;
        position: relative;
        z-index: 10;
    }

    #menu-logout
    {
        background: url(../images/icons/ico-menu-logout.png) no-repeat center 10px;
        position: relative;
        z-index: 10;
    }

    #menu-archive
    {
        background: url(../images/icons/ico-menu-archive.png) no-repeat center 10px;
        position: relative;
        z-index: 10;
    }

    #menu-users
    {
        background: url(../images/icons/ico-menu-users.png) no-repeat center 10px;
        position: relative;
        z-index: 10;
    }

    #menu-report
    {
      background: url(../images/icons/ico-menu-report.png) no-repeat center 10px;
      position: relative;
      z-index: 10;
    }

    #menu-clients
    {
        background: url(../images/icons/ico-menu-clients.png) no-repeat center 10px;
        position: relative;
        z-index: 10;
    }

    #menu-items
    {
        background: url(../images/icons/ico-menu-products.png) no-repeat center 10px;
        position: relative;
        z-index: 10;
    }

    #menu-config
    {
        background: url(../images/icons/ico-menu-admin.png) no-repeat center 10px;
        position: relative;
        z-index: 10;
    }

    #menu-container
    {
        float: right;
    }

    .bg-tiled
    {
        background: url(../images/layout/bg.jpg) repeat top center;
    }

    .box-content-heading
    {
        background: #fff;
        border-top: 4px solid #eeeeee;
        border-left: 4px solid #eeeeee;
        border-right: 4px solid #eeeeee;
        width: 952px;
    }

    .box-content-body
    {
        background: #fff;
        border-bottom: 4px solid #eeeeee;
        border-left: 4px solid #eeeeee;
        border-right: 4px solid #eeeeee;
        width: 952px;
    }

    .content-progect-steps
    {
        margin: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
    }

    .content-progect-steps ul li
    {
        width: 317px;
        font-size: 18px;
        line-height: 1.5em;
        display: table-cell;
        vertical-align: middle;
        padding:0 0 0 65px;
        height: 47px;
        border-bottom-width: 0px;
        border-right: 4px solid #eee;
    }

    .content-progect-steps ul li:last-child
    {
        border-right: none;
        border-bottom-width: 0px;
    }

	.steps-thin-number
    {
        font-weight: 400;
    }

	.content-heading-content, .content-body-content
    {
        display: inline-block;
        width: 100%;
    }

	.content-progect-name
    {
        font-size: 18px;
        padding: 20px 15px;
    }

    .icon-user-name
    {
        width: 18px;
        height: 18px;
        margin: 0 5px -1px 0;
        display: inline-block;
        background: url(../images/icons/icon-user.png) no-repeat center center;
    }

    .content-project-filters, .product-group
    {
        padding: 15px;
        text-align: right;
        margin: 0px;
    }

    .items-elements-group
    {
        padding: 15px 0px;
    }

    .product-group, .items-elements-group, .dashboard-group, .items-info-group
    {
        margin-top: 20px;
        text-align: left;
        margin-bottom: 0px;
    }

    .product-group-50, .dashboard-group
    {
       width: 421px;
       float: left;
       margin-right: 20px;
    }

    .dashboard-group
    {
        width: 436px;
        margin-right: 50px;
    }

    .product-group-50-nomargin, .items-elements li.nomargin, .dashboard-group.nomargin
    {
        margin-right: 0px;
    }

    .product-group .product-data-label
    {
        width: 165px;
    }

    .items-elements-group .product-data-label, .items-info-group .product-data-label
    {
        width: 180px;
    }

    .project-filters-title
    {
        font-size: 14px;
        margin: 0 8px 0 0;
    }

    .content-project-filters input, .content-project-filters select
    {
        font-size: 14px;
        padding: 8px;
        color: #4f4f4f;
        margin: 0px;
        width: auto;
    }

    .dashboard-filters input, .dashboard-filters select
    {
        max-width: 144px;
        font-style: italic;
        margin-bottom: 5px;
    }

    .dashboard-filters select.dashboard-filter-fiscal_year
    {
        max-width: 80px;
    }

    .dashboard-filters select.dashboard-filter-client_id,
    .dashboard-filters select.dashboard-filter-brand_id
    {
        max-width: 100px;
    }

    .dashboard-filters input.dashboard-search-field
    {
        max-width: 300px;
        margin-top: 10px;
    }

    .project-dashboard-filters input, .project-dashboard-filters select
    {
        max-width: 180px;
    }


    select.dashboard-filter-active, input.dashboard-filter-active
    {
        border-color: #e79600;
    }

    .bg-content-angle-top
    {
        height: 10px;
        background: url(../images/layout/content-angle-top.png) no-repeat 50px top;
    }

    select.products, select.project-filters-item
    {
        width: auto;
        display: inline-block;
    }

    .content-project-filters .project-filters-title
    {
        display: inline-block;
    }

    .content-project-filters .project-filters-data
    {
        width: 100px;
    }

    .content-project-filters .project-filters-testo
    {
        width: 200px;
    }

    .content-product-name
    {
        font-size: 16px;
        color: #4f4f4f;
        padding: 15px 15px 20px 15px;
    }


    .content-product-empty-discussion
    {
        padding: 0px 15px 20px 15px;
    }

    .icon-content-product
    {
        margin: 0 5px -3px 0;
    }

    .icon-archive-product
    {
        margin: 0 5px -3px 0;
    }

    .icon-content-level
    {
        width: 18px;
        height: 18px;
        margin: 0 5px -3px 0;
        display: inline-block;
        background: url(../images/icons/icon-level.png) no-repeat center center;
    }

    .content-product-discussion-box
    {
        margin: 0 15px 15px 15px;
    }


    .content-product-discussion-box li, .content-product-discussion-box li.product-level
    {
        margin: 0 0 20px 0;
        border-width: 0px;
    }

    .product-discussion-user-box
    {
        display: table-cell;
        width: 174px;
        background: #eee url(../images/layout/product-discussion-right-angle.png) no-repeat right 10px;
        padding: 12px;
        position: relative;
    }

	.product-discussion-message-box
    {
        display: table-cell;
        padding: 0 0 0 15px;
        vertical-align: top;
        width: 724px;
		color: #828282;
        font-size: 13px;
    }

    .product-discussion-message-box h2, #product-project-name, .archive-product h2, #item-status-container
    {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 10px 0;
    }

    #product-project-name, #item-status-container
    {
        font-weight: normal;
    }

    #item-status-container
    {
        margin-bottom: 20px;
    }

	.product-discussion-btn-box
    {
        background-color: #f3f3f3;
        padding: 1px;
        color: #4f4f4f;
        font-size: 11px;
    }

    .product-discussion-btn-box a
    {
       color: #4f4f4f;
       text-decoration: none;
    }

	.attachment-files-box
    {
        margin: 7px 0 0 10px;
    }

	.btn-readall, .btn-readall:hover
    {
        background: transparent url(../images/icons/icon-arrow.png) no-repeat 90% center;
        font-size: 13px;
        color: #8b8b8b;
        display: inline-block;
        border: 2px solid #f7a600;
        margin: 0px;
        padding: 5px 20px 5px 10px;
    }

	.discussion-product-title
    {
        font-size: 14px;
        line-height: 16px;
        margin: 0px;
    }

    .discussion-product-date
    {
        font-size: 11px;
        line-height: 11px;
        margin: 5px 0 0 0;
        color: #4f4f4f;
    }

	.discussion-product-user-name
    {
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 170px;
        text-align: right;
        border-top: 1px solid #dbdada;
        border-bottom-width: 0px;
        padding: 5px 0 0 0;
        font-size: 13px;
        font-weight: 600;
        line-height: 14px;
        margin: 0px;
    }


    #menu-user-profile
    {
        background: rgba(0, 0, 0, 0) url("../images/layout/menurapid-profile-ico.png") no-repeat scroll 0 1px;
        padding: 0 0 0 13px;
    }

    #menu-user-credentials
    {
        background: rgba(0, 0, 0, 0) url("../images/layout/menurapid-credenz-ico.png") no-repeat scroll 0 1px;
        padding: 0 0 0 13px;
    }

    .content-body-content-int
    {
        padding: 0 15px 15px;
    }

    .product-level .content-product-name
    {
        padding-left: 0px;
        padding-bottom: 10px;
        position: relative;
    }

    #product-levels-list
    {
        margin-top: 20px;
    }

    .product-level-status
    {
        margin: 0px;
        font-size: 13px;
        display: inline-block;
        position: absolute;
        right: 0px;
        font-weight: 600;
    }

        .product-level-approve-box
    {
        padding: 20px 10px;
        margin-bottom: 20px;
    }

    .product-level-approve-box-int
    {
        margin: 30px auto 0px auto;
        width: 70%;
    }

    .product-level-btns
    {
        margin-top: 10px;
    }

    .product-level-btns-reject
    {
        width: auto;
        display: inline-block;
        position: absolute;
        right: 0px;
        text-align: left;
    }


    .product-level-approve-box h2
    {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 10px;
    }

    .product-level-comment
    {
        margin-bottom: 0px;
    }

    .product-level-btns-reject .btn-delete
    {
        margin-left: 10px;
    }

    .product-level-unactive .product-level-log-table th
    {
        background-color: #EEEEEE;
        color: #4f4f4f;
        font-weight: normal;
    }

    .product-group li
    {
        margin-bottom: 0px;
    }

    .product-group li .product-data-label
    {
        display: inline-block;
        margin-right: 10px;
    }

    #content-breadcrumb
    {
        margin-bottom: 0px;
        padding: 20px 15px;
    }

    #archive-item-files
    {
        padding: 0px 15px;
    }

    .archive-item-file-li
    {
        padding: 20px;
        width: 300px;
        height: 350px;
        float: left;
        box-sizing: border-box;
        margin-left: 132px;
        margin-right: 20px;
        margin-bottom: 40px;
    }

    .archive-item-file-li.archive-right
    {
        margin-right: 132px;
        margin-left: 0px;
    }

    .archive-item-file-preview
    {
        width: 237px;
        height: 240px;
    }

    .archive-item-file-img
    {
        width: 237px;
        height: 200px;
        margin-bottom: 10px;
    }


    /*.archive-item-file-li.nomargin
    {
        margin-right: 0px;
    }

    .archive-item-file-name
    {
        width: 100%;
        display: block;
    }

    .archive-item-file-name a
    {
        padding: 12px;
        display: block;
        width: 226px;

    }*/

    /*.archive-item-file-preview
    {
        position: relative;
    }

    .archive-item-file-img
    {
        width: 348px;
        margin-right: 15px;
    }

    .archive-item-file-name
    {
        padding: 12px;
        width: 898px;
    }

    .archive-item-file-preview.has_image .archive-item-file-name
    {
        width: 535px;
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -22px;
    }*/

    #archive-filters
    {
        padding: 0px 15px 15px 15px;
        width: 184px;
        text-align: left;
        background-color: #fff;
        border-bottom-width: 0px;
        float: left;
    }

    #archive-content
    {
        float: left;
        width: 708px;
        padding: 0px 15px 15px 15px;
        background-color: #fff;
        border-top-width: 0px;
    }

    #archive-filters input, #archive-filters select
    {
        margin-top: 8px;
        max-width: 86%;
    }

    #archive-filters input.datepicker
    {
        margin-top: 8px;
        max-width: 59%;
    }

    #archive-filters input.datepicker.archive-filter-active
    {
        max-width: 46%;
    }

    #archive-search-field
    {
        margin-top: 0px;
        margin-bottom: 16px;
    }

    #archive-products-list
    {
        margin: 0px;
    }

    #archive-products-list li
    {
        display: block;
        /*width: 359px;*/
        width: 236px;
        float: left;
        list-style-type: none;
        padding: 0px;
    }

    .content-product-discussion-box.multiple-download li
    {
        height: 310px;
    }


    .archive-product
    {
        padding: 12px;
        text-align: center;
        border-width: 0px;
    }

    .archive-product h2
    {
        margin-top: 10pt;
        height: 2.4em;
        overflow: hidden;
    }

    .archive-product h2 a
    {
        text-decoration: none;
        color: #4f4f4f;
    }

    .archive-reset-filter
    {
        text-align: left;
        margin-left: 5px;
        width: auto;
    }

    #btn-archive-reset-filter
    {
        margin-top: 16px;
        margin-left: 0px;
        top: 0px;
    }

    .archive-product-cover
    {
        width: /*250px*/180px;
        height: 180px;
        text-align: center;
        margin: 0px auto;
    }

    .archive-multiple-download-container
    {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .archive-multiple-download-container label
    {
        font-weight: normal;
        text-align: center;
    }


    .product-level-comment label
    {
        width: 20%;
        margin-right: 5%;
        display: inline-block;
    }

    .product-level-comment input[type="text"]
    {
        width: 74.5%;
        display: inline-block;
    }

    .item-communication-title
    {
        font-size: 15px;
        margin-top: 30px;
    }

    .item-communication-title-mini
    {
        font-weight: 600;
        margin-top: 13px;
        padding-bottom: 10px;
    }

    #trigger-item-communication-cancel
    {
        display: inline;
        margin-top: 0px;
        color: #4f4f4f;
    }

    #item-communication-btns #btn-send,
    #btn-send
    {
        margin-right: 20px;
        background-position: 10px center;
        /*padding-left: 30px;*/
        width: auto;
        box-sizing: content-box;
        float: none;
        text-align: center;
    }


    .dashboard-group
    {
        margin-bottom: 0px;
    }

    .dashboard-group-empty
    {
        padding: 15px 0px;
    }

    .dashboard-group-list li
    {
        margin-top: 5px;
        padding: 15px;
        font-size: 13px;
    }

    .dashboard-group h2
    {
        font-size: 18px;
        line-height: 36px;
        padding: 0px 15px;
    }

    .dashboard-project-name, .dashboard-item-name, .dashboard-project-name a, .dashboard-item-name a
    {
        font-size: 16px;
    }

    .dashboard-project-name a:hover, .dashboard-item-name a:hover
    {
        text-decoration: underline;
    }

    .dashboard-project-name
    {
        margin-right: 10px;
    }

    .dashboard-project-name, .dashboard-item-name
    {
        display: inline-block;
        margin-bottom: 0px;
    }

    .progress-bar
    {
        margin-top: 10px;
    }

    .file-upload-results
    {
        margin-top: 10px;
    }

    .communication-file-item
    {
        padding: 5px 0px;
        margin-bottom: 5px;
        font-size: 13px;
    }

    .file-upload-results .communication-file-item
    {
        padding-right: 40px;
    }

    .communication-file-item .delete-item-file, .communication-file-item  .delete-item-approvation-file,
    .delete-item-production_sample-file, .delete-item-sample-file
    {
        top: 6px;
        right: 10px;
    }

    .item-status-box
    {
        padding: 7.5px 15px;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .item-step-box
    {
        background-color: #f7a600;
        padding: 10px 15px;
        display: inline-block;
        font-size: 14px;
        width: auto;
        margin-bottom: 0px;
        position: absolute;
        right: 15px;
        top: 10px;
    }

    #item-approvation-info.group-can-manage
    {
        position: relative;
    }

    .item-manage-btn, .item-manage-communication-btn,
    .item-back-btn, .item-new-btn
    {
        position: absolute;
        right: 140px;
        top: 10px;
        background-position: 10px center;
        padding: 10px 15px 10px 35px;
        /*padding: 10px 15px;*/
        margin-bottom: 0px;
    }

    .item-back-btn
    {
        background-position: 10px 13px;
    }

    .item-manage-btn:hover, .item-manage-communication-btn:hover,
    .item-back-btn:hover, .item-new-btn:hover
    {
        padding: 10px 15px 10px 35px;
        /*padding: 10px 15px;*/
    }

    /*
    .item-manage-btn.archive, .item-manage-communication-btn,
    .item-back-btn, .item-new-btn
    {
        right: 15px;
    }

    .item-manage-btn.approvation
    {
        right: 15px;
        top: 15px;
    }*/

    .item-back-btn, .item-new-btn
    {
        right: 15px;
    }


    .item-step-box
    {
        width: auto;
    }

    .item-step-box.development, .item-step-box.approvation, .item-step-box.internal_control
    {
        background-position: 15px center;
        padding-left: 45px;
    }

    .content-progect-name-int
    {
        display: inline-block;
    }

    #item-development-approvation-attachments
    {
        margin-bottom: 40px;
    }

    .internal-control-btns input
    {
        margin-bottom: 0px;
    }

    .internal-control-btns .btn-delete
    {
       margin-left: 10px;
    }


    #project-dashboard-reset-filter
    {
        margin-top: 0px;
        margin-left: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .dashboard-filters .btn, .project-dashboard-filters .btn
    {
        color: #fff;
    }

    .dashboard-filters .btn:hover, .project-dashboard-filters .btn:hover,
    .dashboard-filters .btn:active, .project-dashboard-filters .btn:active
    {
        padding: 8px;
        font-size: 14px;
    }

    #item-approvation-container
    {
        position: relative;
    }


    #dashboard-filters-form, #project-dashboard-filters-form
    {
        padding-bottom: 0px;
    }

    #item-approvation-info, #item-approvation-attachment
    {
        padding: 15px;
        margin: 0px;
    }

    #item-approvation-info, #item-approvation-level-box
    {
        width: 341px;
    }

    #item-approvation-level-box
    {
        width: 371px;
        margin-top: 20px;
    }

    #item-approvation-attachment
    {
        width: 501px;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    #item-approvation-info p, #item-project-name, #item-product-name
    {
        font-size: 16px;
        line-height: 18px;
    }

    #item-project-name, #item-product-name
    {
        margin-bottom: 0px;
    }

    .item-communication-info
    {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 10pt;
        padding: 0px;
    }

    #item-approvation-info .product-data-label, #item-project-name .product-data-label, #item-product-name .product-data-label,
    .item-communication-info .product-data-label
    {
        display: block;
        font-size: 13px;
        line-height: 1.5em;
    }

    #item-project-name .product-data-label, #item-product-name .product-data-label, .item-communication-info .product-data-label
    {
        display: inline-block;
        width: auto;
    }

    .item-communication-info .product-data-label
    {
        width: 130px;
    }

    .item-communication-text
    {
        margin-bottom: 40px;
    }

    p#item-approvation-name
    {
        font-size: 18px;
        line-height: 18px;
    }

    #item-approvation-level-box .product-level-approve-box h2
    {
        text-align: left;
    }

    #item-approvation-level-box .product-level-approve-box-int
    {
        width: 100%;
        margin: 0px;
    }

    #item-approvation-level-box #product-level-approve
    {
        padding-bottom: 0px;
    }

    #item-approvation-level-box .product-level-btns input
    {
        margin-bottom: 0px;
    }

    #item-communication-btns
    {
        margin-top: 40px;
        clear: both;
    }


    .item-edit-element
    {
        top: 1px;
    }

    #dashboard-items th, #dashboard-items td
    {
        vertical-align: middle;
        text-align: center;
        border-top-width: 0px;
        font-size: 13px;
        line-height: 15px;
    }

    #dashboard-items th
    {
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        padding: 5px;
        background-color: #E79600;
        font-size: 12px;
    }

    .lighter-value, #dashboard-items th .lighter-value
    {
        font-weight: normal;
    }

    #dashboard-items th.smaller-th
    {
        font-size: 11px;
        font-weight: normal;
        vertical-align: bottom;
        line-height: 13px;
    }

    #dashboard-items th.timeline-th
    {
        padding-bottom: 0px;
    }

    #dashboard-items th.l-align, #dashboard-items td.l-align
    {
        text-align: left;
    }

    #dashboard-items th.r-align, #dashboard-items td.r-align
    {
        text-align: right;
    }

    #dashboard-items td
    {
        padding: 8px 5px;
    }

    #dashboard-items td.timeline-td
    {
        padding-left: 0px;
        padding-right: 0px;
    }

     #dashboard-items .smaller-value, #dashboard-items .dashboard-item-project-name, #dashboard-items .dashboard-item-product-name
     {
        font-size: 11px;
        line-height: 13px;
     }

     #dashboard-items .dashboard-item-project-name, #dashboard-items .dashboard-item-product-name
     {
         margin-bottom: 2px;
         text-transform: uppercase;
         display: inline-block;
         font-style: italic;
     }

     #dashboard-items tr.hover td
     {
         background-color: #e79600;
         color: #fff;
         cursor: pointer;
     }

     #dashboard-items tr.hover a,
     #dashboard-items tr.hover .dashboard-item-name
     {
         color: #fff;
     }

     #dashboard-items tr.hover .item-timeline-dashed-row
     {
         border-color: #fff;
     }

     .dashboard-item-name
     {
         text-transform: uppercase;
         /*font-size: 16px;*/
         font-size: 13px;
         font-weight: bold;
     }

     #dashboard-tabs
     {
         border-top-width: 0px;
     }


     #dashboard-tabs ul
     {
         margin: 0px 0px 2px 0px;
     }

     .dashboard-tab
     {
        display: inline-block;
        vertical-align: middle;
        width: 150px;
        text-align: center;
        font-size: 14px;
        margin: 0px;
        margin-right: 3px;
        float: none;
        border-width: 0px;
     }

    .dashboard-tab.all
    {
        display: inline-block;
    }

     .dashboard-tab a
     {
         display: inline-block;
         padding: 8px 5px;
         color: #4f4f4f;
         background-color: #E9E9E9;
     }

     .dashboard-tab a:hover
     {
        background-color: #E79600;
        color: #1d1d1b;
     }

     .dashboard-tab.selected
     {
         background-color: #E79600;
         padding: 10px;
         color: #1d1d1b;
         box-sizing: content-box;
     }

     .dashboard-tab-counter
     {
         display: inline;
     }

     .dashboard-filters
     {
         margin-bottom: 20px;
     }

     #dashboard-reset-filter
     {
         display: inline-block;
         float: right;
         color: #4f4f4f;
         padding-top: 20px;
         font-style: italic;
         text-decoration: none;
     }

     #dashboard-reset-filter img
     {
         margin-right: 5px;
     }

     #dashboard-items-counters li
	{
	   display: inline-block;
	   font-size: 14px;
	   text-align: left;
	   width: 150px;
	   font-weight: normal;
	   height: auto;
	   padding: 0px;
	   border-width: 0px;
	   margin: 0 10px 0 0;
	}


     .dashboard-items-counters-num
     {
         font-size: 36px;
         display: inline-block;
		 font-weight: 400;
     }

     .dashboard-items-counters-label
     {
         display: inline-block;
         width: 80px;
         margin-left: 5px;
     }

    #item-header, .item-nav-tabs a, .item-logs-box h2,
    .item-actions-box h2
    {
        font-size: 18px;
        padding: 10px 15px;
    }


    .item-logs-box h2 span.nomobile
    {
        font-weight: 600;
        font-style: normal;
    }

    #item-header-name
    {
        display: inline-block;
        width: 700px;
    }

    #item-header-item_name-mobile
    {
        display: none;
    }

    #item-header-fiscal_year
    {
        display: inline-block;
        width: 187px;
        margin-top: 0px;
    }

    #item-header-fiscal_year span
    {
        font-size: 16px;
    }

    #item-info th, #item-info td
    {
        background-color: #eee;
        border-width: 0px;
        vertical-align: middle;
    }

    #item-info th
    {
        text-align: right;
        color: #828282;
        font-weight: 400;
    }

    #item-info td
    {
        font-size: 16px;
    }

    .item-info-box-trigger-cont
    {
        padding: 5px 15px;
        border-bottom: 1px solid #fff;
        position: static;
        right: auto;
        top: auto;
        width: auto;
        height: auto;
        margin-top: 0px;
    }

    .item-info-box-trigger-cont a
    {
        color: #4f4f4f;
        padding-left: 20px;
        width: auto;
        height: auto;
    }

    .item-info-box-trigger-cont a.opened
    {
        background: url(../images/icons/ico-info-box_close.png) no-repeat center left;
    }

    .item-info-box-trigger-cont a.closed
    {
        background: url(../images/icons/ico-info-box_open.png) no-repeat center left;
    }

    #item-info-box-int
    {
        padding: 10px 15px;
    }

    #item-actions-boxes
    {
        width: 456px;
        margin-right: 10px;
        float: left;
        height: 600px;
    }

    #item-actions-boxes.item-actions-boxes-checklist
    {
        width: 100%;
        float: none;
        margin-right: 0px;
        height: auto;
    }

    #item-artwork-box
    {
        width: 448px;
        float: left;
        height: 600px;
        border-color: #eeeeee;
    }

    #item-artwork-box.artwork-box-artwork-checklist
    {
        width: 100%;
        float: none;
        box-sizing: border-box;
    }

    #item-figure-box img
    {
        max-height: 552px;
    }

    .item-logs-box-int
    {
        display: block;
    }

    .item-actions-box-int, .item-logs-box-int
    {
        border: 4px solid #eeeeee;
    }


    .item-actions-box-int, .item-logs-box-int
    {
        border-top-width: 0px;
    }

    .item-nav-tabs a
    {
        background-color: #E69500;
        font-weight: 600;
        color: #f3ca80;
        border-width: 0px;
        height: 60px;
        padding: 10px 5px;
        width: 50%;
        display: table-cell;
    }

    .item-nav-tabs a.active
    {
        background-image: url("../images/layout/w-triangle.png");
        background-repeat: no-repeat;
        background-position: bottom center;
    }

    .item-nav-tabs a:first-child
    {
        border-right: 1px solid #fff;
        box-sizing: border-box;
    }

    /*
    .item-nav-tabs a
    {
        display: block;
        float: left;
        width: 50%;
        box-sizing: border-box;
        text-align: center;
        padding: 30px 5px;
        color: #fff;
        background-color: #E69500;
        font-weight: 600;
        margin-bottom: 0px;
        border-width: 0px;
    }*/

    /*
    .item-nav-tabs li
    {
        display: block;
        padding: 0px;
        margin: 0px;
        border-width: 0px;
        float: left;
        height: auto;
    }

    .item-nav-tabs li:first-child
    {
        border-right: 1px solid #fff;
        box-sizing: border-box;
    }

    .item-nav-tabs a
    {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        padding: 30px 5px;
        color: #fff;
        background-color: #E69500;
        font-weight: 600;
        margin-bottom: 0px;
    }

    .item-nav-tabs a.tab-approvation,
    .item-nav-tabs a.tab-production_delivery
    {
        padding-top: 20px;
        padding-bottom: 21px;
    }

    .item-nav-tabs li.active a
    {
        background-image: url("../images/layout/w-triangle.png");
        background-repeat: no-repeat;
        background-position: bottom center;
    }*/



    #item-new-communication-box
    {
        height: 48px;
        text-align: center;
    }

    .item-actions-box-cont
    {
        padding: 10px 0px;
        height: 390px;
        overflow: hidden;
    }

    .item-actions-box-cont.incompleted-item
    {
        height: 454px;
    }

    .item-actions-box-cont.manage-approvation
    {
        height: 347px;
    }

    .item-actions-boxes-checklist .item-actions-box-cont
    {
        height: auto;
        overflow: auto;
    }

    .item-row
    {
        padding: 10px;
    }

    .item-row-label, .item-row-mid label
    {
        font-size: 13px;
        margin-bottom: 0px;
    }

    .item-row-label-status
    {
        padding-left: 30px;
    }


    #form-item-development-approve .item-row-label,
    #form-item-development-approve .item-row-field,
    #form-item-internal_control-approve .item-row-label,
    #form-item-internal_control-approve .item-row-field,
    #form-item-artwork-approve .item-row-label,
    #form-item-artwork-approve .item-row-field,
    #item-download-approvation-layout
    {
        padding-left: 30px;
    }


    .item-layout-approval-date-row
    {
        padding-left: 30px;
    }

    #item-active-status
    {
        font-size: 18px;
        padding-left: 30px;
    }

    #item-actions-boxes, #item-artwork-box, .item-logs-box,
    #item-new-communication-box
    {
        margin-top: 10px;
    }

    .item-actions-box h2, .item-logs-box h2
    {
        font-size: 18px;
        padding: 5px 10px;
    }


    .item-actions-row
    {
        height: 30px;
        padding: 12px 0px 9px 0px;
    }

    #btn-new-communication
    {
        font-size: 18px;
        line-height: 1em;
        padding: 17px 8px;
        text-transform: uppercase;
        display: block;
    }


    .item-actions-row .btn,
    .item-actions-row .btn-3,
    .item-actions-row .btn-3s,
    .item-actions-row .btn-3.btn-dev-status
    {
        /*width: 100px;*/
        width: 115px;
        display: inline-block;
        padding: 5px 7px;
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 15px;
        margin-right: 0px;
        text-align: center;
        box-sizing: content-box;
        float: none;
        border-radius: 2px;
        border-width: 0px;
    }

    .item-actions-row .btn-3.btn-dev-status
    {
        width: 139px;
    }

    .item-actions-row .btn-block,
    .item-actions-row .btn-3.btn-block,
    .item-actions-row .btn-3.btn-blocked
    {
        width: 80px;
    }

    .item-actions-row .btn-3.btn-block,
    .item-actions-row .btn-3.btn-blocked
    {
        margin-left: 45px!important;
    }


    .item-actions-row .btn .btn-icon
    {
        top: 3px;
        display: inline-block;
    }


    .item-actions-row .btn-upload .btn-icon
    {
        left: 20px;
        top: 0px;
    }

    .item-actions-row#item-artwork-download .btn-upload
    {
        padding-left: 30px;
    }

    .item-actions-row#item-artwork-download .btn-upload .btn-icon
    {
        left: 10px;
        background-image: url(../images/icons/ico-refresh.png);
    }

    .item-actions-row .btn-upload
    {
        padding-left: 25px;
    }

    #btn-new-communication .btn-icon
    {
        margin-right: 10px;
    }

    .item-actions-row .btn-dev-status,
    #item-artwork-box .item-actions-row .btn
    {
        width: 139px;
    }

    /*.item-actions-row input.btn
    {
        width: 110px;
        text-align: left;
    }

    */

    #item-artwork-box .item-actions-row .btn
    {
        display: inline-block;
        clear: none;
    }

    .item-actions-row.layout_approvation_requested .btn,
    .item-actions-row.internal_control_tech .btn,
    .item-actions-row.internal_control_copy .btn,
    .item-actions-row.internal_control_external .btn,
    .item-actions-row.internal_control_blocked .btn,
    .item-actions-row.artwork_in_approvation .btn,
    .item-actions-row.artwork_blocked .btn
    {
        margin-left: 15px;
    }

    .item-actions-row .btn:first-child,
    .item-actions-row.layout_approvation_requested .btn:first-child,
    .item-actions-row.internal_control_tech .btn:first-child,
    .item-actions-row.internal_control_copy .btn:first-child,
    .item-actions-row.internal_control_external .btn:first-child,
    .item-actions-row.internal_control_blocked .btn:first-child,
    .item-actions-row.artwork_in_approvation .btn:first-child,
    .item-actions-row.artwork_blocked .btn:first-child
    {
        margin-left: 0px;
    }

    /*.item-actions-row .btn-layout_approve_for_client
    {
        width: 133px;
    }

    .item-actions-row.layout_approvation_requested .btn
    {
        margin-right: 8px;
    }

    .item-actions-row.item-actions-row-layout-approvation .btn
    {
        margin-right: 55px;
    }




    .item-actions-row .btn-no-icon
    {
        text-align: center;
    }

    .item-actions-row .btn:hover
    {
        padding-left: 33px;
        padding-right: 7px;
    }

    .item-actions-row input.btn:hover
    {
        padding-left: 33px;
    }

    */

    #trigger-remove-figure,
    #trigger-download-artwork
    {
        vertical-align: top;
    }

    #item-artwork-box .item-actions-row#item-artwork-download #trigger-download-artwork
    {
        border-radius: 2px;
    }

    #item_file_success
    {
        display: block;
        height: 31px;
        position: absolute;
        top: 20px;
        right: 20px;
        visibility: hidden
    }

    #item-artwork-box #item_file_error,
    #item-artwork-box #item_file_progress
    {
        position: relative;
        top: -8px;
    }

    #item-artwork-box #item_file_progress
    {
        position: relative;
        top: -8px;
    }

    #btn-approve-comment
    {
        width: 155px;
    }

    /*.item-actions-row  .btn-layout_approvation_requested
    {
        width: 80px;
    }*/

    #item-last-communication-subject
    {
        font-size: 16px;
        font-style: italic;
        font-weight: 600;
    }

    #item-last-communication-meta
    {
        font-weight: 400;
    }

    #item-last-communication-meta small
    {
        font-size: 12px;
        display: inline;
    }

    #item-last-communication-meta
    {
        margin-bottom: 9px;
    }

    /*
    #item-last-communication
    {
        max-height
    }*/

    .item-logs-box-empty
    {
        padding: 10px;
    }

    .item-communication-list
    {
        padding: 0px;
        border-top: 4px solid #eeeeee;
        background: none;
    }

    .item-communication-list li
    {
        height: 120px;
        border-top: 4px solid #eeeeee;
        margin-bottom: 0px;
    }

    .item-communication-meta
    {
        background-color: #9d9d9d;
        color: #fff;
        padding: 10px;
        height: 100px;
        text-align: left;
        width: 174px;
        position: relative;
        float: left;
    }

    .item-communication-meta a
    {
        color: #fff;
    }

    .communication-3ways .item-communication-meta
    {
        float: right;
        text-align: right;
    }

    .item-communication-name
    {
        margin-bottom: 10px;
        font-size: 16px;
        padding-right: 20px;
        font-weight: bold;
    }

    .item-communication-name small
    {
        font-weight: normal;
        color: #fff;
        font-size: 12px;
    }

    .communication-3ways .item-communication-name
    {
        padding-right: 0px;
        padding-left: 20px;
    }

    .item-communication-date
    {
        font-style: normal;
        position: absolute;
        bottom: 10px;
        left: 10px;
        padding-right: 20px;
    }

    .communication-3ways .item-communication-date
    {
        padding-right: 0px;
        padding-left: 20px;
        left: auto;
        right: 10px;
    }


    .communication-evidence  .item-communication-message-box
    {
        background-color: #fff;
        color: #4f4f4f;
    }

    .communication-evidence  .item-communication-message-box a
    {
        color: #4f4f4f;
    }

    .communication-evidence .item-communication-meta
    {
        background-color: #E69500;
    }

    .item-communication-separator
    {
        width: 20px;
        height: 120px;
        background-color: #EEEEEE;
        position: absolute;
        top: 0px;
        right: 0px;
        background-image: url("../images/layout/g-triangle-dx.png");
        background-repeat: no-repeat;
        background-position: left center;
    }

    .communication-3ways .item-communication-separator
    {
        left: 0px;
        right: auto;
        background-image: url("../images/layout/g-triangle-sx.png");
        background-repeat: no-repeat;
        background-position: right center;
    }

    .communication-3ways.communication-evidence .item-communication-separator
    {
        background-image: url("../images/layout/a-triangle-sx.png");
    }

    .communication-client.communication-evidence .item-communication-separator
    {
        background-image: url("../images/layout/a-triangle-dx.png");
    }

    .item-communication-message-box,
    .item-communication-meta
    {
        box-sizing: content-box;
    }

    .communication-3ways .item-communication-message-box,
    .communication-3ways .item-communication-meta
    {
        margin-left: 0px;
    }

    .item-communication-message-box
    {
        padding: 10px;
        width: 700px;
        float: left;
        position: relative;
    }

    .item-communication-message-box h3
    {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 1.5em;
        padding-right: 120px;
    }

    .item-communication-message-text
    {
        margin-bottom: 0px;
    }

    .item-communication-attachment
    {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .item-communication-info,
    .item-communication-text
    {
        clear: both;
    }

    .item-communication-info label
    {
        font-size: 13px;
        display: inline-block;
        font-weight: normal;
    }

    .item-data-label
    {
        font-size: 13px;
        text-align: right;
        display: block;
        width: 84px;
        float: left;
    }

    .item-data-value, .item-communication-files
    {
        font-size: 16px;
        display: block;
        width: 790px;
        float: left;
        margin-left: 16px;
        margin-top: -2px;
    }

    .item-communication-user-scroller li, .item-communication-users-list li,
    .project-user-item,
    .level-user-item
    {
        font-size: 13px;
        padding: 5px 10px;
    }

    #item-communication-single .item-actions-box-cont,
    #item-communication-send-box .item-actions-box-cont
    {
        height: auto;
        padding: 20px 10px;
    }

    .item-communication-text
    {
        padding-left: 100px;
    }

    .item-communication-files
    {
        font-size: 13px;
    }

    #item-communication-single .item-actions-row
    {
        height: auto;
        padding-bottom: 4px;
        min-height: 30px;
    }

    #item-communication-single .item-actions-row .btn,
    #item-communication-single .item-actions-row .btn-layout_approvation_requested
    {
        width: auto;
        margin-right: 10px;
    }

    /*
    .deselect-all, .select-all
    {
        text-align: right;
        color: #828282;
        text-decoration: none;
        display: block;
        margin-bottom: 5px;
    }*/

    .item-communication-info label
    {
        text-align: left;
        width: 84px;
        margin-right: 8px;
    }

    #suggest-users_client,
    #suggest-users_3ways,
    #suggest-users_internal,
    #suggest-users_external,
    #suggest-approvation_user_id
    {
        width: 200px;
    }

    .deselect-all, .select-all
    {
        display: inline-block;
        margin-bottom: 0px;
        font-size: 13px;
        margin-left: 10px;
        margin-top: 0px;
    }

    #list-users_client,
    #list-users_3ways,
    #list-users_internal,
    #list-users_external
    {
        margin-top: 5px;
        padding-left: 98px;
    }

    #communication-subject-field
    {
        width: 300px;
        margin-left: 10px;
    }

    #communication-subject-default
    {
        position: relative;
        top: 3px;
    }

    .item-communication-mid
    {
        width: 50%;
        float: left;
    }

    #communication_file_btn
    {
        position: relative;
        top: 8px;
    }

    #item-communication-edit-form #communication_file_btn
    {
        top: -5px;
        margin-left: 16px;
    }

    #item-communication-uploader, .item-communication-uploader
    {
        padding-left: 96px;
        padding-right: 20px;
    }

    #item-communication-edit-form #item-communication-uploader
    {
        padding-left: 100px;
        padding-right: 0px;
    }


    #item-communication-edit-form .item-communication-files
    {
        margin-left: 0px;
        width: 50%;
    }


    #btn-send
    {
        margin-bottom: 0px;
    }

    #btn-undo,
    #item-communication-btns #btn-undo
    {
        /*position: relative;
        top: 1px;
        padding-bottom: 9px;*/
        width: auto;
        box-sizing: content-box;
        float: none;
    }

    #communication-text-field
    {
        width: 894px;
    }

    .item-communication-info label.communication-item_status-label
    {
        width: 140px;
        text-align: right;
    }


    .item-communication-mid .item-communication-info
    {
        margin-bottom: 0px;
        margin-top: 10px;
    }

    #communication-item_status-field,
    #communication-item_status-actual
    {
        width:290px;
    }

    #communication-item_status-actual
    {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 13px;
        padding-left: 5px;
    }

    #communication-item_status-info
    {
        font-size: 13px;
        margin-left: 28px;
    }

    #communication_file_btn
    {
        margin-top: 0px;
    }

    .item-communication-info .form-field-error
    {
        font-size: 13px;
        padding-left: 96px;
    }

    #item-communication-info .form-field-error
    {
        padding-left: 0px;
    }

    #item-timeline
    {
        padding: 20px 0px;
    }

    #item-timeline-table
    {
        display: table;
    }

    #item-timeline-table td,
    #item-timeline-table th
    {
        border: none;
        background-color: #EEEEEE;
        text-align: center;
        vertical-align: middle;
        color: #4f4f4f;
        font-size: 18px;
    }

    #item-timeline-table th
    {
        text-transform: uppercase;
        font-style: italic;
        font-weight: normal;
        padding: 10px 20px;
    }

    #item-timeline-table td.timeline-td
    {
        padding: 10px 0px;
    }

    #item-timeline-table td.timeline-date-td
    {
        font-size: 16px;
        vertical-align: top;
    }

    #item-timeline-table .item-timeline-dashed-row
    {
        border-color: #fff;
    }

    #item-timeline-table td.timeline-date-td small
    {
        display: block;
        color: #4f4f4f;
        margin-top: 5px;
        font-size: 13px;
    }


    #item-timeline-table .item-timeline-icon-cont.empty
    {
        margin-top: 5px;
    }

    #item-timeline-table .item-timeline-icon-cont
    {
        height: 30px;
    }


    #item-timeline-table .item-timeline-icon
    {
        width: 30px;
        height: 30px;
    }

    #item-timeline-table .item-timeline-icon.green
    {
        background: url(../images/icons/ico-timeline-ok_big.png) no-repeat top left;
    }

    #item-timeline-table .item-timeline-icon.green-check
    {
        background: url(../images/icons/ico-timeline-ok-check_big.png) no-repeat top left;
    }

    #item-timeline-table .item-timeline-icon.yellow
    {
        background: url(../images/icons/ico-timeline-delay_big.png) no-repeat top left;
    }

    #item-timeline-table .item-timeline-icon.yellow-check
    {
        background: url(../images/icons/ico-timeline-delay-check_big.png) no-repeat top left;
    }

    #item-timeline-table .item-timeline-icon.red
    {
        background: url(../images/icons/ico-timeline-big-delay_big.png) no-repeat top left;
    }

    #item-timeline-table .item-timeline-icon.red-check
    {
       background: url(../images/icons/ico-timeline-big-delay-check_big.png) no-repeat top left;
    }

    .item-logs-table th
    {
        background-color: #4c4c4c;
        border-width: 0px;
        font-weight: normal;
    }

    .item-logs-table td
    {
        background-color: #eeeeee;
        border-top-width: 0px;
        border-bottom: 1px solid #9d9d9d;
    }

    #item_figure_btn
    {
        margin-left: 96px;
    }

    .item-communication-uploader .message
    {
        font-size: 13px;
    }

    .item-communication-uploader .item-communication-info .form-field-error
    {
        padding-left: 0px;
        margin-bottom: 10px;
    }

    .item-layout-approval-date-row
    {
        padding-top: 12px;
        height: 22px
    }

    .item-layout-approval-date-row .date
    {
        font-size: 18px;
    }

    #item-artwork-box.artwork-box-layout-approvation
    {
        height: 642px;
    }

    #item-artwork-box.artwork-box-layout-approvation #item-figure-box
    {
        height: 591px;
    }

    #form-item-development-approve
    {
        padding-bottom: 0px;
    }

    #item-download-approvation-layout
    {
        margin-top: 0px;
        position: absolute;
        bottom: 97px;
        left: 0px;
        border-top: 1px solid #eeeeee;
        width: 100%;
        box-sizing: border-box;
    }

    #item-artwork-box.empty  #item-figure-box
    {
        background-size: auto;
    }

    #item-figure-box
    {
        height: 552px;
    }

    #item-artwork-box .message
    {
        margin: 0px;
        padding: 2px 10px;
    }

    #item-last-communication-cont
    {
        margin-top: 10px;
    }

    /* CHANGE STEP */

    #item-step-change-content
    {
        display: block;
        text-align: center;
        padding: 0px;
    }

    #item-step-change-content.nomobile
    {
		display: block;
    }

    #item-step-change-content .btn
    {
        padding-left: 7px;
        padding-right: 5px;
        margin-left: 10px;
    }

    #item-step-change-content label
    {
        display: inline-block;
        margin-bottom: 0px;
    }

    #item-step-change-content select
    {
        width: 200px;
        margin-bottom: 0px;
    }

    /* SCELTA UTENTI CONTROLLO INTERNO */
    #item-internal_control-form,
    .item-internal_control-form
    {
        padding: 10px;
    }

    #list-internal_control_users_copy,
    #list-internal_control_users_tech,
    #list-internal_control_users_external,
    .client-level-list-users
    {
        margin-top: 10px;
    }

    #item-internal_control-placeholder
    {
        font-size: 18px;
        font-weight: 600;
    }

    .item-level-number,
    .item-level-name
    {
        font-size: 16px;
    }

    /* BOX RICHIEDI APPROVAZIONE ARTWORK */
    #item_artwork_btn
    {
        display: inline-block;
        width: 200px;
    }


    #item_artwork_btn .btn-icon,
    #item-production_delivery-attachment .btn-upload .btn-icon,
    #item-sample-attachment .btn-upload .btn-icon
    {
        top: 0px;
        left: 30px;
    }

    /* BOX PRODUCTION */


    #item-production_delivery-placeholder,
    #item-sample-placeholder
    {
        min-height: 130px;
        padding-top: 260px;
    }

    #item-sample-placeholder
    {
        padding-top: 260px;
    }

    .item-row-mid
    {
        margin-left: 30px;
        width: 184px;
        float: left;
        padding-left: 0px;
        padding-bottom: 10px;
    }

    .item-row-mid.wide
    {
        float: none;
        width: auto;
    }

    #item-production_delivery-dates,
    #item-production_delivery-attachment,
    #item-sample-dates,
    #item-sample-attachment
    {
        background-position: 10px 20px;
    }

    #item-production_delivery-dates
    {
        padding-bottom: 0px;
        padding-top: 10px;
    }

    #item-production_delivery-attachment,
    #item-sample-attachment
    {
        padding: 10px;
    }


    .item-production_delivery-field-placeholder
    {
        position: relative;
        top: 5px;
        font-weight: 600;
    }


    #item-production_delivery-attachment .btn-upload,
    #item-sample-attachment .btn-upload
    {
        width: 45px;
        text-align: left;
        padding-left: 45px;
    }

    #item-production_delivery-attachment .btn-upload .btn-icon,
    #item-sample-attachment .btn-upload .btn-icon
    {
        left: 10px;
    }

    #item_production_sample_file_result,
    #item-production_delivery-attachment-file
    {
        width: 250px;
        margin-top: 0px;
    }

    #item_sample_file_result,
    #item-sample-attachment-file
    {
        width: 270px;
        margin-top: 0px;
    }


    #item-production_delivery-attachment-file
    {
        display: inline-block;
    }

    #item_production_sample_file_btn.has_file, #item-production_delivery-attachment-btn,
    #item_sample_file_btn.has_file, #item-sample-attachment-btn
    {
        float: right;
    }


    .item-production_delivery-field-placeholder.read-only
    {
        padding-bottom: 20px;
        display: inline-block;
    }


    .item-actions-row.production_delivery
    {
        text-align: center;
    }



    /* BOX CAMPIONE */
    #form-item-sample
    {
        padding-bottom: 0px;
    }

    #item-sample-note
    {
        height: 150px;
    }

    #item-sample-dates .item-row-mid
    {
        padding-bottom: 0px;
    }

    .sample-box-layout-approvation .item-actions-box-cont
    {
        height: 433px;
    }

    #tab-sample .item-actions-row
    {
        text-align: center;
    }

    #item-artwork-box .item-actions-row
    {
        display: block;
    }

    #item-artwork-box .item-actions-row#item-artwork-download
    {
        position: relative;
    }

    #item-artwork-box .item-actions-row#item-artwork-download .btn-upload
    {
        display: inline-block;
    }

    .mobile
    {
        display: none;
    }

    #dashboard-items-counters
    {
        margin: 0 0 10px 30px;
        padding: 0;
    }

    .dashboard-tab.selected
    {
        padding: 8px 5px;
    }

    .item-logs-box-trigger
    {
        position: relative;
        top: 5px;
        margin-right: 10px;
        right: auto;
        margin-top: 0px;
        display: inline-block;
        width: 21px;
        height: 21px;
        padding-right: 0px;
    }


    .item-logs-box-trigger.opened
    {
        background: url(../images/icons/ico-box_close-mobile.png) no-repeat center left;
    }

    .item-logs-box-trigger.closed
    {
        background: url(../images/icons/ico-box_open-mobile.png) no-repeat 97.5% center;
    }





    .item-actions-row .btn.nomobile
    {
        display: inline-block;
    }

    #item-approvation-layout-note
    {
        padding-left: 4px;
    }

    .archive-item-file-name
    {
        display: inline;
        margin-top: 0px;
    }

    .archive-item-file-name a
    {
        display: inline-block;
        background-color: #F3F3F3;
        width: 100%;
        padding: 2.5%;
        box-sizing: border-box;
    }

    #item-search-input-container-mobile
    {
        display: none;
    }

    .item-logs-box-trigger.opened
    {
        background: url(../images/icons/ico-box_close.png) no-repeat center left;
    }

    .item-logs-box-trigger.closed
    {
        background: url(../images/icons/ico-box_open.png) no-repeat center left;
    }


    #item-search-input-container.inline
    {
        display: inline-block;
        width: 50%;
    }

    .archive-title
    {
        font-size: 28px;
        position: relative;
        top: -20px;
        margin-bottom: 0px;
    }


    .internal_control-users-label
    {
        width: 220px;
        display: block;
        float: left;
        margin-right: 30px;
    }

    .internal_control-users-label span
    {
        display: block;
        margin-left: 0px;
    }


    .internal_control-users
    {
        width: 640px;
        display: block;
        float: left;
    }

    #menu-config-li
    {
        display: list-item;
    }

    .flex-box
    {
        padding: 30px 0px 10px 0px;
        width: 33.33%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .flex-box-container
    {
      padding: 0px 15px;
      display: flex;
      flex-direction: row;
    }

    .flex-box label
    {
      margin-bottom: 0px;
      padding-top: 5px;
    }

    .flex-box select
    {
      width: 60%;
      margin-left: 10px;
    }

    .export-submit-container
    {
      margin: 20px 0px;
      text-align: center;
    }
}

.ui-dialog-titlebar
{
    background-color: #4c4c4c!important;
    color: #fff!important;
    font-weight: 600!important;
    background-image: none!important;
    border-radius: 0px!important;
    border-width: 0px!important;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif!important;
}

.ui-dialog-buttonpane
{

}

.ui-dialog-buttonset .ui-button
{
    font-size: 13px!important;
    line-height: 15px!important;
    text-align: center!important;
    border-radius: 2px!important;
    cursor: pointer!important;
    width: auto!important;
    height: auto!important;
    padding: 7px 6px!important;
    outline: medium none!important;
    text-decoration: none!important;
    display: inline-block!important;
    border: none!important;
    color: #fff!important;
    box-shadow: 0px 0px!important;
    background-color: #F7A600!important;
    text-transform: uppercase!important;
    background-image: none!important;
}

.ui-widget
{
    color: #4f4f4f!important;
    font-family: Open Sans, Sans-serif!important;
    font-size: 14px!important;
    line-height: 1.5em!important;
}

.lb-block,
.form-field label.lb-block
{
    display: block;
    width: auto;
    text-align: left;
}

.td-checklist-section
{
    color: #e69500;
    font-weight: 600;
    font-size: 14px;
}

.item-logs-table.item-checklist-table td
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.item-logs-table.item-checklist-table td:first-child
{
    padding-left: 20px;
}

.item-logs-table.item-checklist-table td.first-level:first-child
{
    padding-left: 8px;
}

.item-logs-table td.td-checklist-section,
.item-logs-table td.td-checklist-section:first-child
{
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 8px;
}

#item-checklists .item-actions-row
{
    height: auto;
    padding: 20px 0px;
}

#item-checklists .item-actions-row p
{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

a.btn-approvation-choice-checklists
{
    color: #4f4f4f;
    text-decoration: none;
}

.tr-choice-checklist > td
{
    padding: 0px;
}

.tr-choice-checklist > td > .item-logs-box:first-child
{
    margin-top: 0px;
}

.btn-approvation-close-checklists
{
    background-color: #4c4c4c;
    color: #fff;
    display: block;
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 8px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

.field-level-roles-row
{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.field-level-roles-row span
{
    flex-grow: 1;
    flex-shrink: 0;
}


.field-level-roles-row span.field-level-roles-row-name
{
    width: 40%;
    flex-grow: 0;
}

.field-level-roles-row .input-user-suggest
{
    width: 70%;
}

.form-field-group
{
   margin-top: 30px;
}

h2.form-subtitle
{
    background-color: #E69500;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    padding: 5px 10px;
    text-transform: uppercase;
    margin-bottom: 7px;
}


.form-subtitle.nbm
{
    margin-bottom: 0px;
}

.form-subtitle-intro
{
    background-color: #E69500;
    color: #fff;
    padding: 0px 10px 5px 10px;
}
