﻿.img-tmn-logo{
    max-width:120px;
}
.cmpos-pointer{
    cursor: pointer;
}
h6 {
    margin-bottom: 0px;
}
.cmpos-align-items-center > .row {
    align-items: center;
}
/* For Desktop View */
@media screen and (min-width: 1024px) {
    .img-tmn-logo {
        max-width: 120px;
    }
}

/* For Tablet View */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .img-tmn-logo {
        max-width: 100px;
    }
}

/* For Mobile Portrait View */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
    .img-tmn-logo {
        max-width: 80px;
    }
}

/* For Mobile Landscape View */
@media screen and (max-device-width: 640px) and (orientation: landscape) {
    .img-tmn-logo {
        max-width: 100px;
    }
}

/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-device-width: 640px) {
    .img-tmn-logo {
        max-width: 80px;
    }
}

.fc-container .fancybox-bg {
    background: #666;
}

.fancybox-is-open.fc-container .fancybox-bg {
    opacity: 0.5;
}

.fc-content {
    margin: 20px;
    max-width: 550px;
    padding: 30px;
    box-shadow: 10px 10px 60px -25px;
    border-radius: 4px;
}

    .fc-content h3 {
        margin-top: 0;
        font-size: 18px;
        letter-spacing: normal;
    }

    .fc-content p {
        color: #666;
        line-height: 1.5;
    }

        .fc-content p:last-child {
            margin-bottom: 0;
        }

/* Custom animation */
.fancybox-fx-material.fancybox-slide--previous,
.fancybox-fx-material.fancybox-slide--next {
    transform: translateY(-60px) scale(1.1);
    opacity: 0;
}

.fancybox-fx-material.fancybox-slide--current {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.fancybox-content {
    padding: 15px !important;
    min-width: 300px;
}
.fancybox-container button, 
.fancybox-container a {
    line-height: 2;
    min-width: 80px;
}

/*DataTable Custom*/
.table > thead {
    background: #0d6efd;
    color: #fff;
}
table.dataTable {
    padding-top: 10px;
}
table.dataTable.no-footer{
    border: none!important;
}
table.dataTable.row-border tbody th, 
table.dataTable.row-border tbody td, 
table.dataTable.display tbody th, 
table.dataTable.display tbody td {
     border-top: none; 
}
table.dataTable thead th, 
table.dataTable thead td {
    border-top: 1px solid #111;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-left: 1px solid #111;
}
table.dataTable.row-border tbody th:last-child,
table.dataTable.row-border tbody td:last-child,
table.dataTable.display tbody th:last-child,
table.dataTable.display tbody td:last-child {
    border-right: 1px solid #111;
}
    table.dataTable thead th:first-child,
    table.dataTable thead td:first-child {
        border-left: 1px solid #111;
    }
    table.dataTable thead th:not(:first-child),
    table.dataTable thead td:not(:first-child) {
        border-left: 1px solid #fff;
    }
table.dataTable thead th:last-child,
table.dataTable thead td:last-child {
    border-right: 1px solid #111;
}
table.dataTable thead th, 
table.dataTable thead td{
    border-bottom: 1px solid #fff;
}
.dataTables_wrapper .dataTables_processing{
    background:none!important;
}
thead, tbody, tfoot, tr, td, th {
    border-color:#000;
}
/*End DataTable Custom*/
.loader-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95px;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #fff;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: transparent solid 3px;
    border-top-color: #000;
    animation: spin 1.5s linear infinite;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: transparent solid 3px;
        border-top-color: #ff0000;
        animation: spin 2s linear infinite;
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: transparent solid 3px;
        border-top-color: #ff7e00;
        animation: spin 1s linear infinite;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
#fancy-ok:focus {
    outline: 0 !important;
}
.lang-itm {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    line-height: 30px;
}