/*== General Purpose ==*/
.tasks_table td{
    vertical-align: top;
    
}

#premium_history td{
    text-align: left !important;
    padding: 2px 0px !important;
    margin:0px !important;
}

.delete_button{
    width:100%;
    background-color:#FAA; 
    border:none; 
    color:#F00
}
.delete_button:hover{
    background-color:#F00 !important; 
    color:#FAA !important;
    cursor: pointer !important;
}
.delete_button2{
    padding:0px 5px;
    margin: 0px;
    background-color:transparent; 
    border:none; 
    color:#F00
}
.delete_button2:hover{
    cursor: pointer !important;
}

.block{
    margin: 20px 0px;
    padding:20px;
    background-color:#fff;  
    box-shadow: 3px 3px 8px #000;
    width:100%;
}

.inner{
    margin:0px;
    padding:20px;
    background-color:#fff; 
}
.block.outer{
    padding:0px;
    background-color:#fff; 
}
.title{
    padding: 10px 20px;
    background-image:
    linear-gradient(
      to right, 
      #045DB4, #2BCD1B
    );
}

.title h1,
.title h2,
.title h3,
.title h4{
    color: #fff;
    margin: 0px;
    padding:0px;    
}
.block.container{
    margin: 0px;
    padding: 0px;
    
}
.fw{
    width:100%;
}
input, select, textarea{
    width:100%;
}
input[type='checkbox']{
    width:50px;
    float:right
}

.limit-height{
    height:920px;
    overflow-y:scroll;
    
}
.buttonify{
  font-family: 'Barlow', sans-serif;
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #a0cf69;
  border-radius: 4px;
  border: 0px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; 
}

.buttonify:hover{
  background-color: #045DB4;
  text-decoration: none;
}

/*== Forms ==*/
.search_field{
    width:100%;
    
}

/*== Header ==*/

.header{
background-color:#fff;  
padding: 20px;
    
}

/*== Footer ==*/
#footer{
    background: #D6D6D6;
    height: 120px;
    width: 100vw;
    margin-top:180px;
    bottom: 0px;
    box-shadow: 0 50vh 0 50vh #D6D6D6;
}


/*== client search ==*/
#id_client_search_results,#field_updates{
    max-height:300px;
    overflow-y:scroll;
    overflow-x:hidden;
}

/*== Menu ==*/
.menu a{
    font-size: 16px;
    line-height:28px;
    margin-left: 15px;
}
.menu i{
    width:18px;
    font-size: 22px;
    line-height:36px;
}

.block.menu{
    background-color: #045DB4;
    color:#fff !important;
}
.block.search,
.block.fields{
    background-color: #2BCD1B;
    color:#fff !important;
    
}

.block.menu,
.block.menu a, 
.block.menu h2,
.block.search a,
.block.search h2,
.block.search h3,
.block.search h4,
.block.fields,
.block.fields a,
.block.fields h2,
.block.fields h3,
.block.fields h4{
    color:#fff !important;
}

.block.search input{
    background-color: #60e953;
    border: none;
}
.block.search input[type='submit']{
    background-color: #01274c;
    color:#2BCC1A;
    border: none;
}

/*== Field Backgrounds ==*/
.unsaved{
    background: #FFFFCC !important;
}
.saved{
    background: #CCFFCC !important;
}
.failed{
    background: #FFCCCC !important;
}
.fail_message{
    color:#FF6666;
}

.success_message{
    color:#66FF66;
}

.activity_type_change{
    width: 250px;
    
}
.managersBox{
    clear:both;
}
.managersBox > span{
    float:left;
}
.deleteX{
    border:none;
    color:red;
    padding:0px;
    margin:0px;
    background:none;
    font-weight: 600;
    text-transform: uppercase;
    float:right;
    font-size:20px;
}