/* edit contact and edit customer css */
		

		h2.add-customer {
			padding: 0 23px 5px 23px !important;
		}

		h2.add-customer:after {
			left: 23px !important;
		}
	.form__input, .form__select select {
    width: 98% !important;
}
.form__input--floating input, .form__select--floating select {
    border-radius: 0px;
}
.form__select {
    width: 106%;
}



/* login page and forms css */
.toggle-password {
    float: right;
    top: -26px;
    position: relative;
    z-index: 2;
    left: 17px;
}
.form__input--floating input, .form__select--floating select {
    border: 1px solid #c1c1c1 !important;
	color: #838383;
    font-size: 14px !important;
	border-radius: 8px !important;
}
    .form__row {
        margin-bottom: 18px;
        position: relative;
        /* width: 97.8% !important; */
    }
    .form__input, .form__select select {
        width: 100% !important;
        padding: 10px;
        font-size: 14px !important;
        border: 1px solid #ccc;
        border-radius: 4px;
        transition: all 0.3s ease;
    }
    .fieldset {
    width: calc(100% - 40px);
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
    .form__input--floating, .form__select--floating {
        position: relative;
        margin-left: -12px;
    }
    .form__input--floating input, .form__select--floating select {
        padding: 10px 10px 10px 15px;
        background: none;
    }
    .form__input--floating label, .form__select--floating label {
        position: absolute;
        top: 12px;
        left: 15px;
        background: #fff;
        color: #999;
        transition: all 0.3s ease;
        padding: 0 5px;
        pointer-events: none;
    }

    .form__input--floating input:focus + label,
    .form__input--floating input:not(:placeholder-shown) + label,
    .form__input--floating input:hover + label,
    .form__select--floating select:focus + label,
    .form__select--floating select:not([value=""]) + label,
    .form__select--floating select:hover + label {
        top: -5px;
        left: 10px;
        font-size: 12px;
        color: #007BFF;
    }
    .form__input--floating input:not(:focus):not(:hover):placeholder-shown + label,
    .form__select--floating select:not(:focus):not(:hover):placeholder-shown + label {
        top: 13px;
        left: 15px;
        font-size: 14px;
        color: #999;
    }
    .form__submit {
        width: 100%;
        padding: 15px;
        background: #007BFF;
        color: #fff;
        font-size: 14px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: background 0.3s ease;
    }
    .form__submit:hover {
        background: #0056b3;
    }
    .login__text {
    padding-top: 9px;
}



/* create and edit invoice css */

.pace {
		display: none;
	}
	.pace-running .pace-progress-inner .pace-activity {
		display: none;
	}
	input,textarea,select {
		border-color: #000000;
		border: #000000 solid 2px;
		border-radius: 4px;
	}
	.panel-group .panel {
		position: unset !important;
		width: 100% !important;
	}
	.collapse {
		display: none
	}
	.collapse.in {
		display: block
	}
	.collapsing {
		position: relative;
		height: 0;
		overflow: hidden;
		-webkit-transition-timing-function: ease;
		-o-transition-timing-function: ease;
		transition-timing-function: ease;
		-webkit-transition-duration: .35s;
		-o-transition-duration: .35s;
		transition-duration: .35s;
		-webkit-transition-property: height;
		-o-transition-property: height;
		transition-property: height
	}
	.panel panel-default {
		width: 100%;
	}
	.table {
		width: 100%;
		padding: 20px;
		background-color: #f6f9fa;
		border-radius: 15px;
	}
	.button {
		text-align: center !important;
		margin-left: 0 !important;
		margin-top: 10px !important;
	}
	#td_price_1 {
		text-align: right;
	}
	#accord1 {
		text-align: left;
	}
	
	.Decimal_Value {
		width: 33% !important;
		margin: auto 0 !important;
	}
	.radio-css{
		height: 10px;
	}
	.panel-title{
  text-align: left;
  background: #eb910d;
  color: white;
  padding-left: 5px;
}
.panel-group {
  margin: 0px 0 !important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: white;
}
.table-striped>tbody>tr:nth-of-type(even) {
  background-color: #ebebeb;
}
.table-striped{
  padding: 0px 20px !important;
}
.panel-collapse{
  margin-top: -8px;
}
sup {
top: -8px; 
}
	@media (max-width: 480px) {
    .panel-heading {
        padding: 0px !important;
    }
	 h4 {
    padding: 4px 0 4px 0;
} 
/* .panel-title{
    text-align: left;
	background: #39345a;
	color: white;
	padding-left: 5px;
} */
.header tr th {
  text-transform: capitalize;
  background-color: #77728e;
  color: white;
  letter-spacing: 1px;
  border-right: 1px solid white;
}
.product-type{
	font-size: 12px;
    color: #373737;
    font-weight: 600;
    margin-top: 4px;
}
.pull-right{
	font-size: 12px;
}
.panel-group {
    margin: 0px 0 !important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: white !important;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #ebebeb !important;
}
.table-striped{
	padding: 0px 20px !important;
}
.panel-collapse{
	margin-top: -8px;
}
sup {
    top: -8px;
}
}