/* Minification failed. Returning unminified contents.
(58,31): run-time error CSS1030: Expected identifier, found 'table'
(58,36): run-time error CSS1031: Expected selector, found ')'
(58,36): run-time error CSS1025: Expected comma or open brace, found ')'
(62,34): run-time error CSS1030: Expected identifier, found 'table'
(62,39): run-time error CSS1031: Expected selector, found ')'
(62,39): run-time error CSS1025: Expected comma or open brace, found ')'
(68,40): run-time error CSS1030: Expected identifier, found 'table'
(68,45): run-time error CSS1031: Expected selector, found ')'
(68,45): run-time error CSS1025: Expected comma or open brace, found ')'
(182,35): run-time error CSS1030: Expected identifier, found ','
(182,55): run-time error CSS1031: Expected selector, found ')'
(182,55): run-time error CSS1025: Expected comma or open brace, found ')'
(424,35): run-time error CSS1030: Expected identifier, found ','
(424,52): run-time error CSS1031: Expected selector, found ')'
(424,52): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/*************************
*   Admin Panel styles   *
**************************/
html {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #333;
    font-size: .85em;
    font-family: MS Sans-Serif, Verdana;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

a, img {
    border: none;
}

a {
    padding: 0px;
    margin: 0px;
    color: #28286f;
    font-weight: normal;
    text-decoration: none;
}

    a img {
        border: 0px;
    }

/* Forms */
fieldset {
    padding: 10px;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

    fieldset.adminPanel div {
        /*margin: 10px;*/
    }

    fieldset.adminPanel input[type=text], fieldset.adminPanel input[type=password] {
        width: 250px;
    }

    fieldset.adminPanel>div
    {
        margin-bottom:7px;
    }

/* Tables */
table:not(#CurrentViewPreview table) {
    border: 0px;
}

table td:not(#CurrentViewPreview table), table th:not(#CurrentViewPreview table) {
    padding: 7px;
    margin: 0px;
    border-bottom: 1px solid #e5e5e5;
}

table tr:hover:not(#CurrentViewPreview table) {
    background-color: #EBEBE7;
}

.selectedRow {
    background-color: #FEF4D5;
}

/* Errors */
.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}


.alert {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

textarea.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

#adminHeader {
    height: 65px;
    background-color: #EBEBE7;
    padding: 6px;
}

#adminBody {
    font-size: 12px;
    font-family: Verdana;
    float: left;
    height: 100%;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 100px;
}

a.button_, .button{
    /*border: 1px solid gray;
    margin: 10px;
    padding: 5px;
    color: black;
    cursor:pointer;*/
    height: 30px;
    min-width: 96px;
    border: none;
    cursor: pointer;
    display: block;
    background-color: #888;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    margin: 10px;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
    color: white;
    display:inline-block;
}

a.button
{
    width:100px;
}

input[type=submit] {
    border: 1px solid gray;
}

input[type=text]:not(.dialogNumber, .browseServerInput), input[type=password], input[type=file], select {
    width: 300px;
    height: 20px;
}

.browseServerInput {
    cursor: pointer;
    border: 1px solid #aaa;
    /*height: 10px;*/
    border-radius: 5px;
    padding: 5px;
    width: 117px;
    display: block;
    float: left;
    cursor: pointer;
}

input[type=file] {
    border: 2px solid gray;
}

#adminFooter {
    width: 100%;
    height: 40px;
    bottom: 0px;
    left: 0px;
    position: fixed;
    /* background-color: #28286f; */
    background-color: #075e93;
    color: #FFFFFF;
    padding: 6px;
    z-index: 10;
}

    #adminFooter a {
        color: #FFFFFF;
        text-decoration: none;
    }

        #adminFooter a:visited {
            color: #FFFFFF;
        }

.message {
    margin: 16px;
    padding: 10px;
    border: 2px solid #6556c1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.dataTable {
    font-size: 12px;
}

.dataRow {
}

.panel {
    /*width: 600px;*/
    vertical-align: top;
    border-collapse:collapse;
}

    .panel thead th {
        cursor: pointer;
        vertical-align: top;
        font-size: 12px;
        font-weight: bold;
    }

    .panel thead th {
        vertical-align: top;
        padding: 7px;
    }

    .panel thead {
        background-color: #EBEBE7;
    }

    .panel tr:hover {
        background-color: #EBEBE7;
    }

    .panel td {
        padding: 7px;
        border-bottom: 1px solid gray;
    }

#editProfileLeftPane, #editProfileRightPane {
    width: 400px;
    float: left;
}

    #editProfileLeftPane div, #editProfileRightPane div {
        /*padding: 5px;*/
    }

#menu {
    width: 210px;
}


    #menu a {
        color: #2F2F2F;
    }

    #menu .leftpane {
        float: left;
        background-color: #EBEBE7;
        width: 32px;
    }

    #menu .rightpane {
        float: left;
        width: 175px;
        border-right: 1px solid #EBEBE7;
    }

        #menu .leftpane div, #menu .rightpane div {
            height: 20px;
            padding: 5px;
            line-height: 24px;
        }

        #menu .leftpane div img, #menu .rightpane div img {
            width : 100%;
            height: 100%;
        }

#settings {
    width: 800px;
}

.leftpane, .rightpane {
    float: left;
    width: 350px;
}

.rightpane { 
    width : 450px;
}

    .leftpane div, .rightpane div:not(.ObjectsDiv) {
        padding: 8px;
    }

.topMargin {
    margin-top: 4px;
}

#SEO-settings textarea {
    width: 100%;
    height: 50px;
}

#Chat-settings textarea {
    width: 250px;
    height: 50px;
}

#ItemSeoPanel textarea
{
    width: 250px;
    height: 50px;
}

#ItemSeoPanel input[type=text]
{
    width:250px;
}

#ItemSeoPanel div
{
    margin-bottom:10px;
}

#MerchantDetails textarea {
    width: 300px;
    height: 40px;
}

#registerAdminUser div {
    padding: 3px;
    margin: 8px;
}

#errorPagePanel {
    padding: 8px;
    background-image: url('/Content/Error.png');
    width: 769px;
    height: 563px;
    background-repeat: no-repeat;
    margin: auto;
}

#login, #config {
    width: 521px;
    height: 261px;
    background-image: url('/Content/Admin/Panel.png');
    background-repeat: no-repeat;
    margin: auto;
    border-radius: 7px;
    box-shadow: 0px 0px 10px grey;
}

    #login #loginControls {
        position: relative;
        top: 60px;
        left: 160px;
    }

    #login input[type=text], #login input[type=password] {
        width: 200px;
    }

    #login #loginControls div {
        margin: 6px;
        text-align: left;
    }

    #login #btnLogin {
        position: relative;
        top: 70px;
        left: 0px;
        margin: auto;
    }

    #login #defaultCredetials {
        line-height: 40px;
        position: relative;
        top: 70px;
        left: 0px;
        margin: auto;
    }

#loginMessage {
    width: 700px;
    margin: auto;
}

.panelGroup div:not(.folderContent, .galleryUseInfo) {
    margin: 2px;
    padding: 2px;
    margin-right: 0px;
    padding-right: 0px;
}

.panelGroup textarea {
    width: 300px;
    height: 50px;
}

.panelGroup .dataTables_wrapper, .panelGroup .dataTables_length, .panelGroup .dataTables_wrapper, .panelGroup .dataTables_filter {
    padding: 8px;
    margin: 3px;
}

.panelGroup .float {
    width: 350px;
    float: left;
}

.panelGroup .dataTables_wrapper input[type=text] {
    border: 1px solid gray;
    background-size: contain;
    background-image: url('/Content/Admin/search.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.panelGroup .dataTables_wrapper select {
    width: 50px;
}

.panelGroup .dataTables_paginate {
    padding: 8px;
    margin: 3px;
}

    .panelGroup .dataTables_paginate a {
        cursor: pointer;
    }

.panelGroup div
{
    margin:5px;
}

.panelGroup table thead tr, .panelGroup table tfoot tr {
    background-color: #EBEBE7;
}

#paymentSettings {
    /*width: 950px;*/
}

    #paymentSettings .left {
        width: 400px;
        float: left;
    }

    #paymentSettings .right {
        width: 400px;
        float: right;
    }

.attentionLink {
    color: red;
}

.layoutConfig {
    float: left;
    width: 850px;
    font-size: 15px;
}

    .layoutConfig div {
        margin-left: 10px;
    }

    .layoutConfig input {
        margin-bottom: 10px;
    }

.layoutConfigAddRow, .addView {
    background-image: url(Admin/Icons/addRow.png);
    float: left;
    height: 30px;
    width: 30px;
}

.layoutConfigRemoveRow {
    background-image: url(Admin/Icons/removeRow.png);
    float: left;
    height: 30px;
    width: 30px;
}

.center {
    text-align: center;
}

#btnGallery {
    font-weight: bold;
}

#adminSectionTitle {
    font-style: italic;
    font-weight: bold;
    margin-bottom: 16px;
}

.layoutArrangementPane, .pageContentPane {
    box-shadow: 0px 0px 3px #ff6f06 inset;
    /*display: none;*/
    position: relative;
    height: 100%;
    padding: 0;
    margin: auto;
    /*overflow: hidden;*/
    /*background-color: #848484;*/
    margin-top: 0;
}

#layoutViewsPool {
    /*position: relative;*/
    float: right;
    display: block;
    height: 297px;
    /*overflow: hidden;*/
    z-index: 5;
    width: 1px;
    background-color: #f2f2f2;
    border-left: none;
}



#rightPanelWrapper {
    display: none;
    position: relative;
    float: left;
    margin-left: 20px;
    margin-top: 0px;
}

.ViewThumbnail {
    overflow: hidden;
    position: relative;
    color: #5f5f5f;
    padding: 5px;
    margin: 10px;
    text-align: left;
    width: 162px;
    height: 33px;
    background-color: #e8e8e8;
    border: 2px white solid;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
}

    .ViewThumbnail img {
        top: 2px;
        position: absolute;
        left: 9px;
        bottom: 12px;
        height: 35px;
    }

    .ViewThumbnail:hover {
        cursor: pointer;
        color: white;
        background-color: #efa431;
    }

.draggableWidget {
    position: absolute;
    float: left;
    color: white;
    text-align: center;
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-color: #333;
    padding: 0px;
}

.LayoutButton {
    color: white;
    width: 140px;
    height: 30px;
    padding: 2px;
    background-color: #333;
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
    border: 1px solid black;
}

    .LayoutButton:hover {
        cursor: pointer;
        background-color: #878787;
    }

#addContainerButton {
    color: white;
    display: inline-block;
    width: 152px;
    height: 30px;
    padding: 2px;
    background-color: #878787;
    text-align: center;
    border: 1px #878787 solid;
    margin-bottom: 12px;
}

    #addContainerButton:hover {
        cursor: pointer;
        background-color: #bbb;
    }

.SettingsWidgetButton {
    display : inline-block;
    top : 2px;
    left : 15px;
    background-image: url('/Content/themes/DemoTheme/Images/settings_gear.png');
    background-size: 100% 100%;
    /*opacity: 0.35;*/
    width: 15px;
    height: 15px;
    position: relative;
    /*right: 23px;
    top: 5px;*/
    z-index: 100;
}

.RemoveWidgetButton {
    background-image: url('/Content/Admin/LayoutManager/close-15.png');
    display : inline-block;
    top : 2px;
    left : 15px;
    /*opacity: 0.35;*/
    width: 15px;
    height: 15px;
    position: relative;
    /*right: 5px;
    top: 5px;*/
    z-index: 100;
}

.NewContainerPageButton {
    z-index: 7;
    background-image: url('/Content/Admin/LayoutManager/page-15.png');
    opacity: 0.35;
    width: 15px;
    height: 15px;
    position: relative;
    float: right;
    z-index: 2;
}

    .NewContainerPageButton:hover {
        cursor: pointer;
        opacity: 1.0;
    }

.RemoveContainerButton {
    z-index: 7;
    background-image: url('/Content/Admin/LayoutManager/close-15.png');
    opacity: 0.35;
    width: 15px;
    height: 15px;
    position: relative;
    float: right;
}

    .RemoveContainerButton:hover, .ConfigurationSettingsButton:hover {
        cursor: pointer;
        opacity: 1.0;
    }

.configurationSettings {
    display: none;
}

.RemoveWidgetButton:hover, .SettingsWidgetButton:hover {
    cursor: pointer;
    opacity: 1.0;
}

#LayoutPositionCustomizationWrapper {
    display: inline-block;
}

.layoutWidget {
    z-index: 3;
}

.ViewsContainer {
    z-index: 1;
    /*background-color: #ff6618;*/
    /*border: 1px dashed #c21e00;*/
    background-image: url('/Content/Admin/LayoutManager/Container-Background.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    float: left;
    color: white;
    text-align: center;
    width: 100px;
    height: 100px;
    overflow: hidden;
    padding: 0px;
}

.ContainerPage {
    z-index: 7;
    width: 15px;
    height: 15px;
    background-image: url('/Content/Admin/LayoutManager/page-dot-inactive.png');
    position: relative;
    float: left;
}

    .ContainerPage:hover {
        opacity: 1;
        background-color: #53280f;
    }

.ContainerPageContentWrapper {
    opacity: 0.9;
}

.ViewDescription {
    font-weight: bold;
    display: inline-block;
    width: 101px;
    position: relative;
    top: 2px;
    margin-left: 50px;
}

.PageSettingsButton {
    right: 23px;
    top: 5px;
    z-index: 7;
    width: 15px;
    height: 15px;
    margin-left: 3px;
    /*opacity: 0.35;*/
    position: absolute;
    background-size: 15px;
    background-image: url('/Content/themes/DemoTheme/Images/settings_gear.png');
}

.RemovePageButton {
    z-index: 7;
    margin-left: 3px;
    width: 15px;
    height: 15px;
    background-image: url('/Content/Admin/LayoutManager/page-delete.png');
    /*opacity: 0.35;*/
    position: absolute;
    right: 5px;
    top: 5px;
}

.pageButton:hover {
    opacity: 1;
    cursor: pointer;
}

#ViewsCustomizationBody iframe {
    width: 1000px;
    height: 500px;
    border: none;
    padding: 0;
}

#LayoutButtonsWrapper {
    display: none;
    margin-bottom: 10px;
}


#ViewsCustomizationBody {
    display: block;
}

.ViewsCustomizationPanel {
    margin-top: 10px;
    /*text-align : center;*/
    background-color: rgb(235, 235, 231);
    border: 1px solid #cacaca;
    float: left;
}

    .ViewsCustomizationPanel h4 {
        margin: 0px;
        padding: 7px;
        margin-bottom: 10px;
        background-color: white;
        border-bottom: 1px solid #cacaca;
    }

#ViewsCustomizationRight {
    margin-left: 15px;
}

#ViewsCustomizationLeft input[type="text"], #ViewsCustomizationLeft input[type="color"] {
    width: 100px;
    height: 15px;
}

#ViewsCustomizationLeft select {
    width: 104px;
}

#ViewsCustomizationLeft input[type="file"] {
    border: none;
    width: 100px;
}

#ViewsCustomizationLeft input[type="button"], #ViewsCustomizationLeft input[type="reset"] {
    width: 104px;
    height: 25px;
}

#ViewsCustomizationLeft textarea {
    resize: none;
    width: 240px;
    height: 150px;
}

.viewsErrorMessage {
    color: red;
}

.PreviewControlWrapper {
    margin: 10px;
}

#ViewsCustomizationRight ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#NewViewControls textarea {
    margin-top: 5px;
    resize: none;
    width: 700px;
    height: 350px;
}

#UploadsWrapper {
    z-index: 7;
    position: absolute;
    display: none;
}

    #UploadsWrapper div {
        margin-top: 5px;
    }

    #UploadsWrapper table {
        text-align: center;
    }

.RemoveViewImage, .removeFromCart {
    cursor: pointer;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('/Content/themes/DemoTheme/Images/Delete.png');
    background-repeat: no-repeat;
}

.EditorWrapper {
    position: absolute;
    display: none;
    z-index: 5;
}

#EditorCloseButton {
    display: inline-block;
    float: right;
}

.widgetWrapper {
    /*outline : 1px dashed #ff6f0f;*/
    box-shadow: 0px 0px 5px #ff6f0f;
    /*border : 1px dashed #474747;*/
    /*overflow: hidden;*/
}

.viewWidget {
    border: 1px solid white;
    width: 200px;
    height: 200px;
    background-color: #c2c2c2;
    overflow: hidden;
    cursor: pointer;
}

.viewSettings {
    display: none;
}

#ViewDescription {
    display: inline-block;
    overflow: auto;
}

#layoutPagesPool {
    display: block;
    float: right;
    border-left: none;
    background-color: #f2f2f2;
    width: 1px;
    overflow: hidden;
}

.toggleButton {
    display: block;
    height: 188px;
    width: 30px;
    float: right;
    background-color: red;
}

.PageThumbnail {
    border-radius: 5px;
    margin: 6px;
    padding: 5px;
    background-color: #e8e8e8;
    border: 2px solid white;
    color: #5f5f5f;
    font-weight: bold;
    position: relative;
}

    .PageThumbnail:hover {
        /*background-color: black;*/
        color: white;
        cursor: pointer;
    }

.PanelHeading {
    height: 48px;
    /*background-color: #28286f;*/
    background-image: url('/Content/themes/DemoTheme/Images/Panel_Heading_Background.png');
    background-repeat: repeat-x;
    border-bottom: 1px solid white;
    /*color: white;*/
    color: #e68e10;
    font-weight: bold;
    line-height: 48px;
    font-size: 16px;
}

.ConfigHeading {
    width: 100%;
    overflow: hidden;
}

#CreatePageDialog, #CreateConfigDialog, #CopyDialog, #CopyPageDialog {
    display: none;
}

.LinksInputArea {
    border-radius: 4px;
    min-height: 300px;
    border: 1px solid #aaa;
}

.lmButton {
}

.lmTextInput, .customLinks {
    border-radius: 4px;
    border: 1px solid #aaa;
    padding: 2px;
    padding-left: 5px;
}


.cssInput {
    border-radius: 4px;
    border: 1px solid #aaaaaa;
    width: 300px;
    resize: none;
    height: 150px;
}

.dialogSelect {
    width: 129px;
    border-radius: 4px;
    border: 1px solid #aaaaaa;
    height: 21px;
}

.dialogNumber {
    width: 80px;
}

#PagesConfigDialog {
    display: none;
}

#layoutViewsPoolButton {
    height: 50px;
    width: 43px;
    float: right;
}

#layoutViewsPoolButtonTop {
    height: 49px;
    width: 43px;
    background-image: url('/Content/themes/DemoTheme/Images/Button_unpinned.png');
}

#layoutViewsPoolButtonMiddle {
    float: right;
    height: 235px;
    width: 18px;
    background-image: url('/Content/themes/DemoTheme/Images/Purple_Panel_Background.png');
}

#layoutViewsPoolButtonBottom {
    float: right;
    height: 13px;
    width: 100%;
    background-image: url('/Content/themes/DemoTheme/Images/Purple_Panel_bottom.png');
}

#layoutPagesPoolButton {
    width: 43px;
    float: right;
    height: 50px;
}

#layoutPagesPoolButtonTop {
    width: 100%;
    height: 49px;
    background-image: url('/Content/themes/DemoTheme/Images/Button_unpinned.png');
}

#layoutPagesPoolButtonMiddle {
    float: right;
    width: 18px;
    height: 258px;
    background-image: url('/Content/themes/DemoTheme/Images/Purple_Panel_Background.png');
}

#layoutPagesPoolButtonBottom {
    float: right;
    height: 13px;
    width: 43px;
    background-image: url('/Content/themes/DemoTheme/Images/Purple_Panel_bottom.png');
}

#layoutPagesPoolButtonTop:hover {
    cursor: pointer;
}

#layoutViewsPoolButtonTop:hover {
    cursor: pointer;
}

#GalleryWidget {
    display: block;
    margin: auto;
    width: 800px;
    height: 260px;
    border: none;
}

#AvailableConfigurations {
    z-index: 60;
    left: 0;
    top: 0px;
    position: fixed;
}

    #AvailableConfigurations .PanelHeading {
        padding-left: 0;
    }

#PanelsWrapper {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 60;
}

#BottomWrapper {
    position: fixed;
    bottom: 0;
    z-index: 0;
    width: 100%;
}

#GalleryWrapper {
    height: 0px;
    background-color: #5555ba;
}

#GalleryButtonWrapper {
    width: 31px;
    height: 31px;
    margin-left: 140px;
    background-image: url('/Content/themes/DemoTheme/Images/Arrow_Up.png');
}

    #GalleryButtonWrapper:hover {
        cursor: pointer;
    }

#GalleryWrapper .PanelHeading {
    text-align: center;
    background-color: #5555ba;
}

.viewHeading {
    display : inline;
    margin: auto;
}

.configLabel {
    height: 16px;
    width: 148px;
    float: left;
}

.CopyConfigurationButton {
    position: absolute;
    margin-right: 16px;
    top: 8px;
    height: 16px;
    width: 16px;
    right: 25px;
    background-image: url('/Content/themes/DemoTheme/Images/copy.png');
    background-size: 100% 100%;
    /*opacity : 0.35;*/
}

    .CopyConfigurationButton:hover {
        opacity: 1.0;
        cursor: pointer;
    }

.headingButton {
    height: 16px;
    width: 16px;
    display: inline-block;
    background-image: url('/Content/themes/DemoTheme/Images/add_Button.png');
    background-size: 100% 100%;
}

    .headingButton:hover {
        cursor: pointer;
    }

.ConfigThumbnail {
    font-size: 11px;
    position: relative;
    margin: 2px;
    margin-left: 20px;
    margin-right: 0;
    margin-top: 6px;
    padding: 5px;
    padding-top: 7px;
    background-color: #e8e8e8;
    border: 2px solid white;
    color: #5e5e5e;
    font-weight: bold;
    height: 22px;
    width: 183px;
    overflow: hidden;
    border-radius: 5px;
}

    .ConfigThumbnail:hover {
        background-color: #efa431;
    }

#layoutConfigurationsPool {
    /*background-color: rgb(40, 40, 111);
    overflow: auto;*/
    height: 449px;
    /*width : 98%;*/
}

.saveButton {
    /*border-top : 1px solid white;
    border-bottom : 1px solid white;*/
    background-image: url('/Content/themes/DemoTheme/Images/Save_Button_Inactive.png');
    background-repeat: repeat-x;
    font-weight: bold;
    text-align: left;
    padding-top: 10px;
    padding-left: 45px;
    color: #232524;
    height: 24px;
    overflow: hidden;
    width: 177px;
    cursor: pointer;
}

#layoutConfigurationsPoolButton {
    float: left;
}

#ConfigurationsWrapper {
    width: 0px;
    float: left;
    overflow : hidden;
}

#layoutConfigurationsPoolButtonTop {
    width: 43px;
    height: 49px;
    background-image: url(/Content/themes/DemoTheme/Images/Left_Button_unpinned.png);
}

    #layoutConfigurationsPoolButtonTop:hover {
        cursor: pointer;
    }

#layoutConfigurationsPoolButtonMiddle {
    width: 31px;
    height: 457px;
    background-image: url(/Content/themes/DemoTheme/Images/Left_Purple_Panel_Background.png);
}

#layoutConfigurationsPoolButtonBottom {
    width: 31px;
    height: 122px;
    background-image: url(/Content/themes/DemoTheme/Images/TrippleButtonsBottom.png);
}

#AddConfigurationButton {
    margin-left: 15px;
}

.deleteConfig {
    position: absolute;
    right: 5px;
    top: 9px;
    /*opacity: 0.35;*/
    height: 15px;
    width: 15px;
    background-image: url('/Content/Admin/LayoutManager/close-15.png');
}

    .deleteConfig:hover, .containerButton:hover {
        opacity: 1.0;
        cursor: pointer;
    }

#ConfigDialogMessage, #CopyDialogMessage, #CopyPageMessage, #ViewNameMessage, #CreatePageMessage {
    color: red;
}

.CopyPageButton {
    position: absolute;
    top: 5px;
    right: 41px;
    background-image: url('/Content/themes/DemoTheme/Images/copy.png');
    background-size: 100% 100%;
    /*opacity : 0.35;*/
    width: 15px;
    height: 15px;
}

#viewContent {
    position: relative;
    margin: auto;
    width: 500px;
    height: 300px;
    border: 2px dashed black;
    /*float:left;*/
    overflow: hidden;
}

#viewControls {
    width: 310px;
    margin: auto;
    margin-bottom: 5px;
    /*float:left;*/
}

    #viewControls input {
        width: 150px;
        margin-top: 5px;
        margin-bottom: 0px;
    }

.divWidget {
    width: 100px;
    height: 100px;
    /*border : 1px dashed #333;*/
    box-shadow: rgb(0, 0, 0) 0px 0px 5px 0px;
}

.contentWidget {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    word-wrap: break-word;
    /*overflow : auto;*/
}

.lockWidget {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 5px;
    right: 20px;
    opacity: 0.35;
    z-index: 999;
    background-image: url('/Content/themes/DemoTheme/Images/unlock.png');
    background-size: contain;
    background-repeat: no-repeat;
}

    .lockWidget:hover, .removeButton:hover, .containerSettings:hover {
        opacity: 1.0;
        cursor: pointer;
    }

.removeButton {
    width: 15px;
    opacity: 0.35;
    height: 15px;
    position: absolute;
    top: 5px;
    right: 3px;
    background-image: url('/Content/Admin/LayoutManager/close-15.png');
}

.containerSettings {
    z-index: 999;
    width: 15px;
    opacity: 0.35;
    height: 15px;
    position: absolute;
    top: 5px;
    right: 39px;
    background-size: contain;
    background-image: url(/Content/themes/DemoTheme/Images/views_editor_settings_gear.png);
}

#viewsEditorContent {
    width: 100%;
    margin: auto;
    margin-top: 90px;
}

.removeContainerButton {
    width: 15px;
    opacity: 0.35;
    height: 15px;
    position: absolute;
    top: 5px;
    right: 3px;
    background-image: url('/Content/Admin/LayoutManager/views_editor_close-15.png');
    z-index: 999;
}

#contSettingsTemplate, #createViewDialog {
    display: none;
}

.staticInput {
    width: 300px;
    height: 350px;
    resize: none;
}

.StaticWidget {
    /*border : 1px black dashed;
    box-shadow : 0px 0px 10px black inset;
    border : 1px white solid;*/
    overflow: hidden;
    width: 100px;
    height: 100px;
}

.containerButton {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    right: 41px;
    /*opacity : 0.35;*/
    background-image: url('/Content/themes/DemoTheme/Images/plus.png');
    background-color: none;
    background-size: 100% 100%;
    z-index: 100;
}

.ConfigurationSettingsButton {
    /*opacity : 0.35;*/
    width: 15px;
    height: 15px;
    background-image: url(/Content/themes/DemoTheme/Images/settings_gear.png);
    background-size: 100% 100%;
    top: 9px;
    position: absolute;
    right: 23px;
}

.widgetHandle {
    position: absolute;
    cursor: move;
    overflow: hidden;
    width: 100%;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    color: white;
    font-size: 14px;
    z-index: 99;
}

.widgetHandleActive {
    border-bottom: 2px solid #5f5f5f;
    background-color: #ffb43f;
}

.widgetHandleInactive {
    background-color: #525252;
    border-bottom: 2px solid #434242;
}

.widgetHandleActive:hover {
    background-color: #ea9f2c;
}

.contentWidget p {
    margin: 0;
}

.PageThumbnailClicked {
    color: white;
    background-color: #ffb43f;
}

.viewWidgetThumbInactive {
    opacity: 0.7;
}

.layoutPageThumbnail {
    /*outline: 2px solid #ffb43f;
    outline-offset: 3px;*/
    border: 2px solid #ffb43f;
}

.layoutStaticWidget {
    /*opacity : 0.7;*/
    background-image: url('/Content/themes/DemoTheme/Images/Pattern.jpg');
    border: 1px solid #434242;
    /*background-size : 50px 50px;*/
    background-repeat: repeat;
}

.existingLinks, .existingProducts {
    height: 100px;
    width: 310px;
}

#linkOptionTooltip {
    position: absolute;
    padding: 8px;
    padding-left: 14px;
    display: none;
    background-color: #f1cb96;
    width: 400px;
    height: 60px;
    border-radius: 5px;
    z-index: 500;
    box-shadow: 2px 2px 5px #383838;
}

.linksInputTable {
    font-size: 12px;
}

#ManagerSettings {
    height: 50px;
    color: #3a3a3a;
    font-weight: bold;
    padding-left: 20px;
    overflow: hidden;
    background-color: #f2f2f2;
    padding-bottom: 7px;
}

    #ManagerSettings table {
        /*padding : 16px;
        padding-left : 27px;
        margin-bottom : 11px;
        font-size:12px;
        font-weight : bold;
        background-color : #e8e8e8;
        border : 2px solid white;
        border-radius : 5px;*/
        display: none;
    }

        #ManagerSettings table .dialogNumber {
            width: 40px;
        }

/*#ManagerSettings input {
        margin-top: 100px;
    }*/

.dialogSettingsTable {
    font-size: 12px;
    margin-left: 25px;
}

    .dialogSettingsTable td {
        width: 130px;
    }

    .dialogSettingsTable input:not(.jpicker):not(.browseServerInput) {
        width: 100px;
        display: block;
        float: left;
        cursor: pointer;
    }

    .dialogSettingsTable tr td {
        margin: 0;
        padding: 0;
    }

.inDragGroup {
    box-shadow: 0px 0px 10px red;
}

.renderPriority {
    display: none;
}

.PagesWrapper {
    border-bottom: 1px solid white;
    height: 270px;
    overflow: auto;
}

#ViewsWrapper {
    height: 236px;
    overflow: auto;
}

#ConfigurationThumbnailsWrapper {
    /*padding-top : 17px;*/
    background-color: #f2f2f2;
    height: 400px;
    width: 100%;
    overflow: auto;
}

.ActiveConfiguration {
    background-color: #ffb43f;
    color: white;
}

#dictionarySection {
    display: none;
}

#CreateDirectoryDialog {
    display: none;
}

.productsGalleryGroupName {
    cursor: pointer;
}

    .productsGalleryGroupName:hover {
        color: red;
    }

/*.imageRow
{
    cursor: pointer;
}*/

.folderWrapper
{
    cursor: pointer;
}

.deleteResourceCell .btnDelete
{
    cursor:pointer;
}

.folderHeading {
    display: inline;
    margin: 0;
    /*cursor: pointer;*/
}

#gallerySearchResultsPanel tr
{
    cursor:pointer;
}

    #gallerySearchResultsPanel tr:hover
    {
        background-color:#EBEBE7;
    }

    /*.folderHeading:hover {
        color: red;
    }*/

div.folderContent {
    margin-left: 40px;    
}

.deleteFolder {
    cursor: pointer;
    float: right;
    background-image: url('/Content/themes/DemoTheme/Images/Delete_16x16.png');
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
}

#contextMenu {
    z-index: 999;
    display: none;
    background-color: white;
    position: absolute;
    border: 1px solid grey;
    color: black;
    font-size: 14px;
    font-weight: bold;
    border-bottom: none;
}

    #contextMenu div {
        padding: 5px;
        border-bottom: 1px solid grey;
    }

        #contextMenu div:hover {
            background-color: gray;
            color: white;
            cursor: pointer;
        }

.btnDelete:hover {
    color: orange;
}

/*.editor-field input {
    float: right;
}*/

.editor-field select {
    width: 200px;
}

.editor-field input[type=text], input[type=password] {
    width: 150px;
}

#SEOSettings textarea {
    height: 30px;
    width: 294px;
}

#SEOSettings div {
    padding: 4px;
}

.ViewsHeading {
    font-size: 13px;
}

.viewWidgetThumb {
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E8E8E8) );
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #E8E8E8 100%);
    border-radius: 5px;
    border: 1px solid white;
    display: table;
    margin: auto;
    position: relative;
    box-shadow: 2px 2px 4px #828282;
}

.productsGroupExpand {
    display: inline-block;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background-image: url('/Content/themes/DemoTheme/Images/expand_Button.png');
}

.productsGroupProducts {
    display: none;
    margin-left: 20px;
}

.productThumbnail {
    cursor: pointer;
}

    .productThumbnail:hover {
        background-color: #ffb43f;
    }

.galleryUseInfo {
    font-weight: bold;
    border: 2px solid #333;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 10px;
}

.galleryFilter {
    margin-bottom: 10px;
}

.colorThumbnail {
    width: 25px;
    height: 24px;
    /*border : 1px solid black;*/
    background-image: url('/Content/themes/DemoTheme/Images/picker.gif');
    border-radius: 4px;
    margin-left: 7px;
    display: block;
    float: left;
    cursor: pointer;
}

#PageThumbnailTemplate, #PageSettingsTemplate, #WidgetHandleTemplate {
    display: none;
}

#configSettingsTemplate {
    display: none;
}


.ProductsMenuItemThumb {
    margin-left: 25px;
    width: 240px;
    cursor: pointer;
}

.itemThumbLabel {
    padding: 5px;
    background-color: #faff82;
    border: 1px solid #c49e06;
}

.firstRowItemThumbLabel {
    margin-left: 0px;
}

.itemThumbLabel:hover {
    background-color: #ff3700;
    border: 1px solid #ff1700;
}

.toggleDisplay {
    width: 10px;
    height: 10px;
    background-image: url(/Content/themes/DemoTheme/Images/add_Button.png);
    display: inline-block;
    margin-right: 5px;
    background-size: 100% 100%;
}

.linkInputContextMenu {
    background-color: white;
    z-index: 999;
    position: absolute;
    display: none;
    border: 1px solid #333;
}

    .linkInputContextMenu div {
        padding: 5px;
        font: 18px;
        font-weight: bold;
        color: black;
        cursor: pointer;
    }

        .linkInputContextMenu div:hover {
            background-color: #333;
            color: white;
        }

.MenuLinksInputLabel {
    display: inline-block;
    background-color: transparent;
    width: 89%;
    padding-left: 10%;
    font-weight: bold;
    border: none;
    border-bottom: 1px solid #aaa;
    cursor: pointer;
}

    .MenuLinksInputLabel:hover {
        border: none;
        border-bottom: 1px solid #aaa;
        background-color: white;
    }

.jpicker {
    width: 89px;
    display: block;
    float: left;
    cursor: pointer;
    border: 1px #aaa solid;
    border-radius: 4px;
    height: 20px;
    padding-left: 6px;
}

.ConfigThumbnailLabel {
    cursor: default;
}

#configFileDiv {
    height: 34px;
    cursor: pointer;
    opacity: 0;
    position: absolute;
}

#LoadFromFileButton {
    padding-left: 0px;
    padding-top: 7px;
    height: 47px;
    width: 222px;
    background-size: contain;
}

#configFileSelect {
    margin-left: 17px;
    width: 200px;
    border: 2px solid white;
    border-radius: 5px;
    background-color: #ffcd7e;
}

#LoadFromFileLabel {
    margin-left: 45px;
}

#Loading {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: white;
}

#LayoutManagerBody, #LayoutManagerHtml {
    height: 100%;
}

#LoadingContent {
    margin-top: 60px;
    margin: auto;
    width: 550px;
    text-align: center;
}

#LoadingLabel {
    margin-top: 100px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}

#LoadingGif {
    width: 550px;
    height: 400px;
    background-image: url(/Content/themes/DemoTheme/Images/loading_LM.gif);
}

#ChatLeftPanel {
    float: left;
}

#ChatHistoryArea {
    width: 849px;
    height: 456px;
    border: 1px solid #aaa;
    background-color: white;
    border-right: none;
    border-bottom: none;
}

#ChatInputArea {
    height: 40px;
    width: 850px;
}

#ChatTextInput {
    display: inline-block;
    resize: none;
    float: left;
    height: 30px;
    width: 720px;
    padding-left: 30px;
    padding-top: 6px;
}

#ChatOperatorsArea {
    width : 100%;
    border-bottom : 1px solid #AAA;
}

#ChatClientsArea {
    width : 100%;
}

#ChatUsersArea {
    float: left;
    width: 200px;
    height: 485px;
    background-color: white;
    border: 1px solid #AAA;
    padding: 5px;
    padding-left: 21px;
    overflow : auto;
}

#ChatSendButton {
    height: 40px;
    width: 96px;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
    background-color: #888;
    color : white;
}

#ChatHistoriesButton {
    height: 30px;
    width: 96px;
    border: none;
    cursor: pointer;
    display: block;
    background-color: #888;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
    color: white;
}

#ChatSendButton:hover, #ChatHistoriesButton:hover { 
    background-color : #333;
}

.ChatClientName {
    width: 100%;
    height: 40px;
    text-align: center;
    border-bottom: 1px solid #AAA;
    font-weight : bold;
    line-height: 39px;
}

.ChatClientHistory {
    padding-top: 10px;
    width: 100%;
    height: 405px;
    overflow: auto;
    Font-size: 13px;
    font-family: "Lucida Console", Monaco, monospace;
}

.MessageDetails {
    font-weight : bold;
}

.ChatMessage  {
    margin-left : 25px;
}

#ChatMessageTemplate {
    display:none;
}

.ChatUserNameLabel {
    padding: 2px;
    cursor: pointer;
    background-color: white;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}

.ChatSelfLabel {
    background-color: #999;
}

.GoodsSourceElement {
    width: 177px;
    height: 140px;
}

.ChatUserNameLabel:hover {
    background-color: #999;
}

.ChatUserNameLabel:active {
    background-color: #075e93;
}

.ChatNewMessage {
    -webkit-animation-name: newMessageBlink;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
    /* Standard syntax */
    animation-name: newMessageBlink;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes newMessageBlink {
    0% {
        background-color: white;
    }

    100% {
        background-color: orange;
    }
}

@-webkit-keyframes newMessageBlink {
    0% {
        background-color: white;
    }

    100% {
        background-color: orange;
    }
}

#ChatDictionary {
    display: none;
}

.ChatHeadingDiv {
    margin : 10px;
    margin-left : 0px;
}

.ActiveChatLabel {
     background-color: #075e93;
}

.conversationHistoryBubble {
    box-shadow : 0px 0px 3px inset;
    /*border-radius : 3px;*/
    margin-bottom: 10px;
    padding : 5px;
    margin-left : 10px;
    margin-right : 10px;
}

.nameLabelLocked {
    float : left;
    width : 15px;
    height : 15px;
    background-size: 100% 100%;
}

.nameLabel {
    float : left;
}

.GoodsSourceElementButtons {
    float : left;
}

.ObjectsDiv {
    float : left;
    padding : 0px;
}

.ObjectsHeading {
    width : 160px;
}
#SettingsDictionary {
    display: none;
}

.ConversationtsTable {
    width : 900px;
    margin-top : 10px;
    background-color :#d8d8d8;
}
.ConversationtsTable th {
    text-align : left;
     width : 225px;
}
.ConversationtsTable td {
    width : 205px;
}

.ShowConv, .DeleteConv,.HideConv {
    height: 24px;
    line-height :24px;
    text-align: center;
    cursor: pointer;
    color: white;
    background-color: #BBB;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.ShowConv:hover, .DeleteConv:hover, .HideConv:hover {
    background-color: #333;
}

.chatdata {
    width : 900px;
}

.ChatConversation {
    display : none;
    background-color: #ebebeb;
}

.HideConv {
    margin-bottom : 10px;
}

.linkToPage {
    background-image: url('/Content/themes/DemoTheme/Images/page_icon.png');
    width: 25px;
    background-size: 100% 100%;
    margin-left: 3px;
    cursor: pointer;
}

.pageWrapper {
    width : 100%;
    height :100%;
    margin : auto;
}

#ConfigurationContent {
    width : 100%;
    height : 100%;
}

#OpenGalleryButton {
    width : 200px;
}

.imageRow img {
    cursor: pointer;
}

.descriptionTab {
    background-color: grey;
    cursor: pointer;
    padding-left:  10px;
    padding-right : 10px;
    margin-right: 5px;
    width : 280px;
}

    .descriptionTab button {
        border: none;
        float : right;
    }

    .tabName {
        display : inline-block;
        min-width : 100px;
        height:  15px;
        border : 1px solid black;
    }

    #tabTemplate {
        display : none;
    }

.showTab {
    display: inline-block;
    height: 26px;
    /* color: white; */
    line-height: 26px;
}

.activeTab {
    outline : solid #075e93 thick;
}
#tabsArea {
    margin : 6px;
}

#DeliveryPointsPanel
{
    padding:10px; 
    border:1px solid #808080; 
    border-radius:5px;
}

    #DeliveryPointsPanel input[type=text], #DeliveryPointsPanel textarea
    {
        width:200px;
    }

    #DeliveryPointsPanel textarea
    {
        width:200px;
        height:50px;
    }

    #GoodSelect {
        display: block;
        margin-bottom:20px;
    }

    .createSpeedyOrder  {
        position : absolute;
        top : 173px;
        right : 40px;
    }

.adminGalleryImageThumb
{
    width:100px;
    height:100px;
    border:1px solid #aaa;    
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display:block;
}

adminGalleryImageThumb > a
{
    display:block;
    width:100px;
    height:100px;
}

/* Задава размер и скрива част от името на страница, ако то е прекалено дълго > 100px -> Панел "Страници" в LM */
.PageThumbnail span
{
    display:inline-block;
    width: 100px;
    overflow:hidden;
}

.configLabel span
{
    display:inline-block;
    width: 100px;
    overflow:hidden;
    cursor:pointer;
}

.resourceLink, .imageRow .fileName
{
    cursor:pointer;
}

    .resourceLink input
    {
        width:350px;
    }
.galleryTable
{
    width:800px
}

    .galleryTable tr:hover
    {
        background-color:#EBEBE7;
    }

    .galleryTable tr td:nth-child(1), .galleryTable tr td:nth-child(2)
    {
        width:50px;
    }

    .galleryTable tr td:last-child
    {
        width:100px;
    }

.gallery
{
    z-index:100000;
}

 .spinner 
 {
    width:74px;
 }

#ItemsGroupsSEOPanel textarea
{
    width:250px;
    height:50px;
}

.controlsCollection input[type=text], .controlsCollection input[type=password]
{
    width:250px;
}
