body {
    min-width: 1024px;
}
.grid .row {
    margin: 0;
}
.menu_app {
    margin-top: -20px;
    line-height: 1.2em;
    /*background-color: aliceblue;*/
}
.menu_app h3 {
    white-space: nowrap;
    margin-bottom:5px;
    padding-left: 8px;
}
.menu_app .menu-icons {
    margin-left: 8px;
    width: 200px;
    background-color: #fff;
    /*border: 1px solid lightgrey;*/
}




#menu_financeurs, #menu_notifications {
    border: 1px solid #FFF;
}
#menu_financeurs:hover, #menu_notifications:hover {
    border: 1px solid darkgrey;
}
#menu_financeurs a, #menu_notifications a {
    height:42px;padding-top:0;padding-left: 10px;padding-right: 20px;
}


.dropdown-toggle {
    padding-bottom: 1px !important;
}
.dropdown-toggle:before {
    border-left: 2px solid #1d1d1d;
    border-bottom: 2px solid #1d1d1d;
}

.d-menu {
    max-width: none;
}
/*button, input, select, textarea {*/
    /*margin-top: 2px !important;*/
/*}*/
.button-group button {
    height: 2.2rem !important;
    margin: .3rem 0 !important;
}
.input-control.text, .input-control.select, .input-control.password, .input-control.number {
    width: 192px;
}
.input-medium .input-control.text, .input-medium .input-control.select, .input-medium .input-control.textarea {
    width: 220px;
}
.input-large1 .input-control.text, .input-large1 .input-control.select, .input-large1 .input-control.textarea {
    width: 300px;
}
.input-large2 .input-control.text, .input-large2 .input-control.select, .input-large2 .input-control.textarea {
    width: 640px;
}
.input-control.file {
    width: 100%;
}

fieldset {
    border: 1px #AAA solid;
}

.input-control.textarea {
    /*width: 100%;*/
    width: calc(100% - 110px);
    /*height: 0;*/ /* ALE 2017-04: add, 2017-09: remove */
}
.input-control textarea {
    min-height: 0;
    /*-webkit-box-sizing: content-box;*/
    /*-moz-box-sizing: content-box;*/
    /*box-sizing: content-box;*/
    overflow: auto;
    padding-top: 0; /* ALE 2017-10 */
}

.input-error {
    border: 1px solid red !important;
}


label:not(.checkbox):not(.switch), span.caption {
    color: #6E1E78;
    padding-right: 15px;
    display: inline-block;
    text-align: right;
    width: 110px;
    vertical-align: middle;
}
span.caption {
    margin: 0 !important;
    line-height: normal;
}
label:not(.checkbox):not(.switch):after {
    content: ':';
}

.compact span.caption {
    width: auto;
    padding-right: 2px;
}

.input-control select {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    appearance: menulist;
}
.input-control.checkbox input[type="checkbox"]:disabled:checked ~ .check:before, .input-control.radio input[type="checkbox"]:disabled:checked ~ .check:before {
    border-color: #555555;
}
input[type=file]:disabled, input[type=file]:disabled + input.input-file-wrapper {
    display: none;
}
.input-control.file input[type=file]:not(:disabled) ~ a {
    display: none;
}
input[type=number]:disabled {
    -moz-appearance: textfield !important;
}

.tabcontrol2 > .tabs {
    border-bottom: 1px #ddd solid !important;
}
.tabcontrol2 > .frames {
    border: none !important;
}
.tabcontrol2 .tabs li a {
    color: #FFF;
    background-color: #A0A0A0;
}
.tabcontrol2 .tabs li.active a, .tabcontrol2 .tabs li.active:hover a, .tabcontrol2 .tabs li:hover a {
    color: #FFF;
    background-color: darkred;
    text-shadow: none;
    border-top: none;
}
.tabcontrol2 .tabs li.active {
    padding-top: 2px;
}
.tabcontrol2 .recherche.tabs li.active a, .tabcontrol2 .recherche.tabs li.active:hover a, .tabcontrol2 .recherche.tabs li:hover a {
    background-color: #FFB612;
}
.tabcontrol2 .convention.tabs li.active a, .tabcontrol2 .convention.tabs li.active:hover a, .tabcontrol2 .convention.tabs li:hover a {
    background-color: #E51A56;
}
.tabcontrol2 .financeurs.tabs li.active a, .tabcontrol2 .financeurs.tabs li.active:hover a, .tabcontrol2 .financeurs.tabs li:hover a {
    background-color: #009AA6;
}

.input-control input, .input-control textarea, .input-control input, .input-control select {
    border-color: #808080;
}
label, input, textarea, select {
    font: 13px Tahoma;
    color: #3C3732;
}
.select2-selection__choice {
    font-family: Tahoma, sans-serif;
    font-size: 13px !important;
    color: #3C3732 !important;
    /*margin-top: 8px;*/
}
.select2-selection__rendered {
    font-family: Tahoma, sans-serif;
    font-size: 13px !important;
    color: #3C3732 !important;
}

.select2-div {
    border: 1px solid #D9D9D9;
    padding-left: 8px;
    padding-right: 20px;
    line-height: 18px !important;
    font-family: Tahoma, sans-serif;
    font-size: 13px !important;
    color: #3C3732 !important;
}

.input-div {
    font: 13px Tahoma;
    color: #3C3732;
    vertical-align: middle !important;
    line-height: 1;
}
.select-div {
    border: 1px solid #D9D9D9;
    padding-left: 8px;
    height:2rem;
    padding-top:7px;
}

.input-readonly {
    border: 1px solid #D9D9D9;
    padding: .3125rem;
    height: 100%;
    font: 13px Tahoma;
    color: #3C3732;
    margin: 0;
    font-size: 100%;
    cursor: not-allowed !important;
}

.input-control input:disabled, .input-control textarea:disabled, .input-control input:disabled, .input-control select:disabled
 , .input-control input:read-only
 , .select2-container--default.select2-container--disabled .select2-selection--single, .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #D9D9D9;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; /* select drop down arrow */
    resize: none; /* textarea resize handle */
    cursor:default;
}
.input-control select:disabled::-ms-expand {
    display: none;
}
.input-control input:not([readonly]):focus:not(:disabled), .input-control textarea:not([readonly]):focus:not(:disabled)
  , .input-control select:not([readonly]):focus:not(:disabled), .select2-search__field {
    background-color: #FFFAE3;
}
.input-control input[readonly]:focus {
    cursor: not-allowed;
}
.no-border {
    border: none;
}

:disabled::-webkit-input-placeholder {color:transparent;}
:disabled:-moz-placeholder {color:transparent;opacity:1;}
:disabled::-moz-placeholder {color:transparent;opacity: 1;}
:disabled:-ms-input-placeholder {color:transparent;}
select:disabled { opacity: 1; } /* chrome user-agent style*/


.select2 {
    width: 100% !important;
}
.select2:not(.select2-container--disabled) ul {
    padding: 0 !important;
}
.select2-container--disabled .select2-selection__arrow {
    display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.select2-container--disabled li.select2-search--inline {
    display: none;
}
li.select2-search--inline {
    width: 100%;
    /*background-color: #FFFAE3;*/
}
.select2-container .select2-selection--single .select2-selection__rendered {
    white-space: normal;
    line-height: 18px !important; /* ALE 2017-04 */
}
.select2-container .select2-search.select2-search--inline input {
    padding-left: 8px;
}
/*
.select2-selection--single, .select2-selection--multiple {
    border-color: #787878 !important;
}
*/
.select2-selection__arrow {
    display: none;
}

/* select2 4.3 */
.select2-hidden-accessible {
    display: none;
}

::-webkit-input-placeholder {
    color: black !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: black !important;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: black !important;
}
:-ms-input-placeholder {
    color: black !important;
}


.selactive {
    color: #A1006B;
}

form:not(.edit) label, label:not([for]):not(.checkbox) {
    cursor : default;
}

.editShow {
    visibility: hidden;
}
.edit .editShow {
    visibility: inherit;
}

.edit button[data-action="edit"] {
    visibility: hidden;
}
button[data-action="update"], button[data-action="insert"], button[data-action="reset"], button[data-action="delete"],
button[data-action="inserts"], button[data-action="row-add"], button[data-action="row-remove"] {
    visibility: hidden;
}
.edit button[data-action="update"], .edit button[data-action="insert"], .edit button[data-action="reset"], .edit button[data-action="delete"],
.edit button[data-action="inserts"], .edit button[data-action="row-add"], .edit button[data-action="row-remove"] {
    visibility: inherit;
}

button[data-action="update"], button[data-action="insert"], button[data-action="inserts"] {
    color: #0088CE;
}
button[data-action="delete"], button[data-action="row-remove"] {
    color: #D52B1E;
}
button[data-action="reset"] {
    color: #3C3732;
}
tr[data-rowmodel] {
    visibility: collapse;
}

.formTable tbody td, .formTable td {
    padding: 0;
}
.formTable .input-control ~ .input-control {
    margin-top:-5px;
}
.formTable label {
    width: 65px !important;
    word-wrap: break-word;
    padding-right: 10px !important;
    text-align: right !important;
    padding-bottom: 10px;
}
.formTable tr.edit.add-row td {
    visibility: inherit;
}
.formTable .add-row td:not(:nth-last-child(1)) {
    visibility: hidden;
}

.button-group {
    white-space:nowrap;
}



.switch input:checked ~ .check {
    background-color: #009AA6;
}
a.ln {
    border: 1px solid lightgrey;
    padding: 2px;
    display: inline-block;
}
.conv {
    color: #009AA6 !important;
}
.fin {
    color: #E51A56 !important;
}


/* dataTable */
/*.dataTable tbody tr:hover {*/
    /*background-color: #e6f3ff;*/
/*}*/
.dataTable {
    width: 100%;
    margin-top: 0;
}
.dataTable thead th {
    text-align: left;
    line-height: 100%;
    padding: 10px 15px 6px 3px;
}
.dataTable td {
    vertical-align: top;
    padding: 0 10px 0 3px !important;
}
/*.dataTable tr.edit.add-row td {*/
    /*visibility: inherit;*/
/*}*/
/*.dataTable .add-row td:not(:nth-last-child(1)) {*/
    /*visibility: hidden;*/
/*}*/

/* dataTable sorting */
.dataTable thead .sorting,
.dataTable thead .sorting_asc,
.dataTable thead .sorting_desc,
.dataTable thead .sorting_asc_disabled,
.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right;
}
.dataTable thead .sorting {
    background-image: url("../images/sort_both.png");
}
.dataTable thead .sorting_asc {
    background-image: url("../images/sort_asc.png");
}
.dataTable thead .sorting_desc {
    background-image: url("../images/sort_desc.png");
}
.dataTable thead .sorting_asc_disabled {
    background-image: url("../images/sort_asc_disabled.png");
}
.dataTable thead .sorting_desc_disabled {
    background-image: url("../images/sort_desc_disabled.png");
}

/* dataTable paginate */
.dataTables_paginate {
    display: block;
    margin: .625rem 0;
    float: left;
    width: 50%;
    margin: 0;
}
.dataTables_paginate:before,
.dataTables_paginate:after {
    display: table;
    content: "";
}
.dataTables_paginate:after {
    clear: both;
}
.dataTables_paginate > .item {
    display: block;
    float: left;
    margin-left: .0652rem;
    padding: 0.25rem .625rem;
    background-color: #ffffff;
    cursor: pointer;
    border: 1px #eeeeee solid;
    text-align: center;
    font-size: .875rem;
    color: #1d1d1d;
}
.dataTables_paginate > .item:first-child {
    margin-left: 0 ;
}
.dataTables_paginate > .item.current,
.dataTables_paginate > .item.active {
    background-color: #1ba1e2;
    border-color: #59cde2;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.dataTables_paginate > .item:hover {
    background-color: #75c7ee;
    border-color: #75c7ee;
    color: #ffffff;
}
.dataTables_paginate > .item:disabled,
.dataTables_paginate > .item.disabled {
    cursor: default;
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #999999;
}
.dataTables_paginate > .item.spaces {
    border: 0;
    cursor: default;
    color: #1d1d1d;
}
.dataTables_paginate > .item.spaces:hover {
    background-color: inherit ;
    color: #1d1d1d;
}
.dataTables_paginate.rounded > .item {
    border-radius: .3125rem;
}
.dataTables_paginate.cycle > .item {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: .7rem;
    padding: .4375rem 0;
}
.dataTables_paginate.no-border > .item {
    border: 0;
}
.dataTables_paginate.no-border > .item:hover {
    color: #59cde2;
    background-color: transparent ;
}
.dataTables_paginate.no-border > .item:disabled,
.dataTables_paginate.no-border > .item.disabled {
    cursor: default;
    background-color: transparent;
    border-color: transparent;
    color: #999999;
}
.dataTables_paginate.no-border > .item.current:hover,
.dataTables_paginate.no-border > .item.active:hover {
    background-color: #75c7ee;
    border-color: #75c7ee;
    color: #ffffff;
}
.dataTables_paginate .paginate_button {
    display: block;
    float: left;
    margin-left: .0652rem;
    padding: 0.25rem .625rem;
    background-color: #ffffff;
    cursor: pointer;
    border: 1px #eeeeee solid;
    text-align: center;
    font-size: .875rem;
    color: #1d1d1d;
}
.dataTables_paginate .paginate_button:first-child {
    margin-left: 0 ;
}
.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button.active {
    background-color: #1ba1e2;
    border-color: #59cde2;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.dataTables_paginate .paginate_button:hover {
    background-color: #75c7ee;
    border-color: #75c7ee;
    color: #ffffff;
}
.dataTables_paginate .paginate_button:disabled,
.dataTables_paginate .paginate_button.disabled {
    cursor: default;
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #999999;
}
.dataTables_paginate .paginate_button.spaces {
    border: 0;
    cursor: default;
    color: #1d1d1d;
}
.dataTables_paginate .paginate_button.spaces:hover {
    background-color: inherit ;
    color: #1d1d1d;
}
.dataTables_paginate .ellipsis {
    display: block;
    float: left;
    padding: .25rem .625rem;
}
.dataTable textarea {
    height: 42px;
}

/* dataTable fixedHeaders */
table.fixedHeader-floating {
    position: fixed !important;
    background-color: white;
}
table.fixedHeader-floating.no-footer {
    border-bottom-width: 0;
}
table.fixedHeader-locked {
    position: absolute !important;
    background-color: white;
}
@media print {
    table.fixedHeader-floating {
        display: none;
    }
}



.fixed_headers {
    table-layout: fixed;
}
.fixed_headers thead tr {
    display: block;
    position: relative;
}
.fixed_headers tbody {
    display: block;
    overflow: auto;
    width: 100%;
}
.fixed_headers td {
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    font: 13px Tahoma;
    color: #3C3732;
    vertical-align: middle !important;
    line-height: 1;
}

table.tableStats {
    width: 100%;
    margin: 1em;
}
.tableStats caption {
    background-color: lightslategray;
    color: #fff;
    padding: 2px 10px;
    font-style: italic;
    white-space: nowrap;
}
.tableStats thead {
    border-bottom: 3px solid #999999;
}
.tableStats th {
    text-align:center;
    padding: 10px 5px 5px 5px;
    border: 1px solid lightgrey;
}
.tableStats td {
    vertical-align: top;
    text-align:center;
    padding: 3px 0;
    border: 1px solid lightgrey;
}


.linkedInputs div:nth-of-type(1) {
    margin-bottom: 2px;
}
.linkedInputs div:nth-of-type(2) {
    margin-top: 0;
}

/*.topmargin20 {*/
    /*margin-top: 20px !important;*/
/*}*/

.tabcontrol2 .tabs li a {
    padding: 8px 20px;
}
.tabcontrol2 .frames, .tabcontrol2 .frames > .frame {
    margin-bottom: 7px;
    border-bottom: none;
    padding-top: 5px; /* ALE 2017-04 */
}
.tabcontrol2 .frames {
    z-index: auto;
}

.compact input {
    font:13px Courier !important;
}
.compact .button, .compact .input-control {
    margin: 0;
}

h1 {
    font-size: 160%;
}

.menu-icons {
    display: inline-block;
    padding: 4px;
    width: 175px;
    white-space: nowrap;
}
.menu-icons a {
    margin-right: 4px;
}
a[data-info="aide"] {
    color: #CE352C !important;
}
a[data-info="recherche"] {
    color: #FFB612 !important;
}
a[data-info="back office"] {
    color: #0088CE !important;
}
a[data-info="exports excel"] {
    color: #82BE00 !important;
}
a[data-info="exports pdf"] {
    color: #D00000 !important;
}
a[data-info="export pdf utilisateurs"] {
    color: #D00000 !important;
}
a[data-info="déconnexion"] {
    color: #3C3732 !important;
}
a[data-info="documents"] {
    color: #85144b !important;
}

a, a:visited {
    color: #009AA6;
}

.pagination {
    margin-top: 0;
}
.pagination > .info {
    padding-top: 0.25rem;
    font-size: .875rem;
    /*border: 1px transparent solid;*/
    display: inline-block;
    float: left;
}

/* ALE 2017-11-11: ??
ul > li:last-child {
    color: green;
}
*/

[data-role="popover"] {
    border-bottom: 1px dotted black;
    cursor: pointer;
}

.accordion > .frame {
    padding: 0 0 0 20px !important;
    margin-top: 3px;
}

.aw150 {
    display: inline-block;
    min-width: 170px;
}

.accordion > .frame.active > .heading {
    background-color: #E51A56;
    border-color: #E51A56;
}

.mini-button {
    padding: 0 7px;
    line-height: inherit;
}

.input-control.select select {
    padding-right: 0;
}

#global_message {
    margin:0 0 0 12px;
    background-color: lightcyan;
}

input.default, select.default {
    background-color: #E1F5FF;
}
input.fmtNum {
    text-align: right;
    padding-right: 22px;
}

/* ALE 2017-10-26 */
#conv_projet textarea[name=commentaire] {
    max-height:34px;
}




a.top-menu-h3 {
    display: block;
    height: 100%;
    text-align: center;
}
h3.top-menu-h3 {
    text-align: center;
    margin: 0;
    padding-top: 10px;
}
.top-menu-h3 h3 {
    margin: 0;
    padding-top: 10px;
    text-align: center;
}
.top-menu-h3-off {
    color: lightgrey !important;
}
.top-menu-h3-off:hover {
    color: black !important;
}


#convention_menu {
    text-align: right;
}
#convention_menu .search {
    white-space: nowrap;
    cursor: pointer;
}
#convention_menu .mif-search{
    color: #FFB612 !important;
}
.select2-long-results ul {
    max-height: 60vh !important;
}
#convention_search_window {
    width:400px !important;
}
#convention_search_window {
    height: 80vh !important;
}
#convention_search_window label {
    width: auto;
}
#convention_search_window label:after {
    content: "";
}
#convention_search_window a {
    color: #262626 !important;
}


.postpend-icon {
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
    z-index: 2;
    color: #999999;
}

.tabcontrol2 > .tabs li:after {
    content: normal;
}

/* ------------------- */
#login {
    width: 440px;height: 360px;position: fixed;top: 50%;margin-top: -180px;left: 50%;margin-left: -12.5rem;background-color: #ffffff;
}

input[type=radio]:checked + label {
    font-weight: bold;
}

.image-button {
    background-color: #fff;
    border: 1px #d9d9d9 solid;
    border-left-width: 0;
}
.image-button:hover {
    border-color: #787878;
}



.cw1 {
    min-width:200px;
    max-width: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cw2 {
    min-width:150px;
    max-width: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cw0 {
    width:1%;
    white-space: nowrap;
}

.highlight-rows tr:hover {
    background-color: #e6eef5;
}

progress {
    width: 100%;
}
progress:not([value]) {
    display: none;
}
p.progress {
    padding: 0;
    margin: 0;
    text-align: right;
}
.tag {
    vertical-align: unset;
}

.modal_divtable {
    clear: both;
    overflow-y: scroll;
}

.btn-cal {
    padding: 0 3px !important;
}
.bubble-commentaire {
    color: #FFB612;
    padding-top: 10px;
}
.bubble-nocommentaire {
    color: lightgrey;
    padding-top: 10px;
}

table.searchTooltipHeader {
    width:100%;
}
.searchTooltipHeader th {
    text-align:left;
    vertical-align:top;
}
.searchTooltipHeader th, .searchTooltipHeader td {
    padding: 5px;
}

/**
 * PowerTip
 * https://stevenbenner.github.io/jquery-powertip/
 *
 * Stylesheet for the monochrome (default) theme.
 */
#powerTip{cursor:default;background-color:#f2f2f2;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.15),0 2px 1px rgba(255,255,255,.5) inset,0 -2px 2px #dcdcdc inset;-moz-box-shadow:0 1px 1px rgba(0,0,0,.15),0 2px 1px rgba(255,255,255,.5) inset,0 -2px 2px #dcdcdc inset;box-shadow:0 1px 1px rgba(0,0,0,.15),0 2px 1px rgba(255,255,255,.5) inset,0 -2px 2px #dcdcdc inset;border:1px solid #acacac;border-radius:6px;color:#000;display:none;padding:10px;position:absolute;white-space:nowrap;z-index:2147483647}#powerTip:before{content:attr(class) " ";position:absolute;height:0;width:0;text-indent:100%;overflow:hidden}#powerTip.n:before,#powerTip.s:before{border-right:5px solid transparent;border-left:5px solid transparent;left:50%;margin-left:-5px}#powerTip.e:before,#powerTip.w:before{border-bottom:5px solid transparent;border-top:5px solid transparent;margin-top:-5px;top:50%}#powerTip.n:before,#powerTip.ne:before,#powerTip.nw:before{bottom:-10px}#powerTip.n:before,#powerTip.ne-alt:before,#powerTip.ne:before,#powerTip.nw-alt:before,#powerTip.nw:before{border-top-color:inherit;border-top-style:solid;border-top-width:10px}#powerTip.e:before{border-right-color:inherit;border-right-style:solid;border-right-width:10px;left:-10px}#powerTip.s:before,#powerTip.se:before,#powerTip.sw:before{top:-10px}#powerTip.s:before,#powerTip.se-alt:before,#powerTip.se:before,#powerTip.sw-alt:before,#powerTip.sw:before{border-bottom-color:inherit;border-bottom-style:solid;border-bottom-width:10px}#powerTip.w:before{border-left-color:inherit;border-left-style:solid;border-left-width:10px;right:-10px}#powerTip.ne:before,#powerTip.se:before{border-right:10px solid transparent;border-left:0;left:10px}#powerTip.nw:before,#powerTip.sw:before{border-left:10px solid transparent;border-right:0;right:10px}#powerTip.ne-alt:before,#powerTip.nw-alt:before,#powerTip.se-alt:before,#powerTip.sw-alt:before{bottom:-10px;border-left:5px solid transparent;border-right:5px solid transparent;left:10px}#powerTip.ne-alt:before{left:auto;right:10px}#powerTip.se-alt:before,#powerTip.sw-alt:before{border-top:none;bottom:auto;top:-10px}#powerTip.se-alt:before{left:auto;right:10px}
#powerTip {white-space: normal;}

.act_u1 {color:transparent;}
.act_u2 {color:transparent;margin-left: -8px;}
.act_u3 {color:transparent;margin-left: -8px;}
.act_u1.active {color:#ffd000}
.act_u2.active {color:#7ad61d}
.act_u3.active {color:#00aff0}

.label {color:#6E1E78;}


/* utility classes */
.nowrap {white-space:nowrap}

.wauto {width:auto !important;}
.w50 {width:50px;max-width:50px}
.w75 {width:75px;max-width:75px}
.w100 {width:100px;max-width:100px}
.w125 {width:125px;max-width:125px}
.w150 {width:150px;max-width:150px}
.w175 {width:175px;max-width:175px}
.w200 {width:200px;max-width:200px}
.w250 {width:250px;max-width:250px}
.align-center {text-align: center !important}

.mt-5 {margin-top:5px !important}
.mt-10 {margin-top:10px !important}
.mt-15 {margin-top:15px !important}
.mt-20 {margin-top:20px !important}
.mt-30 {margin-top:30px !important}
.ml-5 {margin-left:5px !important}
.ml-10 {margin-left:10px !important}
.ml-15 {margin-left:15px !important}
.ml-20 {margin-left:20px !important}

.fs-120 {font-size:120%}