/* Empty. Add your own CSS if you like */

@media (min-width: 768px) {
    div#bestview {
        display: block;
        position: fixed;
        z-index: 9999; /* above everything else */
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: url(../img/transpBlack75.png);
    }
}

.center-horiz, .center {
    -webkit-align-content: stretch;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: center;
    align-content: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    max-width: 100%;
}

.center {
    -webkit-align-items: center;
    align-items: center;
}

.google, .google:hover {
    background-color: #dd4b39;
    border: 2px solid #dd4b39;
    color: #fff;
}

.twitter, .twitter:hover {
    background-color: #00aced;
    border: 2px solid #00aced;
    color: #fff;
}

.facebook, .facebook:hover {
    background-color: #3b5999;
    border: 2px solid #3b5999;
    color: #fff;
}

progress[value] {
    /* Reset the default appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Get rid of default border in Firefox. */
    border: none;
    /* For IE10 */
    color: blue;
}

progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

progress[value]::-moz-progress-bar {
    border-radius: 2px;
    background-size: 35px 20px, 100% 100%, 100% 100%;
}

.scroll, .slider {
    height: 100%;
}

.handcursor {
    cursor: pointer;
}

.item-thumbnail-right, .item-thumbnail-left {
    min-height: 140px;
}

.item-thumbnail-right > img:first-child {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    max-width: 100% !important;
    width: 81.594px;
    max-height: 120px;
    height: auto;
}

.item-thumbnail-left > img:first-child {
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    max-width: 100% !important;
    width: 81.594px;
    max-height: 120px;
    height: auto;
}

.item-body-image {
    max-width: 100% !important;
    width: 274px;
    max-height: 400px;
    margin-left: auto;
    margin-right: auto;
}

.item-viewer-image {
    max-width: 100%;
    max-height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.list .item.item-accordion {
    line-height: 38px;
    padding-top: 0;
    padding-bottom: 0;
    transition: 0.09s all linear;
}

.list .item.item-accordion.ng-hide {
    line-height: 0px;
}

.list .item.item-accordion.ng-hide-add,
.list .item.item-accordion.ng-hide-remove {
    display: block !important;
}

.transparent {
    background: transparent !important;
    border: 0;
}

.modal-backdrop-bg {
    opacity: .5;
    background-color: #000;
}

@media (max-width: 679px) and (max-height: 399px) {
    .float-modal {
        top: 5%;
        left: 0%;
        right: 0%;
        bottom: 0%;
        width: 100%;
        min-height: 240px !important;
    }
}

@media(max-width: 679px) and (min-height: 400px) {
    .float-modal {
        top: 25%;
        left: 0%;
        right: 0%;
        bottom: 0%;
        width: 100%;
        min-height: 240px !important;
    }
}

@media(min-width: 680px) {
    .float-modal {
        top: 25%;
        bottom: 0;
    }
}

@media(max-width: 480px) {
    .collapse-col {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media(min-width: 481px) {
    .collapse-col {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.glyph-space-text {
    margin-right: 10px;
}

.annc-detail {
    margin: 0;
    padding: 5px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

.fileUpload input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.tabUpload:hover {
    text-decoration: underline;
    color: rgb(35, 82, 124);
}

.dn-timepicker-popup {
    max-height: 250px;
    overflow-y: scroll;
}

.group-button {
    width: 35px;
}

.input-select-icon {
    z-index: 1 !important;
}

.input-select-fit {
    width: 100%;
    height: 100%;
    max-width: none !important;
    direction: ltr !important;
    left: 35px;
}

.input-select {
    width: 100%;
    height: 100%;
    direction: ltr !important;
}

.item-select-stack {
    width: 100%;
    border-width: 0;
    padding: 0;
    margin-right: 5px;
}

.input-select-noicon {
    height: 100%;
    z-index: -10;
}

.placeholder-icon {
    font-size: 20px !important;
    padding-right: 6px !important;
}

.input-noicon {
    width: 100%;
    text-align: right;
    padding-right: 15px;
}

.has-tabs-top.has-subheader.has-header {
    top: 94px !important;
}

.has-tabs.has-footer.has-subfooter {
    bottom: 88px !important;
}

.tab-item {
    max-width: none;
}

.footer-button-col {
    padding: 0;
    margin-left: 2.5px;
    margin-right: 2.5px;
}

.footer-button {
    height: 35px;
    width: 100%;
}

.modal-back-btn {
    visibility: visible;
    display: block;
}

.modal-close-btn {
    visibility: hidden;
    display: none;
}

@media (max-width: 799px) {
    .modal {
        top: 0px !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
    }
}

@media (min-width: 800px) {
    .modal-back-btn {
        visibility: hidden;
        display: none;
    }

    .modal-close-btn {
        visibility: visible;
        display: block;
    }

    .modal {
        top: 20%;
        right: 20%;
        bottom: 20%;
        left: 20%;
        min-height: 240px;
        width: 60%;
    }

    .modal.ng-leave-active {
        bottom: 0;
    }

    .platform-ios.platform-cordova .modal-wrapper .modal .bar-header:not(.bar-subheader) {
        height: 44px;
    }

    .platform-ios.platform-cordova .modal-wrapper .modal .bar-header:not(.bar-subheader) > * {
        margin-top: 0;
    }

    .platform-ios.platform-cordova .modal-wrapper .modal .tabs-top > .tabs,
    .platform-ios.platform-cordova .modal-wrapper .modal .tabs.tabs-top {
        top: 44px;
    }

    .platform-ios.platform-cordova .modal-wrapper .modal .has-header,
    .platform-ios.platform-cordova .modal-wrapper .modal .bar-subheader {
        top: 44px;
    }

    .platform-ios.platform-cordova .modal-wrapper .modal .has-subheader {
        top: 88px;
    }

    .platform-ios.platform-cordova .modal-wrapper .modal .has-header.has-tabs-top {
        top: 93px;
    }

    .platform-ios.platform-cordova .modal-wrapper .modal .has-header.has-subheader.has-tabs-top {
        top: 137px;
    }

    .modal-backdrop-bg {
        -webkit-transition: opacity 300ms ease-in-out;
        transition: opacity 300ms ease-in-out;
        background-color: #000;
        opacity: 0;
    }

    .active .modal-backdrop-bg {
        opacity: 0.5;
    }

    .large-modal {
        width: 80%;
        height: 80%;
        top: 10%;
        left: 10%;
        right: 10%;
        bottom: 10%;
    }

    .mini-modal {
        width: 36%;
        height: 20%;
        top: 40%;
        left: 32%;
        right: 32%;
        bottom: 40%;
    }
}

@media(max-height: 599px) {
    .phone-footer {
        visibility: hidden;
        display: none;
    }

    .phone-subfooter {
        bottom: 0;
    }

    .has-phone-footer {
        bottom: 0 !important;
    }

    .has-phone-subfooter {
        bottom: 44px !important;
    }
}

@media(min-height: 600px) {
    .phone-subfooter {
        bottom: 44px;
    }

    .has-phone-footer {
        bottom: 44px !important;
    }

    .has-phone-subfooter {
        bottom: 88px !important;
    }
}

.item-complex .item-content, .item-radio .item-content {
    padding-right: 10px;
}

.borderless {
    border-width: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

.wrap-text {
    text-overflow: inherit !important;
    white-space: normal !important;
}

.tabs-top > .tabs, .tabs.tabs-top {
    top: 0 !important;
}

.bar-footer.has-tabs.pane, .has-tabs.pane {
    bottom: 0 !important;
    top: 49px !important;
}

.platform-ios.platform-cordova:not(.fullscreen) .has-header.has-subheader.has-tabs-top {
    top: 113px !important;
    bottom: 88px !important;
}

.item-complex .item-content, .item-radio .item-content {
    padding-right: 4px;
}

.tabs-top.tabs-striped .tab-item.activated, .tabs-top.tabs-striped .tab-item.active, .tabs-top.tabs-striped .tab-item.tab-item-active .tab-item-middle {
    border-bottom: 1px;
    border-top-color: #DDD !important;
    border-width: 1px 0 2px !important;
}

.popover {
    height: auto !important;
}

.popover ion-header-bar {
    position: relative;
}

.popover ion-content {
    top: 0;
    position: relative;
}

.button-float {
    color: white !important;
    z-index: 12 !important;
    position: absolute !important;
    bottom: 10px !important;
    right: 10px !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transition: 0.2s linear !important;
    transition: 0.2s linear !important;
    -webkit-transition-property: -webkit-transform, all !important;
    transition-property: transform, all !important;
}

.button-float:hover {
    -webkit-transform: translate3d(0, -1px, 0) !important;
    transform: translate3d(0, -1px, 0) !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4) !important;
}

.form-select {
    font-size: 16px !important;
    border: inherit !important;
    direction: ltr !important;
    height: 52px !important;
    margin-top: -1px;
}

.form-text{
    font-size: 16px !important;
    border: inherit !important;
    padding-left: 15px !important;
    height: 52px !important;
    background-color: white !important;
    margin-top: -1px;
}

input[disabled] {
    background-color: #f8f8f8 !important
}
.item-input {
    height: 52px;
    padding: 0 0 0 16px;
}