/*----------SIZE----------*/
/*-button main page-*/
a.pink-button {
    height: 100% !important;
}
.columnBlockLayout {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
}
/*-BTN FORM-*/
.modal-footer {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-end;
}
.modal-footer .btn {
    height: 50px;
}
.form-close {
    height: 30px;
    width: 30px;
    border-radius: 100px !important;
}
/*-form-*/
.form-control, .input-group-btn .btn, a.btn, input.btn, input[id*="captcha"] {
    height: 50px;
}
.downloadZone a.btn {
    height: 100% !important;
    padding: 20px !important;
    display: flex;
    justify-content: center;
}
.downloadZone .rectangle a, .downloadZone .rectangle button {
    text-decoration: underline;
}
.downloadZone .rectangle button {
    border: 0;
    padding: 0 !important;
}
.crmEntityFormView .actions, .page-header {
    border: none !important;
}
ol.progress li::before {
    min-width: 45px;
}
.badge {
    width: 44px;
    height: 44px;
    border-radius: 100px !important;
    line-height: 37px !important;
}
/*-table-*/
table {
    width: 100% !important;
}
table tr {
    width: auto !important;
}
table tr td img {
    max-width: 100%;
    height: auto !important;
}
/*-FAQ-*/
.collapsible_panel_icon {
    width: 12px !important;
    height: 12px !important;
}

.ppFlexContainer {
    flex-wrap: wrap !important;
}


/*----------STYLE----------*/
.private-mode-text {
    border-radius: 0 !important;
}
/*-Container-*/
.container #mainContent, .container .search-results {
    box-shadow: rgba(27, 43, 76, 0.2) 0 4px 13px !important;
    border-radius: 9px;
    background-color: white;
}
.navbar .container, .page-heading .container {
    box-shadow: none !important;
    padding: inherit;
}
/*-Form-*/
.crmEntityFormView, .entitylist, .modal-content, .popover-content {
    /*reset*/
    border: none !important;
}
input.text, textarea.form-control, .form-control, input[id*="captcha"]  {
    border-radius: 9px !important;
    border: 2px solid rgba(0, 51, 102, 0.4);
}
.input-group > *, .input-group-btn > * {
    border-radius: 0 !important;
    min-width: 60px;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}
.input-group > *:last-child, .input-group:not(.datetimepicker) > *:last-of-type button:last-of-type, .input-group-btn > *:last-of-type, .input-group-btn > *:last-of-type button:last-of-type {
    border-radius:  0 9px 9px 0 !important;
}
.input-group > *:first-child, .input-group-btn > *:first-child {
    border-radius: 9px 0 0 9px !important;
    border-right: 0;
}
.input-group > *:only-child {
    border-radius: 9px !important;
}
.input-group > input:last-of-type, .input-group > input:last-of-type button:last-of-type, .input-group-btn > input:last-of-type, .input-group-btn > input:last-of-type button:last-of-type {
    border-right-width: 2px !important;
}
.input-group > input:first-of-type, .input-group-btn > input:first-of-type {
    border-left-width: 2px !important;
}
input#search_control {
    border: none;
}
input[value="Submit"], input[value="Next"] {
    min-width: 140px;
}
form .form-group input.form-control {
    border-radius: 9px !important;
}
/*-Timeline-*/
.notes .note .createdby {
    display: none;
}

.label-default {
    display: none;
}

.note .attachment-outer-border {
    border: none !important;
}

.timelineheader .buttoncontainer .backbtn {
    font-size: 15px;
}

/**Progress bar*/
ol.progress {
    counter-reset: num;
    box-shadow: none;
    list-style: none !important;
}
ol.progress li {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: bold;
    border: none !important;
}
ol.progress li::before {
    counter-increment: num 1;
    content: counter(num);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    font-size: 24px;
    font-weight: bold;
    margin-right: -15px;
    z-index: 1;
}
.private-mode-banner {
    border-radius: 9px;
}
.picklist.horizontal {
    display: flex;
    flex-direction: row;
    align-content: center;
}
.picklist.horizontal label {
    margin-right: 30px !important;
}

/*-Button-*/
a.pink-button {
    padding: 30px 40px !important;
}
a.pink-button > *:first-child {
    margin-top: 0;
}
a.pink-button > *:last-child {
    margin-bottom: 0;
}
a {
    cursor: pointer;
}
a.btn {
    padding: 20px;
    display: flex;
    align-items: center;
}
button, .btn, .btn-default {
    border-radius: 9px !important;
    margin-bottom: 20px;
    height: 50px;
    padding: 0px 20px;
    border: 0;
}
a:not(.btn):hover {
    text-decoration: underline;
}
.datepicker table td button {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
    border-radius: 4px !important;
}
.datepicker table th button {
    margin-bottom: 0;
}
.datepicker table .decade button {
    height: auto;
}
.fa-print {
    margin-right: 10px;
    margin-top: -3px;
}
a#activator-button {
    border-radius: 9px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
}
.buttoncontainer .btn {
    margin-left: 10px;
    margin-bottom: 10px;
}
.btn.action span.fa {
    margin-right: 10px;
}

/*-Heading - Message - Error-*/
.panel-heading {
    padding: 20px 34px;
    border-radius: 9px;
}
.panel-heading > div > div {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.panel-heading span.fa {
    margin-right: 18px;
    border-radius: 100px;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.alert {
    border-radius: 9px;
    padding: 20px 34px;
}
.columnBlockLayout:not(.noShadow):not(#mainContent .columnBlockLayout), .blockShadow {
    box-shadow: rgba(27, 43, 76, 0.2) 0 4px 13px !important;
    margin-top: 24px !important;
    margin-bottom: 24px !important;
    padding: 36px !important;
    border-radius: 12px !important;
}
.columnBlockLayout.blockShadow h2 {
    display: flex;
    flex-direction: row;
}
/*automatic numerotation*/
body {
    counter-reset: section;
}
.numberList h2::before {
    counter-increment: section;
    content: counter(section);

    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 100px;
    margin-right: 22px;
    margin-top: -3px;
    aspect-ratio: 1 / 1;
    background-color: white;
}
/*number*/
.number {
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 100px;
    margin-right: 22px;
    margin-top: -3px;
}
.tooltip {
    min-width: 200px;
    border-radius: 9px;
}
/*-BTN MAIN PAGE-*/
.btn.custom-button {
    box-shadow: rgba(0, 51, 102, 0.2) 0 4px 13px !important;
    transition: all 0.2s ease !important;
    border-radius: 9px !important;
    padding: 24px 20px !important;
    aspect-ratio: initial !important;
}
.btn.custom-button:hover {
    box-shadow: rgba(0, 51, 102, 0.1) 0 4px 13px !important;
    scale: 104%;
}
.btn.custom-button img {
    margin-left: 0 !important;
    width: auto !important;
    min-height: 32px !important;
    height: 32px !important;
}
.btn.custom-button .button-text {
    margin-left: 0  !important;
    margin-bottom: 20px !important;
    padding-top: 20px !important;
}

/*-Navbar - Main menu-*/
.dropdown-menu>li>a {
    border: 0 !important;
}
#navbar .weblinks li a:hover, #navbar .weblinks .weblink a:hover, #navbar .weblinks .dropdown.open a.dropdown-toggle, #navbar .weblinks .dropdown a.dropdown-toggle:hover, #navbar .weblinks .dropdown a.navbar-icon:hover, .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
    border-radius: 9px;
    height: 50px;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 14px 20px !important;
    color: white;
}
.pagination>li>a, .pagination>li>span, .pagination>li>a:hover, .pagination>li>span:hover {
    padding: 4px 10px;
    border-radius: 100px;
}

/*-submenu-*/
#navbar .weblinks .dropdown {
    padding: 0;
}
#navbar .weblinks .dropdown li {
    margin: 0;
}
#navbar .weblinks .dropdown li a {
    height: 40px;
    line-height: 40px;
    margin: 0;
}
#navbar .weblinks .dropdown li a, #navbar .weblinks .dropdown li a:hover {
    padding: 0px 20px !important;
}

/*-Profile*/
.profile-info img {
    border-radius: 100px;
}

/*Footer*/
.footer a:hover {
    text-decoration: underline !important;
}

/*-Panel-*/
.panel-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.panel-default {
    border: none;
}
.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
    border: none;
}
a.list-group-item {
    border: none;
    font-weight: bold;
    background: transparent;
}
a.list-group-item:hover {
    background: transparent;
}
.container .col-md-12 {
    width: 100% !important;
}

/*----------POSITION----------*/
.container {
    margin-right: auto !important;
    margin-left: auto !important;
    padding-left: 0 !important;
}
.main-container {
    display: flex !important;
    justify-content: center !important;
    padding-left: initial !important;
}
.container #mainContent, .container .search-results {
    max-width: 1200px;
    padding: 36px 64px;
    margin-bottom: 140px;
    margin-left: auto;
    margin-right: auto;
}
#content_form {
    margin-bottom: 5px;
}
.search-results li {
    margin-bottom: 40px;
}
.search-results li>h3 {
    margin-bottom: 12px !important;
}
.label-primary {
    display: inline-block;
    margin-top: 12px !important;
}
.navbar .container, .page-heading .container {
    max-width: 100%;
    width: 95% !important;
}
.crmEntityFormView div.description.below p span a {
    display: block;
}
span.fa.fa-fw.fa-check:before {
    position: absolute;
    left: 0;
    top: -5px;
}
.description.below, .description.above {
    margin: 10px 0 !important;
}
label[id*="captcha"] {
    margin-left: 20px;
}
a[id*="captcha"] {
    display: inline-block !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
a[id*="captcha"]:first-of-type {
    border-right: 2px solid rgba(0, 51, 102, 0.4);
    padding-right: 10px;
    margin-right: 10px;
}
.crmEntityFormView .cell {
    padding: 0 20px 20px 0 !important;
}
tr td {
    padding-bottom: 30px;
    background-color: transparent !important;
}
tr td span strong {
    color: var(--portalThemeColor1) !important;
}

.caret {
    margin-left: 8px;
}

/*ALERT*/
.container #mainContent {
    position: relative;
}
.container #mainContent #EntityFormPanel {
    margin-bottom: 36px;
}
.container #mainContent #EntityFormPanel .alert.alert-error {
    padding: 40px 64px;
    margin: -80px -64px 36px -64px; /*cancel the margin from the content*/
    border-radius: 9px 9px 0 0;
}
.container #mainContent .alert.alert-success {
    padding: 40px 64px;
    margin: -36px -64px -36px -64px; /*cancel the margin from the content*/
    border-radius: 9px;
}

.container #mainContent .alert:first-of-type {
    /*border-radius: 9px 9px 0 0;*//*Message on top of content*/
}
.container #mainContent .alert:last-of-type {
    /*border-radius: 9px;*/ /*Message when no other content*/
}
.container #mainContent .alert #MessageLabel:focus-visible {
    outline: none !important;
}


/*-Main menu-*/
.navbar-static-top.navbar .navbar-collapse {
    width: calc(100% - 310px); /*WIDTH 100% substract by left margin, less 60px margin right*/
}

nav.navbar-right.menu-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    float: none !important;
    padding-top:5px;
}
ul.nav.navbar-nav.weblinks.weblinkOne {
    display: flex;
    justify-content: flex-start;
}

ul.nav.navbar-nav.weblinks.weblinkTwo {
    display: flex;
    justify-content: flex-end;
}
/*end main menu*/

/*----------HIDDEN----------*/
.text-muted {
    display: none !important;
}
.list-group-item {
    border: 0 !important;
}

/*-Background-*/
@media screen and (max-width:1440px) {
    #content_form, .wrapper-body {
        background-image: none;
    }
}

.mobileOnly {
    display: none !important;
}
/*--------RESPONSIVE--------*/
/*-Size 1200 - Burger menu-*/
@media screen and (max-width: 1199px) {
    .navbar-static-top.navbar .navbar-collapse {
        background-color: var(--portalThemeColor8) !important;
        box-shadow: rgba(27, 43, 76, 0.2) 0 4px 13px !important;
        border-bottom: 2px solid white;
        top: 0;
        left: 16px;
        width: 100%;
        overflow: visible;
    }
    .nav.navbar-nav.weblinks {
        width: 100%;
        margin: 20px auto;
    }
    .mobileOnly {
        display: block !important;
    }
}
/*-Size 991 - Tablet-*/
@media screen and (max-width: 990px) {
    .ppFlexContainer .pink-button {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 10px !important;
    }
}
/*-Size 768 - Tablet-*/
@media screen and (max-width: 767px) {
    nav.navbar-right.menu-bar, ul.nav.navbar-nav.weblinks {
        display: flex;
        flex-direction: column !important;
        margin: 0;
    }
    ul.nav.navbar-nav.weblinks {
        margin-top: 0;
        margin-bottom: 0;
    }
    nav.navbar-right.menu-bar {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .columnBlockLayout.blockShadow h2 {
        flex-direction: column;
    }
    .numberList h2::before {
        margin: -80px auto 10px auto;
    }
}

li {
    font-size: 16px;     
}

a {
    font-size: 20px !important;
}

.dropdown-menu a:hover{
    background-color: transparent !important;
    color:white !important;
}

.collapsible_panel_body a {
    font-size: 16px !important;
    color: #528DF5 !important;     
}

.knowledge-article-content  a {
    font-size: 16px !important;
    color: #528DF5 !important;     
}

p {
    font-size: initial !important;
}

.developers a {
    color: white !important;
}

.collapsible_panel.open {
    background-color: #f0f0f0 !important;
    border-left: 4px solid #f2ff00;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05) !important;
    transition: background-color 0.3s, box-shadow 0.3s !important;
}

.collapsible_panel_head {
    cursor: pointer !important;
}

/*Overlay on submit*/
#processingOverlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#processingOverlay .spinner {
  width: 3rem;
  height: 3rem;
  border: 0.5rem solid rgba(255,255,255,0.3);
  border-top: 0.5rem solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

#processingOverlay .message {
  margin-top: 1rem;
  color: #fff;
  font-size: 1.2rem;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.deleteicon,
.cancelIconDiv {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-top: 7px;
    float: right;
    padding-right: 3px;
}


.skip-to-content a {
    background: none !important;
}

.fa-home {
       color: white !important; 
}

.glyphicon-search {
    color: white !important; 
}