/* Main Menu */

.mainMenuDiv {
    max-width: 100%;
    height: 50px;
}

/* Diagram */

.diagram {
    width: "200px";
    height: "1000px";
}

/* Ribbon */

.ribbonmenu {
    max-height: inline "100px" !important;
    height: inline "100px" !important;
    line-height: inline "10px" !important; 
}

div.ex {
    height: 100px;
    width: 100px;
}

.dishRating {
    position: absolute;
    margin: -31px 0px 0px 80px;
}

/* Toolbar */
.darktheme .cols-sample-area .e-tooltxt .ToolbarItems {
    background-image: url('../content/images/toolbar/ui-icons-metro.png');
}

.cols-sample-area .e-tooltxt .ToolbarItems {
    display: block;
    background-image: url('../content/images/toolbar/ui-icons-dark.png');
    height: 22px;
    width: 22px;
}

.e-tooltxt:hover .ToolbarItems, .darktheme .cols-sample-area .e-tooltxt:hover .ToolbarItems {
    background-image: url('../content/images/toolbar/ui-icons-light.png');
}

.ToolbarItems.LeftAlign_tool {
    background-position: -26px -39px;
}

.ToolbarItems.CenterAlign_tool {
    background-position: -55px -39px;
}

.ToolbarItems.RightAlign_tool {
    background-position: -89px -39px;
}

.ToolbarItems.Justify_tool {
    background-position: -123px -39px;
}

.ToolbarItems.Bold_tool {
    background-position: -159px -39px;
}

.ToolbarItems.Italic_tool {
    background-position: -196px -39px;
}

.ToolbarItems.StrikeThrough_tool {
    background-position: -55px -70px;
}

.ToolbarItems.Underline_tool {
    background-position: -23px -68px;
}

.ctrllabel {
    height: 28px;
    width: 100%;
    color: #FFFFFF;
    font-weight: normal;
    background: #6d6e74; /* Old browsers */
    background: -moz-linear-gradient(top, #6d6e74 0%, #4d4f53 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d6e74), color-stop(100%,#4d4f53)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6d6e74 0%,#4d4f53 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6d6e74 0%,#4d4f53 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6d6e74 0%,#4d4f53 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6d6e74 0%,#4d4f53 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6e74', endColorstr='#4d4f53',GradientType=0 ); /* IE6-9 */
}

.ctrltext {
    padding-left: 10px;
    padding-top: 5px;
}

/* Main */
.main-area {
    padding: 0px;
    margin-bottom: 50px;
    position: relative;
}

/* dialog */

.dialogGroupHeader {
    font-weight: bold;
}

.dialogBottomButtonPlacement {
    align-items: left
}

.dialogWarningText {
    color: red
}

/* Waiting Popup */

#popup_WaitingPopup .e-image {
    display: block;
    height: 70px;
}

#waitingDialog {
    height: 10px;
    width: 10px;
}

#waitingDialog_WaitingPopup .e-image {
    display: block;
    height: 70px;
}

#targetElement {
    width: 500px;
    height: 200px;
    margin: 50px;
    border: 1px solid #dbdcdb;
}

.loginTable {
    margin: 60px auto;
}

/* edit panels */

/* .main {
    width: Auto;
    height: 600px;
    background: yellow;
} */

.sidebar {
    width: 30%;
    min-height: 400px;
    float: left;
    background: red
}

/* .sidepanel  {
    width: 70%;
    min-height: 400px;
    float: right;
    background: lightblue
} */

/* TextBox */
readonlyInput {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;          
}

.fullsizeTextBox {
    width: 100%;
}

.limitedSizeTextBox {
    width: 25%;
}

.fullSizeTextArea {
    width: 100%;
    resize: vertical
}

/* KO Grid */
.gridStyle {
    border: 1px solid rgb(212,212,212);
    width: 1500px; 
    height: 600px;
}

/* select (ComboBox) */
.selectStyle {
    width: 100%;
}

/* Disguise a button as text */
.astext {
    background:none;
    border:none;
    margin:0;
    padding:0;
}