/* Header */

.navbar .navbar-header img {
    width: 80px!important;
    height: auto!important;
}

.navbar-brand.navbar-header a  {
    text-decoration: none!important;
    cursor: normal!important;
}

.skip-to-content {
    display: none;
}

/*Webchat*/
.pva-container{
    display: none;
}


/*Webform progress bar*/
/*
.progress.list-group {
    max-width: 1000px;
    margin: 0 auto;
}
*/
.list-group-item.active {
    background-color: black;
    border-color: black;
}

/*Webform*/

#EntityFormPanel, #WebFormPanel {
    border: none!important;
    max-width: 1000px;
    margin: 0 auto;
}

.crmEntityFormView fieldset {
    border: 1px solid #efefef;
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    padding: 20px;
}

#ContentContainer_FormPanel fieldset {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0px;
}

.crmEntityFormView fieldset h3 {
    margin-top: 0px;
    font-weight: bold;
}

.crmEntityFormView label {
    padding-bottom: 2px;
}

input[type="radio"], input[type="checkbox"] {
    z-index: 1;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

input[type="radio"]:focus {
  outline: none;
  box-shadow: 0 0 0 2px white;
}

input[type="radio"] + label, .crmEntityFormView .checkbox-cell label {
    cursor: pointer;
    max-width: 90%;
}

.crmEntityFormView .checkbox-cell {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.crmEntityFormView .checkbox-cell .description{
    width: 100%;
}

/* Radio buttons */

.crmEntityFormView .cell .picklist.vertical input[type="radio"] {
    float: left;
    margin-top: 1em!important;
}

.crmEntityFormView .picklist.vertical input[type="radio"] + label {
    float: left;
    max-width: 500px;
    margin-top: 1em;
}

.crmEntityFormView .picklist.vertical br {
    clear: both;
}

