@media(max-width: 1199px){
    .default-data-table{
        overflow-x: scroll;
    }
}
@media(min-width: 768px){
    .form-group .control-label {
        padding-top: 10px;
        text-align: right;
    }
}
@media (max-width: 1024px) {
    .responsive-btn {
        display: block;
    }
    .main-menu {
        width: auto;
        padding: inherit;
        float: right;
    }
    .header .navbar-toggle {
        border-radius: 2px;
        margin: 18px;
        margin-left: 0;
        background-color: #fff;
        padding: 0;
        height: 50px;
        width: 50px;
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }
    .header .navbar-toggle .icon-bar {
        border-radius: 0;
        background-color: #00529b;
        margin-right: auto;
        margin-left: auto;
        width: 25px;
        height: 3px;
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }
    .responsive-nav .navbar-toggle {
        background-color: transparent;
        border: 2px solid #fff;
    }
    .responsive-nav .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .responsive-nav .responsive-btn span:nth-child(1) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        position: relative;
        bottom: -6px;
        left: 0;
    }
    .responsive-nav .responsive-btn span:nth-child(2) {
        opacity: 0;
    }
    .responsive-nav .responsive-btn span:nth-child(3) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        position: relative;
        bottom: 8px;
        left: 0;
    }
    .header .navbar-collapse {
        display: block;
        position: fixed;
        height: 100% !important;
        left: -100%;
        top: 108px;
        background-color: rgba(28, 35, 52, 0.9);
        /*max-width: 250px;*/
        width: 250px;
        -webkit-transition: all 0.6s ease-out;
        -moz-transition: all 0.6s ease-out;
        -ms-transition: all 0.6s ease-out;
        -o-transition: all 0.6s ease-out;
        transition: all 0.6s ease-out;
        padding: 25px 0 0 0;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 9999;
    }
    .main-menu .navbar-nav {
        padding: 0px;
    }
    .main-menu .navbar-nav {
        margin: 0px;
    }
    .main-menu .navbar-nav>li {
        width: 100%;
    }
    .main-menu .navbar-nav>li>a {
        padding: 10px 15px;
    }
    .main-menu .dropdown-menu li a {
        color: #fff;
    }
    .main-menu .navbar-nav li {
        margin-bottom: 10px;
    }
    .responsive-nav .navbar-collapse {
        left: 0;
    }
    .right-bar {
        width: 100%;
        float: left;
        margin: 0px;
    }
    /*inner page navigation break point*/
    .main-menu .navbar-header {
        float: none;
    }
    .main-menu .navbar-left,
    .main-menu .navbar-right {
        float: none !important;
    }
    .main-menu .navbar-toggle {
        display: block;
    }
    .main-menu .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .main-menu .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .main-menu .navbar-nav {
        float: none;
        margin-top: 7.5px;
    }
    .main-menu .navbar-nav>li {
        float: none;
    }
    .main-menu .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (min-width: 991px) {
    .right-bar li a {
        color: #fff;
    }
    .nav>li>a:focus,
    .nav>li>a:hover {
        background-color: #00498a;
    }
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: #00498a;
        border: none;
    }
    .right-bar .dropdown-menu {
        border-radius: 0px;
        padding: 0px;
    }
    .right-bar .dropdown-menu li a {
        color: #333;
        padding: 8px 10px;
        border-bottom: 1px solid #ddd;
    }
}

@media (max-width: 991px) {
    .default-btn {
        padding: 0 25px;
        margin-bottom: 10px;
    }
    .main-container .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        white-space: normal;
        vertical-align: middle;
    }
    .form-horizontal .control-label {
        padding-top: 10px;
    }
    .margin-bottom-none {
        margin-bottom: 0;
    }
    .min-height{
        min-height: 255px;
    }
    .with-auto{
        width: auto !important;
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .text-center-xs {
        text-align: center;
    }
    .logo-block {
        padding: 15px;
        width: auto;
    }
    .logo-block img {
        width: 200px;
    }
    .header .navbar-collapse {
        top: 90px;
    }
    .filter-row select,
    .filter-row .default-btn {
        margin-bottom: 10px;
        font-size: 14px;
        width: 100%;
    }
    .tab-section .responsive-tabs-container[class*="accordion-"] .accordion-link {
        margin-bottom: 5px;
        padding: 10px 15px;
        background-color: #00529b;
        border-radius: 0;
        border: none;
        color: #fff;
    }
    .tab-section .responsive-tabs-container[class*="accordion-"] .tab-pane {
        border: 2px solid #00529b;
        padding: 10px;
        margin-top: -5px;
    }
    .table-striped>tbody>tr:nth-of-type(odd) {
        background-color: transparent;
    }
    .table-striped>tbody>tr td:nth-of-type(odd) {
        /*background-color: #f3f3f3;*/
    }
    .table-contain .table tr td {
        width: 50%;
        display: block;
        float: left;
    }
    .table-contain.table-responsive>.table>tbody>tr>td,
    .table-contain.table-responsive>.table>tbody>tr>th,
    .table-contain.table-responsive>.table>tfoot>tr>td,
    .table-contain.table-responsive>.table>tfoot>tr>th,
    .table-contain.table-responsive>.table>thead>tr>td,
    .table-contain.table-responsive>.table>thead>tr>th {
        white-space: pre-wrap;
    }
    .col-md5 {
        width: 100%;
    }
    .inner-main-menu li.active {
        position: absolute;
        top: 0;
    }


     /* Force table to not be like tables anymore */
    #responsive-table table, 
    #responsive-table thead, 
    #responsive-table tbody, 
    #responsive-table th, 
    #responsive-table td, 
    #responsive-table tr { 
        display: block; 
    }
 
    /* Hide table headers (but not display: none;, for accessibility) */
    #responsive-table thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
 
    #responsive-table td { 
        border: none;
        border-bottom: 1px solid #ddd; 
        position: relative;
        white-space: normal;
        text-align:left;
    }
    #responsive-table td:last-child{
        border-bottom:none;
    }
    #responsive-table td:before { 
        width: 100%;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        display: inline-block;
        margin-bottom: 5px;
        background-color: #00529b;
        color: #fff;
        padding: 5px;
     }
     #responsive-table tr {
        margin-bottom: 30px;
        border: 1px solid #ddd;
    }
    #responsive-table tr:last-child{
        margin-bottom: 0;
    }
    /*
    Label the data
    */
    #responsive-table td:before { content: attr(data-title); }
    .button-block-fixed{
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        text-align: center
    }
    #responsive-table{
        border: none;
    }
    .bottom-15{
        margin-bottom: 15px;
    }
}

@media (max-width: 479px) {
    .table-contain .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    border-top: none;
    }
    .dynamic-table-label {
        text-align: left;
    }
    .table-striped>tbody>tr:nth-of-type(odd) {
        background-color: transparent;
    }
    .table-striped>tbody>tr td:nth-of-type(odd) {
        /*background-color: #eee;*/
    }
    .table-contain .table tr td {
        width: 100%;
        display: block;
        float: left;
    }
    .table-contain.table-responsive>.table>tbody>tr>td,
    .table-contain.table-responsive>.table>tbody>tr>th,
    .table-contain.table-responsive>.table>tfoot>tr>td,
    .table-contain.table-responsive>.table>tfoot>tr>th,
    .table-contain.table-responsive>.table>thead>tr>td,
    .table-contain.table-responsive>.table>thead>tr>th {
        white-space: normal;
    }
    .width-100-xss {
        width: 100%;
    }
    .default-btn {
        width: 100%;
    }
    .button-block-fixed{
            padding: 0 30px;
    }
    .select2-container{
        width: 100% !important;
        margin-bottom: 10px;
    }
    .inline-block{
        display: block;
    }

}