/* Minification failed. Returning unminified contents.
(8849,1): run-time error CSS1019: Unexpected token, found '@import'
(8849,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:200,300,400,500,600,700|Prompt:200,300,400,500,600,700')'
(16239,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(16240,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(16337,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(16338,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(16435,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(16436,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*! jQuery UI - v1.10.4 - 2014-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery 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-clearfix {
    min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0; /* support: IE7 */
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
    padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.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-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible; /* removes extra width in IE */
}

    .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: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

/* button sets */
.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
    }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.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: 2px;
    }

        .ui-datepicker .ui-datepicker-prev-hover span,
        .ui-datepicker .ui-datepicker-next-hover span {
            top: 2px;
            background-color: #654fa1;
            border-radius: 50px;
        }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 2px;
    }

    .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;
        font-size: 14px;
        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: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .8em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: 0.3em 0;
        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: .1em;
            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;
    }

.ui-dialog {
    overflow: hidden;
    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-se {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        width: 100%;
        /* support: IE10, see #8844 */
        list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    }

    .ui-menu .ui-menu-divider {
        margin: 5px -2px 5px -2px;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-menu-item a {
        text-decoration: none;
        display: block;
        padding: 2px .4em;
        line-height: 1.5;
        min-height: 0; /* support: IE7 */
        font-weight: normal;
    }

        .ui-menu .ui-menu-item a.ui-state-focus,
        .ui-menu .ui-menu-item a.ui-state-active {
            font-weight: normal;
            margin: -1px;
        }

    .ui-menu .ui-state-disabled {
        font-weight: normal;
        margin: .4em 0 .2em;
        line-height: 1.5;
    }

        .ui-menu .ui-state-disabled a {
            cursor: default;
        }

/* icon support */
.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item a {
        position: relative;
        padding-left: 2em;
    }

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}

.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("images/animated-overlay.gif");
        height: 100%;
        filter: alpha(opacity=25);
        opacity: 0.25;
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}

.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-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 16px;
        height: 16px;
        border-radius: 50px;
        cursor: default;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    /* For IE8 - See #6727 */
    .ui-slider.ui-state-disabled .ui-slider-handle,
    .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: 5px;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -7px;
        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-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.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;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position: -65px -16px;
}

.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;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.ui-widget-content, .custom_RangeSlider .ui-widget-content {
    border: none;
    background: #f2f2f3;
    color: #222222;
    /*width: 80%;*/
    display: block;
    margin: 0px auto;
    padding: 0px;
}

    .ui-widget-content a, .custom_RangeSlider .ui-widget-content a {
        color: #222222;
    }

.ui-widget-header, .custom_RangeSlider .ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #b1b2b2 none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #f2f2f3;
    }

    /* Interaction states
----------------------------------*/
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        /*border: 1px solid #654ea0;*/
        background: #654ea0;
        font-weight: normal;
        color: #fff;
        text-align: center;
        /*border-radius: 50px;*/
    }

        .ui-state-default a,
        .ui-state-default a:link,
        .ui-state-default a:visited {
            color: #555555;
            text-decoration: none;
        }
/*.ui-state-hover{color:#a4a4a4  !important}*/


/*.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 {
        border: none;
        background: #36418b;
        font-weight: normal;
        color: #212121;
        cursor: pointer;
        outline: none;
    }*/

.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 {
    color: #212121;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: none;
    background: #4652a4;
    font-weight: normal;
    color: #fff;
}

    .ui-widget-content .ui-state-active:hover,
    .ui-widget-header .ui-state-active:hover,
    .ui-state-highlight:hover {
        color: #fff !important;
    }

.ui-state-hover:hover {
    color: #fff !important;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: none;
    /*background: #57ba46;*/
    color: #fff;
    /*color: #363636;*/
}

    .ui-state-highlight a,
    .ui-widget-content .ui-state-highlight a,
    .ui-widget-header .ui-state-highlight a {
        color: #363636;
    }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a;
}

    .ui-state-error a,
    .ui-widget-content .ui-state-error a,
    .ui-widget-header .ui-state-error a {
        color: #cd0a0a;
    }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.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;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

    .ui-state-disabled .ui-icon {
        filter: Alpha(Opacity=35); /* For IE8 - See #6059 */
    }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(../Content/CalenderAssets/jquery-ui/css/ui-lightness/images/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(../Content/CalenderAssets/jquery-ui/css/ui-lightness/images/ui-icons_888888_256x240.png);
}

/*.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(../Content/CalenderAssets/jquery-ui/css/ui-lightness/images/ui-icons_454545_256x240.png);
}*/

.ui-state-active .ui-icon {
    background-image: url(../Content/CalenderAssets/jquery-ui/css/ui-lightness/images/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(../Content/CalenderAssets/jquery-ui/css/ui-lightness/images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(../Content/CalenderAssets/jquery-ui/css/ui-lightness/images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-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: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}*/

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}


.rangeSlider_Value {
    margin-top: 20px;
}

    .rangeSlider_Value input[type="text"] {
        width: 55px;
        margin: 0 5px;
        text-align: center;
        border-radius: 4px;
        box-shadow: 0 0 15px #ddd;
        border: none;
    }

.custom_RangeSlider {
    margin: 20px 30px;
}







/*----------Calender Styling------------*/
.CalendarMain .ui-widget-content {
    width: 80%;
}

.CalendarMain #divCalendar.divCalendar.dateCalcender.hasDatepicker {
    background: #654fa1;
    border-radius: 8px;
    margin: 0 auto;
    width: 95%;
}

.CalendarMain .ui-state-default,
.CalendarMain .ui-widget-content .ui-state-default,
.CalendarMain .ui-widget-header .ui-state-default {
    background: #9b8cc2;
    border: 1px solid #4652a4;
    border-radius: 0;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    padding: 0.1em;
    margin: 1px;
}

    .CalendarMain .ui-state-default.ui-state-active {
        background: #51bb6b;
    }

.CalendarMain .ui-datepicker th {
    padding: 0px;
}

.CalendarMain .ui-datepicker .ui-datepicker-title select {
    font-size: 18px;
    margin: 1px 0;
}

.CalendarMain .ui-datepicker select.ui-datepicker-month,
.CalendarMain .ui-datepicker select.ui-datepicker-year {
    margin-right: 5px !important;
    width: 46%;
    background: #9b8cc2 url(../Images/Calendar-ddIcon.png) 90% 12px no-repeat;
    font-size: 16px;
    box-shadow: none;
}

.CalendarMain .ui-datepicker .ui-datepicker-next {
    background: url("../Images/next.png") no-repeat scroll 8px 3px  ;
    border-radius: 50%;
    right: -40px;
    top: 110px;
}

.CalendarMain .ui-datepicker .ui-datepicker-prev {
    background: url("../Images/pre.png") no-repeat scroll 4px 3px;
    left: -40px;
    border-radius: 50%;
    top: 110px;
}

.CalendarMain .ui-state-default.ui-priority-movein {
    background: #ff0000;
}

.CalendarMain .ui-datepicker .ui-datepicker-prev,
.CalendarMain .ui-datepicker .ui-datepicker-next {
    background-color: #fdbb1d;
}

/*.CalendarMain .ui-state-hover,
.CalendarMain .ui-widget-content .ui-state-hover,
.CalendarMain .ui-widget-header .ui-state-hover {
    background-color: #9b8cc2;
}*/

.CalendarMain .ui-datepicker .ui-datepicker-title {
    margin: 0px;
}

.CalendarMain .ui-datepicker .ui-datepicker-prev span,
.CalendarMain .ui-datepicker .ui-datepicker-next span {
    background-image: url("images/calender_arrows.png");
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: -13px;
}

.CalendarMain .ui-datepicker select:not(*:root) {
    line-height: normal;
    padding: 2px 5px;
}

.CalendarMain .calender_label p {
    padding-left: 20px;
    text-align: left;
    font-weight: normal;
    color: #333;
    font-family: "Futura PT W01 Book",Helvetica Neue,Helvetica,Arial,sans-serif;
}

    .CalendarMain .calender_label p:before {
        top: 13px;
        background: #664fa1;
    }

.CalendarMain .contact-dtl-txt p {
    font-family: "Futura PT W01 Book", sans-serif;
}

.CalendarMain button#btnSSApply {
    margin: 0 0 20px;
    padding: 5px 10px;
}


/*.CalendarMain select.icon {
    -moz-appearance: none;
    background-image: url("../Images/Calendar-ddIcon.png");
    background-position: 95% 10px;
    background-repeat: no-repeat;
}*/


/* NUGET: BEGIN LICENSE TEXT
 *
 * Microsoft grants you the right to use these script files for the sole
 * purpose of either: (i) interacting through your browser with the Microsoft
 * website or online service, subject to the applicable licensing or use
 * terms; or (ii) using the files as included with a Microsoft product subject
 * to that product's license terms. Microsoft reserves all other rights to the
 * files not expressly granted by Microsoft, whether by implication, estoppel
 * or otherwise. The notices and licenses below are for informational purposes only.
 *
 * NUGET: END LICENSE TEXT */
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-warning {
  color: #c09853;
}

.text-danger {
  color: #b94a48;
}

.text-success {
  color: #468847;
}

.text-info {
  color: #3a87ad;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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;
}

h1 small,
.h1 small {
  font-size: 24px;
}

h2 small,
.h2 small {
  font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.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-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.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-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.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-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1,
  .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-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .col-md-1,
  .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-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-1,
  .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-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-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-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.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;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}

.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.form-control-static {
  padding-top: 7px;
  margin-bottom: 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;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-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-print:before {
  content: "\e045";
}

.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-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.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-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-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.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-briefcase:before {
  content: "\1f4bc";
}

.glyphicon-calendar:before {
  content: "\1f4c5";
}

.glyphicon-pushpin:before {
  content: "\1f4cc";
}

.glyphicon-paperclip:before {
  content: "\1f4ce";
}

.glyphicon-camera:before {
  content: "\1f4f7";
}

.glyphicon-lock:before {
  content: "\1f512";
}

.glyphicon-bell:before {
  content: "\1f514";
}

.glyphicon-bookmark:before {
  content: "\1f516";
}

.glyphicon-fire:before {
  content: "\1f525";
}

.glyphicon-wrench:before {
  content: "\1f527";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.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: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  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-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.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 {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

.btn-default .caret {
  border-top-color: #333333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.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:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-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-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.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, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.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 {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

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;
}

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-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control: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: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  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="radio"],
.input-group-addon input[type="checkbox"] {
  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 > .dropdown-toggle,
.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:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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 {
  text-align: center;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 5px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    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-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  z-index: 1030;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.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;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    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;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.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: #cccccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999999;
}

.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.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-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:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}

.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.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: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.alert-warning hr {
  border-top-color: #f8e5be;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger hr {
  border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 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, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.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: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table {
  margin-bottom: 0;
}

.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.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, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 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: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.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;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.visible-xs {
  display: none !important;
}

tr.visible-xs {
  display: none !important;
}

th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm {
  display: none !important;
}

tr.visible-sm {
  display: none !important;
}

th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md {
  display: none !important;
}

tr.visible-md {
  display: none !important;
}

th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg {
  display: none !important;
}

tr.visible-lg {
  display: none !important;
}

th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

tr.visible-print {
  display: none !important;
}

th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:200,300,400,500,600,700|Prompt:200,300,400,500,600,700');


@font-face {
    font-family: 'Oxygen';
    src: url('../fonts/Oxygen-Regular.eot');
    src: url('../fonts/Oxygen-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Oxygen-Regular.woff2') format('woff2'), url('../fonts/Oxygen-Regular.woff') format('woff'), url('../fonts/Oxygen-Regular.ttf') format('truetype'), url('../fonts/Oxygen-Regular.svg#Oxygen-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Oxygen';
    src: url('../fonts/Oxygen-Bold.eot');
    src: url('../fonts/Oxygen-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Oxygen-Bold.woff2') format('woff2'), url('../fonts/Oxygen-Bold.woff') format('woff'), url('../fonts/Oxygen-Bold.ttf') format('truetype'), url('../fonts/Oxygen-Bold.svg#Oxygen-Bold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Oxygen';
    src: url('../fonts/Oxygen-Light.eot');
    src: url('../fonts/Oxygen-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Oxygen-Light.woff2') format('woff2'), url('../fonts/Oxygen-Light.woff') format('woff'), url('../fonts/Oxygen-Light.ttf') format('truetype'), url('../fonts/Oxygen-Light.svg#Oxygen-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}


body {
    font-family: 'Oxygen', sans-serif;
    color: #5F5F5F;
    -webkit-tap-highlight-color: transparent !important;
    font-size: 15px;
}


/*.Dollar_sign::before {
    content: "$";
    width: 10px;
    position: absolute;
  
    border-right: 1px solid #ccc;
    height: 31px;
    width: 27px;
    background: #f5f5f5 !important;
    text-align: center;
    padding-top: 5px;
    border-top: 0;
}*/

.Dollar_sign::before {
    content: "$";
    position: absolute;
    border-right: 1px solid #ccc;
    height: 26px;
    width: 27px;
    background: #f5f5f5 !important;
    text-align: center;
    padding-top: 0;
    border-top: 0;
    margin-top: 1px;
    margin-left: 10px;
}

*:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.logo {
    width: 250px;
}

.headerlogo {
    width: auto;
    height: 77px;
}

.mm-menu {
    background: #595f72 !important;
}

.topheader {
    box-shadow: 0 6px 4px -6px #aaa;
}

.zeropadding {
    padding: 0;
}

.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
    background: #3a3e4d;
}

.mm-listview a, .mm-listview span, .mm-fullsubopen + span {
    color: #cbcbcb !important;
    padding: 13px 30px !important;
    font-size: 18px;
    font-weight: 400;
    text-overflow: inherit !important;
    white-space: inherit !important;
    word-wrap: break-word;
}

*::-moz-focus-inner {
    border: 0 !important;
}

*:focus {
    outline: none !important;
}

*::-moz-focus-inner {
    border: 0 !important;
}

.mm-listview a:hover, .mm-listview a.active, .mm-fullsubopen + span:hover, .mm-selected, .mm-next.mm-fullsubopen + span:hover {
    color: #00BAFF !important;
    background: inherit;
}

.mm-listview > li {
    border-color: transparent !important;
}

.mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 80px !important;
}

.mm-navbar {
    line-height: 0 !important;
    height: 60px !important;
}

body .mm-navbar .mm-prev::before {
    left: 33px !important;
    top: 24px !important;
}

.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
    border-color: #cbcbcb !important;
}

.mm-title, .mm-navbar {
    color: #cbcbcb !important;
    padding: 16px 30px !important;
    font-size: 18px;
    font-weight: 400;
}

.textcenter {
    text-align: center;
}

.container-fluid.mm-slideout {
    padding-left: 10px !important;
}

.userimg {
    margin-bottom: 20px !important;
}

.logopading {
    padding-top: 20px;
}



.mm-fullsubopen + .mm-panel, .mm-vertical {
    margin-top: -12px;
}

.mm-menu .mm-listview > li .mm-next::after {
    border-color: #cbcbcb !important;
}

.mm-next::after, .mm-prev::before {
    top: 2px !important;
}


.mm-vertical.mm-opened {
    background: #3a3e4d;
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
    background: transparent !important;
    /*color:#f28226 !important;*/
}

.mm-menu .mm-listview {
    border-color: rgba(0,0,0,0) !important;
}

.PromoPlansDiv_Disabled{
    pointer-events: none;
    opacity: 0.7;
}

.logout a {
    background: #ff595e;
    width: 140px;
    text-align: center;
    margin: 0 auto !important;
    border-radius: 50px;
    padding: 10px 0 !important;
    color: #fff !important;
    display: block;
    font-size: 18px;
    text-decoration: none;
}

.lgoutbtnblock a {
    padding: 7px 0 !important;
}

.logout a:hover {
    background: #cf393e;
    text-decoration: none;
    color: #fff !important;
}

.logout {
    position: absolute !important;
    bottom: 30px;
    right: 0;
    left: 0;
}

.smallgreencircle{
    height: 7px;
    width: 7px;
    background-color: #00D77C;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 2px;
}
.smallredcircle{
    height: 7px;
    width: 7px;
    background-color: #FF566E;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 2px;
}

.smallgraycircle{
    height: 7px;
    width: 7px;
    background-color: #BABABA;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 2px;
}



.alertdiv a {
    background: #c4c4c4;
    display: block;
    padding: 23px;
    text-align: center;
    color: #fff;
    font-size: 19px;
    text-decoration: none;
}

    .alertdiv a.alertslist {
        background: #ff595e;
        display: block;
        padding: 23px;
        text-align: center;
        color: #fff;
        font-size: 22px;
        text-decoration: none;
    }

.fa-bell::before {
    font-size: 40px;
    margin-top: -8px;
    display: inline-block;
    position: relative;
    top: 7px;
    left: -21px;
}

.selectuser {
    width: 100%;
    margin-top: 22px;
    border: 1px solid #ccc;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 6px 5px;
    font-size: 14px;
    background-image: url("../../../../Images/down-arrow-1.png") !important;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
    background-position: 96% !important;
    border-radius: 3px !important;
}

.selectRange {
    width: 100%;
    border: 1px solid #ccc;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 6px 5px;
    font-size: 14px;
    background-image: url("../../../../Images/down-arrow-1.png") !important;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
    background-position: 96% !important;
    border-radius: 3px !important;
}

.selectuser2 {
    width: 100%;
    margin-top: 8px;
    border: 1px solid #ccc;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 6px 5px;
    font-size: 14px;
    background-image: url("../../../../Images/down-arrow-1.png") !important;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
    background-position: 96% !important;
    border-radius: 3px !important;
    color: #4c5a62 !important;
}

.selectuser3 {
    width: 100%;
    margin-top: 0px;
    border: 1px solid #ccc;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 6px 5px;
    font-size: 14px;
    background-image: url("../../../../Images/down-arrow-1.png") !important;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
    background-position: 96% !important;
    border-radius: 3px !important;
    color: #4c5a62 !important;
}

.inputfield {
    width: 100%;
    margin-top: 22px;
    border: 1px solid #ccc;
    padding: 6px 7px;
    font-size: 14px;
    border-radius: 3px;
}

.inputfield2 {
    width: 100%;
    margin-top: 0px;
    border: 1px solid #ccc;
    padding: 6px 7px;
    font-size: 14px;
    border-radius: 3px;
}

.sidelbl {
    position: absolute;
    right: 20px;
    border-left: 1px solid #ccc;
    top: 21px;
    font-size: 14px;
    width: 60px;
    text-align: center;
    padding: 6px 5px;
    color: #aaa;
    pointer-events: none;
    z-index: 11;
}

.sidelbl5 {
    position: absolute;
    right: 15px;
    border-left: 1px solid #ccc;
    top: 21px;
    font-size: 14px;
    width: 30px;
    text-align: center;
    padding: 6px 5px;
    color: #aaa;
    pointer-events: none;
    z-index: 11;
}

.sidelbl1 {
    position: absolute;
    right: 20px;
    border-left: 1px solid #ccc;
    top: 30px;
    font-size: 14px;
    width: 40px;
    text-align: center;
    padding: 6px 5px;
    color: #aaa;
    pointer-events: none;
}

.contentdiv {
    margin-top: 40px;
    margin-bottom: 20px;
}

.pageheading {
    font-weight: 600;
    font-size: 26px;
    margin: 20px 0;
}

.pageheading3 {
    font-weight: 600;
    font-size: 28px;
    margin: 20px 0;
    display: inline-block;
}

.pageheading2 {
    font-weight: 600;
    font-size: 22px;
    margin: 20px 0 10px;
}

.graphbox {
    background: #fff;
    border-radius: 10px;
    margin: 0 0 20px 0;
    padding: 14px;
    max-height: 415px;
    min-height: 415px;
    box-shadow: 0px 0px 6px 0px rgba(61,61,61,0.2) !important;
}

    .graphbox h2 {
        margin: 3px 0 15px 0;
        color: #5F5F5F;
        font-size: 18px;
        font-weight: 600;
    }

.martop20 {
    margin-top: 20px;
}

.martop15 {
    margin-top: 15px;
}

.marbottom20 {
    margin-bottom: 20px;
}

.marbottom15 {
    margin-bottom: 15px;
}
.martop1{
        margin-top: 1px !important;
}
.martop-15{
    margin-top: -15px !important;
}
.martop-5 {
    margin-top: -5px !important;
}
.glyphicon-calendar::before {
    content: "\f073";
}

.glyphicon-chevron-left::before {
    content: "\f053";
}

.glyphicon-chevron-right::before {
    content: "\f054";
}


.fa {
    font: normal normal normal 14px/1 FontAwesome !important;
}

.cloudicon {
    display: block;
    background: #bfbdc1;
    text-align: center;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    margin: 15px auto 20px;
    cursor: pointer;
}

    .cloudicon:hover {
        background: #9f9da1;
    }

    .cloudicon img {
        width: 34px;
        height: 34px;
        margin-top: 5px;
    }

.descriptionproduct {
    height: 92px;
}

.selectrepprdct {
    background-position: 98%;
}


#PromoFeaturedtabstrip .slider::before {
    padding-top: 4px;
}
#PromoFeaturedtabstrip div {
    overflow: hidden !important;
}
.avgpriceheadingprdt {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}

.avgpriceunit {
    display: block;
    text-align: center;
    font-weight: 600;
    margin-bottom: 7px;
}

/*.switch {
    position: relative;
    display: inline-block;
    width: 56px;
    margin: 0 8px 0 28px;
    height: 11px;
}*/

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    margin: 0px 21px 0 18px;
    height: 11px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: -3px;
    right: 21px;
    bottom: 0;
    width: 100%;
    background-color: #ff595e;
    -webkit-transition: .4s;
    transition: .4s;
}


    .slider::before {
        position: absolute;
        content: "\f054";
        height: 20px;
        width: 20px;
        left: 25px;
        bottom: 4px;
        background-color: #e1e6ea;
        -webkit-transition: .4s;
        transition: .4s;
        top: -4px;
        font-family: fontawesome;
        font-size: 12px;
        color: #ff595e;
        padding-left: 7px;
        font-weight: 100;
        text-align: left;
        padding-top: 2px;
    }

input:checked + input + .slider::before {
    content: "\f053";
    padding-left: 5px;
}

input:checked + input + .slider {
    background-color: #5ad86d;
}

    input:checked + input + .slider::before {
        color: #5ad86d;
    }

input:focus + input + .slider {
    box-shadow: 0 0 1px #f28026;
}

input:checked + input + .slider:before {
    -webkit-transform: translateX(-26px);
    -ms-transform: translateX(-26px);
    transform: translateX(-26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.checktype {
    font-size: 13px;
    display: inline-block;
    margin-top: 12px;
}


.checktype1 {
    margin-top: 0px;
    cursor: pointer;
}

.activecheck.active {
    color: #5ad86d;
}

.inactivecheck.active {
    color: #ff595e;
}

.addbtn {
    display: block;
    text-align: center;
    background: #0fd873;
    padding: 5px;
    width: 120px;
    float: right;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    border: 0;
}

    .addbtn:hover {
        background: #3ab84d;
        color: #fff;
        text-decoration: none;
    }

.clearbtn {
    display: block;
    text-align: center;
    background: #bfbdc1;
    padding: 5px;
    width: 120px;
    float: left;
    border-radius: 50px;
    color: #fff;
    border: 0;
    text-decoration: none;
    margin-top: 10px;
}

    .clearbtn:hover {
        background: #9f9da1;
        color: #fff;
        text-decoration: none;
    }

.webprducttable tr:nth-child(1) {
    font-weight: 600;
    color: #000;
}
#EmailHistoryPopUp button.close{
    opacity:1
}
#EmailHistoryPopUp button.close span.closespn{
   background: #f00;
color: #fff;
font-size: 14px;
position: absolute;
top: -6px;
right: -6px;
border-radius: 50%;
height: 25px;
width: 25px;
text-align: center;
display: block;
padding-top: 4px;
padding-left: 1px;
}
   #EmailHistoryPopUp 
        {z-index: 0;
            width:675px !important;
        }
#EmailHistoryPopUp.addnewbrokermain .searcharrow {
    width: 25px;
    height: 25px;
    position: relative;
    overflow: hidden;
    left: 305px;
    top: -26px;
    z-index: -1 !important;
}
#EmailHistoryPopUp.addnewbrokermain .searcharrow::after {

    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: #fff;
    transform: rotate(45deg);
    top: 10px;
    left: 1px;
    box-shadow: -1px -1px 5px -2px rgba(0, 0, 0, 0.5);

}
.renewalpopuptbl tbody tr:nth-child(2n+1) {

    background: #f0f0f0 !important;

}
.renewalpopuptbl td {

    color: #292929 !important;
    text-align: center;

}
.renewalpopuptbl td ,.renewalpopuptbl th{
    padding:10px;
}
.renewalpopuptbl thead th {
    text-align: center;
    color: #292929 !important;
}
.renewalpopuptbl {
    max-height: 210px;
    overflow-y: auto;
    font-size: 13px;
    margin-top: -20px;
}

.webprducttable td {
    padding: 8px 15px;
    color: #292929;
}

.webprducttable tr:nth-child(2n) {
    background: #f0f0f0;
}

.webprducttable {
    display: block;
    overflow-x: auto;
    width: 1150px;
    white-space: nowrap;
}
/*.tableprntdiv{
    overflow: auto;
}
*/


.statusinactive {
    background: #ff595e;
    padding-left: 25px !important;
    color: #fff !important;
}

.statusactive {
    background: #0fd873;
    color: #fff !important;
    padding-left: 25px !important;
}

.statusexpired {
    background: #2f2f2f;
    color: #fff !important;
    padding-left: 25px !important;
}

.statusautopay {
    background: #f05629;
    color: #fff !important;
    padding-left: 25px !important;
}

.statusdecline {
    background: #bfbdc1;
    color: #fff !important;
    padding-left: 25px !important;
}

.statuspending {
    background: #ffca3a;
    color: #fff !important;
    padding-left: 25px !important;
}


.statusfailed {
    background: #999;
    color: #fff !important;
    padding-left: 25px !important;
}

.editicon {
    display: inline-block;
    background: #bfbdc1;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

    .editicon:hover {
        background: #9f9da1;
    }

.icons img {
    width: 25px;
    height: 19px;
    margin-top: 3px;
}

.webprducttable td:nth-last-child(1) {
    padding: 2px 15px !important;
}

.cloudicon1 {
    display: inline-block;
    background: #bfbdc1;
    text-align: center;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    cursor: pointer;
}

    .cloudicon1:hover {
        background: #9f9da1;
    }

.importicon {
    display: inline-block;
    background: #5f5f5f;
    text-align: center;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    cursor: pointer;
}

    .importicon:hover {
        background: #4f4f4f;
    }

.importicon1 {
    display: inline-block;
    background: #5f5f5f;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
}


    .importicon1 img {
        width: 19px;
        height: 17px;
        margin-top: 3px;
        margin-left: 1px;
    }


    .importicon1:hover {
        background: #4f4f4f;
    }


.webprductsicon {
    margin: 15px 0px 20px 18px;
}

    /*.webprductsicon img {
    width: 27px;
    height: 27px;
    margin-top: 5px;
}*/
    /*.webprductsicon img {
    margin-top: 6px;
    width: 74%;
}*/
    .webprductsicon img {
        margin-top: 6px;
        width: 74%;
        height: 25px;
    }

.closeicon {
    display: inline-block;
    background: #ff595e;
    text-align: center;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    cursor: pointer;
}

    .closeicon:hover {
        background: #ef494e;
    }

    /*.closeicon img {
    padding: 6px;
    margin-top: 6px;
}*/
    .closeicon img {
        padding: 3px;
        margin-top: 6px;
    }

   .textright  .closeicon img {
    position: relative;
    /*left: 1px;*/
}

.turnoff {
    display: inline-block;
    background: #00baff;
    text-align: center;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    cursor: pointer;
}

    .turnoff:hover {
        background: #2191fb;
    }
    /*.turnoff img{
    padding: 3px;
}*/
    .turnoff img, .documenticonpruple img, .cloudicon1 img {
        padding: 1px;
    }

.documenticonpruple {
    display: inline-block;
    background: #8e5ff7;
    text-align: center;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    cursor: pointer;
}

    .documenticonpruple:hover {
        background: #7e4fe7;
    }
/*.documenticonpruple img{
       padding: 4px 3px 2px;
}*/


.flyingpaper {
    display: inline-block;
    background: #2191fb;
    text-align: center;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    cursor: pointer;
}

    .flyingpaper:hover {
        background: #1181eb;
    }

    .flyingpaper img {
        padding: 5px 3px 0px 0px;
    }


.addicon {
    display: inline-block;
    background: #26dd67;
    text-align: center;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    cursor: pointer;
}

    .addicon:hover {
        background: #06bd47;
    }
/*.addicon img{
    padding: 2px 0px 1px;
    width: 27px;
height: 27px;
margin-top: 5px;
}*/

.addicon {
    display: inline-block;
    background: #0fd873;
    text-align: center;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    cursor: pointer;
}

    .addicon:hover {
        background: #00c863;
    }

.yellowiconfax {
    display: inline-block;
    background: #ffca3a;
    text-align: center;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    cursor: pointer;
}

    .yellowiconfax:hover {
        background: #efba2a;
    }
    /*.yellowiconfax img {
    width: 26px;
    height: 26px;
}*/
    .yellowiconfax img {
        width: 24px;
        height: 25px;
    }

.searchfield {
    width: 100%;
    margin-top: 16px;
    border: 1px solid #ccc;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 3px;
    background-image: url("../../../../Images/search-icon.png");
    background-repeat: no-repeat;
    background-position: 94%;
    background-size: 26px;
    border-radius: 30px;
    /*z-index:100;*/
}
#searchbox.searchfield{
    padding:8px 42px 8px 13px;
}



.searchfield2 {
    width: 100%;
    margin-top: 0px;
    border: 1px solid #ccc;
    padding: 7px 16px;
    font-size: 14px;
    border-radius: 3px;
    background-image: url("../../../../Images/search-icon.png");
    background-repeat: no-repeat;
    background-position: 94%;
    background-size: 26px;
    border-radius: 30px;
}


.webprducttable2 {
    width: 100% !important;
}

.statusactive [type="checkbox"] {
    display: none;
}

    .statusactive [type="checkbox"]:checked,
    .statusactive [type="radio"]:not(:checked) {
        checkbox: absolute;
        left: -9999px;
    }

        .statusactive [type="checkbox"]:checked + label,
        .statusactive [type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 38px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            font-weight: 400;
        }

            .statusactive [type="checkbox"]:checked + label::before, .statusactive [type="checkbox"]:not(:checked) + label::before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 21px;
                height: 21px;
                border: 0px solid #5ad86d;
                border-radius: 50%;
                background: #fff;
            }

            .statusactive [type="checkbox"]:checked + label::after, .statusactive [type="checkbox"]:checked + label::after, .statusactive [type="checkbox"]:not(:checked) + label::after {
                content: '';
                width: 15px;
                height: 15px;
                background: #5f5f5f;
                position: absolute;
                top: 3px;
                left: 3px;
                border-radius: 50%;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            .statusactive [ type="checkbox"]:checked + label::before {
                border: 0px solid #5ad86d;
            }

            .statusactive [type="checkbox"]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            .statusactive [type="checkbox"]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }



.statusexpired [type="checkbox"] {
    display: none;
}

    .statusexpired [type="checkbox"]:checked,
    .statusexpired [type="radio"]:not(:checked) {
        checkbox: absolute;
        left: -9999px;
    }

        .statusexpired [type="checkbox"]:checked + label,
        .statusexpired [type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 38px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            font-weight: 400;
        }

            .statusexpired [type="checkbox"]:checked + label::before, .statusexpired [type="checkbox"]:not(:checked) + label::before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 21px;
                height: 21px;
                border: 0px solid #5ad86d;
                border-radius: 50%;
                background: #fff;
            }

            .statusexpired [type="checkbox"]:checked + label::after, .statusexpired [type="checkbox"]:checked + label::after, .statusexpired [type="checkbox"]:not(:checked) + label::after {
                content: '';
                width: 15px;
                height: 15px;
                background: #5f5f5f;
                position: absolute;
                top: 3px;
                left: 3px;
                border-radius: 50%;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            .statusexpired [ type="checkbox"]:checked + label::before {
                border: 0px solid #5ad86d;
            }

            .statusexpired [type="checkbox"]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            .statusexpired [type="checkbox"]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }



.statusautopay [type="checkbox"] {
    display: none;
}

    .statusautopay [type="checkbox"]:checked,
    .statusautopay [type="radio"]:not(:checked) {
        checkbox: absolute;
        left: -9999px;
    }

        .statusautopay [type="checkbox"]:checked + label,
        .statusautopay [type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 38px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            font-weight: 400;
        }

            .statusautopay [type="checkbox"]:checked + label::before, .statusautopay [type="checkbox"]:not(:checked) + label::before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 21px;
                height: 21px;
                border: 0px solid #5ad86d;
                border-radius: 50%;
                background: #fff;
            }

            .statusautopay [type="checkbox"]:checked + label::after, .statusautopay [type="checkbox"]:checked + label::after, .statusautopay [type="checkbox"]:not(:checked) + label::after {
                content: '';
                width: 15px;
                height: 15px;
                background: #5f5f5f;
                position: absolute;
                top: 3px;
                left: 3px;
                border-radius: 50%;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            .statusautopay [ type="checkbox"]:checked + label::before {
                border: 0px solid #5ad86d;
            }

            .statusautopay [type="checkbox"]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            .statusautopay [type="checkbox"]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }


.statuspending [type="checkbox"] {
    display: none;
}

    .statuspending [type="checkbox"]:checked,
    .statuspending [type="radio"]:not(:checked) {
        checkbox: absolute;
        left: -9999px;
    }

        .statuspending [type="checkbox"]:checked + label,
        .statuspending [type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 38px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            font-weight: 400;
        }

            .statuspending [type="checkbox"]:checked + label::before, .statuspending [type="checkbox"]:not(:checked) + label::before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 21px;
                height: 21px;
                border: 0px solid #5ad86d;
                border-radius: 50%;
                background: #fff;
            }

            .statuspending [type="checkbox"]:checked + label::after, .statuspending [type="checkbox"]:checked + label::after, .statuspending [type="checkbox"]:not(:checked) + label::after {
                content: '';
                width: 15px;
                height: 15px;
                background: #5f5f5f;
                position: absolute;
                top: 3px;
                left: 3px;
                border-radius: 50%;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            .statuspending [ type="checkbox"]:checked + label::before {
                border: 0px solid #5ad86d;
            }

            .statuspending [type="checkbox"]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            .statuspending [type="checkbox"]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }


.statusdecline [type="checkbox"] {
    display: none;
}

    .statusdecline [type="checkbox"]:checked,
    .statusdecline [type="radio"]:not(:checked) {
        checkbox: absolute;
        left: -9999px;
    }

        .statusdecline [type="checkbox"]:checked + label,
        .statusdecline [type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 38px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            font-weight: 400;
        }

            .statusdecline [type="checkbox"]:checked + label::before, .statusdecline [type="checkbox"]:not(:checked) + label::before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 21px;
                height: 21px;
                border: 0px solid #5ad86d;
                border-radius: 50%;
                background: #fff;
            }

            .statusdecline [type="checkbox"]:checked + label::after, .statusdecline [type="checkbox"]:checked + label::after, .statusdecline [type="checkbox"]:not(:checked) + label::after {
                content: '';
                width: 15px;
                height: 15px;
                background: #5f5f5f;
                position: absolute;
                top: 3px;
                left: 3px;
                border-radius: 50%;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            .statusdecline [ type="checkbox"]:checked + label::before {
                border: 0px solid #5ad86d;
            }

            .statusdecline [type="checkbox"]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            .statusdecline [type="checkbox"]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }


.statusfailed [type="checkbox"] {
    display: none;
}

    .statusfailed [type="checkbox"]:checked,
    .statusfailed [type="radio"]:not(:checked) {
        checkbox: absolute;
        left: -9999px;
    }

        .statusfailed [type="checkbox"]:checked + label,
        .statusfailed [type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 38px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            font-weight: 400;
        }

            .statusfailed [type="checkbox"]:checked + label::before, .statusfailed [type="checkbox"]:not(:checked) + label::before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 21px;
                height: 21px;
                border: 0px solid #5ad86d;
                border-radius: 50%;
                background: #fff;
            }

            .statusfailed [type="checkbox"]:checked + label::after, .statusfailed [type="checkbox"]:checked + label::after, .statusfailed [type="checkbox"]:not(:checked) + label::after {
                content: '';
                width: 15px;
                height: 15px;
                background: #5f5f5f;
                position: absolute;
                top: 3px;
                left: 3px;
                border-radius: 50%;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            .statusfailed [ type="checkbox"]:checked + label::before {
                border: 0px solid #5ad86d;
            }

            .statusfailed [type="checkbox"]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            .statusfailed [type="checkbox"]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }




.statusinactive [type="checkbox"] {
    display: none;
}

    .statusinactive [type="checkbox"]:checked,
    .statusinactive [type="radio"]:not(:checked) {
        checkbox: absolute;
        left: -9999px;
    }

        .statusinactive [type="checkbox"]:checked + label,
        .statusinactive [type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 38px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            font-weight: 400;
        }

            .statusinactive [type="checkbox"]:checked + label::before, .statusinactive [type="checkbox"]:not(:checked) + label::before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 21px;
                height: 21px;
                border: 0px solid #ff595e;
                border-radius: 50%;
                background: #fff;
            }

            .statusinactive [type="checkbox"]:checked + label::after, .statusinactive [type="checkbox"]:checked + label::after, .statusinactive [type="checkbox"]:not(:checked) + label::after {
                content: '';
                width: 15px;
                height: 15px;
                background: #5f5f5f;
                position: absolute;
                top: 3px;
                left: 3px;
                border-radius: 50%;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            .statusinactive [ type="checkbox"]:checked + label::before {
                border: 0px solid #ff595e;
            }

            .statusinactive [type="checkbox"]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            .statusinactive [type="checkbox"]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

.linkproductsurl {
    white-space: nowrap;
    width: 95%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .linkproductsurl a {
        text-decoration: none !important;
        color: #292929;
    }

        .linkproductsurl a:hover {
            text-decoration: none !important;
            color: #000;
        }

.prdctlinkheading {
    font-weight: 600;
}

.fileuploaddiv {
    display: block;
    height: 148px;
    border: 1px dotted #ccc;
    margin-top: 21px;
    text-align: center;
    padding-top: 48px;
}

.browseprdtbtn {
    display: inline-block;
    float: none;
    margin-left: 20px;
    text-align: center;
    background: #5ad86d;
    padding: 5px;
    width: 120px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
}

    .browseprdtbtn:hover {
        background: #3ab84d;
        color: #fff;
        text-decoration: none;
    }





@media (min-width:768px) and (max-width: 991px) {
    .webprductsicon {
        margin: 15px 0px 20px 8px;
    }

    .multiplelnkuploadmargin {
        margin-top: 20px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .webprductsicon {
        margin: 15px 0px 20px 6px;
    }
}


.messageicon, .delicon {
    display: inline-block;
    background: #00baff;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-left: 8px;
    cursor: pointer;
}

    .messageicon:hover {
        background: #0171db;
    }


    /*.messageicon img {
    width: 19px;
    height: 17px;
    margin-top: 3px;
    margin-left: 1px;
}*/
    .messageicon img {
        width: 29px;
        height: 29px;
        margin-top: 0px;
        margin-left: 1px;
    }


.documenticonpruple1 img {
    width: 19px;
    height: 17px;
    margin-top: 3px;
    margin-left: 1px;
}


.documenticonpruple1 {
    display: inline-block;
    background: #8e5ff7;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-left: 8px;
    cursor: pointer;
}

    .documenticonpruple1:hover {
        background: #7e4fe7;
    }




.messageicon2 {
    display: inline-block;
    background: #00baff;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-left: 8px;
    cursor: pointer;
}

    .messageicon2:hover {
        background: #0171db;
    }


    .messageicon2 img {
        width: 20px;
        height: 18px;
        margin-top: 3px;
        margin-left: 0px;
    }

.flyingpapericon {
    display: inline-block;
    background: #2191fb;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-left: 8px;
    cursor: pointer;
}

    .flyingpapericon:hover {
        background: #1181eb;
    }

    .flyingpapericon img {
        width: 19px;
        height: 20px;
        margin-top: 6px;
        margin-left: -3px;
    }

.multidocicon {
    display: inline-block;
    background: #595f72;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-left: 8px;
    cursor: pointer;
}

    .multidocicon:hover {
        background: #494f62;
    }
    /*.multidocicon img {
    width: 22px;
    height: 22px;
    margin-top: 4px;
    margin-left: 0;
}*/
    .multidocicon img {
        width: 30px;
        height: 29px;
        margin-top: 0px;
        margin-left: 0;
    }

.linkedicon {
    display: inline-block;
    background: #2191fb;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-left: 8px;
    cursor: pointer;
}

    .linkedicon:hover {
        background: #1181eb;
    }

    .linkedicon img {
        width: 22px;
        height: 22px;
        margin-top: 4px;
        margin-left: 0;
    }



.updatebtn {
    display: block;
    text-align: center;
    background: #5ad86d;
    padding: 5px;
    width: 120px;
    float: left;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
}

    .updatebtn:hover {
        background: #3ab84d;
        color: #fff;
        text-decoration: none;
    }


.repprducttable tr:nth-child(1) {
    font-weight: 600;
    color: #000;
}

.repprducttable td {
    padding: 8px 15px;
    color: #292929;
}

.repprducttable tr:nth-child(2n) {
    background: #f0f0f0;
}

.repprducttable {
    display: block;
    overflow-x: auto;
    width: 558px;
    white-space: nowrap;
}

    .repprducttable td:nth-last-child(1) {
        padding: 2px 15px !important;
    }

.replogoupload {
    background-image: url("../../images/upload-icon.png") !important;
    background-repeat: no-repeat !important;
    background-position: 97% 64% !important;
    background-size: 22px !important;
}

@media (max-width: 991px) {
    .repprducttable {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .tableprntdiv {
        overflow-x: scroll;
    }
}


@media (min-width: 992px) {
    .repbdr {
        border-right: 1px solid #eee;
    }
}

@media (min-width: 1200px) {
    .webprductsiconenroll {
        margin: 15px 0px 20px 9px;
    }
}




@media (min-width:768px) and (max-width: 991px) {
    .webprductsiconenroll {
        margin: 15px 3px 20px 3px;
    }
}

.searchresult, #txtSearch-list {
    padding: 10px 15px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    width: 450px;
    box-shadow: 0px 0px 6px 0px rgba(61,61,61,0.6) !important;
    margin-top: 20px;
    border-radius: 5px;
}

.searchresult {
    display: none;
}
/*.searchfield:focus + .searchresult {
    display: block;
}*/



.searchrowmar {
    margin-top: 7px;
    margin-bottom: 7px;
}

.searcharrow {
    width: 53px;
    height: 17px;
    position: relative;
    overflow: hidden;
    top: -26px;
    z-index: -1 !important;
}

    .searcharrow::after {
        content: "";
        position: absolute;
        width: 29px;
        height: 29px;
        background: #fff;
        transform: rotate(45deg);
        top: 7px;
        left: 17px;
        box-shadow: -1px -1px 5px -2px rgba(0, 0, 0, 0.5);
    }

.smcompltebtn {
    display: block;
    text-align: center;
    background: #5ad86d;
    padding: 2px;
    width: 88px;
    float: right;
    cursor: pointer;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

    .smcompltebtn:hover {
        background: #3ab84d;
        color: #fff;
        text-decoration: none;
    }

.smfailedbtn {
    display: block;
    text-align: center;
    background: #ff595e;
    padding: 2px;
    width: 88px;
    float: right;
    cursor: pointer;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

    .smfailedbtn:hover {
        background: #ef494e;
        color: #fff;
        text-decoration: none;
    }

.smabandonedbtn {
    display: block;
    text-align: center;
    background: #9856f2;
    padding: 2px;
    width: 88px;
    float: left;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

    .smabandonedbtn:hover {
        background: #8846e2;
        ;
        color: #fff;
        text-decoration: none;
    }

@media (max-width: 992px) {
    .searchresult {
        width: 400px;
    }
}


.searchcolheading {
    color: #292929;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.searchrowmargin {
    margin: 6px 0px;
}

.searchdropdown {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 8px;
    background-image: url("../../../../Images/down-arrow-1.png");
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 93%;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    border-radius: 4px;
}

.showselectlbl {
    visibility: visible !important;
    left: 10px;
}

.inputselect {
    margin-top: 4px !important;
}

.showselectlbl2 {
    margin-top: -7px;
}

.typechecking {
    margin-bottom: 20px;
}

.martop7 {
    margin-top: 7px;
}

.martop16 {
    margin-top: 16px !important;
}

.marbottom7 {
    margin-bottom: 7px;
}

.marbottom16 {
    margin-bottom: 16px !important;
}
.sidelbl3 {
    position: absolute;
    right: 0px;
    border-left: 1px solid #ccc;
    top: 0px;
    font-size: 14px;
    width: 40px;
    text-align: center;
    padding: 6px 5px;
    color: #aaa;
    pointer-events: none;
}

.sidelblTerm {
    position: absolute;
    right: 0px;
    border-left: 1px solid #ccc;
    top: 0px;
    font-size: 14px;
    width: 75px;
    text-align: center;
    padding: 6px 5px;
    color: #aaa;
    pointer-events: none;
}

.backtoenrollment {
    display: block;
    text-align: center;
    background: #bfbdc1;
    padding: 5px;
    width: 180px;
    float: left;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
}

.textright {
    text-align: right;
}



.alertboxradio [type="checkbox"] {
    display: none;
}

    .alertboxradio [type="checkbox"]:checked,
    .alertboxradio [type="radio"]:not(:checked) {
        checkbox: absolute;
        left: -9999px;
    }

        .alertboxradio [type="checkbox"]:checked + label,
        .alertboxradio [type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 8px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            font-weight: 400;
        }

            .alertboxradio [type="checkbox"]:checked + label::before, .alertboxradio [type="checkbox"]:not(:checked) + label::before {
                content: '';
                position: absolute;
                left: 0;
                top: 2px;
                width: 21px;
                height: 21px;
                border: 1px solid #ccc;
                border-radius: 50%;
                background: #fff;
            }

            .alertboxradio [type="checkbox"]:checked + label::after, .alertboxradio [type="checkbox"]:checked + label::after, .alertboxradio [type="checkbox"]:not(:checked) + label::after {
                content: '';
                width: 15px;
                height: 15px;
                background: #5f5f5f;
                position: absolute;
                top: 6px;
                left: 4px;
                border-radius: 50%;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            .alertboxradio [ type="checkbox"]:checked + label::before {
                border: 1px solid #ccc;
            }

            .alertboxradio [type="checkbox"]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            .alertboxradio [type="checkbox"]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

.alertdivlisting {
    background: #f4f4f4;
    position: absolute;
    right: 0px;
    top: 80px;
    width: 480px;
    z-index: 1111111;
}

.alertdiv {
    position: relative;
    cursor: pointer;
}

.alertlist {
    padding: 20px 15px;
    border-bottom: 1px solid #ccc;
    margin: 0;
}

.reddot::before {
    content: 'a';
    background: #ff595e;
    width: 19px;
    display: inline-block;
    height: 19px;
    border-radius: 50%;
    color: #ff595e;
    text-align: center;
    position: absolute;
    top: 4px;
}

.alertmsg {
    font-weight: 600;
}

.alertdate {
    font-size: 11px;
}

.alertlistfooter {
    margin: 0;
}

.alertlisftfooterchild {
    padding: 0;
}




.alertlistfooter a {
    background: #c4c4c4;
    display: block;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    font-weight: 600;
}

.alertslist + .alertdivlisting .alertlistfooter a {
    background: #ff595e;
}

.dropplantext {
    background-color: #EBEBEB;
    padding: 30px 10px;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
}

.linetwo {
    color: #888;
    font-weight: 400;
}

.selectedplandiv {
    background-color: #EBEBEB;
    border-radius: 5px;
}

.settingutilityname {
    display: inline-block !important;
    text-align: center;
}

    .settingutilityname.seleted {
        color: #00BAFF;
    }

    .settingutilityname.seleted {
        color: #5f5f5f !important;
        width: auto;
    }

.utilityrankgreen {
    background: #5ad86d;
    width: 23px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    height: 23px;
    margin-left: 7px;
    font-size: 14px;
    padding-top: 2px;
}

.utilityrankred {
    background: #ff595e;
    width: 23px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    height: 23px;
    margin-left: 8px;
    font-size: 14px;
    padding-top: 2px;
}

.planbox {
    background: white !important;
    border-radius: 13px;
    margin: 10px auto;
    padding: 15px 8px;
    text-align: center;
    cursor: grab;
    font-weight: 400;
}

.planboxSearch {
    background: white !important;
    border-radius: 13px;
    margin: 10px auto;
    padding: 15px 8px;
    text-align: center;
    cursor: grab;
    font-weight: 400;
}

.plancode {
    background: #00BAFF;
    margin: -15px -8px 5px -8px;
    border-radius: 13px 13px 0px 0;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 3px 0;
}

.planname {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 16px;
}

.planduration {
    font-size: 11px;
    font-weight: 600;
}

.planprice {
    color: #F28026;
    font-size: 30px;
    font-weight: 400;
    margin: -7px 0 -5px;
}

.planunit {
    font-size: 12px;
    font-weight: 600;
    color: #5F5F5F;
}


.plandescription {
    color: #5F5F5F;
    font-size: 12px;
    font-weight: 600;
}

.clear {
    clear: both;
}

@media (min-width: 1200px) {
    .rightselectedplan .planboxmain.new {
        width: 33% !important;
    }
    .rightselectedplan .planboxmain {
        width: 25% !important;
    }

    .leftselectedplan .planboxmain {
        width: 50% !important;
    }

    .rightselectedplan .planboxSearch {
        width: 25% !important;
    }

    .leftselectedplan .planboxSearch {
        width: 50% !important;
    }
}

.leftselectedplan, .rightselectedplan > div {
    min-height: 230px;
}

.emptyplandiv {
}

.rightselectedplan .planboxmain1 {
    border: 2px dashed #949494;
    min-height: 220px;
    margin: 10px auto;
    border-radius: 13px;
}

.rightselectedplan .planboxSearch1 {
    border: 2px dashed #949494;
    min-height: 220px;
    margin: 10px auto;
    border-radius: 13px;
}


.username::before {
    content: "a";
    margin-right: 15px;
    height: 20px;
    width: 20px;
    font-size: 18px;
    display: inline-block;
    border-radius: 50%;
    padding-left: 0px;
    text-align: center;
    position: relative;
    top: -3px;
}

.username.complete::before {
    background-color: #0fd873;
    color: #0fd873;
}

.username.late::before {
    background-color: #ff595e;
    color: #ff595e;
}

.username.pending::before, .username.eligible::before {
    background-color: #ffca3a;
    color: #ffca3a;
}

.username.expired::before {
    background-color: #2f2f2f;
    color: #2f2f2f;
}

.username.partial::before {
    background-color: #f05629;
    color: #f05629;
}

.username.emailed::before {
    background-color: #0fd873;
    color: #0fd873;
}

.username.declined::before, .username.sent::before {
    background-color: #bfbdc1;
    color: #bfbdc1;
}

.username.failed::before {
    background-color: #bbb;
    color: #bbb;
}


.ssnicon {
    background-image: url("../../images/locked.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: 96% !important;
    background-size: 22px !important;
}

.sidelbl2 {
    position: absolute;
    left: 20px;
    border-right: 1px solid #ccc;
    top: 21px;
    font-size: 14px;
    width: 30px;
    text-align: left;
    padding: 6px 5px;
    color: #aaa;
    pointer-events: none;
    z-index: 11;
}

.sidelbl6 {
    position: absolute;
    left: 20px;
    border-right: 1px solid #ccc;
    top: 21px;
    font-size: 14px;
    width: 28px;
    text-align: left;
    padding: 6px 8px;
    color: #aaa;
    pointer-events: none;
    z-index: 11;
}


.efl .input__label-content--yoshiko {
    padding-left: 31px;
}

.efl input {
    padding-left: 38px !important;
}

.efl.nosign .input__label-content--yoshiko {
    padding-left: 0px;
}

.efl.nosign input {
    padding-left: 7px !important;
}

.efl .input__label-content--yoshiko {
    padding-left: 31px;
}

.efl input#DepositAmount {
    padding-left: 38px !important;
}

.data-tables .k-widget .addnewbrokerdiv {
    color: #5F5F5F !important;
}

@media (min-width: 1000px) and (max-width: 1199px) {
    .switch {
        position: relative;
        display: inline-block;
        width: 56px;
        margin: 0px 3px 0 14px;
        height: 11px;
    }
}

.sidelblimg {
    position: absolute;
    right: 20px;
    border-left: 1px solid #ccc;
    top: 21px;
    font-size: 14px;
    width: 50px;
    text-align: center;
    padding: 4px 5px;
    color: #aaa;
    pointer-events: none;
    z-index: 11;
}


    .sidelblimg img {
        width: 22px;
    }

select::-ms-expand {
    display: none;
}

/* Photop upload*/

.imgcontainer {
    position: static;
    width: 180px;
    height: 180px;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    -webkit-transform: translate(10%, 15%);
    -moz-transform: translate(10%, 15%);
    -o-transform: translate(10%, 15%);
    -ms-transform: translate(10%, 15%);
    transform: translate(10%, 15%);
    background: #0080ff;
    border-radius: 50%;
    box-shadow: none;
    font-size: 22px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: padding .3s ease, background .3s ease 1.6s;
    -moz-transition: padding .3s ease, background .3s ease 1.6s;
    -o-transition: padding .3s ease, background .3s ease 1.6s;
    transition: padding .3s ease, background .3s ease 1.6s;
}

.image-holder {
    position: absolute;
    top: -110%;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    left: 0;
    width: 100%;
    background: #fff;
}

    .image-holder.move {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.imgcontainer.file-over {
    padding: 10px;
    margin-top: -8px;
}

    .imgcontainer.file-over .arrow {
        top: 50%;
        opacity: 1;
    }

.box {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, .2);
    border-radius: 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 0;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

    .box:before {
        content: '';
        position: absolute;
        top: 40%;
        left: 60%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 40%;
        height: 40%;
        border: dashed 2px rgba(255, 255, 255, .9);
        border-radius: 5px;
        -webkit-transition: .3s ease;
        -moz-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
    }

    .box:after {
        content: '';
        position: absolute;
        top: 60%;
        left: 40%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 45%;
        height: 45%;
        border-radius: 5px;
        background: rgba(255, 255, 255, .3);
        -webkit-transition: .3s ease;
        -moz-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
    }

.progress {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

    .progress.complete {
        width: 100%;
    }

.imgcontainer.file-over .box {
    width: 80px;
    height: 3px;
    border-radius: 100px;
    top: 70%;
}

    .imgcontainer.file-over .box:before, .imgcontainer.file-over .box:after {
        -webkit-transform: translate(-50%, -50%) scale(0);
        -moz-transform: translate(-50%, -50%) scale(0);
        -o-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }

/* Arrow icon */
.arrow {
    opacity: 0;
    position: absolute;
    z-index: 0;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/269193/arrow-down.png) no-repeat center;
    background-size: 60px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    overflow: hidden;
}

/* Popup */
.top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
}

#popup {
    position: absolute;
    top: 6%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 300px;
    height: auto;
    padding: 20px 15px;
    box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    border-radius: 5px;
    z-index: 10;
}

.profile-avatar {
    position: absolute;
    width: 40px;
    border-radius: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.message {
    position: relative;
    display: block;
    width: 80%;
    padding: 10px 10px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
}
/* photo upload end */


#password-strength {
    display: block;
    position: relative;
    font-size: 0px;
    top: 2px;
}

.boxes {
    position: relative;
    width: 25%;
    height: 25px;
    display: inline-block;
    background-color: #e4e4e4;
    text-align: center;
}

    .boxes div.bar-text {
        position: absolute;
        width: 100%;
        height: 100%;
        color: #fff;
        text-align: center;
        font-size: 13px;
        z-index: 3;
        line-height: 25px;
    }

    .boxes div.bar {
        position: absolute;
        width: 0%;
        height: 100%;
        z-index: 2;
        -moz-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s;
    }

.normal .boxes.box1 div.bar {
    background: #FF0000;
    width: 100%;
    border: 1px solid #FF0000;
}

.boxes.box1,
.boxes.box1 div.bar {
    border-radius: 15px 0px 0px 15px;
}

.boxes.box4,
.boxes.box4 div.bar {
    border-radius: 0px 15px 15px 0px;
}

.normal .boxes.box1 div.bar-text,
.medium .boxes.box1 div.bar-text,
.strong .boxes.box1 div.bar-text,
.vstrong .boxes.box1 div.bar-text {
    color: #fff;
}

.medium .boxes.box1 div.bar {
    background: #E66C2C;
    width: 100%;
    border: 1px solid #E66C2C;
}

.medium .boxes.box2 div.bar {
    background: #E66C2C;
    width: 100%;
    border: 1px solid #E66C2C;
}

.strong .boxes.box1 div.bar {
    background: #2D98F3;
    width: 100%;
    border: 1px solid #2D98F3;
}

.strong .boxes.box2 div.bar {
    background: #2D98F3;
    width: 100%;
    border: 1px solid #2D98F3;
}

.strong .boxes.box3 div.bar {
    background: #2D98F3;
    width: 100%;
    border: 1px solid #2D98F3;
}

.vstrong .boxes.box1 div.bar {
    background: #036300;
    width: 100%;
    border: 1px solid #036300;
}

.vstrong .boxes.box2 div.bar {
    background: #036300;
    width: 100%;
    border: 1px solid #036300;
}

.vstrong .boxes.box3 div.bar {
    background: #036300;
    width: 100%;
    border: 1px solid #036300;
}

.vstrong .boxes.box4 div.bar {
    background: #036300;
    width: 100%;
    border: 1px solid #036300;
}

.paddingleft0 {
    padding-left: 0;
}

.addnewbrokermain {
    padding: 10px 15px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    z-index: 11111;
    width: 255px;
    box-shadow: 0px 0px 6px 0px rgba(61,61,61,0.6) !important;
    margin-top: 26px;
    border-radius: 5px;
    display: none;
    margin-left: -102px;
}

#OfferNoticePopUp.addnewbrokermain {
    width: 350px !important;
}
#BulkofferPop.addnewbrokermain {
    width: 350px !important;
}
.disabledBtn {
    background: #DEDEDE !important;
    pointer-events:none !important;
    color:#929292 !important;
}
.exportoptions {
    padding: 10px 15px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    width: 255px;
    box-shadow: 0px 0px 6px 0px rgba(61,61,61,0.6) !important;
    margin-top: 26px;
    border-radius: 5px;
    display: none;
    margin-left: -102px;
}

.searcharrow.addnewbrokerarrow {
    left: 80px;
}

.brokerhoverselect {
    width: 100%;
    margin-top: 6px;
    border: 1px solid #ccc;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 6px 5px;
    font-size: 14px;
    background-image: url("../../../../Images/down-arrow-1.png") !important;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
    background-position: 96% !important;
    border-radius: 3px !important;
}

.addnewbrokermain .addbtn {
    float: none;
    margin: 15px auto;
}

.addnewbrokermain hr {
    border-top: #ccc 1px solid;
}

.exportoptions .addbtn {
    float: none;
    margin: 15px auto;
    width: auto;
}

.exportoptions hr {
    border-top: #ccc 1px solid;
}

.addnewbrokerdiv b {
    display: block;
    width: 100%;
    word-wrap: break-word;
    white-space: normal;
    text-align: center;
}

.searcharrow.contractdocument {
    left: 160px;
}

.contractdoc a {
    color: #5f5f5f;
    font-size: 13px;
    margin: 0 6px;
}

/*.depdoclist li {
    list-style: none;
    text-align: left;
    color: #5f5f5f;
    font-size: 13px;
        padding-left: 45PX;
    margin: 8px 0;
}*/
.depdoclist li {
    list-style: none;
    text-align: left;
    color: #5f5f5f;
    font-size: 13px;
    padding-left: 40PX;
    position: relative;
    margin: 8px 0;
}
    /*.depdoclist li a {
    margin-right:10px;
}*/
    .depdoclist li a {
        margin-right: 10px;
        width: 140px;
        display: inline-block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    /*.depdoclist li::after {
    content: "x";
    margin-left: 14px;
    background: #f00000;
    color: #fff;
    width: 24px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    height: 24px;
}*/

    .depdoclist li .removefile::after {
        content: "X";
        margin-left: 0px;
        background: #f00000;
        color: #fff;
        width: 24px;
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        font-size: 15px;
        height: 24px;
        position: absolute;
        top: -2px;
    }

.contractdocadd {
    margin: 5px 0px 9px;
}

.loginpagebody {
    background-image: url("../../../../Images/login-bg.jpg");
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.footertxt {
    background: #1b75bc;
    color: #fff;
    text-align: center;
    margin: 0;
}

    .footertxt .footerdiv {
        padding: 10px 0;
        font-size: 12px;
    }

.logopading.loginpagelogo {
    padding-top: 15px;
    padding-bottom: 15px;
}

.loginmaindiv {
    width: 100%;
    display: table;
    height: 100%;
}

.loginboxparent {
    display: table-cell;
    vertical-align: middle;
    height: 400px;
}

.loginbox {
    height: auto;
    width: 450px;
    margin: 0 auto;
    background: #f7f8f8;
    border-radius: 10px;
    padding-bottom: 20px;
}

.adminlogo img {
    width: auto;
    margin: 27px 0 0;
}

.adminlogo {
    text-align: center;
}

.signinbtn {
    display: block;
    text-align: center;
    background: #0fd873;
    padding: 7px 5px;
    width: 135px;
    float: none;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    margin: 10px auto 0;
}

    .signinbtn:hover {
        background: #3ab84d;
        color: #fff;
        text-decoration: none;
    }


.loginbox .input__label-content--yoshiko::after {
    color: #404F58;
}

.loginbox .input__field--yoshiko:focus + .input__field--yoshiko, .loginbox .input--filled .input__field--yoshiko {
    border-color: #909FA8;
}

.pad0 {
    padding: 0px;
}

.forgetpassdiv {
    margin: 10px 0;
    font-size: 12px;
}

.searchfilterbtn {
    position: absolute;
    bottom: -230px;
    width: 100px;
    font-size: 12px;
}


.rescontractpopup {
    padding: 10px 15px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    width: 155px;
    box-shadow: 0px 0px 6px 0px rgba(61,61,61,0.6) !important;
    margin-top: -85px;
    border-radius: 5px;
    display: none;
    margin-left: 28px;
}

.searcharrow.rescontractarrow {
    left: 30px;
}


.rescontractpopup .addbtn {
    float: none;
    margin: 15px auto;
}

.rescontractpopup hr {
    border-top: #ccc 1px solid;
}

.addnewbrokerdiv b {
    display: block;
    width: 100%;
    font-size: 16px;
    word-wrap: break-word;
    white-space: normal;
    text-align: center;
}

.rescontractpopup .searcharrow {
    width: 53px;
    height: 17px;
    position: relative;
    overflow: hidden;
    top: 29px;
    z-index: -1 !important;
}

    .rescontractpopup .searcharrow::after {
        content: "";
        position: absolute;
        width: 29px;
        height: 29px;
        background: #fff;
        transform: rotate(45deg);
        top: -21px;
        left: 17px;
        box-shadow: -1px -1px 5px -2px rgba(0, 0, 0, 0.5);
    }

.rescontractdiv {
    margin-top: -20px !important;
}

.modalok {
    margin: 15px auto 5px;
    background: #0fd873;
    color: #fff;
    width: 120px !important;
    display: block !important;
    padding: 5px;
    border-radius: 50px;
    box-shadow: none;
    cursor: pointer;
    border: 0px;
    text-align: center;
    text-decoration: none;
}

    .modalok:hover {
        background: #3ab84d;
        color: #fff;
        text-decoration: none;
    }

.exportbtn {
    margin: 15px auto 5px;
    background: #00baff !important;
    color: #fff;
    width: 120px !important;
    display: block !important;
    padding: 5px;
    border-radius: 50px;
    box-shadow: none;
    cursor: pointer;
    border: 0px;
    text-align: center;
    text-decoration: none;
}

    .exportbtn:hover {
        background: #2191ef !important;
        color: #fff;
        text-decoration: none;
    }


.bcklogin {
    width: 135px !important;
    padding: 7px 5px !important;
    margin: 10px auto 0px !important;
}

#divAlertMessage {
    font-size: 18px !important;
    text-align: center;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

@media (min-width:580px) {
    .modal-dialog {
        width: 500px;
    }

    #LinkBuilderModel .modal-dialog {
        width: 700px;
    }
}

@media (min-width:580px) {
    .modal-dialog.custommodal {
        width: 881px;
    }
}

.data-tables .k-block, .data-tables .k-content, .data-tables .k-dropdown .k-input, .data-tables .k-popup, .k-toolbar, .data-tables .k-widget {
    color: #292929 !important;
}

.data-tables .k-grid-header .k-header > .k-link, .data-tables .k-header, .data-tables .k-treemap-title {
    color: #292929 !important;
    font-weight: 600;
    text-align: center;
}

.data-tables .k-grid-content tbody tr:nth-child(2n+1) {
    background: #f0f0f0 !important;
}

.data-tables .k-widget {
    border: 0;
}

.data-tables .k-grid tbody tr:hover {
    background-color: #dfdfdf !important;
}

.data-tables .k-grid-header .k-grid-header-wrap, .data-tables .k-header, .data-tables .k-grid-header {
    border-color: #ffffff !important;
    background-color: #ffffff !important;
}

.data-tables .k-grid td {
    border-color: transparent !important;
}

.data-tables .k-grid-content tbody tr {
    text-align: center;
}




.data-tables .k-pager-wrap {
    background-color: #fff;
    color: #00435e;
}


.data-tables .k-state-selected {
    color: #00baff;
    background-color: #fff;
    border-color: #fff;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom: 1px solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-radius: 0 !important;
}

.data-tables .k-pager-wrap .k-link {
    border-color: transparent;
    color: #292929;
}

    .data-tables .k-pager-wrap .k-link:hover {
        border-color: white !important;
        color: orange;
        background-image: none !important;
        background-color: #fff !important;
    }

.data-tables .k-pager-wrap > .k-link {
    display: inline-block;
    float: none;
}

.data-tables .k-grid .k-pager-numbers {
    float: none;
}

.data-tables .k-pager-refresh, .data-tables .k-link.k-pager-nav.k-state-disabled {
    display: none !important;
}

.data-tables .k-pager-wrap {
    text-align: center;
}


    .data-tables .k-pager-numbers .k-link, .data-tables .k-pager-numbers .k-state-selected, .data-tables .k-pager-wrap > .k-link {
        min-width: 16px;
        margin: 0px 7px !important;
    }


@media (max-width:1024px) {
    .data-tables .k-edge .k-pager-numbers + .k-link {
        margin-left: 0 !important;
    }

    .data-tables .k-grid .k-pager-numbers {
        float: none;
        position: static !important;
    }

    .data-tables .k-pager-numbers .k-current-page .k-link {
        border-color: #fff !important;
        background-color: #fff !important;
        text-align: center;
    }
}

/* -------------------------------- 

Main Components 

-------------------------------- */
#accessaccordion.cd-accordion-menu {
    width: 100%;
    margin: 0em auto;
}

    #accessaccordion.cd-accordion-menu ul {
        /* by default hide all sub menus */
        display: none;
    }

    #accessaccordion.cd-accordion-menu li {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    #accessaccordion.cd-accordion-menu input[type=checkbox] {
        /* hide native checkbox */
        position: absolute;
        opacity: 0;
    }

    #accessaccordion.cd-accordion-menu label, #accessaccordion .cd-accordion-menu a {
        position: relative;
        display: block;
        padding: 18px 18px 18px 64px !important;
        background: #4d5158;
        color: #5f5f5f;
        margin-bottom: 0;
        font-weight: normal;
        font-size: 1.6rem;
    }

.no-touch #accessaccordion.cd-accordion-menu label:hover, .no-touch #accessaccordion.cd-accordion-menu a:hover {
    background: #52565d;
}

#accessaccordion.cd-accordion-menu label::before, #accessaccordion.cd-accordion-menu label::after, #accessaccordion.cd-accordion-menu a::after {
    /* icons */
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 0px solid #f28026;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    position: absolute;
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#accessaccordion.cd-accordion-menu label {
    cursor: pointer;
}

    #accessaccordion.cd-accordion-menu label::before, #accessaccordion.cd-accordion-menu label::after {
        background-image: url(../../../../Images/add.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    #accessaccordion.cd-accordion-menu label::before {
        /* arrow icon */
        left: 18px;
        background-position: 0 0;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -moz-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        -o-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }

    #accessaccordion.cd-accordion-menu label::after {
        /* folder icons */
        left: 41px;
        background-position: -16px 0;
    }
/*.cd-accordion-menu a::after {
  /* image icon 
  left: 36px;
  background: url(../img/cd-icons.svg) no-repeat -48px 0;
}*/
#accessaccordion.cd-accordion-menu input[type=checkbox]:checked + label::before {
    /* rotate arrow */
    -webkit-transform: translateY(-50%) rotate(45deg);
    ;
    -moz-transform: translateY(-50%) rotate(45deg);
    ;
    -ms-transform: translateY(-50%) rotate(45deg);
    ;
    -o-transform: translateY(-50%) rotate(45deg);
    ;
    transform: translateY(-50%) rotate(45deg);
    ;
}

#accessaccordion.cd-accordion-menu input[type=checkbox]:checked + label::after {
    /* show open folder icon if item is checked */
    background-position: -32px 0;
}

#accessaccordion.cd-accordion-menu input[type=checkbox]:checked + label + ul,
#accessaccordion.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
    /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
    /* show children when item is checked */
    display: block;
}

#accessaccordion.cd-accordion-menu ul label,
#accessaccordion.cd-accordion-menu ul a {
    background: #35383d;
    padding-left: 82px;
}

.no-touch #accessaccordion.cd-accordion-menu ul label:hover, .no-touch #accessaccordion.cd-accordion-menu ul a:hover {
    background: #3c3f45;
}

#accessaccordion.cd-accordion-menu > li:last-of-type > label,
#accessaccordion.cd-accordion-menu > li:last-of-type > a,
#accessaccordion.cd-accordion-menu > li > ul > li:last-of-type label,
#accessaccordion.cd-accordion-menu > li > ul > li:last-of-type a {
    box-shadow: none;
}

#accessaccordion.cd-accordion-menu ul label::before {
    left: 36px;
}

#accessaccordion.cd-accordion-menu ul label::after,
#accessaccordion.cd-accordion-menu ul a::after {
    left: 59px;
}

#accessaccordion.cd-accordion-menu ul ul label,
#accessaccordion.cd-accordion-menu ul ul a {
    padding-left: 100px;
}

.cd-accordion-menu ul ul label::before {
    left: 54px;
}

#accessaccordion.cd-accordion-menu ul ul label::after,
#accessaccordion.cd-accordion-menu ul ul a::after {
    left: 77px;
}

#accessaccordion.cd-accordion-menu ul ul ul label,
#accessaccordion.cd-accordion-menu ul ul ul a {
    padding-left: 118px;
}

    #accessaccordion.cd-accordion-menu ul ul ul label::before {
        left: 72px;
    }

    #accessaccordion.cd-accordion-menu ul ul ul label::after,
    #accessaccordion.cd-accordion-menu ul ul ul a::after {
        left: 95px;
    }

@media only screen and (min-width: 600px) {
    #accessaccordion.cd-accordion-menu label, .cd-accordion-menu a {
        padding: 10px 24px 10px 82px !important;
        font-size: 15px;
    }

        #accessaccordion.cd-accordion-menu label::before {
            left: 24px;
        }

        #accessaccordion.cd-accordion-menu label::after {
            left: 53px;
        }

    #accessaccordion.cd-accordion-menu ul label,
    #accessaccordion.cd-accordion-menu ul a {
        padding-left: 106px !important;
    }

        #accessaccordion.cd-accordion-menu ul label::before {
            top: 21px;
            left: 48px;
        }

        #accessaccordion.cd-accordion-menu ul label::after,
        #accessaccordion.cd-accordion-menu ul a::after {
            left: 77px;
        }

    #accessaccordion.cd-accordion-menu ul ul label,
    #accessaccordion.cd-accordion-menu ul ul a {
        padding-left: 130px !important;
    }

        #accessaccordion.cd-accordion-menu ul ul label::before {
            left: 72px;
        }

        #accessaccordion.cd-accordion-menu ul ul label::after,
        #accessaccordion.cd-accordion-menu ul ul a::after {
            left: 101px;
        }

    #accessaccordion.cd-accordion-menu ul ul ul label,
    #accessaccordion.cd-accordion-menu ul ul ul a {
        padding-left: 154px;
    }

        #accessaccordion.cd-accordion-menu ul ul ul label::before {
            left: 96px;
        }

        #accessaccordion.cd-accordion-menu ul ul ul label::after,
        #accessaccordion.cd-accordion-menu ul ul ul a::after {
            left: 125px;
        }
}

#accessaccordion.cd-accordion-menu.animated label::before {
    /* this class is used if you're using jquery to animate the accordion */
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

#accessaccordion.cd-accordion-menu.animated > li:nth-child(2n+1) label {
    background-color: #f0f0f0;
}

#accessaccordion.cd-accordion-menu.animated > li:nth-child(2n) label {
    background-color: #ffffff;
}

#accessaccordion.cd-accordion-menu label::after {
    background-image: none;
}


#accessaccordion.cd-accordion-menu.animated > li:nth-child(2n+1) label ul a {
    background-color: #f0f0f0;
}

#accessaccordion.cd-accordion-menu.animated > li:nth-child(2n) label ul a {
    background-color: #ffffff;
}

#accessaccordion.cd-accordion-menu.animated > li:nth-child(2n+1) ul a {
    background-color: #f0f0f0 !important;
}

#accessaccordion.cd-accordion-menu.animated > li:nth-child(2n) ul a {
    background-color: #ffffff !important;
}

#accessaccordion.cd-accordion-menu .smcompltebtn {
    display: block;
    text-align: center;
    background: #5ad86d;
    padding: 2px;
    width: 88px;
    float: right;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-size: 13px;
    margin-right: 10px;
    margin-top: 5px;
}

.smcompltebtn:hover {
    background: #3ab84d;
    color: #fff;
    text-decoration: none;
}

#accessaccordion.cd-accordion-menu .smfailedbtn {
    display: block;
    text-align: center;
    background: #ff595e !important;
    padding: 2px;
    width: 88px;
    float: right;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 5px;
}

    #accessaccordion.cd-accordion-menu .smfailedbtn:hover {
        background: #ef494e !important;
    }

.smfailedbtn:hover {
    background: #ef494e !important;
    color: #fff;
    text-decoration: none;
}

.smnotset {
    display: block;
    text-align: center;
    background: #00baff;
    padding: 2px;
    width: 88px;
    float: right;
    cursor: pointer;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

    .smnotset:hover {
        background: #0171db;
        color: #fff;
        text-decoration: none;
    }




#accessaccordion.cd-accordion-menu label.lastchild::before {
    background-image: none !important;
}

#accessaccordion .has-children {
    position: relative;
}

    #accessaccordion .has-children li {
        position: relative;
    }

    #accessaccordion .has-children div {
        position: absolute;
        top: 16px;
        right: 24px;
    }

#accessaccordion.cd-accordion-menu ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.topbtnaccess {
    display: inline-block;
    float: right;
    margin-right: 42px;
    margin-top: 24px;
}



/*General setting styles*/

#GeneralSettingForm .input__span_eye {
    position: absolute;
    right: 0;
    border-left: 1px solid #c5c5c5;
    height: 100%;
}

#GeneralSettingForm .input__span {
    position: absolute;
    right: 0;
    padding: 5px 7px;
    font-weight: 800;
    border-left: 1px solid #c5c5c5;
    height: 100%;
}

#frmSavePromo .input__span {
    position: absolute;
    right: 0;
    padding: 5px 22px 5px 10px;
    font-weight: 800;
    border-left: 1px solid #c5c5c5;
    height: 100%;
}

#GeneralSettingForm .input__span_eye .showPass {
    padding: 10px 8px;
    cursor: pointer;
}


#GeneralSettingForm .input__label-content--yoshiko::after {
    color: #5F5F5F;
}

#GeneralSettingForm .input__field--yoshiko:focus + .input__field--yoshiko, #GeneralSettingForm .input--filled .input__field--yoshiko {
    background-color: transparent;
    border-color: #777;
}




.k-fieldselector .k-list .k-item, .k-item.k-drag-clue, .k-list-optionlabel, .k-listbox .k-item, .k-popup .k-list .k-item, .k-popup > .k-group-header, .k-popup > .k-virtual-wrap > .k-group-header {
    line-height: 19px !important;
}

.k-animation-container, .k-animation-container *, .k-animation-container ::after, .k-block .k-header, .k-dialog .k-window-content, .k-list-container, .k-widget, .k-widget *, .k-widget ::before {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.float-right span {
    float: right !important;
}

.k-item a {
    color: #5F5F5F !important;
}

body #txtSearch_listbox .k-state-hover:hover {
    background: #f0f0f0 !important;
}

#txtSearch_listbox .k-item.k-state-focused {
    padding: 1px 5px 1px 5px !important;
    border-width: 0 !important;
    background: #f0f0f0 !important;
    box-shadow: none !important;
}

#txtSearch-list .k-list-scroller {
    margin-top: 0px !important;
    overflow-y: scroll !important;
    height: 357px;
    overflow-x: hidden;
}

.k-list-scroller {
    overflow-y: auto;
}

#txtSearch-list {
    height: 260px;
}

    #txtSearch-list .k-group-header {
        width: 100%;
        height: 30px;
        position: relative;
        overflow: hidden;
        margin-bottom: -20px;
        display: block !important;
        top: -40px;
        z-index: -1 !important;
        background: transparent;
    }

        #txtSearch-list .k-group-header::after {
            content: "";
            position: absolute;
            width: 25px;
            height: 25px;
            background: #fff;
            transform: rotate(45deg);
            top: 18px;
            left: 18px;
            box-shadow: 0px 0px 5px 0px rgba(61,61,61,0.5) !important;
        }

    #txtSearch-list colgroup col:nth-child(2) {
        display: none;
    }

#txtSearch-list {
    height: 230px;
    position: relative !important;
    padding: 0;
    margin: 0;
    width: 100%;
    box-shadow: none !important;
    border: 0 !important;
}

    #txtSearch-list .k-auto-scrollable {
        overflow-x: hidden;
        overflow-y: auto !important;
        height: 100% !important;
    }

    #txtSearch-list .float-right span {
        margin-right: 10px;
    }

.searchrowmar {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 7px 0;
}

#txtSearch-list a {
    color: #5f5f5f !important;
}

    #txtSearch-list a:hover {
        color: #5f5f5f !important;
        background-color: #eeeeee;
    }

.searchrowmar:hover {
    background-color: #eeeeee !important;
}

.customermodalmain {
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border-radius: 6px;
}

.custommodalheader {
    border: 0px aliceblue;
    background: #f28026;
    color: #fff;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 6px 6px 0 0;
}

.customermodalcontent {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px 0px 6px 6px;
    border: 0;
}

.custommodalheader .close {
    opacity: 1;
    color: #fff;
    font-weight: 300;
}

.martop0 {
    margin-top: 0px !important;
}

.input__label-content--yoshiko::after {
    color: #696969 !important;
}

.input__field--yoshiko:focus + .input__field--yoshiko, .input--filled .input__field--yoshiko {
    background-color: transparent !important;
    /*border-color: #8c8c8c !important;*/
    border-color: #cccccc !important;
}

.onlyparent {
    position: relative;
}

    .onlyparent li {
        position: relative;
    }

    .onlyparent div {
        position: absolute;
        top: 16px;
        right: 24px;
    }

._chk_status::before, ._chk_status::after {
    display: none !important;
}

.input__field.input__field--yoshiko.input-validation-error {
    border: solid 1px red !important;
}

/*Top products*/
.product {
    display: block;
    height: 380px !important;
    overflow: hidden;
    opacity: 1;
}

    .product > div {
        float: left;
    }

.rightselectedplan .planboxmain {
    height: 313px !important;
    /*width: 172px !important;*/
}

.rightselectedplan .planboxSearch {
    height: 313px !important;
    /*width: 172px !important;*/
}


.rightselectedplan .place-holder-2 {
    height: 313px !important;
    width: 142px !important;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 10px;
    border: 2px dashed #555;
    border-radius: 13px;
}

.rightselectedplan .closeicon {
    margin: 15px auto 20px !important;
    display: block !important;
}

.multidocicon1 {
    display: inline-block;
    background: #595f72;
    text-align: center;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    cursor: pointer;
}

    .multidocicon1:hover {
        background: #494f62;
    }

.data-tables tr[data-id] {
    cursor: pointer;
}

    .data-tables tr[data-id] td:nth-child(1), .data-tables tr[data-id] td:nth-last-child(1) {
        cursor: default;
    }

.data-tables .k-grid-header th.k-header {
    vertical-align: bottom;
    font-weight: 600;
}

a:focus, a:hover {
    text-decoration: none !important;
}

.mar-top10 {
    margin-top: 10px;
}

.changestatus {
    width: 172px !important;
}

.gostatusback {
    width: 172px !important;
}

.savesetting {
    float: left;
}


.searchdropdown .k-dropdown-wrap.k-state-default, #BrokerLicenseDropDownLabel + span > span {
    background-image: url(textures/highlight.png);
    background-image: none,-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.6)),to(rgba(255,255,255,0)));
    background-image: none,-webkit-linear-gradient(top,rgba(255,255,255,.6) 0,rgba(255,255,255,0) 100%);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.6) 0,rgba(255,255,255,0) 100%);
    background-position: 50% 50%;
    background-color: #fff;
    padding-bottom: 6px !important;
    border-color: #ccc;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
}

.searchdropdown .k-dropdown-wrap.k-state-default, #ESourceDropDownLabel + span > span {
    background-image: url(textures/highlight.png);
    background-image: none,-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.6)),to(rgba(255,255,255,0)));
    background-image: none,-webkit-linear-gradient(top,rgba(255,255,255,.6) 0,rgba(255,255,255,0) 100%);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.6) 0,rgba(255,255,255,0) 100%);
    background-position: 50% 50%;
    background-color: #fff;
    padding-bottom: 6px !important;
    border-color: #ccc;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
}

#BrokerDropDown .searchdropdown .k-dropdown-wrap.k-state-default {
    padding: 1px 10px 7px !important;
    background-image: url("../../../../Images/down-arrow-1.png") !important;
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 16px !important;
}

.k-multiselect-wrap {
    background-image: url("../../../../Images/down-arrow-1.png") !important;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 16px !important;
}

#BrokerDropDown .k-select {
    display: none;
}

.searchdropdown .k-dropdown-wrap.k-state-focused {
    box-shadow: none !important;
}

.k-item {
    color: #5f5f5f !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.searchdropdown .k-list-container, .k-animation-container {
    border-color: #fff !important;
    background-color: #fff !important;
}

.k-textbox {
    width: 100% !important;
    box-shadow: none !important;
}

.k-item.k-state-selected.k-state-focused {
    color: #ffffff !important;
}

.k-item.k-state-selected {
    color: #ffffff !important;
}

.k-list-optionlabel {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    color: #5f5f5f;
}

.searchrowmargin a {
    color: #5f5f5f;
}

.k-item.k-state-focused {
    box-shadow: none !important;
}


.k-icon.k-i-calendar {
    margin-top: -8px;
}


.k-calendar .k-content .k-link {
    padding: 0 5px 0 !important;
    text-align: center !important;
}

.k-widget.k-dropdown.k-header.searchdropdown {
    width: 100%;
}

td[data-click="true"] {
    cursor: pointer;
}

.brokerdropdown {
    margin-top: 13px;
}

.circle-small {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    cursor: pointer;
    margin: 0;
}

    .circle-small img {
        width: 16px;
        height: auto;
        margin: auto;
    }

    .circle-small.bg-red img {
        width: 13px;
        height: auto;
        margin: auto;
    }

.bg-yellow {
    background: #ffca3a;
}

.bg-purple {
    background: #8e5ff7;
}

.bg-gray {
    background: #bfbdc1;
}

.bg-red {
    background: #ff595e;
}

.bg-green {
    background: #0fd873;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

a {
    cursor: pointer !important;
}

.norecord {
    margin-top: 20px;
    display: block;
}

.searchtemplate #searchresult_filter {
    right: 19px;
}

.searchtemplate .searcharrow {
    right: -310px;
}

.searchresult [type="checkbox"]:checked + label {
    color: #0fd873 !important;
    font-weight: 600 !important;
    padding-left: 0;
}

.searchresult [type="checkbox"] + label {
    padding-left: 0 !important;
}

    .searchresult [type="checkbox"] + label::before, .searchresult [type="checkbox"] + label::after {
        border: 1px solid #f28026;
        display: none;
    }

.selectlbl::after {
    left: 10px !important;
    top: -9px;
}

.k-picker-wrap input {
    position: absolute;
    padding: 6px 5px !important;
    height: 30px !important;
}

.k-datepicker {
    background: white !important;
    padding: 2px 0 !important;
    width: 100% !important;
}

.k-picker-wrap.k-state-default {
    height: 34px !important;
    margin-top: -5px !important;
    border-radius: 3px !important;
}

.calendersdiv .k-icon.k-i-calendar {
    margin-top: -3px;
}

.selectlbldate::after {
    left: 10px !important;
    top: -64px;
}

.k-picker-wrap.k-state-default {
    background-color: #fff !important;
}

.input--filled.k-picker-wrap.k-state-default {
    border-color: #ccc !important;
    background-color: #fff !important;
}

.k-picker-wrap.k-state-focused {
    box-shadow: none !important;
}

.k-picker-wrap .k-input {
    border-radius: 3px !important;
}

.deleteicon {
    width: 30px;
    height: 30px;
    margin-left: 5px;
}

    .deleteicon img {
        margin-top: 4px !important;
    }

    .deleteicon:hover {
        background: #ef494e !important;
    }


.tdspchargesdiv .k-content {
    color: #5f5f5f !important;
    border-color: #fff !important;
}

.tdspchargesdiv .k-header {
    background-color: #fff;
}

.tdspchargesdiv .k-tabstrip:focus {
    box-shadow: none !important;
}

.tdspchargesdiv .k-widget {
    border-color: #fff;
}

.tdspchargesdiv .k-tabstrip .k-content.k-state-active {
    background-color: #fff;
    color: #5f5f5f !important;
    border: 0px !important;
    margin: 20px 0 auto;
    padding: 0;
}

.tdspchargesdiv .k-header {
    background-color: #fff;
    border: 0px !important;
}

.tdspchargesdiv .k-header {
    font-weight: 600 !important;
    color: #000000 !important;
}

.tdspchargesdiv tbody td:nth-child(1) {
    text-align: left;
    font-weight: 400 !important;
}

.tdspchargesdiv .k-tabstrip-top .k-tabstrip-items .k-state-active {
    border-color: #fff;
}

.tdspchargesdiv .k-tabstrip-items .k-state-default {
    border-color: #fff;
    background: #fff;
}

    .tdspchargesdiv .k-tabstrip-items .k-state-default .k-link {
        color: #5f5f5f;
    }

.tdspchargesdiv .k-state-active .k-link {
    color: #00baff !important;
    font-weight: 600;
    text-decoration: underline;
}

.tdspchargesdiv .k-tabstrip-items .k-state-default {
    border-color: #fff;
    background: #fff;
    width: 132px !important;
    font-size: 15px;
    font-weight: 400;
}

/*.tdspchargesdiv {
    margin-top: 30px;
}*/

.tdspchargesdiv .k-grid td {
    border-width: 0 0 0 0px !important;
}

.tdspchargesdiv .k-grid tbody tr:nth-child(2n+1) {
    background: #f0f0f0 !important;
}

.tdspchargesdiv .k-grid tbody tr:hover {
    background-color: #dfdfdf !important;
    background-image: none;
}
/*.tdspchargesdiv input {
    border: 1px solid #ccc;
    color: #5f5f5f;
    font-weight: 400;
    border-radius: 3px;
    margin: 0 9px;
    width: 70px;
text-align: center;
}*/
.tdspchargesdiv input {
    border: 1px solid #ccc;
    color: #5f5f5f;
    font-weight: 400;
    border-radius: 3px;
    margin: 0 9px;
    width: 107px;
    text-align: left;
    padding-left: 32px;
    font-size: 15px;
}

.loginboxparent .input--filled .input__field--yoshiko {
    background-color: #fff !important;
}

.esiidbox {
    width: 270px;
    margin-left: 16px;
}

.searchfield1 {
    margin-top: 15px !important;
}


#searchresult_filter .k-slider-track {
    width: 175px !important;
}

#searchresult_filter .k-slider.k-slider-horizontal {
    width: 195px !important;
}

#searchresult_filter .k-slider-horizontal .k-label {
    bottom: -9px;
    font-size: 12px;
}


#searchresult_filter.enrollmentsearch {
    width: 635px;
    left: -40px;
}

    #searchresult_filter.enrollmentsearch .searcharrow {
        left: 60px;
    }

#TermRange.searchrowmargin {
    margin-bottom: 20px;
}





ol, ul {
    list-style: none;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-accordion-menu {
    width: 90%;
    max-width: 600px;
    background: #4d5158;
    margin: 4em auto;
}

    .cd-accordion-menu ul {
        /* by default hide all sub menus */
        display: none;
    }

    .cd-accordion-menu li {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .cd-accordion-menu input[type=checkbox] {
        /* hide native checkbox */
        position: absolute;
        opacity: 0;
    }

    .cd-accordion-menu label, .cd-accordion-menu a {
        position: relative;
        display: block;
        padding: 18px 18px 18px 64px;
        background: #4d5158;
        color: #5f5f5f;
        font-size: 1.6rem;
    }

.no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
    background: #52565d;
}

.cd-accordion-menu label::before, .cd-accordion-menu label::after, .cd-accordion-menu a::after {
    /* icons */
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cd-accordion-menu label {
    cursor: pointer;
}

    .cd-accordion-menu label::before, .cd-accordion-menu label::after {
        background-image: url(../img/add.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .cd-accordion-menu label::before {
        /* arrow icon */
        left: 18px;
        background-position: 0 0;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -moz-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        -o-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }

    .cd-accordion-menu label::after {
        /* folder icons */
        left: 41px;
        background-position: -16px 0;
    }
/*.cd-accordion-menu a::after {
  /* image icon 
  left: 36px;
  background: url(../img/cd-icons.svg) no-repeat -48px 0;
}*/
.cd-accordion-menu input[type=checkbox]:checked + label::before {
    /* rotate arrow */
    -webkit-transform: translateY(-50%) rotate(45deg);
    ;
    -moz-transform: translateY(-50%) rotate(45deg);
    ;
    -ms-transform: translateY(-50%) rotate(45deg);
    ;
    -o-transform: translateY(-50%) rotate(45deg);
    ;
    transform: translateY(-50%) rotate(45deg);
    ;
}

.cd-accordion-menu input[type=checkbox]:checked + label::after {
    /* show open folder icon if item is checked */
    background-position: -32px 0;
}

.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
    /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
    /* show children when item is checked */
    display: block;
}

.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
    background: #35383d;
    padding-left: 82px;
}

.no-touch .cd-accordion-menu ul label:hover, .no-touch .cd-accordion-menu ul a:hover {
    background: #3c3f45;
}

.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
    box-shadow: none;
}

.cd-accordion-menu ul label::before {
    left: 36px;
}

.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
    left: 59px;
}

.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
    padding-left: 100px;
}

    .cd-accordion-menu ul ul label::before {
        left: 54px;
    }

    .cd-accordion-menu ul ul label::after,
    .cd-accordion-menu ul ul a::after {
        left: 77px;
    }

.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
    padding-left: 118px;
}

    .cd-accordion-menu ul ul ul label::before {
        left: 72px;
    }

    .cd-accordion-menu ul ul ul label::after,
    .cd-accordion-menu ul ul ul a::after {
        left: 95px;
    }

@media only screen and (min-width: 600px) {
    .cd-accordion-menu label, .cd-accordion-menu a {
        padding: 14px 24px 14px 82px;
        font-size: 1.9rem;
    }

        .cd-accordion-menu label::before {
            left: 24px;
        }

        .cd-accordion-menu label::after {
            left: 53px;
        }

    .cd-accordion-menu ul label,
    .cd-accordion-menu ul a {
        padding-left: 106px;
    }

        .cd-accordion-menu ul label::before {
            left: 48px;
        }

        .cd-accordion-menu ul label::after,
        .cd-accordion-menu ul a::after {
            left: 77px;
        }

    .cd-accordion-menu ul ul label,
    .cd-accordion-menu ul ul a {
        padding-left: 130px;
    }

        .cd-accordion-menu ul ul label::before {
            left: 72px;
        }

        .cd-accordion-menu ul ul label::after,
        .cd-accordion-menu ul ul a::after {
            left: 101px;
        }

    .cd-accordion-menu ul ul ul label,
    .cd-accordion-menu ul ul ul a {
        padding-left: 154px;
    }

        .cd-accordion-menu ul ul ul label::before {
            left: 96px;
        }

        .cd-accordion-menu ul ul ul label::after,
        .cd-accordion-menu ul ul ul a::after {
            left: 125px;
        }
}

.cd-accordion-menu.animated label::before {
    /* this class is used if you're using jquery to animate the accordion */
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-accordion-menu.animated > li:nth-child(2n+1) label {
    background-color: #f0f0f0;
}

.cd-accordion-menu.animated > li:nth-child(2n) label {
    background-color: #ffffff;
}

.cd-accordion-menu label::after {
    background-image: none;
}


.cd-accordion-menu.animated > li:nth-child(2n+1) label ul a {
    background-color: #f0f0f0;
}

.cd-accordion-menu.animated > li:nth-child(2n) label ul a {
    background-color: #ffffff;
}

.cd-accordion-menu.animated > li:nth-child(2n+1) ul a {
    background-color: #f0f0f0 !important;
}

.cd-accordion-menu.animated > li:nth-child(2n) ul a {
    background-color: #ffffff !important;
}


.smcompltebtn {
    display: block !important;
    text-align: center !important;
    background: #5ad86d !important;
    padding: 2px !important;
    width: 88px !important;
    float: right !important;
    border-radius: 50px !important;
    cursor: pointer;
    color: #fff !important;
    text-decoration: none !important;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 13px !important;
}

    .smcompltebtn:hover {
        background: #3ab84d !important;
        color: #fff;
        text-decoration: none;
    }

.smfailedbtn {
    display: block !important;
    text-align: center !important;
    background: #ff595e !important;
    padding: 2px !important;
    width: 88px !important;
    float: right !important;
    cursor: pointer;
    border-radius: 50px !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px !important;
    margin-right: 10px;
    margin-top: 5px;
}

    .smfailedbtn:hover {
        background: #ef494e !important;
        color: #fff;
        text-decoration: none;
    }

.smabandonedbtn {
    display: block !important;
    text-align: center !important;
    background: #9856f2 !important;
    padding: 2px !important;
    width: 88px !important;
    float: right !important;
    cursor: pointer;
    border-radius: 50px !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px !important;
    margin-right: 10px;
    margin-top: 5px;
}

    .smabandonedbtn:hover {
        background: #8846e2;
        color: #fff;
        text-decoration: none;
    }

.smpendingbtn {
    display: block !important;
    text-align: center !important;
    background: #ffca3a !important;
    padding: 2px !important;
    width: 88px !important;
    float: right !important;
    border-radius: 50px !important;
    cursor: pointer;
    color: #fff !important;
    margin-right: 10px;
    margin-top: 5px;
    text-decoration: none !important;
    font-size: 13px !important;
}

    .smpendingbtn:hover {
        background: #efba2a;
        color: #fff;
        text-decoration: none;
    }

.smpendinglongbtn {
    display: block !important;
    text-align: center !important;
    background: #ffca3a !important;
    padding: 2px !important;
    width: 150px !important;
    float: right !important;
    border-radius: 50px !important;
    cursor: pointer;
    color: #fff !important;
    margin-right: 10px;
    margin-top: 5px;
    text-decoration: none !important;
    font-size: 13px !important;
}

    .smpendinglongbtn:hover {
        background: #efba2a;
        color: #fff;
        text-decoration: none;
    }

.smexpiredbtn {
    display: block !important;
    text-align: center !important;
    background: #2f2f2f !important;
    padding: 2px !important;
    width: 88px !important;
    float: right !important;
    border-radius: 50px !important;
    cursor: pointer;
    color: #fff !important;
    margin-right: 10px;
    margin-top: 5px;
    text-decoration: none !important;
    font-size: 13px !important;
}

    .smexpiredbtn:hover {
        background: #3f3f3f !important;
        color: #fff;
        text-decoration: none;
    }

.smautopaybtn {
    display: block !important;
    text-align: center !important;
    background: #f05629 !important;
    padding: 2px !important;
    width: 88px !important;
    float: right !important;
    border-radius: 50px !important;
    cursor: pointer;
    color: #fff !important;
    margin-right: 10px;
    margin-top: 5px;
    text-decoration: none !important;
    font-size: 13px !important;
}

    .smautopaybtn:hover {
        background: #df4619 !important;
        color: #fff;
        text-decoration: none;
    }


.selectaud .k-input, .Multi_Utils .k-input {
    color: #4c5a62 !important;
}



.smarchivedbtn {
    display: block !important;
    text-align: center !important;
    background: #f08b29 !important;
    padding: 2px !important;
    width: 88px !important;
    float: right !important;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 5px;
    border-radius: 50px !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px !important;
}

    .smarchivedbtn:hover {
        background-color: #e07b19;
        color: #fff;
        text-decoration: none;
    }

.smdeniedbtn {
    display: block !important;
    text-align: center !important;
    background: #bfbdc1 !important;
    padding: 2px !important;
    width: 88px !important;
    float: right !important;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 5px;
    border-radius: 50px !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px !important;
}

    .smdeniedbtn:hover {
        background: #9f9da1;
        color: #fff;
        text-decoration: none;
    }


.smnotset {
    display: block !important;
    text-align: center !important;
    background: #00baff !important;
    padding: 2px !important;
    width: 88px !important;
    float: right !important;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 5px;
    border-radius: 50px !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px !important;
}

    .smnotset:hover {
        background: #0171db !important;
        color: #fff;
        text-decoration: none;
    }

.smlatebtn {
    display: block !important;
    text-align: center !important;
    background: #999 !important;
    padding: 2px !important;
    width: 88px !important;
    float: right !important;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 5px;
    border-radius: 50px !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px !important;
}

    .smlatebtn:hover {
        background: #4f4f4f;
        color: #fff;
        text-decoration: none;
    }






.cd-accordion-menu label.lastchild::before {
    background-image: none !important;
}

.has-children {
    position: relative;
}

    .has-children li {
        position: relative;
    }

    .has-children div {
        position: absolute;
        top: 16px;
        right: 24px;
    }


.planboxmain .utilityrankred {
    text-align: center;
    display: block;
    margin: 0 auto;
    height: 35px;
    width: 35px;
    font-size: 20px;
    padding-top: 4px;
    padding-left: 0px;
}

    .planboxmain .utilityrankred:hover {
        background: #ef494e;
    }

.rightselectedplan .planprovider img {
    height: 35px;
    padding: 0 10px;
}

.leftselectedplan .planprovider img {
    height: 31px;
    padding: 0 10px;
}

.draggedplandiv .k-header {
    background-color: #fff !important;
    border: 0px !important;
    box-shadow: none !important;
}


.draggedplandiv .k-tabstrip-items {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

    .draggedplandiv .k-tabstrip-items .k-state-default {
        border: 0px !important;
        background: transparent !important;
    }

.draggedplandiv .rightselectedplan {
    border-color: transparent !important;
}


.draggedplandiv .k-tabstrip-items .k-loading {
    border-top: 0 !important;
}

.draggedplandiv .k-link {
    color: #5f5f5f !important;
    width: auto;
}



.draggedplandiv .rightselectedplan .planbox {
    color: #5f5f5f !important;
}

.selectedplandiv {
    background-color: #EBEBEB !important;
    border-radius: 5px;
}

.plannumber {
    text-align: center;
    font-size: 22px;
    color: #5f5f5f;
    min-height: 29px;
    font-weight: 600;
}

#tabstrip.top4divbdr {
    border-left: 2px solid #ddd !important;
    padding-left: 10px !important;
}

.top4search {
    margin-top: 2px !important;
}

.k-i-arrow-60-left::before {
    content: "\f053" !important;
    font-family: fontawesome !important;
}

.k-tabstrip > .k-button.k-bare {
    top: 11px !important;
    background: white !important;
    opacity: 1 !important;
}

.k-i-arrow-60-right::before {
    content: "\f054" !important;
    font-family: fontawesome !important;
}

.k-button.k-button-icon.k-bare.k-tabstrip-next {
    right: 0;
}

.draggedplandiv .k-state-active .k-link {
    color: #00BAFF !important;
    font-weight: 600 !important;
}

.draggedplandiv .k-button:active:hover {
    color: #000;
}

#divAlertMessage label {
    font-weight: 400 !important;
}

.dropplantext {
    max-height: 500px;
    overflow-y: auto;
}

.leftselectedplan {
    min-height: 0px;
}


#selectable .ui-selecting {
    background: #0fd873 !important;
    cursor: pointer;
    color: white;
}

#selectable .ui-selected {
    background: #0fd873 !important;
    color: white;
}

#selectable {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
    width: 100%;
    cursor: pointer;
}

    #selectable li {
        margin: 5px 7px 5px 0;
        padding: 8px 5px;
        float: left;
        width: 45px;
        font-size: 15px;
        text-align: center;
        background: #dedede !important;
        font-family: 'Oxygen', sans-serif;
    }


/* Doc hover*/
.rescontractpopup {
    padding: 5px 15px 10px;
    background-color: #fff;
    position: absolute;
    z-index: 0;
    width: 155px;
    box-shadow: 0px 0px 6px 0px rgba(61,61,61,0.6) !important;
    margin-top: -35px;
    border-radius: 5px;
    display: none;
    right: -10px;
}

.rescontractpopupparent {
    display: inline;
}

.rescontractpopup .searcharrow {
    width: 25px;
    height: 25px;
    position: relative;
    overflow: hidden;
    left: 135px;
    top: 3px;
    z-index: -1 !important;
}

    .rescontractpopup .searcharrow::after {
        content: "";
        position: absolute;
        width: 25px;
        height: 25px;
        background: #fff;
        transform: rotate(45deg);
        top: 1px;
        left: -13px;
        box-shadow: -1px -1px 5px -2px rgba(0, 0, 0, 0.5);
    }

/* Doc hover*/


.martop26 {
    margin-top: 26px;
}

.martop35 {
    margin-top: 35px;
}

.padleft0 {
    padding-left: 0px;
}

.martop33 {
    margin-top: 33px;
}

.martop24 {
    margin-top: 24px;
}

.selectuser4 {
    margin-top: 0 !important;
}

.Multi_Utils .k-header {
    background-color: white !important;
}

.Multi_Utils .k-widget .showselectlbl {
    left: 0px;
}

.k-autocomplete.k-state-focused, .k-dropdown-wrap.k-state-focused, .k-multiselect.k-header.k-state-focused, .k-numeric-wrap.k-state-focused, .k-picker-wrap.k-state-focused {
    box-shadow: none !important;
}

.Multi_Utils input {
    height: auto !important;
}

.selectlblutil::after {
    left: 10px !important;
    top: -4px;
}

.UtilityError + .selectlblutil::after {
    left: 10px !important;
    top: -88px;
}

.Multi_Utils .k-multiselect-wrap {
    min-height: 0px !important;
}

.martop10 {
    margin-top: 10px !important;
}

.leftpadding20 {
    padding-left: 20px;
}

.rightpadding20 {
    padding-right: 20px;
}

.leftpadding25 {
    padding-left: 25px;
}

.rightpadding25 {
    padding-right: 25px;
}

.leftpadding35 {
    padding-left: 35px;
}

.rightpadding35 {
    padding-right: 35px;
}


.martop13 {
    margin-top: 13px !important;
}

.posabsolute {
    position: absolute !important;
}

.onetime {
    font-size: 13px !important;
    margin-top: 26px !important;
}

.marmin23 {
    margin-top: -23px;
}

.data-tables .k-grid-content {
    overflow-y: auto !important;
    max-height: 525px !important;
    height: auto !important;
}
.data-tables #LinkRenewalProductsGrid .k-grid-content {
     max-height: 305px !important;
 }

.data-tables #EnrollmentProductsGrid .k-grid-content {
     max-height: 305px !important;
 }

.data-tables #LinkToDefaultProductsGrid .k-grid-content {
     max-height: 305px !important;
 }

.dashboardtables .k-grid-content {
    overflow-y: auto !important;
    max-height: 304px !important;
    height: auto !important;
}

#DivProducts .statusinactive, #DivProducts .statusactive, #DivListPromoCodes .statusactive, #DivListPromoCodes .statusinactive, #DivListPromoCodes .statuspending, #DivListPromoCodes .statusexpired {
    padding-left: 9px !important;
    text-align: left;
    padding-right: 10px !important;
}

#DivListEnrollments .statusactive, #DivListEnrollments .statusinactive, #DivListEnrollments .statuspending, #DivListEnrollments .statusdecline, #DivListEnrollments .statusfailed, #DivListEnrollments .statusautopay, #DivListEnrollments .statusexpired {
    padding-left: 9px !important;
    text-align: left;
    padding-right: 10px !important;
}


#DivListProducts.importprduct .statusactive {
    padding-left: 9px !important;
    text-align: left;
    padding-right: 10px !important;
}

    #DivListProducts.importprduct .statusactive [type="checkbox"]:not(:checked) + label::before,
    #DivListProducts.importprduct .statusactive [type="checkbox"]:checked + label::before {
        left: 7px;
        top: -6px;
    }

#DivListProducts.importprduct .statusinactive [type="checkbox"]:not(:checked) + label::before,
#DivListProducts.importprduct .statusinactive [type="checkbox"]:checked + label::before {
    left: -8px;
    top: -6px;
}

    #DivListProducts.importprduct .statusactive [type="checkbox"]:checked + label::after, 
    #DivListProducts.importprduct .statusactive [type="checkbox"]:not(:checked) + label::after{
        top: -3px;
        left: 10px;
    }
     #DivListProducts.importprduct .statusinactive [type="checkbox"]:checked + label::after,  
    #DivListProducts.importprduct .statusinactive [type="checkbox"]:not(:checked) + label::after {
        top: -3px;
        left: -5px;
    }

     .tableprntdiv tbody  td:nth-child(2).statusinactive {
    font-weight: bold !important;
    padding-left: 0px !important;
}



#NoRecordsFound h1 {
    font-size: 15px !important;
    font-weight: 600;
}

#DivProducts [type="checkbox"]:checked + label::before, #DivProducts [type="checkbox"]:not(:checked) + label::before {
    top: -8px !important;
}

#DivProducts [type="checkbox"]:checked + label::after, #DivProducts [type="checkbox"]:not(:checked) + label::after {
    top: -5px !important;
}

#DivListPromoCodes [type="checkbox"]:checked + label::before, #DivListPromoCodes [type="checkbox"]:not(:checked) + label::before {
    top: -8px !important;
}

#DivListPromoCodes [type="checkbox"]:checked + label::after, #DivListPromoCodes [type="checkbox"]:not(:checked) + label::after {
    top: -5px !important;
}

#DivListPromoCodes [type="checkbox"]:checked + label::after, #DivListPromoCodes [type="checkbox"]:checked + label::after, #DivListPromoCodes [type="checkbox"]:not(:checked) + label::after {
    background: #5f5f5f;
}

#DivListEnrollments [type="checkbox"]:checked + label::after, #DivListEnrollments [type="checkbox"]:checked + label::after, #DivListEnrollments [type="checkbox"]:not(:checked) + label::after {
    background: #5f5f5f;
}

#DivListEnrollments .k-grid-header tr [type="checkbox"]:checked + label::before {
    border: 1px solid #5f5f5f;
}

#DivListPromoCodes .k-grid-header tr [type="checkbox"]:checked + label::before {
    border: 1px solid #5f5f5f;
}

#DivListPromoCodes [type="checkbox"]:checked + label, #DivListPromoCodes [type="checkbox"]:not(:checked) + label {
    padding-left: 0;
    float: left;
    /*margin-left: 20px;*/
    margin-left: 10px;
}

#WindroseEnergyResidentialPromoCodes #DivListPromoCodes [type="checkbox"]:checked + label,
#WindroseEnergyResidentialPromoCodes #DivListPromoCodes [type="checkbox"]:not(:checked) + label,
#WindroseEnergyCommercialPromoCodes #DivListPromoCodes [type="checkbox"]:checked + label,
#WindroseEnergyCommercialPromoCodes #DivListPromoCodes [type="checkbox"]:not(:checked) + label {
    padding-left: 0;
    float: left;
    margin-left: 20px;
}

#DivListPromoCodes .k-grid-header [type="checkbox"]:checked + label::before, #DivListPromoCodes .k-grid-header [type="checkbox"]:not(:checked) + label::before {
    top: -13px !important;
}

#DivListPromoCodes .k-grid-header [type="checkbox"]:checked + label::after, #DivListPromoCodes .k-grid-header [type="checkbox"]:not(:checked) + label::after {
    top: -10px !important;
}

#DivListEnrollments [type="checkbox"]:checked + label::before, #DivListEnrollments [type="checkbox"]:not(:checked) + label::before {
    top: -8px !important;
}

#DivListEnrollments [type="checkbox"]:checked + label::after, #DivListEnrollments [type="checkbox"]:not(:checked) + label::after {
    top: -5px !important;
}



#DivListEnrollments [type="checkbox"]:checked + label, #DivListEnrollments [type="checkbox"]:not(:checked) + label {
    padding-left: 0;
    float: left;
    margin-left: 19px;
}

#DivListEnrollments .k-grid-header [type="checkbox"]:checked + label::before, #DivListEnrollments .k-grid-header [type="checkbox"]:not(:checked) + label::before {
    top: -13px !important;
}

#DivListEnrollments .k-grid-header [type="checkbox"]:checked + label::after, #DivListEnrollments .k-grid-header [type="checkbox"]:not(:checked) + label::after {
    top: -10px !important;
}

#DivProducts [type="checkbox"]:checked + label, #DivProducts [type="checkbox"]:not(:checked) + label {
    padding-left: 0;
    float: left;
    margin-left: 18px;
}

#WindroseEnergyArchivedProducts #DivProducts [type="checkbox"]:checked + label,
#WindroseEnergyArchivedProducts #DivProducts [type="checkbox"]:not(:checked) + label {
    margin-left: 10px;
}

#DivProducts .k-grid-header [type="checkbox"]:checked + label::before, #DivProducts .k-grid-header [type="checkbox"]:not(:checked) + label::before {
    top: -13px !important;
}

#DivProducts .k-grid-header [type="checkbox"]:checked + label::after, #DivProducts .k-grid-header [type="checkbox"]:not(:checked) + label::after {
    top: -10px !important;
}


#ArchivedProducts [type="checkbox"]:checked + label, #ArchivedProducts [type="checkbox"]:not(:checked) + label {
    padding-left: 0;
    float: left;
    margin-left: 09px;
}

.text-left1, .text-left1 a {
    text-align: left !important;
}

div#ResidentialArchivedEnrollments colgroup col:nth-last-child(1) {
    min-width: 100px !important;
}

td#ResidentialArchivedEnrollments .rescontractpopup {
    right: -70px;
}

div#CommercialArchivedEnrollments colgroup col:nth-last-child(1) {
    /*width: 100px !important;*/
}


div#CommercialAbandonedEnrollments colgroup col:nth-last-child(1) {
    width: 80px !important;
}


div#CommercialAbandonedEnrollments colgroup col:nth-last-child(1) {
    width: 100px !important;
}


td#CommercialArchivedEnrollments .addnewbrokermain {
    right: -210px;
}

td#CommercialEnrollments, td#ResidentialEnrollments {
    text-align: right;
}

    td#CommercialEnrollments .addnewbrokermain {
        margin-left: -172px;
    }

.addnewbrokermain .searcharrow {
    width: 25px;
    height: 25px;
    position: relative;
    overflow: hidden;
    left: 235px;
    top: 15px;
    z-index: -1 !important;
}

    .addnewbrokermain .searcharrow::after {
        content: "";
        position: absolute;
        width: 25px;
        height: 25px;
        background: #fff;
        transform: rotate(45deg);
        top: -1px;
        left: -13px;
        box-shadow: -1px -1px 5px -2px rgba(0, 0, 0, 0.5);
    }

#OfferNoticePopUp.addnewbrokermain .searcharrow {
    left: 328px;
}
#BulkofferPop.addnewbrokermain .searcharrow {
    left: 328px;
}
.addnewbrokermain {
    margin-top: -54px;
}


#DivProducts .statusinactive {
    padding-left: 10px !important;
}

.k-window-titlebar.k-header {
    border: 0;
    z-index: 111111111;
    background: #f28026 !important;
    height: auto;
    color: #fff;
    font-family: 'Oxygen';
    font-weight: 600;
}

#alertsList input[type="checkbox"] {
    display: none;
}

.resubicon img {
    margin-left: -2px !important;
    height: 19px !important;
    margin-top: 4px;
}

.resubicon, .resubicon1, .linkicon {
    background: #2191fb;
}

    .resubicon:hover, .resubicon1:hover, .linkicon:hover {
        background: #1181eb;
    }

    .resubicon1 img {
        margin-top: 8px;
        margin-left: -3px;
        height: 25px;
        width: 25px;
    }

.carroticon img {
    margin-left: 4px !important;
    height: 19px !important;
    margin-top: 4px;
}

.carroticon, .carroticon1 {
    background: #ff9d00;
}

    .carroticon:hover, .carroticon1:hover {
        background: #e08a00;
    }

    .carroticon1 img {
        padding-left: 4px;
    }

.messageicon.carroticon {
    position: relative;
    top: -1px;
}

.resubicon1.topsub {
    position: relative;
    top: 1px;
}

.carroticon img {
    margin-top: 3px;
    margin-left: -3px;
    height: 25px;
    width: 25px;
}

.linkicon img, .delicon img {
    margin-left: 0px !important;
    height: 19px !important;
    margin-top: 3px;
}

.k-pager-info.k-label {
    position: absolute;
    right: 0;
    top: 8px;
}

.editordiv .k-picker-wrap.k-state-default {
    height: 32px !important;
    margin-top: 0 !important;
    border-radius: 3px !important;
}

.editordiv .k-editor-toolbar .k-tool-icon.k-icon {
    top: -3px !important;
}

.editordiv .k-editor-toolbar .k-colorpicker .k-tool-icon.k-icon {
    top: 0px !important;
}

div.k-window {
    width: 520px !important;
}

.k-editor-dialog.k-editor-table-wizard-dialog.k-window-content {
    width: 100% !important;
}

.k-editor-dialog .k-editor-textarea {
    width: 100% !important;
}

.k-dialog-update.k-button.k-primary, .k-button.k-primary.k-dialog-ok {
    display: block !important;
    text-align: center !important;
    background: #0fd873 !important;
    padding: 5px !important;
    width: 120px !important;
    float: right !important;
    border-radius: 50px !important;
    color: #fff !important;
    text-decoration: none !important;
    margin-bottom: 10px !important;
    border: 0 !important;
}

.k-dialog-close.k-button {
    display: block !important;
    text-align: center !important;
    background: #bfbdc1 !important;
    padding: 5px !important;
    width: 120px !important;
    float: left !important;
    border-radius: 50px !important;
    color: #fff !important;
    border: 0 !important;
    text-decoration: none !important;
    margin-bottom: 10px !important;
}

.k-dialog-update.k-button.k-primary:hover, .k-button.k-primary.k-dialog-ok:hover {
    background: #3ab84d !important;
    color: #fff;
    text-decoration: none;
}

.k-dialog-close.k-button:hover {
    background: #9f9da1 !important;
    color: #fff;
    text-decoration: none;
}

#accessaccordion.cd-accordion-menu span {
    margin-top: -7px !important;
}

.k-widget.k-timepicker.k-header.input__field.input__field--yoshiko {
    width: 100%;
}

.padleftright0 > span {
    padding-left: 0;
    padding-right: 0;
}


#GeneralSettingForm .k-icon.k-i-calendar {
    margin-top: -1px;
}

#NoResultonFilter h1 {
    font-size: 17px;
    font-weight: 600;
}

.addicon .addnewbrokermain {
    left: -125px;
    top: 52px;
}

.addicon #BrokerAdder.addnewbrokermain {
    left: -25px;
    top: 52px;
}

#DuplicateModalResponse {
    font-weight: 400 !important;
    font-size: 18px !important;
    text-align: center;
}

#ResponseMessage {
    font-weight: 400 !important;
    font-size: 18px !important;
    text-align: center;
}

.martop22 {
    margin-top: 22px !important;
}

.martop30 {
    margin-top: 30px !important;
}

.table-header-cell-left .k-link {
    text-align: center !important;
}

#DivProducts [type="checkbox"]:checked + label::after, #DivProducts [type="checkbox"]:checked + label::after, #DivProducts [type="checkbox"]:not(:checked) + label::after {
    background: #5f5f5f;
}

#DivProducts .k-grid-header tr [type="checkbox"]:checked + label::before {
    border: 1px solid #5f5f5f;
}

.modal-body button {
    display: none;
}
/*#btnYes{width: 170px !important;}*/
/*#btnYes {
    width: 100% !important;
}*/
.changestatus {
    width: 158px !important;
}

select {
    cursor: pointer;
}

.k-widget.k-dropdown.k-header.searchdropdown.top4filtersearch > span {
    padding-bottom: 6px;
}

#NoResultonFilter {
    text-align: center;
}

.promocodefilter .k-picker-wrap .k-select {
    padding-top: 3px;
}

#ExpireDate, #StartDate, .k-multiselect {
    cursor: pointer;
}

    #ExpireDate + .k-select, #StartDate + .k-select {
        padding-top: 4px !important;
    }

    .k-dropdown .k-input, .k-dropdown .k-state-focused .k-input, .k-menu .k-popup, .k-multiselect .k-button, .k-multiselect .k-button:hover {
        color: #5F5F5F !important;
    }

.k-state-hover, .k-state-hover:hover {
    color: #5F5F5F !important;
}

#BrokerDropDown .k-widget.k-dropdown.k-header.searchdropdown .k-dropdown-wrap {
    padding: 1px 10px 7px !important;
}

#lblEmail, #lblNumber {
    font-weight: 400;
}

.contractdoc a:hover {
    color: orange;
}


.k-pager-numbers .k-state-selected {
    font-weight: 600;
}

.rescomm .inactivecheck.active {
    color: #5ad86d;
}

.inactivecheck.active {
    color: #ff595e;
    font-weight: 600;
}

.activecheck.active {
    color: #5ad86d;
    font-weight: 600;
}



#image-holder {
    margin-top: 0px !important;
    height: 181px !important;
    width: 100% !important;
}

#ProfileImage {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.mm-menu .mm-listview > li .mm-next:hover::after {
    border-color: #00BAFF !important;
}

.mm-menu .mm-listview > li .mm-next:hover span, .mm-menu .mm-listview > li .mm-next span:hover {
    border-color: #00BAFF !important;
}

#GeneralSettingForm .avgpriceheadingprdt {
    margin-bottom: 25px;
}

.k-picker-wrap input {
    cursor: pointer;
}

.topenrollmenticons {
    position: relative;
    top: -10px !important;
    right: 0;
}

.contracticondiv {
    display: inline-block;
}

.txtright {
    text-align: right !important;
}

.calendersdiv #StartDate, .calendersdiv #ExpireDate {
    position: absolute;
    padding: 6px 5px !important;
    height: 32px !important;
    border: 1px solid #ccc !important;
}

    .calendersdiv #StartDate.input-validation-error, .calendersdiv #ExpireDate.input-validation-error {
        border: solid 1px red !important;
    }

.calendersdiv .k-picker-wrap.k-state-default, .calendersdiv .k-picker-wrap.k-state-default.k-state-hover {
    border-color: #fff !important;
}

.calendersdiv #StartDate + .k-select .k-icon.k-i-calendar, .calendersdiv #ExpireDate + .k-select .k-icon.k-i-calendar {
    margin-top: -9px !important;
}

#dvpop {
    margin-left: -110px;
    margin-top: 22px;
}

    #dvpop.enrollmentdivfile {
        margin-left: -218px;
        margin-top: 22px;
    }


#contactpop {
    margin-left: -110px;
    margin-top: 15px;
}

    #contactpop.enrollmentdivfile {
        margin-left: -218px;
        margin-top: 22px;
        cursor: default;
    }

    #contactpop b, #contactpop span {
        cursor: text;
    }


#esgfiles {
    margin-top: 22px;
}

#dvpop.addnewbrokermain .searcharrow {
    width: 25px;
    height: 25px;
    position: relative;
    overflow: hidden;
    left: 102px;
    top: -24px;
    z-index: -1 !important;
}

#dvpop.enrollmentdivfile.addnewbrokermain .searcharrow {
    left: 208px;
}

#dvpop .searcharrow::after {
    content: "";
    position: absolute;
    width: 29px;
    height: 29px;
    background: #fff;
    transform: rotate(45deg);
    top: 7px;
    left: -3px;
    box-shadow: -1px -1px 5px -2px rgba(0, 0, 0, 0.5);
}

#contactpop.addnewbrokermain .searcharrow {
    width: 25px;
    height: 25px;
    position: relative;
    overflow: hidden;
    left: 102px;
    top: -24px;
    z-index: -1 !important;
}

#contactpop.enrollmentdivfile.addnewbrokermain .searcharrow {
    left: 208px;
}

#contactpop .searcharrow::after {
    content: "";
    position: absolute;
    width: 29px;
    height: 29px;
    background: #fff;
    transform: rotate(45deg);
    top: 7px;
    left: -3px;
    box-shadow: -1px -1px 5px -2px rgba(0, 0, 0, 0.5);
}

#esgfiles.addnewbrokermain .searcharrow {
    width: 25px;
    height: 25px;
    position: relative;
    overflow: hidden;
    left: 94px;
    top: -24px;
    z-index: -1 !important;
}

#esgfiles .searcharrow::after {
    content: "";
    position: absolute;
    width: 29px;
    height: 29px;
    background: #fff;
    transform: rotate(45deg);
    top: 7px;
    left: -3px;
    box-shadow: -1px -1px 5px -2px rgba(0, 0, 0, 0.5);
}

#esgfiles .addnewbrokerdiv, #dvpop .addnewbrokerdiv, #contactpop .addnewbrokerdiv {
    margin-top: -20px;
}

.k-list-container {
    background-color: #fff !important;
}

.searchrowmar span {
    cursor: pointer;
}

#ImportFileUpload {
    width: 332px;
}

button[disabled], html input[disabled] {
    cursor: not-allowed;
}

.Multi_Utils .k-clear-value {
    display: none !important;
}

.searchrowmargin label {
    margin-bottom: 0;
    padding-bottom: 0;
}

.searchresult .k-datepicker .k-select {
    padding-top: 3px;
}

.ringicon {
    width: 43px;
    margin-right: 6px;
}

/*#templateList .k-grid-header{padding-right: 0 !important; }*/
.statusemailtemp {
    padding-left: 25px !important;
}

.fileuploademail input {
    cursor: pointer;
    background-image: url("../../../../Images/fileupload.png");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 98%;
}

.editordiv .k-editor-widget.k-editor {
    height: 570px !important;
}

.input--filled + .sidelbl, .input--filled + .sidelbl5 {
    border-left: 1px solid #ccc !important;
}

.input--filled + .sidelbl6 {
    border-right: 1px solid #ccc !important;
}

@media (max-height:768px) {
    .logout {
        display: none !important;
    }
    .mm-listview a, .mm-listview span, .mm-fullsubopen + span {
    padding: 11px 30px !important;
   font-size: 16px;
   }
       #ProfileImage {
    width: 100px;
    height: 100px;
  
}

    #SecondLogin.logout {
         bottom: 10px;
    }

        .logout.logoutsm {
            bottom: -80px;
            /*display: block !important;*/
        }
        #SecondLogin.logout {
           
            display: block !important;
        }


    /*#mm-1 .mm-listview li:nth-last-child(1) .logout {
        display: block !important;
    }*/
}

.mm-next.mm-fullsubopen:hover + span {
    color: #00BAFF !important;
}

#ProductDetails_EFLDate + .k-select {
    padding-top: 4px;
}

.newmodal .exportbtn, .newmodal .modalok {
    width: 160px !important;
}

.tableprntdiv tbody td:nth-child(2) {
    font-weight: bold !important;
}

#ArchivedProducts tbody td:nth-child(2) {
    font-weight: normal !important;
}

#DivListUsers tbody td:nth-child(2), #activityGrid tbody td:nth-child(2), #DivListHolidaysCodes tbody td:nth-child(2), #templateList tbody td:nth-child(2) {
    font-weight: normal !important;
}

#DivListUsers tbody td:nth-child(1) label, #templateList tbody td:nth-child(1) {
    font-weight: bold !important;
}

#companiesGrid tbody td:nth-child(2) {
    font-weight: normal !important;
}

#companiesGrid tbody td:nth-child(1) label {
    font-weight: bold !important;
}

#brokersGrid tbody td:nth-child(2) {
    font-weight: normal !important;
}

#brokersGrid tbody td:nth-child(1) label {
    font-weight: bold !important;
}




.fontsize14 {
    font-size: 14px;
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .input__label-content--yoshiko {
        padding: 3px 0 4px !important;
    }

    *::-ms-backdrop, .input__field {
        padding: 5px 10px 7px !important;
    }

    .switch {
        margin: 0px 17px 0 15px;
    }

    #divAlertMessage {
        font-size: 17px !important;
    }

    .iepad > span {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    *::-ms-backdrop, .martop20 {
        margin-top: 28px !important;
    }

    *::-ms-backdrop, .strdatepromo.startpromo .input__label-content--yoshiko {
        top: -7px !important;
        left: 9px !important;
    }

    *::-ms-backdrop, .enddatepromo .input__label-content--yoshiko {
        top: -7px !important;
        left: 9px !important;
    }

    *::-ms-backdrop, .strdatepromo.startpromo input {
        padding-top: 4px !important;
    }

    *::-ms-backdrop, .enddatepromo input {
        padding-top: 4px !important;
    }

    .efldatediv .posabsolute {
        position: absolute !important;
        top: 63px !important;
    }

    .efl .input__label-content--yoshiko {
        padding-left: 28px !important;
    }

    .efl.nosign .input__label-content--yoshiko {
        padding-left: 0px !important;
    }
}


.col1user, .col3user, .col2user {
    float: left;
}
/*.col1user{width: 355px;padding: 10px 24px 10px 100px !important;font-size: 16px;cursor:pointer}*/
.col1user {
    width: 355px;
    padding: 10px 0px !important;
    font-size: 15px;
}

.plusignimg {
    width: 17px;
    cursor: pointer;
    margin-left: -12px;
}

.plususer .plusignimg {
    transition: transform 0.3s;
    transform: rotate(-90deg);
}

.crossuser .plusignimg {
    transition: transform 0.3s;
    transform: rotate(135deg);
}

.col1user .plusign {
    padding: 10px 24px 10px 50px !important;
}

.plusign.crossuser {
    transition: all 0.2s ease;
    transform: rotate(45deg);
}


.col1user .pageall {
    padding: 0 !important;
    cursor: pointer;
    margin-left: 14px;
}

    .col1user .pageall:hover {
        color: #00baff;
    }

.col2user, .col3user {
    width: 85px;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
    margin-right: 15px;
}

    .col2user span, .col3user span {
        cursor: pointer;
    }

        .col2user span:hover, .col3user span:hover {
            color: #00baff;
        }

input::-ms-clear {
    display: none;
}

#ExpireDate.input__field.input__field--yoshiko.input-validation-error, #StartDate.input__field.input__field--yoshiko.input-validation-error {
    border: solid 1px red !important;
    height: 34px !important;
    margin-left: -1px;
    margin-top: -1px;
    width: 167px !important;
}

@supports (-ms-ime-align:auto) {
    .statusinactive [type="checkbox"]:checked + label::before, .statusinactive [type="checkbox"]:not(:checked) + label::before {
        width: 20px;
        height: 20px;
    }

    .switch {
        margin: 0px 17px 0 15px;
    }

    #DivProducts [type="checkbox"]:not(:checked) + label::before {
        top: -10px !important;
    }

    input[type=password]::-ms-reveal,
    input[type=password]::-ms-clear {
        display: none;
    }
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}

#searchresult_filter .ArchivedStatusReAdjust .k-slider-track {
    width: 100% !important;
}

#searchresult_filter .ArchivedStatusReAdjust .k-slider.k-slider-horizontal {
    width: 100% !important;
}

.editicon.icons.archicon img.archeyeicon, .messageicon img.archeyeicon {
    width: 22px !important;
    height: 22px !important;
}

#RoleID + span small {
    position: absolute;
    top: 37px;
}


#FileUploaderPopup .modal-dialog {
    width: 503px;
}

.UtilityError {
    margin-top: -15px;
    display: block;
}

#searchresult_filter.borkercompsearch {
    width: 350px !important;
}

.marbtm20 {
    margin-bottom: 20px;
}

.data-tables #brokersGrid .k-grid-content, .data-tables #promosGrid .k-grid-content {
    overflow-y: auto !important;
    max-height: 325px !important;
    height: auto !important;
}

.data-tables.brokerlist #brokersGrid .k-grid-content {
    overflow-y: auto !important;
    max-height: 525px !important;
    height: auto !important;
}



.bg-red:hover {
    background: #ef494e;
}

.bg-gray:hover {
    background: #9f9da1;
}

.martop5 {
    margin-top: 5px;
}
/*.brokerlist  .k-grid-header{
    padding-right:0 !important;
}*/

.userlock.circle-small.bg-red img {
    width: 18px;
    height: auto;
    margin: auto;
}

#PromoCodeTerms ol#selectable li:nth-child(10n+1) {
    clear: left;
}

.gensetting #ExpireDate.input__field.input__field--yoshiko.input-validation-error, .gensetting #StartDate.input__field.input__field--yoshiko.input-validation-error {
    width: 100% !important;
}

.depdoclist li .removefile:hover::after {
    background: #e00000;
}

.ArchivedProducts ~ #StatusModal .newmodal .exportbtn {
    width: 120px !important;
}

.userimg img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}
/*#brokersGrid .k-grid-header{
    padding-right: 17px !important;
}*/
.sidemsmltble #brokersGrid .k-grid-header {
    padding-right: 0px !important;
}

.sidemsmltble #promosGrid .k-grid-header {
    padding-right: 0px !important;
}

#frmSaveUser input[disabled="disabled"] {
    background: #eee !important;
}

#accessaccordion label, .pageall {
    font-weight: 600 !important;
}

#tooltipimg {
    background: #bbb;
    width: 25px;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    height: 25px;
    padding-top: 1px;
    font-weight: 600;
    position: absolute;
    top: 24px;
    z-index: 11111111;
    right: 20px;
    cursor: pointer;
}

#promotooltip {
    background: #bbb;
    width: 25px;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    height: 25px;
    padding-top: 1px;
    font-weight: 600;
    position: absolute;
    top: 24px;
    z-index: 1111;
    right: -3px;
    cursor: pointer;
}

.milbox {
    width: 90% !important;
}

#txttooltip {
    margin-left: 408px !important;
    margin-top: -171px !important;
}

    #txttooltip.addnewbrokermain .searcharrow {
        width: 34px;
        height: 34px;
        left: 99px;
        top: 104px;
    }

        #txttooltip.addnewbrokermain .searcharrow::after {
            width: 42px;
            height: 48px;
            top: -41px;
            box-shadow: -1px -1px 5px -2px rgba(0, 0, 0, 1);
            left: -4px;
        }

    #txttooltip .addnewbrokerdiv {
        margin-top: -27px;
    }

#promotooltxt {
    margin-left: 8px !important;
    margin-top: -213px !important;
}

.milbox small {
    position: absolute;
    top: 35px;
}

#promotooltxt.addnewbrokermain .searcharrow, #promotooltxt1.addnewbrokermain .searcharrow, #promotooltxt2.addnewbrokermain .searcharrow {
    width: 34px;
    height: 34px;
    left: 99px;
    top: 146px;
}

    #promotooltxt.addnewbrokermain .searcharrow::after, #promotooltxt1.addnewbrokermain .searcharrow::after, #promotooltxt2.addnewbrokermain .searcharrow::after {
        width: 42px;
        height: 48px;
        top: -41px;
        box-shadow: -1px -1px 5px -2px rgba(0, 0, 0, 1);
        left: -4px;
    }

#promotooltxt .addnewbrokerdiv, #promotooltxt2 .addnewbrokerdiv, #promotooltxt1 .addnewbrokerdiv {
    margin-top: -27px;
}

#divpass_ input {
    width: 100%;
    float: none !important;
}

    #divpass_ input#OPassword {
        width: 100%;
    }
/*#divpass_ small{
    position: absolute !important;
}*/
#ResidentialEnrollments .depdoclist li {
    margin: 0px 0;
}

#ResidentialEnrollments .multidocicon .addnewbrokermain img, #ResidentialArchivedEnrollments .multidocicon .addnewbrokermain img {
    margin-top: 6px;
    margin-left: 1px;
}

.custom_RangeSlider {
    margin: 20px 20px !important;
}

    .ui-widget-content, .custom_RangeSlider .ui-widget-content {
        background: #ebebeb !important;
    }

.rangeSlider_Value .rangeto input[type="text"] {
    width: 43px;
    margin: 0 0 !important;
    text-align: left;
    border-radius: 4px;
    font-size: 14px;
    border: none;
    box-shadow: none !important;
}

.rangeSlider_Value .rangefrom input[type="text"] {
    width: 43px;
    margin: 0 0 !important;
    text-align: left;
    border-radius: 4px;
    font-size: 13px;
    border: none;
    box-shadow: none !important;
}

.rangeto {
    display: inline-block;
    float: left;
    margin-left: -4px;
    text-align: left;
}

.rangefrom {
    display: inline-block;
    float: right;
    margin-right: -5px;
    text-align: left;
}

.rangemonth {
    font-size: 11px;
    margin-top: -3px;
    color: #b4b4b4;
    display: block;
}

.custom_RangeSlider {
    margin: 20px 5px !important;
}

    .ui-widget-content, .custom_RangeSlider .ui-widget-content {
        background: #ebebeb !important;
    }

        .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
            border: 0px solid #e87200 !important;
            /*background: #e87200 !important;*/
            background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%) !important;
            ; /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%) !important;
            ; /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%) !important;
            ; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ) !important;
            ; /* IE6-9 */
        }

.rangeSlider_Value {
    margin-top: 10px !important;
}

.ui-widget-header, .custom_RangeSlider .ui-widget-header {
    background: #e87200 !important;
    border: 0px !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -6px !important;
    cursor: pointer !important;
}

.ui-slider-horizontal {
    height: 3px !important;
    cursor: pointer;
}


#DivDynamic div:nth-child(3n+1) {
    clear: left;
}

.rangeto, .rangefrom {
    pointer-events: none !important;
}


.loginbox #Password {
    font-size: 12px;
    padding: 7px;
}

#spanAlertCount {
    position: relative;
    top: 2px;
}

#brokersGrid td {
    text-align: center !important;
}

.newmsgicon img {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    margin-left: 0px;
}

th[data-field="Status"] a {
    text-align: left !important;
}

.brkword {
    word-wrap: break-word;
}

#companiesGrid th[data-field="Status"] a, #brokersGrid th[data-field="Status"] a, #DivListUsers th[data-field="Status"] a {
    text-align: center !important;
}

#DivListUsers td:nth-child(1), #companiesGrid td:nth-child(1), #brokersGrid td:nth-child(1) {
    text-align: left !important;
}

.sidemsmltble, #brokersGrid td:nth-child(1) {
    text-align: center !important;
}

.lgoutbtnblock {
    display: block !important;
}

@media (min-height:780px) {

    #mm-1 .mm-listview li:nth-last-child(1) .logout {
        display: none !important;
    }
}

.Multi_Utils .UtilityError {
    margin-top: -7px;
}

.multidocicon1 img {
    width: 38px;
    height: 28px;
    margin-top: 4px;
}

.webprductsicon.contractdocadd img {
    margin-top: 6px;
    width: 74%;
    height: 25px;
}

#btnDocument.multidocicon1 {
    top: -9px;
}

.removeprofileimg {
    background: rgba(255,255,255,.5); /*background:    #ff595e;*/
    z-index: 111 !important;
    position: absolute;
    top: 18px;
    width: 182px;
    height: 182px;
    border-radius: 50%;
    left: 32px;
    text-align: center;
    padding-top: 62px;
    color: #fff;
    font-size: 40px;
    display: none;
}

.removepaddingtable {
    padding-right: 0px !important;
}

.k-i-sort-asc-sm:before {
    content: "\e128";
}

.k-i-sort-desc-sm:before {
    content: "\e127";
}


.removeprofileimg span {
    cursor: pointer;
    background: #ff595e !important;
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}

    .removeprofileimg span:hover {
        background: #ef494e !important;
    }

.removeprofileimg img {
    width: 40px;
    height: 40px;
    margin-top: -6px;
}

html.mm-blocking {
    overflow: auto !important;
}

.tdspchargesdiv label {
    margin: 2px 0;
}

.tdspchargesdiv #tabstrip-1 .Dollar_sign::before {
    margin-top: 7px;
}

.tdspchargesdiv #tabstrip-1 .Dollar_sign .Dollar_sign::before {
    margin-top: 3px;
}

.tdspchargesdiv .Dollar_sign::before {
    margin-top: 3px;
}

.tdspchargesdiv .Dollar_sign .Dollar_sign::before {
    margin-top: 3px;
}

.text-rightuser {
    text-align: right;
    padding-right: 35px !important;
}

    .text-rightuser .circle-small {
        margin-left: 10px;
    }

.smlmtdbtn:hover {
    background: #dfba2a !important;
    color: #fff;
    text-decoration: none;
}

.smlmtdbtn {
    display: block !important;
    text-align: center !important;
    background: #ffca3a !important;
    padding: 2px !important;
    width: 88px !important;
    float: right !important;
    border-radius: 50px !important;
    cursor: pointer;
    color: #fff !important;
    text-decoration: none !important;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 13px !important;
}
/*.data-tables #DivListEnrollments .k-grid-content {

    min-height: 400px;
}*/
.viewprdct {
    float: right;
    margin-top: 24px;
}

.viewprdcticon {
    float: right;
    margin-top: 20px;
}

.cccheck {
    text-align: right;
    margin-top: 20px;
}

.viewefl {
    background: #00baff !important;
}

    .viewefl:hover {
        background: #2191fb !important;
    }

.lockeddiv {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(211,211,211,0.6);
    z-index: 111;
}

    .lockeddiv img {
        width: 220px;
    }

.lockeddivimg {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .lockeddivimg div {
        display: table-cell;
        vertical-align: middle;
    }

#PasswordAlert ul {
    list-style: inherit;
    text-align: left;
    padding-left: 25px;
    font-size: 15px;
    margin-top: 13px;
}

/*#divpass_ #tooltipimg  {
    z-index: 111;
}*/

#ArchivedPromoCodes tbody td:nth-child(2) {
    font-weight: normal !important;
}

#ArchivedPromoCodes [type="checkbox"]:checked + label::before, #ArchivedPromoCodes [type="checkbox"]:not(:checked) + label::before {
    left: -13px;
}

#ArchivedPromoCodes [type="checkbox"]:checked + label::after, #ArchivedPromoCodes [type="checkbox"]:not(:checked) + label::after {
    left: -10px;
}


#brokerListGrid tbody td:nth-child(2) {
    font-weight: bold !important;
}

#brokerListGrid tbody td:nth-child(2), #brokerListGrid thead th:nth-child(2) {
    text-align: left !important;
    padding-left: 10px !important;
}

    #brokerListGrid thead th:nth-child(2) a {
        text-align: left !important;
    }

#brokerListGrid thead th:nth-child(1) {
    padding-left: 25px !important;
}

#brokerListGrid [type="checkbox"]:checked + label::before, #brokerListGrid [type="checkbox"]:not(:checked) + label::before {
    top: -10px !important;
}

#brokerListGrid [type="checkbox"]:checked + label::after, #brokerListGrid [type="checkbox"]:checked + label::after, #brokerListGrid [type="checkbox"]:not(:checked) + label::after {
    top: -7px;
}

#companiesGrid.BrokerCompaniesListing tbody td:nth-child(2) {
    font-weight: bold !important;
    padding-left: 0px !important;
}

#companiesGrid.BrokerCompaniesListing [type="checkbox"]:checked + label::before, #companiesGrid.BrokerCompaniesListing [type="checkbox"]:not(:checked) + label::before {
    top: -10px !important;
}

#companiesGrid.BrokerCompaniesListing [type="checkbox"]:checked + label::after, #companiesGrid.BrokerCompaniesListing [type="checkbox"]:checked + label::after, #companiesGrid.BrokerCompaniesListing [type="checkbox"]:not(:checked) + label::after {
    top: -7px;
}

#companiesGrid.BrokerCompaniesListing thead th:nth-child(1) {
    padding-left: 25px !important;
}

#companiesGrid.BrokerCompaniesListing thead th:nth-child(2) a {
    text-align: left !important;
}

#companiesGrid.BrokerCompaniesListing thead th:nth-child(2) {
    padding-left: 0px !important;
}

#companiesGrid.BrokerCompaniesListing [type="checkbox"]:checked + label::after, #companiesGrid.BrokerCompaniesListing [type="checkbox"]:checked + label::after, #companiesGrid.BrokerCompaniesListing [type="checkbox"]:not(:checked) + label::after {
    background: #5f5f5f;
}

#brokerListGrid [type="checkbox"]:checked + label::after, #brokerListGrid [type="checkbox"]:checked + label::after, #brokerListGrid [type="checkbox"]:not(:checked) + label::after {
    background: #5f5f5f;
}

#brokerListGrid .k-grid-header tr [type="checkbox"]:checked + label::before {
    border: 1px solid #5f5f5f;
}

#companiesGrid.BrokerCompaniesListing .k-grid-header tr [type="checkbox"]:checked + label::before {
    border: 1px solid #5f5f5f;
}



@media all and (-ms-high-contrast:none) {
    .tdspchargesdiv input {
        height: 28px !important;
    }

    *::-ms-backdrop, .tdspchargesdiv input {
        height: 28px !important;
    }
}


.tooltipimgbroker:hover + #txttooltip, .promotooltipmark:hover + #promotooltxt, .promotooltipmark:hover + #promotooltxt1, .promotooltipmark:hover + #promotooltxt2 {
    display: block !important;
}

.modal-open .tooltipimgbroker, .modal-open .promotooltipmark {
    z-index: 1 !important;
}

.past-search-container a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.errorcontent.contentdiv {
    margin: 20px 0 !important;
}

.errorpage {
    display: table;
}

.errodivmain {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.errorheading {
    font-size: 140px;
    margin: 0;
}

.errorpageheading {
    font-size: 50px;
    margin: 0;
}

.errodivmain .mar {
    margin-top: -20px;
}

#ResidentialAbandonedEnrollments #DivListEnrollments [type="checkbox"]:checked + label::before, #ResidentialAbandonedEnrollments #DivListEnrollments [type="checkbox"]:not(:checked) + label::before {
    left: -10px !important;
}



#ResidentialAbandonedEnrollments #DivListEnrollments [type="checkbox"]:checked + label::after, #ResidentialAbandonedEnrollments #DivListEnrollments [type="checkbox"]:not(:checked) + label::after {
    left: -7px !important;
}

.downloadicon img {
    width: 30px;
    margin-right: 15px;
}

.downloadtext {
    margin: 8px 0 23px;
}

.downloadicon {
    cursor: pointer;
}

.importfileselect {
    margin-bottom: 8px;
}

.excelbtn {
    float: right;
    color: #fff !important;
    background-color: #5f5f5f !important;
    background-image: none !important;
    border: 0px !important;
    border-radius: 0px !important;
    margin: 2px 0 8px !important;
}

    .excelbtn:hover {
        background-color: #4f4f4f !important;
    }

    .excelbtn .k-i-file-excel {
        top: 2px !important;
    }

.enrollmentemailtooltip span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px;
    display: inline;
}

.multiadd .plusignimg {
    transition: transform 0.3s;
    transform: rotate(135deg);
}

.multiadd .collapsed .plusignimg {
    transition: transform 0.3s;
    transform: rotate(0);
}

.multiadd .panel-default {
    border-color: transparent;
    box-shadow: none;
}

    .multiadd .panel-default > .panel-heading {
        color: #5F5F5F;
        background-color: #fff;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.multiadd .panel-group:nth-child(2n) .panel-default > .panel-heading {
    color: #5F5F5F;
    background-color: #eee;
}

.multiadd .panel-group {
    margin-bottom: 10px;
}

.multiadd .panel-heading {
    padding: 0;
}

.multiadd .panel-title a {
    display: block;
    padding: 13px 2px 13px 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.multiadd .plusignimg {
    width: 13px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 14px;
    margin-top: -2px;
}

.multiadd .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

#alertsList [type="checkbox"]:checked + label::after, #alertsList [type="checkbox"]:checked + label::after, #alertsList[type="checkbox"]:not(:checked) + label::after {
    top: 3px;
}

#alertsList .k-checkbox:checked + .k-checkbox-label::before {
    content: '' !important;
}

.dashboarddropdownfield, .selectuser.dashboardcalfield {
    margin-top: 17px;
}

.cloudicon.dashboardicon img {
    margin-top: 2px;
}

.productbrokertick.addicon.webprductsiconenroll {
    margin: 3px 0 0 0;
    width: 21px;
    height: 21px;
}

    .productbrokertick.addicon.webprductsiconenroll img {
        margin-top: -5px;
    }

.highcharts-tooltip-box {
    fill: transparent;
    fill-opacity: 1;
    stroke-width: 0;
    box-shadow: 0 0 3px black;
}

.highcharts-tooltip text {
    fill: white;
}

.highcharts-tooltip > span {
    background: rgba(255,255,255,1);
    border: 0;
    border-radius: 3px;
    box-shadow: 1px 1px 6px #888;
    padding: 7px;
    font-size: 13px !important;
    color: #626262 !important;
}

    .highcharts-tooltip > span > span {
        font-size: 14px !important;
    }

.highcharts-tooltip .mainheading .subheading, .highcharts-tooltip .mainheading {
    font-size: 12px !important;
}

.highcharts-credits {
    display: none !important;
}

.tooltiplegend {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 6px;
}

.seriesname {
    width: 142px !important;
    display: inline-block;
    margin: 3px 2px -4px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 10px;
    padding-top: 3px;
}

.tooltipdate {
    display: block;
    text-align: center;
    font-size: 16px;
}

    .tooltipdate + p {
        margin: 0px 0 -17px;
    }

.dashboardtables.k-grid .k-grid-content tbody tr:nth-child(2n), .dashboardtables.k-grid .k-grid-header {
    background: #fff !important;
}

.dashboardtables.k-grid .k-grid-content tbody tr:nth-child(2n+1) {
    background: #f0f0f0 !important;
}

.dashboardtables .k-block, .dashboardtables .k-content, .dashboardtables .k-dropdown .k-input, .dashboardtables .k-popup, .k-toolbar, .dashboardtables .k-widget {
    color: #292929 !important;
}

.dashboardtables.k-grid .k-grid-header .k-header > .k-link, .dashboardtables.k-grid .k-header, .data-tables .k-treemap-title {
    color: #292929 !important;
    font-weight: 600;
    background: #fff;
    border: 0px !important;
}

.dashboardtables.k-widget, .dashboardtables.k-grid td, .dashboardtables.k-grid .k-grid-header, .dashboardtables.k-grid .k-grid-header-wrap {
    border: 0px transparent solid !important;
}

    .dashboardtables.k-grid .k-grid-header div th:nth-last-child(1), .dashboardtables.k-grid .k-grid-content tbody td:nth-last-child(1) {
        text-align: center;
    }

.dashboardtbpading {
    padding: 14px 30px !important;
}

.dashboardtables .k-grid-content.k-auto-scrollable {
    overflow: auto !important;
}

.brokersettingdisable {
    opacity: 0.7;
    pointer-events: none;
}

#promotooltxt1.prducttooltip1 {
    margin-left: 17px !important;
    margin-top: -264px !important;
    height: auto;
    padding-bottom: 17px;
}

#promotooltxt1.addnewbrokermain.prducttooltip1 .searcharrow {
    top: 238px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    #promotooltxt1.addnewbrokermain.prducttooltip1 .searcharrow {
        top: 234px;
    }
}


#promotooltxt2.prducttooltip2 {
    margin-left: -10px !important;
    margin-top: -264px !important;
    z-index: 111111;
    height: 249px;
}

#promotooltxt2.addnewbrokermain.prducttooltip2 .searcharrow {
    top: 238px;
}

#promotooltip1.productooltip1, #promotooltip2.productooltip2 {
    background: #bbb;
    width: 25px;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    height: 25px;
    padding-top: 1px;
    font-weight: 600;
    margin-left: 7px;
    z-index: 1111;
    position: relative;
    right: -3px;
    cursor: pointer;
    float: left;
    top: 0;
}

.input.selectaud {
    margin-top: -16px;
    margin-bottom: 14px;
}

.float-left {
    float: left;
}

#promotooltip2.productooltip2 {
    /*position: absolute;
left: 116px;*/
    z-index: 11111111111111;
}

#ERCOTsearchValidate {
    position: absolute;
    top: 63px;
    width: 180px;
    right: 0;
    left: 20px;
}

.SubDivESIID {
    top: 40px !important;
    right: 0;
    left: 0;
}

.MainDivESIID {
    padding-bottom: 50px !important;
}
/*.alertdivlisting #divMenu {


    overflow-y: auto;


}*/

#LimitedToolTip {
    background: #bbb;
    width: 25px;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    height: 25px;
    padding-top: 1px;
    font-weight: 600;
    position: absolute;
    top: 1px;
    z-index: 1111;
    right: 125px;
    cursor: pointer;
}

    #LimitedToolTip + #promotooltxt {
        margin-left: 98px !important;
        margin-top: 23px !important;
    }

        #LimitedToolTip + #promotooltxt.addnewbrokermain .searcharrow::after {
            width: 42px;
            height: 42px;
            top: 15px;
            box-shadow: -1px -1px 5px -2px rgba(0, 0, 0, 0.7);
            left: -5px;
        }

        #LimitedToolTip + #promotooltxt.addnewbrokermain .searcharrow {
            width: 33px;
            height: 28px;
            left: 99px;
            top: -32px;
        }

.alertslist .bell {
    /*display:block;
  width: 40px;
  height: 40px;
  font-size: 40px;
  margin:50px auto 0;
  color: #9e9e9e;*/
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(30deg);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(34deg);
    }

    7% {
        -webkit-transform: rotateZ(-32deg);
    }

    9% {
        -webkit-transform: rotateZ(30deg);
    }

    11% {
        -webkit-transform: rotateZ(-28deg);
    }

    13% {
        -webkit-transform: rotateZ(26deg);
    }

    15% {
        -webkit-transform: rotateZ(-24deg);
    }

    17% {
        -webkit-transform: rotateZ(22deg);
    }

    19% {
        -webkit-transform: rotateZ(-20deg);
    }

    21% {
        -webkit-transform: rotateZ(18deg);
    }

    23% {
        -webkit-transform: rotateZ(-16deg);
    }

    25% {
        -webkit-transform: rotateZ(14deg);
    }

    27% {
        -webkit-transform: rotateZ(-12deg);
    }

    29% {
        -webkit-transform: rotateZ(10deg);
    }

    31% {
        -webkit-transform: rotateZ(-8deg);
    }

    33% {
        -webkit-transform: rotateZ(6deg);
    }

    35% {
        -webkit-transform: rotateZ(-4deg);
    }

    37% {
        -webkit-transform: rotateZ(2deg);
    }

    39% {
        -webkit-transform: rotateZ(-1deg);
    }

    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }

    1% {
        -moz-transform: rotate(30deg);
    }

    3% {
        -moz-transform: rotate(-28deg);
    }

    5% {
        -moz-transform: rotate(34deg);
    }

    7% {
        -moz-transform: rotate(-32deg);
    }

    9% {
        -moz-transform: rotate(30deg);
    }

    11% {
        -moz-transform: rotate(-28deg);
    }

    13% {
        -moz-transform: rotate(26deg);
    }

    15% {
        -moz-transform: rotate(-24deg);
    }

    17% {
        -moz-transform: rotate(22deg);
    }

    19% {
        -moz-transform: rotate(-20deg);
    }

    21% {
        -moz-transform: rotate(18deg);
    }

    23% {
        -moz-transform: rotate(-16deg);
    }

    25% {
        -moz-transform: rotate(14deg);
    }

    27% {
        -moz-transform: rotate(-12deg);
    }

    29% {
        -moz-transform: rotate(10deg);
    }

    31% {
        -moz-transform: rotate(-8deg);
    }

    33% {
        -moz-transform: rotate(6deg);
    }

    35% {
        -moz-transform: rotate(-4deg);
    }

    37% {
        -moz-transform: rotate(2deg);
    }

    39% {
        -moz-transform: rotate(-1deg);
    }

    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}




/*.alertdiv .alertdivlisting {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.35s linear;
}
.alertdiv:hover .alertdivlisting  {
  visibility: visible;
  opacity: 1;
}*/

/*.alertdiv .alertdivlisting {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1.25s, max-height 0.25s ease-out;
   max-height: 0;

}
.alertdiv:hover .alertdivlisting  {
  visibility: visible;
  opacity: 1;
     transition: max-height 0.25s ease-in;
    max-height: 500px;
}*/

.selectaud + span small {
    position: relative;
    top: -15px !important;
}

.selectaud .k-multiselect-wrap {
    padding-right: 10px !important;
}

#DivCanBeSoldBy .tableprntdiv {
    margin-top: 15px !important;
}

textarea#ProductDetails_Description.input__field {
    resize: vertical;
    min-height: 50px;
    max-height: 350px;
}

.generalsettingsTooltip {
    background-color: #bfbdc1;
    width: 115px;
    border-radius: 25px;
}

    .generalsettingsTooltip:hover {
        background-color: #cfcdd1;
    }

.viewdetaillog ul {
    list-style: inherit;
    text-align: left;
    font-size: 15px;
    padding-left: 25px;
    font-size: 15px;
    margin-top: 13px;
}

#alertsList [type="checkbox"]:checked + label::before {
    border: 1px solid #696969;
    box-shadow: none;
}

#alertsList [type="checkbox"]:checked + label::after, #alertsList [type="checkbox"]:checked + label::after, #alertsList [type="checkbox"]:not(:checked) + label::after {
    background: #5f5f5f;
}

#alertsList th [type="checkbox"] + label::before {
    top: -10px;
}

#alertsList th [type="checkbox"]:checked + label::after, #alertsList th [type="checkbox"]:checked + label::after, #alertsList th [type="checkbox"]:not(:checked) + label::after {
    top: -7px;
}

.ImportCounters {
    color: rgb(41, 41, 41);
    font-family: "Oxygen", sans-serif;
    font-size: 15px;
}

.graphloader > div:nth-child(1) {
    background: url('../../../../Images/loader.gif') 50% 50% no-repeat rgba(249, 249, 249, 0.14);
    width: 100%;
    min-height: 400px;
}

.searchresult.graphloader > div:nth-child(2) {
    background: url('../../../../Images/loader.gif') 50% 50% no-repeat rgba(249, 249, 249, 0.14);
    width: 100%;
    min-height: 400px;
}

.searchresult.graphloader > div:nth-child(1) {
    background: none;
    min-height: 10px;
}

.graphloader .highcharts-container {
    z-index: -1 !important;
}

.graphloader > div.dashgird {
    position: absolute;
    z-index: 111111;
    background: url('../../../../Images/loader.gif') 50% 50% no-repeat rgb(255, 255, 255);
    width: 85% !important;
}

#FormSaveErcot .avgpriceheadingprdt {
    margin-top: 0px;
}
/*.efltemplatelist #templateList .k-grid-header {
    padding-right: 17px !important;
}*/
.dashboardcalfield {
    cursor: pointer;
    padding: 6px 5px 5px;
}

.tooltipdate .day {
    font-size: 12px;
    color: #bfbdc1;
}

.dashboardicon {
    margin: 14px 0px 20px 9px !important;
}

.dashbtn {
    background: #bfbdc1;
    padding: 4px 19px;
    /*z-index: 111111111111;*/
    color: #fff !important;
    position: absolute;
    border-radius: 25px;
}

    .dashbtn:hover {
        background: #9f9da1;
    }

.dashboardresi {
    right: 190px;
    top: 13px;
}

.dashboardcomm {
    top: 13px;
    right: 39px;
}


.highcharts-container {
    position: inherit !important;
}

.highcharts-tooltip {
    z-index: 9998;
}

.promotooltipmark.brokerstngtooltip {
    background: #bbb;
    width: 25px;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    height: 25px;
    padding-top: 1px;
    font-weight: 600;
    position: absolute;
    top: 7px !important;
    z-index: 1111;
    right: auto;
    cursor: pointer;
    left: 160px;
}

#LimitedToolTip.promotooltipmark.brokerstngtooltip + #promotooltxt {
    margin-left: 28px !important;
    margin-top: -222px !important;
}

#LimitedToolTip.brokerstngtooltip + #promotooltxt.addnewbrokermain .searcharrow {
    top: 156px;
}

    #LimitedToolTip.brokerstngtooltip + #promotooltxt.addnewbrokermain .searcharrow::after {
        box-shadow: 1px 1px 5px -2px rgba(0, 0, 0, .5) !important;
        top: -30px;
    }

#LinkArchive {
    position: absolute;
    top: -28px;
    right: 15px;
    background: #ff595e;
    color: #fff;
    padding: 5px;
    border-radius: 15px;
    width: 140px;
    text-align: center;
}

    #LinkArchive:hover {
        background: #ef494e;
    }

.newiconpromo img {
    padding: 1px 0 0 !important;
    height: 26px !important;
    width: 29px !important;
}

#DivListEnrollments .multidocicon, #DivListEnrollments .messageicon {
    margin-left: 1px;
}

#DivListEnrollments .resubicon {
    position: relative;
    top: -1px;
}



#divMenu {
    max-height: 0;
    transition: max-height 0.35s ease-out;
    overflow: hidden;
}

.alertdiv:hover #divMenu {
    max-height: 500px;
    transition: max-height .35s ease-in;
}

.alertlisftfooterchild {
    max-height: 0;
    transition: max-height 0.35s ease-out;
    overflow: hidden;
}

.alertdiv:hover .alertlisftfooterchild {
    max-height: 500px;
    transition: max-height 0.35s ease-out;
}

.renewaldetaildiv {
    background: #ff595e;
    color: #fff;
    padding: 15px 15px;
    border-radius: 5px;
    background-image: url("/Images/danger.png");
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-size: 142px;
    background-position: 108%;
}

.top4notetext {
    background: #ff595e;
    color: #fff;
    padding: 15px 15px;
    border-radius: 5px;
    width: 669px;
    margin-top: 10px;
    margin-left: 2px;
}

.top4textpad {
    padding-right: 2px;
}

.renewaldetaildiv p {
    margin-top: 13px;
    margin-bottom: 6px;
}

.promotooltipmark.expdatetooltip {
    z-index: 111111 !important;
    top: -1px !important;
    right: 18px !important;
}

    .promotooltipmark.expdatetooltip + #promotooltxt {
        margin-left: 23px !important;
        margin-top: -271px !important;
    }

        .promotooltipmark.expdatetooltip + #promotooltxt.addnewbrokermain .searcharrow {
            top: 166px;
        }

.typechecking.disableclass {
    opacity: 0.7;
    background: #fff !important;
}

.browsebtn {
    background: #c4c4c4;
    margin-top: 20px;
}

    .browsebtn:hover {
        background: #d4d4d4;
    }

#PromoDisclaimer {
    width: 100% !important;
    max-height: 100px !important;
}

.recommendbanner {
    font-size: 11px;
    position: relative;
    top: -12px;
    left: 1px;
    font-weight: 600;
}


.modal-open .promotooltipmark.expdatetooltip {
    z-index: 11 !important;
}

.viewbanner {
    position: absolute;
    right: 7px;
    border-left: 0px solid #c5c5c5;
    height: 100%;
    top: 7px;
    cursor: pointer;
}

    .viewbanner .fa-eye:before {
        font-size: 19px;
    }

    .viewbanner a {
        color: #5F5F5F;
    }


#DivDynamic div:nth-child(3n+1).isMin {
    clear: none;
}

#promotooltip.milpr {
    z-index: 111111;
}

    #promotooltip.milpr + .addnewbrokermain .searcharrow::after {
        box-shadow: 1px 1px 5px -2px rgba(0, 0, 0, .5) !important;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #promotooltip.milpr + .addnewbrokermain .searcharrow {
        top: 144px !important;
    }
}

.selectuser3.selpromo {
    margin-top: 10px;
    width: 86% !important;
    background-color: #fff !important;
    background-image: url("../../../../Images/down-arrow-1.png") !important;
}

#OfferNoticePopUp .selectuser3.selpromo {
    width: 95% !important;
}

#offerPop .selectuser3.selpromo span.k-select {
    background: url("../../../../Images/down-arrow-1.png") !important;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto auto;
    background-size: 16px !important;
    background-repeat: no-repeat !important;
    background-position: 53% !important;
}

    #offerPop .selectuser3.selpromo span.k-select .k-i-arrow-60-down::before {
        content: '0' !important;
    }

#offerPop #promotooltip2 {
    float: right !important;
    position: relative !important;
    right: 30px !important;
}
/*#offerPop #promotooltxt2.prducttooltip2 {
    margin-left: 55px !important;
    margin-top: -264px !important;
    z-index: 111111;
    height: 249px;
}*/

#offerPop #promotooltxt2.prducttooltip2 {
    margin-left: 55px !important;
    margin-top: -182px !important;
    z-index: 111111;
    height: 165px;
}

#offerPop #promotooltxt2.addnewbrokermain.prducttooltip2 .searcharrow {
    top: 155px;
}

.sendpromopop {
    background: #ff9d00;
    color: #fff;
    font-size: 13px;
    display: block;
    width: 140px;
    margin: 7px auto 13px;
    padding: 7px 5px !important;
    border-radius: 25px;
}

#OfferNoticePopUp .sendpromopop {

    margin: 19px auto 22px 13px;
    background: #2191FB;

}

#OfferNoticePopUp .searchdropdown .k-dropdown-wrap.k-state-default {
    padding: 1px 10px 7px !important;
    background-image: url(../../../../Images/down-arrow-1.png) !important;
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 16px !important;
}
#OfferNoticePopUp  .k-i-arrow-60-down:before {
    content: "";
}
    .sendpromopop:hover {
        background: #e08a00;
    }

.sendpromopop img {
    width: 25px;
    position: relative;
    right: 0px;
    float: right;
    top: -3px
}

.senddefaultpop {
    background: #2191fb;
    color: #fff;
    font-size: 13px;
    display: block;
    width: 140px;
    margin: -10px auto 6px;
    padding: 8px 8px 6px;
    border-radius: 25px;
}

    .senddefaultpop:hover {
        background: #1181eb;
    }

    .senddefaultpop img {
        width: 20px;
        position: relative;
        right: -7px;
        top: -1px;
    }

hr.pophr {
    margin-top: 25px;
    margin-bottom: 15px;
    width: 70%;
}

.searchemailtemp #search_autofill {
    margin-left: -192px;
}

#promotooltip.milpr.eligibility {
    left: 110px;
    right: auto;
    top: 16px;
}

#promotooltip.milpr.renewalreminder {
    left: 259px;
    right: auto;
    top: 23px;
    z-index: 11111111;
}

#promotooltip.milpr.eligibility + #promotooltxt {
    margin-left: -20px !important;
    margin-top: -156px !important;
    z-index: 110;
}

#promotooltip.milpr.eligibility + .addnewbrokermain .searcharrow {
    top: 81px !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #promotooltip.milpr.eligibility + .addnewbrokermain .searcharrow {
        top: 80px !important;
    }
}

/*#promotooltip.milpr.renewalreminder + #promotooltxt {
    margin-left: 63px !important;
    margin-top: -199px !important;
    z-index: 111111;
}*/
#promotooltip.milpr.renewalreminder + #promotooltxt {
    margin-left: 64px !important;
    margin-top: -285px !important;
    z-index: 111111;
}

#promotooltip.milpr.renewalreminder + .addnewbrokermain .searcharrow {
    top: 209px !important;
}
/*#promotooltip.milpr + .addnewbrokermain .searcharrow {
        top: 124px !important;
    }*/

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /*#promotooltip.milpr + .addnewbrokermain .searcharrow {
        top: 121px !important;
    }
    #promotooltip.milpr.renewalreminder + #promotooltxt {
      margin-top: -196px !important;
}*/

    #promotooltip.milpr.renewalreminder + #promotooltxt {
        margin-left: 127px !important;
        margin-top: -284px !important;
    }

    #promotooltip.milpr.renewalreminder + .addnewbrokermain .searcharrow {
        top: 210px !important;
    }
}

.zindex6 {
    z-index: 111111 !important;
}

.multiproduct {
    position: relative;
}

    .multiproduct #LimitedToolTip {
        background: #bbb;
        width: 25px;
        display: inline-block;
        text-align: center;
        color: #fff;
        border-radius: 50%;
        height: 25px;
        padding-top: 1px;
        font-weight: 600;
        position: relative;
        top: 0px !important;
        z-index: 111111111;
        ;
        left: 5px;
        cursor: pointer;
    }

        .multiproduct #LimitedToolTip.brokerstngtooltip + #promotooltxt.addnewbrokermain .searcharrow {
            top: 71px;
        }

        .multiproduct #LimitedToolTip.promotooltipmark.brokerstngtooltip + #promotooltxt {
            margin-left: -37px !important;
            margin-top: -129px !important;
            font-weight: 300;
            color: #5F5F5F;
            z-index: 11111111;
        }

.termssearch {
    position: relative;
}

    .termssearch #LimitedToolTip {
        background: #bbb;
        width: 25px;
        display: inline-block;
        text-align: center;
        color: #fff;
        border-radius: 50%;
        height: 25px;
        padding-top: 1px;
        font-weight: 600;
        position: relative;
        top: 0px !important;
        z-index: 11111111;
        left: 5px;
        cursor: pointer;
    }

        .termssearch #LimitedToolTip.brokerstngtooltip + #promotooltxt.addnewbrokermain .searcharrow {
            top: 71px;
        }

        .termssearch #LimitedToolTip.promotooltipmark.brokerstngtooltip + #promotooltxt {
            margin-left: -71px !important;
            margin-top: -129px !important;
            font-weight: 300;
            color: #5F5F5F;
        }

.prdsearch > .k-multiselect-wrap {
    max-height: 132px;
    overflow-y: auto;
}

#ProductMulti .prdsearch {
    padding: 4px 5px !important;
}

#ExpireRange input, #ArchiveRange input {
    cursor: pointer;
}

.brokerpass {
    position: relative;
    top: 0;
    float: right;
}

    .brokerpass #tooltipimg {
        background: #bbb;
        width: 25px;
        display: block;
        text-align: center;
        color: #fff;
        border-radius: 50%;
        height: 25px;
        padding-top: 1px;
        font-weight: 600;
        position: absolute;
        top: 23px;
        z-index: 11111111;
        right: 8px;
        cursor: pointer;
    }

    .brokerpass #txttooltip {
        margin-left: -148px !important;
        margin-top: -110px !important;
    }

    .brokerpass.tooltipimg {
    position: relative;
    top: 0;
    float: none;

}
      .brokerpass.emailbroker.tooltipimg {
      top:20px;

}
.brokerpass #tooltipimgemail {
    background: #bbb;
    width: 20px;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    height: 20px;
    padding-top: 0px;
    font-weight: 600;
    position: absolute;
    top: -25px;
    z-index: 11111111;
    right: 50px;
    cursor: pointer;
    font-size: 14px;
}



.brokerpass #txttooltipemail  {

    padding: 10px 15px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    z-index: 11111;
    width: 255px;
    box-shadow: 0px 0px 6px 0px rgba(61,61,61,0.6) !important;
    margin-top: 26px;
    border-radius: 5px;
    display: none;
    margin-left: 71px;
    margin-top: 9px;


}

#txttooltipemail .addnewbrokerdiv.textcenter {

    margin-top: -20px;


}
.zindex2{
        z-index: 2 !important;
        }

#txttooltipemail.addnewbrokermain .searcharrow::after {

    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: #fff;
    transform: rotate(45deg);
    top: 8px;
    left: -1px;
    box-shadow: -1px -1px 5px -2px rgba(0, 0, 0, 0.5);

}


#txttooltipemail.addnewbrokermain .searcharrow {
    left: 104px;
    top: -25px;
    z-index: -1 !important;

}


#divSearchResult input.esgextract {
    background-color: #dedede !important;
}

.previewtem {
    background: #2191fb !important;
}

    .previewtem:hover {
        background: #1181eb !important;
    }

.width35 {
    width: 35% !important;
}

.k-pager-sizes.k-label {
    width: 310px !important;
}

.k-link span.icons {
    margin-right: 10px;
}

#context-menu {
    background: rgb(112, 114, 123) none repeat scroll 0% 0%;
    border: 0px none;
    border-radius: 0px 6px 6px;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,1);
}

    #context-menu .k-menu .k-item, .k-menu.k-header {
        border-color: #c5c5c5;
        color: #fff !important;
    }

    #context-menu li.k-item.k-state-default {
        color: #fff !important;
    }

#ProductDetails_ProductCategoryTypeId {
    padding-right: 30px;
}

.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap {
    margin-top: 10px;
}
/*.custimg {
    text-align: center;
    margin: 30px 0 0;
}

.custimg img{
    width: 230px;
}

.counting {
    display: block;
    text-align: center;
    margin: 10px auto;
    font-size: 23px;
    color: #0bf;
    text-shadow: 1px 1px #ccc;
}*/
.counting {
    display: block;
    text-align: center;
    margin: 37px auto 10px;
    font-size: 176px;
    color: #0bf;
    text-shadow: 1px 1px #ccc;
}

@media (min-width: 1200px) {
    #templateList .webprductsiconenroll {
        margin: 0;
    }
}

.k-grid td.Error-td {
    overflow: visible;
}

    .k-grid td.Error-td ul {
        list-style: circle;
    }

#ISigmaGrid th[data-field="Status"] a, #ISigmaGrid th[data-field="Customer Name"] {
    text-align: center !important;
}

.tableprntdiv #ISigmaGrid tbody td:nth-child(2) {
    font-weight: normal !important;
}

.tableprntdiv #ISigmaGrid tbody td:nth-child(1) {
    font-weight: bold !important;
    padding-left: 10px !important;
}

#LogMessageModal div {
    word-wrap: break-word;
}

/*.footeradmin{
    position: relative;
    width: 100%;
    bottom: -53px;
}*/
.footeradmin {
    position: absolute;
    width: 100%;
    bottom: 0;
}

#mm-0 {
    min-height: 100%;
    position: relative;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

#mm-0 .contentdiv {
    margin-bottom: 50px;
}

#PromoListing {
    margin-bottom: 115px !important;
}

.footerdiv a {
    color: #fff;
}

    .footerdiv a:hover {
        text-decoration: underline !important;
    }

#DivListEnrollments .resubicon img {
    margin-left: -0.5px !important;
    width: 28px !important;
}

#ReinstateButton img {
    margin-right: 3px;
}

#ExportButton img {
    margin-right: 1px;
}

.checkboxbdrdiv [type="checkbox"]:checked + label::after,
.checkboxbdrdiv [type="checkbox"]:checked + label::after,
.checkboxbdrdiv [type="checkbox"]:not(:checked) + label::after {
    top: 3px;
}

#txtSearch-list.k-grid td.k-state-focused {
    -webkit-box-shadow: inset 0 0 3px 1px #aeaeae;
    box-shadow: none;
}


.emailtemplatepopup .close {
    display: block;
    position: absolute;
    top: -17px;
    background: #bab4b4;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: -17px;
    font-size: 35px;
    z-index: 111;
}

    .emailtemplatepopup .close:hover {
        background: #aaa4a4;
    }

    .emailtemplatepopup .close span {
        line-height: 20px;
        margin-top: -7px;
        display: block;
    }
/*Tablet Landscape Responsive*/

@media (min-width:992px) and (max-width:1199px) {

    #ChartsDiv {
        padding: 20px 13px 0;
    }

    .dashboardresi {
        right: 141px;
        top: 13px;
    }

    .dashbtn {
        padding: 4px 9px;
        font-size: 12px;
    }

    #searchresult_filter.enrollmentsearch, #searchresult_filter {
        width: 535px;
        left: 10px;
    }

    .pageheading {
        font-size: 25px;
    }

    #searchresult_filter.borkercompsearch {
        left: 40px;
    }

    .searchtemplate #searchresult_filter {
        width: 445px;
        left: 10px;
    }

    #PromoListing .webprductsicon {
        margin: 15px 0px 20px 2px;
    }

    .top4search ~ #searchresult_filter {
        left: 30px !important;
        width: 380px !important;
    }

    #PromoCodeTerms ol#selectable li:nth-child(16n+1) {
        clear: left;
    }

    #PromoCodeTerms ol#selectable li:nth-child(10n+1) {
        clear: none;
    }

    .txtright {
        text-align: left !important;
    }

    .slider {
        width: 79%;
    }

    .padleft0 {
        padding-left: 15px;
    }

    #promotooltxt {
        margin-left: 92px !important;
        margin-top: -210px !important;
    }

    .leftpadding35 {
        padding-left: 15px;
    }

    .rightpadding35 {
        padding-right: 15px;
    }

    .backtoenrollment {
        padding: 5px 13px;
        width: auto;
    }

    .tdspchargesdiv input {
        display: block;
        width: 220px;
    }

    .tdspchargesdiv #tabstrip-1 .Dollar_sign::before {
        margin-top: 3px;
        margin-left: 10px;
    }

    .tdspchargesdiv #tabstrip-1 .Dollar_sign .Dollar_sign::before {
        margin-top: 3px;
        margin-left: 10px;
    }

    .tdspchargesdiv .k-grid tbody td:first-child {
        width: 240px;
    }

    .top4notetext {
        width: 100%;
    }

    #LimitedToolTip + #promotooltxt.addnewbrokermain {
        margin-left: 288px !important;
        margin-top: 23px !important;
    }

    .promotooltipmark.expdatetooltip + #promotooltxt {
        margin-top: -270px !important;
        margin-left: -11px !important;
    }

    .brokerpass #tooltipimg {
        top: -38px;
        right: 3px;
    }

    .brokerpass #txttooltip {
        margin-left: -148px !important;
        margin-top: -171px !important;
    }

    #DivProducts [type="checkbox"]:checked + label, #DivProducts [type="checkbox"]:not(:checked) + label {
        padding-left: 0;
        float: left;
        margin-left: 10px;
    }

    #WindroseEnergyResidentialPromoCodes #DivListPromoCodes [type="checkbox"]:checked + label, #WindroseEnergyResidentialPromoCodes #DivListPromoCodes [type="checkbox"]:not(:checked) + label, #WindroseEnergyCommercialPromoCodes #DivListPromoCodes [type="checkbox"]:checked + label, #WindroseEnergyCommercialPromoCodes #DivListPromoCodes [type="checkbox"]:not(:checked) + label {
        padding-left: 0;
        float: left;
        margin-left: 10px;
    }
}


/*END Tablet Landscape Responsive*/

/*Tablet Portrait Responsive*/
@media (min-width:768px) and (max-width:991px) {
    #WindroseEnergyResidentialPromoCodes #DivListPromoCodes [type="checkbox"]:checked + label, #WindroseEnergyResidentialPromoCodes #DivListPromoCodes [type="checkbox"]:not(:checked) + label, #WindroseEnergyCommercialPromoCodes #DivListPromoCodes [type="checkbox"]:checked + label, #WindroseEnergyCommercialPromoCodes #DivListPromoCodes [type="checkbox"]:not(:checked) + label {
        padding-left: 0;
        float: left;
        margin-left: 10px;
    }

    #DivProducts [type="checkbox"]:checked + label, #DivProducts [type="checkbox"]:not(:checked) + label {
        padding-left: 0;
        float: left;
        margin-left: 10px;
    }

    .brokerpass #txttooltip {
        margin-left: -138px !important;
        margin-top: -170px !important;
    }

    .brokerpass #tooltipimg {
        top: -38px;
        right: -2px;
    }

    .promotooltipmark.expdatetooltip + #promotooltxt {
        margin-left: 215px !important;
        margin-top: -271px !important;
    }

    #promotooltip.milpr.eligibility {
        top: -3px;
    }

    #promotooltip.milpr.renewalreminder {
        top: -2px;
    }

    .cccheck {
        text-align: left;
    }

    .tdspchargesdiv input {
        display: block;
        width: 147px;
    }

    .tdspchargesdiv .k-grid tbody td:first-child {
        width: 240px;
    }

    .tdspchargesdiv #tabstrip-1 .Dollar_sign::before {
        margin-top: 3px;
        margin-left: 10px;
    }

    .tdspchargesdiv #tabstrip-1 .Dollar_sign .Dollar_sign::before {
        margin-top: 3px;
        margin-left: 10px;
    }

    .backtoenrollment {
        padding: 5px 13px;
        width: auto;
    }

    .rightpadding35 {
        padding-right: 15px;
    }

    .paddingleft0 {
        padding-left: 15px;
    }

    .leftpadding35 {
        padding-left: 15px;
    }

    #promotooltxt {
        margin-left: 238px !important;
        margin-top: -208px !important;
    }

    #LimitedToolTip + #promotooltxt {
        margin-left: 189px !important;
        margin-top: 23px !important;
    }

    #LimitedToolTip.promotooltipmark.brokerstngtooltip + #promotooltxt {
        margin-left: 28px !important;
        margin-top: -217px !important;
    }

    .promotooltipmark.brokerstngtooltip {
        top: 0px !important;
    }

    .txtright {
        text-align: left !important;
    }

    .rightpadding25 {
        padding-right: 15px;
    }

    #ChartsDiv {
        padding: 20px 13px 0;
    }

    #searchresult_filter.enrollmentsearch, #searchresult_filter {
        left: 70px !important;
        width: 560px !important;
    }

    .searchtemplate #searchresult_filter {
        left: -200px !important;
    }

    /*#ProductListing .row, #PromoListing .row,
    #EnrollmentListing .row, #PromoListing .row,
    #BrokerCompanyFilter ~ .row, #BrokerFilter ~ .row,
    #ActivityFilter ~ .row {
    margin: 0;
}*/
    body {
        overflow-x: hidden;
    }

    .pageheading {
        font-size: 23px;
    }

    .top4search ~ #searchresult_filter {
        left: 30px !important;
        width: 380px !important;
    }
    /*[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {

    padding-left: 12px !important;
      }*/
    .alertmaindiv, .dashboardmaindiv .row {
        margin: 0;
    }

    .Multi_Utils {
        clear: both;
        margin-top: 30px;
    }

    .onetime {
        font-size: 14px !important;
        margin-top: 0px !important;
    }

    .input.selectaud {
        margin-top: 0;
        width: 370px;
        padding-left: 15px;
    }

    .padleft0 {
        padding-left: 15px;
    }

    .leftpadding25 {
        padding-left: 15px;
    }

    #PromoCodeTerms ol#selectable li:nth-child(12n+1) {
        clear: left;
    }

    #PromoCodeTerms ol#selectable li:nth-child(10n+1) {
        clear: none;
    }

    .top4notetext {
        width: 100%;
    }
}
/*END Tablet Portrait Responsive*/


/* Iphone Responsive*/

@media (max-width:767px) {
    .renewalmob {
        text-align: left !important;
    }

    #promotooltip.milpr.eligibility + .addnewbrokermain .searcharrow {
        right: -74px !important;
    }

    #promotooltip.milpr.renewalreminder + .addnewbrokermain .searcharrow {
        right: -157px !important;
    }

    .milpr.eligibility + #promotooltxt {
        right: auto;
        left: 40px;
    }

    .milpr.renewalreminder + #promotooltxt {
        right: auto;
        left: -43px;
    }

    #promotooltip.milpr.eligibility {
        top: -4px;
    }

    #promotooltip.milpr.renewalreminder {
        top: -3px;
    }

    #divpass_ input {
        width: 100%;
        float: none !important;
    }

    .brokerpass #txttooltip {
        margin-left: -238px !important;
        margin-top: -105px !important;
    }

        .brokerpass #txttooltip.addnewbrokermain .searcharrow {
            width: 34px;
            height: 34px;
            left: 189px;
            top: 102px;
        }

    .contracticondiv {
        display: block;
        text-align: center;
    }

    .milpr + #promotooltxt {
        margin-left: auto;
        margin-top: -213px !important;
        position: absolute;
        right: -10px;
    }

    .milbox {
        width: 100% !important;
    }

    #promotooltip.milpr + .addnewbrokermain .searcharrow {
        top: 144px !important;
        right: -175px !important;
        left: auto;
    }

    #promotooltip.milpr {
        right: 27px;
    }

    #WindroseEnergyResidentialPromoCodes #DivListPromoCodes [type="checkbox"]:checked + label, #WindroseEnergyResidentialPromoCodes #DivListPromoCodes [type="checkbox"]:not(:checked) + label, #WindroseEnergyCommercialPromoCodes #DivListPromoCodes [type="checkbox"]:checked + label, #WindroseEnergyCommercialPromoCodes #DivListPromoCodes [type="checkbox"]:not(:checked) + label {
        padding-left: 0;
        float: left;
        margin-left: 10px;
    }

    #LimitedToolTip + #promotooltxt.addnewbrokermain {
        margin-left: auto !important;
        margin-top: 23px !important;
        position: absolute;
        right: 9px;
    }

    #LimitedToolTip.promotooltipmark.brokerstngtooltip + #promotooltxt {
        margin-left: 8px !important;
        margin-top: -222px !important;
        position: absolute;
        right: auto;
        left: 36px;
    }

    #LimitedToolTip + #promotooltxt.addnewbrokermain .searcharrow {
        left: 179px;
    }

    #LimitedToolTip.brokerstngtooltip + #promotooltxt.addnewbrokermain .searcharrow {
        left: 99px;
    }

    .promotooltipmark.brokerstngtooltip {
        top: -2px !important;
    }

    #DivProducts [type="checkbox"]:checked + label, #DivProducts [type="checkbox"]:not(:checked) + label {
        padding-left: 0;
        float: left;
        margin-left: 10px;
    }

    .top4notetext {
        width: 100%;
    }

    .loginboxparent .loginbox {
        width: 100%;
        padding: 15px;
    }

    .contentdiv {
        padding: 0 30px;
        margin-top: 10px;
    }

        .contentdiv.loginpagebody {
            padding: 0 0px;
            margin-top: 0px;
        }

    div#SortableDiv {
        margin-top: 20px;
    }

    .mobclear {
        clear: both;
    }

    .hamburger {
        padding: 25px 0 !important;
    }

    .alertdivlisting {
        width: 100%;
    }

    #LinkArchive {
        position: absolute;
        top: -104px;
    }

    .modal-dialog {
        width: 90%;
        max-width: 400px;
    }

    html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
        -webkit-transform: translate(250px,0) !important;
        -ms-transform: translate(250px,0) !important;
        transform: translate(250px,0) !important;
        -webkit-transform: translate3d(250px,0,0) !important;
        transform: translate3d(250px,0,0) !important;
    }

    .webprductsicon {
        margin: 15px 0px 20px 11px;
    }

    #searchresult_filter {
        width: 100% !important;
        left: 0px !important;
    }

    .pageheading {
        font-size: 24px;
    }

    .leftpadding35 {
        padding-left: 15px;
    }

    .rightpadding35 {
        padding-right: 15px;
    }

    .onetime {
        font-size: 14px !important;
        margin-top: 0 !important;
    }

    .input.selectaud {
        margin-top: -6px;
        margin-bottom: 14px;
        margin-left: 15px;
        width: 94%;
    }

    .txtright {
        text-align: left !important;
    }

    .rightpadding25 {
        padding-right: 15px;
    }

    .leftpadding25 {
        padding-left: 15px;
    }

    .martop10 {
        margin-top: 0;
    }

    .padleft0 {
        padding-left: 15px;
    }

    #selectable li {
        width: 14%;
    }

    #PromoCodeTerms ol#selectable li:nth-child(12n+1) {
        clear: left;
    }

    #PromoCodeTerms ol#selectable li:nth-child(10n+1) {
        clear: none;
    }

    .webprductsicon {
        margin: 15px 0px 20px 1px;
    }

    .sidemsmltble .webprductsicon {
        margin: 5px 0px 5px 1px;
    }

    .sidemsmltble {
        margin-top: 50px;
    }

    .paddingleft0 {
        padding-left: 15px;
    }

    div.imgcontainer {
        margin-bottom: 30px;
    }

    .cccheck {
        text-align: left;
        margin-top: 20px;
    }

    #DivListHolidaysCodes {
        margin-top: 30px;
    }

    div.k-window {
        width: 96%;
        left: 2% !important;
        right: 2% !important;
    }

    .tdspchargesdiv .Dollar_sign::before {
        margin-top: 3px;
        margin-left: 10px;
        height: 32px;
        padding-top: 3px;
    }

    .tdspchargesdiv .Dollar_sign .Dollar_sign::before {
        margin-top: 3px;
        margin-left: 10px;
        height: 32px;
        padding-top: 3px;
    }

    .tdspchargesdiv #tabstrip-1 .Dollar_sign::before {
        margin-top: 3px;
        margin-left: 10px;
        height: 32px;
        padding-top: 3px;
    }

    .tdspchargesdiv #tabstrip-1 .Dollar_sign .Dollar_sign::before {
        margin-top: 3px;
        margin-left: 10px;
        height: 32px;
        padding-top: 3px;
    }

    .col1user {
        width: 404px;
    }

    #ChartsDiv {
        padding: 0px 13px;
    }
}

@media (max-width:480px) {
    .tdspchargesdiv .Dollar_sign::before {
        margin-top: 3px;
        margin-left: 10px;
        height: 32px;
        padding-top: 3px;
    }

    .tdspchargesdiv .Dollar_sign .Dollar_sign::before {
        margin-top: 3px;
        margin-left: 10px;
        height: 32px;
        padding-top: 3px;
    }

    .tdspchargesdiv #tabstrip-1 .Dollar_sign::before {
        margin-top: 3px;
        margin-left: 10px;
        height: 32px;
        padding-top: 3px;
    }

    .tdspchargesdiv #tabstrip-1 .Dollar_sign .Dollar_sign::before {
        margin-top: 3px;
        margin-left: 10px;
        height: 32px;
        padding-top: 3px;
    }

    /*_::-webkit-full-page-media, _:future, :root     .tdspchargesdiv .Dollar_sign::before {
             height: 32px;
            padding-top:3px
}
_::-webkit-full-page-media, _:future, :root     .tdspchargesdiv .Dollar_sign .Dollar_sign::before{
             height: 32px;
            padding-top:3px
}
_::-webkit-full-page-media, _:future, :root     .tdspchargesdiv #tabstrip-1 .Dollar_sign::before {
             height: 32px;
            padding-top:3px
}
_::-webkit-full-page-media, _:future, :root    .tdspchargesdiv #tabstrip-1 .Dollar_sign .Dollar_sign::before {
             height: 32px;
            padding-top:3px
}*/




    #FutureContactPreference + label .input__label-content--yoshiko::after {
        font-size: 0.67em;
        padding: 24px 0;
    }

    .dashboardresi, .dashboardcomm {
        top: auto;
        bottom: 10px;
    }

    #accessaccordion.cd-accordion-menu label, #accessaccordion .cd-accordion-menu a {
        padding: 13px 18px 38px 64px !important;
    }

    #accessaccordion.cd-accordion-menu span {
        margin-top: 23px !important;
    }

    .col2user, .col3user {
        display: none;
    }

    #dvResend, #dvResubmit, #dvImsGenerate {
        display: block;
        margin: 5px 0;
        width: 100%;
    }

    /*#resubmitPopover.addnewbrokermain {
        width: 135px !important;
        margin-left: -22px !important;
    }

        #resubmitPopover.addnewbrokermain .searcharrow {
            left: 115px !important;
            top: 2px;
        }*/

    .dashbtn {
        padding: 4px 9px;
        font-size: 13px;
    }

    .dashboardresi {
        right: auto;
        left: 14%;
    }

    .dashboardcomm {
        left: auto;
        right: 14%;
    }
}


@media screen and (max-width:767px) and (-webkit-min-device-pixel-ratio:0) {
    .tdspchargesdiv .Dollar_sign::before {
        height: 26px;
        padding-top: 1px;
    }

    .tdspchargesdiv .Dollar_sign .Dollar_sign::before {
        height: 26px;
        padding-top: 1px;
    }

    .tdspchargesdiv #tabstrip-1 .Dollar_sign::before {
        height: 26px;
        padding-top: 1px;
        margin-left: 16px;
    }

    .tdspchargesdiv #tabstrip-1 .Dollar_sign .Dollar_sign::before {
        height: 26px;
        padding-top: 1px;
    }
}

@media screen and (max-width:480px) and (-webkit-min-device-pixel-ratio:0) {
    .tdspchargesdiv .Dollar_sign::before {
        height: 26px;
        padding-top: 1px;
    }

    .tdspchargesdiv .Dollar_sign .Dollar_sign::before {
        height: 26px;
        padding-top: 1px;
    }

    .tdspchargesdiv #tabstrip-1 .Dollar_sign::before {
        height: 26px;
        padding-top: 1px;
        margin-left: 10px;
    }

    .tdspchargesdiv #tabstrip-1 .Dollar_sign .Dollar_sign::before {
        height: 26px;
        padding-top: 1px;
    }
}



#resubmitPopover.addnewbrokermain {
    width: 215px;
    padding: 7.5px 15px 12.5px;
}

#resubmitPopover .addnewbrokerdiv {
    margin-top: -20px;
}

#dvResend, #dvResubmit, #dvImsGenerate {
    background: #00baff;
    color: #fff;
    padding: 5px 13px;
    border-radius: 3px;
}

#resubmitPopover.addnewbrokermain .searcharrow {
    left: 195px;
    top: 2px;
}

#dvResend:hover, #dvResubmit:hover {
    background: #00aadf;
}

.disableresubmitbtn {
    background: #777 !important;
    pointer-events: none;
}

.cloudicon1 {
    position: relative;
    top: 1px;
}

#Amount2 {
    padding-left: 38px;
}

    #Amount2 + label span {
        padding-left: 30px;
    }
/*.topprodtable {
    font-size: 12px;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: middle;
    padding: 5px 7px 3px;
    width: 23px !important;
    height: 23px !important;
    background: #D4AF37 !important;
    border-radius: 50%;

}*/
.topprodtable {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    padding: 6px 7px 1px;
    width: 23px !important;
    height: 23px !important;
    background: #D4AF37 !important;
    border-radius: 50%;
    /*display: block !important;*/
    float: right;
    vertical-align: middle;
}

    .topprodtable + .prdctname {
        display: block;
        float: left;
        padding-left: 6px;
        width: 72%;
        text-align: center;
    }

.planpreviewtem img {
    width: 21px;
    padding-top: 1px;
}

.planpreviewtem:hover {
    background: #2191fb !important;
}

.PlanPreviewModal .sidedivplan .planbox {
    padding: 25px 15px;
}

.PlanPreviewModal .modal-dialog.custommodal {
    width: 340px;
}

.PlanPreviewModal .planbox {
    background: #f6f1ef !important;
    border-radius: 13px;
    text-align: center;
    padding: 15px !important;
    box-shadow: 0px 0px 5px 0px rgba(61,61,61,0.5) !important;
    margin: 10px 0;
}

.PlanPreviewModal .planname {
    font-size: 19px;
    font-weight: 600;
    word-wrap: break-word;
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.PlanPreviewModal .planname, .PlanPreviewModal .planduration, .PlanPreviewModal .planprice, .PlanPreviewModal .planunit, .PlanPreviewModal .plandescription {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.PlanPreviewModal .planduration {
    font-size: 13px;
    font-weight: 600;
    margin: 4px 0 5px !important;
}

.PlanPreviewModal .planprice {
    color: #e87200;
    font-size: 56px;
    margin: 5px 0;
    line-height: 65px;
    font-weight: 300;
}

.PlanPreviewModal .planunit {
    color: #b4b4b4;
    font-size: 14px;
    font-weight: 600;
}

.PlanPreviewModal .plandescription {
    font-weight: 600;
    color: #5F5F5F !important;
    font-size: 14px;
    margin: 15px 0 !important;
}

.PlanPreviewModal .planfiles {
    position: relative;
    margin: 13px 0 !important;
}

.PlanPreviewModal .sidedivplan .planfiles a {
    margin: 6px 9px 5px;
}

.PlanPreviewModal .planfiles a {
    color: #979797;
    text-decoration: none;
    margin: 8px 3px 5px;
    font-weight: 600;
    cursor: pointer !important;
    display: inline-block;
    font-size: 14px;
}

.PlanPreviewModal .detaildiv {
    background: white;
    position: absolute;
    bottom: 34px;
    right: -134px;
    z-index: 1111 !important;
    height: 201px;
    height: auto;
    width: 450px;
    z-index: 1;
    box-shadow: 0 0px 10px rgba(69,69,69,.6) !important;
    border-radius: 7px;
    padding: 10px;
    text-align: left;
    font-size: 14px;
}

    .PlanPreviewModal .detaildiv .marbtm12, .PlanPreviewModal .marbtm12 {
        margin-bottom: 12px !important;
    }

.PlanPreviewModal .font13 {
    font-size: 13px;
    text-align: left;
    padding: 2px 0;
}

.PlanPreviewModal .orangetext {
    color: #1777CB;
    font-weight: 600;
    font-size: 14px;
}

.PlanPreviewModal .pad0detail {
    padding-left: 0px;
}

.PlanPreviewModal .detailheading {
    font-size: 18px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.PlanPreviewModal .detaildiv::after {
    margin-left: 118px;
    top: 100%;
    left: 50%;
    border: solid transparent;
    border-top-color: transparent;
    border-top-width: medium;
    border-right-color: transparent;
    border-right-width: medium;
    border-bottom-color: transparent;
    border-bottom-width: medium;
    border-left-color: transparent;
    border-left-width: medium;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #ffffff;
    border-width: 10px;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -1px 3px 4px -3px rgba(69,69,69,.6);
    margin-left: 0;
}

@media (max-width:767px) {
    .PlanPreviewModal .modal-dialog.custommodal {
        width: 300px;
    }

    .PlanPreviewModal .detaildiv {
        right: -45px;
        width: 300px;
        font-size: 12px !important;
    }

    .PlanPreviewModal .pad0detail {
        padding-left: 15px;
    }

    .PlanPreviewModal .detaildiv::after {
        left: 70%;
    }

    .PlanPreviewModal .font13 {
        font-size: 12px;
        padding: 2px 15px;
    }

    .PlanPreviewModal .emailtemplatepopup .close {
        right: -9px;
    }

    .PlanPreviewModal .orangetext {
        font-size: 12px;
    }

    .PlanPreviewModal .detailheading {
        font-size: 16px;
        margin-bottom: 7px;
    }
}

.configlist {
    background: #f0f0f0 !important;
    padding: 0px 0px;
}

    .configlist a {
        color: #5f5f5f;
        padding: 13px;
        display: block;
    }

    .configlist li a::before {
        content: "\f054";
        margin-right: 10px;
        font: normal normal normal 14px/1 FontAwesome !important;
    }

    .configlist li a:hover, .configlist .activeconfig a {
        background: #00BAFF;
        color: #fff !important;
    }


.PlanPreviewModal .allplansdiv .DescriptionList {
    padding-left: 18px;
    padding-right: 15px !important;
    width: 90%;
    margin-bottom: -1px;
    text-transform: capitalize;
    text-align: left;
    display: block;
}

.PlanPreviewModal .DescriptionList label::before {
    content: "a";
    position: absolute;
    top: 7px;
    left: -15px;
    font-family: fontawesome;
    font-size: 9px;
    font-weight: normal;
    background: #5F5F5F;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    font-size: 0px;
}

.PlanPreviewModal .DescriptionList {
    margin-bottom: -1px;
}

.PlanPreviewModal .DescriptionList {
    text-align: left;
    width: 100%;
    display: block;
    padding-left: 70px;
    text-transform: capitalize;
}

    .PlanPreviewModal .DescriptionList label {
        margin-bottom: 0 !important;
        position: relative;
        font-weight: 600 !important;
        display: block;
        color: #5F5F5F !important;
    }

    .PlanPreviewModal .DescriptionList + span {
        margin: 15px 0 0;
        display: block;
    }

#contentFill .k-grid-content.k-auto-scrollable {
    height: 200px !important;
}

@media (max-width:340px) {
    .headerlogo {
        width: 100%;
        height: auto;
        margin-top: 9px;
    }

    .avgpriceheadingprdt {
        font-size: 16px;
    }
}



.importproducts thead [type="checkbox"]:checked + label::before, .importproducts thead [type="checkbox"]:not(:checked) + label::before {
    top: -10px;
    left: 8px;
}

.importproducts [type="checkbox"]:checked + label::after, .importproducts thead [type="checkbox"]:checked + label::after, .importproducts thead [type="checkbox"]:not(:checked) + label::after {
    top: -7px;
    left: 11px;
}

#DivListProducts.importproducts {
    margin-bottom: 20px;
}

.importproducts.k-grid td.Error-td ul {
    list-style: none;
}

.planpreviewtemdetail {
    width: 38px;
    position: relative;
    top: -1px;
    height: 38px;
}

.planpreviewtem.planpreviewtemdetail img {
    width: 25px;
    position: relative;
    top: 4px;
}

.greenleaf {
    min-height: 20px;
}
.greenleaf img {
   width: 16px;
   margin: 2px auto !important;
}

.seldateslis {
    margin-top: 13px !important;
}

.selectlblutil.selectdate::after {
    left: 10px !important;
    top: -2px;
}

.k-widget.k-multiselect.k-header.input__field.input__field--yoshiko.selectuser2.addselect.selectpromolis {

    background-color: #fff;

}

.selectpromolis .k-multiselect-wrap {
    min-height: 21px;
}

.typechecking1 {
    margin-bottom: 10px !important;
}

.selectpromolis  .k-multiselect-wrap, .selectpromolis  .k-input{
    color: #696969 !important;
}
.disableapi{
    cursor: not-allowed;
    opacity: 0.6;
    clear: both;
}

.disableapi div{
    pointer-events: none;
}

.selectpromolis .k-icon.k-clear-value.k-i-close {

    display: none !important;
    margin-right: 16px !important;

}

/*.holidaytext {
    background: #ff595e;
    color: #fff;
    padding: 15px 15px;
    border-radius: 5px;
    margin-top: 30px;
}*/

.holidaytext {
    background: #fbea9a;
        padding: 15px 15px 10px;
    border-radius: 5px;
    margin-top: 30px;
}
.notetext {
    background: #fbea9a;
}
.tagtext {
    background: #fbea9a;
    padding: 5px 15px 20px 20px;
    border-radius: 5px;
    margin-top: 210px;
    margin-left:20px;
}

.tagtext p
{
    font-size:16px;
}

@media(min-width:768px) and (max-width:992px){
    .holidaytext {
    margin-bottom: 30px;
}
}
.webprductsiconenroll.holidaytick {
      margin: 0 5px;
    height: 30px;
    width: 30px;
    position: relative;
top: -3px;
background: #0fd873 !important;

cursor: default;
}

.webprductsicon.holidaytick img {
    margin-top: 4px !important;
    width: 66% !important;
    height: 22px !important;
}

  .rightsidenum h2{
margin: 21px 0 0;
  }

.rightsidenum .rightsidenum2 h2
{
  margin: 10px 0;
}

.isigmaNum
{
    border: 0 !important;
    margin-top: 2px;
    font-weight: 600 !important;
    font-size: 22px !important;
}
  


@media (max-width:991px){
    .rightsidenum h2
    {
      font-size: 20px !important;
    }

}
@media (max-width:480px){
    .rightsidenum h2
    {
        text-align:center
    }
}


.PlanPreviewModal   .Chariotadminplan .planbox {
    background: #fff !important;
    border-radius: 0px !important;
    text-align: center !important;
    max-width: 330px !important;
   padding: 35px 15px !important;
    box-shadow: 0px 30px 90px rgba(33, 21, 81, 0.1) !important;
    margin: 10px 0 !important;
}
.PlanPreviewModal   .Chariotadminplan .planbox p {
    /*margin: 5px 0 !important;*/
}
.PlanPreviewModal   .Chariotadminplan .planname {
    font-family: Prompt !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: normal !important;
    text-align: center !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    color: #211551 !important;
    word-wrap: break-word !important;
    max-height: 62px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.PlanPreviewModal   .Chariotadminplan .planicon {
    height: 111px !important;
    width: 112px !important;
    margin: 18px 0 !important;
    display: inline-block !important;
    overflow: hidden !important;
    background-image: url("../../../../Images/sun1.svg") !important;
}
.PlanPreviewModal   .Chariotadminplan .planicon span {
    height: 109px !important;
    width: 67px !important;
    display: inline-block !important;
    padding-top: 65px !important;
    font-family: Prompt !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: normal !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #211551 !important;
    margin: 0 !important;
    display: block !important;
}
.PlanPreviewModal   .Chariotadminplan .planprice {
    font-family: Prompt !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 46px !important;
    line-height: 56px !important;
    color: #412F8A !important;
    line-height: 65px !important;
}
.PlanPreviewModal   .Chariotadminplan .planprice span {
    font-family: IBM Plex Sans !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 15px !important;
    line-height: 23px !important;
    color: #412F8A !important;
}
.PlanPreviewModal   .Chariotadminplan .fixdescp {
    font-family: IBM Plex Sans !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 13px !important;
    line-height: 20px !important;
    text-align: center !important;
    color: #1A1A1A !important;
    opacity: 0.5 !important;
}
.PlanPreviewModal   .Chariotadminplan .planduration {
    font-family: IBM Plex Sans !important;
    font-style: normal !important;
    font-size: 15px !important;
    line-height: 23px !important;
    text-align: center !important;
    color: #211551 !important;
    font-weight: 600 !important;
    margin: 20px 0 !important ;
}
.PlanPreviewModal   .Chariotadminplan .plandescription {
    font-family: IBM Plex Sans !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 15px !important;
    line-height: 23px !important;
    text-align: center !important;
    color: #1A1A1A !important;
}
.PlanPreviewModal   .Chariotadminplan .planfiles {
    position: relative !important;
    margin: 13px 0 !important;
}
.PlanPreviewModal   .Chariotadminplan .planfiles a {
    font-family: IBM Plex Sans !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 15px !important;
    line-height: 23px !important;
    text-align: center !important;
    text-decoration-line: underline !important;
    display: table !important;
    cursor: pointer !important;
    margin: auto !important;
    color: #1A1A1A !important;
    transition: ease-in .100s all !important;
    opacity: 0.5 !important;
}
.PlanPreviewModal   .Chariotadminplan .planfiles a:hover {
    color: #412F8A !important;
    text-decoration: none !important;
    opacity: 1 !important;
}

.PlanPreviewModal   .Chariotadminplan .DescriptionList label::before {
    content: "a";
    position: absolute;
    top: 8px;
    left: -15px;
    font-family: fontawesome;
    font-size: 9px;
    font-weight: normal;
    background: #211551;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    font-size: 0px;
}

.PlanPreviewModal   .Chariotadminplan label {
    color: #1A1A1A !important;
    font-weight: normal !important;
}

.PlanPreviewModal   .Chariotadminplan .detaildiv {
    right: -89px;
}

.PlanPreviewModal   .Chariotadminplan .orangetext{
color: #211551 !important;
}

@media (max-width:767px){
    .PlanPreviewModal .Chariotadminplan .detaildiv {
    right: -46px;
}
    .PlanPreviewModal .Chariotadminplan .detaildiv::after {
            left: 46%;
}
}


#resubmitPopover.addnewbrokermain {
    width: 265px;
    margin-top: -114px;
}
#resubmitPopover.addnewbrokermain.enrolllisting {
    width: 265px;
    margin-top: -64px;
}
.resentemail p {
    font-size: 11px;
}
/*.resentemail {
    margin: 33px 0 16px;
}*/
.resentemail {
    margin: 16px 0 16px;
}
.resubmitpopup.contractdoc {
    margin-top: -30px;
}
.resubmitpopup h3 {
    font-size: 17px;
    font-weight: 600;
}
#dvResend, #dvResubmit, #dvImsGenerate {
    background: #2191fb;
    color: #fff;
    padding: 10px 17px;
    border-radius: 23px;
    font-size: 12px;
}
#dvResend:hover, #dvResubmit:hover {
    background: #1181df;
}

.resubmitpopup .resubisigma h3 {
    margin-bottom: 20px;
}

.resentemail p {
    font-size: 11px;
    margin-top: -14px;
    margin-bottom: 20px;
}
.resubicon.smlresub img {
    margin-left: -2px !important;
    height: 15px !important;
    margin-top: 5px;
    width: 28px;
}
.messageicon.resubicon.smlresub {
    width: 24px;
    height: 24px;
    background: #6fb8fd !important;
    position: relative;
    top: -3px;
}
.disableresubmitbtn .messageicon.resubicon.smlresub{
    background: #777 !important;
pointer-events: none;
}

#resubmitPopover.addnewbrokermain .searcharrow {
    left: 245px;
    top: 93px;
}
#resubmitPopover.addnewbrokermain.enrolllisting .searcharrow {
    top: 43px;
}
.resubmitpopup .resentemail h3 {
    margin-bottom: 20px;

}

@media (max-width:435px){
    #resubmitPopover.addnewbrokermain {
    width: 215px;
    margin-top: 3px;
    margin-left: 17px;
}
    #resubmitPopover.addnewbrokermain .searcharrow {
    left: 151px;
    top: -25px;
}
    #resubmitPopover.addnewbrokermain .searcharrow::after {

    top: 11px;
    left: 0px;

}
    #dvResend, #dvResubmit, #dvImsGenerate {
    padding: 10px 5px 4px;
}
}

#DivApiList .k-grid-header th.k-header:first-child a {

    text-align: center !important;

}


#DivApiList .resubicon img {
    width: 28px;
    margin-left: -1px !important;
    height: 18px !important;
    margin-top: 4px;
}

.apiParent .apiChild {
    display: none;
}

.circle-small.editenrollform img {
    width: 68% !important;
    margin-top: 7px;
}
.circle-small.editenrollform {
    width: 38px;
    height: 38px;
    position: relative;
    background: #2191fb;
    top: -11px;
    margin: 0 0 0 4px;
}
.circle-small.editenrollform:hover {
   background: #1181eb;
}

.webprductsiconenroll.saveenrollform {
    margin: 15px 0px 20px 5px;
    position: relative;
    top: -10px;

}
.yellowbgtextbox.input__field {
    background-color: #fffabf !important;
}



.reqstartdate .k-icon.k-i-calendar {
    margin-top: -1px;
}

#EnrollmentDetails_ServiceTypeID,  #FormSaveEnrolment select.bluebgtextbox{
    background-image: url("../../../../Images/down-arrow-1.png") !important;
background-repeat: no-repeat !important;
padding: 4px 10px !important;
background-size: 16px !important;
background-position: 96% !important;
}

.Com_ServiceType, #FormSaveEnrolment select.bluebgtextbox {
    background-image: url("../../../../Images/down-arrow-1.png") !important;
    background-repeat: no-repeat !important;
    padding: 4px 10px !important;
    background-size: 16px !important;
    background-position: 96% !important;
}

    .Com_ServiceType:disabled {
        background-image: none !important;
    }

#EnrollmentDetails_ServiceTypeID:disabled {
        background-image: none !important;
}

.reqstartdate .k-widget.k-datepicker.k-header.input__field.input__field--yoshiko.alpha-only{

margin-top:3px;
}

.reqstartdate  .k-input[readonly] {
    background-color: #fff;
    color: #696969;
}

#ESGDocs.webprductsicon {
    margin: 15px 0px 20px 6px;
}
.bluebgtextbox.input__field {
    background-color: #00baff !important;
    color:#fff
}

.multidocicon1.webprductsicon.proddocicon {
    margin: 15px 0 14px 8px;
    position: relative;
    top: 1px;
}
.multidocicon1.webprductsicon.proddocicon + #dvpop {
    position: absolute;
    right: -93px;
    margin: 0;
    top: 67px;
}

.multidocicon1.webprductsicon.proddocicon img {
    margin-top: 5px;
}

@media (max-width:991px){
    .multidocicon1.webprductsicon.proddocicon + #dvpop {
    right: 0px;
 }
    .multidocicon1.webprductsicon.proddocicon + #dvpop.addnewbrokermain .searcharrow {
    left: 194px;
}
}

/* New Plan box*/
.planprice span {
    font-size: 14px;
    display: block;
    margin-top: -14px;
}

.planprice.planprice2 span {

    margin-top: -15px;
    margin-bottom: 10px;

}
.planprice2 .nopadprice {

    padding: 0;
    font-size: 36px;

}

@media (min-width:992px) and (max-width:1199px){
    .planprice2 .nopadprice {
    font-size: 34px;
}
}

.PlanPreviewModal .modal-dialog.custommodal {
    width: 400px;
}

.PlanPreviewModal .Chariotadminplan .detaildiv::after {
    margin-left: 118px;
    top: 100%;
   left: 34%;
background:white;
}



/* New Plan box*/


.bluebgheadingbox {
    background-color: #00baff !important;
    color: #fff;
}

.CommercialStreetAddress.addloader {
    background-image: url("../../../../Images/textboxloader.gif");
    background-size: 25px;
    transition: none !important;
    background-repeat: no-repeat;
    background-position: 99%;
}

#EnrollmentDetails_StreetAddress.addloader {
    background-image: url("../../../../Images/textboxloader.gif");
    background-size: 25px;
    transition: none !important;
    background-repeat: no-repeat;
    background-position: 99%;
}
#EcrodAddressAutoFill {
    width: 93%;
    background: white !important;
    box-shadow: 0 0px 10px rgba(69,69,69,.6);
    overflow-y: auto;
    margin-top: -9px;
    position: absolute;
    z-index: 11111;
    padding: 20px 0 20px;
    font-size: 14px;
}
.EcrodAddressAutoFill {
    width: 93%;
    background: white !important;
    box-shadow: 0 0px 10px rgba(69,69,69,.6);
    overflow-y: auto;
    margin-top: -9px;
    position: absolute;
    z-index: 11111;
    padding: 20px 0 20px;
    font-size: 14px;
}
.addresssearchmaindiv {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
@media (max-width:767px) {
    .addresssearchmaindiv {
        text-align: center;
    }
}
@media (min-width:768px) {
    .addresssearchmaindiv a {
        float: right;
        margin-top: 12px;
    }
}


.btn.SelectAddress {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #412F8A !important;
    color: #ffffff !important;
}


.bluebgtextbox .k-picker-wrap.k-state-default {
    border-color: #ccc;

}

.bluebgtextbox .k-picker-wrap.k-state-default {

    background-color: transparent !important;

}

.bluebgtextbox  .k-picker-wrap .k-input[readonly] {
    color: #fff;
}
.bluebgtextbox.k-datepicker {
    padding: 0px 0 !important;
    margin-top: 5px;
}

.bluebgtextbox .k-icon.k-i-calendar {
    margin-top: 0;
}

.bluebgtextbox  .k-state-hover, .bluebgtextbox  .k-state-hover:hover {

    color: #FFF !important;

}

.bluebgtextbox .k-state-active {

    color:  #FFF !important;
}


#DivStreetAddressToolTip.brokerpass #tooltipimgemail {
    right: auto;
    left: 175px;
}
#DivStreetAddressToolTip .addnewbrokerdiv.textcenter {
    margin-top: -23px;
}


/*#DivStreetAddressToolTip .addnewbrokermain {
    margin-top: -73px;
    margin-left: -93px;
}

#DivStreetAddressToolTip .addnewbrokermain .searcharrow {
    top: 35px;
}*/



#DivStreetAddressToolTip .addnewbrokermain {
    margin-top: 7px;
    margin-left: 0px;
 }

#DivStreetAddressToolTip .addnewbrokermain .searcharrow::after {
    top: 6px;
    left: 0px;
}

#DivStreetAddressToolTip .addnewbrokermain .searcharrow {
    top: -21px;
    left: 159px;
}
.servadd{
    z-index: 111 !important;
}
.contracticondiv.enrollmentdetailedit {
    display: inline-block;
}
#DivListEnrollments .sendsms.resubicon{
    background: #0fd873;
}
#DivListEnrollments .sendsms.resubicon:hover{
    background: #00c863;
}


#DivListEnrollments .sendsms.resubicon img {
    margin-left: -0.5px !important;
    width: 20px !important;
    height: auto !important;
    margin-top: 3px;

}

.holidaytext ul {
    list-style: disc;
    margin: 0 29px;
}

#EnrollmentDetails_StartDate_dateview span {
    padding: 0 15px;
}


.commentdiv div#headingOne {
    background: #ccc;
    color: #fff;
}

.commentdiv div#headingOne button {
       color: #fff;
       display: block;
       width: 100%;
       text-align: left;
       text-decoration:none
}
.commentdiv div#headingOne button i{
    padding-right:15px
}
.commentdiv div#headingOne h2{
    margin: 0;
}

.commentdiv .card {
    border: 1px solid #ccc;
}

.commentdiv div#collapseOne span {
    padding: 15px;
    display:block
}

 .commentdiv {
    margin-top: 20px;
}

 .commentdiv #NotesGrid {
     height: auto !important;
 }
 .commentdiv  .tableprntdiv tbody td:nth-child(2) {
    font-weight:normal !important;
}
 .commentdiv .table-header-cell-left .k-link {
    text-align: left !important;
}
 .commentdiv div#collapseOne table span {
 
    display: inline-block;
}
 .commentdiv  .k-grid-header{
     padding-right:0px !important
 }
 .data-tables  .commentdiv .k-grid-header .k-header > .k-link {
    text-align: left !important;
}

.commentdiv .circle-small img {
    width: 16px !important;
    position: relative;
    top: -13px;
    left: -7px;
}
.commentdiv .messageicon img {

    position: relative;
    top: -15px;
    left: -11px;
    width: 20px;

}
.commentdiv .messageicon{
    position: relative;
    top: 2px;
}

.commentdiv .circle-small {
    background: #ff595e !important;
}
.commentdiv .circle-small:hover {
    background: #ef494e !important;
}
.savecomment img {

    margin-top: 8px;
    width: 75% !important;
    height: 22px;
    position: relative;
    left: 1px;

}
.savecomment {

    margin: 0 !important;
    float: right;
    position: relative;
    top: 10px;

}

#APIGrid th[data-field="Status"] a {
    text-align: center !important;
}
.apipopupdata{
    word-wrap: break-word;
max-height: 300px;
overflow-y: auto;
display: block;
padding-right: 15px;
}


.data-tables .k-grid-header .table-header-cell-left1.k-header > .k-link {
    text-align: left;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.notesdiv .alert {
    border-radius: 0;
    border: transparent;
}
.notesdiv .status {
    font-size: 11px;
}
.notesdiv .contentheading {
    font-weight: 600;
    word-wrap: break-word;
    margin: 0px !important;
}
.notesdiv .contentmatter {
    font-weight: 500;
    word-wrap: break-word;
    margin-bottom: 15px !important;
}
.notesdiv .statusby {
    font-size: 11px;
    display: inline-block;
}
.notesdiv  .statusdate {
    font-size: 11px;
    display: inline-block;
    float: right;
}
.notesdiv .alert-secondary {
    color: #595f72;
    position: relative;
    margin-bottom: 35px;
    background-color: #f0f0f0;
}

.notesdiv .alert-secondary:after, .notesdiv .alert-secondary:before {
right: 0;
top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.notesdiv .alert-secondary:after {
	border-color: rgba(240, 240, 240, 0);
	border-right-color: #f0f0f0;
border-width: 18px;

margin-top: -20px;
}
.notesdiv .alert-secondary:before {
border-color: rgba(240, 240, 240, 0);
	border-right-color: #f0f0f0;
border-width: 18px;

margin-top: -20px;
}
.notesdiv .alert-danger {
    color: #f93a3f;
    background-color: #ffdedf;
}
.notesdiv .alert-info {
    color: #595f72;
    background-color: #cdf1ff;
 }
.notewriting {
    border-radius: 0px 0px 5px 5px;
    background: #f7f7f7;
    padding: 15px;

}
.statuslisting {
    padding: 15px;
    max-height: 400px;
    overflow-y: auto;
}
.notesdiv {
    margin-top: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;

}

.notecontent {

    background: #fff;
    width: 100%;
    border: 0px;
    padding: 11px;
    margin-top: 2px;
    border-radius: 3px;
    font-size: 13px;
    max-width: 100%;
    min-width: 100%;
    resize: none;

}
.notetitle {

    width: 100%;
    padding: 11px;
    background: #fff;
    border: 0px solid #ccc;
    border-radius: 3px;
    font-size: 13px;

}
.submitnote.backtoenrollment {

    background: #dedede;
    width: 100% !important;
    margin-top: 40px;
    padding: 8px;

}

.submitnote.backtoenrollment:hover {
    background: #bebebe;
}
.submitnotediv{

    padding: 0 15px 0 0px;

}

.filternotediv .filternote {
    display: inline-block;
    width: 100%;
    padding-right: 25px !important;
    margin-left: 0;
    position: relative;
    top: 0;
    background-image: url("../../../../Images/down-arrow-1.png") !important;
    background-repeat: no-repeat !important;
    padding: 0px !important;
    background-size: 16px !important;
    background-position: 96% !important;
    margin: 9px 0;
    background-color: #fff;
}
.filternotediv {

    padding-top: 10px;
    font-weight: 600;
    /*text-align: right;*/

}
.dropdown.filterdropdiv {
    display: inline-block;
    margin-left: 14px;
}
 .filterdropdiv  .dropdown-submenu {
        position: relative;

    }
.filterdropdiv .dropdown-submenu a.link::before {
    background-image: url("../../../../Images/down-arrow-1.png") !important;
    background-repeat: no-repeat !important;
    background-size: 14px !important;
    background-position: 96% !important;
    content: "";
    position: absolute;
    width: 180px;
    height: 30px;
    top: 76px;
    z-index: 11111;
    right: -73px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}



        .filterdropdiv .dropdown-submenu .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -1px;
        }

.filterdropbtn {

    border-radius: 0px;
    width: 180px;
    border: 1px solid #cccccc !important;
    color: #696969 !important;
    text-align: left;
    background-image: url("../../../../Images/down-arrow-1.png") !important;
    background-repeat: no-repeat !important;
    padding: 5px 10px;
    background-size: 16px !important;
    background-position: 96% !important;
    background-color: #fff !important;
    box-shadow: none !important;

}
.filterdropop {
    font-size: 13px;
    width: 180px;
    border: 0px;
    border-radius: 0px !important;
    margin-top: 0px;
    background-color: #f7f7f7;
    padding: 0;

}
.filterdropop a {

    padding: 6px 12px !important;
    color: #696969 !important;

}
.filterdropop a:hover {

    background-color: #d9d8d8 !important;

}
.filterdropop.filtersubmenu {
    width: 210px;
    padding: 12px 15px;
}


/* The container */
.checkboxcontainer {
  display: inline-block;
  position: relative;
  padding-left: 29px;
  margin-bottom: 12px;
  cursor: pointer;
 font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkboxcontainer .checkmark {
    position: absolute;
    left: 3px;
    top: 1px;
    height: 17px;
    border: 1px solid #bbb;
    width: 17px;
    background-color: #fff !important;
    border-radius: 3px;
}
/* On mouse-over, add a grey background color */
.checkboxcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxcontainer input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkboxcontainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxcontainer .checkmark::after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #17c0ff;

    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

a.userfilterbtn {
    color: #fff !important;
    background: #dedede;
    width: 60% !important;
    margin: 0 auto 6px;
    padding: 8px;
    border-radius: 35px;
    text-align: center;
}
.filternotediv .filternote .k-dropdown-wrap.k-state-default {
    background: none !important;
    padding: 0 18px 0 5px;
}

.filternotediv .filternote .k-icon.k-i-arrow-60-down {
    display: none;
}

a.userfilterbtn:hover {
    background-color: #bebebe !important;
}
.selecticon {

    padding-top: 20px;
    display: block;
    width: 57%;
    float: left;

}
.selecticonbtn {

    background: #5ad86d;
    color:    #fff;
    text-align: center;
    display: block;
    padding: 7px 0;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;

}
.iconpreview{
    position:relative
}
.removeicondiv{

    position: absolute;
    left: 21px;
    top: 6px;

}
.removeiconbtn {
    background:#f00;
color:  #fff;
    text-align: center;
    display: block;
    padding: 0;
    cursor: pointer;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.removeiconbtn:hover{
  
         background: #df0000;
}
.removeiconbtn img {

    width: 12px;
    position: relative;
    top: 1px;
    left: 0px;
    right: 0;

}
.iconpreview {

    padding-top: 20px;
    display: block;
    float: left;
    width: 15%;
    height: 54px;
    margin: 0px 5%;

}
.iconpreview input {
    width: 100%;
    height: 31px;
    pointer-events: none;
}
.selecticonbtn:hover {
    background:  #2aa83d;
}

.iconselectmodal .input-hidden {
  position: absolute;
  left: -9999px;
}

.iconselectmodal  input[type=radio]:checked + label>img {
  border: 1px solid #fff;
  box-shadow: 0 0 3px 3px #090;
}

/* Stuff after this is only to make things more pretty */
.iconselectmodal input[type=radio] + label>img {
  border: 1px dashed #444;
  width: 150px;
  height: 150px;
  transition: 500ms all;
}

.iconselectmodal input[type=radio]:checked + label>img {
  transform: 
    rotateZ(-10deg) 
    rotateX(10deg);
}

/*
 | //lea.verou.me/css3patterns
 | Because white bgs are boring.
*/
.iconselectmodal .input-hidden {
  position: absolute;
  left: -9999px;
}

.iconselectmodal input[type=radio]:checked + label>img {
  border: 1px solid #fff;
 box-shadow: 0 0 2px 2px #090;
}

/* Stuff after this is only to make things more pretty */
.iconselectmodal input[type=radio] + label>img {
  border: 1px solid #ccc;
  width: 80px;
  height: 80px;
  transition: 500ms all;
}

.iconselectmodal input[type=radio]:checked + label>img {
  transform: 
    rotateZ(0deg) 
    rotateX(0deg);
}

.iconselectmodal [type="radio"]:checked + label::before,
 .iconselectmodal [type="radio"]:not(:checked) + label::before {
    display: none;
}
.iconselectmodal [type="radio"]:checked + label::after {
    display: none;
}
.iconselectmodal [type="radio"]:checked + label, 
.iconselectmodal [type="radio"]:not(:checked) + label {
    margin: 8px;
    padding-left: 0;
}



.topheadingtext {
    font-weight: bold;
    margin-right: 20px;
}


.colorpickerbanner {
    display: block;
    width: 18px;
    height: 18px;
    background: red;
    z-index: 11111;
    position: absolute;
    border-radius: 50%;
    right: 6px;
    top: 7px;
    cursor: pointer;
}
label.colocpickeropt {
    width: 50px;
    height: 50px;
    cursor:pointer;
    border-radius: 50%;
}


label.colocpickeropt.darkpurple {
    background-color:#211451
}

label.colocpickeropt.orange {
    background-color:#FF6600
}

label.colocpickeropt.yellow {
    background-color:#FFE600
}

label.colocpickeropt.purple {
    background-color:#412E8A
}
label.colocpickeropt.green {
    background-color:#00AA26
}

.iconselectmodal [type="radio"]:checked + label.colocpickeropt {
    /* width: 61px; */
    /* height: 61px; */
    background-image: url(/Images/tick-symbol.svg);
    background-size: 53%;
    background-repeat: no-repeat;
    background-position: center;
}

.statuslisting {

    padding: 15px;
    max-height: 350px;
    overflow-y: auto;
    min-height: 350px;

}

.leftselectedplan .bannerdiv {
    display: none;
}

#searchresult_filter.prdsearch {
    z-index: 2;
}
.rightselectedplan  #bannertext {
    padding-right: 30px;
}
#DivCanBeSoldBy #search_autofill {
    z-index: 2;
}
.plantheme {

    padding: 15px;
    background: #f7f7f7;
    border-radius: 8px;
    border: 1px solid#eaeaea;
    box-shadow: 2px 2px 10px 2px #eee;

}
.plantheme .input--filled .input__field--yoshiko {
    background-color:  #fff !important;
}

.linelbl.input__label-content--yoshiko::after {
    content: attr(data-content);
    position: absolute;
    font-weight: 600;
    bottom: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    color: #f28026;
    padding: 0.25em 0;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    font-size: 0.85em;
    font-size: 0.70em;
}
.linelblmain .input__field--yoshiko:focus + .input__label--yoshiko, .linelblmain .input__label--yoshiko {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
.linelblmain .input__label-content--yoshiko {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.planbox.purpleplan {
        background: #412e8a !important;
}
.planbox.purpleplan p {
       color: #fff;
}
    .planbox.purpleplan p.planprice {
        color: #F28026;
    }


    #PlanPreviewModal .Chariotadminplan.featuredplan  .planbox {
    background:  #412e8a !important;
 
}
#PlanPreviewModal .Chariotadminplan.featuredplan   .planbox p {
    color:     #fff !important;
}
#PlanPreviewModal .Chariotadminplan   .planbox {
       margin: 0 0 10px 0 !important;
    padding: 1px 15px 15px !important;
    position: relative;

}
#PlanPreviewModal .Chariotadminplan  .plantype {
    height: 39px;
    /*background: #f60;*/
    color:  #fff;
    padding: 7px 0;
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0px;

}
#PlanPreviewModal .Chariotadminplan  .planname{
    margin-top: 40px !important;
}
#PlanPreviewModal .Chariotadminplan   .planname {

    padding: 13px 0;
    max-height: 82px;

}
#PlanPreviewModal .Chariotadminplan.featuredplan  .planprice span{
     color:  #fff !important;
}
#PlanPreviewModal .Chariotadminplan.featuredplan  label {
    color: #fff !important;
}
#PlanPreviewModal .Chariotadminplan.featuredplan  .planprice div {
        color:     #f60 !important

}
#PlanPreviewModal .Chariotadminplan   .planfiles a{
     display:inline-block !important;
    margin: 0 10px 14px !important;
}
#PlanPreviewModal .Chariotadminplan.featuredplan  .planfiles a {

    color:     #fff !important;
       opacity: 1 !important;

}
#PlanPreviewModal .Chariotadminplan.featuredplan   .newplansignup:hover,
 #PlanPreviewModal .Chariotadminplan.featuredplan   .newplansignup:focus,
#PlanPreviewModal .Chariotadminplan.featuredplan   .newplansignup:active {

    text-decoration: none;
    background-color: #FFFFFF !important;
    color: #412F8A;

}
#PlanPreviewModal .Chariotadminplan.featuredplan .sidedivplan .approductsbtn{
        background: #fff !important;
                 transition: ease-in .100s background;
}
#PlanPreviewModal .Chariotadminplan.featuredplan .sidedivplan .approductsbtn:hover,
#PlanPreviewModal .Chariotadminplan.featuredplan .sidedivplan .approductsbtn:focus,
#PlanPreviewModal .Chariotadminplan.featuredplan .sidedivplan .approductsbtn:active{
        background: #FF6600 !important;
}

#PlanPreviewModal .Chariotadminplan.featuredplan  .yourplan{
    color: #fff !important;
    opacity: 1;
}

#PlanPreviewModal .Chariotadminplan.featuredplan  .planicon {
    background-image: url("../../Images/white-sun.svg");
}
#PlanPreviewModal .Chariotadminplan.featuredplan  .planbox p.planprice {
    color: #f60 !important;
}


#PlanPreviewModal .Chariotadminplan  .planduration{font-weight: 300;
    opacity: 0.5;
}
#PlanPreviewModal .Chariotadminplan  .plantypedetil {
    color:  #ff6600 !important;
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin-top: 10px !important;
 }
#PlanPreviewModal .Chariotadminplan.featuredplan  .planbox  p.plantypedetil {
    color:  #ffe600 !important;
 }
#PlanPreviewModal .Chariotadminplan.normalplan .planbox  p.plantypedetil {
    color:  #00aa26 !important;
 }
#PlanPreviewModal .Chariotadminplan  .planduration{
    margin: 20px 0 0px !important;
}
#PlanPreviewModal .Chariotadminplan  .fixdescp {
    margin: 5px 0 18px !important;
}



#PlanPreviewModal .Chariotadminplan  .plantypedetil img, 
#PlanPreviewModal .Chariotadminplan  .plantypedetil svg {
    width: 31px;
    height: 31px;
    margin-right: 9px;
    fill:transparent;
    position: relative;
    top: 9px;
}
#PlanPreviewModal .Chariotadminplan  .carddetail{
        color:  #412e8a !important;
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
}
#PlanPreviewModal .Chariotadminplan.featuredplan   .carddetail{
        color:  #fff !important;
}

#PlanPreviewModal .Chariotadminplan  .carddetail img, 
#PlanPreviewModal .Chariotadminplan  .carddetail svg {
    width: 31px;
    height: 31px;
    margin-right: 9px;
    position: relative;
    top: 9px;
}


	#PlanPreviewModal .Chariotadminplan  #searchTypeToggle {
		width: 100%;
box-sizing: border-box;
background-color:white;
text-align: center;
position: relative;
border-radius: 6px;
max-width: 260px;
border: 1px solid    #ccc;
    margin: 20px auto;
   padding: 5px 0 0px;
    }

#PlanPreviewModal .Chariotadminplan  #searchTypeToggle > div {

    color: white;
padding-top: 0;
display: block;
position: absolute;
top: 2px;
left: 3px;
bottom: 0px;
width: calc(33.33% - 7px);
background-color:  #402D88;
    border-radius: 4px;
    z-index: 1;
    pointer-events: none;
    transition: transform 0.3s;
    height: 32px;

}
#PlanPreviewModal .Chariotadminplan.featuredplan   #searchTypeToggle > div{
    background-color:  #F60;
}

#PlanPreviewModal .Chariotadminplan  #searchTypeToggle::after {
  content:"";
  display:block;
  clear:both;
}

#PlanPreviewModal .Chariotadminplan  #searchTypeToggle label {
  float:left;
  width:calc(33.333% - 1px);
  position:relative;
  padding:13px 0px;
  overflow:hidden;
  border-left:solid 1px rgba(0,0,0,0.2);
  transition:color 0.5s;
  cursor:pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

#PlanPreviewModal .Chariotadminplan  #searchTypeToggle label#firstlbl {
  border-left:none;
}

#PlanPreviewModal .Chariotadminplan  #searchTypeToggle label input {
  position:absolute;
  top:-200%;
}

#PlanPreviewModal .Chariotadminplan  #searchTypeToggle label div {

    top: 4px;
    z-index: 5;
    position: absolute;
    width: 100%;
    color:   #412e8a;
    font-weight: 400;
    font-size: 14px;

}
#PlanPreviewModal .Chariotadminplan  #searchTypeToggle label.selected div {
    color:    #fff;
}

#PlanPreviewModal .Chariotadminplan  #searchTypeToggle label.selected {
  color:white;
}
#PlanPreviewModal .Chariotadminplan  .avgtext {
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #412e8a !important;
    margin: 19px 0 -10px !important;
}
#PlanPreviewModal .Chariotadminplan.featuredplan   .avgtext{
    color: #fff !important;
}
#PlanPreviewModal .Chariotadminplan  .planprice {
    font-size: 72px;
}
#PlanPreviewModal .Chariotadminplan   .planfiles a{
    display: inline-table;
     margin: 0 10px 4px !important;
}

#DivUploadsGrid .k-header{
   text-align: right !important;
}

@media (max-width:767px){
    #PlanPreviewModal.PlanPreviewModal .Chariotadminplan .detaildiv {
    right: 0px;
}
    #PlanPreviewModal.PlanPreviewModal .Chariotadminplan .detaildiv::after {
 
    left: 31%;
}
}

.PlanPreviewModal .Chariotadminplan .planicon span {
    display: none !important;
}

#PlanPreviewModal .Chariotadminplan.featuredplan .planbox p.plandescription {
    opacity: 1 !important;
}


.PlanPreviewModal .Chariotadminplan .planbox p.plandescription p{
    margin: 5px 0 !important;
}

.input__label-content.custmlbl {
    font-size: 9.5px;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    font-weight: 600;
    padding-left: 9px;
}

.fraudtab #tabstrip li {
    display: inline-block;
    margin: 30px 20px;
    cursor: pointer;
    width: 135px;
    background: none !important;
    width:102px;
}
.fraudtab #tabstrip li a {
    color: #5f5f5f !important;
    font-weight: 500;
    cursor:pointer;
    text-decoration: none;
}
.fraudtab #tabstrip li.active-clause a {
    color: #00baff !important;
    font-weight: 600;
    text-decoration: underline; 
}

.tableprntdiv .k-filtercell>.k-operator-hidden {
    padding-right: 0;  padding-left: 45px;
}

.tableprntdiv .k-filtercell>.k-operator-hidden1 {
    padding-right: 0;  padding-left: 10px;
}

.data-tables #fraudGrid .k-grid-content {
    overflow-y: auto !important;
    max-height: 365px !important;
    height: auto !important;
}

.PlanPreviewModal  .clrview  .planbox {
     background: #fff;
border-radius: 0px;
font-family: 'Lato', sans-serif;
text-align: center;
max-width: 330px;
padding: 15px;
    padding-bottom: 15px;
box-shadow: 0px 3px 56px    rgba(0,0,0,0.17) !important;
    margin: 10px 0;
    border-radius: 5px;
    border-top: 16px solid  #1777CB;
    position: relative;
    padding-bottom: 25px;
    margin: 30px 0;
}
.PlanPreviewModal  .clrview  .planname {
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color:     #1E1E1E !important;
    word-wrap: break-word;
    max-height: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.PlanPreviewModal  .clrview  .planprice {
    font-weight: 400;
    font-size: 53px;
    color: 
    #1777CB !important;
    line-height: 63px;
}
.PlanPreviewModal  .clrview  .planprice span {
    line-height: 23px;
    color:     #7F7F7F;
    font-size: 12px;
    font-weight: 400;
display: block;
}
.PlanPreviewModal  .clrview  .fixdescp {
    margin: 22px 0 18px !important;
    text-transform: uppercase;
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 20px;
text-align: center;
color:#1E1E1E !important;
opacity: 1;
}
.PlanPreviewModal  .clrview  .plandescription {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color:     #7F7F7F !important;
}
.PlanPreviewModal  .clrview .planfiles {
    position: relative;
    margin: 18px 0 8px !important;
}
.PlanPreviewModal .clrview  .newplansignup {
    font-family: 'Open Sans', sans-serif;
    background: 
#C1DD00 !important;
border-radius: 4px !important;
font-style: normal;
font-weight: 600;
font-size: 15px;
text-decoration: none;
color:#FFFFFF;
cursor: pointer;
display: inline-block;
transition: ease-in .100s all;
border: 2px solid #fff;
padding: 8px 20px;
line-height: 20px;
box-shadow: 0 0 0px 3px    #C1DD00;
margin-top: 5px;
}

.emailtemplatepopup #EmailTemplateBkgImage {
    width: 100% !important;
}

#ChariotRenewalImportModal .downloadicon img {

    width: 22px;
    margin-right: 12px;
    position: relative;
    top: -1px;

}
#ChariotRenewalImportModal  .downloadtext {
    margin: 13px 0;
}
 #ChariotRenewalImportModal .downloaddiv{
    margin-top: 20px;
    background: #ddd;
    border-radius: 0 0 5px 4px;
}
 #ChariotRenewalImportModal .selectdiv {margin-top: 25px;margin-bottom: 11px;

 }
 #ChariotRenewalImportModal .modal-body{
     padding:15px 15px 0 
 }

 

 #EnrollmentProductsGrid .webprductsiconenroll {
    margin: 0 0px 0px 9px;
    width: 25px;
    height: 25px;
}
#EnrollmentProductsGrid{
z-index: 11111111111
}


#EnrollmentProductsGrid .closeicon img {
    padding: 0;
    width: 45%;
    margin-top: 0;
}


#LinkRenewalProductsGrid .webprductsiconenroll {
    margin: 0 0px 0px 9px;
    width: 25px;
    height: 25px;
}
#LinkRenewalProductsGrid{
z-index: 11111111111
}


#LinkRenewalProductsGrid .closeicon img {
    padding: 0;
    width: 45%;
    margin-top: 0;
}




.forstatusdelzindex{
    z-index: 111111111111111;
}

.linkicon1 {
    background: #2191fb;
}

.linkicon1:hover {
    background: #1181eb;
}
.linkicon1.multidocicon1 img  {
    width: 24px;
}

.k-calendar-container .k-state-focused, .k-calendar-container td.k-state-focused {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
 .modal-open .multidocicon1.webprductsicon.proddocicon + #dvpop {
    z-index: 111;
}
.tox-notifications-container, .tox-statusbar {
        display: none !important;
}
.ExpirationDaysPopUP {
    /*left:20px;*/
    position: absolute;
    background: #fff;
    z-index: 9999999 !important;
    width: 210px;
    text-align: center;
    padding: 10px 10px 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    top: 10px;
}
/*.InfoExpiration:hover + div.ExpirationDaysPopUP {
    display:block !important;
}*/

#OfferNoticePopUp .k-state-disabled, #BulkofferPop .k-state-disabled {
    opacity: 1;
}

#OfferNoticePopUp .k-state-disabled, #BulkofferPop .k-state-disabled {
    opacity: 1 !important;
    color: #adadad !important;
}

.k-dropzone em, .k-other-month, .k-other-month .k-link, .k-slider .k-draghandle, .k-state-disabled, .k-state-disabled .k-button, .k-state-disabled .k-link, .k-tile-empty strong {
    color: #adadad !important;
    opacity: 1 !important;
}
.redbtn {
    margin: 15px auto 5px;
    background: red !important;
    color: #fff;
    width: 120px !important;
    display: block !important;
    padding: 5px;
    border-radius: 50px;
    box-shadow: none;
    cursor: pointer;
    border: 0px;
    text-align: center;
    text-decoration: none;
}

.bluebtn {
    margin: 15px auto 5px;
    background: #2191fb !important;
    color: #fff;
    width: 120px !important;
    display: block !important;
    padding: 5px;
    border-radius: 50px;
    box-shadow: none;
    cursor: pointer;
    border: 0px;
    text-align: center;
    text-decoration: none;
}

#BulkTiedPromoPop.addnewbrokermain {
    width: 350px !important;
}

.tagicon img {
    margin-top: 8px;
    width: 74%;
    height: 25px;
}

#BulkTiedPromoPop.addnewbrokermain .searcharrow {
    left: 328px;
}
.fs14 {
    font-size: 14px;
}

span#BtnResubmitProspect {
    background: #ffca3a;
    width: 38px;
    height: 38px;
    position: relative;
    /* background: #2191fb; */
    top: -10px;
    margin: 0 0 0 4px;
}

    span#BtnResubmitProspect img {
        margin-top: 6px;
        width: 74%;
        height: 25px;
    }
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 20px 0 10px;
	width: 100%;
	vertical-align: top;
}


.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 5px 10px ;
	width: 60%;
	border: none;
	border-radius:3px;
	background: #f0f0f0;
	color: #696969;
	font-weight: 400;
/*	font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #696969;
	font-weight: 400;
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
   
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

.icon {
	color: #ddd;
	font-size: 13px;
}


.input__field--yoshiko {
	width: 100%;
	background-color: #fff;
border:1px solid #ccc;
	-webkit-transition: background-color 0.25s, border-color 0.25s;
	transition: background-color 0.25s, border-color 0.25s;
}

.input__label--yoshiko {
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 100%;
    pointer-events: none;
    overflow: hidden;
    padding: 0 10px;
    -webkit-transform: translate3d(0, 36px, 0);
    transform: translate3d(0, 36px, 0);
    -webkit-transition: -webkit-transform 0.30s;
    transition: transform 0.30s;
        transition-timing-function: ease;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}


.input__label-content--yoshiko {
	color: #4c5a62;
	padding: 0.25em 0;
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
    font-size: 14px;
}

.input__label-content--yoshiko::after {
	content: attr(data-content);
	position: absolute;
	font-weight: 600;
	bottom: 100%;
	left: 0;
	height: 100%;
	width: 100%;
	color: #f28026;
	padding: 0.25em 0;
    font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.9px;
	/*font-size: 0.85em;*/
    font-size: 0.70em;
}

.input__field--yoshiko:focus + .input__label--yoshiko,
.input--filled .input__label--yoshiko {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}

.input__field--yoshiko:focus + .input__label--yoshiko .input__label-content--yoshiko,
.input--filled .input__label-content--yoshiko {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.input__field--yoshiko:focus + .input__field--yoshiko,
.input--filled .input__field--yoshiko {
	background-color: transparent;
	border-color: #f28026;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 38px;
    padding-top: 1px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-weight: 400;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #696969;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:checked + label::after, [type="radio"]:not(:checked) + label::after {
    content: '';
    width: 15px;
    height: 15px;
    background: #00baf1;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:checked + label::before{
	border: 1px solid #00baf1;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



[type="checkbox"]{/*display: none*/}
[type="checkbox"]:checked,
[type="radio"]:not(:checked) {
    checkbox: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 38px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-weight: 400;
}

table [type="checkbox"]:checked + label,
table[type="checkbox"]:not(:checked) + label {
    font-weight: 600 !important;
}
[type="checkbox"]:checked + label::before, [type="checkbox"]:not(:checked) + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    border: 1px solid #696969;
    border-radius: 50%;
    background: #fff;
}

[type="checkbox"]:checked + label::after, [type="checkbox"]:checked + label::after, [type="checkbox"]:not(:checked) + label::after {
    content: '';
    width: 15px;
    height: 15px;
    background: #f28026;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="checkbox"]:checked + label::before{
	border: 1px solid #f28026;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}




.authorizationdiv [type="checkbox"]:checked,
.authorizationdiv [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.authorizationdiv [type="checkbox"]:checked + label,
.authorizationdiv [type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 38px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-weight: 400;
}
.authorizationdiv [type="checkbox"]:checked + label:before,
.authorizationdiv [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 1px;
    width: 25px;
    height: 25px;
    border: 1px solid #696969;
    border-radius: 100%;
    background: #fff;
}
.authorizationdiv [type="checkbox"]:checked + label:after,
.authorizationdiv [type="checkbox"]:checked + label::after, .authorizationdiv [type="checkbox"]:not(:checked) + label::after {
    content: '';
    width: 15px;
    height: 15px;
    background: #00baf1;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.authorizationdiv [type="checkbox"]:checked + label::before{
    border: 1px solid #00baf1;
}
.authorizationdiv [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.authorizationdiv [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.authorizationdiv .conditions {margin-top: 10px }
.disableclass, .input__field.disableclass {
    background-color: #eee !important;
    pointer-events: none;
    
}
