/*
blue 	#4695d9
light blue		#8ec9f6
green	#21bb39
light green		#b0f189
yellow	#f2a80a
red 	#fc565e
text	#354052
grey-text 		#7f8fa4
*/
.no-pad {
	padding: 0;
}
.text-blue {
	color: #4695d9;
}
.text-light-blue {
	color: #8ec9f6;
}
.text-green {
	color: #21bb39;
}
.text-light-green {
	color: #b0f189;
}
.text-yellow {
	color: #f2a80a;
}
.text-red {
	color: #fc565e;
}
.text-norm {
	color: #354052 !important;
}
.text-grey {
	color: #7f8fa4;
}

#consultant_login_wrap {

	margin: auto;
	padding: 30px;
	margin-bottom: 15px;

}
#consultant_login_wrap .btn {
    background-color: #737275;
    color: white;
    font-size: 1.2rem;
    padding: 15px 35px;
    border-radius: 10px;
}
#consultant_login_wrap .btn:hover{
	
}

#consultant_login_wrap input.form-control {
	height: 3rem;
}

#dashboard_banner {
	margin-top: 15px;
}
#dashboard_banner p {
	text-align: center;
    font-size: 30px;
    border: 1px solid;
    line-height: 1.5;
    background-color: #e8f4fd;
    color: #354052;
    padding: 15px 0;
}
#dashboard_stats .cur_month_sum {
	height: 200px;
	background-color: #ffffff;
}

#dashboard_stats .prev_month_sum_header {
    border-bottom: 2px solid #babeb8;
	margin-bottom: calc(10px + 1rem);
    margin-left: 15px;
    padding-right: 0;
	width: calc(100% - 15px);
	text-align: center;
    font-size: 25px;
    line-height: 1.5;
}
#dashboard_stats .prev_month_sum_header p {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
    margin: auto;
    margin-bottom: -1rem;
    z-index: 50;
    background: #E6E5E3;
    padding: 0 10px;
}
#dashboard_stats .prev_month_sum {
	height: 150px;
	padding-left: 15px;
}
#dashboard_stats .prev_month_sum > * {
	background-color: #ffffff;
}
#dashboard_stats .cur_month_sum div {
	margin: auto;
    text-align: center;
    line-height: 70px;
	font-size: 30px;
	text-transform: uppercase;
	background: #f5f8fa;
    margin: 0 -15px;
}
#dashboard_stats .cur_month_sum p {
	line-height: 130px;
    font-size: 45px;
    text-align: center;
}
#dashboard_stats .prev_month_sum div {
	margin: auto;
    text-align: center;
    line-height: 50px;
	font-size: 25px;
	text-transform: uppercase;
	background: #f5f8fa;
}
#dashboard_stats .prev_month_sum p {
	line-height: 100px;
    font-size: 35px;
    text-align: center;
}
#dashboard_history {
    padding: 0 30px;
}
#dashboard_history_header {
    padding: 0 45px;
    padding-top: 30px;
}
#dashboard_history #order_table img {
	width: 30px;
	height: auto;
}
#dashboard_history #order_table th {
	color: #7f8fa4;
	padding: 25px 10px;
}
#dashboard_history #order_table th:nth-child(1),
#dashboard_history #order_table td:nth-child(1) {
	padding-left: 0;
}
#dashboard_history #order_table td:nth-child(1),
#dashboard_history #order_table td:nth-child(4),
#dashboard_history #order_table td:nth-child(5),
#dashboard_history #order_table td:nth-child(6),
#dashboard_history #order_table td:nth-child(7) {
	width: 20%;
	font-weight: bold;
}
#dashboard_history #order_table td:nth-child(2),
#dashboard_history #order_table td:nth-child(3) {
	width: 5%;
}
/* CHARTS */
#dashboard_graph {
	position: relative;
}
#chart_legend_fix {
	position: absolute;
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
    font-size: 20px;
    left: -8%;
    top: 50%;
}
#chart_legend_fix p {
	display: inline;
}
#chart_header {
	display: inline;
    float: left;
    padding: 0 30px;
	line-height: 55px;
	font-size: 30px;
}
#from {
    border-right: 2px solid white !important;
}
#date_range {
	display: inline;
	float: right;
	padding: 30px;
	background: #4695d9;
	border-radius: 10px;
    padding: 9px;
    margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
}
#date_range input {
	background: transparent;
    border: none;
    height: auto;
    cursor: pointer;
	width: 80px;
	color: white;
	text-align: center;
}
#date_range input::placeholder {
	color: white;
}
#refresh_date {
	background: none;
    border: 2px solid white;
    border-radius: 0;
    color: white;
    padding: 2px;
}
#sale_chart {
    padding: 0 15px 30px;
}
#sales_type_switch {
    display: inline;
    float: right;
    padding: 30px;
    background: #4695d9;
    border-radius: 10px;
    padding: 9px;
    margin-top: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
}
#sales_type_switch .form-check-inline {
	float: left;
	padding: 0px 5px;
}
#sales_type_switch .form-check-inline label {
	color: #ffffff;
	padding-top: 4px;
    padding-bottom: 4px;
}


/* Datatable */
#order_table_length ,#order_table_filter {
	padding: 30px 0;
}
#order_table tr td:first-child {
	cursor: pointer;
}
table.dataTable thead th.dt-head-right {
    padding-right: 17px !important;
}
#order_table tr td.order_no:hover {
	text-decoration: underline;
	cursor: pointer;
}
img.popup-order-icon {
    display: inline;
}
.orderdetail-warning-message {
	background-color: #dc3545!important;
    color: #ffffff;
    padding: 10px;
    margin: 5px 0;
}