﻿/* Simplified Header */

body {
    font-family: Arial, sans-serif;
}

.simplified-header {
    background: #fff;
    box-shadow: 2.1px 2.1px 2.8px 0.2px rgba(0,0,0,0.2);
    height: 75px!important;
    position: relative;
    text-align: center;
    z-index: 50;
}

.simplified-header-area-title {
    display: inline-block;
    font-size: 24px;
    line-height: 3.1;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: -30px;
    z-index:999
}
.simple-header-btn-pos{
    position:relative;
    float:right;
    width:25%;
    top:17px;
}
.title-pos{
    position:relative;
    top:18px;
    float:left;
    width:50%;
    padding-right:10px;
}
.title-pos h1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.back-to-pos{
    position:relative;
    float:left;
    top:27px;
    width:25%
}
.pad-7-top{
    padding-top:7px
}
.margin-20-top {
    margin-top: 20px;
}
.rel-link-top{
    position:relative;
    z-index:9999
}
.col-50{width:50%}


@media (max-width: 767px) {
    .sans-serif-xs {
        font-family: "Helvetica", Arial, sans-serif;
        font-weight: normal;
    }
    .title-pos{
        top:18px;
        width:95%;
        position:relative;
        top:14px;
        padding-right:40px;
    }
    .title-pos h1{
        color:#000;
    }
    .back-to-pos{
    width:5%;
    position:relative;
    top:14px
}
    .txtSize16-xs{
        font-size:16px !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .simplified-header {
        height: 50px;
    }

    .simplified-header-area-title {
        font-size: 16px;
        padding-left: 25px;
    }
}

@media (min-width: 992px) {
    .no-Vpad-sm {
        padding-left: 0;
        padding-right: 0;
    }
}