/* -------------------------------------------------------------------------- */
.row .col{
    padding: 0 !important;
    margin: 0 !important;
}
.row,
.col .row{
    margin: 0 !important;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
.input-field.col textarea:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #488fcc;
    -webkit-box-shadow: 0 1px 0 0 #488fcc;
    box-shadow: 0 1px 0 0 #488fcc;

}

.col.input-field {
    padding-top: 18px !important;
}
.input-field .prefix {
    color: rgba(72, 143, 204, 0.5);
    font-size: 24px;
    width: 40px;
    top: 22px;
}
.input-field > label {
    font-size: 16px;
    color: rgba(96, 125, 139, 0.6);
    top: 0 !important;
    left: 0 !important;
    transform-origin: 0 0;
    margin: 11px 0 0 8px !important;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out, margin .2s ease-in-out;
}
.input-field .prefix + label ,
.input-field .prefix + textarea + label ,
.input-field .prefix + input + label ,
.input-field .prefix + textarea + ul + label ,
.input-field .prefix + input + ul + label ,
.input-field .prefix + div + textarea + label ,
.input-field .prefix + div + input + label ,
.input-field .prefix + div + textarea + ul + label ,
.input-field .prefix + div + input + ul + label ,
.input-field .prefix + div + div + textarea + label ,
.input-field .prefix + div + div + input + label ,
.input-field .prefix + div + div + textarea + ul + label ,
.input-field .prefix + div + div + input + ul + label {
    margin: 11px 0 0 40px !important;
}
.input-field > input:not(.browser-default):disabled + label {
    color: rgba(96, 125, 139, 0.5);
}
.input-field > label:not(.label-icon).active {
    -webkit-transform: translateY(-10px) scale(0.7);
    transform: translateY(-10px) scale(0.7);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
i.prefix.active{
    color: #488fcc !important;
}
input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #488fcc;
}
textarea {outline: none;}
input {outline: none;}
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #eceff1 !important;
}
.input-field.col input {
    color: #455a64;
    height: 34px;
    line-height: 34px;
    padding: 0;
    font-size: 16px;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    margin: 0px 0 0 8px;
    width: calc(100% - 8px);
    border-bottom: 1px solid rgba(96, 125, 139, 0.4);
}
.input-field.col input:not(.browser-default):disabled {
    color: rgba(69, 90, 100, 0.6);
    border-bottom: 1px dotted rgba(96, 125, 139, 0.4);
}
.input-field.col.simple-input > input[readonly][type=text] ,
.input-field.col.simple-input > input[readonly][type=text]:focus {
    color: #455a64;
    background: rgba(96, 125, 139, 0.1);
}
.input-field.col textarea {
    display: block;
    color: #455a64;
    font-size: 16px;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    padding: 7px 0 6px 0;
    margin: 0 8px;
    width: calc(100% - 8px);
    min-height: unset;
    max-height: unset;
    height: 35px;
    line-height: 20px;
    overflow: hidden;
    overflow-wrap: break-word;
    width: 100%;
    vertical-align: top;
    resize: none !important;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(96, 125, 139, 0.4);
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}
.input-field.col .prefix + textarea ,
.input-field.col .prefix + input ,
.input-field.col .prefix + div + input ,
.input-field.col .prefix + div + div + input {
    margin: 0 0 0 40px;
    width: calc(100% - 40px);
}
.input-field.col textarea:focus ,
.input-field.col input:focus {
    color: #263238;
}
.input-field.col .prefix ~ label ,
.input-field.col .prefix ~ .validate ~ label {
    width: calc(100% - 40px);
    white-space: nowrap;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
.btn,
.btn-large,
.btn-small {
    font-size: 18px;
    background-color: #488fcc;
    text-transform: uppercase;
    color: rgba(228, 242, 251, 0.6);
    letter-spacing: 0;
    cursor: pointer;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.btn-large {
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
}
.btn-large i {
    font-size: 28px;
    line-height: 48px;
    margin-right: 8px;
}
.btn:hover,
.btn-large:hover,
.btn-small:hover,
.btn:focus,
.btn-large:focus,
.btn-small:focus,
.btn:active,
.btn-large:active,
.btn-small:active {
    background-color: #69a2d3;
    color: rgba(228, 242, 251, 1.0);
}
.btn-red {
    color: #fff !important;
    background-color: #f44336 !important;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active {
    background-color: #d32f2f !important;
}
.btn-cancel {
    color: #fff !important;
    background-color: #cfd8dc !important;
}
.btn-cancel:hover,
.btn-cancel:focus,
.btn-cancel:active {
    color: rgba(236, 239, 241, 1.00) !important;
    background-color: #b0bec5 !important;
}
/* -------------------------------------------------------------------------- */
ol .input-field.select-field {
    min-height: 53px;
}
.prefix ~ .select-wrapper {
    width: calc(100% - 32px);
    margin-left: 32px;
}
ul.select-dropdown {
    overflow-x: visible !important;
    width: max-content !important;
    min-width: 100%;
    top: 0 !important;
    max-height: 350px !important;
    overflow-y: auto !important;
    backface-visibility: hidden !important;
}
.select-wrapper input.select-dropdown {
    width: calc(100% - 32px);
    padding: 0 20px 0 0;
    margin: 0 20px 0 8px;
}
.select-wrapper input.select-dropdown:focus {
    border-bottom: 1px solid #488fcc;
    -webkit-box-shadow: 0 1px 0 0 #488fcc;
    box-shadow: 0 1px 0 0 #488fcc;
}
.dropdown-content li > a,
.dropdown-content li > span {
    color: #488fcc;
    line-height: 18px;
    padding: 7px 16px 7px 16px;
    white-space: nowrap;
}
.select-wrapper + label {
    font-size: 11px !important;
    transition: none !important;
    margin: -10px 0 0 8px !important;
}
.prefix ~ .select-wrapper + label {
    margin: -10px 0 0 40px !important;
}
.select-dropdown.dropdown-content li.selected {
    background: #488fcc !important;
}
.select-dropdown.dropdown-content li.selected span {
    color: #fff !important;
}
.select-wrapper .caret {
    fill: #37474f;
}
.dropdown-content li {
    min-height: 32px;
}
.select-dropdown.dropdown-content li.disabled ,
.select-dropdown.dropdown-content li.disabled > span,
.select-dropdown.dropdown-content li.optgroup {
    color: rgba(0, 0, 0, 0.3) !important;
    background-color: rgba(0, 0, 0, 0.04) !important;
}
.input-field.col > span.helper-text {
    margin: 4px 0 0 8px;
    width: calc(100% - 8px);
    line-height: 16px;
    font-size: 12px;
    color: #607d8b;
}
.input-field.col .prefix ~ span.helper-text {
    margin: 4px 0 0 40px;
    width: calc(100% - 40px);
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
#toast-container {
    top: unset !important;
    right: unset !important;
    left: 50px;
    bottom: 50px;
    min-width: 300px;
    text-align: center;
}
#toast-container > div {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
}
.toast.red {
    background-color: #f44336;
}
#toast-container > div.toast > div{
    width: 100%;
    text-align: left;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
.modal .modal-footer {
    height: 80px;
    text-align: left;
    padding-left: 12px;
}
.modal .modal-footer > a{
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    margin-left: 4px !important;
}
.modal .modal-footer > a.modal-close{
    background: #cfd8dc;
    margin-left: 16px !important;
}
.modal .modal-footer > a.modal-close:hover{
    background: #b0bec5;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
.switch {
    width: 100%;
    margin: 4px 2px 14px 2px;
    display: flex;
    align-items: flex-end;
}
.switch > i {
    color: rgba(72, 143, 204, 0.5);
    display: block;
    float: left;
    font-size: 24px;
    width: 24px;
    margin: 2px 6px -2px 2px;
}
.switch label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 4px;
}
.switch > label > b {
    display: block;
    width: 100%;
    line-height: 1;
    font-size: 11px;
    font-weight: normal;
    margin: 0 0 11px 10px;
    color: rgba(96, 125, 139, 0.6);
}
.switch label font {
    padding: 0 6px 0 10px;
}
.switch label .lever + font {
    padding: 0 0 0 6px ;
}
.switch label .lever {
    margin: 0 10px;
}
.switch label input[type=checkbox]:checked + .lever {
    background-color: #a3c7e5;
}
.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #488fcc;
}
.switch label>font {
    color: #607d8b;
}
/*
.switch .prefix {
    width: 3rem;
    font-size: 2rem;
    -webkit-transition: color .2s;
    transition: color .2s;
    top: 0.5rem;
}
.switch label{
    display: block;
}
.switch label div{
    width: calc(100% - 130px);
    margin-left: 130px;
    margin-top: -18px;
    font-size: 14px;
    color: #000;
}
.switch label.switch-simple div{
    width: calc(100% - 50px);
    margin-left: 50px;
    margin-top: -18px;
}
.switch label.switch-simple .lever{
    margin-left: 0;
}
.switch .prefix ~ label{
    margin: -22px 0 0 44px;
}
*/
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
.progress {
    background-color: #bdddf4;
}
.progress .determinate ,
.progress .indeterminate {
    background-color: #488fcc;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
.datepicker-controls .select-month input,
.datepicker-controls .select-year input{
    border: 0px !important;
}
.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done,
.datepicker-table td.is-today{
    color: #488fcc;
}
.datepicker-clear{
    color: #b0bec5;
    background: transparent;
    padding: 0 8px;
    width: auto;
    flex-shrink: 0;
}
.datepicker-clear:hover,
.datepicker-clear:focus,
.datepicker-clear:active {
    color: #fff !important;
    background: #F44336 !important;
}
.datepicker-table td.is-today.is-selected {
    color: #fff;
}
.datepicker-day-button:focus {
    background-color: rgba(172, 143, 204, 0.25);
}
.datepicker-date-display{
    width: 270px;
    min-width: 270px;
}
.datepicker-modal button:focus,
.datepicker-date-display,
.datepicker-table td.is-selected {
    background-color: #488fcc;
}
.datepicker-table td.is-selected {
    /* height: 45px; */
}
.datepicker-date-display {
    width: 50px;
}
.datepicker-table tr {
    height: 45px !important;
    max-height: 45px !important;
}
.datepicker-table td {
    width: 50px;
    height: 45px !important;
    max-height: 45px !important;
}
.datepicker-date-display .date-text{
    display: none;
}
.datepicker-date-display .date-text-2{
    display: block;
    font-size: 36px;
    line-height: 30px;
    font-weight: 500;
    white-space: nowrap;
    margin: 8px 0 0 -2px;
}
.datepicker-date-display .date-text-2>span{
    font-size: 24px;
    padding-left: 2px;
}
.datepicker-calendar button{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-align: center;
    height: auto;
    font-size: initial;
    border-width: 0px;
}
.datepicker-calendar .datepicker-table-wrapper{
    height: 320px;
}
.datepicker-calendar .datepicker-table-wrapper .datepicker-table{
    height: auto;
}
.datepicker-controls button{
    height: 42px;
    display: flex;
    align-items: center;
}
.datepicker-controls .select-month input, .datepicker-controls .select-year input{
    margin-top: 8px;
}
.datepicker-footer .confirmation-btns{
    display: flex;
    justify-content: flex-end;
    margin: 0 0 18px 0;
}
.datepicker-footer .confirmation-btns button:focus{
    color: #fff;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */















/*

.tabs .tab a {
    color: rgba(196, 62, 0, 0.7);
    font-size: 16px;
    font-weight: bold;
    background-color: #eceff1;
}
.tabs .tab a:hover{
    background-color: rgba(255, 160, 0, 0.1);
    color: #c43e00;
}
.tabs .tab a.active{
    background-color: rgba(255, 160, 0, 0.2);
    color: #c43e00;
}
.tabs .tab a:focus,
.tabs .tab a:focus.active{
    background-color: rgba(255, 160, 0, 0.2);
}
.tabs .indicator {
    background-color: #ffa000;
}
-----------------------------------------------------------



-----------------------------------------------------------

-----------------------------------------------------------

-----------------------------------------------------------

-----------------------------------------------------------
td.w11n>input.edit{
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 12px !important;
    width: calc( 100% - 24px ) !important;
}
.cvu-field{
    margin-top: 0px;
}
.cvu-field > table,
.cvu-field > div.row_sort,
.cvu-field > img.hand{
    display: block;
    margin-top: 44px;
}
.cvu-field > i + label + table,
.cvu-field > i + label + div.row_sort,
.cvu-field > i + label + img.hand{
    margin-left: 44px;
}
a.sorts.btn_move{
    display: inline-block;
}
thead .tac,
.pr_tfoot>*>.tac,
.data_tr>.sort_td>*{
    width: 25px;
    height: 24px;
    background: #90a4ae;
    transition: .3s;
    border: none;
    margin: 1px;
}
.data_tr>.sort_td>*:hover{
    background: #1b7ab2;
}
thead .tac:hover,
.pr_tfoot>*>.tac:hover,
.data_tr>.sort_td>.btn_insert_row:hover{
    background: #4caf50;
}
.data_tr>.sort_td>.btn_delete_row:hover{
    background: #f44336;
}
.btn_delete_row,
.btn_insert_row{
    cursor: pointer;
}
.btn_move:after{
    content: 'drag_indicator';
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #fff;
    background: transparent;
    margin: 0px 0px 0px 0px;
    border-radius: 0px;
    text-align: center;
    text-decoration: none;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}
.data_tr{
    border-bottom: none;
}
.data_tr>td:last-child{
    padding: 0 10px;
}
.data_tr>td>input[type=text]{
    margin-bottom: 0px;
    padding: 0 12px 0 12px;
    width: calc( 100% - 24px );
}
.data_tr>td,
.pr_tfoot,
.pr_tfoot>div{
    padding: 0;
    margin: 0;
}

label.allways-active{
    -webkit-transform: translateY(-14px) scale(0.8);
    transform: translateY(-14px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}




















*/
