html, body {
  font-family: 'Open Sans', sans-serif;
  height: 100%;
  width: 100%;
}

.container {
  height: 100%;
  padding: 0;
  width: 100%;
}

#menu {
  margin: 0;
  padding: 0;
}

#menu > .container {
  padding: 0 10px;
}

#main {
  height: calc(100% - 51px);
  position: relative;
  top: 51px;
  width: 100%;
}

/* LOGIN */

#main.login {
  background: none repeat scroll 0 0 #ffffff;
  border-radius: 5px;
  box-shadow: 2px 2px 3px -1px #000;
  height: 168px;
  left: 50%;
  margin: -84px 0 0 -140px;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  top: 50%;
  width: 280px;
}

#main.login .logo {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  margin: 5px 0 15px;
}

#main.login #input-email,
#main.login #input-password {
  margin-bottom: 10px;
}

#main.login #input-submit {
  float: right;
}

#main.login .errorWindow {
  bottom: 27px;
  color: #ff0000;
  font-size: 11px;
  position: absolute;
  text-indent: 1px;
}

/* LOGIN END */

/* NOT FOUND AND NO PERMISSION */

#main.notFound,
#main.noPermission {
  height: 280px;
  left: 50%;
  margin: -140px 0 0 -350px;
  position: absolute;
  top: 50%;
  width: 700px;
}

#main.notFound .title,
#main.noPermission .title {
  color: #167184;
  font-size: 190px;
  font-weight: bold;
  line-height: 160px;
  text-align: center;
  text-shadow: 1px 1px 0 #000;
}

#main.notFound .description,
#main.noPermission .description {
  color: #167184;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-top: 10px;
  text-align: center;
}

#main.notFound .button,
#main.noPermission .button {
  margin-top: 20px;
  text-align: center;
}

#main.notFound .button > a,
#main.noPermission .button > a {
  background: #167184 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 300;
  height: 30px;
  line-height: 29px;
  margin: 0 auto;
  text-decoration: none;
  text-shadow: 1px 1px 0 #000;
  text-transform: uppercase;
  width: 150px;
}

/* NOT FOUND AND NO PERMISSION END */

#leftList {
  border-right: 1px solid #e7e7e7;
  float: left;
  height: 100%;
  width: 280px;
}

#leftList > .header {
  border-bottom: 1px solid #e7e7e7;
  height: 70px;
  overflow: hidden;
  padding: 10px;
}

#leftList > .header > input {
  display: block;
  float: left;
  width: 215px;
}

#leftList > .header > button {
  display: block;
  float: right;
  height: 30px;
  padding: 5px 9px;
  width: 30px;
}

#leftList > .header > button > div {
	display: none!important;
}

#leftList > .header > label {
  font-size: 11px;
  font-weight: normal;
  margin: 5px 0 0;
}

#leftList > .header > label > em {
  font-style: normal;
}

#leftList > .listWrapper {
  height: calc(100% - 70px);
  overflow-y: auto;
  width: 100%;
}

#leftList > .listWrapper > .innerList {
  width: 100%;
}

#leftList > .listWrapper > .innerList > .item {
  background: #ffffff;
  border-bottom: 1px solid #e9e7e3;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}

#leftList > .listWrapper > .innerList > .item.selected {
  background: #ECFFED;
}

#leftList > .listWrapper > .innerList > .item:hover {
  background: #ECEDFF;
}

#leftList > .listWrapper > .innerList > .item > a {
  color: inherit;
  display: block;
  overflow: hidden;
  padding: 5px;
  text-decoration: none;

  outline: none;
}

#leftList > .listWrapper > .innerList > .item > a > .name {
  font-weight: bold;
  width: 100%;
}

#leftList > .listWrapper > .innerList > .item > a > .detail {
  float: left;
  font-size: 12px;
  width: calc(100% - 14px);
}

#leftList > .listWrapper > .innerList > .item > a > .status {
  float: right;
  height: 20px;
  width: 14px;
}

#rightContainer {
  float: left;
  height: 100%;
  width: calc(100% - 280px);
}

#rightContainer > .header {
  background: none repeat scroll 0 0 #ffffff;
  height: 44px;
  overflow: hidden;
  padding: 10px 10px 10px 20px;
  width: 100%;
}

#rightContainer > .header .title {
  float: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

#rightContainer > .header .controlls {
  float: right;
}

#rightContainer > .header .controlls > button {
  display: block;
  float: left;
  margin-left: 5px;
}

#rightContainer > .containerWrapper {
  background: #e9e7e3;
  height: calc(100% - 44px);
  width: 100%;
}

#rightContainer > .containerWrapper .innerContainer {
  overflow: hidden;
  padding: 20px 10px 20px 20px;
}

#rightContainer > .containerWrapper .innerContainer .modelBox,
#rightContainer > .containerWrapper .innerContainer .permissionsBox,
#rightContainer > .containerWrapper .innerContainer .imageBox {
  background: none repeat scroll 0 0 #ffffff;
  border-radius: 5px;
  box-shadow: 2px 2px 3px -1px #000;
  float: left;
  margin: 0 20px 20px 0;
  overflow: hidden;
  width: 350px;
}

#rightContainer > .containerWrapper .innerContainer .modelBox.x2 {
  width: 720px;
}

#rightContainer > .containerWrapper .innerContainer .modelBox.x3 {
  width: 1090px;
}

#rightContainer > .containerWrapper .innerContainer .modelBox.x4 {
  width: 1460px;
}

#rightContainer > .containerWrapper .innerContainer .modelBox .header,
#rightContainer > .containerWrapper .innerContainer .permissionsBox .header,
#rightContainer > .containerWrapper .innerContainer .imageBox .header {
  overflow: hidden;
  padding: 5px 5px 5px 10px;
}

#rightContainer > .containerWrapper .innerContainer .modelBox .header .title,
#rightContainer > .containerWrapper .innerContainer .permissionsBox .header .title,
#rightContainer > .containerWrapper .innerContainer .imageBox .header .title {
  float: left;
  font-size: 16px;
  font-weight: bold;
}

#rightContainer > .containerWrapper .innerContainer .modelBox .header .title,
#rightContainer > .containerWrapper .innerContainer .permissionsBox .header .title,
#rightContainer > .containerWrapper .innerContainer .imageBox .header .title {
  width: 100%;
}

#rightContainer > .containerWrapper .innerContainer .permissionsBox .header .title > span {
  cursor: pointer;
  float: right;
  font-weight: normal;
  font-size: 12px;
  margin-top: 4px;
  text-decoration: underline;
}

#rightContainer > .containerWrapper .innerContainer .modelBox .header .title > button,
#rightContainer > .containerWrapper .innerContainer .imageBox .header .title > button {
  float: right;
  margin-left: 5px;
}

#rightContainer > .containerWrapper .innerContainer .modelBox .body,
#rightContainer > .containerWrapper .innerContainer .permissionsBox .body,
#rightContainer > .containerWrapper .innerContainer .imageBox .body {
  overflow: hidden;
}

#rightContainer > .containerWrapper .innerContainer .imageBox .body {
  height: 163px;
  position: relative;
}

#rightContainer > .containerWrapper .innerContainer .imageBox .body > img {
  display: block;
  height: 100%;
  margin: 0 auto;
  padding: 5px;
}

#rightContainer > .containerWrapper .innerContainer .imageBox .body #dropzone,
#rightContainer > .containerWrapper .innerContainer .imageBox .body .dropzone-init,
#rightContainer > .containerWrapper .innerContainer .imageBox .body .dropzone-uploading {
  cursor: pointer;
  display: none;
  height: 163px;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}

#rightContainer > .containerWrapper .innerContainer .imageBox .body .dropzone-init > span,
#rightContainer > .containerWrapper .innerContainer .imageBox .body .dropzone-uploading > span {
  color: #AAAAAA;
  font-size: 50px;
  margin-top: 25px;
}

#rightContainer > .containerWrapper .innerContainer .imageBox .body .dropzone-init > p,
#rightContainer > .containerWrapper .innerContainer .imageBox .body .dropzone-uploading > p {
  color: #888;
  font-size: 12px;
  margin: 10px 0 0 0;
}

#rightContainer > .containerWrapper .innerContainer .permissionsBox .body,
#rightContainer > .containerWrapper .innerContainer .imageBox .body {
  border-top: 1px solid #e9e7e3;
}

#rightContainer > .containerWrapper .innerContainer .permissionsBox .body .checkbox {
  overflow: hidden;
  padding: 0 10px;
  position: relative;
}

#rightContainer > .containerWrapper .innerContainer .modelBox .body .line {
  border-top: 1px solid #e9e7e3;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
}

#rightContainer > .containerWrapper .innerContainer .modelBox .body .line:nth-child(2n+1) {
  background: none repeat scroll 0 0 #f5f5f5;
}

#rightContainer > .containerWrapper .innerContainer .modelBox .body .line .name {
  float: left;
  font-weight: bold;
  padding: 10px 0;
  width: 100px;
}

#rightContainer > .containerWrapper .innerContainer .modelBox .body .line .value {
  border-left: 1px solid #e9e7e3;
  float: left;
  padding: 10px 0 10px 5px;
  position: relative;
  width: calc(100% - 100px);
}

#rightContainer > .containerWrapper .innerContainer .modelBox .body .line .value > span {
  color: #777777;
  float: left;
  height: 14px;
  margin-right: 7px;
  margin-top: 2px;
  width: 14px;
}

#rightContainer > .containerWrapper .innerContainer .modelBox .body .line .value > input,
#rightContainer > .containerWrapper .innerContainer .modelBox .body .line .value > select {
  display: block;
  float: left;
  height: 26px;
  margin-top: -3px;
  margin-bottom: -3px;
  width: calc(100% - 21px);
}

#rightContainer > .containerWrapper .innerContainer .modelBox .body .line .value > input {
  padding: 5px 5px 4px 5px;
}

#rightContainer > .containerWrapper .innerContainer .modelBox .body .line .value > select {
  padding: 2px 0 0 2px;
}

#rightContainer > .containerWrapper .innerContainer .modelBox .body .line .value .errorWindow {
  bottom: 8px;
  color: rgb(231, 0, 0);
  font-size: 10px;
  position: absolute;
  right: 3px;
}













