
@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700&display=swap');

html {
  scroll-behavior: smooth;
}
body{
    font-family: 'Poppins', sans-serif;
    color: #7e8285;
    line-height: 26px;
    font-size: 14px;
    background:#f5f5f5;
}
p {
    font-family: 'Poppins', sans-serif;
    color: #7e8285;
    line-height: 26px;
    font-size: 14px;
}
.no-padding{
  padding: 0;
}
.small_title b{
  font-weight: 600;
}
a{
  font-family: 'Poppins', sans-serif;
  color: #222d35;
  font-weight: normal;
}
a:hover{
  text-decoration: none;
}
a:link , a:visited , a:hover, a:active{
	text-decoration: none;
}
h1 , h2, h3, h1 p, h2 p, h3 p{
  color: #222d35;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 0.9;
}


/* ------------------------- Login ---------------------------- */

.sales_manager_form, .logging, .sales_dashboard{
	background:#f5f5f5;
	width: 100%;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.wrap-login {
    width: 500px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: 10% auto;
    padding: 65px 55px 54px 55px;
}
.wrap-login h1 {
    display: block;
    font-weight: bold;
    font-size: 39px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
}
.wrap-input {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 23px;
}
.label-input {
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    padding-left: 7px;
}
.input100 {
    font-size: 16px;
    color: #333333;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 55px;
    background: transparent;
    padding: 0 7px 0 43px;
    border: 0;
}
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.focus-input100.user::before ,  .focus-input100.password::before{
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #7f7f7f;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.focus-input100.user::after{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
   	content: "\f007";
    color: #adadad;
    font-size: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: calc(100% - 20px);
    bottom: 0;
    left: 0;
    padding-left: 13px;
    padding-top: 3px;
}
.focus-input100.password::after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
   	content: "\f13e";
    color: #adadad;
    font-size: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: calc(100% - 20px);
    bottom: 0;
    left: 0;
    padding-left: 13px;
    padding-top: 3px;
}
.container-login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
.wrap-login100-form-btn {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
    -moz-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
    -webkit-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
    -o-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
    -ms-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
}
.login100-form-btn {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;

}
button.btn.btn-danger.remove-record {
    background: transparent;
}
.login100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #9d7e11;
    top: 0;
    left: -100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
button {
    outline: none !important;
    border: none;
    background: transparent;
}
.dropdown-menu {
    right: 0;
    float: right;
    left: unset;
}
.logo{
	text-align: center;
	margin-bottom: 30px;
}
@media(max-width: 1366px){
	.wrap-login {
	    margin: 4% auto;
	}
}
@media(max-width: 600px){
	.wrap-login {
	    padding: 35px 25px 24px 35px;
	    margin: 8% auto;
	    width: 90%
	}
}
/* ------------------------- End Login ---------------------------- */

/* ------------------------- Sales Manager ---------------------------- */
.gold_detil_insetion_inner{
    background: #fff;
    padding: 30px;
    display: inline-block;
    width:100%;
}
.goldi {
    background: #fff;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.vf{
    text-align: center;
}
.goldd {
    background: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    border: 0;
    text-align: center;
    width: 100% !important;
}
.vf .login100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #9d7e11;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

}
.goldd:hover {
    color: #fff;
    background-color: #adadad;
    border-color: #adadad;
}
.gold_detil_insetion_inner .input100 {
    padding: 0 7px 0 0px;
}
.gold_detil_insetion_inner .label-input {
    color: #000000;
    padding-left: 0px;
}
.gold_detil_insetion_inner .wrap-input {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 23px;
}
.gold_detil_insetion_inner input.input100.midx {
    border-bottom: 1px solid #dbdbdb;
}
.gold_detil_insetion_inner h2 {
    color: #000;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 50px;

}
input.btn.btn-default {
    width: auto;
}
input.login100-form-btn {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    background: transparent;
    height: 50px;
    border: 0;
}
@media(max-width: 767px){
    .gold_detil_insetion_inner {
        background: #fff;
        padding: 30px 5px;
    }
}
/* ------------------------- End Sales Manager ---------------------------- */

/* ------------------------- Add Employees ---------------------------- */
.sales_manager_top .logo{
    text-align: left;
    margin-bottom: 0;
}
.sales_manager_top .right .dropdown {
    text-align: right;
}
.profile-img {
    width: 50px;
    float: left;
}
.sales_manager_top .profile-img img{
    border-radius: 100%;
}
.sales_manager_top .profile-name {
    float: left;
    padding-top: 15px;
    padding-left: 15px;
}
.sales_manager_top .btn-primary {
    color: #9d7e11;
    background-color: transparent;
    border-color: transparent;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #9d7e11;
    background-color: transparent;
    border-color: transparent;
}
.sales_manager_top .logo img {
    width: 100px;
    margin-top: 15px;
}
.sales_manager_top .right {
    margin-top: 20px;
}
input.input100.midx.rt {
    height: 30px;
    margin-top: 15px;
    border: 0;
}
.view {
    background: #9d7e11;
    padding: 3px;
    text-align: center;
    color: #fff;
}
label.read-o {
    font-weight: 100;
    font-size: 16px;
    color: #000;
    padding: 10px;
    border: 1px solid #f1f1f1;
}
label.read-o img {
    width: 150px;
    margin-right: 10px;
}
.modal-content {
    position: relative;
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
}
.close {
    float: right;
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
    color: #000;
    text-shadow: unset;
    filter: alpha(opacity=20);
    opacity: 1;
}
.modal-header {
    padding: 0px;
}
.modal-body img {
    width: 100%;
    margin-bottom: 20px;
}
td ul li {
    margin-bottom: 5px;
}
@media (min-width: 768px){
    .modal-content {
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }
}

/* ------------------------- End Add Employees ---------------------------- */

/* ------------------------- Left Sidebar ---------------------------- */
.left-sidder {
    padding: 20px 10px 10px;
    background: #fff;
}
.left-sidder .panel-default>.panel-heading {
    color: #fff;
    background-color: #9d7e11;
    border-color: transparent;
}
.left-sidder .panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.left-sidder .panel{
    border-radius: 0
}
.left-sidder .panel-group .panel+.panel {
    margin-top: 10px;
}
ul.admin-menu {
    margin-top: 15px;
    margin-bottom: 15px;
}
ul.admin-menu li{
    padding-bottom: 6px;
}
ul.admin-menu li a{
    font-weight: normal;
    color: #847878;
}
.dashboard_right .sales-boxes .box{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    text-align: center;
    padding: 50px 10px;
}
.dashboard_right .sales-boxes .box h1{
    margin-bottom: 5px;
}
.dashboard_right .sales-boxes .box.month {
    border-color: #f7b924 !important;
    border-bottom: 4px solid;
}
.dashboard_right .sales-boxes .box.income {
    border-color: #0f2045 !important;
    border-bottom: 4px solid;
}
.form-group.pull-right {
    width: auto;
    margin-right: 10px;
}
/* ------------------------- End Left Sidebar ---------------------------- */

/* ------------------------- View Product ---------------------------- */
.dashboard_all_product {
    background: #fff;
    padding: 15px;
    width: 100%;
    display: inline-block;
}
.dashboard_all_product .results tr[visible='false'], .dashboard_all_product .no-result{
  display:none;
}
.dashboard_all_product .results tr[visible='true']{
  display:table-row;
}
.dashboard_all_product .counter{
  padding:8px; 
  color:#ccc;
}
.dashboard_all_product .table-responsive {
    min-height: .01%;
    overflow-x: auto;
    padding-top: 20px;
}
.insert-product{
    padding-top: 30px;
}
.insert-product label {
    width: 30%;
    float: left;
}
.insert-product input, textarea#description-client, select#sel1, .insert-product textarea#eadd{
    width: 70%;
    float:left;
}
.form-group{
    display: inline-block;
    width:100%;
    margin-bottom: 30px; 
}
@media(max-width: 767px){
   .insert-product label , .insert-product input{
    width: 100%;
    float: left;
} 
}
/* ------------------------- End View Product ---------------------------- */

.availability {
    background: #0f2045;
    width: auto;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
}
.availability-n {
    background: #e60505;
    width: auto;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
}
.name-estimate input {
    display: inline-block;
    width: auto;
    height: 50px;
    padding: 10px;
    margin-right: 15px;
    font-size: 17px;
}
.estimate-top {
    margin-top: 30px;
}
.estimate-table-row{
    margin-bottom: 20px;
}
.estimate-table-row .left{
    font-size: 18px;
    color: #0f2045;
}
.estimate-table-row .right{
    font-size: 18px;
    text-align: right;
    color: #0f2045;
    font-weight: 600;
}
.estimate-table-row .right button.btn.btn-default {
    padding: 10px 20px;
    margin-top: 20px;
    background: #0f2045;
    color: #fff;
}
.table-bordered.results i.fa.fa-edit{
	color: #0f2045;
}
.table-bordered.results i.far.fa-trash-alt{
	color: #f31212;
}
.xt {
    width: 100% !important;
}












