/*------------------------------------------------------------------

[Master Dev Style]

Organization     : Flamecore 
Organization URI : http://flamecore.pro
Name Project     : Dashboard Garlic
Version          : 1.0.4
Author           : Andika Chamberlin
Author URI       : http://andikachamberlin.github.io

-------------------------------------------------------------------*/


/* materializecss */
.btn:hover{
	color: #fff;
}
.collapsible{
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	        box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	border: none;
}
.collapsible-body{
	padding: 0;
}
/* end materializecss */

/* toastr */
#toast-container > div {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	        box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
#toast-container > div:hover {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
          box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
/* end toastr */

/* nel */
._img-load{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
}
/* end nel */

/* custom schedule */
button.fc-state-default:focus{
	background-color: #eaeaea;
}
/* end custom schedule */

/* custom calendar */
.fc-center h2{
	font-size: 16px;
}
@media (max-width: 700px){
	.fc-center{
		position: absolute;
		top: 24px;
		right: 16px;
	}
	.fc-right{
		position: absolute;
		top: 60px;
	}
	.fc-view-container{
		margin-top: 60px;
	}
}
@media (max-width: 410px){
	.fc-center{
		right: none;
		left: 16px;
		margin-top: -10px;
	}
	.fc-center h2{
		font-size: 13px!important;
	}
	.fc-right{
		top: 90px;
	}
	.fc-left{
		margin-top: 30px;
	}
}
/* end custom calendar */

/* custom utility */
._data-table-overflow-x{
	overflow-y: hidden;
	overflow-x: auto;
	padding-bottom: 8px;
}
._icon-column{
	font-size: 64px;
}
/* end custom utility */

/*main container*/

._ds-container{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

._ds-sidebar{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 70px;
	background-image: linear-gradient(to left,#fff, rgba(255,255,255,0.92));
	box-shadow: 1px 0 6px rgba(0,0,0,0.1);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	z-index: 9998;
}

._ds-navbar{
	position: fixed;
	top: 0;
	right: 0;
	left: 70px;
	height: 60px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
	background-image: linear-gradient(#fff, rgba(255,255,255,0.9));
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	z-index: 9997;
}

._ds-content{
	position: fixed;
	top: 60px;
	right: 0;
	bottom: 0;
	left: 70px;
	overflow: hidden;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	background-image: linear-gradient(to top, #fff, rgba(255,255,255,0.9));
	z-index: 9996;
}

._ds-content-background{
	position: absolute;
	top: 40px;
	bottom: -200px;
	right: -200px;
	overflow: hidden;
}

._ds-content-background i{
	font-size: 800px;
	display: none;
}

._ds-content-interior{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

._ds-stack-back{
	position: absolute;
	right: -100px;
	bottom: 0;
	overflow: hidden;
}

._ds-stack-back i{
	font-size: 480px;
	color: #eaeaea;
}

._ds-stack-front{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 10;
}

/*end main container*/

/*sidebar*/

._ds-dots{
	height: 40px;
	text-align: center;
	position: relative;
}

._ds-dots li:nth-child(1){
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	height: 11px;
	width: 11px;
	border-radius: 50%;
	background-color: #ffcc5c;
}

._ds-dots li:nth-child(2){
	position: absolute;
	top: 50%;
	left: 13px;
	-webkit-transform: translate(0,-50%);
	    -ms-transform: translate(0,-50%);
	        transform: translate(0,-50%);
	height: 11px;
	width: 11px;
	border-radius: 50%;
	background-color: #ff6f69;
}

._ds-dots li:nth-child(3){
	position: absolute;
	top: 50%;
	left: 46px;
	-webkit-transform: translate(0,-50%);
	    -ms-transform: translate(0,-50%);
	        transform: translate(0,-50%);
	height: 11px;
	width: 11px;
	border-radius: 50%;
	background-color: #96ceb4;
}

._ds-sidebar-items{
	text-align: center;
}

._ds-sidebar-icon{
	position: absolute;
	top: 110px;
	right: 0;
	bottom: 50px;
	left: 0;
}

._ds-toggle,
._acc-toggle,
._al-toggle{
	position: relative;
	display: block;
	height: 65px;
}

._ds-toggle:before,
._acc-toggle:before,
._al-toggle:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	height: 0;
	width: 0;
	border-radius: 50%;
	background-color: #e9e9e9;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

._ds-toggle:hover:before,
._acc-toggle:hover:before,
._al-toggle:hover:before{
	width: 40px;
	height: 40px;
}

._ds-toggle i,
._acc-toggle i,
._al-toggle i{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	font-size: 26px;
	color: #444;
}

._ds-toggle-border-bottom{
	border-bottom: 1px solid #eee;
}

._ds-toggle-border-top{
	border-top: 1px solid #eee;
}

._ds-toggle-desc{
	position: fixed;
	top: 18px;
	left: 84px;
	background-color: #03dada;
	z-index: -1;
	padding: 3px 12px;
	border-radius: 32px;
	font-size: 13px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
					box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	overflow: hidden;
	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	color: #fff;
}

@media (max-width: 600px){
	._ds-toggle-desc{
		left: 70px;
	}
}

@media (min-width: 993px){
	._ds-toggle:hover ._ds-toggle-desc,
	._acc-toggle:hover ._ds-toggle-desc,
	._al-toggle:hover ._ds-toggle-desc{
		opacity: 1;
		visibility: visible;
	}
}

._ds-bubble-active ._ds-toggle-desc{
	opacity: 1;
	visibility: visible;
}

._ds-toggle-list:hover ._ds-bubble-active ._ds-toggle-desc{
	opacity: 0;
	visibility: hidden;
}

._ds-setting{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 50px;
	background-color: #fafafa;
	border-top: 1px solid #eee;
	z-index: -1;
}

._ds-setting-icon{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}

._ds-setting-icon:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 0px;
	height: 0px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border-radius: 50%;
	background-color: #e1e1e1;
}

._ds-setting-icon:hover:before,
._ds-setting-icon._ds-setting-icon-circle:before{
	width: 35px;
	height: 35px;
}

._ds-setting-icon i{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	font-size: 26px;
	color: #444;
}

._ds-setting-content{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 70px;
	background-color: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
					-webkit-transition: 0.4s;
					-o-transition: 0.4s;
					transition: 0.4s;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 9990;
}

._ds-setting-content-active{
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

/*end sidebar*/

/*user*/
._ds-user-users{
	position: relative;
	text-align: center;
	height: 65px;
	cursor: pointer;
}
._ds-user{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ddd;
	text-align: center;
}

._ds-user:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 45px;
	height: 45px;
	border-radius: 50%;
}

._ds-user._ds-user-active:before{
	border: 3px solid #aaa;
}

._ds-user-content{
	position: fixed;
	top: 0;
	left: 70px;
	right: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
	text-align: left;
}

._ds-user-content-active{
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

@media (max-width: 600px){
	._ds-user-content{
		left: 0;
	}
}


._ds-user-notice{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 13px;
	height: 13px;
	background-color: seagreen;
	border-radius: 50%;
}
/*end user*/

/*navbar*/

._ds-navbar:before,
._ds-navbar:after,
._ds-navbar{
	content: "";
	display: block;
	clear: both;
}

._ds-navbar-items{
	float: right;
}

._ds-navbar-list{
	float: left;
}

._ds-navbar-mobile{
	float: left;
}

._ds-navbar-mobile a{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}

._ds-navbar-menu,
._ds-navbar-mobile,
._ds-navbar-palette,
._ds-navbar-logout{
	position: relative;
	display: block;
	height: 60px;
	width: 50px;
	float: left;
	cursor: pointer;
}

._ds-navbar-mobile{
	width: 70px;
}


._ds-navbar-palette:before,
._ds-navbar-menu:before,
._ds-navbar-logout:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	background-color: #eaeaea;
	border-radius: 50%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

._ds-navbar-palette:hover:before,
._ds-navbar-palette-circle:before,
._ds-navbar-menu:hover:before,
._ds-navbar-menu-circle:before,
._ds-navbar-logout:hover:before{
	width: 32px;
	height: 32px;
}

._ds-navbar-menu i,
._ds-navbar-mobile i,
._ds-navbar-palette i,
._ds-navbar-logout i{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	font-size: 24px;
	color: #444;
}

._ds-palette-content,
._ds-menu-content{
	position: fixed;
	top: 0px;
	right: 0;
	bottom: 0;
	width: 400px;
	box-shadow: -1px 0 3px rgba(0,0,0,0.1);
	background-image: linear-gradient(to left,#fff, #fff, rgba(255,255,255,0.7));
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	overflow: hidden;
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
	z-index: 99;
}

@media (max-width: 600px){
	._ds-palette-content,
	._ds-menu-content{
		width: 250px;
	}
}

._ds-palette-content._ds-palette-content-active,
._ds-menu-content._ds-menu-content-active{
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

._ds-palette-item{
	text-align: center;
	border: 1px solid transparent;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	padding: 16px;
	cursor: pointer;
}

._ds-palette-item:hover{
	border-color: #ddd;
}

._ds-palette-icon i{
	font-size: 60px;
}

/*end navbar*/

/* tab */
._ds-toggle._ds-toggle-active:before,
._ds-bubble-active:before,
._acc-toggle._acc-toggle-active:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.1));
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

._ds-content-item {
	position: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
	background-color:#fff;
}

._ds-content-item-show {
	display: block;
}

/* end tab */

/* mobile */
@media (max-width: 600px){
	._ds-sidebar{
		left: -70px;
	}
	._ds-navbar,
	._ds-footer,
	._ds-content,
	._ds-content-item{
		left: 0;
	}
}

._ds-sidebar-mobile{
	left: 0;
}

._ds-sidebar-zero{
	left: 70px;
}
/* end mobile */

/* column */
@media (min-width: 993px){

	/* col 1 */
	._ds-col-1{
		position: absolute;
		top: 16px;
		right: 16px;
		bottom: 16px;
		left: 16px;
		border: 1px solid #eee;
		background-color: #fff;
	}

	/* col 2 */
	._ds-col-2{
		position: absolute;
		border: 1px solid #eee;
		background-color: #fff;
	}

	._ds-col-2:nth-child(1){
		top: 16px;
		left: 16px;
		bottom: 16px;
		width: calc(50% - 24px);
	}

	._ds-col-2:nth-child(2){
		top: 16px;
		right: 16px;
		bottom: 16px;
		width: calc(50% - 24px);
	}

	/* col 3 */
	._ds-col-3{
		position: absolute;
		border: 1px solid #eee;
		background-color: #fff;
	}

	._ds-col-3:nth-child(1){
		top: 16px;
		left: 16px;
		height: calc(50% - 24px);
		width: calc(50% - 24px);
	}

	._ds-col-3:nth-child(2){
		top: 16px;
		right: 16px;
		height: calc(50% - 24px);
		width: calc(50% - 24px);
	}

	._ds-col-3:nth-child(3){
		right: 16px;
		bottom: 16px;
		left: 16px;
		height: calc(50% - 24px);
	}

	/* col 4 */
	._ds-col-4{
		position: absolute;
		border: 1px solid #eee;
		background-color: #fff;
	}

	._ds-col-4:nth-child(1){
		top: 16px;
		left: 16px;
		height: calc(50% - 24px);
		width: calc(50% - 24px);
	}

	._ds-col-4:nth-child(2){
		top: 16px;
		right: 16px;
		height: calc(50% - 24px);
		width: calc(50% - 24px);
	}

	._ds-col-4:nth-child(3){
		bottom: 16px;
		left: 16px;
		height: calc(50% - 24px);
		width: calc(50% - 24px);
	}

	._ds-col-4:nth-child(4){
		bottom: 16px;
		right: 16px;
		width: calc(50% - 24px);
		height: calc(50% - 24px);
	}

	/* col 5 */
	._ds-col-sub-1{
		position: absolute;
		border: 1px solid #eee;
		background-color: #fff;
	}

	._ds-col-sub-1:nth-child(1){
		top: 0;
		left: 0;
		bottom: 0;
		width: calc(50% - 8px);
	}

	._ds-col-sub-1:nth-child(2){
		top: 0;
		right: 0;
		bottom: 0;
		width: calc(50% - 8px);
	}

	/* col 6 */
	._ds-col-sub-2{
		position: absolute;
		border: 1px solid #eee;
		background-color: #fff;
	}

	._ds-col-sub-2:nth-child(1){
		top: 0;
		left: 0;
		bottom: 0;
		width: calc(50% - 8px);
	}

	._ds-col-sub-2:nth-child(2){
		top: 0;
		right: 0;
		bottom: 0;
		width: calc(50% - 8px);
	}

	/* col 7 */
	._ds-col-sub-3{
		position: absolute;
		border: 1px solid #eee;
		background-color: #fff;
	}

	._ds-col-sub-3:nth-child(1){
		top: 0;
		left: 0;
		bottom: 0;
		width: calc(50% - 8px);
	}

	._ds-col-sub-3:nth-child(2){
		top: 0;
		right: 0;
		bottom: 0;
		width: calc(50% - 8px);
	}

	/* col 8 */
	._ds-col-sub-4{
		position: absolute;
		border: 1px solid #eee;
		background-color: #fff;
	}

	._ds-col-sub-4:nth-child(1){
		top: 0;
		left: 0;
		bottom: 0;
		width: calc(50% - 8px);
	}

	._ds-col-sub-4:nth-child(2){
		top: 0;
		right: 0;
		bottom: 0;
		width: calc(50% - 8px);
	}

	/* col 9 - 16 */
	._ds-col-sub-last-1{
		position: absolute;
		border: 1px solid #eee;
		background-color: #fff;
		top: 0;
		left: 0;
		right: 0;
		height: calc(50% - 8px);
	}

	._ds-col-sub-last-2{
		border: 1px solid #eee;
		background-color: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: calc(50% - 8px);
	}

	/* 4 chain */
	._ds-col-4-chain-1,
	._ds-col-4-chain-2,
	._ds-col-4-chain-3,
	._ds-col-4-chain-4{
		position: absolute;
		border: 1px solid #eee;
		background-color: #fff;
	}

	._ds-col-4-chain-1{
		top: 0;
		left: 0;
		width: calc(50% - 8px);
		height: calc(50% - 8px);
	}

	._ds-col-4-chain-2{
		top: 0;
		right: 0;
		width: calc(50% - 8px);
		height: calc(50% - 8px);
	}

	._ds-col-4-chain-3{
		bottom: 0;
		left: 0;
		width: calc(50% - 8px);
		height: calc(50% - 8px);
	}

	._ds-col-4-chain-4{
		bottom: 0;
		right: 0;
		width: calc(50% - 8px);
		height: calc(50% - 8px);
	}

}

@media (max-width: 992px){
	/* col 1 */
	._ds-col-1{
		position: relative;
		height: 150px;
		border: 1px solid #eee;
		background-color: #fff;
		margin: 8px;
	}
	/* col 2 */
	._ds-col-2{
		position: relative;
		border: 1px solid #eee;
		background-color: #fff;
	}

	._ds-col-2:nth-child(1){
		height: 150px;
		margin: 8px;
	}

	._ds-col-2:nth-child(2){
		height: 150px;
		margin: 8px;
	}

	/* col 3 */
	._ds-col-3{
		position: relative;
		border: 1px solid #eee;
		background-color: #fff;
	}

	._ds-col-3:nth-child(1){
		height: 150px;
		margin: 8px;
	}

	._ds-col-3:nth-child(2){
		height: 150px;
		margin: 8px;
	}

	._ds-col-3:nth-child(3){
		height: 150px;
		margin: 8px;
	}

	/* col 4 */
	._ds-col-4{
		position: relative;
		border: 1px solid #eee;
		background-color: #fff;
	}

	._ds-col-4:nth-child(1){
		height: 150px;
		margin: 8px;
	}

	._ds-col-4:nth-child(2){
		height: 150px;
		margin: 8px;
	}

	._ds-col-4:nth-child(3){
		height: 150px;
		margin: 8px;
	}

	._ds-col-4:nth-child(4){
		height: 150px;
		margin: 8px;
	}

	/* col 5 */
	._ds-col-sub-1{
		position: relative;
		border: 1px solid #eee;
		background-color: #fff;
	}

	._ds-col-sub-1:nth-child(1){
		height: 150px;
	}

	._ds-col-sub-1:nth-child(2){
		height: 150px;
		margin-top: 8px;
	}
	
	/* col 6 */
	._ds-col-sub-2{
		position: relative;
		border: 1px solid #eee;
		background-color: #fff;
	}

	._ds-col-sub-2:nth-child(1){
		height: 150px;
	}

	._ds-col-sub-2:nth-child(2){
		height: 150px;
		margin-top: 8px;
	}

	/* col 7 */
	._ds-col-sub-3{
		position: relative;
		border: 1px solid #eee;
		background-color: #fff;
	}

	._ds-col-sub-3:nth-child(1){
		height: 150px;
	}

	._ds-col-sub-3:nth-child(2){
		height: 150px;
		margin-top: 8px;
	}

	/* col 8 */
	._ds-col-sub-4{
		position: relative;
		border: 1px solid #eee;
		background-color: #fff;
	}

	._ds-col-sub-4:nth-child(1){
		height: 150px;
	}

	._ds-col-sub-4:nth-child(2){
		height: 150px;
		margin-top: 8px;
	}

	/* col 9 - 16 */
	._ds-col-sub-last-1{
		position: relative;
		height: 150px;
		border: 1px solid #eee;
		background-color: #fff;
	}

	._ds-col-sub-last-2{
		position: relative;
		height: 150px;
		border: 1px solid #eee;
		background-color: #fff;
	}

/* end */
}

/* col stuck inside */
@media (max-width: 992px){
	._ds-col-4._ds-col-4-stuck{
		height: 308px;
	}
	._ds-col-4._ds-col-h1-sub-stuck{
		margin-top: 164px;
	}
	._ds-col-sub-last-stuck{
		margin-top: 164px;
	}
	._ds-col-4._ds-col-h2-sub-stuck{
		margin-top: 320px;
	}
}

/* col stuck background */
._ds-col-background-stuck{
	background-color: transparent;
	border: none;
}

/* col icon position */
._ds-col-icon{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
}

._ds-col-icon i{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	font-size: 50px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

._ds-col-icon:hover i{
	color: rgb(10, 166, 228);
}

@media (max-width: 992px){
	._ds-col-icon i{
		position: absolute;
		top: 50%;
		left: 16px;
		-webkit-transform: translate(0,-50%);
		    -ms-transform: translate(0,-50%);
		        transform: translate(0,-50%);
	}	
}

@media (max-width: 600px){
	._ds-col-icon i{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		    -ms-transform: translate(-50%,-50%);
		        transform: translate(-50%,-50%);
	}
}

/* overflow text */
._text-overflow{
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
/* end overflow text */

/* end column */

/* widget */
._widget-bl{
	position: relative;
	height: 50px;
	overflow: hidden;
	color: #fff;
	padding-left: 70px;
	padding-right: 10px;
	padding-top: 2px;
	overflow: hidden;
}

._widget-bl small{
	color: #fff;
}

._widget-bl-icon{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 60px;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
}

._widget-icon{
	font-size: 30px;
	color: #fff;
}

._widget-bl-line{
	margin-top: 4px;
	height: 3px;
	background-color: rgba(255,255,255,0.7);
}

._widget-nl{
	position: relative;
}

._widget-nl-icon{
	position: absolute;
	top: 16px;
	right: 16px;
}

._widget-nl-icon i{
	font-size: 100px;
	color: rgba(255,255,255,0.5);
}

._widget-nl-number{
	position: absolute;
	top: 16px;
	left: 16px;
	color: #fff;
	font-size: 40px;
	z-index: 10;
}

._widget-nl-more{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: rgba(255,255,255,0.7);
	border-top: 1px solid rgba(255,255,255,0.2);
	height: 30px;
}

._widget-nl-more:hover{
	color: rgba(255,255,255,1);
}

._widget-nl-more i{
	font-size: 13px;
	margin-right: 4px;
}

._widget-nl-desc{
	font-size: 16px;
}

._widget-height-d{
	height: 150px;
}

._widget-height-t{
	height: 50px;
}

._widget-height-s{
	height: 90px;
}

._widget-height-m{
	height: 300px;
}

._widget-height-l{
	height: 400px;
}

._widget-height-g{
	height: 500px;
}

._widget-bg-blue{
	background-color: rgb(34, 171, 212);
}

._widget-bg-green{
	background-color: rgb(51, 194, 70); 
}

._widget-bg-yellow{
	background-color: rgb(245, 152, 31); 
}

._widget-bg-red{
	background-color: rgb(228, 34, 34); 
}
/* end widget */

/* sosial widget */
._profil-background{
	height: 100px;
	position: relative;
}
._profil-background-hero{
	position: absolute;
	top: 16px;
	left: 16px;
	color: #fff;
}
._profil-avatar{
	position: absolute;
	bottom: -40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	height: 80px;
	width: 80px;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #eee;
	border: 3px solid #fff;
}

._profil-cols{
	position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
	border-top: none;
	padding-bottom: 20px;
}

._profil-col{
	text-align: center;
	float: left;
	width: 33.33333%;
	margin-top: 50px;
}

/* end sosial widget */

/* tab interior */
._ds-tab-interior{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 200px;
	background-image: linear-gradient(to top, #fff, rgba(255,255,255,0.1));
	/* border-right: 1px solid #eee; */
	box-shadow: 1px 0 3px rgba(0,0,0,0.1);
	z-index: 10;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 16px;
}

._ds-tab-interior-content{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: calc(100% - 200px);
	overflow-x: hidden;
	overflow-y: auto;
}

@media (max-width: 992px){
	._ds-tab-interior{
		width: 100px;
	}
	._ds-tab-interior-content{
		width: calc(100% - 100px);
	}
}

._ds-tab-interior-hero{
	position: relative;
	padding: 16px;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

@media (max-width: 992px){
	._ds-tab-interior-hero{
		font-size: 12px;
	}
}

/* tab */
.tabs._ds-tab-interior-list {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: auto;
  width: 100%;
  background-color: transparent;
  margin: 0 auto;
  white-space: normal;
}

.tabs.tabs-transparent {
  background-color: transparent;
}

.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #fff;
}

.tabs.tabs-transparent .indicator {
  background-color: transparent;
}

.tabs.tabs-fixed-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs.tabs-fixed-width .tab {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tabs._ds-tab-interior-list .tab {
  display: block;
  text-align: left;
  line-height: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.tabs._ds-tab-interior-list .tab a {
  color: #999;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  font-size: 13px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 993px){
	.tabs._ds-tab-interior-list .tab a{
		padding: 0 16px;
		font-size: 11px;
	}
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
  background-color: rgba(246, 178, 181, 0.2);
  outline: none;
}

.tabs._ds-tab-interior-list .tab a{
	position: relative;
	z-index: 2;
}

.tabs._ds-tab-interior-list .tab a:hover, 
.tabs._ds-tab-interior-list .tab a.active{
	background-color: transparent;
}

.tabs._ds-tab-interior-list .tab a:hover:before, 
.tabs._ds-tab-interior-list .tab a.active:before{
	background-color: rgb(229, 240, 243);
}

.tabs._ds-tab-interior-list .tab a:before{
	content: "";
	position: absolute;
	top: 4px;
	right: 6px;
	bottom: 4px;
	left: 6px;
	z-index: -1;
	border-radius: 32px;
}

.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
  color: rgba(238, 110, 115, 0.4);
  cursor: default;
}

.tabs._ds-tab-interior-list .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: transparent;
  will-change: left, right;
}

@media only screen and (max-width: 992px) {
  .tabs._ds-tab-interior-list {
    display: block;
  }
  .tabs._ds-tab-interior-list .tab {
    display: block;
  }
  .tabs .tab a {
    padding: 0 16px;
  }
}

/* end tab interior */

/* btn */
._btn-marshmello-b{
	padding: 10px 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	        box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	cursor: pointer;
	display: inline-block;
}
._btn-marshmello-c{
	padding: 10px 20px;
	border-radius: 32px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	        box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	cursor: pointer;
	display: inline-block;
}

._btn-marshmello-b:hover,
._btn-marshmello-c:hover{
	background-color: #f9f9fa;
}

._btn-load {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 32px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	        box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	cursor: pointer;
	overflow: hidden;
	color: #999;
}

._btn-load-circle{
	width: 20px;
	height: 20px;
	border: 2px solid #ddd;
	border-radius: 50%;
	display: inline-block;
	float: left;
	margin-right: 6px;
	border-right-color: transparent;
	-webkit-animation: _btn-circle-spin 1s linear infinite;
	        animation: _btn-circle-spin 1s linear infinite;

}

@-webkit-keyframes _btn-circle-spin{
	100%{
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes _btn-circle-spin{
	100%{
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
/* end btn */

/* filter box */
._filter-box{
	position: relative;
	height: 100px;
	background: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	        box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	border-radius: 4px;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}

._filter-box:hover{
	background-color: #fcfcfc;
}
/* end filter box */

/*acc content*/
._acc-content{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 200px;
	z-index: 9999;
	background-color: #fff;
	box-shadow: 1px 0 2px rgba(0,0,0,0.1);
	transform: translateX(-100%);
	border-left: 1px solid #eee;
	text-align: left;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	/* opacity: 0; */
	/* visibility: hidden; */
}

._acc-content-active{
	transform: translateX(0);
	/* opacity: 1; */
	/* visibility: visible; */
}

._acc-content h6{
	margin: 20px 16px 16px 16px;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

._acc-content a{
	padding: 10px 16px;
	display: block;
	font-size: 13px;
	position: relative;
	z-index: 2;
}

._acc-content a:before{
	content: "";
	position: absolute;
	top: 4px;
	right: 5px;
	bottom: 4px;
	left: 5px;
	transition: 0.1s;
	z-index: -1;
	border-radius: 32px;
}
._acc-content a:hover:before{
	background-color: rgb(229, 240, 243);
}

._acc-content a._acc-content-toggle-active:before{
	content: "";
	position: absolute;
	top: 4px;
	right: 5px;
	bottom: 4px;
	left: 5px;
	transition: 0.1s;
	z-index: -1;
	border-radius: 32px;
	background-color: rgb(229, 240, 243);
}

._acc-content-toggle-active ._acc-content-toggle-desc{
	position: fixed;
	top: 12px;
	left: 280px;
	background-color: #03dada;
	color: #fff;
	padding: 8px 16px;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	border-radius: 32px;
	text-align: center;
}

@media (max-width: 400px){
	._acc-content-toggle-active ._acc-content-toggle-desc{
		width: 120px;
		text-align: left;
	}
}

@media (max-width: 600px){
	._acc-content-toggle-active ._acc-content-toggle-desc{
		width: 150px;
		text-align: left;
		left: 269px;
	}
}


._acc-content a i{
	font-size: 20px;
	float: left;
	width: 30px;
}

._ds-half-circle{
	position: absolute;
	top: -100px;
	right: -100px;
	width: 230px;
	height: 230px;
	border-radius: 50%;
}

._ds-position-half-circle{
	position: absolute;
	bottom: 30%;
	left: 20%;
}

._ds-half-circle._nel-bg-red:before{
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 100;
}