body{
	overflow-x:hidden;
}

.form--inline .form-item{
    float:none;
    margin-right: 0;
}
.fieldgroup{
    float:left !important;
    min-width:140px;
}
.path-product-master {
	background-color: #FAFAFA;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 6px 14px;
    background: #fff;
    border: none;
    border-radius: 20px;
	background-image: url(../images/sort-arrow-default.svg);
	background-repeat: no-repeat;
	background-position: center right 5px;
	background-size: 15px;
	outline: 0!important;
	border:1px solid #d8d8d8;
	min-width: 240px;
}
select::-ms-expand {
    display: none;
}
select:focus, select:hover {
	background-image: url(../images/sort-arrow-default.svg);
}
select:hover {
	box-shadow: none;
}
.button {
	border-radius: 20px;
	padding: 7px 18px 6px 18px;
	background-color: #fff;
	background: #fff;
	color: #3B3B3B;
	border:1px solid #E3E3E3;
	font-weight: 400;
	text-shadow: none;
}
.button:hover {
	box-shadow: none;
}
.open-filter-btn:hover, .open-filter-btn:focus, .open-filter-btn:active {
	background-image: none;
	background-color: #fff;
	box-shadow: none;
	border:0 !important;
	color:#fff;
	background: -moz-linear-gradient(left, #76d7f0, #009bca);
	background: -webkit-gradient(left, #76d7f0, #009bca);
	background: -webkit-linear-gradient(left, #76d7f0, #009bca);
	background: -o-linear-gradient(left, #76d7f0, #009bca);
	background: -ms-linear-gradient(left, #76d7f0, #009bca);
	background: linear-gradient(left, #76d7f0, #009bca);
	background: -webkit-linear-gradient(left, #76d7f0, #009bca) !important;
}
.button:hover, .button:focus, .button:active{
	/* background-image: none;
	background-color: #fff;
	box-shadow: none;
	border:1px solid #e3e3e3;
	color:#fff; */
}
.button.btn-blue,
.button.btn-blue:hover {
	color: #fff;
    background-image: -webkit-linear-gradient(left, #2B90D9, #31BFEF); 
    background-image:    -moz-linear-gradient(left, #2B90D9, #31BFEF); 
    background-image:     -ms-linear-gradient(left, #2B90D9, #31BFEF); 
    background-image:      -o-linear-gradient(left, #2B90D9, #31BFEF); 
    background-image:         linear-gradient(left, #2B90D9, #31BFEF);
    border:0;
}
table.views-table.views-view-table {
	border:1px solid #d8d8d8;
	border-radius: 3px;
	border-collapse: collapse;
}
table.views-table.views-view-table thead th {
	background: #fff;
	padding: 16px 22px 16px 12px;
}
table.views-table.views-view-table tbody td {
	padding: 7px 22px 7px 12px;
}
table.views-table.views-view-table tbody tr {
	background-color: #fff;
}
table.views-table.views-view-table thead th,
table.views-table.views-view-table tbody td {
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	white-space: nowrap;
}
table.views-table.views-view-table thead th > a:after {
	display: none;
}
/* table.views-table.views-view-table a, */
table.views-table.views-view-table .link {
	color: #333;
}
table.views-table.views-view-table tbody td img {
	width: 35px;
	height: 35px;
	border-radius: 3px;
	vertical-align: middle;
}
table.views-table.views-view-table tbody tr:hover,
table.views-table.views-view-table tbody tr:focus {
	background-color: #f8f8f8;
}
table.views-table.views-view-table tbody td.attchoverflow-x:autont:before {

}
table.views-table.views-view-table thead th .tablesort {
	float: unset;
}
table.views-table.views-view-table thead th .tablesort--desc,
table.views-table.views-view-table thead th .tablesort--asc {
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 8px;
    margin-top: 0;
}
table.views-table.views-view-table thead th .tablesort--desc.tablesort--default {
	background-image: url(../images/sort-arrow-default.svg);
}
table.views-table.views-view-table thead th .tablesort--asc {
	background-image: url(../images/sort-arrow-up.svg);
}
table.views-table.views-view-table thead th .tablesort--desc {
	background-image: url(../images/sort-arrow-down.svg);
}
fieldset[data-drupal-selector="edit-product-attributes"] {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    background-color: transparent;
	-ms-transition: all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
fieldset[data-drupal-selector="edit-product-attributes"]:after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.7);
}
fieldset[data-drupal-selector="edit-product-attributes"] > .fieldset-wrapper {
	position: absolute;
	top: 80px;
	right: -450px;
	width: 320px;
	height: calc(100vh - 100px);
	background-color: #fff;
	z-index: 1;
	padding: 15px 30px;
	overflow-y: auto;
	overflow-x: hidden;
	-ms-transition: all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/*filter active*/
fieldset[data-drupal-selector="edit-product-attributes"].active {
	opacity: 1;
	visibility: visible;
}
fieldset[data-drupal-selector="edit-product-attributes"].active > .fieldset-wrapper {
	right: 0;
}
/*/filter active*/
fieldset[data-drupal-selector="edit-product-attributes"] > .fieldset-wrapper > fieldset {
	display: block;
	border-bottom: 1px solid #E3E3E3;
	min-width: unset;
	width: 100%;
	float: unset!important;
	padding-bottom: 15px;
	margin-top: 15px;
}
fieldset[data-drupal-selector="edit-product-attributes"] > .fieldset-wrapper > fieldset > .fieldset-wrapper {
	height: 0;
	overflow:hidden;
}
fieldset[data-drupal-selector="edit-product-attributes"] > .fieldset-wrapper > fieldset.active > .fieldset-wrapper {
	height: auto;
}
fieldset[data-drupal-selector="edit-product-attributes"] .form-checkboxes > div.form-item:first-child,
fieldset[data-drupal-selector="edit-product-attributes"] .form-radios > div.form-item:first-child {
	padding-top: 10px;
}
fieldset[data-drupal-selector="edit-product-attributes"] .form-checkboxes > div.form-item:last-child,
fieldset[data-drupal-selector="edit-product-attributes"] .form-radios > div.form-item:last-child {
	/*padding-bottom: 10px;*/
}
fieldset[data-drupal-selector="edit-product-attributes"] div.form-item {
	padding:0 10px;
}
fieldset[data-drupal-selector="edit-product-attributes"] > .fieldset-wrapper > fieldset.form-composite > legend {
	font-size: 15px;
	display: block;
	width: 100%;
	cursor: pointer;
	-ms-transition: color .2s ease-in-out;
	-moz-transition:color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
	-o-transition:color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
fieldset[data-drupal-selector="edit-product-attributes"] > .fieldset-wrapper > fieldset.form-composite > legend:after {
	content: '';
	float: right;
	width: 24px;
	height: 20px;
	background-image: url(../images/sort-arrow-default.svg);
	background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
	-ms-transition: all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
fieldset[data-drupal-selector="edit-product-attributes"] > .fieldset-wrapper > fieldset.form-composite.active > legend {
	color: #2B90D9;
}
fieldset[data-drupal-selector="edit-product-attributes"] > .fieldset-wrapper > fieldset.form-composite.active > legend:after {
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
fieldset[data-drupal-selector="edit-product-attributes"] .title-filter {
	font-size: 18px;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 22px;
	margin-bottom: 20px;
	position: relative;
}
fieldset[data-drupal-selector="edit-product-attributes"] .title-filter:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -50px;
	height: 1px;
	width: 150%;
	background-color: #e3e3e3;
}
/**/
.close-filter-btn {
    width: 28px;
    height: 28px;
	background-image: url(../images/plus.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
	cursor: pointer;
	float: right;
    margin-top: -4px;
}
.open-filter {
	cursor: pointer;
}
.open-filter-btn {
	background: -moz-linear-gradient(left, #76d7f0, #009bca);
	background: -webkit-gradient(left, #76d7f0, #009bca);
	background: -webkit-linear-gradient(left, #76d7f0, #009bca);
	background: -o-linear-gradient(left, #76d7f0, #009bca);
	background: -ms-linear-gradient(left, #76d7f0, #009bca);
	background: linear-gradient(left, #76d7f0, #009bca);
	background: -webkit-linear-gradient(left, #76d7f0, #009bca) !important;
    color: #fff;
    border: 0;
	margin-bottom:20px;	
}
/**/
fieldset .title-filter {
	display:none;
}

fieldset[data-drupal-selector="edit-product-attributes"] > .fieldset-wrapper > .title-filter {
	display:block !important;
}

fieldset[data-drupal-selector="edit-product-category"] .form-required:after{
	display: none;
}

fieldset[data-drupal-selector="edit-product-category"] {
	border:1px solid #E3E3E3;
	background-color: #fff;
	padding: 15px;
	border-radius: 5px;
	white-space: nowrap;
	/* overflow-x:auto; */
	float:left !important;
	width:660px;
}
fieldset[data-drupal-selector="edit-product-category"] > .fieldset-wrapper > div.form-item {
	/* display: block; */
	display: inline-block;
	padding: 12px 40px 12px 10px;
	position: relative;
	margin:0;
	float:left;
}
.form-item-field-product-type-value{
	clear:both;
}

fieldset[data-drupal-selector="edit-product-category"] > .fieldset-wrapper > div.form-item:after {
	content: '';
	position: absolute;
	top: 0;
	right: 3px;
	width: 20px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	background-image: url(../images/li-arrow.svg);
	display:none;
}
fieldset[data-drupal-selector="edit-product-category"] > .fieldset-wrapper > div.form-item:last-child:after {
	display: none;
}
fieldset[data-drupal-selector="edit-product-category"] > .fieldset-wrapper > div.form-item > label {
	color: #2B90D9;
	font-size: 15px;
	display: inline-block;
	margin-bottom: 0;
	padding-right: 8px;
	min-width:150px;
}
/*details page*/
.path-node {
	background-color: #FAFAFA;
}
.path-node .region.region-content {
	/* border:1px solid #E3E3E3; */
	/* border-radius: 5px; */
	max-width: 870px;
	/* background-color: #fff; */
	margin:30px auto;
	/* padding: 30px 50px; */
}
.path-node .page-title {
	color: #2B90D9;
	font-size: 30px;
	font-weight: 700;
}
.path-node .field__item img {
	width: 60px;
	height: 60px;
}
.path-node .field--label-above {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.path-node .field--label-above .field__label {
	padding-top: 10px;
}
.path-node .field--label-above>.field__item,
.path-node .field--label-above>.field__items {
	padding-top: 5px;
	padding-bottom: 20px;
}
.path-node .field--label-above.field--name-field-product-documents {
	width: 100%;
}

.path-node article h2{
	display:none;
}

.path-node .paragraph--type--product-document > .field--label-above.field--name-field-product-documents,
.path-node .paragraph--type--product-document > .field--label-above.field--name-field-destination {
	width: 49%;
}

.view-product-master .action-links .button:hover {
	background-image: none;
    background-color: #2369a6;
    box-shadow: none;
    border: 1px solid #e3e3e3;
}

body.filter-open .is-collapse-enabled .tabs:before, 
body.filter-open .is-horizontal .tabs:before{
	display: none;
}

.path-node .node__content{
	border: 1px solid #E3E3E3;
    border-radius: 5px;
    max-width: 760px;
    background-color: #fff;
    margin: 30px auto;
    padding: 30px 50px;
}
.field--name-field-product-documents > .field__label{
	font-size: 30px;
	color:#2B90D9;
	font-weight: 700;
}

.view-product-master div[data-drupal-selector="edit-actions"]{
	display: inline-block;

}

fieldset[data-drupal-selector="edit-product-category"] > .fieldset-wrapper > div.form-item-field-product-type-value:after{
	display: none;
}


.view-product-master div[data-drupal-selector="edit-node-bulk-form"] .form-item {
	display: inline-block;
}


.view-product-master .views-exposed-form div[data-drupal-selector="edit-actions"] {
	display: inline-block;
	clear:both;
	float:left;
}

/* .form-item-combine{
	float:left !important;
	display: inline-block;
} */

.open-filter-btn{
	display:block;
	width:98px;
	margin-left:0px;
	margin-top:21px;
	float:left;
	display: inline-block;
	clear:both;

}

.form-item-combine input{
	width:240px;
	box-shadow:none;
	border: 1px solid #E3E3E3;
	border-radius: 20px;
	padding: 7px 18px 6px 18px;
    background: url(/themes/comba_pim/images/ico_search.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 15px;
    padding-left: 44px;
}

#views-exposed-form-resources-center-master-page-2 .form--inline .form-item{
	margin-right: 10px;
	margin-top: 1.3%;
}

nav[aria-label="Tabs"] {
    width: 100%;
    /* overflow: auto; */
}
nav[aria-labelledby="primary-tabs-title"] {
	width: 1400px;
	max-width: 100%;
}
.path-product-master {
    background-color: #FAFAFA;
}
.is-horizontal .tabs__tab + .tabs__tab {
   margin-left: -1px;
}
.is-horizontal .tabs__tab {
   float: left;
   width: auto;
   height: auto;
   margin: 0 0 -1px;
   text-align: center;
   border-bottom-color: #a6a6a6;
}
#block-comba-pim-content select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   padding: 6px 14px;
   background: #fff;
   border: none;
   border-radius: 20px;
    background-image: url(../images/sort-arrow-default.svg);
    background-repeat: no-repeat;
    background-position: center right 5px;
    background-size: 15px;
    outline: 0!important;
    border:1px solid #d8d8d8;
    min-width: 240px;
    width: 240px!important;
}
#block-comba-pim-content select::-ms-expand {
   display: none;
}
#block-comba-pim-content select:focus, #block-comba-pim-content select:hover {
    background-image: url(../images/sort-arrow-default.svg);
}
#block-comba-pim-content select:hover {
    box-shadow: none;
}
fieldset[data-drupal-selector="edit-product-attributes"] {
    z-index: 999999999;
}

@media only screen and (max-width:768px){
	fieldset[data-drupal-selector="edit-product-category"] > .fieldset-wrapper > div.form-item{
		display: block;
	}
	fieldset[data-drupal-selector="edit-product-category"] > .fieldset-wrapper > div.form-item:after{
		display: none;
	}
}


.apply_filter_btn{
	/* margin-left:10px !important; */
	background: -moz-linear-gradient(left, #76d7f0, #009bca);
	background: -webkit-gradient(left, #76d7f0, #009bca);
	background: -webkit-linear-gradient(left, #76d7f0, #009bca);
	background: -o-linear-gradient(left, #76d7f0, #009bca);
	background: -ms-linear-gradient(left, #76d7f0, #009bca);
	background: linear-gradient(left, #76d7f0, #009bca);
	background: -webkit-linear-gradient(left, #76d7f0, #009bca) !important;
	background: -webkit-linear-gradient(left, #76d7f0, #009bca) !important;
	color:#fff;
	border:0;
	width:140px;
}
.apply_filter_btn:hover, .apply_filter_btn:hover, .apply_filter_btn:active{
	box-shadow: none;
	border:0;
	color:#fff;	
	background: -moz-linear-gradient(left, #76d7f0, #009bca);
	background: -webkit-gradient(left, #76d7f0, #009bca);
	background: -webkit-linear-gradient(left, #76d7f0, #009bca);
	background: -o-linear-gradient(left, #76d7f0, #009bca);
	background: -ms-linear-gradient(left, #76d7f0, #009bca);
	background: linear-gradient(left, #76d7f0, #009bca);
	background: -webkit-linear-gradient(left, #76d7f0, #009bca) !important;
	background: -webkit-linear-gradient(left, #76d7f0, #009bca) !important;
}



.form-type-checkbox-label {
	display: block;
	position: relative;
	padding-left: 35px;
	/* margin-bottom: 12px; */
	cursor: pointer;
	/* font-size: 22px; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .form-type-checkbox-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  

  .views-view-table .checkmark{
	top:-10px !important;

  }

  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: 0px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border-radius:50px
  }
  
  /* On mouse-over, add a grey background color */
  .form-type-checkbox-label:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .form-type-checkbox-label input:checked ~ .checkmark {
	background-color: #49c0e1;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .form-type-checkbox-label input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .form-type-checkbox-label .checkmark:after {
	left: 7px;
	top: 4px;
	width: 3px;
	height: 7px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }


fieldset[data-drupal-selector="edit-product-attributes"] label.option{
	margin-left:40px;
}

th.views-field-node-bulk-form .form-checkbox{
	display: none;

}

.content-header{
	background-color:#fff;
}


.path-user .tabs.primary{
	display:none;
}

.user-logged-in.path-user .tabs.primary{
	display:block;
}

body.path-user .page-content{
	max-width: 330px;
	margin: 0 auto;
	margin-top:50px;
}

body.user-logged-in.path-user .page-content{
	max-width: none;
}


.user-login-form input{
	box-shadow: none;
	border: 1px solid #E3E3E3;
	border-radius: 20px;
	padding: 7px 18px 6px 18px;
}

.path-user #block-comba-pim-page-title{
	background-image: url(/themes/comba_pim/images/logo.gif);
	background-size: auto;
	background-position: left center;
	padding-top: 30%;
	background-repeat: no-repeat;
}	

body.user-logged-in.path-user #block-comba-pim-page-title{
	padding:0;
	background-image:none;
}


.ico-filter{
	background-image: url(/themes/comba_pim/images/ico_filter.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    display: inline-block;
    background-position: center;
    height: 19px;
    vertical-align: text-top;
    margin-right: 5px;
}


/* 
main.page-content{
	background-image: url(/themes/comba_pim/images/logo.gif);
	background-size: auto;
	background-position: top right;
	background-repeat: no-repeat;
} */

.path-user main.page-content{
	background:none;
}

.column_one{
	display: inline-block;
    width: 50%;	
}

.column_two {
	display: inline-block;
	width: 50%;
	vertical-align: top;
    /* margin-top: 20px; */
}

@media screen and (max-width:768px){
	.column_two{
		display: block;
		margin-top:0;
	}
	.open-filter-btn{
		margin-top:9px;
	}
}

.path-user .tabs__trigger{
	display: none !important;
}

.is-collapse-enabled .tabs:before, .is-horizontal .tabs:before{
	display:none;
}


.is-horizontal .tabs__tab{
	border:0;
}

.tabs__tab:hover, .tabs__tab:focus{
	/* background-color: #1eb9ee; */
	border-bottom:2px solid #023acd ;
}

.tabs.primary .tabs__tab.is-active a{
	border-bottom:2px solid #023acd ;
}
/* is-collapsible position-container is-horizontal-enabled is-collapse-enabled
is-horizontal is-collapsible position-container is-horizontal-enabled */
.is-horizontal .tabs__tab{
	height:36px;
	border-radius:0 !important;
}

.toolbar-icon-shortcut,
#toolbar-link-system-admin_content,
#toolbar-link-entity-group-collection{
	display: none !important; 
}

.isAdmin .toolbar-icon-shortcut,
.isAdmin #toolbar-link-system-admin_content,
.isAdmin #toolbar-link-entity-group-collection{
	display: block !important;
}

.view-product-document .form--inline .form-item{
	float:left;
	margin-left:10px;
	margin-right:10px;
}

.view-product-document .form-item-combine{
	margin-left:0 !important;
}

.fixed-logo{
	/* background-image: url(/themes/comba_pim/images/logo.gif);
    background-size: auto;
    background-position: top 14px right 34px; */
    /* padding-top: 60px; */
    background-repeat: no-repeat;
    background-color: #fff;
    position: fixed;
    height: 60px;
    width: 100%;
	right: 0;
	z-index:99999;
	/* width: 190px;*/
	border-bottom: 1px solid #aaa;
    box-shadow: -2px 1px 3px 1px rgba(0, 0, 0, 0.3333);
}

.dialog-off-canvas-main-canvas{
	background-color:#fff;
}

.content-header{
	padding:60px 0 0;
}



@media screen and (max-width:768px){
	.fixed-logo{
		position: inherit;
	}
}

.is_product_operator #views-form-moderated-content-page-1-1 #edit-header,
.is_product_operator #views-form-moderated-content-page-1-1 .views-field-operations,
.is_product_operator #views-form-moderated-content-page-1-1 #edit-submit
{
	display:none;
}

.isAdmin #views-form-moderated-content-page-1-1 #edit-header,
.isAdmin #views-form-moderated-content-page-1-1 #edit-submit,
.is_product_approver #views-form-moderated-content-page-1-1 #edit-header,
.is_product_approver #views-form-moderated-content-page-1-1 #edit-submit,
.is_bu_coordinator #views-form-moderated-content-page-1-1 #edit-header,
.is_bu_coordinator #views-form-moderated-content-page-1-1 #edit-submit
{
	display: block !important;
}
.isAdmin #views-form-moderated-content-page-1-1 .views-field-operations,
.is_product_approver #views-form-moderated-content-page-1-1 .views-field-operations,
.is_bu_coordinator #views-form-moderated-content-page-1-1 .views-field-operations{
	display: table-cell !important;
}

.paragraph--type--product-document{
	border-bottom:1px solid #cdcdcd;
}

.view-product-master .dropbutton-multiple.open .dropbutton .delete,
.view-moderated-content .dropbutton-multiple.open .dropbutton .delete{
	display:none !important;
}

.view-moderated-content.view-display-id-page_4 .dropbutton-multiple.open .dropbutton .delete{
	display:block !important;
}

.is_product_operator .content-moderation-entity-moderation-form{
	display:none;
}

.is_product_approver .content-moderation-entity-moderation-form,
.is_bu_coordinator .content-moderation-entity-moderation-form,
.isAdmin .content-moderation-entity-moderation-form{
	display:block !important;
}



option[value='batch_pending_inactive']{
	display:none;
}


.is_product_operator option[value='batch_pending_inactive'],
.isAdmin option[value='batch_pending_inactive'],
.is_bu_coordinator option[value='batch_pending_inactive']
{
	display:block !important;
}

.view-id-resources_center_master option[value='node_delete_action']{
	display:none;
}

.isAdmin .view-id-resources_center_master option[value='node_delete_action'],
.is_bu_coordinator .view-id-resources_center_master option[value='node_delete_action']
{
	display:block !important;
}

.view-resources-center-master .quick-clone{
	display: none!important;
}

.fixed-logo img{
	float:right;
	padding: 10px 5px;
}

.fixed-logo .portal-icon{
	width:50px;
}

.fixed-logo .comba-logo{
	padding:16px
}

#views-form-moderated-content-page-4-1 [data-drupal-selector="edit-node-bulk-form"]{
	display:none;
}

.isAdmin #views-form-moderated-content-page-4-1 [data-drupal-selector="edit-node-bulk-form"]{
	display:block !important;
}

.export_all_btn::after{
	display:none;
}

.export_all_btn.active::after{
	display: inline-block;
	content: "";
	background-image: url(/core/themes/stable/images/core/throbber-active.gif);
	padding-left: 17px;
	padding-bottom: 14px;
	margin-left:10px;
	background-repeat: no-repeat;
}

@media screen and (max-width:1399px){
	/* nav[aria-labelledby="primary-tabs-title"] {
        width: 700px;
	} */

	.is-collapse-enabled .tabs{
		max-height: 999em;
		padding-bottom: 16px;
		padding-bottom: 1rem;
	}

	.tabs__tab{
		border: none;		
	}

	.tabs.primary a {
		text-align: center;
		background:none!important;
	}

	
}

@media screen and (max-width:768px){


	/* nav[aria-labelledby="primary-tabs-title"] {
        width: 400px;
	} */

	#edit-submit-resources-center-master {
		width: 100%;
	}

	#edit-submit--2 {
		width: 100%;
	}
	
	.form-item-combine input {
		width: 100%;
	}

	#views-exposed-form-resources-center-master-page-2 .form--inline .form-item {
		margin-right: 0px;
	}

	#block-comba-pim-content select {
		width: 100%!important;
	}

	.view-id-resources_center_master .export_all_btn{
		display: block;
		margin-right: 0px;
	}
	
	/* .is-collapse-enabled .tabs{
		max-height: 999em;
		padding-bottom: 16px;
		padding-bottom: 1rem;
	} */
	
	/* .view-id-resources_center_master .is-collapse-enabled .tabs {
		padding-top: 38px;
	} */
	
}

@media screen and (min-width:1200px){
	.form-item-combine{
		float:left !important;
		display: inline-block;
	}
	
	.view-id-resources_center_master #edit-actions{
		display: inline-block;
		margin-top: 1.3%;
	}
	
	.view-id-resources_center_master #edit-actions--2{
		display: inline-block;
	}
	
	.view-id-resources_center_master .form-type-select{
		display: inline-block;
		margin-right: 10px;
	}
}


.field--name-field-url .field__item{
	word-wrap: break-word;
}


.view-id-resources_center_master .views-field-field-url {
	text-align: center;
}


.loading-overlay{
	position:fixed;
	top:0;
	bottom:0;
	width: 100%;
	height: 100%;
	background:#fff;
	z-index:99;
	display:none;
}

.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
	margin: 0 auto;
	z-index:999;
	display:none;
}

  /* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


.loading .loading-overlay,
.loading .loader{
	display:block;
}