:root{
--purple1: #32316c;
--purple2: #215bb1;
--docs1: #f7f7ff;
}
.accordion-button {padding: 6px 4px !important;}

body {background-color: #fff;}
button {
	background: #f7f7f7;
	color: var(--purple1);
	border-radius: 0px;
	outline: 0;
	border: 0;
	padding: 6px 6px;
}

button:hover{background: #ccc;}
input, select {
  padding: 4px 4px;
  margin: 8px 8px;
}
h1{font-size:24px;}
h2{font-size:22px;}
h3{font-size:20px;}
h3{font-size:18px;}

/*label {margin-bottom:0!important;} */

.list-group-item{background:#fff !important}

.dropdown {
  display: inline-block;
  position: relative;
}

.dd-button {
	/*padding: 4px 12px 4px 12px;
	cursor: pointer;*/
    display: inline-block;
    border-radius: 2px;
    padding: 4px 12px 4px 12px;
    cursor: pointer;
    white-space: nowrap;
    color: rgba(0,0,0,.85);
	background: #fff;
	border: 1px solid #d9d9d9;
}



/*.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}*/

.area1 {
display: block;
text-decoration: none;
padding: 0 20px;
height: 40px;
line-height: 40px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #666;
font-size: 14px;
cursor: pointer;
color: #333;
background-color: rgba(0,0,0,.07);
}

.dd-button:hover {
  background-color: #eee;
}


.dd-input {
  display: none;
}

.dd-menu {
 z-index: 999;
  position: absolute;
  /*top: 100%;*/
  min-width: 200px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;
}
.dd-menu button { width:100%}

.dd-menu a {
  text-align: left;
	width:100%;
	background: #f7f7f7;
	color: var(--purple1);
	border-radius: 0px;
	outline: 0;
	border: 0;
	padding: 6px 6px;
	display: block;
}

.dd-input + .dd-menu {
  display: none;
} 

.dd-input:checked + .dd-menu {
  display: block;
} 

.dd-menu li {
  /*padding: 10px 20px;*/
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a {
  display: block;
  /*margin: -10px -20px;
  padding: 10px 20px;*/
}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}