﻿@charset "utf-8";
/*Css Styles for Phoenix Prototype*/

/* Grotesk Font Face Declarations */

@font-face {
	font-family: 'NHaasGroteskDS';
	src: url('../styles/fonts/NHaasGroteskDSPro-75Bd.woff') format('woff'),
		 url('../styles/fonts/NHaasGroteskDSPro-75Bd.ttf')  format('truetype');
	font-weight: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'NHaasGroteskDSPro';
	src: url('../styles/fonts/NHaasGroteskDSPro-65Md.woff') format('woff'),
		 url('../styles/fonts/NHaasGroteskDSPro-65Md.ttf')  format('truetype');
	font-weight: normal;
	font-weight: normal;
}

/*Overriding Inner Container*/
#container-inner {
    display: block;
    padding: 10px;
    color: #606060;
    background: #ffffff;
    font-family: 'ApexBook', Helvetica, sans-serif;
}

/*Header Styles Start*/
.header {
    margin: 0;
    background: #ffffff;
    height: 42px;
    line-height: 20px;
    border-bottom: 0;
    position: relative;
}

    .header h2 {
        float: left;
        color: #000;
        margin: 0px;
        width: 100%;
        text-align: left;
        font-size: 18px;
        font-family: 'NHaasGroteskDS';
        position: absolute;
        font-weight: normal;
        padding-top: 0;
        background: none;
        height: 60px;
        line-height: 57px;
        padding-left: 55px;
    }
/*Header Styles End*/

/*Navigation Icon Styles Start*/
.navicon {
    background: url(../images/phoenix/nav.png) no-repeat 12px 1px;
    /*width: 50px;*/
    cursor: pointer;
    outline: none;
    position: absolute;
    left: 0px;
    height: 20px;
    top: 19px;
}

    .navicon.active {
        background: url(../images/phoenix/nav.png) no-repeat 12px 1px !important;
        /*width: 50px;*/
        cursor: pointer;
        outline: none;
        position: absolute;
        left: 0px;
        height: 20px;
        top: 19px;
    }
/*Navigation Icon Styles End*/

/*Menu Icon styles Start*/
.menuicon {
  background: url(../images/phoenix/icons-all.png) no-repeat 7px -29px;
  width: 40px;
  cursor: pointer;
  outline: none;
  position: absolute;
  right: 0px;
  height: 25px;
  top: 16px;
}

    .menuicon.active {
        background: url(../images/phoenix/icons-all.png) no-repeat 7px -29px #ffffff !important;
    }
/*Menu Icon styles End*/

.searchicon {
  background: url(../images/phoenix/icons-all.png) no-repeat 0 -7px;
  width: 30px;
  cursor: pointer;
  outline: none;
  position: absolute;
  right: 40px;
  height: 20px;
  top: 20px;
}

/*Right Menu Drop Down Start*/

.mobile-menu-rht {
    margin: 0px;
    padding: 0px;
    width: 150px;
    text-transform: none;
    font-size: 12px;
    position: absolute;
    top: 50px;
    right: 16px;
    z-index: 998;
    overflow: hidden;
    color: #000000;
    visibility: hidden;
    font-family: "Helvetica";
    box-shadow: 4px 0 20px #cccccc;
    -webkit-box-shadow: 4px 0 20px #cccccc;
    -moz-box-shadow: 4px 0 20px #cccccc;
}

    .mobile-menu-rht.active {
        visibility: visible;
    }

    .mobile-menu-rht a {
        border-bottom: 1px solid #e4e5e3;
        height: 45px;
        line-height: 45px;
        padding-left: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #000000;
        font-size: 14px;
        font-weight: normal;
        display: block;
        font-family: "NHaasGroteskDSPro";
        padding-top: 3px;
    }


        .mobile-menu-rht a.border-bottom-none {
            border-bottom: none;
        }


/*Right Menu Drop Down End*/


/*Sidebar styles Start*/
.div-menu {
    background-color: #ffffff;
    background: url(../images/phoenix/sidebar_bg.png) repeat-y;
}

.mobile-menu {
    margin: 0px;
    padding: 0;
    width: 260px;
    text-transform: none;
    font-size: 12px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -260px;
    z-index: 998;
    display: block;
    height: 100%;
    overflow: hidden;
    color: #ffffff;
}

    .mobile-menu a {
        font-family: 'NHaasGroteskDSPro', Helvetica, sans-serif;
        border-bottom: 1px solid #e4e5e3;
        height: 60px;
        line-height: 80px;
        padding-left: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #000000;
        font-size: 14px;
        font-weight: normal;
        display: block;
    }

        .mobile-menu a.selected {
            color: #cd040b;
        }

        .mobile-menu a.menuTitle {
            color: #cd040b;
        }

.flMenuHdr {
    height: auto;
    width: 260px;
    background: #ffffff;
    position: absolute;
    top: 0px;
    border-bottom: 0;
    z-index: 10;
}

    .flMenuHdr a {
        font-family: 'NHaasGroteskDSPro', Helvetica, sans-serif;
        border-bottom: 1px solid #e4e5e3;
        height: 60px;
        line-height: 80px;
        padding-left: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #cd040b;
        font-size: 14px;
        font-weight: normal;
        display: block;
        background: url(../images/phoenix/sidebar_bg.png) repeat-y;
    }

a.title {
    background: none;
    text-transform: none;
    font-size: 12px;
    border: 0px;
    color: #959595;
    background-color: #e4e5e3;
    line-height: 48px;
    height: 42px;
}

a.menu-icons {
    background-image: none;
    background-position: right;
}

a.ic-next {
    background: url(../images/phoenix/icons.png) no-repeat;
    background-position: 230px 32px;
}

.sub-menu {
    float: left;
    width: 260px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'NHaasGroteskDSPro', Helvetica, sans-serif;
    background: url(../images/phoenix/sidebar_bg.png) repeat-y;
    
}

.div-back-arr {
    width: 260px;
    height: 60px;
    background-color: #ffffff;
    position: relative;
    border-bottom: 1px solid #e4e5e3;
    background: url(../images/phoenix/sidebar_bg.png) repeat-y;
}

    .div-back-arr div {
        border: none;
    }


.menu {
    background-color: #ffffff;
}

    .menu a {
        display: block;
        color: #000000;
        font-size: 14px;
        font-weight: normal;
    }

        .menu a.selected {
            color: #cd040b;
        }

        .menu a.menuTitle {
            color: #cd040b;
        }

.menu-vertical a {
    border-bottom: 1px solid #e4e5e3;
    height: 60px;
    line-height: 80px;
}

a.backiconb, a:hover.backiconb {
    background: url(../images/phoenix/back.png) no-repeat 20px 30px #ffffff;
    /*width: 90px;*/
    border-bottom: none;
    outline: none;
    height: 57px;
    padding-left: 39px;
    font-family:"NHaasGroteskDSPro";
}

/*.vlogo {
background: url(../images/phoenix/phoenix.png)no-repeat 40px 0px;
width: 80px;
height: 16px;
top: 20px;
position: absolute;
padding-left: 120px;
}*/

/*.vlogo1 {
background: url(../images/phoenix/phoenix.png)no-repeat 50px 0px;
width: 80px;
height: 16px;
top: 20px;
position: absolute;
padding-left: 128px;
}*/
/*Sidebar styles Start*/
