/*================================GOOGLE FONT====================================*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
/*font-family: 'Open Sans', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/*font-family: 'Roboto', sans-serif;*/

/*================================GOOGLE FONT====================================*/



/*================================3Doptix 2====================================*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


#fluid-header .header-section {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	background: #DEE3E3;
	height: 51px;
	padding: 0 15px;
}


#fluid-header .logo a {
	display: block;
}


#fluid-header .logo a img {
	width: 143px;
}


.btn-blue a {
	width: 150px;
	height: 35px;
	background: #23A7DE;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
}


.btn-blue a:hover {
	background: #000;
}


.header-right-section {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}



.header-user {
	margin-left: 20px;
	position: relative;
}


.header-user a#user-link {
	color: #2E3333;
	font-size: 16px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	padding: 0 20px 0 30px;
}


.header-user a#user-link::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url("../images/account-icon.png") no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 0;
	background-size: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}


.header-user a#user-link::after {
	content: "";
	display: block;
	width: 12px;
	height: 8px;
	background: url("../images/chevron-down.png") no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 0;
	background-size: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}


.user-ul {
	position: absolute;
	top: 36px;
	background: #fff;
	border: 1px solid #C9D2D2;
	width: 14rem !important;
	left: auto;
	right: 0;
	z-index: 2;
}


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


.user-ul li a {
	display: block;
	border-bottom: 1px solid #C9D2D2;
	padding: 10px 13px;
	color: #2E3333;
	font-size: 16px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
}


.user-ul li:last-child a {
	border: none;
}



.container-fluid {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.sidebar-section {
	width: 240px;
	background: #F5F5F5;
	border-right: 2px solid #C9D2D2;
}


.sidebar-form div {
	position: relative;
}


.sidebar-form {
	border-bottom: 2px solid #C9D2D2;
}


.sidebar-form input {
	border: none;
	border-radius: 0;
	padding: 18px 18px 18px 22px;
	color: #2E3333;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	background: transparent
}


.sidebar-form input:focus {
	outline: none;
}


.sidebar-form input::-webkit-input-placeholder {
	color: #2E3333;
	opacity: 1;
}

.sidebar-form input::-moz-placeholder {
	color: #2E3333;
	opacity: 1;
}

.sidebar-form input:-ms-input-placeholder {
	color: #2E3333;
	opacity: 1;
}

.sidebar-form input:-moz-placeholder {
	color: #2E3333;
	opacity: 1;
	background-color: red;
}

.sidebar-form input::-webkit-search-cancel-button {
	position: relative;
	right: -20px;
	cursor: pointer;
}




.sidebar-form button {
	font-size: 0;
	border: none;
	cursor: pointer;
	background: url("../images/search-icon.svg") no-repeat 0 0;
	width: 19px;
	height: 19px;
	background-size: 18px;
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}



.sidebar-section .btn-blue {
	margin: 20px 0 23px;
	padding: 0 22px;
}


.sidebar-section .btn-blue a {
	width: 100%;
}


.sidebar-menu ul {
	list-style: none;
	margin: 0;
	padding: 0 22px;
}


.sidebar-menu ul li {
	margin: 0 0 18px;
}


.sidebar-menu ul li a {
	color: #2E3333;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
}


.sidebar-menu ul li.active-menu a,
.sidebar-menu ul li a:hover {
	color: #23A7DE;
}


.sidebar-section .categories-menu {
	border-top: 2px solid #C9D2D2;
	padding: 15px 0 0;
	margin-top: 20px;
}


.sidebar-section .categories-menu h4 {
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	background: url("../images/filter-icon.png") no-repeat 0 2px;
	font-size: 16px;
	margin: 0 22px;
	padding: 0 0 0 33px;
	background-size: 20px;
	margin-bottom: 15px;
}



.categories-menu ul li a {
	border-top: 2px solid #C9D2D2;
	display: block;
	line-height: normal;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	padding: 15px 22px;
	position: relative;
}



.categories-menu ul li a .arrow {
	position: absolute;
	width: 16px;
	height: 16px;
	background: url("../images/chevron-down.png") no-repeat 0 0;
	right: 20px;
	top: 21px;
}



.categories-menu ul li ul.sub-menu-ul li a {
	padding: 15px 28px;
	border-left: 8px solid #C9D2D2;
}



.right-content-section {
	width: calc(100% - 240px);
	padding: 28px;
}


.list-grid-section {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.list-form-block {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	width: 80%;
}


.list-grid-section h1 {
	color: #2E3333;
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}


.list-form-block .sidebar-form {
	width: calc(100% - 175px);
}


.list-form-block .sidebar-form {
	width: calc(100% - 175px);
	border: 2px solid #C9D2D2;
	border-radius: 4px;
}


.list-form-block .sidebar-form input {
	padding: 0 50px 0 15px;
	height: 48px;
}


.list-grid-view {
	border: 2px solid #C9D2D2;
	border-radius: 2px;
	background: #fafafa;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}


.list-grid-view button {
	border: none;
	height: 48px;
	font-size: 0;
	cursor: pointer;
	width: 46px;
}


.list-grid-view button.list-view.active {
	background: #fafafa url("../images/list-btn-active-icon.svg") no-repeat center center;
	background-size: 20px;
}

.list-grid-view button.list-view {
	background: #fafafa url("../images/list-btn-icon.svg") no-repeat center center;
	background-size: 20px;
	border-right: 1px solid #C9D2D2;
}



.list-grid-view button.grid-view.active {
	background: #fafafa url("../images/grid-btn-active-icon.svg") no-repeat center center;
	background-size: 20px;
}

.list-grid-view button.grid-view {
	background: #fafafa url("../images/grid-btn-icon.svg") no-repeat center center;
	background-size: 20px;
	border-left: 1px solid #C9D2D2;
}


.all-select-block {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	background: #F5F5F5;
	height: 42px;
	margin: 20px 0 0;
	padding: 0 20px;
}


.all-select-block div {
	font-size: 14px;
	color: #7F8C8D;
	font-family: 'Open Sans', sans-serif;
}


.all-select-block .input-field {
	width: 14%;
	padding-right: 20px;
	margin-right: 35px;
	height: 19px;
}


.all-select-block .all-select-title {
	width: 51%;
	padding-right: 20px;
	background: url("../images/sort-up.png") no-repeat 47px 3px;
}

.all-select-block .all-select-opened {
	width: 8%;
	padding-right: 20px;
}

.all-select-block .all-select-modified {
	width: 10%;
	padding-right: 20px;
}


.all-select-block .all-select-type {
	width: 10%;
	padding-right: 20px;
}

.all-select-block .all-select-label {
	width: 5%;
	padding-right: 20px;
}

/* .all-select-block .all-select-permission{
	width: 25%;
	padding-right: 20px;
} */
.all-select-block .all-select-label[count]:after {
	content: attr(count);
	font-size: 0.8rem;
	text-align: center;
	color: white;
	background-color: #48BAE9;
	position: relative;
	width: 20px;
	height: 20px;
	left: 5px;
	border-radius: 50%;
}

.filter-labels label {
	font-size: 1px;
	display: flex;
	align-items: center;
	gap: 10px;
}


.list-view-container input[type="checkbox"] {
	width: 18px;
	height: 18px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	border: none;
	background: url("../images/checkbox.svg") no-repeat 0 0;
}


.list-view-container input[type="checkbox"]:after {
	content: ' ';
	width: 18px;
	height: 18px;
	display: none;
}


.list-view-container input[type="checkbox"]:checked:after {
	display: block;
	background: url("../images/checkbox-active.svg") no-repeat 0 0;
}



.list-view-list {
	border-top: 2px solid #C9D2D2;
	position: relative;
}


.list-view-list-inner {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	width: 100%;
	padding: 15px 20px;
}



.list-view-container input[type="checkbox"]:checked~.list-view-list-inner {
	background: #23A7DE1A;
}



.list-view-list input[type="checkbox"] {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 20px;
}


.list-view-list .product-image {
	width: 14%;
	padding-right: 20px;
	margin-left: 35px;
}


.list-view-list .product-image img {
	width: 100%;
	border-radius: 4px;
	border: 1px solid #C9D2D2;
}


.list-view-list .product-name {
	width: 50%;
	padding-right: 20px;
}

.list-view-list .product-permission-type {
	width: 10%;
}

.list-view-list .product-name h5,
.list-view-list p {
	color: #2E3333;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


.list-view-list .product-name h5 a {
	color: #2E3333;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
}


.list-view-list .product-date {
	width: 10%;
	padding-right: 20px;
}

.list-view-list .product-is_opened {
	width: 8%;
	padding-right: 20px;
}


.list-view-list .product-type {
	width: 10%;
	padding-right: 20px;
	position: relative;
}

.list-view-list .product-label {
	width: 15%;
	padding-right: 20px;
	position: relative;
}

.list-view-list .product-label #setup-label {
	display: flex;
	flex-direction: column;
}


.list-view-list .product-type .delete-icon {
	background: url("../images/delete-icon.svg") no-repeat 0 0;
	font-size: 0;
	border: none;
	width: 15px;
	height: 17px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	cursor: pointer;
}



.select-item-delete {
	box-shadow: 0px 0px 5px #00000052;
	background: #F5F5F5;
	height: 66px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	padding: 8px 20px;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	border-radius: 4px;
	margin: 0 2px;
}


.select-item-delete .input-field {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.select-item-delete .input-field input {
	margin-right: 15px;
}


.select-item-delete .input-field input[type="checkbox"]:checked::after {
	background: url("../images/square-minus.png") no-repeat 0 0;
	background-size: 100%;
}


.select-item-delete .input-field p {
	font-size: 16px;
	font-weight: normal;
	color: #2E3333;
	font-family: 'Roboto', sans-serif;
	margin: 0;
}


.delete-btn button {
	width: 150px;
	height: 35px;
	background: #fafafa;
	border: 1px solid #2E3333;
	border-radius: 4px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
}

.delete-btn button:hover {
	outline: inherit;
	border: 1px solid #2E3333;
	background: #F5F5F5;
}

.delete-btn button:active {
	outline: inherit;
	border: 1px solid #2E3333;
	background: #DADCDC;
}

.download_opt button {
	width: 150px;
	height: 35px;
	background: #fafafa;
}


/* .delete-btn button span {
	background: url("../images/delete-icon.svg") no-repeat 0 2px;
	padding-left: 20px;
} */



/*================================3Doptix 2====================================*/




/*==================================Grid 2=====================================*/


.grid-view-2 {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	margin: 30px 0 0;
}


.grid-view-2 .list-view-list {
	border-top: none;
	position: relative;
	border-radius: 4px;
	background: #F5F5F5;
	width: 23.6%;
	padding: 10px 10px 15px;
	margin: 0 1.8% 1.8% 0;
}


.grid-view-2 .list-view-list:nth-child(4n) {
	margin-right: 0;
}


.grid-view-2 .list-view-list-inner {
	padding: 0;
}


.grid-view-2 .list-view-list .product-image {
	width: 100%;
	padding-right: 0;
	margin-left: 0;
}


.grid-view-2 .list-view-list .product-name {
	width: 85%;
	padding: 0;
	margin: 11px 0 25px;
}

.grid-view-2 .list-view-list .product-label {
	width: 100%;
	padding: 0;
	margin: 11px 0 25px;
}

.grid-view-2 .list-view-list .product-is_opened {
	width: 15%;
	margin: 11px 0 25px;
}


.grid-view-2 .list-view-list .product-name h5 {
	font-weight: bold;
}


.grid-view-2 .list-view-list input[type="checkbox"] {
	position: absolute;
	top: 25px;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	left: 25px;
	background: url("../images/checkbox-black.png") no-repeat 0 0;
	height: 18px;
	background-size: 18px 18px;
	/* z-index: 2; */
}


.grid-view-2 .list-view-list input[type="checkbox"]:checked::after {
	background-size: 18px 18px;
}


.grid-view-2 .list-view-list .product-date {
	width: calc(100% - 80px);
	padding-right: 0;
}


.grid-view-2 .list-view-list .product-type {
	width: 80px;
	padding-right: 0;
	position: static;
	text-align: right;
}



.list-view-list .product-date span,
.list-view-list .product-type span {
	color: #7F8C8D;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	display: block;
	margin-bottom: 2px;
}



.list-view-container .grid-view-2 input[type="checkbox"]:checked~.list-view-list-inner {
	background: transparent;
}


.grid-view-2 .list-view-list-inner::after {
	content: "";
	display: block;
	background: #23A7DE1A;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: none;
}


.grid-view-2 input[type="checkbox"]:checked~.list-view-list-inner::after {
	display: block;
}


.grid-view-2 .list-view-list .product-type .delete-icon {
	background: url("../images/delete@2x.png") no-repeat 0 0;
	width: 16px;
	height: 24px;
	right: 25px;
	top: 25px;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	background-size: 100%;
	z-index: 2;
}


/*==================================Grid 2=====================================*/





/*==================================Grid 3=====================================*/


.grid-form-3 form {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}


.grid-form-3 form select {
	border-radius: 0;
	border: none;
	background: #f5f5f5 url("../images/chevron-down.png") no-repeat 90% center;
	padding: 0 45px 0 15px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	border-right: 2px solid #C9D2D2;
	margin-right: 10px;
}


.right-grid-section-3 .list-view-list .product-name {
	margin: 11px 0 10px;
}


.right-grid-section-3 .list-view-list .product-name h5 {
	min-height: 47px;
}



.right-grid-section-3 .author-image {
	width: calc(100% - 55px);
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.right-grid-section-3 .author-image img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	margin-right: 10px;
}



.right-grid-section-3 .author-image p {
	font-size: 14px;
}



.right-grid-section-3 .like-view {
	width: 55px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.right-grid-section-3 .like-view span a {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	position: relative;
	text-decoration: none;
}


.right-grid-section-3 .like-view span.like a::before {
	background: url("../images/like-icon.png") no-repeat 0 0;
	content: "";
	display: block;
	width: 31px;
	height: 28px;
	position: absolute;
	left: -2px;
	right: 0;
	margin: 0 auto;
	top: -18px;
	background-size: 21px;
}


.right-grid-section-3 .like-view span.view a::before {
	background: url("../images/view-icon.png") no-repeat 0 0;
	content: "";
	display: block;
	width: 31px;
	height: 28px;
	position: absolute;
	left: -2px;
	right: 0;
	margin: 0 auto;
	top: -18px;
	background-size: 21px;
}

.dropdown-menu-item:hover {
	cursor: pointer;
	transition: background-color 0.5s;
	background-color: rgb(233, 229, 229);
}

.dropdown-menu-item {
	width: 193px;
	display: flex;
	gap: 5px;
	font-size: 0.8rem;
	align-items: center;
}

.dropdown-menu-item .icon {
	width: 20%;
	overflow: hidden;
}







/*==================================Grid 3=====================================*/






/*=====================================================================================================================================================================================================================================================================================================================================================================*/




/*================================3Doptix 2====================================*/

@media (max-width:767px) {

	#fluid-header .logo {
		margin-top: 4px;
	}


	#fluid-header .logo a img {
		width: 90px;
	}


	#fluid-header .btn-blue {
		margin: 0 28px 0 0;
	}


	#fluid-header .btn-blue a {
		width: 120px;
		font-size: 13px;
	}


	.header-user {
		margin-left: 0;
	}


	.header-user a#user-link {
		font-size: 13px;
		padding: 0 14px 0 0;
		display: inline-block;
	}


	.header-user a#user-link::before {
		left: -16px;
		width: 12px;
		height: 12px;
	}


	.header-user a#user-link::after {
		width: 8px;
		height: 8px;
		top: 60%;
	}


	.user-ul {
		width: 14rem !important;
		left: auto;
		top: 34px;
	}


	.user-ul li a {
		font-size: 14px;
	}



	.sidebar-section,
	.right-content-section {
		width: 100%;
	}


	.list-form-block {
		width: 100%;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}


	.list-form-block .sidebar-form {
		width: 100%;
		margin: 16px 0;
	}



	.list-view-container {
		overflow: auto;
		padding-bottom: 17px;
	}


	.all-select-block .input-field {
		margin-right: 20px;
	}


	.list-view-list .product-image {
		padding-right: 20px;
		margin-left: 20px;
		padding-left: 10px;
	}


	.all-select-block,
	.list-view-list,
	.select-item-delete {
		width: 800px;
	}



	.list-view-list .product-name h5,
	.list-view-list p,
	.sidebar-menu ul li a {
		font-size: 14px;
	}



}

/*===media close===*/




@media (min-width:767px) and (max-width:1000px) {

	.list-form-block {
		width: 76%;
	}


	.list-view-container {
		overflow: auto;
		padding-bottom: 17px;
	}


	.all-select-block .input-field {
		margin-right: 20px;
	}


	.list-view-list .product-image {
		margin-left: 20px;
		padding-left: 10px;
	}


	.all-select-block,
	.list-view-list-inner {
		width: 800px;
	}


}

/*===media close===*/



@media (min-width:1000px) and (max-width:1520px) {


	.all-select-block .all-select-title,
	.list-view-list .product-name {
		width: 25%;
	}


	.all-select-block .all-select-modified,
	.list-view-list .product-date {
		width: 15%;
	}

	.all-select-block .all-select-type,
	.list-view-list .product-type {
		width: 10%;
	}

	.all-select-block .all-select-opened,
	.list-view-list .product-is_opened {
		width: 10%;
	}

	.all-select-block .all-select-label,
	.list-view-list .product-label {
		width: 15%;
	}


}

/*===media close===*/




/*================================3Doptix 2====================================*/



/*==================================Grid 2=====================================*/

@media (max-width:767px) {


	.grid-view-2 .list-view-list {
		width: 100%;
		margin: 0 0 20px;
	}

	.grid-view-2 .list-view-list .product-image {
		padding-left: 0;
	}


	.right-grid-section .all-select-block {
		display: none;
	}


	.right-grid-section .list-view-container {
		overflow: unset;
	}


	.right-grid-section .select-item-delete {
		width: 100%;
	}


	.right-grid-section .select-item-delete .delete-btn button {
		width: 95px;
	}


	.right-grid-section .select-item-delete .input-field p {
		font-size: 14px;
	}


}

/*===media close===*/



@media (min-width:767px) and (max-width:1000px) {


	.grid-view-2 .list-view-list-inner {
		padding: 0;
		width: 100%;
	}


	.grid-view-2 .list-view-list .product-image {
		padding-left: 0;
	}



	.grid-view-2 .list-view-list {
		width: 49%;
	}


	.grid-view-2 .list-view-list:nth-child(2n) {
		margin-right: 0;
	}


	.right-grid-section .all-select-block {
		width: 100%;
	}


	.right-grid-section .all-select-block .all-select-title {
		width: 32%;
	}


	.right-grid-section .all-select-block .all-select-modified {
		width: 28%;
	}


	.right-grid-section .all-select-block .all-select-type {
		width: 20%;
	}


}

/*===media close===*/



@media (min-width:1000px) and (max-width:1300px) {

	.grid-view-2 .list-view-list {
		width: 32%;
	}


	.grid-view-2 .list-view-list:nth-child(3n) {
		margin-right: 0 !important;
	}


	.grid-view-2 .list-view-list:nth-child(4n) {
		margin-right: 1.8%;
	}


	.grid-view-2 .list-view-list .product-name h5,
	.grid-view-2 .list-view-list p {
		font-size: 14px;
	}

}

/*===media close===*/



@media (min-width:1300px) and (max-width:1450px) {

	.grid-view-2 .list-view-list .product-name h5,
	.grid-view-2 .list-view-list p {
		font-size: 14px;
	}

}

/*===media close===*/







@media (min-width:1600px) {

	.grid-view-2 .list-view-list {
		border-top: none;
		position: relative;
		border-radius: 4px;
		background: #F5F5F5;
		width: 18.5%;
		padding: 10px;
		margin: 0 1.8% 1.8% 0;
	}


	.grid-view-2 .list-view-list:nth-child(4n) {
		margin-right: 1.8%;
	}


	.grid-view-2 .list-view-list:nth-child(5n) {
		margin-right: 0;
	}

}

/*=====media close======*/






/*==================================Grid 2=====================================*/




/*==================================Grid 3=====================================*/


@media (max-width:1000px) {

	.grid-form-3 form select {
		padding: 0 30px 0 10px;
		font-size: 14px;
	}

	.right-grid-section-3 .sidebar-form input {
		font-size: 14px;
	}

}

/*=====media close======*/



/*==================================Grid 3=====================================*/