.top-buffer { margin-top:20px; }
.button-space { margin-top: 10px;}

.table-condensed{
  font-size:8px !important;
}

.box{ 
		float: left;
    	width:20px; 
    	height:20px;
		margin-right: 20px;	
		border: 1px solid #d6d5d5;
    } 
     
.red{ 
    	background-color:#f00; 
    } 
.green{ 
    	background-color:#0f0; 
    } 
.blue{ 
    	background-color:#00f; 
    } 
	
.none{ 	
		background-color: none;
	}		

.no-gutters {
  padding-left: 0!important;

}

.btn-group-xs > .btn, .btn-xs {
  padding: .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
}

.comments_style {width: 100%!important;}

.input-lg{
  font-size: 1.5em;
}

.notes {
    background-color: #F0F8FF!important;
    margin-bottom: 10px!important;
    border: 1px solid #A9A9A9!important;
    padding: 5px!important;
    height: auto;
  }


#id01{
    background-color: #F0F8FF!important;
  }

  /* Float cancel and delete buttons and add an equal width */
.cancelbtn, .deletebtn {
  float: left;
  width: 50%;
}

/* Add a color to the cancel button */
.cancelbtn {
  background-color: #ccc;
  color: black;
}

/* Add a color to the delete button */
.deletebtn {
  background-color: #f44336;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #474e5d;
  padding-top: 50px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #ff7575!important;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  padding-top: 10px;
  width: 80%; /* Could be more or less, depending on screen size */
}

 
/* The Modal Close Button (x) */
.close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

