/* ------------------------------------------------------------------
author:        谷辰網路資訊
email:         service@gcii.tw
website:       http://www.gcii.tw
 -------------------------------------------------------------------*/
 
/*-----------------------------------------------------------------------------------*/
/*	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, 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%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

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;
}

input,textarea {	
	font:inherit;
	resize:none;
	vertical-align: bottom;
}

video {
	max-width: 100%;
	height: auto;
}

iframe,
embed,
object {
	max-width: 100%;
}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}

.clearfix {
	position:relative;
	display: block;
	clear: both;
}

html,body {
	font-size: 15px;
	line-height: 25px;
	color: #000000;
	font-family: Roboto,Helvetica Neue,Helvetica,Arial,PingFang TC,黑體-繁,Heiti TC,蘋果儷中黑,Apple LiGothic Medium,微軟正黑體,Microsoft JhengHei,sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#F6F6F6;
}

a {
	text-decoration: none !important;
	color: #221814;
}

a:hover { color: #0067A3; }

a img { border: none; }

img { max-width: 100%;display:block; }

iframe { border: none !important; }


/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 20px 0;
}

h5,h6 { margin-bottom: 20px; }
h1 { font-size: 50px; }
h2 { font-size: 38px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 15px; }
h6 { font-size: 12px; }
h4 { font-weight: 600; }
h5,h6 { font-weight: bold; }

h1 > span:not(.nocolor),
h2 > span:not(.nocolor),
h3 > span:not(.nocolor),
h4 > span:not(.nocolor),
h5 > span:not(.nocolor),
h6 > span:not(.nocolor) { color: #808080; }


/* wrapper */
#indexbody {
	overflow: hidden;
}
#startbody {
	overflow: hidden;
}
#stepbody {
	overflow: hidden;
}
/* wrapper */

/* header */
#indexbody #header {
	position:relative;
	width: 100%;
	background-color: #ffffff;
	padding: 10px;
}
#startbody #header {
	position:relative;
	width: 100%;
	background-color: #F6F6F6;
	padding: 10px;
}
#stepbody #header {
	position:relative;
	width: 100%;
	background-color: #F6F6F6;
	padding: 10px;
}
#membersbody #header {
	position:relative;
	width: 100%;
	background-color: #F2F2F3;
	padding: 10px;
}
#members2body #header {
	position:relative;
	width: 100%;
	background-color: #FFFFFF;
	padding: 10px;
}
#membersbody #header .header01, #members2body #header .header01 {
	float: left;
}
#membersbody #header .header02, #members2body #header .header02 {
	float: right;
	font-size: 18px;
	font-weight: 700;
	padding: 25px 30px 0 0;
}
#membersbody #header .header02 span, #members2body #header .header02 span {
	display: inline-block;
	color: #a5a5a5;
	margin: 0 10px;
}
#membersbody #header .header02 .header021, #membersbody #header .header02 .header022 {
	display: inline-block;
	margin-left: 30px;
}
#members2body #header .header02 .header021, #members2body #header .header02 .header022 {
	display: inline-block;
	margin-left: 30px;
}
/* header */

/* index */
section.index {
	position:relative;
	background-image: url("../images/index_bg.jpg"); 
	background-repeat: no-repeat; 
	background-position: top center;
	min-height: 916px;
}
.index01 {
    text-align: center;
	margin-top: 200px;
}
.index01 h1 {
	font-size: 95px;
	font-weight: 1000;
	color: #221814;
	letter-spacing: 15px;
	margin: 0 auto;
}
.index01 h3 {
	width: max-content;
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 8px;
	margin: 0 auto 60px auto;
	padding: 10px 30px;
	background-color: #231815;
}
.index01 p {
	font-size: 20px;
	font-weight: 500;
	padding: 5px;
	letter-spacing: 5px;
}
.index011 {
	position: relative;
    margin: 0 auto;
	width: 120px;
}
.index01 .btn-index {
	position: absolute;
	z-index: 2;
    margin: 80px auto 0 auto;
	width: 120px;
	height: 120px;
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
    line-height: 32px;
	padding: 25px 10px;
	background-color: #F39800;
	border: 5px solid #F39800;
    text-align: center;
    text-decoration: none;
    border-radius: 60px;
}
.index01 .waveRaidus {
	position: absolute;
	z-index: 1;
	margin: -32px 0 0 -18px;
	background-color: transparent;
	border: 5px solid #F5D094;
	width: 126px;
	height: 126px;
    border-radius: 63px;
	transform:scale(1,1);
	transition: all 0.5s ease-out;
}
.index01 .waveRaidus:hover {
	transform:scale(1.2,1.2);
}
/* index */

/* start */
section.start {
	position:relative;
	background-color: #F6F6F6;
}
.start01 {
    margin-top: 80px;
	text-align: center;
}
.start01 h2 {
	font-size: 50px;
	font-weight: 700;
	color: #221814;
	letter-spacing: 15px;
	margin: 0 auto;
}
.start01 h4 {
	font-size: 18px;
	font-weight: 500;
	color: #221814;
	letter-spacing: 8px;
	margin: 0 auto;
}
.start01 hr {
	border-top: 10px solid #F39800;
}
.start02 {	
    margin: 20px 0 50px 0;
}
.start03 {
	min-height: 45px;
}
.start03 label {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 5px;
	padding-top: 10px;
}
.start03 input, .start03 select {
	background-color: #E6E6E6;
	border: 1px solid #E6E6E6;
    border-radius: 15px;
	height: 42px;
	font-size: 15px;
}
.start03 input[type=radio] {
	margin-top: -10px;
}
.start03 input[type=checkbox] {
	background-color: #E6E6E6;
	border: 1px solid #E6E6E6;
    border-radius: 15px;
	height: 30px;
	font-size: 15px;
	margin-top: -10px;
}
/* start */

/* step */
section.step {
	position:relative;
	background-color: #F6F6F6;
}
.step01 {
    text-align: center;
	border-radius: 0;
	margin: 60px auto 0 auto;
}
.step01 h1 {
	color: #221814;
	font-size: 45px;
	font-weight: 1000;
    line-height: 50px;
	padding-left: 150px;
    text-align: left;
}
.step01 h1 span {
	font-size: 28px;
}
.step01 .step011 {
	position: absolute;
	z-index: 2;
	width: 120px;
	height: 120px;
	color: #ffffff;
	font-size: 55px;
	font-weight: 700;
    line-height: 52px;
	padding: 28px 8px;
	background-color: #F39800;
	border: 5px solid #F39800;
    text-align: center;
    border-radius: 60px;
	margin: -40px 0 0 0;
}
.step01 .step012 {
	padding: 28px 4px;
}
.step02 {
    text-align: center;
	margin: 40px 0;
}
.step02 img {
	margin: 0 auto;
}
.step03 {
    text-align: center;
}
.step03 button {
	margin-bottom: 25px;
}
.step04 {
    text-align: center;
}
.step04 button {
	margin-bottom: 25px;
}
.step041 {
	flex-direction:row;
	justify-content:space-around;
}
.progress {
	height: 26px;
}
.progress-bar {
    font-size: 15px;
    line-height: 26px;
}
/* step */

/* finish */
section.finish {
	position:relative;
	background-color: #F6F6F6;
}
.finish_01 {
    text-align: center;
	padding: 10px 0 20px 0;
}
.finish_01 img {
	margin: 0 auto;
}
.finish_02 {
    text-align: center;
}
.finish_02 h2 {
    margin: 0 auto;
}
.finish_03 {	
	position:relative;
	background-color: #F6F6F6;
	background-image: url("../images/finish_bg.png"); 
	background-repeat: no-repeat; 
	background-position: top center;
	padding: 160px 0 40px 0;
	min-height: 1280px;
}
.finish_031 {	
    text-align: center;
}
.finish_031 img {
	margin: 0 auto;
}
.finish_032 #chartdiv {
	height: 420px;
}
.finish_033 {
	padding: 30px 25px;
	background-color: #FFFFFF;
	border: 3px solid #FFFFFF;
	min-height: 290px;
    border-radius: 25px;
	margin-bottom: 20px;
}
.finish_033 h3 {
	color: #221814;
	font-size: 30px;
	font-weight: 700;
    line-height: 30px;
}
.finish_033 span {
	margin: 0 0 1px 10px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
    line-height: 28px;
	display: inline-block;
	padding: 1px 6px;
	border-radius: 5px;
}
.finish_033 p {	
	font-size: 20px;
	font-weight: 400;
    line-height: 30px;
}
.finish_033 span.codeclassspan1 {background-color: #EA5532;color: #ffffff;}
.finish_033 span.codeclassspan2 {background-color: #5CB531;color: #ffffff;}
.finish_033 span.codeclassspan3 {background-color: #005693;color: #ffffff;}
.finish_033.codeclass1 {border: 5px solid #EA5532;}
.finish_033.codeclass2 {border: 5px solid #5CB531;}
.finish_033.codeclass3 {border: 5px solid #005693;}

.finish_04 {
	margin: -30px 0 80px 0;
}
.finish_041 {
	margin-bottom: 30px;
}
/* finish */

/* join */
section.join {
	position:relative;
	background-color: #F39800;
}
section.join_ok {
	position:relative;
	background-color: #F6F6F6;
}
.join_01 {
	margin: 50px 0;
    text-align: center;
}
.join_01 img {
	margin: 0 auto;
}
.join_02 h2 {
	color: #ffffff;
	font-size: 55px;
	font-weight: 700;
    line-height: 52px;
    text-align: center;
	margin: 0 0 50px 0;
}
.join_03 {
	padding: 10px 25px;
	background-color: #FFFFFF;
	border: 5px solid #005693;
    border-radius: 25px;
	margin-bottom: 50px;
}
.join_03 h3 {
	margin: 0 0 10px 60px;
	font-size: 30px;
}
.join_03 p {
	margin: 0 0 10px 60px;
	font-size: 18px;
}
.join_03 .join_031 {
	position: absolute;
	z-index: 2;
	margin: -40px 0 0 -50px;
	color: #ffffff;
	font-size: 70px;
	font-weight: 700;
    line-height: 72px;
	padding: 10px 25px;
	width: 100px;
	height: 100px;
    border-radius: 50px;
	background-color: #005693;
	border: 5px solid #005693;
}
.join_04 h2 {
	color: #221814;
	font-size: 55px;
	font-weight: 700;
    line-height: 70px;
    text-align: center;
	margin: 0 0 50px 0;
}
/* join */

/* reservation */
section.reservation {
	position:relative;
	background-color: #F6F6F6;
	background-image: url("../images/reservation_01.png"); 
	background-repeat: no-repeat; 
	background-position: bottom center;
}
section.reservation_ok {
	position:relative;
	background-color: #F39800;
}
.reservation_01 {
	margin: 100px 0;
    text-align: center;
}
.reservation_01 h2 {
	color: #221814;
	font-size: 55px;
	font-weight: 700;
    line-height: 52px;
    text-align: center;
	margin: 0 0 50px 0;
}
.reservation_02 {
	color: #221814;
	font-size: 40px;
	font-weight: 700;
    line-height: 42px;
	padding: 30px 0;
}
.reservation_02 input, .reservation_02 select {
    color: #555;
    padding: 6px 12px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
    border-radius: 15px 0 0 15px !important;;
	height: 42px;
	font-size: 16px;
}
.reservation_02 .input-group-addon {
	height: 42px;
    padding: 6px 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 0 15px 15px 0 !important;
}
.reservation_02 .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}
.reservation_02 .radio-inline {
    font-size: 30px;
}
.reservation_03 {
	margin: 80px 0 30px 0;
    text-align: center;
}
.reservation_03 img {
	margin: 0 auto;
}
.reservation_04 h2 {
	color: #221814;
	font-size: 55px;
	font-weight: 700;
    line-height: 70px;
    text-align: center;
	margin: 0 0 50px 0;
}
/* reservation */

/* members */
section.members {
	position:relative;
	background-color: #F2F2F3;
}
section.members2 {
	position:relative;
	background-color: #ffffff;
}
section.members3 {
	position:relative;
	background-color: #ffffff;
	padding: 50px 0 100px 0;
}
.members_01 {
    text-align: center;
	margin: 200px 0 100px 0;
}
.members_01 img {
	margin: 0 auto;
}
.members_02 {
	margin: 0 0 35px 0;
}
.members_02 label {
	color: #000000;
	font-size: 20px;
	font-weight: 700;
    line-height: 22px;
}
.members_02 .form-control {
	margin-top: -6px;
	background-color: transparent;
	border-bottom: 2px solid #808080;
	border-top: 0px solid transparent;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}
.members_02 .form-control:focus, .members_02 .form-control:active, .members_02 .form-control:hover {
	border-bottom: 2px solid #ff0000;
}
.members_03 a {
	color: #0083CD;
}
.members_05 {
	margin-top: 80px;
	margin-bottom: 80px;
}
.members_06 {
	margin: 0 auto;
	max-width: 250px;
	min-height: 150px;
	background-color: #1A305E;
	border-radius: 10px;
	color: #FFFFFF;
    text-align: center;
	font-size: 20px;
	line-height: 150px;
}
.members_06:hover {
	background-color: #B81C25;
}
.members_07 {
	margin: 0 auto;
	max-width: 250px;
	min-height: 150px;
	background-color: #B81C25;
	border-radius: 10px;
	color: #FFFFFF;
    text-align: center;
	font-size: 20px;
	line-height: 150px;
}
.members_08 {
	margin: 0 auto;
	max-width: 250px;
	min-height: 150px;
	background-color: #1A305E;
	border-radius: 10px;
	color: #FFFFFF;
    text-align: center;
	font-size: 20px;
	line-height: 30px;
	padding-top: 45px;
}
.members_08:hover {
	background-color: #B81C25;
}
.members_09 {
	background-color: #F4F4F4;
	padding: 15px 0;
    text-align: center;
}
.members_09 h3 {
	margin: 0;
}
.members_10 {
	background-color: #F4F4F4;
	padding: 10px 0;
}
.members_11 {
	padding: 10px 0 10px 30px;
	color: #221814; 
	font-size: 16px;
	font-weight: 700;
}
.members_11:hover, .members_11.active {
	background-color: #1A305E;
	color: #FFFFFF;
}
.members_12 {
	padding: 15px 0;	
	border-bottom: 1px solid #808080;
	display: inline-block;
	width: 100%;
}
.members_12_1 {
	float: left;
	margin-right: 20px;
}
.members_12_1 i {
	color: #1A305E;
	font-size: 22px;
}
.members_12_2 {
	float: left;
	font-size: 16px;
}
.members_12_3 {
	float: right;
	font-size: 16px;
	font-weight: 700;
	color:#ffffff;
	padding: 2px 15px;
	background-color: #1A305E;
    border: 1px solid #1A305E;
	border-radius: 5px;
}
.members_12_4 {
	float: right;
	margin-left: 20px;
}
.members_12_4 i {
	color: #1A305E;
	font-size: 22px;
	margin-top: 5px;
}
.members_13 {
	padding: 0px 0 20px 0;
}
.members_13 button {
	background-color: #1A305E;
}
.members_13 i {
	color: #FFFFFF;
    text-align: right;
}
.members_14 tr th {
	background-color: #1A305E;
	color: #FFFFFF;
    text-align: center;
	font-size: 16px;
	font-weight: 700;
}
.members_14 tr td {
	font-size: 16px;
	vertical-align: middle !important;	
}
.members_15 {
    text-align: center;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #1A305E;
    border-color: #1A305E;
}
.pagination>li>a, .pagination>li>span {
    color: #1A305E;
}
.members_16 {
	padding: 5px 15px;
}
.members_17 {
	display: inline-block;
	margin-right: 20px;
}
.members_17 i {
	margin-right: 5px;
}
.members_18 {
	padding: 5px 0 10px 0;	
	border-bottom: 1px solid #808080;
	display: inline-block;
	width: 100%;
}
.members_18_1 {
	float: left;
	margin-right: 20px;
}
.members_18_1 i {
	color: #1A305E;
	font-size: 22px;
}
.members_18_2 {
	float: left;
	font-size: 16px;
}
.members_18_5 {
	float: right;
	font-size: 16px;
	margin-right: 25px;
}
.members_18_3 {
	float: right;
	font-size: 16px;
	font-weight: 700;
	color:#ffffff;
	padding: 2px 15px;
	background-color: #1A305E;
    border: 1px solid #1A305E;
	border-radius: 5px;
}
.members_18_4 {
	float: right;
	margin-left: 20px;
}
.members_18_4 i {
	color: #1A305E;
	font-size: 22px;
	margin-top: 5px;
}
.members_19 {
	padding: 5px 0 0 0;
}
.members_191 {
	color: #858586;
	font-size: 16px;
	margin: -10px 0 20px 0;
}
.members_192 {
	margin: 30px 0 50px 0;
}
.members_192 label {
	color: #000000;
	font-size: 20px;
	font-weight: 700;
    line-height: 22px;
	margin-bottom: 10px;
}
.members_192 .form-group {
	margin-bottom: 20px;
}
.members_192 .form-control {
	margin-top: -6px;
	background-color: ##F6F6F6;
	border-bottom: 1px solid #F6F6F6;
	border-top: 0px solid transparent;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}
.members_20 .plupload_header {
	display: none;	
}
.members_21 {
	margin: 100px auto 80px auto;
	text-align: center;
}
.members_21 img {
	margin: 0 auto;
}
.members_22 {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color:#ffffff;
	padding: 2px 15px;
	background-color: #1A305E;
    border: 1px solid #1A305E;
	border-radius: 5px;
}
.HidText {
	display: none;
}
/* members */

/* footer */
#indexbody #footer {
	color: #221814;
}
#indexbody .footer01 {
	padding: 20px 0 10px;
	text-align:center;
}
#indexbody .footer01 hr {
	border-top: 1px solid #221714;
}
#startbody #footer {
	position:relative;
	background-image: url("../images/footer_bg.png"); 
	background-repeat: no-repeat; 
	background-position: top center;
	min-height: 220px;
	color: #ffffff;
}
#startbody .footer01 {
	margin-top: 160px;
	padding: 20px 0 10px;
	text-align:center;
}
#startbody .footer01 hr {
	display: none;
}
#stepbody #footer {
	background-color: #E6E6E6;
	color: #221814;
}
#stepbody .footer01 {
	padding: 15px 0;
	text-align:center;
}
#stepbody .footer01 hr {
	display: none;
}
#membersbody #footer, #members2body #footer {
	background-color: #1A305E;
	color: #FFFFFF;
}
#membersbody .footer01, #members2body .footer01 {
	padding: 15px 0;
	text-align:center;
}
#membersbody .footer01 hr, #members2body .footer01 hr {
	display: none;
}
/* footer */

.btn-start {
	font-size: 25px;
	font-weight: 700;
	color:#ffffff;
	padding: 8px 30px;
	background-color: #F39800;
	border-color: #F39800;
	border-radius: 15px;
}
.btn-step {
	font-size: 25px;
	font-weight: 700;
	color:#ffffff;
	padding: 8px 30px;
	background-color: #005693;
	border-color: #005693;
	border-radius: 15px;
	min-width: 240px;
}
.btn-step:hover, .btn-step.active {
	background-color: #FFFFFF;
	color: #221814;
    border: 4px solid #005693;
	padding: 5px 27px;
}
.btn-next {
	font-size: 20px;
	font-weight: 700;
	color:#ffffff;
	padding: 4px 26px;
	background-color: #727171;
	border-color: #727171;
	border-radius: 15px;
	min-width: 200px;
}
.btn-next:hover, .btn-next.active {
	background-color: #FFFFFF;
    border: 3px solid #727171;
	color: #221814;
	padding: 2px 28px;
}
.btn-finish {
	font-size: 30px;
	font-weight: 700;
	color:#ffffff;
	padding: 8px 30px;
	background-color: #F39800;
    border: 10px solid #F5D094;
	border-radius: 20px;
}
.btn-finish:hover, .btn-finish.active {
	background-color: #FFFFFF;
	color: #221814;
}
.btn-finish-b {
	font-size: 25px;
	font-weight: 700;
	color:#ffffff;
	padding: 10px 35px;
	background-color: #005693;
    border: 1px solid #005693;
	border-radius: 30px;
}
.btn-finish-bs {
	font-size: 16px;
	font-weight: 700;
	color:#ffffff;
	padding: 5px 25px;
	background-color: #1A305E;
    border: 1px solid #1A305E;
	border-radius: 5px;
}
.btn-finish-bss {
	font-size: 16px;
	font-weight: 700;
	color:#ffffff;
	padding: 5px 25px;
	background-color: #727171;
    border: 1px solid #727171;
	border-radius: 5px;
}
.btn-finish-bsr {
	font-size: 16px;
	font-weight: 700;
	color:#ffffff;
	padding: 5px 25px;
	background-color: #B81C25;
    border: 1px solid #B81C25;
	border-radius: 5px;
}
.btn-finish-g {
	font-size: 25px;
	font-weight: 700;
	color:#ffffff;
	padding: 10px 35px;
	background-color: #5CB531;
    border: 1px solid #5CB531;
	border-radius: 30px;
}
.btn-finish-o {
	font-size: 25px;
	font-weight: 700;
	color:#ffffff;
	padding: 10px 35px;
	background-color: #F39800;
    border: 1px solid #F39800;
	border-radius: 30px;
}
.btn-login {
	font-size: 22px;
	font-weight: 700;
	color:#ffffff;
	padding: 8px 40px;
	background-color: #1A305E;
    border: 1px solid #1A305E;
	border-radius: 5px;
}
.btn-logout {
	font-size: 18px;
	font-weight: 600;
	color:#ffffff;
	padding: 5px 30px;
	background-color: #1A305E;
    border: 1px solid #1A305E;
	border-radius: 5px;
}
.btn-add-file {
	font-size: 16px;
	font-weight: 700;
	color: #221814;
	padding: 5px 25px;
	background-color: #FFFFFF;
    border: 1px solid #221814;
	border-radius: 5px;
}
.btn-finish-b:hover, .btn-finish-b.active, .btn-finish-bs:hover, .btn-finish-bs.active, .btn-finish-bss:hover, .btn-finish-bss.active, .btn-finish-bsr:hover, .btn-finish-bsr.active, .btn-finish-g:hover, .btn-finish-g.active, .btn-finish-o:hover, .btn-finish-o.active, .btn-login:hover, .btn-login.active, .btn-logout:hover, .btn-logout.active {
	color:#ffffff;
}


.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 15px;
}
.datepicker td, .datepicker th {
    width: 50px;
    height: 50px;
	font-size: 16px;
}