/** SmarTool CMS BS3 Extension **/
#st-body .w-auto { width: auto; }
#st-body .max-w-100 { max-width: 100% !important; }
#st-body .remove-inline-space { font-size:0; }

#st-body .row-tiny {
	margin-right: -7px;
	margin-left: -7px;
}
#st-body .col-tiny {
	padding-right: 7px;
	padding-left: 7px;
}
#st-body .row-nogap {
	margin-right: 0;
	margin-left: 0;
}
#st-body .col-nogap {
	padding-right: 0;
	padding-left: 0;
}

#st-body .d-none, #st-body .hidden { display: none; }
#st-body .d-block { display: block; }
#st-body .d-inline { display: inline; }
#st-body .d-inline-block { display: inline-block; }
#st-body .d-inline-table { display: inline-table; }
#st-body .w-100 { width: 100%; }

#st-body .visible-xsv { display: none; }
#st-body .visible-xsv-inline { display: none; }
#st-body .visible-xsv-inline-block { display: none; }
#st-body .visible-xsv-table { display: none; }
#st-body .visible-xsv-tcell { display: none; }
@media (max-width: 480px) {
	#st-body .d-xsv-none { display: none; }
	#st-body .d-xsv-block { display: block; }
	#st-body .d-xsv-inline { display: inline; }
	#st-body .d-xsv-inline-block { display: inline-block; }
	#st-body .d-xsv-table { display: inline-table; }
	#st-body .d-xsv-inline-table { display: inline-table; }
	#st-body .w-xsv-100 { width: 100% !important; }	
	
	#st-body .text-xsv-left { text-align: left; }
	#st-body .text-xsv-right { text-align: right; }
	#st-body .text-xsv-center { text-align: center; }
	
	#st-body .hidden-xsv { display: none !important; }
	#st-body .visible-xsv { display: block; }
	#st-body .visible-xsv-inline { display: inline; }
	#st-body .visible-xsv-inline-block { display: inline-block; }
	#st-body .visible-xsv-table { display: table; }
	#st-body .visible-xsv-tcell { display: table-cell; }
	
	#st-body .col-xsv-4 { width: 33.3333%; }	
	#st-body .col-xsv-6 { width: 50%; }
	#st-body .col-xsv-12 { width: 100%; }
	
	#st-body .full-xsv { display: block !important; width: 100% !important; }
	#st-body .half-xsv { display: block !important; float: left; width: 50% !important; }	
}
@media (max-width: 767px) {	
	#st-body .d-xs-none { display: none; }
	#st-body .d-xs-block { display: block; }
	#st-body .d-xs-inline { display: inline; }
	#st-body .d-xs-inline-block { display: inline-block; }
	#st-body .d-xs-table { display: inline-table; }
	#st-body .d-xs-inline-table { display: inline-table; }
	#st-body .w-xs-100 { width: 100% !important; }		
	
	#st-body .text-xs-left { text-align: left; }
	#st-body .text-xs-right { text-align: right; }
	#st-body .text-xs-center { text-align: center; }	
	
	#st-body .full-xs { display: block; width: 100%; }
	#st-body .half-xs { display: block; float: left; width: 50%; }	
}



/***
@media (min-width: 1169px) {
	#st-body .hidden-lg {
		display: none!important;
	}
}

#st-body .visible-md { display: none; }
@media (min-width: 992px) {
	#st-body .visible-md {
		display: block !important;
	}
	#st-body table.visible-md {
		display: table !important;
	}
	#st-body tr.visible-md {
		display: table-row !important;
	}
	#st-body th.visible-md,
	#st-body td.visible-md {
		display: table-cell !important;
	}
}
***/



@media (min-width: 768px) {
	#st-body .row-vmiddle-sm {
		display: table;
	}
	#st-body .col-vmiddle-sm {
		float: none;
		display: table-cell;
		vertical-align: middle;
	}
}
@media (min-width: 480px) {
	#st-body .row-vmiddle-xs {
		display: table;
	}
	#st-body .col-vmiddle-xs {
		float: none;
		display: table-cell;
		vertical-align: middle;
		overflow: hidden;
	}
}

#st-body .col-xlg-1, 
#st-body .col-xlg-2, 
#st-body .col-xlg-3, 
#st-body .col-xlg-4, 
#st-body .col-xlg-5, 
#st-body .col-xlg-6, 
#st-body .col-xlg-7, 
#st-body .col-xlg-8, 
#st-body .col-xlg-9, 
#st-body .col-xlg-10, 
#st-body .col-xlg-11, 
#st-body .col-xlg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 1600px) {
	#st-body .col-xlg-1, 
	#st-body .col-xlg-2, 
	#st-body .col-xlg-3, 
	#st-body .col-xlg-4, 
	#st-body .col-xlg-5, 
	#st-body .col-xlg-6, 
	#st-body .col-xlg-7, 
	#st-body .col-xlg-8, 
	#st-body .col-xlg-9, 
	#st-body .col-xlg-10, 
	#st-body .col-xlg-11, 
	#st-body .col-xlg-12 {
		float: left;	
	}
	#st-body .col-xlg-12 {
		width: 100%;
	}
	#st-body .col-xlg-11 {
		width: 91.66666667%;
	}
	#st-body .col-xlg-10 {
		width: 83.33333333%;
	}
	#st-body .col-xlg-9 {
		width: 75%;
	}
	#st-body .col-xlg-8 {
		width: 66.66666667%;
	}
	#st-body .col-xlg-7 {
		width: 58.33333333%;
	}
	#st-body .col-xlg-6 {
		width: 50%;
	}
	#st-body .col-xlg-5 {
		width: 41.66666667%;
	}
	#st-body .col-xlg-4 {
		width: 33.33333333%;
	}
	#st-body .col-xlg-3 {
		width: 25%;
	}
	#st-body .col-xlg-2 {
		width: 16.66666667%;
	}
	#st-body .col-xlg-1 {
		width: 8.33333333%;
	}
	#st-body .col-xlg-pull-12 {
		right: 100%;
	}
	#st-body .col-xlg-pull-11 {
		right: 91.66666667%;
	}
	#st-body .col-xlg-pull-10 {
		right: 83.33333333%;
	}
	#st-body .col-xlg-pull-9 {
		right: 75%;
	}
	#st-body .col-xlg-pull-8 {
		right: 66.66666667%;
	}
	#st-body .col-xlg-pull-7 {
		right: 58.33333333%;
	}
	#st-body .col-xlg-pull-6 {
		right: 50%;
	}
	#st-body .col-xlg-pull-5 {
		right: 41.66666667%;
	}
	#st-body .col-xlg-pull-4 {
		right: 33.33333333%;
	}
	#st-body .col-xlg-pull-3 {
		right: 25%;
	}
	#st-body .col-xlg-pull-2 {
		right: 16.66666667%;
	}
	#st-body .col-xlg-pull-1 {
		right: 8.33333333%;
	}
	#st-body .col-xlg-pull-0 {
		right: auto;
	}
	#st-body .col-xlg-push-12 {
		left: 100%;
	}
	#st-body .col-xlg-push-11 {
		left: 91.66666667%;
	}
	#st-body .col-xlg-push-10 {
		left: 83.33333333%;
	}
	#st-body .col-xlg-push-9 {
		left: 75%;
	}
	#st-body .col-xlg-push-8 {
		left: 66.66666667%;
	}
	#st-body .col-xlg-push-7 {
		left: 58.33333333%;
	}
	#st-body .col-xlg-push-6 {
		left: 50%;
	}
	#st-body .col-xlg-push-5 {
		left: 41.66666667%;
	}
	#st-body .col-xlg-push-4 {
		left: 33.33333333%;
	}
	#st-body .col-xlg-push-3 {
		left: 25%;
	}
	#st-body .col-xlg-push-2 {
		left: 16.66666667%;
	}
	#st-body .col-xlg-push-1 {
		left: 8.33333333%;
	}
	#st-body .col-xlg-push-0 {
		left: auto;
	}
	#st-body .col-xlg-offset-12 {
		margin-left: 100%;
	}
	#st-body .col-xlg-offset-11 {
		margin-left: 91.66666667%;
	}
	#st-body .col-xlg-offset-10 {
		margin-left: 83.33333333%;
	}
	#st-body .col-xlg-offset-9 {
		margin-left: 75%;
	}
	#st-body .col-xlg-offset-8 {
		margin-left: 66.66666667%;
	}
	#st-body .col-xlg-offset-7 {
		margin-left: 58.33333333%;
	}
	#st-body .col-xlg-offset-6 {
		margin-left: 50%;
	}
	#st-body .col-xlg-offset-5 {
		margin-left: 41.66666667%;
	}
	#st-body .col-xlg-offset-4 {
		margin-left: 33.33333333%;
	}
	#st-body .col-xlg-offset-3 {
		margin-left: 25%;
	}
	#st-body .col-xlg-offset-2 {
		margin-left: 16.66666667%;
	}
	#st-body .col-xlg-offset-1 {
		margin-left: 8.33333333%;
	}
	#st-body .col-xlg-offset-0 {
		margin-left: 0;
	}
}

#st-body .carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
#st-body .carousel-fade .carousel-inner .active {
  opacity: 1;
}
#st-body .carousel-fade .carousel-inner .active.left,
#st-body .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
#st-body .carousel-fade .carousel-inner .next.left,
#st-body .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

#st-body .checkbox-inline label, 
#st-body .radio-inline label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}
#st-body .checkbox-inline:first-child label, 
#st-body .radio-inline:first-child label {
	padding-left: 0;
}


#st-body .img-center {
	margin: 0 auto;
}	
@media (max-width: 991px) {
	#st-body .text-center-sm {
		text-align: center;
	}
	#st-body .img-center-sm {
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	#st-body .text-center-xs {
		text-align: center;
	}
	#st-body .img-center-xs {
		margin: 0 auto;
	}
}
@media (max-width: 480px) {
	#st-body .text-center-xsv {
		text-align: center;
	}
	#st-body .img-center-xsv {
		margin: 0 auto;
	}
}


/** Forms **/
.form-inline-xsv .input-group {
	display: inline-table;
	vertical-align: middle;
}
.form-inline-xsv .input-group .form-control, 
.form-inline-xsv .input-group .input-group-addon, 
.form-inline-xsv .input-group .input-group-btn {
	width: auto;
}
.form-inline-xsv .input-group > .form-control {
	width: 100%;
}	
@media (min-width: 480px) {
	.form-inline-xs .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.form-inline-xs .input-group .form-control, 
	.form-inline-xs .input-group .input-group-addon, 
	.form-inline-xs .input-group .input-group-btn {
		width: auto;
	}
}

/** Tables **/
#st-body .table-basic {
	width: 100%;
	display: table;
	color: #252525;
	line-height: 1.57;
	letter-spacing: -0.3px;
	border-top: 2px solid #252525;
	margin-bottom: 10px;
}
#st-body .table-basic .tr {
	display: table-row;
}
#st-body .table-basic .tr:hover {
	background-color: #f5f5f5;
}
#st-body .table-basic .th {
	display: table-cell;
	font-weight: 500;
	text-align: center;
	padding: 10px 5px;
	background-color: #fafafa;
	border-bottom: 1px solid #252525;
}			
#st-body .table-basic .th-chk {
	width: 35px;
}
#st-body .table-basic .th-num {
	width: 65px;
}
#st-body .table-basic .th-subject {
	text-align: left;				
}
#st-body .table-basic .th-user,
#st-body .table-basic .th-date {
	width: 125px;
}
#st-body .table-basic .td {
	display: table-cell;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	vertical-align: middle;
	padding: 10px 5px;
	border-bottom: 1px solid #252525;
}
#st-body .table-basic .td-subject {
	text-align: left;
}
#st-body .table-basic .td a {
	color: #252525;
}
@media (max-width: 767px) {
	#st-body .table-basic .th.xs-last,
	#st-body .table-basic .td.xs-last {
		border-bottom: 1px solid #252525;
	}
}
@media (min-width: 481px) {
	#st-body .table-basic .td {
		max-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;	
	}		
}		
@media (max-width: 480px) {
	#st-body .table-basic,
	#st-body .table-basic .tr {
		display: block;
	}			
	#st-body .table-basic .th {
		padding-top: 5px;
		padding-bottom: 5px;					
	}			
	#st-body .table-basic .th,
	#st-body .table-basic .td {
		text-align: center;
		/**text-align: left;**/
	}			
	#st-body .table-basic .th-subject,
	#st-body .table-basic .td-subject {
		border-bottom: 1px solid #ddd;
	}
}
#st-body .table-basic-empty {
	width: 100%;
	padding: 40px 0 50px;
	border-bottom: 1px solid #252525;
	margin-bottom: 10px;
}		

/** 모바일 테이블 collapse 관련 **/
.collapse-xsv {
	display: none;
	margin-top: 10px;
}
.btn-collapse-xsv {
	color: #777;
	width: 38px;
	height: 38px;
	border-radius: 38px;
	padding: 7px 12px;
	margin: 0 auto;
} 
.btn-collapse-xsv:after {
	content: '+';	
}
.btn-collapse-xsv[aria-expanded="true"]{
	font-size: 125%;
	padding: 6px 12px;
	background-color: #f0ad4e;
	border: 1px solid #f0ad4e !important;
}
.btn-collapse-xsv[aria-expanded="true"]:after{
	content: '-';	
}


/** Padding/Margin **/
.p-0 { padding: 0 !important; }
.m-0 { margin: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }

/** Locale optimization **/
input[type=checkbox], input[type=radio] {
    margin: 3px 0 0;
}


/** SmarTool CMS Material Styles **/
#st-body .card {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#st-body .card {
	margin-bottom: 10px;
	box-sizing: border-box;
	border-radius: 2px;
	background-clip: padding-box;
}
#st-body .card span.card-title {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
}
#st-body .card .card-image {
	position: relative;
	overflow: hidden;
}
#st-body .card .card-image img {
	border-radius: 2px 2px 0 0;
	background-clip: padding-box;
	position: relative;
	z-index: -1;
}
#st-body .card .card-image span.card-title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 16px;
}
#st-body .card .card-content {
	padding: 16px;
	border-radius: 0 0 2px 2px;
	background-clip: padding-box;
	box-sizing: border-box;
}
#st-body .card .card-content p {
	margin: 0;
	color: inherit;
}
#st-body .card .card-content span.card-title {
	line-height: 48px;
}
#st-body .card .card-action {
	text-align: right;
	border-top: 1px solid rgba(160, 160, 160, 0.2);
	padding: 16px;
}
#st-body .card .card-action a {
	color: #ffab40;
	margin-right: 16px;
	transition: color 0.3s ease;
	text-transform: uppercase;
}
#st-body .card .card-action a:hover {
	color: #ffd8a6;
	text-decoration: none;
}


/** BS3 Ext like BS3 **/
#st-body .text-white { color: #fff; }

/** SmarTool CMS UI Helpers **/
#st-body .italic { font-style: italic; }
#st-body .bold { font-weight: bold; }
#st-body .underline { text-decoration: underline; }
#st-body .static { display: static; }
#st-body .block { display: block; }
#st-body .fixed { display: fixed; }
#st-body .inline { display: inline;}
#st-body .inline-block { display: inline-block; width: auto; }
#st-body .vtop { vertical-align: top; }
#st-body .vmiddle { vertical-align: middle; }
#st-body .vbottom { vertical-align: bottom; }
#st-body textarea { resize: vertical; }
#st-body pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
}
#st-body .img-bg-cover {
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

#st-body .keep-all { 
	word-break: keep-all; 
}
#st-body .ellipsis {
	width: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#st-body .ellipsis-li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#st-body .ellipsis-multi {
	display: -webkit-box;
	overflow: hidden; 
	text-overflow: ellipsis; 
	-webkit-box-orient: vertical; 
	word-wrap:break-word;
}
#st-body .ellipsis-multi.l2 {
	-webkit-line-clamp: 2;
}
#st-body .ellipsis-multi.l3 {
	-webkit-line-clamp: 3;
}

#st-body .font-size-10 { font-size: 10px; }
#st-body .font-size-11 { font-size: 11px; }
#st-body .font-size-12 { font-size: 12px; }
#st-body .font-size-13 { font-size: 13px; }
#st-body .font-size-14 { font-size: 14px; }
#st-body .font-size-15 { font-size: 15px; }
#st-body .font-size-16 { font-size: 16px; }
#st-body .font-size-17 { font-size: 17px; }
#st-body .font-size-18 { font-size: 18px; }
#st-body .font-size-19 { font-size: 19px; }
#st-body .font-size-20 { font-size: 20px; }

#st-body .cell-row {
	display: table;
	width: 100%;
	height:100%;
}
#st-body .cell {
	display: table-cell;
}
#st-body .cell-top {
	vertical-align: top;
}
#st-body .cell-middle {
	vertical-align: middle;
}
#st-body .cell-bottom {
	vertical-align: bottom;
}

#st-body ul.fa-check-style {
	margin-left: 1.5em;
}
#st-body ul.fa-check-style li {
	list-style: none;
}
#st-body ul.fa-check-style li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	float: left;
	margin-left: -1.5em;
}


#st-body .actions {
	width: 100%;
	height: inherit;
	max-height: inherit;
}
#st-body .actions::after {
	content: "";
	clear: both;
	display: table;
}
#st-body .actions.hr {
	border-top: 1px solid #eee;
	padding-top: 10px;
	margin-top: 5px;
}
#st-body .actions > .left {
	float: left;
	text-align: left;
}
#st-body .actions > .right {
	float: right;
	text-align: right;
}
#st-body .actions .divider-sm-v {
	position: relative;
	top: 1px;
    border-right: 1px solid #eaeaea;
    padding-left: 5px;
    margin-right: 10px;
}
#st-body .actions .btn,
#st-body .actions .form-control {
	margin-bottom: 5px;
}

#st-body .sch_word {
    color: #333;
    background-color: yellow;
}

#st-body .rel { position: relative; }
#st-body .rel.t-0 { top: 0px !important; }
#st-body .rel.t-1 { top: 1px !important; }
#st-body .rel.t-2 { top: 2px !important; }
#st-body .rel.t-3 { top: 3px !important; }
#st-body .rel.t-4 { top: 4px !important; }
#st-body .rel.t-5 { top: 5px !important; }
#st-body .rel.t-6 { top: 6px !important; }
#st-body .rel.t-7 { top: 7px !important; }
#st-body .rel.t-8 { top: 8px !important; }
#st-body .rel.t-9 { top: 9px !important; }
#st-body .rel.t-10 { top: 10px !important; }
#st-body .rel.t--1 { top: -1px !important; }
#st-body .rel.t--2 { top: -2px !important; }
#st-body .rel.t--3 { top: -3px !important; }
#st-body .rel.t--4 { top: -4px !important; }
#st-body .rel.t--5 { top: -5px !important; }
#st-body .rel.t--6 { top: -6px !important; }
#st-body .rel.t--7 { top: -7px !important; }
#st-body .rel.t--8 { top: -8px !important; }
#st-body .rel.t--9 { top: -9px !important; }
#st-body .rel.t--10 { top: -10px !important; }

#st-body .pt-0 { padding-top: 0px !important; }
#st-body .pt-1 { padding-top: 1px !important; }
#st-body .pt-2 { padding-top: 2px !important; }
#st-body .pt-3 { padding-top: 3px !important; }
#st-body .pt-4 { padding-top: 4px !important; }
#st-body .pt-5 { padding-top: 5px !important; }
#st-body .pt-10 { padding-top: 10px !important; }
#st-body .pt-15 { padding-top: 15px !important; }
#st-body .pt-20 { padding-top: 20px !important; }
#st-body .pb-0 { padding-bottom: 0px !important; }
#st-body .pb-1 { padding-bottom: 1px !important; }
#st-body .pb-2 { padding-bottom: 2px !important; }
#st-body .pb-3 { padding-bottom: 3px !important; }
#st-body .pb-4 { padding-bottom: 4px !important; }
#st-body .pb-5 { padding-bottom: 5px !important; }
#st-body .pb-10 { padding-bottom: 10px !important; }
#st-body .pb-15 { padding-bottom: 15px !important; }
#st-body .pb-20 { padding-bottom: 20px !important; }
#st-body .pl-0 { padding-left: 0px !important; }
#st-body .pl-1 { padding-left: 1px !important; }
#st-body .pl-2 { padding-left: 2px !important; }
#st-body .pl-3 { padding-left: 3px !important; }
#st-body .pl-4 { padding-left: 4px !important; }
#st-body .pl-5 { padding-left: 5px !important; }
#st-body .pl-10 { padding-left: 10px !important; }
#st-body .pl-15 { padding-left: 15px !important; }
#st-body .pl-20 { padding-left: 20px !important; }
#st-body .pr-0 { padding-right: 0px !important; }
#st-body .pr-1 { padding-right: 1px !important; }
#st-body .pr-2 { padding-right: 2px !important; }
#st-body .pr-3 { padding-right: 3px !important; }
#st-body .pr-4 { padding-right: 4px !important; }
#st-body .pr-5 { padding-right: 5px !important; }
#st-body .pr-10 { padding-right: 10px !important; }
#st-body .pr-15 { padding-right: 15px !important; }
#st-body .pr-20 { padding-right: 20px !important; }

#st-body .mt-0 { margin-top: 0px !important; }
#st-body .mt-1 { margin-top: 1px !important; }
#st-body .mt-2 { margin-top: 2px !important; }
#st-body .mt-3 { margin-top: 3px !important; }
#st-body .mt-4 { margin-top: 4px !important; }
#st-body .mt-5 { margin-top: 5px !important; }
#st-body .mt-10 { margin-top: 10px !important; }
#st-body .mt-15 { margin-top: 15px !important; }
#st-body .mt-20 { margin-top: 20px !important; }
#st-body .mt-25 { margin-top: 25px !important; }
#st-body .mt-30 { margin-top: 30px !important; }
#st-body .mt-35 { margin-top: 35px !important; }
#st-body .mt-50 { margin-top: 50px !important; }
#st-body .mb-0 { margin-bottom: 0px !important; }
#st-body .mb-1 { margin-bottom: 1px !important; }
#st-body .mb-2 { margin-bottom: 2px !important; }
#st-body .mb-3 { margin-bottom: 3px !important; }
#st-body .mb-4 { margin-bottom: 4px !important; }
#st-body .mb-5 { margin-bottom: 5px !important; }
#st-body .mb-10 { margin-bottom: 10px !important; }
#st-body .mb-15 { margin-bottom: 15px !important; }
#st-body .mb-20 { margin-bottom: 20px !important; }
#st-body .mb-25 { margin-bottom: 25px !important; }
#st-body .mb-30 { margin-bottom: 30px !important; }
#st-body .mb-35 { margin-bottom: 35px !important; }
#st-body .mb-50 { margin-bottom: 50px !important; }
#st-body .ml-0 { margin-left: 0px !important; }
#st-body .ml-1 { margin-left: 1px !important; }
#st-body .ml-2 { margin-left: 2px !important; }
#st-body .ml-3 { margin-left: 3px !important; }
#st-body .ml-4 { margin-left: 4px !important; }
#st-body .ml-5 { margin-left: 5px !important; }
#st-body .ml-10 { margin-left: 10px !important; }
#st-body .ml-15 { margin-left: 15px !important; }
#st-body .ml-20 { margin-left: 20px !important; }
#st-body .ml-25 { margin-left: 25px !important; }
#st-body .ml-30 { margin-left: 30px !important; }
#st-body .ml-35 { margin-left: 35px !important; }
#st-body .ml-50 { margin-left: 50px !important; }
#st-body .mr-0 { margin-right: 0px !important; }
#st-body .mr-1 { margin-right: 1px !important; }
#st-body .mr-2 { margin-right: 2px !important; }
#st-body .mr-3 { margin-right: 3px !important; }
#st-body .mr-4 { margin-right: 4px !important; }
#st-body .mr-5 { margin-right: 5px !important; }
#st-body .mr-10 { margin-right: 10px !important; }
#st-body .mr-15 { margin-right: 15px !important; }
#st-body .mr-20 { margin-right: 20px !important; }
#st-body .mr-25 { margin-right: 25px !important; }
#st-body .mr-30 { margin-right: 30px !important; }
#st-body .mr-35 { margin-right: 35px !important; }
#st-body .mr-50 { margin-right: 50px !important; }

@media (max-width: 480px) {
	#st-body .mt-xs-0 { margin-top: 0 !important; }
	#st-body .mb-xs-0 { margin-bottom: 0 !important; }
	#st-body .ml-xs-0 { margin-left: 0 !important; }
	#st-body .mr-xs-0 { margin-left: 0 !important; }
	
	#st-body .pt-xs-0 { padding-top: 0 !important; }
	#st-body .pb-xs-0 { padding-bottom: 0 !important; }
	#st-body .pl-xs-0 { padding-left: 0 !important; }
	#st-body .pr-xs-0 { padding-left: 0 !important; }	
}


/** Controls **/
#st-body .btn-small {
	font-size: 12px;
	font-weight: normal;
	padding: 6px 12px 5px;
	border-radius: 4px;
}
#st-body .form-control-small {
	font-size: 12px;
    height: 30px;
}
#st-body .cursor-hand, 
#st-body .cursor-pointer {
	cursor: pointer !important;
}
/**#st-body .w-inherit { width: inherit; }**/



/** ST Advanced Style **/
#st-body .flex, 
#st-body .actions {
	display: flex;
	display: -ms-flexbox;	
	-ms-flex-align: center;	
	align-items: center;
	max-height: 100000rem;  /* Prevent Android Chrome font boosting */
}
#st-body .left { margin-right: auto; }
#st-body .center { margin: 0 auto; }
#st-body .right { margin-left: auto; }
/***
#st-body .flex > .left, #st-body .actions > .left { margin-right: auto; }
#st-body .flex > .center, #st-body .actions > .center { margin: 0 auto; }
#st-body .flex > .right, #st-body .actions > .right { margin-left: auto; }
***/
#st-body .flex-self-auto { align-self: flex-auto; }
#st-body .flex-self-start { align-self: flex-start; }
#st-body .flex-self-end { align-self: flex-end; }

@media (max-width: 767px) {	
	#st-body .left-xs { margin-right: auto; }
	#st-body .center-xs { margin: 0 auto; }
	#st-body .right-xs { margin-left: auto; }	
	
	#st-body .flex-self-auto-xs { align-self: flex-auto; }
	#st-body .flex-self-start-xs { align-self: flex-start; }
	#st-body .flex-self-end-xs { align-self: flex-end; }	
}
@media (max-width: 480px) {
	#st-body .left-xsv { margin-right: auto; }
	#st-body .center-xsv { margin: 0 auto; }
	#st-body .right-xsv { margin-left: auto; }	
	
	#st-body .flex-self-auto-xsv { align-self: flex-auto; }
	#st-body .flex-self-start-xsv { align-self: flex-start; }
	#st-body .flex-self-end-xsv { align-self: flex-end; }		
}

/***
@media (max-width: 480px) {
	#st-body .flex > .left-xsv,
	#st-body .actions > .left-xsv { 
		margin-right: auto; 
	}
	#st-body .flex > .center-xsv,
	#st-body .actions > .center-xsv { 
		margin: 0 auto;
	}		
	#st-body .flex > .right-xsv,
	#st-body .actions > .right-xsv { 
		margin-left: auto; 
	}
}
***/


.page-header {
    border-bottom: 1px solid #ddd;
}
hr {
    border-top: 1px solid #ddd;
}
