body, html {
	padding:0;
	margin:0;
	font-family:Play, sans-serif;
	font-size:14px;
	background:url(/media/images/background_type.png) #f4f4f4;
    height:100%;
}
.fa {
	font-size:14px;
}
.clear {
	clear:both;
	display:block;
}
.dt-full-width {
	width:100%;
	box-sizing:border-box;
}
a:link {
	color:#269;
	text-decoration:none;
}
a:visited {
	color:#48b;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.container {
	max-width:960px;
	margin:0 auto;
	padding:0 15px;
}
.paper {
	background:#fff;
	box-shadow:0 1px 4px rgba(0,0,0,0.14);
	padding:15px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
h1 {
	font-size:28px;
	min-height:32px;
	line-height:32px;
	margin:18px 0;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:17px;
}
h5 {
	font-size:14px;
	font-weight:bold;
}
h6 {
	font-size:11px;
	font-weight:bold;
}
#dt-page-color-background {
	height:300px;
	margin-bottom:-228px;
}
#dt-page {
	background:#fff;
	box-shadow:0 1px 6px rgba(0,0,0,0.3);
	min-height:252px;
	margin-top:72px;
}
#dt-main {
	min-height:100%;
	box-sizing:border-box;
	margin-top:-48px;
	overflow-y:hidden;
	padding:48px 0 0 0;
}
#dt-footer {
	background:rgba(0,0,0,0.05);
	min-height:32px;
	padding:8px;
	text-align:center;
	color:#aaa;
}
#dt-footer .dt-footer-rights {
	color:#777;
}
#dt-footer .dt-footer-policy {
	font-size:12px;
}

/* Table */
.dt-table-wrap {
	overflow-x:auto;
	width:100%;
}
.dt-table {
	min-width:100%;
	border:0px;
	border-collapse:collapse;
}
.dt-table td {
	padding:0px;
}

/* Breadcrumbs */
.dt-breadcrumbs {
	position:relative;
	margin-top:-18px;
	margin-bottom:9px;
}
.dt-breadcrumbs a {
	display:inline-block;
	margin-right:10px;
}
.dt-breadcrumbs-delimiter {
	display:inline-block;
}
.dt-breadcrumbs-delimiter:before {
	content:"\f105";
	font:normal normal normal 14px/1 FontAwesome;
	margin-right:10px;
}

/* Label */
label {
	display:block;
	height:32px;
	line-height:32px;
}

/* Button */
.dt-button,
.dt-button:link,
.dt-button:visited {
	display:inline-block;
	border:0;  
	background: #479;
	color:#fff;
	height:32px;
	line-height:32px;
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
	cursor:pointer;
	padding:0 15px;
	text-align:center;
	transition:box-shadow 200ms;
	text-decoration:none;
}
.dt-button.unactive, 
.dt-button.unactive:link,
.dt-button.unactive:visited {
	opacity:0.5;
}
.dt-button:hover {
	text-decoration:none;
	background:#368
}
.dt-button:active {
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.2);
}
.dt-button i.fa {
	font-size:14px;
	margin-right:7px;
}
.dt-button span {
	font:14px Play;
}

/* Input */
.dt-input-text {
	height:32px;
	line-height:32px;
	padding:0 15px;
	background:#fff;
	border:none;
	box-shadow:0 1px 2px rgba(0,0,0,0.1);
}

/* Select */
.dt-select {
	height:32px;
	line-height:32px;
	padding:0 5px;
	background:#fff;
	border:none;
	box-shadow:0 1px 2px rgba(0,0,0,0.1);
}
.dt-input-text.inset,
.dt-select.inset {
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
	background:#f8f8f8;
}

/* Message */
.dt-message {
	background:#fff;
	padding:10px 15px 10px 45px;
	position:relative;
	border-radius:2px;
	margin-bottom:15px;
	box-shadow:inset 36px 0 0 rgba(0,0,0,0.1);
}
.dt-message:before {
	display:block;
	position:absolute;
	left:12px;
	height:14px;
	line-height:14px;
	vertical-align:middle;
	margin-top:-7px;
	top:50%;
	content:"\f05a";
	font:normal normal normal 14px/1 FontAwesome;
}
.dt-message a {
	color:#fff;
	text-decoration:underline;
}
.dt-message-type-error {
	background:#c00;
	color:#fff;
}
.dt-message-type-error:before {
	content:"\f071";
}
.dt-message-type-warning {
	background:#c52;
	color:#fff;
}
.dt-message-type-warning:before {
	content:"\f071";
}
.dt-message-type-info {
	background:#69a;
	color:#fff;
}
.dt-message-type-success {
	background:#0a0;
	color:#fff;
}

/* Tool icons */
.dt-tool-icon {
	width:32px;
	height:32px;
	display:inline-block;
	background-repeat: no-repeat;
	border-radius:2px;
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
	position:relative;
}
h1 .dt-tool-icon {
	display:inline-block;
}
h1 .dt-aside-tool-icon {
	min-height:32px;
	display:inline-block;
	line-height:32px;
	padding-left:8px;
	vertical-align:top;
}
.dt-tool-icon.toggle {
	background-position:center center;
	background-image:url( /media/images/toggle_40.png );
	box-shadow:none;
}
.dt-tool-icon-protected:before {
	display:block;
	position:absolute;
	right:-3px;
	bottom:-3px;
	padding:2px 3px 2px 3px;
	border-radius:3px 0 3px 0;
	content:"\f023";
	box-shadow:0 1px 2px rgba(0,0,0,0.3);
	font:normal normal normal 9px FontAwesome;
	color:inherit;
	background-color:#fff;
}

/* Toolbar */
#dt-toolbar {
	position:relative;
	height:48px;
	background:#222;
	margin:0;
	overflow:hidden;
	z-index:20;
}
#dt-toolbar .dt-tool-icon {
	display:block;
	float:left;
	margin:8px 4px 4px 8px;
}
.dt-toolbar-title {
	height:32px;
	margin:8px 0 0 4px;
	display:block;
	position:relative;
	color:#fff;
	float:left;
}
.dt-toolbar-title-devtools {
	color:#888;
}
.dt-toolbar-tool-list-toggle {
	cursor:pointer;
}
.dt-toolbar-tool-list-toggle:hover {
	background-image:url( /media/images/toggle_40.png ) !important;
	background-position:center center !important;
}
#dt-toolbar.list-visible,
#dt-toolbar.list-visible {
	background:#111;
}
@keyframes dt-toolbar-menu-toggle-hint-animation { 
	0%   {color: #fff;}
	50%  {color: #ccc;}
	100% {color: #fff;}
}
#dt-toolbar-menu-toggle-hint {
	position:absolute;
	top:56px;
	left:8px;
	height:32px;
	line-height:32px;
	padding:0 15px;
	color:#fff;
	z-index:5;
	background:#222;
	border-radius:3px;
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
	cursor:pointer;
	animation: dt-toolbar-menu-toggle-hint-animation 0.7s infinite;
}
#dt-toolbar-menu-toggle-hint:before {
	content:"";
	display:block;
	position:absolute;
	top:-7px;
	left:9px;
	border-bottom:7px solid #222;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
}

/* Toolbar - locale */
.dt-locale-icon {
	float:left;
	width:32px;
	height:32px;
	border-radius:2px;
	text-align:center;
}
.dt-locale-icon i.fa {
	font-size:21px;
	height:32px;
	line-height:32px;
}
#dt-toolbar-locale {
	display:block;
	float:right;
	height:32px;
	padding:8px;
	color:#888;
	line-height:32px;
	text-align:right;
	cursor:pointer;
}
#dt-toolbar-locale .dt-toolbar-locale-name {
	float:left;
	display:block;
}
#dt-toolbar-locale:hover {
	color:#fff;
}
#dt-toolbar-locale .dt-locale-icon {
	margin-left:10px;
}
#dt-locale-list {
	position:fixed;
	top:0;
	right:-250px;
	width:240px;
	background:#222;
	bottom:0;
	transition:right 300ms;
	z-index:21;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
} 
#dt-locale-list.visible {
	right:0;
}
#dt-locale-list .dt-locale-list-unit {
	height:48px;
	line-height:48px;
	color:#fff;
	padding:0 15px;
	cursor:pointer;
	display:block;
} 
#dt-locale-list .dt-locale-list-unit .dt-locale-icon {
	margin-right:10px;
	margin-top:8px;
}
#dt-locale-list .dt-locale-request {
	height:48px;
	line-height:48px;
	color:#fff;
	background:#181818;
	padding:0 15px;
	cursor:pointer;
	text-align:center;
	display:block;
} 
#dt-locale-list .dt-locale-request i.fa {
	margin-right:8px;
}
#dt-locale-list .dt-locale-list-unit:hover {
	background:#111;
	text-decoration:none;
}

/* Toolbar - tool list */
#dt-tool-list {
	position:fixed;
	top:0;
	left:-250px;
	width:240px;
	background:#222;
	bottom:0;
	transition:left 300ms;
	z-index:21;
	overflow-y:hidden;
}
#dt-tool-list.visible {
	left:0;
}
#dt-tool-list #dt-tool-list-header {
	width:100%;
}
#dt-tool-list #dt-tool-list-header .dt-tool-icon {
	margin:8px;
	float:left;
}
#dt-tool-list #dt-tool-list-header .dt-toolbar-title {
	margin:8px 0;
}
#dt-tool-list-items-wrap {
	height:100%;
	margin-bottom:-96px;
	padding-bottom:96px;
	width:240px;
	box-sizing:border-box;
	position:relative;
}
#dt-tool-list-items {
	height:100%;
	overflow-y:auto;
}
#dt-tool-list-items::-webkit-scrollbar-track {
	background-color: transparent;
}
#dt-tool-list-items::-webkit-scrollbar {
	width: 8px;
	background-color: transparent;
}
#dt-tool-list-items::-webkit-scrollbar-thumb {
	background-color: #333;
}
#dt-tool-list-items:hover::-webkit-scrollbar-thumb {
	background-color: #555;
}
#dt-tool-list .dt-tool-list-unit {
	padding:8px;
	clear:both;
	height:32px;
	cursor:pointer;
	display:block;
}
#dt-tool-list .dt-tool-list-unit:hover {
	background:#111;
}
#dt-tool-list .dt-tool-list-unit .dt-tool-icon {
	display:block;
	float:left;
	margin:0;
}
#dt-tool-list .dt-tool-list-unit.active {
	background-color:#111;
}
#dt-tool-list .dt-tool-list-unit.active .dt-tool-icon  {
	background-color:#222;
}
#dt-tool-list .dt-tool-list-unit-title {
	display:block;
	float:left;
	padding-left:8px;
	line-height:32px;
	height:32px;
	color:#fff;
	width:174px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:elipsis;
}
#dt-tool-list-userbar {
	background:#111;
	height:32px;
	padding:8px;
	color:#fff;
	display:block;
	position:relative;
	z-index:2;
}
#dt-tool-list-userbar i.fa {
	float:left;
	display:block;
	font-size:28px;
	height:32px;
	width:32px;
	line-height:32px;
	text-align:center;
	vertical-align:middle;
}
#dt-tool-list-userbar-info {
	float:left;
	margin-left:8px;
	display:block;
	width:184px;
}
#dt-tool-list-userbar .dt-tool-list-userbar-login {
	margin-top:2px;
	display:block;
}
#dt-tool-list-userbar .dt-tool-list-userbar-helper {
	font-size:12px;
	color:#888;
	display:block;
}

/* Overlay */
#dt-overlay {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:none;
	z-index:10;
}

/* Paginator */
.dt-paginator {
	display:block;
	min-height:32px;
	margin:10px -5px 0 -5px;
	padding:0;
}
.dt-paginator a {
	display:block;
	float:left;
	background: #fff;
	color:#479;
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
	margin:0 5px 10px 5px;
	height:32px;
	min-width:32px;
	line-height:32px;
	text-align:center;
	box-sizing:border-box;
}
.dt-paginator a:hover {
	text-decoration:none;
	box-shadow:0 1px 3px rgba(0,0,0,0.5);
}
.dt-paginator a:active {
	text-decoration:none;
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.3);
}
.dt-paginator .dt-paginator-previous:before {
	content:"\f053";
	font:normal normal normal 14px/1 FontAwesome;
}
.dt-paginator .dt-paginator-next:before {
	content:"\f054";
	font:normal normal normal 14px/1 FontAwesome;
}
.dt-paginator .dt-paginator-previous.unactive,
.dt-paginator .dt-paginator-next.unactive {
	background:transparent;
	box-shadow:none;
	color:#888;
	cursor:default;
}
.dt-paginator .dt-paginator-direct {
	padding:0 10px;
}
.dt-paginator .dt-paginator-current {
	background:#479;
	color:#fff;
	padding:0 10px;
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.2);
}
.dt-paginator .dt-paginator-current:hover {
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.2);
}
.dt-paginator .dt-paginator-space {
	display:block;
	float:left;
	height:32px;
	width:32px;
	text-align:center;
	line-height:32px;
	color:#888;
}
.dt-paginator .dt-paginator-space:before {
	content:"\f141";
	font:normal normal normal 14px/1 FontAwesome;
}

/* scroll top */
#dt-scroll-top {
	display:none;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	width:96px;
	cursor:pointer;
	background:rgba(0,0,0,0.0);
	overflow:hidden;
	transition:background 200ms;
}
#dt-scroll-top-info {
	position:absolute;
	bottom:0px;
	left:0;
	text-align:center;
	right:0;
	height:48px;
	transition:all 500ms;
	color:rgba(68,119,153,0.5);
}
#dt-scroll-top:hover {
	background:rgba(68, 119, 153 ,0.1);
}
#dt-scroll-top:hover #dt-scroll-top-info {
	bottom:24px;
	color:rgba(68,119,153,1);
}
#dt-scroll-top-info i.fa {
	font-size:28px;
	display:block;
	height:28px;
	line-height:28px;
}
#dt-scroll-top-info span {
	display:block;
	font-size:12px;
}

@media (max-width: 1200px) {
	#dt-scroll-top {
		width:0;
	}
}

/* responsive */
.row {
	clear:both;
	margin:0 -15px;
}
.block {
	padding:0 15px;
}
.row:after {
	content: "";
	clear:both;
	display:block;
}
.col {
	float:left;
	position:relative;
	min-height:1px;
}
.col-right {
	float:right;
	position:relative;
	min-height:1px;
}

/* */

.col-1 {width:8.3333333%}
.col-2 {width:16.6666666%}
.col-3 {width:25%}
.col-4 {width:33.3333333%}
.col-5 {width:41.6666666%}
.col-6 {width:50%}
.col-7 {width:58.3333333%}
.col-8 {width:66.6666666%}
.col-9 {width:75%}
.col-10 {width:83.3333333%}
.col-11 {width:91.6666666%}
.col-12 {width:100%}

.hide {
	display:none !important;
}

@media (max-width: 1140px) { 	/* l */
	.hide-l {
		display:none !important;
	}
	.show-l {
		display:block !important;
	}
}

@media (max-width: 960px) {		/* m */
	.col-m-1 {width:8.3333333%}
	.col-m-2 {width:16.6666666%}
	.col-m-3 {width:25%}
	.col-m-4 {width:33.3333333%}
	.col-m-5 {width:41.6666666%}
	.col-m-6 {width:50%}
	.col-m-7 {width:58.3333333%}
	.col-m-8 {width:66.6666666%}
	.col-m-9 {width:75%}
	.col-m-10 {width:83.3333333%}
	.col-m-11 {width:91.6666666%}
	.col-m-12 {width:100%}
	
	.hide-m {
		display:none !important;
	}
	.show-m {
		display:block !important;
	}
}

@media (max-width: 720px) {		/* s */
	.col-s-1 {width:8.3333333%}
	.col-s-2 {width:16.6666666%}
	.col-s-3 {width:25%}
	.col-s-4 {width:33.3333333%}
	.col-s-5 {width:41.6666666%}
	.col-s-6 {width:50%}
	.col-s-7 {width:58.3333333%}
	.col-s-8 {width:66.6666666%}
	.col-s-9 {width:75%}
	.col-s-10 {width:83.3333333%}
	.col-s-11 {width:91.6666666%}
	.col-s-12 {width:100%}
	
	.hide-s {
		display:none !important;
	}
	.show-s {
		display:block !important;
	}
}

@media (max-width: 480px) {		/* xs */
	.col-xs-1 {width:8.3333333%}
	.col-xs-2 {width:16.6666666%}
	.col-xs-3 {width:25%}
	.col-xs-4 {width:33.3333333%}
	.col-xs-5 {width:41.6666666%}
	.col-xs-6 {width:50%}
	.col-xs-7 {width:58.3333333%}
	.col-xs-8 {width:66.6666666%}
	.col-xs-9 {width:75%}
	.col-xs-10 {width:83.3333333%}
	.col-xs-11 {width:91.6666666%}
	.col-xs-12 {width:100%}
	
	.hide-xs {
		display:none !important;
	}
	.show-xs {
		display:block !important;
	}
}