

/*/*********Js/ui_1.12.1_themes_base_jquery-ui.css*****************/
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */ .ui-helper-hidden {
    display: none;
}

.cover-footer-content h1 {
    font-size: 30px;
    padding-bottom: 20px;
}

.body_customer {
    margin-left: 10px;
    font-family: Verdana;
    font-weight: 700;
    margin-top: 18px;
    padding-left: 20px;
    font-family: 'Open Sans', sans-serif;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

    .ui-menu .ui-menu {
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        cursor: pointer;
        list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    }

    .ui-menu .ui-menu-item-wrapper {
        position: relative;
        padding: 3px 1em 3px .4em;
    }

    .ui-menu .ui-menu-divider {
        margin: 5px 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-state-active, .ui-menu .ui-state-focus {
        margin: -1px;
    }

.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item-wrapper {
        padding-left: 2em;
    }

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}

    .ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
        text-decoration: none;
    }

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

    .ui-controlgroup > .ui-controlgroup-item {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

        .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus, .ui-controlgroup > .ui-controlgroup-item:focus {
            z-index: 9999;
        }

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}

    .ui-controlgroup .ui-controlgroup-label span {
        font-size: 80%;
    }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 45%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: 700;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td a, .ui-datepicker td span {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: 0 0;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-n {
        height: 2px;
        top: 0;
    }

    .ui-dialog .ui-resizable-e {
        width: 2px;
        right: 0;
    }

    .ui-dialog .ui-resizable-s {
        height: 2px;
        bottom: 0;
    }

    .ui-dialog .ui-resizable-w {
        width: 2px;
        left: 0;
    }

    .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw {
        width: 7px;
        height: 7px;
    }

    .ui-dialog .ui-resizable-se {
        right: 0;
        bottom: 0;
    }

    .ui-dialog .ui-resizable-sw {
        left: 0;
        bottom: 0;
    }

    .ui-dialog .ui-resizable-ne {
        right: 0;
        top: 0;
    }

    .ui-dialog .ui-resizable-nw {
        left: 0;
        top: 0;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
        height: 100%;
        opacity: .25;
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

    .ui-selectmenu-menu .ui-menu {
        overflow: auto;
        overflow-x: hidden;
        padding-bottom: 1px;
    }

        .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
            font-size: 1em;
            font-weight: 700;
            line-height: 1.5;
            padding: 2px .4em;
            margin: .5em 0 0 0;
            height: auto;
            border: 0;
        }

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-tabs {
    position: relative;
    padding: .2em;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap;
        }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: .5em 1em;
            text-decoration: none;
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            margin-bottom: -1px;
            padding-bottom: 1px;
        }

            .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
                cursor: text;
            }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget {
    font-size: 1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
        font-size: 1em;
    }

    .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5;
    }

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}

    .ui-widget-content a {
        color: #333;
    }

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700;
}

    .ui-widget-header a {
        color: #333;
    }

    .ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        font-weight: 400;
        color: #454545;
    }

        .ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
            color: #454545;
            text-decoration: none;
        }

            .ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
                border: 1px solid #ccc;
                background: #ededed;
                font-weight: 400;
                color: #2b2b2b;
            }

                .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
                    color: #2b2b2b;
                    text-decoration: none;
                }

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff;
}

    .ui-icon-background, .ui-state-active .ui-icon-background {
        border: #003eff;
        background-color: #fff;
    }

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: #fff;
        text-decoration: none;
    }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

    .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
        color: #5f3f3f;
    }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

    .ui-state-disabled .ui-icon {
        filter: Alpha(Opacity=35);
    }

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png);
}

.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_555555_256x240.png);
}

.ui-button:active .ui-icon, .ui-state-active .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png);
}

.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_777620_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cc0000_256x240.png);
}

.ui-button .ui-icon {
    background-image: url(images/ui-icons_777777_256x240.png);
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
}
/*********Js/ui_1.12.1_themes_base_jquery-ui.css*****************/

/*********Css/medicinePopup.css*****************/
div#medcine-payment-pop-up_provider .payment-row .col-sm-4 .payment-rupee span span {
    position: relative;
    top: 2px;
}

div#medcine-payment-pop-up_provider .modal-dialog {
    width: 800px;
    background: #fff;
    box-shadow: 0px 0px 3px #9e9d9c99;
    max-width: 100%;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border-top-width: 1px;
    border-top-color: rgb(204, 204, 204);
    border-top-style: solid;
    border-top-width: 1px;
    border-radius: 6px;
}

div#Pay-Through-Card-tab label {
    font-size: 12px;
    font-weight: 100;
    display: block;
}

div#medcine-payment-pop-up_provider .modal-dialog .after-disc {
    text-align: center;
    font-size: 10px;
}

div#medcine-payment-pop-up_provider .modal-dialog .payment-rupee {
    text-align: center;
}

.sexytabs > ul {
    text-align: center;
    font-weight: 500;
    margin: 15px 0 0;
    padding: 0;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 1;
}

    .sexytabs > ul > li {
        display: inline-block;
        background: #fafafa;
        padding: 0.6em 0;
        position: relative;
        width: 25%;
        margin: 0 !important;
    }

        .sexytabs > ul > li:before, .sexytabs > ul > li:after {
            opacity: 0;
        }

        .sexytabs > ul > li.ui-tabs-active:before, .sexytabs > ul > li.ui-tabs-active:after, .sexytabs > ul > li.ui-state-hover:before, .sexytabs > ul > li.ui-state-hover:after, .sexytabs > ul > li.ui-state-focus:before, .sexytabs > ul > li.ui-state-focus:after {
            opacity: 1;
        }

        .sexytabs > ul > li:before, .sexytabs > ul > li.ui-state-active.ui-state-hover:before, .sexytabs > ul > li.ui-state-active.ui-state-focus:before {
            content: "";
            position: absolute;
            z-index: -1;
            box-shadow: 0 2px 3px rgba(22, 195, 255, 0.5);
            top: 50%;
            bottom: 0px;
            left: 5px;
            right: 5px;
            border-radius: 100px / 10px;
        }

        .sexytabs > ul > li:after, .sexytabs > ul > li.ui-state-active.ui-state-hover:after, .sexytabs > ul > li.ui-state-active.ui-state-focus:after {
            content: "";
            background: #fafafa;
            position: absolute;
            width: 12px;
            height: 12px;
            left: 50%;
            bottom: -6px;
            margin-left: -6px;
            transform: rotate(45deg);
            box-shadow: inset 3px 3px 3px rgba(22, 195, 255, 0.5), inset 1px 1px 1px rgba(0, 0, 0, 0.3);
        }

        .sexytabs > ul > li.ui-state-hover:before, .sexytabs > ul > li.ui-state-focus:before {
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        }

        .sexytabs > ul > li.ui-state-hover:after, .sexytabs > ul > li.ui-state-focus:after {
            box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2), inset 1px 1px 1px rgba(0, 0, 0, 0.3);
        }

        .sexytabs > ul > li.ui-state-focus a {
            text-decoration: underline;
        }

        .sexytabs > ul > li:focus {
            outline: none;
        }

        .sexytabs > ul > li a {
            color: #444;
            text-decoration: none;
        }

            .sexytabs > ul > li a:focus {
                outline: none;
            }

            .sexytabs > ul > li a span {
                position: relative;
                top: -0.5em;
            }

.sexytabs.dark > ul {
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

    .sexytabs.dark > ul > li {
        background: #333;
    }

        .sexytabs.dark > ul > li:before, .sexytabs.dark > ul > li.ui-state-active.ui-state-hover:before, .sexytabs.dark > ul > li.ui-state-active.ui-state-focus:before {
            box-shadow: 0 2px 3px rgba(255, 255, 255, 0.3);
        }

        .sexytabs.dark > ul > li:after, .sexytabs.dark > ul > li.ui-state-active.ui-state-hover:after, .sexytabs.dark > ul > li.ui-state-active.ui-state-focus:after {
            background: #333;
            box-shadow: inset 3px 3px 3px rgba(255, 255, 255, 0.3), inset 1px 1px 1px rgba(255, 255, 255, 0.5);
        }

        .sexytabs.dark > ul > li.ui-state-hover:before, .sexytabs.dark > ul > li.ui-state-focus:before {
            box-shadow: none;
        }

        .sexytabs.dark > ul > li.ui-state-hover:after, .sexytabs.dark > ul > li.ui-state-focus:after {
            box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.4);
        }

        .sexytabs.dark > ul > li a {
            color: white;
        }

.lightpage body {
    background: #fafafa;
    font-family: Lato;
    font-weight: 300;
}

.lightpage h1 {
    text-align: center;
    font-size: 20px;
}

.lightpage .sexytabs {
    width: 100%;
    min-width: 360px;
    margin: auto;
}

.lightpage .contents {
    padding: 10px 30px;
    min-height: 200px;
    background: #f7f7f7;
    width: 95%;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-top: 0px;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 5px 6px #c3c2c2d1;
    box-shadow: 0px 5px 6px #c3c2c282;
}

.darkpage {
    background: #333;
    color: white;
}

.darkpage, .lightpage {
    padding: 50px 0;
}

input#ctl00_SubmitStripe_Provider, #ctl00_ctl00_SubmitStripe, #ctl00_SubmitStripe_quick, #ctl00_ContentPlaceHolder1_SubmitStripe_1 {
    width: auto !important;
    display: table;
    margin: 0px auto 15px;
    height: auto !important;
    padding: 2px 20px !important;
}

div#Pay-Through-Card-tab label {
    text-align: left;
}

div#ctl00_UpdatePanel17 {
    padding-top: 10px;
}

input#ctl00_btnPayNow, #ctl00_ctl00_btnPayNow, #btnPayNow {
    background: #007aa5 !important;
    border: 1px solid #2e6da4 !important;
    font-weight: 100 !important;
    font-size: 17px !important;
    letter-spacing: .5px;
    color: white !important;
}

.paypal-discription-pramotion {
    text-align: center;
    padding-top: 10px;
}

    .paypal-discription-pramotion img {
        height: 116px;
        object-fit: contain;
    }

    .paypal-discription-pramotion h3 {
        font-size: 20px;
        font-weight: 100 !important;
    }

    .paypal-discription-pramotion p {
        font-size: 12px;
        color: #aaa;
        padding: 0px 20px;
    }

@media screen and (min-width: 1000px) {
    .darkpage, .lightpage {
        width: 100%;
        float: left;
        padding: 0;
    }
}

div#medcine-payment-pop-up_provider .or-spacer {
    display: block;
    height: 400px;
    position: relative;
}

    div#medcine-payment-pop-up_provider .or-spacer .mask {
        overflow: hidden;
        height: 1px;
        transform: rotate(90deg);
        width: 300px;
        margin-left: -140px;
        margin-top: 149px;
    }

        div#medcine-payment-pop-up_provider .or-spacer .mask:after {
            content: '';
            display: block;
            border: 3px solid #ccc;
        }

    div#medcine-payment-pop-up_provider .or-spacer span {
        width: 50px;
        height: 50px;
        position: absolute;
        margin-bottom: -25px;
        left: 50%;
        margin-left: -25px;
        border-radius: 100%;
        background: #eee;
        top: 50%;
    }

        div#medcine-payment-pop-up_provider .or-spacer span i {
            display: inline-block;
            border-radius: 100%;
            text-align: center;
            width: 100%;
            line-height: 50px;
            font-style: normal;
            color: #999;
        }

div#medcine-payment-pop-up_provider .form-group.strip-logo {
    text-align: center;
}

    div#medcine-payment-pop-up_provider .form-group.strip-logo img {
        height: 53px;
        object-fit: contain;
    }

div#medcine-payment-pop-up_provider .or-spacer {
    height: 72px;
}

div#medcine-payment-pop-up_provider button.btn.btn-default.paynow-btn {
    color: #fff;
    border-color: #2e6da4;
    background: #007aa5;
    padding: 5px 0px;
    width: 100%;
    font-size: 20px;
}

div#medcine-payment-pop-up_provider .payment-by-paypal-btn-image img {
    height: 45px !important;
    object-fit: contain;
    display: table;
    margin: 0 auto;
}

div#medcine-payment-pop-up_provider .col-sm-4.payment-by-paypal-btn-image {
    padding: 0px 15px;
}

div#medcine-payment-pop-up_provider h4.modal-title.main-title-of-popup-payment {
    text-align: center;
}

div#medcine-payment-pop-up_provider h4.sub-title-of-popup-payment {
    padding: 8px 25px;
    margin: 0px -15px 20px;
    background: #5b5e5f;
    border-radius: 8px 8px 0px 0px;
    color: #fff;
    text-align: center;
    box-shadow: 0px 5px 14px #c3c2c2;
    box-shadow: 0px 5px 14px #c3c2c2;
}

div#medcine-payment-pop-up_provider .benefits-of-mem {
    border: 1px solid #ccc;
    display: table;
    border-radius: 20px;
    width: 100%;
    min-width: 360px;
    margin: auto;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border-top-width: 1px;
    border-top-color: rgb(204, 204, 204);
    border-top-style: solid;
    border-top-width: 1px;
    font-size: 14px;
    line-height: 23px;
}

div#medcine-payment-pop-up_provider .row.payment-row {
    background: #000000;
    color: #fff;
    padding: 5px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-style: dashed;
    border-width: 1px;
    border-left: 0px;
    border-right: 0px;
}

div#medcine-payment-pop-up_provider .row.payment-row {
    background: #95908e;
    color: #fff;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-style: dashed;
    border-width: 1px;
    border-left: 0px;
    border-right: 0px;
}

    div#medcine-payment-pop-up_provider .row.payment-row > .col-sm-4 {
        background-color: #8e8c8c;
        transition: all .5s ease-in;
        padding: 2px 0px;
    }

    div#medcine-payment-pop-up_provider .row.payment-row > .col-sm-3.active {
        background-color: #c76c00;
        box-shadow: 0px 2px 20px #696767c7;
    }

    div#medcine-payment-pop-up_provider .row.payment-row > .col-sm-4.active {
        background-color: #c76c00;
        box-shadow: 0px 2px 20px #696767c7;
    }

    div#medcine-payment-pop-up_provider .row.payment-row > .col-sm-3:before {
        content: "";
        width: 0%;
        position: absolute;
        bottom: -2px;
        border: 2px solid #ada6a6;
        left: 0px;
        transition: all .5s ease-in;
    }

    div#medcine-payment-pop-up_provider .row.payment-row > .col-sm-4:before {
        content: "";
        width: 0%;
        position: absolute;
        bottom: -2px;
        border: 2px solid #ada6a6;
        left: 0px;
        transition: all .5s ease-in;
    }

    div#medcine-payment-pop-up_provider .row.payment-row > .col-sm-3.active:before {
        width: 100%;
        border-color: #fff;
    }

    div#medcine-payment-pop-up_provider .row.payment-row > .col-sm-4.active:before {
        width: 100%;
        border-color: #fff;
    }

div#medcine-payment-pop-up_provider .lightpage .sexytabs a {
    text-decoration: none;
    color: #736e6e;
    font-weight: 100 !important;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 5px 0px;
    font-size: 12px;
    text-align: center;
}

div#medcine-payment-pop-up_provider li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
    line-height: 25px;
    color: #fff !important;
    border-radius: 8px 8px 0px 0px;
}

div#medcine-payment-pop-up_provider .sexytabs > ul > li {
    background: #f3f4f5;
    line-height: 25px;
    color: #fff !important;
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #e2e0e0;
}

div#medcine-payment-pop-up_provider li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
}

div#medcine-payment-pop-up_provider .lightpage .sexytabs a {
    text-decoration: none;
    color: #736e6e;
}

div#medcine-payment-pop-up_provider .pay-via-paytm img.image-responsive {
    box-shadow: 0px 5px 6px #c3c2c2d1;
    box-shadow: 0px 5px 6px #c3c2c282;
    height: 292px;
}

div#medcine-payment-pop-up_provider .pay-via-paytm p.scan-the-qr {
    text-align: center !important;
    margin-top: 45px !important;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    text-transform: unset;
    margin-bottom: 15px;
    text-align: left;
    font-size: 12px;
    margin: 45px 5px 0px 5px;
}

div#medcine-payment-pop-up_provider .pay-via-paytm p.for-help {
    white-space: nowrap;
    color: #bf0606;
}

div#medcine-payment-pop-up_provider .scan-forhelp-info-div a {
    font-size: 14px;
}

div#medcine-payment-pop-up_provider .pay-via-paytm p.for-help {
    color: #bf0606;
    margin-bottom: 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #aaa;
    font-size: 12px;
    text-align: center;
}

div#medcine-payment-pop-up_provider .pay-via-paytm .once-done-ple-div {
    padding-top: 40px;
}

div#medcine-payment-pop-up_provider .once-done-ple-div h5.title {
    text-align: center;
    line-height: 25px;
    margin: 0px -17px 12px;
    color: #202f66;
    border-bottom: 1px dotted #ccc;
}

div#medcine-payment-pop-up_provider .pay-via-paytm .once-done-ple-div .send-btn {
    color: #fff;
    border-color: #ff8a00;
    background: #ff8a00;
    padding: 5px 0px;
    width: 100%;
    font-size: 16px;
    text-shadow: none;
}

div#medcine-payment-pop-up_provider .net-banking-contai-div {
    padding: 15px 0px;
    text-align: center;
}

    div#medcine-payment-pop-up_provider .net-banking-contai-div .send-btn {
        color: #fff;
        padding: 5px 20px;
        margin: 0 auto;
        border-color: #ff8a00;
        background: #ff8a00;
        width: auto;
        font-size: 16px;
    }

div#medcine-payment-pop-up_provider .net-banking-contai-div {
    padding: 15px 0px;
    text-align: center;
}

    div#medcine-payment-pop-up_provider .net-banking-contai-div p {
        margin-bottom: 30px;
        text-align: left;
        color: #736e6e;
        font-size: 13px;
        padding: 0px 10px;
    }

div#medcine-payment-pop-up_provider .pay-via-paytm .once-done-ple-div label {
    font-weight: 100;
}

div#medcine-payment-pop-up_provider .col-sm-5.pay-via-paytm {
    text-align: center;
    padding-top: 0px;
}

.m2b-payment-pop-up-class .lightpage .sexytabs .ui-corner-all {
    background: no-repeat;
    border: none;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #ccc;
}

.m2b-payment-pop-up-class .lightpage .contents {
    padding: 10px;
    width: 100%;
    border-top: 1px solid #ccc;
}

div#medcine-payment-pop-up_provider input[type=submit] {
    color: #fff;
    border-color: #ff8a00;
    background: #ff8a00;
    padding: 5px 0px;
    width: 100%;
    font-size: 16px;
    text-shadow: none;
}

#medcine-payment-pop-up_provider .payment-rupee input {
    margin-right: 5px;
    margin-left: 5px;
}

p.scan-the-qr {
    text-align: center;
    margin-top: 45px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    text-transform: unset;
    margin-bottom: 15px;
    box-shadow: 0px 5px 6px #c3c2c2d1;
    box-shadow: 0px 5px 6px #c3c2c282;
    font-size: 12px;
    text-align: left;
}

p.for-help {
    color: #bf0606;
    margin-bottom: 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #aaa;
    font-size: 12px;
    text-align: center;
}

div#Pay-Through-Card-tab .form-group {
    margin-bottom: 5px;
}

    div#Pay-Through-Card-tab .form-group input {
        height: 30px;
        padding: 0px 10px;
    }

.once-done-ple-div {
    padding-top: 40px;
}

div#Pay-Through-Card-tab .form-group input[type="submit"] {
    height: 40px;
}

div#medcine-payment-pop-up_provider .divi-seprator {
    height: 200px;
    border-right: 1px solid #ccc;
    position: relative;
    left: -40px;
}

    div#medcine-payment-pop-up_provider .divi-seprator img {
        position: absolute;
        width: 40px;
        left: 50%;
        margin-left: 10px;
        top: 50%;
        margin-top: -20px;
    }

div#Pay-Through-Card-tab .form-horizontal {
    padding: 10px;
    margin-top: 10px;
    padding-bottom: 0px;
}

.panel-header-for-panel .proper-title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.panel-header-for-panel h4 {
    display: inline-block;
}

.panel-header-for-panel img {
    height: 40px;
    float: right;
}

div#Pay-Through-Card-tab .full-form-data {
    padding: 10px;
    padding-bottom: 0px;
}

.payment-by-paypal-btn-image .full-form-data {
    padding: 10px;
}

.payment-by-paypal-btn-image .panel-header-for-panel .proper-title {
    padding-top: 10px;
}

div#medcine-payment-pop-up_provider .payment-by-paypal-btn-image .proper-title img {
    height: 40px !important;
}

.m2b-payment-pop-up-class .lightpage .contents {
    display: table;
    background: #fff;
}

div#medcine-payment-pop-up_provider .payment-row .col-sm-4 .payment-rupee span span label {
    position: relative;
    top: -2px;
}

.col-sm-4.payment-by-paypal-btn-image .panel-header-for-panel h4 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
}

div#Pay-Through-Card-tab .form-horizontal {
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #c3c2c282;
    box-shadow: 0px 0px 10px #c3c2c282;
}

.payment-by-paypal-btn-image .bind-dat-paypal-panel {
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #c3c2c282;
    box-shadow: 0px 0px 10px #c3c2c282;
}

ul.tabs.mycustom-tab_psign, ul.tabs.mycustom-tab {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    ul.tabs.mycustom-tab_psign li, ul.tabs.mycustom-tab li {
        background: none;
        color: #222;
        display: block;
        padding: 0px;
        cursor: pointer;
        margin-bottom: 10px;
    }

        ul.tabs.mycustom-tab_psign li.current, ul.tabs.mycustom-tab li.current {
            color: #222;
        }

.mycustom-tab-data .tab-content_psign, .tab-content {
    display: none;
    padding: 15px;
}

    .mycustom-tab-data .tab-content_psign.current, .tab-content.current {
        display: inherit;
    }

.option-full-content [type="radio"]:checked, .option-full-content [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .option-full-content [type="radio"]:checked + label, .option-full-content [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        .option-full-content [type="radio"]:checked + label:before, .option-full-content [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        .option-full-content [type="radio"]:checked + label:after, .option-full-content [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #dc4848;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .option-full-content [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .option-full-content [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.payment-by-paypal-btn-image {
    padding: 40px 0px;
}

ul.tabs.mycustom-tab_psign li > p {
    margin: 0px;
}

    ul.tabs.mycustom-tab_psign li > p label {
        margin-bottom: 0px;
    }

div#ctl00_ctl00_UpdatePanel17 {
    padding-top: 10px;
}

@media only screen and (max-width: 999px) {
    .darkpage, .lightpage {
        padding: 10px 0;
    }
}

@media only screen and (max-width: 844px) {
    div#medcine-payment-pop-up_provider .once-done-ple-div h5.title {
        margin: 10px 0px;
    }

    div#medcine-payment-pop-up_provider .modal-dialog {
        max-width: 98% !important;
        width: auto;
    }

    .sexytabs > ul > li {
        float: none;
        width: 100%;
    }

    div#medcine-payment-pop-up_provider .or-spacer span {
        top: 0%;
        margin-top: -25px;
    }

    div#medcine-payment-pop-up_provider .or-spacer {
        height: 35px;
    }

    div#medcine-payment-pop-up_provider .pay-via-paytm p.for-help {
        margin: 0px;
        text-align: center;
        font-size: 12px;
    }

    div#medcine-payment-pop-up_provider .lightpage .sexytabs a {
        text-align: center;
        font-size: 12px;
    }

    p.for-help {
        text-align: center;
        margin-left: 0px;
    }

    div#medcine-payment-pop-up_provider .net-banking-contai-div .send-btn {
        font-size: 16px;
    }

    div#medcine-payment-pop-up_provider .pay-via-paytm p.scan-the-qr {
        margin-top: 0px !important;
    }

    .m2b-payment-pop-up-class .lightpage .contents {
        border-top: 2px solid #d89999;
        background: #ffffff;
        padding: 15px 5px;
    }
}

@media only screen and (max-width: 767px) {
    .error_msg_strip_label {
        text-align: center;
    }

    div#medcine-payment-pop-up_provider .once-done-ple-div h5.title {
        border: none;
    }

    div#medcine-payment-pop-up_provider .pay-via-paytm p.scan-the-qr {
        text-align: center;
    }

    div#medcine-payment-pop-up_provider .pay-via-paytm p.for-help {
        border: none;
    }

    #Fergie .scan-forhelp-info-div {
        border: none;
        margin-top: 0px;
        margin-bottom: 25px;
    }

    #medcine-payment-pop-up_provider .pay-via-paytm .scan-forhelp-info-div > img {
        object-fit: cover !important;
        height: 230px !important;
        margin-bottom: 10px !important;
        width: 100%;
    }

    div#medcine-payment-pop-up_provider .pay-via-paytm .once-done-ple-div {
        padding-top: 20px;
    }

    .panel-header-for-panel {
        display: block;
    }

    div#medcine-payment-pop-up_provider .row.payment-row .col-sm-4 {
        border-bottom: 1px solid #5a5959;
        padding: 3px 0px;
    }

        div#medcine-payment-pop-up_provider .row.payment-row .col-sm-4:last-child {
            border: none;
        }

    p.scan-the-qr {
        margin-top: 0px;
    }

    .col-sm-4.payment-by-paypal-btn-image {
        padding: 80px 15px 0px !important;
    }

    div#medcine-payment-pop-up_provider .divi-seprator {
        transform: rotate(180deg);
        border-top: 1px solid #ccc;
        height: 10px;
        width: 300px;
        margin: 0 auto;
        border-left: none;
        border-right: 0px;
        margin-top: 30px;
        left: 0px;
        margin-bottom: -35px;
    }

        div#medcine-payment-pop-up_provider .divi-seprator img {
            transform: rotate(180deg);
            margin-top: -25px;
            margin-left: -25px;
        }

    .row.payment-icons-upi {
        padding-top: 0px;
        margin-bottom: 10px;
    }

    payment-pop-up_provider .ui-state-default, #medcine-payment-pop-up_provider .ui-widget-content .ui-state-default, #medcine-payment-pop-up_provider .ui-widget-header .ui-state-default {
        width: 100% !important;
    }
}

@media only screen and (min-width:768px) {
    .payment-by-paypal-btn-image .bind-dat-paypal-panel {
        margin: 0px -20px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    div#medcine-payment-pop-up_provider .divi-seprator {
        width: 240px;
    }

    div#medcine-payment-pop-up_provider .benefits-of-mem {
        display: block;
        width: 100%;
        min-width: auto;
    }

    .lightpage .sexytabs {
        min-width: auto;
    }

    div#medcine-payment-pop-up_provider .or-spacer .mask {
        width: 245px;
    }

    div#medcine-payment-pop-up_provider .or-spacer .mask {
        transform: rotate(0deg);
        margin-left: -26px;
        margin-top: 35px;
    }

    .m2b-payment-pop-up-class .lightpage .contents > div {
        padding: 0px;
    }

    div#medcine-payment-pop-up_provider .or-spacer .mask {
        transform: rotate(0deg);
        margin-left: 55px;
        margin-top: 35px;
    }

    div#medcine-payment-pop-up_provider .net-banking-contai-div .send-btn {
        font-size: 14px;
        white-space: normal;
    }

    .m2b-payment-pop-up-class .lightpage .contents {
        box-sizing: border-box;
        display: block;
    }

    .payment-by-paypal-btn-image {
        padding: 0px 0px 10px !important;
    }

    input#ctl00_btnPayNow, #ctl00_ctl00_btnPayNow, #btnPayNow {
        white-space: unset;
        height: auto !important;
        font-size: 12px !important;
        padding: 5px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 360px) {
    .panel-header-for-panel h4 {
        display: inline-block;
        font-size: 15px;
    }

    div#medcine-payment-pop-up_provider .payment-by-paypal-btn-image .proper-title img {
        height: 31px !important;
    }

    .panel-header-for-panel img {
        height: 38px;
    }
}

div#Rihanna .payment-icons-upi .col-xs-4 {
    padding: 5px;
}

    div#Rihanna .payment-icons-upi .col-xs-4 img {
        max-width: 100%;
        border: 1px solid #e7e5e5;
        padding: 2px;
        border-radius: 2px;
    }

.row.payment-icons-upi {
    padding-top: 25px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-radius: 5px;
}

#medcine-payment-pop-up_provider .pay-via-paytm .scan-forhelp-info-div > img {
    height: 105px !important;
    object-fit: cover !important;
    border-radius: 9px 9px 0px 0px !important;
    box-shadow: none !important;
    width: 100%;
}

#Fergie .scan-forhelp-info-div {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 29px;
}

li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a {
    background: #f3f4f5;
    color: #333 !important;
}

.lightpage .sexytabs a {
    background: #dc4848;
    color: #fff !important;
}

#medcine-payment-pop-up_provider .ui-state-default, #medcine-payment-pop-up_provider .ui-widget-content .ui-state-default, #medcine-payment-pop-up_provider .ui-widget-header .ui-state-default {
    width: 25%;
}

div#medcine-payment-pop-up_provider .lightpage .sexytabs a {
    overflow: visible;
}

div#medcine-payment-pop-up_provider .row.payment-row {
    padding: 0px;
    margin-bottom: 15px;
}

.lightpage .sexytabs a {
    background: #2c5524;
    color: #fff !important;
}

input#ctl00_Button2 {
    width: 100px !important;
    display: table;
    margin: 0 auto;
}
/*********Css/medicinePopup.css*****************/

/*********jquery.ui.stars.css*****************/
.ui-stars-star, .ui-stars-cancel {
    float: left;
    display: block;
    overflow: hidden;
    text-indent: -999em;
    cursor: pointer;
}

    .ui-stars-star a, .ui-stars-cancel a {
        width: 16px;
        height: 15px;
        display: block;
        background: url(jquery.ui.stars.gif) no-repeat 0 0;
    }

    .ui-stars-star a {
        background-position: 0 -32px;
    }

.ui-stars-star-on a {
    background-position: 0 -48px;
}

.ui-stars-star-hover a {
    background-position: 0 -64px;
}

.ui-stars-cancel-hover a {
    background-position: 0 -16px;
}

.ui-stars-star-disabled, .ui-stars-star-disabled a, .ui-stars-cancel-disabled a {
    cursor: default !important;
}

.ratingStar {
    font-size: 0;
    width: 14px;
    height: 16px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../img/Star-on.png);
}


/*********jquery.ui.stars.css*****************/

/*********pip_master.css*****************/

h4 {
    margin-top: 0;
    margin-bottom: 0;
}

.ratingStar1 {
    font-size: 0pt;
    width: 18px;
    height: 17px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
    margin: 11px 0px 0px 0px;
}

.dvnootherimagecss {
    margin-left: 235px;
    text-align: left !important;
    font-weight: bold;
}

.skuTitle_reserve_table a {
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
    width: auto;
    margin-left: 3px;
    margin-top: 2px;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

#index_bg_main {
    padding-bottom: 0px !important;
}

.skuTitle_reserve_table433 {
    background-color: #ff8a00;
    float: right;
}



.pipamenu {
    color: Black !important;
    text-decoration: none;
}

.skuTitle_reserve_table433:hover {
    background-color: #797979;
}

.skuTitle_reserve_table a:hover {
    text-decoration: none;
}

.main_div {
    position: absolute;
    width: 100%;
    margin-top: 108px;
}

.topchildheight {
    margin-top: 200px;
}



.heading_detail {
    width: 82% !important;
    float: left;
    padding: 2px 0px 0px 10px;
    font-size: 15px;
    font-family: Arial;
}

.overlay3 {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0.5;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1001;
}

.pull-right {
    margin-left: 7PX;
}

textarea {
    width: 172PX;
}

#wrapper212 {
    background-color: #f6f6f6;
    box-shadow: 0 0 10px #aaa;
    width: 760px;
    height: 160px;
    margin: 0;
    position: relative;
    margin: 10px 0px 0px 15px;
}

#wrapper h3 {
    font-size: 20px;
    text-align: center;
    color: #999;
    margin: 0;
    padding-top: 50px;
}

#inner {
}

#carousel img {
    height: auto;
    border: none;
    display: block;
    float: left;
    padding: 0 10px;
}

#donate-spacer {
    height: 100%;
}

#donate {
    width: 750px;
    padding: 50px 75px;
    margin: 0 auto;
    overflow: hidden;
}

    #donate p, #donate form {
        margin: 0;
        float: left;
    }

    #donate p {
        width: 650px;
    }

    #donate form {
        width: 100px;
    }

.heading2154 {
    color: black !important;
    margin-left: 1px;
}

.pip-master1 {
    float: right;
    margin-left: 8px;
    margin-top: 9px;
    display: table;
    width: 100%;
    text-align: right;
}

.pip-master2 {
    display: none;
    position: absolute;
    z-index: 2;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #cccccc;
    padding-left: 10px;
    background-color: #ffffff !important;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.25);
}

.pip-master3 {
    padding-right: 17px;
}

.pip-master4 {
    float: left;
}

.pip-master5 {
    float: right;
    clear: both;
    text-align: center;
}

.pip-master6 {
    margin-left: 13px;
}

.pip-master7 {
    width: 23px;
    height: 23px;
    float: right;
}

.pip-master15 {
    color: #ffffff;
}

.pip-master16 {
    width: 50%;
    height: 20px;
    margin-top: 0px;
    display: inline;
}

.pip-master17 {
    width: 50%;
    display: inline-block !important;
}

.pip-master14 {
    margin: 5px 0px;
}

.pip-master18 {
    top: 0 !important;
}

.pip-master19 {
    text-decoration: underline;
    color: Black;
    cursor: pointer;
}

.pip-master20 {
    display: none;
}

.pip-master21 {
    height: 400px;
}

.pip-master22 {
    height: 10px;
}

.pip-master23 {
    float: left;
    padding-top: 4px;
    margin-right: 2px;
}

.pip-master24 {
    text-align: left;
    color: Black;
    padding-bottom: 10px;
    padding-top: 6px;
    display: none;
}

.pip-master25 {
    margin-top: 5px;
    color: Black;
}

.pip-master26 {
    color: Blue;
}

.pip-master27 {
    display: none;
}

.pip-master28 {
    height: 5px;
}

.pip-master29 {
    padding-right: 51px;
    padding-left: 50px;
}

.pip-master30 {
    color: Green;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
}

.pip-master31 {
    margin-left: 60px;
}

.pip-master32 {
    float: left;
    margin-left: 28px;
}

.pip-master33 {
    margin-top: 10px;
}

.pip-master34 {
    position: absolute;
    float: left;
}

.pip-master35 {
    float: left;
}

.pip-master36 {
    margin-top: 24px;
    width: auto;
    margin-left: -75px;
}

.pip-master37 {
    width: 200px;
}

.pip-master38 {
    padding-left: 0px;
}

.pip-master39 {
    padding-top: 4px;
    padding-bottom: -3px;
    height: 19px;
}

.pip-master40 {
    text-align: left;
}

.pip-master41 {
    color: Yellow;
    width: 200px;
    height: 21px;
    overflow: hidden;
    position: absolute;
    margin-left: 3px;
}

.pip-master42 {
    margin-left: 9px;
    margin-top: 20px;
    vertical-align: middle;
}

.pip-master43 {
    color: #669933;
    font-size: 13px;
    margin-top: 6px;
    font-weight: bold;
    width: 260px;
    text-align: center;
}

.pip-master44 {
    text-align: left;
}

.pip-master45 {
    color: Yellow;
    width: 100px;
    height: 21px;
    overflow: hidden;
    position: absolute;
    margin-left: 3px;
}

.pip-master47 {
    width: 120px;
}

.pip-master48 {
    display: block;
}

.pip-master49 {
    width: 50px;
}

.pip-master50 {
    width: 100px;
}

.pip-master51 {
    width: 138px;
}

.pip-master52 {
    vertical-align: top;
}

.pip-master53 {
    border: 1px solid #333;
    resize: none;
}

.pip-master54 {
    width: 50px;
}

.pip-master55 {
    display: block;
    width: 155px;
}

.pip-master56 {
    display: none;
}

.pip-master57 {
    background-color: Black;
    width: 100%;
    margin-bottom: 2px;
    height: 80px;
}

.pip-master58 {
    text-align: center;
}

.pip-master59 {
    position: fixed;
    top: 16%;
}

.pip-master60 {
    text-decoration: none;
    width: 80%;
    float: left;
}

.pip-master61 {
    width: 99.2%;
}

.pip-master62 {
    margin-top: 4px;
    margin-left: 73px;
}

.pip-master63 {
    padding-left: 30px;
}

.pip-master64 {
    text-align: center;
}

.pip-master65 {
    width: 555px;
    margin-left: 20px;
    float: left;
    color: red;
    font-family: Verdana;
    font-size: 10px;
    display: none;
}

.pip-master66 {
    width: 555px;
    margin-left: 203px;
}

.pip-master67 {
    padding: 0px;
    margin-right: -6px;
}

.textboxborder {
    border: 2px solid #c9c9c9;
    border-radius: 5px;
}

.button_1:hover {
    text-decoration: none;
}

.top {
    height: auto;
    float: left;
    margin: 5px 0 0 0;
    width: 90%;
}

#index_img_main {
    background: #fafaf9;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.tab {
    width: 980px;
    height: auto;
    float: left;
    background-color: #DA9200;
    margin: 10px 0px 0;
    padding: 10px;
    color: Black;
}

.star_head {
    position: absolute;
    height: auto;
    float: right;
    margin: 22px 0 0 900px;
    width: 112px;
}

.tab ul {
    margin: 0;
    padding: 0px;
}

.dvcss34 {
    float: right;
}

.ratingStar1 {
    font-size: 0pt;
    width: 18px;
    height: 17px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
}

.div_star_content {
    position: absolute;
    right: 0;
    top: -6px;
    right: 30px;
}

.activePIPMenu {
    color: White !important;
}

.pipamenu {
    color: white !important;
    text-decoration: none;
}

.skuTitle_reserve_table433:hover {
    background-color: #797979;
}

.skuTitle_reserve_table a:hover {
    text-decoration: none;
}

.main_div {
    position: absolute;
    width: 100%;
    margin-top: 108px;
}

.topchildheight {
    margin-top: 0px;
    text-align: justify;
}

.activePIPMenu {
    color: White !important;
}

.heading_detail {
    width: 98%;
    float: left;
    padding: 2px 0px 0px 10px;
    font-size: 15px;
    font-family: Arial;
}

.overlay3 {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0.5;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1001;
}

.pull-right {
    margin-left: 7PX;
}

textarea {
    width: 172PX;
}

#wrapper212 {
    background-color: #f6f6f6;
    box-shadow: 0 0 10px #aaa;
    width: 760px;
    height: 160px;
    margin: 0;
    position: relative;
    margin: 10px 0px 0px 15px;
}

#wrapper h3 {
    font-size: 20px;
    text-align: center;
    color: #999;
    margin: 0;
    padding-top: 50px;
}

#carousel img {
    height: auto;
    border: none;
    display: block;
    float: left;
    padding: 0 10px;
}

#donate-spacer {
    height: 100%;
}

#donate {
    width: 750px;
    padding: 50px 75px;
    margin: 0 auto;
    overflow: hidden;
}

    #donate p, #donate form {
        margin: 0;
        float: left;
    }

    #donate p {
        width: 650px;
    }

    #donate form {
        width: 100px;
    }

.pip_mater002 a:hover, .pip_mater002 a:focus, .marginicon a:hover, .marginicon a:focus {
    color: White !important;
}

.pip_mater0012 {
    margin-top: 2px;
    display: table;
    width: 100%;
}

.pip-master2 {
    display: none;
    position: absolute;
    z-index: 2;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #cccccc;
    padding-left: 10px;
    background-color: #58aa48bf;
}

.pip-right {
    float: right;
}

.pip-master3 {
    padding-right: 17px;
}

.pip-master4 {
    float: left;
}

.pip-master5 {
    float: right;
    clear: both;
    text-align: center;
}

.pip-master6 {
    margin-left: 13px;
}

.pip-master7 {
    width: 23px;
    height: 23px;
    float: right;
}

.pip-master15 {
    color: #ffffff;
}

.pip-master18 {
    top: 0 !important;
}

.pip-master19 {
    text-decoration: underline;
    color: Black;
    cursor: pointer;
}

.pip-master20 {
    display: none;
}

.pip-master21 {
    height: 400px;
}

.pip-master22 {
    height: 10px;
}

.divstar_head {
    margin-top: 21px;
}

.pip-master23 {
    float: left;
    padding-top: 4px;
    margin-right: 2px;
}

.pip-master24 {
    text-align: left;
    color: Black;
    padding-bottom: 10px;
    padding-top: 6px;
    display: none;
}

.pip-master25 {
    margin-top: 5px;
    color: Black;
}

.pip-master26 {
    color: Blue;
}

.pip-master27 {
    display: none;
}

.pip-master28 {
    height: 5px;
}

.pip-master29 {
    padding-right: 51px;
    padding-left: 50px;
}

.pip-master30 {
    color: Green;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
}

.pip-master31 {
    margin-left: 60px;
}

.pip-master32 {
    float: left;
    margin-left: 28px;
}

.pip-master33 {
    margin-top: 10px;
}

.pip-master34 {
    position: absolute;
    float: left;
}

.pip-master35 {
    float: left;
}

.pip-master36 {
    margin-top: 24px;
    width: auto;
    margin-left: -75px;
}

.pip-master37 {
    width: 200px;
}

.pip-master38 {
    line-height: 21px;
    padding-left: 0px;
}

.pip-master39 {
    padding-top: 4px;
    padding-bottom: -3px;
    height: 19px;
}

.pip-master40 {
    text-align: left;
}

.pip-master41 {
    color: Yellow;
    width: 200px;
    height: 21px;
    overflow: hidden;
    position: absolute;
    margin-left: 3px;
}

.pip-master42 {
    margin-left: 9px;
    margin-top: 20px;
    vertical-align: middle;
}

.btncss23 {
    background: #ff8a00;
    -webkit-border-radius: 12;
    -moz-border-radius: 12;
    border-radius: 12px;
    font-family: Arial;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

    .btncss23:hover {
        background: #656464 !important;
        text-decoration: none !important;
    }

.pip-master43 {
    color: #669933;
    font-size: 13px;
    margin-top: 6px;
    font-weight: bold;
    width: 260px;
    text-align: center;
}

.pip-master44 {
    text-align: left;
}

.pip-master45 {
    color: Yellow;
    width: 100px;
    height: 21px;
    overflow: hidden;
    position: absolute;
    margin-left: 3px;
}

.pip-master47 {
    width: 120px;
}

.pip-master48 {
    display: block;
}

.pip-master49 {
    width: 50px;
}

.pip-master50 {
    width: 100px;
}

.pip-master51 {
    width: 138px;
}

.pip-master52 {
    vertical-align: top;
}

.pip-master53 {
    border: 1px solid #333;
    resize: none;
}

.pip-master54 {
    width: 50px;
}

.pip-master55 {
    display: block;
    width: 155px;
}

.pip-master56 {
    display: none;
}

.pip-master57 {
    background-color: Black;
    width: 100%;
    margin-bottom: 2px;
    height: 80px;
}

.pip-master58 {
    text-align: center;
}

.pip-master59 {
    position: fixed;
    top: 16%;
}

.pip-master60 {
    text-decoration: none;
    width: 80%;
    float: left;
}

.pip-master61 {
    width: 99.2%;
}

.pip-master62 {
    margin-top: 4px;
    margin-left: 73px;
}

.pip-master63 {
    padding-left: 30px;
}

.pip-master64 {
    text-align: center;
}

.pip-master65 {
    width: 555px;
    margin-left: 20px;
    float: left;
    color: red;
    font-family: Verdana;
    font-size: 10px;
    display: none;
}

.pip-master66 {
    width: 555px;
    margin-left: 203px;
}

.pip-master67 {
    padding: 0px;
    margin-right: -6px;
}

.textboxborder {
    border: 2px solid #c9c9c9;
    border-radius: 5px;
}

.button_1:hover {
    text-decoration: none;
}

.top {
    width: 100% !important;
}

.pip_mater002 {
}

.emptyRatingStar {
    background-image: url(../../img/Star-off.png);
}

div#ctl00_ProviderRating {
    float: right;
}

.pip-master10 {
    width: 50%;
    float: left;
}

    .pip-master10 input#ctl00_txtLoginEmail {
        width: 90% !important;
        border-radius: 2px;
        border: 1px solid #ccc;
        height: 30px;
        margin-top: 10px;
    }

.pip-master11 {
    width: 50%;
    float: left;
}

    .pip-master11 input#ctl00_txtLoginPassword {
        width: 90% !important;
        border-radius: 2px;
        border: 1px solid #ccc;
        height: 30px;
        margin-top: 10px;
    }

div#ctl00_UpdatePanel21 input {
    padding: 10px 25px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #2d7d30;
    color: #fff;
}

.pip-master14 a {
    color: red;
}

textarea#ctl00_txtCommentFevorite {
    margin-bottom: 10px;
}

a#ctl00_btnCommentAddFevorite {
    background: #4CAF50;
    margin: 15px !important;
}

a#ctl00_btnCommentAddFevorite {
    background: #4CAF50 !important;
    margin: 15px !important;
    color: #fff !important;
}

textarea#ctl00_txtCommentFevorite {
    margin-bottom: 10px;
}
/*********pip_master.css*****************/

/*********customer.css*****************/
.table_myfavou {
    padding: 15px 0 10px 35px;
}

.mGrid_2 td {
    border: solid 1px #c1c1c1;
    color: #717171;
    text-align: center;
    word-break: break-all;
    padding: 0;
}

.mGrid td {
    border: solid 1px #c1c1c1;
    color: #717171;
    text-align: center;
    padding: 2px;
    word-break: normal;
    word-wrap: break-word;
}

.Shedule_bdr tr {
    border: 1px solid #ccc;
}

.shedule_paginattion {
    background-color: #E9E9E9;
}


.rating_template {
    width: 450px;
    margin-left: 12px;
    height: auto;
    float: left;
    border: 1px solid #CCC;
    margin-bottom: 5px;
    background-color: #FFF;
}

.rating_header {
    width: 450px;
    background-color: #c03;
    font-family: Monotype Corsiva;
    font-size: 14px;
    color: #FFF;
    height: 23px;
}

.rating_comment {
    width: 180px;
    font-family: MV Boli;
    margin-top: 0;
    float: left;
}

.rating_comment_by_date {
    width: 100px;
    font-size: 14px;
    font-family: MV Boli;
    margin-top: 1px;
    float: right;
}

.rating_to_customer {
    float: right;
    width: 100px;
    height: 20px;
}

.review_text_by_provider {
    width: 395px;
    height: 50px;
    font-family: Verdana;
    font-size: 12px;
    border: 1px solid #CCC;
    color: #000;
    text-align: justify;
    background-color: #FFF;
    overflow: auto;
    margin: 25px auto auto;
    padding: 5px;
}

.tbl_paging {
    border: 1px solid #DAD7D7;
    border-radius: 5px 5px 5px 5px;
    padding: 3px 3px 3px 5px;
}

.rating_provider_name {
    width: 450px;
    margin-top: 8px;
    background-color: #F5F5DC;
    height: 20px;
}

.rating_provider_name_a {
    width: 350px;
    font-family: MV Boli;
    color: #DC143C;
    font-size: 14px;
    margin-top: 2px;
    float: left;
}

.reviews_box {
    height: auto;
    padding-bottom: 10px;
    width: 700px;
    min-height: 129px;
    background-color: #FFF;
    border: 1px solid #DAD7D7;
    margin-left: 12px;
    float: left;
    margin-top: 20px;
    border-radius: 10px;
}

.RepeaterPanel {
    margin-left: 120px;
}

.customer_name_review {
    font-weight: 700;
    margin-bottom: 6px;
    color: #069;
    font-size: 20px;
    font-family: Estrangelo Edessa;
    margin-left: 20px;
    margin-top: 5px;
}

.customer_name_review_my_past_review {
    color: #069;
    font-family: Arial;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    margin-left: 20px;
    margin-top: 5px;
}

.reviewed_on_date {
    margin-left: 30px;
    width: 200px;
    height: 20px;
    margin-top: 2px;
    float: left;
    font-family: Verdana;
    color: #999;
}

.reviewed_on_date_2 {
    color: #999;
    float: left;
    font-family: Verdana;
    height: 20px;
    margin-left: 30px;
    width: 250px;
}

.review_main_area_provider_review {
    height: auto;
    font-size: 14px;
    float: left;
    clear: both;
    margin-top: 17px;
    text-align: justify;
    margin-left: 6px;
    width: 650px;
    word-wrap: break-word;
}

.review_main_area {
    min-height: 70px;
    word-wrap: break-word;
    height: 80px;
    font-size: 14px;
    font-family: Trebuchet MS;
    float: left;
    clear: both;
    margin-top: 5px;
    text-align: justify;
    margin-left: 24px;
    width: 640px;
}

.more_review_page {
    clear: both;
    color: Blue;
    float: right;
    font-family: verdana;
    font-size: 14px;
    margin-left: 10px;
    padding-top: 10px;
}

.ratingdiv {
    float: left;
}

.review_main_area_2 {
    height: auto;
    font-size: 14px;
    font-family: Trebuchet MS;
    float: left;
    clear: both;
    margin-top: 17px;
    text-align: justify;
    margin-left: 24px;
    width: 625px;
}

.reviews_box_22 {
    width: 700px;
    height: auto;
    background-color: #FFF;
    border: 1px solid #DAD7D7;
    float: left;
    margin-top: 20px;
    border-radius: 10px;
}

.pagingDL_booking table td {
    float: left;
    width: 12px;
}

.pagingDL_booking table {
    background-color: #F2F2F2;
    border: 1px solid #CCC;
    border-radius: 4px 4px 4px 4px;
    float: left;
    font-family: verdana;
    font-size: 14px;
    margin-left: 75px;
    width: 780px;
}

.hide {
    display: none;
}

.my_booking_table {
    background-color: #424242;
    color: #FFF;
    height: 22px;
    padding-top: 6px;
    text-align: center;
    width: 100px;
}

.text_center_align {
    text-align: center;
}

.disable_a {
    text-decoration: none;
    cursor: text;
    color: #000;
}

.ComentToRestaurant_booking_page {
    font-weight: 400;
    color: #000;
    display: none;
    position: absolute;
    width: 411px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    border-radius: 4px 4px 4px 4px;
    text-align: left;
    font-size: 12px;
}

.boxof_myreservation {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 2px #888;
    float: left;
    height: auto;
    margin-left: 8%;
    margin-top: 20px;
    padding-bottom: 6px;
    width: 82%;
}

.nameof_restaurantmyreser {
    color: #C03;
    float: left;
    font-size: 18px;
    font-weight: 700;
    margin-left: 20px;
    margin-top: 20px;
}

.stars_newmyreservation {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
}

.date_myreservationnew {
    margin-top: 20px;
    float: left;
    margin-left: 20px;
    clear: both;
    font-size: 14px;
    color: Gray;
}

.commenthead_myreservationnew {
    margin-top: 10px;
    float: left;
    margin-left: 20px;
    clear: both;
    font-size: 14px;
    color: #000;
}

.commentarea_mybookingpage {
    width: 736px;
    word-wrap: break-word;
    float: left;
    clear: both;
    font-size: 13px;
    font-family: Arial;
    color: #4E4848;
    margin-left: 20px;
    margin-top: 10px;
    text-align: justify;
    height: auto;
}

.borrderr_new_myreservation {
    width: 100%;
    height: 2px;
    float: left;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
}

.link_myreservation {
    float: left;
    color: #069;
    font-weight: 700;
    margin-top: 6px;
    width: 19%;
    text-align: center;
}

.link_myreservation_removetomyfavorite {
    float: left;
    color: #069;
    font-weight: 700;
    margin-top: 6px;
    width: 23%;
    text-align: center;
}

.link_myreservation_light_booking {
    float: left;
    color: #069;
    font-weight: 700;
    margin-top: 6px;
    width: 19%;
    text-align: center;
    opacity: .5;
}

.mGrid_2 th, .mGrid_up_2 th, .mGrid th, .mGrid_up th {
    color: #fff;
    background: #424242;
    border-left: solid 1px #525252;
    font-size: .9em;
    padding: 4px 2px;
}

.mGrid_2 .alt, .mGrid_up_2 .alt, .mGrid .alt, .mGrid_up .alt {
    background: #fcfcfc url(grd_alt.png) repeat-x top;
}

.mGrid_2 .pgr, .mGrid_up_2 .pgr, .mGrid .pgr, .mGrid_up .pgr {
    background: #424242 url(grd_pgr.png) repeat-x top;
}

    .mGrid_2 .pgr table, .mGrid_up_2 .pgr table, .mGrid .pgr table, .mGrid_up .pgr table {
        margin: 5px 0;
    }

    .mGrid_2 .pgr td, .mGrid_up_2 .pgr td, .mGrid .pgr td, .mGrid_up .pgr td {
        border-left: solid 1px #666;
        font-weight: 700;
        color: #fff;
        line-height: 12px;
        border-width: 0;
        padding: 0 6px;
    }

    .mGrid_2 .pgr a, .mGrid_up_2 .pgr a, .mGrid .pgr a, .mGrid_up .pgr a {
        color: #666;
        text-decoration: none;
    }

        .mGrid_2 .pgr a:hover, .mGrid_up_2 .pgr a:hover, .mGrid .pgr a:hover, .mGrid_up .pgr a:hover {
            color: #000;
            text-decoration: none;
        }

.mGrid_up_2, .mGrid_up {
    text-align: center;
    width: 100%;
    background-color: #fff;
    border: solid 1px #525252;
    border-collapse: collapse;
    margin: 5px 0 10px;
}

    .mGrid_up_2 td, .mGrid_up td {
        border: solid 1px #c1c1c1;
        color: #717171;
        padding: 2px;
    }

.review_by_provier, .provier_reviw {
    float: left;
    height: 430px;
    margin-top: 0;
    padding-left: 5px;
    width: 980px;
}
/*********customer.css*****************/

/*********Calendar.css*****************/
/*.hasDatepicker {
    width: 100px !important;
}*/

#CalendarControlIFrame {
    display: none;
    left: 100px;
    position: absolute;
    top: 0;
    height: 250px;
    width: 250px;
    z-index: 100;
}

#CalendarControl {
    position: absolute;
    background-color: #FFF;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 100;
}

    #CalendarControl table {
        font-size: 8pt;
        border-left: 1px solid #336;
        border-right: 1px solid #336;
    }

    #CalendarControl th {
        font-weight: 400;
    }

        #CalendarControl th a {
            font-weight: 700;
            text-decoration: none;
            color: #ff0;
            padding: 1px;
        }

    #CalendarControl td {
        text-align: center;
    }

    #CalendarControl .header {
        background-color: #336;
    }

    #CalendarControl .weekday {
        background-color: #DDD;
        color: #000;
    }

    #CalendarControl .weekend {
        background-color: #FFC;
        color: #000;
    }

    #CalendarControl .current {
        background-color: #336;
        color: #FFF;
    }

    #CalendarControl .current, #CalendarControl .weekday, #CalendarControl .weekend {
        display: block;
        text-decoration: none;
        border: 1px solid #FFF;
        width: 2em;
    }

        #CalendarControl .current:hover, #CalendarControl .weekday:hover, #CalendarControl .weekend:hover {
            color: #FFF;
            background-color: #336;
            border: 1px solid #999;
        }

    #CalendarControl .previous {
        text-align: left;
    }

    #CalendarControl .next {
        text-align: right;
    }

    #CalendarControl .next, #CalendarControl .previous {
        padding: 1px 3px;
        font-size: 1.4em;
    }

        #CalendarControl .next a, #CalendarControl .previous a {
            color: #FFF;
            text-decoration: none;
            font-weight: 700;
        }

    #CalendarControl .title {
        text-align: center;
        font-weight: 700;
        color: #FFF;
    }

    #CalendarControl .empty {
        background-color: #CCC;
        border: 1px solid #FFF;
    }

.hotspot {
    color: #900;
    padding-bottom: 1px;
    border-bottom: 0 dotted #900;
    cursor: pointer;
}

#tt {
    position: absolute;
    display: block;
    background: url(images/tt_left.gif) top left no-repeat;
}

#tttop {
    display: block;
    height: 5px;
    margin-left: 5px;
    background: url(images/tt_top.gif) top right no-repeat;
    overflow: hidden;
}

#ttcont {
    display: block;
    padding: 2px 12px 3px 7px;
    margin-left: 5px;
    background: #666;
    color: #FFF;
    font-family: Verdana,Arial;
    font-size: 11px;
}

#ttbot {
    display: block;
    height: 5px;
    margin-left: 5px;
    background: url(images/tt_bottom.gif) top right no-repeat;
    overflow: hidden;
}
/*********Calendar.css*****************/

/*********CrebasCSS.css*****************/
body {
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    margin: 0;
}

img {
    border: 0;
}

#Rapper {
    width: 980px;
    margin: 0 auto;
    padding: 0;
}

#Header {
    width: 980px;
    margin: 0;
    padding: 0;
}

.Logo {
    width: 225px;
    float: left;
    margin: 0;
    padding: 0;
}

.MainMenu {
    width: 740px;
    float: right;
    text-align: right;
    margin: 0;
    padding: 0;
}

.TopBotMenu {
    color: #fff;
    margin: 30px 0 0;
    padding: 0;
}

    .TopBotMenu a {
        text-decoration: none;
        color: #fff;
    }

.Sep {
    margin: 0 10px;
    padding: 0;
}

.SubMenu {
    text-align: left;
    width: 512px;
    margin: 20px 0 0;
    padding: 8px 0 0;
}

    .SubMenu a {
        text-decoration: none;
        color: #fffdfd;
    }

#MainDiv {
    width: 980px;
    margin: 0;
    padding: 0;
}

.CenterDiv {
    min-height: 440px;
}

.TopSearch {
    width: 980px;
    margin: 0 auto;
}

    .TopSearch h1 {
        color: #223543;
        margin: 5px 0;
    }

.searchmain_subscribtion {
    margin: 20px 0 0 418px;
    padding: 0;
}

.subscribtion_information_msg {
    color: green;
    float: left;
    font-family: verdana;
    margin-top: 16px;
    text-align: center;
    width: 100%;
}

.header_subscribtion_grid {
    background-color: #358BA4;
    font-weight: 700;
    font-size: 14px;
    color: #FFF;
}

._row_color_2 {
    background-color: #F7FBFC;
    color: #000;
    font-family: Verdana;
}

.Sfooter {
    margin: 5px 0;
    padding: 0;
}

.SearchForm {
    margin: 10px 0 0;
    padding: 0;
}

.Sleft {
    color: #000;
    margin: 0;
    padding: 0 25px 0 0;
}

.SearchTxt {
    width: 180px;
    border: solid 1px #c2c2c2;
    color: #6c6c6c;
}

.Footer {
    border-top: solid 1px #b8b8b8;
    margin: 0;
    padding: 0;
}

.FooterMenu {
    width: 980px;
    margin: 0 auto;
    padding: 10px 0 0;
}

    .FooterMenu a {
        text-decoration: none;
        color: #201e17;
    }

.FooterLink {
    float: right;
}

.CopyRight {
    color: #201e17;
    float: left;
    width: 280px;
}

.ErrorMsgPwd {
    font-size: 10px;
    color: Red;
    margin-right: 65px;
    font-weight: 400;
}

.ErrorMsg_please_alpha_numeric {
    font-size: 10px;
    color: Red;
    font-weight: 400;
    float: left;
    padding-top: 4px;
    padding-bottom: 4px;
}

.ErrorMsg_table_infopage {
    color: Red;
    float: left;
    font-size: 10px;
    font-weight: 400;
    padding-left: 10px;
    padding-top: 10px;
    width: 306px;
    text-align: center;
}

.ErrorMsg_confirmationnew {
    font-size: 10px;
    color: Red;
    font-weight: 400;
    padding-left: 20px;
}

.ErrorMsg_loginpage {
    font-size: 10px;
    color: Red;
    width: 200px;
    float: left;
    font-weight: 400;
}

.ErrorMsg_ChangePsw {
    font-size: 10px;
    float: left;
    margin-top: 4px;
    color: Red;
    font-weight: 400;
    padding-left: 10px;
}

.ErrorMsg_password_page {
    color: Red;
    font-size: 10px;
    font-weight: 400;
    padding-left: 5px;
}

.GreenMesg {
    font-size: 11px;
    color: Green;
    font-weight: 400;
}

.ErrorMsg_closing_req {
    font-size: 10px;
    color: Red;
    font-weight: 400;
    margin-left: 10px;
}

.ErrorMsgloginpop {
    font-size: 10px;
    color: #c03;
    font-weight: 400;
}

.ErrorMsg_singup_pop_customer {
    font-size: 9px;
    padding-left: 2px;
    color: Red;
    font-weight: 400;
}

.textInput {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    border: 1px solid #ada8a1;
    resize: none;
}

.urldemo {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    margin-left: 403px;
}

.textInput_1 {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    border: 1px solid #ada8a1;
    margin-top: 10px;
}

.FndMain {
    text-align: center;
    width: 980px;
    border: solid 1px #b8b8b8;
    margin: 0;
    padding: 0;
}

.FnbName {
    width: 115px;
    float: left;
    border-right: solid 1px #b8b8b8;
    text-align: center;
    background-color: #58aa48;
    color: #FFF;
}

.FnbSName {
    width: 150px;
    float: left;
    border-right: solid 1px #b8b8b8;
    text-align: center;
    background-color: #58aa48;
    color: #FFF;
}

.FnbIcn {
    width: 160px;
    float: left;
    border-right: solid 1px #b8b8b8;
    text-align: center;
    background-color: #58aa48;
    color: #FFF;
}

.FnbItmName {
    width: 100px;
    float: left;
    border-right: solid 1px #b8b8b8;
    text-align: center;
}

.FnbItmDesc {
    width: 140px;
    float: left;
    border-right: solid 1px #b8b8b8;
    text-align: center;
}

.FnbPrice {
    text-align: center;
    color: #000;
}

.FnbItmHead {
    color: #223543;
    font-weight: 700;
    border: 1px solid #000;
    padding: 5px 0;
}

.clear {
    clear: both;
}

.gColor {
    background: #9F3;
    border: solid 1px #000;
    width: 40px;
    float: left;
    text-align: center;
    padding: 0;
}

.gRed {
    background: #F03;
    border: solid 1px #000;
    width: 40px;
    float: left;
    text-align: center;
    padding: 0;
}

.gYello {
    background: #F7FE2E;
    width: 200px;
    float: left;
    border: 2px solid;
    text-align: center;
    border-color: #000;
    padding: 0;
}

.lbltime {
    color: #223543;
    text-align: left;
    margin: 0;
    padding: 0;
}

.style1 {
    width: 50px;
}

ul.topnav {
    list-style: none;
    float: right;
    text-align: right;
    width: 940px;
    font-size: 1.2em;
    margin: 0;
    padding: 0 20px;
}

    ul.topnav li {
        float: left;
        position: relative;
        margin: 0;
        padding: 0 15px 0 0;
    }

        ul.topnav li a {
            display: block;
            text-decoration: none;
            float: left;
            padding: 10px 5px;
        }

            ul.topnav li a:hover {
                background: url(topnav_hover.gif) no-repeat center top;
            }

        ul.topnav li span {
            width: 17px;
            height: 35px;
            float: left;
            background: url(../Images/subnav_btn.gif) no-repeat center top;
        }

            ul.topnav li span.subhover {
                background-position: center bottom;
                cursor: pointer;
            }

        ul.topnav li ul.subnav {
            list-style: none;
            position: absolute;
            left: 0;
            top: 35px;
            background: #455c6e;
            display: none;
            float: left;
            width: 170px;
            -moz-border-radius-bottomleft: 5px;
            -moz-border-radius-bottomright: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -webkit-border-bottom-right-radius: 5px;
            border: 1px solid #111;
            margin: 0;
            padding: 0;
        }

            ul.topnav li ul.subnav li {
                border-top: 1px solid #223543;
                border-bottom: 1px solid #223543;
                clear: both;
                width: 170px;
                margin: 0;
                padding: 0;
            }

html ul.topnav li ul.subnav li a {
    float: left;
    width: 160px;
    background: #455c6e url(dropdown_linkbg.gif) no-repeat 10px center;
    color: #fff;
    font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

    html ul.topnav li ul.subnav li a:hover {
        background: #223543 url(dropdown_linkbg.gif) no-repeat 10px center;
    }

#header img {
    margin: 20px 0 10px;
}

.calandarTopBg {
    background: url(../Images/CalandarTopBg.gif) no-repeat;
    height: 53px;
    margin: 20px 0 0;
    padding: 0;
}

.CalTabTop {
    background: url(../Images/CalandarTabTop.gif) no-repeat;
    height: 35px;
    margin: 0;
    padding: 0;
}

.CalTabBot {
    background: url(../Images/CalandarTabBot.gif) no-repeat;
    height: 37px;
    text-align: center;
    margin: 0 0 10px;
    padding: 0;
}

.Test {
    cursor: pointer;
    padding: 0 4px 0 0;
}

.RestaurantTop {
    background: url(../Images/RestaurantTopBg.gif) no-repeat;
    height: 62px;
    margin: 0;
    padding: 0;
}

.RTableTop {
    background: url(../Images/RTableTop.gif) no-repeat;
    height: 36px;
    margin: 0;
    padding: 0;
}

.JewelerMidd {
    width: 855px;
    margin: 0 auto;
    padding: 20px 0;
}

.JewelerLeft {
    width: 425px;
    float: left;
    margin: 0;
    padding: 0;
}

.ExistingAccount {
    background-color: #f1f7fc;
    border: solid 1px #223543;
}

    .ExistingAccount h1 {
        background-color: #223543;
        font: bold 13px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
        color: #fff;
        margin: 0;
        padding: 2px 0 3px 8px;
    }

.Loginareia {
    width: 330px;
    margin: 0 auto;
    padding: 0;
}

.LoginText {
    font: 13px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    color: #3c3c3c;
    text-align: right;
    padding: 0 5px;
}

.LoginText_seeker_popup {
    font: 13px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    color: #3c3c3c;
    text-align: right;
    width: 132px;
    padding: 0 5px;
}

.myactextSimple {
    font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    color: #3c3c3c;
}

    .myactextSimple a {
        font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
        color: #3c3c3c;
        text-decoration: none;
    }

.Test1 a {
    text-decoration: none;
    padding: 0 5px;
}

    .Test1 a:hover {
        text-decoration: underline;
        padding: 0 5px;
    }

.UpdateProgress {
    color: #fff;
    top: 33%;
    left: 32%;
    position: fixed;
    z-index: 9999;
}

.UpdateProgress_p {
    color: #fff;
    top: 33%;
    left: 40%;
    position: fixed;
    z-index: 99;
}

.success {
    color: Green;
}

.UpdateProgress_fnb1 {
    color: #fff;
    top: 38%;
    left: 45%;
    position: fixed;
    z-index: 99;
}

.UpdateProgress_myreservation_seeker {
    color: #fff;
    top: 47%;
    left: 48%;
    position: fixed;
    z-index: 99;
}

.UpdateProgress_confirmationnew {
    color: #FFF;
    left: 36%;
    position: fixed;
    top: 47%;
    z-index: 99;
}

.UpdateProgress_menubookingorder {
    color: #FFF;
    left: 50%;
    position: fixed;
    top: 50%;
    z-index: 99;
}

.ErrorMsg_fnb2 {
    font-size: 10px;
    color: Red;
    float: left;
    font-weight: 400;
    margin-left: 12px;
    margin-top: 3px;
}

.my_pro_fixd_url_validation {
    float: none;
    font-size: 12px;
}

.ErrorMsg_fnb2_validation {
    color: Red;
    float: left;
    font-size: 10px;
    font-weight: 400;
    margin-left: 0;
    text-align: left;
    width: 380px;
}

.gridcss {
    width: 100%;
}

    .gridcss th {
        background-color: #F9F9F9;
        height: 33px;
        font-size: 11px;
        color: #646464;
        border: 1px solid #E0E0E0;
    }

    .gridcss td {
        border: 1px solid #E0E0E0;
    }

.bord_col {
    border: 1px solid #DEDEDE;
}

.UpdateProgress_contact {
    color: #FFF;
    left: 21%;
    position: absolute;
    top: 43%;
    z-index: 9999;
}

.UpdateProgress_calander {
    color: #FFF;
    left: 43%;
    position: absolute;
    top: 59%;
    z-index: 9999;
}

.UpdateProgress_sendinvitation {
    color: #FFF;
    left: 21.5%;
    position: absolute;
    top: 50%;
    z-index: 9999;
}

.UpdateProgress_suppot_reserv {
    color: #FFF;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 9999;
}

.seeker_change_password {
    color: Red;
    float: left;
    font-size: 10px;
    font-weight: 400;
    padding-left: 150px;
}

.UpdateProgress_Search_Result {
    left: 48%;
    color: #FFF;
    position: fixed;
    top: 42%;
    z-index: 99;
}

.UpdateProgress_for_index_page_only {
    color: #FFF;
    left: 53%;
    margin-left: -330px;
    position: fixed;
    top: 42%;
    z-index: 9999;
}

.ErrorMsg2 {
    color: Red;
    font-size: 14px;
    font-weight: 400;
}

p, h1, .searchmain {
    margin: 0;
    padding: 0;
}

.TopBotMenu a:hover, .SubMenu a:hover, .SearchForm a:hover, .FooterMenu a:hover, .myactextSimple a:hover {
    text-decoration: underline;
}

._row_color_1, ._row_color_3 {
    background-color: #E6F1F5;
    color: #000;
    font-family: Verdana;
}

.ErrorMsg, .ErrorMsg_pro_rec {
    font-size: 10px;
    color: Red;
    font-weight: 400;
}

.ErrorMsg_changeemail_page, .new_error_change {
    color: Red;
    font-size: 10px;
    font-weight: 400;
    margin-left: 0;
    float: left;
}

.ErrorMsg_fixed_pro_page, .ErrorMsg_forget_passwrd {
    font-size: 11px;
    color: Red;
    font-weight: 400;
}

.UpdateProgress_ProviderCalendar, .UpdateProgress_for_all_page_01 {
    color: #FFF;
    left: 49%;
    position: fixed;
    top: 42%;
    z-index: 99;
}

.UpdateProgress_tableinfo_page, .UpdateProgress_closingdays {
    color: #fff;
    top: 50%;
    left: 50%;
    position: fixed;
    z-index: 99;
}
/*********CrebasCSS.css*****************/

/*********assets/css/style.css*****************/
body {
    font-size: 14px;
}

.set-radius-zero {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.content-wrapper {
    margin-top: 20px;
    min-height: 550px;
    padding-bottom: 0;
}

.header-line {
    font-weight: 900;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
}

.pad-botm {
    padding-bottom: 30px;
}

.right-div {
    float: right;
    padding-top: 0;
}

#menu-top a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    padding: 10px 15px 10px 15px;
    text-transform: capitalize;
}

.menu-section {
    background-color: #f7f7f7;
    border-bottom: 2px solid #000;
    width: 100%;
}

.menu-section2 {
    background-color: #f7f7f7;
    border-bottom: 2px solid #000;
    width: 100%;
    margin-top: -20px;
}

#menu-top a:hover {
    background-color: #58aa48 !important;
    color: #fff !important;
}

.navbar-inverse {
    background: #093101;
    border-color: rgba(155,153,153,.23);
}

.navbar {
    min-height: 100px !important;
    margin-bottom: 0 !important;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}

.navbar-toggle {
    background-color: #000;
    border: 1px solid #000;
}

.img-comments {
    border: 3px double #e1e1e1;
    height: 60px;
}

.chat-widget-main {
    max-height: 330px;
    overflow: auto;
}

.slide-bdr {
    border: 0 solid #000;
}

.chat-widget-left:after {
    top: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: #f70e62;
    border-width: 15px;
    margin-left: -15px;
}

.chat-widget-left {
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #f70e62;
    font-size: 12px;
}

.chat-widget-right:after {
    top: 100%;
    right: 10%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: #5aa8cc;
    border-width: 15px;
    margin-left: -15px;
}

.chat-widget-right {
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #5aa8cc;
    font-size: 12px;
}

.chat-widget-name-left {
    color: grey;
    margin-top: 30px;
    margin-left: 60px;
    text-align: left;
}

.img-left-chat {
    border: 3px double #e1e1e1;
    float: left;
    margin-right: 30px;
}

.img-right-chat {
    border: 3px double #e1e1e1;
    float: right;
    margin-left: 30px;
}

.chat-widget-main img-right {
    border: 3px double #e1e1e1;
    float: left;
}

.chat-widget-name-left h4 {
    font-weight: 400;
    font-size: 11px;
}

.chat-widget-name-left h5 {
    font-weight: 400;
    font-size: 10px;
}

.chat-widget-name-right h4 {
    font-weight: 400;
    font-size: 11px;
}

.chat-widget-name-right h5 {
    font-weight: 400;
    font-size: 10px;
}

.chat-widget-name-right {
    color: grey;
    margin-top: 40px;
    margin-right: 60px;
    text-align: right;
}

.recent-users-sec img {
    max-height: 80px;
    margin: 15px;
}

.back-widget-set {
    background-color: #093101;
}

.footer-section {
    padding: 10px 50px 10px 50px;
    color: #fff;
    background-color: #093101;
    text-align: right;
    border-top: 2px solid #000;
}

    .footer-section a, .footer-section a:hover {
        color: #000;
    }

.navbar-brand {
    padding: 8px 15px;
}

.footer-section a, .footer-section a:hover {
    color: #fff;
}

.panel-info > .panel-heading {
    color: #fff;
    background-color: #58aa48;
    border-color: #58aa48;
}

.panel-info {
    border-color: #58aa48;
    box-shadow: 1px 2px 6.5px #58aa48;
    background-color: #eee;
}

.top-nav li {
    display: inline-block;
}

.mar-top {
    margin-top: -7px;
}

.fn {
    margin: 0;
}

    .fn .navbar-nav {
        margin-top: 40px;
        margin-left: 40px;
    }

    .fn li a {
        padding: 10px 16px;
        color: #fff !important;
        font-size: 15px;
    }

        .fn li a:hover {
            color: #fff !important;
        }

.form-horizontal .control-label {
    text-align: left;
    padding-top: 0;
}

.lheight {
    line-height: 15px;
}

.orstyle {
    line-height: 0;
    text-align: center !important;
}

.fn .panel-body {
    padding: 0 !important;
}

select.input-sm {
    height: 25px;
    line-height: 25px;
}

.input-sm {
    padding: 3px 10px;
    height: 25px;
}

.input-group-addon {
    padding: 3px 6px;
}

label {
    font-weight: 400;
}

.form-group {
    margin-bottom: 7px;
}

.btn-sm {
    padding: 2px 6px;
}

.btn-danger {
    color: #fff;
    background-color: #ca1d23;
    border-color: #9a4340;
}

.right-div .form-group {
    margin-bottom: 0;
}

.panel .h4 {
    margin-top: 0 !important;
    padding: 17px 0 17px 18px;
}

.navbar-collapse {
    padding-left: 0;
}

.navbar-inverse .navbar-nav > .active > a {
    background-color: #ff8a00 !important;
}

.fn li a:hover {
    color: #ff8a00 !important;
    background-color: #fff !important;
}

.homelogo {
    margin-top: 20px;
    height: 53px;
    position: absolute;
}

.panel_feed {
    height: auto !important;
    width: auto !important;
    padding: 10px 40px 8px 29px !important;
}

.warning_block {
    width: 100%;
    border: 1px solid #000;
    background: red;
    color: #fff;
    font-family: arial;
    text-align: center;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}

.goog-te-gadget {
    overflow: hidden;
}

.Feed_close {
    cursor: pointer;
    left: 0 !important;
    position: absolute;
    top: -3px !important;
}

.panel_feed {
    top: 70px;
    right: 0;
    display: none;
    color: #000;
    background: #f9f9f9;
    border: 1px solid #111;
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    width: 232px;
    height: 400px;
    opacity: .97;
    position: fixed;
    box-shadow: 1px 2px 6.5px #58aa48;
    z-index: 1001;
    border-radius: 10px 0 0 10px;
    padding: 30px 28px 62px 36px;
}

.trigger {
    background-image: url(../../image/ask_the_doctor.png) !important;
    background-repeat: no-repeat !important;
    height: 160px !important;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -1px;
    padding: 0;
    position: fixed;
    right: 0;
    text-decoration: none;
    top: 300px;
    width: 27px;
    z-index: 1003;
    cursor: pointer;
}

.col-md-.full-data-of-search {
    min-height: 242px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #68a55c !important;
    border-radius: 0;
}

a.ui-button.ui-widget.ui-button-icon-only.custom-combobox-toggle.ui-corner-right {
    border: 1px solid #58aa48;
    border-radius: 0;
    margin-left: -4px;
}

.trigger1 {
    background-image: url("Query/images/icon-Medical Advice.jpg'") !important;
    background-repeat: no-repeat !important;
    height: 30px !important;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -1px;
    padding: 0;
    position: fixed;
    right: 0;
    text-decoration: none;
    top: 260px;
    width: 30px;
    z-index: 1003;
    cursor: pointer;
}

.bg6 {
    background: rgba(0,0,0,0) radial-gradient(#cdc9c9,#f5f5f5) repeat scroll 0 0;
    border-bottom: 2px solid #000;
    float: left;
    height: 36px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.foot_center, .index_bg_main, .main {
    margin: 0 auto;
    padding: 0;
}

.menu1 {
    height: 34px;
    margin: 0 auto;
    width: 960px;
}

.menu {
    height: 25px;
}

    .menu, .menu ul {
        margin-left: 0;
        margin-top: 0;
        padding: 0;
        float: none !important;
    }

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.menu {
    width: 100%;
    display: table;
}

    .menu a {
        color: #fff;
        padding: 4px 10px 5px;
        text-decoration: none;
    }

    .menu a {
        display: block;
    }

    .menu li a {
        COLOR: #000;
        line-height: 28px;
        padding: 8px 10px;
        text-decoration: none !important;
    }

    .menu a:hover {
        position: relative;
        color: #fff;
        background: #ff8a00;
        COLOR: #fff;
    }

    .menu ul#Ul1 > li {
        font-size: 12px;
        font-weight: 700;
        line-height: 24px;
        margin-left: 0;
        margin-right: 6px;
        margin-top: -1px;
    }

.myButton > a {
    background: #0688fa;
    color: #fff !important;
    border-left: 1px solid #0e5da0;
    border-right: 1px solid #0e5da0;
    border-radius: 2px;
}

.myButton_upmed a {
    background: #ff8a00;
    color: #fff !important;
    border-left: 1px solid #0e5da0;
    border-right: 1px solid #0e5da0;
    border-radius: 2px;
}

.myButton > a:active, .myButton > a:focus, .myButton > a:hover {
    background: #0688fa !important;
    color: #fff !important;
    border-left: 1px solid #0e5da0;
    border-right: 1px solid #0e5da0;
    border-radius: 2px;
}

.menu li.open > a:active, .menu li.open > a:focus, .menu li.open > a:hover {
    color: #000 !important;
}

#ctl00_divProvider .menu li a {
    font-weight: 100;
    line-height: 28px;
    padding: 8px 10px;
}

div#ctl00_menu_css {
    display: table;
    margin-top: 0;
    height: auto;
}

.or-spacer {
    margin-top: 21px;
    margin-left: 0;
    width: 100%;
    position: relative;
}

    .or-spacer .mask {
        overflow: hidden;
        height: 30px;
    }

        .or-spacer .mask:after {
            content: '';
            display: block;
            margin: -25px auto 0;
            width: 100%;
            height: 25px;
            border-radius: 125px/12px;
            box-shadow: 0 0 8px #093101;
        }

    .or-spacer span {
        width: 37px;
        height: 37px;
        position: absolute;
        bottom: 100%;
        margin-bottom: -18px;
        left: 50%;
        margin-left: -25px;
        border-radius: 100%;
        box-shadow: 0 0 8px #093101;
        background: #fff;
    }

        .or-spacer span i {
            position: absolute;
            top: 4px;
            bottom: 4px;
            left: 5px;
            right: 4px;
            border-radius: 100%;
            border: 1px dashed #aaa;
            text-align: center;
            line-height: 25px;
            font-style: normal;
            color: #999;
            text-transform: uppercase;
        }

div#ctl00_ContentPlaceHolder1_UpdatePanel18 {
    padding: 0 2px;
}

div#ctl00_ContentPlaceHolder1_UpdatePanel8 {
    padding: 0 2px;
}

div#ctl00_ContentPlaceHolder1_UpdatePanel17 {
    padding: 5px 2px;
}

div#ctl00_ContentPlaceHolder1_doc_healthproblem {
    width: calc(100% + 20px);
    border: 1px dotted #58aa48;
    border-radius: 4px;
    margin: 0 -10px 10px;
}

input#ctl00_ContentPlaceHolder1_txtDate_datepicker {
    Width: 100% !important;
}

input#ctl00_ContentPlaceHolder1_lnkbtnSearch {
    padding: 4px 30px;
    display: table;
    margin: 0 auto;
}

a#ctl00_ContentPlaceHolder1_LinkButton1 {
    margin-bottom: 10px;
}

.search_ayurveda_medand_doc input[type=text], .search_ayurveda_medand_doc select {
    color: #093101;
    border: 1px solid #86a77f;
    border-radius: 0;
}

a#ctl00_ContentPlaceHolder1_hides, a#ctl00_ContentPlaceHolder1_shows {
    text-decoration: none;
    display: inline-block;
    color: #093101;
    font-size: 13px;
    line-height: 33px;
}

    a#ctl00_ContentPlaceHolder1_hides i, a#ctl00_ContentPlaceHolder1_shows i {
        font-size: 18px;
        display: inline-block;
    }

.side-bar-cover {
    display: none;
}

div#ctl00_divSeeker .menu ul li a {
    font-weight: 100;
    font-size: 12px;
    padding: 10px 10px;
}

#ctl00_divSeeker .menu ul#Ul1 > li .dropdown-menu {
    margin-left: 0;
}

.srp-for-responsive #ctl00_divSeeker .menu div#dd ul li ul.dropdown-menu li a {
    line-height: 12px;
    margin-bottom: 2px;
}

.overlay-for-seekar-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000c4;
    z-index: 1;
    display: none;
}

.srp-for-responsive div#complete_search_id {
    display: table;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 25px;
    padding: 8px 1px 8px 4px;
    background-color: #f6f6f6;
    box-shadow: 1px 2px 6.5px #dde4dc;
    margin-bottom: 25px;
}

.srp-for-responsive.home-for-responsive {
    background: url(/Images/dotted-bg_all_site.png) repeat scroll 0 0 transparent;
}

div#ctl00_ContentPlaceHolder1_desc_srp {
    padding: 0 0;
    box-shadow: none;
    background: 0 0;
    font-size: 12px;
    text-align: justify;
    line-height: 20px;
    color: #223543;
}

.Div_up_1 {
    background: rgba(0,0,0,0) url(/images/border_03.gif) no-repeat scroll left bottom;
    color: #000;
    font-size: 10px;
    font-weight: 700;
    margin-left: 1px;
    padding: 0;
    padding: 0 10px;
    width: 100%;
    display: table;
}

    .Div_up_1 h4 {
        float: left;
        width: 70%;
    }

    .Div_up_1 .st-custom-button[data-network] {
        padding: 5px 10px;
        cursor: pointer;
        font-weight: 700;
        color: #fff;
        text-align: right;
        display: table;
        width: auto;
        float: right;
        position: static;
    }

table#ctl00_ContentPlaceHolder1_dtListSearch .padding-box .template_footer {
    background-color: #ededed;
    border: 0 solid #d6d6d6;
    display: table;
    width: 100%;
}

table#ctl00_ContentPlaceHolder1_dtListSearch .home-image-hover.img-rounded.img_responsive {
    display: none;
    background: #0000009c;
    position: absolute;
    margin-top: 0;
    width: 100%;
    z-index: 1;
    border-radius: 5px;
    height: 100%;
}

table#ctl00_ContentPlaceHolder1_dtListSearch span.home_view_deal {
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    cursor: inherit;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 72%;
    margin: 0 auto;
    padding: 5px 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

table#ctl00_ContentPlaceHolder1_dtListSearch div#img_responsive {
    position: relative;
}

input#ctl00_ContentPlaceHolder1_btnsSerach {
    background-color: #58aa48;
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    padding-top: 0;
    text-align: center;
    text-shadow: .1em .1em .2em #666;
    width: 100%;
    padding: 3px 15px;
}

.input.medical {
    padding: 7px 6px !important;
}

div#ctl00_divProvider .dropdown-menu li a, div#ctl00_divSeeker .dropdown-menu li a {
    font-size: 12px;
    line-height: 20px;
    background: 0 0;
    color: #262626 !important;
}

div#ctl00_divProvider .dropdown-menu li, div#ctl00_divSeeker .dropdown-menu li {
    margin: 0 !important;
}

.col-xs-12.fn1.npl {
    padding: 5px 0;
}

#ctl00_ContentPlaceHolder1_dtListSearch .img_responsive {
    border-width: 0;
    max-width: 100%;
    border-radius: 5px;
    max-height: unset;
    min-height: unset;
    min-width: unset;
    height: 150px;
    object-fit: cover;
    width: 100%;
}

.pip-page-responsive div#ctl00_div_mainHeader .col-md-2.col-sm-2.pull-right {
    margin: 0;
}


.pip-page-responsive .footer-section table {
    background-color: transparent;
    margin: 20px 0;
}

.pip-page-responsive .footer-section table {
    background-color: transparent;
    margin: 20px 0;
    width: 100%;
}

    .pip-page-responsive .footer-section table td, .pip-page-responsive .footer-section table th {
        width: 33.33%;
        float: left;
        margin-bottom: 5px;
        font-size: 14px;
    }

.pip-page-responsive .container.rounded_corners.massage_detail.slide .dvimagcss {
    width: 33%;
    float: left;
    padding: 1px;
}

.pip-page-responsive .row-fluid.show-grid .menutab a {
    font-weight: 600;
    font-size: 14px;
}

.pip-page-responsive .click.pip-promo9 {
    margin: 0 !important;
    float: none !important;
}

.pip-page-responsive .click.pip-promo11 {
    margin: 0 !important;
    float: none !important;
}

.pip-page-responsive div#ctl00_PIPContentPlaceHolder_dvnoprmotion {
    width: 100% !important;
    /*margin: 0 auto;*/
}

    .pip-page-responsive div#ctl00_PIPContentPlaceHolder_dvnoprmotion span {
        color: #fff;
    }

.pip-page-responsive .index_bg_main .detail {
    display: inline-block;
    width: 100%;
}

.crebas-for-responsive div#ctl00_div_mainHeader .col-md-12.col-sm-12 {
    padding: 0;
}

.crebas-for-responsive ul#menu-top li a {
    padding: 10px !important;
}

.crebas-for-responsive ul#menu-top a b {
    font-weight: 100 !important;
}

.crebas-for-responsive div#ctl00_Div25 {
    display: table;
    margin: 0;
    height: auto !important;
    WIDTH: 100% !important;
}

.crebas-for-responsive .bott {
    width: 100%;
}

.crebas-for-responsive div#ctl00_Div25 ul.nav.navbar-nav > li {
    margin-right: 5px;
    box-shadow: none !important;
    border: none !important;
}

    .crebas-for-responsive div#ctl00_Div25 ul.nav.navbar-nav > li:hover > a {
        background: #2196f3 !important;
    }

    .crebas-for-responsive div#ctl00_Div25 ul.nav.navbar-nav > li > a {
        padding: 10px 5px !important;
    }

        .crebas-for-responsive div#ctl00_Div25 ul.nav.navbar-nav > li > a.dropdown-toggle {
            font-weight: 400 !important;
            text-transform: capitalize !important;
            font-size: 13px;
        }

.crebas-for-responsive div#ctl00_Div25 ul.nav.navbar-nav li#ctl00_liProviderSubscription1 {
    font-weight: 100 !important;
    font-size: 13px !important;
}

.crebas-for-responsive div#ctl00_Div25 .for-provider-sidebar-overflow-control > li > a {
    height: 40px;
    padding: 10px 10px;
    border: none;
    outline: unset;
}

.crebas-for-responsive div#ctl00_Div25 .for-provider-sidebar-overflow-control {
    margin: 0;
}

.crebas-for-responsive div#ctl00_divSeeker .menu ul li a {
    padding: 8px 10px !important;
}

    .crebas-for-responsive div#ctl00_divSeeker .menu ul li a:hover {
        background: #ff8a00;
        color: #fff !important;
    }

.crebas-for-responsive div#ctl00_divProvider div#main_menu_top1 ul#menu_css1 li a {
    margin: 0 2px 0 0;
}

    .crebas-for-responsive div#ctl00_divProvider div#main_menu_top1 ul#menu_css1 li a:hover {
        background: #ff8a00 !important;
        color: #fff !important;
    }

.crebas-for-responsive .navbar.navbar-inverse.set-radius-zero div#ctl00_div_mainHeader .right-div {
    float: none;
    display: table;
    width: 100%;
    text-align: right;
}

.quick-for-responsive ul#ctl00_divQuick div li a {
    font-weight: 100;
}

.quick-for-responsive ul#ctl00_divQuick div {
    float: left;
}

    .quick-for-responsive ul#ctl00_divQuick div > li {
        float: left;
        position: relative;
    }

        .quick-for-responsive ul#ctl00_divQuick div > li#ctl00_li_upd_med {
            background: 0 0 !important;
            border: none !important;
            text-shadow: none !important;
            font-size: 13px !important;
        }

.crebas-for-responsive div#ctl00_ContentPlaceHolder1_Panel2 div#ctl00_ContentPlaceHolder1_UpdatePanel17 {
    padding: 0;
}

body#ctl00_body.crebas-for-responsive .accordition-section .panel-heading a {
    font-weight: 500 !important;
    text-shadow: none !important;
    font-size: 13px;
    line-height: 25px;
}

.crebas-for-responsive .content-wrapper {
    margin-top: 0;
    padding: 15px !important;
}

.home-for-responsive .my-footer-term {
    display: table;
    margin: 0 auto;
    width: auto;
    float: none !important;
}

.my-out-call-booking h1.form-title {
    text-align: center;
    font-size: 20px;
    color: #ff8a00;
    padding: 0 0 20px;
    font-weight: 200;
}

.my-out-call-booking .form-section {
    max-width: 700px;
    margin: 0 auto;
    PADDING: 10PX;
}

.my-out-call-booking .col-sm-4.my-out-date-lebal strong {
    font-weight: 500;
    line-height: 35px;
}

.crebas-for-responsive .input-group.date {
    width: 100%;
}

    .crebas-for-responsive .input-group.date .hasDatepicker {
        width: 100% !important;
        background-color: #fff;
        height: 35px !important;
        vertical-align: top;
        border-radius: 2px;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08);
        transition: box-shadow .2s cubic-bezier(.4,0,.2,1);
        border: none;
        border-radius: 4px;
        font-weight: 100;
        padding-left: 10px;
    }

.crebas-for-responsive .datepicker {
    position: relative;
    display: table;
    width: 100%;
}

    .crebas-for-responsive .datepicker img {
        position: absolute;
        left: auto;
        right: 15px;
        top: 4px;
        z-index: 99;
        width: 14px;
    }

.crebas-for-responsive No bookings found for this data rangeinput#ctl00_ContentPlaceHolder1_btnGo {
    margin: 0 auto;
}

.crebas-for-responsive div#ctl00_ContentPlaceHolder1_divPivotdiv div {
    color: red;
    margin-top: 20px;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
}

.crebas-for-responsive input#ctl00_ContentPlaceHolder1_btnGo {
    border-radius: 4px;
}

.crebas-for-responsive table#ctl00_ContentPlaceHolder1_GrdMyFevoriteFnb tr th {
    white-space: nowrap;
}

.crebas-for-responsive table#ctl00_ContentPlaceHolder1_GrdMyFevoriteFnb tr td {
    font-weight: 500;
    vertical-align: middle;
}

.myfav-fbn td.my-comment-data-td .inn-data-td div {
    float: left;
}

.myfav-fbn td.my-comment-data-td .inn-data-td a {
    float: right;
}

.myfav-fbn td.my-comment-data-td .inn-data-td a {
    float: right;
}

.myfav-fbn td.my-comment-data-td .inn-data-td p {
    margin: 0;
}

.my-address-book-cl input#ctl00_ContentPlaceHolder1_gvDetails_ctl01_imgbtnAdd {
    margin-top: 33px;
}

table#ctl00_ContentPlaceHolder1_tblListPagePanel {
    display: table !important;
    margin: 0 auto !important;
    width: auto !important;
}

    .srp-for-responsive.home-for-responsive.crebas-for-responsive table#ctl00_ContentPlaceHolder1_tblListPagePanel td, table#ctl00_ContentPlaceHolder1_tblListPagePanel tr {
        width: auto !important;
        float: none !important;
    }

.Customer-edit-profile-div-res div#map {
    width: 100% !important;
}

input#ctl00_ContentPlaceHolder1_txtEmailID {
    height: 35px;
    padding: 10px;
    width: 100%;
}

input#ctl00_ContentPlaceHolder1_txtPassword {
    height: 35px;
    padding: 10px;
    width: 100%;
}

.form-title {
    text-align: center;
    font-size: 20px;
    color: #ff8a00;
    padding: 0 0 20px;
    font-weight: 200;
}

.form-horizontal.for-login-form-res .right a {
    float: left;
}

.form-horizontal.for-login-form-res .left a {
    float: right;
}

    .form-horizontal.for-login-form-res .left a img {
        max-width: 100%;
    }

.form-horizontal.for-login-form-res .right img {
    max-width: 100%;
}

.form-section.new-login-form-res {
    margin: 0;
}

.provider-sign-up-responsive .form-section .contactno1 .sign, .provider-sign-up-responsive .form-section .contactno2 .sign {
    line-height: 35px;
    text-align: center;
}

.provider-sign-up-responsive table#ctl00_ContentPlaceHolder1_lstCondition, .provider-sign-up-responsive table#ctl00_ContentPlaceHolder1_lstSpeciality {
    overflow-y: scroll;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    padding: 5px;
}

section.content-wrapper-bg.provider-sign-up-responsive select {
    font-weight: 400;
    font-size: 13px;
}

.Service-seekar-sign-up select {
    font-weight: 400;
    font-size: 13px;
}

.Service-seekar-sign-up .form-section .contactno2 .sign {
    line-height: 35px;
    text-align: center;
}

div#bookinng .modal-header h4 {
    margin: 0;
    color: #fff;
}

div#bookinng .modal-dialog .modal-header {
    border-radius: 6px 6px 0 0;
    background: #58aa48;
}

div#bookinng .modal-dialog .modal-body {
    display: table;
    width: 100%;
}

div#bookinng .modal-dialog div#ctl00_ContentPlaceHolder1_dvNewBooking {
    width: 50%;
    float: left;
}

#bookinng #ctl00_ContentPlaceHolder1_updbooking table {
    width: 50%;
    float: left;
}

div#main_popup_Seeker_singup_pop .email-id {
    display: table;
    width: 100%;
}

    div#main_popup_Seeker_singup_pop .email-id p {
        width: 20%;
        float: left;
        line-height: 35px;
        font-weight: 400;
        letter-spacing: .5px;
        color: #696868;
    }

    div#main_popup_Seeker_singup_pop .email-id input {
        width: 80% !important;
        float: left;
        height: 35px;
        border-radius: 4px;
        border: 1px solid #aaaa;
    }

div#main_popup_Seeker_singup_pop .submit-btn-group {
    display: table;
    width: 100%;
}

    div#main_popup_Seeker_singup_pop .submit-btn-group > div {
        display: table;
        width: 100%;
    }

    div#main_popup_Seeker_singup_pop .submit-btn-group input {
        border-radius: 3px;
        background: #4caf50;
        padding: 5px 10px;
        height: auto;
        margin: 0 auto !important;
        display: table;
        float: none;
    }

div#main_popup_Seeker_singup_pop span.ChkLoginPopupBox {
    width: calc(50% - 10px);
    float: left;
}

div#main_popup_Seeker_singup_pop .rem-show-pswd {
    display: table;
    width: 100%;
    border-bottom: 1px solid #9e9e9e;
    padding-bottom: 15px;
}

div#ctl00_ContentPlaceHolder1_pnl_cust_reg table#tab_centerr {
    width: 100%;
}

.LoginText_seeker_popup {
    font: 13px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    color: #3c3c3c;
    text-align: right;
    width: 132px;
    padding: 0 5px;
    line-height: 35px;
    text-align: left;
}

div#ctl00_ContentPlaceHolder1_pnl_cust_reg .search_text__main1_main {
    color: #424449;
    float: left;
    font-size: 12px;
    width: 100% !important;
    height: 35px;
    border: 1px solid #aaa;
    border-radius: 4px;
}

div#ctl00_ContentPlaceHolder1_pnl_cust_reg .ChkSignUpBox input[type=checkbox] {
    margin: 5px 0 !important;
    width: 16px !important;
}

#main_popup_Seeker_singup_pop .header-line-txt {
    background: #4caf50;
    padding: 5px;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 0 20px #9c9b9b;
    border-radius: 4px;
}

    #main_popup_Seeker_singup_pop .header-line-txt a {
        color: #fff !important;
        text-decoration: none !important;
    }

div#dv_promotionpopup div#red_image_page_recuring_pop {
    border-radius: 4px;
    line-height: 22px;
    margin-bottom: 15px;
}

    div#dv_promotionpopup div#red_image_page_recuring_pop > div {
        border-bottom: 1px solid #ccc;
        padding: 7px;
    }

        div#dv_promotionpopup div#red_image_page_recuring_pop > div:last-child {
            border: none;
        }

div#dv_promotionpopup .promotion_recuring_page_POP {
    padding: 7px;
    margin-bottom: 5px;
}

.imagee_recuring_page_pop.for-promotions-right-side-border {
    width: 50%;
    float: left;
}

.for-promotions-left-side-border {
    width: 50%;
    float: left;
    padding: 0 20px;
}

div#dv_promotionpopup .for-promotions-left-side-border table {
    width: 100% !important;
}

div#dv_promotionpopup .table-thumb-promotion {
    display: table;
    width: 100%;
}

div#dv_promotionpopup .imagee_recuring_page_pop.for-promotions-right-side-border img {
    max-width: 100%;
    height: auto;
    width: auto;
}

div#dv_promotionpopup h4.model-title {
    margin: 0;
}

#dv_promotionpopup .modal-header {
    background: #4caf50;
    color: #fff;
}

div#main_popup_Seeker_singup_pop h4.model-title {
    margin: 0;
}

div#main_popup_Seeker_singup_pop .modal-header {
    background: #4caf50;
    color: #fff;
}

div#popuppaypal1 h4.model-title {
    margin: 0;
}

div#popuppaypal1 .modal-header {
    background: #4caf50;
    color: #fff;
}

div#popuppaypal1 input#ctl00_SubmitStripe {
    height: auto !important;
    padding: 5px;
    margin-top: 10px;
}

div#boxpopup_1 .left-side-table-res {
    width: 50%;
    float: left;
}

    div#boxpopup_1 .left-side-table-res .table_recuring_page {
        float: none;
        width: 100%;
    }

        div#boxpopup_1 .left-side-table-res .table_recuring_page table {
            width: 100%;
        }

div#boxpopup_1 .imagee_recuring_page_pop.right-side-img-thumb {
    width: 50%;
    float: left;
    margin: 0;
    padding: 12px 20px;
}

    div#boxpopup_1 .imagee_recuring_page_pop.right-side-img-thumb img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }

div#boxpopup_1 .both-img-and-table-div {
    display: table;
    width: 100%;
}

.modal-header {
    background: #4caf50;
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.5);
    box-shadow: 0 0 15px rgba(0,0,0,.5);
}

    .modal-header .model-title {
        margin: 0;
    }

div#dvquickbookingPopup .modal-body {
    display: table;
    width: 100%;
}

div#dvquickbookingPopup div#dvquickbookingPopup .modal-body {
    display: table;
    width: 100%;
}

div#dvquickbookingPopup div#ctl00_ContentPlaceHolder1_dvquickbooking {
    display: table;
    width: 100%;
}

div#dvquickbookingPopup .email_regret_1 {
    width: 60%;
    float: left;
}

div#dvquickbookingPopup div#ctl00_ContentPlaceHolder1_dvNewBooking {
    width: 40%;
    float: left;
    padding: 0 15px;
}

div#dvquickbookingPopup .email_regret_1 table {
    width: 100%;
}

    div#dvquickbookingPopup .email_regret_1 table td input, div#dvquickbookingPopup .email_regret_1 table td select, div#dvquickbookingPopup .email_regret_1 table td textarea {
        margin-bottom: 10px;
        width: 100%;
        border: 1px solid #ccc !important;
        border-radius: 4px;
        padding: 5px;
        font-weight: 400;
    }

div#dvquickbookingPopup .row.Send-cancel-btn-div .col-xs-6:nth-child(2) input {
    float: left;
    padding: 8px 25px;
    background: #f44336;
    color: #fff;
    border-radius: 4px;
}

div#dvquickbookingPopup .row.Send-cancel-btn-div .col-xs-6:first-child input {
    float: right;
    padding: 8px 25px;
    background: #4caf50;
    color: #fff;
}

div#popupSMS table.pip-master46 {
    width: 100%;
}

#popupSMS table.pip-master46 {
    width: 100%;
}

div#popupSMS table.pip-master46 input, div#popupSMS table.pip-master46 textarea {
    border: 1px solid #ccc;
    padding: 5px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
}

.paymentLogo {
    width: 55%;
    margin: 25px auto;
    display: table;
}

    .paymentLogo > div {
        width: 33.33%;
        float: left;
        padding: 0 15px;
    }

        .paymentLogo > div img {
            max-width: 100%;
        }

    .paymentLogo.Slogo > div {
        width: 50%;
    }

.btnOtherOption {
    margin: 0 auto;
    display: table;
    border: 1px solid #ccc;
    padding: 8px 25px;
    border-radius: 4px;
    text-transform: uppercase;
    background: #58aa48;
    color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 1px 4px rgba(0,0,0,.5);
    letter-spacing: 1.5px;
}

div#boxpopup_map .modal-body {
    width: 100%;
    display: table;
}

div#boxpopup_map .popHeader.css_searchresult20.col-md-12.col-sm-12.col-xs-12 {
    text-decoration: none;
    float: none;
    border-radius: 4px 4px 0 0;
    height: auto;
}

div#boxpopup_map div#mapheader {
    padding: 10px;
    text-decoration: none;
}

div#map_container > div:nth-child(2) {
    width: auto !important;
    transform: translate(-50%,-50%) !important;
    top: 50% !important;
}

div#map_container > div:first-child {
    height: 400px !important;
}

div#map_container.view-map {
    height: 400px !important;
}

table#ctl00_ContentPlaceHolder1_grdquickbookinfo {
    width: 100% !important;
}

#boxpopup_1 fieldset img {
    width: 100% !important;
    object-fit: contain;
}

#boxpopup_1 fieldset {
    border: 1px solid #ccc !important;
    padding: 5px 20px;
    margin-top: 10px;
}

    #boxpopup_1 fieldset legend {
        margin-bottom: 5px !important;
        border: 1px solid #e5e5e5;
        padding: 5px;
        text-align: center !important;
        font-weight: 100 !important;
    }

div#boxpopup_1 div#content_1 table {
    width: 100% !important;
}

div#boxpopup_1 div#content_1 div#ctl00_ContentPlaceHolder1_outletAddress {
    margin-top: 0;
}

div#boxpopup_1 .check_box_21 {
    width: 100%;
}

#popuppaypal_provider div#ctl00_Panel3 {
    display: table;
    width: 100%;
}

#popuppaypal_provider div#ctl00_divpaypalStripe_Provider {
    width: 100%;
    float: none;
}

#popuppaypal_provider div#ctl00_Panel3 .payment-img {
    width: 25%;
    float: left;
}

    #popuppaypal_provider div#ctl00_Panel3 .payment-img img {
        max-width: 100%;
    }

div#ctl00_divpaypalStripe_Provider table td input {
    width: 100%;
    margin-bottom: 10px;
}

div#ctl00_divpaypalStripe_Provider table td {
    width: 50%;
}

.map_box {
    z-index: 0;
}

.p-content {
    height: 189px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 0;
    padding-top: 20px;
}

a.ui-button.ui-widget.ui-button-icon-only.custom-combobox-toggle.ui-corner-right {
    border-left: 0;
}

span.ui-button-icon {
    background: url(https://upload.wikimedia.org/wikipedia/commons/3/3c/Black_triangle.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 7px !important;
    background-position: 90% 5px !important;
}

.custom-combobox-input {
    margin: 0;
    padding: 3px 10px !important;
    width: 100%;
}

    .custom-combobox-input:focus {
        outline: 0;
    }

.custom-combobox-input {
    background: #fff !important;
}

.custom-combobox-toggle {
    background: #fff !important;
}

.srp-for-responsive div#complete_search_id div#ctl00_ContentPlaceHolder1_UpdatePanel6 {
    position: absolute;
    width: 100%;
}

.srp-for-responsive .col-sm-11.search_left_select > div {
    PADDING: 0 4px;
}

input#ctl00_ContentPlaceHolder1_txtsDate_datepicker {
    WIDTH: CALC(100% - 10PX) !important;
}

.massage_type4545 h5 {
    float: left;
    font-weight: 700 !IMPORTANT;
    height: auto;
    line-height: 22px;
    padding: 0 !important;
    width: 100%;
}

.menutab {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f0f0f0 url(/tabbg.jpg) repeat-x scroll 0 0;
    border-color: #da9200 #b17908 #da9200 !important;
    border-image: none;
    border-radius: 0px !important;
    border-style: solid;
    border-width: 1px;
    color: #000;
    font-weight: 700;
    outline: medium none;
    padding: 7px 16px;
    position: relative;
    text-decoration: none;
    text-align: center;
}

div#searchpanel .custom-combobox-input {
    width: 80%;
}

div#popup_Seeker_singup_pop div#ctl00_pnl_cust_reg {
    width: 100%;
    padding: 36px;
    margin: 0 auto;
}

div#popup_Seeker_singup_pop div#ctl00_Pnl_cust_login {
    width: 100%;
    padding: 10px;
    margin: 0 auto;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    cursor: default;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.tab-ul li a:hover {
    background-color: #fff !important;
    text-decoration: none !important;
    color: #403e3e !important;
}

.only-for-pip-class div#ctl00_divDefault ul#menu-top {
    width: 100%;
}

    .only-for-pip-class div#ctl00_divDefault ul#menu-top li:nth-child(3) {
        float: right;
    }

        .only-for-pip-class div#ctl00_divDefault ul#menu-top li:nth-child(3) a {
            background: #0a8a04 !important;
            color: #fff;
            border-radius: 4px;
        }

input#ddlInputHealth {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    float: left;
    border-color: #ccc !important;
    border-radius: 0;
    font-size: 12px;
    border: 1px solid #58aa48 !important;
}

a.ui-button.ui-widget.ui-button-icon-only.custom-combobox-toggle.ui-corner-right {
    border-color: #ccc;
    border: 1px solid #58aa48 !important;
}

div#ctl00_PIPContentPlaceHolder_Panel1 span.custom-combobox {
    width: calc(100% - 30px);
}

div#ctl00_PIPContentPlaceHolder_Panel1 input#ctl00_PIPContentPlaceHolder_txt_med_name {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-color: #ccc !important;
}

div#ctl00_PIPContentPlaceHolder_Panel1 span.custom-combobox input#ddlInputHealth {
    width: 100%;
}

div#ctl00_ContentPlaceHolder1_dv_start_date input#ctl00_ContentPlaceHolder1_txtSDate_datepicker {
    width: 100% !important;
}

div#ctl00_ContentPlaceHolder1_dv_start_date img.ui-datepicker-trigger {
    top: 1px !important;
    right: 5px !important;
}

#ctl00_ContentPlaceHolder1_dv_end_date .datepicker input#ctl00_ContentPlaceHolder1_txtEDate_datepicker {
    width: 100% !important;
}

#ctl00_ContentPlaceHolder1_dv_end_date img.ui-datepicker-trigger {
    top: 1px !important;
    right: 5px !important;
}

div#ctl00_ContentPlaceHolder1_dv_end_date {
    margin: 0 !important;
}

.srp-for-responsive.home-for-responsive.pip-page-responsive.only-for-pip-class .foot-part-pippage {
    float: none !important;
    text-align: center;
}

#searchpanel input#ctl00_ContentPlaceHolder1_txtsDate_datepicker {
    padding-left: 3px;
    background: #fff;
    font-size: 11px;
}

#complete_search_id .col-sm-11.search_left_select {
    padding: 0;
}

#mixedSlider {
    position: relative;
    display: inline-block;
    width: 100%;
}

    #mixedSlider .MS-content {
        white-space: nowrap;
        overflow: hidden;
        margin: 0 15px;
    }

        #mixedSlider .MS-content .item {
            display: inline-block;
            width: 33.3333%;
            position: relative;
            vertical-align: top;
            overflow: hidden;
            height: 100%;
            white-space: normal;
            padding: 0 10px;
            background-color: #fff;
            padding: 10px 0 0;
            border: 1px solid #edf2f5;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.12);
            -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.12);
            box-shadow: 0 1px 2px 0 rgba(0,0,0,.12);
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

@media (max-width:991px) {
    #mixedSlider .MS-content .item {
        width: 50%;
    }
}

@media (max-width:767px) {
    #mixedSlider .MS-content .item {
        width: 100%;
    }

    .reviews_box {
        width: 100% !important;
    }
}

#mixedSlider .MS-content .item .imgTitle {
    position: relative;
}

    #mixedSlider .MS-content .item .imgTitle .blogTitle {
        margin: 0;
        text-align: left;
        letter-spacing: 2px;
        color: #252525;
        font-style: italic;
        position: absolute;
        background-color: rgba(255,255,255,.5);
        width: 100%;
        bottom: 0;
        font-weight: 700;
        padding: 0 0 2px 10px;
    }

    #mixedSlider .MS-content .item .imgTitle img {
        width: 100%;
        height: 140px;
        object-fit: contain;
    }

#mixedSlider .MS-content .item p {
    font-size: 16px;
    margin: 2px 10px 0 5px;
    text-indent: 15px;
}

#mixedSlider .MS-content .item a {
    text-decoration: none;
}

    #mixedSlider .MS-content .item a:hover {
        text-shadow: 0 0 1px grey;
    }

    #mixedSlider .MS-content .item a p {
        text-align: center;
    }

#mixedSlider .MS-controls a {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 50%;
    color: rgba(0,0,0,.4);
    transition: .15s linear;
    transform: translate(0,-50%);
}

    #mixedSlider .MS-controls a:hover {
        color: rgba(0,0,0,.8);
    }

@media (max-width:992px) {
    #mixedSlider .MS-controls a {
        font-size: 30px;
    }
}

@media (max-width:767px) {
    #mixedSlider .MS-controls a {
        font-size: 20px;
    }
}

#mixedSlider .MS-controls .MS-left {
    left: 0;
}

@media (max-width:767px) {
    #mixedSlider .MS-controls .MS-left {
        left: -10px;
    }
}

#mixedSlider .MS-controls .MS-right {
    right: 0;
}

@media (max-width:767px) {
    #mixedSlider .MS-controls .MS-right {
        right: -10px;
    }
}

#basicSlider {
    position: relative;
}

    #basicSlider .MS-content {
        white-space: nowrap;
        overflow: hidden;
        margin: 0 2%;
        height: 50px;
    }

        #basicSlider .MS-content .item {
            display: inline-block;
            width: 20%;
            position: relative;
            vertical-align: top;
            overflow: hidden;
            height: 100%;
            white-space: normal;
            line-height: 50px;
            vertical-align: middle;
        }

@media (max-width:991px) {
    #basicSlider .MS-content .item {
        width: 25%;
    }
}

@media (max-width:767px) {
    #basicSlider .MS-content .item {
        width: 35%;
    }
}

@media (max-width:500px) {
    #basicSlider .MS-content .item {
        width: 50%;
    }
}

#basicSlider .MS-content .item a {
    line-height: 50px;
    vertical-align: middle;
}

#basicSlider .MS-controls button {
    position: absolute;
}

#basicSlider .MS-controls .MS-left {
    top: 35px;
    left: 10px;
}

#basicSlider .MS-controls .MS-right {
    top: 35px;
    right: 10px;
}

@media (max-width:767px) {
    .content-wrapper {
        margin-top: 4px;
    }

    .panel-info > .panel-heading {
        text-align: center;
    }

    .form-horizontal .control-label {
        text-align: center;
    }

    .form-group .col-sm-offset-3 {
        text-align: center;
    }
}

.logo-mob {
    font-weight: 700 !important;
    font-size: 22px;
}

.fn1 ul {
    list-style: none;
    display: inline-flex;
    padding-left: 0;
}

.fn1 li a {
    padding: 14px 12px;
    color: #58aa48 !important;
    font-size: 15px;
}

.favicon {
    width: 26px;
    height: 26px;
    margin-top: 12px;
    margin-left: 17px;
}

.npr {
    padding-right: 0;
}

.npl {
    padding-left: 0;
}

@media (max-width:767px) {
    .navbar-nav {
        text-align: center;
    }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: transparent;
        border-color: transparent;
    }

    .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent;
    }

    .nav > li > a:focus, .nav > li > a:hover {
        background-color: transparent;
    }

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        background-color: transparent;
    }
}

.btn-info-new {
    background-color: #58aa48;
    border-color: #58aa48;
}

    .btn-info-new:hover {
        background-color: #ff8a00;
        border-color: #ff8a00;
    }

.btn-orange {
    background-color: #ff8a00;
    border-color: #ff8a00;
}

    .btn-orange:hover {
        background-color: #ff8a00;
        border-color: #ff8a00;
    }

.black-btn1 {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

    .black-btn1:hover {
        color: #ccc;
    }

section#menu-section {
    display: table;
    width: 100%;
}

ul#ctl00_menu_css1 .menu_css1_left_part {
    float: left;
}

ul#ctl00_menu_css1 div#ctl00_li_1 {
    float: left;
}

div#complete_search_id {
    display: table;
    width: 100%;
}

.col-sm-11.search_left_select > div {
    width: 10%;
    float: left;
}

input.medical {
    border: 1px solid #ff8a00;
    border-radius: 4px;
    height: auto;
    padding: 4px 6px;
    height: auto;
    font-size: 14px;
    font-weight: 700;
}

    input.medical:hover {
        background: #58aa48 !important;
        border-color: #58aa48;
    }

div#ctl00_div_mainHeader .col-md-10.col-sm-10 {
    padding: 0;
}

div#ctl00_div_mainHeader .col-md-2.col-sm-2.pull-right {
    padding: 0;
}

div#ctl00_div_mainHeader {
    display: table;
    width: 100%;
    padding-bottom: 10px;
}

.goog-te-gadget-simple {
    padding-top: 5px !important;
}

.skiptranslate.goog-te-gadget {
    border-radius: 4px;
}

a#ctl00_HypParlorlogin_ {
    background: #0a8a04 !important;
    color: #fff;
    border-radius: 4px;
    box-shadow: none;
    text-shadow: none;
    font-weight: 100;
}

.whole-con-div-container .whole-con-div {
    display: inline-block;
    background: #fff;
    padding: 0;
}

div#ctl00_ContentPlaceHolder1_updbooking input#ctl00_ContentPlaceHolder1_txtqdate {
    width: 100% !important;
}

div#ctl00_ContentPlaceHolder1_updbooking img.ui-datepicker-trigger {
    position: absolute;
    top: 1px;
    right: 5px;
}

div#ctl00_ContentPlaceHolder1_updbooking input#ctl00_ContentPlaceHolder1_txtqdate {
    width: 100% !important;
}

div#ctl00_ContentPlaceHolder1_dvNewBooking table {
    width: 100% !important;
    float: left !important;
}

div#ctl00_ContentPlaceHolder1_updbooking table td {
    position: relative;
}

#bookinng #ctl00_ContentPlaceHolder1_updbooking table td, #bookinng #ctl00_ContentPlaceHolder1_updbooking table th {
    text-align: center;
}

div#main_popup_Seeker_singup_pop div#ctl00_ContentPlaceHolder1_Pnl_cust_login {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    margin: 0 auto;
}

div#main_popup_Seeker_singup_pop div#ctl00_ContentPlaceHolder1_pnl_cust_reg {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    margin: 0 auto;
}

div#menu1 {
    border: 1px solid #4caf50;
    border-radius: 8px;
}

#searchpanel .search_right_btn {
    padding: 15px 15px 0;
}

.login-form-right img {
    max-width: 100%;
    padding: 105px 0;
}

@media only screen and (min-width:1199px) {
    .navbar-inverse .navbar-nav > li > a {
        margin-right: 5px;
        border: 1px solid #84a17f;
        border-radius: 4px;
        box-shadow: 0 2px 5px 0 #442601,0 2px 10px 0 #8e520a;
        background: #093101;
        padding: 7px 16px;
    }

    input#ctl00_lnkSignupProvider {
        padding: 7px 6px;
        height: auto;
        margin-right: 5px;
    }

    .pip-page-responsive input#ctl00_lnkSignupProvider {
        padding: 9px 6px;
    }
}

@media only screen and (max-width:1199px) {
    #ctl00_ContentPlaceHolder1_tblListPagePanel td .visible-lg-block #ctl00_ContentPlaceHolder1_dlPaging {
        display: table !important;
    }

    #ctl00_ContentPlaceHolder1_tblListPagePanel td .visible-lg-block {
        display: block !important;
    }
}

@media only screen and (max-width:525px) {
    #ctl00_ContentPlaceHolder1_tblListPagePanel > tbody > tr > td #left_btn_paging, #ctl00_ContentPlaceHolder1_tblListPagePanel > tbody > tr > td #right_btn_paging {
        margin: 0 auto;
    }

    #ctl00_ContentPlaceHolder1_tblListPagePanel > tbody > tr > td {
        margin: 0 !important;
        width: 100% !important;
    }
}

@media only screen and (max-width:767px) {
    #ctl00_foter.footer-section.visible-md-block.visible-sm-block.visible-lg-block {
        display: block !important;
    }
}

@media only screen and (max-width:850px) {
    #ctl00_ContentPlaceHolder2_tbllink, #ctl00_ContentPlaceHolder2_tbllpopularlinks, #ctl00_ContentPlaceHolder2_tblspeciality {
        width: 100%;
    }

        #ctl00_ContentPlaceHolder2_tbllink td.newtdcss, #ctl00_ContentPlaceHolder2_tbllpopularlinks td.newtdcss, #ctl00_ContentPlaceHolder2_tblspeciality td.newtdcss {
            width: 100%;
            display: inline-block;
            vertical-align: top;
            max-width: 100%;
        }

        #ctl00_ContentPlaceHolder2_tbllink tr, #ctl00_ContentPlaceHolder2_tbllpopularlinks tr, #ctl00_ContentPlaceHolder2_tblspeciality tr {
            max-width: 50%;
            width: 100%;
            display: inline-block;
            vertical-align: top;
        }
}

@media only screen and (max-width:767px) {
    #ctl00_foter {
        display: block !important;
    }
}

@media only screen and (max-width:625px) {
    #ctl00_ContentPlaceHolder2_tbllink tr, #ctl00_ContentPlaceHolder2_tbllpopularlinks tr, #ctl00_ContentPlaceHolder2_tblspeciality tr {
        max-width: 100%;
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

    #ctl00_ContentPlaceHolder2_tbllink td.newtdcss, #ctl00_ContentPlaceHolder2_tbllpopularlinks td.newtdcss, #ctl00_ContentPlaceHolder2_tblspeciality td.newtdcss {
        text-align: center;
    }
}

.modal-body .row.login-form-div {
    border: 1px solid #4caf50;
    margin: 0;
    border-radius: 10px;
    margin-bottom: 15px !important;
}

.row.login-form-div .login-form-left img {
    padding: 44px 0;
    max-width: 100%;
}

div#medcine-payment-pop-up_provider .modal-dialog {
    width: 920px;
}

div#Pay-Through-Card-tab .form-group input[type=submit] {
    height: 40px;
    width: 100%;
}

div#m2b-payment-pop-up_provider .pay-via-paytm .once-done-ple-div .send-btn {
    width: 100%;
}

div#m2b-payment-pop-up_provider #Rihanna input[type=submit] {
    width: 100%;
}

.tab input:hover {
    background: #fff;
}

.srp-for-responsive #ctl00_divSeeker .menu div#dd ul li ul.dropdown-menu li a:hover {
    background: #ff8a00;
    color: #fff !important;
}

.menu li.open > a {
    background: #da9200;
    color: #fff;
}

div#dd li.open > a {
    background: #ff8a00;
    color: #fff;
}

.menu li.open > a:active, .menu li.open > a:focus, .menu li.open > a:hover {
    background: #ff8a00;
    color: #fff !important;
}

a#ctl00_lnk_quick {
    font-size: 12px !important;
    text-shadow: none;
    font-weight: 500;
    display: table;
    float: right;
}

div#ctl00_divProvider .dropdown-menu li a:hover {
    background: #ff8a00;
    color: #fff !important;
}

a#ctl00_btnCommentAddFevorite {
    background: #4caf50;
    margin: 15px !important;
}

.paginatiion_search_page .review-panel {
    border: 1px solid #ccc;
    display: table;
    border-radius: 8px;
    padding: 0;
    margin: 0 0 10px;
}

    .paginatiion_search_page .review-panel .css_review {
        width: 100%;
    }

.template_footer .skuTitle_reserve_table a {
    float: left;
    margin-right: 2px;
    border-radius: 5px;
    color: #ce7000;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none;
    width: auto;
    padding: 2px 8px;
    border: 1px solid #b1aeae;
    font-weight: 400;
    transition: all .2s ease-in;
    text-decoration: none;
}

    .template_footer .skuTitle_reserve_table a:hover {
        background: #ff8a00;
        color: #fff;
        border-color: #ff8a00;
        box-shadow: 0 0 6px rgba(0,0,0,.2);
        text-decoration: none !important;
    }

select#ctl00_ContentPlaceHolder1_ddlsCity {
    display: block;
    width: 100%;
    padding: 1.5px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

table#ctl00_ContentPlaceHolder1_DataListReview_med > tbody > tr {
    width: 48%;
    float: left;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}

    table#ctl00_ContentPlaceHolder1_DataListReview_med > tbody > tr:nth-child(even) {
        float: right;
    }

table#ctl00_ContentPlaceHolder1_DataListReview_med .tblreview {
    border: none;
    margin: 0;
    padding: 0;
}

#searchpanel #complete_search_id div#ctl00_ContentPlaceHolder1_UpdatePanel35 span.custom-combobox input {
    width: calc(100% - 20px);
}

#searchpanel #complete_search_id div#ctl00_ContentPlaceHolder1_UpdatePanel35 {
    position: static;
}

.template_footer a.heart {
    border: 1px solid #aaa;
    padding: 1px 7px;
    border-radius: 4px;
    margin-top: -2px;
}

.deep_title {
    text-align: left;
}

select#ctl00_ContentPlaceHolder1_ddlsCity {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.activePIPMenu {
    color: #076702 !important;
}

#mixedSlider .MS-content .item {
    padding-top: 0;
}

div#ctl00_div_mainHeader .col-md-10, div#ctl00_div_mainHeader .col-md-12, div#ctl00_div_mainHeader .col-md-2 {
    padding: 0 !important;
}

td#viewmap_popup a {
    display: inline !important;
}

.menu-section .col-xs-12.fn1.npl ul {
    margin: 0 auto;
    display: table;
}

    .menu-section .col-xs-12.fn1.npl ul li {
        display: inline;
    }

.ask-th-doc-form .form-section {
    border-radius: 8px;
    background: #fff;
    margin: 20px auto;
    display: table;
    width: 100%;
    max-width: 700px;
    border: 1px solid #077907;
    box-shadow: 0 0 15px #10420030;
}

.ask-the-doc-background-banner {
    margin-top: 15px;
    box-shadow: 0 5px 7px #c1c1c0eb;
}

.ask-th-doc-form .form-section h1.form-title {
    padding-bottom: 5px;
}

.ask-th-doc-form .form-section p.ask-the.doctor-sub-title {
    text-align: center;
}

.ask-th-doc-form .form-section input#ctl00_ContentPlaceHolder1_btnMedicalAdvice {
    margin-top: 5px;
}

.ask-th-doc-form .col-sm-5 {
    padding: 20px 15px 15px 0;
}

.ask-doc-form-disc-container {
    background-repeat: no-repeat;
    position: relative;
    padding: 19px 15px;
    min-height: 490px;
    background: #408033;
    border-radius: 8px;
}

.ask-th-doc-form .col-sm-5 p.ask-doc-form-disc {
    text-align: justify;
    color: #fff;
    position: relative;
    font-size: 13.5px;
    padding: 0 0;
    line-height: 21px;
    border: 1px dotted #fff;
    padding: 15px;
}

.ask-th-doc-form .col-sm-5 img {
    max-width: 100%;
}

.ask-th-doc-form .ask-doc-form-disc-container img {
    max-width: 70%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
}

div#main_popup_Seeker_singup_pop .full-phone-number {
    width: calc(100% - 40px);
    float: left;
}

    div#main_popup_Seeker_singup_pop .full-phone-number input {
        border-left: 0;
    }

div#main_popup_Seeker_singup_pop .count-code input {
    padding: 0;
    text-align: center;
}

div#main_popup_Seeker_singup_pop .count-code {
    WIDTH: 40PX;
}

#main_popup_Seeker_singup_pop .tab-content {
    padding: 10px 0;
}

div#ctl00_ContentPlaceHolder1_Pnl_cust_login {
    padding: 0 !important;
}

.modal {
    overflow: scroll;
}

div#main_popup_Seeker_singup_pop div#ctl00_ContentPlaceHolder1_Pnl_cust_login {
    padding: 10px 0 !important;
}

.a4h-seeker-change-password #ctl00_ContentPlaceHolder1_lnkbtnSubmit {
    margin-top: -53px;
    margin-left: 69px;
}

.a4h-login-section div#ctl00_ContentPlaceHolder1_Panel1 {
    max-width: 520px;
    margin: 0 auto;
}

.a4h-login-section input#ctl00_ContentPlaceHolder1_lnkbtnLogin {
    display: inline-block;
}

.a4h-pip-master-css div#popup_Seeker_singup_pop .input-group {
    margin-bottom: 10px;
    margin-top: 5px;
}

.a4h-pip-master-css div#popup_Seeker_singup_pop .country-code input {
    width: 40px;
    padding: 5px;
}

.ask-the-doc-background-banner img {
    max-width: 100%;
}

.a4h-pip-master-css div#popup_Seeker_singup_pop .full-phone-number {
    width: calc(100% - 40px);
    float: left;
}

    .a4h-pip-master-css div#popup_Seeker_singup_pop .full-phone-number input {
        border-left: none;
    }

.a4h-pip-master-css div#popup_Seeker_singup_pop .rem-password {
    display: inline-block;
}

.a4h-pip-master-css div#popup_Seeker_singup_pop .forget-yo-pass {
    display: inline-block;
}

.a4h-home-page-content div#ctl00_ContentPlaceHolder1_Panel1 {
    width: 100%;
}

section.content-wrapper-bg.provider-sign-up-responsive.ayur-center-details div#ctl00_ContentPlaceHolder1_upd_chkbox span {
    display: inline;
}

.ayur-center-details div#main_menu_top {
    padding: 5px;
    margin: 5px;
}

.ayur-center-details div#ctl00_ContentPlaceHolder1_Panel1 {
    width: 100%;
}

.ayur-center-details #main_menu_top > .col-sm-8 {
    padding: 0;
}
/*********assets/css/style.css*****************/

/*********crebas_provider_popup.css*****************/
div#m2b-payment-pop-up_provider .payment-row .col-sm-4 .payment-rupee span span {
    position: relative;
    top: 2px;
}

div#m2b-payment-pop-up_provider .modal-dialog {
    width: 800px;
    background: #fff;
    box-shadow: 0px 0px 3px #9e9d9c99;
    max-width: 100%;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border-top-width: 1px;
    border-top-color: rgb(204, 204, 204);
    border-top-style: solid;
    border-top-width: 1px;
    border-radius: 6px;
}

div#Pay-Through-Card-tab label {
    font-size: 12px;
    font-weight: 100;
    display: block;
}

div#m2b-payment-pop-up_provider .modal-dialog .after-disc {
    text-align: center;
    font-size: 10px;
}

div#m2b-payment-pop-up_provider .modal-dialog .payment-rupee {
    text-align: center;
}

.sexytabs > ul {
    text-align: center;
    font-weight: 500;
    margin: 15px 0 0;
    padding: 0;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 1;
}

    .sexytabs > ul > li {
        display: inline-block;
        background: #fafafa;
        padding: 0.6em 0;
        position: relative;
        width: 25%;
        margin: 0 !important;
    }

        .sexytabs > ul > li:before, .sexytabs > ul > li:after {
            opacity: 0;
        }

        .sexytabs > ul > li.ui-tabs-active:before, .sexytabs > ul > li.ui-tabs-active:after, .sexytabs > ul > li.ui-state-hover:before, .sexytabs > ul > li.ui-state-hover:after, .sexytabs > ul > li.ui-state-focus:before, .sexytabs > ul > li.ui-state-focus:after {
            opacity: 1;
        }

        .sexytabs > ul > li:before, .sexytabs > ul > li.ui-state-active.ui-state-hover:before, .sexytabs > ul > li.ui-state-active.ui-state-focus:before {
            content: "";
            position: absolute;
            z-index: -1;
            box-shadow: 0 2px 3px rgba(22, 195, 255, 0.5);
            top: 50%;
            bottom: 0px;
            left: 5px;
            right: 5px;
            border-radius: 100px / 10px;
        }

        .sexytabs > ul > li:after, .sexytabs > ul > li.ui-state-active.ui-state-hover:after, .sexytabs > ul > li.ui-state-active.ui-state-focus:after {
            content: "";
            background: #fafafa;
            position: absolute;
            width: 12px;
            height: 12px;
            left: 50%;
            bottom: -6px;
            margin-left: -6px;
            transform: rotate(45deg);
            box-shadow: inset 3px 3px 3px rgba(22, 195, 255, 0.5), inset 1px 1px 1px rgba(0, 0, 0, 0.3);
        }

        .sexytabs > ul > li.ui-state-hover:before, .sexytabs > ul > li.ui-state-focus:before {
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        }

        .sexytabs > ul > li.ui-state-hover:after, .sexytabs > ul > li.ui-state-focus:after {
            box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2), inset 1px 1px 1px rgba(0, 0, 0, 0.3);
        }

        .sexytabs > ul > li.ui-state-focus a {
            text-decoration: underline;
        }

        .sexytabs > ul > li:focus {
            outline: none;
        }

        .sexytabs > ul > li a {
            color: #444;
            text-decoration: none;
        }

            .sexytabs > ul > li a:focus {
                outline: none;
            }

            .sexytabs > ul > li a span {
                position: relative;
                top: -0.5em;
            }

.sexytabs.dark > ul {
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

    .sexytabs.dark > ul > li {
        background: #333;
    }

        .sexytabs.dark > ul > li:before, .sexytabs.dark > ul > li.ui-state-active.ui-state-hover:before, .sexytabs.dark > ul > li.ui-state-active.ui-state-focus:before {
            box-shadow: 0 2px 3px rgba(255, 255, 255, 0.3);
        }

        .sexytabs.dark > ul > li:after, .sexytabs.dark > ul > li.ui-state-active.ui-state-hover:after, .sexytabs.dark > ul > li.ui-state-active.ui-state-focus:after {
            background: #333;
            box-shadow: inset 3px 3px 3px rgba(255, 255, 255, 0.3), inset 1px 1px 1px rgba(255, 255, 255, 0.5);
        }

        .sexytabs.dark > ul > li.ui-state-hover:before, .sexytabs.dark > ul > li.ui-state-focus:before {
            box-shadow: none;
        }

        .sexytabs.dark > ul > li.ui-state-hover:after, .sexytabs.dark > ul > li.ui-state-focus:after {
            box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.4);
        }

        .sexytabs.dark > ul > li a {
            color: white;
        }

.lightpage body {
    font-size: 1em;
    background: #fafafa;
    font-family: Lato;
    font-weight: 300;
}

.lightpage h1 {
    text-align: center;
    font-size: 20px;
}

.lightpage .sexytabs {
    width: 100%;
    min-width: 360px;
    margin: auto;
    overflow: hidden;
}

.lightpage .contents {
    padding: 10px 30px;
    min-height: 200px;
    background: #f7f7f7;
    width: 95%;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-top: 0px;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 5px 6px #c3c2c2d1;
    box-shadow: 0px 5px 6px #c3c2c282;
}

.darkpage {
    background: #333;
    color: white;
}

.darkpage, .lightpage {
    padding: 50px 0;
}

input#ctl00_SubmitStripe_Provider, #ctl00_ctl00_SubmitStripe, #ctl00_SubmitStripe_quick, #ctl00_ContentPlaceHolder1_SubmitStripe_1 {
    width: auto !important;
    display: table;
    margin: 0px auto 15px;
    height: auto !important;
    padding: 2px 20px !important;
}

div#Pay-Through-Card-tab label {
    text-align: left;
}

div#ctl00_UpdatePanel17 {
    padding-top: 10px;
}

input#ctl00_btnPayNow, #ctl00_ctl00_btnPayNow, #btnPayNow {
    background: #007aa5 !important;
    border: 1px solid #2e6da4 !important;
    font-weight: 100 !important;
    font-size: 17px !important;
    letter-spacing: .5px;
    color: white !important;
}

.paypal-discription-pramotion {
    text-align: center;
    padding-top: 10px;
}

    .paypal-discription-pramotion img {
        height: 116px;
        object-fit: contain;
    }

    .paypal-discription-pramotion h3 {
        font-size: 20px;
        font-weight: 100 !important;
    }

    .paypal-discription-pramotion p {
        font-size: 12px;
        color: #aaa;
        padding: 0px 20px;
    }

@media screen and (min-width: 1000px) {
    .darkpage, .lightpage {
        width: 100%;
        float: left;
        padding: 0;
    }
}

div#m2b-payment-pop-up_provider .or-spacer {
    display: block;
    height: 400px;
    position: relative;
}

    div#m2b-payment-pop-up_provider .or-spacer .mask {
        overflow: hidden;
        height: 1px;
        transform: rotate(90deg);
        width: 300px;
        margin-left: -140px;
        margin-top: 149px;
    }

        div#m2b-payment-pop-up_provider .or-spacer .mask:after {
            content: '';
            display: block;
            border: 3px solid #ccc;
        }

    div#m2b-payment-pop-up_provider .or-spacer span {
        width: 50px;
        height: 50px;
        position: absolute;
        margin-bottom: -25px;
        left: 50%;
        margin-left: -25px;
        border-radius: 100%;
        background: #eee;
        top: 50%;
    }

        div#m2b-payment-pop-up_provider .or-spacer span i {
            display: inline-block;
            border-radius: 100%;
            text-align: center;
            width: 100%;
            line-height: 50px;
            font-style: normal;
            color: #999;
        }

div#m2b-payment-pop-up_provider .form-group.strip-logo {
    text-align: center;
}

    div#m2b-payment-pop-up_provider .form-group.strip-logo img {
        height: 53px;
        object-fit: contain;
    }

div#m2b-payment-pop-up_provider .or-spacer {
    height: 72px;
}

div#m2b-payment-pop-up_provider button.btn.btn-default.paynow-btn {
    color: #fff;
    border-color: #2e6da4;
    background: #007aa5;
    padding: 5px 0px;
    width: 100%;
    font-size: 20px;
}

div#m2b-payment-pop-up_provider .payment-by-paypal-btn-image img {
    height: 45px !important;
    object-fit: contain;
    display: table;
    margin: 0 auto;
}

div#m2b-payment-pop-up_provider .col-sm-4.payment-by-paypal-btn-image {
    padding: 0px 15px;
}

div#m2b-payment-pop-up_provider h4.modal-title.main-title-of-popup-payment {
    text-align: center;
}

div#m2b-payment-pop-up_provider h4.sub-title-of-popup-payment {
    padding: 8px 25px;
    margin: 0px -15px 20px;
    background: #5b5e5f;
    border-radius: 8px 8px 0px 0px;
    color: #fff;
    text-align: center;
    box-shadow: 0px 5px 14px #c3c2c2;
    box-shadow: 0px 5px 14px #c3c2c2;
}

div#m2b-payment-pop-up_provider .benefits-of-mem {
    border: 1px solid #ccc;
    display: table;
    border-radius: 20px;
    width: 90%;
    min-width: 360px;
    margin: auto;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border-top-width: 1px;
    border-top-color: rgb(204, 204, 204);
    border-top-style: solid;
    border-top-width: 1px;
    font-size: 14px;
    line-height: 23px;
}

div#m2b-payment-pop-up_provider .row.payment-row {
    background: #000000;
    color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-style: dashed;
    border-width: 1px;
    border-left: 0px;
    border-right: 0px;
}

div#m2b-payment-pop-up_provider .row.payment-row {
    background: #95908e;
    color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-style: dashed;
    border-width: 1px;
    border-left: 0px;
    border-right: 0px;
    margin-bottom: 10px;
}

    div#m2b-payment-pop-up_provider .row.payment-row > .col-sm-4 {
        background-color: #8e8c8c;
        transition: all .5s ease-in;
        padding: 2px 0px;
    }

        div#m2b-payment-pop-up_provider .row.payment-row > .col-sm-4.active {
            background-color: #c76c00;
            box-shadow: 0px 2px 20px #696767c7;
        }

        div#m2b-payment-pop-up_provider .row.payment-row > .col-sm-4:before {
            content: "";
            width: 0%;
            position: absolute;
            bottom: -2px;
            border: 2px solid #ada6a6;
            left: 0px;
            transition: all .5s ease-in;
        }

        div#m2b-payment-pop-up_provider .row.payment-row > .col-sm-4.active:before {
            width: 100%;
            border-color: #fff;
        }

div#m2b-payment-pop-up_provider .lightpage .sexytabs a {
    text-decoration: none;
    color: #736e6e;
    font-weight: 100 !important;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 5px 0px;
    font-size: 12px;
    text-align: center;
}

div#m2b-payment-pop-up_provider li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
    line-height: 25px;
    color: #fff !important;
    border-radius: 8px 8px 0px 0px;
}

div#m2b-payment-pop-up_provider .sexytabs > ul > li {
    background: #f3f4f5;
    line-height: 25px;
    color: #fff !important;
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #e2e0e0;
}

div#m2b-payment-pop-up_provider li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
}

div#m2b-payment-pop-up_provider .lightpage .sexytabs a {
    text-decoration: none;
    color: #736e6e;
}

div#m2b-payment-pop-up_provider .pay-via-paytm img.image-responsive {
    box-shadow: 0px 5px 6px #c3c2c2d1;
    box-shadow: 0px 5px 6px #c3c2c282;
    height: 292px;
}

div#m2b-payment-pop-up_provider .pay-via-paytm p.scan-the-qr {
    text-align: center;
    margin-top: 45px !important;
}

div#m2b-payment-pop-up_provider .pay-via-paytm p.for-help {
    white-space: nowrap;
    color: #bf0606;
}

div#m2b-payment-pop-up_provider .scan-forhelp-info-div a {
    font-size: 14px;
}

div#m2b-payment-pop-up_provider .pay-via-paytm p.for-help {
    color: #bf0606;
    margin-bottom: 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #aaa;
    font-size: 12px;
    text-align: center;
}

div#m2b-payment-pop-up_provider .pay-via-paytm .once-done-ple-div {
    padding-top: 40px;
}

div#m2b-payment-pop-up_provider .once-done-ple-div h5.title {
    text-align: center;
    line-height: 25px;
    margin: 0px -17px 12px;
    color: #202f66;
    border-bottom: 1px dotted #ccc;
}

div#m2b-payment-pop-up_provider .pay-via-paytm .once-done-ple-div .send-btn {
    color: #fff;
    border-color: #ff8a00;
    background: #ff8a00;
    font-size: 16px;
    text-shadow: none;
    padding: 5px 10px !important;
}

div#m2b-payment-pop-up_provider .net-banking-contai-div {
    padding: 15px 0px;
    text-align: center;
}

    div#m2b-payment-pop-up_provider .net-banking-contai-div .send-btn {
        color: #fff;
        border-color: #ff8a00;
        background: #ff8a00;
        font-size: 16px;
        text-shadow: none;
        padding: 5px 10px !important;
    }

div#m2b-payment-pop-up_provider .net-banking-contai-div {
    padding: 15px 0px;
    text-align: center;
}

    div#m2b-payment-pop-up_provider .net-banking-contai-div p {
        margin-bottom: 30px;
        text-align: left;
        color: #736e6e;
        font-size: 13px;
        padding: 0px 10px;
    }

div#m2b-payment-pop-up_provider .pay-via-paytm .once-done-ple-div label {
    font-weight: 100;
}

div#m2b-payment-pop-up_provider .col-sm-5.pay-via-paytm {
    text-align: center;
    padding-top: 0px;
}

.m2b-payment-pop-up-class .lightpage .sexytabs .ui-corner-all {
    background: no-repeat;
    border: none;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #ccc;
}

.m2b-payment-pop-up-class .lightpage .contents {
    padding: 10px;
    width: 100%;
    border-top: 1px solid #ccc;
}

div#m2b-payment-pop-up_provider input[type=submit] {
    color: #fff;
    border-color: #ff8a00;
    background: #ff8a00;
    font-size: 16px;
    text-shadow: none;
    padding: 5px 10px !important;
}

#m2b-payment-pop-up_provider .payment-rupee input {
    margin-right: 5px;
    margin-left: 5px;
}

p.scan-the-qr {
    text-align: center;
    margin-top: 45px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    text-transform: unset;
    margin-bottom: 15px;
    box-shadow: 0px 5px 6px #c3c2c2d1;
    box-shadow: 0px 5px 6px #c3c2c282;
    font-size: 12px;
    text-align: left;
}

p.for-help {
    color: #bf0606;
    margin-bottom: 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #aaa;
    font-size: 12px;
    text-align: center;
}

div#Pay-Through-Card-tab .form-group {
    margin-bottom: 5px;
}

    div#Pay-Through-Card-tab .form-group input {
        height: 30px;
        padding: 0px 10px;
    }

.once-done-ple-div {
    padding-top: 40px;
}

div#Pay-Through-Card-tab .form-group input[type="submit"] {
    height: 40px;
}

div#m2b-payment-pop-up_provider .divi-seprator {
    height: 200px;
    border-right: 1px solid #ccc;
    position: relative;
    left: -40px;
}

    div#m2b-payment-pop-up_provider .divi-seprator img {
        position: absolute;
        width: 40px;
        left: 50%;
        margin-left: 10px;
        top: 50%;
        margin-top: -20px;
    }

div#Pay-Through-Card-tab .form-horizontal {
    padding: 10px;
    margin-top: 10px;
    padding-bottom: 0px;
}

.panel-header-for-panel .proper-title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.panel-header-for-panel h4 {
    display: inline-block;
}

.panel-header-for-panel img {
    height: 40px;
    float: right;
}

div#Pay-Through-Card-tab .full-form-data {
    padding: 10px;
    padding-bottom: 0px;
}

.payment-by-paypal-btn-image .full-form-data {
    padding: 10px;
}

.payment-by-paypal-btn-image .panel-header-for-panel .proper-title {
    padding-top: 10px;
}

div#m2b-payment-pop-up_provider .payment-by-paypal-btn-image .proper-title img {
    height: 40px !important;
}

.m2b-payment-pop-up-class .lightpage .contents {
    display: table;
    background: #fff;
}

div#m2b-payment-pop-up_provider .payment-row .col-sm-4 .payment-rupee span span label {
    position: relative;
    top: -2px;
}

.col-sm-4.payment-by-paypal-btn-image .panel-header-for-panel h4 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
}

div#Pay-Through-Card-tab .form-horizontal {
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #c3c2c282;
    box-shadow: 0px 0px 10px #c3c2c282;
}

.payment-by-paypal-btn-image .bind-dat-paypal-panel {
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #c3c2c282;
    box-shadow: 0px 0px 10px #c3c2c282;
}

ul.tabs.mycustom-tab_psign, ul.tabs.mycustom-tab {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    ul.tabs.mycustom-tab_psign li, ul.tabs.mycustom-tab li {
        background: none;
        color: #222;
        display: block;
        padding: 0px;
        cursor: pointer;
        margin-bottom: 10px;
    }

        ul.tabs.mycustom-tab_psign li.current, ul.tabs.mycustom-tab li.current {
            color: #222;
        }

.mycustom-tab-data .tab-content_psign, .tab-content {
    display: none;
    padding: 15px;
}

    .mycustom-tab-data .tab-content_psign.current, .tab-content.current {
        display: inherit;
    }

.option-full-content [type="radio"]:checked, .option-full-content [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .option-full-content [type="radio"]:checked + label, .option-full-content [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        .option-full-content [type="radio"]:checked + label:before, .option-full-content [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        .option-full-content [type="radio"]:checked + label:after, .option-full-content [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #dc4848;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .option-full-content [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .option-full-content [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.payment-by-paypal-btn-image {
    padding: 40px 0px;
}

ul.tabs.mycustom-tab_psign li > p {
    margin: 0px;
}

    ul.tabs.mycustom-tab_psign li > p label {
        margin-bottom: 0px;
    }

div#ctl00_ctl00_UpdatePanel17 {
    padding-top: 10px;
}

@media only screen and (max-width: 999px) {
    .darkpage, .lightpage {
        padding: 10px 0;
    }
}

@media only screen and (max-width: 844px) {
    div#m2b-payment-pop-up_provider .once-done-ple-div h5.title {
        margin: 10px 0px;
    }

    div#m2b-payment-pop-up_provider .modal-dialog {
        max-width: 98% !important;
        width: auto;
    }

    .sexytabs > ul > li {
        float: none;
        width: 100%;
    }

    div#m2b-payment-pop-up_provider .or-spacer span {
        top: 0%;
        margin-top: -25px;
    }

    div#m2b-payment-pop-up_provider .or-spacer {
        height: 35px;
    }

    div#m2b-payment-pop-up_provider .pay-via-paytm p.for-help {
        margin: 0px;
        text-align: center;
        font-size: 12px;
    }

    div#m2b-payment-pop-up_provider .lightpage .sexytabs a {
        text-align: center;
        font-size: 12px;
    }

    p.for-help {
        text-align: center;
        margin-left: 0px;
    }

    div#m2b-payment-pop-up_provider .net-banking-contai-div .send-btn {
        font-size: 16px;
    }

    div#m2b-payment-pop-up_provider .pay-via-paytm p.scan-the-qr {
        margin-top: 0px !important;
    }

    .m2b-payment-pop-up-class .lightpage .contents {
        border-top: 2px solid #d89999;
        background: #ffffff;
        padding: 15px 5px;
    }
}

@media only screen and (max-width: 767px) {
    #medcine-payment-pop-up_provider .col-sm-4.pay-via-paytm {
        text-align: center;
    }

    .error_msg_strip_label {
        text-align: center;
    }

    div#m2b-payment-pop-up_provider .once-done-ple-div h5.title {
        border: none;
    }

    div#m2b-payment-pop-up_provider .pay-via-paytm p.scan-the-qr {
        text-align: center;
    }

    div#m2b-payment-pop-up_provider .pay-via-paytm p.for-help {
        border: none;
    }

    #Fergie .scan-forhelp-info-div {
        border: none;
        margin-top: 0px;
        margin-bottom: 25px;
    }

    #m2b-payment-pop-up_provider .pay-via-paytm .scan-forhelp-info-div > img {
        object-fit: cover !important;
        height: 230px !important;
        margin-bottom: 10px !important;
        width: 100%;
    }

    div#m2b-payment-pop-up_provider .pay-via-paytm .once-done-ple-div {
        padding-top: 20px;
    }

    .panel-header-for-panel {
        display: block;
    }

    div#m2b-payment-pop-up_provider .row.payment-row .col-sm-4 {
        border-bottom: 1px solid #5a5959;
        padding: 3px 0px;
    }

        div#m2b-payment-pop-up_provider .row.payment-row .col-sm-4:last-child {
            border: none;
        }

    p.scan-the-qr {
        margin-top: 0px;
    }

    .col-sm-4.payment-by-paypal-btn-image {
        padding: 80px 15px 0px !important;
    }

    div#m2b-payment-pop-up_provider .divi-seprator {
        transform: rotate(180deg);
        border-top: 1px solid #ccc;
        height: 10px;
        width: 300px;
        margin: 0 auto;
        border-left: none;
        border-right: 0px;
        margin-top: 30px;
        left: 0px;
        margin-bottom: -35px;
    }

        div#m2b-payment-pop-up_provider .divi-seprator img {
            transform: rotate(180deg);
            margin-top: -25px;
            margin-left: -25px;
        }

    .row.payment-icons-upi {
        padding-top: 0px;
        margin-bottom: 10px;
    }

    payment-pop-up_provider .ui-state-default, #m2b-payment-pop-up_provider .ui-widget-content .ui-state-default, #m2b-payment-pop-up_provider .ui-widget-header .ui-state-default {
        width: 100% !important;
    }
}

@media only screen and (min-width:768px) {
    .payment-by-paypal-btn-image .bind-dat-paypal-panel {
        margin: 0px -20px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    div#m2b-payment-pop-up_provider .divi-seprator {
        width: 240px;
    }

    div#m2b-payment-pop-up_provider .benefits-of-mem {
        display: block;
        width: 100%;
        min-width: auto;
    }

    .lightpage .sexytabs {
        min-width: auto;
    }

    div#m2b-payment-pop-up_provider .or-spacer .mask {
        width: 245px;
    }

    div#m2b-payment-pop-up_provider .or-spacer .mask {
        transform: rotate(0deg);
        margin-left: -26px;
        margin-top: 35px;
    }

    .m2b-payment-pop-up-class .lightpage .contents > div {
        padding: 0px;
    }

    div#m2b-payment-pop-up_provider .or-spacer .mask {
        transform: rotate(0deg);
        margin-left: 55px;
        margin-top: 35px;
    }

    div#m2b-payment-pop-up_provider .net-banking-contai-div .send-btn {
        font-size: 14px;
        white-space: normal;
    }

    .m2b-payment-pop-up-class .lightpage .contents {
        box-sizing: border-box;
        display: block;
    }

    .payment-by-paypal-btn-image {
        padding: 0px 0px 10px !important;
    }

    input#ctl00_btnPayNow, #ctl00_ctl00_btnPayNow, #btnPayNow {
        white-space: unset;
        height: auto !important;
        font-size: 12px !important;
        padding: 5px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 360px) {
    .panel-header-for-panel h4 {
        display: inline-block;
        font-size: 15px;
    }

    div#m2b-payment-pop-up_provider .payment-by-paypal-btn-image .proper-title img {
        height: 31px !important;
    }

    .panel-header-for-panel img {
        height: 38px;
    }
}

div#Rihanna .payment-icons-upi .col-xs-4 {
    padding: 5px;
}

    div#Rihanna .payment-icons-upi .col-xs-4 img, div#Rihanna-m .payment-icons-upi .col-xs-4 img {
        max-width: 100%;
        border: 1px solid #e7e5e5;
        padding: 2px;
        border-radius: 2px;
    }

.row.payment-icons-upi {
    padding-top: 0px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-radius: 5px;
}

#m2b-payment-pop-up_provider .pay-via-paytm .scan-forhelp-info-div > img {
    height: 105px !important;
    object-fit: cover !important;
    border-radius: 9px 9px 0px 0px !important;
    box-shadow: none !important;
    width: 100%;
}

#Fergie .scan-forhelp-info-div {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 5px;
}

li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a {
    background: #f3f4f5;
    color: #333 !important;
}

.lightpage .sexytabs a {
    background: #8e8c8c;
    color: #fff !important;
}

#m2b-payment-pop-up_provider .ui-state-default, #m2b-payment-pop-up_provider .ui-widget-content .ui-state-default, #m2b-payment-pop-up_provider .ui-widget-header .ui-state-default {
    width: 25%;
}

div#m2b-payment-pop-up_provider .lightpage .sexytabs a {
    overflow: visible;
}

.ui-tabs div#Fergie .scan-forhelp-info-div, .ui-tabs div#Fergie-m .scan-forhelp-info-div {
    text-align: center;
}

.ui-tabs div#Fergie p.scan-the-qr, .ui-tabs div#Fergie-m p.scan-the-qr {
    box-shadow: none;
    border: none;
    padding-bottom: 5px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.ui-tabs div#Fergie .scan-forhelp-info-div a, .ui-tabs div#Fergie-m .scan-forhelp-info-div a {
    background: transparent;
    color: #2196F3 !important;
}
/*********crebas_provider_popup.css*****************/

/*********box.css*****************/
#featured {
    width: 265px;
    padding-right: 250px;
    position: relative;
    border: 0 solid #ccc;
    height: 281px;
    background: #fff;
}

    #featured ul.ui-tabs-nav {
        position: absolute;
        top: 0;
        left: 340px;
        list-style: none;
        width: 175px;
        margin: 0;
        padding: 0;
    }

        #featured ul.ui-tabs-nav li {
            font-size: 12px;
            border-right: none;
            border-top: 0 solid #ccc;
            color: #666;
            padding: 0;
        }

            #featured ul.ui-tabs-nav li img {
                float: left;
                background: #fff;
                padding: 2px;
            }

            #featured ul.ui-tabs-nav li span {
                font-size: 11px;
                font-family: Verdana;
                width: 168px;
                margin-left: 3px;
                float: left;
                line-height: 22px;
                padding-left: 4px;
            }

    #featured li.ui-tabs-nav-item a {
        display: block;
        height: 46px;
        color: #333;
        background: #fff;
        line-height: 7px;
        text-decoration: none;
    }

        #featured li.ui-tabs-nav-item a:hover {
            background: #fff2eb;
        }

    #featured ul.ui-tabs-nav li.ui-tabs-selected a {
        background: #fff2eb;
        color: #000;
    }

    #featured .ui-tabs-panel {
        width: 400px;
        height: 281px;
        background: #fff2eb;
        position: relative;
        color: #000;
    }

        #featured .ui-tabs-panel .info {
            position: absolute;
            left: 0;
            height: 70px;
            background: url(images/transparent-bg.png);
        }

    #featured .info h2 {
        font-size: 18px;
        font-family: Georgia,serif;
        color: #fff;
        overflow: hidden;
        margin: 0;
        padding: 5px;
    }

    #featured .info p {
        font-family: Verdana;
        font-size: 11px;
        line-height: 15px;
        color: #f0f0f0;
        margin: 0 5px;
    }

    #featured .info a {
        text-decoration: none;
        color: #fff;
    }

        #featured .info a:hover {
            text-decoration: none;
        }

    #featured .ui-tabs-hide {
        display: none;
    }
/*********box.css*****************/

/*********crystal-stars.css*****************/
.ui-stars-star, .ui-stars-cancel {
    float: left;
    display: block;
    overflow: hidden;
    text-indent: -999em;
    cursor: pointer;
}

    .ui-stars-star a, .ui-stars-cancel a {
        width: 28px;
        height: 26px;
        display: block;
        position: relative;
        background: url(crystal-stars.png) no-repeat 0 0;
    }

    .ui-stars-star a {
        background-position: 0 -56px;
    }

.ui-stars-star-on a {
    background-position: 0 -84px;
}

.ui-stars-star-hover a {
    background-position: 0 -112px;
}

.ui-stars-cancel-hover a {
    background-position: 0 -28px;
}

.ui-stars-star-disabled, .ui-stars-star-disabled a, .ui-stars-cancel-disabled a {
    cursor: default !important;
}

.ratingStar {
    font-size: 0;
    width: 14px;
    height: 16px;
    cursor: default;
    display: block;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

.filledRatingStar {
    background-image: url(../img/Star-on.png);
}

.emptyRatingStar {
    background-image: url(../img/Star-off.png);
}

.savedRatingStar {
    background-image: url(../Images/SavedStar.png);
}

.tbl {
    border: 1px solid gray;
    margin-bottom: -1px;
    width: 85%;
    padding: 3px;
}

.tblinput {
    background-color: lightGray;
}
/*********crystal-stars.css*****************/


/*********Controls/jquery-ui.css*****************/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: inline-block;
}

* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-clearfix {
    display: block;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-widget {
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #eee;
    background: #fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #333;
}

    .ui-widget-content a {
        color: #333;
    }

.ui-widget-header {
    border: 1px solid #e3a1a1;
    background: #0b75b2 url(images/ui-bg_highlight-soft_15_cc0000_1x100.png) 50% 50% repeat-x;
    color: #fff;
    font-weight: 700;
}

    .ui-widget-header a {
        color: #fff;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #d8dcdf;
        background: #eee url(images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x;
        font-weight: 700;
        color: #004276;
        width: 28px;
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #004276;
            text-decoration: none;
        }

.ui-state-hover a, .ui-state-hover a:hover {
    color: #111;
    text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #eee;
    background: #fff url(images/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x;
    font-weight: 700;
    color: #0b75b2;
}

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: #0b75b2;
        text-decoration: none;
    }

.ui-widget :active {
    outline: 0;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcd3a1;
    background: #fbf8ee url(images/ui-bg_glass_55_fbf8ee_1x400.png) 50% 50% repeat-x;
    color: #444;
}

    .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
        color: #444;
    }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #0b75b2;
    background: #f3d8d8 url(images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png) 50% 50% repeat;
    color: #2e2e2e;
}

    .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
        color: #2e2e2e;
    }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #2e2e2e;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: 1;
    filter: Alpha(Opacity=70);
    font-weight: 700;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(images/ui-icons_cc0000_256x240.png);
}

.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_cc0000_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_cc0000_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_cc0000_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_004276_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cc0000_256x240.png);
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-off {
    background-position: -96px -144px;
}

.ui-icon-radio-on {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-tl {
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
}

.ui-corner-tr {
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}

.ui-corner-bl {
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.ui-corner-br {
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.ui-corner-top {
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}

.ui-corner-bottom {
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.ui-corner-right {
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.ui-corner-left {
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.ui-corner-all {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.ui-widget-overlay {
    background: #a6a6a6 url(images/ui-bg_dots-small_65_a6a6a6_2x2.png) 50% 50% repeat;
    opacity: .4;
    filter: Alpha(Opacity=40);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #333 url(images/ui-bg_flat_0_333333_40x100.png) 50% 50% repeat-x;
    opacity: .1;
    filter: Alpha(Opacity=10);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    z-index: 99999;
    display: block;
}

.ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000;
}

.ui-accordion {
    width: 100%;
}

    .ui-accordion .ui-accordion-header {
        cursor: pointer;
        position: relative;
        margin-top: 1px;
        zoom: 1;
    }

    .ui-accordion .ui-accordion-li-fix {
        display: inline;
    }

    .ui-accordion .ui-accordion-header-active {
        border-bottom: 0 !important;
    }

    .ui-accordion .ui-accordion-header a {
        display: block;
        font-size: 1em;
        padding: .5em .5em .5em .7em;
    }

.ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
    zoom: 1;
}

.ui-accordion .ui-accordion-content-active {
    display: block;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
}

* html .ui-autocomplete {
    width: 1px;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        zoom: 1;
        float: left;
        clear: left;
        width: 100%;
    }

        .ui-menu .ui-menu-item a {
            text-decoration: none;
            display: block;
            padding: .2em .4em;
            line-height: 1.5;
            zoom: 1;
        }

            .ui-menu .ui-menu-item a.ui-state-active, .ui-menu .ui-menu-item a.ui-state-hover {
                font-weight: 400;
                margin: -1px;
            }

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: .1em;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
}

.ui-button-icon-only {
    width: 2.2em;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button .ui-button-text {
    display: block;
    line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-icons-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-icons-only .ui-button-icon-primary, .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary {
    left: .5em;
}

.ui-button-icons-only .ui-button-icon-secondary, .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary {
    right: .5em;
}

.ui-button-icons-only .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary {
    right: .5em;
}

.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
    }

button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-dialog {
    position: absolute;
    padding: .2em;
    width: 300px;
    overflow: hidden;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 16px .1em 0;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 19px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 18px;
    }

        .ui-dialog .ui-dialog-titlebar-close span {
            display: block;
            margin: 1px;
        }

        .ui-dialog .ui-dialog-titlebar-close:focus, .ui-dialog .ui-dialog-titlebar-close:hover {
            padding: 0;
        }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: 0 0;
        overflow: auto;
        zoom: 1;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin: .5em 0 0 0;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-se {
        width: 14px;
        height: 14px;
        right: 3px;
        bottom: 3px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-tabs {
    position: relative;
    padding: .2em;
    zoom: 1;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 1px;
            margin: 0 .2em 1px 0;
            border-bottom: 0 !important;
            padding: 0;
            white-space: nowrap;
        }

            .ui-tabs .ui-tabs-nav li a {
                float: left;
                padding: .5em 1em;
                text-decoration: none;
            }

            .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
                margin-bottom: 0;
                padding-bottom: 1px;
            }

                .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
                    cursor: text;
                }

            .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
                cursor: pointer;
            }

    .ui-tabs .ui-tabs-panel {
        display: block;
        border-width: 0;
        padding: 1em 1.4em;
        background: 0 0;
    }

    .ui-tabs .ui-tabs-hide {
        display: none !important;
    }

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
            color: #004276;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 44%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: 700;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td a, .ui-datepicker td span {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
    }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-datepicker-cover {
    display: none;
    display: block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 200px;
    height: 200px;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
    }

.ui-datepicker-trigger {
    cursor: pointer;
    display: block;
    height: 20px;
    padding-bottom: 1px;
    padding-left: 3px;
    position: relative;
    /*top: -22px;*/
    vertical-align: bottom;
}
/*********Controls/jquery-ui.css*****************/

/*********feedback.css*****************/
.feedbacklabel {
    width: 30%;
}

.feedbackText {
    width: 60%;
    width: 250px !important;
    height: 25px;
}

.field {
    width: 100%;
}

#container {
    clear: both;
    margin: 0;
    padding: 0;
}

.content {
    font-style: normal;
    color: #fff;
    background: #333;
    border: 1px solid #444;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    margin: 30px 0 50px;
    padding: 15px 0;
}

    .content p {
        margin: 10px 0;
        padding: 15px 20px;
    }

.business_feed {
    top: 0px;
    margin-right: 530px;
    right: -250px;
    display: none;
    color: #000;
    background: #F9F9F9;
    border: 1px solid #111;
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    width: 350px;
    height: 650px;
    filter: alpha(opacity=85);
    opacity: .97;
    position: fixed;
    z-index: 1001;
    border-radius: 10px 0 0 10px;
    padding: 30px 28px 62px 36px;
}

.multi_image {
    top: 70px;
    right: 530px;
    display: none;
    color: #000;
    background: #F9F9F9;
    border: 1px solid #111;
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    width: 350px;
    height: 400px;
    filter: alpha(opacity=85);
    opacity: .97;
    position: fixed;
    z-index: 1001;
    border-radius: 10px 0 0 10px;
    padding: 30px 28px 62px 36px;
}

.panel_feed {
    top: 70px;
    right: -90px;
    display: none;
    color: #000;
    background: #F9F9F9;
    border: 1px solid #111;
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    width: 350px;
    height: 400px;
    filter: alpha(opacity=85);
    opacity: .97;
    position: fixed;
    z-index: 1001;
    border-radius: 10px 0 0 10px;
    padding: 30px 28px 62px 36px;
}

.panel p {
    margin: 0 0 15px;
    padding: 0;
}

a.triger_facbook {
    z-index: 1001;
    text-decoration: none;
    top: 170px;
    float: left;
    right: 0;
    font-size: 16px;
    letter-spacing: -1px;
    color: #fff;
    width: 27px;
    font-weight: 700;
    background: url(images/plus.png) no-repeat scroll -2% 0;
    display: block;
    position: fixed;
    padding: 0;
}

a.triger_twitter {
    z-index: 1001;
    text-decoration: none;
    top: 300px;
    float: left;
    right: 0;
    font-size: 16px;
    letter-spacing: -1px;
    color: #fff;
    width: 27px;
    font-weight: 700;
    background: url(images/plus.png) no-repeat scroll -2% 0;
    display: block;
    position: fixed;
    padding: 0;
}

a.active.trigger {
    background: url(images/minus.png)no-repeat scroll -2% 0;
}

.columns {
    clear: both;
    width: 330px;
    line-height: 22px;
    padding: 0 0 20px;
}

.colleft {
    float: left;
    width: 130px;
    line-height: 22px;
}

.colright {
    float: right;
    width: 130px;
    line-height: 22px;
}

.powered-by {
    margin-top: 10px;
    float: right;
}

.errorfeedback {
    color: Red;
    font-size: 10px;
    font-weight: 400;
}
/*********feedback.css*****************/

/*********PopupStyle.css*****************/
a {
    text-decoration: none;
}

.box {
    background-color: #FFF;
    color: #888;
    height: 225px;
    left: 100%;
    position: fixed;
    right: 30%;
    top: 25%;
    width: 555px;
    z-index: 1001;
    border: 5px solid #E0DBC6;
    border-radius: 10px;
    -moz-border-radius: 10px;
    opacity: 6;
    display: none;
}

.box_login_popup {
    background-color: #FFF;
    color: #888;
    min-height: 225px;
    height: auto;
    left: 100%;
    position: fixed;
    right: 30%;
    top: 25%;
    width: 555px;
    z-index: 1001;
    border: 5px solid #666;
    border-radius: 10px;
    -moz-border-radius: 10px;
    opacity: 6;
    display: none;
    padding-bottom: 10px;
}

.box_map {
    background-color: #FFF;
    border: 5px solid #E0DBC6;
    border-radius: 10px 10px 10px 10px;
    color: #888;
    display: none;
    height: 381px;
    left: 100%;
    opacity: 6;
    position: absolute;
    right: 30%;
    top: 15%;
    width: 700px;
    z-index: 1001;
}

a.boxclose_map {
    background: url(../Images/close.png) repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 0;
    position: relative;
    top: -20px;
    width: 26px;
    z-index: 1;
}

.box_Detail {
    background-color: #FFF;
    color: #888;
    height: 415px;
    left: 100%;
    position: fixed;
    display: none;
    top: 10%;
    width: 700px;
    z-index: 999;
    border: 5px solid #E0DBC6;
    border-radius: 10px;
    -moz-border-radius: 10px;
    opacity: 6;
    padding: 20px;
}

.box_ChangeEmailId {
    background-color: #FFF;
    border: 5px solid #E0DBC6;
    border-radius: 10px 10px 10px 10px;
    color: #888;
    display: none;
    height: 213px;
    left: 100%;
    opacity: 6;
    position: fixed;
    top: 18%;
    width: 470px;
    z-index: 1001;
}

.head_up_ChangeEmailId {
    background: none repeat scroll 0 0 #000;
    border-radius: 5px 5px 5px 5px;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    height: 22px;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    width: 585px;
    padding: 4px 0 0 6px;
}

.head_up_ChangeEmailId_recuring_popup {
    background: none repeat scroll 0 0 #000;
    border-radius: 5px 5px 5px 5px;
    color: #FFF;
    font-family: Segoe UI,Lucida Grande,UnDotum,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 22px;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    width: 794px;
    padding: 4px 0 0 6px;
}

.head_up_ChangeEmailId_promotion_fix {
    background: none repeat scroll 0 0 #000;
    border-radius: 5px 5px 5px 5px;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    height: 22px;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    width: 734px;
    padding: 0 0 0 6px;
}

.head_up_Mailid {
    background: none repeat scroll 0 0 #000;
    border-radius: 5px 5px 5px 5px;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    height: 22px;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    width: 464px;
    padding: 2px 0 0 6px;
}

.innertable_ChangeEmailId {
    float: left;
    margin-bottom: 15px;
    margin-left: 30px;
    margin-top: 10px;
    padding: 15px 0;
}

.change_pasd {
    background-color: #FFF;
    border: 5px solid #E0DBC6;
    border-radius: 10px 10px 10px 10px;
    color: #888;
    display: none;
    height: 213px;
    left: 100%;
    opacity: 6;
    position: fixed;
    top: 20%;
    width: 591px;
    z-index: 1001;
}

.box_Detail1_ChangePsw {
    background-color: #FFF;
    border: 5px solid #E0DBC6;
    border-radius: 10px 10px 10px 10px;
    color: #888;
    display: none;
    height: 202px;
    margin-left: 85px;
    opacity: 6;
    position: fixed;
    top: 25%;
    width: 575px;
    z-index: 1001;
}

.head_up_ChangePsw {
    background: none repeat scroll 0 0 #000;
    border-radius: 5px 5px 5px 5px;
    color: #FFF;
    font-family: Segoe UI,Lucida Grande,UnDotum,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 22px;
    margin-left: 0;
    margin-top: 1px;
    text-align: center;
    width: 569px;
    padding: 4px 0 0 6px;
}

.Body_Business {
    background-color: #FFF;
    border: 5px solid #E0DBC6;
    border-radius: 10px 10px 10px 10px;
    color: #888;
    display: none;
    height: 202px;
    margin-left: 85px;
    opacity: 6;
    position: fixed;
    top: 32%;
    width: 415px;
    z-index: 1001;
}

.head_Business {
    background: none repeat scroll 0 0 #000;
    border-radius: 5px 5px 5px 5px;
    color: #FFF;
    font-family: Segoe UI,Lucida Grande,UnDotum,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 22px;
    margin-left: 0;
    margin-top: 1px;
    text-align: center;
    width: 409px;
    padding: 0 0 0 6px;
}

.box_pramotionFix {
    background-color: #FFF;
    color: #888;
    height: 490px;
    overflow-x: hidden;
    overflow-y: auto;
    left: 100%;
    position: fixed;
    display: none;
    top: 4%;
    width: 740px;
    z-index: 1001;
    border: 5px solid #E0DBC6;
    border-radius: 10px;
    -moz-border-radius: 10px;
    opacity: 6;
}

.box_pramotionRecc {
    background-color: #FFF;
    color: #888;
    height: 520px;
    overflow-x: hidden;
    overflow-y: auto;
    left: 100%;
    position: fixed;
    display: none;
    top: 5%;
    width: 740px;
    z-index: 1001;
    border: 5px solid #E0DBC6;
    border-radius: 10px;
    -moz-border-radius: 10px;
    opacity: 6;
}

.head_promotion {
    background-color: #000;
    font-weight: 700;
    color: #FFF;
    line-height: 20px;
}

.promo_body {
    line-height: 20px;
}

.box_Login_calnder {
    background-color: #FFF;
    color: #888;
    height: 425px;
    left: 100%;
    position: absolute;
    display: none;
    top: 10%;
    width: 730px;
    z-index: 1001;
    border: 5px solid #E0DBC6;
    border-radius: 10px;
    -moz-border-radius: 10px;
    opacity: 6;
}

.box_Login {
    background-color: #FFF;
    color: #888;
    height: 425px;
    left: 100%;
    position: fixed;
    display: none;
    top: 10%;
    width: 730px;
    z-index: 1001;
    border: 5px solid #E0DBC6;
    border-radius: 10px;
    -moz-border-radius: 10px;
    opacity: 6;
}

.box_Detail1 {
    background-color: #FFF;
    border: 5px solid #E0DBC6;
    border-radius: 10px;
    color: #888;
    display: none;
    height: auto !important;
    left: 100%;
    opacity: 6;
    position: fixed;
    top: 10%;
    width: 796px;
    z-index: 1001;
}

.box_Detail12 {
    background-color: #FFF;
    color: #888;
    height: 520px;
    left: 100%;
    position: fixed;
    display: none;
    top: 10%;
    width: 800px;
    z-index: 1001;
    border: 5px solid #E0DBC6;
    border-radius: 10px;
    -moz-border-radius: 10px;
    opacity: 6;
}

.box_Detail_23 {
    background-color: #FFF;
    color: #888;
    height: auto;
    left: 100%;
    position: fixed;
    display: none;
    top: 10%;
    width: auto;
    z-index: 1001;
    border: 5px solid #E0DBC6;
    border-radius: 10px;
    -moz-border-radius: 10px;
    opacity: 6;
}

.box_Review1 {
    background-color: #FFF;
    color: #666;
    height: 410px;
    left: 100%;
    position: fixed;
    display: none;
    top: 10%;
    width: 744px;
    z-index: 1001;
    border: 5px solid #E0DBC6;
    border-radius: 10px;
    opacity: 6;
    overflow-y: scroll;
}

.box_Review_popup_searchpage {
    background-color: #FFF;
    color: #666;
    height: 448px;
    left: 100%;
    position: fixed;
    display: none;
    top: 10%;
    width: 744px;
    z-index: 1001;
    border: 5px solid #E0DBC6;
    border-radius: 10px;
    opacity: 6;
}

.box_Detail1_RvWrite {
    background-color: #FFF;
    color: #888;
    height: 270px;
    left: 100%;
    position: fixed;
    display: none;
    top: 10%;
    width: 600px;
    z-index: 1001;
    border: 5px solid #E0DBC6;
    border-radius: 10px;
    -moz-border-radius: 10px;
    opacity: 6;
}

.box_Detail2 {
    background-color: #FFF;
    color: #888;
    height: 400px;
    left: 100%;
    position: fixed;
    display: none;
    top: 10%;
    width: 543px;
    z-index: 1001;
    border: 5px solid #E0DBC6;
    border-radius: 10px;
    -moz-border-radius: 10px;
    opacity: 6;
}

.box_Confirm {
    background-color: #FFF;
    height: 100px;
    left: 100%;
    position: fixed;
    display: none;
    top: 10%;
    width: 300px;
    z-index: 999;
    border: 5px solid #E0DBC6;
    border-radius: 10px;
    -moz-border-radius: 10px;
    opacity: 6;
}

.overlay {
    background: #000000a3;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    display: block;
    opacity: 1;
    background-image: url(http://dev.ayurveda4health.com/Images/ajax-loader1.gif);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center center;
}

.overlay_2 {
    background: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    opacity: 0.5;
}

a.boxclose {
    background: url(../Images/close.png) no-repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 23px;
    left: 0;
    position: relative;
    top: -26px;
    width: 23px;
}

a.boxclose_bookinginfomation {
    background: url(../Images/close.png) no-repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 23px;
    left: 0;
    position: relative;
    top: -24px;
    width: 23px;
}

.popHeader {
    width: 690px;
    padding-left: 6px;
    color: #fff;
    height: 45px;
    padding-top: 0px;
    border-radius: 5px;
    text-align: left;
    text-decoration: underline;
    font-weight: bolder;
    background-color: black;
}

.searchPOp {
    color: #000;
    font-size: 13px;
    height: 28px;
    width: 102px;
    font-weight: 700;
}

a.Login_boxclose {
    background: url(../Images/cancel.png) repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 0;
    position: relative;
    top: 0;
    width: 26px;
}

#txtCommentsSpecial {
    width: 527px;
    height: 83px;
}

.box_Confirm12 {
    background-color: #FFF;
    border: 5px solid #E0DBC6;
    border-radius: 10px 10px 10px 10px;
    color: #000;
    display: none;
    height: 136px;
    left: 100%;
    opacity: 6;
    position: fixed;
    right: 18%;
    top: 25%;
    width: 359px;
    z-index: 1001;
}

.box_Confirm98 {
    height: 150px;
    right: 30%;
    top: 25%;
    width: 380px;
    background-color: #FFF;
    border: 5px solid #E0DBC6;
    border-radius: 10px 10px 10px 10px;
    color: #000;
    display: none;
    left: 100%;
    opacity: 6;
    position: fixed;
    z-index: 1001;
}

.boxfor_advance_feature_prebtn {
    height: 125px;
    right: 30%;
    top: 25%;
    width: 310px;
    background-color: #FFF;
    border: 5px solid #E0DBC6;
    border-radius: 10px 10px 10px 10px;
    color: #000;
    display: none;
    left: 100%;
    opacity: 6;
    position: fixed;
    z-index: 1001;
}

.box_table_infopop {
    height: 150px;
    right: 30%;
    top: 25%;
    width: 350px;
    background-color: #FFF;
    border: 5px solid #E0DBC6;
    border-radius: 10px 10px 10px 10px;
    color: #000;
    display: none;
    left: 100%;
    opacity: 6;
    position: fixed;
    z-index: 1001;
}

.box_Confirm_popup_homedelivery {
    background-color: #FFF;
    border: 5px solid #E0DBC6;
    border-radius: 10px 10px 10px 10px;
    color: #000;
    display: none;
    height: 122px;
    left: 100%;
    opacity: 6;
    position: fixed;
    right: 30%;
    top: 25%;
    width: 360px;
    z-index: 1001;
}

.box_popup_head_area {
    background-color: #000;
    color: #FFF;
    font-weight: 700;
    border-radius: 5px 5px 5px 5px;
    padding-left: 5px;
    width: 355px;
    height: 18px;
    padding-top: 2px;
}

.box_Confirm300 {
    height: 125px;
    right: 30%;
    top: 25%;
    width: 500px;
    background-color: #FFF;
    border: 5px solid #E0DBC6;
    border-radius: 10px 10px 10px 10px;
    color: #000;
    display: none;
    left: 100%;
    opacity: 6;
    position: fixed;
    z-index: 1001;
}

.box_Confirm_myreservation {
    height: 125px;
    right: 30%;
    top: 30%;
    width: 320px;
    background-color: #FFF;
    border: 5px solid #E0DBC6;
    border-radius: 10px 10px 10px 10px;
    color: #000;
    display: none;
    left: 100%;
    opacity: 6;
    position: fixed;
    z-index: 1001;
}

.pop_reservaiton_up {
    height: 150px;
    right: 30%;
    top: 25%;
    width: 340px;
    background-color: #FFF;
    border: 5px solid #E0DBC6;
    border-radius: 10px 10px 10px 10px;
    color: #000;
    display: none;
    left: 100%;
    opacity: 6;
    position: fixed;
    z-index: 1001;
}

.bymn {
    background-repeat: no-repeat;
    border: 0 none;
    color: #FFF;
    font-size: 12px;
    height: 23px;
    margin-right: 8px;
    margin-top: 10px;
    padding-bottom: 2px;
    text-align: center;
    text-shadow: .1em .1em .2em #666;
    width: 60px;
}

.check_box {
    width: 200px;
    font-size: 12px;
    height: 20px;
}

.check_box_res_info_page {
    width: 286px;
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
}

.check_box_2 {
    width: 330px;
    text-align: justify;
    font-weight: 400;
    font-size: 12px;
}

.check_box_res_in_side {
    width: 300px;
    text-align: left;
    padding-right: 24px;
    line-height: 20px;
    font-size: 14px;
    color: #000;
}

.check_box_21 {
    color: #1E90FF;
    font-size: 15px;
    font-weight: 700;
    padding-left: 6px;
    padding-right: 12px;
    margin-top: 8px;
    text-align: left;
    width: 165px;
    text-decoration: underline;
}

.check_box_21_restaurant_info {
    color: #1E90FF;
    font-size: 15px;
    font-weight: 700;
    padding-left: 6px;
    padding-right: 12px;
    margin-top: 8px;
    text-align: left;
    text-decoration: underline;
    height: 20px;
    max-width: 250px;
    overflow: hidden;
    width: auto;
}

.check_box_29 {
    color: Blue;
    float: right;
    font-size: 14px;
    padding-top: 55px;
    text-align: left;
}

.check_box_7 {
    width: 330px;
    text-align: left;
    line-height: 18px;
    font-size: 13px;
    word-break: break-all;
}

.check_box_restu_contact {
    width: 255px;
    text-align: left;
    padding-right: 24px;
    line-height: 20px;
    font-size: 14px;
    color: #000;
}

.check_box_3 {
    width: 300px;
    text-align: left;
}

.head_up {
    background: none repeat scroll 0 0 #000;
    color: #FFF;
    font-family: Segoe UI,Lucida Grande,UnDotum,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 22px;
    margin-left: 0;
    margin-top: 1px;
    text-align: center;
    width: 789px;
    border-radius: 5px 5px 5px 5px;
    padding: 4px 0 0 6px;
}

.head_up101 {
    background: none repeat scroll 0 0 #000;
    color: #FFF;
    font-family: Segoe UI,Lucida Grande,UnDotum,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 22px;
    margin-left: 0;
    margin-top: 1px;
    text-align: center;
    width: 793px;
    border-radius: 5px 5px 5px 5px;
    padding: 4px 0 0 6px;
}

.head_up_1356 {
    background: none repeat scroll 0 0 #000;
    color: #FFF;
    font-family: Segoe UI,Lucida Grande,UnDotum,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 22px;
    margin-left: 0;
    margin-top: 1px;
    text-align: center;
    width: auto;
    border-radius: 5px 5px 5px 5px;
    padding: 4px 0 0 6px;
}

.head_up_RvWrit {
    background: none repeat scroll 0 0 #000;
    color: #FFF;
    font-family: Segoe UI,Lucida Grande,UnDotum,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 22px;
    margin-left: 0;
    margin-top: 1px;
    text-align: center;
    width: 593px;
    border-radius: 5px 5px 5px 5px;
    padding: 4px 0 0 6px;
}

.like_us {
    text-align: right;
    color: #FFFACD;
    float: left;
    font-family: Segoe UI,Lucida Grande,UnDotum,Arial,Helvetica,sans-serif;
}

.rewiew {
    font-weight: 700;
    font-size: 11px;
    text-decoration: underline;
    color: Blue;
    margin-left: 186px;
}

.deal-locations-text {
    color: #4F4F4F;
    float: left;
    font-size: 13px;
    margin-left: 10px;
    margin-top: 16px;
    min-height: 54px;
    text-align: left;
    line-height: 20px;
    height: 78%;
    width: 195px;
    overflow-y: auto;
    overflow-x: hidden;
}

.pop_Review_Header {
    background: none repeat scroll 0 0 #000;
    color: #FFF;
    font-weight: 700;
    height: 22px;
    padding-left: 6px;
    padding-top: 4px;
    width: 738px;
    border-radius: 5px 5px 5px 5px;
}

.pop_Review_forsearchHeader {
    background: none repeat scroll 0 0 #000;
    color: #FFF;
    font-weight: 700;
    height: 22px;
    padding-left: 6px;
    padding-top: 4px;
    width: 738px;
    border-radius: 5px 5px 5px 5px;
    position: fixed;
}

.pop_email_Header {
    background: none repeat scroll 0 0 #000;
    border-radius: 5px 5px 5px 5px;
    color: #FFF;
    font-weight: 700;
    height: 22px;
    padding-left: 6px;
    padding-top: 4px;
    width: 694px;
}

.pop_email_Header_2 {
    background: none repeat scroll 0 0 #000;
    border-radius: 5px 5px 5px 5px;
    color: #FFF;
    font-weight: 700;
    height: 22px;
    padding-left: 6px;
    padding-top: 1px;
    width: 416px;
}

.box_CalEmbded {
    background-color: #FFF;
    border: 5px solid #E0DBC6;
    border-radius: 10px 10px 10px 10px;
    display: none;
    height: 500px;
    left: 100%;
    opacity: 6;
    position: fixed;
    top: 9%;
    width: 900px;
    z-index: 1000;
}

a.close_box_CalEmbded {
    background: url(../Images/close.png) no-repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 23px;
    left: 0;
    position: relative;
    top: -21px;
    width: 23px;
}

.box_pop {
    background-color: #FFF;
    color: #888;
    height: 205px;
    left: 100%;
    position: fixed;
    right: 30%;
    top: 25%;
    width: 555px;
    z-index: 1001;
    border: 5px solid #E0DBC6;
    border-radius: 10px;
    -moz-border-radius: 10px;
    opacity: 6;
    display: none;
}

.box_pop_map {
    background-color: #FFF;
    border: 5px solid #E0DBC6;
    border-radius: 10px 10px 10px 10px;
    color: #888;
    display: none;
    height: 500px;
    left: 100%;
    opacity: 6;
    position: fixed;
    right: 30%;
    top: 8%;
    width: 1012px;
    z-index: 1001;
    overflow: auto;
}

a.box_popclose_map {
    background: url(../Images/close.png) repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 0;
    position: relative;
    top: -3px;
    width: 23px;
    z-index: 1;
}

.box_Business {
    background-color: #FFF;
    color: #888;
    height: 165px;
    left: 100%;
    position: fixed;
    display: none;
    top: 20%;
    width: 415px;
    z-index: 1001;
    border: 5px solid #E0DBC6;
    border-radius: 10px;
    -moz-border-radius: 10px;
    opacity: 6;
}

.wrapper_impulse {
    font-size: 11px;
}

.Booking_impules {
    height: 199px;
    right: 30%;
    top: 25%;
    width: 500px;
    background-color: #FFF;
    border: 5px solid #E0DBC6;
    border-radius: 10px 10px 10px 10px;
    color: #000;
    display: none;
    left: 100%;
    opacity: 6;
    position: fixed;
    z-index: 1001;
}

.box_Confirm_email_sussecfully {
    background-color: #FFF;
    border: 5px solid #E0DBC6;
    border-radius: 10px 10px 10px 10px;
    color: #000;
    display: none;
    height: 122px;
    left: 100%;
    opacity: 6;
    position: fixed;
    right: 30%;
    top: 35%;
    width: 260px;
    z-index: 1001;
}

.box_Confirm_provider_home {
    background-color: #FFF;
    border: 5px solid #E0DBC6;
    border-radius: 10px 10px 10px 10px;
    color: #000;
    display: none;
    height: 122px;
    left: 100%;
    opacity: 6;
    position: fixed;
    right: 30%;
    top: 35%;
    width: 371px;
    z-index: 1001;
}

.box_bulk_mail_confirmation {
    background-color: #FFF;
    border: 5px solid #E0DBC6;
    border-radius: 10px 10px 10px 10px;
    color: #000;
    display: none;
    height: 122px;
    left: 100%;
    opacity: 6;
    position: fixed;
    right: 30%;
    top: 35%;
    width: 265px;
    z-index: 1001;
}

.box_bulk_black_head {
    background-color: #000;
    color: #FFF;
    font-weight: 700;
    height: 20px;
    border-radius: 5px 5px 5px 5px;
    padding-left: 5px;
    width: 260px;
    padding-top: 4px;
}

.box_bulk_email_msg {
    text-align: center;
    font-family: Segoe UI,Lucida Grande,UnDotum,Arial,Helvetica,sans-serif;
    padding-top: 20px;
    float: left;
    margin-left: 70px;
}

.box_bulk_ok_buttoon {
    float: left;
    text-align: center;
    padding-left: 100px;
}

.box_provider_home_booking_info {
    background-color: #FFF;
    border: 5px solid #E0DBC6;
    border-radius: 10px 10px 10px 10px;
    color: #000;
    display: none;
    height: 475px;
    left: 100%;
    opacity: 6;
    position: fixed;
    right: 30%;
    top: 10%;
    width: 770px;
    z-index: 1001;
}

.fx_pop_xxx {
    color: #933;
    float: left;
    font-size: 14px;
    font-weight: 700;
    margin-left: 49px;
    margin-top: 0;
    padding-bottom: 0;
}

.fx_maintxt_xxx {
    border: 1px solid #666;
    border-radius: 5px 5px 5px 5px;
    color: #000;
    float: left;
    height: 190px;
    line-height: 20px;
    overflow-y: auto;
    text-align: justify;
    width: 286px;
    margin: 26px 0 0 10px;
    padding: 2px 4px 4px;
}

.restaurant_info_provider_name {
    color: Red;
    font-size: 15px;
    font-weight: 700;
    padding-left: 6px;
    padding-right: 12px;
    margin-top: 8px;
    text-align: left;
    height: 20px;
    max-width: 250px;
    overflow: hidden;
    width: auto;
}

.email_already_exist_container {
    background-color: #FFF;
    border: 4px solid #58aa48;
    border-radius: 10px 10px 10px 10px;
    float: right;
    height: 128px;
    margin-right: 0;
    margin-top: 0;
    width: 400px;
}

.addprovider_popup2 {
    background-color: #FFF;
    border: 8px solid #F0E68C;
    border-radius: 10px;
    float: right;
    height: 483px;
    margin-right: 0;
    margin-top: 0;
    width: 645px;
}

.content_popup {
    background-color: #FFF;
    line-height: 22px;
    margin-left: 28px;
    margin-top: 5px;
    text-align: center;
    width: 346px;
    padding: 2px 8px 8px;
}

.new_css_for_logn {
    color: #696969;
    font-size: 13px;
    font-weight: 700;
}

.emaidid_exist {
    border-radius: 10px 10px 10px 10px;
    color: #888;
    display: none;
    height: 395px;
    left: 100%;
    opacity: 6;
    position: fixed;
    top: 25%;
    width: 434px;
    z-index: 1001;
}

.addprovider_popup {
    border-radius: 10px;
    color: #888;
    display: none;
    height: 395px;
    left: 100%;
    opacity: 6;
    position: fixed;
    top: 0;
    width: 434px;
    z-index: 1001;
}

#wrapper, #wrapper1 {
    color: #000;
    font-family: Segoe UI,Lucida Grande,UnDotum,Arial,Helvetica,sans-serif;
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
}

.box_Login2, .box_Login_wellcome_seek {
    color: #888;
    height: 425px;
    left: 100%;
    position: fixed;
    display: none;
    top: 1%;
    width: 730px;
    z-index: 1001;
    border-radius: 10px;
    -moz-border-radius: 10px;
    opacity: 6;
}

.box_Email, .box_Confirm112 {
    background-color: #FFF;
    color: #888;
    height: 350px;
    left: 100%;
    position: fixed;
    display: none;
    top: 10%;
    width: 700px;
    z-index: 1001;
    border: 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    opacity: 6;
}

.box_Email_2, .box_Confirm1122 {
    background-color: #FFF;
    color: #888;
    height: auto;
    left: 100%;
    position: fixed;
    display: none;
    top: 10%;
    width: 420px;
    z-index: 1001;
    border: 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    opacity: 6;
}

a.email_boxclose, a.boxclose_menu {
    background: url(../Images/close.png) no-repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 23px;
    left: 0;
    position: relative;
    top: -25px;
    width: 23px;
}

.email_boxclose_123 {
    background: url(../Images/close.png) no-repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 23px;
    left: 0;
    position: relative;
    top: 0;
    width: 23px;
}

a.boxclose12, a.boxclose122 {
    background: url(../Images/close.png) no-repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 23px;
    left: 0;
    position: relative;
    top: -3px;
    width: 23px;
}

.box_Confirm_confirmation_new, .box_Confirm_closing_holiday {
    height: 140px;
    right: 30%;
    top: 25%;
    width: 288px;
    background-color: #FFF;
    border: 5px solid #E0DBC6;
    border-radius: 10px 10px 10px 10px;
    color: #000;
    display: none;
    left: 100%;
    opacity: 6;
    position: fixed;
    z-index: 1001;
}

.noData_popup {
    background-color: #FFFFFF;
    border: 8px solid #F0E68C;
    border-radius: 10px;
    float: right;
    height: 120px;
    margin-right: 0;
    margin-top: 0;
    width: 324px;
}

.noData_content_popup {
    background-color: #FFFFFF;
    line-height: 22px;
    margin-left: 28px;
    margin-top: 5px;
    padding: 2px 8px 8px;
    text-align: center;
    width: 258px;
}

.noData_dvbutten {
    color: #DC143C;
    font-size: 14px;
    margin-left: 86px;
}

.box_Appointment {
    background-color: #FFFFFF;
    border: 5px none;
    border-radius: 10px;
    color: #888888;
    display: none;
    height: 459px;
    left: 100%;
    opacity: 6;
    position: fixed;
    top: 10%;
    width: 647px;
    z-index: 1001;
}

.delete_provider_popup {
    background-color: #FFFFFF;
    border: 8px solid #F0E68C;
    border-radius: 10px;
    float: right;
    height: 124px;
    margin-right: 0;
    margin-top: 0;
    width: 291px;
}

.button_654 {
    background-color: #BF7C07;
    background-repeat: no-repeat;
    border: 0 none;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    height: 23px;
    margin-right: 8px;
    margin-top: 0px;
    padding-top: 2px !important;
    text-align: center;
    text-shadow: 0.1em 0.1em 0.2em #666666;
    width: 53px;
    font-family: Arial;
}

.button_65467 {
    background-color: #BF7C07;
    background-repeat: no-repeat;
    border: 0 none;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 12px;
    height: 21px;
    margin-right: 8px;
    margin-top: 0;
    padding-top: 2px !important;
    text-align: center;
    text-shadow: 0.1em 0.1em 0.2em #666666;
    width: 53px;
}

.content_popup_435 {
    background-color: #FFFFFF;
    line-height: 22px;
    margin-left: 28px;
    margin-top: 5px;
    padding: 2px 8px 8px;
    text-align: center;
    width: 221px;
}

.box_Detail1243 {
    background-color: #FFFFFF;
    border: 5px solid #E0DBC6;
    border-radius: 10px;
    color: #333;
    display: none;
    height: auto;
    left: 100%;
    opacity: 6;
    position: fixed;
    top: 10%;
    width: auto;
    z-index: 1001;
}

.head_up10154 {
    background: none repeat scroll 0 0 #000000;
    border-radius: 5px;
    color: #FFFFFF;
    font-family: Segoe UI,Lucida Grande,UnDotum,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 22px;
    margin-left: 0;
    margin-top: 1px;
    padding: 4px 0 0 6px;
    text-align: center;
    width: 491px;
}

.head_up101325 {
    background: none repeat scroll 0 0 #000000;
    border-radius: 5px;
    color: #FFFFFF;
    font-family: Segoe UI,Lucida Grande,UnDotum,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 26px;
    margin-left: 0;
    margin-top: 1px;
    padding: 4px 0 0 6px;
    text-align: center;
    width: auto;
}

.head_up102345 {
    background: none repeat scroll 0 0 #000000;
    border-radius: 5px;
    color: #FFFFFF;
    font-family: Segoe UI,Lucida Grande,UnDotum,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 22px;
    margin-left: 0;
    padding: 4px 0 0 6px;
    width: auto;
}
/*********PopupStyle.css*****************/


/*********Css/newbootstrap/bootstrap.css*****************/
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.activePIPMenu {
    color: #076702 !important;
    font-weight: 700;
    font-size: 14px;
}

body {
    margin: 0;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #ddd;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background: 0 0;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img, tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td, .table th {
        background-color: #fff !important;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    color: #333;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777;
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%;
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%;
    }

.h1, h1 {
    font-size: 36px;
}

.h2, h2 {
    font-size: 30px;
    padding-top: 17px;
    text-align: center;
}

.h3, h3 {
    font-size: 24px;
}

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 14px;
}

.h6, h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

.small, small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #428bca;
}

a.text-primary:hover {
    color: #3071a9;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #428bca;
}

a.bg-primary:hover {
    background-color: #3071a9;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dd, dt {
    line-height: 1.42857143;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0;
    }

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777;
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0;
    }

        .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
            content: '';
        }

        .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
            content: '\00A0 \2014';
        }

    blockquote:after, blockquote:before {
        content: "";
    }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: left;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100% !important;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0;
            }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .form-control::-moz-placeholder {
        color: #777;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #777;
    }

    .form-control::-webkit-input-placeholder {
        color: #777;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
    }

textarea.form-control {
    height: auto;
}

input[type=search] {
    -webkit-appearance: none;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    line-height: 34px;
}

    input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 30px;
    }

    input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px;
    }

.form-group {
    margin-bottom: 15px;
}

.checkbox, .radio {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .checkbox label, .radio label {
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        margin-left: -20px;
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px;
    }

.checkbox-inline, .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px;
    }

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed;
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0;
    }


select.input-sm {
    height: 25px;
    line-height: 25px;
}

select[multiple].input-sm, textarea.input-sm {
    height: auto;
}

.form-horizontal .form-group-lg .form-control, .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

select[multiple].input-lg, textarea.input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0;
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn.active:focus, .btn:active:focus, .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none;
    }

    .btn.active, .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #3071a9;
        border-color: #285e8e;
    }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #428bca;
        border-color: #357ebd;
    }

    .btn-primary .badge {
        color: #428bca;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    font-weight: 400;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent;
        }

            .btn-link:focus, .btn-link:hover {
                color: #2a6496;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none;
            }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-bottom: 3px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
        margin-top: 2px;
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            color: #262626;
            text-decoration: none;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #428bca;
        outline: 0;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #777;
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left;
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2;
        }

        .btn-group-vertical > .btn:focus, .btn-group > .btn:focus {
            outline: 0;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle=buttons] > .btn > input[type=checkbox], [data-toggle=buttons] > .btn > input[type=radio] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*=col-] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

    .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        margin-left: -1px;
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

        .nav > li.disabled > a {
            color: #777;
        }

            .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: transparent;
        border-color: #428bca;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #428bca;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border: 1px solid #ddd;
    }

@media (min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}

@media (max-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@media (min-width:768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
}

@media (min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none;
            }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .checkbox label, .navbar-form .radio label {
            padding-left: 0;
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-form.navbar-right:last-child {
            margin-right: -15px;
        }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }

        .navbar-text.navbar-right:last-child {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc;
    }

.navbar-inverse {
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #777;
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #777;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #777;
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #080808;
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #777;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #777;
}

    .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }

    .breadcrumb > .active {
        color: #777;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #428bca;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            color: #2a6496;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:focus, .pager li > a:hover {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #428bca;
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #3071a9;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.nav-pills > .active > a > .badge, a.list-group-item.active > .badge {
    color: #428bca;
    background-color: #fff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

    .jumbotron .h1, .jumbotron h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .thumbnail a > img, .thumbnail > img {
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #428bca;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: 700;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
    min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
    min-width: 30px;
    color: #777;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

    .media, .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .list-group-item > .badge {
        float: right;
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px;
        }

a.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:focus, a.list-group-item:hover {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5;
    }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    background-color: #eee;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #777;
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #e1edf7;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    padding-bottom: 20px;
    background-color: #fff;
    border-top: 1px solid #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0;
}

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
            border-top-left-radius: 3px;
        }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
            border-top-right-radius: 3px;
        }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
            border-bottom-left-radius: 3px;
        }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
            border-bottom-right-radius: 3px;
        }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #428bca;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #428bca;
        }

        .panel-primary > .panel-heading .badge {
            color: #428bca;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #428bca;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info > .panel-heading {
    color: #fff;
    background-color: #030303;
    border-color: #bce8f1;
}

    .panel-info > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #bce8f1;
    }

    .panel-info > .panel-heading .badge {
        color: #d9edf7;
        background-color: #31708f;
    }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate3d(0,-25%,0);
        -o-transform: translate3d(0,-25%,0);
        transform: translate3d(0,-25%,0);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.in {
        opacity: .5;
    }

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    opacity: 0;
}

    .tooltip.in {
        opacity: .9;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px;
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0;
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0;
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            line-height: 1;
        }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0;
    }

    .carousel-inner > .next, .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100%;
    }

        .carousel-inner > .next.left, .carousel-inner > .prev.right {
            left: 0;
        }

    .carousel-inner > .active.left {
        left: -100%;
    }

    .carousel-inner > .active.right {
        left: 100%;
    }

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    opacity: .5;
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-repeat: repeat-x;
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-repeat: repeat-x;
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(0,0,0,0);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@-ms-viewport {
    width: device-width;
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important;
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md, th.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print, th.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.model_pop_txt {
    width: 100% !important;
    height: 24px !important;
}

.model_pop_txtarea {
    width: 100% !important;
    height: 60px !important;
}

.model_pop_category {
    width: 100% !important;
    height: 27px !important;
}

.lbl {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 15px;
    padding: 5px 0px;
}

.lbltxt {
    font-size: 14px;
    font-weight: 400;
}

.menulbl {
    font-weight: 700;
}

/*********Css/newbootstrap/bootstrap.css*****************/

/*********my_responsive.css*****************/
@media only screen and (min-width:1201px) {
    div#ctl00_div_mainHeader .col-md-10.col-sm-10 {
        padding: 0;
    }
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    input.medical {
        margin-top: 0;
        margin-left: 5px;
    }

    div#VolusionLiveChat {
        margin: 0 auto;
        display: table;
    }

    #VolusionLiveChat div#google_translate_element {
        float: left;
    }

    #VolusionLiveChat input {
        float: left;
    }
}

@media only screen and (min-width:768px) and (max-width:1200px) {
    div#VolusionLiveChat {
        width: 330px;
    }

    img#ctl00_imglogo_1 {
        margin-top: 0;
        position: static;
    }

    #ctl00_header_first_mainmenu ul.nav.navbar-nav.pull-right {
        margin-top: 10px;
        margin-left: 0;
    }

    div#ctl00_div_mainHeader > .col-md-10 {
        width: 100%;
        padding-right: 0;
        display: table;
    }

    div#ctl00_div_mainHeader #navbar {
        float: right;
    }

    div#ctl00_div_mainHeader li#Demos > a {
        padding-right: 0;
    }

    div#ctl00_div_mainHeader > .col-md-2 {
        width: 100%;
    }

        div#ctl00_div_mainHeader > .col-md-2 .right-div #VolusionLiveChat > a {
            float: left;
        }

            div#ctl00_div_mainHeader > .col-md-2 .right-div #VolusionLiveChat > a input {
                margin-top: 0;
            }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .srp-for-responsive .right-div {
        float: right;
        padding-top: 32px;
        display: table;
        margin: 0 auto;
        float: none;
    }

    .col-sm-11.search_left_select {
        width: 85%;
    }

    col-sm-1.search_right_btn {
        width: 15%;
        padding-top: 40px;
    }

    .col-sm-11.search_left_select .datepicker {
        position: absolute;
    }

    .col-sm-11.search_left_select > div {
        width: 20%;
        float: left;
    }

    .col-sm-11.search_left_select .datepicker img.ui-datepicker-trigger {
        right: 5px !important;
        left: unset;
        position: absolute;
        top: 3px;
    }

    .col-sm-11.search_left_select .datepicker input {
        width: 100% !important;
    }
}

@media only screen and (min-width:1101px) {
    div#ctl00_divProvider ul#ctl00_menu_css1 .menu_css1_left_part {
        float: left !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
    }

    div#ctl00_divProvider ul#ctl00_menu_css1 div#ctl00_li_1 {
        float: left !important;
        width: auto !important;
        margin: 0 !important;
    }
}

@media only screen and (max-width:1024px) {
    .top-ay-tre-con-conatiner .top-ay-tre-con {
        width: 100% !important;
        margin-bottom: 10px;
    }

    section.content-wrapper-bg.provider-sign-up-responsive div#main_menu_top > .col-sm-4, section.content-wrapper-bg.provider-sign-up-responsive div#main_menu_top > .col-sm-8 {
        float: none;
        width: 100%;
    }
}

@media only screen and (min-width:1000px) and (max-width:1024px) {
    .pip-page-responsive .footer-section {
        padding: 10px 0 10px 0;
    }
}

@media only screen and (min-width:980px) and (max-width:1024px) {
    div#ctl00_ContentPlaceHolder1_updt .row.form-section .col-sm-4, div#ctl00_ContentPlaceHolder1_updt .row.form-section .col-sm-8 {
        WIDTH: 100%;
    }

    .navbar.navbar-inverse > .container {
        width: 95% !important;
    }

    img#ctl00_imglogo_1 {
        margin-top: 0;
        position: static;
    }

    #ctl00_header_first_mainmenu ul.nav.navbar-nav.pull-right {
        margin-top: 10px;
        margin-left: 0;
    }

    div#ctl00_div_mainHeader > .col-md-10 > .col-md-12 {
        position: static !important;
        padding: 0;
    }

    a.navbar-brand {
        padding: 0;
        margin: 0;
    }

    .right-div {
        padding-top: 0;
    }
}

@media only screen and (min-width:768px) and (max-width:1100px) {
    input#ctl00_ContentPlaceHolder1_btnsSerach {
        width: calc(100% + 30px);
    }

    .crebas-for-responsive table#ctl00_ContentPlaceHolder1_tblListPagePanel tr, table#ctl00_ContentPlaceHolder1_tblListPagePanel, table#ctl00_ContentPlaceHolder1_tblListPagePanel tbody {
        display: block;
        width: 100%;
    }

        .crebas-for-responsive table#ctl00_ContentPlaceHolder1_tblListPagePanel tr td {
            width: 20% !important;
            float: left;
        }

    div#ctl00_divProvider .menu_css1_left_part {
        display: table;
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .menu-section2 .menu_css1_left_part {
        float: none;
        display: table;
        margin: 0 auto 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }

    .menu-section2 div#ctl00_li_1 {
        float: none;
        display: table;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .menu li {
        display: block;
        float: left;
        position: relative;
        margin: 0 3px !important;
    }

        .menu li a {
            COLOR: #000;
            PADDING: 6px 4px;
        }

    .menu div#ctl00_li_1 {
        float: none;
        display: table;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .menu li {
        display: block;
        float: left;
        position: relative;
        margin: 0 3px !important;
    }

    #ctl00_divProvider .menu li a {
        font-weight: 100;
        line-height: 24px;
    }

    ul#ctl00_menu_css1 .menu_css1_left_part {
        float: none !important;
    }

    ul#ctl00_menu_css1 div#ctl00_li_1 {
        float: none !important;
        width: auto !important;
    }
}

@media only screen and (min-width:979px) and (max-width:999px) {
    .footer-section {
        padding: 10px 10px 10px 10px;
    }
}

@media only screen and (min-width:768px) and (max-width:979px) {
    div#medcine-payment-pop-up_provider .row.payment-row > .col-sm-3 {
        min-height: 60px;
    }

    table#ctl00_ContentPlaceHolder1_dtListSearch_medicine .col-md-6.col-sm-12.col-xs-12 {
        display: table;
    }

    .my-address-book-cl table#ctl00_ContentPlaceHolder1_gvDetails input {
        width: 125px;
    }

    div#ctl00_ContentPlaceHolder1_updt .row.form-section .col-sm-4, div#ctl00_ContentPlaceHolder1_updt .row.form-section .col-sm-8 {
        WIDTH: 100%;
    }

    .crebas-for-responsive table#ctl00_ContentPlaceHolder1_tblListPagePanel tr, table#ctl00_ContentPlaceHolder1_tblListPagePanel, table#ctl00_ContentPlaceHolder1_tblListPagePanel tbody {
        display: block;
        width: 100%;
    }

        .crebas-for-responsive table#ctl00_ContentPlaceHolder1_tblListPagePanel tr td {
            width: 20% !important;
            float: left;
        }

    .row.pramotion-and-off-crebas .form-group.my-date-sec-for-pro {
        position: absolute;
    }

    .crebas-for-responsive div#ctl00_ContentPlaceHolder1_search {
        font-size: 15px;
    }

    .crebas-for-responsive .row.pramotion-and-off-crebas .col-sm-2 {
        width: 33%;
        float: left;
    }

    .row.pramotion-and-off-crebas input#ctl00_ContentPlaceHolder1_txtDate_datepicker {
        Width: 100% !important;
        float: left;
        height: 33px !important;
    }

    .quick-for-responsive ul#ctl00_divQuick div:first-child {
        margin-bottom: 10px;
        border-bottom: 1px dotted #093101;
        padding-bottom: 10px;
    }

    .quick-for-responsive ul#ctl00_divQuick div {
        float: none;
        display: table;
        margin: 0 auto;
    }

    .pip-page-responsive .dvanchorcss a {
        font-size: 15px;
    }

    .footer-section {
        padding: 10px 10px 10px 10px;
    }

    table#ctl00_ContentPlaceHolder2_tbllpopularlinks td, table#ctl00_ContentPlaceHolder2_tbllpopularlinks th {
        width: 50%;
        float: left;
    }

    #ctl00_div_mainHeader img#ctl00_imglogo_1 {
        margin-top: 0;
        position: static;
    }

    #ctl00_div_mainHeader .navbar-header {
        text-align: center;
    }

    #ctl00_div_mainHeader a.navbar-brand {
        padding: 0;
        width: 100%;
        display: block;
    }

    #ctl00_div_mainHeader img#ctl00_imglogo_1 {
        margin-top: 0;
        position: static;
    }

    .homelogo {
        margin-top: 20px;
        height: 40px;
    }

    div#ctl00_header_first_mainmenu {
        display: table;
        width: 100%;
    }

    #ctl00_div_mainHeader ul.nav.navbar-nav.pull-right {
        margin-top: 22px;
        margin: 5px auto 0;
        display: table;
        float: none !important;
    }

    .fn li a {
        padding: 10px 5px;
    }

    #ctl00_div_mainHeader .right-div {
        float: none;
    }

        #ctl00_div_mainHeader .right-div .form {
            display: table;
            margin: 0 auto;
            position: relative;
        }

    div#ctl00_div_mainHeader .right-div {
        FLOAT: NONE !important;
    }

    ul#ctl00_ul_my_promo {
        POSITION: absolute;
        left: -150px;
    }

    .pip-page-responsive .fn li a {
        padding: 10px 5px;
    }
}

@media only screen and (min-width:800px) and (max-width:991px) {
    table#ctl00_ContentPlaceHolder2_tbllpopularlinks {
        width: 100%;
    }

        table#ctl00_ContentPlaceHolder2_tbllpopularlinks tr {
            display: table;
            width: 100%;
        }
}

@media only screen and (min-width:768px) {
    .menu-section .toggler {
        display: none;
    }
}

@media only screen and (min-width:768px) {
    #ctl00_divDefault #menu-top ul.dropdown-menu a:hover {
        background: #ff8a00;
    }

    div#ctl00_divProvider ul#ctl00_menu_css1 .menu_css1_left_part {
        float: none;
        display: table;
        width: 100%;
        padding-bottom: 5px;
        border-bottom: 1px solid#babcba;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    div#ctl00_divProvider ul#ctl00_menu_css1 div#ctl00_li_1 {
        float: none;
        display: table;
        width: 100%;
        margin-bottom: 5px;
    }

    div#ctl00_divProvider ul#ctl00_menu_css1 .menu_css1_left_part > li {
        display: inline-block;
        position: relative;
        margin-right: 5px;
    }

    div#ctl00_divProvider ul#ctl00_menu_css1 div#ctl00_li_1 li {
        display: inline-block;
        margin-right: 5px;
        position: relative;
    }

    div#ctl00_divProvider ul#ctl00_menu_css1 div#ctl00_li_1 .dropdown-menu li {
        display: block;
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    div#google_translate_element {
        display: none;
    }

    .ask-th-doc-form .form-section {
        padding: 10px;
    }

    .col-xs-12.fn1.npl ul {
        margin: 0 auto;
        display: table;
        float: none;
    }

        .col-xs-12.fn1.npl ul li {
            display: inline;
        }

    .crebus-side-menu-overflow {
        height: calc(100vh - 160px);
        overflow: scroll;
        padding: 10px 0;
    }

    div#m2b-payment-pop-up_provider #Fergie .scan-forhelp-info-div img {
        object-fit: contain !important;
    }

    div#Rihanna .col-sm-4.pay-via-paytm img {
        display: table;
        margin: 20px auto 0;
    }

    div#medcine-payment-pop-up_provider div#Fergie .pay-via-paytm img {
        display: table;
        margin: 20px auto 0;
    }

    #Fergie .col-sm-4.pay-via-paytm {
        margin: 0 auto;
        display: table;
    }

    #medcine-payment-pop-up_provider #Fergie .scan-forhelp-info-div img {
        object-fit: contain !important;
    }

    div#medcine-payment-pop-up_provider .row.payment-row > .col-sm-3 {
        border-bottom: 1px solid #c5c2c1;
        padding: 5px 0;
    }

    div#medcine-payment-pop-up_provider .modal-dialog {
        margin: 0;
        max-width: 100% !important;
    }

    table#ctl00_ContentPlaceHolder1_dtListSearch_medicine .col-md-6.col-sm-12.col-xs-12 {
        display: table;
    }

    div#searchpanel.collapse {
        display: block;
    }

    .crebas-for-responsive div#ctl00_ContentPlaceHolder1_Panel1 .form-section {
        margin: 0;
        padding: 20px;
    }

    div#ctl00_PIPContentPlaceHolder_dv_photos {
        width: 100% !important;
        overflow-x: scroll !important;
    }

    table#ctl00_PIPContentPlaceHolder_grdPromotionDetail {
        width: auto !important;
    }

    .scroll3.pip-hours-5 {
        margin: 0;
    }

    .content-wrapper-bg.only-for-srp-soci-icon-fix .content-wrapper {
        padding: 20px 0 !important;
    }

    .crebas-for-responsive table#ctl00_ContentPlaceHolder1_dtPromotion td {
        padding: 10px 0 !important;
    }

    section.content-wrapper-bg.provider-sign-up-responsive div#ctl00_ContentPlaceHolder1_upd_chkbox span {
        display: block;
        width: 100%;
    }

    div#ctl00_divDefault #menu-top .dropdown-menu {
        width: 100%;
        background: #fff;
        margin: 0;
        position: absolute;
        box-shadow: 0 3px 15px 0 rgba(0,0,0,.6),0 0 0 2px rgba(0,0,0,.08);
    }

        div#ctl00_divDefault #menu-top .dropdown-menu li {
            width: 100%;
            float: none;
        }

            div#ctl00_divDefault #menu-top .dropdown-menu li a {
                padding: 10px 5px !important;
            }

    .footer .footer-list li {
        border-right: 1px solid #fff;
        padding-right: 4px;
        text-align: center;
        font-weight: 100;
    }

    .Customer-edit-profile-div-res div#main_menu_top {
        margin: 0;
        padding: 0;
    }

    .Customer-edit-profile-div-res select#ctl00_ContentPlaceHolder1_DdlPre {
        margin-bottom: 10px;
    }

    .my-address-book-cl table#ctl00_ContentPlaceHolder1_gvDetails input {
        width: 125px;
    }

    div#ctl00_ContentPlaceHolder1_updt .row.form-section .col-sm-4, div#ctl00_ContentPlaceHolder1_updt .row.form-section .col-sm-8 {
        WIDTH: 100%;
    }

    body#ctl00_body.crebas-for-responsive .accordition-section .panel-heading a {
        font-weight: 500 !important;
        text-shadow: none !important;
        font-size: 13px;
        line-height: 25px;
    }

    .crebas-for-responsive table#ctl00_ContentPlaceHolder1_tblListPagePanel tr, table#ctl00_ContentPlaceHolder1_tblListPagePanel, table#ctl00_ContentPlaceHolder1_tblListPagePanel tbody {
        display: block;
        width: 100%;
    }

        .crebas-for-responsive table#ctl00_ContentPlaceHolder1_tblListPagePanel tr td {
            width: 20% !important;
            float: left;
        }

    .crebas-for-responsive #ctl00_ContentPlaceHolder1_txtDate_datepicker {
        width: 100% !important;
        height: 33px !important;
    }

    .crebas-for-responsive div#ctl00_ContentPlaceHolder1_divPromotions table#ctl00_ContentPlaceHolder1_dtPromotion {
        width: 100%;
    }

        .crebas-for-responsive div#ctl00_ContentPlaceHolder1_divPromotions table#ctl00_ContentPlaceHolder1_dtPromotion td {
            width: 50%;
            float: left;
            padding: 0 10px;
        }

        .crebas-for-responsive div#ctl00_ContentPlaceHolder1_divPromotions table#ctl00_ContentPlaceHolder1_dtPromotion td {
            width: 50%;
            float: left;
            padding: 0 10px;
        }

        .crebas-for-responsive div#ctl00_ContentPlaceHolder1_divPromotions table#ctl00_ContentPlaceHolder1_dtPromotion imag_head_box {
            margin-right: 10px;
            margin-left: 0;
            height: 154px;
            border: 1px solid #999;
            clear: both;
            width: 100%;
        }

        .crebas-for-responsive div#ctl00_ContentPlaceHolder1_divPromotions table#ctl00_ContentPlaceHolder1_dtPromotion .imag_head_area {
            margin-left: 0;
            width: 100%;
        }

        .crebas-for-responsive div#ctl00_ContentPlaceHolder1_divPromotions table#ctl00_ContentPlaceHolder1_dtPromotion .imagg_size_area {
            height: 150px;
            width: 100%;
            margin-top: 2px;
            margin-bottom: 2px;
            padding-left: 2px;
            padding-right: 2px;
            z-index: -1px;
            object-fit: cover;
        }

        .crebas-for-responsive div#ctl00_ContentPlaceHolder1_divPromotions table#ctl00_ContentPlaceHolder1_dtPromotion .imag_head_box {
            margin: 0;
            width: 100%;
        }

    .quick-for-responsive li#ctl00_li_upd_med {
        height: auto !important;
        background: 0 0 !important;
        box-shadow: none !important;
        display: block !important;
        border: none !important;
    }

        .quick-for-responsive li#ctl00_li_upd_med a {
            border: none;
        }

    .quick-for-responsive ul#ctl00_divQuick div > li ul.dropdown-menu {
        background: #b8b6b6;
        margin-top: -10px;
        margin-bottom: 10px;
        border-radius: 0;
    }

    .quick-for-responsive li#ctl00_liProviderPremiume {
        border: none;
    }

    .crebas-for-responsive li#ctl00_adv_buisness_deatls_q a {
        white-space: normal;
    }

    .crebas-for-responsive div#ctl00_Div25 #ctl00_divQuick div > li > a {
        margin-bottom: 10px;
        background: #03a9f4;
        color: #fff;
    }

    s.navbar-nav .open .dropdown-menu > li > a .quick-for-responsive ul#ctl00_divQuick div > li {
        float: none;
    }

    .quick-for-responsive ul#ctl00_divQuick div {
        float: none;
    }

        .quick-for-responsive ul#ctl00_divQuick div > li {
            float: none;
            margin: 0;
        }

    ul#menu_css1 li ul.dropdown-menu {
        background: #eeee;
        margin-top: -20px;
        margin-bottom: 10px;
    }

    .crebas-for-responsive section.menu-section #ctl00_menu_css .col-sm-12.tog-menu-div ul#menu_css1 li .dropdown-menu > li > a {
        white-space: unset;
        border: none;
    }

    .crebas-for-responsive .for-provider-sidebar-overflow-control {
        margin: 0;
        padding: 15px;
        height: calc(100vh - 160px);
        overflow: scroll;
    }

    .crebas-for-responsive section.menu-section #ctl00_menu_css .col-sm-12.tog-menu-div ul#menu_css1 .for-provider-sidebar-overflow-control > li > a {
        background: #2196f3;
        margin-bottom: 10px !important;
        color: #fff;
    }

    .crebas-for-responsive div#ctl00_divProvider div#main_menu_top1 ul#menu_css1 {
        background: #fff;
    }

    .crebas-for-responsive section.menu-section #ctl00_menu_css .col-sm-12.tog-menu-div ul#menu_css1 li {
        float: none;
    }

    .crebas-for-responsive section.menu-section.seekar-side-bar-open .overlay-sidebar {
        display: block;
    }

    .crebas-for-responsive section.menu-section.side-bar-open #ctl00_divSeeker div#main_menu_top {
        margin-left: 0;
    }

    .crebas-for-responsive section.menu-section.seekar-side-bar-open div#ctl00_divCProvider div#ctl00_Div25 .navbar-collapse1 {
        margin-left: 0 !important;
    }

    .crebas-for-responsive div#ctl00_divSeeker #main_menu_top .navbar-collapse2 {
        margin: 0;
    }

    .crebas-for-responsive div#ctl00_divSeeker .menu #dd .nav.navbar-nav > li > a {
        padding: 5.5px 10px !important;
        margin-bottom: 10px;
        background: #03a9f4;
        color: #fff;
        line-height: 28px;
        PADDING: 6px 2px;
    }

    .crebas-for-responsive div#ctl00_divSeeker #main_menu_top .navbar-collapse2 .crebus-side-menu-overflow {
        height: calc(100vh - 160px);
        overflow: scroll;
        padding: 10px;
    }

        .crebas-for-responsive div#ctl00_divSeeker #main_menu_top .navbar-collapse2 .crebus-side-menu-overflow ul.nav.navbar-nav ul.dropdown-menu li {
            text-align: left !important;
        }

        .crebas-for-responsive div#ctl00_divSeeker #main_menu_top .navbar-collapse2 .crebus-side-menu-overflow ul.nav.navbar-nav {
            background: #fff;
        }

    .crebas-for-responsive div#ctl00_Div25 li#ctl00_liProviderPremiume1 .dropdown-menu li#ctl00_lipaid_rank {
        display: block;
        float: none;
        width: 100%;
        border: 0 !important;
    }

    .crebas-for-responsive div#ctl00_Div25 li#ctl00_liProviderPremiume1 .dropdown-menu li#ctl00_li_buy_leads_c {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 10px !important;
        border: 0 !important;
    }

    .crebas-for-responsive div#ctl00_Div25 li#ctl00_liProviderPremiume1 .dropdown-menu li#ctl00_lipaid_rank a {
        background: #d2d0d0;
        box-shadow: none;
        border: 0 !important;
    }

    .crebas-for-responsive div#ctl00_Div25 li#ctl00_liProviderPremiume1 .dropdown-menu li#ctl00_li_buy_leads_c a {
        background: #d2d0d0;
        box-shadow: none;
        border: 0 !important;
    }

    .crebas-for-responsive div#ctl00_Div25 li#ctl00_liProviderPremiume1 .dropdown-menu a {
        text-shadow: none;
        color: #000 !important;
    }

    .crebas-for-responsive div#ctl00_Div25 li#ctl00_liProviderPremiume1 {
        border: none !important;
        border-radius: 0 !important;
    }

    .crebas-for-responsive div#ctl00_Div25 .for-provider-sidebar-overflow-control > li ul.dropdown-menu {
        background: #d2d0d0;
        border-radius: 0;
        margin-top: -20px;
        padding-top: 20px;
    }

    .crebas-for-responsive div#ctl00_Div25 li#ctl00_liProviderPremiume1 a {
        margin-bottom: 0 !important;
        font-size: 13px !important;
        font-family: 'Open Sans',sans-serif;
        color: #fff !important;
    }

    .crebas-for-responsive div#ctl00_Div25 .for-provider-sidebar-overflow-control > li ul.dropdown-menu li a {
        line-height: 13px;
        padding: 10px;
        white-space: normal;
        font-size: 13px;
    }

    .crebas-for-responsive div#ctl00_Div25 .for-provider-sidebar-overflow-control > li ul.dropdown-menu li {
        border-bottom: 1px solid #aaa;
    }

    .crebas-for-responsive div#ctl00_Div25 .for-provider-sidebar-overflow-control {
        margin: 0;
        padding: 20px 15px;
    }

        .crebas-for-responsive div#ctl00_Div25 .for-provider-sidebar-overflow-control > li > a {
            background: #2196f3;
            margin-bottom: 10px;
            color: #fff;
        }

    .crebas-for-responsive div#ctl00_Div25 ul.nav.navbar-nav {
        margin: 0 auto;
        background: #ffff;
        margin-bottom: 10px;
    }

    .crebas-for-responsive div#ctl00_Div25 .for-provider-sidebar-overflow-control > li {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .crebas-for-responsive div#ctl00_Div25 li#ctl00_liProviderSubscription1 {
        margin-bottom: 10px;
    }

        .crebas-for-responsive div#ctl00_Div25 li#ctl00_liProviderSubscription1 a {
            margin-bottom: 0 !important;
        }

    .crebas-for-responsive div#ctl00_Div25 li#ctl00_li_upd_med1 a {
        margin-bottom: 0 !important;
    }

    .crebas-for-responsive div#ctl00_Div25 li#ctl00_li_upd_med1 {
        height: auto !important;
        margin-bottom: 10px;
    }

    .crebas-for-responsive .left-fixed ul {
        display: none;
    }

    .pip-page-responsive .dvanchorcss a {
        font-size: 15px;
    }

    .pip-page-responsive .footer-section table td, .pip-page-responsive .footer-section table th {
        width: 100%;
        float: left;
        margin-bottom: 5px;
        text-align: center;
    }

    .pip-page-responsive span#ctl00_lbllinkspecialitytitle, .pip-page-responsive span#ctl00_lblmassagelinksTitle, .pip-page-responsive span#ctl00_lblpopularlocationlinksTitle {
        display: table;
        width: 100%;
        text-align: center;
    }

    #ctl00_divProvider a#ctl00_btnlog {
        background: #03a9f4;
        color: #ffff;
    }

    .footer-section {
        padding: 10px 25px 10px 25px;
    }

    #ctl00_divDefault ul#menu-top {
        margin: 7.5px auto;
    }

    a#ddlmenuItem {
        background: #a09c96;
        color: #fff;
    }

    a#defa-menu-sign {
        background: #a09c96;
        color: #fff;
    }

    div#ctl00_divSeeker.seekar-side-bar-open #main_menu_top {
        margin-left: 0;
    }

    div#ctl00_divSeeker.seekar-side-bar-open .overlay-for-seekar-menu {
        display: block;
    }

    div#ctl00_divSeeker #main_menu_top .navbar-collapse2 {
        margin: -1px;
    }

        div#ctl00_divSeeker #main_menu_top .navbar-collapse2 #Ul1 {
            background-color: transparent;
            background-clip: padding-box;
            margin: 0;
            padding: 5px;
        }

    #ctl00_divSeeker div#main_menu_top {
        position: fixed;
        top: 0;
        width: 250px;
        z-index: 4;
        transition: all .5s ease-in;
        margin-left: -250px;
        height: 100%;
        background-color: #fff;
        background-clip: padding-box;
        box-shadow: 0 0 3px rgba(0,0,0,.175);
        left: 0;
    }

    .side-bar-cover img {
        max-width: 100%;
        border-top: 2px solid green;
        border-bottom: 2px solid green;
        box-shadow: 0 0 10px #7f807f;
    }

    #ctl00_divSeeker #Ul1 li.open .dropdown-toggle {
        background: #093101 !important;
        color: #fff !important;
    }

    .srp-for-responsive #ctl00_divSeeker .menu div#dd ul li ul.dropdown-menu li a:hover {
        background: #6dbd44 !important;
        cursor: pointer;
    }

    .srp-for-responsive #ctl00_divSeeker .menu div#dd ul#Ul1 {
        height: calc(100vh - 130px);
        overflow: scroll;
    }

    .side-bar-cover {
        display: block;
    }

    .menu-section .toggler {
        display: block !important;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.15);
        width: 20px;
        height: 48px;
        position: absolute;
        top: 110px;
        cursor: pointer;
        right: -8px;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-left: 1px solid #fff;
        -webkit-box-shadow: 1px 0 8px rgba(0,0,0,.175);
        box-shadow: 1px 0 8px rgba(0,0,0,.175);
        right: -20px;
        background: #efefef;
        cursor: pointer;
    }

    .srp-for-responsive div#ctl00_divProvider .col-sm-12.tog-menu-div #ctl00_menu_css1 {
        background: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,.85);
    }

    .menu-section .toggler i {
        margin: 10px 4px;
        font-size: 25px;
        font-weight: 700;
    }

    .navbar-collapse1 {
        display: block !important;
    }

    .navbar-collapse1 {
        position: fixed;
        top: 0;
        width: 280px;
        z-index: 4;
        margin-left: -280px !important;
        transition: all .5s ease-in;
        height: 100%;
        left: 0;
    }

    div#ctl00_menu_css .col-sm-12.tog-menu-div .navbar-collapse1 {
        left: 0;
    }

    .for-provider-sidebar-overflow-control {
        margin: 0 -15px;
        padding: 0 15px;
        height: calc(100vh - 160px);
        overflow: scroll;
    }

    #ctl00_menu_css1 .for-provider-sidebar-overflow-control a:active, #ctl00_menu_css1 .for-provider-sidebar-overflow-control a:hover {
        background: #093101 !important;
        color: #ffff !important;
    }

    .menu-section.side-bar-open .navbar-collapse1 {
        margin-left: 0 !important;
    }

    .overlay-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,.79);
        z-index: 3;
        transition: all 1s ease-in;
        display: none;
    }

    .side-bar-open .overlay-sidebar {
        display: block !important;
    }

    div#ctl00_divDefault .navbar-collapse.collapse {
        display: block;
        padding: 0 15px;
    }

        div#ctl00_divDefault .navbar-collapse.collapse ul li {
            width: 50%;
            float: left;
            padding: 1px 1px;
        }

    .srp-for-responsive.home-for-responsive ul.nav.navbar-nav.pull-right {
        margin: 0;
    }

    .srp-for-responsive.home-for-responsive .navbar.navbar-inverse.set-radius-zero .col-md-2.col-sm-2.pull-right .right-div {
        float: none;
        padding: 10px 0 0 0;
    }

    .srp-for-responsive.home-for-responsive div#navbar {
        margin: 0 -15px;
    }

    .srp-for-responsive a.navbar-brand {
        padding: 0;
    }

    .srp-for-responsive .homelogo {
        margin-top: 0;
        height: 42px;
    }

    .srp-for-responsive ul.nav.navbar-nav.pull-right {
        margin-top: 2px;
    }

    .srp-for-responsive .navbar.navbar-inverse.set-radius-zero .col-md-2.col-sm-2.pull-right {
        float: none !important;
        width: 100%;
    }

        .srp-for-responsive .navbar.navbar-inverse.set-radius-zero .col-md-2.col-sm-2.pull-right .right-div {
            float: none;
            padding: 5px 0;
        }

            .srp-for-responsive .navbar.navbar-inverse.set-radius-zero .col-md-2.col-sm-2.pull-right .right-div .form {
                display: table;
                margin: 0 auto;
            }

    .srp-for-responsive .right-div div#google_translate_element {
        float: left;
    }

    .srp-for-responsive .navbar.navbar-inverse.set-radius-zero .col-md-2.col-sm-2.pull-right .right-div .form a {
        float: left;
        margin-left: 10px;
    }

        .srp-for-responsive .navbar.navbar-inverse.set-radius-zero .col-md-2.col-sm-2.pull-right .right-div .form a input {
            margin: 0;
        }

    .srp-for-responsive .navbar.navbar-inverse.set-radius-zero {
        margin-bottom: 0;
    }

    .srp-for-responsive .col-sm-12.tog-btn-div {
        display: table;
        width: 100%;
    }

    .srp-for-responsive .col-sm-12.tog-menu-div {
        display: table;
        width: 100%;
        padding: 0;
    }

    div#ctl00_menu_css {
        height: auto;
    }

    button.navbar-toggle {
        background: #dedede !important;
        border: #f88700 !important;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #093101;
    }

    .srp-for-responsive section#menu-section div#ctl00_divProvider > .col-md-12 .col-sm-12 {
        padding: 0;
    }

    .srp-for-responsive section#menu-section div#ctl00_divProvider > .col-md-12 {
        padding: 0 !important;
    }

    .srp-for-responsive .col-sm-12.tog-menu-div #ctl00_menu_css1 {
        padding: 15px;
    }

    .srp-for-responsive ul#ctl00_menu_css1 .menu_css1_left_part {
        float: none;
        width: 100%;
    }

    .srp-for-responsive ul#ctl00_menu_css1 div#ctl00_li_1 {
        float: none;
        width: 100%;
    }

    .srp-for-responsive .col-sm-12.tog-menu-div #ctl00_menu_css1 li {
        float: none;
    }

    .srp-for-responsive .col-sm-12.tog-menu-div #ctl00_menu_css1 li {
        float: none;
    }

        .srp-for-responsive .col-sm-12.tog-menu-div #ctl00_menu_css1 li a.dropdown-toggle {
            background: #03a9f4;
            margin-bottom: 10px;
            color: #fff !important;
        }

        .srp-for-responsive .col-sm-12.tog-menu-div #ctl00_menu_css1 li .dropdown-menu {
            background: #fff;
            margin-top: -10px;
            border-radius: 0;
            margin-bottom: 10px;
        }

    .srp-for-responsive li#ctl00_menu_quick .dropdown-menu a {
        white-space: normal;
    }

    .srp-for-responsive .navbar-header {
        border-bottom: 1px dotted #838882;
        margin: 15px 15px 0 15px;
    }

    .srp-for-responsive .col-sm-12.tog-btn-div button.navbar-toggle {
        margin-right: 30px;
    }

    .srp-for-responsive .col-xs-12.fn1.npl button {
        margin-top: 3px;
    }

    .srp-for-responsive ul#ctl00_menu_css1 .menu_css1_left_part > li > a {
        background: #03a9f4;
        margin-bottom: 10px;
        color: #fff;
    }

    .srp-for-responsive div#ctl00_home_link a {
        margin-bottom: 10px;
        background: #03a9f4;
        color: #fff;
    }

    .srp-for-responsive .row.whole-con-div-container {
        margin: 0;
    }

    .srp-for-responsive div#complete_search_id {
        display: table;
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-top: 10px;
        padding: 8px 1px 8px 4px;
        background-color: #f6f6f6;
    }

    .srp-for-responsive .col-sm-11.search_left_select > div {
        width: 33.33%;
        float: left;
    }

    .srp-for-responsive #complete_search_id div#ctl00_ContentPlaceHolder1_UpdatePanel6 {
        position: absolute;
    }

    .srp-for-responsive .col-sm-1.search_right_btn {
        float: none;
        display: table;
        width: 100%;
    }

    #searchpanel .search_right_btn {
        padding: 15px 15px 0;
    }

    .srp-for-responsive #ctl00_divSeeker .menu div#dd ul {
        padding: 15px 0;
    }

        .srp-for-responsive #ctl00_divSeeker .menu div#dd ul li {
            width: 100%;
            float: none;
            margin: 0;
            padding: 0 5px;
        }

        .srp-for-responsive #ctl00_divSeeker .menu div#dd ul#Ul1 > li > a {
            background: #2196f3;
            margin-bottom: 10px;
            color: #fff;
        }

        .srp-for-responsive #ctl00_divSeeker .menu div#dd ul li ul.dropdown-menu {
            background: #cacaca;
            margin-top: -20px;
            margin-bottom: 10px;
        }

            .srp-for-responsive #ctl00_divSeeker .menu div#dd ul li ul.dropdown-menu li {
                float: none;
                width: 100%;
                text-align: center;
            }

    a.navbar-brand {
        padding: 0;
    }

    a.navbar-brand {
        padding: 0 15px;
        display: table;
    }

    img#mob_logo {
        margin-top: 0;
    }

    .thi_mobile_hedaer {
        padding: 20px 0 0 0 !important;
        margin: 0;
        background: #093101;
    }

    .npr {
        padding-right: 0;
        padding-left: 0;
    }

    div#Div1.mobile-toggel-menu {
        margin-top: 20px;
        background: #041501;
        border-top: 2px solid #fff;
    }

    ul.nav.navbar-nav {
        margin-left: 0;
        margin-left: 0;
        width: 100%;
        height: 100%;
    }

    .content-wrapper {
        padding: 0 !important;
    }

    .search_ayurveda_medand_doc {
        float: none;
        margin: 20px auto;
    }

    .footer-part-head span {
        float: none !important;
    }

    .pip-page-responsive .pip_link_bg {
        width: 100%;
    }

    table#ctl00_ContentPlaceHolder1_dtListSearch td.col-md-6.col-sm-6.col-xs-12 {
        display: block;
        float: none;
    }

    #ctl00_divDefault ul#menu-top li:nth-child(3) {
        width: 100% !important;
    }

    .ask-th-doc-form .col-sm-4 {
        padding: 35px 7px;
        text-align: center;
    }

    .ask-th-doc-form .form-section input#ctl00_ContentPlaceHolder1_btnMedicalAdvice {
        display: table;
        margin: 10px auto;
    }

    .login-form-right img {
        max-width: 100%;
        padding: 35px 0;
    }

    .row.login-form-div {
        display: flex;
        flex-direction: column-reverse;
    }

    .login-form-right .input-group {
        margin-bottom: 10px;
    }

    input#ctl00_ContentPlaceHolder1_lnkbtnLogin {
        margin: 15px 0;
        display: table;
    }

    .ask-th-doc-form .col-sm-5 {
        padding: 15px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .pip-page-responsive .pip_link_bg a {
        font-size: 16px;
    }

    div#ctl00_ContentPlaceHolder1_UpdatePanel35 input#ddlInputHealth {
        height: 25px;
        width: calc(100% - 25px);
    }

    div#ctl00_ContentPlaceHolder1_UpdatePanel35 span.custom-combobox {
        width: 100%;
        display: table;
    }

    div#ctl00_ContentPlaceHolder1_dv_healthprob_medicine {
        width: 50%;
    }

    li#liuploadMedicine {
        width: 100% !important;
    }

    div#ctl00_divProvider .for-provider-sidebar-overflow-control li {
        float: none;
    }

    div#ctl00_divProvider .for-provider-sidebar-overflow-control > li > a {
        margin-bottom: 10px !important;
        background: #03a9f4;
        color: #fff;
    }

    div#ctl00_divProvider ul.dropdown-menu {
        margin-top: -10px !important;
    }

    div#ctl00_divProvider .dropdown-menu li a {
        white-space: normal !important;
    }

    div#ctl00_divProvider .for-provider-sidebar-overflow-control {
        padding: 15px;
    }

    div#ctl00_ContentPlaceHolder1_Panel1 {
        width: 80%;
        margin: 0 auto;
    }

    .crebas-for-responsive section.menu-section div#ctl00_divCProvider div#ctl00_Div25 .navbar-collapse1 {
        position: fixed;
        top: 0;
        width: 250px;
        z-index: 4;
        transition: all .5s ease-in;
        margin-left: -250px;
        height: 100%;
        background-color: #fff;
        background-clip: padding-box;
        box-shadow: 0 0 3px rgba(0,0,0,.175);
        left: 0;
    }

    .crebas-for-responsive section.menu-section.seekar-side-bar-open div#ctl00_divCProvider div#ctl00_Div25 .navbar-collapse1 .dropdown-menu a {
        white-space: normal;
        color: #6b6b6b;
        font-size: 13px;
        padding: 10px 10px !important;
    }

    .crebas-for-responsive section.menu-section.seekar-side-bar-open div#ctl00_divCProvider div#ctl00_Div25 .navbar-collapse1 .dropdown-menu li {
        border-bottom: 1px solid #aaa;
    }
}

@media only screen and (min-width:320px) and (max-width:600px) {
    .for-promotions-left-side-border {
        width: 100%;
        float: none;
        padding: 0 20px;
    }

    .imagee_recuring_page_pop.for-promotions-right-side-border {
        width: 100%;
        float: none;
        text-align: center !important;
        margin-top: 10px;
        padding: 0 20px;
    }

    div#bookinng .modal-dialog .modal-body > table {
        margin: 0 auto;
        float: none;
        display: table;
        width: auto;
    }

    div#bookinng .modal-dialog div#ctl00_ContentPlaceHolder1_dvNewBooking {
        width: 100%;
        float: left;
    }

    table#ctl00_ContentPlaceHolder2_tbllpopularlinks tr {
        max-width: 100% !important;
    }

    table#ctl00_ContentPlaceHolder2_tbllpopularlinks td {
        width: 100% !important;
    }

    #ctl00_ContentPlaceHolder1_updbtnsubmit input#ctl00_ContentPlaceHolder1_BtnSubmit {
        margin: 0 auto;
        display: table;
    }

    .a4h-pip-master-css div#popup_Seeker_singup_pop div#ctl00_UpdatePanel21 input {
        padding: 6px 15px;
    }

    .a4h-pip-master-css div#popup_Seeker_singup_pop div#ctl00_pnl_cust_reg {
        padding: 10px;
    }

    .a4h-pip-master-css div#popup_Seeker_singup_pop input#ctl00_lnkbtnSubmit {
        margin-top: 15px;
    }

    .ayur-center-details .content-wrapper {
        padding: 10px 0 !important;
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    #popuppaypal_provider div#ctl00_divpaypalStripe_Provider {
        width: 100%;
        float: left;
    }

    div#ctl00_divpaypalStripe_Provider table, div#ctl00_divpaypalStripe_Provider table td, div#ctl00_divpaypalStripe_Provider table tr {
        display: table;
        width: 100%;
    }

    .crebas-for-responsive div#ctl00_ContentPlaceHolder1_divPromotions {
        padding: 0;
    }

    .panel.panel-info.search_ayurveda_medand_doc h4 {
        font-size: 13px;
        text-shadow: none;
        letter-spacing: 1px;
    }

    #popuppaypal1 .yearcheckdiv {
        width: 100%;
        float: none;
    }

    #ctl00_ContentPlaceHolder2_tbllink, #ctl00_ContentPlaceHolder2_tbllpopularlinks, #ctl00_ContentPlaceHolder2_tblspeciality {
        margin-left: -20px;
    }

    div#popuppaypal1 table td input {
        width: 100%;
        margin-bottom: 10px;
        border: 1px solid #aaa;
    }

    div#popuppaypal1 table td {
        width: 50%;
    }

    div#dvquickbookingPopup .email_regret_1 {
        width: 100%;
        float: none;
    }

    div#dvquickbookingPopup div#ctl00_ContentPlaceHolder1_dvNewBooking {
        width: 100%;
        float: none;
        padding: 0;
    }

    .left-side-table-res {
        float: none !important;
        width: 100% !important;
    }

    div#boxpopup_1 .left-side-table-res .table_recuring_page {
        float: none;
        width: 100%;
        margin: 10px 0;
    }

    div#boxpopup_1 .imagee_recuring_page_pop.right-side-img-thumb {
        width: 100%;
        float: none;
        margin: 0;
        padding: 5px 0;
    }

    #popuppaypal1 img.paypal-img-thumb {
        display: none;
    }

    .my-address-book-cl .form-section {
        padding: 10px;
        margin: 0;
    }

    .crebas-for-responsive .my.data-for-contact-us .row.form-section {
        padding: 5px;
        margin: 5px;
    }

    .crebas-for-responsive div#ctl00_ContentPlaceHolder1_search {
        font-size: 11px;
        padding: 5px;
    }

    .crebas-for-responsive div#ctl00_ContentPlaceHolder1_divPromotions table#ctl00_ContentPlaceHolder1_dtPromotion td {
        width: 100%;
    }

    .pip-page-responsive .pip_link_bg a {
        font-size: 12px;
    }

    img#mob_logo {
        margin-top: 11px;
        height: auto;
        max-width: 100%;
    }

    section#ctl00_foter table tr {
        max-width: 100%;
    }

    .srp-for-responsive .col-sm-11.search_left_select > div {
        width: 50%;
    }

    .pip-page-responsive .dvanchorcss a {
        font-size: 12px;
    }

    .pip-page-responsive .container.rounded_corners.massage_detail.slide .dvimagcss {
        width: 100%;
        float: left;
        padding: 1px;
    }

    #ctl00_ContentPlaceHolder2_tbllink tr, #ctl00_ContentPlaceHolder2_tbllpopularlinks tr, #ctl00_ContentPlaceHolder2_tblspeciality tr {
        max-width: 100%;
    }

    #ctl00_ContentPlaceHolder2_tbllink, #ctl00_ContentPlaceHolder2_tbllpopularlinks, #ctl00_ContentPlaceHolder2_tblspeciality {
        margin-left: -10px;
    }

    div#ctl00_divDefault li#liuploadMedicine {
        WIDTH: 100%;
    }

    .deep_title {
        text-align: center !important;
    }

    .col-sm-12.login-form-a4h {
        padding: 0;
    }

        .col-sm-12.login-form-a4h .col-sm-6 {
            padding: 0PX;
        }

    div#ctl00_div_mainHeader .col-md-2.col-sm-2.pull-right {
        margin: 0 -15px !important;
        width: calc(100% + 30px);
    }

    .crebas-for-responsive .form-section {
        margin: 10px 0;
    }

    section.content-wrapper-bg.provider-sign-up-responsive.ayur-center-details div#ctl00_ContentPlaceHolder1_upd_chkbox span {
        display: block;
    }

    .ayur-center-details div#main_menu_top {
        padding: 10px !important;
        margin: 5px;
    }

    div#ctl00_divProvider .for-provider-sidebar-overflow-control li {
        float: none;
    }

    div#ctl00_divProvider .dropdown-menu li a {
        white-space: normal !important;
    }

    div#ctl00_divProvider .for-provider-sidebar-overflow-control > li > a {
        margin-bottom: 10px !important;
        background: #03a9f4;
        color: #fff;
    }

    div#ctl00_divProvider ul.dropdown-menu {
        margin-top: -10px !important;
    }
}

@media only screen and (min-width:320px) and (max-width:426px) {
    .yearcheckdiv {
        width: 100%;
        float: none;
    }

    div#main_popup_Seeker_singup_pop .email-id input {
        width: 70% !important;
    }

    div#main_popup_Seeker_singup_pop .email-id p {
        width: 30%;
    }

    div#main_popup_Seeker_singup_pop span.ChkLoginPopupBox {
        width: 45%;
        padding: 0 2px;
    }

    .LoginText_seeker_popup {
        width: 29% !important;
    }

    .rem-show-pswd span.ChkLoginPopupBox:first-child {
        width: 65% !important;
    }

    section.content-wrapper-bg.provider-sign-up-responsive div#main_menu_top {
        padding: 0;
        margin: 0;
    }

    div#ctl00_divDefault #menu-top .dropdown-menu li a {
        padding: 10px 0 !important;
    }

    .srp-for-responsive.home-for-responsive.only-for-pip-class-fix-overflow .navbar.navbar-inverse.set-radius-zero .col-md-2.col-sm-2.pull-right .right-div {
        margin: 0 0;
    }

    .srp-for-responsive .footer-section {
        padding: 10px;
    }

    .srp-for-responsive .homelogo {
        margin-top: 7px;
        height: 31px;
    }

    .srp-for-responsive .navbar-header {
        margin: 15px 0;
    }

    .srp-for-responsive .navbar.navbar-inverse.set-radius-zero .col-md-2.col-sm-2.pull-right .right-div .form a {
        float: left;
        margin-left: 1px;
        font-size: 12px;
    }

    li#liuploadMedicine {
        WIDTH: 100% !important;
    }
}

@media only screen and (min-width:320px) and (max-width:440px) {
    .skuTitle_reserve_table a {
        margin-bottom: 5px;
    }

    .topchildheight .detail .form-horizontal {
        margin: 0;
        padding: 15px 0;
    }

    .col-sm-12.login-form-a4h .col-sm-8 {
        padding: 0;
    }

    .a4h-pip-master-css div#popup_Seeker_singup_pop .tab-content {
        padding: 10px 0;
    }

    .a4h-pip-master-css div#popup_Seeker_singup_pop .login-form-div .col-sm-4, .a4h-pip-master-css div#popup_Seeker_singup_pop .login-form-div .col-sm-8 {
        padding: 0 !important;
    }

    .a4h-pip-master-css div#popup_Seeker_singup_pop div#ctl00_Pnl_cust_login {
        width: 100%;
        padding: 5px;
        margin: 0 auto;
    }

    .a4h-pip-master-css div#popup_Seeker_singup_pop div#ctl00_UpdatePanel21 input {
        padding: 6px 25px;
    }
}
/*********my_responsive.css*****************/

/*********Inline*****************/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.navbar-inverse .navbar-nav > li > a {
    padding: 7px 10px !important;
}

div#m2b-payment-pop-up_provider .row.payment-row > .col-sm-4 {
    background-color: #8e8c8c;
    transition: all .5s ease-in;
    padding: 5px 0 !important;
    min-height: 50px;
}

.menutab {
    padding: 10px 0 !important;
}

ul#Ul1 {
    display: table;
    margin: 0 auto;
}

.bodywithbg {
    background: url(/Images/dotted-bg_all_site.png) repeat scroll 0 0 transparent;
    color: #223543;
    height: auto;
    text-align: left;
    margin: 0;
    padding: 0;
    width: auto !important;
}

.bodywithoutbg {
    color: #223543;
    height: auto;
    text-align: left;
    margin: 0;
    padding: 0;
    width: auto !important;
}

.clearfix::after, .clearfix::before {
    content: "";
    display: table;
    line-height: 0;
}

.clearfix::after {
    clear: both;
}

.hide-text {
    background-color: transparent;
    border: 0 none;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
}

.input-block-level {
    box-sizing: border-box;
    display: block;
    min-height: 30px;
    width: 100%;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}

@media (min-width:768px) and (max-width:979px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }
}

@media (max-width:767px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: inherit !important;
    }

    .hidden-print {
        display: none !important;
    }
}

@media (min-width:1200px) { /*.row{margin-left:-30px*/
}

.row::after, .row::before {
    content: "";
    display: table;
    line-height: 0;
}

.row::after {
    clear: both;
}

[class*=span] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}

.container, .navbar-fixed-bottom .container, .navbar-fixed-top .container, .navbar-static-top .container {
    width: 1170px;
}

.span12 {
    width: 1170px;
}

.span11 {
    width: 1070px;
}

.span10 {
    width: 970px;
}

.span9 {
    width: 870px;
}

.span8 {
    width: 770px;
}

.span7 {
    width: 670px;
}

.span6 {
    width: 570px;
}

.span5 {
    width: 470px;
}

.span4 {
    width: 370px;
}

.span3 {
    width: 270px;
}

.span2 {
    width: 170px;
}

.span1 {
    width: 70px;
}

.offset12 {
    margin-left: 1230px;
}

.offset11 {
    margin-left: 1130px;
}

.offset10 {
    margin-left: 1030px;
}

.offset9 {
    margin-left: 930px;
}

.offset8 {
    margin-left: 830px;
}

.offset7 {
    margin-left: 730px;
}

.offset6 {
    margin-left: 630px;
}

.offset5 {
    margin-left: 530px;
}

.offset4 {
    margin-left: 430px;
}

.offset3 {
    margin-left: 330px;
}

.offset2 {
    margin-left: 230px;
}

.offset1 {
    margin-left: 130px;
}

.row-fluid {
    /*width: 100%;*/
    width: 1186px;
    margin-left: 5px;
}

    .row-fluid::after, .row-fluid::before {
        content: "";
        display: table;
        line-height: 0;
    }

    .row-fluid::after {
        clear: both;
    }

    .row-fluid [class*=span] {
        box-sizing: border-box;
        display: block;
        float: left;
        margin-left: -1%;
        width: 100%;
    }

        .row-fluid [class*=span]:first-child {
            margin-left: 0;
        }

    .row-fluid .controls-row [class*=span] + [class*=span] {
        margin-left: 2.5641%;
    }

    .row-fluid .span12 {
        width: 100%;
    }

    .row-fluid .span11 {
        width: 91.453%;
    }

    .row-fluid .span10 {
        width: 82.906%;
    }

    .row-fluid .span9 {
        width: 74.359%;
    }

    .row-fluid .span8 {
        width: 65.812%;
    }

    .row-fluid .span7 {
        width: 57.265%;
    }

    .row-fluid .span6 {
        width: 48.7179%;
    }

    .row-fluid .span5 {
        width: 40.1709%;
    }

    .row-fluid .span4 {
        width: 31.6239%;
    }

    .row-fluid .span3 {
        width: 23.0769%;
    }

    .row-fluid .span2 {
        width: 14.5299%;
    }

    .row-fluid .span1 {
        width: 5.98291%;
        font-size: 12px;
    }

    .row-fluid .offset12 {
        margin-left: 105.128%;
    }

        .row-fluid .offset12:first-child {
            margin-left: 102.564%;
        }

    .row-fluid .offset11 {
        margin-left: 96.5812%;
    }

        .row-fluid .offset11:first-child {
            margin-left: 94.0171%;
        }

    .row-fluid .offset10 {
        margin-left: 88.0342%;
    }

        .row-fluid .offset10:first-child {
            margin-left: 85.4701%;
        }

    .row-fluid .offset9 {
        margin-left: 79.4872%;
    }

        .row-fluid .offset9:first-child {
            margin-left: 76.9231%;
        }

    .row-fluid .offset8 {
        margin-left: 70.9402%;
    }

        .row-fluid .offset8:first-child {
            margin-left: 68.3761%;
        }

    .row-fluid .offset7 {
        margin-left: 62.3932%;
    }

        .row-fluid .offset7:first-child {
            margin-left: 59.8291%;
        }

    .row-fluid .offset6 {
        margin-left: 53.8462%;
    }

        .row-fluid .offset6:first-child {
            margin-left: 51.2821%;
        }

    .row-fluid .offset5 {
        margin-left: 45.2991%;
    }

        .row-fluid .offset5:first-child {
            margin-left: 42.735%;
        }

    .row-fluid .offset4 {
        margin-left: 36.7521%;
    }

        .row-fluid .offset4:first-child {
            margin-left: 34.188%;
        }

    .row-fluid .offset3 {
        margin-left: 28.2051%;
    }

        .row-fluid .offset3:first-child {
            margin-left: 25.641%;
        }

    .row-fluid .offset2 {
        margin-left: 19.6581%;
    }

        .row-fluid .offset2:first-child {
            margin-left: 17.094%;
        }

    .row-fluid .offset1 {
        margin-left: 11.1111%;
    }

        .row-fluid .offset1:first-child {
            margin-left: 8.54701%;
        }

.uneditable-input, input, textarea {
    margin-left: 0;
}

.controls-row [class*=span] + [class*=span] {
    margin-left: 30px;
}

.uneditable-input.span12, input.span12, textarea.span12 {
    width: 1156px;
}

.uneditable-input.span11, input.span11, textarea.span11 {
    width: 1056px;
}

.uneditable-input.span10, input.span10, textarea.span10 {
    width: 956px;
}

.uneditable-input.span9, input.span9, textarea.span9 {
    width: 856px;
}

.uneditable-input.span8, input.span8, textarea.span8 {
    width: 756px;
}

.uneditable-input.span7, input.span7, textarea.span7 {
    width: 656px;
}

.uneditable-input.span6, input.span6, textarea.span6 {
    width: 556px;
}

.uneditable-input.span5, input.span5, textarea.span5 {
    width: 456px;
}

.uneditable-input.span4, input.span4, textarea.span4 {
    width: 356px;
}

.uneditable-input.span3, input.span3, textarea.span3 {
    width: 256px;
}

.uneditable-input.span2, input.span2, textarea.span2 {
    width: 156px;
}

.uneditable-input.span1, input.span1, textarea.span1 {
    width: 56px;
}

.thumbnails {
    margin-left: -30px;
}

    .thumbnails > li {
        margin-left: 30px;
    }

.row-fluid .thumbnails {
    margin-left: 0;
}



@media (min-width:768px) and (max-width:979px) {
    .row {
        margin-left: -20px;
    }

        .row::after, .row::before {
            content: "";
            display: table;
            line-height: 0;
        }

        .row::after {
            clear: both;
        }

    [class*=span] {
        float: left;
        margin-left: 20px;
        min-height: 1px;
    }

    .container, .navbar-fixed-bottom .container, .navbar-fixed-top .container, .navbar-static-top .container {
        width: 724px;
    }

    .span12 {
        width: 724px;
    }

    .span11 {
        width: 662px;
    }

    .span10 {
        width: 600px;
    }

    .span9 {
        width: 538px;
    }

    .span8 {
        width: 476px;
    }

    .span7 {
        width: 414px;
    }

    .span6 {
        width: 352px;
    }

    .span5 {
        width: 290px;
    }

    .span4 {
        width: 228px;
    }

    .span3 {
        width: 166px;
    }

    .span2 {
        width: 104px;
    }

    .span1 {
        width: 42px;
    }

    .offset12 {
        margin-left: 764px;
    }

    .offset11 {
        margin-left: 702px;
    }

    .offset10 {
        margin-left: 640px;
    }

    .offset9 {
        margin-left: 578px;
    }

    .offset8 {
        margin-left: 516px;
    }

    .offset7 {
        margin-left: 454px;
    }

    .offset6 {
        margin-left: 392px;
    }

    .offset5 {
        margin-left: 330px;
    }

    .offset4 {
        margin-left: 268px;
    }

    .offset3 {
        margin-left: 206px;
    }

    .offset2 {
        margin-left: 144px;
    }

    .offset1 {
        margin-left: 82px;
    }

    .row-fluid {
        width: 100%;
    }

        .row-fluid::after, .row-fluid::before {
            content: "";
            display: table;
            line-height: 0;
        }

        .row-fluid::after {
            clear: both;
        }

        .row-fluid [class*=span] {
            box-sizing: border-box;
            display: block;
            float: left;
            margin-left: 2.76243%;
            min-height: 30px;
            width: 100%;
        }

            .row-fluid [class*=span]:first-child {
                margin-left: 0;
            }

        .row-fluid .controls-row [class*=span] + [class*=span] {
            margin-left: 2.76243%;
        }

        .row-fluid .span12 {
            width: 100%;
        }

        .row-fluid .span11 {
            width: 91.4365%;
        }

        .row-fluid .span10 {
            width: 82.8729%;
        }

        .row-fluid .span9 {
            width: 74.3094%;
        }

        .row-fluid .span8 {
            width: 65.7459%;
        }

        .row-fluid .span7 {
            width: 57.1823%;
        }

        .row-fluid .span6 {
            width: 48.6188%;
        }

        .row-fluid .span5 {
            width: 40.0552%;
        }

        .row-fluid .span4 {
            width: 31.4917%;
        }

        .row-fluid .span3 {
            width: 22.9282%;
        }

        .row-fluid .span2 {
            width: 14.3646%;
        }

        .row-fluid .span1 {
            width: 5.80111%;
            font-size: 12px;
        }

        .row-fluid .offset12 {
            margin-left: 105.525%;
        }

            .row-fluid .offset12:first-child {
                margin-left: 102.762%;
            }

        .row-fluid .offset11 {
            margin-left: 96.9613%;
        }

            .row-fluid .offset11:first-child {
                margin-left: 94.1989%;
            }

        .row-fluid .offset10 {
            margin-left: 88.3978%;
        }

            .row-fluid .offset10:first-child {
                margin-left: 85.6354%;
            }

        .row-fluid .offset9 {
            margin-left: 79.8343%;
        }

            .row-fluid .offset9:first-child {
                margin-left: 77.0718%;
            }

        .row-fluid .offset8 {
            margin-left: 71.2707%;
        }

            .row-fluid .offset8:first-child {
                margin-left: 68.5083%;
            }

        .row-fluid .offset7 {
            margin-left: 62.7072%;
        }

            .row-fluid .offset7:first-child {
                margin-left: 59.9447%;
            }

        .row-fluid .offset6 {
            margin-left: 54.1437%;
        }

            .row-fluid .offset6:first-child {
                margin-left: 51.3812%;
            }

        .row-fluid .offset5 {
            margin-left: 45.5801%;
        }

            .row-fluid .offset5:first-child {
                margin-left: 42.8177%;
            }

        .row-fluid .offset4 {
            margin-left: 37.0166%;
        }

            .row-fluid .offset4:first-child {
                margin-left: 34.2541%;
            }

        .row-fluid .offset3 {
            margin-left: 28.453%;
        }

            .row-fluid .offset3:first-child {
                margin-left: 25.6906%;
            }

        .row-fluid .offset2 {
            margin-left: 19.8895%;
        }

            .row-fluid .offset2:first-child {
                margin-left: 17.1271%;
            }

        .row-fluid .offset1 {
            margin-left: 11.326%;
        }

            .row-fluid .offset1:first-child {
                margin-left: 8.56354%;
            }

    .uneditable-input, input, textarea {
        margin-left: 0;
    }

    .controls-row [class*=span] + [class*=span] {
        margin-left: 20px;
    }

    .uneditable-input.span12, input.span12, textarea.span12 {
        width: 710px;
    }

    .uneditable-input.span11, input.span11, textarea.span11 {
        width: 648px;
    }

    .uneditable-input.span10, input.span10, textarea.span10 {
        width: 586px;
    }

    .uneditable-input.span9, input.span9, textarea.span9 {
        width: 524px;
    }

    .uneditable-input.span8, input.span8, textarea.span8 {
        width: 462px;
    }

    .uneditable-input.span7, input.span7, textarea.span7 {
        width: 400px;
    }

    .uneditable-input.span6, input.span6, textarea.span6 {
        width: 338px;
    }

    .uneditable-input.span5, input.span5, textarea.span5 {
        width: 276px;
    }

    .uneditable-input.span4, input.span4, textarea.span4 {
        width: 214px;
    }

    .uneditable-input.span3, input.span3, textarea.span3 {
        width: 152px;
    }

    .uneditable-input.span2, input.span2, textarea.span2 {
        width: 90px;
    }

    .uneditable-input.span1, input.span1, textarea.span1 {
        width: 28px;
    }
}

@media (max-width:767px) {
    body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
        margin-left: -20px;
        margin-right: -20px;
    }

    .container-fluid {
        padding: 0;
    }

    .dl-horizontal dt {
        clear: none;
        float: none;
        text-align: left;
        width: auto;
    }

    .dl-horizontal dd {
        margin-left: 0;
    }

    .container {
        width: auto;
    }

    .row-fluid {
        width: 100%;
    }

    .row, .thumbnails { /*margin-left:0*/
    }

        .thumbnails > li {
            float: none;
            margin-left: 0;
        }

    .row-fluid [class*=span], .uneditable-input[class*=span], [class*=span] {
        box-sizing: border-box;
        display: block;
        float: none;
        margin-left: 0;
        width: 100%;
    }

    .row-fluid .span12, .span12 {
        box-sizing: border-box;
        width: 100%;
    }

    .row-fluid [class*=offset]:first-child {
        margin-left: 0;
    }

    .input-large, .input-xlarge, .input-xxlarge, .uneditable-input, input[class*=span], select[class*=span], textarea[class*=span] {
        box-sizing: border-box;
        display: block;
        min-height: 30px;
        width: 100%;
    }

    .input-append input, .input-append input[class*=span], .input-prepend input, .input-prepend input[class*=span] {
        display: inline-block;
        width: auto;
    }

    .controls-row [class*=span] + [class*=span] {
        margin-left: 0;
    }

    .modal {
        left: 20px;
        margin: 0;
        position: fixed;
        right: 20px;
        top: 20px;
        width: auto;
    }

        .modal.fade {
            top: -100px;
        }

            .modal.fade.in {
                top: 20px;
            }
}

@media (max-width:480px) {
    .page-header h1 small {
        display: block;
        line-height: 20px;
    }

    input[type=checkbox], input[type=radio] {
        border: 1px solid #ccc;
    }

    .form-horizontal .control-label {
        float: none;
        padding-top: 0;
        text-align: left;
        width: auto;
    }

    .form-horizontal .controls {
        margin-left: 0;
    }

    .form-horizontal .control-list {
        padding-top: 0;
    }

    .form-horizontal .form-actions {
        padding-left: 10px;
        padding-right: 10px;
    }

    .media .pull-left, .media .pull-right {
        display: block;
        float: none;
        margin-bottom: 10px;
    }

    .media-object {
        margin-left: 0;
        margin-right: 0;
    }

    .modal {
        left: 10px;
        right: 10px;
        top: 10px;
    }

    .modal-header .close {
        margin: -10px;
        padding: 10px;
    }

    .carousel-caption {
        position: static;
    }
}

@media (max-width:979px) {
    body {
        padding-top: 0;
    }

    .navbar-fixed-bottom, .navbar-fixed-top {
        position: static;
    }

    .navbar-fixed-top {
        margin-bottom: 20px;
    }

    .navbar-fixed-bottom {
        margin-top: 20px;
    }

        .navbar-fixed-bottom .navbar-inner, .navbar-fixed-top .navbar-inner {
            padding: 5px;
        }

    .navbar .brand {
        margin: 0 0 0 -5px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav-collapse {
        clear: both;
    }

        .nav-collapse .nav {
            float: none;
            margin: 0 0 10px;
        }

            .nav-collapse .nav > li {
                float: none;
            }

                .nav-collapse .nav > li > a {
                    margin-bottom: 2px;
                }

            .nav-collapse .nav > .divider-vertical {
                display: none;
            }

            .nav-collapse .nav .nav-header {
                color: #777;
                text-shadow: none;
            }

            .nav-collapse .dropdown-menu a, .nav-collapse .nav > li > a {
                border-radius: 3px;
                color: #777;
                font-weight: 700;
                padding: 9px 15px;
            }

        .nav-collapse .btn {
            border-radius: 4px;
            font-weight: 400;
            padding: 4px 10px;
        }

        .nav-collapse .dropdown-menu li + li a {
            margin-bottom: 2px;
        }

        .nav-collapse .dropdown-menu a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .nav > li > a:hover {
            background-color: #f2f2f2;
        }

    .navbar-inverse .nav-collapse .dropdown-menu a, .navbar-inverse .nav-collapse .nav > li > a {
        color: #999;
    }

        .navbar-inverse .nav-collapse .dropdown-menu a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .nav > li > a:hover {
            background-color: #111;
        }

    .nav-collapse.in .btn-group {
        margin-top: 5px;
        padding: 0;
    }

    .nav-collapse .dropdown-menu {
        background-color: transparent;
        border: medium none;
        border-radius: 0;
        box-shadow: none;
        display: none;
        float: none;
        left: auto;
        margin: 0 15px;
        max-width: none;
        padding: 0;
        position: static;
        top: auto;
    }

    .nav-collapse .open > .dropdown-menu {
        display: block;
    }

    .nav-collapse .dropdown-menu::after, .nav-collapse .dropdown-menu::before {
        display: none;
    }

    .nav-collapse .dropdown-menu .divider {
        display: none;
    }

    .nav-collapse .nav > li > .dropdown-menu::after, .nav-collapse .nav > li > .dropdown-menu::before {
        display: none;
    }

    .nav-collapse .navbar-form, .nav-collapse .navbar-search {
        border-bottom: 1px solid #f2f2f2;
        border-top: 1px solid #f2f2f2;
        box-shadow: 0 1px 0 rgba(255,255,255,.1) inset,0 1px 0 rgba(255,255,255,.1);
        float: none;
        margin: 10px 0;
        padding: 10px 15px;
    }

    .navbar-inverse .nav-collapse .navbar-form, .navbar-inverse .nav-collapse .navbar-search {
        border-bottom-color: #111;
        border-top-color: #111;
    }

    .navbar .nav-collapse .nav.pull-right {
        float: none;
        margin-left: 0;
    }

    .nav-collapse, .nav-collapse.collapse {
        height: 0;
        overflow: hidden;
    }

    .navbar .btn-navbar {
        display: block;
    }

    .navbar-static .navbar-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width:980px) {
    .nav-collapse.collapse {
        height: auto !important;
        overflow: visible !important;
    }
}

input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.heading {
    font-size: 20px;
    font-weight: 700;
    padding-top: 10px;
    margin-bottom: 0px;
}

.heading {
    color: #00f;
    cursor: pointer;
}

.massage_detail {
    float: left;
    font-size: 14px;
    height: auto;
    line-height: 23px;
    margin-top: 5px;
    text-transform: capitalize; /*Sanat*/
}

.detail {
    float: left;
    height: auto;
    margin-top: 10px;
    width: 100%;
}

.div_margin {
    float: left;
    margin-top: 15px;
    width: 100%;
    word-wrap: break-word;
}

.massage_type2 {
    float: left;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    line-height: 22px;
    padding: 0 !important;
    width: 100%;
    margin-left: -13px;
}

.massage_type {
    float: left;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    line-height: 22px;
    padding: 0 !important;
    width: 100%;
    margin-left: -13px;
}

.massage_type4545 {
    float: left;
    font-weight: 700;
    height: auto;
    line-height: 22px;
    padding: 0 !important;
    width: 100%;
}

.menutab {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f0f0f0 url(/tabbg.jpg) repeat-x scroll 0 0;
    border-color: #ccc #ccc #b7b7b7;
    border-image: none;
    border-radius: 3px 3px 0 0;
    border-style: solid;
    border-width: 1px;
    color: #000;
    font-weight: 700;
    outline: medium none;
    padding: 7px 16px;
    position: relative;
    text-decoration: none;
    text-align: center;
}

.click {
    background-color: #fff;
    color: #bf7c07;
    float: left;
    font-size: 18px;
    height: auto;
    padding: 10px;
    text-align: center;
    width: 100%;
    font-size: 18px;
}

.dvanchorcss {
    margin-bottom: 10px;
}

.booking_info23_ {
    width: 97px;
    height: 20px;
    border-right: 1px solid #00ab90;
    border-bottom: 1px solid #00ab90;
    font-size: 12px;
    padding-left: 5px;
    float: left;
    color: #000;
}

.css_search1269 {
    font-size: 9.5px;
}

.booking_info2_, .booking_infoa1 {
    width: 97px;
    padding-left: 5px;
    padding-top: 4px;
    height: 20px;
    font-size: 12px;
    float: left;
    border-right: 1px solid #00ab90;
    margin-top: 0;
    color: #000;
    background-color: #f3f3f3;
}

.css_search1207 {
    font-size: 8.5px;
}

.css_search1204 {
    width: 202.2px;
    margin-right: 25px;
    margin-bottom: -90.9px;
    margin-top: -359.2px;
    font-size: 11.4px;
}

.BookingInfo {
    background-color: #fff;
    background-position: center top;
    border: 1px solid #dbdbdb;
    border-radius: 5px 5px 5px 5px;
    display: block;
    float: right;
    height: auto;
    margin-bottom: 15px;
    margin-right: 20px;
    margin-top: 40px;
    padding-bottom: 15px;
    width: 235px;
}

.css_searchresult6 {
    width: 139px;
}

.email_regret_1 {
    background: #fff;
}

.quickbook {
    background-color: #fff;
    color: #888;
    left: 32%;
    position: fixed;
    display: none;
    top: 10%;
    z-index: 1001;
    border: 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    opacity: 6;
    margin-top: 10px;
    width: 560px;
    height: auto;
}

.button_1_feedback {
    background-color: #bf7c07;
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    height: 23px;
    margin-right: 8px;
    margin-top: 32px !important;
    padding-bottom: 2px;
    text-align: center;
    text-shadow: .1em .1em .2em #666;
    width: 60px;
}

h1 {
    margin-top: 0;
}

.servicetype a, .servicetype a:hover {
    color: #0017ee !important;
}

#main_popup_Seeker_singup_pop {
    border-radius: 5px;
    height: auto;
    margin: 2px auto auto;
    width: 585px;
}

#right_content_popup {
    background-color: #fff;
    border: 5px solid #666;
    border-radius: 10px;
    float: left;
    height: auto;
    margin-left: 15px;
    margin-top: 2px;
    min-height: 208px;
    overflow: auto;
    width: 509px;
}

.Customer_Register_new {
    background-color: #fff;
    color: #c83602;
    font-size: 15px;
    font-weight: 700;
    height: 22px;
    margin-left: 160px;
    margin-top: 4px;
    padding-left: 5px;
    text-align: center;
    text-decoration: underline;
    width: 173px;
}

#index_img_main {
    background: #fafaf9 none repeat scroll 0 0;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.search_text__main1_main {
    color: #424449;
    float: left;
    font-size: 12px;
    width: 90px;
}

a.boxcanceel {
    background: transparent url(/Images/canceel.png) no-repeat scroll left top;
    cursor: pointer;
    float: right;
    height: 22px;
    left: 0;
    position: relative;
    top: 0;
    width: 22px;
}

.model-close {
    margin-top: -12px !important;
}

.btncss23:hover {
    background: #910d27 linear-gradient(to bottom,#910d27,#910d27) repeat scroll 0 0 !important;
}

.icon-bar {
    background-color: #fff;
}

.social_icons {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    padding: 0;
    position: fixed;
    text-decoration: none;
    top: 242px;
    width: 38px;
    z-index: 1001;
}

.social_bar_new {
    padding: 6px;
}

.ErrorMsg {
    color: Red;
}

.fn li a:hover { /*color:#f6ff00!important*/
}

.fn li a {
    padding: 10px 16px;
    color: #fff !important;
    font-size: 15px;
    top: 21px;
}

.button_1_feedback {
    background-color: #bf7c07;
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    height: 23px;
    margin-right: 8px;
    margin-top: 21px;
    padding-bottom: 2px;
    text-align: center;
    text-shadow: .1em .1em .2em #666;
    width: 60px;
}

.refreshCode {
    width: 16px !important;
    height: 16px !important;
    margin-top: 50px;
}


.content-wrapper {
    margin-top: 0 !important;
    min-height: 550px;
    padding-bottom: 0;
}

.yearcheckdiv {
    width: 33%;
    position: relative;
    float: left;
    text-align: center;
    align-items: center;
}

.activePIPMenu {
    color: #125305 !important;
}

/*********Inline*****************/

/*********Default PIP*****************/
.pipamenu:hover {
    color: #302727 !important;
}

.paginatiion_search_page label {
    float: left;
    font-size: 14px;
    height: auto;
    line-height: 23px;
    margin-top: 5px;
}

.paginatiion_search_page .TreatmentLinks {
    font-size: 14px;
    height: auto;
    line-height: 23px;
    margin-top: 5px;
}

div#ctl00_PIPContentPlaceHolder_divTreatmentType .tblreview {
    margin-bottom: 20px;
    border: 1px solid #fff;
    border-radius: 4px;
}

.slides img {
    padding: 1px;
    border: 1px solid #000;
    margin: 1px;
    width: 254px !important;
}

.active {
    text-decoration: underline;
}

.massage_type2 {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-left: -13px;
}

.pip_link {
    color: #0571ff !important;
    transition: all .3s linear;
    text-shadow: 1px 0 #000;
    text-decoration: underline;
    letter-spacing: 1px;
}

    .pip_link:hover {
        color: #00f !important;
        transition: all .3s linear;
    }

.pip_link_bg {
    width: 520px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50px;
    padding: 8px 32px;
    background: radial-gradient(#fff,#ffb800);
    box-shadow: 0 -3px 4px #999;
}

.click {
    margin-left: 0 !important;
}


th {
    text-align: center !important;
}

.map_box {
    border: 5px solid #e0dbc6;
    border-radius: 10px;
    float: right;
    width: 100%;
    z-index: 1001;
}

div#map_container {
    height: 364px;
    width: 100%;
}

div#ctl00_ContentPlaceHolder1_dv_healthprob_medicine {
    width: 18%;
}

.question-dis {
    padding-left: 0%;
    float: left;
    padding: 10px 0px;
}

.answer-dis span {
    color: #590505;
    font-size: 14px;
}

.review_main_area_search span {
    font-size: 14px;
}

.footer-section {
    text-align: center;
}

.cover-footer-content .col-sm-4 {
    padding-bottom: 10PX;
}

.innertemplate_4 span {
    color: #2dabf9 !important;
    font-weight: 700;
    text-decoration: underline;
}

.innertemplate_2 span {
    color: #2dabf9 !important;
    font-weight: 700;
    text-decoration: underline;
}

@media screen and (max-width: 1200px) {
    .container {
        width: 100%;
    }
}

/*27-05-22 UPDATED CSS*/

.menutab {
    min-height: 62px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.menulbl {
    font-weight: 700;
    word-break: break-all;
}

#ctl00_Signups input:hover {
    background: #ff8a00 !important;
    border-color: #ff8a00;
}

.customer_name_review {
    font-weight: 700;
    margin-bottom: 6px;
    color: #069;
    font-size: 20px;
    font-family: Estrangelo Edessa;
    margin-left: 2px;
    margin-top: 5px;
}

.modal-body .form-control {
    margin-bottom: 1px;
}
.ui-datepicker-trigger {
    cursor: pointer;
    display: block;
    height: 20px;
    right: 24px;
    /* padding-bottom: 1px; */
    /* padding-left: 3px; */
    position: absolute;
    top: 23px;
    /* vertical-align: bottom; */
}

div#ctl00_divSeeker .menu ul li a {
    font-weight: 600;
    font-size: 14px;
    padding: 10px 10px;
}
.paginatiion_search_page td {
    padding: 8px 0px;
}

/*08-11-22*/

.pip-master2 {
    padding-bottom: 15px;
    padding-top: 15px;
}

/*02-02-2023*/

.skuTitle_reserve_table a {
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
    width: auto;
    margin-left: 3px;
    margin-top: 4px;
    font-family: 'Open Sans',sans-serif;
    padding: 5px;
    font-size: 12px;
}

.pip-master_3 {
    margin-left: 3px;
}

.form-control:focus {
    border-color: unset;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}