/* Empty. Add your own CSS if you like */

.active_task_color{
  background-color: #fbdc84 !important;
}

.custom_pointer{
  cursor: pointer;
}

.popup-container .popup {
  width: 350px;
}

.comment_div{
  display: inline-block;
  font-style: italic;
  background-color: white;
  padding:5px;
  box-shadow: 0 1px 2px rgba(0,0,0,.23);
}
.item_img{
  vertical-align: top;
  display: inline-block;
  text-align: center;
}
.caption {
    display: block;
}
.profile-pic{
  max-width:300px;
  max-height: 300px;
}

.input_border{
    border: 1px solid darkgrey !important;
    padding:10px !important;
}

.cust_input_border{
	border: 1px solid darkgrey !important;
}

.img_custom{
    top: 16px;
    left: 16px;
    max-width: 40px;
    max-height: 40px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: 5px;
}

.img_custom_{
	  top: 5px;
    left: 5px;
    max-width: 30px;
    max-height: 30px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: 3px;
    float: left
}

.modal-backdrop {
	background-color: transparent;
}

.bg{
    background-color: rgb(252,172,69);
}

.main_bg{
    background-color: rgb(224,227,234);
}

.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 35px;    
    padding-top: 10px;
}
.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

.icon_custom{
    font-size: 18px !important;
    color: rgb(252,172,69);
}

/*body.modal-open div.modal-backdrop { 
    z-index: 0; 
}

.modal{
    background-color: transparent;
}

@media (max-width: 670px) { 
    .custom_modal{
        padding-top: 100px;
    }
}*/

.btn-circle {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 20px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.custom-checkbox .checkbox-icon:after {
    border-color: #ff0000;
}