html,body{
	margin: 0;
	padding: 0;
}
form{
	position: relative;
}

.form-overlay{
	
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	z-index: 1000;
 	text-align: center;
 	 -webkit-animation-duration: 0.2s; /* Chrome, Safari, Opera */
    animation-duration: 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
  
	
}

#site-overlay{
	position: fixed;
	width: 100%;
	height: 100%;

	background: rgba(255,255,255,0.7);
	z-index: 10000;
	text-align: center;
	-webkit-animation-duration: 0.2s; /* Chrome, Safari, Opera */
	animation-duration: 0.2s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.navbar-brand-logo,.navbar-brand-logo-mini{
	width: auto !important;
	height: 40px !important;
	min-width: auto !important;
	min-height: auto !important;
	max-width: 600px !important;
}

.navbar-vertical-aside .navbar-brand-wrapper{
	padding-left: 22px !important;

}

.front-logo{
	width: 160px;
}

.page-header{
	margin-bottom: 0 !important;

	border-bottom: none !important;
}

.row.form-group .invalid-feedback{
	padding-right: 15px;
	padding-left: 15px;
}

.flatpickr-calendar.hasTime.noCalendar{
	width: 80%;
	overflow: auto;
}

.noshow{
	display: none;
}
.flatpickr-calendar.hasTime.noCalendar .flatpickr-time{
	border: none;
}
h1 small{
	font-size: .875rem;
	color: #677788;
}

.list-tasks > .card{



}

.noitems{
	background: #f9fafc!important;
	text-align: center;
	padding: 40px;
}

.site-overlay{
	display: none;
	pointer-events:none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 102;
	width: 100vw;
	height: 100vh;
	background-color: rgba(19,33,68,.25);
}

.site-overlay.show{

	pointer-events: all;
}

body.panel-opened .site-overlay{
	display: block;
}


#rightPanel{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 600px;
	height: 100%;
	background: white;
	z-index: 1001;
	animation-duration: 300ms;
}

body.panel-opened{
	overflow: hidden;
}

.colorpicker-bs-popover{
	z-index: 120;
}

body.panel-opened #rightPanel{
	display: block;
}

#dateSelectorButton.flatpickr-custom .flatpickr-calendar{
	left: auto !important;
	right: 0 !important;
}

.alert-toast{
	position: fixed !important;
	top: 20px !important;
	right: 20px !important;
	z-index: 99999 !important;
	width: 300px !important;
}

.navbar-brand{
	margin-right: 3rem !important;
}

.list-answers li{
	padding-left: 0!important;

}

.table-last-col-action tbody tr td:last-child{
	text-align: right;
	white-space: nowrap;
}

#fbShareImage{
	width: 0;
	height: 0;
	overflow: hidden;
}

#fbShareContainer{
	width: 1200px;
	height: 630px;
	margin:0;
	padding:0;
}

#fbShareContent{
	background: url('../img/site-background.jpg') top center no-repeat;
	background-size: cover;
	width: 1200px;
	height: 630px;
	margin:0;
	padding:0;

}

#fbShareContent .question{
	font-size: 45px;
	font-weight: 600;
	color: white;
}

#fbShareContent .game-button{
	display: -webkit-flex;
	display: flex;
	text-decoration: none;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.7);
	font-family: 'Roboto', sans-serif;

	color: black;
	border-radius: 8px;
	margin-bottom: 30px;
	font-size: 27px;
	text-align: center;

	font-weight: 500;
	height: 75px;
	box-sizing: border-box;



}

#mychart{
	width: 100%;
	overflow-x: auto;
	cursor: crosshair;
	position: relative;
}

#mychart .highlightline{

	position: absolute;
	left: 0;

	border: 1px dashed #ccc;

	z-index: 3;
	height: 0px;
	width: 100%;
}

#mychart .mychart-container{
	height: 600px;
	width: 100%;
	display: table;
	table-layout: fixed;
	position: relative;

}

#mychart .mychart-container .tick{
	display: table-cell;
	height: 100%;
	box-sizing: border-box;
	padding-right: 2px;
	width: 7px;
	background: white;
	position: relative;
}


#mychart .mychart-container .tick .candle{
	position: absolute;
	top: 0;
	left: 0;

	width: 5px;


}

#mychart .mychart-container .tick.highlight{

	background: #f6f8e3;
}

#mychart .mychart-container .tick .candle .wrapper{
	height: 100%;
	position: relative
}

#mychart .mychart-container .tick .candle .wrapper .line{
	height: 100%;
	width: 1px;
	margin-left: 2px;


}

#mychart .mychart-container .tick .candle .wrapper .body{
	position: absolute;
	width: 100%;
	min-height: 1px;

	top: 0;
	left: 0;
}

#mychart .mychart-container .tick .candle.bear .line{
 background: #ef5350;
}

#mychart .mychart-container .tick .candle.bull .line{
	background: #26a69a;
}

#mychart .mychart-container .tick .candle.bear .body{
	background: #ef5350;
}

#mychart .mychart-container .tick .candle.bull .body{
	background: #26a69a;
}

/* width */
#mychart::-webkit-scrollbar {

	height: 5px;
}

/* Track */
#mychart::-webkit-scrollbar-track {
	background: #f5f5f5;


}

#listCandles tbody{
	font-size: 11px;
	color: black;
}

#listCandles .status{
	width: 10px;
	background: white;
	border: 1px solid #ccc;
}

#listCandles .candle-bear{
	background: #f7a9a7;
}

#listCandles .candle-bull{
	background: #92d2cc;
}

#listCandles .status.status-low-rsi{
	background: yellow;
}

#listCandles .status.status-start-buy{
	background: #666;
}

#listCandles .status.status-limit-loss-sell{
	background: red;
}

#listCandles .status.status-win-70-sell {
	background: blue;
}

.headerBody{
	padding-top: 100px;
}

.load-panel-btn{

}

.footer-text{

	text-transform: uppercase;
	color: #8c98a4;
	font-size: .7109375rem;
	margin-right: 0.2rem;
}

/* Handle */
#mychart::-webkit-scrollbar-thumb {
	background: black;

}

@media (min-width: 576px){
	.row.form-group .invalid-feedback {
		margin-left: 25%;

	}
}
