/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 27, 2021, 2:58:12 PM
    Author     : prakash5
*/
.group_inactive{
 display: none;   
}
.group_active{
 display: block;   
}
.subcategory_main{
    border:1px solid #eeeeee;
    padding:10px;
    
}

.subcategory_box{
    border:1px solid #eeeeee;
    padding:10px;
    margin: 10px;
}


.user_company .actions_btn {
    margin-top:10px;
}

.user_profile img{
   width: 100px;
   height: 100px;
   border: 2px solid #9C9DB5;
}

 .is_mandatory:after {
    content:" *";
    color: red;
  }
  
  .tooltip_txt{
         font-size: 18px;
    margin-left: 10px;
    font-weight: bold;
  }
  .side_by_side{
      margin-left:20px;
  }
  
  .account-form {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px #b1b1b1;
}

.job-preview-border {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.account-form,.billing_detail{
    padding:20px;
}
#react-confirm-alert h1{margin: 0;
    font-size: 16px;}

.step  div div .completed  {
    color: white;
    background-color: #5E67F3;
    border-radius: 50%;
    padding: 5px 15px;
}
.RapidDeploy .completedtext {
    color: #5E67F3;
    font-weight: bold;
}
    
.circle-icon_tt{
    font-size: 10px;
    background: #f2f5f8;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #dee5ee;
}
.tooltipp{
    padding: 8px;
}
.tooltip_c{
    width: 20px;
}
.tooltippl,.tooltipp{
    float:left;
}
.dang_content{
    
    word-break: break-all;
    padding: 20px;

}
.my_custom_container{
    background:#ffffff;
}

.cfull_width{
    width: 100%!important;
}

.black_anchor,.black_anchor:hover{
    color:#5C5D6F;
    text-decoration:none;
}
/* .modal-body{
    min-height: 300px;
} */

.profilePopup .modal-body {
  min-height: 750px;
}
/* .jcard{
        min-height: 220px;
       
} */
.job_card_body{
     background: #ffffff;
  
}
.jcard .dot {
 /* margin:10px;    */
}

.yellow_dot{
    background-color:#ffdc5c !important;
}
.red_dot {
    background-color: #f53c33d1 !important;
}


.green_dot{
    background-color:#35E38A !important;
}

table thead th,table thead tr td{
    font-weight:700;
}

.fields input[type="checkbox"]{
        margin: 13px 10px 3px 0;
        float:left;
}

.my_term_file{
        margin-bottom: 0;
}

.react-confirm-alert h1{
    padding-top:unset;
}

.payment_term_textarea{
    min-height:155px;
}
.job-info .fa-users{
    font-size: 24px;
}
.status_report_list .paralight{
	font-size: 20px;
}

.search_box_li{
    padding: 15px !important;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  overflow-y: auto;

}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #d4d4d4;
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.navbar ul li .search_item
{
    font-size: 14px;
      color: #000000;
}


/* scroll bar css start */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* scroll bar css end */


/* top search bar css start */
#searchField{
	 display: none;
    max-width: 190px;
    border-radius: 0;
    border: none;
    font-size: 16px;
    background: #f7f8f9;
    padding: 5px;
    transition-timing-function: ease-in-out;
    border: 2px solid #6e707e;
    border-right: none;
}
#searchbox.active{
	display: block;
}
#searchbtn{
    cursor: pointer;
}
#searchbtn.active{
	    color: black;
    background-color: #f8f9fa;
    border-radius: 0;
    padding: 7px 10px 7px 0;
    border: 2px solid #6e707e;
    border-left: none;

}
/* top search bar css end */


#searchField{
  display: none;
  transition-timing-function: ease-in;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 100%;
  border-radius: 4px 25px 25px 4px;
}
.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #3596e0;
  left: initial;
  font-size: 14px;
}


i.fa.fa-plus.add-event-btn {
  color: #fff;
}

/* top search bar css end */
.breadcrumb{background: transparent!important;}
.breadcrumb .cp{margin-top: 4px;}

.filter_tabs{
    padding: 5px 8px !important;
    border-radius: 15%;
    background: white;
}

.autocomplete-items{
      
    right: 0;
    overflow-y: auto;
       border-radius: 0 0 4px 4px;
      width: auto;
          top: 102%;
 background-color: #f8f9fa;
 font-size: .85rem;
     box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

}

.user_box{
        min-height: 265px;
}

.change_image_user_profile input[type="file"]{
    display: block;
}
.profile-percent-circle-img{
    border-radius: 50%;
    height: 120px;
    width: 120px;
}
/*.profile-percentage_completenes div div{
    position: relative !important;
    width: 30% !important;
    height: 35% !important;
}
.profile-percentage_completenes div div span{
        font-weight: 400;
    font-size: 22px;
     margin-top: -5px; 
    position: absolute;
    bottom: 0;
    right: -25px;
}*/
   .profile-percentage_completenes{ max-width: 150px;
    margin: auto;
   }
   .profile-percentage_completenes .percentage{
           font-size: 15px;
    /* margin-top: -5px; */
    right: -25px;
    bottom: 0;
    position: absolute;
    display: none;
   }
   .profile-percentage_completenes:hover .percentage{
       display: block;
   }
   
   .top-nav-username{
       color: #ffffff;
   }
   .topNavUserProfileImg{
       width: 34px;
       height: 34px;
   }
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 21px;
    vertical-align: text-top;
    margin-left: 10px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .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: 14px;
    width: 14px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

.child_dependent_items{
    display:none;
}
.popular_contributors{
    height: 100vh;
}

.clients .dropdown .dropdown-menu{
    padding:5px;
}

.my_term_file{
    margin-right: 15px;
}
.sidebar_filter{
        border-right: 1px solid #B0B1C7;
}
.open_estimate{
    margin: 20px 0;
}
#pitch_modal_vendor{
    min-height:300px;
}

a{
    cursor: pointer;
}