.menu {
  display: none;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.col-1 {
  float: left;
  margin-top: 6px;
}
.col-2 {
  height: 30px;
  float: right;
  right: 13px;
}
.col-prev-cal,
.col-next-cal {
  float: left;
  margin-top: 6px;
  margin-bottom: 6px;
}
.col-monthyear-cal {
  float: left;
  margin: 6px 6px 6px 6px;
}
.table-container,
.files_table_content {
  overflow-x: auto;
}
@media (max-width: 600px) {
  .login-frame {
    width: 365px !important;
  }
  .login-frame form {
    margin: 0px !important;
  }
  .col-prev-cal {
    width: 100%;
    margin-top: 7px;
  }
  .col-monthyear-cal {
    width: 100%;
    margin: 0px !important;
  }
  .col-next-cal {
    width: 100%;
    margin-bottom: 6px !important;
  }
  .col-1 {
    width: 100%;
    margin-top: 0;
  }
  .col-2 {
    width: 100% !important;
    padding-bottom: 5px;
  }
  #search {
    width: 95% !important;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 992px) {
  nav {
    display: block !important;
  }
}
@media (max-width: 992px) {
  .calendar-container {
    width: 1000px;
  }
  nav {
    display: none;
    top: 64px !important;
  }
  section#content {
    left: 0px !important;
  }
  header {
    height: 65px !important;
  }
  header .system-tray {
    top: 15px !important;
  }
  header .system-tray div {
    padding: 0 10px !important;
  }
  header .logo {
    top: 8px !important;
  }
  header .menu {
    display: block !important;
  }
  .select-projproperty-by-id {
    margin-left: 0px !important;
    margin-top: 10px !important;
  }
}
ul {
  list-style: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
td {
  font-size: 1em;
}
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input,
label,
div,
dd,
dt,
dl,
table,
tr,
td,
img,
hr {
  margin: 0px;
  padding: 0px;
}
a img,
:link img,
:visited img,
fieldset {
  border: none;
}
.error {
  color: #f00;
}
html,
body {
  font-family: arial;
  font-size: 0;
  height: 100%;
  overflow-y: hidden;
}
section,
header {
  font-size: 13px;
}
header {
  background: #00407C;
  color: #fff;
  height: 80px;
  position: relative;
}
header .logo {
  left: 76px;
  position: absolute;
  top: 16px;
}
header .system-tray {
  top: 24px;
  position: absolute;
  right: 10px;
}
header .system-tray div {
  display: inline-block;
  padding: 0 20px;
}
nav {
  background: #00407c;
  bottom: 0;
  position: absolute;
  top: 80px;
  width: 200px;
  z-index: 1;
}
nav>ul {
  margin-top: 1px;
}
nav>ul>li {
  color: #fff;
  height: 50px;
  white-space: nowrap;
}
nav>ul>li.hover:hover>ul {
  opacity: 1;
  visibility: visible;
}
nav>ul>li div {
  box-sizing: border-box;
  font-size: 14px;
}
nav>ul>li div.label {
  cursor: default;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: right;
}
nav>ul>li>div {
  display: inline-block;
}
nav>ul>li>div.icon {
  width: 64px;
}
nav>ul>li>div.label {
  padding: 0 20px;
  white-space: nowrap;
  width: calc( 100% - 64px );
}
nav>ul>li ul {
  left: 200px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 160px;
  transition: visbility 0s, opacity 300ms ease;
  visibility: hidden;
}
nav>ul>li ul>li {
  color: #fff;
  font-weight: normal;
  line-height: 20px;
}
nav>ul>li ul>li:hover {
  color: #fff;
}
nav>ul>li ul>li:hover ul {
  opacity: 1;
  visibility: visible;
}
nav>ul>li ul>li>div.icon {
  display: none;
}
nav>ul>li ul>li>div.label {
  background: rgba(0,64,124,0.8);
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  width: 100%;
}
nav>ul>li ul>li>ul {
  left: 160px;
}
nav>ul li div.label {
  z-index: 10;
}
nav>ul li div.label:hover {
  background: rgba(0,64,124,0.9);
}
nav ul {
  border-left: 1px solid #fff;
  position: relative;
}
nav ul:first-child {
  border: 0;
}
nav ul li {
  position: relative;
}
section#content {
  bottom: 0;
  font-size: 14px;
  left: 200px;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 0;
}
#login {
  background: #fff;
  height: 100%;
  margin-top: 50px;
  width: 100%;
}
#login .login-frame {
  margin: 0 auto;
  width: 600px;
  text-align: center;
}
#login .login-frame div.logo,
#login .login-frame div.title,
#login .login-frame div.bestway {
  padding: 10px 0;
  text-align: center;
}
#login .login-frame form {
  margin: 0 150px;
}
#login .login-frame div.input {
  padding-bottom: 10px;
}
#login .login-frame div.input span {
  color: #fff;
  display: inline-block;
}
#login .login-frame div.input.text span.label,
#login .login-frame div.input.password span.label {
  font-size: 13px;
  line-height: 36px;
  padding-right: 10px;
  text-align: right;
  width: 60px;
}
#login .login-frame div.input.text span.input input,
#login .login-frame div.input.password span.input input {
  background: #f3f6f7;
  border: 0;
  border-top: 1px solid #eeeff1;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  height: 38px;
  padding: 5px;
  width: 290px;
}
#login .login-frame div.input.button input {
  background: #40a6c2;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  height: 48px;
  width: 300px;
}
#login .login-frame div.errors {
  font-size: 12px;
  color: #f00;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
}
#ajax-spinner-background {
  background: rgba(255,255,255,0.4);
}
#ajax-spinner {
  background: #fff;
  border: 1px solid #aaa;
  box-shadow: 0 0 20px #777;
  padding: 5px 15px;
}
input[type=text],
input[type=password],
input[type=date],
input[type=number],
select,
textarea {
  height: 28px;
}
input[type=text],
input[type=password],
input[type=date],
input[type=number],
select {
  background: #fff;
  border: 1px solid #e0d5c6;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=number]:focus,
select:focus {
  border: 1px solid #bbb;
  box-shadow: 0 0 5px #bbb;
}
textarea {
  height: 100px;
}
input[type=button],
input[type=submit] {
  background: #002858;
  border: 1px solid rgba(255,255,255,0.5);
  color: #fff;
  height: 30px;
  padding: 0px 20px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px 0;
  width: 100%;
}
table thead,
table tfoot {
  background: #efefef;
}
table th.order-asc:before {
  content: "▼";
}
table th.order-desc:before {
  content: "▲";
}
table tr:nth-child(2n+3) {
  background: #fff;
}
table tr:nth-child(even) {
  background: #f8f8f8;
}
table tbody tr:hover {
  background: #efefef;
}
table th {
  text-align: left;
}
table th,
table td {
  border: 1px solid #d7d8da;
  cursor: default;
  padding: 5px;
}
.popup {
  background: #fff;
  border: 1px solid #d7d8da;
  font-size: 13px;
  position: relative;
}
.popup .container {
  left: 0;
  padding: 10px;
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 3;
  box-sizing: border-box;
  height: 90%;
}
.popup .container .half-box {
  float: left;
  width: 50%;
}
.popup .container .full-box {
  float: left;
  clear: both;
  width: calc( 100% - 20px );
  padding-top: 10px;
}
.popup .container div.input {
  display: inline-block;
  margin-bottom: 10px;
}
.popup .container div.input span {
  display: inline-block;
}
.popup .container div.input span.label {
  text-align: right;
  width: 120px;
  vertical-align: top;
}
.popup .container .timeout-message,
.popup .container .timeout-button {
  margin: 10px 0;
  text-align: center;
}
.popup .container div.chosen {
  display: inline;
}
.popup .close {
  background: url('/images/close_x.png');
  height: 11px;
  position: absolute;
  right: 5px;
  top: 4px;
  width: 11px;
  z-index: 2;
}
.popup .title-bar {
  background: #21304d;
  color: #4d97dc;
  cursor: default;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.popup .height-200px input[type=password],
.popup .height-200px input[type=text],
.popup .height-200px select,
.popup .height-200px textarea,
.popup .height-200px input[type=number] {
  height: 200px;
}
.popup .height-300px input[type=password],
.popup .height-300px input[type=text],
.popup .height-300px select,
.popup .height-300px textarea,
.popup .height-300px input[type=number] {
  height: 300px;
}
.form ul.form-wrapper,
.popup .container ul.form-wrapper {
  font-size: 0;
}
.form ul.form-wrapper>li,
.popup .container ul.form-wrapper>li {
  display: inline-block;
  font-size: 13px;
}
.form ul.form-wrapper>li>span,
.popup .container ul.form-wrapper>li>span {
  border-right: 1px solid #c1c1c1;
  border-top: 1px solid #c1c1c1;
  cursor: default;
  display: inline-block;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  position: relative;
  top: 1px;
  z-index: 1;
}
.form ul.form-wrapper>li:first-child>span,
.popup .container ul.form-wrapper>li:first-child>span {
  border-left: 1px solid #c1c1c1;
}
.form ul.form-wrapper>li:hover,
.popup .container ul.form-wrapper>li:hover {
  background: #1a1d3d;
  color: #fff;
}
.form ul.form-wrapper>li.active,
.popup .container ul.form-wrapper>li.active {
  background: #eee;
  color: #000;
}
.form ul.form-wrapper>li.active>span,
.popup .container ul.form-wrapper>li.active>span {
  border-bottom: 1px solid #fff;
}
.form div.section,
.popup .container div.section {
  border: 1px solid #c1c1c1;
  display: none;
  padding: 10px;
  z-index: 0;
}
.form div.section.active,
.popup .container div.section.active {
  display: block;
}
.form .elements,
.popup .container .elements {
  border: 1px solid #c1c1c1;
  margin-bottom: 10px;
  padding: 10px;
  overflow-x: auto;
}
.form .elements:last-child,
.popup .container .elements:last-child {
  margin-bottom: 0;
}
.form div.input,
.popup .container div.input {
  display: inline-block;
  margin-right: 10px;
}
.form div.input span,
.popup .container div.input span {
  display: inline-block;
}
.form div.input span.label,
.popup .container div.input span.label {
  font-weight: bold;
  padding-bottom: 1px;
}
.form div.input span.tooltip,
.popup .container div.input span.tooltip {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}
.form div.input span.tooltip .tooltip-container,
.popup .container div.input span.tooltip .tooltip-container {
  bottom: 15px;
  display: none;
  left: 15px;
  position: absolute;
  width: 300px;
  z-index: 1000;
}
.form div.input span.tooltip .text,
.popup .container div.input span.tooltip .text {
  background: #def;
  border: 1px solid #cdf;
  box-shadow: 0 0 5px #000;
  font-weight: normal;
  padding: 2px;
}
.form div.input span.tooltip:hover .tooltip-container,
.popup .container div.input span.tooltip:hover .tooltip-container {
  display: block;
}
.form div.vertical-checkboxes span.input,
.popup .container div.vertical-checkboxes span.input {
  display: block;
}
.form div.vertical-checkboxes span.input span.check,
.popup .container div.vertical-checkboxes span.input span.check {
  display: block;
}
.form div.checkbox span.input,
.popup .container div.checkbox span.input {
  font-weight: bold;
  line-height: 30px;
  display: block;
}
.form div.checkbox span.input span.check,
.popup .container div.checkbox span.input span.check {
  display: block;
}
.form div.checkbox span.input input,
.popup .container div.checkbox span.input input {
  margin-right: 2px;
  margin-left: 5px;
  vertical-align: -2px;
}
.form div.multicheck,
.popup .container div.multicheck {
  max-height: 150px;
}
.form div.multicheck span.input,
.popup .container div.multicheck span.input {
  border: 1px solid #c1c1c1;
  display: block;
  padding: 5px;
  overflow-y: scroll;
  width: 100%;
}
.form div.multicheck span.input input,
.popup .container div.multicheck span.input input {
  margin-bottom: 2px;
  margin-right: 2px;
  vertical-align: top;
}
.form div.select,
.popup .container div.select {
  position: relative;
}
.form h2,
.popup .container h2 {
  background: #f7f7f7;
  background: -moz-linear-gradient(top,#f7f7f7 0%,#ddd 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7f7f7),color-stop(100%,#ddd));
  background: -webkit-linear-gradient(top,#f7f7f7 0%,#ddd 100%);
  background: -o-linear-gradient(top,#f7f7f7 0%,#ddd 100%);
  background: -ms-linear-gradient(top,#f7f7f7 0%,#ddd 100%);
  background: linear-gradient(to bottom,#f7f7f7 0%,#ddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#ddd',GradientType=0);
  border: 1px solid #c1c1c1;
  border-bottom: 0;
  color: #45484d;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  position: relative;
}
.form h2 span,
.popup .container h2 span {
  display: block;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 0;
}
.form hr,
.popup .container hr {
  background: #c1c1c1;
  border: 0;
  height: 1px;
  margin: 10px 0;
}
.form hr.linebreak,
.popup .container hr.linebreak {
  height: 0;
}
.form hr.separator,
.popup .container hr.separator {
  background-color: #ccc;
  height: 1px;
}
.form div.input span.white textarea:read-only,
.popup .container div.input span.white textarea:read-only {
  color: #000;
  background-color: #fff;
  border: 1px solid #e0d5c6;
  box-shadow: none;
}
.form div.input span.white textarea:-moz-read-only,
.popup .container div.input span.white textarea:-moz-read-only {
  color: #000;
  background-color: #fff;
  border: 1px solid #e0d5c6;
  box-shadow: none;
}
.form div.white textarea:read-only,
.popup .container div.white textarea:read-only {
  color: #000;
  background-color: #fff;
  border: 1px solid #e0d5c6;
  box-shadow: none;
}
.form div.white textarea:-moz-read-only,
.popup .container div.white textarea:-moz-read-only {
  color: #000;
  background-color: #fff;
  border: 1px solid #e0d5c6;
  box-shadow: none;
}
.form textarea:read-only,
.popup .container textarea:read-only {
  color: grey;
  background-color: #f0f0f0;
  border: 1px solid #e0d5c6;
  box-shadow: none;
}
.form textarea:-moz-read-only,
.popup .container textarea:-moz-read-only {
  color: grey;
  background-color: #f0f0f0;
  border: 1px solid #e0d5c6;
  box-shadow: none;
}
.form input[type=text],
.form input[type=password],
.form select,
.form textarea,
.form input[type=number],
.popup .container input[type=text],
.popup .container input[type=password],
.popup .container select,
.popup .container textarea,
.popup .container input[type=number] {
  background: #fff;
  border: 1px solid #e0d5c6;
}
.form input[type=text]:focus,
.form input[type=password]:focus,
.form select:focus,
.form textarea:focus,
.form input[type=number]:focus,
.popup .container input[type=text]:focus,
.popup .container input[type=password]:focus,
.popup .container select:focus,
.popup .container textarea:focus,
.popup .container input[type=number]:focus {
  border: 1px solid #bbb;
  box-shadow: 0 0 5px #bbb;
}
.form input[type=text],
.form input[type=password],
.form select,
.form input[type=number],
.popup .container input[type=text],
.popup .container input[type=password],
.popup .container select,
.popup .container input[type=number] {
  height: 28px;
}
.form textarea,
.popup .container textarea {
  height: 100px;
}
.form .width-30px,
.popup .container .width-30px {
  width: 30px !important;
  min-width: 30px !important;
}
.form .width-30px input[type=password],
.form .width-30px input[type=text],
.form .width-30px select,
.form .width-30px textarea,
.form .width-30px input[type=number],
.form .width-30px input[type=button],
.popup .container .width-30px input[type=password],
.popup .container .width-30px input[type=text],
.popup .container .width-30px select,
.popup .container .width-30px textarea,
.popup .container .width-30px input[type=number],
.popup .container .width-30px input[type=button] {
  width: 30px !important;
  min-width: 30px !important;
}
.form .width-50px input[type=password],
.form .width-50px input[type=text],
.form .width-50px select,
.form .width-50px textarea,
.form .width-50px input[type=number],
.popup .container .width-50px input[type=password],
.popup .container .width-50px input[type=text],
.popup .container .width-50px select,
.popup .container .width-50px textarea,
.popup .container .width-50px input[type=number] {
  width: 50px;
}
.form .width-100px,
.popup .container .width-100px {
  width: 100px;
}
.form .width-100px input[type=password],
.form .width-100px input[type=text],
.form .width-100px select,
.form .width-100px textarea,
.form .width-100px input[type=number],
.popup .container .width-100px input[type=password],
.popup .container .width-100px input[type=text],
.popup .container .width-100px select,
.popup .container .width-100px textarea,
.popup .container .width-100px input[type=number] {
  width: 100px;
}
.form .width-120px,
.popup .container .width-120px {
  width: 120px;
}
.form .width-120px input[type=password],
.form .width-120px input[type=text],
.form .width-120px select,
.form .width-120px textarea,
.form .width-120px input[type=number],
.popup .container .width-120px input[type=password],
.popup .container .width-120px input[type=text],
.popup .container .width-120px select,
.popup .container .width-120px textarea,
.popup .container .width-120px input[type=number] {
  width: 120px;
}
.form .width-150px,
.popup .container .width-150px {
  width: 150px;
}
.form .width-150px input[type=password],
.form .width-150px input[type=text],
.form .width-150px select,
.form .width-150px textarea,
.form .width-150px input[type=number],
.popup .container .width-150px input[type=password],
.popup .container .width-150px input[type=text],
.popup .container .width-150px select,
.popup .container .width-150px textarea,
.popup .container .width-150px input[type=number] {
  width: 150px;
}
.form .width-200px,
.popup .container .width-200px {
  width: 200px;
}
.form .width-200px input[type=password],
.form .width-200px input[type=text],
.form .width-200px select,
.form .width-200px textarea,
.form .width-200px input[type=number],
.popup .container .width-200px input[type=password],
.popup .container .width-200px input[type=text],
.popup .container .width-200px select,
.popup .container .width-200px textarea,
.popup .container .width-200px input[type=number] {
  width: 200px;
}
.form .min-width-200px,
.popup .container .min-width-200px {
  min-width: 200px;
}
.form .min-width-200px input[type=password],
.form .min-width-200px input[type=text],
.form .min-width-200px select,
.form .min-width-200px textarea,
.form .min-width-200px input[type=number],
.popup .container .min-width-200px input[type=password],
.popup .container .min-width-200px input[type=text],
.popup .container .min-width-200px select,
.popup .container .min-width-200px textarea,
.popup .container .min-width-200px input[type=number] {
  min-width: 200px;
}
.form .width-250px input[type=password],
.form .width-250px input[type=text],
.form .width-250px select,
.form .width-250px textarea,
.form .width-250px input[type=number],
.popup .container .width-250px input[type=password],
.popup .container .width-250px input[type=text],
.popup .container .width-250px select,
.popup .container .width-250px textarea,
.popup .container .width-250px input[type=number] {
  width: 250px;
}
.form .width-300px,
.popup .container .width-300px {
  width: 300px;
}
.form .width-300px input[type=password],
.form .width-300px input[type=text],
.form .width-300px select,
.form .width-300px textarea,
.form .width-300px input[type=number],
.popup .container .width-300px input[type=password],
.popup .container .width-300px input[type=text],
.popup .container .width-300px select,
.popup .container .width-300px textarea,
.popup .container .width-300px input[type=number] {
  width: 300px !important;
}
.form .width-400px,
.popup .container .width-400px {
  width: 400px;
}
.form .width-400px input[type=password],
.form .width-400px input[type=text],
.form .width-400px select,
.form .width-400px textarea,
.form .width-400px input[type=number],
.popup .container .width-400px input[type=password],
.popup .container .width-400px input[type=text],
.popup .container .width-400px select,
.popup .container .width-400px textarea,
.popup .container .width-400px input[type=number] {
  width: 400px;
}
.form .width-500px,
.popup .container .width-500px {
  width: 500px;
}
.form .width-500px input[type=password],
.form .width-500px input[type=text],
.form .width-500px select,
.form .width-500px textarea,
.form .width-500px input[type=number],
.popup .container .width-500px input[type=password],
.popup .container .width-500px input[type=text],
.popup .container .width-500px select,
.popup .container .width-500px textarea,
.popup .container .width-500px input[type=number] {
  width: 500px;
}
.form .width-600px,
.popup .container .width-600px {
  width: 600px;
}
.form .width-600px input[type=password],
.form .width-600px input[type=text],
.form .width-600px select,
.form .width-600px textarea,
.form .width-600px input[type=number],
.popup .container .width-600px input[type=password],
.popup .container .width-600px input[type=text],
.popup .container .width-600px select,
.popup .container .width-600px textarea,
.popup .container .width-600px input[type=number] {
  width: 600px;
}
.form .width-700px,
.popup .container .width-700px {
  width: 700px;
}
.form .width-700px input[type=password],
.form .width-700px input[type=text],
.form .width-700px select,
.form .width-700px textarea,
.form .width-700px input[type=number],
.popup .container .width-700px input[type=password],
.popup .container .width-700px input[type=text],
.popup .container .width-700px select,
.popup .container .width-700px textarea,
.popup .container .width-700px input[type=number] {
  width: 700px;
}
.form .width-800px,
.popup .container .width-800px {
  width: 800px;
}
.form .width-800px input[type=password],
.form .width-800px input[type=text],
.form .width-800px select,
.form .width-800px textarea,
.form .width-800px input[type=number],
.popup .container .width-800px input[type=password],
.popup .container .width-800px input[type=text],
.popup .container .width-800px select,
.popup .container .width-800px textarea,
.popup .container .width-800px input[type=number] {
  width: 800px;
}
.form .height-200px input[type=password],
.form .height-200px input[type=text],
.form .height-200px select,
.form .height-200px textarea,
.form .height-200px input[type=number],
.popup .container .height-200px input[type=password],
.popup .container .height-200px input[type=text],
.popup .container .height-200px select,
.popup .container .height-200px textarea,
.popup .container .height-200px input[type=number] {
  height: 200px;
}
.form .height-300px input[type=password],
.form .height-300px input[type=text],
.form .height-300px select,
.form .height-300px textarea,
.form .height-300px input[type=number],
.popup .container .height-300px input[type=password],
.popup .container .height-300px input[type=text],
.popup .container .height-300px select,
.popup .container .height-300px textarea,
.popup .container .height-300px input[type=number] {
  height: 300px;
}
.button-header {
  display: inline-flex;
  margin-bottom: 10px;
}
span.page_nav {
  margin-top: 5px;
  margin-left: 10px;
}
span.page_nav .nav-link {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
}
#search {
  height: 30px;
  width: 340px;
  position: absolute;
  right: 13px;
  border: 1px solid #ababab;
}
.select-projproperty-by-id {
  margin-left: 20px;
}
.calendar-container {
  overflow-x: auto;
}
div.calendar {
  height: calc(60%);
  position: relative;
}
div.calendar #appointment-view {
  background: #fff;
  border: 1px solid #d7d8da;
  border-radius: 10px;
  box-shadow: 0 0 20px #bbb;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 13px;
  padding: 10px 20px;
  position: absolute;
  width: 400px;
  z-index: 100;
}
div.calendar #appointment-view h2 {
  font-size: 18px;
  padding-bottom: 10px;
}
div.calendar #appointment-view h3 {
  font-size: 13px;
  font-weight: normal;
  padding-bottom: 5px;
}
div.calendar #appointment-view div.details {
  padding-bottom: 10px;
}
div.calendar #appointment-view div.details span {
  display: inline-block;
  vertical-align: top;
}
div.calendar #appointment-view div.details span:nth-child(odd) {
  font-weight: bold;
  padding-right: 5px;
  text-align: right;
  width: 70px;
}
div.calendar #appointment-view div.close {
  cursor: default;
  position: absolute;
  right: 10px;
  top: 10px;
}
div.calendar div.head {
  background: #efefef;
  border: 1px solid #d7d8da;
  font-size: 0;
  height: 25px;
}
div.calendar div.head>div {
  border-right: 1px solid #d7d8da;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  text-align: center;
  vertical-align: top;
}
div.calendar div.head>div.day-label {
  width: 13.4%;
}
div.calendar div.head>div.day-label:last-child {
  border-right: 0;
}
div.calendar div.head>div.time-label {
  width: 5%;
}
div.calendar div.body {
  border: 1px solid #d7d8da;
  border-top: 0;
  font-size: 0;
  overflow-y: auto;
}
div.calendar div.body .time-marker {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ccc;
  color: #888;
  height: 25px;
  left: 0;
  position: absolute;
  text-align: right;
  width: 100%;
}
div.calendar div.body .time-marker:first-child {
  border-top: 0;
}
div.calendar div.body .time-label {
  border-right: 1px solid #d7d8da;
  display: inline-block;
  height: 1220px;
  font-size: 13px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 5%;
}
div.calendar div.body .day-container {
  border-right: 1px solid #d7d8da;
  display: inline-block;
  height: 1220px;
  font-size: 13px;
  overflow: hidden;
  vertical-align: top;
  width: 13.4%;
}
div.calendar div.body .day-container .day {
  cursor: default;
  position: relative;
}
div.calendar div.body .day-container .day .appointment {
  border: 1px solid rgba(0,0,0,0.5);
  box-shadow: 0 0 0 2px #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: default;
  font-size: 12px;
  overflow: hidden;
  padding: 2px;
  position: absolute;
}
div.calendar div.body .day-container .day .corner-date {
  background: #ddd;
  font-weight: bold;
  padding: 2px 5px;
  position: absolute;
}
div.calendar h1 {
  font-size: 18px;
  display: inline-block;
  text-align: center;
}
div.calendar input[type=button] {
  display: inline-block;
  min-width: 80px;
  padding-left: 0;
}
#context-menu {
  cursor: default;
  font-size: 13px;
  z-index: 2;
}
#context-menu ul {
  background: #21304d;
  border: 1px solid #1a1d3d;
}
#context-menu ul li {
  border-bottom: 1px solid #adafb1;
  border-top: 1px solid #e0e2e4;
  color: #fff;
  line-height: 20px;
  padding: 3px;
  width: 150px;
}
#context-menu ul li:hover {
  background: #1a1d3d;
  color: #fff;
}
#context-menu ul li:first-child {
  border-top: 0;
}
#context-menu ul li:last-child {
  border: 0;
}
#file-context-menu {
  background: #d1d4d6;
  border: 1px solid #adafb1;
  cursor: default;
  font-size: 13px;
  width: 150px;
}
#file-context-menu ul li {
  color: #45484d;
  padding: 5px;
}
#file-context-menu ul li:hover {
  background: #1a1d3d;
  color: #fff;
}
ul.folder-list {
  background: url('/images/icon_folder-small.png') no-repeat;
  cursor: default;
  padding-left: 20px;
}
ul.folder-list li {
  display: inline-block;
}
#folder_breadcrumbs {
  margin-top: 20px;
}
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}
ul.breadcrumb li {
  display: inline;
  font-size: 13px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
  cursor: pointer;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
.popup .container {
  left: 0;
  padding: 10px;
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 3;
  box-sizing: border-box;
  height: 90%;
  text-align: center;
}
.popup .container .half-box {
  float: left;
  width: 50%;
}
