html {
	font-size: 16px;
}

* {
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-o-transition: all ease .4s;
}

body {
	font-family: 'Lato', sans-serif;
}

body h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
}

body input:focus {
	outline: none;
}

body ul {
	margin: 0;
	list-style: none;
	padding-left: 0px;
}

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

.padding_0 {
	padding: 0px;
}

.padding_left {
	padding-left: 0px;
}

.padding_right {
	padding-right: 0px;
}

.container-fluid {
	width: 1920px;
	max-width: 100%;
	display: block;
	margin: auto;
	position: relative;
	padding: 0;
}

.menu_side {
	width: 250px;
	background-color: #4B89DC;
	position: fixed;
	z-index: 9999999;
}

.menu_side .logo_brand {
	text-align: center;
	padding: 20px 0px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	position: relative;
	z-index: 999;
}

.menu_side .logo_brand img {
	width: 140px;
	padding-top: 8px;
}

.menu_side .logo_brand span {
	display: none;
}

.sidenav {
	height: 100%;
	width: 250px;
	position: fixed;
	z-index: 1;
	top: 75px;
	left: initial;
	background-color: #4B89DC;
	overflow-x: hidden;
	padding-top: 50px;
}

.sidenav a {
	padding: 12px 10px 12px 65px;
	text-decoration: none;
	font-size: 1.2rem;
	color: #A5C4EE;
	font-weight: 300;
	position: relative;
	display: block;
	border-left: 4px solid transparent;
}

.sidenav a i {
	position: absolute;
	left: 20px;
	top: 16px;
	font-size: 1.4rem;
}

.sidenav a img {
	position: absolute;
	left: 20px;
	top: 16px;
}

.sidenav .closebtn {
	display: none;
}

.sidenav a:hover, .sidenav a:focus {
	color: white;
	background-color: #3E72B9;
	border-left: 4px solid white;
}

.sidenav .active {
	color: white;
	background-color: #3E72B9;
	border-left: 4px solid white;
}

.dashboard_side {
	display: inline-block;
	width: 100%;
	padding-left: 250px;
	position: relative;
	z-index: 1;
}

.top_menu {
	width: 100%;
	background-color: white;
	text-align: right;
	padding: 20px 20px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	position: relative;
	z-index: 9;
	min-height: 76px;
	position: fixed;
	top: 0;
	left: 0;
}

.top_menu ul {
	margin-top: 5px;
}

.top_menu ul li a {
	display: inline-block;
	padding: 0px 10px;
	color: #34323B;
	font-size: 1.1rem;
}

.top_menu ul li a img {
	margin-top: -5px;
}

.top_menu ul li a i {
	margin-left: 5px;
}

.inner_board {
	padding: 30px;
	padding-top: 126px;
	background-color: #FBFAFD;
	z-index: 1;
}

.invoice_box {
	display: inline-block;
	width: 100%;
	border-radius: 10px;
	background-color: white;
	box-shadow: 0 20px 50px rgb(232, 241, 242);
	margin-bottom: 80px;
	position: relative;
}

.invoice_box .back_link {
	position: absolute;
	top: 50px;
	right: 50px;
	color: #C1C0C6;
	font-size: 1.1rem;
	font-weight: 400;
}

.invoice_box .back_link img {
	margin-left: 5px;
	width: 35px;
}

.invoice_box .box_top {
	width: 100%;
	display: inline-block;
	padding: 20px 30px;
	text-align: right;
	position: relative;
	box-shadow: 0px 3px 3px 0px rgba(130, 96, 228, .1);
}

.invoice_box .box_top a {
	color: #4B89DC;
	text-transform: uppercase;
	font-size: 1rem;
}

.invoice_box .box_top span {
	display: inline-block;
	background-color: #4B89DC;
	color: white;
	font-size: 1rem;
	padding: 10px 25px;
	border-radius: 5px;
	position: absolute;
	left: 30px;
	top: -20px;
}

.invoice_box .box_top .btn_blue {
	display: inline-block;
	background-color: #5789D6;
	color: white;
	font-size: 1rem;
	padding: 10px 35px;
	border-radius: 2px;
	border: 0;
	margin-left: 15px;
	text-transform: uppercase;
}

.invoice_box .box_bottom {
	width: 100%;
	display: inline-block;
	padding: 20px 30px;
	position: relative;
}

.invoice_box .box_bottom .btn_plus {
	display: inline-block;
	padding: 0px 7px;
	background-color: #4B89DC;
	color: white;
	border-radius: 50%;
	font-size: 1.1rem;
	position: absolute;
	right: 30px;
	bottom: 20px;
}

.invoice_box .box_bottom .timeline {
	width: 100%;
	position: relative;
	text-align: left;
	display: inline-block;
}

.invoice_box .box_bottom .timeline:before {
	left: 53%;
}

.invoice_box .box_bottom .timeline:before {
	content: '';
	position: absolute;
	top: 10px;
	bottom: 35px;
	left: 48%;
	width: 5px;
	background: #ececf6;
	transform: translateX(-88%);
}

.invoice_box .box_bottom .timeline li {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	line-height: 30px;
}

.invoice_box .box_bottom .timeline li:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	top: 25%;
	left: 44.8%;
	border-radius: 50%;
	background: #4B89DC;
	border: 2px solid #fff;
	box-shadow: 0px 0px 10px 2px rgba(130, 96, 228, .3);
}

.invoice_box .box_bottom .timeline .lite:before {
	display: none;
}

.invoice_box .box_bottom .timeline li p {
	color: #6B6973;
	font-size: 0.95rem;
}

.invoice_box .box_bottom .timeline li p span {
	float: right;
	color: #4B89DC;
}

.invoice_box .box_bottom .timeline li .light {
	color: #4B89DC;
}

.invoice_box .box_bottom .timeline li:last-child:before {
	background-color: white;
	border: 2px solid #4B89DC;
}

.invoice_box .box_bottom .box {
	display: inline-block;
	width: 100%;
	padding: 25px 0px;
	position: relative;
}

.invoice_box .box_bottom .box p {
	color: #CDCAD2;
	font-size: 1rem;
}

.invoice_box .box_bottom .box h4 {
	color: #25232d;
	margin-top: 10px;
	font-size: 1.4rem;
}

.invoice_box .box_bottom .border .box:after {
	content: "";
	background-color: #F1F1F8;
	position: absolute;
	right: 0px;
	top: 25px;
	bottom: 25px;
	width: 1px;
}

.invoice_box .box_bottom .text_box {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.invoice_box .box_bottom .text_box p {
	color: #817D8E;
	font-size: 0.95rem;
	margin-bottom: 5px;
}

.invoice_box .box_bottom .text_box h4 {
	color: #575168;
	margin-bottom: 25px;
	font-size: 1.4rem;
}

.invoice_box .box_bottom .progress {
	margin-top: 30px;
	background-color: #ECECF6;
	border-radius: 30px;
	height: 13px;
	box-shadow: none;
}

.invoice_box .box_bottom .progress-bar {
	float: left;
	width: 0;
	height: 25px;
	text-align: center;
	background-color: #3B8BD2;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
	position: absolute;
	border-radius: 40px;
	top: 23px;
	left: 16px;
}

.invoice_box .box_bottom .percent_progress {
	color: #9C9BA1;
}

.chart {
	position: relative;
	display: inline-block;
	width: 150px;
	height: 150px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.chart_single p {
	position: absolute;
	bottom: 0;
	font-size: 0.85rem;
	left: 0;
	right: 0;
	top: 40px;
	max-width: 62px;
	margin: auto;
	line-height: 17px;
	display: flex;
	align-items: center;
}

.days, .percent {
	color: #4b89dc;
	font-size: 1.6rem;
	line-height: 40px;
	top: 30%;
	left: 0;
	right: 0;
}

.percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
}

.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px !important;
	height: 150px !important;
}

.position-absolute {
	position: absolute !important;
}

.position-relative {
	position: relative !important;
}

.invoice_box_2 {
	padding-top: 100px;
}

.invoice_box_2 .timeline {
	margin-top: 40px;
}

.invoice_box_2 .box_bottom .timeline:before {
	left: 47%;
}

.invoice_box_2 .score {
	color: #4E8BDD;
	text-align: center;
	font-size: 1.1rem;
	margin: 70px 0px;
}

.invoice_box_2 .chart {
	width: 220px !important;
	height: 220px !important;
}

.invoice_box_2 .chart canvas {
	width: 220px !important;
	height: 220px !important;
}

.invoice_box_2 .box_bottom .box p {
	color: #AAA7B1;
	font-size: 1rem;
}

.invoice_box_2 .box_bottom .box h4 {
	color: #4B89DC;
	margin-top: 10px;
	font-size: 1.8rem;
}

.nav_tab {
	width: 100%;
	display: inline-block;
	margin-left: 4px;
	margin-bottom: -4px;
}

.nav_tab li {
	padding: 0px;
}

.nav_tab li a {
	display: inline-block;
	padding: 19px 20px;
	color: white;
	background-color: #3E4753;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-left: -3px;
	font-size: 1rem;
	position: relative;
	transition: none;
}

.nav_tab li a:after {
	content: url(../images/shape_2.png);
	position: absolute;
	right: -26px;
	bottom: -1px;
	display: inline-block;
	z-index: 2;
	transition: none;
}

.nav_tab li a:hover, .nav_tab li a:focus {
	background-color: white;
	color: #3E4753;
}

.nav_tab li a:hover:after, .nav_tab li a:focus:after {
	content: url(../images/shape.png);
	right: -32px;
}

.nav_tab .active a {
	background-color: white;
	color: #3E4753;
	box-shadow: 0 20px 50px #3E4753;
}

.nav_tab .active a:after {
	content: url(../images/shape.png);
	right: -32px;
}

.nav_tab li:nth-child(3) a {
	padding: 17px 35px;
}

.nav_tab li:nth-child(3) a:after {
	content: "";
}

.logo_brand {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #4B89DC;
	padding: 20px 50px;
	z-index: 999;
}

.logo_brand img {
	width: 120px;
}

.login_board {
	background-color: white;
	display: inline-block;
	width: 100%;
	margin-top: 64px;
	padding: 70px 0px;
}

.login_board .img_box {
	width: 100%;
	display: inline-block;
	border-right: 1px solid #E9E9E9;
}

.login_board .img_box img {
	width: 70%;
	display: block;
	margin: auto;
}

.login_board form {
	width: 100%;
	display: inline-block;
	padding: 0px 50px;
	margin-top: 150px;
	text-align: center;
}

.login_board form p {
	color: #605B6F;
	font-size: 1.2rem;
	margin-bottom: 20px;
}

.login_board form input {
	width: 100%;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	height: 40px;
	padding-left: 15px;
	margin-bottom: 15px;
}

.login_board form input::placeholder {
	color: #D1CEDA;
	font-size: 1rem;
}

.login_board form .input_form {
	width: 100%;
	display: inline-block;
	position: relative;
}

.login_board form .forgotpassword {
	display: inline-block;
	color: #78A6E5;
	font-size: 0.7rem;
	position: absolute;
	top: 13px;
	right: 10px;
}

.login_board form .btn_blue {
	background-color: #4B89DC;
	padding: 8px 25px;
	border-radius: 5px;
	color: white;
	font-size: 1rem;
	border: 0;
	box-shadow: 0px 0px 1px 3px #4B89DC;
	margin-top: 10px;
	margin-bottom: 25px;
}

.login_board form .btn_light {
	background-color: white;
	padding: 8px 5px;
	border-radius: 5px;
	color: #AAC7EF;
	border: 1px solid #AAC7EF;
	font-size: 0.9rem;
	display: inline-block;
	width: 100%;
	margin-top: 5px;
}

.label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 0.95rem;
	color: #605B6F;
	font-weight: 300;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
}

/* Hide the browser's default checkbox */

.label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	width: auto !important;
	height: auto !important;
	padding: 0;
	margin: 0;
}

/* Create a custom checkbox */

.checkmark {
	position: absolute;
	top: 0;
	left: 4px;
	height: 20px;
	width: 20px;
	border-radius: 3px;
	background-color: white;
	border: 1px solid #C4C4C4;
}

/* On mouse-over, add a grey background color */

.label:hover input~.checkmark {
	background-color: white;
}

/* When the checkbox is checked, add a blue background */

.label input:checked~.checkmark {
	background-color: #2196F3;
	border: 1px solid #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */

.label input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */

.label .checkmark:after {
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.discount_box {
	width: 100%;
	display: inline-block;
	padding: 50px 30px;
	border-top: 2px solid #3B8BD2;
	background-color: white;
	box-shadow: 0 20px 50px rgb(232, 241, 242);
	margin: 25px 0px;
}

.discount_box h2 {
	color: #B6B5B8;
	font-size: 1.3rem;
	font-weight: 400;
	margin-bottom: 40px;
	position: relative;
}

.discount_box h2 span {
	position: absolute;
	top: 0;
	left: 130px;
	color: #25232D;
}

.discount_box h3 {
	color: #575757;
	font-size: 1.3rem;
	font-weight: 400;
	margin-bottom: 40px;
	position: relative;
}

.discount_box h3 span {
	margin: 0px 10px;
}

.discount_box h3 b {
	color: #3E73B9;
	font-weight: 400;
}

.discount_box .invoice_progress {
	width: 100%;
	display: inline-block;
	position: relative;
	border-radius: 30px;
	height: 25px;
	margin-top: 0px;
	margin-bottom: 100px;
}

.discount_box .invoice_progress span {
	position: absolute;
	right: 0;
	bottom: -45px;
	color: #4B89DC;
	text-align: center;
	font-size: 0.9rem;
}

.discount_box .invoice_progress span small {
	position: absolute;
	right: 0;
	top: -55px;
	color: #4B89DC;
	text-align: center;
	font-size: 0.9rem;
}

.discount_box .invoice_progress .total {
	background-color: #C6DFF6;
	position: absolute;
	width: 100%;
	height: 25px;
	border-radius: 30px;
	left: 0;
	top: 0;
}

.discount_box .invoice_progress .invoice {
	background-color: #84BAE9;
	position: absolute;
	width: 70%;
	height: 25px;
	border-radius: 30px;
	left: 0;
	top: 0;
}

.discount_box .customer_payment {
	width: 100%;
	display: inline-block;
	position: relative;
	padding-top: 10px;
}

.discount_box .customer_payment .line {
	position: absolute;
	display: inline-block;
	height: 4px;
	background-color: #ECECF6;
	top: 0;
	left: 8%;
	right: 6%;
}

.discount_box .customer_payment ul li {
	position: relative;
	color: #4B89DC;
	text-align: center;
	padding: 5px 20px;
	font-size: 0.9rem;
}

.discount_box .customer_payment ul li span {
	position: absolute;
	top: -40px;
	left: 20px;
}

.discount_box .customer_payment ul li:last-child {
	float: right;
	padding-right: 0px;
}

.discount_box .customer_payment ul li:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	top: -15px;
	left: 42.8%;
	border-radius: 50%;
	background: #4B89DC;
	border: 2px solid #fff;
	box-shadow: 0px 0px 10px 2px rgba(130, 96, 228, .3);
}

.discount_box .customer_payment ul li:last-child:before {
	background-color: white;
	border: 2px solid #4B89DC;
	left: 50.8%;
}

.button_div .btn_blue {
	background-color: #4B89DC;
	padding: 8px 25px;
	border-radius: 2px;
	color: white;
	font-size: 1rem;
	border: 0;
	box-shadow: 0px 0px 1px 3px #4B89DC;
	margin-top: 0px;
	margin-bottom: 20px;
}

.table_box {
	width: 100%;
	display: inline-block;
	background-color: white;
	border-top: 2px solid #4B89DC;
	box-shadow: 0 20px 50px rgb(232, 241, 242);
}

.table_box table {
	margin-bottom: 10px;
}

.table_box table thead tr th {
	padding: 20px 10px;
	color: #888592;
	font-size: 1.1rem;
	font-weight: 400;
}

.table_history table thead tr th {
	color: #383838;
	font-weight: 600;
}

.table_box table thead {
	box-shadow: 0px 3px 3px 0px rgba(130, 96, 228, .1);
}

.table_box table tbody tr td {
	padding: 15px 10px;
	color: #B2AFB9;
	font-size: 1rem;
	font-weight: 300;
}

.table_box table tbody tr td .label {
	height: 20px;
	margin-bottom: 0px;
	text-align: left;
	color: #B2AFB9;
	font-size: 1rem;
	font-weight: 300;
}

.table_box {
	/* overflow-x: scroll; */
}

.top_menu .logo2 {
	float: left;
	margin-top: 5px;
}

.inner_board2 {
	padding-left: 0px !important;
}

.step_board {
	width: 100%;
	display: inline-block;
	padding: 20px;
	padding-top: 40px;
	text-align: center;
	margin-top: 76px;
	z-index: 1;
}

.step_board ul {
	display: inline-block;
	position: relative;
	padding-top: 20px;
}

.step_board ul:after {
	content: "";
	position: absolute;
	left: 10%;
	right: 12%;
	top: 0;
	height: 4px;
	background-color: #E1E7ED;
}

.step_board ul li a {
	display: inline-block;
	position: relative;
	color: #928F9C;
	font-size: 0.95rem;
	padding: 10px 40px;
}

.step_board ul li:nth-child(1) a:after {
	background-color: #428CCA;
	content: "";
	height: 4px;
	position: absolute;
	top: -20px;
	left: 60px;
	width: 150px;
	z-index: 9;
}

.step_board ul li a span {
	position: absolute;
	top: -38px;
	left: 37%;
	z-index: 9999;
	background-color: #E9EFF5;
	color: #928F9C;
	border-radius: 50%;
	padding: 6px 12px;
	border: 3px solid #E9EFF5;
}

.step_board ul .active a span {
	color: white;
	background-color: #4983D1;
}

.inner_board2 .inner_board {
	padding-top: 40px;
	background-color: #FBFAFD;
	display: inline-block;
	width: 100%;
}

.inner_board2 h3 {
	color: #918E9C;
	margin-bottom: 40px;
	font-size: 1.7rem;
}

.table_box2 {
	width: 1000px;
	max-width: 100%;
	display: block;
	margin: auto;
	padding: 30px;
}

.table_box2 table tbody tr td h4 {
	position: relative;
	color: #4A4A4A;
	font-size: 1.1rem;
	font-weight: 400;
	padding-left: 60px;
}

.table_box2 table tbody tr td h4 img {
	position: absolute;
	width: 30px;
	left: 0;
	top: 0;
}

.table_box2 table tbody tr td input {
	width: 100%;
	border: 0;
	border-bottom: 2px solid #F5F4F7;
	height: 35px;
	padding-left: 10px;
	margin-bottom: 15px;
}

.table_box2 table tbody tr td .btn_blue {
	background-color: #4B89DC;
	padding: 8px 25px;
	border-radius: 2px;
	color: white;
	font-size: 1rem;
	border: 0;
	width: 100%;
	text-align: center;
}

.table_box2 table tbody tr td .btn_blue img {
	width: 18px;
	margin-top: -5px;
	margin-right: 10px;
}

.table_box2 table tbody tr td .ok {
	width: 40px;
	float: right;
}

.table_box2 table tbody tr td a {
	color: #3F3F3F;
	font-size: 1.1rem;
	font-weight: 500;
}

.table_box2 table tbody tr td p {
	color: #DB4453;
	font-size: 1.1rem;
	font-weight: 500;
}

.btn_save {
	background-color: #4B89DC;
	padding: 8px 25px;
	border-radius: 2px;
	color: white;
	font-size: 1rem;
	border: 0;
	box-shadow: 0px 0px 1px 3px #4B89DC;
	margin-top: 30px;
	margin-bottom: 30px;
}

.step_board2 ul li a {
	padding: 10px 70px;
}

.step_board2 ul:after {
	left: 14%;
	right: 17%;
}

.step_board2 ul li:nth-child(1) a:after {
	display: none;
}

.step_board2 ul li:nth-child(1) a.inv_user_button:after {
	display: none;
}

.pie canvas {
	width: 100%;
}

.pie canvas div {
	width: 100%;
}

.discount_box .box {
	width: 100%;
	display: inline-block;
	padding: 15px;
	border-radius: 3px;
	box-shadow: 0px 0px 6px 3px rgba(130, 96, 228, .1);
}

.discount_box .box .btn_blue {
	background-color: #4B89DC;
	padding: 10px 50px;
	border-radius: 2px;
	color: white;
	font-size: 1.2rem;
	border: 0;
	text-transform: uppercase;
	box-shadow: 0px 0px 1px 3px #4B89DC;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}

.discount_box .box .btn_blue span {
	position: absolute;
	left: 90px;
	bottom: -25px;
	padding: 2px 12px;
	font-size: 1.6rem;
	background-color: white;
	border-radius: 50%;
	border: 2px solid #4B89DC;
	color: #4B89DC;
}

@media(max-width: 1320px) {
	html {
		font-size: 15px;
	}
	.invoice_box .box_bottom .timeline li:before {
		left: 43.2%;
	}
	.login_board form {
		padding: 0px 30px;
	}
	.discount_box .customer_payment ul li:before {
		left: 38.8%;
	}
	.discount_box .customer_payment ul li:last-child:before {
		left: 55.8%;
	}
}

@media(max-width: 1200px) {
	html {
		font-size: 14px;
	}
	.menu_side {
		width: 200px;
	}
	.sidenav {
		width: 200px;
	}
	.dashboard_side {
		padding-left: 200px;
	}
	.chart {
		width: 120px !important;
		height: 120px !important;
	}
	.chart canvas {
		width: 120px !important;
		height: 120px !important;
	}
	.login_board form {
		padding: 0px 0px;
	}
	.discount_box .customer_payment ul li:before {
		left: 34.8%;
	}
}

@media(max-width: 1024px) {
	html {
		font-size: 12px;
	}
}

@media(max-width: 768px) {
	html {
		font-size: 13px;
	}
	.invoice_box .box_bottom .timeline li:before {
		left: 45.2%;
	}
	.discount_box {
		padding: 50px 0px;
	}
}

@media(max-width: 767px) {
	html {
		font-size: 14px;
	}
	.menu_side {
		width: 100%;
	}
	.menu_side span {
		position: absolute;
		color: white;
		right: 20px;
		top: 20px;
		font-size: 1.4rem;
	}
	.top_menu {
		top: 76px;
		text-align: center;
	}
	.sidenav {
		width: 200px;
		left: -200px;
	}
	.inner_board {
		padding-top: 196px;
	}
	.dashboard_side {
		padding-left: 0px;
	}
	.open {
		left: 0px;
	}
	.invoice_box .box_top span {
		left: 100px;
	}
	.invoice_box .box_top {
		text-align: center;
		padding-top: 30px;
	}
	.invoice_box .box_bottom .border .box:after {
		content: "";
		background-color: #F1F1F8;
		position: absolute;
		right: 0px;
		left: 0;
		top: initial;
		bottom: 0;
		height: 1px;
		width: initial;
		display: inline-block;
	}
	.days, .percent {
		font-size: 3.5rem;
	}
	.chart_single p {
		font-size: 1.4rem;
		line-height: 30px;
	}
	.chart {
		width: 250px !important;
		height: 250px !important;
	}
	.chart canvas {
		width: 250px !important;
		height: 250px !important;
	}
	.invoice_box_2 .chart_single p {
		font-size: 1rem;
		line-height: 20px;
	}
	.invoice_box_2 .percent {
		font-size: 2.5rem;
	}
	.invoice_box_2 .box_bottom .timeline:before {
		left: 48.5%;
	}
	.invoice_box_2 .chart {
		width: 285px !important;
		height: 285px !important;
	}
	.invoice_box_2 .chart canvas {
		width: 285px !important;
		height: 285px !important;
	}
	.nav_tab li:nth-child(3) a {
		padding: 17px 20px;
	}
	.nav_tab li a {
		padding: 18px 12px;
	}
	.login_board .img_box {
		border-right: 0px;
		border-bottom: 1px solid #E9E9E9;
		padding: 30px 0px;
	}
	.login_board {
		padding: 0px;
	}
	.login_board form {
		margin-top: 0px;
		padding: 20px 0px;
	}
	.padding_left {
		padding: 0px;
	}
	.padding_right {
		padding: 0px;
	}
	.discount_box h2 {
		margin-bottom: 50px;
	}
	.top_menu2 {
		top: 0 !important;
	}
	.step_board ul li a {
		padding: 10px 10px;
	}
	.step_board ul li:nth-child(1) a:after {
		width: 50px;
	}
	.table_box2 table tbody tr td h4 {
		margin-bottom: 20px;
		padding-left: 30px;
	}
	.table_box2 table tbody tr td .ok {
		float: none;
		display: block;
		margin: auto;
		margin-top: 20px;
	}
	.table_box2 table tbody tr td h4 img {
		width: 20px;
	}
}

@media(max-width: 375px) {
	.invoice_box_2 .chart {
		width: 250px !important;
		height: 250px !important;
	}
	.invoice_box_2 .chart canvas {
		width: 250px !important;
		height: 250px !important;
	}
}

/*added by praveen start*/

/*------for login image size adjust by------*/

// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) {
	#login_img {
		width: 43%;
	}
	#login_section {
		margin-top: 2mm;
	}
}

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767.98px) {
	#login_img {
		width: 43%;
	}
	#login_section {
		margin-top: 20mm;
	}
}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) {
	#login_img {
		width: 44%;
	}
	#login_section {
		margin-top: -20mm;
	}
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) {
	#login_img {
		width: 43%;
	}
	#login_section {
		margin-top: -33mm;
	}
}

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
	#login_img {
		width: 45%;
	}
	#login_section {
		margin-top: -22mm;
	}
}

@media (min-width: 1320px) {
	#login_img {
		width: 45%;
	}
	#login_section {
		margin-top: -20mm;
	}
}

/*--------for login image size adjust--------*/

/*-----------investor login[the same also using for signup page]------------*/

/*// Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {
	#login_img1 {
		width: 43%;
	}
	#investor_signup {
		margin-top: -2mm;
	}
	/*for investor(unison_details) pages top logout logo set right*/
	.top_menu li {
		float: right;
	}
}

/*// Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) and (max-width: 767.98px) {
	#login_img1 {
		width: 43%;
	}
	#investor_signup {
		margin-top: 30mm;
	}
	/*for investor(unison_details) pages top logout logo set right*/
	.top_menu li {
		float: right;
	}
}

/*// Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991.98px) {
	#login_img1 {
		width: 44%;
	}
	#investor_signup {
		margin-top: -38mm;
	}
}

/*// Large devices (desktops, 992px and up)*/

@media (min-width: 992px) and (max-width: 1199.98px) {
	#login_img1 {
		width: 43%;
	}
	#investor_signup {
		margin-top: -33mm;
	}
}

/*// Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {
	#login_img1 {
		width: 44%;
	}
	#investor_signup {
		margin-top: -26mm investor_signup;
	}
}

@media (min-width: 1320px) {
	#login_img1 {
		width: 45%;
	}
	#investor_signup {
		margin-top: -26mm;
	}
}

/*-----------investor login end ------------*/

/*----investor detail section start----*/

.table_box2 table tbody tr td h4 i {
	position: absolute;
	width: 30px;
	left: 0;
	top: 0;
}

@media (max-width: 775px) {
	.table_box2 table tbody tr td h4 i {
		font-size: 20px;
	}
}

/*----investor detail section end----*/

.top_menu2 {
	top: 0 !important;
	background-color: #4988e3 !important;
}

/*style for logout button invester union section*/

#logout_btn1 {
	background-color: #4988e3;
}

#logout_btn1:hover {
	background-color: #5bc0de;
}

/*added by praveen end*/

/*--------        kyc pages (hitesh)       ---------*/

.ok {
	visibility: hidden;
}

input {
	color: #000000;
}

/*-------------------------------------------------*/

/* CSS for Invoice Display Page Start 
Added by Devesh Krishnani. Please contact in case of any issue */

.optionHeader, .optionHeader a {
	font-size: 1em;
	margin: auto;
	padding: 1em 0 0 0;
	color: #000;
}

.optionDescription {
	font-size: 0.8em;
	margin: auto;
}

.verticalDivider {
	border-right: 0.1em dashed black;
	padding-left: 2em;
}

.verticalDividerCard {
	border-right: 0.1em dashed black;
}

.raisedByInvoice {
	margin: 1em 0;
}

.headingInvoiceBox {
	font-size: 1.1em;
}

.unionScoreChart {
	width: 100%;
	height: 100%;
}

.verificationDiv {
	padding-left: 3em
}

.ratingInformation {
	line-height: 2em;
	font-size: 1em;
}

.ldBar-label {
	font-size: 2.1em;
}

.rowIcon-true::before {
	font-family: FontAwesome;
	content: "\f00c";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	color: green;
}

.rowIcon-false::before {
	font-family: FontAwesome;
	content: "\f00d";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	color: red;
}

.row-offset {
	margin: 0;
}

.margin-top-1 {
	margin-top: 1em;
}

.margin-top-2 {
	margin-top: 2em;
}

.width-100 {
	width: 100%;
}

.equal {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.titleHeading {
	text-align: left;
	align-self: center;
	flex: 3;
}

.discountBtn {
	flex: 1;
	margin-right: 1em;
}

#invoiceType li.active a {
	background: #4B89DC !important;
	color: white;
	font-weight: bold;
}

#invoiceType li a {
	color: #000;
	font-weight: bold;
}

.ldBar-label:after {
	content: "" !important;
	display: inline;
}

.ldBar {
	width: 50%;
	height: 50%;
	margin: auto;
	max-width: 150px;
	max-height: 150px;
}

.flex1 {
	flex: 1
}

.flex2 {
	flex: 2;
}

.flex4 {
	flex: 4
}

.padding_1 {
	padding: 0.5rem 0.5rem 0 0.5rem;
}

.companyHeading {
	font-weight: bold;
	font-size: 1rem;
	padding-left: 0.5rem
}

.smallText {
	font-size: 0.7rem;
	color: #888
}

.largeText {
	font-size: 1.5rem;
}

.regularText {
	font-size: 1rem;
}

.regularTextSmall {
	font-size: 0.75rem;
	color: #444;
}

.cardInvoiceHeading {}

.invoiceCard {
    background-color: #ffffff;
    margin-top: 0.5em;
	z-index: 3;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	border-radius: 0.5rem;
	margin-right: 1rem;
	overflow: hidden;
}

.padding-right-1{
	padding-right: 0.2rem;
}

.companyDetail {}

.paddingTopBottom {
	padding: 0.5rem 0;
}

.scoreColor {
	color: #00c851
}

.padding-offset {
	padding: 0;
}

.md-form.row-offset {
	margin: 0;
}

.discountButtonArea .col-form-label {
	margin-right: 0.3rem;
	text-align: end
}

.p-b-0 {
	padding-bottom: 0!important;
}

.discountButtonArea {
	padding-top: 0.5rem;
	padding-bottom: 0.1rem;
}

.discountButtonArea .flex1.equal {
	align-items: center
}

.discountButtonArea .flex1 button {
	margin: 0 2rem 0 0;
	padding: 0.5rem 1rem;
}

.discountButtonArea .form-group {
	margin-bottom: 0.1rem
}

.dividerMargin {
	margin: 0.1rem 0 !important;
}

.btn-circle.btn-xl {
    width: 3rem;
    height: 3rem;
    padding: 0.5rem 1rem;
    border-radius: 2.5rem;
    font-size: 1.1rem;
    line-height: 1.33;
}

.btnDiscount{
font-size: 1.2em;
}

.unionScoreColor{
	color: #fff;
	text-align: left;
	z-index: 1;
	width:100%;
	height: 100%;
	padding-top: 0.1em;
	padding-left: 0.3em;
	border-bottom-left-radius: 0.7em; 
}

.invoiceCardLastRow{
	padding-left: 0.5rem
}

.flex2{
	flex:2;
}

.flex7 {
	flex:7;
}

.flex3 {
	flex:3
}

.logoImage{
	margin-left: 0.3em; 
	margin-top: 0.3em;
}

.align-center {
	align-self: center
}

.unionScoreMargin {
	padding-left: 1.3em;
	padding-bottom: 0.2em;
}


.color-border-gold {
	border: 0.1rem solid #f1c40f;
}

.color-div-gold {
	background-color: #f1c40f;
}

.color-bar-gold {
	color: #f1c40f;
}

.color-border-silver {
	border: 0.1rem solid #C0C0C0;
}

.color-div-silver {
	background-color: #C0C0C0;
}

.color-bar-silver {
	color: #C0C0C0;
}


.color-border-copper {
	border: 0.1rem solid #b87333;
}

.color-div-copper {
	background-color: #b87333;
}

.color-bar-copper {
	color: #b87333;
}

.color-border-black {
	border: 0.1rem solid #000;
}

.color-div-black {
	background-color: #000;
}

.color-bar-black {
	color: #000;
}

.flex5 {
	flex:5
}

.flexAuto {
	flex: auto
}

.scorePadding {
	padding-left: 0.1rem;
}

.scoreMargin {
	margin:0.2rem;
	margin-left: 1.5rem;
}

.modal-body .form-horizontal .col-sm-2,
.modal-body .form-horizontal .col-sm-10 {
    width: 100%
}

.modal-body .form-horizontal .control-label {
    text-align: left;
}
.modal-body .form-horizontal .col-sm-offset-2 {
    margin-left: 15px;
}

.modal-backdrop{ 
	z-index: 0;
}


.flex5 {
	flex:5
}

.flexAuto {
	flex: auto
}

.scorePadding {
	padding-left: 0.1rem;
}

.scoreMargin {
	margin:0.2rem;
	margin-left: 1.5rem;
}

.level1 td:first-child {
    padding-left: 15px;
}
.level2 td:first-child {
    padding-left: 30px;
}
.level3 td:first-child {
    padding-left: 45px;
}


.collapse_table .toggle {
    background: url("http://mleibman.github.com/SlickGrid/images/collapse.gif");
}
.expand .toggle {
    background: url("http://mleibman.github.com/SlickGrid/images/expand.gif");
}
.toggle {
    height: 9px;
    width: 9px;
    display: inline-block;   
}

.quickbook {
	background-color: #AAA7B1
}

.panelHeightWidth {
	min-width: 100%;
	min-height: 15rem;
	max-height: 15rem;
	flex-direction: column
}

.panelHeightWidthProfitLoss {
	min-width: 100%;
	min-height: 30rem;
	flex-direction: column
}

.panelText {
	font-size: 3rem;
}

.quickAccounts .table th, .quickAccounts .table td {
	padding: 0.1rem;
}

.align-center{
	align-self: center
}

.borderRadius{
	border-radius: 1.125em !important;
}

.paddingTopModal {
	padding: 0.5em;
}
/* CSS for invoice display page end */