:root {
    --text-title: #a5a5aa;
    --text-htitle: #a5a5aa;
    --text-action: #95bf2d;
    --text-grey: #aaa;
    --text-midllegrey: #777;
    --text-lightgrey: #A5A5AA;
    --text-midllegrey2: #777;
    --bg-blackrey: #3d3d3d;
    --bg-blue: #5681cf;
    --top-banner-height: 50px;
}

h1, h2, h3 {
    color: var(--text-title);
}

html {
    height: 100%;
    font-family: sans-serif;
}

body {
    background: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #53595c;
    padding: 0px;
    margin: 0px;
    height: 100%;
}

h1, h2, h3 {
    margin: 0px;
    pading: 0px;
    color: var(--text-title);
}

h1 {
    font-size: 38px;
    font-weight: 100;
    display: table;
}

h1 span {
    font-size: 10px;
    font-weight: 600;
    margin: 10px;
    background-color: #999;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
}

h2 {
    font-size: 24px;
    font-weight: 100;
}

.top {
    background-color: var(--bg-blackrey);
    height: var(--top-banner-height);
}

.container {
    width: 100%;
}

.col-30 {
    width: 30%;
}

.col-100 {
    width: 100%;
}

#navigation {
    border-right: 1px solid #d6d7db;
    background-color: #e9eaed;
    height: 100%;
    left: 0;
    position: absolute;
    top: var(--top-banner-height);
    width: 300px;
}

#content {
    padding: 7px 30px 30px 30px;
    left: 300px;
    position: absolute;
    right: 0;
    top: var(--top-banner-height);
}

#content-full {
    padding: 50px;
}

.logo{
    display:flex;
    align-items: center;    
}
.logo img.logo_base {
    padding: 10px 10px 10px 20px;
    /* float: left */
}
.logo img.logo_custom {
    padding: 5px 5px 5px 10px;
    /* float: left; */
}

.link{
    color: var(--bg-blue);
}
.link:hover{
    color: var(--text-action);
}
#maestro_title {
    /* float: left; */
    padding: 10px;
    font-size: 25px;
    color: #fff;
}

#breadcrumb {
    background-color: #f4f4f6;
}

#breadcrumb {
    padding: 0px;
    margin: 0px;
    padding: 5px;
    color: var(--text-title);
}

#breadcrumb a {
    color: var(--text-title);
    text-decoration: none;
}

#breadcrumb li {
    list-style-type: none;
    display: inline;
}

#breadcrumb .action2 {
    margin-right: 10px!important;
}

#breadcrumb .action {
    list-style-type: none;
    display: inline;
    float: right;
    background-color: var(--text-action);
    color: #ffffff;
    padding: 5px;
    margin-top: -5px;
    margin-right: -5px;
    cursor: pointer;
}

#breadcrumb .action:hover {
    background-color: #7ba517;
}

#breadcrumb .action a {
    color: #fff;
}

#breadcrumb .action_select {
    width: 180px;
    overflow: hidden;
    background: url(/assets/images/icons/arrow-bottom.png) no-repeat right var(--bg-blue) !important;
    display: block;
    float: right;
    padding: 4px;
    margin-top: -5px;
    margin-right: 5px;
    color: #fff;
    background-color: var(--bg-blue);
}

#breadcrumb .action_select select {
    background: transparent;
    width: 208px;
    line-height: 1;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    background-color: var(--bg-blue);
}

#footer {
    position: absolute;
    padding: 5px;
    right: 5px;
    text-align: center;
    width: 100%;
}

.copyright {
    font-size: 12px;
    color: var(--text-title);
}

.copyright a {
    color: var(--text-title);
}

#login {
    max-width: 350px;
    margin: 20px auto auto auto;
}

#login .box {
    margin-top: 10px;
    border: 1px solid #d6d7db;
    padding: 20px;
    background-color: #ffffff;
}

#login label {
    display: block;
}

#login .block a {
    display: block;
    padding-bottom: 10px;
    color: var(--text-lightgrey);
    float: right;
}

#login .btn {
    width: 100%;
}

.up_down_message {
    margin-bottom: 10px;
    clear: both;
}

.sep {
    padding-top: 30px;
    clear: both;
}

.sep_min {
    padding-top: 10px;
    clear: both;
}

.alert {
    padding: 10px;
    list-style-type: none;
}

.alert_small {
    padding: 5px;
    list-style-type: none;
}

.alert-error {
    background-color: #f3d6d3;
    border: 1px solid #e19990;
    color: #c33421;
}

.alert-success {
    background-color: #eaf2d5;
    border: 1px solid #cadf96;
    color: #7da126;
}

.alert-info {
    background-color: #d1eff6;
    border: 1px solid #8dd6e7;
    color: #1badd0;
}

.alert-info div {
    display: block;
}

.table {
    width: 100%;
    background-color: #d6d7db;
    max-width: 100%;
    border-spacing: 1px;
}

.table-no-border-spacing {
    border-spacing: 0px;
    border: 1px solid #d6d7db;
}

.table td {
    padding: 5px;
    background-color: #ffffff;
}

.table th {
    padding: 10px;
    text-align: left;
    background-color: #ffffff;
    font-weight: 600;
}

.table th a {
    color: #53595C;
    text-decoration: none;
}

.table th a:hover {
    color: #5681CF;
}

.table-striped>tbody>tr:nth-child(2n+1)>td, .table-striped>tbody>tr:nth-child(2n+1) {
    background-color: #f4f4f6;
}

.table-hover>tbody>tr:hover>td {
    background-color: #dfebbf;
}

.table_filter {
    font-size: 12px;
    width: 100%;
    background-color: #d6d7db;
    max-width: 100%;
    border-spacing: 0px;
}

.table_filter td {
    padding: 5px;
    background-color: #ffffff;
}

.table_filter th {
    padding: 5px;
    text-align: left;
    background-color: #ffffff;
    font-weight: 600;
}

.table_filter .total td {
    background-color: #d6d7db;
    font-weight: 600;
}

.form-filter {
    border-left: 10px solid #f4f4f6;
    padding: 5px;
}

.form-filter-table {
    display: table;
    padding: 5px 5px 5px 0px;
    color: var(--text-title);
}

.form-filter-tr {
    background-color: #ffffff;
    display: table-cell;
    padding: 0px;
}

.form-filter-td {
    padding: 5px;
    display: table-cell;
}

.form-filter-td2 {
    padding: 5px;
    display: table-cell;
    column-span: 2;
}

.form-filter-table .key {
    white-space: nowrap;
    margin-right: 10px;
    vertical-align: top;
    padding-top: 10px;
}

.form-filter-table .value {}

.form-table {
    display: table;
    width: 100%;
    background-color: #d6d7db;
    max-width: 100%;
    border-spacing: 1px;
    border: 0px solid;
}

.form-tr {
    background-color: #ffffff;
    display: table-row;
    padding: 0px;
}

.form-tr-line {
    background-color: #ffffff;
    display: block;
    padding: 0px;
}

.form-tr:nth-child(2n) {
    background-color: #f4f4f6;
}

.form-tr:hover {
    background-color: #dfebbf;
}

.form-td {
    padding: 5px;
    display: table-cell;
}

.form-table .key {
    font-weight: 600;
    white-space: nowrap;
    min-width: 15%;
    margin-right: 10px;
    vertical-align: top;
    padding-top: 10px;
}

.form-table .value {}

.tr-section {
    font-weight: bold;
}

.div-table {
    display: table;
    width: 100%;
    max-width: 100%;
}

.div-tr {
    display: table-row;
    padding: 0px;
}

.div-td {
    padding: 5px;
    display: table-cell;
}

.valign-top {
    vertical-align: top;
}

.required {
    color: #c33421;
    font-weight: 100;
}

.delete {
    text-align: center;
    color: #c33421;
}

.delete a {
    font-size: 16px;
    color: #c33421;
    text-decoration: none;
}

.delete a:hover {
    color: #951706;
    background-color: #fff;
    padding: 1px 4px;
}

.edit {
    text-align: center;
}

.edit a {
    font-size: 16px;
    color: #53595c;
    text-decoration: none;
}

.edit a:hover {
    color: #007f9f;
    background-color: #fff;
    padding: 1px 4px;
}

.status_active {
    color: var(--text-action);
    font-size: 8px;
}

.status_noactive {
    color: #c33421;
    font-size: 8px;
}

.status_disabled {
    color: #999;
    font-size: 8px;
}

.status_big {
    font-size: 12px;
}

.listing-show {
    cursor: pointer;
}

input, select, textarea, checkbox {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #53595c;
    border: 1px solid #e9eaed;
    background-color: #fff;
}

.uneditable-input {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #53595c;
    border: 1px solid #e9eaed;
    background-color: #fff;
}

.rf0 {
    padding: 4px 0;
    text-indent: 4px;
}

.rf00 {
    padding: 4px 0;
    text-indent: 0px;
}

.rf {
    width: 100%;
    padding: 4px 0;
    text-indent: 4px;
}

.rfs {
    width: 100%;
    padding: 4px 0;
}

.btn {
    font-size: 14px;
    padding: 5px;
    border: 0px;
    cursor: pointer;
    text-decoration: none;
}

.btn-small {
    font-size: 12px;
    padding: 2px;
}

.btn-grey {
    background-color: #eee;
    color: var(--text-midllegrey);
}

.btn-primary {
    background-color: var(--text-action);
    color: #fff;
}

.btn-action {
    background-color: #5681CF;
    color: #fff;
}

.bt_margin_right {
    margin-right: 10px;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

#user_bar {
    color: var(--text-htitle);
    position: absolute;
    right: 30px;
    top: 12px;
    padding: 0px;
    margin: 0px;
    display: table-row;
    cursor: pointer;
}

#user_bar li {
    display: table-cell;
    list-style-type: none;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: text-top;
}

#username {
    position: relative;
    top: -2px;
}

.user_info_hover {
    color: #53595c;
    background-color: #e9eaed;
    padding: 0px;
}

#user_info_menu {
    color: #53595c;
    position: absolute;
    right: 0px;
    z-index: 20;
    background-color: #e9eaed;
    width: 150px;
    display: none;
    border-right: 1px solid #d6d7db;
    border-left: 1px solid #d6d7db;
    border-bottom: 1px solid #d6d7db;
    padding: 0px;
}

#user_info_menu li {
    display: list-item;
    cursor: pointer;
    padding: 5px;
}

#user_info_menu li:hover {
    background: #fff;
}

#user_info_menu a {
    text-decoration: none;
    color: #53595c;
}

.user_history_hover {
    color: #53595c;
    background-color: #e9eaed;
    padding: 0px;
}

#user_history_menu {
    color: #53595c;
    position: absolute;
    right: 0px;
    z-index: 20;
    background-color: #e9eaed;
    width: 250px;
    display: none;
    border-right: 1px solid #d6d7db;
    border-left: 1px solid #d6d7db;
    border-bottom: 1px solid #d6d7db;
    padding: 0px;
}

#user_history_menu li {
    display: list-item;
    cursor: pointer;
    padding: 5px;
}

#user_history_menu li:hover {
    background: #fff;
}

#user_history_menu a {
    text-decoration: none;
    color: #53595c;
}

#user_bar .icon {
    font-size: 24px;
}

.pagination {
    float: right;
    text-align: right;
    margin-bottom: 0.5em;
}

.pagination .inline {
    display: inline-block;
}

.pagination .btn {
    background-color: #fff;
    border: 1px solid #d6d7db;
}

.ie67 .pagination .inline {
    display: inline;
    zoom: 1;
}

.mh {
    display: compact;
}

.up, .down {
    font-size: 14px;
    color: #53595c;
    cursor: pointer;
    padding: 1px 4px;
}

.up:hover, .down:hover {
    color: #007f9f;
    background-color: #fff;
}

.notes {
    color: #fff;
    background-color: var(--text-grey);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 20px;
    padding: 2px;
    text-align: center;
    font-size: 11px;
}

/* documents listing edit***********/

.documents-listing-edit {
    color: #fff;
    background-color: var(--bg-blue)!important;
}

.btn-listing-edit {
    background-color: #1b61d0;
    color: #fff;
    display: block;
    width: 140px;
}

.btn-listing-edit:hover {
    background-color: #1753b0;
}

.status_fail {
    color: #cc0000;
    text-align: center;
    width: 100%;
    display: block;
}

.status_start {
    color: #95BF2D;
    text-align: center;
    width: 100%;
    display: block;
}

.status_pause {
    color: #95BF2D;
    text-align: center;
    width: 100%;
    display: block;
}

.status_waiting {
    color: #555;
    text-align: center;
    width: 100%;
    display: block;
}

.status_warning {
    color: #cc0000;
    text-align: center;
    width: 100%;
    display: block;
}

.btn-listing-alert {
    background-color: #cc0000;
    color: #fff;
    display: block;
    width: 150px;
}

.btn-listing-alert:hover {
    background-color: #aa0000;
}

.tr-documents-listing-show:hover>td {
    background-color: #1b61d0!important;
}

.btn-do {
    color: #fff;
    display: block;
    width: 100px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.btn-start {
    background-color: var(--text-action);
}

.btn-start:hover {
    background-color: #84a928;
}

.btn-pause {
    background-color: #c39021;
}

.btn-pause:hover {
    background-color: #a77c1e;
}

.btn-finish {
    background-color: #1badd0;
}

.btn-finish:hover {
    background-color: #199ab9;
}

.btn-fail {
    background-color: #c33421!important;
}

.btn-fail:hover {
    background-color: #ad2f1e;
}

.alpha {
    opacity: 0.3;
}

/***************************/

.barbig, .progression, .barbig .progression {
    display: block;
    height: 50px;
    width: 100%;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

.barbig {
    background-color: white;
    border: 1px solid #ddd;
}

.barbig .precent {
    display: block;
    font-size: 20px;
    color: white;
    text-align: center;
    line-height: 50px;
}

.bar, .progression {
    display: block;
    height: 5px;
    width: 50px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

.bar {
    background-color: white;
    border: 1px solid #ddd;
}

.progression {
    background-color: #158bc8;
}

.prc25 {
    background-color: #e12b2b;
}

.prc50 {
    background-color: #ffa500;
}

.prc75 {
    background-color: #158bc8;
}

.prc100 {
    background-color: #9ccb2f;
}

.precent {
    display: none;
    font-size: 9px;
    color: white;
    /*display: block;*/
    text-align: center;
}

/** barcode*********************************************/

/*** normal size ***************************************/

.barcode {
    float: left;
    clear: both;
    padding: 0 10px;
    /*quiet zone*/
    overflow: auto;
    height: 0.5in;
    /*size*/
}

.right {
    float: right;
}

.barcode+* {
    clear: both;
}

.barcode div {
    float: left;
    height: 0.35in;
    /*size*/
}

.barcode .bar1 {
    border-left: 1px solid black;
}

.barcode .bar2 {
    border-left: 2px solid black;
}

.barcode .bar3 {
    border-left: 3px solid black;
}

.barcode .bar4 {
    border-left: 4px solid black;
}

.barcode .space0 {
    margin-right: 0
}

.barcode .space1 {
    margin-right: 1px
}

.barcode .space2 {
    margin-right: 2px
}

.barcode .space3 {
    margin-right: 3px
}

.barcode .space4 {
    margin-right: 4px
}

.barcode label {
    clear: both;
    display: block;
    text-align: center;
    font: 0.125in/100% helvetica;
    /*size*/
}

/*** bigger ******************************************/

.barcode2 {
    float: left;
    clear: both;
    padding: 0 10px;
    /*quiet zone*/
    overflow: auto;
    height: 1in;
    /*size*/
}

.barcode2+* {
    clear: both;
}

.barcode2 div {
    float: left;
    height: 0.7in;
    /*size*/
}

.barcode2 .bar1 {
    border-left: 2px solid black;
}

.barcode2 .bar2 {
    border-left: 4px solid black;
}

.barcode2 .bar3 {
    border-left: 6px solid black;
}

.barcode2 .bar4 {
    border-left: 8px solid black;
}

.barcode2 .space0 {
    margin-right: 0
}

.barcode2 .space1 {
    margin-right: 2px
}

.barcode2 .space2 {
    margin-right: 4px
}

.barcode2 .space3 {
    margin-right: 6px
}

.barcode2 .space4 {
    margin-right: 8px
}

.barcode2 label {
    clear: both;
    display: block;
    text-align: center;
    font: 0.250in/100% helvetica;
    /*size*/
}

/******************/

#navigation_filter {
    border-left: 1px solid #d6d7db;
    background-color: #e9eaed;
    width: 300px;
    height: 100%;
    position: absolute;
    margin: 0px 0px 0px 29px;
    top: 0px;
}

#home_table {
    display: table;
    width: 100%;
}

#home_tr {
    display: table-row;
}

#home_left {
    display: table-cell;
}

#home_right {
    width: 300px;
    display: table-cell;
}

.filter_box {
    padding: 5px 20px;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #f4f4f6;
    border-bottom: 1px solid #d6d7db;
}

.filter_sub {
    font-size: 12px;
    color: var(--text-lightgrey);
    ;
    padding: 5px 20px;
    background-color: #F4F4F6;
    border-top: 1px solid #f4f4f6;
    border-bottom: 1px solid #d6d7db;
}

.filter_sub2 {
    font-size: 12px;
    color: var(--text-lightgrey);
    padding: 2px;
    background-color: #F4F4F6;
    border-top: 1px solid #f4f4f6;
    border-bottom: 1px solid #d6d7db;
}

.filter_box_search {
    padding: 5px 20px;
}

#search {
  color: #53595c !important;
  background-color: #fff;
  padding: 10px;
  width: calc(100% - 73px);
  border: 0px;
  border-right: 1px solid #e0e0e0;
}


#simple_search {
border: 1px solid #d6d7db;
  background-color: #fff;
  padding-left: 10px;
  margin-top: 5px;
}


.listing-sub {
    background: url(/assets/images/listing-sub.png) no-repeat;
}

.listing-sub2 {
    background: url(/assets/images/listing-sub2.png) no-repeat;
}

.listing-show {
    z-index: 1;
}

.listing-open-action {
    z-index: 50;
}

/*****************************************************************/

#navigation .icon {
    font-size: 18px;
    padding-right: 5px;
}

#navigation a {
    color: #53595c;
    text-decoration: none;
}

#navigation ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.ac-container ul {
    padding: 0px;
    margin: 0px;
}

.ac-container ul li {
    padding-left: 50px;
    height: 35px;
    cursor: pointer;
    line-height: 35px;
}

.ac-container ul li:hover {
    background-color: #53595c;
    color: #fff;
}

.ac-container .selected {
    background-color: var(--text-title);
    color: #fff;
}

.ac-container .selected_first {
    background: var(--text-action);
    color: #fff;
    /* background: #95bf2d url(arrow_down.png) no-repeat right center;*/
    margin-right: -1px;
}

.ac-container .selected_first:hover {
    background: #95bf2d!important;
    color: #fff;
    /*background: #95bf2d url(arrow_down.png) no-repeat right center;*/
    margin-right: -1px;
}

#navigation .selected_first a {
    color: #fff;
    text-decoration: none;
}

.ac-container {
    width: 100%;
    text-align: left;
}

.ac-container label {
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 50px;
    cursor: pointer;
    line-height: 50px;
    border-top: 1px solid #f4f4f6;
    border-bottom: 1px solid #d6d7db;
    /*background: url(arrow_up.png) no-repeat right center;*/
}

.ac-container label:hover {
    /*background: #fff url(arrow_up.png) no-repeat right center;	*/
}

.ac-container label img {
    padding-right: 10px;
}

#navigation .ac-container a label {
    /* background: none!important	;*/
}

.ac-container input:checked+label, .ac-container input:checked+label:hover {
    background: var(--text-action);
    color: #fff;
    /*background: #95bf2d url(arrow_down.png) no-repeat right center;*/
    margin-right: -1px;
}

.ac-container input {
    display: none;
}

.ac-container .ac {
    background: #f4f4f6;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.ac-container input:checked~.ac {
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3);
}

.ac-container input:checked~.ac {
    height: auto;
}

#top_menu {
    display: none;
}

@media only screen and (max-width: 1420px) {
    #top_menu {
        background-color: #333;
        height: 49px;
        border-top: 1px solid #555;
        display: block;
    }
    #top_menu a {
        display: inline-block;
        background-color: #222;
        color: #ccc;
        padding: 10px;
        cursor: pointer;
        margin: 5px;
    }
    #top_menu a:hover {
        background-color: #000;
        color: #fff;
    }
    #navigation {
        width: 100%;
        max-width: 100%;
        border-right: 0px;
        float: right;
        position: relative;
        min-height: auto;
        height: auto;
        display: none;
        top: 0!important;
    }
    #home_left, #home_right {
        display: block;
        width: 100%;
    }
    #navigation_filter {
        margin-top: 70px;
        width: 100%;
        max-width: 100%;
        border-right: 0px;
        float: right;
        position: absolute;
        min-height: auto;
        height: auto;
        top: auto;
        right: 0;
        margin: 0px 0px 0px 0px;
        display: none;
    }
    #content {
        padding: 5px 10px 10px 10px;
        left: 0px;
        position: absolute;
        right: 0;
        top: 100px;
    }
    #user_bar {
        right: 10px;
    }
    .ac-container input:checked+label, .ac-container input:checked+label:hover {
        margin-right: 0px;
    }
    .mh {
        display: none;
    }
    .form-table {
        display: block;
        width: 100%;
        background-color: #ffffff;
        max-width: 100%;
        border-spacing: 0px;
        border: 1px solid #d6d7db;
    }
    .form-tr {
        background-color: #ffffff;
        display: block;
        padding: 10px 0px 10px 0px;
    }
    .form-tr:nth-child(2n) {
        background-color: #ffffff;
    }
    .form-tr:hover {
        background-color: #dfebbf;
    }
    .form-td {
        padding: 0px 10px;
        display: block;
    }
    .form-table .key {
        font-weight: 600;
        white-space: normal;
        min-width: 100%;
        margin-right: 0px;
    }
    .form-table .value {}
    .div-td {
        padding: 0px 10px;
        display: block;
    }
    .td_title, .td_customer, .td_project, .td_note, .td_copy {
        /*  display: none;*/
    }
}

#print {
    margin: auto;
    width: 600px;
    font-size: 12px;
    color: #222;
}

.print {
    width: 295px;
    padding: 0 10px;
    display: table-cell;
}

.print-table {
    display: table;
    width: 100%;
    max-width: 100%;
}

.print-tr {
    background-color: #ffffff;
    display: table-row;
    padding: 0px;
}

.print-tr-section {
    font-size: 13px;
    background-color: #f4f4f6;
    padding: 2px;
    border: 1px solid #d6d7db;
    font-weight: 600;
    text-transform: uppercase;
}

.print-td {
    padding: 2px;
    display: table-cell;
    border-bottom: 1px solid #d6d7db;
    border-left: 1px solid #d6d7db;
    border-right: 1px solid #d6d7db;
}

.print-table .key {
    font-weight: 600;
    white-space: nowrap;
    min-width: 15%;
    margin-right: 10px;
    vertical-align: top;
    border-right: 0px;
}

#print h2 {
    font-size: 20px;
    font-weight: 100;
    color: #222;
}

.rights .inline.box {
    width: 280px;
    margin: 5px;
}

.rights .inline.box tr td {
    width: 280px;
}

.rights .inline.box tr td label {
    font-weight: normal;
}

.rights .inline.box input {
    width: auto;
}

.is_system i {
    color: #ccc;
    font-size: 18px;
}

#version {
    /* float: left; */
    padding: 20px 20px 0px 0px;
    color: var(--text-htitle);
}

.submenu {
    background-color: #f9f9f9;
    border: 1px solid #D6D7DB;
    display: table;
    margin: 10px 0 0;
    padding: 5px;
    width: calc(100% - 10px);
}

.submenu .div-actions .div-tr {
    display: inline;
}

.step_info {
    display: flex;
    color: var(--text-lightgrey);
    width: calc(100% - 20px);
    text-transform: uppercase;
    margin: 4px;
}

.submenu .bar {
    margin: 5px 0 0 10px;
    width: 100%;
    background-color: #F0F0F0;
}

.submenu .progression {
    height: 7px;
}

#msg_barcode {
    color: #cc0000;
    padding: 2px;
}

.auto_refresh {
    float: right;
    font-size: 0.8em;
    margin-bottom: 10px;
    margin-top: -25px;
}

.auto_refresh a {
    color: var(--text-midllegrey2);
    text-decoration: none;
}

.auto_refresh a:hover {
    text-decoration: underline;
}

.lock i {
    font-size: 0.5em;
    color: var(--text-title);
}

.lock {}

.status_lock {
    float: left;
    margin-left: 10px;
}

.status_alert_info {
    float: left;
    margin-left: 10px;
    color: #cc0000;
}

.alert_info {
    display: block;
    margin-bottom: 20px;
}

.alert_info a {
    cursor: pointer;
}

.float_right.btn {
    margin-left: 10px;
}

.perpage {
    float: left;
}

.perpage a {
    text-decoration: none;
    color: #53595c;
    background-color: #fff;
    border: 1px solid #d6d7db;
    padding: 5px;
}

.perpage a.selected {
    color: #fff;
    background-color: var(--text-action);
    border: 1px solid var(--text-action);
}

.legend_stats {
    margin: 20px 20px 20px 50px;
    border-left: 20px solid;
    padding: 5px;
}

option:disabled {
    color: #ccc;
    background-color: var(--text-grey);ff
}

#simple_search .btn-small {
    padding: 12px 13px 11px 12px;
}
#simple_search .btn-small:hover {
   background-color: var(--bg-blue);
   color: #fff;
   transition: all 0.3s ease-in-out 0s;
}
#navigation_filter .reset_all_filters{
    color: var(--text-midllegrey2);
  text-decoration: none;
  font-size: 0.8em;
  float: right;
  clear: both;
  padding: 8px 0;
}
#navigation_filter .reset_all_filters:hover{
text-decoration: underline;
}



#search_type {
    padding-left: 10px;
    border: 1px solid #d6d7db;
}

#select_search_type {
    color: #53595c!important;
    background-color: #E9EAED;
    padding: 10px;
    width: calc(100% - 20px);
}

#multiple_search {
    margin-top: 10px;
}

#search_multi {
    color: #53595c!important;
    background-color: #f5f5f5;
    padding: 10px;
    border: 1px solid #d6d7db;
    width: calc(100% - 20px);
    min-height: 100px;
}

#multiple_search .btn-small {
    padding: 10px;
    width: 100%;
}

.precent {
    font-size: 14px;
}

.to_translate, .to_translate td {
    background-color: #ffdddd!important;
}

.to_translate:hover>td, .to_translate:hover>th, .to_translate {
    background-color: #ffbbbb!important;
}

input[name="daterangeselect"] {
    user-select: none;
    cursor: pointer;
}

#version_status {
    padding: 20px 10px;
    font-size: 10px;
    font-style: italic;
}

.logo_settings {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 60%;
    padding: 3px;
}

.logo_insight {
    max-height: 20px;
}

/**/


.toggle_switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 21px
}

.toggle_switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.toggle_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

.toggle_slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3px;
    bottom: 3px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

input:checked+.toggle_slider {
    background-color: var(--text-action);
}

input:focus+.toggle_slider {
    box-shadow: 0 0 1px var(--text-action);
}

input:checked+.toggle_slider:before {
    -webkit-transform: translateX(206px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

.toggle_slider.round {
    border-radius: 34px
}

.toggle_slider.round:before {
    border-radius: 50%
}

.toggle_div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.toggle_div .switch_label{
    padding: 0em 1em;
}
.toggle_div label{
    cursor: pointer;
}

.tippy-warning{
    cursor: pointer;
}

.top > .container{
    height: inherit;
    display: flex;
}

#show_suggest{
    width: 180px;
    cursor: pointer;
    font-weight: normal;
    text-shadow: none;
    border: 1px solid #e0e0e0!important;
    user-select: none;
    background : #f4f4f6;
    color: var(--text-title);
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 1em;
}

#pick_suggest{
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin-left: 1em;
}

#suggest_wrapper{
    display: flex;
    align-items: center;
}

#free_otp_form .key{
    width: 35%;
}
#free_otp_form input{
    cursor: pointer;
}
#freeotp_secret_key{
    margin-right: 2em;
}

.role_row{
    display: flex;
    justify-content: space-between;
    max-width: 30%;
    padding: 2px;
}
.role_row label{    
    width: 100%;
    overflow:hidden;
}

.role_row:nth-child(odd) {
    background: #f4f4f6
}

.role_row:nth-child(even) {
    background: #fff
}

.role_row label{
    cursor: pointer;
}

.flexed{
    display: flex;    
}

.space-btw{
    justify-content: space-between;
}

.space-ard{
    justify-content: space-around;
}

.space-evy{
    justify-content: space-evenly;
}

.col-50{
    width: 50%;
}
.col-40{
    width: 40%;
}

.license-infos-box{
    border: 1px solid rgba(204, 204, 204, 0.479);
    padding: 10px;
    width: 45%;
}

.lic_date_exp{   
    height: 100%;
    display: flex;
    justify-content:center;
    align-items:center;
    position: relative;
}
.lic_date_exp h2{    
    position: absolute;
    top: 0;
    left: 0;
}



.toggle-password {
    cursor: pointer;
    margin-right: 5px;
    font-size: 17px;
    padding-top: 2px;
    display: block;
    /* height:30px; */
}

.password_wrapper {
    display: flex;
    /* align-items: center; */
    gap: 2em;
}

.pwd_change_wrapper {
    position: relative;
}

.eye-pwd-icon-change {
    position: absolute;
    right: 0;
    top: 0;
}

#mass_action_task{
    display: none;
    display: block;
    color: var(--text-action);
    padding: 5px;
    margin-top: 5px;
}

/* .rolegrid{
    display: grid;
    grid-template-areas: '1fr 1fr';
    grid-gap: 10px;    
    padding: 10px;
    width: 50%;    
}
.rolegrid label{
    cursor: pointer;
}

.rolegrid>label:nth-child(4n+1),
.rolegrid>label:nth-child(4n+2)
{
  background: #ddd;
  } */




