﻿
/**** Custom Styles for the TIPS *****/

/*html, body {
    font-family: '“Myriad Set Pro, Lucida Grande, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif';
    overflow-x: hidden !important;
}*/



.ui-body, .ui-body-a input, .ui-body-a select, .ui-body-a textarea, .ui-body-a button {
    font-family: '“Myriad Set Pro, Lucida Grande, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif' !important;
}

.tip-title-font {
    font-family: Arial !important;
    font-size: 1.555555556rem !important;
    font-weight: 100;
    color: #333;
    position: relative;
    /*top: 2px;*/
    line-height: 18px;
    left: 5px !important;
    text-align: left !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: auto;
}

.scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.title-icon {
    width: 40px !important;
}

.title {
    width: 80% !important;
    top: 0px;
}

.tip-text-font {
    font-family: Arial !important;
    font-size: 14px !important;
    color: #8E8E93;
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left;
}


.location-font-size {
    font-size: 8px;
    color: #8E8E93;
}


.ui-icon-menuicon:after {
    background-image: url('images/icons-png/bars-black.png') !important;
    background-size: 20px 20px;
    background-position: center;
}

.ui-nosvg .ui-icon-menuicon:after {
    background-image: url('images/icons-png/bars-black.png') !important;
    background-size: 20px 20px;
}


.star-icon {
    color: #FFD801;
}


.ui-btn {
    border: none !important;
}

.ui-listview > .ui-li-has-icon > img:first-child, .ui-listview > .ui-li-has-icon > .ui-btn > img:first-child {
    position: absolute;
    left: 0.62em;
    top: 0.75em;
    max-height: 1.2em;
    max-width: 1.2em;
}

ul.listtext li {
    list-style: none;
    font-size: 15px;
}

a.categerytag {
    color: #333 !important;
}

.footer-button-left {
    position: absolute;
    margin: 0;
    top: auto;
    bottom: 0.24em;
}


.footer-button-left {
    left: 0.24em;
}


.ui-page .ui-footer {
    background: #ffffff !important;
}



.logoimage img {
    float: left;
    background: #555;
}


.ui-panel.ui-panel-open {
    position: fixed;
    width: 85%;
}

.ui-panel-inner {
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    bottom: 0px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}


.tipImage {
    width: 100%;
}

.tipVideo {
    width: 100%;
}


.center-wrapper {
    text-align: center;
    width: 96%;
    margin: 0px auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

@media only screen and (orientation: landscape) {
    .center-wrapper {
        text-align: center;
        width: 500px;
        margin: 0px auto;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }


    .ui-panel.ui-panel-open {
        position: fixed;
        width: 30%;
    }
}

.text-scroll {
    overflow-y: auto !important;
}

/* tablets portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    .tip-text-font {
        font-family: Arial !important;
        font-size: 18px !important;
        color: #8E8E93;
        text-align: justify;
        -moz-text-align-last: left;
        text-align-last: left;
    }

    .title-icon {
        width: 60px !important;
    }

    .tip-title-font {
        font-family: Arial !important;
        font-size: 2.4555555556rem !important;
        font-weight: 100;
        color: #333;
        position: relative;
        /*top: 2px;*/
        line-height: 25px;
        left: 5px;
        text-align: left !important;
        vertical-align: middle !important;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: auto;
    }

    .ui-panel.ui-panel-open {
        position: fixed;
        width: 40%;
    }

    .feedback-font {
        font-size: 16px !important;
    }
}

.ui-listview > .ui-li-has-icon > img:first-child, .ui-listview > .ui-li-has-icon > .ui-btn > img:first-child {
    position: absolute;
    left: 0.62em;
    top: 0.75em;
    max-height: 27px;
    max-width: 27px;
}

.ui-listview > .ui-li-has-icon > .ui-btn, .ui-listview > .ui-li-static.ui-li-has-icon {
    min-height: 1.25em;
    padding-left: 3.5em;
    padding-top: 18px;
}

.ui-page .ui-content .ui-listview p {
    padding-top: 10px;
}
