/* your styles go here */
body {
    color: #4d4d4d;
}

a {
    cursor: pointer;
}

a:hover {
    color: #263056;
}

a.btn:hover {
    color: #fff !important;
}

p .u {
    text-transform: uppercase;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.dialog-lv-1 {
    z-index: 1000;
}

.item-error-label {
    color: red;
    font-size: 13px;
}

.item-warning-label {
    color: orange;
    font-size: 13px;
}

/*loader css*/
#loader-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    opacity: 0.7;
    background-color: #000;
}

.loader-text {
    font-weight: 300;
    color: #fff;
    font-size: 20px;
    position: absolute;
    width: 200px;
    bottom: 20px;
}

@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*function css*/
.ellipsis {
    text-overflow: ellipsis;

    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}

/*Loader css*/
.lds-dual-ring {
    position: relative;
}
.lds-dual-ring div {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 60px;
    left: 60px;
    border-radius: 50%;
    border: 8px solid #000;
    border-color: #b0006d transparent #b0006d transparent;
    -webkit-animation: lds-dual-ring 1s linear infinite;
    animation: lds-dual-ring 1s linear infinite;
}
.lds-dual-ring {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.loader {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
    position: absolute;
}

@keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@-webkit-keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.lds-rolling {
    position: relative;
}
.lds-rolling div.roll,
.lds-rolling div.roll:after {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 5px solid #ffffff;
    border-top-color: transparent;
    border-radius: 50%;
}
.lds-rolling div.roll {
    -webkit-animation: lds-rolling 1s linear infinite;
    animation: lds-rolling 1s linear infinite;
    top: 100px;
    left: 100px;
}
.lds-rolling div.roll:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.lds-rolling {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.lds-rolling div.inside-div {
    width: inherit;
    height: inherit;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.lds-rolling div.inside-div img {
    width: 30px;
}
/*end loader css*/

.btn-momo {
    color: #ffffff !important;
    background-color: #263056;
    font-size: 14px;
    display: inline-block;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    transition: 1s all ease-in-out;
    -moz-transition: 1s all ease-in-out;
    -webkit-transition: 1s all ease-in-out;
    -ms-transition: 1s all ease-in-out;
    -o-transition: 1s all ease-in-out;
}

.btn:active {
    transform: translateY(2px);
    box-shadow: 0 11px 20px rgba(50, 50, 93, .1), 0 6px 11px rgba(0, 0, 0, .08);
}

.btn-momo-grey {
    color: #ffffff !important;
    background-color: #8f8e94;
    font-size: 14px;
    display: inline-block;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    transition: 1s all ease-in-out;
    -moz-transition: 1s all ease-in-out;
    -webkit-transition: 1s all ease-in-out;
    -ms-transition: 1s all ease-in-out;
    -o-transition: 1s all ease-in-out;
}

.btn-momo-blue {
    color: #ffffff !important;
    background-color: #2196F3;
    font-size: 14px;
    display: inline-block;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    transition: 1s all ease-in-out;
    -moz-transition: 1s all ease-in-out;
    -webkit-transition: 1s all ease-in-out;
    -ms-transition: 1s all ease-in-out;
    -o-transition: 1s all ease-in-out;
}

.btn-orange {
    color: #ffffff !important;
    background-color: darkorange;
    font-size: 14px;
    display: inline-block;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    transition: 1s all ease-in-out;
    -moz-transition: 1s all ease-in-out;
    -webkit-transition: 1s all ease-in-out;
    -ms-transition: 1s all ease-in-out;
    -o-transition: 1s all ease-in-out;
}

.btn-big {
    font-size: 18px;
    padding: 10px 15px;
    height: 42px;
    width: auto;
    line-height: 20px;
    font-weight: 300;
}

.btn i {
    font-size: 22px;
    padding: 0px 0px 0px 0px;
    margin-right: 5px;
}

#debit-template .btn i{
    border: none;
    margin: initial;
    padding: initial;
    font-size: inherit;
}

.btn-primary:hover {
    background-color: #263056 !important;
    color: #fff !important;
    border-color: unset;
}

    /*popup css*/
.ui-dialog {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0px !important;
    border: 0;
    -webkit-box-shadow: 0 0 20px #666;
    -moz-box-shadow: 0 0 15px #666;
    box-shadow: 0 0 20px #666;
}

.ui-dialog-titlebar {
    padding: 10px !important;
    border-radius: 5px 5px 0px 0px;
    background-color: #b0006d;
    color: #ffffff;
    font-size: 90%;
    line-height: 2;
    font-weight: bold;
}

.margin-left-20 {
    margin-left: 20px;
}

/* data table*/
.dataTables_wrapper .row {
    width: 100%;
    margin: auto;
}

.form-inline label {
    display: inline;
}

.dataTables_filter input[type='search'] {
    border-radius: 5px;
}

.label-text {
    text-align: right;
    font-weight: bold;
    font-size: 15px;
}

.error-text {
    color: red;
}

.warning-text {
    color: orange;
}

.success-text {
    color: green;
}

.excel-icon {
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    background-size: 35px;
    background-image: url("../../images/icon/excel-file.svg");
    border-color: #ffffff;
}

.img-icon {
    cursor: pointer;
    width: 25px;
    position: absolute;
    top: 20px;
    right: 35px;
}

.panel-info-layout {
    margin: 0px 30px 10px 30px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
}

section.panel-info-layout .title {
    font-size: 1.1em;
    font-weight: 300;
    color: #777;
    margin: 0 20px;
}

section.panel-info-layout .progress {
    margin-top: 10px;
}

section.panel-info-layout .number {
    font-size: 1.8em;
    font-weight: bold;
}

section.panel-info-layout .number strong {
    font-weight: 700;
}

section.panel-info-layout .row {
    /*padding: 0px 0px;*/
    /*margin: 0;*/
}

section.panel-info-layout div[class*='col-'] .item {
    border-right: 1px solid #eee;
    padding: 15px 0;
}

section.panel-info-layout div[class*='col-']:last-of-type .item {
    border-right: none;
}


/*
* ==========================================================
*     CUSTOM MAIN SLIDEBAR
* ==========================================================
*/
/*#toggle-div {*/
    /*position: fixed;*/
    /*bottom: 10px;*/
    /*bottom: 0;*/
    /*max-width: 250px;*/
    /*z-index: 3;*/
    /*padding: 18px 16px;*/
    /*height: 55px;*/
    /*cursor: pointer;*/
    /*white-space: nowrap;*/
    /*text-align: right;*/
    /*!*display: none;*!*/
/*}*/

nav.side-navbar a {
    color: inherit;
}

nav.side-navbar .navbar-brand .brand-small {
    display: none;
}

nav.side-navbar #toggle-div a.menu-btn.active {
    width: 60px;
}

nav.side-navbar .menu-btn {
    margin-right: 20px;
    font-size: 1.2em;
    transition: all 0.7s;
}

nav.side-navbar .menu-btn span {
    width: 20px;
    height: 2px;
    background: #b0006d;
    display: block;
    margin: 4px auto 0;
    transition: all 0.3s cubic-bezier(0.81, -0.33, 0.345, 1.375);
}

nav.side-navbar .menu-btn span:nth-of-type(2) {
    position: relative;
    width: 35px;
    transform: rotateY(180deg);
}

nav.side-navbar .menu-btn span:nth-of-type(2)::before,
nav.side-navbar .menu-btn span:nth-of-type(2)::after {
    content: '';
    width: 6px;
    height: 2px;
    display: block;
    background: #b0006d;
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 0;
    transition: all 0.7s;
}

nav.side-navbar .menu-btn span:nth-of-type(2)::after {
    transform: rotate(145deg);
    position: absolute;
    top: -2px;
    left: 0;
}

nav.side-navbar .menu-btn.active span:first-of-type {
    transform: translateY(12px);
}

nav.side-navbar .menu-btn.active span:nth-of-type(2) {
    transform: none;
}

nav.side-navbar .menu-btn.active span:last-of-type {
    transform: translateY(-12px);
}

nav.side-navbar .navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px;
}

nav.navbar {
    background: #ffffff;
    height: 70px;
}

nav.side-navbar ul li.active a {
    background: #ffffff;
    color: #000;
}

nav.side-navbar.shrinked a i.fa {
    margin: auto;
}

nav.side-navbar ul li.active a:hover {
    color: #263056 !important;
    background-color: #fff;
}

nav.side-navbar ul a:hover {
    border-left: 4px solid #263056;
    color: #263056;
}

nav.side-navbar ul a.active {
    border-left: 4px solid #263056;
    color: #263056 !important;
}

nav.side-navbar ul {
    padding: 10px 0;
}

nav.side-navbar.shrinked a img {
    margin: auto;
    display: block;
    font-size: 1.6em;
    color: #263056;
    transition: color 0.3s;
}

.page-header {
    background: #EEF5F9;
    box-shadow: none;
    text-transform: uppercase;
    padding-top:  20px !important;
    padding-bottom: 5px !important;
    z-index: 0;
}

.page-header h2 {
    line-height: 35px;
    text-transform: uppercase;
    margin: 10px 0px;
}

.label {
    display: inline;
    padding: .3em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 15px;
}
.label-info {
    background-color: #e1f1f6;
    border: 1px solid #b2dde8;
    color: #709eb2;
}

.label-success {
    background-color: #dfefd2;
    border: 1px solid #b9dc96;
    color: #8a2630566;
}

.label-warning {
    background-color: #fffde7;
    border: 1px solid #f0ad4e;
    color: #e2c397;
}

.label-alert {
    background-color: #f5dbd9;
    border: 1px solid #eaafa7;
    color: #a21f0a;
}

.label-purple {
    background-color: purple;
    border: 1px solid purple;
    color: #ffffff;
}

.label-blue {
    background-color: blue;
    border: 1px solid blue;
    color: #ffffff;
}

.label-orange {
    background-color: orange;
    border: 1px solid orange;
    color: #fff;
}

.page .select-material,
.page .input-material,
#transaction-history-page .input-material,
#transaction-history-page .select-material,
#merchant-integrate-info .input-material,
#merchant-integrate-info .select-material,
#change-password-page .input-material,
#change-password-page .select-material,
#merchant-bank-info .input-material,
#merchant-bank-info .select-material
{
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    width: 70%;
}

.input-material-100,
#permission-page .input-material,
#permission-page .select-material,
#merchant-info-page .input-material,
#merchant-info-page .select-material,
#bus-detail-page .input-material,
#account-transaction-detail-page .input-material,
#account-transaction-detail-page .select-material,
#account-transaction-history-page .input-material,
#account-transaction-history-page .select-material,
#transaction-history-page .input-material,
#transaction-history-page .select-material,
#pending-merchant-page .input-material,
#pending-merchant-page .select-material,
#merchant-details-page .input-material,
#merchant-details-page .select-material,
#store-manger-page .input-material,
#store-manger-page .select-material,
#store-info .input-material,
#store-info .select-material {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}


.input-material-99 {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    width: 99%;
}

.input-material-90 {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    width: 90%;
}

.select-material {
    height: 40px !important;
}

.input-material:focus,
.select-material:focus,
.input-material-100:focus {
    border: 1px solid #263056 !important;
}

.panel-info-layout label,
.panel-info-layout a.btn
{
    margin-top: 10px;
}

.panel-info {
    background-color: #fff;
}

.panel-info .row {
    min-height: 65px;
}

.panel-info span {
    margin-top: 10px;
}

.panel-info label {
    font-weight: bold;
}

#change-password-page label,
#merchant-integrate-info label {
    margin-top: 10px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.uppercase {
    text-transform: uppercase;
}

.shadow {
    border-color: rgba(34, 34, 34, .1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    border-radius: 5px;
}

#breadcrumb nav {
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    padding: 0 15px;
    background-color: #fff;
}

.root-breadcrumb {
    color: #999;
}

/*#image galery*/
#image-gallery {
    width: 100%;
    position: fixed;
    height: 100vh;
    top:0;
    background: rgba(49, 49, 49, 0.5);
    z-index: 9999;
}

#image-gallery .image-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50px;
}


#image-gallery .popup-close {
    background-size: 50px;
}

#image-gallery .prev,
#image-gallery .next {
    position: absolute;
    height: 32px;
    margin-top: -66px;
    top: 50%;
}

#image-gallery .prev {
    left: 20px;
}

#image-gallery .next {
    right: 20px;
    cursor: pointer;
}

#image-gallery .footer-info {
    position: absolute;
    height: 100px;
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 35px;
    font-size: 24px;
    text-align: center;
    color: white;
    /*border-top: 1px solid #FFF;*/
}

#image-gallery .close {
    margin: 50px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    font-size: 20px;
    width: 100px;
    height: 50px;
    text-align: center;
    display: table;
}

#image-gallery .close div {
    color: #90a1b4;
    font-weight: 100;
    vertical-align: middle;
    display: table-cell;
}

#image-gallery .close:focus, .close:hover {
    transform: scale(1.5);
}

.ui-button {
    background-color: #ffffff;
    width: 70% !important;
    height: 46px;
    line-height: 36px;
}

.ui-button:focus {
    border: 1px solid #88c1fc;
    background: #ffffff;
    font-weight: normal;
    color: #4d4d4d;
}

table.dataTable td {
    box-sizing: content-box;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none !important;
}
.datepicker {
    width: 310px;
    height: 310px;
}

.table-condensed {
    width: 300px;
    height: 300px;
    font-size: medium;
}

.ladda-button:hover {
    border-color: rgba(0,0,0,0.07);
    background-color: #263056;
}

.ladda-button[disabled], .ladda-button[disabled]:hover, .ladda-button[data-loading], .ladda-button[data-loading]:hover {
    cursor: default;
    background-color: #263056;
}

.logout:hover {
    color: #263056 !important;
}

.button_confirm {
    -moz-user-select: none;
    background-color: #e6e6e6;
    border: 1px solid #999;
    border-radius: 3px;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    display: inline-block;
    font-size: 100%;
    line-height: normal;
    padding: 0.4em 1em 0.45em;
    text-align: center;
    text-decoration: none;
    transition: box-shadow 0.1s linear 0s;
    vertical-align: baseline;
    white-space: nowrap;
}

.button_cancel {
    -moz-user-select: none;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 3px;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    display: inline-block;
    font-size: 100%;
    line-height: normal;
    padding: 0.4em 1em 0.45em;
    text-align: center;
    text-decoration: none;
    transition: box-shadow 0.1s linear 0s;
    vertical-align: baseline;
    white-space: nowrap;
}


.tooltip-inner {
    max-width: 200px;
    padding: 15px;
    color: #000000;
    text-align: center;
    background-color: #ffffff;
    border-radius: .25rem;
    border: 1px solid #fff;
    box-shadow: 0 0 7px #000;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #263056;
}

input:focus + .slider {
    box-shadow: 0 0 1px #263056;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    min-width: 60px !important;
}

.slider.round:before {
    border-radius: 50%;
}

/*snackbar*/
#m4b-snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #263056;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#m4b-snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.sample-doc-footer {
    margin: 15px 0px;
}

.sample-doc-footer a:hover {
    color: #263056;
    text-decoration: none;
}

#sample-code-github:hover {
    filter: invert(0.5) sepia(1) saturate(999) hue-rotate(330deg);
    cursor: pointer;
}

.rating {
    border: none;
    float: left;
}
.rating > input { display: none; }
.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}
.rating > .half:before {
    content: "\f089";
    position: absolute;
}
.rating > label {
    color: #ddd;
    float: right;
}
/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */
.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  }

#rating-description {
    border: 1px solid #dadada;
    border-radius: 5px;
    padding: 5px 10px;
}

.date-icon {
    top: 10px !important;
    right: 25px !important;
    left: unset !important;
}

input.input-material-100 ~ label {
    color: #aaa;
    position: absolute;
    top: 14px;
    left: 0;
    cursor: text;
    transition: all 0.2s;
    font-weight: 300;
}

.dropdown-menu {
    font-size: 18px;
    font-weight: 500;
}

.parent img {
    max-width: 25px;
}

.momo-line-bottom {
    border-bottom: 1px solid #263056;
}

.momo-line-bottom.x3 {
    border-bottom: 3px solid #263056;
}

.daterangepicker .ranges li {
    font-size: 14px !important;
}

.panel-info-layout div[class*='col-'] {
    padding-top: 10px;
}

i.hint {
    background: #263056;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: white;
    padding: 0px 0px;
    line-height: 20px;
    text-align: center;
}

.g-recaptcha {
    transform:scale(0.85);
    transform-origin:0 0;
}

a.parent i {
    width: 15px;
}

table.dataTable span {
    margin-top: 0px !important;
}

mark.total {
    font-weight: 500;
    font-size: 26px;
    background: none;
}

mark.fail {
    color:#ff0000;
    background: none;
}

mark.success {
    color:#0000A0;
    background: none;
}

.debit label.label-warning{
     background-color: transparent;
     border: none;
    color: #f0ad4e;
}
.debit label.label-success{
    background-color: transparent;
    border: none;
    color: #8a2630566;
}

.debit .form-control{
   width: auto;
}
.pagination{
    display: inline-flex;
    padding-right: 45px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0;
}
.page-item{
    padding-left: 2px;
}

.input-material:disabled {
    cursor: not-allowed;
}

#languageBar:after {
    border-top: none;
}

.text-bold {
    font-weight: bold;
}

.m4b-toolkit {
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    padding: 5px 15px;
    background-color: #fff;
    margin: 5px 0;
}

.m4b-toolkit img {
    margin: 5px;
}

.panel-info-layout .row {
    margin-top: 10px;
}

.item-input span {
    margin-top: 10px;
}

span.select2-chosen {
    margin: 0;
}

#navbarDropdown:after {
    margin-top: 10px;
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.notes {
    margin-bottom: 15px;
    padding: 4px 12px;
    line-height: 1.5;
}

.notes.danger {
    background-color: #ffdddd;
    border-left: 6px solid #f44336;
}

.notes.success {
    background-color: #ddffdd;
    border-left: 6px solid #4CAF50;
}

.notes.info {
    background-color: #e7f3fe;
    border-left: 6px solid #2196F3;
}


.notes.warning {
    background-color: #ffffcc;
    border-left: 6px solid #ffeb3b;
}

.notes ul {
    margin-left: 15px;
}

.nicetip {
    font-size: 15px;
    line-height: 1.5;
    display: block;
    /*margin: 16px 0;*/
    margin-top: 16px;
    padding: 24px;
    border: 1px solid #efc150;
    border-left: 4px solid #efc150;
    background-color: #fff;
    -webkit-box-shadow: #d8e0eb 0 3px 0;
    box-shadow: 0 3px 0 #d8e0eb;
}

.nicetip .nicetip-inner h1, .nicetip .nicetip-inner h1 .fa, .nicetip .nicetip-inner h1 .fa .fa {
    color: #efc150;
    font-size: 24px;
}

.nicetip .nicetip-inner .nicetip-inner-content ul {
    padding: 0 0 0 20px;
    line-height: 2;
}

.m4b-input-loading {
    background-color: #ffffff;
    background-image: url("/assets/images/icon/loading.gif");
    background-size: 25px 25px;
    background-position: right center;
    background-repeat: no-repeat;
}

.the-legend {
    border-style: none;
    /*font-weight: bold*/;
    border-width: 0;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
    width: auto;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
}
.the-fieldset {
    border: 1px solid #e0e0e0;
    padding: 10px;
}

.m4b-card {
    border-radius: 10px;
    padding: 15px 45px;
    color: #fff;
    font-size: 14px;
}

.m4b-card img {
    width: 25px;
    /*fill svg css*/
    filter: invert(1) sepia(0) saturate(100) hue-rotate(330deg);
    padding: 0 0 15px 0;
}

.m4b-card.number {
    font-size: 24px;
}

sup.beta {
    background-color: #50bddd;
    color: #fff;
    padding: 0 5px;
    border-radius: 5px;
    text-transform: uppercase;
}

.m4b-label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

input.m4b-slider {
    padding-left: 0px !important;
}

.m4b-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.m4b-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #263056;
    cursor: pointer;
}

.m4b-slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #263056;
    cursor: pointer;
}