
.chart-container {
    height: 500px;
}

/*.btn, .btn-flat {*/
/*    margin: 5px !important;*/
/*}*/
.badge
{
    margin-bottom: 2px;
}
.datepicker-date-display {
    background-color: #131422;
}

.mobile-fab-tip {
    position: fixed;
    right: 85px;
    padding: 0px 0.5rem;
    text-align: right;
    background-color: #323232;
    border-radius: 2px;
    color: #FFF;
    width: auto;
}
.contract-group
{
    min-height: 350px;
}

.invisible {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #222222 !important;
}

.generated-table-container {
    padding: 15px;
    border-radius: 7px;
}
body {
    background-color: #F9F9F9;
    color: #222222;

}


.state_change_checkbox {
    padding: 0 !important;
    margin: 0 !important;
}

[type="checkbox"].filled-in + span:not(.lever):after {

    border-color: #1db8db !important;
}


[type="checkbox"].filled-in:checked + span:not(.lever):after {

    background-color:  #1db8db;
    border-color: transparent;
}


label[data-error], label[data-success] {
    width: 100%;
}

.mbnews img {
    max-width: 100%;
}

.tablesorter-pager tr, .tablesorter-ignoreRow {
    border-bottom: 0px !important;
}

.table-menu-bar {
    border-radius: 5px;
}
.menu-color-text {
    color: #222222 !important;

}

.pagesize, .pagenum {
    color: #000 !important;
}

.doc-container tr {
    border-bottom: solid 1px #717171;
}

.hide-object {
    display: none;
}

.table-field {
    background-color: white;
}

.tablesorter-filter:focus {
    border-bottom-color: transparent !important;
}

.tablesorter td
{
    text-align: center;
}

.tablesorter-filter-row td {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.notification {
    transition: all 0.3s ease-in-out;
    filter: brightness(100%);
}

.notification:hover {
    transition: all 0.3s ease-in-out;
    filter: brightness(80%);
}

.payemnt-show th {
    font-size: 120%;
    padding-bottom: 5px;
    border-bottom: solid 1px #c4c4c4;
}

.payemnt-show td {
    padding: 3px;
}

.dropdown-content {
    width: 100%!important;
}

main {
    padding-left: 5px;
    padding-right: 5px;
}

.notify-preloader {

}

.dropdown-content li a:hover {
    color: #000 !important;
}

.pdate {
    font-size: 130%;
}



.center-container {
    position: relative;
    min-height: 500px;
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);


}

.tab .active {
    color: #33b7ff !important;
    background-color: transparent !important;
}

.clickable-row {
    cursor: pointer;
    transition: all ease 0.4s;
}

.brand-logo img {

    margin-top: 10px;
    height: 30px;
}

.user-view .brand-logo2 img {
    height: 100px !important;
}

.button-collapse {
    color: black !important;
}

.navbar-fixed {
    z-index: 998;
}


.to-do-steps {
    font-style: italic;
}

.stepdone {
    text-decoration: line-through !important;
}

.info {
    margin-top: 5px;
    font-size: 105%;
}

.info-field {
    display: block;
    width: 100%;

    margin-top: 15px;
    margin-bottom: 15px;
}

.secondary-content > .material-icons,
.dropdown-content > li > a,
.input-field > label,
.input-field,
.dropdown-content li {
    color: #222222 !important;
}


ul.dropdown-content.select-dropdown li span {
    color: #000 !important;;
}

.height40 {
    line-height: 40px;
}

.wrapper {
    display: inline-block;
    max-height: 85%;
    padding: 5px;
    margin: 5px;
}

.wrapper img {

    width: 100%;
    object-fit: contain;
}

.breadcrumb::before {
    color: black !important;
}

.login-content {
    margin-top: 150px;
    margin-bottom: 150px;
}

.tabs {
    background-color: transparent !important;
    border-bottom: solid 1px #808080;
}

.tabs > li > a {
    color: white;
    font-weight: bold;
}

.doc {
    border-collapse: collapse;
    border-color: #dce4ec;
}

.doc, .doc td, .doc th {
    border: 1px solid #dce4ec;
    padding: 10px;
}

footer {
    margin-top: -20px;
}

html {
    font-family: 'Lexend', sans-serif;
}

.no-shadows {
    box-shadow: none !important;
}

table select {
    width: 55px !important;
    float: right;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    /*-webkit-user-select: none; !* Safari *!*/
    /*-moz-user-select: none; !* Firefox *!*/
    /*-ms-user-select: none; !* IE10+/Edge *!*/
    /*user-select: none; !* Standard *!*/
}

main {
    flex: 1 0 auto;
}

[type="checkbox"].filled-in:checked + label:after {
    border: 2px solid #1db8db;
    background-color: #1db8db;
}

.error {
    color: red;
    font-size: 90%;
    margin-left: 25px;
    padding-left: 25px;
    margin-top: -20px;
}

.input-field label {
    color: #222222 !important;
}

/* label focus color */
.input-field input[type=text]:focus + label {
    color: #222222 !important;
}

/* label underline focus color */
.input-field input[type=text]:focus {
    border-bottom: 1px solid #222222 !important;
    box-shadow: 0 1px 0 0 #222222 !important;
}

[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
    border: 2px solid #222222 !important;
}

[type="radio"].with-gap:checked + label:after {
    background-color: #222222 !important;
}

.tabs .indicator {
    background-color: black;
!important;
}

input:disabled {
    color: #808080 !important;
    border-bottom-color: #bdbdbd !important;;

}

/* valid color */
.input-field input[type=text].valid {
    border-bottom: 1px solid #2e7d32;
    box-shadow: 0 1px 0 0 #2e7d32;
}

/* invalid color */
.input-field input[type=text].invalid {
    border-bottom: 1px solid #ef5350;
    box-shadow: 0 1px 0 0 #ef5350;
}


.dropzone {
    display: block;
    border-radius: 10px;
    border: dashed 2px white;
    padding: 50px;

}

.dropzone-text {
    border: none !important;
}

.table-sortable th, .table-sortable td {
    background-color: transparent !important;
}

.sortable th {
    background-color: transparent !important;
}

.sortable1 th {
    background-color: transparent !important;
}

.sortable2 th {
    background-color: transparent !important;
}

.tablesort th, .tablesorter-filter-row td {
    background-color: transparent !important;
}

.tablesorter-filter-row td {
    background-color: white !important;
}

.smallpadding td, .smallpadding tr {
    padding: 5px !important;
}


.card-section-header {
    font-weight: bold;
    font-size: 120%;
    margin-top: 20px;
    display: block;
    width: 100%;
}

.divider {
    margin-bottom: 20px !important;
}

.table-of-contents a:hover {
    font-weight: 500;
    padding-left: 9px;
    border-left: 1px solid #68d4ff !important;
}

/* label color */
.input-field label {
    color: #1db8db;
}

/* label focus color */
.input-field input[type=text]:focus + label {
    color: #1db8db !important;
}

/* label underline focus color */
.input-field input[type=text]:focus {
    border-bottom: 1px solid #1db8db !important;
    box-shadow: 0 1px 0 0 #1db8db !important;
}


.input-field input[type=password]:focus + label {
    color: #1db8db !important;
}

/* label underline focus color */
.input-field input[type=password]:focus {
    border-bottom: 1px solid #1db8db !important;
    box-shadow: 0 1px 0 0 #1db8db !important;
}

.table-of-contents a.active {
    font-weight: 500;
    padding-left: 8px;
    border-left: 2px solid #1db8db !important;
}

.material-icons.active {
    color: #1db8db !important;
}

/*-------REFLOW WIDGET------*/

/* REQUIRED CSS: change your reflow breakpoint here (35em below) */
@media ( max-width: 800px ) {

    .tablesorter-filter-row {
        display: none !important;
    }

    /*.btn:not(.keep-small), .btn-flat:not(.keep-small) {*/
    /*    width: 100% !important;*/
    /*}*/

    /* uncomment out the line below if you don't want the sortable headers to show */
    /* table.ui-table-reflow thead { display: none; } */
    /* css for reflow & reflow2 widgets */
    .ui-table-reflow td,
    .ui-table-reflow th {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        /* if not using the stickyHeaders widget (not the css3 version)
         * the "!important" flag, and "height: auto" can be removed */
        width: 100% !important;
        height: auto !important;

    }

    /* reflow widget only */
    .ui-table-reflow tbody td[data-title]:before {
        color: #171518;
        font-size: .9em;
        content: attr(data-title);
        float: left;
        width: 50%;
        white-space: pre-wrap;

        display: inline-block;
    }

    /* reflow2 widget only */
    table.ui-table-reflow .ui-table-cell-label.ui-table-cell-label-top {
        display: block;
        padding: .4em 0;
        margin: .4em 0;
        text-transform: uppercase;
        font-size: .9em;
        font-weight: 400;
    }

    table.ui-table-reflow .ui-table-cell-label {
        padding: .4em;
        min-width: 30%;
        display: inline-block;
        margin: -.4em 1em -.4em -.4em;
    }

    .tablesorter-headerRow {
        display: none !important;
    }

    .ui-table-reflow tr
    {
        border-bottom: solid 1px #585858;
    }


}

/* end media query */

/* reflow2 widget */
.ui-table-reflow .ui-table-cell-label {
    display: none;
}

.indicators li {

    background-color: #1db8db !important;
}

.indicators .active {

    background-color: #1db8db !important;
}

.saldo {
    webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    cursor: pointer;
    transition: all ease 0.5s;
}

.saldo:hover {
    color: #fff;
    background-color: #1db8db;
    transition: all ease 0.4s;
}

.fuel {
    webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    cursor: pointer;

    height: 300px;
}

.carousel-payments .carousel-payments-item {
    padding-left: 10px;
    padding-right: 10px;
}

.total-value {
    font-weight: bold;
}

.mbnews {
    margin-bottom: 100px;
}

.tab .indicator {
    color: transparent !important;
}

.sidenav-element.active {
    background-color: rgba(255, 255, 255, 0.53) !important;
}



.sidenav-element:hover {
    background-color: rgba(255, 255, 255, 0.31);
    transition: all ease 0.5s;
}

.collapsible-header {
    display: block;
    color: black !important;
}

.collapsible-body {
    background-color: white !important;
    color: black !important;
}




.nav-wrapper, .sidenav, nav, nav .nav-wrapper {
    background-color: #2B2B2B !important;
}

/*.btn {*/
/*    background-color: #1db8db !important;*/
/*}*/

.remove-btn
{
    background-color: #940d1b !important;
}
.preview-btn
{
    min-width: 150px!important;
}

.pin-top {
    position: relative;
}

.full-width
{
    width: 100%;
}

.pin-bottom {
    position: relative;
}


.pinned {
    position: fixed !important;
}

.tablesorter-headerRow {
    border-bottom: solid 1px #7c7c7c !important;

}

.carousel-payments
{
    min-height: 800px!important;
    padding-top: 30px!important;
}

.carousel-payments-item
{
    min-height: 800px!important;
    width: 50%!important;
}
.carousel-card
{
    padding-top: 50px!important;
    min-height: 600px!important;
}
.carousel-payments-item img
{

    max-height: 80px;
    max-width: 100%!important;
}




@media only screen and (max-width: 992px) {
    header, main, footer {
        padding-left: 0;
    }
    .carousel-payments-item
    {
        width: 100%!important;
    }
    .carousel-payments-item img
    {
        max-height: 50px;
        max-width: 100%;
    }
    canvas
    {
        height: 200px;
    }
    .btn
    {
        width: 100%;
    }

}


main
{
    background-color: #f2f3ff;
}
.swipe-field
{

    height: 800px;
}
.page-footer
{
    background-image: url("https://kierowca.mbpartners.pl/icons/footer-bg.png");
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
    background-color: #131313!important;
    color: #8C8C8C;

}

.footer-link
{
    color: #8C8C8C!important;
    text-decoration: none!important;
    transition-duration: 0.3s;
}

.footer-link:hover
{
    color: #fff!important;
    text-decoration: none!important;
    transition-duration: 0.3s;
}

.footer-copyright
{
    background-color: #191919!important;
}

.footer-icon
{
    width: 50px;
    height: 50px;
    margin: 5px;
}
.footer-logo
{
    height: 50px;
}
.footer-phone-icon
{
    height: 20px;
    margin-right: 5px;
}
.footer-social-icon
{
    height: 25px;
    margin-right: 5px;
    margin-bottom: 3px;
}

.footer-icon:hover {
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 0.5s;

    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
}

.footer-phone-icon:hover {
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 0.5s;

    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
}



.footer-social-icon:hover {
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 0.5s;

    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
}


@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}


.sidenav{
    background-image: url("https://kierowca.mbpartners.pl/icons/mascot.png");
    background-repeat:   no-repeat;
    background-position: bottom;
    background-size: auto;
}



.under-button-text
{

    color: #312d2d;

    transition : 500ms;

}

.under-button-text:hover
{

    color: #5b5757;

    transition : 500ms;

}


.login-button
{

    height: 60px;
    width: 80%;
    font-family: 'Lexend', sans-serif;
    font-size: 120%;
    margin: 10px 10%;
}

.btn {
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #20cdf5;
    background-color: #20cdf5;
    border-radius: 10px;
    color: #fff;
    padding: 8px 30px;
    transition: all 500ms;
    box-shadow: none;
    text-transform: none;!important;
}

.btn:hover {
    background: #1db8db;
    background-color: #1db8db;
    border-radius: 5px;
    transition: all 500ms;
    color: #fff;
    box-shadow: 3px 3px 8px 0px rgba(15, 99, 117, 0.3);
}
.card-panel
{
    border-radius: 20px;
    box-shadow: none;
}


