@font-face {
  font-family: 'WorkRoom';
  src: url('../fonts/workroom-webfont.eot');
  src: url('../fonts/workroom-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/workroom-webfont.woff') format('woff'),
  url('../fonts/workroom-webfont.ttf') format('truetype'),
  url('../fonts/workroom-webfont.svg#workroomregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 56px 0 0 !important;
}

body.doubleTop {
  margin-top: 98px !important;
}

.box-content h1, .box-content h2, .box-content h3, .box-content h4, .box-content h5, .box-content h6 {
  margin-bottom: 4px !important;
}

table+h3,
table+form {
  margin-top: 25px;
}

hr {
  background: transparent url("../image/hr.dashed.png") 0 75% repeat-x scroll;
  border: 0;
  clear: both;
  padding: 10px 0;
  width: 100%;
}

.box hr {
  background: transparent url("../image/hr.png") 0 75% repeat-x scroll;
}

a.noEffect {
  text-decoration: none;
}

label span {
  font-style: italic;
}

label.noBreak {
  display: inline-block !important;
  margin-right: 15px !important;
}

label.noBreak span.holderWrap {
  margin-right: 0 !important;
}

span.asLabel {
  color: #666666;
  line-height: 19px;
  text-indent: 4px;
}

span.asLabel.inputMatch {
  display: block;
  margin: 3px 0 7px !important;
  width: 100%;
}

a.button.noPreLabel {
  margin-top: 22px;
}

form p label {
  color: #666666;
  line-height: 25px;
  padding-top: 5px;
  text-indent: 4px;
  display: inline-block;
  margin-bottom: 4px;
}

div.editing {
  background: url('../image/edit.background.png') transparent repeat-x 0 0;
  border: 1px dashed #C8C8C8;
  overflow: auto;
  padding: 10px;
}

div.editing.noPadding {
  padding: 0;
}

.ui-autocomplete {
  max-height: 250px;
  overflow-y: hidden;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  padding-right: 20px;
}

p.inRow label {
  float: left;
  margin-right: 15px;
  font-size: 14px;
}

p.inRow .asLabel {
  float: left;
  margin-right: 15px;
  font-size: 14px;
  line-height: 29px;
}

p.inRow .asLabel.leftLabel {
  font-weight: bold;
  width: 125px;
}

p.inRow label.last {
  margin-right: 0;
}

::-webkit-input-placeholder {
  color: #ccc !important;
}
:-moz-placeholder {
  color: #ccc !important;
}

.container_12, .container_16 {
  margin: 0 auto !important;
  width: 98% !important;
}

.wrModal {
  display: none;
  border: 0 !important;
}

.wrModal.ui-draggable .box-header {
  cursor: move;
}

.wrModal .box-content {
  font-family: "Open Sans", Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.wrModal #wrModalErrorsWrapper {
  padding-top: 0;
}

#overlay {
  top: 0;
  position: fixed !important;
}

.wrModal dl {

}

.wrModal dl dt {
  font-size: 16px;
}

.wrModal dl dd {
  background: url("../image/wrModal.solution.png") no-repeat scroll 0 4px transparent;
  border-bottom: 1px solid #9a9a9a;
  margin: 5px 0 7px;
  padding-left: 12px;
  padding-bottom: 8px;
}

.wrModal dl dt.add {
  background: url("../image/wrModal.add.png") no-repeat scroll 0px 4px transparent;
  font-weight:bold;
  padding-left:12px;
}

.wrModal dl dt.update {
  background: url("../image/wrModal.update.png") no-repeat scroll 0px 4px transparent;
  font-weight:bold;
  padding-left:12px;
}

.wrModal dl dt.delete {
  background: url("../image/wrModal.delete.png") no-repeat scroll 0px 4px transparent;
  font-weight:bold;
  padding-left:12px;
}

.wrModal .withBackground {
  background-color: #D9EDF6;
  overflow: auto;
  padding: 0 15px;
  width: 95%;
}

.wrModal .withBackground h3 {
  font-size: 16px;
  margin: 8px 0 0;
}

.box fieldset {
  background-color: #fdfdfd;
  border: 1px solid #d9d9d9;
  padding: 15px;
}

.box fieldset legend {
  padding-left: 5px;
  padding-right: 5px;
}

.box.faded {
  opacity: 0.25;
}

/* Glyphs  [start]* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.wrGlyph {
  font-family: 'WorkRoom';
  text-transform: none;
}

.wrGlyph.rightSide {
  margin-right: 0 !important;
  margin-left: 8px;
}

.wrGlyph.add:after {
  content: "o";
}

.wrGlyph.archive:after {
  content: "O";
}

.wrGlyph.archiveIn:after {
  content: "Q";
}

.wrGlyph.archiveIncoming:after {
  content: "R";
}

.wrGlyph.archiveOut:after {
  content: "P";
}

.wrGlyph.archiveOutgoing:after {
  content: "S";
}

.wrGlyph.arrowDown:after {
  content: "g";
}

.wrGlyph.arrowLeft:after {
  content: "e";
}

.wrGlyph.arrowRight:after {
  content: "f";
}

.wrGlyph.arrowUp:after {
  content: "h";
}

.wrGlyph.calendar:after {
  content: "G";
}

.wrGlyph.category:after {
  content: ",";
}

.wrGlyph.clearIt:after {
  content: "ä";
}

.wrGlyph.clock:after {
  content: "H";
}

.wrGlyph.code:after {
  content: "7";
}

.wrGlyph.comments:after {
  content: "U";
}

.wrGlyph.config:after {
  content: "E";
}

.wrGlyph.cross:after {
  content: "p";
}

.wrGlyph.dashboard:after {
  content: "6";
}

.wrGlyph.delete:after {
  content: "p";
}

.wrGlyph.edit:after {
  content: "t";
}

.wrGlyph.email:after {
  content: "K";
}

.wrGlyph.environment:after {
  content: "/";
}

.wrGlyph.export:after {
  content: "5";
}

.wrGlyph.filter:after {
  content: "M";
}

.wrGlyph.home:after {
  content: "ö";
}

.wrGlyph.image:after {
  content: "V";
}

.wrGlyph.item:after {
  content: "z";
}

.wrGlyph.key:after {
  content: "B";
}

.wrGlyph.wrLabel:after {
  content: "3";
}

.wrGlyph.link:after {
  content: "!";
}

.wrGlyph.locked:after {
  content: "y";
}

.wrGlyph.logout:after {
  content: "w";
}

.wrGlyph.new:after {
  content: "Y";
}

.wrGlyph.ok:after {
  content: "q";
}

.wrGlyph.open:after {
  content: "Å";
}

.wrGlyph.page:after {
  content: "r";
}

.wrGlyph.print:after {
  content: "9";
}

.wrGlyph.reload:after {
  content: "M";
}

.wrGlyph.save:after {
  content: "j";
}

.wrGlyph.search:after {
  content: "A";
}

.wrGlyph.settings:after {
  content: "F";
}

.wrGlyph.statistics:after {
  content: "N";
}

.wrGlyph.lightning:after {
  content: "k";
}

.wrGlyph.tagItem:after {
  content: "Z";
}

.wrGlyph.texting:after {
  content: "8";
}

.wrGlyph.upload:after {
  content: "I";
}

.wrGlyph.user:after {
  content: "C";
}

.wrGlyph.users:after {
  content: "D";
}

.wrGlyph.workroom:after {
  content: "4";
}

.box-header .wrGlyph {
  line-height: 39px !important;
}
/* Glyphs  [end]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Boxes  [start]* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
.box-header .buttonArea,
.dataTables_filter .buttonArea {
  float: right;
  padding-top: 7px;
}

.dataTables_filter .buttonArea {
  padding-top: 0;
}

.box-header .buttonArea a.button,
.dataTables_filter .btnWrapper button,
.dataTables_filter .buttonArea a.button {
  border: 0;
  font-size: 10px;
  height: 23px;
  line-height: 20px;
  padding: 0 10px;
  box-shadow: 0 0 0 black !important;
}

.box-header .buttonArea a.button {
  line-height: 24px;
  margin-top: 1px;
  height: 24px;
}

.box-header .buttonArea .wrGlyph,
.dataTables_filter .buttonArea .wrGlyph {
  color: #757575;
  float: none;
  font-size: 14px;
  padding-left: 0;
}

.box.postActionBar {
  margin-top: 24px;
}

.box.inside {
  margin-bottom: 0px;
}

.box.inside table.wrTable {

}

.box.inside .action_bar.nomargin {
  margin: 0 !important;
}

.overlay .box.inside {
  width: 995px;
}

.dataTables_filter input::placeholder {
  color: white !important;
}
/* Boxes  [end]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/

/* Loading page  [start]* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
#loadingPage,
#loadingLoop {
  background-color: #171c21;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}

#loadingLoop {
  background: transparent;
  display: none;
  z-index: 10001;
}

#loadingPage img,
#loadingPage canvas,
#loadingLoop img,
#loadingLoop canvas {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
}
/* Loading page  [end]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/

/* Menu  [start]* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.wrMenu {
  background-color: #090909;
  border-bottom: 1px solid #000;
  /*box-shadow: 0px 0px 2px #090909;*/
  height: 41px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  opacity: 0.8;
  transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
}

.wrMenu:hover {
  opacity: 1;
}

.wrMenu.hasSubmenu {
  border-bottom: 1px solid #424242;
}

#menu:hover {
  z-index: 1001;
}

#subMenu {
  background-color: #090909;
  top: 41px;
  z-index: 999;
}

.wrMenu a {
  color: #d7d7d7;
  display: block;
  font-family: "Open Sans", Arial, Verdana, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 45px;
  text-decoration: none;
  text-transform: uppercase;
}

.wrMenu ul.main li a.action span.middle {
  background-color: #2b2b2b;
  /*background-image: -moz-linear-gradient(center top , #5b5b5b, #2b2b2b);*/
  background-image: -moz-linear-gradient(center top , #4c4c4c, #222222);
}

.wrMenu a:hover,
.wrMenu ul.main li:hover a:hover {
  color: #48acf0;
}

.wrMenu a span.left,
.wrMenu a span.right {
  background: transparent;
  display: inline-block;
  float: left;
  height: 41px;
  width: 0px;
}

.wrMenu ul.main li:hover a span.left,
.wrMenu ul.main li:hover a span.right {
  /*background: url("../image/menu.main.sides.png") no-repeat scroll 0 0 transparent;*/
}

.wrMenu a span.middle {
  background: transparent;
  display: inline-block;
  float: left;
  height: 41px;
  padding: 0 27px;
}

.wrMenu ul.main li:hover a span.middle {
  background-color: #48acf0;
  color: #FFFFFF;
}

.wrMenu .wrGlyph {
  float: left;
  font-size: 16px;
  font-weight: normal;
  line-height: 43px;
  margin-right: 5px;
  text-shadow: 0;
}

.wrMenu ul.main li:hover a {
  color: #d7d7d7;
}

.wrMenu a span.right {
  background: transparent;
}

.wrMenu ul.main li:hover a span.right {
  background: url("../image/menu.main.sides.png") no-repeat scroll 0 bottom transparent;
}

.wrMenu ul {
  float: left;
  list-style: none outside none;
  margin: 0;
}

.wrMenu ul.main li {
  display: inline-block;
  margin: 0 0 0 -2px;
}

.wrMenu div.sub.subLevel2 {
  display: none;
  margin: 0;
}

.wrMenu div.sub {
  display: none;
  margin: 41px 0 0 0;
  position: absolute;
  z-index: 1002;
}

.wrMenu div.sub .wrGlyph {
  float: left;
  font-size: 16px;
  font-weight: normal;
  line-height: 38px;
  margin-right: 10px;
  text-shadow: 0;
}

.wrMenu ul.main li:hover div.sub {
  display: block;
  opacity: 0.85;
}

.wrMenu div.sub ul {
  clear: both;
  display: block;
  float: left;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.wrMenu div.sub ul li {
  background: no-repeat scroll 0 0 #090909;
  border-bottom: 1px solid #424242;
  clear: both;
  display: block;
  height: 37px;
}

.wrMenu div.sub ul li span.label {
  background: no-repeat scroll right -111px #090909;
  display: block;
  height: 37px;
  line-height: 38px;
  margin-left: 10px;
  padding: 0 30px 0 5px;
  min-width: 200px;
}

.wrMenu div.sub ul li span.label img {
  display: none;
  margin-right: 4px;
}

.wrMenu div.sub div.top {
  background-color: #b4b4b4;
  clear: both;
  display: block;
  float: left;
  height: 1px;
  margin-left: 4px;
  width: 256px;
}

.wrMenu div.sub div.top span {
  background-color: #fff;
  display: block;
  height: 1px;
  width: 89px;
}

.wrMenu div.sub div.end {
  background: url("../image/menu.sub.end.png") no-repeat scroll 0 0 transparent;
  clear: both;
  display: block;
  float: left;
  height: 3px;
}

.wrMenu div.sub div.end span {
  background: url("../image/menu.sub.end.png") no-repeat scroll right bottom transparent;
  display: block;
  height: 3px;
  margin-left: 29px;
  width: 235px;
}

.wrMenu div.subLevelDown {
  border-top: 1px solid #424242;
  border-right: 1px solid #424242;
  display: none;
  margin: -38px 0 0 257px;
  position: absolute;
  z-index: 1001;
}

.wrMenu ul.main div.sub li:hover div.subLevelDown {
  display: block;
}

.wrMenu div.subLevelDown ul {
  clear: both;
  display: block;
  float: left;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.wrMenu div.subLevelDown ul li {
  background: no-repeat scroll 0 0 #090909;
  clear: both;
  display: block;
  float: left;
  height: 37px;
}

.wrMenu div.subLevelDown ul li span.label {
  background: no-repeat scroll right -111px #090909;
  display: block;
  height: 37px;
  line-height: 38px;
  margin-left: 10px;
  padding: 0 30px 0 5px;
  min-width: 200px;
}

.wrMenu div.subLevelDown ul li span.label img {
  display: none;
  margin-right: 4px;
}

.wrMenu div.subLevelDown div.top {
  background-color: #b4b4b4;
  clear: both;
  display: block;
  float: left;
  height: 1px;
  margin-left: 4px;
  width: 256px;
}

.wrMenu div.subLevelDown div.top span {
  background-color: #fff;
  display: block;
  height: 1px;
  width: 89px;
}

.wrMenu div.subLevelDown div.end {
  background: url("../image/menu.sub.end.png") no-repeat scroll 0 0 transparent;
  clear: both;
  display: block;
  float: left;
  height: 3px;
}

.wrMenu div.subLevelDown div.end span {
  background: url("../image/menu.sub.end.png") no-repeat scroll right bottom transparent;
  display: block;
  height: 3px;
  margin-left: 29px;
  width: 235px;
}

.wrMenu .deviceEvents {
  float: right;
}

.wrMenu .deviceEvents li.isDev {
  background-color: #c63636 !important;
  color: white !important;
}

#wrMenu_site li span.label span.item:after {
  color: #ffc446;
  content: "n" !important;
}

#wrMenu_site li.active span.label span.item:after {
  color: #8fbe00;
  content: "q" !important;
}
/* Menu  [end]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Theme-adjustments  [start]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/*
.box-content .action_bar {
  clear: both;
}

.box-content .box-content {
  clear: both;
}

form textarea {
  margin-top: 7px;
}*/

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  background: #497EAC !important;
  border-color: #497EAC !important;
}

.ui-widget-content {
  border: 1px solid #D9D9D9 !important;
  color: #666666 !important;
  font-family: "Aller","Lucida Grande",sans-serif !important;
  font-weight: normal !important;
}

.ui-widget-content a {
  color: #666666 !important;
}

.ui-widget-content a.ui-state-active,
.ui-widget-content a.ui-state-hover {
  color: #ffffff !important;
}

p.notice, span.notice {
  background: url(../image/notification.png) no-repeat;
  font-style: italic;
  line-height: 16px;
  padding-left: 25px;
  margin-left: 1px;
}

table.ui-datepicker-calendar tbody tr:hover,
table.ui-datepicker-calendar tbody tr:hover td,
table.ui-datepicker-calendar tbody tr td:hover {
  background-color: #FDFDFD !important;
}

.box .box-content .ui-datepicker {
  width: 300px;
}

.box .box-content .ui-state-default,
.box .box-content .ui-widget-content .ui-state-default,
.box .box-content .ui-widget-header .ui-state-default {
  line-height: 22px;
}

input.wrTime {
  background: none repeat scroll 0 0 transparent !important;
  border: 0 none !important;
  color: #242424 !important;
  font-size: 33px !important;
  height: 39px !important;
  margin-top: 12px;
  text-align: center !important;
  width: 306px !important;
}
/* Theme-adjustments  [end]    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/

/* Table  [start]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/


table.wrTable th {
  line-height: 16px;
}

table.wrTable th.sorting_desc {
  background-position: 90% -108px;
}

table.wrTable td.noWrap,
table.wrTable th.noWrap {
  white-space: nowrap;
}

table.wrTable th.paddingMedium {
  padding-left: 10px;
}

.dataTables_filter label {
  float: left;
}

.dataTables_filter .btnWrapper {
  float: left;
  margin-right: 5px;
}

.dataTables_filter .btnWrapper a.button.small {
  display: block;
  float: left;
}

.dataTables_filter .lengthWrapper {
  float: left;
  margin-right: 5px;
}

.dataTables_filter .lengthWrapper label span {
  float: left;
}

/* Fix for the fixedHeader */
.FixedHeader_Cloned {
  background-color: #fbfbfb;
}

table.wrTable tbody tr:hover {
  background-color: #e1edf5;
}

table.wrTable.selectable tbody i.selected {
  display: none;
}

table.wrTable.selectable tbody tr.clickOn i.selected {
  display: inline-block;
}

table.wrTable.selectable tbody tr.clickOn i.unselected {
  display: none;
}

table.wrTable tbody tr.clickOn {
  background-color: #FFFDD0;
}

table.wrTable tbody tr.markRed {
  background-color: #f6c1c1;
}

table tbody tr.divider-top td {
  border-top: 2px solid #d7d7d7;
}

table tbody tr.divider-bottom td,
table tbody tr.divider-bottom th {
  border-bottom: 2px solid #d7d7d7;
}

table tbody tr.marked td {
  background-color: #fff275;
}

table tbody tr.marked:hover td {
  background-color: #ffe700 !important;
}

table tbody tr.marked td:hover {
  background-color: #ffde00 !important;
}

table tbody tr.highlight td,
table tbody td.highlight {
  background-color: #FFFDD0;
}

table thead {

}

table thead td,
table thead th,
table tbody th {

}

table thead td:hover,
table thead th:hover,
table tbody th:hover,
table thead td.colHover,
table thead th.colHover,
table tbody th.colHover {
  /* background-color: #e5e5e5; */
}

table thead td.click,
table thead th.click,
table tbody th.click,
table tfoot th.click {
  background-color: #decfcf;
}

table thead td.click.colHover,
table thead th.click.colHover,
table tbody th.click.colHover,
table tfoot th.click.colHover,
table tfoot td.click.colHover {
  background-color: #d9c4c4;
}

table tbody {
  line-height: 14px;
}

table thead td.counter,
table thead th.counter,
table tbody th.counter {

}

table tbody tr:hover td {
  background-color: #e1edf5;
}

table tbody td {

}

table tbody tr td:hover, table tbody tr th:hover {
  background-color: #d8e6f0;
}

table tbody td.colHover {
  background-color: #dee5e8;
}

table tbody td.click {
  background-color: #e8dede;
}

table tbody td.inactive {
  background-color: #e7e7e7;
  text-align: center;
}

table tbody td.inactive.colHover {
  background-color: #d3d3d3;
}

table tbody td.inactive.click {
  background-color: #d3d3d3;
}

table tfoot {
  border-top: 2px solid #F4F4F4;
}

table tfoot td,
table tfoot th {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #F4F4F4;
  color: #898989;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  padding: 12px 14px;
  position: relative;
  text-align: left;
}

table tfoot tr td:first-child, table tfoot tr th:first-child {
  border-left: medium none;
}

table tfoot td.colHover {
  background-color: #dee5e8;
}

table tfoot th.colHover {
  background-color: #d5dcdf;
}

table tfoot td.click {
  background-color: #decfcf;
}

table tr.sum td {
  background: #f5f5f5;
  border-top:  1px double #8B9094;
}

table tbody td.softValue {
  color: #b2b2b2;
}

table tfoot a {
  color: #383838;
}

tr.headlineSeperator {
  box-shadow: 0 0 3px;
}

tr.headlineSeperator th {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #F4F4F4;
  font-weight: bold;
  padding: 12px 14px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}

body.DTTT_Print table td.noExport,
body.DTTT_Print table th.noExport,
body.DTTT_Print table td.noPrint,
body.DTTT_Print table th.noPrint {
  display: none;
}

table.standOut {
  border: 1px solid #E9E9E9;
  box-shadow: 2px 2px 2px #E9E9E9;
}

.wrPercent:after {
  content: " %";
}

.groupedValueTop {
  border-top: 2px solid #e3e3e3;
}

.groupedValueRight {
  border-right: 2px solid #e3e3e3;
}

.groupedValueBottom {
  border-bottom: 2px solid #e3e3e3;
}

.groupedValueLeft {
  border-left: 2px solid #e3e3e3;
}

.whiteSpaceNormal {
  white-space: normal !important;
}

/** Table inside another table */
table tbody tr:hover td table tbody tr:nth-child(even) td {
  background-color: #ffffff;
}

table tbody tr:hover td table tbody tr:nth-child(odd) td {
  background-color: #fdfdfd;
}

/* Table  [end]    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/

/* Columns  [start]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
div.column-left.border {
  border-right: 1px solid #E1E1E1;
  padding-right: 2%;
  width: 48%;
}

.colSplit-3 {

}

.colSplit-3 .column-1,
.colSplit-3 .column-2,
.colSplit-3 .column-3 {
  float: left;
  width: 29%;
}

.colSplit-3 .column-2,
.colSplit-3 .column-3 {
  margin-left: 2%;
}

.colSplit-4 {

}

.colSplit-4 .column-1.split4,
.colSplit-4 .column-2.split4,
.colSplit-4 .column-3.split4,
.colSplit-4 .column-4.split4 {
  float: left;
  width: 21%;
}

.colSplit-4 .column-2,
.colSplit-4 .column-3,
.colSplit-4 .column-4 {
  margin-left: 2%;
}

.column-1,
.column-2,
.colSplit-4 .column-3 {
  border-right: 1px solid #e1e1e1;
  padding-right: 2%;
}

/* Columns  [end]    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/

/* wrError  [start]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/

div.wrError {
  background-color: white;
  border: 1px solid #9a9a9a;
  clear: both;
  margin: 15px 15px;
  padding: 15px 5px;
}

div.wrError h1 {
  font-size: 18px;
}

div.wrError p {

}

div.wrError .highlighted {
  background-color: #fdffdc;
  padding: 3px 5px;
}

/* wrError  [end]    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/

/* Minibox  [start]* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
.minibox {
  background-color: #fafbfb;
  border: 1px solid #b4b4b4;
  bottom: 25px;
  clear: both;
  display: none;
  float: left;
  margin: 35px 0 0 0;
  opacity: 0.5;
  position: fixed;
  right: 25px;
  width: 323px;
  z-index: 110;

  -moz-box-shadow: 0px 0px 6px #000; /* Firefox 3.6 and earlier */
  -webkit-box-shadow: 0px 0px 6px #000; /* Safari and Chrome */
  box-shadow: 0px 0px 6px #000;
}

.minibox .bar {
  background: url("../image/minibox.bar.png") repeat-x scroll 0 0 #f0f0ee;
  border-bottom: 1px solid #b4b4b4;
  clear: both;
  display: block;
  float: left;
  font-size: 11px;
  line-height: 19px;
  padding: 0 0 0 5px;
  text-transform: uppercase;
  height: 21px;
  width: 318px;
}

.minibox .buttonArea {
  float: right;
  margin: 0 7px 0 0;
}

.minibox .buttonArea a {
  color: #383838;
  font-size: 10px;
  text-decoration: none;
}

.minibox .buttonArea a:hover {
  color: #000;
}

.minibox button {
  height: 25px;
  margin: 3px 0 0 0;
}

.minibox .content {
  clear: both;
  display: block;
  float: left;
  margin: 7px 17px;
}

.minibox .content dl {
  background: url("../image/minibox.hr.png") repeat-x scroll 0 bottom transparent;
  margin: 10px 0;
  overflow: auto;
  padding: 0 0 10px 0;
}

.minibox .content dl dt {
  background: transparent;
  color: #3c94d8;
  display: block;
  float: left;
  font-weight: normal;
  padding-left: 0;
  text-align: center;
  width: 30px;
}

.minibox .content dl dt.error {
  color: #c63636;
}

.minibox .content dl dd {
  background: transparent;
  display: block;
  float: left;
  font-size: 11px;
  margin: 0 0 0 20px;
  padding-left: 0;
  width: 235px;
}
/* Minibox  [end]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/

/* Misc  [start]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
textarea.editor {
  width: 99%;
}

.imageHolder {
  background: url("../image/waiting-for-image.png") no-repeat scroll 50% 50% #FFFFFF;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 708px;
}

.imageHolder.noImage {
  height: 171px;
}

.asImageHolder {
  width: 708px;
}

.asImageHolder form p.medium {
  width: 50.2%;
}

.asImageHolder .uploadify-queue {
  display: block;
  margin-left: -100px;
  margin-top: -2px;
  position: absolute;
  width: 250px;
  z-index: 1000000;
}

.imageHolder .uploadify-queue {
  display: block;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  text-align: left;
  width: 708px;
  z-index: 1000000;
}

.imageHolder .uploadify-queue-item {
  max-width: 708px;
}

p.info {
  background: url(../image/notification.png) no-repeat scroll 0 3px transparent;
  font-style: italic;
  line-height: 16px;
  padding-left: 25px;
  margin-left: 1px;
}

.uploadify-button {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.uploadify:hover .uploadify-button {
  background-color: transparent !important;
}

.uploadify-queue-item .cancel a {
  background: url('../javascript/library/uploadify_v3/uploadify-cancel.png') 0 0 no-repeat !important;
}

.uploadify-progress-bar {
  background-color: #5f83b9 !important;
}
/* Misc  [end]    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Images and photos  [start]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
img.photo {
  padding: 5px;
  background-color: white;
  border: 1px solid #c4c4c4;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}

/* Overlay  [start]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
#wrOverlay {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.8;
  padding-top: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}

.overlay {
  background: transparent;
  display: none;
  height: 100%;
  left: 0;
  padding-top: 100px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9998;
}

.overlay .box {
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
}

/* Overlay  [end]    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/

/* Uploadify  [start]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
.box-header .buttonArea .uploadifyQueue {
  float: left;
  margin-right: 3px;
}

.box-header .buttonArea .uploadifyQueueItem {
  background-color: #f4f4f4;
  border: 0px solid #c4c4c4;
  float: left;
  font: 11px "Aller", "Lucida Grande", sans-serif;
  margin-top: -5px;
  padding: 4px;
  width: 200px;
}

/* Uploadify  [end]    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/

/* Editor  [start]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.defaultSkin table tbody tr td,
.defaultSkin table tbody tr:hover td {
  background-color: #f5f5f5;
}
.defaultSkin table {margin-left: 2px !important;}
.defaultSkin table.mceLayout {border-left:1px solid #e1e1e1 !important; border-right:1px solid #e1e1e1 !important;}
.defaultSkin table.mceLayout tr.mceFirst td.mceToolbar {border-top:1px solid #e1e1e1 !important;}
.defaultSkin table.mceLayout tr.mceLast td {border-bottom:1px solid #e1e1e1 !important;}
.defaultSkin .mceIframeContainer {border-top:1px solid #e1e1e1 !important; border-bottom:1px solid #e1e1e1 !important;}

/* Editor  [end]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Image Archive  [start]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
a.imageArchiveItem {
  display: block;
  float: left;
  margin-left: 15px;
  text-decoration: none;
}

a.imageArchiveItem.wrClear {
  margin-left: 0;
}

#overlay_imageArchive_box.type_getItem ul li.insert {
  display: none;
}

/* Image Archive  [end]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/

/* Pagination  [start]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.navigation .previous {
  float: left;
}

.navigation .pagination {
  margin: auto;
  text-align: center;
  width: 100%;
}

.navigation .pagination span {
  display: inline-block;
}

.navigation .pagination a {
  background: #f0f0f0;
  border: 1px solid #ccc;
  color: #7a7a7a;
  display: inline-block;
  padding: 1px 8px;
}

.navigation .pagination a:hover {
  background: #becdd4;
  border: 1px solid #becdd4;
  color: #fff;
  text-decoration: none;
}

.navigation .pagination a.active:hover,
.navigation .pagination a.active {
  background: #fff;
  border: 1px solid #ccc;
  color: #7a7a7a;
  cursor: default;
}

.navigation .next {
  float: right;
  text-align: right;
}

/* Pagination  [end]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Arrow  [start]* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
.arrow_right {
  background: transparent url("../image/arrow.png") no-repeat scroll 0 0;
  display: block;
  float: left;
  height: 57px;
  width: 80px;
}
/* Arrow  [end]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/

/* Buttons  [start]* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
a.button.disabled {
  background-color: #EBEBEB;
  color: #cacaca;
  cursor: pointer;
}
/* Buttons  [end]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/

/* Page specific  [start]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
#chooseEmployeeForm {
  float: left;
  width: 305px;
}

#chooseEmployee_chzn {
  margin: 5px 0 0 13px;
  width: 250px !important;
}

#chooseEmployee_chzn a.chzn-single {
  border-radius: 0px;
}

#chooseEmployee_chzn ul.chzn-results {
  width: 248px;
}

#chooseEmployee_chzn ul.chzn-results li {

}

#box_employee_media_portraitImageInputQueue {

}

#box_employee_media_portraitImageInputQueue .uploadifyQueueItem,
#box_employee_media_fullBodyImageInputQueue .uploadifyQueueItem {
  margin-left: -282px;
  margin-top: -85px;
  position: absolute;
  width: 414px;
}

#box_employee_media_galleryItemInput,
#box_gallery_items_galleryItemInput {
  display: inline-block;
}

.imageHolder .swfupload {
  margin-left: -78px;
}
/* Page specific  [end]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/

/* wrTip  [start]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
.wrTipContent {
  display: none;
}
/* wrTip  [end]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/

/* workLog  [start]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
.workLog_valueFrom {
  padding: 2px 5px;
  background: #fe5f55;
  color: white;
  border-radius: 2px;
  display: inline-block;
}
.workLog_valueTo {
  padding: 2px 5px;
  background: #ADDC91;
  color: white;
  border-radius: 2px;
  display: inline-block;
}
/* workLog  [end]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/

p.wrNotice {
  display: block;
  background-color: #48acf0;
  color: white;
  font-size: 14px !important;
  padding: 13px 10px 15px 10px !important;
}

p.wrNotice i {
  display: block;
  clear: both;
  float: left;
  font-size: 20px;
  margin: 10px 25px 10px 15px;
}

.headlineInfo {
  color: white;
  display: inline-block;
  font-size: 13px;
  margin-left: 14px;
}