﻿.content-container {
    position: relative;
}

.datepicker .disabled.day {
    color: silver;
}

.fake-link {
    cursor: pointer;
}

.twitter-typeahead {
    width: 100%;
}

    .twitter-typeahead .tt-input {
        border-width: 1px;
        border-style: inset;
    }


    .twitter-typeahead .tt-dataset {
        padding: 5px 10px;
    }

    .twitter-typeahead .tt-menu {
        z-index: 9999 !important;
        background-color: white !important;
        box-shadow: rgba(0,0,0,0.2) 0px 0px 5px;
    }

    .twitter-typeahead .tt-suggestion {
        padding: 5px 10px;
        margin-bottom: 0;
    }

    .twitter-typeahead .tt-cursor {
        background-color: #efefef;
    }

.display-inline-block {
    display: inline-block;
}

.text-left {
    text-align: left !important;
}

.badge {
    background-color: #ccc;
}

.date-range .range-to {
    border: 0;
    color: #1c1c1b !important;
    cursor: default;
    background-color: transparent;
}

/* bootbox */

.bootbox .modal-dialog {
    width: 100% !important;
    max-width: 640px !important;
}

.bootbox .modal-header {
    background-color: #efefef;
    padding-bottom: 10px !important;
}

.bootbox .modal-body {
    padding-top: 30px !important;
}

.bootbox .bootbox-close-button {
    /*margin-top: -20px !important;*/
    margin-right: -10px !important;
}

/* print  */
.print-view.taxinfo .top-section {
    display: none;
}

.print-view.taxinfo .body-section.content-cont > .container > .row > .col-md-8.col-sm-7 {
    width: 100% !important;
}

.print-view.taxinfo .body-section.content-cont > .container > .row > .col-md-4.col-sm-5 {
    display: none;
}

.print-view.taxinfo .my-pharmacy {
    display: none;
}

.print-view.taxinfo #pharmacy-tabs {
    display: none;
}

.print-only {
    display: none;
}

@media print {
    .print-only {
        display: block;
    }

    .hidden-print {
        display: none !important;
    }

    header.header {
        display:none;
    }

    body, .db-header, #divBackground {
        background: none !important;
    }

        .db-header > .container > * {
            display: none !important;
        }

        .db-header > .container > .header-logo {
            display: block !important;
        }

    .db-top-navigation, .inner-rail {
        display: none !important;
    }

    body .content-container {
        margin-top: 0;
    }

    .footer > .container > .row {
        display: none !important;
    }

        .footer > .container > .row:nth-child(3) {
            display: block !important;
        }

    .secured-pharmacy .top-section{
        display: none !important;
    }

    .secured-pharmacy .body-section.content-cont > .container > .row > .col-md-8.col-sm-7 {
        width: 100% !important;
    }


    .secured-pharmacy .body-section.content-cont > .container > .row > .col-md-4.col-sm-5 {
        display: none;
    }
}


/*Firefox*/
@-moz-document url-prefix() {
    .form-control.header-search-all {
        position: relative;
        top: -22px;
    }
}

/*IE Textbox X remove*/ 
input::-ms-clear {
    display: none;
}

@media (max-width: 767px)  {

    .navbar-header > span > a.header-btn {
        border: none !important;
    }
}