/* Minification failed. Returning unminified contents.
(19319,28): run-time error CSS1035: Expected colon, found 'width'
 */
/*! jQuery UI - v1.14.1 - 2024-10-30
* https://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 https://jqueryui.com/themeroller/?bgColorDefault=%23f6f6f6&borderColorDefault=%23c5c5c5&fcDefault=%23454545&bgColorHover=%23ededed&borderColorHover=%23cccccc&fcHover=%232b2b2b&bgColorActive=%23007fff&borderColorActive=%23003eff&fcActive=%23ffffff&bgColorHeader=%23e9e9e9&borderColorHeader=%23dddddd&fcHeader=%23333333&bgColorContent=%23ffffff&borderColorContent=%23dddddd&fcContent=%23333333&bgColorHighlight=%23fffa90&borderColorHighlight=%23dad55e&fcHighlight=%23777620&bgColorError=%23fddfdf&borderColorError=%23f1a899&fcError=%235f3f3f&bgColorOverlay=%23aaaaaa&opacityOverlay=.3&bgColorShadow=%23666666&opacityShadow=.3&offsetTopShadow=0px&offsetLeftShadow=0px&thicknessShadow=5px&cornerRadiusShadow=8px&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif&fwDefault=normal&cornerRadius=3px&bgTextureDefault=flat&bgTextureHover=flat&bgTextureActive=flat&bgTextureHeader=flat&bgTextureContent=flat&bgTextureHighlight=flat&bgTextureError=flat&bgTextureOverlay=flat&bgTextureShadow=flat&bgImgOpacityDefault=75&bgImgOpacityHover=75&bgImgOpacityActive=65&bgImgOpacityHeader=75&bgImgOpacityContent=75&bgImgOpacityHighlight=55&bgImgOpacityError=95&bgImgOpacityOverlay=0&bgImgOpacityShadow=0&iconColorActive=%23ffffff&iconColorContent=%23444444&iconColorDefault=%23777777&iconColorError=%23cc0000&iconColorHeader=%23444444&iconColorHighlight=%23777620&iconColorHover=%23555555&opacityOverlayPerc=30&opacityShadowPerc=30&bgImgUrlActive=&bgImgUrlContent=&bgImgUrlDefault=&bgImgUrlError=&bgImgUrlHeader=&bgImgUrlHighlight=&bgImgUrlHover=&bgImgUrlOverlay=&bgImgUrlShadow=&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&bgDefaultRepeat=&bgHoverRepeat=&bgActiveRepeat=&bgHeaderRepeat=&bgContentRepeat=&bgHighlightRepeat=&bgErrorRepeat=&bgOverlayRepeat=&bgShadowRepeat=&bgDefaultYPos=&bgHoverYPos=&bgActiveYPos=&bgHeaderYPos=&bgContentYPos=&bgHighlightYPos=&bgErrorYPos=&bgOverlayYPos=&bgShadowYPos=&bgDefaultXPos=&bgHoverXPos=&bgActiveXPos=&bgHeaderXPos=&bgContentXPos=&bgHighlightXPos=&bgErrorXPos=&bgOverlayXPos=&bgShadowXPos=
* Copyright OpenJS Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.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:before,
.ui-helper-clearfix:after {
    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;
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aaaaaa;
    opacity: .3;
}

.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;
    }

    .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;
    }

/* icon support */
.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item-wrapper {
        padding-left: 2em;
    }

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.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;
    user-select: none;
}

    .ui-button,
    .ui-button:link,
    .ui-button:visited,
    .ui-button:hover,
    .ui-button:active {
        text-decoration: none;
    }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

/* button icon element(s) */
.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;
}

/* workarounds */
/* Support: Firefox 5 - 125+ */
input.ui-button::-moz-focus-inner,
button.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:focus,
        .ui-controlgroup > .ui-controlgroup-item.ui-visual-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;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
    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-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-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-prev span,
    .ui-datepicker .ui-datepicker-next 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: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span,
        .ui-datepicker td a {
            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;
            }

    /* with multiple calendars */
    .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;
}

/* RTL support */
.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;
    }

/* Icons */
.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: none;
        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-se,
    .ui-dialog .ui-resizable-sw,
    .ui-dialog .ui-resizable-ne,
    .ui-dialog .ui-resizable-nw {
        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 {
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .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: 0.25;
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectable {
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.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: bold;
            line-height: 1.5;
            padding: 2px 0.4em;
            margin: 0.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: pointer;
        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-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 {
    touch-action: none;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    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;
}
/* more specificity required here to override default borders */
.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; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    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-tabs-active .ui-tabs-anchor,
            .ui-tabs .ui-tabs-nav li.ui-state-disabled .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: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 1em;
    }

    .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5;
    }

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

    .ui-widget-content a {
        color: #333333;
    }

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #333333;
    }

    /* Interaction states
----------------------------------*/
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default,
    .ui-button,
    /* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
    html .ui-button.ui-state-disabled:hover,
    html .ui-button.ui-state-disabled:active {
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        font-weight: normal;
        color: #454545;
    }

        .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,
        .ui-button {
            color: #454545;
            text-decoration: none;
        }

            .ui-state-hover,
            .ui-widget-content .ui-state-hover,
            .ui-widget-header .ui-state-hover,
            .ui-state-focus,
            .ui-widget-content .ui-state-focus,
            .ui-widget-header .ui-state-focus,
            .ui-button:hover,
            .ui-button:focus {
                border: 1px solid #cccccc;
                background: #ededed;
                font-weight: normal;
                color: #2b2b2b;
            }

                .ui-state-hover a,
                .ui-state-hover a:hover,
                .ui-state-hover a:link,
                .ui-state-hover a:visited,
                .ui-state-focus a,
                .ui-state-focus a:hover,
                .ui-state-focus a:link,
                .ui-state-focus a:visited,
                a.ui-button:hover,
                a.ui-button:focus {
                    color: #2b2b2b;
                    text-decoration: none;
                }

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    font-weight: 400;
    color: #212121;
}


    .ui-icon-background,
    .ui-state-active .ui-icon-background {
        border: #003eff;
        background-color: #ffffff;
    }

    .ui-state-active a,
    .ui-state-active a:link,
    .ui-state-active a:visited {
        color: #ffffff;
        text-decoration: none;
    }

/* Interaction Cues
----------------------------------*/
.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: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("thirdparty/jQueryUI/images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("thirdparty/jQueryUI/images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("thirdparty/jQueryUI/images/ui-icons_555555_256x240.png");
}

/*.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("thirdparty/jQueryUI/images/ui-icons_ffffff_256x240.png");
}*/

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("thirdparty/jQueryUI/images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("thirdparty/jQueryUI/images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("thirdparty/jQueryUI/images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
    background-image: none;
}

.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 is deprecated, use ui-icon-seek-start instead */
.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;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-shadow {
    box-shadow: 0px 0px 5px #666666;
}

/*!
 * jQuery UI Bootstrap (0.22)
 * http://addyosmani.github.com/jquery-ui-bootstrap
 *
 * Copyright 2012, Addy Osmani
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 * Portions copyright jQuery UI & Twitter Bootstrap
 */


/* Layout helpers
----------------------------------*/
.jqGrid_container.ui-helper-hidden { display: none; }
.jqGrid_container.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.jqGrid_container.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.jqGrid_container.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.jqGrid_container.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .jqGrid_container.ui-helper-clearfix { height:1%; }
.jqGrid_container.ui-helper-clearfix { display:block; }
/* end clearfix */
.jqGrid_container.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }



/* Interaction Cues
----------------------------------*/
.jqGrid_container.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.jqGrid_container.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.jqGrid_container.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller
 */


/* Component containers
----------------------------------*/
.jqGrid_container.ui-widget {   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:13px; }
.jqGrid_container.ui-widget .ui-widget { font-size: 1em; }
.jqGrid_container.ui-widget input, .jqGrid_container .ui-widget select, .jqGrid_container .ui-widget textarea, .jqGrid_container .ui-widget button { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1em; }
.jqGrid_container.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/HEALOW/fileman/css/images/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x; color: #404040; }
.jqGrid_container.ui-widget-content a { color: #404040; }
.jqGrid_container.ui-widget-header {
  font-weight:bold;
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border:1px solid #666;

 }
.jqGrid_container.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.jqGrid_container .ui-state-default,.jqGrid_container .ui-widget-content .ui-state-default, .jqGrid_container .ui-widget-header .ui-state-default {

  border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #333;
    font-size: 13px;
    line-height: normal;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear background-image;
    -moz-transition: 0.1s linear background-image;
    -ms-transition: 0.1s linear background-image;
    -o-transition: 0.1s linear background-image;
    transition: 0.1s linear background-image;
    overflow: visible;
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}


.jqGrid_container .ui-state-default a, .jqGrid_container .ui-state-default a:link, .jqGrid_container .ui-state-default a:visited { color: #555555; text-decoration: none; }
.jqGrid_container .ui-state-hover, .jqGrid_container .ui-widget-content .ui-state-hover, .jqGrid_container .ui-widget-header .ui-state-hover, .jqGrid_container .ui-state-focus, .jqGrid_container .ui-widget-content .ui-state-focus, .jqGrid_container .ui-widget-header .ui-state-focus {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;


 }
.jqGrid_container .ui-state-hover a, .jqGrid_container .ui-state-hover a:hover, .jqGrid_container .ui-state-hover a:link, .jqGrid_container .ui-state-hover a:visited { color: #212121/*{fcHover}*/; text-decoration: none; }
.jqGrid_container .ui-state-active, .jqGrid_container .ui-widget-content .ui-state-active, .jqGrid_container .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa;  font-weight: normal; color: #212121; }
.jqGrid_container .ui-state-active a, .jqGrid_container .ui-state-active a:link, .jqGrid_container .ui-state-active a:visited { color: #212121; text-decoration: none; }
.jqGrid_container .ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/


.jqGrid_container .ui-state-highlight p, .jqGrid_container .ui-state-error p, .jqGrid_container .ui-state-default p{
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	margin:7px 15px;
}
.jqGrid_container .ui-state-highlight, .jqGrid_container .ui-widget-content .ui-state-highlight, .jqGrid_container .ui-widget-header .ui-state-highlight  {


  border-left: 1px solid #eedc94;
    border-right: 1px solid #eedc94;
    border-top: 1px solid #eedc94;
    border-bottom: 1px solid #e4c652;
    position: relative;
    margin-bottom: 18px;
    color: #404040;
    background-color: #eedc94;
    background-repeat: repeat-x;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    background-image: linear-gradient(top, #fceec1, #eedc94);
}
.jqGrid_container .ui-state-highlight a, .jqGrid_container .ui-widget-content .ui-state-highlight a,.jqGrid_container .ui-widget-header .ui-state-highlight a { color: #363636; }
.jqGrid_container .ui-state-error, .jqGrid_container .ui-widget-content .ui-state-error, .jqGrid_container .ui-widget-header .ui-state-error {


  border-left: 1px solid #c43c35;
    border-right: 1px solid #c43c35;
    border-top: 1px solid #c43c35;
    border-bottom: 1px solid #882a25;
    position: relative;
    margin-bottom: 18px;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    background-color: #c43c35;
    background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(top, #ee5f5b, #c43c35);
}
.jqGrid_container .ui-state-error a, .jqGrid_container .ui-widget-content .ui-state-error a,.jqGrid_container .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.jqGrid_container .ui-state-error-text, .jqGrid_container .ui-widget-content .ui-state-error-text, .jqGrid_container .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.jqGrid_container .ui-priority-primary, .jqGrid_container .ui-widget-content .ui-priority-primary, .jqGrid_container .ui-widget-header .ui-priority-primary { font-weight: bold; }
.jqGrid_container .ui-priority-secondary, .jqGrid_container .ui-widget-content .ui-priority-secondary,  .jqGrid_container .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.jqGrid_container .ui-state-disabled, .jqGrid_container .ui-widget-content .jqGrid_container .ui-state-disabled, .jqGrid_container .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none;  }
.jqGrid_container .ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */


/* Icons
----------------------------------*/

/* states and images */
.jqGrid_container .ui-icon { width: 16px; height: 16px; background-image: url(/HEALOW/fileman/css/images/ui-icons_222222_256x240.png); }
.jqGrid_container .ui-widget-content .ui-icon {background-image: url(/HEALOW/fileman/css/images/ui-icons_222222_256x240.png); }
.jqGrid_container .ui-widget-header .ui-icon {background-image: url(/HEALOW/fileman/css/images/ui-icons_222222_256x240.png); }
.jqGrid_container .ui-state-default .ui-icon { background-image: url(/HEALOW/fileman/css/images/ui-icons_888888_256x240.png); }
.jqGrid_container .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/HEALOW/fileman/css/images/ui-icons_454545_256x240.png); }
.jqGrid_container .ui-state-active .ui-icon {background-image: url(/HEALOW/fileman/css/images/ui-icons_454545_256x240.png); }
.jqGrid_container .ui-state-highlight .ui-icon {background-image: url(/HEALOW/fileman/css/images/ui-icons_2e83ff_256x240.png); }
.jqGrid_container .ui-state-error .ui-icon,.jqGrid_container  .ui-state-error-text .ui-icon {background-image: url(/HEALOW/fileman/css/images/ui-icons_f6cf3b_256x240.png); }

/* positioning */
.jqGrid_container .ui-icon-carat-1-n { background-position: 0 0; }
.jqGrid_container .ui-icon-carat-1-ne { background-position: -16px 0; }
.jqGrid_container .ui-icon-carat-1-e { background-position: -32px 0; }
.jqGrid_container .ui-icon-carat-1-se { background-position: -48px 0; }
.jqGrid_container .ui-icon-carat-1-s { background-position: -64px 0; }
.jqGrid_container .ui-icon-carat-1-sw { background-position: -80px 0; }
.jqGrid_container .ui-icon-carat-1-w { background-position: -96px 0; }
.jqGrid_container .ui-icon-carat-1-nw { background-position: -112px 0; }
.jqGrid_container .ui-icon-carat-2-n-s { background-position: -128px 0; }
.jqGrid_container .ui-icon-carat-2-e-w { background-position: -144px 0; }
.jqGrid_container .ui-icon-triangle-1-n { background-position: 0 -16px; }
.jqGrid_container .ui-icon-triangle-1-ne { background-position: -16px -16px; }
.jqGrid_container .ui-icon-triangle-1-e { background-position: -32px -16px; }
.jqGrid_container .ui-icon-triangle-1-se { background-position: -48px -16px; }
.jqGrid_container .ui-icon-triangle-1-s { background-position: -64px -16px; }
.jqGrid_container .ui-icon-triangle-1-sw { background-position: -80px -16px; }
.jqGrid_container .ui-icon-triangle-1-w { background-position: -96px -16px; }
.jqGrid_container .ui-icon-triangle-1-nw { background-position: -112px -16px; }
.jqGrid_container .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.jqGrid_container .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.jqGrid_container .ui-icon-arrow-1-n { background-position: 0 -32px; }
.jqGrid_container .ui-icon-arrow-1-ne { background-position: -16px -32px; }
.jqGrid_container .ui-icon-arrow-1-e { background-position: -32px -32px; }
.jqGrid_container .ui-icon-arrow-1-se { background-position: -48px -32px; }
.jqGrid_container .ui-icon-arrow-1-s { background-position: -64px -32px; }
.jqGrid_container .ui-icon-arrow-1-sw { background-position: -80px -32px; }
.jqGrid_container .ui-icon-arrow-1-w { background-position: -96px -32px; }
.jqGrid_container .ui-icon-arrow-1-nw { background-position: -112px -32px; }
.jqGrid_container .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.jqGrid_container .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.jqGrid_container .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.jqGrid_container .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.jqGrid_container .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.jqGrid_container .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.jqGrid_container .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.jqGrid_container .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.jqGrid_container .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.jqGrid_container .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.jqGrid_container .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.jqGrid_container .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.jqGrid_container .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.jqGrid_container .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.jqGrid_container .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.jqGrid_container .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.jqGrid_container .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.jqGrid_container .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.jqGrid_container .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.jqGrid_container .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.jqGrid_container .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.jqGrid_container .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.jqGrid_container .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.jqGrid_container .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.jqGrid_container .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.jqGrid_container .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.jqGrid_container .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.jqGrid_container .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.jqGrid_container .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.jqGrid_container .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.jqGrid_container .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.jqGrid_container .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.jqGrid_container .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.jqGrid_container .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.jqGrid_container .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.jqGrid_container .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.jqGrid_container .ui-icon-arrow-4 { background-position: 0 -80px; }
.jqGrid_container .ui-icon-arrow-4-diag { background-position: -16px -80px; }
.jqGrid_container .ui-icon-extlink { background-position: -32px -80px; }
.jqGrid_container .ui-icon-newwin { background-position: -48px -80px; }
.jqGrid_container .ui-icon-refresh { background-position: -64px -80px; }
.jqGrid_container .ui-icon-shuffle { background-position: -80px -80px; }
.jqGrid_container .ui-icon-transfer-e-w { background-position: -96px -80px; }
.jqGrid_container .ui-icon-transferthick-e-w { background-position: -112px -80px; }
.jqGrid_container .ui-icon-folder-collapsed { background-position: 0 -96px; }
.jqGrid_container .ui-icon-folder-open { background-position: -16px -96px; }
.jqGrid_container .ui-icon-document { background-position: -32px -96px; }
.jqGrid_container .ui-icon-document-b { background-position: -48px -96px; }
.jqGrid_container .ui-icon-note { background-position: -64px -96px; }
.jqGrid_container .ui-icon-mail-closed { background-position: -80px -96px; }
.jqGrid_container .ui-icon-mail-open { background-position: -96px -96px; }
.jqGrid_container .ui-icon-suitcase { background-position: -112px -96px; }
.jqGrid_container .ui-icon-comment { background-position: -128px -96px; }
.jqGrid_container .ui-icon-person { background-position: -144px -96px; }
.jqGrid_container .ui-icon-print { background-position: -160px -96px; }
.jqGrid_container .ui-icon-trash { background-position: -176px -96px; }
.jqGrid_container .ui-icon-locked { background-position: -192px -96px; }
.jqGrid_container .ui-icon-unlocked { background-position: -208px -96px; }
.jqGrid_container .ui-icon-bookmark { background-position: -224px -96px; }
.jqGrid_container .ui-icon-tag { background-position: -240px -96px; }
.jqGrid_container .ui-icon-home { background-position: 0 -112px; }
.jqGrid_container .ui-icon-flag { background-position: -16px -112px; }
.jqGrid_container .ui-icon-calendar { background-position: -32px -112px; }
.jqGrid_container .ui-icon-cart { background-position: -48px -112px; }
.jqGrid_container .ui-icon-pencil { background-position: -64px -112px; }
.jqGrid_container .ui-icon-clock { background-position: -80px -112px; }
.jqGrid_container .ui-icon-disk { background-position: -96px -112px; }
.jqGrid_container .ui-icon-calculator { background-position: -112px -112px; }
.jqGrid_container .ui-icon-zoomin { background-position: -128px -112px; }
.jqGrid_container .ui-icon-zoomout { background-position: -144px -112px; }
.jqGrid_container .ui-icon-search { background-position: -160px -112px; }
.jqGrid_container .ui-icon-wrench { background-position: -176px -112px; }
.jqGrid_container .ui-icon-gear { background-position: -192px -112px; }
.jqGrid_container .ui-icon-heart { background-position: -208px -112px; }
.jqGrid_container .ui-icon-star { background-position: -224px -112px; }
.jqGrid_container .ui-icon-link { background-position: -240px -112px; }
.jqGrid_container .ui-icon-cancel { background-position: 0 -128px; }
.jqGrid_container .ui-icon-plus { background-position: -16px -128px; }
.jqGrid_container .ui-icon-plusthick { background-position: -32px -128px; }
.jqGrid_container .ui-icon-minus { background-position: -48px -128px; }
.jqGrid_container .ui-icon-minusthick { background-position: -64px -128px; }
.jqGrid_container .ui-icon-close { background-position: -80px -128px; }
.jqGrid_container .ui-icon-closethick { background-position: -96px -128px; }
.jqGrid_container .ui-icon-key { background-position: -112px -128px; }
.jqGrid_container .ui-icon-lightbulb { background-position: -128px -128px; }
.jqGrid_container .ui-icon-scissors { background-position: -144px -128px; }
.jqGrid_container .ui-icon-clipboard { background-position: -160px -128px; }
.jqGrid_container .ui-icon-copy { background-position: -176px -128px; }
.jqGrid_container .ui-icon-contact { background-position: -192px -128px; }
.jqGrid_container .ui-icon-image { background-position: -208px -128px; }
.jqGrid_container .ui-icon-video { background-position: -224px -128px; }
.jqGrid_container .ui-icon-script { background-position: -240px -128px; }
.jqGrid_container .ui-icon-alert { background-position: 0 -144px; }
.jqGrid_container .ui-icon-info { background-position: -16px -144px; }
.jqGrid_container .ui-icon-notice { background-position: -32px -144px; }
.jqGrid_container .ui-icon-help { background-position: -48px -144px; }
.jqGrid_container .ui-icon-check { background-position: -64px -144px; }
.jqGrid_container .ui-icon-bullet { background-position: -80px -144px; }
.jqGrid_container .ui-icon-radio-off { background-position: -96px -144px; }
.jqGrid_container .ui-icon-radio-on { background-position: -112px -144px; }
.jqGrid_container .ui-icon-pin-w { background-position: -128px -144px; }
.jqGrid_container .ui-icon-pin-s { background-position: -144px -144px; }
.jqGrid_container .ui-icon-play { background-position: 0 -160px; }
.jqGrid_container .ui-icon-pause { background-position: -16px -160px; }
.jqGrid_container .ui-icon-seek-next { background-position: -32px -160px; }
.jqGrid_container .ui-icon-seek-prev { background-position: -48px -160px; }
.jqGrid_container .ui-icon-seek-end { background-position: -64px -160px; }
.jqGrid_container .ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.jqGrid_container .ui-icon-seek-first { background-position: -80px -160px; }
.jqGrid_container .ui-icon-stop { background-position: -96px -160px; }
.jqGrid_container .ui-icon-eject { background-position: -112px -160px; }
.jqGrid_container .ui-icon-volume-off { background-position: -128px -160px; }
.jqGrid_container .ui-icon-volume-on { background-position: -144px -160px; }
.jqGrid_container .ui-icon-power { background-position: 0 -176px; }
.jqGrid_container .ui-icon-signal-diag { background-position: -16px -176px; }
.jqGrid_container .ui-icon-signal { background-position: -32px -176px; }
.jqGrid_container .ui-icon-battery-0 { background-position: -48px -176px; }
.jqGrid_container .ui-icon-battery-1 { background-position: -64px -176px; }
.jqGrid_container .ui-icon-battery-2 { background-position: -80px -176px; }
.jqGrid_container .ui-icon-battery-3 { background-position: -96px -176px; }
.jqGrid_container .ui-icon-circle-plus { background-position: 0 -192px; }
.jqGrid_container .ui-icon-circle-minus { background-position: -16px -192px; }
.jqGrid_container .ui-icon-circle-close { background-position: -32px -192px; }
.jqGrid_container .ui-icon-circle-triangle-e { background-position: -48px -192px; }
.jqGrid_container .ui-icon-circle-triangle-s { background-position: -64px -192px; }
.jqGrid_container .ui-icon-circle-triangle-w { background-position: -80px -192px; }
.jqGrid_container .ui-icon-circle-triangle-n { background-position: -96px -192px; }
.jqGrid_container .ui-icon-circle-arrow-e { background-position: -112px -192px; }
.jqGrid_container .ui-icon-circle-arrow-s { background-position: -128px -192px; }
.jqGrid_container .ui-icon-circle-arrow-w { background-position: -144px -192px; }
.jqGrid_container .ui-icon-circle-arrow-n { background-position: -160px -192px; }
.jqGrid_container .ui-icon-circle-zoomin { background-position: -176px -192px; }
.jqGrid_container .ui-icon-circle-zoomout { background-position: -192px -192px; }
.jqGrid_container .ui-icon-circle-check { background-position: -208px -192px; }
.jqGrid_container .ui-icon-circlesmall-plus { background-position: 0 -208px; }
.jqGrid_container .ui-icon-circlesmall-minus { background-position: -16px -208px; }
.jqGrid_container .ui-icon-circlesmall-close { background-position: -32px -208px; }
.jqGrid_container .ui-icon-squaresmall-plus { background-position: -48px -208px; }
.jqGrid_container .ui-icon-squaresmall-minus { background-position: -64px -208px; }
.jqGrid_container .ui-icon-squaresmall-close { background-position: -80px -208px; }
.jqGrid_container .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.jqGrid_container .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.jqGrid_container .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.jqGrid_container .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.jqGrid_container .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.jqGrid_container .ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.jqGrid_container .ui-corner-all, .jqGrid_container .ui-corner-top, .jqGrid_container .ui-corner-left,.jqGrid_container .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.jqGrid_container .ui-corner-all, .jqGrid_container .ui-corner-top, .jqGrid_container .ui-corner-right,.jqGrid_container .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.jqGrid_container .ui-corner-all, .jqGrid_container .ui-corner-bottom, .jqGrid_container .ui-corner-left,.jqGrid_container .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.jqGrid_container .ui-corner-all, .jqGrid_container .ui-corner-bottom, .jqGrid_container .ui-corner-right, .jqGrid_container .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }


/* Overlays */
.jqGrid_container .ui-widget-overlay { background: #aaaaaa url(/HEALOW/fileman/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.jqGrid_container .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/HEALOW/fileman/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.jqGrid_container .ui-resizable { position: relative;}
.jqGrid_container .ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.jqGrid_container .ui-resizable-disabled .ui-resizable-handle,.jqGrid_container .ui-resizable-autohide .ui-resizable-handle { display: none; }
.jqGrid_container .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.jqGrid_container .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.jqGrid_container .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.jqGrid_container .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.jqGrid_container .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.jqGrid_container .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.jqGrid_container .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.jqGrid_container .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.jqGrid_container .ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.9.0
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.jqGrid_container .ui-accordion { width: 100%; }
.jqGrid_container .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; font-weight:bold; }
.jqGrid_container .ui-accordion .ui-accordion-li-fix { display: inline; }
.jqGrid_container .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.jqGrid_container .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 1.7em; }
.jqGrid_container .ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.jqGrid_container .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.jqGrid_container .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; }
.jqGrid_container .ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.jqGrid_container .ui-autocomplete { 
	position: absolute; 
	top: 0;
	left: 0;
	cursor: default; 
}

/* workarounds */
* html .jqGrid_container .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.9.0
 *
 * Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */

.jqGrid_container .ui-menu { list-style:none; padding: 2px; margin: 0; display:block; float:left; outline: none; }
.jqGrid_container .ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.jqGrid_container .ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1;float: left;clear: left; width: 100%; }
.jqGrid_container .ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.jqGrid_container .ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
.jqGrid_container .ui-menu .ui-menu-item a.ui-state-focus,
.jqGrid_container .ui-menu .ui-menu-item a.ui-state-active { 
  background-position: 0% 0%;
    font-weight: normal; 
    margin: 0; 
    color: #ffffff;
    background-color: #0064cd;
    background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(top, #049cdb, #0064cd);
    border-left-color: #0064cd;
    border-right-color: #0064cd;
    border-top-color: #0064cd;
    border-bottom-color: #003f81;
    background-attachment: scroll;
}
/* Fix problem with border in ui-state-active */
.jqGrid_container .ui-menu .ui-menu-item a.ui-state-active {
  padding: 1px .4em;
}

.jqGrid_container .ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.jqGrid_container .ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */
.jqGrid_container .ui-menu-icons { position: relative; }
.jqGrid_container .ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }

/* left-aligned */
.jqGrid_container .ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }

/* right-aligned */
.jqGrid_container .ui-menu .ui-menu-icon { position: static; float: right; }

.jqGrid_container .ui-menu { width: 200px; margin-bottom: 2em; }

/*
 * jQuery UI Button 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.jqGrid_container .ui-button {

  border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    cursor: pointer;
    display: inline-block;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    padding: 5px 14px 6px;
    margin: 0;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #333;
    font-size: 13px;
    line-height: normal;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear background-image;
    -moz-transition: 0.1s linear background-image;
    -ms-transition: 0.1s linear background-image;
    -o-transition: 0.1s linear background-image;
    transition: 0.1s linear background-image;
    overflow: visible;
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
} /* the overflow property removes extra width in IE */

.jqGrid_container .ui-button-primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(top, #049cdb, #0064cd);
    border-left-color: #0064cd;
    border-right-color: #0064cd;
    border-top-color: #0064cd;
    border-bottom-color: #003f81;
}



.jqGrid_container .ui-button-success{
  color:#ffffff;
  background-color: #57a957;
  background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(top, #62c462, #57a957);
    border-left-color: #57a957;
    border-right-color: #57a957;
    border-top-color: #57a957;
    border-bottom-color: #3d773d;
}

.jqGrid_container .ui-button-error{
  color:#ffffff;
  background-color: #c43c35;
  background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(top, #ee5f5b, #c43c35);
    border-left-color: #c43c35;
    border-right-color: #c43c35;
    border-top-color: #c43c35;
    border-bottom-color: #882a25;
}

.jqGrid_container .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button .jqGrid_container .ui-button-icon-only { } /* button elements seem to need a little more width */
.jqGrid_container .ui-button-icons-only { width: 3.4em; }
button .jqGrid_container .ui-button-icons-only { width: 3.7em; }

/*button text element */

.jqGrid_container .ui-button .ui-button-text { display: block;   }
.jqGrid_container .ui-button-text-only .ui-button-text {  }
.jqGrid_container .ui-button-icon-only .ui-button-text, .jqGrid_container .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; /*tempfix*/ display:none;}
.jqGrid_container .ui-button-text-icon-primary .ui-button-text, .jqGrid_container .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.jqGrid_container .ui-button-text-icon-secondary .ui-button-text, .jqGrid_container .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.jqGrid_container .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
/* input.ui-button { padding: .4em 1em; } */

/*button icon element(s) */
.jqGrid_container .ui-button-icon-only .ui-icon, .jqGrid_container .ui-button-text-icon-primary .ui-icon, .jqGrid_container .ui-button-text-icon-secondary .ui-icon, .jqGrid_container .ui-button-text-icons .ui-icon, .jqGrid_container .ui-button-icons-only .ui-icon { top: 50%; margin-top:-3px; margin-bottom:3px; }
.jqGrid_container .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.jqGrid_container .ui-button-text-icon-primary .ui-button-icon-primary, .jqGrid_container .ui-button-text-icons .ui-button-icon-primary, .jqGrid_container .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.jqGrid_container .ui-button-text-icon-secondary .ui-button-icon-secondary, .jqGrid_container .ui-button-text-icons .ui-button-icon-secondary, .jqGrid_container .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.jqGrid_container .ui-button-text-icons .ui-button-icon-secondary, .jqGrid_container .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/


.jqGrid_container .ui-buttonset { margin-right: 7px; }
.jqGrid_container .ui-buttonset .ui-state-active {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(top, #049cdb, #0064cd);
    border-left-color: #0064cd;
    border-right-color: #0064cd;
    border-top-color: #0064cd;
    border-bottom-color: #003f81;
}
.jqGrid_container .ui-buttonset .ui-button { margin-left: 0; margin-right: -.4em; }

/* workarounds */
button .jqGrid_container .ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */

/*
 * jQuery UI spinner 1.9.0
 *
 * Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */

.jqGrid_container .ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
.jqGrid_container .ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
.jqGrid_container .ui-spinner{}
.jqGrid_container .ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
.jqGrid_container .ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
.jqGrid_container .ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
.jqGrid_container .ui-spinner-up { top: 0; }
.jqGrid_container .ui-spinner-down { bottom: 0; }

/* TR overrides */
.jqGrid_container .ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position:-65px -16px;
}

/*
 * jQuery UI Dialog 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.jqGrid_container .ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; width: 300px; overflow: hidden; outline: 0; }
.jqGrid_container .ui-dialog .ui-dialog-titlebar { /*padding: .4em 1em;*/

  position: relative;
  padding:5px 15px;

  border:0px 0px 0px 1px solid;
  border-color: white;
  padding: 5px 15px;
  font-size: 18px;
  text-decoration:none;
  background:none;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -khtml-border-bottom-right-radius: 0px;

  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -khtml-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;

  border-bottom:1px solid #ccc;

}
.jqGrid_container .ui-dialog .ui-dialog-title {
  float: left;
  color:#404040;
  font-weight:bold;
  margin-top:5px;
  margin-bottom:5px;
  padding:5px;

}
.jqGrid_container .ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}

.jqGrid_container .ui-dialog .ui-dialog-titlebar-close span { 
  display: block; 
  margin: 1px;
  text-indent: 9999px;
}

.jqGrid_container .ui-dialog .ui-dialog-titlebar-close:hover, .jqGrid_container .ui-dialog .ui-dialog-titlebar-close:focus { padding: 1px;   filter: alpha(opacity=90);
  -khtml-opacity: 0.90;
  -moz-opacity: 0.90;
  opacity: 0.90;   }

.jqGrid_container .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }

.jqGrid_container .ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  background-color: #f5f5f5;
  padding: 5px 15px 5px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
  margin-bottom: 0;

}
.jqGrid_container .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.jqGrid_container .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.jqGrid_container .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.jqGrid_container .ui-draggable .ui-dialog-titlebar { cursor: move; }

.jqGrid_container .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button{
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(top, #049cdb, #0064cd);
    border-left-color: #0064cd;
    border-right-color: #0064cd;
    border-top-color: #0064cd;
    border-bottom-color: #003f81;
}
/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.jqGrid_container .ui-slider { position: relative; text-align: left; }
.jqGrid_container .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.jqGrid_container .ui-slider .ui-slider-range { border-left: 0 none #0064cd;
    border-right: 0 none #0064cd;
    border-top: 0 none #0064cd;
    border-bottom: 0 none #003f81;
    position: absolute; z-index: 1; font-size: .7em; display: block; background-position: 0 0;

    color: #ffffff;
    background-color: #0064cd;
    background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(top, #049cdb, #0064cd);
}

.jqGrid_container .ui-slider-horizontal { height: .8em; }
.jqGrid_container .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.jqGrid_container .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.jqGrid_container .ui-slider-horizontal .ui-slider-range-min { left: 0; }
.jqGrid_container .ui-slider-horizontal .ui-slider-range-max { right: 0; }

.jqGrid_container .ui-slider-vertical { width: .8em; height: 100px; }
.jqGrid_container .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.jqGrid_container .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.jqGrid_container .ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.jqGrid_container .ui-slider-vertical .ui-slider-range-max { top: 0; }

/*
 * jQuery UI Tabs 1.9.2
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/tabs/
 */
 .jqGrid_container .ui-tabs .ui-tabs-nav{ background:none; border-color: #ddd;border-style: solid;border-width: 0 0 1px;}
.jqGrid_container .ui-tabs { position: relative; padding: .2em; zoom: 1; border:0px;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */


.jqGrid_container .ui-tabs .ui-tabs-nav li:hover, .jqGrid_container .ui-tabs .ui-tabs-nav li a:hover{
  background:whiteSmoke;
  border-bottom:1px solid #ddd;
  padding-bottom:0px;
   color:#00438A;
}

.jqGrid_container .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; border-bottom:1px solid #DDD; }
.jqGrid_container .ui-tabs .ui-tabs-nav li {  text-decoration: none; list-style: none; float: left; position: relative; top: 1px; padding: 0px 0px 1px 0px; white-space: nowrap; background:none; border:0px; }

.jqGrid_container .ui-tabs-nav .ui-state-default{
  -webkit-box-shadow: 0px 0px 0px #ffffff; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: 0px 0px 0px #ffffff; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 0px #ffffff; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
.jqGrid_container .ui-tabs .ui-tabs-nav li a {
  float: left;
  text-decoration: none;
  cursor: text;
  padding: 0 15px;
  margin-right: 2px;
  line-height: 34px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;


 }

.jqGrid_container .ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: 0; padding-bottom: 0px; outline:none;}
.jqGrid_container .ui-tabs .ui-tabs-nav li.ui-tabs-active , .jqGrid_container .ui-tabs .ui-tabs-nav li.ui-state-disabled a,.jqGrid_container .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: #ffffff;
  cursor: default;
  color:gray;
  outline:none;
}
.jqGrid_container .ui-tabs .ui-tabs-nav li.ui-tabs-active a{background-color: #ffffff;outline:none;border:none;}
.jqGrid_container .ui-tabs .ui-tabs-nav li.ui-tabs-active:hover{
  background:#ffffff;
  outline:none;
  margin-bottom:0px;
}
.jqGrid_container .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.jqGrid_container .ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; color:#0069D6; background:none; font-weight:normal; margin-bottom:-1px;}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs-panel .ui-button{text-decoration:none;}
.ui-tabs .ui-tabs-hide { display: none !important; }


/* IE fix for background inheritance from ui-widget*/
.jqGrid_container .ui-tabs .ui-tabs-nav li{
  filter:none;
}

/*
 * jQuery UI Tooltip 1.9.0
 *
 * Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/tooltip/
 */
.jqGrid_container .ui-tooltip {
    padding:8px;
    position:absolute;
    z-index:9999;
    max-width: 300px;
    -o-box-shadow: 0 0 5px #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
    -webkit-box-shadow: 0 0 5px #ddd;
    /*box-shadow: 0 2px 5px #ddd;*/
    box-shadow: inset 0 1px 0 #ffffff;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .jqGrid_container .ui-tooltip {
    background-image: none;
}
body .jqGrid_container .ui-tooltip { border-width:2px; }

/*
 * jQuery UI Datepicker 1.9.0
 *
 * Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/datepicker/
 */
.jqGrid_container .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.jqGrid_container .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; border:0px; font-weight: bold; width: 100%; padding: 4px 0; background-color: #f5f5f5; color: #808080; }
.jqGrid_container .ui-datepicker .ui-datepicker-prev, .jqGrid_container .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }

.jqGrid_container .ui-datepicker .ui-datepicker-prev-hover,.jqGrid_container .ui-datepicker .ui-datepicker-next-hover { /*top: 1px;*/ }
.jqGrid_container .ui-datepicker .ui-datepicker-prev { left:2px; }
.jqGrid_container .ui-datepicker .ui-datepicker-next { right:2px; }

.jqGrid_container .ui-datepicker .ui-datepicker-prev-hover { /*left:1px;*/ }
.jqGrid_container .ui-datepicker .ui-datepicker-next-hover { /*right:1px;*/ }

.jqGrid_container .ui-datepicker .ui-datepicker-prev span, .jqGrid_container.ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.jqGrid_container .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.jqGrid_container .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.jqGrid_container .ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.jqGrid_container .ui-datepicker select.ui-datepicker-month,
.jqGrid_container .ui-datepicker select.ui-datepicker-year { width: 49%;}
.jqGrid_container .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.jqGrid_container .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.jqGrid_container .ui-datepicker td { border: 0; padding: 1px; }
.jqGrid_container .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.jqGrid_container .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; }
.jqGrid_container .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.jqGrid_container .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.jqGrid_container .ui-datepicker.ui-datepicker-multi { width:auto; }
.jqGrid_container .ui-datepicker-multi .ui-datepicker-group { float:left; }
.jqGrid_container .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.jqGrid_container .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.jqGrid_container .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.jqGrid_container .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.jqGrid_container .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.jqGrid_container .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.jqGrid_container .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.jqGrid_container .ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.jqGrid_container .ui-datepicker-rtl { direction: rtl; }
.jqGrid_container .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.jqGrid_container .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.jqGrid_container .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.jqGrid_container .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.jqGrid_container .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.jqGrid_container .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.jqGrid_container .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.jqGrid_container .ui-datepicker-rtl .ui-datepicker-group { float:right; }
.jqGrid_container .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.jqGrid_container .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.jqGrid_container .ui-datepicker-cover {
  display: none; /*sorry for IE5*/
  display/**/: block; /*sorry for IE5*/
  position: absolute; /*must have*/
  z-index: -1; /*must have*/
  filter: mask(); /*must have*/
  top: -4px; /*must have*/
  left: -4px; /*must have*/
  width: 200px; /*must have*/
  height: 200px; /*must have*/
}

.jqGrid_container .ui-datepicker th{
  font-weight: bold;
  color: gray;
}

.jqGrid_container .ui-datepicker-today a:hover{
  background-color: #808080;
  color: #ffffff;

}
.jqGrid_container .ui-datepicker-today a{
  background-color: #BFBFBF;
  cursor: pointer;
  padding: 0 4px;
  margin-bottom:0px;

}


.jqGrid_container .ui-datepicker td a{
  margin-bottom:0px;
  border:0px;
}

.jqGrid_container .ui-datepicker td:hover{
    color: #ffffff;
}

.jqGrid_container .ui-datepicker td .ui-state-default {
  border:0px;
  background:none;
  margin-bottom:0px;
  padding:5px;
  color:gray;
  text-align: center;
  filter:none;
}


.jqGrid_container .ui-datepicker td .ui-state-active{
  background:#BFBFBF;
  margin-bottom:0px;
  font-size:normal;
  text-shadow: 0px;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.jqGrid_container .ui-datepicker td .ui-state-hover {
    background-position: 0% 0%;
    color: #ffffff;
    background-color: #0064cd;
    background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    background-image: linear-gradient(top, #049cdb, #0064cd);
    border-left-color: #0064cd;
    border-right-color: #0064cd;
    border-top-color: #0064cd;
    border-bottom-color: #003f81;
    background-attachment: scroll;
}

/*
 * jQuery UI Progressbar 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.jqGrid_container .ui-progressbar { height:2em; text-align: left; }
.jqGrid_container .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%;

/*this can be removed if ui-widget-header is blue*/
    color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(top, #049cdb, #0064cd);
    border-left-color: #0064cd;
    border-right-color: #0064cd;
    border-top-color: #0064cd;
    border-bottom-color: #003f81;
}



/*** Input field styling from Bootstrap **/
 .jqGrid_container input, textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.jqGrid_container input:focus,.jqGrid_container  textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
.jqGrid_container input[type=file]:focus, .jqGrid_container input[type=checkbox]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}

.jqGrid_container input[type="text"],
.jqGrid_container input[type="password"],
.jqGrid_container .ui-autocomplete-input,
.jqGrid_container textarea,
.jqGrid_container .uneditable-input {
  display: inline-block;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}



/**Toolbar**/

.jqGrid_container .ui-toolbar{
  padding: 7px 14px;
  margin: 0 0 18px;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    background-image: linear-gradient(top, #ffffff, #f5f5f5);
}


/***Dialog fixes**/

.jqGrid_container .ui-dialog-buttonset .ui-button:nth-child(2){
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
   overflow: visible;
}



/***Wijmo Theming**/

.jqGrid_container div.wijmo-wijmenu{
  padding:0 20px;
  background-color: #222;
  background-color: #222222;
  background-repeat: repeat-x;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(top, #333333, #222222);
}

.jqGrid_container .wijmo-wijmenu .ui-state-default{
  box-shadow: none;
  color:#BFBFBF;
}

.jqGrid_container .wijmo-wijmenu .ui-state-default .wijmo-wijmenu-text{    
  color:#BFBFBF;
}

.jqGrid_container .wijmo-wijmenu .ui-state-hover{
  background: #444;
  background: rgba(255, 255, 255, 0.05);
}

.jqGrid_container .wijmo-wijmenu .ui-state-hover .wijmo-wijmenu-text{
  color:#ffffff;
}

.jqGrid_container div.wijmo-wijmenu .ui-widget-header h3{
  position: relative;
  margin-top:1px;
  padding:0;
}

.jqGrid_container .wijmo-wijmenu h3 a{
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  margin-left: -20px;
  margin-top:1px;
  padding: 8px 20px 12px;
}

.jqGrid_container .wijmo-wijmenu h3 a:hover{
  background-color: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
  text-decoration: none;
}

.jqGrid_container .wijmo-wijmenu .ui-widget-header{
  border:0px;
}

.jqGrid_container .wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child{
  padding: 0.3em 0;
}

.jqGrid_container div.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child{
  background: #333;
  border:0;
  margin:0;
  padding: 6px 0;
  width:160px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.jqGrid_container div.wijmo-wijmenu .wijmo-wijmenu-item{
  margin:0;
  border:0;
}

.jqGrid_container .wijmo-wijmenu a.wijmo-wijmenu-link{
  margin:0;
  line-height: 19px;
  padding: 10px 10px 11px;
  border:0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius:0;
}

.jqGrid_container div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-link{
  display:block;
  float:none;
  padding: 4px 15px;
  width:auto;
}

.jqGrid_container div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-text
{
  float:none;
}

.jqGrid_container .wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child .ui-state-hover {
  background: #191919;
}

.jqGrid_container .wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-separator{
  padding: 5px 0;
  background-image: none;
  background-color: #222;
  border-top: 1px solid #444;
  border-bottom:0;
  border-left:0;
  border-right:0;
}

.jqGrid_container .wijmo-wijmenu .wijmo-wijmenu-item input {
  -moz-transition: none 0s ease 0s;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #111111;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.75);
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1;
  margin: 5px 10px 0 10px;
  padding: 4px 9px;
  width:100px;
}

.jqGrid_container .wijmo-wijmenu .wijmo-wijmenu-item input:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
}

.jqGrid_container .wijmo-wijmenu .wijmo-wijmenu-item input:focus {
  background-color: #FFFFFF;
  border: 0 none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  color: #404040;
  outline: 0 none;
  padding: 5px 10px;
  text-shadow: 0 1px 0 #FFFFFF;
}


.jqGrid_container .wijmo-wijmenu .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  text-shadow:none;
}


.jqGrid_container .wijmo-wijmenu .ui-state-default{
  box-shadow: none;
  color:#BFBFBF;
  filter: none;
}


/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, 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-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

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 {
        border: 0;
        padding: 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-appearance: textfield;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *, :after, :before {
        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
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url(/HEALOW/Content/thirdparty/bootstrap/fonts/glyphicons-halflings-regular.eot);
    src: url(/HEALOW/Content/thirdparty/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(/HEALOW/Content/thirdparty/bootstrap/fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(/HEALOW/Content/thirdparty/bootstrap/fonts/glyphicons-halflings-regular.woff) format("woff"),url(/HEALOW/Content/thirdparty/bootstrap/fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(/HEALOW/Content/thirdparty/bootstrap/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: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before, .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"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -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: rgba(0,0,0,0)
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline
    }

    a:focus {
        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 {
    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;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.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
}

[role=button] {
    cursor: pointer
}

.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
}

.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%
}

.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: #337ab7
}

a.text-primary:focus, a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, 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;
    list-style: none;
    margin-left: -5px
}

    .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;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help
}

.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"
        }

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%;
        font-weight: 700;
        -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
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .row-no-gutters [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.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;
    padding-left: 15px
}

.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
}

    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: none
    }

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

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-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

.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
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -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
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

    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
    }

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: 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,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    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,-webkit-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: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed
    }

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], 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-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], 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;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
        cursor: not-allowed
    }

    .checkbox label, .radio label {
        min-height: 20px;
        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-top: 4px\9;
        margin-left: -20px
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

    .checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
        cursor: not-allowed
    }

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

.form-control-static {
    min-height: 34px;
    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
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 42.5px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .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, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    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, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    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, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    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 ~ .form-control-feedback {
    top: 25px
}

.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 .form-control-static {
        display: inline-block
    }

    .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 {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn.focus, .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 {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        opacity: .65;
        -webkit-box-shadow: none;
        box-shadow: none
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default.focus, .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        background-image: none;
        border-color: #adadad
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c
        }

    .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, 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: #337ab7;
    border-color: #2e6da4
}

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        background-image: none;
        border-color: #204d74
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40
        }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #337ab7;
        border-color: #2e6da4
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        background-image: none;
        border-color: #398439
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
            color: #fff;
            background-color: #398439;
            border-color: #255625
        }

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, 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.focus, .btn-info:focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        background-image: none;
        border-color: #269abc
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85
        }

    .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, 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.focus, .btn-warning:focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        background-image: none;
        border-color: #d58512
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d
        }

    .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, 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.focus, .btn-danger:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        background-image: none;
        border-color: #ac2925
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19
        }

    .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, 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: #337ab7;
    border-radius: 0
}

    .btn-link, .btn-link.active, .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: #23527c;
                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.3333333;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 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-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown, .dropup {
    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;
    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
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        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;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
        }

.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 dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@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 .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, .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:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .btn-group > .btn-group:last-child:not(:first-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-left-radius: 4px;
        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-right-radius: 4px;
        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], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.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 .form-control:focus {
            z-index: 3
        }

.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.3333333;
    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 {
        z-index: 2;
        margin-left: -1px
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .nav > li {
        position: relative;
        display: block
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px
        }

            .nav > li > a:focus, .nav > li > a:hover {
                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: #eee;
        border-color: #337ab7
    }

    .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 > a:hover {
                border-color: #eee #eee #ddd
            }

        .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: #337ab7
    }

.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 {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    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);
    -webkit-overflow-scrolling: touch
}

    .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-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 340px
    }

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

@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
}

.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-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

    .navbar-brand > img {
        display: block
    }

@media (min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    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 {
    margin: 7.5px -15px
}

    .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 > li > a {
                padding-top: 15px;
                padding-bottom: 15px
            }
}

.navbar-form {
    padding: 10px 15px;
    margin-right: -15px;
    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);
    margin-top: 8px;
    margin-bottom: 8px
}

@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 .form-control-static {
        display: inline-block
    }

    .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
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

@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-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 {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    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
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

        .navbar-right ~ .navbar-right {
            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-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-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-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 {
    background-color: #222;
    border-color: #080808
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d
    }

        .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-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: #9d9d9d
    }

        .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-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-link {
    color: #9d9d9d
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.navbar-inverse .btn-link {
    color: #9d9d9d
}

    .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: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

            .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
                z-index: 2;
                color: #23527c;
                background-color: #eee;
                border-color: #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 > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7
    }

    .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;
    line-height: 1.3333333
}

.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;
    line-height: 1.5
}

.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: #337ab7
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #286090
    }

.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: middle;
    background-color: #777;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

    .list-group-item > .badge + .badge {
        margin-right: 5px
    }

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 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, .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .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: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .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: #337ab7
}

.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 {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@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: #337ab7;
    -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-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 {
    margin-top: 15px
}

    .media:first-child {
        margin-top: 0
    }

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

    .media-object.img-thumbnail {
        max-width: none
    }

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.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.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
        color: #777;
        cursor: not-allowed;
        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: #337ab7;
        border-color: #337ab7
    }

        .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: #c7ddef
        }

a.list-group-item, button.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5
    }

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

    a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.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, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.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, button.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.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, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.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, button.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.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, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.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, button.list-group-item-danger {
    color: #a94442
}

    a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.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, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.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 {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    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-body {
    padding: 15px
}

.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 > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > 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, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .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, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.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 > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
        padding-right: 15px;
        padding-left: 15px
    }

    .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, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr: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, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr: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, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        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 > .list-group, .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: #337ab7
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7
    }

.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 {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        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, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.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;
    filter: alpha(opacity=20);
    opacity: .2
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.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-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(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;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5
    }

.modal-header {
    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-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    filter: alpha(opacity=0);
    opacity: 0
}

    .tooltip.in {
        filter: alpha(opacity=90);
        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.top .tooltip-arrow {
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 5px 5px 0;
        border-top-color: #000
    }

    .tooltip.top-left .tooltip-arrow {
        right: 5px;
        bottom: 0;
        margin-bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #000
    }

    .tooltip.top-right .tooltip-arrow {
        bottom: 0;
        left: 5px;
        margin-bottom: -5px;
        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;
        right: 5px;
        margin-top: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000
    }

    .tooltip.bottom-right .tooltip-arrow {
        top: 0;
        left: 5px;
        margin-top: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #fff;
    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 > .arrow {
        border-width: 11px
    }

        .popover > .arrow, .popover > .arrow:after {
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid
        }

            .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
        }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.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
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out,-o-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
            left: 0
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
            left: 0
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
                left: 0
            }
}

.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);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    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%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        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%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        filter: alpha(opacity=90);
        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;
        margin-top: -10px
    }

    .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;
        font-family: serif;
        line-height: 1
    }

        .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: #000\9;
        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: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .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, .modal-header:after, .modal-header: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, .modal-header: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
}

.affix {
    position: fixed
}

@-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 !important
    }

    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 !important
    }

    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 !important
    }

    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 !important
    }

    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 !important
    }

    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
    }
}
/*# sourceMappingURL=bootstrap.min.css.map */

body {
    background: #fff;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('../Content/app-style/fonts/SourceSansPro/SourceSansPro-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../Content/app-style/fonts/SourceSansPro/SourceSansPro-Light-webfont.woff') format('woff'), url('../Content/app-style/fonts/SourceSansPro/SourceSansPro-Light-webfont.ttf') format('truetype'), url('../Content/app-style/fonts/SourceSansPro/SourceSansPro-Light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../Content/app-style/fonts/SourceSansPro/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../Content/app-style/fonts/SourceSansPro/SourceSansPro-Regular-webfont.woff') format('woff'), url('../Content/app-style/fonts/SourceSansPro/SourceSansPro-Regular-webfont.ttf') format('truetype'), url('../Content/app-style/fonts/SourceSansPro/SourceSansPro-Regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../Content/app-style/fonts/SourceSansPro/SourceSansPro-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../Content/app-style/fonts/SourceSansPro/SourceSansPro-Semibold-webfont.woff') format('woff'), url('../Content/app-style/fonts/SourceSansPro/SourceSansPro-Semibold-webfont.ttf') format('truetype'), url('../Content/app-style/fonts/SourceSansPro/SourceSansPro-Semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: 600;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../Content/app-style/fonts/SourceSansPro/SourceSansPro-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../Content/app-style/fonts/SourceSansPro/SourceSansPro-Bold-webfont.woff') format('woff'), url('../Content/app-style/fonts/SourceSansPro/SourceSansPro-Bold-webfont.ttf') format('truetype'), url('../Content/app-style/fonts/SourceSansPro/SourceSansPro-Bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: 800;
    font-style: normal
}
.maincontainer {
    background-color: #FFFFFF;
    width: 100%;
    /*        1000px;*/
    height: 100%;
    /*        99%;	*/
    margin-top: 0;
    /*        0.5%;	*/
    border-radius: 0;
    /*        15px;	*/
    /*overflow: hidden;*/
}

.maincontainerrland {
    background-color: #FFFFFF;
    /*min-width:99.5%;
	width:133%;*/
    min-width: 1500px;
    min-height: 99%;
    margin-top: 0.5%;
    border-radius: 15px;
    /*overflow: hidden;*/
}

.w100p {
    width: 100%;
}

.w90p {
    width: 90%;
}

.maindiv {
    padding: 5px 5px 5px 5px;
    text-align: left;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    ;
    font-size: 11px;
}

.logodiv {
    width: 100%;
    height: 50px;
}

.innerlogodiv {
    width: 100%;
}

.logodivtd1 {
    text-align: left;
    vertical-align: top;
}

.logodivtd2 {
    text-align: right;
    vertical-align: top;
}

.logodivimg1 {
    height: 50px;
}

.logodivimg2 {
    height: 50px;
}

.HospitalNameM {
    font-family: Verdana;
    font-size: 14px;
    font-weight: bolder;
    color: #2877d7;
}

.HospitalNameS {
    font-family: Verdana;
    font-size: 11px;
    color: #2877d7;
}

.linkdiv {
    background-color: #2877d7;
    border-radius: 10px;
    height: 25px;
}

    .linkdiv table {
        height: 25px;
    }

.smallhead {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
}

.asplinkbutton {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
}

    .asplinkbutton:hover {
        text-decoration: underline;
    }

.asplinklogout {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #e22f2e;
    background-color: #d2e2f7;
    border-radius: 10px;
    padding: 1px 3px 1px 3px;
}

    .asplinklogout:hover {
        text-decoration: underline;
    }

.newstbl {
    width: 98%;
    height: 400px;
    background-color: #2877d7;
    border: 1px solid #2877d7;
    border-radius: 10px;
}

.newssubtbl {
    width: 100%;
    height: 365px;
    background-color: #ffffff;
}

.newstbltd {
    height: 20px;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
}

.newsmarque {
    height: 365px;
    padding-left: 2px;
    padding-right: 2px;
}

.bottomscrool {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bottomscrooltbl {
    background-color: #d2e2f7;
    border: 1px solid #2877d7;
    width: 100%;
    height: 30px;
}

.topscrool {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.topscrooltbl {
    background-color: #d2e2f7;
    border: 1px solid #2877d7;
    width: 100%;
    height: 30px;
}

.bottomarea {
    width: 100%;
    padding-bottom: 5px;
}

.bottomareatbl {
    width: 100%;
    text-align: center;
}

.bottomareatxt {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #2877d7;
}
.pt10
{
    padding-top:10px;    
}

.modal.fade.in
{
    top: 45px !important;
}
.modal-content
{
    width:auto;
}
.close {
    width: 33px;
    height: 27px;
    display: block;
    text-indent: -9999px;
    opacity: 1;
    position: absolute;
    right: 0px;
    top: 4px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: url(../img/sprite.png) -34px -81px no-repeat !important;
}
.modal-body .row
{
        margin-left: -15px !important;
    margin-right: -15px !important;
}

.table.aqua-table
{
    margin: 0;
    table-layout: fixed;
    border-top: 0;
}
.modal-body .modal-footer
{
        padding: 10px 15px;
    border-top: 2px solid #e1e1e1;
    text-align: right;
    margin-top: 0;
 }
.modal-body .form-group .label-form
{
    padding-top:4px;
}
.btn-grey:hover,.btn-grey:focus
{
        color: #5d6771;
    background-color: #d9dce1;
    border-color: #caced7;
 }
 select.innerddl:focus,.form-control:focus {
    border-color: #35bc7f;
    box-shadow:none;
}

.form-control, .innertext,.ginnertext, textarea
{
    height: 28px;
    font: normal normal 14px/20px 'Source sans pro';
    color: #000;
    padding: 3px 6px;
    box-shadow: none;
    outline: none;
    border: 1px solid #e0e3e8;
    width: 100%;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    margin: 0;
    z-index: 0;
}

.form-group
{
    margin-bottom:10px;
}
.form-group [class^="col-"].control-label + [class^="col-"], [class*=" col-"].control-label + [class^="col-"],  [class^="col-"].innerlabels + [class^="col-"],  [class*=" col-"].innerlabels + [class^="col-"],  [class^="col-"].sinnerlabels + [class^="col-"], [class*=" col-"].sinnerlabels + [class^="col-"], .form-group > [class^="col-"], .form-group > [class*=" col-"]
{
    padding-left:0 !important;
}
.form-group [class^="col-"].control-label, [class*=" col-"].control-label, [class^="col-"].innerlabels, [class*=" col-"].innerlabels,  [class^="col-"].sinnerlabels, [class*=" col-"].sinnerlabels, .control-label[class^="col-"], .control-label[class*=" col-"], .innerlabels[class^="col-"], .innerlabels[class*=" col-"],  td > span.sinnerlabels, .form-group > [class^="col-"], .form-group > [class*=" col-"]
{
    padding-right: 10px;
}
.text-left
{
    text-align:left !important;
}
.btn-sm
{
    padding: 6px 10px !important;
    font: normal normal 12px/18px 'Open Sans' , sans-serif;
    border-radius: 3px;
    height: 30px;
    }
.btn-default:hover,.btn-default:active,.btn-default:active:hover 
{
    color: #333;
    background-color: #fff;
    border-color: #35bc7f;
    box-shadow: none;
}
.form-horizontal .label-form, .form-horizontal .label-form-multiline
{
    padding-top: 4px;
}
 .form-horizontal .label-form
    {
        margin-bottom: 0;
    text-align: right;
    display: block;
   }
 label {
    font: normal normal 14px/20px 'Source sans pro';
    color: #2f4459;
    vertical-align: middle;
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 4px;
    margin-top: 0;
    margin-bottom: 0;
    color: #2f4459;
    font: normal normal 14px/20px 'Source sans pro';
    text-align: left;
}
.control-label, .innerlabels, .sinnerlabels, div > .sinnerlabels,  div > .innerlabels, .det-view .form-group .control-label, .label-form, .label-form-multiline, .innerlabels, .form-group [class^="col-"], h .form-group [class*=" col-"] {
    font: normal 400 14px/18px 'Source Sans Pro' !important;
    color: #5d6771;
    margin-left: 0px;
    margin-right: 0px;
    text-align: right;
    display: block;
    line-height: 24px !important;
}
.border-btm
{
    border-bottom: solid 1px #ddd;
}
.pagination-footer {
    padding: 10px 0;
}
.fnt13regular {
    font: normal 400 13px 'Source Sans Pro' !important;
    color: #5d6771;
}
.btn-xs, .btn-group-xs > .btn {
    padding: 3px 10px !important;
    font: normal normal 12px/20px 'Open Sans' , sans-serif;
    border-radius: 3px;
    height: 28px;
}


/*Start of home page menue*/
.mainmenudiv {
    width: 100%;
    margin-top: 3px;
    margin-bottom: 5px;
    min-height: 30px;
    text-align: center;
    background: url('../Images/blueban1.jpg') repeat-x;
}

.homemenu {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

    .homemenu ul {
        padding: 0;
        margin: 0;
        font: bold 12px arial;
        list-style-type: none;
        text-align: left;
        width: 100%;
        margin: 0 auto;
    }

    .homemenu * li {
        border: 1px solid #2877d7;
        float: left;
        margin-right: 1px;
        position: relative;
        display: inline;
        z-index: 100;
    }

    .homemenu a {
        display: block;
        text-decoration: none;
        padding: 6.5px;
        /*border-right: 1px solid #cbe3fc;*/
        color: #2d2b2b;
        background: url('../Images/blueban1.jpg') repeat-x;
        white-space: nowrap;
    }

        .homemenu a:link, .homemenu a:visited {
            color: #2d2b2b;
            text-decoration: none;
        }

    .homemenu ul ul a {
        display: block;
        text-decoration: none;
        padding: 6.5px;
        text-align: left;
        color: #2d2b2b;
        white-space: nowrap;
    }

    .homemenu li li {
        width: 160px;
        margin-top: 0;
        display: block;
        border: 0px;
        margin-left: -1px;
        border-left: 1px solid #2877d7;
        border-right: 1px solid #2877d7;
        border-bottom: 1px solid #2877d7;
        background: url('../Images/blueban1.jpg') repeat-x;
    }

    .homemenu li:hover {
        background-color: #97bdec;
        color: #fff;
    }

    .homemenu a:hover {
        color: #fff;
        background: url('../Images/blueban2.jpg') repeat-x;
    }

    .homemenu li li a:hover {
        color: #fff;
        background-color: #97bdec;
    }

    .homemenu ul ul {
        position: absolute;
        margin-top: 1px;
        visibility: hidden;
    }

        .homemenu ul ul ul {
            position: absolute;
            left: 100%;
            top: 0px;
            border-top: 1px solid #2877d7;
            border-left: 1px solid #2877d7;
            border-right: 1px solid #2877d7;
            /*border: solid 1px transparent**/
        }

    .homemenu li:hover > ul {
        visibility: visible;
    }

/*End of home page menue*/

.newstitle {
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.newsstyle {
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
    color: #000;
}

.topcontainer {
    width: 100%;
    min-height: 480px;
    float: left;
    margin-bottom: 37px;
    /*padding:0px 10px 0px 10px;*/
}

.bottomcontainer {
        width: 100%;
    opacity: 1;
    clear: both;
    position: fixed;
    bottom: 0;
    float: none;
    min-height: 50px !important;
    text-align: left;
    border-top: 2px solid #e1e1e1;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    z-index: 99;
    /*padding:0px 10px 0px 10px;*/
}
/*Start of inner page menue*/
.innermenudiv {
    width: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
    min-height: 20px;
    text-align: center;
    background: url('../Images/iblueban1.jpg') repeat-x;
}

.innermenu {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

    .innermenu ul {
        padding: 0;
        margin: 0;
        font: bold 12px arial;
        list-style-type: none;
        text-align: left;
        width: 100%;
    }

    .innermenu * li {
        border: 1px solid #2877d7;
        float: left;
        margin-right: 1px;
        position: relative;
        display: inline;
        z-index: 100;
    }

    .innermenu a {
        display: block;
        text-decoration: none;
        padding: 4px;
        /*border-right: 1px solid #cbe3fc;*/
        color: #2d2b2b;
        background: url('../Images/iblueban1.jpg') repeat-x;
        white-space: nowrap;
    }

    .innermenu li li a.arrowright {
        background-image: url(../Images/arrow-right.gif);
        background-repeat: no-repeat;
        background-position: right 50%;
    }

    .innermenu a:link, .homemenu a:visited {
        color: #2d2b2b;
        text-decoration: none;
    }



    .innermenu ul ul a {
        display: block;
        text-decoration: none;
        padding: 4px;
        text-align: left;
        color: #2d2b2b;
        white-space: nowrap;
    }

    .innermenu li li {
        width: 230px;
        margin-top: 0;
        display: block;
        border: 0px;
        margin-left: -1px;
        border-left: 1px solid #2877d7;
        border-right: 1px solid #2877d7;
        border-bottom: 1px solid #2877d7;
        background: url('../Images/iblueban1.jpg') repeat-x;
    }

    .innermenu li:hover {
        background-color: #97bdec;
        color: #fff;
    }

    .innermenu a:hover {
        color: #fff;
        background: url('../Images/iblueban2.jpg') repeat-x;
    }

    .innermenu li li a:hover {
        color: #fff;
        background: url('../Images/iblueban2.jpg') repeat-x;
        background-color: #97bdec;
    }

    .innermenu ul ul {
        position: absolute;
        margin-top: 1px;
        visibility: hidden;
    }

        .innermenu ul ul ul {
            position: absolute;
            left: 100%;
            top: 0px;
            border-top: 1px solid #2877d7;
            border-left: 1px solid #2877d7;
            border-right: 1px solid #2877d7;
            /*border: solid 1px transparent**/
        }

    .innermenu li:hover > ul {
        visibility: visible;
    }

.asplinkbuttonblack {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

    .asplinkbuttonblack:hover {
        text-decoration: underline;
    }

.innerusername {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #000;
}

.ddlmodule {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    color: #000;
    width: 98%;
    min-height: 25px;
    border: 1px solid #2877d7;
    background: url('../Images/iblueban1.jpg') repeat-x;
}

.paddingdiv {
    padding-left: 10px;
    padding-right: 10px;
}

.innerrbn {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    height: 24px;
    font-weight: normal;
    color: #466d7f;
    text-align: right;
    outline: medium none !important;
    padding-right: 0px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
}

    .innerrbn label {
        margin-left: 3px;
        margin-right: 10px;
        vertical-align: middle;
        text-align: left;
    }

.innertext {
    font-family: 'Open Sans', sans-serif;
    height: 24px;
    padding: 1px 1px;
    line-height: 24px;
    background-color: #fff;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 11px;
}

.innertextarea {
    font-family: 'Open Sans', sans-serif;
    padding: 1px 1px;
    line-height: 12px;
    background-color: #fff;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 11px;
}

.innerreadtext {
    font-family: 'Open Sans', sans-serif;
    height: 24px;
    padding: 1px 1px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 11px;
}

.innerddl {
    height: 28px;
    font: normal normal 13px/20px 'Source sans pro';
    color: #2f4459;
    box-shadow: none;
    border: 1px solid #e0e3e8;
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding-left: 4px;
    -webkit-appearance: none;
    background-image: url(../Content/app-style/img/arrow.png);
    background-repeat: no-repeat;
    background-position: 100%;
    cursor: pointer;
    padding-right: 28px;
    background-size: 28px;
    margin: 0;
}

.innerlabels {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #466d7f;
    text-align: right;
    outline: medium none !important;
    padding-right: 0px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.sinnerlabels {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #466d7f;
    text-align: right;
    outline: medium none !important;
    padding-right: 0px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.ginnertext {
    font-family: 'Open Sans', sans-serif;
    height: 24px;
    padding: 1px 1px;
    background-color: #fff;
    color: #383838;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 12px;
}

.ginnerddl {
    font-family: 'Open Sans', sans-serif;
    height: 24px;
    padding: 1px 1px;
    background-color: #fff;
    color: #383838;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 1px;
    font-size: 12px;
}
/*.Outerlabels {font-family:Verdana; font-size:12px;  font-weight:bolder; color:#fff; }*/
TH.tbheadernew {
    vertical-align: middle;
    width: 100%;
    border-radius: 0px;
    text-align: left;
    text-transform: capitalize;
}

TD.tdheader {
    vertical-align: middle;
    text-align: left;
    border-radius: 0px;
}
/*.StandardButtons{border-radius:20px;font-family: 'Open Sans', sans-serif;;background-color:#2877d7;font-weight:bold;}*/
.StandardButtons {
   border-radius: 5px;
    font-family: 'Source Sans Pro';
    background-color: #eaecf0;
    font-weight: normal;
    padding: 0px 8px !important;
    border: 1px solid #caced7;
    cursor: pointer;
    line-height: 27px;
    font-size: 12px;
    color: #5d6771;
}
.StandardButtons:hover
{
    color: #5d6771;
    background-color: #d9dce1;
    border-color: #caced7;
    }
    .StandardButtons.disabled, .StandardButtons[disabled], fieldset[disabled] .StandardButtons {
        background-color: #ffffff;
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .StandardButtons.disabled {
        background: #fff;
        border-color: #ccc;
        cursor: not-allowed;
    }

/*
.StandardButtons {color: #034763;background-color: #7bd9ff; border-color: #3ca2cb;
                  display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;
                  border:1px solid transparent;white-space:nowrap;padding:3px 10px;font-size:14px;line-height:1.42857143;
                  border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;
 }
 .StandardButtons.disabled,.StandardButtons[disabled],fieldset[disabled] .StandardButtons{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}
.StandardButtons:hover {color: #034763;background-color: #70cdf3; border-color: #3ca2cb;}*/

/*.StandardButtons{ background:#e1e1e1; color:#2586a6; border-color:#3ca2cb; }
.StandardButtons:hover{ background:#1d4d67; color:#fff !important; border-color:#3ca2cb;}
.StandardButtons:hover .icon-aquadd{background: url(../img/sprite.png) -54px -159px no-repeat;}*/

/*.sinnerlabels{font-family: 'Open Sans', sans-serif;font-size:10px;  font-weight:normal; color:#343434; color:rgb(51, 51, 51);}*/

.dsinnerlabels {
    font-size: 10px;
    font-weight: bolder;
}

.tsinnerlabels {
    font-size: 10px;
    font-weight: bolder;
}

.hlinnerlabels {
    font-size: 10px;
    font-weight: bolder;
    color: Blue;
}

.mainpageheadtd {
    background-color: #2877d7;
    border-radius: 10px;
}

.headerlabel {
    Font-Size: 60px;
    font-style: italic;
    color: #FFFFFF;
    font-weight: bold;
}

.LegendHeading {
    font-weight: bolder;
}

.MandatoryFields {
    background-color: #FFFFC0;
}

.heading {
    padding: 1em 0 1em 0;
    color: #5377A9;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: 1.2em;
}

.subheading {
    padding: .8em 0 0.5em 0;
    color: #0F2543;
    font-weight: bold;
    font-family: Arial, Sans-Serif;
    font-size: 1.1em;
}
/* Accordion */
.accordionHeader {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeader a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionContent {
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/*Cascading DropDown*/

/*CollapsiblePanel*/
.collapsePanel {
    background-color: white;
    overflow: hidden;
}

.collapsePanelHeader {
    width: 100%;
    height: 30px;
    background-image: url(images/bg-menu-main.png);
    background-repeat: repeat-x;
    color: #FFF;
    font-weight: bold;
}

#master_content .collapsePanelHeader a {
    color: #FFF;
}

    #master_content .collapsePanelHeader a:hover {
        text-decoration: none;
        background: none;
    }

/*Confirm Button*/

/* DropShadow */

#master_content .dropShadowPanel span {
    color: white;
    text-decoration: underline;
}

    #master_content .dropShadowPanel span:hover {
        text-decoration: none;
    }
/* Ajax Accordion control */
.accordionContent {
    background-color: #f1f1f1;
    border-color: -moz-use-text-color #2F4F4F #2F4F4F;
    border-right: 1px dashed #2F4F4F;
    border-style: none dashed dashed;
    border-width: medium 1px 1px;
    padding: 10px 5px 5px;
    width: 98%;
}

.accordionHeaderSelected {
    background-color: #306498;
    border: 1px solid #2F4F4F;
    color: white;
    cursor: pointer;
    font-family: Arial,Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
    width: 98%;
}

.accordionHeader {
    background-color: #306498;
    border: 1px solid #2F4F4F;
    color: white;
    cursor: pointer;
    font-family: Arial,Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
    width: 98%;
}

.href {
    color: White;
    font-weight: bold;
    text-decoration: none;
}

/* End Accordion */



/* Ajax Accordion control Setting*/
.accordionContentsetting {
    background-color: #f1f1f1;
    border-color: -moz-use-text-color #2F4F4F #2F4F4F;
    border-right: 1px dashed #2F4F4F;
    border-style: none dashed dashed;
    border-width: medium 1px 1px;
    padding: 10px 5px 5px;
    width: 95%;
}

.accordionHeaderSelectedsetting {
    background-color: #306498;
    border: 1px solid #2F4F4F;
    color: white;
    cursor: pointer;
    font-family: Arial,Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
    width: 95%;
}

.accordionHeadersetting {
    background-color: #306498;
    border: 1px solid #2F4F4F;
    color: white;
    cursor: pointer;
    font-family: Arial,Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
    width: 95%;
}
/* start for popup panel*/
.popuppanel {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border-color: #4682B4;
    border-style: solid;
    border-width: 3px;
    background-color: #f1f1f1;
}
/* end for popup panel*/
/*start Grid css*/


.DatagridCss {
    border: 0px;
    color: Black;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    ;
}

.DatagridCssFooterStyle {
    background-color: Tan;
}

.DatagridCssSelectedItemStyle {
    background-color: #8EC9E7;
    color: #ffffff;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}

.DatagridCssPagerStyle {
    background-color: #003B99;
    color: #ffffff;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    ;
}

.DatagridCssAlternatingItemStyle {
    background-color: #FFFFFF;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}

    .DatagridCssAlternatingItemStyle a {
        color: #000;
        text-align: left;
    }

        .DatagridCssAlternatingItemStyle a:hover {
            color: Red;
            text-align: left;
        }
/*.DatagridCssHeaderStyle{background-color:#2877d7;color:#fff;font-weight:bold; font-size:10px;font-family: 'Open Sans', sans-serif;;}	*/
.DatagridCssHeaderStyle {
    background: #c9e5f3;
    color: #235475;
    border-bottom-width: 0px;
    border-color: #a6bfcc;
    font-weight: 600;
    font-size: 11px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    padding: 3px 7px 3px 7px;
    line-height: 14px;
    vertical-align: middle;
    border-top: 0px;
}

    /*.DatagridCssHeaderStyle a{background-color:#2877d7;color:#fff;font-weight:bold; font-size:10px;font-family: 'Open Sans', sans-serif;;}*/
    .DatagridCssHeaderStyle a {
        text-decoration: underline;
        color: #235475;
        font-weight: 600;
        font-size: 11px;
        font-family: "Open Sans", sans-serif;
    }


.DatagridCssHeaderStylegrid {
    background: rgb(201,229,243);
    color: #a6bfcc;
    border-bottom-width: 0px;
    border-color: #a6bfcc;
    font-weight: 500;
    font-size: 10px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    padding: 3px 7px 3px 7px;
    line-height: 12px;
    vertical-align: middle;
    border-top: 0px;
}

    .DatagridCssHeaderStylegrid a {
        text-decoration: underline;
        color: rgb(201,229,243);
        font-weight: 500;
        font-size: 10px;
        font-family: "Open Sans", sans-serif;
        border-top: 0px;
    }

.DatagridCssItemStyle {
    background-color: #EFF3FB;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-align: left;
}

    .DatagridCssItemStyle a {
        color: #000;
        text-align: left;
    }

        .DatagridCssItemStyle a:hover {
            color: Red;
            text-align: left;
        }
/*end Grid css*/

.autocomplete_completionListElement {
    overflow: auto;
    border-width: 1px;
    border-style: solid;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
    background-color: #2877d7;
    color: #fff;
    padding: 1px;
    font-family: Verdana;
    font-size: 11px;
}
/* AutoComplete item */
.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
    font-family: Verdana;
    font-size: 11px;
}

.TreeNodeP a {
    color: #FFFFFF;
}

    .TreeNodeP a:hover {
        color: #004040;
    }

.TreeNodeC a {
    color: #000000;
}

    .TreeNodeC a:hover {
        color: #ffffff;
    }

.sdatelableb {
    font-size: 11px;
    font-weight: bolder;
    color: #0018bf;
}

.sdatelables {
    font-size: 10px;
    font-weight: bolder;
    color: #000000;
}

.sdatelables1 {
    font-size: 9px;
    font-weight: bold;
    color: #000000;
}

.sdatenamelables {
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

.htmtable {
    padding: 0;
}

    .htmtable th {
        font-size: 10px;
        font-weight: bold;
        color: #000000;
        background-color: #8ec9e7;
    }

    .htmtable td {
        font-size: 9px;
        font-weight: bold;
        color: #000000;
    }

.shead1 {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.shead1_c {
    font-size: 14px;
    font-weight: bold;
    color: #719500;
}

.shead2 {
    font-size: 12px;
    font-weight: bolder;
    color: #000000;
}

.shead2_c {
    font-size: 12px;
    font-weight: bolder;
    color: #b7012c;
}

.shead3 {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}
/** end for Self portal **/

.ModalPopupBackground {
    background-color: #333333;
    filter: alpha(opacity=90);
    opacity: 0.8;
    z-index: 1200 !important;
}

.ModalPopupPanel {
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    padding-top: 0px;
    padding-left: 10px;
    width: 99%;
    height: 600px;
}

.ModalPopupIframe {
    width: 98%;
    height: 570px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
}

.ModalPopupBackgroundS {
    background-color: #333333;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.ModalPopupPanelS {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 97%px;
    height: 580px;
}

.ModalPopupIframeS {
    width: 910px;
    height: 550px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
}

.tdbackcolor {
    background-color: #8ec9e7;
}

.specialhead {
    font-size: 11px;
    font-weight: bolder;
    font-family: Sans-Serif;
    color: #bd0808;
}

.commonText {
    font-size: 10px;
    font-family: Verdana;
}

.littleMainTitle {
    font-size: 10px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    ;
    color: Black;
}

.TopTitle {
    border: 0px;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    display: inline-block;
    width: 100%;
}

.SelectedTopTitle {
    border: 0px;
    font-size: 10px;
    text-decoration: none;
    color: #000;
    display: inline-block;
    width: 100%;
    background-color: #4682b4;
}

.ContentView {
    border: 0px;
    padding: 3px 3px 3px 3px;
    background-color: #4682b4;
    display: inline-block;
    width: 390px;
}

.SepBorder {
    border-top-width: 0px;
    border-left-width: 0px;
    font-size: 1px;
    border-bottom: #2877d7 1px solid;
    border-right-width: 0px;
}

.TopBorder {
    font-family: Verdana;
    border-right: #2877d7 1px solid;
    border-top: #2877d7 1px solid;
    background: #2877d7;
    border-left: #2877d7 1px solid;
    color: Maroon;
}

.ContentBorder {
    border-right: #2877d7 1px solid;
    border-top: #2877d7 0px solid;
    border-left: #2877d7 1px solid;
    height: 100%;
}

.SelectedTopBorder {
    font-family: Verdana;
    border-right: #2877d7 1px solid;
    border-top: #2877d7 1px solid;
    background: none transparent scroll repeat 0% 0%;
    border-left: #2877d7 1px solid;
    color: Maroon;
}


.ajax__tab_xp .ajax__tab_body {
    font-family: 'Open Sans', sans-serif,tahoma,helvetica;
    font-size: 10pt;
    border: 1px solid #999999;
    border-top: 0;
    padding: 8px;
    /*background-color: #cc3399;*/
}

.ajax__tab_xp .ajax__tab_tab {
    height: 500px;
}
/*Start for self portal*/
div#SMenu {
    height: 515px;
    padding: 10px;
    margin-top: 2px;
    background-color: #8ec9e7;
    width: 200px;
    padding-top: 10px;
    border: 1px solid #2877d7;
    border-radius: 10px;
}

div#contentSelf {
    height: 480px;
    padding: 10px;
    padding-top: 10px;
}

.Tvr_Menu {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
}

.TreeNodeP a {
    color: #FFFFFF;
}

    .TreeNodeP a:hover {
        color: #004040;
    }

.TreeNodeC a {
    color: #000000;
}

    .TreeNodeC a:hover {
        color: #ffffff;
    }
/*Start for self portal*/
/*start doctor module menu*/

div#SubMenuDivnew {
    margin: 2px 0 2px 0;
    white-space: nowrap;
    float: left;
    clear: left;
    text-align: left;
    width: 100%;
}

ul#cssmenu {
    text-align: left;
    float: left;
    /*background:#efefef;*/
    font-size: 93%;
    line-height: normal;
    /*border-bottom:1px solid #666;*/
    padding: 0 0 0 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

    ul#cssmenu li {
        display: inline;
        margin: 0;
        padding: 0;
    }

    ul#cssmenu a {
        float: left;
        background: url('../Images/left.png') no-repeat left top;
        /*background:url('../../Images/tableftF.gif') no-repeat left top;
    background:url('../../Images/tab-blue-left.gif') no-repeat left top;
    background:url('../../Images/tab-left.gif') no-repeat left top;
    background:url('../../Images/glowtab-left.gif') no-repeat left top;*/
        margin: 0;
        padding: 0 0 0 4px;
        text-decoration: none;
        border-bottom: 1px solid #666;
    }

        ul#cssmenu a span {
            float: left;
            display: block;
            background: url('../Images/right.png') no-repeat right top;
            /*background:url('../../Images/tabrightF.gif') no-repeat right top;
    background:url('../../Images/tab-blue-right.gif') no-repeat right top;
    background:url('../../Images/tab-right.gif') no-repeat right top;
    background:url('../../Images/glowtab.gif') no-repeat right top;*/
            padding: 5px 10px 4px 6px;
            color: #fff;
            font-weight: bold;
        }
        /* Commented Backslash Hack hides rule from IE5-Mac */
        ul#cssmenu a span {
            float: none;
        }
        /* End IE5-Mac hack */

        ul#cssmenu .active a span,
        ul#cssmenu a:hover span {
            color: #fff;
        }

        ul#cssmenu .active a,
        ul#cssmenu a:hover {
            background-position: 0 -42px;
        }

            ul#cssmenu .active a span,
            ul#cssmenu a:hover span {
                background-position: 100% -42px;
            }
/*end doc module menu*/

/*Calendar Control CSS*/
.MyCalendar .ajax__calendar_container {
    background-color: #DEF1F4;
    border: solid 1px #77D5F7;
    width: 180px;
}

.MyCalendar .ajax__calendar_header {
    background-color: #ffffff;
    margin-bottom: 4px;
}

.MyCalendar .ajax__calendar_title,
.MyCalendar .ajax__calendar_next,
.MyCalendar .ajax__calendar_prev {
    color: #004080;
    padding-top: 3px;
}

.MyCalendar .ajax__calendar_body {
    background-color: #ffffff;
    border: solid 1px #77D5F7;
}

.MyCalendar .ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
    color: #004080;
}

.MyCalendar .ajax__calendar_day {
    color: #004080;
    text-align: center;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year,
.MyCalendar .ajax__calendar_active {
    color: #004080;
    font-weight: bold;
    background-color: #DEF1F4;
}

.MyCalendar .ajax__calendar_today {
    font-weight: bold;
}

.MyCalendar .ajax__calendar_other,
.MyCalendar .ajax__calendar_hover .ajax__calendar_today,
.MyCalendar .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}

.popupbody {
    background-color: #fff;
}

/*Start for bed management*/

.wardtbl {
    width: 100%;
    border: 1px solid #0066FF;
    text-align: center;
    background-color: #ebf5fe;
}

.bedcattbl {
    width: 99%;
    margin: 3px;
    border: 1px solid #009900;
    text-align: center;
    background-color: #fff;
}

.wardhead {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #3600ee;
}

.bedcathead {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #400080;
}

.bednohead {
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #000;
}

.statusdesc {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #000;
}

.pname {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #000;
    color: #ff00ff;
    font-weight: bold;
}

.bedimg {
    width: 50px;
    height: 40px;
}

.beddiv {
    padding: 5px 0 0 0;
}
/*End for bed management*/

/*start loginpage style*/
.logindiv {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.loginMaintbl {
    width: 750px;
    height: 500px;
    border-radius: 15px;
    margin-top: 5%;
    background-color: #8bd5fa;
    background-image: url('../Images/blueloginback.jpg');
    background-repeat: no-repeat;
}

.loginhead {
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    color: #2060ae;
}

.loginboxtbl {
    width: 100%;
}

.logintd {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.loginbacktd {
    background-image: url('../Images/BlueLoginR.png');
    background-repeat: no-repeat;
}

.loginlbl {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #DC143C;
}

.loginddl {
    BORDER-BOTTOM: #b1c3cc 1px solid;
    BORDER-LEFT: #b1c3cc 1px solid;
    COLOR: #333;
    BORDER-TOP: #b1c3cc 1px solid;
    FONT-WEIGHT: normal;
    BORDER-RIGHT: #b1c3cc 1px solid;
    width: 213px;
    height: 25px;
}

.logintxt {
    BORDER-BOTTOM: #b1c3cc 1px solid;
    BORDER-LEFT: #b1c3cc 1px solid;
    COLOR: #333;
    BORDER-TOP: #b1c3cc 1px solid;
    FONT-WEIGHT: normal;
    BORDER-RIGHT: #b1c3cc 1px solid;
    width: 210px;
    height: 20px;
}

.loginblanktr {
    line-height: 5px;
}

.loginbtn {
    background-color: #2877d7;
    color: #fff;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    padding: 2px 2px 2px 2px;
}

.loginlink {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #4521fe;
}

    .loginlink:hover {
        color: #DC143C;
    }

.loginbottomareatxt {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #4521fe;
}

    .loginbottomareatxt:hover {
        color: #DC143C;
    }

.loginmarquelbl {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FF3300;
}

.logintophead {
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #da1006;
}

.loginmessage {
    color: #1e2a74;
    font-family: Verdana;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    orphans: auto;
    text-align: justify;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    word-spacing: 0px;
    -webkit-text-stroke-width: 0px;
    display: inline !important;
    float: none;
}

.logerrormsg {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #da1006;
}

.logerrormsg {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #da1006;
}
/*end loginpage style*/


/*New Login Page Start 24Feb2015*/
.left-loginpnl {
    float: left;
    width: 420px;
    background: #fff;
    display: block;
    height: 100%;
    padding: 0 50px;
    position: relative;
}

.loginmaindiv {
    height: 100%;
    overflow: hidden;
}

.copyrightdiv {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.h100 {
    height: 100%;
}

.logdiv {
    position: relative;
    text-align: center;
}

.ten-e {
    background: url(../img/tene.png) no-repeat;
    width: 41px;
    height: 41px;
    margin: 0 auto;
}

.same-fntsty {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}

.eclinic-txt {
    font-size: 35px;
    color: #183f57;
}

.sign-in {
    font-size: 14px;
    color: #4f4f4f;
    padding: 16px 0px 18px 0px;
}

.login-box {
    width: 100%;
    height: 40px;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    padding: 0px 5px !important;
    color: #000;
    font-style: italic;
}

.pwd-box {
    width: 86%;
    height: 40px;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    padding: 0px 44px;
    margin-right: -3px;
}

.login-brtop {
    border-top: 1px solid #e2eaef;
}

.user-login {
    background: url(../img/emr-userlogin1.png) no-repeat;
    width: 36px;
    height: 38px;
    position: absolute;
    border-right: 1px solid #b1b1b1;
    top: 1px;
    left: 1px;
}

.emr-password {
    background: url(../img/emr-lock1.png) no-repeat;
    width: 36px;
    height: 38px;
    position: absolute;
    border-right: 1px solid #b1b1b1;
    top: 1px;
    left: 1px;
}

.emr-keyboard {
    background: url(../img/greykeyboard_icon.png) no-repeat;
    width: 24px;
    height: 34px;
    position: absolute;
    top: 5px;
    left: 89%;
}
.btn-grey
{
    border-radius: 5px;
    font-family: 'Open Sans' , sans-serif;
    background-color: #eaecf0;
    font-weight: normal;
    padding: 0px 8px !important;
    border: 1px solid #caced7;
    cursor: pointer;
    line-height: 28px;
    font-size: 12px;
    color: #5d6771;
}

.btn-emr {
    background: #2b91d9;
    border: 1px solid #366f92;
    height: 42px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
}

    .btn-emr:hover {
        background: #163e57;
        border: 1px solid #366f92;
        color: #fff;
    }

    .btn-emr:active {
        background: #163e57;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    }

.left-samepro {
    color: #0a2d40;
    font-weight: 300;
}

    .left-samepro b {
        font-weight: 400;
    }

.left-txt {
    margin: 0 auto;
    font-size: 46px;
}

.left-restxt {
    font-size: 26px;
}

.resolution-img {
    background: url(../img/mix-img.png) no-repeat;
    width: 734px;
    height: 391px;
}

/*Login captcha */
.link_txt {
    color: #323232;
    font-size: 11px;
    font-weight: normal;
    margin: 0px 0;
    text-align: center;
    padding: 0px;
    text-decoration: underline;
}

#captchaDiv, #verifyDiv {
    margin: 5px -15px;
}

.captchaBox {
    background: #fef6ea;
    border: 1px solid #edd7b7;
    padding: 10px;
    margin-top: -1px;
}

    .captchaBox .txt-box {
        width: 100%;
        height: 40px;
        border: 1px solid #c2c2c2;
        border-radius: 3px;
        margin: 5px 0;
        padding: 0px 10px;
    }

    .captchaBox h5 {
        color: #e96b54;
        font-size: 13px;
        font-weight: bold;
        margin: 0 auto;
    }

.ent_txt {
    color: #e96b54;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0 10px 0;
    text-align: left;
    padding: 0px;
    text-transform: uppercase;
}

.captchaBox .NBlue_txt {
    color: #1e597e;
    font-size: 13px;
    font-weight: bold;
    margin: 5px 0 10px 0;
    text-align: left;
}

    .captchaBox .NBlue_txt a {
        text-decoration: underline;
        color: #1e597e;
    }

.captchaBox .btn-submit {
    background: #2b91d9;
    border: 1px solid #366f92;
    height: 33px;
    width: 30%;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

.captchaBox .btn-cancel {
    background: #e1e1e1;
    border: 1px solid #a3a3a3;
    height: 33px;
    width: 30%;
    color: #132e34;
    font-size: 13px;
    font-weight: bold;
    margin: 0 5px 0px 0;
}

.captchaBox .btn-submit:hover {
    background: #163e57;
    border: 1px solid #366f92;
}

.captchaBox .btn-submit:active {
    background: #163e57;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.captchaBox .btn-cancel:hover {
    background: #fff;
    border: 1px solid #a3a3a3;
}

.captchaBox .btn-cancel:active {
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.icon_secureLock {
    background: url(../img/Secure_lock.png) 0px 0px no-repeat;
    width: 20px;
    height: 20px;
}

.icon_keyboard {
    background: url(../img/keyboard_icon.png) 0px 0px no-repeat;
    width: 24px;
    height: 34px;
    cursor: pointer;
}

.captchaBox .btnCaptcha_img {
    background: url(../img/audio_clip.png) top left no-repeat;
    height: 56px;
    width: 100%;
}

    .captchaBox .btnCaptcha_img:hover {
        background: url(../img/audio_clipHover.png) top left no-repeat;
    }

.toparrow_box {
    position: relative;
    background: #fef6ea;
    border: 0px solid #edd7b7;
}

    .toparrow_box:after, .toparrow_box:before {
        bottom: 100%;
        left: 5%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .toparrow_box:after {
        border-color: rgba(254, 246, 234, 0);
        border-bottom-color: #fef6ea;
        border-width: 9px;
        margin-left: -9px;
    }

    .toparrow_box:before {
        border-color: rgba(237, 215, 183, 0);
        border-bottom-color: #edd7b7;
        border-width: 10px;
        margin-left: -10px;
    }

.label-blue {
    background: #48bde3;
    color: #fff;
    text-shadow: 0 1px #3eadd2;
    border: 1px solid #77acbd;
    border-radius: 3px;
    font-size: 10px;
    margin-left: 4px;
}

.label-dkblue {
    background: #48bde3;
    color: #fff;
    text-shadow: 0 1px #1a82a4;
    border: 1px solid #2ea6cd;
    border-radius: 3px;
    font-size: 10px;
    margin-left: 4px;
    display: inline-block;
    padding: 2px 6px; /*background:#1a82a4;*/
}

    .label-dkblue:hover {
        background: #48bde3;
        border-color: #3ba9cc;
        cursor: pointer;
    }
/*.btn-dblue{ background:#2b91d9; color:#fff; border-color:#54879c;}*/
.btn-dblue {
    background: #2a92da;
    border-color: #2a92da;
    color: #fff;
    font-size:12px;
    line-height:15px;
    height: 28px;
}

    .btn-dblue:hover {
        background: #2a92da;
    border-color: #2a92da;
    color: #fff;
    }

.btn-lblue {
    background: #bcecff;
    border-color: #99d8f1;
    color: #003b53;
}

    .btn-lblue:hover {
        background: #2483c6;
        color: #fff !important;
    }

.btn-lgrey {
    background: #e1e1e1;
    color: #303030;
    border-color: #a3a3a3;
}

    .btn-lgrey:hover {
        background: #fff;
    }

.btn-dkblue {
    background: #1a82a4;
    color: #fff;
    border-color: #2e768d;
}

.btn.btn-dkblue:hover {
    background: #a8e9f7;
    color: #062536;
}

/*..btn-aquagrey{ background:#e1e1e1; color:#2586a6; border-color:#2586a6;}*/
.btn-aquagrey {
    border-radius: 5px;
    background: #fff;
    border-color: #fff;
    font-weight: normal;
    padding: 0px 8px !important;
    border: 0px solid #a3a3a3;
    cursor: pointer;
    line-height: 24px;
    font-size: 12px;
}

    .btn-aquagrey:hover {
        background: #1d4d67 !important;
        color: #fff !important;
        border-color: #fff;
    }

        .btn-aquagrey:hover .icon-aquadd {
            background: url(../img/sprite.png) -54px -159px no-repeat;
        }

.btn.btn-dkblue:hover {
    background: #e1e1e1;
    color: #2586a6;
}

.mrr5 {
    margin-right: 5px;
}

.mrl5 {
    margin-left: 5px;
}

.mrr20 {
    margin-right: 20px;
}

.dropdown-menu.aqua-dropdown {
    background: #fff;
    margin: 0;
    padding: 0;
}

.dropdown-menu.aqua-dropwidth {
    width: 5px !important;
}
/*-radius: 3px;*/
/*transition: background 0.4s;*/

.clearable.x {
    background-position: right 5px center;
}

.clearable.onX {
    cursor: pointer;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    position: relative;
}

.relative {
    position: relative !Important;
}

.btn-xs {
    padding: 2px 10px;
}

.clearable.x {
    background-position: right 5px center;
}

.clearable.onX {
    cursor: pointer;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    position: relative;
}

.relative {
    position: relative !Important;
}

.btn-xs {
    padding: 2px 10px;
}

.fnt13 {
    font-size: 13px;
}

.nopadding {
    padding: 0 !important;
}

.h100 .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.loginmaindiv {
    height: 100%;
    overflow: hidden;
}

.sliderdiv {
    position: relative;
}

.copyrightdiv {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.logdiv {
    position: relative;
    text-align: center;
}

.h100 .carousel-indicators li {
    background: #dfdfdf;
    border: 0;
}

.h100 .carousel-indicators .active {
    background: #ff9452;
    height: 12px;
}

.h100 {
    height: 100%;
}

    .h100 body {
        height: 100%;
    }

    .h100 .carousel, .h100 .item, .h100 .active {
        height: 100%;
    }

    .h100 .carousel-inner {
        height: 100%;
    }

.nomarbot {
    margin-bottom: 0 !important;
}

.spacer5 {
    margin-bottom: 5px;
}

.LoginCaptchaBox {
   margin-top: -1px;
}

    .LoginCaptchaBox .txt-box {
        width: 100%;
        height: 40px;
        border: 1px solid #c2c2c2;
        border-radius: 3px;
        margin: 5px 0;
        padding: 0px 10px;
    }

    .LoginCaptchaBox h5 {
        color: #e96b54;
        font-size: 13px;
        font-weight: bold;
        margin: 0 auto;
    }

    .LoginCaptchaBox .NBlue_txt {
        color: #1e597e;
        font-size: 13px;
        font-weight: bold;
        margin: 5px 0 10px 0;
        text-align: left;
    }

        .LoginCaptchaBox .NBlue_txt a {
            text-decoration: underline;
            color: #1e597e;
        }

    .LoginCaptchaBox .btn-submit {
        background: #2b91d9;
        border: 1px solid #366f92;
        height: 33px;
        width: 100%;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
    }

    .LoginCaptchaBox .btn-cancel {
        background: #e1e1e1;
        border: 1px solid #a3a3a3;
        height: 33px;
        width: 30%;
        color: #132e34;
        font-size: 13px;
        font-weight: bold;
        margin: 0 5px 0px 0;
    }

    .LoginCaptchaBox .btn-submit:hover {
        background: #163e57;
        border: 1px solid #366f92;
    }

    .LoginCaptchaBox .btn-submit:active {
        background: #163e57;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    }

    .LoginCaptchaBox .btn-cancel:hover {
        background: #fff;
        border: 1px solid #a3a3a3;
    }

    .LoginCaptchaBox .btn-cancel:active {
        background: #fff;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    }

    .LoginCaptchaBox .btnCaptcha_img {
        background: url(../img/audio_clip.png) top left no-repeat;
        height: 56px;
        width: 100%;
    }

        .LoginCaptchaBox .btnCaptcha_img:hover {
            background: url(../img/audio_clipHover.png) top left no-repeat;
        }

/*Login Page Ends*/



/*Left Pannel Starts*/
/* Icon Fonts (SVG) All the way for Better Left Panel Icons*/
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?-yqulgr');
    src: url('../fonts/icomoon.eot?#iefix-yqulgr') format('embedded-opentype'), url('../fonts/icomoon.woff?-yqulgr') format('woff'), url('../fonts/icomoon.ttf?-yqulgr') format('truetype'), url('../fonts/icomoon.svg?-yqulgr#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-info-ic:before {
    content: "\e600";
}

.icon-icu-ic:before {
    content: "\e601";
}

.icon-msi-ic:before {
    content: "\e602";
}

.icon-bag-ic:before {
    content: "\e614";
}

.icon-hopt-ic:before {
    content: "\e617";
}

.icon-wards-ic:before {
    content: "\e63d";
}

.icon-ipd-ic:before {
    content: "\e63e";
}

.icon-hrms-ic:before {
    content: "\e63f";
}

.icon-hospital-ic:before {
    content: "\e640";
}

.icon-doc-ic:before {
    content: "\e641";
}

.icon-emergency-ic:before {
    content: "\e642";
}

.icon-doc-bag-ic:before {
    content: "\e643";
}

.icon-clinical-ic:before {
    content: "\e607";
}

.icon-admin-ic:before {
    content: "\e608";
}

.icon-icon-label-menu:before {
    content: "\e60a";
}

.icon-doller-ic:before {
    content: "\e60b";
}

.icon-msg-ic {
    background: url(../img/sprite.png) -858px -388px no-repeat;
    width: 26px;
    height: 26px;
    cursor: pointer;
    display: inline-block;
    vertical-align: sub;
}

.icon-mhc-ic {
    background: url(../img/sprite.png) -132px -28px no-repeat;
    width: 19px;
    width: 24px !important;
    height: 26px;
    cursor: pointer;
    display: block;
    vertical-align: sub;
    margin-left: 13px;
}


/* End of Icon Fonts */
@font-face {
    font-family: 'hmis-icon';
    /*src: url('..//fonts/hmis-icon.eot?asfumz');*/
    src: url('../Content/app-style/fonts/hmis-icon.eot?asfumz');
    src: url('../Content/app-style/fonts/hmis-icon.eot?asfumz#iefix') format('embedded-opentype'), url('../Content/app-style/fonts/hmis-icon.ttf?asfumz') format('truetype'), url('../Content/app-style/fonts/hmis-icon.woff?asfumz') format('woff'), url('../Content/app-style/fonts/hmis-icon.svg?asfumz#hmis-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*icons*/
.icon-nav {
    font-family: 'hmis-icon';
    background: none;
}

.icon {
    font-family: 'hmis-icon';
}

/* End of Icon Fonts */
.icon-nav {
    width: 23px;
    height: 15px;
    /*background: url(../img/sprite.png) -627px -238px no-repeat;*/
    margin-top: 13px;
}

.icon_remove_star {
    background: url(../img/fav-remove.png) 18px 0px no-repeat;
}

.icon_empty_star {
    background: url(../img/sprite.png) 0px -108px no-repeat;
    width: 18px;
    height: 18px;
    cursor: pointer;
    display: block;
}

    .icon_empty_star:hover {
        background: url(../img/sprite.png) -20px -108px no-repeat;
        width: 18px;
        height: 18px;
        cursor: pointer;
        display: block;
    }

    .icon_empty_star.active {
        background: url(../img/sprite.png) -20px -108px no-repeat;
        width: 18px;
        height: 18px;
        cursor: pointer;
        display: block;
    }

.icon_down_arrow {
    background: url(../img/sprite.png) -513px -169px no-repeat;
    width: 13px;
    height: 13px;
    cursor: pointer;
    display: inline-block;
}

.icon_down_arrow_square {
    background: url(../img/sprite.png) -23px -161px no-repeat;
    width: 20px;
    height: 18px;
    cursor: pointer;
    display: block;
}

.icon_refresh {
    background: url(../img/sprite.png) -279px -144px no-repeat;
    width: 18px;
    height: 18px;
    cursor: pointer;
    display: inline-block;
    vertical-align: sub;
}
/*.icon_refresh:hover{background:url(../img/sprite.png) -279px -161px no-repeat;width:18px; height:18px; cursor:pointer; display:inline-block;}*/

.icon_attachment {
    background: url(../img/sprite.png) -375px -193px no-repeat;
    width: 18px;
    height: 18px;
    cursor: default !important;
    display: block;
}

    .icon_attachment:hover {
        background: url(../img/sprite.png) -375px -193px no-repeat;
        width: 18px;
        height: 18px;
        cursor: pointer;
        display: block;
    }

/*.icon_inbox{background:url(../img/sprite.png) -994px -987px no-repeat;width:27px; height:18px; cursor:pointer; display:inline-block;vertical-align:sub;}*/
.icon_outbox {
    background: url(../img/sprite.png) -994px -1011px no-repeat;
    width: 25px;
    height: 18px;
    cursor: pointer;
    display: inline-block;
    vertical-align: sub;
}

.icon_inbox {
    background: url(../img/sprite.png) -403px -142px no-repeat;
    width: 25px;
    height: 18px;
    cursor: pointer;
    display: inline-block;
    vertical-align: sub;
}

.icon_trash {
    background: url(../img/sprite.png) -994px -1031px no-repeat;
    width: 25px;
    height: 18px;
    cursor: pointer;
    display: inline-block;
    vertical-align: sub;
}

.icon_all {
    background: url(../img/sprite.png) -994px -490px no-repeat;
    width: 25px;
    height: 18px;
    cursor: pointer;
    display: inline-block;
    vertical-align: sub;
}

.icon_important {
    background: url(../img/sprite.png) -994px -1471px no-repeat;
    width: 25px;
    height: 18px;
    cursor: pointer;
    display: inline-block;
    vertical-align: sub;
}

.icon_exclamation_blue {
    background: url(../img/sprite.png) -297px -187px no-repeat;
    width: 5px;
    height: 23px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 4px;
}

.icon_exclamation_orange {
    background: url(../img/sprite.png) -301px -187px no-repeat;
    width: 5px;
    height: 23px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 4px;
}

.icon_exclamation_red {
    background: url(../img/sprite.png) -305px -187px no-repeat;
    width: 5px;
    height: 23px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 4px;
}
/**     for top menu toogle icon     **/
.icon-search {
    background: url(../img/sprite.png) -38px -107px no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    cursor: pointer;
}

.icon-star {
    background: url(../img/sprite.png) 0 -109px no-repeat;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.icon-star-sm {
    background: url(../img/sprite.png) 0 -127px no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}

.icon-leftarrow {
    background: url(../img/sprite.png) 0 -141px no-repeat;
    width: 6px;
    height: 9px;
    margin: 0 0 0 4px;
}

.icon-rightarrow {
    background: url(../img/sprite.png) 0 -177px no-repeat;
    width: 6px;
    height: 10px;
    margin: 0 4px 0 0;
}

.style1 {
    width: 100%;
}

.wd1 {
    width: 1%;
}

.wd5 {
    width: 5%;
}

.wd10 {
    width: 10%;
}

.wd15 {
    width: 15%;
}

.wd20 {
    width: 20%;
}

.fav-block {
    position: relative;
    width: 61px;
    height: 40px;
    float: left;
}

.favlist {
    width: 61px;
    height: 40px;
    display: block;
    float: left;
    background: #43b3d7;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
}

.favarrow {
    position: absolute;
    width: 15px;
    cursor: pointer;
    margin-top: 16px;
    display: none;
}

.fav-block.active .favarrow {
    display: block;
}

.favarrow.pr-arrow {
    left: 0;
    top: 0;
    margin-left: 4px;
}

.favarrow.nx-arrow {
    right: 0;
    top: 0;
}

.favlist a {
    font-size: 20px;
    line-height: 36px;
    color: #fff;
}

.fav-block .icon-rightarrow {
    background: url(../img/sprite.png) -330px -193px no-repeat;
}

.fav-block .icon-leftarrow {
    background: url(../img/sprite.png) -335px -193px no-repeat;
}

.arrbxMenu {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -10px;
    margin-top: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 8px 0;
    border-color: transparent #32374A transparent transparent;
    line-height: 0px;
}

body {
       font-family: 'Source Sans Pro';
    font-size: 14px;
    font-weight: normal;
    color: #5d6771;
    overflow: hidden !important;
}

.jelly-page {
    height: 100%;
}

    .jelly-page body {
        height: 100%;
    }

#eq > span {
    height: 120px;
    float: left;
    margin: 15px;
}

.sliderbar {
    width: 526px;
    border-radius: 0px;
    height: 7px;
}

.logo-nav.logo-nav1 {
    width: 738px;
    height: 36px;
}

/* Responsive Navigation */
.navgator {
    width: 61px;
    height: 40px;
    display: block;
    float: left;
    background: #43b3d7;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
}
/*.response-nav{background:#B379C0; width:61px; position:absolute; left:-61px; top:0; height:100%; z-index:101;} */ /*for purpul color*/
/*.response-nav{background:#2C3243; width:61px; position:absolute; left:-61px; top:0; height:100%; z-index:101;}*/
.response-nav {
    background: #aa72a6;
    width: 61px;
    position: absolute;
    left: -61px;
    top: 0;
    height: 100%;
    z-index: 1100;
}

    .response-nav > nav {
        width: 100%;
        float: left;
    }

        .response-nav > nav > ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            .response-nav > nav > ul > li {
                border-bottom: 1px solid #83497f;
                position: relative;
                width: 100%;
                float: left;
            }
                /*.response-nav > nav > ul > li{border-bottom:1px solid #242b3e; position:relative; width:100%; float:left;}*/
                /*.response-nav > nav > ul > li > a{ display:block; width:61px; height:42px; text-align:center; color:#fff; font-weight:bold; font-size:10px;
                                    background:#B379C0; transition:all 0.2s ease; -webkit-transition:all 0.2s ease;}for purpul color*/
                /*.response-nav > nav > ul > li > a{ display:block; width:61px; height:42px; text-align:center; color:#AABAC2; font-size:9px;
background:#2C3243; transition:all 0.2s ease; -webkit-transition:all 0.2s ease;}*/
                .response-nav > nav > ul > li > a {
                    display: block;
                    width: 61px;
                    height: 42px;
                    text-align: center;
                    color: #fff;
                    font-size: 9px;
                    background: #aa72a6;
                    transition: all 0.2s ease;
                    -webkit-transition: all 0.2s ease;
                }

                .response-nav > nav > ul > li:hover > a { /* width:72px; height:64px; */
                    background: #2b75a6;
                    color: #fff;
                }

/*.logo-nav{width:100%; float:left; height:40px;
background: #1f4e68;
background: -moz-linear-gradient(top,  #2c7890 0%, #1f4e68 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c7890), color-stop(100%,#1f4e68));
background: -webkit-linear-gradient(top,  #2c7890 0%,#1f4e68 100%);
background: -o-linear-gradient(top,  #2c7890 0%,#1f4e68 100%);
background: -ms-linear-gradient(top,  #2c7890 0%,#1f4e68 100%);
background: linear-gradient(to bottom,  #2c7890 0%,#1f4e68 100%);
}*/
.logo-nav {
    width: 100%;
    float: left;
    height: 40px;
    background: #1f4e68;
    background: -moz-linear-gradient(top, #003141 0%, #26303c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003141), color-stop(100%,#26303c));
    background: -webkit-linear-gradient(top, #003141 0%,#26303c 100%);
    background: -o-linear-gradient(top, #003141 0%,#26303c 100%);
    background: -ms-linear-gradient(top, #003141 0%,#26303c 100%);
    background: linear-gradient(to bottom, #003141 0%,#26303c 100%);
}

.logo {
    /*width: 156px;*/
    width: 127px; /*IP-55813*/
    height: 23px;
    background: url(../img/sprite.png) 0 -197px no-repeat;
    display: block;
    text-indent: -9999px;
    margin: 9px 0 0 10px;
    float: left;
}

.logo-nav nav > ul {
    list-style-type: none;
}

.logo-nav nav > ul {
    margin: 0;
    padding: 0;
}

    .logo-nav nav > ul > li {
        float: left;
        width: 72px;
        border-left: 1px solid #307ca6;
        border-right: 1px solid #307ca6;
        position: relative;
    }

        .logo-nav nav > ul > li > a {
            position: relative;
            padding: 7px 0 7px 0;
            display: block;
            text-align: center;
            vertical-align: middle;
        }

        .logo-nav nav > ul > li:hover > a,.logo-nav nav .dropdown.open > a {
            border-top: 2px solid #35bc7f;
            background: #0c4263;
        }

        .logo-nav nav > ul > li:hover { /*border-color:#0b3b58;*/
        }

            .logo-nav nav > ul > li:hover a .attr {
                color: #c3f0ff;
            }

            .logo-nav nav > ul > li:hover a .jelly.orange {
                background: #ff8d7e;
                background: -moz-linear-gradient(top, #ff8d7e 0%, #ba3828 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8d7e), color-stop(100%,#ba3828)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #ff8d7e 0%,#ba3828 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #ff8d7e 0%,#ba3828 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #ff8d7e 0%,#ba3828 100%); /* IE10+ */
                background: linear-gradient(to bottom, #ff8d7e 0%,#ba3828 100%); /* W3C */
            }

            .logo-nav nav > ul > li:hover a .jelly.grey {
                background: #e0e0e0;
                background: -moz-linear-gradient(top, #e0e0e0 0%, #a1a1a1 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#a1a1a1)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #e0e0e0 0%,#a1a1a1 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #e0e0e0 0%,#a1a1a1 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #e0e0e0 0%,#a1a1a1 100%); /* IE10+ */
                background: linear-gradient(to bottom, #e0e0e0 0%,#a1a1a1 100%); /* W3C */
            }

            .logo-nav nav > ul > li:hover a .jelly.yellow {
                background: #f7d837;
                background: -moz-linear-gradient(top, #f7d837 3%, #ac9118 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#f7d837), color-stop(100%,#ac9118)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #f7d837 3%,#ac9118 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #f7d837 3%,#ac9118 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #f7d837 3%,#ac9118 100%); /* IE10+ */
                background: linear-gradient(to bottom, #f7d837 3%,#ac9118 100%); /* W3C */
            }

        .logo-nav nav > ul > li.active > a .jelly.grey {
            border: 1px solid #1d4762;
            box-shadow: 0 0 0px 2px #fff;
        }

        .logo-nav nav > ul > li.active > a .jelly.yellow {
            border: 1px solid #1d4762;
            box-shadow: 0 0 0px 2px #ffed77;
        }

        .logo-nav nav > ul > li.active > a .jelly.orange {
            border: 1px solid #1d4762;
            box-shadow: 0 0 0px 2px #fda398;
        }

        .logo-nav nav > ul > li .dropdown-menu {
            background: #c3f0ff;
            padding: 0;
            margin: 0;
            border-radius: 0;
            border: 0;
            width: 225px;
        }

            .logo-nav nav > ul > li .dropdown-menu > li > a {
                color: #082a3e;
                font-size: 11px;
                border-bottom: 1px solid #84c6dc;
                padding: 7px 25px;
                position: relative;
            }

            .logo-nav nav > ul > li .dropdown-menu > li:hover > a span {
                background-position-y: -166px;
            }

            .logo-nav nav > ul > li .dropdown-menu > li.disab > a {
                color: #316788;
                cursor: default;
            }

            .logo-nav nav > ul > li .dropdown-menu > li:hover > a {
                background: #082a3e;
                color: #fff;
            }

            .logo-nav nav > ul > li .dropdown-menu > li.disab:hover > a {
                background: #0c4263;
            }

.onotify {
    color: #683613;
    border-radius: 20%;
    background: #e87c3b;
    text-align: center;
    min-width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0 5px;
}

.logo-nav nav > ul > li .dropdown-menu::after {
    border-bottom-color: #c3f0ff;
}

.logo-nav nav > ul > li .dropdown-menu::before {
}

.logo-nav nav > ul > li .pull-right.dropdown-menu::after {
    right: 49px;
}

.logo-nav nav > ul > li .pull-right.dropdown-menu::before {
    right: 49px;
}

.icon-p2p {
    background: url(../img/p2p.png) no-repeat;
    width: 16px;
    height: 17px;
    vertical-align: middle;
    top: 7px;
    left: 5px;
}

.logo-nav nav > ul > li .dropdown-menu > li:hover .icon-p {
    background: url(../img/p2p.png) 0 -18px no-repeat;
}

.top-brdr {
    border-top: 2px solid #6094a4;
}

.resolution-img {
    display: block;
    margin: 55px auto 95px auto;
}

.attr { /*position:absolute; top:1px; right:2px;*/
    color: #ffffff;
    font-size: 13px;
    position: relative;
    top: 2px;
    margin-right: 2px;
}
/*Custom Styles */
.jelly {
    min-width: 37px;
    height: 26px;
    border: 2px solid #25617b;
    font-size: 12px;
    text-align: center;
    color: #1b1b1b;
    font-style: normal;
    border-radius: 13px;
    vertical-align: middle;
    line-height: 23px;
    font-weight: 600;
    padding: 0 5px;
}

    .jelly.yellow { /*background:url(../img/sprite.png) -401px -59px no-repeat;*/
        background: #ffea61;
        background: -moz-linear-gradient(top, #ffea61 0%, #d6b522 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffea61), color-stop(100%,#d6b522));
        background: -webkit-linear-gradient(top, #ffea61 0%,#d6b522 100%);
        background: -o-linear-gradient(top, #ffea61 0%,#d6b522 100%);
        background: -ms-linear-gradient(top, #ffea61 0%,#d6b522 100%);
        background: linear-gradient(to bottom, #ffea61 0%,#d6b522 100%);
    }

    .jelly.orange { /*background:url(../img/sprite.png) -368px -59px no-repeat;*/
        background: #ff9387;
        background: -moz-linear-gradient(top, #ff9387 1%, #ff7260 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ff9387), color-stop(100%,#ff7260));
        background: -webkit-linear-gradient(top, #ff9387 1%,#ff7260 100%);
        background: -o-linear-gradient(top, #ff9387 1%,#ff7260 100%);
        background: -ms-linear-gradient(top, #ff9387 1%,#ff7260 100%);
        background: linear-gradient(to bottom, #ff9387 1%,#ff7260 100%);
    }

    .jelly.grey { /*background:url(../img/sprite.png) -335px -59px no-repeat;*/
        background: #f2f2f2;
        background: -moz-linear-gradient(top, #f2f2f2 1%, #cccccc 99%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f2f2f2), color-stop(99%,#cccccc));
        background: -webkit-linear-gradient(top, #f2f2f2 1%,#cccccc 99%);
        background: -o-linear-gradient(top, #f2f2f2 1%,#cccccc 99%);
        background: -ms-linear-gradient(top, #f2f2f2 1%,#cccccc 99%);
        background: linear-gradient(to bottom, #f2f2f2 1%,#cccccc 99%);
    }

.icon-p {
    background: url(../img/sprite.png) -296px -147px no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 3px;
    top: 5px;
}

.control-nav {
    background: #e9f8ff;
    float: left;
    width: 100%;
    padding: 0;
    border: 1px solid #abd7e2;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

    .control-nav > ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .control-nav > ul > li {
            float: left;
            margin: 0;
        }

            .control-nav > ul > li > a {
                color: #062536;
                font-weight: 600;
                display: block;
                line-height: 24px;
                padding: 0 10px;
            }

                .control-nav > ul > li > a:hover, .control-nav > ul > li.open > a {
                    color: #fff;
                    background: #0b364c;
                }

            .control-nav > ul > li .dropdown-menu li a, .filter-tog .dropdown-menu li a {
                color: #2584a2;
                font-size: 12px;
                padding: 3px 10px 3px 0;
                position: relative;
            }

                .control-nav > ul > li .dropdown-menu li a i, .filter-tog .dropdown-menu li a i {
                    width: 33px;
                    height: 27px;
                    display: inline-block;
                }

            .control-nav > ul > li .dropdown-menu li.divider, .filter-tog .dropdown-menu li.divider {
                margin: 0;
                height: 2px;
            }

            .control-nav > ul > li .dropdown-menu, .filter-tog .dropdown-menu {
                padding: 0;
                border-color: #a2b3c0;
            }

                .control-nav > ul > li .dropdown-menu li, .filter-tog .dropdown-menu li {
                    border-bottom: 1px solid #cfdde8;
                }

.filter-tog .dropdown-menu {
    width: 265px;
}

    .filter-tog .dropdown-menu li a {
        vertical-align: middle;
        position: relative;
        line-height: 27px;
    }

        .filter-tog .dropdown-menu li a input[type="checkbox"] {
            margin: 0 4px 0 10px;
            vertical-align: middle;
        }

        .filter-tog .dropdown-menu li a i {
            position: absolute;
            right: 3px;
            top: 3px;
        }

.lookup-toogle1 {
    float: right;
    margin: 0;
    border-right: 1px solid #2d779f;
}

 .lookup-toggle {
    float: left;
    width: 40px;
    padding: 0 8px;
    position: relative;
    border-top: 2px solid #222c38;
    list-style: none;
    margin: 0;
    height: 45px;
}
.lookup-toggle.open,.lookup-toggle:hover,.lookup-toggle:active{
    border-top:2px solid #35bc7f;
    background:#0c4263;
}

.lookup-toggle .icon-BMI {
    position: relative;
    z-index: 10;
}

.lookup-toggle .lookup-drop.patient-lookup.padl25 > input[type="text"] {
    height: 26px;
    border-radius: 0;
    padding-left: 25px;
}

.lookup-toggle .lookup-drop .input-group-btn:last-child > .btn {
    height: 26px;
}

.lookup-toggle .hidden-tog {
    width: 0px;
    float: left;
    margin-left: 2px;
    overflow: hidden;
}

.lookup-toggle .hidden-tog.visible {
    overflow: visible;
    float: left;
}

.control-nav > ul > li:hover > a {
    text-decoration: none;
}

.iconlist {
    background: #e9f8ff;
    float: left;
    width: 100%;
    position: relative;
}

    .iconlist > ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        border-bottom: 1px solid #abd7e2;
    }

        .iconlist > ul > li {
            float: left;
            border-right: 1px solid #abd7e2;
        }

            .iconlist > ul > li > a {
                line-height: 27px;
                display: block;
                padding: 0;
                float: left;
                width: 100%;
                position: relative;
            }

            .iconlist > ul > li:hover {
                border-color: #0b364c;
            }

                .iconlist > ul > li:hover > a {
                    background: #0b364c;
                    box-shadow: inset 0 0 3px #007592;
                    text-decoration: none;
                }

            .iconlist > ul > li > a > i {
                width: 33px;
                height: 27px;
                float: left;
            }

            .iconlist > ul > li.active > a {
                background: #0b364c;
                box-shadow: inset 0 0 3px #007592;
            }

                .iconlist > ul > li.active > a:after {
                    top: 100%;
                    left: 50%;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                    border-color: rgba(11, 54, 76, 0);
                    border-top-color: #0b364c;
                    border-width: 3px;
                    margin-left: -3px;
                    z-index: 1;
                }

            .iconlist > ul > li.active {
                border-color: #0b364c;
            }

                .iconlist > ul > li.active > a > i, .iconlist > ul > li > a:hover > i {
                    background-position-y: -27px;
                }

                .iconlist > ul > li.active > a > .icon-hospital {
                    background: url(../img/sprite.png) -66px -27px no-repeat;
                }

.filter-tog {
    position: absolute;
    top: 0;
    right: 0;
}

    .filter-tog a:hover .math-filter {
        background: url(../img/sprite.png) 0 -54px no-repeat;
    }

.icon-BMI {
    background: url(../img/sprite.png) 0 -228px no-repeat;
    width: 37px;
    height: 27px;
    text-indent: -9999px;
    display: block;
    margin: 0;
}

    .icon-BMI:hover {
        background: url(../img/sprite.png) -99px -295px no-repeat;
    }

.icon-moblie {
    background: url(../img/sprite.png) -116px -183px no-repeat;
    width: 8px;
    height: 10px;
}

.search_icn {
    background: url(../img/search_icn.png) no-repeat;
    display: inline-block;
    width: 15px;
    height: 14px;
    position: absolute;
    top: 8px;
    left: 5px;
    z-index: 9;
}

.iconrx {
    background: url(../img/universal-serachsprite.png) 0 -44px;
    height: 22px;
    width: 22px;
    display: inline-block;
    vertical-align: middle;
}

.iconlb {
    background: url(../img/universal-serachsprite.png) 0 -67px;
    height: 22px;
    width: 22px;
    display: inline-block;
    vertical-align: middle;
}

.iconblupat {
    background: url(../img/universal-serachsprite.png) 0 -114px;
    height: 22px;
    width: 22px;
    display: inline-block;
    vertical-align: middle;
}

.result-sec > ul > li:hover .iconblupat {
    background: url(../img/universal-serachsprite.png) 0 -135px;
}

.iconimm {
    background: url(../img/universal-serachsprite.png) 0 -90px;
    height: 22px;
    width: 22px;
    display: inline-block;
    vertical-align: middle;
}

.iconbman {
    background: url(../img/universal-serachsprite.png) 0 -156px;
    height: 22px;
    width: 22px;
    display: inline-block;
    vertical-align: middle;
}

.display-result {
    width: 340px;
    background: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -340px;
}

.resultbox {
    text-align: center;
    line-height: 20px;
    position: relative;
}

.searchresult .jspDrag {
    background: #48BCE1;
}

.searchresult .jspTrack {
    background: #017398;
}

.search-panel.open .searchresult {
    display: block;
}

.form-control.patient-input.srch-function {
    height: 28px;
    line-height: 24px;
    font-size: 11px;
    font-style: italic;
}

.btn.btn-default.dropdown-toggle.srch-function {
    height: 28px;
    line-height: 24px;
    font-size: 11px;
    font-style: italic;
}

.search_icn.search_icdicn {
    top: 7px;
}
/*P2P message 24-1-15 monika*/
.icon-p2p.icon-p2p1 {
    left: 0px !important;
    top: 0px !important;
}

.p2p-msg {
    background: url(../img/P2Pmsg.png) no-repeat;
    width: 21px;
    height: 20px;
}

/* Patient Lookup */
.lookup-drop .dropdown-menu { /*width:311px;*/
    margin: 0;
    padding: 0;
}

    .lookup-drop .dropdown-menu .drop-header {
        background: #2586a6;
        padding: 10px;
    }

        .lookup-drop .dropdown-menu .drop-header h4 {
            margin: 0;
            font-size: 13px;
            color: #fff;
        }

.lookup-drop .input-group-addon {
    background: #fff;
    padding: 5px;
    border-radius: 0 3px 3px 0 !important;
}

.lookup-drop > input[type="text"] {
    box-shadow: none;
    border-right: 1px solid #ccc;
    padding-left: 25px;
}

.lookup-drop.with-control.open > .input-group-btn > .btn {
    background: #fff;
    border-color: #ccc;
}

.lookup-drop.with-control > .input-group-btn {
    vertical-align: top;
}

    .lookup-drop.with-control > .input-group-btn:not(.last) .btn {
        border-radius: 0;
        border-right: 0;
    }

.lookup-drop.with-control > .input-group-addon {
    vertical-align: top;
    height: 30px;
}

.lookup-drop.with-control > .input-group-btn.last .btn {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 0 3px 3px 0 !important;
    padding: 5px;
}

.lookup-drop.with-control ul.tagit li.tagit-new {
    padding: 0;
}

.lookup-drop.with-control .tagit {
    border-radius: 3px 0 0 3px !important;
    padding-left: 8px;
    border-color: #ccc;
    display: table-cell;
}

    .lookup-drop.with-control .tagit input[type="text"] {
        border-radius: 3px 0 0 3px !important;
        border-right: 0;
        height: 20px;
        font-size: 12px;
        padding-right: 15px;
    }

.lookup-drop.with-control > .input-group-btn > .btn {
    border-left: transparent;
    box-shadow: none;
}

.lookup-drop.with-control .input-group-btn > .btn:hover, .lookup-drop.with-control .input-group-btn > .btn:focus, .lookup-drop.with-control .input-group-btn > .btn:active, .lookup-drop.with-control .input-group-btn.open > .btn {
    background: #fff;
    border-color: #ccc;
}

.lookup-drop.with-control > .input-group-addon:last-child {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}



.lookup-drop .input-group-btn:last-child > .btn {
    margin-left: 0px;
}

.fav-menu.dropdown-menu {
    border-radius: 0 0 3px 3px;
    box-shadow: none;
    margin-top: 2px;
    top: 30px;
    z-index: 1003;
}

    .fav-menu.dropdown-menu > li > a {
        color: #242424;
        font-size: 12px;
        padding: 3px 8px;
        border-bottom: 1px solid #eeeeee;
    }

    .fav-menu.dropdown-menu > li:hover > a {
        background: #f5fcff;
    }

    .fav-menu.dropdown-menu > li:last-child > a {
        border-bottom: 0;
    }

.dropdown-menu.search-drop li.orange-filter:hover {
    background: #fff3e9;
}

.dropdown-menu.search-drop li.orange-filter {
    position: absolute;
    left: 100%;
    background: #fff3e9;
    top: 0;
    width: 234px;
    border: 1px solid #e8cdb5;
}

.label.label-grey {
    margin-right: 5px;
}

.label.label-grey {
    background: #f2f2f2;
    color: #242424;
    border: 1px solid #dcdcdc;
    height: 20px;
    line-height: 15px;
}

    .label.label-grey a {
        margin-left: 5px;
        cursor: pointer;
    }

.drop-content {
    padding: 10px 0;
}

    .drop-content .form-group {
        margin: 0 0 10px 0;
    }

        .drop-content .form-group .control-label {
            padding-top: 0;
            margin-bottom: 5px;
            font-size: 12px;
            font-weight: bold;
            color: #242424;
        }

        .drop-content .form-group input[type="text"] { /*border-radius:3px;*/
            height: 25px;
            line-height: 25px;
            padding: 2px 8px;
            font-size: 12px;
        }

        .drop-content .form-group select {
            border-radius: 3px !important;
            height: 25px;
            line-height: 25px;
            padding: 2px 4px;
            font-size: 12px;
        }

        .drop-content .form-group .input-group-btn .btn {
            height: 25px;
        }

        .drop-content .form-group .input-group-addon {
            height: 25px;
            padding: 0;
        }
/*.lookup-drop .input-group-btn .dropdown-menu::after{border-bottom: 6px solid #2586a6;}*/
.search-drop.dropdown-menu::after {
    display: none;
}

.search-drop.dropdown-menu::before {
    display: none;
}

.drop-content .form-group .checkbox {
    font-size: 11px;
    font-weight: 600;
    color: #383838;
}

.drop-content .form-group .radio {
    font-size: 11px;
    font-weight: 600;
    color: #383838;
}

.drop-content .form-group .checkbox input[type="checkbox"] {
    margin-top: 2px;
}

.drop-content .form-group .inpt-checkbox.checkbox {
    font-size: 12px;
    color: #676767;
}

.blue-wrap {
    background: #f5fcff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    padding: 0 10px 5px 10px;
}

.dropdown-menu.search-drop {
    padding: 0;
    margin: 0;
    width: 375px;
    margin-top: 2px;
}

    .dropdown-menu.search-drop li > h4 {
        font-size: 13px;
        color: #2586a6;
        margin: 0 0 5px 0;
        font-weight: 600;
    }

    .dropdown-menu.search-drop li > p {
        color: #383838;
        font-size: 12px;
        margin-bottom: 5px;
    }

        .dropdown-menu.search-drop li > p span {
            color: #9da0a1;
            margin: 0 5px;
        }

        .dropdown-menu.search-drop li > p.pos-right {
            position: absolute;
            right: 10px;
            bottom: 10px;
            text-align: right;
        }

    .dropdown-menu.search-drop li:hover {
        background: #fff;
        cursor: pointer;
    }

    .dropdown-menu.search-drop li {
        background: #f5fcff;
        border-bottom: 1px solid #dcdfe1;
        font-size: 11px;
        color: #383838;
        position: relative;
    }

.cont-but {
    padding: 10px;
    background: #fff;
}

    .cont-but a {
        font-size: 12px;
        text-decoration: underline;
        color: #2586a6;
        margin-top: 5px;
        float: left;
    }

        .cont-but a:hover {
            color: #6DC2E8;
        }

.edit-cat {
    position: absolute;
    right: 10px;
    top: 5px;
}

.dropdown-menu.search-drop li:hover .edit-cat {
    display: block;
}

.edit-cat .btn {
    font-size: 9px;
}

.edit-cat i {
    margin-left: 4px;
}

.edit-cat .blue {
    color: #2586a6;
    font-weight: 600;
    border-right: 1px solid #ddd;
    padding-right: 10px;
}

.delete-section {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #348eac;
}

    .delete-section h5 {
        color: #fff;
        text-align: center;
        font-size: 13px;
    }

    .delete-section .btn {
        text-align: center;
    }

.cancel-wrap {
    width: 100px;
    margin: 0 auto;
}

.drop-footer {
    padding: 0 15px 10px 15px;
}

.dropdown-menu.search-drop li:hover > a h4 {
    color: #fff;
}

.dropdown-menu.search-drop li:hover > a p {
    color: #fff;
}

    .dropdown-menu.search-drop li:hover > a p span {
        color: #a8d0de;
    }

.dropdown-menu.search-drop li:hover > a .icon-moblie {
    background: url(../img/sprite.png) -124px -183px no-repeat;
}

.dropdown-menu.search-drop li:hover > a .icon-print {
    background: url(../img/sprite.png) -363px -206px no-repeat;
}

.dropdown-menu.search-drop li:hover > a .icon-map {
    background: url(../img/sprite.png) -144px -173px no-repeat;
}

.dropdown-menu.search-drop li:hover > a .icon-edit.white {
    background: url(../img/sprite.png) -164px -157px no-repeat;
}

.dropdown-menu.search-drop li:hover > a .icon-cancel.white {
    background: url(../img/sprite.png) -181px -157px no-repeat;
}

.dropdown-menu.search-drop li:hover > a .blue {
    color: #fff;
}

.nav-selection > a {
    display: block;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
    color: #6a6a6a;
}

    .nav-selection > a .caret {
        margin-right: 5px;
    }

.fac_list.bgnone .icon-edit {
    margin-top: -2px;
}

.fac_list.bgnone .icon-cancel {
    margin-top: -2px;
}

.fac_list .icon-edit {
    margin-top: -6px;
}

.fac_list .icon-cancel {
    margin-top: -6px;
}

.fac_list .def_det p {
    line-height: 17px;
}

.dropdown-menu.search-drop.fac_list li:hover {
    background: #348eac;
}

.dropdown-menu.search-drop.fac_list.bgnone li:last-child:hover {
    background: none;
}

.dropdown-menu.search-drop.fac_list li:hover .icon-edit {
    background: url(../img/sprite.png) -164px -157px no-repeat;
}

.dropdown-menu.search-drop.fac_list li:hover .icon-cancel {
    background: url(../img/sprite.png) -181px -157px no-repeat;
}

.dropdown-menu.search-drop.fac_list li:hover .def_det h4 {
    color: #fff;
}

.dropdown-menu.search-drop.fac_list li:hover .def_det p {
    color: #fff;
}

.patient-lookup .blue {
    color: #2586a6;
    font-weight: 600;
}

.dropdown-menu.search-drop.fac_look .icon-map1 {
    background: url(../img/sprite.png) -144px -173px no-repeat;
    width: 8px;
    height: 9px;
    position: relative;
    top: -2px;
}

.fac_look .def_det p {
    line-height: 22px;
}

.fac_look .add_det p {
    line-height: 22px;
}

.colcode_gray {
    background: url(../img/colcode_gray.png) no-repeat;
    width: 23px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.colcode_black {
    background: url(../img/colcode_black.png) no-repeat;
    width: 23px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.dropdown-menu.search-drop.fac_list li:hover .blue {
    color: #fff;
}

.drop-content.txti .form-group input[type="text"] {
    font-style: italic;
}

.dropdown-menu.search-drop.fac_look li .icon-print {
    background: url(../img/sprite.png) -363px -206px no-repeat;
    width: 12px;
    height: 12px;
    margin-left: 10px;
}

.cont-but a.noudr {
    text-decoration: none;
}

.dropdown-menu.search-drop.phrm_look .icon-print1 {
    background: url(../img/sprite.png) -363px -206px no-repeat;
    width: 12px;
    height: 12px;
    margin-left: 0px;
}

.dropdown-menu.search-drop.phrm_look .icon-map {
    background: url(../img/sprite.png) -144px -173px no-repeat;
    width: 8px;
    height: 9px;
    position: relative;
    top: -2px;
}

.dropdown-menu.search-drop.phrm_look .icon-map1 {
    background: url(../img/sprite.png) -144px -183px no-repeat;
    width: 8px;
    height: 9px;
    position: relative;
    top: -2px;
}

.patient-lookup .divide {
    margin: 0px 5px;
}

.lookup-drop .input-group-btn:last-child > .btn.input_xs {
    height: 25px;
}

.main-wrap {
    position: relative;
    height: 100%;
    float: left;
    width: 100%;
}

.orange-drop {
    position: absolute;
    left: 100%;
    display: none;
    left: 69px !important;
}

.nav-label {
    font-size: 24px;
    line-height: 1.2em;
    width: 100%;
    color: #ffffff;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.response-nav > nav > ul > li:last-child .orange-drop {
    top: -110px;
}

.response-nav > nav > ul > li:first-child .orange-drop { /* top:-20px; width:877px; */
}

.response-nav > nav > ul > li:first-child .orange-tabs > ul > li > a {
    padding: 5px 10px;
}

.response-nav > nav > ul > li:first-child .orange-drop:after {
    top: 44px;
}

.response-nav > nav > ul > li:last-child .orange-drop:after {
    top: 120px;
}

.response-nav > nav > ul > li > a.active { /* width:72px; height:64px; */
    background: #2b75a6;
    color: #fff;
}

    .response-nav > nav > ul > li > a.active .nav-label {
        color: #5cd7ff; /* font-size:500%; line-height:1.1em; */
    }
/* .response-nav > nav > ul > li:hover > a .nav-label{color:#fff; font-size:400%; line-height:1.3em;} */

.logout {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #2a373d;
    color: #FFF;
    width: 100%;
    text-align: center;
    line-height: 34px;
}

.icon-logout {
    background: url(../img/sprite.png) -155px -129px no-repeat;
    width: 10px;
    height: 9px;
}

.logout:hover {
    color: #5cd7ff;
}

    .logout:hover i {
        background: url(../img/sprite.png) -155px -138px no-repeat;
    }
/* New Style Nav Update 1-20-15  ^_^ */
/*.black-tab{background:#B378C0; width:150px; position:absolute; left:0; top:0; height:100%; padding:10px 0; height:auto;}for purpale color*/
/*.black-tab{background:#32374A; width:150px; position:absolute; left:0; top:0; height:100%; padding:10px 0; height:auto;}*/
.black-tab {
    background: #32374A;
    width: 150px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 0;
    overflow-Y: auto;
    max-height: 350px;
    box-shadow: 0 0 5px #FE7A25;
    border-radius: 6px 5px 5px 5px;
}

    .black-tab ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
        /*.black-tab ul > li > a{display:block; font-size:10px;color:#fff; font-weight:bold; text-transform:capitalize; padding:5px 10px 5px 15px;} for purple color*/
        .black-tab ul > li > a {
            display: block;
            font-size: 11px;
            color: #D6D8D6;
            text-transform: capitalize;
            padding: 5px 10px;
        }

        .black-tab ul > li:hover > a, .black-tab ul > li.active > a { /*background:#202538; color:#2F89CA;*/
            background: #fff;
            color: #5cd7ff;
            text-decoration: none;
        }

.opt-tab {
    margin-left: 140px;
    display: block;
}

.grey-ss-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #f0f4f7;
}

    .grey-ss-list > li > a {
        display: block;
        font-size: 11px;
        color: #6F6D6C;
        padding: 8px 30px 8px 10px;
        border-bottom: 1px solid #D0DAE3;
        position: relative;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
    }

    .grey-ss-list > li:last-child > a {
        border-bottom: 0;
    }

    .grey-ss-list > li:hover > a, .grey-ss-list > li.active > a {
        background: #3E92CE;
        color: #fff;
    }

    .grey-ss-list > li > a .icon-star {
        position: absolute;
        right: 10px;
        top: 7px;
        display: none;
    }

    .grey-ss-list > li:hover > a .icon-star, .grey-ss-list > li.active > a .icon-star {
        display: inline-block;
    }

.orange-drop.grey-themed {
    height: auto; /* top:0 !important;  width:auto !important*/
}
/* .orange-drop.sc2m{width:580px !important} */
.rd-bd-dense {
    border-right: 4px solid #A5BBCD;
}

.grey-ss-list > li > a .icon-leftarrow {
    margin-right: 10px;
    margin-left: 0;
}

    .grey-ss-list > li > a .icon-leftarrow.sub {
        position: absolute;
        right: 10px;
        top: 12px;
        margin: 0;
    }

.grey-ss-list.h340 {
    height: 340px;
    overflow-y: auto;
}

.opt-tab .search-sections {
    width: 250px;
    float: left;
    border-top: 1px solid #A5BBCD;
    border-bottom: 1px solid #A5BBCD;
}

.search-sections:not(.parent-lvl) {
    position: absolute;
    display: none;
}

.srch-scroll {
    height: 340px;
    width: 100%;
    overflow-y: auto;
    overflow: hidden !important;
}

.orange-list {
    padding-bottom: 0;
    padding-top: 5px;
}
.padtop10 {
    padding-bottom: 0;
    padding-top: 10px;
}

.icon-orangedrop-close.cust-right {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 1;
    cursor: pointer;
}

.orange-drop:after {
    content: '';
    width: 11px;
    height: 16px; /*background:url(../img/left-arrow.png) 0 0 no-repeat;*/
    position: absolute;
    left: -11px;
    top: 90px;
}

.open .orange-drop {
    display: block;
}

.label-menu {
    background: url(../img/sprite.png) -859px 0 no-repeat;
}

.label-favorite {
    background: url(../img/sprite.png) -859px -48px no-repeat;
}

.label-admin {
    background: url(../img/sprite.png) -859px -96px no-repeat;
}

.label-practise {
    background: url(../img/sprite.png) -859px -144px no-repeat;
}

.label-cmr {
    background: url(../img/sprite.png) -859px -192px no-repeat;
}

.label-resd {
    background: url(../img/sprite.png) -859px -240px no-repeat;
}

.label-regs {
    background: url(../img/sprite.png) -859px -288px no-repeat;
}

.label-refr {
    background: url(../img/sprite.png) -859px -336px no-repeat;
}

.label-msg {
    background: url(../img/sprite.png) -859px -384px no-repeat;
}

.label-doc {
    background: url(../img/sprite.png) -859px -432px no-repeat;
}

.label-bill {
    background: url(../img/sprite.png) -859px -480px no-repeat;
}

[class^="icon-tab"], [class*=" icon-tab"] {
    width: 22px;
    height: 21px;
}

.orange-list ul > li:hover > a i {
    background-position-x: -1020px;
}

.orange-list ul > li:hover > a {
    color: #f58f51;
}

.orange-section .drop-content {
    margin-left: 1px;
}

.grey-ss-list > li > a .icon-star.active {
    background: url(../img/whitestar-lpanel.png) 1px 0 no-repeat;
    cursor: pointer;
}

.icon-star.active {
    background: url(../img/sprite.png) -21px -109px no-repeat;
    cursor: pointer;
}

.icon-star-sm.active {
    background: url(../img/sprite.png) -20px -127px no-repeat;
    cursor: pointer;
}

.mt10 {
    margin-top: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mt5 {
    margin-top: 5px;
}

.mr5 {
    margin-right: 5px;
}

.jelly-page form {
    min-height: 100%;
}
/* Ends Here */

/*Left Pannel Ends*/

/* Global Changes Start*/
/* input, select, textarea{
padding: 3px 12px;
font-size: 14px;
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,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 5px !important;
}*/
/*.Outerlabels {
    color: #2b91d9;
    font-size: 14px;
}*/

a:hover, a:focus {
    text-decoration: none;
}
/* Global Changes End*/

/*Top Navigation Page Css Start*/
.blue-nav {
    background: #fff;
    width: 100%;
    float: left;
        border-bottom: 1px solid #e1e1e1;
}

.referal-drop > a {
    font-size: 17px;
    line-height: 30px;
    color: #35bc7f;
    display: block;
}

    .referal-drop > a i {
        height: 24px;
        margin-right: 5px;
    }

.blue-pad {
    padding: 0 10px;
}

.more-dropdown > .dropdown > a.dropdown-toggle {
    color: #333 !important;
    font-size: 12px;
    margin-right: 10px;
    line-height: 30px;
    text-decoration: none;
}

.more-dropdown a.dropdown-toggle:hover, .referal-drop > a:hover {
    color: #333;
    text-decoration: none;
}

.logo-nav a.dropdown-toggle {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.mt5 {
    margin-top: 5px;
}

.logo-nav a.dropdown-toggle:hover .caret {
    color: #2b91d9;
}

.iuser {
    background: url(../img/sprite.png) 0px -312px no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

a:hover .iuser {
    background: url(../img/sprite.png) -24px -312px no-repeat;
}


.logo-nav .dropdown-menu {
    background: #c3f0ff;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    margin-top: 5px;
    margin-right: -10px;
    width: 225px;
    min-width:225px !important;
}

    .logo-nav .dropdown-menu > li > a {
        color: #082a3e;
        font-size: 11px;
        border-bottom: 1px solid #84c6dc;
        padding: 7px 25px;
        position: relative;
    }

.pad10 {
    padding: 10px !important;
    ;
}

.lbbrdbt {
    border-bottom: 1px solid #84c6dc;
}

.log-username {
    color: #082a3e;
    font-size: 12px;
}

/*Top Navigation Page Css End*/

.nomargin {
    margin: 0 !important;
}

.blue-nav .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    font-size: 11px;
    color: #082a3e;
}

.opensBm {
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
    line-height: 30px;
}

.submenus {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    margin-top: 30px;
    margin-right: 15px;
}

.sub2Menu {
    position: absolute;
    right: 100%;
    top: 0;
    display: none;
}

.submenus.active {
    display: block;
}

.sub2Menu.active {
    display: block;
}

.submenus ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 157px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

    .submenus ul li {
        display: block;
        border-bottom: 1px solid #ddd;
    }

        .submenus ul li a {
            display: block;
            padding: 5px 10px;
            color: #343434;
            position: relative;
        }

            .submenus ul li a:hover, .submenus ul li a.active, .submenus > ul > li.active > a {
                background: #c3f0ff;
                display: block;
            }

                .submenus > ul > li:hover > a:after, .submenus > ul > li.active > a:after {
                    right: 100%;
                    top: 50%;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                    border-color: rgba(195, 240, 255, 0);
                    border-right-color: #c3f0ff;
                    border-width: 5px;
                    margin-top: -5px;
                }

.dropdown-submenu {
    position: relative;
}
    .dropdown-submenu > .dropdown-menu {
        top: 0;
        right: 100%;left:unset !important;
        margin:0;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }
    /*.dropdown-submenu:hover>.dropdown-menu{display:block;}*/
    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        margin-top: 5px;
        margin-left: -12px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid #555555;
    }
    .dropdown-submenu > a.open:after {
    border-top:0 !important;
    border-bottom: 6px solid #555555 !important;
    }
    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

.dropdown-menu.pull-left {
    left: -85%;
    margin-left: -33px;
    border-radius: 5px;
}

.dropdown-menu.pull-leftbilling {
    left: -85%;
    margin-left: -119px;
    border-radius: 5px;
}

.dropdown-menu.pull-left.lv2 {
    left: -91%;
    margin: 0;
    border-radius: 5px;
}

.mainInnerSubMenu a{
    max-width:260px;
    background-color:#efefef !important;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mainInnerSubMenu ul{
    padding:0 !important;
    list-style-type:none; 
}
.mainInnerSubMenu ul li > a{
    padding:3px 20px;
    background-color:transparent !important;
    white-space:nowrap;
}
.mainInnerSubMenu ul li{
    background-color:#fff;
    padding:5px 0;
}
.mainInnerSubMenu ul li:hover,.mainInnerSubMenu ul li:active{
    background-color:#efefef !important;
}

/* New Top Navigation*/
.tabbing-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .tabbing-nav ul li {
        float: left;
    }

        .tabbing-nav ul li a {
            color: #000;
    font-size: 11px;
    background: #d6d2d2;
    display: block;
    padding: 5px 10px;
    line-height: 20px;
    border-right: 1px solid #bbbcbd;
        }

        .tabbing-nav ul li:last-child a {
            border: none;
        }

        .tabbing-nav ul li.active a, .tabbing-nav ul li a:hover {
                background: #2a6994;
    color: #fff;
        }

.btbrd2 {
    border-bottom: 2px solid #2a6994;
}

/*Dashboard Page Css*/
.spacer20 {
    margin-bottom: 20px;
}

.mt40 {
    margin-top: 40px;
}

.nopadleft {
    padding-left: 0 !important;
}

.nopadright {
    padding-right: 0 !important;
}
/*
.dash-sec{background: #edf0f1; padding: 10px; height:auto; }*/
.dash-sec {
    background: #edf0f1;
    padding: 20px;
    height: auto;
}

.dash-head {
    border: 2px dotted #b0b2b3;
    text-align: center;
    padding: 5px 0;
    width: 100%;
    color: #4d5869;
    font-size: 15px;
}

.purplbx {
    background: #b379b2;
}

.bluebx {
    background: #00a5e3;
}

.redbx {
    background: #ed6768;
}

.midbx span.tp {
    position: absolute;
    left: 47%;
    top: 0;
    margin-top: -2px;
    width: 29px;
    height: 3px;
}

.midbx {
    height: 365px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    border-radius: 5px;
    position: relative;
}

.bx-header {
    text-align: center;
    margin: 10px 20px 0;
    position: relative;
}

    .bx-header h1 {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        line-height: 30px;
    }

.purplbx .bx-header {
    border-bottom: 3px solid #a463a3;
}

.purplbx span.tp {
    background: url(../img/purplebx-top.png) 0 0 no-repeat;
}

.bluebx .bx-header {
    border-bottom: 3px solid #048cbf;
}

.bluebx span.tp {
    background: url(../img/bluebx-top.png) 0 0 no-repeat;
}

.redbx .bx-header {
    border-bottom: 3px solid #df5e5f;
}

.redbx span.tp {
    background: url(../img/redbx-top.png) 0 0 no-repeat;
}

.icon-event {
    background: url(../img/news-event-icon.png) 0 0 no-repeat;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    display: block;
    margin: 10px auto 0;
}

.icon-ecupdate {
    background: url(../img/ecw-updates-icon.png) 0 0 no-repeat;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    display: block;
    margin: 10px auto 0;
}

.icon-hoptevent {
    background: url(../img/hospital-event-icon.png) 0 0 no-repeat;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    display: block;
    margin: 10px auto 0;
}

.eventlist ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .eventlist ul li {
        border-bottom: 1px solid #a463a3;
        color: #fff;
        padding-top: 20px;
    }

        .eventlist ul li.nobrd {
            border: none;
        }

.dtlbel {
    font-size: 13px;
    font-weight: 600;
}

.eventlist ul li p {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    line-height: 25px;
    padding: 10px 20px;
}

.lstbx-bullet {
    width: 5px;
    height: 11px;
    background: #fff;
    display: inline-block;
    margin-right: 15px;
}

.listbx {
    height: 285px;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}

.date-label {
    background: #52c2ec;
    border-radius: 5px;
    height: 65px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    margin-top: 20px;
}

    .date-label span {
        display: block;
        padding: 5px 0;
    }

        .date-label span:first-child {
            background: #048cbf;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            height: 28px;
        }

.listbx img {
    display: block;
    height: auto;
    max-width: 100%;
}

/*home top img*/
.home-imgsec {
    background: #ffffff;
    padding: 5px;
    text-align: center;
}

.home-img {
}

/* Goldstar page css*/
.input-group-addon.addon-btn {
    border: none;
    background: #fff6e5;
    padding: 3px 3px;
}

.marr30 {
    margin-right: 30px;
}

.dash-height {
    border-bottom: 2px solid #d0d0d0;
}

.icon-bluball {
    background: url(../img/blu-ball.png) 0 0 no-repeat;
    width: 10px;
    height: 10px;
    margin-top: 10px;
}

.icon-lightbluball {
    background: url(../img/1.png) 0 0 no-repeat;
    width: 10px;
    height: 10px;
    margin-top: 10px;
}

.icon-yelloball {
    background: url(../img/yellow-ball.png) 0 0 no-repeat;
    width: 10px;
    height: 10px;
    margin-top: 10px;
}

.icon-darkyelloball {
    background: url(../img/6.png) 0 0 no-repeat;
    width: 10px;
    height: 10px;
    margin-top: 10px;
}

.icon-brownball {
    background: url(../img/3.png) 0 0 no-repeat;
    width: 10px;
    height: 10px;
    margin-top: 10px;
}

.icon-redball {
    background: url(../img/8.png) 0 0 no-repeat;
    width: 10px;
    height: 10px;
    margin-top: 10px;
}

.icon-greenball {
    background: url(../img/10.png) 0 0 no-repeat;
    width: 10px;
    height: 10px;
    margin-top: 10px;
}

.icon-lightgreenball {
    background: url(../img/7.png) 0 0 no-repeat;
    width: 10px;
    height: 10px;
    margin-top: 10px;
}

.icon-pinkball {
    background: url(../img/11.png) 0 0 no-repeat;
    width: 10px;
    height: 11px;
    margin-top: 10px;
}

.icon-lightblueball {
    background: url(../img/1.png) 0 0 no-repeat;
    width: 10px;
    height: 11px;
    margin-top: 10px;
}

.icon-khakiball {
    background: url(../img/2.png) 0 0 no-repeat;
    width: 10px;
    height: 11px;
    margin-top: 10px;
}

.icon-purpalball {
    background: url(../img/12.png) 0 0 no-repeat;
    width: 10px;
    height: 11px;
    margin-top: 10px;
}

.icon-wfilter {
    background: url(../img/white-filter.png) 0 0 no-repeat;
    width: 13px;
    height: 14px;
}

.mt2 {
    margin-top: 2px;
}

.icon-inputcalender {
    background: url(../img/sprite.png) -215px -148px no-repeat !important;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

.nobdrig {
    border-right: 0 !important;
}

.white-txt {
    color: #fff;
}

.red-txt {
    color: #ff0000;
    font-weight: bold;
}

.green-txt {
    color: Green;
    font-weight: bold;
}

.org-txt {
    color: #e68c17;
    font-weight: bold;
}

.blu-txt {
    color: #2b91d9;
    font-weight: bold;
}

.pink-txt {
    color: #FE2E2E;
    font-weight: bold;
}

.lgreen-txt {
    color: Green;
    font-weight: bold;
}

.brown-txt {
    color: #585858;
    font-weight: bold;
}

.lightblu-txt {
    color: LightBlue;
    font-weight: bold;
}

.lightgreen-txt {
    color: LightGreen;
    font-weight: bold;
}

.mt-5 {
    margin-top: 3px;
}

.padr10 {
    padding-right: 10px;
}

.fileter-wrap {
       background: #edf5f2;
    padding: 10px 15px !important;
}

.det-view {
    padding: 10px 5px;
}

    .det-view .form-group {
        margin-bottom: 5px;
    }

        .det-view .form-group .control-label {
            padding-right: 0;
            font-size: 11px;
            color: #343434;
            padding-top: 0;
            font-weight: normal;
        }

        .det-view .form-group .w230 {
            width: 230px;
            float: left;
        }

    .det-view .right-label .form-group .control-label {
        width: 110px;
    }

.darkblue-nav {
    position: relative;
    background: #2a6993;
    width: 100%;
    float: left;
    height: 22px;
}

.blue-header {
    color: #2b91d9;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    font-weight: normal;
}

.det-view .form-group .input-group-btn .dropdown-menu {
    z-index: 9999;
}

.det-view .form-group select {
    height: 24px;
    padding: 1px 3px;
    line-height: 20px;
    font-size: 12px;
}

.det-view .form-group textarea {
    height: 87px;
    padding: 1px 8px;
    line-height: 24px;
    font-size: 12px;
}

    .det-view .form-group textarea.heigt {
        height: 46px !important;
    }

.det-view .form-group .icon-clock {
    position: relative;
    top: -1px;
}

.det-view .form-group .icon-inpcalender {
    position: relative;
    top: -2px;
}

.form-horizontal .control-label.text-left {
    text-align: left !important;
    font-weight: normal;
    padding-top: 3px;
}

.darkblue-nav {
    position: relative;
    background: #fff;
    width: 100%;
    float: left;
    height: 22px;
    top: 0px;
    left: 0px;
    border-top: 1px solid #e1e1e1;
}

.docUploadfButton {
    width: 20px;
    height: 20px;
}

.blue-header {
    color: #2b91d9;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    font-weight: normal;
}

.icon-bluesquare {
    background: url(../img/sprite.png) -429px -147px no-repeat !important;
    width: 15px;
    height: 15px;
    margin: 0 2px 0 10px;
    display:none;
}

.mb10 {
    margin-bottom: 10px;
}

h4.blue-header {
        color: #2f4459;
    font-size: 18px;
    line-height:20px;
    font-weight:600;
    font-family: 'Source Sans Pro';
}

.icon-filter {
    background: url(../img/sprite.png) -62px -172px no-repeat !important;
    width: 27px;
    height: 21px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 10px;
    top: -21px;
}

.aqua-table.table thead th {
       font: normal 600 12px/16px 'Source Sans Pro';
    color: #72787f !important;
    border-color: #e1e5e9 !important;
    background: #edf1f5;
    padding: 8px 8px;
    border: 1px solid #b0bcc4;
    height: 27px;
    border-bottom: 1px solid #d7dbe3;
    border-top-color: #d7dbe3 !important;
    vertical-align: middle;
}

.aqua-table.table thead tr th {
    margin: 0;
    vertical-align: middle;
}
/*for grid view header*/
.aqua-table.table tbody th {
    font-size: 11px;
    color: #235475;
    border-bottom-width: 1px;
    text-transform: uppercase;
    font-weight: 600;
    background: #c9e5f3;
    border-color: #a6bfcc;
}

.aqua-table.table tbody tr th {
    font-size: 12px;
    color: #72787f;
    border-bottom-width: 1px;
    text-transform: capitalize;
    font-weight: 600;
    background: #edf1f5;
    border-color: #e1e5e9;
    padding: 8px 8px;
    line-height: 16px;
        border-bottom: 1px solid #d7dbe3;
    border-top-color: #d7dbe3 !important;
    font-family: 'Source Sans Pro';
}

.aqua-table.table tbody tr th {
    margin: 0;
    vertical-align: middle;
}

.simpleTable .table-bordered > tbody > tr > td, .aqua-table.table tbody tr td, .aqua-table.table tbody td, .normalTable .table-bordered > tbody > tr > td, .normalTable .table-bordered > tbody > tr > td span {
    font: normal normal 12px/22px 'Source Sans Pro';
    color: #000;
    border-bottom-width: 0px;
    padding: 4px 8px 3px 8px;
    background: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.aqua-table.table > tbody > tr:hover > td {
    background: #FDE1D2;
    color: #333;
    border-color: #E8CEBF;
}

    .aqua-table.table > tbody > tr:hover > td.editable {
        background: #bbe5f7;
    }

.aqua-table.table > tbody > tr > td.status div {
    cursor: pointer;
    border-bottom: 1px solid #2a6993;
    color: #2a6993;
    display: inline-block;
}

.aqua-table.table > tbody > tr > td.status .dropdown {
    float: left;
}

.aqua-table.table tbody td.highlight {
    background: #f5fcff;
}

    .aqua-table.table tbody td.highlight.bold {
        font-weight: 600;
    }

.aqua-table.table > tbody > tr > td:first-child {
    text-align: left;
}

.aqua-table.table > tbody > tr > td a {
    color: #5d6771;
    font-weight: 400;
}

.aqua-table.table.text-left > tbody > tr > td:first-child {
    text-align: left;
}

.text-center {
    text-align: center;
}

.fileter-wrap .input-group-sm > .input-group-btn .btn {
    height: 24px;
    min-height: 24px;
    padding: 0 10px;
    line-height: 0;
}

.input-group-addon:last-child {
    background: #fff;
}

.input-group-addon:first-child {
    padding: 5px 16px;
}

.det-view .form-group .input-group-addon {
    padding: 1px 4px;
}

.fileter-wrap .input-group-sm input[type="text"] {
    height: 24px;
    padding: 1px 3px;
    line-height: 24px;
    font-size: 12px;
    padding-left: 7px;
}

.cal-posi {
    position: absolute;
    right: 8px;
    z-index: 2;
    top: 5px;
    margin-right: 0px;
    font-size: 15px !important;
    cursor: pointer;
}

.text-right {
    text-align: right;
}

.btn-blue {
    color: #fff !important;
    background-color: #2a92da;
    border: 0;
    font: normal normal 12px/18px 'Open Sans' , sans-serif;
}

    .btn-blue:hover {
        color: #034763;
            background-color: #2285c9;
        border-color: #3ca2cb;
    }

.mar10 {
    margin: 10px;
}

.mt6 {
    margin-top: 6px;
}

.mt-12 {
    margin-top: -13px;
}
/*! jQuery UI - Datepicker Timepicker */
button.ui-datepicker-close {
    display: none;
}

​ .ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        float: left;
        clear: left;
        padding: 0 0 0 5px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 40%;
    }

.ui-timepicker-div td .fileter-wrap .input-group-sm input[type="text"] {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    padding-left: 7px;
    top: 0px;
    left: 0px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.ui-timepicker-rtl dl {
    text-align: right;
    padding: 0 5px 0 0;
}

    .ui-timepicker-rtl dl dt {
        float: right;
        clear: right;
    }

    .ui-timepicker-rtl dl dd {
        margin: 0 40% 10px 10px;
    }

.ui-datepicker {
    width: 19em;
    padding: 0;
    display: none;
    font-size: 12px;
    background: #fff;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 0 7px #899ba9;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: 6px 0;
        background: #deeaf2;
        color: #fff;
        border-radius: 0 !important;
        /*border-bottom:1px solid #e0dcce;*/
    }

    .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
        position: absolute;
        top: 7px;
        width: 1.8em;
        height: 1.8em;
        color: #fff;
    }

.ui-datepicker-prev span {
    text-indent: -9999px;
    width: 12px;
    height: 13px;
    background: url(../img/sprite.png) -142px -157px no-repeat !important;
}

.ui-datepicker-next span {
    text-indent: -9999px;
    width: 12px;
    height: 13px;
    background: url(../img/sprite.png) -152px -157px no-repeat !important;
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
    /*top: 1px*/
    color: #2b91d9;
    cursor: pointer;
}

.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;
    color: #034763;
}

    .ui-datepicker .ui-datepicker-title select {
        font-size: 1em;
        margin: 0;
        color: #333;
        border: 1px solid #b9cfde;
        border-radius: 3px;
        margin-right: 5px;
    }

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: auto;
}

.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;
    color: #262424;
    background: #deeaf2;
    border-bottom: 1px solid #b9cfde;
}

.ui-datepicker td {
    border: 0;
    padding: 3px;
}

    .ui-datepicker td a, .ui-datepicker td span {
        display: block;
        padding: .2em;
        text-align: center;
        text-decoration: none;
        font-size: 12px;
    }

        .ui-datepicker td a:hover {
            background: #ec7426;
            color: #fff;
        }

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #dedede;
    border-bottom: 0;
}

.ui-datepicker-buttonpane .checkbox-inline {
    margin: 7px 0 0 5px;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible;
    background: #7bd9ff;
    color: #034763;
    border-color: #3da2cb;
}

.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-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        border: 1px solid #ddd !important;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #fff;
    background: #fff;
    font-weight: normal;
    color: #555555;
}

/*.navbar {
    background-color: #fff;
    border-bottom-color: #2b91d9;
    padding-top: 5px;
    padding-bottom: 1px;
}*/
.navbar-fixed-top, .navbar-fixed-bottom
{
    position: relative;}
.tdwidth {
    width: 30px;
}

/* New Dashboard Widgets */
.dvbx {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
}

.bx-head {
    background: #f5f5f5;
    border-bottom: 1px solid #eaeaea;
    line-height: 40px;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .bx-head h2 {
        color: #384042;
        font-size: 18px;
        font-weight: bold;
        margin: 0;
        line-height: 40px;
        float: left;
    }

.icon-pat-bd {
    background: url(../img/dashboard-sprite.png) 0 0 no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
}

.icon-waitingclk {
    background: url(../img/dashboard-sprite.png) 0 -40px no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
}

.icon-waitingbed {
    background: url(../img/dashboard-sprite.png) 0 -80px no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
}

.grid-icon {
    background: url(../img/dashboard-sprite.png) 0 -120px no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.back-icon {
    background: url(../img/back1.png) 0 no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.middle-part {
    padding: 10px;
}

    .middle-part .btn {
        padding: 10px;
        font-size: 11px;
        color: #ababab;
        border-color: #dddddd;
    }

        .middle-part .btn.active {
            background: #00a5e3;
            border-color: #0581af;
            color: #fff;
        }

    .middle-part img.w100p {
        width: 100%;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.table.padtable tbody tr td {
    padding: 20px;
    text-align: center;
    font-size: 14px;
    color: #384042;
    font-weight: bold;
    line-height: 42px;
}

.fnt32 {
    font-size: 32px;
}

.blutxt {
    color: #68acce;
    display: block;
}



/* For Home Page Chart*/
.rbnlist {
    display: inline-block;
    margin-bottom: 0;
    border: 1px solid #ccc;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-user-select: none;
}

    .rbnlist input {
        width: 0px;
        height: 0px;
    }

    .rbnlist label {
        display: inline-block;
        margin-bottom: 0;
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        white-space: nowrap;
        -webkit-user-select: none;
        padding: 10px;
        font-size: 11px;
        color: #ababab;
        border-color: #dddddd;
        /*background-color:#EAEAEA;*/
    }

    .rbnlist span.selectedradio label {
        background: #00a5e3;
        border-color: #0581af;
        color: #fff;
    }

    .rbnlist label:hover {
        background: #D1CFC2;
    }

.minhight410 {
    min-height: 410px;
}


.tab-content {
    width: 100%;
    float: left;
}

    .tab-content.custbrd > .tab-pane {
        border-top: 3px solid #009edd;
    }

    .tab-content.custbrd.drkbl > .tab-pane {
        border-color: #2179a7;
    }

/*for alignment*/
.alr {
    text-align: right;
}

.all {
    text-align: left;
}

.alc {
    text-align: center;
}


.tabs-wrap {
    padding-top: 10px;
}

    .tabs-wrap > ul {
        padding-left: 20px;
    }

        .tabs-wrap > ul > li {
            float: left;
            bottom: -3px;
            border-radius: 0;
        }

.tabs-wrap {
    border-bottom: 3px solid #009edd;
}

    .tabs-wrap > ul > li > a {
        display: block;
        border-radius: 0;
        background: #009edd /*url(../img/nav-strps.png) 0 0 repeat-y*/;
        color: #fff;
        font-size: 11px;
        padding: 5px 14px;
        border-top: 3px solid #009edd;
    }

    .tabs-wrap.left > ul > li:last-child a {
        border-right: 3px solid #009edd;
    }

    .tabs-wrap.left > ul > li:first-child a {
        border-left: 3px solid #009edd;
    }

    .tabs-wrap.right > ul > li:last-child a {
        border-left: 3px solid #009edd;
    }

    .tabs-wrap.right > ul > li:first-child a {
        border-right: 3px solid #009edd;
    }

    .tabs-wrap > ul > li.active a {
        background: #f5f5f4;
        color: #3a89c0;
        border-bottom-color: #f5f5f4;
        border-top: 3px solid #009edd; /*border-left: 3px solid #009edd; border-right: 3px solid #009edd;*/
    }

    .tabs-wrap > ul > li.active:hover > a {
        background: #f5f5f4;
        margin: 0;
    }

    .tabs-wrap > ul > li:hover > a {
        background: #009edd; /*url(../img/nav-strps.png) 0 0 repeat-y;*/
    }

.left-tabbed {
    width: 252px;
    float: left;
    height: 434px;
    border: 1px solid #d6d6d6;
    background: #fff;
}

    .left-tabbed ul {
        padding: 0;
        list-style-type: none;
    }

        .left-tabbed ul li {
            float: left;
            width: 100%;
        }

            .left-tabbed ul li a {
                font-weight: 600;
                padding: 3px 6px;
                display: block;
                border-bottom: 1px solid #e1e1e1;
                color: #343434;
                text-decoration: none;
            }

            .left-tabbed ul li.active a, .left-tabbed ul li:hover a {
                background: #c3e6f4;
                color: #0f4968;
            }


.right-edit {
    float: left;
    width: 676px;
}

.edit-sec {
    padding-left: 20px;
}

.table.edit-form {
    margin-bottom: 0;
}

    .table.edit-form td {
        border-top: 0;
    }

        .table.edit-form td select {
            height: 25px;
            font-size: 11px;
            padding: 0 4px;
        }

        .table.edit-form td .form-group {
            margin-bottom: 0;
        }

        .table.edit-form td .control-label {
            color: #666666;
            font-size: 12px;
        }

        .table.edit-form td .checkbox-inline {
            margin-left: 30px;
        }

#some-textarea {
    border-radius: 0 0 5px 5px;
    box-shadow: none;
}

#note {
    display: none;
}

tab-content {
    width: 100%;
    float: left;
}

.tab-content.custbrd > .tab-pane {
    border-top: 3px solid #009edd;
}

.tab-content.custbrd.drkbl > .tab-pane {
    border-color: #2179a7;
}

/*for alignment*/
.alr {
    text-align: right;
}

.all {
    text-align: left;
}

.alc {
    text-align: center;
}

.tabs-wrap {
    padding-top: 10px;
}

    .tabs-wrap > ul {
        padding-left: 20px;
    }

        .tabs-wrap > ul > li {
            float: left;
            bottom: -3px;
            border-radius: 0;
        }

.tabs-wrap {
    border-bottom: 3px solid #009edd;
}

    .tabs-wrap > ul > li > a {
        display: block;
        border-radius: 0;
        background: #009edd /*url(../img/nav-strps.png) 0 0 repeat-y*/;
        color: #fff;
        font-size: 11px;
        padding: 5px 14px;
        border-top: 3px solid #009edd;
    }

    .tabs-wrap.left > ul > li:last-child a {
        border-right: 3px solid #009edd;
    }

    .tabs-wrap.left > ul > li:first-child a {
        border-left: 3px solid #009edd;
    }

    .tabs-wrap.right > ul > li:last-child a {
        border-left: 3px solid #009edd;
    }

    .tabs-wrap.right > ul > li:first-child a {
        border-right: 3px solid #009edd;
    }

    .tabs-wrap > ul > li.active a {
        background: #f5f5f4;
        color: #3a89c0;
        border-bottom-color: #f5f5f4;
        border-top: 3px solid #009edd; /*border-left: 3px solid #009edd; border-right: 3px solid #009edd;*/
    }

    .tabs-wrap > ul > li.active:hover > a {
        background: #f5f5f4;
        margin: 0;
    }

    .tabs-wrap > ul > li:hover > a {
        background: #009edd; /*url(../img/nav-strps.png) 0 0 repeat-y;*/
    }

.left-tabbed {
    width: 252px;
    float: left;
    height: 434px;
    border: 1px solid #d6d6d6;
    background: #fff;
}

    .left-tabbed ul {
        padding: 0;
        list-style-type: none;
    }

        .left-tabbed ul li {
            float: left;
            width: 100%;
        }

            .left-tabbed ul li a {
                font-weight: 600;
                padding: 3px 6px;
                display: block;
                border-bottom: 1px solid #e1e1e1;
                color: #343434;
                text-decoration: none;
            }

            .left-tabbed ul li.active a, .left-tabbed ul li:hover a {
                background: #c3e6f4;
                color: #0f4968;
            }


.right-edit {
    float: left;
    width: 676px;
}

.edit-sec {
    padding-left: 20px;
}

.table.edit-form {
    margin-bottom: 0;
}

    .table.edit-form td {
        border-top: 0;
    }

        .table.edit-form td select {
            height: 25px;
            font-size: 11px;
            padding: 0 4px;
        }

        .table.edit-form td .form-group {
            margin-bottom: 0;
        }

        .table.edit-form td .control-label {
            color: #666666;
            font-size: 12px;
        }

        .table.edit-form td .checkbox-inline {
            margin-left: 30px;
        }

#some-textarea {
    border-radius: 0 0 5px 5px;
    box-shadow: none;
}

#note {
    display: none;
}

/*from webemr*/
.slipe-top-div {
    width: 100%;
    float: left;
    height: auto;
    z-index: 99;
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.modal-body.spec-body {
    overflow: hidden;
    height: 670px;
}

.grey-bg {
    background: #f5f5f4 !important;
}

.borTop {
    border-top: solid 1px #ddd;
}

.referral-col {
    width: 100%;
    float: left;
    position: relative;
}
/*.referral-col .*/
.bot-notch {
    background: url(../img/tab.png) 0px 2px no-repeat !important;
    width: 27px;
    height: 25px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: -5px;
    top: 0px;
}
    /*.referral-col .*/
    .bot-notch.active {
        background: url(../img/tab.png)0px 2px no-repeat !important;
        width: 27px;
        height: 25px;
        text-indent: -9999px;
        display: block;
        position: absolute;
        right: -5px;
        top: 0px;
    }


/* Pop up Model css*/
.bluetheme.modal .modal-header {
    background: #2b91d9;
    padding: 0 10px;
    border-top: 1px solid #60a6d2;
    border-bottom: 1px solid #60a6d2;
}

.bluetheme.modal .modal-dialog {
    width: 1000px;
    margin: 0 auto;
}

.bluetheme.modal.large-width .modal-dialog {
    width: 1340px;
}

.bluetheme.modal.modal-width .modal-dialog {
    width: 1016px;
}

.bluetheme.modal.modal-width .det-view {
    height: 100%;
}

.bluetheme.modal.modal-width .modal-body {
    height: 770px;
    overflow: hidden;
}

.bluetheme .modal-body.fix-height {
    height: 700px; /* overflow:hidden; */
}
/* Changed */
.modal-header h4 {
    float: left !important;
        font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 29px;
    margin: 0px;
}

.modal-header {
    position: relative;
    background: #2f4459 !important;
    padding: 0 10px;
    border: 0 !important;
    border-top: 1px solid #2f4459 !important;
    border-bottom: 1px solid #2f4459 !important;
    min-height: 32px;
}
.modal-body
{
    padding:0;
}

.w1000
{
    width: 1000px;
    margin: auto;
}

.bluetheme.modal.medium-width .modal-dialog {
    width: 570px;
}

.bluetheme .modal-body {
    padding: 0;
    background: #fff;
}

.bluetheme .modal-header h4 {
    margin: 0;
    font-size: 14px;
    color: #fff;
    line-height: 29px;
    float: left;
}

    .bluetheme .modal-header h4 span {
        font-size: 11px;
    }

.modal .modal-header .close.red {
    background: url(../img/sprite.png) -164px -81px no-repeat; /*position:relative; float:right; right:0;*/
}

    .modal .modal-header .close.red:hover {
        background: url(../img/sprite.png) -231px -81px no-repeat;
    }

.bluetheme .modal-header .close {
    background: url(../img/sprite.png) -34px -81px no-repeat;
    width: 33px;
    height: 27px;
    display: block;
    text-indent: -9999px;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 4px;
}

    .bluetheme .modal-header .close:hover {
        background-position-y: -54px;
    }

.bluetheme .modal-footer {
    padding: 10px;
    margin-top: 0;
}


.error-bg {
    background: url(../img/error-bg.jpg) no-repeat;
    height: 400px;
    background-size: cover;
}

.error-ty {
    margin-top: 120px;
}

.sb-txt {
    font-size: 25px;
    font-weight: 100;
    color: #fff;
}



.access-bg {
    background: url(../img/error-bg.jpg) no-repeat;
    height: 400px;
    background-size: cover;
}

.access-ty {
    margin-top: 80px;
}

.sb-txt {
    font-size: 25px;
    font-weight: 100;
    color: #fff;
}

.white-bg-btn {
    background: #fff;
    border: 1px solid #CCC;
}

    .white-bg-btn:hover {
        background: #ededed;
        border: 1px solid #CCC;
    }

.text-center {
    text-align: center;
}

.btn-lblue {
    background: #2b91d9;
    border-color: #54879c;
    color: #fff;
}

    .btn-lblue:hover {
        background: #2483c6;
        border-color: #54879c;
    }

.mt20 {
    margin-top: 20px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb20 {
    margin-bottom: 20px;
}

.fnt14 {
    font-size: 14px !important;
}


.sm-txt {
    font-size: 14px;
    font-weight: 100;
    color: #fff;
}


.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt23 {
    margin-top: 23px;
}



.AlignLeft {
    text-align: left;
}

.InItCap {
    text-transform: capitalize;
}

/*Css for new user control for husband and wife details related to IVF*/
.light-bluebg {
    background: #c9e5f3 none repeat scroll 0 0;
}

.light-whitebg {
    background: #f8f7f5 none repeat scroll 0 0;
}

.dis-table {
    display: table;
}

.nopadding {
    padding: 0 !important;
}

.dis-table-col {
    display: table-cell;
    padding: 0 8px;
    vertical-align: middle;
}

.nopadright {
    padding-right: 0;
}

.nopadleft {
    padding-left: 0 !important;
}

.w300 {
    width: 15% !important;
}

.brdrrt {
    border-right: 1px solid #c5c9ca;
}

.brdlft {
    border-left: 1px solid #c5c9ca;
}

.brdbtm,.brdrbtm {
    border-bottom: 1px solid #c5c9ca;
}

.brdrtop {
    border-top: 1px solid #c5c9ca;
}

.brd-red {
    border: 1px solid #ff0000 !important;
}

.w9p {
    width: 9% !important;
}

.w7p {
    width: 7% !important;
}

.w11p {
    width: 11%;
}

.w13p {
    width: 13%;
}

.w16p {
    width: 16%;
}

.w10p {
    width: 10% !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mt5, .mT-5, .mt5 {
    margin-top: 5px !important;
}

.wd15p, .w15p {
    width: 15% !important;
}

.dis-table-col {
    display: table-cell;
    padding: 0 8px;
    vertical-align: middle;
}

.fntlghtblbld12 {
    color: #000;
    font-size: 12px;
    font-weight: 400;
}

.ml5, .mrl5 {
    margin-left: 5px !important;
}

.fnt12 {
    color: #000;
    font-size: 12px !important;
    font-weight: 600;
}

.gray {
    color: #000;
}

.fnt11 {
    font-size: 11px;
}

.fnt10 {
    font-size: 10px;
}

.fntbluebld13 {
    color: #134e66;
    font-size: 13px;
    font-weight: 700;
}

.brdBtm {
    border-bottom: 1px solid #c5c9ca;
}

.wdAuto {
    width: auto;
}

.mrTop10 {
    margin-top: 10px;
}

.mrTop5 {
    margin-top: 5px;
}

.w5p {
    width: 5.5%;
}

.icon_keyboard {
    background: url(../img/keyboard_icon.png) 0px 0px no-repeat;
    width: 24px;
    height: 34px;
    cursor: pointer;
}

.pwd-box {
    width: 86%;
    height: 40px;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    padding: 0px 44px;
    margin-right: -3px;
}

.max-zindex {
    z-index: 999 !important;
}

.red {
    background: url('../Images/RedBox.png');
    background-repeat: no-repeat;
    background-size: 40px 16px;
    background-position: left center;
    background-color: #fff;
    background-origin: content-box;
}

.green {
    background: transparent url('../Images/GreenBox.png');
    background-repeat: no-repeat;
    background-size: 54px 16px;
    background-position: left center;
    background-color: #fff;
    background-origin: content-box;
}

.yellow {
    background: url('../Images/YellowBox.png');
    background-repeat: no-repeat;
    background-size: 59px 14px;
    background-position: left center;
    background-color: #fff;
    background-origin: content-box;
}

.black {
    background: url('../Images/BlackBox.png');
    background-repeat: no-repeat;
    background-size: 48px 16px;
    background-position: left center;
    background-color: #fff;
    background-origin: content-box;
}

.na {
    background: url('../Images/not_available.png');
    background-repeat: no-repeat;
    background-size: 38px 16px;
    background-position: left center;
    background-color: #fff;
    background-origin: content-box;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animate {
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-duration: 2s;
}

/*Add By sachin for bootstrap tab panel start*/
.with-nav-tabs.panel-primary .nav-tabs > li > a, .with-nav-tabs.panel-primary .nav-tabs > li > a:hover, .with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}

    .with-nav-tabs.panel-primary .nav-tabs > .open > a, .with-nav-tabs.panel-primary .nav-tabs > .open > a:hover, .with-nav-tabs.panel-primary .nav-tabs > .open > a:focus, .with-nav-tabs.panel-primary .nav-tabs > li > a:hover, .with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
        color: #fff;
        background-color: #3071a9;
        border-color: transparent;
    }

.with-nav-tabs.panel-primary .nav-tabs > li.active > a, .with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
    color: #428bca;
    background-color: #fff;
    border-color: #428bca;
    border-bottom-color: transparent;
}

.panel-heading {
    padding-bottom: 0px !important;
}

.nav-tabs {
    border: none !important;
}
/*Add By sachin for bootstrap tab panel end*/

.statbox {
    height: 120px;
    padding: 10px;
    position: relative;
    margin-bottom: 28px;
}

    .statbox .number {
        font-size: 40px;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .statbox .title {
        font-size: 16px;
        position: absolute;
        top: 50px;
        right: 10px;
    }

    .statbox .footer {
        background: rgba(0,0,0,.1);
        background-color: #19FFFFFF;
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 10px;
    }

        .statbox .footer:hover {
            background: rgba(0,0,0,.2);
        }

        .statbox .footer a {
            color: #fff;
            text-decoration: none;
        }

/* Main Colors
=================================================================== */

.black,
.black [class="box-header"],
.black.box,
.slider.black .ui-slider-range,
.progress.black .ui-progressbar-value .sliderVertical.black .ui-slider-range,
.progressSlim.black .ui-progressbar-value {
    background: #222 !important;
    border-color: #222 !important;
    color: #fff;
}

    .black .box-header h2 i,
    .black .box-header .box-icon i,
    .black .box-header .box-icon i:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

.green,
.green [class="box-header"],
.green.box,
.slider.green .ui-slider-range,
.progress.green .ui-progressbar-value,
.sliderVertical.green .ui-slider-range,
.progressSlim.green .ui-progressbar-value,
.label-success,
.badge-success {
    background: #00A300 !important;
    border-color: #00A300 !important;
    color: #fff;
}

.greenDark,
.greenDark [class="box-header"],
.greenDark.box,
.slider.greenDark .ui-slider-range,
.progress.greenDark .ui-progressbar-value,
.sliderVertical.greenDark .ui-slider-range,
.progressSlim.greenDark .ui-progressbar-value {
    background: #1E7145 !important;
    border-color: #1E7145 !important;
    color: #fff;
}

.greenLight,
.greenLight [class="box-header"],
.greenLight.box,
.slider.greenLight .ui-slider-range,
.progress.greenLight .ui-progressbar-value,
.sliderVertical.greenLight .ui-slider-range,
.progressSlim.greenLight .ui-progressbar-value {
    background: #99B433 !important;
    border-color: #99B433 !important;
    color: #fff;
}

.pink,
.pink [class="box-header"],
.pink.box,
.slider.pink .ui-slider-range,
.progress.pink .ui-progressbar-value,
.sliderVertical.pink .ui-slider-range,
.progressSlim.pink .ui-progressbar-value {
    background: #9F00A7 !important;
    border-color: #9F00A7 !important;
    color: #fff;
}

.pinkDark,
.pinkDark [class="box-header"],
.pinkDark.box,
.slider.pinkDark .ui-slider-range,
.progress.pinkDark .ui-progressbar-value,
.sliderVertical.pinkDark .ui-slider-range,
.progressSlim.pinkDark .ui-progressbar-value {
    background: #7E3878 !important;
    border-color: #7E3878 !important;
    color: #fff;
}

.yellow,
.yellow [class="box-header"],
.yellow.box,
.slider.yellow .ui-slider-range,
.progress.yellow .ui-progressbar-value,
.sliderVertical.yellow .ui-slider-range,
.progressSlim.yellow .ui-progressbar-value,
.label-warning,
.badge-warning {
    background: #FFC40D !important;
    border-color: #FFC40D !important;
    color: #fff;
}

.purple,
.purple [class="box-header"],
.purple.box,
.slider.purple .ui-slider-range,
.progress.purple .ui-progressbar-value,
.sliderVertical.purple .ui-slider-range,
.progressSlim.purple .ui-progressbar-value {
    background: #603CBA !important;
    border-color: #603CBA !important;
    color: #fff;
}

.blue,
.blue [class="box-header"],
.blue.box,
.slider.blue .ui-slider-range,
.progress.blue .ui-progressbar-value,
.sliderVertical.blue .ui-slider-range,
.progressSlim.blue .ui-progressbar-value,
.label-info,
.badge-info {
    background: #2D89EF !important;
    border-color: #2D89EF !important;
    color: #fff;
}

.blueDark,
.blueDark [class="box-header"],
.blueDark.box,
.slider.blueDark .ui-slider-range,
.progress.blueDark .ui-progressbar-value,
.sliderVertical.blueDark .ui-slider-range,
.progressSlim.blueDark .ui-progressbar-value {
    background: #2B5797 !important;
    border-color: #2B5797 !important;
    color: #fff;
}

.blueLight,
.blueLight [class="box-header"],
.blueLight.box,
.slider.blueLight .ui-slider-range,
.progress.blueLight .ui-progressbar-value,
.sliderVertical.blueLight .ui-slider-range,
.progressSlim.blueLight .ui-progressbar-value {
    background: #EFF4FF !important;
    border-color: #EFF4FF !important;
    color: #fff;
}

.orange,
.orange [class="box-header"],
.orange.box,
.slider.orange .ui-slider-range,
.progress.orange .ui-progressbar-value,
.sliderVertical.orange .ui-slider-range,
.progressSlim.orange .ui-progressbar-value {
    background: #E3A21A !important;
    border-color: #E3A21A !important;
    color: #fff;
}

.orangeDark,
.orangeDark [class="box-header"],
.orangeDark.box,
.slider.orangeDark .ui-slider-range,
.progress.oragneDark .ui-progressbar-value,
.sliderVertical.orangeDark .ui-slider-range,
.progressSlim.orangeDark .ui-progressbar-value {
    background: #DA532C !important;
    border-color: #DA532C !important;
    color: #fff;
}

.red,
.red [class="box-header"],
.red.box,
.slider.red .ui-slider-range,
.progress.red .ui-progressbar-value,
.sliderVertical.red .ui-slider-range,
.progressSlim.red .ui-progressbar-value,
.label-important,
.badge-important {
    background: #EB3C00 !important;
    border-color: #EB3C00 !important;
    color: #fff;
}

.overflow {
    max-width: 85px;
    min-width: 85px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
}

.ellipsis {
    text-overflow: ellipsis;
}

.form-control1 {
    margin-top: 0px !important;
    margin-bottom: 5px !important;
}

.ecwCtrlRequired:after {
    content: "*";
    color: red;
}

.label-field .innerlabels {
    display: block;
    text-align: left;
}

.label-field .row {
    margin-left: 0px;
    margin-right: 0px;
}

.width90 {
    width: 90% !important;
}

.width85 {
    width: 85% !important;
}

.inactiveLink {
    pointer-events: none;
    cursor: default;
}
/****************     MASTER POPUP - USERCONTROL - CSS****************/

#Masterpopup .modalP {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden;
    z-index: 9999;
}
/* IE 6 doesn't support max-height   * we use height instead, but this forces the menu to always be this tall   */ * html .ui-autocomplete {
    height: 300px;
}

#Masterpopup .input-group[class*=col-] {
    float: left;
}

#loading-indicator {
    position: absolute;
    left: 10px;
    top: 10px;
}

#Masterpopup .modalP-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0;
}

@media screen and (min-width: 768px) {
    #Masterpopup .leftpanel {
        width: 21%;
    }

    #Masterpopup .rightpanel {
        width: 79%;
    }

    #Masterpopup .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }

    #Masterpopup .innerddl {
        width: 158px;
    }

    #Masterpopup .innertext {
        width: 158px;
    }

    #Masterpopup .innertextgrid {
        width: 100px !important;
    }

    #Masterpopup .innerddlgrid {
        width: 100px;
    }
}

@media screen and (max-width: 1900px) {
    #Masterpopup .leftpanel {
        width: 21%;
    }

    #Masterpopup .rightpanel {
        width: 79%;
    }

    #Masterpopup .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }

    #Masterpopup .innerddl {
        width: 158px;
    }

    #Masterpopup .innertext {
        width: 158px;
    }

    #Masterpopup .innertextgrid {
        width: 100px !important;
    }

    #Masterpopup .innerddlgrid {
        width: 100px;
    }
}

@media screen and (max-width: 480px) {
    #Masterpopup .leftpanel {
        width: 100%;
    }

    #Masterpopup .rightpanel {
        width: 100%;
    }

    #Masterpopup .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }

    #Masterpopup .modal-content {
        width: 400px;
    }

    #Masterpopup .bluetheme.modal .modal-dialog {
        margin: 0 auto;
        vertical-align: middle;
        width: 400px;
    }

    #Masterpopup .innertext {
        width: 250px !important;
    }

    #Masterpopup .innerddl {
        width: 250px;
    }

    #Masterpopup .innertextgrid {
        width: 50px !important;
    }

    #Masterpopup .innerddlgrid {
        width: 50px;
    }
}

#Masterpopup .innertextgrid {
    font-family: 'Open Sans', sans-serif;
    height: 24px;
    padding: 1px 1px;
    line-height: 24px;
    background-color: #fff;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 11px;
}

#Masterpopup .innerddlgrid {
    font-family: 'Open Sans', sans-serif;
    height: 24px;
    padding: 1px 1px;
    line-height: 24px;
    background-color: #fff;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 11px;
}

#Masterpopup .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#Masterpopup .popupFonts {
    font-size: 15px;
    font-weight: bold;
}

#Masterpopup .bluetheme .modal-header h4 span {
    font-size: 14px;
}

.ui-datepicker td.ui-state-disabled > span {
    color: lightgray;
}

.ui-datepicker td.ui-state-disabled {
    opacity: 100;
}

.wrapOption option {
    white-space: normal;
}


.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
}

    .overlay .popup {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        z-index: 1001;
        background-color: White;
        border-radius: 0px 0px 5px 5px;
        box-shadow: 0px 0px 5px;
    }

        .overlay .popup .header {
            background-color: #2b91d9;
            padding: 10px;
            color: White;
            text-transform: uppercase;
        }

        .overlay .popup .body {
            padding: 10px;
        }

        .overlay .popup .footer {
            border-top: 1px solid lightgray;
            padding: 10px;
            text-align: right;
        }

/* form control */
.label-form-multiline {
    font-size: 11px;
    color: #466d7f;
}

.label-form {
    font: normal 400 14px/18px 'Source Sans Pro' !important;
    color: #5d6771;
    margin-left: 0px;
    margin-right: 0px;
    text-align: right;
    display: block;
    line-height: 24px !important;
}

.input-form {
    width: 100%;
}

.checkboxlist-form {
    color: #466d7f;
}

    .checkboxlist-form input {
        margin-right: 5px;
    }

    .checkboxlist-form label {
        margin-right: 5px;
        line-height: 26px;
        margin-bottom: 0;
    }

.addOnBtn {
    padding: 0;
    height: 24px;
    width: 24px;
}

.AddOnBtnRight {
    width: 20px;
    border-width: 0px;
    position: absolute;
    /*right: 0%;*/
    right: 15px;
    top: 4px;
}

.AddOnBtnLeft {
    width: 20px;
    border-width: 0px;
    position: absolute;
    left: 15px;
    top: 4px;
}
/* form control end*/

/*Common Classes*/
.popupCenter {
    position: fixed;
    top: 0;
    /*z-index:999;*/
    width: 98%;
}
/*modal popup*/
.modalPopupPanel {
    margin: 0 auto !important;
}

    .modalPopupPanel .modal-header {
        background: #2b91d9;
        height: 32px;
        padding: 0 5px;
    }

    .modalPopupPanel .modal-content {
        width: 100%;
    }

    .modalPopupPanel .modal-title {
        line-height: 32px;
        font-size: 15px;
        color: #fff;
    }

        .modalPopupPanel .modal-title label {
            font-weight: normal;
        }

    .modalPopupPanel .modal-header button {
        color: #fff;
        line-height: 32px;
    }

    .modalPopupPanel .close {
        background: url(../Content/img/sprite.png) -34px -81px no-repeat;
        width: 33px;
        height: 27px;
        display: block;
        text-indent: -9999px;
        opacity: 1;
        position: absolute;
        right: 0;
        top: 4px;
    }

        .modalPopupPanel .close:hover {
            background-position-y: -54px;
        }
/*modal popup end*/
.w70percent {
    width: 70% !important;
}

.w30percent {
    width: 30% !important;
}
/*Common Classes end*/

/*Patient Registration Page*/
.left-form {
    background: #e9f8ff;
}

    .left-form .col-md-4 {
        padding-right: 8px;
    }

.right-form {
    background-color: #fff;
}

    .right-form span, .left-form span {
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
    }

    .left-form .form-group, .right-form .form-group {
        margin-bottom: 4px;
    }

.no-resize {
    resize: none;
}

.module-form {
    margin-bottom: 10px;
}

    .module-form h4.blue-header {
        margin-left: -15px;
        margin-bottom: 5px;
    }

.checkleft {
    width: 100%;
    display: block;
    padding: 0 !important;
    min-height: 22px !important;
}

    .checkleft input[type=checkbox] {
        margin: 4px 0 0 0;
        width: 100%;
    }

.checkbox-addon {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 22px;
    margin: 5px 0px;
}

.labelAlphabetAddOn {
    position: absolute;
    top: 11%;
    right: 0%;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    padding: 3px 7px;
    color: #999;
    box-shadow: none;
    border: none;
}

.leftAddOnDropdown, .leftAddOnDropdown:focus, .leftAddOnDropdown:hover, .leftAddOnDropdown:active {
    padding-left: 22px;
}

    .leftAddOnDropdown option {
        padding: 0;
    }

.outerVA {
    display: table;
    height: 32px;
}

.innerVA {
    display: table-cell;
    vertical-align: middle;
}

.subHeading {
    font-weight: 500;
    font-size: 16px;
    font-variant: small-caps;
    letter-spacing: 1px;
}

.dropdown-top-aqua li a {
    padding: 5px 0 !important;
    background: #fff;
    cursor: pointer;
    border-radius: 0;
    border-bottom: 1px solid #efefef;
}

    .dropdown-top-aqua li a:hover {
        background: #1d4d67 !important;
        border-bottom: 1px solid #fff;
    }

    .dropdown-top-aqua li a[disabled=disabled] {
        background: #dddddd !important;
        color: #333;
        cursor: not-allowed;
        border-bottom: 1px solid #efefef;
    }

        .dropdown-top-aqua li a[disabled=disabled]:hover {
            background: #dddddd !important;
            opacity: 0.9;
            color: #333 !important;
            border-bottom: 1px solid #fff;
        }

.square-blue {
    width: 12px;
    display: inline-block;
    transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    margin-left: 10px;
    margin-right: 10px;
    height: 12px;
    color: #2b91d9;
    background-color: #2b91d9;
}
/*Patient Registration Page end*/

/*loading window*/
.loading {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 400px;
    text-align: center;
    background-color: trasparent;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .center img {
        height: 70px;
        width: 70px;
    }

    .center p {
        font-size: 13px;
        font-weight: 600;
    }
/*loading window end*/

.GridViewSortAsc {
    padding: 0 14px 0 0;
    background: url(../Images/Asc.png) no-repeat !important;
    background-position: 101% !important;
}

    .GridViewSortAsc A {
        text-decoration: none !important;
    }

.GridViewSortDesc {
    padding: 0 14px 0 0;
    background: url(../Images/Desc.png) no-repeat !important;
    background-position: 101% !important;
}

    .GridViewSortDesc A {
        text-decoration: none !important;
    }

.pointerall {
    pointer-events: all;
}

.circles {
    width: 10px;
    height: 10px;
    border-radius: 90%;
}
/*****   pHARMACY PRINT FORMAT *****/
.ParentTable {
    border: 1px solid #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0 0px 0 0px;
    width: 100%;
}

table {
    border-collapse: collapse;
}
/*@media print
{
    body
    {
        display: table;
        table-layout: fixed;
        padding-top: 0cm;
        padding-bottom: 2.5cm;
        height: auto;
        margin: 0mm;
    }
}*/
.patientDetailsHeader tr td span {
    font-size: 10px;
    font-weight: bold;
    color:#000;
}

.commonDetails tr td span {
    font-size: 10px;
    font-weight: bold;
    color:#000;
}

.footerDetail tr td {
    font-weight: bold;
    color: Black;
    font-size: 10px;
}

.headerDetail tr td {
    font-weight: bold;
    color: Black;
    font-size: 10px;
}

.itemsDetail tr:first-child th {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-weight: bold;
    color: Black;
    font-size: 10px;
}

.itemsDetail tr th {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-weight: bold;
    color: Black;
    font-size: 10px;
}

.itemsDetail tr.itemKitDetail td {
    font-size: 8px;
}

.itemsDetail tr:last-child td {
    border-bottom: 1px solid #000;
}

.itemsDetail tr td {
    font-size: 10px;
    font-weight: normal;
    color:#000;
}

.itemDetail_saleonsale tr:first-child th {
    font-weight: bold;
    color: Black;
    font-size: 10px;
    border-right: 1px solid #000000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.itemDetail_saleonsale tr th {
    font-weight: bold;
    color: Black;
    font-size: 10px;
    border-right: 1px solid #000000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

    .itemDetail_saleonsale tr th:last-child {
        border-right: 0px;
    }

.itemDetail_saleonsale tr td {
    color: Black;
    font-size: 10px;
    border-right: 1px solid #000000;
    font-weight: normal;
}

    .itemDetail_saleonsale tr td:last-child {
        color: Black;
        font-size: 10px;
        border-right: 0px;
    }

.itemDetail_saleonsale tr.itemKitDetail td {
    font-size: 8px;
    border-right: 1px solid #000000;
    color:#000;
}

.itemDetail_saleonsale tr.itemKitDetail td:last {
        font-size: 8px;
        color:#000;
 }

.itemDetail_saleonsale tr:last-child td {
    border-bottom: 1px solid #000;
}

.amountDetail {
    border-bottom: 1px solid #000000;
}

    .amountDetail td {
        font-weight: bold;
        font-size: 10px;
        color:#000;
    }

    .amountDetail .brdright {
        border-right: 1px solid #000;
    }

.receiptDetail tr td {
    font-weight: bold;
    color: Black;
    font-size: 10px;
}

.amtInWords {
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
}

.brdright {
    border-right: 1px solid #000;
}

.brdtopblack {
    border-top: 1px solid #000;
}

.brdbottomblack {
    border-bottom: 1px solid #000;
}
/*Custom Popup panel like bootstrap*/
.pnlHeader {
    background-color: #2b91d9;
    color: #000;
    margin: 0 -10px;
}

.pnlSubHeader {
    background-color: #fff;
}

    .pnlSubHeader h4 {
        font-size: 15px;
        color: #2b91d9;
    }

.pnlHeader .btnclose {
    background: none;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    height: 22px;
    width: 22px;
    line-height: 22px;
    margin-top: 8px;
}

    .pnlHeader .btnclose:hover {
        color: #333;
        border: 2px solid #333;
    }

    .pnlHeader .btnclose i {
        position: relative;
        left: -1px;
    }

.pnlTitle {
    color: #fff;
    padding: 0 10px;
}

/*General Style*/
.lh24 {
    line-height: 24px;
}

.lh32 {
    line-height: 32px;
}

.blue-circle {
    color: #2b90d9;
}

.light-pink-circle {
    color: #ffc1cc;
}

.light-green-circle {
    color: #92ee91;
}

.skyblue-circle {
    color: #afd9e7;
}

.red-circle {
    color: #ff0000;
}

.orange-circle {
    color: #e68c18;
}

.icon-filter-new {
    background: #2a6993;
    width: 27px;
    height: 21px;
    display: block;
    position: absolute;
    right: 10px;
    top: -21px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

    .icon-filter-new .fa-filter {
        position: relative;
        top: 6px;
        left: 8px;
        color: #fff;
    }
/*General Style end*/

.circle {
    display: block;
    border-radius: 100%;
    height: 10px;
    width: 10px;
    margin: 0;
}

.circleLightBlue {
    background: radial-gradient(circle at 100px 100px, #A5D2DA, #A5D2DA);
}

.circleSkyBlue {
    background: radial-gradient(circle at 100px 100px, #88CFFA, #88CFFA);
}

.circleYellow {
    background: radial-gradient(circle at 100px 100px, #FFF505, #FFF505);
}

.circlePink {
    background: radial-gradient(circle at 100px 100px, #FF149C, #FF149C);
}

.circleRed {
    background: radial-gradient(circle at 100px 100px, #FD4200, #FD4200);
}

.circleLightRed {
    background: radial-gradient(circle at 100px 100px, #FEBDBD, #FEBDBD);
}

.circleLightBrown {
    background: radial-gradient(circle at 100px 100px, #E8B272, #E8B272);
}

.circleDarkGreen {
    background: radial-gradient(circle at 100px 100px, #2FCE2E, #2FCE2E);
}

.circleGreen {
    background: radial-gradient(circle at 100px 100px, #87F47D, #87F47D);
}

.circleLightGreen {
    background: radial-gradient(circle at 100px 100px, #A6FD0D, #A6FD0D);
}

.circleAqua {
    background: radial-gradient(circle at 100px 100px, #14ADAF, #14ADAF);
}

.circleGrey {
    background: radial-gradient(circle at 100px 100px, #818181, #818181);
}

/*OP Billing Start*/
.opBilling .multiselect-selected-text {
    max-width: 80%;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    float: left;
}

.opBilling .caret {
    float: right;
    left: 0;
    margin-right: 5px;
    margin-top: 5px;
}

.opBilling .btn-group > ul.dropdown-menu {
    height: 500px;
    width: 350px;
    overflow-y: auto;
    overflow-x: auto;
}

.opBilling .multiselect dropdown-toggle btn btn-default {
    width: 100%;
    background: #fff;
    text-align: left;
    height: 28px !important;
    line-height: 17px !important;
    padding: 3px 13px !important;
}

.opBilling .multiselect-selected-text {
    text-align: left !important;
}

.opBilling .drr .btn {
    padding: 4px 10px !important;
    font-size: 12px;
}

.opBilling .drr .input-group-btn .btn {
    height: 25px;
}

.opBilling .rbl input[type="radio"] {
    margin-left: 10px;
    margin-right: 1px;
}

.opBilling .multiselect-search {
    width: 240px !important;
    padding-left: 3px;
}

.opBilling .dropdown-menu label.radio input[type=radio] {
    visibility: hidden;
}

.opBilling .dropdown-menu label.radio {
    padding-left: 10px;
}

.opBilling .multiselect-search {
    height: auto;
}

.opBilling .tdmultiselect button.dropdown-toggle {
    padding: 2px 0px;
    height: 26px;
    text-align: left;
}

.opBilling .multiselect-selected-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    padding-left: 3px;
}

.opBilling .wd70 {
    width: 70%;
}

.dueBills tbody td, .dueBills thead th {
    padding: 4px !important;
}

.text-right-important {
    text-align: right !important;
}
/*OP Billing End*/

.icon-bluedoc {
    background: url(../img/sprite.png) -411px -220px no-repeat !important;
    width: 18px;
    height: 15px;
    margin: 0 2px 0 10px;
}

.icon-orangedoc {
    background: url(../img/sprite.png) -411px -264px no-repeat !important;
    width: 18px;
    height: 15px;
    margin: 0 2px 0 10px;
}
.icon-blueclose {
    background: url(../Images/Delete.gif) no-repeat !important;
    width: 18px;
    height: 15px;
    margin: 0 2px 0 10px;
}

.icon-bluedelete {
    background: url(../Images/Delete.bmp) no-repeat !important;
    width: 18px;
    height: 15px;
    margin: 0 2px 0 10px;
}

/* OPDoctorWiseClassifiedRevnue Report Start */
.opDoctorWiseClassifiedRevenue .btn-group > ul.dropdown-menu {
    overflow-y: auto;
    overflow-x: auto;
}

.opDoctorWiseClassifiedRevenue .multiselect dropdown-toggle btn btn-default {
    width: 100%;
    background: #fff;
    text-align: left;
    height: 28px !important;
    line-height: 17px !important;
    padding: 3px 13px !important;
}

.opDoctorWiseClassifiedRevenue .multiselect-selected-text {
    text-align: left !important;
}

.opDoctorWiseClassifiedRevenue .drr .btn {
    padding: 4px 10px !important;
    font-size: 12px;
}

.opDoctorWiseClassifiedRevenue .drr .input-group-btn .btn {
    height: 25px;
}

.opDoctorWiseClassifiedRevenue .multiselect-search {
    width: 240px !important;
    padding-left: 3px;
}
/* OPDoctorWiseClassifiedRevnue Report End */

.green-circle {
    color: Green;
}

/*Left Panel start*/
.hmis .navgator {
    width: 70px;
    height: 45px;
    background: #283a4c;
    cursor: pointer;
}

.hmis .parentMenu {
    /*height:100%;
    position:absolute;
    overflow:hidden;
    width:0;*/
}

.hmis .updownicon {
    width: 100%;
    font-size: 11px;
    text-align: center;
    line-height: 25px;
    color: #aab5bb;
}

    .hmis .updownicon:hover {
        color: #fff;
    }

.hmis #favouriteUL {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    min-height: 30px;
    max-height: 200px;
}

.hmis .nav-label {
    font-size: 24px;
    line-height: 1.2em;
    width: 100%;
    color: #ffffff;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.hmis .response-nav {
    background: #2f4459;
    width: 70px;
    position: absolute;
    left: -70px;
    /*top: 0;*/
    min-height: calc(100vh - 45px);
    height: 100%;
    z-index: 900;
}

    .hmis .response-nav > nav {
        width: 100%;
        float: left;
        display: none;
    }

        .hmis .response-nav > nav.active {
            display: block;
        }

        .hmis .response-nav > nav > ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            .hmis .response-nav > nav > ul > li {
                border-bottom: 1px solid #283a4c;
                position: relative;
                width: 100%;
                float: left;
            }

                .hmis .response-nav > nav > ul > li > a {
                    display: block;
                    width: 70px;
                    text-align: center;
                    color: #aabac2;
                    font: normal 600 10px/14px 'Source sans pro';
                    background: #2f4459;
                    transition: all 0.1s ease;
                    -webkit-transition: all 0.1s ease;
                    text-decoration: none;
                    padding: 3px 0 4px;
                    height: auto;
                }

                    .hmis .response-nav > nav > ul > li:hover > a,
                    .hmis .response-nav > nav > ul > li > a.active,
                    .hmis .response-nav > nav > ul > li:hover > a .nav-label,
                    .hmis .response-nav > nav > ul > li > a.active .nav-label {
                        background: #35bc7f;
                        color: #fff;
                    }

                .hmis .response-nav > nav > ul > li .nav-label {
                    color: #aab5bb;
                }

#favouriteLI {
    /* margin-top:5px;*/
}

#favouriteUL span {
    display: block;
    padding: 7px 10px 7px 15px;
}

#favouriteLI i {
    padding-top: 3px;
}

.jcarousel-next {
    font-size: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 25px;
    cursor: pointer;
    background: #2f4459;
    border-top: 1px solid #283a4c;
}

.jcarousel-prev {
    position: absolute;
    font-size: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 25px;
    z-index: 1000;
    cursor: pointer;
    background: #2f4459;
    opacity: 1;
    border-bottom: 1px solid #283a4c;
}

.jcarousel-vertical, .ver-ti-cal {
    position: relative;
    padding: 25px 0;
}

#jcarousel2 > ul {
    height: 600px;
    position: relative;
}

.jcarousel-prev:hover, .jcarousel-next:hover {
    background: #35bc7f;
}

.hmis .black-tab {
    background: #32374A;
    width: 220px;
    position: relative;
    left: 1px;
    top: 0;
    height: 100%;
    padding: 0;
    max-height: 342px;
    height: auto;
    overflow-Y: auto;
    box-shadow: none;
    border-radius: 0px;
    cursor: pointer;
    background: #2e4154;
}

    .hmis .black-tab ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        min-height: 25px;
    }

        .hmis .black-tab ul > li > a {
            display: block;
            font-size: 11px;
            color: #D6D8D6;
            text-transform: uppercase;
            padding: 7px 10px 7px 15px;
            font: normal 600 10px/11px 'Source sans pro';
        }

        .hmis .black-tab ul > li:hover > a,
        .hmis .black-tab ul > li.active > a {
            background: #35bc7f;
            color: #fff;
        }

        .hmis .black-tab ul > li > a {
            float: left;
            min-width: 130px;
        }

        .hmis .black-tab ul > li {
            overflow: auto;
            padding-right: 5px;
        }

        .hmis .black-tab ul li:hover {
            background-color: #35bc7f
        }

            .hmis .black-tab ul li:hover > .icon-removestart {
                background: url(../Content/app-style/img/fav-remove.png) 0px -18px no-repeat;
            }
/*.hmis .black-tab ul li:hover > .icon-removestart
{
    background: url(../../../img/fav-remove.png) 0px -20px no-repeat;
}
.hmis .black-tab ul li:hover > .icon-removestart
{
    background: url(../../../img/fav-remove.png) 0px -20px no-repeat;
}*/
.hmis .orange-drop {
    position: absolute;
    display: none;
    box-shadow: 0 0 5px #666;
    left: 69px !important;
}

.hmis .open .orange-drop {
    display: block;
}

.hmis .orange-drop.grey-themed {
    height: auto;
}
/*Left Panel end*/

/*inner menu*/

.hmis .blue-pad {
    padding: 0 10px;
}

.hmis .referal-drop > a {
    font-size: 17px;
    line-height: 37px;
    color: #35bc7f;
    display: block;
    font-weight:600;
    font-family: 'Source Sans Pro';
}

.hmis .more-dropdown > .dropdown > a.dropdown-toggle {
    /*  color: #fff;*/
    font-size: 12px;
    margin-right: 10px;
    line-height: 36px;
    text-decoration: none;
    margin-left:10px;
}

.hmis .blue-nav .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    font-size: 11px;
    color: #082a3e;
    height: auto;
    max-height: calc(100vh - 140px);
}
/*inner menu end*/

.onotify {
    display: block;
    position: absolute;
    top: 10px;
    right: 5px;
    min-width: 16px;
    height: 16px;
    padding: 0 5px;
    font-size: 11px;
    line-height: 16px;
    color: #a5aeb8 !important;
    background: #323b45;
    border-radius: 4px;
    text-align: center;
}

.fav-block {
    position: relative;
    float: left;
    z-index: 1040;
    height: 45px;
    width: 70px;
}

.favlist {
    width: 70px;
    height: 45px;
    display: block;
    float: left;
    background: #283a4c;
    text-align: center;
    vertical-align: middle;
    line-height: 45px;
}

    .favlist a {
        font-size: 24px !important;
        line-height: 45px;
        color: #fff;
        display: block;
    }

.logo {
    width: 156px;
    height: 23px;
    background: url(../img/sprite.png) 0 -197px no-repeat;
    display: block;
    text-indent: -9999px;
    margin: 11px;
    float: left;
}

.logo-nav {
    background: #222c38;
    height: 45px;
    width: 100%;
    -webkit-box-shadow: 0px 2px 2px 2px rgba(51,51,51,0.3);
    -moz-box-shadow: 0px 2px 2px 2px rgba(51,51,51,0.3);
    box-shadow: 0px 2px 2px 2px rgba(51,51,51,0.3);
}

    .logo-nav .dropdown-menu {
        padding: 0;
        margin: 0;
        border: 0;
        width: 225px;
    }

        .logo-nav .dropdown-menu > li > a {
            font: normal 600 14px/20px 'Source sans pro';
            padding: 6px 10px;
            color: #c4d0df;
            background: #181f27;
            position: relative;
        }

        .logo-nav .dropdown-menu > .active > a,
        .logo-nav .dropdown-menu > .active > a:hover,
        .logo-nav .dropdown-menu > .active > a:focus {
            color: #fff;
            text-decoration: none;
            background-color: #181f27;
        }

        .logo-nav .dropdown-menu > li > a:hover, .logo-nav .dropdown-menu > li > a:focus {
            color: white !important;
             text-decoration: none;
             background: #191f28 !important;
             background: #1d2531 !important;
        }

    .logo-nav nav > ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .logo-nav nav > ul > li {
            float: left;
            width: auto;
            padding: 0;
            position: relative;
            border: 0;
        }

            .logo-nav nav > ul > li > a {
                position: relative;
                padding: 12px;
                display: block;
                font: normal 600 13px/20px 'Source sans pro';
                color: #a8bec9;
                text-align: center;
                vertical-align: middle;
                height: 45px;
                border-top: 2px solid #222c38;
            }

                .logo-nav nav > ul > li > a:before {
                    content: "";
                    border-left: solid 1px #3f4d5b;
                    position: absolute;
                    left: 0;
                    top: 12px;
                    height: 20px;
                }

                .logo-nav nav > ul > li > a > .icon {
                    font-size: 12px;
                }

            .logo-nav nav > ul > li:hover > a,
            .logo-nav nav > ul > li:hover > a > .icon,.logo-nav nav .dropdown.open > a  {
                /*background: #2f4459;*/
                color: #fff !important;
            }

            .logo-nav nav > ul > li .dropdown-menu {
                background: #222c38;
                padding: 0;
                margin: 0;
                border-radius: 0;
                border-top: 1px solid #323a45;
            }

            .logo-nav nav > ul > li > .dropdown-menu::before {
                border: none;
            }

            .logo-nav nav > ul > li > .dropdown-menu::after {
                border: none;
            }

            .logo-nav nav > ul > li .dropdown-menu::after {
                border: none;
            }

            .logo-nav nav > ul > li .dropdown-menu > li {
                position: relative;
            }

                .logo-nav nav > ul > li .dropdown-menu > li.divider {
                    margin: 0;
                    background: #84c6dc;
                }

                .logo-nav nav > ul > li .dropdown-menu > li > a, .head-list li a {
                    color: #9ea8b3;
                    font-size: 12px;
                    border-bottom: 1px solid #313a45;
                    padding: 7px 10px 7px 10px;
                    position: relative;
                    background: #222c38;
                    height: 35px;
                    clear: both;
                }

                .logo-nav nav > ul > li .dropdown-menu > li > ul.dropdown-menu {
                    right: 100%;
                    left: auto;
                    top: 0;
                    margin-right: 0px !important;
                    min-width: 165px;
                    width: auto;
                }

                    .logo-nav nav > ul > li .dropdown-menu > li > ul.dropdown-menu > li a {
                        padding: 7px 40px 7px 25px;
                    }

            .logo-nav nav > ul > li.dropdown-login-user > a {
                padding: 8px 15px 8px;
                border-left: solid 1px #3f4d5b;
            }

                .logo-nav nav > ul > li.dropdown-login-user > a:before {
                    border-left: 0;
                }

            .logo-nav nav > ul > li .dropdown-menu > li > a:hover > span,
            .logo-nav nav > ul > li .dropdown-menu > li > a:hover > .icon {
                color: white !important;
            }

            .logo-nav nav > ul > li .dropdown-menu::before {
                border: none;
            }

            .dropdown.open .jelly-sm.white,
            .logo-nav nav > ul > li a:hover > #totalCount {
                /*background:#d07a00;*/
            }

.jelly-sm {
    min-width: 30px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    color: #fff !important;
    font-style: normal;
    border-radius: 13px;
    vertical-align: middle;
    line-height: 18px;
    font-weight: 600;
    padding: 0 5px;
    margin-right: 5px !important;
    background: #365984;
}

.jelly {
    min-width: 33px;
    height: 22px;
    font: normal 800 12px/20px "Source sans pro";
    color: #a5aeb8 !important;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    padding: 2px 5px;
    margin-left: 10px;
    background: #323b45;
    border: none;
}

.jelly-sm.white {
    /*background: #cf7a00;*/
    color: #fff !important;
}
.icon-star {
    margin: 4px 4px 0 0 !important;
    background: url(../img/sprite.png) 0 -109px no-repeat;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

    .icon-star:hover {
        background: url(../img/sprite.png) -256px -109px no-repeat;
    }

    .icon-star.active {
        background: url(../img/sprite.png) -21px -109px no-repeat;
        cursor: pointer;
    }

        .icon-star.active:hover {
            background: url(../img/sprite.png) -21px -109px no-repeat;
        }
.icon-nav:before {
    content: "\e91a";
}

.icon-arrowtop:before {
    content: "\e924";
}
.icon-arrowbottom:before {
    content: "\e925";
}
.icon-MHC:before {
    content: "\e932";
}
.icon-IM:before{
    content: "\e931";
}
.icon-alerts:before {
    content: "\e90d";
}
.icon-messages:before {
    content: "\e912";
}
.icon-user-search:before {
    content: "\e926";
}

.icon-user-search:hover,.lookup-toggle.open .icon-user-search{
    color: #fff !important;
}


 .hmis .icon-user-search {
     display: inline-block;
     color: #657581 !important;
     font-size: 30px !important;
     z-index: 10;
     margin-top: 5px;
}
.hmis .icon-user-search:hover,.hmis .icon-user-search:active,.hmis .lookup-toggle.open .icon-user-search {
     color: #fff !important;
}
.attr {
    color: #a5aeb8 !important;
    float: left;
}

.subMenu li a:hover {
    color: #a5aeb8 !important;
}

.head-list {
    padding: 0;
    list-style: none;
}

.head-list li a {
    display: block;
    font: normal 600 14px/20px 'Source sans pro';
    padding: 6px 20px;
    color: #5d6771;
}

.head-list li a:hover {
    color: #fff !important;
    background: #1d2531 !important;
}

.head-list li a:hover > .logo-nav .rightHeader {
    color: #fff !important;
}

.hmis .logo-nav .dropdown-menu {
    padding: 0;
    margin: 0;
}

    .hmis .logo-nav .dropdown-menu > li > a {
        font: normal 600 14px/20px 'Source sans pro';
        padding: 6px 10px;
        color: #a5aeb8 !important;
        background: #181f27;
        position: relative;
        border-bottom: 1px solid #313a45;
    }

    .hmis .logo-nav .dropdown-menu > .active > a,
    .hmis .logo-nav .dropdown-menu > .active > a:hover,
    .hmis .logo-nav .dropdown-menu > .active > a:focus {
        color: #2a92da;
        text-decoration: none;
        background-color: #fff;
        outline: 0;
    }

    .hmis .logo-nav .dropdown-menu > li > a:hover,
    .hmis .logo-nav .dropdown-menu > li > a:focus {
        color: #c4d0df;
        text-decoration: none;
        background-color: #30363d;
    }
.hmis .notification-popup {
    position: absolute;
    padding: 8px 10px;
    background: #ffd94d;
    border-radius: 4px;
    z-index: 2081;
    transform: translateX(-50%);
    left: 50%;
    padding-right: 40px;
    color: #2b2b2b;
    font-weight: 600;
    width: fit-content;
}

    .hmis .notification-popup .close {
        /*background: url(.. /../../img/sprite.png) 4px -282px no-repeat !important;*/
        background: url(../img/sprite.png) 4px -282px no-repeat !important;
        notification-popup width: 33px;
        height: 27px;
        display: block;
        text-indent: -9999px;
        opacity: 1;
        position: absolute;
        right: 0;
        top: 4px;
        border: 0;
    }
.hmis .head-list {
    padding: 0;
    list-style: none;
}

    .hmis .head-list > li > a {
        display: block;
        font: normal 600 14px/20px 'Source sans pro';
        padding: 6px 20px;
        color: #a5aeb8;
        background:#181f27;
    }

/* START Pharmacy Issue Advance Details */

.divPharIpAdvance .popover {
    position: absolute;
    display: none;
    width: 200px !important;
    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 !important;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.divPharIpAdvance .popover-title {
    color: white;
    background-color: #196CAF;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-align: center;
}
.divPharIpAdvance .popover-content {
    padding: 5px;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.divPharIpAdvance .popover-content span{
    float:right;
}

.divPharIpAdvance p {
    display: inline-block;
}

/* END Pharmacy Issue Advance Details */
.jellyBeanItem .attr {
    font-size: 14px;
}
.logo-nav a.dropdown-toggle.rightHeader {
    font: normal 600 13px/20px 'Source sans pro' !important;
    color: #a8bec9 !important;
}
.dropdown-login-user a:hover > div > span {
    color: White !important;
}
.icon-dropdown-arrow:before {
    content: "\e911";
}
.ml10
{
    margin-left:10px;    
}
.pad-all10 {
    padding: 10px;
}
a.btn
{
    border-radius: 5px;
    background-color: #eaecf0;
    padding: 0px 8px !important;
    border: 1px solid #caced7;
    cursor: pointer;
    line-height: 24px;
    color: #5d6771;
    font: normal 400 14px/26px 'Source sans pro';
    height: 28px;
}
a.btn:hover
{
    color: #5d6771;
    background-color: #d9dce1;
    border-color: #caced7;    
}
.icon-right-arrow:before {
    content: "\e92c";
}
.icon-removestart {
    background: url(../Content/app-style/img/fav-remove.png) 0px 0px no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.icon-removestart:hover {
    background: url(../Content/app-style/img/fav-remove.png) 0px -18px no-repeat;
}
 .pagination-footer a {
     display: inline-block;
}
 .pagination-footer a .glyphicon {
     background: #cdcdcd;
     color: #000;
     border: 1px solid #a4aab0;
     padding: 6px 6px;
     border-radius: 3px;
     font-size: 10px;
     box-shadow: none;
}
 .pagination-footer .disabled .glyphicon {
     background: #ededed;
     color: #808080;
}
 .btn-blue.paginationbtn {
     background: #cdcdcd !important;
     color: #000 !important;
     border: 1px solid #a4aab0 !important;
     font-weight: 600;
     margin-top: -2px;
}
 .pagination-footer a .glyphicon-step-backward:before {
     content: "\e069";
}
 .pagination-footer a .glyphicon-chevron-left:before {
     content: "\e079";
}
 .pagination-footer a .glyphicon-chevron-right:before {
     content: "\e080";
}
 .pagination-footer a .glyphicon-step-forward:before {
     content: "\e077";
}
 .pagination-footer .disabled {
     background: none;
}
.nomarleft
{
    margin-left:0 !important;
    }
    .nomarright{
    margin-right:0 !important;
    }

@media screen and (max-width:1024px){
    .btn-xs, .btn-group-xs > .btn {
        padding: 3px 6px !important;
    }
}

.StandResDiv {
    position: absolute;
    bottom: 25px;
    left: 0;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
   color : #5d67718f;
   
}
.hidden {
    display: none;
}
figure.table {
    display: contents;
    margin:0;
    padding:0;
    border:none;
}


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}


/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(/HEALOW/Content/thirdparty/animated-notification/images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .75;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -1px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(/HEALOW/Content/thirdparty/animated-notification/images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -khtml-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }

#notifications-bottom-right {
    position: absolute;
    width: 325px;
    right: 15px;
    bottom: 30px;
    z-index: 2000;
}
#notifications-bottom-right-tab {
    background-color: #ffd94d;
    float: left;
    min-height: 30px;
    min-width: 325px;
    position: relative;
    border-color: Black;
    z-index: 1;
    /* box-shadow: 0 0 12px rgba(0, 120, 255, 1.00);*/
    border-radius: 5px;
    color: #2b2b2b;
}
#notifications-bottom-right-tab-close
{
    height: 25px;
    width: 30px;
    position: absolute;
    top: 2px;
    right: 0px;
    color: #0F0F0F;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    z-index: 5;
    opacity:0.60;
}
#notifications-bottom-right-tab-close:hover
{
    color: rgba(102,102,102,1);
    cursor: pointer;
}
#notifications-bottom-right-tab-avatar
{
    float: left;
    height: 55px;
    width: 45px;
    margin-left: 10px;
}
#notifications-bottom-right-tab-avatar img
{
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -khtml-border-radius: 50% 50% 50% 50%;
    float: left;
    margin-top: 10px;
}
#notifications-bottom-right-tab-right
{
    float: left;
    width: 325px;    
    margin-top: 5px;
}
#notifications-bottom-right-tab-right-title
{
    float: left;
    width: 100%;
    color: #252525;
    font-weight: 600;
}
#notifications-bottom-right-tab-right-title span
{
    color: #e91e63;
}
#notifications-bottom-right-tab-right-text {
    float: left;
    min-width: 300px;
    font-size: 12px;
    color: #4c4c4c;
    font-style: normal;
    margin-top: 5px;
    font-weight: bold;
    min-width: 300px;
    margin: 0 8px 5px 8px;
}



#notifications-full
{
    -moz-box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
    box-shadow: 0 0 30px rgba(0,0, 0, 1.00);
    min-height: 125px;
    height: auto;
    width: 500px;
    background-color: rgba(255,255,164,1);
    position: absolute;
    margin-top: 3%;
    margin-left: -265px;
    z-index: 2;
    left: 50%;
   
}
#notifications-full-close
{
    height: 20px;
    width: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #0f0f0f;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.60;
}
#notifications-full-close:hover
{
    color: rgba(102,102,102,1);
    cursor: pointer;
}
#notifications-full-icon
{
    color: #404040;
    float: left;
    font-size: 65px;
    height: 65px;
    margin-left: 20px;
    margin-top: 15px;
    text-align: center;
}
#notifications-full-text
{
    color: #404040;
    float: left;
    font-size: 16px;
    line-height: 24px;
    margin: 30px 0 20px 15px;
    text-align: left;
    max-width: 400px;
}

/* Overlays */
.ui-widget-overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-widget-overlay
{
    background: #aaaaaa /*{bgColorOverlay}*/ url(/HEALOW/Content/thirdparty/animated-notification/images/ui-bg_flat_0_aaaaaa_40x100.png) /*{bgImgUrlOverlay}*/ 50% /*{bgOverlayXPos}*/ 50% /*{bgOverlayYPos}*/ repeat-x /*{bgOverlayRepeat}*/;
    opacity: .75;
    filter: Alpha(Opacity=30) /*{opacityOverlay}*/;
}
.ui-widget-shadow
{
    margin: -1px /*{offsetTopShadow}*/ 0 0 -8px /*{offsetLeftShadow}*/;
    padding: 8px /*{thicknessShadow}*/;
    background: #aaaaaa /*{bgColorShadow}*/ url(/HEALOW/Content/thirdparty/animated-notification/images/ui-bg_flat_0_aaaaaa_40x100.png) /*{bgImgUrlShadow}*/ 50% /*{bgShadowXPos}*/ 50% /*{bgShadowYPos}*/ repeat-x /*{bgShadowRepeat}*/;
    opacity: .3;
    filter: Alpha(Opacity=30) /*{opacityShadow}*/;
    -moz-border-radius: 8px /*{cornerRadiusShadow}*/;
    -khtml-border-radius: 8px /*{cornerRadiusShadow}*/;
    -webkit-border-radius: 8px /*{cornerRadiusShadow}*/;
    border-radius: 8px /*{cornerRadiusShadow}*/;
}


@media (min-width: 768px) and (max-width: 1024px)
{
    #DivAlert
    {
        left: 45%;
        position: relative;
        z-index: 100000000;
        max-width: 418px;
    }
    .bigMsg
    {
        margin-left: -130px !important;
    }
    .smallMsg
    {
        margin-left: -50px !important;
    }
    .avgMsg
    {
        margin-left: -100px !important;
    }
    .largeMsg
    {
        margin-left: -175px !important;
    }
}
@media (min-width: 1050px) and (max-width: 1680px)
{
    #DivAlert
    {
        left: 45%;
        position: relative;
        z-index: 100000000;
        max-width: 700px;
    }
    .smallMsg
    {
        margin-left: -75px !important;
    }
    .avgMsg
    {
        margin-left: -175px !important;
    }
    .bigMsg
    {
        margin-left: -275px !important;
    }
    .largeMsg
    {
        margin-left: -285px !important;
    }
}
@media (min-width:1681px) and (max-width: 2560px)
{
    #DivAlert
    {
        left: 45%;
        position: relative;
        z-index: 100000000;
        max-width: 900px;
    }
    .smallMsg
    {
        margin-left: -75px !important;
    }
    .avgMsg
    {
        margin-left: -175px !important;
    }
    .bigMsg
    {
        margin-left: -300px !important;
    }
    .largeMsg
    {
        margin-left: -425px !important;
    }
}

#notifications-bottom-right1
{
    position: absolute;
    top: 7px;
    z-index: 2000;
}
.Superlock
{
    top: 6px !important;
    left: 535px !important;
}
#notifications-bottom-right-tab1
{
    background-color: #ffd94d;
    float: left;
    position: relative;
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border: 1px solid #822732;
    z-index: 1;
    box-shadow: 0 0 4px rgb(217, 220, 28);
    border-radius: 5px;
}
/*
.success
{
    outline: 0;
    box-shadow: 0 0 30px rgba(0, 120, 255, 1.00);
}
.error
{
    outline: 0;
    box-shadow: 0 0 30px rgba(260, 0, 0, 1.00);
}

.iconb
{
    margin-top:10px;
}*/
#notifications-bottom-right-tab-close1
{
    position: absolute;
    top: 0px;
    right: -4px;
    color: #0F0F0F;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 5;
    opacity: 0.30;
}
#notifications-bottom-right-tab-close1:hover
{
    color: rgba(102,102,102,1);
    cursor: pointer;
}
#notifications-bottom-right-tab-avatar1
{
    float: left;
    height: 100px;
    width: 70px;
    margin-left: 20px;
}
#notifications-bottom-right-tab-avatar1 img
{
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -khtml-border-radius: 50% 50% 50% 50%;
    float: left;
    margin-top: 30px;
}
#notifications-bottom-right-tab-right1
{
    float: left;
}
#notifications-bottom-right-tab-right-title1
{
    float: left;
    width: 100%;
    color: #252525;
    font-weight: 600;
}
#notifications-bottom-right-tab-right-title1 span
{
    color: #e91e63;
}
#notifications-bottom-right-tab-right-text1
{
    float: left; /*  min-width: 275px;*/
    font-size: 12px;
    color: #4c4c4c;
    font-style: normal;
    font-weight: bold;
    margin: 5px 5px 5px 5px;
    overflow: hidden;
}



#notifications-full1
{
    -moz-box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
    box-shadow: 0 0 30px rgba(0,0, 0, 1.00);
    min-height: 125px;
    height: auto;
    width: 580px;
    background-color: rgba(255,255,164,1);
    position: absolute;
    margin-top: 3%;
    margin-left: -265px;
    z-index: 2;
    left: 50%;
}
#notifications-full-close1
{
    height: 20px;
    width: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #0f0f0f;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.60;
}
#notifications-full-close1:hover
{
    color: rgba(102,102,102,1);
    cursor: pointer;
}
#notifications-full-icon1
{
    color: #404040;
    float: left;
    font-size: 65px;
    height: 65px;
    margin-left: 20px;
    margin-top: 15px;
    text-align: center;
}
#notifications-full-text1
{
    position: relative;
    z-index: 1000;
    margin-bottom: 5px;
    clear: both;
    text-align: left;
    vertical-align: middle;
    width: 300px;
    padding: .5rem 1.5rem;
    color: #fff;
    background: #000;
    border-radius: .125rem;
    animation-duration: 1s;
    animation-fill-mode: both;
    font-size: 1rem;
    width: auto;
}
#notifications-bottom-right-tab-close1
{
    display: none !important;
}

.footable > thead > tr > th,.footable > thead > tr > td{position:relative}.footable{border-spacing:0;width:100%}.footable.breakpoint > tbody > tr > td.expand{background:url(/HEALOW/Content/thirdparty/footable/img/plus.png) no-repeat 5px center;padding-left:40px}.footable.breakpoint > tbody > tr.footable-detail-show > td.expand{background:url(/HEALOW/Content/thirdparty/footable/img/minus.png) no-repeat 5px center}.footable.breakpoint > tbody > tr.footable-row-detail{background:#eee}.footable > tbody > tr:hover{background:#fbf8e9}.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail){cursor:pointer}.footable > tbody > tr > td,.footable > thead > tr > th{padding:10px;text-align:left}.footable > thead > tr > th,.footable > thead > tr > td{background-color:#dce9f9;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebf3fc),to(#dce9f9));background-image:-webkit-linear-gradient(top,#ebf3fc,#dce9f9);background-image:-moz-linear-gradient(top,#ebf3fc,#dce9f9);background-image:-ms-linear-gradient(top,#ebf3fc,#dce9f9);background-image:-o-linear-gradient(top,#ebf3fc,#dce9f9);background-image:linear-gradient(to bottom,#ebf3fc,#dce9f9)}.footable > thead > tr > th:first-child,.footable > thead > tr > td:first-child{-moz-border-radius:6px 0 0;-webkit-border-radius:6px 0 0;border-radius:6px 0 0}.footable > thead > tr > th:last-child,.footable > thead > tr > td:last-child{-moz-border-radius:0 6px 0 0;-webkit-border-radius:0 6px 0 0;border-radius:0 6px 0 0}.footable > thead > tr > th:only-child,.footable > thead > tr > td:only-child{-moz-border-radius:6px 6px 0 0;-webkit-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0}.footable > tbody > tr:last-child > td:first-child{-moz-border-radius:0 0 0 6px;-webkit-border-radius:0 0 0 6px;border-radius:0 0 0 6px}.footable > tbody > tr:last-child > td:last-child{-moz-border-radius:0 0 6px;-webkit-border-radius:0 0 6px;border-radius:0 0 6px}.footable > tbody img{vertical-align:middle}
/*!
 * ui-grid - v3.0.0-RC.18-7774d30 - 2015-02-03
 * Copyright (c) 2015 ; License: MIT 
 */
.ui-grid {
  border: 1px solid #d4d4d4;
  box-sizing: content-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.ui-grid-vertical-bar {
  position: absolute;
  right: 0;
  width: 0;
}
.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar,
.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  width: 1px;
}
.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #d4d4d4;
}
.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #d4d4d4;
}
.ui-grid-header-cell:last-child .ui-grid-vertical-bar {
  right: -1px;
  width: 1px;
  background-color: #d4d4d4;
}
.ui-grid-clearfix:before,
.ui-grid-clearfix:after {
  content: "";
  display: table;
}
.ui-grid-clearfix:after {
  clear: both;
}
.ui-grid-invisible {
  visibility: hidden;
}
.ui-grid-top-panel-background {
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.ui-grid-header {
  border-bottom: 1px solid #d4d4d4;
  box-sizing: content-box;
}
.ui-grid-top-panel {
  position: relative;
  overflow: hidden;
  font-weight: bold;
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  -webkit-border-top-right-radius: -1px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: -1px;
  -moz-border-radius-topright: -1px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: -1px;
  border-top-right-radius: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: -1px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-grid-header-viewport {
  overflow: hidden;
}
.ui-grid-header-canvas {
  position: relative;
}
.ui-grid-header-canvas:before,
.ui-grid-header-canvas:after {
  content: "";
  display: table;
  line-height: 0;
}
.ui-grid-header-canvas:after {
  clear: both;
}
.ui-grid-header-cell {
  position: relative;
  box-sizing: border-box;
  float: left;
  top: 0;
  bottom: 0;
  background-color: inherit;
  border-right: 1px solid;
  border-color: #d4d4d4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 0;
}
.ui-grid-header-cell .sortable {
  cursor: pointer;
}
.ui-grid-header .ui-grid-vertical-bar {
  top: 0;
  bottom: 0;
}
.ui-grid-column-menu-button {
  position: absolute;
  right: 1px;
  top: 0;
}
.ui-grid-column-menu-button .ui-grid-icon-angle-down {
  vertical-align: sub;
}
.ui-grid-column-menu-button-last-col {
  margin-right: 25px;
}
.ui-grid-column-menu {
  position: absolute;
}
/* Slide up/down animations */
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
  display: block !important;
}
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* Slide up/down animations */
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
  display: block !important;
}
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.ui-grid-filter-container {
  padding: 4px 10px;
  position: relative;
}
.ui-grid-filter-container .ui-grid-filter-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
/*keyur*/
.ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
  position: absolute;
  top: 50%;
  line-height: 32px;
  /*margin-top: -16px;*/
  margin-top: -7px;
  right: 10px;
  opacity: 0.66;
}
.ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"]:hover {
  opacity: 1;
}
input[type="text"].ui-grid-filter-input {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  border: 1px solid #d4d4d4;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input[type="text"].ui-grid-filter-input:hover {
  border: 1px solid #d4d4d4;
}
.ui-grid-render-container {
  position: inherit;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-grid-render-container:focus {
  outline: none;
}
.ui-grid-viewport {
  min-height: 20px;
  position: relative;
}
.ui-grid-viewport :focus {
  outline: none;
}
.ui-grid-canvas {
  position: relative;
  padding-top: 1px;
}
.ui-grid-row:nth-child(odd) .ui-grid-cell {
  background-color: #fdfdfd;
}
.ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: #f3f3f3;
}
.ui-grid-row:last-child .ui-grid-cell {
  border-bottom-color: #d4d4d4;
  border-bottom-style: solid;
}
.ui-grid-no-row-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10%;
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #d4d4d4;
  font-size: 2em;
  text-align: center;
}
.ui-grid-no-row-overlay > * {
  position: absolute;
  display: table;
  margin: auto 0;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.66;
}
.ui-grid-cell {
  overflow: hidden;
  float: left;
  background-color: inherit;
  border-right: 1px solid;
  border-color: #d4d4d4;
  box-sizing: border-box;
}
.ui-grid-cell-contents {
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 100%;
}
.ui-grid-cell-contents-hidden {
  visibility: hidden;
  width: 0;
  height: 0;
  display: none;
}
.ui-grid-row-header-cell {
  background-color: #F0F0EE !important;
  border-bottom: solid 1px #d4d4d4;
}
.ui-grid-native-scrollbar {
  position: absolute;
  overflow: scroll;
}
.ui-grid-native-scrollbar.vertical {
  top: 0;
  right: 0;
  height: 100%;
  overflow-x: hidden;
  width: 17px;
}
.ui-grid-native-scrollbar.horizontal {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-y: hidden;
  height: 17px;
}
.ui-grid-footer-panel-background {
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.ui-grid-footer-panel {
  position: relative;
  border-bottom: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
  overflow: hidden;
  font-weight: bold;
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  -webkit-border-top-right-radius: -1px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: -1px;
  -moz-border-radius-topright: -1px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: -1px;
  border-top-right-radius: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: -1px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-grid-grid-footer {
  float: left;
  width: 100%;
}
.ui-grid-footer-viewport {
  overflow: hidden;
}
.ui-grid-footer-canvas {
  position: relative;
}
.ui-grid-footer-canvas:before,
.ui-grid-footer-canvas:after {
  content: "";
  display: table;
  line-height: 0;
}
.ui-grid-footer-canvas:after {
  clear: both;
}
.ui-grid-footer-cell {
  overflow: hidden;
  float: left;
  background-color: inherit;
  border-right: 1px solid;
  border-color: #d4d4d4;
  box-sizing: border-box;
}
.ui-grid-footer-cell:last-child {
  border-right: 0;
}
input[type="text"].ui-grid-filter-input {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  border: 1px solid #d4d4d4;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input[type="text"].ui-grid-filter-input:hover {
  border: 1px solid #d4d4d4;
}
.ui-grid-menu-button {
  z-index: 2;
  position: absolute;
  right: 0;
  background: #f3f3f3;
  border: 1px solid #d4d4d4;
  cursor: pointer;
  min-height: 27px;
  font-weight: normal;
}
.ui-grid-menu-button .ui-grid-icon-container {
  margin-top: 3px;
}
.ui-grid-menu-button .ui-grid-menu {
  right: 0;
}
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
  overflow-y: scroll;
  max-height: 300px;
  border: 1px solid #d4d4d4;
}
.ui-grid-menu {
  z-index: 2;
  position: absolute;
  overflow: hidden;
  padding: 0 10px 20px 10px;
  cursor: pointer;
  box-sizing: content-box;
}
.ui-grid-menu .ui-grid-menu-inner {
  background: #f3f3f3;
  border: 1px solid #d4d4d4;
  position: relative;
  white-space: nowrap;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
}
.ui-grid-menu .ui-grid-menu-inner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ui-grid-menu .ui-grid-menu-inner ul li {
  padding: 8px;
  cursor: pointer;
}
.ui-grid-menu .ui-grid-menu-inner ul li:hover {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.ui-grid-menu .ui-grid-menu-inner ul li.ui-grid-menu-item-active {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  background-color: #cecece;
}
.ui-grid-menu .ui-grid-menu-inner ul li:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}
.ui-grid-sortarrow {
  right: 5px;
  position: absolute;
  width: 20px;
  top: 0;
  bottom: 0;
  background-position: center;
}
.ui-grid-sortarrow.down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@font-face {
  font-family: 'ui-grid';
  src: url(/HEALOW/Content/thirdparty/Content/thirdparty/ui-grid/ui-grid.eot);
  src: url(/HEALOW/Content/thirdparty/Content/thirdparty/ui-grid/ui-grid.eot#iefix) format('embedded-opentype'), url(/HEALOW/Content/thirdparty/Content/thirdparty/ui-grid/ui-grid.woff) format('woff'), url(/HEALOW/Content/thirdparty/Content/thirdparty/ui-grid/ui-grid.ttf?) format('truetype'), url(/HEALOW/Content/thirdparty/ui-grid/ui-grid.svg?#ui-grid) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'ui-grid';
    src: url(/HEALOW/Content/thirdparty/font/ui-grid.svg?12312827#ui-grid) format('svg');
  }
}
*/
[class^="ui-grid-icon"]:before,
[class*=" ui-grid-icon"]:before {
  font-family: "ui-grid";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.ui-grid-icon-blank::before {
  width: 1em;
  content: ' ';
}
/*
* RTL Styles
*/
.ui-grid[dir=rtl] .ui-grid-header-cell,
.ui-grid[dir=rtl] .ui-grid-footer-cell,
.ui-grid[dir=rtl] .ui-grid-cell {
  float: right !important;
}
.ui-grid[dir=rtl] .ui-grid-scrollbar-horizontal {
  left: inherit;
  right: 0;
}
.ui-grid[dir=rtl] .ui-grid-native-scrollbar.vertical {
  left: 0;
  right: inherit;
}
.ui-grid[dir=rtl] .ui-grid-column-menu-button {
  position: absolute;
  left: 1px;
  top: 0;
  right: inherit;
}
.ui-grid[dir=rtl] .ui-grid-cell:first-child,
.ui-grid[dir=rtl] .ui-grid-header-cell:first-child,
.ui-grid[dir=rtl] .ui-grid-footer-cell:first-child {
  border-right: 0;
}
.ui-grid[dir=rtl] .ui-grid-cell:last-child,
.ui-grid[dir=rtl] .ui-grid-header-cell:last-child {
  border-left: 1px solid;
  border-color: #d4d4d4;
}
.ui-grid[dir=rtl] .ui-grid-header-cell:first-child .ui-grid-vertical-bar,
.ui-grid[dir=rtl] .ui-grid-footer-cell:first-child .ui-grid-vertical-bar,
.ui-grid[dir=rtl] .ui-grid-cell:first-child .ui-grid-vertical-bar {
  width: 0;
}
.ui-grid[dir=rtl] .ui-grid-menu-button {
  z-index: 2;
  position: absolute;
  left: 0;
  right: auto;
  background: #f3f3f3;
  border: 1px solid #d4d4d4;
  cursor: pointer;
  min-height: 27px;
  font-weight: normal;
}
.ui-grid[dir=rtl] .ui-grid-menu-button .ui-grid-menu {
  left: 0;
  right: auto;
}
.ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button {
  right: initial;
  left: 0;
}
.ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
  right: initial;
  left: 10px;
}
/*
   Animation example, for spinners
*/
.ui-grid-animate-spin {
  -moz-animation: ui-grid-spin 2s infinite linear;
  -o-animation: ui-grid-spin 2s infinite linear;
  -webkit-animation: ui-grid-spin 2s infinite linear;
  animation: ui-grid-spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-cell-focus {
  outline: 0;
  background-color: #b3c4c7;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
div.ui-grid-cell input {
  border-radius: inherit;
  padding: 0;
  width: 100%;
  color: inherit;
  height: auto;
  font: inherit;
  outline: none;
}
div.ui-grid-cell input:focus {
  color: inherit;
  outline: none;
}
div.ui-grid-cell input[type="checkbox"] {
  margin: 9px 0 0 6px;
  width: auto;
}
div.ui-grid-cell input.ng-invalid {
  border: 1px solid #fc8f8f;
}
div.ui-grid-cell input.ng-valid {
  border: 1px solid #d4d4d4;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.expandableRow .ui-grid-row:nth-child(odd) .ui-grid-cell {
  background-color: #fdfdfd;
}
.expandableRow .ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: #f3f3f3;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.movingColumn {
  position: fixed;
  border: 1px solid #d4d4d4;
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.movingColumn .ui-grid-icon-angle-down {
  display: none;
}
/*keyur*/
.ui-grid-pager-panel {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
}
.ui-grid-pager-container {
  float: left;
}
.ui-grid-pager-control {
  margin-right: 10px;
  margin-left: 10px;
  min-width: 135px;
  float: left;
}
.ui-grid-pager-control button {
  height: 25px;
  min-width: 26px;
}
.ui-grid-pager-control input {
  height: 26px;
  width: 50px;
  vertical-align: top;
}
.ui-grid-pager-control .first-bar {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-left: -3px;
}
.ui-grid-pager-control .first-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #4d4d4d transparent transparent;
  margin-left: 2px;
}
.ui-grid-pager-control .next-triangle {
  margin-left: 1px;
}
.ui-grid-pager-control .prev-triangle {
  margin-left: 0;
}
.ui-grid-pager-control .last-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #4d4d4d;
  margin-left: -1px;
}
.ui-grid-pager-control .last-bar {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-left: 1px;
}
.ui-grid-pager-row-count-picker {
  float: left;
}
.ui-grid-pager-row-count-picker select {
  height: 26px;
  width: 60px;
}
.ui-grid-pager-row-count-picker .ui-grid-pager-row-count-label {
  margin-top: 3px;
}
.ui-grid-pager-count-container {
  float: right;
  margin-top: 4px;
  min-width: 50px;
}
.ui-grid-pager-count-container .ui-grid-pager-count {
  margin-right: 10px;
  margin-left: 10px;
  float: right;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-pinned-container {
  float: left;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child {
  box-sizing: border-box;
  border-right: 1px solid;
  border-width: 1px;
  border-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child {
  box-sizing: border-box;
  border-right: 1px solid;
  border-width: 1px;
  border-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar,
.ui-grid-pinned-container .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  width: 1px;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #d4d4d4;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child .ui-grid-vertical-bar {
  right: -1px;
  width: 1px;
  background-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:first-child {
  box-sizing: border-box;
  border-left: 1px solid;
  border-width: 1px;
  border-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:first-child {
  box-sizing: border-box;
  border-left: 1px solid;
  border-width: 1px;
  border-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar,
.ui-grid-pinned-container .ui-grid-cell:not(:first-child) .ui-grid-vertical-bar {
  width: 1px;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar {
  background-color: #d4d4d4;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-first .ui-grid-header-cell:first-child .ui-grid-vertical-bar {
  left: -1px;
  width: 1px;
  background-color: #aeaeae;
}
.ui-grid-render-container-body {
  float: left;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-column-resizer {
  top: 0;
  bottom: 0;
  width: 5px;
  position: absolute;
  cursor: col-resize;
}
.ui-grid-column-resizer.left {
  left: 0;
}
.ui-grid-column-resizer.right {
  right: 0;
}
.ui-grid.column-resizing {
  cursor: col-resize;
}
.ui-grid.column-resizing .ui-grid-resize-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #aeaeae;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-row-saving .ui-grid-cell {
  color: #848484 !important;
}
.ui-grid-row-dirty .ui-grid-cell {
  color: #610b38;
}
.ui-grid-row-error .ui-grid-cell {
  color: #ff0000 !important;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
  background-color: #c9dde1 !important;
}
.ui-grid-disable-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.ui-grid-selection-row-header-buttons {
  cursor: pointer;
  opacity: 0.1;
}
.ui-grid-selection-row-header-buttons.ui-grid-row-selected {
  opacity: 1;
}
.ui-grid-selection-row-header-buttons.ui-grid-all-selected {
  opacity: 1;
}

.ui-grid-icon-plus-squared:before {
  content: '\c350';
}
/* '썐' */
.ui-grid-icon-minus-squared:before {
  content: '\c351';
}
/* '썑' */
.ui-grid-icon-search:before {
  content: '\c352';
}
/* '썒' */
.ui-grid-icon-cancel:before {
  content: '\c353';
}
/* '썓' */
.ui-grid-icon-info-circled:before {
  content: '\c354';
}
/* '썔' */
.ui-grid-icon-lock:before {
  content: '\c355';
}
/* '썕' */
.ui-grid-icon-lock-open:before {
  content: '\c356';
}
/* '썖' */
.ui-grid-icon-pencil:before {
  content: '\c357';
}
/* '썗' */
.ui-grid-icon-down-dir:before {
  content: '\c358';
}
/* '썘' */
.ui-grid-icon-up-dir:before {
  content: '\c359';
}
/* '썙' */
.ui-grid-icon-left-dir:before {
  content: '\c35a';
}
/* '썚' */
.ui-grid-icon-right-dir:before {
  content: '\c35b';
}
/* '썛' */
.ui-grid-icon-left-open:before {
  content: '\c35c';
}
/* '썜' */
.ui-grid-icon-right-open:before {
  content: '\c35d';
}
/* '썝' */
.ui-grid-icon-angle-down:before {
  content: '\c35e';
}
/* '썞' */
.ui-grid-icon-filter:before {
  content: '\c35f';
}
/* '썟' */
.ui-grid-icon-sort-alt-up:before {
  content: '\c360';
}
/* '썠' */
.ui-grid-icon-sort-alt-down:before {
  content: '\c361';
}
/* '썡' */
.ui-grid-icon-ok:before {
  content: '\c362';
}
/* '썢' */
.ui-grid-icon-menu:before {
  content: '\c363';
}
/* '썣' */
.ui-grid-icon-spin5:before {
  content: '\ea61';
}
/* '' */

/*
 * Toastr
 * Version 2.0.1
 * Copyright 2012 John Papa and Hans Fjallemark.  
 * All Rights Reserved.  
 * Use, reproduction, distribution, and modification of this code is subject to the terms and 
 * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php
 *
 * Author: John Papa and Hans Fjallemark
 * Project: https://github.com/CodeSeven/toastr
 */
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-center {
  top: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-center {
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-center {
  top: 45%;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: auto;
  /*overrides*/

}
#toast-container.toast-center,
#toast-container.toast-top-center,
#toast-container.toast-bottom-center{
  width: 100%;
  pointer-events: none;
}
#toast-container.toast-center > div,
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div{
  margin: auto;
  pointer-events: auto;
}
#toast-container.toast-center > button,
#toast-container.toast-top-center > button,
#toast-container.toast-bottom-center > button{
  pointer-events: auto;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url(/HEALOW/Content/thirdparty/toaster/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-wait {
  background-image: url(/HEALOW/Content/thirdparty/toaster/data:image/gif;base64,R0lGODlhIAAgAIQAAAQCBISGhMzKzERCROTm5CQiJKyurHx+fPz+/ExOTOzu7Dw+PIyOjCwqLFRWVAwKDIyKjMzOzOzq7CQmJLy6vFRSVPTy9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAXACwAAAAAIAAgAAAF3eAljmRpnmh6VRSVqLDpIDTixOdUlFSNUDhSQUAT7ES9GnD0SFQAKWItMqr4bqKHVPDI+WiTkaOFFVlrFe83rDrT0qeIjwrT0iLdU0GOiBxhAA4VeSk6QYeIOAsQEAuJKgw+EI8nA18IA48JBAQvFxCXDI8SNAQikV+iiaQIpheWX5mJmxKeF6g0qpQmA4yOu8C7EwYWCgZswRcTFj4KyMAGlwYxDwcHhCXMXxYxBzQHKNo+3DDeCOAn0V/TddbYJA0K48gAEAFQicMWFsfwNA3JSgAIAAFfwIMIL4QAACH5BAkJABoALAAAAAAgACAAhAQCBIyKjERCRMzOzCQiJPTy9DQyNGRmZMTCxOTm5CwqLHx+fBQWFJyenNTW1Pz6/Dw6PGxubAwKDIyOjNTS1CQmJCwuLPz+/Dw+PHRydAAAAAAAAAAAAAAAAAAAAAAAAAXboCaOZGmeaKoxWcSosMkk15W8cZ7VdZaXkcEgQtrxfD9RhHchima1GwlCGUBSFCaFxMrgRtnLFhWujWHhs2nJc8KoVlWGQnEn7/i8XgOwWAB7JwoONQ4KgSQAZRcOgHgSCwsSIhZMNRZ5CzULIgaWF5h4mhecfIQ8jXmQkiODhYeIiRYGjrG2PxgBARi3IhNMAbcCnwI5BAQpAZ8TIwK6vCQVDwUVKL+WzAANTA210g/VJ8OWxQefByQE4dZMzBoInwh4zrtgn2p725YNthUFTNRuGYB3AYGBHCEAACH5BAkJAB0ALAAAAAAgACAAhAQCBISChFRWVMzKzCQiJOTm5GxqbCwuLJSWlPz6/NTW1AwODJSSlGRmZCwqLOzu7HR2dDQ2NAQGBISGhFxaXNTS1CQmJOzq7GxubDQyNKSmpPz+/Nza3AAAAAAAAAAAAAXfYCeOZGmeaKqurHBdAiuP17Zdc0lMAVHWt9yI8LA9fCPB4xEjARoNSWpis01kBpshFahurqzsZosiGpErScMAUO0maKF8Tq/bTQCIQgFp30cQXhB1BHEcXhx0FgkJFiOHVYlzi42AgoRxeRx8fn+en3UABwedKgsBAwMBCygOCjYKDisLFV4VrCUAtVUKpSZdXl8mB8EbByQWcQPFAyYZxccdB7sV0cvBzbmvvG0LBV4FrFTBYCWuNhyyHRTFFB20trh4BxmdYl4YIqepq0IRxRE+IfDCAFQHARo0NGERAgAh+QQJCQAgACwAAAAAIAAgAIUEAgSEgoRMTkzMyswcHhzk5uR0cnQUFhRcXlwsKiz09vQMCgyMiozU1tQkJiR8fnxkZmT8/vwEBgSEhoRcWlzU0tQkIiT08vR0dnQcGhxkYmQ0MjT8+vwMDgyMjozc2twAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG+UCQcEgsGo/IpHLJXDweC6Z0+IhEHlOjRGIMWLHZoUZx0RQlAajxkFFKFFYFl5m5KNpIySU+X2bIBEoQZBBZGQdMElFhjI2Oj5AgHQEDAw8dQxYeDBaNHRVWVhWYCXsRFwmMXqFWEyAerB6MA6xWA6+xs7URt6VWqIwTu64gDh4eDp6goaORQ5OVAZjO1EgEGhB4RwAYDQ0YAEwIcBEKFEgYrBhLBORxgUYfrB9LELuF8fNDAAaVBuEg7NXCVyRdqHVCGLBiIIQAB1Yc4BXh9uEbwAXuyi2iQI7DuSwHdiFqCEGDtizLRFUDsaGAlQIbVoJYIEDAIiZBAAAh+QQJCQAbACwAAAAAIAAgAIQEAgSMioxcWlz08vQcHhysqqwMDgx8enwsKiykoqRkZmT8+vzEwsQMCgyUlpQkJiS0srQEBgSMjoxcXlz09vQkIiSsrqwUEhQ0MjRsamz8/vwAAAAAAAAAAAAAAAAAAAAF7+AmjmRpnmiqruz2PG0sIssCj4CQJAIgj4/abRNJaI6agu9kCAQaphdJgEQKUIFjgGWsahJYLdf7RTWfLKr3+jsBClVlG5Xb9eb4fImgUBBKDVB4ExRHFGwbGRQLGXMEhUgUfw2QC4IyCmSNDQtHlm2ZXgoiGQsUjW0EnUgLfyKBeYSeiHojfH61uS0GBisVEgEVLRcWRxAXKAgDRwMILMVIECgSVRIrBmS9JtRI1iMVBweuGxerSNolyszOIhjLGs0jEFXSKA8SEkMbcEgWIxfzNBxrw6AKgxIGkM05UOWALhERHJhysOThBgAVWYQAACH5BAkJABkALAAAAAAgACAAhAQGBIyKjERCRMzOzCwuLGRiZPz6/OTm5AwODLSytFRSVNTW1Dw6PHx6fAwKDJSSlERGRNTS1DQyNGxqbPz+/BQSFLy6vFRWVNza3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAXqYCaO5FgFwxBUZeu61ULNFMa+eBvQdJD/owFvFhkBBAwHsBQZUooZyWF2YOQkBNJu6ANMaQeli0AxSEwymi0DcUJeEgPlbEJFAghRe/h+Eeg/Dl9UYks5DF9VhksOAgKFi5GSSwh5kzgVCXIJNxknD5aSCTwJIw8zD5MITpanFKmSCHI8NxUPoJejNKWXLZkznL0vCJ3CxsckDpA/ChYJFzkTBgYTSxc80C4OswbLLhY8Fi/bMwYAJVgl4DTiL9LUJADrFuci1zTZLwD1IwU8BSQuWLCQb1EDHg2QiSDALYvCDAISJLDy8FIIACH5BAkJAB4ALAAAAAAgACAAhAQGBISGhFRSVNTW1CQiJKyqrGRmZOzu7CwuLIyOjGxubPz6/BQSFGRiZOTi5CwqLLy6vDQ2NIyKjFRWVCQmJKyurGxqbPT29DQyNJSSlHRydPz+/BQWFOzq7AAAAAAAAAXhoCeOJElYClGubOs117YtjWuvxCLLi3qbhc6h4FPsdorfiNI5dige43GT9AAkHUcCwCpMNxVP7tgTJY4J1uF7EBl0M8Ooueuo2SOCIkVa11kVX2E2EmgsFH4yBz4uAAkdHVstBAUHQ4xKmZqbnJ2bAhAQAiURGJ4eE0cTIxgzpp0QRxCsrp6xO7MjpaepO6unKxOhv8DFxsfIJBwaChw2DAkZDEocDjIOzi0ZMhlKUjIaLtsb3T8aR+EtDBkJ0yQUBQVQI9XX2ZsDMgMlyxr3mzE2XEgmotCGAARFIHiQ0FMIACH5BAkJABgALAAAAAAgACAAhAQCBISGhDw+POTi5CwuLLS2tPTy9BQSFJyenGRiZDQ2NIyOjLy+vPz6/BweHIyKjFRSVOzq7DQyNLy6vBQWFHRydDw6PPz+/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXXICaOZHkcZaquIjVd10SxtFrAcFGrVhBYIwoON9uNAsOA6DCEFTEKBEKxEjQvAtELNxkpGrAGNfW4Plpb2QgxRKjKzfPoVGLj3CnLNUv7hscpSDhKOxJSgDwPP0ZGAACMjAQFDQYFBJA0BAZDBpeYGBQVFUU3TV2YFAMwAzNgTQ2PkBVDFRiuQ7CYszi1pUOnkKmrM5qcnqiiTwQTDQ2Wn9DR0tPUfRKQEBEREDQSFw3XRhEwEd3f4TvjF+XWKgJ8JNnb0QkwCdUlCzAL+CQODAwc9BtIMAQAOw==) !important;
}
#toast-container > .toast-error {
  background-image: url(/HEALOW/Content/thirdparty/toaster/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-success {
  background-image: url(/HEALOW/Content/thirdparty/toaster/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf/3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}
#toast-container > .toast-warning {
  background-image: url(/HEALOW/Content/thirdparty/toaster/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-wait {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
}
  }
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container  > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
}
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

 /*
  * AngularJS-Toaster
  * Version 0.3
 */
:not(.no-enter)#toast-container > div.ng-enter,
:not(.no-leave)#toast-container > div.ng-leave
{ 
    -webkit-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
} 

:not(.no-enter)#toast-container > div.ng-enter.ng-enter-active, 
:not(.no-leave)#toast-container > div.ng-leave {
    opacity: 0.8;
}

:not(.no-leave)#toast-container > div.ng-leave.ng-leave-active,
:not(.no-enter)#toast-container > div.ng-enter {
    opacity: 0;
}
.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-inline {
    display: inline !important;
}

.d-table {
    display: table !important;
}

.input-group .hasDatepicker {
    z-index: 0 !important;
}

.hmis .nooverflow {
    overflow: hidden;
}

.hmis .overflow-visible {
    overflow: visible !important;
}

.pointer-none {
    pointer-events: none;
}

.pointer-all {
    pointer-events: all !important;
}

.text-underline {
    text-decoration: underline !important;
}

.headerColumn {
    font-size: 11px;
    color: #235475;
    border-bottom-width: 1px;
    text-transform: uppercase;
    font-weight: 600;
    background: #c9e5f3;
    border-color: #a6bfcc;
    padding: 4px 8px 4px 8px;
    line-height: 14px;
    margin: 0;
    vertical-align: middle;
}
/*div.ui-grid-cell-contents:hover
{
    background: #bbe5f7;
    cursor: pointer;
    border-color: #a8bfcd;
    font-size: 12px;
    color: #383838;
    padding: 4px 8px 4px 8px;
    text-align: left;
    vertical-align: middle;
}*/
.hoverDiv:hover > div {
    background: #bbe5f7 !important;
    cursor: pointer;
    border-color: #a8bfcd !important; /*font-size: 12px;*/
    color: #383838 !important; /*padding: 4px 8px 4px 8px;*/ /*text-align: left;*/ /*vertical-align: middle;*/
}

.ui-grid-render-container-body {
    margin-bottom: 5px;
}

.grid .ui-grid-row .pink > .ui-grid-cell-contents {
    background-color: pink;
}

.grid .ui-grid-row .green > .ui-grid-cell-contents {
    background-color: green;
}

.grid .ui-grid-row .grey > .ui-grid-cell-contents {
    background-color: grey;
}

.grid .ui-grid-row .Orange > .ui-grid-cell-contents {
    background-color: Orange;
}

.highlight {
    background-color: #f5fcff !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
}

.highlightlink {
    font-weight: 600 !important;
    text-decoration: underline !important;
}

.ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: white;
}

.ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: white;
}

.ui-grid-cell {
    border-top: 1px solid #d4d4d4;
}

.ui-grid-menu-button {
    min-height: 23px;
    background: #c9e5f3;
}

.ui-grid-filter-container {
    background-color: #c9e5f3;
}

.ui-grid-pager-control > button {
    background: #c9e5f3;
    border-color: #c9e5f3;
}

.datepicker-wrapper ul {
    visibility: hidden;
}

.ui-grid-viewport {
    background-color: White !important;
}

.ui-grid-render-container {
    margin-bottom: 1px !important;
}

.ui-grid {
    border: none;
}

button[ng-click^="select(null)"] {
    display: none;
}

button[ng-click^="close()"] {
    display: none;
}

button[ng-click^="select('today')"] {
    color: #034763;
    background-color: #70cdf3;
    border-color: #3ca2cb;
}

.ui-grid-top-panel {
    background: #c9e5f3;
}

.fileter-wrap > div.ui-grid:nth-child(3n+1) {
    background-color: white;
}

/*.ui-grid > div.ui-grid-render-container{width:100%;}
.ui-grid > div.ui-grid-canvas {width:100%;}

.ui-grid-canvas{width: 100%!important;}*/
#grid1 .ui-grid-render-container-body {
    width: 100%;
}

.disabled, input[type=text][disabled=disabled], textarea[disabled=disabled], input[type=text][readonly=readonly], input[type=text][readonly], select[disabled=disabled], select[readonly=readonly]:not(.packingtext), select[readonly=readonly]:not(.po-highlight) {
    background-color: #eee !important;
    box-shadow: none;
}

    .disabled:hover, input[type=text][disabled=disabled]:hover, textarea[disabled=disabled]:hover, input[type=text][readonly=readonly]:hover, input[type=text][readonly]:hover, select[disabled=disabled]:hover, select[readonly=readonly]:hover {
        box-shadow: none !important;
        border: 1px solid #DDDDDD !important;
    }

    .disabled:hover, .disabled:focus {
        background-color: #dddddd;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
    }

.hmis .ChkList input[type=checkbox] + label {
    margin-left: 2px !important;
    margin-right: 10px;
}

.hmis .multiselect-container .input-group {
    padding: 5px;
    width: 99% !important;
    padding-right: 3px !important;
    margin: 0;
}

.hmis .legend-block.legend-MediumBrown {
    background: #D46229;
}

.hmis .legend-block.legend-LightGray {
    background: #D3D3D3;
}

.hmis .legend-block.legend-LightPurple {
    background: #DFC5FE;
}

.hmis .legend-block.legend-blue {
    background: #2b90d9;
}

.hmis .legend-block.legend-orange {
    background: #e68c18;
}

.hmis .legend-block.legend-Fire {
    background: #c79121 !important;
}

.hmis .legend-block.legend-Mintgreen {
    background: #94c949 !important;
}

.hmis .legend-block.legend-Crimsonred {
    background: #ff6060 !important;
}

.hmis .legend-block.legend-red {
    background: #ff0000;
}

.hmis .legend-block.legend-Orangered {
    background: #FF4500;
}

.hmis .legend-block.legend-green {
    background: Green;
}

.hmis .legend-block.legend-LightSeaGreen {
    background: LightSeaGreen;
}

.hmis .legend-block.legend-IndianRed {
    background: IndianRed;
}

.hmis .legend-block.legend-DarkSeaGreen {
    background: DarkSeaGreen;
}

.hmis .legend-block.legend-yellow {
    background: Yellow;
}

.hmis .legend-block.legend-RioGrande {
    background: #CACA00;
}

.hmis .legend-block.legend-LightGreen {
    background: LightGreen;
}

.hmis .legend-block.legend-LightBlue {
    background: LightBlue;
}

.hmis .legend-block.legend-LightYellow {
    background: #f1e78d;
}

.hmis .legend-block.legend-Tan {
    background: #dfb988;
}

.hmis .legend-block.legend-LightPink {
    background: #ffc1cc;
}

.hmis .legend-block.legend-RedP {
    background: #ff0e17;
}

.hmis .legend-block.legend-DarkPink {
    background: #e00084;
}

.hmis .legend-block.legend-DarkMaroon {
    background: #9e0e0e;
}

.hmis .legend-block.legend-Purple {
    background: #b19cd9;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.hmis .legend-block.legend-Pink {
    background: #ff0691 !important;
}

.hmis .legend-block.legend-Lavender {
    background: Lavender !important;
}

.hmis .legend-yellow:not(.legend-block) {
    background: Yellow !important;
}

.hmis .legend-RioGrande:not(.legend-block) {
    background: #CACA00 !important;
}

.hmis .legend-LightGreen:not(.legend-block) {
    background: LightGreen !important;
}

.hmis .legend-Pink:not(.legend-block) {
    background: #ff0691 !important;
}

.hmis .legend-Lavender:not(.legend-block) {
    background: Lavender !important;
}

.hmis .legend-RedP:not(.legend-block) {
    background: #ff0e17 !important;
}

.hmis .legend-LightPink:not(.legend-block) {
    background: #ffc1cc !important;
}

.hmis .legend-Tan:not(.legend-block) {
    background: #dfb988 !important;
}

.hmis .legend-LightYellow:not(.legend-block) {
    background: #f1e78d !important;
}

.hmis .legend-LightBlue:not(.legend-block) {
    background: LightBlue !important;
}

.hmis .legend-blue:not(.legend-block) {
    background: #2b90d9 !important;
}

.hmis .legend-orange:not(.legend-block) {
    background: #e68c18 !important;
}

.hmis .legend-Fire:not(.legend-block) {
    background: #c79121 !important;
}

.hmis .legend-Mintgreen:not(.legend-block) {
    background: #94c949 !important;
}

.hmis .legend-Crimsonred:not(.legend-block) {
    background: #ff6060 !important;
}

.hmis .legend-red:not(.legend-block) {
    background: #ff0000 !important;
}

.hmis .legend-Orangered:not(.legend-block) {
    background: #FF4500 !important;
}

.hmis .legend-green:not(.legend-block) {
    background: Green !important;
}

.hmis .legend-block.legend-LightSkyBlue {
    background: LightSkyBlue;
}

.hmis .legend-block.legend-Pink {
    background: Pink;
}

.hmis .legend-block.legend-LimeGreen {
    background: LimeGreen;
}

.hmis .legend-block.legend-Gold {
    background: Gold;
}

.hmis .legend-block.legend-RedX {
    background: #ed5967 !important;
}

.hmis .legend-BurlyWood:not(.legend-block) {
    background: #dfb887 !important;
}

.DarkSeaGreen-txt {
    color: #a8e478;
    font-weight: bold;
}

.Mintgreen-txt {
    color: #94c949;
    font-weight: bold;
}

.LightPink-txt {
    color: #ffc1cc;
    font-weight: bold;
}

.pink-txt {
    color: #FF149C;
    font-weight: bold;
}

.hmis .hgt360 {
    height: 360px !important;
    position: relative;
}

.hgt200 {
    max-height: 200px;
    position: relative;
}

.iframe-style {
    width: 100%;
    height: 576px;
    border: none;
}

.hgtDrPreviousVisit {
    max-height: calc(100vh - 237px);
    position: relative;
}

.hgtPhysicalPresence {
    height: calc(100vh - 553px);
    position: relative;
}

.hgtAvgLengthStay {
    max-height: calc(100vh - 236px);
    position: relative;
}

.hgtAppointmentStatus {
    max-height: calc(100vh - 200px);
    position: relative;
}

.hgtIntimationDetails {
    max-height: calc(100vh - 236px);
    position: relative;
}

.hgtNurseAssSheet {
    height: calc(100vh - 869px);
    position: relative;
}

.hgtMedicineAdministration {
    max-height: calc(100vh - 410px);
    position: relative;
}

.hgtStoppedMedicine {
    max-height: calc(100vh - 202px);
    position: relative;
}

.hgtMedicineAdminDetail {
    max-height: calc(100vh - 370px);
    position: relative;
}

.hmis .legend-block.legend-Brown {
    background: #818181;
}

.hmis .legend-block.legend-DarkBlue {
    background: #2c91da;
}

.hmis .mr30 {
    margin-right: 30px !important;
}

.hmis .inherit-parent-color, .hmis .form-control .inherit-parent-color, .hmis .form-control.inherit-parent-color {
    color: inherit;
}

.label-overflow {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.label-overflow-unset {
    -ms-text-overflow: unset;
    -o-text-overflow: unset;
    text-overflow: unset;
    overflow: auto;
    white-space: normal !important;
}

.hmis .firsttd, .hmis .firstth {
    display: none;
}

.hmis .overflow-unset {
    -ms-text-overflow: unset !important;
    -o-text-overflow: unset !important;
    text-overflow: unset !important;
}

.hmis .nopadlr {
    padding-top: 0 !important;
}

/* Style for global search Start*/
.gsearch {
    top: 0;
    overflow: hidden;
    font-family: 'Source sans pro';
    padding-top: 150px;
}

    .gsearch .modal-dialog {
        width: 500px;
    }

    .gsearch .modal-content {
        width: auto;
        background: rgba(0,0,0,0.55);
    }

    .gsearch .modal-body {
        padding: 0;
    }

    .gsearch .user-global-search {
        width: 100%;
        left: 0;
        background: none;
    }

    .gsearch .global-search-div {
        padding: 5px 20px 5px 20px;
    }

    .gsearch input[type=text] {
        margin: 0;
        height: 50px;
        font-size: 17px;
        padding: 0 0 0 10px;
        background: none;
        color: White;
        border: 1px solid #737373;
    }

        .gsearch input[type=text]:focus {
            border-color: White;
        }

    .gsearch .global-search-list {
        margin-top: 5px;
        max-height: 300px;
        position: relative;
        padding: 0 10px 10px 20px;
        margin-right: 10px;
    }

        .gsearch .global-search-list ul {
            list-style-type: none;
            padding: 0;
            font-size: 13px;
            color: #b7b6b6;
        }

            .gsearch .global-search-list ul li {
                padding: 5px 0 5px 10px;
                border-bottom: 1px solid #565656;
                cursor: pointer;
                border-radius: 3px;
            }

                .gsearch .global-search-list ul li.searchselected, .gsearch .global-search-list ul li:hover {
                    background: #35bc7f;
                }

                    .gsearch .global-search-list ul li.searchselected a, .gsearch .global-search-list ul li:hover > a {
                        color: White;
                    }

                .gsearch .global-search-list ul li a {
                    color: #d6d5d5;
                }

    .gsearch .searchrightarrow {
        margin: 0 5px;
        font-size: 9px;
    }

    .gsearch .ps > .ps__scrollbar-y-rail:hover, .gsearch .ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail, .gsearch .ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
        background: #000 !important;
    }

.clearable {
    position: relative;
    display: block;
}

    .clearable input[type=text] {
        padding-right: 24px;
        width: 100%;
        box-sizing: border-box;
        float: left;
    }

.clearable__clear {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 8px;
    font-style: normal;
    font-size: 40px;
    user-select: none;
    cursor: pointer;
    float: left;
    color: #d6d5d5;
}

.clearable input::-ms-clear {
    /* Remove IE default X */
    display: none;
}

.gsearch .global-search-label {
    margin: 5px 0 0 0;
}

.gsearch .searchShortcut {
    color: #bbbbbb;
    font-size: 13px;
}
/* Style for global search End*/

/*Patient Lookup and Quick Registration*/
.scroll-right-panel-registration, .scroll-left-panel-registration {
    height: calc(100vh - 204px);
    margin-bottom: 0 !important;
    position: relative;
}

.filter-wrap-popup {
    background: #edf5f2;
}

.patientData {
    font-family: 'Open Sans', sans-serif !important;
    height: 456px;
    overflow-y: hidden;
}

.headerRow th {
    font-family: 'Open Sans', sans-serif !important;
    background: #182a4f;
    color: #fff;
    font-weight: normal !important;
    text-shadow: none;
    border-left: 0;
    border-right: 0;
    text-align: left;
    min-width: 70px;
}

.tableRow:nth-child(odd) {
    background: #f5f5f5;
}

.tableRow td {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .tableRow td .lnkInfoPopup {
        display: inline-block;
        background: #2f4459;
        color: #fff;
        border: 1px solid #2f4459;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        text-align: center;
    }

.btnNewAdmissionPL > i, .btnNewAppointmentPL > i {
    font-size: 18px;
}

.lnkInfoPopup i {
    position: relative;
    top: 2px;
    font-size: 11px;
    cursor: pointer;
}

i.btnPatientDashboard, i.btnTimeLine {
    font-size: 18px;
    color: #2f4459;
}
/*Patient Lookup and Quick Registration end*/
.hmis .groupBtn {
    overflow: hidden;
    text-overflow: ellipsis;
}

.hmis .legend-block.legend-appt-blue {
    background: rgb(200, 228, 255);
}

.hmis .legend-block.legend-appt-pink {
    background: rgb(255, 199, 199);
}

.hmis .legend-block.legend-appt-grey {
    background: rgb(236, 236, 236);
}

.modal-popup-fixed-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0 10px 0;
    background: #fff;
}

.brd-red {
    border: 1px solid #ff0000 !important;
}

.hmis .LightGreen > td {
    background: LightGreen !important;
}

.hmis .Yellow > td {
    background: Yellow !important;
}

.hmis .LightPink {
    background: #ffc1cc !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.red-color {
    color: Red !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.font-bold {
    font-weight: bold !important;
}

.inline-block {
    display: inline-block !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.hideGridColumn {
    display: none !important;
}

.visibility-hidden {
    visibility: hidden !important;
}

.white-color {
    color: White !important;
}

.yellow-color {
    color: Yellow !important;
}

.display-none {
    display: none !important;
}

.hght500 {
    height: 500px !important;
}

.overflow-auto {
    overflow: auto !important;
}

.padr5 {
    padding-right: 5px !important;
}

.bg-light-cyan {
    background-color: #CCFFFF !important;
}

.scarlet-color {
    color: #FF3300 !important;
}

.bg-lightgreen {
    background: lightgreen !important;
}

.bg-skyblue {
    background: skyblue !important;
}

.bg-pink {
    background: pink !important;
}

.w36 {
    width: 36px !important;
}

.w45 {
    width: 45px !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.hmis .w38p {
    width: 38% !important;
}

.capitalize {
    text-transform: capitalize !important;
}

.blue-color {
    color: Blue !important;
}

.no-link {
    text-decoration: none !important;
}

.cssd-yellowGreen {
    background: #89d4fa !important;
}

.cssd-DarkSalmon {
    background: #c1c2c4 !important;
}

.cssd-yellowcircle {
    background: #b5aaab !important;
}

.cssd-SkyBlue {
    background: #bfdce7 !important;
}

.cssd-Violet {
    background: #ffd339 !important;
}

.cssd-Wheat {
    background: #fae9d1 !important;
}

.cssd-DarkSeaGreen {
    background: #a8e478 !important;
}

.cssd-Red {
    background: #7ecd96 !important;
}

.cssd-whiteSmoke {
    background: #d4e056 !important;
}

.cssd-Lavender {
    background: #d9e6dc !important;
}

.cssd-Silver {
    background: #d3d3c9 !important;
}

.cssd-Tan {
    background: #9d9d9d !important;
}

.cssd-Mango {
    background: #ffa500;
}

.mrd-LightGreen {
    color: #155724;
    background-color: #d4edda;
}

.mrd-yellowGreen {
    background: #89d4fa !important;
}

.mrd-LightBlue {
    color: #004085;
    background-color: #cce5ff;
}

.mrd-LightRed {
    color: #721c24;
    background-color: #f8d7da;
}

.mrd-DarkSalmon {
    background: #c1c2c4 !important;
}

.mrd-DarkGreen {
    background-color: #9ACD32;
    color: #394c14;
}

.mrd-yellowcircle {
    background: #b5aaab !important;
}

.mrd-DarkRed {
    background-color: #ec7575;
    color: #6b0808
}

.mrd-GreenBlack {
    background-color: #8fa4a4;
    color: #042727;
}

.mrd-SkyBlue {
    background-color: #E6E6FA;
    color: #0d0d2f;
}

.mrd-Orange {
    background-color: #fba383;
    color: #581a03;
}

.mrd-Violet {
    background-color: #d5ace0;
    color: #610779;
}

.mrd-Wheat {
    background: #fae9d1 !important;
}

.mrd-DarkSeaGreen {
    background: #a8e478 !important;
}

.mrd-Red {
    background: #7ecd96 !important;
}

.mrd-whiteSmoke {
    background: #d4e056 !important;
}

.mrd-Lavender {
    background: #fae9d1 !important;
}

.mrd-Silver {
    background: #d3d3c9 !important;
}

.mrd-Tan {
    background: #9d9d9d !important;
}

.mrd-Mango {
    background-color: #f0c068;
    color: #714b05;
}

.hmis .legend-Brown:not(.legend-block) {
    background: #818181 !important;
}

.violet-txt {
    color: #ee82ee !important;
    font-weight: bold !important;
}

.hmis a.redlinkb {
    font: bold 600 11px/26px 'Source sans pro';
    color: #f00;
    text-decoration: underline;
    font-weight: bold;
}

.hmis a.Defaultlinkb {
    font: bold 600 11px/26px 'Source sans pro';
    color: #5d6771;
    text-decoration: underline;
    font-weight: bold;
}

.hmis a.Fuchsialinkb {
    font: bold 600 11px/26px 'Source sans pro';
    color: #ff00ff;
    text-decoration: underline;
    font-weight: bold;
}

/* Fix Header Scrollbar - Start*/

.bkwhite {
    background: white;
}

::-webkit-scrollbar {
    height: 6px;
    overflow: visible;
    width: 6px;
}
/* ::-webkit-scrollbar:hover
        {
            height: 8px;
            overflow: visible;
            width: 8px;
        }*/

/* Track */
::-webkit-scrollbar-track {
    /*background: #f1f1f1;*/
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #aaaaa8;
    -webkit-border-radius: 6px;
}

    /* Handle on hover */

    ::-webkit-scrollbar-thumb:hover {
        background-color: #999;
    }

::-webkit-scrollbar-track {
    border-width: 0 1px 0 6px;
    -webkit-border-radius: 6px;
}

    ::-webkit-scrollbar-track:horizontal {
        border-width: 6px 0 1px;
    }

    ::-webkit-scrollbar-track:hover {
        /*background-color: #f1f1f1;*/
    }

::-webkit-scrollbar-thumb {
    border-width: 0 1px 0 6px;
}

    ::-webkit-scrollbar-thumb:horizontal {
        border-width: 6px 0 1px;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}
/* Fix Header Scrollbar - End*/


/* Fix Header Scrollbar - End*/

.hmis .legend-block.legend-pink {
    background: #FF149C;
}

.hmis .legend-block.legend-LightRed {
    background: #FEBDBD;
}

.hmis .legend-block.legend-LightBrown {
    background: #E8B272;
}

.hmis .legend-block.legend-aqua {
    background: #14ADAF;
}

.hmis .legend-pink:not(.legend-block) {
    background: #FF149C !important;
}

.hmis .legend-LightRed:not(.legend-block) {
    background: #FEBDBD !important;
}

.hmis .legend-LightBrown:not(.legend-block) {
    background: #E8B272 !important;
}

.hmis .legend-aqua:not(.legend-block) {
    background: #14ADAF !important;
}

.hmis .legend-LightGray:not(.legend-block) {
    background: #D3D3D3 !important;
}

.hmis .legend-blueDM {
    background: #2b91d9;
}

.hmis .legend-yellowDM {
    background: #e68c17;
}

.hmis .legend-greyDM {
    background: #585858;
}

.hmis .legend-redDM {
    background: #fe2e2e;
}

.hmis .legend-greenDM {
    background: green;
}

.hmis .legend-light-blue-DM {
    background: #89d4fa;
}

.hmis .legend-light-yellow-DM {
    background: #FFC107;
}

.hmis .legend-light-maroon-DM {
    background: maroon;
}

.hmis .verticle-middle {
    vertical-align: middle;
}

.hmis .legend-lightblueDM {
    background: #add8e6;
}

.hmis .legend-legendpurpleDM {
    background: #A349A4;
}

.hmis .legend-orangeDM {
    background: #fbb948;
}

.hmis .legend-lightgreenDM {
    background: #90ee90;
}


.hmis .legend-pinkDM {
    background: #ffc0cb;
}

.hmis margin0 {
    margin: 0 !important;
}

.backtop-icon, .backtop-icon:focus {
    z-index: 100 !important;
    color: #35bc7f !important;
    background-color: rgba (255,255,255,0.5);
    border: 1px solid #35bc7f !important;
    bottom: 52px;
    right: 18px;
    display: none;
    height: 30px;
    width: 30px;
    padding-top: 5px;
    position: fixed;
    text-align: center;
    z-index: 3;
    border-radius: 5px;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
}

    .backtop-icon:before {
        content: "\f077";
        font-family: "FontAwesome";
        font-size: 14px;
        line-height: 14px;
    }

    .backtop-icon:hover {
        color: #ffffff !important;
        background-color: #35bc7f;
    }

.customWidth2066 {
    width: 20.666667%;
}

.customWidth7933 {
    width: 79.333333%;
}

.customWidth20833 {
    width: 20.833%;
}

.customWidth79167 {
    width: 79.167%;
}

.hmis .light-green {
    background: #7ecd96;
}

.hmis .light-red {
    background: #ed5967;
}

.hmis .light-orange {
    background: #fbb948 !important;
}

.dropzone {
    min-height: 80px !important;
    border: 1px dashed rgba(0, 0, 0, 0.3) !important;
    padding: 0 0 !important;
    background: #f3f3f3 !important;
    transition: 0.3s;
}

    .dropzone:hover {
        background: #eaeaea !important;
    }

    .dropzone .dz-message {
        text-align: center !important;
        margin: 25px !important;
        color: #8a8a8a !important;
        font-size: 24px !important;
        text-transform: capitalize !important;
    }

.pt7 {
    padding-top: 7px;
}

.pt9 {
    padding-top: 9px;
}

.hmis .btn-success {
    color: #fff;
    background-color: #4cae4c;
    border: 0;
}

.hmis .mainInnerMenu {
    user-select: none;
}
/*Favorite Forms Menu*/

/* fav and recent search css*/

.more-dropdown .dropdown-menu {
    width: 300px;
}

.mt5 {
    margin-top: 5px;
}

.mt3 {
    margin-top: 3px !important;
}

.searchbar-list {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 3000px;
    margin-top: 0;
}

    .searchbar-list li {
        float: left;
        list-style-type: none;
        padding: 6px 0;
        display: table-cell;
        position: relative;
        text-align: center;
        cursor: grab;
        cursor: -webkit-grab;
        color: #efefef;
        vertical-align: middle;
    }

        .searchbar-list li a {
            font-size: 14px;
            font-weight: 400;
            color: #2f4459;
            font-family: 'Source Sans Pro';
            text-decoration: none;
            cursor: pointer;
            border-right: 1px solid #d5d8dd;
            padding: 0 15px;
        }

        .searchbar-list li:last-child a {
            border-right: none;
        }

.searchlist-searchbar {
    background: #f8fafc;
    position: relative;
    border-top: 1px solid #edf0f4;
    border-bottom: 1px solid #edf0f4;
    margin: 0 auto;
    overflow: hidden;
    height: 34px;
}

.favsearch-arrow {
    position: relative;
    background: #f8fafc;
}

    .favsearch-arrow:after, .favsearch-arrow:before {
        bottom: 100%;
        left: 89%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .favsearch-arrow:after {
        border-color: rgba(248, 250, 252, 0);
        border-bottom-color: #f8fafc;
        border-width: 8px;
        margin-left: -8px;
    }

    .favsearch-arrow:before {
        border-color: rgba(237, 240, 244, 0);
        border-bottom-color: #edf0f4;
        border-width: 9px;
        margin-left: -9px;
    }

.recentsearch-arrow {
    position: relative;
    background: #f8fafc;
}

    .recentsearch-arrow:after, .recentsearch-arrow:before {
        bottom: 100%;
        left: 96%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .recentsearch-arrow:after {
        border-color: rgba(248, 250, 252, 0);
        border-bottom-color: #f8fafc;
        border-width: 8px;
        margin-left: -8px;
    }

    .recentsearch-arrow:before {
        border-color: rgba(237, 240, 244, 0);
        border-bottom-color: #edf0f4;
        border-width: 9px;
        margin-left: -9px;
    }

.style-prop {
    display: inline-block;
    padding: 6px 10px;
    margin: 7px 0;
    border-left: 1px solid #d5d8dd;
}



.navigation-bg {
    /*background: #f8fafc;*/
}

.dropdown-menu.dropdownlist {
    margin-right: -11px !important;
    margin-top: 17px !important;
    height: calc(100vh - 220px);
    padding: 0;
}

    .dropdown-menu.dropdownlist > li {
        border-bottom: 1px solid #ddd;
    }

        .dropdown-menu.dropdownlist > li > a {
            font-size: 14px;
            color: #383838;
            font-weight: 400;
        }

        .dropdown-menu.dropdownlist > li:hover > a {
            background: #35bc7f;
            color: #fff;
        }

    .dropdown-menu.dropdownlist::before {
        border-bottom: 7px solid rgba(0, 0, 0, 0.2);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: "";
        display: inline-block;
        left: 9px;
        position: absolute;
        top: -7px;
    }

    .dropdown-menu.dropdownlist::after {
        border-bottom: 6px solid #FFFFFF;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: "";
        display: inline-block;
        left: 10px;
        position: absolute;
        top: -6px;
    }

.pull-right.dropdown-menu.dropdownlist::before, .pull-right.dropdown-menu.dropdownlist::before {
    left: inherit;
    right: 9px;
}

.pull-right.dropdown-menu.dropdownlist::after, .pull-right.dropdown-menu.dropdownlist::after {
    left: inherit;
    right: 10px;
}

.iconproperty {
    position: absolute;
    right: 0;
    background: #f8fafc;
    border-top: 1px solid #edf0f4;
    border-bottom: 1px solid #edf0f4;
    margin-top: 30px;
}

.fade-right {
    width: 32px;
    height: 24px;
    top: 5px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 100%);
    right: 29px;
    position: absolute;
}

.more-dropdown {
    margin: 0 0 !important;
}

.blue-nav .dropdown-menu li a .icon-favsearch {
    margin-top: 4px;
}

.groupbtn .btn-default.btn-grey:hover {
    color: #333;
    background-color: #fff;
    border-color: #35bc7f;
    box-shadow: none;
}

@media (max-width:1366px) {
    .favsearch-arrow:after, .hmis .favsearch-arrow:before {
        left: 94%;
    }

    .recentsearch-arrow:after, .recentsearch-arrow:before {
        left: 97.5%;
    }
}

@media (max-width:1024px) {
    .favsearch-arrow:after, .hmis .favsearch-arrow:before {
        left: 92%;
    }

    .recentsearch-arrow:after, .recentsearch-arrow:before {
        left: 96.5%;
    }

    .icon.icon-inputcalender.cal-posi.hide-sm {
        display: none;
    }
}

/* fav and recent search css*/


.hmis .blue-pad .dropdown-menu.mainmenulist li {
    border-bottom: 1px solid #e0e3e8;
    display: inline-block;
    width: 100%;
    padding: 1px 10px 1px 15px;
}

    .hmis .blue-pad .dropdown-menu.mainmenulist li:hover {
        color: #35bc7f;
        background-color: #f6faf8;
    }

    .hmis .blue-pad .dropdown-menu.mainmenulist li a {
        border-top: none;
        border-bottom: none;
        background: none;
        width: auto;
        height: auto;
        padding: 0;
        max-width: 220px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        border: none !important;
    }

        .hmis .blue-pad .dropdown-menu.mainmenulist li a .icon-favsearch {
            margin-top: 6px;
        }

    .hmis .blue-pad .dropdown-menu.mainmenulist li:first-child {
        border-top: 1px solid #e0e3e8;
    }

        .hmis .blue-pad .dropdown-menu.mainmenulist li:first-child a {
            border-top: none;
        }

    .hmis .blue-pad .dropdown-menu.mainmenulist li.mainInnerSubMenu {
        padding: 0;
        background: #efefef !important;
    }

        .hmis .blue-pad .dropdown-menu.mainmenulist li.mainInnerSubMenu a {
            padding: 0 15px;
            max-width: 100%;
        }

        .hmis .blue-pad .dropdown-menu.mainmenulist li.mainInnerSubMenu .icon-favsearch {
            margin-top: 6px;
        }

/*.hmis .blue-pad .dropdown-menu.mainmenulist .collapse li {
    padding: 0 10px;
}*/
.hmis .blue-pad .dropdown-menu.mainmenulist .collapse li:last-child {
    border-bottom: none;
}

.hmis .collapse li.mainInnerSubMenuItem a {
    background: none;
    border: none;
    height: 0;
    display: inline-block;
    width: 0;
    padding: 3px 15px;
    max-width: 220px !important;
    background-color: transparent !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hmis .more-dropdown > .dropdown > .dropdown-menu li a:hover, .hmis .more-dropdown > .dropdown > .dropdown-menu li a:active, .hmis .more-dropdown > .dropdown > .dropdown-menu li a:focus {
    color: #35bc7f;
    background-color: #f6faf8;
}

.blue-nav .dropdown-menu li .icon-favsearch {
    margin-top: 4px;
}

.background-f6fafd {
    background: #f6fafd;
}

.mainInnerSubMenu a {
    background: none !important;
}

.hmis .legend-light-blue-BB {
    background: #89d4fa !important;
}

.hmis .legend-light-green-BB {
    background: #7ecd96 !important;
}

.hmis .legend-light-red-BB {
    background: #ed5967 !important;
}

.hmis .legend-light-yellow-BB {
    background: #ffd339 !important;
}

.hmis .legend-yellow-BB {
    background: #ffa500 !important;
}

.hmis .legend-light-grey-BB {
    background: #c1c2c4 !important;
}

.hmis .legend-grey-BB {
    background: gray !important;
}

.favinfo {
    cursor: text !important;
    font-style: italic;
    font-weight: 600 !important;
}

.background-transparent {
    background: transparent !important;
}

.simpleTable .tablebody .btn.btMultiSelect, .aqua-table tbody .btn.btMultiSelect {
    height: 24px !important;
}

.simpleTable .tablebody .btn-group .multiselect, .aqua-table tbody .btn-group .multiselect {
    line-height: 14px !important;
}

/*.simpleTable .tablebody .btn-group .multiselect:hover
.aqua-table tbody .btn-group .multiselect:hover,
.simpleTable .tablebody .btn-group focus
.aqua-table tbody .btn-group .multiselect:focus
{
    line-height: 14px !important;
}*/

.icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    position: relative;
}

.hmis .service-discount-panel {
    height: calc(100vh - 310px);
}

.input-group .input-group-btn .addOnBtnGrid {
    height: 28px !important;
}

input.only-date[disabled] + i,
input.onlyto-date[disabled] + i,
input.minmax-date-with-time[disabled] + i {
    pointer-events: none;
}

.ivf-simulation-right-scroll {
    height: calc(100vh - 380px);
}

.ivf-malerelation-right-scroll {
    height: calc(100vh - 371px);
}

/*Style Realted to Icon hover inside grid*/
table.table i.icon:hover {
    color: Black;
}
/*Style Ends*/

.hmis .ivf-viewdoc {
    height: calc(100vh - 285px);
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.black,
.black [class="box-header"],
.black.box,
.slider.black .ui-slider-range,
.progress.black .ui-progressbar-value .sliderVertical.black .ui-slider-range,
.progressSlim.black .ui-progressbar-value {
    background: #222 !important;
    border-color: #222 !important;
    color: #fff;
}

    .black .box-header h2 i,
    .black .box-header .box-icon i,
    .black .box-header .box-icon i:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

.green,
.green [class="box-header"],
.green.box,
.slider.green .ui-slider-range,
.progress.green .ui-progressbar-value,
.sliderVertical.green .ui-slider-range,
.progressSlim.green .ui-progressbar-value,
.label-success,
.badge-success {
    background: #00A300 !important;
    border-color: #00A300 !important;
    color: #fff;
}

.greenDark,
.greenDark [class="box-header"],
.greenDark.box,
.slider.greenDark .ui-slider-range,
.progress.greenDark .ui-progressbar-value,
.sliderVertical.greenDark .ui-slider-range,
.progressSlim.greenDark .ui-progressbar-value {
    background: #1E7145 !important;
    border-color: #1E7145 !important;
    color: #fff;
}

.greenLight,
.greenLight [class="box-header"],
.greenLight.box,
.slider.greenLight .ui-slider-range,
.progress.greenLight .ui-progressbar-value,
.sliderVertical.greenLight .ui-slider-range,
.progressSlim.greenLight .ui-progressbar-value {
    background: #99B433 !important;
    border-color: #99B433 !important;
    color: #fff;
}

.pink,
.pink [class="box-header"],
.pink.box,
.slider.pink .ui-slider-range,
.progress.pink .ui-progressbar-value,
.sliderVertical.pink .ui-slider-range,
.progressSlim.pink .ui-progressbar-value {
    background: #9F00A7 !important;
    border-color: #9F00A7 !important;
    color: #fff;
}

.pinkDark,
.pinkDark [class="box-header"],
.pinkDark.box,
.slider.pinkDark .ui-slider-range,
.progress.pinkDark .ui-progressbar-value,
.sliderVertical.pinkDark .ui-slider-range,
.progressSlim.pinkDark .ui-progressbar-value {
    background: #7E3878 !important;
    border-color: #7E3878 !important;
    color: #fff;
}

.yellow,
.yellow [class="box-header"],
.yellow.box,
.slider.yellow .ui-slider-range,
.progress.yellow .ui-progressbar-value,
.sliderVertical.yellow .ui-slider-range,
.progressSlim.yellow .ui-progressbar-value,
.label-warning,
.badge-warning {
    background: #FFC40D !important;
    border-color: #FFC40D !important;
    color: #fff;
}

.purple,
.purple [class="box-header"],
.purple.box,
.slider.purple .ui-slider-range,
.progress.purple .ui-progressbar-value,
.sliderVertical.purple .ui-slider-range,
.progressSlim.purple .ui-progressbar-value {
    background: #603CBA !important;
    border-color: #603CBA !important;
    color: #fff;
}

.blue,
.blue [class="box-header"],
.blue.box,
.slider.blue .ui-slider-range,
.progress.blue .ui-progressbar-value,
.sliderVertical.blue .ui-slider-range,
.progressSlim.blue .ui-progressbar-value,
.label-info,
.badge-info {
    background: #2D89EF !important;
    border-color: #2D89EF !important;
    color: #fff;
}

.blueDark,
.blueDark [class="box-header"],
.blueDark.box,
.slider.blueDark .ui-slider-range,
.progress.blueDark .ui-progressbar-value,
.sliderVertical.blueDark .ui-slider-range,
.progressSlim.blueDark .ui-progressbar-value {
    background: #2B5797 !important;
    border-color: #2B5797 !important;
    color: #fff;
}

.blueLight,
.blueLight [class="box-header"],
.blueLight.box,
.slider.blueLight .ui-slider-range,
.progress.blueLight .ui-progressbar-value,
.sliderVertical.blueLight .ui-slider-range,
.progressSlim.blueLight .ui-progressbar-value {
    background: #EFF4FF !important;
    border-color: #EFF4FF !important;
    color: #fff;
}

.orange,
.orange [class="box-header"],
.orange.box,
.slider.orange .ui-slider-range,
.progress.orange .ui-progressbar-value,
.sliderVertical.orange .ui-slider-range,
.progressSlim.orange .ui-progressbar-value {
    background: #E3A21A !important;
    border-color: #E3A21A !important;
    color: #fff;
}

.orangeDark,
.orangeDark [class="box-header"],
.orangeDark.box,
.slider.orangeDark .ui-slider-range,
.progress.oragneDark .ui-progressbar-value,
.sliderVertical.orangeDark .ui-slider-range,
.progressSlim.orangeDark .ui-progressbar-value {
    background: #DA532C !important;
    border-color: #DA532C !important;
    color: #fff;
}

.red,
.red [class="box-header"],
.red.box,
.slider.red .ui-slider-range,
.progress.red .ui-progressbar-value,
.sliderVertical.red .ui-slider-range,
.progressSlim.red .ui-progressbar-value,
.label-important,
.badge-important {
    background: #EB3C00 !important;
    border-color: #EB3C00 !important;
    color: #fff;
}

.readonly-disabled[disabled] {
    /*removes not allowed cursor from disabled form-control field and force it to look like readonly field*/
    cursor: text;
}

.hmis .legend-DarkPink:not(.legend-block) {
    background: #e00084 !important;
}

.hmis .legend-DarkMaroon:not(.legend-block) {
    background: #9e0e0e !important;
}

.hmis .modal.in .carousel-control.left,
.hmis .modal.in .carousel-control.right {
    background-image: none;
}

.hmis .modal.in .carousel-control {
    width: 5%;
}

    .hmis .modal.in .carousel-control:hover,
    .hmis .modal.in .carousel-control:focus {
        color: #2f4459;
    }

    .hmis .modal.in .carousel-control .icon-prev,
    .hmis .modal.in .carousel-control .icon-next,
    .hmis .modal.in .carousel-control .glyphicon-chevron-left,
    .hmis .modal.in .carousel-control .glyphicon-chevron-right {
        width: 50px;
        top: 48%;
    }

    .hmis .modal.in .carousel-control .icon-prev,
    .hmis .modal.in .carousel-control .glyphicon-chevron-left {
        left: 25%;
    }

    .hmis .modal.in .carousel-control .icon-next,
    .hmis .modal.in.carousel-control .glyphicon-chevron-right {
        left: -14%;
    }

    .hmis .modal.in .carousel-control .prev-next {
        font-size: 12px;
        position: absolute;
        top: 54%;
        left: 5px;
    }

.divPharIndentRemarks .popover {
    position: absolute;
    display: none;
    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 !important;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    max-width: 1300px;
}

.divPharIndentRemarks .arrow {
    left: 4% !important;
}

.divPharIndentRemarks .popover-title {
    color: white;
    background-color: #196CAF;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-align: center;
}

.divPharIndentRemarks .popover-content {
    padding: 5px;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    max-height: 300px;
    overflow-y: scroll;
}

divPharIndentRemarks .popover-title .close {
    position: relative;
    bottom: 3px;
}

.divPharIndentRemarks p {
    display: inline-block;
}

.circles.LightBlue_ReportDispatch {
    background: #d9f0fc;
}

.circles.DarkYellow_ReportDispatch {
    background: #fbb948;
}

.circles.DarkOrange_ReportDispatch {
    background: #cd8708;
}

.circles.LightRed_ReportDispatch {
    background: #ed5967;
}

.circles.LightGreenNew_ReportDispatch {
    background: #7ecd96;
}

.circles.Grey_ReportDispatch {
    background: #9d9d9d;
}

.circles.Yellow_SampleCollection {
    background: #ffd339 !important;
}

.circles.Dark_Green_SampleCollection {
    background: #addcd2 !important;
}

.circles.Light_Green_Labs {
    background: #addcd2 !important;
}

.circles.Mango_Labs {
    background: #ffa500 !important;
}

.circles.Dark_Salmon_Labs {
    background: #c1c2c4 !important;
}

.circles.White_Smoke_Labs {
    background: #d4e056 !important;
}

.circles.Light_Blue_Labs {
    background: #89d4fa !important;
}

.circles.Silver_Labs {
    background: #d3d3c9 !important;
}

.circles.Dark_Green_Asset {
    background: #4dc8ae !important;
}

.circles.LightPurple_Technician_Labs {
    background: #DDD5F3 !important;
}

.highRiskTooltip {
    color: Red !important;
    font-weight: normal !important;
}

.RemarksTooltip {
    color: black !important;
    font-weight: bold !important;
    font: bold bold 12px/23px 'Source Sans Pro' !important;
}

.LasaItemColor {
    color: #CE7708 !important;
    font-weight: normal !important;
}

.hmis .modal .modal-body {
    position: relative;
    max-height: calc(100vh - 142px) !important;
}

.hmis .wraplabelWithIcon {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50%;
    white-space: nowrap;
}

.hmis .legend-DarkBlue:not(.legend-block) {
    background: #2c91da !important;
}

.hmis .PopupScroll {
    height: calc(100vh - 0px);
}

.hmis .custom-col-sm-80p {
    width: 80%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
}

.locationname {
    padding: 3px 15px;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    line-height: 5px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 174px;
    font-size: 10px;
    cursor: pointer;
}

.username {
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.ulocationname {
    width: 140px;
    padding: 3px 0;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    line-height: 5px; /*color: #a8bec9;*/
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    white-space: nowrap;
    font-size: 10px;
    margin-top: 2px;
    display: block;
}

.logo-nav nav > ul > li.dropdown-login-user > a {
    padding: 5px 10px 5px 10px;
}
/*Jellybean loader*/
.lds-ring {
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
}

    .lds-ring span {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        margin: 4px 0px;
        border: 1px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.5s cubic-bezier(.5,0,0.5,1) infinite;
        border-color: #fff transparent transparent transparent;
        opacity: 0.5;
    }

        .lds-ring span:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring span:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring span:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*Jellybean loader end*/
.added-item {
    display: inline-block;
    background-color: #fff;
    border-color: #a3a3a3;
    padding: 0 5px;
    border: 1px solid #caced7;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    margin-bottom: 0 !important;
}

.added-item-label {
    margin-bottom: 0 !important;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.added-item-remove {
    font-size: 12px;
    font-weight: lighter;
    line-height: 22px;
    cursor: pointer;
}

.mh90 {
    max-height: 90px;
}

.enable-scroll {
    overflow: scroll;
}

.bg-light-grey {
    background-color: #edf1f5 !important;
}

.w99 {
    width: 99%;
}

.holds-the-iframe {
    background: Gray url(/HEALOW/Content/app-style/img/loader.gif) center center no-repeat;
    background-size: 80px;
}

@media (max-width:1600px) {
    .pl3 {
        padding-left: 3px
    }
}

@media (max-width:1366px) {
    .pl3 {
        padding-left: 3px
    }
}

@media (max-width:1024px) {
    .pl3 {
        padding-left: 0px
    }
}

.brd-tr-rd-5 {
    border-top-right-radius: 5px !important;
}

.brd-br-rd-5 {
    border-bottom-right-radius: 5px !important;
}

.hmis .legend-block.legend-Magenta {
    background: magenta !important;
}

.hmis .legend-block.legend-Khaki {
    background: khaki !important;
}

.hmis .legend-block.legend-DarkBrown {
    background: #B97A57 !important;
}

.hmis .legend-block.legend-Purple {
    background: #A349A4 !important;
}

.hmis .legend-Purple:not(.legend-block) {
    background: #A349A4 !important;
}

.hmis .legend-Magenta:not(.legend-block) {
    background: magenta !important;
}

.hmis .legend-Khaki:not(.legend-block) {
    background: khaki !important;
}

.hmis .legend-DarkBrown:not(.legend-block) {
    background: #B97A57 !important;
}

.hmis .fixed-table-layout {
    table-layout: fixed;
}

.chk-box {
    vertical-align: middle;
    margin-top: 3px;
}

.hmis input[type=text][readonly=readonly].brdr-red, .hmis input[type=text][readonly=readonly].brdr-red :hover {
    border: 1px solid red !important;
}

.hmis .hgt24,
.aqua-table tbody tr td .hgt24 {
    height: 24px !important;
}

.overlay-container {
    position: relative;
    padding: 0px;
    /*width: 50%;*/
}

.overlay-image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.overlay-middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: fit-content;
}

.overlay-container:hover .overlay-image {
    opacity: 0.3;
}

.overlay-container:hover .overlay-middle {
    opacity: 1;
}

.overlay-text {
    cursor: pointer;
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 5px 10px;
}

.div-size {
    height: 180px;
    /*width: 320px;*/
}

.imgHolder {
    overflow: auto;
    overflow-x: hidden;
}

.gi-2x {
    font-size: 2em;
    cursor: pointer;
}

.closeBtn {
    color: green !important;
    width: 22px !important;
    height: unset !important;
    display: unset !important;
    text-indent: unset !important;
    position: unset !important;
}

.clear {
    clear: both;
}

.gi-1dot5x {
    font-size: 1.5em;
    cursor: pointer;
}

.mrd-banner-img {
    height: calc(100vh - 150px);
    background-size: cover;
    background-position: 0 -175px;
    transform: scale(0.9);
    background-repeat: no-repeat;
    background-image: url(/HEALOW/Images/mrd.png);
}

.dataTables_paginate span {
    display: inline-block;
}

    .dataTables_paginate span .glyphicon {
        background: #cdcdcd;
        color: #000;
        border: 1px solid #a4aab0;
        padding: 6px 6px;
        border-radius: 3px;
        font-size: 10px;
        box-shadow: none;
    }


    .dataTables_paginate span .glyphicon-step-backward:before {
        content: "\e069";
    }

    .dataTables_paginate span .glyphicon-chevron-left:before {
        content: "\e079";
    }

    .dataTables_paginate span .glyphicon-chevron-right:before {
        content: "\e080";
    }

    .dataTables_paginate span .glyphicon-step-forward:before {
        content: "\e077";
    }

.dataTables_paginate .paginate_input {
    height: 24px;
    font: normal normal 13px/23px 'Source sans pro';
    color: #000;
    padding: 0 6px;
    box-shadow: none;
    outline: none;
    border: 1px solid #e0e3e8; /*display: block;      */
    background-image: none;
    border-radius: 4px;
    margin: 0;
    z-index: 0;
}


.dataTables_paginate .paginate_button {
    margin: 3px;
}

/* select2 tag selector stylesheet */
.hmis-select2-tag .multiselect-close {
    display: none !important;
}

.hmis-select2-tag .select2-selection {
    display: inline-block !important;
    width: 100%;
    max-height: 50px !important;
    overflow: auto;
}

.hmis-select2-tag .select2-container--bootstrap.select2-container--focus .select2-selection--multiple {
    border: 1px solid #aaa;
}

.hmis-select2-tag .form-group [class^="col-"] {
    text-align: left !important;
}

.select2-remove-right {
    float: right;
}

.whiteSpace {
    white-space: nowrap;
}

.hmis .aqua-table.table.last-tr-bold tr:nth-last-child(1) td {
    font-weight: 600;
}

.hmis .aqua-table.table.last-tr-bold tr td:first-child {
    width: 15%;
}

#lstControl-selected-parents-container label.active {
    color: red;
    font-weight: bold;
}

.h100p {
    height: 100%;
}

.hmis .input-otp {
    height: 2em;
    width: 2em;
    border: 2px solid #dad9df;
    outline: none;
    text-align: center;
    font-size: 1.5em;
    border-radius: 0.3em;
    background-color: #ffffff;
    outline: none;
}

.VIPLabel {
    /*background: #35bc7f !important;*/
    float: right;
    padding: 0 10px;
    color: White !important;
}

.hmis .modal .Informative.modal-body {
    color: #2f4459 !important;
}
.Informative, .InformativeHtml {
    overflow: scroll !important;
}
.Informative table tr:nth-of-type(1) td {
    font: normal 600 12px/24px 'Source Sans Pro';
    color: #72787f !important;
    background: #edf1f5;
    padding: 3px 8px;
    height: 24px;
    vertical-align: middle;
    border-left: 1px solid #d7dbe3;
}

.Informative table, .InformativeMaster table {
    border-width: 0;
    margin: 0;
    outline-style: none;
    width: 100% !important;
    table-layout: fixed;
    border: 1px solid #d7dbe3 !important;
}

    .Informative table tr:nth-of-type(1), .InformativeMaster table tr:nth-of-type(1) {
        color: #72787f;
        background: #edf1f5;
    }

    .Informative table tr, .InformativeMaster table tr {
        border: 1px solid #d7dbe3;
    }

        .Informative table tr:not(:nth-of-type(1)) td, .InformativeMaster table tr:not(:nth-of-type(1)) td {
            font: normal normal 12px/23px 'Source Sans Pro';
            color: #000;
            border-bottom-width: 0;
            padding: 3px 8px;
            background: #fff;
            text-align: left;
            border-left: 1px solid #d7dbe3;
        }
.Informative .w20p, .InformativeMaster .w20p {
    width: 20%;
}
.Informative .w25p, .InformativeMaster .w25p {
    width: 25%;
}
.Informative .w30p, .InformativeMaster .w30p {
    width: 30%;
}
.Informative .w40p, .InformativeMaster .w40p {
    width: 40%;
}
.Informative .w60p, .InformativeMaster .w60p {
    width: 60%;
}
.Informative .w70p, .InformativeMaster .w70p {
    width: 70%;
}
table > tbody > tr > td a.locationToolTip + div > div.popover-content {
    padding: 5px 14px;
    font-size: 13px;
}
table > tbody > tr > td a.locationToolTip {
    text-decoration: underline;
}
.abdmfhir table {
    margin-top: 5px;
}
.abdmfhir table td{
    padding:2px;
}
.bottomContainerpnlButton {
    width: 100%;
    opacity: 1;
    clear: both;
    position: absolute;
    bottom: 0px;
    float: none;
    height: 45px;
    min-height: 44px !important;
    text-align: left;
    border-top: 1px solid #e1e1e1;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 99;
    padding: 10px;
}
.abdmmodalfooter {
    width: 70%;
    position: fixed;
}
.PanelClass {
    position: absolute;
    overflow: auto;
}
.consentdata {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.slide-in-control {
    position: fixed;
    right: -70%; /* Adjust based on the width of the control */
    width: 70%;
    background-color: #f4f4f4;
    vertical-align: middle;
    box-shadow: -2px 0 5px rgba(0,0,0,0.5);
    transition: right ease-in-out;
    padding: 10px;
    z-index: 1000;
}

#lbltbody {
    background-color: white;
}
.slide-button {
    position: fixed;
    top: 50%;
    right: 0;
    height: 80px;
    width: 25px;
    transform: translateY(-50%);
    background-color: #D3D3D3;
    color: #fff;
    transition: right ease-in-out;
    border: none;
    cursor: pointer;
    outline: none;
    z-index: 1000;
    font-size: larger;
    align-content: center;
}
.usabilityloading {
    position: absolute;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    opacity: 0.6;
}
.usabilitystatuslabel {
    background-color: forestgreen;
    color: white !important;
}
.back-to-top {
    z-index: 100 !important;
    color: #35bc7f !important;
    background-color: rgba (255,255,255,0.5);
    border: 1px solid #35bc7f !important;
    bottom: 52px;
    right: 18px;
    display: none;
    height: 30px;
    width: 30px;
    padding-top: 5px;
    position: fixed;
    text-align: center;
    z-index: 3;
    border-radius: 5px;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
}
.back-to-top:before {
    content: "\f077";
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 14px;
}
.back-to-top:hover {
    color: #ffffff !important;
    background-color: #35bc7f;
}

.emergency-wrapper .color-patch {
    height: 20px;
    width: 20px;
    border-radius: 4px;
    display: inline-block;
}

.emergency-wrapper .emergencyAlertModal .modal-dialog {
    right: 0;
    left: 0;
    margin: auto;
}

.emergency-wrapper .modal-footer {
    padding: 24px 36px !important;
}

.emergency-wrapper .modal-body {
    padding: 24px 36px !important;
}
.emergency-wrapper .align-items-center {
    align-items: center !important;
}

.emergency-wrapper .justify-content-center {
    justify-content: center !important;
}

.emergency-wrapper .flex-column {
    flex-direction: column !important;
}

.emergency-wrapper .d-flex {
    display: flex !important;
}

.emergency-wrapper .alert-icon {
    color: red;
    font-size: 40px;
}

.emergency-wrapper td {
    text-align: left;
}
.emergency-wrapper .fnt16content {
    font-size: 16px;
    line-height: 20px;
}
.emergency-wrapper .labeltext {
    overflow: hidden;
    text-overflow: ellipsis;
}
.emergency-wrapper .tablecell {
    max-height:85px;
    overflow:hidden;
    text-overflow:ellipsis;
}

.emergency-wrapper .spanstyle {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 40%;
    white-space: nowrap;
    display: block;
    float: left;
}
.emergency-wrapper .contentstyle {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 66%;
    white-space: nowrap;
    display: block;
    float: right;
}

.emergency-wrapper .labelstyle {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 47%;
    white-space: nowrap;
    display: block;
}
.emergency-wrapper .headerlabelstyle {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 80%;
    white-space: nowrap;
    display: block;
}
.BagColorCodeGrid {
    display: block;
    width: 30px;
    height: 25px;
    border: solid 1px;
}

.BagColorCode {
    margin-top: -10px !important;
    width: 50px !important;
    height: 40px !important;
}

.contraindication { color: #FFD43B; }

.icon-success {
    color: #4cae4c !important;
}

.squareFeedbackRating {
    border: 1px solid;
    border-color: #5d6771;
    padding: 2px 10px 2px 10px;
    margin: 10px;
    position: relative;
    font-size: medium;
    color: #2f4459 !important;
}

.ratingDesc {
    font-weight: 600 !important;
    font-size: small;
    color: #2f4459;
}

.icon-ai {
    display: inline-block;
    /* background-color: #7D58DA !important;*/

    border-color: #47296D !important;
    background: url(/HEALOW/Content/app-style/img/ai-icon.svg) no-repeat center/100%;
    padding-right: 30px;
    background-size: 15px;
    height: 20px !important;
    width: 20px !important;
    vertical-align: text-bottom !important;
    filter: invert(65%) sepia(96%) saturate(772%) hue-rotate(226deg) brightness(92%) contrast(89%);
}

.icon-ai-search {
    background: url(/HEALOW/Content/app-style/img/ai-res-search.svg) no-repeat center/100%;
    padding-right: 22px;
    background-size: 22px;
    height: 16px !important;
    width: 16px !important;
    vertical-align: text-bottom !important;
    border: 1px solid;
    border-color: #7D58DA;
    background-color: #F7F2FF;
    border-radius: 3px;
    line-height: 1.5;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}

.ai-cursor {
    cursor: pointer !important;
}

.ai-close-icon {
    float: left !important;
    font-size: medium !important;
    vertical-align: bottom !important;
    margin-top: 6px;
}

.ai-search-box::placeholder {
    font: italic !important;
}

.fnt-large {
    font-size: large !important;
}

.ai-search-box {
    border: 1px solid #7D58DA;
    border-radius: 15px !important;
    border-color: #7D58DA !important;
    background-color: #fff;
    padding: 2px;
}

.ai-text-box {
    border-radius: 15px !important;
    border: none !important;
}

.ai-go-button {
    border-radius: 15px !important;
    border-color: #2f4459 !important;
    background: #2f4459 !important;
}

.whitebg {
    background: white !important;
}

.consentwidth40 {
    width: 40% !important;
    font: 400 12px / normal 'Poppins', sans-serif;
}
.consentwidth9 {
    width: 9% !important;
    text-align: justify;
    font: 400 12px / normal 'Poppins', sans-serif;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
a:hover,
a:focus { text-decoration:none; }
.pagi-nation {
    padding: 3px 20px;
	border:0px solid #dddddd;
	/*border-top:none;*/
}
.pagi-nation input,
.pagi-nation select {
	padding: 2px;
	min-height: 15px !important;
}
.pagi-nation .pg-gobtn {
	padding: 1px 4px;
}
.pagi-nation .page-navigate{ text-align:right; }
.pagi-nation .page-navigate .btn-typ4 {
	padding: 1px 7px 6px;
}
.pagi-nation .page-navigate .prev {
	margin: 0px 10px 0px 5px;
	padding-right: 7px;
}
.pagi-nation .page-navigate .next {
	margin: 0px 5px 0px 10px;
	padding-right: 7px;
}
.pagi-nation .page-navigate .prev .icon-chevron-left,
.pagi-nation .page-navigate .next .icon-chevron-right {
	width: 11px;
}

.box-typ7{ background-color: #ffffff; }

.page-navigate-left
{
    text-align:left;	
}


/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.3 - 2016-08-17T06:16:42.140Z
 * License: MIT
 */


/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}


.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

/* Select2 theme */

/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
    border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close{
  display:none;
}

.select-locked > .ui-select-match-close{
    display:none;
}

body > .select2-container.open {
  z-index: 9999; /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    border-top-width: 1px;  /* FIXME hardcoded value :-/ */
    border-top-style: solid;

    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);

    margin-top: -4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
    margin-top: 4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
    border-bottom-color: #5897fb;
}

.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
}

/* Selectize theme */

/* Helper class to show styles when focus */
.selectize-input.selectize-focus{
  border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input {
  width: 100%;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
    border-color: #D44950;
}

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
    margin-top: -2px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme="selectize"] input.ui-select-search-hidden{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
    width: 0;
}

/* Bootstrap theme */

/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap .ui-select-search-hidden{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
}

.ui-select-bootstrap > .ui-select-match > .btn{
  /* Instead of center because of .btn */
  text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices ,.ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body > .ui-select-bootstrap.open {
  z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important; /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row>span {
    cursor: pointer;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>span:hover, .ui-select-bootstrap .ui-select-choices-row>span:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-bootstrap .ui-select-match-text {
    width: 100%;
    padding-right: 1em;
}
.ui-select-bootstrap .ui-select-match-text span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/HEALOW/Content/thirdparty/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(/HEALOW/Content/thirdparty/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/HEALOW/Content/thirdparty/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/HEALOW/Content/thirdparty/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/HEALOW/Content/thirdparty/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/HEALOW/Content/thirdparty/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:14px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.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}

/** /!!! core css Should not edit !!!/**/

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-timing-function: inherit;
    transition-timing-function: inherit;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit;
    transition-timing-function: inherit;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    opacity: 0.7;
    overflow: hidden;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(/HEALOW/Content/thirdparty/img/controls.png);
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/* keyboard - jQuery UI Widget */
.ui-keyboard { padding: .3em !important; position: absolute; left: 363px !important; z-index: 16000; background-color:antiquewhite;}
.ui-keyboard-has-focus { z-index: 16001; }
.ui-keyboard div { font-size: 1.1em; }
.ui-keyboard-button { height: 2em; min-width: 2em; margin: .1em; cursor: pointer; overflow: hidden; line-height: 2em; -moz-user-focus: ignore; }
.ui-keyboard-button span { padding: 0; margin: 0; white-space:nowrap; display: inline-block; }
.ui-keyboard-button-endrow { clear: left; }
.ui-keyboard-space { width: 15em; }
.ui-keyboard-space span, .ui-keyboard-empty span { font: 0/0 a; text-shadow: none; color: transparent; } /* see http://nicolasgallagher.com/another-css-image-replacement-technique/ */
.ui-keyboard-preview-wrapper { text-align: center; }
.ui-keyboard-preview { text-align: left; margin: 0 0 3px 0; display: inline; width: 99%;} /* width is calculated in IE, since 99% = 99% full browser width =( */ 
.ui-keyboard-keyset { text-align: center; white-space: nowrap; }
.ui-keyboard-input { text-align: left; }
.ui-keyboard-input-current { -moz-box-shadow: 1px 1px 10px #00f; -webkit-box-shadow: 1px 1px 10px #00f; box-shadow: 1px 1px 10px #00f; }
.ui-keyboard-placeholder { color: #888; }
.ui-keyboard-nokeyboard { color: #888; border-color: #888; } /* disabled or readonly inputs, or use input[disabled='disabled'] { color: #f00; } */
.ui-keyboard-button.disabled { opacity: 0.5; filter: alpha(opacity=50); } /* used by the acceptValid option to make the accept button appear faded */
.ui-keyboard-spacer { display: inline-block; width: 1px; height: 0; }

/* combo key styling - toggles diacritics on/off */
.ui-keyboard-button.ui-keyboard-combo.ui-state-default { border-color: #ffaf0f; }

/* (in)valid inputs */
button.ui-keyboard-accept.ui-keyboard-valid-input { border-color: #0c0; background: #080; color: #fff; }
button.ui-keyboard-accept.ui-keyboard-valid-input:hover { background: #0a0; }
button.ui-keyboard-accept.ui-keyboard-invalid-input { border-color: #c00; background: #800; color: #fff; }
button.ui-keyboard-accept.ui-keyboard-invalid-input:hover { background: #a00; }

/*** jQuery Mobile definitions ***/
/* jQuery Mobile styles - need wider buttons because of font size and text-overflow:ellipsis */
.ui-bar .ui-keyboard-button { width: 3em; display: inline-block; }
.ui-bar .ui-keyboard-widekey { width: 5.5em; }
.ui-bar .ui-keyboard-space { width: 15em; }
.ui-bar .ui-keyboard-space span { visibility: hidden; } /* hides the ellipsis */
.ui-bar .ui-keyboard-keyset { line-height: 0.5em; }
.ui-bar input.ui-input-text, .ui-bar textarea.ui-input-text { width: 95%; }

/* over-ride padding set by mobile ui theme - needed because the mobile script wraps button text with several more spans */
.ui-bar .ui-btn-inner { height: 2em; padding: 0.2em 0; margin: 0; }
.ui-bar .ui-btn { margin: 0; font-size: 13px; } /* mobile default size is 13px */

/* Media Queries (optimized for jQuery UI themes; may be slightly off in jQuery Mobile themes) */
/* 240 x 320 (small phone)  */
@media all and (max-width: 319px) {
	.ui-keyboard div { font-size: 9px; }
	.ui-keyboard .ui-keyboard-input { font-size: 12px; }
	/* I don't own an iPhone so I have no idea how small this really is... is it even clickable with your finger? */
	.ui-bar .ui-btn { margin: 0; font-size: 9px; }
	.ui-bar .ui-keyboard-button { width: 1.8em; height: 2.5em; }
	.ui-bar .ui-keyboard-widekey { width: 4em; }
	.ui-bar .ui-keyboard-space { width: 8em; }
	.ui-bar .ui-btn-inner { height: 2.5em; padding: 0.3em 0; }
}

/* 320 x 480 (iPhone)  */
@media all and (min-width: 320px) and (max-width: 479px) {
	.ui-keyboard div { font-size: 9px !important; }
	.ui-keyboard .ui-keyboard-input { font-size: 14px; }
	/* I don't own an iPhone so I have no idea how small this really is... is it even clickable with your finger? */
	.ui-bar .ui-btn { margin: 0; font-size: 11px; }
	.ui-bar .ui-keyboard-button { width: 1.8em; height: 3em; }
	.ui-bar .ui-keyboard-widekey { width: 4.5em; }
	.ui-bar .ui-keyboard-space { width: 10em; }
	.ui-bar .ui-btn-inner { height: 3em; padding: 0.7em 0; }
}

/* 480 x 640 (small tablet) */
@media all and (min-width: 480px) and (max-width: 767px) {
	.ui-keyboard div { font-size: 13px; }
	.ui-keyboard .ui-keyboard-input { font-size: 14px; }
	.ui-bar .ui-btn { margin: 0; font-size: 10px; }
	.ui-bar .ui-keyboard-button { height: 2.5em; }
	.ui-bar .ui-btn-inner { height: 2.5em; padding: 0.5em 0; }
}
/*Grid*/
.ui-jqgrid {
	position: relative;
	-moz-box-sizing: content-box; 
	-webkit-box-sizing: content-box; 
	box-sizing: content-box;
}
.ui-jqgrid .ui-jqgrid-view {position: relative;left:0; top: 0; padding: 0; font-size:11px; z-index:100;}
.ui-jqgrid .ui-common-table {border-width: 0px; border-style: none; border-spacing: 0px; padding: 0;}
/* caption*/
.ui-jqgrid .ui-jqgrid-titlebar {height:19px; padding: .3em .2em .2em .3em; position: relative; font-size: 12px; border-left: 0 none;border-right: 0 none; border-top: 0 none;}
.ui-jqgrid .ui-jqgrid-caption {text-align: left;}
.ui-jqgrid .ui-jqgrid-title { margin: .1em 0 .2em; }
.ui-jqgrid .ui-jqgrid-titlebar-close { position: absolute;top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height:18px; cursor:pointer;}
.ui-jqgrid .ui-jqgrid-titlebar-close span { display: block; margin: 1px; }
.ui-jqgrid .ui-jqgrid-titlebar-close:hover { padding: 0; }
/* header*/
.ui-jqgrid .ui-jqgrid-hdiv {position: relative; margin: 0;padding: 0; overflow: hidden; border-left: 0 none !important; border-top : 0 none !important; border-right : 0 none !important;}
.ui-jqgrid .ui-jqgrid-hbox {float: left; padding-right: 20px;}
.ui-jqgrid .ui-jqgrid-htable {table-layout:fixed;margin:0;border-collapse: separate;}
.ui-jqgrid .ui-jqgrid-htable th { height: 27px; padding: 0 2px 0 2px;}
.ui-jqgrid .ui-jqgrid-htable th div {overflow: hidden; position:relative;margin: .1em 0em .1em 0em;}
.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {overflow: hidden;white-space: nowrap;text-align:center;border-top : 0 none;border-bottom : 0 none;}
.ui-th-column-header, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column-header {overflow: hidden;white-space: nowrap;text-align:center;border-top : 0 none; height: 26px;}
.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {border-left : 0 none;}
.ui-th-rtl, .ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {border-right : 0 none;}
.ui-first-th-ltr {border-right: 1px solid; }
.ui-first-th-rtl {border-left: 1px solid; }
.ui-jqgrid .ui-th-div-ie {white-space: nowrap; zoom :1; height:17px;}
.ui-jqgrid .ui-jqgrid-resize {height:20px !important;position: relative; cursor :e-resize;display: inline;overflow: hidden;}
.ui-jqgrid .ui-grid-ico-sort {overflow:hidden;position:absolute;display:inline; cursor: pointer !important;}
.ui-jqgrid .ui-icon-asc {margin-top:-3px; height:12px;}
.ui-jqgrid .ui-icon-desc {margin-top:3px;margin-left:-1px;height:12px;}
.ui-jqgrid .ui-i-asc {margin-top:0;height:18px;}
.ui-jqgrid .ui-i-desc {margin-top:0;margin-left:12px;height:18px;}
.ui-jqgrid .ui-single-sort-asc {margin-top:0;height:18px;}
.ui-jqgrid .ui-single-sort-desc {margin-top:-1px;height:18px;}
.ui-jqgrid .ui-jqgrid-sortable {cursor:pointer;height:14px}
.ui-jqgrid tr.ui-search-toolbar th { }
.ui-jqgrid .ui-search-table td.ui-search-clear { width:25px;}
.ui-jqgrid tr.ui-search-toolbar td > input { padding-right: 0px; width: 95%;}
.ui-jqgrid tr.ui-search-toolbar select {}
/* body */ 
.ui-jqgrid .ui-jqgrid-bdiv {position: relative; margin: 0; padding:0; overflow: auto; text-align:left;z-index: 101;}
.ui-jqgrid .ui-jqgrid-btable {table-layout:fixed; margin:0; outline-style: none; border-collapse: separate;}
.ui-jqgrid tr.jqgrow { outline-style: none; }
.ui-jqgrid tr.jqgroup { outline-style: none; }
.ui-jqgrid tr.jqgrow td {font-weight: normal; overflow: hidden; white-space: pre; height: 23px;padding: 1px 2px 1px 2px;border-bottom-width: 1px; border-bottom-color: inherit; border-bottom-style: solid;}
.ui-jqgrid tr.jqgfirstrow td {padding: 0 2px 0 2px;border-right-width: 1px; border-right-style: solid; height:auto;}
.ui-jqgrid tr.jqgroup td {font-weight: normal; overflow: hidden; white-space: pre; height: 22px;padding: 0 2px 0 2px;border-bottom-width: 1px; border-bottom-color: inherit; border-bottom-style: solid;}
.ui-jqgrid tr.jqfoot td {font-weight: bold; overflow: hidden; white-space: pre; height: 22px;padding: 0 2px 0 2px;border-bottom-width: 1px; border-bottom-color: inherit; border-bottom-style: solid;}
.ui-jqgrid tr.ui-row-ltr td {text-align:left;border-right-width: 1px; border-right-color: inherit; border-right-style: solid;}
.ui-jqgrid tr.ui-row-rtl td {text-align:right;border-left-width: 1px; border-left-color: inherit; border-left-style: solid;}
.ui-jqgrid td.jqgrid-rownum { padding: 0 2px 0 2px; margin: 0; border: 0 none;}
.ui-jqgrid .ui-jqgrid-resize-mark { width:2px; left:0; background-color:#777; cursor: e-resize; cursor: col-resize; position:absolute; top:0; height:100px; overflow:hidden; display:none; border:0 none; z-index: 99999;}
/* footer */
.ui-jqgrid .ui-jqgrid-sdiv {position: relative; margin: 0;padding: 0; overflow: hidden; border-left: 0 none !important; border-top : 0 none !important; border-right : 0 none !important;}
.ui-jqgrid .ui-jqgrid-ftable {table-layout:fixed; margin-bottom:0;border-collapse: separate;}
.ui-jqgrid tr.footrow td {font-weight: bold; overflow: hidden; white-space:nowrap; height: 20px;padding: 0 2px 0 2px;border-top-width: 1px; border-top-color: inherit; border-top-style: solid;border-bottom-width: 1px; border-bottom-color: inherit; border-bottom-style: solid;}
.ui-jqgrid tr.footrow-ltr td {text-align:left;border-right-width: 1px; border-right-color: inherit; border-right-style: solid;}
.ui-jqgrid tr.footrow-rtl td {text-align:right;border-left-width: 1px; border-left-color: inherit; border-left-style: solid;}
/* Pager*/
.ui-jqgrid .ui-jqgrid-pager { border-left: 0 none !important;border-right: 0 none !important; border-bottom: 0 none !important; border-top: 0 none; margin: 0 !important; padding: 0 !important; position: relative; height: auto; min-height: 28px; white-space: nowrap;overflow: hidden;font-size:11px; z-index:101}
.ui-jqgrid .ui-jqgrid-toppager .ui-pager-control, .ui-jqgrid .ui-jqgrid-pager .ui-pager-control {position: relative;border-left: 0;border-bottom: 0;border-top: 0; height: 28px;}
.ui-jqgrid .ui-pg-table {position: relative; padding: 1px 0; width:auto; margin: 0;}
.ui-jqgrid .ui-pg-table td {font-weight:normal; vertical-align:middle; padding:0px 1px;}
.ui-jqgrid .ui-pg-button  { height:auto}
.ui-jqgrid .ui-pg-button span { display: block; margin: 2px; float:left;}
.ui-jqgrid .ui-pg-button:hover { padding: 0;}
.ui-jqgrid .ui-state-disabled:hover {padding:0px;}
.ui-jqgrid .ui-pg-input,.ui-jqgrid .ui-jqgrid-toppager .ui-pg-input { height:14px;width: auto;font-size:.9em; margin:0;line-height: inherit;border: none; padding: 3px 2px}
.ui-jqgrid .ui-pg-selbox, .ui-jqgrid .ui-jqgrid-toppager .ui-pg-selbox {font-size:.9em; line-height:inherit; display:block; height:19px; margin: 0; padding: 3px 0px; border:none;}
.ui-jqgrid .ui-separator {height: 18px; border-left: 2px solid #ccc ;}
.ui-separator-li {height: 2px; border : none;border-top: 2px solid #ccc ; margin: 0; padding: 0; width:100%}
.ui-jqgrid  .dropdownmenu {
	padding: 3px 0 3px 0;
	margin-left: 4px;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div,
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div
{padding:1px 0;float:left;position:relative; line-height: 20px;}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-button,
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-button
{ cursor:pointer; }
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div  span.ui-icon,
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div  span.ui-icon
{float:left;margin: 2px; width:18px;}
.ui-jqgrid td input, .ui-jqgrid td select, .ui-jqgrid td textarea { margin: 0; padding-top:5px;padding-bottom: 5px;}
.ui-jqgrid td textarea {width:auto;height:auto;}
.ui-jqgrid .ui-jqgrid-toppager {border-left: 0 none !important;border-right: 0 none !important; border-top: 0 none !important; margin: 0 !important; padding: 0 !important; position: relative;white-space: nowrap;overflow: hidden;}
.ui-jqgrid .ui-jqgrid-pager .ui-pager-table,
.ui-jqgrid .ui-jqgrid-toppager .ui-pager-table 
{
	width:100%;
	table-layout:fixed;
	height:100%;
}
.ui-jqgrid .ui-jqgrid-pager .ui-paging-info,
.ui-jqgrid .ui-jqgrid-toppager .ui-paging-info
{ 
	font-weight: normal;
	height:auto; 
	margin-top:3px;
	margin-right:4px;
	display: inline;
}
.ui-jqgrid .ui-jqgrid-pager .ui-paging-pager,
.ui-jqgrid .ui-jqgrid-toppager .ui-paging-pager
{
	table-layout:auto;
	height:100%;
}
.ui-jqgrid .ui-jqgrid-pager .navtable,
.ui-jqgrid .ui-jqgrid-toppager .navtable
{
	float:left;
	table-layout:auto;
	height:100%;
}

/*.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div {padding:1px 0;float:left;position:relative; line-height: 20px; margin-right:3px;}
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-button { cursor:pointer; }
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div  span.ui-icon {float:left;margin: 2px; width:18px;}
*/

/*subgrid*/
.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {display: block;}
.ui-jqgrid .ui-subgrid {margin:0;padding:0; width:100%;}
.ui-jqgrid .ui-subgrid table {table-layout: fixed;}
.ui-jqgrid .ui-subgrid tr.ui-subtblcell td {height:18px;border-right-width: 1px; border-right-color: inherit; border-right-style: solid;border-bottom-width: 1px; border-bottom-color: inherit; border-bottom-style: solid;}
.ui-jqgrid .ui-subgrid td.subgrid-data {border-top:  0 none !important; border-left: 0 none !important;}
.ui-jqgrid .ui-subgrid td.subgrid-cell {border-width: 0 1px 1px 0;}
.ui-jqgrid .ui-th-subgrid {height:20px;}
/* loading */
.ui-jqgrid .loading {position: absolute; top: 45%;left: 45%;width: auto;z-index:101;padding: 6px; margin: 5px;text-align: center;font-weight: bold;display: none;border-width: 2px !important; font-size:11px;}
.ui-jqgrid .jqgrid-overlay {display:none;z-index:100;}
/* IE * html .jqgrid-overlay {width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');} */
* .jqgrid-overlay iframe {position:absolute;top:0;left:0;z-index:-1;}
/* IE width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
/* end loading div */
/* toolbar */
.ui-jqgrid .ui-userdata {border-left: 0 none;    border-right: 0 none;	height : 27px;overflow: hidden;	}
/*Modal Window */
.ui-jqdialog { font-size:11px !important; }
.ui-jqdialog { display: none; width: 300px; position: absolute; padding: .2em; font-size:11px; overflow:visible;}
.ui-jqdialog .ui-jqdialog-titlebar { padding: .3em .2em; position: relative; height:20px;}
.ui-jqdialog .ui-jqdialog-title { margin: .3em .2em .2em .2em;} 
.ui-jqdialog .ui-jqdialog-titlebar-close { position: absolute;  top: 50%; width: 19px; margin: -12px 0 0 0; padding: 1px; height: 18px; cursor:pointer;}

.ui-jqdialog .ui-jqdialog-titlebar-close span { display: block; margin: 1px; }
.ui-jqdialog .ui-jqdialog-titlebar-close:hover, .ui-jqdialog .ui-jqdialog-titlebar-close:focus { padding: 0; }
.ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content { border: 0; padding: .3em .2em; background: none; height:auto;}
.ui-jqdialog .ui-jqconfirm {padding: .4em 1em; border-width:3px;position:absolute;bottom:10px;right:10px;overflow:visible;display:none;height:80px;width:220px;text-align:center;}
.ui-jqdialog>.ui-resizable-se { bottom: -3px; right: -3px}
.ui-jqgrid>.ui-resizable-se { bottom: -3px; right: -3px }
/* end Modal window*/
/* Form edit */
.ui-jqdialog-content .FormGrid {margin: 0; overflow:auto;position:relative;}
.ui-jqdialog-content .EditTable { width: 100%; margin-bottom:0;}
.ui-jqdialog-content .DelTable { width: 100%; margin-bottom:0;}
.EditTable td input, .EditTable td select, .EditTable td textarea {margin: 0;}
.EditTable td textarea { width:auto; height:auto;}
.ui-jqdialog-content td.EditButton {text-align: right;border-top: 0 none;border-left: 0 none;border-right: 0 none; padding-bottom:5px; padding-top:5px;}
.ui-jqdialog-content td.navButton {text-align: center; border-left: 0 none;border-top: 0 none;border-right: 0 none; padding-bottom:5px; padding-top:5px;}
.ui-jqdialog-content input.FormElement {padding: .5em .3em; margin-bottom: 3px}
.ui-jqdialog-content select.FormElement {padding:.3em; margin-bottom: 3px;}
.ui-jqdialog-content .data-line {padding-top:.1em;border: 0 none;}

.ui-jqdialog-content .CaptionTD {vertical-align: middle;border: 0 none; padding: 2px;white-space: nowrap;}
.ui-jqdialog-content .DataTD {padding: 2px; border: 0 none; vertical-align: top;}
.ui-jqdialog-content .form-view-data {white-space:pre}
.fm-button { height: 18px; display: inline-block; margin:2px 4px 0 0; padding: .6em .5em .2em .5em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
.fm-button-icon-left { padding-left: 1.9em; }
.fm-button-icon-right { padding-right: 1.9em; }
.fm-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; position: absolute; top: 50%; margin-top: -8px; }
.fm-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; position: absolute; top: 50%; margin-top: -8px;}
#nData, #pData { float: left; margin:3px;padding: 0; width: 15px; }
.ViewTable {
	border-width: 0; 
	border-style: none; 
	border-spacing: 1px;
	padding: 4px;
	table-layout: fixed;
}
.ViewTable .CaptionTD, .ViewTable .DataTD {padding : 4px;} 
/* End Eorm edit */
/*cell edit*/
.ui-jqgrid .edit-cell {
	padding: 4px 0px 4px 4px;
}
.ui-jqgrid .selected-row, div.ui-jqgrid .selected-row td {font-style : normal;border-left: 0 none;}
/* inline edit actions button*/
.ui-inline-del.ui-state-hover span, .ui-inline-edit.ui-state-hover span,
.ui-inline-save.ui-state-hover span, .ui-inline-cancel.ui-state-hover span {
    margin: -1px;
}
.ui-inline-del, .ui-inline-cancel {
    margin-left: 8px;
}

.ui-jqgrid .inline-edit-cell {
	padding: 4px 0px 4px 4px;
}
/* Tree Grid */
.ui-jqgrid .tree-wrap {float: left; position: relative;height: 18px;white-space: nowrap;overflow: hidden;}
.ui-jqgrid .tree-minus {position: absolute; height: 18px; width: 18px; overflow: hidden;}
.ui-jqgrid .tree-plus {position: absolute;	height: 18px; width: 18px;	overflow: hidden;}
.ui-jqgrid .tree-leaf {position: absolute;	height: 18px; width: 18px;overflow: hidden;}
.ui-jqgrid .treeclick {cursor: pointer;}
/* moda dialog */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;}
/*	 width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
.ui-jqgrid-dnd tr td {border-right-width: 1px; border-right-color: inherit; border-right-style: solid; height:20px}
/* RTL Support */
.ui-jqgrid .ui-jqgrid-caption-rtl {text-align: right;}
.ui-jqgrid .ui-jqgrid-hbox-rtl {float: right;}
.ui-jqgrid .ui-jqgrid-resize-ltr {float: right;margin: -2px -2px -2px 0;}
.ui-jqgrid .ui-jqgrid-resize-rtl {float: left;margin: -2px 0 -1px -3px;}
.ui-jqgrid .ui-sort-rtl {left:0;}
.ui-jqgrid .tree-wrap-ltr {float: left;}
.ui-jqgrid .tree-wrap-rtl {float: right;}
.ui-jqgrid .ui-ellipsis {-moz-text-overflow:ellipsis;text-overflow:ellipsis;}

/* Toolbar Search Menu , Nav menu*/
.ui-search-menu, 
.ui-nav-menu {
	position: absolute; 
	padding: 2px 5px; 
	z-index:99999;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}
.ui-search-menu.ui-menu .ui-menu-item,
.ui-nav-menu.ui-menu .ui-menu-item
{ 
	list-style-image: none; 
	padding-right: 0; 
	padding-left: 0; 
}
.ui-search-menu.ui-menu .ui-menu-item a, 
.ui-nav-menu.ui-menu .ui-menu-item a 
{ 
	display: block; 
}
.ui-search-menu.ui-menu .ui-menu-item a.g-menu-item:hover,
.ui-nav-menu.ui-menu .ui-menu-item a.g-menu-item:hover 
{ 
	margin: -1px; 
	font-weight: normal; 
}
.ui-jqgrid .ui-search-table { padding: 0; border: 0 none; height:20px; width:100%;}
.ui-jqgrid .ui-search-table .ui-search-oper { width:20px; }
a.g-menu-item, a.soptclass, a.clearsearchclass { cursor: pointer; } 
.ui-jqgrid .ui-jqgrid-view input,
.ui-jqgrid .ui-jqgrid-view select,
.ui-jqgrid .ui-jqgrid-view textarea,
.ui-jqgrid .ui-jqgrid-view button {
    font-size: 11px;
}
.ui-jqgrid .ui-scroll-popup {width: 95px;}
.ui-search-table select,
.ui-search-table input 
{
	padding: 4px 3px;
}

.ui-jqgrid .ui-pg-table .ui-pg-button.ui-state-disabled:hover > .ui-separator {
	margin-left: 3px;
	margin-right: 3px;
}

.ui-jqgrid .ui-pg-table .ui-pg-button.ui-state-disabled:hover > .ui-pg-div > .ui-icon {
	margin-left: 3px;
	margin-right: 3px;
}
/* Column menu */
.ui-jqgrid .ui-jqgrid-htable .colmenu {
	position:absolute;
	right:1px;
	height:100%;
	color : black;
}
.ui-jqgrid .ui-jqgrid-htable .colmenu-rtl {
	right:auto;
	left : 1px;
}
.ui-jqgrid .ui-jqgrid-htable .colmenuspan {
	display:inline-block;
}

.ui-jqgrid .ui-jqgrid-htable .ui-th-div {
	height:17px;
	margin-top:5px;
	display:inine-block;
}
.column-menu, .ui-search-menu {
	padding: 10px 10px;
}
.column-menu .divider {
	background-color: #e5e5e5; 
	height: 1px;
	padding:0 0;
	margin: 5px 0;  
	overflow: hidden;
}
.ui-menu-item .ui-common-table .menu_icon {
	white-space: pre;
	padding-right: 4px;
	padding-left: 4px;
	width : auto;
}
.ui-menu-item .ui-common-table .menu_icon .ui-icon {
	display : inline-block;
	position: relative;
}
td.menu_text {
	width: auto;
	white-space: nowrap;
}
.ui-search-menu .ui-menu-item {
	padding : 0 0;
}
.ui-col-menu .ui-menu-item td.menu_text{
	padding-top: 0;
	padding-bottom: 0;
	padding-left : 1px;
}
.ui-col-menu .ui-menu-item td.menu_icon{
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: middle;
}
.ui-col-menu .ui-menu-item td.menu_icon input{
	margin: 2px 0;
	
}
#search_menu .ui-menu-item div {
	margin: 3px 0;
	white-space: nowrap;
}

#search_menu .ui-menu-item div input,
#search_menu .ui-menu-item div select
{
	padding: 3px 2px;
}
#search_menu  .search_buttons {
	display:inline-block;
	width:50%;
}
#column_menu.ui-menu .ui-menu-item {
	position :static;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 16, 2015, 10:24:01 AM
    Author     : tony
*/

.ui-jqgrid tr.jqgrow td { height: 26px;}
.ui-jqgrid .ui-pg-input,.ui-jqgrid .ui-jqgrid-toppager .ui-pg-input { height:20px }
.ui-state-hover
{
    border: .15em solid;
	border-color: inherit;

}
.ui-jqdialog .ui-jqdialog-titlebar  {
	height:29px;
	border-color: inherit;
}

.ui-jqdialog-content input.FormElement {
    padding: 0.25em;
}

.fm-button {
    height:30px;
}
#nData, #pData { height:20px; width:18px; }
/*Grid*/
.ui-jqgrid {
	position: relative; 
	border: 1px solid #ddd;      /*default*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ui-jqgrid .ui-jqgrid-view {
	position: relative;
	left:0; 
	top: 0; 
	padding: 0;
}
.ui-jqgrid .ui-common-table {}

/* Caption*/
.ui-jqgrid .ui-jqgrid-titlebar {
	font-weight: normal;
	min-height:37px; 
	padding: 4px 8px; 
	position: relative; 
	margin-right: 2px;
	border-bottom: 1px solid #ddd; /*default*/

}
.ui-jqgrid .ui-jqgrid-caption {
	text-align: left;
}
.ui-jqgrid .ui-jqgrid-title { 
	padding-top: 5px; 
	vertical-align: middle;
}
.ui-jqgrid .ui-jqgrid-titlebar-close { 
	color: inherit; 
	position: absolute;
	top: 50%; 
	margin: -10px 7px 0 0; 
	padding: 1px; 
	cursor:pointer;
}
.ui-jqgrid .ui-jqgrid-titlebar-close span { 
	display: block; 
	margin: 1px; 
}
.ui-jqgrid .ui-jqgrid-titlebar-close:hover {  }

/* Header*/
.ui-jqgrid .ui-jqgrid-hdiv {
	position: relative; 
	margin: 0;
	padding: 0; 
	overflow: hidden;
}
.ui-jqgrid .ui-jqgrid-hbox {
	float: left; 
	padding-right: 20px;
}
.ui-jqgrid .ui-jqgrid-htable { 
	margin-bottom: 0; 
	table-layout: fixed; 
	border-top:none;
}
.ui-jqgrid .ui-jqgrid-htable thead th {
	overflow : hidden; 
	border-bottom : none;
	padding-right: 2px;
}
.ui-jqgrid .ui-jqgrid-htable thead th div {
	overflow: hidden; 
	position:relative;
}
.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
	overflow: hidden;
	white-space: nowrap;
}
.ui-th-column-header, 
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column-header {
	overflow: hidden;
	white-space: nowrap;
}
.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {}
.ui-th-rtl, .ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {text-align: center; }
.ui-first-th-ltr { }
.ui-first-th-rtl { }
.ui-jqgrid tr.jqg-first-row-header th {
	height:auto; 
	border-top:none; 
	padding-bottom: 0;
	padding-top: 0;
	border-bottom: none; 
	padding-right: 2px;
	text-align: center;
}
.ui-jqgrid tr.jqg-second-row-header th,
.ui-jqgrid tr.jqg-third--row-header th
{
	border-top:none;
	text-align: center;
}

.ui-jqgrid .ui-th-div-ie {
	white-space: nowrap; 
	zoom :1; 
	height:17px;
}
.ui-jqgrid .ui-jqgrid-resize {
	height:20px !important;
	position: relative; 
	cursor :e-resize;
	display: inline;
	overflow: hidden;
}
.ui-jqgrid .ui-grid-ico-sort { 
	margin-left:5px; 
	overflow:hidden;
	position:absolute;
	right: auto;
	font-size:12px;
}
.ui-jqgrid .ui-icon-asc {
	margin-top:-3px;
}
.ui-jqgrid .ui-icon-desc {
	margin-top:4px;
}
.ui-jqgrid .ui-i-asc {
	margin-top:0;
}
.ui-jqgrid .ui-i-desc {
	margin-top:0;
	margin-right:13px;
}
.ui-jqgrid .ui-single-sort-asc {
	margin-top:0;
}
.ui-jqgrid .ui-single-sort-desc {}
.ui-jqgrid .ui-jqgrid-sortable {
	cursor:pointer;
}
.ui-jqgrid tr.ui-search-toolbar th { }
.ui-jqgrid .ui-search-table td.ui-search-clear { }
.ui-jqgrid tr.ui-search-toolbar td > input { }
.ui-jqgrid tr.ui-search-toolbar select {}

/* Body */ 
.ui-jqgrid .table-bordered,
.ui-jqgrid .table-bordered td,
.ui-jqgrid .table-bordered th.ui-th-ltr
{
	border-left:0px none !important;
}
.ui-jqgrid .table-bordered th.ui-th-rtl
{
	border-right:0px none !important;
}
.ui-jqgrid .table-bordered tr.ui-row-rtl td
{
	border-right:0px none !important;
	border-left: 1px solid #ddd !important;
}
div.tablediv > .table-bordered {
	border-left : 1px solid #ddd !important;
}
.ui-jqgrid  .ui-jqgrid-bdiv table.table-bordered td {
	border-top: 0px none;
}
.ui-jqgrid .ui-jqgrid-bdiv {
	position: relative; 
	margin: 0; 
	padding:0; 
	overflow: auto; 
	text-align:left; 
}
.ui-jqgrid .ui-jqgrid-btable {
	table-layout: fixed; 
	border-left:none ; 
	border-top:none; 
	margin-bottom: 0px
}
.ui-jqgrid tr.jqgrow {  
	outline-style: none; 
}
.ui-jqgrid tr.jqgroup {  
	outline-style: none; 
}
.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td { 
	overflow: hidden; 
	white-space: pre; 
	padding-right: 2px;
}
.ui-jqgrid tr.jqgfirstrow  td {
	height:auto; 
	border-top:none; 
	padding-bottom: 0;
	padding-top: 0;
	border-bottom: none; 
	padding-right: 2px;
}
.ui-jqgrid tr.jqgroup td { 
	white-space: nowrap;
}
.ui-jqgrid tr.jqfoot td {
	white-space: nowrap;
}
.ui-jqgrid tr.ui-row-ltr td {}
.ui-jqgrid tr.ui-row-rtl td {}
.ui-jqgrid td.jqgrid-rownum { }
.ui-jqgrid .ui-jqgrid-resize-mark { 
	width:2px; 
	left:0; 
	background-color:#777; 
	cursor: e-resize; 
	cursor: col-resize; 
	position:absolute; 
	top:0; 
	height:100px; 
	overflow:hidden; 
	display:none; 
	border:0 none; 
	z-index: 99999;

}
/* Footer */
.ui-jqgrid .ui-jqgrid-sdiv {
	position: relative; 
	margin: 0;
	padding: 0; 
	overflow: hidden; 
	border-left: 0 none !important; 
	border-top : 0 none !important; 
	border-right : 0 none !important;
}
.ui-jqgrid .ui-jqgrid-ftable {
	table-layout:fixed;
	margin-bottom:0;
}

.ui-jqgrid tr.footrow td {
	font-weight: bold; 
	overflow: hidden; 
	white-space:nowrap; 
	padding-right: 2px;
	border-bottom: 0px none;
}
.ui-jqgrid tr.footrow-ltr td {
	text-align:left;
}
.ui-jqgrid tr.footrow-rtl td {
	text-align:right;
}

/* Pager*/
.ui-jqgrid .ui-jqgrid-pager,
.ui-jqgrid .ui-jqgrid-toppager
{ 
	border-left-width: 0px;
	border-top: 1px solid #ddd;  
	/*padding : 4px 0px;*/
	position: relative; 
	/*height: auto; */
	white-space: nowrap;
	overflow: hidden;
}
.ui-jqgrid .ui-jqgrid-toppager {
	border-top-width :0;
	border-bottom : 1px solid #ddd;
}
.ui-jqgrid .ui-jqgrid-toppager .ui-pager-control, 
.ui-jqgrid .ui-jqgrid-pager .ui-pager-control {
	position: relative;
	border-left: 0;
	border-bottom: 0;
	border-top: 0; 
	/*height: 30px;*/
}
.ui-jqgrid .ui-pg-table {
	position: relative; 
	padding: 1px 0; 
	width:auto; 
	margin: 0;
}
.ui-jqgrid .ui-pg-table td {
	font-weight:normal; 
	vertical-align:middle; 
	/*padding:0px 6px;*/
}
.ui-jqgrid .ui-pager-control .ui-pager-table td {
	border-top : 0px none !important;
	min-height : 20px !important;
}
.ui-jqgrid .ui-pg-button  { 
	height:auto; 
}
.ui-jqgrid  .ui-paging-pager td {
	padding : 0 5px;
}
.ui-jqgrid .ui-pg-button span { 
	display: block; 
	margin: 0px 2px; 
	float:left;
}
.ui-jqgrid .ui-pg-button:hover {  }
.ui-jqgrid .ui-disabled:hover {}
.ui-jqgrid .ui-pg-input,
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-input { 
	display: inline-block;
	height:auto;
	width: auto;
	font-size:.9em; 
	margin:0;
	line-height: inherit;
	border: none; 
	padding: 0px 3px
}
.ui-jqgrid .ui-pg-selbox, 
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-selbox {
	font-size:.9em; 
	line-height:inherit; 
	display:block; 
	height:22px; 
	margin: 0; 
	padding: 3px 0px 3px 3px; 
	border:none;
}
.ui-jqgrid .ui-separator {
	height: 18px; 
	border : none;
	border-left: 2px solid #ccc ; /*default*/
	
}
.ui-separator-li {
	height: 2px; 
	border : none;
	border-top: 2px solid #ccc ;  /*default*/
	margin: 0; padding: 0; width:100%
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div,
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div
{
	float:left;
	position:relative; 
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-button,
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-button
{ 
	cursor:pointer; 
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div  span,
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div  span
{
	float:left;
}
.ui-jqgrid td input, 
.ui-jqgrid td select, 
.ui-jqgrid td textarea { 
	margin: 0;
}
.ui-jqgrid td textarea {
	width:auto;
	height:auto;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pager-table,
.ui-jqgrid .ui-jqgrid-toppager .ui-pager-table
{
	width:100%;
	table-layout:fixed;
	height:100%;
}
.ui-jqgrid .ui-jqgrid-pager .ui-paging-info,
.ui-jqgrid .ui-jqgrid-toppager .ui-paging-info
{ 
	font-weight: normal;
	height:auto; 
	margin-top:3px;
	margin-right:4px;
	display: inline;
}
.ui-jqgrid .ui-jqgrid-pager .ui-paging-pager,
.ui-jqgrid .ui-jqgrid-toppager .ui-paging-pager
{
	table-layout:auto;
	height:100%;
}
.ui-jqgrid .ui-jqgrid-pager .navtable,
.ui-jqgrid .ui-jqgrid-toppager .navtable
{
	float:left;
	table-layout:auto;
	height:100%;
}
.ui-jqgrid .ui-jqgrid-pager .navtable td,
.ui-jqgrid .ui-jqgrid-toppager .navtable td 
{ 
	padding : 0 5px;
}

/*Subgrid*/

.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {
	display: block;
}
.ui-jqgrid .ui-subgrid {
	margin:0;
	padding:0; 
	width:100%;
}
.ui-jqgrid .ui-subgrid table {
	table-layout: fixed;
}
.ui-jqgrid .ui-subgrid tr.ui-subtblcell td {}
.ui-jqgrid .ui-subgrid td.subgrid-data {
	border-top:  0 none !important;
}
.ui-jqgrid .ui-subgrid td.subgrid-cell { 
	vertical-align: middle
}
.ui-jqgrid a.ui-sghref {
	text-decoration: none;
	color : #010101; /*default*/
}
.ui-jqgrid .ui-th-subgrid {height:20px;}
.tablediv > .row { margin: 0 0}
/* loading */
.ui-jqgrid .loading {
	position: absolute; 
	top: 45%;
	left: 45%;
	width: auto;
	z-index:101;
	padding: 6px; 
	margin: 5px;
	text-align: center;
	display: none;
	border: 1px solid #ddd;  /*default*/
	font-size: 14px;
	background-color: #d9edf7;
}
.ui-jqgrid .jqgrid-overlay { 
	display:none;
	z-index:100;
}
/* IE * html .jqgrid-overlay {width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');} */
* .jqgrid-overlay iframe {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
/* IE width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
/* end loading div */

/* Toolbar */
.ui-jqgrid .ui-userdata {
	padding: 4px 0px; 
	overflow: hidden; 
	min-height: 32px; 
}
.ui-jqgrid .ui-userdata-top {
	border-left-width: 0px;    /*default*/
	border-bottom: 1px solid #ddd;	
}
.ui-jqgrid .ui-userdata-bottom {
	border-left-width: 0px;    /*default*/
	border-top: 1px solid #ddd;	
}
/*Modal Window */
.ui-jqdialog { }
.ui-jqdialog { 
	display: none; 
	width: 500px; 
	position: absolute; 
	/*padding: 5px; */
	overflow:visible;
}
.ui-jqdialog .ui-jqdialog-titlebar {
	padding: .1em .1em; 
	min-height: 35px; 
}
.ui-jqdialog .ui-jqdialog-title { 
	margin: .3em 0 .2em;  
	font-weight: bold;
	padding-left :6px;
	padding-right:6px;
} 
.ui-jqdialog .ui-jqdialog-titlebar-close { 
	position: absolute;  
	top: 0%; 
	margin: 3px 5px 0 0; 
	padding: 8px;  
	cursor:pointer;
}

.ui-jqdialog .ui-jqdialog-titlebar-close span {  }
.ui-jqdialog .ui-jqdialog-titlebar-close:hover, 
.ui-jqdialog .ui-jqdialog-titlebar-close:focus { 
	padding: 8px; 
}
.ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content { 
	border: 0; 
	padding: .3em .2em; 
	background: none; 
	height:auto;
}
.ui-jqdialog .ui-jqconfirm {
	padding: .4em 1em; 
	border-width:3px;
	position:absolute;
	bottom:10px;
	right:10px;
	overflow:visible;
	display:none;
	height:120px;
	width:220px;
	text-align:center;
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.ui-jqdialog>.ui-resizable-se { }
.ui-jqgrid>.ui-resizable-se { }
/* end Modal window*/
/* Form edit */
.ui-jqdialog-content .FormGrid { 
	margin: 0 8px 0 8px; 
	overflow:auto;
	position:relative;
}
.ui-jqdialog-content .EditTable { 
	width: 100%; 
	margin-bottom:0; 
}
.ui-jqdialog-content .DelTable { 
	width: 100%; 
	margin-bottom:0;
}
.EditTable td input, 
.EditTable td select, 
.EditTable td textarea { 
	width: 98%; 
	display: inline-block;
}
.EditTable td textarea { 
	width:auto; 
	height:auto;
}
.EditTable .FormData td { 
	height:37px !important;
}
.ui-jqdialog-content td.EditButton {
	text-align: right; 
	padding: 5px 5px 5px 0;
}
.ui-jqdialog-content td.navButton {
	text-align: center; 
	border-left: 0 none;
	border-top: 0 none;
	border-right: 0 none; 
	padding-bottom:5px; 
	padding-top:5px;
}
.ui-jqdialog-content input.FormElement {
	padding: .5em .3em; 
	margin-bottom: 5px
}
.ui-jqdialog-content select.FormElement {
	padding:.3em; 
	margin-bottom: 3px;
}
.ui-jqdialog-content .data-line {
	padding-top:.1em;
	border: 0 none;
}

.ui-jqdialog-content .CaptionTD {
	vertical-align: middle;
	border: 0 none; 
	padding: 2px;
	white-space: nowrap;
}
.ui-jqdialog-content .DataTD {
	padding: 2px; 
	border: 0 none; 
	vertical-align: top;
}
.ui-jqdialog-content .form-view-data {
	white-space:pre
}
.fm-button {  }
.fm-button-icon-left { 
	margin-left: 4px; 
	margin-right: 4px;  
}
.fm-button-icon-right { 
	margin-left: 4px; 
	margin-right: 4px; 
}
.fm-button-icon-left  {  }
.fm-button-icon-right  { }
#nData, #pData { 
	margin-left: 4px; 
	margin-right: 4px; 
}
#sData span, #cData span { 
	margin-left: 5px;
}
/* End Eorm edit */
/*.ui-jqgrid .edit-cell {}*/
.ui-jqgrid .selected-row, 
div.ui-jqgrid .selected-row td {
	font-style : normal;
}
/* inline edit actions button*/
.ui-inline-del, .ui-inline-cancel {
    margin-left: 14px;
}
.ui-jqgrid .inline-edit-cell {}
/* Tree Grid */
.ui-jqgrid .tree-wrap {
	float: left; 
	position: relative;
	height: 18px;
	white-space: nowrap;
	overflow: hidden;
}
.ui-jqgrid .tree-minus {
	position: absolute; 
	height: 18px; 
	width: 18px; 
	overflow: hidden;
}
.ui-jqgrid .tree-plus {
	position: absolute;	
	height: 18px; 
	width: 18px;	
	overflow: hidden;
}
.ui-jqgrid .tree-leaf {
	position: absolute;	
	height: 18px; 
	width: 18px;
	overflow: hidden;
}
.ui-jqgrid .treeclick {
	cursor: pointer;
}
/* moda dialog */
* iframe.jqm {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
/*	 width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
.ui-jqgrid-dnd tr td {
	border-right-width: 1px;
	border-right-color: inherit;
	border-right-style: solid; 
	height:20px
}
/* RTL Support */
.ui-jqgrid .ui-jqgrid-caption-rtl {
	text-align: right;
}
.ui-jqgrid .ui-jqgrid-hbox-rtl {
	float: right; 
	/*padding-left: 20px;*/
}
.ui-jqgrid .ui-jqgrid-resize-ltr {
	float: right;
	margin: -2px -2px -2px 0;
	height:100%;
}
.ui-jqgrid .ui-jqgrid-resize-rtl {
	float: left;
	margin: -2px -2px -2px -0px;
}
.ui-jqgrid .ui-sort-rtl {
	
}
.ui-jqgrid .tree-wrap-ltr {
	float: left;
}
.ui-jqgrid .tree-wrap-rtl {
	float: right;
}
.ui-jqgrid .ui-ellipsis {
	-moz-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
/* Toolbar Search Menu. Nav menu */
.ui-search-menu, 
.ui-nav-menu {
	position: absolute; 
	padding: 2px 5px; 
	z-index:99999;
}
.ui-search-menu.ui-menu .ui-menu-item,
.ui-nav-menu.ui-menu .ui-menu-item
{ 
	list-style-image: none; 
	padding-right: 0; 
	padding-left: 0; 
}
.ui-search-menu.ui-menu .ui-menu-item a, 
.ui-nav-menu.ui-menu .ui-menu-item a 
{ 
	display: block; 
}
.ui-search-menu.ui-menu .ui-menu-item a.g-menu-item:hover,
.ui-nav-menu.ui-menu .ui-menu-item a.g-menu-item:hover 
{ 
	margin: -1px; 
	font-weight: normal; 
}
.ui-jqgrid .ui-search-table { 
	padding: 0; 
	border: 0 none; 
	height:20px; 
	width:100%;
}
.ui-jqgrid .ui-search-table .ui-search-oper { 
	width:20px; 
}
a.g-menu-item, a.soptclass, a.clearsearchclass { 
	cursor: pointer; 
} 
.ui-jqgrid .ui-jqgrid-view input,
.ui-jqgrid .ui-jqgrid-view select,
.ui-jqgrid .ui-jqgrid-view textarea,
.ui-jqgrid .ui-jqgrid-view button {
    /*font-size: 11px*/
}
.ui-jqgrid .ui-scroll-popup {
	width: 100px;
}
.ui-search-table select,
.ui-search-table input 
{
	padding: 4px 3px;
}
	
.ui-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
 
.ui-jqgrid-pager .ui-pg-table .ui-pg-button:hover,
.ui-jqgrid-toppager .ui-pg-table .ui-pg-button:hover
{
	background-color: #ddd;
}
.ui-jqgrid-corner  {
	 border-radius: 5px
}
.ui-resizable-handle {
	/*position: absolute;*/
	display: block;
	left :97%;
}
.ui-jqdialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-top-corner {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.ui-bottom-corner {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.ui-search-table {
	margin-bottom: 0;
}
.ui-search-table .columns, .ui-search-table .operators {
	padding-right: 5px;
}
.opsel {
	float :left;
	width : 100px;
	margin-right : 5px;
}
.add-group, .add-rule, .delete-group {
	width: 14%;	
	margin-right : 5px;
}
.delete-rule {
	width : 15px;
}
ul.ui-search-menu, ul.ui-nav-menu {
	 list-style-type:  none;
}
ul.ui-search-menu li a, 
ul.ui-nav-menu li a,
.soptclass, 
.clearsearchclass {
	text-decoration: none;
	color : #010101;
}
ul.ui-search-menu li a:hover, ul.ui-nav-menu li a:hover, a.soptclass:hover, a.clearsearchclass:hover {
	background-color: #ddd;
	padding: 1px 1px;
	text-decoration: none;
}
ul.ui-search-menu li, ul.ui-nav-menu li {
	padding : 5px 5px;
}
.ui-menu-item hr {
	margin-bottom: 0px;
	margin-top:0px;
}

.searchFilter .ui-search-table td,
.searchFilter .ui-search-table th
{
	border-top: 0px none !important;
}

.searchFilter .queryresult {
	margin-bottom: 5px;
}
.searchFilter .queryresult tr td{
	border-top: 0px none;
}
.ui-search-label { 
	padding-left: 5px;
}

.frozen-div, .frozen-bdiv {
	background-color: #fff;
}
/*
.ui-jqgrid .ui-jqgrid-caption,
.ui-jqgrid .ui-jqgrid-pager,
.ui-jqgrid .ui-jqgrid-toppager,
.ui-jqgrid .ui-jqgrid-htable thead th,
.ui-jqgrid .ui-userdata-top,
.ui-jqgrid .ui-userdata-bottom,
.ui-jqgrid .ui-jqgrid-hdiv,
.ui-jqdialog .ui-jqdialog-titlebar
{
    background-image: none, linear-gradient(to bottom, #fff 0px, #e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #ccc;
    text-shadow: 0 1px 0 #fff;
}
*/
/* Column menu */
.ui-jqgrid .ui-jqgrid-htable .colmenu {
	position:absolute;
	right:1px;
	height:100%;
	color : black;
}
.ui-jqgrid .ui-jqgrid-htable .colmenu-rtl {
	right: auto;
	left : 1px;
}
.ui-jqgrid .ui-jqgrid-htable .colmenuspan {
	display:inline-block;
}

.ui-jqgrid .ui-jqgrid-htable .ui-th-div {
	height:17px;
	margin-top:5px;
	display:inine-block;
}
.column-menu, .ui-search-menu {
	padding: 10px 15px;
}
.column-menu .divider {
	background-color: #e5e5e5; 
	height: 1px;
	padding:0 0;
	margin: 5px 0;  
	overflow: hidden;
}
.ui-menu-item .ui-common-table .menu_icon {
	padding-right: 8px;
	padding-left: 8px;
}
td.menu_text {
	width: auto;
	padding-left: 1px;
	white-space: nowrap;
}
#search_menu .ui-menu-item div {
	padding: 3px 0;
	white-space: nowrap;
}

#search_menu  .search_buttons {
	display:inline-block;
	width:50%;
	padding: 3px 3px;
}
.search_buttons .btn-default:hover {
	padding-bottom: 6px;
	padding-top: 6px;
}
.search_buttons #bs_reset {
	margin-right: 3px;
}
.search_buttons #bs_search {
	margin-left: 3px;
}
@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1.0;
    }
}

.sol-container * {
    margin: 0;
    padding: 0;
}

.sol-inner-container {
    position: relative;
    height: 24px;
    line-height: 24px;
    background:#fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin:4px 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

.sol-container.sol-active .sol-inner-container {
    z-index: 9999;
    background: #fff;

    border-color: rgba(82, 168, 236, 0.8);

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}

.sol-input-container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 25px;
}

.sol-caret-container {
    position: absolute;
    display: inline-block;
    width: 25px;
    right: 0;
    top: 0;
    bottom: 0;
}

.sol-caret-container .sol-caret {
    position: relative;
    display: inline-block;
    left: 10px;
    top:10px;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.sol-input-container input[type="text"] {
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #555;
    padding: 0 7px;
    outline: none;
    width: 100%;
    height: 100%;
}

.sol-input-container input[type="text"]:-ms-input-placeholder {
    color: #ccc;

}

.sol-input-container input[type="text"]::-ms-clear {
    display: none;
}

.sol-selection-container {
    display: none;
}

.sol-container.sol-active .sol-selection-container {
    display: block;
    position: fixed;
    left: inherit;
    top: inherit;
    z-index: 10000;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
}

.sol-active.sol-selection-top .sol-selection-container {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;

    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .175);
    box-shadow: 0 0 12px rgba(0, 0, 0, .175);
}

.sol-active.sol-selection-top .sol-inner-container {
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;

    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.sol-active.sol-selection-bottom .sol-selection-container {
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
}

.sol-active.sol-selection-bottom .sol-inner-container {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;

    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.sol-action-buttons {
    color: #555;
    border-bottom: 1px solid #ccc;
    background: #eee;
    padding: 7px 10px;

    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.sol-action-buttons a {
    line-height: 1em;
    text-decoration: none;
    color: #0088cc;
    border-bottom: 1px solid transparent;
}

.sol-action-buttons a:hover {
    border-bottom: 1px solid #0088CC;
}

.sol-action-buttons .sol-select-all {
    float: left;
}

.sol-action-buttons .sol-deselect-all {
    float: right;
}

.sol-action-buttons .sol-clearfix {
    clear: both;
}

.sol-selection {
    overflow: auto;
    position: relative;
    min-height: 0px;
}

.sol-selection:empty {
    display: none;
}

.sol-option {
    display: block;
}

.sol-label {
    padding: 5px 10px;
    display: block;
    position: relative;
}

.sol-label-text {
    padding-left: 20px;
    line-height: 1.2em;
}

.sol-selection:not(.sol-keyboard-navigation) .sol-option:hover, .sol-option.keyboard-selection {
    background: #0088CC;
    color: #fff;
}

.sol-optiongroup {
    background: #f7f7f7;
    padding-bottom: 1px;
}

.sol-optiongroup-label {
    color: #555;
    background: #eee;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 3px 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.sol-optiongroup.disabled {
    color: #999;
}

.sol-selection div:first-child.sol-optiongroup > .sol-optiongroup-label {
    border-top: none;
}

.sol-checkbox, .sol-radio {
    position: absolute;
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    top: 4px;
}

.sol-selected-display-item,
.sol-results-count {
    display: inline-table;
    border: 1px solid #ccc;
    background: #f7f7f9;
    font-size: 0.9em;
    margin-right: 5px;
    margin-bottom: 5px;
    border-collapse: separate;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sol-selected-display-item-text {
    padding: 3px 5px;
    display: table-cell;
    vertical-align: top;
}

.sol-quick-delete {
    color: #777;
    display: table-cell;
    font-weight: bold;
    text-align: center;
    padding: 3px 5px;
    vertical-align: top;
}

.sol-quick-delete:hover {
    color: #111;
    cursor: pointer;
}

.sol-quick-delete + .sol-selected-display-item-text {
    padding-left: 0;
}

.sol-filtered-search {
    display: none;
}

.sol-no-results, .sol-loading-data {
    padding: 5px 0 5px 0;
    color: #999;
    font-style: italic;
    text-align: center;
}

.sol-loading-data {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* perfect-scrollbar v0.8.1 */
.ps {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: scroll !important;
    -ms-overflow-style: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}

.ps.ps--active-x > .ps__scrollbar-x-rail, .ps.ps--active-y > .ps__scrollbar-y-rail {
    display: block;
    background-color: transparent;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    background-color: #999;
    height: 8px;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background-color: #999;
    width: 11px;
}

.ps > .ps__scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps__scrollbar-x-rail */
    height: 8px;
}

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    position: absolute;
    /* please don't change 'position' */
    background-color: #aaa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    bottom: 0;
    /* there must be 'bottom' for ps__scrollbar-x */
    height: 6px;
}

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
    height: 8px;
}

.ps > .ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    z-index: 1;
    /* there must be 'right' for ps__scrollbar-y-rail */
    width: 15px;
}

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    position: absolute;
    /* please don't change 'position' */
    background-color: #aaa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    right: 0;
    /* there must be 'right' for ps__scrollbar-y */
    width: 6px;
}

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
    width: 11px;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    background-color: #999;
    height: 8px;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background-color: #999;
    width: 11px;
}

.ps > .ps__scrollbar-x-rail,
.ps > .ps__scrollbar-y-rail {
    opacity: 0.6;
}

.ps > .ps__scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
    background-color: #999;
}

.ps > .ps__scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
    background-color: #999;
}
/* ctrl + F fix*/
.ps::-webkit-scrollbar {
    display: none;
}

@supports (-ms-overflow-style: none) {
    .ps {
        -ms-overflow-style: none;
    }
}

@supports(scrollbar-width: none) {
    .ps {
        scrollbar-width: none
    }
}

.hmis .topcontainer.ps, .mainDashboardContainer.ps, .ft_container.ps, .hgt.ps,
.mainDashboardContainer .box-points.ps, .phDashboardContainer .box-points.ps,
.purchasedashboadmaindiv .box-points.ps, .purchasedashboard .box-points.ps,
.patient-dashboard-wrapper .left-panel.ps, .patient-dashboard-wrapper .right-panel.ps,
#patientHistory .modal-body.ps, .hmis .poorder-sechgt-terms.ps,
.hmis .Superlocktopcontainer.ps, .hmis .tmp.ps, .hmis .transfer-table.ps {
    overflow-x: scroll !important;
    overflow-y: scroll !important;
}
/* ctrl + F fix end*/

.ft_container table
{
    border-width: 0;
    margin: 0;
    border-collapse: unset !important;
    outline-style: none;
    font-size: 0.9em;
    width:100% !important;
    table-layout: fixed;
    border:1px solid #d7dbe3 !important;
}
.ft_container table thead
{
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select:none;
    width:100% !important;
}
.ft_container table tr{
    border-bottom:1px;
}
.ft_container table tr th
{
    font: normal 600 12px/24px 'Source Sans Pro';
    color: #72787f !important;
    background: #edf1f5;
    padding: 3px 8px;
    height: 24px;
    vertical-align: middle;
    border-left:1px solid #d7dbe3;
}
.ft_container table tr td
{
    font: normal normal 12px/22px 'Source Sans Pro';
    color: #000;
    border-bottom-width: 0;
    padding: 4px 8px 3px 8px;
    background: #fff;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
}
.ft_container table tr:first-child th{
    border-bottom: 0 !important;
    border-top: 0 !important;
}
.ft_container table tr:first-child td
{
    border-top-width: 1px; border-color: #d7dbe3;
}
.ft_container table tr th:first-child,.ft_container table tr td:first-child{
    border-left:0;
}
.ft_container table tr th,.ft_container table tr td{
    border-right:0;
}

.ft_container { overflow: hidden; padding: 0;}

.ft_rel_container { position: relative; overflow: hidden; border-width: 0px; width: 100%; height: 100%;z-index:1; }

.ft_r, .ft_rc { background-image: none; }
.ft_rc { position: absolute; z-index: 1005; }
.ft_r, .ft_c { position: relative; }

.ft_rwrapper, .ft_cwrapper { overflow: hidden; position: absolute; z-index: 1001; border-width: 0;  padding: 0; margin: 0;     width: 100% !important;}

.ft_scroller { overflow: auto; height: 100%; padding: 0; margin: 0;position: relative}

.ft_container tbody tr.ui-widget-content, thead.ui-widget-header { background-image: none; }

.ft_container table.sorttable thead tr th { cursor: pointer; }
.ft_container table thead tr th.fx_sort_bg{ background-image: url(/HEALOW/Content/app-style/img/bg.gif); background-position: right center; background-repeat: no-repeat; }
.ft_container table thead tr th.fx_sort_asc{ background-image: url(/HEALOW/Content/app-style/img/asc.gif); }
.ft_container table thead tr th.fx_sort_desc{ background-image: url(/HEALOW/Content/app-style/img/desc.gif); }
.modal .loader-template, .loader-template-healthnumber, .loader-template-abha-creation, .loader-template-nonkyc-abha-creation {
    background-color: rgba(0, 0, 0, 0.66);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 99999;
}
.modal-loading-outerwrapper{
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%; 
}

.modal-loading-innerwrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -128px;
    margin-top: -36px;
}

.modal-loading-innerwrapper i,.modal-loading-innerwrapper p{
    color:#ffffff;
}

.timeline-wrapper .startendtime{
    width: 120px;
    padding: 5px;
    height: auto;
    color:#fff;
    text-align:center;
    margin: 0 auto;
    font-size: 15px;
    background: #2f4459;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
    margin-bottom:0;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #2f4459;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:last-child{
    margin-bottom: 0;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 45%;
    float: left;
    border-radius: 4px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    background:#fff;
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 35px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 36px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 26px;
    left: 50%;
    margin-left: -25px;
    background-color: #fff;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    box-shadow: 0px 0px 3px 1px #373737;
    cursor:pointer;
}

.timeline > li > .timeline-badge i{
    top:8px;
}

.timeline > li > .timeline-badge > div{
    height: 35px;
    width: 35px;
    background-size: cover;
    margin: 0 auto;
    margin-top:6px;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}


.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-heading{
    margin: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 5px;
    background: #f6fafd;
    color: #2f4459;
}

.timeline-heading .glyphicon{
    top:2px;
    line-height: unset;
}
.timeline-title {
    color: inherit;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 13px;
}

.timeline-time{
    margin: 0;
    padding: 0;
    line-height: 10px;
    color: inherit;
    font-size: 14px;
}

.timeline-body,.timeline-footer{
    padding:5px;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 45px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}
#patientTimeLine .modal-body{
    background:#eaeef3;
    max-height:768px;
}
.timelineBodyWrapper{
    position:relative;
    max-height:736px;
}
@font-face {
    font-family: 'patient-dashboard';
    src: url(/HEALOW/Content/app-style/fonts/patient-dashboard.eot?49r0x3);
    src: url(/HEALOW/Content/app-style/fonts/patient-dashboard.eot?49r0x3#iefix) format('embedded-opentype'), url(/HEALOW/Content/app-style/fonts/patient-dashboard.ttf?49r0x3) format('truetype'), url(/HEALOW/Content/app-style/fonts/patient-dashboard.woff?49r0x3) format('woff'), url(/HEALOW/Content/app-style/fonts/patient-dashboard.svg?49r0x3#patient-dashboard) format('svg');
    font-weight: normal;
    font-style: normal;
}

.patientDashboard [class^="icon-"], #patientTimeLine [class^="icon-"],
.patientDashboard [class*=" icon-"], #patientTimeLine [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'patient-dashboard' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #2f4459;
    font-size: 30px !important;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.patientDashboard .span-left {
    display: inline-block;
    width: 44%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.patientDashboard .span-right {
    display: inline-block;
    width: 54%;
    text-align: left;
    padding-left: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icon-report-verification:before {
    content: "\e1200";
}

.icon-vitals:before {
    content: "\e1201";
}

.icon-patient-symptoms:before {
    content: "\e1202";
}

.icon-report:before {
    content: "\e1203";
}

.icon-complaints:before {
    content: "\e1204";
}

.icon-verified:before {
    content: "\e1205";
}

.icon-investigation:before {
    content: "\e1206";
}

.icon-rx:before {
    content: "\e1207";
}

.icon-operation-theater:before {
    content: "\e1208";
}

.icon-invest-result:before {
    content: "\e1209";
}

.icon-house-keeping:before {
    content: "\e120a";
}

.icon-health-checkup:before {
    content: "\e90b";
}

.icon-doctor-visit:before {
    content: "\e120c";
}

.icon-discharge-intimation:before {
    content: "\e120d";
}

.icon-discharge:before {
    content: "\e120e";
}

.icon-admission:before {
    content: "\e120f";
}

.icon-health-status:before {
    content: "\e1300";
}

.icon-checkup:before {
    content: "\e1301";
}

.icon-bp:before {
    content: "\e1302";
}

.icon-blood-transfusion:before {
    content: "\e1303";
}

.icon-timeline:before {
    content: "\e1304";
}

.icon-temperature:before {
    content: "\e1305";
}

.icon-surgery:before {
    content: "\e1306";
}

.icon-symptoms:before {
    content: "\e1307";
}

.icon-so2:before {
    content: "\e1308";
}

.icon-weight:before {
    content: "\e1309";
}

.icon-review-of-system:before {
    content: "\e130a";
}

.icon-respiration:before {
    content: "\e130b";
}

.icon-pulse:before {
    content: "\e130c";
}

.icon-medication2:before {
    content: "\e130d";
}

.icon-medication:before {
    content: "\e130e";
}

.icon-labs:before {
    content: "\e130f";
}

.icon-intake:before {
    content: "\e1400";
}

.icon-height:before {
    content: "\e1401";
}

.icon-doctor-notes:before {
    content: "\e1402";
}

.icon-diagnosis:before {
    content: "\e1403";
}

.icon-allergies:before {
    content: "\e1404";
}

.icon-family-history:before {
    content: "\e1405";
}

.icon-report:before {
    content: "\e1203";
}
.icon-edit:before {
    content: "\e902";
}

.icon-venus-double:before {
    content: "\e900";
}




/*backgrounds*/
/*.patient-medical-history-box .bg-red{
    background:#F44336;
    border-color: #F44336 !important;
}
.patient-medical-history-box .bg-pink{
    background:#E91E63;
    border-color: #E91E63 !important;
}
.patient-medical-history-box .bg-purple{
    background:#9C27B0;
    border-color: #9C27B0 !important;
}
.patient-medical-history-box .bg-deep-purple{
    background:#673AB7;
    border-color: #673AB7 !important;
}
.patient-medical-history-box .bg-indigo{
    background:#3F51B5;
    border-color: #3F51B5 !important;
}
.patient-medical-history-box .bg-blue{
    background:#2196F3;
    border-color: #2196F3 !important;
}
.patient-medical-history-box .bg-light-blue{
    background:#03A9F4;
    border-color: #03A9F4 !important;
}
.patient-medical-history-box .bg-cyan{
    background:#00BCD4;
    border-color: #00BCD4 !important;
}
.patient-medical-history-box .bg-teal{
    background:#009688;
    border-color: #009688 !important;
}
.patient-medical-history-box .bg-light-green{
    background:#8BC34A;
    border-color: #8BC34A !important;
}
.patient-medical-history-box .bg-lime{
    background:#CDDC39;
    border-color: #CDDC39 !important;
}
.patient-medical-history-box .bg-amber{
    background:#FFC107;
    border-color: #FFC107 !important;
}
.patient-medical-history-box .bg-deep-orange{
    background:#FF5722;
    border-color: #FF5722 !important;
}*/
#patientHistory .modal-body {
    max-height: 560px;
    overflow: hidden;
}

.patientDashboard h3 {
    color: #35bc7f;
    font-weight: 600;
    font-size: 16px;
    padding: 5px;
}

.patient-dashboard-wrapper {
    max-height: 690px;
    height: 690px;
    background: rgb(245, 245, 245);
}

    .patient-dashboard-wrapper .left-panel, .patient-dashboard-wrapper .right-panel {
        overflow: hidden;
    }

    .patient-dashboard-wrapper .left-panel {
        height: 656px;
        background: #f6fafd;
    }

    .patient-dashboard-wrapper .right-panel {
        padding-top: 10px;
        background: #fff;
        position: relative;
    }

    .patient-dashboard-wrapper .patient-details-box {
        color: #5d6771;
        /*box-shadow: 2px 1px 2px #e9e9e9;*/
        padding: 10px 10px 0 10px;
        -ms-word-break: break-word;
        word-break: break-word;
        overflow: hidden;
    }

    .patient-dashboard-wrapper .patient-medical-history-box {
        position: relative;
        height: calc(100vh - 192px);
        color: #5d6771;
        padding-top: 8px;
    }

    .patient-dashboard-wrapper .patient-details-box .p-name-patient-dashboard {
        width: 100%;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        margin-left: 5px;
    }

    .patient-dashboard-wrapper .patient-details-box .p-age-gender-patient-dashboard {
        font-size: 13px;
        color: #5d6771;
        margin-left: 5px;
        padding: 5px;
    }

    .patient-dashboard-wrapper .patient-details-box .p-other-details p {
        margin: 0 0 5px;
    }

    .patient-dashboard-wrapper .patient-details-box .p-other-details > h3 {
        font: normal 600 14px/24px 'Source Sans Pro' !important;
        color: #313942 !important;
    }

    .patient-dashboard-wrapper .patient-details-box .img-wrapper {
        position: relative;
        width: 35%;
        display: inline-block;
        overflow: hidden;
    }

    .patient-dashboard-wrapper .patient-details-box .patient-name-wrapper {
        position: relative;
        top: -12px;
        width: 60%;
        display: inline-block;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .patient-dashboard-wrapper .patient-details-box .img-user-avatar {
        height: 100px;
        width: 100px;
        margin: 0 auto;
    }

    .patient-dashboard-wrapper .patient-details-box .patient-regno-wrapper {
        background: rgba(0,0,0,.54);
        bottom: 0;
        color: #fff;
        font-size: 12px;
        left: 0;
        line-height: 12px;
        position: absolute;
        padding: 8px 0 8px 0;
        text-align: center;
        width: 100%;
    }

    .patient-dashboard-wrapper .patient-details-box .img-thumbnail {
        background-color: #e6e6e6;
        border: 0;
    }

    .patient-dashboard-wrapper .patient-other-details {
        height: 40px;
    }

        .patient-dashboard-wrapper .patient-other-details .btn-toggle {
            height: 32px !important;
        }

        .patient-dashboard-wrapper .patient-other-details #ipno-apptno-list-dashboard {
            max-height: 300px;
            overflow: auto;
            padding-top: 0;
        }

    .patient-dashboard-wrapper .patient-medical-history-box .panel-bd {
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }

    .patient-dashboard-wrapper .patient-medical-history-box .statistic-box h2 {
        float: right;
        margin: 0;
        font-size: 35px;
        opacity: 0.5;
        font-weight: 600;
    }

    .patient-dashboard-wrapper .patient-medical-history-box .cardbox .cardbox-heading {
        color: #848484 !important;
        font-size: 14px;
    }

    .patient-dashboard-wrapper .patient-medical-history-box .cardbox {
        /*important added to prevent override from bootstrap on old design page*/
        color: #848484 !important;
        height: 120px;
        box-shadow: none;
        border: 1px dashed #ddd;
        margin-bottom: 10px;
    }

    .patient-dashboard-wrapper .patient-medical-history-box .vital-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .patient-dashboard-wrapper .patient-medical-history-box .vital-item {
        display: flex;
        text-align: center;
        order: 1;
        -ms-flex-flow: column;
        -webkit-flex-flow: column;
        flex-flow: column;
    }

        .patient-dashboard-wrapper .patient-medical-history-box .vital-item h4 {
            font-size: 14px;
            margin: 5px 0 0 0;
        }

        .patient-dashboard-wrapper .patient-medical-history-box .vital-item h5 {
            margin: 5px 0 0 0;
        }

    .patient-dashboard-wrapper .patient-medical-history-box .cardbox .lnk-history {
        color: #2f4459;
        text-decoration: none;
        cursor: pointer;
    }

        .patient-dashboard-wrapper .patient-medical-history-box .cardbox .lnk-history:hover {
            color: #35bc7f;
        }

    .patient-dashboard-wrapper .patient-medical-history-box .cardbox .panel-body {
        padding: 10px;
        background: #fff;
        height: 90px;
    }

    .patient-dashboard-wrapper .patient-medical-history-box .cardbox .panel-footer {
        padding: 5px 5px;
        background-color: #f6fafd;
        border-top: 1px solid #f1f1f1;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        height: 28px;
    }

        .patient-dashboard-wrapper .patient-medical-history-box .cardbox .panel-footer .lnk-new i,
        .patient-dashboard-wrapper .patient-medical-history-box .cardbox .panel-footer .lnk-history i {
            color: #2f4459;
            font-size: 17px;
        }

            .patient-dashboard-wrapper .patient-medical-history-box .cardbox .panel-footer .lnk-new i:hover,
            .patient-dashboard-wrapper .patient-medical-history-box .cardbox .panel-footer .lnk-history i:hover {
                color: #35bc7f;
            }

    .patient-dashboard-wrapper a.lnk-new.disabled,
    .patient-dashboard-wrapper a.lnk-history.disabled {
        background: transparent;
        opacity: 0.5;
    }

/*accordion*/
#patientHistory .accordion {
    background-color: #f6fafd;
    width: 100%;
    margin: -10px auto;
    /*border-top: 6px solid #44BBA4;*/
    line-height: 1.6;
    box-shadow: 5px 5px 10px 0px #a4bac1;
}

#patientHistory .accordion-item {
    border-bottom: 1px solid #dce7eb;
}

#patientHistory .accordion-title {
    padding: 10px 15px 10px 40px;
    display: block;
    position: relative;
    font-weight: 400;
}

    #patientHistory .accordion-title a {
        display: block;
        width: 100%;
    }

#patientHistory .accordion h5 {
    border-bottom: 1px solid #fefffa;
    display: inline-block;
    color: #2f4459;
    font-weight: 600;
}

#patientHistory .accordion:hover,
#patientHistory .accordion:focus {
    cursor: pointer;
    outline: none;
}

#patientHistory .accordion h5:hover, #patientHistory .accordion h5:focus {
    border-bottom-color: #a8bdc4;
    display: inline-block;
}

#patientHistory .accordion-title a.collapsed h5:before {
    font-family: FontAwesome;
    content: "\f055";
    font-size: 20px;
    position: absolute;
    left: 15px;
    top: 26px;
    color: #35bc7f;
}

#patientHistory .accordion-title a h5:before {
    font-family: FontAwesome;
    content: "\f056";
    font-size: 20px;
    position: absolute;
    left: 15px;
    top: 26px;
    color: #35bc7f;
}

#patientHistory .accordion-content-inner {
    padding: 10px 40px;
}

#patientHistory .accordion-content {
    -moz-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
    height: 0;
    overflow: hidden;
}

#patientHistory .badge.bg-danger {
    background: #fc2f2f !important;
}

#patientHistory span.text-danger {
    color: #fc2f2f !important;
}
/*accordion end*/

@media screen and (max-width:1024px) {
    .patient-dashboard-wrapper .patient-medical-history-box .vital-item h4,
    .patient-dashboard-wrapper .patient-medical-history-box .cardbox .cardbox-heading {
        font-size: 13px;
    }

    .patient-dashboard-wrapper .patient-details-box .patient-name-wrapper {
        top: 0;
    }

    .patient-dashboard-wrapper .patient-details-box .img-user-avatar {
        height: 85px;
    }
}

.select2-selection__rendered {
    float: left;
    width: calc(100% - 28px);
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 24px;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font: normal normal 13px/23px 'Source sans pro';
        }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px;
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .select2-container .select2-search--inline {
        float: left;
    }

        .select2-container .select2-search--inline .select2-search__field {
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none;
            }

.select2-dropdown {
    background-color: white;
    border: 1px solid #e0e3e8;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1040;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.select2-results__options li:first-child {
    height: 24px;
}

.select2-results__option {
    font: normal normal 13px/24px 'Source Sans Pro';
    padding: 0 6px;
    user-select: none;
    -webkit-user-select: none;
}

    .select2-results__option[aria-selected] {
        cursor: pointer;
    }

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        padding-right: 24px;
        width: 100%;
        box-sizing: border-box;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.dvHeight .select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.select2-container--default .select2-selection--single,
.select2-container--bootstrap .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered,
    .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
        text-align: left;
        margin-left: 4px !important;
        padding: 0;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear,
    .select2-container--bootstrap .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder,
    select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow,
    .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b,
        .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear,
select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow,
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled,
.select2-container--bootstrap.select2-container--disabled {
    pointer-events: none;
}

    .select2-container--default.select2-container--disabled .select2-selection--single,
    .select2-container--bootstrap.select2-container--disabled .select2-selection--single {
        background-color: #eee;
        cursor: default;
    }

        .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear,
        .select2-container--bootstrap.select2-container--disabled .select2-selection--single .select2-selection__clear {
            display: none;
        }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple,
.select2-container--bootstrap .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered,
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder,
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear,
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice,
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
        .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333;
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--bootstrap.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove,
.select2-container--bootstrap.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--bootstrap .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
}

.select2-container--default .select2-results > .select2-results__options,
.select2-container--bootstrap .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group],
.select2-container--bootstrap .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true],
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
    color: #999;
    cursor: not-allowed
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option,
.select2-container--bootstrap .select2-results__option .select2-results__option {
    padding-left: 1em;
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group,
    .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0;
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option,
    .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option,
        .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em;
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option,
            .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em;
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option,
                .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em;
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option,
                    .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em;
                    }

.select2-container--default .select2-results__group,
.select2-container--bootstrap .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-results__option {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--default .select2-selection--single,
.select2-container--bootstrap .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e0e3e8;
}

    .select2-container--default .select2-selection--single:focus,
    .select2-container--bootstrap .select2-selection--single:focus {
        font: normal normal 12px/18px 'Open Sans', sans-serif;
        border-color: #35bc7f;
    }

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    color: #5d6771;
    text-decoration: none;
    outline: 0;
    background-color: #eaecf0;
    cursor: pointer;
    user-select: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus,
.select2-container--bootstrap .select2-search--dropdown .select2-search__field:focus {
    background-color: #fff;
    border: 1px solid #35bc7f;
}

.select2-selection__rendered {
    float: left;
    width: calc(100% - 28px);
}

.multisearch-icon {
    position: absolute;
    top: 9px;
    right: 10px;
}

.multiselect-close {
    position: absolute;
    top: 8px;
    right: 10px;
    font-style: normal;
    font-size: 10px;
    font-weight: 700;
    color: #3a3a3a;
    border: 1px solid #3a3a3a;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
}

.selectpicker select {
    -moz-appearance: window;
    -webkit-appearance: none;
}

.selectpicker {
    height: 24px;
    font: normal normal 13px/24px 'Source sans pro';
    color: #000;
    padding: 0 6px;
    box-shadow: none;
    outline: none;
    border: 1px solid #e0e3e8;
    display: block;
    width: 100%;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    margin: 0;
    z-index: 0;
}

.select2-search__field {
    height: 28px;
    font: normal normal 13px/24px 'Source sans pro';
    color: #000;
    padding: 0 6px;
    box-shadow: none;
    outline: none;
    border: 1px solid #e0e3e8;
    display: block;
    width: 100%;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    margin: 0;
    z-index: 0;
}

table span.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    width: calc(100% - 28px);
}

.select2-custom-optionlist-display {
    display: table;
}

.selectpicker-dir-rtl {
    left: auto !important;
    right: 0;
}

/*!
 * Select2 Bootstrap Theme v0.1.0-beta.10 (https://select2.github.io/select2-bootstrap-theme)
 * Copyright 2015-2017 Florian Kissling and contributors (https://github.com/select2/select2-bootstrap-theme/graphs/contributors)
 * Licensed under MIT (https://github.com/select2/select2-bootstrap-theme/blob/master/LICENSE)
 */

.select2-container--bootstrap {
    display: inline-block;
    /*------------------------------------*      #COMMON STYLES
  \*------------------------------------*/
    /**
   * Search field in the Select2 dropdown.
   */
    /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
    /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
    /**
   * Clear the selection.
   */
    /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
    /*------------------------------------*      #DROPDOWN
  \*------------------------------------*/
    /**
   * Dropdown border color and box-shadow.
   */
    /**
   * Limit the dropdown height.
   */
    /*------------------------------------*      #SINGLE SELECT2
  \*------------------------------------*/
    /*------------------------------------*    #MULTIPLE SELECT2
  \*------------------------------------*/
    /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
    /* 1 */
    /*------------------------------------*    #RTL SUPPORT
  \*------------------------------------*/
}

    .select2-container--bootstrap .select2-selection {
        background-color: #fff;
        border: 1px solid #e0e3e8;
        border-radius: 4px;
        font-size: 14px;
        outline: 0;
    }

        .select2-container--bootstrap .select2-selection.form-control {
            border-radius: 4px;
        }

    .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
        background-color: #fff;
        border: 1px solid #e0e3e8;
        border-radius: 4px;
        color: #555555;
        font-size: 14px;
    }

    .select2-container--bootstrap .select2-search__field {
        outline: 0;
        /* Firefox 18- */
        /**
     * Firefox 19+
     *
     * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
     */
    }

        .select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
            color: #999;
        }

        .select2-container--bootstrap .select2-search__field:-moz-placeholder {
            color: #999;
        }

        .select2-container--bootstrap .select2-search__field::-moz-placeholder {
            color: #999;
            opacity: 1;
        }

        .select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
            color: #999;
        }

    .select2-container--bootstrap .select2-results__group {
        display: block;
        line-height: 1.42857143;
        white-space: nowrap;
    }

    .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
        border-color: transparent transparent #999 transparent;
        border-width: 0 4px 4px 4px;
    }

    .select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-color: transparent;
    }

    .select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-top-color: transparent;
    }

    .select2-container--bootstrap .select2-selection__clear {
        color: #999;
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-right: 10px;
    }

        .select2-container--bootstrap .select2-selection__clear:hover {
            color: #333;
        }

    .select2-container--bootstrap.select2-container--disabled .select2-selection {
        border-color: #ccc;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .select2-container--bootstrap.select2-container--disabled .select2-selection,
    .select2-container--bootstrap.select2-container--disabled .select2-search__field {
        cursor: not-allowed;
    }

    .select2-container--bootstrap.select2-container--disabled .select2-selection,
    .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
        background-color: #eeeeee;
    }

    .select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
    .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
        display: none;
    }

    .select2-container--bootstrap .select2-dropdown {
        overflow-x: hidden;
        margin-top: -1px;
    }

    .select2-container--bootstrap .select2-dropdown--above {
        margin-top: 1px;
    }

    .select2-container--bootstrap .select2-results > .select2-results__options {
        max-height: 200px;
        overflow-y: auto;
    }

    .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
        position: absolute;
        bottom: 0;
        right: 12px;
        top: 0;
        width: 4px;
    }

    .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--bootstrap .select2-selection--single.input-sm,
    .input-group-sm .select2-container--bootstrap .select2-selection--single,
    .form-group-sm .select2-container--bootstrap .select2-selection--single {
        border-radius: 3px;
        font-size: 12px;
        height: 30px;
        line-height: 1.5;
        padding: 5px 22px 5px 10px;
        /* 2 */
    }

        .select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b,
        .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
        .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
            margin-left: -5px;
        }

    .select2-container--bootstrap .select2-selection--single.input-lg,
    .input-group-lg .select2-container--bootstrap .select2-selection--single,
    .form-group-lg .select2-container--bootstrap .select2-selection--single {
        border-radius: 6px;
        font-size: 18px;
        height: 46px;
        line-height: 1.3333333;
        padding: 10px 31px 10px 16px;
        /* 1 */
    }

        .select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow,
        .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
        .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
            width: 5px;
        }

            .select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b,
            .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
            .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
                border-width: 5px 5px 0 5px;
                margin-left: -5px;
                margin-left: -10px;
                margin-top: -2.5px;
            }

    .select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
        /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
    }

        .select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #999 transparent;
            border-width: 0 5px 5px 5px;
        }

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
    /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}

    .input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: transparent transparent #999 transparent;
        border-width: 0 5px 5px 5px;
    }

.select2-container--bootstrap[dir="rtl"] {
    /**
     * Single Select2
     *
     * 1. Makes sure that .select2-selection__placeholder is positioned
     *    correctly.
     */
    /**
     * Multiple Select2
     */
}

    .select2-container--bootstrap[dir="rtl"] .select2-selection--single {
        padding-left: 24px;
        padding-right: 12px;
    }

        .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
            padding-right: 0;
            padding-left: 0;
            text-align: right;
            /* 1 */
        }

        .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
            float: left;
        }

        .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
            left: 12px;
            right: auto;
        }

            .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
                margin-left: 0;
            }

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * @see http://getbootstrap.com/components/#input-groups
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
/**
 * Reset rounded corners
 */
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group > .select2-container--bootstrap {
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 0;
    /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
    /**
   * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
   * Multi Select2's height which - depending on how many elements have been selected -
   * may grow taller than its initial size.
   *
   * @see http://getbootstrap.com/components/#input-groups
   */
}

    .input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control {
        float: none;
    }

    .input-group > .select2-container--bootstrap.select2-container--open, .input-group > .select2-container--bootstrap.select2-container--focus {
        z-index: 3;
    }

    .input-group > .select2-container--bootstrap,
    .input-group > .select2-container--bootstrap .input-group-btn,
    .input-group > .select2-container--bootstrap .input-group-btn .btn {
        vertical-align: top;
    }

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
    position: absolute !important;
    width: 1px !important;
}

/**
 * Display override for inline forms
 */
@media (min-width: 768px) {
    .form-inline .select2-container--bootstrap {
        display: inline-block;
    }
}

