/**
* Start - Foundation override
*/

.top-bar .top-bar-title {
    float: left;
    margin-top: 4px;
    margin-left: 8px;
}

.top-bar .top-bar-title .menu-icon {
    outline: none;
    margin-right: 10px;
}

.top-bar .top-bar-title img {
    height: 24px;
}

.top-bar .top-bar-title a {
    /*color: #047bd5 !important;*/
    color: #4ccfdd !important;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Roboto', 'Sans-Serif', 'Helvetica';
}

.top-bar .top-bar-title a span {
    color: #3b3b3b !important;
    font-family: 'Roboto', 'Sans-Serif', 'Helvetica';
}

.top-bar {
    background-color: #ffffff;
    /*border-bottom: 3px solid #03bad9;*/
}

.top-bar ul li {
    transition: all 0.3s ease;
    z-index: 3;
}

.top-bar ul li a {
    color: #292929;
    outline: none;
    font-size: 0.9em;
}

.top-bar ul.medium-horizontal {
    background: transparent;
}

.top-bar li:not(.menu-text):not(.main-menu-readonly):not(.main-menu-avatar-container):hover {
    background-color: #f5f5f5;
}

.top-bar .dropdown.menu > li.is-dropdown-submenu-parent > a::after,
.top-bar .dropdown.menu > li.is-dropdown-submenu-parent:hover > a::after {
    border-color: rgba(0,0,0,0.70) transparent transparent !important;
}

.top-bar .dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
    border-color: transparent transparent transparent #000000;
}

.top-bar .medium-horizontal.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #ffffff transparent transparent !important;
}

.top-bar .main-menu-avatar-container > a {
    padding: 3px 0 0 1rem;
}

.top-bar .main-menu-avatar-container > a img {
    border-radius: 16px;
    border: 1px solid #aaaaaa;
}



#main-menu-logo,
#main-menu-logo a {
    padding: 0;
}

#main-menu-logo img,
#main-menu-avatar {
    max-height: 32px;
    border-radius: 16px;
}

#main-menu-avatar:hover {
    cursor: pointer;
}

.main-menu-readonly > a,
.main-menu-readonly > a:hover {
    cursor: default;
}

.main-menu-search {
    display: inline-block;
    margin-left: 57px;
}

.main-menu-search-txt-container {
    border-left: 1px solid #e0e0e0;
    background-image: url(../../admin/images/magnifying-glass.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position-y: center;
    background-position-x: 13px;
}

.main-menu-search-txt-container input[type=text] {
    border: none;
    box-shadow: none;
    padding-left: 40px;
    background: rgba(255,255,255,0.70);
    color: rgba(0,0,0,0.54);
    margin-bottom: 0;
    width: 100%;
    font-size: 13px;
    height: auto;
}

/*.main-menu-search button,
.main-menu-search input {
    display: inline;
    margin: 0;
}

.main-menu-search input {
    width: 150px;
}

.main-menu-search button {
    margin-left: -5px;
    min-width: 40px !important;
}

.main-menu-search-input input,
.main-menu-search input {
    height: 2em;
    border-right: 0;
    font-size: 13px;
    padding: 2px 3px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    transition: all 0.3s ease;
}

.main-menu-search-input input:focus,
.main-menu-search input:focus {
    border: 1px solid #cacaca;
    border-right: 1px solid #bababa;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

.main-menu-search-button button,
.main-menu-search button {
    height: 2em;
    padding: 1px 10px;
    font-size: 13px;
    background-color: #f5f5f5;
    color: #777777;
    border: 1px solid #cacaca;
    border-left: none;
    transition: all 0.3s ease;
}

.main-menu-search-button button:hover,
.main-menu-search-button button:focus,
.main-menu-search button:hover,
.main-menu-search button:focus {
    background-color: #e0e0e0;
    color: #333333;
    outline: 0;
}*/

@media screen and (min-width: 40em) {

    .top-bar-left {
        margin-left: 1em;
    }

    .main-menu-search-input input {
        margin-left: 2em;
    }

    .top-bar .main-menu-avatar-container > a:after {
        display: none !important;
    }

    /* Menus preventing FOUC (Flash of Unstyled Element) */

    .no-js .top-bar .top-bar-title span,
    .no-js .top-bar-left > .vertical.menu .menu,
    .no-js .top-bar-right > .vertical.menu .menu,
    .no-js #main-side-menu .vertical.menu.nested {
        display: none;
    }
}

@media screen and (max-width: 40em) {

    .top-bar {
        padding-left: 0;
        padding-right: 0;
    }

    .top-bar-left .accordion-menu {
        margin-top: 50px;
        border-top: 3px solid #03bad9;
    }

    .top-bar-right ul li {
        float: left !important;
        width: 100%;
    }

    .top-bar .accordion-menu ul li {
        background: #ffffff;
    }

    .top-bar .accordion-menu ul li a {
        color: #000000;
    }

    /* Menus preventing FOUC (Flash of Unstyled Element) */

    .no-js .top-bar-left > .vertical.menu,
    .no-js .top-bar-right > .vertical.menu {
        display: none;
    }
}

.button-container .button {
    min-width: 120px;
}

.reveal-overlay {
    /*overflow-y: auto;*/
}

.reveal-draggable{
    padding: 35px 0 0 0;
}

.reveal-draggable:hover{
    cursor: move;
}

.reveal-draggable > .modal-content{
    padding: 0 1rem 1rem 1rem;
}

.reveal-draggable > *:hover{
    cursor: default;
}

.reveal-draggable > .reveal-draggable-close-button{
    position: absolute;
    top: 0;
    right: 10px;
    color: #000;
    font-size: 1.5em;
}

label.middle, [type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea, select {
    margin: 0 0 .5rem;
}

.input-group-field {
    margin: 0;
}

.breadcrumbs {
    margin-bottom: 0.5rem;
    padding-left: 16px;
}

.breadcrumbs li {
    background-color: #fafafa;
    padding: 5px 10px;
    position: relative;
    margin-right: 20px;
    margin-bottom: .5rem;
    border-bottom: 1px solid #e0e0e0;
}

.breadcrumbs li,
.breadcrumbs li a,
.breadcrumbs li span {
    text-transform: none;
    font-size: 0.8rem;
}

.breadcrumbs li:not(:last-child)::after,
.breadcrumbs li::after {
    content: "";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width: 15px;
    border-top-width: 15px;
    border-left: 17px solid #fafafa;
    margin: 0;
}

.breadcrumbs li {
    margin-left: -16px;
    padding-left: 25px;
}
.breadcrumbs li:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width: 15px;
    border-top-width: 15px;
    border-left: 17px solid #ffffff;
    margin: 0;
}

.breadcrumbs li:first-child {
    z-index: 15;
}

.breadcrumbs li:nth-child(2) {
    z-index: 14;
}

.breadcrumbs li:nth-child(3) {
    z-index: 13;
}

.breadcrumbs li:nth-child(4) {
    z-index: 12;
}

.breadcrumbs li:nth-child(5) {
    z-index: 11;
}

.breadcrumbs li:nth-child(6) {
    z-index: 10;
}

.breadcrumbs li:nth-child(7) {
    z-index: 9;
}

.breadcrumbs li:nth-child(8) {
    z-index: 8;
}

.breadcrumbs li:nth-child(9) {
    z-index: 7;
}

.breadcrumbs li:nth-child(10) {
    z-index: 6;
}

.breadcrumbs li:nth-child(11) {
    z-index: 5;
}

.breadcrumbs li:nth-child(12) {
    z-index: 4;
}

.breadcrumbs li:nth-child(13) {
    z-index: 3;
}

.breadcrumbs li:nth-child(14) {
    z-index: 2;
}

.breadcrumbs li:nth-child(15) {
    z-index: 1;
}

/**
* End - Foundation override
*/

/**
* Start - DataTables override
*/

div.dataTables_wrapper table.dataTable.no-footer,
div.dataTables_wrapper table.dataTable thead th,
div.dataTables_wrapper table.dataTable thead td {
    border-bottom: 1px solid #aaaaaa;
}

div.dataTables_wrapper .row:first-child {
    background-color: #2076a9;
    max-width: initial;
    padding: 8px 0;
    border-bottom: 1px solid #000000;
    margin: 0;
}

div.dataTables_wrapper .row:last-child {
    /*background-color: #2076a9;*/
    background-color: #f9f9f9;
    max-width: initial;
    margin: 0;
    border-bottom: 1px solid #aaaaaa;
}

div.dataTables_wrapper .row:first-child label {
    color: #ffffff !important;
}

div.dataTables_wrapper .row:last-child > div > div,
div.dataTables_wrapper .row:last-child ul.pagination li:not(.current),
div.dataTables_wrapper .row:last-child ul.pagination li:hover:not(.current) {
    color: #000000; !important;
}

div.dataTables_wrapper table.dataTable {
    margin: 0 !important;
    font-size: 12px;
}

div.dataTables_wrapper div.dataTables_length select {
    height: 1.6em;
    font-size: 1em;
    padding: 2px 18px 2px 2px;
}

div.dataTables_wrapper div.dataTables_filter input {
    height: 1.6em;
    line-height: 1.6em;
    font-size: 1em;
    padding: 1px 3px;
}

div.dataTables_wrapper .pagination a:hover,
div.dataTables_wrapper .pagination a:active,
div.dataTables_wrapper .pagination button:hover,
div.dataTables_wrapper .pagination button:active,
div.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: transparent;
    background-image: none;
    border-color: transparent;
    outline: none;
    box-shadow: none;
}

div.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 8px;
    margin: 0;
    background-image: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    margin: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous a,
.dataTables_wrapper .dataTables_paginate .paginate_button.next a {
    padding: 0;
}

div.dataTables_wrapper .dataTables_paginate .paginate_button:hover a {
    text-decoration: underline;
}

div.dataTables_wrapper ul.pagination {
    margin-bottom: 5px;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 10px;
    font-size: 13px;
}

div.dataTables_wrapper div.dataTables_processing {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e0e0e0;
    padding: 10px 5px;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
    z-index: 2;
    font-size: 13px;
}

div.dataTables_wrapper table.dataTable thead th,
div.dataTables_wrapper table.dataTable tbody td {
    padding: 0.5em 1em;
}

div.dataTables_wrapper tbody input[type=text], table tbody input.small {
    margin-bottom: 0;
    width: 120px;
    height: 25px;
}

@media screen and (min-width: 40em) {

    div.dataTables_wrapper div.dataTables_processing {
        width: 50%;
        left: 30%;
    }
}

@media screen and (max-width: 40em) {

    div.dataTables_wrapper .row .columns {
        width: 100%;
    }
}

/**
* End - DataTables override
*/

body {
    background-color: #ffffff;
}

.max-width-initial {
    max-width: initial;
}

label.required:after {
    content: " *";
    color: #ff0000;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

.autocomplete-loading {
    background-image: url('../images/autocomplete-loading.gif') !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: 22px 22px !important;
    -moz-background-size: 22px 22px !important;
    -o-background-size: 22px 22px !important;
    -webkit-background-size: 22px 22px !important;
}

.action-button-style {
    margin: 0 2px !important;
    margin-bottom: 5px !important;
    padding: 4px 6px !important;
    color: initial !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
    line-height: normal !important;
    text-transform: none !important;
    text-indent: 0 !important;
    text-shadow: none !important;
    display: inline-block;
    text-align: center !important;
    border: 1px solid #909090;
    /*border-radius: 3px;*/
    background-color: #ffffff;
    transition: all 0.3s ease;
    min-width: 75px;
}

.action-button-style:active,
.action-button-style:hover,
.action-button-style:focus {
    background-color: #f5f5f5;
    /*border: 1px solid #888888;*/
}

.has-loading {
    height: 120px;
    background: url('../images/loading.gif') center no-repeat;
    background-size: 80px 80px;
    -moz-background-size: 80px 80px;
    -o-background-size: 80px 80px;
    -webkit-background-size: 80px 80px;
}

.has-loading-2 {
    height: 75px;
    background: url('../images/loading.gif') center no-repeat;
    background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -o-background-size: 50px 50px;
    -webkit-background-size: 50px 50px;
}

.has-loading-white {
    height: 150px;
    background: url('../images/loading.gif') center no-repeat;
    background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    -webkit-background-size: 100px 100px;
    background-color: #ffffff;
}

#flash-messages-container {
    position: relative;
    z-index: 16;
}

#flash-messages {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    /*display: none;*/
}

.flash-messages {
    padding-left: 50px;
    padding-right: 35px;
    margin: 0;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    /*-webkit-box-shadow: 0px 1px 10px -5px rgba(50,50,50,1);
    -moz-box-shadow: 0px 1px 10px -5px rgba(50,50,50,1);
    box-shadow: 0px 1px 10px -5px rgba(50,50,50,1);*/
}

.flash-messages .fi-check,
.flash-messages .fi-x-circle {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 30px;
}

.flash-messages .fi-x-circle {
    color: #e78371;
}

.flash-messages .fi-check {
    color: #72d395;
}

.flash-messages-close-button {
    outline: none;
}

.page-title {
    background-color: #f9f9f9;
    padding: 4px 15px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 0 12px 0;
    font-size: 1.1rem;
    color: rgba(0, 0, 0, 0.5);
}

.page-title i {
    color: #787878;
}

.page-title i:hover {
    color: #000000;
}

#content-wrapper {
    display: flex;
}

#main-side-menu-container {
    flex: 1;
    background-color: #23282c;
}

#main-side-menu-container,
#main-side-menu-container > ul#main-side-menu {
    min-height: calc(100vh - 51px);
}

#main-side-menu-container {
    float: left;
    width: 222px;
}

#content-container,
#content {
    min-height: calc(100vh - 95px);
}

#content-container {
    float: right;
    width: calc(100% - 222px);
    background-color: #ffffff;
}

#main-side-menu {
    /*border-right: 1px solid #e0e0e0;*/
    background-color: #23282c;
    border-left: 0;
}

#main-side-menu a {
    color: #4e4e4e;
    outline: none;
}

#main-side-menu .is-accordion-submenu-parent>a::after {
    /*border-color: #9c9b9b transparent transparent;*/
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 7px solid rgba(255, 255, 255, 0.8);
    margin-top: -6px;
    /*transition: all 0.2s ease-in-out;*/
}

#main-side-menu > li:first-child {
    /*background-color: #f5f5f5;*/
    /*text-align: center;*/
}

#main-side-menu > li:first-child h4 {
    font-size: 1.3em;
    padding: 2px 2px 1px 16px;
    margin: 0;
    /*border-bottom: 1px solid #e0e0e0;*/
    border-bottom: 1px solid rgba(255,255,255,0.2);
    color: #ffffff;
}

#main-side-menu li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9em;
}

#main-side-menu li[aria-selected='true'] > a,
#main-side-menu li a:hover {
    /*background-color: #f3f3f3;*/
    background-color: #057ad8;
    color: #ffffff;
}

#main-side-menu li.is-accordion-submenu-parent > a:hover::after {
    /*border-color: #ffffff transparent transparent;*/
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 7px solid #ffffff;
}

#main-side-menu li[aria-selected='true'].is-accordion-submenu-parent > a::after {
    border: 6px inset;
    border-color: transparent transparent #ffffff;
    border-bottom-style: solid;
    margin-right: -2px;
}

#main-side-menu .menu.nested {
    border-left: 1px solid rgba(255, 255, 255, .8);
    /*margin-left: .5rem;*/
}

#main-side-menu .menu.nested > li > a {
    position: relative;
}

#main-side-menu .menu.nested > li > a:before {
    content: '\25A0';
    /*content: '\2022';*/
    position: absolute;
    top: 7px;
    left: -5px;
    font-size: 16px;
    /*font-size: 24px;*/
    color: rgba(255, 255, 255, 0.8);
}

#main-side-menu li hr {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.footer-text {
    margin: 12px;
    color: #999;
    font-size: 0.8em;
}

.footer-text a {
    color: #999;
}

.footer-text a:hover {
    text-decoration: underline;
}

.form-hint-text {
    color: #999;
    font-size: 13px;
}

.href-new-action {
    color: #333333;
    font-size: 14px;
}

.href-new-action:hover,
.href-new-action:active,
.href-new-action:visited {
    color: #000000;
    text-decoration: underline;
}

.no-padding {
    padding: 0!important;
}

.no-padding-left {
    padding-left: 0!important;
}

.no-padding-right {
    padding-right: 0!important;
}

.no-padding-top {
    padding-top: 0!important;
}

.no-padding-bottom {
    padding-bottom: 0!important;
}

.no-margin-right {
    margin-right: 0!important;
}

.no-margin-top {
    margin-top: 0!important;
}

.no-margin-left {
    margin-left: 0!important;
}

.no-margin-bottom {
    margin-bottom: 0!important;
}

.no-margin {
    margin: 0!important;
}

.custom-tabs {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
}

.custom-tabs,
.custom-tabs-content {
    /*border: 1px solid rgba(10,10,10,.25);*/
    border: 1px solid #e0e0e0;
}

.custom-tabs-content {
    border-top: none;
}

.custom-tabs .tabs-title>a {
    padding: 0.65rem 1rem;
    color: #000000;
    /*border-right: 1px solid rgba(10,10,10,.25);*/
    /*transition: all 0.3s ease;*/
}

.custom-tabs .tabs-title>a:focus,
.custom-tabs .tabs-title>a:hover,
.custom-tabs .tabs-title>a[aria-selected=true] {
    /*background: #f3f3f3;*/
    background: none;
    border-bottom: 2px solid #057ad8;
    margin-bottom: -2px;
}

.back-to-top-container {
    position: fixed;
    right: 25px;
    bottom: 25px;
    display: none;
}

.back-to-top-container a {
    display: block;
    background: #000000;
    padding: 7px 12px;
    border-radius: 25px;
    color: #f0f0f0;
    transition: all 0.2s ease;
}

.back-to-top-container a:hover {
    color: #ffffff;
}

.info-group {
    display: table;
    width: 100%;
    margin-bottom: 0.5rem;
}

.info-group label {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    padding: 0 0.5rem;
    background: #f9f9f9;
    color: #0a0a0a;
    border: 1px solid #cacaca;
    width: 40%;
    font-size: 0.9em;
}

.info-group div {
    display: table-cell;
    margin: 0;
    padding: 0 0.5rem;
    vertical-align: middle;
    border: 1px solid #cacaca;
    border-left: none;
    font-size: 0.9em;
}

#global-notif-container {
    position: relative;
}

#global-notif-content {
    position: absolute;
    top: 16px;
    right: 0;
    background-color: #fafafa;
    border: 1px solid rgba(100, 100, 100, .4);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -o-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    overflow: visible;
    width: 400px;
    display: none;
    border-radius: 2px;
    z-index: 99;
    min-height: 75px;
}

#global-notif-content h5 {
    margin-top: 10px;
    text-align: center;
}

.global-notif-list {
    margin: 10px;
    border-bottom: 1px solid rgba(100, 100, 100, .3);
    font-size: 12px;
}

.global-notif-list-seen {
    color: #afafaf;
}

.global-notif-loading {
    background-image: url('../images/autocomplete-loading.gif') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 30px 30px !important;
    -moz-background-size: 30px 30px !important;
    -o-background-size: 30px 30px !important;
    -webkit-background-size: 30px 30px !important;
    min-height: 75px;
}

#global-notif-see-all-container {
    margin-right: 10px;
    margin-bottom: 5px;
    text-align: right;
    font-size: 12px;
}

.dropzone {
    border: 2px dashed #08b1e9 !important;
}

.global-info-wpr {
    font-weight: 500;
    font-family: 'Roboto', 'Helvetica';
    font-size: 13px;
    margin-bottom: 5px;
}

.page-detail-header {
    color: #000000;
    font-size: 1rem;
    font-weight: 600;
}

.page-detail {
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.9rem;
}

.page-detail span {
    color: #000000;
}

.content-detail-container {
    padding: 10px;
    border: 1px solid #aaaaaa;
    background-color: #fafafa;
    margin-bottom: 1rem;
}

.content-detail-container .columns,
.content-detail-container .column {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

#patientBilling-datalist .red-flag-row,
#patientBilling-datalist .red-flag-row td {
    /*background-color: #115b01;
    color: #ffffff;*/
    background-color: red;
}

#test-env-banner-container {
    width: 100%;
    background-color: #e20704;
    padding: .5em;
    color: #fafafa;
    font-weight: 600;
    text-align: center;
}

#test-env-banner-container i {
    color: #feff04;
}

/*For select2 plugin*/
.select2-selection {
    min-height: 2.4375rem !important;
    border-radius: 0 !important;
    border: 1px solid #cacaca !important;
    box-shadow: 0 0 black !important;

}
.select2-container--default .select2-selection--multiple{
    /*min-height: 2.4375rem !important;*/
}
.select2-search__field {
    margin: 0px !important;
}
.select2-dropdown {
    min-width: 250px!important;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child){
 /*float: left!important;*/
}