﻿body {
    background: #ded8d3;
    color: #685742;
    font-family: Arial;
    font-size: 14px;
    margin: 0;
    min-height: 100%;
    width: 100%;
}

    body a {
        color: #685742;
        text-decoration: none;
    }

        body a:hover {
            text-decoration: none;
        }

#mid-wraper {
    width: 100%;
}

#header-wrpr {
    width: 100%;
}

#LearnUpon {
    width: 100%;
    white-space: normal;
    max-height: 40px;
}

.menu_logged {
    /*background: url(../images/new/menubar_background.png) rgb(247, 246, 244) repeat-x;*/
    background: rgb(247, 246, 244) repeat-x;
    padding-top: 15px;
    display: inline-block;
    margin: auto;
    width: 75%;
}

.logo_logged {
    background: url(../images/new/logos/sam_small_logo.png) rgb(247, 246, 244) no-repeat right;
    float: left;
    height: 90px;
    width: 13%;
    background-size: 90%;
}

    .logo_logged a {
        display: block;
        height: 90px;
    }

.loginSection_logged {
    background: rgb(247, 246, 244);
    float: right;
    width: 12%;
    height: 90px;
}

.header {
    margin: 0 auto;
    max-width: 1300px;
    width: 90%;
}

.clearBoth, .divClear {
    clear: both;
}

.LoginStatus {
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 3px 11px;
    z-index: 10;
}

.ForgotPasswordLink, .BillingLink, .SecurityRefreshButton {
    color: #685742;
    font-size: 12px;
    display: block;
    background: none;
    padding: 3px 11px;
}

.StatusLogged {
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 3px 11px;
    color: #ffffff;
    background: #a59a8e;
    z-index: 10;
}

.LoginView {
    color: #524738;
    font-size: 17px;
    padding: 3px 11px;
}

.submitButton {
    padding: 10px 0 10px 0;
}

.uploadImage {
    height: 120px;
    width: auto;
    margin-right: 30px;
}

.uploadImageDiv {
    display: inline;
    float: left;
    min-width: 200px;
}

.favouriteList {
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    padding-bottom: 10px;
}

    .favouriteList li {
        background: url(../images/new/small_heart.png) 0 2px no-repeat;
        padding-left: 20px;
        cursor: pointer;
    }

        .favouriteList li:hover {
            background: url(../images/new/small_heart.png) 0 -20px no-repeat;
            font-weight: 600
        }

        .favouriteList li.selected {
            background: url(../images/new/small_heart.png) 0 -20px no-repeat;
            font-weight: 600
        }

.reportDesc {
    min-height: 100px;
    width: 550px;
    background-color: #c8dae9;
    display: none;
    bottom: 10px;
    position: absolute;
}

    .reportDesc p {
        font-size: 12px;
        padding: 5px 5px;
    }

#Search {
    text-align: left;
}

a.IconEdit, input[type=button].IconEdit {
    background: url(../images/new/add_icon_small.png) center 2px no-repeat;
    height: 22px;
    width: 20px;
    position: absolute;
    margin-top: 5px;
}

a:hover.IconEdit, input[type=button]:hover.IconEdit {
    background: url(../images/new/add_icon_small.png) center -21px no-repeat;
}

a.IconEditskla, input[type=button].IconEditskla {
    background: url(../images/new/edit_pen.png) center -27px no-repeat;
    height: 22px;
    width: 20px;
    position: absolute;
    margin-top: 5px;
}

a:hover.IconEditskla, input[type=button]:hover.IconEditskla {
    background: url(../images/new/edit_pen.png) center 0 no-repeat;
}

a.IconEditGrid {
    background: url(../images/new/edit_pen.png) center -27px no-repeat;
    height: 22px;
    width: 20px;
    position: absolute;
    margin: -10px 0 0 -10px;
}

a:hover.IconEditGrid {
    background: url(../images/new/edit_pen.png) center 0 no-repeat;
}

a.IconEditGridQR {
    background: url(../images/new/edit_pen.png) center -27px no-repeat;
    height: 22px;
    width: 20px;
    position: absolute;
    margin: -10px 0 0 10px;
}

a:hover.IconEditGridQR {
    background: url(../images/new/edit_pen.png) center 0 no-repeat;
}

a.IconSearch {
    background: url(../images/new/Search2_icon.png) center -23px no-repeat;
    height: 22px;
    width: 20px;
}

a.IconSearchGrid {
    background: url(../images/new/Search2_icon.png) center -23px no-repeat;
    height: 22px;
    width: 20px;
    position: absolute;
    margin: -10px 0 0 -10px;
}

a:hover.IconSearchGrid {
    background: url(../images/new/Search2_icon.png) center 0 no-repeat;
}

a.IconResource {
    background: url(../images/new/resources.png) center 0 no-repeat;
    height: 110px;
    width: 90px;
    position: absolute;
    margin-top: 5px;
}

a:hover.IconResource {
    background: url(../images/new/resources.png) center -122px no-repeat;
}


input[type=button].IconSearch {
    background: url(../images/new/Search_icon.png) center 0 no-repeat;
    height: 27px;
    width: 27px;
    margin: 0;
    padding: 11px;
}

input[type=button].IconAdd {
    background: url(../images/new/add_icon.png) center 0 no-repeat;
    height: 32px;
    width: 40px;
}

input[type=button]:hover.IconAdd {
    background: url(../images/new/add_icon.png) center -40px no-repeat;
}

input[type=button].IconEdit {
    background: url(../images/new/edit_pen.png) center -27px no-repeat;
    height: 22px;
    width: 20px;
}

input[type=button]:hover.IconEdit {
    background: url(../images/new/edit_pen.png) center 0 no-repeat;
}


input[type=button].IconDelete {
    background: url(../images/new/delete_icon.png) center 0 no-repeat;
    height: 32px;
    width: 40px;
}

input[type=button]:hover.IconDelete {
    background: url(../images/new/delete_icon.png) center -35px no-repeat;
}

input[type=button].IconAddFav {
    background: url(../images/new/add_fav_icon.png) center 0 no-repeat;
    height: 40px;
    width: 40px;
}

    input[type=button].IconAddFav.selected {
        background: url(../images/new/add_fav_icon.png) center -48px no-repeat;
    }

input[type=button].IconDelFav {
    background: url(../images/new/delete_fav_icon.png) center 0 no-repeat;
    height: 40px;
    width: 40px;
}

    input[type=button].IconDelFav.selected {
        background: url(../images/new/delete_fav_icon.png) center -48px no-repeat;
    }

input[type=button].IconAddSmall {
    background: url(../images/new/add_icon_small.png) center 0 no-repeat;
    height: 19px;
    width: 10px;
}

input[type=button]:hover.IconAddSmall {
    background: url(../images/new/add_icon_small.png) center -20px no-repeat;
}

input[type=button].IconAddFavSmall {
    /*background: url(../images/new/add_fav_icon_small.png) center 0 no-repeat;
    height: 19px;
    width: 10px;*/
    background: url(../images/new/small_heart_white.png) center 2px no-repeat
}

    input[type=button].IconAddFavSmall.selected {
        background: #4684b5;
    }
    input[type=button]:hover.IconAddFavSmall {
        background: url(../images/new/add_fav_icon_small2.png) center -20px no-repeat;
    }

input[type=button].IconDelFavSmall {
    background: url(../images/new/delete_fav_icon_small.png) center 0 no-repeat;
    height: 19px;
    width: 10px;
}

    input[type=button].IconDelFavSmall.selected, input[type=button]:hover.IconDelFavSmall {
        background: url(../images/new/delete_fav_icon_small.png) center -20px no-repeat;
    }

.reportImages {
    clear: both;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, li, form {
    margin: 0;
}

h1, h2, h3, h4 {
    color: #231f20;
    font-family: Arial; /*, Helvetica, sans-serif;*/
}

.title-artist, #BodyContent_Level, #BusinessType {
    width: 180px;
}

.title-customer {
    width: 50px;
}

#BodyContent_ArtistCountryId, #BodyContent_FatherCountryId, #BodyContent_MotherCountryId, #BodyContent_OutstationId, #BodyContent_BirthPlaceId, #BodyContent_ClanId, #BodyContent_DanceId, #BodyContent_DreamingId {
    width: 160px;
}

#loading, #loadingAccounts {
    position: fixed;
    top: 122px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2px 5px;
    z-index: 5000;
    color: #fff;
    -moz-border-radius: .5em;
    border-radius: .5em;
    text-align: center;
}

.maintenance-wrpr {
    width: 100%;
}

#maintenance {
    margin: 0 auto;
    max-width: 1300px;
    width: 90%;
    font-size: 10px;
    background-color: lightgoldenrodyellow;
}

    #maintenance p {
        padding: 10px;
    }

.mid-resource {
    color: rgb(0, 0, 0);
    padding: 20px 15px 15px 15px;
}

    .mid-resource h3 {
        color: #685742;
    }

    .mid-resource a {
        text-decoration: underline;
    }

    .mid-resource img {
        max-height: 120px;
        max-width: 230px;
        padding: 10px;
        display: inline-block;
        vertical-align: middle;
    }

.helpDetailsHide {
    display: none;
}

.helpDetailsUnHide {
    display: block;
}

input, textarea, select {
    border: 0;
    font-family: Arial; /*, Helvetica, sans-serif;*/
    background-color: #dae7f1;
    border-radius: 0;
}

    input[type=radio] {
        border: 0;
        font-family: Arial;
        background-color: none;
        border-radius: 0;
    }

img, img a {
    border: 0;
    margin: 0;
}

.middle .no-margin {
    margin: 0;
}

.mid-cont-box p.txt-one {
    padding-bottom: 5px;
    padding-left: 0;
    padding-top: 10px;
}

.txt-three {
    float: left;
    padding-left: 9px;
}


.quickReport {
    background: url(../Images/icn-print-sm.gif) no-repeat;
    float: left;
    width: 23px;
    height: 17px;
}

.emailReport {
    background: url(../Images/icn-email-sm.gif) no-repeat;
    float: left;
    width: 23px;
    height: 17px;
}

.reportDisplayNameText {
    float: left;
}

.middle {
    background: url(../images/new/menu-btm-shadow.gif) top repeat-x;
    padding-top: 10px;
    margin: 0 auto;
    max-width: 1300px;
    width: 90%;
}

.mid-content {
    background-color: #f7f6f4;
    width: 100%;
    min-height: 570px;
    position: relative;
}

.mid-content-padding {
    padding: 13px 30px 5px;
}

.title-raw-default {
    height: 150px;
    background: url(../images/new/homepage_image.png) top left no-repeat;
    background-size: 100% 100%;
    margin: -5px -30px;
}

.title-raw {
    height: 50px;
}

    .title-raw img {
        position: absolute;
    }

    .title-raw h1 {
        margin-left: 40px;
        padding-top: 10px;
    }

        .title-raw h1.title-adm {
            margin-left: 30px;
            padding-top: 20px;
        }

        .title-raw h1.title-sales {
            margin-left: 60px;
        }

        .title-raw h1.title-cat {
            margin-left: 50px;
            padding-top: 17px;
        }

        .title-raw h1.title-search {
            margin-left: 50px;
            padding-top: 17px;
        }

.title-one {
    display: inline;
    float: left;
    margin-right: 15px;
}

.title-one-catalogue {
    display: inline;
    float: left;
    margin-right: 15px;
    background: url(../images/new/catalogue_section.png) top left no-repeat;
}

.title-one-search {
    display: inline;
    float: left;
    margin-right: 15px;
    background: url(../images/new/search_section.png) top left no-repeat;
}

.title-one-consign {
    display: inline;
    float: left;
    margin-right: 15px;
    background: url(../images/new/Consign_section.png ) top left no-repeat;
    height: 47px;
}

.title-one-sales {
    display: inline;
    float: left;
    margin-right: 15px;
    background: url(../images/new/sales_section.png) top left no-repeat;
}

.title-one-admin {
    display: inline;
    float: left;
    margin-right: 15px;
    background: url(../images/new/admin_section.png) top left no-repeat;
}

.title-one-accounts {
    display: inline;
    float: left;
    margin-right: 15px;
    background: url(../images/new/accounts_section.png) top left no-repeat;
}

.title-one-reports {
    display: inline;
    float: left;
    margin-right: 15px;
    background: url(../images/new/Reports_section.png) top left no-repeat;
}

.title-one-resources {
    display: inline;
    float: left;
    margin-right: 15px;
    background: url(../images/new/Resources-section.png) top left no-repeat;
}

.title-raw-logo {
    padding: 20px 0 0 0;
}

.title-box {
    height: 30px;
    width: 100%;
    display: inline;
}

    .title-box p {
        margin: 0 0 0 25px;
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 10px;
        padding-top: 5px;
    }

.middle-box h3 {
    font-size: 20px;
    padding-bottom: 5px;
}

.visitor-name {
    color: #f4ede5;
    float: right;
    font-weight: 700;
    padding-right: 10px;
    padding-top: 10px;
    text-align: right;
    width: 210px;
}

#divHelpForm {
    padding: .8em;
    display: none;
}

#LastImages img {
    border-color: #3F3731;
    margin: 0 .6em 0 .6em;
    text-align: center;
}

.ArtistLink {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    margin: 2px;
    padding: 3px 11px;
    text-decoration: none;
    position: relative;
    color: rgb(0, 0, 0);
    border: 2px solid #000000;
    text-align: center;
    -moz-border-radius: .5em;
    min-width: 107px;
}

.ReportLink {
    position: relative;
}

    .ReportLink ul {
        padding: 0 0 15px 0;
        margin: 0;
    }

        .ReportLink ul li {
            /*position: relative;*/
            display: inline-block;
            list-style-type: none;
            float: left;
            margin-right: 20px;
            height: 61px;
            cursor: pointer;
        }

            .ReportLink ul li ul {
                display: none;
                color: #ffffff;
                background-color: #4684b5;
                padding: 10px;
                position: absolute;
                left: 0;
                width: 96%;
                -webkit-column-count: 4;
                -moz-column-count: 4;
                column-count: 4;
                -webkit-column-gap: 5px;
                -moz-column-gap: 5px;
                column-gap: 5px;
                cursor: pointer;
                margin-top: 10px;
            }

                .ReportLink ul li ul::before {
                    content: '';
                    position: absolute;
                    left: 30%;
                    bottom: 100%;
                    width: 0;
                    height: 0;
                    border-bottom: 10px solid #4684b5;
                    border-left: 30px solid transparent;
                    border-right: 30px solid transparent;
                }

                .ReportLink ul li ul li {
                    display: inherit;
                    float: inherit;
                    height: auto;
                }

            .ReportLink ul li a {
                display: inline-block;
                font-size: 17px;
                font-weight: 700;
                text-decoration: none;
                color: #000000;
                border: 2px solid #000000;
                text-align: center;
                vertical-align: middle;
                width: 130px;
                line-height: 43px;
                cursor: pointer;
                height: 47px;
            }

            .ReportLink ul li:last-child {
                margin-right: 0;
            }

            .ReportLink ul li a.selected {
                color: #ffffff;
                background-color: #4684b5;
            }



.lnkReport {
    color: #ffffff;
}

    .lnkReport:hover {
        font-weight: 600;
    }

    .lnkReport.unselected {
        color: #6e9ec5;
    }

.ResourceLink {
    position: relative;
}

    .ResourceLink > ul {
        padding: 0 0 15px 0;
        margin: 0;
    }

        .ResourceLink > ul > li {
            /*position: relative;*/
            display: inline-block;
            list-style-type: none;
            float: left;
            margin-right: 20px;
            height: 61px;
            cursor: pointer;
        }


            .ResourceLink > ul > li:last-child {
                margin-right: 0;
            }

            .ResourceLink > ul > li > a.selected {
                color: #ffffff;
                background-color: #4684b5;
            }

            .ResourceLink > ul > li > a {
                display: inline-block;
                font-size: 17px;
                font-weight: 700;
                text-decoration: none;
                color: #000000;
                border: 2px solid #000000;
                text-align: center;
                vertical-align: middle;
                min-width: 130px;
                line-height: 43px;
                cursor: pointer;
                height: 47px;
                padding: 0 5px;
            }

            .ResourceLink > ul > li > ul {
                display: none;
                color: #ffffff;
                background-color: #4684b5;
                padding: 10px;
                position: absolute;
                left: 0;
                width: 96%;
                -webkit-column-count: 4;
                -moz-column-count: 4;
                column-count: 4;
                -webkit-column-gap: 5px;
                -moz-column-gap: 5px;
                column-gap: 5px;
                cursor: pointer;
                margin-top: 10px;
            }

                .ResourceLink > ul > li > ul::before {
                    content: '';
                    position: absolute;
                    left: 30%;
                    bottom: 100%;
                    width: 0;
                    height: 0;
                    border-bottom: 10px solid #4684b5;
                    border-left: 30px solid transparent;
                    border-right: 30px solid transparent;
                }

                .ResourceLink > ul > li > ul > li {
                    display: inherit;
                    float: inherit;
                    height: auto;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    margin-bottom: 2px;
                }

                    .ResourceLink > ul > li > ul > li:hover {
                        font-weight: 600;
                    }

                    .ResourceLink > ul > li > ul > li a {
                        color: #ffffff;
                    }

#FavResourcesList {
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    padding-bottom: 10px;
}

    #FavResourcesList li {
        /*background: url(../images/new/small_heart.png) 0 2px no-repeat;*/
        padding-left: 20px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 2px;
    }

        #FavResourcesList li:hover {
            font-weight: 600
        }

.FavIcon {
    color: #ffffff;
    background: url(../images/new/small_heart_white.png) left 2px no-repeat;
    padding-left: 20px;
}

    .FavIcon:hover {
        font-weight: 600;
    }

    .FavIcon.unselected {
        color: #6e9ec5;
        background: url(../images/new/small_heart_white.png) left -20px no-repeat;
        */
    }

.news {
    min-height: 155px;
    background-color: #4684b5;
    color: #ffffff;
    padding: 15px 15px 0 15px;
    margin: -5px -30px;
    bottom: 5px;
    position: absolute;
    width: 86%;
}

    .news h3 {
        color: #ffffff;
    }

    .news a {
        color: #ffffff;
    }

.recentNews {
    width: 31%;
    float: left;
    margin-right: 25px;
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsHead {
    border-top: 1px dashed #ffffff;
    font-weight: 600;
    padding-top: 5px
}

.moreNews {
    width: 31%;
    float: left;
    margin-right: 25px;
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.training {
    width: 31%;
    float: left;
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icon_add_grid {
    background: url(../images/new/add_icon_small.png) center 2px no-repeat;
    height: 28px;
    width: 18px;
}

span:hover.icon_add_grid {
    background: url(../images/new/add_icon_small.png) center -21px no-repeat;
}

.icon_del_grid {
    background: url(../images/new/delete_icon_small.png) center 6px no-repeat;
    height: 28px;
    width: 18px;
    background-size: cover;
}

.reportDialogDescription {
    float: left;
    padding: 10px 10px 10px 10px;
    background-color: #c8dae9;
    color: #685742;
}

span:hover.icon_del_grid {
    background: url(../images/new/delete_icon_small.png) center -16px no-repeat;
}

input[type=button].uploadifyButtonGrid, input[type=button].newStory, input[type=button].NewCustomerButton {
    -moz-border-radius: .5em;
    background-color: #4684b5;
    color: #ffffff;
    padding: 3px 11px;
    font-size: 10px;
    display: inline-block;
    font-weight: 700;
    margin: 0;
    text-decoration: none;
}

input[type=button].ImgButton {
    -moz-border-radius: .5em;
    background-color: #4684b5;
    color: #ffffff;
    padding: 3px 11px;
    font-size: 9px;
    display: inline-block;
    font-weight: 700;
    margin: 0;
    text-decoration: none;
}

input[type=button].ImgButtonGrid {
    background: url(../images/new/add_icon_small.png) center 0 no-repeat;
    height: 18px;
    width: 18px;
}

input[type=button]:hover.ImgButtonGrid {
    background: url(../images/new/add_icon_small.png) center -22px no-repeat;
}

input[type=button], #GridSaveButton, #GridMiscButton, .GridPrintButton, .btn-cert, .btn-bio, input[id$='dialogReportSaveWordServer'], input[id$='dialogReportViewServer'], input[id$='dialogReportSaveServer'], input[id$='dialogReportSaveExcelServer'], input[id$='dialogReportSaveCSVServer'], input[id$='dialogReportSaveCSVcomma'], input[id$='dialogReportViewHTMLServer'], input[id$='CancelPushButton'], input[id$='ChangePasswordPushButton'], #btnHelp, .pwSubmit, #viewReportDialog {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    margin-right: 2px;
    padding: 3px 11px;
    text-decoration: none;
    position: relative;
    background-color: #4684b5;
    color: #ffffff;
    -webkit-appearance: none;
    border-radius: 0;
}

    input[type=button]:hover, #GridSaveButton:hover, #GridMiscButton:hover, .GridPrintButton:hover, .btn-cert:hover, .btn-bio:hover, input[id$='dialogReportSaveWordServer']:hover, input[id$='dialogReportViewServer']:hover, input[id$='dialogReportSaveServer']:hover, input[id$='dialogReportSaveExcelServer']:hover, input[id$='dialogReportSaveCSVServer']:hover, input[id$='dialogReportSaveCSVcomma']:hover, input[id$='dialogReportViewHTMLServer']:hover, input[id$='CancelPushButton']:hover, input[id$='ChangePasswordPushButton']:hover, #btnHelp:hover, #viewReportDialog:hover {
        cursor: pointer;
        background-color: #b5cee2;
    }

.phReportButtons {
    float: right;
    margin-right: 10px;
}

.phReportButtonsLeft {
    margin-top: 30px;
    float: left;
    margin-left: 5px;
}

.phReportButtonsRight {
    margin-top: 10px;
    float: Right;
}

    .phReportButtonsLeft span, .phReportButtonsRight span {
        margin-right: 10px;
    }

.rit-links {
    float: right;
    font-size: 16px;
    margin-top: -5px;
    margin-right: 10%;
}

    .rit-links a {
        float: right;
        text-align: right;
    }

    .rit-links .settings {
        background: url(../images/icn-settings.gif) 0 0 no-repeat;
        color: #000;
        display: block;
        font-weight: 700;
        height: 29px;
        margin-left: 9px;
        padding: 10px 0 0 40px;
    }

        .rit-links .settings:hover {
            background: url(../images/icn-settings.gif) 0 100% no-repeat;
            color: #df962d;
            /*text-shadow: 0 -1px 0 #403b35;*/
        }

    .rit-links .admin {
        background: url(../images/icn-edit.gif) 0 0 no-repeat;
        color: #000;
        display: block;
        font-weight: 700;
        height: 25px;
        margin-left: 11px;
        padding: 10px 0 0 37px;
        /*text-shadow: 0 1px 0 #f9f7f4;*/
    }

        .rit-links .admin:hover {
            background: url(../images/icn-edit.gif) 0 105% no-repeat;
            color: #df962d;
            /*text-shadow: 0 -1px 0 #403b35;*/
        }

    .rit-links .logout {
        background: url(../images/icn-logout.gif) 0 0 no-repeat;
        color: #000;
        display: block;
        float: right;
        font-weight: 700;
        height: 29px;
        margin-left: 9px;
        padding-left: 40px;
        padding-top: 10px;
        /*text-shadow: 0 1px 0 #f9f7f4;*/
    }

        .rit-links .logout:hover {
            background: url(../images/icn-logout.gif) 0 100% no-repeat;
            color: #df962d;
            /*text-shadow: 0 -1px 0 #403b35;*/
        }

    .rit-links .login {
        background: url(../images/icn-login.gif) 0 0 no-repeat;
        color: #000;
        display: block;
        float: right;
        font-weight: 700;
        height: 29px;
        margin-left: 11px;
        padding: 10px 0 0 40px;
        /*text-shadow: 0 1px 0 #f9f7f4;*/
    }

        .rit-links .login:hover {
            background: url(../images/icn-login.gif) 0 100% no-repeat;
            color: #df962d;
        }

a.rpt-links {
    font-size: 13px;
    color: #ffffff;
    float: none;
}

#ArtCentreNameDiv {
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    text-transform: capitalize;
    position: absolute;
    left: 25px;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: top left;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: top left;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: top left;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.ui-daterangepicker {
    font-size: 12px;
}

.mid-cont-contact {
    background-color: #e9e6e3;
    float: right;
    width: 12.5%;
    height: 450px;
    margin: 5px -30px -5px;
    position: relative;
}

    .mid-cont-contact h2, .middle-contact h2 {
        font-size: 20px;
        font-weight: bold;
        padding: 10px 15px 0 15px;
        color: #685742;
    }

    .mid-cont-contact a, .middle-contact a {
        font-size: 13px;
        padding: 3px 0 0 15px;
        color: #588eba;
    }

    .mid-cont-contact h3, .middle-contact h3 {
        font-size: 13px;
        padding: 3px 0 0 15px;
    }

    .mid-cont-contact h4, .middle-contact h4 {
        font-size: 9px;
        padding: 3px 0 0 15px;
        width: 100px;
    }

    .mid-cont-contact p.txt-one, .middle-contact p.txt-one {
        padding: 0 0 15px 15px;
    }

.mid-cont-box {
    float: left;
    width: 88%;
    height: 450px;
}

    .mid-cont-box ul {
        list-style: disc inside none;
        padding-left: 10px;
    }

    .mid-cont-box li {
        color: #231f20;
        font-size: 15px;
        font-weight: bold;
        line-height: 17px;
        padding: 0 10px 16px 0;
    }

.middle-box {
    float: left;
    width: 88%;
    /*height: 680px;*/
}

.middle-contact {
    background-color: #e9e6e3;
    float: right;
    width: 12.5%;
    height: 680px;
    position: relative;
    margin: -5px -30px;
}

    .middle-contact #resource {
        bottom: 0;
        left: 15%;
        position: absolute;
        height: 150px;
    }

.cont-box-btn {
    background: url(../images/btn-mid.gif) 0 100% repeat-x;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    height: 29px;
}

    .cont-box-btn img {
        margin: 0 0 0 4px;
    }

    .cont-box-btn a {
        color: #000;
        display: block;
        font-weight: 700;
        padding: 2px 0 0 15px;
    }

        .cont-box-btn a:hover {
            color: #ffc000;
        }

.launch {
    float: right;
    margin-top: -29px;
    width: 128px;
}

.launch-two {
    width: 129px;
}

.back-home {
    width: 128px;
}

.more {
    float: right;
    margin-top: -29px;
    width: 77px;
}

.more-two {
    float: right;
    margin-top: -5px;
    width: 75px;
}

.off {
    float: left;
    margin-left: 7px;
    margin-top: -5px;
    width: 52px;
}

.cont-box-btn-lft {
    background: url(../images/btn-lhs.gif) left no-repeat;
    height: 29px;
}

.cont-box-btn-rit {
    background: url(../images/btn-rhs.gif) right no-repeat;
    height: 29px;
}

.mid-cont-rit-btns {
    position: relative;
    right: -3px;
}

    .mid-cont-rit-btns .cont-box-btn {
        background: url(../images/btn-mid2.gif) 0 100% repeat-x;
        color: #000;
        font-size: 16px;
        font-weight: 700;
        height: 36px;
        margin-bottom: 5px;
        text-align: center;
        width: 190px;
    }

        .mid-cont-rit-btns .cont-box-btn img, .mid-cont-rit-btns .cont-box-btn img {
            margin: 0 0 -6px -10px;
        }

    .mid-cont-rit-btns .cont-box-btn-lft {
        background: url(../images/btn-lhs2.gif) left no-repeat;
        height: 36px;
    }

    .mid-cont-rit-btns .cont-box-btn-rit {
        background: url(../images/btn-rhs2.gif) right no-repeat;
        height: 36px;
    }

ul.help {
    list-style: none;
    padding-left: 10px;
}

    ul.help li {
        background: none;
        padding: 0;
    }

        ul.help li span {
            color: #FC9E00;
            font-weight: 700;
            padding-right: 5px;
        }

.help-box {
    font-size: 12px;
}

    .help-box li {
        padding-bottom: .7em;
    }

ol.help-box {
    list-style-type: decimal;
    list-style-position: outside;
}

.helpTip {
    color: Gray;
    padding-left: 0.5em;
    padding-bottom: .7em;
}

.help-box h3 {
    padding: .8em 0 .7em 40px;
    margin-bottom: .2em;
    font-size: 1.6em;
    background: url(../images/help-icon.png) 0 .6em no-repeat;
}

.help-box h2 {
    font-size: 2em;
    padding-bottom: .7em;
}

.embedVideo {
    margin-left: 5.5em;
}

    .embedVideo iframe {
        width: 380px;
        height: 330px;
        margin-top: 10px;
    }

.selectTrans, #ReportDialogDiv1, #EmailreportDialogDiv1 {
    display: none;
}

.mid-cont-box span {
    color: #FC9E00;
    font-weight: 700;
}

.news-box p span {
    color: #FC9E00;
    font-weight: 700;
    padding-right: 5px;
}

.cont-box-btm-link {
    border-top: 1px solid #dfd3c6;
}

.btm-link-lft {
    float: left;
    padding-top: 9px;
    width: 185px;
}

.btm-link-rit {
    float: left;
    padding-top: 9px;
    width: 250px;
}

.accountsRadio {
    border: 1px solid #79746e;
    text-align: center;
}

.confidential {
    float: left;
    border: 2px solid #685742;
    padding: 15px 0 15px 15px;
    margin-right: 10px;
}

.mid-cont-mdl {
    text-align: -webkit-center;
    padding-top: 15px;
    position: relative;
    color: rgb(0, 0, 0);
}

    .mid-cont-mdl label {
        font-weight: bold;
        font-size: 13px;
    }

.mid-cont-lft {
    float: left;
    padding-top: 15px;
    position: relative;
    width: 100%;
    color: rgb(0, 0, 0);
    padding-bottom: 15px;
}

    .mid-cont-lft label {
        font-weight: bold;
        font-size: 13px;
    }

.catalogueNo {
    font-weight: bold;
    font-size: 16px;
}

#divContent label {
    font-weight: bold;
    font-size: 13px;
}

.mid-cont-lft-inr {
    background-color: #f4ede5;
    float: left;
    padding: 8px 15px 28px;
    position: relative;
    width: 710px;
}

.mid-cont-rit {
    float: left;
    padding: 0 0 0 16px;
    width: 167px;
}

.mid-cont-rit-inr {
    float: left;
    padding: 0 0 0 10px;
    width: 190px;
}

.display-pic img {
    border: 1px solid #79746e;
}

.news-box-btm-link {
    bottom: 9px;
    position: absolute;
    right: 12px;
    width: 128px;
}

#follow.right {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    padding: 10px 0;
    position: fixed;
    right: 0;
    top: 160px;
    width: 40px;
}

    #follow.right ul li.connect img {
        background: url("../Images/connect-right.png") no-repeat scroll -80px 0 transparent;
        border-width: 0;
        display: block;
        height: 99px;
        overflow: hidden;
        width: 19px;
    }

#follow img {
    border: medium none;
}

.footer {
    margin: 0 auto;
    padding: 5px 12px 9px;
    /*max-width: 1500px;*/
    max-width: 1300px;
    width: 90%;
}

.foot-left {
    /*color: #685742;*/
    float: left;
    font-size: 12px;
    font-weight: 600;
    /*margin-left: 10px;*/
    /*text-shadow: 0 1px 0 #998772;*/
    /*width: 330px;*/
}

.foot-rit {
    float: right;
    font-size: 12px;
    font-weight: 600;
}

a.add-btn {
    background: url(../images/icn-add.gif) no-repeat;
    margin-left: 42px;
    padding-left: 42px;
}

a.cancel-btn {
    background: url(../images/icn-cancel.gif) no-repeat;
    padding-left: 39px;
}

a.view-btn {
    background: url(../images/icn-view.gif) no-repeat;
    padding-left: 35px;
}

a.print-btn {
    background: url(../images/icn-print.gif) no-repeat;
    margin-left: 7px;
    padding-left: 42px;
}

a.email-btn {
    background: url(../images/icn-email.gif) no-repeat;
    margin-left: 8px;
    padding-left: 44px;
}

.breadcrumbs {
    float: left;
    font-weight: 700;
    padding-top: 11px;
}

.breadcrumbs-adm {
    padding-top: 21px;
}

.breadcrumbs-cat, .breadcrumbs-search {
    padding-top: 18px;
}


.breadcrumbs a {
    display: block;
    float: left;
}

.breadcrumbs span {
    display: block;
    float: left;
    padding-top: 2px;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 19px;
}

a.home-btn {
    background: url(../images/new/icn-home.png) no-repeat;
    display: block;
    font-size: 0;
    height: 26px;
    line-height: 0;
    width: 18px;
}

.login-box-mid {
    background: url(../images/login-box-mid.png) repeat-y;
    padding: 0 16px;
    width: 188px;
}

.input-field {
    height: 37px;
    margin-top: 10px;
    width: 187px;
}

    .input-field input {
        background-color: #f4ede5;
        border: 1px solid #b6a591;
        color: #cebca8;
        font-size: 14px;
        font-weight: 700;
        height: 19px;
        padding: 8px;
        width: 169px;
    }

.login-box h4 {
    color: #f4ede5;
    font-size: 19px;
    font-weight: 700;
}

.keepmelog-raw .check-box {
    float: left;
    height: 13px;
    margin: 0;
    width: 13px;
}

.keepmelog-raw {
    margin-top: 10px;
}

    .keepmelog-raw .check-box input {
        display: block;
        height: 13px;
        overflow: hidden;
        position: relative;
        top: 1px;
        vertical-align: middle;
        width: 13px;
    }

.keepmelog-txt {
    color: #f4ede5;
    float: left;
    font-size: 14px;
    font-weight: 700;
    padding-left: 9px;
    width: 165px;
}

.help-me-txt {
    _margin-top: 0;
    color: #000;
    float: left;
    font-size: 16px;
    font-weight: 700;
    margin-top: 16px;
    padding-right: 10px;
    width: 98px;
}

    .help-me-txt a {
        color: #000;
        font-size: 16px;
        font-weight: 700;
    }

        .help-me-txt a:hover {
            color: #FCDF88;
            font-size: 16px;
            font-weight: 700;
            /*text-shadow: 0 -1px 0 #403b35;*/
        }

    .help-me-txt img {
        margin: 0 6px -8px 0;
    }

.login-btn {
    _margin-top: 0;
    float: left;
    margin-top: 17px;
    width: 78px;
}

    .login-btn input {
        background: url(../images/log-in-btn.gif) no-repeat;
        color: #000;
        cursor: pointer;
        font-size: 16px;
        font-weight: 700;
        height: 29px;
        padding: 0 10px 5px 0;
        width: 80px;
    }

        .login-btn input:hover {
            color: #FFC000;
        }

.QTPopup {
    position: absolute;
    right: 0;
    top: 60px;
}

.btnClose {
    _visibility: visible;
    background: url(../images/cross-icon.gif) no-repeat;
    display: block;
    font-size: 0;
    height: 13px;
    line-height: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    visibility: hidden;
    width: 10px;
}

.web_dialog {
    display: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 80%;
    z-index: 99999;
}

.page {
    font-size: .80em;
}

.row {
    clear: both;
    height: 1.7em;
    padding-top: 0.5em;
}

.rowEdition {
    clear: both;
    height: 20px;
    padding-top: 0.5em;
}

.rowPayments {
    clear: both;
    height: 1.55em;
}

.rowStocktake {
    clear: both;
    height: 45px;
}

.rowIndent {
    clear: both;
    height: 1.7em;
    padding-top: 15px;
}

    .rowIndent label {
        font-weight: bold;
        font-size: 13px;
    }

.ui-datepicker-trigger {
    cursor: pointer;
    height: 15px;
    padding-left: 2px;
    padding-top: 1px;
    width: 16px;
}

.saleType {
    width: 130px;
}

.customerName, .Description, .contactName, .customerAddress, .emailAddressCustomer {
    width: 300px;
}

.customerNameLarge {
    width: 250px;
}

.fullName {
    width: 180px;
}

.name {
    width: 180px;
}

.date, .numericField, .language, .skin {
    width: 160px;
}

.dateRange {
    width: 360px;
}

.dateAccount {
    width: 75px;
}

.dateSmall {
    width: 70px;
}

.websiteAddess {
    width: 15em;
}

.commissionRate {
    text-align: right;
    width: 3em;
}

.amount {
    text-align: right;
    width: 110px;
}

.receiptNo {
    width: 110px;
}

.paymentDate {
    width: 90px;
}

.transactionDate {
    width: 110px;
}

.location {
    width: 220px;
}

.paymentNotes {
    height: 95px;
    width: 350px;
}

.awPromotionDesc {
    width: 15em;
}

.ACLogo {
    border-style: groove;
    border-width: thin;
    height: 150px;
}
.QRLogo {
    border-style: groove;
    border-width: thin;
    height: 150px;
}

.gridImageSelect > object {
    height: 1.5em;
    width: 5em;
}

.artworkImage, .productImage {
    border-style: groove;
    border-width: thin;
    height: auto;
    max-width: 70px;
    margin-left: 0.3em;
    margin-right: 0.5em;
}

.artworkImageSmall, .productImageSmall {
    border-style: groove;
    border-width: thin;
    height: 50px;
    width: auto;
    margin-left: 0.3em;
    margin-right: 0.5em;
}

.artworkImageTNLarge, .productImageTNLarge {
    border-style: groove;
    border-width: thin;
    width: auto;
}

.AWSearchAWImageTNLarge {
    border-style: groove;
    border-width: thin;
    width: auto;
}

.sys-template {
    display: none;
    visibility: hidden;
}

.changeMade {
    font-size: 8px;
    height: 2em;
    /*margin-left: 10px;*/
    width: 60em;
}

.gridButton {
    font-size: 95%;
    height: 1.5em;
    padding: 0;
    width: 3.5em;
}

.artistMisc {
    float: left;
    width: 60%;
}

.artistImage {
    float: left;
    width: 40%;
}

.transMisc {
    float: left;
    width: 65%;
}

.gridCellAttr {
    cursor: pointer;
    overflow: hidden;
}

.ulCMenu {
    font-size: .6em;
}

.txtArea {
    padding-left: 0.5em;
}

.notes {
    height: 7em;
    width: 16em;
}

.editionNoRange {
    text-align: right;
    width: 2em;
}

.searchSaleAmt {
    width: 5em;
}

.categorySearch {
    width: 180px;
}

.paymentType {
    width: 10em;
}

.artworkStatus, .shopCartStatusDesc {
    font-size: 18px !important;
    font-weight: 700;
    margin-left: 7px;
    color: #fc9e00;
}

.awNotes {
    height: 75px;
    width: 181px;
}

.awButton {
    width: 120px;
}

.divAWImage {
    height: 120px;
    padding-top: 1em;
}

#Website, #SuburbDesc, #Phone, #Mobile, #ABN, #CountryDesc, #Address {
    width: 180px;
}

#sg_search, .login-box {
    width: 220px;
    height: 24px;
    padding: 0;
    /*background:#dae7f1 url(../images/new/Search_icon.png) right no-repeat;*/
}

input[type="text"], select, textarea, input[type="password"] {
    border: 0;
    height: 22px;
}

.txt-two, .editColContainer {
    float: left;
}

.numericTextInput {
    text-align: right;
}

.mid-cont-lft p, .artworkArtist {
    font-weight: 700;
}

.postCode, .state, .stockqty {
    width: 60px;
}

.dimensions {
    width: 35px;
}

.emailAddress, .artistSelect, .promotionDesc, #Address2 {
    width: 200px;
}

.referenceNo {
    width: 120px;
}

.catalogNo {
    width: 150px;
}

.referenceNo.date {
    width: 150px;
}

.referenceNo-Consign {
    width: 110px;
}

.selectConsigned {
    width: 234px;
}

.languageImage, .artistImg {
    border-style: groove;
    border-width: thin;
}

.artistImgFullSize, .artworkImgFullSize {
    border-style: groove;
    border-width: thin;
    width: 600px;
    height: auto;
}

.artistImgLargeSize, .artworkImgLargeSize, productImgLargeSize {
    border-style: groove;
    border-width: thin;
}

.transGrid, .paymentsGrid, .secGrid, .promotionsGrid, .artworkGrid, .productGrid {
    position: static;
    float: left;
    padding-right: 1em;
}

.editCol, .editColNested {
    float: left;
    padding-right: 1em;
    min-width: 80px;
}

.editColprod {
    float: left;
    padding-right: 1em;
    min-width: 80px;
}

.editColart {
    float: left;
    padding-right: 1em;
    min-width: 80px;
}

    .editCol label {
        font-weight: bold;
        font-size: 13px;
    }

#bulkuploader .row {
    /*height: 2.7em;*/
    height: 120px;
    font-size: 16px;
}

#bulkuploader .header {
    height: 2.7em;
}

#bulkuploader .editCol, .editColNested {
    width: 250px;
}

#bulkuploader .editCol label {
    font-weight: normal;
}

#bulkuploader .editCol label, #bulkuploader .editCol input{
    position: relative;
    top: 50px;
}

.arrow-left label, .arrow-right label {
    font-weight: bold;
    font-size: 16px;
    padding-left: 2px;
    padding-right: 2px;
    cursor: pointer;
}

#SearchTrans input[type="text"] {
    width: 200px;
}

.arrow-left:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent; /* left arrow slant */
    border-top: 6px solid transparent; /* right arrow slant */
    border-right: 6px solid #4684b5; /* bottom, add background color here */
    top: 1px;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    position: relative;
}

.arrow-right:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent; /* left arrow slant */
    border-top: 6px solid transparent; /* right arrow slant */
    border-left: 6px solid #4684b5; /* bottom, add background color here */
    top: 1px;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    position: relative;
}

.editRegion, .editRegion2 {
    float: left;
    padding-right: 1em;
}

.awStorySelect, .awStoryTitle {
    width: 315px;
}

.awCategory, .awWebCategory {
    width: 280px;
}

.awSize {
    width: 185px;
}

.divAWStoryTitle, .divAWNotes {
    height: 60px;
    padding-top: 0.5em;
}

.basicTextArea {
    height: 2.5em;
    width: 24em;
    font-size: 15px;
}

.divBasicTextArea {
    height: 2.8em;
    padding-top: 0.5em;
}

.highlightInput {
    border-color: red !important;
}

.emailTextArea, .emailText {
    width: 400px;
}

.mailFormButtons {
    clear: both;
    padding-top: 100px;
    font-size: 13px;
    text-align: right;
}

.reportTypeRadioButtons {
    clear: both;
    width: 550px;
    background-color: #f4ede5;
    padding: 5px;
    vertical-align: middle;
}

.backgroundColorPanel {
    background-color: #f4ede5;
    margin-bottom: 10px;
}

#reportDescriptionTextArea {
    font-size: 12px;
}

.reportTypeRadioButtons span {
    margin-right: 10px;
}

.reportList {
    padding: 10px 30px 10px 15px;
    float: left;
}

.reportDescription {
    padding: 10px 0px 10px;
}

#reportSelectList {
    width: 400px;
}

.reportRangeSelectors {
    clear: both;
    padding: 10px 0px 20px 15px;
    height: 50px;
}

#reportDropDownSelectors, .clearDiv {
    clear: both;
}

    #reportDropDownSelectors div.reportSelectors {
        float: left;
        padding: 0px 15px;
    }

    #reportDropDownSelectors p {
        padding-bottom: 5px;
    }

.firstcol, .secondcol, .thirdcol, .fourthcol {
    padding-right: 10px;
}

.firstcol {
    float: left;
}

.secondcol {
    float: left;
}

#reportValue .secondcol input {
    width: 50px;
}

#dateSelector .secondcol input {
    width: 100px;
}

.thirdcol {
    float: left;
}

.fourthcol {
    float: left;
}

#reportValue .fourthcol input {
    width: 50px;
}

#dateSelector .fourthcol input {
    width: 100px;
}

.counterText, .over, .under {
    font-size: 11px;
}

.over {
    color: #E89E82;
}

.under {
    color: #00BA56;
}

#editReportDiv {
    height: 310px;
}

    #editReportDiv div {
        padding: 5px 5px 5px 10px;
    }

.editReportDivLeft {
    float: left;
    width: 450px;
}

#formSelect {
    width: 250px;
}

.buttonBar {
    padding: 10px 5px 5px 5px;
}

    .buttonBar span {
        padding: 0px 5px 0px 0px;
    }

.uploadifyButtonPage {
    width: 5em;
    height: 2em;
}

.reportSectionHeading {
    padding: 5px 0px 0px 5px;
    font-size: 15px;
    font-weight: bold;
}

.textMiddle {
    vertical-align: middle;
}

.editRegionLeft {
    float: left;
    width: 80%;
}

.reportTypeRadioButtonsHeading {
    padding-bottom: 5px;
}

.accountMidLeft {
    float: left;
}

.shopCartGrid {
    position: static;
    float: left;
    padding-right: 0.5em;
    display: inline-block;
}

.shopCartDropDown {
    clear: both;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}


    .shopCartDropDown label {
        font-weight: bold;
        font-size: 13px;
    }

.catalogDescSel {
    width: 80px;
}

.acctBalance {
    font-weight: bold !important
}

div.newsScroll {
    max-height: 320px;
    overflow: auto;
    margin-top: 10px;
}

div.qandaScroll {
    max-height: 260px;
    overflow: auto;
}

div.paymentScroll {
    height: 80px;
    max-width: 280px;
    overflow: auto;
}

.wrap {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    overflow: auto
}

.left {
    float: left;
    width: 55px;
}

.leftQ {
    float: left;
    width: 20px;
    color: #FC9E00
}

.leftA {
    float: left;
    width: 20px;
    color: Blue
}

.wrapQandA {
    float: left;
    width: 100%;
}

.right {
    float: left;
    max-width: 85%;
}

.rightQandA {
    float: left;
    max-width: 93%;
}

#Pager_left, #Pager_right {
    width: 30%;
}

#Pager_center {
    width: 40%
}

.qtrInput {
    text-align: right;
    background-color: white;
    height: 16px;
}

.qtrInputRO {
    text-align: right;
    height: 16px;
}

::-WebKit-scrollbar {
    -WebKit-appearance: none;
    width: 7px;
}

::-WebKit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -WebKit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.list-2-column ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style: disc outside none;
}

.list-2-column ul li {
    margin-left: 1em;
}


@media screen and (max-width: 1473px) {
    .header, .middle, .footer, #maintenance {
        width: 95%;
    }

    .uploadImage {
        margin-right: 24px;
    }

    .uploadImageDiv {
        min-width: 50px;
        margin-bottom: 30px;
    }

    .favouriteList {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    #FavResourcesList {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .ReportLink ul li ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .ResourceLink > ul > li > ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media screen and (max-width: 1195px) {

    .mid-cont-contact a, .middle-contact a {
        font-size: 9px;
        padding-left: 10px;
    }

    .mid-cont-contact h2, .middle-contact h2 {
        padding-left: 10px;
    }

    .mid-cont-contact h3, .middle-contact h3 {
        font-size: 11px;
        padding-left: 10px;
    }

    .mid-cont-contact h4, .middle-contact h4 {
        font-size: 7px;
        padding-left: 10px;
    }

    .middle-contact #resource {
        left: 5%;
    }

    .artworkImage {
        max-width: 40px;
    }
}

@media screen and (max-width: 1050px) {
    .mid-cont-box li {
        font-size: 14px;
    }

    .LoginView {
        font-size: 14px;
        padding: 3px 5px;
    }

    .BillingLink {
        padding: 3px 5px;
        font-size: 11px;
    }

    .ReportLink ul li {
        display: block;
        margin-right: 10px;
    }

        .ReportLink ul li a {
            font-size: 14px;
            font-weight: bold;
            width: 100px;
            line-height: 40px;
        }

    .rit-links {
        margin-right: 0;
    }
}

@media screen and (max-width: 995px) {
    .list-2-column ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .mid-cont-box {
        height: 650px;
    }

    .mid-cont-contact {
        height: 650px;
    }

    .title-one-catalogue {
        margin-right: 5px;
    }

    .artworkImage {
        max-width: 50px;
    }
}

@media screen and (max-width: 985px) {
    .favouriteList {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    #FavResourcesList {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .ReportLink ul li ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .ResourceLink > ul > li > ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

.ui-jqgrid .ui-jqgrid-view select option {
    width: 130px;
}

.creditTerm {
    width: 80px;
}

#CatalogNoFormatId {
    width: 100px;
}

#reportDialog {
    height: 200px !important;
}


    #reportDialog div {
        margin: 10px 0px;
    }

    #reportDialog input {
        margin: 0px 10px 10px;
        width: 135px;
    }

#viewReportDialog {
    margin: 0px 10px 10px;
    width: 113px;
    text-align: center;
}

.dialogReportButtonBar {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
}

input[type="text"], select, textarea {
    background-color: white !important;
    /*border: #4684b5;
    border-style: solid;
    border-width: 1px;*/
    border-radius: 5px;
}

    input[type="text"]:disabled, select:disabled, textarea:disabled {
        background-color: transparent !important;
        border-style: none;
    }

div.mce-fullscreen {
    z-index: 10000;
}
.red-dot{
    height: 10px;
}


.ui-autocomplete{
    z-index: 99999;
}