﻿@charset "utf-8";
/* CSS Document */
@media (max-width:991px){
.table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        overflow-x: hidden;
    }
}
@media (max-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        background: #fff none repeat scroll 0 0;
    }

    .topMenu {
        text-align: center;
    }

    .gplogo {
        width: 40%;
    }

    .toplogo img {
        display: block;
        position: relative;
        margin: 0 auto;
    }

    .toplogo > h2 {
        color: #192146;
        display: block;
        font-family: "Open Sans",sans-serif;
        font-size: 14pt !important;
        font-weight: 600;
        line-height: 16px;
        position: relative;
        text-transform: uppercase;
        text-align: center;
        left: 0;
    }

    .modalPopup {
        background-color: #FFFFFF;
        padding: 0;
        width: 100%;
    }

    .ui-resizable {
        left: 0 !important;
        position: absolute !important;
        width: 100% !important;
    }

    .ui-dialog {
        width: 100% !important;
        left: 0 !important;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        overflow-x: inherit;
    }

    .rlw5 {
        padding-left: 15px !important;
    }

    .rrw5 {
        padding-right: 15px !important;
    }

    .sidebar {
        /*top: 5.3em;*/
        top: 9.3em;
    }

    .sidebar-hide .sidebar.sidebar-hide-to-small {
        /*top: 5.3em;*/
        top: 9.3em;
    }

    .notifibell {
        position: relative;
        top: -4.5em;
        right: 3em;
    }
    .caption-titel {
        background: #192146;
        color: #fff;
        position: absolute;
        display: table;
        z-index: 1;
        width: 100%;
        height: 55px;
        padding: 6px;
        border-radius:0;
    }
    .caption-body {
        margin-left: 0px;
        display: block;
        position: relative;
        margin-top: 70px;
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        background: #fff none repeat scroll 0 0;
    }
     /*#sidebar-wrapper {
        background: #003b5e none repeat scroll 0 0;
        height: calc(84%);
        left: 220px;
        margin-left: -208px;
        min-height: 475px;
        overflow-y: auto;
        position: fixed;
        top: 80px;
        transition: all 0.5s ease 0s;
        width: 220px;
        z-index: 0;
    }*/
    .panel-default > .panel-heading > h4 {
        font-size:12px;
    }
    .gplogo {
        width: 40%;
    }
    .topMenu {
        text-align:center;
    }
     .ui-dialog {
        width:100%!important;
        left:0!important;
    }
    
}

@media (max-width:992px){
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
     .topMenu {
        text-align:right;
    }
       .ui-dialog {
        width:700px!important;
       left:25%!important;
    }
    .table-responsive {
        min-height: .01%;
        overflow-x: inherit;
    }
    .gplogo {
        width: 20%;
    }
}
