/*
*
*   General
*
*/

.editFileInput
{
height: 240px;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight:normal;
}


p a {
    text-decoration:underline;
}

li p a {
    text-decoration:none;
}

.success{
   margin-top: 100px;
}

p.rebuildIndex {
    margin-top: 20px;
    border-top: 1px dotted #999;
    padding-top: 20px;
}

#editadvanced-portal h2
{
    margin-top:20px;
}
#editadvanced-portal p
{
    margin-top:initial !important;
    font-size:1em !important;
}



/*publications*/

#headerpub {
    position: relative;
    background: #eee;
    height: 60px;
    width: 100%;
    margin-top: -8px;
    z-index: 999;
}

#headerpub img {
    width: 100%;
    position: relative;
    top: 8px;
    max-height: none;
    max-width: none;
}

#footerpub {
    position: relative;
    background: #eee;
    height: 90px;
    width: 100%;
    top: 105px;
}

#footerpub img {
    position: relative;
    top: -100px;
    width: 100%;
}

#footerpub span {
    position: absolute;
    bottom: 135px;
    right: 15px;
    font-size: 35px;
    color: #fff!important;
    font-family: georgia, 'times new roman', serif;
}

div#pubnav {
    z-index: 999;
}

div.fulls_leftmenu
{
    position:absolute;
    z-index:1000;
    -webkit-transition: 1s all;
    transition: 1s all;
}


div.fulls_leftmenu a
{
    display:block;
    width:50px;
    height:50px;
}

.fulls_leftmenu ul{
    background-color: rgba(0,0,0,0.7);
    padding: 5px;
    margin: 0;
}

.fulls_leftmenu ul li {
    list-style: none;
    margin: 0;
}

a.pub_menu
{
    background-image:url('/webpac_content/global/images/icons/menu-publications.svg');
    background-repeat: no-repeat;

}
a.pub_contact
{
    background-image:url('/webpac_content/global/images/icons/contact.svg');
    background-repeat: no-repeat;
}


/*publications*/

a.aboutImage{
    display:block;
    margin-bottom:30px;
}
a.aboutImage img{
    width:100%;
    height:100%;
}


/******Maria breadcrumbs**********/

.breadcrumbs {
  margin: 0;
  padding: 0;
}

.breadcrumbs ul{
  margin-bottom: 0px;
}

.breadcrumbs ul li{
   display: inline-block;
   position: relative;
   background: #51244f;
   border-color: #51244f;
   padding: 0px 10px;
   opacity: 0.5;
   height: 27px;
   line-height: 27px;
   margin: 5px 16px 5px 0;
}

.breadcrumbs ul li::after{
   position: absolute;
   top: 0;
   right: -16px;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 15px 0 12px 16px;
   border-color: #999;
   content: "";
}

.breadcrumbs ul li:first-child{
   border-radius: 4px 0 0 4px;
}

.breadcrumbs ul li:last-child{
   border-radius: 0 4px 4px 0;
}

.breadcrumbs ul li:last-child::after{
  display: none;
}

.breadcrumbs ul li:nth-child(1){background: #999;}
.breadcrumbs ul li:nth-child(1)::after{border-color: #777 #777 #777 #999;}

.breadcrumbs ul li:nth-child(2){background: #777;}
.breadcrumbs ul li:nth-child(2)::after{border-color: #555 #555 #555 #777;}

.breadcrumbs ul li:nth-child(3){background: #555;}
.breadcrumbs ul li:nth-child(3)::after{border-color: #444 #444 #444 #555;}

.breadcrumbs ul li:nth-child(4){background: #444;}
.breadcrumbs ul li:nth-child(4)::after{border-color: #333 #333 #333 #444;}

.breadcrumbs ul li:nth-child(5){background: #333;}
.breadcrumbs ul li:nth-child(5)::after{border-color: #222 #222 #222 #333;}

.breadcrumbs ul li:nth-child(6){background: #222;}
.breadcrumbs ul li:nth-child(6)::after{border-color: #111 #111 #111 #222;}

.breadcrumbs ul li:nth-child(7){background: #111;}
.breadcrumbs ul li:nth-child(7)::after{border-color: #000 #000 #000 #111;}

.breadcrumbs ul li:nth-child(8){background: #000;}
.breadcrumbs ul li:nth-child(8)::after{border-color: transparent transparent transparent #000;}

.breadcrumbs ul li.selected{background: #48294F;}
.breadcrumbs ul li.selected::after{border-color: transparent transparent transparent #48294F;}

.breadcrumbs a{
    color: #fff;
}

.breadcrumbs a:hover{
   text-decoration: underline;
}

/**********************/
.optionBar
{
	margin-bottom:20px;
}
.optionBar a
{
	margin-right: 10px;
	color: #333;
	
}

ul.childrenList
{	
	margin-top:20px;
}
ul.childrenList li
{
	list-style-type:none;
}
ul.childrenList a img
{
	width:24px;
	height:24px;
	margin-right:10px;
}

.bar {
    margin:12px 0 0 0;
    border-top:1px solid #d6d6d6;
    text-align: right;
}

.bar ul {
    display:inline-block;
    padding:12px 0 0 0;
    margin: 0;
}

.bar ul li {
    display:inline-block;
    height:18px;
    padding:0 6px 0 0;
    margin:0 6px 0 0;
    border-right:1px solid #d6d6d6;
    color:#777;
    line-height:18px;
}

.bar ul li:last-child {
    margin:0;
    padding:0;
    border:none;
}

.editor + .button {
    margin:0 0 24px 0;
}

a.editMode {
    position: absolute;
    right: 0px;
    padding:6px 12px 6px 50px;
    background:rgba(0,0,0,0.8); 

    color: #fff;        
}

a.editMode .icon {
    position:absolute;
    top:50%; left:12px;
    width:24px;
    height:24px;
    margin-top:-12px;
    fill: #fff; 
}

/*
*
*   Headerv
*
*/

#header {
    background: #feffff;
    background: -moz-linear-gradient(left,  #feffff 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#feffff), color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(left,  #feffff 0%,#eeeeee 100%);
    background: -o-linear-gradient(left,  #feffff 0%,#eeeeee 100%);
    background: -ms-linear-gradient(left,  #feffff 0%,#eeeeee 100%);
    background: linear-gradient(to right,  #feffff 0%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#eeeeee',GradientType=1 );
}

#header div.submenu.submenu-nav nav ul li a {
    color: #51244f; 
    text-transform:capitalize;
}

#header div.submenu.submenu-nav nav ul li a.selected {
    color:#51244f;
    font-weight:bold;
}

#header div.submenu.submenu-nav nav ul li.admin a {
    padding:0 0 0 24px;
    border-left:1px solid #ccc;
}

#header nav ul {
    margin:0px;
}

#header div.submenu.submenu-nav nav ul.languages {
    height:28px;
    margin:0px 12px 0px 0px;
    padding:0px;
    border-right:1px solid #c3c3c3;
}

#header div.submenu h1, 
#header div.submenu h2 {
    float:right;
    width:auto;
}

/*nuevo Maria*/

#header a.add-to-fav {
    position:relative;
    float:right;
    display:block;    
    width: 24px;
    height: 40px;
    margin:0px 10px 0 0;
}

#header a.add-to-fav .icon-fav { 
    position:absolute;
    bottom:2px; left:0;
    width:26px;
    height:26px;
    fill:transparent;
    stroke:#999;
    stroke-width:2px;

    -webkit-transition:all 500ms;
    -moz-transition:all 500ms;
    -ms-transition:all 500ms;
    -o-transition:all 500ms;
    transition:all 500ms;
}

#header a.add-to-fav.active .icon-fav {
    fill:#ff9200;
    stroke:transparent;
}


.headerimage, .aboutImage
{
	overflow-y: hidden;
	max-height: 500px;
}


.headerimage > img
{
  width:100%;
}

#portal-contact form
{
  margin:12px 0;
}



/*css Maria para NAV HEADER LANGUAGES select options y que se oculte el original y aparezca en movil*/

select#langSelector{
    width: 65px;
    height: 30px;
    position: relative;
    top:-10px;
    right: 10px;
    font-size: 0.7em;
    font-weight: normal;
    color: #fff;
    background: #48294f;
    padding: 0px 6px;
    border: none;
    border-radius: 20px;
    background-size: 24px 24px;
    background-position: right center;
    background-image: url("../images/icons/arrow.svg");
    background-repeat: no-repeat;
    cursor: pointer;
    outline:none !important;
    border:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
    
select#langSelector option {
    padding: 12px;
    color: #fff;
    outline:none !important;
    border:none;
    box-shadow:none;
}

select#langSelector option:focus
{
    outline:none !important;
    border:none;
    box-shadow:none;
}

/*** ordering kris ***/
.ordering-form
{
  margin-top:10px;
}
.ordering-form .button.left
{
  background-color: #e5f6fc;
  color: #777 !important;
}

.assets-ordering-list
{
  margin:10px 0px;
}

.assets-ordering-list .dd-list{list-style: none}

.assets-ordering-list .dd-placeholder
{
    height:34px !important;
    border: 1px dashed #e0e0e0;
    background-color: #e5f6fc;
}
.assets-ordering-list li,.dd-dragel
{
    border: 1px solid #e0e0e0;
    padding: 5px 10px;
    margin: 4px 0px;
    cursor: move;
    width: auto;
    background-color:white;
}
.assets-ordering-list .arrows
{
  float:right;
  
}

.assets-ordering-list .arrows a
{
  margin:0px 2px;
}
.dd-handle
{
float:left;
width:calc(100% - 100px);
}
.dd-dragel { 
list-style: none;
margin:0;
position: absolute; 
pointer-events: none;
 z-index: 9999; 
color:red !important; 
background-color: #efefef;
}
.dd-dragel .arrows{ 
display:none;
}
/*** vref kris ***/
#main div.row > div.content p.vref_link a
{
  color: #29a7df;
  text-decoration: none;
}
#main div.row > div.content p.vref_link a:hover
{
  text-decoration: underline;
}
#asset_vref_lookuplist ul, #asset_relation_lookuplist ul
{
  border:1px solid #ddd;
  border-top:none;
  background-color: white;
  overflow-y:auto;
  max-height:200px;
}
#asset_relation_lookup
{
  clear:both;
display: block;
    width: 100%;
   height:35px;
  margin:0;
}
#asset_vref_lookuplist div, #asset_relation_lookuplist div
{
    border:1px solid #ddd;
    border-top:none;
    padding: 2px 5px;
    font-size: 14px;
    color: #333;
    background-color: #efefef;
}
#asset_vref_lookuplist ul li,#asset_relation_lookuplist ul li
{
  cursor: pointer;
  padding:2px 5px;
  background-color:#efefef;
}
a#asset_relation_remove {
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    z-index: 100;
    right: 10px;
    top: 36px;
    background-image:url('../images/icons/svg/remove-relation.svg');
    background-repeat:no-repeat;
    background-position:center center;
    background-size:18px 18px;
    background-color:#fff;
}

#viewRelation
{
  float:right;
}
#removeRelation
{
  float:right;
  margin-left:10px;
}
#asset_relation_lookuplist ul li span.right
{
  font-size:0.85em;
  color: #999;
}
#asset_vref_lookuplist ul li:hover, #asset_relation_lookuplist ul li:hover
{
  background-color:#fafafa;
}

#asset_vref_lookuplist, #asset_relation_lookuplist
{
  display:none;
  position:absolute;
  width:78%;
  z-index:1000;
}
#asset_vref_label, #asset_relation_label
{
  display:block;
}


#asset_vref_lookup
{
  width:78%;
  margin-right:2%;
}
#asset_relation_value
{
   display:none;
}
#asset_vref_value
{
  width:20%;
  margin-right:0;
}
/*****************/

#header li.tool-icon a {
    display: block; 
    background: #48294f;
    text-align:center;
}

#header li.tool-icon a .logo-svg {
    display: inline-block;
    max-width:50%;
    max-height:50%;
    margin-left: auto;
    margin-right: auto;
    vertical-align:middle;
}

div.col-x3-2 div.container {          
    padding-top: 0px;
}

div.col-x3-2 div.container div#map-canvas, div.col-x3-2 div.container div#pano {  
    width:calc(100% + 24px);
    margin-left:-12px;
    margin-right:-12px;
}

div.about {
    background-color: #361386;
    padding: 10px;
}

div.about span {
    display: block;
    font-size: 32px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #ffffff;
}

div.about p {
    color: #ffffff; 
    text-align: justify;
}

#main div.col-x3-1 ul li {
    position:relative;
    padding:6px 0px; 
    border-bottom:1px solid #e6e6e6;
    text-align: left;
}

#main div.col-x3-1 ul li:last-child {
    border:none;
}

#main div.col-x3-1 ul li img {
    position:absolute;
    top:4px; left:0px;
    width:22px;
    height:22px;
}

#main div.col-x3-1 ul li a {
    display:block; 
    padding-left:28px; 
    color: #333;
    line-height:22px;
} 

#main div.col-x3-1 ul li h4 {
    margin:24px 0px 0px 0px;
}

#main div.col-x3-1 ul li.icon.icon-plus a { 
    color:#00aff2;
}

.icon.icon-plus {    
    background:url("../images/icons/plus-add.svg") no-repeat 6px center;
    background-size:14px 14px; 
}

#main div.portals-intro {
    margin:0px -12px;
}

#main div.portals-intro div.about {
    padding:24px;
    margin-bottom:36px;
    text-align:center;
}

#main div.portals-intro div.about h2,
#main div.portals-intro div.about h3,
#main div.portals-intro div.about h4,
#main div.portals-intro div.about h5,
#main div.portals-intro div.about p {
    margin-bottom:24px;

    color:white;
    font-weight:200;
    text-align:center;
}

#main div.portals-intro div.about h2 {
    font-size:2.250em;
}

#main div.portals-intro div.about p:last-child {
    margin:0px;
}

#main div.portals-description h2 {
    font-weight:500;
}

#main div.portals-description h4 {
    color:#777;
    font-weight:bold;
    text-transform:none;
    /*maria*/
    margin-bottom: 15px;
    font-size: 0.9em;
}

#main div.portals-description p,
#main div.portals-description li {
    font-size: 0.9em;
    color: #777;
}

#main div.portals-description div.portals-description-left p:last-child,
#main div.portals-description div.portals-description-right p:last-child {
    margin:0px;
}

/*
*
* Member
*
*/
#main div.supplier-info {
    margin:-24px -12px 0px -12px;
    padding:0; 
    background:#e5f6fc;
}

#main div.supplier-info h4 {
    padding:0px 12px;
}

#main div.supplier-info ul li {
    height:44px;
    padding:12px;
    border:none;
    line-height:44px;
    text-transform:capitalize;
}

#main div.supplier-info ul li.status-alert {
  
    background-color: #ff4421;
    line-height: normal;
    height: 88px;
    padding-top:20px;
}
    #main div.supplier-info ul li.status-alert span {
        font-weight: bold;
        text-transform:uppercase;
        color: white;
        font-size:18px;
    }



#main div.supplier-info ul li.supplier-member {
    font-weight:500;
    margin-top: -10px;
}

#main div.supplier-info ul li.supplier-website {
    text-transform:none;
}

#main div.supplier-info ul li.supplier-website a{
    overflow: hidden;
    max-height: 22px;
}

#main div.supplier-info ul li.supplier-contact {
    height:44px;
    padding:10px 12px;
    background:#00a9e2;     
} 

#main div.supplier-info ul li.supplier-contact a {   
    color:white;
    font-weight:bold;
    text-transform:uppercase;  
    line-height:26px;  
}

#main div.supplier-info ul li img {
    top:50%; left:12px;
    margin-top:-11px;
}

/*Take out arrow to come back to home page and avatar image*/

body.protected-portal li.avatar, body.protected-portal li.tool-icon
{
    display:none;
}
body.protected-portal #header div.submenu
{
    right:10px;
}

body.protected-portal #header #add-to-fav
{
    display:none;
}

body.protected-portal #nav-main {
    margin-right: 0;
}

body.protected-portal #langNav {
    right: 300px;
}

body.protected-portal #nav-main ul.common {
    padding-right: 12px;
}

/***********/

.half
{
    float:left;
    width:50%;
}



.packtagAddMenu
{
    text-align:left;
}

/*
.aboutContent h4
{
    clear:both;
}



.aboutContent .icon
{
    margin-right:10px;
    margin-bottom:20px;
    display:block;
    float:left;
    width:64px;
    height:64px;
}
.aboutContent .flag
{
    margin-right:10px;
    display:block;
    float:left;
    width:50px;
    height:50px;
}
.aboutContent span.headquarters
{
    float: left;
   
    display:block;
    line-height:50px;
    font-size:18px;
    margin-bottom:20px;
}
.aboutContent .icon img
{
    width:64px;
    height:64px;


}
.aboutContent span.business
{
    font-size:24px;
    color:#00a9e2;
    display:block;
    margin-bottom:20px;
}*/

.aboutContent a.extLink
{
    margin-bottom:20px;
    display:block;
}

.aboutContent .turnover
{
    display:block;
    margin-bottom:32px;
    color:#3bb108;
    font-size:26px;
}
.aboutContent .employees
{
    display:block;
    margin-bottom:32px;
    color:#ff9200;
    font-size:26px;
}

#map
{
    width:95%;
    height:400px;
    margin-bottom:20px;
}

#map-canvas, #pano
{
    width:100%;
    height:400px;
}

.companySettings form p span
{
    float: left;
    width:35%;
    display:block;
    line-height:64px;
    font-size:18px;
}

.companySettings form p input[type="text"], .companySettings form p select
{
    float: right;
    width:65%;
}
.companySettings form p input[type="checkbox"]
{
    margin-top:25px;
}
.companySettings .half
{
    padding:10px;
}
.companySettings .even
{
    padding-top:30px;
}

.companySettings form p select.left_combo
{
    float:left;
    width:30%;
}
.companySettings form p input.right_combo
{
    float:left;
    width:35%;
}

#contact-info h4 {
    margin:0 0 0 0;
}

#contact-info p {
    margin:0 0 24px 0;
    font-size:0.9em;
}

#contact-info p.contact {
    color:#48294f;
    font-size:0.9em;
    font-weight:bold; 
}

nav.nav-contact ul li {
    margin:0 0 24px 0;
    border:none !important;
    cursor:pointer;
    float: left;
    width: 100%;
}

nav.nav-contact ul li span {
    display:block;
    height:22px;    

    color:#787878;
    font-size:0.813em;
    line-height:22px;
}

nav.nav-contact ul li span.avatar {
    overflow:hidden;  
    float:left;
    width:70px;
    height:70px;
    margin:0 12px 0 0;
    border-radius:50%;
}

nav.nav-contact ul li span.avatar *,
nav.nav-contact ul li span.avatar img {
    position:inherit !important;
    /*width:70px !important;
    height:70px !important;*/
    width: auto!important;
    height: 100%!important;
    max-width: none;
}

nav.nav-contact ul li span.name {
    color:#492b51;
    font-weight:bold;
}

/*
*
* Assets Grid
*
*/

#assets .asset {
    /*overflow:hidden;*//*old*/
    padding:6px;
    
    overflow:initial;
}

#assets .asset div.content {
    border: 1px solid #c8c8c8;
    height: 100%;
    min-height: 200px;
}

#assets .asset div.content::after { 
    display:block;
    clear:both;
    content:"";
}

#assets .asset div.content .asset-left,
#assets .asset div.content .asset-right {
    float:left;
    /*width:112px;
    height:220px;*//*old*/

    height: 100%;
    width: 112px;
}


#asset .asset-datecreate
{
    float:left;
}

#assets .asset div.content .asset-right li {
    margin:0px;
    padding:0px;
    background:none;
}

#assets .asset div.content .asset-left a {
    position:relative;
    display:block;
    width:100%;
    height:100%;
    border-right:1px solid #c8c8c8;
    background:#fbfbfb;
    line-height:220px;
    text-align:center;
    
   
    align-items: center;
}

#assets .asset div.content .asset-left a img {
    vertical-align:middle;
    
    margin: 0 auto;
}

#assets .asset div.content .asset-right {
    /*width:calc(100% - 112px);*//*old*/
    padding:12px;
    
    width: calc(100% - 112px);
    height:auto;
}

/*Maria*/
#assets .asset-right h2 {
    overflow: hidden;
}

#assets .asset div.content .asset-right ul li date {
    float:left;
    width:72px;
    height:24px;
    background:#daf2fc;
    color:#00a9e4;
    font-size:0.7em;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
    line-height:24px;
    white-space:pre;    
} 

#assets .asset div.content .asset-right ul li p.asset-item {
    position:relative;
    float:right;
    overflow:hidden;
    width:calc(100% - 84px);
    height:24px;
    margin:0px 0px 6px 0px;
    font-size:0.9em; /*era 0.813*/
    line-height:24px;
    white-space:pre;  
}

#assets .asset div.content .asset-right ul li p.asset-item a {

    color:#51244f;
}

#assets .asset div.content .asset-right ul li::after {
    display:block;
    clear:both;
    content:"";
}

/*
*
* Assets
*
*/

div#asset { 

}

div#asset.asset-19, div#asset.asset-109, div#asset.asset-19 .asset-3d, div#asset.asset-109 .asset-3d
{
  min-height:400px;
}

div#asset h4 {
    font-weight:bold;
}

div#asset p:not(.field) {
    text-align:justify;
}

div#asset h3 + ul,  
div#asset h3 + ol,
div#asset p + ul,  
div#asset p + ol,
div#asset table + ul,
div#asset table + ol,
div.portals-description ul,
div.portals-description ol {
    list-style:initial;
    margin:0 0 24px 0;
    padding:0 0 0 24px;

    color:#777;
    /*font-size: 0.9em; era 0.875em*/
}

div#asset h3 + ol,
div#asset p + ol,
div#asset table + ol,
div.portals-description ol {
    list-style-type: decimal;
}

div#asset h3 + ul li,
div#asset p + ul li,
div#asset p + ol li,
div#asset table + ol li,
div#asset table + ul li,
div.portals-description ul li,
div.portals-description ol li {
    margin:0 0 6px 0;
    line-height: 1.688em;
    font-size: 0.9em;
}

div#asset .asset-main {
    margin:0 0 24px 0;
    padding:24px 0px;
    border-top:1px solid #d6d6d6;
    border-bottom:1px solid #d6d6d6;

    text-align:center;
}

div#asset .asset-main iframe {
    display:inline-block;
    height: 500px;
}

div#asset .asset-main a.asset-link {
    display:block;
    margin:12px 0 0 0;
    padding:0;

    color:#51244f;
    text-align:center;
}

div#asset .asset-main a.asset-link::before {
    display:none;
}

div#asset .author-box .avatar {    
    float:left;
    overflow:hidden;
    margin:0 12px 0 0;
    border-radius:50%;
    background:#917f95; 
}

div#asset .author-box .avatar,
div#asset .author-box .avatar img,
div#asset .author-box .avatar .icon-avatar {
    width:36px;
    height:36px;    
}

div#asset .author-box .avatar .icon-avatar {
    fill:white;
}

div#asset .author-box .author {
    float:left;
    height:22px;
    margin:7px 0px; 

    color:#492950;
    font-weight:bold;
    line-height:22px;
}

div#asset .columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
}

div#asset .left .container {
    padding:0 24px 0 0;
}

div#asset .right .container {
    padding:0 0 0 24px;
}

div#asset .asset-exhibitor,
div#asset .asset-article {
    margin:0 0 24px;
}

div#asset .asset-article .container {
    margin-bottom:0px;
    padding-bottom:0px;
}

div#asset .asset-article .container blockquote {
    font-size: 100%;
    font-style: italic;
    font-weight: 600;
    color: #777;
}

div#asset .asset-links,
div#asset .asset-date,
div#asset .asset-checkbox
{
    margin:0 0 12px 0;
}

div#asset .asset-date span,
div#asset .asset-date time {
    color:#777;
    font-size:1em;
    text-transform:uppercase;
}

div#asset .asset-date span {
    margin:0 6px 0 0;
}

div#asset .asset-date time {
    margin:0 24px 0 0;
    color:#492950;
}

div#asset .asset-contact .asset-location h4 {
    margin:0 0 12px 0;
}

div#asset .asset-contact .asset-location p span { 
    display:block;
}

div#asset .asset-comment form {
    overflow: initial;
}

div#asset .asset-comment .field {
    font-size:100%;
}

div#asset .asset-comment .field label {
    color: #b4b4b4; 
    font-size:0.813em;
    font-weight:bold;
    text-transform: uppercase;
}

div#asset .asset-comments ol {
    margin:0;
    padding:0;
    list-style:none;
}

div#asset .asset-comments ol li article.comment-body .comment-left {
    float:left;
    width:64px;
    height:64px;
    margin:0 24px 0 0;
}

div#asset .asset-comments ol li article.comment-body .comment-left span * {
    width:64px;
    height:64px;
}

div#asset .asset-comments ol li article.comment-body .comment-right {
    float:left;
    width:calc(100% - 88px); 
}

div#asset .asset-comments ol li article.comment-body .comment-right .comment-meta span,
div#asset .asset-comments ol li article.comment-body .comment-right .comment-meta time {
    display:block;
    height:18px;
    color:#777;
    font-size:0.813em;
    font-weight:400;
    line-height:18px;
}

div#asset .asset-comments ol li article.comment-body .comment-right .comment-meta span {
    color:#482a50;
}

div#asset .asset-siblings,
div#asset .asset-related {
    overflow:hidden;
    min-width: 60%;
}

/*Maria*/
.asset-related.left.width60 {
    min-width: 0!important;
}

div#asset .asset-siblings h4,
div#asset .asset-related h4 {
    margin:0 0 18px 0;
}

div#asset .asset-siblings h4,
div#asset .asset-related h4 {
    padding:0 0 3px 0;
    margin:0 0 24px 0;
    border-bottom:1px solid #d6d6d6;
}

div#asset .asset-siblings div > .entry,
div#asset .asset-related div > .entry {
    /*overflow:hidden;
    height:88px;*/
    float:left;
    width:50%;    
    margin:0 0 32px 0;
    padding:0 0 0 0;
    
    height: auto;
    overflow: initial;
}

div#asset .asset-related div > .entry {
    /*height:116px;*/
}

div#asset.asset-2 .asset-related div > .entry,
div#asset.asset-15 .asset-related div > .entry {
    height:125px;
}

div#asset .asset-siblings div > .entry:nth-child(2n+2),
div#asset .asset-related div > .entry:nth-child(2n+2) {
    padding:0 24px 0 0;
}

div#asset .asset-siblings div > .entry .entry-left,
div#asset .asset-related div > .entry .entry-left {
    width:64px;
    height:64px;
    margin:0 12px 0 0;
}

div#asset .asset-siblings div > .entry .entry-left a,
div#asset .asset-related div > .entry .entry-left a {
    position:relative;
    display:block;
    width:64px;
    height:64px;    
}

div#asset .asset-siblings div > .entry .entry-left a img,
div#asset .asset-related div > .entry .entry-left a img {
    width:64px;
    height:64px;
}

div#asset.asset-4 .asset-siblings div > .entry .entry-left,
div#asset.asset-4 .asset-related div > .entry .entry-left,
div#asset.asset-4 .asset-siblings div > .entry .entry-left a,
div#asset.asset-4 .asset-related div > .entry .entry-left a,
div#asset.asset-4 .asset-siblings div > .entry .entry-left a img,
div#asset.asset-4 .asset-related div > .entry .entry-left a img,
div#asset.asset-23 .asset-siblings div > .entry .entry-left,
div#asset.asset-23 .asset-related div > .entry .entry-left,
div#asset.asset-23 .asset-siblings div > .entry .entry-left a,
div#asset.asset-23 .asset-related div > .entry .entry-left a,
div#asset.asset-23 .asset-siblings div > .entry .entry-left a img,
div#asset.asset-23 .asset-related div > .entry .entry-left a img,
div#asset.asset-15 .asset-siblings div > .entry .entry-left,
div#asset.asset-15 .asset-related div > .entry .entry-left,
div#asset.asset-15 .asset-siblings div > .entry .entry-left a,
div#asset.asset-15 .asset-related div > .entry .entry-left a,
div#asset.asset-15 .asset-siblings div > .entry .entry-left a img,
div#asset.asset-15 .asset-related div > .entry .entry-left a img,
div#asset.asset-2 .asset-siblings div > .entry .entry-left,
div#asset.asset-2 .asset-related div > .entry .entry-left,
div#asset.asset-2 .asset-siblings div > .entry .entry-left a,
div#asset.asset-2 .asset-related div > .entry .entry-left a,
div#asset.asset-2 .asset-siblings div > .entry .entry-left a img,
div#asset.asset-2 .asset-related div > .entry .entry-left a img {
    width:125px;
    height:125px;
}
div#asset.asset-4 .asset-siblings div > .entry .entry-left a,
div#asset.asset-4 .asset-related div > .entry .entry-left a,
div#asset.asset-23 .asset-siblings div > .entry .entry-left a,
div#asset.asset-23 .asset-related div > .entry .entry-left a,
div#asset.asset-2 .asset-siblings div > .entry .entry-left a,
div#asset.asset-2 .asset-related div > .entry .entry-left a,
div#asset.asset-15 .asset-siblings div > .entry .entry-left a,
div#asset.asset-15 .asset-related div > .entry .entry-left a,
div#asset .asset-siblings div > .entry .entry-left a.no-image,
div#asset .asset-related div > .entry .entry-left a.no-image {    
    border:1px solid #d6d6d6;
}
div#asset.asset-4 .asset-siblings div > .entry .entry-left a.no-image img,
div#asset.asset-4 .asset-related div > .entry .entry-left a.no-image img,
div#asset.asset-23 .asset-siblings div > .entry .entry-left a.no-image img,
div#asset.asset-23 .asset-related div > .entry .entry-left a.no-image img,
div#asset.asset-2 .asset-siblings div > .entry .entry-left a.no-image img,
div#asset.asset-2 .asset-related div > .entry .entry-left a.no-image img,
div#asset.asset-15 .asset-siblings div > .entry .entry-left a.no-image img,
div#asset.asset-15 .asset-related div > .entry .entry-left a.no-image img {    
    width:64px;
    height:64px; 
    margin:-32px 0 0 -32px;
} 

div#asset .asset-siblings div > .entry .entry-left a.no-image img,
div#asset .asset-related div > .entry .entry-left a.no-image img {
    position:absolute;
    top:50%; left:50%;
    width:24px;
    height:24px;
    margin:-12px 0 0 -12px;
}

div#asset .asset-siblings div > .entry .entry-right,
div#asset .asset-related div > .entry .entry-right {
    width:calc(100% - 76px);
    /*padding-left: 6px;*/
}
div#asset.asset-4 .asset-siblings div > .entry .entry-right,
div#asset.asset-4 .asset-related div > .entry .entry-right,
div#asset.asset-23 .asset-siblings div > .entry .entry-right,
div#asset.asset-23 .asset-related div > .entry .entry-right,
div#asset.asset-15 .asset-siblings div > .entry .entry-right,
div#asset.asset-15 .asset-related div > .entry .entry-right,
div#asset.asset-2 .asset-siblings div > .entry .entry-right,
div#asset.asset-2 .asset-related div > .entry .entry-right {
    width:calc(100% - 137px);
     max-height: calc(100% - 0.5em); 
     overflow: hidden; 
}

div#asset .asset-siblings div > .entry .entry-right h2,
div#asset .asset-related div > .entry .entry-right h2 {
    height:28px;
    margin:0 0 3px 0;
    line-height:28px;
}

div#asset .asset-siblings div > .entry .entry-right h3,
div#asset .asset-related div > .entry .entry-right h3 {
    overflow:hidden;
    /*max-height:40px;*//*old*/
    margin:0 0 5px 0;
    color:#492b51;
    font-size:1em;
    font-weight:bold;
    
    max-height: none; 
}

div#asset .asset-siblings div > .entry .entry-right p,
div#asset .asset-related div > .entry .entry-right p {
    overflow:hidden;
    /*max-height:48px;*//*old*/
    margin:0px;
    
    max-height: none; 
    font-size: 0.9em;
}

div#asset .asset-siblings div > .entry .entry-right h3,
div#asset .asset-siblings div > .entry .entry-right p,
div#asset .asset-related div > .entry .entry-right h3,
div#asset .asset-related div > .entry .entry-right p {
    line-height:130%;
}
div#asset .asset-siblings div > .entry .entry-right p{

    padding-right: 30px;
}


.entry .asset-related-date
{
text-transform: uppercase;
}


/**************/

.asset-files {
    float: none;
    display: block;
    width: 100%;
}

div#asset .asset-files ul li {
        overflow: hidden;
    width: auto;
    display: inline-block;
        height: auto;
    min-height: 80px;
    background: #ddd;
    margin: 10px 0;
    list-style: none;
    min-width: 280px;
    margin-right: 15px;
}

div#asset .asset-files ul li:hover{
    background: #EAE0E9;
}

div#asset .asset-files ul li a.type-documents{
    width: 100%;
    height: 100%;
    background-size: 40px 40px;
    background-image: url("../images/icons/file.svg");
    display: block;
    padding: 20px 20px 20px 80px;
    background-repeat: no-repeat;
    background-position: center left;
    background-position-x: 20px;
}

div#asset .asset-files ul li a:hover{
    text-decoration: none;
}

div#asset .asset-files ul li a.type-documents.IMG_icon {
    background:url("../images/icons/image.svg") no-repeat left center;
    background-size: 40px 40px;
    background-position-x: 20px;
}

div#asset .asset-files ul li a.type-documents.PDF_icon {
    background:url("../images/icons/pdf.svg") no-repeat left center;
    background-size: 40px 40px;
    background-position-x: 20px;
}

div#asset .asset-files ul li a.type-documents h3{
    text-align: left;
    color: #333;
    margin-bottom: 0;

}

div#asset .asset-files ul li a.type-documents span{
    text-align: left;
    color: #555;
    font-size: 0.8em;

}

/***********/

div#asset .asset-gallery {
    position:relative;
    bottom:0; left:0;
    opacity:1; 
}

div#asset .asset-gallery.opened {
    position:fixed;
    /*bottom:-100%;*/ z-index:20;
    width:100%;
    height:100%;
    padding:48px; 
    background:white;
}

div#asset .asset-gallery.opened .asset-exhibitor {
    overflow:hidden;
    height:100%;
    margin:0px;
    padding:0px;
    border:none;
}

div#asset .asset-gallery.opened .asset-exhibitor span {
    height:100%;
}

div#asset .asset-gallery.opened .asset-exhibitor span.image-background {
    background-size:contain;
}

div#asset .asset-gallery.opened .asset-gallery ul li {
    width:calc(50% - 6px);
    margin:0 3px 6px 3px;
}

div#asset .asset-gallery.opened .asset-gallery {
    height:100%;
    margin: 0 48px 0 0;
    padding:0 48px 0 0;
    border-right:1px solid #d6d6d6;
}

div#asset .asset-gallery.opened .asset-gallery {
    float:left;
    width:220px;
    height: 770px;
    overflow: hidden;
}

div#asset .asset-gallery.opened .asset-exhibitor {
    float:right;
    width:calc(100% - 316px);
}

div#asset .asset-gallery.opened.single .asset-exhibitor {
    width:100%;
}

div#asset .asset-gallery.opened .gallery-action {
    display:block;
}

div#asset .asset-gallery.opened.single .gallery-action {
    display:none;
}

div#asset .asset-gallery.opened .gallery-action.gallery-close {
    top:0; right:0;
    background:#48294f;
}

div#asset .asset-gallery.opened.single .gallery-action.gallery-close {
    display:block;
}

div#asset .asset-gallery.opened .gallery-action.gallery-prev,
div#asset .asset-gallery.opened .gallery-action.gallery-next {
    top:50%;
    width:64px;
    height:64px;
}

div#asset .asset-gallery.opened .gallery-action.gallery-prev {
    left:0px;
}

div#asset .asset-gallery.opened .gallery-action.gallery-next {
    right:0px;
}

div#asset .asset-gallery.opened .gallery-action.gallery-prev::before,
div#asset .asset-gallery.opened .gallery-action.gallery-next::before,
div#asset .asset-gallery.opened .gallery-action.gallery-prev::after,
div#asset .asset-gallery.opened .gallery-action.gallery-next::after {
    position:absolute;
    width:88px;
    height:2px;
    background:#ccc;
    content:"";
}

div#asset .asset-gallery.opened .gallery-action.gallery-prev::before {
    top:0; left:0;    

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); 
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

div#asset .asset-gallery.opened .gallery-action.gallery-next::before {
    top:0; right:0;    

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

div#asset .asset-gallery.opened .gallery-action.gallery-prev::after {
    bottom:0; left:0;   

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

div#asset .asset-gallery.opened .gallery-action.gallery-next::after {
    bottom:0; right:0;   

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

div#asset .asset-gallery.opened .gallery-action.gallery-close::before,
div#asset .asset-gallery.opened .gallery-action.gallery-close::after {
    position:absolute;    
    top:50%; left:50%;
    width:2px;
    height:24px;    
    margin:-12px 0 0 -1px;
    background:white;
    content:"";
}

div#asset .asset-gallery.opened .gallery-action.gallery-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

div#asset .asset-gallery.opened .gallery-action.gallery-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

div#asset .asset-gallery .gallery-action {
    position:absolute; z-index:21;
    width:48px;
    height:48px;
    display:none;
}

div#asset .asset-gallery .asset-exhibitor {
    position:relative;
    padding:3px;
    border:1px solid #d6d6d6;
}

div#asset .asset-gallery .image-background {
    display:block;    
    position:relative;
    cursor:pointer; 
}

div#asset .asset-gallery .image-background img {
    visibility:hidden;
    width:100%;
    height:auto;
}

div#asset .asset-gallery .image-background img.image {
    position:absolute;
    top:50%; left:50%;
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;

    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);

    visibility:visible;
}

div#asset .asset-gallery .asset-gallery ul::after {
    display:block;
    clear:both;
    content:"";
}

div#asset .asset-gallery .asset-gallery ul li {
    float:left;
    width:22%;
    margin:0 4% 0 0;
    padding:3px;
    border:1px solid #d6d6d6;
    cursor:pointer;
}
div#asset .asset-gallery .asset-gallery ul li.selected
{
   border-color:#a6a6a6;
}

div#asset .asset-gallery:not(.opened) .asset-gallery ul li:nth-child(4) {
    position:relative;
    margin:0;
    border-color:#29a7df;
    background:#29a7df;
}

div#asset .asset-gallery:not(.opened) .asset-gallery ul li:nth-child(4) span::after {
    position:absolute;
    top:50%; left:0px;
    display:block;
    width:100%;
    height:24px;
    margin:-12px 0 0 0;    

    color:#fff;
    font-size:0.813em;
    text-align:center;
    text-transform:uppercase;
    line-height:24px;

    content:"more";
}

div#asset .asset-gallery:not(.opened) .asset-gallery ul li:nth-child(4) span img.image {
    display:none;
}

div#asset .asset-gallery:not(.opened) .asset-gallery ul li:nth-child(n+5) {
    display:none;
}

div#asset > .asset-spec {
    /*max-width:648px;*/
    margin:0 0 24px 0;
    border:1px solid #d6d6d6;
}

div#asset .asset-spec h2.spec-category {
    position:relative;
    width:calc(100% + 24px);    
    margin:12px -12px -6px -12px;
    padding:8px 12px;
    border-top:1px solid #d6d6d6;
    background:#482a50;

    color:#fff !important;
    font-size:1em;
    font-weight:500;
    text-transform:uppercase;
}

div#asset .asset-spec h2.spec-category::before {
    position:absolute;
    top:-20px; left:-1px;
    width:calc(100% + 2px);
    height:20px;
    border-top:1px solid #d6d6d6;
    background:white;

    content:"";
}

div#asset .asset-spec table tr:first-child h2.spec-category {
    margin:-6px -12px;
    border:none;
}

div#asset .asset-spec table tr:first-child h2.spec-category::before {
    display:none;    
}

div#asset .asset-spec table tr:nth-child(odd),
div#asset .asset-spec table tr:nth-child(even) {
    background:transparent;
}

div#asset .asset-spec table tr td ul {
    margin:0 0 6px 24px;
}

div#asset .asset-spec table tr td span.spec-name {
    color:#333;
    font-weight:500;
} 

div#asset .asset-spec table tr td div.core p {
    margin:0;
    padding:6px 0 6px 36px;
    line-height:140%;
}

div#asset .asset-spec table tr td + td {
    width:50%;
    border-left:1px solid #d6d6d6;
}

div#asset .asset-spec table tr:last-child td {
    border-bottom:1px solid transparent;
}
ul.flieList li
{
  padding:2px 5px;
}
ul.flieList li.even
{
  background-color:#f5f5f5;
}

ul.flieList li:hover {
    color: #000;
    background-color: #e5f6fc;
}
ul.flieList li a.fileLink {
    margin-right: 10px;
    color: #333;
    min-width:60%;
    float:left;
    display:block;
}
ul.flieList li .actions a.renameFile:hover{
  color:#156a8e;
}
ul.flieList li .actions
{
  float:right;
}
ul.flieList li a.renameFile,ul.flieList li a.editFile{
    margin-right: 10px;
}


ul.flieList li a.deleteFile
{
  color:#df2a2a;
}
ul.flieList li a.deleteFile:hover
{
  color:#8e1515;
}
ul.flieList form.file-info-form .button.right
{
  margin-bottom:8px;
}
/*
*
* Assets Icons
*
*/


.icon.icon-1::before {
    background-size:44px 44px; 
    background:url("../images/packbase/types/1.svg") no-repeat center center;
}

/* Location */
.icon.icon-location::before {
    background:url("../images/icons/location.svg") no-repeat center center;
}

/* 2 Catalog & Specs */
.icon.icon-2::before {
    background:url("../images/packbase/types/2.svg") no-repeat center center;
}

/* 3 Jobs App */
.icon.icon-3::before {
    background:url("../images/packbase/types/3.svg") no-repeat center center;
}

/* 4 Image Gallery */
.icon.icon-4::before {
    background:url("../images/packbase/types/4.svg") no-repeat center center;
}

/* 5 Requests */
.icon.icon-5::before {
    background:url("../images/packbase/types/5.svg") no-repeat center center;
}

/* 6 News App */
.icon.icon-6::before {
    background:url("../images/packbase/types/6.svg") no-repeat center center;
}

/* 7 Video Library */
.icon.icon-7::before {
    background:url("../images/packbase/types/7.svg") no-repeat center center;
}

/* 8 Events App */
.icon.icon-8::before {
    background:url("../images/packbase/types/8.svg") no-repeat center center;
}

/* 9 Document Share */
.icon.icon-9::before {
    background:url("../images/packbase/types/9.svg") no-repeat center center;
}

/* 11 Companies List */
.icon.icon-11::before {
    background:url("../images/packbase/types/11.svg") no-repeat center center;
}

/* 12 Shared Links */
.icon.icon-link::before {
    background:url("../images/packbase/types/12.svg") no-repeat center center;
}

/* 13 Location Group */
.icon.icon-13::before {
    background:url("../images/packbase/types/13.svg") no-repeat center center;
}

/* 14 Location */
.icon.icon-14::before {
    background:url("../images/packbase/types/14.svg") no-repeat center center;
}

/* 15 Product Range */
.icon.icon-15::before {
    background:url("../images/packbase/types/15.svg") no-repeat center center;
}

/* 16 Product */
.icon.icon-16::before {
    background:url("../images/packbase/types/16.svg") no-repeat center center;
}

/* 19 3D Model */
.icon.icon-19::before {
    background:url("../images/packbase/types/19.svg") no-repeat center center;
}

/* 20 Folder */
.icon.icon-20::before {
    background:url("../images/packbase/types/20.svg") no-repeat center center;
}

/* 21 Job */
.icon.icon-21::before {
    background:url("../images/packbase/types/21.svg") no-repeat center center;
}

/* 23 Images Folder */
.icon.icon-23::before {
    background:url("../images/packbase/types/23.svg") no-repeat center center;
}

/* 24 Files Folder */
.icon.icon-24::before {
    background:url("../images/packbase/types/24.svg") no-repeat center center;
}

/* 25 Requests Folder */
.icon.icon-25::before {
    background:url("../images/packbase/types/25.svg") no-repeat center center;
}

/* 27 Packaging Request */
.icon.icon-27::before {
    background:url("../images/packbase/types/27.svg") no-repeat center center;
}

/* 28 News Folder */
.icon.icon-28::before {
    background:url("../images/packbase/types/28.svg") no-repeat center center;
}

/* 29 Video Folder */
.icon.icon-29::before {
    background:url("../images/packbase/types/29.svg") no-repeat center center;
}

/* 30 Company News */
.icon.icon-30::before {
    background:url("../images/packbase/types/30.svg") no-repeat center center;
}

/* 31 Innovation */
.icon.icon-31::before {
    background:url("../images/packbase/types/31.svg") no-repeat center center;
}

/* 32 Events Folder */
.icon.icon-32::before {
    background:url("../images/packbase/types/32.svg") no-repeat center center;
}

/* 33 Event */
.icon.icon-33::before {
    background:url("../images/packbase/types/33.svg") no-repeat center center;
}

/* 35 Document */
.icon.icon-35::before {
    background:url("../images/packbase/types/35.svg") no-repeat center center;
}

/* 36 Companies  */
.icon.icon-36::before {
    background:url("../images/packbase/types/36.svg") no-repeat center center;
}

/* 37 Company */
.icon.icon-37::before {
    background:url("../images/packbase/types/37.svg") no-repeat center center;
}

/* 38 Links Folder */
.icon.icon-38::before {
    background:url("../images/packbase/types/38.svg") no-repeat center center;
}

/* 39 Link */
.icon.icon-39::before {
    background:url("../images/packbase/types/39.svg") no-repeat center center;
}

/* 40 Workgroup */
.icon.icon-40::before {
    background:url("../images/packbase/types/40.svg") no-repeat center center;
}

/* 41 Workgroup User */
.icon.icon-41::before {
    background:url("../images/packbase/types/41.svg") no-repeat center center;
}

/* 42 Web Index */
.icon.icon-42::before {
    background:url("../images/packbase/types/42.svg") no-repeat center center;
}

/* 43 Web Page */
.icon.icon-43::before {
    background:url("../images/packbase/types/43.svg") no-repeat center center;
}

/* 44 Presentations */
.icon.icon-44::before {
    background:url("../images/packbase/types/44.svg") no-repeat center center;
}

/* 45 Toolkits */
.icon.icon-45::before {
    background:url("../images/packbase/types/45.svg") no-repeat center center;
}

/* 46 Spec Template Manager */
.icon.icon-46::before {
    background:url("../images/packbase/types/46.svg") no-repeat center center;
}

/* 47 Spec Template */
.icon.icon-47::before {
    background:url("../images/packbase/types/47.svg") no-repeat center center;
}

/* 48 Drop Down */
.icon.icon-48::before {
    background:url("../images/packbase/types/48.svg") no-repeat center center;
}

/* 49 List Item */
.icon.icon-49::before {
    background:url("../images/packbase/types/49.svg") no-repeat center center;
}

/* 50 Field */
.icon.icon-50::before {
    background:url("../images/packbase/types/50.svg") no-repeat center center;
}

/* 52 Field - Text Area */
.icon.icon-52::before {
    background:url("../images/packbase/types/52.svg") no-repeat center center;
}

/* 53 Field - Volume */
.icon.icon-53::before {
    background:url("../images/packbase/types/53.svg") no-repeat center center;
}

/* 55 Field - Length */
.icon.icon-55::before {
    background:url("../images/packbase/types/55.svg") no-repeat center center;
}

/* 56 Field - Packtag */
.icon.icon-56::before {
    background:url("../images/packbase/types/56.svg") no-repeat center center;
}

/* 57 Specification */
.icon.icon-57::before {
    background:url("../images/packbase/types/57.svg") no-repeat center center;
}

/* 58 Add Rule Spacer */
.icon.icon-3::before {
    background:url("../images/packbase/types/58.svg") no-repeat center center;
}

/* 59 Global Field */
.icon.icon-59::before {
    background:url("../images/packbase/types/59.svg") no-repeat center center;
}

/* 60 Product Template */
.icon.icon-60::before {
    background:url("../images/packbase/types/60.svg") no-repeat center center;
}

/* 61 Product Range Template */
.icon.icon-61::before {
    background:url("../images/packbase/types/61.svg") no-repeat center center;
}

/* 62 Field - HTML Editor */
.icon.icon-62::before {
    background:url("../images/packbase/types/62.svg") no-repeat center center;
}

/* 63 Field - Weight */
.icon.icon-63::before {
    background:url("../images/packbase/types/63.svg") no-repeat center center;
}

/* 64 Field - Check Box */
.icon.icon-64::before {
    background:url("../images/packbase/types/64.svg") no-repeat center center;
}

/* 65 Field - Images */
.icon.icon-65::before {
    background:url("../images/packbase/types/65.svg") no-repeat center center;
}

/* 66 Field - Files */
.icon.icon-66::before {
    background:url("../images/packbase/types/66.svg") no-repeat center center;
}

/* 67 Drop Down Combo */
.icon.icon-67::before {
    background:url("../images/packbase/types/67.svg") no-repeat center center;
}

/* 68 List Template */
.icon.icon-68::before {
    background:url("../images/packbase/types/68.svg") no-repeat center center;
}

/* 69 List Combo Template */
.icon.icon-69::before {
    background:url("../images/packbase/types/69.svg") no-repeat center center;
}

/* 70 Separator */
.icon.icon-70::before {
    background:url("../images/packbase/types/70.svg") no-repeat center center;
}

/* 72 Visit Reports */
.icon.icon-72::before {
    background:url("../images/packbase/types/72.svg") no-repeat center center;
}

/* 73 Reports Folder */
.icon.icon-73::before {
    background:url("../images/packbase/types/73.svg") no-repeat center center;
}

/* 74 Visit Report *//*antes llevaba -3*/
.icon.icon-74::before {
    background:url("../images/packbase/types/74.svg") no-repeat center center;
}

/* 75 Blogs & Forums */
.icon.icon-75::before {
    background:url("../images/packbase/types/75.svg") no-repeat center center;
}

/* 76 Major Topic */
.icon.icon-76::before {
    background:url("../images/packbase/types/76.svg") no-repeat center center;
}

/* 77 Topic Entry */
.icon.icon-77::before {
    background:url("../images/packbase/types/77.svg") no-repeat center center;
}

/* 78 Request Template Manager */
.icon.icon-78::before {
    background:url("../images/packbase/types/78.svg") no-repeat center center;
}

/* 79 Request Template */
.icon.icon-79::before {
    background:url("../images/packbase/types/79.svg") no-repeat center center;
}

/* 80 Field - Country - NOT PROGRAMMED */
.icon.icon-80::before {
    background:url("../images/packbase/types/80.svg") no-repeat center center;
}

/* 81 Field - Date NOT PROGRAMMED */
.icon.icon-81::before {
    background:url("../images/packbase/types/81.svg") no-repeat center center;
}

/* 82 Brand Launch */
.icon.icon-82::before {
    background:url("../images/packbase/types/82.svg") no-repeat center center;
}

/* 83 Interview */
.icon.icon-83::before {
    background:url("../images/packbase/types/83.svg") no-repeat center center;
}

/* 84 Product Info */
.icon.icon-84::before {
    background:url("../images/packbase/types/84.svg") no-repeat center center;
}
/* 85 YouTube Video */
.icon.icon-85::before {
    background:url("../images/packbase/types/85.svg") no-repeat center center;
}

/* 86 Packstory Video */
.icon.icon-86::before {
    background:url("../images/packbase/types/86.svg") no-repeat center center;
}

/* 87 Video File */
.icon.icon-87::before {
    background:url("../images/packbase/types/87.svg") no-repeat center center;
}

/* 88 Multimedia */
.icon.icon-88::before {
    background:url("../images/packbase/types/88.svg") no-repeat center center;
}
/* 94 Publications */
.icon.icon-94::before {
    background:url("../images/packbase/types/94.svg") no-repeat center center;
}

/* 95 Publication Title */
.icon.icon-95::before {
    background:url("../images/packbase/types/95.svg") no-repeat center center;
}

/* 97 Reference */
.icon.icon-97::before {
    background:url("../images/packbase/types/97.svg") no-repeat center center;
}

/* 98 Jobs Folder */
.icon.icon-98::before {
    background:url("../images/packbase/types/98.svg") no-repeat center center;
}
/* 99 Reports Template Manager */
.icon.icon-99::before {
    background:url("../images/packbase/types/99.svg") no-repeat center center;
}

/* 100 Reports Template */
.icon.icon-100::before {
    background:url("../images/packbase/types/100.svg") no-repeat center center; 
}

/* 101 Jobs Template Manager */
.icon.icon-101::before {
    background:url("../images/packbase/types/101.svg") no-repeat center center;
}

/* 102 Jobs Template */
.icon.icon-102::before {
    background:url("../images/packbase/types/102.svg") no-repeat center center;
}

/* 103 Exhibitor List */
.icon.icon-103::before {
    background:url("../images/packbase/types/103.svg") no-repeat center center;
}

/* 104 Web Index Site */
.icon.icon-104::before {
    background:url("../images/packbase/types/104.svg") no-repeat center center;
}

/* 1 Location Map */
div#asset a.icon,
div#asset h3.icon,
div#asset h4.icon {
    position:relative;
    padding:0 0 0 32px;
}

div#asset span.icon {
    position:relative;
    padding:0 0 0 36px;
}

div#asset a.icon::before,
div#asset h3.icon::before,
div#asset h4.icon::before,
div#asset span.icon::before {
    position:absolute;
    top:50%; left:0px;
    display:block;
    width:32px;
    height:32px;  
    border-left:3px solid #eee;
    background-size:28px 28px; 

    -webkit-transform:translate(0, -50%);
    -moz-transform:translate(0, -50%);
    -ms-transform:translate(0, -50%);
    -o-transform:translate(0, -50%);
    transform:translate(0, -50%); 

    content:"";
}

div#asset span.icon::before {
    border:none;
}

div#asset h2.icon {
    position:relative;
    margin:0 0 18px 0;
    padding:0 0 0 54px;
}

div#asset h2.icon::before {
    position:absolute;
    top:50%; left:0px;
    display:block;
    width:48px;
    height:48px;  
    border-left:3px solid #eee;
    background-size:44px 44px; 

    -webkit-transform:translate(0, -50%);
    -moz-transform:translate(0, -50%);
    -ms-transform:translate(0, -50%);
    -o-transform:translate(0, -50%);
    transform:translate(0, -50%);

    content:"";
}

div#portal .portal-information h4
{
    font-weight: normal;
    margin-bottom: 10px;
}
div#portal .portal-information .field a
{
    text-transform:none;
}


#search-result #search
{
    margin-top:24px;
}

#main div.supplier-info ul li.fixedSupplierContact
{
    position: fixed;
    width: 264px;
    z-index: 10;
}



/*.searchConfigurator
{*/



#search .clear.configurator
{
  float:left;
  width:calc(100% - 130px);
}
#search .advSearchToggle
{
    background-color: #502250;
    width: 124px;
    height: 46px;
    float: left;
    margin-left: 6px;
    background-image: url(../images/icons/svg/advanced-search.svg);
    background-position: 10px 50%;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    color: white;
}

/*IE browser icon fix*/
.internetExplorer #search .advSearchToggle {
    background-position: -10px 50%;
    background-size: 60px;
}

.searchConfigurator form
{
    margin-bottom: 20px;
}
.searchConfigurator .selector select
{
    max-width:100%;
}
.searchConfigurator .range {
    display: block;
}

.searchConfigurator .range select{
    width:80%;
}

.searchConfigurator .range label select{
    line-height: -50px;
}




.searchConfigurator .selector
{
    width:30%;
    height:120px;
    padding:0px 10px;
    margin-top: 10px;
    margin-bottom: 30px;
    float:left;
}
.searchConfigurator .selectors .selector.dropdown {
   
}

.searchConfigurator .selectors .selector.combo {
    width: 100%;
    clear:both;
    height:auto;
   
}

.searchConfigurator .selectors .selector.valueRange {
   
}
.searchConfigurator .selectors .selector.no-option
{
  display:none;
}
.searchConfigurator .selectors .selector.combo li
{
  padding:0;
  padding-left:20px;
  line-height:15px;
}
.searchConfigurator .selectors .selector.combo li label
{
  margin:0;
}

.searchConfigurator .selector label
{
    display:block;
    color: #858585;
    margin-bottom: 10px;
}
/*.searchConfigurator .selector select
{
    max-width:50%;
}*/

.searchConfigurator a.reset
{
    margin-left:20px;
}
.searchConfigurator .range label, .searchConfigurator .range select
{
    float:right;
    /*line-height: 50px;*/
    clear: right;
}
.searchConfigurator .range label
{
    float:left;
    margin-right:10px;
    font-size:90%;
    line-height: 50px;
    font-style: italic;
    color: #000000;
    margin-bottom: 0px;
    width: calc(20% - 10px);
}


@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    div#asset .asset-gallery.opened .image-background img.image {
        max-width:75%;
        max-height:75%;
    }
} 

@media only screen and (max-width: 1450px){
    
    div#asset .asset-siblings div > .entry,
    div#asset .asset-related div > .entry {
        width: 100%;
    }


    div#asset .asset-siblings div > .entry:nth-child(2n+2),
    div#asset .asset-related div > .entry:nth-child(2n+2) {
        padding:0;
    }
    
}

@media only screen and (max-width: 1366px) {
    
    .searchConfigurator .selector {
    width:50%;
}

}

@media only screen and (max-width: 1280px) {
.selectors .selector ul.combobox li{
    width: 23%;
}}

@media only screen and (max-width: 1124px) {
    .searchConfigurator .range select{
        width:65%;
    }}


@media only screen and (max-width: 1024px) {

    div#asset .asset-main iframe{
        height: 400px;
    }

    .selectors .selector ul.combobox li{
    width: 31%;
}

    /*Maria css para NAV de portals arriba derecha*/
    
    #header div.submenu.submenu-nav nav ul li {
        margin: 0 6px;
    }
}

@media only screen and (max-width: 768px) {

    .searchConfigurator .selector {
        width: 100%;
        float: none;
        margin-bottom:20px;
        height:auto;
    }
    .searchConfigurator .range label {
        float: none;
        display: block;
        line-height:30px;
    }

    .searchConfigurator .range select {
        width: 100%;
        float:none;
    }


    .searchConfigurator .range #header div.submenu.submenu-nav nav ul.languages {
        border-right: none;
    }

    div#asset .asset-siblings div > .entry,
    div#asset .asset-related div > .entry {
        width: 50%;
    }


    div#asset .asset-siblings div > .entry:nth-child(2n+2),
    div#asset .asset-related div > .entry:nth-child(2n+2) {
        padding:0 0 0 24px;
    }
    
   
   

    #header div.submenu.submenu-nav nav ul li a.selected
    {
        color:#fff;
    }


#header div.submenu.submenu-nav nav ul.languages li { 
    width:28px;
    height:28px;
    margin:0px 12px 0px 0px;
    border-radius:50%;
    background:white;

    text-align:center;
    line-height:initial;
}

#header div.submenu.submenu-nav nav ul.languages li a { 
    display:block;
    width:28px;
    height:28px;
    color:#48294f;
    font-size:0.750em;
    font-weight:400;
    line-height:28px; 
}

#header div.submenu.submenu-nav nav ul.languages li.selected {
    background-color:#482a50; 
}

#header div.submenu.submenu-nav nav ul.languages li.selected a { 
    color:white;
    font-weight:500;    
}

    #header div.submenu.submenu-nav nav ul.languages li
    {
        background: none;
    }
    #header div.submenu.submenu-nav nav ul.languages li a
    {
        color: #b9a9b6;
    }

    div#asset .asset-main iframe{
        height: 350px;
    }
    
    /*css Maria for NAV HEADER LANGUAGES select options, hide original and show mobile version*/

ul.languages{
    display: block;
}

select#langSelector{
    display: none;
}


.col-x3-2 a, .col-x3-2 p
{
    font-size: 1em;
}

}




@media only screen and (max-width: 480px) {

    div#asset .asset-main iframe{
        height: 250px;
    }
    
    /*Gallerie for mobile*/
    
    div#asset .asset-gallery.opened {
        position: fixed;
        /* bottom: -100%; */
        z-index: 20;
        width: 100%;
        height: 100%;
        padding: 20px;
        background: white;
    }

    div#asset .asset-gallery.opened .asset-exhibitor {
        overflow: hidden;
        height: auto;
        width: 100%;
        margin: 0px;
        padding: 0px;
        border: none;
        margin-top: 30px;
    }

    div#asset .asset-gallery.opened .gallery-action.gallery-prev, div#asset .asset-gallery.opened .gallery-action.gallery-next {
        top: 50%;
        width: 20px;
        height: 20px;
    }

    div#asset .asset-gallery.opened .gallery-action.gallery-prev::before, div#asset .asset-gallery.opened .gallery-action.gallery-next::before, div#asset .asset-gallery.opened .gallery-action.gallery-prev::after, div#asset .asset-gallery.opened .gallery-action.gallery-next::after {
        position: absolute;
        width: 27px;
        height: 2px;
        background: #ccc;
        content: "";
    }

    div#asset .asset-gallery.opened .gallery-action.gallery-prev, div#asset .asset-gallery.opened .gallery-action.gallery-next {
        top: 50%;
        width: 20px;
        height: 20px;
    }

    div#asset .asset-gallery.opened .asset-gallery {
        height: auto;
        width: 100%;
        margin: 0 48px 0 0;
        padding: 0 48px 0 0;
        border-right: none;
    }

   
}

@media only screen and (max-width: 375px) {

    div#asset .asset-main iframe{
        height: 180px;
    }
}

/*********new css for header portals***************/

nav#nav-main {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999;
    width: calc(100% - 500px);
    margin-right: 150px;
    height: 36px;
}

#header.webpac-user nav#nav-main
{
margin-right: 225px;
}

/*nav languages*/
div#langNav {
    position: absolute;
    top: 0;
    right: 420px;
    width: 60px;
}

#langNav p.currentLang {
    position: absolute;
    top: 4px;
    right: 0;
    display: block;
    width: 60px;
    height: 27px;
    line-height: 20px;
    font-size: 0.75em;
    font-weight: normal;
    color: #48294F;
    background: rgba(255,255,255,0.8);
    border: 1px solid #48294F;
    background-size: 22px 22px;
    background-position: 41px 2px;
    background-image: url("../images/icons/arrow.svg");
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 3px 12px;
    text-align: left;
    margin-bottom: 0px;
}

#langNav ul.languages {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #48294F;
    height: 0px;
    width: 60px;
    overflow: hidden;
    position: absolute;
    top: 31px;
    left: 0;
    font-size: 0.9em;
}

#langNav ul li {
    float: none;
    display: block;
    text-align: center;
    margin: 0;
    height: 30px;
    line-height: 22px;
}

#langNav ul li a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    padding: 6px 0;
    font-size: 0.9em;
}

/*menu about/assets...etc*/

#nav-main ul.common {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 36px;
    display: inline-flex;
    padding-right: 24px;
}

#nav-main ul.common li a {
    position: relative;
    top: -20px;
    text-transform: capitalize;
    color: #222;
}

.sectionName{display: none;} /*para los headers forzados de las pubs*/

/*when font-size smaller*/


@media only screen and (max-width: 1300px){

    /*para el width de las pubs desde view mode company*/

   #pub img{max-width: 100%;}
   

}


@media only screen and (max-width: 768px){

    #header #nav-main {
        top: 60px;
        width: 200px;
        height: 350px;
        max-height: 420px;
        font-size: 1em;
        z-index: 999;
        overflow: initial;
        overflow-y: initial;
        box-shadow: 0 2px 5px #222;
        right: -32px;
    }

    #langNav p.currentLang {
        display: none;
    }
    
    div#langNav {
        position: absolute;
        top: 0;
        left: 0;
        height: 40px;
        background: #000;
        width: 100%;
    }

    #langNav ul.languages {
        top:0;
    }

    #nav-main ul.common {
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        top: 60px;
        padding: 0;
    }

    #header #nav-main ul.common li {
        margin: 0px;
        text-align: left;
        width: 100%;
        padding: 0px!important;
        height: 50px;
        line-height: 50px;
    }

    #nav-main ul.common li a {
        text-transform: capitalize;
        color: #222;
        width: 100%;
        height: 100%;
        padding-left: 15px;
        display: block;
    }
    
    .trigger-nav .col-x3-1 {
        min-height: auto!important;
    }

}


@media only screen and (max-width: 400px) {

    #header #nav-main{
        right: -92px;
    }
}


/* supplier mini contact */
p.contactSupplier
{
  text-align:left;
  position:relative;
}
#main div.row p.contactSupplier a.miniContact {
    text-decoration:none;
    display: block;
    float:right;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    height: 44px;
    padding: 10px 12px;
    background: #00a9e2;
    background-image:url('../images/icons/email.svg');
    background-size: 20px 20px;
    background-position: 12px 50%;
    background-repeat:no-repeat;
    padding-left: 44px;
}

/*new edit page with tabs*/

ul.combobox {
    border: 1px solid #d6d6d6;
    padding: 20px!important;
    overflow: auto;
}

ul.combobox li {
    list-style: none;
    float: left;
    /*width: 31.333%;*/
    line-height: normal;
    margin: 5px 2% 5px 2%;
}
.edit .checkbox
{
  display:inline-block;
}
ul.combobox li.checkbox::before {
   /* position: absolute;
    top: 0;
    left: 0px;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: 0;
    border: #ccc 1px solid;
    box-shadow: inset rgba(0,0,0,0.1) 1px 1px 4px;
    content: "";*/
}

ul.edit-tabs {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0;
    margin: 0;
    overflow: auto;
    position: relative;
   z-index: 9;
}

ul.edit-tabs li {
    float: left;
    width: auto;
    margin: 0 auto;
    padding: 6px 10px;
    color: #555;
    list-style: none;
    text-align: center;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
  cursor: pointer;
    background: #f7f7f7;
}

ul.edit-tabs li:first-child {
    border-left: 1px solid #ccc;
}

ul.edit-tabs li.active {
   border-bottom: 1px solid #fff;
    font-weight: bold;
    background: #fff;
    color: #555;
}


.edit-tabs-container {
    position: relative;
    top: -1px;
   z-index: 8;
    width: 100%;
    height: auto;
    min-height: 100%;
    background: #fff;
    padding: 20px;
    border-top: 1px solid #ccc;
margin-bottom: 20px;
}

.edit-tabs-container .field {
    margin: 0;
}

.edit-tabs-container .field img{
    display: none;
}

.edit-tabs-container .edit-tab {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: auto;
    min-height: 100%;

   display: none;
}

.edit-tabs-container .edit-tab.showTab{
      display: block;
}

/* PRODUCT LIST */
.prodlist span.counter {
    float: right;
    display: block;
    background-color: #ed9325;
    min-width: 30px;
    color: white;
    text-align: center;
    margin-left: 10px;
    border-radius:0px 4px 4px 0px;
 text-decoration:none;
}
.prodlist
{
  float:right;
}
.prodlist a.expandlist {
    border-radius: 4px;
    display: block;
    /* float: left; */
    color: white;
    background-color: #555;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    padding-left: 30px;
    line-height: 37px;
    height: 37px;
    background-image: url('../images/icons/svg/arrow-down-white.svg');
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: 10px 50%;
}
.prodlist ul
{
  position:absolute;
  float:none;
  display:none;
  right: 12px;
    background-color: #777;
    border-radius: 4px;
  z-index: 100;
}
.prodlist ul li
{
 color: white;
    padding: 0px 8px;
    padding-right: 0px;
    height: 32px;
    line-height: 32px;
}

.prodlist ul li a.removefromlist
{
      width: 32px;

    height: 32px;
    display: block;
    background-position: 50% 50%;
    background-image: url(../images/icons/close-cookies.svg);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    float: right;
}
.prodlist a.expanded
{
    background-image: url('../images/icons/svg/arrow-up-white.svg');
}
.prodlist a.expandlist:hover
{
  background-color: #777;
 
}

.prodlist ul li.buttons
{
  padding-right:8px;
  padding-bottom:8px;
}

.prodlist ul li.buttons a
{
      height: 25px;
    line-height: 25px;
    padding: 0px 5px;
    border-radius: 3px;
   
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.prodlist ul li.buttons a.sendM
{
  float:left;
}

.prodlist ul li.buttons a.empty
{
  float:right;
}

/* END OF PRODUCT LIST */


@media only screen and (max-width: 1024px) {

    ul.combobox li {
      width: 100%;
      margin: 0 1% 5px 1%;    
    }
}

.assets-barcounter
{

float:right;

}



.asset-globalsearch
{
  padding-top:13px;
}
.portal-admin input[disabled] {
    background-color: #eee;
    color: #999;
}

div.updateUsers {
    position: fixed;
    top: 120px;
    right: 50px;
    background-color: rgba(255,255,255,0.8);
    padding: 10px;
    border: 1px solid #ddd;
}

div.updateUsers input
{
  margin:0;

}