table.dataTable tbody td {
    word-break: break-word;
    vertical-align: top;
    white-space: normal;
}

.velTDNoWrap {
    word-wrap: normal !important;
    width: auto !important;
}

.v-login__logo {
    max-width: 300px;
    max-height: 96px;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 3000 !important;
}

.ui-front {
    z-index: 3000 !important;
}

/*.custom-file-label { opacity: 0; }*/
/*.custom-file-input { opacity: 1; }*/

@media (max-width: 568px) {
    .v-login__logo {
        width: 240px;
        height: 66px;
    }
}

.main-logo img {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    padding: 6px;
}

.logo-tdc {
    position: absolute;
    left: 20px;
    top: 20px;
    max-width: 240px;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fff; /* fallback for browsers that don't understand rgba */
    border: solid 10px #000; /* fallback for browsers that don't understand rgba */
    background-color: rgba(255, 255, 255, 1); /* slighly transparent white */
    border-color: rgba(0, 0, 0, 0); /*Very transparent black*/
}

.logo-tdc img {
    width: 180px;
}

.foto-tdc {
    font-size: 8px;
    position: absolute;
    left: 20px;
    bottom: 10px;
}

.bg-c-gray {
    background: linear-gradient(45deg, #ddd, #fff);
}

.m-subheader {
    padding: 0px 0px 0 0px;
}

.m-subheader .m-subheader__title {
    display: inline-block;
    padding: 0px 0px 0px 0;
    font-family: Roboto;
    font-weight: 300;
    font-size: 1.55rem;
    font-weight: 500;
    vertical-align: middle;
    margin: 0 15px 0 0;
    color: #3f4047;
}

.m-subheader .m-subheader__title.m-subheader__title--separator {
    border-right: 1px solid #e2e5ec;
}

.m-subheader .m-subheader__breadcrumbs.m-nav > .m-nav__item {
    padding: 0;
}

.m-subheader .m-subheader__breadcrumbs.m-nav > .m-nav__item > .m-nav__link > .m-nav__link-text {
    color: #898b96;
}

.m-subheader .m-subheader__breadcrumbs.m-nav > .m-nav__item > .m-nav__link > .m-nav__link-icon {
    font-size: 1.3rem;
    color: #898b96;
}

.m-subheader .m-subheader__breadcrumbs.m-nav > .m-nav__item > .m-nav__link:hover > .m-nav__link-text {
    color: #716aca;
}

.m-subheader .m-subheader__breadcrumbs.m-nav > .m-nav__item > .m-nav__link:hover > .m-nav__link-icon {
    color: #716aca;
}

.m-subheader .m-subheader__breadcrumbs.m-nav > .m-nav__item.m-nav__item--home > .m-nav__link > .m-nav__link-icon {
    padding-right: 0;
}

.m-subheader .m-subheader__breadcrumbs.m-nav > .m-nav__separator {
    padding: 0 3px;
    color: #898b96;
}

.m-subheader .m-subheader__daterange {
    display: inline-block;
    padding: 5px;
    cursor: pointer;
    background: #fff;
}

.m-subheader .m-subheader__daterange .m-subheader__daterange-label {
    /*padding: 0.7rem 0.75rem 0.7rem 0.75rem; */
    padding: 0px;
}

.m-subheader .m-subheader__daterange .m-subheader__daterange-label .m-subheader__daterange-title {
    display: inline-block;
    font-weight: 400;
    color: #aaaeb8;
}

.m-subheader .m-subheader__daterange .m-subheader__daterange-label .m-subheader__daterange-date {
    display: inline-block;
    font-weight: 500;
}

.m-subheader .m-subheader__daterange > .btn {
    width: 32px !important;
    height: 32px !important;
}

.m-subheader .m-subheader__daterange > .btn > i {
    font-size: 0.8rem !important;
}

@media (max-width: 1024px) {
    .m-subheader {
        padding: 0px;
    }

    .mobile-only {
        visibility: visible !important;
        display: inline !important;
    }

    .mobile-hide {
        visibility: hidden;
        display: none !important;
    }

    .mobile-show {
        visibility: visible;
        display: inline-block;
    }

}

@media (max-width: 768px) {
    .m-subheader {
        padding: 0px;
    }

    .m-subheader .m-subheader__title {
        display: block;
        margin: 0 0 0 0;
        padding: 0;
    }

    .m-subheader .m-subheader__title.m-subheader__title--separator {
        border-right: 0;
    }

    .m-subheader .m-subheader__breadcrumbs.m-nav {
        margin-top: 0.75rem;
    }

    .m-subheader .m-subheader__breadcrumbs.m-nav > .m-nav__separator {
        padding: 0 3px;
    }

    .mobile-only {
        visibility: visible;
        display: inline;;
    }

    .mobile-hide {
        visibility: hidden;
        display: none !important;
    }

    .mobile-show {
        visibility: visible;
        display: inline-block;
    }

}

.tdc-logo {
    display: block;
    max-width: 145px;
    max-height: 50px;
    /*width: auto;*/
    /*height: auto;*/
    object-fit: contain;
    position: relative;
    /*transform: translateY(0%);*/
    padding-left: 12px;
    padding-right: 12px;
}

.mobile-only {
    visibility: hidden;
    display: none;
}

.mobile-label-show label {
    visibility: hidden;
    display: none !important;
}

.mobile-label-show label span {
    visibility: visible;
    display: inline-block !important;
}

.select2-selection {
    overflow: hidden;
}

.select2-selection__rendered {
    white-space: normal;
    word-break: break-all
}

.select2-close-mark {
    z-index: 2099;
}

.select2-dropdown {
    z-index: 3051;
}

@media screen and (max-width: 600px) {

    .mobile-label-show label {
        visibility: visible;
        display: inline-block !important;
    }

    .mobile-only {
        visibility: visible;
        display: inline;;
    }

    .mobile-hide {
        visibility: hidden;
        display: none !important;
    }

    .mobile-show {
        visibility: visible;
        display: inline-block;
    }
}

label.required:before {
    content: "* ";
}

.velTDWrap {
    white-space: normal !important;
    word-wrap: break-word !important;
}

div.velListon {
    height: 35px;
    width: 180px;
    background-color: #3085d6;
    position: fixed;
    top: 48px;
    right: -6px;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    font-size: 24px;
    white-space: nowrap;
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transform: rotate(35deg);
    z-index: 10000;
}

.velListon:before {
    box-sizing: border-box;
    border-style: solid;
    border-color: transparent;
    border-width: 37px;
    border-left-width: 53px;
    border-right-width: 26px;
    content: "";
    display: block;
    left: -49px;
    position: fixed;
    width: 141%;
    border-top-width: 0px;
    border-bottom-color: #3085d6;
    top: -2px;
    z-index: -1;
}


.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.4) url("/assets/images/loader.gif") center no-repeat;
}

/* Turn off scrollbar when body element has the loading class */
body.loading {
    overflow: hidden;
}

/* Make spinner image visible when body element has the loading class */
body.loading .overlay {
    display: block;
}

.swal2-container {
    z-index: 1000000000 !important;
}

.select2-container *:focus {
    border: 1px solid #3c8dbc;
}

/*.gj-icon {*/
/*    visibility: hidden;*/
/*}*/