@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
}
	
	body {
    background-color: #e2e1dd;
		margin: 0px;
		font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
	
	.header {
    border-bottom: 10px solid #ffb91d;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
}
	
	.header-logo{
	width: 120px;
    height: 44px;
	}
	
	.parker_container {
    width: 1140px;
	margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    padding: 10px;
    width: 49%;
    /*width: 50%;
   height: 300px; Should be removed. Only for demonstration 
	margin-right:2%;*/
    margin-bottom: 25px;
    min-height: 968px;
}

/* Clear floats after the columns */
.parker_row:after {
  content: "";
  display: table;
  clear: both;
}

.list-flat {
    margin: 10px ;
    padding: 0;
    list-style: none;
}

ul li {
    position: relative;
    padding-top: 15px;
	display: inline-block;
	width:100%;
	border-bottom: thin solid #e2e1dd;
}

li:last-child {
  border-bottom: 0px;
}

details{
    margin: 20px 10px;
    padding-bottom: 2px;	
    background-color: rgb(226,225,221);
    font-size: small;
    display: block;
}


summary{
    display: block;
    height: 25px;
    padding-top: 5px;
    border-top: thin solid rgba(255,185,29,1.00);
}

html.no-details details > summary::before {
    /*content: "▶"!important;*/
	content: "►"!important;
    display: inline-block;
    font-size: 0.8em;
    width: 1.5em;
}


a.button {
    font-size: 12px;
    padding: 4px 20px !important;
    min-width: 140px;
    float: right;
    background-color: #424242!important;
    color: white!important;
    border: 1px #353535 solid !important;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 22px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    clear: right;
    margin-top: 15px;

}

input:disabled {
	border: 0px!important;
	color:black;
}

ul:last-of-type li {
}

.ul_section{
    padding: 10px 0px;
    border-top: thin solid #353535;
	font-weight: bold;
}

.title {
    position: relative;
    left: 0px;
    font-size: 14px;
	display: inline-block;
	width:50%;
	padding-top: 4px;
	padding-bottom: 10px;
}

.input-group {
    width: 50%;
    display: inline-block;
    float: right;
    padding-left: 10px;
    	
}
.input-group-wide {
    width: 100%;
    display: inline-block;
    float: right;
    padding-left: 10px;
    	
}

.input-group>input {
    width: 40%;
    text-align: right;
	display: inline-block;
    margin-bottom: 10px;
    padding: 4px 4px 4px 6px;
    line-height: 14px;
    font-style: normal;
    font-weight: 700;
}

ul li label {
    vertical-align: top;
    margin-left: 6px;
	width: 55%;
	display: inline-block;
	float: right;
	font-size: 14px;
	padding-top: 4px;
}

.footer {
    background-color: #fff;
	margin-top: 25px;
	padding: 20px 0px;
	height:200px;
	
}

.currencySymbol {
    font-weight: bold;
    background-color: hsla(0,0%,100%,0.00) !important;
	width: 20px;
}

.currencyButton{
	padding: 4px 8px;
	margin-left: 5px;
}

radio{
	display: flex;
	
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.parker_container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
  .column {
    width: 100%;
	  min-height:200px;
  }
	
}
