@media (max-width: 900px) {

    body {
        font-size: 12px;
    }

    td.field-cultivo {
        display: flex;
    }
    

    .button {
        font-size: 12px;
    }

    b {
        font-size: 12px;
    }

    thead tr th {
        font-size: 14px !important;
    }
    tbody tr td, tbody tr th {
        font-size: 12px !important;
    }
    input[type="submit"].default {
        width: auto;
    }
    input[type=submit] {
        width: auto;
    }
    p.deletelink-box {
        width: fit-content !important;
    }

    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="url"],
    input[type="number"],
    textarea,
    select,
    .vTextField {

        font-size: 12px;
        width: auto;
    }

    .select2-container--jet .select2-selection .select2-selection__rendered {

        font-size: 12px;
    }

    .changeform-tabs-item a,
    .changeform-tabs-item a:hover,
    .changeform-tabs-item a:visited {
        margin: 5px;
        font-size: 10px;
    }

    .sidebar-header-wrapper .sidebar-header-menu-icon.icon-menu {
        font-size: 12px;
    }

    .user-tools ul li.user-tools-welcome-msg {
        font-size: 10px;
    }

    .user-tools ul li.user-tools-welcome-msg:before {
        font-size: 16px;
    }

    #content-main>.object-tools>li>a.historylink:not([class*="btn-"]) {
        font-size: 10px;
    }

    .changeform-navigation-button-label {
        font-size: 10px;
    }

    div.breadcrumbs a {
        font-size: 10px;
    }

    div.breadcrumbs.initialized {
        font-size: 10px;
    }

    .inline-group .tabular thead th,
    .inline-group .tabular thead td {
        font-size: 12px;
    }

    .select2-container--jet .select2-results__option {
        font-size: 12px;
    }

    .inline-related h3 .inline_label {
        font-size: 10px;
    }

    .left-panel {
        width: 85% !important; 
    }

    .right-panel {
        width: 10% !important; 
    }
    form{
        width: fit-content;
    }
    div.form-row {
        display: flex;
    }
    div.form-row.field-resultadoPh.field-basicidadPh.field-acidezPh{
        display: block;
    }

   

    .changeform-tabs {
        display: flex;
       
    }
    @media (orientation: landscape) {
        #content-main {
          background-color: transparent !important;
          height: 55vh;
        }
      }
      @media (orientation: portrait) {
        #content-main {
          background-color: transparent !important;
          height: 100vh;
          overflow: scroll;
        }
      }
}

:root {
    --background-image: url("/static/background.jpg");
    --background-color: #fff;
    --background-size: cover;
    --background-position: center;
    --fixed-position: fixed;
    --full-height: 100vh;
    --full-width: 100vw;
}

html,
body {
    background-image: var(--background-image);
    background-size: var(--background-size);
    background-position: var(--background-position);
    background-repeat: no-repeat;
    background-color: var(--background-color);
    position: var(--fixed-position);
    height: var(--full-height);
    width: var(--full-width);
}

body {
    color: #0e0d0d !important;
    font-family: 'Roboto', sans-serif;
    overflow-y: scroll;
    overflow-x: hidden;

}

.sidebar-container-toggle.sidebar-header-menu-icon.icon-menu.sidebar-toggle {
    background-color: #E8F4E480;
}


.button {
    background-color: #9FC52B !important;
    color: #0e0d0d !important;
    font-weight: bold !important;
    border-radius: 90px;
    margin-right: 10px;
}

.modal-footer {
    display: flex;
    padding: 8px;
    justify-content: space-between;
}

.button:visited {

    color: rgb(240, 237, 237) !important;
}

.button:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.btn-remover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    /* text-decoration: underline; */
}

.btn-remover:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-decoration: underline;
}

.wrap {
    display: contain;

}

.left-panel {
    width: 50%;
    float: left;
    /* background-color: lightblue; */
    padding: inherit;
}

.right-panel {
    width: 45%;
    float: right;
    /* background-color: lightblue; */
    padding: inherit;
}

a:hover {
    text-decoration: underline !important;
}

.sidebar {
    background-color: #E8F4E4 !important;
}

#branding {
    background-color: #E8F4E4 !important;
    border-bottom: 1px solid #fff !important;
}

.sidebar-link {
    display: block;
    padding: 0.62rem 1.5rem;
    color: rgba(102, 102, 102, 0.85) !important;
    position: relative;
    transition: all 0.4s;
    font-weight: 500;
}

.sidebar-link-icon {
    color: rgba(102, 102, 102, 0.85) !important;
}

.sidebar-section {
    border-bottom: 0.07143rem solid #fff;
}

.sidebar-link:hover,
.sidebar-link.selected {
    background-color: transparent;
}

.sidebar-title {
    color: rgba(102, 102, 102, 0.85) !important;
}

.sidebar-header-menu-icon.icon-cross {
    color: #FFFFFF !important;
}

.sidebar-header-wrapper {
    background-color: #171f3f !important;
}

.sidebar-header-menu.sidebar-toggle {
    border-right: 0;
}

.sidebar-header-wrapper .sidebar-header-menu-icon.icon-menu {
    color: #FFFFFF;
}

#branding-menu {
    color: rgba(102, 102, 102, 0.85) !important;
}

.sidebar-container-toggle:hover {
    color: #495057;
}

#branding-pin {
    color: rgba(102, 102, 102, 0.85) !important;
}



.user-tools ul {
    border: 1px solid #9FC52B;
    background-color: #3075B4;
    color: #fff;
}

@media only screen and (max-width: 960px) {
    .user-tools ul {
        border: 0;
        z-index: 7;
        color: #FFFFFF;
    }
}

.user-tools ul li.user-tools-welcome-msg:before {
    color: #E8F4E4;
}

@media only screen and (max-width: 960px) {
    .user-tools ul li.user-tools-welcome-msg:before {
        color: #CFE8F8;
    }
}

.user-tools ul.opened .user-tools-welcome-msg:before {
    color: #FFFFFF;
}

@media only screen and (max-width: 960px) {
    .user-tools ul.opened .user-tools-welcome-msg:before {
        color: #FFFFFF;
    }
}



.user-tools ul.opened .user-tools-welcome-msg {
    border-bottom: 1px solid rgba(233, 233, 239, 0.25);
}

.breadcrumbs-separator {
    color: #FEFEFE;
}


.module h2 a,
.module caption a,
.inline-group h2 a {
    color: #FFFFFF;
    font-size: 11px;
    font-size: 0.78571rem;
    font-weight: bold;
}

#recent-actions-module>h2 {
    color: rgba(102, 102, 102, 0.85);
}

.changelist-footer {
    background: #E8F4E4;
    color: #000000;
    padding: 10px;
}

.sidebar-center-link {
    display: none;
}

html.no-touchevents .sidebar-link:hover .sidebar-left.collapsible {
    display: none;
}

#toolbar form #searchbar {
    background-color: #2f3855;
    border: none;
    color: white;
}

.sidebar-right-arrow.icon-arrow-right {
    color: #fcfcfc;
    /*color: rgba(233, 233, 239, 0.25);*/
}

.sidebar-section.last {
    display: none;
}

.sidebar-popup {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 250px;
    width: 17.85714rem;
    color: #495057;
    background-color: #fcfcfc;
    overflow-y: auto;
}

.sidebar-popup-list-item a,
.sidebar-popup-list-item a:visited,
.sidebar-popup-list-item a:hover {
    color: #171f3f;
}

.sidebar-popup-list-item.selected a {
    background-color: #171f3f;
    color: #fff;
}

/* list */

div.breadcrumbs.initialized {
    color: #000000;
}

div.breadcrumbs a {
    color: #000000 !important;
}

div.breadcrumbs a:hover {
    color: #FFFFFF;
}

.action-checkbox-column input[type=checkbox]+label:before {
    color: #FFFFFF;
}

table thead th {
    background: #03062a;
    color: #FFFFFF;
    border-bottom: 1px solid #FFF;
    text-transform: uppercase;
    transition: background-color .5s;
    font-weight: 700;
    text-transform: none !important;
}

tbody tr {
    background-color: #03062a;
    border-left: 8px;
}

table thead th a:link,
table thead th a:visited {
    color: #fff;
    font-weight: 700;
    text-transform: none !important;
}

table thead th.sortable:hover {
    background: #0f7dc2;
}

.dashboard .module table th {
    background-color: rgba(148, 163, 184, .4);
}


/* #153156 */
#changelist .actions .button {
    color: #fff;
    background-color: #3075B4;


    text-transform: none !important;
}

#changelist .actions .button:active {
    color: #fff;
    background-color: #171f3f;
    border-color: #171f3f;
}

#changelist .actions .button:hover {
    color: #fff;
    background-color: #171f3f;
    border-color: #193b68;
}

#changelist .actions .button:active:hover {
    color: #fff;
    background-color: #171f3f;
    border-color: #171f3f;
}

#changelist .actions .button:focus {
    color: #fff;
    background-color: #171f3f;
    border-color: #171f3f;
    box-shadow: 0 0 0 0.15rem rgba(115, 128, 241, 0.5);
}

#changelist table tbody tr.selected {
    border-color: #f4f4dc;
    background-color: #575e72;
}

#changelist table tbody {
    color: black;
}


#toolbar form input[type="submit"] {
    color: #fff;
    background-color: #3075B4;
    border-color: #171f3f;
    /* box-shadow: 0 2px 6px 0 rgba(38, 53, 119, 0.5); */
    text-transform: none !important;
}

#toolbar form input[type="submit"]:active {
    color: #fff;
    background-color: #171f3f;
    border-color: #171f3f;
}

#toolbar form input[type="submit"]:hover {
    color: #fff;
    background-color: #171f3f;
    border-color: #171f3f;
}

#toolbar form input[type="submit"]:active:hover {
    color: #fff;
    background-color: #171f3f;
    border-color: #171f3f;
}

#toolbar form input[type="submit"]:focus {
    color: #fff;
    background-color: #171f3f;
    border-color: #171f3f;
    box-shadow: 0 0 0 0.15rem rgba(27, 40, 100, 0.5);
}

.object-tools a.addlink:before {
    color: #fff;
    margin-top: 0px;
    margin-left: 4px;
    /* background-color: #3075B4; */
}

#content-main>.object-tools>li>a.addlink:not([class*="btn-"]) {
    color: #fff;
    background-color: #E8F4E4;
    border-color: #171f3f;
    margin: 9px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 50px;

    text-transform: uppercase;
    float: left;
    background-color: #9FC52B;
    box-shadow: 0 2px 6px 0 #9FC52B;
}

#content-main>.object-tools>li>a.addlink:not([class*="btn-"]):active {
    color: #fff;
    background-color: #0973F7;
    border-color: #0973F7;
}

#content-main>.object-tools>li>a.addlink:not([class*="btn-"]):hover {
    color: #fff;
    background-color: #0973F7;
    border-color: #0973F7;
}

#content-main>.object-tools>li>a.addlink:not([class*="btn-"]):active:hover {
    color: #fff;
    background-color: #0973F7;
    border-color: #171f3f;
}

#content-main>.object-tools>li>a.addlink:not([class*="btn-"]):focus {
    color: #fff;
    background-color: #0973F7;
    border-color: #171f3f;
    box-shadow: 0 0 0 0.15rem rgba(64, 44, 156, 0.5);
}

.select2-container--jet .select2-selection {
    background-color: #2f3855;
    border: none;
}

.select2-container--jet .select2-selection .select2-selection__rendered {
    color: #000;
}

.select2-container--jet .select2-dropdown {
    border: 0;
    border-radius: 4px;
    border-radius: 0.28571rem;
    box-shadow: 0 0 4px 0 #b9bfc4;
    box-shadow: 0 0 0.28571rem 0 #b9bfc4;
    overflow: hidden;
    z-index: 1;
}

.select2-container--jet .select2-selection--single .select2-selection__arrow b:before {
    color: #74788d;
}

.select2-container--jet .select2-results__option--highlighted[aria-selected] {
    background-color: #0973F7;
    color: #fff !important;
}

.select2-container--jet .select2-results__option[aria-selected=true] {
    color: rgb(195, 162, 0);
}

.select2-container--jet .select2-results>.select2-results__options {
    background-color: #e4e7ea;
}

/* forms */

.help,
p.help,
form p.help {
    color: #10305b;
}

input[type=checkbox]+label:before {
    color: #10305b;
}

input[type="submit"].default {
    color: #fff;
    background-color: #171f3f;
    border-color: #201463;
    /* box-shadow: 0 2px 2px 0 #171f3f; */
    text-transform: none !important;
}

input[type="submit"]:active {
    color: #fff;
    background-color: #171f3f;
    border-color: #10305b;
}

input[type="submit"]:hover {
    color: #fff;
    box-shadow: 0 2px 6px 0 #171f3f;
    background-color: #171f3f;
    border-color: #10305b;
}

input[type="submit"]:active:hover {
    color: #fff;
    background-color: #171f3f;
    border-color: #171f3f;
}

input[type="submit"]:focus {
    color: #fff;
    background-color: #171f3f;
    border-color: #10305b;
    box-shadow: 0 0 0 0.15rem rgba(14, 47, 235, 0.5);
}

.vDateField-link:active {
    color: #fff;
    background-color: #10305b;
    border-color: #10305b;
}

.vDateField-link:hover {
    color: #fff;
    background-color: #10305b;
    border-color: #10305b;
}

.vDateField-link:active:hover {
    color: #fff;
    background-color: #10305b;
    border-color: #10305b;
}

.vDateField-link:focus {
    color: #fff;
    background-color: #10305b;
    border-color: #10305b;
    box-shadow: 0 0 0 0.15rem rgba(35, 25, 172, 0.5);
}

.vDateField-link:hover span,
.vTimeField-link:hover span {
    color: #fff;
    background-color: #10305b;
    border-color: #10305b;
    box-sizing: rgba(35, 25, 172, 0.5);
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="number"],
textarea,
select,
.vTextField {
    border: none;
    background-color: #2f3855;
    color: white;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus,
.vTextField:focus {
    color: #495057;
    background-color: #fff;
    border-color: #b9bfc4 !important;
    outline: 0;
    box-shadow: none !important;
}

.segmented-button:active {
    color: #fff;
    background-color: #10305b;
    border-color: #10305b;
}

.segmented-button:hover {
    color: #fff;
    background-color: #10305b;
    border-color: #10305b;
}

#changelist-form .results {
    overflow-x: auto;
    color: #000000;
}

.segmented-button:active:hover {
    color: #fff;
    background-color: #171f3f;
    border-color: #171f3f;
}

.segmented-button:focus {
    color: #fff;
    background-color: #171f3f;
    border-color: #171f3f;
    box-shadow: 0 0 0 0.15rem rgba(35, 25, 172, 0.5);
}

#content-main>.object-tools>li>a.historylink:not([class*="btn-"]) {
    color: #fff;
    background-color: #171f3f;
    border-color: #10305b;
    box-shadow: 0 2px 6px 0 #171f3f;
}

#content-main>.object-tools>li>a.historylink:not([class*="btn-"]):active {
    color: #fff;
    background-color: #0973F7;
    border-color: #171f3f;
}

#content-main>.object-tools>li>a.historylink:not([class*="btn-"]):hover {
    color: #fff;
    background-color: #0973F7;
    border-color: #171f3f;
}

#content-main>.object-tools>li>a.historylink:not([class*="btn-"]):active:hover {
    color: #fff;
    background-color: #0973F7;
    border-color: #171f3f;
}

#content-main>.object-tools>li>a.historylink:not([class*="btn-"]):focus {
    color: #fff;
    background-color: #0973F7;
    border-color: #10305b;
    box-shadow: 0 0 0 0.15rem 48A0EA;
}

.submit-row {
    padding: 2px;
}

.submit-row a.deletelink {
    text-transform: none !important;
    box-shadow: 0 0 0 0.15rem rgba(228, 86, 86, 0.5);
    color: white !important;
}

.submit-row a.deletelink:active {
    color: #fff;
    background-color: #7a2b2b;
    border-color: #c54141;
}

.submit-row a.deletelink:hover {
    color: #fff;
    background-color: #aa3d3d;
    border-color: #7a2b2b;
}

.submit-row a.deletelink:active:hover {
    color: #fff;
    background-color: #7a2b2b;
    border-color: #c54141;
}

.submit-row a.deletelink:focus {
    color: #fff;
    background-color: #aa3d3d;
    border-color: #7a2b2b;
    box-shadow: 0 0 0 0.15rem rgba(193, 71, 71, 0.5);
}

table.helper {
    display: none !important;
    /* overflow: scroll !important;  */
    /* position: sticky; */
}

.changeform-tabs-item a,
.changeform-tabs-item a:hover,
.changeform-tabs-item a:visited {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);

}

.changeform-tabs-item.selected a,
.changeform-tabs-item.selected a:hover,
.changeform-tabs-item.selected a:visited {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

/* p{
    color: #E8F4E4;
} */

#result_list tbody tr th a {
    color: #E8F4E4;
}

fieldset.module {
    background-color: #E8F4E4;
}

.ui-datepicker .ui-datepicker-title {
    background-color: #2f3855;
}

.ui-widget-header {
    background-color: #2f3855;
}

.module ul.actionlist {
    background-color: #E8F4E4 !important;
}

.inline-related h3 {
    background: none;
}

table {
    box-shadow: none !important;
    overflow: hidden;

}

tbody tr:last-child {
    border: none !important
}

tbody tr td,
tbody tr th {
    padding: 16px;
    font-size: 14px;
    color: #0e0d0d;
    background-color: #E8F4E4;
}

thead tr th {
    font-size: 18px;
    padding: 16px;
    background-color: #9FC52B;
}

.inline-group .tabular thead th,
.inline-group .tabular thead td {
    background: linear-gradient(to top, rgb(195, 162, 0) 0%, #E8F4E4 100%);
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#result_list tbody tr th a {
    color: white !important;
    font-weight: bold !important;
}


.related-widget-wrapper #id_user_permissions {
    height: 250px;
}

.help,
p.help,
form p.help {
    color: #000000;
}

ul.messagelist li.success {
    background: #c4ecc5;
    color: #82b982;
    margin-top: 12px;
}

ul.messagelist li.warning,
ul.messagelist li.error {
    background: #f0dada;
    color: #d49d9d;
    margin-top: 50px;
}

.delete-confirmation #content>ul:nth-of-type(2),
.delete-confirmation #content>h1+p+ul {
    background: transparent;
    border-radius: 4px;
    border-radius: 0.28571rem;
    box-shadow: 0 2px 0 0 #d0dbe6;
    box-shadow: 0 0.14286rem 0 0 #d0dbe6;
}

select {
    height: 600px;
}

.colM {
    background-color: #E8F4E480;
    overflow-y: scroll;
    overflow-x: scroll;
    max-height: 90vh;
    height: 100%;


}

#content-main {
    float: left;
    background-color: #E8F4E4;
    width: 100%;
    padding: 8px;    
    padding-bottom: 150px;
    border-radius: 8px;
    display: inline-table;
}

#content-main table tbody tr {
    background-color: #E8F4E4;
}


.app-auth {
    background-color: #E8F4E4;

}

.module {
    background-color: #E8F4E4;
}

a,
a:visited,
a:hover,
a:focus {
    color: rgba(102, 102, 102, 0.85);
}

.module h2 a,
.module caption a,
.inline-group h2 a {
    color: #000000;
    font-size: 11px;
    font-size: 0.78571rem;
    font-weight: bold;
}

.changelink {
    background-color: transparent;
}

.changelink::before {
    background-color: transparent;
    color: rgba(102, 102, 102, 0.85) !important;
}

.content-related {
    background-color: #FFF;

}

.actionlist {
    background-color: #FFF;
}

.addlink {
    background-color: transparent;
}

.addlink:before {
    color: rgba(102, 102, 102, 0.85) !important;

}

.label {
    /* background: #fff; */
    color: #000000;
}

#result_list tbody tr th a {
    color: #fff !important;
    font-weight: bold !important;
}

select {
    height: 60px;
}

.dashboard-tools {
    visibility: collapse;
}

.deletelink {
    color: rgba(102, 102, 102, 0.85);
    /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); */
}


.quiet,
a.quiet:link,
a.quiet:visited {
    font-weight: normal;
    color: rgba(102, 102, 102, 0.85);

}

/*---------------Custom inputs------------*/
input,
select,
.select2-container--jet .select2-selection {
    background-color: #9FC52B;
    color: #000 !important;
    border: 1px solid #E8F4E4 !important;
}

input:disabled,
select:disabled {
    background-color: transparent !important;
    color: #000 !important;
    border: 1px solid #E8F4E4 !important;
}

.select2-container--jet .select2-selection .select2-selection__rendered {
    color: #000 !important;
}

input[type=submit] {
    background-color: #9FC52B !important;
    color: #493939 !important;
    font-weight: bold !important;
    border-radius: 90px;
}

/*---------------Custom table-------------*/
.results table {
    border-collapse: collapse;
}

.results thead th {
    background-color: #9FC52B !important;
}

.results tbody th a {
    font-weight: 300;
    font-size: 12px;
    background-color: rgba(102, 102, 102, 0.85);
    padding: 4px;
    border-radius: 4px;
}

.results tbody tr td,
.results tbody tr th {
    font-size: 14px !important;
}

.results tbody tr td,
.results tbody tr th {
    color: #000;
    border: 1px solid rgba(192, 192, 192, 0.351);
}

.results th .text {
    font-size: 14px;
}

/*---------------Custom table Module-------------*/
.dashboard .module table th {
    background-color: #E8F4E4;
}

.dashboard .module table th a {
    text-decoration: underline;
    transition: all .2s ease-in;
}

.dashboard .module table tbody tr th a:hover {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.module caption {
    background-color: #9FC52B;
    border-radius: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.module caption a {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    ;
    font-size: 16px !important;
    font-weight: bold;
}

/*-------other----------*/
/* .user-tools-welcome-msg{
   
} */
.user-tools-welcome-msg::before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f007" !important;
    color: #493939 !important
}

.user-tools ul.opened .user-tools-welcome-msg::before {
    transform: none !important;
}

#changelist-search div {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
}

#changelist-search div .changelist-filter-select-wrapper,
input {
    flex: 1
}

/* #changelist-search div input[type=submit]{
    
} */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="number"],
textarea,
select,
.vTextField {
    border: none;
    background-color: #9FC52B;
    color: #02104C;
    width: auto;
}

.user-tools ul li.user-tools-welcome-msg {
    font-weight: bold;
    /* padding: 0 10px 0 14px; */
    padding: 0 0.71429rem 0 1rem;
    line-height: 30px;
    line-height: 2.14286rem;
    color: #fdfdff;
    background-color: #E8F4E4;

}

.sidebar-dependent .opened {
    background-color: #FFF;
    color: #656769;
}

.sidebar-dependent .user-tools-welcome-msg {
    background-color: #E8F4E4 !important;
    color: #493939 !important;
    /* text-shadow: 1px 1px 1px rgba(0,0,0,0.5); */
}

.user-tools ul.opened {
    background-color: #E8F4E4 !important;
    color: #493939 !important;
    /* text-shadow: 1px 1px 1px rgba(0,0,0,0.5); */
}

.user-tools ul li.user-tools-link a {
    color: #493939 !important;
}

.user-tools ul li.user-tools-link a:hover {
    color: #493939 !important;
}

.icon-arrow-right:before {
    color: #fff !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.icon-arrow-left:before {
    color: #fff !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.changeform-tabs {
    margin: 0;
    padding: 0 0 0 16px;
    padding: 0 0 0 1.14286rem;
    border-bottom: 2px solid #ecf2f6;
    border-bottom: 0.14286rem solid #ecf2f6;
    background-color: #9FC52B;
    border-radius: 4px 4px 0 0;
    border-radius: 0.28571rem 0.28571rem 0 0;
}

.changeform-tabs-item.selected a,
.changeform-tabs-item.selected a:hover,
.changeform-tabs-item.selected a:visited {
    border-color: #E8F4E4;
}

.segmented-button.disabled {
    /* background-color: #E8F4E4 !important; */
    color: #fff !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    opacity: 0.5;
}

.segmented-button,
.segmented-button:visited,
.segmented-button:hover {
    border: 0;
    height: 32px;
    height: 2.28571rem;
    line-height: 32px;
    line-height: 2.28571rem;
    font-size: 12px;
    font-size: 0.85714rem;
    text-align: center;
    background-color: #9FC52B;
    color: #fff !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    padding: 0 10px;
    padding: 0 0.71429rem;
    display: inline-block;
    text-transform: none;
    border-radius: 0;
    transition: background .3s;
}

div.breadcrumbs {
    font-size: 12px;
    font-size: 0.85714rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 32px;
    line-height: 2.28571rem;
    background-color: #E8F4E480;
    color: #6f7e95;
    padding: 10px 215px 10px 20px;
    padding: 0.71429rem 15.35714rem 0.71429rem 1.42857rem;
    visibility: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 32px;
    min-height: 2.28571rem;
}

div.form-row {

    box-sizing: border-box;
    border-bottom: 1px solid #9FC52B;
    /* display: flex; */

}

.field-box{
    width: 355px;
   max-width: 100%;
   overflow: hidden;
}



div.related-widget-wrapper {
    display: contents;
}

.inline-group .aligned label {
    padding: 1px;
}

.editable-cell {
    opacity: 0.9;
    border: 1px solid #9FC52B;
  }