/* 
    Document   : master
    Created on : Jun 17, 2012, 11:40:04 AM
    Author     : rodinpaulsandrino
    Description:
        Purpose of the stylesheet follows.
*/


.content {
    position: absolute;
    top: 95px;
    left: 0px;
    right: 0px;
    bottom: 32px;
    margin: 14px 45px 0px;
    padding: 0px;
}
.bottom-bar {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 32px;
    height: 80px;
    background: red;
}
.col1 {
    float: left;
    width: 23%;
    height: 100%;
}
.col2 {
    float: left;
    width: 57%;
    height: 100%;
}
.col3 {
    float: right;
    width: 20%;
    height: 100%;
}
.headerClass {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #0b91d2;
    background-color: #232d31; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(60, 60, 60, 0.9)), color-stop(100%, rgba(31, 31, 31, 0.9))); /*old webkit*/
    background: -webkit-linear-gradient(top, rgba(60, 60, 60, 0.9) 0%, rgba(31, 31, 31, 0.9) 100%); /*new webkit*/
    background: -moz-linear-gradient(top, rgba(60, 60, 60, 0.9) 0%, rgba(31, 31, 31, 0.9) 100%); /*gecko*/
    background: -ms-linear-gradient(top, rgba(60, 60, 60, 0.9) 0%, rgba(31, 31, 31, 0.9) 100%); /*IE10*/
    background: -o-linear-gradient(top, rgba(60, 60, 60, 0.9) 0%, rgba(31, 31, 31, 0.9) 100%); /*opera 11.10+*/
    background: linear-gradient(top, rgba(60, 60, 60, 0.9) 0%, rgba(31, 31, 31, 0.9) 100%); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#3a4145, #1c2427); /*_PIE*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#1f1f1f', GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
    /*Fix for AMM-5223 item #1*/
    /*-pie-background: linear-gradient(#3a4145, #1c2427); removed*//*_PIE*/
    -pie-background: linear-gradient(#e2e2e2, #ffffff);
    /*end fix*/
}
.wrapperDashboard {
    width: auto;
    margin: 0px 45px;
}
.wrapperDashboard .logo {
    margin: 8px 100px 0px 0px
}
/*Fix for AMM-6257*/
@media screen and (max-width:1280px){
    .wrapperDashboard .logo {
        margin: 8px 38px 0px 0px
    }
}
.heading {
    height: 60px;
    border-left: 1px solid #121a1d;
    border-right: 1px solid #2f373a;
}
.heading ul.headerList {
    display: inline
}
.heading ul.headerList li.headerListItem {
    height: 52px;
    padding: 8px 15px 0px 15px;
    width: auto;
    border-left: 1px solid #2f373a;
    border-right: 1px solid #121a1d;
    display: inline;
    float: left;
}
.heading .welHello {
    font-size: 13px;
    color: #ffffff;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, .9);
}
.heading .userName {
    font-size: 20px;
    font-style: normal;
    color: #d3d3d3;
    margin: 1px 3px 0 5px;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, .9);
}
.heading .profilePic {
    width: 21px;
    height: 21px;
    background: url(../images/spritesDashboard.png) 0 0 no-repeat;
    margin: 0px 5px 0px 0px
}
.heading .arrow {
    width: 7px;
    height: 5px;
    background: url(../images/spritesDashboard.png) 0px -24px no-repeat;
    margin: 12px 5px 0px 7px
}
.amountHeading {
    font-size: 13px;
    color: #bcbcbc;
    margin-top: 3px;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, .9);
}
.headerIconMenu {
    height: 30px;
    margin: 20px 0 0 0;
}
.headerIconMenu ul {
    display: inline
}
.headerIconMenu li {
    font-size: 11px;
    color: #bcbcbc;
    padding: 5px 5px;
    display: inline;
    position: relative;
    width: auto;
    float: left;
    background: url('../images/headerMenuSep.png') no-repeat 100% 50%;
}
.headerIconMenu li.last {
    background: none;
}
.headerIconMenu li a {
    color: #bcbcbc;
    text-decoration: none
}
.headerIconMenu .emailIcon {
    background: url(../images/spritesDashboard.png) -23px 0 no-repeat;
    width: 15px;
    height: 16px;
    padding: 0px 4px 0px 0px;
    position: relative;
    top: 3px
}
.headerIconMenu .noteIcon {
    background: url(../images/spritesDashboard.png) -38px 0 no-repeat;
    width: 14px;
    height: 16px;
    padding: 0px 4px 0px 0px;
}
.headerIconMenu .questionIcon {
    background: url(../images/spritesDashboard.png) -55px 0 no-repeat;
    width: 15px;
    height: 16px;
    padding: 0px 4px 0px 0px;
}
.headerIconMenu .logoutIcon {
    background: url(../images/spritesDashboard.png) -74px 0 no-repeat;
    width: 14px;
    height: 16px;
    padding: 0px 4px 0px 0px;
}
.rCounter {
    font-size: 10px;
    color: #fff;
    background: #c91111;
    padding: 1px;
    position: absolute;
    top: -5px;
    left: 15px;
    z-index: 10;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: #000 0px 2px 2px;
    -moz-box-shadow: #000 0px 2px 2px;
    box-shadow: #000 0px 2px 2px;
    behavior: url(ie-css3.htc);
}
/* Header Navigation Menus */


.navBaseWrapper {
    width: auto;
    position: relative
}
.navWrapper {
    margin: 0px 45px;
    height: 35px;
    position: relative;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    border-left: 1px solid #172326;
    border-right: 1px solid #172326;
    border-bottom: 1px solid #172326;
    background-color: #232f32; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(60, 71, 75, 0.95)), color-stop(100%, rgba(30, 46, 56, 0.98))); /*old webkit*/
    background: -webkit-linear-gradient(top, rgba(60, 71, 75, 0.95) 0%, rgba(30, 46, 56, 0.98) 100%); /*new webkit*/
    background: -moz-linear-gradient(top, rgba(60, 71, 75, 0.95) 0%, rgba(30, 46, 56, 0.98) 100%); /*gecko*/
    background: -ms-linear-gradient(top, rgba(60, 71, 75, 0.95) 0%, rgba(30, 46, 56, 0.98) 100%);	/*IE10*/
    background: -o-linear-gradient(top, rgba(60, 71, 75, 0.95) 0%, rgba(30, 46, 56, 0.98) 100%); /*opera 11.10+*/
    background: linear-gradient(top, rgba(60, 71, 75, 0.95) 0%, rgba(30, 46, 56, 0.98) 100%); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#414c51, #233238); /*_PIE*/
    -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.8);
    -moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.8);
    box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.8);
    behavior: url(piee.htc);
}
.navWrapper ul {
    display: inline
}
.navWrapper ul li {
    height: 35px;
    display: block;
    float: left;
    border-right: 1px solid #1b282e;

}

.navWrapper ul li a:hover {
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	behavior: url(ie-css3.htc);
}

.navWrapper li:nth-child(1) a:hover {
	-webkit-border-radius: 0px 0px 0px 10px !important;
	-moz-border-radius: 0px 0px 0px 10px !important;
	border-radius: 0px 0px 0px 10px !important;
    behavior: url(ie-css3.htc);
}
.navWrapper ul li a:hover, .navWrapper li.first a.active, .navWrapper .active {
    position: relative;
    color: #aab3b7;
    background: #1e2b30; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#1b2427), to(#23353d)); /*old webkit*/
    background: -webkit-linear-gradient(#1b2427, #23353d); /*new webkit*/
    background: -moz-linear-gradient(#1b2427, #23353d); /*gecko*/
    background: -ms-linear-gradient(#1b2427, #23353d); /*IE10*/
    background: -o-linear-gradient(#1b2427, #23353d); /*opera 11.10+*/
    background: linear-gradient(#1b2427, #23353d); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#1b2427, #23353d); /*_PIE*/
    behavior: url(piee.htc);
}
.navWrapper ul li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #97afb7;
    text-decoration: none;
    padding: 9px 20px 8px 20px;
    letter-spacing: 0px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, .9);
}

.navWrapper ul li:nth-child(1) a.active {
    border-left: none;
    -webkit-border-radius: 0px 0px 0px 10px;
    -moz-border-radius: 0px 0px 0px 10px;
    border-radius: 0px 0px 0px 10px;
}

.searchInput {
}
.searchIcon {
    top: 8px;
    right: 15px;
    cursor: pointer
}
.searchInput input[type="text"] {
    height: 20px !important;
    outline: none;
    font-size: 13px;
    color: #cc0000;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    width: 150px;
    display: block;
    margin: 5px 8px 0 0;
    padding: 2px 35px 2px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0 none;
    border-left: 1px solid #313c42;
    border-right: 1px solid #313c42;
    border-top: 1px solid #2b3337;
    border-bottom: 1px solid #394045;
    /*background-image: url('../images/searchIco.png');*/
    background-color: #1b2328;
    background-repeat: no-repeat;
    background-position: 96% 55%;
    -webkit-box-shadow: 0 0 3px #000 inset;
    -moz-box-shadow: 0 0 3px #000 inset;
    box-shadow: 0 0 3px #000 inset;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.searchInput input[type="text"]:focus {
    color: #a3a3a3;
    width: 150px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    background-image: url('../images/searchIco.png');
    background-color: #273035;
    background-repeat: no-repeat;
    background-position: 96% 55%;
}
.searchInput input:-webkit-input-placeholder {
    color:#666666;
}
.searchInput input:-moz-placeholder {
    color:#666666;
}
/* START note from Mark Pacheco: Profile DropDown kindly put this to a specific widget folder */
.profileDropdown {
    width: 190px;
    min-height: 100px;
    padding-bottom: 3px;
    background: #111313 url("../images/themeBottPattern.png") repeat scroll 0 0px;
    z-index: 999999;
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 1);
    -moz-box-shadow: 0px 0px 6px rgba(50, 50, 50, 1);
    box-shadow: 0px 0px 6px rgba(50, 50, 50, 1);
    behavior: url(piee.htc);
}
.profileDropdown ul {
    display: block
}
.profileDropdown ul li {
    display: block;
    padding: 10px 10px;
    clear: both;
    border-bottom: 1px solid #323334
}
.profileDropdown a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, .9);
    display: block
}
.profileDropdown a:hover {
    color: #0bacca;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, .9);
}
.profileDropdown a em {
    font-style: normal;
    padding: 3px;
    margin: 0px 5px;
    float: left;
}
.profileDropdown .yourProfile {
    background: #3f4d53; /* Old browsers */
    background: -moz-linear-gradient(top, #3f4d53 0%, #37464a 50%, #27373d 51%, #25363c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f4d53), color-stop(50%, #37464a), color-stop(51%, #27373d), color-stop(100%, #25363c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3f4d53 0%, #37464a 50%, #27373d 51%, #25363c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3f4d53 0%, #37464a 50%, #27373d 51%, #25363c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3f4d53 0%, #37464a 50%, #27373d 51%, #25363c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3f4d53 0%, #37464a 50%, #27373d 51%, #25363c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4d53', endColorstr='#25363c', GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
#profileAlertsAccordion1 .ui-icon {
    display: none !important
}
#select_Alertsaccount-menu {
    width: 230px !important;
}
.profileAlertsAccordion {
    color: #7A7A7A;
    font-size: 12px;
    font-weight: bold
}
.profileAlertsAccordion .profTable {
    display: table;
    width: 100%;
    padding: 10px 0px
}
.profileAlertsAccordion .profTableRow {
    display: table-row
}
.profileAlertsAccordion .profLeft {
    width: 79%;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}
.profileAlertsAccordion .profLeft .subLeft {
    width: 60%;
    padding: 17px 0px
}
.profileAlertsAccordion .profLeft .subMiddle {
    width: 40%;
}
.profileAlertsAccordion .profLeft .subMiddle .width100px {
    width: 100px;
}
.profileAlertsAccordion .profRight {
    width: 21%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.profileAlertsAccordion .profRight ul {
    display: block;
    float: right;
    margin: 6px 0px 0px
}
.profileAlertsAccordion .profRight ul li {
    display: block;
    float: left
}
.profileAlertsAccordion .profRight li a {
    height: 15px;
    margin: 4px;
    padding: 5px 6px 6px 6px;
    width: 17px;
    display: block;
    margin: 4px;
    border: 1px solid #202629;
    background: #637c7f; /* Old browsers */
    background: -moz-linear-gradient(top, #637c7f 0%, #303a3e 6%, #242e32 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #637c7f), color-stop(6%, #303a3e), color-stop(100%, #242e32)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #637c7f 0%, #303a3e 6%, #242e32 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #637c7f 0%, #303a3e 6%, #242e32 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #637c7f 0%, #303a3e 6%, #242e32 100%); /* IE10+ */
    background: linear-gradient(to bottom, #637c7f 0%, #303a3e 6%, #242e32 100%); /* W3C */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.profileAlertsAccordion .profRight li a:hover {
    border: 1px solid #2b2b2b;
    background: #5e747b; /* Old browsers */
    background: -moz-linear-gradient(top, #5e747b 0%, #51676e 6%, #3c4e54 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e747b), color-stop(6%, #51676e), color-stop(100%, #3c4e54)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5e747b 0%, #51676e 6%, #3c4e54 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5e747b 0%, #51676e 6%, #3c4e54 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5e747b 0%, #51676e 6%, #3c4e54 100%); /* IE10+ */
    background: linear-gradient(to bottom, #5e747b 0%, #51676e 6%, #3c4e54 100%); /* W3C */
}
.profileAlertsAccordion .profRight li a.active {
    border: 1px solid #0d0d0d;
    background: #131617;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}

.profileAlertsAccordion .profRight ul li img.disabled{
    border:	1px solid #2b2b2b;
    background:	linear-gradient(to bottom, #637c7f 0%, #303a3e 6%, #242e32 100%);
    height:	15px;
    padding:	5px 6px 6px 6px;
    width:	17px;
    display:	block;
    margin:	4px;
    border-radius:	5px;
}
/* END note from Mark Pacheco: Profile DropDown kindly put this to a specific widget folder */


/* START note from Mark Pacheco: LIMITS kindly put this to a specific widget folder */

.sliderCont {
    width: 100%;
    height: auto;
    padding: 10px 0px;
}
.sliderCont .cont1 {
    width: 170px;
    margin: 0px 3px;
}
.sliderCont .cont2 {
    width: 330px;
    margin: 0px 7px;
}
.sliderCont .cont3 {
    width: 90px;
    margin: 0px 3px 0px 10px;
    padding-top: 20px;
}
.sliderCont .cont3 input.themeTextInput[type="text"] {
    width: 80%
}
.sliderCont .cont4 {
    width: 130px;
    margin: 0px 3px;
}
/* END note from Mark Pacheco: LIMITS kindly put this to a specific widget folder */


@media screen and (max-width: 1280px) {
    .wrapperDashboard {
        margin: 0px 15px
    }
    .navWrapper {
        margin: 0px 15px
    }
    .content {
        margin: 14px 15px 0;
    }
    DIV.transferActBeneCatgLovContainer .categoryLov {
        width: 140px !important;
    }
    div.mcdropdown a {
        right: 0px !important
    }
}
@media screen and (max-width: 1200px) {
    .content {
        width: 1170px;
    }
    .headerClass {
        width: 1200px;
    }
    .navBaseWrapper {
        width: 1200px;
    }
    #pageFooterOuter {
        width: 1200px;
    }
}
@media screen and (min-height: 900px) and (max-height:1600px) {
    .iPadarrowLeft {
        display: none
    }
    .overflowTrans {
        overflow-y: auto;
        max-height: 400px !important;
    }
    DIV.transferDetailsContainer {
        height: 350px !important;
    }
    DIV.paymentTxActivity DIV.paymentActivityBlock {
        height: 350px !important;
    }
}
@media screen and (max-height: 840px) {
    .overflowTrans {
        overflow-y: auto;
        max-height: 340px !important;
    }
    DIV.transferDetailsContainer {
        height: 250px !important;
    }
    DIV.paymentTxActivity DIV.paymentActivityBlock {
        height: 250px !important;
    }
}
@media screen and (max-height: 797px) {
    .overflowTrans {
        overflow-y: auto;
        max-height: 320px !important;
    }
    DIV.transferDetailsContainer {
        height: 230px !important;
    }
    DIV.paymentTxActivity DIV.paymentActivityBlock {
        height: 230px !important;
    }
}
@media screen and (max-height: 770px) {
    .overflowTrans {
        overflow-y: auto;
        max-height: 270px !important;
    }
    DIV.transferDetailsContainer {
        height: 200px !important;
    }
    DIV.paymentTxActivity DIV.paymentActivityBlock {
        height: 200px !important;
    }
}
@media screen and (max-height: 768px) {
    .content {
        height: 82%;
    }
    .mySpendCont {
        height: 435px !important;
        overflow-y: hidden;
        overflow-x: hidden
    }
    DIV.transferActBeneCatgLovContainer .categoryLov {
        width: 140px !important;
    }
    div .cf_Legend {
        height: 190px;
        overflow-y: auto;
    }


    /*div.cf_spendingsTxHistory { max-height:110px !important}*/

    .accountCont #movementGridContent .ui-jqgrid-bdiv {
        height: 360px !important;
        overflow-y: auto;
    }
    .accountCont #gview_loan_repaySchedGrid .ui-jqgrid-bdiv {
        height: 320px !important;
        overflow-y: auto;
    }
    #transfer_txhistory #transactionComponent #movementGridContent .ui-jqgrid-bdiv {
        height: 200px !important;
        overflow-y: auto;
    }
    #payment_txhistory #transactionComponent #movementGridContent .ui-jqgrid-bdiv {
        height: 200px !important;
        overflow-y: scroll;
    }
    #onlineSvcActivityHistContainer #activityHistory #movementGridContent .ui-jqgrid-bdiv {
        height: 200px !important;
        overflow-y: auto;
    }


    div.cf_barGraph {
        margin-top: 0px !important;
    }
    div.cf_barGraph_Remarks0 {
        margin: 5px 0 0 10px !important;
    }
}
@media screen and (max-height: 720px) {
    .content {
        min-height: 525px !important;
        max-height: 79%;
    }
    .col1, .col2, .col3 {
        margin-bottom: 30px
    }
    /*transfers */
    .overflowTrans {
        overflow-y: auto;
        max-height: 210px !important;
    }
    DIV.transferDetailsContainer {
        height: 100px !important;
    }
    DIV.paymentTxActivity DIV.paymentActivityBlock {
        height: 100px !important;
    }
    /* Start Products */
    .roundabout-holder {
        height: 25em !important;
        width: 42em !important;
    }
    .roundabout-holder li.contLi {
        height: 23em !important;
        width: 23em !important;
    }
    .roundabout-holder li div.btnCont {
        padding: 5px 0px 0px !important;
    }
    .roundabout-moveable-item .roundabout-height {
        height: 32% !important
    }
    /* End Products */

    .accountCont #movementGridContent .ui-jqgrid-bdiv {
        height: 280px !important;
        overflow-y: auto;
    }
    #transfer_txhistory #transactionComponent #movementGridContent .ui-jqgrid-bdiv {
        height: 120px !important;
        overflow-y: auto;
    }
    #payment_txhistory #transactionComponent #movementGridContent .ui-jqgrid-bdiv{
        height: 120px !important;
        overflow-y: scroll;
    }

    #onlineSvcActivityHistContainer #activityHistory #movementGridContent .ui-jqgrid-bdiv {
        height: 120px !important;
        overflow-y: auto;
    }

    div.shadowSeparator {
        height: 5px !important;
    }
    div.panelCtrlHeaderCF {
        padding: 5px 20px 0px 20px;
        border: none;
        behavior: url(piee.htc);
    }
    .contContainerRespo {
        top: 5px !important;
        height: 5px !important;
    }
    .resHeightMarg {
        margin-top: 5px !important
    }
    div.cf_barGraph_Remarks0 {
        margin: 5px 0 0 10px !important;
    }
    div.cf_barGraph {
        margin-top: 0px !important;
    }
}


/* START FOR IPAD*/
/* @media screen and (max-width: 768px) */
/*
@media only screen and (max-device-width : 768px) and (orientation : portrait) {
html {
        -webkit-text-size-adjust: 80%;    none for no scaling 
}
#dashCol1 {
        width: 100% !important
}
#dashCol3 {
        width: 100% !important
}
.ipadCont {
        position: absolute;
        width: 768px;
        height: 100%;
        overflow: hidden
}
.iPadarrowLeft {
        background: url(../images/ipadArrowLeft.png) no-repeat;
        width: 28px;
        height: 102px;
        position: absolute;
        right: -28px;
        top: 190px;
        z-index: 999;
        float: right;
        display: block !important
}
.iPadarrowLeft2 {
        background: url(../images/ipadArrowLeft2.png) no-repeat;
        width: 28px;
        height: 102px;
        position: absolute;
        right: -28px;
        top: 190px;
        z-index: 999;
        float: right;
        display: none
}
.iPadarrowRight {
        background: url(../images/ipadArrowRight.png) no-repeat;
        width: 28px;
        height: 102px;
        position: absolute;
        left: -28px;
        top: 190px;
        z-index: 999;
        float: left;
        display: block !important
}
.iPadarrowRight2 {
        background: url(../images/ipadArrowRight2.png) no-repeat;
        width: 28px;
        height: 102px;
        position: absolute;
        left: -28px;
        top: 190px;
        z-index: 999;
        float: left;
        display: none
}
div .cf_Legend li {
        -webkit-text-size-adjust: 97%;
}
.dashCol1Class {
        width: 40% !important;
        height: 100%;
        position: absolute;
        left: -44%;
        top: -6px;
        -webkit-border-radius: 0px 5px 0px 0px;
        border-radius: 0px 5px 0px 0px;
        padding: 10px;
        z-index: 999;
        background: rgb(69,73,75);  Old browsers 
        background: -moz-linear-gradient(top, rgba(69,73,75,1) 0%, rgba(27,35,40,1) 100%);  FF3.6+ 
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(69,73,75,1)), color-stop(100%, rgba(27,35,40,1)));  Chrome,Safari4+ 
        background: -webkit-linear-gradient(top, rgba(69,73,75,1) 0%, rgba(27,35,40,1) 100%);  Chrome10+,Safari5.1+ 
        background: -o-linear-gradient(top, rgba(69,73,75,1) 0%, rgba(27,35,40,1) 100%);  Opera 11.10+ 
        background: -ms-linear-gradient(top, rgba(69,73,75,1) 0%, rgba(27,35,40,1) 100%);  IE10+ 
        background: linear-gradient(to bottom, rgba(69,73,75,1) 0%, rgba(27,35,40,1) 100%);  W3C 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45494b', endColorstr='#1b2328', GradientType=0 );  IE6-9 
        -webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
        box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
}
.dashCol3Class {
        width: 40% !important;
        height: 100%;
        position: absolute;
        right: -44%;
        top: -6px;
        -webkit-border-radius: 5px 0px 0px 0px;
        border-radius: 5px 0px 0px 0px;
        padding: 10px;
        z-index: 999;
        background: rgb(69,73,75);  Old browsers 
        background: -moz-linear-gradient(top, rgba(69,73,75,1) 0%, rgba(27,35,40,1) 100%);  FF3.6+ 
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(69,73,75,1)), color-stop(100%, rgba(27,35,40,1)));  Chrome,Safari4+ 
        background: -webkit-linear-gradient(top, rgba(69,73,75,1) 0%, rgba(27,35,40,1) 100%);  Chrome10+,Safari5.1+ 
        background: -o-linear-gradient(top, rgba(69,73,75,1) 0%, rgba(27,35,40,1) 100%);  Opera 11.10+ 
        background: -ms-linear-gradient(top, rgba(69,73,75,1) 0%, rgba(27,35,40,1) 100%);  IE10+ 
        background: linear-gradient(to bottom, rgba(69,73,75,1) 0%, rgba(27,35,40,1) 100%);  W3C 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45494b', endColorstr='#1b2328', GradientType=0 );  IE6-9 
        -webkit-box-shadow: -2px 2px 5px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: -2px 2px 5px rgba(50, 50, 50, 0.75);
        box-shadow: -2px 2px 5px rgba(50, 50, 50, 0.75);
}
#dashCol2 {
        width: 99% !important
}
.widget-margin-left {
        margin-left: 0px;
}
.wrapperDashboard .logo {
        margin: 18px 6px 0 0;
}
.heading ul.headerList li.headerListItem {
        padding: 8px 3px 0;
}
.centeritButtonBar {
        width: 140px !important;
}
div.spendAnalyzerButtonBar a {
        padding: 5px 10px !important
}
.content {
        width: 97%;
        top: 0
}
.headerClass {
        width: 100%;
}
.navBaseWrapper {
        width: 100%;
}
#pageFooterOuter {
        width: 100%;
}
.navWrapper ul li a {
        padding: 9px 7px 8px;
}
#spendIncome {
        margin-left: 15px !important
}
div.cf_barHolder {
        width: 65% !important
}
.barGraphremarks {
        width: 35% !important
}
}

 @media only screen and (max-device-width : 1024px) and (orientation : landscape) {
html {
        -webkit-text-size-adjust: 95%;    none for no scaling 
}
#dashCol1 {
        width: 100% !important
}
#dashCol3 {
        width: 100% !important
}
.ipadCont {
        position: absolute;
        width: 1024px;
        height: 100%;
        overflow: hidden
}
.iPadarrowLeft {
        background: url(../images/ipadArrowLeft.png) no-repeat;
        width: 28px;
        height: 102px;
        position: absolute;
        right: -28px;
        top: 190px;
        z-index: 999;
        float: right;
        display: block !important
}
.iPadarrowLeft2 {
        background: url(../images/ipadArrowLeft2.png) no-repeat;
        width: 28px;
        height: 102px;
        position: absolute;
        right: -28px;
        top: 190px;
        z-index: 999;
        float: right;
        display: none
}
.iPadarrowRight {
        background: url(../images/ipadArrowRight.png) no-repeat;
        width: 28px;
        height: 102px;
        position: absolute;
        left: -28px;
        top: 190px;
        z-index: 999;
        float: left;
        display: block !important
}
.iPadarrowRight2 {
        background: url(../images/ipadArrowRight2.png) no-repeat;
        width: 28px;
        height: 102px;
        position: absolute;
        left: -28px;
        top: 190px;
        z-index: 999;
        float: left;
        display: none
}
div .cf_Legend {
        font-size-adjust: 0.47 !important;
}
.dashCol1Class {
        width: 40% !important;
        height: 100%;
        position: absolute;
        left: -44%;
        top: -6px;
        -webkit-border-radius: 0px 5px 0px 0px;
        border-radius: 0px 5px 0px 0px;
        padding: 10px;
        z-index: 999;
        background: rgb(69,73,75);  Old browsers 
        background: -moz-linear-gradient(top, rgba(69,73,75,1) 0%, rgba(27,35,40,1) 100%);  FF3.6+ 
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(69,73,75,1)), color-stop(100%, rgba(27,35,40,1)));  Chrome,Safari4+ 
        background: -webkit-linear-gradient(top, rgba(69,73,75,1) 0%, rgba(27,35,40,1) 100%);  Chrome10+,Safari5.1+ 
        background: -o-linear-gradient(top, rgba(69,73,75,1) 0%, rgba(27,35,40,1) 100%);  Opera 11.10+ 
        background: -ms-linear-gradient(top, rgba(69,73,75,1) 0%, rgba(27,35,40,1) 100%);  IE10+ 
        background: linear-gradient(to bottom, rgba(69,73,75,1) 0%, rgba(27,35,40,1) 100%);  W3C 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45494b', endColorstr='#1b2328', GradientType=0 );  IE6-9 
        -webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
        box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
}
.dashCol3Class {
        width: 40% !important;
        height: 100%;
        position: absolute;
        right: -44%;
        top: -6px;
        -webkit-border-radius: 5px 0px 0px 0px;
        border-radius: 5px 0px 0px 0px;
        padding: 10px;
        z-index: 999;
        background: rgb(69,73,75);  Old browsers 
        background: -moz-linear-gradient(top, rgba(69,73,75,1) 0%, rgba(27,35,40,1) 100%);  FF3.6+ 
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(69,73,75,1)), color-stop(100%, rgba(27,35,40,1)));  Chrome,Safari4+ 
        background: -webkit-linear-gradient(top, rgba(69,73,75,1) 0%, rgba(27,35,40,1) 100%);  Chrome10+,Safari5.1+ 
        background: -o-linear-gradient(top, rgba(69,73,75,1) 0%, rgba(27,35,40,1) 100%);  Opera 11.10+ 
        background: -ms-linear-gradient(top, rgba(69,73,75,1) 0%, rgba(27,35,40,1) 100%);  IE10+ 
        background: linear-gradient(to bottom, rgba(69,73,75,1) 0%, rgba(27,35,40,1) 100%);  W3C 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45494b', endColorstr='#1b2328', GradientType=0 );  IE6-9 
        -webkit-box-shadow: -2px 2px 5px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: -2px 2px 5px rgba(50, 50, 50, 0.75);
        box-shadow: -2px 2px 5px rgba(50, 50, 50, 0.75);
}
.widget-margin-left {
        margin-left: 0px;
}
.content {
        width: 97%;
        top: 0
}
#dashCol2 {
        width: 99% !important
}
.headerClass {
        width: 100%;
}
.navBaseWrapper {
        width: 100%;
}
#pageFooterOuter {
        width: 100%;
}
.navWrapper ul li a {
        color: #97AFB7;
        display: block;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0;
        padding: 9px 12px 8px;
        text-decoration: none;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9);
}
}
*/
/*END FOR IPAD */
