﻿  /* toster */
    .bootoast {
        opacity: 0;
        filter: alpha(opacity=0) !important;
        box-shadow: 1px 1px 12px rgba(0,0,0,0.5);
    }
        .bootoast > .glyphicon {
            display: inline-block;
            /* yeah, this float is a "hack" */
            float: left;
            font-size: 20px;
            margin-right: 14px;
        }
        .bootoast > .bootoast-alert-container {
            display: block;
            max-width: 100%;
            overflow: auto;
        }
 .bootoast > .bootoast-alert-container > .bootoast-alert-content {
                display: table;
                width: 100%;
                height: 100%;
            }
        .bootoast.alert-default {
            background: #eee !important;
        }
        .bootoast > .progress.progress-bottom {
            width: auto;
            margin-left: -1.25rem;
            margin-right: -1.25rem;
        }
        .bootoast > .progress.progress-bottom {
            margin-bottom: -.75rem;
        }
        .bootoast > .progress.progress-top {
            margin-top: -.75rem;
        }
        .bootoast > .progress.progress-background {
            margin: 0;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: .35;
        }
    .bootoast-container {
        position: fixed;
        left: 20px;
        right: 20px;
        top: initial;
        bottom: initial;
        width: 390px;
        max-width: 95%;
        z-index: 999999;
    }
        .bootoast-container.top {
            top: 40px;
        }
        .bootoast-container.bottom {          
            top: 80px;
        }
        .bootoast-container.center {
            left: initial;
        }
        .bootoast-container.left {
            right: initial;
        }  
    .table > tfoot > tr > td {
        position: sticky;
        border-bottom: 0;     
    }
    .table > thead > tr > th {
        position: sticky;
        top: 0;
        background-color: #d5dbdb !important;
    }
    .ui-menu {
        max-height: 300px !important;
        overflow-y: scroll !important;
    }
    .ui-widget-header {
        position: stickey;
        top: 0px;
    }
    .ui-state-active {
        background: #d5dbdb !important;
    }
    .group-input {
        display: table;
        position: relative;
    }
    .input-group-btn {
        position: relative;
        width: 1%;
        vertical-align: middle;
    }
    .btn-xs {
        padding: 2px 5px;
        font-size: 13px;
        line-height: 1.5;
        border-radius: 0px;
    }
    .panel-heading {
        margin: 0px !important;
        padding: 5px !important;
    }
    .ui-front {
        z-index: 1001;
    }
    .form-group {
        margin-top: 5px;
    }
    .mt-5 {
        margin-top: 5px;
    }
    fieldset.BorderLine {
        border: 1px groove #add !important;
        padding: 0 1.4em 0.4em 1.4em !important;
        /*margin: 0 0 1.5em 0 !important;*/
        -webkit-box-shadow: 0px 0px 0px 0px #000;
        box-shadow: 0px 0px 0px 0px;
    }
    legend.BorderLine {
        font-size: 1.2em;
        width: auto;
        padding: 0 7px;
        border-bottom: none;
        margin-bottom: 0px;
        font-weight: 600;
    }
    .Pr-0 {
        padding-right: 0px;
    }
    .C_Details {
        width: 80px;
        display: inline-block;
    }
    @@Media screen and (max-width:992px) {
        .main-page {
            margin-top: 120px;
        }
        .div-mobile {
            display: block;
        }
        .div-desktop {
            display: none;
        }
        #myTab li > a {
            padding: 10px 12px;
        }
        .col-lg-8, .col-lg-4 {
            padding-right: 0px;
        }
        .mobile-display-none {
            display: none;
        }     
        .mobile-table {
            width: 800px;
        }
            .mobile-table .form-control {
                border: 1px solid white;
            }
            .mobile-table > tbody > tr > td {
                padding: 1px;
            }
        .m-d-none {
            display: none;
        }
        .m-100 {
            width: 100%;
        }
        .mobile-only {
            display: block !important;
        }
        .item-btn-mobile {
            padding: 2px;
            border-bottom: 1px solid #d5dbdb;
            border-right: 1px solid #d5dbdb;
            border-left: 1px solid #d5dbdb;
        }
            .item-btn-mobile .btn {
                padding: 2px 4px;
                border-radius: 0px;
            }
        .item-model {
            padding: 6px 14px 5px;
            background-color: #337ab7;
            border-radius: 0px;
            color: white;
        }
        .modal-footer {
            border: none;
        }
        .term-heading {
            transform: rotate(90deg);
            text-align: center;
            margin: 100% 0px;
            color: white;
        }

        .term-list {
            float: right;
            width: 93%;
            background-color: white;
        }
    }
    .form-control:focus {
        /*border-color: #337ab7;*/
    }
    #loading {
        background: url('/Content/image/loder.gif') no-repeat center center;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 9999999;
        background-size: 125px;
       display:none;
       
    }
    /*--------side navigateion -----*/
    .sideActionNav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 2000;
        top: 0;
        right: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }
        .sideActionNav a {
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            font-size: 25px;
            color: #818181;
            display: block;
            transition: 0.3s;
        }
        .sideActionNav .closebtn {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
        }
    .sideListBtn {
        top: 100px;
        position: fixed;
        z-index: 0;
        background-color: #048abb;
        color: white;
        right: 6px;
        border-radius: 61%;
        /* font-size: 12px; */
        height: 30px;
        width: 30px;
        text-align: center;
    }
    .sideActionBtn {
        position: fixed;
        z-index: 0;
        background-color: #048abb;
        color: white;
        right: 6px;
        border-radius: 61%;
        /* font-size: 12px; */
        height: 30px;
        width: 30px;
        text-align: center;
    }
    .nav-tabs > li.active > a, .nav-link .active {
        background-color: #337ab7 !important;
        color: #fff !important;
    }
    .matChechName {
        padding: 4.5px;
        margin: 0 0 10px;
        font-size: 13px;
        line-height: 1.42857143;
        color: #333;
        word-break: break-all;
        word-wrap: break-word;
        background-color: #f5f5f5;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    @media screen and (max-width:600px){

     .bt-mdetails{
         width:150px;
        }
    }
   