.top-banner-notice {
    background-color: #81d8de;
    margin: 10px auto 10px auto !important;
    max-width: 1200px;
    border-radius: 15px;
    box-shadow: 3px 3px 6px #00000029;
}

.top-banner-notice-warning {
    background-color: #FFEB9C;
    margin: 10px auto 10px auto !important;
    max-width: 1200px;
    border-radius: 15px;
    box-shadow: 3px 3px 6px #00000029;
}

.top-banner-notice-error {
    background-color: #ffb8b8;
    margin: 10px auto 10px auto !important;
    max-width: 1200px;
    border-radius: 15px;
    box-shadow: 3px 3px 6px #00000029;
}

.top-banner-notice-success {
    background-color: #C6EFCE;
    margin: 10px auto 10px auto !important;
    max-width: 1200px;
    border-radius: 15px;
    box-shadow: 3px 3px 6px #00000029;
}

.banner-notice {
    display: flex;
    flex-direction: row;
    padding: 5px;
    margin: 0px;
    flex-grow: 1;
    min-width: 250px;
    word-break: break-word;
    vertical-align: middle;
}

.banner-icon {
    width: 32px;
    height: 32px;
    max-width: 100%;
    margin-right: 10px;
}

.banner-text {
    margin-top: auto;
    margin-bottom: auto;
}

.fabric-icon {
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 8px;
    vertical-align: middle;
}

.portal-button-default {
    color: #ffffff;
    border-radius: 10px;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    border-color: #83764E;
    padding: 6px 20px;
    width: fit-content;
    border-style: solid;
    background-color: #83764E;
    font-weight: 600;
}

.portal-button-highlighted {
    color: #ffffff;
    border-radius: 10px;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    border-color: #466cde;
    padding: 6px 20px;
    width: fit-content;
    border-style: solid;
    background-color: #466cde;
    font-weight: 600;
}

.portal-bordered-textarea {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-width: 250px;
    word-break: break-word;
    margin: 10px;
    padding: 15px 30px;
    width: calc(50% - 20px);
    border: solid 1px darkgray;
    border-radius: 20px;
}

.portal-bordered-textarea-2_3rd {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-width: 250px;
    word-break: break-word;
    margin: 10px;
    padding: 15px 30px;
    width: calc(66% - 20px);
    border: solid 1px darkgray;
    border-radius: 20px;
}

.portal-filled-textarea-3rd {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-width: 250px;
    word-break: break-word;
    margin: 10px;
    padding: 15px 30px;
    width: calc(33% - 20px);
    border: solid 0px darkgray;
    border-radius: 20px;
    background-color: #BEB86F;
}

.portal-filled-textarea-half {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-width: 250px;
    word-break: break-word;
    margin: 10px;
    padding: 15px 30px;
    width: calc(50% - 20px);
    border: solid 0px darkgray;
    border-radius: 20px;
    /*background-color: #BEB86F;*/
    background-color: #d9d392;
}

.crmEntityFormView,
.entitylist,
.modal-content,
.popover-content {
  border: 0px solid #f2f2f2;
}

.crmEntityFormView,
.modal-content,
.popover-content {
  border: 0px solid #f2f2f2;
}

.crmEntityFormView,
.entitylist {
  background-color: #ffffff;
  color: #000000;
  border: 0px solid #f2f2f2;
}

.crmEntityFormView fieldset {
  margin: 0;
  margin-bottom: 20px;
  border: 1px solid darkgray;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 3px 3px 6px #00000029;
}

.fabric-icon-info {
  margin-left: 8px;
}

[data-tooltip]::after {
  position: absolute;
  content: attr(data-tooltip);
  /*top:50%;
  transform: translateY(-50%);
  /*left: 100%;*/
  width: 300px;
  opacity: 0;
  transition: .3s opacity;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.42857;
  padding: 5px;
  background-color: lightgray;
  border: solid 1px darkgray;
  border-radius: 5px;
  margin-left: 15px;
  visibility: hidden;
}

[data-tooltip]:hover::after {
  opacity: 1;
  visibility: visible;
}

input.form-control {
  border: 1px solid darkgray;
}

.form-control {
  background-color: #ffffff !important;
  color: #000000;
  border: 1px solid darkgray;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.captcha-cell {
  border: 1px solid darkgray;
  border-radius: 15px;
  padding: 15px 15px 15px 30px;
  box-shadow: 3px 3px 6px #00000029;
}

.portal-captchaimg {
  margin-bottom: 20px;
  margin-top: 10px;
}

.portal-captchainput {
  border: solid 1px darkgray;
  border-radius: 5px;
  margin-top: 10px;
  margin-right: 10px;
}

.section-title {
  margin-left: 5px;
  padding-left: 5px;
}

.confirm-cell {
  border: 1px solid darkgray;
  border-radius: 15px;
  padding: 15px 15px 15px 30px;
  margin-top: 15px
}

.validation-header {
  color: #000000;
}

.fa-chevron-circle-down {
    display: inline-block;
    font-family: FabricMDL2Icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
}

.fa-chevron-circle-down:before {
    content: '';
}

input.query.form-control {
    margin: 0px;
}

.instructions {
	padding: 20px;
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	border: 1px darkgray;
	border-radius: 20px;
	border-style: solid;
	margin-bottom: 10px;
    box-shadow: 3px 3px 6px #00000029;
}

.crmEntityFormView,
.modal-content,
.popover-content {
	border: 0px solid #f2f2f2;
	border-radius: 20px;
	padding: 5px 20px 0px;
}

.input-group .form-control {
    margin-top: 0px;
}

.backbutton {
    color: #000000;
    font-family: 'Lato';
    font-weight: 600;
    font-size: 14px;
    margin: 5px 20px 5px 0px;
    width: fit-content;
    border: 1px solid darkgray !important;
    background-color: transparent;
    vertical-align: bottom;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 3px 3px 6px #00000029;
}

.backbutton::before{
    content: "<";
    color: #000000;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    width: fit-content;
    border: 0px;
    background-color: transparent;
    vertical-align: middle;
    margin: 5px 10px 5px 0px;
}

.backbutton:hover {
    background-color: lightgray;
    vertical-align: middle;
    border: 1px solid darkgray;
    border-radius: 10px;
}

.mini-header {
    font: normal normal bold 30px/36px Lato;
    letter-spacing: 0px;
    color: #383838;
    font-size: 14pt;
  }

 p, .p {
    font-family: Lato,Arial !important;
  }

 h1, .h1 {
    font-family: Lato,Arial !important;
  }


 h2, .h2 {
    font-family: Lato,Arial !important;
  }

 h3, .h3 {
    font-family: Lato,Arial !important;
    font-weight: bold !important;
    text-decoration: underline;
  }

  a, .a {
    color: #000000;
    font-family: Lato,Arial !important;
    font-weight: 400;
    font-size: 12pt !important;
}

td, th {
    color: #000000;
    font-family: Lato,Arial;
    font-weight: 400;
    font-size: 12pt;
}

  .button1 {
    color: #ffffff;
    border-radius: 10px !important;
    font-family: Lato !important;
    font-weight: 400;
    font-size: 14px;
    border-color: #83764E;
    padding: 8px 24px !important;
    width: fit-content;
    border-style: solid;
    background-color: #83764E;
    box-shadow: 3px 3px 6px #00000029;
}

.btn-primary {
    color: #ffffff;
    border-radius: 10px !important;
    font-family: Lato !important;
    font-weight: 400;
    font-size: 14px;
    border-color: #83764E;
    padding: 8px 24px !important;
    width: fit-content;
    border-style: solid;
    background-color: #83764E;
    box-shadow: 3px 3px 6px #00000029;
}

.button2, .btn-default{
    color: #83764E;
    border-radius: 10px !important;
    font-family: Lato !important;
    font-weight: 400;
    font-size: 14px;
    border-color: #83764E;
    padding: 8px 24px !important;
    width: fit-content;
    border-style: solid;
    background-color: #ffffff;
    box-shadow: 3px 3px 6px #00000029;
}

.caret {
    margin-left: 8px;
}

.tab-title{
    display:none
}

label {
    margin-bottom: 10px;
    margin-top: 10px;
    max-width:90%;
}

.btn-without-border {
    box-shadow: none;
}

button.btn.btn-default.btn-hg {
    padding: 6px 20px !important;
    border-radius: 0px 10px 10px 0px !important;
    box-shadow: none;
}

button.btn.btn-default.btn-xs.aria-exp {
    box-shadow: none;
    /*border: 0px solid transparent;*/
    box-shadow: 3px 3px 6px #00000029;
}

a.dropdown-toggle {
    border-radius: 10px;
}

a.staticnavlink {
    border-radius: 10px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    background-color: cadetblue !important;
    color: white !important;
}

.navbar-inverse .navbar-nav > .open > a {
    background-color: cadetblue !important;
    color: white !important;
}

ul.dropdown-menu {
    margin-top: 1px !important;
    background-color: white !important;
    border-radius: 10px !important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #f2f2f2;
    color: #000000;
    border: 0px;
    border-radius: 5px;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #f2f2f2 !important;
    color: #000000 !important;
    border: 0px solid;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 3px 20px;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #000000;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
    border: 0px solid;
}


input[type="radio"]::before {
    content: "";
    width: 1.25em;
    height: 0.75em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    /* padding-bottom: 0.25em; */
    /* background-color: CanvasText; */
    /* vertical-align: top; */
    /* text-align: center; */
    padding-left: 0.2em;
}
input[type="radio"]:checked::before {
    transform: scale(1);
    content: "✔";
}
input[type="radio"] {
    -webkit-appearance: none;
    background-color: transparent;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.5em;
    height: 1.5em;
    border: 0.15em solid currentColor;
    /* display: grid; */
    place-content: center;
    margin-right: 1em !important;
}
input[value="1"][type="radio"] {
    margin-left: 50px !important;
}
hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
    max-width: 1200px;
}
.columnBlockLayout {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 16px;
}

img.image-render {
    width: 80%;
    height: auto;
    max-height: 200px;
}

/*
.image-inline {
    max-height: 50px;
    overflow: visible;
}

@media screen and (max-width: 800px) {
    .image-inline {
        max-height: 300px;
        overflow: hidden;
    }
}
*/
.portalformflexfull {
    width: calc(min(1200px, 100vw) - 5vw);
    margin: 1vw !important;
}

.portalformflexhalf {
    width: calc(min(600px, 100vw) - 5vw);
    margin: 1vw !important;
}

.portalformflexthird {
    width: calc(min(400px, 100vw) - 5vw);
    margin: 1vw !important;
}

.portalformflexthird2 {
    width: calc(min(800px, 100vw) - 5vw);
    margin: 1vw !important;
}

.portalformflex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-header, .container-fluid>.navbar-collapse {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

legend.section-title {
    padding-top: 0px;
    float: left;
}

.crmEntityFormView .boolean-radio label {
    font-weight: 400;
    max-width: 150px;
    display: inline-flex !important;
    margin-top: 0px;
}

a:not(.btn) {
    text-decoration: none !important;
    font-weight: 600;
}

.toolbar-actions:not(.pull-right) {
    margin: 10px;
    box-shadow: 3px 3px 6px #00000029;
    border-radius: 10px;
}

.crmEntityFormView .tab {
    margin-bottom: 0;
}

form#content_form {
    padding: 1px;
}

legend.section-title {
    position: relative;
}

textarea#aux_addressconcat {
    overflow-y: hidden;
}


input[type="radio"]:not(:checked):disabled {
    opacity: 50%;
}

input[type="radio"]:checked:disabled {
    opacity: 75%;
}