﻿body {
}

a {
    cursor: pointer;
}

input {
    color: #333333;
    font-size: 10px;
}

select {
    color: #333333;
    font-size: 10px;
}

.labelFont {
    font-weight: bold;
    padding: 3px 5px 3px 0px;
}

.groupsMenu {
    width: 100%;
}

    .groupsMenu ul {
        display: none;
        position: relative;
        left: -11px;
        padding-left: 7px;
    }

    .groupsMenu .groupLink {
        text-decoration: underline;
        font-weight: bold;
    }

    .groupsMenu .hide {
        font-weight: normal;
        text-decoration: none;
    }

    .groupsMenu .ui-icon {
        position: absolute;
        left: 0;
        top: -3px;
    }

    .groupsMenu li {
        font-weight: bold;
        position: relative;
        margin-top: 2px;
        margin-bottom: 2px;
        display: block;
    }

.wGroupsMenu {
    font-weight: bold;
    width: 100%;
}

    .wGroupsMenu .wGroupMenuHide {
        font-weight: normal;
    }

    .wGroupsMenu ul {
        display: none;
        position: relative;
        left: -11px;
        padding-left: 7px;
    }

    .wGroupsMenu .wGroupLink {
        text-decoration: underline;
    }

    .wGroupsMenu .ui-icon {
        position: absolute;
        left: 0;
        top: -3px;
    }

    .wGroupsMenu li {
        font-weight: bold;
        position: relative;
        margin-top: 2px;
        margin-bottom: 2px;
        display: block;
    }

.wareManager .groupType, .pageManager .groupType {
    background-color: #EFEFEF;
    display: block;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-transform: uppercase;
    font-size: 0.9em;
    color: gray;
    border: 1px solid #DEDEDE;
}

.wareManager .fGroupItem {
    padding: 3px;
}

.groupsMenu .groupType:hover {
    background-color: #DEDEDE;
}

.groupsMenu ul {
    margin-left: 0;
}

.groupsMenu li {
    padding-left: 17px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: normal;
    text-transform: none;
    background-color: transparent;
}

    .groupsMenu li a {
        color: black;
    }

    .groupsMenu li li a {
        color: gray;
    }

.wGroupsMenu .groupType:hover {
    background-color: #DEDEDE;
}

.wGroupsMenu ul {
    margin-left: 10px;
}

    .wGroupsMenu ul ul {
        margin-left: 0;
    }

.wGroupsMenu li li {
    padding-left: 17px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: bold;
    text-transform: none;
    background-color: transparent;
}

    .wGroupsMenu li li a {
        color: black;
    }

    .wGroupsMenu li li li a {
        color: gray;
    }

.droppableActive {
    color: Red !important;
}

    .droppableActive a {
        color: Red !important;
    }

.groupsMenu .count {
    font-size: 0.8em;
    color: gray;
    font-weight: normal;
}

.wareManager .item {
    float: left;
    text-align: center;
    padding: 5px;
    margin: 2px;
    cursor: hand;
    cursor: pointer;
    background-color: White;
    font-size: 11px;
    margin-top: 10px;
    border: 1px solid white;
    position: relative;
}

.wareManager .selected {
    background-color: #EFEFEF;
    border: 1px solid silver;
}

.wareManager .copy {
    background-color: Red;
}

.wareManager .item img {
    position: relative;
    margin: auto;
    display: block;
    margin-bottom: 10px;
}

.wareManager .item a {
    text-decoration: none;
    color: Gray;
}

.wareManager .fGroup {
    border: 1px dashed silver;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .wareManager .fGroup .fGroupItem {
        cursor: move;
        padding-top: 6px;
        border-bottom: 1px solid #EFEFEF;
        padding-bottom: 3px;
        position: relative;
    }

.wareManager .fGroupItem .ui-icon, .wareManager .item .ui-icon {
    position: absolute;
    top: 2px;
    right: 0;
}

.toolbar {
    background-color: #EFEFEF;
    border: 1px solid #DEDEDE;
    margin-bottom: 10px;
    font-size: 0.8em;
    padding: 3px;
}

    .toolbar select {
        font-size: 1em;
        margin-right: 10px;
    }

    .toolbar a {
        font-weight: bold;
        color: Gray;
        text-decoration: underline;
        padding-left: 3px;
        padding-right: 3px;
    }

        .toolbar a:hover {
            color: Black;
        }

.cleaner {
    clear: both;
}

.wareManager td {
    background-color: White;
}

.wareManager .portlet-content {
    border: 0 !important;
}

.invisible img {
    filter: alpha(opacity=25);
    -khtml-opacity: 0.25;
    -moz-opacity: 0.25;
    opacity: 0.25;
}

.notStored {
    background-color: Red;
}

.wareEditorTable td {
    padding: 0px 0px 3px 0px;
}

.wareEditorTable {
    width: 100%;
}

.wareManager .addWare, .wareManager .addGroup {
    float: left;
    width: 110px;
    text-align: center;
    padding: 0px;
    margin: 0 auto;
    cursor: hand;
    cursor: pointer;
    background-color: White;
    font-size: 11px;
    margin-top: 10px;
    border: 1px solid white;
}

    .wareManager .addWare img, .wareManager .addGroup img {
        position: relative;
        margin: auto;
        display: block;
        float: left;
        width: 50px;
        margin-top: -10px;
    }

    .wareManager .addWare a {
        display: block;
        margin-top: 10px;
        float: left;
        width: 110px;
        line-height: 15px;
        text-decoration: none;
        color: green;
        font-weight: bold;
    }

    .wareManager .addGroup a {
        display: block;
        float: left;
        width: 110px;
        line-height: 15px;
        text-decoration: none;
        color: #6F8CA3;
        font-weight: bold;
        margin-top: 10px;
    }

#addWare table td {
    vertical-align: top;
}

    #addWare table td select {
        font-size: 11px;
        width: 96%;
        padding-top: 3px;
        padding-bottom: 3px;
    }

.tip {
    color: Gray;
    font-size: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
}

th {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 9px;
    vertical-align: top;
    padding-top: 5px;
}

.cke_skin_kama .cke_dialog_body {
    z-index: inherit;
}

#page_wrapper.login {
    text-align: center;
}

    #page_wrapper.login #tabs ul li a {
        font-size: 0.8em;
    }

    #page_wrapper.login #page-header {
        background: none;
    }

    #page_wrapper.login #page-layout {
        text-align: center;
        padding-top: 60px;
    }

    #page_wrapper.login #page-layout {
        position: relative;
        margin: auto;
        width: 300px;
        text-align: left;
        float: none;
    }

    #page_wrapper.login .ui-widget-content {
        border: 1px solid silver;
    }

    #page_wrapper.login .ui-widget-content, #page_wrapper.login .ui-tabs-panel {
        background: none;
        background-color: rgba(255,255,255,0.4) !important;
    }

.complexGrid th {
    background-color: silver;
    color: black;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.complexGrid td {
    padding-top: 5px;
    padding-left: 3px;
    padding-right: 3px;
}

.cgRightAlign {
    text-align: right;
}

#ui-datepicker-div {
    display: none;
}

.jqGridExtenderBox {
    border: 1px solid #dddddd;
    border-top: none;
    margin-top: -11px;
    margin-bottom: 11px;
    padding: 7px;
    text-align: right;
    background-color: White;
}

td {
    vertical-align: middle;
}

.ui-widget-content tr {
}

.ad-grid-secondary td {
    background: #eee;
}

.ad-grid-first td {
    background: #fff;
}

.ui-state-hover td {
    background: #bbb;
}


div.ui-datepicker {
    margin: 5px;
}

.wordwrap {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}

.ocatalog-list-status-button {
    position: relative;
    width: 80px;
    height: 15px;
    color: white;
    font-size: x-small;
    margin-left: 5px;
    padding-left: 5px;
    padding-top: 3px;
    vertical-align: middle;
}

.ui-jqgrid-sortable {
    text-transform: none;
    padding-top: 4px;
}

.txtOrderSearch {
    width: 186px;
}

.ocatalog-search-rbexpr {
    font-size: 80%;
}

.datepicker {
    margin: 2px;
}

.portlet-content input[type=text], .portlet-content select {
    width: 90%;
    border: 1px solid #777;
    margin: 2px;
    padding: 1px;
    font-size: 1.1em;
}

.ui-th-column-header, .ui-th-column {
    text-align: center;
    vertical-align: middle;
}

#tableMoves {
    width: 100%;
    border-collapse: collapse;
}

    #tableMoves td, #tableMoves th {
        border: 1px solid #888;
    }

    #tableMoves th {
        background-color: #555;
        color: White;
        text-align: center;
        padding: 3px;
    }

    #tableMoves td {
        padding: 2px;
        font-size: 12px;
        background-color: White;
        text-align: center;
    }


.phoneButton {
    background: url("/images/phone.png");
    height: 20px;
    width: 33px;
    display: inline-block;
}

.menubar {
    background: url("/css/themes/black_rose/images/header-bg.png") repeat-x;
    height: 110px;
    margin: 0px;
    outline: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
    z-index: 0;
}

#page_wrapper {
    width: 1240px;
    min-width: 1240px;
    max-width: 1240px;
    text-align: left;
    margin: auto;
}

#sidebar-left {
    text-align: center;
}

.tableStatistic td {
    text-align: right;
    font-size: 16px;
    border-bottom: 1px solid #AAA;
}

.tableStatistic th {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    background-color: #555;
    color: White;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.tableStatisticSmall td {
    text-align: right;
    font-size: 12px;
    border-bottom: 1px solid #AAA;
    padding: 2px;
}

.tableStatisticSmall th {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    padding: 2px;
    background-color: #555;
    color: White;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.tableStatisticPanel td {
    font-size: 11px;
    padding: 2px;
}

#LCmenu {
    float: right;
}

    #LCmenu li {
        background-color: White;
        position: relative;
        float: left;
        margin: 5px;
        line-height: 20px;
        width: 80px;
        padding: 3px;
        border: 2px solid black;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

        #LCmenu li.text {
            padding-left: 10px;
        }

        #LCmenu li img {
            line-height: 20px;
            padding-left: 3px;
            padding-right: 5px;
            margin-bottom: -3px;
        }

        #LCmenu li ul {
            position: absolute;
            display: none;
            margin-top: 3px;
            left: 0px;
        }

            #LCmenu li ul li {
                width: 80px;
                margin: 0px;
                line-height: 20px;
                border: 0px;
                -moz-border-radius: 0px;
                border-radius: 0px;
            }

        #LCmenu li:hover ul {
            display: block;
        }

        #LCmenu li ul li:hover {
            background-color: Blue;
        }

.ui-datepicker-calendar .ui-state-highlight {
    background: #888888;
}

.mailHeader {
    width: 100%;
    border-bottom: 1px solid gray;
    margin-bottom: 10px;
}

    .mailHeader td {
        font-size: 12px;
        padding: 3px;
    }

        .mailHeader td.buttons {
            text-align: center;
            vertical-align: middle;
        }

            .mailHeader td.buttons input {
                padding: 3px;
                margin: 5px;
            }

    .mailHeader strong {
        font-weight: bold;
    }

.rightTab {
    float: right !important;
}

    .rightTab a {
        color: blue !important;
    }

table.tdMassStoreStates td {
    padding: 5px;
}

.pointer {
    cursor: hand;
    cursor: pointer;
}

.addWidgetButton {
    display: block;
    width: 43px;
    height: 42px;
    background-image: url('/images/layout/icoPlus.png');
    float: right;
}

    .addWidgetButton.left {
        float: left;
    }

.widgetButtonPin {
    display: block;
    width: 43px;
    height: 42px;
    background-image: url('/images/layout/icoPin.png');
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
}

    .widgetButtonPin.left {
        float: left;
    }

.addWidgetButton:hover {
    background-image: url('/images/layout/icoPlus1.png');
}

.widgetButtonPin:hover {
    background-image: url('/images/layout/icoPin1.png');
}

.addTaskButton {
    display: block;
    width: 43px;
    height: 42px;
    background-image: url('/images/layout/icoTask.png');
    position: relative;
    top: 10px;
    left: 1120px;
    z-index: 90;
}

    .addTaskButton.active {
        background-image: url('/images/layout/icoTaskActive.png');
    }

        .addTaskButton.active:hover {
            background-image: url('/images/layout/icoTaskActive1.png');
        }

    .addTaskButton:hover {
        background-image: url('/images/layout/icoTask1.png');
    }

.search {
    font-weight: bold;
    font-size: larger;
}

.title_massChanges {
    font-weight: bold;
    font-size: large;
}

.title_massChanges2 {
    color: #bbb;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
}



#communicationTree {
    padding-left: 0px;
}

    #communicationTree ul {
        padding-left: 0px;
    }

    #communicationTree li {
        margin: 0px;
        padding: 0px;
        line-height: 16px;
        background: url('/images/folder_small.png') no-repeat 0px 1px;
        padding: 1px 0px 1px 18px;
        cursor: pointer;
    }

.dropTree {
    background-color: red !important;
    border: 1px solid red;
}

#communicationTree ul span:hover {
    color: blue;
}

#communicationTree li.server {
    background: url('/images/server.png') no-repeat 0px 1px;
}

#communicationTree li.trash {
    background: url('/images/bin.png') no-repeat 0px 1px;
}

#communicationTree li.sent {
    background: url('/images/folder_go.png') no-repeat 0px 1px;
}

.specialDate a {
    border: 1px solid pink !important;
    color: red !important;
}

.freeDate a {
    border: 1px solid pink !important;
    color: white !important;
    background: none !important;
    background-color: red !important;
    font-weight: bold !important;
}

/*
 * Styly pro wareWizard.aspx
 */
#wareWizard {
    background-color: white;
}

    #wareWizard #varDivs div {
        float: left;
        width: 150px;
        height: 200px;
        overflow: auto;
        border: 1px solid #555;
        margin: 2px;
    }

        #wareWizard #varDivs div span.nadpis {
            display: block;
            width: 100%;
            height: 20px;
            line-height: 20px;
            font-weight: bold;
            font-size: 16px;
            color: white;
            background-color: #555;
            text-align: center;
        }

        #wareWizard #varDivs div table {
            width: 100%;
        }

            #wareWizard #varDivs div table th {
                padding: 2px;
                padding-top: 4px;
                padding-bottom: 4px;
                background-color: #888;
                color: white;
                font-weight: bold;
                text-align: center;
            }

            #wareWizard #varDivs div table td {
                padding: 2px;
            }

                #wareWizard #varDivs div table td.check {
                    width: 15px;
                }

    #wareWizard h3 {
        font-size: 22px;
        font-weight: bold;
        margin: 10px;
        margin-left: 0px;
    }

    #wareWizard #page_1, #wareWizard #page_2, #wareWizard #page_3, #wareWizard #page_4, #wareWizard #page_5, #wareWizard #page_6 {
        padding: 10px;
    }

.tableCellSpacing3px td {
    padding: 3px;
}

table.activeHours th {
    text-align: center;
    vertical-align: middle;
}

table.activeHours td {
    padding: 2px;
    text-align: center;
    vertical-align: middle;
}

#importErrorsTablePager_center > table > tbody > tr > td:nth-child(4) > input, #payErrorsTablePager_center > table > tbody > tr > td:nth-child(4) > input {
    width: auto;
}

table.editable tr {
    cursor: pointer !important;
}

.validateInt, .validateFloat {
    text-align: right;
}

.btnNotif {
    background-color: #e45a5a !important;
    color: white !important;
    border-color: #e69a9a !important;
}

#exportSettingsDialog ul {
    padding-left: 1em;
}

    #exportSettingsDialog ul li {
    }

.portlet-content input.ui-pg-input {
    width: auto;
}

.ui-jqgrid-btable input.editable {
    width: 88% !important;
}

#content_confirmRBs td {
    padding: 5px 0;
}

.clvSettings > div {
    display: none;
}

.priceTable {
    display: table;
    position: relative;
    margin: auto;
}

    .priceTable > div {
        display: table-row;
    }

        .priceTable > div > span {
            display: table-cell;
            padding: 2px;
        }

#gview_itemsGrid button {
    white-space: normal;
}

#packeta-iframe-wrap {
    max-width: none !important;
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
}

/* VEX 
    *
    *
    *
    *
    *
*/

@-webkit-keyframes vex-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes vex-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes vex-fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes vex-fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes vex-rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes vex-rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.vex, .vex *, .vex *:before, .vex *:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vex {
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1111;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.vex-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.vex-overlay {
    -webkit-animation: vex-fadein .5s;
    animation: vex-fadein .5s;
    position: fixed;
    z-index: 1111;
    background-color: rgba(30, 34, 43, 0.6);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .vex-overlay.vex-closing {
        -webkit-animation: vex-fadeout .5s forwards;
        animation: vex-fadeout .5s forwards;
    }

.vex-content {
    -webkit-animation: vex-fadein .5s;
    animation: vex-fadein .5s;
    background: #fff;
}

.vex.vex-closing .vex-content {
    -webkit-animation: vex-fadeout .5s forwards;
    animation: vex-fadeout .5s forwards;
}

.vex-close:before {
    font-family: Arial, sans-serif;
    content: "\00D7";
}

.vex-dialog-form {
    margin: 0;
}

.vex-dialog-button {
    text-rendering: optimizeLegibility;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.vex-loading-spinner {
    -webkit-animation: vex-rotation .7s linear infinite;
    animation: vex-rotation .7s linear infinite;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 1112;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2em;
    width: 2em;
    background: #fff;
}

body.vex-open {
    overflow: hidden;
}


@-webkit-keyframes vex-flipin-horizontal {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes vex-flipin-horizontal {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes vex-flipout-horizontal {
    0% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
}

@keyframes vex-flipout-horizontal {
    0% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
}

.vex.vex-theme-flat-attack {
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-perspective-origin: 50% 150px;
    perspective-origin: 50% 150px;
    padding-top: 120px;
    padding-bottom: 100px;
}

    .vex.vex-theme-flat-attack.vex-closing .vex-content {
        -webkit-animation: vex-flipout-horizontal .5s forwards;
        animation: vex-flipout-horizontal .5s forwards;
    }

    .vex.vex-theme-flat-attack .vex-content {
        /*
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-animation: vex-flipin-horizontal .5s;
        animation: vex-flipin-horizontal .5s;
            */
    }

    .vex.vex-theme-flat-attack .vex-content {
        font-weight: 200;
        background: #fff;
        padding: 2em;
        line-height: 1.5em;
        position: relative;
        margin: 0 auto;
        max-width: 100%;
        width: 700px;
    }

        .vex.vex-theme-flat-attack .vex-content h1, .vex.vex-theme-flat-attack .vex-content h2, .vex.vex-theme-flat-attack .vex-content h3, .vex.vex-theme-flat-attack .vex-content h4, .vex.vex-theme-flat-attack .vex-content h5, .vex.vex-theme-flat-attack .vex-content h6, .vex.vex-theme-flat-attack .vex-content p, .vex.vex-theme-flat-attack .vex-content ul, .vex.vex-theme-flat-attack .vex-content li {
            color: inherit;
        }

    .vex.vex-theme-flat-attack .vex-close {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

        .vex.vex-theme-flat-attack .vex-close:before {
            display: block;
            line-height: 0.5;
            overflow: hidden;
            padding: 10px;
            text-align: center;
            top: 0;
            right: 0;
            color: #fff;
            background: #1e222b;
        }

    .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-message {
        margin-bottom: .5em;
    }

    .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input {
        margin-bottom: .5em;
    }

        .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="week"] {
            border-radius: 3px;
            background: #f0f0f0;
            width: 100%;
            padding: .25em .67em;
            border: 0;
            font-family: inherit;
            font-weight: inherit;
            font-size: inherit;
            min-height: 2.5em;
            margin: 0 0 .25em;
        }

            .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
                box-shadow: inset 0 0 0 2px #666;
                outline: none;
            }

    .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-buttons {
        *zoom: 1;
        padding-top: 1em;
        margin-bottom: -3em;
        margin-left: -2em;
        margin-right: -2em;
    }

        .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-buttons:after {
            content: "";
            display: table;
            clear: both;
        }

    .vex.vex-theme-flat-attack .vex-dialog-button {
        border-radius: 0;
        border: 0;
        margin: 0;
        float: right;
        padding: .5em 1em;
        font-size: 1.13em;
        text-transform: uppercase;
        font-weight: 200;
        letter-spacing: .1em;
        line-height: 1em;
        font-family: inherit;
    }

        .vex.vex-theme-flat-attack .vex-dialog-button.vex-last {
            margin-left: 0;
        }

        .vex.vex-theme-flat-attack .vex-dialog-button:focus {
            outline: none;
        }

        .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-primary {
            background: #666;
            color: #fff;
        }

            .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-primary:focus {
                box-shadow: inset 0 3px rgba(0, 0, 0, 0.2);
            }

        .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary {
            background: #fff;
            color: #ccc;
        }

            .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary:focus {
                box-shadow: inset 0 3px #aaa;
                background: #eee;
                color: #777;
            }

            .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary:hover, .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary:active {
                color: #777;
            }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-close:before {
        background: #ff7ea7;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
        box-shadow: inset 0 0 0 2px #ff7ea7;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
        background: #ff7ea7;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-close:before {
        background: #ce4a55;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
        box-shadow: inset 0 0 0 2px #ce4a55;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
        background: #ce4a55;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-close:before {
        background: #34b989;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
        box-shadow: inset 0 0 0 2px #34b989;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
        background: #34b989;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-close:before {
        background: #477FA5;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
        box-shadow: inset 0 0 0 2px #477FA5;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
        background: #477FA5;
    }

.vex-loading-spinner.vex-theme-flat-attack {
    height: 4em;
    width: 4em;
}

.vex-full .vex-content {
    max-width: initial !important;
    width: auto !important;
    height: 100% !important;
    padding: 0 !important;
}

.vex.vex-theme-flat-attack {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
