﻿html {
    min-height: 100%;
}

/*Common*/
body .DNNContainer_noTitle #classesOuterContainer #classesTable td {
    font-family: gillSansRegular;
}

.hidden-item {
    display: none;
}

body #masterAjaxLoaderPopupDiv {
    display: none;
    position: fixed;
    z-index: 6;
}

    body #masterAjaxLoaderPopupDiv #masterAjaxLoaderPopupPercentageDiv {
        position: absolute;
        top: 19px;
        font-size: 10px;
        width: 100%;
        text-align: center;
    }

body .dynamic-popup-background {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #7F8EAB;
    border: 1px solid #7F8EAB;
    z-index: 1;
}

body .custom-confirm-box-outer-div {
    display: none;
}

body .add-top-margin {
    margin-top: 10px;
}

body .add-top-margin30 {
    margin-top: 30px;
}

body #contentWrapper .remove-bottom-margin {
    margin-bottom: 0;
}

body #siteWrapper .control-bottom-margin {
    margin-bottom: 5px;
}

body .inline-visibility {
    display: inline-block;
}

body .success-textbox-border {
    border-color: #00a800;
}

body .error-textbox-border {
    border-color: #ef3e42;
}

body .error-add-border {
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    padding: 5px 5px;
}

body .primary-product-section label {
    padding-top: 26px;
}

body .success-info-text {
    color: #00a800;
}

body .error-info-text {
    color: #ef3e42;
}

body .top-bar-message-outer-div div {
    font-size: 20px;
}

body div#ajaxOperationMessageGlobalOuterDiv {
    width: 100%;
    display: none;
    text-align: center;
    background-color: #F5FAFB;
    position: fixed;
    z-index: 100010;
    top: 0px;
    min-height: 60px;
}

    body div#ajaxOperationMessageGlobalOuterDiv > div {
        padding: 5px 5px 5px 5px;
        margin: auto;
    }

    body div#ajaxOperationMessageGlobalOuterDiv div#ajaxOperationMessageGlobalInnerDiv {
        display: inline-block;
        text-align: left;
    }

body .custom-form-control-label {
    display: none;
}

body .custom-edit-form .custom-form-control-label {
    display: block;
}

/*Company Mantenance*/
body #divOuterContainerCompany ul.nav-tabs li {
    margin: 0;
    width: 25%;
    height: auto;
}

    body #divOuterContainerCompany ul.nav-tabs li.sub-nav-tabs {
        margin: 0;
        width: 15%;
        height: auto;
    }

    body #divOuterContainerCompany ul.nav-tabs li a {
        background-color: #fff !important;
        color: #555;
        border: 1px solid lightgrey;
    }

    body #divOuterContainerCompany ul.nav-tabs li.active a {
        background-color: #286090 !important;
        color: #fff;
    }

body #divOuterCompanyClassMultipleScreen .tab-content .row {
    margin-right: 0;
}

body #divOuterCompanyClassMultipleScreen .company-admin-send-notification {
    display: inline;
}

#divInnerCompanyClassMultipleScreen .tab-content {
    overflow: visible;
}

/*Brand Branch Map Checkbox styling*/
/*body #divOuterContainerCompany ul.squaredCheckBox, ul.squaredCheckBox li.checkbox
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body #divOuterContainerCompany ul.squaredCheckBox li.checkbox
{
    margin-bottom: 10px;
    width: 40%;
    line-height: 28px;
}

body #divOuterContainerCompany ul.squaredCheckBox li.checkbox span.checkbox
{
    float: left;
}

body #divOuterContainerCompany ul.squaredCheckBox li div.checkbox input
{
    position: relative;
    margin-left: 0 !important;
    left: 5px;
}

body #divOuterContainerCompany ul.squaredCheckBox li div.checkbox
{
    width: 28px;
    height: 28px;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    margin: 20px auto;
    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    position: relative;
}

    body #divOuterContainerCompany ul.squaredCheckBox li div.checkbox label
    {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        left: 4px;
        top: 4px;
        -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
        -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
        background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
        background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
        background: -o-linear-gradient(top, #222 0%, #45484d 100%);
        background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
        background: linear-gradient(top, #222 0%, #45484d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
    }

        body #divOuterContainerCompany ul.squaredCheckBox li div.checkbox label:after
        {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
            content: '';
            position: absolute;
            width: 9px;
            height: 5px;
            background: transparent;
            top: 4px;
            left: 4px;
            border: 3px solid #fcfff4;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        body #divOuterContainerCompany ul.squaredCheckBox li div.checkbox label:hover::after
        {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
            filter: alpha(opacity=30);
            opacity: 0.3;
        }

    body #divOuterContainerCompany ul.squaredCheckBox li div.checkbox input[type=checkbox]:checked + label:after
    {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }*/

#ulBrandBranchMappingCheckBox .jstree-default .jstree-anchor {
    height: auto;
    width: 200px;
    white-space: normal;
    font-size: 12px;
}

#ulBrandBranchMappingCheckBox div.checkbox input[type=checkbox] {
    margin: 2px 10px 0 0;
}

/*Datatable Responsive*/
@media (max-width: 1139px) {
    .dataTable {
        width: auto !important;
    }
}

@media (max-width: 767px) {
    #contentWrapper > .container {
        width: 100%;
    }

    body #divOuterContainerCompany ul.nav-tabs li, body #divOuterContainerCompany ul.nav-tabs li.sub-nav-tabs {
        margin-top: 5px;
        width: auto;
    }
}

/*Admin Maintenance*/
#Body #login .loginGroup {
    border: none;
}

#Body #dnn_dnnLogin_loginGroup a[title="Logout"] {
    background: url(../Images/icons_logout_blue.svg) no-repeat center right;
    color: transparent;
    height: 52px;
    margin-top: 0;
}

    #Body #dnn_dnnLogin_loginGroup a[title="Logout"]:hover {
        text-shadow: none;
        color: transparent;
    }

#login .registerGroup a, #login .loginGroup a {
    padding: 2px 20px 0 15px;
    font-size: 14px;
    margin-top: 15px;
}

#login .registerGroup ul.buttonGroup li.userDisplayName a[title="Register"] {
    display: none;
}

h3.section-header {
    font-weight: bold;
    color: #4E93CF;
    margin-top: 0px;
}

h4.sub-section-header {
    font-weight: bold;
    color: #4E93CF;
}

div.round-section {
    box-shadow: 10px 10px 5px #FFFFFF;
    margin-bottom: 10px;
    border: #FFFFFF 2px solid;
    border-radius: 5px;
    padding: 5px 5px;
}

#siteWrapper .btn {
    text-transform: uppercase;
    font-weight: bold;
}

#siteWrapper #userControls {
    height: auto;
}

    #siteWrapper #userControls .navbar {
        float: left;
    }

    #siteWrapper #userControls #login {
        width: auto;
    }

#siteWrapper #siteHeadouter #siteHeadinner {
    padding: 10px;
}

.navbar .nav > li > a {
    color: #4E93CF;
}

#siteWrapper #contentWrapper #footer {
    height: 100px;
}

/* File Browse Button Style */
.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 100%;
        max-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        background: red;
        cursor: inherit;
        display: block;
    }

/*Drop down style*/
#siteWrapper select {
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #337ab7 url(../Images/select-arrow.png) no-repeat 92% center;
    text-indent: 0.01px;
    text-overflow: "";
    color: #FFF;
    padding: 5px;
    box-shadow: inset 0 0 5px rgba(000,000,000, 0.5);
    padding-right: 40px;
}

    #siteWrapper select::-ms-expand {
        display: none;
    }
/*Login section*/
#login ul.buttonGroup li.userDisplayName {
    display: block;
}

#login ul.buttonGroup > li {
    display: none;
}

/*User Maintenance Table filter option*/
.dataTables_filter #divMITypeFilter {
    margin: 5px 10px 0 10px;
}

/*Custom Radio*/
.custom-radio > input[type="radio"]:checked + .box > .fill {
    display: block;
}

.custom-radio > .box > .fill {
    display: none;
    width: 8px;
    height: 8px;
    border-radius: 51px;
    position: absolute;
    top: 3px;
    box-shadow: inset -4px -7px 2px #263692;
    left: 3px;
}

.custom-radio > .box {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 7px;
    border-radius: 40px;
    display: inline-block;
    position: relative;
}

.custom-radio > input {
    border: medium none;
    height: 16px;
    left: 0;
    margin: 0;
    opacity: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 0;
    width: 16px;
    z-index: 1;
}

.custom-radio input {
    margin-left: 0 !important;
}

.custom-radio {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

/*User branch permision mapping section*/
ul.user-branch-permission {
    list-style-type: none;
}

    ul.user-branch-permission li div {
        padding-top: 5px;
    }

    ul.user-branch-permission input {
        position: relative !important;
        margin-top: 0;
    }

    ul.user-branch-permission label {
        padding-left: 5px;
        width: 30%;
    }

        ul.user-branch-permission label.header {
            font-weight: bold;
            margin-left: -5px;
        }

/*Js tree icons*/
.glyphicon-product:before {
    display: inline-block;
    width: 14px;
    height: 16px;
    content: "";
    background: url("../Images/jstree-icon-product.png") no-repeat 0 0;
    background-size: 100%;
    margin-top: 4px;
}

.glyphicon-public-closed:before {
    display: inline-block;
    width: 14px;
    height: 16px;
    content: "";
    background: url("../Images/jstree-icon-public-closed.png") no-repeat 0 0;
    background-size: 100%;
    margin-top: 4px;
}

.glyphicon-public-open:before {
    display: inline-block;
    width: 14px;
    height: 16px;
    content: "";
    background: url("../Images/jstree-icon-public-open.png") no-repeat 0 0;
    background-size: 100%;
    margin-top: 4px;
}

.glyphicon-private-closed:before {
    display: inline-block;
    width: 14px;
    height: 16px;
    content: "";
    background: url("../Images/jstree-icon-private-closed.png") no-repeat 0 0;
    background-size: 100%;
    margin-top: 4px;
}

.glyphicon-private-open:before {
    display: inline-block;
    width: 14px;
    height: 16px;
    content: "";
    background: url("../Images/jstree-icon-private-open.png") no-repeat 0 0;
    background-size: 100%;
    margin-top: 4px;
}

.glyphicon-unpublished-closed:before {
    display: inline-block;
    width: 14px;
    height: 16px;
    content: "";
    background: url("../Images/jstree-icon-unpublished-closed.png") no-repeat 0 0;
    background-size: 100%;
    margin-top: 4px;
}

.glyphicon-unpublished-open:before {
    display: inline-block;
    width: 14px;
    height: 16px;
    content: "";
    background: url("../Images/jstree-icon-unpublished-open.png") no-repeat 0 0;
    background-size: 100%;
    margin-top: 4px;
}

.glyphicon-company:before {
    display: inline-block;
    width: 14px;
    height: 16px;
    content: "";
    background: url("../Images/jstree-icon-company.png") no-repeat 0 0;
    background-size: 100%;
    margin-top: 4px;
}

.glyphicon-branch:before {
    display: inline-block;
    width: 14px;
    height: 16px;
    content: "";
    background: url("../Images/jstree-icon-branch.png") no-repeat 0 0;
    background-size: 100%;
    margin-top: 4px;
}

.glyphicon-primary-branch:before {
    display: inline-block;
    width: 14px;
    height: 16px;
    content: "";
    background: url("../Images/jstree-icon-primary-branch.png") no-repeat 0 0;
    background-size: 100%;
    margin-top: 4px;
}

.glyphicon-company-user:before {
    display: inline-block;
    width: 14px;
    height: 16px;
    content: "";
    background: url("../Images/jstree-icon-company-user.png") no-repeat 0 0;
    background-size: 100%;
    margin-top: 4px;
}

.glyphicon-company-admin:before {
    display: inline-block;
    width: 14px;
    height: 16px;
    content: "";
    background: url("../Images/jstree-icon-company-admin.png") no-repeat 0 0;
    background-size: 100%;
    margin-top: 4px;
}

.glyphicon-lock {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background: url("../Images/jstree-icon-lock.png") no-repeat 0 0;
    background-size: 100%;
}

    .glyphicon-lock:before {
        content: "";
    }

.glyphicon-unlock {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background: url("../Images/jstree-icon-unlock.png") no-repeat 0 0;
    background-size: 100%;
}

.product-document-image {
    display: inline-block;
    width: 30px;
    height: 30px;
    content: "";
    background: url("../Images/Document_PDF.png") no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
}

.tooltip > .tooltip-inner {
    background-color: rgb(40, 96, 144);
    white-space: pre-wrap;
}


.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: rgb(40, 96, 144);
    border-width: 5px 5px 5px 0;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgb(40, 96, 144);
}

#divCategoryTreeLock {
    float: right;
}

i.lockUnlockIcon {
    vertical-align: bottom;
}

#divCategorySortControl {
    float: right;
    margin-right: 8px;
}

i.sorting-icon {
    background-size: 19px;
    width: 19px;
    height: 19px;
    vertical-align: bottom;
}

.alpha-sorting-icon {
    display: inline-block;
    content: "";
    background: url("../Images/alpha-sorting-icon.png") no-repeat 0 0;
    vertical-align: middle;
}

.numeric-sorting-icon {
    display: inline-block;
    content: "";
    background: url("../Images/numeric-sorting-icon.png") no-repeat 0 0;
    vertical-align: middle;
}

#divFileCartOpener span {
    font-weight: bold
}

#divFileCartOpener {
    cursor: pointer;
    color: #ffffff;
    background-color: #263692;
    margin-top: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    width: 125px;
    padding: 0px 10px 0px 10px;
}

#divFileCartItemsContainer {
    position: absolute;
    width: 250px;
    border: 2px solid #263692;
    -moz-border-radius: 3x;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px;
    background-color: #ffffff;
    z-index: 100;
}

#divFileCartItems .file-cart-remove-item {
    font-size: 130%;
    cursor: pointer;
}

#divFileCartItems .file-cart-item-text {
    font-size: 105%;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: text-bottom;
}

#divFileCartItemsAction {
    text-align: center;
    border-top: 1px #263692 solid;
    margin-top: 5px;
    padding-top: 5px;
}

    #divFileCartItemsAction span {
        cursor: pointer;
        padding: 5px 5px 5px 0;
        font-weight: bold;
    }

    #divFileCartItemsAction a {
        padding: 0 5px;
    }

body #divFileCartEmailPopup .file-cart-email-option-container {
    overflow-y: auto;
    max-height: 500px;
}

body #divFileCartEmailPopup .file-cart-email-action-outer {
    padding-top: 10px;
    text-align: right;
}

body .file-cart-email-option-container .input-label-text {
    color: #263692;
    font-weight: bold;
    font-size: 110%
}

body .file-cart-email-option-container .input-label-text-large {
    color: #263692;
    font-weight: bold;
    font-size: 120%
}

body .file-cart-email-option-container .input-label-text-small {
    color: #c1c0c1;
    font-size: 90%
}

body .each-cart-document {
    margin-bottom: 7px;
}

@media (min-width: 768px) {
    body .file-cart-email-option-container {
        width: 550px;
    }
}

/*Popup styles*/
body .custom-popup-holder {
    background-color: #ffffff;
    width: auto;
    display: none;
    z-index: 1100;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    body .custom-popup-holder > div:first-child {
        margin-top: 10px;
        width: 100%;
        margin-bottom: 10px;
        border-bottom: 1px solid rgb(212, 214, 217);
    }

    body .custom-popup-holder .custom-popup-header {
        color: #263692;
        font-size: 160%;
        font-weight: bold;
    }

    body .custom-popup-holder a.custom-popup-close {
        color: #E07474;
        float: right;
        line-height: 20px;
        font-weight: bold
    }

        body .custom-popup-holder a.custom-popup-close:hover {
            color: #A02323
        }

body .custom-popup-background {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #7F8EAB;
    border: 1px solid #7F8EAB;
    z-index: 1050;
}

.nav-collapse, .nav-collapse.collapse {
    height: auto;
}

/*Smart Search*/
body #divSmartSearchOpener #spanSmartSearchBox {
    border: rgb(119, 119, 119) 1px solid;
    padding: 7px 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

body #divSmartSearchOpener span.glyphicon {
    font-size: 65%;
}

body #divSmartSearchOpener input[type="text"] {
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    padding: 0px 0px 3px 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 25px;
    width: 200px;
    margin-right: 10px;
}

    body #divSmartSearchOpener input[type="text"]:focus {
        outline: none;
    }

body #divSmartSearchOpener #spanSmartSearchClear, body #divSmartSearchOpener #spanSmartSearchLoading, body #divSmartSearchOpener #spanSmartSearchGo {
    position: relative;
    cursor: pointer;
}

#spanSmartSearchBox .clear-loading-container {
    display: inline-block;
    width: 14px;
}

#spanSmartSearchBox #spanSmartSearchClear:before, #spanSmartSearchBox #spanSmartSearchLoading:before {
    display: none;
}

#spanSmartSearchBox.show-clear #spanSmartSearchClear:before, #spanSmartSearchBox.show-loading #spanSmartSearchLoading:before {
    display: inline;
}

#divSmartSearchItemsContainer {
    position: absolute;
    width: 265px;
    border: 2px solid #263692;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    z-index: 100;
}

#divSmartSearchItems a.each-matched-item-outer {
    font-size: 130%;
    cursor: pointer;
    display: block;
    border-bottom: 1px solid;
    padding: 10px 10px 0 10px;
}

#divSmartSearchItems span.each-matched-item-model-name {
    font-size: 105%;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: text-bottom;
    display: block;
    line-height: 0.5em;
    color: #263692;
    line-height: 1em;
}

#divSmartSearchItems span.each-matched-item-model-title {
    vertical-align: text-top;
    font-size: 60%;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: text-bottom;
    display: inline-block;
    color: black;
}

#divSmartSearchItems a.each-matched-item-outer:hover {
    background-color: #f5f5f5;
    text-decoration: none;
}

#divSmartSearchItems h4 {
    padding-left: 10px;
    border-bottom: 2px solid;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 0;
    color: #263692;
}

#divSmartSearchItems a.see-more-results {
    padding: 5px 15px;
    font-size: 100%;
    color: #263692;
}

#divSmartSearchItems span.no-search-results {
    padding: 5px 10px;
}

#divQuickViewLink {
    width: 100%;
    margin: 0;
}

#quickCatalogViewLink {
    float: right;
}

@media (max-width: 979px) {

    body #navdttg.nav-collapse {
        right: auto !important;
    }

    body #divSmartSearch {
        float: none !important;
        position: relative;
        display: block;
        top: 15px;
        height: 40px;
    }

    body #spanSmartSearchBox #txtSmartSearchBox {
        width: 70%;
        padding: 0;
        margin: 0;
    }

    body #spanSmartSearchBox .clear-loading-container {
        width: 8%;
    }

    body #spanSmartSearchBox span.glyphicon-search {
        width: 5%;
    }

    #navdttg .nav > li ul {
        top: auto;
    }
}
/*Smart Search Results*/
body #divSmartSearchResultsOuter ul.nav-tabs li {
    margin: 0;
    width: 15%;
    height: auto;
}

    body #divSmartSearchResultsOuter ul.nav-tabs li a {
        background-color: #286090 !important;
        color: #fff;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    body #divSmartSearchResultsOuter ul.nav-tabs li.active a {
        background-color: #fff !important;
        color: #555;
    }

body #divSmartSearchResultsOuter .tab-content {
    background-color: white;
    padding: 20px;
}

    body #divSmartSearchResultsOuter .tab-content .row {
        margin-right: 0;
    }

body #divSmartSearchResultsOuter #ulProductSearchTab li {
    margin-bottom: 10px;
}

    body #divSmartSearchResultsOuter #ulProductSearchTab li a {
        line-height: 1.5em;
        letter-spacing: 0;
    }
/*Menu and search smart search box placement*/
body #divSmartSearch {
    clear: right;
}
/*TODO: Can be removed later on, if design get finalized*/
body #navdttg.nav-collapse {
    /*right: 270px;*/
}

body .btn-group #multiSelectButton.btn {
    font-size: 12px;
}

#navdttg.nav-collapse {
    top: 0;
}

.nav > li ul {
    top: 40px;
}

#divInnerContainerMaintainCCUser .cc-lists > div {
    height: 30px;
}

#divInnerContainerMaintainCCUser .cc-lists input[type=checkbox] {
    margin-bottom: 6px;
}

#divInnerContainerMaintainCCUser .cc-lists a {
    cursor: pointer;
}
