/*New Custom Skin properties/ styles*/

/*--Custom CSS--*/
/*--link_styles--*/

body {
    background-color: #F1F3F2;
}

a, a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    outline: 0px;
    border: 0px;
}

img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

/*--link-styles-end--*/
/*--button_style--*/

button.button:focus {
    outline: 0px;
    border: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
    min-height: 10px;
}

/*li {
    list-style-type: none;
}*/
/*--font-style-end--*/
.vertical_align {
    vertical-align: middle;
}

.full_height {
    height: 100%;
}

.full_section {
    height: 100%;
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    -moz-transition: opacity .4s linear;
    -ms-transition: opacity .4s linear;
    transition: opacity .4s linear;
}

.shadow {
    -webkit-box-shadow: 1px 1px 4px 0px rgba(3, 50, 50, 0.16);
    -moz-box-shadow: 1px 1px 4px 0px rgba(3, 50, 50, 0.16);
    -ms-box-shadow: 1px 1px 4px 0px rgba(3, 50, 50, 0.16);
    -o-box-shadow: 1px 1px 4px 0px rgba(3, 50, 50, 0.16);
    box-shadow: 1px 1px 4px 0px rgba(3, 50, 50, 0.16);
}
/*--kedo ui customize--*/
.k-column-menu .k-sprite, .k-drop-hint, .k-gantt-views > .k-current-view > .k-link:after,
.k-grid-mobile .k-resize-handle-inner:after, .k-grid-mobile .k-resize-handle-inner:before,
.k-grouping-dropclue, .k-icon,
.k-pager-numbers .k-current-page .k-link:after, .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after,
.k-mobile-list .k-check:checked, .k-mobile-list .k-edit-field [type=checkbox]:checked, .k-mobile-list .k-edit-field [type=radio]:checked,
.k-tool-icon {
    background-image: none;
    border-color: transparent;
}

/*--slick carousel--*/


/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-initialized.slick-slider, .slide_thumb.slick-slide.slick-current.slick-active, .slick-initialized .slick-slide, .slick-list, .slick-list:focus, .slide_thumb.slick-slide.slick-current.slick-active:focus, slide_thumb.slick-slide.slick-cloned {
    outline: 0px !important;
    border: 0px;
}
/*--slick_carousel_end--*/
/*--header--*/
header {
    height: 72px;
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    background: #FFF;
    z-index: 999;
}

    header .header_logo {
        width: 187px;
        height: 27px;
        display: block;
        margin: 22px 0px;
        margin-left: 15px;
    }

        header .header_logo logo img {
            width: 100%;
        }

    header .header_menu_list {
        margin: 13px 0px;
        margin-right: 15px;
    }

    header .header_menu_item {
        display: inline-block;
        vertical-align: middle;
        padding-left: 25px;
    }

        header .header_menu_item .profile_drop, .header_menu_item .profile_drop:hover, .header_menu_item .profile_drop:visited,
        header .header_menu_item .profile_drop:focus {
            color: #646464;
            font-size: 12px;
        }

    header .header_menu_list li.header_menu_item .profile_drop {
        display: block;
        height: 45px;
        padding-top: 5px;
    }

    header .profile_icon {
        height: 33px;
        width: 33px;
        margin: 0px 5px;
        border: 1px solid #CCC;
        display: inline-block;
        vertical-align: middle;
        border-radius: 50%;
    }

    header .profile_arrow {
        height: 16px;
        width: 16px;
        display: inline-block;
        vertical-align: middle;
        background: url(../Images/drop_down.png) no-repeat center center;
    }

    header .trackwise_icon {
        height: 32px;
        width: 32px;
        display: inline-block;
        border-radius: 50%;
        vertical-align: middle;
        background: url(../Images/trackwise_icon.png) no-repeat center center;
    }

    header .header_menu_list .dropdown-menu {
        border: 1px solid #CCC;
    }

        header .header_menu_list .dropdown-menu li a, header .header_menu_list .dropdown-menu li a:hover, header .header_menu_list .dropdown-menu li a:focus {
            padding: 6px 20px;
            color: #666;
            background: #FFF;
            display: block;
        }

            header .header_menu_list .dropdown-menu li a:hover {
                color: #333;
                background: #f2f2f2;
            }
    /*--header_searchfield--*/


    header .searchbox, header .searchbox:hover, header .searchbox:focus {
        padding: 0px;
        border-radius: 30px;
        padding: 4px 10px 4px 30px;
        padding-left: 20px;
        background: transparent;
        border: 1px solid #D0D0D0;
        outline: 0px;
        box-shadow: none;
        margin: 0px;
    }

        header .searchbox .searchfield, header .searchbox .searchfield:hover, header .searchbox .searchfield:focus {
            margin: 0px;
            padding: 0px;
            color: #666;
            outline: none;
            box-shadow: none;
        }

            header .searchbox .searchfield::-webkit-input-placeholder {
                color: #D0D0D0;
            }

            header .searchbox .searchfield:-moz-placeholder { /* Firefox 18- */
                color: #D0D0D0;
            }

            header .searchbox .searchfield::-moz-placeholder { /* Firefox 19+ */
                color: #D0D0D0;
            }

            header .searchbox .searchfield:-ms-input-placeholder {
                color: #D0D0D0;
            }

        header .searchbox .k-icon, header .searchbox .k-icon:hover, header .searchbox .k-icon:focus, header .searchbox:hover .k-icon, header .searchbox:focus .k-icon {
            margin: 0px;
            padding: 0px;
            margin-top: -8px;
            height: 16px;
            width: 16px;
            background: url(../Images/search.png) center center no-repeat;
            background-size: 16px;
            right: 15px;
        }


/*--nav_panel-menu--*/
.nav_panel {
    height: 55px;
    background: #003A5F;
    width: 100%;
    position: fixed;
    top: 72px;
    left: 0px;
    z-index: 998;
}
/*--left_pane--*/
.navbar-nav {
    border: 0px;
    background: transparent;
}

    .navbar-nav .k-item {
        border: 0px;
        background: transparent;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

        .navbar-nav .k-item > .k-link {
            padding: 18px 30px;
            padding-bottom: 19px;
            background: transparent;
            font-size: 14px;
            font-weight: 400;
            border: 0px;
            color: #FFF;
        }

            .navbar-nav .k-item > .k-link.home_link {
                height: 18px;
                width: 20px;
                padding-left: 20px;
                background: url(../Images/ic_home.png) center center no-repeat;
                background-size: 20px;
            }

            .navbar-nav .k-item > .k-link.active, .navbar-nav .k-item > .k-link:hover {
                background-color: #19BFD9;
            }
/*--right_pane--*/
.nav_panel .right-pane {
    float: right;
}

    .nav_panel .right-pane li {
        /*position: relative;*/
        height: 37px;
        width: 65px;
        display: inline-block;
    }

    .nav_panel .right-pane .right-link, .nav_panel .right-pane .right-link:hover, .nav_panel .right-pane .right-link:focus, .nav_panel .right-pane .right-link:visited {
        height: 22px;
        /*width: 22px;*/
        position: relative;
        top: 50%;
        margin-top: 0px;
        left: 280%;
        margin-left: -11px;
        border-radius: 22px;
        display: block;
        background: url(../Images/ic_help.png) center center no-repeat;
        background-size: 22px;
    }

    .nav_panel .right-pane .right-link-about, .nav_panel .right-pane .right-link-about:hover, .nav_panel .right-pane .right-link-about:focus, .nav_panel .right-pane .right-link-about:visited {
        height: 22px;
        width: 22px;
        position: relative;
        top: 50%;
        margin-top: 0px;
        left: 125%;
        margin-left: 18px;
        border-radius: 22px;
        display: block;
        background: url(../Images/ic_about.png) center center no-repeat;
        background-size: 22px;
    }

.navbar-nav .k-item.hiddenxs {
    display: block;
}

.navbar-nav .k-item.visiblexs {
    display: none;
}

.search-link, .search-link:hover, .search-link:focus {
    color: #FFF;
    display: block;
    padding: 17px 0px;
    margin-right: 25px;
}

.nav_panel .right-pane li.visiblexs {
    height: 0px;
    width: 0px;
}

.visiblexs .search-link {
    display: none;
    height: 0px;
    width: 0px;
}
/*--nav_panel_end--*/
.content-header {
    height: 70px;
    width: 100%;
    position: fixed;
    top: 127px;
    z-index: 997;
    background: #F5F7F6;
}

    .content-header .form-group {
        margin: 0px;
        padding: 20px 0px;
    }

    .content-header .submit-button, .submit-button:hover, .submit-button:focus {
        background-color: #5CD1E5;
        border-radius: 30px;
        padding: 5px 20px;
        border: 0px;
        color: #003A5F;
        outline: 0px;
    }
/*--input_file_style--*/
.input_wrap {
    width: 180px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.input_file {
    opacity: 0;
    width: 150px;
    border-radius: 10px;
    padding: 0px 15px;
    height: 100%;
    display: inline-block;
    cursor: pointer;
}

.input_value {
    height: 100%;
    line-height: 30px;
    display: inline-block;
    text-align: left;
    padding-left: 10px;
    vertical-align: top;
    overflow: hidden;
    cursor: pointer;
}

.input_button {
    cursor: pointer;
    z-index: -1;
    color: #F5F5F5;
    display: inline-block;
    width: 150px;
    padding: 0px 15px;
    border-radius: 20px;
    background: #C4C4C4;
    left: 0;
    text-align: center;
    position: absolute;
    top: 0px;
    height: 100%;
    line-height: 30px;
    border: 0px;
}
/*--input_file_style_end--*/
.content-header .select_inline {
    display: inline-block;
    margin: 0px 20px;
}

.content-header .select_inline_disable {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.content-header .input_wrap {
    margin-left: 5px;
}

.content-header .input_button {
    background: #AABEC9;
}

.content-header .select_inline .k-input {
    text-align: left;
    padding-left: 7px;
}

.content-header label {
    font-size: 14px;
    font-weight: 400;
    color: #003A5F;
}

.content-header .k-dropdown, .content-header .k-dropdown:hover, .content-header .k-dropdown:focus {
    border-radius: 0px;
    background: transparent;
}

    .content-header .k-dropdown:focus {
        background: #FFF;
    }

.k-state-hover, .k-state-hover:hover {
    color: #666;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
}

.k-list-container.k-popup.k-group.k-reset {
    background: #FFF;
    border: 1px solid #CCC;
}

.k-animation-container {
    background-color: #FFF !important;
}

.k-list-container {
    border-color: #c5c5c5;
    background-color: #FFF;
}

.content-header .k-popup {
    box-shadow: none;
}

    .content-header .k-popup.k-calendar-container, .content-header .k-popup.k-list-container {
        padding: 0px;
        background: #FFF;
    }

    .content-header .k-popup .k-list .k-item {
        background: #FFF;
    }

.content-header .k-list-optionlabel.k-state-selected.k-state-focused, .k-list > .k-state-selected.k-state-focused {
    background: #f2f2f2;
    color: #333;
}

.content-header .k-item.k-state-hover {
    background: transparent;
}

.content-header .k-dropdown-wrap.k-state-default {
    background: transparent;
    box-shadow: none;
    border: 1px solid #CCC;
}

.content-header .k-dropdown-wrap.k-state-active.k-state-border-down {
    box-shadow: none;
}

.content-header .k-dropdown .k-input, .content-header .k-dropdown .k-input:hover, .content-header .k-dropdown .k-input:focus {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    background: transparent;
}

.content-header .k-icon {
    background: url(../Images/down_arrow.png) center center no-repeat;
}

.file_controls {
    float: right;
}

    .file_controls li {
        float: left;
        padding: 5px 10px;
    }

        .file_controls li .control-buttons, .file_controls li .control-buttons:hover, .file_controls li .control-buttons:focus {
            font-size: 15px;
            font-weight: 600;
            color: #164C6E;
            margin-left: 0px;
            padding-left: 25px;
        }

            .file_controls li .control-buttons.create-button {
                background: url(../Images/ic_create.png) left 2px center no-repeat;
            }

            .file_controls li .control-buttons.upload-button {
                background: url(../Images/ic_upload.png) left 2px center no-repeat;
            }

.body_header {
    padding: 0px 20px 25px 20px;
    position: fixed;
    width: 100%;
    top: 197px;
    margin: 0px;
    z-index: 990;
    background: #F1F3F2;
}

.section-title {
    margin: 0px;
    font-size: 20px;
    font-weight: 400;
    color: #003A5F;
}

    .section-title .docs_count {
        font-size: 14px;
        font-weight: 300;
    }
/*--view_menu--*/
.view_menu {
    float: right;
}

    .view_menu li {
        float: left;
    }

        .view_menu li .view-link {
            height: 20px;
            width: 20px;
            display: block;
            margin-left: 8px;
        }

            .view_menu li .view-link.filter_menu {
                background: url(../Images/ic_filter.png) center center no-repeat;
            }

            .view_menu li .view-link.grid_menu {
                background: url(../Images/ic_menu_grid.png) center center no-repeat;
                margin-left: 40px;
            }

            .view_menu li .view-link.list_menu {
                background: url(../Images/ic_menu_list.png) center center no-repeat;
            }

            .view_menu li .view-link.grid_menu.active {
                background: url(../Images/ic_menu.png) center center no-repeat;
                margin-left: 40px;
            }

            .view_menu li .view-link.list_menu.active {
                background: url(../Images/ic_menu_list1.png) center center no-repeat;
            }

        .view_menu li .dropdown-menu {
            border: 1px solid #CCC;
        }

            .view_menu li .dropdown-menu li {
                float: none;
                display: block;
            }

                .view_menu li .dropdown-menu li a, .view_menu li .dropdown-menu li a:hover, .view_menu li .dropdown-menu li a:focus {
                    padding: 4px 20px;
                    color: #666;
                    font-size: 13px;
                    font-weight: 400;
                    background: #FFF;
                    display: block;
                }

                    .view_menu li .dropdown-menu li a:hover {
                        color: #333;
                        display: block;
                        background: #f2f2f2;
                    }
/*--body_content--*/
.body_content {
    position: absolute;
    bottom: 0px;
    width: 100%;
    right: 0%;
    height: auto;
    min-height: 200px;
    box-sizing: border-box;
    padding: 30px;
    padding-top: 0px;
    z-index: 1;
}

    .body_content .gridthumb_list {
        width: 100%;
        min-height: 20px;
        padding-bottom: 30px;
    }

.gridthumb_list li {
    position: relative;
    min-height: 20px;
    display: inline-block;
    width: 28%;
    margin-right: 25px;
    margin-bottom: 20px;
}

    .gridthumb_list li .nav_button {
        position: absolute;
        left: 10px;
        top: 50%;
        width: 10px;
        height: 18px;
        background: #09C;
        margin-top: -9px;
    }

        .gridthumb_list li .nav_button.next {
            right: 10px;
            left: auto;
        }

        .gridthumb_list li .nav_button.prev {
            background: url(../Images/ic_left_dark.png) center center no-repeat;
        }

        .gridthumb_list li .nav_button.next {
            background: url(../Images/ic_right_dark.png) center center no-repeat;
        }

        .gridthumb_list li .nav_button.slick-disabled.prev {
            background: url(../Images/ic_left_light.png) center center no-repeat;
        }

        .gridthumb_list li .nav_button.slick-disabled.next {
            background: url(../Images/ic_right_light.png) center center no-repeat;
        }

.body_content .gridthumb_list .gridthumb_item {
    padding: 20px;
    /*float:left;*/
    width: 100%;
    /*height:260px;*/
    min-height: 100px;
    background: #FFF;
}

.grid_content {
    padding-left: 50px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

    .grid_content .docs_file {
        height: 40px;
        width: 40px;
        border-radius: 40px;
        background: #FFF;
        border: 1px solid #ddd;
        position: absolute;
        left: 0px;
        top: 0px;
    }

        .grid_content .docs_file.word_docs {
            background: url(../Images/ic_word.png) center center no-repeat;
        }

        .grid_content .docs_file.pdf_docs {
            background: url(../Images/ic_adobe.png) center center no-repeat;
        }

        .grid_content .docs_file.excel_docs {
            background: url(../Images/ic_excel.png) center center no-repeat;
        }

    .grid_content .gridthumb-title {
        margin: 0px;
        padding: 0px;
        padding-right: 50px;
        font-size: 18px;
        font-weight: 300;
        color: #003C62;
        position: relative;
        margin-bottom: 4px;
    }

.checkbox_wrap {
    position: relative;
    right: 0px;
    top: 0px;
    vertical-align: middle;
}

    .checkbox_wrap input[type='radio'], .checkbox_wrap input[type='checkbox'] {
        opacity: 0;
        float: right;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

        .checkbox_wrap input[type='checkbox'] + label {
            margin: 0;
            margin-right: -20px;
            padding: 0px 20px 0px 0px;
            display: inline-block;
            background: url(../Images/ic_unchecked.png) right center no-repeat;
            background-size: 17px;
            cursor: pointer;
        }

        .checkbox_wrap input[type='checkbox']:checked + label {
            background: url(../Images/ic_checked.png) right center no-repeat;
            background-size: 17px;
            display: inline-block;
            cursor: pointer;
        }

[type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before {
    background-color: transparent;
    border-color: rgba(0,0,0,0.26);
}

[type="checkbox"]:disabled + label {
    color: rgba(0,0,0,0.26);
    cursor: default;
}

[type="checkbox"]:disabled:not(:checked) + label:before {
    border-color: rgba(0,0,0,0.26);
}

[type="checkbox"]:disabled:checked + label:after {
    background-color: rgba(0,0,0,0.26) !important;
    border-color: #BDBDBD !important;
}

input[type="text"]:disabled {
    background-color: #EEEEEE !important;
    border-color: #BDBDBD !important;
}



.grid_content .thumb-category, .grid_content .thumb-docs, .grid_content .thumb-actualdocs, .grid_content .thumb-version, .grid_content .thumb-type {
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: #666;
    padding: 0px 0px;
}

    .grid_content .thumb-category span, .grid_content .thumb-docs span, .grid_content .thumb-actualdocs span, .grid_content .thumb-version span, .grid_content .thumb-type span {
        color: #999;
    }

.grid_content .thumb-version, .grid_content .thumb-category {
    padding-bottom: 12px;
}

    .grid_content .thumb-version.active {
        color: #333;
    }

.grid_content .thumb_border {
    display: block;
    padding-top: 7px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.grid_content .thumb_date {
    display: block;
    color: #666;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
}

.thumb_Checked {
    display: block;
    color: #164C6E;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
}

.gridthumb_foot {
    width: 100%;
    text-align: left;
}

    .gridthumb_foot .list_foot, .gridthumb_foot .list_foot:hover, .gridthumb_foot .list_foot:focus {
        font-size: 14px;
        font-weight: 400;
        color: #888;
    }

        .gridthumb_foot .list_foot.active, .gridthumb_foot .list_foot.active:hover, .gridthumb_foot .list_foot.active:focus {
            font-size: 14px;
            font-weight: 600;
            color: #164C6E;
        }
/*--footer--*/
footer {
    position: fixed;
    bottom: 0px;
    z-index: 999999;
    width: 100%;
    padding: 6px 15px;
    padding-top: 10px;
    left: 0px;
    background: #FFF;
    color: #999;
    font-size: 12px;
    font-weight: 400;
    -webkit-box-shadow: 0px -1px 16px 3px rgba(221,221,221,1);
    -moz-box-shadow: 0px -1px 16px 3px rgba(221,221,221,1);
    -ms-box-shadow: 0px -1px 16px 3px rgba(221,221,221,1);
    -o-box-shadow: 0px -1px 16px 3px rgba(221,221,221,1);
    box-shadow: 0px -1px 16px 3px rgba(221,221,221,1);
}

    footer .left_text {
        text-align: left;
    }

    footer .marquee_text {
        text-align: right;
        float: right;
        cursor: pointer;
        font-weight: bold;
        width: 500px;
        color:  #003C62;
    }

    footer .right_text {
        text-align: right;
    }

.footer_logo {
    display: inline-block;
    margin-left: 15px;
}

    .footer_logo img {
        height: 25px;
    }
/*--footer--*/
.customFooter {
    position: fixed !important;
    bottom: 0px;
    z-index: 999999;
    width: 100%;
    padding: 6px 15px;
    padding-top: 10px;
    left: 0px;
    background: #FFF;
    color: #999;
    font-size: 12px;
    font-weight: 400;
    -webkit-box-shadow: 0px -1px 16px 3px rgba(221,221,221,1);
    -moz-box-shadow: 0px -1px 16px 3px rgba(221,221,221,1);
    -ms-box-shadow: 0px -1px 16px 3px rgba(221,221,221,1);
    -o-box-shadow: 0px -1px 16px 3px rgba(221,221,221,1);
    box-shadow: 0px -1px 16px 3px rgba(221,221,221,1);
}

    .customFooter .left_text {
        text-align: left;
    }

    .customFooter .marquee_text {
        text-align: right;
        float: right;
        cursor: pointer;
        font-weight: bold;
        color:  #003C62;
    }

    .customFooter .right_text {
        text-align: right;
    }

.footer_logo {
    display: inline-block;
    margin-left: 15px;
}

    .footer_logo img {
        height: 25px;
    }
/* From Default .css*/
#wrapper .header .RadMenu {
    margin: 10px 0;
    float: none;
}

#wrapper .logo {
    margin: 10px 0 !important;
    width: 100%;
    display: inline-block;
}

    #wrapper .logo img {
        max-width: 100%;
    }

#wrapper .jumbotron {
    padding: 1.875em;
    padding-top: 1em;
    background-color: #e9eaea;
}

    #wrapper .jumbotron .RadButton {
        float: right;
        margin-top: .667em;
        font-size: .5em;
    }

#wrapper .footer {
    width: 100%;
    padding: 10px 15px;
    line-height: 30px;
}

.t-container {
    padding: 0px !important;
}

.fullwidth {
    max-width: 100% !important;
}

.t-row {
    margin: 0px !important;
}

.CustomContainer {
    position: fixed;
    top: 140px;
}

.OverWriteRadList {
    background-color: none !important;
}
/* For Menu Nav tab*/
.nav-tabs {
    display: inline-block;
    border-bottom: none;
    padding-top: 15px;
    font-weight: bold;
}

    .nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border: none;
        border-radius: 0;
    }

.nav-list {
    border-bottom: px solid #eee;
}

    .nav-list > li {
        padding: 10px 15px 15px;
    }

        .nav-list > li:last-child {
            border-right: 0px solid #eee;
        }

        .nav-list > li > a:hover {
            text-decoration: none;
        }

        .nav-list > li > a > span {
            display: block;
            font-weight: bold;
            text-transform: uppercase;
        }

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 5px 8px;
    text-align: center;
}

/*.navbar-nav > li{
 background:#19bfd9;
 
}*/
.nav .open > a:hover {
    background: #19bfd9;
    height: 55px;
}

.nav .open > a, .nav > .li > a:focus {
    background: #19bfd9;
}

.nav > .menuheader > a {
    height: 55px;
    color: white;
    padding: 18px 15px !important;
    font-size: 14px !important;
}

    .nav > .menuheader > a:hover, .nav > .menuheader > a:focus {
        background: #19bfd9;
    }

.menuadmin > .dropdown-menu {
    margin: 0px 102px;
    width: 60%;
}

.menureport > .dropdown-menu {
    margin: 0px 13px;
    width: 45%;
}

.dropdown-menu {
    font-size: 11px;
}

li > a > img {
    width: 32px;
}
/* For Menu Nav Tab */


.bg-navitas-blue {
    background-color: #6BC3DD !important;
    color: #fff;
}

.bg-navitas-lavendar {
    background-color: #74668E !important;
    color: #fff;
}

.bg-navitas-pink {
    background-color: #C3487B !important;
    color: #fff;
}

.bg-navitas-green {
    background-color: #85BB3D !important;
    color: #fff;
}

.bg-navitas-main {
    background-color: #003A5F !important;
    color: #fff;
}




.navitas-blue {
    color: #6BC3DD !important;
}

.navitas-lavendar {
    color: #74668E !important;
}

.navitas-pink {
    color: #C3487B !important;
}

.navitas-green {
    color: #85BB3D !important;
}

.navitas-main {
    color: #003A5F !important;
}


/*Button*/
.btn, .input-group-btn .btn {
    border: none;
    border-radius: 4px;
    position: relative;
    padding: 5px 15px;
    margin: 10px 1px;
    font-size: 12px !important;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
}

    .btn:not(.btn-link):not(.btn-circle) {
        border-radius: 20px !important;
    }

    .btn:not(.btn-raised), .input-group-btn .btn:not(.btn-raised) {
        box-shadow: none;
    }

.btn-primary {
    color: #fff;
    background-color: #003C62 !important;
    border-color: #003C62 !important;
}

.btn-cancel {
    color: #003A5F;
    font-weight: bold;
    background-color: #D0D0D0 !important;
    border-color: #D0D0D0 !important;
}



/*Toogle Button*/

.tgl {
    display: none;
}

    .tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
        box-sizing: border-box;
    }

        .tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
            background: none;
        }

        .tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
            background: none;
        }

        .tgl + .tgl-btn {
            outline: 0;
            display: block;
            width: 4em;
            height: 2em;
            position: relative;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
                position: relative;
                display: block;
                content: "";
                width: 50%;
                height: 100%;
            }

            .tgl + .tgl-btn:after {
                left: 0;
            }

            .tgl + .tgl-btn:before {
                display: none;
            }

        .tgl:checked + .tgl-btn:after {
            left: 50%;
        }

.tgl-light + .tgl-btn {
    background: #f0f0f0;
    border-radius: 2em;
    padding: 2px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .tgl-light + .tgl-btn:after {
        border-radius: 50%;
        background: #fff;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

.tgl-light:checked + .tgl-btn {
    background: #9FD6AE;
}

.tgl-ios + .tgl-btn {
    background: #C3487B;
    border-radius: 2em;
    padding: 2px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border: 1px solid #e8eae9;
}

    .tgl-ios + .tgl-btn:after {
        border-radius: 2em;
        background: #CCC;
        -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
        transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
    }

    .tgl-ios + .tgl-btn:hover:after {
        will-change: padding;
    }

    .tgl-ios + .tgl-btn:active {
        box-shadow: inset 0 0 0 2em #e8eae9;
    }

        .tgl-ios + .tgl-btn:active:after {
            padding-right: .8em;
        }

.tgl-ios:checked + .tgl-btn {
    background: #85BB3D;
}

    .tgl-ios:checked + .tgl-btn:active {
        box-shadow: none;
    }

        .tgl-ios:checked + .tgl-btn:active:after {
            margin-left: -.8em;
        }

.tgl-skewed + .tgl-btn {
    overflow: hidden;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: #888;
}

    .tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
        display: inline-block;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        width: 100%;
        text-align: center;
        position: absolute;
        line-height: 2em;
        font-weight: bold;
        color: #fff;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    }

    .tgl-skewed + .tgl-btn:after {
        left: 100%;
        content: attr(data-tg-on);
    }

    .tgl-skewed + .tgl-btn:before {
        left: 0;
        content: attr(data-tg-off);
    }

    .tgl-skewed + .tgl-btn:active {
        background: #888;
    }

        .tgl-skewed + .tgl-btn:active:before {
            left: -10%;
        }

.tgl-skewed:checked + .tgl-btn {
    background: #86d993;
}

    .tgl-skewed:checked + .tgl-btn:before {
        left: -100%;
    }

    .tgl-skewed:checked + .tgl-btn:after {
        left: 0;
    }

    .tgl-skewed:checked + .tgl-btn:active:after {
        left: 10%;
    }

.tgl-flat + .tgl-btn {
    padding: 2px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: #fff;
    border: 4px solid #f2f2f2;
    border-radius: 2em;
}

    .tgl-flat + .tgl-btn:after {
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        background: #f2f2f2;
        content: "";
        border-radius: 1em;
    }

.tgl-flat:checked + .tgl-btn {
    border: 4px solid #7FC6A6;
}

    .tgl-flat:checked + .tgl-btn:after {
        left: 50%;
        background: #7FC6A6;
    }

.tgl-flip + .tgl-btn {
    padding: 2px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-perspective: 100px;
    perspective: 100px;
}

    .tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
        display: inline-block;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        width: 100%;
        text-align: center;
        position: absolute;
        line-height: 2em;
        font-weight: bold;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 4px;
    }

    .tgl-flip + .tgl-btn:after {
        content: attr(data-tg-on);
        background: #02C66F;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }

    .tgl-flip + .tgl-btn:before {
        background: #FF3A19;
        content: attr(data-tg-off);
    }

    .tgl-flip + .tgl-btn:active:before {
        -webkit-transform: rotateY(-20deg);
        transform: rotateY(-20deg);
    }

.tgl-flip:checked + .tgl-btn:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.tgl-flip:checked + .tgl-btn:after {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    left: 0;
    background: #7FC6A6;
}

.tgl-flip:checked + .tgl-btn:active:after {
    -webkit-transform: rotateY(20deg);
    transform: rotateY(20deg);
}



/*Toggle button ends*/




/*Button Ends*/

.searchfield {
    border: none !important;
}

.fa-1x {
    font-size: 1.7em !important;
}

.fa-1-2x {
    font-size: 1.2em !important;
}


.RadGrid_Default .rgRow a, .RadGrid_Default .rgAltRow a, .RadGrid_Default .rgEditRow a {
    color: #003A5F !important;
    font-weight: 600;
    word-break: break-all;
}

.tglSpan {
    float: left;
    margin-right: 10px;
}


/*Modal Popup*/
@media (min-width: 768px) {
    #demoModal > .modal-dialog {
        width: 930px !important;
        margin: 30px auto;
    }
}

#PrintModal > .modal-dialog {
    width: 500px !important;
    margin: 30px auto;
}

    #PrintModal > .modal-dialog > .modal-content > .modal-body {
        height: 250px !important;
    }
/*Modal Popup ends*/



/*Check box and radio*/

[type="checkbox"]#ChkActiveOnly:not(:checked), [type="checkbox"]#ChkActiveOnly:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

[type="checkbox"] + label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-weight: normal !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

[type="checkbox"]#ChkActiveOnly:checked + label:before {
    top: 0;
    left: 1px;
    width: 5px;
    height: 11px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"]#ChkActiveOnly + label:before, [type="checkbox"]#ChkActiveOnly + label:after {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"]:checked + label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #19BFD9;
    border-bottom: 2px solid #19BFD9;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"]#ChkActiveOnly + label:before, [type="checkbox"]#ChkActiveOnly:not(#ChkActiveOnly) + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 1px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s;
}

[type="checkbox"]#ChkActiveOnly:checked + label:after {
    top: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #19BFD9;
    background-color: #19BFD9;
    z-index: 0;
}

[type="checkbox"]#ChkActiveOnly + label:before, [type="checkbox"]#ChkActiveOnly + label:after {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"]#ChkActiveOnly + label:after {
    border-radius: 2px;
}






.pr_commom_add_component_br {
    right: 0;
    bottom: 40px;
}

.pr_commom_add_component_br {
    box-sizing: border-box;
    margin: 25px;
    position: fixed;
    white-space: nowrap;
    z-index: 1000;
    padding-left: 0;
    list-style: none;
}

.pr_commom_add_component_wrap {
    padding: 25px;
    margin: -25px;
}

.pr_commom_add_component_button_main {
    height: 56px;
    width: 56px;
    z-index: 20;
}

.pr_commom_add_component_button_main {
    background-color: #E40A5D;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0,0,0,0.14), 0 4px 8px rgba(0,0,0,0.28);
    cursor: pointer;
    outline: none;
    padding: 0;
    position: relative;
    -webkit-user-drag: none;
    color: #f1f1f1;
}

.bg-cyan {
    background: linear-gradient(60deg, #136a8a, #379c94);
    color: #fff !important;
}

.pr_commom_add_component_main_icon {
    position: absolute !important;
    font-size: 18px;
    text-align: center !important;
    line-height: 56px !important;
    width: 100%;
}



.pr_commom_add_component_main_icon-active, .pr_commom_add_component_main_icon {
    -webkit-transform: scale(1) rotate(360deg) !important;
    transform: scale(1) rotate(360deg) !important;
    -webkit-transition: -webkit-transform 150ms cubic-bezier(0.4, 0, 1, 1) !important;
    transition: transform 150ms cubic-bezier(0.4, 0, 1, 1);
}


.headerContent {
    color: #555;
    padding: 0px;
    position: relative;
    border-bottom: 1px solid rgba(204,204,204,0.8);
    box-shadow: none;
    margin: 15px 0px;
    border-radius: 0;
}

.headerContentWithFilter {
    padding: 0 0 22px 0 !important;
}

.tablecell {
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(204,204,204,0.8);
}

.headerContent h2, .PRPageInstructions {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #003A5F;
    /*text-transform: uppercase;*/
}

    .headerContent h2 small {
        display: block;
        font-size: 12px;
        margin-top: 5px;
        color: #999;
        line-height: 15px;
        text-transform: initial;
    }

.activeOnlyContainer {
    text-align: right;
}

.TextAttribute {
    font-weight: bold !important;
    color: #003A5F !important;
}

/*Padding Margins Start*/

.pad-bot-20 {
    padding-bottom: 20px !important;
}


.pad-bot-8 {
    padding-bottom: 8px;
}

.pad-0 {
    padding: 0px !important;
}
/*Padding Margins Ends*/


.riTextBox {
    display: block;
    /*width: 85% !important;*/
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}



[type="checkbox"].filled-in:checked + label:before {
    border-right: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
}

[type="checkbox"].filled-in:checked + label:before {
    top: 0;
    left: 4px;
    width: 5px;
    height: 11px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"]:checked + label:before {
    top: -4px;
    left: -2px;
    width: 11px;
    height: 19px;
}

[type="checkbox"].filled-in + label:before, [type="checkbox"].filled-in + label:after {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"]:checked + label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid #19BFD9;
    border-bottom: 1px solid #19BFD9;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.checkbox_wrap [type="checkbox"] + label:before, .checkbox_wrap [type="checkbox"]:not(.filled-in) + label:after {
    content: none !important;
    display: none;
}

[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 1px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    margin-left: -2px;
    transition: .2s;
}

[type="checkbox"].filled-in:checked + label:after {
    top: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #19BFD9;
    background-color: #19BFD9;
    z-index: 0;
}

[type="checkbox"].filled-in:checked + label:after {
    top: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #19BFD9;
    background-color: #19BFD9;
    z-index: 0;
}

[type="checkbox"].filled-in + label:before, [type="checkbox"].filled-in + label:after {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"].filled-in + label:after {
    border-radius: 2px;
}

.PRTableLabel, .col-lg-2 span {
    font-size: 14px;
}


.mar-10 {
    margin: 10px;
}

.mar-15 {
    margin: 15px;
}

.RadTabStrip_Silk .rtsLevel1 .rtsSelected .rtsLink {
    color: #003A5F !important;
    font-weight: bold !important;
}

    .RadTabStrip_Silk .rtsLevel1 .rtsSelected .rtsLink:before {
        border-color: #003A5F !important;
    }

input[type="checkbox"], #LibraryEditPage input[type="checkbox"], #CategoryEditPage input[type="checkbox"] {
    display: none;
}



html .RadComboBox .rcbInput {
    height: 25px;
    font-size: 12px !important;
}

.rcbInput {
    color: black !important;
}

.headerAbsolute {
    top: 127px;
    padding-top: 10px;
    position: absolute;
}

.propControl {
    display: block;
}

.switch {
    position: relative;
    display: inline-block;
    width: 62px;
    height: 24px;
    margin: -7px 8px;
}

    .switch input {
        display: none;
    }




.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 3px;
    right: 10px;
    bottom: 0;
    background-color: #85BB3D;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 17px;
        left: 0px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #19bfd9;
    right: 8px;
}

input:focus + .slider {
    box-shadow: 0 0 1px #19bfd9;
}

input + .slider:before {
    left: 4px;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.toggleAlign {
    top: -7px;
}

.rcbArrowCell {
    content: "\f0d7";
    font-family: FontAwesome;
}
/*For Drop downs*/
.RadComboBox_Default .rcbInputCell, .RadComboBox_Default .rcbArrowCell {
    background-image: none !important;
}

.RadComboBox table tr {
    border: 1px solid #5a5a5a !important;
    border-radius: 1px !important;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
}

.RadComboBox .rcbInputCell /*{ width: 94% !important; }*/
.rcbArrowCellRight a {
    display: inline-block;
    width: 0 !important;
    height: 0 !important;
    vertical-align: middle;
    border-top: 5px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    background-color: white;
    color: #003A5F;
}

.rcbArrowCell a {
    background: url(../Images/dropdown.png) no-repeat center center;
    cursor: pointer !important;
}

/*.RadComboBox_Default:not(.rgWrap, .RadGrid_Default) {
    width: 225px !important;
}*/


.customComboBox {
    width: 225px !important;
}


/*For Drop downs end*/

/* EDIT PAGE PADDING TOP */
.pad-top-10 {
    padding-top: 10px;
}

.pad-top-15 {
    padding-top: 15px;
}
/* EDIT PAGE PADDING TOP ENDS*/

/*For Tabs*/

.admin-tab-container .RightTabCss .rtsLevel1 {
    border: none;
}

.admin-tab-container .RightTabCss .tab {
    background-color: #9ab5c1;
    width: 80px;
    height: 70px;
    border-right: 1px solid #FFF;
    text-align: center;
    vertical-align: middle;
}

    .admin-tab-container .RightTabCss .tab.overviewTab {
        border-top-left-radius: 5px;
    }

    .admin-tab-container .RightTabCss .tab.priceTab {
        background-color: #6991a3;
        border-top-right-radius: 5px;
    }

    .admin-tab-container .RightTabCss .tab.selectedTab {
        background-color: #003A5F;
    }

    .admin-tab-container .RightTabCss .tab.hoveredTab {
        background-color: #81a3b2;
    }

        .admin-tab-container .RightTabCss .tab.hoveredTab.selectedTab {
            background-color: #003A5F;
        }

    .admin-tab-container .RightTabCss .tab .rtsLink {
        border: none;
        padding: 12px 0 0 0;
    }

    .admin-tab-container .RightTabCss .tab .rtsTxt {
        color: white;
        font-size: 14px;
    }

        .admin-tab-container .RightTabCss .tab .rtsTxt:before {
            display: block;
            height: 22px;
            width: 22px;
            border-radius: 15px;
            background-color: #FFF;
            color: #003A5F;
            font-size: 16px;
            text-align: center;
            margin: 0 auto 1px auto;
            padding: 4px;
        }

    .admin-tab-container .RightTabCss .tab.overviewTab .rtsTxt:before {
        content: "\e0f9";
    }

    .admin-tab-container .RightTabCss .tab.attractionsTab .rtsTxt:before {
        content: "\e07c";
    }

    .admin-tab-container .RightTabCss .tab.locationTab .rtsTxt:before {
        content: "\e125";
    }

    .admin-tab-container .RightTabCss .tab.calendarTab .rtsTxt:before {
        content: "\e089";
    }

    .admin-tab-container .RightTabCss .tab.priceTab .rtsTxt:before {
        content: "$";
        font-size: 20px;
        font-weight: 700;
        padding-top: 4px;
        height: 28px;
        width: 28px;
        padding: 1px;
    }

.RightTabCss {
    float: right;
}

.innerMultiPage {
}

/*For Esign */
#Esignpopup {
    width: 350px !important;
    height: 220px !important;
}

#Esignheader {
    padding: 8px !important;
}

#Esignbody {
    padding: 8px !important;
    margin-left: -26px !important;
}
/*#EsignModal{
            left:auto !important;
        }*/
/*For Esign End */

/* Panel Shadow*/
.panel_Shadow {
    box-shadow: 0px -1px 16px 3px rgba(221,221,221,1);
}

/*panel shadow End*/


/*Radio start*/

[type="radio"]:not(:checked), [type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

    [type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        font-size: 1rem;
        transition: .28s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

[type="radio"] + label:before, [type="radio"] + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    transition: .28s ease;
}

.segmented-control [type="radio"] + label:before, .segmented-control [type="radio"] + label:after {
    margin: 30px !important;
}

[type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before, [type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before, [type="radio"].with-gap:checked + label:after {
    border-radius: 50%;
}

[type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after {
    border: 1px solid #5a5a5a;
}

[type="radio"]:not(:checked) + label:after {
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:before {
    border: 2px solid #19BFD9;
}

[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:before, [type="radio"].with-gap:checked + label:after {
    border: 2px solid #19BFD9;
}

[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:after {
    background-color: #19BFD9;
    z-index: 0;
}

[type="radio"]:checked + label:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

[type="radio"].with-gap:checked + label:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

[type="radio"].tabbed:focus + label:before {
    box-shadow: 0 0 0 10px rgba(0,0,0,0.1);
}

[type="radio"].with-gap:disabled:checked + label:before {
    border: 2px solid rgba(0,0,0,0.26);
}

[type="radio"].with-gap:disabled:checked + label:after {
    border: none;
    background-color: rgba(0,0,0,0.26);
}

[type="radio"]:disabled:not(:checked) + label:before, [type="radio"]:disabled:checked + label:before {
    background-color: transparent;
    border-color: rgba(0,0,0,0.26);
}

[type="radio"]:disabled + label {
    color: rgba(0,0,0,0.26);
}

[type="radio"]:disabled:not(:checked) + label:before {
    border-color: rgba(0,0,0,0.26);
}

[type="radio"]:disabled:checked + label:after {
    background-color: rgba(0,0,0,0.26);
    border-color: #BDBDBD;
}

[type="radio"][id^="chktemplate"]:checked + label:after,
[type="radio"][id^="radActivityMode"]:checked + label:after,
[type="radio"][id^="radRewBcycle"]:checked + label:after,
[type="radio"][id^="radAppBcycle"]:checked + label:after,
[type="radio"][id^="radRevwExdCycle"]:checked + label:after,
[type="radio"][id^="radAppExdCycle"]:checked + label:after,
[type="radio"]:checked + label:after {
    -webkit-transform: scale(0.5) !important;
    transform: scale(0.5) !important;
}
/*Radio Ends*/
.pad-left-25 {
    padding-left: 25px;
}

.pad-left-20 {
    padding-left: 20px;
}

.checkboxlist_nowrap {
    margin: 5px 10px;
}

    .labeltext, .listLabeltext label, .checkboxlist_nowrap label, #PublishType label, .RewApp span, .AssighnedPeople span, #othersTab div, .ListItem, .labeltext span {
        color: #333 !important;
        font-size: 12px !important;
        font-weight: 100 !important;
    }

.RewApp span, .AssighnedPeople span {
    position: relative;
    top: -5px;
    left: 4px;
}

    .RewApp span:nth-child(3n+1):after, .AssighnedPeople span:nth-child(4n+0):after {
        content: ".";
        display: inherit;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.RewApp input[type="image"]:not(:first-child), .AssighnedPeople input[type="image"]:not(:first-child) {
    padding-left: 5px;
}

#PublishType label {
    line-height: 15px !important;
}

.labeltext label {
    font-weight: normal !important;
}

.navInputClass {
    /*width: 225px !important;*/
    color: #333 !important;
    font-size: 12px;
    padding: 2px !important;
    border: 1px solid #000 !important;
    background: transparent !important;
    height: 25px !important;
}







.navTextAreaClass {
    color: #333 !important;
    font-size: 12px !important;
    padding: 2px !important;
    border: 1px solid #000 !important;
    background: transparent !important;
    height: 72px !important;
}

.navTextAreaClass1 {
    color: #333 !important;
    font-size: 12px !important;
    padding: 2px !important;
    border: 1px solid #000 !important;
    background: transparent !important;
    height: 72px !important;
}

.width50 {
    width: 50px !important;
}

.width100 {
    width: 100px !important;
}

.width150 {
    width: 150px !important;
}

.width200 {
    width: 200px !important;
}

.width250 {
    width: 250px !important;
}

.width300 {
    width: 300px !important;
}

.width330 {
    width: 330px !important;
}

.width350 {
    width: 350px !important;
}

.smallLabelText {
    font-size: 11px !important;
}

.float_left {
    float: left;
}

.margintp10 {
    margin: 10px 0px !important;
}

.margin0 {
    margin: 0px !important;
}

.margin10 {
    margin: 10px !important;
}

.marginbot5 {
    margin-bottom: 5px !important;
}

.margin5 {
    margin: 5px 0px !important;
}

.pad-left-5 {
    padding-left: 5px;
}

.Hide-button {
    display: none !important;
}

.panel {
    margin-bottom: 5px !important;
}

.bottom-5 {
    bottom: 5px;
}

.bottom-10 {
    bottom: 10px;
}


/* Transparent Overlay */
.updateProgressContainer:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}



.site-action {
    position: fixed;
    right: 10px;
    bottom: 55px;
    z-index: 1290;
    -webkit-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
}

    .site-action .btn {
        -webkit-box-shadow: 0 10px 10px 0 rgba(60,60,60,.1);
        box-shadow: 0 10px 10px 0 rgba(60,60,60,.1);
    }

.btn-floating {
    font-size: 1.715rem;
    width: 4rem;
    height: 4rem;
    margin: 0;
    padding: 0;
    text-align: center;
    border-radius: 100%;
    -webkit-box-shadow: 0 6px 10px rgba(0,0,0,.15);
    box-shadow: 0 6px 10px rgba(0,0,0,.15);
}

.btn-raised {
    -webkit-transition: -webkit-box-shadow .25s cubic-bezier(.4,0,.2,1);
    -o-transition: box-shadow .25s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .25s cubic-bezier(.4,0,.2,1);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.18), 0 2px 4px rgba(0,0,0,.21);
    box-shadow: 0 0 2px rgba(0,0,0,.18), 0 2px 4px rgba(0,0,0,.21);
}

.site-action .front-icon {
    display: block;
}

.btn-floating i {
    position: relative;
    top: 0;
}

[class*=animation-] {
    -webkit-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation-scale-up {
    -webkit-animation-name: fade-scale-02;
    -o-animation-name: fade-scale-02;
    animation-name: fade-scale-02;
}


.button-wrap {
    position: relative;
    top: 50%;
}

    .button-wrap [type="radio"] + label:before, .button-wrap [type="radio"] + label:after {
        content: none !important;
    }

    .button-wrap [type="radio"]:not(:checked) + label, .button-wrap [type="radio"]:checked + label {
        padding: 18px;
        font-size: 14px;
    }

@media (max-width: 40em) {
    .button-wrap {
        margin-top: -1.5em;
    }
}

.button-label {
    display: inline-block;
    padding: 1em 2em;
    margin: 0.5em;
    cursor: pointer;
    color: #292929;
    border-radius: 0.25em;
    background: #efefef;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.22);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .button-label h1 {
        font-size: 1em;
        font-family: "Lato", sans-serif;
    }

    .button-label:hover {
        background: #d6d6d6;
        color: #101010;
        -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);
    }

    .button-label:active {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
        -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
    }

@media (max-width: 40em) {
    .button-label {
        padding: 0em 1em 3px;
        margin: 0.25em;
    }
}

#yes-button:checked + .button-label {
    background: #2ECC71;
    color: #efefef;
}

    #yes-button:checked + .button-label:hover {
        background: #29b765;
        color: #e2e2e2;
    }

#no-button:checked + .button-label {
    background: #D91E18;
    color: #efefef;
}

    #no-button:checked + .button-label:hover {
        background: #c21b15;
        color: #e2e2e2;
    }

#maybe-button:checked + .button-label {
    background: #4183D7;
    color: #efefef;
}

    #maybe-button:checked + .button-label:hover {
        background: #2c75d2;
        color: #e2e2e2;
    }

.hidden {
    display: none;
}

.radioH1 {
    font-weight: bold;
    margin-top: -7px;
    color: black;
}


.card .header .header-dropdown {
    position: absolute;
    top: 15px;
    right: 15px;
    list-style: none;
}

.info-box {
    box-shadow: none;
    min-height: 180px;
    height: auto;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    transition: .5s;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
}

.g-bg-nav-lavender {
    background: linear-gradient(60deg, #74668E, #74668E);
    background-color: rgba(0, 0, 0, 0);
    color: #fff !important;
}

.g-bg-nav-blue {
    background: linear-gradient(325deg, #6BC3DD, #6BC3DD);
    background-color: rgba(0, 0, 0, 0);
    color: #fff !important;
}

.g-bg-nav-pink {
    background: linear-gradient(60deg, #C3487B, #C3487B);
    background-color: rgba(0, 0, 0, 0);
    color: #fff !important;
}

.g-bg-nav-green {
    background: linear-gradient(60deg, #85BB3D, #85BB3D);
    background-color: rgba(0, 0, 0, 0);
    color: #fff !important;
}

.border-nav-lavender {
    border: 1px solid #74668E;
}

.border-nav-blue {
    border: 1px solid #6BC3DD;
}

.border-nav-pink {
    border: 1px solid #C3487B;
}

.border-nav-green {
    border: 1px solid #85BB3D;
}

.nav-lavender {
    color: #74668E;
}

.nav-blue {
    color: #6BC3DD;
}

.nav-pink {
    color: #C3487B;
}

.nav-green {
    color: #85BB3D;
}





.g-bg-soundcloud {
    background: linear-gradient(60deg, #f83600, #fe8c00);
    background-color: rgba(0, 0, 0, 0);
    color: #fff !important;
}

.g-bg-blush2 {
    background: linear-gradient(325deg, #dd5e89, #f7bb97);
    background-color: rgba(0, 0, 0, 0);
    color: #fff !important;
}

.g-bg-cgreen {
    background: linear-gradient(60deg, #16c99f, #12a682);
    background-color: rgba(0, 0, 0, 0);
    color: #fff !important;
}

.g-bg-blue {
    background: linear-gradient(60deg, #00adef, #0094da);
    background-color: rgba(0, 0, 0, 0);
    color: #fff !important;
}

.info-box .content {
    display: inline-block;
    padding: 7px 10px;
    width: 100%;
    text-align: center;
}

    .info-box .content .text {
        font-size: 12px;
        margin: 5px 0;
        color: #555;
        font-weight: bold;
    }

    .info-box .content .text-help {
        font-size: 10px;
        color: #555;
    }

    .info-box .content .number {
        font-weight: normal;
        font-size: 20px;
        margin-top: 0px;
        color: #555;
        position: absolute;
        bottom: 5%;
        left: 25%;
    }

.RadButton_Default .rbToggleCheckboxChecked, .RadButton_Default .rbToggleCheckboxFilled,   .RadButton_Default .rbToggleRadioChecked  {
    color: #19BFD9 !important;
}

.rcbScroll {
    height: 150px !important;
}

.Error_labeltext {
    font-size: 12px !important;
    font-weight: 500 !important;
}

.RadComboBox .rcbActionButton {
    height: 25px !important;
}

.RadCalendar, .RadCalendar * {
    box-sizing: initial !important;
}

.btn-success {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

.btn-danger {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

.RadCalendar_Default .rcToday a, .RadCalendar_Default .rcToday span {
    border-color: gray !important;
}

.RadCalendarPopupShadows > .rcShadBL {
    background-position: 0 -14px !important;
}

.pad-left-30 {
    padding-left: 30px;
}

.panel-width {
    width: 98%;
}

.RadGrid_Default .rgHeader, .RadGrid_Default th.rgResizeCol, .RadGrid_Default .rgHeaderWrapper {
    background: #19BFD9 !important;
}

.RadForm a.rfdSkinnedButton, .RadForm a.rfdSkinnedButton * {
    text-transform: uppercase !important;
}
