/*
File: Pages
/* =============
   Form Advanced
============= */
.error {
    color: #ff5b5b;
    font-size: 12px;
    font-weight: 500;
}
/* X-Editable */
.editable-click,
a.editable-click,
a.editable-click:hover {
    border: none;
}
/* Bootstrap tagsinput */
.bootstrap-tagsinput {
    box-shadow: none;
    padding: 7px 7px 0px;
    border: 0px solid #e3e3e3;
    position: relative;
}

    .bootstrap-tagsinput input {
        width: 10px;
        padding: 0px;
    }

.borderT-none {
    border-top: none !important;
}

#ContentPlaceHolder1_Apply:hover {
    background-color: #3db9c4 !important;
    border: 1px solid #3db9c4 !important;
}

.cus-filter {
    position: inherit !important;
    padding: 5px 20px !important;
    background: #f4f5f7;
}

#ContentPlaceHolder1_Apply {
    background-color: #39aeb8 !important;
    border: 1px solid #39aeb8 !important;
}

.bootstrap-tagsinput .label-info {
    background-color: rgba(0,0,0,0);
    display: inline-block;
    padding: 1px 5px;
    font-size: 12px;
    color: #6e6e6e;
    border-right: 1px solid #cccccc;
}

.tag.label.label-info:last-child {
    border-right: 0px solid #cccccc;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    cursor: pointer;
    margin-left: 8px;
    color: #39adb8;
    font-size: 16px;
}

.filters-block {
    display: table;
    width: 100%;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0px 15px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.06), 0 3px 0px 0 rgba(0, 0, 0, 0.02);
    background-clip: padding-box;
}

    .filters-block::before {
        left: -30px;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 99;
        background: transparent;
        content: "";
        height: 40px;
        width: 110%;
        z-index: -1;
    }


    .filters-block .filters-row {
        display: table-row;
    }

        .filters-block .filters-row .filters-col {
            display: table-cell;
        }

            .filters-block .filters-row .filters-col:first-child {
                width: 50px;
            }

.global_icon {
    vertical-align: super;
    margin-left: 8px;
}

.m-r-3 {
    margin-right: 3px !important;
}

/* Bootstrap tagsinput Style2 */
.tags-orange .bootstrap-tagsinput {
    padding: 7px 0px 0px;
}

    .tags-orange .bootstrap-tagsinput .label-info {
        border: 1px solid #fbae44 !important;
        border-radius: 2em;
        color: #9b9b9b !important;
        padding: 4px 10px 4px 10px;
        margin-right: 7px;
    }

        .tags-orange .bootstrap-tagsinput .label-info:hover, .tags-orange .bootstrap-tagsinput .label-info:hover a {
            background-color: #fbae44 !important;
            color: #fff !important;
        }

    .tags-orange .bootstrap-tagsinput .active, .tags-orange .bootstrap-tagsinput .active a {
        background: #fbae44 !important;
        color: #fff !important;
    }

.ep_txt a {
    color: #9b9b9b !important;
}

.tags-orange a {
    color: #9b9b9b !important;
    line-height: 16px;
}


.tags-orange .bootstrap-tagsinput .tag [data-role="remove"] {
    color: #aeaeae;
    font-size: 14px;
}

.tags-orange .bootstrap-tagsinput .label-info:hover [data-role="remove"] {
    color: #fff;
}

.bordered {
    background-color: #fbae44 !important;
    color: #fff !important;
}
/* Multiple */
.ms-container {
    background: transparent url('../images/multiple-arrow.png') no-repeat 50% 50%;
}

    .ms-container .ms-list {
        box-shadow: none;
        border: 1px solid #e3e3e3;
    }

        .ms-container .ms-list.ms-focus {
            box-shadow: none;
            border: 1px solid #aaaaaa;
        }

    .ms-container .ms-selectable li.ms-elem-selectable {
        border: none;
        padding: 5px 10px;
    }

    .ms-container .ms-selection li.ms-elem-selection {
        border: none;
        padding: 5px 10px;
    }
/* Select 2 */
.select2-container .select2-choice {
    background-image: none !important;
    border: none !important;
    height: auto !important;
    padding: 0px !important;
    line-height: 22px !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

    .select2-container .select2-choice .select2-arrow {
        background-image: none !important;
        background: transparent;
        border: none;
        width: 14px;
        right: 5px;
        top: 2px;
    }

.select2-container .select2-container-multi.form-control {
    height: auto;
}

.select2-results .select2-highlighted {
    color: #ffffff;
    background-color: #71b6f9;
}

.select2-drop-active {
    border: 1px solid #e3e3e3 !important;
    padding-top: 5px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.select2-search input {
    border: 1px solid #e3e3e3;
}

.select2-container-multi {
    width: 100%;
}

    .select2-container-multi .select2-choices {
        border: 1px solid #E3E3E3 !important;
        box-shadow: none !important;
        background-image: none !important;
        -webkit-border-radius: 4px !important;
        border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        background-clip: padding-box !important;
        min-height: 38px;
    }

        .select2-container-multi .select2-choices .select2-search-choice {
            padding: 4px 7px 4px 18px;
            margin: 5px 0 3px 5px;
            color: #555555;
            background: #f5f5f5;
            border-color: #e5e5e5;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .select2-container-multi .select2-choices .select2-search-field input {
            padding: 7px 7px 7px 10px;
            font-family: inherit;
        }

.select2-chosen {
    height: 34px;
    line-height: 34px;
    padding-left: 15px;
}
/* Bootstrap-select */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.bootstrap-select .glyphicon {
    padding-right: 6px;
}
/* Form validation */
.parsley-error {
    border-color: #ff5b5b !important;
}

.parsley-errors-list {
    display: none;
    margin: 0;
    padding: 0;
}

    .parsley-errors-list.filled {
        display: block;
    }

    .parsley-errors-list > li {
        font-size: 12px;
        list-style: none;
        color: #ff5b5b;
    }
/* Datepicker */
.datepicker {
    padding: 8px;
}

    .datepicker th {
        font-size: 14px !important;
    }

    .datepicker table tr td.today,
    .datepicker table tr td.today:hover,
    .datepicker table tr td.today.disabled,
    .datepicker table tr td.today.disabled:hover,
    .datepicker table tr td.selected,
    .datepicker table tr td.selected:hover,
    .datepicker table tr td.selected.disabled,
    .datepicker table tr td.selected.disabled:hover,
    .datepicker table tr td span.active,
    .datepicker table tr td span.active:hover,
    .datepicker table tr td span.active.disabled,
    .datepicker table tr td span.active.disabled:hover {
        background-image: none;
    }

        .datepicker table tr td span.active:hover,
        .datepicker table tr td span.active:hover:hover,
        .datepicker table tr td span.active.disabled:hover,
        .datepicker table tr td span.active.disabled:hover:hover,
        .datepicker table tr td span.active:active,
        .datepicker table tr td span.active:hover:active,
        .datepicker table tr td span.active.disabled:active,
        .datepicker table tr td span.active.disabled:hover:active,
        .datepicker table tr td span.active.active,
        .datepicker table tr td span.active:hover.active,
        .datepicker table tr td span.active.disabled.active,
        .datepicker table tr td span.active.disabled:hover.active,
        .datepicker table tr td span.active.disabled,
        .datepicker table tr td span.active:hover.disabled,
        .datepicker table tr td span.active.disabled.disabled,
        .datepicker table tr td span.active.disabled:hover.disabled,
        .datepicker table tr td span.active[disabled],
        .datepicker table tr td span.active:hover[disabled],
        .datepicker table tr td span.active.disabled[disabled],
        .datepicker table tr td span.active.disabled:hover[disabled] {
            background-color: #71b6f9;
        }

    .datepicker table tr td.active,
    .datepicker table tr td.active:hover,
    .datepicker table tr td.active.disabled,
    .datepicker table tr td.active.disabled:hover {
        background-color: #71b6f9 !important;
        background-image: none;
        box-shadow: none;
        text-shadow: none;
    }

    .datepicker thead tr:first-child th:hover,
    .datepicker tfoot tr th:hover {
        background-color: #fafafa;
    }

.datepicker-inline {
    border: 2px solid #eeeeee;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #188ae2;
    border-color: #188ae2;
}

.daterangepicker .input-mini.active {
    border: 1px solid #AAAAAA;
}

.daterangepicker .ranges li {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    background-clip: padding-box;
    color: #435966;
    font-weight: 600;
    font-size: 12px;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    border: 1px solid #e3e3e3;
    padding: 2px;
    width: 60px;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
    background-color: #188ae2;
    border: 1px solid #188ae2;
}

.search-input {
    margin-bottom: 10px;
}

.ms-selectable {
    box-shadow: none;
    outline: none !important;
}

.ms-container .ms-list.ms-focus {
    box-shadow: none;
}

.ms-container .ms-selectable li.ms-hover {
    background-color: #188ae2;
}

.ms-container .ms-selection li.ms-hover {
    background-color: #188ae2;
}
/* Timepicker */
.bootstrap-timepicker-widget table td a:hover {
    background-color: transparent;
    border-color: transparent;
    border-radius: 4px;
    color: #188ae2;
    text-decoration: none;
}

.bootstrap-timepicker-widget table td input {
    border: none;
}
/* Bootstrap-touchSpin */
.bootstrap-touchspin .input-group-btn-vertical .btn {
    padding: 9px 12px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    top: 4px;
    left: 8px;
}
/* Form wizard */
.navtab-wizard li:first-of-type a {
    border-left: none !important;
}

    .navtab-wizard li:first-of-type a:hover,
    .navtab-wizard li:first-of-type a:focus,
    .navtab-wizard li:first-of-type a:active {
        border-left: none !important;
    }

.navtab-wizard li:last-of-type a {
    border-right: none !important;
}

    .navtab-wizard li:last-of-type a:hover,
    .navtab-wizard li:last-of-type a:focus,
    .navtab-wizard li:last-of-type a:active {
        border-right: none !important;
    }
/* Wysiwig */
.mce-content-body p {
    color: #9398a0;
    font-size: 14px;
    font-weight: 300;
}

.mce-popover .mce-arrow:after {
    border-bottom-color: red;
}

.mce-popover .mce-colorbutton-grid {
    margin: 0px;
    border: 1px solid #d7dce5 !important;
    padding: 4px;
}

.mce-reset .mce-window-head {
    border-bottom: 1px solid #d7dce5;
}

    .mce-reset .mce-window-head .mce-title {
        color: #707780;
        font-size: 16px;
        font-weight: 400;
    }

.mce-reset .mce-textbox {
    border-radius: 0px;
    box-shadow: none;
    outline: 0;
    border-color: #d7dce5;
    height: 30px;
    font-weight: 300;
    line-height: 30px;
    color: #aaaaaa;
    font-size: 14px;
}

    .mce-reset .mce-textbox:focus {
        box-shadow: none;
        border-color: #71b6f9;
    }

.mce-reset .mce-checkbox .mce-ico {
    background-image: none;
    background-color: #ffffff;
    border-radius: 0px;
    border: 1px solid #d7dce5;
}

.mce-reset .mce-checkbox .mce-label {
    color: #707780;
    font-size: 12px;
    font-weight: 400;
}

.mce-container {
    border-radius: 0px !important;
    border-width: 0px !important;
}

    .mce-container .mce-menubar {
        background-color: #f2f4f7 !important;
        border: 1px solid #d7dce5 !important;
        padding: 2px;
    }

        .mce-container .mce-menubar .mce-btn button span {
            color: #707780;
            font-size: 14px;
            font-weight: 400;
            text-transform: capitalize;
        }

        .mce-container .mce-menubar .mce-btn button .mce-caret {
            border-top-color: #707780;
        }

        .mce-container .mce-menubar .mce-btn button:hover {
            background-color: #e8ebf1;
        }

        .mce-container .mce-menubar .mce-btn.mce-active button {
            background-color: #e8ebf1;
        }

    .mce-container .mce-btn {
        background-color: #d7dce5;
        background-image: none;
        outline: 0;
        border: 0px;
        border-radius: 0px;
    }

        .mce-container .mce-btn button {
            color: #ffffff;
            font-size: 14px;
            font-weight: 400;
            text-shadow: none;
        }

        .mce-container .mce-btn:hover {
            background-color: #b8c1d1;
            background-image: none;
        }

    .mce-container .mce-primary {
        background-color: #71b6f9;
        background-image: none;
        outline: 0;
        border: 0px;
        border-radius: 0px;
    }

        .mce-container .mce-primary button {
            color: #ffffff;
            font-size: 14px;
            font-weight: 400;
            text-shadow: none;
        }

        .mce-container .mce-primary:hover {
            background-color: #0c7cd5;
            background-image: none;
        }

    .mce-container .mce-toolbar-grp {
        background-color: #f2f4f7 !important;
        border: 1px solid #d7dce5 !important;
        border-top-width: 0px !important;
        padding: 6px;
    }

    .mce-container .mce-edit-area {
        border: 1px solid #d7dce5 !important;
        border-width: 0px 1px !important;
    }

    .mce-container .mce-statusbar {
        background-color: #f2f4f7 !important;
        border: 1px solid #d7dce5 !important;
    }

        .mce-container .mce-statusbar .mce-path .mce-path-item {
            color: #707780;
            font-size: 14px;
            font-weight: 400;
        }

    .mce-container .mce-widget {
        color: #9398a0;
        font-size: 14px;
        font-weight: 400;
        border-left: 1px solid transparent;
    }

    .mce-container .mce-btn-group {
        border: 1px solid #e9ecf2 !important;
    }

        .mce-container .mce-btn-group .mce-btn {
            box-shadow: none;
            background-image: none;
            background-color: #ffffff;
            border-width: 0px;
            border-radius: 0px !important;
        }

            .mce-container .mce-btn-group .mce-btn:hover,
            .mce-container .mce-btn-group .mce-btn:focus {
                box-shadow: none;
                background-image: none;
                background-color: #ffffff;
            }

            .mce-container .mce-btn-group .mce-btn button span {
                color: #707780;
                font-size: 14px;
                font-weight: 300;
            }

            .mce-container .mce-btn-group .mce-btn button .mce-caret {
                color: #707780;
                font-size: 14px;
            }

    .mce-container .mce-ico {
        color: #707780;
        font-size: 14px;
    }

    .mce-container .mce-panel {
        background-image: none;
    }

    .mce-container.mce-menu {
        border: 1px solid #d7dce5 !important;
    }

        .mce-container.mce-menu .mce-menu-item {
            background-image: none;
        }

            .mce-container.mce-menu .mce-menu-item .mce-ico {
                color: #71b6f9;
                font-size: 14px;
            }

            .mce-container.mce-menu .mce-menu-item .mce-text {
                color: #707780;
                font-size: 14px;
                font-weight: 400;
                text-transform: capitalize;
            }

            .mce-container.mce-menu .mce-menu-item .mce-menu-shortcut {
                color: #aaaaaa;
                font-size: 12px;
                font-weight: 300;
                text-transform: capitalize;
            }

            .mce-container.mce-menu .mce-menu-item:hover,
            .mce-container.mce-menu .mce-menu-item:focus,
            .mce-container.mce-menu .mce-menu-item.mce-selected {
                background-color: #71b6f9;
            }

                .mce-container.mce-menu .mce-menu-item:hover .mce-ico,
                .mce-container.mce-menu .mce-menu-item:focus .mce-ico,
                .mce-container.mce-menu .mce-menu-item.mce-selected .mce-ico,
                .mce-container.mce-menu .mce-menu-item:hover .mce-text,
                .mce-container.mce-menu .mce-menu-item:focus .mce-text,
                .mce-container.mce-menu .mce-menu-item.mce-selected .mce-text,
                .mce-container.mce-menu .mce-menu-item:hover .mce-menu-shortcut,
                .mce-container.mce-menu .mce-menu-item:focus .mce-menu-shortcut,
                .mce-container.mce-menu .mce-menu-item.mce-selected .mce-menu-shortcut {
                    color: #ffffff;
                }

            .mce-container.mce-menu .mce-menu-item.mce-disabled .mce-ico,
            .mce-container.mce-menu .mce-menu-item.mce-disabled .mce-text,
            .mce-container.mce-menu .mce-menu-item.mce-disabled .mce-menu-shortcut {
                color: #aaaaaa;
            }

            .mce-container.mce-menu .mce-menu-item.mce-disabled:hover,
            .mce-container.mce-menu .mce-menu-item.mce-disabled:focus,
            .mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected {
                background-color: #d7dce5;
            }

                .mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-ico,
                .mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-ico,
                .mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-ico,
                .mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-text,
                .mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-text,
                .mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-text,
                .mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-menu-shortcut,
                .mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-menu-shortcut,
                .mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-menu-shortcut {
                    color: #ffffff;
                }

        .mce-container.mce-menu .mce-menu-item-sep {
            background-color: #d7dce5;
        }

            .mce-container.mce-menu .mce-menu-item-sep:hover {
                background-color: #d7dce5;
            }

.mce-menubtn button {
    color: #435966 !important;
}

.mce-menu-item-normal.mce-active {
    background-color: #71b6f9 !important;
}

    .mce-menu-item-normal.mce-active .mce-text {
        color: #ffffff !important;
    }
/* =============
   Notification
============= */
#toast-container > div {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    opacity: 1;
}

#toast-container > :hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    opacity: 0.9;
}

.toast {
    background-color: #71b6f9;
}

.toast-success {
    background-color: rgba(16, 196, 105, 0.8);
    border: 2px solid #10c469;
}

.toast-error {
    background-color: rgba(255, 91, 91, 0.8);
    border: 2px solid #ff5b5b;
}

.toast-info {
    background-color: rgba(53, 184, 224, 0.8);
    border: 2px solid #35b8e0;
}

.toast-warning {
    background-color: rgba(249, 200, 81, 0.8);
    border: 2px solid #f9c851;
}
/* =========== */
/* Sweet Alert */
/* =========== */
.sweet-alert p {
    font-size: 14px;
    line-height: 22px;
}

.sweet-alert .icon.success .placeholder {
    border: 4px solid rgba(16, 196, 105, 0.3);
}

.sweet-alert .icon.success .line {
    background-color: #10c469;
}

.sweet-alert .icon.warning {
    border-color: #f9c851;
}

.sweet-alert .icon.info {
    border-color: #35b8e0;
}

.sweet-alert .btn-warning:focus,
.sweet-alert .btn-info:focus,
.sweet-alert .btn-success:focus,
.sweet-alert .btn-danger:focus,
.sweet-alert .btn-default:focus {
    box-shadow: none;
}
/* =============
   Charts
============= */
/* Morris chart */
.morris-hover.morris-default-style {
    border-radius: 5px;
    padding: 10px 12px;
    background: #435966;
    border: none;
    color: #ffffff !important;
}

    .morris-hover.morris-default-style .morris-hover-point {
        color: #f4f8fb !important;
    }
/* Morris chart Title */
.chart-detail-list li {
    margin: 0px 10px;
}

    .chart-detail-list li h5 {
        font-weight: 600;
    }

.pieLabel div {
    font-size: 14px !important;
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.chart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

    .chart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

    .chart.chart-widget-pie {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
    font-weight: 600;
    font-size: 18px;
    color: #435966;
}

    .percent:after {
        content: '%';
        margin-left: 0.1em;
        font-size: .8em;
    }
/* Flot chart */
#flotTip {
    padding: 8px 12px;
    background-color: #435966;
    z-index: 100;
    color: #ffffff;
    opacity: 0.9;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.legend tr {
    height: 20px;
}

.legendLabel {
    padding-left: 5px !important;
    line-height: 10px;
    padding-right: 10px;
}
/* Sparkline chart */
.jqstooltip {
    background-color: #435966 !important;
    padding: 5px 10px !important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    border-color: #435966 !important;
}

.jqsfield {
    font-size: 12px !important;
    line-height: 18px !important;
}
/* Chartist chart */
.ct-golden-section:before {
    float: none;
}

.ct-chart {
    max-height: 300px;
}

    .ct-chart .ct-label {
        fill: #a3afb7;
        color: #a3afb7;
        font-size: 12px;
        line-height: 1;
    }

.ct-grid {
    stroke: rgba(67, 89, 102, 0.15);
}

.ct-chart.simple-pie-chart-chartist .ct-label {
    color: #ffffff;
    fill: #ffffff;
    font-size: 16px;
}

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice-donut {
    stroke: #5b69bc;
}

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ff8acc;
}

.ct-chart .ct-series.ct-series-c .ct-bar,
.ct-chart .ct-series.ct-series-c .ct-line,
.ct-chart .ct-series.ct-series-c .ct-point,
.ct-chart .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f9c851;
}

.ct-chart .ct-series.ct-series-d .ct-bar,
.ct-chart .ct-series.ct-series-d .ct-line,
.ct-chart .ct-series.ct-series-d .ct-point,
.ct-chart .ct-series.ct-series-d .ct-slice-donut {
    stroke: #35b8e0;
}

.ct-chart .ct-series.ct-series-e .ct-bar,
.ct-chart .ct-series.ct-series-e .ct-line,
.ct-chart .ct-series.ct-series-e .ct-point,
.ct-chart .ct-series.ct-series-e .ct-slice-donut {
    stroke: #435966;
}

.ct-chart .ct-series.ct-series-f .ct-bar,
.ct-chart .ct-series.ct-series-f .ct-line,
.ct-chart .ct-series.ct-series-f .ct-point,
.ct-chart .ct-series.ct-series-f .ct-slice-donut {
    stroke: #188ae2;
}

.ct-chart .ct-series.ct-series-g .ct-bar,
.ct-chart .ct-series.ct-series-g .ct-line,
.ct-chart .ct-series.ct-series-g .ct-point,
.ct-chart .ct-series.ct-series-g .ct-slice-donut {
    stroke: #10c469;
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
    fill: #188ae2;
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
    fill: #ff8acc;
}

.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
    fill: #35b8e0;
}

.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
    fill: #71b6f9;
}

.chartist-tooltip {
    position: absolute;
    display: inline-block;
    opacity: 0;
    min-width: 10px;
    padding: 2px 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-clip: padding-box;
    background: #435966;
    color: #ffffff;
    text-align: center;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

    .chartist-tooltip.tooltip-show {
        opacity: 1;
    }
/* Circliful charts */
.circliful-chart {
    margin: 0px auto;
}

.circle-text,
.circle-info,
.circle-text-half,
.circle-info-half {
    font-size: 12px;
    font-weight: 600;
}
/* =============
   Count Down
============= */
.home-wrapper {
    margin: 10% 0px;
}

.home-text {
    font-weight: 600;
}

#count-down {
    margin-top: 50px;
}

    #count-down .clock-presenter {
        height: 140px;
        line-height: 30px;
        padding: 0px 30px;
        text-align: center;
    }

        #count-down .clock-presenter .digit {
            margin-top: 20px;
            font-size: 60px;
            line-height: 60px;
            height: 60px;
            display: inline-block;
            overflow: hidden;
            text-align: center;
            position: relative;
            cursor: default;
        }

        #count-down .clock-presenter .note {
            position: relative;
            bottom: 0px;
            padding-top: 5px;
            cursor: default;
            font-size: 16px;
            opacity: 0.7;
        }

@media (max-width: 992px) {
    #count-down .clock-presenter .digit {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    #count-down .clock-presenter {
        width: 50%;
        float: left;
    }

        #count-down .clock-presenter .digit {
            font-size: 36px;
        }

    #count-down .hours_dash {
        border-right: none;
    }
}
/* =============
   Timeline
============= */
.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    margin-bottom: 50px;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

    .timeline .time-show {
        margin-bottom: 30px;
        margin-right: -75px;
        margin-top: 30px;
        position: relative;
    }

        .timeline .time-show a {
            color: #ffffff;
        }

    .timeline:before {
        background-color: rgba(152, 166, 173, 0.3);
        bottom: 0px;
        content: "";
        left: 50%;
        position: absolute;
        top: 30px;
        width: 1px;
        z-index: 0;
    }

    .timeline .timeline-icon {
        -webkit-border-radius: 50%;
        background: #98a6ad;
        border-radius: 50%;
        color: #ffffff;
        display: block;
        height: 20px;
        left: -54px;
        margin-top: -10px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 20px;
    }

        .timeline .timeline-icon i {
            color: #ebeff2;
        }

    .timeline .time-icon:before {
        font-size: 16px;
        margin-top: 5px;
    }

h3.timeline-title {
    color: #98a6ad;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.timeline-item {
    display: table-row;
}

    .timeline-item:before {
        content: "";
        display: block;
        width: 50%;
    }

    .timeline-item .timeline-desk .arrow {
        border-bottom: 8px solid transparent;
        border-right: 8px solid #ffffff !important;
        border-top: 8px solid transparent;
        display: block;
        height: 0;
        left: -7px;
        margin-top: -10px;
        position: absolute;
        top: 50%;
        width: 0;
    }

    .timeline-item.alt:after {
        content: "";
        display: block;
        width: 50%;
    }

    .timeline-item.alt .timeline-desk .arrow-alt {
        border-bottom: 8px solid transparent;
        border-left: 8px solid #ffffff !important;
        border-top: 8px solid transparent;
        display: block;
        height: 0;
        left: auto;
        margin-top: -10px;
        position: absolute;
        right: -7px;
        top: 50%;
        width: 0;
    }

    .timeline-item.alt .timeline-desk .album {
        float: right;
        margin-top: 20px;
    }

        .timeline-item.alt .timeline-desk .album a {
            float: right;
            margin-left: 5px;
        }

    .timeline-item.alt .timeline-icon {
        left: auto;
        right: -56px;
    }

    .timeline-item.alt:before {
        display: none;
    }

    .timeline-item.alt .panel {
        margin-left: 0;
        margin-right: 45px;
    }

        .timeline-item.alt .panel .panel-body p + p {
            margin-top: 10px !important;
        }

    .timeline-item.alt h4 {
        text-align: right;
    }

    .timeline-item.alt p {
        text-align: right;
    }

    .timeline-item.alt .timeline-date {
        text-align: right;
    }

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

    .timeline-desk h4 {
        font-size: 16px;
        font-weight: 300;
        margin: 0;
    }

    .timeline-desk .panel {
        background: #ffffff;
        display: block;
        margin-bottom: 5px;
        margin-left: 45px;
        position: relative;
        text-align: left;
    }

    .timeline-desk h5 span {
        color: #797979;
        display: block;
        font-size: 12px;
        margin-bottom: 4px;
    }

    .timeline-desk p {
        color: #999999;
        font-size: 14px;
        margin-bottom: 0;
    }

    .timeline-desk .album {
        margin-top: 12px;
    }

        .timeline-desk .album a {
            float: left;
            margin-right: 5px;
        }

        .timeline-desk .album img {
            height: 36px;
            width: auto;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            -moz-border-radius: 3px;
            background-clip: padding-box;
        }

    .timeline-desk .notification {
        background: none repeat scroll 0 0 #ffffff;
        margin-top: 20px;
        padding: 8px;
    }
/* =============
   Gallery
============= */
.portfolioFilter a {
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #333333;
    font-weight: 600;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 5px;
}

    .portfolioFilter a:hover {
        color: #71b6f9;
    }

    .portfolioFilter a.current {
        color: #71b6f9;
    }

.thumb {
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    width: 100%;
}

.thumb-img {
    border-radius: 2px;
    overflow: hidden;
    width: 100%;
}

.gal-detail h4 {
    margin-top: 16px;
    font-weight: 600;
    font-size: 16px;
    padding: 0px 5px;
}

.gal-detail p {
    padding: 0px 5px;
    font-size: 13px;
}
/* =============
   Maintenance
============= */
.icon-main {
    font-size: 88px;
    margin-bottom: 50px;
}

.maintenance-page {
    margin: 10% 0%;
}
/* =============
   Maps
============= */
.gmaps,
.gmaps-panaroma {
    height: 300px;
    background: #eeeeee;
    border-radius: 3px;
}

.gmaps-overlay {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    background: #71b6f9;
    border-radius: 4px;
    padding: 10px 20px;
}

.gmaps-overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute;
}

    .gmaps-overlay_arrow.above {
        bottom: -15px;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-top: 16px solid #71b6f9;
    }

    .gmaps-overlay_arrow.below {
        top: -15px;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-bottom: 16px solid #71b6f9;
    }

.jvectormap-zoomin,
.jvectormap-zoomout {
    width: 10px;
    height: 10px;
    line-height: 10px;
}

.jvectormap-zoomout {
    top: 40px;
}
/* =============
   Tree view page
============= */
.jstree-default .jstree-clicked {
    background: rgba(113, 182, 249, 0.4);
    box-shadow: none;
}

.jstree-default .jstree-hovered {
    background: rgba(113, 182, 249, 0.2);
    box-shadow: none;
}

.jstree-default .jstree-wholerow-clicked {
    background: rgba(113, 182, 249, 0.4);
}

.jstree-default .jstree-wholerow-hovered {
    background: rgba(113, 182, 249, 0.2);
}

.jstree-default .zmdi {
    font-size: 16px;
}
/* =============
   Tour page
============= */
div.hopscotch-bubble {
    border: 3px solid #188ae2;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
}

    div.hopscotch-bubble .hopscotch-next {
        background-color: #188ae2 !important;
        background-image: none !important;
        border-color: #188ae2 !important;
        text-shadow: none !important;
        margin: 0 0 0 5px !important;
    }

    div.hopscotch-bubble .hopscotch-prev {
        background-color: #188ae2 !important;
        background-image: none !important;
        border-color: #188ae2 !important;
        text-shadow: none !important;
        color: #ffffff !important;
    }

    div.hopscotch-bubble .hopscotch-bubble-number {
        background: #71b6f9;
        padding: 0px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -moz-border-radius: 50%;
        background-clip: padding-box;
    }

    div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
        border-right: 19px solid #188ae2;
    }

    div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
        border-left: 19px solid #188ae2;
        left: -2px;
    }

    div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
        border: none;
    }

    div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
        border-left: 0px solid #188ae2;
    }

    div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
        border-bottom: 19px solid #188ae2;
        top: 0px;
    }

    div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
        border-bottom: 0px solid rgba(0, 0, 0, 0.5);
    }

    div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
        border-top: 19px solid #188ae2;
        top: -2px;
    }

    div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
        border-top: 0px solid rgba(0, 0, 0, 0.5);
    }
/* =============
   Pricing
============= */
.pricing-column {
    position: relative;
    margin-bottom: 40px;
}

    .pricing-column .inner-box {
        position: relative;
        padding: 0px 0px 50px;
    }

    .pricing-column .plan-header {
        position: relative;
        padding: 30px 20px 25px;
    }

    .pricing-column .plan-title {
        font-size: 16px;
        margin-bottom: 10px;
        color: #188ae2;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 400;
    }

    .pricing-column .plan-price {
        font-size: 48px;
        margin-bottom: 10px;
        color: #435966;
    }

    .pricing-column .plan-duration {
        font-size: 13px;
        color: #98a6ad;
    }

    .pricing-column .plan-stats {
        position: relative;
        padding: 30px 20px 15px;
    }

        .pricing-column .plan-stats li {
            margin-bottom: 15px;
            line-height: 24px;
        }

.ribbon {
    position: absolute;
    left: 5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

    .ribbon span {
        font-size: 10px;
        font-weight: bold;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 100px;
        display: block;
        box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
        background: #79A70A;
        background: linear-gradient(#3bafda 0%, #3bafda 100%);
        position: absolute;
        top: 19px;
        left: -21px;
    }

        .ribbon span:before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #3bafda;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #3bafda;
        }

        .ribbon span:after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #3bafda;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #3bafda;
        }
/* =============
   Taskboard & Detail
============= */
.taskboard-box ul.task-list {
    min-height: 50px;
}

.kanban-box .checkbox-wrapper {
    float: left;
}

    .kanban-box .checkbox-wrapper .checkbox {
        margin-top: 3px;
    }

.kanban-box .kanban-detail {
    margin-left: 35px;
}

    .kanban-box .kanban-detail h4 {
        margin-top: 0px;
        font-size: 15px;
        font-weight: 500;
        font-family: 'Open Sans', sans-serif;
    }

        .kanban-box .kanban-detail h4 a {
            color: #435966;
        }

    .kanban-box .kanban-detail ul li a {
        display: inline-block;
    }

        .kanban-box .kanban-detail ul li a i {
            font-size: 16px;
            color: #98a6ad;
            padding: 0px 5px;
            line-height: 32px;
        }

.gu-mirror {
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(67, 89, 102, 0.1) !important;
    margin-bottom: 0px !important;
    opacity: 1;
}

    .gu-mirror .card-box {
        margin-bottom: 0px !important;
    }
/* Task Detail */
.task-detail .task-dates li {
    width: 50%;
    float: left;
}

.task-detail .task-tags .bootstrap-tagsinput {
    padding: 0px;
    border: none;
}

.task-detail .assign-team a {
    display: inline-block;
    margin: 5px 5px 5px 0px;
}

.task-detail .files-list .file-box {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    padding: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-clip: padding-box;
}

    .task-detail .files-list .file-box img {
        line-height: 70px;
    }

    .task-detail .files-list .file-box p {
        width: 100%;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
/* =============
   Projects
============= */
.project-sort-item .form-group {
    margin-right: 30px;
    display: inline-block;
}

    .project-sort-item .form-group:last-of-type {
        margin-right: 0px;
    }

.project-box {
    position: relative;
}

    .project-box .label {
        position: absolute;
        right: 20px;
    }

    .project-box h4 {
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        width: 100%;
        overflow: hidden;
        font-weight: 600;
    }

    .project-box ul li {
        padding-right: 30px;
    }

    .project-box .project-members a {
        margin: 3px;
        display: inline-block;
    }

        .project-box .project-members a:first-of-type {
            margin-left: 0px;
        }
/* =============
   Accounts pages
============= */
.account-pages {
    background: url("../images/big/bg1.jpg") center;
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
}

.wrapper-page {
    margin: 5% auto;
    position: relative;
    width: 420px;
}

    .wrapper-page .card-box {
        box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    }

    .wrapper-page .logo {
        font-size: 42px;
    }

.panel-pages {
    border-radius: 6px;
}

    .panel-pages .panel-body {
        padding: 30px;
    }

    .panel-pages .panel-heading {
        -moz-border-radius: 6px 6px 0px 0px;
        -webkit-border-radius: 6px 6px 0px 0px;
        border-radius: 6px 6px 0px 0px;
        padding: 40px 20px;
        position: relative;
    }

        .panel-pages .panel-heading h3 {
            position: relative;
            z-index: 999;
        }

.user-thumb {
    position: relative;
    z-index: 999;
}

    .user-thumb img {
        height: 88px;
        margin: 0px auto;
        width: 88px;
    }

.ex-page-content .text-error {
    color: #71b6f9;
    text-shadow: rgba(113, 182, 249, 0.3) 5px 1px, rgba(113, 182, 249, 0.2) 12px 3px, rgba(113, 182, 249, 0.3) 6px 4px;
    font-size: 98px;
    font-weight: 700;
    line-height: 150px;
}

    .ex-page-content .text-error i {
        font-size: 78px;
        padding: 0px 10px;
    }
/* INBOX */
.inbox-app-main {
    margin-left: -20px;
}

.circle-icon {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: 2px solid #98a6ad;
    border-radius: 100px;
    font-size: 14px;
    color: #98a6ad;
    cursor: pointer;
    display: block;
    float: left;
}

    .circle-icon:hover {
        color: #6e818a;
        border-color: #6e818a;
    }

    .circle-icon.small {
        height: 25px;
        width: 25px;
        line-height: 23px;
        font-size: 11px;
    }

    .circle-icon.red {
        color: #ff5b5b;
        border-color: #ff5b5b;
    }

        .circle-icon.red:hover {
            color: #c10000;
            border-color: #c10000;
        }

.checkbox-wrapper-mail {
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: relative;
    display: inline-block;
    box-shadow: inset 0 0 0 1px #98a6ad;
    border-radius: 1px;
}

    .checkbox-wrapper-mail input {
        opacity: 0;
        cursor: pointer;
    }

        .checkbox-wrapper-mail input:checked ~ label {
            opacity: 1;
        }

    .checkbox-wrapper-mail label {
        position: absolute;
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        cursor: pointer;
        background: #98a6ad;
        opacity: 0;
        margin-bottom: 0px !important;
        transition-duration: .05s;
    }

        .checkbox-wrapper-mail label:active {
            background: #87949b;
        }

#sidebar {
    position: fixed;
    height: 100%;
    width: 240px;
    transition-duration: .3s;
    z-index: 5;
    color: #435966;
}

    #sidebar a {
        color: #435966;
    }

    #sidebar .menu-segment {
        padding: 0 50px;
    }

        #sidebar .menu-segment ul,
        #sidebar .menu-segment li {
            margin: 0;
            padding: 0;
        }

        #sidebar .menu-segment .ball.pink {
            border-color: #ff8acc;
        }

        #sidebar .menu-segment .ball.green {
            border-color: #10c469;
        }

        #sidebar .menu-segment .ball.blue {
            border-color: #188ae2;
        }

        #sidebar .menu-segment li.title {
            text-transform: uppercase;
            font-weight: 600;
            padding: 10px 0;
            color: #465162;
        }

            #sidebar .menu-segment li.title .icon {
                float: right;
            }

        #sidebar .menu-segment li.active a,
        #sidebar .menu-segment li.active a:hover {
            color: #ff5b5b;
            font-weight: 600;
        }

        #sidebar .menu-segment li a {
            display: block;
            margin: 0 -50px;
            padding: 10px 50px;
        }

            #sidebar .menu-segment li a:hover {
                background: rgba(152, 166, 173, 0.3);
            }

        #sidebar .menu-segment li .italic-link {
            font-style: italic;
            font-weight: 600;
        }

        #sidebar .menu-segment .labels li a span,
        #sidebar .menu-segment .chat li a span {
            display: block;
            border: 5px solid #ff5b5b;
            border-radius: 100px;
            margin-top: 6px;
        }

        #sidebar .menu-segment .labels.labels li a span,
        #sidebar .menu-segment .chat.labels li a span {
            float: right;
        }

        #sidebar .menu-segment .labels.chat li a span,
        #sidebar .menu-segment .chat.chat li a span {
            float: left;
            margin-right: 10px;
        }

        #sidebar .menu-segment .chat li a {
            padding-left: 50px;
        }

    #sidebar .separator {
        margin: 30px 35px;
        height: 1px;
        background: rgba(152, 166, 173, 0.5);
    }

    #sidebar .bottom-padding {
        height: 100px;
    }

    #sidebar > .nano-pane {
        background: transparent;
        width: 5px;
    }

        #sidebar > .nano-pane .nano-slider {
            background: rgba(152, 166, 173, 0.3);
        }

#main {
    position: fixed;
    top: 72px;
    left: 490px;
    bottom: 0;
    right: 0;
    z-index: 4;
    transition-duration: .3s;
    background-color: #ffffff;
}

    #main .overlay {
        position: absolute;
        top: 0;
        left: -5px;
        right: 0;
        bottom: 100%;
        background: rgba(67, 89, 102, 0.6);
        z-index: 5;
        opacity: 0;
        transition-duration: 0s;
        transition-property: opacity;
    }

    #main .header {
        padding: 20px 25px;
        border-bottom: 1px solid rgba(152, 166, 173, 0.3);
        overflow: hidden;
    }

        #main .header .page-title {
            display: block;
            float: left;
        }

            #main .header .page-title .sidebar-toggle-btn {
                width: 0;
                margin-top: 1px;
                padding: 11px 0 0 0;
                float: left;
                position: relative;
                display: block;
                cursor: pointer;
                transition-duration: .3s;
                transition-delay: .5s;
                opacity: 0;
                margin-right: 0;
            }

                #main .header .page-title .sidebar-toggle-btn .line {
                    height: 3px;
                    display: block;
                    background: #888;
                    margin-bottom: 4px;
                    transition-duration: .5s;
                    transition-delay: .5s;
                }

                #main .header .page-title .sidebar-toggle-btn .line-angle1 {
                    width: 8px;
                    margin: 0;
                    position: absolute;
                    top: 15px;
                    left: -11px;
                    transform: rotate(-60deg);
                }

                #main .header .page-title .sidebar-toggle-btn .line-angle2 {
                    width: 8px;
                    margin: 0;
                    position: absolute;
                    top: 21px;
                    left: -11px;
                    transform: rotate(60deg);
                }

            #main .header .page-title .icon {
                font-size: 15px;
                margin-left: 20px;
                position: relative;
                top: -5px;
                cursor: pointer;
            }

        #main .header .search-box {
            width: 180px;
            height: 40px;
            margin-left: 30px;
            position: relative;
        }

            #main .header .search-box input {
                position: absolute;
                top: 0;
                transition-duration: .3s;
                right: 0;
                bottom: 0;
                width: 100%;
                padding: 0;
                margin: 0;
                text-indent: 15px;
                height: 40px;
                z-index: 2;
                outline: none;
                color: #999;
                background: transparent;
                border: 2px solid #EFEFEF;
                border-radius: 5px;
                transition-timing-function: cubic-bezier(0.3, 1.5, 0.6, 1);
            }

                #main .header .search-box input:focus {
                    color: #333;
                    border-color: #d6d6d6;
                }

                    #main .header .search-box input:focus ~ .icon {
                        opacity: 1;
                        z-index: 3;
                        color: #10c469;
                    }

            #main .header .search-box .icon {
                transition-duration: .3s;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                width: 40px;
                text-align: center;
                line-height: 40px;
                z-index: 1;
                cursor: pointer;
                opacity: .5;
            }

    #main .action-bar {
        padding: 5px;
        overflow: hidden;
    }

    #main .message-list {
        display: block;
        padding-left: 0px;
    }

        #main .message-list li {
            position: relative;
            display: block;
            height: 50px;
            line-height: 50px;
            cursor: default;
            transition-duration: .3s;
        }

            #main .message-list li:hover {
                background: rgba(152, 166, 173, 0.15);
                transition-duration: .05s;
            }

            #main .message-list li .col {
                float: left;
                position: relative;
            }

            #main .message-list li .col-1 {
                width: 400px;
            }

                #main .message-list li .col-1 .star-toggle,
                #main .message-list li .col-1 .checkbox-wrapper-mail,
                #main .message-list li .col-1 .dot {
                    display: block;
                    float: left;
                }

                #main .message-list li .col-1 .dot {
                    border: 4px solid transparent;
                    border-radius: 100px;
                    margin: 22px 26px 0;
                    height: 0;
                    width: 0;
                    line-height: 0;
                    font-size: 0;
                }

                #main .message-list li .col-1 .checkbox-wrapper-mail {
                    margin-top: 15px;
                    margin-right: 10px;
                }

                #main .message-list li .col-1 .star-toggle {
                    margin-top: 18px;
                    font-size: 16px;
                    margin-left: 5px;
                }

                #main .message-list li .col-1 .title {
                    position: absolute;
                    top: 15px;
                    left: 140px;
                    right: 0;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                }

            #main .message-list li .col-2 {
                position: absolute;
                top: 0;
                left: 400px;
                right: 0;
                bottom: 0;
            }

                #main .message-list li .col-2 .subject,
                #main .message-list li .col-2 .date {
                    position: absolute;
                    top: 0;
                }

                #main .message-list li .col-2 .subject {
                    left: 0;
                    right: 200px;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                }

                #main .message-list li .col-2 .date {
                    right: 0;
                    width: 200px;
                    padding-left: 80px;
                }

            #main .message-list li.active,
            #main .message-list li.selected {
                background: rgba(152, 166, 173, 0.15);
                transition-duration: .05s;
            }

                #main .message-list li.active,
                #main .message-list li.active:hover {
                    box-shadow: inset 3px 0 0 #71b6f9;
                }

            #main .message-list li.unread {
                font-weight: 600;
                color: #555;
            }

            #main .message-list li.blue-dot .col-1 .dot {
                border-color: #188ae2;
            }

            #main .message-list li.orange-dot .col-1 .dot {
                border-color: #f9c851;
            }

            #main .message-list li.green-dot .col-1 .dot {
                border-color: #10c469;
            }

    #main .load-more-link {
        display: block;
        text-align: center;
        margin: 30px 0 50px 0;
    }

.show-main-overlay #main .overlay {
    opacity: 1;
    bottom: 0;
    transition-duration: .5s;
}

.show-sidebar #main .header .page-title .sidebar-toggle-btn {
    transition-delay: 0s;
}

    .show-sidebar #main .header .page-title .sidebar-toggle-btn .line-angle1 {
        transform: rotate(-120deg);
    }

    .show-sidebar #main .header .page-title .sidebar-toggle-btn .line-angle2 {
        transform: rotate(120deg);
    }

#main #main-nano-wrapper {
    position: absolute;
    top: 100px;
    bottom: 0;
    height: auto;
}

#message {
    position: fixed;
    top: 72px;
    left: 60%;
    bottom: 0;
    width: 40%;
    z-index: 5;
    transform: translateX(200%);
    transition-duration: .5s;
    padding: 20px 30px;
    background: #ffffff;
    box-shadow: 0 0px 77px 0 rgba(0, 0, 0, 0.08), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

    #message .header {
        padding-bottom: 20px;
        border-bottom: 2px solid rgba(152, 166, 173, 0.2);
    }

        #message .header .page-title {
            display: block;
            float: none;
            margin-bottom: 15px;
            line-height: 40px;
        }

            #message .header .page-title .icon {
                margin-top: 4px;
                margin-right: 10px;
            }

        #message .header .grey {
            margin-left: 10px;
            color: #999;
        }

    #message .message-container {
        padding: 0 30px;
    }

        #message .message-container li {
            padding: 25px;
            border: 1px solid rgba(0, 0, 0, 0.15);
            background: #FFF;
            margin: 0 0 30px 0;
            position: relative;
        }

            #message .message-container li .details {
                padding-bottom: 20px;
                border-bottom: 1px solid rgba(0, 0, 0, 0.1);
                margin-bottom: 30px;
                overflow: hidden;
            }

                #message .message-container li .details .left {
                    float: left;
                    font-weight: 600;
                    color: #888;
                    transition-duration: .3s;
                }

                    #message .message-container li .details .left .arrow {
                        display: inline-block;
                        position: relative;
                        height: 2px;
                        width: 20px;
                        background: rgba(0, 0, 0, 0.15);
                        vertical-align: top;
                        margin: 12px 20px 0 15px;
                        border: 0px solid rgba(0, 0, 0, 0.15);
                        transition-duration: .3s;
                    }

                        #message .message-container li .details .left .arrow:after {
                            position: absolute;
                            top: -4px;
                            left: 100%;
                            height: 0;
                            width: 0;
                            border: inherit;
                            border-width: 7px;
                            border-style: solid;
                            content: '';
                            border-right: 0;
                            border-top-color: transparent;
                            border-bottom-color: transparent;
                            border-top-width: 5px;
                            border-bottom-width: 5px;
                        }

                #message .message-container li .details .right {
                    float: right;
                    color: #999;
                }

            #message .message-container li .message {
                margin-bottom: 40px;
            }

                #message .message-container li .message p:last-child {
                    margin-bottom: 0;
                }

            #message .message-container li:hover .tool-box .red-hover {
                color: #ff5b5b;
                border-color: #ff5b5b;
            }

                #message .message-container li:hover .tool-box .red-hover:hover {
                    color: #f40000;
                    border-color: #f40000;
                }

            #message .message-container li .tool-box {
                position: absolute;
                bottom: 0;
                right: 0;
                border: 0px solid #DDDFE1;
                border-top-width: 1px;
                border-left-width: 1px;
                padding: 8px 10px;
                transition-duration: .3s;
            }

                #message .message-container li .tool-box a {
                    margin-right: 10px;
                }

                    #message .message-container li .tool-box a:last-child {
                        margin-right: 0;
                    }

            #message .message-container li:hover .details .left .arrow {
                background: #10c469;
                border: 0px solid #10c469;
            }

                #message .message-container li:hover .details .left .arrow.orange {
                    background: #f9c851;
                    border: 0px solid #f9c851;
                }

.show-message #message {
    transition-duration: .3s;
}

#message #message-nano-wrapper {
    position: absolute;
    top: 130px;
    bottom: 0;
    height: auto;
    left: 0;
    right: 0;
    width: auto;
}

.show-message #message {
    transform: none;
}

.show-message #main {
    margin-right: 40%;
}

@media only screen and (min-width: 1499px) {
    #main .overlay {
        display: none;
    }
}

@media only screen and (max-width: 1500px) {
    .show-message #main {
        margin-right: 0;
    }

    .show-message #message {
        left: 50%;
        width: 50%;
    }
}

@media only screen and (max-width: 1024px) {
    .show-sidebar #sidebar {
        transform: none;
    }

    .show-sidebar #main {
        transform: translateX(250px);
    }

    .show-message #main {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    #sidebar {
        transform: translateX(-100%);
    }

    #main {
        left: 0;
        box-shadow: none;
    }

        #main .header .page-title .sidebar-toggle-btn {
            margin-right: 20px;
            opacity: 1;
            width: 20px;
            margin-left: 10px;
        }

            #main .header .page-title .sidebar-toggle-btn .line {
                height: 2px;
            }

    .show-sidebar #sidebar {
        transform: none;
    }

    .show-sidebar #main {
        transform: translateX(250px);
    }

    .show-message #main {
        margin-right: 0;
    }

    .show-message #message {
        left: 20%;
        width: 80%;
    }
}

@media only screen and (max-width: 600px) {
    #main .header .search-box {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-left: 0px;
    }

    .action-bar ul {
        margin-bottom: 0px;
        text-align: center;
    }

    #main .header .search-box input,
    #main .header .search-box input:focus {
        width: 100%;
    }

    #main #main-nano-wrapper {
        position: absolute;
        top: 150px;
        bottom: 0;
        height: auto;
    }

    #main .message-list li .col-1 {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 120px;
        width: auto;
    }

    #main .message-list li .col-2 {
        right: 0;
        left: auto;
        width: 120px;
    }

        #main .message-list li .col-2 .date {
            padding-left: 0;
            position: static;
        }

        #main .message-list li .col-2 .subject {
            display: none;
        }
}
/**
 * Nano scroll stuff
*/
.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .nano > .nano-content {
        position: absolute;
        overflow: scroll;
        overflow-x: hidden;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

        .nano > .nano-content:focus {
            outline: none;
        }

        .nano > .nano-content::-webkit-scrollbar {
            visibility: hidden;
        }

.has-scrollbar > .nano-content::-webkit-scrollbar {
    visibility: visible;
}

.nano > .nano-pane {
    background: rgba(152, 166, 173, 0.1);
    position: absolute;
    width: 7px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    visibility: hidden \9;
    /* Target only IE7 and IE8 with this hack */
    opacity: .01;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

    .nano > .nano-pane > .nano-slider {
        background: rgba(152, 166, 173, 0.35);
        position: relative;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        transition-property: background;
    }

    .nano > .nano-pane:hover > .nano-slider,
    .nano > .nano-pane.active > .nano-slider {
        background: #A6A6A6;
    }

.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
    visibility: visible \9;
    /* Target only IE7 and IE8 with this hack */
    opacity: 0.99;
}
/* Profile */
.bg-picture {
    padding: 30px;
}

.profile-info-name img {
    width: 200px;
    float: left;
    margin-right: 30px;
}

.profile-info-detail {
    overflow: hidden;
}

.profile-pills li a {
    color: rgba(67, 89, 102, 0.5) !important;
    padding: 0px 10px;
    line-height: 30px !important;
}

    .profile-pills li a i {
        font-size: 14px;
    }

.comment {
    padding-top: 12px;
}

    .comment .comment-avatar {
        position: relative;
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box;
        display: block;
        float: left;
        height: 32px;
        width: 32px;
    }

    .comment .comment-body {
        float: none;
        margin-left: 40px;
        position: relative;
    }

    .comment .comment-text {
        border: 1px solid #e5e5e5;
        border-radius: 2px;
        padding: 7px 12px 8px;
    }

    .comment .comment-header {
        font-size: 12px;
        padding-bottom: 2px;
    }

        .comment .comment-header a {
            color: #435966;
            font-weight: bold;
        }

        .comment .comment-header span {
            color: #98a6ad;
            display: inline-block;
            font-size: 11px;
            margin-left: 5px;
        }

    .comment .comment-footer {
        display: block;
        font-size: 12px;
        padding: 4px 12px 0;
    }

        .comment .comment-footer i {
            font-size: 13px;
            margin-right: 7px;
        }

        .comment .comment-footer,
        .comment .comment-footer a {
            color: rgba(67, 89, 102, 0.5);
        }

            .comment .comment-footer:hover,
            .comment .comment-footer a:hover {
                color: #71b6f9;
            }

    .comment > .comment {
        margin-left: 32px !important;
    }

/* Common */
.uppercase {
    text-transform: uppercase;
}

.primary {
    color: #39adb8;
}

.grey-box {
    background-color: #f0f1f2;
    border: 1px solid #cbcbcb;
}

.right-brdr {
    position: relative;
}

    .right-brdr::after {
        border-right: 1px solid #cccccc;
        width: 1px;
        height: 27px;
        content: "";
        position: absolute;
        right: -13px;
        top: 4px;
    }

.nav.navbar-nav.navbar-left > li.search::after {
    border-right: 1px solid #cccccc;
    width: 1px;
    height: 27px;
    content: "";
    position: absolute;
    right: 1px;
    top: 23px;
}

.nav.navbar-nav.navbar-left > li.search input {
    width: 260px;
    border: 0;
}

.nav.navbar-nav.navbar-left > li.search .input-group-addon {
    background-color: #fff;
    border: 0px solid #ccc;
    border-radius: 0px;
    color: #39adb8;
    font-size: 16px;
    padding: 6px 0px;
}

.nav.navbar-nav.navbar-left > li, .nav.navbar-nav.navbar-right > li {
    padding-top: 18px;
}

#datatable {
    background: #fff;
    border-spacing: 0;
    border-collapse: collapse;
}

    #datatable thead th {
        background: #39adb8;
        color: #fff;
    }

    #datatable tr.highlight {
        background: #fbd9ea !important;
    }

    #datatable td {
        color: #787878;
    }

        #datatable td button {
            border: none;
            background: none;
        }

            #datatable td button i {
                color: #9b9b9b;
            }

            #datatable td button:hover i {
                color: #39adb8;
            }

            #datatable td button:disabled i {
                color: #e1e1e1;
            }

table.dataTable thead .sorting::after, table.dataTable thead .sorting_desc::after {
    content: "\f0dd";
    opacity: 0.9;
    color: #fff;
    font-family: 'FontAwesome';
}

table.dataTable thead .sorting_asc::after {
    content: "\f0de";
    opacity: 0.9;
    color: #fff;
    font-family: 'FontAwesome';
    top: 15px;
}

#datatable_previous a, #datatable_next a {
    color: #b2b2b2;
    position: relative;
}

    #datatable_previous a::before, #datatable_next a::before {
        opacity: 0.9;
        color: #b2b2b2;
        font-family: 'FontAwesome';
        position: absolute;
        left: 7px;
        top: 0;
        font-size: 17px;
    }

    #datatable_previous a::before {
        content: "\f0d9";
    }

    #datatable_next a::before {
        content: "\f0da";
    }

.pagination > li > a, .pagination > li > span {
    border: 0 solid #ddd !important;
    color: #545454;
    margin-left: 6px !important;
    padding: 1px 6px !important;
    border-radius: 2px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #fff;
    border-color: #fff;
    color: #39adb8;
}

/*Create LLR List*/
.review-info {
    float: right;
    margin-top: -15px;
    display: block;
    position: relative;
}

    .review-info::before {
        width: 16px;
        height: 16px;
        border-radius: 4px;
        background: #fbd9ea;
        content: "";
        border: 1px solid #d2d2d2;
        left: -20px;
        top: 1px;
        position: absolute;
    }

.global-info {
    float: right;
    margin-top: -15px;
    margin-right: 40px;
    display: block;
    position: relative;
}
/*Manage Repo*/
.scroll-350 {
    height: 350px;
    overflow-y: scroll;
}

.manage-repo-nav {
    margin-bottom: 0;
}

    .manage-repo-nav li {
        display: inline-block;
    }

        .manage-repo-nav li a {
            font-weight: 600;
            font-size: 18px;
            color: #b2b2b2;
            border-bottom: 2px solid rgba(0,0,0,0);
            padding: 21px 0;
            display: block;
            margin-left: 20px;
            margin-right: 10px;
        }

            .manage-repo-nav li a:hover, .manage-repo-nav li a.active {
                color: #3c3c3c;
                border-bottom: 2px solid #39adb8;
            }

.search-two .form-group .input-group-addon {
    background-color: #fff;
    border: 0px solid #ccc;
    border-radius: 0px;
    color: #bebebe;
    padding: 0px;
    width: 30px;
}

    .search-two .form-group .input-group-addon i {
        background-color: #fff;
        border: 0px solid #ccc;
        border-radius: 0px;
        color: #bebebe;
        font-size: 18px;
        padding: 0px;
    }

.search-two .form-group input {
    width: 90%;
    border: 0;
}

span.levels {
    /*background: #f0f1f2;*/
    display: block;
    padding: 9px 15px 9px 0px;
    color: #39adb8;
    font-weight: 600;
    font-size: 15px;
    /*border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;*/
}

span.Tagslevels {
    /*background: #f0f1f2;*/
    display: block;
    padding: 0px 15px;
    color: #39adb8;
    font-weight: 600;
    font-size: 15px;
    /*border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;*/
}

i.dragger {
    font-size: 21px;
    color: #9b9b9b;
    margin-top: 8px;
    cursor: move !important;
}

i.dragger01 {
    font-size: 17px;
    color: #9b9b9b;
    margin-top: 8px;
    cursor: move !important;
}

.input-group.add-tags {
    max-width: 250px;
}

.btn.remove-btn {
    position: absolute;
    right: 3px;
    top: 0px;
    font-size: 20px;
    color: red;
}

li.gu-transit {
    list-style: none !important;
}

span.tags {
    border: 1px solid #fbae44;
    border-radius: 2em;
    color: #9b9b9b;
    padding: 2px 12px 3px;
    display: inline-block;
    font-size: 12px;
    margin: 0 5px 10px 0;
}

    span.tags:hover {
        background: #fbae44;
        color: #fff;
    }

/*Create LLR*/
.llr-steps {
    width: 270px;
    margin: 5px auto 0px auto;
    display: block;
    position: relative;
}

    .llr-steps::before {
        width: 99%;
        content: "";
        height: 3px;
        position: absolute;
        top: 15px;
        z-index: 1;
    }

    .llr-steps.start::before {
        background: #dddedf;
    }

    .llr-steps.complete::before {
        background: #39adb8;
    }

    .llr-steps.inprogress::before {
        background: #dddedf;
        background: -moz-linear-gradient(left, #39adb8 50%, #dddedf 50%);
        background: -webkit-linear-gradient(left, #39adb8 50%,#dddedf 50%);
        background: linear-gradient(to right, #39adb8 50%,#dddedf 50%);
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddedf', endColorstr='#39adb8',GradientType=1 );*/
    }

    .llr-steps .step {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        background: #fff;
        border: 1px solid #dedfe0;
        line-height: 31px;
        font-size: 14px;
        font-weight: 700;
        color: #9b9b9b;
        text-align: center;
        display: inline-block;
        margin-left: 80px;
        position: relative;
        z-index: 2;
    }

        .llr-steps .step.active {
            background: #39adb8;
            border-color: #39adb8;
            color: #fff;
        }

        .llr-steps .step:first-child {
            margin-left: 0px;
        }

.form-row {
    padding: 10px 30px;
    clear: both;
}

.multi-tabs-block {
    background: #fafbfb;
    border-top: 1px solid #ecedef;
}

    .multi-tabs-block .inner-tabber {
        background: #fff;
        border-left: 1px solid #ecedef;
        min-height: 300px;
    }

.secondary-tabs {
    padding-top: 5px;
}

    .secondary-tabs > li > a {
        padding: 0px !important;
    }

        .secondary-tabs > li > a:focus, .secondary-tabs > li > a:hover {
            background: transparent !important;
        }

/*.secondary-tabs li a {
    padding: 7px 30px;
    color: #787878;
    background: #fff;
    font-size: 14px;
}*/

/*.secondary-tabs li a:hover,
.secondary-tabs li.active a,
.secondary-tabs li.active a:hover {
    color: #000;
    background: #fff;
}*/

h4.panel-title {
    color: #3c3c3c;
    font-weight: 400;
}

    h4.panel-title a::before {
        color: #000;
    }

.status-one {
    /*background: #fcf3e4 !important;*/
}

.status-two {
    /*background: #e4fddf !important;*/
}

.highlights-list {
    margin-top: -15px;
}

    .highlights-list li {
        float: right;
        margin-left: 40px;
        display: block;
        position: relative;
        color: #787878;
    }

        .highlights-list li::before {
            width: 16px;
            height: 16px;
            border-radius: 50%;
            content: "";
            left: -20px;
            top: 1px;
            position: absolute;
            border: 1px solid #cdcdcd;
        }

        .highlights-list li.green::before {
            background: #e4fddf;
        }

        .highlights-list li.yellow::before {
            background: #fcf3e4;
        }

.info-icons {
    position: absolute;
    right: 15px;
    top: 6px;
}

.strength {
    color: #787878;
}

    .strength .strong {
        color: #50aa00;
    }

    .strength .week {
        color: red;
    }

.card-box01 {
    background-clip: padding-box;
    background-color: #ffffff;
    border-radius: 0;
    /*border: 1px solid #f0f0f0;*/
    margin-bottom: 20px;
    padding: 0px 20px;
}

.data-records {
    display: table;
    border-left: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    background: #f4f5f7;
    width: 100%;
}

    .data-records .data-row {
        display: table-row;
    }

    .data-records .data-cell {
        display: table-cell;
        padding: 8px 12px;
        clear: both;
        border-right: 1px solid #d2d2d2;
        border-bottom: 1px solid #d2d2d2;
    }

        .data-records .data-cell .to-left {
            float: left;
        }

        .data-records .data-cell .to-right {
            float: right;
            font-weight: 600;
            color: #000;
        }

.popup-tabs {
    padding-top: 12px;
    border-top: 1px solid #ecedef;
}

.popup-tabber {
    border-left: 1px solid #ecedef;
    min-height: 300px;
    border-top: 1px solid #ecedef;
}

    .popup-tabber .panel-title a {
        color: #3c3c3c;
    }

    .popup-tabber .panel-border .panel-heading {
        border-bottom: 1px solid #dadfe2 !important;
        border-top: 0px solid #dadfe2 !important;
    }


.remove-color {
    background: rgba(0, 0, 0, 0.02) !important;
}

/** 16-6-2016**/
/*.secondary-tabs li a:hover{
    background: #ddd !important;
}

.secondary-tabs li a.active,.secondary-tabs li a.active:hover{
    background: #ddd !important;
}*/

.txtblack {
    color: #000 !important;
}

#ContentPlaceHolder1_gvSomaticListLLR tbody tr.successMerit td:last-child input, #ContentPlaceHolder1_gvSomaticListLLR tbody tr td:last-child input {
    padding: 0px 6px !important;
}

#ContentPlaceHolder1_gvGermlineListLLR tbody tr.successMerit td:last-child input, #ContentPlaceHolder1_gvGermlineListLLR tbody tr td:last-child input {
    padding: 0px 6px !important;
}

#ContentPlaceHolder1_gvPregnancyScreening tbody tr.successMerit td:last-child input, #ContentPlaceHolder1_gvPregnancyScreening tbody tr td:last-child input {
    padding: 0px 6px !important;
}

#ContentPlaceHolder1_gvMgc1Stop tbody tr.successMerit td:last-child input, #ContentPlaceHolder1_gvMgc1Stop tbody tr td:last-child input {
    padding: 0px 6px !important;
}

#ContentPlaceHolder1_gvPrenatal tbody tr.successMerit td:last-child input, #ContentPlaceHolder1_gvPrenatal tbody tr td:last-child input {
    padding: 0px 6px !important;
}

#ContentPlaceHolder1_gvResearch tbody tr.successMerit td:last-child input, #ContentPlaceHolder1_gvResearch tbody tr td:last-child input {
    padding: 0px 6px !important;
}

#ContentPlaceHolder1_gv_manageuser tbody tr.successMerit td:last-child input, #ContentPlaceHolder1_gv_manageuser tbody tr td:last-child input {
    padding: 0px 6px !important;
}

#ContentPlaceHolder1_gvDictionaryTerms tbody tr.successMerit td:last-child input, #ContentPlaceHolder1_gvDictionaryTerms tbody tr td:last-child input {
    padding: 0px 6px !important;
}



.pos-relative {
    position: relative;
}

.pos-ab {
    position: absolute;
    left: 92px;
    top: 82px;
}


#ContentPlaceHolder1_gvSomaticListLLR_ImageButton1, #ContentPlaceHolder1_gvSomaticListLLR_ImageButton2 {
    float: right;
}

.GridHeader a {
    color: #fff !important;
}

.GridHeaderQandA a {
    color: #39adb8 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
}


.ascQandA a:before {
    content: "";
    display: block;
    background: url("../../Images/sort-down.png") no-repeat;
    width: 12px;
    height: 12px;
    float: right;
    margin: 5px 0px 0 0;
}

.descQandA a:before {
    content: "";
    display: block;
    background: url("../../Images/sort-up.png") no-repeat;
    width: 12px;
    height: 12px;
    float: right;
    margin: 5px 0px 0 0;
}

.asc a:before {
    content: "";
    display: block;
    background: url("../../Images/downarrow.png") no-repeat;
    width: 12px;
    height: 12px;
    float: right;
    margin: 5px 0px 0 0;
}

.desc a:before {
    content: "";
    display: block;
    background: url("../../Images/uparrow.png") no-repeat;
    width: 12px;
    height: 12px;
    float: right;
    margin: 5px 0px 0 0;
}



.ErrorMessage {
    color: #ff0000;
    font-size: 13px;
}

.ep_txt {
    width: 105px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
}

    .ep_txt a {
        line-height: 17px;
    }

.xclose {
    display: inline-block;
    vertical-align: top;
}

.delete_all {
    position: absolute;
    right: 17px;
    top: 85%;
}

.mce-path-item {
    visibility: hidden;
}

#ContentPlaceHolder1_gvSomaticListLLR tr td table, #ContentPlaceHolder1_gvGermlineListLLR tr td table, #ContentPlaceHolder1_gvPregnancyScreening tr td table, #ContentPlaceHolder1_gvPatient tr td table, #ContentPlaceHolder1_gvClinician tr td table, #ContentPlaceHolder1_gvDictionaryTerms tr td table, #ContentPlaceHolder1_gvLLRList tr td table, #ContentPlaceHolder1_gvClinvarData tr td table, #ContentPlaceHolder1_gvPrenatal tr td table, #ContentPlaceHolder1_gvResearch tr td table {
    float: left;
}

    #ContentPlaceHolder1_gvSomaticListLLR tr td table tr td, #ContentPlaceHolder1_gvGermlineListLLR tr td table tr td, #ContentPlaceHolder1_gvPregnancyScreening tr td table tr td, #ContentPlaceHolder1_gvPatient tr td table tr td, #ContentPlaceHolder1_gvClinician tr td table tr td, #ContentPlaceHolder1_gvDictionaryTerms tr td table, #ContentPlaceHolder1_gvLLRList tr td table, #ContentPlaceHolder1_gvClinvarData tr td table, #ContentPlaceHolder1_gvPrenatal tr td table, #ContentPlaceHolder1_gvResearch tr td table {
        padding: 3px 5px;
    }

        #ContentPlaceHolder1_gvSomaticListLLR tr td table tr td a, #ContentPlaceHolder1_gvGermlineListLLR tr td table tr td a, #ContentPlaceHolder1_gvPregnancyScreening tr td table tr td a, #ContentPlaceHolder1_gvPatient tr td table tr td a, #ContentPlaceHolder1_gvClinician tr td table tr td a, #ContentPlaceHolder1_gvDictionaryTerms tr td table tr td a, #ContentPlaceHolder1_gvLLRList tr td table tr td a, #ContentPlaceHolder1_gvClinvarData tr td table tr td a, #ContentPlaceHolder1_gvPrenatal tr td table tr td a, #ContentPlaceHolder1_gvResearch tr td table tr td a {
            padding: 3px 5px;
        }

        #ContentPlaceHolder1_gvSomaticListLLR tr td table tr td span, #ContentPlaceHolder1_gvGermlineListLLR tr td table tr td span, #ContentPlaceHolder1_gvPregnancyScreening tr td table tr td span, #ContentPlaceHolder1_gvPatient tr td table tr td span, #ContentPlaceHolder1_gvClinician tr td table tr td span, #ContentPlaceHolder1_gvDictionaryTerms tr td table tr td span, #ContentPlaceHolder1_gvLLRList tr td table tr td span, #ContentPlaceHolder1_gvClinvarData tr td table tr td span, #ContentPlaceHolder1_gvPrenatal tr td table tr td span, #ContentPlaceHolder1_gvResearch tr td table tr td span {
            background: #39adb8;
            color: #fff;
            padding: 3px 10px;
        }



.bg-active-txt {
    background: #ddd;
    color: #000 !important;
}

.symbols_icon {
    font-family: monospace !important;
}

.modal-header {
    border-bottom: none !important;
    padding-bottom: 0px !important;
}

.fileUploadbtn {
    width: 210px !important;
    margin-top: 0px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.previewDisable {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.b-r {
    border-left: 1px solid #ddd !important;
    border-radius: 0px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-b-50 {
    padding-bottom: 50px !important;
}

.p-b-35 {
    padding-bottom: 35px !important;
}

.redtxt {
    color: #cc0000;
    font-weight: 600;
    font-size: 11px;
}

.ui-autocomplete-loading {
    background: white url('../../Images/loaderForAutoComplete.gif') right center no-repeat !important;
}

.imgExtendToggle {
    width: 120px;
    height: 90px;
}

.imgContainer {
    position: relative;
}

.closeIcon {
    position: absolute;
    top: 6px;
    right: 7px;
    color: #fff;
    padding: 3px;
    background: #fff;
}


hr {
    margin-top: 0px;
    margin-bottom: 17px;
    border: 0;
    border-top: 1px solid #eee;
}

.opacity03 {
    opacity: 0.3;
}

#ContentPlaceHolder1_chkUserSubSpeciality tr td {
    padding-right: 40px;
}

.bgWhite {
    background-color: #fff;
}

.teal {
    color: #39adb8;
}

.marginAuto {
    margin: 0 auto;
    float: none;
}

.txtcenter {
    text-align: center;
}

.font20 {
    font-size: 20px !important;
}

.container-landing {
    margin: 0 auto;
}

.landing-logo {
    background: url("assets/images/mgc-logo.png") no-repeat;
    width: 194px;
    height: 78px;
    margin: 0 auto;
    font-size: 0;
    display: block;
}

.logInput {
    border: 2px solid #cde7d4;
    border-radius: 0px;
    text-align: center;
    height: 52px;
}

.subBtn {
    border-radius: 0px;
    text-align: center;
    height: 52px;
}

.footer-block {
    padding-top: 30px;
    font-size: 13px;
    text-transform: uppercase;
    color: #6c6c6c;
}

    .footer-block a {
        padding: 10px 20px;
        display: inline-block;
        color: #6c6c6c;
    }

        .footer-block a:hover {
            color: #39adb8;
        }

.padB40 {
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    .container-landing {
        width: 980px;
    }
}

@media (min-width: 1100px) {
    .container-landing {
        width: 1029px;
    }
}

@media screen and (max-width: 1100px) {
    .ItemDivider tr {
        display: block;
        width: 100%;
    }

        .ItemDivider tr td:nth-child(4) {
            display: block;
            float: left;
        }
}

@media screen and (max-width: 1950px) {
    .ItemDivider tr {
        display: block;
        width: 100%;
    }

        .ItemDivider tr td:nth-child(6) {
            display: block;
            float: left;
        }
}

.landing-logo {
    background: url("../../assets/images/mgc-logo.png") no-repeat;
    width: 194px;
    height: 78px;
    margin: 0 auto;
    font-size: 0;
    display: block;
}

#ContentPlaceHolder1_lst_roles {
    display: inline-block;
}

    #ContentPlaceHolder1_lst_roles tr {
        display: inline-block;
        padding: 5px 20px;
    }

#ContentPlaceHolder1_chklst_all {
    display: inline-block;
    padding: 5px;
}

.logout_main {
    float: right;
    margin-top: -50px;
    padding-right: 5px;
}

#logout {
    border: none;
    background: transparent;
    color: #39adb8;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.logout_icon {
    vertical-align: top;
    width: 22px;
    height: 20px;
}

#ContentPlaceHolder1_chklViewOption tr td {
    padding-right: 35px;
}

#ContentPlaceHolder1_chkUserSubSpeciality tr td {
    padding-right: 35px;
}


.greentxt {
    color: #10c469;
    font-weight: 600;
    font-size: 11px;
}

#ContentPlaceHolder1_gv_manageuser tbody > tr.symbols_icon > td > table > tbody > tr > td > span {
    padding: 3px 10px;
    background: #39adb8;
    color: #fff;
}

#ContentPlaceHolder1_gv_manageuser > tbody > tr.symbols_icon > td > table > tbody > tr > td > a {
    padding: 3px 10px;
}

.makeDropdowndisable {
    pointer-events: none;
    cursor: not-allowed;
}

.wid200 {
    width: 200px;
}

.border-left-none {
    border-left: none !important;
}

.borRight {
    border-right: 1px solid #ecedef !important;
}

li.errorMessageinRepoQ {
    padding-top: 14px !important;
}

.closeimg, .l-closeimg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15px;
}

.leadtxt {
    font-size: 16px !important;
}

#tooltip631656 {
    display: none !important;
}

.panel-title {
    font-size: 14px !important;
}


.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #cbcbcb !important;
    border-radius: 4px;
    cursor: text;
    padding: 3px 10px !important;
    color: #000;
}

.pageSize {
    float: right !important;
}

.hideUserAccess {
    cursor: not-allowed;
    pointer-events: none;
}


.noRecordFound {
    text-align: center;
    padding: 10px 0px;
}

.reorder_tags {
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

    .reorder_tags > div {
        display: inline-block;
    }

    .reorder_tags div:last-child {
        float: right;
    }

.sm_btn, .sm_btn:hover {
    border: none !important;
    padding: 5px 15px !important;
    border-radius: 3px !important;
}

.bor__bottom {
    padding-bottom: 1px !important;
    border-bottom: 1px solid #ddd !important;
}

h5 {
    font-size: 16px !important;
}

.bor__4 {
    border-radius: 4px !important;
}

.relation_quest_p {
    padding: 6px 15px;
}

    .relation_quest_p.active {
        background: #ddd;
    }

    .relation_quest_p a, .relation_quest_p a:hover {
        color: #000 !important;
        padding-left: 2px;
        vertical-align: middle;
    }

.relation_quest_c {
    padding: 5px 15px;
}

    .relation_quest_c.active {
        background: #ddd;
    }

    .relation_quest_c a, .relation_quest_c a:hover {
        color: #000 !important;
        padding-left: 2px;
        vertical-align: middle;
    }

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.bgSelectionForMenu {
    padding: 5px 15px;
}

    .bgSelectionForMenu.active {
        background: #ddd;
    }

    .bgSelectionForMenu a, .bgSelectionForMenu a:hover {
        color: #000;
        padding-left: 3px;
        vertical-align: middle;
    }

.disableCursorFilter {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.3;
}

.disableCursorFilterWithoutOpacity {
    pointer-events: none;
    cursor: not-allowed;
}

.box-shadow {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.06), 0 3px 0px 0 rgba(0, 0, 0, 0.02);
    background-clip: padding-box;
}

.filterHeader {
    text-align: left;
    font-weight: bold;
    font-size: 21px;
    font-family: 'Open Sans', sans-serif;
    color: black;
    padding: 20px 0 20px 0;
}

.filterSubHeader {
    font-size: 15px;
    color: #39adb8;
    font-weight: 600;
    text-transform: none !important;
}

.filterSubHeader1 {
    font-size: 14px;
    color: #39adb8;
    font-weight: 600;
    text-transform: none !important;
}

.subcat {
    color: #333;
    font-weight: 600;
    font-size: 12px;
}

.subcat-value {
    font-size: 12px;
}

.parentMenu {
    color: #000;
    cursor: pointer;
    display: flex;
}

    .parentMenu .parentimage, .parentMenu .parenttext {
        display: table-cell;
    }

    .parentMenu .parenttext {
        padding-left: 3px !important;
    }

.grey-container {
    background: #f4f5f7;
    padding: 20px;
}

.viewAll {
    padding-left: 10px;
    border-left: 1px solid #ddd;
}

.cursor_default {
    cursor: default !important;
    pointer-events: none !important;
}


/* Displaying Questions in Popup */

.learn__more_container {
    padding: 22px;
}

.menu__parent > span:nth-child(2) {
    color: #39adb8;
    font-size: 16px;
    font-weight: 600;
    margin-left: 5px;
}

.qa__section > ul {
    list-style: none;
    padding-left: 10px;
    font-size: 13px;
    margin-top: 7px;
}

    .qa__section > ul > li {
        cursor: pointer;
    }

        .qa__section > ul > li div.learn__quest {
            padding: 7px 0px;
            border-bottom: 1px solid #e5e5e5;
        }

            .qa__section > ul > li div.learn__quest > span {
                margin-right: 5px;
            }

        .qa__section > ul > li div.learn__ans {
            display: none;
            padding: 15px 0px;
        }

.qa__section > .menu__child {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin-top: 15px;
    margin-left: 12px;
}

.menu__arrow {
    vertical-align: middle;
    position: relative;
    top: -3px;
}

.menu__error {
    color: #ad2a2a;
}

.ImageText {
    font-size: 14px !important;
}

.delete__all {
    padding: 0;
    border-radius: 0;
    margin-bottom: 20px;
    font-size: 13px;
    background: #fff;
}

.reorder__ {
    margin-bottom: 20px;
    font-size: 13px;
    padding: 0;
    background: #fff;
}

.tagsdelete__all {
    padding: 0;
    border-radius: 0;
    margin-bottom: 20px;
    font-size: 13px;
    background: #fff;
}

    .delete__all:hover, .reorder__:hover, .tagsdelete__all:hover {
        color: #39adb8;
        text-decoration: none;
    }

a.delete_all {
    color: #797979 !important;
}

    a.delete_all:hover {
        color: #39adb8 !important;
        text-decoration: none;
    }

.delete__all:active, .reorder__:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.border__span {
    vertical-align: top;
    padding: 0 10px;
}


@media (min-width: 900px) {
    .preview-modal-lg {
        width: 1030px !important;
    }
}

.ui-tooltip {
    padding: 4px 15px !important;
    color: #333 !important;
    background: #e6e6e6 !important;
    font-size: 12px !important;
    border: 1px solid #e6e6e6 !important;
    border-radius: 0px !important;
}


.llrListTabs {
    font-size: 15px !important;
    text-align: center;
}


.txt_area textarea {
    resize: none;
    outline: none;
    width: 100%;
    height: 120px;
    padding: 15px;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
}


.txtright {
    text-align: right !important;
}


.border-solid {
    padding: 4px 15px;
    background-color: #fff !important;
    border: 1px solid #39adb8 !important;
    color: #39adb8 !important;
}

.relation-tags span, .relation-tags span div {
    display: inline-block;
}

.multiselect-native-select > select, .multiselect-native-select > div {
    display: inline-block;
}

.ml-select + div > button {
    width: 200px !important;
}

.ml-btn {
    background: #39aeb8;
    color: #fff;
    padding: 4px 15px;
    font-style: initial;
    border: 1px solid #39aeb8;
    border-radius: 4px;
    margin-left: 15px;
}

.multiselect-container {
    max-height: 200px !important;
    overflow-x: hidden;
    margin-top: 9px;
    border-radius: 0px;
    width: 200px;
    z-index: 99999;
    border: 1px solid #ddd;
    margin-top: 10px !important;
}

    .multiselect-item input[type="checkbox"], .multiselect-container > li > a > label > input[type="checkbox"] {
        opacity: 1 !important;
    }

    .multiselect-container > li > a > label {
        padding: 3px 20px 3px 30px !important;
        font-size: 12px !important;
    }

.exp-img {
    width: 50% !important;
    height: auto !important;
    cursor: zoom-out !important;
}

.actualImage {
    cursor: zoom-in;
}



.Realtions table tr:last-child td ul {
    margin-bottom: 10% !important;
}

.DisableRelationButton {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}

.DisableRelationDropdown {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.7;
    /*background-color: #ddd !important;*/
}

.Realtions {
    margin-bottom: 200px;
}

.displayInlineblock {
    display: inline-block
}

.boldText {
    font-weight: bold;
}

.b-xsm{
    padding:6px !important;

}


