﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #4c9cd7;
    border-color: #4c9cd7;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #4c9cd7;
    border-color: #4c9cd7;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
}

@media (min-width: 992px) {
    footer {
        margin-left: 230px;
    }
}

footer {
    background: #4c9cd7;
    padding: 15px 20px;
    display: block;
    color: #fff;
}

    footer a {
        color: #2f3136;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #4c9cd7;
        border-color: #4c9cd7;
    }

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #4c9cd7;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
    }

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}

.dropdown-menu {
    min-width: auto;
}

.nav-md .container.body .col-md-3.left_col1 {
    min-height: 100%;
    width: 230px;
    padding: 0;
    position: absolute;
    left: 230px;
    display: -ms-flexbox;
    z-index: 1;
}

.nav-sm .container.body .col-md-3.left_col1 {
    min-height: 100%;
    width: 70px;
    padding: 0;
    left: 70px;
    z-index: 9999;
    position: absolute;
}

.left_col1 {
    background: rgb(82, 91, 100);
}

.nav-md .container.body .right_col {
    padding: 10px 20px 0px;
    margin-left: 230px;
}

.nav-sm .container.body .right_col {
    padding: 10px 20px;
    margin-left: 70px;
    z-index: 2;
}

.nav-sm .main_container .top_nav {
    display: block;
    margin-left: 70px;
    z-index: 2;
}

.main_container .top_nav {
    display: block;
    margin-left: 230px;
}

.nav-sm footer {
    margin-left: 140px;
}

.main_container {
    position: relative;
}

.main_menu span.fas {
    float: right;
    text-align: center;
    margin-top: 5px;
    font-size: 10px;
    min-width: inherit;
    color: #C4CFDA;
}

.nav-sm span.fas {
    display: none;
}

.tile_count {
    width: 100%;
}

@media (min-width: 992px) {
    footer {
        margin-left: 230px;
    }
}

@media (max-width: 991px) {
    .nav-md .container.body .col-md-3.left_col1 {
        display: none !important;
    }

    .nav-md .container.body .right_col {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-7 {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
    }
}

/*Loader*/
.spanner {
    transition: all 0.3s;
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 0px;
    background: #2a2a2a55;
    width: 100%;
    display: block;
    text-align: center;
    height: 100%;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
}

.show-spanner {
    opacity: 1;
    visibility: visible;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #2B61AE;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*End Loadder*/

.tms-dropdown-menu {
    border-radius: 12px;
    margin-top: 7px;
}

.tms-dropdown-menu-item {
    color: #809FB8;
    width: 100%;
    padding: 12px 20px;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-weight: bold;
    margin-right: 0px !important;
}


.tms-choose-op {
    border-radius: 16px;
    padding: 5px 21px 5px 14px;
    margin: 0px 15px;
    border: 1px solid #D9E1E7;
    width: max-content !important;
}


.tms-btn, .tms-save-btn {
    color: white !important;
    border-radius: 10px;
    padding: 10px 14px;
    cursor: pointer;
    border: none;
    font-size: 11px;
    letter-spacing: 0px;
    font-family: 'Montserrat Regular' !important;
}


    .tms-btn:focus, .tms-save-btn:focus, tms-delete-btn:focus {
        outline: 0;
    }


.tms-save-btn, .tms-delete-btn, .tms-cancel-btn {
    margin-top: 10px;
    font-family: 'Montserrat Medium';
    letter-spacing: 0px;
    font-size: 14px;
}
.tms-close-div {
    width: 3%;
    text-align: start;
    color: #A5A5A5;
}

    .tms-close-div i {
        cursor: pointer;
    }
.tms-page-popup-title {
    padding: 15px 10px 15px;
    border-bottom: 1px solid #eee;
}

.pagination-container{
    text-align:center;
}

.tms-delete-btn {
    color: white !important;
    border-radius: 10px;
    padding: 10px 14px;
    cursor: pointer;
    border: none;
    font-size: 11px;
    letter-spacing: 0px;
    font-family: 'Montserrat Regular' !important;
}

.tms-save-btn, .tms-delete-btn, .tms-cancel-btn {
    margin-top: 10px;
    font-family: 'Montserrat Medium';
    letter-spacing: 0px;
    font-size: 14px;
}

.tms-cancel-btn {
    color: white !important;
    border-radius: 10px;
    padding: 10px 14px;
    cursor: pointer;
    border: 1px solid #A5A5A5;
    font-size: 11px;
    letter-spacing: 0px;
    font-family: 'Montserrat Regular' !important;
}

@media(min-width: 576px){
    #ShowImageCmsSlider .modal-dialog {
        max-width: max-content !important;
    }
}

.ViewImageUrl{
    width:inherit !important;
}
.error {
    color: red;
}

.tms-dropdown-menu-item a {
    color: #809FB8;
}

    .tms-dropdown-menu-item a:hover {
        color: #fff;
    }

.tms-dropdown-menu-item:hover {
    color: #fff;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    max-width: 400px !important;
    word-wrap: break-word;
}

.voucher-td {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.read-all-btn {
    display: inline-block;
    color: #fff;
    background-color: #007BFF;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .read-all-btn:hover {
        background-color: #0056b3;
    }