.main_color{
   color:brown;
}

.help-block{
   margin:0px 0px 0px;
}

.providerList{
   width:400px;
 }
 
.loginBlock{
    width:300px;
 }

/* in play 2.5 twitter bootstrap had all of the forms shifted to the left, this correct for that */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="checkbox"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input 
{   
	margin-left: 20px 
}

 /* Style the buttons that are used to open and close the accordion panel
 https://www.w3schools.com/howto/howto_js_accordion.asp */
.accordion_2 {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 2px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-weight:bold;
  display: inline-block;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion_2:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel_2 {
  padding: 0 2px;
  background-color: white;
  display: none;
  overflow: hidden;
} 

div.scrollable {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
}

   