﻿#template {
  min-height: 200px;
  margin-top: 15px;
}

#updateWrapper {
  max-width: 700px;
}

.input-xs {
  height: 28px;
  padding: 2px 5px;
  font-size: 12px;
  xxline-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
  border-radius: 3px;
}

div#optionsscroll {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 15px;
}
div#optionsscroll input[type=submit] {
  margin-top: 10px;
}

div.item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

div.item .form-group {
  padding: 0 0 0 15px;
  width: 100%;
}

div.item.PageBreakItem {
  margin: 0 -12px 0 -4px;
}
div.item.PageBreakItem div.form-group div {
  background-color: yellow;
  text-align: center;
}

#example {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#regform_edit {
  margin-left: 160px;
  padding: 10px 15px 0 0;
  width: 600px;
  background-color: #f3f5f7;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: grab;
}
#regform_edit span.edititem {
  visibility: hidden;
  margin: 8px 0 0 3px;
  z-index: 20;
  cursor: pointer;
}
#regform_edit .item:hover span.edititem {
  visibility: visible;
}
#regform_edit label {
  cursor: grab !important;
}

#regform_register {
  margin: 10px auto;
  padding: 15px 15px 0 0;
  width: 600px;
  background-color: #f3f5f7;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#regform_register span.edititem {
  display: none;
}
#regform_register hr {
  margin-right: -15px;
}

.hint {
  border: 2px solid #2db245;
  border-radius: 6px;
  width: 600px;
  cursor: grab;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  height: 1px;
  width: 100%;
  background-color: rgb(200, 200, 200);
}

button#gearbtn, button#gearbtn:active {
  background-color: transparent;
  border: none;
}

.deleting button {
  background-color: #ff8888 !important;
}

#sidebar {
  height: 100%;
  width: 120px;
  position: fixed;
  z-index: 1;
  left: 240px;
  overflow-x: hidden;
  padding-top: 20px;
}
#sidebar #toolbox {
  width: 120px;
  float: left;
  margin-bottom: 10px;
}
#sidebar #toolbox button {
  width: 120px;
  text-align: left;
  border: 1px solid gray;
  margin-bottom: 2px;
  border-radius: 5px;
  cursor: move;
  cursor: grabbing;
}
#sidebar #toolbox button[id] {
  visibility: visible !important;
  display: inline-block !important;
}
#sidebar #toolbox button:not([id]) {
  visibility: hidden !important;
  display: none !important;
}
#sidebar #trashcan {
  margin-bottom: 20px;
}
#sidebar #trashcan button {
  width: 120px;
  height: 40px;
  border: 1px solid gray;
  cursor: default;
}
#sidebar .btn {
  width: 120px;
  margin-top: 10px;
}

.k-textbox.regsize_Large {
  width: 100%;
}

.k-textbox.regsize_Small {
  width: 100px;
}

.k-textbox.regsize_Medium {
  width: 200px;
}

.control-label.text-left {
  text-align: left !important; /* !important added for priority in SO snippet. */
}

#toolbox #MemberList {
  display: none !important;
}

.data-disable {
  opacity: 0.5;
}

.data-hide {
  visibility: hidden;
}
