﻿body {
    padding: 0px;
    margin: 0px;
    border: 0px;
    min-width: 1100px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

    body.mobile {
        min-width: 300px;
    }

        body.mobile #header {
            color: white;
            background-color: #333333;
            padding: 5px 10px;
            overflow: auto;
        }

        body.mobile #body {
            padding: 10px;
        }

    body.iframe {
        min-width: 0px;
    }

#divBusy,
#divCover,
#divWorkLogBusy {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.3;
    cursor: wait;
    z-index: 9999;
}

#divCover {
    opacity: 1;
}

#divWorkLogBusy {
    z-index: 10;
    opacity: 0.4;
}

#divGrid {
    clear: both;
}

#divTopInfo {
    z-index: 100;
    position: fixed;
    max-height: 400px;
    overflow: auto;
    top: 0;
    left: 50%;
    display: none;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 5px 15px 5px 15px;
    border-radius: 0px 0px 5px 5px;
    background-color: #98E86F;
}

#menu {
    padding-right: 20px;
    background-color: #333333;
    color: white;
}

    #menu div.chat-head, #menu div.user-head {
        margin: 10px 0px;
    }

    #menu ul.menu {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        overflow: auto;
    }

        #menu ul.menu li {
            float: left;
        }

            #menu ul.menu li a {
                display: block;
                color: white;
                padding: 15px 20px;
                font-size: 17px;
            }

                #menu ul.menu li a:hover,
                #menu ul.menu li:hover ul.submenu li a:hover {
                    background-color: #666666;
                }

            #menu ul.menu li.selected a {
                background-color: #555555;
            }

            #menu ul.menu li ul.submenu {
                list-style-type: none;
                padding: 0px;
                margin: 0px;
                position: absolute;
                background-color: #333;
                display: none;
                z-index: 10;
                background-color: #333333;
            }

            #menu ul.menu li:hover ul.submenu {
                display: block;
            }

                #menu ul.menu li:hover ul.submenu li a {
                    background-color: #333333;
                }

                #menu ul.menu li:hover ul.submenu li.selected a {
                    background-color: #555555;
                }

            #menu ul.menu li ul.submenu li {
                float: none;
            }

    #menu button.chat-head {
        position: relative;
        outline: none;
    }

    #menu div.chat-head {
        padding-right: 10px;
    }

        #menu div.chat-head .chat-popup {
            position: absolute;
            z-index: 100;
            border: 1px solid gray;
            border-radius: 3px;
            padding: 0px 5px;
            background-color: #fafafa;
            color: black;
            margin-top: 2px;
            display: none;
            min-width: 500px;
            max-width: 35%;
            right: 10px;
            overflow: auto;
        }

            #menu div.chat-head .chat-popup table.read-messages {
                border-top: 3px double gray;
            }

            #menu div.chat-head .chat-popup table td {
                padding: 5px 0px;
                vertical-align: top;
                border-bottom: 1px solid lightgray;
            }

            #menu div.chat-head .chat-popup table tr:last-child td {
                border-bottom: none;
            }

            #menu div.chat-head .chat-popup .img {
                min-width: 60px;
            }

            #menu div.chat-head .chat-popup table td.content {
                line-height: 25px;
                width: 100%;
            }

                #menu div.chat-head .chat-popup table td.content div.model {
                    max-width: 70%;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                #menu div.chat-head .chat-popup table td.content div.text {
                    margin-right: 16px;
                }

            #menu div.chat-head .chat-popup .many .status {
                display: none;
            }

            #menu div.chat-head .chat-popup a.many {
                display: none;
                color: gray;
            }

            #menu div.chat-head .chat-popup .many a.many {
                display: initial;
            }

            #menu div.chat-head .chat-popup .status .gray {
                color: gray;
            }

            #menu div.chat-head .chat-popup .status .green {
                color: #03c03c;
            }

    #menu button.chat-head span.count {
        position: absolute;
        bottom: 50%;
        left: 50%;
        background-color: red;
        padding: 0px 6px;
        color: white;
        border-radius: 10px;
    }

    #menu button.chat-head span.count-0 {
        display: none;
    }

    #menu .addInList-popup {
        position: absolute;
        z-index: 100;
        border: 1px solid gray;
        border-radius: 3px;
        padding: 0px 10px;
        background-color: #fafafa;
        color: black;
        display: none;
        min-width: 410px;
        max-width: 33%;
        right: 133px;
        font-size: 14px;
        padding: 7px;
        top: 42px;
    }

        #menu .addInList-popup table.lists {
            width: 393px;
            overflow-x: hidden;
            position: relative;
            border-top: 3px double gray;
            margin-left: 8px;
        }

        #menu .addInList-popup .last-element, #noListsMessage {
            margin-top: 20px;
            white-space: normal;
        }

        #menu .addInList-popup table.lists td {
            max-width: 150px;
            padding: 0px 0px;
        }

        #menu .addInList-popup table.lists tr {
            vertical-align: middle;
            border-bottom: 1px solid lightgray;
            height: 31px;
        }

            #menu .addInList-popup table.lists tr:first-child {
                height: 32px;
            }

            #menu .addInList-popup table.lists tr:hover .list-actions {
                display: inline-block;
            }

            #menu .addInList-popup table.lists tr .list-actions {
                float: right;
            }

            #menu .addInList-popup table.lists tr:hover .list-statistics {
                display: none;
            }

            #menu .addInList-popup table.lists tr .list-statistics {
                float: right;
            }

        #menu .addInList-popup table.lists .text {
            height: 20px;
            width: 330px;
        }

        #menu .addInList-popup .search-input {
            margin-top: 10px;
        }

    #menu li#logo {
        background-color: #E90E0E;
        /*width: 190px;*/
        text-align: center;
    }

        #menu li#logo a {
            font-size: 30px;
            font-weight: bold;
        }

            #menu li#logo a:hover {
                background-color: #E90E0E;
                text-decoration: none;
            }

.ui-autocomplete {
    overflow-x: hidden;
}

.in-list-group {
    margin-bottom: -10px;
    margin-left: 7px;
}

    .in-list-group .input-append .active, .input-prepend .active {
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        border-bottom-color: #b3b3b3;
    }

input + span + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

#btnConfirm {
    margin-bottom: 10px;
}

#lotsCheckbox {
    margin-bottom: 4px;
}

.copy-url, #divLists .btn-group .copy-url, #outerUrl, #outerUrlLimited, #popupMainContent .copy-url {
    font-size: 17px;
}

.btn-outer {
    color: #008000;
}

.btn-outer-limited {
    color: #0000ff;
}

.a-black {
    color: #333333;
    text-decoration: none;
}

.btn-outer-black {
    color: #333333;
}

.btn-active {
    background-color: #e6e6e6;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn i.btn-active-mark {
    display: none;
}

.btn.active i.btn-active-mark {
    display: block;
    position: absolute;
    top: -13px;
    color: blue;
    left: calc(50% - 10px);
}

.a-black:hover, .a-black:focus {
    color: #333333;
    text-decoration: underline;
}

.a-client {
    color: #A52A2A;
    text-decoration: none;
}

    .a-client:hover, .a-client:focus {
        color: #A52A2A;
        text-decoration: underline;
    }

.tooltip-custom {
    word-wrap: break-word;
}

#divLists .ejsgrid-header .fa-question-circle,
.ejsgrid-menu .fa-question-circle {
    color: gray;
}

#divLists .ejsgrid .fa-rub,
#divLists .ejsgrid .fa-picture-o,
#divLists .ejsgrid .fa-sort,
.ui-tooltip .fa-rub,
.ui-tooltip .fa-picture-o,
#frmMachineLot .fa-map-marker {
    color: #A52A2A;
}

.header-line {
    line-height: 30px;
}

::-ms-clear {
    display: none;
}

.form-control-clear {
    pointer-events: auto;
    cursor: pointer;
    transform: translate(-7px,-22px);
    color: red;
}

span.form-control-clear {
    transform: translate(-22px, 0px);
    display: inline-block;
}

.search-input {
    pointer-events: auto;
    transform: translate(-93px,-5px);
}

#divGrid .filter-active {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

#body .green-title {
    overflow: visible;
    background-color: #98E86F;
}

.filter-link-item {
    margin-right: 10px;
    width: 140px;
    float: left;
    font-size: 12px;
}

.fli-type {
    font-weight: bold;
}

.filter-link {
    float: left;
    max-width: 110px;
    overflow: hidden;
    margin-right: 5px;
    text-overflow: ellipsis;
    color: #0088cc;
    white-space: nowrap;
}

.filter-link-count {
    color: #868181;
}

.filter-link-group {
    display: table-row;
}

.filter-link-groups {
    max-width: 1200px;
    margin-bottom: 3px;
    margin-top: 3px;
}

#txtlotUserConditions {
    width: 102px;
}

#frmSite .site-banner {
    width: 200px;
    background-color: white;
}

#divListOnSites .mainPhoto {
    max-width: 80px;
    min-width: 80px;
    width: 80px;
}

.box-maring-top {
    margin-top: 50px;
}

.box-maring-bottom-50 {
    margin-bottom: 50px;
}

.height-50 {
    height: 50px;
}

#txtLists {
    width: 257px;
}

#popupMainContent .input-append {
    width: 293px;
}

#divLastLists {
    width: 393px;
}

.control-label.red {
    color: red;
}

.control-label.pointer-no {
    cursor: default;
}

#body {
    padding: 10px 20px;
}

.bold-no {
    font-weight: normal;
}

.a-lot {
    border-bottom: 1px dashed #0088cc;
}

.dark-blue {
    color: darkblue;
}

iframe {
    border: none;
    overflow: auto;
    background-color: transparent;
    height: 100%;
}

#frmMachineLot div.create-type {
    font-size: 330px;
    position: absolute;
    opacity: 0.2;
    left: 50%;
    margin-left: -270px;
    z-index: -1;
}

    #frmMachineLot div.create-type .fa {
        font-size: 330px;
    }

#frmMachineLot span.email {
    color: #00008b;
}

#frmMachineLot span.price {
    background-color: lawngreen;
    font-weight: bold;
    padding: 3px;
}

#frmMachineLot .price-container {
    display: inline-block;
    margin-right: 10px;
    padding-top: 5px;
}

#frmMachineLot .content-container {
    display: inline-block;
}

#frmMachineLot ul.dropdown-menu.with-actions li > a {
    padding-right: 230px;
}

.machine-photos-lots table {
    font-size: large;
    width: 100%;
    height: 100%;
}

    .machine-photos-lots table thead {
        vertical-align: bottom;
    }

    .machine-photos-lots table th,
    .machine-photos-lots table td {
        border: 1px solid gray;
    }

    .machine-photos-lots table th {
        max-width: 128px;
    }

    .machine-photos-lots table td {
        padding: 10px;
        text-align: center;
        font-size: larger;
        font-weight: bold;
    }

        .machine-photos-lots table td.selected {
            background-color: lightgreen;
        }

.same-machine-lots td .lot-status.match {
    background-color: #8DE9F7;
}

#divSameMachineLots.same-machine-lots tr.group td {
    border-top: 2px solid #999;
}

.same-machine-lots a[target] {
    border-bottom: 1px dashed black;
}

.chat-container .new-message .content {
    margin-right: 187px;
    height: 70px;
}

    .chat-container .new-message .content textarea {
        width: 100%;
        margin-bottom: 0px;
        height: 70px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
    }

.chat-container .new-message .btn-send {
    height: 70px;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    font-size: large;
}

.chat-container .fa.new {
    color: red;
}

.chat-container .chat-contacts {
    float: left;
    width: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px;
    height: 350px;
    margin: 5px;
}

.chat-contacts ul,
.chat-contacts li {
    list-style-type: none;
    margin: 0px;
}

.chat-contacts li {
    height: 40px;
    padding: 1px;
    position: relative;
}

    .chat-contacts li.selected,
    .chat-contacts li.selected a:hover {
        background-color: #cff6f7;
    }

    .chat-contacts li .img {
        width: 40px;
        display: inline-block;
        background-position: center;
        background-repeat: no-repeat;
        height: 40px;
        background-size: contain;
        border-radius: 3px;
    }

    .chat-contacts li a {
        height: 40px;
        line-height: 40px;
        display: block;
        text-decoration: none;
        white-space: nowrap;
    }

        .chat-contacts li a:hover {
            text-decoration: none;
            background-color: #eeeeee;
        }

.chat-contacts .fa.new {
    position: absolute;
    left: 29px;
    top: 28px;
}

.lot-messages {
    margin: 5px;
    margin-left: 200px;
    height: 350px;
    overflow: auto;
}

    .lot-messages .message-box {
        position: relative;
        padding-bottom: 10px;
    }

        .lot-messages .message-box.survey {
            background-color: #d8e4bc;
            border-radius: 10px;
            margin-top: 2px;
            margin-bottom: 2px;
        }

        .lot-messages .message-box.highlight {
            background-color: #fff16c;
        }

    .lot-messages div.info {
        margin: 5px;
        margin-top: 3px;
    }

        .lot-messages div.info .status {
            font-size: 85%;
            border-radius: 5px;
            padding: 0px 5px;
            display: inline-block;
            background-color: #fcd5b4;
        }

            .lot-messages div.info .status .fa {
                padding-top: 4px;
                font-size: 13px;
                margin-left: 5px;
            }

                .lot-messages div.info .status .fa.gray {
                    color: #CBCBCB;
                }

                .lot-messages div.info .status .fa.green {
                    color: #03c03c;
                }

    .lot-messages .common div.info .status {
        background-color: #daeef3;
    }

    .lot-messages .private div.info .status {
        background-color: transparent;
    }

    .lot-messages div.photo {
        float: left;
        max-width: 48px;
        max-height: 48px;
        padding-top: 11px;
        width: 48px;
        text-align: center;
    }

    .lot-messages .out div.photo {
        float: right;
    }

    .lot-messages div.photo img {
        max-width: 48px;
        max-height: 48px;
        border-radius: 3px;
    }

    .lot-messages .in div.content {
        margin-left: 60px;
    }

    .lot-messages .out div.content {
        margin-right: 60px;
    }

    .lot-messages div.info .user {
        margin: 2px;
        font-weight: bold;
    }

    .lot-messages .out div.info {
        text-align: right;
    }

    .lot-messages div.text {
        margin: 2px;
        padding: 5px;
        border-radius: 10px;
    }

    .lot-messages div.actions {
        display: none;
        float: left;
        margin-top: 30px;
        font-size: large;
    }

        .lot-messages div.actions a {
            color: gray;
        }

            .lot-messages div.actions a:hover {
                color: black;
            }

    .lot-messages .private-visible {
        display: none;
    }

    .lot-messages .private .private-visible {
        display: initial;
    }

    .lot-messages .private .private-invisible {
        display: none;
    }

    .lot-messages .in div.message {
        float: left;
    }

    .lot-messages div.message {
        max-width: 70%;
        position: relative;
    }

    .lot-messages div.message-box:hover div.actions {
        display: block;
    }

    .lot-messages .out div.message {
        float: right;
    }

    .lot-messages .in div.text {
        background-color: #c5d9f1;
        color: #2F628F;
    }

    .lot-messages .out div.text {
        background-color: #d8e4bc;
        color: #529c3e;
    }

    .lot-messages .message-box.survey div.text {
        font-weight: bold;
    }

    .lot-messages .out div.info .user .current {
        color: #c00057;
    }

    .lot-messages .in div.actions {
        float: right;
    }

.left-column {
    width: 260px;
    float: left;
}

.right-content {
    margin-left: 280px;
}

.box {
    padding: 10px;
}

.box-white {
    border: 1px solid #C0C0C0;
    box-shadow: 0px 0px 5px #C0C0C0;
    padding: 10px 15px;
}

.box-white-list {
    padding: 5px 15px 10px 15px;
}

.box-white .box-fieldset {
    margin: 5px 0px 15px 0px;
}

.box-content {
    padding: 15px;
    overflow: auto;
}

.box-gray {
    background-color: #f5f5f5;
    border: 1px solid #D5D5D5;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    overflow: auto;
    padding: 5px 10px;
}

    .box-gray .alert-loading {
        text-align: center;
        margin: 0px auto;
        width: 300px;
        padding: 2px 0px;
    }

.box-maring-bottom {
    margin-bottom: 20px;
}

.box-grid {
    overflow: auto;
    max-width: 100%;
}

.box-header-actions {
    float: right;
    margin: 15px 5px 0px 0px;
}

    .box-header-actions .frm-search {
        float: left;
        margin-right: 10px;
    }

.max-height {
    overflow: auto;
}

.scroll-no {
    overflow: hidden;
}

.m5px {
    margin: 5px;
}

.mr5px {
    margin-right: 5px;
}

.w35px {
    width: 35px;
}

.w100px {
    width: 100px;
}

.no-wrap {
    white-space: nowrap;
}

strong.required {
    color: red;
    font-size: 120%;
}

a.black {
    color: black;
}

.ejs-resizable-helper {
    border: 2px dotted black !important;
}

div.ejsgrid {
    min-height: 300px;
}

#sitePageGrids div.ejsgrid,
#divGridSitePages div.ejsgrid {
    min-height: 100px;
}

div.ejsgrid.bootstrap table.ejsgrid tr.info:nth-child(odd) td,
div.ejsgrid.bootstrap table.ejsgrid tr.info td {
    background-color: #d9edf7;
}

div.ejsgrid td.textCenter {
    text-align: center;
}

div.ejsgrid tr.filter input[type=text],
div.ejsgrid tr.filter .select,
div.ejsgrid tr.filter select {
    height: 25px;
    margin-bottom: 0px;
    padding: 2px 6px;
}

    div.ejsgrid tr.filter input[type=text]:not(.select) {
        padding-right: 18px;
    }

div.ejsgrid tr.filter .txt-max {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.ejsgrid div.ejsgrid-header table.header tr td div.col div.text {
    font-size: 12px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}

div.ejsgrid.bootstrap table.ejsgrid tr.affected td {
    -webkit-animation-name: tr-affected; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: tr-affected;
    animation-duration: 4s;
}

div.ejsgrid.bootstrap table.ejsgrid tr.newInList td {
    -webkit-animation-name: tr-affected; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 400s; /* Safari 4.0 - 8.0 */
    animation-name: tr-affected;
    animation-duration: 400s;
}

@-webkit-keyframes tr-affected {
    from {
        background-color: #ffd800;
    }
}

@keyframes tr-affected {
    from {
        background-color: #ffd800;
    }
}

table tr.collapsed {
    display: none;
}

a.icon,
a.icon:hover {
    text-decoration: none;
    text-decoration: none;
}

.icon-exit {
    background-image: url('images/icons/small/exit.png');
    background-position: center center;
    height: 16px;
    width: 16px;
    margin-top: 0px;
}

.icon-excel, .dropdown-menu > li > a:hover > .icon-excel {
    background-image: url('images/icons/small/excel.png');
    background-position: center center;
    height: 16px;
    width: 16px;
    margin-top: 0px;
}

.icon-avito, .dropdown-menu > li > a:hover > .icon-avito {
    background-image: url('images/icons/small/avito.png');
    background-position: center center;
    height: 16px;
    width: 16px;
    margin-top: 0px;
}

input[type=text].invalid,
input[type=password].invalid,
select.invalid,
textarea.invalid {
    border-color: red;
}

div.invalid, span.invalid, a.invalid {
    color: red;
}

div.large, span.large, a.large {
    font-size: large;
}

.h3-right {
    float: right;
    margin-top: 10px;
    font-size: 13px;
}

.order-details {
}

    .order-details .order-details-right {
        float: right;
        width: 380px;
    }

    .order-details .order-details-left {
        margin-right: 400px;
    }

        .order-details .order-details-left .col {
            width: 50%;
            height: 125px;
            float: left;
        }

    .order-details .col .box-fieldset {
        clear: left;
    }

    .order-details .order-details-left .col .col-border-right,
    .order-details .order-details-left .col .col-border-left {
        border-right: 1px solid #CCCCCC;
        margin-right: 50px;
    }

.order-procedure {
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
}

    .order-procedure td.order-procedure-container-td {
        padding: 0px;
        margin: 0px;
        vertical-align: top;
    }

        .order-procedure td.order-procedure-container-td .procedure-col {
            overflow: auto;
        }

    .order-procedure tr.order-procedure-header {
        overflow: hidden;
        white-space: nowrap;
    }

        .order-procedure tr.order-procedure-header th {
            height: 20px;
            max-height: 20px;
        }

    .order-procedure div.order-procedure-header {
        height: 37px;
    }

    .order-procedure tr.order-procedure-row td.order-procedure-td {
        height: 109px;
        min-height: 109px;
        max-height: 109px;
        overflow: hidden;
    }

    .order-procedure div.order-procedure-td {
        height: 124px;
        min-height: 124px;
        max-height: 123px;
        padding: 2px 8px 0px 8px;
    }

    .order-procedure td.order-procedure-container-td table.table-condensed {
        margin: 0px;
    }

        .order-procedure td.order-procedure-container-td table.table-condensed td {
            padding: 3px;
            font-size: 11px;
            white-space: nowrap;
            height: 22px;
            overflow: hidden;
            max-height: 22px;
            min-height: 22px;
        }

            .order-procedure td.order-procedure-container-td table.table-condensed td .editable {
                display: block;
            }

                .order-procedure td.order-procedure-container-td table.table-condensed td .editable strong {
                    margin-right: 50px;
                    display: block;
                }

                .order-procedure td.order-procedure-container-td table.table-condensed td .editable .editable-buttons {
                    float: right;
                }

                    .order-procedure td.order-procedure-container-td table.table-condensed td .editable .editable-buttons a {
                    }

    .order-procedure .divEdit {
        display: none;
    }

.table-works {
}

    .table-works td {
        width: 20%;
        font-size: 16px;
        line-height: 35px;
        font-weight: bold;
    }

        .table-works td[colspan="2"] {
            width: 40%;
        }

        .table-works td[colspan="3"] {
            width: 60%;
        }

    .table-works .btn-stop {
        position: relative;
        z-index: 11;
    }

    .table-works .btn {
        text-transform: uppercase;
        font-weight: bold;
    }

    .table-works .btn-xlarge {
        height: 35px;
        font-size: 16px;
    }

.table-tasks tbody.group {
    border-width: 4px 0px;
    border-style: double;
}

.calendar td {
    text-align: center;
}

.calendar .month {
    margin-bottom: 10px;
}

    .calendar .month table {
        width: 100%;
    }

        .calendar .month table td {
            height: 40px;
        }

    .calendar .month .head {
        font-size: 24px;
    }

.calendar td.calendar-day div {
    color: #000;
    display: inline-block;
    font-size: 15px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    width: 37px;
}

.calendar td.calendar-day.holiday div,
.calendar td.calendar-day.short_work div {
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    height: 31px;
    line-height: 32px;
    margin: 3px;
    width: 31px;
    background-color: orangered;
}

.calendar td.calendar-day.short_work div {
    background-color: #FFC000;
}

.calendar td.calendar-day {
    position: relative;
}

    .calendar td.calendar-day.holiday.employee div {
        background-color: transparent;
        position: relative;
        border-radius: unset;
    }

        .calendar td.calendar-day.holiday.employee div span {
            z-index: 1;
            position: relative;
        }

        .calendar td.calendar-day.holiday.employee div:after {
            height: 28px;
            width: 28px;
            position: absolute;
            top: 1px;
            left: 1px;
            z-index: -1;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            transform: rotate(45deg);
            content: '';
            display: block;
            background-color: yellowgreen;
        }

    .calendar td.calendar-day label.holidays {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }

        .calendar td.calendar-day label.holidays:after {
            height: 18px;
            width: 18px;
            position: absolute;
            top: 1px;
            left: -2px;
            z-index: -1;
            -webkit-transform: rotate( 45deg );
            -moz-transform: rotate(45deg);
            transform: rotate( 45deg );
            content: '';
            display: block;
            background-color: yellowgreen;
        }

.calendar .day-of-week {
    display: none;
}

    .calendar .day-of-week.holiday {
        color: orangered;
    }


.calendar .month.first .day-of-week {
    display: initial;
}


td div.td .lot-status {
    padding: 5px;
    text-align: center;
    border-radius: 10px;
}

td div.td .sold {
    background-color: rgb(242, 57, 44);
    height: 30px;
}

#tblLots td div.sold {
    height: 20px;
    width: 314px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
}

.editable,
.editable-readonly {
    display: inline-block;
    padding: 1px 0px 1px 3px;
    border: 1px solid transparent;
    border-radius: 1px;
    height: 21px;
    overflow: hidden;
    white-space: nowrap;
}

    .editable.editable-big {
        height: auto;
        white-space: normal;
    }

    .editable:hover {
        border-color: #CCCCCC;
        transition: border-color 0.3s;
        -webkit-transition: border-color 0.3s;
        -moz-transition: border-color 0.3s;
        -ms-transition: border-color 0.3s;
        -o-transition: border-color 0.3s;
    }

h3 .editable {
    height: 38px;
    overflow: visible;
}

.editable .editable-buttons {
    display: inline-block;
    color: black;
    opacity: 0;
    padding: 0px;
    margin-left: 4px;
    margin-top: -2px;
    border-left: 1px solid #CCCCCC;
}

h3 .editable .editable-buttons {
    float: right;
}

.editable .editable-buttons a {
    color: black;
    height: 23px;
    line-height: 23px;
    padding: 0px 4px;
    display: inline-block;
}

h3 .editable .editable-buttons a {
    height: 40px;
    line-height: 38px;
}

h3 span.buttons {
    line-height: 20px;
    margin-bottom: 0px;
}

.editable .editable-buttons a:hover {
    text-decoration: none;
    background-color: #F0F0F0;
}

.editable:hover .editable-buttons {
    opacity: 1;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}

.editable.editable-big .editable-buttons {
    float: right;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: -1px;
}

.editable.editable-active {
    padding-right: 3px;
}

.editable a.editable-remove {
    border-left: none;
    margin-left: 0px;
}

.editable .editable-text .order-status,
.editable .editable-text .coder-status,
.editable .editable-text .master-status {
    display: inline-block;
    padding: 0px 2px;
    margin: -2px 0px;
}

.tabs-actions {
    float: right;
    position: relative;
    z-index: 1;
    margin: 10px 10px 0px 0px;
    font-size: 13px;
}

    .tabs-actions a {
        margin-left: 10px;
    }

.ui-tabs .ui-tabs-nav {
    padding-left: 0px;
    margin-bottom: -1px;
}

.ui-tabs .ui-tabs-panel {
    border-width: 1px;
    border-top: none;
}

.ui-tabs .ui-tabs-nav li {
    border: 1px solid #ccc;
    /*border-bottom:none;*/
    background-color: #F5F5F5;
    margin-right: 2px;
}

    .ui-tabs .ui-tabs-nav li.ui-tabs-active {
        border-color: #AAA;
        border-bottom-color: #FFF;
        padding-bottom: 3px;
    }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active i.fa {
            color: red;
        }

.ui-tabs .ui-tabs-nav a.ui-tabs-anchor {
    color: black;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a.ui-tabs-anchor {
    font-weight: bold;
}

input[type=text].plain,
select.plain,
textarea.plain {
    border-color: transparent;
    box-shadow: none;
    -webkit-appearance: none;
    box-sizing: content-box;
    padding: 0px 4px;
    line-height: normal;
    resize: none;
    margin-bottom: 0px;
    color: #333333;
}

    input[type=text].plain.link,
    select.plain.link,
    textarea.plain.link {
        color: #0875b4;
    }

input[type=text].plain,
select.plain {
    height: 20px;
}

    input[type=text].plain:focus,
    select.plain:focus,
    textarea.plain:focus,
    input[type=text].plain:hover,
    select.plain:hover,
    textarea.plain:hover {
        border: 1px solid #ccc;
    }

select.plain {
    cursor: pointer;
}

input[type=text].plain[readonly] {
    background-color: white;
}

.two, .three, .four {
    overflow: auto;
}

    .two .col, .three .col, .four .col {
        float: left;
        width: 50%;
        padding: 0px;
        margin: 0px;
        overflow: auto;
    }

    .four .col {
        width: 25%;
    }

    .three .col {
        float: left;
        width: 33.333%;
    }

    .three .two {
        float: left;
        width: 66.666%;
    }

.text-left, .btn.text-left {
    text-align: left;
}

.text-right,
.table td.text-right {
    text-align: right;
}

.text-fade {
    color: #C0C0C0;
}

.hidden {
    display: none;
}

.span1-5 {
    width: 95px;
}

.span25-5 {
    width: 174px;
}

.span5-5 {
    width: 400px;
}

.inline-block {
    display: inline-block;
}

.d-flex {
    display: flex;
}

.relative {
    position: relative;
}

.inline-block.span4 {
    display: inline-block;
    margin-left: 0px;
    float: none;
    width: 286px;
}

.inline-block.span5 {
    display: inline-block;
    margin-left: 0px;
    float: none;
    width: 380px;
}

.span4.btn-large {
    width: 256px;
}

.btn.dropdown-toggle.span5-5 {
    width: 390px;
}

.input-append button.span3 {
    float: none;
}

select.span5 {
    width: 376px;
}

select.input-small {
    height: 26px;
    margin-bottom: 5px;
    padding: 2px 6px;
    font-size: 11.9px;
}

.pt5px {
    padding-top: 5px;
}

.table.table-autowidth {
    width: auto;
}

.table.table-small {
    font-size: 12px;
}

    .table.table-small input {
        padding: 1px 4px;
    }

    .table.table-small select {
        height: 24px;
    }

.table .td-nopadding {
    padding: 0px;
}

.table .td-morepadding {
    padding: 4px 9px;
}

.table .td-noborder {
    border-left: none;
    border-right: none;
}

.table .td-nopadding .table {
    margin-bottom: 0px;
}

.table-header .tr-header th {
    background-color: #F0F0F0;
}

.table.table-noborder td,
.table.table-noborder th {
    border: none;
}

.table.table-brief {
}

    .table.table-brief td {
        padding-right: 18px;
        min-width: 50px;
    }

    .table.table-brief input[type=text] {
        margin: 4px 2px;
        margin-bottom: 2px;
        outline: none;
        box-shadow: none;
    }

        .table.table-brief input[type=text]:focus {
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        }

.on-top {
    position: fixed;
    right: 0px;
    bottom: 0px;
    background-color: #C0C0C0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: 0.8;
    display: block;
}

    .on-top:hover {
        background-image: url(images/on-top.png);
        background-position: center center;
        background-repeat: no-repeat;
        width: 60px;
        height: 60px;
        opacity: 1;
        transition: opacity, width, height 0.3s;
        -webkit-transition: opacity, width, height 0.3s;
        -moz-transition: opacity, width, height 0.3s;
        -ms-transition: opacity, width, height 0.3s;
        -o-transition: opacity, width, height 0.3s;
    }

.form-login {
    margin: 50px auto 0px auto;
    width: 300px;
}

.ui-dialog .form-login {
    margin: 10px auto 0px auto;
}

.form-horizontal.form-long-label .control-label {
    width: 200px;
}

.form-horizontal.form-long-label .controls {
    margin-left: 220px;
}

.form-plain {
}

    .form-plain .form-item {
        overflow: visible;
        margin-bottom: 7px;
        clear: left;
    }

    .form-plain .form-hr {
        border-bottom: 1px solid #CCCCCC;
        margin: 5px 0px;
    }

    .form-plain .form-item .form-title {
        float: left;
        display: block;
        margin-top: 2px;
    }

        .form-plain .form-item .form-title .editable {
            margin-left: -3px;
        }

    .form-plain .form-item .form-control {
        margin-left: 160px;
    }

    .form-plain .form-item .form-title select.caption {
        border-left: 0px;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        color: black;
        margin-left: -9px;
    }

    .form-plain .form-item .form-control .on-hover,
    .with-hover .on-hover {
        display: none;
    }

    .form-plain .form-item .form-control:hover button.on-hover,
    .with-hover:hover button.on-hover {
        display: inline-block;
    }

    .form-plain .form-item .form-control:hover div.on-hover,
    .with-hover:hover div.on-hover {
        display: block;
    }

    .form-plain .form-item .form-control *,
    .form-plain .form-item .form-title * {
        vertical-align: middle;
        margin-bottom: 0px;
    }

input.input-link, .pointer {
    cursor: pointer;
}

.nav-tabs .nav-tab-with-control {
}

    .nav-tabs .nav-tab-with-control a {
        padding-right: 30px;
    }

    .nav-tabs .nav-tab-with-control .nav-tab-control {
        float: right;
        margin: 10px 5px 0px 0px;
        width: 20px;
    }

.ui-timepicker {
    box-shadow: 0px 0px 3px #C0C0C0;
    margin-top: 3px;
}

    .ui-timepicker .ui-timepicker-table {
        padding: 0px;
        margin: 0px;
        border-collapse: collapse;
    }

        .ui-timepicker .ui-timepicker-table .ui-timepicker-hours,
        .ui-timepicker .ui-timepicker-table .ui-timepicker-minutes {
            padding: 0px;
        }

        .ui-timepicker .ui-timepicker-table .ui-timepicker-title {
            background-color: #F0F0F0;
            border: none;
            padding: 3px 5px;
            border-bottom: 1px solid #C0C0C0;
        }

        .ui-timepicker .ui-timepicker-table .ui-timepicker {
            padding: 0px;
            margin: 0px;
            border: none;
            border-collapse: collapse;
            background-color: transparent;
        }

            .ui-timepicker .ui-timepicker-table .ui-timepicker td {
                padding: 3px;
                background-color: transparent;
                border: none;
            }

                .ui-timepicker .ui-timepicker-table .ui-timepicker td a {
                    cursor: pointer;
                    padding: 1px 2px;
                }

        .ui-timepicker .ui-timepicker-table th.periods {
            padding: 0px 5px;
        }

        .ui-timepicker .ui-timepicker-table .ui-timepicker-minutes .ui-timepicker {
            margin-left: 10px;
        }

        .ui-timepicker .ui-timepicker-table .ui-timepicker-minutes .ui-timepicker-title {
            padding-left: 15px;
        }

input.txt-noborder {
    border: none;
    box-shadow: none;
}

input.txt-max {
    width: 100%;
}

input.txt-small {
    padding: 2px 4px;
    margin-bottom: 0px;
}

.form-horizontal .control-group {
    margin-bottom: 5px;
}

.control-group.small .control-label {
    width: 80px;
}

.control-group.small .controls {
    margin-left: 90px;
}

.control-group.medium .control-label {
    width: 130px;
}

.control-group.medium .controls {
    margin-left: 140px;
}

.control-label.text-left {
    text-align: left;
}

.control-group.label-150px .control-label {
    width: 150px;
}

.control-group.label-150px .controls {
    margin-left: 150px;
}

.control-group.label-180px .control-label {
    width: 180px;
}

.control-group.label-180px .controls {
    margin-left: 200px;
}

.control-group.label-200px .control-label {
    width: 200px;
}

.control-group.label-200px .controls {
    margin-left: 204px;
}

span.txt {
    display: inline-block;
    padding: 4px;
    font-size: 13px;
    line-height: 18px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    vertical-align: middle;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    float: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    margin: 0px;
    min-height: 18px;
    word-wrap: break-word;
}

    span.txt.txt-disabled {
        background-color: #eeeeee;
    }

span.yellow {
    background-color: yellow;
}

div.event-alert {
    font-style: italic;
    opacity: 0.6;
    background-color: #ffd800;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(0,0,0,0.2) 0px 0px 3px 3px;
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1000;
}

.label.label-clean {
    color: black;
    background-color: transparent;
}

label[data-help], span[data-help] {
    cursor: help;
}

button.btn-photos-expander {
    border: none;
    color: gray;
    margin-top: -20px;
    line-height: 10px;
    background-color: white;
}

div.hr {
    height: 1px;
    border-bottom: 1px solid #eee;
}

.h10px {
    height: 10px;
}

.minh350px {
    min-height: 350px;
}

.small {
    font-size: 85%;
}

body .popover {
    background: #FFFFAA;
    border: 1px solid #FFAD33;
}

    body .popover .popover-title {
        background-color: #FFDFAF;
    }

    body .popover.bottom .arrow:after {
        border-bottom-color: #FFDFAF;
    }

.ui-tooltip.ui-widget {
    background: #FFFFAA;
    border: 1px solid #FFAD33;
}

ul.dropdown-menu.with-actions li {
    overflow: hidden;
    margin-bottom: 2px;
}

    ul.dropdown-menu.with-actions li > a {
        display: inline-block;
        width: 100%;
        padding-right: 125px;
    }

.btn-max {
    width: 100%;
    box-sizing: border-box;
}

.btn.btn-nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.btn.btn-small input[type=checkbox] {
    margin: 0px;
}

.plupload_button:hover {
    text-decoration: none;
}

.plupload_button .ui-button-icon-primary {
    float: left;
    margin: 4px 0px;
}

.plupload_button .ui-button-text {
    padding: 3px 10px;
    margin-left: 12px;
}

.plupload_droptext {
    color: gray;
    font-size: 32px;
}

.busy .plupload_droptext {
    opacity: 0.1;
}

.plupload_view_switch .plupload_button {
    width: 20px;
}

.plupload_view_switch .ui-button-icon-only .ui-icon {
    margin-left: 0px;
}

.photos.plupload_view_thumbs div.plupload_file_action {
    top: 0;
    right: -18px;
    height: 100%;
    width: 20px;
    opacity: 0;
    padding-top: 10px;
    text-align: center;
}

    .photos.plupload_view_thumbs div.plupload_file_action a {
        font-size: 16px;
        line-height: 20px;
    }

.photos.plupload_view_thumbs div.photo-item:hover div.plupload_file_action {
    opacity: 1;
}

.btn-honey-pot-5 {
    text-shadow: 0px -1px 0px #9f2b14;
    color: #ffffff;
    background-color: #BD4932;
    background-image: -moz-linear-gradient(top, #db6750, #9f2b14);
    background-image: -ms-linear-gradient(top, #db6750, #9f2b14);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#db6750), to(#9f2b14));
    background-image: -webkit-linear-gradient(top, #db6750, #9f2b14);
    background-image: -o-linear-gradient(top, #db6750, #9f2b14);
    background-image: linear-gradient(top, #db6750, #9f2b14);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db6750', endColorstr='#9f2b14', GradientType=0);
    border-color: #BD4932 #9f2b14 #9f2b14 #BD4932;
    border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
}

    .btn-honey-pot-5:hover,
    .btn-honey-pot-5:active,
    .btn-honey-pot-5.active,
    .btn-honey-pot-5.disabled,
    .btn-honey-pot-5[disabled] {
        background-color: #9f2b14;
    }

    .btn-honey-pot-5:hover {
        color: #fffffa;
        text-shadow: 0px -1px 0px #810d00;
    }

/* class: .btn-wonka-land-2,  color theme: Wonka Land */
.btn-wonka-land-2, .btn-wonka-land-2:focus {
    text-shadow: 0px -1px 0px #ae6800;
    color: #ffffff;
    background-color: #CC8604;
    background-image: -moz-linear-gradient(top, #eaa422, #ae6800);
    background-image: -ms-linear-gradient(top, #eaa422, #ae6800);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eaa422), to(#ae6800));
    background-image: -webkit-linear-gradient(top, #eaa422, #ae6800);
    background-image: -o-linear-gradient(top, #eaa422, #ae6800);
    background-image: linear-gradient(top, #eaa422, #ae6800);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaa422', endColorstr='#ae6800', GradientType=0);
    border-color: #CC8604 #ae6800 #ae6800 #CC8604;
    border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
}

    .btn-wonka-land-2:hover, .btn-wonka-land-2:active, .btn-wonka-land-2.active, .btn-wonka-land-2.disabled, .btn-wonka-land-2[disabled] {
        background-color: #ae6800;
    }

    .btn-wonka-land-2:hover {
        color: #ffffcc;
        text-shadow: 0px -1px 0px #904a00;
    }

    .btn-wonka-land-2.active, .btn-wonka-land-2:active {
        background-image: none;
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        color: #ffea68;
    }
/* end .btn-wonka-land-2 */

/* class: .btn-beetle-bus-goes-jamba-juice-1,  color theme: Beetle Bus goes Jamba Juice! */
.btn-beetle-bus-goes-jamba-juice-1, .btn-beetle-bus-goes-jamba-juice-1:focus {
    text-shadow: 0px -1px 0px #550028;
    color: #ffffff;
    background-color: #730046;
    background-image: -moz-linear-gradient(top, #911e64, #550028);
    background-image: -ms-linear-gradient(top, #911e64, #550028);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#911e64), to(#550028));
    background-image: -webkit-linear-gradient(top, #911e64, #550028);
    background-image: -o-linear-gradient(top, #911e64, #550028);
    background-image: linear-gradient(top, #911e64, #550028);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#911e64', endColorstr='#550028', GradientType=0);
    border-color: #730046 #550028 #550028 #730046;
    border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
}

    .btn-beetle-bus-goes-jamba-juice-1:hover, .btn-beetle-bus-goes-jamba-juice-1:active, .btn-beetle-bus-goes-jamba-juice-1.active, .btn-beetle-bus-goes-jamba-juice-1.disabled, .btn-beetle-bus-goes-jamba-juice-1[disabled] {
        background-color: #550028;
    }

    .btn-beetle-bus-goes-jamba-juice-1:hover {
        color: #ffc8ff;
        text-shadow: 0px -1px 0px #37000a;
    }

    .btn-beetle-bus-goes-jamba-juice-1.active, .btn-beetle-bus-goes-jamba-juice-1:active {
        background-image: none;
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        color: #d764aa;
    }
/* end .btn-beetle-bus-goes-jamba-juice-1 */

/* class: .btn-century-5,  color theme: Century */
.btn-century-5, .btn-century-5:focus {
    text-shadow: 0px 1px 0px #ffff7b;
    color: #000000;
    background-color: #D9E53F;
    background-image: -moz-linear-gradient(top, #f7ff5d, #bbc721);
    background-image: -ms-linear-gradient(top, #f7ff5d, #bbc721);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7ff5d), to(#bbc721));
    background-image: -webkit-linear-gradient(top, #f7ff5d, #bbc721);
    background-image: -o-linear-gradient(top, #f7ff5d, #bbc721);
    background-image: linear-gradient(top, #f7ff5d, #bbc721);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7ff5d', endColorstr='#bbc721', GradientType=0);
    border-color: #D9E53F #bbc721 #bbc721 #D9E53F;
    border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
}

    .btn-century-5:hover, .btn-century-5:active, .btn-century-5.active, .btn-century-5.disabled, .btn-century-5[disabled] {
        background-color: #bbc721;
    }

    .btn-century-5:hover {
        color: #758100;
        text-shadow: 0px 1px 0px #ffff7b;
    }

    .btn-century-5.active, .btn-century-5:active {
        background-image: none;
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        color: #394500;
    }
/* end .btn-century-5 */

/* class: .btn-hint-of-monet-5,  color theme: Hint of Monet */
.btn-hint-of-monet-5, .btn-hint-of-monet-5:focus {
    text-shadow: 0px -1px 0px #452c88;
    color: #ffffff;
    background-color: #634AA6;
    background-image: -moz-linear-gradient(top, #8168c4, #452c88);
    background-image: -ms-linear-gradient(top, #8168c4, #452c88);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8168c4), to(#452c88));
    background-image: -webkit-linear-gradient(top, #8168c4, #452c88);
    background-image: -o-linear-gradient(top, #8168c4, #452c88);
    background-image: linear-gradient(top, #8168c4, #452c88);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8168c4', endColorstr='#452c88', GradientType=0);
    border-color: #634AA6 #452c88 #452c88 #634AA6;
    border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
}

    .btn-hint-of-monet-5:hover, .btn-hint-of-monet-5:active, .btn-hint-of-monet-5.active, .btn-hint-of-monet-5.disabled, .btn-hint-of-monet-5[disabled] {
        background-color: #452c88;
    }

    .btn-hint-of-monet-5:hover {
        color: #ffffff;
        text-shadow: 0px -1px 0px #270e6a;
    }

    .btn-hint-of-monet-5.active, .btn-hint-of-monet-5:active {
        background-image: none;
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        color: #c7aeff;
    }
/* end .btn-hint-of-monet-5 */

.btn-group.in-tab {
    margin-top: 4px;
    margin-right: 4px;
}

.photos .photo-item.multiple-machines {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(250, 20, 20, 0.9);
    -moz-box-shadow: 0px 0px 30px 0px rgba(250, 20, 20, 0.9);
    box-shadow: 0px 0px 30px 0px rgba(250, 20, 20, 0.9);
}

    .photos .photo-item.multiple-machines img {
        -webkit-box-shadow: 0px 0px 30px 0px rgba(250, 20, 20, 0.9);
        -moz-box-shadow: 0px 0px 30px 0px rgba(250, 20, 20, 0.9);
        box-shadow: 0px 0px 30px 0px rgba(250, 20, 20, 0.9);
    }

.photos .photo-item.plupload_file {
    overflow: initial;
}

.photos #imgPreview {
    width: 400px;
    height: 400px;
}

.main-photo {
    padding: 6px;
    margin: 10px;
    border: 1px solid #EEE;
    margin-left: 0px;
    margin-top: 0px;
}

.uneditable-label {
    padding: 4px;
    font-size: 13px;
}

.fotorama-box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 15px;
    background-color: rgba(50, 50, 50, 0.8);
    box-sizing: border-box;
    z-index: 99;
}

    .fotorama-box .fotorama {
        height: 100%;
        width: 80%;
        background-color: #333333;
    }

    .fotorama-box .fotorama-menu {
        float: right;
        width: 20%;
        background-color: white;
        height: 100%;
    }

        .fotorama-box .fotorama-menu .fotorama-close {
            font-size: 30px;
            float: right;
            text-decoration: none;
            color: #C0C0C0;
            margin: 15px;
        }

            .fotorama-box .fotorama-menu .fotorama-close:hover {
                color: #333333;
            }

        .fotorama-box .fotorama-menu .buttons .btn-row:first-child {
            border-top: 1px solid lightgray;
        }

        .fotorama-box .fotorama-menu .buttons a {
            color: black;
        }

        .fotorama-box .fotorama-menu .buttons .btn-row {
            display: block;
            padding-left: 10px;
            padding-right: 10px;
            line-height: 40px;
            border-bottom: 1px solid lightgray;
        }

            .fotorama-box .fotorama-menu .buttons .btn-row .btn-group {
                display: none;
            }

        .fotorama-box .fotorama-menu .buttons a:hover,
        .fotorama-box .fotorama-menu .buttons a:active,
        .fotorama-box .fotorama-menu .buttons a:focus {
            text-decoration: none;
        }

        .fotorama-box .fotorama-menu .buttons .btn-row:hover {
            -webkit-box-shadow: 0 2px 4px #f7e845, 0 -2px 4px #f7e845;
            -moz-box-shadow: 0 2px 4px #f7e845, 0 -2px 4px #f7e845;
            box-shadow: 0 2px 4px #f7e845, 0 -2px 4px #f7e845;
        }

            .fotorama-box .fotorama-menu .buttons .btn-row:hover .btn-group {
                display: block;
            }

        .fotorama-box .fotorama-menu .info .title {
            font-size: 16px;
        }

        .fotorama-box .fotorama-menu .info .description {
            color: #999;
            word-wrap: break-word;
        }

        .fotorama-box .fotorama-menu .info .info-row {
            line-height: 28px;
        }

        .fotorama-box .fotorama-menu .file-info {
            text-align: left;
            line-height: 25px;
        }

            .fotorama-box .fotorama-menu .file-info table {
                width: 100%;
                table-layout: fixed;
            }

                .fotorama-box .fotorama-menu .file-info table td {
                    width: 70%;
                }

.work-log .flex-1 {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.work-log .log button {
    width: 100%;
    font-size: xxx-large;
    line-height: 80px;
}

.work-log .log input {
    width: 100%;
    font-size: xxx-large;
    line-height: 80px;
    height: 100%;
    box-sizing: border-box;
}

.work-log table th,
.work-log table td {
    vertical-align: middle;
}