.Center-Container {
    position: relative;
    height: 100%;
}

.Absolute-Center {
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*  border: solid black;*/
}

.md-skin .mail-box-header {
    box-shadow: none;
}

.md-skin .ibox {
    box-shadow: none;
}

.md-skin .mail-box {
    box-shadow: none;
}

.font-normal {
    font-weight: 400;
    font-family: ProximaNova-Semibold, Arial, sans-serif;
}

#item {
    /*            width:100%;*/
    height: 100%;
    position: relative;
    /* Set as position relative to the IMG will move relative to this container */
}

.filtered {
    max-height: 100%;
    min-height: 100%;
    /*            overflow-y: scroll;*/
}

.filtered1 {
    max-height: 100%;
    min-height: 100%;
    /*            overflow-y: scroll;*/
}

.filtered2 {
    max-height: 100%;
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.vc {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.mb10 {
    margin-bottom: 10px;
}

.fa-long-arrow-right {
    font-size: 32px;
}

.centre {
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}

.success {
    color: green;
}

.title-bg {
    background: #FAFAFB;
}

.s13 {
    font-size: 13px;
}

.s16 {
    font-size: 16px;
}

.s15 {
    font-size: 15px;
}

h5 {
    font-size: 15px;
}

.itinerary {
    font-size: 11px;
}

.table {
    font-size: 15px;
}

.table thead {
    font-weight: bold;
}

.table tr:hover {
    cursor: pointer;
}

.table span {
    font-size: 15px;
}

.agl {
    font-size: 15px;
}

.labels-font {
    font-size: 12px !important;
}

.board1 {
    float: left;
}

.navbar-brand {
    background: #ffffff !important;
}

.cl_img {
    width: 20px;
    cursor: pointer;
    margin-bottom: 5px;
}

.min-ibox-height {
    max-height: 100%;
    overflow-y: scroll;
}

.col3border {
    border-right: 1px solid #d6d4d4;
}

.ibox-content>a {
    text-decoration: none !important
}

.ibox-content>div.scrollbox {
    height: calc(100vh - 260px);
    width: 100%;
    padding: 0px;
}

.navbar-brand {
    background: #2e497b !important;
    color: #fff !important;
}

#page_wrapper {
    padding-top: 25px !important;
    padding-bottom: 20px !important;
    padding-left: 60px !important;
    padding-right: 60px !important;
    height: calc(100vh - 100px) !important;
}

#details {
    background: white;
    border: #e2e2e2 1px solid;
    height: 100% !important
}

#filtered {
    background: #ffffff;
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    flex-direction: column
}

#filtered>.ibox {
    overflow-y: hide;
    height: 60px !important;
}

#filtered>.ibox>.ibox-content {
    height: 40px
}


.p10-h {

    padding-left: 10px; 
    padding-right: 10px;
}

.text-grey {

    color: grey !important;
}