/********************************Solution Gallery Main Page - Start********************************/

.divFilter {
    background-color: #1892d3;
}

.divFilter img {
    float: right;
}

.inline-block {
    display: inline-block !important;
    cursor: default;
}

body {
    overflow-x: hidden;
}

/********************************Solution Gallery Main Page - End********************************/


/********************************Solution Gallery Page - Start********************************/

.master-header-bottom {
    background-color: #f5f5f5;
    padding-top: 3px;
    padding-bottom: 3px;
}

.master-header-bottom label {
    color: #000;
    font-size: 14px;
    font-weight: normal;
}

.master-header-bottom #txtSearch,
.divLoader #txtSearch {
    width: 75%;
    height: 27px;
    font-family: 'text';
    font-size: 13px;
    color: #444444;
    padding: 0px 0px 0px 6px;
    background: #f5f5f5;
    border: 1px solid#c8c8c8;
    float: right;
}

.master-header-bottom #imgSearch,
.divLoader #imgSearch {
    float: right;
    position: relative;
    top: 6px;
    padding-left: 6px;
}
















/********************************Solution Gallery Page - End********************************/


/********************************Solution Gallery Template List Page - Start********************************/
.divVersionButtonsContainer .lblDate{
 position: relative;
 top: 4px;
 margin-left: 20px;
}
#templatearea {
    /*margin-left: 226px;*/
}

.templateContainer {
    font-family: 'text';
}

.templateContainer .lblAuthorName {
    color: #838383;
    font-family: 'medium';
    font-weight: normal;
    padding-right: 60px;
    cursor: pointer;
}


.templateContainer .divAuthorRightContainer {
    padding-top: 10px;
    display: none;
}

.templateContainer hr {
    width: 100%;
    position: relative;
    margin-top: 0rem
}

.categoryTile {
    display: inline-block;
    padding: 3px 10px !important;
    cursor: default;
    margin-top: 3px;
}
















/********************************Solution Gallery Template List Page  - End********************************/


/********************************Solution Gallery Template Detail Page - Start********************************/

.templateDetailContainer {
    font-family: 'text';
}

.templateDetailContainer label {
    font-weight: normal;
}

.templateDetailContainer .sel_lblTitle:hover {
    text-decoration: none;
}

.templateDetailContainer .lblAuthorName {
    color: black;
    font-family: 'medium';
    font-weight: normal;
    padding-right: 10px;
    cursor: pointer;
}

.templateDetailContainer .ratingTotal {
    color: #838383;
}

.templateDetailContainer textarea {
    width: 100% !important;
    height: 60px;
    border: 1px solid #bbbbbb;
    font-size: 14px;
    max-width: 530px;
}

.templateDetailContainer #divUserCommentContent {
    font-size: 14px;
    overflow: auto;
    max-height: 200px;
}

.templateDetailContainer .divUserCommentContainer {
    padding: 0;
}

.templateDetailContainer .lblUserCommentAuthorBy {
    color: #000000;
}

.templateDetailContainer .lblUserCommentAuthorName {
    font-family: 'text Bold';
    color: #000000;
}

.templateDetailContainer .lblUserCommentDate {
    color: #939393;
}

.templateDetailContainer .lblUserCommentText {
    color: #000000;
}

.templateDetailContainer table td {
    border: none !important;
}

.templateDetailContainer table {
    margin: 0 !important;
}

.templateDetailContainer tr:nth-child(1) {
    font-family: semibold;
}

.sel_btnBackToList {
    margin-left: 5px;
}
















/********************************Solution Gallery Filters - Start********************************/
 #filterarea{
        padding-top: 15px;
    }
    .filter-icon{
        border: solid 1px #d6d6d6;
        border-radius: 3px;
        padding: 5px 9px;
        cursor: pointer;
        background: white;
        display: none;
    }
    .filter-icon.collapsed{
        background: white;
    }
    .filter-icon:hover
    {
        background: #ebf4ff;
    }
    @media (max-width: 767px) {
        .filter-icon{
            display: block;
        }
        .adjust-top-templategallery {
            margin-top: 0px;
        }
        #filterarea.give-color{
            background: #ebf4ff;
        }
        
    }
#filterarea {
    position: fixed;
    top: 105px;
    height: calc(100vh - 105px);
}

#filterarea.loading::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffffb8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.filterContainer {
    font-weight: normal;
}

.filterContainer .pricingFilterContainer,
.filterContainer .sortingFilterContainer {}

.filterContainer div>label {
    color: #1892d3;
    font-family: text !important;
    font-size: 15px;
    font-weight: normal;
}

.filterContainer #txtSearchCategory {
    font-family: 'text';
    font-size: 13px;
    color: #444444;
    padding: 0px 0px 0px 6px;
    background: #fff;
    border: 1px solid#c8c8c8;
    width: 100%;
    max-width:300px;
    height: 25px;
    margin-bottom: 5px;
}
















/********************************Solution Gallery Filters - End********************************/


/********************************Solution Gallery Common - Start********************************/


/*Custom - Start*/

.contentMiddleAlign {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 59px;
}

.contentMiddleGreyArea {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    position: fixed;
    width: 100%;
    z-index: 5;
    border-bottom: 1px solid #ededed;
}

.adjust-top-templategallery {
    margin-top: 25px;
}


.cursorPointer:hover {
    /*text-decoration: underline;*/
    /*color: #337ab7;*/
}

.c_header_search_clear_holder {
    position: relative;
}

.c_header_search_clear {
    background: url(../../Content/Images/MasterPage/x.png) center no-repeat;
    cursor: pointer;
    height: 12px;
    position: absolute;
    right: 30px;
    top: 8px;
    width: 12px;
}

.rowSpacing {
    margin-top: 8px;
}

.rowSeperator {
    border-top: 1px solid #eaeaea;
    padding-top: 8px;
}
















/*Custom - End*/


/* Buttons - Start*/

.btnFilterTab {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    font-family: 'text';
    font-size: 14px;
    color: #828282;
    text-align: center;
    border-radius: 2px;
    padding: 3px 22px;
    margin-bottom: 10px;
    position: relative;
    padding-right: 10px !important;
    text-align: left;
    white-space: nowrap;
}

.btnFilterTab a {
    text-decoration: none;
    color: #969696;
}

.btnFilterTab .sel_XSearchText,
.btnFilterTab .sel_XRemoveCategory {
    cursor: pointer;
}

.tempalteIcons {
    background-color: #fff;
    padding: 15px 10px;
    background-repeat: no-repeat;
    outline: 0;
    width: 22px;
    height: 29px;
    border: none;
    position: relative;
    margin-left: 10px;
}

.btnDownload {
    background-image: url(../../Content/Images/Common/downloadpdf.png);
}

.btnDownload a {
    width: 178px;
    height: 20px;
    display: block;
    position: relative;
    left: -15px;
    top: -12px;
}

.btnConfigutationHelp {
    background-image: url(../../Content/Images/Common/reportconfiguration.png);
}

.btnConfigutationHelp a {
    /*width: 178px;*/
    /*height: 20px;*/
    display: block;
    position: relative;
    left: -15px;
    top: -12px;
}

.requiredReportAttributeContainer {
    padding-top: 5px;
    position: relative;
}

.btnRequiredReportAttributes {
    background-image: url(../../Content/Images/Common/requiredreportattributes.png);
    cursor: default;
}

.btnRequiredReportAttributesArrow {
    background-image: url(../../Content/Images/Common/requiredReportAttributesArrow.png);
    top: 8px;
}

.requiredReportAttributeDetail {
    width: 200px;
    height: 175px;
    border: 1px solid;
    position: absolute;
    left: 15px;
    top: 30px;
    background: #fff;
    z-index: 1;
    display: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    padding: 15px 20px;
    overflow-x: hidden;
    overflow-y: auto;
}

.divVersionContainer {
    float: left;
    height: 25px;
    padding-right: 10px;
    cursor: context-menu;
}

.divVersionButtonsContainer>.divVersionContainer:not(:first-child) {
    border-left: 1px solid #e7e7e7;
    padding-left: 5px;
}

.btnVersionSelected {
    width: 20px;
    display: inline-block;
    background-color: #fff;
    background-image: url(../../Content/Images/Common/icon-version-selected.png);
    background-repeat: no-repeat;
    position: relative;
    outline: 0;
    height: 20px;
    border: none;
    position: relative;
    top: 6px;
    left: 5px;
    cursor: context-menu !important;
}

.btnVersionSelected+label {
    color: #1892d3;
}
















/*.btnVersionSelected span.imgVersionMore {
        background-image: url(../../Content/Images/Common/icon-more-selected.png);
        background-repeat: no-repeat;
        width: 20px;
        height: 6px;
        position: absolute;
        bottom: 3px;
        right: 3px;
        outline: 0;
    }*/

.btnVersionSelected::after {
    /*content: "DummyContent";*/
    position: absolute;
    width: 25px;
    height: 25px;
    /*background-image: url(../../Content/Images/Common/icon-selected.png);*/
    background-repeat: no-repeat;
    top: -11px;
    right: -12px;
    outline: 0;
}

.btnVersionUnSelected {
    /*border: 1px solid #000;*/
    font-family: 'text';
    font-size: 14px;
    color: #000;
    text-align: center;
    background-color: #fff;
    padding: 8px 35px;
    background-image: url(../../Content/Images/Common/icon-version.png);
    background-repeat: no-repeat;
    /*background-position: 4px 5px, 95px 27px;*/
    /*margin: 0px 15px 3px 0px;*/
    position: relative;
    outline: 0;
}


.btnVersionUnSelected+label {
    color: #e7e7e7;
}
















/*.btnVersionUnSelected span.imgVersionMore {
        background-image: url(../../Content/Images/Common/icon-more.png);
        background-repeat: no-repeat;
        position: relative;
        width: 21px;
        height: 6px;
        position: absolute;
        bottom: 3px;
        right: 3px;
        outline: 0;
    }*/

.btnSocial {
    background-repeat: no-repeat;
    display:inline-block;
    width: 29px;
    height: 29px;
    border: none;
    border-radius: 6px;
    position: relative;
    top: 15px;
    left: 15px;
    background-color: white;
    outline: none !important;
    cursor: pointer;
}

.btnSocial:hover{
    opacity:0.5;
}

.sel_btnSocialGoogle {
    background-image: url(../../Content/Images/Common/button-googleplus.png);
}

.sel_btnSocialFacebook {
    background-image: url(../../Content/Images/Common/button-facebook.png);
}

.sel_btnSocialTwitter {
    background-image: url(../../Content/Images/Common/button-twitter.png);
}

.sel_btnSocialLinkedin {
    background-image: url(../../Content/Images/Common/button-linkedIn.png);
}

.sel_btnEmail {
    background-image: url(../../Content/Images/Common/button-email.png);
}

.sel_btnBlog {
      background-image: url(../../Content/Images/Common/Blog.png);
    width: auto;
    top: 8px;
    border-left: solid 1px #d2d2d2;
    border-radius: 0px;
    line-height: 30px;
    padding-left: 45px;
    font-size: 14px;
    background-position: 20px;
    color: #f99657;
}















/* Buttons - End*/


/* Tempate Gallery and Template Detail - Start*/


/*.lblTitleContainer {
    border-right: 1px solid #e7e7e7;
    padding-right: 18px;
}*/

.sel_lblTitle {
    font-size: 17px;
    color: #1892d3;
    font-weight: normal;
    cursor: pointer;
}

.sel_lblTitle:hover {
    /*text-decoration: underline;*/
}

.lblAuthorBy {
    color: #838383;
    font-weight: normal;
}


.lblDate {
    color: #838383;
    font-weight: normal;
}

.lblDescription {
    color: #000;
    font-weight: normal;
    font-family: 'text';
    text-align: justify;
    line-height:21px;
}

.lblMoreByAuthor,
.sel_lblMoreByAuthorName {
    color: #1892d3;
    font-weight: normal;
    font-size: 13px;
    margin-top: 5px;
}

.galleryHeading {
    font-family: 'text';
    color: #1892d3;
}

.sel_clientLogo {
    background-image: url(../../Content/Images/Common/ClientLogo.png);
    background-repeat: no-repeat;
    background-color: white;
    padding: 37px 41px;
    border: none;
}

.divButtonContainer {
    padding-bottom: 15px;
}

.sel_btnPreview {
    display:none;
}


.sel_imgPriceType {
    padding-bottom: 8px;
    padding-left: 8px;
}

.sel_btnImportIcon {
    background-image: url(../../Content/Images/Common/icon-import.png);
    display:inline-block;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    border: none;
    border-radius: 6px;
    position: relative;
    top: 10px;
    background-color: white;
    cursor: default;
}

.sel_templateRatingCount {
    padding-right: 20px;
}

.linkDownload {
    text-decoration: none !important;
    color: #000 !important;
}

.linkSeparator {
    border-left: 1px solid #e7e7e7;
    padding: 5px 4px 5px 4px;
    margin-left: 18px;
}
















/*Tempate Gallery and Template Detail - End*/


/* Star Rating - Start*/

.starRating:not(old) {
    display: inline-block;
    width: 7.5em;
    height: 1.4em;
    overflow: hidden;
    vertical-align: bottom;
    text-align: left;
}

.starRating:not(old)>input {
    margin-right: -100%;
    opacity: 0;
}

.starRating:not(old)>label {
    display: block;
    float: right;
    position: relative;
    background: url('../../Content/Images/Common/icon-star-unfilled.png');
    background-size: contain;
}

.starRating:not(old)>label:before {
    content: '';
    display: block;
    width: 1.5em;
    height: 1.5em;
    background: url('../../Content/Images/Common/icon-star-filled.png');
    background-size: contain;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.starRating:not(old)>label:hover:before,
.starRating:not(old)>label:hover~label:before,
.starRating:not(:hover)> :checked~label:before {
    opacity: 1;
}
















/* Star Rating - End*/


/*Custom Radio and Checklist - Start*/

ul.solutionGalleryList,
ul.RequiredReportAttributes {
    list-style: none;
    padding: 0 0;
}

ul.solutionGalleryList li,
ul.RequiredReportAttributes li {
    padding: 0px 0px 1px 0px;
}

ul.solutionGalleryList input[type="radio"],
ul.solutionGalleryList input[type="checkbox"],
ul.RequiredReportAttributes input[type="radio"],
ul.RequiredReportAttributes input[type="checkbox"],
.scheduleDateTimeContainer input[type="checkbox"] {
    display: none;
}


ul.solutionGalleryList input[type="radio"]+label,
ul.solutionGalleryList input[type="checkbox"]+label,
ul.RequiredReportAttributes input[type="radio"]+label,
ul.RequiredReportAttributes input[type="checkbox"]+label,
.scheduleDateTimeContainer input[type="checkbox"]+label {
    color: #000;
    height: 17px;
    display: inline-block;
    padding: 0px 0px 0px 23px;
    font-family: text !important;
    background-size: 15px;
    background-position-y: 1px;
    font-weight: normal;
}

ul.solutionGalleryList input[type="radio"]+label {
    background-image: url('../../Content/Images/Filters/radiobuttonunselected.png');
    background-repeat: no-repeat;
}

ul.solutionGalleryList input[type="radio"]:checked+label {
    background-image: url('../../Content/Images/Filters/radiobuttonselected.png');
    background-repeat: no-repeat;
}

ul.solutionGalleryList input[type="checkbox"]+label {
    background-image: url('../../Content/Images/Filters/checkboxunselected.png');
    background-repeat: no-repeat;
}

ul.solutionGalleryList input[type="checkbox"]:checked+label {
    background-image: url('../../Content/Images/Filters/checkboxselected.png');
    background-repeat: no-repeat;
}

ul.solutionGalleryList>ul {
    padding-left: 25px;
}
















/*Custom Radio and Checklist - End*/


/* Required Report Attributes - Start*/

ul.RequiredReportAttributes label {
    background-image: url('../../Content/Images/Common/blue-tick.png');
    background-repeat: no-repeat;
    background-position-y: 5px;
    padding-left: 20px;
}

ul.RequiredReportAttributes label {
    background-image: url('../../Content/Images/Common/blue-tick.png');
    background-repeat: no-repeat;
    background-position-y: 5px;
    padding-left: 20px;
}
















/* Required Report Attributes - End*/


/********************************Arrow Box CSS Start***************************************/

.arrow_box {
    position: absolute;
    background: #fff;
    padding: 10px 1px 0px 10px;
    width: 242px;
    height: 118px;
    top: 35px;
    border: 1px solid #1892d3;
    font-family: 'text';
    font-size: 12px;
    z-index: 2;
    display: none;
    /*left: -25px;*/
}

.arrow_box:after,
.arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}


.arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 17px;
    margin-left: -9px;
}

.arrow_box:before {
    border-bottom-color: #1892d3;
    border-width: 18px;
    margin-left: -10px;
}

.arrow_box .sel_versionDetails {
    overflow-y: auto;
    height: 104px;
    word-wrap: break-word;
}
















/********************************Arrow Box  CSS End***************************************/

.divAllFieldsRequired {
    position: absolute !important;
    bottom: 8px !important;
    left: 50px !important;
}

.dateControlContainer {
    background: url('../../Content/Images/Common/icon-arrow-down.png') no-repeat center right content-box !important;
}
















/********************************Solution Gallery Common - End********************************/


/********************************Solution Gallery Report Configuration- Start********************************/


/*Form Wizard*/

.bs-wizard {
    /*margin-top: -10px;*/
}

.progress {
    background-color: #efe9e9 !important;
}

.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 8px 0 10px 0;
}

.bs-wizard>.step-progress-content>.bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard>.step-progress-content>.bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 16px;
    margin-bottom: 5px;
}

.bs-wizard>.step-progress-content>.bs-wizard-step .bs-wizard-info {
    color: #838383;
    font-size: 12px;
}

.bs-wizard>.step-progress-content>.bs-wizard-step>.bs-wizard-dot {
    position: absolute;
    display: block;
    top: 20px;
    left: 50%;
    margin-top: -20px;
    margin-left: -15px;
}

.bs-wizard>.step-progress-content>.bs-wizard-step>.bs-wizard-dot:after {
    content: ' ';
    width: 12px;
    height: 12px;
    background: #e1e1e1;
    border-radius: 360px;
    position: absolute;
    top: 10px;
    left: 8px;
}

.bs-wizard>.step-progress-content>.active .bs-wizard-dot:after {
    background: #1892d3 !important;
}

.bs-wizard>.step-progress-content>.complete .bs-wizard-dot:after {
    background: #1892d3 !important;
}

.bs-wizard>.step-progress-content>.active .bs-wizard-info {
    color: #1892d3 !important;
}

.bs-wizard>.step-progress-content>.bs-wizard-step>.progress {
    position: relative;
    border-radius: 0px;
    height: 1px;
    box-shadow: none;
    margin: 15px 0px 15px 0px;
}

.bs-wizard>.step-progress-content>.bs-wizard-step>.progress>.progress-bar {
    width: 0px;
    box-shadow: none;
    background: #1892d3;
}

.bs-wizard>.step-progress-content>.bs-wizard-step.complete>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.step-progress-content>.bs-wizard-step.active>.progress>.progress-bar {
    width: 50%;
}

.bs-wizard>.step-progress-content>.bs-wizard-step:first-child.active>.progress>.progress-bar {
    width: 0%;
}

.bs-wizard>.step-progress-content>.bs-wizard-step:last-child.active>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.step-progress-content>.bs-wizard-step.disabled>.bs-wizard-dot {
    background-color: #f5f5f5;
}

.bs-wizard>.step-progress-content>.bs-wizard-step.disabled>.bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard>.step-progress-content>.bs-wizard-step:first-child>.progress {
    left: 50%;
    width: 50%;
}

.bs-wizard>.step-progress-content>.bs-wizard-step:last-child>.progress {
    width: 50%;
}

.bs-wizard>.step-progress-content>.bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}
















/*END Form Wizard*/


/*---------------Report Configuration Tooltip---Start---------------*/

.tooltip-inner {
    background-color: #0f74e9 !important;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #0f74e9 !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #0f74e9 !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #0f74e9 !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #0f74e9 !important;
}
/*wizard tooltip*/


.modal-open.tooltip {
    text-align: center;
    color: #fff;
    background: none !important;
    position: absolute;
    z-index: 100;
    padding: 15px;

}



.modal-open .tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}

.modal-open .tooltip.left:after {
    left: 10px;
    margin: 0;
}

.modal-open .tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}

.modal-open .tooltip-inner {
    max-width: 500px !important;
    width: 190px !important;
    color: #838383 !important;
    font-family: text !important;
    font-size: 12px !important;
    border: 1px solid rgba(0, 0, 0, .15) !important;
    background-clip: padding-box !important;
    background-color: #fff !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
    text-align: justify !important;
}

.modal-open .tooltip.bs-tooltip-top .arrow::before  {
    top: -1px !important;
    border-top-color: #fff !important;
}

.modal-open .tooltip-arrow {
    border-top: solid 10px #fff !important;
    border-left: solid 10px transparent !important;
    border-right: solid 10px transparent !important;
    left: 10% !important;
}














/*---------------Report Configuration Tooltip---End---------------*/

#divImportMainContainer{
    position: fixed;
    /* top: 100px; */
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    top: 0;
    left: 0;
    z-index: 11;
    display: none;
}


.reportConfigurationBodyRight {
    line-height: 1;
    position: static !important;
}

.reportConfigurationBodyRight .keywordReport {
   position: relative;
   
   margin: 0 !important;
}



.reportConfigurationContainer .reportConfigurationActiveStep {
    /*display: inline-flex;
        align-items: center;
        flex: 0 0 100%;
        flex-flow: row wrap;*/
    display: block !important;
   
}

.reportConfigurationContainer .reportConfigurationInactiveStep {
    display: none;
}

.reportConfigurationContainer .divReportConfigurationFooter>div {
    padding: 10px 26px 10px 10px;
    max-width: 380px;
    float: right;
}
















/************ Report Configuration - Report Data - Start**********/

.reportConfigurationContainer .treeControlFocusIn {
    outline-color: #1892d3;
    outline-style: auto;
}

.reportConfigurationContainer #divSelectView,
.reportConfigurationContainer #divSelectCampaign {
    height: 28px;
    border: 1px solid #dcdcdc;
    padding: 6px 8px;
    background: url(../../Content/Images/Common/icon-arrow-down.png) no-repeat center right content-box;
    background-image: -webkit-image-set(url('../../Content/Images/Common/icon-arrow-down.png') 1x, url('../../Content/Images/Common/icon-arrow-down@2x.png') 2x);
    cursor: context-menu;
}

.campaign-tree-menu{
    background:white;
}
.campaign-tree-menu>input#inpFilterSearch {
    margin-top:10px;
}

.reportConfigurationContainer #divSelectCampaign[disabled] {
    background: url(../../Content/Images/Common/icon-arrow-down-inactive.png) no-repeat center right content-box;
}

.reportConfigurationContainer #divSelectCampaign[disabled] span {
    opacity: 0.7;
}

.reportConfigurationContainer #txtReportName {
    height: 37px;
    border: 1px solid #898989;
    padding: 8px;
}

.reportConfigurationContainer #txtDatePicker {
    background-color: transparent;
    cursor: context-menu;
}

.reportConfigurationContainer #ddlDataFrequency {
    border: 1px solid#dcdcdc;
    padding: 5px 8px;
    -webkit-appearance: none;
    background: url(../../Content/Images/Common/icon-arrow-down-blue.png) no-repeat center right content-box;
    width: 100%;
}

.reportConfigurationContainer .imgInfoIcon {
    padding-left: 10px;
    padding-bottom: 4px;
}

.zindex {
    z-index: 1000;
}


@media (min-width: 767px) {
  
    .reportConfigurationContainer .daterangepicker {
    left: 0 !important;
    width: 100% !important;
    position: absolute !important;
    top: 8px !important;
}
}
.disableFilter {
    cursor: not-allowed !important;
    background: white !important;
    opacity: 0.4;
}

.disableFilter input,
.disableFilter select {
    cursor: not-allowed !important;
}

textarea:disabled,
input:not([type]):disabled,
input[type="color" i]:disabled,
input[type="date" i]:disabled,
input[type="datetime" i]:disabled,
input[type="datetime-local" i]:disabled,
input[type="email" i]:disabled,
input[type="month" i]:disabled,
input[type="password" i]:disabled,
input[type="number" i]:disabled,
input[type="search" i]:disabled,
input[type="tel" i]:disabled,
input[type="text" i]:disabled,
input[type="time" i]:disabled,
input[type="url" i]:disabled,
input[type="week" i]:disabled {
    background-color: white !important;
}
















/************ Report Configuration - Report Data - End**********/


/************ Report Configuration - Report Settings - Start**********/

.help-para {
    font-size: 13px;
    line-height: 14px;
    color: #c7c7c7 !important;
}

.help-para span {
    color: #1892d3 !important;
}

.reportConfigurationContainer #ddlCurrency {
    height: 32px;
    border: 1px solid #898989;
    padding: 8px;
    -webkit-appearance: none;
    background: url(../../Content/Images/Common/icon-arrow-down.png) no-repeat center right content-box;
    width: 100%;
}

.reportConfigurationContainer #txtReportLogo {
    width: 64%;
}

.reportConfigurationContainer #inpUploadFile {
    display: none;
}


.reportConfigurationContainer .divReportSettingsContainer .lblUploadIcons {
    padding-left: 45px !important;
    line-height: 20px;
    position: relative;
}

.reportConfigurationContainer .divReportSettingsContainer .lblUploadIcons::before {
    content: '';
    width: 22px;
    height: 19px;
    position: absolute;
    top: 0px;
    left: 20px;
}

.reportConfigurationContainer .divReportSettingsContainer .lblCbUploadOnGoogleDrive::before {
    background-image: url(../../Content/Images/ReportConfiguration/googledrive.png);
    background-image: -webkit-image-set(url('../../Content/Images/ReportConfiguration/googledrive.png') 1x, url('../../Content/Images/ReportConfiguration/googledrive@2x.png') 2x);
}

.reportConfigurationContainer .divReportSettingsContainer .lblCbUploadOnDropbox::before {
    background-image: url(../../Content/Images/ReportConfiguration/dropbox.png);
}

.reportConfigurationContainer .divReportSettingsContainer .ulAdditionalEmails {
    margin: 0px;
}

.reportConfigurationContainer .divReportSettingsContainer .lblSendEmail {
    line-height: 20px;
}

.reportConfigurationContainer .divReportSettingsContainer .solutionGalleryList {
    margin-top: 5px;
}

.reportConfigurationContainer .divReportSettingsContainer .solutionGalleryList label {
    color: #838383;
}
















/************ Report Configuration - Report Settings - End**********/


/************ Report Configuration - Report Filter - Start**********/

.reportConfigurationContainer .custom-selectbox-cblfilters{
    max-height: 190px;
    height: auto;
    overflow: auto;
    width: 411px;
    border: 1px solid #dcdcdc;
    padding-top: 10px;
    border-top: none;
}

.reportConfigurationContainer #inpFilterSearch {
    background-image: url(../../Content/Images/ReportConfiguration/search-blue.png);
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 6px;
    padding-left: 30px;
}
















/************ Report Configuration - Report Filter - End**********/


/********************************Solution Gallery Report Configuration- End********************************/


/********************************Solution Gallery Schedule Popup- Start********************************/

.schedulePopUpContainer {
    width: 637px;
    margin: auto;
}


.reportConfigurationContainer .divReportScheduleContainer .scheduleTabHeader {
    margin-top: 15px;
}

.reportConfigurationContainer .divReportScheduleContainer .scheduleTabHeader ul {
    list-style: none;
    display: flex;
    padding-left: 0px;
        margin-bottom: 10px;
}

.reportConfigurationContainer .divReportScheduleContainer .scheduleTabHeader ul li {
    padding-right: 45px;
}

.reportConfigurationContainer .divReportScheduleContainer .scheduleTabHeader ul li a {
    color: #838383;
    cursor: pointer;
}

.reportConfigurationContainer .divReportScheduleContainer .scheduleTabHeader ul li a:hover {
    color: #1892d3;
}

.reportConfigurationContainer .divReportScheduleContainer .scheduleTabHeader ul li a[disabled="disabled"]:not(.activeTab){
    opacity:0.5;
    cursor:not-allowed;
}

    .reportConfigurationContainer .divReportScheduleContainer .scheduleTabHeader ul li a[disabled="disabled"]:not(.activeTab):hover {
    color:#838383 !important;
    }

    .reportConfigurationContainer .divReportScheduleContainer ul.solutionGalleryList li input[disabled]+label {
    opacity:0.5;
    cursor:not-allowed;
    }

.reportConfigurationContainer .divReportScheduleContainer .scheduleTabHeader ul li a.activeTab {
    color: #1892d3;
    text-decoration: underline;
    position: relative;
}

.reportConfigurationContainer .divReportScheduleContainer .scheduleTabHeader ul li a.activeTab:after {
    content: '';
    width: 13px;
    height: 7px;
    background-image: url('../../Content/Images/ReportConfiguration/wizard-active-tab.png');
    position: absolute;
    top: 19px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.reportConfigurationContainer .divReportScheduleContainer input[type=time]:invalid {
    border-color: red;
}

.reportConfigurationContainer .divReportScheduleContainer input[type=time]:valid {
    border-color: #dcdcdc;
}
















/*input:invalid+span:after {
  position: absolute;
  content: '✖';
  padding-left: 5px;
}*/


/*input:valid+span:after {
  position: absolute;
  content: '✓';
  padding-left: 5px;
}*/

.scheduleContainer .lblReportHeader {
    color: #1892d3;
    font-family: 'text Bold';
    font-size: 18px;
    font-weight: normal;
}

.scheduleContainer label {
    color: #838383 !important;
}


.scheduleContainer .lblRecurrencePattern {
    color: #000000;
    font-family: 'text Bold';
    font-size: 18px;
    font-weight: normal;
}

.scheduleContainer .popUpRowSpacing {
    margin: 9px 0px;
}

.scheduleContainer .solutionGalleryList li {
padding: 2px 24px 2px 0px;
    display: inline;
}

.scheduleContainer .solutionGalleryList li label {
    font-size: 15px;
}

.scheduleContainer #txtRecurEveryWeekOn,
.scheduleContainer #txtRecurMonthly_TypeDay_DayNumber,
.scheduleContainer #txtRecurMonthly_TypeWeek_MonthNumber,
.scheduleContainer #txtRecurMonthly_TypeDay_MonthNumber,
#txtRecurDaily_TypeEvery {
    width: 40px;
    height: 25px;
    margin: 0px 6px;
    padding: 2px;
}

.scheduleContainer .recurrenceTypeContainer {
    padding-right: 15px;
}

.scheduleContainer .recurrenceTypeContainer ul {
    padding: 10px 0px;
}


.scheduleContainer .recurrenceDetailsContainer {
    /*width: 78%;
    padding-left: 15px;
    padding-top: 10px;*/
    /*border-left: 1px solid #c8c8c8;*/
}

.scheduleContainer .recurrenceDetailsContainer ul {
    padding-left: 0px;
    padding-top: 5px;
        margin-bottom: 0px;
}

.scheduleContainer .recurrenceDetailsContainer .recurrenceTypeWeeklyContainer {
    display: block;
}



.scheduleContainer .recurrenceDetailsContainer .recurrenceTypeMonthlyContainer {
    display: none;
}

.scheduleContainer .recurrenceDetailsContainer .recurrenceTypeMonthlyContainer .recurrenceTypeMonthlyContainerLeft,
.scheduleContainer .recurrenceDetailsContainer .recurrenceTypeDailyContainer .recurrenceTypeDailyContainerLeft {
    padding-top: 3px;
}

.scheduleContainer .recurrenceDetailsContainer .recurrenceTypeMonthlyContainer .recurrenceTypeMonthlyContainerRight,
.scheduleContainer .recurrenceDetailsContainer .recurrenceTypeDailyContainer .recurrenceTypeDailyContainerRight {
    /*width: 85%;*/
}

.scheduleContainer .recurrenceDetailsContainer .recurrenceTypeMonthlyContainer .recurrenceTypeMonthlyContainerRight>label:first-child,
.scheduleContainer .recurrenceDetailsContainer .recurrenceTypeDailyContainer .recurrenceTypeDailyContainerRight>label:first-child {
    font-weight: normal;
}

.scheduleContainer .recurrenceDetailsContainer .recurrenceTypeWeeklyContainer li {
    width: 96px;
    display:inline-block;
}

.scheduleContainer .recurrenceDetailsContainer .recurrenceTypeMonthlyContainer select.ddlTimeZone {
    width: 100%;
}

.scheduleContainer .recurrenceDetailsContainer .recurrenceTypeMonthlyContainer #ddlMontly_TypeWeek_WeekNumber,
.scheduleContainer .recurrenceDetailsContainer .recurrenceTypeMonthlyContainer #ddlMontly_TypeWeek_DayNumber {
    width: 60px;
    padding: 3px;
    margin: 2px 6px;
}

.scheduleContainer .recurrenceDetailsContainer .scheduleDateTimeContainer>div.row.clearfix {
    margin-bottom: 8px !important;
}

.scheduleContainer .recurrenceDetailsContainer .scheduleDateTimeContainer input[type="checkbox"]+label {
    background-image: url('../../Content/Images/Filters/checkboxunselected.png');
    background-repeat: no-repeat;
    padding-top: 3px;
}

.scheduleContainer .recurrenceDetailsContainer .scheduleDateTimeContainer input[type="checkbox"]:checked+label {
    background-image: url('../../Content/Images/Filters/checkboxselected.png');
    background-repeat: no-repeat;
}

.scheduleContainer .recurrenceDetailsContainer .scheduleDateTimeContainer input {
    width: 100%;
}

.scheduleContainer .recurrenceDetailsContainer .scheduleDateTimeContainer label {
    padding-top: 7px;
}

.scheduleContainer .divAddEmailContainer>div:nth-child(1) {
    padding-right: 26px;
    padding-top: 7px;
}

.scheduleContainer .divAddEmailContainer>div:nth-child(2) {
    width: 75%;
    padding-left: 15px;
}

.scheduleContainer #txtAddEmail {
    width: 100%;
    height: 33px;
    border: 1px solid #898989;
}

.scheduleContainer #btnCancel {
    margin-left: 5px;
}

.scheduleContainer .divNoEndTime {
margin-top:5px;
}

.seperator {
    border-top: solid 1px #e4e4e4;
    display: none;
}

.time-zone {
    padding: 0px;
    margin: 8px 0px;
}

.time-zone label {
    padding-top: 7px;
}

.scheduleContainer {
    border-top: solid 1px #eaeaea;
    border-radius: 5px;
}
















/*Schedule Time Control - Start*/

.timeControlWrapper {
    position: relative;
    background-color: white;
    border: none;
    width: auto;
    height: 28px;
    overflow: hidden;
}

.timeControlWrapper select {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 14px;
    border: none;
    width: 136px;
    margin: 0;
    height: 26px;
    cursor: context-menu !important;
}

.timeControlWrapper select:hover {
    cursor: text;
}

.timeControlWrapper input {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 110px !important;
    padding: 1px;
    font-size: 12px;
    border: none !important;
    font-size: 13px;
}

.timeControlWrapper select:focus,
.timeControlWrapper input:focus {
    outline: none;
}

.timeControlWrapperFocus {
    border: 1px solid #1892d3;
}

.custom-selectbox {
    position: relative;
}

.custom-selectbox::after {
    content: '';
    width: 6px;
    height: 6px;
    background: url(../../Content/Images/Common/icon-arrow-down.png);
    position: absolute;
    top: 10px;
    right: 7px;
    cursor: context-menu;
}
















/*Schedule Time Control - End*/


/********************************Solution Gallery Schedule Popup - End********************************/


/************************************Solution Gallery - Job Summary CSS Start************************/

.summary-whitebox {
    background: white;
    border-radius: 3px;
    padding-top: 10px;
}

.divReportSummaryContainer label{
        margin-bottom: 0.2rem !important;
}

.divReportSummaryContainer .row:last-child .summary-box:last-child{
    margin-bottom:0 !important;
}

.divReportSummaryContainer .col-sm-12 h4 {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

.showElipses {
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.showElipsesScheduleValue {
    max-width: 545px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.summary-box {
    margin-bottom: 14px;
}

.summary-heading {
    border-bottom: solid 1px #e3e3e3;
    margin:0 !important;
}

.summary-heading h4 {
    font-size: 15px;
    color: #3b3b3b;
}

.no-padding {
    padding: 0px !important;
}

.summary-edit {
    position: relative;
    left: 5px;
    background-image: url(../../Content/Images/ReportConfiguration/edit-inactive.png);
    background-image: -webkit-image-set(url('../../Content/Images/ReportConfiguration/edit-inactive.png') 1x, url('../../Content/Images/ReportConfiguration/edit-inactive@2x.png') 2x);
    background-repeat: no-repeat;
    cursor: pointer;
    width: 47px;
    float: right;
}

.lblEdit {
    /* padding-top: 10px; */
    color: #9f9f9f;
    float: left;
    cursor: pointer;
    position: relative;
    left: 18px;
    bottom: 2px;
}

.lblEdit:hover {
    text-decoration: underline;
}

.summary-edit:hover {
    background-image: url(../../Content/Images/ReportConfiguration/edit-active.png);
    background-repeat: no-repeat;
}


.summary-edit img {
    position: relative;
    top: 6px;
}

.summary-content {
    margin-top: 9px;
}

.summary-row {
    padding: 0px !important;
    height: auto;
    margin:0!important;
}

.summary-label {
    color: #a2a2a2;
    line-height: 17px;
    margin-bottom: 3px !important;
}

.summary-value {
    color: #1892d3;
}

.summary-warning {
    color: #bfbebe;
    cursor: default;
}

.img-warning {
    position: relative;
    bottom: 2px;
    padding-right: 4px;
}


.summary-content .divSummaryMenu {
    border: 1px solid #ececec;
    width: auto;
    background: white;
    box-shadow: rgba(165, 160, 160, 0.58) 0px 1px 4px;
    z-index: 9999;
    position: absolute;
    color: #a2a2a2;
    display: none;
}

.summary-content .divSummaryMenu ul {
    list-style: none;
    padding: 4px 5px 0px 6px;
}

.summary-content .divSummaryMenu ul li {
    padding: 0px 0px 0px 5px;
}


.success-message .divTop {
    width: 262px;
    margin: 0px auto;
    padding: 10px 0px;
}

.success-message .divTop label {
    font-size: 18px;
    position: relative;
    top: 1px;
    left: 6px;
}
















/************************************Solution Gallery - Job Summary CSS End*************************/


/********************************Solution Gallery Success Popup - Start********************************/

.divSuccessContainer {
    margin: 0px auto;
}

.successPopUpContainer {
    width: 741px;
    margin: auto;
}
















/*.successContainer {
    border: 1px solid #c8c8c8;
    background-color: #ffffff;
    max-width: 100%;
    margin-top: 80px;
}*/

.successContainer .header {
    border-bottom: 1px solid #c8c8c8;
    padding: 13px 0px 0px 13px;
    background-color: #1892d3;
}

.successContainer .lblReportHeader {
    color: #fff;
    font-family: 'text';
    font-size: 18px;
    font-weight: normal;
    display: block;
}

.successContainer .body {
    font-family: 'text';
    color: #000000;
    border-bottom: 1px solid #e3e3e3;
    /*min-height: 355px;
        max-height: 355px;*/
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

.successContainer .divTop {
    padding: 3% 0;
    border-bottom: 1px solid #c8c8c8;
}

.successContainer .divTop>div:nth-child(1) {
    padding: 10% 55px;
}



.successContainer .divImageContainer {
    margin: auto;
    width: 50%;
}

.successContainer .divTop label {
    color: #000;
    font-weight: normal;
    font-size: 18px;
}

.successContainer .lblEmail {
    color: #1892d3 !important;
    font-weight: normal;
}

.successContainer .divBottom {
    width: 95%;
    margin: auto;
}

.successContainer .divBottom img {
    margin-bottom: 15px;
}

.successContainer .divBottom label {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
    display: block;
}

.successContainer .divBottom label:nth-child(odd) {
    color: #c7c7c7;
}

.successContainer .divBottom label:nth-child(even) {
    color: #838383;
}


.successContainer .divFooter>div {
    padding: 10px 26px 10px 10px;
    max-width: 360px;
    float: right;
}

.successContainer .divFooter .btnNormal,
.successContainer .divFooter .btnActive {
    margin: 2px;
}
















/********************************Solution Gallery Success Popup - End********************************/


/********************************Solution Gallery Warning Popup - Start********************************/

#divWarningOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    opacity: 0.7;
    z-index: 13;
    display: none;
}


.divWarningsPopupContainer {
    width: 575px;
    margin: 5px auto;
    z-index: 14;
    position: relative;
    top: -450px;
}

.divWarningsContainer {
    border: 1px solid #c8c8c8;
    background-color: #ffffff;
    max-width: 100%;
}

.divWarningsContainer .divWarnings {
    border-bottom: 1px solid #d0d4d9;
    height: 173px;
    padding: 8px 9px 8px 0px;
    font-family: calibri;
    font-size: 13px;
    color: #838383;
    overflow: auto;
}

.divWarningsContainer .header {
    border-bottom: 1px solid #c8c8c8;
    padding: 8px 0px 8px 10px;
    background-color: #1892d3;
}

.divWarningsContainer .lblWarningHeader {
    color: #fff;
    font-family: 'text';
    font-size: 16px;
    font-weight: normal;
    display: block;
    padding: 4px 0px 0px 9px;
}


.divWarningsContainer .divWarningsFooter {
    height: 100%;
    padding: 8px;
    display: inline-block;
    width: 100%;
}

.divWarningsContainer .divWarningsFooter .btnActive {
    margin: 2px;
}


.divWarningsContainer .divWarningsFooter .datafieldsidentificationtextlabeltext {
    font-family: Calibri;
    font-size: 13px;
    color: #838383;
    font-weight: normal;
    position: relative;
    top: 4px;
}

.divWarnings ul {
    margin-left: 0;
    padding-left: 20px;
}

.divWarnings ol li ul {
    padding-left: 27px;
    padding-top: 5px;
}

.divWarnings ol li ul li {
    list-style-type: initial;
}

.divWarnings ol {
    padding: 0px 0px;
}

.divWarnings ol>li {
    cursor: pointer;
    background-image: url('../../Content/Images/SelfServiceWizard/icon-minus.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 16px;
    list-style: none;
    margin-left: -14px;
    list-style-type: initial;
}

.divWarnings .sheetGroupCollapseState {
    background-image: url('../../Content/Images/SelfServiceWizard/icon-plus.png');
}

.divWarnings ol li>ul {
    list-style-image: none;
}

.divWarnings li {
    margin-bottom: 10px;
    margin-left: 5px;
}
















/********************************Solution Gallery Warning Popup - End********************************/


/********************************Solution Gallery ServerDown Popup - Start********************************/

#divServerDownContainer {
    margin-left: -200px;
    margin-top: 40px;
    top: 50%;
    left: 50%;
    position: relative;
    width: 400px;
}

#divServerDownContainer .btnReload {
    width: 135px;
    height: 33px;
    border: 1px solid #2192d0;
    color: #2192d0;
    font-family: text;
    font-size: 16px;
    background-image: url(../../Content/Images/ServerDown/reload.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position-x: 10px;
    background-position-y: 8px;
    padding-left: 20px;
}

#divServerDownContainer .lblServerDown {
    font-family: semibold;
    font-size: 23px;
    padding-top: 25px;
}

#divServerDownContainer .lblDescription {
    color: #979797;
    font-size: 16px;
    font-family: text;
    padding-bottom: 6px;
}
















/********************************Solution Gallery ServerDown Popup - Start********************************/


/********************************Solution Gallery Loader - Start********************************/

.divSolutionGalleryLoader {
    width: 470px;
    height: 120px;
    background: #f7f7f7;
    box-shadow: rgba(136, 136, 136, 0.239216) 0px 1px 5px;
    padding: 20px;
    z-index: 9;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin-left: -230px;
    margin-top: -60px;
}

.divSolutionGalleryLoader .lblHeader {
    font-family: 'text';
    color: #919090;
    font-size: 16px;
    margin-left: 25px;
    margin-top: 10px;
}

.divSolutionGalleryLoader .progress {}

.divSolutionGalleryLoader .divLoading {
    text-align: center;
    padding: 5px 0px;
    font-size: 11px;
}
















/********************************Solution Gallery Loader - End********************************/


/********************************Solution Gallery Responsive - Start********************************/

@media all and (min-width: 768px) and (max-width:991px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {


    #templatearea {
        /*margin-left: 181px;*/
    }
}

@media (max-width: 767px) {
     .sel_btnBlog {
            padding-left: 22px;
    border: none;
    background-position: 0px;
    top:0px;
    }
    .daterangepicker.dropdown-menu{
        border:none !important;
        padding:10px !important;
    }
    .account-tree-menu{
        border:none !important;
        box-shadow:none !important;
    }

    .reportConfigurationContainer .custom-selectbox-cblfilters{
        width:100%;
        max-height: 350px;
        border:none !important;
    }

    .adjust-top-templategallery {
    margin-top: 0px !important;
}
    .successContainer .divBottom img {
        width: 100%;
        margin-top: 30px;
    }

    #filterarea {
        position: static;
        padding-top:45px !important;
    }

    #templatearea {
        /*margin-left: 0px;*/
    }

    .arrow_box {
        /*left: 17px;*/
        width: 35%;
    }

    .divAuthorRight {
        text-align: left !important;
    }

    .divAuthorRightContainer {
        text-align: left !important;
    }

    /*Report Configuration - Start*/
    .reportConfigurationPopUpContainer {
        width: 100%;
        padding: 10px 0px;
    }

    .reportConfigurationContainer .body {
        padding: 0px;
        display: block;
    }

    .reportConfigurationContainer .body .divDataWarningContainer {
        position: static;
        padding-left: 10px !important;
    }

    .reportConfigurationContainer .body>div.reportConfigurationActiveStep {
        display: block;
    }

    .reportConfigurationContainer .divReportConfigurationFooter>div {
        margin: auto;
        float: none;
    }

    .reportConfigurationContainer .divReportScheduleContainer .scheduleTabHeader ul li {
        padding-right: 28px;
    }

    .reportConfigurationContainer #cblFilters {
        width: auto;
    }

    .divAllFieldsRequired {
        position: static !important;
    }
    /*Report Configuration - End */
    /*Success Popup - Start*/
    .successPopUpContainer {
        width: 100%;
        padding: 15px 10px;
    }

    .successContainer .body {
        padding: 10px 10px;
        min-height: 305px;
        max-height: 305px;
    }

    .successContainer .divFooter>div {
        margin: auto;
        float: none;
    }
    /*Success Popup  - End*/
    /*Warning Popup - Start*/
    .divWarningsPopupContainer {
        width: 90%;
        padding: 15px 10px;
    }

    .divWarningsContainer .divWarnings {
        padding: 10px 10px;
    }

    .divWarningsContainer .divWarningsFooter>div {
        margin: auto;
        float: none;
    }
    /*Warning Popup  - End*/
    /*SignUpWithGoogleAnalytics Popup - Start*/
    

    .divSignUpWithGoogleAnalyticsContainer .divSignUpWithGoogleAnalytics {
        padding: 10px 10px;
    }

    /*SignUpWithGoogleAnalytics Popup  - End*/
    /*Schedule PopUp - Start*/
    .schedulePopUpContainer {
        width: 100%;
        padding: 15px 10px;
    }

    .scheduleContainer .body {
        padding: 10px 10px;
    }


    .scheduleContainer .header>div {
        text-align: center;
        float: none !important;
    }

    .scheduleContainer .divNoEndTime {
        padding: 0px !important;
        margin-top: 10px;
    }

    /*Schedule PopUp - End*/
    .divSolutionGalleryLoader {
        width: 200px !important;
        height: 160px;
        margin-top: -80px !important;
        margin-left: -100px !important;
        text-align: center;
        padding: 10px;
    }

    .divSolutionGalleryLoader img {
        float: none !important;
    }

    .divSolutionGalleryLoader .lblHeader {
        margin-left: 0px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .reportConfigurationPopUpContainer {
        margin: 0px auto !important;
        width:auto !important;
    }
}

@media (max-width: 580px) {

    /**Report Page- Start*/
    .btnDisable,
    .btnEnable {
        width: auto;
    }

    .sel_lblTitle {
        width: 100%;
    }

    .linkSeparator {
        display: none;
    }

    .linkDownload {
        float: left;
        margin-right: 10px;
    }

    .tempalteIcons {
        margin-left: 0px;
    }
    /**Report Page- End*/
    /**Report Configuration - Start*/
    .reportConfigurationPopUpWrapper {
        overflow: auto;
        height: 100%;
        padding-bottom: 50px;
    }

    .divReportConfigurationFooter {
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index:3002;
        border-top: 1px solid #ededed;
        background: white;
    }

    .divReportConfigurationFooter button {
        padding: 15px 0px;
    }

    .reportConfigurationContainer .body {
        height: auto;
    }
    /**Report Configuration - End*/
    /*Schedule PopUp - Start*/
    .scheduleContainer .recurrenceDetailsContainer {
        border-left: none;
        padding-left: 5px;
        width: 100%;
    }
    /*Schedule PopUp - End*/
}
















/********************************Solution Gallery Responsive - End********************************/


/********************************Smart Paginator CSS Start***************************************/

.pager {
    /*width: 720px;*/
    height: 30px;
    text-align: right !important;
    margin: 0 0 !important;
    padding: 0;
    padding-top: 4px;
    /*padding-left: 10px;*/
    /*border-radius: 8px;   -moz-border-radius: 8px;*/
}

.pager div.short {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.pager div.short input {
    width: 28px;
    height: 21px;
    border: 1px solid #ccc;
    margin-left: 8px;
    text-align: center;
}

.pager div.short input:hover {
    border-color: #afafaf;
}

.pager ul {
    /*list-style: none;
        padding: 0;
        margin: 0;
        float: left;
        margin-right: 4px;*/
}

.pager ul li {
    /*display: inline;
            margin-left: 2px;*/
}

.pager ul li a {
    /*text-decoration: none;
                display: inline-table;
                width: 20px;
                height: 20px;
                text-align: center;
                border-radius: 4px;
                -moz-border-radius: 4px;*/
}

.pager span {
    margin-left: 4px;
    color: #333;
}

.pager .btn {
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-left: 4px;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.pager .disabled {
    color: #A0A0A0 !important;
    text-shadow: 1px 1px 1px #FFFFFF;
}
















/*green*/

.green {
    background-color: #4f7305;
}

.green.normal {
    background-color: #588500;
    color: White;
    border: solid 1px #5f9000;
}

.green.active {
    background-color: #344C00;
    color: #F8EB00;
    border: solid 1px #5f9000;
}

.pager.green .btn {
    background-color: #588500;
    color: White;
    border: solid 1px #5f9000;
}
















/*black*/

.black {
    background-color: #202020;
}

.black.normal {
    background-color: #1d1d1d;
    color: #B0D551;
    border: solid 1px #000;
}

.black.active {
    background-color: #333333;
    color: White;
    border: solid 1px #000;
}

.pager.black .btn {
    background-color: #1d1d1d;
    color: White;
    border: solid 1px #000;
}
















/*red*/

.red {
    background-color: #D50B07;
}

.red.normal {
    background-color: #E71C18;
    color: White;
    border: solid 1px #F82723;
}

.red.active {
    background-color: #C00D09;
    color: White;
    border: solid 1px #A90B08;
}

.pager.red .btn {
    background-color: #E71C18;
    color: White;
    border: solid 1px #F82723;
}

.pager-info {
    display: inline-block;
}

.pager-page-nav-buttons {
    display: none;
}

.pager-nav-button-bar {
    background-color: #e8e8e8;
    background-image: -moz-linear-gradient(top, #fafafa, #dadada);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#dadada));
    /*border: 1px solid #bbb;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    list-style: none;
    margin: 0 2px;
    padding: 0;
    vertical-align: top;
    border-right: none;
}

.pager-nav-previous-li {
    border-left: 0;
    -moz-box-shadow: inset 1px 0 #fff;
    -webkit-box-shadow: inset 1px 0 #fff;
    box-shadow: inset 1px 0 #fff;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    border-top: 1px solid transparent;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid transparent;
    border-left: 1px solid #fff;
    color: #222;
    cursor: pointer;
    float: left;
    font-size: 11px;
    height: 21px;
    line-height: 20px;
    padding: 0px 8px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0px #eee;
    border: 1px solid #bbb;
}

.pager-nav-previous-li:hover {
    border: 1px solid #909090;
}

.pager-nav-next-li {
    border-right: 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    /*border-top: 1px solid transparent;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid transparent;
    border-left: 1px solid #fff;*/
    color: #222;
    cursor: pointer;
    display: inline-block !important;
    float: left;
    font-size: 11px;
    height: 21px;
    line-height: 20px;
    padding: 0px 8px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0px #eee;
    border: 1px solid #bbb;
    border-left: 1px solid #eaeaea;
    margin: 0;
}

.pager-nav-next-li:hover {
    border: 1px solid #909090;
}

.pager-nav-previous {
    background: url(../../Content/Images/SmartPaginator/icon-prev-arrow.gif) 50% 50% no-repeat;
    height: 100%;
    width: 10px;
}

.pager-nav-next {
    background: url(../../Content/Images/SmartPaginator/icon-next-arrow.gif) 50% 50% no-repeat;
    height: 100%;
    width: 10px;
}

.pager-ddl-pagesize {
    border: 1px solid #ccc;
    margin: 0 4px;
    margin-right: 8px;
}

.pager-ddl-pagesize:hover {
    border-color: #afafaf;
}

pager-nav-button-bar li:hover {
    border-color: #afafaf;
}

.pager-info-container {
    display: inline-block;
    margin: 0 4px;
    text-align: left;
    min-width: 140px;
}
















/********************************Smart Paginator CSS End***************************************/


/********************************Rateo Rating CSS Start***************************************/

.jq-ry-container {
    position: relative;
    padding: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.jq-ry-container[readonly=readonly] {
    cursor: default;
}

.jq-ry-container>.jq-ry-group-wrapper {
    position: relative;
    width: 100%;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group {
    position: relative;
    line-height: 0;
    z-index: 9;
    white-space: nowrap;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
    display: inline-block;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group {
    width: 100%;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group {
    width: 0;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}














/********************************Rateo Rating CSS End***************************************/


/********************************JSTree CSS*************************************************/

.jstree-default .jstree-wholerow-hovered {
    background: #f5f5f5 !important;
}

.jstree-default .jstree-wholerow-clicked {
    background: #e2e1e1 !important;
}
















/********************************End JSTree CSS*************************************************/

