

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

 html, body {
	height: 100%;
}

body {
	
	font-size:14px;
	color:#787878;
	line-height:24px;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Roboto', sans-serif;
}

a {
	text-decoration:none;
	cursor:pointer;
	color:#409ce7;
}



a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}

a:hover {
	color: #ff8a00;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}


a:focus{
	box-shadow:none !important;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:99999999999;
	background-color:#ffffff;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100px;
	background-image:url(../images/icons/preloader.svg);
}

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

.dropdown-toggle::after{
	display: none;
}

.fa{
	line-height: inherit;
}


.header-top {
	position: fixed;
	width: 100%;
	height: 71px;
	z-index: 9999;
}

.header-top .logo {
	min-width: 500px;
}

.header-top #headerMenu {
	justify-content: flex-end;
}

#headerMenu.show, #headerMenu.collapsing {
	background-color: #1b1a1c;
}

.header-top .nav-item {
	padding-right: 20px;
}

.header-top .nav-item>a {
	font-size: 20px;
	font-weight: bold;
	color: white;
}

.header-top .nav-item>a:hover {
	color: #ff8a00;
}

.header-top .nav-item.active>a {
	color: #ff8a00;

}

.header-top .nav-item .dropdown-menu {
	background-color: #4488be;
}

.header-top .nav-item .dropdown-menu a {
	color: white;
}

.header-top .login-status {
	padding: 0;
	font-size: 1rem;
	font-weight: bold;
	color: white;
}

.header-top .login-status a {
	font-size: 16px;
	font-weight: bold;
	color: white;
}

.header-top .login-status a:hover {
	color: #ff8a00;
}

.header-top .nav-item .nav-link {
	font-size: 18px;
	font-weight: bold;
	color: white;
}

.btn-start {
	height: 30px;
	color: white;
	background-color: #223a66;
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
}

.scroll-to-top{
	position:fixed;
	bottom:20px;
	right:20px;
	width:50px;
	height:50px;
	color:#ffffff;
	font-size:36px;
	line-height:50px;
	text-align:center;
	z-index:10;
	cursor:pointer;
	background:#1b1a1c;
	display: none;
	opacity: 1;
	border-radius: 25px;	
}

.scroll-to-top:hover{
	background:#ff8a00;
}

.footer-section {
	position:relative;
	padding: 20px 0 10px 0;
}


.member-container p {
	text-indent: 2rem;
	text-align: justify;
}

.report-container {
	width: 1000px;
}

.report-container .report-cover-container {
	height: 1100px;
	margin: auto;
	position: relative;
}

.report-container .cover-container {
	text-align: center;
}

.report-container .cover-container .report-logo {
	width: 150px;
	padding-top: 50px;
	filter: drop-shadow(10px 10px 20px);
}

.cover-container .cover-title {
	margin-top: 50px;
	margin-bottom: 200px;
}

.cover-content.justify {
	font-size: 16px;
	width: 80px;
	display: inline-block;
	text-align-last: justify;
	margin-top: 20px;
}

.cover-content.blank-systemfill {
	font-size: 16px;
	display: inline-block;
	width: 400px;
	text-align: center;
	border-bottom: solid 1px;
	vertical-align: bottom;
}

.report-container .body-content {
	text-align: justify;
}

.report-container .content-container .item-title {
	font-size: 16px;
	font-weight: bold;
}

.report-container .content-container .item-content {
	text-indent: 2em;
}

.report-container .container {
	border: 1px solid #dee2e6;
	border-bottom: 0;
}

.report-container .container>ul>li {
	border-bottom: 1px solid #dee2e6;
	padding: 1rem;
}

.report-container .container ul ul li p  {
	text-indent: 2em;
}

.report-container .container ul ul li p:first-child  {
	text-indent: 0;
}

.sign-container {
	width: 500px;
	padding: 1rem 2rem;
	margin: 16rem auto 0;
	border-radius: 10px;
	background-color: #1e58b4c0;
	color: white;
}

.sign-container a {
	color: #1DB9A0;
}

.sign-container a:hover {
	color: #ff8a00;
}

.step-list-container, .step-design-container {
	padding-top: 40px;
	color:white;
    text-shadow: -1px -1px black, -1px 1px black, 1px -1px black, 1px 1px black;
    border-radius: 3px;
    /*background-color: #787878;*/
    cursor: default;
}


.step-list-container *, .step-design-container * {
	border-radius: 3px;
}
.step-list-container .container-title, .step-design-container .container-title {
	position: absolute;
	padding: 10px 0;
	width: 100%;
	top: 0;
	font-size: 20px;
	height: 40px;
}

#stepFullList::-webkit-scrollbar, #stepDesignList1::-webkit-scrollbar, #stepDesignList2::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

#stepFullList::-webkit-scrollbar-thumb, #stepDesignList1::-webkit-scrollbar-thumb, #stepDesignList2::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #d2d2c9;
}

#stepFullList::-webkit-scrollbar-track, #stepDesignList1::-webkit-scrollbar-track, #stepDesignList2::-webkit-scrollbar-track{
  background-color: #fff3;
  border-radius: 5px;
}

#stepFullList, #stepDesignList1, #stepDesignList2 {
	background-color: #787878;
}

#stepFullList ul, #stepDesignList1 ul, #stepDesignList2 ul {
    padding:0;  background-color: #787878; border: 1px solid #5f94c3;
}

ul#stepFullList li, ul#stepDesignList1 li, ul#stepDesignList2 li {
    padding-left:50px;
    margin:5px;
    border:1px solid #d2d2c905;
    background-color:#5f94c3;
}
#stepFullList li div, #stepDesignList1 li div, #stepDesignList2 li div {
    padding:7px; background-color:#91bed4; border:1px solid #d2d2c905; margin: 5px 5px 3px 5px;
}

.box {
	display: flex;
	flex-direction: column;
	padding: 1rem;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 5px rgba(0,0,0,.5);
}

.chat-title {
	font-size: 1rem;
	font-weight: bold;
	padding: .6rem;
}

.chat-content {
	height: 50px;
	border: 1px solid #dee2e6;
	background-color: #fff;
	padding: 0 .2rem;
	overflow: auto;

}

.schedule-container {
	padding: 3rem;
}

.schedule-container img {
	width: 100%;
}
.schedule-container .title {
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	padding-top: 2rem;
}
.schedule-container .title div {
	background-color: #ed7d31;
	padding: 5px 0;
}
.schedule-container .left {
	width: 18%;
	float: left;
}
.schedule-container .right {
	width: 80%;
	float: right;
}
.schedule-container .schedule-item {
	padding-top: 1rem;
	height: 450px;
	page-break-inside: avoid;
}
.schedule-container .schedule-item table {
	height: 100%;
}
.schedule-container .schedule-item img {
	padding-top: .25rem;
}
.schedule-container .schedule-item .left {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.schedule-container .schedule-item .tag-container {
	display: flex;
	flex-wrap: wrap;
}
.schedule-container .schedule-item .tag {
	padding: .75rem;
}
.schedule-container .schedule-item td {
	padding: .25rem;
}
.schedule-container .schedule-item img:first-child {
	padding-top: 0;
}
.schedule-container .schedule-item tr td:first-child {
	width: 240px;
}

.preview-container {

}
.preview-container p {
	text-indent: 2em;
}