/****** FILE: themes/waldeck/css/objects/_forms.css *****/
form div.field{
    clear: both;
    margin-bottom: 1em;
}



form legend.left{
    margin-bottom:6px !important;
    margin-top: 18px !important;
}

form .field{
    margin-bottom: 18px;
}

form .optionset label{
    display: inline-block;
}

form .optionset .odd{
    float: left;
}

form .optionset .odd,
form .optionset .even{
    width: 45%;
    display: inline-block;
}

form select{
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 20px;
    border: 2px solid black !important;
    background:transparent;
    color:black;
    border-radius:9999px !important;
    outline: none;
}

.field .dropdown .middleColumn{
    display: inline-block;
    position: relative;
}

.field .dropdown .middleColumn:after{
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

form .middleColumn label{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 6px;
    float:none;
    color:#666;
}

.field > label{
    text-transform: inherit;
    color:inherit;
    font-size: inherit;
    display: block;
}

form .optionset{
    /*padding-left: 10px;*/
}

form .optionset li{
    display: inline-block;
    margin-right: 20px;
}

form .optionset li input{
    float: left;
    display: inline-block !important;
    width: auto !important;
    height:38px;
}

form .checkbox{
    float:left;
    margin-right: 6px;
}

input.checkbox{
    width: 12px;
    height: 12px;
    margin-top: 8px;
}


div.checkbox{
    width: 100%;
}


form .checkbox label{
    height: auto;
}

#ForgotPassword{
    clear: both;
    display: block;
    width: 100%;
}

form input.action{
    display: inline-block;
    border-radius: 5px;
    padding:15px 30px;
    font-weight:500;
    height: auto;
    color:#fff !important;
    text-decoration: none !important;
    font-size: 20px;
    white-space: nowrap;
    margin-bottom: 6px;
    position: relative;
    text-transform: none;
    top:0;
    left:0;
    background: #000;
    background-position: center;
    transition: background 0.5s;
    cursor: pointer;
    text-align: center;
    line-height: 28px;
    border:0;
    width: auto;
}

form input.action:hover {
    background: #000 radial-gradient(circle, transparent 1%, #000 1%) center/15000%;
    color:white;
    text-decoration: none;
}
form input.action:active{
    background-color: var(--white) !important;
    background-size: 100% !important;
    transition: background 0s !important;
}

input:focus,
textarea:focus,
.form-control:focus{
    border-width: 1px;
    border-color: #32aa48!important;
    box-shadow: 0 0 0 0.2rem rgba(50,170,72,.25)!important;
    outline: none;
}

form span.description{
    font-size: 16px;
    color:#ccc;
    margin-left:10px;
}
/****** FILE: themes/waldeck/css/objects/_button.css *****/
.button
{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0085dc+0,004998+100 */
  /*
  background: #0085dc;
  background: -moz-linear-gradient(left, #0085dc 0%, #004998 100%);
  background: -webkit-linear-gradient(left, #0085dc 0%,#004998 100%);
  background: linear-gradient(to right, #0085dc 0%,#004998 100%);
  */
  background: #EC6507;
  border-radius:5px;
  padding:7px 20px !important;
  text-align: center;
  color:white;
  font-size:20px;
  line-height:28px;
  cursor:pointer;
  display: inline-block;
  background-position: center;
  transition: background 0.5s;
}

.button:hover {
  background: #000 radial-gradient(circle, transparent 1%, #000 1%) center/15000%;
  color:white;
  text-decoration: none;
}
.button:active {
  background-color: var(--white);
  background-size: 100%;
  transition: background 0s;
}

.button.outline {
    background: transparent;
    border: 2px solid #000;
    color: #000;
}

.button.outline:hover {
    background: #000 radial-gradient(circle, transparent 1%, #000 1%) center/15000%;
    color:white;
    text-decoration: none;
    border: 2px solid #000;
}
.button.outline:active {
    background-color: var(--white);
    background-size: 100%;
    transition: background 0s;
}


.btn.btn-secondary {
  background: #fff;
  border-radius:5px;
  padding:15px 30px;
  text-align: center;
  color:#000;
  border: 0;
  font-size:20px;
  line-height:28px;
  cursor:pointer;
  display: inline-block;
  background-position: center;
  transition: background 0.5s;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
}




.button.green-bg
{
  background: #0085dc; /* Old browsers */
  background: -moz-linear-gradient(left, #9CDB3D 0%, #8DBB38 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #9CDB3D 0%,#8DBB38 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #9CDB3D 0%,#8DBB38 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9CDB3D', endColorstr='#8DBB38',GradientType=1 ); /* IE6-9 */
}
.button.blue-bg
{
  background: #0085dc; /* Old browsers */
  background: -moz-linear-gradient(left, #0084D9 0%, #004A98 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0084D9 0%,#004A98 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0084D9 0%,#004A98 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0084D9', endColorstr='#004A98',GradientType=1 ); /* IE6-9 */
}
.button.pink-bg
{
  background: #0085dc; /* Old browsers */
  background: -moz-linear-gradient(left, #FD006C 0%, #DF0060 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #FD006C 0%,#DF0060 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #FD006C 0%,#DF0060 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FD006C', endColorstr='#DF0060',GradientType=1 ); /* IE6-9 */
}
.button.orange-bg
{
  background: #0085dc; /* Old browsers */
  background: -moz-linear-gradient(left, #FD550B 0%, #E54F05 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #FD550B 0%,#E54F05 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #FD550B 0%,#E54F05 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FD550B', endColorstr='#E54F05',GradientType=1 ); /* IE6-9 */
}

.grey_bg
{
  background:lightgrey;
}



@media (max-width: 767.98px) {
  .btn:not(.btn--tall){
    padding:12px 15px;
    margin-bottom: 9px;
    height: auto;
  }
  .button{
    padding:9px 21px;
    font-size: 17px;
  }
}



