/*Blue*/
/*Green*/
/*Orange*/
/*Red*/
html, body, form {
  height: 100%;
}

body, textarea, input, select {
  font-family: "Roboto", Verdana, Helvetica, Sans-Serif !important;
  color: #444;
}

textarea {
  font-size: 0.9em;
  vertical-align: middle;
}

header {
  padding: 20px;
  height: 40px;
}

img {
  border: 0;
}

.accountForm {
  width: 960px;
  margin: 0 auto;
}
.accountForm .inputForm .inputRow .column1 {
  width: 25%;
}
.accountForm .inputForm .inputRow .column2 {
  width: 75%;
  white-space: nowrap;
}

.loginForm {
  background: #FFF;
  border: 1px solid #eee;
  width: 100%;
  max-width: 450px;
  height: auto;
  min-height: auto;
}
.loginForm form {
  height: auto !important;
}
.loginForm h2 {
  font-weight: 700;
  font-size: 2.2em;
}

p.form-control {
  background: unset;
  color: #555;
  min-height: 2.5em;
}

.container-fluid {
  background: #FAFAFA;
  height: 100%;
}

.activestatus {
  background-repeat: no-repeat;
  background-position-y: 2px;
  padding-left: 20px;
}

.activestatus.live {
  background-image: url(/images/crud/circle-green.png);
}

.activestatus.hidden {
  background-image: url(/images/crud/circle-blue.png);
}

.activestatus.draft {
  background-image: url(/images/crud/circle-orange.png);
}

.activestatus.archived {
  background-image: url(/images/crud/circle-grey.png);
}

.breadcrumb-item a {
  text-decoration: none;
}

@media (min-width: 1600px) {
  .inputForm .inputRow .column1 {
    width: 15% !important;
  }
}
.main {
  padding: 65px 10px 80px 10px;
  min-height: 100%;
  height: 100%;
}

.area-media .main > .row {
  min-height: 100%;
  height: 100%;
}

body.area-media .mainCol2 > .padding {
  padding-bottom: 10px;
  height: 100%;
}

body h2 {
  font-size: 1.5em;
  margin-bottom: 1em;
  color: #777;
}
body a {
  color: #337ab7;
}
body .btn {
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}
body .btn-primary {
  color: #fff !important;
  background-color: orangered;
  border-color: orangered;
  text-decoration: none;
}
body .btn-primary:hover,
body .btn-primary:focus,
body .btn-primary:active,
body .btn-primary:disabled,
body .btn-primary.focus,
body .btn-primary.disabled,
body .btn-primary:active:focus,
body .btn-primary.active {
  background-color: #cc3700 !important;
  border-color: #cc3700 !important;
  outline: none !important;
  box-shadow: none !important;
}
body label {
  font-weight: 700;
  font-size: 0.8em;
}
body .nav-tabs {
  border-bottom: 0;
}
body .nav-tabs li {
  padding: 0em 3em 2.5em 0em;
}
body .nav-tabs li a {
  text-transform: uppercase;
  padding: 0.5em 0;
  color: orangered;
  text-decoration: none;
}
body .nav-tabs li a:hover {
  text-decoration: none;
}
body .nav-tabs li a.active {
  font-weight: 700;
  border-bottom: 3px solid orangered;
}
body .fr-box {
  z-index: 0;
}

input:not([type=checkbox]).small, select.small, textarea.small {
  max-width: 100px !important;
}

a {
  color: #333;
}

.navigation {
  margin: 0 -15px 0 -15px;
  position: relative;
  min-height: 60px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1;
  display: block;
  color: #eee;
}
.navigation a {
  transition-duration: 0.5s;
}
.navigation .burgerButton {
  color: #fff;
  font-size: 30px !important;
  margin-right: 1em;
  padding: 8px 10px 5px 10px;
  display: block;
}
.navigation .burgerButton.active {
  background: #333;
}
.navigation .col1 {
  float: left;
}
.navigation .col1 .padding {
  padding: 0 0 0 0;
  display: inline-block;
}
.navigation .col2 {
  float: right;
}
.navigation .col2 .padding {
  padding: 18px 0px 0 0;
  display: inline-block;
}
.navigation .logo {
  position: absolute;
  left: 50px;
  top: 16px;
}
.navigation p {
  color: #eee;
}
.navigation select {
  padding: 2px;
  background: #eee;
}
.navigation .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.9;
  z-index: -1;
  background: #333;
}
.navigation ul.menu {
  height: 60px;
  max-height: 60px;
  display: inline-block;
  margin: 0px;
  float: right;
  list-style: none;
  white-space: nowrap;
}
.navigation ul.menu ul.submenu {
  display: none;
  z-index: 100;
  overflow-y: auto;
  min-width: 140px;
  margin: 0;
  text-align: left;
  position: absolute;
  list-style: none;
  background: #333;
  padding: 0px;
  border: 1px solid #222;
  z-index: 1000;
}
.navigation ul.menu ul.submenu li {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}
.navigation ul.menu ul.submenu li a {
  font-size: 14px;
  border: 0;
  background: none;
  color: #FFF;
  text-transform: uppercase;
  margin: 4px;
  padding: 2px 4px 2px 4px;
  display: block;
  font-size: 11pt;
  text-decoration: none;
}
.navigation ul.menu ul.submenu li a .recentTag {
  font-size: 11px;
  position: absolute;
  right: 5px;
  background: #222;
  border-radius: 6px;
  padding: 0 6px;
  line-height: 20px;
  margin-top: 5px;
}
.navigation ul.menu ul.submenu.wider {
  width: 400px;
}
.navigation ul.menu li {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  color: #eee;
  text-transform: uppercase;
  font-size: 14px;
  overflow: hidden;
}
.navigation ul.menu li i {
  margin-right: 0.25em;
}
.navigation ul.menu li a {
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  display: block; /*padding: 0px 10px 0px 10px;*/
  padding: 0px 5px 0px 5px;
  font-size: 20px;
  position: relative;
}
.navigation ul.menu li a .text {
  margin-right: 0.5em;
  display: none;
}
.navigation ul.menu li a.dropdown {
  background: url(/images/admin/top-button-right-dropdown.png) no-repeat scroll top right;
  padding-right: 24px;
}
.navigation ul.menu li a:hover, .navigation ul.menu li a.hover {
  background: #333;
}
.navigation ul.menu li ul li a {
  height: 30px;
  line-height: 30px;
}
.navigation ul.menu li ul li a:hover {
  color: #fff;
  background: #337ab7;
}

.datetimepicker, .datepicker {
  min-width: 160px;
}

.clear {
  clear: both;
}

p {
  font-size: 1em;
}

p, ul {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #646060;
  line-height: 1.6em;
}

/* Form stuff */
input[type=text], input[type=password], select, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 8px;
  color: #444; /*width: 238px;*/
  transition: border 1s ease;
}

input[type=text]:focus, input[type=password]:focus {
  box-shadow: 0 0 3px 3px #e2e2e2;
  outline: none;
}

.inputForm .columnFull {
  position: relative;
}
.inputForm .columnFull label {
  width: auto;
}
.inputForm .columnFull td {
  width: 100%;
  display: block;
}
.inputForm label {
  display: inline-block;
  width: auto;
}
.inputForm .inputRow .column1 {
  width: auto;
  max-width: 100px;
  min-width: 120px;
}
.inputForm .inputRow .column2 {
  position: relative;
}
.inputForm .inputRow {
  height: 44px;
}
.inputForm .inputRowHeading {
  padding-top: 8px;
  height: 26px;
}

.searchForm {
  margin-bottom: 20px;
}

.searchPanelContent {
  display: none;
}
.searchPanelContent .inputForm {
  width: 100%;
}
.searchPanelContent label {
  width: 160px !important;
}
.searchPanelContent .column2 {
  padding-right: 20px !important;
}

.field-validation-error {
  color: #ff0000;
}

.field-validation-valid {
  display: none;
}

.input-validation-error {
  background-color: white;
  border: 1px solid red !important;
}

.inline-error {
  display: none;
}
.inline-error .top {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #FFEEEE;
  margin-left: 10px;
}
.inline-error .text {
  background: #FFEEEE;
  color: #FF0000;
  padding: 10px;
  border-radius: 2px;
}
.inline-error .text:before {
  font-family: "Font Awesome 5 Free";
  content: "\f057";
  margin: 0 10px 0 0px;
  color: #f00;
  font-weight: 900;
}

.validation-summary-errors {
  background-color: #FFEEEE;
  color: #ff0000;
  padding: 1em;
  margin: 0 0 10px 0;
  font-size: 0.8em;
}
.validation-summary-errors span {
  margin-bottom: 10px;
  display: block;
}
.validation-summary-errors ul {
  color: #ff0000;
  padding: 0 0 0 16px;
  margin: 0;
  line-height: 1.5em;
  font-size: 1em;
  list-style: none;
}
.validation-summary-errors ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f057";
  margin: 0 5px 0 -15px;
  color: #f00;
  font-weight: 900;
}

.validation-summary-valid {
  display: none;
}

a.add {
  background: url(/images/crud/add.png) no-repeat center left;
}

a.reorder {
  background: url(/images/crud/reorder.png) no-repeat center left;
}

.crudTable.editMode {
  font-size: 0.75em;
}
.crudTable.editMode input, .crudTable.editMode select, .crudTable.editMode textarea {
  padding: 2px;
  width: 100%;
}
.crudTable.editMode tr, .crudTable.editMode td {
  padding: 2px;
  white-space: nowrap;
}
.crudTable.editMode .pin {
  display: block;
}
.crudTable.editMode .sideButtonColumn {
  padding: 3px !important;
  width: 30px;
}
.crudTable.editMode .sideButtonColumn i {
  font-size: 20px;
}

.crudTable {
  background: #e4e4e4;
  border-radius: 5px;
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  margin-bottom: 20px;
}
.crudTable th, .crudTable td {
  padding: 10px 10px;
  vertical-align: top;
}
.crudTable th {
  text-align: left;
  background: #EEE;
  background: -webkit-linear-gradient(#FAFAFA, #EEE);
  background: -o-linear-gradient(#FAFAFA, #EEE);
  background: -moz-linear-gradient(#FAFAFA, #EEE);
  background: linear-gradient(#FAFAFA, #EEE);
}
.crudTable td {
  background: #fff;
}
.crudTable td a {
  text-decoration: none;
}
.crudTable a.edit:hover, .crudTable a.add:hover, .crudTable a.delete:hover, .crudTable a.reorder:hover, .crudTable a.import:hover, .crudTable a.archive:hover {
  text-decoration: underline;
  color: #444 !important;
}
.crudTable a.edit, .crudTable a.add, .crudTable a.delete, .crudTable a.reorder, .crudTable a.import, .crudTable a.archive {
  text-decoration: none;
  color: #555;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  display: inline-block;
  color: #444 !important;
}
.crudTable a.edit {
  padding: 0 10px 0 20px;
  background: url(/images/crud/edit.png) no-repeat center left;
}
.crudTable a.delete {
  padding: 0 0 0 20px;
  background: url(/images/crud/cross.png) no-repeat center left;
}
.crudTable a.add {
  margin-right: 20px;
  padding: 0 0 0 20px;
}
.crudTable a.import {
  padding: 0 0 0 20px;
  margin-left: 20px;
  background: url(/images/crud/import.png) no-repeat;
}
.crudTable a.reorder {
  margin-right: 20px;
  padding: 0 0 0 20px;
}
.crudTable a.archive {
  margin-right: 20px;
  padding: 0 0 0 20px;
  background: url(/images/crud/safe_view.png) no-repeat;
}
.crudTable .sideButtonColumn {
  white-space: nowrap;
  padding: 7px 8px 0px 8px !important;
  width: 45px;
}
.crudTable .sideButtonColumn a.pageEdit:hover i {
  color: orangered;
}
.crudTable .sideButtonColumn ul {
  list-style: none;
  padding: 0px;
  margin: 0;
}
.crudTable .sideButtonColumn ul > li > ul {
  list-style: none;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #CCC;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0px 0px 2px rgb(153, 153, 153);
  display: none;
  position: absolute;
  background: white;
  z-index: 100;
}
.crudTable .sideButtonColumn ul > li > ul li {
  padding: 4px 0;
}
.crudTable .sideButtonColumn .status {
  text-decoration: none;
  white-space: nowrap;
}
.crudTable .row {
  padding: 0;
  margin: 0;
  display: table-row !important;
}
.crudTable .row a {
  display: block;
  text-decoration: none;
}
.crudTable .row a:hover {
  text-decoration: underline;
}
.crudTable .row a.status {
  text-decoration: none;
}
.crudTable .row:nth-child(2n+1) td {
  background: #FAFAFA;
}
.crudTable .rowHover td {
  background: #337ab7 !important;
  transition: background 0.3s;
}
.crudTable .rowHover td {
  color: #FFF;
}
.crudTable .rowHover td a {
  color: #FFF;
  text-decoration: none;
}
.crudTable .rowHover td a:hover {
  text-decoration: none;
}
.crudTable .row.selected td {
  background: #c7ddef;
}
.crudTable .rowNoRecords td {
  text-align: center;
  padding: 20px 0 20px 0;
  background: url(/images/crud/stripes.jpg);
}
.crudTable .checkBoxCol {
  display: none;
  width: 22px;
}

.req {
  color: Red;
  font-size: 1.2em;
  padding: 0 10px 0 5px;
  display: inline-block;
}

span.tip a {
  width: 32px;
  display: inline-block;
  cursor: pointer;
  margin-left: 4px;
}

span.tip a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f05a";
  color: #337ab7;
  font-weight: 900;
}

span.tip a span {
  visibility: hidden;
}

textarea {
  width: 200px;
  height: 60px;
}

textarea.large {
  height: 200px;
}

textarea.xml, pre.html {
  min-height: 600px !important;
  max-height: 600px;
  width: 100%;
  display: block;
  font-family: "monospace", Courier New, Courier;
  font-size: 10pt;
  width: 100%;
  background: #000;
  color: #569CD6;
  font-weight: 800;
  white-space: pre-wrap;
  overflow: auto;
}

input[type=checkbox] {
  width: auto;
  border: 0;
}

.inputRowButton {
  margin-top: 20px;
}

.navigation .add {
  height: 20px;
  min-width: 20px !important;
  padding: 0;
  margin: 0;
  text-align: center;
  background-position-x: center;
  background-color: #FAFAFA;
}

.bottomButtons {
  margin-top: 20px;
  padding: 5px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: none;
  z-index: 1;
  color: #fff;
}
.bottomButtons .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #444;
  opacity: 0.9;
  z-index: -1;
  background: #444;
}
.bottomButtons a.btn {
  padding-top: 5px;
  padding-bottom: 5px;
}
.bottomButtons .btn, .bottomButtons .btn:hover {
  color: #eee;
}
.bottomButtons .btn-light, .bottomButtons .btn-light:hover {
  color: #444;
}
.bottomButtons #autoSaveStatus {
  color: #fff;
}
.bottomButtons a.add {
  background: url(/images/crud/add.png) no-repeat 4px center #eee;
  padding-left: 20px;
}
.bottomButtons a.reorder {
  background: url(/images/crud/reorder.png) no-repeat 4px center #eee;
  padding-left: 20px;
}
.bottomButtons a.bulkActionsButton {
  background: url(/images/crud/bulk.png) no-repeat 4px center #eee;
  padding-left: 25px;
}
.bottomButtons .excelButton {
  background: url(/images/crud/excel.png) no-repeat 4px center #eee;
  padding-left: 25px;
}
.bottomButtons .apply {
  background: url(/images/crud/apply.png) no-repeat 4px center #eee;
  padding-left: 20px;
}
.bottomButtons .bulkActions {
  display: none;
  margin-left: 60px;
}
.bottomButtons .bulkActions select, .bottomButtons .bulkActions input {
  vertical-align: top;
  height: 34px;
  padding-top: 4px;
  width: auto;
}
.bottomButtons .bulkActions .operation {
  display: none;
}

a {
  color: #444;
}

/* Tab button */
.tabs, .tabLinks {
  margin: 20px 0 -2px;
  border-bottom: 1px solid #eee; /*line-height: 30px;*/
  min-height: 23px; /*height: auto;*/
}
.tabs a, .tabLinks a {
  border-radius: 8px 8px 0 0;
  background: #E4E4E4 url(/images/admin/bg-repeat-1.jpg) repeat-x;
  padding: 4px 8px 4px 8px;
  text-decoration: none;
  font-weight: normal;
  color: #444;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  display: inline-block;
}
.tabs a:hover, .tabLinks a:hover {
  background: #888;
  color: #fff;
  text-decoration: none;
}

.tabs a.active, .tabLinks a.active {
  background: #888;
  padding-top: 6px;
  padding-bottom: 5px;
  color: #fff;
  font-weight: bold;
}

.submitting, .disabled {
  opacity: 0.4;
  cursor: default !important;
}

.advancedSettings {
  display: none;
}

.tab {
  background: #FFF;
  border-radius: 8px;
  padding: 16px;
}

.tab .tabItem {
  float: left;
  margin-right: 20px;
}

.tab .tabItem a {
  color: #888;
  text-decoration: none;
  font-weight: bold;
}

.adminButtonRow {
  margin-bottom: 10px;
  margin-top: 20px;
  border-bottom: 1px solid #e4e4e4;
  height: 23px;
  display: inline-block;
}

.tagTable {
  margin-bottom: 20px;
}
.tagTable input.tag {
  display: none;
}
.tagTable td {
  vertical-align: top;
}
.tagTable a.tagLabel {
  transition: 0.3s;
  position: relative;
  outline: none;
  text-decoration: none;
  padding: 6px 24px;
  display: inline-block;
  background: #E0E0E0;
  border-radius: 5px;
  float: none;
  text-align: center;
  line-height: 1.6em;
  margin: 0 2px 4px 0;
  color: #555;
}
.tagTable a.tagLabel i {
  position: absolute;
  left: 8px;
  top: 11px;
  opacity: 0.4;
}
.tagTable a.tagLabel.selected {
  background: #B6D434;
  font-weight: bold;
  color: #fff;
}
.tagTable .newTag, .tagTable .tagLabel {
  width: 180px !important;
}

.popup, .popUpWin {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #CCC;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 0px 5px rgb(153, 153, 153);
}

.popup {
  display: none;
  position: absolute;
  background: #fff;
}

.popUpWinBody {
  width: auto;
  min-width: 200px;
  max-width: auto;
}

.popUpWin {
  position: relative;
  display: none;
  background: #fff;
  z-index: 501;
}
.popUpWin .popUpCloseIcon {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
}
.popUpWin .popUpButtons {
  float: right;
  margin-top: 20px;
}
.popUpWin .popUpButtons a.btn {
  text-decoration: none;
}
.popUpWin h2 {
  margin-top: 0px;
  font-size: 20px;
}
.popUpWin iframe {
  border: 0px;
}
.popUpWin .popUpIframe {
  background: url(/images/loading-712.png) center center no-repeat;
}
.popUpWin .popUpBody {
  position: relative;
  height: 100%;
  margin-top: -110px;
  padding-top: 110px;
  z-index: -1;
}
.popUpWin .popUpBody .inputForm {
  min-width: inherit;
  width: 100%;
}
.popUpWin .popUpBody .inputForm input[type=text], .popUpWin .popUpBody .inputForm select, .popUpWin .popUpBody .inputForm textarea {
  width: 100%;
}

/* Popup */
.popUpWindow {
  display: none;
  position: absolute;
  width: 320px;
  background: #fff;
  z-index: 2;
  padding: 2px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.popUpBackground {
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6*/
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000000;
  z-index: 100;
  opacity: 0.4;
}

.reorderForm ol {
  margin: 0 0 0 26px;
  padding: 0;
  list-style: none;
  border-bottom: 1px dotted #CCC;
}
.reorderForm > ol {
  margin-left: 0px;
  padding-left: 0px;
}
.reorderForm ol > ol {
  overflow-y: auto;
  max-height: none;
}
.reorderForm ol ul {
  padding-left: 1.5em;
}
.reorderForm ol li {
  counter-increment: item;
  border-left: 1px dotted #CCC;
  border-top: 1px dotted #CCC;
  line-height: 16px;
  font-size: 12px;
}
.reorderForm ol li div {
  margin: 0;
  padding: 5px 10px;
  padding: 2px 4px;
  display: inline-block;
  cursor: move;
  background: #FAFAFA;
  font-size: 12px;
  line-height: 16px;
}
.reorderForm ol li div:hover {
  font-weight: bold;
}
.reorderForm ol li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  color: white;
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  font-weight: 900;
}
.reorderForm ol > li::before {
  background-color: #337ab7;
}
.reorderForm ol > li > ol > li::before {
  background-color: #9fc4e4;
}
.reorderForm ol > li > ol > li > ol > li::before {
  background-color: #CCC;
}

.hint {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  font-size: 0.9em;
  padding-left: 45px;
}
.hint ul {
  padding-top: 20px;
  margin-bottom: 0px;
}
.hint ul li {
  color: #8a6d3b;
}

.hint:before {
  font-family: "Font Awesome 5 Free";
  content: "\f05a";
  margin: 0 15px 0 -30px;
  font-weight: 900;
}

#Content input, #Content2 input, #Content3 input {
  padding: 2px;
  box-shadow: none;
}

ul.imgTools {
  margin: 0px 0 20px 0;
  list-style: none;
  padding: 20px 0 0 0;
}

ul.imgTools li {
  display: inline-block;
  height: 50px;
}

ul.imgTools li a {
  background: #f4f4f4;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-right: 2px;
  padding: 10px;
  text-decoration: none;
}

ul.imgTools li a.active {
  background: #B6D434;
  color: #fff;
}

.imgToolDetail {
  display: none;
  position: absolute;
  background: #f4f4f4;
  padding: 10px 10px 0px 10px;
  z-index: 1000;
  border: 1px solid #ccc;
  margin-top: 0px;
}

.imgToolDetail .btn {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

.imgToolDetail .inputRow {
  height: 38px;
}

.imgToolDetail input, .imgToolDetail select {
  padding: 2px;
}

.imgToolDetail label {
  width: 110px;
  height: 36px;
  line-height: 26px;
}

.col {
  border: 1px solid #EEE;
  margin-right: 1em;
}

.jcrop-tracker {
  border: 1px solid #EEE;
}

.imgTool .coordLabel {
  width: 20px;
  display: inline-block;
}

#SelX, #SelY, #SelW, #SelH {
  width: 36px;
  display: inline-block;
}

.imagePreview, .imagePreviewSmall {
  border: 1px solid #DDD;
  display: inline-block;
  position: relative;
  font-size: 0px;
  background: url(/Images/transparent-bg.png);
}

.imagePreview img {
  max-width: 300px;
  max-height: 300px;
  min-height: 200px;
  min-width: 200px;
}

.imagePreviewSmall img {
  max-width: 150px;
  max-height: 150px;
}

.imgSticker {
  display: none;
  position: absolute;
  right: 2px;
  top: 2px;
}

#imgImagePath {
  max-width: 432px;
  max-height: 200px;
}

.checkLinks ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.tabContent {
  display: none;
}

.successBox {
  width: 600px;
  margin: 30px auto 0 auto;
}

.successBox .box {
  background: #F4F4F4 !important;
  padding: 0 20px 0 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.successBox .icon {
  float: left;
  width: 150px;
}

.successBox .message {
  float: left;
  width: 410px;
}

.successBox .message p {
  padding: 10px;
  font-size: 2.4em;
  line-height: 1.3em;
  margin-top: 36px;
}

.successBox.fullWidth {
  width: auto;
}

.messageTable {
  margin: 0 0 20px 0;
}

.messageTable th {
  text-align: left;
  font-weight: bold;
  line-height: 1.8em;
}

.messageTable .messageContent {
  margin-top: 20px;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  text-decoration: none;
}

.branchLast, .branchHorz {
  font-size: 14px;
  width: 12px;
  padding: 2px 4px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
  color: #AAA;
}

.branchLast::before, .branchHorz::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
}

.branchStart {
  background: #CCC;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 8px;
}

.branchHorz {
  color: #EEE;
  background: transparent;
}

.changeStatus {
  text-decoration: none;
}

.dirty .pageTitle {
  font-style: italic;
}

.pageTitle a {
  text-decoration: none;
}

.pageTitle a:hover {
  text-decoration: underline;
}

.copySelect {
  width: 310px;
}

.filterLoader {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: 2000;
}

.searchPanel {
  margin-bottom: 20px;
  border: 1px solid #eee;
  padding: 0 10px 0px 10px;
  background: #fff;
  border-radius: 4px;
}

.searchPanelContent {
  padding: 15px;
}

.searchPanel h4 a {
  color: #959595;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  font-size: 1em;
  padding: 10px 0 10px 0;
}

.filterPanel {
  margin-bottom: 0px;
  padding: 10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #fafafa;
  border-radius: 4px 4px 0 0;
}

.searchLabel {
  color: #959595;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
}

.expander {
  cursor: pointer;
  display: block;
  outline: 0;
}

.expander:focus {
  outline: 0;
}

.expander:before {
  font-family: "Font Awesome 5 Free";
  padding-left: 4px;
  content: "\f103  ";
  cursor: pointer;
  font-weight: normal;
  font-weight: 900;
}

.expander.active:before {
  font-family: "Font Awesome 5 Free";
  padding-left: 4px;
  content: "\f102  ";
  cursor: pointer;
  font-weight: 900;
}

.searchPanel .inputForm .column1 label,
.searchPanel .inputForm .column3 label {
  width: 120px;
  font-size: 14px;
}

.searchPanel .btn {
  margin: 20px 0 5px 0;
}

.overwriteFile {
  margin-bottom: 20px;
}

.overwriteFile label {
  float: none;
  display: inline-block;
}

.tagEntry {
  height: 160px;
}

.inputTableContent .inputForm .column2 {
  width: 20%;
  text-align: center;
  vertical-align: top;
}
.inputTableContent .inputForm .column3 {
  width: 20%;
  text-align: center;
  vertical-align: top;
}
.inputTableContent .inputForm .column4 {
  width: 20%;
  text-align: center;
  vertical-align: top;
}
.inputTableContent .inputForm .column5 {
  width: 20%;
  text-align: center;
  vertical-align: top;
}
.inputTableContent .inputForm .column6 {
  width: 20%;
  text-align: center;
  vertical-align: top;
}

.inputTableTags .inputForm, inputTableContent .inputForm {
  width: 100%;
}

.inputTableTags .inputForm td, .inputTableTags .inputForm th {
  text-align: center;
  vertical-align: top;
}

.importPasteTable {
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  height: 300px;
}
.importPasteTable table, .importPasteTable tbody {
  border-collapse: collapse;
}
.importPasteTable td, .importPasteTable th {
  border: 1px solid #ccc;
  padding: 10px;
}

textarea.medium {
  height: 200px;
}

.resultTable th, .resultTable td {
  padding: 20px;
  border: 1px solid #EEE;
  margin: 0px;
}

.websiteAccess .column1, .websiteAccess .column2, .websiteAccess .column3 {
  vertical-align: top;
}
.websiteAccess .inputRow {
  height: auto;
}
.websiteAccess h4 {
  margin: 0 0 4px 0;
}

.resetLabel {
  float: none;
  width: auto;
  display: inline-block;
}

.temporary-success-message {
  background: #5cb85c;
  text-align: center;
  display: none;
  z-index: 1000;
  border: 2px solid #4cae4c;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 60px;
}
.temporary-success-message p {
  display: block;
  color: #FFF;
  font-weight: 400;
  margin: 0;
  padding: 4px 0;
}

.wait {
  display: none;
}

.text-center {
  text-align: center;
}

.key {
  display: inline-block;
}
.key .keyItem {
  margin-right: 20px;
  white-space: nowrap;
}
.key .keyItem span {
  display: inline-block;
  width: 30px;
  height: 24px;
  margin-right: 5px;
  vertical-align: middle;
  opacity: 0.4;
}
.key .available {
  background: #4ac85d;
}
.key .unavailable {
  background: red;
}
.key .training {
  background: #fbc11f;
}

.calendar h2 {
  text-align: center;
  display: block;
  font-size: 36px;
  font-weight: 500;
  margin: 90px 0 0px 0;
}
.calendar h3 {
  text-align: center;
  display: block;
  font-size: 24px;
  font-weight: 300;
  margin: 60px 0 30px 0;
}
.calendar .calendarTable {
  width: 100%;
}
.calendar .calendarTable th {
  text-align: center;
  font-weight: 600;
}
.calendar .calendarTable td {
  border: 2px solid #FFF;
  padding: 10px 10px;
  text-align: center;
  position: relative;
  height: 80px;
  background: #f300ac;
  font-weight: bold;
  cursor: pointer;
}
.calendar .calendarTable td a, .calendar .calendarTable td a.slice {
  height: 100%;
  width: 100%;
  opacity: 0.4;
  font-size: 14px;
  padding: 4px;
  transition: 0.2s;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.calendar .calendarTable td :hover {
  background: red;
}
.calendar .calendarTable td.active {
  background: #4ac85d;
}
.calendar .calendarTable td.active :hover {
  background: #4ac85d;
}
.calendar .calendarTable td.unavailable {
  background: #f300ac;
}
.calendar .calendarTable td.block {
  background: #FFF;
}
.calendar .calendarTable td.passed {
  background: #FAFAFA;
  color: #CCC !important;
  cursor: default;
}
.calendar .calendarTable a.training {
  background: #fbc11f !important;
  cursor: not-allowed;
}
.calendar .placeholder {
  font-size: 300px !important;
  color: #ccc;
  text-align: center;
}

.key {
  display: inline-block;
}

.key .keyItem {
  margin-right: 20px;
  white-space: nowrap;
}

.key .keyItem span {
  display: inline-block;
  width: 30px;
  height: 24px;
  margin-right: 5px;
  vertical-align: middle;
  opacity: 0.4;
}

.key .available {
  background: #4ac85d;
}

.key .unavailable {
  background: #f300ac;
}

.key .training {
  background: #fbc11f;
}

.calendar h2 {
  text-align: center;
  display: block;
  font-size: 36px;
  font-weight: 500;
  margin: 90px 0 0px 0;
}

.table td.fit,
.table th.fit {
  white-space: nowrap;
  width: 1%;
}

.inputFormList table {
  width: auto !important;
}
.inputFormList table td {
  display: table-cell !important;
  width: auto !important;
}
.inputFormList table td input, .inputFormList table td select {
  width: 100%;
}
.inputFormList table td label {
  display: block;
}
.inputFormList table .btn {
  text-decoration: none;
  min-width: unset;
  margin-right: 0.2em;
}
.inputFormList table .btn-moveup:before {
  content: "\f062";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.inputFormList table .btn-moveup {
  background: #FFF;
  border: 2px solid #e3a804;
  color: #e3a804;
}
.inputFormList table .btn-movedown:before {
  content: "\f063";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.inputFormList table .btn-movedown {
  background: #FFF;
  border: 2px solid #e3a804;
  color: #e3a804;
  font-weight: 900;
}
.inputFormList table .btn-moveup:hover, .inputFormList table .btn-moveup:active, .inputFormList table .btn-moveup:focus, .inputFormList table .btn-movedown:hover, .inputFormList table .btn-movedown:active, .inputFormList table .btn-movedown:focus {
  color: #fff;
  background: #e3a804;
}
.inputFormList table .btn-delete {
  background: #FFF;
  border: 2px solid #cc0000;
  color: #cc0000;
}
.inputFormList table .btn-delete:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.inputFormList table .btn-delete:hover, .inputFormList table .btn-delete:active, .inputFormList table .btn-delete:focus {
  color: #fff;
  background: #cc0000;
}
.inputFormList table .btn-add {
  background: #FFF;
  border: 2px solid #34ab46;
  color: #FFF;
  color: #34ab46;
}
.inputFormList table .btn-add:before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.inputFormList table .btn-add:hover, .inputFormList table .btn-add:active, .inputFormList table .btn-add:focus {
  color: #fff;
  background: #34ab46;
}

.filePicker, .folderPicker {
  text-indent: 2em;
}

a.filePickerButton, a.folderPickerButton {
  margin-top: -2em;
  margin-left: 1em;
  display: block;
  width: 30px;
}

.designerBlocks .designerBlock {
  cursor: pointer;
  border: 0.5em solid #eee;
  margin-bottom: 0.5em;
}
.designerBlocks .designerBlock:hover {
  border: 0.5em solid #337ab7;
  transition: 0.3s;
}

.canMoveParent {
  cursor: move;
}

.moving {
  opacity: 0.5;
}

.messageCount {
  position: absolute;
  background: orangered;
  color: #FFF;
  border-radius: 10px !important;
  font-size: 0.6em;
  font-weight: 700;
  padding: 2px 6px !important;
  line-height: 14px;
  width: auto !important;
}

body {
  /*Left menu*/
  /* Main content */
  /* Property sidebar */
}
body ul.leftMenu {
  transition: 0.3s;
  padding: 1em;
  margin: 0;
  padding-bottom: 60px;
}
body ul.leftMenu a {
  color: #333;
  text-decoration: none;
}
body ul.leftMenu a.active, body ul.leftMenu a:hover {
  text-decoration: none;
  font-weight: 600;
}
body ul.leftMenu a.active span.fa, body ul.leftMenu a.active span.fas, body ul.leftMenu a.active span.far, body ul.leftMenu a:hover span.fa, body ul.leftMenu a:hover span.fas, body ul.leftMenu a:hover span.far {
  background: #333;
  color: #FFF;
}
body ul.leftMenu li {
  line-height: 2em;
}
body ul.leftMenu li span {
  width: 1.4em;
  padding: 3px;
  border-radius: 2px;
  text-align: center;
  margin-right: 4px;
}
body ul.leftMenu ul {
  margin-left: 0;
}
body ul.leftMenu ul {
  margin-left: 1.5em;
}
body .colMain {
  background: #FAFAFA;
  padding-top: 30px;
  width: 100%;
  margin-right: -15px;
  margin-left: -15px;
  padding-left: 250px;
}
body .propertySidebar {
  /*input,select,textarea { background: #444; 
      border: #777;
  }*/
  background: #555;
  color: #eee;
  /*.collapse-horizontal { position: absolute; top: 5px; right: 5px; }*/
}
body .propertySidebar h2 {
  font-size: 20px;
  padding: 0 10px;
  background: #333;
  margin-top: 0;
  padding: 0.5em;
  color: #CCC;
}
body .propertySidebar .inputForm {
  width: auto;
  min-width: unset;
}
body .propertySidebar .inputForm .column2 {
  text-align: left;
  white-space: nowrap;
}
body .propertySidebar a {
  color: #CCC !important;
}
body .propertySidebar p {
  color: #CCC;
}
body .propertySidebar .propertyForm {
  padding: 0px 15px 15px 15px;
  overflow-y: visible;
  height: 500px;
}
body .propertySidebar .propertyForm label {
  display: inline-block;
}
body .mainCol1 {
  background: #FFF;
  position: fixed;
  top: 60px;
  left: -270px;
  bottom: 0px;
  width: 270px;
  z-index: 2;
  border-right: 1px solid #EEE;
  overflow-y: auto;
  transition-duration: 0.5s;
}
body .mainCol2 {
  height: 100%;
  width: 100%;
  position: relative;
  transition-duration: 0.5s;
  background: #FAFAFA;
}
body .mainCol2 > .padding {
  padding: 20px 30px 80px 30px;
}
body .mainCol3 {
  background: #555;
  position: fixed;
  top: 60px;
  right: -270px;
  bottom: 0px;
  width: 235px;
  border-left: 1px solid #EEE;
  transition-duration: 0.5s;
  overflow-y: auto;
  z-index: 1;
}
body .singleImageUpload img {
  max-width: 300px;
  max-height: 300px;
}

body.hasPropertySidebar .mainCol2 {
  padding-right: 260px;
}
body.hasPropertySidebar .mainCol3 {
  right: 0px;
}

.collapse-parent-horizontal {
  width: 2em;
  height: 2em;
  min-width: unset;
  position: absolute;
}

.collapse-parent-horizontal:before {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  color: white;
  display: inline-block;
  text-align: center;
  font-weight: 900;
}

.navigation { /*color: #eee;
select { background: #444; color: #eee; font-size: 0.8em; font-weight: 700; }*/ }

.green {
  color: #4ac85d;
}

.red {
  color: red;
}

.hide {
  display: none;
}

.fr-box .popup {
  display: inline-block;
  padding: 0;
  box-shadow: none;
  border: none;
  position: static;
}

.tabContent, .section {
  border: 1px solid #ddd;
  padding: 15px 15px 0px 15px;
  margin-bottom: 15px;
  background: #fff;
}
.tabContent h3, .section h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
  color: #AAA;
}

.tabContent {
  border-radius: 0px 0px 5px 5px;
  padding-top: 20px;
}

.section {
  border-radius: 5px 5px 5px 5px;
  max-width: 960px;
}

form.moveableLabelForm .form-group {
  position: relative;
}
form.moveableLabelForm .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #888;
  font-size: 2em;
  padding: 0px;
  margin-bottom: 0px;
}
form.moveableLabelForm .form-control:focus {
  box-shadow: none;
}
form.moveableLabelForm .form-control:focus {
  border-bottom: 3px solid orangered;
}
form.moveableLabelForm .form-control:focus + label, form.moveableLabelForm .form-control.active + label {
  font-size: 0.75em;
  top: -12px;
  color: #555;
  font-weight: 700;
}
form.moveableLabelForm label {
  font-weight: 400;
  font-size: 1.6em;
  color: #AAA;
  pointer-events: none;
  position: absolute;
  top: 10px;
  transition: 0.2s top, 0.2s font-size, 0.2s color;
}
form.moveableLabelForm .input-validation-error {
  border-bottom: 3px solid #F00 !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}

@media (min-width: 992px) {
  .navigation .burgerButton {
    display: none;
  }
  .navigation .logo {
    position: absolute;
    left: 15px;
    top: 16px;
  }
  .navigation ul.menu li a {
    padding: 0px 10px 0px 10px;
    font-size: 14px;
  }
  body {
    /*ul.leftMenu {     
        display: block;
    }*/
  }
  body .mainCol1 {
    left: 0px;
    z-index: 1;
  }
  body .mainCol2 {
    padding-left: 270px;
  }
}

/*# sourceMappingURL=admin.css.map */
