@charset "UTF-8";

body {
	background: #fff;
	text-align: left;
	font-family: Helvetica, Arial, 'sans-serif';
	font-size: 12px;
	margin: 20px 0;
}

.disclaimer p {
	text-align: left;
	font-style: italic;
	font-size: 10px;
	margin: 20px 0 40px 0;
	color:#717171;
}

.logo {
	display: inline-block;
	padding-bottom: 10px;
}

.bc-title {
	text-align: left;
	font-family: Helvetica, Arial, 'sans-serif';
	font-weight: 100;
	color: #4c9202;
}

.stock_name {
	display: block;
	font-weight: bold;
	color: #666666;
	font-size: 13px;
}

.stock_price_text {
	display: inline-block;
	font-weight: normal;
	color: #A9A9A9;
}

.stock_price_date {
	display: block;
	font-weight: normal;
	font-style: italic;
	color: #A9A9A9;
}

.stock_price {
	display: inline-block;
	font-weight: bold;
	color: #000000;
	margin-left: 2px;
	margin-right: 8px;
}

.stock_buy {
	display: inline-block;
	font-weight: bold;
	color: #75C900;
	margin-left: 8px;
}

.stock_sell {
	display: inline-block;
	font-weight: bold;
	color:  #D50003;
	margin-left: 8px;
}

.stock_hold {
	display: inline-block;
	font-weight: bold;
	color:  #1E55AD;
	margin-left: 8px;
}

.stock_call {
	display: inline-block;
	font-weight: bold;
	color: #007ead  /*  #75C900  #a2a2a2 */;
}

a.download {
	display: block;
	float: right;
	width: 45px;
	height: 40px;
	background: url("/brokers_call/www/assets/images/icon-pdf.png") no-repeat center right;
	background-size: 60%;
}

a.download:hover {
	background-image: url("/brokers_call/www/assets/images/icon-pdf-hover.png");
}

.card {
	background: #fff;
	border-radius: 2px;
	display: inline-block;
	height: 100%;
	position: relative;
	width: 100%;
	padding: 5px 13px;
}

.card-2 {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.coming-soon {
	background: url("/brokers_call/www/assets/images/coming-soon-r2.png") no-repeat top right;
	background-size: 160px 90px;
	margin: auto;
}

.coming-soon-second-row {
	background: url("/brokers_call/www/assets/images/coming-soon-r2.png") no-repeat top right;
	background-size: 150px 75px;
	margin: auto;
	height: 65px;
}

.coming-soon-text {
	margin: auto;
	text-align: center;
	height: 100%;
}

.coming-soon-text p {
	font-size: 25px;
	color: #B1B1B1;
	font-style: unset;
	margin: auto;
	text-align: center;
	position: absolute;
	top: 20%;
	left: 5%;
}

.card-2:hover {
  box-shadow: 0 10px 15px rgba(0,0,0,0.20), 0 7px 7px rgba(0,0,0,0.18);
}

.cs-mobile{
	display: none;
}

/* DivTable */
.divTable{
	display: table;
	width: 100%;
}

.divTableRow {
	display: table-row;
}

.divTableRow:hover {
	background-color: #F7F7F7 ;
}

.row-header, .row-header:hover {
	background-color:  #fff;
	height: 70px;
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}

.divTableCell{
	border-top: #CACACA solid 1px;
	display: table-cell;
	padding: 8px 10px;
	vertical-align: middle;
}

.divTableHead {
	border-top: none;
	border-bottom: none;
	display: table-cell;
	padding: 8px 0;
	vertical-align: top;
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}

.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}

.divTableBody {
	display: table-row-group;
}

.contentalignleft {
	text-align: left;
}

.contentalignright {
	text-align: right;
}


.button {
	position: relative;
	background-color: #75C900 ;
	border: 1px solid #87C82C;
	font-size: 11px;
	color: #FFFFFF;
	padding: 7px 15px;
	width: 100px;
	text-align: center;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	border-radius: 3px;
	display: inline-block;
}

.button:hover {
	background-color: #67B100;
	color: #FFFFFF;
	text-decoration: none;
}

.button:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.user-dropdwon__rounded-circle{
	width: 40px;
}

.page-breadcrumb__datetime{
	color: #b8c3d5;
}

.page-breadcrumb__day-title{
	color: #1c2d41;
}

.pie-chart-legend{
	display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 766px) {
	.container, .container-sm {
		max-width: 100%;
	}
	.divTableHead {
		border-bottom: none;
		display: table-cell;
		padding: 8px 0;
		vertical-align: top;
	}
	.col-sm-6 {
		margin-bottom: 20px;
	}
	.card {
		height: 100%;
	}

	.cs-mobile{
		display: block;
	}

	.cs-desktop{
		display: none;
	}
}

@media screen and (max-width: 576px) {
	.container, .container-sm {
		max-width: 100%;
	}
	.alignright {
		text-align: right;
	}
	.contentalignright {
		text-align: right;
	}
	.divTableHead {
		border-bottom: none;
		display: table-cell;
	}
	.col-sm-6 {
		margin-bottom: 30px;
	}
	.card {
		height: 100%;
	}
	/*.coming-soon, .coming-soon-second-row {
		height: 400px;
	}*/
}

/*collapsed start*/
.btn.broker-style__toggles.collapsed:before {
	content: url("/brokers_call/www/assets/images/down_arrow.png");
	vertical-align: sub;
}

.btn.broker-style__toggles:before {
	content: url("/brokers_call/www/assets/images/up_arrow.png");
	margin-right: 1em;
	vertical-align: sub;
}

button.btn.btn-lg.btn-info.collapsed {
	width: 100%;
	background: #595959;
	font-size: 11px;
	padding: 0 2px;
	border-radius: 0;
	border-color: #595959 !important ;
}

button.btn.btn-lg.btn-info.collapsed:active {
	outline: none;
}

button.btn.btn-lg.btn-info {
	width: 100%;
	background: #595959;
	font-size: 11px;
	padding: 0 2px;
	border-radius: 0;
	border-color: #595959 !important;
}

button.btn.btn-lg.btn-info:active {
	outline: none;
}

.btn-info.focus, .btn-info:focus {
	color: #fff;
	background-color: #595959 !important;
	border-color: unset !important; 
	box-shadow: unset !important; 
}

.btn-info:hover {
	color: #fff;
	background-color: #595959 !important; 
	border-color: unset !important; 
}

.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: unset !important; 
}

.broker-style {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.broker-style:hover {
	box-shadow: 0 10px 15px rgba(0,0,0,0.20), 0 7px 7px rgba(0,0,0,0.18);
}

.broker-header {
	height: 50px !important;
	padding: 0px 13px;
	border: 1px solid rgba(0,0,0,.125);
	border-bottom: none;
}

.broker-body {
	padding: 5px 13px;
	border: 1px solid rgba(0,0,0,.125);
	border-top: none;
	border-bottom: none;
}

.col-sm-12 {
	margin-bottom: 15px;
	padding: 0;
}

/*collapsed end*/

.page-title {
	width: 100% !important;
	margin-bottom: 3em;
}

.function-button {
	float: right;
}

.button-header {
	position: relative;
	background-color: #595959 ;
	border: 1px solid #595959;
	font-size: 11px;
	color: #FFFFFF;
	padding: 7px 15px;
	width: 100px;
	text-align: center;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	border-radius: 3px;
	display: inline-block;
	outline: none !important;
}

.button-header:hover {
	background-color: #75C900;
	border: 1px solid #75C900;
	color: #FFFFFF;
	text-decoration: none;
	outline: none !important;
}

.button-header:active, .button-header:focus {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #67B100 !important;
	outline: none !important;
	border: 1px solid #75C900;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.coming-soon-text p {
		font-size: 20px;
		top: 30%;
		left: 10%;
	}
	.logo {
		display: inline-block;
		width: 85%; 
		height: unset; 
	}
}

@media screen and (max-width: 425px) {
	.coming-soon-text p {
		font-size: 22px;
		top: 30%;
		left: 10%;
	}
	.logo {
		display: inline-block;
		width: 75%; 
		height: unset; 
	}
}

@media screen and (max-width: 575px) {
	.function-button {
		float: left;
	}
}

@media screen and (max-width: 320px) {
	.logo {
		display: inline-block;
		width: 95%; 
		height: unset; 
	}
}