* {
  box-sizing: border-box;
}
body {
  background: #FFF;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  color: #888;
}
h1 {
  font-size: 50px;
  line-height: 40px;
  font-weight: 100;
}
a {
  color: #FF7C00;
  text-decoration: none;
  transition-duration: 0.3s;
}
a:hover {
  color: #c56000;
  transition-duration: 0.05s;
  text-decoration: none;
}
a.trigger-editing {
  color: #B4BBC1;
}
a.trigger-editing:hover {
  color: #57636C;
}
a.trigger-editing-off {
  color: #FF7C00;
}
a.trigger-editing-off:hover {
  color: #c56000;
}
.circle-icon {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border: 2px solid #B4BBC1;
  border-radius: 100px;
  font-size: 14px;
  color: #B4BBC1;
  cursor: pointer;
  display: block;
  float: left;
}
.circle-icon:hover {
  color: #57636C;
  border-color: #57636C;
}
.circle-icon.small {
  height: 25px;
  width: 25px;
  line-height: 23px;
  font-size: 11px;
}
.circle-icon.red,
.icon.red {
  color: #D23B3D !important;
  border-color: #D23B3D;
}
.circle-icon.red:hover,
.icon.red:hover {
  color: #791C1E !important;
  border-color: #791C1E;
}
.checkbox-wrapper {
  cursor: pointer;
  height: 20px;
  width: 20px;
  position: relative;
  display: inline-block;
  box-shadow: inset 0 0 0 1px #A3ADB2;
  border-radius: 1px;
}
.checkbox-wrapper input {
  opacity: 0;
  cursor: pointer;
}
.checkbox-wrapper input:checked ~ label {
  opacity: 1;
}
.checkbox-wrapper label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background: #A3ADB2;
  opacity: 0;
  transition-duration: 0.05s;
}
.checkbox-wrapper label:hover {
  background: #95a1a6;
  opacity: 0.5;
}
.checkbox-wrapper label:active {
  background: #87949b;
}
#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 300px;
  background: #1D2127;
  transition-duration: 0.3s;
  z-index: 5;
  color: #ABB4BE;
}
#sidebar a {
  color: #ABB4BE;
}
#sidebar .logo-container {
  font-weight: 100;
  font-size: 50px;
  line-height: 40px;
  text-align: center;
  margin: 50px 0;
  cursor: pointer;
}
#sidebar .logo-container .logo {
  position: relative;
  top: -6px;
  font-size: 25px;
  margin-right: 15px;
  padding: 10px;
  border: 2px solid #61C7B3;
  border-radius: 100px;
  text-indent: 1px;
  color: #FF7C00;
}
#sidebar .compose-button {
  border-radius: 100px;
  padding: 13px 20px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  color: #FF7C00;
  border: 2px solid #61C7B3;
  display: block;
  margin: 0 50px 30px 50px;
  cursor: pointer;
}
#sidebar .compose-button:hover {
  color: #ABB4BE;
  border-color: #ABB4BE;
}
#sidebar .menu-segment {
  padding: 0 50px 0 70px;
}
#sidebar .menu-segment ul {
  margin: 0;
  padding: 0;
}
#sidebar .menu-segment li {
  margin: 0;
  padding: 0;
}
#sidebar .menu-segment li a {
  display: block;
  margin: 0 -50px 0 -70px;
  padding: 10px 50px 10px 70px;
}
#sidebar .menu-segment li a:hover {
  background: #21262d;
}
#sidebar .menu-segment li .italic-link {
  margin-left: -30px;
  font-style: italic;
  color: #465162;
  background: transparent;
}
#sidebar .menu-segment li .italic-link:hover {
  background: transparent;
  color: #ABB4BE;
}
#sidebar .menu-segment .ball.pink {
  border-color: #EA4C89;
}
#sidebar .menu-segment .ball.green {
  border-color: #9AE14F;
}
#sidebar .menu-segment .ball.blue {
  border-color: #1BC3E1;
}
#sidebar .menu-segment li.title {
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 0;
  color: #465162;
}
#sidebar .menu-segment li.title .icon {
  float: right;
}
#sidebar .menu-segment li.active a {
  background: #282d36;
}
#sidebar .menu-segment li.active a:hover {
  background: #282d36;
}
#sidebar .menu-segment .labels li a span {
  display: block;
  border: 5px solid red;
  border-radius: 100px;
  margin-top: 6px;
}
#sidebar .menu-segment .chat li a {
  padding-left: 50px;
}
#sidebar .menu-segment .chat li a span {
  display: block;
  border: 5px solid red;
  border-radius: 100px;
  margin-top: 6px;
}
#sidebar .menu-segment .labels.labels li a span {
  float: right;
}
#sidebar .menu-segment .chat.labels li a span {
  float: right;
}
#sidebar .menu-segment .labels.chat li a span {
  float: left;
  margin-right: 10px;
}
#sidebar .menu-segment .chat.chat li a span {
  float: left;
  margin-right: 10px;
}
#sidebar .separator {
  margin: 30px 35px;
  height: 1px;
  background: #2D3138;
}
#sidebar .bottom-padding {
  height: 100px;
}
#sidebar > .nano-pane {
  background: transparent;
}
#sidebar > .nano-pane .nano-slider {
  background: rgba(255, 255, 255, 0.1);
}
#main {
  top: 0;
  left: 300px;
  bottom: 0;
  right: 0;
  z-index: 4;
  transition-duration: 0.3s;
  padding-left: 4px;
  box-shadow: inset 4px 0 0 #EFEFEF, inset 5px 0 0 #e2e2e2;
}
#main .overlay {
  position: absolute;
  top: 0;
  left: -10px;
  right: 0;
  bottom: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 5;
  opacity: 0;
  transition-duration: 0s;
  transition-property: opacity;
}
#main .header {
  padding: 0 60px 20px;
  border-bottom: 1px solid #EFEFEF;
  overflow: hidden;
}
#main .header .page-title {
  display: block;
}
#main .header .page-title .sidebar-toggle-btn {
  width: 0;
  margin-top: 1px;
  padding: 11px 0 0 0;
  float: left;
  position: relative;
  display: block;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-delay: 0.5s;
  opacity: 0;
  margin-right: 0;
}
#main .header .page-title .sidebar-toggle-btn .line {
  height: 3px;
  display: block;
  background: #888;
  margin-bottom: 4px;
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}
#main .header .page-title .sidebar-toggle-btn .line-angle1 {
  width: 8px;
  margin: 0;
  position: absolute;
  top: 15px;
  left: -11px;
  transform: rotate(-60deg);
}
#main .header .page-title .sidebar-toggle-btn .line-angle2 {
  width: 8px;
  margin: 0;
  position: absolute;
  top: 21px;
  left: -11px;
  transform: rotate(60deg);
}
#main .header .page-title .icon {
  font-size: 24px;
  position: relative;
  top: -11px;
  cursor: pointer;
}
#main .search-box {
  float: right;
  width: 150px;
  height: 40px;
  position: relative;
}
#main .search-box input {
  transition-duration: 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: 15px;
  height: 40px;
  z-index: 2;
  outline: none;
  color: #999;
  background: transparent;
  border: 2px solid #EFEFEF;
  border-radius: 5px;
  transition-timing-function: cubic-bezier(0.3, 1.5, 0.6, 1);
}
#main .search-box input:focus {
  color: #333;
  border-color: #d6d6d6;
  width: 150%;
}
#main .search-box input:focus ~ .icon {
  opacity: 1;
  z-index: 3;
  color: #FF7C00;
}
#main .search-box .icon {
  transition-duration: 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  text-align: center;
  line-height: 40px;
  z-index: 1;
  cursor: pointer;
  opacity: 0.5;
}
#main .action-bar {
  padding: 0;
  border-bottom: 1px solid #EFEFEF;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  height: 0;
}
#main .action-bar li {
  float: left;
  margin-right: 10px;
}
#main.editing .action-bar {
  padding: 20px;
  height: 70px;
}
#main #main-nano-wrapper {
  position: absolute;
}
#main .message-list {
  display: block;
  font-size: 14px;
}
#main .message-list li {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  cursor: default;
  transition-duration: 0.3s;
}
#main .message-list li:hover {
  background: #EFEFEF;
  transition-duration: 0.05s;
}
#main .message-list li .col {
  float: left;
  position: relative;
}
#main .message-list li .col-1 {
  width: 400px;
}
#main .message-list li .col-1 .star-toggle {
  display: block;
  float: left;
  margin-top: 15px;
}
#main .message-list li .col-1 .checkbox-wrapper {
  display: none;
  float: left;
  margin-top: 15px;
  margin-right: 10px;
}
#main .message-list li .col-1 .dot {
  display: block;
  float: left;
  border: 4px solid transparent;
  border-radius: 100px;
  margin: 22px 5px 0;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
}
#main .message-list li .col-1 .title {
  position: absolute;
  top: 0;
  left: 60px;
  right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#main .message-list li .col-2 {
  position: absolute;
  top: 0;
  left: 400px;
  right: 0;
  bottom: 0;
}
#main .message-list li .col-2 .subject {
  position: absolute;
  top: 0;
  left: 0;
  right: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#main .message-list li .col-2 .date {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  padding-left: 80px;
}
#main .message-list li.active {
  background: #EFEFEF;
  transition-duration: 0.05s;
  box-shadow: inset 5px 0 0 #61C7B3;
}
#main .message-list li.active:hover {
  box-shadow: inset 5px 0 0 #61C7B3;
}
#main .message-list li.selected {
  background: #EFEFEF;
  transition-duration: 0.05s;
}
#main .message-list li.unread {
  color: #555;
}
#main .message-list li.blue-dot .col-1 .dot {
  border-color: #1BC3E1;
}
#main .message-list li.orange-dot .col-1 .dot {
  border-color: #E2A917;
}
#main .message-list li.green-dot .col-1 .dot {
  border-color: #9AE14F;
}
#main.editing .message-list li .col-1 .checkbox-wrapper {
  display: block;
}
#main .load-more-link {
  display: block;
  text-align: center;
  margin: 30px 0 100px 0;
}
.object-list {
  top: 140px;
  /*left: 0;*/
  bottom: 0;
  /*right: 0;*/
  z-index: 4;
  /*transition-duration: 0.3s;*/
  /*padding-left: 4px;*/
  width: 100%;
  /*  -webkit-box-shadow: 2px 0px 0px 0px #787878;
    -moz-box-shadow: 2px 0px 0px 0px #787878;
    box-shadow: 2px 0px 0px 0px #787878;*/
}
.object-list .overlay {
  position: absolute;
  top: 0;
  left: -10px;
  right: 0;
  bottom: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 5;
  opacity: 0;
  transition-duration: 0s;
  transition-property: opacity;
}
.object-list .header {
  padding: 50px 60px;
  border-bottom: 1px solid #EFEFEF;
  overflow: hidden;
}
.object-list .header .page-title {
  display: block;
}
.object-list .header .page-title .sidebar-toggle-btn {
  width: 0;
  margin-top: 1px;
  padding: 11px 0 0 0;
  float: left;
  position: relative;
  display: block;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-delay: 0.5s;
  opacity: 0;
  margin-right: 0;
}
.object-list .header .page-title .sidebar-toggle-btn .line {
  height: 3px;
  display: block;
  background: #888;
  margin-bottom: 4px;
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}
.object-list .header .page-title .sidebar-toggle-btn .line-angle1 {
  width: 8px;
  margin: 0;
  position: absolute;
  top: 15px;
  left: -11px;
  transform: rotate(-60deg);
}
.object-list .header .page-title .sidebar-toggle-btn .line-angle2 {
  width: 8px;
  margin: 0;
  position: absolute;
  top: 21px;
  left: -11px;
  transform: rotate(60deg);
}
.object-list .header .page-title .icon {
  font-size: 15px;
  margin-left: 20px;
  position: relative;
  top: -5px;
  cursor: pointer;
}
.object-list .header .search-box {
  float: right;
  width: 150px;
  height: 40px;
  position: relative;
}
.object-list .header .search-box input {
  transition-duration: 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: 15px;
  height: 40px;
  z-index: 2;
  outline: none;
  color: #999;
  background: transparent;
  border: 2px solid #EFEFEF;
  border-radius: 5px;
  transition-timing-function: cubic-bezier(0.3, 1.5, 0.6, 1);
}
.object-list .header .search-box input:focus {
  color: #333;
  border-color: #d6d6d6;
  width: 150%;
}
.object-list .header .search-box input:focus ~ .icon {
  opacity: 1;
  z-index: 3;
  color: #FF7C00;
}
.object-list .header .search-box .icon {
  transition-duration: 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  text-align: center;
  line-height: 40px;
  z-index: 1;
  cursor: pointer;
  opacity: 0.5;
}
.object-list .action-bar {
  padding: 20px 0;
  border-bottom: 1px solid #EFEFEF;
  overflow: hidden;
}
.object-list .action-bar ul {
  float: right;
}
.object-list .action-bar li {
  float: left;
  margin-right: 10px;
}
.object-list .action-bar .icon {
  width: 40px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  color: #B4BBC1;
  cursor: pointer;
  display: block;
  float: left;
}
.object-list .action-bar .icon:hover {
  color: #57636C;
  border-color: #57636C;
}
.object-list #main-nano-wrapper {
  position: relative;
  height: 100vh;
}
.object-list .object-ul {
  display: block;
}
.object-list .object-ul li {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  cursor: default;
  transition-duration: 0.3s;
  /*
      .col {
        float: left;
        position: relative;
      }

      .col-1 {
        width: 400px;

        .star-toggle {
          display: block;
          float: left;
          margin-top: 15px;
        }

        .checkbox-wrapper {
          display: block;
          float: left;
          margin-top: 15px;
          margin-right: 10px;
        }

        .dot {
          display: block;
          float: left;
          //border: 4px solid transparent;
          border-radius: 100px;
          margin: 22px 5px 0;
          height: 0;
          width: 0;
          line-height: 0;
          font-size: 0;
        }

        .title {
          position: absolute;
          top: 0;
          left: 40px;
          right: 0;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
        }
      }

      .col-2 {
        position: absolute;
        top: 0;
        left: 400px;
        right: 0;
        bottom: 0;

        .subject {
          position: absolute;
          top: 0;
          left: 0;
          right: 200px;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
        }

        .date {
          position: absolute;
          top: 0;
          right: 0;
          width: 200px;
          padding-left: 80px;
        }
      }
      */
}
.object-list .object-ul li:hover {
  background: #ffffff;
  transition-duration: 0.05s;
}
.object-list .object-ul li .checkbox-wrapper {
  display: block;
  float: left;
  margin-top: 15px;
  margin-right: 5px;
  margin-left: 5px;
}
.object-list .object-ul li [class^=col-] {
  padding: 0;
}
.object-list .object-ul li.active {
  background: #ffffff;
  transition-duration: 0.05s;
}
.object-list .object-ul li.active:hover {
  box-shadow: inset 5px 0 0 #61C7B3;
}
.object-list .object-ul li.selected {
  background: #ffffff;
  transition-duration: 0.05s;
}
.object-list .object-ul li.unread {
  color: #555;
}
.object-list .object-ul li.blue-dot .col-1 .dot {
  border-color: #1BC3E1;
}
.object-list .object-ul li.orange-dot .col-1 .dot {
  border-color: #E2A917;
}
.object-list .object-ul li.green-dot .col-1 .dot {
  border-color: #9AE14F;
}
.object-list .load-more-link {
  display: block;
  text-align: center;
  margin: 30px 0 100px 0;
}
.object-list .nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.object-list .nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.object-list .nano > .nano-content:focus {
  outline: none;
}
.object-list .nano > .nano-content::-webkit-scrollbar {
  visibility: hidden;
}
.object-list .nano > .nano-pane {
  background: rgba(117, 117, 117, 0.2);
  position: absolute;
  width: 8px;
  right: 8px;
  top: 8px;
  bottom: 8px;
  visibility: hidden \9;
  opacity: 0.01;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.object-list .nano > .nano-pane > .nano-slider {
  background: #444;
  background: #C7C7C7;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
}
.object-list .nano > .nano-pane:hover > .nano-slider {
  background: #A6A6A6;
}
.object-list .nano > .nano-pane.active > .nano-slider {
  background: #A6A6A6;
}
.object-list .nano:hover > .nano-pane {
  visibility: visible \9;
  opacity: 0.99;
}
.show-main-overlay #main .overlay {
  opacity: 1;
  bottom: 0;
  transition-duration: 0.5s;
}
.show-sidebar #main .header .page-title .sidebar-toggle-btn {
  transition-delay: 0s;
}
.show-sidebar #main .header .page-title .sidebar-toggle-btn .line-angle1 {
  transform: rotate(-120deg);
}
.show-sidebar #main .header .page-title .sidebar-toggle-btn .line-angle2 {
  transform: rotate(120deg);
}
#message {
  position: fixed;
  top: 0;
  left: 40%;
  bottom: 0;
  width: 60%;
  z-index: 5;
  transform: translateX(200%);
  transition-duration: 0.5s;
  background: #EFEFEF;
}
#message .header {
  margin: 30px 0;
  padding: 0;
}
#message .header .page-title {
  display: block;
  float: none;
  margin-bottom: 20px;
  padding-left: 40px;
}
#message .header .page-title .icon {
  margin-top: 4px;
  margin-right: 10px;
}
#message .header .grey {
  margin-left: 10px;
  color: #999;
}
.show-message #message {
  transition-duration: 0.3s;
  transform: scale(0.9999);
}
.show-message #message [class^=col-sm] {
  padding-right: 0;
}
.show-message #message .lists {
  padding-left: 0;
}
.show-message #message .lists [class^=col-sm] {
  padding-left: 0;
}
.show-message #main {
  margin-right: 60%;
}
.info #message-nano-wrapper {
  top: 165px;
  bottom: 0;
  height: auto;
  left: 0;
  right: 0;
  width: auto;
}
.info .message-container li {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #FFF;
  margin: 0 0 10px 0;
  position: relative;
}
.info .message-container li:hover .details .left .arrow {
  background: #61C7B3;
  border: 0px solid #61C7B3;
}
.info .message-container li:hover .details .left .arrow.orange {
  background: #E2A917;
  border: 0px solid #E2A917;
}
.info .message-container li:hover .tool-box .red-hover {
  color: #D23B3D;
  border-color: #D23B3D;
}
.info .message-container li:hover .tool-box .red-hover:hover {
  color: #791C1E;
  border-color: #791C1E;
}
.info .message-container li .details {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  overflow: hidden;
}
.info .message-container li .details .left {
  float: left;
  font-weight: 600;
  color: #888;
  transition-duration: 0.3s;
}
.info .message-container li .details .left .arrow {
  display: inline-block;
  position: relative;
  height: 2px;
  width: 20px;
  background: rgba(0, 0, 0, 0.15);
  vertical-align: top;
  margin-top: 12px;
  margin: 12px 20px 0 15px;
  border: 0px solid rgba(0, 0, 0, 0.15);
  transition-duration: 0.3s;
}
.info .message-container li .details .left .arrow:after {
  position: absolute;
  top: -4px;
  left: 100%;
  height: 0;
  width: 0;
  border: inherit;
  border-width: 7px;
  border-style: solid;
  content: '';
  border-right: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
}
.info .message-container li .details .right {
  float: right;
  color: #999;
}
.info .message-container li .message {
  margin-bottom: 40px;
}
.info .message-container li .message p:last-child {
  margin-bottom: 0;
}
.info .message-container li .tool-box {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0px solid #DDDFE1;
  border-top-width: 1px;
  border-left-width: 1px;
  padding: 8px 10px;
  transition-duration: 0.3s;
}
.info .message-container li .tool-box a {
  margin-right: 10px;
}
.info .message-container li .tool-box a:last-child {
  margin-right: 0;
}
.info .message-container .sent {
  display: none;
}
.info .message-container .show {
  display: list-item;
}
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nano > .nano-content:focus {
  outline: none;
}
.nano > .nano-content::-webkit-scrollbar {
  visibility: hidden;
}
.nano > .nano-pane {
  background: rgba(117, 117, 117, 0.2);
  position: absolute;
  width: 8px;
  right: 8px;
  top: 8px;
  bottom: 8px;
  visibility: hidden \9;
  opacity: 0.01;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: #C7C7C7;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
}
.nano > .nano-pane:hover > .nano-slider {
  background: #A6A6A6;
}
.nano > .nano-pane.active > .nano-slider {
  background: #A6A6A6;
}
.nano:hover > .nano-pane {
  visibility: visible \9;
  opacity: 0.99;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  visibility: visible;
}
.nano-pane.active {
  visibility: visible \9;
  opacity: 0.99;
}
.nano-pane.flashed {
  visibility: visible \9;
  opacity: 0.99;
}
.mfp-content {
  height: 95vh;
}
.mfp-iframe .header {
  display: none;
}
.mfp-iframe .breadcrumbs {
  display: none;
}
.description {
  max-width: 100%;
}
@media only screen and (min-width: 1499px) {
  #main .overlay {
    display: none;
  }
}
@media only screen and (max-width: 1500px) {
  .show-message #main {
    margin-right: 0;
  }
  .show-message #message {
    left: 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  #sidebar {
    transform: translateX(-100%);
  }
  #main {
    left: 0;
    box-shadow: none;
  }
  #main .header .page-title .sidebar-toggle-btn {
    margin-right: 20px;
    opacity: 1;
    width: 20px;
  }
  .show-sidebar #sidebar {
    transform: none;
  }
  .show-sidebar #main {
    transform: translateX(300px);
  }
  .show-message #main {
    margin-right: 0;
  }
  .show-message #message {
    left: 20%;
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  #main .header .search-box {
    float: none;
    width: 100%;
    margin-bottom: -110px;
    margin-top: 70px;
  }
  #main .header .search-box input {
    width: 100%;
  }
  #main .header .search-box input:focus {
    width: 100%;
  }
  #main .header .page-title {
    margin-bottom: 50px;
  }
  #main #main-nano-wrapper {
    position: absolute;
    top: 260px;
    bottom: 0;
    height: auto;
  }
  #main .message-list li .col-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 120px;
    width: auto;
  }
  #main .message-list li .col-2 {
    right: 0;
    left: auto;
    width: 120px;
  }
  #main .message-list li .col-2 .date {
    padding-left: 0;
    position: static;
  }
  #main .message-list li .col-2 .subject {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */