﻿html {
    min-height: 100%;
}

/*Common*/
body .DNNContainer_noTitle #classesOuterContainer #classesTable td {
    /*font-family: gillSansRegular;*/
}

body, a, span, div, th, td, p, h1, h2, h3, h4, h5, h6, input, select, textarea, ul, li, label, span, option {
    /*font-family: gillSansRegular;*/
}

.margin-bottom-10px {
    margin-bottom: 10px;
}

.product-details-title h1, .selected-category-title h1 {
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight:normal;
}

.skin_content > .row, #searchSectionMob .skin_width > .row {
    margin: auto;
}

.hidden-item {
    display: none;
}

body #masterAjaxLoaderPopupDiv {
    display: none;
    position: fixed;
    z-index: 6;
}

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 .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 .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: #286090 !important;
        color: #fff;
    }

    body #divOuterContainerCompany ul.nav-tabs li.active a {
        background-color: #fff !important;
        color: #555;
    }

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;
    }

    #divFileCartItemsContainer {
        right: 5px;
    }

        #divFileCartItemsContainer:after,
        #divFileCartItemsContainer:before {
            left: 97% !important;
        }
}

/*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-hidden-closed:before {
    display: inline-block;
    width: 14px;
    height: 16px;
    content: "";
    background: url("../Images/jstree-icon-public-hidden-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-public-hidden-open:before {
    display: inline-block;
    width: 14px;
    height: 16px;
    content: "";
    background: url("../Images/jstree-icon-public-hidden-open.png") no-repeat 0 0;
    background-size: 100%;
    margin-top: 4px;
}

.glyphicon-modelparent-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-modelparent-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;
}

#divFileCartItemsContainer {
    position: absolute;
    width: 250px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px 10px;
    background-color: #ffffff;
    z-index: 100;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

#divFileCartItems .file-cart-remove-item {
    font-size: 130%;
    cursor: pointer;
}

#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;
    border-bottom: 10px solid white;
    border-right: 10px solid white;
    border-left: 10px solid white;
    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"] {
    font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
    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: 219px;
    border: 1px solid #c9c9c9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    top: 37px !important;
    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;
}

@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;
}

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;
}

/*Imported from /Portals/_default/Skins/Clear/CustomStyle.css*/

/*-----File Cart--------*/
#divFileCartOuter {
    margin-top: 3px;
}

#divFileCartOpener {
    cursor: pointer;
    color: #ffffff;
    /*background-color: #4D4D4F;*/
    border-radius: 0;
    /*height: 30px;*/
    line-height: 30px;
    padding: 1px 5px 1px 5px;
    text-transform: uppercase;
    float: right;
}

#spnFileCartArrow img {
    padding-top: 2px;
    padding-bottom: 3px;
    content: url('/Portals/_default/Skins/Ruskin/images/filecart-download.svg');
    height: 18px;
}

#divFileCartOpener span {
    display: inline-block;
    line-height: 22px;
    padding-left: 5px;
    cursor: pointer;
    color: #FFF;
    font-size: 13px;
}

#divFileCartItemsContainer {
    position: absolute;
    width: 190px;
    padding: 10px;
    background-color: #FFFFFF;
    z-index: 100;
}

    #divFileCartItemsContainer:after,
    #divFileCartItemsContainer:before {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    #divFileCartItemsContainer:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #FFFFFF;
        border-width: 7px;
        left: 49%;
        margin-left: -19px;
    }

    #divFileCartItemsContainer:before {
        border-color: rgba(255, 255, 255, 0);
        border-width: 7px;
        border-bottom-color: #9a9a9a;
        left: 49%;
        margin-left: -19px;
    }

#spanFilesInCart {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); /* IE 9 */
    color: #FFFFFF;
}

    #spanFilesInCart.data-changed {
        color: #04BAE1;
        transform: scale(3);
        -moz-transform: scale(3);
        -webkit-transform: scale(3);
        -o-transform: scale(3);
        -ms-transform: scale(3); /* IE 9 */
    }

#divFileCartContainer #divFileCartOpener span.save {
    background: url(../images/ico-downArrow.png) no-repeat;
    display: inline;
    height: 22px;
    line-height: 30px;
    width: 30px;
    cursor: pointer;
}

#divFileCartItems .file-cart-remove-item {
    font-size: 130%;
    cursor: pointer;
}

#divFileCartItemsContainer div.each-cart-document a.file-cart-remove-item span {
    background: #FFFFFF url(../images/search_close2.png) no-repeat;
    height: 14px;
    width: 14px;
    display: inline-block;
    float: left;
    position: relative;
    padding: 9px 9px;
    background-position: 3px 2px;
    top: 3px;
}

#divFileCartItems .file-cart-item-text {
    font-size: 100%;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: text-bottom;
    color: #757575;
    text-transform: uppercase;
    font-weight: bold;
}

#divFileCartItemsAction {
    text-align: center;
    margin-bottom: 36px;
    width: 100%;
    display: block;
    margin-top: 5px;
    padding-top: 5px;
}

    #divFileCartItemsAction.items-exist {
        border-top: 1px #04BAE1 solid;
    }

    #divFileCartItemsAction span {
        cursor: pointer;
        padding: 5px 5px 5px 0;
        font-weight: bold;
        font-size: 25px;
        color: #757575;
    }

    #divFileCartItemsAction a.email-file-cart-items-zip {
        margin-left: 21px;
        margin-right: 21px;
    }

    #divFileCartItemsAction a {
        position: relative;
        float: left;
        background-color: #FFFFFF;
        line-height: 20px;
        color: #F3F5F4;
        text-transform: uppercase;
        font-size: 10px;
        width: auto;
        line-height: 25px;
    }

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: #59595B;
    font-weight: bold;
    font-size: 110%;
    text-transform: uppercase;
}

body .file-cart-email-option-container .input-label-text-large {
    color: #59595B;
    font-weight: bold;
    font-size: 120%;
    text-transform: uppercase;
}

body .file-cart-email-option-container .input-label-text-small {
    color: #A5A4A6;
    font-size: 90%;
}

body .each-cart-document {
    margin-bottom: 0;
    height: auto;
    padding-bottom: 4px;
    border-bottom: 1px solid #FFFFFF;
    text-align: left;
}

@media (min-width: 768px) {
    body .file-cart-email-option-container {
        width: 550px;
    }
}

@media (min-width: 768px) and (max-width: 1340px) {

    #divFileCartItemsContainer {
        right: 2px;
    }

        #divFileCartItemsContainer:before {
            margin-left: 70px;
        }

        #divFileCartItemsContainer:after {
            margin-left: 70px;
        }
}

/*Popup styles*/
body .custom-popup-holder {
    background-color: #DFDFE0;
    border-bottom: 10px solid #DFDFE0;
    border-right: 10px solid #DFDFE0;
    border-left: 10px solid #DFDFE0;
    width: auto;
    display: none;
    z-index: 9998;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

    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: #59595B;
        font-size: 160%;
        font-weight: bold;
        text-transform: uppercase;
    }

    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: 9995;
}

.nav-collapse, .nav-collapse.collapse {
    height: auto;
}

#divFileCartEmailPopup #btnCloseFileCartEmail, #divFileCartEmailPopup #btnSendFileCartEmail,
#divFileCartEmailPopup #btnSendFileCartEmailProcessing, #btnContactUsSubmit, #btnContactUsProcessing {
    position: relative;
    background-color: #818286;
    line-height: 20px;
    color: #F3F5F4;
    text-transform: uppercase;
    font-size: 10px;
    width: 80px;
    border-radius: 0;
    margin-top: 10px;
    border-color: #818286;
}

#divFileCartEmailPopup textarea.form-control, #divFileCartEmailPopup input.form-control {
    /*text-transform: uppercase;*/
}
/*-------Smart Search----------*/
body #divSmartSearchOpener #spanSmartSearchBox {
    display: inline-block !important;
    margin: 0px -3px 0px 0px !important;
    position: relative !important;
    height: 37px;
    Background: #fff;
    border-radius: 0;
}

body #divSmartSearchOpener span.glyphicon {
    font-size: 65%;
}

body #divSmartSearchOpener input[type="text"] {
    font-size: 12px;
    width: 150px;
    text-transform: uppercase;
}

    body #divSmartSearchOpener input[type="text"]:focus {
        outline: none;
    }

body #divSmartSearchOpener #spanSmartSearchGo {
    display: none;
    position: absolute;
    left: 3px;
    top: 10px;
    height: 23px;
    width: 25px;
    padding: 0px;
    border: medium none;
    box-shadow: none;
    overflow: hidden;
    text-indent: -99999px;
    background: transparent url("../images/icon_search4.png") no-repeat scroll 5px 5px;
    z-index: 1;
    cursor: pointer;
}

#spanSmartSearchBox #spanSmartSearchClear {
    background: transparent url("../images/search_close2.png") no-repeat scroll center center;
    display: none;
    z-index: 1;
    right: 0px;
    position: absolute;
    height: 18px;
    width: 16px;
    top: 3px;
    z-index: 4;
    cursor: pointer;
}

.show-clear #spanSmartSearchClear {
    display: block !important;
}

#spanSmartSearchBox #spanSmartSearchLoading {
    background: transparent url("../images/TB-preloader.gif") no-repeat scroll center center;
    display: none;
    z-index: 1;
    right: 0px;
    position: absolute;
    height: 18px;
    width: 16px;
    top: 3px;
    z-index: 4;
    cursor: pointer;
}

.show-loading #spanSmartSearchLoading {
    display: block !important;
}

#spanSmartSearchBox .clear-loading-container {
    display: inline-block;
    width: 14px;
}

#divSmartSearchItemsContainer {
    position: absolute;
    -moz-border-radius: 3px;
    z-index: 100;
    /*text-transform:uppercase;*/
}

    #divSmartSearchItemsContainer #divSmartSearchItems {
        /*background-color: #EFEFEF;*/
        background-color: #FFF;
    }

        #divSmartSearchItemsContainer #divSmartSearchItems a:first-child {
            /*border-top: 5px solid #EFEFEF;*/
            border-top: 0px;
        }

#divSmartSearchItems a.each-matched-item-outer {
    font-size: 130%;
    cursor: pointer;
    display: block;
    border-bottom: 1px solid #EFEFEF;
    padding: 10px 10px 0 10px;
    text-indent: 0;
    height: auto;
    width: auto;
    position: relative;
}

#divSmartSearchItems span.each-matched-item-model-name {
    font-size: 75%;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: text-bottom;
    display: block;
    line-height: 0.5em;
    color: #38393B;
    line-height: 1em;
    font-weight: normal;
    text-transform: uppercase;
}

#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: #999;
    font-style: italic;
    padding-top: 5px;
}

#divSmartSearchItems a.each-matched-item-outer:hover {
    background-color: #e8f1fa;
    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: #38393B;
}

#divSmartSearchItems span.no-search-results {
    padding: 5px 10px;
}

@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%;
    }
}
/*--------Slider-----------*/
#layerslider {
}

.root-site-home-skin #layerslider {
}

#layerslider h3.banner_left-bottom {
    color: White;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 200%;
}

#layerslider p.banner_left-bottom {
    color: White;
    font-size: 120%;
}

#layerslider p.footer-title-white {
    color: White;
}

#layerslider .banner-box {
    background-color: #DFE3E6;
    padding: 20px;
}

    #layerslider .banner-box .green-box {
        background-color: #B7D97A;
        padding: 5px 10px;
        font-size: 240%;
        color: white;
        position: absolute;
        top: -30px;
        min-height: 25px;
    }

        #layerslider .banner-box .green-box div {
            margin: 0;
            color: white;
            padding: 0;
        }

    #layerslider .banner-box h2 {
        color: #323F48;
        margin: 0;
        font-size: 250%;
        line-height: 1.2em;
        margin-top: 20px;
        padding-top: 0;
        padding-left: 5px;
    }

    #layerslider .banner-box p {
        color: #323F48;
        font-size: 100%;
        padding-left: 8px;
    }

    #layerslider .banner-box .btn {
        background-color: #276596;
        padding: 5px 20px;
        margin-top: 10px;
    }

#layerslider img.ls-bg {
    /*height: 100% !important;*/
    width: 100% !important;
}

#layerslider .banner-box .btn {
    background-color: #276596;
    padding: 5px 20px;
    margin-top: 10px;
}

#layerslider img.ls-bg {
    /*height: 100% !important;
	width: 100% !important;*/
}

#layerslider .banner-box .btn {
    background-color: #276596;
    padding: 5px 20px;
    margin-top: 10px;
}

#layerslider img.ls-bg {
    /*height: 100% !important;
	width: 100% !important;*/
}

/*----Product details page-----*/
#divProductDetailsInnerContainer #detailsTabs {
    border-top: 1px solid #a1a1a1;
    border-bottom: 1px solid #a1a1a1;
    margin-left: 0;
    padding-left: 0px;
}

    #divProductDetailsInnerContainer #detailsTabs > li {
        margin-bottom: 0;
    }

        #divProductDetailsInnerContainer #detailsTabs > li:last-child a {
            border-right: none;
        }

        #divProductDetailsInnerContainer #detailsTabs > li.active a {
            color: #0192CB;
        }

        #divProductDetailsInnerContainer #detailsTabs > li a:hover {
            background-color: white;
            color: #0192CB;
        }

#divSweetProduct {
    float: right;
}

/*------Search Result page------*/

#divSmartSearchResultsOuter .img-thumbnail {
    max-width: 220px;
    max-height: 120px;
    border-width: 0;
    border-radius: 0;
    padding: 4px 0;
}

#divSmartSearchResultsOuter .img-thumbnail-blog {
    max-width: 220px;
    max-height: 120px;
    border-width: 0;
    border-radius: 0;
    padding: 4px 0;
}

#divSmartSearchResultsOuter .product-title {
    font-family: 'Oswald',Arial, Tahoma, sans-serif;
    font-size: 16px;
}

    #divSmartSearchResultsOuter .product-title a {
        font-family: 'Oswald',Arial, Tahoma, sans-serif;
        font-size: 16px;
        text-decoration:underline;
    }

#divSmartSearchResultsOuter .product-description {
    font-size: 14px;
    margin: 0;
}

#divSmartSearchResultsOuter .product-url {
    padding:2px 0;
}

#divSmartSearchResultsOuter .product-url a{
    color:#00539E;
}

#divSmartSearchResultsOuter .product-keywords a{
    color:#00539E;
    text-decoration:underline;
    text-transform:uppercase;
}

#divSmartSearchResultsOuter .search-result-product-image,
#divSmartSearchResultsOuter .search-result-document-image,
#divSmartSearchResultsOuter .search-result-document-image {
    text-align: center;
}

#divSmartSearchResultsOuter .document-title {
    font-family: 'Oswald',Arial, Tahoma, sans-serif;
    font-size: 16px;
}

    #divSmartSearchResultsOuter .document-title a {
        font-family: 'Oswald',Arial, Tahoma, sans-serif;
        font-size: 16px;
        text-decoration:underline;
    }

#divSmartSearchResultsOuter .document-description {
    font-size: 14px;
    margin: 0;
}

#divSmartSearchResultsOuter .document-url {
    padding:2px 0;
}

#divSmartSearchResultsOuter .document-url a{
    color:#00539E;
}

#divSmartSearchResultsOuter .document-models {
    float:left;
}

#divSmartSearchResultsOuter .document-models a{
    color:#00539E;
    text-decoration:underline;
    text-transform:uppercase;
}

#divSmartSearchResultsOuter .show-more {
    float: right;
    text-decoration:none !important;
    cursor:pointer;
}

    #divSmartSearchResultsOuter .show-more .arrow {
        color: #005999;
    }

#divSmartSearchResultsOuter .read-more {
    float: right;
    text-transform: uppercase;
    font-size: 12px;
}

    #divSmartSearchResultsOuter .read-more .arrow {
        color: #005999;
    }

/* User Profile */
#divUserProfileInnerContainer #divUserProfile span {
    text-transform: uppercase;
    color: #0093C9;
    font-weight: bold;
}

#divUserProfileInnerContainer #divUserProfile .row .add-top-margin {
    padding-bottom: 10px;
}

#divUserProfileInnerContainer #divUserProfile label {
    font-size: 14px;
}

.breadcrumb {
    background-color: #ffffff;
    font-weight: bold;
}

.selected-category-title {
    color: #04BAE1;
    text-transform: uppercase;
    font-size: x-large;
}

#divTopCategoryTitle {
    padding-left: 15px;
    text-transform: uppercase;
    font-size: large;
}

/*------------------Tab Style------------*/
ul.tab-style {
    margin-left: 0;
}

    ul.tab-style > li {
        list-style-type: none;
    }

    ul.tab-style > li > a > span {
        font-family: 'Oswald',Arial, Tahoma, sans-serif;
        font-size: 16px;
        color: #757575;
    }

    ul.tab-style > li > a {
        border-radius: 0;
        background-color: #E6E6E6;
        border-top: 5px solid #E6E6E6;
        padding: 4px 8px;
        font-family: 'Oswald',Arial, Tahoma, sans-serif;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 30px;
    }

    ul.tab-style > li:hover > a {
        background-color: #F4F8FB;
        border-top: 5px solid #04BAE1;
    }

    ul.tab-style > li.active > a, ul.tab-style > li.active:hover > a {
        background-color: #F4F8FB !important;
        border-top: 5px solid #04BAE1 !important;
    }

#cataLogTabs {
    padding: 0;
    margin-left:0;
}

    body #divOuterContainerCompany ul.nav-tabs li.disabled a {
        background-color:#ccc !important;
        color:#000;
    }

/******************Social Media Share***********************/
#ulSocialShare ul li {
    display: inline;
    padding: 5px;
}

#ulSocialShare.share-buttons a {
    overflow: hidden;
    float: left;
    width: 72px;
    background: transparent url("/desktopmodules/sunblog/themes/_default/images/share-sprite.png") no-repeat 0 0;
    text-align: center;
    padding-top: 35px;
    color: #999;
    text-decoration: none;
}

#ulSocialShare.share-buttons .twitter a {
    background-position: -140px -40px;
}

    #ulSocialShare.share-buttons .twitter a:hover {
        background-position: -140px 1px;
    }

#ulSocialShare.share-buttons .facebook a {
    background-position: -560px -40px;
}

    #ulSocialShare.share-buttons .facebook a:hover {
        background-position: -560px 1px;
    }

#ulSocialShare.share-buttons .googleplus a {
    background-position: -845px -40px;
}

    #ulSocialShare.share-buttons .googleplus a:hover {
        background-position: -845px 1px;
    }

#ulSocialShare.share-buttons .linkedin a {
    background-position: -700px -40px;
}

    #ulSocialShare.share-buttons .linkedin a:hover {
        background-position: -700px 1px;
    }

#ulSocialShare.share-buttons .stumbleupon a {
    background-position: -280px -40px;
}

    #ulSocialShare.share-buttons .stumbleupon a:hover {
        background-position: -280px 1px;
    }

#ulSocialShare.share-buttons .digg a {
    background-position: -490px -40px;
}

    #ulSocialShare.share-buttons .digg a:hover {
        background-position: -490px 1px;
    }

#ulSocialShare.share-buttons .delicious a {
    background-position: -630px -40px;
}

    #ulSocialShare.share-buttons .delicious a:hover {
        background-position: -630px 1px;
    }

#ulSocialShare.share-buttons .pinterest a {
    background-position: -772px -40px;
}

    #ulSocialShare.share-buttons .pinterest a:hover {
        background-position: -772px 1px;
    }
#cmdSearch {
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    height: 38px;
    width: 25px;
    padding: 0;
    border: none;
    box-shadow: none;
    webkit-box-shadow: none;
    overflow: hidden;
    text-indent: -99999px;
    background: url(../images/search-ico.png) no-repeat 5px 5px;
    z-index: 1;
    cursor: pointer;
    color: #333;
}

/*---------------Category Model Details-------------*/
.link-edit, .link-edit:link, .link-edit:visited, .link-edit:hover {
    padding-top: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #04BAE1;
    text-transform:capitalize;
    text-decoration:underline;
}

.link-view, .link-view:link, .link-view:visited, .link-view:hover {
    font-size: 20px;
    font-weight: bold;
    color: #04BAE1;
    text-transform: capitalize;
    text-decoration: underline;
}

/*---------------YouTube Modal--------------*/
.youtube-modal .modal-header {
    padding-top: 5px;
    padding-bottom:5px;
    min-height: 24px;
}

.youtube-modal .modal-body {
    padding: 0;
    text-align:center;
}

.youtube-modal .modal-footer {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*********************Ruskin Product Selector********************/

#divTabWrapper {
    position: relative;
    margin: 10px 0;
}

#divRuskinProductSelector .tab-content {
        margin-top: 50px;
}

#divRuskinProductSelector .tab-content hr{
    margin-top: 5px;
    margin-bottom: 5px;
}

.wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px 30px;
}

.list {
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 3000px;
    padding: 0 30px;
    margin-top: 0px;
}

.scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 12px;
    position: absolute;
    vertical-align: middle;
    background-color: #005A99;
    color: #fff;
    z-index: 99;
}

.scroller-right {
    float: right;
    right: 0px;
}

.scroller-left {
    float: left;
}

#divRuskinProductSelector .table td,
#divCompareModelsBody .table td{
    border-top: 0px;
    font-family:Calibri;
    font-size:16px;
    line-height:22px;
    color:#757575;
    padding:4px 5px;
}

#divRuskinProductSelector .table .table-header-style,
#divCompareModelsBody .table .table-header-style {
    background-color: #005A99;
}

#divRuskinProductSelector .table .table-header-style th,
#divCompareModelsBody .table .table-header-style th {
    color:#ffffff;
    font-family:Calibri;
    font-size:16px;
    line-height:22px;
    padding:4px 5px;
}

#divRuskinProductSelector .table td.model-name,
#divCompareModelsBody .table td.model-name{
    font-family:Calibri;
    font-weight:bold;
    font-size:16px;
    line-height:22px;
    color:#757575;
}

#divRuskinProductSelector .table .table-body-style tr:nth-child(6n+1), 
#divRuskinProductSelector .table .table-body-style tr:nth-child(6n+2), 
#divRuskinProductSelector .table .table-body-style tr:nth-child(6n+3)
{
    background-color:#eef8ff;
}

#divRuskinProductSelector .table .table-body-style tr:nth-child(6n+1) td.model-name, 
#divRuskinProductSelector .table .table-body-style tr:nth-child(6n+2) td.model-name, 
#divRuskinProductSelector .table .table-body-style tr:nth-child(6n+3) td.model-name
{
    background-color:#cceaff;
}

#divRuskinProductSelector .table .table-body-style tr:nth-child(6n+4) td.model-name, 
#divRuskinProductSelector .table .table-body-style tr:nth-child(6n+5) td.model-name, 
#divRuskinProductSelector .table .table-body-style tr:nth-child(6n+6) td.model-name
{
    background-color:#eef8ff;
}

#divRuskinProductSelector .table-responsive, 
#divCompareModelsBody .table-responsive {
    overflow-y:hidden;
    overflow-x:auto;
}

#divRuskinProductSelector .table-responsive::-webkit-scrollbar,
#divCompareModelsBody .table-responsive::-webkit-scrollbar {
    width: 6px;
}
 
#divRuskinProductSelector .table-responsive::-webkit-scrollbar-track,
#divCompareModelsBody .table-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3); 
    border-radius: 8px;
}
 
#divRuskinProductSelector .table-responsive::-webkit-scrollbar-thumb,
#divCompareModelsBody .table-responsive::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 4px #005A99; 
    background-color: #005A99;
}

#divCompareModelsBody .table > tbody > tr {
    cursor:pointer;
}

#divCompareModels .modal-dialog {
    width:100%;
}

/*------------------Checkbox/Radio buttons Style-----------------*/
.checkbox-style label, .radiobutton-style label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 22px;
    margin-right: 15px;
}

.checkbox-style input[type=checkbox],
.radiobutton-style input[type=radio],
.radiobutton-style input[type=checkbox],
.checkbox-style input[type=radio] {
    display: none;
}

.checkbox-style label:before, .radiobutton-style label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #ffffff;
    border: 1px solid #999;
    box-shadow: 1px 1px #aaa;
}

/*.checkbox-style label {
    margin: 5px 0;
}*/

    .checkbox-style label:before {
        border-radius: 2px;
    }

.checkbox-style input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px #f3f3f3;
    font-size: 22px;
    color: #04BAE1;
    text-align: center;
    line-height: 12px;
}

/*.radiobutton-style label {
    margin: 5px 0;
}*/

    .radiobutton-style label:before {
        border-radius: 8px;
    }

.radiobutton-style input[type=radio]:checked + label:before {
    content: "\2022";
    color: #04BAE1;
    font-size: 31px;
    text-align: center;
    line-height: 13px;
}

.radiobutton-style input[type=checkbox]:checked + label:before {
    content: "\2022";
    text-shadow: 1px 1px 1px #f3f3f3;
    color: #04BAE1;
    font-size: 31px;
    text-align: center;
    line-height: 13px;
}
#iframeMaintainDoc {
    height: 500px;
    width: 100%;
}