    .activitiesview  {
      font: 400 13px/14px "Source Sans Pro", sans-serif;
      padding:10px;
}

.modal-dialog{max-width:550px; width: 100%;}

.input-group[class*=col-] {
    float: left!important;
    padding-right: 0;
    padding-left: 0;
}

.typebutton {

    background-color: white;
    display: inline-block;
    padding: 8px;
    border: 1px solid #d7d7d7;
    
   margin: 0px;
    float: left;
    height: 32px;
    width: 32px;

}
.typebuttons {

  margin:8px 0px;

}

.typebutton.active {

   color:#317ae2;
   background: #eff5fd;
   border: 1px solid #317ae2;
   padding: 8px;
 }



 .btn.call:hover,.btn.meeting:hover,.btn.task:hover,.btn.deadline:hover,.btn.email:hover,.btn.refresh:hover {
    background: #e5e5e5;
  }

 .btn.call,.btn.meeting,.btn.task,.btn.deadline,.btn.email,.btn.refresh{

   background: #deeafa;
    color: #317ae2;
    font-size: 13px;
    padding: 1px 5px;
    /* font-weight: bold; */
    border-radius: 3px;

 }



.activitytypebuttons .active {

   background: ##f7f7f7;
   color:black;
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);

border:1px solid ##f7f7f7;
font-size: 13px;
    


}

.activitytypebuttons .btn:focus{

outline: 0px auto;

}

#all {

    color:black;
   background: #f7f7f7;
   border: 1px solid #f7f7f7;
   padding: 8px;
   font-size: 13px;

}
 .btn.todo,.btn.today, .btn.twommarow , button.customTimeRange,.btn.thisweek , .btn.nextweek {

   background: #f7f7f7;
    color: #444955;
    font-size: 13px;
    padding: 1px 5px;
    font-weight: bold;
   margin-top:8px;
    border: 1px solid #f7f7f7;

 }

 button.customTimeRange {
 
  
   padding: 3px 5px!important;
   margin-top:8px;
  
 }

 button.customTimeRange:focus {
 
  
  outline: 0px auto;
  
 }
 .btn.todo:hover,.btn.today:hover, .btn.twommarow:hover , button.customTimeRange:hover, .btn.thisweek:hover,.btn.nextweek:hover {

   background: #e5e5e5;
    color: #444955;
    font-size: 13px;
    padding: 1px 5px;
    font-weight: bold;
   cursor: pointer;
    border: 1px solid #f7f7f7;

 }
 .btn.todo.active, .btn.today.active, .btn.twommarow.active , button.customTimeRange.active,.btn.thisweek.active,.btn.nextweek.active {

    background: #deeafa;
    color: #317ae2;
    font-size: 13px;
    padding: 1px 5px;
    /* font-weight: bold; */
    border-radius: 3px;

 }


 #createActivity  .input-group .input-group-addon {
    padding:0px !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
     background-color: #ffffff00; 
     border: 1px solid #ffffff00;
   
    position: relative;
    left: -20px;
    z-index: 99;
    top: 1px;
}

#createActivity .form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 4px 4px 4px 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px!important;

}
.dateinput {

    width:23%;
    float:left; 

}
.dateinput ::placeholder {

    font-size: 13px;

}
.timeinput ::placeholder {

    font-size: 13px;

}
.timeinput {
   
   width:21%;
   float:left;

}

@media  screen and (max-width:768px)
{
.btn.call, .btn.meeting, .btn.task, .btn.deadline, .btn.email, .btn.refresh {
    background: #deeafa;
    color: #317ae2;
    font-size: 13px;
    padding: 1px 3px;
    /* font-weight: bold; */
    border-radius: 3px;
}
.btn.todo, .btn.today, .btn.twommarow, button.customTimeRange, .btn.thisweek, .btn.nextweek {
    background: #f7f7f7;
    color: #444955;
    font-size: 11px;
    padding: 1px 4px;
    font-weight: bold;
    margin-top: 8px;
    border: 1px solid #f7f7f7;
}
}