@charset "utf-8";

* {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none,
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	font-size-adjust: none;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;   
	box-sizing: border-box;        
	outline:0;
	outline-offset:-2px;
}
*:before,*:after { -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}


html, body, div, span, applet, object, iframe,
h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	 -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	 -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; 
	/*
	font: inherit;
	vertical-align: baseline;
	vertical-align: inherit;
	*/
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	font-weight:600;
}
h1 {
	font-size:32px;
}
h2 {
	font-size:28px;
}
h3 {
	font-size:23px;
}
h4 {
	font-size:18px;
}
h5 {
	font-size:15px;
}
body {
	line-height: 1.5;
	-webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
	color: inherit;
}



small { font-size:70%;}
hr { -moz-box-sizing:content-box;box-sizing:content-box;height:0;}
pre { overflow:auto;}
code,kbd,pre,samp { font-family:monospace,monospace;font-size:1em;}

button { overflow:visible; 	vertical-align:baseline;}
button,input,optgroup,select,textarea { color:inherit;font:inherit;margin:0;}
button,select { text-transform:none;}
button,html input[type="button"],input[type="reset"],input[type="submit"] { -webkit-appearance:button;cursor:pointer;}
button[disabled],html input[disabled] { cursor:default;}
button::-moz-focus-inner,input::-moz-focus-inner { border:0;padding:0;}

input { line-height:normal; vertical-align:baseline;}
input[type="checkbox"],input[type="radio"] { box-sizing:border-box;padding:0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button { height:auto;}
input[type="search"] { -webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration { -webkit-appearance:none;}
fieldset { border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
legend { border:0;padding:0;}
textarea { overflow:auto;}
optgroup { font-weight:bold;}

td,th { padding:0; }

/* a,a:visited { text-decoration:underline;} */
/*
a[href]:after { content:" (" attr(href) ")";}
abbr[title]:after { content:" (" attr(title) ")";}
a[href^="javascript:"]:after,a[href^="#"]:after { content:"";}
*/
pre,blockquote { border:1px solid #999;page-break-inside:avoid;}
thead { display:table-header-group;}
tr,img { page-break-inside:avoid; vertical-align:middle; }
h2,h3 { orphans:3;widows:3; page-break-after:avoid;}
/* select { background:#fff!important;}
SELECT > OPTION { background-color:#fff; }
*/



/* reset
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,img { margin:0; padding:0; -webkit-tap-highlight-color:rgba(0, 0, 0, 0); }
html { width:100%; min-height:100%; font-size:10px; }
code { font-family:'나눔바른고딕','Nanum Barun Gothic','맑은 고딕','Malgun Gothic',Helvetica,Arial,sans-serif; word-break:keep-all; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; color:#777; background:#fff; -webkit-text-size-adjust:none; }
ul,ol,dl,li { list-style:none; }
img,fieldset { border:0; max-width:100%; vertical-align:top; }
i,em,address { font-style:normal; }
table { table-layout:fixed; width:100%; border:0; border-spacing:0; border-collapse:collapse; }
table img { vertical-align:middle; }
th,td { border:0; word-wrap:break-word; }
input,select,textarea { font-family:'Nanum Barun Gothic','맑은 고딕','Malgun Gothic',Helvetica,Arial,sans-serif; vertical-align:middle; outline:0; -webkit-appearance:none; -webkit-border-radius:0; }
label { cursor:pointer; }
legend,caption,hr.layout,.blind { visibility:hidden; overflow:hidden; text-indent:-120%; white-space:nowrap; width:0; height:0; font-size:0; line-height:0; border:0; }
button { overflow:visible; padding:0; margin:0; border:0; outline:0; cursor:pointer; background:transparent; font-family:'Nanum Barun Gothic','맑은 고딕','Malgun Gothic',Helvetica,Arial,sans-serif; }
button::-moz-focus-inner { padding:0; border:0; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }
a[href^="tel"]:hover { text-decoration:none; }
 */
/* html5 */
body { min-width:320px; }
object,del,sub,var { margin:0; padding:0; }
article,aside,details,figcaption,figure,footer,header,main,hgroup,menu,nav,section { display:block; }

/* For Print */
@media print {
  #header, #sidebar, #aside, footer, #btnFoldLayout { display:none; }
  #contents { float:none; width:auto; }
}







.font_dotum {
	font-family:'Dotum';

}
.font_mg {
	font-family:'맑은 고딕','Malgun Gothic','Dotum';
}
.font_ng {
	font-family:'Nanum Gothic' !important;
}
.font_google {
	font-family: 'Noto Sans KR', sans-serif;
}
.font_ver {
	font-family: verdana;
}
.font_ta {
	font-family: tahoma;
}
.f-1	{ letter-spacing:-1px; }
.f-2	{ letter-spacing:-2px; }
.f-3	{ letter-spacing:-3px; }

/*
::selection { background:rgba(53,61,79,1); color: #fff; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); }
::-moz-selection { background:rgba(53,61,79,1); color: #fff; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); }
*/
.hide, caption {
	display:none !important;
}
.show {
	display:initial !important;
}
.dpblock {
	display:block !important;
}
.dpinline {
	display:inline-block !important;

}
.tbl {
	display:table;

	border-spacing:0;
	padding:0;
	border-collapse:collapse;
	table-layout:fixed;
}
/*
table {
	border-spacing:0;
	padding:0;
	border-collapse:collapse;
	table-layout:fixed;
}


.row {
	display:table-row;
}
*/
.cell {
	display:table-cell;
}


.over_underline:hover {
	text-decoration:underline;
}

.ellipsis {
	overflow:hidden;
	word-wrap: normal;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.word-break-all {
	overflow:hidden;
	word-wrap: normal;
	white-space:normal;
	text-overflow:ellipsis;
	word-break:break-all;
}
.issue {
	background-color:#ffc !important;
}
TR.issue > TH ,
TR.issue > TD {
	background-color:#ffc !important;
}
.warningMessageBox {
	border:2px dotted #c00;
	background-color:#ffe;
	color:#c00;
	display:inline-block;
	display:none;
	width:auto;
	padding:3px 10px 2px;
	font-weight:bold;
	letter-spacing:-1px;
}
.editMode_warningMessage {
	border:2px solid #c00; padding:10px; margin:30px 0; background-color:#ffe; font-size:15pt; font-weight:bold; text-align:center; color:#c00;
}
.editMode_warningMessage > p {
	font-size:12pt;
}

.curDont {
	cursor:no-drop;
}
.cursor_wait {
	cursor:wait;
}
.cursor_cell {
	cursor:cell;
}
.cursor_none {
	cursor:none;
}
.cursor_not {
	cursor:not-allowed;
}
.cursor_progress {
	cursor:progress;
}
.cursor_zoom {
	cursor:-moz-zoom-in;
	cursor:-webkit-zoom-in;
}

TABLE > THEAD {
	cursor:default;
}

.table ,
.normalTbl {
	display:table;
	width:100%;
	margin:auto;
	border-spacing:0;
	padding:0;
	border:0;
	border-collapse:collapse;
	table-layout:fixed;
}
.table > thead > tr > th ,
.table > thead > tr > td , 
.table > tbody > tr > th ,
.table > tbody > tr > td ,
.normalTbl > thead > tr > th ,
.normalTbl > thead > tr > td , 
.normalTbl > tbody > tr > th ,
.normalTbl > tbody > tr > td {
	vertical-align:middle;
	padding:0;
	cursor:default;
}




blockquote {
	margin:20px;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}



UL { list-style-position: inside; }
UL.none {
	margin:0; padding:0;
	display:block;
	overflow:hidden;
	list-style-type:none;
}
UL.circle {	list-style-type: circle; }
UL.disc { list-style-type: disc; }
UL.square { list-style-type: square; }
UL.decimal { list-style-type: decimal; }
UL.decimal-leading-zero { list-style-type: decimal-leading-zero; }
UL.armenian { list-style-type: armenian; }


INPUT.none ,
BUTTON.none {
	margin:0; padding:0; border:0;
	background-color:transparent;
}
.pos_abs {
	position:absolute;
}
.pos_fix {
	position:fixed;
}
.pos_rel {
	position:relative;
}

.ime_kor {
	-webkit-ime-mode:active; 
	-moz-ime-mode:active; 
	-ms-ime-mode:active; 
	ime-mode:active; 
}
.ime_eng {
	-webkit-ime-mode:inactive; 
	-moz-ime-mode:inactive; 
	-ms-ime-mode:inactive; 
	ime-mode:inactive; 
}


.arrow-bar {
	position:relative;
	padding-left:20px;
}
.arrow-bar:before {
	content:''; position:absolute; top:10%; bottom:0; left:0; height:60%;  margin:auto; display:inline-block; border:3px solid #aaa;
}


/****************************************************************************************************/
/* 구버전 호환 ZONE */
/****************************************************************************************************/
.gray000, a.gray000:link, a.gray000:visited, a.gray000:hover, a.gray000:active{color:#000}
.gray111, a.gray000:link, a.gray111:visited, a.gray111:hover, a.gray111:active{color:#111}
.gray222, a.gray222:link, a.gray222:visited, a.gray222:hover, a.gray222:active{color:#222}
.gray333, a.gray333:link, a.gray333:visited, a.gray333:hover, a.gray333:active{color:#333}
.gray444, a.gray444:link, a.gray444:visited, a.gray444:hover, a.gray444:active{color:#444}
.gray555, a.gray555:link, a.gray555:visited, a.gray555:hover, a.gray555:active{color:#555}
.gray666, a.gray666:link, a.gray666:visited, a.gray666:hover, a.gray666:active{color:#666}
.gray777, a.gray777:link, a.gray777:visited, a.gray777:hover, a.gray777:active{color:#777}
.gray888, a.gray888:link, a.gray888:visited, a.gray888:hover, a.gray888:active{color:#888}
.gray999, a.gray999:link, a.gray999:visited, a.gray999:hover, a.gray999:active{color:#999}
.grayaaa, a.grayaaa:link, a.grayaaa:visited, a.grayaaa:hover, a.grayaaa:active{color:#aaa}
.graybbb, a.graybbb:link, a.graybbb:visited, a.graybbb:hover, a.graybbb:active{color:#bbb}
.grayccc, a.grayccc:link, a.grayccc:visited, a.grayccc:hover, a.grayccc:active{color:#ccc}
.grayddd, a.grayddd:link, a.grayddd:visited, a.grayddd:hover, a.grayddd:active{color:#ddd}
.grayeee, a.grayeee:link, a.grayeee:visited, a.grayeee:hover, a.grayeee:active{color:#eee}
.grayfff, a.grayfff:link, a.grayfff:visited, a.grayfff:hover, a.grayfff:active{color:#fff}
.pink, a.pink:link, a.pink:visited, a.pink:hover, a.pink:active {color:#c06}
.colorc00, a.colorc00:link, a.colorc00:visited, a.colorc00:hover, a.colorc00:active{color:#c00}


.ls { letter-spacing:-1px }
.nls { letter-spacing:0px }
.curPointer {cursor:pointer; cursor:hand}
.curDefault {cursor:default;}
.curHelp {cursor:help;}
.gray000{color:#000}
.gray111{color:#111}
.gray222{color:#222}
.gray333{color:#333}
.gray444{color:#444}
.gray555{color:#555}
.gray666{color:#666}
.gray777{color:#777}
.gray888{color:#888}
.gray999{color:#999}
.grayaaa{color:#aaa}
.graybbb{color:#bbb}
.grayccc{color:#ccc}
.grayddd{color:#ddd}
.grayeee{color:#eee}
.grayfff{color:#fff}
.pink{color:#c06;}
.u, a.u:link, a.u:visited, a.u:hover, a.u:active{text-decoration:underline}
.lu:link, .lu:visited {text-decoration:none}
.lu:hover, .lu:active{text-decoration:underline}
.nu, a.nu:link, a.nu:visited, a.nu:hover, a.nu:active{text-decoration:none}
.dotum { font-family:dotum,'돋움' }

.eng	{ color: #666666; font-family:"verdana", "arial"; font-size: 9px; }
.eng_gray	{color:#9B9B9B; font-family:"verdana", "arial"; font-size: 9px; }
.ct  	{ font-family:"돋움"; color: #999999; font-size: 12px; letter-spacing:-0.04em;}
.b	{ font-weight:bold; }
.nb	{ font-weight:normal; }


.curHelp {cursor:help;}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


.tblSolid {
	width:100%;
	margin:auto;
	border-spacing:0;
	padding:0;
	border:1px solid #ccc;
	border-collapse:collapse;
	table-layout:fixed;
}
.tblSolid > tr > th , 
.tblSolid > tr > td ,
.tblSolid > thead > tr > th , 
.tblSolid > thead > tr > td ,
.tblSolid > tbody > tr > th , 
.tblSolid > tbody > tr > td {
	border:1px solid #ccc;
}
.tblNone {
	width:100%;
	margin:auto;
	border-spacing:0;
	padding:0;
	border:0;
	border-collapse:collapse;
	table-layout:fixed;
}
.tblNone > tr > th , 
.tblNone > tr > td ,
.tblNone > thead > tr > th , 
.tblNone > thead > tr > td ,
.tblNone > tbody > tr > th , 
.tblNone > tbody > tr > td {
	border:0;
}




/****************************************************************************************************/
/* arrow */
.arrow_bar ,
.arrow_diamond {
	letter-spacing:-1px;
}
.arrow_diamond::before {
	content:"";
	display:inline-block;
	width:.6rem;
	height:.6rem;
	border-radius:.15rem;
	margin-right:.5rem;
	font-size:0;
	vertical-align: middle;
	top: -3px;
	position: relative;
	border:1px solid #3B3F4F;
	background-color:#51566C;
	box-shadow:inset -1px -1px 0 0 rgba(0,0,0,.4);
	-webkit-transform:rotate(135deg); -moz-transform: rotate(135deg); transform: rotate(135deg);
}
.arrow_bar::before {
	content:"";
	display:inline-block;
	width:.45rem;
	height:1.2rem;
	border-radius:.2rem;
	margin-right:.5rem;
	font-size:0;
	vertical-align: middle;
	top: -3px;
	position: relative;
	border:1px solid #3B3F4F;
	background-color:#51566C;
	box-shadow:inset 1px 1px 0 0 rgba(0,0,0,.5);
	letter-spacing:-1px;
}

UL.arrow_list_dot > li ,
UL.arrow_list_round > li {
	text-indent: -.9em;
	margin-left: .9em;
	padding-top:.4em;
}
UL.arrow_list_dot > li::before ,
UL.arrow_list_round > li::before {
	content:"";
	display:inline-block;
	width:.4rem;
	height:.4rem;
	border-radius:.15rem;
	margin-right:.5rem;
	font-size:0;
	vertical-align: middle;
	top: -2px;
	position: relative;
	border:1px solid #3B3F4F;
	background-color:#51566C;
	box-shadow:inset -1px -1px 0 0 rgba(0,0,0,.4);
	-webkit-transform:rotate(135deg); -moz-transform: rotate(135deg); transform: rotate(135deg);
}

UL.arrow_list_dot > li > ul ,
UL.arrow_list_round > li > ul {
	text-indent: -.10em;
	margin:.9em 0 .9em .9em;
	font-size:.95em;
}
UL.arrow_list_dot > li > ul > li::before ,
UL.arrow_list_round > li > ul > li::before {
	content:"";
	display:inline-block;
	width:.4rem;
	height:.4rem;
	border-radius:.15rem;
	margin-right:.5rem;
	font-size:0;
	vertical-align: middle;
	top: -2px;
	position: relative;
	border:1px solid #3B3F4F;
	background-color:transparent;
	box-shadow:inset -1px -1px 0 0 rgba(0,0,0,.4);
	-webkit-transform:rotate(135deg); -moz-transform: rotate(135deg); transform: rotate(135deg);
}

.issue_mark::before {
	content:'*';
	color:#c06;
	font-size:1.3em;
	display:inline-block;
	padding:5px;
}




/****************************************************************************************************/
/* GLOBAL ZONE */
/****************************************************************************************************/
/* 구동 백그라운드 커버 */ 
.body_overflowNone , 
.BODY_overflowNone {
	width:100%;
	height:100%;
	overflow:hidden;
}
#dzStandby_progressbar {
	position:absolute;
	position:fixed;
	width:100%;
	height:100%;
	top:0;left:0;
	background:#fff;
	z-index:9995;
	text-align:center;
	vertical-align:middle;
	background-color:rgba(255,255,255,.85);
	cursor:progress;

  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);

}
#dzStandby_progressbar.dark {
	background:#000;
	background-color:rgba(0,0,0,.25);
}
#dzStandby_progressbar.trans {
	background:#fff;
	background-color:rgba(255,255,255,.2);
}
#dzStandby_progressbar.red {
	background:#c00;
	background-color:rgba(200,0,0,.1);
}

#dzStandby_progressbar > p {
	position:fixed;
	width:350px;
	min-width:350px;
	/* margin:50% auto; */

	left: -moz-calc(50% - 175px);
	left: -webkit-calc(50% - 175px);
	left: -o-calc(50% - 175px);
	left:   calc(50% - 175px);

	bottom:50%;

	padding:15px 20px 40px 20px;
	border:2px solid #000;
	z-index:9996;

	font-family:'Nanum Gothic';
	font-size:12pt;
	color:#c00;
	font-weight:bold;

	background-color:#FFFFFF;
	background-image: url('imgs/progressbar.gif');
	background-repeat: no-repeat;

	background-position: 50% -moz-calc(100% - 15px);
	background-position: 50% -webkit-calc(100% - 15px);
	background-position: 50% -o-calc(100% - 15px);
	background-position: 50%  calc(100% - 15px);

	-moz-box-shadow:	0px 0px 10px 		rgba(0,0,0,.3);
	-webkit-box-shadow:	0px 0px 10px 		rgba(0,0,0,.3);
	box-shadow:		0px 0px 10px 		rgba(0,0,0,.3);
}


/* 일반 백그라운드 커버 */ 
#dzBgAllcover {
	position:absolute;
	position:fixed;
	width:100%;
	min-height: 100%;
	top:0;left:0;
	bottom: auto;
	background:#fff;
	z-index:9995;
	text-align:center;
	vertical-align:middle;
	background-color:rgba(255,255,255,.85);
	cursor:default;
	display:none;
}
#dzBgAllcover.dark {
	background:#000;
	background-color:rgba(0,0,0,.25);
}
#dzBgAllcover.light {
	background:#fff;
	background-color:rgba(255,255,255,.2);
}
#dzBgAllcover.red {
	background:#c00;
	background-color:rgba(200,0,0,.1);
}

/* 디노박스 스타일 */
.denoPopupBox {
	position:absolute;
	margin:auto;
	background-color:#fff; height:300px; width:500px; border:3px solid #000;
	box-shadow:0 0 0 5px rgba(0,0,0,.5);
	box-shadow:0 0 20px 0 rgba(0,0,0,.5), inset 0 0 0 2px #000;

	border-radius:20px;
	z-index:10000;
	overflow:hidden;
	display:none;
}
.denoPopupBox > .titleArea {
	position:relative;
	overflow:hidden;
	text-align:center;
	height:50px;
	background-color:#2c2b38;
	z-index:100;
	box-shadow:0 3px 3px 0 rgba(0,0,0,.3);
	cursor:move;

}
.denoPopupBox > .titleArea > H3 {
	padding:15px 0;
	margin:0;
	color:#fff;
	font-size:13pt;
	font-weight:bold;
	text-shadow:-1px -1px 1px #000;
}
.denoPopupBox > .titleArea > BUTTON {
	position:absolute;
	right:0;
	top:0;
	width:50px;
	height:100%;
	background-color:transparent;
	border:0;
	margin:0;
	padding:0;
	color:#fff;
	font-size:17pt;
	font-weight:100;
	font-family:'verdana';
}
.denoPopupBox > .contentArea {
	position:relative;
	overflow:auto;
	background-color:#fff;
	width:100%;
	height:100%;
	padding:0;
	z-index:10;
	background-color:#eee;
	overflow:hidden;
}
.denoPopupBox > .titleArea + .contentArea {
	height:calc(100% - 50px);
}
.denoPopupBox > .contentArea > .loadingArea {
	width:180px;
	height:80px;
	line-height:110px;
	left:50%;
	top:50%;
	margin:auto;
	margin-left:-90px;
	margin-top:-60px;
	position: absolute;
	z-index:6;
	border:1px solid #888;
	background:#ddd;
	font-size:10pt;
	text-shadow:1px 1px 0 rgba(255,255,255,1);
	padding:0 0 2px;
	text-align:center;
	border-radius:15px;
	font-weight:bold;

	background-image:url('imgs/load_big.gif');
	background-repeat:no-repeat;
	background-position:50% 30%;
}



.denoPopupBox.red  {
	border-color:#CD4949;
}
.denoPopupBox.red > .titleArea {
	background-color:#CD4949;
}
.denoPopupBox.red > .titleArea > H3 ,
.denoPopupBox.red > .titleArea > BUTTON {
	text-shadow:-1px -1px 1px #800;
}



/****************************************************************************************************/
/* common PAGE */
/****************************************************************************************************/

/* box_paginate */
.box_paginate{
	/* height:30px; */
	text-align:center
}
.box_paginate a ,
.box_paginate span ,
.box_paginate strong , 
.box_paginate a.selected {
	display:inline-block;
	overflow:hidden;
	position:relative;
	margin-right:-1px;
	border:1px solid transparent;
	line-height:27px;
	vertical-align:top;
	text-decoration:none;
	font-weight:bold;
	font-family:tahoma;

	border-color:#ddd;
	background:#f1f1f1;
	color:#888;
	font-size:10pt;
	height:35px;
	padding:3px 10px;

}
.box_paginate strong , 
.box_paginate a.selected {
	
	margin:-1px;
	line-height:28px;
	z-index:10;
	cursor:default;

	color:#000 !important;
	border-color:#000;
	background:#fafafa;
	height:37px;
	padding:3px 10px;

}

.box_paginate .prevpage,.box_paginate .nextpage,.box_paginate .firstpage,.box_paginate .lastpage{
	position:relative;
	line-height:35px;
	font-weight:normal;

	background:url(imgs/arrow_pageing.gif) no-repeat #f1f1f1 !important;
	color:#888;
	font-size:10pt;
	padding:3px 20px;

}
.box_paginate .prevpage, 
.box_paginate .firstpage {
	padding:0 10px 0 22px
}
.box_paginate .nextpage,
.box_paginate .lastpage {
	padding:0 22px 0 10px
}


/* box_paginate */
.box_paginate .prevpage { background-position:-3% -8px !important; }
.box_paginate .nextpage { background-position:103% -8px !important; }
.box_paginate .firstpage { background-position:-3% -58px !important; }
.box_paginate .lastpage { background-position:103% -58px !important; }
.box_paginate .prevpage:hover,
.box_paginate .nextpage:hover,
.box_paginate .firstpage:hover,
.box_paginate .lastpage:hover {
	background-color:#fafafa;
}
.box_paginate a:hover{
	text-decoration:none;
	background:#fafafa;
	color:#000;
}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 버튼 스타일 */
.iconbtn {
	width:auto;
	height:auto;
	line-height:0;
	font-size:0;
	text-indent:-9999px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-size:auto;
	background-position:50%;

	display:inline-block;
	padding:0;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;

	border:0;
	cursor:pointer;
}
.iconbtn:focus ,
.iconbtn:active {
	background-position: -moz-calc(50% + 1px)  calc(50% + 1px);
	background-position: -webkit-calc(50% + 1px)  calc(50% + 1px);
	background-position: -o-calc(50% + 1px)  calc(50% + 1px);
	background-position: calc(50% + 1px)  calc(50% + 1px);
}
	

.btns {
	width:auto;
	height:30px;
	/*
	line-height:28px;
	margin:1px;
	font-family: 'Malgun Gothic';
	font-size:10pt;
	*/
	display:inline-block;
	position:relative;
	overflow:visible;


	text-decoration:none;
	vertical-align:top;
	word-spacing:-1px;
	white-space:nowrap;


	padding:0 10px;

	cursor:pointer;
	vertical-align: middle;

	color:#555;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
	border:1px solid #bbbbbb;

	background-color:transparent;
	background-color: #f1f2f3; /* Old browsers */
	background: -moz-linear-gradient(top, #f1f2f3 0%, #dddddd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f1f2f3 0%, #dddddd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f1f2f3 0%, #dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f3', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */

	/* -webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.5);*/
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.35);

}
.btns:hover {
	background: -moz-linear-gradient(top, #dddddd 0%, #f1f2f3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #dddddd 0%, #f1f2f3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #dddddd 0%, #f1f2f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f1f2f3',GradientType=0 ); /* IE6-9 */
}
.btns:active {
	-webkit-box-shadow:inset 2px 3px 10px rgba(0,0,0,0.5);
}
.btns.disabled ,
.btns[disabled] ,
fieldset[disabled] .btns {
	cursor:not-allowed !important;
	pointer-events:none !important;
	opacity:0.6;
	filter:alpha(opacity=6);
	-webkit-box-shadow:none;
	box-shadow:none;
}


.btns.btns-white {
	color:#333333;
	text-shadow: 0 -1px 0 rgba(255,255,255,.8);
	border:1px solid #bbbbbb;
	border-right-color:#aaaaaa;
	border-bottom-color:#aaaaaa;

	background-color: #eeeeee	;
	background: -moz-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
	background: -webkit-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
	background: linear-gradient(to bottom, #fafafa 0%, #eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eeeeee',GradientType=0 );
	box-shadow:inset 0 0 0 1px rgba(255,255,255,1);
}
.btns.btns-white.active ,
.btns.btns-white:focus ,
.btns.btns-white:active ,
.btns.btns-white:active:focus ,
.btns.btns-white:hover {
	border:1px solid #aaaaaa;
	border-right-color:#bbbbbb;
	border-bottom-color:#bbbbbb;

	background: -moz-linear-gradient(top, #eeeeee 0%, #fafafa 100%);
	background: -webkit-linear-gradient(top, #eeeeee 0%, #fafafa 100%);
	background: linear-gradient(to bottom, #eeeeee 0%, #fafafa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#fafafa',GradientType=0 );
}
.btns.btns-white.active ,
.btns.btns-white:active {
	box-shadow:inset 3px 3px 7px 1px rgba(0,0,0,.15);
}
.btns.btns-white.active {
	background: -moz-linear-gradient(top, #dddddd 0%, #fafafa 100%);
	background: -webkit-linear-gradient(top, #dddddd 0%, #fafafa 100%);
	background: linear-gradient(to bottom, #dddddd 0%, #fafafa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#fafafa',GradientType=0 );

}
.btns.btns-white > .loading  {
	background-image: url('imgs/btn_loader_black.gif');
}

.btns.btns-dark {
	color:#E7E7E7;
	text-shadow: -1px -1px 0 #252832;
	border:1px solid #3B3F4F;
	border-right-color:#2E313D;
	border-bottom-color:#2E313D;

	background-color: #3B3F4F;
	background: -moz-linear-gradient(top, #484D61 0%, #3B3F4F 100%);
	background: -webkit-linear-gradient(top, #484D61 0%, #3B3F4F 100%);
	background: linear-gradient(to bottom, #484D61 0%, #3B3F4F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484D61', endColorstr='#3B3F4F',GradientType=0 );
	box-shadow:inset 0 0 0 1px rgba(139,142,157,.5);
}


.btns.btns-dark.active ,
.btns.btns-dark:focus ,
.btns.btns-dark:active ,
.btns.btns-dark:active:focus ,
.btns.btns-dark:hover {
	border-color:1px solid #2E313D;
	border-right-color:#3B3F4F;
	border-bottom-color:#3B3F4F;

	background: -moz-linear-gradient(top, #3B3F4F 0%, #484D61 100%);
	background: -webkit-linear-gradient(top, #3B3F4F 0%, #484D61 100%);
	background: linear-gradient(to bottom, #3B3F4F 0%, #484D61 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3B3F4F', endColorstr='#484D61',GradientType=0 );
}
.btns.btns-dark.active ,
.btns.btns-dark:active {
	box-shadow:inset 3px 3px 7px 1px rgba(0,0,0,.5);
}





.btns.btns-black {
	color:#eee;
	text-shadow: 0 -1px 0 #000;
	border:1px solid #111111;

	background-color: #139cb4;
	background: -moz-linear-gradient(top, #555555 0%, #333333 100%);
	background: -webkit-linear-gradient(top, #555555 0%, #333333 100%);
	background: linear-gradient(to bottom, #555555 0%, #333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#333333',GradientType=0 );
}
.btns.btns-black.active ,
.btns.btns-black:focus ,
.btns.btns-black:active ,
.btns.btns-black:active:focus ,
.btns.btns-black:hover {
	background: -moz-linear-gradient(top, #333333 0%, #555555 100%);
	background: -webkit-linear-gradient(top, #333333 0%, #555555 100%);
	background: linear-gradient(to bottom, #333333 0%, #555555 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#555555',GradientType=0 );
}
.btns.btns-black > .loading  {
	background-image: url('imgs/btn_loader_black.gif');
}
.btns.btns-black.active ,
.btns.btns-black:active {
	box-shadow:inset 3px 3px 7px 1px rgba(0,0,0,.5);
}



.btns.btns-red {
	color:#eee;
	text-shadow: 0 -1px 0 #600;
	border:1px solid #800;

	background-color: #a00;
	background: -moz-linear-gradient(top, #c00 0%, #a00 100%);
	background: -webkit-linear-gradient(top, #c00 0%, #a00 100%);
	background: linear-gradient(to bottom, #c00 0%, #a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#aa0000',GradientType=0 );
}
.btns.btns-red.active ,
.btns.btns-red:focus ,
.btns.btns-red:active ,
.btns.btns-red:active:focus ,
.btns.btns-red:hover {
	background: -moz-linear-gradient(top, #a00 0%, #c00 100%);
	background: -webkit-linear-gradient(top, #a00 0%, #c00 100%);
	background: linear-gradient(to bottom, #a00 0%, #c00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa0000', endColorstr='#cc0000',GradientType=0 );
}
.btns.btns-red > .loading  {
	background-image: url('imgs/btn_loader_red.gif');
}
.btns.btns-red.active ,
.btns.btns-red:active {
	box-shadow:inset 3px 3px 7px 1px rgba(0,0,0,.5);
}



.btns.btns-blue {
	color:#eee;
	text-shadow: 0 -1px 0 #22407d;
	border:1px solid #3256a0;

	background-color: #4A70BD;
	background: -moz-linear-gradient(top, #4c79d3 0%, #4A70BD 100%);
	background: -webkit-linear-gradient(top, #4c79d3 0%, #4A70BD 100%);
	background: linear-gradient(to bottom, #4c79d3 0%, #4A70BD 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c79d3', endColorstr='#4A70BD',GradientType=0 );
}
.btns.btns-blue.active ,
.btns.btns-blue:focus ,
.btns.btns-blue:active ,
.btns.btns-blue:active:focus ,
.btns.btns-blue:hover {
	background: -moz-linear-gradient(top, #4A70BD 0%, #4c79d3 100%);
	background: -webkit-linear-gradient(top, #4A70BD 0%, #4c79d3 100%);
	background: linear-gradient(to bottom, #4A70BD 0%, #4c79d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4A70BD', endColorstr='#4c79d3',GradientType=0 );
}
.btns.btns-blue > .loading  {
	background-image: url('imgs/btn_loader_blue.gif');
}
.btns.btns-blue.active ,
.btns.btns-blue:active {
	box-shadow:inset 3px 3px 7px 1px rgba(0,0,0,.5);
}



.btns.btns-green {
	color:#eee;
	text-shadow: 0 -1px 0 #38952a;
	border:1px solid #38952a;

	background-color: #4fbb3f;
	background: -moz-linear-gradient(top, #70ca63 0%, #4fbb3f 100%);
	background: -webkit-linear-gradient(top, #70ca63 0%, #4fbb3f 100%);
	background: linear-gradient(to bottom, #70ca63 0%, #4fbb3f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70ca63', endColorstr='#4fbb3f',GradientType=0 );
}
.btns.btns-green.active ,
.btns.btns-green:focus ,
.btns.btns-green:active ,
.btns.btns-green:active:focus ,
.btns.btns-green:hover {
	background: -moz-linear-gradient(top, #4fbb3f 0%, #70ca63 100%);
	background: -webkit-linear-gradient(top, #4fbb3f 0%, #70ca63 100%);
	background: linear-gradient(to bottom, #4fbb3f 0%, #70ca63 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fbb3f', endColorstr='#70ca63',GradientType=0 );
}
.btns.btns-green > .loading  {
	background-image: url('imgs/btn_loader_green.gif');
}
.btns.btns-green.active ,
.btns.btns-green:active {
	box-shadow:inset 3px 3px 7px 1px rgba(0,0,0,.5);
}


.btns.btns-cyan {
	color:#eee;
	text-shadow: 0 -1px 0 #115d51;
	border:1px solid #107161;

	background-color: #37bc9b;
	background: -moz-linear-gradient(top, #37bc9b 0%, #2b957a 100%);
	background: -webkit-linear-gradient(top, #37bc9b 0%, #2b957a 100%);
	background: linear-gradient(to bottom, #37bc9b 0%, #2b957a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37bc9b', endColorstr='#2b957a',GradientType=0 );
}
.btns.btns-cyan.active ,
.btns.btns-cyan:focus ,
.btns.btns-cyan:active ,
.btns.btns-cyan:active:focus ,
.btns.btns-cyan:hover {
	background: -moz-linear-gradient(top, #2b957a 0%, #37bc9b 100%);
	background: -webkit-linear-gradient(top, #2b957a 0%, #37bc9b 100%);
	background: linear-gradient(to bottom, #2b957a 0%, #37bc9b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b957a', endColorstr='#37bc9b',GradientType=0 );
}
.btns.btns-cyan > .loading  {
	background-image: url('imgs/btn_loader_cyan.gif');
}
.btns.btns-cyan.active ,
.btns.btns-cyan:active {
	box-shadow:inset 3px 3px 7px 1px rgba(0,0,0,.5);
}


.btns.btns-yellow {
	color:#eee;
	text-shadow: 0 -1px 0 #94661b;
	border:1px solid #bd8224;

	background-color: #efa939;
	background: -moz-linear-gradient(top, #efa939 0%, #e39f32 100%);
	background: -webkit-linear-gradient(top, #efa939 0%, #e39f32 100%);
	background: linear-gradient(to bottom, #efa939 0%, #e39f32 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efa939', endColorstr='#e39f32',GradientType=0 );
}
.btns.btns-yellow.active ,
.btns.btns-yellow:focus ,
.btns.btns-yellow:active ,
.btns.btns-yellow:active:focus ,
.btns.btns-yellow:hover {
	background: -moz-linear-gradient(top, #e39f32 0%, #efa939 100%);
	background: -webkit-linear-gradient(top, #e39f32 0%, #efa939 100%);
	background: linear-gradient(to bottom, #e39f32 0%, #efa939 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e39f32', endColorstr='#efa939',GradientType=0 );
}
.btns.btns-yellow > .loading  {
	background-image: url('imgs/btn_loader_yellow.gif');
}
.btns.btns-yellow.active ,
.btns.btns-yellow:active {
	box-shadow:inset 3px 3px 7px 1px rgba(0,0,0,.5);
}



.btns.btns-azure {
	color:#eee;
	text-shadow: 0 -1px 0 #0b6b84;
	border:1px solid #0b6b84;

	background-color: #2494be;
	background: -moz-linear-gradient(top, #0ca9c5 0%, #2494be 100%);
	background: -webkit-linear-gradient(top, #0ca9c5 0%, #2494be 100%);
	background: linear-gradient(to bottom, #0ca9c5 0%, #2494be 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ca9c5', endColorstr='#2494be',GradientType=0 );
}
.btns.btns-azure.active ,
.btns.btns-azure:focus ,
.btns.btns-azure:active ,
.btns.btns-azure:active:focus ,
.btns.btns-azure:hover {
	background: -moz-linear-gradient(top, #2494be 0%, #0ca9c5 100%);
	background: -webkit-linear-gradient(top, #2494be 0%, #0ca9c5 100%);
	background: linear-gradient(to bottom, #2494be 0%, #0ca9c5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2494be', endColorstr='#0ca9c5',GradientType=0 );
}
.btns.btns-azure > .loading  {
	background-image: url('imgs/btn_loader_azure.gif');
}
.btns.btns-azure.active ,
.btns.btns-azure:active {
	box-shadow:inset 3px 3px 7px 1px rgba(0,0,0,.5);
}


.btns.btns-violet {
	color:#eee;
	text-shadow: 0 -1px 0 #5e3db1;
	border:1px solid #5e3db1;

	background-color: #7652d1;
	background: -moz-linear-gradient(top, #967adc 0%, #7652d1 100%);
	background: -webkit-linear-gradient(top, #967adc 0%, #7652d1 100%);
	background: linear-gradient(to bottom, #967adc 0%, #7652d1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#967adc', endColorstr='#7652d1',GradientType=0 );
}
.btns.btns-violet.active ,
.btns.btns-violet:focus ,
.btns.btns-violet:active ,
.btns.btns-violet:active:focus ,
.btns.btns-violet:hover {
	background: -moz-linear-gradient(top, #7652d1 0%, #967adc 100%);
	background: -webkit-linear-gradient(top, #7652d1 0%, #967adc 100%);
	background: linear-gradient(to bottom, #7652d1 0%, #967adc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7652d1', endColorstr='#967adc',GradientType=0 );
}
.btns.btns-violet > .loading  {
	background-image: url('imgs/btn_loader_violet.gif');
}
.btns.btns-violet.active ,
.btns.btns-violet:active {
	box-shadow:inset 3px 3px 7px 1px rgba(0,0,0,.5);
}






.btn {
	display:inline-block;
	position:relative;
	overflow:visible;

	margin-bottom:0;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background-image:none;
	border:1px solid transparent;

	padding:5px 10px;
	font-size:13px;
	line-height:1.5;
	/*
	-webkit-border-radius:2px;
	border-radius:2px;
	*/
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;

	font-family: '맑은 고딕', 'Malgun Gothic';
	font-size:10pt;
	text-decoration:none;
	word-spacing:-1px;
	white-space:nowrap;
	text-align:center;
	overflow:hidden;
}
.btn:focus ,
.btn:active:focus ,
.btn.btn-active:focus {
	outline:0;
	outline-offset:-2px;
}
.btn:hover ,
.btn:focus {
	
}
.btn:active ,
.btn.btn-active {
	outline:0;
	background-image:none;
	-webkit-box-shadow:inset 2px 3px 10px rgba(0,0,0,0.2);
	box-shadow:inset 2px 3px 10px rgba(0,0,0,0.2);
}
.btn.disabled ,
.btn[disabled] ,
fieldset[disabled] .btn {
	cursor:not-allowed !important;
	pointer-events:none !important;
	opacity:0.8;
	filter:alpha(opacity=8);
	-webkit-box-shadow:none;
	box-shadow:none;
}


.btn.btn-gradient {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
}
.btn.btn-rounded {
  border-radius: 20px;
}
.btn-link {
  color: #4a89dc;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2363b6;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn.btn-alt {
  position: relative;
  padding: 7px 11px;
  margin: 5px 3px;
  color: #999;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  background-color: #fbfbfb;
  border-radius: 1px;
  border: 1px solid #EEE;
  border-left: 4px solid #EEE;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.btn.btn-alt.item-active,
.btn.btn-alt:hover,
.btn.btn-alt:focus {
  color: #666 !important;
  background-color: #fefefe !important;
}
.btn.btn-alt.btn-gradient {
  background-color: #f0f0f0;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.3) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.3) 100%);
  border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.14);
  border-left: 4px solid #DDD;
}
.btn.btn-alt.btn-gradient:hover,
.btn.btn-alt.btn-gradient:focus {
  background-color: #eee;
}
.btn.btn-alt.item-checked {
  opacity: 1;
  color: #666;
  border-left-color: #70ca63 !important;
  transition: all 0.2s ease;
}
.holder-style {
  display: block;
  padding: 9px 16px;
  color: #AAA;
  background-color: #f1f1f1;
  outline: 2px dashed #d9d9d9;
  border: 0;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.holder-style:hover,
.holder-style:focus {
  cursor: pointer;
  color: #777;
  background-color: #EEE;
  outline: 2px dashed #aaa;
  border: 0;
  text-decoration: none;
}
.holder-style.holder-active {
  background-color: #FFF;
  outline-color: #70ca63;
}
.holder-style .holder-icon {
  color: #AAA;
  font-size: 30px;
  padding-bottom: 10px;
}
.holder-style:hover .holder-icon,
.holder-style:focus .holder-icon,
.holder-style.holder-active .holder-icon {
  color: #70ca63;
}
.btn-dimmer.btn,
.btn-dimmer .btn {
  opacity: 0.5;
}
.btn-dimmer.btn:hover,
.btn-dimmer .btn:hover,
.btn-dimmer.btn.item-active,
.btn-dimmer .btn.item-active {
  opacity: 1;
}



/* Denobiz Style */
.btn > img {
	vertical-align:middle;
	opacity:0.75;
	filter:alpha(opacity=7);
}
.btn:hover > img ,
.btn:active > img {
	opacity:1;
	filter:alpha(opacity=10);
}
.btn.innericon {
	vertical-align:middle !important;
}
.btn.innericon > img {
	position:absolute;
	display: inline-block;
	margin:0;
	vertical-align:middle;
}
.btn.innericon > img.l {
	left:0;
}
.btn.innericon > img.r {
	right:0;
}
.btn.innericon > img.t {
	top:0;
	left:50%;
}
.btn.innericon > img.b {
	bottom:0;
	left:50%;

}

.btn.innericon > span {
	display:inline-block;
	position:relative;
	taxt-align:center;
	width:100%;
}
.btn.innericon > span > img {
	display:block;
	vertical-align:middle;
	margin:auto;
}
.btn.innericon > span > img.l {
	display:inline-block;
	vertical-align:middle;
	margin:0;
	position:absolute;
}
/*
a.btn {
	display:table;
}
a.btn > span {
	display:table-cell;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
}
*/
.btn > .loading {
	display:block;
	position:absolute;
	z-index:100;
	padding:0;
	top:0;	left:0;
	width:100%;
	height:100%;
	text-align:center;
	background-color:transparent;
	background-image: url('imgs/btn_loader.gif');
	background-position:50% 50%;
	background-repeat: no-repeat;
	background-size:auto contain;
}





/* BUTTON CONTEXTUALS */
.btn.btn-gray,
.btn.btn-default {
	text-shadow:1px 1px 0 rgba(255,255,255,1);
	color: #666666;
	background-color: #eee;
	border-color: rgba(0, 0, 0, 0.15);
	vertical-align:middle;
}

	
.btn.btn-gray:hover,
.btn.btn-gray:focus,
.btn.btn-gray:active,
.btn.btn-gray.btn-active,
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active,
.btn.btn-default.btn-active {
	color: #666666;
	background-color: #e5e5e5;
}
.btn.btn-gray:active,
.btn.btn-gray.btn-active {
	background-image: none;
}
.btn.btn-gray.disabled,
.btn.btn-gray[disabled],
fieldset[disabled] .btn.btn-gray,
.btn.btn-gray.disabled:hover,
.btn.btn-gray[disabled]:hover,
fieldset[disabled] .btn.btn-gray:hover,
.btn.btn-gray.disabled:focus,
.btn.btn-gray[disabled]:focus,
fieldset[disabled] .btn.btn-gray:focus,
.btn.btn-gray.disabled:active,
.btn.btn-gray[disabled]:active,
fieldset[disabled] .btn.btn-gray:active,
.btn.btn-gray.disabled.active,
.btn.btn-gray[disabled].active,
fieldset[disabled] .btn.btn-gray.btn-active ,
.btn.btn-default.disabled,
.btn.btn-default[disabled],
fieldset[disabled] .btn.btn-default,
.btn.btn-default.disabled:hover,
.btn.btn-default[disabled]:hover,
fieldset[disabled] .btn.btn-default:hover,
.btn.btn-default.disabled:focus,
.btn.btn-default[disabled]:focus,
fieldset[disabled] .btn.btn-default:focus,
.btn.btn-default.disabled:active,
.btn.btn-default[disabled]:active,
fieldset[disabled] .btn.btn-default:active,
.btn.btn-default.disabled.active,
.btn.btn-default[disabled].active,
fieldset[disabled] .btn.btn-default.btn-active {
	background-color: #f0f0f0;
	border-color: #dddddd;
}
.btn.btn-gray .badge , 
.btn.btn-default .badge {
	color: #dddddd;
}
.btn.btn-gray.light ,
.btn.btn-default.light {
	background-color: #FAFAFA;
}
.btn.btn-gray.light:hover,
.btn.btn-gray.light:focus,
.btn.btn-gray.light:active,
.btn.btn-gray.light.active, 
.btn.btn-default.light:hover,
.btn.btn-default.light:focus,
.btn.btn-default.light:active,
.btn.btn-default.light.active {
	background-color: #ececec;
}
.btn.btn-gray.dark, 
.btn.btn-default.dark {
	background-color: #e8e8e8;
}
.btn.btn-gray.dark:hover,
.btn.btn-gray.dark:focus,
.btn.btn-gray.dark:active,
.btn.btn-gray.dark.active,
.btn.btn-default.dark:hover,
.btn.btn-default.dark:focus,
.btn.btn-default.dark:active,
.btn.btn-default.dark.active {
	background-color: #e1e1e1;
}
.btn.btn-gray.gradient,
.btn.btn-default.gradient {
	text-shadow:1px 1px 0 rgba(255,255,255,1);
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(top,#eee 1%,#ddd 100%);
	background-image:linear-gradient(to bottom,#eee 1%,#ddd 100%);
}
.btn.btn-gray.gradient:hover,   
.btn.btn-gray.gradient:focus,   
.btn.btn-gray.gradient:active,  
.btn.btn-gray.gradient.active,
.btn.btn-default.gradient:hover,   
.btn.btn-default.gradient:focus,   
.btn.btn-default.gradient:active,  
.btn.btn-default.gradient.active { 
	background-image:-webkit-linear-gradient(top,#ddd 1%,#eee 100%);
	background-image:linear-gradient(to bottom,#ddd 1%,#eee 100%);
}
.btn.btn-gray > .loading,
.btn.btn-default > .loading {
	display:block;
	position:absolute;
	z-index:100;
	padding:0;
	top:0;	left:0;
	width:100%;
	height:100%;
	text-align:center;
	background-color:transparent;
	background-image: url('imgs/btn_loader.gif');
	background-position:50% 50%;
	background-repeat: no-repeat;
	background-size:auto contain;
}

.btn.btn-gray.animation:hover,
.btn.btn-default.animation:hover {
    -webkit-animation: btn-gray_animation 1s;
    animation: btn-gray_animation 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes btn-gray_animation {
    from {background-color: #FAFAFA;}
    to {background-color: #e1e1e1;}
}
@keyframes btn-gray_animation {
    from {background-color: #FAFAFA;}
    to {background-color: #e1e1e1;}
}







.btn.btn-blue ,
.btn.btn-primary {
	color: #ffffff;
	background-color: #4a89dc;
	text-shadow:-1px -1px 0 rgba(0,0,0,0.3);
}
.btn.btn-blue:hover ,
.btn.btn-blue:focus ,
.btn.btn-blue:active ,
.btn.btn-blue.active ,
.btn.btn-primary:hover ,
.btn.btn-primary:focus ,
.btn.btn-primary:active ,
.btn.btn-primary.active {
	color: #ffffff;
	background-color: #2a74d6;
	border-color: rgba(0, 0, 0, 0.05);
}
.btn.btn-blue:active ,
.btn.btn-blue.active ,
.btn.btn-primary:active ,
.btn.btn-primary.active {
	background-image: none;
}
.btn.btn-blue.disabled ,
.btn.btn-blue[disabled] ,
fieldset[disabled] .btn.btn-blue ,
.btn.btn-blue.disabled:hover ,
.btn.btn-blue[disabled]:hover ,
fieldset[disabled] .btn.btn-blue:hover ,
.btn.btn-blue.disabled:focus ,
.btn.btn-blue[disabled]:focus ,
fieldset[disabled] .btn.btn-blue:focus ,
.btn.btn-blue.disabled:active ,
.btn.btn-blue[disabled]:active ,
fieldset[disabled] .btn.btn-blue:active ,
.btn.btn-blue.disabled.active ,
.btn.btn-blue[disabled].active ,
fieldset[disabled] .btn.btn-blue.active ,
.btn.btn-primary.disabled ,
.btn.btn-primary[disabled] ,
fieldset[disabled] .btn.btn-primary ,
.btn.btn-primary.disabled:hover ,
.btn.btn-primary[disabled]:hover ,
fieldset[disabled] .btn.btn-primary:hover ,
.btn.btn-primary.disabled:focus ,
.btn.btn-primary[disabled]:focus ,
fieldset[disabled] .btn.btn-primary:focus ,
.btn.btn-primary.disabled:active ,
.btn.btn-primary[disabled]:active ,
fieldset[disabled] .btn.btn-primary:active ,
.btn.btn-primary.disabled.active ,
.btn.btn-primary[disabled].active ,
fieldset[disabled] .btn.btn-primary.active {
	background-color: #4a89dc;
	border-color: #4a89dc;
}
.btn.btn-blue .badge , 
.btn.btn-primary .badge {
	color: #4a89dc;
}
.btn.btn-blue.light , 
.btn.btn-primary.light {
	background-color: #649ae1;
}
.btn.btn-blue.light:hover,
.btn.btn-blue.light:focus,
.btn.btn-blue.light:active,
.btn.btn-blue.light.active ,
.btn.btn-primary.light:hover,
.btn.btn-primary.light:focus,
.btn.btn-primary.light:active,
.btn.btn-primary.light.active {
	background-color: #3078d7;
}
.btn.btn-blue.dark ,
.btn.btn-primary.dark {
	background-color: #3078d7;
}
.btn.btn-blue.dark:hover,
.btn.btn-blue.dark:focus,
.btn.btn-blue.dark:active,
.btn.btn-blue.dark.active ,
.btn.btn-primary.dark:hover,
.btn.btn-primary.dark:focus,
.btn.btn-primary.dark:active,
.btn.btn-primary.dark.active {
	background-color: #266ac3;
}
.btn.btn-blue.gradient ,
.btn.btn-primary.gradient {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(top,#4a89dc 1%,#266ac3 100%);
	background-image:linear-gradient(to bottom,#4a89dc 1%,#266ac3 100%);
}
.btn.btn-blue.gradient:hover,   
.btn.btn-blue.gradient:focus,   
.btn.btn-blue.gradient:active,  
.btn.btn-blue.gradient.active ,
.btn.btn-primary.gradient:hover,   
.btn.btn-primary.gradient:focus,   
.btn.btn-primary.gradient:active,  
.btn.btn-primary.gradient.active { 
	background-image:-webkit-linear-gradient(top,#266ac3 1%,#4a89dc 100%);
	background-image:linear-gradient(to bottom,#266ac3 1%,#4a89dc 100%);
}
.btn.btn-blue > .loading ,
.btn.btn-primary > .loading {
	background-image: url('imgs/btn_loader_blue.gif');
}
.btn.btn-blue.animation:hover ,
.btn.btn-primary.animation:hover {
    -webkit-animation: btn-blue_animation 1s;
    animation: btn-blue_animation 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes btn-blue_animation {
    from {background-color: #649ae1;}
    to {background-color: #266ac3;}
}
@keyframes btn-blue_animation {
    from {background-color: #649ae1;}
    to {background-color: #266ac3;}
}



.btn.btn-green ,
.btn.btn-success {
	color: #ffffff;
	background-color: #70ca63;
	text-shadow:-1px -1px 0 rgba(0,0,0,0.3);
}
.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-green:active,
.btn.btn-green.active ,
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.active {
	color: #ffffff;
	background-color: #56c046;
	border-color: rgba(0, 0, 0, 0.05);
}
.btn.btn-green:active,
.btn.btn-success.active ,
.btn.btn-green:active,
.btn.btn-success.active {
	background-image: none;
}
.btn.btn-green.disabled,
.btn.btn-green[disabled],
fieldset[disabled] .btn.btn-green,
.btn.btn-green.disabled:hover,
.btn.btn-green[disabled]:hover,
fieldset[disabled] .btn.btn-green:hover,
.btn.btn-green.disabled:focus,
.btn.btn-green[disabled]:focus,
fieldset[disabled] .btn.btn-green:focus,
.btn.btn-green.disabled:active,
.btn.btn-green[disabled]:active,
fieldset[disabled] .btn.btn-green:active,
.btn.btn-green.disabled.active,
.btn.btn-green[disabled].active,
fieldset[disabled] .btn.btn-green.active ,
.btn.btn-success.disabled,
.btn.btn-success[disabled],
fieldset[disabled] .btn.btn-success,
.btn.btn-success.disabled:hover,
.btn.btn-success[disabled]:hover,
fieldset[disabled] .btn.btn-success:hover,
.btn.btn-success.disabled:focus,
.btn.btn-success[disabled]:focus,
fieldset[disabled] .btn.btn-success:focus,
.btn.btn-success.disabled:active,
.btn.btn-success[disabled]:active,
fieldset[disabled] .btn.btn-success:active,
.btn.btn-success.disabled.active,
.btn.btn-success[disabled].active,
fieldset[disabled] .btn.btn-success.active {
	background-color: #70ca63;
	border-color: #70ca63;
}
.btn.btn-green .badge ,
.btn.btn-success .badge {
	color: #70ca63;
}
.btn.btn-green.light ,
.btn.btn-success.light {
	background-color: #85d27a;
}
.btn.btn-green.light:hover,
.btn.btn-green.light:focus,
.btn.btn-green.light:active,
.btn.btn-green.light.active ,
.btn.btn-success.light:hover,
.btn.btn-success.light:focus,
.btn.btn-success.light:active,
.btn.btn-success.light.active {
	background-color: #5bc24c;
}
.btn.btn-green.dark ,
.btn.btn-success.dark {
	background-color: #5bc24c;
}
.btn.btn-green.dark:hover,
.btn.btn-green.dark:focus,
.btn.btn-green.dark:active,
.btn.btn-green.dark.active ,
.btn.btn-success.dark:hover,
.btn.btn-success.dark:focus,
.btn.btn-success.dark:active,
.btn.btn-success.dark.active {
	background-color: #4cb33d;
}
.btn.btn-green.gradient ,
.btn.btn-success.gradient {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(top,#70ca63 1%,#4cb33d 100%);
	background-image:linear-gradient(to bottom,#70ca63 1%,#4cb33d 100%);
}
.btn.btn-green.gradient:hover,   
.btn.btn-green.gradient:focus,   
.btn.btn-green.gradient:active,  
.btn.btn-green.gradient.active , 
.btn.btn-success.gradient:hover,   
.btn.btn-success.gradient:focus,   
.btn.btn-success.gradient:active,  
.btn.btn-success.gradient.active { 
	background-image:-webkit-linear-gradient(top,#4cb33d 1%,#70ca63 100%);
	background-image:linear-gradient(to bottom,#4cb33d 1%,#70ca63 100%);
}
.btn.btn-green > .loading  ,
.btn.btn-success > .loading  {
	background-image: url('imgs/btn_loader_green.gif');
}
.btn.btn-green.animation:hover ,
.btn.btn-success.animation:hover {
    -webkit-animation: btn-green_animation 1s;
    animation: btn-green_animation 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes btn-green_animation {
    from {background-color: #85d27a;}
    to {background-color: #4cb33d;}
}
@keyframes btn-green_animation {
    from {background-color: #85d27a;}
    to {background-color: #4cb33d;}
}



.btn.btn-azure ,
.btn.btn-info {
	color: #ffffff;
	background-color: #3bafda;
	text-shadow:-1px -1px 0 rgba(0,0,0,0.3);
}
.btn.btn-azure:hover,
.btn.btn-azure:focus,
.btn.btn-azure:active,
.btn.btn-azure.active ,
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info.active {
	color: #ffffff;
	background-color: #269dc9;
	border-color: rgba(0, 0, 0, 0.05);
}
.btn.btn-azure:active,
.btn.btn-azure.active ,
.btn.btn-info:active,
.btn.btn-info.active {
	background-image: none;
}
.btn.btn-azure.disabled,
.btn.btn-azure[disabled],
fieldset[disabled] .btn.btn-azure,
.btn.btn-azure.disabled:hover,
.btn.btn-azure[disabled]:hover,
fieldset[disabled] .btn.btn-azure:hover,
.btn.btn-azure.disabled:focus,
.btn.btn-azure[disabled]:focus,
fieldset[disabled] .btn.btn-azure:focus,
.btn.btn-azure.disabled:active,
.btn.btn-azure[disabled]:active,
fieldset[disabled] .btn.btn-azure:active,
.btn.btn-azure.disabled.active,
.btn.btn-azure[disabled].active,
fieldset[disabled] .btn.btn-azure.active ,
.btn.btn-info.disabled,
.btn.btn-info[disabled],
fieldset[disabled] .btn.btn-info,
.btn.btn-info.disabled:hover,
.btn.btn-info[disabled]:hover,
fieldset[disabled] .btn.btn-info:hover,
.btn.btn-info.disabled:focus,
.btn.btn-info[disabled]:focus,
fieldset[disabled] .btn.btn-info:focus,
.btn.btn-info.disabled:active,
.btn.btn-info[disabled]:active,
fieldset[disabled] .btn.btn-info:active,
.btn.btn-info.disabled.active,
.btn.btn-info[disabled].active,
fieldset[disabled] .btn.btn-info.active {
	background-color: #3bafda;
	border-color: #3bafda;
}
.btn.btn-azure .badge ,
.btn.btn-info .badge {
	color: #3bafda;
}
.btn.btn-azure.light ,
.btn.btn-info.light {
	background-color: #55badf;
}
.btn.btn-azure.light:hover,
.btn.btn-azure.light:focus,
.btn.btn-azure.light:active,
.btn.btn-azure.light.active ,
.btn.btn-info.light:hover,
.btn.btn-info.light:focus,
.btn.btn-info.light:active,
.btn.btn-info.light.active {
	background-color: #27a2cf;
}
.btn.btn-azure.dark ,
.btn.btn-info.dark {
	background-color: #27a2cf;
}
.btn.btn-azure.dark:hover,
.btn.btn-azure.dark:focus,
.btn.btn-azure.dark:active,
.btn.btn-azure.dark.active ,
.btn.btn-info.dark:hover,
.btn.btn-info.dark:focus,
.btn.btn-info.dark:active,
.btn.btn-info.dark.active {
	background-color: #228eb6;
}
.btn.btn-azure.gradient ,
.btn.btn-info.gradient {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(top,#3bafda 1%,#27a2cf 100%);
	background-image:linear-gradient(to bottom,#3bafda 1%,#27a2cf 100%);
}
.btn.btn-azure.gradient:hover,   
.btn.btn-azure.gradient:focus,   
.btn.btn-azure.gradient:active,  
.btn.btn-azure.gradient.active ,
.btn.btn-info.gradient:hover,   
.btn.btn-info.gradient:focus,   
.btn.btn-info.gradient:active,  
.btn.btn-info.gradient.active { 
	background-image:-webkit-linear-gradient(top,#27a2cf 1%,#3bafda 100%);
	background-image:linear-gradient(to bottom,#27a2cf 1%,#3bafda 100%);
}
.btn.btn-azure > .loading ,
.btn.btn-info > .loading  {
	background-image: url('imgs/btn_loader_azure.gif');
}
.btn.btn-azure.animation:hover ,
.btn.btn-info.animation:hover {
    -webkit-animation: btn-azure_animation 1s;
    animation: btn-azure_animation 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes btn-azure_animation {
    from {background-color: #55badf;}
    to {background-color: #228eb6;}
}
@keyframes btn-azure_animation {
    from {background-color: #55badf;}
    to {background-color: #228eb6;}
}



.btn.btn-yellow ,
.btn.btn-warning {
	color: #ffffff;
	background-color: #f6bb42;
	text-shadow:-1px -1px 0 rgba(0,0,0,0.2);
}
.btn.btn-yellow:hover,
.btn.btn-yellow:focus,
.btn.btn-yellow:active,
.btn.btn-yellow.active ,
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active,
.btn.btn-warning.active {
	color: #ffffff;
	background-color: #f4ae1d;
	border-color: rgba(0, 0, 0, 0.05);
}
.btn.btn-yellow:active,
.btn.btn-yellow.active ,
.btn.btn-warning:active,
.btn.btn-warning.active {
	background-image: none;
}
.btn.btn-yellow.disabled,
.btn.btn-yellow[disabled],
fieldset[disabled] .btn.btn-yellow,
.btn.btn-yellow.disabled:hover,
.btn.btn-yellow[disabled]:hover,
fieldset[disabled] .btn.btn-yellow:hover,
.btn.btn-yellow.disabled:focus,
.btn.btn-yellow[disabled]:focus,
fieldset[disabled] .btn.btn-yellow:focus,
.btn.btn-yellow.disabled:active,
.btn.btn-yellow[disabled]:active,
fieldset[disabled] .btn.btn-yellow:active,
.btn.btn-yellow.disabled.active,
.btn.btn-yellow[disabled].active,
fieldset[disabled] .btn.btn-yellow.active ,
.btn.btn-warning.disabled,
.btn.btn-warning[disabled],
fieldset[disabled] .btn.btn-warning,
.btn.btn-warning.disabled:hover,
.btn.btn-warning[disabled]:hover,
fieldset[disabled] .btn.btn-warning:hover,
.btn.btn-warning.disabled:focus,
.btn.btn-warning[disabled]:focus,
fieldset[disabled] .btn.btn-warning:focus,
.btn.btn-warning.disabled:active,
.btn.btn-warning[disabled]:active,
fieldset[disabled] .btn.btn-warning:active,
.btn.btn-warning.disabled.active,
.btn.btn-warning[disabled].active,
fieldset[disabled] .btn.btn-warning.active {
	background-color: #f6bb42;
	border-color: #f6bb42;
}
.btn.btn-yellow .badge ,
.btn.btn-warning .badge {
	color: #f6bb42;
}
.btn.btn-yellow.light ,
.btn.btn-warning.light {
	background-color: #f7c65f;
}
.btn.btn-yellow.light:hover,
.btn.btn-yellow.light:focus,
.btn.btn-yellow.light:active,
.btn.btn-yellow.light.active ,
.btn.btn-warning.light:hover,
.btn.btn-warning.light:focus,
.btn.btn-warning.light:active,
.btn.btn-warning.light.active {
	background-color: #f5b025;
}
.btn.btn-yellow.dark ,
.btn.btn-warning.dark {
	background-color: #f5b025;
}
.btn.btn-yellow.dark:hover,
.btn.btn-yellow.dark:focus,
.btn.btn-yellow.dark:active,
.btn.btn-yellow.dark.active ,
.btn.btn-warning.dark:hover,
.btn.btn-warning.dark:focus,
.btn.btn-warning.dark:active,
.btn.btn-warning.dark.active {
	background-color: #efa50b;
}
.btn.btn-yellow.gradient ,
.btn.btn-warning.gradient {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(top,#f6bb42 1%,#efa50b 100%);
	background-image:linear-gradient(to bottom,#f6bb42 1%,#efa50b 100%);
}
.btn.btn-yellow.gradient:hover,   
.btn.btn-yellow.gradient:focus,   
.btn.btn-yellow.gradient:active,  
.btn.btn-yellow.gradient.active ,
.btn.btn-warning.gradient:hover,   
.btn.btn-warning.gradient:focus,   
.btn.btn-warning.gradient:active,  
.btn.btn-warning.gradient.active { 
	background-image:-webkit-linear-gradient(top,#efa50b 1%,#f6bb42 100%);
	background-image:linear-gradient(to bottom,#efa50b 1%,#f6bb42 100%);
}
.btn.btn-yellow > .loading ,
.btn.btn-warning > .loading  {
	background-image: url('imgs/btn_loader_yellow.gif');
}
.btn.btn-yellow.animation:hover ,
.btn.btn-warning.animation:hover {
    -webkit-animation: btn-yellow_animation 1s;
    animation: btn-yellow_animation 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes btn-yellow_animation {
    from {background-color: #f7c65f;}
    to {background-color: #efa50b;}
}
@keyframes btn-yellow_animation {
    from {background-color: #f7c65f;}
    to {background-color: #efa50b;}
}




.btn.btn-red ,
.btn.btn-danger {
	color: #ffffff;
	background-color: #e9573f;
	text-shadow:-1px -1px 0 rgba(0,0,0,0.3);
}
.btn.btn-red:hover,
.btn.btn-red:focus,
.btn.btn-red:active,
.btn.btn-red.active ,
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger.active {
	color: #ffffff;
	background-color: #e5391d;
	border-color: rgba(0, 0, 0, 0.05);
}
.btn.btn-red:active,
.btn.btn-red.active ,
.btn.btn-danger:active,
.btn.btn-danger.active {
	background-image: none;
}
.btn.btn-red.disabled,
.btn.btn-red[disabled],
fieldset[disabled] .btn.btn-red,
.btn.btn-red.disabled:hover,
.btn.btn-red[disabled]:hover,
fieldset[disabled] .btn.btn-red:hover,
.btn.btn-red.disabled:focus,
.btn.btn-red[disabled]:focus,
fieldset[disabled] .btn.btn-red:focus,
.btn.btn-red.disabled:active,
.btn.btn-red[disabled]:active,
fieldset[disabled] .btn.btn-red:active,
.btn.btn-red.disabled.active,
.btn.btn-red[disabled].active,
fieldset[disabled] .btn.btn-red.active ,
.btn.btn-danger.disabled,
.btn.btn-danger[disabled],
fieldset[disabled] .btn.btn-danger,
.btn.btn-danger.disabled:hover,
.btn.btn-danger[disabled]:hover,
fieldset[disabled] .btn.btn-danger:hover,
.btn.btn-danger.disabled:focus,
.btn.btn-danger[disabled]:focus,
fieldset[disabled] .btn.btn-danger:focus,
.btn.btn-danger.disabled:active,
.btn.btn-danger[disabled]:active,
fieldset[disabled] .btn.btn-danger:active,
.btn.btn-danger.disabled.active,
.btn.btn-danger[disabled].active,
fieldset[disabled] .btn.btn-danger.active {
	background-color: #e9573f;
	border-color: #e9573f;
}
.btn.btn-red .badge ,
.btn.btn-danger .badge {
	color: #e9573f;
}
.btn.btn-red.light ,
.btn.btn-danger.light {
	background-color: #ec6f5a;
}
.btn.btn-red.light:hover,
.btn.btn-red.light:focus,
.btn.btn-red.light:active,
.btn.btn-red.light.active ,
.btn.btn-danger.light:hover,
.btn.btn-danger.light:focus,
.btn.btn-danger.light:active,
.btn.btn-danger.light.active {
	background-color: #e63f24;
}
.btn.btn-red.dark ,
.btn.btn-danger.dark {
	background-color: #e63f24;
}
.btn.btn-red.dark:hover,
.btn.btn-red.dark:focus,
.btn.btn-red.dark:active,
.btn.btn-red.dark.active ,
.btn.btn-danger.dark:hover,
.btn.btn-danger.dark:focus,
.btn.btn-danger.dark:active,
.btn.btn-danger.dark.active {
	background-color: #d33218;
}
.btn.btn-red.gradient ,
.btn.btn-danger.gradient {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(top,#e9573f 1%,#d33218 100%);
	background-image:linear-gradient(to bottom,#e9573f 1%,#d33218 100%);
}
.btn.btn-red.gradient:hover,   
.btn.btn-red.gradient:focus,   
.btn.btn-red.gradient:active,  
.btn.btn-red.gradient.active ,
.btn.btn-danger.gradient:hover,   
.btn.btn-danger.gradient:focus,   
.btn.btn-danger.gradient:active,  
.btn.btn-danger.gradient.active {  
	background-image:-webkit-linear-gradient(top,#d33218 1%,#e9573f 100%);
	background-image:linear-gradient(to bottom,#d33218 1%,#e9573f 100%);
}
.btn.btn-red > .loading  ,
.btn.btn-danger > .loading  {
	background-image: url('imgs/btn_loader_red.gif');
}
.btn.btn-red.animation:hover ,
.btn.btn-danger.animation:hover {
    -webkit-animation: btn-red_animation 1s;
    animation: btn-red_animation 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes btn-red_animation {
    from {background-color: #ec6f5a;}
    to {background-color: #d33218;}
}
@keyframes btn-red_animation {
    from {background-color: #ec6f5a;}
    to {background-color: #d33218;}
}


.btn.btn-violet ,
.btn.btn-alert {
	color: #ffffff;
	background-color: #967adc;
	text-shadow:-1px -1px 0 rgba(0,0,0,0.3);
}
.btn.btn-violet:hover,
.btn.btn-violet:focus,
.btn.btn-violet:active,
.btn.btn-violet.active ,
.btn.btn-alert:hover,
.btn.btn-alert:focus,
.btn.btn-alert:active,
.btn.btn-alert.active {
	color: #ffffff;
	background-color: #7e5cd4;
	border-color: rgba(0, 0, 0, 0.05);
}
.btn.btn-violet:active,
.btn.btn-violet.active ,
.btn.btn-alert:active,
.btn.btn-alert.active {
	background-image: none;
}
.btn.btn-violet.disabled,
.btn.btn-violet[disabled],
fieldset[disabled] .btn.btn-violet,
.btn.btn-violet.disabled:hover,
.btn.btn-violet[disabled]:hover,
fieldset[disabled] .btn.btn-violet:hover,
.btn.btn-violet.disabled:focus,
.btn.btn-violet[disabled]:focus,
fieldset[disabled] .btn.btn-violet:focus,
.btn.btn-violet.disabled:active,
.btn.btn-violet[disabled]:active,
fieldset[disabled] .btn.btn-violet:active,
.btn.btn-violet.disabled.active,
.btn.btn-violet[disabled].active,
fieldset[disabled] .btn.btn-violet.active ,
.btn.btn-alert.disabled,
.btn.btn-alert[disabled],
fieldset[disabled] .btn.btn-alert,
.btn.btn-alert.disabled:hover,
.btn.btn-alert[disabled]:hover,
fieldset[disabled] .btn.btn-alert:hover,
.btn.btn-alert.disabled:focus,
.btn.btn-alert[disabled]:focus,
fieldset[disabled] .btn.btn-alert:focus,
.btn.btn-alert.disabled:active,
.btn.btn-alert[disabled]:active,
fieldset[disabled] .btn.btn-alert:active,
.btn.btn-alert.disabled.active,
.btn.btn-alert[disabled].active,
fieldset[disabled] .btn.btn-alert.active {
	background-color: #967adc;
	border-color: #967adc;
}
.btn.btn-violet .badge ,
.btn.btn-alert .badge {
	color: #967adc;
}
.btn.btn-violet.light ,
.btn.btn-alert.light {
	background-color: #a992e2;
}
.btn.btn-violet.light:hover,
.btn.btn-violet.light:focus,
.btn.btn-violet.light:active,
.btn.btn-violet.light.active ,
.btn.btn-alert.light:hover,
.btn.btn-alert.light:focus,
.btn.btn-alert.light:active,
.btn.btn-alert.light.active {
	background-color: #8362d6;
}
.btn.btn-violet.dark ,
.btn.btn-alert.dark ,
.btn.btn-alert.dark:hover,
.btn.btn-alert.dark:focus,
.btn.btn-alert.dark:active,
.btn.btn-alert.dark.active {
	background-color: #8362d6;
}
.btn.btn-violet.dark:hover,
.btn.btn-violet.dark:focus,
.btn.btn-violet.dark:active,
.btn.btn-violet.dark.active {
	background-color: #704acf;
}
.btn.btn-violet.gradient ,
.btn.btn-alert.gradient {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(top,#967adc 1%,#8362d6 100%);
	background-image:linear-gradient(to bottom,#967adc 1%,#8362d6 100%);
}
.btn.btn-violet.gradient:hover,   
.btn.btn-violet.gradient:focus,   
.btn.btn-violet.gradient:active,  
.btn.btn-violet.gradient.active ,
.btn.btn-alert.gradient:hover,   
.btn.btn-alert.gradient:focus,   
.btn.btn-alert.gradient:active,  
.btn.btn-alert.gradient.active { 
	background-image:-webkit-linear-gradient(top,#8362d6 1%,#967adc 100%);
	background-image:linear-gradient(to bottom,#8362d6 1%,#967adc 100%);
}
.btn.btn-violet > .loading  ,
.btn.btn-alert > .loading  {
	background-image: url('imgs/btn_loader_violet.gif');
}
.btn.btn-violet.animation:hover ,
.btn.btn-alert.animation:hover {
    -webkit-animation: btn-violet_animation 1s;
    animation: btn-violet_animation 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes btn-violet_animation {
    from {background-color: #a992e2;}
    to {background-color: #704acf;}
}
@keyframes btn-violet_animation {
    from {background-color: #a992e2;}
    to {background-color: #704acf;}
}



.btn.btn-cyan ,
.btn.btn-system {
	color: #ffffff;
	background-color: #37bc9b;
	text-shadow:-1px -1px 0 rgba(0,0,0,0.3);
}
.btn.btn-cyan:hover,
.btn.btn-cyan:focus,
.btn.btn-cyan:active,
.btn.btn-cyan.active ,
.btn.btn-system:hover,
.btn.btn-system:focus,
.btn.btn-system:active,
.btn.btn-system.active {
	color: #ffffff;
	background-color: #2e9e83;
	border-color: rgba(0, 0, 0, 0.05);
}
.btn.btn-cyan:active,
.btn.btn-cyan.active ,
.btn.btn-system:active,
.btn.btn-system.active {
	background-image: none;
}
.btn.btn-cyan.disabled,
.btn.btn-cyan[disabled],
fieldset[disabled] .btn.btn-cyan,
.btn.btn-cyan.disabled:hover,
.btn.btn-cyan[disabled]:hover,
fieldset[disabled] .btn.btn-cyan:hover,
.btn.btn-cyan.disabled:focus,
.btn.btn-cyan[disabled]:focus,
fieldset[disabled] .btn.btn-cyan:focus,
.btn.btn-cyan.disabled:active,
.btn.btn-cyan[disabled]:active,
fieldset[disabled] .btn.btn-cyan:active,
.btn.btn-cyan.disabled.active,
.btn.btn-cyan[disabled].active,
fieldset[disabled] .btn.btn-cyan.active ,
.btn.btn-system.disabled,
.btn.btn-system[disabled],
fieldset[disabled] .btn.btn-system,
.btn.btn-system.disabled:hover,
.btn.btn-system[disabled]:hover,
fieldset[disabled] .btn.btn-system:hover,
.btn.btn-system.disabled:focus,
.btn.btn-system[disabled]:focus,
fieldset[disabled] .btn.btn-system:focus,
.btn.btn-system.disabled:active,
.btn.btn-system[disabled]:active,
fieldset[disabled] .btn.btn-system:active,
.btn.btn-system.disabled.active,
.btn.btn-system[disabled].active,
fieldset[disabled] .btn.btn-system.active {
	background-color: #37bc9b;
	border-color: #37bc9b;
}
.btn.btn-cyan .badge ,
.btn.btn-system .badge {
	color: #37bc9b;
}
.btn.btn-cyan.light ,
.btn.btn-system.light {
	background-color: #48c9a9;
}
.btn.btn-cyan.light:hover,
.btn.btn-cyan.light:focus,
.btn.btn-cyan.light:active,
.btn.btn-cyan.light.active ,
.btn.btn-system.light:hover,
.btn.btn-system.light:focus,
.btn.btn-system.light:active,
.btn.btn-system.light.active {
	background-color: #30a487;
}
.btn.btn-cyan.dark ,
.btn.btn-system.dark {
	background-color: #30a487;
}
.btn.btn-cyan.dark:hover,
.btn.btn-cyan.dark:focus,
.btn.btn-cyan.dark:active,
.btn.btn-cyan.dark.active ,
.btn.btn-system.dark:hover,
.btn.btn-system.dark:focus,
.btn.btn-system.dark:active,
.btn.btn-system.dark.active {
	background-color: #298d74;
}
.btn.btn-cyan.gradient ,
.btn.btn-system.gradient {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(top,#37bc9b 1%,#30a487 100%);
	background-image:linear-gradient(to bottom,#37bc9b 1%,#30a487 100%);
}
.btn.btn-cyan.gradient:hover,   
.btn.btn-cyan.gradient:focus,   
.btn.btn-cyan.gradient:active,  
.btn.btn-cyan.gradient.active ,
.btn.btn-system.gradient:hover,   
.btn.btn-system.gradient:focus,   
.btn.btn-system.gradient:active,  
.btn.btn-system.gradient.active { 
	background-image:-webkit-linear-gradient(top,#30a487 1%,#37bc9b 100%);
	background-image:linear-gradient(to bottom,#30a487 1%,#37bc9b 100%);
}
.btn.btn-cyan > .loading ,
.btn.btn-system > .loading  {
	background-image: url('imgs/btn_loader_cyan.gif');
}
.btn.btn-cyan.animation:hover ,
.btn.btn-system.animation:hover {
    -webkit-animation: btn-cyan_animation 1s;
    animation: btn-cyan_animation 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes btn-cyan_animation {
    from {background-color: #48c9a9;}
    to {background-color: #298d74;}
}
@keyframes btn-cyan_animation {
    from {background-color: #48c9a9;}
    to {background-color: #298d74;}
}















.btn.btn-black ,
.btn.btn-dark {
	color: #ffffff;
	background-color: #3b3f4f;
	text-shadow:-1px -1px 0 rgba(0,0,0,1);
}
.btn.btn-black:hover,
.btn.btn-black:focus,
.btn.btn-black:active,
.btn.btn-black.active ,
.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark:active,
.btn.btn-dark.active {
	color: #ffffff;
	background-color: #2b2e39;
	border-color: rgba(0, 0, 0, 0.05);
}
.btn.btn-black:active,
.btn.btn-black.active ,
.btn.btn-dark:active,
.btn.btn-dark.active {
	background-image: none;
}
.btn.btn-black.disabled,
.btn.btn-black[disabled],
fieldset[disabled] .btn.btn-black,
.btn.btn-black.disabled:hover,
.btn.btn-black[disabled]:hover,
fieldset[disabled] .btn.btn-black:hover,
.btn.btn-black.disabled:focus,
.btn.btn-black[disabled]:focus,
fieldset[disabled] .btn.btn-black:focus,
.btn.btn-black.disabled:active,
.btn.btn-black[disabled]:active,
fieldset[disabled] .btn.btn-black:active,
.btn.btn-black.disabled.active,
.btn.btn-black[disabled].active,
fieldset[disabled] .btn.btn-black.active ,
.btn.btn-dark.disabled,
.btn.btn-dark[disabled],
fieldset[disabled] .btn.btn-dark,
.btn.btn-dark.disabled:hover,
.btn.btn-dark[disabled]:hover,
fieldset[disabled] .btn.btn-dark:hover,
.btn.btn-dark.disabled:focus,
.btn.btn-dark[disabled]:focus,
fieldset[disabled] .btn.btn-dark:focus,
.btn.btn-dark.disabled:active,
.btn.btn-dark[disabled]:active,
fieldset[disabled] .btn.btn-dark:active,
.btn.btn-dark.disabled.active,
.btn.btn-dark[disabled].active,
fieldset[disabled] .btn.btn-dark.active {
	background-color: #3b3f4f;
	border-color: #3b3f4f;
}
.btn.btn-black .badge ,
.btn.btn-dark .badge {
	color: #3b3f4f;
}
.btn.btn-black.light ,
.btn.btn-dark.light {
	background-color: #484d61;
}
.btn.btn-black.light:hover,
.btn.btn-black.light:focus,
.btn.btn-black.light:active,
.btn.btn-black.light.active ,
.btn.btn-dark.light:hover,
.btn.btn-dark.light:focus,
.btn.btn-dark.light:active,
.btn.btn-dark.light.active {
	background-color: #2e313d;
}
.btn.btn-black.dark ,
.btn.btn-dark.dark {
	background-color: #2e313d;
}
.btn.btn-black.dark:hover,
.btn.btn-black.dark:focus,
.btn.btn-black.dark:active,
.btn.btn-black.dark.active ,
.btn.btn-dark.dark:hover,
.btn.btn-dark.dark:focus,
.btn.btn-dark.dark:active,
.btn.btn-dark.dark.active {
	background-color: #21232c;
}
.btn.btn-black.gradient ,
.btn.btn-dark.gradient {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(top,#3b3f4f 1%,#21232c 100%);
	background-image:linear-gradient(to bottom,#3b3f4f 1%,#21232c 100%);
}
.btn.btn-black.gradient:hover,   
.btn.btn-black.gradient:focus,   
.btn.btn-black.gradient:active,  
.btn.btn-black.gradient.active ,
.btn.btn-dark.gradient:hover,   
.btn.btn-dark.gradient:focus,   
.btn.btn-dark.gradient:active,  
.btn.btn-dark.gradient.active { 
	background-image:-webkit-linear-gradient(top,#21232c 1%,#3b3f4f 100%);
	background-image:linear-gradient(to bottom,#21232c 1%,#3b3f4f 100%);
}
.btn.btn-black > .loading ,
.btn.btn-dark > .loading  {
	background-image: url('imgs/btn_loader_black.gif');
}
.btn.btn-black.animation:hover ,
.btn.btn-dark.animation:hover {
    -webkit-animation: btn-black_animation 1s;
    animation: btn-black_animation 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes btn-black_animation {
    from {background-color: #484d61;}
    to {background-color: #21232c;}
}
@keyframes btn-black_animation {
    from {background-color: #484d61;}
    to {background-color: #21232c;}
}




.btn-touch-dark.active ,
.btn-touch-dark:active {
	color:#fff !important;
	border-color: rgba(0, 0, 0, 0.5) !important;
	text-shadow:-1px -1px 0 rgba(0,0,0,0.5) !important;
	background-color: #21232c;
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(top,#21232c 1%,#3b3f4f 100%) !important;
	background-image:linear-gradient(to bottom,#21232c 1%,#3b3f4f 100%) !important;
}


















/* 버튼 디자인 
.button, .button > span {
	font-size:10pt;
	display:inline-block;
	position:relative;
	overflow:visible !important;
	margin:0; padding:0; border:0;
	background-color:transparent;
	background-image: url('imgs/btn_bg.png');
	background-position: 0 0;
	background-repeat: no-repeat;

	text-decoration:none;
	vertical-align:top;
	word-spacing:-1px;
	white-space:nowrap;
	height:35px;
	line-height:35px;
}
.button {
	vertical-align:middle;
	margin:0 4px;
	background-position:0 0;
	color:#555;
	text-shadow: 0 1px 0 #fff;
	font-weight:bold;
}
.button > SPAN {
	left:4px;
	cursor:pointer;
	padding:0 16px 0 14px;
	background-position:100% 0;
	letter-spacing:0;
	color:#555;
	width:100%;
}
.button > SPAN IMG {
	vertical-align:middle;
}

.button.w100p, .button.w100p > span {
	width: -moz-calc(100% - 3px) !important;
	width: -webkit-calc(100% - 3px) !important;
	width: -o-calc(100% - 3px) !important;
	width:   calc(100% - 3px) !important;
}
.button.w100p {
	margin:0 !important;
}


.button:hover , .button > SPAN:hover ,
.button:active , .button > SPAN:active {
	color:#000;
	background-position-y:-35px;
}
.button.button-light:hover ,	.button.button-light > SPAN:hover ,
.button.button-light:active ,	.button.button-light > SPAN:active {
	color:#000;
	background-position-y:-350px;
}
.button.button-black:hover ,	.button.button-black > SPAN:hover ,
.button.button-black:active ,	.button.button-black > SPAN:active {
	color:#252832;
	background-position-y:-35px;
}
.button.button-red:hover ,		.button.button-red > SPAN:hover ,
.button.button-red:active ,		.button.button-red > SPAN:active {
	color:#dc3519;
	background-position-y:-210px;
}
.button.button-blue:hover ,		.button.button-blue > SPAN:hover ,
.button.button-blue:active ,		.button.button-blue > SPAN:active {
	color:#276ecc;
	background-position-y:-140px;
}
.button.button-green:hover ,	.button.button-green > SPAN:hover ,
.button.button-green:active ,	.button.button-green > SPAN:active {
	color:#38952a;
	background-position-y:-105px;
}
.button.button-cyan:hover ,		.button.button-cyan > SPAN:hover ,
.button.button-cyan:active ,		.button.button-cyan > SPAN:active {
	color:#2b957a;
	background-position-y:-315px;
}
.button.button-yellow:hover ,	.button.button-yellow > SPAN:hover ,
.button.button-yellow:active ,	.button.button-yellow > SPAN:active {
	color:#bd8224;
	background-position-y:-245px;
}
.button.button-azure:hover ,	.button.button-azure > SPAN:hover ,
.button.button-azure:active ,	.button.button-azure > SPAN:active {
	color:#2494be;
	background-position-y:-70px;
}
.button.button-violet:hover ,	.button.button-violet > SPAN:hover ,
.button.button-violet:active ,	.button.button-violet > SPAN:active {
	color:#7652d1;
	background-position-y:-280px;
}


.button25, .button25 > span {
	font-size:10pt;
	display:inline-block;
	position:relative;
	overflow:visible !important;
	margin:0; padding:0; border:0;
	background-color:transparent;
	background-image: url('imgs/btn25_bg.png');
	background-position: 0 0;
	background-repeat: no-repeat;

	text-decoration:none;
	vertical-align:top;
	word-spacing:-1px;
	white-space:nowrap;
	height:25px;
	line-height:25px;
}
.button25 {
	vertical-align:middle;
	margin:0 4px;
	background-position:0 0;
	color:#666;
	text-shadow: 0 1px 0 #fff;
	font-weight:bold;
}
.button25 > SPAN {
	left:4px;
	cursor:pointer;
	padding:0 18px 0 14px;
	background-position:100% 0;
	letter-spacing:-1px;
	color:#555;
}
.button25 > SPAN IMG {
	vertical-align:middle;
}

.button25.w100p, .button25.w100p > span {
	width: -moz-calc(100% - 3px) !important;
	width: -webkit-calc(100% - 3px) !important;
	width: -o-calc(100% - 3px) !important;
	width:   calc(100% - 3px) !important;
}
.button25.w100p {
	margin:0 !important;
}

.button25:hover , .button25 > SPAN:hover ,
.button25:active , .button25 > SPAN:active {
	color:#000;
	text-shadow: 0 1px 0 #fff;
	background-position-y:-25px;
}

.button25.button25-light:hover ,	.button25.button25-light > SPAN:hover, 
.button25.button25-light:active ,	.button25.button25-light > SPAN:active {
	color:#000;
	background-position-y:-250px;
}
.button25.button25-black:hover ,	.button25.button25-black > SPAN:hover ,
.button25.button25-black:active ,	.button25.button25-black > SPAN:active {
	color:#252832;
	background-position-y:-25px;
}
.button25.button25-red:hover ,		.button25.button25-red > SPAN:hover ,
.button25.button25-red:active ,		.button25.button25-red > SPAN:active {
	color:#dc3519;
	background-position-y:-100px;
}
.button25.button25-blue:hover ,		.button25.button25-blue > SPAN:hover ,
.button25.button25-blue:active ,		.button25.button25-blue > SPAN:active {
	color:#276ecc;
	background-position-y:-150px;
}
.button25.button25-green:hover ,	.button25.button25-green > SPAN:hover ,
.button25.button25-green:active ,	.button25.button25-green > SPAN:active {
	color:#38952a;
	background-position-y:-75px;
}
.button25.button25-cyan:hover ,		.button25.button25-cyan > SPAN:hover  ,
.button25.button25-cyan:active ,		.button25.button25-cyan > SPAN:active {
	color:#2b957a;
	background-position-y:-225px;
}
.button25.button25-yellow:hover ,	.button25.button25-yellow > SPAN:hover ,
.button25.button25-yellow:active ,	.button25.button25-yellow > SPAN:active {
	color:#bd8224;
	background-position-y:-175px;
}
.button25.button25-azure:hover ,	.button25.button25-azure > SPAN:hover ,
.button25.button25-azure:active ,	.button25.button25-azure > SPAN:active {
	color:#2494be;
	background-position-y:-50px;
}
.button25.button25-violet:hover ,	.button25.button25-violet > SPAN:hover ,
.button25.button25-violet:active ,	.button25.button25-violet > SPAN:active {
	color:#7652d1;
	background-position-y:-200px;
}



/* 버튼 불가 
.button.disabled , .button.disabled > SPAN ,
.button.disabled:hover , .button.disabled > SPAN:hover ,
.button25.disabled , .button25.disabled > SPAN ,
.button25.disabled:hover , .button25.disabled > SPAN:hover {
	color:#aaa !important;
	background-position:0 0 !important;
}
.button.disabled > SPAN ,
.button.disabled > SPAN:hover ,
.button25.disabled > SPAN ,
.button25.disabled > SPAN:hover {
	color:#aaa !important;
	background-position:100% 0 !important;
}

*/

/* 버튼 안에서 로딩 */
.btns .loading ,
.button .loading ,
.button25 .loading {
	display:inline-block;
	position:absolute;
	z-index:100;
	padding:0;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	background-color:transparent;
	background-image: url('imgs/load_big.gif');
	background-position:50% 50%;
	background-repeat: no-repeat;
}
.button25 .loading {
	background-image: url('imgs/load_small.gif');
}





/* 버튼 안에서 fa-로딩 */
INPUT > .fa_loading ,
button > .fa_loading {
	display:inline-block;
	position:absolute;
	z-index:100;
	padding:0;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
}












/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 팝업창 스타일 */
.FancyBox_InlineEdge {
	border:5px solid #000;
	height:100%;
	overflow:hidden;
}
.FancyBox_InlineEdge > .titleArea:before, .FancyBox_InlineEdge > .titleArea:after { content: ""; display: table; }
.FancyBox_InlineEdge > .titleArea:after { clear: both; }
.FancyBox_InlineEdge > .titleArea { zoom: 1; 
	height:40px;
	line-height:35px;
	text-align:center;
	color:#fff;
	background-color:#000;
	border-bottom:3px solid #ddd;
}

.FancyBox_InlineEdge > .titleArea > .title {
	font-size:13pt;
	text-align:center;
	font-weight:bold;
	width:100%;
	float:left;
	margin-right:-80px;
}
.FancyBox_InlineEdge > .titleArea > .close {
	font-size:20pt;
	color:#c00;
	font-family:'Dotum',"seoul","verdana","arial";
	width:40px;
	float:right;
	cursor:pointer;
}

.FancyBox_InlineEdge > .content {
	padding:20px;
	
	height: -moz-calc(100% - 40px);		/* Firefox */
	height: -webkit-calc(100% - 40px);	/* WebKit */
	height: -o-calc(100% - 40px);		/* Opera */
	height: calc(100% - 40px);			/* Standard */

	overflow:hidden;
}






/****************************************************************************************************/
/* stand PAGE */
/****************************************************************************************************/


UL.style_none {
	list-style-type:none;
	list-style-position:inside;
	list-style-image:none;
}





/* 테이블디자인 */
.dztbl {
	width:100%;
	margin:auto;
	padding:0;
	border-spacing:0;
	border:0;
	border-top:3px solid #000;
	border-collapse:collapse;
	table-layout:fixed;
}
.dztbl TD , .dztbl TH {
	padding:3px 5px;
	border:1px solid #ccc; 
	line-height:1.75em;
	font-size:10pt;
}
.dztbl TH {
	background:#eee;
}

/* 테이블디자인 2 */
.dztbl2 {
	width:100%;
	margin:auto;
	padding:0;
	border-spacing:0;
	border:0;
	border-top:3.5px solid #000;
	border-collapse:collapse;
	table-layout:fixed;
}
.dztbl2 TH , 
.dztbl2 TD {
	padding:10px 10px;
	border:1px solid #ccc; 
	line-height:1.75em;
	font-size:10pt;
	background:#fff;
	vertical-align:middle;
}
.dztbl2 TH {
	padding:5px;
	background:#eee;
}


/* 테이블디자인 */
table.none {
	width:100%;
	margin:auto;
	padding:0;
	border-spacing:0;
	border:0;
	border-collapse:collapse;
	table-layout:fixed;
}
table.none TD , table.none TH {
	padding:3px 5px;
	border:0; 
	line-height:1.75em;
	font-size:10pt;
}





/* 입력창 디자인 */
.forms25	{ 
	font-size:9pt;
	color:#333;
	width:150px;
	height:25px;
	padding:2px 5px;
	background-color:#fafafa; 
	border:solid 1px; 
	border-color:#ddd;
	BORDER-TOP: #aaa 1px solid; 
	BORDER-LEFT: #aaa 1px solid;
	vertical-align:middle;
}
.forms25.disabled { 
	background-color:#eee;
	color:#999;
}

.forms30	{ 
	font-family:inherit;
	font-size:9pt;
	color:#333;
	width:auto;
	height:30px;
	padding:2px 10px;
	background-color:#fafafa; 
	border:solid 1px; 
	border-color:#ddd;
	BORDER-TOP: #aaa 1px solid; 
	BORDER-LEFT: #aaa 1px solid;
	vertical-align:middle;

}
.forms30.disabled { 
	background-color:#eee;
	color:#999;
}
.forms35	{ 
	font-family:inherit;
	/* font-size:9pt; */
	color:#333;
	width:auto;
	height:35px;
	padding:2px 10px;
	background-color:#fafafa; 
	border:solid 1px; 
	border-color:#ddd;
	BORDER-TOP: #aaa 1px solid; 
	BORDER-LEFT: #aaa 1px solid;
	vertical-align:middle;

}
.forms35.disabled { 
	background-color:#eee;
	color:#999;
}
.forms40	{ 
	font-size:12pt;
	color:#333;
	width:auto;
	height:40px;
	padding:2px 15px;
	background-color:#fafafa; 
	border:solid 1px; 
	border-color:#ddd;
	BORDER-TOP: #aaa 1px solid; 
	BORDER-LEFT: #aaa 1px solid;
}
.forms40.disabled { 
	background-color:#eee;
	color:#999;
}

.formsText	{ 
	font-size:12px;
	color:#333;
	background-color:#fafafa;
	padding:10px;
	border:solid 1px; 
	border-color:#ddd;
	BORDER-TOP: #aaa 1px solid; 
	BORDER-LEFT: #aaa 1px solid;
}

.formsEditor {
	position:relative;
	display:block;
	width:100%;
	height:100%;
}
SELECT.forms25,
SELECT.select25 {
	height:25px;
	padding:2px;
	border:solid 1px #ccc;
	border-top-color:#aaa;
	border-left-color:#aaa;
	cursor:pointer;
	vertical-align:middle;
}
SELECT.forms30 ,
SELECT.select30 {
	height:30px;
	padding:5px;
	border:solid 1px #ccc;
	border-top-color:#aaa;
	border-left-color:#aaa;
	cursor:pointer;
	vertical-align:middle;

	font-family:inherit;
}

SELECT.forms35 ,
SELECT.select35 {
	height:35px;
	padding:5px;
	border:solid 1px #ccc;
	border-top-color:#aaa;
	border-left-color:#aaa;
	cursor:pointer;
	vertical-align:middle;

	font-family:inherit;
}

SELECT.forms40 ,
SELECT.select40 {
	height:40px;
	padding:5px;
	border:solid 1px #ccc;
	border-top-color:#aaa;
	border-left-color:#aaa;
	cursor:pointer;
	vertical-align:middle;

	font-family:inherit;
}

BUTTON[disabled],
.forms25[disabled],
.forms30[disabled],
.forms40[disabled],
.formsText[disabled],
.select25[disabled],
.select30[disabled]  {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 0.5;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
SELECT.warn, INPUT.warn, TEXTAREA.warn, LABEL.warn, FIELDSET.warn {
	border:1px dashed #c00 !important;
	background-color:#FFDDD3 !important;
}
LABEL > INPUT.warn::placeholder ,
INPUT.warn::placeholder {
	color: #c00 !important;
}


FIELDSET.warn {
	margin:0 !important;
}
TR.warn > TD , TR.warn > TH , TD.warn {
	border:2px dashed #c00 !important;
	background-color:#FFDDD3 !important;
}


label.btn_radio { font-weight:normal; padding:2px 10px 2px 5px; margin:1px 6px 1px 1px; border-radius: 20px; }
label.btn_radio > input { display:none; z-index:-1; position:absolute; top:0; left:0; opacity:0; cursor:pointer; }

label.btn_radio::before {
	content:'';
	clear:both;
	position: relative;
	top:-2px;

	display:inline-block;
	background:#fff;
	width:1.15em;
	height:1.15em;
	margin-right:5px;
	border-radius: 2em;
	border:2px solid #aaa;
	vertical-align:middle;
}
label.btn_radio.checked {
	font-weight:bold;
	border:1px solid #555;
	margin:0 5px 0 0;
	background-color:#eee;
}
label.btn_radio.checked::before {
	border-color:#000;
	background-color:#ccc;
	box-shadow:inset 1px 1px 2px rgba(0,0,0,.5);
}

label.btn_radio:hover {
	border:1px dashed #555;
	margin:0 5px 0 0;
	background-color:#eee;
}
label.btn_radio:hover::before {
	border-color:#000;
}



label.btn_radio.chk_blue:hover ,
label.btn_radio.checked.chk_blue {
	color:#276ECC;
	border-color:#276ECC;
	background:#d5dcff;
}
label.btn_radio.checked.chk_blue::before {
	background-color:#75A5E4;
}

label.btn_radio.chk_red:hover ,
label.btn_radio.checked.chk_red {
	color:#DC3519;
	border-color:#DC3519;
	background:#ffded3;
}
label.btn_radio.checked.chk_red::before {
	background-color:#EE7F6D;
}

label.btn_radio.chk_green:hover ,
label.btn_radio.checked.chk_green {
	color:#347C2A;
	border-color:#347C2A;
	background:#edffcf;
}
label.btn_radio.checked.chk_green::before {
	background-color:#93D789;
}

label.btn_radio.chk_cyan:hover ,
label.btn_radio.checked.chk_cyan {
	color:#3A8976;
	border-color:#3A8976;
	background:#E5F7F3;
}
label.btn_radio.checked.chk_cyan::before {
	background-color:#58CEB1;
}

label.btn_radio.chk_yellow:hover ,
label.btn_radio.checked.chk_yellow {
	color:#A27021;
	border-color:#A27021;
	background:#ffffcc;
}
label.btn_radio.checked.chk_yellow::before {
	background-color:#F8CD73;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.admModifyTbl {
	width:100%;
	margin:auto;
	border-spacing:0;
	padding:0;
	border:0;
	border-top:2px solid #000;
	border-collapse:collapse;
	table-layout:fixed;
	margin-top:5px;

		font-size:13px;
		font-family: '맑은 고딕', 'Malgun Gothic';
		color:#222;
}
.admModifyTbl tr:last-child th, .admModifyTbl tr:last-child td { border-bottom:1px solid #000; }

.admModifyTbl td, .admModifyTbl th {
	vertical-align:middle;
	padding:8px;
	border:1px solid #ddd;
	border-left:0; border-right:0;
	cursor:default;
}
.admModifyTbl th {
	background:#eee;
	color:#000;
	letter-spacing:-1px;
	font-size:14px;
}
.admModifyTbl td {
	padding: 10px;
}

.admModifyTbl label {
		padding:5px 11px;
}
.admModifyTbl label.cate_chked {
	padding:4px 10px;
	border:1px solid #ccc;
	background-color:#eee;
	font-weight:bold;
	border-radius: 1000px;
}
.admModifyTbl label.cate_chked:focus ,
.admModifyTbl label.cate_chked:active ,
.admModifyTbl label.cate_chked:active:focus ,
.admModifyTbl label.cate_chked:hover {
	border-color:#555;
	background-color:#ffc;
}


.admModifyTbl .select30, 
.admModifyTbl .select30 > OPTION, 
.admModifyTbl .forms30, 
.admModifyTbl .formsText {
	font-family: '맑은 고딕','Malgun Gothic', 'Dotum';
	font-size:13px;
}






.td_center td ,
.tbl_tdCenter td {
	text-align:center;
}

.formation TH {
	padding:0;
}
.formation TD {
	text-align:center;
}
.formation .line {
	border-right:1px solid #4a70bd;
}
.formation .btmline {
	border-bottom:1px solid #4a70bd;
}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.inforTbl {
	width:100%;
	margin:auto;
	border-spacing:0;
	padding:0;
	border:0;
	border-top:2px solid #000;
	border-collapse:collapse;
	table-layout:fixed;
	margin-top:5px;
}

.inforTbl td, .inforTbl th {
	vertical-align:middle;
	padding:7px 3px	;
	border:1px solid #ccc;
	border-left:0;
	border-right:0;
	cursor:default;
}
.inforTbl th {
	background:#f1f2f3;
	color:#000;
	border-color:#000;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.admListTbl {
	width:100%;
	margin:auto;
	border-spacing:0;
	padding:0;
	border:0;
	border-top:2px solid #000;
	border-collapse:collapse;
	table-layout:fixed;
	margin-top:5px;
	font-size:10pt;
}
.admListTbl td, .admListTbl th {
	vertical-align:middle;
	padding:10px 3px	;
	border:1px solid #ccc;
	border-left:0; border-right:0;
	text-align:center;
	cursor:default;
}
.admListTbl th {
	background:#495164;
	color:#fff;
	letter-spacing:-1px;
}
.admListTbl tr.overTR:hover td {
	background:#f5f5f5;
}
.admListTbl tr:last td {
	border-bottom:1px solid #000;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.admModifyTbl {
	width:100%;
	margin:auto;
	border-spacing:0;
	padding:0;
	border:0;
	border-top:2px solid #000;
	border-collapse:collapse;
	table-layout:fixed;
	margin-top:5px;
		font-size:10pt;
}
.admModifyTbl tr:last-child th, .admModifyTbl tr:last-child td { border-bottom:1px solid #000; }

.admModifyTbl td, .admModifyTbl th {
	vertical-align:middle;
	padding:8px;
	border:1px solid #ddd;
	border-left:0; border-right:0;
	cursor:default;
}
.admModifyTbl th {
	background:#eee;
	color:#000;
	letter-spacing:-1px;
}
.admModifyTbl td {
	padding: 10px;
}
.admModifyTbl tr.overTR:hover td {
	background:#f5f5f5;
}
.admModifyTbl tr:last td {
	border-bottom:1px solid #000;
}

.titleTbl {
	width:100%;
	margin:auto;
	padding:0;
	border:0;
	border-spacing:0;
	border-collapse:collapse;
	table-layout:fixed;
}
.titleTbl th.title		{ height:30px; padding:0 25px; 	vertical-align:top; text-align:left; background:url('imgs/arrow.gif') 5px 10% no-repeat ; }
.titleTbl .line_black	{ padding:0; height:3px; background:#666; }
.titleTbl .line_gray	{ padding:0; height:3px; background:#aaa; }


th.l, td.l {
	text-align:left;
}
th.r, td.r {
	text-align:right;
}
th.c, td.c {
	text-align:center;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 탭메뉴 UL */
UL.xTabsMenuEdge {
	display:table;
	width:100%;
	height:40px;
	margin:30px auto 20px;
	border-spacing:0;
	padding:0;
	border:0;
	border-collapse:collapse;
	table-layout:fixed;
}
UL.xTabsMenuEdge > li {
	display:table-cell;
	text-align:center;
	border:1px solid #ccc;
	border-color:#e7e7e7;
	background:#fafafa;
	border-bottom:2px solid #000;
	vertical-align:middle;
}
UL.xTabsMenuEdge > li.blank {
	border:0;
	background:#fff;
	border-bottom:2px solid #000;
}

UL.xTabsMenuEdge > LI.selected {
	border:2px solid #000;
	border-bottom:0;
	background-color:#fff;
	background-image:url(imgs/tabbg_selected.gif);
	background-repeat: repeat-x;
	vertical-align:middle;
}

UL.xTabsMenuEdge > LI.next {
	background:url(imgs/tabbg_shadow.gif) #fafafa;
	background-repeat: repeat-x;
}
UL.xTabsMenuEdge > LI.prev {
	background:url(imgs/tabbg_shadow.gif) 100% #fafafa;
	background-repeat: repeat-x;
}
UL.xTabsMenuEdge a {
	display:block;
	width:100%;
	padding:5px;
	text-align:center;
	color:#aaa;
	/* font-size:1em; */
	font-weight:bold;
	letter-spacing:-1px;
	white-space:nowrap; text-overflow:ellipsis; overflow:hidden;
	text-decoration:none;
}
UL.xTabsMenuEdge a:link, UL.xTabsMenuEdge a:visited, UL.xTabsMenuEdge a:active {
	color:#aaa;
}


UL.xTabsMenuEdge a:hover {
	color:#000;
	text-decoration:none;
}
UL.xTabsMenuEdge > LI.selected > a , 
UL.xTabsMenuEdge a.chked {
	padding:5px;
	color:#000;
}







	/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	/* 탭메뉴 TABLE */
	.xTabsMenuZone {
		width:100%;
		margin:30px auto 20px;
		border-spacing:0;
		padding:0;
		border:0;
		border-collapse:collapse;
		table-layout:fixed;
	}
	.xTabsMenuZone th {
		border:1px solid #ccc;
		border-color:#e7e7e7;
		background:#fafafa;
		border-bottom:2px solid #000;
		height:38px;
		vertical-align:middle;
	}
	.xTabsMenuZone td {
		border:0;
		border-bottom:2px solid #000;
	}

	.xTabsMenuZone .selected {
		border:2px solid #000;
		border-bottom:0;
		background:url(imgs/tabbg_selected.gif) #fff;
	/*	height:35px;	*/
		height:30px;
		vertical-align:middle;
	}

	.xTabsMenuZone .next {
		background:url(imgs/tabbg_shadow.gif) #fafafa;
	}
	.xTabsMenuZone .prev {
		background:url(imgs/tabbg_shadow.gif) 100% #fafafa;
	}


	.xTabsMenuZone a, .xTabsMenuZone a:link, .xTabsMenuZone a:visited, .xTabsMenuZone a:active {
		display:block;
		/*
		height:25px;
		padding:0;
		*/
		height:20px;
		padding:5px;

		color:#aaa;
		font-size:14px;
		letter-spacing:-1px;
		white-space:nowrap; text-overflow:ellipsis; overflow:hidden;
		text-decoration:none;
	}
	.xTabsMenuZone a:hover {
		color:#000;
		text-decoration:none;
	}
	.xTabsMenuZone a.chked {
		/* padding:0; */
		padding:5px;
		color:#009999 !important;
	}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 페이징 스타일 */
.dzpageing .pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 6px;
}
.dzpageing .pagination > li {
	display: inline;
}
.dzpageing .pagination > li > a,
.dzpageing .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;

	color:#465978;
	font-family:'tahoma';
	font-size:10.5pt;
}
.dzpageing .pagination > li:first-child > a,
.dzpageing .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.dzpageing .pagination > li:last-child > a,
.dzpageing .pagination > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.dzpageing .pagination > li > a:hover,
.dzpageing .pagination > li > span:hover,
.dzpageing .pagination > li > a:focus,
.dzpageing .pagination > li > span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}
.dzpageing .pagination > li > a:active,
.dzpageing .pagination > li > span:active,
.dzpageing .pagination > li > a:active,
.dzpageing .pagination > li > span:active {
	-webkit-box-shadow:inset 2px 3px 10px rgba(0,0,0,0.2);
	box-shadow:inset 2px 3px 10px rgba(0,0,0,0.2);
}

.dzpageing .pagination > .active > a,
.dzpageing .pagination > .active > span,
.dzpageing .pagination > .active > a:hover,
.dzpageing .pagination > .active > span:hover,
.dzpageing .pagination > .active > a:focus,
.dzpageing .pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #465978;
	border-color: #465978;
}
.dzpageing .pagination > .disabled > span,
.dzpageing .pagination > .disabled > span:hover,
.dzpageing .pagination > .disabled > span:focus,
.dzpageing .pagination > .disabled > a,
.dzpageing .pagination > .disabled > a:hover,
.dzpageing .pagination > .disabled > a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
.dzpageing .pagination > .active.disabled > a,
.dzpageing .pagination > .active.disabled > span,
.dzpageing .pagination > .active.disabled > a:hover,
.dzpageing .pagination > .active.disabled > span:hover,
.dzpageing .pagination > .active.disabled > a:focus,
.dzpageing .pagination > .active.disabled > span:focus {
	z-index: 3;
	color: #fff;
	background-color: #465978;
	border-color: #465978;

}

.dzpageing.dzpagesize-lg .pagination > li > a,
.dzpageing.dzpagesize-lg .pagination > li > span {
	padding: 10px 16px;
	font-size: 12pt;
	line-height: 1.3333333;
}
.dzpageing.dzpagesize-lg .pagination > li:first-child > a,
.dzpageing.dzpagesize-lg .pagination > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.dzpageing.dzpagesize-lg .pagination > li:last-child > a,
.dzpageing.dzpagesize-lg .pagination > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.dzpageing.dzpagesize-sm .pagination > li > a,
.dzpageing.dzpagesize-sm .pagination > li > span {
	padding: 5px 10px;
	font-size: 9pt;
	line-height: 1.5;
}
.dzpageing.dzpagesize-sm .pagination > li:first-child > a,
.dzpageing.dzpagesize-sm .pagination > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.dzpageing.dzpagesize-sm .pagination > li:last-child > a,
.dzpageing.dzpagesize-sm .pagination > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.dzpageing .pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
	display:none;
}
.dzpageing .pager li {
	display: inline;
}
.dzpageing .pager li > a,
.dzpageing .pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.dzpageing .pager li > a:hover,
.dzpageing .pager li > a:focus {
	text-decoration: none;
	background-color: #eee;
}
.dzpageing .pager .next > a,
.dzpageing .pager .next > span {
	float: right;
}
.dzpageing .pager .previous > a,
.dzpageing .pager .previous > span {
	float: left;
}
.dzpageing .pager .disabled > a,
.dzpageing .pager .disabled > a:hover,
.dzpageing .pager .disabled > a:focus,
.dzpageing .pager .disabled > span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
}

@media all and (max-width: 640px) {

	.dzpageing .pagination { display:none; }
	.dzpageing .pager { display:block; }

}












/*===============================================
  Tables
================================================= */
table {
  background-color: transparent;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 9px;
  line-height: 1.49;
  vertical-align: middle;
  border-top: 1px solid #eeeeee;
}
.table > thead > tr > th {
  font-weight: 600;
  vertical-align: bottom;
  border-bottom: 1px solid #eeeeee;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #eeeeee;
}
.table tbody > tr:first-child > td {
  border-top: 0;
}
.table .table {
  margin-bottom: 0;
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #eeeeee;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #eeeeee;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
.table-curved > tbody > tr > td:first-child {
  border-radius: 4px 0 0 4px;
}
.table-curved > tbody > tr > td:last-child {
  border-radius: 0 4px 4px 0;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.default,
.table > tbody > tr > td.default,
.table > tfoot > tr > td.default,
.table > thead > tr > th.default,
.table > tbody > tr > th.default,
.table > tfoot > tr > th.default,
.table > thead > tr.default > td,
.table > tbody > tr.default > td,
.table > tfoot > tr.default > td,
.table > thead > tr.default > th,
.table > tbody > tr.default > th,
.table > tfoot > tr.default > th {
  color: #777;
  border-color: #ddd;
  background-color: #f0f0f0;
}
.table-hover > tbody > tr > td.default:hover,
.table-hover > tbody > tr > th.default:hover,
.table-hover > tbody > tr.default:hover > td,
.table-hover > tbody > tr:hover > .default,
.table-hover > tbody > tr.default:hover > th {
  background-color: #fcfcfc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 14.25px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #eeeeee;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}





/*===================================================
  A. General/Misc Helpers
===================================================== */
/* Transform Center Helper(experimental) */
.t-center {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* BG Helpers */
.bg-none {
  background-color: transparent !important;
}
/* box-shadow Helpers */
.no-boxshadow {
  box-shadow: none !important;
}
/* height helpers */
.h-a {
  height: auto !important;
}
/* overflow Helpers */
.of-a {
  overflow: auto !important;
}
.of-h {
  overflow: hidden !important;
}
.of-v {
  overflow: visible !important;
}
.of-x-a {
  overflow-x: auto !important;
}
.of-x-h {
  overflow-x: hidden !important;
}
.of-x-v {
  overflow-x: visible !important;
}
.of-y-a {
  overflow-y: auto !important;
}
.of-y-h {
  overflow-y: hidden !important;
}
.of-y-v {
  overflow-y: visible !important;
}
/* Center Grid Column Helper */
.center-column {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}
/* Vertical Align Helpers */
.va-t {
  vertical-align: top !important;
}
.va-m {
  vertical-align: middle !important;
}
.va-b {
  vertical-align: bottom !important;
}
.va-s {
  vertical-align: super !important;
}
/* Relative Position Helper */
.posr {
  position: relative !important;
}
/* Inline Block Helper */
.ib,
.inline-object {
  display: inline-block !important;
}
/* pointer cursor */
.cursor {
  cursor: pointer !important;
}
/* Useful for emphasizing a disabled input */
.option-disabled {
  opacity: 0.6 !important;
}
/* unstyled input */
.input-unstyled,
.input-unstyled:hover,
.input-unstyled:focus {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/*===================================================
  B. Table Layout Helpers - specifically for widgets
===================================================== */
/* table-layout for connecting panels */
.panel-group.table-layout > .panel + .panel {
  border-left: 0;
}
.panel-group.table-layout + .panel-group.table-layout > .panel {
  border-top: 0;
}
/* table-layout when attached to row */
.row.table-layout {
  margin-left: 0;
  margin-right: 0;
}
.table-layout {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
}
/* table-layout helper content */
.table-layout > div,
.table-layout > aside,
.table-layout > section {
  vertical-align: middle;
  display: table-cell;
  float: none;
}
@media (max-width: 1300px) {
  .table-layout.table-clear-md,
  .table-layout.table-clear-md > div,
  .table-layout.table-clear-md > aside,
  .table-layout.table-clear-md > section {
    display: block;
    float: none;
  }
}
@media (max-width: 992px) {
  .table-layout.table-clear-sm,
  .table-layout.table-clear-sm > div,
  .table-layout.table-clear-sm > aside,
  .table-layout.table-clear-sm > section {
    display: block;
    float: none;
  }
}
@media (max-width: 767px) {
  .table-layout.table-clear-xs,
  .table-layout.table-clear-xs > div,
  .table-layout.table-clear-xs > aside,
  .table-layout.table-clear-xs > section {
    display: block;
    float: none;
  }
}


/* ===================================================
  A. List Helpers
=================================================== */
/* list item spacing helpers */
.list-spacing-3 li + li {
  padding-top: 3px;
}
.list-spacing-5 li + li {
  padding-top: 5px;
}
.list-spacing-8 li + li {
  padding-top: 8px;
}
.list-spacing-10 li + li {
  padding-top: 10px;
}
.list-spacing-15 li + li {
  padding-top: 15px;
}
/*divide li items with border and extra spacing*/
.list-divide-items {
  margin: 0;
  padding-left: 10px;
  list-style: none;
}
.list-divide-items li + li {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid #EEE;
}
/*===============================================
	A. Align Helpers
================================================= */

.l {
	text-align:left !important;
}
.r {
	text-align:right !important;
}
.c {
	text-align:center !important;
}
.vt {
	vertical-align:top !important;
}
.vm {
	vertical-align:middle !important;
}
.vb {
	vertical-align:bottom !important;
}
.fl {
	float:left;
}
.fr {
	float:right;
}

/*===============================================
	B. Width Helpers
================================================= */
.wauto  {	width: auto !important;	}
.w5p    {	width:   5% !important;	}
.w10p   {	width:  10% !important;	}
.w15p   {	width:  15% !important;	}
.w20p   {	width:  20% !important;	}
.w25p   {	width:  25% !important;	}
.w30p   {	width:  30% !important;	}
.w35p	{	width:  35% !important;	}
.w40p   {	width:  40% !important;	}
.w45p   {	width:  45% !important;	}
.w48p   {	width:  48% !important;	}
.w49p   {	width:  49% !important;	}
.w50p   {	width:  50% !important;	}
.w60p   {	width:  60% !important;	}
.w65p	{	width:  65% !important;	}
.w70p   {	width:  70% !important;	}
.w80p   {	width:  80% !important;	}
.w90p   {	width:  90% !important;	}
.w95p   {	width:  95% !important;	}
.w98p   {	width:  98% !important;	}
.w100p  {	width: 100% !important;	}
.w30px, .w30 {	width: 30px !important;	}
.w40px, .w40 {	width: 40px !important;	}
.w50px, .w50 {	width: 50px !important;	}
.w60px, .w60 {	width: 60px !important;	}
.w70px, .w70 {	width: 70px !important;	}
.w75px, .w75 {	width: 75px !important;	}
.w80px, .w80 {	width: 80px !important;	}
.w85px, .w85 {	width: 85px !important;	}
.w90px, .w90 {	width: 90px !important;	}
.w100px, .w100 {	width: 100px !important;	}
.w110px, .w110 {	width: 110px !important;	}
.w120px, .w120 {	width: 120px !important;	}
.w130px, .w130 {	width: 130px !important;	}
.w140px, .w140 {	width: 140px !important;	}
.w150px, .w150 {	width: 150px !important;	}
.w180px, .w180 {	width: 180px !important;	}
.w200px, .w200 {	width: 200px !important;	}
.w230px, .w230 {	width: 230px !important;	}
.w250px, .w250 {	width: 250px !important;	}
.w280px, .w280 {	width: 280px !important;	}
.w300px, .w300 {	width: 300px !important;	}
.w350px, .w350 {	width: 350px !important;	}
.w380px, .w380 {	width: 380px !important;	}
.w400px, .w400 {	width: 400px !important;	}
.w450px, .w450 {	width: 450px !important;	}
.w480px, .w480 {	width: 480px !important;	}
.w500px, .w500 {	width: 500px !important;	}
.w550px, .w550 {	width: 550px !important;	}
.w580px, .w580 {	width: 580px !important;	}
.w600px, .w600 {	width: 600px !important;	}
.w650px, .w650 {	width: 650px !important;	}
.w680px, .w680 {	width: 680px !important;	}
.w700px, .w700 {	width: 700px !important;	}
.w750px, .w750 {	width: 750px !important;	}
.w780px, .w780 {	width: 780px !important;	}
.w800px, .w800 {	width: 800px !important;	}
.w850px, .w850 {	width: 850px !important;	}
.w880px, .w880 {	width: 880px !important;	}
.w900px, .w900 {	width: 900px !important;	}
.w950px, .w950 {	width: 950px !important;	}
.w980px, .w980 {	width: 980px !important;	}
.w1000px, .w1000 {	width: 1000px !important;	}
/*===================================================
  B. Height Helpers
===================================================== */
/* Height helpers, primarly used with panel widgets */
.fixed-height .panel-body {  overflow: auto; }
.hover-height {  overflow: hidden; transition: all 0.2s ease; }
.mh-20 {  max-height: 20px !important; }
.mh-25 {  max-height: 25px !important; }
.mh-30 {  max-height: 30px !important; }
.mh-35 {  max-height: 35px !important; }
.mh-40 {  max-height: 40px !important; }
.mh-50 {  max-height: 50px !important; }
.mh-100 {  max-height: 100px !important; }
.mh-200 {  max-height: 200px !important; }
.mh-300 {  max-height: 300px !important; }
.mh-400 {  max-height: 400px !important; }
.mh-500 {  max-height: 500px !important; }
.mh-600 {  max-height: 600px !important; }
.mh-700 {  max-height: 700px !important; }
.mh-800 {  max-height: 800px !important; }
.mh-900 {  max-height: 900px !important; }
.mh-1000 {  max-height: 1000px !important; }
.h5p    {	height:   5% !important;	}
.h10p   {	height:  10% !important;	}
.h15p   {	height:  15% !important;	}
.h20p   {	height:  20% !important;	}
.h25p   {	height:  25% !important;	}
.h30p   {	height:  30% !important;	}
.h40p   {	height:  40% !important;	}
.h50p   {	height:  50% !important;	}
.h60p   {	height:  60% !important;	}
.h70p   {	height:  70% !important;	}
.h80p   {	height:  80% !important;	}
.h90p   {	height:  90% !important;	}
.h100p  {	height: 100% !important;	}
.h20px	, .h20	, .h-20		{	height: 20px !important; }
.h25px	, .h25	, .h-25		{	height: 25px !important; }
.h30px	, .h30	, .h-30		{	height: 30px !important; }
.h35px	, .h35	, .h-35		{	height: 35px !important; }
.h40px	, .h40	, .h-40		{	height: 40px !important; }
.h50px	, .h50	, .h-50		{	height: 50px !important; }
.h60px	, .h60	, .h-60		{	height: 60px !important; }
.h70px	, .h70	, .h-70		{	height: 70px !important; }
.h80px	, .h80	, .h-80		{	height: 80px !important; }
.h90px	, .h90	, .h-90		{	height: 90px !important; }
.h100px	, .h100	, .h-100	{	height: 100px !important; }
.h110px	, .h110	, .h-110	{	height: 110px !important; }
.h120px	, .h120	, .h-120	{	height: 120px !important; }
.h130px	, .h130	, .h-130	{	height: 130px !important; }
.h140px	, .h140	, .h-140	{	height: 140px !important; }
.h150px	, .h150	, .h-150	{	height: 150px !important; }
.h170px	, .h170	, .h-170	{	height: 170px !important; }
.h180px	, .h180	, .h-180	{	height: 180px !important; }
.h200px	, .h200	, .h-200	{	height: 200px !important; }
.h230px	, .h230	, .h-230	{	height: 230px !important; }
.h250px	, .h250	, .h-250	{	height: 250px !important; }
.h280px	, .h280	, .h-280	{	height: 280px !important; }
.h300px	, .h300	, .h-300	{	height: 300px !important; }
.h350px	, .h350	, .h-350	{	height: 350px !important; }
.h400px	, .h400	, .h-400	{	height: 400px !important; }
.h500px	, .h500	, .h-500	{	height: 500px !important; }
.h600px	, .h600	, .h-600	{	height: 600px !important; }
.h700px	, .h700	, .h-700	{	height: 700px !important; }
.h800px	, .h800	, .h-800	{	height: 800px !important; }
.h900px	, .h900	, .h-900	{	height: 900px !important; }
.h1000px, .h1000, .h-1000	{	height: 1000px !important; }


/*===============================================
  F. LineHeight Helpers
================================================= */
.lh0 {  line-height: 0 !important; }
.lh5 {  line-height: 5px !important; }
.lh10 {  line-height: 10px !important; }
.lh15 {  line-height: 15px !important; }
.lh20	{	line-height: 20px !important; }
.lh25	{	line-height: 25px !important; }
.lh30	{	line-height: 30px !important; }
.lh35	{	line-height: 35px !important; }
.lh40	{	line-height: 40px !important; }
.lh50	{	line-height: 50px !important; }
.lh60	{	line-height: 60px !important; }
.lh70	{	line-height: 70px !important; }
.lh80	{	line-height: 80px !important; }
.lh90	{	line-height: 90px !important; }
.lh100	{	line-height: 100px !important; }
.lh110	{	line-height: 110px !important; }
.lh120	{	line-height: 120px !important; }
.lh130	{	line-height: 130px !important; }
.lh140	{	line-height: 140px !important; }
.lh150	{	line-height: 150px !important; }
.lh170	{	line-height: 170px !important; }
.lh180	{	line-height: 180px !important; }
.lh200	{	line-height: 200px !important; }
.lh230	{	line-height: 230px !important; }
.lh250	{	line-height: 250px !important; }
.lh280	{	line-height: 280px !important; }
.lh300	{	line-height: 300px !important; }
.lh350	{	line-height: 350px !important; }
.lh400	{	line-height: 400px !important; }
.lh500	{	line-height: 500px !important; }
.lh600	{	line-height: 600px !important; }
.lh700	{	line-height: 700px !important; }
.lh800	{	line-height: 800px !important; }
.lh900	{	line-height: 900px !important; }
.lh1000	{	line-height: 1000px !important; }
.lh100p	{	line-height: 100% !important; }
.lh110p	{	line-height: 110% !important; }
.lh120p	{	line-height: 120% !important; }
.lh130p	{	line-height: 130% !important; }
.lh140p	{	line-height: 140% !important; }
.lh150p	{	line-height: 150% !important; }
.lh170p	{	line-height: 170% !important; }
.lh180p	{	line-height: 180% !important; }
.lh200p	{	line-height: 200% !important; }







.text-uppercase	{  text-transform: uppercase !important; }
.fw200	{ font-weight: 200 !important; }
.fw300	{ font-weight: 300 !important; }
.fw400	{ font-weight: 400 !important; }
.fw600	{ font-weight: 600 !important; }
.fs3	{ font-size: 4px !important; }
.fs4	{ font-size: 4px !important; }
.fs5	{ font-size: 5px !important; }
.fs6	{ font-size: 6px !important; }
.fs7	{ font-size: 7px !important; }
.fs8	{ font-size: 8px !important; }
.fs9	{ font-size: 9px !important; }
.fs10	{ font-size: 10px !important; }
.fs11	{ font-size: 11px !important; }
.fs12	{ font-size: 12px !important; }
.fs13	{ font-size: 13px !important; }
.fs14	{ font-size: 14px !important; }
.fs15	{ font-size: 15px !important; }
.fs16	{ font-size: 16px !important; }
.fs17	{ font-size: 17px !important; }
.fs18	{ font-size: 18px !important; }
.fs20	{ font-size: 20px !important; }
.fs22	{ font-size: 22px !important; }
.fs24	{ font-size: 24px !important; }
.fs26	{ font-size: 26px !important; }
.fs28	{ font-size: 28px !important; }
.fs30	{ font-size: 30px !important; }
.fs35	{ font-size: 35px !important; }
.fs40	{ font-size: 40px !important; }
.fs45	{ font-size: 45px !important; }
.fs50	{ font-size: 50px !important; }
.fs60	{ font-size: 60px !important; }
.fs70	{ font-size: 70px !important; }
.fs80	{ font-size: 80px !important; }
.fs90	{ font-size: 90px !important; }
.fs100	{ font-size: 100px !important; }

.fs0,.fs0pt  {	font-size: 0 !important;	}
.fs7pt  {	font-size: 7pt !important;	}
.fs8pt  {	font-size: 8pt !important;	}
.fs9pt  {	font-size: 9pt !important;	}
.fs10pt {	font-size: 10pt !important;	}
.fs11pt {	font-size: 11pt !important;	}
.fs12pt {	font-size: 12pt !important;	}
.fs13pt {	font-size: 13pt !important;	}
.fs14pt {	font-size: 14pt !important;	}
.fs15pt {	font-size: 15pt !important;	}
.fs16pt {	font-size: 16pt !important;	}
.fs17pt {	font-size: 17pt !important;	}
.fs18pt {	font-size: 18pt !important;	}
.fs19pt {	font-size: 19pt !important;	}
.fs20pt {	font-size: 20pt !important;	}
.fs25pt {	font-size: 25pt !important;	}
.fs30pt {	font-size: 30pt !important;	}

.fs7px  {	font-size: 7px !important;	}
.fs8px  {	font-size: 8px !important;	}
.fs9px  {	font-size: 9px !important;	}
.fs10px {	font-size: 10px !important;	}
.fs11px {	font-size: 11px !important;	}
.fs12px {	font-size: 12px !important;	}
.fs13px {	font-size: 13px !important;	}
.fs14px {	font-size: 14px !important;	}
.fs15px {	font-size: 15px !important;	}
.fs16px {	font-size: 16px !important;	}
.fs17px {	font-size: 17px !important;	}
.fs18px {	font-size: 18px !important;	}
.fs19px {	font-size: 19px !important;	}
.fs20px {	font-size: 20px !important;	}
.fs25px {	font-size: 25px !important;	}
.fs30px {	font-size: 30px !important;	}

.tsn {
	text-shadow:none !important;	}
}

/*===============================================
	C. Border Helpers
================================================= */
.b0, .bn {	border: 0 !important;	}
.bt0 {	border-top: 0 !important;	}
.br0 {	border-right: 0 !important; }
.bb0 { border-bottom:0 !important; }
.bl0 {	border-left: 0 !important;	}
/* Axis Padding (both top/bottom or left/right) */
.bv0 {	border-top: 0 !important;	border-bottom: 0 !important;	}
.bh0 {	border-left: 0 !important;	border-right: 0 !important;	}





/*===============================================
	D. Padding Helpers
================================================= */
.p0 ,
.pn {  padding: 0 !important; }
.p1 {  padding: 1px !important; }
.p2 {  padding: 2px !important; }
.p3 {  padding: 3px !important; }
.p4 {  padding: 4px !important; }
.p5 {  padding: 5px !important; }
.p6 {  padding: 6px !important; }
.p7 {  padding: 7px !important; }
.p8 {  padding: 8px !important; }
.p10 {  padding: 10px !important; }
.p12 {  padding: 12px !important; }
.p15 {  padding: 15px !important; }
.p20 {  padding: 20px !important; }
.p25 {  padding: 25px !important; }
.p30 {  padding: 30px !important; }
.p35 {  padding: 35px !important; }
.p40 {  padding: 40px !important; }
.p50 {  padding: 50px !important; }
.pt0 ,
.ptn {  padding-top: 0 !important; }
.pt5 {  padding-top: 5px !important; }
.pt10 {  padding-top: 10px !important; }
.pt15 {  padding-top: 15px !important; }
.pt20 {  padding-top: 20px !important; }
.pt25 {  padding-top: 25px !important; }
.pt30 {  padding-top: 30px !important; }
.pt35 {  padding-top: 35px !important; }
.pt40 {  padding-top: 40px !important; }
.pt50 {  padding-top: 50px !important; }
.pr0 ,
.prn {  padding-right: 0 !important; }
.pr5 {  padding-right: 5px !important; }
.pr10 {  padding-right: 10px !important; }
.pr15 {  padding-right: 15px !important; }
.pr20 {  padding-right: 20px !important; }
.pr25 {  padding-right: 25px !important; }
.pr30 {  padding-right: 30px !important; }
.pr35 {  padding-right: 35px !important; }
.pr40 {  padding-right: 40px !important; }
.pr50 {  padding-right: 50px !important; }
.pb0 ,
.pbn {  padding-bottom: 0 !important; }
.pb5 {  padding-bottom: 5px !important; }
.pb10 {  padding-bottom: 10px !important; }
.pb15 {  padding-bottom: 15px !important; }
.pb20 {  padding-bottom: 20px !important; }
.pb25 {  padding-bottom: 25px !important; }
.pb30 {  padding-bottom: 30px !important; }
.pb35 {  padding-bottom: 35px !important; }
.pb40 {  padding-bottom: 40px !important; }
.pb50 {  padding-bottom: 50px !important; }
.pl0 ,
.pln {  padding-left: 0 !important; }
.pl5 {  padding-left: 5px !important; }
.pl10 {  padding-left: 10px !important; }
.pl15 {  padding-left: 15px !important; }
.pl20 {  padding-left: 20px !important; }
.pl25 {  padding-left: 25px !important; }
.pl30 {  padding-left: 30px !important; }
.pl35 {  padding-left: 35px !important; }
.pl40 {  padding-left: 40px !important; }
.pl50 {  padding-left: 50px !important; }
/* Axis Padding (both top/bottom or left/right) */
.pv1 {  padding-top: 1px !important;  padding-bottom: 1px !important; }
.pv2 {  padding-top: 2px !important;  padding-bottom: 2px !important; }
.pv3 {  padding-top: 3px !important;  padding-bottom: 3px !important; }
.pv5 {  padding-top: 5px !important;  padding-bottom: 5px !important; }
.pv8 {  padding-top: 8px !important;  padding-bottom: 8px !important; }
.pv10 {  padding-top: 10px !important;  padding-bottom: 10px !important; }
.pv15 {  padding-top: 15px !important;  padding-bottom: 15px !important; }
.pv20 {  padding-top: 20px !important;  padding-bottom: 20px !important; }
.pv25 {  padding-top: 25px !important;  padding-bottom: 25px !important; }
.pv30 {  padding-top: 30px !important;  padding-bottom: 30px !important; }
.pv40 {  padding-top: 40px !important;  padding-bottom: 40px !important; }
.pv50 {  padding-top: 50px !important;  padding-bottom: 50px !important; }
.ph1 {  padding-left: 1px !important;  padding-right: 1px !important; }
.ph2 {  padding-left: 2px !important;  padding-right: 2px !important; }
.ph3 {  padding-left: 3px !important;  padding-right: 3px !important; }
.ph5 {  padding-left: 5px !important;  padding-right: 5px !important; }
.ph8 {  padding-left: 8px !important;  padding-right: 8px !important; }
.ph10 {  padding-left: 10px !important;  padding-right: 10px !important; }
.ph15 {  padding-left: 15px !important;  padding-right: 15px !important; }
.ph20 {  padding-left: 20px !important;  padding-right: 20px !important; }
.ph25 {  padding-left: 25px !important;  padding-right: 25px !important; }
.ph30 {  padding-left: 30px !important;  padding-right: 30px !important; }
.ph40 {  padding-left: 40px !important;  padding-right: 40px !important; }
.ph50 {  padding-left: 50px !important;  padding-right: 50px !important; }
/* responsive padding helpers */
@media (min-width: 1140px) {
	.ptn-lg { padding-top: 0 !important;  }
	.prn-lg { padding-right: 0 !important;  }
	.pbn-lg { padding-bottom: 0 !important;  }
	.pln-lg { padding-left: 0 !important;  }
	.pt5-lg { padding-top: 5px !important;  }
	.pr5-lg { padding-right: 5px !important;  }
	.pb5-lg { padding-bottom: 5px !important;  }
	.pl5-lg { padding-left: 5px !important;  }
}
@media (min-width: 992px) {  
	.ptn-md { padding-top: 0 !important;  }
	.prn-md { padding-right: 0 !important;  }
	.pbn-md { padding-bottom: 0 !important;  }
	.pln-md { padding-left: 0 !important;  }
	.pt5-md { padding-top: 5px !important;  }
	.pr5-md { padding-right: 5px !important;  }
	.pb5-md { padding-bottom: 5px !important;  }
	.pl5-md { padding-left: 5px !important;  } 
}


/*===============================================
	E. Margin Helpers
================================================= */
.mauto { margin-left: auto;	margin-right: auto;	}	/* margin center helper */

.mn,.m0 {	margin: 0px !important;		}
.m5  {		margin: 5px !important;		}
.m10 {		margin: 10px !important;	}
.m15 {		margin: 15px !important;	}
.m20 {		margin: 20px !important;	}
.m25 {		margin: 25px !important;	}
.m30 {		margin: 30px !important;	}
.m35 {		margin: 35px !important;	}
.m40 {		margin: 40px !important;	}
.m50 {		margin: 50px !important;	}
.m60 {		margin: 60px !important;	}
.m70 {		margin: 70px !important;	}
.m80 {		margin: 80px !important;	}
.m90 {		margin: 90px !important;	}
.m100 {		margin: 100px !important;	}


/* margin center helper */
.mauto {  margin-left: auto;  margin-right: auto; }
.m0 ,
.mn {  margin: 0 !important; }
.m1 {  margin: 1px !important; }
.m2 {  margin: 2px !important; }
.m3 {  margin: 3px !important; }
.m4 {  margin: 4px !important; }
.m5 {  margin: 5px !important; }
.m8 {  margin: 8px !important; }
.m10 {  margin: 10px !important; }
.m15 {  margin: 15px !important; }
.m20 {  margin: 20px !important; }
.m25 {  margin: 25px !important; }
.m30 {  margin: 30px !important; }
.m35 {  margin: 35px !important; }
.m40 {  margin: 40px !important; }
.m50 {  margin: 50px !important; }
.m60 {	margin: 60px !important; }
.m70 {	margin: 70px !important; }
.m80 {	margin: 80px !important; }
.m90 {	margin: 90px !important; }
.m100 {	margin: 100px !important; }
.mt0 ,
.mtn {  margin-top: 0 !important; }
.mt5 {  margin-top: 5px !important; }
.mt10 {  margin-top: 10px !important; }
.mt15 {  margin-top: 15px !important; }
.mt20 {  margin-top: 20px !important; }
.mt25 {  margin-top: 25px !important; }
.mt30 {  margin-top: 30px !important; }
.mt35 {  margin-top: 35px !important; }
.mt40 {  margin-top: 40px !important; }
.mt50 {		margin-top: 50px !important; }
.mt60 {		margin-top: 60px !important; }
.mt70 {		margin-top: 70px !important; }
.mt80 {		margin-top: 80px !important; }
.mt90 {		margin-top: 90px !important; }
.mt100 {	margin-top: 100px !important; }
.mb0 ,
.mbn {  margin-bottom: 0 !important; }
.mb5 {  margin-bottom: 5px !important; }
.mb10 {  margin-bottom: 10px !important; }
.mb15 {  margin-bottom: 15px !important; }
.mb20 {  margin-bottom: 20px !important; }
.mb25 {  margin-bottom: 25px !important; }
.mb30 {  margin-bottom: 30px !important; }
.mb35 {  margin-bottom: 35px !important; }
.mb40 {  margin-bottom: 40px !important; }
.mb50 {  margin-bottom: 50px !important; }
.mb60 {		margin-bottom: 60px !important; }
.mb70 {		margin-bottom: 70px !important; }
.mb80 {		margin-bottom: 80px !important; }
.mb90 {		margin-bottom: 90px !important; }
.mb100 {	margin-bottom: 100px !important; }
.mr0 ,
.mrn {  margin-right: 0 !important; }
.mr5 {  margin-right: 5px !important; }
.mr10 {  margin-right: 10px !important; }
.mr15 {  margin-right: 15px !important; }
.mr20 {  margin-right: 20px !important; }
.mr25 {  margin-right: 25px !important; }
.mr30 {  margin-right: 30px !important; }
.mr35 {  margin-right: 35px !important; }
.mr40 {  margin-right: 40px !important; }
.mr50 {  margin-right: 50px !important; }
.mr60 {		margin-right: 60px !important; }
.mr70 {		margin-right: 70px !important; }
.mr80 {		margin-right: 80px !important; }
.mr90 {		margin-right: 90px !important; }
.mr100 {	margin-right: 100px !important; }
.ml0 ,
.mln {  margin-left: 0 !important; }
.ml5 {  margin-left: 5px !important; }
.ml10 {  margin-left: 10px !important; }
.ml15 {  margin-left: 15px !important; }
.ml20 {  margin-left: 20px !important; }
.ml25 {  margin-left: 25px !important; }
.ml30 {  margin-left: 30px !important; }
.ml35 {  margin-left: 35px !important; }
.ml40 {  margin-left: 40px !important; }
.ml50 {  margin-left: 50px !important; }
.ml60 {		margin-left: 60px !important; }
.ml70 {		margin-left: 70px !important; }
.ml80 {		margin-left: 80px !important; }
.ml90 {		margin-left: 90px !important; }
.ml100 {	margin-left: 100px !important; }

.mvn ,
.mv0 {	margin-top: 0px !important;		margin-bottom: 0px !important; }
.mv5 {  margin-top: 5px !important;  margin-bottom: 5px !important; }
.mv10 {  margin-top: 10px !important;  margin-bottom: 10px !important; }
.mv15 {  margin-top: 15px !important;  margin-bottom: 15px !important; }
.mv20 {  margin-top: 20px !important;  margin-bottom: 20px !important; }
.mv25 {  margin-top: 25px !important;  margin-bottom: 25px !important; }
.mv30 {  margin-top: 30px !important;  margin-bottom: 30px !important; }
.mv40 {  margin-top: 40px !important;  margin-bottom: 40px !important; }
.mv50 {  margin-top: 50px !important;  margin-bottom: 50px !important; }
.mv60 {		margin-top: 60px !important;	margin-bottom: 60px !important; }
.mv70 {		margin-top: 70px !important;	margin-bottom: 70px !important; }
.mv80 {		margin-top: 80px !important;	margin-bottom: 80px !important; }
.mv90 {		margin-top: 90px !important;	margin-bottom: 90px !important; }
.mv100 {	margin-top: 100px !important;	margin-bottom: 100px !important; }
.mhn ,
.mh0  {		margin-left: 0px !important;	margin-right: 0px !important; }
.mha  {		margin-left: auto !important;	margin-right: auto !important; }
.mh5  {		margin-left: 5px !important;	margin-right: 5px !important; }
.mh10 {		margin-left: 10px !important;	margin-right: 10px !important; }
.mh15 {		margin-left: 15px !important;	margin-right: 15px !important; }
.mh20 {		margin-left: 20px !important;	margin-right: 20px !important; }
.mh25 {		margin-left: 25px !important;	margin-right: 25px !important; }
.mh30 {		margin-left: 30px !important;	margin-right: 30px !important; }
.mh40 {		margin-left: 40px !important;	margin-right: 40px !important; }
.mh50 {		margin-left: 50px !important;	margin-right: 50px !important; }
.mh60 {		margin-left: 60px !important;	margin-right: 60px !important; }
.mh70 {		margin-left: 70px !important;	margin-right: 70px !important; }
.mh80 {		margin-left: 80px !important;	margin-right: 80px !important; }
.mh90 {		margin-left: 90px !important;	margin-right: 90px !important; }
.mh100 {	margin-left: 100px !important;	margin-right: 100px !important; }
.mtn1  {	margin-top: -1px !important;	 }
.mtn5  {	margin-top: -5px !important;	 }
.mtn10 {	margin-top: -10px !important;	 }
.mtn15 {	margin-top: -15px !important;	 }
.mtn20 {	margin-top: -20px !important;	 }
.mtn30 {	margin-top: -30px !important;	 }
.mrn1  {	margin-right: -1px !important;	 }
.mrn5  {	margin-right: -5px !important;	 }
.mrn10 {	margin-right: -10px !important;	 }
.mrn15 {	margin-right: -15px !important;	 }
.mrn20 {	margin-right: -20px !important;	 }
.mrn30 {	margin-right: -30px !important;	 }
.mbn5  {	margin-bottom: -5px !important;	 }
.mbn10 {	margin-bottom: -10px !important; }
.mbn15 {	margin-bottom: -15px !important; }
.mbn20 {	margin-bottom: -20px !important; }
.mbn30 {	margin-bottom: -30px !important; }
.mln1  {	margin-left: -1px !important;	 }
.mln5  {	margin-left: -5px !important;	 }
.mln10 {	margin-left: -10px !important;	 }
.mln15 {	margin-left: -15px !important;	 }
.mln20 {	margin-left: -20px !important;	 }
.mln30 {	margin-left: -30px !important;	 }
.mvn1  {	margin-top: -1px !important;	margin-bottom: -1px !important;	 }
.mvn5  {	margin-top: -5px !important;	margin-bottom: -5px !important;	 }
.mvn10 {	margin-top: -10px !important;	margin-bottom: -10px !important; }
.mvn15 {	margin-top: -15px !important;	margin-bottom: -15px !important; }
.mvn20 {	margin-top: -20px !important;	margin-bottom: -20px !important; }
.mvn30 {	margin-top: -30px !important;	margin-bottom: -30px !important; }
.mhn1  {	margin-left: -1px !important;	margin-right: -15px !important;	 }
.mhn5  {	margin-left: -5px !important;	margin-right: -5px !important;	 }
.mhn10 {	margin-left: -10px !important;	margin-right: -10px !important;	 }
.mhn15 {	margin-left: -15px !important;	margin-right: -15px !important;	 }
.mhn20 {	margin-left: -20px !important;	margin-right: -20px !important;	 }
.mhn30 {	margin-left: -30px !important;	margin-right: -30px !important;	 }


/*===============================================
  G. Border Helpers
================================================= */
/* Border Disables */
.br-l-n {  border-left: none !important; }
.br-r-n {  border-right: none !important; }
.br-t-n {  border-top: none !important; }
.br-b-n {  border-bottom: none !important; }
.br-n {  border: none !important; }
.br-v-n {  border-top: none !important;  border-bottom: none !important; }
.br-h-n {  border-left: none !important;  border-right: none !important; }
/* Default Borders */
.br-a {  border: 1px solid #eeeeee !important; }
.br-l {  border-left: 1px solid #eeeeee !important; }
.br-r {  border-right: 1px solid #eeeeee !important; }
.br-t {  border-top: 1px solid #eeeeee !important; }
.br-b {  border-bottom: 1px solid #eeeeee !important; }
/* Border Style */
.br-dashed {  border-style: dotted !important; }
/* Border Radius */
.br0 {  border-radius: 0px !important; }
.br1 {  border-radius: 1px !important; }
.br2 {  border-radius: 2px !important; }
.br3 {  border-radius: 3px !important; }
.br4 {  border-radius: 4px !important; }
.br6 {  border-radius: 6px !important; }
.br8 {  border-radius: 8px !important; }
.br12 {  border-radius: 12px !important; }
.br24 {  border-radius: 24px !important; }
.br64 {  border-radius: 64px !important; }
/* Border Width */
.bw1 {  border-width: 1px !important; }
.bw2 {  border-width: 2px !important; }
.bw3 {  border-width: 3px !important; }
.bw4 {  border-width: 4px !important; }
.bw5 {  border-width: 5px !important; }
.bw8 {  border-width: 8px !important; }
.bw10 {  border-width: 10px !important; }
.bw15 {  border-width: 15px !important; }
/*Border Colors Generate contextual modifier classes for colorizing the alert. */
.br-white 			, .br-white 		{  border-color: #ffffff !important; }
.br-lighter 		, .br-lighter 		{  border-color: #eeeeee !important; }
.br-light 			, .br-light 		{  border-color: #e7e7e7 !important; }
.br-grey 			, .br-grey 			{  border-color: #d9d9d9 !important; }
.br-greyer 			, .br-greyer 		{  border-color: #cccccc !important; }
.br-dark 			, .br-black 		{  border-color: #3b3f4f !important; }
.br-dark-light 		, .br-black-light 	{  border-color: #51566c !important; }
.br-primary 		, .br-blue 			{  border-color: #4a89dc !important; }
.br-primary-light 	, .br-blue-light 	{  border-color: #75a5e4 !important; }
.br-info 			, .br-azure 		{  border-color: #3bafda !important; }
.br-info-light 		, .br-azure-light 	{  border-color: #66c1e2 !important; }
.br-success 		, .br-green 		{  border-color: #70ca63 !important; }
.br-success-light 	, .br-green-light 	{  border-color: #93d789 !important; }
.br-warning 		, .br-yellow 		{  border-color: #f6bb42 !important; }
.br-warning-light 	, .br-yellow-light 	{  border-color: #f8cd73 !important; }
.br-danger 			, .br-red 			{  border-color: #e9573f !important; }
.br-danger-light 	, .br-red-light 	{  border-color: #ee7f6d !important; }
.br-alert 			, .br-violet 		{  border-color: #967adc !important; }
.br-alert-light 	, .br-violet-light 	{  border-color: #b6a2e7 !important; }
.br-system 			, .br-cyan 			{  border-color: #37bc9b !important; }
.br-system-light 	, .br-cyan-light 	{  border-color: #58ceb1 !important; }
.br-tp-top 			, .br-tp-top 		{  border-top-color: rgba(0, 0, 0, 0.1); }
.br-tp-right 		, .br-tp-right 		{  border-right-color: rgba(0, 0, 0, 0.1); }
.br-tp-left 		, .br-tp-left 		{  border-left-color: rgba(0, 0, 0, 0.1); }
/*===============================================
  H. Max Width Helpers
================================================= */
.fluid-width {  width: 100% !important; }
.mw10 {  max-width: 10px !important; }
.mw20 {  max-width: 20px !important; }
.mw30 {  max-width: 30px !important; }
.mw35 {  max-width: 35px !important; }
.mw40 {  max-width: 40px !important; }
.mw45 {  max-width: 45px !important; }
.mw50 {  max-width: 50px !important; }
.mw60 {  max-width: 60px !important; }
.mw80 {  max-width: 80px !important; }
.mw100 {  max-width: 100px !important; }
.mw140 {  max-width: 140px !important; }
.mw160 {  max-width: 160px !important; }
.mw180 {  max-width: 180px !important; }
.mw200 {  max-width: 200px !important; }
.mw240 {  max-width: 240px !important; }
.mw280 {  max-width: 280px !important; }
.mw320 {  max-width: 320px !important; }
.mw400 {  max-width: 400px !important; }
.mw450 {  max-width: 450px !important; }
.mw500 {  max-width: 500px !important; }
.mw600 {  max-width: 600px !important; }
.mw700 {  max-width: 700px !important; }
.mw800 {  max-width: 800px !important; }
.mw900 {  max-width: 900px !important; }
.mw1000 {  max-width: 1000px !important; }
.mw1100 {  max-width: 1100px !important; }
.mw1200 {  max-width: 1200px !important; }
/*Regular Width Helpers. Primarily used on tables, feel free to add more*/
.w20 {  width: 20px !important; }
.w30 {  width: 30px !important; }
.w40 {  width: 40px !important; }
.w50 {  width: 50px !important; }
.w75 {  width: 75px !important; }
.w100 {  width: 100px !important; }
.w125 {  width: 125px !important; }
.w150 {  width: 150px !important; }
.w175 {  width: 175px !important; }
.w200 {  width: 200px !important; }
.w225 {  width: 225px !important; }
.w250 {  width: 250px !important; }
.w300 {  width: 300px !important; }
.w320 {  width: 320px !important; }
.w350 {  width: 350px !important; }
.w400 {  width: 400px !important; }
.w450 {  width: 450px !important; }
.mnw20 {  min-width: 20px !important; }
.mnw30 {  min-width: 30px !important; }
.mnw40 {  min-width: 40px !important; }
.mnw50 {  min-width: 50px !important; }
.mnw75 {  min-width: 75px !important; }
.mnw100 {  min-width: 100px !important; }
.mnw125 {  min-width: 125px !important; }
.mnw150 {  min-width: 150px !important; }
.mnw175 {  min-width: 175px !important; }
.mnw200 {  min-width: 200px !important; }
.mnw250 {  min-width: 250px !important; }
.mnw300 {  min-width: 300px !important; }
.mnw500 {  min-width: 500px !important; }
.mnw700 {  min-width: 700px !important; }
.mnw1000 {  min-width: 1000px !important; }


/*===============================================
	E. Radius Helpers
================================================= */
.roundn,.round0 {-webkit-border-radius:0   !important;   border-radius:0    !important;	}
.round1  {		-webkit-border-radius:1px  !important;   border-radius:1px  !important;	}
.round2  {		-webkit-border-radius:2px  !important;   border-radius:2px  !important;	}
.round3  {		-webkit-border-radius:3px  !important;   border-radius:3px  !important;	}
.round4  {		-webkit-border-radius:4px  !important;   border-radius:4px  !important;	}
.round5  {		-webkit-border-radius:5px  !important;   border-radius:5px  !important;	}
.round6  {		-webkit-border-radius:6px  !important;   border-radius:6px  !important;	}
.round7  {		-webkit-border-radius:7px  !important;   border-radius:7px  !important;	}
.round8  {		-webkit-border-radius:8px  !important;   border-radius:8px  !important;	}
.round9  {		-webkit-border-radius:9px  !important;   border-radius:9px  !important;	}
.round10 {		-webkit-border-radius:10px !important;   border-radius:10px !important;	}
.round12 {		-webkit-border-radius:12px !important;   border-radius:12px !important;	}
.round15 {		-webkit-border-radius:15px !important;   border-radius:15px !important;	}
.round18 {		-webkit-border-radius:18px !important;   border-radius:18px !important;	}
.round20 {		-webkit-border-radius:20px !important;   border-radius:20px !important;	}
.round25 {		-webkit-border-radius:25px !important;   border-radius:25px !important;	}
.round30 {		-webkit-border-radius:30px !important;   border-radius:30px !important;	}
.round35 {		-webkit-border-radius:35px !important;   border-radius:35px !important;	}
.round40 {		-webkit-border-radius:40px !important;   border-radius:40px !important;	}
.round50 {		-webkit-border-radius:50px !important;   border-radius:50px !important;	}
.round100 {		-webkit-border-radius:100px !important;  border-radius:100px !important;	}
		
		




/*==================================================
	Theme Skin - Controlled by skin settings.less
==================================================== */
/* BACKGROUND CONTEXTUALS */						  
.bg-blue 				, .bg-primary 				{	background-color: #4a89dc !important; color: #f5f8fd; }
a.bg-blue:hover 		, a.bg-primary:hover 		{	background-color: #276ecc !important; }
.bg-blue .txt-gray 	, .bg-primary .txt-gray , .bg-blue .text-muted 	, .bg-primary .text-muted	{	color: #c5dcfa; }
.bg-blue .text-darken 	, .bg-primary .text-darken 	{	color: #276ecc; }
.bg-blue .text-darken 	, .bg-primary .text-darken 	{	color: #276ecc; }
.bg-blue.light 			, .bg-primary.light 		{	background-color: #649ae1 !important; }
.bg-blue.lighter 		, .bg-primary.lighter 		{	background-color: #75a5e4 !important; }
.bg-blue.dark 			, .bg-primary.dark 			{	background-color: #3078d7 !important; }
.bg-blue.darker 		, .bg-primary.darker 		{	background-color: #276ecc !important; }
.bg-blue-pastel			, .bg-primary-pastel		{	background-color: #d5dcff !important; }
.bg-blue-pastel.light	, .bg-primary-pastel.light	{	background-color: #f5f5ff !important; }


.bg-green 				, .bg-success 				{	background-color: #70ca63 !important; color: #fcfefb; }
a.bg-green:hover 		, a.bg-success:hover 		{	background-color: #4fbb3f !important; }
.bg-green .txt-gray 	, .bg-success .txt-gray , .bg-green .text-muted 	, .bg-success .text-muted 	{	color: #d6f5d1; }
.bg-green .text-darken 	, .bg-success .text-darken 	{	color: #4fbb3f; }
.bg-green.light 		, .bg-success.light 		{	background-color: #85d27a !important; }
.bg-green.lighter 		, .bg-success.lighter 		{	background-color: #93d789 !important; }
.bg-green.dark 			, .bg-success.dark 			{	background-color: #5bc24c !important; }
.bg-green.darker 		, .bg-success.darker 		{	background-color: #4fbb3f !important; }
.bg-green-pastel		, .bg-success-pastel		{	background-color: #edffcf !important; }
.bg-green-pastel.light	, .bg-success-pastel.light	{	background-color: #f5fff5 !important; }


.bg-azure 				, .bg-info 					{	background-color: #3bafda !important; color: #e7f5fa; }
a.bg-azure:hover 		, a.bg-info:hover 			{	background-color: #2494be !important; }
.bg-azure .txt-gray 	, .bg-info .txt-gray	, .bg-azure .text-muted 	, .bg-info .text-muted 		{	color: #b6e6f8; }
.bg-azure .text-darken 	, .bg-info .text-darken 	{	color: #2494be; }
.bg-azure.light 		, .bg-info.light 			{	background-color: #55badf !important; }
.bg-azure.lighter 		, .bg-info.lighter 			{	background-color: #66c1e2 !important; }
.bg-azure.dark 			, .bg-info.dark 			{	background-color: #27a2cf !important; }
.bg-azure.darker 		, .bg-info.darker 			{	background-color: #2494be !important; }
                           
.bg-yellow 				, .bg-warning 				{	background-color: #f6bb42 !important; color: #ffffff; }
a.bg-yellow:hover 		, a.bg-warning:hover 		{	background-color: #f4a911 !important; }
.bg-yellow .txt-gray 	, .bg-warning .txt-gray	, .bg-yellow .text-muted 	, .bg-warning .text-muted 	{	color: #fff0d2; }
.bg-yellow .text-darken , .bg-warning .text-darken	{	color: #f4a911; }
.bg-yellow.light 		, .bg-warning.light 		{	background-color: #f7c65f !important; }
.bg-yellow.lighter 		, .bg-warning.lighter 		{	background-color: #f8cd73 !important; }
.bg-yellow.dark 		, .bg-warning.dark 			{	background-color: #f5b025 !important; }
.bg-yellow.darker 		, .bg-warning.darker 		{	background-color: #f4a911 !important; }
.bg-yellow-pastel		, .bg-warning-pastel		{	background-color: #ffffcc !important; }
.bg-yellow-pastel.light	, .bg-warning-pastel.light	{	background-color: #fcffe4 !important; }
                           
.bg-red 				, .bg-danger 				{	background-color: #e9573f !important; color: #fef7f6; }
a.bg-red:hover 			, a.bg-danger:hover 			{	background-color: #dc3519 !important; }
.bg-red .txt-gray	 	, .bg-danger .txt-gray	, .bg-red .text-muted 	, .bg-danger .text-muted 	{	color: #fdccc4; }
.bg-red .text-darken 	, .bg-danger .text-darken	{	color: #dc3519; }
.bg-red.light 			, .bg-danger.light 			{	background-color: #ec6f5a !important; }
.bg-red.lighter 		, .bg-danger.lighter 		{	background-color: #ee7f6d !important; }
.bg-red.dark 			, .bg-danger.dark 			{	background-color: #e63f24 !important; }
.bg-red.darker 			, .bg-danger.darker 		{	background-color: #dc3519 !important; }
.bg-red-pastel			, .bg-danger-pastel			{	background-color: #ffded3 !important; }
.bg-red-pastel.light	, .bg-danger-pastel.light	{	background-color: #fff0f0 !important; }

						   
.bg-violet 				, .bg-alert 				{	background-color: #967adc !important; color: #ffffff; }
a.bg-violet:hover 		, a.bg-alert:hover 			{	background-color: #7652d1 !important; }
.bg-violet .txt-gray 	, .bg-alert .txt-gray	, .bg-violet .text-muted 	, .bg-alert .text-muted 	{	color: #f5f2fd; }
.bg-violet .text-darken , .bg-alert .text-darken	{	color: #7652d1; }
.bg-violet.light 		, .bg-alert.light 			{	background-color: #a992e2 !important; }
.bg-violet.lighter 		, .bg-alert.lighter 		{	background-color: #b6a2e7 !important; }
.bg-violet.dark 		, .bg-alert.dark 			{	background-color: #8362d6 !important; }
.bg-violet.darker 		, .bg-alert.darker 			{	background-color: #7652d1 !important; }
                           
.bg-cyan 				, .bg-system 				{	background-color: #37bc9b !important; color: #cef1e8; }
a.bg-cyan:hover 		, a.bg-system:hover 			{	background-color: #2b957a !important; }
.bg-cyan .txt-gray 	, .bg-system .txt-gray	, .bg-cyan .text-muted 	, .bg-system .text-muted 	{	color: #9eeeda; }
.bg-cyan .text-darken 	, .bg-system .text-darken 	{	color: #2b957a; }
.bg-cyan.light 			, .bg-system.light 			{	background-color: #48c9a9 !important; }
.bg-cyan.lighter 		, .bg-system.lighter 		{	background-color: #58ceb1 !important; }
.bg-cyan.dark 			, .bg-system.dark 			{	background-color: #30a487 !important; }
.bg-cyan.darker 		, .bg-system.darker 		{	background-color: #2b957a !important; }
                           
.bg-black 				, .bg-dark 					{	background-color: #3b3f4f !important; color: #9fa4b7; }
a.bg-black:hover 		, a.bg-dark:hover 			{	background-color: #252832 !important; }
.bg-black .txt-gray 	, .bg-dark .txt-gray	, .bg-black .text-muted 	, .bg-dark .text-muted 		{	color: #717eb2; }
.bg-black .text-darken 	, .bg-dark .text-darken 	{	color: #252832; }
.bg-black.light 		, .bg-dark.light 			{	background-color: #484d61 !important; }
.bg-black.lighter 		, .bg-dark.lighter 			{	background-color: #51566c !important; }
.bg-black.dark 			, .bg-dark.dark 			{	background-color: #2e313d !important; }
.bg-black.darker 		, .bg-dark.darker 			{	background-color: #252832 !important; }
                           
.bg-gray 				, .bg-light 				{	background-color: #FAFAFA; 	color: #666; }
a.bg-gray:hover 		, a.bg-light:hover 			{	background-color: #e8e8e8 !important; }
.bg-gray .txt-gray 		, .bg-light .txt-gray	, .bg-gray .text-muted 	, .bg-light .text-muted 	{	color: #999; }
.bg-gray .text-darken 	, .bg-light .text-darken 	{	color: #222; }
.bg-gray.light 			, .bg-light.light 			{	background-color: #FEFEFE; }
.bg-gray.lighter 		, .bg-light.lighter 		{	background-color: #FFF; }
.bg-gray.dark 			, .bg-light.dark 			{	background-color: #F2F2F2; }
.bg-gray.darker			, .bg-light.darker			{	background-color: #E7E7E7; }
                           
.bg-white 				, .bg-white 				{	background-color: #FAFAFA; 	color: #666; background-color: #FFF !important; }
a.bg-white:hover 		, a.bg-white:hover 			{	background-color: #ededed !important; }
.bg-white .txt-gray 	, .bg-white .txt-gray	, .bg-white .text-muted 	, .bg-white .text-muted 	{	color: #999; }
.bg-white .text-darken 	, .bg-white .text-darken 	{	color: #222; }
.bg-white.light 		, .bg-white.light 			{	background-color: #FEFEFE; }
.bg-white.lighter 		, .bg-white.lighter 		{	background-color: #FFF; }
.bg-white.dark 			, .bg-white.dark 			{	background-color: #F2F2F2; }
.bg-white.darker 		, .bg-white.darker 			{	background-color: #E7E7E7; }






/* TEXT COLOR CONTEXTUALS */
.txt-white			, .text-white									{ color: #ffffff; }
a.txt-white:hover	, a.text-white:hover							{ color: #808080; }
.txt-white.light 	, .text-white.light		, .text-white-light		{ color: #ffffff; }
.txt-white.lighter 	, .text-white.lighter	, .text-white-lighter	{ color: #ffffff; }
.txt-white.dark 	, .text-white.dark		, .text-white-dark		{ color: #f6f6f6; }
.txt-white.darker 	, .text-white.darker	, .text-white-darker	{ color: #ececec; }
                    
.txt-gray 			, .text-muted									{  color: #999999; }
a.txt-gray:hover 	, a.text-muted:hover							{  color: #191919; }
.txt-gray.light 	, .text-muted.light		, .text-muted-light		{  color: #a2a2a2; }
.txt-gray.lighter 	, .text-muted.lighter	, .text-muted-lighter	{  color: #acacac; }
.txt-gray.dark 	, .text-muted.dark			, .text-muted-dark		{  color: #909090; }
.txt-gray.darker 	, .text-muted.darker	, .text-muted-darker	{  color: #868686; }
                    
.txt-blue 			, .text-primary									{ color: #4a89dc; }
a.txt-blue:hover 	, a.text-primary:hover							{ color: #061221; }
.txt-blue.light 	, .text-primary.light 	, .text-primary-light	{ color: #5993df; }
.txt-blue.lighter 	, .text-primary.lighter , .text-primary-lighter	{ color: #6a9ee2; }
.txt-blue.dark 		, .text-primary.dark 	, .text-primary-dark	{ color: #3b7fd9; }
.txt-blue.darker 	, .text-primary.darker 	, .text-primary-darker	{ color: #2a74d6; }
                    
.txt-green 			, .text-success									{ color: #70ca63; }
a.txt-green:hover 	, a.text-success:hover							{ color: #0f220c; }
.txt-green.light 	, .text-success.light 	, .text-success-light	{ color: #7ccf70; }
.txt-green.lighter 	, .text-success.lighter , .text-success-lighter	{ color: #8ad480; }
.txt-green.dark 	, .text-success.dark 	, .text-success-dark	{ color: #64c556; }
.txt-green.darker 	, .text-success.darker 	, .text-success-darker	{ color: #56c046; }
                    						                           
.txt-azure 			, .text-info									{ color: #3bafda; }
a.txt-azure:hover 	, a.text-info:hover								{ color: #030e13; }
.txt-azure.light 	, .text-info.light 		, .text-info-light		{ color: #4ab5dd; }
.txt-azure.lighter 	, .text-info.lighter 	, .text-info-lighter	{ color: #5bbce0; }
.txt-azure.dark 	, .text-info.dark 		, .text-info-dark		{ color: #2ca9d7; }
.txt-azure.darker 	, .text-info.darker 	, .text-info-darker		{ color: #269dc9; }
                    						                           
.txt-yellow 		, .text-warning									{ color: #f6bb42; }
a.txt-yellow:hover 	, a.text-warning:hover							{ color: #362503; }
.txt-yellow.light 	, .text-warning.light 	, .text-warning-light	{ color: #f7c153; }
.txt-yellow.lighter , .text-warning.lighter , .text-warning-lighter	{ color: #f8c867; }
.txt-yellow.dark 	, .text-warning.dark 	, .text-warning-dark	{ color: #f5b531; }
.txt-yellow.darker 	, .text-warning.darker 	, .text-warning-darker	{ color: #f4ae1d; }
                    						                           
.txt-red 			, .text-danger									{ color: #e9573f; }
a.txt-red:hover 	, a.text-danger:hover							{ color: #250904; }
.txt-red.light 		, .text-danger.light 	, .text-danger-light	{ color: #eb654f; }
.txt-red.lighter 	, .text-danger.lighter 	, .text-danger-lighter	{ color: #ed7561; }
.txt-red.dark 		, .text-danger.dark 	, .text-danger-dark		{ color: #e7492f; }
.txt-red.darker 	, .text-danger.darker 	, .text-danger-darker	{ color: #e5391d; }
                    						                           
.txt-violet 		, .text-alert									{ color: #967adc; }
a.txt-violet:hover 	, a.text-alert:hover							{ color: #211245; }
.txt-violet.light 	, .text-alert.light 	, .text-alert-light		{ color: #a188e0; }
.txt-violet.lighter , .text-alert.lighter 	, .text-alert-lighter	{ color: #ae98e4; }
.txt-violet.dark 	, .text-alert.dark 		, .text-alert-dark		{ color: #8b6cd8; }
.txt-violet.darker 	, .text-alert.darker 	, .text-alert-darker	{ color: #7e5cd4; }
                    						                           
.txt-cyan 			, .text-system									{ color: #37bc9b; }
a.txt-cyan:hover 	, a.text-system:hover							{ color: #000000; }
.txt-cyan.light 	, .text-system.light 	, .text-system-light	{ color: #3ec7a5; }
.txt-cyan.lighter 	, .text-system.lighter 	, .text-system-lighter	{ color: #4ecbac; }
.txt-cyan.dark 		, .text-system.dark 	, .text-system-dark		{ color: #33ae90; }
.txt-cyan.darker 	, .text-system.darker 	, .text-system-darker	{ color: #2e9e83; }
                    						                           
.txt-black 			, .text-dark									{ color: #3b3f4f; }
a.txt-black:hover 	, a.text-dark:hover								{ color: #000000; }
.txt-black.light 	, .text-dark.light 		, .text-dark-light		{ color: #434759; }
.txt-black.lighter 	, .text-dark.lighter 	, .text-dark-lighter	{ color: #4b5065; }
.txt-black.dark 	, .text-dark.dark 		, .text-dark-dark		{ color: #333745; }
.txt-black.darker 	, .text-dark.darker 	, .text-dark-darker		{ color: #2b2e39; }






/*==================================================
  Forms
==================================================== */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 19px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  cursor:pointer;
  /*
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
  */
}
/*
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
*/
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 0;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 10px;
  font-size: 13px;
  line-height: 1.49;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 9px 12px;
  font-size: 13px;
  line-height: 1.49;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}
.form-control:focus {
  border-color: #75a5e4;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #fafafa;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
textarea.form-control {
  resize: vertical;
}
textarea.textarea-grow {
  height: 39px;
  resize: none;
}
textarea.textarea-grow:focus {
  height: auto;
  resize: vertical;
}
.input-hero .form-control {
  padding: 14px 25px;
  height: 60px;
  background: #f9f9f9;
  border: 1px solid #DDD;
  font-size: 16px;
  border-radius: 3px;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 39px;
  line-height: 1.49 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 45px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 19px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 48.75px;
}
.form-control-feedback {
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-blue .help-block				, .has-primary .help-block,
.has-blue .control-label			, .has-primary .control-label,
.has-blue .radio					, .has-primary .radio,
.has-blue .checkbox					, .has-primary .checkbox,
.has-blue .radio-inline				, .has-primary .radio-inline,
.has-blue .checkbox-inline			, .has-primary .checkbox-inline,
.has-blue .append-icon				, .has-primary .append-icon				{ 	color: #4a89dc; }
.has-blue .form-control				, .has-primary .form-control			{ 	border-color: #75a5e4; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-blue .form-control:focus		, .has-primary .form-control:focus		{ 	border-color: #276ecc; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #9fc1ed; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #9fc1ed; }
.has-blue .input-group-addon		, .has-primary .input-group-addon		{ 	color: #1f57a1; border-color: #4a89dc; background-color: #caddf5; }
.has-blue .form-control-feedback	, .has-primary .form-control-feedback	{ 	color: #4a89dc; }
.has-green .help-block				, .has-success .help-block ,    
.has-green .control-label			, .has-success .control-label , 
.has-green .radio					, .has-success .radio ,   
.has-green .checkbox				, .has-success .checkbox,
.has-green .radio-inline			, .has-success .radio-inline ,  
.has-green .checkbox-inline			, .has-success .checkbox-inline ,     
.has-green .append-icon				, .has-success .append-icon				{ 	color: #70ca63; }
.has-green .form-control			, .has-success .form-control			{ 	border-color: #93d789; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-green .form-control:focus		, .has-success .form-control:focus		{ 	border-color: #4fbb3f; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #b6e4af; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #b6e4af; }
.has-green .input-group-addon		, .has-success .input-group-addon		{ 	color: #3f9532; border-color: #70ca63; background-color: #d9f1d5; }
.has-green .form-control-feedback	, .has-success .form-control-feedback	{ 	color: #70ca63; }
.has-azure .help-block				, .has-info .help-block , 
.has-azure .control-label			, .has-info .control-label ,    
.has-azure .radio					, .has-info .radio ,      
.has-azure .checkbox				, .has-info .checkbox ,   
.has-azure .radio-inline			, .has-info .radio-inline ,     
.has-azure .checkbox-inline			, .has-info .checkbox-inline ,  
.has-azure .append-icon				, .has-info .append-icon				{ 	color: #3bafda; }
.has-azure .form-control			, .has-info .form-control				{ 	border-color: #66c1e2; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-azure .form-control:focus		, .has-info .form-control:focus			{ 	border-color: #2494be; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #91d2ea; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #91d2ea; }
.has-azure .input-group-addon		, .has-info .input-group-addon			{ 	color: #1c7393; border-color: #3bafda; background-color: #bce4f2; }
.has-azure .form-control-feedback	, .has-info .form-control-feedback		{ 	color: #3bafda; }
.has-yellow .help-block				, .has-warning .help-block ,    
.has-yellow .control-label			, .has-warning .control-label , 
.has-yellow .radio					, .has-warning .radio ,   
.has-yellow .checkbox				, .has-warning .checkbox,
.has-yellow .radio-inline			, .has-warning .radio-inline ,  
.has-yellow .checkbox-inline		, .has-warning .checkbox-inline ,     
.has-yellow .append-icon			, .has-warning .append-icon				{ 	color: #f6bb42; }
.has-yellow .form-control			, .has-warning .form-control			{ 	border-color: #f8cd73; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-yellow .form-control:focus		, .has-warning .form-control:focus		{ 	border-color: #f4a911; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #fbdea3; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #fbdea3; }
.has-yellow .input-group-addon		, .has-warning .input-group-addon		{ 	color: #c88a0a; border-color: #f6bb42; background-color: #fdf0d4; }
.has-yellow .form-control-feedback	, .has-warning .form-control-feedback	{ 	color: #f6bb42; }
.has-red .help-block				, .has-error .help-block,
.has-red .control-label				, .has-error .control-label ,   
.has-red .radio						, .has-error .radio ,     
.has-red .checkbox					, .has-error .checkbox ,  
.has-red .radio-inline				, .has-error .radio-inline ,    
.has-red .checkbox-inline			, .has-error .checkbox-inline , 
.has-red .append-icon				, .has-error .append-icon				{ 	color: #e9573f; }
.has-red .form-control				, .has-error .form-control				{ 	border-color: #ee7f6d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-red .form-control:focus		, .has-error .form-control:focus		{ 	border-color: #dc3519; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #f3a79b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #f3a79b; }
.has-red .input-group-addon			, .has-error .input-group-addon			{ 	color: #bc2d16; border-color: #e9573f; background-color: #fadbd6; }
.has-red .form-control-feedback		, .has-error .form-control-feedback		{ 	color: #e9573f; }
.has-violet .help-block				, .has-alert .help-block,
.has-violet .control-label			, .has-alert .control-label ,   
.has-violet .radio					, .has-alert .radio ,     
.has-violet .checkbox				, .has-alert .checkbox ,  
.has-violet .radio-inline			, .has-alert .radio-inline ,    
.has-violet .checkbox-inline		, .has-alert .checkbox-inline , 
.has-violet .append-icon			, .has-alert .append-icon				{ 	color: #967adc; }
.has-violet .form-control			, .has-alert .form-control				{ 	border-color: #b6a2e7; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-violet .form-control:focus		, .has-alert .form-control:focus		{ 	border-color: #7652d1; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #d6cbf1; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #d6cbf1; }
.has-violet .input-group-addon		, .has-alert .input-group-addon			{ 	color: #542fb2; border-color: #967adc; background-color: #ece7f9; }
.has-violet .form-control-feedback	, .has-alert .form-control-feedback		{ 	color: #967adc; }
.has-cyan .help-block				, .has-system .help-block ,     
.has-cyan .control-label			, .has-system .control-label ,  
.has-cyan .radio					, .has-system .radio ,    
.has-cyan .checkbox					, .has-system .checkbox , 
.has-cyan .radio-inline				, .has-system .radio-inline ,   
.has-cyan .checkbox-inline			, .has-system .checkbox-inline ,
.has-cyan .append-icon				, .has-system .append-icon				{ 	color: #37bc9b; }
.has-cyan .form-control				, .has-system .form-control				{ 	border-color: #58ceb1; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-cyan .form-control:focus		, .has-system .form-control:focus		{ 	border-color: #2b957a; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #7fdac3; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #7fdac3; }
.has-cyan .input-group-addon		, .has-system .input-group-addon		{ 	color: #206d5a; border-color: #37bc9b; background-color: #a7e5d6; }
.has-cyan .form-control-feedback	, .has-system .form-control-feedback	{ 	color: #37bc9b; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -11px;
  margin-right: -11px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 10px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 11px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
/*===============================================
  Form Groups 
================================================= */
.form-bordered .form-group {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.form-bordered .form-group:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
/*===============================================
  Field Icons and Addons
================================================= */
.append-icon {
  position: absolute;
  left: 23px;
  top: 8px;
  font-size: 14px;
}
.append-icon.right {
  left: auto;
  right: 23px;
}
.append-icon + input.form-control {
  padding-right: 40px;
}
/* Input Addon */
.input-group-addon {
  color: #4a89dc;
  background-color: #fafafa;
  border-color: #DDD;
}
/*===============================================
  Input Hero - Used on FAQ and ui-icons page
================================================= */
.input-group.input-hero {
  display: block;
}
.input-group.input-hero .input-group-addon {
  position: absolute;
  top: 10px;
  left: 13px;
  border: 0;
  background: transparent;
  z-index: 3;
  font-size: 18px;
}
.input-group.input-hero .input-group-addon + input.form-control {
  border-left: 3px solid #4a89dc;
  display: block;
  float: none;
  padding-left: 60px;
  z-index: 0 !important;
}
/* Input Hero Size - SM */
.input-hero.input-hero-sm .form-control {
  height: 54px;
  background: #FFF;
}
.input-hero.input-hero-sm .input-group-addon {
  top: 8px;
  left: 10px;
}
.input-group.input-hero-sm .input-group-addon + input.form-control {
  padding-left: 54px;
}


/*==================================================
  Labels
==================================================== */
.label {
  display: inline;
  padding: .3em .7em .4em;
  font-size: 84%;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label.label-xs {
  padding: 0 .35em .1em;
  font-size: 75%;
}
.label.label-sm {
  padding: .1em .65em .2em;
  font-size: 75%;
}
.label.label-lg {
  padding: .4em .9em .5em;
  font-size: 95%;
}
.label.label-rounded {
  padding: .2em 0.85em .3em;
  border-radius: 1em;
}
.label.label-rounded.label-xs {
  padding: 0 .35em .1em;
}
.label.label-rounded.label-sm {
  padding: .1em .65em .2em;
}
.label.label-rounded.label-lg {
  padding: .4em .9em .5em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}


/* LABELS CONTEXTUALS */
.label-muted 				, .label-muted 					{  background-color: #aaaaaa; }
.label-muted[href]:hover	, .label-muted[href]:hover,   
.label-muted[href]:focus 	, .label-muted[href]:focus 		{  background-color: #919191; }
.label-white 				, .label-default 				{  background-color: #777777; }
.label-white[href]:hover	, .label-default[href]:hover, 
.label-white[href]:focus 	, .label-default[href]:focus 	{  background-color: #5e5e5e; }
.label-blue 				, .label-primary 				{  background-color: #4a89dc; }
.label-blue[href]:hover		, .label-primary[href]:hover, 
.label-blue[href]:focus 	, .label-primary[href]:focus 	{  background-color: #276ecc; }
.label-green 				, .label-success 				{  background-color: #70ca63; }
.label-green[href]:hover	, .label-success[href]:hover, 
.label-green[href]:focus 	, .label-success[href]:focus 	{  background-color: #4fbb3f; }
.label-azure 				, .label-info 					{  background-color: #3bafda; }
.label-azure[href]:hover	, .label-info[href]:hover,    
.label-azure[href]:focus 	, .label-info[href]:focus 		{  background-color: #2494be; }
.label-yellow 				, .label-warning 				{  background-color: #f6bb42; }
.label-yellow[href]:hover	, .label-warning[href]:hover, 
.label-yellow[href]:focus 	, .label-warning[href]:focus 	{  background-color: #f4a911; }
.label-red 					, .label-danger 				{  background-color: #e9573f; }
.label-red[href]:hover		, .label-danger[href]:hover,  
.label-red[href]:focus 		, .label-danger[href]:focus 	{  background-color: #dc3519; }
.label-violet 				, .label-alert 					{  background-color: #967adc; }
.label-violet[href]:hover	, .label-alert[href]:hover,   
.label-violet[href]:focus 	, .label-alert[href]:focus 		{  background-color: #7652d1; }
.label-cyan 				, .label-system 				{  background-color: #37bc9b; }
.label-cyan[href]:hover		, .label-system[href]:hover,  
.label-cyan[href]:focus 	, .label-system[href]:focus 	{  background-color: #2b957a; }
.label-black 				, .label-dark 					{  background-color: #3b3f4f; }
.label-black[href]:hover	, .label-dark[href]:hover,    
.label-black[href]:focus 	, .label-dark[href]:focus 		{  background-color: #252832; }



/*==================================================
  Badges
==================================================== */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #4a89dc;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
/* BADGES CONTEXTUALS * linked labels get darker on :hover  */
.badge-light 				, .badge-muted 					{  background-color: #aaaaaa; }
.badge-light[href]:hover	, .badge-muted[href]:hover, 
.badge-light[href]:focus 	, .badge-muted[href]:focus 		{  background-color: #919191; }
.badge-white 				, .badge-default 				{  background-color: #777777; }
.badge-white[href]:hover	, .badge-default[href]:hover, 
.badge-white[href]:focus 	, .badge-default[href]:focus 	{  background-color: #5e5e5e; }
.badge-blue 				, .badge-primary 				{  background-color: #4a89dc; }
.badge-blue[href]:hover		, .badge-primary[href]:hover, 
.badge-blue[href]:focus 	, .badge-primary[href]:focus 	{  background-color: #276ecc; }
.badge-green 				, .badge-success 				{  background-color: #70ca63; }
.badge-green[href]:hover	, .badge-success[href]:hover, 
.badge-green[href]:focus 	, .badge-success[href]:focus 	{  background-color: #4fbb3f; }
.badge-azure 				, .badge-info 					{  background-color: #3bafda; }
.badge-azure[href]:hover	, .badge-info[href]:hover,    
.badge-azure[href]:focus 	, .badge-info[href]:focus 		{  background-color: #2494be; }
.badge-yellow 				, .badge-warning 				{  background-color: #f6bb42; }
.badge-yellow[href]:hover	, .badge-warning[href]:hover, 
.badge-yellow[href]:focus 	, .badge-warning[href]:focus 	{  background-color: #f4a911; }
.badge-red 					, .badge-danger 				{  background-color: #e9573f; }
.badge-red[href]:hover		, .badge-danger[href]:hover,  
.badge-red[href]:focus 		, .badge-danger[href]:focus 	{  background-color: #dc3519; }
.badge-violet 				, .badge-alert 					{  background-color: #967adc; }
.badge-violet[href]:hover	, .badge-alert[href]:hover,   
.badge-violet[href]:focus 	, .badge-alert[href]:focus 		{  background-color: #7652d1; }
.badge-cyan 				, .badge-system 				{  background-color: #37bc9b; }
.badge-cyan[href]:hover		, .badge-system[href]:hover,  
.badge-cyan[href]:focus 	, .badge-system[href]:focus 	{  background-color: #2b957a; }
.badge-black 				, .badge-dark 					{  background-color: #3b3f4f; }
.badge-black[href]:hover	, .badge-dark[href]:hover,    
.badge-black[href]:focus 	, .badge-dark[href]:focus 		{  background-color: #252832; }



/*==================================================
  Alerts
==================================================== */
.alert {
	color: #ffffff;
	font-size: 14px;
	padding: 15px;
	margin-bottom: 19px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 1px;

	text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
					box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
}
.alert .close {
	color: #666666;
}
.alert .close:hover {
	color: #666666;
}
.alert hr {
	border-top-color: rgba(0, 0, 0, 0.1);
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	color: #ffffff;
	font-weight: bold;
}
.alert > p,
.alert > ul {
	margin-bottom: 0;
}
.alert > p + p {
	margin-top: 5px;
}
.alert.alert-micro,
.alert .alert-sm {
	font-size: 13px;
	padding: 9px 35px 9px 9px;
	border-radius: 0;
}
.alert.alert-sm {
	padding: 12px 35px 12px 12px;
}
.alert.alert-border {
	border: 1px solid transparent;
}
.alert.alert-border-right {
	border-right-width: 6px;
}
.alert.alert-border-top {
	border-top-width: 3px;
}
.alert.alert-border-bottom {
	border-bottom-width: 3px;
}
.alert.alert-border-left {
	padding-left: 15px;
	border-left-width: 6px;
}
.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	right: -21px;
	color: #FFF;
	opacity: 0.3;
}
.alert-dismissable .close:hover,
.alert-dismissible .close:hover {
	color: #FFF;
	opacity: 1;
}





.alert-blue ,
.alert-primary {
	background-color: #6c9fe3;
}
.alert-blue.alert-border-right ,
.alert-primary.alert-border-right {
	border-right-color: #2567bf;
}
.alert-blue.alert-border-top ,
.alert-primary.alert-border-top {
	border-top-color: #2567bf;
}
.alert-blue.alert-border-bottom ,
.alert-primary.alert-border-bottom {
	border-bottom-color: #2567bf;
}
.alert-blue.alert-border-left ,
.alert-primary.alert-border-left {
	border-left-color: #2567bf;
}
.alert-blue.light ,
.alert-primary.light {
	background-color: #8ab3e8;
}
.alert-blue.dark ,
.alert-primary.dark {
	background-color: #3d81da;
}
.alert-blue.pastel ,
.alert-primary.pastel {
	color: #2363b6;
	background-color: #caddf5;
	border-color: rgba(0, 0, 0, 0.1);
}
.alert-blue.pastel .alert-link ,
.alert-primary.pastel .alert-link {
	color: #2363b6;
}
.alert-blue.pastel.alert-micro ,
.alert-primary.pastel.alert-micro {
	border-color: #75a5e4;
}
.alert-blue.pastel .close ,
.alert-primary.pastel .close {
	color: #2363b6;
}
.alert-blue.pastel .close:hover ,
.alert-primary.pastel .close:hover {
	color: #2363b6;
}
.alert-green ,
.alert-success {
	background-color: #8cd481;
}
.alert-green.alert-border-right ,
.alert-success.alert-border-right {
	border-right-color: #4aaf3c;
}
.alert-green.alert-border-top ,
.alert-success.alert-border-top {
	border-top-color: #4aaf3c;
}
.alert-green.alert-border-bottom ,
.alert-success.alert-border-bottom {
	border-bottom-color: #4aaf3c;
}
.alert-green.alert-border-left ,
.alert-success.alert-border-left {
	border-left-color: #4aaf3c;
}
.alert-green.light ,
.alert-success.light {
	background-color: #a4dd9c;
}
.alert-green.dark ,
.alert-success.dark {
	background-color: #66c658;
}
.alert-green.pastel ,
.alert-success.pastel {
	color: #47a839;
	background-color: #d9f1d5;
	border-color: rgba(0, 0, 0, 0.1);
}
.alert-green.pastel .alert-link ,
.alert-success.pastel .alert-link {
	color: #47a839;
}
.alert-green.pastel.alert-micro ,
.alert-success.pastel.alert-micro {
	border-color: #93d789;
}
.alert-green.pastel .close ,
.alert-success.pastel .close {
	color: #47a839;
}
.alert-green.pastel .close:hover ,
.alert-success.pastel .close:hover {
	color: #47a839;
}
.alert-info ,
.alert-azure {
	background-color: #5dbde0;
}
.alert-info.alert-border-right ,
.alert-azure.alert-border-right {
	border-right-color: #218ab1;
}
.alert-info.alert-border-top ,
.alert-azure.alert-border-top {
	border-top-color: #218ab1;
}
.alert-info.alert-border-bottom ,
.alert-azure.alert-border-bottom {
	border-bottom-color: #218ab1;
}
.alert-info.alert-border-left ,
.alert-azure.alert-border-left {
	border-left-color: #218ab1;
}
.alert-info.light ,
.alert-azure.light {
	background-color: #7bc9e6;
}
.alert-info.dark ,
.alert-azure.dark {
	background-color: #2eaad8;
}
.alert-info.pastel ,
.alert-azure.pastel {
	color: #2084a9;
	background-color: #bce4f2;
	border-color: rgba(0, 0, 0, 0.1);
}
.alert-info.pastel .alert-link ,
.alert-azure.pastel .alert-link {
	color: #2084a9;
}
.alert-info.pastel.alert-micro ,
.alert-azure.pastel.alert-micro {
	border-color: #66c1e2;
}
.alert-info.pastel .close ,
.alert-azure.pastel .close {
	color: #2084a9;
}
.alert-info.pastel .close:hover ,
.alert-azure.pastel .close:hover {
	color: #2084a9;
}
.alert-yellow ,
.alert-warning {
	background-color: #f8c969;
}
.alert-yellow.alert-border-right ,
.alert-warning.alert-border-right {
	border-right-color: #eba10b;
}
.alert-yellow.alert-border-top ,
.alert-warning.alert-border-top {
	border-top-color: #eba10b;
}
.alert-yellow.alert-border-bottom ,
.alert-warning.alert-border-bottom {
	border-bottom-color: #eba10b;
}
.alert-yellow.alert-border-left ,
.alert-warning.alert-border-left {
	border-left-color: #eba10b;
}
.alert-yellow.light ,
.alert-warning.light {
	background-color: #f9d58b;
}
.alert-yellow.dark ,
.alert-warning.dark {
	background-color: #f5b633;
}
.alert-yellow.pastel ,
.alert-warning.pastel {
	color: #e19b0b;
	background-color: #fdf0d4;
	border-color: rgba(0, 0, 0, 0.1);
}
.alert-yellow.pastel .alert-link ,
.alert-warning.pastel .alert-link {
	color: #e19b0b;
}
.alert-yellow.pastel.alert-micro ,
.alert-warning.pastel.alert-micro {
	border-color: #f8cd73;
}
.alert-yellow.pastel .close ,
.alert-warning.pastel .close {
	color: #e19b0b;
}
.alert-yellow.pastel .close:hover ,
.alert-warning.pastel .close:hover {
	color: #e19b0b;
}
.alert-red ,
.alert-danger {
	background-color: #ed7764;
}
.alert-red.alert-border-right ,
.alert-danger.alert-border-right {
	border-right-color: #ce3118;
}
.alert-red.alert-border-top ,
.alert-danger.alert-border-top {
	border-top-color: #ce3118;
}
.alert-red.alert-border-bottom ,
.alert-danger.alert-border-bottom {
	border-bottom-color: #ce3118;
}
.alert-red.alert-border-left ,
.alert-danger.alert-border-left {
	border-left-color: #ce3118;
}
.alert-red.light ,
.alert-danger.light {
	background-color: #f19384;
}
.alert-red.dark ,
.alert-danger.dark {
	background-color: #e74b31;
}
.alert-red.pastel ,
.alert-danger.pastel {
	color: #c52f17;
	background-color: #f9cfc8;
	border-color: rgba(0, 0, 0, 0.1);
}
.alert-red.pastel .alert-link ,
.alert-danger.pastel .alert-link {
	color: #c52f17;
}
.alert-red.pastel.alert-micro ,
.alert-danger.pastel.alert-micro {
	border-color: #ee7f6d;
}
.alert-red.pastel .close ,
.alert-danger.pastel .close {
	color: #c52f17;
}
.alert-red.pastel .close:hover ,
.alert-danger.pastel .close:hover {
	color: #c52f17;
}
.alert-violet ,
.alert-alert {
	background-color: #b09ae4;
}
.alert-violet.alert-border-right ,
.alert-alert.alert-border-right {
	border-right-color: #6d46ce;
}
.alert-violet.alert-border-top ,
.alert-alert.alert-border-top {
	border-top-color: #6d46ce;
}
.alert-violet.alert-border-bottom ,
.alert-alert.alert-border-bottom {
	border-bottom-color: #6d46ce;
}
.alert-violet.alert-border-bottom ,
.alert-alert.alert-border-bottom {
	border-left-color: #6d46ce;
}
.alert-violet.light ,
.alert-alert.light {
	background-color: #c6b7ec;
}
.alert-violet.dark ,
.alert-alert.dark {
	background-color: #8c6ed9;
}
.alert-violet.pastel ,
.alert-alert.pastel {
	color: #663dcc;
	background-color: #f6f3fc;
	border-color: rgba(0, 0, 0, 0.1);
}
.alert-violet.pastel .alert-link ,
.alert-alert.pastel .alert-link {
	color: #663dcc;
}
.alert-violet.pastel.alert-micro ,
.alert-alert.pastel.alert-micro {
	border-color: #b6a2e7;
}
.alert-violet.pastel .close ,
.alert-alert.pastel .close {
	color: #663dcc;
}
.alert-violet.pastel .close:hover ,
.alert-alert.pastel .close:hover {
	color: #663dcc;
}
.alert-cyan ,
.alert-system {
	background-color: #50ccad;
}
.alert-cyan.alert-border-right ,
.alert-system.alert-border-right {
	border-right-color: #288971;
}
.alert-cyan.alert-border-top ,
.alert-system.alert-border-top {
	border-top-color: #288971;
}
.alert-cyan.alert-border-bottom ,
.alert-system.alert-border-bottom {
	border-bottom-color: #288971;
}
.alert-cyan.alert-border-left ,
.alert-system.alert-border-left {
	border-left-color: #288971;
}
.alert-cyan.light ,
.alert-system.light {
	background-color: #6cd4ba;
}
.alert-cyan.dark ,
.alert-system.dark {
	background-color: #34b091;
}
.alert-cyan.pastel ,
.alert-system.pastel {
	color: #26816a;
	background-color: #a7e5d6;
	border-color: rgba(0, 0, 0, 0.1);
}
.alert-cyan.pastel .alert-link ,
.alert-system.pastel .alert-link {
	color: #26816a;
}
.alert-cyan.pastel.alert-micro ,
.alert-system.pastel.alert-micro {
	border-color: #58ceb1;
}
.alert-cyan.pastel .close ,
.alert-system.pastel .close {
	color: #26816a;
}
.alert-cyan.pastel .close:hover ,
.alert-system.pastel .close:hover {
	color: #26816a;
}
.alert-light ,
.alert-default {
	color: #888;
	background-color: #f0f0f0;
}
.alert-light .alert-link ,
.alert-default .alert-link {
	color: #777;
}
.alert-light.alert-border-right ,
.alert-default.alert-border-right {
	border-right-color: #cfcfcf;
}
.alert-light.alert-border-top ,
.alert-default.alert-border-top {
	border-top-color: #cfcfcf;
}
.alert-light.alert-border-bottom ,
.alert-default.alert-border-bottom {
	border-bottom-color: #cfcfcf;
}
.alert-light.alert-border-left ,
.alert-default.alert-border-left {
	border-left-color: #cfcfcf;
}
.alert-light.pastel,
.alert-light.light ,
.alert-default.pastel,
.alert-default.light {
	background-color: #fdfdfd;
	border-color: rgba(0, 0, 0, 0.15);
}
.alert-light.dark ,
.alert-default.dark {
	background-color: #e6e6e6;
}
.alert-black ,
.alert-dark {
	background-color: #626984;
}
.alert-black.alert-border-right ,
.alert-dark.alert-border-right {
	border-right-color: #1f2129;
}
.alert-black.alert-border-top ,
.alert-dark.alert-border-top {
	border-top-color: #1f2129;
}
.alert-black.alert-border-bottom ,
.alert-dark.alert-border-bottom {
	border-bottom-color: #1f2129;
}
.alert-black.alert-border-left ,
.alert-dark.alert-border-left {
	border-left-color: #1f2129;
}
.alert-black.pastel,
.alert-black.light ,
.alert-dark.pastel,
.alert-dark.light {
	color: #676e89;
	background-color: #d0d3dc;
}
.alert-black.pastel .alert-link,
.alert-black.light .alert-link ,
.alert-dark.pastel .alert-link,
.alert-dark.light .alert-link {
	color: #51566c;
}
.alert-black.dark ,
.alert-dark.dark {
	background-color: #4a4f63;
}

/*==================================================
  Progress Bars
====================================================
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 19px;
  margin-bottom: 19px;
  background-color: #ececec;
  border-radius: 1px;
  box-shadow: none;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  color: #ffffff;
  text-align: center;
  background-color: #999999;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress {
  height: 18px;
  border-radius: 2px;
}
.progress.progress-bar-xxs {
  height: 3px;
  border-radius: 2px;
}
.progress.progress-bar-xxs .progress-bar {
  line-height: 3px;
}
.progress.progress-bar-xs {
  height: 6px;
  border-radius: 2px;
}
.progress.progress-bar-xs .progress-bar {
  line-height: 6px;
}
.progress.progress-bar-sm {
  height: 10px;
  border-radius: 2px;
}
.progress.progress-bar-sm .progress-bar {
  line-height: 10px;
}
.progress.progress-bar-lg {
  height: 20px;
}
.progress.progress-bar-lg .progress-bar {
  line-height: 20px;
}
.progress.progress-bar-xl {
  height: 24px;
}
.progress.progress-bar-xl .progress-bar {
  line-height: 24px;
}
.progress.right .progress-bar {
  float: right;
}
.progress.vertical {
  height: 100%;
  min-height: 200px;
  width: 22px;
  position: relative;
}
.progress.vertical .progress-bar {
  width: 100%;
  position: absolute;
  font-size: 11px;
  line-height: 20px;
}
.progress.vertical.bottom .progress-bar {
  bottom: 0;
}
.progress {
  height: 18px;
  border-radius: 2px;
}
.progress.vertical.progress-bar-sm {
  width: 16px;
}
.progress.vertical.progress-bar-lg {
  width: 30px;
}
.progress.vertical.progress-bar-xl {
  width: 40px;
}



/* PROGRESS BAR CONTEXTUALS 
.progress-bar-muted						, .progress-bar-default						{  background-color: #999999; }
.progress-bar-muted.light				, .progress-bar-default.light				{  background-color: #a2a2a2; }
.progress-bar-muted.dark				, .progress-bar-default.dark				{  background-color: #909090; }
.progress-striped .progress-bar-muted	, .progress-striped .progress-bar-default	{  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.progress-bar-blue						, .progress-bar-primary						{  background-color: #4a89dc; }
.progress-bar-blue.light				, .progress-bar-primary.light				{  background-color: #5993df; }
.progress-bar-blue.dark					, .progress-bar-primary.dark				{  background-color: #3b7fd9; }
.progress-striped .progress-bar-blue	, .progress-striped .progress-bar-primary	{  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.progress-bar-green						, .progress-bar-success						{  background-color: #70ca63; }
.progress-bar-green.light				, .progress-bar-success.light				{  background-color: #7ccf70; }
.progress-bar-green.dark				, .progress-bar-success.dark				{  background-color: #64c556; }
.progress-striped .progress-bar-green	, .progress-striped .progress-bar-success	{  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.progress-bar-azure						, .progress-bar-info						{  background-color: #3bafda; }
.progress-bar-azure.light				, .progress-bar-info.light					{  background-color: #4ab5dd; }
.progress-bar-azure.dark				, .progress-bar-info.dark					{  background-color: #2ca9d7; }
.progress-striped .progress-bar-azure	, .progress-striped .progress-bar-info		{  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.progress-bar-yellow					, .progress-bar-warning						{  background-color: #f6bb42; }
.progress-bar-yellow.light				, .progress-bar-warning.light				{  background-color: #f7c153; }
.progress-bar-yellow.dark				, .progress-bar-warning.dark				{  background-color: #f5b531; }
.progress-striped .progress-bar-yellow	, .progress-striped .progress-bar-warning	{  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.progress-bar-red						, .progress-bar-danger						{  background-color: #e9573f; }
.progress-bar-red.light					, .progress-bar-danger.light				{  background-color: #eb654f; }
.progress-bar-red.dark					, .progress-bar-danger.dark					{  background-color: #e7492f; }
.progress-striped .progress-bar-red		, .progress-striped .progress-bar-danger	{  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.progress-bar-violet					, .progress-bar-alert						{  background-color: #967adc; }
.progress-bar-violet.light				, .progress-bar-alert.light					{  background-color: #a188e0; }
.progress-bar-violet.dark				, .progress-bar-alert.dark					{  background-color: #8b6cd8; }
.progress-striped .progress-bar-violet	, .progress-striped .progress-bar-alert		{  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.progress-bar-violet					, .progress-bar-system						{  background-color: #37bc9b; }
.progress-bar-violet.light				, .progress-bar-system.light				{  background-color: #3ec7a5; }
.progress-bar-violet.dark				, .progress-bar-system.dark					{  background-color: #33ae90; }
.progress-striped .progress-bar-violet	, .progress-striped .progress-bar-system	{  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.progress-bar-black						, .progress-bar-dark						{  background-color: #3b3f4f; }
.progress-bar-black.light				, .progress-bar-dark.light					{  background-color: #434759; }
.progress-bar-black.dark				, .progress-bar-dark.dark					{  background-color: #333745; }
.progress-striped .progress-bar-black	, .progress-striped .progress-bar-dark		{  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

 */

/*==================================================
  List Groups
====================================================
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #4a89dc;
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #4a89dc;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #4a89dc;
  border-color: #4a89dc;
  background-color: #555;
  border-color: #555;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #f5f8fd;
}
.list-group.list-group-links .list-group-header {
  list-style: none;
  font-size: 15px;
  font-weight: 600;
  padding-left: 7px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.list-group.list-group-links .list-group-item {
  color: #AAA;
  font-weight: 600;
  background: transparent;
  border: 0;
  padding: 8px 9px;
}
.list-group.list-group-links .list-group-item .label {
  float: right;
  line-height: inherit;
  padding: .1em .6em .2em;
}
.list-group.list-group-links .list-group-item i.fa {
  padding-right: 5px;
}
.list-group.list-group-links .list-group-item .fa-circle {
  float: right;
  font-size: 14px;
}
.list-group.list-group-links.list-group-spacing-sm > a {
  padding: 6px 9px;
}
.list-group.list-group-links.list-group-spacing-xs > a {
  padding: 4px 9px;
}
.list-group.list-group-links .list-group-divider {
  border-bottom: 1px dashed #DDD;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}


 */

/*==================================================
  Panels
==================================================== 

.panel-tile {
  position: relative;
  overflow: hidden;
}
.panel-tile .panel-body,
.panel-tile .panel-footer {
  border: 0;
}


.panel {
  position: relative;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 2px;
}
.panel.panel-transparent {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.panel.panel-border {
  border-style: solid;
  border-width: 0;
}
.panel.panel-border.top {
  border-top-width: 5px;
}
.panel.panel-border.right {
  border-right-width: 5px;
}
.panel.panel-border.bottom {
  border-bottom-width: 5px;
}
.panel.panel-border.left {
  border-left-width: 5px;
}
.panel.panel-border > .panel-heading {
  background-color: #fafafa;
  border-color: #e5e5e5;
  border-top: 1px solid transparent;
}
.panel.panel-border > .panel-heading > .panel-title {
  color: #666666;
}
.panel.panel-border.panel-default {
  border-color: #DDD;
}
.panel.panel-border.panel-default > .panel-heading {
  border-top: 1px solid transparent;
}
.panel-menu {
  background-color: #fafafa;
  padding: 12px;
  border: 1px solid #e5e5e5;
}
.panel-menu.dark {
  background-color: #f8f8f8;
}
.panel-body .panel-menu {
  border-left: 0;
  border-right: 0;
}
.panel-heading + .panel-menu,
.panel-menu + .panel-body,
.panel-body + .panel-menu,
.panel-body + .panel-body {
  border-top: 0;
}
.panel-body {
  position: relative;
  padding: 15px;
  border: 1px solid #e5e5e5;
}
.panel-body + .panel-footer {
  border-top: 0;
}
.panel-heading {
  position: relative;
  height: 40px;
  line-height: 36px;
  background: #fafafa;
  color: #666666;
  font-size: 13px;
  font-weight: 600;
  padding: 0 8px;
  border: 1px solid #e5e5e5;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading + .panel-body {
  border-top: 0;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-heading .widget-menu .btn-group {
  margin-top: -3px;
}
.panel-heading .widget-menu .form-control {
  margin-top: 6px;
  font-size: 11px;
  height: 27px;
  padding: 2px 10px;
  border-radius: 1px;
}
.panel-heading .widget-menu .form-control.input-sm {
  margin-top: 9px;
  height: 22px;
}
.panel-heading .widget-menu .progress {
  margin-top: 11px;
  margin-bottom: 0;
}
.panel-heading .widget-menu .progress-bar-lg {
  margin-top: 10px;
}
.panel-heading .widget-menu .progress-bar-sm {
  margin-top: 15px;
}
.panel-heading .widget-menu .progress-bar-xs {
  margin-top: 17px;
}
.panel-icon {
  padding-left: 5px;
}




.panel-title {
  padding-left: 6px;
  margin-top: 0;
  margin-bottom: 0;
}
.panel-title > .fa,
.panel-title > .glyphicon,
.panel-title > .glyphicons,
.panel-title > .imoon {
  top: 2px;
  min-width: 22px;
  color: inherit;
  font-size: 14px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel-body + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #eeeeee;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 19px;
}
.panel-group .panel-title {
  padding-left: 0;
}
.panel-group .panel-heading,
.panel-group .panel-heading a {
  position: relative;
  display: block;
  width: 100%;
}
.panel-group.accordion-lg .panel + .panel {
  margin-top: 12px;
}
.panel-group.accordion-lg .panel-heading {
  font-size: 14px;
  height: 54px;
  line-height: 52px;
}
.panel-group .accordion-icon {
  padding-left: 35px;
}
.panel-group .accordion-icon:after {
  position: absolute;
  content: "\f068";
  font-family: "FontAwesome";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #555;
  left: 10px;
  top: 0;
}
.panel-group .accordion-icon.collapsed:after {
  content: "\f067";
}
.panel-group .accordion-icon.icon-right {
  padding-left: 10px;
  padding-right: 30px;
}
.panel-group .accordion-icon.icon-right:after {
  left: auto;
  right: 5px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #eeeeee;
}



.panel-blue.panel-border 										, .panel-primary.panel-border 										{ border-color: #4a89dc; }
.panel-blue > .panel-heading 									, .panel-primary > .panel-heading 									{ color: #ffffff;  background-color: #4a89dc;  border-color: #4a89dc; }
.panel-blue > .panel-heading + .panel-collapse > .panel-body	, .panel-primary > .panel-heading + .panel-collapse > .panel-body 	{ border-top-color: #4a89dc; }
.panel-blue > .panel-heading .badge 							, .panel-primary > .panel-heading .badge 							{ color: #4a89dc;  background-color: #ffffff; }
.panel-blue > .panel-heading > .panel-title 					, .panel-primary > .panel-heading > .panel-title 					{ color: #ffffff; }
.panel-blue > .panel-footer + .panel-collapse > .panel-body		, .panel-primary > .panel-footer + .panel-collapse > .panel-body	{ border-bottom-color: #4a89dc; }
.panel-blue > .panel-body.fill 									, .panel-primary > .panel-body.fill 								{ color: #FFF;  border-color: #82ade7;  background-color: #82ade7; }
.panel-blue > .panel-body.border 								, .panel-primary > .panel-body.border 								{ border: 3px solid #4a89dc; }
.panel-green.panel-border 										, .panel-success.panel-border 										{ border-color: #70ca63; }
.panel-green > .panel-heading 									, .panel-success > .panel-heading 									{ color: #ffffff;  background-color: #70ca63;  border-color: #70ca63; }
.panel-green > .panel-heading + .panel-collapse > .panel-body	, .panel-success > .panel-heading + .panel-collapse > .panel-body	{ border-top-color: #70ca63; }
.panel-green > .panel-heading .badge 							, .panel-success > .panel-heading .badge 							{ color: #70ca63;  background-color: #ffffff; }
.panel-green > .panel-heading > .panel-title 					, .panel-success > .panel-heading > .panel-title 					{ color: #ffffff; }
.panel-green > .panel-footer + .panel-collapse > .panel-body	, .panel-success > .panel-footer + .panel-collapse > .panel-body 	{ border-bottom-color: #70ca63; }
.panel-green > .panel-body.fill 								, .panel-success > .panel-body.fill 								{ color: #FFF;  border-color: #9ddb94;  background-color: #9ddb94; }
.panel-green > .panel-body.border 								, .panel-success > .panel-body.border 								{ border: 3px solid #70ca63; }
.panel-azure.panel-border 										, .panel-info.panel-border 											{ border-color: #3bafda; }
.panel-azure > .panel-heading 									, .panel-info > .panel-heading 										{ color: #ffffff;  background-color: #3bafda;  border-color: #3bafda; }
.panel-azure > .panel-heading + .panel-collapse > .panel-body 	, .panel-info > .panel-heading + .panel-collapse > .panel-body 		{ border-top-color: #3bafda; }
.panel-azure > .panel-heading .badge 							, .panel-info > .panel-heading .badge 								{ color: #3bafda;  background-color: #ffffff; }
.panel-azure > .panel-heading > .panel-title 					, .panel-info > .panel-heading > .panel-title 						{ color: #ffffff; }
.panel-azure > .panel-footer + .panel-collapse > .panel-body 	, .panel-info > .panel-footer + .panel-collapse > .panel-body 		{ border-bottom-color: #3bafda; }
.panel-azure > .panel-body.fill 								, .panel-info > .panel-body.fill 									{ color: #FFF;  border-color: #73c6e5;  background-color: #73c6e5; }
.panel-azure > .panel-body.border 								, .panel-info > .panel-body.border 									{ border: 3px solid #3bafda; }
.panel-yellow.panel-border 										, .panel-warning.panel-border 										{ border-color: #f6bb42; }
.panel-yellow > .panel-heading 									, .panel-warning > .panel-heading 									{ color: #ffffff;  background-color: #f6bb42;  border-color: #f6bb42; }
.panel-yellow > .panel-heading + .panel-collapse > .panel-body 	, .panel-warning > .panel-heading + .panel-collapse > .panel-body	{ border-top-color: #f6bb42; }
.panel-yellow > .panel-heading .badge 							, .panel-warning > .panel-heading .badge 							{ color: #f6bb42;  background-color: #ffffff; }
.panel-yellow > .panel-heading > .panel-title 					, .panel-warning > .panel-heading > .panel-title 					{ color: #ffffff; }
.panel-yellow > .panel-footer + .panel-collapse > .panel-body 	, .panel-warning > .panel-footer + .panel-collapse > .panel-body	{ border-bottom-color: #f6bb42; }
.panel-yellow > .panel-body.fill 								, .panel-warning > .panel-body.fill 								{ color: #FFF;  border-color: #f9d281;  background-color: #f9d281; }
.panel-yellow > .panel-body.border 								, .panel-warning > .panel-body.border 								{ border: 3px solid #f6bb42; }
.panel-red.panel-border 										, .panel-danger.panel-border 										{ border-color: #e9573f; }
.panel-red > .panel-heading 									, .panel-danger > .panel-heading 									{ color: #ffffff;  background-color: #e9573f;  border-color: #e9573f; }
.panel-red > .panel-heading + .panel-collapse > .panel-body 	, .panel-danger > .panel-heading + .panel-collapse > .panel-body	{ border-top-color: #e9573f; }
.panel-red > .panel-heading .badge 								, .panel-danger > .panel-heading .badge 							{ color: #e9573f;  background-color: #ffffff; }
.panel-red > .panel-heading > .panel-title 						, .panel-danger > .panel-heading > .panel-title						{ color: #ffffff; }
.panel-red > .panel-footer + .panel-collapse > .panel-body 		, .panel-danger > .panel-footer + .panel-collapse > .panel-body		{ border-bottom-color: #e9573f; }
.panel-red > .panel-body.fill 									, .panel-danger > .panel-body.fill									{ color: #FFF;  border-color: #f08b7a;  background-color: #f08b7a; }
.panel-red > .panel-body.border 								, .panel-danger > .panel-body.border 								{ border: 3px solid #e9573f; }
.panel-violet.panel-border 										, .panel-alert.panel-border 										{ border-color: #967adc; }
.panel-violet > .panel-heading 									, .panel-alert > .panel-heading 									{ color: #ffffff;  background-color: #967adc;  border-color: #967adc; }
.panel-violet > .panel-heading + .panel-collapse > .panel-body 	, .panel-alert > .panel-heading + .panel-collapse > .panel-body		{ border-top-color: #967adc; }
.panel-violet > .panel-heading .badge 							, .panel-alert > .panel-heading .badge 								{ color: #967adc;  background-color: #ffffff; }
.panel-violet > .panel-heading > .panel-title 					, .panel-alert > .panel-heading > .panel-title 						{ color: #ffffff; }
.panel-violet > .panel-footer + .panel-collapse > .panel-body 	, .panel-alert > .panel-footer + .panel-collapse > .panel-body		{ border-bottom-color: #967adc; }
.panel-violet > .panel-body.fill 								, .panel-alert > .panel-body.fill 									{ color: #FFF;  border-color: #bfaeea;  background-color: #bfaeea; }
.panel-violet > .panel-body.border 								, .panel-alert > .panel-body.border 								{ border: 3px solid #967adc; }
.panel-cyan.panel-border 										, .panel-system.panel-border 										{ border-color: #37bc9b; }
.panel-cyan > .panel-heading 									, .panel-system > .panel-heading 									{ color: #ffffff;  background-color: #37bc9b;  border-color: #37bc9b; }
.panel-cyan > .panel-heading + .panel-collapse > .panel-body 	, .panel-system > .panel-heading + .panel-collapse > .panel-body	{ border-top-color: #37bc9b; }
.panel-cyan > .panel-heading .badge 							, .panel-system > .panel-heading .badge 							{ color: #37bc9b;  background-color: #ffffff; }
.panel-cyan > .panel-heading > .panel-title 					, .panel-system > .panel-heading > .panel-title						{ color: #ffffff; }
.panel-cyan > .panel-footer + .panel-collapse > .panel-body 	, .panel-system > .panel-footer + .panel-collapse > .panel-body		{ border-bottom-color: #37bc9b; }
.panel-cyan > .panel-body.fill 									, .panel-system > .panel-body.fill 									{ color: #FFF;  border-color: #64d2b6;  background-color: #64d2b6; }
.panel-cyan > .panel-body.border 								, .panel-system > .panel-body.border 								{ border: 3px solid #37bc9b; }
.panel-black.panel-border 										, .panel-dark.panel-border 											{ border-color: #3b3f4f; }
.panel-black > .panel-heading 									, .panel-dark > .panel-heading 										{ color: #ffffff;  background-color: #3b3f4f;  border-color: #3b3f4f; }
.panel-black > .panel-heading + .panel-collapse > .panel-body 	, .panel-dark > .panel-heading + .panel-collapse > .panel-body		{ border-top-color: #3b3f4f; }
.panel-black > .panel-heading .badge 							, .panel-dark > .panel-heading .badge 								{ color: #3b3f4f;  background-color: #ffffff; }
.panel-black > .panel-heading > .panel-title 					, .panel-dark > .panel-heading > .panel-title						{ color: #ffffff; }
.panel-black > .panel-footer + .panel-collapse > .panel-body 	, .panel-dark > .panel-footer + .panel-collapse > .panel-body		{ border-bottom-color: #3b3f4f; }
.panel-black > .panel-body.fill 								, .panel-dark > .panel-body.fill 									{ color: #FFF;  border-color: #575d75;  background-color: #575d75; }
.panel-black > .panel-body.border 								, .panel-dark > .panel-body.border 									{ border: 3px solid #3b3f4f; }

 */

/*==================================================
  Switches - Created with Pure CSS, no js required
==================================================== */
div.switch label {
  display: block;
  position: relative;
  color: transparent;
  background: #ddd;
  text-indent: 100%;
  width: 52px;
  height: 26px;
  cursor: pointer;
  transition: left 0.15s ease-out;
}
div.switch input {
  display: none;
}
div.switch input + label {
  margin-left: 0;
  margin-right: 0;
}
div.switch label:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 19px;
  height: 19px;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
div.switch input:checked + label {
  background: #2ba6cb;
}
div.switch input:checked + label:after {
  left: 29px;
}
div.switch label {
  width: 52px;
  height: 26px;
}
div.switch label:after {
  width: 19px;
  height: 19px;
}
div.switch input:checked + label:after {
  left: 29px;
}
div.switch label {
  color: transparent;
  background: #dddddd;
}
div.switch label:after {
  background: #ffffff;
}
div.switch input:checked + label {
  background: #2ba6cb;
}
/* Switch Sizes */
div.switch.switch-lg label {
  width: 65px;
  height: 32px;
}
div.switch.switch-lg label:after {
  width: 26px;
  height: 26px;
}
div.switch.switch-lg input:checked + label:after {
  left: 35px;
}
div.switch.switch-sm label {
  width: 45px;
  height: 22px;
}
div.switch.switch-sm label:after {
  width: 16px;
  height: 16px;
}
div.switch.switch-sm input:checked + label:after {
  left: 26px;
}
div.switch.switch-xs label {
  width: 39px;
  height: 19px;
}
div.switch.switch-xs label:after {
  width: 13px;
  height: 13px;
}
div.switch.switch-xs input:checked + label:after {
  left: 22px;
}
div.switch.radius label {
  border-radius: 4px;
}
div.switch.radius label:after {
  border-radius: 3px;
}
/* Switch Option - Rounded */
div.switch.round {
  border-radius: 1000px;
}
div.switch.round label {
  border-radius: 26px;
}
div.switch.round label:after {
  border-radius: 26px;
}
/* Switch Option - Inline */
.switch.switch-inline {
  display: inline-block;
}
.switch.switch-inline + .switch.switch-inline {
  margin-left: 15px;
}

/* SWITCH CONTEXTUALS  */
div.switch.switch-blue input:checked + label	, div.switch.switch-primary input:checked + label	{  background-color: #4a89dc; }
div.switch.switch-green input:checked + label	, div.switch.switch-success input:checked + label	{  background-color: #70ca63; }
div.switch.switch-azure input:checked + label	, div.switch.switch-info input:checked + label		{  background-color: #3bafda; }
div.switch.switch-yellow input:checked + label	, div.switch.switch-warning input:checked + label	{  background-color: #f6bb42; }
div.switch.switch-red input:checked + label		, div.switch.switch-danger input:checked + label	{  background-color: #e9573f; }
div.switch.switch-violet input:checked + label	, div.switch.switch-alert input:checked + label		{  background-color: #967adc; }
div.switch.switch-cyan input:checked + label	, div.switch.switch-system input:checked + label	{  background-color: #37bc9b; }
div.switch.switch-dark input:checked + label	, div.switch.switch-dark input:checked + label		{  background-color: #3b3f4f; }



/*==================================================
  Radios and Checkboxes
==================================================== */
.radio-custom,
.checkbox-custom {
  background-color: transparent;
  color: inherit;
}
/* hide default input */
.radio-custom input,
.checkbox-custom input {
  display: none;
}
.checkbox-custom label:empty,
.radio-custom label:empty {
  padding-left: 10px;
}
/* radio container */
.radio-custom label {
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  margin-right: 15px;
  margin-bottom: 5px;
}
/* radio border */
.radio-custom label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 64px;
  width: 20px;
  height: 20px;
  border: 2px solid #666;
}
/* check radio icon */
.radio-custom input[type=radio]:checked + label:after,
.radio-custom input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 64px;
  width: 10px;
  height: 10px;
  color: #666;
  background-color: #666;
}
/* alt style - square */
.radio-custom.square label:before {
  border-radius: 2px;
}
.radio-custom.square input[type=radio]:checked + label:after,
.radio-custom.square input[type=checkbox]:checked + label:after {
  border-radius: 2px;
}
/* checkbox container */
.checkbox-custom label {
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  margin-right: 15px;
  margin-bottom: 5px;
}
/* checkbox border */
.checkbox-custom label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 21px;
  background-color: #FFF;
  border: 1px solid #666;
  border-width: 2px;
  border-radius: 1px;
}
/* checked state icon */
.checkbox-custom input[type=checkbox]:checked + label:after,
.checkbox-custom input[type=radio]:checked + label:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 12px;
  top: 4px;
  left: 4px;
  width: 0;
  height: 0;
  transform: rotate(-13deg);
}
/* alt style - filled bg ".fill" */
.checkbox-custom.fill label {
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  margin-right: 15px;
  margin-bottom: 5px;
}
.checkbox-custom.fill label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  width: 22px;
  height: 21px;
  background-color: #666;
}
.checkbox-custom.fill input[type=checkbox]:checked + label:after,
.checkbox-custom.fill input[type=radio]:checked + label:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 12px;
  top: 3px;
  left: 3px;
  width: 0;
  height: 0;
  color: #fff !important;
  transform: rotate(-13deg);
}


/* CHECKBOX/RADIO CONTEXTUALS */					
.radio-custom.radio-blue label:before										, .radio-custom.radio-primary label:before ,                                  
.checkbox-custom.checkbox-blue label:before									, .checkbox-custom.checkbox-primary label:before								{  border-color: #649ae1; }
.radio-custom.radio-blue input[type=radio]:checked + label:after			, .radio-custom.radio-primary input[type=radio]:checked + label:after,       
.radio-custom.radio-blue input[type=checkbox]:checked + label:after			, .radio-custom.radio-primary input[type=checkbox]:checked + label:after,    
.checkbox-custom.checkbox-blue input[type=checkbox]:checked + label:after	, .checkbox-custom.checkbox-primary input[type=checkbox]:checked + label:after,   
.checkbox-custom.checkbox-blue input[type=radio]:checked + label:after		, .checkbox-custom.checkbox-primary input[type=radio]:checked + label:after		{  background-color: #649ae1;   color: #649ae1; }
.checkbox-custom.fill.checkbox-blue label:before							, .checkbox-custom.fill.checkbox-primary label:before							{  background-color: #649ae1; }
.radio-custom.radio-green label:before										, .radio-custom.radio-success label:before,                                  
.checkbox-custom.checkbox-green label:before								, .checkbox-custom.checkbox-success label:before								{  border-color: #85d27a; }
.radio-custom.radio-green input[type=radio]:checked + label:after			, .radio-custom.radio-success input[type=radio]:checked + label:after,       
.radio-custom.radio-green input[type=checkbox]:checked + label:after		, .radio-custom.radio-success input[type=checkbox]:checked + label:after,    
.checkbox-custom.checkbox-green input[type=checkbox]:checked + label:after	, .checkbox-custom.checkbox-success input[type=checkbox]:checked + label:after,    
.checkbox-custom.checkbox-green input[type=radio]:checked + label:after		, .checkbox-custom.checkbox-success input[type=radio]:checked + label:after		{  background-color: #85d27a;   color: #85d27a; }
.checkbox-custom.fill.checkbox-green label:before							, .checkbox-custom.fill.checkbox-success label:before							{  background-color: #85d27a; }
.radio-custom.radio-azure label:before										, .radio-custom.radio-info label:before,                                     
.checkbox-custom.checkbox-azure label:before								, .checkbox-custom.checkbox-info label:before									{  border-color: #55badf; }
.radio-custom.radio-azure input[type=radio]:checked + label:after			, .radio-custom.radio-info input[type=radio]:checked + label:after,          
.radio-custom.radio-azure input[type=checkbox]:checked + label:after		, .radio-custom.radio-info input[type=checkbox]:checked + label:after,       
.checkbox-custom.checkbox-azure input[type=checkbox]:checked + label:after	, .checkbox-custom.checkbox-info input[type=checkbox]:checked + label:after,       
.checkbox-custom.checkbox-azure input[type=radio]:checked + label:after		, .checkbox-custom.checkbox-info input[type=radio]:checked + label:after		{  background-color: #55badf;   color: #55badf; }
.checkbox-custom.fill.checkbox-azure label:before							, .checkbox-custom.fill.checkbox-info label:before								{  background-color: #55badf; }
.radio-custom.radio-yellow label:before										, .radio-custom.radio-warning label:before,                                  
.checkbox-custom.checkbox-yellow label:before								, .checkbox-custom.checkbox-warning label:before								{  border-color: #f7c65f; }
.radio-custom.radio-yellow input[type=radio]:checked + label:after			, .radio-custom.radio-warning input[type=radio]:checked + label:after,       
.radio-custom.radio-yellow input[type=checkbox]:checked + label:after		, .radio-custom.radio-warning input[type=checkbox]:checked + label:after,   
.checkbox-custom.checkbox-yellow input[type=checkbox]:checked + label:after	, .checkbox-custom.checkbox-warning input[type=checkbox]:checked + label:after,    
.checkbox-custom.checkbox-yellow input[type=radio]:checked + label:after	, .checkbox-custom.checkbox-warning input[type=radio]:checked + label:after		{  background-color: #f7c65f;   color: #f7c65f; }
.checkbox-custom.fill.checkbox-yellow label:before							, .checkbox-custom.fill.checkbox-warning label:before							{  background-color: #f7c65f; }
.radio-custom.radio-red label:before										, .radio-custom.radio-danger label:before,                                   
.checkbox-custom.checkbox-red label:before									, .checkbox-custom.checkbox-danger label:before									{  border-color: #ec6f5a; }
.radio-custom.radio-red input[type=radio]:checked + label:after				, .radio-custom.radio-danger input[type=radio]:checked + label:after,        
.radio-custom.radio-red input[type=checkbox]:checked + label:after			, .radio-custom.radio-danger input[type=checkbox]:checked + label:after,     
.checkbox-custom.checkbox-red input[type=checkbox]:checked + label:after	, .checkbox-custom.checkbox-danger input[type=checkbox]:checked + label:after,     
.checkbox-custom.checkbox-red input[type=radio]:checked + label:after		, .checkbox-custom.checkbox-danger input[type=radio]:checked + label:after		{  background-color: #ec6f5a;   color: #ec6f5a; }
.checkbox-custom.fill.checkbox-red label:before								, .checkbox-custom.fill.checkbox-danger label:before							{  background-color: #ec6f5a; }
.radio-custom.radio-violet label:before										, .radio-custom.radio-alert label:before,                                    
.checkbox-custom.checkbox-violet label:before								, .checkbox-custom.checkbox-alert label:before									{  border-color: #a992e2; }
.radio-custom.radio-violet input[type=radio]:checked + label:after			, .radio-custom.radio-alert input[type=radio]:checked + label:after,         
.radio-custom.radio-violet input[type=checkbox]:checked + label:after		, .radio-custom.radio-alert input[type=checkbox]:checked + label:after,      
.checkbox-custom.checkbox-violet input[type=checkbox]:checked + label:after	, .checkbox-custom.checkbox-alert input[type=checkbox]:checked + label:after,      
.checkbox-custom.checkbox-violet input[type=radio]:checked + label:after	, .checkbox-custom.checkbox-alert input[type=radio]:checked + label:after		{  background-color: #a992e2;   color: #a992e2; }
.checkbox-custom.fill.checkbox-violet label:before							, .checkbox-custom.fill.checkbox-alert label:before								{  background-color: #a992e2; }
.radio-custom.radio-cyan label:before										, .radio-custom.radio-system label:before,                                   
.checkbox-custom.checkbox-cyan label:before									, .checkbox-custom.checkbox-system label:before									{  border-color: #48c9a9; }
.radio-custom.radio-cyan input[type=radio]:checked + label:after			, .radio-custom.radio-system input[type=radio]:checked + label:after,        
.radio-custom.radio-cyan input[type=checkbox]:checked + label:after			, .radio-custom.radio-system input[type=checkbox]:checked + label:after,     
.checkbox-custom.checkbox-cyan input[type=checkbox]:checked + label:after	, .checkbox-custom.checkbox-system input[type=checkbox]:checked + label:after,     
.checkbox-custom.checkbox-cyan input[type=radio]:checked + label:after		, .checkbox-custom.checkbox-system input[type=radio]:checked + label:after		{  background-color: #48c9a9;   color: #48c9a9; }
.checkbox-custom.fill.checkbox-cyan label:before							, .checkbox-custom.fill.checkbox-system label:before							{  background-color: #48c9a9; }
.radio-custom.radio-black label:before										, .radio-custom.radio-dark label:before,                                     
.checkbox-custom.checkbox-black label:before								, .checkbox-custom.checkbox-dark label:before									{  border-color: #484d61; }
.radio-custom.radio-black input[type=radio]:checked + label:after			, .radio-custom.radio-dark input[type=radio]:checked + label:after,          
.radio-custom.radio-black input[type=checkbox]:checked + label:after		, .radio-custom.radio-dark input[type=checkbox]:checked + label:after,       
.checkbox-custom.checkbox-black input[type=checkbox]:checked + label:after	, .checkbox-custom.checkbox-dark input[type=checkbox]:checked + label:after,       
.checkbox-custom.checkbox-black input[type=radio]:checked + label:after		, .checkbox-custom.checkbox-dark input[type=radio]:checked + label:after		{  background-color: #484d61;   color: #484d61; }
.checkbox-custom.fill.checkbox-black label:before							, .checkbox-custom.fill.checkbox-dark label:before								{  background-color: #484d61; }
.radio-custom.radio-white label:before										, .radio-custom.radio-light label:before,
.checkbox-custom.checkbox-white label:before								, .checkbox-custom.checkbox-light label:before									{  border-color: #eee; }
.radio-custom.radio-white input[type=radio]:checked + label:after			, .radio-custom.radio-light input[type=radio]:checked + label:after,
.radio-custom.radio-white input[type=checkbox]:checked + label:after		, .radio-custom.radio-light input[type=checkbox]:checked + label:after,
.checkbox-custom.checkbox-white input[type=checkbox]:checked + label:after	, .checkbox-custom.checkbox-light input[type=checkbox]:checked + label:after,
.checkbox-custom.checkbox-white input[type=radio]:checked + label:after		, .checkbox-custom.checkbox-light input[type=radio]:checked + label:after		{  background-color: #666;   color: #666 !important; }
.checkbox-custom.fill.checkbox-white label:before							, .checkbox-custom.fill.checkbox-light label:before								{  background-color: #eee; }
.radio-custom.radio-disabled label:before									, .radio-custom.radio-disabled label:before,
.checkbox-custom.checkbox-disabled label:before								, .checkbox-custom.checkbox-disabled label:before								{  border-color: #b9b9b9; }
.radio-custom.radio-disabled input[type=radio]:checked + label:after		, .radio-custom.radio-disabled input[type=radio]:checked + label:after,
.radio-custom.radio-disabled input[type=checkbox]:checked + label:after		, .radio-custom.radio-disabled input[type=checkbox]:checked + label:after,
.checkbox-custom.checkbox-disabled input[type=checkbox]:checked + label:after,.checkbox-custom.checkbox-disabled input[type=checkbox]:checked + label:after,
.checkbox-custom.checkbox-disabled input[type=radio]:checked + label:after	, .checkbox-custom.checkbox-disabled input[type=radio]:checked + label:after	{  background-color: #b9b9b9;   color: #b9b9b9; }
.checkbox-custom.fill.checkbox-disabled label:before						, .checkbox-custom.fill.checkbox-disabled label:before							{  background-color: #b9b9b9; }





/*==================================================
  Wells
==================================================== */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 3px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.well.well-xs {
  padding: 6px;
  border-radius: 0px;
}
.well.well-clean {
  border-radius: 0;
  border-color: #DDD;
  box-shadow: none;
}
/*==================================================
  Close Icons
==================================================== */
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}





/*==================================================
  Typography
==================================================== */
/*
a.link-unstyled {
  color: #666;
}
a.link-unstyled:hover,
a.link-unstyled:focus,
a.link-unstyled:active {
  color: #222;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
/*
h1, .h1,
h2, .h2,
h3, .h3 {

  margin-top: 19px;
  margin-bottom: 9.5px;

}
  *//*
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h1 .small, .h1 .small,
h2 .small, .h2 .small,
h3 .small, .h3 .small {
  font-size: 75%;
}
/*
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
*//*
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small, 
h4 .small, .h4 .small,
h5 .small, .h5 .small,
h6 .small, .h6 .small {
  font-size: 88%;
}
h1 small, .h1 .small {
  font-size: 70%;
}
h1, .h1 {
  font-size: 30px;
}
h2, .h2 {
  font-size: 24px;
}
h3, .h3 {
  font-size: 18px;
}
h4, .h4 {
  font-size: 15px;
}
h5, .h5 {
  font-size: 13px;
}
h6, .h6 {
  font-size: 11px;
  color: #999999;
}
p {
  margin: 0 0 9.5px;
}
.lead {
  margin-bottom: 19px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 92%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #f8cd73;
  padding: .2em;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.page-header {
  padding-bottom: 16.5px;
  margin: 38px 0 19px;
  border-bottom: 1px solid #dddddd;
}
.content-header {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 40px;
}
.content-header h1,
.content-header h2,
.content-header h3,
.content-header h4 {
  line-height: 30px;
}
.micro-header {
  color: #999;
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
}


.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
/*
dl {
  margin-top: 0;
  margin-bottom: 19px;
}
dt,
dd {
  line-height: 1.49;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
*//*
@media (min-width: 480px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9.5px 19px;
  margin: 0 0 19px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote.blockquote-rounded {
  border-radius: 11px;
}
blockquote.blockquote-thin {
  border-width: 3px;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.49;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 19px;
  font-style: normal;
  line-height: 1.49;
}
.dropcap {
  min-height: 75px;
}
.dropcap:first-letter {
  font-family: 'Droid Serif', serif;
  float: left;
  color: #555;
  font-size: 60px;
  font-weight: 600;
  line-height: 45px;
  padding: 5px;
  margin: 0px 5px 0 0;
}
.dropcap.lead:first-letter {
  font-size: 90px;
  line-height: 25px;
}
.dropcap.dropcap-fill:first-letter {
  border-radius: 6px;
  color: #FFF;
  margin: 0px 10px 0 0;
}
.dropcap.lead.dropcap-fill:first-letter {
  border-radius: 6px;
  color: #FFF;
  margin: 0px 10px 0 0;
  padding-bottom: 26px;
}
*/
/*===============================================
  D. Dividers
================================================= */
hr {
  margin:0;
  border:0;
  padding:0;
  font-size:0;
  border-top: 1px solid #DDD;
}
hr.alt {
  border-top: 1px dashed #cccccc;
}
hr.short {
  margin: 20px 0;
}
hr.tall {
  margin: 55px 0;
}
hr.dotted {
  border-style: dotted;
}
.divider {
  height: 1px;
  margin: 25px 0;
  background: #e2e2e2;
}
/*==================================================
  Code(inline and block)
==================================================== */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 1px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9px;
  margin: 0 0 9.5px;
  font-size: 12px;
  line-height: 1.49;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #eaeef0;
  border: 1px solid #cbd6d6;
  border-radius: 1px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}







/*==================================================
  Utility Classes
==================================================== */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
#topbar:before,
#topbar:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
#topbar:after {
  clear: both;
}
.center-block {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.center-children > div {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}





/*==================================================
  Grid System
==================================================== */
.container					{ margin-right: auto; margin-left: auto; padding-left: 20px; padding-right: 20px; }
@media (min-width: 768px)	
{ 
	.container				{ width: 742px; }
}
@media (min-width: 992px)	
{ 
	.container				{ width: 962px; }
}
@media (min-width: 1140px)	
{ 
	.container				{ width: 1062px; }
}
@media (min-width: 1400px)	
{
	.container				{ width: 1302px; } 
}
.container-sm				{ max-width: 640px; }
.container-md				{ max-width: 860px; }
.container-lg				{ max-width: 1000px; }
.container-xl				{ max-width: 1200px; }
.container-fluid			{ margin-right: auto; margin-left: auto; padding-left: 20px; padding-right: 20px; }
.row						{ margin-left: -20px; margin-right: -20px; }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 { position: relative; min-height: 1px; padding-left: 11px; padding-right: 11px; }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }
.col-xs-12					{ width: 100%; }
.col-xs-11					{ width: 91.66666667%; }
.col-xs-10					{ width: 83.33333333%; }
.col-xs-9					{ width: 75%; }
.col-xs-8					{ width: 66.66666667%; }
.col-xs-7					{ width: 58.33333333%; }
.col-xs-6					{ width: 50%; }
.col-xs-5					{ width: 41.66666667%; }
.col-xs-4					{ width: 33.33333333%; }
.col-xs-3					{ width: 25%; }
.col-xs-2					{ width: 16.66666667%; }
.col-xs-1					{ width: 8.33333333%; }
.col-xs-pull-12				{ right: 100%; }
.col-xs-pull-11				{ right: 91.66666667%; }
.col-xs-pull-10				{ right: 83.33333333%; }
.col-xs-pull-9				{ right: 75%; }
.col-xs-pull-8				{ right: 66.66666667%; }
.col-xs-pull-7				{ right: 58.33333333%; }
.col-xs-pull-6				{ right: 50%; }
.col-xs-pull-5				{ right: 41.66666667%; }
.col-xs-pull-4				{ right: 33.33333333%; }
.col-xs-pull-3				{ right: 25%; }
.col-xs-pull-2				{ right: 16.66666667%; }
.col-xs-pull-1				{ right: 8.33333333%; }
.col-xs-pull-0				{ right: auto; }
.col-xs-push-12				{ left: 100%; }
.col-xs-push-11				{ left: 91.66666667%; }
.col-xs-push-10				{ left: 83.33333333%; }
.col-xs-push-9				{ left: 75%; }
.col-xs-push-8				{ left: 66.66666667%; }
.col-xs-push-7				{ left: 58.33333333%; }
.col-xs-push-6				{ left: 50%; }
.col-xs-push-5				{ left: 41.66666667%; }
.col-xs-push-4				{ left: 33.33333333%; }
.col-xs-push-3				{ left: 25%; }
.col-xs-push-2				{ left: 16.66666667%; }
.col-xs-push-1				{ left: 8.33333333%; }
.col-xs-push-0				{ left: auto; }
.col-xs-offset-12			{ margin-left: 100%; }
.col-xs-offset-11			{ margin-left: 91.66666667%; }
.col-xs-offset-10			{ margin-left: 83.33333333%; }
.col-xs-offset-9			{ margin-left: 75%; }
.col-xs-offset-8			{ margin-left: 66.66666667%; }
.col-xs-offset-7			{ margin-left: 58.33333333%; }
.col-xs-offset-6			{ margin-left: 50%; }
.col-xs-offset-5			{ margin-left: 41.66666667%; }
.col-xs-offset-4			{ margin-left: 33.33333333%; }
.col-xs-offset-3			{ margin-left: 25%; }
.col-xs-offset-2			{ margin-left: 16.66666667%; }
.col-xs-offset-1			{ margin-left: 8.33333333%; }
.col-xs-offset-0			{ margin-left: 0%; }
@media (min-width: 768px)
{ 
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12	{ float: left; }
	.col-sm-12				{ width: 100%; }
	.col-sm-11				{ width: 91.66666667%; }
	.col-sm-10				{ width: 83.33333333%; }
	.col-sm-9				{ width: 75%; }
	.col-sm-8				{ width: 66.66666667%; }
	.col-sm-7				{ width: 58.33333333%; }
	.col-sm-6				{ width: 50%; }
	.col-sm-5				{ width: 41.66666667%; }
	.col-sm-4				{ width: 33.33333333%; }
	.col-sm-3				{ width: 25%; }
	.col-sm-2				{ width: 16.66666667%; }
	.col-sm-1				{ width: 8.33333333%; }
	.col-sm-pull-12			{ right: 100%; }
	.col-sm-pull-11			{ right: 91.66666667%; }
	.col-sm-pull-10			{ right: 83.33333333%; }
	.col-sm-pull-9			{ right: 75%; }
	.col-sm-pull-8			{ right: 66.66666667%; }
	.col-sm-pull-7			{ right: 58.33333333%; }
	.col-sm-pull-6			{ right: 50%; }
	.col-sm-pull-5			{ right: 41.66666667%; }
	.col-sm-pull-4			{ right: 33.33333333%; }
	.col-sm-pull-3			{ right: 25%; }
	.col-sm-pull-2			{ right: 16.66666667%; }
	.col-sm-pull-1			{ right: 8.33333333%; }
	.col-sm-pull-0			{ right: auto; }
	.col-sm-push-12			{ left: 100%; }
	.col-sm-push-11			{ left: 91.66666667%; }
	.col-sm-push-10			{ left: 83.33333333%; }
	.col-sm-push-9			{ left: 75%; }
	.col-sm-push-8			{ left: 66.66666667%; }
	.col-sm-push-7			{ left: 58.33333333%; }
	.col-sm-push-6			{ left: 50%; }
	.col-sm-push-5			{ left: 41.66666667%; }
	.col-sm-push-4			{ left: 33.33333333%; }
	.col-sm-push-3			{ left: 25%; }
	.col-sm-push-2			{ left: 16.66666667%; }
	.col-sm-push-1			{ left: 8.33333333%; }
	.col-sm-push-0			{ left: auto; }
	.col-sm-offset-12		{ margin-left: 100%; }
	.col-sm-offset-11		{ margin-left: 91.66666667%; }
	.col-sm-offset-10		{ margin-left: 83.33333333%; }
	.col-sm-offset-9		{ margin-left: 75%; }
	.col-sm-offset-8		{ margin-left: 66.66666667%; }
	.col-sm-offset-7		{ margin-left: 58.33333333%; }
	.col-sm-offset-6		{ margin-left: 50%; }
	.col-sm-offset-5		{ margin-left: 41.66666667%; }
	.col-sm-offset-4		{ margin-left: 33.33333333%; }
	.col-sm-offset-3		{ margin-left: 25%; }
	.col-sm-offset-2		{ margin-left: 16.66666667%; }
	.col-sm-offset-1		{ margin-left: 8.33333333%; }
	.col-sm-offset-0		{ margin-left: 0%; }
}
@media (min-width: 992px)
{
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12				{ float: left; }
	.col-md-12				{ width: 100%; }
	.col-md-11				{ width: 91.66666667%; }
	.col-md-10				{ width: 83.33333333%; }
	.col-md-9				{ width: 75%; }
	.col-md-8				{ width: 66.66666667%; }
	.col-md-7				{ width: 58.33333333%; }
	.col-md-6				{ width: 50%; }
	.col-md-5				{ width: 41.66666667%; }
	.col-md-4				{ width: 33.33333333%; }
	.col-md-3				{ width: 25%; }
	.col-md-2				{ width: 16.66666667%; }
	.col-md-1				{ width: 8.33333333%; }
	.col-md-pull-12			{ right: 100%; }
	.col-md-pull-11			{ right: 91.66666667%; }
	.col-md-pull-10			{ right: 83.33333333%; }
	.col-md-pull-9			{ right: 75%; }
	.col-md-pull-8			{ right: 66.66666667%; }
	.col-md-pull-7			{ right: 58.33333333%; }
	.col-md-pull-6			{ right: 50%; }
	.col-md-pull-5			{ right: 41.66666667%; }
	.col-md-pull-4			{ right: 33.33333333%; }
	.col-md-pull-3			{ right: 25%; }
	.col-md-pull-2			{ right: 16.66666667%; }
	.col-md-pull-1			{ right: 8.33333333%; }
	.col-md-pull-0			{ right: auto; }
	.col-md-push-12			{ left: 100%; }
	.col-md-push-11			{ left: 91.66666667%; }
	.col-md-push-10			{ left: 83.33333333%; }
	.col-md-push-9			{ left: 75%; }
	.col-md-push-8			{ left: 66.66666667%; }
	.col-md-push-7			{ left: 58.33333333%; }
	.col-md-push-6			{ left: 50%; }
	.col-md-push-5			{ left: 41.66666667%; }
	.col-md-push-4			{ left: 33.33333333%; }
	.col-md-push-3			{ left: 25%; }
	.col-md-push-2			{ left: 16.66666667%; }
	.col-md-push-1			{ left: 8.33333333%; }
	.col-md-push-0			{ left: auto; }
	.col-md-offset-12		{ margin-left: 100%; }
	.col-md-offset-11		{ margin-left: 91.66666667%; }
	.col-md-offset-10		{ margin-left: 83.33333333%; }
	.col-md-offset-9		{ margin-left: 75%; }
	.col-md-offset-8		{ margin-left: 66.66666667%; }
	.col-md-offset-7		{ margin-left: 58.33333333%; }
	.col-md-offset-6		{ margin-left: 50%; }
	.col-md-offset-5		{ margin-left: 41.66666667%; }
	.col-md-offset-4		{ margin-left: 33.33333333%; }
	.col-md-offset-3		{ margin-left: 25%; }
	.col-md-offset-2		{ margin-left: 16.66666667%; }
	.col-md-offset-1		{ margin-left: 8.33333333%; }
	.col-md-offset-0		{ margin-left: 0%; } 
}
@media (min-width: 1140px)
{ 
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }
	.col-lg-12				{ width: 100%; }
	.col-lg-11				{ width: 91.66666667%; }
	.col-lg-10				{ width: 83.33333333%; }
	.col-lg-9				{ width: 75%; }
	.col-lg-8				{ width: 66.66666667%; }
	.col-lg-7				{ width: 58.33333333%; }
	.col-lg-6				{ width: 50%; }
	.col-lg-5				{ width: 41.66666667%; }
	.col-lg-4				{ width: 33.33333333%; }
	.col-lg-3				{ width: 25%; }
	.col-lg-2				{ width: 16.66666667%; }
	.col-lg-1				{ width: 8.33333333%; }
	.col-lg-pull-12			{ right: 100%; }
	.col-lg-pull-11			{ right: 91.66666667%; }
	.col-lg-pull-10			{ right: 83.33333333%; }
	.col-lg-pull-9			{ right: 75%; }
	.col-lg-pull-8			{ right: 66.66666667%; }
	.col-lg-pull-7			{ right: 58.33333333%; }
	.col-lg-pull-6			{ right: 50%; }
	.col-lg-pull-5			{ right: 41.66666667%; }
	.col-lg-pull-4			{ right: 33.33333333%; }
	.col-lg-pull-3			{ right: 25%; }
	.col-lg-pull-2			{ right: 16.66666667%; }
	.col-lg-pull-1			{ right: 8.33333333%; }
	.col-lg-pull-0			{ right: auto; }
	.col-lg-push-12			{ left: 100%; }
	.col-lg-push-11			{ left: 91.66666667%; }
	.col-lg-push-10			{ left: 83.33333333%; }
	.col-lg-push-9			{ left: 75%; }
	.col-lg-push-8			{ left: 66.66666667%; }
	.col-lg-push-7			{ left: 58.33333333%; }
	.col-lg-push-6			{ left: 50%; }
	.col-lg-push-5			{ left: 41.66666667%; }
	.col-lg-push-4			{ left: 33.33333333%; }
	.col-lg-push-3			{ left: 25%; }
	.col-lg-push-2			{ left: 16.66666667%; }
	.col-lg-push-1			{ left: 8.33333333%; }
	.col-lg-push-0			{ left: auto; }
	.col-lg-offset-12		{ margin-left: 100%; }
	.col-lg-offset-11		{ margin-left: 91.66666667%; }
	.col-lg-offset-10		{ margin-left: 83.33333333%; }
	.col-lg-offset-9		{ margin-left: 75%; }
	.col-lg-offset-8		{ margin-left: 66.66666667%; }
	.col-lg-offset-7		{ margin-left: 58.33333333%; }
	.col-lg-offset-6		{ margin-left: 50%; }
	.col-lg-offset-5		{ margin-left: 41.66666667%; }
	.col-lg-offset-4		{ margin-left: 33.33333333%; }
	.col-lg-offset-3		{ margin-left: 25%; }
	.col-lg-offset-2		{ margin-left: 16.66666667%; }
	.col-lg-offset-1		{ margin-left: 8.33333333%; }
	.col-lg-offset-0		{ margin-left: 0%; } 
}
@media (min-width: 1400px)				
{ 
	.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { float: left; }
	.col-xl-12				{ width: 100%; }
	.col-xl-11				{ width: 91.66666667%; }
	.col-xl-10				{ width: 83.33333333%; }
	.col-xl-9				{ width: 75%; }
	.col-xl-8				{ width: 66.66666667%; }
	.col-xl-7				{ width: 58.33333333%; }
	.col-xl-6				{ width: 50%; }
	.col-xl-5				{ width: 41.66666667%; }
	.col-xl-4				{ width: 33.33333333%; }
	.col-xl-3				{ width: 25%; }
	.col-xl-2				{ width: 16.66666667%; }
	.col-xl-1				{ width: 8.33333333%; }
	.col-xl-pull-12			{ right: 100%; }
	.col-xl-pull-11			{ right: 91.66666667%; }
	.col-xl-pull-10			{ right: 83.33333333%; }
	.col-xl-pull-9			{ right: 75%; }
	.col-xl-pull-8			{ right: 66.66666667%; }
	.col-xl-pull-7			{ right: 58.33333333%; }
	.col-xl-pull-6			{ right: 50%; }
	.col-xl-pull-5			{ right: 41.66666667%; }
	.col-xl-pull-4			{ right: 33.33333333%; }
	.col-xl-pull-3			{ right: 25%; }
	.col-xl-pull-2			{ right: 16.66666667%; }
	.col-xl-pull-1			{ right: 8.33333333%; }
	.col-xl-pull-0			{ right: auto; }
	.col-xl-push-12			{ left: 100%; }
	.col-xl-push-11			{ left: 91.66666667%; }
	.col-xl-push-10			{ left: 83.33333333%; }
	.col-xl-push-9			{ left: 75%; }
	.col-xl-push-8			{ left: 66.66666667%; }
	.col-xl-push-7			{ left: 58.33333333%; }
	.col-xl-push-6			{ left: 50%; }
	.col-xl-push-5			{ left: 41.66666667%; }
	.col-xl-push-4			{ left: 33.33333333%; }
	.col-xl-push-3			{ left: 25%; }
	.col-xl-push-2			{ left: 16.66666667%; }
	.col-xl-push-1			{ left: 8.33333333%; }
	.col-xl-push-0			{ left: auto; }
	.col-xl-offset-12		{ margin-left: 100%; }
	.col-xl-offset-11		{ margin-left: 91.66666667%; }
	.col-xl-offset-10		{ margin-left: 83.33333333%; }
	.col-xl-offset-9		{ margin-left: 75%; }
	.col-xl-offset-8		{ margin-left: 66.66666667%; }
	.col-xl-offset-7		{ margin-left: 58.33333333%; }
	.col-xl-offset-6		{ margin-left: 50%; }
	.col-xl-offset-5		{ margin-left: 41.66666667%; }
	.col-xl-offset-4		{ margin-left: 33.33333333%; }
	.col-xl-offset-3		{ margin-left: 25%; }
	.col-xl-offset-2		{ margin-left: 16.66666667%; }
	.col-xl-offset-1		{ margin-left: 8.33333333%; }
	.col-xl-offset-0		{ margin-left: 0%; }
}


/*==================================================
  Component Animations
==================================================== */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
/*==================================================
  Dropdown menus
==================================================== 
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.caret.caret-tp {
  border-top-color: rgba(0, 0, 0, 0.2);
}
.caret.caret-xs {
  border-width: 2px;
}
.caret.caret-sm {
  border-width: 3px;
}
.caret.caret-lg {
  border-width: 5px;
}
.dropdown {
  position: relative;
}
.dropdown-menu.dropdown-sm {
  min-width: 120px;
}
.dropdown-menu.dropdown-sm li {
  margin-bottom: 0;
}
.dropdown-menu.dropdown-sm li a {
  font-size: 13px;
  padding: 2px 12px;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 5px 15px;
  clear: both;
  color: #666666;
  font-weight: normal;
  line-height: 1.49;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #595959;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #4a89dc;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.49;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 480px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

*/
/*==================================================
  Button Groups
==================================================== 
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

*/
/*==================================================
  Input Groups
==================================================== 
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  min-width: 40px;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #4a89dc;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #dddddd;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 3px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

*/
/*==================================================
  Navs
==================================================== 
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #CCC;
}
.nav .nav-divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.49;
  border: 1px solid transparent;
  border-radius: 1px 1px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: transparent;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 1px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 1px 1px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills.nav-pills-sm > li > a {
  font-size: 12px;
  padding: 4px 8px;
}
.nav-pills.nav-pills-lg > li > a {
  font-size: 14px;
  padding: 12px 18px;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  color: #888;
  padding: 8px 14px;
  border-radius: 1px;
}
.nav-pills > li + li {
  margin-left: 7px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #FFF;
  background-color: #4a89dc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.page-heading {
  position: relative;
  padding: 30px 40px;
  margin: -25px -20px 25px;
  border-bottom: 1px solid #d9d9d9;
  background-color: #f2f2f2;
}
.page-tabs {
  margin: -25px -20px 30px;
  padding: 15px 25px 0;
  border-bottom: 1px solid #ddd;
  background: #e9e9e9;
}
.page-tabs .nav-tabs {
  border-bottom: 0;
}
.page-tabs .nav-tabs > li > a {
  color: #AAA;
  padding: 10px 20px;
}
.page-tabs .nav-tabs > li:hover > a,
.page-tabs .nav-tabs > li:focus > a {
  border-color: #ddd;
}
.page-tabs .nav-tabs > li.active > a,
.page-tabs .nav-tabs > li.active > a:hover,
.page-tabs .nav-tabs > li.active > a:focus {
  color: #666;
  font-weight: 600;
  background-color: #eee;
  border-bottom-color: transparent;
}
@media (max-width: 800px) {
  .page-tabs {
    padding: 25px 20px 0;
  }
  .page-tabs .nav-tabs li {
    float: none;
    margin-bottom: 5px;
  }
  .page-tabs .nav-tabs li:last-child,
  .page-tabs .nav-tabs li.active:last-child {
    margin-bottom: 10px;
  }
  .page-tabs .nav-tabs > li > a:hover,
  .page-tabs .nav-tabs > li > a:focus {
    border: 1px solid #DDD;
  }
  .page-tabs .nav-tabs > li.active > a,
  .page-tabs .nav-tabs > li.active > a:hover,
  .page-tabs .nav-tabs > li.active > a:focus {
    border-bottom-color: #ddd;
  }
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 1px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 1px 1px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav-list {
  margin-bottom: 20px;
}
.nav-list li {
  display: inline-block;
}
.nav-list li.active a {
  color: #444;
  border-bottom: 3px solid #4a89dc;
}
.nav-list li a {
  color: #AAA;
  font-weight: 600;
  border-bottom: 3px solid transparent;
}
.nav-list li a:hover,
.nav-list li a:focus {
  color: #444;
  background-color: transparent;
}
.nav-list.nav-list-sm li a {
  padding: 10px 8px;
}
*/






/*==================================================
  Modals
==================================================== */
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  z-index: 1050;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.49px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.49;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  padding: 10px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  background: #f2f2f2;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/*==================================================
  Tooltips
==================================================== */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 1px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
/*===============================================
  S. Bootstrap Tooltips
================================================= */
/* white tooltips */
.tooltip-white.in {
  opacity: 1;
}
.tooltip-white {
  min-width: 60px;
  transition: opacity 0.3s ease;
}
.tooltip-white .tooltip-inner {
  background-color: #FFF;
  color: #555;
  font-weight: 600;
  border-radius: 2px;
}
.tooltip-white.top .tooltip-arrow {
  border-top-color: #FFF;
}
.tooltip-white.bottom .tooltip-arrow {
  border-bottom-color: #FFF;
}
.tooltip-white.right .tooltip-arrow {
  border-right-color: #FFF;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #FFF;
}
/*==================================================
  Popovers
==================================================== */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}






/*===============================================
  Source Code Viewer 
================================================= */
.bs-component {
  position: relative;
}
#source-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  font-weight: 600;
}
#source-modal {
  /* source code modal styles */
  /* highlight js styles */
}
#source-modal .modal-header {
  background-color: #fafafa;
}
#source-modal .btn-clipboard {
  letter-spacing: 0.5px;
}
#source-modal .hljs {
  padding: 10px 13px;
}










/*===============================================
  CSS Modify
================================================= */

INPUT.radio,
INPUT.checkbox {
	position: relative;
	display: inline-block;
	min-width:15px;
	min-height: 15px;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: -.2em;
	cursor:pointer;

}



/*===============================================
  Jquery UI
================================================= */

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-dialog {
    position: absolute;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}









/*===============================================
  Denobiz Setting
================================================= */

.dzps_textareaArea {
	position: relative;
	height:150px;
	min-height:150px;
	overflow:hidden;
	border:solid 1px; 
	border-color:#ddd;
	border-top-color: #aaa; 
	border-left-color: #aaa;
	border-bottom:0;
}
.DZPS_textareaArea > textarea.formsText {
	border:0;
}
.dzps_textareaArea.ui-resizable > .ui-resizable-handle {
	position: absolute;

	background: #fafafa;
	background: -moz-linear-gradient(top,  #fafafa 0%, #eee 100%);
	background: -webkit-linear-gradient(top,  #fafafa 0%,#eee 100%);
	background: linear-gradient(to bottom,  #fafafa 0%,#eee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eee',GradientType=0 );


	cursor: s-resize;
	width: 100%;
	padding:0;
	height: 10px;
	bottom: 0;
	border:1px solid #aaa;
	border-top:1px solid #ccc;
	font-size: 0.1px;

	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.dzps_textareaArea.ui-resizable > .formsEditor {
	height:calc( 100% - 10px);
}
.formsEditor .monaco-editor > .overflow-guard > .minimap {
	border-left:1px solid #ddd;
}
.formsEditor .monaco-editor.vs-dark > .overflow-guard > .minimap {
	border-left:1px solid #333;
}

.dzps_msEdioter_fullscreen {
	position: fixed;
	top: 0;
    left: 0;
	width: 100%;
    height: calc( 100% - 50px );
	z-index: 9998;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}






.AlertMessageBox {
	position: fixed;
	top: 0;
	left: 5%;
	width: auto;
	max-width:90%;
	height: auto;
	padding:15px 50px;

	border:1px solid #993;
	color:#773;
	background-color:#ff6;
	font-weight:bold;
	font-size:12pt;
	text-shadow:-1px -1px 1px #fff;
	box-shadow:0 0 10px rgba(0,0,0,.5);
	border-radius:30px;

	opacity:0;
	z-index: 10005;
	cursor:default;
	display:none;

	-webkit-transition: all .75s ease;
	-moz-transition: all .75s ease;
	-o-transition: all .75s ease;
	transition: all .75s ease;
}
.AlertMessageBox.red {
	background-color:#FFDDD3;
	border-color:#EE7F6D;
	color:#DC3519;
}
.AlertMessageBox.green {
	background-color:#EDFFD1;
	border-color:#93D789;
	color:#4FBB3F;

}
.AlertMessageBox.blue {
	background-color:#75A5E4;
	border-color:#4A89DC;
	color:#fff;
	text-shadow:-1px -1px 1px #276ECC;
}











.ConfirmMessageBox {

	position: absolute;

	width:auto;
	min-width:350px;

	height:auto;
	min-height:130px;
	overflow:hidden;

	border:3px solid #2E313D;
	color:#333;
	background-color:#fff;
	font-weight:bold;
	font-size:12pt;
	box-shadow:0 0 10px rgba(0,0,0,.5);
	border-radius:30px;

	z-index: 9999;
	cursor:default;


	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
		 -o-transition: all .5s ease;
			transition: all .5s ease;


}
.ConfirmMessageBox.red {
	border-color:#E63F24;
}
.ConfirmMessageBox.green {
	border-color:#5BC24C;
}
.ConfirmMessageBox.blue {
	border-color:#3078D7;
}
.ui-dialog.ConfirmMessageBox {
	padding:5px;
}
.ui-dialog.ConfirmMessageBox .ui-dialog-titlebar {
	display:none1;
	position: absolute;

	height: 80%;
	margin-top:10px;
	margin-left:10px;
	width: 100px;
}
.ui-dialog.ConfirmMessageBox .ui-dialog-titlebar > BUTTON {
	display:none;
}
.ui-dialog.ConfirmMessageBox .ui-dialog-content {
	font-size:13pt;
	padding:30px 30px 10px 110px;
}
.ui-dialog.ConfirmMessageBox .ui-widget-content {
	border:0;
	background-color:transparent;
}
.ui-dialog.ConfirmMessageBox .ui-dialog-buttonpane {
    background-image: none;
    margin-top: .5em;
    padding: .3em 2em 1em .4em
}
.ui-dialog.ConfirmMessageBox .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}







.warningMessagePage {
	border:1px solid #0078B0;
	color:#c00;
	display:block;
	width:80%;
	max-width:95%;
	margin:auto;
	padding:0;
	letter-spacing:-1px;
	font-family: '맑은 고딕', 'Malgun Gothic';
	background-color:#fff;
}
.warningMessagePage > h3 {
	margin:0 !important;
	height:auto !important;
	padding:15px 0 !important;
	text-align:center;
	font-family:'NanumSquare', sans-serif;
	border-bottom:1px solid #0078B0;
	background:none !important;
	
	background-color:#CDDEF0 !important;
	color:#005B86;

	font-size:16pt !important;
}
.warningMessagePage > div {
	padding:10px 20px;
	color:#333;
	font-size:12pt;
}
.warningMessagePage > div > p {
	margin:20px;
}
.warningMessagePage > hr {
	width:100%;
	height:0;
	margin:0;
	border:0;
	border-top:1px solid #ccc;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.stepbar {
	position:relative;
	display:table;
	width:100%;
	height:60px;
	margin:auto;
	border-spacing:5px;
	padding:0;
	border:0;
	border-collapse:separate;
	table-layout:fixed;
}
.stepbar > ul {
	display:table-row;
}
.stepbar > ul > li {
	display:table-cell;
	position:relative;
	height:100%;
	vertical-align:middle;
	text-align:center;
	padding:0;
	cursor:default;
	border:1px solid #ddd;
	border-radius: 20px;
	background-color:#eee;
	font-family: '맑은 고딕', 'Malgun Gothic';
	font-weight:bold;

}
.stepbar > ul > li.on {
	border-color:#222;
	background-color:#555;
	color:#fff;
}
.stepbar .arrow {
	position:absolute;
	top:5px;
	left:-25px;
	width:40px;
	height:40px;
	padding:5px;
	padding-left:7px;

	border-radius:50px;
	border:0;
	background-color:#fff;
	font-size:20pt;
	text-align:center;
	color:#aaa;
	border:1px solid #ddd;
}


.ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;

  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span::before {
  content: '';
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #1e5799;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}
.ribbon span::after {
  content: '';
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #1e5799;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}







/* 달력 */
.dz-calender {
	width: auto;
	z-index:100;
	padding:15px;
	border:1px solid #aaa;
	margin-top:-1px;
	background:#fff;
	font-family:'Malgun Gothic','Dutum';

	padding:1em 1em 0;
	font-size:13pt;

}
.dz-calender .ui-datepicker table { font-size:13pt; }
.dz-calender .ui-datepicker th { padding:0; }
.dz-calender .ui-icon { background-image:none; }
.dz-calender .ui-datepicker-header .ui-state-hover ,
.dz-calender .ui-datepicker-header .ui-state-focus { border-left:0; border-bottom:0;	background:none; }
.dz-calender .ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover,
.dz-calender .ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover { top: 2px; }


.dz-calender .ui-datepicker-header {
	position: relative;
	border:0;
	border-radius:0;
	background:transparent;
	padding:0 10px 20px;
}
.dz-calender .ui-datepicker-title {
	color:#000;
	text-align:center;
	font-size: 1.5em;
}
.dz-calender .ui-datepicker-title > SELECT.ui-datepicker-year ,
.dz-calender .ui-datepicker-title > SELECT.ui-datepicker-month {
	font-size: 12pt;
	height:40px;
	padding:5px 10px;
	border:1px solid #ccc;
	font-weight:bold;
	width:33%;
}
.dz-calender .ui-datepicker-title > SELECT.ui-datepicker-year {
	border-right:0;
}
.dz-calender .ui-datepicker-prev ,
.dz-calender .ui-datepicker-next {
	position: absolute;
	margin:.7em 1em 0 .5em;
	width: 1em;
	height: 1em;
	border-right: 0.1em solid black;
	border-top: 0.1em solid black;
	transform: rotate(225deg);
	cursor:pointer;
}
.dz-calender .ui-datepicker-next {
	right: 0;
	transform: rotate(45deg);
}
.dz-calender .ui-datepicker-prev > span ,
.dz-calender .ui-datepicker-next > span {
	font-size:0;
}
.dz-calender .ui-datepicker-prev.ui-state-disabled ,
.dz-calender .ui-datepicker-next.ui-state-disabled {
	border-color:#ccc;
	cursor:default;
}
.dz-calender .ui-state-disabled > span {
	color:#ccc;
	cursor:default;
}

/* 요일필드 */
.dz-calender  .ui-datepicker-calendar > thead th {
	height:30px;
}
..dz-calender ui-datepicker-calendar > thead th.ui-datepicker-week-end {
	color:#5876eb;
}
.dz-calender .ui-datepicker-calendar > thead th.ui-datepicker-week-end:first-child {
	color:#c00;
}
/* 날짜 필드 */
.dz-calender .ui-state-default,
.dz-calender .ui-widget-content .ui-state-default,
.dz-calender .ui-widget-header .ui-state-default {
	border:0;
	background:#fff;
	display:block;
	width:39px;
	height:39px;
	line-height:35px;
	margin:0 auto;
	font-family:'verdana',sans-serif;font-size:13px;color:#333;text-decoration:none;
	text-align:center;
}
.dz-calender .ui-state-active,
.dz-calender .ui-widget-content .ui-state-active,
.dz-calender .ui-widget-header .ui-state-active {
	border:1px solid #aaa;
	border-radius:50px;
	background:#ffc;
	font-weight:bold;
}









.ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;

  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span::before {
  content: '';
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #1e5799;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}
.ribbon span::after {
  content: '';
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #1e5799;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}






.ribbon.ribbon-big {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 80px; height: 80px;
  text-align: right;
}
.ribbon.ribbon-big span {
line-height: 25px;
    width: 100px;
top: 15px;
    left: -23px;
}



.ribbon.ribbon-red span {
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
}
.ribbon.ribbon-red span::before {
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon.ribbon-red span::after {
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}


.ribbon.ribbon-silver span {
  background: #79A70A;
  background: linear-gradient(#B6BAC9 0%, #808080 100%);
}
.ribbon.ribbon-silver span::before {
  border-left: 3px solid #808080;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #808080;
}
.ribbon.ribbon-silver span::after {
  border-left: 3px solid transparent;
  border-right: 3px solid #808080;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #808080;
}


.ribbon.ribbon-bronze span {
  background: #79A70A;
  background: linear-gradient(#F79E05 0%, #8F5408 100%);
}
.ribbon.ribbon-bronze span::before {
  border-left: 3px solid #8F5408;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F5408;
}
.ribbon.ribbon-bronze span::after {
  border-left: 3px solid transparent;
  border-right: 3px solid #8F5408;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F5408;
}

.ribbon.ribbon-green span {
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
}
.ribbon.ribbon-green span::before {
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon.ribbon-green span::after {
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

.ribbon span {
	font-size: 11pt !important;
}





.btn-close {
	position: relative;
	display: inline-block;
	overflow: hidden;
	background:transparent;
	width: 35px;
	height: 35px;
	font-size:0;
}

.btn-close::before, .btn-close::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #222;
}
.btn-close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


@-moz-keyframes spin_before {
  100% { -moz-transform: rotate(225deg); }
}
@-webkit-keyframes spin_before {
  100% { -webkit-transform: rotate(225deg); }
}
@keyframes spin_before {
  100% { -webkit-transform: rotate(225deg); transform:rotate(225deg); }
}
@-moz-keyframes spin_after {
  100% { -moz-transform: rotate(135deg); }
}
@-webkit-keyframes spin_after {
  100% { -webkit-transform: rotate(135deg); }
}
@keyframes spin_after {
  100% { -webkit-transform: rotate(135deg); transform:rotate(135deg);  }
}
.btn-close:hover::before, .btn-close:hover::after {
	background: #000;
}
.btn-close:hover::before {
	-webkit-animation:spin_before 300ms linear ;
	-moz-animation:spin_before 300ms linear ;
	animation:spin_before 300ms linear ;
}
.btn-close:hover::after {
	-webkit-animation:spin_after 300ms linear ;
	-moz-animation:spin_after 300ms linear ;
	animation:spin_after 300ms linear ;
}

.btn-close.close-10 { width: 10px; height: 10px; }
.btn-close.close-20 { width: 20px; height: 20px; }
.btn-close.close-30 { width: 30px; height: 30px; }
.btn-close.close-40 { width: 40px; height: 40px; }
.btn-close.close-50 { width: 50px; height: 50px; }
.btn-close.close-big {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}
.btn-close.close-white::before, .btn-close.close-white::after {
	background: #eee;
}
.btn-close.close-white:hover::before, .btn-close.close-white:hover::after {
	background: #fff;
}
.btn-close.close-red::before, .btn-close.close-red::after {
	background: #c00;
}
.btn-close.close-red:hover::before, .btn-close.close-red:hover::after {
	background: #c00;
}

.btn-close.close-hairline::before, .btn-close.close-hairline::after {
	height: 1px;
}
.btn-close.close-thick::before, .btn-close.close-thick::after {
	height: 4px;
	margin-top: -2px;
}
.btn-close.close-black::before, .btn-close.close-black::after {
	height: 8px;
	margin-top: -4px;
}
.btn-close.close-heavy::before, .btn-close.close-heavy::after {
	height: 12px;
	margin-top: -6px;
}
.btn-close.close-pointy::Before, .btn-close.close-pointy::after {
	width: 200%;
	left: -50%;
}
.btn-close.close-rounded::before, .btn-close.close-rounded::after {
	border-radius: 5px;
}
.btn-close.close-blades::before, .btn-close.close-blades::after {
	border-radius: 5px 0;
}
.btn-close.close-warp::before, .btn-close.close-warp::after {
	border-radius: 120% 0;
}
.btn-close.close-fat::before, .btn-close.close-fat::after {
	border-radius: 100%;
}


.btn-trans {
	border:0;
	background: transparent;
	padding:0;
}



#DZPS_PageLoading {
	z-index:10000;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0);
	font-size:12pt;
	display: -webkit-flex;
	display:         flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
}
#DZPS_PageLoading > .loader_edge {
	background:rgba(0,0,0,.5); width:300px; padding:30px; text-align:center;
	border:2px solid #555;
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,.2);
	border-radius: 15px;
	cursor:default;
}
#DZPS_PageLoading > .loader_edge > .loader_txt {
	display:block;
	color:#fff;
	font-weight:bold;
	text-shadow:1px 1px 0 rgba(0,0,0,.5);
}

#DZPS_PageLoading > .loader_edge > .spinner {
	margin: auto;
	width: 58px;
	height: 50px;
	text-align: center;
	font-size: 10px;
}

#DZPS_PageLoading > .loader_edge > .spinner > div {
	background-color: #eee;
	box-shadow:1px 1px 0 rgba(0,0,0,.5);

	height: 100%;
	width: 6px;
	margin:0 2px;
	display: inline-block;

	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

#DZPS_PageLoading > .loader_edge > .spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

#DZPS_PageLoading > .loader_edge > .spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

#DZPS_PageLoading > .loader_edge > .spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

#DZPS_PageLoading > .loader_edge > .spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
	20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
	0%, 40%, 100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}



#DZPS_PageLoading.minimal {
	background:rgba(255,255,255,.25);
}
#DZPS_PageLoading.minimal > .loader_edge {
	background:rgba(255,255,255,.4); 
	width:auto; 
	padding:10px 15px; 
	border:1px solid #aaa;
	box-shadow: 0px 0px 20px 0 rgba(0,0,0,.2);
	border-radius: 5px;
}
#DZPS_PageLoading.minimal > .loader_edge > .loader_txt {
	color:#555;
    font-size: 9pt;
	text-shadow:none;
}


#DZPS_PageLoading.minimal > .loader_edge > .spinner > div {
	background-color: #000;
	box-shadow:none;
}





/* 디노박스 팝업 ㄱ */
.POPUP_BOX {
	position:absolute;
	margin:auto;
	background-color:#fff; height:300px; width:500px; border:2px solid #000;
	box-shadow:0 0 0 10px rgba(0,0,0,.25);
	border-radius:0;
	z-index:10000;
	overflow:auto;
	display:none;
	cursor:default;
	max-width: 90%;
	
}

.POPUP_BOX > .DZPS_confirmMessage {
	width:100%;
	height:100%;
	text-align:center;
	padding:30px;
	font-size:15pt;
}

.POPUP_BOX  .POP_Area  {
	position: relative;
	height:100%;
}


.POPUP_BOX  .POP_Area > h2 {
	margin:0;
	font-size:20pt;
}

.POPUP_BOX .POP_Area > HR {
	border:0;
	border-top:2px solid #777;
	margin:20px 0;
	padding:0;
	height:0;
	font-size:0;
}
.POPUP_BOX .POP_Area > .DZ_POPUPBOX_messageZone {
	padding:10px;
	font-size:13pt;
}
.POPUP_BOX  .POP_Area > #Zone_POP_Btns {

	position:absolute;
	width:100%;
	height:80px;
	bottom:0;
	margin:0;
	border:0;
	padding:20px 0 0;

}

.POPUP_BOX  .POP_Area > #Zone_POP_Btns > .btn {
	font-size:13pt;
	width:100%;
	height:100%;
}

/* 디노박스 팝업 스킨 */
.POPUP_BOX.blue  {
	border-color:#276ECC;
}
.POPUP_BOX.blue  .POP_Area > H2  {
	color:#276ECC;
}
.POPUP_BOX.blue  .POP_Area > HR {
	border-top-color:#276ECC;
}

.POPUP_BOX.red  {
	border-color:#CD4949;
}
.POPUP_BOX.red  .POP_Area > H2  {
	color:#CD4949;
}
.POPUP_BOX.red  .POP_Area > HR {
	border-top-color:#CD4949;
}



/********************* Mobile *********************/
@media all and (max-width:767px) {


	.POPUP_BOX > .DZPS_confirmMessage {
		padding:20px;
		font-size:13pt;
	}

	.POPUP_BOX  .POP_Area > h2 {
		font-size:16pt;
	}
	.POPUP_BOX .POP_Area > .DZ_POPUPBOX_messageZone {
		padding:10px;
		font-size:10pt;
	}

}



















/* 디노박스 팝업 종료버튼 */
.POPUP_BOX  .Btn_POP_Closed {

	display: inline-block;
	overflow: hidden;
	background:transparent;
	width: 35px;
	height: 35px;
	font-size:0;
	z-index:1;
	position:absolute;top:15px;right:15px;
	margin:0; padding:0; border:0;
	background-color:transparent;

}

.POPUP_BOX  .Btn_POP_Closed::before ,
.POPUP_BOX  .Btn_POP_Closed::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #222;
}
.POPUP_BOX  .Btn_POP_Closed::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.POPUP_BOX  .Btn_POP_Closed::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


@-moz-keyframes spin_before {
  100% { -moz-transform: rotate(225deg); }
}
@-webkit-keyframes spin_before {
  100% { -webkit-transform: rotate(225deg); }
}
@keyframes spin_before {
  100% { -webkit-transform: rotate(225deg); transform:rotate(225deg); }
}
@-moz-keyframes spin_after {
  100% { -moz-transform: rotate(135deg); }
}
@-webkit-keyframes spin_after {
  100% { -webkit-transform: rotate(135deg); }
}
@keyframes spin_after {
  100% { -webkit-transform: rotate(135deg); transform:rotate(135deg);  }
}
.POPUP_BOX  .Btn_POP_Closed:hover::before ,
.POPUP_BOX  .Btn_POP_Closed:hover::after {
	background: #000;
}
.POPUP_BOX  .Btn_POP_Closed:hover::before {
	-webkit-animation:spin_before 300ms linear ;
	-moz-animation:spin_before 300ms linear ;
	animation:spin_before 300ms linear ;
}
.POPUP_BOX  .Btn_POP_Closed:hover::after {
	-webkit-animation:spin_after 300ms linear ;
	-moz-animation:spin_after 300ms linear ;
	animation:spin_after 300ms linear ;
}





/* 디노박스 팝업 미니멀 스킨 */
.POPUP_BOX.minimal  {
	box-shadow:0 0 0 5px rgba(0,0,0,.25);
}
.POPUP_BOX.minimal > .DZPS_confirmMessage {
	padding:15px;
}
.POPUP_BOX.minimal .POP_Area > #Zone_POP_Btns {
	height:60px;
}

.POPUP_BOX.minimal .POP_Area > #Zone_POP_Btns > .btn {
	font-size:11pt;
}


.POPUP_BOX.minimal .Btn_POP_Closed {
    top: 5px;
    right: 5px;
	margin:0;
	padding:0;
	width:30px;
	height:30px;
}

.POPUP_BOX.minimal .Btn_POP_Closed::before,
.POPUP_BOX.minimal .Btn_POP_Closed::after {
	content: '';
	position: absolute;
	height: 1px;
	width: 60%;
	top: 50%;
	left: 20%;
	margin-top: -1px;
}



/* 디노박스 팝업 노멀 스킨 */
.POPUP_BOX.normal > .DZPS_confirmMessage {
	padding:20px;
	font-size:1.2em;
}
.POPUP_BOX.normal .POP_Area > h2 {
	font-size:15pt;
}
.POPUP_BOX  .Btn_POP_Closed {
	right:20px;
}
.POPUP_BOX.normal .POP_Area > HR {
	border-top:1px solid #000;
	margin:15px 0;
	height:3px;
	background:#eee;
}








/* 디노박스 팝업 백그라운드 */
.POPUP_BOX  #PopupBox_AlertBox_bg {

	position:absolute;
	/* position:fixed; */
	width:100%;
	height:100%;
	top:0;left:0;
	background:#fff;
	z-index:9995;
	text-align:center;
	vertical-align:middle;
	background-color:rgba(255,255,255,.85);
	cursor:progress;

	  -webkit-filter: blur(5px);
	  -moz-filter: blur(5px);
	  -o-filter: blur(5px);
	  -ms-filter: blur(5px);
	  filter: blur(5px);

	background:#000;
	background-color:rgba(0,0,0,.25);

}

.POPUP_BOX.red  #PopupBox_AlertBox_bg {
	background:#c00;
	background-color:rgba(200,0,0,.1);
}

.POPUP_BOX  #PopupBox_AlertBox ,
.POPUP_BOX  #PopupBox_CompleteBox {
	position:fixed;
	width:400px;
	height:150px;
	z-index:10010;
	font-size:15pt;
	padding:0 30px;
	text-align:center;

	border:3px solid #DC3519;
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(top,#ffffff 1%,#f1f2f3 100%);
	background-image:linear-gradient(to bottom,#ffffff 1%,#f1f2f3 100%);

	border-radius: 0;
	box-shadow: 1px 3px 20px 10px rgba(0,0,0,.35);
	font-weight:bold;
	text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5);
}
.POPUP_BOX  #PopupBox_AlertBox:active ,
.POPUP_BOX  #PopupBox_CompleteBox:active {
	box-shadow: inset 5px 5px 25px 5px rgba(0,0,0,.25);
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(top,#f1f2f3 1%,#ffffff 100%);
	background-image:linear-gradient(to bottom,#f1f2f3 1%,#ffffff 100%);

}
.POPUP_BOX  #PopupBox_AlertBox > i.fa ,
.POPUP_BOX  #PopupBox_CompleteBox > i.fa {
	font-size:50pt;
	display:block;
	margin-bottom:20px;
	color:#E63F24;
	font-weight:normal;
}

.POPUP_BOX  #PopupBox_CompleteBox {
	border-color:#276ECC;
}
.POPUP_BOX  #PopupBox_CompleteBox > i.fa {
	color:#3078D7;
}






/* 팝업스타일 -> 포스용 특화 */
.POPUP_BOX  .POP_Area  .DZPOS_paymentText {
	text-align:right;
	font-size:25pt;
	font-weight:bold;
	margin-top:-20px;
}

.POPUP_BOX  .POP_Area  .DZPOS_paymentText > span {
	font-size:15pt;
	margin-left:5px;
	color:#555;
}

.POPUP_BOX  .POP_Area  .DZPOS_paymentTbl {
	width:100%;
	margin:auto;
	margin-top:15px;
	padding:0;
	border-spacing:0;
	border:0;
	border-top:3px solid #000;
	border-collapse:collapse;
	table-layout:fixed;
}
.POPUP_BOX  .POP_Area  .DZPOS_paymentTbl TH ,
.POPUP_BOX  .POP_Area  .DZPOS_paymentTbl TD {
	padding:5px;
	border:1px solid #ccc;
	line-height:1.75em;
	font-size:11pt;
}
.POPUP_BOX  .POP_Area  .DZPOS_paymentTbl TH {
	background:#eee;
}
.POPUP_BOX  .POP_Area  .DZPOS_paymentTbl TD {
	text-align:right;
	font-weight:bold;
}
.POPUP_BOX.red  .POP_Area  .DZPOS_paymentTbl {
	border-top-color:#E63F24;
}

