.page {
    width: 970px; }

.overlay {
    background: transparent;
    filter: none; }
.alertBox, .confirmBox {
    background: #BAD7DB;
    border-color: #506f73; }
    .alertBox .content, .confirmBox .content {
        border-color: #506f73; }
        .alertBox .content h1, .confirmBox .content h1 {
            font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
            text-transform: uppercase;
            letter-spacing: 0.03em; }
        .alertBox .content p, .confirmBox .content p {
            font-family: Merriweather, Georgia, 'Times New Roman', serif; }

.buttonBlue, .buttonBlue span {
    color: white;
    font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
    font-size: 17px;
    background: #73AEB4;
    border-color: #73AEB4; }

.hidden {
    display: none; }

 input:disabled {
    background: #eee;
    color: #666;
 }

.slider { 
    margin: 0 auto;
    width: 30px;
}


.dv-help-hint {
    float: right;
    text-align: right;
}

.clearfx {
    clear: both;
}

.fl-list { }
    .fl-list .fl-list-content {
        overflow: hidden; }

#tabsWrapper {
    overflow: hidden;
    background-color: #BAD7DB; }

#dvtabtexter {
    font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
    color: #555;
    font-style: normal;
    font-size: 22px;
    font-weight: normal;
    text-decoration: none;
    margin: 5px 10px; }
    #dvtabtexter p {
        font-size: 12px;
        font-family: Merriweather, Georgia, 'Times New Roman', serif;
    }

#tabsHolder {
    float: left;
    margin: 0px; }
    #tabsHolder div {
        padding: 2px 0px;}
    
    #tabsHolder span {
      color: white;
      font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
      font-size: 20px;
      padding: 2px 0px;
      margin: 0;
      transition: all 0.4s;
      -webkit-transition: all 0.4s; }
      #tabsHolder span a {
        cursor: pointer;
        padding: 2px 36px 2px 28px;
        text-decoration: none; }
        #tabsHolder span.active {
          background-color: #73aeb4;
          transition: all 0.4s;
          -webkit-transition: all 0.4s; }
          
      #tabsHolder span.tab-delimiter {
        font-size: 19px;
        line-height: 19px;
        padding: 0 2px;
        position: relative;
        top: 2px; }

#next-tab {
    text-align: right;
    font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
    color: white;
    line-height: 32px;
    font-size: 24px !important;
    text-transform: uppercase; }
    #next-tab a {
        padding: 0px 28px;
        text-decoration: none;
        transition: all ease-in-out 0.2s;
        -webkit-transition: all ease-in-out 0.2s; }
        #next-tab a:hover {
            background-color: #73aeb4;
            transition: all ease-in-out 0.2s;
            -webkit-transition: all ease-in-out 0.2s; }

.page .content .options .options-content-top, .page .content .options .options-content-bottom {
    height: 0px;
    display: none; }
.page .content .options .options-content {
    margin-top: 1px;
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 20px 0px 0px;
    background: white !important; }


#tabsHolderModules h2.title {
    font-family: Oswald, Helvetica, Arial, Lucida, sans-serif !important;
    color: #555 !important;
    font-style: normal !important;
    font-size: 22px !important;
    font-weight: normal !important;
    text-decoration: none !important;
    margin: 10px 10px 0px; }

.module-header, .module-footer, .module-body {
    font-family: Merriweather, Georgia, 'Times New Roman', serif;
    margin: 0px 10px;
    box-sizing: border-box; }


#pfuk-cart { }
    #pfuk-cart div {
        background: #73aeb4;
        width: 70%;
        padding: 7px 26px;
        margin-left: auto;
        margin-right: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        text-align: right; }

        #pfuk-cart a.title {
            text-decoration: none;
            color: white;
            font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
            margin-right: 19px;
            font-size: 17px;
            position: relative;
            top: 3px; }

        #pfuk-cart label {
            color: white;
            font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
            font-size: 18px;
            margin-right: 3px; }

        #pfuk-cart-qtty {
            width: 32px;
            text-align: center;
            font-family: Merriweather, Georgia, 'Times New Roman', serif;
            font-size: 14px;
            padding: 4px 0px 4px;
            box-sizing: border-box;
            position: relative;
            top: -2px;
            border: none; }

        #pfuk-qtty-add, #pfuk-qtty-sub {
            padding: 0px 3px;
            cursor: pointer;
            font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
            font-size: 23px;
            line-height: 18px;
            text-decoration: none;
            color: white;
            position: relative;
            top: 2px; }

        #pfuk-cart-total {
            display: inline-block;
            width: 90px;
            margin-left: 5px;
            text-align: center;
            background: white;
            padding: 5px;
            font-family: Merriweather, Georgia, 'Times New Roman', serif;
            font-size: 14px; }
    

/* PopUp styles */
#xwiz-popup {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    display: table; }
    #xwiz-popup .wrapper {
        display: table-cell;
        vertical-align: middle; }
        #xwiz-popup .box {
            position: relative;
            min-width: 100px;
            min-height: 100px;
            display: table;
            margin: 0 auto 0 auto;
            background-color: white;
            border: 1px solid #333;
            border-radius: 5px;
            padding: 5px; }
            #xwiz-popup .box .controls {
                position: absolute;
                right: -13px;
                top: -13px; }

/* pictureframer.uk styles */
#if-roomview {
    width: 762px; }

#roomview-button {
    text-align: center;
    margin: 30px 0px; }
    #roomview-button a {
        display: inline-block;
        width: 100%;
        text-decoration: none;
        background-color: #73aeb4;
        color: white;
        font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
        font-size: 17px;
        padding: 3px 0px; }

.framer-desc {
    position: relative; }

.fcs-icon {
    position: absolute;
    right: 5px;
    top: 0px; }
    .fcs-icon img {
        width: 50px; }

    .fcs-icon .text {
        position: absolute;
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        width: 220px;
        margin-left: -85px;
        box-shadow: 0 0 5px #aaa;
        border: 1px solid #aaaaaa;
        border-radius: 4px;
        -webkit-box-shadow: 0 0 5px #aaa;
        padding: 5px;
        background-color: white;
        font-family: Merriweather, Georgia, 'Times New Roman', serif;
        text-align: center;
        transition: opacity 0.3s linear; }

        .fcs-icon:hover .text {
            visibility: visible;
            opacity: 1;
            transition: opacity 0.3s linear;
        }

.desc-top {
    display: none; }

.aperture-size, .aperture-size #aperture-size,
#approximate-size, #approximate-size #approximate-outside {
    text-align: center;
    font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
    color: #777 !important;
    font-size: 19px; }

.aperture-size #aperture-size, #approximate-size #approximate-outside {
    color: #73aeb4 !important; }

#roomview-embeded #roomview {
    border: 0;
    margin: auto; }

    #roomview-embeded #roomview #controls-trigger {
        display: none !important; }

.pfuk-option {
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: auto;
    background: lightgrey;
    border-radius: 20px;
    transition: all ease-in-out 0.3s; }
    .pfuk-option .facing {
        width: 100%;
        height
        : 100%;
        border: 1px solid rgba(0,0,0,0.08);
        border-radius: 20px;
        margin: 0;
        box-sizing: border-box; }
        .pfuk-option .facing .point {
            width: 8px;
            height: 8px;
            background: white;
            margin: 5px;
            border: 1px solid rgba(0,0,0,0.08);
            border-radius: 8px;
            box-sizing: border-box; }

.pfuk-option.active {
    transition: all ease-in-out 0.3s;
    background: #BAD7DB; }

.pfuk-option-text {
    cursor: pointer;
    color: #D3D3D3;
    font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
    font-size: 19px;
    transition: all ease-in-out 0.3s; }
    .pfuk-option-text.active {
        color: #73aeb4;
        transition: all ease-in-out 0.3s; }

.pf-numeric-input.locked, .option-text.locked, .pfuk-option.locked {
    cursor: not-allowed !important; }

.list-empty {
    font-family: Merriweather, Georgia, 'Times New Roman', serif;
    margin: 20px 10px; }

button {
    cursor: pointer;
    background: #BAD7DB;
    border: none;
    color: white;
    font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
    text-transform: uppercase;
    transition: background ease-in-out 0.3s; }
    button:hover {
        background: #73aeb4;
        transition: background ease-in-out 0.3s; }

input.pf-numeric-input {
    color: #555;
    background: #BAD7DB;
    border: 0;
    width: 49px;
    text-align: center;
    font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
    font-size: 17px;
    padding-top: 3px;
    padding-bottom: 3px;
    transition: color linear 0.3s; }
    input.pf-numeric-input.changed {
        color: grey;
        transition: color linear 0.3s; }

#pfuk-tab-btns {
    text-align: right;
    margin-top: 20px;
    background: #73aeb4;
    float: right;
    padding: 3px 9px;
    border-radius: 10px; }
    #pfuk-tab-btns a.btn {
        color: white;
        text-decoration: none;
        font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
        font-size: 17px;
        padding: 0 5px; }


/* module frame styles */
#help_text_frame {
    margin-right: 10px;
    line-height: 15px;
    font-family: Merriweather, Georgia, 'Times New Roman', serif;
    text-align: center;
    width: 100px; }
    #help_text_frame a.tips { }

#dvframe {
    color: #777; }

    #dvframe .tb-top {
        width: 100%;
        padding: 0px 10px;
        box-sizing: border-box; }
        #dvframe .tb-top td {
            vertical-align: top; }
            #dvframe .tb-top .label { }
                #dvframe .tb-top .label.category { }
                #dvframe .tb-top .label.search {
                    /*padding-left: 12px;*/ }
            #dvframe .tb-top .input {
                vertical-align: top; }
            #dvframe .tb-top .input.category { }
            #dvframe .tb-top .input.search {
                position: relative;
                /*text-align: right;*/ }

        #dvframe .tb-top #frame-category:disabled {
            color: lightgrey; }
        #dvframe .tb-top #frame-search {
            width: 200px;
            font-family: Merriweather, Georgia, 'Times New Roman', serif;
            padding: 4px 4px 5px; }

        #dvframe .tb-top #clear-filter {
            display: none;
            padding: 4px 6px 5px 5px;
            position: absolute;
            right: 14px;
            cursor: pointer; }
            #dvframe .tb-top .input.search:hover #clear-filter {
                display: inline; }


    #dvframe .ttl-category-frame {
        color: #555;
        font-size: 20px;
        font-family: Oswald, Helvetica, Arial, Lucida, sans-serif; }
    #dvframe .scl-category-frame {
        width: 200px;
        font-family: Merriweather, Georgia, 'Times New Roman', serif;
        font-weight: normal;
        padding: 5px;
        vertical-align: top; }

    #dvElements-1-frame {
        padding-bottom: 5px;
        overflow-y: auto; }

        #dvElements-1-frame .frames-col {
            float: left;
            width: 215px; }

        #dvElements-1-frame .item {
            overflow: hidden;
            margin: 10px 0px 0px 10px;
            float: left; }
            #dvElements-1-frame .item .image {
                width: 207px;
                /*height: 113px;*/
                border: 1px solid #e3e3e3;
                box-sizing: border-box;
                padding: 5px; }
                #dvElements-1-frame .item .image img {
                    width: 100%;
                    height: 100%;
                    cursor: pointer; }

        #dvElements-1-frame .item .info {
            border: 1px solid #e3e3e3;
            color: #777;
            background-color: white;
            border-top: 0;
            position: relative;
            transition: all linear 0.3s; }
            #dvElements-1-frame .item .info .depth-label {
                cursor: pointer;
                width: 80%;
                margin: 0 10% 0; }
                #dvElements-1-frame .item .info .depth-label span {
                    font-weight: normal; }
        #dvElements-1-frame div.item.active .info {
            color: white;
            background-color: #73aeb4;
            transition: all linear 0.3s; }

        #dvElements-1-frame .item .info .thumbnail {
            position: absolute;
            top: 0px;
            right: 0; }
            #dvElements-1-frame .item .info .thumbnail a {
                padding: 0px 5px;
                margin-right: 10px; }

.frame-details {
    margin: 15px;
    border: 1px solid #e3e3e3;
    padding: 15px;
    font-family: Merriweather, Georgia, 'Times New Roman', serif; }
    .frame-details .corner {
        border: 1px solid #e3e3e3;
        padding: 5px;
        text-align: center;
        max-width: 100%; }

    .frame-details .frame-label {
        margin: 20px 0px 10px;
        font-size: 14px; }
    .frame-details .label {
        text-transform: uppercase;
        font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
        font-size: 0.9em; }

#dvACUTS {
    font-family: Merriweather, Georgia, 'Times New Roman', serif;
    padding: 20px 10px 10px; }
    #dvACUTS label {
        display: inline-block;
        width: 10%; }

    #acuts {
        width: 89%;
        font-family: Merriweather, Georgia, 'Times New Roman', serif;
        border: 1px solid #ccc;
        box-sizing: border-box;
        padding: 0px 5px;
        transition: all linear 0.3s; }
        #acuts.error {
            border: 1px solid #fcc;
            background: #fee;
            transition: all linear 0.3s; }

#dvframe .ui-effects-wrapper {
    Xheight: auto !important; }

#dvframe p.block {
    margin: 10px; }
    #dvframe p.block.size-override {
        font-family: Merriweather, Georgia, 'Times New Roman', serif;
        margin-bottom: 0px;
        text-align: left; }

#dvframe .controls {
    text-align: center; }
    #dvframe .controls button {
        padding: 6px 40px;
        margin: 0px 10px; }


/* module effectwrap_depth styles */
#dveffectwrap_depth .module-header, #dveffectwrap_depth .module-footer {
    margin: 0px 10px;
    font-family: Merriweather, Georgia, 'Times New Roman', serif; }

    #dveffectwrap_depth .controls {
        margin: 10px;
        text-align: center; }
        #dveffectwrap_depth .controls button {
            padding: 3px 10px;
            margin: 0px 30px; }

/* mat tab styles */
#hModuleLabel-togethermat {
    float: left; }

#no-mat {
    float: right;
    background: #BAD7DB;
    font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
    font-size: 22px;
    color: white;
    padding: 5px 15px;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 10px; }

#mat-number {
    clear: both;
    list-style: none;
    margin: 5px 5px 15px;
    overflow: hidden;
    padding: 0;
    text-align: center; }
    #mat-number li {
        display: inline-block;
        margin: 10px; }

        #mat-number li h3 {
            color: #555;
            margin-bottom: 10px;
            font-family: Merriweather, Georgia, 'Times New Roman', serif; }

#dvtogethermat .list-header {
    text-align: center;
    font-family: Merriweather, Georgia, 'Times New Roman', serif;
    font-size: 14px;
    background: #BAD7DB;
    color: white;
    padding: 5px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }

#dvtogethermat .scl-category-topmat, #dvtogethermat .scl-category-middlemat, #dvtogethermat .scl-category-bottommat {
    width: 100%; }


#dvtogethermat .list-elements {
    overflow: hidden;
    border: 1px solid #e5e5e5;
    height: 180px; }

        #dvtogethermat .list-elements .fl-list-content {
            margin: 3px; }

        #dvtogethermat .mat {
            position: relative;
            float: left;
            width: 41px;
            height: 41px;
            margin: 3px;
            cursor: pointer; }
            #dvtogethermat .mat div {
                width: 100%;
                height: 100%; }
            #dvtogethermat .mat img {
                max-width: 100%; }

            #dvtogethermat .mat .facing {
                position: absolute;
                top: 0;
                left: 0;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                width: 100%;
                height: 100%;
                border: 1px solid rgba(0,0,0,0.1);
                text-align: center;
                line-height: 41px; }

            #dvtogethermat .mat .facing .fa-check {
                visibility: hidden; }
                #dvtogethermat .mat.active .facing .fa-check {
                    visibility: visible; }

#dvtogethermat .mat-current h3 {
    margin: 20px 0px 5px;
    text-align: center;
    font-family: Merriweather, Georgia, 'Times New Roman', serif; }

#dvtogethermat .current-mat .mat {
    float: none;
    margin: auto;
    width: 60px;
    height: 60px; }

/* #dvvgroove, #accessory.backboard */
#dvvgroove table, #accessory-backboard {
    margin: 0px 10px 20px; }
    #dvvgroove table td, #accessory-backboard td {
        font-family: Merriweather, Georgia, 'Times New Roman', serif; }

#dvvgroove table span.text, #accessory-backboard span.text {
    position: relative;
    top: -3px; }

#dvvgroove table .option-text, #accessory-backboard .option-text {
    cursor: pointer;
    color: #D3D3D3;
    font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
    font-size: 19px;
    transition: all ease-in-out 0.3s; }
    #dvvgroove #option-yes, #accessory-backboard #option-yes { }
    #dvvgroove #option-no, #accessory-backboard #option-no {
        padding-left: 20px;}

    #dvvgroove table .active .option-text, #accessory-backboard  .active .option-text {
        color: #73aeb4;
        transition: all ease-in-out 0.3s; }

#dvvgroove .pfuk-option, #accessory-backboard .pfuk-option, #accessory-services .pfuk-option {
    display: inline-block; }

/* #dvmat.wizard */
.dv-tool {
    display: table;
    font-family: Merriweather, Georgia, 'Times New Roman', serif;
    margin: 10px; }
    .dv-tool-p {
        display:table-row; }
         .dv-tool-cell {
            display:table-cell;
            width: 90px; }

            .dv-tool-cell input {
                color: #555;
                background: #BAD7DB;
                border: 0;
                width: 49px;
                text-align: center;
                font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
                font-size: 17px;
                padding-top: 3px;
                padding-bottom: 3px;
                transition: color linear 0.3s; }
                .dv-tool-cell input.changed {
                    color: grey;
                    transition: color linear 0.3s; }

            .dv-tool-cell.label {
                width: 190px;
                height: 35px;
                font-size: 13px; }
            .dv-tool-cell.c1 {
                text-align: left; }
            .dv-tool-cell.c2 {
                text-align: center; }
            .dv-tool-cell.c3 {
                vertical-align: top;
                text-align: right; }

.dv-tool button {
    padding: 4px 13px;
    font-size: 16px; }

/* glass tab styles */
#dvglass {
    color: #555; }
    #dvglass .info {
        font-family: Merriweather, Georgia, 'Times New Roman', serif;
        list-style-position: inside;
        margin: 0px 20px 10px; }

    #dvElements-glass {
        margin: 15px 20px; }

    #tblGlass td.price {
        color: #D3D3D3;
        font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
        font-size: 17px;
        text-align: left;
        width: 70px; }
        #tblGlass td.price.active {
            color: #73aeb4; }
    #tblGlass td.ctrl {
        text-align: center;
        width: 40px; }
    #tblGlass td.label {
        color: #73aeb4;
        font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
        font-size: 17px;
        text-align: left;
        width: 60px; }
    #tblGlass td.dscr {
        font-family: Merriweather, Georgia, 'Times New Roman', serif;
        text-align: left; }
    #tblGlass td.hr {
        background-color: transparent;
        padding-bottom: 15px; }

/* print tab styles */

#dvresizer { }

    #dvresizer .module-header, #dvresizer .module-footer {
        font-family: Merriweather, Georgia, 'Times New Roman', serif;
        margin: 10px 10px 10px; }

    #dvresizer #messageMaxPrint {
        margin: 10px 10px 20px; }

        #dvresizer #messageMaxPrint #dd {
            padding: 0px 5px; }

        #dvresizer #maxPrintWidth, #dvresizer #maxPrintHeight  {
            display: inline-block;
            width: 40px;
            background: lightgrey;
            border-radius: 10px;
            font-family: Merriweather, Georgia, 'Times New Roman', serif;
            font-size: 14px;
            padding: 3px;
            text-align: center; }

#dvresizer table {
    margin: 10px 10px 30px; }
    #dvresizer table td, #dvresizer table .control input {
        vertical-align: middle;
        font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
        font-size: 20px; }
    #dvresizer table .control input {
        border: 0;
        padding: 10px;
        text-align: center;
        font-size: 25px;
        width: 60px;
        background: #73aeb4;
        color: white;
        transition: all ease-in-out 0.1s; }
        #dvresizer table .control input.error {
            color: red;
            transition: all ease-in-out 0.1s; }

    #dvresizer table .dd {
        width: 60px;
        text-align: center; }

#medium-manager {
    margin: 0;
    padding: 0;
    list-style: none; }
    #medium-manager li {
        float: left;
        overflow: hidden;
        margin: auto;
        padding: 2px; }

        #medium-manager li img {
            cursor: pointer;
            width: 96px;
            height: 96px;
            border: 1px solid #ccc; }

        #medium-manager li .pfuk-option {
            margin-top: 10px; }

        #medium-manager li .total {
            color: #D3D3D3;
            font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
            font-size: 19px;
            margin-top: 15px;
            text-align: center;
            padding-right: 10px;
            transition: all ease-in-out 0.3s; }

        #medium-manager li.active .total {
            color: #73aeb4;
            transition: all ease-in-out 0.3s; }

/* report tab styles */


#dvreport { }

#pro-Report {
    margin: 10px 10px 10px; }

    #pro-Report td {
        border: 0;
    }

    #pro-Report .section-header td {
        padding-top: 20px;
        color: #73aeb4;
        font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
        font-size: 16px;
        font-weight: normal; }
        #pro-Report .section-header td.first-row {
            padding-top: 0; }

    #pro-Report .data td {
        color: #555;
        font-family: Merriweather, Georgia, 'Times New Roman', serif;
        font-size: 14px;
        font-weight: normal; }

/* wrap tab styles */
div[name='effect.wrap'] .module-header, div[name='effect.wrap'] .module-footer {
    font-family: Merriweather, Georgia, 'Times New Roman', serif;
    margin: 10px 10px 10px; }

#wrap-effects {
    font-family: Merriweather, Georgia, 'Times New Roman', serif;
    margin: 0px 10px; }

    #wrap-effects .effect {
        margin: 0px 5px;
        cursor: pointer;
        width: 100px;
        display: inline-block;
        vertical-align: top; }


        #wrap-effects .effect .thumb { }
            #wrap-effects .effect .thumb img {
                max-width: 100%; }

        #wrap-effects .effect .label {
            text-align: center; }
            #wrap-effects .effect.current .label {
                font-weight: bold; }

    #wrap-effects .dv-edge {
        margin: 15px 10px; }
        #wrap-effects .dv-edge .header-text {
            vertical-align: super; }
        #wrap-effects .dv-edge .dv-depth-opt {
            margin-left: 15px;
            display: inline-block; }
            #wrap-effects .dv-edge .pfuk-option {
                display: inline-block; }
            #wrap-effects .dv-edge .option-text  {
                cursor: pointer;
                vertical-align: super; }
    #wrap-effects .dv-text {
        margin: 10px 10px; }

    #wrap-effects #wrap-color ul {
        list-style: none;
        overflow: hidden;
        width: 90%;
        margin: auto;
        padding-left: 20px; }
        #wrap-effects #wrap-color .color {
            width: 80px;
            float: left;
            margin: 5px;
            cursor: pointer; }
            #wrap-effects #wrap-color .color .color-thumb {
                width: 70px;
                height: 25px;
                margin: auto;
                border: 1px solid #BAD7DB; }
            #wrap-effects #wrap-color .color p {
                text-align: center;
                font-family: Merriweather, Georgia, 'Times New Roman', serif; }

            #wrap-effects #wrap-color #black.color .color-thumb {
                background: black; }
            #wrap-effects #wrap-color #grey.color .color-thumb {
                background: grey; }
            #wrap-effects #wrap-color #white.color .color-thumb {
                background: white; }
            #wrap-effects #wrap-color #custom.color .color-thumb {
                background: #620000; }

            #wrap-effects #wrap-color #custom.color {
                width: 95px; }

        #wrap-effects #wrap-color #custom-color {
            display: inline-block;
            width: 30px;
            height: 24px;
            vertical-align: top;
            border: 1px solid #bad7db; }

        #wrap-effects #wrap-color #custom-color-val {
            display: inline-block;
            padding: 3px 5px;
            border: 1px solid; }

/* mirror tab styles */
#dvElements-mirror {
    border: 0 !important;
    padding: 0 !important;
    width: auto !important;
    margin: 0px 10px !important; }

/* mirror size tab styles */

div[id="dvresizer.mirror"]  { }

div[id="dvresizer.mirror"] #standard-sizes table {
    margin-left: 25px; }
    div[id="dvresizer.mirror"] #standard-sizes table td.label {
        padding-left: 10px; }
    div[id="dvresizer.mirror"] #standard-sizes table td.rotate {
        padding-left: 30px;
        color: lightgrey; }

div[id="dvresizer.mirror"] table {
    margin: 10px 10px 30px; }
div[id="dvresizer.mirror"]  table td, div[id="dvresizer.mirror"]  table .control input {
    vertical-align: middle;
    font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
    font-size: 20px; }
div[id="dvresizer.mirror"]  table .control input {
    border: 0;
    padding: 10px;
    text-align: center;
    font-size: 25px;
    width: 60px;
    background: #73aeb4;
    color: white;
    transition: all ease-in-out 0.1s; }
div[id="dvresizer.mirror"]  table .control input.error {
    color: red;
    transition: all ease-in-out 0.1s; }

div[id="dvresizer.mirror"]  table .dd {
    width: 60px;
    text-align: center; }

/* preview tab styles */
#dvmygallery .module-header, #dvmygallery .module-footer {
    font-family: Merriweather, Georgia, 'Times New Roman', serif;
    margin: 10px 10px 10px; }

#dvmygallery .mygalleryCont {
    margin: 10px;
    text-align: center; }

    #dvmygallery .mygalleryCont .dv-image {
        display: inline-block;
        width: 45%;
        margin: 10px 5px; }
        #dvmygallery .mygalleryCont .dv-image .thumbnail {
            cursor: pointer;
            border-radius: 3px;
            padding: 10px;
            border: 1px solid #e3e3e3; }
            #dvmygallery .mygalleryCont .dv-image .thumbnail img {
                width: 100%; }

        #dvmygallery .mygalleryCont .dv-image .image-details {
            position: relative;
            margin-top: 3px;
            text-align: left;
            line-height: 12px; }

            #dvmygallery .mygalleryCont .dv-image .image-details .label {
                display: inline-block;
                width: 80%;
                overflow: hidden; }

            #dvmygallery .mygalleryCont .dv-image .image-details .image-controls {
                display: inline;
                position: absolute;
                right: 0;
                top: 0; }
                #dvmygallery .mygalleryCont .dv-image .image-details .image-controls a {
                    padding: 3px;
                    margin: 2px;
                    color: #337ab7; }
                    #dvmygallery .mygalleryCont .dv-image .image-details .image-controls a:hover {
                        color: #23527c; }

#dvmygallery .controls {
    margin: 10px;
    text-align: right; }
    #dvmygallery .controls button {
        padding: 3px 10px; }

.shipping-warning {
    margin: 0px 10px;
    font-family: Merriweather, Georgia, 'Times New Roman', serif; }

.shipping-warning button {
    padding: 3px 9px;
    position: relative;
    top: 3px; }

/* services */
#accessory-services {
    margin-top: 30px;
    width: 100%; }
#accessory-services td.label {
    padding-right: 10px;
    color: #73aeb4;
    font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
    font-size: 17px;
    text-align: right; }

#accessory-services td.service-description {
    font-family: Merriweather, Georgia, 'Times New Roman', serif;
    padding-left: 100px;
    padding-bottom: 30px; }

/* project image save workaround */
#lbHoverNav {
    display: none; }

#dvuserref {
    margin-bottom: 10px; }
#user-ref {
    width: 100%;
    box-sizing: border-box;
    font-family: Merriweather, Georgia, 'Times New Roman', serif;
    border: none;
    font-size: 14px;
    color: #555;
    padding: 0px 10px; }

#pfuk-vat {
    color: white;
    font-family: Merriweather, Georgia, 'Times New Roman', serif;
    font-size: 0.8em; }