/* CSS Document */
/*:not(.timeline-icon):not(.rounded):not(.toast):not(.toast-box):not(.toast-container):not(.progress){
  border-radius: 0 !important;
}
.ui.card > :first-child, .ui.cards > .card > :first-child, .ui.cards .card .content.extra {
    border-radius: 0 !important;
}*/

.person_pronoun {
    font-weight: normal;
    font-size: 12px
}

.badge {
    display: inline-block;
    text-align: center;
    width: 100px;
    vertical-align:middle;
}

.badge.small{
    width:80px;
}

.badge.tiny{
    width:36px;
}

.badge p{
    font-weight: bold;
    margin-top:0;
}

.badge.small p{
    font-size: 10px;
}

.badge.tiny p{
    display: none;
}

.badge span {
    margin:auto;
    display: inline-block;
    font-size: 40px;
    width:100px;
    height:100px;
    line-height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
}

.badge.small span{
    width:50px;
    height: 50%;
    line-height: 50px;
    font-size: 20px;
}

.badge.tiny span{
    width:36px;
    height: 50%;
    line-height: 36px;
    font-size: 15px;
}

.badge span i{
    transition: all 200ms;
    opacity: 0.9;
}

a.cell:hover .badge.small i{
    opacity: 1;
    font-size: 21px;
}

.picker {
    border-radius: 5px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    border: thin solid transparent;
    display: inline-block;
    margin-bottom: -7px;
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.31);
    box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.31);
}

.picker:hover {
    border: thin solid #ccc;
}

.ui.card .table{
    border:none !important;
}
div {
    scrollbar-width: thin;
}

.grid-padding-y > .cell {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
}

.grid-padding-x > .cell {
    padding-right: 1.1rem;
    padding-left: 1.1rem;
}

.medium-left-fixed-width {
    width: 350px !important;
    max-width: 100% !important;
}

.medium-right-fixed-width {
    width: 275px !important;
    max-width: 100% !important;
}

.medium-left-fixed-width-narrow {
    width: 275px !important;
    max-width: 100% !important;
}

.medium-right-fixed-width-wide {
    width: 350px !important;
    max-width: 100% !important;
}

.stat-circle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 15px solid #B15DFF;
    border-radius: 50%;
    max-width: 300px;
    max-height: 300px;
}

.small > .stat-circle {
    border-width: 5px;
}

.stat-circle > .stat {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    transition: opacity 300ms;
}

.stat-circle > .stat > div.centre, .file .centre{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
    line-height: 0;
    display: block;
}

.file.card .centre{
    font-size: 20px;
}

.file.card .image{
    background-color:#72DEFF;
    border: none !important;
}

.file.card .file-type{
    color:#ffffff; 
    line-height:200px;
}

.file.card > .image > .file-type > .circle{
    width:150px; 
    height:150px; 
    border: 3px solid rgba(255,255,255,0.8); 
    border-radius: 50%; 
    margin:20px; 
    position: relative;
}

.file.card  .content {
    border: none !important; 
    font-weight: 500;
}

.stat-circle > .stat span {
    white-space: nowrap;
    font-weight: 700;
    color: #B15DFF;
    font-family:Inter, Arial, Helvetica, sans-serif;
    line-height: 20px;
}

.stat-label {
    margin-top: 15px;
    opacity: 0;
    transition: opacity 300ms;
    width: 100%;
    height: 25px;
}

.stat-label span {
    color: #B15DFF;
    font-family:Inter, Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-align: center;
    display: block;
}

.stat-container {
    width: 100%;
    padding-bottom: 100%;
    position: relative;

}

.stat-container.placeholder .stat-circle {
    border-color: #EBEBEB;
}

.ui.category.search > .results .category {
    background-color: #EAFDFF;
}

.ui.category.search > .results .category > .name {
    color: #211F37;
}

.ui.category.search > .results .category .result:hover, .ui.search > .results .result:hover {
    background: #EAFDFF;
}

.highlight {
    background: #FFDC65;
    padding: 2px;
    border: 1px white solid;
    color: black;
}

#main-nav-container {
    background-color: #211F37;
    z-index: 1000;
}

#sub-nav-container {
    background-color: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    z-index: 999;
}

.topbar {
    background-color: #FFFFFF;
    /*border-left: solid 1px #E5E5EA;
    border-right: solid 1px #E5E5EA;*/
}

.page-selector{
    background-color: #FFC97E !important;
    color:#211F37 !important;
}

.page-selector .text{
    font-family:Inter, Arial, Helvetica, sans-serif;
    font-weight: 500 !important;
}

.topbar .cell:first-child {
    height: 60px;
    padding: 10px;
}

.topbarMain {
    /*border-left: solid 1px #E5E5EA;*/
    height: 60px;
}


.topbar .topbarleft{
    white-space:nowrap;
    overflow:visible;
}

.topbar .topbarleft h2.ui.header {
    margin: 3px 0 0 3px;
}

.topbar .menu.secondary .item.active {
    background-color: #FFC97E;
}

.topbar .menu.secondary a.item:hover, .topbar .menu.secondary a.item.active:hover {
    background-color: #FFDDB0;
}

.topbar .menu.secondary a.button.item:hover, .topbar .menu.secondary a.button.item.active:hover {
    background-color: transparent;
}

.ui.toast.warning {
    background-color: #FFBC34;
    color: rgba(0, 0, 0, 0.9);
}

.ui.toast.success {
    background-color: #00E5A8;
    color: rgba(255, 255, 255, 0.9);
}

.ui.toast.error {
    background-color: #FF6488;
    color: rgba(255, 255, 255, 0.9);
}

table.numbered tbody {
    counter-reset: row-num;
}

table.numbered tbody tr {
    counter-increment: row-num;
}

table.numbered tbody tr td:first-child::before {
    content: counter(row-num);
}

.ui.form .required.field > .checkbox::after, .ui.form .required.field > label::after, .ui.form .required.fields.grouped > label::after, .ui.form .required.fields:not(.grouped) > .field > .checkbox::after, .ui.form .required.fields:not(.grouped) > .field > label::after, .ui.form label.required::after {
    color: #FF6488;
}

.z-index-9999 {
    z-index: 9999 !important;
}

.ui.multiple.dropdown > .label {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.ui.label > .close.icon, .ui.label > .delete.icon {
    opacity: 0.8;
}

.ui.dropdown.tags-field .menu > .item,
.ui.dropdown.connections-field .menu > .iitem {
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
    background-color: #e8e8e8;
    background-image: none;
    color: rgba(0, 0, 0, .6);
    text-transform: none;
    font-weight: 700;
    border: 0 solid transparent;
    border-radius: .28571429rem;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
    white-space: normal;
    font-size: 1em;
    padding: .35714286em .78571429em !important;
    margin: .14285714rem .28571429rem .24285714rem;
    min-height: 10px;
}

.ui.dropdown.connections-field .menu > .iitem, .ui.dropdown.connections-field a.ui.label, .ui.dropdown.connections-field .text {
    border-radius: .28571429rem;;
    background-color: white;
    color: #4183c4;
    font-weight: normal;
    border: 1px solid #4183c4;
}

.ui.dropdown.connections-field .menu > .item {
    color: #4183c4;
}

.ui.dropdown.connections-field .text {
    color: #4183c4;
    border: 1px solid #4183c4;
    padding: .35714286em .78571429em !important;
    margin: -0.35714286em -0.78571429em !important;
}

.ui.dropdown.connections-field .text:empty {
    border: none;
    opacity: 0;
}

.ui.card.basic {
    box-shadow: none;
    border-color: #EBEBEB;
}

.ui.card:not(.fluid) {
    box-shadow: none;
    border-color: #E5E5EA;
}

body {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,e5e5ea+100 */
    background: #F5F5F7; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #ffffff 1%, #e5e5ea 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 1%,#e5e5ea 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  #ffffff 1%,#e5e5ea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5ea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

body, p, .ui.menu, td {
    font-family:Inter, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

strong, .ui.button, th {
    font-family:Inter, Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.ui.segments.raised .ui.segments.raised, .ui.segments.raised .ui.segment.raised, .ui.segment.raised .ui.segment.raised, .ui.segment.raised .ui.segments.raised {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.ui.basic.primary.button, .ui.basic.primary.buttons .button {
    background: 0 0;
    -webkit-box-shadow: 0 0 0 1px #B15DFF inset;
    box-shadow: 0 0 0 1px #B15DFF inset;
    color: #B15DFF;
}

.ui.basic.primary.button:hover, .ui.basic.primary.buttons .button:hover {
    background: 0 0;
    -webkit-box-shadow: 0 0 0 1px #8800F3 inset;
    box-shadow: 0 0 0 1px #8800F3 inset;
    color: #8800F3;
}

.ui.segments.raised, .ui.segment.raised, .ui.raised.card:not(.up) {
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    border-radius: 8px;
}

.ui.segments, .ui.segment, .ui.card {
    border-radius: 8px;
}

.ui.card:not(.horizontal) > :first-child, .ui.cards > .card:not(.horizontal) > :first-child {
    border-radius: 8px 8px 0 0;
}

.ui.segments:not(.horizontal) > .segment:first-child {
    border-radius: 8px 8px 0 0;
}

.ui.segments:not(.horizontal) > .segment:last-child {
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3),none;
    border-radius: 0 0 8px 8px;
}

.ui.segments:not(.horizontal) > .segment:first-child:last-child {
    border-radius: 8px !important;
}

.ui.card.horizontal > :first-child, .ui.cards > .card.horizontal > :first-child {
    border-radius: 0 !important;
}

.ui.card.horizontal > .image > img, .ui.horizontal.cards > .card > .image > img, .ui.card.horizontal > .image, .ui.horizontal.cards > .card > .image{
    border-radius: 7px 0 0 7px !important;
    overflow: hidden;
}

.ui.card.horizontal > .content, .ui.cards > .card.horizontal > .content{
    border-top:none;
}

.ui.card .extra.content {
    white-space: nowrap;
    overflow: hidden;
}

.responsive-square-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    justify-content: space-around;

    line-height: 30px;
}

.responsive-square {
    flex: 1 0 auto;
    height: auto;
}

.responsive-square:before {
    content: '';
    float: left;
    padding-top: 100%;
    overflow: hidden;
}

.responsive-square img {
    min-height: 100% !important;
    min-width: 100% !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    object-fit: cover !important;
}

.ui.label {
    margin-bottom: 4px !important;
}

.ui.labeled.input > .ui.label {
    margin-bottom: 0 !important;
}

.ui.text.menu.right i, .angle.large.link.icon {
    color: #b15dff;
}

h1.ui.header .far {
    margin-right: 20px;
}

h2.ui.header .far {
    margin-right: 18px;
}

h3.ui.header, div.ui.header .far {
    margin-right: 15px;
}

h4.ui.header .far {
    margin-right: 7px;
}

h5.ui.header .far {
    margin-right: 2px;
}

.ui.definition.table tr td.definition, .ui.definition.table > tbody > tr > td:first-child:not(.ignored), .ui.definition.table > tfoot > tr > td:first-child:not(.ignored), .ui.definition.table > tr > td:first-child:not(.ignored) {
    font-weight: 600;
    color: #211F37;
}

.ui.segments, .ui.segment {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.ui.label, .ui.button {
    background-color: #e1e1e3;
}

.menu.right:not(.vertical) .item > .ui.button {
    margin-right: -15px;
}

/*.ui.cards .card, .ui.card{
  box-shadow: none;
  webkit-box-shadow:none;
  border:none;
  border-left:solid 2px #211F37;
}

.ui.cards .card:hover, .ui.card:hover{
  border:none !important;
  border-left:solid 2px #b15dff !important;
}*/

.ui.card > .content > .header, .ui.cards > .card > .content > .header {
    font-family:Inter, Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #211F37;
}

.ui.cards > .card > .extra, .ui.card > .extra {
    border-top: none !important;
    color: #616162;
}

.ui.segment .ui.card {
    border: 1px solid #E5E5EA !important;
}

.ui.segment .ui.card .header {
    font-size: 15px;
    font-weight: 500;
}

.ui.segments .segment {
    border-top: 2px solid #f5f5f7;
}

.flow .ui.segments .segment {
    border-top: none;
}

.ui.secondary.segment {
    background-color: #FEFEFE;
}

.ui.toast.success {
    background-color: #00a651;
}

.ui.menu .item::before {
    background: #e1e1e3;
}

.switcher .dropdown {
    width: 100%;
}

.ui.toggle.checkbox input:checked ~ label::before {
    background-color: #be4efe !important;
}

.ui.toggle.checkbox input:focus:checked ~ label::before {
    background-color: #be4efe !important;
}

.ui.pagination.menu {
    border: 1px #e1e1e3 solid;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.ui.pagination.menu .active.item {
    background-color: #ffdc78;
    font-weight: 600;
}

.ui.link.list.list .active.item, .ui.link.list.list .active.item a:not(.ui) {
    color: #fdaa00;
    font-weight: 600;
}

.ui.header {
    font-family:Inter, Arial, Helvetica, sans-serif;
    font-weight: 500;
}

.ui.dividing.header {
    border-bottom: 2px solid #F5F5F7;
}

.ui.form .header:first-of-type {
    margin-top: 0;
}

.ui.primary.button, .ui.primary.buttons .button {
    background-color: #b15dff;
}

.ui.primary.button:hover, .ui.primary.buttons .button:hover, .ui.primary.button:focus, .ui.primary.buttons .button:focus {
    background-color: #9d32ff;
}

.ui.primary.active.button, .ui.primary.button .active.button:active, .ui.primary.button:active, .ui.primary.buttons .button:active {
    background-color: #b15dff !important;
}

.ui.primary.buttons > .active.button, .ui.primary.buttons > .active.button:active, .ui.buttons > .active.button, .ui.buttons > .active.button:active {
    background-color: #fece40 !important;
    color: #211F37 !important;
}

.ui.icon.button > .far, .ui.icon.buttons .button > .far {
    margin: 0 !important;
    vertical-align: top;
}

.ui.button > .far:not(.button) {
    height: auto;
    margin: 0 .42857143em 0 -.21428571em;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
    vertical-align: inherit;
    color: inherit;
}

.ui.button i.far {
    font-size: 1em;
    display: inline-block;
    opacity: 1;
    margin: 0 .25rem 0 0;
    width: 1.18em;
    height: 1em;
    text-align: center;
    speak: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ui.menu .ui.dropdown .menu > .item:hover {
    background-color: #f5f5f7 !important;
}

.ui.main-dimmer .ui.text.loader, .ui.main-dimmer .ui.text.loader .icon {
    color: #211F37 !important;
}

.ui.inverted.dimmer > .ui.loader {
    color: #B15DFF !important;
}

.ui.loader::before {
    border-width: .14rem !important;
}

.ui.loader::after {
    border-width: .14rem !important;
}

.ui.massive.loader::before, .ui.massive.loader::after {
    width: 6rem;
    height: 6rem;
    margin: 0 0 0 -3rem;
}

.ui.basic.icon.label .ui.checkbox {
    margin-top: 0 !important;
}

.ui.form .fields:not(.grouped):not(.inline) .field:not(:only-child) .ui.checkbox {
    margin-top: 0 !important;
}

.ui.settings.cards .card .content {
    background-color: #FFFFFF;
    color: #211F37;
}

.ui.settings.cards .card .content:not(.extra) .icon, .ui.settings.cards .card .content:not(.extra) .header, .ui.settings.cards .card .content:not(.extra) .description {
    color: #211F37;
}

.ui.settings.cards .card .content.extra {
    background-color: #211F37;
    color: #FFFFFF;
}

.ui.settings.cards .card .content.extra .icon {
    color: #FFFFFF;
}

.settings-container .header, .settings-container .card .icon {
    color: #211F37;
}

.settings-container .card .button .icon {
    color: #FFFFFF;
}

.ui.steps .step.active::after {
    background-color: #ffdc78;
    border: none !important;
}

.ui.steps .step::after {
    border: none !important;
}

.ui.steps .step.active {
    background: #ffdc78;
    border: none !important;
}

.ui.steps .step .content .title {
    font-family:Inter, Arial, Helvetica, sans-serif;
    font-weight: 500;
}

.ui.steps .step.active .content .title {
    color: #211F37 !important;
}

.ui.vertical.steps {
    border-color: #eeeef0 !important;
}

.ui.dropdown .default.text {
    white-space: nowrap;
}

.ui.form .field > label {
    display: block;
    margin: 0 0 .28571429rem 0;
    color: #565656;
    font-size: .92857143em;
    font-weight: normal;
    text-transform: none;
}

.label.positive {
    color: #ffffff;
    background-color: #00E5A8;
}

.suggested .checkbox label {
    width: 0;
    overflow: hidden;
    margin: 0;
    margin-right: -10px;
}

.ui.dimmer {
    position: fixed;
    bottom: 0
}

#public-banner {
    background-color: #F3F4F5;
    margin-bottom: 14px;
}

#public-banner .menu {
    background-color: #F3F4F5;
}

.logo-square {
    height: 163px;
    width: 163px;
    padding: 10px;
}

.logo-square img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.external-logo {
    width: auto !important;
    max-height: 40px;
}

.flow-nav .item, .flow-nav .sort-placeholder {
    margin: 10px 60px 10px 0;
    background-color: #5B66F4;
    color: #ffffff;
    padding: 7px 10px;
    display: block;
    position: relative;
    min-height: 35px;
    border: 2px solid transparent;
    border-left: 5px solid transparent;
}

.flow-nav .item.selected {
    border: dotted 2px #ffffff;
}

.flow-nav .item.decision-step {
    border-left: 5px solid #D5BB0E !important;
}

.flow-nav .sort-placeholder {
    background-color: #ECEDF2;
    border: 1px dashed #7B7B80;
}

.flow-nav .vertical.grip.lines {
    cursor: grab;
}

.flow-nav .accordion .title {
    cursor: default;
}

.flow-nav .item .dropdown.icon {
    color: #FFFFFF;
    margin-left: 10px !important;
}

.flow-nav .hit-zone {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    z-index: 100000;
    cursor: pointer;
}

.flow-nav .item .trash-button {
    color: #CCCCCC;
    position: absolute;
    right: -30px
}

.flow-nav .item .grip.lines {
    position: absolute;
    right: 0;
    color: #fff;
}

.flow-nav .stage.item.active .grip.lines {
    display: none;
    position: absolute;
    left: -1000000px;
}

.flow-nav .ui-sortable-helper .trash-button, .flow-nav .ui-sortable-helper .grip.lines {
    display: none;
}


.flow-nav .item input {
    font-weight: bold !important;
    border: none !important;
    background-color: inherit;
    color: #ffffff;
    width: 80%;
}

.flow-nav .item input:focus {
    color: #000;
    background: #fff;
}

/* Variations */

.flow-nav .stage.item {
    background-color: #10F040;
}

.flow-nav .decision.item {
    background-color: #D5BB0E;
}

.flow-nav .invitation.item {
    background-color: #AD06F4;
}

.flow-nav .gen-signed-doc.item {
    background-color: #E00072;
}

.flow-nav .send-email.item {
    background-color: #4AADFF;
}

.flow-nav .send-sms.item {
    background-color: #E00072;
}

.flow-nav .document-signing-preview.item,
.flow-nav .document-signing-sign.item
{
    background-color: #0C5AE2;
}

#interface .segment.title {
    color: inherit;
    background-color: inherit;
}

#interface form.ui.form {
    margin: 0;
    padding: 0;
}

#interface-placeholder {
    display: none;
    margin-top: 14px;
}

#interface-placeholder .ui.segment.title {
    background-color: #CECECE;
    color: #FFFFFF;
}

#interface-default {
    margin-top: 14px;
}

#interface .rule.placeholder {
    display: none;
}

#interface .sort-placeholder {
    background-color: #ECEDF2;
    border: 1px dashed #7B7B80;
    min-height: 270px;
    border-radius: 4px;
}

.ui.button.sorter {
    cursor: grab !important;
}


#interface input[type=text].ui.button {
    width: auto;
    cursor: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    display: inline-block;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    background: #e0e1e2 none;
    color: rgba(0, 0, 0, .6);
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0 .25em 0 0;
    padding: .78571429em 1.5em .78571429em;
    text-transform: none;
    text-shadow: none;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: .28571429rem;
    -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, .15) inset;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, .15) inset;
    -webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    will-change: auto;
    -webkit-tap-highlight-color: transparent;
}

#interface input[type=text].ui.button.primary {
    background-color: #2185d0;
    color: #fff;
}

#interface input[type=text].ui.button::selection {
    color: #FFF;
}

#interface input[type=text].ui.primary.button::selection {
    color: #000;
    background-color: #CACBCD;
}

#interface .back.button.basic, #interface .next.button.basic {
    border-style: dotted !important;
    border-width: 1px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#interface .select-form {
    display: none;
}

.flow-nav .dimmed.item {
    margin-bottom: 40px;
}

.flow-nav .dimmed.item, .flow-nav .placeholder.item {
    background-color: #BFC2F0;
}

.flow-nav .dimmed.item:hover {
    background-color: #2c3df7;
}

.flow-nav .dimmed.stage.item, .flow-nav .placeholder.stage.item {
    background-color: #9EF7B1;
}

.flow-nav .dimmed.stage.item:hover {
    background-color: #02f91b;
}

#full-address-fields .field, #full-address-fields .fields {
    margin-bottom: 0;
}

.ui.simulate.input {
    word-wrap: break-word;
    line-height: 1em;
    white-space: normal;
    outline: 0;
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
    min-width: 14em;
    min-height: 2.71428571em;
    background: #fff;
    display: inline-block;
    padding: .78571429em 2.1em .78571429em 1em;
    color: rgba(0, 0, 0, .87);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(34, 36, 38, .15);
    border-top-color: rgba(34, 36, 38, 0.15);
    border-right-color: rgba(34, 36, 38, 0.15);
    border-bottom-color: rgba(34, 36, 38, 0.15);
    border-left-color: rgba(34, 36, 38, 0.15);
    border-radius: .28571429rem;
    -webkit-transition: width .1s ease, -webkit-box-shadow .1s ease;
    transition: box-shadow .1s ease, width .1s ease, -webkit-box-shadow .1s ease;
}

select.error {
    background-color: #FF6488 !important;
    color: #ffffff !important;
}

.ui.icon.dropdown.right.item.visible {
    z-index: 1000;
}

label.not-required:after {
    content: none;
}

[data-show-hide-for] {
    position: absolute;
    top: 0;
    right: 5px;
    line-height: 65px !important;
}

[data-show-hide-for].angle {
    position: absolute;
    top: 0;
    right: 5px;
    line-height: 45px !important;
}

[data-title-for] {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    color: rgba(0, 0, 0, .6) !important;
}

[data-show-hide].hidden {
    display: none !important;
}


.ui.dropdown .search {
    min-width: 40px !important;
}

.fields {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin-bottom: 4px !important;
}

.ui.dropdown.fluid .default.text {
    white-space: nowrap;
    position: relative !important;
    left: -55px !important;
    margin-right: -110px !important;
}


.timeline {
    margin-bottom: 100px !important;
    display: none;
}

.ui.form em {
    display: block;
    margin-bottom: 15px !important;
}

.ui.form label em {
    display: block;
    font-weight: normal;
    margin-bottom: 0 !important;
}

ul.overlapping-avatars {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.overlapping-avatars li {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid white;
    display: inline-block;
    position: relative;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

ul.overlapping-avatars li:nth-child(n+2) {
    margin-left: -40px;
}

ul.overlapping-avatars:hover li:nth-child(n+2) {
    margin-left: -25px;
}

ul.overlapping-avatars:hover .label {
    display: inline;
    border-radius: 50% !important;
    padding: 3px 5px !important;
}

.unavailable ul.overlapping-avatars, ul.overlapping-avatars .label {
    display: none;
}

.main-navigation {
    margin-top: 0 !important;
    flex-direction: row !important;;
    flex-wrap: wrap !important;;
}


#map {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 90px;
}

#map-reset {
    position: absolute;
    top: 30px;
    right: 80px;
    background-color: white;
    height: 40px;
    width: 100px;
    z-index: 100000;
    box-shadow: 0 1px 1px 1px rgba(10, 10, 10, 0.1);
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

/* MAP MARKERS */

.fuc:not(.popup-bubble-content) {
    display: none;
}

.popup-bubble-content .image.avatar {
    width: 40px !important;
    height: 40px !important;
}

.popup-bubble-content .time {
    line-height: 40px;
}

.popup-bubble-content p {
    margin-top: 5px;
}

/* The location pointed to by the popup tip. */
.popup-tip-anchor {
    height: 0;
    position: absolute;
    /* The max width of the info window. */
    width: 100px;
}

.popup-tip-anchor:hover {
    z-index: 10000;
}

/* The bubble is anchored above the tip. */
.popup-bubble-anchor {
    position: absolute;
    width: 100%;
    bottom: /* TIP_HEIGHT= */ 8px;
    left: 0;
}

/* Draw the tip. */
.popup-bubble-anchor::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /* Center the tip horizontally. */
    transform: translate(-50%, 0);
    /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
    width: 0;
    height: 0;
    /* The tip is 8px high, and 12px wide. */
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: /* TIP_HEIGHT= */ 8px solid white;
}

/* The popup bubble itself. */
.popup-bubble-content {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    /* Style the info window. */
    background-color: white;
    padding: 5px;
    border-radius: 2px;
    font-family: sans-serif;
    overflow-y: auto;
    max-height: 200px;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.5);
}

.popup {
    z-index: 1001;
}


#properties {
    margin-top: 10px;
}

.time-slot-event .property-match.label {
    border-radius: 0;
    border: 1px solid white;
    height: 24px;
    width: 24px;
    padding: 0;
    line-height: 24px;
    text-align: center;
}

.time-slot-event .image.avatar {
    width: 24px !important;
    height: 24px !important;
    border-radius: 0 !important;
    border: 1px solid white;
}

#properties .list-item .square-icon i, .property-match.label {
    color: #FFFFFF;
}

#properties .list-item:nth-child(1) .square-icon, .property-match.label.pos0 {
    background-color: #4285F4;
}

#properties .list-item:nth-child(2) .square-icon, .property-match.label.pos1 {
    background-color: #EA4335;
}

#properties .list-item:nth-child(3) .square-icon, .property-match.label.pos2 {
    background-color: #FBBC05;
}

#properties .list-item:nth-child(4) .square-icon, .property-match.label.pos3 {
    background-color: #34A853;
}

#properties .list-item:nth-child(5) .square-icon, .property-match.label.pos4 {
    background-color: #054951;
}

#properties .list-item:nth-child(6) .square-icon, .property-match.label.pos5 {
    background-color: #ce25c3;
}

#properties .list-item:nth-child(7) .square-icon, .property-match.label.pos6 {
    background-color: #4285F4;
}

#properties .list-item:nth-child(8) .square-icon, .property-match.label.pos7 {
    background-color: #EA4335;
}

#properties .list-item:nth-child(9) .square-icon, .property-match.label.pos8 {
    background-color: #FBBC05;
}

#properties .list-item:nth-child(10) .square-icon, .property-match.label.pos9 {
    background-color: #34A853;
}

#properties .list-item:nth-child(11) .square-icon, .property-match.label.pos10 {
    background-color: #054951;
}

#properties .list-item:nth-child(12) .square-icon, .property-match.label.pos11 {
    background-color: #ce25c3;
}


.popup-bubble-content {
    border-left: solid 10px #FFFFFF;
}

.popup-bubble-content.pos-1 {
    border-left: none;
}

.popup-bubble-content.pos0 {
    border-left-color: #4285F4;
}

.popup-bubble-content.pos1 {
    border-left-color: #EA4335;
}

.popup-bubble-content.pos2 {
    border-left-color: #FBBC05;
}

.popup-bubble-content.pos3 {
    border-left-color: #34A853;
}

.popup-bubble-content.pos4 {
    border-left-color: #054951;
}

.popup-bubble-content.pos5 {
    border-left-color: #ce25c3;
}

.popup-bubble-content.pos6 {
    border-left-color: #4285F4;
}

.popup-bubble-content.pos7 {
    border-left-color: #EA4335;
}

.popup-bubble-content.pos8 {
    border-left-color: #FBBC05;
}

.popup-bubble-content.pos9 {
    border-left-color: #34A853;
}

.popup-bubble-content.pos10 {
    border-left-color: #054951;
}

.popup-bubble-content.pos11 {
    border-left-color: #ce25c3;
}


.ui.sticky.fixed.padded {
    padding-top: 20px;
    transition: padding-top 0.3s;
}

.ui.fields.condition {
    opacity: 0;
    position: relative;
}

.ui.fields.condition .trash-control {
    position: absolute;
    right: 10px;
    top: 20px;
}

.ui.fields.condition .ui.dropdown.disabled, .ui.fields.condition .ui.input.disabled {
    opacity: 1;
    border: 1px solid rgba(34, 36, 38, .01);
}

.ui.fields.condition .ui.input.disabled input[type="text"] {
    border: none;
}

.ui.fields.condition .ui.dropdown.disabled .dropdown.icon {
    display: none;
}

.ui.message .ui.message {
    background-color: rgb(252, 252, 252);
}

.ui.message .ui.message .ui.message {
    background-color: #F8F8F9;
}

.ui.message .ui.message .ui.message .ui.message {
    background-color: rgb(252, 252, 252);
}

.ui.message .ui.message .ui.message .ui.message .ui.message {
    background-color: #F8F8F9;
}

.ui.message .ui.message .ui.message .ui.message .ui.message .ui.message {
    background-color: rgb(252, 252, 252);
}

.ui.message .ui.message .ui.message .ui.message .ui.message .ui.message .ui.message {
    background-color: #F8F8F9;
}

.time-slot {
    padding-left: 30px;
    position: relative;
    width: 100%;
    height: 30px;
    border-bottom: 1px #eee dotted;
}

.time-slot a.add {
    position: absolute;
    line-height: 30px;
    right: -18px;
    top: 0;
    margin-right: -18px;
    color: #eee;
    width: 30px;
    height: 30px;
}

.time-slot:hover a.add, a.add:hover {
    color: #706EB5;
}

.time-slot .time {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    display: block;
    padding: 4px;
}

.time-slot:nth-of-type(odd) {
    border-bottom: 1px #CACBCD solid;
}

.time-slot-event, .time-slot-event:hover {
    display: block;
    background-color: #8F8BE8;
    border-bottom: 1px solid #706eb5;
    border-left: 3px solid #706eb5;
    color: white;
    margin: 0;
    overflow: hidden;
    position: relative;
    float: left;
    height: 30px;
    white-space: nowrap;
}

.time-slot-event.cancelled, .time-slot-event.cancelled:hover {
    background-color: #FF6488;
    border-bottom: 1px solid #FF6488;
    border-left: 3px solid #b74961;
}

.time-slot-event.noshow, .time-slot-event.noshow:hover {
    background-color: #FFBC34;
    border-bottom: 1px solid #FFBC34;
    border-left: 3px solid #ba8927;
}


.time-slot-event .border {
    border: 3px #8F8BE8 solid;
    border-right: 5px #8F8BE8 solid;
    overflow: hidden;
}

.time-slot-event.cancelled .border {
    border: 3px #FF6488 solid;
    border-right: 5px #FF6488 solid;
    overflow: hidden;
}

.time-slot-event.noshow .border {
    border: 3px #FFBC34 solid;
    border-right: 5px #FFBC34 solid;
    overflow: hidden;
}

.one > .time-slot-event {
    width: 100%;
}

.two > .time-slot-event {
    width: 50%;
}

.three > .time-slot-event {
    width: 33.3%;
}

.four > .time-slot-event {
    width: 25%;
}

.five > .time-slot-event {
    width: 20%;
}

.six > .time-slot-event {
    width: 16.6%;
}


.time-slot-event a, .time-slot-event a:hover {
    display: inline-block;
    color: white;
    white-space: nowrap;
    width: 100%;
    padding-left: 12px;
}

.time-slot-event i {
    margin-right: 2px !important;
    margin-left: 2px !important;
    display: inline;
}

.blank-time-slot {
    display: block;
    padding: 4px;
    margin: 0;
}


.blank-time-slot:hover, .time-slot.ui-state-hover .blank-time-slot {
    display: block;
    padding: 4px;
    margin: 0;
    background-color: #b4b3e5;
}

.time-slot.ui-state-hover .time-slot-event, .time-slot.ui-state-hover .blank-time-slot {
    border: 2px dashed white;
}

#calendar .label, .popup-bubble-content .label {
    border-radius: 0;
}

.calendar.grid {
    border-right: 1px solid lightblue;
}

.calendar.grid .column.heading {
    background-color: lightblue;
}

.calendar.grid .not-current {
    color: lightgray;
}

.calendar.grid .today {
    font-weight: bold;
    color: #FF6488;
}

.calendar.grid .column.date {
    border-left: 1px solid lightblue;
    border-bottom: 1px solid lightblue;
}


.calendar.grid .column.date.unavailable {
    color: darkgray;
    background-color: #eee;
}

.calendar.grid .time-slot {
    padding-left: 0;
    padding-top: 0;
    white-space: normal !important;
    height: 23px;
}

.calendar.grid .time-slot-event {
    height: auto;
    white-space: normal !important;
}

.calendar.grid a {
    color: black;
    min-height: 80px;
}

.calendar.grid .border {
    border: 1px #8F8BE8 solid;
}

.calendar.grid .appointments {
    margin-top: 5px;
    max-height: 150px;
    overflow: auto;
}

.day-heading {
    border-bottom: none;
    padding: 4px;
}

/*.pointing.menu{
  min-height: 65px;
}*/

.settings-container .pointing.menu {
    min-height: 0;
}

.list-item {
    border: 1px #e1e1e3 solid;
    height: 61px;
    padding-left: 60px;
    position: relative;
    margin-bottom: 10px !important;
    background-color: #ffffff;
    transition: 100ms;
    overflow: hidden;
    white-space: nowrap;
}

.list-item .content, .list-item .content .undertone {
    font-size: 13px;
}

.list-item.ui-draggable {
    cursor: move !important;
}

.list-item.ui-draggable-dragging {
    transform: rotate(4deg);
    z-index: 10000 !important;
}

.list-item:hover, #properties .list-item.ui-draggable:hover {
    background-color: #f5f5f7;
}

.list-item.active {
    background-color: #FFF2DF;
}

/*.list-item:hover, #properties .list-item.ui-draggable:hover{
  box-shadow:  2px 2px 4px 2px rgba(200, 200, 200, 0.75);
  border:none;
}
*/
#properties .list-item:hover {
    box-shadow: none;
    border: 1px #EEE solid;
}

.list-item .square-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    left: 0;
    background-color: #211F37;
    color: #8fcce9;
    overflow: hidden;
}

.list-item .square-icon img {
    height: 60px;
    object-fit: contain;
    min-width: 100%;
    min-height: 100%;
    background-color: #ffffff;
}

.list-item .square-icon i.icon {
    line-height: 60px;
    text-align: center;
    width: 60px;
}

.list-content, .list-content:hover {
    padding: 5px 10px;
    display: block;
    height: 60px;
    color: black;
}

.list-content em {
    color: darkgray;
}

.list-item .list-actions {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 60px;
    color: black;
}

.list-item .list-actions a,
.list-item .list-actions div {
    line-height: 60px;
    color: #616162;
    border-left: 1px solid white;
    padding: 0 1rem;
    margin: 0;
    height: 60px;
    display: inline-block;
    min-width: 60px;
    text-align: center;
    background-color: #f5f5f7;
}

.list-item .list-actions a span,
.list-item .list-actions div span
{
    display: none;
}

.list-item .list-actions a:hover,
.list-item .list-actions div:hover
{
    background-color: white;
    color: #616162;
    border-left: 1px solid #e0e1e2;
    font-size: 10px;
    font-weight: 600;
}

.list-item .list-actions a.alert:hover,
.list-item .list-actions div.alert:hover
{
    background-color: #FF6488;
    color: white;
    border-left: 1px solid white;
}

.list-item .list-actions a:hover span,
.list-item .list-actions div:hover span
{
    display: inline-block;
}

.list-item .list-actions a:hover i,
.list-item .list-actions div:hover i
{
    display: none;
}

.pointing.menu {
    flex-wrap: wrap !important;
    position: relative;
}

.ui.pointing.menu .active.item {
    color: #211F37 !important;
    border: none;
}

.ui.pointing.menu .active.item:after {
    border-right: none;
    height: 0;
    margin: 0;
    top: auto;
    left: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    content: '';
    border-bottom: solid 2px #211F37 !important;
    width: 100%;
    transform: scaleX(1);
    transition: transform 150ms ease-out;
}

.ui.pointing.menu .active.item:hover:after {
    transform: scaleX(1.1);
}

.green:not(.icon), .ui.green:not(.icon), .ui.green.header {
    color: #211F37 !important;
}

.constrain-width {
    max-width: 1400px;
}

.constrain-width-wide {
    max-width: 2000px;
}

.constrain-width-wide.centre {
    max-width: 2000px;
    margin: auto;
}

.pmfix {
    /*  overflow-y: visible;
      overflow-x: auto;*/
    margin-bottom: 15px;
    z-index: 0;
}

.main-navigation {
    border-radius: 0 !important;
    background-color: #211F37 !important;
    min-height: 53px !important;
}

.main-navigation .header.item {
    width: 100% !important;
}

.ui.inverted.icon.menu .item {
    color: #FFFFFF;
    padding: 16px;
}

.ui.inverted.menu .active.item, .ui.inverted.menu .item:hover {
    color: #FFFFFF !important;
    background-color: #312c45 !important;
}

.main-navigation a.primary.item{
    background-color: #312c45 !important;
    color: #FFFFFF !important;
    font-weight: bold;
}

.ui.inverted.menu .primary.active.item, .ui.inverted.menu a.primary.item:hover{
    color: #211F37 !important;
    background-color:#FFFFFF !important;
}

.ui.inverted.menu .active.item:after {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    content: '';
    border-bottom: solid 3px #ffdc78 !important;
    width: 100%;
    transform: scaleX(0.7);
    transition: transform 150ms ease-out;
}

.ui.inverted.menu .active.item:hover:after {
    transform: scaleX(1);
}

.ui.inverted.menu .active.item {
    background: #211F37 !important;
    color: #ffdc78 !important;
}

.ui.inverted.menu .active.item:hover {
    color: #ffdc78 !important;
    background-color: #312c45 !important;
}

.error-message, .label.error-message {
    display: none;
}

.label.error-message.is-visible {
    display: block;
}

.label.error-message {
    margin-left: 10px !important;
    font-style: normal !important;
}

.bold-message-box {
    font-size: 1.28571429rem;
    background-color: #00E5A8 !important;
    color: #fff;
    display: block;
    width: 100%;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    margin: 0 .25em 0 0;
    padding: .78571429em 1.5em .78571429em;
    text-transform: none;
    font-weight: 700;
    line-height: 1em;
    font-style: normal;
    text-decoration: none;
}

.bold-message-box small {
    color: white;
    font-size: 13px;
    float: right;
}

.bold-message-box small a {
    color: white;
    font-size: 13px;
}

[data-input-area].disabled {
    opacity: 0.5;
}

.ui.message.notification {
    text-align: left;
    position: fixed;
    width: 500px;
    max-width: 100%;
    min-height: 80px;
    top: 80px;
    left: 50%;
    margin-left: -250px; /* Negative half of width. */
    -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, .22) inset, 0 2px 4px 0 rgba(34, 36, 38, .12), 0 2px 10px 0 rgba(34, 36, 38, .15);
    box-shadow: 0 0 0 1px rgba(34, 36, 38, .22) inset, 0 2px 4px 0 rgba(34, 36, 38, .12), 0 2px 10px 0 rgba(34, 36, 38, .15);
    z-index: 101;
}

.ui.message.notification.red, .ui.error.message {
    border-top: 2px solid #FF6488 !important;
}

.ui.message.notification.green {
    border-top: 2px solid #00E5A8 !important;
}

.ui.message.notification.err {
    top: 2%;
}

.code-editor {
    width: 100%;
    height: 400px;
    margin-top: -10px;
    margin-bottom: 20px;
}

.input-template {
    display: none !important;
}

.ui.header input, .ui.sub.header input {
    font-weight: bold !important;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
}

div.checkbox:not(.ui) label > input, div.radio label > input {
    margin-right: 10px;
}

.field.radio label:not(:first-child) {
    font-size: 14px;
    font-weight: 400;
}

input.is-invalid-input {
    background-color: #fff6f6 !important;
    border-color: #e0b4b4 !important;
    color: #9f3a38 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

label.is-invalid-label {
    color: #FF6488 !important;
}

.field .ui.horizontal.label {
    margin-bottom: 5px;
}

.ui.form .ui.sub.header {
    margin-top: 24px;
    margin-bottom: 16px;
}

.ui.form .field, .ui.form .fields .field, .ui.form .field:last-child, .ui.form .fields:last-child .field {
    margin-bottom: 5px !important;
}

.ui.form .required > :nth-child(2) .trash_control {
    display: none;
}

.hide-trash .trash_control, [data-fields] > :nth-child(2) .new-value .trash_control, [data-fields] > :nth-child(2).new-value .trash_control {
    display: none !important;
}

.ui.form .cake-date select {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

.radio .required label:not(:first-child)::after,
.field.required .ui.checkbox::after,
.ui.form .required.fields:not(.grouped) > .field > .checkbox::after {
    content: '' !important;
}

.required label:not(:first-child) {
    font-weight: normal !important;
}

.image-control.hide {
    display: none;
}

.error-message.is-visible, #card-errors {
    display: block;
    margin-top: 5px;
    margin-bottom: 30px;
    color: #FF6488;
    font-style: italic;
}

.right-column .sticky.top .column {
    padding-left: 30px;
}

.left-column .sticky.top .column {
    padding-left: 30px;
}

.page {
    padding: 0 20px;
}

.undertone {
    color: #211F37;
    font-size: 13px;
}

.full-height {
    min-height: 100%;
}

.full-height.login-back {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ui.grid > .column.fitted {
    padding-top: 0;
    padding-bottom: 0;
}

.right-divider {
    border-right: 1px solid #eee;
    margin-right: -10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
}

.login .right-divider {
    padding: 0 !important;
    padding-right: 20px !important;
}

.login .ui.grid {
    margin: 10px;
    margin-right: -20px;
}

/*.login .ui.image{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}*/

.login .six.wide.column.right {
    padding-left: 30px !important;
}

.left-column {
    margin-right: -10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
}

.right-column {
    padding-top: 20px;
    padding-right: 20px;
}

.ui .field {
    margin-bottom: 1em;
}

.ui.table tfoot label {
    font-weight: bold;
}

.login-back, .muted {
    background-color: #fcfcfc;
}

.login-back .login.grid {
    height: 80%;
}

.login .column {
    max-width: 600px;
}

.page-title {
    margin-bottom: 2em !important;
}

.divided.list .item {
    padding: 20px 0 10px 0;
}

body.sorting .ui-sortable-handle .row:not(:first-child) {
    display: none;
}

#modal-add .options, #modal-add .connections, #modal-add .tags, #modal-add .long_label, #modal-add .multiple-values {
    display: none;
}


#modal-add[data-type="dropdown_list"] .options,
#modal-add[data-type="radio_list"] .options,
#modal-add[data-type="checkbox_list"] .options,
#modal-add[data-type="multi_select_list"] .options {
    display: block;
}

#modal-add[data-type="short_text"] .multiple-values,
#modal-add[data-type="date"] .multiple-values,
#modal-add[data-type="time"] .multiple-values,
#modal-add[data-type="file"] .multiple-values,
#modal-add[data-type="image"] .multiple-values,
#modal-add[data-type="tags"] .multiple-values,
#modal-add[data-type="connections"] .multiple-values {
    display: block;
}

#modal-add[data-type="connections"] .connections {
    display: block;
}

#modal-add[data-type="tags"] .tags {
    display: block;
}

#modal-add[data-type="checkbox"] .long_label {
    display: block;
}

/* Indicating - capacity*/
.ui.indicating.capacity.progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    background-color: #EFEFEF;
    height: .6rem;
}

.ui.indicating.capacity.progress[data-percent^="9"] .bar,
.ui.indicating.capacity.progress[data-percent^="100"] .bar {
    background-color: #D95C5C !important;
}

.ui.indicating.capacity.progress[data-percent^="7"] .bar,
.ui.indicating.capacity.progress[data-percent^="8"] .bar {
    background-color: #EFBC72 !important;
}

.ui.indicating.capacity.attached.progress .bar {
    height: .6rem;
}

.ui.indicating.capacity.progress[data-percent^="6"] .bar {
    background-color: #E6BB48 !important;
}


.ui.indicating.capacity.progress[data-percent^="4"] .bar,
.ui.indicating.capacity.progress[data-percent^="5"] .bar {
    background-color: #DDC928 !important;
}

.ui.indicating.capacity.progress[data-percent^="3"] .bar {
    background-color: #B4D95C !important;
}

.ui.indicating.capacity.progress[data-percent^="1"] .bar,
.ui.indicating.capacity.progress[data-percent^="2"] .bar,
.ui.indicating.capacity.progress[data-percent="3"] .bar,
.ui.indicating.capacity.progress[data-percent="4"] .bar,
.ui.indicating.capacity.progress[data-percent="5"] .bar,
.ui.indicating.capacity.progress[data-percent="6"] .bar,
.ui.indicating.capacity.progress[data-percent="7"] .bar,
.ui.indicating.capacity.progress[data-percent="8"] .bar,
.ui.indicating.capacity.progress[data-percent="9"] .bar {
    background-color: #66DA81 !important;
}

.ui.indicating.capacity.progress[data-percent="100"] .bar {
    background-color: #D95C5C !important;
}

/* Indicating Label */

.ui.indicating.capacity.progress[data-percent^="9"] .label,
.ui.indicating.capacity.progress[data-percent^="100"] .label {
    color: rgba(0, 0, 0, 0.87);
}

.ui.indicating.capacity.progress[data-percent^="7"] .label,
.ui.indicating.capacity.progress[data-percent^="8"] .label {
    color: rgba(0, 0, 0, 0.87);
}

.ui.indicating.capacity.progress[data-percent^="6"] .label {
    color: rgba(0, 0, 0, 0.87);
}

.ui.indicating.capacity.progress[data-percent^="4"] .label,
.ui.indicating.capacity.progress[data-percent^="5"] .label {
    color: rgba(0, 0, 0, 0.87);
}

.ui.indicating.capacity.progress[data-percent^="3"] .label {
    color: rgba(0, 0, 0, 0.87);
}

.ui.indicating.capacity.progress[data-percent^="1"] .label,
.ui.indicating.capacity.progress[data-percent^="2"] .label,
.ui.indicating.capacity.progress[data-percent="3"] .label,
.ui.indicating.capacity.progress[data-percent="4"] .label,
.ui.indicating.capacity.progress[data-percent="5"] .label,
.ui.indicating.capacity.progress[data-percent="6"] .label,
.ui.indicating.capacity.progress[data-percent="7"] .label,
.ui.indicating.capacity.progress[data-percent="8"] .label,
.ui.indicating.capacity.progress[data-percent="9"] .label {
    color: rgba(0, 0, 0, 0.87);
}


/* Letter Avatars */
pre {
    margin: 20px 0;
    padding: 20px;
    background: #fafafa;
}

.image.avatar {
    border-radius: .125rem !important;
    object-fit: cover;
    height: 35px !important;
    width: 35px !important;
}

.round {
    border-radius: 50%;
}

.show-for-mobile {
    display: none;
}


.sms-container {
    max-width: 395px;
    text-align: center;
    padding: 20px;
    margin-top: 10px;
}

.sms-container .created {
    color: #8f8e93;
    font-size: 11px;
    font-weight: bold;
}

.sms-container .sent, .sms-container .received {
    display: inline-block;
    border-radius: 25px;
    padding: 10px 15px;
    max-width: 75%;
    text-align: left;
    margin-bottom: 10px;
    white-space: pre-wrap;
    position: relative;
    margin-right: 25px;
}

.sms-container .sent {
    float: right;
    background-color: #5dc45a;
    color: #FFFFFF;
}

.sms-container .received {
    float: left;
    background-color: #e5e4e9;
    color: #000000;
}

.sms-container i.ui.icon {
    position: absolute;
    right: -25px;
    bottom: 15px;
    font-size: 12px;
    color: #5195f1;
}

.sms-container i.ui.icon.exclamation {
    color: #FF6488;
}

.sms-container i.ui.icon.question {
    color: #8f8e93;
}

.embedded.container {
    margin-top: 0;
}

.top-donors .extra.content a{
    color:#B15DFF !important;
    font-weight: bold;
    transition: color 32ms;
}

.top-donors .extra.content a:hover {
    color: #8800F3 !important;

}

.vertically.aligned{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/* Medium */

@media only screen and (max-width: 1023px) {
    #main-nav-container > .cell > .grid-x > .cell.medium-left-fixed-width, .topbar .medium-left-fixed-width{
        width: auto !important;
    }
    .medium-right-fixed-width{
        display:none !important;
    }
}


/* Small */

@media only screen and (max-width: 640px) {

    .vertically.aligned{
        position: relative;
        top: 0;
        transform: translateY(0);
    }

    .medium-right-fixed-width{
        display:block !important;
    }
    
    .top-donors .extra.content{
        font-size:10px;
    }
    
    .top-donors .ui.avatar.image{
        width:26px !important;
        height:26px !important;
    }

    .fields.stackable .field {
        width: 100% !important;
    }

    .right.aligned.but-not-for-mobile {
        text-align: left !important;
    }

    .profile-menu {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
    }

    .medium-left-fixed-width {
        width: 100% !important;
        max-width: 100% !important;
    }

    .medium-right-fixed-width {
        width: 100% !important;
        max-width: 100% !important;
    }


    .pointing.menu {
        border-bottom: none !important;
    }

    .pointing.menu .active.item, .pointing.menu .item {
        width: auto !important;
        align-self: flex-start !important;
    }

    .hide-for-mobile {
        display: none !important;
    }


    .show-for-mobile {
        display: inline-block;
    }

    .grid.login {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .list-item {
        height: 52px;
        padding-left: 52px;
        padding-right: 50px !important;
        margin-bottom: 15px !important;
        font-size: 10px !important;
    }

    .list-item .content, .list-item .content .undertone {
        font-size: 10px;
    }

    .list-item:hover {
        box-shadow: none;
        border: 1px #EEE solid;
    }

    .list-item .square-icon {
        width: 50px;
        height: 50px;
    }

    .list-item .square-icon i.icon {
        line-height: 50px;
        text-align: center;
        width: 50px;
    }

    .list-item .square-icon img {
        height: 50px;
    }

    .list-content, .list-content:hover {
        padding: 5px;
        display: block;
        height: auto;
        min-height: 50px;
        color: black;
    }

    .list-content em {
        color: darkgray;
    }

    .list-item .list-actions {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        height: 60px;
        color: black;
    }

    .list-item .list-actions a {
        line-height: 50px;
        color: #211F37;
        border-left: 1px solid white;
        padding: 0;
        margin: 0;
        height: 50px;
        display: inline-block;
        min-width: 50px;
        text-align: center;
        background-color: #e0e1e2;
    }

    .list-item .list-actions a span {
        display: none;
    }

    .list-item .list-actions a:hover {
        background-color: white;
        color: #211F37;
        border-left: 1px solid #e0e1e2;
    }

    .list-item .list-actions a.alert:hover {
        background-color: #FF6488;
        color: white;
        border-left: 1px solid white;
    }

    .list-item .list-actions a:hover span {
        display: none;
    }

    .list-item .list-actions a:hover i {
        display: inline-block;
    }

    .filter {
        margin-top: 20px;
        display: block;
    }

    .filter label, .sorters label {
        display: block;
    }

    .sorters {
        text-align: left !important;
    }

}

/* Hide the sidebars when printing */
@media print {
    /* Ensure nothing prevents the later pages printing */
    * {
        overflow: visible !important;
    }
    
    .form-content > .cell {
        width: 100% !important;
    }
    
    /* Hide sidebars */
    .sidebar,
    .switcher-wrapper{
        display: none;
    }
}
