
.plus {
    font-size: 15px !important;
}
.title {
    width: 100%;
    font-size: 15px;
}
input#datepicker {
    padding: 0.375rem 0.75rem;
}
.btn-primary:focus {
    box-shadow: unset !important;
}

div#dataTable_wrapper .row .col-sm-12.col-md-6:first-child {
    display: none;
}
div#dataTable_filter {
    text-align: left !important;
}

div#dataTable_wrapper .row .col-sm-12.col-md-6 {
    padding-left: 0;
}

.card_all_login_forms{
  max-width: 26rem;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*03-05-19*/
.table_pdn {
  padding: 16px 7px !important;
}
#calendar .fc-day-number {  font-size: 26px !important;}
@media (max-width: 600px){
  .table_head_row {
    font-size: 13px;
  }
}
@media (max-width: 374px){
  .cradit_outer_acc img {
    width: 44px !important;
    height: 30px !important;
  }
}
/*03-05-19*/
@media (max-width: 480px){
  .card_all_login_forms{
    max-width: 92%;
  }
  /*02-05-19*/
  .sidebar {
    width: 60px !important;
  }
  .sidebar .nav-item .nav-link {
    padding: 0.25rem 0.25rem;
    width: 60px;
  }
  div.dataTables_wrapper div.dataTables_filter label{
    font-size: 12px !important;
        margin-left: 5px;
  }
  .table-responsive .float-right .btn  {
    font-size: 10px !important;
    padding: 3px !important;
  }
  div.dataTables_wrapper div.dataTables_filter input{
    width: 75px !important;
  }
  .card { margin: 10px;}
 /*02-05-19*/ 
/*03-05-19*/

.estimate_card {
    padding-left: 90px; 
    padding-right: 70px;
}
.estimate_card .form-control{
    font-size: 14px;
    line-height: 12px;
}
.estimate_card .upload_photo_outer {
    padding: 10px 10px;
    font-size: 14px;
}
.estimate_card .img_error {
    font-size: 14px;
}
.table_estimate .table_head_row {
    padding: 5px 5px;
    font-size: 13px;
} 
.table_estimate .table_head_row .Description{
     width: 34%;
} 
.table_estimate .table_head_row .Rate{
      width: 15%;
} 
.table_estimate .table_head_row .Quantity{
      width: 26%;
}
.table_estimate .table_head_row .Tax{
      width: 11%;
}
.fc button { padding: 0 .2em !important; }
.fc .fc-toolbar>*>:first-child { font-size: 13px !important;}
.card-body {  padding: 0;}
.fc .fc-toolbar>*>* { margin-left: .20em !important; }
.fc table { font-size: 12px !important; }
 #calendar .fc-day-number {  font-size: 20px !important;}
.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number { margin-right: -4px; }
/*03-05-19*/ 
/*08-05-19*/
.td-wid .sorting_1 {  width: 100px; }
 .dropdown-item:active {
    color: #0a0a0a !important;
    text-decoration: none;
    background-color: #ffffff !important;
}
/*08-05-19*/
}
.card_all_login_forms img{
  width: 100%;
}
@media (max-width: 767px){
  /*02-05-19*/ 
  /*02-05-19*/ 
	#confirm_password{
		margin-top: 15px;
	}
.estimate_card {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
 #calendar .fc-day-number {  font-size: 26px !important;}   
 table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child { min-width: 80px;} 
}

#multiCollapse_menu a{
	color: #000;
	text-decoration: none;
	margin-left: 20px;
	position: relative;
	display: block;
}
#multiCollapse_menu a::after{
    width: 1rem;
    text-align: center;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 5px;
}
#multiCollapse_menu .dropdown-item:hover, #multiCollapse_menu .dropdown-item:focus {
    color: #212529;
    text-decoration: none;
    background-color: #f8f9fa;
}
.card.card_form{
    padding: 15px 15px 25px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 15px #b1b1b1;
    border: 0px; 
}
.card.card_form .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    background-color: #fff;
    border-bottom: 2px solid #756e6e;
    font-weight: 600;
    font-size: 18px;
}
.form-group  .control-label{
    font-weight: 600;
}
.card.card_form .form-control {
    border: none;
    border-bottom: 1px solid #756e6e;
     border-radius: 0; 
    /* -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; */
    /* transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; */
    /* transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
    /* transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; */
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #8dc643;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/ Rounded sliders /
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.slider.round{border-radius:25px}

.taxes_row {
    border-bottom: 1px solid #756e6e;
    margin-bottom: 10px;
}
.taxes_row{
  border-bottom: 1px solid;
}
.nav-item:active{
  color: green;
}
.add_client_button{
    padding: 65px;
    text-align: center;
    border: 2px solid #8dc643;
}
.add_client_button h5{
  color: #8dc643;
}
.table_head_row{
  border-bottom: 2px solid #000;
  display: flex;
  padding: 15px 15px;
}
.Description{
  width: 40%
}
.Rate, .Quantity, .Tax, .Total{
  width: 15%
}
.table_body_row{
  display: flex;
  padding: 15px 15px;
  /*margin-top: 25px;
  border: 2px solid #ccc;*/
}
.table_body_row input{
  border: none;
}
.table_dis_row{
  padding: 15px 15px;
  border: 2px solid #ccc;
  border-top: none;
}
.border-none{
  border: none;
}
.table { overflow: scroll; }
.table_estimate{
  width: 100%;
  margin: auto;
}
.outer_body{
  position: relative;
}
.delete_row_btn{
  position: absolute;
  left: -38px;
  top: 44px;
  font-size: 21px;
  padding: 6px;
  color: #fff;
  border-radius: 63%;
  height: 32px;
  width: 32px;
  background-color: red;
}
.drag_row_btn {
  position: absolute;
  right: -40px;
  top: 48px;
  font-size: 30px;
  color: #949090;
  cursor: move;
}
.add_line_item {
  width: 100%;
  margin: auto;
  margin-top: 25px;
  padding: 9px;
  color: #8dc643;
  text-align: left;
  border: 1px solid #8dc643;
}
.subtotal_table{
  margin-top: 25px;
}
.subtotal_table tr{
  height: 40px;
  border-bottom: 2px solid #ccc;
}
.subtotal_table th{
  font-weight: 400;
}
a{
  color: #8DC643;
}
.sec_heading{
  padding: 10px 0;
  border-bottom: 2px solid #000;
  margin-top: 25px;
}
.cradit_outer_acc{
  padding: 10px 0;
}
.cradit_outer_acc img{
    width: 50px;
    height: 35px;
}
.export{
  display: inline-block;
  margin-right: 15px;
}
.Contract_div{
  justify-content: space-between;
  padding: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
  border: 2px solid #ccc;
}
.Contract_outer_acc{
  padding: 10px;
  margin: 15px 0px;
  border: 2px solid #ccc;
}
.upload_photo_outer{
  margin-top: 15px;
  padding: 25px;
  border: 2px solid #ccc;
  text-align: center;
}
.note_outer{
  margin-top: 15px;
  padding: 25px;
  border: 2px solid #ccc;
  text-align: center;
}
.Homeowner_outer{
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.pointer {cursor: pointer;}
.form-control[readonly] {
    background-color: #f7f8f9;
    opacity: 1;
    border-bottom: 2px solid #158c4b;
}



/* CSS added by Varinder 2 APR 19 */
.check_box {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check_box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.top-set{
	margin-top: 20px;	
}
.modal-center {
    position: fixed;
    top: 25%;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%; 
    height: 100vh;
    overflow: hidden;
    outline: 0;
}
.btn-primary:disabled {color: #fff;background-color: #b5da85;}
.modal-header{ background-color:#116939;color:white;padding: 0.5rem 1rem; border-top-left-radius: 0rem;border-top-right-radius:0rem;}
.close{ color:white;}
.footer-padding { padding:1px;}
.error{color:#FF0000 !important;}


@media(max-width:991px){
/*.card {
    padding: 0px 20px !important;
}*/
.add_client_button {
    padding: 30px;
}
}