#grid-asset {
	padding: 10px 0px 0px 10px;
	float: left;
	color: #5d5f68;
	font-size: 14px;
	width: calc(100% - 240px);
	background-color: #EFF1F9;
	overflow: auto;
	height: calc(100vh - 140px);
	left: 240px;
	position: absolute;
	top: 48px;
	/* z-index: -2; */
}

.asset-contatiner {
	width: 340px;
	display: inline-block;
	position: relative;
	/* float: left; */
	margin: 15px 15px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.wrapper-asset {
	/* width: 350px; */
	height: 247px;
	background: #fff;
	position: relative;
	overflow: hidden;
	/* margin-right: 20px; */
	border: solid 0px rgba(255, 255, 255, 0.06);
}

.wrapper-asset.active {
	/* border: solid 2px rgba(1, 105, 250, 0.478) !important; */
	box-shadow: 0px 0px 7px rgba(1, 105, 250, 1) !important;
}

.wrapper-asset:hover {
	transform: scale(1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
	border: solid 0px rgba(255, 255, 255, 0.06);
}

.wrapper-asset .container-asset {
	width: 100%;
	height: 100%;
}

.wrapper-asset .container-asset .top {
	/* height: 325px; */
	width: 100%;
	/* background: url(https://s-media-cache-ak0.pinimg.com/736x/49/80/6f/49806f3f1c7483093855ebca1b8ae2c4.jpg) no-repeat center center; */
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.wrapper-asset .container-asset .bottom {
	width: 200%;
	height: 28%;
	transition: transform 0.5s;
}

.wrapper-asset .container-asset .bottom.clicked {
	transform: translateX(-50%);
}

.wrapper-asset .container-asset .bottom h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 25px;
	/* font-weight: bold; */
}

.wrapper-asset .container-asset .bottom p {
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: -5px;
}

.wrapper-asset .container-asset .bottom p strong {
	font-size: 11px;
	font-weight: normal;
}

.wrapper-asset .container-asset .bottom .left {
	/* height: 100%; */
	width: 50%;
	background: #f4f4f4;
	position: relative;
	float: left;
}

.wrapper-asset .container-asset .bottom .left .details {
	padding: 5px;
	float: left;
	width: calc(80% - 28px);
}

.wrapper-asset .container-asset .bottom .left .details span {
	font-size: 11px;
}

.wrapper-asset .container-asset .bottom .left .column-updated {
	/* padding: 10px; */
	float: left;
	/* width: calc(70% - 40px); */
	color: #666;
	font-size: 12px;
}

.wrapper-asset .container-asset .bottom .left .buy {
	float: right;
	width: calc(30% - 2px);
	height: 100%;
	background: #f1f1f1;
	transition: background 0.5s;
	border-left: solid thin rgba(0, 0, 0, 0.1);
}

.wrapper-asset .container-asset .bottom .left .buy i {
	font-size: 30px;
	padding: 30px;
	color: #254053;
	transition: transform 0.5s;
}

.wrapper-asset .container-asset .bottom .left .buy:hover {
	background: #2096f3;
}

.wrapper-asset .container-asset .bottom .left .buy:hover i {
	transform: translateY(5px);
	color: #00394B;
}

.buybtn {
	background-color: #a2a2a2;
	/* border-left: solid 1px #ddd; */
	border-radius: 0px;
	/* padding: 14px; */
	width: 90px;
	margin-top: 10px;
}

.wrapper-asset .container-asset .bottom .right {
	width: 50%;
	background: #E8EAED;
	color: #0168fa;
	float: right;
	height: 200%;
	overflow: hidden;
}

.wrapper-asset .container-asset .bottom .right .details {
	padding: 10px;
	float: right;
	width: calc(80% - 40px);
}

.wrapper-asset .container-asset .bottom .right .details h1 {
	font-size: 16px;
	font-weight: 700;
}

.wrapper-asset .container-asset .bottom .right .details p {
	font-size: 12px;
	color: #0168fa;
	margin-top: 2px;
	font-weight: bold;
}

.wrapper-asset .container-asset .bottom .right .done {
	width: calc(30% - 2px);
	float: left;
	transition: transform 0.5s;
	border-right: solid thin rgba(255, 255, 255, 0.3);
	height: 50%;
}

.wrapper-asset .container-asset .bottom .right .done i {
	font-size: 30px;
	padding: 12px 30px;
	color: #0168fa;
}

/* 
.wrapper-asset .container-asset .bottom .right .remove {
	width: calc(30% - 1px);
	clear: both;
	border-right: solid thin rgba(255, 255, 255, 0.3);
	height: 50%;
	background: #00327d;
	transition: transform 0.5s, background 0.5s;
}

.wrapper-asset .container-asset .bottom .right .remove:hover {
	background: #0746a6;
}

.wrapper-asset .container-asset .bottom .right .remove:hover i {
	transform: translateY(5px);
}

.wrapper-asset .container-asset .bottom .right .remove i {
	transition: transform 0.5s;
	font-size: 30px;
	padding: 5px 30px;
	color: white;
} */

/* .wrapper-asset .container-asset .bottom .right:hover .remove, */
/* .wrapper-asset .container-asset .bottom .right:hover .done {
	transform: translateY(-100%);
} */

.wrapper-asset .inside {
	z-index: 1;
	background: #f4f4f4;
	width: 110px;
	height: 110px;
	position: absolute;
	top: -70px;
	right: -70px;
	border-radius: 0px 0px 200px 200px;
	transition: all 0.5s, border-radius 2s, top 1s;
	overflow: hidden;
}

.wrapper-asset .inside .icon {
	position: absolute;
	right: 77px;
	top: 72px;
	color: #666666;
	opacity: 1;
	font-size: 17px;
}

.wrapper-asset .inside:hover {
	width: 100%;
	right: 0;
	top: 0;
	border-radius: 0;
	height: 100%;
	font-size: 11px;
}

.wrapper-asset .inside:hover .icon {
	opacity: 0;
	right: 15px;
	top: 15px;
}

.wrapper-asset .inside:hover .contents {
	opacity: 1;
	transform: scale(1);
	transform: translateY(0);
	height: 300px;
	;
}

.wrapper-asset .inside .contents {
	padding: 5%;
	opacity: 0;
	transform: scale(0.5);
	/* transform: translateY(-200%); */
	transition: opacity 0.2s, transform 0.8s;
}

.wrapper-asset .inside .contents table {
	text-align: left;
	width: 100%;
}

.wrapper-asset .inside .contents h1,
.wrapper-asset .inside .contents p,
.wrapper-asset .inside .contents table {
	color: #333;
}

.wrapper-asset .inside .contents p {
	font-size: 11px;
}

.wrapper-asset .asset-details p {
	font-size: 11px;
	margin-bottom: 0px;
	padding-bottom: 4px;
}

.wrapper-asset .asset-details h2 {
	margin-top: 6px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

/* Stats */

.stats-asset {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    /* background: #eef1ff; */
    /* overflow: auto; */
    padding: 0px;
    color: #ffffff;
    border-radius: 0px;
    width: 100%;
    height: 40px;
    font-size: 12px;
}

.stats-asset div {
    border-right: 1px solid #ddd;
    width: 25%;
    float: left;
    text-align: center;
    height: 38px;
}

.stats-asset div strong {
	display: block;
	width: 100%;
	font-size: 12px;
	color: #666666;
}

.stats-asset div:nth-of-type(4) {
	border: none;
}

.stats-asset .label-accepted {
    background-color: #8bc34a;
    font-weight: normal;
    color: #fff;
    padding: 2px 5px 3px;
    border-radius: 3px;
    border: solid 1px #8bc34a;
}

.stats-asset .label-rejected {
	background-color: #FF5722;
	font-weight: normal;
	color: #fff;
	padding: 2px 5px 3px;
	border-radius: 3px;
    border: solid 1px #FF5722;
}

.stats-asset .label-submitted {
	background-color: #0168fa;
	font-weight: normal;
	color: #fff;
	padding: 0px 5px 2px;
}

.stats-asset .label-draft {
	background-color: #2096f3;
	font-weight: normal;
	color: #fff;
	padding: 2px 5px 3px;
	border-radius: 3px;
    border: solid 1px #2096f3;
}

/* Tags */

.asset-tags ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
}

.asset-tags li+li {
	margin-left: .5rem;
}

.asset-tags a {
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 3px;
	color: #999999;
	font-size: .75rem;
	height: 1.5rem;
	line-height: 1.5rem;
	letter-spacing: 1px;
	padding: 0 .5rem;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	width: 5rem;
}

/* Top Body */
.profile-asset {
	/* min-height: 325px; */
	display: inline-block;
	padding: 0px;
	width: 100%;
}

.profile-asset h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}

figcaption.ratings {
	margin-top: 20px;
}

figcaption.ratings a {
	color: #f1c40f;
	font-size: 11px;
}

figcaption.ratings a:hover {
	color: #f39c12;
	text-decoration: none;
}

.divider {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.emphasis {
	border-top: 4px solid transparent;
}

.emphasis:hover {
	border-top: 4px solid #2096f3;
}

.emphasis h2 {
	margin-bottom: 0;
	margin-top: 5px;
}

span.tags {
    background: #929698;
    border-radius: 2px;
    color: #f5f5f5;
    font-weight: normal;
    padding: 2px 4px 2px;
    font-size: 11px;
}

.dropup .dropdown-menu {
	box-shadow: none;
	-webkit-box-shadow: none;
	width: 179px;
	left: -158% !important;
	top: -20px !important;
	top: -91px;
	height: 105px;
	position: absolute;
	bottom: 0px;
	z-index: 9999999999999999;
	border: solid 1px #ddd;
	font-size: 12px;
}

.dropup .dropdown-menu .divider {
	background: none;
}

.dropup .dropdown-menu>li>a {
	color: #f5f5f5;
}

.dropup .dropdown-menu>li>a:focus,
.dropup .dropdown-menu>li>a:hover {
	background-image: none;
	background-color: #007de0;
}

.dropup .dropdown-menu {
	margin-bottom: 10px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.dropup .dropdown-menu:before {
	content: "";
	border-top: 10px solid #dddddd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	bottom: -10px;
	left: 82%;
	margin-left: -10px;
	z-index: 10;
}

.dropup .btn {
	/* background-color: #fff; */
}

.buybtn {
	background-color: #ffffff;
	color: #0168fa;
	font-size: 14px;
	border: solid 1px #c3c1c1;
	font-weight: 700;
	border-radius: 5px;
}

/* Asset Accordion */
#sidebar-asset .panel-default>.panel-heading {
	color: #333;
	/* background-color: #fff; */
	border-color: #e4e5e7;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#sidebar-asset .panel-default>.panel-heading a {
	display: block;
	padding: 10px 25px 0px 25px;
	border-bottom: rgba(255, 255, 255, 0.06);
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#sidebar-asset .panel-default>.panel-heading a:after {
	content: "";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	transition: transform .25s linear;
	-webkit-transition: -webkit-transform .25s linear;
}

#sidebar-asset .panel-default>.panel-heading a[aria-expanded="true"] {
	/* background-color: #fff; */
	/* border-bottom: solid 1px #eee; */
}

#sidebar-asset .panel-default>.panel-heading a[aria-expanded="true"]:after {
	content: "\2212";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#sidebar-asset .panel-default>.panel-heading a[aria-expanded="false"]:after {
	content: "\002b";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/*------------------------------------------------------------------------
// Checkout Sidebar
-------------------------------------------------------------------------*/
.checkoutPanel {
	width: 0;
	position: fixed;
	z-index: 1;
	height: calc(100vh - 140px);
	top: 115px;
	right: -21px;
	background-color: #f4f4f4;
	background-image: linear-gradient(160deg, #dae2ef, #c8d6ea) !important;
	overflow-x: hidden;
	transition: 0.5s;
	padding: 60px 10px 10px 10px;
	border-left: rgba(255, 255, 255, 0.06);
}

.checkoutPanel a {
	padding: 0px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.checkoutPanel a:hover {
	color: #f1f1f1;
}

.checkoutPanel .closebtn {
	position: absolute;
	top: 0px;
	left: 10px;
	/* font-size: 36px; */
}

.openbtn {
	font-size: 20px;
	cursor: pointer;
	background-color: #111;
	color: white;
	padding: 10px 15px;
	border: none;
}

.openbtn:hover {
	background-color: #444;
}


/* Added For New Asset Approval Page */


.filemgr-sidebar-body .nav-link i {
    font-size: 20px;
    margin-right: 12px;
    color: #566476;
    line-height: 0px;
}
.nav-sidebar .nav-link.active i{
    color: #0168fa;
}
#asset_reply_box{
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
}

#asset_mailbox {
    /* position: absolute; */
    /* height: calc(100% - 26px); */
}

.ql-container.ql-snow {
    border: 0px solid #ccc !important;
}
.btn_reply {
    height: 60px !important;
    border-radius: 0px;
}

.assetDetailsTab {
    background-color: #fff;
    position: relative;
    height: 100%;
    width: 100%;
  }
  .assetDetailsTabCollapse {
    width: calc(100% - 300px) !important;
  }
  /* #asset_data_div_reply {
    height: calc(100vh - 202px) !important;
    position: relative;
    padding: 15px;
    min-height: unset;
    top: 55px;
} */
.splitter {
    width: 100%;
    height: calc(100vh - 240px);
  }
  
  #separator {
    cursor: row-resize;
    background-color: #e9ecf4;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='3'><path d='M2 30 0 M5 0 v30 M8 0 v30' fill='none' stroke='black'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 5px;
    text-align: center;
    /* Prevent the browser's built-in drag from interfering */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#separator i{
    position: relative;
    top: -9px;
    color: #8392a5;
    font-size: 16px;
}
#first {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 10px;
}
#second {
    width: 100%;
    height: 150px;
    min-width: 10px;
}
.wysihtml5-sandbox {
    height: calc(100% - 40px) !important;
    width : calc(100% - 0px) !important;
	padding: 0px 0px 0px 10px !important;
}
.wysihtml5-toolbar {
	border-bottom: 1px solid rgba(72, 94, 144, 0.16) !important;
}
.wysihtml5-toolbar > li {
    margin: 0 5px 0px 0 !important;
}
.wysihtml5-toolbar .btn {
	font-size: 11px !important;
    padding: 5px 10px;
	border: 0px;

}
.wysihtml5-editor {
	width: calc(100% - 200px) !important;
}

.rating {
    width: 90px;
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: center;
    height: 10px;
    position: relative;
  }

  .rating>label {
    float: right;
    display: inline;
    padding: 0;
    margin: 0;
    position: relative;
    width: 1.1em;
    cursor: pointer;
    color: #000;
    font-size: 15px;
  }

  .rating>label:hover,
  .rating>label:hover~label,
  .rating>.checked~label {
    color: red;
  }

  .rating>label:hover:before,
  .rating>label:hover~label:before,
  .rating>label.checked:before,
  .rating>label.checked~label:before
{
    content: "\F4CE";
    position: absolute;
    left: -1px;
    top: 4px;
    color: #ffc107;
    font: normal normal normal 18px/1 "Material Design Icons", sans-serif;
  }