﻿@charset "UTF-8";
/* CSS Document */
body {
	color: #333333;
	line-height: 1.5em;
	font-size:0.8125em; 
	
}
a,button {
	-webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}
/*---- login ----*/
.main-bg {
	background: url("../images/main-bg.jpg") repeat;
	height: 100vh;
}
.login-logo {
	width: 58%;
	margin: 30px auto 10px;
}
.login-board {
	width: 60%;
	margin: 10px auto;
	background: #FFF;
	padding: 20px;
}
.login-label {
    background-color: #dbf8fd;
    margin-top: 8px;
    padding: 5px 5%;
    /*color: #1591a6;*/
    color: #0A6B7A;
    border-radius: 6px 6px 0 0;
    display: inline-block;
}
.login-input input {
	border-radius: 0 8px 8px 8px;
}
.login-btnbar {
	text-align: center;
}
/*------ header ---------*/
.head-bar {
	background-image: linear-gradient(to right, rgba(0,130,115, 1),  rgba(55,170,255, 1));
}

.logo-set {
	padding: 10px 0;
	margin: 0;
}

.logo-set img {
	width: 100%;
}
.header-help {
	float: right;
	color: #FFF;
}
.hlink, .hfont {
	display: inline-block;
	float: left;
	font-size: .9em;
}
.hlink, .hfont span {
	margin-right: 5px;
}
.hlink {
	padding-top: 4px;
}
.hlink a {
	color: #FFF;
	text-decoration: none;
}
.hlink a:hover {
	color: #ffef38;
}
.hfont a {
	background-color: rgba(30,110,180,.5);
	margin-left: 1px;
	margin-top: 1px;
	width: 28px;
	padding: 3px 0;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
}
.hfont a:hover {
	background-color: rgba(30,110,180,1);
	color: #FFF;
	
}
.hfont .active {
	background-color: #00529a;
	color: #ffef38;
}
.header-zone {
	padding-top: 20px;
	text-align: right;
}
    .header-zone .btn-zone {
        border: 1px solid #828282;
        border-radius: 4px;
        background-color: #FFF;
        font-size: 0.9em;
        outline:0;
    }

        .header-zone .btn-zone:focus-visible {
            border: 2px solid black;
            outline: 1px solid white;
        }

.header-zone .btn-zone:hover {
	background-color: #ffe37a;
}
@media only screen and (max-width: 576px) { 
	.logo-set {
		padding: 20px 0;
	}
	.hlink, .hfont, .header-zone {
		/*display: none;*/
        wh
	}
}

/*------------- user-zone -------------*/
.user-zone {
	margin-left: 1.5em;
	margin-top: 34px;
	color: #FFF;
	float: right;
	text-align: left;
	width: 260px;

}
.user-zone > i {
	margin-left: -1.5em;
}
.user-zone .user-unit {
	margin:0 5px;
}
.user-zone .user-name {
	font-weight: 700;
	margin-right: 5px;
}
.user-zone #currectTime {
	float: left;
	font-size: 0.9em;
	color: #f6f6f6;
}
.user-zone a {
	display: inline;
	float: right;
	margin-top: -1.2em;
}
.user-zone .btn-logout {
	background-color: #dff5ff;
	color: #004464;
}
.user-zone .btn-logout:hover {
	color: #FFF;
	background-color: #004d86;
}
/*-------------- nav -----------------*/
.navbar-gray {
	background-color: #646464;
}
.navbar-nav {
	width: 100%;
}
.navbar-nav .nav-item {
	width: 25%;
	display: inline-block;
	text-align: center;
}
.navbar-nav .nav-link {
	font-size: 1.125em;
	color: #FFF;
}
.navbar-nav .nav-link:hover {
	color: #6ad6ff;
}
.navbar-nav a.nav-link .active {
	color: #6ad6ff;
}

    .navbar-nav a.nav-link:focus {
        color: #00507a;
    }

    .navbar-nav a.nav-link:focus-visible {
        color: #00507a;
        outline-color:white;
        border-radius: 3px;
        background-color: #e9ecef
    }


.navbar-gray .navbar-toggler {
	background-color: #646464;
	color: #6ad6ff;
}
.navbar-gray button i {
	color: #b2b2b2;
	font-size: 1.5em;
}
.navbar-nav ul.dropdown-menu {
	width: 300px;
	background-color: #646464;
	margin-left: -10px;
}
.navbar-nav ul.dropdown-menu a {
	text-align: center;
	color: #FFF;
}

    .navbar-nav ul.dropdown-menu a:focus-visible {
        color: #00507a;
        outline-color: white;
        border-radius: 3px;
    }

.navbar-nav ul.dropdown-menu a:hover {
	color: #00507a;
}
@media only screen and (max-width: 768px) { 
	.navbar-nav .nav-item {
	width: 100%;
	display: inline-block;
}
	.navbar-nav .nav-link:hover {
		background-color: #444444;
}
	.navbar-nav ul.dropdown-menu {
	width: auto;
	background-color: none;
		border:none;
	margin-left: 5px;
}
	.navbar-nav ul.dropdown-menu li a {
		border-bottom: 1px solid #878787;
		padding: 8px 0;
	}
}
/*-------------- service card ------------*/
.service-card {
	text-align: center;
	margin-bottom: 10px;
}
.service-card img {
	display: block;
	width: 200px;
	margin: 10px auto 4px;
	transition: transform .2s; /* Animation */
}
.service-card img:hover {
	transform: scale(1.1);
}
.service-card .card-title a {
	text-decoration: none;
	color: #414141;
	font-size: 1.25em;
}
@media only screen and (max-width: 576px) {
	.service-card {
		display: none;
	}
}
/*--------------bread-bar----------------*/
.bread-bar {
	margin-top: 0;
	padding: 8px 10px;
	overflow: auto;
	font-size: 0.9em;
}
.bread-bar i {
	margin-right: 4px;
	color: #018474;
}
.bread-bar  a {
	color: #666666;
	
}
.bread-bar a:hover {
	color: #007589;
	text-decoration: none;
}
/*--------------content----------------*/

.news-board {
	background-color: #FFF;
	border-radius: 4px;
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	box-shadow: 0 0 18px rgba(0,0,0,.1);
	padding: 20px;
}
.news-board .main-title {
	color: #017d8c;
}
    .news-board h3 i, .news-board div i {
        color: #00b4c9;
    }
h3.main-title, div.main-title {
    font-size: 1.25em;
    margin-bottom: 15px;
}



h3 i, div i {
    margin-right: 5px;
    font-size: 1.375em;
}

/*-- table-news --*/

.table-news {
    border-top: 1px solid #d6d3cb;
    width: 100%;
}

    .table-news tr {
		border-bottom: 1px solid #d6d3cb;
        background-color: #FFF;
    }

        .table-news tr:hover {
            background-color: #eff7f8;
        }

    .table-news td {
        height: 45px;
    }

        .table-news td a {
            color: #006399;
            /*color: #417da6;*/ /*覆蓋*/
            color: #336D93; /* 深色文字 */
            text-decoration: none;
        }
.table-news td a:hover {
            color: #004063;
			text-decoration: underline;
        }

        .table-news td:first-child {
            text-align: center;
            color: #8a8a8a;
			font-size: 0.9em;
        }



@media only screen and (max-width: 768px) {


    .table-news td {
        padding: 6px 8px;
    }

    .table-news .news-tagA, .news-tagB, .news-tagC {
        margin-bottom: 5px;
        width: 7rem;
        display: block;
    }
}

@media only screen and (max-width: 576px) {

    .table-news .news-tagA, .news-tagB, .news-tagC {
        margin-bottom: 5px;
        width: 7rem;
        display: block;
    }
}

/*---------------- chart list ------------------------*/
.board-chart {
	background-color: #e5eef1;
	border-radius: 4px;
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 20px;
}
.board-chart .main-title {
	color: #000000;
}
    .board-chart h3 i, .board-chart div i {
        color: #6d6d6d;
    }
.chart-group {
	border-top: 1px solid #FFF;
	clear: both;
	height: 45px;
	padding: 10px 5px 0 5px;
}
.chart-group:hover {
	background-color: #FFF;
}
.chart-group .chart-title {
	width: 70%;
	text-align: left;
	float: left;
	color: #333333;
}
    .chart-group .chart-number {
        width: 30%;
        text-align: right;
        float: right;
        /*color: #007aa2;*/
        color: #005F7D;
        font-weight: bold;
    }

/*---------------- banner zone ------------------------*/

.banner-zone {
	background-color: #ececec;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.banner-zone ul {
	padding: 0;
	margin: 0;
}
.banner-zone li {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}
.banner-zone li img {
	width: 100%;
	border:1px solid #a5a5a5;
}
.banner-zone li img:hover {
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
@media only screen and (max-width: 576px) {
	.banner-zone {
		display: none;
	}
}
/*---------------- footnav ------------------------*/
a.btn-footNav {
	margin-left: 20px;
	background-color: #7dcad1;
	border-radius: 4px 4px 0 0;
	font-size: 0.9em;
	padding: 4px 10px;
}

    a.btn-footNav:focus {
        margin-left: 20px;
        background-color: #7dcad1;
        border-radius: 4px 4px 0 0;
        font-size: 0.9em;
        padding: 4px 10px;
        outline: 3px solid #005FCC;
        outline-offset: 2px;
    }
.footNav-bg {
	background-color: #f5f5f5;
	padding: 20px 0;
}
.footNav-bg .main-title {
	color: #000000;
}
    .footNav-bg h3 i, .footNav-bg  div i{
        color: #007cc9;
    }


h4.footNav-title, div.footNav-title {
    color: #333333;
    border: 1px solid #565656;
    font-size: 1em;
    text-align: center;
    padding: 8px;
    border-radius: 20px;
}


ul.footNav-list {
	margin: 0;
	padding: 0;
}
ul.footNav-list li {
	list-style-type: none;
	margin:0 0 0 1.4em ;
	padding: 0 0 .7em 5px;
	font-size: 0.9em;
	color: #525252;
}
ul.footNav-list li::before {
	margin-left: -0.9em;
    font: var(--fa-font-solid);
    content: "\f105";
	margin-right: 5px;
}
ul.footNav-list li a {
	color:#525252;
	text-decoration: none;
}
ul.footNav-list li a:hover {
	color: #007cc9;
	text-decoration: underline;
}
@media only screen and (max-width: 576px) {
	.footNav-bg {
		display: none;
	}
    a.btn-footNav {
        display: none;
    }
}
/*---------------- footer ----------------------*/
.footer {
	background-image: linear-gradient(to right, rgba(0,130,115, 1),  rgba(55,170,255, 1));
	padding: 20px 0;
	color: #FFF;
	font-size: 0.9em;
}
.footer a {
	color: #FFF;
}
.footer a:hover {
	color: #fdff62;
	text-decoration: none;
}
.footer-info .title {
	font-size: 1rem;
}
.footer-info p {
	display: inline-block;
	padding: 0;
	margin: 5px 0 0 0;
}

@media only screen and (max-width: 576px) {
	.footer-link {
		text-align: center;
		margin-bottom: 10px;
	}
	.footer-info {
	}
	.footer-info .title {
		font-size: 1em;
		
	}
	.footer-info p {
	line-height: 1.5em;
		display: block;
}
	.footer-info span {
		display: none;
	}
}
/*--------------- chart --------------------*/



.chart-area {
	margin: 20px 0;
	overflow: auto;
}


/*-------- btn ---------------------*/
.btn-more {
	border:1px solid #565656;
	background-color: #FFF;
	border-radius: 20px;
	font-size: 0.8em;
	color: #3a3a3a;
	margin: 0;
	padding: 4px 10px;
	width: 160px;
	display: inline-block;
	text-align: left;
}
.btn-more i {
	float: right;
	padding-top: 3px;
}
.btn-more:hover {
	background-color: #0797d3;
	color: #FFF;
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.btn-more {
	width: 100%;
	}
}

.btnBar {
	text-align: center;
}
.btnBar i {
	padding-right: 5px;
}
.btnBar .btn-blue {
	background-color: #b0e6ff;
	color: #013e71;
}
.btnBar .btn-blue:hover {
	background-color: #013e71;
	color: #FFF;
}
.btnBar .btn-green {
	background-color: #94e6bb;
	color: #2c5d0e;
}
.btnBar .btn-green:hover {
	background-color: #2c5d0e;
	color: #FFF;
}
.btnBar .btn-pink {
	background-color: #fdbdcc;
	color: #8b0d00;
}
.btnBar .btn-pink:hover {
	background-color: #8b0d00;
	color: #FFF;
}
.btnBar .btn-gray {
	background-color: #e6e6e6;
	color: #484848;
}
.btnBar .btn-gray:hover {
	background-color: #484848;
	color: #FFF;
}
/*-- page --*/
h3.page-title {
	display: inline-block;
	border:1px solid #565656;
	padding: 5px 6%;
	border-radius: 20px;
	font-size: 1.25em;
}
.text-green {
	color: #017d8c;
}
.text-purpleRed {
	color: #8c014c;
}
.text-deepBlue {
	color: #015c8c;
}
.flow-set {
	color: #8a8a8a;
}
.flow-set .flow-data {
	letter-spacing: .1em;
	font-size: 0.9em;
	padding-bottom: 4px;
}
.flow-set .flow-title {
	margin-bottom: 5px;
}
.flow-set .fa-stack.small { 
	font-size: 0.7em; 
}
.flow-set i { 
	vertical-align: middle; 
}
.flow-set .text-flow-green {
	color:#00b4c9;
}
.flow-set .text-flow-pink {
	color:#fa6596;
}
.flow-set .text-flow-skyblue {
	color:#65b6fa;
}
.flow-line {
	margin-top: -23px;
	border-top: 5px solid #c7c2cc;
	margin-bottom: 20px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
}

.table-flow {
	padding: 0!important;
	margin: 5px 0 0 0!important;
	width: 100%;
	
}
.table-flow-green thead tr {
	background-color: #22bba0;
}

.table-flow-pink thead tr {
	background-color: #d46aa3;
}

.table-flow-blue thead tr {
	background-color: #507dc7;
}
.table-flow thead tr {
	text-align: center;
	color: #FFF;
}
.table-flow th {
	border-right: 1px solid #FFF;
}
.table-flow th:last-child {
	border-right: none;
}
.table-flow tbody {
	border-bottom: 1px solid #d6d3cb;
}
.table-flow tbody td {
	text-align: center;
	padding-top: 11px;
}
.table .btn-review {
	background-color: #b0e6ff;
	color: #013e71;
	font-size: 0.9em;
	margin-top: -6px;
}
.table .btn-review:hover {
	background-color: #013e71;
	color: #FFF;
}

.flow-package, .flow-package-v {
	display: block;
	text-align: center;
	border-radius: 4px;
	padding: 10px;
	-webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}
.flow-package-v {
	overflow: auto;
}
.flow-package-green {
	background-color: #e2f7f3;
	border: 1px solid #22bba0;
}

.flow-package-pink {
	background-color: #fef6f9;
	border: 1px solid #df559f;
}

.flow-package-blue {
	background-color: #f6fcfe;
	border: 1px solid #507dc7;
}
.flow-package-green:hover, .flow-package-pink:hover, .flow-package-blue:hover {
	background-color: #FFF;
}
.flow-package-green a {
	color: #008b72;
	text-decoration: none;
}
.flow-package img {
	margin: 25px auto 15px;
	transition: transform .2s; /* Animation */
}
.flow-package:hover img {
	transform: scale(1.1);	
}

.flow-package-pink a {
	color: #bf317d;
	text-decoration: none;
}
.flow-package-v img {
	width: 30%;
	margin: 10px auto;
	float: left;
	transition: transform .2s; /* Animation */
}
.flow-package-v:hover img {
	transform: scale(1.1);	
}
.flow-package-v p {
	margin: 0;
	text-align: left!important;
	padding: 30px 0 0 0;
	display: inline-block;
}
.flow-package-blue a {
	color: #043a92;
	text-decoration: none;
}

@media only screen and (max-width: 768px) {
	.flow-package img {
	margin: 10px auto;
		width: 70px;
}
	.flow-package-v img {
	width: 70px;
	margin: 10px auto;
	float: none;
}
	.flow-package-v p {
	padding: 5px 0 0 0;
}
}

@media only screen and (max-width:540px){
	h3.page-title {
	display: block;
		text-align: center;
}
	.flow-line {
	width: 100%;
}
}

/*--- high chart ---*/
.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

#chart-age {
    height: 400px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}


/*--------------   bt  left nav -------------------*/

h3.leftNav-title {
    border-radius: 8px 8px 0 0;
    text-align: center;
    /*background-color: #1591a6;*/
    background-color: #0D7284;
    font-size: 1.125em;
    color: #FFF;
    padding-top: 9px;
    height: 40px;
    margin: 0 0 1px 0;
}


h2.leftNav-title {
    border-radius: 8px 8px 0 0;
    text-align: center;
    /*background-color: #1591a6;*/
    background-color: #0D7284;
    font-size: 1.125em;
    color: #FFF;
    padding-top: 9px;
    height: 40px;
    margin: 0 0 1px 0;
}

div.leftNav-title {
    border-radius: 8px 8px 0 0;
    text-align: center;
    /*background-color: #1591a6;*/
    background-color: #0D7284;
    font-size: 1.125em;
    color: #FFF;
    /*padding-top: 9px;*/
    height: 40px;
    margin: 0 0 1px 0;
    line-height: 40px
}

ul.leftNav {
    background-color: #FFF;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    padding: 0;
    margin: 0 0 20px 0;
    overflow-x: hidden;
    z-index: 1;
    top: 0;
    left: 0;
}
ul.leftNav li {
	padding: 0;
	margin: 0;
}
ul.leftNav li a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 8px;
	border-bottom: 1px solid #d6d3cb;
	line-height: 1.3em;
	background-color: #FFF;
}
ul.leftNav li a:hover {
	background-color: #edfcff;
}
ul.leftNav li a.label {
	background-color: #9bd7e8;
	border-bottom: 1px solid #aea797;
	font-weight: 700;
}
ul.leftNav li a.active {
	background-color: #dbf8fd;
}
ul.leftNav .dropdown-btn {
  padding: 8px;
  text-decoration: none;
  color: #333333;
  display: block;
  border: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
	border-bottom: 1px solid #aea797;
	font-weight: 700;
	background-color: #9bd7e8;
}
ul.leftNav .dropdown-btn:hover {
  color: #333333;
	background-color: #6abad1;
}
.dropdown-container {
    /*--display: none;--*/
    padding-left: 3px;
    /*background-color: #1591a6;*/
    background-color: #0D7284;
}
.leftNav .fa-caret-down {
  float: right;
  padding-right: 4px;
	padding-top: 4px;
	color: #999999;
}


/*--------- bt content ------------*/
h1.main-title {
	border-radius: 8px 8px 0 0;
	text-align: left;
	background-color: #00b0ce;
	font-size: 1.125em;
	color: #FFF;
	padding: 9px 15px 0 10px;
	height: 40px;
	margin: 0 0 1px 0;
	display: inline-block;
}
h1.main-title i {
	margin-left: 5px;
}
.board-header {
	float: right;
}
.board-header p {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 6px 0 0 0;
	vertical-align: middle;
}
a.btn-print {
	border-radius: 8px 8px 0 0;
	text-align: left;
	background-color: #b0b0b0;
	font-size: 1em;
	color: #FFF;
	padding: 6px 15px 5px 15px;
	margin: 3px 0 0 0;
	
}
a.btn-print:hover {
	background-color: #4b5f6c;
	color: #FFF;
}
a.btn-print i {
	margin-right: 5px;
}
/*--------- bt form set ------------*/
.form-board {
	background-color: #FFF;
	border-radius:0 0 4px 4px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	overflow: auto;
	padding: 20px;
	margin-bottom: 25px;
}
.form-set > .row > .col-2 > .form-label {
	border-bottom: 1px solid #e9e9e9;
	display:block;
	padding: 6px 0;
	text-align: right;
	color: #006383;
	height: 100%;
	
}
.form-set .form-mark {
	color: #fa0000;
	padding-right: 2px;
}
.form-set .help-note {
	color: #e24a00;
	font-size: 0.9em;
	margin: 6px 0;
}

.form-group .help-note {
    color: #e24a00;
    font-size: 0.9em;
    margin: 6px 0;
}


.form-set .help-note-block {
	margin: 5px;
}
.form-break {
	height: 36px;
}
.form-set h3.form-break-title {
	height: 40px;
	border-bottom: 1px solid #e9e9e9;
	border-left: 5px solid #00cec2;
	padding: 10px 0 0 15px;
	margin-top: 1px;
	font-size: 1em;
	color: #008e86;
	
}
.form-set .form-topLine {
	border-top: 1px solid #e9e9e9;
}
.form-set .btn-form {
	background-color: #b0e6ff;
	color: #013e71;
}
.form-set .btn-form:hover {
	background-color: #013e71;
	color: #FFF;
}

.form-set .btn-form-green {
    background-color: #94e6bb;
    color: #2c5d0e;
}

    .form-set .btn-form-green:hover {
        background-color: #2c5d0e;
        color: #FFF;
    }

.form-set input, .form-set textarea, .form-set select {
    background-color: #e9f0f4;
    border: none;
    color: #003e63;
}
.form-set input[type=radio],.form-set input[type=checkbox] {
	border:1px solid #b0bcc2;
}
.form-set input.form-control-plaintext {
	background-color: #FFF;
}

.nav-set button {
	background-color: #e0e0e0;
	border:none;
	border-radius: 6px 6px 0 0;
	color: #4b4b4b;
	text-decoration: none;
	padding: 6px 20px;
	margin-right: 2px;
	font-weight: 700;
}
.nav-set button.nav-btn:hover {
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.nav-set button.active {
	color: #FFF;
	background-color: #0089d0;
}
.nav-set button.active:hover {
	background-color: #006498;
}
.tab-board {
	background-color: #FFF;
	border-radius:0 4px 4px 4px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	overflow: auto;
	padding: 20px;
	margin-bottom: 25px;
}
.board-bar {
	border-radius: 0 0 4px 4px;
	padding: 15px;
	margin: 0 -20px -20px -20px;
	background-color: #e9f0f4;
}
.board-bar label {
	color: #006383;
	padding: 6px;
	text-align: right;
	width: 100%;
}
.board-bar input {
	background-color: #FFF;
	color: #003e63;
}
.form-table thead th {
	background-color: #ededed;
	color: #003e63;
	border-right:2px solid #FFF;
	text-align: center;
	border-bottom: 2px solid #FFF;
}
.form-table thead th:last-child {
	border-right: none;
}
.form-table tbody tr {
	border-bottom: 1px solid #e9e9e9;
}

.form-table .text-blue {
	text-align: right;
	color: #006383;
}

.search-result {
	color: #666;
	padding-top: 10px;
	font-size: 0.9em;
}

#gotoTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 1.25em;
    /*font-size: 18px;*/
    border: none;
    outline: none;
    background-color: #00826e;
    /*background-color: #00b8c8;*/
    box-shadow: 0 5px 5px rgba(0,0,0,.2);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}

    #gotoTop:hover,#gotoTop:focus {
        background-color: #555;
    }
@media screen and (max-width: 576px) {
	#gotoTop {
  bottom: 20px;
  right: 10px;
	}
}


