@import "./fonts/font-awesome.css";

/*=== Common css part ===*/

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


@font-face {
  font-family: 'fontawesome';
  src: url("./fonts/FontAwesome/fontawesome-webfont.eot");
  src: url('./fonts/FontAwesome/fontawesome-webfont.woff2') format('woff2'),
       url("./fonts/FontAwesome/fontawesome-webfont.svg") format("svg"),
       url("./fonts/FontAwesome/fontawesome-webfont.ttf") format("truetype"),
       url('./fonts/FontAwesome/fontawesome-webfont-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../../fonts/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
   url("../../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), 
   url("../../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), 
   url("../../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), 
   url("../../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

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


.not-exist:before,
.icon-font:before {
  font-family: "fontawesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*=== Library part ===*/
.clearfix {
  clear: both;
}
.clearfix:after {
  /*Opera*/
  clear: both;
  display: block;
  content: ".";
  height: 0;
  visibility: hidden;
}
* html > body .clearfix {
  width: 100%;
  display: block;
}
* html .clearfix {
  /* IE 6 */
  height: 1%;
}
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectable {
  -webkit-touch-callout: all;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
input,
select,
textarea {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
@keyframes cycle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes cycle {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes cycle {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes highlight {
  0% {
    background: #ffffc4;
  }
  60% {
    background: #ffffc4;
  }
  100% {
    background: rgba(255, 255, 196, 0);
  }
}
@-moz-keyframes highlight {
  0% {
    background: #ffffc4;
  }
  60% {
    background: #ffffc4;
  }
  100% {
    background: rgba(255, 255, 196, 0);
  }
}
@-webkit-keyframes highlight {
  0% {
    background: #ffffc4;
  }
  60% {
    background: #ffffc4;
  }
  100% {
    background: rgba(255, 255, 196, 0);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -moz-transform: scale(0);
  }
  40% {
    -moz-transform: scale(1);
  }
}
@keyframes flipIn {
  0% {
    transform: rotateY(0);
    max-height: 500px;
    top: 0px;
  }
  99% {
    transform: rotateY(90deg);
    max-height: 500px;
    top: 0px;
  }
  100% {
    transform: rotateY(90deg);
    max-height: 0px;
    top: -20000px;
  }
}
@-moz-keyframes flipIn {
  0% {
    -moz-transform: rotateY(0);
    max-height: 500px;
    top: 0px;
  }
  99% {
    -moz-transform: rotateY(90deg);
    max-height: 500px;
    top: 0px;
  }
  100% {
    -moz-transform: rotateY(90deg);
    max-height: 0px;
    top: -20000px;
  }
}
@-webkit-keyframes flipIn {
  0% {
    -webkit-transform: rotateY(0);
    max-height: 500px;
    top: 0px;
  }
  99% {
    -webkit-transform: rotateY(90deg);
    max-height: 500px;
    top: 0px;
  }
  100% {
    -webkit-transform: rotateY(90deg);
    max-height: 0px;
    top: -20000px;
  }
}
@keyframes flipOut {
  0% {
    transform: rotateY(270deg);
    max-height: 0px;
    top: -20000px;
  }
  49% {
    transform: rotateY(270deg);
    max-height: 0px;
    top: -20000px;
  }
  50% {
    transform: rotateY(270deg);
    max-height: 0px;
    top: 0px;
  }
  100% {
    transform: rotateY(360deg);
    max-height: 500px;
    top: 0px;
  }
}
@-moz-keyframes flipOut {
  0% {
    -moz-transform: rotateY(270deg);
    max-height: 0px;
    top: -20000px;
  }
  49% {
    -moz-transform: rotateY(270deg);
    max-height: 0px;
    top: -20000px;
  }
  50% {
    -moz-transform: rotateY(270deg);
    max-height: 500px;
    top: 0px;
  }
  100% {
    -moz-transform: rotateY(360deg);
    max-height: 500px;
    top: 0px;
  }
}
@-webkit-keyframes flipOut {
  0% {
    -webkit-transform: rotateY(270deg);
    max-height: 0px;
    top: -20000px;
  }
  49% {
    -webkit-transform: rotateY(270deg);
    max-height: 0px;
    top: -20000px;
  }
  50% {
    -webkit-transform: rotateY(270deg);
    max-height: 500px;
    top: 0px;
  }
  100% {
    -webkit-transform: rotateY(360deg);
    max-height: 500px;
    top: 0px;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.7);
  }
  80% {
    transform: scale(1.7);
  }
  100% {
    transform: scale(1.3);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  70% {
    -moz-transform: scale(1.7);
  }
  80% {
    -moz-transform: scale(1.7);
  }
  100% {
    -moz-transform: scale(1.3);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.7);
  }
  80% {
    -webkit-transform: scale(1.7);
  }
  100% {
    -webkit-transform: scale(1.3);
  }
}
@keyframes shake {
  0% {
    transform: translate(0px);
  }
  15% {
    transform: translate(-15px);
  }
  30% {
    transform: translate(15px);
  }
  45% {
    transform: translate(-10px);
  }
  60% {
    transform: translate(10px);
  }
  75% {
    transform: translate(-5px);
  }
  90% {
    transform: translate(5px);
  }
  100% {
    transform: translate(0px);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(0px);
  }
  15% {
    -webkit-transform: translate(-15px);
  }
  30% {
    -webkit-transform: translate(15px);
  }
  45% {
    -webkit-transform: translate(-10px);
  }
  60% {
    -webkit-transform: translate(10px);
  }
  75% {
    -webkit-transform: translate(-5px);
  }
  90% {
    -webkit-transform: translate(5px);
  }
  100% {
    -webkit-transform: translate(0px);
  }
}
@-moz-keyframes shake {
  0% {
    -moz-transform: translate(0px);
  }
  15% {
    -moz-transform: translate(-15px);
  }
  30% {
    -moz-transform: translate(15px);
  }
  45% {
    -moz-transform: translate(-10px);
  }
  60% {
    -moz-transform: translate(10px);
  }
  75% {
    -moz-transform: translate(-5px);
  }
  90% {
    -moz-transform: translate(5px);
  }
  100% {
    -moz-transform: translate(0px);
  }
}
.panels,
.panel_helper {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
html.non-adjustable .panels {
  height: auto;
}
html.non-adjustable .panels .panel {
  flex-grow: 0 !important;
}
.panel {
  border-radius: 5px;
  font-size: 9pt;
  height: 100%;
  position: relative;
  white-space: normal;
  flex-basis: auto;
  flex-grow: 1;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 240px;
}
.panel.center_panel,
.panel.item_viewer,
.panel.data {
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.11);
}
.rtl .panel {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.11);
}
.panel .panel_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.panel .panel_content .resizer {
  background: transparent;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.panel .middle_bar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: hidden;
}
html.non-adjustable .panel .middle_bar {
  overflow: visible;
}
.panel.center_panel .panel_top {
  background: #f1f1f1;
}
.panel.center_panel .panel_bottom {
  background: #ffffff;
}
.panel .panel_top {
  border-bottom: 1px solid #e2e2e2;
  color: #555566;
  padding: 6px 10px 6px 34px;
  white-space: nowrap;
}
html.rtl .panel .panel_top {
  padding-left: 10px;
  padding-right: 34px;
}
.panel .panel_top .custom_checkbox {
  margin-top: 6px;
  margin-left: -20px;
  margin-right: 8px;
  vertical-align: top;
}
html.rtl .panel .panel_top .custom_checkbox {
  margin-left: 8px;
  margin-right: -20px;
}
.panel .panel_center {
  height: 100%;
}
.panel .panel_bottom {
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #e2e2e2;
  line-height: 26px;
  padding: 10px 20px;
}
.panel.item_viewer {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.panel.item_viewer {
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  padding: 0px;
  position: relative;
  z-index: 1;
}
.screens > .panel.item_viewer {
  width: 100%;
}
html.rtl .panel.item_viewer {
  margin-left: 0px;
  margin-right: -1px;
  padding-left: 0;
  padding-right: 2px;
}
.panel.item_viewer .notification {
  color: #cccccc;
  display: block;
  font-size: 18px;
  padding: 26px 20px;
  text-align: center;
}
.panel.item_viewer .attachments {
  color: #3d3d3d;
  padding: 20px;
}
.panel.item_viewer .attachments .download_menu {
  margin-bottom: 10px;
}
.panel.item_viewer .attachments .download_menu .content {
  margin-left: 24px;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 500ms ease 500ms;
  -moz-transition: max-height 500ms ease 500ms;
  -o-transition: max-height 500ms ease 500ms;
  transition: max-height 500ms ease 500ms;
}
.panel.item_viewer .attachments .download_menu .content .link {
  margin-top: 10px;
}
.panel.item_viewer .attachments .download_menu:hover .content {
  max-height: 200px;
  -webkit-transition: max-height 500ms ease 0s;
  -moz-transition: max-height 500ms ease 0s;
  -o-transition: max-height 500ms ease 0s;
  transition: max-height 500ms ease 0s;
}
.panel.item_viewer .attachments .download_menu .link {
  display: inline-block;
}
.panel.item_viewer .attachments .download_menu .link.hover {
  color: #333333 !important;
  text-decoration: none !important;
}
.panel.item_viewer .attachments .download_menu .link .icon {
  color: #3ba7b6;
  display: none;
}
.panel.item_viewer .attachments .download_menu .link .icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "afterlogic";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.panel.item_viewer .attachments .download_menu .link .icon:before {
  display: inline-block;
  font-size: 20px;
  height: 100%;
  margin: -6px -3px 0px;
  vertical-align: middle;
  width: 100%;
}
.panel.item_viewer .attachments .download_menu .link.hover .icon {
  display: inline-block;
  float: left;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
  width: 16px;
}
.panel.item_viewer .attachments .download_menu .link.hover .icon:before {
  content: "\e642";
}
.panel.item_viewer .attachments .download_menu .link .text {
  overflow: hidden;
}
.items_list .section_title {
  color: #777;
  cursor: default;
  display: block;
  font-weight: bold;
  padding: 10px 17px 10px 17px;
  text-shadow: none;
  text-transform: uppercase;
  white-space: nowrap;
}
html.rtl .items_list .section_title {
  padding-left: 0px;
  padding-right: 12px;
}
.items_list .section_title .control {
  float: right;
}
.items_list .use_threads .threaded {
  background: #f9f8f6;
  border-left: 5px solid #e3e3e3;
  max-height: 0px;
}
html.rtl .items_list .use_threads .threaded {
  border-left: 0px;
  border-right: 5px solid #e3e3e3;
}
.items_list .use_threads .threaded.show {
  max-height: 80px;
  -webkit-transition: max-height 200ms ease-out;
  -moz-transition: max-height 200ms ease-out;
  -o-transition: max-height 200ms ease-out;
  transition: max-height 200ms ease-out;
}
.items_list .use_threads .threaded .link {
  color: #4477bb;
}
.items_list .use_threads .threaded .link:hover {
  color: #c74747;
}
.items_list .not_use_threads .item .from .other_senders,
.items_list .not_use_threads .item .from .plus_more_senders {
  display: none;
}
.items_list .use_threads .item .from .other_senders {
  margin-left: -5px;
}
.items_list .use_threads .item .from .plus_more_senders {
  opacity: 0.5;
}
.items_list .item {
  background: #ffffff;
  color: #3d3d3d;
  cursor: default;
  font-weight: normal;
  line-height: 140%;
  max-height: 80px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.items_list .item .from,
.items_list .item .subject {
  mask: url(../../images/filters.svg#masking);
  -webkit-mask: url(../../images/mask.png) repeat-y top right;
  -o-mask: url(../../images/mask.png?) repeat-y top right;
  -ms-mask: url(../../images/mask.png) repeat-y top right;
}
html.rtl .items_list .item .from,
html.rtl .items_list .item .subject {
  mask: url(../../images/filters.svg#masking_rtl);
  -webkit-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -o-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -ms-mask: url(../../images/mask_rtl.png) repeat-y top left;
}
.items_list .item.unseen {
  background: #f4f6f7;
  font-weight: bold;
}
.items_list .item.unseen .from,
.items_list .item.unseen .subject {
  mask: url(../../images/filters.svg#masking);
  -webkit-mask: url(../../images/mask.png) repeat-y top right;
  -o-mask: url(../../images/mask.png?) repeat-y top right;
  -ms-mask: url(../../images/mask.png) repeat-y top right;
}
html.rtl .items_list .item.unseen .from,
html.rtl .items_list .item.unseen .subject {
  mask: url(../../images/filters.svg#masking_rtl);
  -webkit-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -o-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -ms-mask: url(../../images/mask_rtl.png) repeat-y top left;
}
.items_list .item.deleted {
  -webkit-transition: max-height 250ms ease;
  -moz-transition: max-height 250ms ease;
  -o-transition: max-height 250ms ease;
  transition: max-height 250ms ease;
  max-height: 0px !important;
  overflow: hidden;
}
.items_list .item.checked {
  background: #ebf7cb;
}
.items_list .item.checked .from,
.items_list .item.checked .subject {
  mask: url(../../images/filters.svg#masking);
  -webkit-mask: url(../../images/mask.png) repeat-y top right;
  -o-mask: url(../../images/mask.png?) repeat-y top right;
  -ms-mask: url(../../images/mask.png) repeat-y top right;
}
html.rtl .items_list .item.checked .from,
html.rtl .items_list .item.checked .subject {
  mask: url(../../images/filters.svg#masking_rtl);
  -webkit-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -o-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -ms-mask: url(../../images/mask_rtl.png) repeat-y top left;
}
.items_list .item.checked .custom_checkbox .icon {
  border-color: #a5ad8e;
  box-shadow: 0 1px 0 #ffffff;
}
.items_list .item.selected {
  background-color: #1f3244;
  color: #ffffff;
}
.items_list .item.selected .from,
.items_list .item.selected .subject {
  mask: url(../../images/filters.svg#masking);
  -webkit-mask: url(../../images/mask.png) repeat-y top right;
  -o-mask: url(../../images/mask.png?) repeat-y top right;
  -ms-mask: url(../../images/mask.png) repeat-y top right;
}
html.rtl .items_list .item.selected .from,
html.rtl .items_list .item.selected .subject {
  mask: url(../../images/filters.svg#masking_rtl);
  -webkit-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -o-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -ms-mask: url(../../images/mask_rtl.png) repeat-y top left;
}
.items_list .item.selected .custom_checkbox .icon {
  border-color: #5481a8;
  box-shadow: 0 1px 0 #bddcf8;
}
.items_list .item .item_content {
  border-bottom: 1px solid #e8e8e8;
  padding: 14px 16px 14px 14px;
}
html.rtl .items_list .item .item_content {
  padding-left: 16px;
  padding-right: 14px;
}
.items_list .item .controls {
  display: inline-block;
  float: left;
  margin: 1px 8px 0px 0px;
}
html.rtl .items_list .item .controls {
  float: right;
  margin-left: 8px;
  margin-right: 0px;
}
.items_list .item .data {
  display: block;
  overflow: hidden;
}
.items_list .item .data.table {
  display: flex;
}
.items_list .item .data.table > span {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 10px;
}
.items_list .item .data.table > span.fixed {
  flex-grow: 0;
}
.items_list .item .group,
.items_list .item .size,
.items_list .item .date,
.items_list .item .attachments {
  color: #999999;
  display: inline-block;
  float: right;
  font-size: 8pt;
  margin-left: 4px;
}
html.rtl .items_list .item .group,
html.rtl .items_list .item .size,
html.rtl .items_list .item .date,
html.rtl .items_list .item .attachments {
  float: left;
  margin-left: 0px;
  margin-right: 4px;
}
.items_list .item .size,
.items_list .item .date {
  margin-top: 1px;
}
.items_list .item .attachments {
  margin-top: -2px;
}
.items_list .item .attachments.has_ical_attachment {
  margin-top: -1px;
}
.items_list .item.selected .size,
.items_list .item.selected .date {
  color: #ffffff;
}
.items_list .item .title {
  display: block;
  margin-bottom: 10px;
}
.items_list .item .separator {
  clear: both;
}
.items_list .uploader_mask {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 250ms ease 0s;
  -moz-transition: opacity 250ms ease 0s;
  -o-transition: opacity 250ms ease 0s;
  transition: opacity 250ms ease 0s;
  background: #fffdd6;
  color: #d3b910;
  font-size: 18pt;
  height: 100%;
  left: 0px;
  opacity: 0;
  padding: 11px;
  position: absolute;
  text-align: center;
  top: 0px;
  visibility: hidden;
  width: 100%;
}
.items_list .uploader_mask.active {
  visibility: visible;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.items_list .uploader_mask .inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px dashed #e2da36;
  border-radius: 5px;
  height: 100%;
}
/* For draggable items in lists */
.draggable {
  height: 0px;
  /* don't change */
  width: 0px;
  /* don't change */
}
.draggable .content {
  cursor: move;
  height: 200px;
  margin: -100px 0px 0px -100px;
  width: 200px;
}
.draggable .content .count-text {
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80000000', endColorstr='#80000000');
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  line-height: 100%;
  margin: 100px 0px 0px 100px;
  min-width: 30px;
  padding: 6px 10px;
  white-space: nowrap;
  z-index: 10002;
}
/* IE9 do not support flex-wrap and flex-direction */
.no-flexwrap .panel {
  float: left;
}
.list_notification {
  color: #cccccc;
  display: block;
  font-size: 18px;
  padding: 6px 14px 26px;
  text-align: center;
}
.list_notification.search_results {
  background: #fcfcfc;
  border-bottom: 1px solid #e5e5e5;
}
.list_notification .link {
  float: right;
  font-size: 9pt;
  margin-left: 10px;
}
html.rtl .list_notification .link {
  float: left;
  margin-left: 0px;
  margin-right: 10px;
}
.list_notification .description {
  display: block;
  padding-top: 20px;
}
.list_notification .description .part {
  color: #777777;
}
.toolbar {
  background: #fff;
  border: none;
  border-radius: 4px 4px 0 0;
}
.toolbar .resizer {
  height: 55px;
}
.toolbar .content {
  display: block;
  font-size: 0.1px;
  padding: 11px;
}
.toolbar .content > .item,
.toolbar .content .group > .item {
  cursor: pointer;
  display: inline-block;
  font-size: 10pt;
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
  padding: 1px 7px;
  position: relative;
  vertical-align: middle;
}
.toolbar .content > .item > .icon,
.toolbar .content .group > .item > .icon {
  color: rgba(0, 0, 0, 0.5);
  text-shadow: none;
}
.toolbar .content > .item > .icon:hover,
.toolbar .content .group > .item > .icon:hover {
  color: rgba(0, 0, 0, 0.5);
}
.toolbar .content > .item .hint,
.toolbar .content .group > .item .hint {
  background: #9b90a5;
  color: #ffffff;
}
.toolbar .content > .item:hover .hint,
.toolbar .content .group > .item:hover .hint {
  background: #8f8299;
}
.toolbar .content > .item:hover,
.toolbar .content .group > .item:hover {
  /*	background: #eeeeee;

	.hint {
		background-color: darken(#eeeeee, 10%);
	}*/
}
.toolbar .content > .item:last-child,
.toolbar .content .group > .item:last-child {
  margin-right: 0px;
}
html.rtl .toolbar .content > .item:last-child,
html.rtl .toolbar .content .group > .item:last-child {
  margin-left: 0px;
}
html.rtl .toolbar .content > .item,
html.rtl .toolbar .content .group > .item {
  margin-left: 8px;
  margin-right: 0px;
}
html.mobile .toolbar .content > .item,
html.mobile .toolbar .content .group > .item {
  position: static;
}
.toolbar .content > .item > .icon,
.toolbar .content .group > .item > .icon {
  display: inline-block;
  font-size: 32px;
  height: 32px;
  width: 32px;
  text-align: center;
  vertical-align: middle;
}
.toolbar .content > .item > .icon:before,
.toolbar .content .group > .item > .icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome" ;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.toolbar .content > .item > .icon:after,
.toolbar .content .group > .item > .icon:after {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.toolbar .content > .item > .icon:before,
.toolbar .content .group > .item > .icon:before {
  display: inline-block;
  vertical-align: baseline;
}
.toolbar .content > .item > .text_icon,
.toolbar .content .group > .item > .text_icon {
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  font-size: 20px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
}
.toolbar .content > .item.checkstate,
.toolbar .content .group > .item.checkstate {
  float: right;
  margin-right: 0px;
}
html.rtl .toolbar .content > .item.checkstate,
html.rtl .toolbar .content .group > .item.checkstate {
  float: left;
  margin-left: 0px;
}
.toolbar .content > .item .arrow,
.toolbar .content .group > .item .arrow {
  height: 14px !important;
  width: 14px !important;
}
.toolbar .content > .item .arrow:before,
.toolbar .content .group > .item .arrow:before {
  content: "\e66d" !important;
  font-size: 16px;
  vertical-align: top;
}
.toolbar .content > .item > .text,
.toolbar .content .group > .item > .text,
.toolbar .content > .item .button .text,
.toolbar .content .group > .item .button .text {
  font-size: 13pt;
  font-weight: normal;
}
.toolbar .content > .item > .text,
.toolbar .content .group > .item > .text {
  color: #82748e;
  display: none;
  vertical-align: middle;
}
.toolbar .content > .item .hint,
.toolbar .content .group > .item .hint {
  border-radius: 6px;
  display: inline-block;
  line-height: 22px;
  padding: 0 5px;
  vertical-align: middle;
}
.toolbar .content > .item.expand,
.toolbar .content .group > .item.expand {
  /*	background: #eeeeee;

	.hint {
		background-color: darken(#eeeeee, 10%);
	}*/
}
.toolbar .content .group {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  vertical-align: middle;
}
html.rtl .toolbar .content .group {
  margin-left: 8px;
  margin-right: 0px;
}
html.mobile .toolbar .content .group {
  position: static;
}
.toolbar .content .group > .item {
  border-radius: 0px;
  border-left-width: 0px;
  border-right-width: 1px;
  margin-left: 0px;
  margin-right: 0px;
}
html.rtl .toolbar .content .group > .item {
  border-radius: 0px;
  border-left-width: 1px;
  border-right-width: 0px;
}
.toolbar .content .group > .item:first-child {
  border-radius: 4px 0px 0px 4px;
  border-left-width: 1px;
}
html.rtl .toolbar .content .group > .item:first-child {
  border-radius: 0px 4px 4px 0px;
  border-right-width: 1px;
}
.toolbar .content .group > .item.control,
.toolbar .content .group > .item:last-child {
  border-radius: 0px 4px 4px 0px;
}
html.rtl .toolbar .content .group > .item.control,
html.rtl .toolbar .content .group > .item:last-child {
  border-radius: 4px 0px 0px 4px;
}
.toolbar .content .group.expand > .item {
  /*	background: #eeeeee;

	.hint {
		background-color: darken(#eeeeee, 10%);
	}*/
}
.toolbar .disabled .item,
.toolbar .item.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  color: #888888;
  cursor: default;
}
.toolbar .group.checkstate .icon:before,
.toolbar .item.checkstate .icon:before {
  content: "\e607";
  height: 100%;
  width: 100%;
}
.toolbar .group.checkstate .icon .cssanimations,
.toolbar .item.checkstate .icon .cssanimations {
  -webkit-transform-origin: 50% 48%;
  -moz-transform-origin: 50% 48%;
  -ms-transform-origin: 50% 48%;
  -o-transform-origin: 50% 48%;
  transform-origin: 50% 48%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.toolbar .group.checkstate.process .icon,
.toolbar .item.checkstate.process .icon {
  text-shadow: none;
}
.toolbar .group.checkstate.process .icon:before,
.toolbar .item.checkstate.process .icon:before {
  text-shadow: none;
}
.toolbar .group.mark .icon:before,
.toolbar .item.mark .icon:before {
  content: "\e603";
}
.toolbar .group.move .icon:before,
.toolbar .item.move .icon:before {
  content: "\e604";
}
.toolbar .group.delete .icon:before,
.toolbar .item.delete .icon:before {
  content: "\e606";
}
.toolbar .group.watcher .icon,
.toolbar .item.watcher .icon {
  background-position: -840px -240px;
}
.toolbar .group.spam .icon:before,
.toolbar .item.spam .icon:before {
  content: "\e605";
}
.toolbar .group.notspam .icon:before,
.toolbar .item.notspam .icon:before {
  content: "\e608";
}
.toolbar .group.empty_spam .icon:before,
.toolbar .item.empty_spam .icon:before {
  content: "\e676";
}
.toolbar .group.empty_trash .icon:before,
.toolbar .item.empty_trash .icon:before {
  content: "\e676";
}
.toolbar .group.download .icon:before,
.toolbar .item.download .icon:before {
  content: "\e610";
}
.toolbar .group.share .icon:before,
.toolbar .item.share .icon:before {
  content: "\e62a";
}
.toolbar .group.unshare .icon:before,
.toolbar .item.unshare .icon:before {
  content: "\e62b";
}
.toolbar .group.share-all .icon:before,
.toolbar .item.share-all .icon:before {
  content: "\e632";
}
.toolbar .group.unshare-all .icon:before,
.toolbar .item.unshare-all .icon:before {
  content: "\e633";
}
.toolbar .group.publish .icon:before,
.toolbar .item.publish .icon:before {
  content: "\e62c";
}
.toolbar .group.edit .icon:before,
.toolbar .item.edit .icon:before {
  content: "\e62d";
}
.toolbar .group.resolve .icon:before,
.toolbar .item.resolve .icon:before {
  content: "\e62f";
}
.toolbar .group.resolved .icon,
.toolbar .item.resolved .icon {
  margin-right: 8px;
}
.toolbar .group.resolved .icon:before,
.toolbar .item.resolved .icon:before {
  content: "\e673";
}
.toolbar .group.resolved .icon:after,
.toolbar .item.resolved .icon:after {
  color: #79ee0a;
  content: "\e674";
  margin-left: -27px;
}
.toolbar .group.wait_client .icon:before,
.toolbar .item.wait_client .icon:before {
  content: "\e631";
}
.toolbar .group.new_request_button .icon:before,
.toolbar .item.new_request_button .icon:before {
  content: "\e630";
}
.toolbar .group.new_folder .icon:before,
.toolbar .item.new_folder .icon:before {
  content: "\e62e";
}
.toolbar .group.forward .icon:before,
.toolbar .item.forward .icon:before {
  content: "\e60e";
}
.toolbar .group.reply .icon:before,
.toolbar .item.reply .icon:before {
  content: "\e60c";
}
.toolbar .group.replyall .icon:before,
.toolbar .item.replyall .icon:before {
  content: "\e60d";
}
.toolbar .group.resend .icon:before,
.toolbar .item.resend .icon:before {
  content: "\e650";
}
.toolbar .group.save .icon:before,
.toolbar .item.save .icon:before {
  content: "\e610";
}
.toolbar .group.print .icon:before,
.toolbar .item.print .icon:before {
  content: "\e60f";
}
.toolbar .group.new_window .icon:before,
.toolbar .item.new_window .icon:before {
  content: "\e611";
}
.toolbar .group.save_and_close .icon:before,
.toolbar .item.save_and_close .icon:before {
  content: "\e66b";
}
.toolbar .group.minimize .icon:before,
.toolbar .item.minimize .icon:before {
  content: "\e669";
}
.toolbar .group.maximize .icon:before,
.toolbar .item.maximize .icon:before {
  content: "\e66a";
}
.toolbar .group.back .icon:before,
.toolbar .item.back .icon:before {
  content: "\e60b";
}
.toolbar .group.new_contact .icon:before,
.toolbar .item.new_contact .icon:before {
  content: "\e601";
}
.toolbar .group.new_group .icon:before,
.toolbar .item.new_group .icon:before {
  content: "\e609";
}
.toolbar .group.add_to .icon:before,
.toolbar .item.add_to .icon:before {
  content: "\e604";
}
.toolbar .group.remove_from .icon:before,
.toolbar .item.remove_from .icon:before {
  content: "\e64a";
}
.toolbar .group.export-csv .icon:before,
.toolbar .item.export-csv .icon:before {
  content: "\e900";
}
.toolbar .group.export-vcf .icon:before,
.toolbar .item.export-vcf .icon:before {
  content: "\e901";
}
.toolbar .group.import-contacts .icon:before,
.toolbar .item.import-contacts .icon:before {
  content: "\e902";
}
.toolbar .group.new_message .icon:before,
.toolbar .item.new_message .icon:before {
  content: "\e600";
}
.toolbar .group.send_files .icon:before,
.toolbar .item.send_files .icon:before {
  content: "\e61a";
}
.toolbar .group.close .icon:before,
.toolbar .item.close .icon:before {
  content: "\e60b";
}
.toolbar .group.add_new_item .icon:before,
.toolbar .item.add_new_item .icon:before {
  content: "\e90c";
}
.toolbar .group.prev .icon:before,
.toolbar .item.prev .icon:before {
  content: "\e671";
}
html.rtl .toolbar .group.prev .icon:before,
html.rtl .toolbar .item.prev .icon:before {
  content: "\e670";
}
.toolbar .group.next .icon:before,
.toolbar .item.next .icon:before {
  content: "\e670";
}
html.rtl .toolbar .group.next .icon:before,
html.rtl .toolbar .item.next .icon:before {
  content: "\e671";
}
.toolbar .group.more > .icon:before,
.toolbar .item.more > .icon:before {
  content: "\e651";
}
.toolbar .group.headers > .icon:before,
.toolbar .item.headers > .icon:before {
  content: "\e653";
}
.toolbar .group.pgp > .icon:before,
.toolbar .item.pgp > .icon:before {
  content: "\e659";
}
.toolbar .group.new_link > .icon:before,
.toolbar .item.new_link > .icon:before {
  content: "\e65a";
}
.toolbar .group.pdf > .icon:before,
.toolbar .item.pdf > .icon:before {
  content: "\e664";
}
.toolbar .group.copy > .icon:before,
.toolbar .item.copy > .icon:before {
  content: "\e905";
}
.toolbar .group.paste > .icon:before,
.toolbar .item.paste > .icon:before {
  content: "\e908";
}
.toolbar .group.cut > .icon:before,
.toolbar .item.cut > .icon:before {
  content: "\e906";
}
.toolbar .group.share > .icon:before,
.toolbar .item.share > .icon:before {
  content: "\e912";
}
.toolbar .group.secure-share > .icon:before,
.toolbar .item.secure-share > .icon:before {
  content: "\e914";
}
.cssanimations .toolbar .item.process .icon:before {
  -webkit-animation: cycle 0.8s linear infinite;
  -moz-animation: cycle 0.8s linear infinite;
  animation: cycle 0.8s linear infinite;
}
.fields .fieldset .subtitle {
  margin-top: 0px;
  font-size: 13.5pt;
}
.fields .fieldset .disabled {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #888888;
  cursor: default;
}
.fields .fieldgroup {
  padding-bottom: 20px;
}
.fields .fieldgroup:last-child {
  padding-bottom: 0px;
}
.fields .hint {
  color: #929292;
  margin: 0 0 10px;
  padding: 0 0 10px;
  padding: 0px;
  text-shadow: 0 1px 0 #ffffff;
}
.fields .hint p {
  margin: 0px;
}
.cssanimations .fields .hint.highlight {
  -webkit-animation: highlight 500ms linear;
  -moz-animation: highlight 500ms linear;
  animation: highlight 500ms linear;
}
.fields .row {
  margin: 0px 0px 6px;
  font-size: 0px;
  clear: both;
}
.fields .row:after {
  clear: both;
  display: block;
  content: ".";
  height: 0;
  visibility: hidden;
}
* html > body .fields .row {
  width: 100%;
  display: block;
}
* html .fields .row {
  height: 1%;
}
.fields .row.dates {
  display: inline-block;
}
.fields .row.dates.editable {
  color: #4477bb;
  cursor: pointer;
  display: inline-block;
}
.fields .row.dates.editable:hover {
  color: #c74747;
  text-decoration: underline;
}
.fields .row.description value {
  -ms-word-break: break-all;
  word-break: break-word;
}
.fields .row > * {
  font-size: 9pt;
}
.fields .row.flex {
  display: flex;
  flex-direction: row;
}
.fields .row.flex .value {
  flex-grow: 1;
}
.fields .row.flex .value .input {
  width: 100%;
}
.fields .row .placeholder {
  color: #bbbbbb;
  cursor: text;
  display: inline-block;
  float: left;
  font-size: 12pt;
  height: 0;
  position: relative;
  text-indent: 5px;
  vertical-align: middle;
  white-space: nowrap;
  width: 0px;
  word-break: normal;
  word-wrap: normal;
}
html.rtl .fields .row .placeholder {
  float: right;
}
.fields .row .placeholder .title {
  color: #bbbbbb;
}
.fields .row.filled .placeholder,
.fields .row.focused .placeholder {
  overflow: hidden;
}
.fields .row_weeks {
  display: block;
  margin-top: 6px;
}
.fields .label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding-right: 10px;
  word-wrap: normal;
}
html.rtl .fields .label {
  padding-left: 10px;
  padding-right: 0px;
}
.fields .label.required:before {
  color: red;
  content: "*";
  display: inline-block;
  margin-left: -0.6em;
  width: 0.6em;
}
.fields td.label {
  display: table-cell;
}
.fields .value {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.fields .input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  margin-right: 16px;
  padding: 4px 6px;
  width: 300px;
}
.fields .input.disabled {
  color: #aaa;
}
html.rtl .fields .input {
  margin-left: 16px;
  margin-right: 0px;
}
.fields .input:last-child {
  margin-right: 0px;
}
html.rtl .fields .input:last-child {
  margin-left: 0px;
}
.fields .input[maxlength="2"] {
  width: 3em;
}
.fields .input[maxlength="3"] {
  width: 3.5em;
}
.fields .input[maxlength="4"] {
  width: 4em;
}
.fields .input[maxlength="5"] {
  width: 4.5em;
}
.fields .input[type="checkbox"] {
  width: auto;
}
/* Controls */
.buttons {
  margin-top: 15px;
  text-align: right;
}
html.rtl .buttons {
  text-align: left;
}
.buttons .button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*  height: 28px !important; */
  padding: 5px;
  padding-left: 1em !important;
  padding-right: 1em !important;
  color: #ffffff !important;
  background-color: #81bc00 !important;
  text-shadow: none !important;
  border: 1px solid #81bc00 !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  cursor: pointer !important;
}
.buttons .button.disabled {
  cursor: default;
  text-shadow: none !important;
}
.buttons .button:hover {
  text-decoration: none;
}
.buttons .button:hover {
  background: #81bc00;
}
.buttons .button.disabled {
  color: #a1e8df;
}
.buttons .button.disabled:hover {
  background: #81bc00;
}
.buttons .button.secondary_button {
  background: #a7afb9;
  border: 1px solid #8b95a2;
  color: #ffffff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}
.buttons .button.secondary_button:hover {
  background: #99a2ae;
}
.buttons .button.secondary_button.disabled {
  color: #d3d7dc;
}
.buttons .button.secondary_button.disabled:hover {
  background: #a7afb9;
}
.buttons.big_single_button {
  margin: 0;
  text-align: center;
  padding: 10px 16px;
}
.buttons.big_single_button .button {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 5px 0;
  border-radius: 5px;
  font-size: 13pt;
  font-weight: normal;
  background-color: #81bc00 !important;
}
.buttons.big_single_button.disabled {
  opacity: 0.7;
}
.buttons.big_single_button.disabled .button label {
  cursor: default !important;
}
.custom_radio,
.custom_checkbox {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  line-height: 1;
  margin-right: 4px;
  overflow: hidden;
  vertical-align: text-bottom;
}
html.rtl .custom_radio,
html.rtl .custom_checkbox {
  margin-left: 4px;
  margin-right: 0px;
}
.toolbar .custom_radio,
.toolbar .custom_checkbox {
  vertical-align: middle !important;
}
.custom_radio.disabled,
.custom_checkbox.disabled,
.custom_radio.disabled,
.custom_checkbox.disabled {
  cursor: default;
}
.custom_radio input,
.custom_checkbox input {
  opacity: 0;
  filter: alpha(opacity=0);
  float: left;
  margin-right: -13px;
  margin-top: -30px;
}
html.rtl .custom_radio input,
html.rtl .custom_checkbox input {
  float: right;
}
.custom_radio .icon,
.custom_checkbox .icon {
  background: #ffffff;
  border: 1px solid #b4b5b6;
  border-radius: 2px;
  color: #5a6269;
  display: inline-block;
  height: 13px !important;
  line-height: 13px !important;
  text-align: center;
  vertical-align: top;
  width: 13px !important;
}
.custom_radio .icon:before,
.custom_checkbox .icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom_radio .icon:before,
.custom_checkbox .icon:before {
  display: inline-block;
  font-size: 10px;
  line-height: inherit;
  vertical-align: baseline;
}
.toolbar .custom_radio .icon:before,
.toolbar .custom_checkbox .icon:before {
  font-size: 12px !important;
  height: 12px !important;
  width: 12px !important;
}
.disabled.custom_radio .icon,
.disabled.custom_checkbox .icon {
  color: #cccccc;
  border: 1px solid #cccccc !important;
  background: #f5f5f5;
}
.custom_checkbox.checked .icon:before {
  content: "\e61c";
  margin-top: 2px;
}
.custom_radio .icon {
  border-radius: 50%;
}
.custom_radio .icon:before {
  margin: 0 0 0 -1px;
}
.custom_radio.checked .icon:before {
  content: "\e61b";
}
.custom_switcher {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  font-size: 0px;
}
.custom_switcher .text {
  border-right: 1px solid #cccccc;
  display: inline-block !important;
  font-size: 9pt;
  padding: 5px 5px;
}
.custom_switcher label.checked {
  background: #6fa8de;
  color: #ffffff;
  display: inline-block;
}
.custom_switcher label:first-child .text {
  padding-left: 7px;
}
html.rtl .custom_switcher label:first-child .text {
  border: 0px;
  padding-right: 7px;
}
.custom_switcher label:last-child .text {
  border: 0px;
  padding-right: 7px;
}
html.rtl .custom_switcher label:last-child .text {
  border-right: 1px solid #cccccc;
  padding-right: 5px;
}
.custom_switcher input {
  display: none;
}
.input {
  background: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 0px 4px 3px -3px #e5e5e5 inset;
}
.input.focus,
.input:focus {
  border: 1px solid #ffffff;
  box-shadow: 0px 4px 3px -3px #e5e5e5 inset, 0 0 2px 0 #1d67cd;
}
.scroll-wrap {
  display: block;
  height: 100%;
  max-height: none;
  overflow: hidden;
  position: relative;
}
.scroll-wrap .scroll-inner {
  overflow: hidden;
}
.scroll-inner::-webkit-scrollbar {
  width: 0px;
}
.scroll-inner {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  height: 100%;
  max-height: inherit;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  top: 0px;
  width: auto !important;
}
.customscroll-scrollbar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  visibility: hidden;
  z-index: 10;
}
.csstransitions .customscroll-scrollbar {
  -webkit-transition: opacity 300ms linear, visibility 0ms linear 300ms;
  -moz-transition: opacity 300ms linear, visibility 0ms linear 300ms;
  -o-transition: opacity 300ms linear, visibility 0ms linear 300ms;
  transition: opacity 300ms linear, visibility 0ms linear 300ms;
}
.customscroll-scrollbar div {
  background: #474c50;
  border-radius: 7px;
  height: 100%;
}
.customscroll-scrollbar-shown {
  opacity: 0.3;
  filter: alpha(opacity=30);
  visibility: visible;
}
.csstransitions .customscroll-scrollbar-shown {
  -webkit-transition: opacity 300ms linear, visibility 0ms linear 0ms;
  -moz-transition: opacity 300ms linear, visibility 0ms linear 0ms;
  -o-transition: opacity 300ms linear, visibility 0ms linear 0ms;
  transition: opacity 300ms linear, visibility 0ms linear 0ms;
}
.customscroll-scrollbar-shown:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.customscroll-scrollbar-horizontal {
  bottom: 4px;
  height: 8px;
  left: 0;
  margin-left: 2px;
}
.customscroll-scrollbar-horizontal div {
  height: 4px;
  margin: 0px;
}
.csstransitions .customscroll-scrollbar-horizontal div {
  -webkit-transition: height 300ms ease 0ms, margin 300ms ease 0ms;
  -moz-transition: height 300ms ease 0ms, margin 300ms ease 0ms;
  -o-transition: height 300ms ease 0ms, margin 300ms ease 0ms;
  transition: height 300ms ease 0ms, margin 300ms ease 0ms;
}
.customscroll-scrollbar-horizontal.customscroll-scrollbar-shown div {
  height: 8px;
  margin: 0px;
}
.csstransitions
  .customscroll-scrollbar-horizontal.customscroll-scrollbar-shown
  div {
  -webkit-transition: height 300ms ease 0ms, margin 300ms ease 0ms;
  -moz-transition: height 300ms ease 0ms, margin 300ms ease 0ms;
  -o-transition: height 300ms ease 0ms, margin 300ms ease 0ms;
  transition: height 300ms ease 0ms, margin 300ms ease 0ms;
}
.customscroll-scrollbar.customscroll-scrollbar-vertical {
  margin-right: 0px;
  margin-top: 2px;
  padding: 6px 0px;
  right: 2px;
  text-align: center;
  top: 0;
  width: 12px;
}
html.rtl .customscroll-scrollbar.customscroll-scrollbar-vertical {
  left: 2px;
  right: auto;
}
.customscroll-scrollbar.customscroll-scrollbar-vertical div {
  display: inline-block !important;
  width: 4px;
}
.csstransitions .customscroll-scrollbar.customscroll-scrollbar-vertical div {
  -webkit-transition: width 300ms ease 0ms;
  -moz-transition: width 300ms ease 0ms;
  -o-transition: width 300ms ease 0ms;
  transition: width 300ms ease 0ms;
}
html.rtl .customscroll-scrollbar.customscroll-scrollbar-vertical div {
  margin-left: 2px;
  margin-right: 6px;
}
.customscroll-scrollbar.customscroll-scrollbar-vertical.customscroll-scrollbar-shown
  div {
  width: 8px;
}
.csstransitions
  .customscroll-scrollbar.customscroll-scrollbar-vertical.customscroll-scrollbar-shown
  div {
  -webkit-transition: width 300ms ease 0ms;
  -moz-transition: width 300ms ease 0ms;
  -o-transition: width 300ms ease 0ms;
  transition: width 300ms ease 0ms;
}
.pagination {
  cursor: default;
  display: block;
  text-align: right;
}
html.rtl .pagination {
  text-align: left;
}
.pagination .pages {
  display: inline-block;
  vertical-align: middle;
}
.pagination .item {
  color: #aaaaaa;
  cursor: pointer;
  display: inline-block;
  font-size: 12pt;
  vertical-align: middle;
}
.csstransitions .pagination .item {
  -webkit-transition: color 200ms ease 0s;
  -moz-transition: color 200ms ease 0s;
  -o-transition: color 200ms ease 0s;
  transition: color 200ms ease 0s;
}
.pagination .item:hover {
  color: #777777;
}
.pagination .item.current {
  color: #000000;
  cursor: default;
}
.pagination .item.first,
.pagination .item.last,
.pagination .item.prev,
.pagination .item.next {
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
}
.pagination .item.first:before,
.pagination .item.last:before,
.pagination .item.prev:before,
.pagination .item.next:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pagination .item.first:before,
.pagination .item.last:before,
.pagination .item.prev:before,
.pagination .item.next:before {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}
.pagination .item.first:before {
  content: "\e64e";
}
html.rtl .pagination .item.first:before {
  content: "\e64d";
}
.pagination .item.last:before {
  content: "\e64d";
}
html.rtl .pagination .item.last:before {
  content: "\e64e";
}
.pagination .item.prev:before {
  content: "\e64b";
}
html.rtl .pagination .item.prev:before {
  content: "\e64c";
}
.pagination .item.next:before {
  content: "\e64c";
}
html.rtl .pagination .item.next:before {
  content: "\e64b";
}
.pagination .pages .item {
  padding: 0px 2px;
}
.dropdown {
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 0px;
  cursor: default;
  display: none;
  font-size: 9pt;
  left: -10000px;
  position: absolute;
  position: static\0/;
  z-index: 3002 !important;
  width: 100%;
}
.expand .dropdown {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  left: 0px;
}
html.rtl .expand .dropdown {
  left: auto;
  right: 0px;
}
.dropdown .dropdown_helper {
  left: 0px\0/;
  position: absolute;
  top: 2em\0/;
  z-index: 3002;
}
.dropdown .dropdown_content {
  background: #ffffff;
  border: 1px solid #cbc8c0;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  display: block;
  max-height: 300px;
  min-width: 100px;
  overflow-x: hidden;
  overflow-y: auto;
}
.dropdown .dropdown_content .dropdown_container {
  max-height: 268px;
}
.dropdown .dropdown_content.scroll-wrap {
  overflow: hidden;
}
.dropdown .dropdown_content .item {
  background: none;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  color: #626262;
  cursor: pointer;
  display: block;
  height: auto;
  margin: 0px;
  padding: 8px 12px;
  white-space: nowrap;
}
.dropdown .dropdown_content .item:hover {
  background: #f7f7f7;
  color: #626262;
}
.dropdown .dropdown_content .item.disabled {
  color: #aaaaaa;
  cursor: default;
}
.dropdown .dropdown_content .item.disabled:hover {
  background: none;
}
.dropdown .dropdown_content .item.selected {
  color: #333;
  background: #f0f0f0;
}
.dropdown .dropdown_content .item .icon {
  color: inherit;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
}
.dropdown .dropdown_content .item .icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dropdown .dropdown_arrow {
  border-bottom: 6px solid #cbc8c0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: block;
  font-size: 0;
  height: 0px;
  margin: 0px 0px 0px 7px;
  position: relative;
  width: 0px;
  z-index: 1;
}
html.rtl .dropdown .dropdown_arrow {
  margin-left: 0px;
  margin-right: 7px;
  float: left;
}
.dropdown .dropdown_arrow span {
  border-bottom: 5px solid #ffffff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  display: block;
  height: 0px;
  margin-left: -5px;
  position: relative;
  top: 2px;
  width: 0px;
}
html.rtl .dropdown .dropdown_arrow span {
  margin-left: 0px;
  margin-right: -5px;
}
.dropdown .dropdown_arrow.bottom_arrow {
  border-top: 6px solid #cbc8c0;
  border-bottom: 0;
}
.dropdown .dropdown_arrow.bottom_arrow span {
  border-top: 5px solid #ffffff;
  border-bottom: 0;
  margin-top: -9px;
}
.dropdown .folders .item,
.dropdown .folders .item:hover {
  background: none !important;
  color: initial !important;
  padding: 0px;
}
.dropdown .folders .item:first-child,
.dropdown .folders .item:hover:first-child {
  margin-top: 5px;
}
.dropdown .folders .item:last-child,
.dropdown .folders .item:hover:last-child {
  margin-bottom: 5px;
}
.dropdown .folders .folder {
  cursor: pointer;
  display: block;
  padding: 8px 12px 8px 0px;
}
.dropdown .folders .folder:hover {
  background: #f7f7f7;
  color: #626262;
}
.dropdown .folders .folder .title {
  cursor: inherit;
  font-weight: normal;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 12px;
}
.dropdown .folders .folder.disabled,
.dropdown .folders .folder.unselectable {
  background: none;
  cursor: default;
}
.dropdown .folders .folder.disabled .title,
.dropdown .folders .folder.unselectable .title {
  color: #aaaaaa;
}
.custom_selector {
  display: inline-block;
  position: relative;
}
.custom_selector .name {
  display: inline-block;
}
.input.custom_selector .name {
  width: 100%;
}
.custom_selector .control {
  cursor: pointer;
  display: inline-block;
  height: 1em;
  width: 1em;
}
html.rtl .custom_selector .control {
  float: left;
}
.input.custom_selector .control {
  margin-left: -1.5em;
}
.custom_selector .control .icon {
  margin: 0px;
}
.custom_selector .control .icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom_selector .control .icon:before {
  content: "\e671";
  display: inline-block;
  font-size: 16px;
  margin-top: -0.4ex;
  vertical-align: middle;
}
.custom_selector.expand .control .icon:before {
  content: "\e66e";
}
.custom_selector .dropdown {
  bottom: 0px;
  left: -10000px;
  min-width: 100%;
  position: absolute;
  visibility: hidden;
  z-index: 500;
}
.expand.custom_selector .dropdown {
  left: 0px;
  visibility: visible;
}
.custom_selector .dropdown .dropdown_arrow {
  border-bottom: 6px solid #cbc8c0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: block;
  font-size: 0;
  height: 0px;
  margin: 0px 0px -1px 10px;
  position: relative;
  width: 0px;
}
.right.custom_selector .dropdown .dropdown_arrow {
  float: right;
  margin-left: 0px;
  margin-right: 10px;
}
html.rtl .right.custom_selector .dropdown .dropdown_arrow {
  float: left;
  margin-left: 10px;
  margin-right: 0px;
}
.custom_selector .dropdown .dropdown_arrow span {
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: block;
  height: 0px;
  margin-left: -6px;
  position: relative;
  top: 2px;
  width: 0px;
}
.custom_selector .dropdown_helper {
  position: absolute;
  left: 0px;
  top: 0px;
}
.right.custom_selector .dropdown_helper {
  left: auto;
  right: 0px;
}
html.rtl .right.custom_selector .dropdown_helper {
  right: auto;
  left: 0px;
}
.custom_selector .dropdown_content {
  background: #ffffff;
  border: 1px solid #cbc8c0;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  display: inline-block;
  max-height: 200px;
  overflow-y: auto;
  padding: 10px;
  text-align: left;
}
html.rtl .custom_selector .dropdown_content {
  text-align: right;
}
.ui-autocomplete {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
}
.ui-autocomplete li {
  position: relative;
}
.ui-autocomplete.ui-front {
  z-index: 2001;
}
.ui-autocomplete.ui-menu .ui-menu-item {
  display: block;
}
.ui-autocomplete.ui-menu .ui-menu-item a {
  overflow: hidden;
  white-space: nowrap;
}
.ui-autocomplete.ui-menu .ui-menu-item a span.del {
  color: #d8d8d8;
  position: absolute;
  right: 3px;
  text-shadow: 0 1px 0 #ffffff, 0 0 0 #c8c8c8;
  top: 6px;
  visibility: hidden;
}
.ui-autocomplete.ui-menu .ui-menu-item a span.del:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-autocomplete.ui-menu .ui-menu-item a span.del:before {
  content: "\e63e";
}
.ui-autocomplete.ui-menu .ui-menu-item a span.key {
  position: absolute;
  right: 3px;
  text-shadow: 0 1px 0 #ffffff, 0 0 0 #c8c8c8;
  top: 6px;
  height: 16px;
  font-size: 16px;
  line-height: 1;
}
.ui-autocomplete.ui-menu .ui-menu-item a span.key:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-autocomplete.ui-menu .ui-menu-item a span.key:before {
  content: "\e658";
}
.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-active span.del {
  visibility: visible;
}
.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-active span.del:hover {
  box-shadow: none;
  color: #676767;
}
.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-active span.key {
  top: 7px;
}
.ui-autocomplete .ui-state-active {
  background: #f1f1f1;
  border-color: #f1f1f1;
}
.ui-datepicker .ui-widget-header {
  background: none;
  border: none;
}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
  background: none;
  border: none;
}
.ui-datepicker .ui-datepicker-today {
  background: #fff4cf;
}
.ui-widget-content a:hover {
  color: inherit;
}
.attachments .children {
  background: #e4e4e4;
  border-radius: 1px;
  box-shadow: 0 0 0 8px #e4e4e4;
  margin: 10px 0px 5px;
}
.attachments .children .children {
  background: #cbcbcb;
  box-shadow: 0 0 0 8px #cbcbcb;
}
.attachments .children .children .children {
  background: #b1b1b1;
  box-shadow: 0 0 0 8px #b1b1b1;
}
.attachments .children .children .children .size {
  color: #777777;
}
.attachments .children .children .children .children {
  background: #989898;
  box-shadow: 0 0 0 8px #989898;
}
.attachments .children .children .children .children .title {
  color: #000000;
}
.attachments .children .children .children .children .size {
  color: #555555;
}
.attachments .expanded {
  background: #e4e4e4;
  box-shadow: 0 0 0 8px #e4e4e4;
}
.attachments .expanded .expanded {
  box-shadow: 0 0 0 8px #c2c2c2;
  background: #c2c2c2;
}
.attachments .item {
  background: inherit;
  border-radius: 1px;
  display: block;
  margin: 0 16px 20px 0;
  max-height: inherit;
  overflow: visible;
  vertical-align: top;
  width: 136px;
}
.attachments .item:last-child {
  margin-bottom: 0px;
}
.attachments .item.fail {
  opacity: 0.3;
}
.csstransitions .attachments .item.fail {
  -webkit-transition: opacity 1000ms ease 1s;
  -moz-transition: opacity 1000ms ease 1s;
  -o-transition: opacity 1000ms ease 1s;
  transition: opacity 1000ms ease 1s;
}
.attachments .item .item_content {
  background: #ffffff;
  border: 0px;
  border-radius: 3px;
  box-shadow: 0 2px 6px #ccc;
  display: block;
  margin-bottom: 6px;
  padding: 9px 9px 7px;
}
.attachments .item .cancel {
  display: none;
}
.upload.attachments .item .cancel {
  background: #e84d49;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 12px;
  height: 14px;
  margin-left: -14px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 14px;
  z-index: 10;
}
.upload.attachments .item .cancel:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.upload.attachments .item .cancel:before {
  content: "\e63e";
}
.attachments .item .footer {
  min-height: 22px;
}
.attachments .item .progress {
  display: block;
  height: 3px;
  padding: 8px 0px;
  width: 100%;
}
.attachments .item .progress span {
  display: block;
  height: 3px;
  background: #ef4a4a;
}
.attachments .item .progress .progress-percent {
  display: block;
  background: none;
  text-align: center;
  font-size: 8pt;
  color: #000000 !important;
}
.attachments .item .image {
  border-bottom: 1px solid #dedede;
  display: block;
  min-height: 100px;
  overflow: hidden;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
.attachments .item .image:after {
  content: "";
  display: inline-block;
  min-height: inherit;
  vertical-align: middle;
}
.attachments .item .image img {
  background: #ffffff;
  left: 50%;
  max-height: 100px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  vertical-align: middle;
}
.attachments .item.has_child > .item_content > .image {
  display: none;
}
.attachments .item .text {
  color: #c7c7c7;
  display: inline-block;
  font-size: 18pt;
  margin: 36px 0px 0px;
  text-transform: uppercase;
}
.attachments .item .icon {
  margin: 15px 0px 0px !important;
  vertical-align: top;
}
.attachments .item .has_action {
  cursor: pointer;
}
.attachments .item .title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-weight: bold;
  max-height: 2.5em;
  overflow: hidden;
  padding: 0px 43px 0px 8px;
  white-space: normal;
  width: 100%;
  word-wrap: break-word;
}
.attachments .item .title.entire_line {
  padding: 0px 8px 0px 8px;
}
.attachments .item .title .name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.attachments .item .ext {
  display: inline-block;
}
.attachments .item .size {
  color: #929292;
  float: right;
  margin: 0px 8px -5em 0px;
}
.attachments .item .status_text {
  display: block;
  margin: 0;
  padding: 6px 0px 0px;
  white-space: normal;
}
.attachments .item.fail .status_text {
  color: #ff0000;
}
.attachments .item.success .status_text {
  color: #308f00;
}
.attachments .item .buttons {
  clear: both;
  display: grid;
  place-content: center;
  margin: 0;
  padding: 6px 0px 0px;
  text-align: left;
}
.attachments .item .buttons:after {
  clear: both;
  display: block;
  content: ".";
  height: 0;
  visibility: hidden;
}
* html > body .attachments .item .buttons {
  width: 100%;
  display: block;
}
* html .attachments .item .buttons {
  height: 1%;
}
.attachments .item .buttons .button {
  background: none;
  border: 0px;
  color: #4477bb;
  font-size: 9pt;
  font-weight: normal;
  padding: 3px;
  margin: 5px;
  text-shadow: none;
  float: left;
  text-align: center;
}
html.rtl .attachments .item .buttons .button {
  float: right;
  text-align: right;
}
.attachments .item .buttons .button.open,
.attachments .item .buttons .button.download {
  float: right;
  text-align: right;
}
html.rtl .attachments .item .buttons .button.open,
html.rtl .attachments .item .buttons .button.download {
  float: left;
  text-align: left;
}
.report_panel {
  height: 0px;
  overflow: visible;
  position: fixed;
  text-align: center;
  top: 0px;
  visibility: visible;
  width: 100%;
  z-index: 3000;
}
.report_panel a {
  text-shadow: none;
  white-space: nowrap;
}
.report_panel.error {
  z-index: 2999;
}
.report_panel.hide {
  visibility: hidden;
}
.csstransitions .report_panel {
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  -o-perspective: 200px;
  perspective: 200px;
  -webkit-transition: visibility 0ms linear 0ms;
  -moz-transition: visibility 0ms linear 0ms;
  -o-transition: visibility 0ms linear 0ms;
  transition: visibility 0ms linear 0ms;
}
.csstransitions .report_panel.hide {
  -webkit-transition: visibility 0ms linear 500ms;
  -moz-transition: visibility 0ms linear 500ms;
  -o-transition: visibility 0ms linear 500ms;
  transition: visibility 0ms linear 500ms;
}
.report_panel .content {
  background: #f9f9f9;
  border: 1px solid #c3c3c3;
  border-top: 0px;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0px 1px 2px 0px #bbb;
  display: inline-block;
  font-weight: bold;
  max-width: 20%;
  padding: 15px 30px 10px;
  text-align: left;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 768px) {
  .report_panel .content {
    max-width: 80%;
  }
}
.csstransitions .report_panel .content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 0px 0px;
  -moz-transform-origin: 0px 0px;
  -o-transform-origin: 0px 0px;
  transform-origin: 0px 0px;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}
.hide.report_panel .content {
  opacity: 0;
  filter: alpha(opacity=0);
}
.csstransitions .hide.report_panel .content {
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}
.loading.report_panel .content {
  color: #ffffff;
  background: #dac073;
  border-color: #c5ac60;
}
.report.report_panel .content {
  color: #ffffff;
  background: #96c671;
  border-color: #82b35d;
}
.error.report_panel .content {
  color: #ffffff;
  background: #f47474;
  border-color: #e26464;
}
.report.report_panel .content .close,
.error.report_panel .content .close {
  cursor: pointer;
  height: 16px;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 16px;
}
.report.report_panel .content .close:before,
.error.report_panel .content .close:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.report.report_panel .content .close:before,
.error.report_panel .content .close:before {
  content: "\e63e";
  display: inline-block;
  font-size: 16px;
}
.gray.report_panel .content {
  background: #cccccc;
  border-color: #a9a9a9;
}
.report_panel .content .icon {
  display: none;
  float: left;
  height: 17px;
  margin-left: -23px;
  width: 16px;
}
.popup {
  display: none;
  height: 100%;
  left: 0px;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 100%;
  z-index: 2000;
  white-space: nowrap;
}
.popup.visible {
  display: block;
}
.popup.visible .mask {
  opacity: 0.2;
}
.popup .mask {
  background: #000000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.popup .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 1px;
}
.popup_panel {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
  display: inline-block;
  max-width: 50%;
  min-width: 270px;
  padding: 20px;
  top:15%;
  position: relative;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
}
html.rtl .popup_panel {
  text-align: right;
}
.popup_panel .close {
  cursor: pointer;
  display: none;
  float: right;
  height: 30px;
  margin: -30px -30px 0 0;
  width: 30px;
}
html.rtl .popup_panel .close {
  float: left;
}
.popup_panel .popup_heading {
  display: block;
  font-weight: bold;
  font-size: 12pt;
  margin-bottom: 20px;
}
.popup_panel .text {
  display: block;
}
.popup_panel .label {
  width: 150px;
}
.popup_panel .label.pgp_password {
  text-align: right;
}
.popup_panel .import_pgp_key_area {
  height: 300px;
  width: 530px;
}
.popup_panel .import_pgp_key_area .headline {
  margin: 20px 0;
}
.popup_panel .import_pgp_key_area .key_item {
  margin: 0 0 10px 0;
}
.popup_panel .import_pgp_key_area .key_item.disabled {
  color: #929292;
}
.popup_panel .import_pgp_key_area .key_item .key_email {
  font-weight: bold;
}
.popup_panel .import_pgp_key_area .hint {
  margin-top: 22px;
}
.popup_panel .view_pgp_key_area {
  height: 400px;
  width: 530px;
}
.popup.player_popup.visible .mask {
  opacity: 0.8;
}
.popup.player_popup .popup_panel {
  background: none;
  border-radius: 0;
  box-shadow: none;
  max-width: inherit;
  min-width: inherit;
  padding: 0;
}
/*=== Files CSS ===*/
.file {
  position: relative;
}
.file .icon {
  background-image: url("../../images/sprites.png");
  background-repeat: no-repeat;
  background-position: 0px -360px;
  display: inline-block;
  height: 32px;
  width: 32px;
}
.large .file .icon {
  background-position: 0px -400px;
  height: 64px;
  width: 64px;
}
.file .icon.xls,
.file .icon.xlsx {
  background-position: -80px -360px;
}
.large .file .icon.xls,
.large .file .icon.xlsx {
  background-position: -160px -400px;
}
.file .icon.pdf {
  background-position: -200px -360px;
}
.large .file .icon.pdf {
  background-position: -400px -400px;
}
.file .icon.htm,
.file .icon.html {
  background-position: -360px -360px;
}
.large .file .icon.htm,
.large .file .icon.html {
  background-position: -720px -400px;
}
.file .icon.doc,
.file .icon.docx {
  background-position: -40px -360px;
}
.large .file .icon.doc,
.large .file .icon.docx {
  background-position: -80px -400px;
}
.file .icon.rtf,
.file .icon.txt {
  background-position: -120px -360px;
}
.large .file .icon.rtf,
.large .file .icon.txt {
  background-position: -240px -400px;
}
.file .icon.ppt,
.file .icon.pptx,
.file .icon.pps {
  background-position: -400px -360px;
}
.large .file .icon.ppt,
.large .file .icon.pptx,
.large .file .icon.pps {
  background-position: -800px -400px;
}
.file .icon.png,
.file .icon.gif,
.file .icon.bmp,
.file .icon.tiff,
.file .icon.jpg,
.file .icon.jpeg {
  background-position: -320px -360px;
}
.large .file .icon.png,
.large .file .icon.gif,
.large .file .icon.bmp,
.large .file .icon.tiff,
.large .file .icon.jpg,
.large .file .icon.jpeg {
  background-position: -640px -400px;
}
.file .icon.zip,
.file .icon.\37 z,
.file .icon.cab,
.file .icon.tar,
.file .icon.tgz,
.file .icon.gz,
.file .icon.rar {
  background-position: -480px -360px;
}
.large .file .icon.zip,
.large .file .icon.\37 z,
.large .file .icon.cab,
.large .file .icon.tar,
.large .file .icon.tgz,
.large .file .icon.gz,
.large .file .icon.rar {
  background-position: -960px -400px;
}
.file .icon.psd {
  background-position: -520px -360px;
}
.large .file .icon.psd {
  background-position: -1040px -400px;
}
.file .icon.ics {
  background-position: -560px -360px;
}
.large .file .icon.ics {
  background-position: -1120px -400px;
}
.file .icon.vcf,
.file .icon.vcard {
  background-position: -600px -360px;
}
.large .file .icon.vcf,
.large .file .icon.vcard {
  background-position: -1200px -400px;
}
.file .icon.eml,
.file .icon.msg {
  background-position: -640px -360px;
}
.large .file .icon.eml,
.large .file .icon.msg {
  background-position: -1280px -400px;
}
.file .icon.mp3,
.file .icon.amr,
.file .icon.aac,
.file .icon.aif,
.file .icon.aifc,
.file .icon.aiff,
.file .icon.ogg,
.file .icon.wma,
.file .icon.flac,
.file .icon.ape,
.file .icon.wax,
.file .icon.midi,
.file .icon.mp4a,
.file .icon.weba,
.file .icon.ra,
.file .icon.ram,
.file .icon.rmp,
.file .icon.m3u,
.file .icon.wav,
.file .icon.soundcloud {
  background-position: -240px -360px;
}
.large .file .icon.mp3,
.large .file .icon.amr,
.large .file .icon.aac,
.large .file .icon.aif,
.large .file .icon.aifc,
.large .file .icon.aiff,
.large .file .icon.ogg,
.large .file .icon.wma,
.large .file .icon.flac,
.large .file .icon.ape,
.large .file .icon.wax,
.large .file .icon.midi,
.large .file .icon.mp4a,
.large .file .icon.weba,
.large .file .icon.ra,
.large .file .icon.ram,
.large .file .icon.rmp,
.large .file .icon.m3u,
.large .file .icon.wav,
.large .file .icon.soundcloud {
  background-position: -480px -400px;
}
.file .icon.avi,
.file .icon.mp4,
.file .icon.mkv,
.file .icon.wmv,
.file .icon.vimeo,
.file .icon.youtube {
  background-position: -680px -360px;
}
.large .file .icon.avi,
.large .file .icon.mp4,
.large .file .icon.mkv,
.large .file .icon.wmv,
.large .file .icon.vimeo,
.large .file .icon.youtube {
  background-position: -1360px -400px;
}
.file .icon.url {
  background-position: -720px -360px;
}
.large .file .icon.url {
  background-position: -1440px -400px;
}
.file .icon.play {
  background: none;
  border-radius: 31px;
  color: #ffffff !important;
  cursor: pointer;
  font-size: 50px;
  height: 50px;
  left: 50%;
  opacity: 0.9;
  position: absolute;
  top: 37%;
  transform: translate(-50%, -50%);
  width: 50px;
}
.file .icon.play:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.file .icon.play:hover {
  opacity: 1;
}
.file .icon.play:before {
  border-radius: 31px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
  content: "\e677";
  display: block;
  overflow: hidden;
}
/*=== Common blocks part ===*/
.search_block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0px;
  height: 100%;
  padding-right: 20px;
  vertical-align: middle;
  width: 100%;
}
html.rtl .search_block {
  padding-left: 20px;
  padding-right: 0px;
}
.search_block > .input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: none;
  display: inline-block;
  height: 100%;
  min-height: 26px;
  outline: none;
  overflow: hidden;
  padding-left: 30px;
  padding-top: 3px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
html.rtl .search_block > .input {
  padding-left: 0px;
  padding-right: 30px;
}
.search_block > .input.focus {
  border: 1px solid #93b5e3;
  box-shadow: 0 0 2px 0 #1d67cd;
}
.search_block > .input .row {
  border: 0px;
  display: inline-block;
  font-size: 11pt;
  line-height: 160%;
  overflow: hidden;
  padding: 0px;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}
.search_block > .input .field {
  border: 0px;
  display: inline-block;
  font-size: 11pt;
  height: 20px;
  opacity: 1;
  overflow: hidden;
  padding: 0px;
  vertical-align: middle;
  visibility: visible;
  white-space: nowrap;
  width: 100%;
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms linear 10ms;
  -moz-transition: opacity 500ms ease 0ms, visibility 500ms linear 10ms;
  -o-transition: opacity 500ms ease 0ms, visibility 500ms linear 10ms;
  transition: opacity 500ms ease 0ms, visibility 500ms linear 10ms;
}
.search_block > .input .field.hide {
  display: block;
  position: absolute;
  top: -200px;
}
.search_block > .input .icon.search {
  display: inline-block;
  font-size: 11pt;
  height: 30px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: -9px;
  vertical-align: top;
  width: 30px;
}
html.rtl .search_block > .input .icon.search {
  left: initial;
  right: 0;
}
.search_block > .input .icon.search:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "afterlogic";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search_block > .input .icon.search:before {
  color: #cccccc;
  content: "\e628";
  display: block;
  font-size: 32px;
  height: 20px;
  margin: 5px 0px 5px 0px;
  width: 20px;
}
html.rtl .search_block > .input .icon.search:before {
  margin: 3px 5px 0px 0px;
}
.search_block .expand .field {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 500ms ease 0ms, visibility 10ms linear 500ms;
  -moz-transition: opacity 500ms ease 0ms, visibility 10ms linear 500ms;
  -o-transition: opacity 500ms ease 0ms, visibility 10ms linear 500ms;
  transition: opacity 500ms ease 0ms, visibility 10ms linear 500ms;
}
.search_block .control .icon {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  margin-top: -6px;
  vertical-align: top;
  width: 20px;
}
.search_block .control .icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "afterlogic";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search_block .control .icon:before {
  color: #cccccc;
  content: "\e66d";
  display: inline-block;
  font-size: 18px;
  height: 20px;
  margin: 10px 2px 0px;
  width: 20px;
}
.search_block .control .icon.expand:before {
  content: "\e66e";
}
.search_block .search_highlight {
  color: #cccccc;
}
.search_block .expand .extended {
  opacity: 1;
  max-height: 200px;
  visibility: visible;
  -webkit-transition: max-height 0.5s ease 0s, opacity 0.5s ease 0s,
    visibility 0s linear 0s;
  -moz-transition: max-height 0.5s ease 0s, opacity 0.5s ease 0s,
    visibility 0s linear 0s;
  -o-transition: max-height 0.5s ease 0s, opacity 0.5s ease 0s,
    visibility 0s linear 0s;
  transition: max-height 0.5s ease 0s, opacity 0.5s ease 0s,
    visibility 0s linear 0s;
}
.search_block .extended {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: max-height 0.5s ease 0s, opacity 0.5s ease 0s,
    visibility 10ms linear 2s;
  -moz-transition: max-height 0.5s ease 0s, opacity 0.5s ease 0s,
    visibility 10ms linear 2s;
  -o-transition: max-height 0.5s ease 0s, opacity 0.5s ease 0s,
    visibility 10ms linear 2s;
  transition: max-height 0.5s ease 0s, opacity 0.5s ease 0s,
    visibility 10ms linear 2s;
  max-height: 0px;
  display: block;
  margin-top: -24px;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  width: 100%;
}
.search_block .extended .search_fieldset {
  display: block;
  white-space: normal;
}
.search_block .extended .search_fieldset .section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  padding-right: 20px;
  vertical-align: top;
  width: 50%;
}
html.rtl .search_block .extended .search_fieldset .section {
  padding-left: 20px;
  padding-right: 0px;
}
.search_block .extended .search_fieldset .section .row {
  display: block;
  height: 28px;
  line-height: 230%;
  overflow: visible;
  padding-right: 2px;
}
html.rtl .search_block .extended .search_fieldset .section .row {
  padding-left: 2px;
  padding-right: 0px;
}
.search_block .extended .search_fieldset .section .row.text {
  border-bottom: 1px dashed #c5c7c8;
}
.search_block
  .extended
  .search_fieldset
  .section
  .row.attachments
  .custom_checkbox {
  line-height: 1;
  margin: 0;
  margin-bottom: 1px;
  vertical-align: middle;
}
.search_block
  .extended
  .search_fieldset
  .section
  .row.attachments
  .attachment_name {
  display: inline-block;
}
.search_block .extended .search_fieldset .section .row .date {
  display: inline-block;
  margin-left: 0px;
  padding: 0;
}
html.rtl .search_block .extended .search_fieldset .section .row .label {
  text-align: right;
}
.search_block .extended .search_fieldset .section .row .input {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  color: #555566;
  font: normal 11pt Helvetica, Tahoma, Arial, sans-serif;
  padding: 0;
  width: 100%;
}
.search_block .extended .search_fieldset .section.attachments {
  display: block;
  width: 100%;
}
.search_block .extended .search_fieldset .buttons {
  border-top: 1px solid #eae7e7;
  display: block;
  margin: 0px 18px 0px 0px;
  padding: 10px 0px;
  width: auto;
}
html.rtl .search_block .extended .search_fieldset .buttons {
  margin: 0px 0px 0px 18px;
  padding-left: 0px;
}
.search_block .extended .search_fieldset .button {
  display: inline-block;
}
.quick_reply {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  bottom: 0px;
  max-height: 190px;
  padding: 0px 23px 0px 17px;
}
html.rtl .quick_reply {
  padding: 0px 17px 0px 23px;
}
.no-csstransitions .quick_reply {
  margin-bottom: -2px;
  max-height: 86px;
}
.csstransitions .quick_reply {
  -webkit-transition: max-height 500ms ease 50ms;
  -moz-transition: max-height 500ms ease 50ms;
  -o-transition: max-height 500ms ease 50ms;
  transition: max-height 500ms ease 50ms;
}
.csstransitions .quick_reply.saving {
  max-height: 0 !important;
}
.csstransitions .quick_reply.sending {
  max-height: 30px !important;
}
.csstransitions .quick_reply.sending .status {
  max-height: 30px;
  opacity: 1;
}
.quick_reply .status {
  background: #dac073;
  margin-left: -17px;
  margin-bottom: -6px;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  padding: 5px 17px;
  width: 101%;
}
.csstransitions .quick_reply .status {
  -webkit-transition: max-height 300ms ease 50ms, opacity 300ms ease 50ms;
  -moz-transition: max-height 300ms ease 50ms, opacity 300ms ease 50ms;
  -o-transition: max-height 300ms ease 50ms, opacity 300ms ease 50ms;
  transition: max-height 300ms ease 50ms, opacity 300ms ease 50ms;
}
.quick_reply .status .text {
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.quick_reply .row {
  margin-top: 20px;
  white-space: nowrap;
}
.quick_reply .row .placeholder {
  font-size: 11pt;
  padding-top: 6px;
  text-indent: 9px;
}
.quick_reply .row textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  color: #000000;
  font-size: 11pt;
  height: 50px;
  outline: none;
  padding: 6px 8px;
  resize: none;
  width: 100%;
}
.csstransitions .quick_reply .row textarea {
  -webkit-transition: height 300ms ease;
  -moz-transition: height 300ms ease;
  -o-transition: height 300ms ease;
  transition: height 300ms ease;
}
.active.quick_reply .row textarea {
  font-family: Tahoma, sans-serif;
  font-size: 16px;
  height: 101px;
}
.quick_reply .buttons {
  margin-bottom: 0px;
  margin-top: 15px;
  padding-bottom: 20px;
  text-align: left;
}
html.rtl .quick_reply .buttons {
  text-align: right;
}
.quick_reply .buttons .button {
  margin-right: 6px;
}
html.rtl .quick_reply .buttons .button {
  margin-left: 6px;
  margin-right: 0px;
}
.quick_reply .buttons .full_form {
  float: right;
  height: 0px;
  margin-top: 6px;
}
html.rtl .quick_reply .buttons .full_form {
  float: left;
}
.csstransitions .quick_reply .buttons {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 0px;
  /* important: 50ms delay fix click on buttons*/
  -webkit-transition: all 300ms ease 50ms;
  -moz-transition: all 300ms ease 50ms;
  -o-transition: all 300ms ease 50ms;
  transition: all 300ms ease 50ms;
}
.csstransitions .quick_reply.active .buttons {
  margin-bottom: 20px;
  max-height: 25px;
  opacity: 1;
  overflow: visible;
}
.csstransitions .quick_reply.sending .buttons {
  margin-top: 0px;
  margin-bottom: 0px;
  max-height: 0px;
  opacity: 0;
}
.csstransitions .quick_reply.sending .row {
  margin-top: 0px;
  margin-bottom: 0px;
  max-height: 0px;
  opacity: 0;
}
/*=== Tabsbar CSS ===*/
.tabsbar {
  height: 70px;
  padding: 0px 0px 0px 5px;
  position: relative;
  z-index: 1000;
}
.tabsbar .dropdown_content {
  border-radius: 4px;
}
.tabsbar > .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  background: #1f3244;
}
.tabsbar .item {
  margin: 0px;
  padding: 5px 20px;
  color: #fff;
  display: inline-block;
  font-size: 10.6pt;
  line-height: 120%;
  position: relative;
  text-shadow: none;
  vertical-align: middle;
}
html.rtl .tabsbar .item {
  margin-left: 0px;
  margin-right: 6px;
}
.cssanimations .tabsbar .item.recivedAnim {
  border-radius: 4px;
  -webkit-animation: highlight 0.5s linear;
  -moz-animation: highlight 0.5s linear;
  animation: highlight 0.5s linear;
}
.tabsbar .item.logo {
 
    /* display: none; */
    outline: none;
    background: url(images/mail_cloud_logo.png);
    height: 100%;
    background-color: #E6E9ED;
    width: 100%;
    max-width: 190px;
    padding: 0px 22px;
    margin-right: 20px;
    background-repeat: no-repeat !important;
    background-position: center 73% !important;
}
.tabsbar .item.emails {
  cursor: default;
}
.tabsbar .item.emails.has_control .helper {
  padding-right: 24px;
}
.tabsbar .item.emails .icon {
  display: none;
}
.tabsbar .item .link {
  color: inherit;
  display: inline-block;
  outline: none;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}
.tabsbar .item:hover {
  color: #fff;
}
.tabsbar .item:hover .text {
  text-decoration: none;
}
.tabsbar .item.current {
  font-weight: bold;
  color: white;
  background-color: #81bc00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tabsbar .item.expand a,
.tabsbar .item .control {
  z-index: 3003;
}
.tabsbar .item .helper {
  font-weight: bold;
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  top: -40px;
  visibility: hidden;
}
.tabsbar .item .unseen {
  background: #ff7200;
  color: #ffffff;
  top: -7px;
  border-radius: 7px;
  font-size: 6.4pt;
  height: 11px;
  line-height: 12px;
  position: absolute;
  text-align: center;
  text-shadow: none;
}
.tabsbar .item .unseen.one {
  right: -10px;
  width: 11px;
}
.tabsbar .item .unseen.two {
  right: -15px;
  width: 16px;
}
.tabsbar .item .unseen.three {
  width: 21px;
  right: -20px;
}
.tabsbar .control {
  cursor: pointer;
  display: inline-block;
  height: 16px;
  padding: 0px;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.tabsbar .control:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tabsbar .control:before {
  content: "\e66d";
  font-size: 18px;
}
.tabsbar .expand .control:before {
  content: "\e66e";
}
.tabsbar .spacer {
  padding: 10px;
  flex-grow: 1;
}
.tabsbar .mobile,
.tabsbar .settings,
.tabsbar .logout {
  order: 100;
  display: inline-flex
}


.toolbar .content > .item > .icon:before, .toolbar .content .group > .item > .icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "afterlogic";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}





.tabsbar .logout::before {
  
  content: "\f08b" !important;
  font-family:  "fontawesome";
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}
span.item.dashboard .link::before{
  content: "\f015" !important;
  font-family:  "fontawesome";
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}

span.item.emails .link::before{
  content: "\f0e0" !important;
  font-family:  "fontawesome";
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}

span.item.settings .link::before{
  content: "\f085" !important;
  font-family:  "fontawesome";
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}

span.item.settings.no-icon .link::before{
  display: none;
}

span.item.contacts{
  display: inline-flex;
}
span.helper {
    display: none !important;
}
span.item.contacts .link::before{
  content: "\f2bb" !important;  
  font-family:  "fontawesome";
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}

span.item.calendar{
  display: inline-flex;
}
span.item.calendar .link::before{
  content: "\f073" !important; 
  font-family:  "fontawesome";
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}

span.item.files{
  display: inline-flex;
}
span.item.files .link::before{
  content: "\f15b" !important;  
  font-family:  "fontawesome";
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}
span.item.tasks{
  display: inline-flex;
}
span.item.tasks .link::before{
  content: "\f046" !important;  
  font-family:  "fontawesome";
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}

.tabsbar .logout span {
  cursor: pointer;
}
.tabsbar .specified-logo {
  outline: none;
}
.tabsbar .specified-logo img {
  max-height: 62px;
}
.tabsbar .dropdown_helper {
  min-width: 100%;
}
.tabsbar .dropdown_arrow {
  display: none;
}
.tabsbar .dropdown_content {
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #555555;
  display: block;
  margin: -30px 0px 0px -2px;
  min-width: 100%;
  padding: 30px 0px 0px 0px;
}
.tabsbar .dropdown_content .item {
  color: inherit;
  display: block;
  margin: 0px;
  padding: 6px 10px;
  font-weight: normal;
}
.tabsbar .dropdown_content .item:hover {
  background: #eeeeee;
}
/* IE9 do not support flex-wrap and flex-direction */
.no-flexwrap .tabsbar .item {
  margin-top: 24px;
}
.no-flexwrap .tabsbar .spacer {
  display: none;
}
.no-flexwrap .tabsbar .item.mobile,
.no-flexwrap .tabsbar .item.settings,
.no-flexwrap .tabsbar .item.logout {
  float: right;
}
.volumer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-top: 6px;
  padding: 0px 40px;
  text-align: center;
  width: 100%;
}
.volumer .volumer_conteiner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #2d476e;
  border-radius: 3px;
  display: block;
  padding: 2px;
}
.volumer .used {
  background: #668eb8;
  display: block;
  height: 3px;
}
.custom_tooltip {
  height: auto;
  margin: 0 6px;
  opacity: 0.9;
  position: fixed;
  width: auto;
  z-index: 5000;
}
.custom_tooltip .custom_tooltip_arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: block;
  font-size: 0;
  height: 0;
  margin: 0 0 0 16px;
  position: relative;
  width: 0;
}
.custom_tooltip .custom_tooltip_arrow.top {
  border-bottom: 6px solid #424e54;
}
.custom_tooltip .custom_tooltip_arrow.bottom_arrow {
  border-top: 6px solid #424e54;
}
.custom_tooltip .custom_tooltip_text {
  background: #424e54;
  border: 1px solid #424e54;
  border-radius: 4px;
  color: white;
  display: block;
  font-size: 12px;
  font-family: Verdana;
  padding: 6px;
  white-space: nowrap;
}
span.address_capsule,
li.address_capsule {
  cursor: pointer;
  box-shadow: none;
  border-radius: 11px;
  margin: 2px 4px 0 0;
  overflow: hidden;
  padding: 3px 28px 3px 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #e5eff7;
  color: #5b9bcd;
  border: none;
}
span.address_capsule .ficon,
li.address_capsule .ficon {
  font-size: 16px;
  margin: 0px 12px 0px 0px;
  outline: none;
  padding: 1px;
  position: absolute;
  right: 0;
  text-decoration: none;
}
span.address_capsule .ficon,
li.address_capsule .ficon {
  color: #5b9bcd;
}
span.address_capsule.inputosaurus-selected,
li.address_capsule.inputosaurus-selected {
  background: #5b9bcd;
  color: #ffffff;
}
span.address_capsule.inputosaurus-selected .ficon,
li.address_capsule.inputosaurus-selected .ficon {
  color: #ffffff;
}
span.address_capsule {
  display: inline-block;
  font-size: 11pt;
  line-height: 20px;
  margin: 0px 0px 4px;
  position: relative;
  vertical-align: middle;
}
span.address_capsule:not(.found_contact) {
  cursor: default;
  background: #ffffff;
  border: solid 1px #e5eff7;
  color: #5b9bcd;
}
span.address_capsule.found_contact {
  padding-right: 12px;
}
span.address_capsule .add_contact {
  bottom: 5px;
  position: absolute;
  right: 8px;
}
.to_arrow {
  display: inline-block;
  line-height: 20px;
  margin-top: 5px;
  vertical-align: top;
}
/*=== Screen overrides part ===*/
html {
  height: 100%;
  min-width: 800px;
  min-height: 600px;
}
body {
  font: normal 9pt Roboto,Helvetica, Tahoma, Arial, sans-serif;
  height: 100%;
  background:#e6e9ed;
}
.auroraMain {
  height: 100%;
  overflow: hidden;
}
#auroraContent {
  height: 100%;
}
textarea {
  resize: vertical;
}
label {
  cursor: pointer;
}
a,
.link,
a:link,
.link:link,
a:visited,
.link:visited {
  color: #3ba7b6;
  cursor: pointer;
  text-decoration: none;
}
a:hover,
.link:hover {
  color: #2f848f;
  text-decoration: underline;
}
*[contenteditable="true"],
input:focus {
  outline: none;
}
.panel.left_panel {
  background: #e6e9ed;
  max-width: 240px;
}
.panel.left_panel .items_list .item {
  background: none;
  max-height: inherit;
}
.panel.left_panel .items_list .item > .title {
  color: #aaaaaa;
  cursor: default;
  display: block;
  font-size: 11pt;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 0px;
  outline: none;
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left: 16px;
  text-decoration: none;
  white-space: nowrap;
}
.panel.left_panel .items_list .item > .title .name {
  display: block;
  margin-right: 10px;
  overflow: hidden;
  mask: url(../../images/filters.svg#masking);
  -webkit-mask: url(../../images/mask.png) repeat-y top right;
  -o-mask: url(../../images/mask.png?) repeat-y top right;
  -ms-mask: url(../../images/mask.png) repeat-y top right;
}
html.rtl .panel.left_panel .items_list .item > .title .name {
  mask: url(../../images/filters.svg#masking_rtl);
  -webkit-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -o-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -ms-mask: url(../../images/mask_rtl.png) repeat-y top left;
}
html.rtl .panel.left_panel .items_list .item > .title .name {
  margin-left: 10px;
  margin-right: 0px;
}
.panel.left_panel .items_list .item > .title.droppableHover .name {
  mask: url(../../images/filters.svg#masking);
  -webkit-mask: url(../../images/mask.png) repeat-y top right;
  -o-mask: url(../../images/mask.png?) repeat-y top right;
  -ms-mask: url(../../images/mask.png) repeat-y top right;
}
html.rtl .panel.left_panel .items_list .item > .title.droppableHover .name {
  mask: url(../../images/filters.svg#masking_rtl);
  -webkit-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -o-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -ms-mask: url(../../images/mask_rtl.png) repeat-y top left;
}
.panel.left_panel .items_list .item > .title .text {
  display: inline-block;
  vertical-align: bottom;
}
.panel.left_panel .items_list .item > .title .icon {
  display: inline-block;
  height: 20px;
  vertical-align: bottom;
  width: 20px;
}
.panel.left_panel .items_list .item > .title .icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.panel.left_panel .items_list .item > .title .icon:before {
  display: inline-block;
  height: 100%;
  font-size: 20px;
  width: 100%;
}
.panel.left_panel .items_list .item.canSelect > .title {
  color: #444444;
  cursor: pointer;
  text-shadow: 0px 1px 0px #ffffff;
}
.panel.left_panel .items_list .item.canSelect > .title:hover {
  color: #444444;
}
.panel.left_panel .items_list .item.canSelect > .title:hover .icon {
  color: inherit;
}
.panel.left_panel .items_list .item.canSelect > .title.virtualEmpty .title,
.panel.left_panel
  .items_list
  .item.canSelect
  > .title.virtualEmpty
  .title:hover {
  color: #AAA;
}
.panel.left_panel .items_list .item.canSelect > .title.ui-state-disabled {
  cursor: pointer !important;
}
.panel.left_panel .items_list .item.selected > .title {
  background: #1f3244;
  color: #ffffff !important;
  text-shadow: none;
}
.panel.left_panel .items_list .item .count {
  display: inline-block;
  float: right;
  margin-right: 0px;
  margin-top: 0px;
  padding: 2px 10px 1px;
  line-height: 1.3;
}
html.rtl .panel.left_panel .items_list .item .count {
  float: left;
  margin-left: 10px;
  margin-right: 0px;
}
.panel.left_panel .items_list .item .count.total {
  color: #ececec;
}
.panel.left_panel .items_list .item .count:first-child {
  margin-right: 10px;
}
.panel.left_panel .items_list .item .count.unseen:hover {
  border-radius: 11px/10px;
  background: #67a398;
}
.panel.left_panel .items_list .item.selected > .title .count.unseen {
  border-radius: 11px/10px;
  background: #ff7200;
}
.panel.left_panel .items_list .item.selected > .title .count.unseen:hover {
  background: #ff7200;
}
.panel.left_panel .items_list.collapsible .item.accordion .collapse_handler {
  display: inline-block;
  margin-left: -4px;
  vertical-align: middle;
  width: 12px;
}
.panel.left_panel
  .items_list.collapsible
  .item.accordion
  .collapse_handler:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "afterlogic";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.panel.left_panel
  .items_list.collapsible
  .item.accordion
  .collapse_handler:before {
  display: inline-block;
  font-size: 16px;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
.panel.left_panel
  .items_list.collapsible
  .item.accordion
  .collapse_handler.expanded:before {
  content: "\e66d";
}
.panel.left_panel
  .items_list.collapsible
  .item.accordion
  .collapse_handler.collapsed:before {
  content: "\e670";
}
.panel.left_panel
  .items_list.collapsible
  .item.accordion.canNotSelect
  .collapse_handler {
  color: #777777;
  cursor: pointer;
  text-shadow: 0px 1px 0px #ffffff;
}
.panel.left_panel
  .items_list.collapsible
  .item.accordion.canNotSelect
  .collapse_handler:hover {
  color: #444444;
}
.panel.left_panel
  .items_list.collapsible
  .item.accordion.canNotSelect
  .collapse_handler:hover
  .icon {
  color: inherit;
}
.panel.left_panel .items_list.collapsible .item.accordion .children .title {
  max-height: 29px;
  -webkit-transition: max-height 300ms ease 0ms, opacity 200ms ease 0ms,
    padding 300ms ease 0ms;
  -moz-transition: max-height 300ms ease 0ms, opacity 200ms ease 0ms,
    padding 300ms ease 0ms;
  -o-transition: max-height 300ms ease 0ms, opacity 200ms ease 0ms,
    padding 300ms ease 0ms;
  transition: max-height 300ms ease 0ms, opacity 200ms ease 0ms,
    padding 300ms ease 0ms;
}
.panel.left_panel
  .items_list.collapsible
  .item.accordion.collapsed
  .children
  .title {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 0px;
  padding-top: 0px;
}
.cssanimations .panel.left_panel .item .title.recivedAnim {
  -webkit-animation: highlight 0.5s linear;
  -moz-animation: highlight 0.5s linear;
  animation: highlight 0.5s linear;
}
.panel.left_panel .item .title.droppableHover {
  background: #dfdcd4 !important;
  color: #626262 !important;
  text-shadow: 0px 1px 0px #ffffff !important;
}
.panel.left_panel .item.selected > .title.droppableHover {
  background: #2a6470 !important;
  color: #ffffff !important;
  text-shadow: 0px 1px 0px #678197 !important;
}
.panel.left_panel .items_list .item.canSelect > .title {
  color: #444;
  text-shadow: none;
}
.panel.left_panel .items_list .item.canSelect > .title:hover {
  color: #444;
}
.panel.left_panel .items_list .item .title .name {
  mask: url(../../images/filters.svg#masking);
  -webkit-mask: url(../../images/mask.png) repeat-y top right;
  -o-mask: url(../../images/mask.png?) repeat-y top right;
  -ms-mask: url(../../images/mask.png) repeat-y top right;
}
html.rtl .panel.left_panel .items_list .item .title .name {
  mask: url(../../images/filters.svg#masking_rtl);
  -webkit-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -o-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -ms-mask: url(../../images/mask_rtl.png) repeat-y top left;
}
/*=== retina displays ===*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
  only screen and (-moz-min-device-pixel-ratio: 1.3),
  only screen and (-o-min-device-pixel-ratio: 1.3/1),
  only screen and (min-resolution: 1.3dppx),
  only screen and (min-resolution: 125dpi) {
  .spritesX2 {
    background-image: url("../../images/sprites2x.png");
    background-size: 1440px 560px;
  }
}
.gutter {
  position: relative;
  flex-basis: 0px;
  flex-grow: 0;
  flex-shrink: 0;
}
.gutter div {
  position: absolute;
  z-index: 1;
}
.gutter.gutter-horizontal {
  cursor: ew-resize;
}
.gutter.gutter-horizontal div {
  height: 100%;
  width: 10px;
  left: -5px;
}
.gutter.gutter-vertical {
  cursor: ns-resize;
}
.gutter.gutter-vertical div {
  height: 10px;
  width: 100%;
  top: -5px;
}
.split.split-horizontal,
.gutter.gutter-horizontal {
  height: 100%;
  float: left;
}
.not-display {
  display: none;
}
body {
  overflow: auto;
  position: relative;
}
html.non-adjustable .auroraMain {
  overflow: visible;
  min-height: inherit;
  min-width: inherit;
}
html.non-adjustable-valign .auroraMain {
  overflow: visible;
}
.screens {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
}
.screens .screen {
  height: calc(100% - 70px);
}
.screens .screen.AdminPanelLayout {
  height: 100%;
}
.AdminPanelLayout .panels {
  overflow: auto;
}
.AdminPanelLayout .panel.left_panel {
  flex-grow: 0;
  width: 250px;
}
.AdminPanelLayout .panel.data {
  min-width: 380px;
  width: 750px;
}
.AdminPanelLayout .panel.data.modules {
  min-width: 200px;
  width: 250px;
  overflow: hidden;
  flex-grow: 0;
}
.AdminPanelLayout .panel.data .panel_top {
  border: 0px;
  padding: 0px;
}
.AdminPanelLayout .panel.data .buttons {
  margin: 0px 20px 15px;
}
.AdminPanelLayout .panel.data .buttons .button.left_button {
  float: left;
}
.AdminPanelLayout .panel.data .fieldset .buttons {
  margin: 0px 0px 15px 0px;
}
.AdminPanelLayout .settings_heading {
  color: #4d4d4d;
  margin: 0px;
  padding: 35px 20px 15px;
}
.AdminPanelLayout .fieldset {
  background: #f1f1f1;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACtJREFUeNo0iIEJACAAwlT8/1GPMAsaKGNMYpskAOPRdq9tWbrifpaOAAMAMvEO3ANCJPYAAAAASUVORK5CYII=");
  background-position: 0 0;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin: 0px 20px 20px;
  padding: 20px;
}
.AdminPanelLayout .fieldblock {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #d0d0da;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 14px;
  padding: 14px;
}
.AdminPanelLayout .fields .row {
  margin-bottom: 14px;
}
.AdminPanelLayout .fields .row.keys_label {
  margin-bottom: 6px !important;
}
.AdminPanelLayout .fields .row:last-child {
  margin-bottom: 0px;
}
.AdminPanelLayout .fields .row .label {
  color: #626262;
  width: 150px;
  word-wrap: break-word;
}
.AdminPanelLayout .fields .row label {
  color: #626262;
}
.AdminPanelLayout .fields .row.smtp_authentication .input {
  width: 150px;
  margin-left: 16px;
  margin-right: 0;
}
.AdminPanelLayout .fields .row .input {
  font-size: 10pt;
  padding: 7px 9px 6px;
}
.AdminPanelLayout .fields .row .value.offset {
  display: inline-block;
  padding-left: 150px;
}
.AdminPanelLayout .fields .row .value.text {
  font-weight: bold;
  display: inline-block;
  padding: 7px 9px 6px;
  width: 300px;
}
.AdminPanelLayout .fields .row .value.text.port {
  width: auto;
}
.AdminPanelLayout .fields .row .custom_radio {
  margin-left: 16px;
}
.AdminPanelLayout .fields .row .custom_radio:first-child {
  margin-left: 0px;
}
.AdminPanelLayout .fields .fieldblock .label {
  width: 135px;
}
.AdminPanelLayout .fields .fields .hint {
  padding: 4px 6px;
  margin: -12px -6px 12px;
}
.AdminPanelLayout .fields .tabs {
  margin-bottom: 16px;
  margin-top: 20px;
}
.AdminPanelLayout .fields .tabs .tabs-links {
  height: 0;
  opacity: 0;
  overflow: hidden;
  width: 0;
}
.AdminPanelLayout .fields .tabs .shortcuts {
  font-size: 0pt;
  margin: 0px 20px;
  padding: 0px 0px 0px 20px;
}
.AdminPanelLayout .fields .tabs .shortcuts .item {
  display: inline-block;
  font-size: 9pt;
  vertical-align: bottom;
}
.AdminPanelLayout .fields .tabs .shortcuts .item a {
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-bottom: 0px;
  border-radius: 4px 4px 0px 0px;
  color: #828282;
  display: inline-block;
  font-weight: bold;
  margin-right: 4px;
  outline: none;
  padding: 6px 12px 6px;
  text-decoration: none;
}
.AdminPanelLayout .fields .tabs .shortcuts .item.selected a {
  background: #f1f1f1;
  color: #3d3d3d;
  margin-bottom: -1px;
  padding-bottom: 7px;
}
.AdminPanelLayout .account_list {
  background: #fafafa;
  border: 1px solid #d5d9dc;
  border-radius: 4px;
  margin: 0px 20px;
  overflow: hidden;
  clear: both;
}
.AdminPanelLayout .account_list:after {
  /*Opera*/
  clear: both;
  display: block;
  content: ".";
  height: 0;
  visibility: hidden;
}
* html > body .AdminPanelLayout .account_list {
  width: 100%;
  display: block;
}
* html .AdminPanelLayout .account_list {
  /* IE 6 */
  height: 1%;
}
.AdminPanelLayout .account_list .item {
  border-bottom: 1px solid #d5d9dc;
  color: #626262;
  cursor: pointer;
  padding: 6px 10px;
}
.AdminPanelLayout .account_list .item.account {
  padding: 11px 16px;
}
.AdminPanelLayout .account_list .item.account .title {
  float: left;
  margin: 0;
}
.AdminPanelLayout .account_list .item.account .link {
  float: right;
}
.AdminPanelLayout .account_list .item.fetcher .icon {
  display: inline-block;
  font-size: 20px;
  height: 18px;
  vertical-align: bottom;
  width: 18px;
}
.AdminPanelLayout .account_list .item.fetcher .icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.AdminPanelLayout .account_list .item.fetcher .icon.fetcher:before {
  content: "\e65b";
}
.AdminPanelLayout .account_list .item.fetcher .icon.default-identity {
  font-family: monospace;
  font-size: 19px;
  height: 17px;
  margin-left: 10px;
}
.AdminPanelLayout .account_list .item.fetcher .label {
  color: #929292;
}
.AdminPanelLayout .account_list .item.fetcher .title {
  font-weight: bold;
}
.AdminPanelLayout .account_list .item.fetcher .info {
  float: right;
}
.AdminPanelLayout .account_list .item:last-child {
  border-bottom: 0px;
}
.AdminPanelLayout .account_list .item.selected {
  background: #f1f1f1;
  color: #4d4d4d;
  font-weight: bold;
}
.AdminPanelLayout .account_list .item .link.fetcher {
  float: right;
  font-weight: normal;
  margin-left: 12px;
}
.AdminPanelLayout .account_list .item .button {
  background: none repeat scroll 0 0 #6fa8de;
  border: 1px solid #5d97cd;
  border-radius: 4px 4px 4px 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 9pt !important;
  padding: 1px 5px;
  text-shadow: 0 1px 0 #4d759b;
}
.AdminPanelLayout .account_list .buttons {
  margin: 15px 0px;
}
.AdminPanelLayout .account_list .buttons .button {
  font-size: 10pt;
  float: right;
}
.AdminPanelLayout .account_list .title {
  display: inline-block;
  font-size: 9pt;
  padding: 0px;
}
.AdminPanelLayout .mail-servers .account_list {
  margin-bottom: 30px;
}
.AdminPanelLayout .mail-servers .panel_top .buttons {
  float: right;
  margin: 30px 20px 15px;
}
.AdminPanelLayout .input.enlarged {
  width: 360px;
}
.show-header .AdminPanelLayout.screen .tabsbar {
  border-top: solid 1px #d4d4d4;
}
.AdminPanelLayout.screen {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.AdminPanelLayout .tabsbar .item .tenants_dropdown {
  display: inline-block;
  padding-right: 8px;
  position: relative;
}
.AdminPanelLayout .tabsbar .item .tenants_dropdown .link {
  z-index: 3003;
}
.AdminPanelLayout .toolbar .item.create_user .icon:before {
  content: "\e601";
}
.AdminPanelLayout .toolbar .item.filter {
  float: right;
}
.AdminPanelLayout .toolbar .item.filter select {
  border-radius: 4px;
  font-size: 11pt;
  padding: 4px;
}
.AdminPanelLayout .items_list .item {
  cursor: pointer;
}
.AdminPanelLayout .items_list .item .title {
  margin-bottom: 0px;
  mask: url(../../images/filters.svg#masking);
  -webkit-mask: url(../../images/mask.png) repeat-y top right;
  -o-mask: url(../../images/mask.png?) repeat-y top right;
  -ms-mask: url(../../images/mask.png) repeat-y top right;
}
html.rtl .AdminPanelLayout .items_list .item .title {
  mask: url(../../images/filters.svg#masking_rtl);
  -webkit-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -o-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -ms-mask: url(../../images/mask_rtl.png) repeat-y top left;
}
.AdminPanelLayout .items_list .item .me {
  background: #f1f1f1;
  border-radius: 10px 10px 10px 10px;
  color: #6d6d6d;
  float: right;
  padding: 2px 8px;
  margin-top: -16px;
}
.AdminPanelLayout .users_list_panel .panel_top {
  background: #f1f1f1;
}
.AdminPanelLayout .users_list_panel .panel_top .search_block {
  padding-right: 4px;
}
.AdminPanelLayout .account_list .item .title {
  mask: none;
  -webkit-mask: none;
  -o-mask: none;
  -ms-mask: none;
}
.CalendarLayout {
  position: relative;
}
.CalendarLayout table thead tr td {
  border-top: 0 !important;
}
.CalendarLayout table tr td:first-child,
.CalendarLayout table tr th:first-child {
  border-left: 0;
}
.CalendarLayout table tr:last-child td {
  border-bottom: 0;
}
.CalendarLayout table tr td:last-child,
.CalendarLayout table tr th:last-child {
  border-right: 0;
}
.panel.calendars_panel {
  width: 20%;
}
.panel.calendars_panel .middle_bar {
  position: relative;
}
.panel.calendars_panel .dropdowns {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  padding-right: 50px;
  position: absolute;
  width: 100%;
}
html.rtl .panel.calendars_panel .dropdowns {
  padding-left: 50px;
  padding-right: 0px;
}
.panel.calendars_panel .dropdowns .separator {
  background: #000;
  display: block;
  height: 1px;
  margin: 8px 17px;
  opacity: 0.1;
}
.panel.calendars_panel .dropdowns .dropdown {
  z-index: 99;
}
.panel.calendars_panel .dropdowns .dropdown .dropdown_helper {
  min-width: inherit;
  top: 0\0/;
}
.panel.calendars_panel .dropdowns .dropdown .dropdown_content {
  border: 0px;
  border-radius: 0px 0px 4px 0px;
}
html.rtl .panel.calendars_panel .dropdowns .dropdown .dropdown_content {
  border-radius: 0px 0px 0px 4px;
}
.panel.calendars_panel .dropdowns .dropdown .dropdown_arrow {
  display: none;
}
.panel.calendars_panel .dropdowns .dropdown .item {
  color: #ffffff;
}
.panel.calendars_panel .dropdowns .dropdown .item:hover {
  background-color: rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1a000000', endColorstr='#1a000000');
}
.panel.calendars_panel .dropdowns .colors {
  display: block;
  font-size: 0;
  line-height: 100%;
  padding: 8px 17px 16px;
  white-space: normal;
}
.panel.calendars_panel .dropdowns .colors .item {
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 13px;
  margin: 0px 6px 6px 0px;
  padding: 0px;
  width: 13px;
}
.panel.calendars_panel .calendars {
  height: auto;
}
.panel.calendars_panel .calendars .item {
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 4px;
  max-height: 500px;
  overflow: visible;
  padding: 7px 17px 6px 16px;
  position: relative;
}
.panel.calendars_panel .calendars .item .label-container {
  padding-right: 20px;
  position: relative;
}
.panel.calendars_panel .calendars .item .button-container {
  cursor: default;
  height: 100%;
  padding-right: 17px;
  padding-top: 7px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.panel.calendars_panel .calendars .item.readonly {
  border: 1px dashed #ffffff;
  opacity: 0.7;
}
.panel.calendars_panel .calendars .item .custom_checkbox {
  float: left;
  margin-right: 8px;
  margin-top: 1px;
}
.panel.calendars_panel .calendars .item .custom_checkbox .icon {
  border: 1px solid rgba(41, 44, 47, 0.35);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.panel.calendars_panel .calendars .item .title {
  font-size: 11pt;
  font-weight: normal;
  margin: 0px;
  overflow: hidden;
}
.panel.calendars_panel .calendars .item.inactive .title {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.panel.calendars_panel .calendars .item .icon.public {
  display: inline-block;
  float: right;
  height: 18px;
  margin-left: 6px;
  width: 18px;
}
.panel.calendars_panel .calendars .item .icon.public:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.panel.calendars_panel .calendars .item .icon.public:before {
  content: "\e65c";
  display: inline-block;
  font-size: 18px;
  margin-top: -2px;
  vertical-align: middle;
}
.panel.calendars_panel .calendars .item .control {
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 14px;
  margin-left: 4px;
  width: 14px;
}
.panel.calendars_panel .calendars .item .control:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.panel.calendars_panel .calendars .item .control:before {
  content: "\e66d";
  display: inline-block;
  font-size: 16px;
  margin-top: -2px;
  vertical-align: middle;
}
.panel.calendars_panel .calendars .item .control:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.panel.calendars_panel .calendars .item.expand .control:before {
  content: "\e671";
}
.panel.calendars_panel .calendars .section_title {
  padding-right: 14px;
}
.panel.calendars_panel .calendars .section_title .control {
  cursor: pointer;
  height: 16px;
  overflow: hidden;
  width: 16px;
  margin-left: 4px;
}
.panel.calendars_panel .calendars .section_title .control:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.panel.calendars_panel .calendars .section_title .control:hover {
  opacity: 0.6;
}
.panel.calendars_panel .calendars .section_title .control:before {
  content: "\e63b";
  display: inline-block;
  font-size: 20px;
  height: 100%;
  margin: -2px 0 0 -2px;
  width: 100%;
}
.panel.calendars_panel .calendars .section_title .title {
  font-size: 11pt;
  padding: 0px;
  text-transform: none;
  display: block;
  overflow: hidden;
}
.panel.calendars_panel .calendars .section_title .title .text {
  vertical-align: middle;
}
.panel.calendars_panel .calendars .section_title .title .icon {
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 20px;
}
.panel.calendars_panel .calendars .section_title .title .icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.panel.calendars_panel .calendars .section_title .title .icon:before {
  display: inline-block;
  font-size: 20px;
  height: 20px;
  width: 20px;
}
.panel.calendars_panel .calendars .section_title .title.personal .icon:before {
  content: "\f192";
}
.panel.calendars_panel .calendars .section_title .title.shared .icon:before {
  content: "\e634";
}
.panel.calendars_panel
  .calendars
  .section_title
  .title.shared-all
  .icon:before {
  content: "\e629";
}
.panel.calendars_panel .panel_bottom {
  background: #e3e1d9;
}
.panel.calendars_panel .panel_bottom .ui-widget-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  border: 0 none;
  border-radius: 0;
  margin: 0px auto;
  max-width: 360px;
  padding: 10px 8px;
  width: 100%;
}
.panel.calendars_panel .panel_bottom .ui-datepicker .ui-widget-header {
  background: 0px;
  border: 0 none;
  border-radius: 0;
}
.panel.calendars_panel .panel_bottom .ui-datepicker .ui-state-default,
.panel.calendars_panel
  .panel_bottom
  .ui-datepicker
  .ui-widget-content
  .ui-state-default,
.panel.calendars_panel
  .panel_bottom
  .ui-datepicker
  .ui-widget-header
  .ui-state-default {
  background: 0px;
  border: 0 none;
}
.panel.calendars_panel .panel_bottom .ui-datepicker-prev,
.panel.calendars_panel .panel_bottom .ui-datepicker-next {
  color: #222222;
  background: none;
  text-align: center;
}
.panel.calendars_panel .panel_bottom .ui-datepicker-prev.ui-state-hover,
.panel.calendars_panel .panel_bottom .ui-datepicker-next.ui-state-hover,
.panel.calendars_panel .panel_bottom .ui-datepicker-prev:hover,
.panel.calendars_panel .panel_bottom .ui-datepicker-next:hover {
  background: #f2f2f2;
  border: 1px solid #999999;
}
.panel.calendars_panel .panel_bottom .ui-datepicker-prev:before,
.panel.calendars_panel .panel_bottom .ui-datepicker-next:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.panel.calendars_panel .panel_bottom .ui-datepicker-prev:before,
.panel.calendars_panel .panel_bottom .ui-datepicker-next:before {
  color: inherit;
  display: inline-block;
  font-size: 18px;
  height: 18px;
  vertical-align: sub;
}
.panel.calendars_panel .panel_bottom .ui-datepicker-prev .ui-icon,
.panel.calendars_panel .panel_bottom .ui-datepicker-next .ui-icon {
  display: none;
}
.panel.calendars_panel .panel_bottom .ui-datepicker-prev:before {
  content: "\e671";
}
.panel.calendars_panel .panel_bottom .ui-datepicker-next:before {
  content: "\e670";
}
.panel.calendars_panel .panel_bottom td.day_with_events a {
  font-weight: bold !important;
}
.panel.calendars_panel .panel_bottom table.highlight_week tr.current_week,
.panel.calendars_panel
  .panel_bottom
  table.highlight_day
  td.ui-datepicker-current-day {
  background-color: #d3d1ca;
}
.panel.calendars_panel .panel_bottom table.highlight_day td.ui-datepicker-today,
.panel.calendars_panel .panel_bottom td.ui-datepicker-today {
  background-color: #fff4cf;
}
.panel.calendars_panel .panel_bottom table.ui-datepicker-calendar td a {
  text-align: center;
}
.panel.calendar {
  position: relative;
  width: 80%;
}
.panel.calendar .panel_content {
  margin-right: 0px;
}
.panel.calendar .panel_content .uploader_mask {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 250ms ease 0s;
  -moz-transition: opacity 250ms ease 0s;
  -o-transition: opacity 250ms ease 0s;
  transition: opacity 250ms ease 0s;
  background: #fffdd6;
  color: #d3b910;
  font-size: 18pt;
  height: 100%;
  left: 0px;
  opacity: 0;
  padding: 11px;
  position: absolute;
  text-align: center;
  top: 0px;
  visibility: hidden;
  width: 100%;
}
.panel.calendar .panel_content .uploader_mask.active {
  opacity: 0.5;
  visibility: visible;
  z-index: 99;
}
.panel.calendar .panel_content .uploader_mask .inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px dashed #e2da36;
  border-radius: 5px;
  height: 100%;
}
.panel.calendar .toolbar .item.current {
  text-align: center;
}
.panel.calendar .toolbar .item .text {
  display: inline-block;
}
.panel.calendar .toolbar .item .helper {
  display: block;
  height: 0px;
  overflow: hidden;
}
.panel.calendar .toolbar .item .helper .text {
  margin-right: 6ex;
}
.panel.calendar .toolbar .item .helper.week .text {
  margin-right: 18ex;
}
.panel.calendar .toolbar .item .helper.day .text {
  margin-right: 10ex;
}
.panel.calendar .toolbar .item.passive,
.panel.calendar .toolbar .item.passive:hover {
  box-shadow: none;
  cursor: default;
}
.panel.calendar .toolbar .item.passive > .icon,
.panel.calendar .toolbar .item.passive:hover > .icon {
  color: #82748e;
  text-shadow: none;
}
.panel.calendar .toolbar .item.passive > .icon:hover,
.panel.calendar .toolbar .item.passive:hover > .icon:hover {
  color: #685d72;
}
.panel.calendar .toolbar .item.passive .hint,
.panel.calendar .toolbar .item.passive:hover .hint {
  background: #9b90a5;
  color: #ffffff;
}
.panel.calendar .toolbar .item.passive:hover .hint,
.panel.calendar .toolbar .item.passive:hover:hover .hint {
  background: #8f8299;
}
.panel.calendar .toolbar .range_select .item > .icon {
  color: #82748e;
  text-shadow: none;
}
.panel.calendar .toolbar .range_select .item > .icon:hover {
  color: #685d72;
}
.panel.calendar .toolbar .range_select .item .hint {
  background: #9b90a5;
  color: #ffffff;
}
.panel.calendar .toolbar .range_select .item:hover .hint {
  background: #8f8299;
}
.panel.calendar .toolbar .range_select .item.passive,
.panel.calendar .toolbar .range_select .item.passive:hover {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.panel.calendar .toolbar .date_select .item .icon {
  width: 20px;
}
.panel.calendar .toolbar .date_select .item.prev .icon:before {
  content: "\e671";
}
html.rtl .panel.calendar .toolbar .date_select .item.prev .icon:before {
  content: "\e670";
}
.panel.calendar .toolbar .date_select .item.next .icon:before {
  content: "\e670";
  margin-left: -10px;
}
html.rtl .panel.calendar .toolbar .date_select .item.next .icon:before {
  content: "\e671";
}
.colors {
  font-size: 0px;
}
.colors .item {
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  float: none;
  height: 13px;
  margin: 0px 6px 6px 0px;
  padding: 0px;
  text-align: left;
  vertical-align: middle;
  width: 13px;
}
.colors .item:last-child {
  margin-right: 0px;
}
html.rtl .colors .item {
  margin: 0px 0px 6px 6px;
  text-align: right;
}
html.rtl .colors .item:last-child {
  margin-left: 0px;
}
.colors .item:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.colors .item:before {
  content: "\e61c";
  display: inline-block;
  font-size: 11px;
  height: 100%;
  margin: 1px 0 0 1px;
  vertical-align: middle;
  visibility: hidden;
  width: 100%;
}
.colors .item.selected:before {
  visibility: visible;
}
.fc-time-grid-event .fc-bg {
  /* to avoid change the color of events in the weekly mode */
  height: 0;
  width: 0;
}
.fc-event-readonly {
  border-color: #ffffff !important;
  border-style: dashed !important;
  border-width: 1px !important;
  opacity: 0.8;
}
.fc-event-repeat .fc-event,
.fc-event-appointment .fc-event {
  padding-right: 23px;
}
.fc-event-repeat:after,
.fc-event-appointment:after {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fc-event-repeat:after,
.fc-event-appointment:after {
  display: block;
  font-size: 18px;
  height: 12px;
  margin-top: -2px;
  position: absolute;
  right: 4px;
  top: 6px;
  width: 16px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.fc-event-repeat .fc-content,
.fc-event-appointment .fc-content {
  padding-right: 19px;
}
.fc-event-repeat.fc-event-appointment .fc-content {
  padding-right: 38px;
}
.fc-event-repeat:after {
  content: "\e643";
}
.fc-event-appointment:after {
  content: "\e644";
}
.fc-event-repeat.fc-event-appointment:after {
  content: "\e643\e644";
  width: 32px;
}
.fc-scroller.scroll-inner {
  overflow-y: scroll !important;
}
.fc-widget-header .fc-row,
.fc-widget-content .fc-row {
  border-right-width: 0 !important;
  margin-right: 0 !important;
}
.fc-slats td {
  height: 30px;
}
.fc-agenda-view .fc-axis {
  background: #ffffff;
  color: #626262;
  text-align: center;
}
.fc-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 9pt;
  overflow: hidden;
  padding: 6px 10px;
}
.fc-content .fc-time,
.fc-content .fc-title {
  display: block;
  font-size: 9pt;
  overflow: hidden;
}
.AddDescriptionToTitle .fc-content .fc-title {
  max-height: none !important;
  -webkit-line-clamp: unset !important;
}
.AddDescriptionToTitle .fc-month-view .fc-content .fc-title {
  -webkit-line-clamp: 1 !important;
}
.fc-day-header.fc-widget-header {
  background: #f0f0f0;
  border-top-width: 0 !important;
  color: #828282;
  padding: 14px 0px 12px !important;
}
.fc div.fc-content {
  border-radius: 0px;
}
.fc-day-grid .fc-day-number {
  color: #626262;
  padding: 8px 8px 0px !important;
}
.fc-grid .fc-other-month .fc-day-number {
  color: #b6b6b6;
  opacity: 1;
}
.fc-agenda-view .fc-event {
  border: 0px;
  box-shadow: inset 0px 0px 1px #7a7a7a;
}
.fc-time-grid-event.fc-end {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.fc-time-grid-event.fc-start {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
fc-month-view .fc-content,
.fc-slats .fc-content {
  height: auto !important;
}
.calendar .fc-agendaWeek-view .scroll-inner,
.calendar .fc-agendaDay-view .scroll-inner {
  position: relative !important;
}
.fc-show-weekends .fc-sat.fc-today,
.fc-show-weekends .fc-sun.fc-today,
.fc-unthemed .fc-today {
  background: #fde2b7;
}
.popup.calendar_popup .mask {
  background: #000;
}
.popup.calendar_popup.visible .mask {
  opacity: 0.2;
}
.popup.calendar_popup.visible .mask.clear {
  opacity: 0;
  z-index: 1;
}
.popup.calendar_popup .popup_panel {
  max-width: 445px;
  min-width: 445px;
}
.popup.calendar_popup .popup_panel .input:focus,
.popup.calendar_popup .popup_panel .textarea:focus,
.popup.calendar_popup .popup_panel input:focus,
.popup.calendar_popup .popup_panel textarea:focus {
  border-color: #93b5e3;
  box-shadow: 0 0 2px 0 #1d67cd;
  outline: none;
}
.popup.calendar_popup .popup_heading {
  border-radius: 4px 4px 0px 0px;
  color: #ffffff;
  height: 27px;
  margin: -20px 0px 16px -20px;
  padding: 9px 20px 0px;
  width: 100%;
}
html.rtl .popup.calendar_popup .popup_heading {
  margin: -20px -20px 16px 0px;
}
.popup.calendar_popup .popup_heading > .text {
  margin-right: 15px;
}
html.rtl .popup.calendar_popup .popup_heading > .text {
  margin-left: 15px;
  margin-right: 0px;
}
.popup.calendar_popup .popup_heading.calendar_selector {
  padding: 9px 10px 0px 20px;
}
.popup.calendar_popup .close {
  display: inline-block;
  height: 16px;
  margin: -10px -7px 0px 0px;
  width: 16px;
}
.popup.calendar_popup .close:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.popup.calendar_popup .close:before {
  display: inline-block;
  color: #ffffff;
  content: "\e63e";
  font-size: 16px;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
.popup.calendar_popup .dropdown .dropdown_arrow span {
  top: 1px;
}
.popup.calendar_popup .shares_personal .row {
  margin-bottom: 14px;
}
.popup.calendar_popup .shares_personal .label {
  vertical-align: middle;
}
.popup.calendar_popup .shares_personal .input {
  width: 290px;
}
.popup.calendar_popup .shares_personal .input.inputosaurus {
  display: inline-block;
  vertical-align: middle;
}
.popup.calendar_popup .shares_all {
  border-top: 1px solid #e2e2e2;
  padding-top: 14px;
}
.popup.calendar_popup .shares_all select.input {
  display: inline-block;
  width: 290px;
}
.popup.calendar_create .autosize,
.popup.calendar_event .autosize {
  overflow: hidden;
  resize: none;
}
.popup.calendar_create .fieldset.main,
.popup.calendar_event .fieldset.main {
  margin-left: -8px;
}
.popup.calendar_create .input,
.popup.calendar_event .input {
  border-color: #ffffff;
  box-shadow: none;
}
.popup.calendar_create .input:hover,
.popup.calendar_event .input:hover,
.popup.calendar_create .input:focus,
.popup.calendar_event .input:focus {
  border-color: #cccccc;
}
.popup.calendar_create .row.name .placeholder,
.popup.calendar_event .row.name .placeholder,
.popup.calendar_create .row.name .input,
.popup.calendar_event .row.name .input {
  line-height: 35px;
  font-size: 15pt;
  font-weight: bold;
}
.popup.calendar_create .row.name .input.autosize,
.popup.calendar_event .row.name .input.autosize {
  height: 43px;
}
.popup.calendar_create .row.name .placeholder,
.popup.calendar_event .row.name .placeholder {
  left: 3px;
  position: relative;
  top: 5px;
  z-index: 1;
}
.popup.calendar_create .row.description .placeholder,
.popup.calendar_event .row.description .placeholder,
.popup.calendar_create .row.location .placeholder,
.popup.calendar_event .row.location .placeholder,
.popup.calendar_create .row.add_attender .placeholder,
.popup.calendar_event .row.add_attender .placeholder,
.popup.calendar_create .row.description .input,
.popup.calendar_event .row.description .input,
.popup.calendar_create .row.location .input,
.popup.calendar_event .row.location .input,
.popup.calendar_create .row.add_attender .input,
.popup.calendar_event .row.add_attender .input {
  font-size: 10pt;
}
.popup.calendar_create .row.description .input.autosize,
.popup.calendar_event .row.description .input.autosize,
.popup.calendar_create .row.location .input.autosize,
.popup.calendar_event .row.location .input.autosize,
.popup.calendar_create .row.add_attender .input.autosize,
.popup.calendar_event .row.add_attender .input.autosize {
  height: 26px;
}
.popup.calendar_create .row.description .placeholder,
.popup.calendar_event .row.description .placeholder,
.popup.calendar_create .row.location .placeholder,
.popup.calendar_event .row.location .placeholder,
.popup.calendar_create .row.add_attender .placeholder,
.popup.calendar_event .row.add_attender .placeholder {
  left: 3px;
  top: 5px;
}
html.rtl .popup.calendar_create .row.description .placeholder,
html.rtl .popup.calendar_event .row.description .placeholder,
html.rtl .popup.calendar_create .row.location .placeholder,
html.rtl .popup.calendar_event .row.location .placeholder,
html.rtl .popup.calendar_create .row.add_attender .placeholder,
html.rtl .popup.calendar_event .row.add_attender .placeholder {
  left: auto;
  right: 3px;
}
.popup.calendar_getlink .dav_access,
.popup.calendar_getlink .web_access {
  margin-bottom: 16px;
}
.popup.calendar_getlink .dav_access .input,
.popup.calendar_getlink .web_access .input {
  margin-right: 0px;
  width: 260px;
}
.popup.calendar_getlink .dav_access .download {
  color: #7b7b7b;
  display: inline-block;
  float: right;
  height: 20px;
  width: 20px;
}
.popup.calendar_getlink .dav_access .download:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.popup.calendar_getlink .dav_access .download:hover {
  color: #626262;
}
.popup.calendar_getlink .dav_access .download:before {
  content: "\e610";
  display: inline-block;
  font-size: 20px;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
.popup.calendar_getlink .web_access {
  border-top: 1px solid #e2e2e2;
  padding-top: 14px;
}
.popup.calendar_getlink .web_access .row.web_access_switch {
  margin-bottom: 10px;
  text-align: center;
}
.popup.calendar_getlink .web_access label {
  vertical-align: middle;
}
.popup.calendar_share .fieldset.shares_all {
  border-top: 1px solid #e2e2e2;
  margin: 7px 0 0;
  padding-top: 20px;
}
.popup.calendar_share .input {
  margin-right: 7px;
}
html.rtl .popup.calendar_share .input {
  margin-left: 7px;
  margin-right: 0px;
}
.popup.calendar_share .checkbox {
  float: left;
  margin-right: 8px;
  margin-top: 1px;
}
.popup.calendar_share .checkbox .icon {
  border: 1px solid rgba(41, 44, 47, 0.35);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.popup.calendar_share .shares_personal table {
  width: 100%;
}
.popup.calendar_share .shares_personal table td {
  padding: 0 5px 10px 0px;
}
.popup.calendar_share .shares_personal .label {
  white-space: nowrap;
  width: 90px;
}
.popup.calendar_share .shares_personal .input {
  min-width: 100%;
  padding: 0;
}
.popup.calendar_share .input {
  width: 180px;
}
.popup.calendar_share select.input {
  width: 200px;
}
.popup.calendar_share .shares_personal select.input {
  vertical-align: top;
}
.popup.calendar_share .label {
  width: 200px;
}
.popup.calendar_share .placeholder {
  font-size: 11pt;
  top: 4px;
}
.popup.calendar_share .text {
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  display: inline-block;
  margin-right: 20px;
}
html.rtl .popup.calendar_share .text {
  margin-left: 20px;
  margin-right: 0px;
}
.popup.calendar_event .recivedAnim,
.popup.calendar_share .recivedAnim {
  -webkit-animation: highlight 0.5s linear;
  -moz-animation: highlight 0.5s linear;
  animation: highlight 0.5s linear;
}
.popup.calendar_select .popup_heading,
.popup.calendar_event .popup_heading {
  border-radius: 2px;
  display: inline-block;
  float: right;
  margin: -22px 28px 0px 0px;
  max-width: 120px;
  width: auto;
}
html.rtl .popup.calendar_select .popup_heading,
html.rtl .popup.calendar_event .popup_heading {
  float: left;
  margin: -22px 0px 0px 28px;
}
.popup.calendar_select .popup_heading.calendar_selector,
.popup.calendar_event .popup_heading.calendar_selector {
  cursor: pointer;
  position: relative;
}
.popup.calendar_select .popup_heading.calendar_selector .item,
.popup.calendar_event .popup_heading.calendar_selector .item {
  color: #ffffff;
}
.popup.calendar_select .popup_heading.calendar_selector .item:hover,
.popup.calendar_event .popup_heading.calendar_selector .item:hover {
  box-shadow: inset 0px 0px 0px 30px rgba(255, 255, 255, 0.1);
}
.popup.calendar_select .popup_heading .current,
.popup.calendar_event .popup_heading .current {
  display: block;
  overflow: hidden;
  padding-right: 10px;
  white-space: nowrap;
}
.popup.calendar_select .close:before,
.popup.calendar_event .close:before {
  color: #aaaaaa;
}
.popup.calendar_select .additional_buttons,
.popup.calendar_event .additional_buttons {
  margin-top: -5px;
  float: right;
}
html.rtl .popup.calendar_select .additional_buttons,
html.rtl .popup.calendar_event .additional_buttons {
  float: left;
}
.popup.calendar_select .additional_buttons .item,
.popup.calendar_event .additional_buttons .item {
  color: #626262;
  cursor: pointer;
  display: inline-block;
  font-size: 13pt;
  height: 22px;
  line-height: 140%;
  margin-right: 8px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.popup.calendar_select .additional_buttons .item:last-child,
.popup.calendar_event .additional_buttons .item:last-child {
  margin-right: 0px;
}
.popup.calendar_select .additional_buttons .item .text,
.popup.calendar_event .additional_buttons .item .text {
  display: none;
}
.popup.calendar_select .additional_buttons .item .icon,
.popup.calendar_event .additional_buttons .item .icon {
  display: inline-block;
  height: 20px;
  width: 28px;
}
.popup.calendar_select .additional_buttons .item .icon:before,
.popup.calendar_event .additional_buttons .item .icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.popup.calendar_select .additional_buttons .item .icon:before,
.popup.calendar_event .additional_buttons .item .icon:before {
  color: #c2c7cb;
  display: inline-block;
  font-size: 28px;
  height: 100%;
  margin-top: -4px;
  vertical-align: middle;
  width: 100%;
}
.popup.calendar_select .additional_buttons .item .icon:hover:before,
.popup.calendar_event .additional_buttons .item .icon:hover:before {
  color: #8f9295;
}
.popup.calendar_select .additional_buttons .item.readonly,
.popup.calendar_event .additional_buttons .item.readonly {
  cursor: default;
}
.popup.calendar_select .additional_buttons .item.repeat .icon,
.popup.calendar_event .additional_buttons .item.repeat .icon {
  background: url("../../images/sprites.png") no-repeat 40px 40px;
  background-position: -280px -120px;
}
.popup.calendar_select .additional_buttons .item.repeat.selected .icon,
.popup.calendar_event .additional_buttons .item.repeat.selected .icon,
.popup.calendar_select .additional_buttons .item.repeat:hover .icon,
.popup.calendar_event .additional_buttons .item.repeat:hover .icon {
  background-position: -280px -140px;
}
.popup.calendar_select .additional_buttons .item.alarm .icon:before,
.popup.calendar_event .additional_buttons .item.alarm .icon:before {
  content: "\e646";
}
.popup.calendar_select .additional_buttons .item.task .icon:before,
.popup.calendar_event .additional_buttons .item.task .icon:before {
  content: "\e90b";
}
.popup.calendar_select .additional_buttons .item.task.selected .icon:before,
.popup.calendar_event .additional_buttons .item.task.selected .icon:before {
  color: #000;
}
.popup.calendar_select .additional_buttons .item.guests .icon:before,
.popup.calendar_event .additional_buttons .item.guests .icon:before {
  content: "\e644";
}
.popup.calendar_select .additional_buttons .item.guests .arrow,
.popup.calendar_event .additional_buttons .item.guests .arrow {
  background: none;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #f7f7f7;
  border-top: 6px solid transparent;
  display: inline-block;
  height: 0px;
  position: absolute;
  right: -20px;
  top: 4px;
  visibility: hidden;
  width: 0px;
}
.popup.calendar_select .additional_buttons .item.guests.selected .arrow,
.popup.calendar_event .additional_buttons .item.guests.selected .arrow {
  visibility: visible;
}
.popup.calendar_select .additional_buttons .alarm.selected .icon,
.popup.calendar_event .additional_buttons .alarm.selected .icon,
.popup.calendar_select .editable .additional_buttons .alarm:hover .icon,
.popup.calendar_event .editable .additional_buttons .alarm:hover .icon {
  background-position: -320px -140px;
}
.popup.calendar_select .additional_buttons .guests.selected .icon,
.popup.calendar_event .additional_buttons .guests.selected .icon,
.popup.calendar_select .editable .additional_buttons .guests:hover .icon,
.popup.calendar_event .editable .additional_buttons .guests:hover .icon {
  background-position: -360px -140px;
}
.popup.calendar_select .popup_heading {
  float: none;
  max-width: none;
  margin: 5px 0 0 0;
  width: 400px;
}
.popup.calendar_select .fields .label {
  color: #828282;
  width: inherit;
}
.popup.calendar_event .scrollable_field {
  border: 1px solid #ffffff;
  border-radius: 4px;
}
.popup.calendar_event .editable .scrollable_field:hover {
  border-color: #cccccc;
}
.popup.calendar_event .editable .focused .scrollable_field {
  border-color: #93b5e3;
  box-shadow: 0 0 2px 0 #1d67cd;
}
.popup.calendar_event .scrollable_field .input {
  border: 0px;
  border-radius: 0px;
  width: 100%;
}
.popup.calendar_event .scrollable_field span.input {
  display: block;
  max-width: 382px;
}
.popup.calendar_event .name .scrollable_field {
  max-height: 110px;
}
.popup.calendar_event .description .scrollable_field {
  max-height: 150px;
}
.popup.calendar_event .location .scrollable_field {
  max-height: 74px;
}
.popup.calendar_event .repeat {
  position: absolute;
  width: 24px;
}
.popup.calendar_event .repeat:after {
  color: #c2c7cb;
  content: "\e643";
  display: inline-block;
  font-family: "fontawesome";
  font-size: 16px;
  margin-top: -2px;
  margin-left: 4px;
}
.popup.calendar_event .dates {
  margin-left: -1px;
}
.popup.calendar_event .subforms {
  height: 0px;
  position: relative;
}
.popup.calendar_event .subforms .alarm_form,
.popup.calendar_event .subforms .dates_form {
  bottom: 0px;
  color: #828282;
  font-size: 9pt;
  position: absolute;
  right: 0px;
}
html.rtl .popup.calendar_event .subforms .alarm_form,
html.rtl .popup.calendar_event .subforms .dates_form {
  left: 0px;
  right: auto;
}
.popup.calendar_event .subforms .alarm_form .form_content,
.popup.calendar_event .subforms .dates_form .form_content {
  background: #f7f7f7;
  border-radius: 4px;
  clear: both;
  min-width: 200px;
  padding: 12px;
}
.popup.calendar_event .subforms .alarm_form .form_arrow,
.popup.calendar_event .subforms .dates_form .form_arrow {
  border-bottom: 0px solid #f7f7f7;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f7f7f7;
  display: block;
  float: right;
  font-size: 0;
  height: 0;
  margin-right: 8px;
  width: 0;
}
.popup.calendar_event .subforms .alarm_form .form_arrow.arrorw_with_appointmens,
.popup.calendar_event
  .subforms
  .dates_form
  .form_arrow.arrorw_with_appointmens {
  margin-right: 48px;
}
.popup.calendar_event .subforms .alarm_form .custom_selector,
.popup.calendar_event .subforms .dates_form .custom_selector {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.popup.calendar_event .subforms .alarm_form {
  z-index: 1;
}
.popup.calendar_event .subforms .dates_form {
  bottom: 25px;
  left: -42px;
  right: auto;
  top: auto;
  z-index: 2;
}
.popup.calendar_event .subforms .dates_form .form_content {
  background: #fff4cf;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  min-width: 460px;
}
.popup.calendar_event .subforms .dates_form .date {
  border: 1px solid #cccccc;
  cursor: pointer;
  margin-right: 0px;
  padding-right: 23px;
  position: relative;
  vertical-align: middle;
  width: 145px;
  z-index: 3000;
}
html.rtl .popup.calendar_event .subforms .dates_form .date {
  margin-left: 0px;
  padding-right: 6px;
}
.popup.calendar_event .subforms .dates_form .ampm_time .date {
  width: 130px;
}
.popup.calendar_event .subforms .dates_form .time {
  border: 1px solid #cccccc;
  margin-right: 13px;
  vertical-align: middle;
  width: 50px;
}
.popup.calendar_event .subforms .dates_form .ampm_time .time {
  width: 65px;
}
.popup.calendar_event .subforms .dates_form .ui-datepicker-trigger {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px 0 -21px;
  position: relative;
  vertical-align: middle;
  z-index: 3001;
}
html.rtl .popup.calendar_event .subforms .dates_form .ui-datepicker-trigger {
  margin: 0 -21px 0 5px;
}
.popup.calendar_event .subforms .dates_form .allday {
  margin-top: 10px;
}
.popup.calendar_event .subforms .dates_form .form_arrow {
  border-top: 6px solid #fff4cf;
  float: none;
  margin: 0px 0px 0px 95px;
}
.popup.calendar_event .subforms .repeat_panel .input {
  border: 1px solid #cccccc;
}
.popup.calendar_event .subforms .alarm_form .item {
  display: block;
}
.popup.calendar_event .subforms .alarm_form .remove {
  float: right;
}
.popup.calendar_event .popup_panel {
  background: #f7f7f7;
  padding: 0px;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
.popup.calendar_event .panel_wrap {
  background: #ffffff;
  border-radius: 4px;
}
.popup.calendar_event .main_panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 20px;
  width: 100%;
}
.popup.calendar_event .main_panel .icon.repeat {
  background: url("../../images/sprites.png") no-repeat -980px -240px;
  display: block;
  height: 12px;
  left: 6px;
  position: absolute;
  top: 5px;
  width: 16px;
}
.popup.calendar_event .show_left_side_panel {
  background: #fff;
  margin-left: -40px;
  padding-left: 40px;
}
.popup.calendar_event .left_side_panel {
  float: left;
  margin-left: -40px;
  padding-top: 50px;
  padding-left: 20px;
  width: 20px;
  opacity: 0;
  visibility: hidden;
}
.popup.calendar_event .left_side_panel .custom_checkbox.round .icon {
  padding: 5px;
  border-radius: 50%;
}
.popup.calendar_event .left_side_panel .custom_checkbox.round .icon:before {
  margin-left: -2px;
  font-size: 13pt;
}
.popup.calendar_event .show_left_side_panel .left_side_panel {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 300ms ease 300ms;
  -moz-transition: opacity 300ms ease 300ms;
  -o-transition: opacity 300ms ease 300ms;
  transition: opacity 300ms ease 300ms;
}
.popup.calendar_event .show_side_panel {
  margin-right: -240px;
  padding-right: 240px;
}
.popup.calendar_event .side_panel {
  color: #929292;
  float: right;
  margin-right: -240px;
  opacity: 0;
  padding: 20px;
  visibility: hidden;
  width: 200px;
}
.popup.calendar_event .side_panel .button {
  font-size: 9pt;
  margin: 0px;
  padding: 3px 5px 2px;
}
.popup.calendar_event .side_panel .add_attender {
  margin-top: 20px;
}
.popup.calendar_event .side_panel .add_attender .input {
  border: 1px solid #cccccc;
  margin-right: 10px;
  width: 170px;
}
html.rtl .popup.calendar_event .side_panel .add_attender .input {
  margin-left: 10px;
  margin-right: 0px;
}
.popup.calendar_event .side_panel .add_attender .control {
  color: #7b7b7b;
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 20px;
  margin-top: 3px;
  width: 20px;
}
html.rtl .popup.calendar_event .side_panel .add_attender .control {
  float: left;
}
.popup.calendar_event .side_panel .add_attender .control:hover {
  color: #626262;
}
.popup.calendar_event .side_panel .add_attender .control:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.popup.calendar_event .side_panel .add_attender .control:before {
  content: "\e641";
  display: inline-block;
  font-size: 28px;
  height: 100%;
  margin: -4px 0 0 -4px;
  vertical-align: middle;
  width: 100%;
}
.popup.calendar_event .side_panel .owner .value {
  cursor: default;
}
.popup.calendar_event .side_panel .attender {
  margin-bottom: 6px;
}
.popup.calendar_event .side_panel .attender .control {
  color: #7b7b7b;
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 16px;
  margin-left: 10px;
  vertical-align: middle;
  width: 16px;
}
html.rtl .popup.calendar_event .side_panel .attender .control {
  float: left;
  margin-left: 0px;
  margin-right: 10px;
}
.popup.calendar_event .side_panel .attender .control:hover {
  color: #626262;
}
.popup.calendar_event .side_panel .attender .control:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.popup.calendar_event .side_panel .attender .control:before {
  content: "\e645";
  display: inline-block;
  font-size: 22px;
  height: 100%;
  margin: -4px 0 0 -4px;
  vertical-align: middle;
  width: 100%;
}
.popup.calendar_event .side_panel .attender .name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.popup.calendar_event .side_panel .attender .name .text {
  cursor: default;
  display: inline-block;
}
.popup.calendar_event .side_panel .attender .icon {
  display: inline-block;
  height: 12px;
  vertical-align: middle;
  width: 16px;
}
.popup.calendar_event .side_panel .attender .icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.popup.calendar_event .side_panel .attender .icon:before {
  display: inline-block;
  font-size: 14px;
  height: 100%;
  margin: -8px 0 0;
  vertical-align: middle;
  width: 100%;
}
.popup.calendar_event .side_panel .attender.pending .icon:before {
  color: #ef954f;
  content: "\e649";
}
.popup.calendar_event .side_panel .attender.accepted .icon:before {
  color: #0faa30;
  content: "\e61c";
}
.popup.calendar_event .side_panel .attender.declined {
  color: #d0d0d0;
}
.popup.calendar_event .side_panel .attender.declined .icon:before {
  content: "\e648";
}
.popup.calendar_event .side_panel .attender.tentative .icon:before {
  color: #ef954f;
  content: "\e647";
  font-size: 12px;
}
.popup.calendar_event .show_side_panel .side_panel {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 300ms ease 300ms;
  -moz-transition: opacity 300ms ease 300ms;
  -o-transition: opacity 300ms ease 300ms;
  transition: opacity 300ms ease 300ms;
}
.popup.calendar_event .alarms_helper div {
  height: 15px;
}
.calendar_event .label {
  width: inherit;
}
.calendar_event .input {
  width: inherit;
}
.calendar_event .description span.input,
.calendar_event .location span.input {
  white-space: pre-wrap;
}
.fc-show-weekends .fc-sat,
.fc-show-weekends .fc-sun {
  background: #f0f0f0;
}
.fc-non-working-time {
  background: rgba(240, 240, 240, 0.5) !important;
}
.fc-time-grid .timeline {
  border: none !important;
  border-top: 1px solid #88cf50 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  width: 100% !important;
  z-index: 999 !important;
}
.ui-draggable-dragging {
  z-index: 9 !important;
}
.fc-content .fc-title {
  display: -webkit-box;
  line-height: 16px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.fc-content .fc-title .custom_checkbox.round .icon {
  border-radius: 50%;
  background-color: transparent;
  border-color: #fff;
}
.fc-content .fc-title .custom_checkbox.round .icon:before {
  margin-top: 1px;
  color: #fff;
}
.popup.calendar_popup .dates.close {
  display: inline-block;
  height: 16px;
  margin: -10px -7px 0px 0px;
  width: 16px;
}
.popup.calendar_popup .dates.close:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.popup.calendar_popup .dates.close:before {
  color: #000;
  display: inline-block;
  content: "\e63e";
  font-size: 12px;
  height: 100%;
  vertical-align: middle;
  width: 100%;
  margin-top: -3px;
}
.popup.calendar_popup .buttons {
  border-top: 1px solid #e2e2e2;
  margin: 16px 0px 0px;
  padding-top: 20px;
}
.popup.calendar_popup .buttons.without_border_top {
  border-top: 0;
}
.popup.calendar_popup .buttons .button {
  float: left;
  margin-right: 6px;
}
html.rtl .popup.calendar_popup .buttons .button {
  float: right;
  margin-left: 6px;
  margin-right: 0px;
}
.popup.calendar_popup .buttons .colors {
  display: inline-block;
  margin-top: 4px;
}
.popup.calendar_popup .buttons .colors .item {
  display: inline-block;
}
.popup.calendar_select .buttons,
.popup.calendar_event .buttons {
  text-align: left;
}
html.rtl .popup.calendar_select .buttons,
html.rtl .popup.calendar_event .buttons {
  text-align: right;
}
.popup.calendar_select .buttons .button,
.popup.calendar_event .buttons .button {
  float: none;
}
.appointment .buttons {
  display: inline-block;
  margin-top: 7px;
}
.appointment .buttons .button {
  margin-right: 5px;
}
.appointment .buttons .button.selected_button {
  background: #ffffff;
  border: 1px solid #6fa8de;
  color: #4f88be;
  cursor: default;
  text-shadow: none;
}
.appointment .buttons .button.selected_button.disabled {
  color: #808080;
}
.appointment .buttons .button.selected_button.disabled:hover {
  background: #ffffff;
}
.appointment .buttons.animation .button {
  -webkit-transition: opacity 200ms ease, background 200ms ease,
    color 200ms ease;
  -moz-transition: opacity 200ms ease, background 200ms ease, color 200ms ease;
  -o-transition: opacity 200ms ease, background 200ms ease, color 200ms ease;
  transition: opacity 200ms ease, background 200ms ease, color 200ms ease;
}
.appointment .buttons.touched .button {
  opacity: 0.4;
}
.appointment .buttons.touched .button:hover,
.appointment .buttons.touched .button.selected_button {
  opacity: 1;
}
.reset-password-buttons {
  margin-bottom: 0 !important;
  text-align: left;
}
.panel.groups_panel {
  min-width: 200px;
}
.panel.groups_panel .ui-droppable-disabled {
  opacity: 1 !important;
}
.panel.contacts_panel {
  min-width: 200px;
}
.panel.contacts_panel .panel_content {
  margin-right: 0px;
}
.panel.contacts_panel .panel_top .search_block {
  padding-right: 4px;
}
html.rtl .panel.contacts_panel .panel_top .search_block {
  padding-left: 30px;
  padding-right: 0px;
}
.panel.contacts_panel .item .me {
  background: #ff7200;
  border-radius: 10px 10px 10px 10px;
  color: #ffffff;
  float: right;
  padding: 2px 8px;
}
.panel.contacts_panel .item.selected .me {
  color: #ffffff;
}
.panel.contacts_panel .item .key {
  background: #ff7200;
  border-radius: 10px 10px 10px 10px;
  color: #ffffff;
  float: right;
  padding: 2px 8px;
}
.panel.contacts_panel .item .key:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.panel.contacts_panel .item .key:before {
  display: inline-block;
  font-size: 20px;
  height: 26px;
  content: "\e658";
  line-height: 1;
}
.panel.contacts_panel .item .data {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.panel.contacts_panel .item .data .group {
  display: inline-block;
  height: 20px;
  margin-top: -1px;
  vertical-align: bottom;
  width: 20px;
}
.panel.contacts_panel .item .data .group:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.panel.contacts_panel .item .data .group:before {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-size: 20px;
}
.panel.contacts_panel .item .data .group.personal:before {
  content: "\f192";
}
.panel.contacts_panel .item .data .group.shared:before {
  content: "\e629";
}
.panel.contacts_panel .item .data .group.team:before {
  content: "\e619";
}
.panel.contacts_panel .item .data .name {
  display: block;
  font-size: 12pt;
  margin-bottom: 10px;
}
.panel.contacts_panel .item .data .email {
  color: #81bc00;
}
.panel.contacts_panel .item.selected .data .email {
  color: #81bc00;
}
.panel.contacts_panel .item.noname .data .name,
.panel.contacts_panel .item.noemail .data .email {
  color: #3d3d3d;
  font-weight: normal;
  filter: alpha(opacity=30);
}
.panel.contacts_panel .item.selected.noname .data .name,
.panel.contacts_panel .item.selected.noemail .data .email {
  color: #ffffff;
}
.panel.contacts_panel .search_form {
  float: right;
  margin-top: -25px;
}
.panel.contact_viewer {
  min-width: 300px;
}
.panel.contact_viewer .panel_content {
  background: url("../../images/contacts-bg.png") repeat 0 0;
}
.panel.contact_viewer .panel_center {
  overflow: hidden;
}
.panel.contact_viewer .panel_top {
  border-bottom: 0px;
  margin: 0px 20px;
  min-height: 50px;
  overflow: auto;
  padding: 23px 0px;
}
.panel.contact_viewer .panel_bottom {
  background: none;
  border: 0px;
  border-radius: 0px;
  height: auto;
  padding: 0px;
}
.panel.contact_viewer .contact_content {
  height: 100%;
}
.panel.contact_viewer .contact_content .fields_switcher {
  margin: 10px 20px;
  text-align: right;
}
.panel.contact_viewer .contacts_heading {
  font-size: 18pt;
  font-weight: normal;
  margin: 0 0 6px;
  white-space: normal;
}
.panel.contact_viewer .mailto_link {
  color: #3983c8;
  font-size: 10.5pt;
  font-weight: bold;
  text-decoration: none;
}
.panel.contact_viewer .decor {
  border: 1px solid #d9d9d9;
  border-bottom: 0px;
  border-radius: 4px 4px 0px 0px;
  margin: 0px 20px;
  padding-top: 3px;
}
.contact_data_groups {
  color: #626262;
  border: 1px solid #d9d9d9;
  border-radius: 0px 0px 4px 4px;
  border-top: 0px;
  margin: 0px 20px;
  min-height: 100px;
}
.contact_data_groups .fields {
  padding: 12px 20px 1px;
}
.contact_data_groups .subheading,
.contact_data_groups .row {
  margin-top: 0px;
  margin-bottom: 22px;
  padding: 0px;
  overflow: hidden;
}
.contact_data_groups .subheading {
  font-size: 10.5pt;
}
.contact_data_groups.edit .label {
  width: 25%;
}
.contact_data_groups.edit .value {
  width: 75%;
}
.contact_data_groups .address {
  margin-bottom: 12px;
}
.contact_data_groups .address .row {
  clear: none;
  margin-bottom: 5px;
}
.contact_data_groups .address .row:after {
  display: none;
}
.contact_data_groups .address .label {
  height: 0px;
  overflow: hidden;
  text-indent: 20px;
  width: 20px;
}
.contact_data_groups .address .label.address {
  float: left;
  height: 20px;
  margin-right: -20px;
  overflow: hidden;
  text-indent: 0px;
  vertical-align: middle;
  width: 20px;
  word-wrap: normal;
}
.contact_data_groups .address .label.address:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contact_data_groups .address .label.address:before {
  content: "\e662";
  font-size: 20px;
  margin-right: 20px;
}
.contact_data_groups .address .label.address:before html.rtl {
  margin-left: 20px;
  margin-right: 0px;
}
.contact_data_groups .mobile .label,
.contact_data_groups .phone .label,
.contact_data_groups .fax .label {
  height: 20px;
  overflow: hidden;
  text-indent: 0px;
  vertical-align: middle;
  width: 20px;
}
.contact_data_groups .mobile .label:before,
.contact_data_groups .phone .label:before,
.contact_data_groups .fax .label:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contact_data_groups .mobile .label:before,
.contact_data_groups .phone .label:before,
.contact_data_groups .fax .label:before {
  content: "\e663";
  font-size: 20px;
  margin-right: 20px;
}
.contact_data_groups .mobile .label:before html.rtl,
.contact_data_groups .phone .label:before html.rtl,
.contact_data_groups .fax .label:before html.rtl {
  margin-left: 20px;
  margin-right: 0px;
}
.contact_data_groups .mobile .label .text,
.contact_data_groups .phone .label .text,
.contact_data_groups .fax .label .text {
  display: none;
}
.contact_data_groups .link.call {
  margin-left: 10px;
}
html.rtl .contact_data_groups .link.call {
  margin-left: 0px;
  margin-right: 10px;
}
.popup.contact_create_popup {
  color: #626262;
}
.popup.contact_create_popup .fields .row {
  margin-bottom: 10px;
  margin-top: 0px;
  padding: 0px;
}
.popup.contact_create_popup .link {
  text-align: right;
  display: block;
}
.groups_panel .title .icon:before {
  content: "\f2c2";
}
.groups_panel .title .icon.type1:before {
  content: "\f007";
}
.groups_panel .title .icon.type2:before {
  content: "\f0c0";
}
.groups_panel .title .icon.type3:before {
  content: "\f1e0";
}
.groups_panel .title .icon.type4:before {
  content: "\f0c0";
}
.contact_card .dropdown_content {
  background: #ffffff;
  border: 0px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  display: block;
  margin: -4px 0px 0px -10px;
  min-width: 360px;
  padding: 16px 18px;
}
.contact_card .dropdown_content_mail {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  padding: 16px 0 16px 18px;
}
.contact_card .dropdown_content_mail .scroll-inner {
  padding-right: 18px;
}
.contact_card .dropdown_content_mail .buttons {
  margin: 0px 0 0px -18px;
}
.contact_card .dropdown_arrow {
  display: none;
}
.contact_card .buttons {
  border-top: 1px solid #eee;
  float: none;
  margin: 0px -18px;
  padding: 10px 18px 0px 18px;
  text-align: right;
}
.contact_card .buttons_position {
  padding-top: 16px;
}
.contact_card .buttons .link {
  display: inline-block;
  font-size: 9pt;
  margin-right: 10px;
}
.contact_card .buttons .link:first-child {
  float: left;
}
.contact_card .buttons .link:last-child {
  margin-right: 0px;
}
.contact_card .fields {
  margin: 0px;
}
.contact_card .fields .fieldset {
  margin: 0 0 16px;
}
.contact_card .fields .row {
  margin: 0 0 8px;
  clear: both;
}
.contact_card .fields .row:after {
  clear: both;
  display: block;
  content: ".";
  height: 0;
  visibility: hidden;
}
* html > body .contact_card .fields .row {
  width: 100%;
  display: block;
}
* html .contact_card .fields .row {
  height: 1%;
}
.contact_card .fields .label {
  float: left;
  padding: 0 10px 0 0;
  white-space: normal;
  width: 120px;
}
html.rtl .contact_card .fields .label {
  float: right;
}
.contact_card .fields .label:after {
  content: ":";
}
.contact_card .fields .value {
  display: block;
  overflow: hidden;
}
.contact_card .fields h2 {
  font-size: 10pt;
}
.contact_card .link.call {
  margin-left: 4px;
}
.contact_card .groups .row {
  font-size: 9pt;
}
.ContactsLayout .panel_top .buttons {
  float: right;
  margin: 0;
}
.ContactsLayout .panel_top .buttons .button {
  margin-right: 5px;
}
.ContactsLayout .panel_top .buttons .button:last-child {
  margin-right: 0;
}
.ContactsLayout .panel_top .buttons .button.clear_button {
  background: transparent;
  border: none;
  color: #7f7f7f;
  text-shadow: none;
  padding: 5px 7px;
}
.ContactsLayout .panel_center .buttons {
  margin: 0px;
  position: relative;
  z-index: 1;
}
.ContactsLayout .panel_center .buttons .button {
  margin: 20px 40px 0px 0px;
  position: absolute;
  right: 0px;
  top: 0px;
}
html.rtl .ContactsLayout .panel_center .buttons .button {
  left: 0px;
  margin-right: 0px;
  margin-left: 40px;
  right: auto;
}
.ContactsLayout .panel_bottom .buttons {
  border-top: 1px solid #d9d9d9;
  margin: 0px 20px;
  padding: 20px 0px;
  text-align: right;
}
html.rtl .ContactsLayout .panel_bottom .buttons {
  text-align: left;
}
.ContactsLayout .import .contact_data_groups .buttons {
  margin-top: 0px;
  text-align: left;
}
.secure-image {
  border-radius: 5px;
  display: block;
  float: right;
  height: 24px;
  width: 24px;
  margin-right: 25px;
  margin-top: -90px;
  overflow: hidden;
  position: relative;
  background: #555;
  color: #fff;
}
.secure-image:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.secure-image:before {
  display: inline-block;
  font-size: 24px;
  height: 100%;
  width: 100%;
  content: "\e90a";
}
.confirm-file-list {
  overflow-y: auto;
  max-height: 400px;
}
.panels.settings
  .panel.navigation_panel
  .item.paranoid-encryption
  .icon:before {
  content: "\e90a";
}
.panels.settings .keys .buttons {
  margin: 0px !important;
  text-align: left;
}
.panels.settings .hint.yellow-warning {
  background: #f9f4d0;
  border: 1px solid #d4ccb8;
  border-radius: 2px;
  text-shadow: none;
  color: #333;
}
.storages_panel .title .icon.typeencrypted:before {
  content: "\e90a";
}
.login_panel .social div.dropbox {
  background-color: #1087dd;
  background-image: url("../../images/modules/DropboxAuthWebclient/icon.png");
  background-position: 10px;
  border: 1px solid #0367b2;
}
.login_panel .social div.dropbox:hover {
  background-color: #087cd1;
}
.login_panel .social div.dropbox .border {
  background-color: #0367b2;
}
.panels.settings .panel.navigation_panel .item.dropbox .icon:before {
  content: "\e917";
}
html {
  background: transparent;
}
.ExternalClientsLoginFormWebclient {
  background: transparent;
}
.ExternalClientsLoginFormWebclient .login_panel {
  width: 100%;
}
.ExternalClientsLoginFormWebclient .login_panel .info {
  color: #000 !important;
}
.login_panel .social div.facebook {
  background-color: #466099;
  background-image: url("../../images/modules/FacebookAuthWebclient/icon.png");
  background-position: 14px;
  border: 1px solid #2c3b5c;
}
.login_panel .social div.facebook:hover {
  background-color: #334b7f;
}
.login_panel .social div.facebook .border {
  background-color: #2c3b5c;
}
.panels.settings .panel.navigation_panel .item.facebook .icon:before {
  content: "\e919";
}
.files-list.items_sub_list {
  float: left;
  width: 100%;
  padding: 0px !important;
}
.files-list.items_sub_list .item {
  cursor: default !important;
  display: block !important;
  height: auto !important;
  max-height: none !important;
  max-width: none !important;
  width: 100% !important;
  margin: 0px !important;
  padding: 0px;
  text-align: left !important;
}
.files-list.items_sub_list .item .image {
  display: inline-block;
  float: left;
  margin: 1px 8px 0px 0px;
  height: 32px;
  width: 32px;
  line-height: 32px;
}
.files-list.items_sub_list .item .image img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.files-list.items_sub_list .item .image .icon {
  vertical-align: middle;
}
.files-list.items_sub_list .item .name {
  margin-top: 8px;
}
.files-list.items_sub_list .item.folder2 .icon {
  background: url("../../images/sprites.png");
  background-position: -440px -360px;
  display: inline-block;
  height: 30px;
  width: 35px;
}
.file-preview {
  /*	float: right;
	background: grey;
	padding: 40px;*/
  flex-grow: 1;
  width: 380px;
  border-left: 1px solid #eee;
}
.file-preview .panel_top {
  background: none !important;
  border-bottom: 0px;
  padding: 0px;
  user-select: initial;
  text-align: center;
  margin: 30px;
  font-size: 18px;
  white-space: normal;
  /* Careful, this breaks the word wherever it is without a hyphen */
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* Adds a hyphen where the word breaks */
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.view_iframe img {
  max-height: 200px;
  max-width: 320px;
}
.shared-image-table {
  border-radius: 5px;
  display: inline-block;
  height: 18px;
  width: 18px;
  overflow: hidden;
  position: relative;
  background: #64aedc;
  color: #fff;
  line-height: 18px;
}
.shared-image-table:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shared-image-table:before {
  display: inline-block;
  font-size: 18px;
  height: 100%;
  width: 100%;
  content: "\e912";
}
.icons-container {
  margin-left: 10px;
}
.secure-image-table {
  border-radius: 5px;
  display: inline-block;
  height: 18px;
  width: 18px;
  overflow: hidden;
  position: relative;
  background: #555;
  color: #fff;
  line-height: 18px;
}
.secure-image-table:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.secure-image-table:before {
  display: inline-block;
  font-size: 18px;
  height: 100%;
  width: 100%;
  content: "\e90a";
}
.no-public
  .panel.files
  .items_list
  .item.published
  .icons-container
  .published_icon {
  margin: 0;
  float: none;
  display: inline-block;
  border-radius: 5px;
  line-height: 18px;
}
.no-public
  .panel.files
  .items_list
  .item.published
  .icons-container
  .published_icon:before {
  display: inline-block;
  height: 18px;
}
.storages_panel {
  min-width: 200px;
  width: 200px;
}
.storages_panel .title .icon.typepersonal:before {
  content: "\f192";
}
.storages_panel .title .icon.typecorporate:before {
  content: "\f0c0";
}
.storages_panel .title .icon.typeshared:before {
  content: "\e912";
}
.storages_panel .panel_bottom {
  background: none;
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  min-height: 24px;
}
.panel.files {
  position: relative;
  min-width: 340px;
}
.public .panel.files {
  width: 100%;
}
.panel.files .uploader_mask {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 250ms ease 0s;
  -moz-transition: opacity 250ms ease 0s;
  -o-transition: opacity 250ms ease 0s;
  transition: opacity 250ms ease 0s;
  color: #d3b910;
  background: #fffdd6;
  font-size: 18pt;
  height: 100%;
  opacity: 0;
  padding: 11px;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}
.panel.files .uploader_mask.active {
  opacity: 0.5;
  visibility: visible;
}
.panel.files .uploader_mask .inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px dashed #e2da36;
  border-radius: 5px;
  height: 100%;
}
.panel.files .toolbar .search_block {
  float: right;
  padding-right: 0;
  width: 200px;
}
html.rtl .panel.files .toolbar .search_block {
  float: left;
  padding-left: 0;
}
.panel.files .pathway {
  background: #ffffff;
  border-bottom: 1px solid #d5d5d5;
  padding: 6px 10px 6px 30px;
}
html.rtl .panel.files .pathway {
  padding-left: 10px;
  padding-right: 30px;
}
.panel.files .pathway a,
.panel.files .pathway b {
  display: inline-block;
  font-size: 10pt;
  height: 1em;
  line-height: 100%;
  padding: 2px 4px;
  vertical-align: text-top;
}
.panel.files .items_list .items_sub_list {
  font-size: 0px;
  padding: 10px;
}
.panel.files .items_list .item {
  background: none;
  cursor: pointer;
  display: inline-block;
  font-size: 9pt;
  height: 180px;
  margin: 0px 16px 20px 0px;
  max-height: 166px;
  max-width: 160px;
  opacity: 1;
  overflow: visible;
  vertical-align: top;
  white-space: normal;
}
html.rtl .panel.files .items_list .item {
  margin-left: 4px;
  margin-right: 0px;
}
.panel.files .items_list .item.helper {
  margin-bottom: 0px;
  height: 0px;
  visibility: hidden;
}
.panel.files .items_list .item.deleted {
  max-height: 160px !important;
  max-width: 0px !important;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: -webkit-transform 500ms ease 0s, opacity 500ms ease 0s,
    max-width 250ms ease 250ms;
  -moz-transition: transform 500ms ease 0s, opacity 500ms ease 0s,
    max-width 250ms ease 250ms;
  transition: transform 500ms ease 0s, opacity 500ms ease 0s,
    max-width 250ms ease 250ms;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.panel.files .items_list .item.incomplete {
  opacity: 0.5;
}
.panel.files .items_list .item.incomplete .cancel {
  display: block;
}
.panel.files .items_list .item.selected.folder .item_content,
.panel.files .items_list .item.checked.folder .item_content,
.panel.files .items_list .item.selected .item_content,
.panel.files .items_list .item.checked .item_content {
  background: #ebf7cb;
}
.no-public .panel.files .items_list .item.published .published_icon {
  background: #64aedc;
  border-radius: 2px;
  color: #ffffff;
  display: block;
  float: right;
  font-size: 14px;
  height: 18px;
  line-height: 16px;
  margin-right: 30px;
  margin-top: -35px;
  overflow: hidden;
  position: relative;
  width: 18px;
  text-align: center;
}
.no-public .panel.files .items_list .item.published .published_icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.no-public .panel.files .items_list .item.published .published_icon:before {
  content: "\e65c";
  vertical-align: middle;
}
.no-public .panel.files .items_list .item.published .published_icon.with_thumb {
  margin-right: -5px;
  margin-top: -15px;
}
.no-public .panel.files .items_list .item.published .published_icon:hover {
  background-color: #328dc5;
}
.panel.files .items_list .item.aslink .item_content {
  border: 1px dashed #c0c0c0;
  padding: 8px 8px 6px;
}
.panel.files .items_list .item .cancel {
  background: #e84d49;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  float: right;
  font-size: 12px;
  height: 14px;
  margin-left: -14px;
  margin-top: 5px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 14px;
  z-index: 2;
}
.panel.files .items_list .item .cancel:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.panel.files .items_list .item .cancel:before {
  content: "\e63e";
}
.panel.files .items_list .item .header {
  background: transparent;
  border-radius: 5px 5px 0px 0px;
  color: #626262;
  display: none;
  font-size: 8pt;
  height: 24px;
  line-height: 120%;
  margin: 1px 1px -31px;
  overflow: hidden;
  padding: 4px 4px 2px;
  position: relative;
  text-align: center;
  white-space: normal;
  z-index: 1;
}
.panel.files .items_list .item .title {
  font-size: 9pt;
}
.panel.files .items_list .item .controls {
  display: none;
  float: none;
  font-size: 8pt;
  height: 20px;
  margin: -22px 0px 0px;
  padding-top: 2px;
}
.panel.files .items_list .item:hover .header {
  background: white;
}
.panel.files .items_list .item.selected .header,
.panel.files .items_list .item.checked .header,
.panel.files .items_list .item.selected:hover .header,
.panel.files .items_list .item.checked:hover .header {
  background: #ebf7cb;
}
.panel.files .items_list .item:hover .header,
.panel.files .items_list .item.selected .header,
.panel.files .items_list .item.checked .header {
  opacity: 0.9;
}
.panel.files .items_list .item:hover .header,
.panel.files .items_list .item.selected .header,
.panel.files .items_list .item.checked .header,
.panel.files .items_list .item:hover .controls,
.panel.files .items_list .item.selected .controls,
.panel.files .items_list .item.checked .controls {
  display: block;
}
.panel.files .items_list .item:hover .name,
.panel.files .items_list .item.selected .name,
.panel.files .items_list .item.checked .name,
.panel.files .items_list .item:hover .ext,
.panel.files .items_list .item.selected .ext,
.panel.files .items_list .item.checked .ext {
  color: #3d3d3d;
}
.panel.files .items_list .item:hover .size,
.panel.files .items_list .item.selected .size,
.panel.files .items_list .item.checked .size {
  color: #929292;
}
.panel.files .items_list .item.folder {
  height: 139px;
  text-align: center;
  width: 136px;
}
.panel.files .items_list .item.folder .item_content {
  background: initial;
  border: 0px;
  border-radius: 3px;
  box-shadow: none;
  display: block;
  margin-bottom: 6px;
  padding: 8px 8px 6px;
}
.panel.files .items_list .item.folder:hover .item_content,
.panel.files .items_list .item.folder.selected .item_content,
.panel.files .items_list .item.folder.checked .item_content {
  border: 1px solid #c9c9c9;
  padding: 7px 7px 6px;
}
.panel.files .items_list .item.folder .image {
  border-bottom: 0px;
  min-height: 91px;
}
.panel.files .items_list .item.folder .icon {
  background: url("../../images/sprites.png");
  background-position: -440px -360px;
  display: inline-block;
  height: 30px;
  width: 35px;
}
.panel.files .items_list .item.folder .name {
  display: block;
  height: 2.5em;
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
  -ms-word-break: break-all;
}
.panel.files .items_list .large .folder .icon {
  background-position: -880px -400px;
  height: 65px;
  width: 66px;
}
.cssanimations .panel.files .items_list .item .item_content.recivedAnim {
  border-radius: 4px;
  -webkit-animation: highlight 0.5s linear;
  -moz-animation: highlight 0.5s linear;
  animation: highlight 0.5s linear;
}
.panel.files .items_list .item > .mask {
  border-radius: 3px;
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.panel.files .dragover .items_list .item > .mask {
  display: block;
}
.panel.files .item .droppableHover,
.panel.storages_panel .item .droppableHover,
.panel.files .panel_top .droppableHover {
  text-shadow: 0px 1px 0px #ffffff !important;
  background: #dcd9d1 !important;
  color: #626262 !important;
}
.popup.files .popup_panel {
  height: 400px;
  max-width: 100%;
  padding-bottom: 62px;
  width: 840px;
}
.popup.files .popup_panel .panels {
  border: 1px solid #cccccc;
  border-radius: 5px;
  overflow: hidden;
}
.popup.files .popup_panel .panels .panel {
  padding: 0px;
}
.popup.files .popup_panel .panels .panel.storages_panel {
  width: 25%;
}
.popup.files
  .popup_panel
  .panels
  .panel.storages_panel
  .items_list
  .item
  .title
  .name {
  mask: url(../../images/filters.svg#masking);
  -webkit-mask: url(../../images/mask.png) repeat-y top right;
  -o-mask: url(../../images/mask.png?) repeat-y top right;
  -ms-mask: url(../../images/mask.png) repeat-y top right;
}
html.rtl
  .popup.files
  .popup_panel
  .panels
  .panel.storages_panel
  .items_list
  .item
  .title
  .name {
  mask: url(../../images/filters.svg#masking_rtl);
  -webkit-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -o-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -ms-mask: url(../../images/mask_rtl.png) repeat-y top left;
}
.popup.files
  .popup_panel
  .panels
  .panel.storages_panel
  .items_list
  .item.selected
  .title
  .name {
  mask: url(../../images/filters.svg#masking);
  -webkit-mask: url(../../images/mask.png) repeat-y top right;
  -o-mask: url(../../images/mask.png?) repeat-y top right;
  -ms-mask: url(../../images/mask.png) repeat-y top right;
}
html.rtl
  .popup.files
  .popup_panel
  .panels
  .panel.storages_panel
  .items_list
  .item.selected
  .title
  .name {
  mask: url(../../images/filters.svg#masking_rtl);
  -webkit-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -o-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -ms-mask: url(../../images/mask_rtl.png) repeat-y top left;
}
.popup.files .popup_panel .panels .panel.files {
  width: 75%;
}
.popup.files_create_link .popup_panel {
  max-width: 450px;
}
.popup.files_create_link .popup_panel .image {
  border-bottom: 0;
}
.popup.files .popup_panel .image {
  border-bottom: 0;
}
.FileViewerWebclientPlugin .mask {
  opacity: 0.7 !important;
}
.FileViewerWebclientPlugin .popup_panel {
  background: none;
  border-radius: 0px;
  box-shadow: none;
  height: 80%;
  width: 80%;
  max-width: 80%;
  padding: 30px 110px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.FileViewerWebclientPlugin .owl-carousel {
  height: 100%;
  padding-top: 1px;
}
.FileViewerWebclientPlugin .owl-carousel .owl-item {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.FileViewerWebclientPlugin .owl-carousel .owl-item .item-image {
  max-height: 100%;
  height: 100%;
  overflow: hidden;
}
.FileViewerWebclientPlugin .owl-carousel .owl-item .item-image div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.FileViewerWebclientPlugin .owl-carousel .owl-item .item-video {
  height: 100%;
}
.FileViewerWebclientPlugin .owl-carousel .owl-item img {
  display: inline;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.FileViewerWebclientPlugin .owl-carousel .owl-item .title {
  color: #fff;
  padding-bottom: 10px;
  font-size: 14pt;
  overflow: hidden;
  white-space: normal;
  /* Careful, this breaks the word wherever it is without a hyphen */
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* Adds a hyphen where the word breaks */
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.FileViewerWebclientPlugin .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin: 0px;
  margin-top: -40px;
  text-align: left;
}
.FileViewerWebclientPlugin .owl-carousel .owl-nav .owl-prev,
.FileViewerWebclientPlugin .owl-carousel .owl-nav .owl-next {
  overflow: hidden;
}
.FileViewerWebclientPlugin .owl-carousel .owl-nav .owl-prev:before,
.FileViewerWebclientPlugin .owl-carousel .owl-nav .owl-next:before {
  font-family: "fontawesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.FileViewerWebclientPlugin .owl-carousel .owl-nav .owl-prev:before,
.FileViewerWebclientPlugin .owl-carousel .owl-nav .owl-next:before {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 96px;
}
.FileViewerWebclientPlugin .owl-carousel .owl-nav .owl-prev.disabled,
.FileViewerWebclientPlugin .owl-carousel .owl-nav .owl-next.disabled {
  display: none;
}
.FileViewerWebclientPlugin .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -110px;
}
.FileViewerWebclientPlugin .owl-carousel .owl-nav .owl-prev:before {
  content: "\e671";
  text-indent: -8px;
}
.FileViewerWebclientPlugin .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -110px;
}
.FileViewerWebclientPlugin .owl-carousel .owl-nav .owl-next:before {
  content: "\e670";
  text-indent: -5px;
}
.FileViewerWebclientPlugin .owl-carousel .owl-dots {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.FileViewerWebclientPlugin .owl-stage-outer {
  height: 100%;
}
.FileViewerWebclientPlugin .owl-stage {
  height: 100%;
}
.login_panel .social div.google {
  background-color: #e0523a;
  background-image: url("../../images/modules/GoogleAuthWebclient/icon.png");
  background-position: 6px;
  background-size: 28px;
  border: 1px solid #89241c;
}
.login_panel .social div.google:hover {
  background-color: #cf3f27;
}
.login_panel .social div.google .border {
  background-color: #89241c;
}
.plugin_external_services.popup.google {
  z-index: 1000;
}
.panels.settings .panel.navigation_panel .item.google .icon:before {
  content: "\e918";
}
.import_export .popup_panel {
  background: #f1f1f1
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACtJREFUeNo0iIEJACAAwlT8/1GPMAsaKGNMYpskAOPRdq9tWbrifpaOAAMAMvEO3ANCJPYAAAAASUVORK5CYII=")
    repeat 0 0;
}
.import_export .popup_panel .buttons .button {
  vertical-align: middle;
}
.LicensingWebclient textarea {
  min-height: 140px;
}
.LoginLayout {
  height: auto !important;
  min-height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: url("images/mail-login-bg.jpg");
  background-size: cover;
}
html.mobile .LoginLayout {
  background:#e6e9ed;
}
.LoginLayout .vhelper {
  display: inline-block;
  display: none;
  height: 100%;
  vertical-align: middle;
  width: 0px;
}
.LoginLayout.with_bottom_text {
  position: relative;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.LoginLayout.with_bottom_text .bottom_description {
  position: absolute;
  left: 0px;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.LoginLayout.with_bottom_text .bottom_description a {
  color: inherit;
  text-decoration: underline;
}
.login_panel {
      -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #fff !important;
    display: inline-block !important;
    font-size: 9pt !important;
}
.login_panel .description {
  color: #fff !important;
}
.login_panel .welcome {
  color: #68483d !important;
}
.login_panel .description {
  color: #fff !important;
}
.login_panel .welcome {
  color: #68483d !important;
}
.login_panel .description {
  color: #fff !important;
}
.login_panel .description a {
  color: #fff !important;
}
.login_panel .welcome {
  z-index: 12345;
  color: #68483d !important;
}
.login_panel .bottom_description {
  color: #92ebef !important;
  z-index: 12345;
}
.login_panel .description {
  color: #fff !important;
}
.login_panel .description a {
  color: #fff !important;
}
.login_panel .welcome {
  z-index: 12345;
  color: #68483d !important;
}
.login_panel .bottom_description {
  color: #92ebef !important;
  z-index: 12345;
}
.login_panel .header {
  height: 95px;
  margin-bottom: 30px;
}
.login_panel .header.custom_logo {
  background: none;
  height: auto;
}
.login_panel .header .icon {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.login_panel .header .text {
  display: block;
  margin-top: 10px;
}
.login_panel .header .icon {
  height: 95px;
  width: 130px;
}
.login_panel .header .icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.login_panel .header .icon:before {
  color: #25aeb8;
  text-shadow: 0 1px 0 #ffffff, 0 -1px 0 #1c868e, -1px -1px #219aa3;
  content: "\e63c";
  display: inline-block;
  font-size: 140px;
  height: 100%;
  margin-top: -20px;
  vertical-align: middle;
  width: 100%;
}
.login_panel .header .icon {
  height: 95px;
  width: 130px;
}
.login_panel .header .icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.login_panel .header .icon:before {
  color: #25aeb8;
  text-shadow: 0 1px 0 #ffffff, 0 -1px 0 #1c868e, -1px -1px #219aa3;
  content: "\e63c";
  display: inline-block;
  font-size: 140px;
  height: 100%;
  margin-top: -20px;
  vertical-align: middle;
  width: 100%;
}
.login_panel .header .icon {
  height: 95px;
  width: 130px;
}
.login_panel .header .icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.login_panel .header .icon:before {
  color: #25aeb8;
  text-shadow: 0 1px 0 #ffffff, 0 -1px 0 #1c868e, -1px -1px #219aa3;
  content: "\e63c";
  display: inline-block;
  font-size: 140px;
  height: 100%;
  margin-top: -20px;
  vertical-align: middle;
  width: 100%;
}
.login_panel .header .icon {
  height: 95px;
  width: 130px;
}
.login_panel .header .icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.login_panel .header .icon:before {
  color: #25aeb8;
  text-shadow: 0 1px 0 #ffffff, 0 -1px 0 #1c868e, -1px -1px #219aa3;
  content: "\e63c";
  display: inline-block;
  font-size: 140px;
  height: 100%;
  margin-top: -20px;
  vertical-align: middle;
  width: 100%;
}
.login_panel .welcome {
  margin-bottom: 20px;
  font-size: 14px;
}
.login_panel .welcome .name {
  font-style: italic;
  font-size: 17px;
  color: #6d5454;
}
.login_panel .login_panel_content {
  -webkit-perspective: 4000px;
  -moz-perspective: 4000px;
  -o-perspective: 4000px;
  perspective: 4000px;
  position: relative;
}
.login_panel .login_panel_content .col {
  -webkit-perspective: 4000px;
  -moz-perspective: 4000px;
  -o-perspective: 4000px;
  perspective: 4000px;
}
.login_panel .login_panel_content .col.left {
  margin-right: 276px;
  padding-right: 20px;
  text-align: center;
}
.login_panel .login_panel_content .col.right {
  position: absolute;
  right: 0px;
  width: 276px;
}
.login_panel .login_panel_content .content {
  box-shadow: 0px 0px 0px #ffffff;
  float: left;
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: -webkit-transform 600ms ease-in-out,
    opacity 120ms linear 240ms, visibility 1ms linear 300ms,
    margin-top 0ms linear 300ms;
  -moz-transition: -moz-transform 600ms ease-in-out, opacity 120ms linear 240ms,
    visibility 1ms linear 300ms, margin-top 0ms linear 300ms;
  transition: transform 600ms ease-in-out, opacity 120ms linear 240ms,
    visibility 1ms linear 300ms, margin-top 0ms linear 290ms;
}
.login_panel .login_panel_content .content.register,
.login_panel .login_panel_content .content.changepass,
.login_panel .login_panel_content .content.social_register {
  left: 50%;
  margin-left: -130px;
  position: relative;
  width: 260px;
}
.login_panel .login_panel_content .content.send_question {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.login_panel .login_panel_content .content.send_question .question {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  box-shadow: 0 1px 1px #dddddd inset;
  color: #000000;
  font-size: 11pt;
  height: 214px;
  padding: 6px 8px;
  resize: none;
  width: 100%;
}
.login_panel .login_panel_content .content.forgot .row {
  border-radius: 4px !important;
}
.login_panel .login_panel_content .content.register,
.login_panel .login_panel_content .content.changepass,
.login_panel .login_panel_content .content.social_register {
  text-align: center;
}
.login_panel .login_panel_content .content.social_register .question_title,
.login_panel .login_panel_content .content.send_question .question_title {
  color: #929292;
  display: block;
  font-size: 11pt;
}
.login_panel .login_panel_content .content.forgot,
.login_panel .login_panel_content .content.changepass,
.login_panel .login_panel_content .content.register,
.login_panel .login_panel_content .content.signin,
.login_panel .login_panel_content .content.activation,
.login_panel .login_panel_content .content.changepass,
.login_panel .login_panel_content .content.social_register {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  margin-top: -100000px;
  opacity: 0;
  visibility: hidden;
}
.login_panel .login_panel_content .content.activation {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  font-size: 12pt;
  text-shadow: 0px 1px 0px #f3f3f3;
  white-space: normal;
  width: 240px;
}
.login_panel.flipForgot .content.login,
.login_panel.flipChangepass .content.send_question,
.login_panel.flipRegister .content.login,
.login_panel.flipRegister .content.send_question,
.login_panel.flipRegister.flipForgot .content.forgot,
.login_panel.flipSignin .content.login,
.login_panel.flipSocialRegister .content.login,
.login_panel.flipSocialRegister .content.send_question,
.login_panel.flipActivation .content.login,
.login_panel.flipChangepass .content.login {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  margin-top: -100000px;
  opacity: 0;
  visibility: hidden;
}
.login_panel.flipForgot .content.forgot,
.login_panel.flipChangepass .content.changepass,
.login_panel.flipRegister .content.register,
.login_panel.flipSignin .content.signin,
.login_panel.flipSocialRegister .content.social_register {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}
.login_panel.flipActivation .content.activation {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}
.login_panel .description {
  color: #929292;
  margin-top: 20px;
}
.login_panel .social_description {
  background: #d7dcdf;
  border: 1px solid #c7cccf;
  border-radius: 4px;
  color: #464646;
  margin: 20px;
  margin-left: -85px;
  padding: 10px;
  width: 400px;
}
.login_panel .row {
  background: #ffffff;
  border: 1px solid #cac7c7;
  margin: -1px 0px 0px;
  padding: 10px;
  padding-left: 30px;
  text-align: right;
  white-space: nowrap;
}
html.rtl .login_panel .row {
  padding-left: 10px;
  padding-right: 30px;
}
html.rtl .login_panel .row.buttons {
  padding-left: 0px;
  padding-right: 0px;
}
.login_panel .row.focused {
  background: #fff3ce;
  border-color: #cfbf8e;
  position: relative;
}
.login_panel .row.shake {
  -webkit-animation: shake 0.8s linear;
  -moz-animation: shake 0.8s linear;
  animation: shake 0.8s linear;
}
.login_panel .row:first-child {
  border-radius: 4px 4px 0px 0px;
  box-shadow: 0 1px 1px #dddddd inset;
}
.login_panel .row:last-child {
  border-radius: 0px 0px 4px 4px;
  border-width: 1px;
}
.login_panel .row .value {
  vertical-align: middle;
}
.login_panel .row .value.suffix {
  margin-left: 16px;
}
.login_panel .row .value.suffix .text {
  color: #777777;
  font: 12pt Helvetica, Tahoma, Arial, sans-serif;
}
.login_panel .row .placeholder {
  display: inline-block;
  cursor: text;
  float: none;
  font-size: 12pt;
  height: 20px;
  margin-left: -20px;
  position: relative;
  text-indent: 0px;
  vertical-align: middle;
  width: 20px;
  zoom: 1;
}
html.rtl .login_panel .row .placeholder {
  margin-left: 0px;
  margin-right: -20px;
}
.login_panel .row .placeholder:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.login_panel .row .placeholder:before {
  color: #d5d4d2;
  display: inline-block;
  font-size: 22px;
  height: 20px;
  margin-right: 4px;
  margin-top: -6px;
  vertical-align: middle;
  width: 20px;
}
html.rtl .login_panel .row .placeholder:before {
  margin-left: 4px;
  margin-right: 0px;
}
.login_panel .row.filled .placeholder:before,
.login_panel .row.focused .placeholder:before {
  color: #cbc9c6;
}
.login_panel .row.email > .placeholder:before {
  content: "\e627";
}
.login_panel .row.password > .placeholder:before {
  content: "\e625";
}
.login_panel .row.name > .placeholder:before,
.login_panel .row.login > .placeholder:before {
  content: "\e626";
}
.login_panel .row.question,
.login_panel .row.answer {
  padding-left: 10px;
}
.login_panel .row.question html.rtl,
.login_panel .row.answer html.rtl {
  padding-right: 10px;
}
.login_panel .row.question .placeholder,
.login_panel .row.answer .placeholder {
  width: 0px;
}
.login_panel .row .input {
  background: transparent;
  border: 0px !important;
  border-radius: 0px;
  box-shadow: none;
  color: #444;
  display: inline-block;
  font: 12pt Helvetica, Tahoma, Arial, sans-serif;
  outline: none;
  padding: 1px 0px;
  text-align: left;
  text-indent: 3px;
  width: 100%;
}
html.rtl .login_panel .row .input {
  text-align: right;
}
.login_panel .row .input:focus {
  box-shadow: none;
}
.login_panel .row .input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.login_panel .row .input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff3ce inset !important;
}
.login_panel .custom_checkbox.focus {
  box-shadow: 0px 4px 3px -3px #e5e5e5 inset, 0 0 2px 0 #1d67cd;
}
.login_panel .custom_checkbox.focus .icon {
  border: 1px solid #ffffff;
}
.login_panel .signme,
.login_panel .links {
  background: none;
  border: 0px;
  border-radius: 0px;
  font-size: 9pt;
  margin-bottom: 14px;
  padding: 0px;
  text-align: center;
  color: #FFF;
}
html.rtl .login_panel .signme,
html.rtl .login_panel .links {
  text-align: right;
}
.login_panel .signme .signme_label {
  cursor: pointer;
  font-size: 9pt;
  height: auto;
  text-indent: 0px;
  width: auto;
}
.login_panel .signme input {
  vertical-align: middle;
}
.login_panel .links .forgot {
  float: right;
  margin-left: 16px;
}
.login_panel.login .row.login {
  border-radius: 4px 4px 0px 0px;
}
.login_panel.login.email .row.login {
  border-radius: 0px;
}
.LoginLayout .languages {
  border-radius: 5px;
  padding: 10px 16px;
  position: fixed;
  right: 20px;
  top: 20px;
}
html.rtl .LoginLayout .languages {
  left: 20px;
  right: auto;
}
.LoginLayout .languages .custom_selector .control .icon {
  color: #000;
}
.LoginLayout .languages .custom_selector .control .icon:before {
  font-size: 18px;
}
.register .LoginLayout .languages .custom_selector .name {
  display: inline-block;
  height: 15px;
}
.LoginLayout .languages .custom_selector .dropdown_arrow {
  float: right;
  margin-right: 22px;
}
.LoginLayout .languages .custom_selector .dropdown_content {
  padding: 0px;
  width: 105%;
}
.register .LoginLayout .languages .custom_selector .dropdown_content {
  position: relative;
}
.LoginLayout .languages .custom_selector .item {
  border-bottom: 1px solid #cbc8c0;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  padding: 8px 12px;
  white-space: nowrap;
}
.LoginLayout .languages .custom_selector .item.selected {
  background: #f0f0f0;
}
.LoginLayout .languages .custom_selector .item:hover {
  background: #fafafa;
}
.LoginLayout .languages .name .text {
  display: none;
}
.LoginLayout .languages .icon {
  background: url("../../images/sprites.png") no-repeat 40px -400px;
  display: inline-block;
  height: 11px;
  margin-right: 4px;
  vertical-align: middle;
  width: 16px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
  only screen and (-moz-min-device-pixel-ratio: 1.3),
  only screen and (-o-min-device-pixel-ratio: 1.3/1),
  only screen and (min-resolution: 1.3dppx),
  only screen and (min-resolution: 125dpi) {
  .LoginLayout .languages .icon {
    background-image: url("../../images/sprites2x.png");
    background-size: 1440px 560px;
  }
}
html.rtl .LoginLayout .languages .icon {
  margin-left: 4px;
  margin-right: 0px;
}
.LoginLayout .languages .English .icon {
  background-position: 0px -480px;
}
.LoginLayout .languages .Arabic .icon {
  background-position: -80px -520px;
}
.LoginLayout .languages .Bulgarian .icon {
  background-position: -40px -480px;
}
.LoginLayout .languages .Chinese-Simplified .icon {
  background-position: -80px -480px;
}
.LoginLayout .languages .Chinese-Traditional .icon {
  background-position: -80px -480px;
}
.LoginLayout .languages .Czech .icon {
  background-position: -120px -480px;
}
.LoginLayout .languages .Danish .icon {
  background-position: -160px -480px;
}
.LoginLayout .languages .Dutch .icon {
  background-position: -640px -480px;
}
.LoginLayout .languages .Estonian .icon {
  background-position: -200px -480px;
}
.LoginLayout .languages .Finnish .icon {
  background-position: -240px -480px;
}
.LoginLayout .languages .French .icon {
  background-position: -280px -480px;
}
.LoginLayout .languages .German .icon {
  background-position: -320px -480px;
}
.LoginLayout .languages .Greek .icon {
  background-position: -360px -480px;
}
.LoginLayout .languages .Hebrew .icon {
  background-position: -440px -480px;
}
.LoginLayout .languages .Hungarian .icon {
  background-position: -400px -480px;
}
.LoginLayout .languages .Italian .icon {
  background-position: -480px -480px;
}
.LoginLayout .languages .Japanese .icon {
  background-position: -520px -480px;
}
.LoginLayout .languages .Korean .icon {
  background-position: -120px -520px;
}
.LoginLayout .languages .Latvian .icon {
  background-position: -560px -480px;
}
.LoginLayout .languages .Lithuanian .icon {
  background-position: -600px -480px;
}
.LoginLayout .languages .Norwegian .icon {
  background-position: -680px -480px;
}
.LoginLayout .languages .Persian .icon {
  background-position: -360px -520px;
}
.LoginLayout .languages .Polish .icon {
  background-position: -720px -480px;
}
.LoginLayout .languages .Portuguese-Brazil .icon {
  background-position: -760px -480px;
}
.LoginLayout .languages .Romanian .icon {
  background-position: 0px -520px;
}
.LoginLayout .languages .Russian .icon {
  background-position: -40px -520px;
}
.LoginLayout .languages .Spanish .icon {
  background-position: -160px -520px;
}
.LoginLayout .languages .Swedish .icon {
  background-position: -200px -520px;
}
.LoginLayout .languages .Thai .icon {
  background-position: -240px -520px;
}
.LoginLayout .languages .Turkish .icon {
  background-position: -280px -520px;
}
.LoginLayout .languages .Ukrainian .icon {
  background-position: -320px -520px;
}
.LoginLayout .languages .Serbian .icon {
  background-position: -400px -520px;
}
.LoginLayout .languages .Portuguese-Portuguese .icon {
  background-position: -800px -480px;
}
.LoginLayout .languages .Vietnamese .icon {
  background-position: -440px -520px;
}
.LoginLayout .languages .Slovenian .icon {
  background-position: -480px -520px;
}
.LoginLayout .languages .Slovak .icon {
  background-position: -520px -520px;
}
.LoginLayout .languages.demo {
  border: 1px solid #c7cccf;
  border-radius: 4px;
  clear: both;
  left: auto;
  margin-left: -172px;
  margin-top: 20px;
  padding: 10px 14px;
  position: relative !important;
  right: auto;
  text-align: left;
  top: 20px;
  width: 590px;
  background: #9ee6d4;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #c1cdb8),
    color-stop(1, #9ee6d4)
  );
  background: -webkit-linear-gradient(bottom, #c1cdb8 0%, #9ee6d4 100%);
  background: -ms-linear-gradient(bottom, #c1cdb8, #9ee6d4);
  background: -moz-linear-gradient(center bottom, #c1cdb8 0%, #9ee6d4 100%);
  background: -o-linear-gradient(#9ee6d4, #c1cdb8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9EE6D4', endColorstr='#C1CDB8', GradientType=0);
}
html.rtl .LoginLayout .languages.demo {
  margin-left: 0;
  margin-right: -172px;
  text-align: right;
}
.LoginLayout .languages.demo .langs_heading {
  color: #464646;
  font-size: 12pt;
  margin-bottom: 10px;
  text-align: center;
}
.LoginLayout .languages.demo .item {
  color: #555555;
  display: inline-block;
  width: 24%;
}
.LoginLayout .languages.demo .item .item_content {
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  padding: 3px 6px;
  white-space: nowrap;
}
.LoginLayout .languages.demo .item .item_content:hover {
  background-color: #67c0b7;
  color: #333333;
}
.LoginLayout .languages.demo .item .item_content .text {
  display: inline-block;
  vertical-align: middle;
}
.LoginLayout .languages.demo .item.selected .item_content {
  background: #2993a2;
  color: #fff;
}
.LoginLayout .buttons {
  background: none;
  border: 0px;
  margin: 20px 0 14px;
  padding: 0px;
}
.LoginLayout .buttons .button {
  display: block;
  font-size: 12pt;
  padding: 10px;
  width: 100%;
  border: none !important;
  background-color: #81bc00 !important;
  box-shadow: 0 2px 0 0 #74a900;
}
.LoginLayout .buttons .button:focus {
  border: 1px solid #eee;
}
.LoginLayout .row.login {
  position: relative;
}
.LoginLayout .domain-select {
  margin-left: 15px;
  font-size: 16pt !important;
  vertical-align: middle;
  height: 20px;
  display: inline-block;
  margin-top: -8px;
}
.LoginLayout .domain-select select.value.input {
  background: white;
  border: 1px solid #cac7c7 !important;
  border-radius: 4px 0px 0px 4px;
}
.MailNotesPlugin {
  /* Notes icon should be changed only for level 1 */
}
.MailNotesPlugin .message_viewer .notes_container.panel_center {
  font-size: 16px;
}
.MailNotesPlugin .message_viewer .notes_container.panel_bottom {
  padding: 20px;
}
.MailNotesPlugin .message_viewer .notes_container.panel_bottom .buttons {
  margin: 0px;
  text-align: left;
}
html.rtl
  .MailNotesPlugin
  .message_viewer
  .notes_container.panel_bottom
  .buttons {
  text-align: right;
}
.MailNotesPlugin
  .message_viewer
  .notes_container.panel_bottom
  .buttons
  .button {
  margin-right: 6px;
}
.MailNotesPlugin .message_viewer .notes_container.panel_bottom .buttons .hint {
  color: #929292;
}
.MailNotesPlugin .message_viewer .notes_container .note_edit {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  resize: none;
  padding: 20px;
  box-sizing: border-box;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.MailNotesPlugin
  .message_viewer
  .notes_container
  .note_edit::-webkit-input-placeholder {
  color: #bbbbbb;
}
.MailNotesPlugin .message_viewer .notes_container .note_edit::-moz-placeholder {
  color: #bbbbbb;
}
.MailNotesPlugin .message_viewer .notes_container .note_edit:-moz-placeholder {
  color: #bbbbbb;
}
.MailNotesPlugin
  .message_viewer
  .notes_container
  .note_edit:-ms-input-placeholder {
  color: #bbbbbb;
}
.MailNotesPlugin .folders .item .icon.type10.Notes:before {
  content: "\f08d" !important;
}
.MailNotesPlugin .folders .children .item .icon.type10.Notes:before {
  content: "\e66c" !important;
}
.html_editor {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
.html_editor .workarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  height: 100%;
  width: 100%;
}
.html_editor .workarea .scroll-inner {
  background: #ffffff;
}
.html_editor .workarea .crea-content-editable {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
  height: 100% !important;
  outline: 0px;
  padding: 20px 24px;
  width: 100% !important;
  word-wrap: break-word;
}
.inactive.html_editor .workarea .crea-content-editable {
  opacity: 0.2;
}
.html_editor .workarea .crea-content-editable a {
  cursor: text;
}
.html_editor .workarea .crea-content-editable p {
  margin: 0;
}
.html_editor .workarea .crea-content-editable img {
  cursor: pointer;
}
.html_editor .workarea li {
  margin-bottom: 0.6em;
}
.html_editor .uploader_mask {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fffdd6;
  color: #d3b910;
  font-size: 18pt;
  height: 100%;
  left: 0px;
  opacity: 0;
  padding: 11px;
  position: absolute;
  text-align: center;
  top: 0px;
  visibility: hidden;
  width: 100%;
  -webkit-transition: ease 250ms opacity 0s;
  -moz-transition: ease 250ms opacity 0s;
  -o-transition: ease 250ms opacity 0s;
  transition: ease 250ms opacity 0s;
}
.html_editor .uploader_mask .inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px dashed #e2da36;
  border-radius: 5px;
  height: 100%;
}
.html_editor .uploader_mask.active,
.html_editor .uploader_mask.editorDragOver {
  opacity: 0.5;
  visibility: visible;
}
.html_editor .inline_popup {
  background-color: #f7f7f7;
  border: solid 1px #cccccc;
  border-radius: 2px;
  padding: 4px 8px;
  position: absolute;
}
.html_editor .inline_popup.image_tooltip {
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: solid 1px #eeeeee;
  margin: 10px 0px 0px 10px;
}
.html_editor .inline_popup .button {
  border-right: 1px solid #cccccc;
  color: #4477bb;
  cursor: pointer;
  margin: 0px 8px;
  padding-right: 8px;
  text-decoration: underline;
}
.html_editor .inline_popup .button:last-child {
  border-right: 0px;
  margin: 0px;
  padding-right: 0px;
}
.html_editor .inline_popup .button:hover {
  text-decoration: none;
}
.html_editor .inline_popup input {
  width: 300px;
}
.html_editor .toolbar {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fdfdfd;
  border: none;
  cursor: default;
  padding: 0px 4px;
}
.html_editor .toolbar .content {
  padding: 0px;
}
.html_editor .toolbar .content .separator {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #ffffff;
  display: inline-block;
  height: 32px;
  margin: 0px 4px;
  vertical-align: middle;
}
.html_editor .toolbar .content .button {
  background: #dddddd;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  font-size: 11pt;
  padding: 4px 6px;
}
.html_editor .toolbar .content .button:hover {
  background: #e3e3e3;
}
.html_editor .toolbar .content .item {
  background: none;
  border: 1px solid transparent;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin: 4px 1px !important;
  outline: 0px;
  padding: 4px;
  vertical-align: middle;
}
.html_editor .toolbar .content .item .item:hover {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-shadow: 0px 0px 3px #eeeeee, inset 1px 1px 0px #ffffff;
}
.inactive.html_editor .toolbar .content .item,
.inactive.html_editor .toolbar .content .item:hover {
  background: none;
  cursor: default;
  opacity: 0.2;
}
.html_editor .toolbar .content .item.select {
  padding: 0px 0px;
}
.html_editor .toolbar .content .item.select:hover {
  background: none;
}
.html_editor .toolbar .content .item.select .input {
  font-size: 10pt;
  margin-top: -2px;
  max-width: 200px;
  padding: 0px !important;
  width: auto;
}
.html_editor .toolbar .content .item .icon {
  background-image: url("../../images/sprites.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  vertical-align: middle;
  width: 16px;
}
.html_editor .toolbar .content .item.link .icon {
  background-position: 0px -320px;
}
.html_editor .toolbar .content .item.unlink .icon {
  background-position: -40px -320px;
}
.html_editor .toolbar .content .item.image .icon {
  background-position: -440px -320px;
}
.html_editor .toolbar .content .item.slist .icon {
  background-position: -40px -320px;
}
.html_editor .toolbar .content .item.uslist .icon {
  background-position: -80px -320px;
}
.html_editor .toolbar .content .item.hline .icon {
  background-position: -160px -320px;
}
.html_editor .toolbar .content .item.bold .icon {
  background-position: -200px -320px;
}
.html_editor .toolbar .content .item.italic .icon {
  background-position: -120px -320px;
}
.html_editor .toolbar .content .item.underline .icon {
  background-position: -160px -320px;
}
.html_editor .toolbar .content .item.aleft .icon {
  background-position: -320px -320px;
}
.html_editor .toolbar .content .item.acenter .icon {
  background-position: -360px -320px;
}
.html_editor .toolbar .content .item.aright .icon {
  background-position: -400px -320px;
}
.html_editor .toolbar .content .item.ajustify .icon {
  background-position: -440px -320px;
}
.html_editor .toolbar .content .item.color .icon {
  background-position: -400px -320px;
}
.html_editor .toolbar .content .item.background .icon {
  background-position: -40px -320px;
}
.html_editor .toolbar .content .item.clear .icon {
  background-position: -480px -320px;
}
.html_editor .toolbar .content .item.strike_through .icon {
  background-position: -520px -320px;
}
.html_editor .toolbar .content .item.undo .icon {
  background-position: -560px -320px;
}
.html_editor .toolbar .content .item.redo .icon {
  background-position: -600px -320px;
}
.html_editor .toolbar .content .dropdown {
  color: #000000;
  bottom: -4px;
}
.inactive.html_editor .toolbar .content .dropdown {
  left: -10000px;
}
.html_editor .toolbar .content .dropdown.color {
  white-space: nowrap;
}
.html_editor .toolbar .content .dropdown .dropdown_content {
  background: #eeeeee;
  border: 1px solid #cccccc;
  border-top: 1px solid #fafafa;
  border-radius: 0px 0px 3px 3px;
  padding: 4px;
}
.html_editor .toolbar .content .dropdown .dropdown_content .input {
  font-size: 11pt;
  margin: 0px;
  padding: 3px 5px 2px;
  vertical-align: top;
  width: auto;
}
.html_editor .toolbar .content .color_table {
  display: inline-block;
  margin-right: 6px;
  vertical-align: bottom;
}
.html_editor .toolbar .content .color_table:last-child {
  margin-right: 0px;
}
.html_editor .toolbar .content .color_table .title {
  display: inline-block;
  margin: 2px 0px 4px;
  padding: 0px;
}
.html_editor .toolbar .content .color_table .row {
  display: block;
  font-size: 0px;
  margin: 0px !important;
  white-space: nowrap;
}
.html_editor .toolbar .content .color_table .color-item {
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 2px;
  vertical-align: bottom;
  width: 16px;
}
.html_editor .toolbar .content .color_table .color-item:hover {
  box-shadow: 0px 0px 2px #aaaaaa;
  height: 18px;
  margin: 1px;
  width: 18px;
}
.folders .folder-level1 .title {
  padding-left: 16px !important;
}
html.rtl .folders .folder-level1 .title {
  padding-left: 0px !important;
  padding-right: 16px !important;
}
.folders .folder-level2 .title {
  padding-left: 32px !important;
}
html.rtl .folders .folder-level2 .title {
  padding-left: 0px !important;
  padding-right: 16px !important;
}
.folders .folder-level3 .title {
  padding-left: 48px !important;
}
html.rtl .folders .folder-level3 .title {
  padding-left: 0px !important;
  padding-right: 16px !important;
}
.folders .folder-level4 .title {
  padding-left: 64px !important;
}
html.rtl .folders .folder-level4 .title {
  padding-left: 0px !important;
  padding-right: 16px !important;
}
.folders .folder-level5 .title {
  padding-left: 80px !important;
}
html.rtl .folders .folder-level5 .title {
  padding-left: 0px !important;
  padding-right: 16px !important;
}
.folders .folder-level6 .title {
  padding-left: 96px !important;
}
html.rtl .folders .folder-level6 .title {
  padding-left: 0px !important;
  padding-right: 16px !important;
}
.folders .folder-level7 .title {
  padding-left: 112px !important;
}
html.rtl .folders .folder-level7 .title {
  padding-left: 0px !important;
  padding-right: 16px !important;
}
.folders .folder-level8 .title {
  padding-left: 128px !important;
}
html.rtl .folders .folder-level8 .title {
  padding-left: 0px !important;
  padding-right: 16px !important;
}
.folders .folder-level9 .title {
  padding-left: 144px !important;
}
html.rtl .folders .folder-level9 .title {
  padding-left: 0px !important;
  padding-right: 16px !important;
}
.folders .folder-level10 .title {
  padding-left: 160px !important;
}
html.rtl .folders .folder-level10 .title {
  padding-left: 0px !important;
  padding-right: 16px !important;
}
.folders .folder-level11 .title {
  padding-left: 176px !important;
}
html.rtl .folders .folder-level11 .title {
  padding-left: 0px !important;
  padding-right: 16px !important;
}
.folders .folder-level12 .title {
  padding-left: 192px !important;
}
html.rtl .folders .folder-level12 .title {
  padding-left: 0px !important;
  padding-right: 16px !important;
}
.folders .folder-level13 .title {
  padding-left: 208px !important;
}
html.rtl .folders .folder-level13 .title {
  padding-left: 0px !important;
  padding-right: 16px !important;
}
.folders .folder-level14 .title {
  padding-left: 224px !important;
}
html.rtl .folders .folder-level14 .title {
  padding-left: 0px !important;
  padding-right: 16px !important;
}
.folders .folder-level15 .title {
  padding-left: 240px !important;
}
html.rtl .folders .folder-level15 .title {
  padding-left: 0px !important;
  padding-right: 16px !important;
}
.folders .folder-level16 .title {
  padding-left: 256px !important;
}
html.rtl .folders .folder-level16 .title {
  padding-left: 0px !important;
  padding-right: 16px !important;
}
.folders .folder-level17 .title {
  padding-left: 272px !important;
}
html.rtl .folders .folder-level17 .title {
  padding-left: 0px !important;
  padding-right: 16px !important;
}
.folders .folder-level18 .title {
  padding-left: 288px !important;
}
html.rtl .folders .folder-level18 .title {
  padding-left: 0px !important;
  padding-right: 16px !important;
}
.folders .folder-level19 .title {
  padding-left: 304px !important;
}
html.rtl .folders .folder-level19 .title {
  padding-left: 0px !important;
  padding-right: 16px !important;
}
.folders .ui-droppable-disabled {
  opacity: 1 !important;
}
.folders .title .icon.type1:before {
  content: "\f01c";
}
.folders .title .icon.type2:before {
  content: "\f1d8";
}
.folders .title .icon.type3:before {
  content: "\f15b";
}
.folders .title .icon.type4:before {
  content: "\f06a";
}
.folders .title .icon.type5:before {
  content: "\f014";
}
.folders .item .icon.type10:before {
  content: "\f192";
}
.folders .title .icon.type7:before,
.folders .selected .title .icon.type7:before {
  content: "\f005";
}
.folders .item:not(.virtualEmpty) .title .icon.type7 {
  text-shadow: none;
  color: #ffb736 !important;
}
.folders .virtualEmpty.selected .title .icon.type7 {
  color: #ffffff;
}
.buttons.big_single_button .button.add_new_folder {
  margin-top: 8px;
}
.MailLayout .panel_helper {
  width: 85%;
}
.panel.folders_panel {
  width: 15%;
}
.panel.folders_panel .panel_bottom {
  background: none;
  border: 0px;
  border-radius: 0px;
  height: 30px;
  padding: 0px;
}
.panel.folders_panel .quota_visible .panel_bottom {
  height: 42px;
}
.panel.folders_panel .manage_folders {
  font-size: 8pt;
  line-height: 16px;
  text-align: center;
}
.messages_panel .items_list .item .flag {
  color: #cccccc;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin-top: 5px;
  position: relative;
  text-align: center;
  vertical-align: bottom;
  width: 16px;
}
.messages_panel .items_list .item .flag:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "afterlogic";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.messages_panel .items_list .item .flag:after {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "afterlogic";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.messages_panel .items_list .item .flag:before {
  content: "\e652";
  display: block;
  font-size: 20px;
  margin-left: -2px;
}
.messages_panel .items_list .item .flag:after {
  color: #ffb736;
  content: "\e61f";
  display: block;
  font-size: 24px;
  height: 100%;
  margin: -22px 0 0 -4px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transform-origin: 13px 13px;
  -moz-transform-origin: 13px 13px;
  -ms-transform-origin: 13px 13px;
  -o-transform-origin: 13px 13px;
  transform-origin: 13px 13px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.4, 0.4, 0.6, 4) 0s,
    opacity 100ms linear 100ms, visibility 0ms linear 300ms;
  -moz-transition: -moz-transform 200ms cubic-bezier(0.4, 0.4, 0.6, 4) 0s,
    opacity 100ms linear 100ms, visibility 0ms linear 300ms;
  -o-transition: -o-transform 200ms cubic-bezier(0.4, 0.4, 0.6, 4) 0s,
    opacity 100ms linear 100ms, visibility 0ms linear 300ms;
  transition: transform 200ms cubic-bezier(0.4, 0.4, 0.6, 4) 0s,
    opacity 100ms linear 100ms, visibility 0ms linear 300ms;
}
.messages_panel .items_list .item.checked .flag:not(.partial):before {
  color: #bed18b;
}
.messages_panel .items_list .item.selected .flag:not(.partial):before {
  color: #549fe1;
}
.messages_panel .items_list .use_threads .item .partial {
  color: #ffb736;
}
.messages_panel .items_list .item .flagged:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.4, 0.4, 0.6, 4) 0s,
    visibility 0ms linear 0s;
  -moz-transition: -moz-transform 200ms cubic-bezier(0.4, 0.4, 0.6, 4) 0s,
    visibility 0ms linear 0s;
  -o-transition: -o-transform 200ms cubic-bezier(0.4, 0.4, 0.6, 4) 0s,
    visibility 0ms linear 0s;
  transition: transform 200ms cubic-bezier(0.4, 0.4, 0.6, 4) 0s,
    visibility 0ms linear 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.messages_panel .items_list .item .controls .separator,
.messages_panel .items_list .item .data .separator {
  display: block;
}
.messages_panel .items_list .item .size {
  display: none;
  text-align: right;
  width: 40px;
}
.messages_panel .items_list .item .subject,
.messages_panel .items_list .item .from {
  display: block;
  overflow: hidden;
}
.messages_panel .items_list .item .subject {
  color: #6d6d6d;
  font-size: 13pt;
  line-height: 130%;
}
.messages_panel .items_list .item.selected .subject {
  color: #ffffff;
}
.messages_panel .items_list .item.nosubject .subject {
  color: #888888;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.messages_panel .items_list .item.selected.nosubject .subject {
  color: #ffffff;
}
.messages_panel .items_list .item .from {
  font-size: 10.5pt;
  margin-bottom: 10px;
  min-height: 16px;
}
.messages_panel .items_list .item .text {
  color: #b6b6b6;
  display: block;
  white-space: normal;
}
.messages_panel .items_list .item.selected .text {
  color: #b4d4f0;
}
.messages_panel .items_list .item > .separator {
  clear: both;
}
.messages_panel .items_list .item .marker {
  background: url("../../images/sprites.png") no-repeat 0px -200px;
  display: none;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20px;
}
.messages_panel .items_list .item.answered .marker {
  background-position: 0px -200px;
  display: inline-block;
}
.messages_panel .items_list .item.forwarded .marker {
  background-position: -40px -200px;
  display: inline-block;
}
.messages_panel .items_list .item.answered.forwarded .marker {
  background-position: -80px -200px;
  display: inline-block;
}
.messages_panel .items_list .item .importance {
  border: 1px solid;
  border-radius: 50%;
  display: inline-block;
  height: 14px;
  line-height: 1;
  margin-top: -3px;
  text-align: center;
  vertical-align: middle;
  width: 14px;
}
.messages_panel .items_list .item .importance:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "afterlogic";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.messages_panel .items_list .item .importance:before {
  content: "\e620";
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
  width: 7px;
}
.messages_panel .items_list .item.selected .importance {
  color: #ffffff;
  border-color: #ffffff;
}
.messages_panel .items_list .item .attachments {
  display: inline-block;
  height: 20px;
  vertical-align: bottom;
  width: 20px;
}
.messages_panel .items_list .item .attachments.has_attachments:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "afterlogic";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.messages_panel .items_list .item .attachments.has_attachments:before {
  opacity: 0.7;
  filter: alpha(opacity=70);
  content: "\e622";
  font-size: 20px;
}
.messages_panel .items_list .item .attachments.has_vcard_attachment:before {
  content: "\e621";
}
.messages_panel .items_list .item .attachments.has_ical_attachment:before {
  content: "\e623";
}
.messages_panel .items_list .item.selected .attachments.has_attachments:before {
  color: #ffffff;
}
.messages_panel .items_list .item.checked .thread-pin {
  background: #ebf7cb;
}
.messages_panel .items_list .item.checked .thread-pin:hover {
  background-color: #e3f4b5;
}
.messages_panel .items_list .item .thread-pin {
  background: #ffffff;
  border: 1px solid #a0a0a0;
  border-radius: 9px;
  color: #a0a0a0;
  cursor: pointer;
  float: right;
  font-weight: bold;
  line-height: 100%;
  margin: -4px 0px 0px 6px;
  padding: 4px 8px 3px;
}
html.rtl .messages_panel .items_list .item .thread-pin {
  float: left;
}
.messages_panel .items_list .item .thread-pin.loading {
  background-color: #abaaa3;
  cursor: default;
}
.messages_panel .items_list .item .thread-pin:hover {
  -webkit-transition: background-color 200ms ease;
  -moz-transition: background-color 200ms ease;
  -o-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  background-color: #f2f2f2;
}
.messages_panel .items_list .item .thread-pin.unread {
  background-color: #a0a0a0;
  border: 1px solid #a0a0a0;
  color: #ffffff;
}
.messages_panel .items_list .item .thread-pin.unread:hover {
  background-color: #939393;
}
.messages_panel .items_list .item.selected .thread-pin {
  background: #78b8f0;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.messages_panel .items_list .item.selected .thread-pin:hover {
  background-color: #61aced;
}
.messages_panel .items_list .item.selected .thread-pin.unread {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #78b8f0;
}
.messages_panel .items_list .item.selected .thread-pin.unread:hover {
  background-color: #f2f2f2;
}
.messages_panel .items_list .item .from {
  margin-bottom: 6px !important;
}
.messages_panel .items_list .item .thread-pin {
  margin-top: 2px !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
  only screen and (-moz-min-device-pixel-ratio: 1.3),
  only screen and (-o-min-device-pixel-ratio: 1.3 / 1),
  only screen and (min-resolution: 1.3dppx),
  only screen and (min-resolution: 125dpi) {
  .file .icon,
  .messages_panel .items_list .item .marker,
  .panel.files .items_list .folder .icon,
  .html_editor .toolbar .item .icon {
    background-image: url("../../images/sprites2x.png");
    background-size: 1440px 560px;
  }
}
.messages_panel .items_list .not_use_threads .item .thread_loading,
.messages_panel .items_list .not_use_threads .item.thread_more_messages,
.messages_panel .items_list .not_use_threads .item .thread-pin {
  display: none;
}
.message_viewer .panel_top,
.message_viewer .panel_bottom {
  padding: 0px;
}
.message_viewer .panel_center {
  overflow: auto;
}
.newtab .message_viewer {
  height: 100%;
  width: 100%;
}
.message_viewer .panel_content {
  margin: 0px !important;
  padding: 0px !important;
}
.message_viewer .message_body {
  font-size: 11pt;
  padding: 20px;
}
.message_viewer .message_body li {
  margin-bottom: 0.6em;
}
.message_viewer .message_body_info {
  color: #cccccc;
  font: normal 18px Tahoma;
  margin: 30px;
  text-align: center;
}
.message_viewer .message_body_info .message_body_secondary_info {
  font-size: 14px;
  margin-top: 10px;
}
.message_viewer .message_header {
  background: #ffffff;
  color: #4d4d4d;
  padding-bottom: 6px;
  position: relative;
  white-space: normal;
}
.message_viewer .message_header .nosubject .subject {
  color: #888888;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.message_viewer .message_header .resizer {
  height: 85px;
}
.message_viewer .message_header .resizer.large {
  height: 130px;
}
.message_viewer .message_header .header_row {
  clear: both;
}
.message_viewer .message_header .header_row:last-child {
  margin-top: 12px;
}
.message_viewer .message_header .toolbar {
  background: none;
  border: 0px;
  filter: none;
  float: right;
  margin-bottom: 0px;
  max-width: 100%;
  overflow: visible;
  padding: 0px;
  position: relative;
  top: -4px;
  width: auto;
  z-index: 1;
}
html.rtl .message_viewer .message_header .toolbar {
  float: left;
}
.message_viewer .message_header .toolbar .content {
  padding: 0px;
}
.message_viewer .message_header .toolbar .content > .item {
  background: none !important;
  border: 0px;
  box-shadow: none !important;
  margin-right: 16px;
  padding: 0px;
}
.message_viewer .message_header .toolbar .content > .item:last-child {
  margin-right: 0px;
}
.message_viewer .message_header .toolbar .content > .item .icon.arrow:before {
  font-size: 20px;
}
.message_viewer
  .message_header
  .toolbar
  .content
  > .item
  .dropdown
  .item
  .icon {
  margin-right: 5px;
}
.message_viewer .message_header .header_content {
  padding: 18px 18px 8px;
}
.message_viewer .message_header .message_info {
  font-size: 10pt;
  padding-top: 1px;
  /* fix nested element negative margin */
  position: relative;
}
html.rtl .message_viewer .message_header .message_info {
  margin-right: 14px;
}
.message_viewer .message_header .message_info .message_info_line {
  margin: 0;
  overflow: hidden;
  position: relative;
  top: -4px;
  white-space: nowrap;
}
.message_viewer
  .message_header
  .message_info.message_detail_info
  .message_info_line:last-child {
  margin-top: 8px;
}
.message_viewer
  .message_header
  .message_info.message_detail_info
  .message_info_line {
  max-height: 72px;
  overflow-y: auto !important;
  white-space: normal;
}
.message_viewer .message_header .details_show,
.message_viewer .message_header .details_hide {
  color: #727272;
  display: inline-block;
  float: left;
  height: 16px;
  overflow: hidden;
  position: absolute;
  vertical-align: bottom;
  width: 16px;
}
html.rtl .message_viewer .message_header .details_show,
html.rtl .message_viewer .message_header .details_hide {
  margin-left: 6px;
  margin-right: 0px;
}
.message_viewer .message_header .details_show:before,
.message_viewer .message_header .details_hide:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "afterlogic";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.message_viewer .message_header .details_show:before,
.message_viewer .message_header .details_hide:before {
  content: "\e66d";
  display: inline-block;
  font-size: 18px;
}
.message_viewer .message_header .details_hide:before {
  content: "\e66e";
}
.message_viewer .message_header .title {
  color: #777777;
}
.message_viewer .message_header .subject {
  color: #4d4d4d;
  display: inline-block;
  font-size: 18pt;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
.message_viewer .message_header .icon {
  margin: 0px;
  padding: 0px;
}
.message_viewer .message_header .icon .attachments {
  background: url("../../images/sprites.png") no-repeat -120px -120px;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 16px;
  margin-right: 8px;
  width: 16px;
}
html.rtl .message_viewer .message_header .icon .attachments {
  float: right;
  margin-left: 8px;
  margin-right: 0px;
}
.message_viewer .message_header .date {
  float: right;
  font-size: 8.5pt;
  margin-top: 6px;
}
html.rtl .message_viewer .message_header .date {
  float: left;
}
.message_viewer .message_header .from {
  font-weight: bold;
}
html.rtl .message_viewer .message_header .from {
  padding-right: 7px;
}
.message_viewer .notice {
  background: #ffffc5;
  border-bottom: 1px solid #eae7ca;
  color: #b5ad94;
  font-size: 8pt;
  padding: 4px 6px;
}
.message_viewer .notice .item {
  display: block;
}
.message_viewer .notice .link {
  color: #7e9baf;
}
.message_viewer .message {
  height: 100%;
}
.message_viewer .message .message_content {
  height: 100%;
  overflow: auto;
  white-space: normal;
}
.message_viewer .message .message_content .bodyparts_separator {
  background-color: #e2e2e2;
  display: none;
  height: 1px;
  margin: 0px 20px;
}
.message_viewer .message.has_bodytext.has_attachments .bodyparts_separator {
  display: block;
}
.message_viewer .appointment {
  background: #dff6eb;
  border-bottom: 1px solid #b7ebd2;
  padding: 15px;
}
.message_viewer .appointment .row.fluid {
  padding-left: 100px;
}
.message_viewer .appointment .label {
  vertical-align: top;
  width: 100px;
}
.message_viewer .appointment .row.fluid .label {
  margin-left: -100px;
}
.message_viewer .appointment .value {
  display: inline-block;
  -ms-word-break: break-all;
  word-wrap: break-word;
}
.message_viewer .appointment .row.fluid .value {
  width: 99%;
}
.message_viewer .appointment .event_state {
  color: #929292;
  padding-left: 5px;
}
.message_viewer .panels.has_attachments {
  padding-right: 170px;
}
.message_viewer .panels.has_attachments .message_panel {
  border-right: 1px solid #e2e2e2;
}
.message_viewer .message_panel {
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
}
.message_viewer .attachments_panel {
  box-shadow: none;
  float: right;
  margin-right: -170px;
  width: 170px;
}
.panel.thread_viewer .panel_top .expand .owner.found,
.message_viewer .message_header .expand .from.found {
  background: #ffffff;
  border-radius: 4px 4px 0px 0px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin: -3px -7px 0px 0px;
  padding: 3px 7px 0px;
  position: relative;
  z-index: 1001;
}
.item_viewer .add_contact {
  color: #3ba7b6;
  cursor: pointer;
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  width: auto;
}
.item_viewer .add_contact:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "afterlogic";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.item_viewer .add_contact:before {
  content: "\e641";
  display: inline-block;
  font-size: 15px;
  height: auto;
  margin: 0;
  vertical-align: bottom;
  width: auto;
}
.toolbar .sort .icon:before {
  content: "\e913";
}
.toolbar .sort .dropdown_content .item.selected {
  background: #f9f9f9 !important;
}
.toolbar .sort-order-icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "afterlogic";
  -webkit-font-smoothing: antialiased;
  content: "\e66d";
  display: inline-block;
  font-size: 16px;
  vertical-align: text-bottom;
}
.toolbar .sort-order-desc-icon:before {
  content: "\e66e";
}
.MailComposeLayout .panels,
.compose_popup .panels {
  background: #ffffff;
  height: 100% !important;
}
.MailComposeLayout .panels .panel,
.compose_popup .panels .panel {
  flex-grow: 1 !important;
}
.panel.compose {
  background: #f9f9f9;
  box-shadow: -1px 0 4px rgba(0, 0, 0, 0.23);
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.panel.compose .message_panel {
  box-shadow: 3px 0 2px #f1f1f1;
  width: 80%;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.panel.compose .message_panel .panel_top {
  border: 0px;
  margin-bottom: 6px;
  padding: 6px 11px 0px;
  position: relative;
}
.panel.compose .message_panel .panel_center {
  overflow: hidden;
}
.panel.compose .message_panel .panel_bottom {
  background: none;
  border: 0px;
  border-radius: 0px;
  height: auto;
  overflow: hidden;
  padding: 8px 12px 0 12px;
  white-space: nowrap;
  word-wrap: normal;
}
.panel.compose .message_panel .panel_bottom .hint {
  display: inline-block;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
}
.panel.compose .message_panel .panel_bottom .hotkey_value {
  color: #5a6373;
  margin: 0 4px 0 0;
  text-shadow: 0 1px 0 #ffffff;
}
.panel.compose .message_panel .panel_bottom .hotkey_action {
  color: #222222;
  margin: 0 12px 0 0;
  text-shadow: 0 1px 0 #dddddd;
}
.panel.compose .message_panel .panel_bottom .more_hints {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.panel.compose .message_panel .panel_bottom .more_hints .icon {
  font-size: 16pt;
  cursor: pointer;
  overflow: hidden;
}
.panel.compose .message_panel .panel_bottom .more_hints .icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.panel.compose .message_panel .panel_bottom .more_hints .icon:before {
  content: "\f141";
}
.panel.compose .message_panel .panel_bottom .more_hints .dropdown .item {
  cursor: auto !important;
}
.panel.compose .message_panel .panel_bottom .more_hints .dropdown .item:hover {
  background: none;
}
.panel.compose .attachments_panel {
  background: #fafafa;
  border-radius: 0px;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  width: 20%;
}
.panel.compose .attachments_panel .middle_bar .panel_top {
  border: none;
  line-height: 180%;
  padding: 35px 10px 6px;
  text-align: center;
}
.panel.compose .attachments_panel .middle_bar .panel_top .uploader_button {
  color: #aaaaaa;
  cursor: pointer;
  display: inline;
  margin-right: 21px;
  vertical-align: middle;
}
.panel.compose
  .attachments_panel
  .middle_bar
  .panel_top
  .uploader_button:hover {
  color: #888888;
}
.panel.compose
  .attachments_panel
  .middle_bar
  .panel_top
  .uploader_button
  .icon {
  display: inline-block;
  font-size: 28px;
  height: 24px;
  vertical-align: middle;
  width: 24px;
}
.panel.compose
  .attachments_panel
  .middle_bar
  .panel_top
  .uploader_button
  .icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.panel.compose
  .attachments_panel
  .middle_bar
  .panel_top
  .uploader_button.google
  .icon:before {
  content: "\e654";
}
.panel.compose
  .attachments_panel
  .middle_bar
  .panel_top
  .uploader_button.dropbox
  .icon:before {
  content: "\e655";
}
.panel.compose
  .attachments_panel
  .middle_bar
  .panel_top
  .uploader_button.files
  .icon:before {
  content: "\e656";
}
.panel.compose
  .attachments_panel
  .middle_bar
  .panel_top
  .uploader_button.desktop
  .icon:before {
  content: "\e622";
}
.panel.compose
  .attachments_panel
  .middle_bar
  .panel_top
  .uploader_button
  .text {
  display: none;
}
.panel.compose .attachments_panel .middle_bar .panel_center {
  background-color: inherit;
}
.panel.compose .html_editor {
  padding: 0px 11px 21px 11px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.panel.compose .input.inputosaurus {
  position: relative;
}
.panel.compose .disable_mask {
  background: #cccccc;
  cursor: default;
  height: 100%;
  opacity: 0.2;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.panel.compose .panel_content > .toolbar {
  background: #f7f7f7;
  filter: none;
}
.panel.compose .panel_content > .toolbar .content > .item,
.panel.compose .panel_content > .toolbar .content > .item:hover {
  background: none;
  border: none;
}
.panel.compose .panel_content > .toolbar .text {
  display: inline-block;
}
.panel.compose .panel_content > .toolbar .back .text {
  display: none;
}
.panel.compose .panel_content > .toolbar .icon {
  display: none;
}
.panel.compose .panel_content > .toolbar .back .icon,
.panel.compose .panel_content > .toolbar .new_window .icon,
.panel.compose .panel_content > .toolbar .save_and_close .icon,
.panel.compose .panel_content > .toolbar .minimize .icon,
.panel.compose .panel_content > .toolbar .maximize .icon,
.panel.compose .panel_content > .toolbar .confirmation .icon,
.panel.compose .panel_content > .toolbar .pgp .icon {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
}
.panel.compose .panel_content > .toolbar .new_window,
.panel.compose .panel_content > .toolbar .minimize,
.panel.compose .panel_content > .toolbar .maximize,
.panel.compose .panel_content > .toolbar .save_and_close {
  background: transparent;
  border: 0px;
  box-shadow: none;
  float: right;
}
html.rtl .panel.compose .panel_content > .toolbar .new_window,
html.rtl .panel.compose .panel_content > .toolbar .minimize,
html.rtl .panel.compose .panel_content > .toolbar .maximize,
html.rtl .panel.compose .panel_content > .toolbar .save_and_close {
  float: left;
}
.panel.compose .notice {
  background: #ffffc5;
  border-bottom: 1px solid #f5edd4;
  color: #b5ad94;
  padding: 8px 11px;
}
.panel.compose table.fields {
  width: 100%;
}
.panel.compose table.fields > tbody > tr {
  border-bottom: 1px solid #e2e2e2;
}
.panel.compose table.fields table {
  width: 100%;
}
.panel.compose table.fields td {
  padding: 0px 0px 10px;
}
.panel.compose table.fields td td {
  padding: 0px;
}
.panel.compose table.fields .label {
  color: #bababa;
  font-size: 13pt;
  padding: 4px 10px 4px 0px;
  text-align: right;
  width: 90px;
}
html.rtl .panel.compose table.fields .label {
  text-align: left;
}
.panel.compose table.fields .value {
  padding: 4px 0px;
}
.panel.compose table.fields .input {
  border: none;
  box-shadow: none;
  min-width: 100%;
  padding: 8px 10px;
}
.panel.compose table.fields .input,
.panel.compose table.fields .inputosaurus input {
  color: #444444;
  font-size: 13pt;
}
.panel.compose table.fields textarea.input {
  width: 100%;
  height: 300px;
}
.panel.compose table.fields .link {
  text-decoration: underline;
  cursor: pointer;
}
.panel.compose table.fields .link:hover {
  color: #2b5877;
  text-decoration: none;
}
.panel.compose table.fields .from,
.panel.compose table.fields .to,
.panel.compose table.fields .cc,
.panel.compose table.fields .bcc,
.panel.compose table.fields .subject {
  font-size: 11pt;
}
.panel.compose table.fields .to .link {
  color: #4477bb;
  display: inline-block;
  font-size: 11pt;
}
.panel.compose table.fields .to .link:hover {
  color: #24579b;
}
.panel.compose table.fields .show_bcc,
.panel.compose table.fields .show_cc {
  margin-left: 10px;
}
.panel.compose table.fields .cc .inputosaurus,
.panel.compose table.fields .bcc .inputosaurus,
.panel.compose table.fields .to .inputosaurus {
  padding: 0px;
}
.panel.compose table.fields .cc .inputosaurus .scroll-inner,
.panel.compose table.fields .bcc .inputosaurus .scroll-inner,
.panel.compose table.fields .to .inputosaurus .scroll-inner {
  max-height: 100px;
}
.panel.compose .attachments {
  z-index: 1;
}
.panel.compose .attachments .uploader_mask {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 250ms ease 0s;
  -moz-transition: opacity 250ms ease 0s;
  -o-transition: opacity 250ms ease 0s;
  transition: opacity 250ms ease 0s;
  background: #fffdd6;
  color: #d3b910;
  font-size: 18pt;
  height: 100%;
  left: 0px;
  opacity: 0;
  padding: 11px;
  position: absolute;
  text-align: center;
  top: 0px;
  visibility: hidden;
  width: 100%;
}
.panel.compose .attachments .uploader_mask.active {
  visibility: visible;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.panel.compose .attachments .uploader_mask .inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px dashed #e2da36;
  border-radius: 5px;
  height: 100%;
}
.panel.compose .attachments .items_list {
  height: 100%;
}
.panel.compose .attachments .items_list .list_notification {
  padding-top: 24px;
}
.panel.compose .attachments .attachments_container {
  padding: 20px;
}
.compose_popup {
  z-index: 1000;
}
.compose_popup:not(.minimized) {
  position: absolute;
}
.compose_popup.minimized {
  bottom: 0;
  height: auto;
  left: auto;
  right: 0;
  top: auto;
  width: auto;
  background: #43d0bf;
}
.compose_popup.minimized .toolbar {
  background: none;
  border: 0px;
  border-radius: 4px;
  cursor: pointer;
  margin: 5px;
}
.compose_popup.minimized .toolbar .item.minimized_title {
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.compose_popup.minimized .toolbar .item.minimized_title,
.compose_popup.minimized .toolbar .item.minimized_title:hover,
.compose_popup.minimized .toolbar .item.maximize,
.compose_popup.minimized .toolbar .item.save_and_close {
  background: transparent;
  border: none;
  box-shadow: none;
  float: none;
}
.compose_popup.minimized .toolbar .item.minimized_title .text,
.compose_popup.minimized .toolbar .item.minimized_title:hover .text,
.compose_popup.minimized .toolbar .item.maximize .text,
.compose_popup.minimized .toolbar .item.save_and_close .text {
  display: inline;
  color: #fff;
}
.compose_popup.minimized .toolbar .item.minimized_title .icon,
.compose_popup.minimized .toolbar .item.minimized_title:hover .icon,
.compose_popup.minimized .toolbar .item.maximize .icon,
.compose_popup.minimized .toolbar .item.save_and_close .icon {
  color: #fff;
}
.compose_popup.minimized .toolbar .item.minimized_title:hover {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.compose_popup .popup_panel {
  height: 90%;
  max-width: 90%;
  padding: 0;
  width: 90%;
}
blockquote {
  /*while editing see also print message*/
  border-left: solid 2px #000000;
  margin: 4px 2px;
  padding-left: 6px;
}
.blockquote_before_toggle {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.blockquote_before_toggle.collapsed .blockquote_content {
  height: 100%;
  overflow: hidden;
}
.blockquote_before_toggle.collapsed::before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, #ffffff)
  );
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 100%
  );
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff',GradientType=0);
  content: "";
  display: block;
  bottom: 0;
  height: 100%;
  margin-left: -8px;
  padding: 0px 4px;
  position: absolute;
  width: 100%;
}
.blockquote_toggle {
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  border-radius: 4px 4px 4px 4px;
  color: grey;
  cursor: pointer;
  display: inline-block;
  font: 12px/120% Arial, sans-serif;
  padding: 2px 6px;
}
.add_account .popup_panel,
.add_fetcher .popup_panel,
.add_folder .popup_panel,
.folders_setup .popup_panel {
  background: #f1f1f1
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACtJREFUeNo0iIEJACAAwlT8/1GPMAsaKGNMYpskAOPRdq9tWbrifpaOAAMAMvEO3ANCJPYAAAAASUVORK5CYII=")
    repeat 0 0;
}
.add_fetcher .row.hint {
  margin-bottom: 16px;
}
.buttons .add_account_button {
  background: #6fa8de;
  border: 1px solid #468fd4;
  color: #ffffff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}
.buttons .add_account_button:hover {
  background: #5a9bd9;
}
.buttons .add_account_button.disabled {
  color: #b7d4ef;
}
.buttons .add_account_button.disabled:hover {
  background: #6fa8de;
}
.buttons .contour_button {
  color: #43d0bf;
}
.buttons .contour_button,
.buttons .contour_button:hover {
  text-shadow: none !important;
}
.toolbar .buttons {
  margin: 0;
  padding: 0;
}
.toolbar .buttons .button {
  padding: 5px 20px 4px;
  text-shadow: none;
}
.table-compressor {
  bottom: 0;
  color: #cccccc;
  cursor: pointer;
  height: 16px;
  left: 0%;
  margin-bottom: -8px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.table-compressor:hover {
  color: #999999;
}
.table-compressor.compressed .arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.table-compressor .arrow {
  position: absolute;
  top: -2px;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}
.table-compressor .arrow:after {
  background: white;
  content: "\e66e";
  font-family: "fontawesome";
  font-size: 18px;
  line-height: 15px;
  position: relative;
  display: inline-block;
  border-radius: 4px;
}
.layout-horiz-split.csstransitions .quick_reply {
  margin: 0 10px;
}
.layout-horiz-split.csstransitions .quick_reply .buttons {
  margin: 0;
}
.layout-horiz-split.csstransitions .quick_reply.active .buttons {
  margin: 10px 0;
}
.layout-horiz-split .quick_reply .row {
  margin: 0;
}
.layout-horiz-split .message_viewer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.layout-horiz-split .message_viewer .panel_content {
  border-top: 1px solid #f1f1f1;
}
.layout-horiz-split .message_viewer .notice .item {
  display: inline-block;
}
.layout-horiz-split .message_viewer .message_header .header_content {
  padding: 8px 12px 4px;
}
.layout-horiz-split .message_viewer .message_header .header_row:last-child {
  margin-top: 0;
}
.layout-horiz-split .message_viewer .message_header .subject {
  font-size: 16pt;
}
.layout-horiz-split .list_notification {
  padding: 6px 14px 12px;
}
.layout-horiz-split .list_notification .description {
  padding-top: 8px;
}
.layout-horiz-split .horiz_split_panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.layout-horiz-split .messages_panel {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.layout-horiz-split .messages_panel .panel_content {
  border-bottom: 1px solid #f1f1f1;
}
.layout-horiz-split .messages_panel .toolbar .content {
  padding: 4px;
}
.layout-horiz-split .messages_panel .toolbar .item {
  /*				.icon {
					display: none;
					&.arrow {
						display: inline-block;
					}
				}*/
}
.layout-horiz-split .messages_panel .toolbar .item.checkstate {
  float: left;
}
.layout-horiz-split .messages_panel .toolbar .item .text {
  display: inline-block;
  font-size: 11pt;
}
.layout-horiz-split .messages_panel .panel_top .search_block {
  width: 60%;
}
.layout-horiz-split .messages_panel .panel_center {
  border-radius: 0 0 4px 4px;
}
.layout-horiz-split .messages_panel .panel_center .message_list .item_content {
  padding: 6px 16px 6px 14px;
}
.layout-horiz-split
  .messages_panel
  .panel_center
  .message_list
  .item_content
  .controls {
  display: inline-flex;
}
.layout-horiz-split
  .messages_panel
  .panel_center
  .message_list
  .item_content
  .controls
  .custom_checkbox {
  margin-right: 10px;
}
.layout-horiz-split
  .messages_panel
  .panel_center
  .message_list
  .item_content
  .controls
  .flag {
  margin-top: -3px;
}
.layout-horiz-split
  .messages_panel
  .panel_center
  .message_list
  .item_content
  .data
  .date,
.layout-horiz-split
  .messages_panel
  .panel_center
  .message_list
  .item_content
  .data
  .attachments,
.layout-horiz-split
  .messages_panel
  .panel_center
  .message_list
  .item_content
  .data
  .from,
.layout-horiz-split
  .messages_panel
  .panel_center
  .message_list
  .item_content
  .data
  .separator,
.layout-horiz-split
  .messages_panel
  .panel_center
  .message_list
  .item_content
  .data
  .thread-pin,
.layout-horiz-split
  .messages_panel
  .panel_center
  .message_list
  .item_content
  .data
  .subject {
  display: inline-block;
  margin-top: 0 !important;
  margin-bottom: 0;
  vertical-align: middle;
}
.layout-horiz-split
  .messages_panel
  .panel_center
  .message_list
  .item_content
  .data
  .from {
  width: 30%;
  margin: 0 !important;
  min-height: unset;
  font-size: 11pt;
}
.layout-horiz-split
  .messages_panel
  .panel_center
  .message_list
  .item_content
  .data
  .subject {
  width: 50%;
  font-size: 11pt;
  line-height: normal;
}
.layout-horiz-split
  .messages_panel
  .panel_center
  .message_list
  .item_content
  .data
  .thread-pin {
  font-size: 8pt;
  padding: 2px 8px 2px;
  margin-right: 4px;
}
.layout-horiz-split .messages_panel .middle_bar {
  position: relative;
}
.layout-horiz-split .messages_panel .middle_bar .panel_bottom {
  position: absolute;
  right: 0;
  background: none;
  padding: 5px;
  top: 0;
}
.settings .folders .controls .button.template:before {
  content: "\e90f";
}
.settings .folders .controls .button.template.turned-on:before {
  content: "\e90e";
}
.settings .folders .controls .button.always-refresh:before {
  content: "\e911";
}
.settings .folders .controls .button.always-refresh.turned-on:before {
  content: "\e910";
}
.folders .item .icon.type8:before {
  content: "\e90e";
}
.mail-servers-pagination {
  margin: -20px 25px 90px;
}
.mail-servers-pagination .pagination {
  float: left;
  margin-top: 5px;
}
.mail-servers-pagination .search_block {
  float: left;
  width: 300px;
}
.items_list.account_list .item:hover {
  background: #f3f3f3;
}
.login_panel .social {
  margin-bottom: 10px;
  text-align: left;
}
.login_panel .social .info {
  color: #929292;
  font-size: 14px;
  margin: 14px 2px 10px;
  text-align: center;
}
.login_panel .social .button {
  background-repeat: no-repeat;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  height: 18px;
  margin-bottom: 14px;
  padding: 10px 15px 10px 54px;
  position: relative;
  text-align: left;
}
.login_panel .social .button .border {
  width: 1px;
  height: 38px;
  position: absolute;
  left: 38px;
  top: 0;
}
.login_panel .social .button .text {
  font-size: 10.5pt;
  font-weight: normal;
}
.login_panel .social .info {
  color: #fff;
}
.recaptcha-place-cover {
  margin-left: -30px;
}
.panels.settings .folders .items_list .item {
  background: none;
  max-height: inherit;
}
.panels.settings .folders .items_list .item > .title {
  color: #aaaaaa;
  cursor: default;
  display: block;
  font-size: 11pt;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 0px;
  outline: none;
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left: 16px;
  text-decoration: none;
  white-space: nowrap;
}
.panels.settings .folders .items_list .item > .title .name {
  display: block;
  margin-right: 10px;
  overflow: hidden;
  mask: url(../../images/filters.svg#masking);
  -webkit-mask: url(../../images/mask.png) repeat-y top right;
  -o-mask: url(../../images/mask.png?) repeat-y top right;
  -ms-mask: url(../../images/mask.png) repeat-y top right;
}
html.rtl .panels.settings .folders .items_list .item > .title .name {
  mask: url(../../images/filters.svg#masking_rtl);
  -webkit-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -o-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -ms-mask: url(../../images/mask_rtl.png) repeat-y top left;
}
html.rtl .panels.settings .folders .items_list .item > .title .name {
  margin-left: 10px;
  margin-right: 0px;
}
.panels.settings .folders .items_list .item > .title.droppableHover .name {
  mask: url(../../images/filters.svg#masking);
  -webkit-mask: url(../../images/mask.png) repeat-y top right;
  -o-mask: url(../../images/mask.png?) repeat-y top right;
  -ms-mask: url(../../images/mask.png) repeat-y top right;
}
html.rtl
  .panels.settings
  .folders
  .items_list
  .item
  > .title.droppableHover
  .name {
  mask: url(../../images/filters.svg#masking_rtl);
  -webkit-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -o-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -ms-mask: url(../../images/mask_rtl.png) repeat-y top left;
}
.panels.settings .folders .items_list .item > .title .text {
  display: inline-block;
  vertical-align: bottom;
}
.panels.settings .folders .items_list .item > .title .icon {
  display: inline-block;
  height: 20px;
  vertical-align: bottom;
  width: 20px;
}
.panels.settings .folders .items_list .item > .title .icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.panels.settings .folders .items_list .item > .title .icon:before {
  display: inline-block;
  height: 100%;
  font-size: 20px;
  width: 100%;
}
.panels.settings .folders .items_list .item.canSelect > .title {
  color: #777777;
  cursor: pointer;
  text-shadow: 0px 1px 0px #ffffff;
}
.panels.settings .folders .items_list .item.canSelect > .title:hover {
  color: #444444;
}
.panels.settings .folders .items_list .item.canSelect > .title:hover .icon {
  color: inherit;
}
.panels.settings
  .folders
  .items_list
  .item.canSelect
  > .title.virtualEmpty
  .title,
.panels.settings
  .folders
  .items_list
  .item.canSelect
  > .title.virtualEmpty
  .title:hover {
  color: #aaaaaa;
}
.panels.settings
  .folders
  .items_list
  .item.canSelect
  > .title.ui-state-disabled {
  cursor: pointer !important;
}
.panels.settings .folders .items_list .item.selected > .title {
  background: #287b8b;
  color: #ffffff !important;
  text-shadow: none;
}
.panels.settings .folders .items_list .item .count {
  display: inline-block;
  float: right;
  margin-right: 0px;
  margin-top: 0px;
  padding: 2px 10px 1px;
  line-height: 1.3;
}
html.rtl .panels.settings .folders .items_list .item .count {
  float: left;
  margin-left: 10px;
  margin-right: 0px;
}
.panels.settings .folders .items_list .item .count.total {
  color: #ececec;
}
.panels.settings .folders .items_list .item .count:first-child {
  margin-right: 10px;
}
.panels.settings .folders .items_list .item .count.unseen:hover {
  border-radius: 11px/10px;
  background: #67a398;
}
.panels.settings .folders .items_list .item.selected > .title .count.unseen {
  border-radius: 11px/10px;
  background: #74b7ab;
  box-shadow: 0px 1px 1px #67a398 inset, 0px 1px 0px rgba(255, 255, 255, 0.3);
}
.panels.settings
  .folders
  .items_list
  .item.selected
  > .title
  .count.unseen:hover {
  background: #67a398;
}
.panels.settings
  .folders
  .items_list.collapsible
  .item.accordion
  .collapse_handler {
  display: inline-block;
  margin-left: -4px;
  vertical-align: middle;
  width: 12px;
}
.panels.settings
  .folders
  .items_list.collapsible
  .item.accordion
  .collapse_handler:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.panels.settings
  .folders
  .items_list.collapsible
  .item.accordion
  .collapse_handler:before {
  display: inline-block;
  font-size: 16px;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
.panels.settings
  .folders
  .items_list.collapsible
  .item.accordion
  .collapse_handler.expanded:before {
  content: "\e66d";
}
.panels.settings
  .folders
  .items_list.collapsible
  .item.accordion
  .collapse_handler.collapsed:before {
  content: "\e670";
}
.panels.settings
  .folders
  .items_list.collapsible
  .item.accordion.canNotSelect
  .collapse_handler {
  color: #777777;
  cursor: pointer;
  text-shadow: 0px 1px 0px #ffffff;
}
.panels.settings
  .folders
  .items_list.collapsible
  .item.accordion.canNotSelect
  .collapse_handler:hover {
  color: #444444;
}
.panels.settings
  .folders
  .items_list.collapsible
  .item.accordion.canNotSelect
  .collapse_handler:hover
  .icon {
  color: inherit;
}
.panels.settings
  .folders
  .items_list.collapsible
  .item.accordion
  .children
  .title {
  max-height: 29px;
  -webkit-transition: max-height 300ms ease 0ms, opacity 200ms ease 0ms,
    padding 300ms ease 0ms;
  -moz-transition: max-height 300ms ease 0ms, opacity 200ms ease 0ms,
    padding 300ms ease 0ms;
  -o-transition: max-height 300ms ease 0ms, opacity 200ms ease 0ms,
    padding 300ms ease 0ms;
  transition: max-height 300ms ease 0ms, opacity 200ms ease 0ms,
    padding 300ms ease 0ms;
}
.panels.settings
  .folders
  .items_list.collapsible
  .item.accordion.collapsed
  .children
  .title {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 0px;
  padding-top: 0px;
}
.cssanimations .panels.settings .folders .item .title.recivedAnim {
  -webkit-animation: highlight 0.5s linear;
  -moz-animation: highlight 0.5s linear;
  animation: highlight 0.5s linear;
}
.panels.settings .folders .item .title.droppableHover {
  background: #dfdcd4 !important;
  color: #626262 !important;
  text-shadow: 0px 1px 0px #ffffff !important;
}
.panels.settings .folders .item.selected > .title.droppableHover {
  background: #2a6470 !important;
  color: #ffffff !important;
  text-shadow: 0px 1px 0px #678197 !important;
}
.panels.settings .folders .items_list .item .count {
  background: none;
}
.panels.settings .folders .items_list .item .title .name {
  mask: url(../../images/filters.svg#masking);
  -webkit-mask: url(../../images/mask.png) repeat-y top right;
  -o-mask: url(../../images/mask.png?) repeat-y top right;
  -ms-mask: url(../../images/mask.png) repeat-y top right;
}
html.rtl .panels.settings .folders .items_list .item .title .name {
  mask: url(../../images/filters.svg#masking_rtl);
  -webkit-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -o-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -ms-mask: url(../../images/mask_rtl.png) repeat-y top left;
}
.panels.settings .folders .items_list .item.canDrag .title:hover .name {
  mask: url(../../images/filters.svg#masking);
  -webkit-mask: url(../../images/mask.png) repeat-y top right;
  -o-mask: url(../../images/mask.png?) repeat-y top right;
  -ms-mask: url(../../images/mask.png) repeat-y top right;
}
html.rtl
  .panels.settings
  .folders
  .items_list
  .item.canDrag
  .title:hover
  .name {
  mask: url(../../images/filters.svg#masking_rtl);
  -webkit-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -o-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -ms-mask: url(../../images/mask_rtl.png) repeat-y top left;
}
html.non-adjustable .panels.settings .panel {
  margin-bottom: 4px;
}
.panels.settings .panel.data {
  width: 1100px;
  background: #f9f9f9;
}
.panels.settings .panel.data.modules {
  overflow: hidden;
}
.panels.settings .panel.navigation_panel {
  width: 15%;
}
.panels.settings .panel.navigation_panel .middle_bar {
  margin-top: 0px;
  padding-top: 22px;
}
.panels.settings .panel.navigation_panel .item {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.panels.settings .panel.navigation_panel .item .name {
  mask: url(../../images/filters.svg#masking);
  -webkit-mask: url(../../images/mask.png) repeat-y top right;
  -o-mask: url(../../images/mask.png?) repeat-y top right;
  -ms-mask: url(../../images/mask.png) repeat-y top right;
}
html.rtl .panels.settings .panel.navigation_panel .item .name {
  mask: url(../../images/filters.svg#masking_rtl);
  -webkit-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -o-mask: url(../../images/mask_rtl.png) repeat-y top left;
  -ms-mask: url(../../images/mask_rtl.png) repeat-y top left;
}
.panels.settings .panel.navigation_panel .item .icon {
  display: inline-block;
  height: 19px;
  margin-right: 4px;
  vertical-align: middle;
  width: 18px;
}
.panels.settings .panel.navigation_panel .item .icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "afterlogic";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.panels.settings .panel.navigation_panel .item .icon:before {
  display: inline-block;
  font-size: 20px;
  height: 100%;
  width: 100%;
}
.panels.settings .panel.navigation_panel .item.common .icon:before {
  content: "\e639";
}
.panels.settings .panel.navigation_panel .item.mail .icon:before,
.panels.settings .panel.navigation_panel .item.mail-accounts .icon:before {
  content: "\e638";
}
.panels.settings .panel.navigation_panel .item.calendar .icon:before {
  content: "\e63a";
}
.panels.settings .panel.navigation_panel .item.contacts .icon:before {
  content: "\e903";
}
.panels.settings .panel.navigation_panel .item.services .icon:before {
  content: "\e672";
}
.panels.settings .panel.navigation_panel .item.files .icon:before {
  content: "\e656";
}
.panels.settings .panel.navigation_panel .item.mobilesync .icon:before {
  content: "\e636";
}
.panels.settings .panel.navigation_panel .item.outlooksync .icon:before {
  content: "\e635";
}
.panels.settings .panel.navigation_panel .item.helpdesk .icon:before {
  content: "\e637";
}
.panels.settings .panel.navigation_panel .item.openpgp .icon:before {
  content: "\e658";
}
.panels.settings .navigation_panel .panel_content {
  margin-right: 0px;
}
.panels.settings .panel_top {
  border: 0px;
  padding: 0px;
}
.panels.settings .panel_center {
  background: none;
}
.panels.settings .settings_heading {
  color: #4d4d4d;
  margin: 0px;
  padding: 35px 20px 15px;
}
.panels.settings .fieldset {
  background: #f1f1f1;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACtJREFUeNo0iIEJACAAwlT8/1GPMAsaKGNMYpskAOPRdq9tWbrifpaOAAMAMvEO3ANCJPYAAAAASUVORK5CYII=");
  background-position: 0 0;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin: 0px 20px 20px;
  padding: 20px;
}
.panels.settings .fieldblock {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #d0d0da;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 14px;
  padding: 14px;
}
.panels.settings .fields .row {
  margin-bottom: 14px;
}
.panels.settings .fields .row:last-child {
  margin-bottom: 0px;
}
.panels.settings .fields .row .label {
  color: #626262;
  width: 150px;
  word-wrap: break-word;
}
.panels.settings .fields .row label {
  color: #626262;
}
.panels.settings .fields .row .input {
  font-size: 10pt;
  padding: 7px 9px 6px;
}
.panels.settings .fields .row .value.offset {
  display: inline-block;
  padding-left: 150px;
}
.panels.settings .fields .row .value.text {
  font-weight: bold;
  display: inline-block;
  padding: 7px 9px 6px;
  width: 300px;
}
.panels.settings .fields .row .value.text.port {
  width: auto;
}
.panels.settings .fields .row .custom_radio {
  margin-left: 16px;
}
.panels.settings .fields .row .custom_radio:first-child {
  margin-left: 0px;
}
.panels.settings .fields .fieldblock .label {
  width: 135px;
}
.panels.settings .pgp .fields .row .value.offset {
  padding-left: 0;
}
.panels.settings .fields .hint {
  padding: 4px 6px;
  margin: -12px -6px 12px;
}
.panels.settings .signature .fields .hint {
  margin: -12px -6px 12px 14px;
}
.panels.settings .mobile_sync .fields .label {
  float: left;
}
.panels.settings .mobile_sync .fields .value {
  display: block;
  overflow: hidden;
  word-wrap: break-word;
  -ms-word-break: break-all;
}
.panels.settings .workday .input.start,
.panels.settings .workday .input.end {
  width: 125px;
}
.panels.settings .ios_profile a {
  text-decoration: none;
  -webkit-transition: color 300ms ease 0s;
  -moz-transition: color 300ms ease 0s;
  -o-transition: color 300ms ease 0s;
  transition: color 300ms ease 0s;
}
.panels.settings .ios_profile a .icon {
  color: #91908e;
  display: inline-block;
  font-size: 26px;
  height: 31px;
  margin-top: 0;
  vertical-align: middle;
  width: 28px;
  -webkit-transition: opacity 300ms ease 0s;
  -moz-transition: opacity 300ms ease 0s;
  -o-transition: opacity 300ms ease 0s;
  transition: opacity 300ms ease 0s;
}
.panels.settings .ios_profile a .icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.panels.settings .ios_profile a .icon:before {
  content: "\e63d";
}
.panels.settings .ios_profile a:hover .icon {
  opacity: 0.8;
}
.panels.settings .panel.data .panel_center .buttons {
  margin: 0px 20px 15px;
}
.panels.settings .panel.data .panel_center .fieldset .buttons {
  margin: 0px 0px 15px 0px;
}
.settings .tabs {
  margin-bottom: 16px;
  margin-top: 20px;
}
.settings .tabs .tabs-links {
  height: 0;
  opacity: 0;
  overflow: hidden;
  width: 0;
}
.settings .tabs .shortcuts {
  font-size: 0pt;
  margin: -20px 20px;
  padding: 0px 0px 0px 20px;
}
.settings .tabs .shortcuts .item {
  display: inline-block;
  font-size: 9pt;
  vertical-align: bottom;
}
.settings .tabs .shortcuts .item a {
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-bottom: 0px;
  border-radius: 4px 4px 0px 0px;
  color: #828282;
  display: inline-block;
  font-weight: bold;
  margin-right: 4px;
  outline: none;
  padding: 6px 12px 6px;
  text-decoration: none;
}
.settings .tabs .shortcuts .item.selected a {
  background: #f1f1f1;
  color: #3d3d3d;
  margin-bottom: -1px;
  padding-bottom: 7px;
}
.settings .mail-accounts .panel_top .buttons {
  float: right;
  margin: 30px 20px 15px;
}
.settings .account_list {
  background: #fafafa;
  border: 1px solid #d5d9dc;
  border-radius: 4px;
  margin: 0px 20px;
  overflow: hidden;
  clear: both;
}
.settings .account_list:after {
  /*Opera*/
  clear: both;
  display: block;
  content: ".";
  height: 0;
  visibility: hidden;
}
* html > body .settings .account_list {
  width: 100%;
  display: block;
}
* html .settings .account_list {
  /* IE 6 */
  height: 1%;
}
.settings .account_list .item {
  border-bottom: 1px solid #d5d9dc;
  color: #626262;
  cursor: pointer;
  padding: 6px 10px;
}
.settings .account_list .item.fetcher .icon {
  display: inline-block;
  font-size: 20px;
  height: 18px;
  vertical-align: bottom;
  width: 18px;
}
.settings .account_list .item.fetcher .icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "afterlogic";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.items_list.simple_list{
  margin: 0px 20px 20px;
  padding: 20px;
}

span.icon.fetcher:before {
  content: "\e65b";
}
.settings .account_list .item.fetcher .icon.default-identity {
  font-family: monospace;
  font-size: 19px;
  height: 17px;
  margin-left: 10px;
}
.settings .account_list .item.fetcher .label {
  color: #929292;
}
.settings .account_list .item.fetcher .title {
  font-weight: bold;
}
.settings .account_list .item.fetcher .info {
  float: right;
}
.settings .account_list .item:last-child {
  border-bottom: 0px;
}
.settings .account_list .item.selected {
  background: #f1f1f1;
  color: #4d4d4d;
  font-weight: bold;
}
.settings .account_list .button {
  float: right;
}
.settings .account_list .title {
  display: inline-block;
  font-size: 9pt;
  padding: 0px;
}
.settings .account_list {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #d5d9dc;
  border-radius: 4px;
  clear: both;
  margin: 0 20px 20px;
  overflow: hidden;
}
.settings .account_list .item {
  border-bottom: 1px solid #d5d9dc;
  color: #626262;
  cursor: pointer;
  padding: 6px 10px;
}
.settings .account_list .item .title {
  margin: 0;
}
.settings .account_list .item.selected {
  background: #f1f1f1 none repeat scroll 0 0;
  color: #4d4d4d;
  font-weight: bold;
}
.settings .account_list .item .link.fetcher {
  float: right;
  font-weight: normal;
  margin-left: 12px;
}
.settings .account_list .buttons {
  margin: 15px 0px;
}
.settings .account_list .buttons .button {
  font-size: 10pt;
}
.settings .account_list .item .button {
  background: none repeat scroll 0 0 #6fa8de;
  border: 1px solid #5d97cd;
  border-radius: 4px 4px 4px 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 9pt !important;
  padding: 1px 5px;
  text-shadow: 0 1px 0 #4d759b;
}
.row.keys_label {
  margin-bottom: 6px !important;
}
.settings .folders.items_list {
  margin-bottom: 10px;
}
.settings .folders.items_list .first_sortable_container {
  position: relative;
}
.settings .folders.items_list .item {
  background: none;
  border-top: 1px solid #cccccc;
  max-height: inherit;
  overflow: visible;
  position: static;
}
.settings .folders.items_list .item.ui-sortable-helper {
  background-color: rgba(240, 240, 240, 0.8);
  box-shadow: inset 0px 0px 1px #ddd;
}
.settings .folders.items_list .item.ui-sortable-helper .title {
  background-color: rgba(240, 240, 240, 0.8);
}
.settings .folders.items_list > .item:first-child {
  border-top: 0px;
}
.settings .folders.items_list .title {
  padding-bottom: 7px;
  padding-right: 0px;
  padding-top: 4px;
  position: relative;
}
.settings .folders.items_list .title:hover {
  background: rgba(0, 0, 0, 0.03);
}
.settings .folders.items_list .canDrag .title:hover:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.settings .folders.items_list .canDrag .title:hover:before {
  content: "\e65d";
  display: inline-block;
  font-size: 20px;
  height: 20px;
  left: 0px;
  position: absolute;
  top: 4px;
  width: 20px;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.settings .folders.items_list .title .input {
  width: 200px;
}
.settings .folders.items_list .controls {
  float: right;
}
htm.rtl .settings .folders.items_list .controls {
  float: left;
}
.settings .folders.items_list .controls .button {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  width: 20px;
  font-size: 20px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.settings .folders.items_list .controls .button:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.settings .folders.items_list .controls .button:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.settings .folders.items_list .controls .button.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: default !important;
}
.settings .folders.items_list .controls .button.delete:before {
  content: "\e65f";
}
.settings .folders.items_list .controls .button.subscribe:before {
  content: "\e660";
}
.settings .folders.items_list .controls .button.subscribe.subscribed:before {
  content: "\e65e";
}
.settings .folders.items_list .controls .button.up {
  background-position: -680px -120px;
}
.settings .folders.items_list .controls .button.up:hover {
  background-position: -680px -140px;
}
.settings .folders.items_list .controls .button.down {
  background-position: -700px -120px;
}
.settings .folders.items_list .controls .button.down:hover {
  background-position: -700px -140px;
}
.settings .folders.items_list .total .count {
  margin-right: 62px !important;
}
html.rtl .settings .folders.items_list .total .count {
  margin-right: 0px;
  margin-left: 62px !important;
}
.settings .fields .filter .value {
  word-spacing: 0.7ex;
}
.settings .fields .filter .value .part {
  display: inline-block;
  word-spacing: normal;
}
.settings .fields .filter .input {
  margin: 0px;
  padding: 2px;
  width: 75px;
}
.settings .fields .filter .buttons {
  float: right;
  margin: 0px;
}
.settings .fields .filter .field {
  display: inline-block;
  position: relative;
}
.settings .fields .filter .link,
.settings .fields .filter .link:hover {
  border-bottom: 1px dashed #4477bb;
  color: #4477bb;
  text-decoration: none;
}
.settings .helpdesk .input,
.settings .autoresponder .input {
  width: 520px;
}
.settings .helpdesk .signature .input,
.settings .autoresponder .message .input {
  height: 145px;
}
.settings .signature .editor_row .custom_radio {
  float: left;
  margin-right: 4px;
}
html.rtl .settings .signature .editor_row .custom_radio {
  float: right;
  margin-right: 0px;
  margin-left: 4px;
}
.settings .signature .editor_row .editor {
  height: 200px;
  margin-left: 18px;
  padding-top: 1px;
}
html.rtl .settings .signature .editor_row .editor {
  margin-left: 0px;
  margin-right: 18px;
}
.settings .signature .editor_row .editor .html_editor {
  pointer-events: none;
}
.settings .signature .editor_row .editor .html_editor > * {
  pointer-events: auto;
}
.shared-image {
  border-radius: 5px;
  display: block;
  float: right;
  height: 18px;
  width: 18px;
  margin-right: 75px;
  margin-top: -35px;
  overflow: hidden;
  position: relative;
  background: #64aedc;
  color: #fff;
}
.shared-image:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shared-image:before {
  display: inline-block;
  font-size: 18px;
  height: 100%;
  width: 100%;
  content: "\e912";
}
.no-public .panel.files .items_list .item .shared-image.with_thumb {
  float: left;
  margin-top: -15px;
}
.LoginLayout {
  height: auto !important;
  min-height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
html.mobile .LoginLayout {
  background:#e6e9ed;
}
.LoginLayout .vhelper {
  display: inline-block;
  display: none;
  height: 100%;
  vertical-align: middle;
  width: 0px;
}
.LoginLayout.with_bottom_text {
  position: relative;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.LoginLayout.with_bottom_text .bottom_description {
  position: absolute;
  left: 0px;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.LoginLayout.with_bottom_text .bottom_description a {
  color: inherit;
  text-decoration: underline;
}
.login_panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #929292;
  display: inline-block;
  font-size: 9pt;
  padding: 20px;
  vertical-align: middle;
  width: 280px;
}
.login_panel .description {
  color: #fff !important;
}
.login_panel .welcome {
  color: #68483d !important;
}
.login_panel .description {
  color: #fff !important;
}
.login_panel .welcome {
  color: #68483d !important;
}
.login_panel .description {
  color: #fff !important;
}
.login_panel .description a {
  color: #fff !important;
}
.login_panel .welcome {
  z-index: 12345;
  color: #68483d !important;
}
.login_panel .bottom_description {
  color: #92ebef !important;
  z-index: 12345;
}
.login_panel .description {
  color: #fff !important;
}
.login_panel .description a {
  color: #fff !important;
}
.login_panel .welcome {
  z-index: 12345;
  color: #68483d !important;
}
.login_panel .bottom_description {
  color: #92ebef !important;
  z-index: 12345;
}
.login_panel .header {
  height: 100px;
  margin-bottom: 30px;
}
.login_panel .header.custom_logo {
  background: none;
  height: auto;
}
.login_panel .header .icon {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.login_panel .header .text {
  display: block;
  margin-top: 10px;
  color:#FFF;
}
.login_panel .header .icon {
  height: 100px;
  width: 130px;
}
.login_panel .header .icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.login_panel .header .icon:before {
  color: #25aeb8;
  text-shadow: 0 1px 0 #ffffff, 0 -1px 0 #1c868e, -1px -1px #219aa3;
  content: "\e63c";
  display: inline-block;
  font-size: 140px;
  height: 100%;
  margin-top: -20px;
  vertical-align: middle;
  width: 100%;
}
.login_panel .header .icon {
  height: 95px;
  width: 130px;
}
.login_panel .header .icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.login_panel .header .icon:before {
  color: #25aeb8;
  text-shadow: 0 1px 0 #ffffff, 0 -1px 0 #1c868e, -1px -1px #219aa3;
  content: "\e63c";
  display: inline-block;
  font-size: 140px;
  height: 100%;
  margin-top: -20px;
  vertical-align: middle;
  width: 100%;
}
.login_panel .header .icon {
  height: 95px;
  width: 130px;
}
.login_panel .header .icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.login_panel .header .icon:before {
  color: #25aeb8;
  text-shadow: 0 1px 0 #ffffff, 0 -1px 0 #1c868e, -1px -1px #219aa3;
  content: "\e63c";
  display: inline-block;
  font-size: 140px;
  height: 100%;
  margin-top: -20px;
  vertical-align: middle;
  width: 100%;
}
.login_panel .header .icon {
  height: 95px;
  width: 130px;
}
.login_panel .header .icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.login_panel .header .icon:before {
  color: #25aeb8;
  text-shadow: 0 1px 0 #ffffff, 0 -1px 0 #1c868e, -1px -1px #219aa3;
  content: "\e63c";
  display: inline-block;
  font-size: 140px;
  height: 100%;
  margin-top: -20px;
  vertical-align: middle;
  width: 100%;
}
.login_panel .welcome {
  margin-bottom: 20px;
  font-size: 14px;
}
.login_panel .welcome .name {
  font-style: italic;
  font-size: 17px;
  color: #6d5454;
}
.login_panel .login_panel_content {
  -webkit-perspective: 4000px;
  -moz-perspective: 4000px;
  -o-perspective: 4000px;
  perspective: 4000px;
  position: relative;
}
.login_panel .login_panel_content .col {
  -webkit-perspective: 4000px;
  -moz-perspective: 4000px;
  -o-perspective: 4000px;
  perspective: 4000px;
}
.login_panel .login_panel_content .col.left {
  margin-right: 276px;
  padding-right: 20px;
  text-align: center;
}
.login_panel .login_panel_content .col.right {
  position: absolute;
  right: 0px;
  width: 276px;
}
.login_panel .login_panel_content .content {
  box-shadow: 0px 0px 0px #ffffff;
  float: left;
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: -webkit-transform 600ms ease-in-out,
    opacity 120ms linear 240ms, visibility 1ms linear 300ms,
    margin-top 0ms linear 300ms;
  -moz-transition: -moz-transform 600ms ease-in-out, opacity 120ms linear 240ms,
    visibility 1ms linear 300ms, margin-top 0ms linear 300ms;
  transition: transform 600ms ease-in-out, opacity 120ms linear 240ms,
    visibility 1ms linear 300ms, margin-top 0ms linear 290ms;
}
.login_panel .login_panel_content .content.register,
.login_panel .login_panel_content .content.changepass,
.login_panel .login_panel_content .content.social_register {
  left: 50%;
  margin-left: -130px;
  position: relative;
  width: 260px;
}
.login_panel .login_panel_content .content.send_question {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.login_panel .login_panel_content .content.send_question .question {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  box-shadow: 0 1px 1px #dddddd inset;
  color: #000000;
  font-size: 11pt;
  height: 214px;
  padding: 6px 8px;
  resize: none;
  width: 100%;
}
.login_panel .login_panel_content .content.forgot .row {
  border-radius: 4px !important;
}
.login_panel .login_panel_content .content.register,
.login_panel .login_panel_content .content.changepass,
.login_panel .login_panel_content .content.social_register {
  text-align: center;
}
.login_panel .login_panel_content .content.social_register .question_title,
.login_panel .login_panel_content .content.send_question .question_title {
  color: #929292;
  display: block;
  font-size: 11pt;
}
.login_panel .login_panel_content .content.forgot,
.login_panel .login_panel_content .content.changepass,
.login_panel .login_panel_content .content.register,
.login_panel .login_panel_content .content.signin,
.login_panel .login_panel_content .content.activation,
.login_panel .login_panel_content .content.changepass,
.login_panel .login_panel_content .content.social_register {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  margin-top: -100000px;
  opacity: 0;
  visibility: hidden;
}
.login_panel .login_panel_content .content.activation {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  font-size: 12pt;
  text-shadow: 0px 1px 0px #f3f3f3;
  white-space: normal;
  width: 240px;
}
.login_panel.flipForgot .content.login,
.login_panel.flipChangepass .content.send_question,
.login_panel.flipRegister .content.login,
.login_panel.flipRegister .content.send_question,
.login_panel.flipRegister.flipForgot .content.forgot,
.login_panel.flipSignin .content.login,
.login_panel.flipSocialRegister .content.login,
.login_panel.flipSocialRegister .content.send_question,
.login_panel.flipActivation .content.login,
.login_panel.flipChangepass .content.login {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  margin-top: -100000px;
  opacity: 0;
  visibility: hidden;
}
.login_panel.flipForgot .content.forgot,
.login_panel.flipChangepass .content.changepass,
.login_panel.flipRegister .content.register,
.login_panel.flipSignin .content.signin,
.login_panel.flipSocialRegister .content.social_register {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}
.login_panel.flipActivation .content.activation {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}
.login_panel .description {
  color: #929292;
  margin-bottom: 10px !important;
}
.login_panel .social_description {
  background: #d7dcdf;
  border: 1px solid #c7cccf;
  border-radius: 4px;
  color: #464646;
  margin: 20px;
  margin-left: -85px;
  padding: 10px;
  width: 400px;
}
.login_panel .row {
  background: #ffffff;
  border: 1px solid #cac7c7;
  margin: -1px 0px 0px;
  padding: 10px;
  padding-left: 30px;
  text-align: right;
  white-space: nowrap;
}
html.rtl .login_panel .row {
  padding-left: 10px;
  padding-right: 30px;
}
html.rtl .login_panel .row.buttons {
  padding-left: 0px;
  padding-right: 0px;
}
.login_panel .row.focused {
  background: #fff3ce;
  border-color: #cfbf8e;
  position: relative;
}
.login_panel .row.shake {
  -webkit-animation: shake 0.8s linear;
  -moz-animation: shake 0.8s linear;
  animation: shake 0.8s linear;
}
.login_panel .row:first-child {
  border-radius: 4px 4px 0px 0px;
  box-shadow: 0 1px 1px #dddddd inset;
}
.login_panel .row:last-child {
  border-radius: 0px 0px 4px 4px;
  border-width: 1px;
}
.login_panel .row .value {
  vertical-align: middle;
}
.login_panel .row .value.suffix {
  margin-left: 16px;
}
.login_panel .row .value.suffix .text {
  color: #777777;
  font: 12pt Helvetica, Tahoma, Arial, sans-serif;
}
.login_panel .row .placeholder {
  display: inline-block;
  cursor: text;
  float: none;
  font-size: 12pt;
  height: 20px;
  margin-left: -20px;
  position: relative;
  text-indent: 0px;
  vertical-align: middle;
  width: 20px;
  zoom: 1;
}
html.rtl .login_panel .row .placeholder {
  margin-left: 0px;
  margin-right: -20px;
}
.login_panel .row .placeholder:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.login_panel .row .placeholder:before {
  color: #d5d4d2;
  display: inline-block;
  font-size: 22px;
  height: 20px;
  margin-right: 4px;
  margin-top: -6px;
  vertical-align: middle;
  width: 20px;
}
html.rtl .login_panel .row .placeholder:before {
  margin-left: 4px;
  margin-right: 0px;
}
.login_panel .row.filled .placeholder:before,
.login_panel .row.focused .placeholder:before {
  color: #cbc9c6;
}
.login_panel .row.email > .placeholder:before {
  content: "\e627";
}
.login_panel .row.password > .placeholder:before {
  content: "\e625";
}
.login_panel .row.name > .placeholder:before,
.login_panel .row.login > .placeholder:before {
  content: "\e626";
}
.login_panel .row.question,
.login_panel .row.answer {
  padding-left: 10px;
}
.login_panel .row.question html.rtl,
.login_panel .row.answer html.rtl {
  padding-right: 10px;
}
.login_panel .row.question .placeholder,
.login_panel .row.answer .placeholder {
  width: 0px;
}
.login_panel .row .input {
  background: transparent;
  border: 0px !important;
  border-radius: 0px;
  box-shadow: none;
  color: #444;
  display: inline-block;
  font: 12pt Helvetica, Tahoma, Arial, sans-serif;
  outline: none;
  padding: 1px 0px;
  text-align: left;
  text-indent: 3px;
  width: 100%;
}
html.rtl .login_panel .row .input {
  text-align: right;
}
.login_panel .row .input:focus {
  box-shadow: none;
}
.login_panel .row .input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.login_panel .row .input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff3ce inset !important;
}
.login_panel .custom_checkbox.focus {
  box-shadow: 0px 4px 3px -3px #e5e5e5 inset, 0 0 2px 0 #1d67cd;
}
.login_panel .custom_checkbox.focus .icon {
  border: 1px solid #ffffff;
}
.login_panel .signme,
.login_panel .links {
  background: none;
  border: 0px;
  border-radius: 0px;
  font-size: 9pt;
  margin-bottom: 14px;
  padding: 0px;
  text-align: center;
}
html.rtl .login_panel .signme,
html.rtl .login_panel .links {
  text-align: right;
}
.login_panel .signme .signme_label {
  cursor: pointer;
  font-size: 9pt;
  height: auto;
  text-indent: 0px;
  width: auto;
}
.login_panel .signme input {
  vertical-align: middle;
}
.login_panel .links .forgot {
  float: right;
  margin-left: 16px;
}
.login_panel.login .row.login {
  border-radius: 4px 4px 0px 0px;
}
.login_panel.login.email .row.login {
  border-radius: 0px;
}
.LoginLayout .languages {
  border-radius: 5px;
  padding: 10px 16px;
  position: fixed;
  right: 20px;
  top: 20px;
}
html.rtl .LoginLayout .languages {
  left: 20px;
  right: auto;
}
.LoginLayout .languages .custom_selector .control .icon {
  color: #000;
}
.LoginLayout .languages .custom_selector .control .icon:before {
  font-size: 18px;
}
.register .LoginLayout .languages .custom_selector .name {
  display: inline-block;
  height: 15px;
}
.LoginLayout .languages .custom_selector .dropdown_arrow {
  float: right;
  margin-right: 22px;
}
.LoginLayout .languages .custom_selector .dropdown_content {
  padding: 0px;
  width: 105%;
}
.register .LoginLayout .languages .custom_selector .dropdown_content {
  position: relative;
}
.LoginLayout .languages .custom_selector .item {
  border-bottom: 1px solid #cbc8c0;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  padding: 8px 12px;
  white-space: nowrap;
}
.LoginLayout .languages .custom_selector .item.selected {
  background: #f0f0f0;
}
.LoginLayout .languages .custom_selector .item:hover {
  background: #fafafa;
}
.LoginLayout .languages .name .text {
  display: none;
}
.LoginLayout .languages .icon {
  background: url("../../images/sprites.png") no-repeat 40px -400px;
  display: inline-block;
  height: 11px;
  margin-right: 4px;
  vertical-align: middle;
  width: 16px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
  only screen and (-moz-min-device-pixel-ratio: 1.3),
  only screen and (-o-min-device-pixel-ratio: 1.3/1),
  only screen and (min-resolution: 1.3dppx),
  only screen and (min-resolution: 125dpi) {
  .LoginLayout .languages .icon {
    background-image: url("../../images/sprites2x.png");
    background-size: 1440px 560px;
  }
}
html.rtl .LoginLayout .languages .icon {
  margin-left: 4px;
  margin-right: 0px;
}
.LoginLayout .languages .English .icon {
  background-position: 0px -480px;
}
.LoginLayout .languages .Arabic .icon {
  background-position: -80px -520px;
}
.LoginLayout .languages .Bulgarian .icon {
  background-position: -40px -480px;
}
.LoginLayout .languages .Chinese-Simplified .icon {
  background-position: -80px -480px;
}
.LoginLayout .languages .Chinese-Traditional .icon {
  background-position: -80px -480px;
}
.LoginLayout .languages .Czech .icon {
  background-position: -120px -480px;
}
.LoginLayout .languages .Danish .icon {
  background-position: -160px -480px;
}
.LoginLayout .languages .Dutch .icon {
  background-position: -640px -480px;
}
.LoginLayout .languages .Estonian .icon {
  background-position: -200px -480px;
}
.LoginLayout .languages .Finnish .icon {
  background-position: -240px -480px;
}
.LoginLayout .languages .French .icon {
  background-position: -280px -480px;
}
.LoginLayout .languages .German .icon {
  background-position: -320px -480px;
}
.LoginLayout .languages .Greek .icon {
  background-position: -360px -480px;
}
.LoginLayout .languages .Hebrew .icon {
  background-position: -440px -480px;
}
.LoginLayout .languages .Hungarian .icon {
  background-position: -400px -480px;
}
.LoginLayout .languages .Italian .icon {
  background-position: -480px -480px;
}
.LoginLayout .languages .Japanese .icon {
  background-position: -520px -480px;
}
.LoginLayout .languages .Korean .icon {
  background-position: -120px -520px;
}
.LoginLayout .languages .Latvian .icon {
  background-position: -560px -480px;
}
.LoginLayout .languages .Lithuanian .icon {
  background-position: -600px -480px;
}
.LoginLayout .languages .Norwegian .icon {
  background-position: -680px -480px;
}
.LoginLayout .languages .Persian .icon {
  background-position: -360px -520px;
}
.LoginLayout .languages .Polish .icon {
  background-position: -720px -480px;
}
.LoginLayout .languages .Portuguese-Brazil .icon {
  background-position: -760px -480px;
}
.LoginLayout .languages .Romanian .icon {
  background-position: 0px -520px;
}
.LoginLayout .languages .Russian .icon {
  background-position: -40px -520px;
}
.LoginLayout .languages .Spanish .icon {
  background-position: -160px -520px;
}
.LoginLayout .languages .Swedish .icon {
  background-position: -200px -520px;
}
.LoginLayout .languages .Thai .icon {
  background-position: -240px -520px;
}
.LoginLayout .languages .Turkish .icon {
  background-position: -280px -520px;
}
.LoginLayout .languages .Ukrainian .icon {
  background-position: -320px -520px;
}
.LoginLayout .languages .Serbian .icon {
  background-position: -400px -520px;
}
.LoginLayout .languages .Portuguese-Portuguese .icon {
  background-position: -800px -480px;
}
.LoginLayout .languages .Vietnamese .icon {
  background-position: -440px -520px;
}
.LoginLayout .languages .Slovenian .icon {
  background-position: -480px -520px;
}
.LoginLayout .languages .Slovak .icon {
  background-position: -520px -520px;
}
.LoginLayout .languages.demo {
  border: 1px solid #c7cccf;
  border-radius: 4px;
  clear: both;
  left: auto;
  margin-left: -172px;
  margin-top: 20px;
  padding: 10px 14px;
  position: relative !important;
  right: auto;
  text-align: left;
  top: 20px;
  width: 590px;
  background: #9ee6d4;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #c1cdb8),
    color-stop(1, #9ee6d4)
  );
  background: -webkit-linear-gradient(bottom, #c1cdb8 0%, #9ee6d4 100%);
  background: -ms-linear-gradient(bottom, #c1cdb8, #9ee6d4);
  background: -moz-linear-gradient(center bottom, #c1cdb8 0%, #9ee6d4 100%);
  background: -o-linear-gradient(#9ee6d4, #c1cdb8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9EE6D4', endColorstr='#C1CDB8', GradientType=0);
}
html.rtl .LoginLayout .languages.demo {
  margin-left: 0;
  margin-right: -172px;
  text-align: right;
}
.LoginLayout .languages.demo .langs_heading {
  color: #464646;
  font-size: 12pt;
  margin-bottom: 10px;
  text-align: center;
}
.LoginLayout .languages.demo .item {
  color: #555555;
  display: inline-block;
  width: 24%;
}
.LoginLayout .languages.demo .item .item_content {
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  padding: 3px 6px;
  white-space: nowrap;
}
.LoginLayout .languages.demo .item .item_content:hover {
  background-color: #67c0b7;
  color: #333333;
}
.LoginLayout .languages.demo .item .item_content .text {
  display: inline-block;
  vertical-align: middle;
}
.LoginLayout .languages.demo .item.selected .item_content {
  background: #2993a2;
  color: #fff;
}
.LoginLayout .buttons {
  background: none;
  border: 0px;
  margin: 20px 0 14px;
  padding: 0px;
}
.LoginLayout .buttons .button {
  display: block;
  font-size: 12pt;
  padding: 10px;
  width: 100%;
  border: none !important;
  background-color: #81bc00 !important;
  box-shadow: 0 2px 0 0 #74a900;
}
.LoginLayout .buttons .button:focus {
  border: 1px solid #eee;
}
.TasksLayout .search_block {
  height: auto;
}
.TasksLayout .custom_checkbox.round {
  padding: 3px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.TasksLayout .custom_checkbox.round .icon {
  width: 25px !important;
  height: 25px !important;
  border-radius: 50%;
  margin-left: -1px;
  margin-top: -1px;
}
.TasksLayout .custom_checkbox.round .icon:before {
  margin-top: 7px;
  font-size: 13pt;
}
.TasksLayout .data.table > span {
  margin-top: 9px;
  font-size: 12pt;
}
.TasksLayout .items_list .item .data.table .withDate {
  margin-top: 2px;
}
.TasksLayout .additional_buttons .item.task {
  display: none;
}
.TasksLayout .panel.calendars_panel {
  width: 20%;
}
.TasksLayout .panel.calendars_panel .middle_bar {
  position: relative;
}
.TasksLayout .panel.calendars_panel .dropdowns {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  padding-right: 50px;
  position: absolute;
  width: 100%;
}
html.rtl .TasksLayout .panel.calendars_panel .dropdowns {
  padding-left: 50px;
  padding-right: 0px;
}
.TasksLayout .panel.calendars_panel .dropdowns .separator {
  background: #000;
  display: block;
  height: 1px;
  margin: 8px 17px;
  opacity: 0.1;
}
.TasksLayout .panel.calendars_panel .dropdowns .dropdown {
  z-index: 99;
}
.TasksLayout .panel.calendars_panel .dropdowns .dropdown .dropdown_helper {
  min-width: inherit;
  top: 0;
}
.TasksLayout .panel.calendars_panel .dropdowns .dropdown .dropdown_content {
  border: 0px;
  border-radius: 0px 0px 4px 0px;
}
html.rtl
  .TasksLayout
  .panel.calendars_panel
  .dropdowns
  .dropdown
  .dropdown_content {
  border-radius: 0px 0px 0px 4px;
}
.TasksLayout .panel.calendars_panel .dropdowns .dropdown .dropdown_arrow {
  display: none;
}
.TasksLayout .panel.calendars_panel .dropdowns .dropdown .item {
  color: #ffffff;
}
.TasksLayout .panel.calendars_panel .dropdowns .dropdown .item:hover {
  background-color: rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1a000000', endColorstr='#1a000000');
}
.TasksLayout .panel.calendars_panel .dropdowns .colors {
  display: block;
  font-size: 0;
  line-height: 100%;
  padding: 8px 17px 16px;
  white-space: normal;
}
.TasksLayout .panel.calendars_panel .dropdowns .colors .item {
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 13px;
  margin: 0px 6px 6px 0px;
  padding: 0px;
  width: 13px;
}
.TasksLayout .panel.calendars_panel .calendars {
  height: auto;
}
.TasksLayout .panel.calendars_panel .calendars .item {
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 4px;
  max-height: 500px;
  overflow: visible;
  padding: 7px 17px 6px 16px;
  position: relative;
}
.TasksLayout .panel.calendars_panel .calendars .item .label-container {
  padding-right: 20px;
  position: relative;
}
.TasksLayout .panel.calendars_panel .calendars .item .button-container {
  cursor: default;
  height: 100%;
  padding-right: 17px;
  padding-top: 7px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.TasksLayout .panel.calendars_panel .calendars .item.readonly {
  border: 1px dashed #ffffff;
  opacity: 0.7;
}
.TasksLayout .panel.calendars_panel .calendars .item .custom_checkbox {
  float: left;
  margin-right: 8px;
  margin-top: 1px;
}
.TasksLayout .panel.calendars_panel .calendars .item .custom_checkbox .icon {
  border: 1px solid rgba(41, 44, 47, 0.35);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.TasksLayout .panel.calendars_panel .calendars .item .title {
  font-size: 11pt;
  font-weight: normal;
  margin: 0px;
  overflow: hidden;
}
.TasksLayout .panel.calendars_panel .calendars .item.inactive .title {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.TasksLayout .panel.calendars_panel .calendars .item .icon.public {
  display: inline-block;
  float: right;
  height: 18px;
  margin-left: 6px;
  width: 18px;
}
.TasksLayout .panel.calendars_panel .calendars .item .icon.public:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.TasksLayout .panel.calendars_panel .calendars .item .icon.public:before {
  content: "\e65c";
  display: inline-block;
  font-size: 18px;
  margin-top: -2px;
  vertical-align: middle;
}
.TasksLayout .panel.calendars_panel .calendars .item .control {
  cursor: pointer;
  display: none;
  float: right;
  height: 14px;
  margin-left: 4px;
  width: 14px;
}
.TasksLayout .panel.calendars_panel .calendars .item .control:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.TasksLayout .panel.calendars_panel .calendars .item .control:before {
  content: "\e66d";
  display: inline-block;
  font-size: 16px;
  margin-top: -2px;
  vertical-align: middle;
}
.TasksLayout .panel.calendars_panel .calendars .item .control:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.TasksLayout .panel.calendars_panel .calendars .item.expand .control:before {
  content: "\e671";
}
.TasksLayout .panel.calendars_panel .calendars .section_title .control {
  cursor: pointer;
  height: 16px;
  overflow: hidden;
  width: 16px;
}
.TasksLayout .panel.calendars_panel .calendars .section_title .control:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.TasksLayout .panel.calendars_panel .calendars .section_title .control:hover {
  opacity: 0.6;
}
.TasksLayout .panel.calendars_panel .calendars .section_title .control:before {
  content: "\e63b";
  display: inline-block;
  font-size: 20px;
  height: 100%;
  margin: -2px 0 0 -2px;
  width: 100%;
}
.TasksLayout .panel.calendars_panel .calendars .section_title .title {
  font-size: 11pt;
  padding: 0px;
  text-transform: none;
}
.TasksLayout .panel.calendars_panel .calendars .section_title .title .text {
  vertical-align: middle;
}
.TasksLayout .panel.calendars_panel .calendars .section_title .title .icon {
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 20px;
}
.TasksLayout
  .panel.calendars_panel
  .calendars
  .section_title
  .title
  .icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "fontawesome";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.TasksLayout
  .panel.calendars_panel
  .calendars
  .section_title
  .title
  .icon:before {
  display: inline-block;
  font-size: 20px;
  height: 20px;
  margin-left: -3px;
  width: 20px;
}
.TasksLayout
  .panel.calendars_panel
  .calendars
  .section_title
  .title.personal
  .icon:before {
  content: "\e618";
}
.TasksLayout
  .panel.calendars_panel
  .calendars
  .section_title
  .title.shared
  .icon:before {
  content: "\e634";
}
.TasksLayout
  .panel.calendars_panel
  .calendars
  .section_title
  .title.shared-all
  .icon:before {
  content: "\e629";
}
.panels.settings .panel.navigation_panel .item.two-factor-auth .icon:before {
  content: "\e915";
}

.ContactsLayout .panel_bottom .buttons .secondary_button {
  background-color: rgb(153, 153, 153) !important;
  color: white !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 0px 0px inset !important;
  border-color: rgb(153, 153, 153) !important;
  margin-left: 10px;
}



  /*!
      SONRADAN GELENLER İÇİN AYRAÇ
 */


.dashboard html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.dashboard body {
    margin: 0;
}

.dashboard article,
.dashboard aside,
.dashboard details,
.dashboard figcaption,
.dashboard figure,
.dashboard footer,
.dashboard header,
.dashboard hgroup,
.dashboard main,
.dashboard menu,
.dashboard nav,
.dashboard section,
.dashboard summary {
    display: block;
}

.dashboard audio,
.dashboard canvas,
.dashboard progress,
.dashboard video {
    display: inline-block;
    vertical-align: baseline;
}

.dashboard audio:not([controls]) {
    display: none;
    height: 0;
}

.dashboard [hidden],
.dashboard template {
    display: none;
}

.dashboard a {
    background-color: transparent;
}

.dashboard a:active,
.dashboard a:hover {
    outline: 0;
}

.dashboard abbr[title] {
    border-bottom: 1px dotted;
}

.dashboard b,
.dashboard strong {
    font-weight: bold;
}

.dashboard dfn {
    font-style: italic;
}

.dashboard h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

.dashboard mark {
    background: #ff0;
    color: #000;
}

.dashboard small {
    font-size: 80%;
}

.dashboard sub,
.dashboard sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.dashboard sup {
    top: -0.5em;
}

.dashboard sub {
    bottom: -0.25em;
}

.dashboard img {
    border: 0;
}

.dashboard svg:not(:root) {
    overflow: hidden;
}

.dashboard figure {
    margin: 1em 40px;
}

.dashboard hr {
    box-sizing: content-box;
    height: 0;
}

.dashboard pre {
    overflow: auto;
}

.dashboard code,
.dashboard kbd,
.dashboard pre,
.dashboard samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

.dashboard button,
.dashboard input,
.dashboard optgroup,
.dashboard select,
.dashboard textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.dashboard button {
    overflow: visible;
}

.dashboard button,
.dashboard select {
    text-transform: none;
}

.dashboard button,
.dashboard html input[type="button"],
.dashboard input[type="reset"],
.dashboard input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.dashboard button[disabled],
.dashboard html input[disabled] {
    cursor: default;
}

.dashboard button::-moz-focus-inner,
.dashboard input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.dashboard input {
    line-height: normal;
}

.dashboard input[type="checkbox"],
.dashboard input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.dashboard input[type="number"]::-webkit-inner-spin-button,
.dashboard input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

.dashboard input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

.dashboard input[type="search"]::-webkit-search-cancel-button,
.dashboard input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.dashboard fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

.dashboard legend {
    border: 0;
    padding: 0;
}

.dashboard textarea {
    overflow: auto;
}

.dashboard optgroup {
    font-weight: bold;
}

.dashboard table {
    border-collapse: collapse;
    border-spacing: 0;
}

.dashboard td,
.dashboard th {
    padding: 0;
}

@media print {
    .dashboard *,
    .dashboard *:before,
    .dashboard *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .dashboard a,
    .dashboard a:visited {
        text-decoration: underline;
    }

    .dashboard a[href]:after {
        content: " (" attr(href) ")";
    }

    .dashboard abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .dashboard a[href^="#"]:after,
    .dashboard a[href^="javascript:"]:after {
        content: "";
    }

    .dashboard pre,
    .dashboard blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    .dashboard thead {
        display: table-header-group;
    }

    .dashboard tr,
    .dashboard img {
        page-break-inside: avoid;
    }

    .dashboard img {
        max-width: 100% !important;
    }

    .dashboard p,
    .dashboard h2,
    .dashboard h3 {
        orphans: 3;
        widows: 3;
    }

    .dashboard h2,
    .dashboard h3 {
        page-break-after: avoid;
    }

    .dashboard .navbar {
        display: none;
    }

    .dashboard .btn > .caret,
    .dashboard .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .dashboard .label {
        border: 1px solid #000;
    }

    .dashboard .table {
        border-collapse: collapse !important;
    }

    .dashboard .table td,
    .dashboard .table th {
        background-color: #fff !important;
    }

    .dashboard .table-bordered th,
    .dashboard .table-bordered td {
        border: 1px solid #ddd !important;
    }
}



.dashboard .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dashboard .glyphicon-asterisk:before {
    content: "\002a";
}

.dashboard .glyphicon-plus:before {
    content: "\002b";
}

.dashboard .glyphicon-euro:before,
.dashboard .glyphicon-eur:before {
    content: "\20ac";
}

.dashboard .glyphicon-minus:before {
    content: "\2212";
}

.dashboard .glyphicon-cloud:before {
    content: "\2601";
}

.dashboard .glyphicon-envelope:before {
    content: "\2709";
}

.dashboard .glyphicon-pencil:before {
    content: "\270f";
}

.dashboard .glyphicon-glass:before {
    content: "\e001";
}

.dashboard .glyphicon-music:before {
    content: "\e002";
}

.dashboard .glyphicon-search:before {
    content: "\e003";
}

.dashboard .glyphicon-heart:before {
    content: "\e005";
}

.dashboard .glyphicon-star:before {
    content: "\e006";
}

.dashboard .glyphicon-star-empty:before {
    content: "\e007";
}

.dashboard .glyphicon-user:before {
    content: "\e008";
}

.dashboard .glyphicon-film:before {
    content: "\e009";
}

.dashboard .glyphicon-th-large:before {
    content: "\e010";
}

.dashboard .glyphicon-th:before {
    content: "\e011";
}

.dashboard .glyphicon-th-list:before {
    content: "\e012";
}

.dashboard .glyphicon-ok:before {
    content: "\e013";
}

.dashboard .glyphicon-remove:before {
    content: "\e014";
}

.dashboard .glyphicon-zoom-in:before {
    content: "\e015";
}

.dashboard .glyphicon-zoom-out:before {
    content: "\e016";
}

.dashboard .glyphicon-off:before {
    content: "\e017";
}

.dashboard .glyphicon-signal:before {
    content: "\e018";
}

.dashboard .glyphicon-cog:before {
    content: "\e019";
}

.dashboard .glyphicon-trash:before {
    content: "\e020";
}

.dashboard .glyphicon-home:before {
    content: "\e021";
}

.dashboard .glyphicon-file:before {
    content: "\e022";
}

.dashboard .glyphicon-time:before {
    content: "\e023";
}

.dashboard .glyphicon-road:before {
    content: "\e024";
}

.dashboard .glyphicon-download-alt:before {
    content: "\e025";
}

.dashboard .glyphicon-download:before {
    content: "\e026";
}

.dashboard .glyphicon-upload:before {
    content: "\e027";
}

.dashboard .glyphicon-inbox:before {
    content: "\e028";
}

.dashboard .glyphicon-play-circle:before {
    content: "\e029";
}

.dashboard .glyphicon-repeat:before {
    content: "\e030";
}

.dashboard .glyphicon-refresh:before {
    content: "\e031";
}

.dashboard .glyphicon-list-alt:before {
    content: "\e032";
}

.dashboard .glyphicon-lock:before {
    content: "\e033";
}

.dashboard .glyphicon-flag:before {
    content: "\e034";
}

.dashboard .glyphicon-headphones:before {
    content: "\e035";
}

.dashboard .glyphicon-volume-off:before {
    content: "\e036";
}

.dashboard .glyphicon-volume-down:before {
    content: "\e037";
}

.dashboard .glyphicon-volume-up:before {
    content: "\e038";
}

.dashboard .glyphicon-qrcode:before {
    content: "\e039";
}

.dashboard .glyphicon-barcode:before {
    content: "\e040";
}

.dashboard .glyphicon-tag:before {
    content: "\e041";
}

.dashboard .glyphicon-tags:before {
    content: "\e042";
}

.dashboard .glyphicon-book:before {
    content: "\e043";
}

.dashboard .glyphicon-bookmark:before {
    content: "\e044";
}

.dashboard .glyphicon-print:before {
    content: "\e045";
}

.dashboard .glyphicon-camera:before {
    content: "\e046";
}

.dashboard .glyphicon-font:before {
    content: "\e047";
}

.dashboard .glyphicon-bold:before {
    content: "\e048";
}

.dashboard .glyphicon-italic:before {
    content: "\e049";
}

.dashboard .glyphicon-text-height:before {
    content: "\e050";
}

.dashboard .glyphicon-text-width:before {
    content: "\e051";
}

.dashboard .glyphicon-align-left:before {
    content: "\e052";
}

.dashboard .glyphicon-align-center:before {
    content: "\e053";
}

.dashboard .glyphicon-align-right:before {
    content: "\e054";
}

.dashboard .glyphicon-align-justify:before {
    content: "\e055";
}

.dashboard .glyphicon-list:before {
    content: "\e056";
}

.dashboard .glyphicon-indent-left:before {
    content: "\e057";
}

.dashboard .glyphicon-indent-right:before {
    content: "\e058";
}

.dashboard .glyphicon-facetime-video:before {
    content: "\e059";
}

.dashboard .glyphicon-picture:before {
    content: "\e060";
}

.dashboard .glyphicon-map-marker:before {
    content: "\e062";
}

.dashboard .glyphicon-adjust:before {
    content: "\e063";
}

.dashboard .glyphicon-tint:before {
    content: "\e064";
}

.dashboard .glyphicon-edit:before {
    content: "\e065";
}

.dashboard .glyphicon-share:before {
    content: "\e066";
}

.dashboard .glyphicon-check:before {
    content: "\e067";
}

.dashboard .glyphicon-move:before {
    content: "\e068";
}

.dashboard .glyphicon-step-backward:before {
    content: "\e069";
}

.dashboard .glyphicon-fast-backward:before {
    content: "\e070";
}

.dashboard .glyphicon-backward:before {
    content: "\e071";
}

.dashboard .glyphicon-play:before {
    content: "\e072";
}

.dashboard .glyphicon-pause:before {
    content: "\e073";
}

.dashboard .glyphicon-stop:before {
    content: "\e074";
}

.dashboard .glyphicon-forward:before {
    content: "\e075";
}

.dashboard .glyphicon-fast-forward:before {
    content: "\e076";
}

.dashboard .glyphicon-step-forward:before {
    content: "\e077";
}

.dashboard .glyphicon-eject:before {
    content: "\e078";
}

.dashboard .glyphicon-chevron-left:before {
    content: "\e079";
}

.dashboard .glyphicon-chevron-right:before {
    content: "\e080";
}

.dashboard .glyphicon-plus-sign:before {
    content: "\e081";
}

.dashboard .glyphicon-minus-sign:before {
    content: "\e082";
}

.dashboard .glyphicon-remove-sign:before {
    content: "\e083";
}

.dashboard .glyphicon-ok-sign:before {
    content: "\e084";
}

.dashboard .glyphicon-question-sign:before {
    content: "\e085";
}

.dashboard .glyphicon-info-sign:before {
    content: "\e086";
}

.dashboard .glyphicon-screenshot:before {
    content: "\e087";
}

.dashboard .glyphicon-remove-circle:before {
    content: "\e088";
}

.dashboard .glyphicon-ok-circle:before {
    content: "\e089";
}

.dashboard .glyphicon-ban-circle:before {
    content: "\e090";
}

.dashboard .glyphicon-arrow-left:before {
    content: "\e091";
}

.dashboard .glyphicon-arrow-right:before {
    content: "\e092";
}

.dashboard .glyphicon-arrow-up:before {
    content: "\e093";
}

.dashboard .glyphicon-arrow-down:before {
    content: "\e094";
}

.dashboard .glyphicon-share-alt:before {
    content: "\e095";
}

.dashboard .glyphicon-resize-full:before {
    content: "\e096";
}

.dashboard .glyphicon-resize-small:before {
    content: "\e097";
}

.dashboard .glyphicon-exclamation-sign:before {
    content: "\e101";
}

.dashboard .glyphicon-gift:before {
    content: "\e102";
}

.dashboard .glyphicon-leaf:before {
    content: "\e103";
}

.dashboard .glyphicon-fire:before {
    content: "\e104";
}

.dashboard .glyphicon-eye-open:before {
    content: "\e105";
}

.dashboard .glyphicon-eye-close:before {
    content: "\e106";
}

.dashboard .glyphicon-warning-sign:before {
    content: "\e107";
}

.dashboard .glyphicon-plane:before {
    content: "\e108";
}

.dashboard .glyphicon-calendar:before {
    content: "\e109";
}

.dashboard .glyphicon-random:before {
    content: "\e110";
}

.dashboard .glyphicon-comment:before {
    content: "\e111";
}

.dashboard .glyphicon-magnet:before {
    content: "\e112";
}

.dashboard .glyphicon-chevron-up:before {
    content: "\e113";
}

.dashboard .glyphicon-chevron-down:before {
    content: "\e114";
}

.dashboard .glyphicon-retweet:before {
    content: "\e115";
}

.dashboard .glyphicon-shopping-cart:before {
    content: "\e116";
}

.dashboard .glyphicon-folder-close:before {
    content: "\e117";
}

.dashboard .glyphicon-folder-open:before {
    content: "\e118";
}

.dashboard .glyphicon-resize-vertical:before {
    content: "\e119";
}

.dashboard .glyphicon-resize-horizontal:before {
    content: "\e120";
}

.dashboard .glyphicon-hdd:before {
    content: "\e121";
}

.dashboard .glyphicon-bullhorn:before {
    content: "\e122";
}

.dashboard .glyphicon-bell:before {
    content: "\e123";
}

.dashboard .glyphicon-certificate:before {
    content: "\e124";
}

.dashboard .glyphicon-thumbs-up:before {
    content: "\e125";
}

.dashboard .glyphicon-thumbs-down:before {
    content: "\e126";
}

.dashboard .glyphicon-hand-right:before {
    content: "\e127";
}

.dashboard .glyphicon-hand-left:before {
    content: "\e128";
}

.dashboard .glyphicon-hand-up:before {
    content: "\e129";
}

.dashboard .glyphicon-hand-down:before {
    content: "\e130";
}

.dashboard .glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.dashboard .glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.dashboard .glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.dashboard .glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.dashboard .glyphicon-globe:before {
    content: "\e135";
}

.dashboard .glyphicon-wrench:before {
    content: "\e136";
}

.dashboard .glyphicon-tasks:before {
    content: "\e137";
}

.dashboard .glyphicon-filter:before {
    content: "\e138";
}

.dashboard .glyphicon-briefcase:before {
    content: "\e139";
}

.dashboard .glyphicon-fullscreen:before {
    content: "\e140";
}

.dashboard .glyphicon-dashboard:before {
    content: "\e141";
}

.dashboard .glyphicon-paperclip:before {
    content: "\e142";
}

.dashboard .glyphicon-heart-empty:before {
    content: "\e143";
}

.dashboard .glyphicon-link:before {
    content: "\e144";
}

.dashboard .glyphicon-phone:before {
    content: "\e145";
}

.dashboard .glyphicon-pushpin:before {
    content: "\e146";
}

.dashboard .glyphicon-usd:before {
    content: "\e148";
}

.dashboard .glyphicon-gbp:before {
    content: "\e149";
}

.dashboard .glyphicon-sort:before {
    content: "\e150";
}

.dashboard .glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.dashboard .glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.dashboard .glyphicon-sort-by-order:before {
    content: "\e153";
}

.dashboard .glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.dashboard .glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.dashboard .glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.dashboard .glyphicon-unchecked:before {
    content: "\e157";
}

.dashboard .glyphicon-expand:before {
    content: "\e158";
}

.dashboard .glyphicon-collapse-down:before {
    content: "\e159";
}

.dashboard .glyphicon-collapse-up:before {
    content: "\e160";
}

.dashboard .glyphicon-log-in:before {
    content: "\e161";
}

.dashboard .glyphicon-flash:before {
    content: "\e162";
}

.dashboard .glyphicon-log-out:before {
    content: "\e163";
}

.dashboard .glyphicon-new-window:before {
    content: "\e164";
}

.dashboard .glyphicon-record:before {
    content: "\e165";
}

.dashboard .glyphicon-save:before {
    content: "\e166";
}

.dashboard .glyphicon-open:before {
    content: "\e167";
}

.dashboard .glyphicon-saved:before {
    content: "\e168";
}

.dashboard .glyphicon-import:before {
    content: "\e169";
}

.dashboard .glyphicon-export:before {
    content: "\e170";
}

.dashboard .glyphicon-send:before {
    content: "\e171";
}

.dashboard .glyphicon-floppy-disk:before {
    content: "\e172";
}

.dashboard .glyphicon-floppy-saved:before {
    content: "\e173";
}

.dashboard .glyphicon-floppy-remove:before {
    content: "\e174";
}

.dashboard .glyphicon-floppy-save:before {
    content: "\e175";
}

.dashboard .glyphicon-floppy-open:before {
    content: "\e176";
}

.dashboard .glyphicon-credit-card:before {
    content: "\e177";
}

.dashboard .glyphicon-transfer:before {
    content: "\e178";
}

.dashboard .glyphicon-cutlery:before {
    content: "\e179";
}

.dashboard .glyphicon-header:before {
    content: "\e180";
}

.dashboard .glyphicon-compressed:before {
    content: "\e181";
}

.dashboard .glyphicon-earphone:before {
    content: "\e182";
}

.dashboard .glyphicon-phone-alt:before {
    content: "\e183";
}

.dashboard .glyphicon-tower:before {
    content: "\e184";
}

.dashboard .glyphicon-stats:before {
    content: "\e185";
}

.dashboard .glyphicon-sd-video:before {
    content: "\e186";
}

.dashboard .glyphicon-hd-video:before {
    content: "\e187";
}

.dashboard .glyphicon-subtitles:before {
    content: "\e188";
}

.dashboard .glyphicon-sound-stereo:before {
    content: "\e189";
}

.dashboard .glyphicon-sound-dolby:before {
    content: "\e190";
}

.dashboard .glyphicon-sound-5-1:before {
    content: "\e191";
}

.dashboard .glyphicon-sound-6-1:before {
    content: "\e192";
}

.dashboard .glyphicon-sound-7-1:before {
    content: "\e193";
}

.dashboard .glyphicon-copyright-mark:before {
    content: "\e194";
}

.dashboard .glyphicon-registration-mark:before {
    content: "\e195";
}

.dashboard .glyphicon-cloud-download:before {
    content: "\e197";
}

.dashboard .glyphicon-cloud-upload:before {
    content: "\e198";
}

.dashboard .glyphicon-tree-conifer:before {
    content: "\e199";
}

.dashboard .glyphicon-tree-deciduous:before {
    content: "\e200";
}

.dashboard .glyphicon-cd:before {
    content: "\e201";
}

.dashboard .glyphicon-save-file:before {
    content: "\e202";
}

.dashboard .glyphicon-open-file:before {
    content: "\e203";
}

.dashboard .glyphicon-level-up:before {
    content: "\e204";
}

.dashboard .glyphicon-copy:before {
    content: "\e205";
}

.dashboard .glyphicon-paste:before {
    content: "\e206";
}

.dashboard .glyphicon-alert:before {
    content: "\e209";
}

.dashboard .glyphicon-equalizer:before {
    content: "\e210";
}

.dashboard .glyphicon-king:before {
    content: "\e211";
}

.dashboard .glyphicon-queen:before {
    content: "\e212";
}

.dashboard .glyphicon-pawn:before {
    content: "\e213";
}

.dashboard .glyphicon-bishop:before {
    content: "\e214";
}

.dashboard .glyphicon-knight:before {
    content: "\e215";
}

.dashboard .glyphicon-baby-formula:before {
    content: "\e216";
}

.dashboard .glyphicon-tent:before {
    content: "\26fa";
}

.dashboard .glyphicon-blackboard:before {
    content: "\e218";
}

.dashboard .glyphicon-bed:before {
    content: "\e219";
}

.dashboard .glyphicon-apple:before {
    content: "\f8ff";
}

.dashboard .glyphicon-erase:before {
    content: "\e221";
}

.dashboard .glyphicon-hourglass:before {
    content: "\231b";
}

.dashboard .glyphicon-lamp:before {
    content: "\e223";
}

.dashboard .glyphicon-duplicate:before {
    content: "\e224";
}

.dashboard .glyphicon-piggy-bank:before {
    content: "\e225";
}

.dashboard .glyphicon-scissors:before {
    content: "\e226";
}

.dashboard .glyphicon-bitcoin:before {
    content: "\e227";
}

.dashboard .glyphicon-btc:before {
    content: "\e227";
}

.dashboard .glyphicon-xbt:before {
    content: "\e227";
}

.dashboard .glyphicon-yen:before {
    content: "\00a5";
}

.dashboard .glyphicon-jpy:before {
    content: "\00a5";
}

.dashboard .glyphicon-ruble:before {
    content: "\20bd";
}

.dashboard .glyphicon-rub:before {
    content: "\20bd";
}

.dashboard .glyphicon-scale:before {
    content: "\e230";
}

.dashboard .glyphicon-ice-lolly:before {
    content: "\e231";
}

.dashboard .glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.dashboard .glyphicon-education:before {
    content: "\e233";
}

.dashboard .glyphicon-option-horizontal:before {
    content: "\e234";
}

.dashboard .glyphicon-option-vertical:before {
    content: "\e235";
}

.dashboard .glyphicon-menu-hamburger:before {
    content: "\e236";
}

.dashboard .glyphicon-modal-window:before {
    content: "\e237";
}

.dashboard .glyphicon-oil:before {
    content: "\e238";
}

.dashboard .glyphicon-grain:before {
    content: "\e239";
}

.dashboard .glyphicon-sunglasses:before {
    content: "\e240";
}

.dashboard .glyphicon-text-size:before {
    content: "\e241";
}

.dashboard .glyphicon-text-color:before {
    content: "\e242";
}

.dashboard .glyphicon-text-background:before {
    content: "\e243";
}

.dashboard .glyphicon-object-align-top:before {
    content: "\e244";
}

.dashboard .glyphicon-object-align-bottom:before {
    content: "\e245";
}

.dashboard .glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.dashboard .glyphicon-object-align-left:before {
    content: "\e247";
}

.dashboard .glyphicon-object-align-vertical:before {
    content: "\e248";
}

.dashboard .glyphicon-object-align-right:before {
    content: "\e249";
}

.dashboard .glyphicon-triangle-right:before {
    content: "\e250";
}

.dashboard .glyphicon-triangle-left:before {
    content: "\e251";
}

.dashboard .glyphicon-triangle-bottom:before {
    content: "\e252";
}

.dashboard .glyphicon-triangle-top:before {
    content: "\e253";
}

.dashboard .glyphicon-console:before {
    content: "\e254";
}

.dashboard .glyphicon-superscript:before {
    content: "\e255";
}

.dashboard .glyphicon-subscript:before {
    content: "\e256";
}

.dashboard .glyphicon-menu-left:before {
    content: "\e257";
}

.dashboard .glyphicon-menu-right:before {
    content: "\e258";
}

.dashboard .glyphicon-menu-down:before {
    content: "\e259";
}

.dashboard .glyphicon-menu-up:before {
    content: "\e260";
}

.dashboard * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dashboard *:before,
.dashboard *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dashboard html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

.dashboard body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff;
}

.dashboard input,
.dashboard button,
.dashboard select,
.dashboard textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.dashboard a {
    color: #337ab7;
    text-decoration: none;
}

.dashboard a:hover, .dashboard a:focus {
    color: #23527c;
    text-decoration: underline;
}

.dashboard a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.dashboard figure {
    margin: 0;
}

.dashboard img {
    vertical-align: middle;
}

.dashboard .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.dashboard .img-rounded {
    border-radius: 6px;
}

.dashboard .img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dashboard .img-circle {
    border-radius: 50%;
}

.dashboard hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.dashboard .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.dashboard .sr-only-focusable:active, .dashboard .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.dashboard [role="button"] {
    cursor: pointer;
}

.dashboard h1, .dashboard h2, .dashboard h3, .dashboard h4, .dashboard h5, .dashboard h6,
.dashboard .h1, .dashboard .h2, .dashboard .h3, .dashboard .h4, .dashboard .h5, .dashboard .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.dashboard h1 small,
.dashboard h1 .small, .dashboard h2 small,
.dashboard h2 .small, .dashboard h3 small,
.dashboard h3 .small, .dashboard h4 small,
.dashboard h4 .small, .dashboard h5 small,
.dashboard h5 .small, .dashboard h6 small,
.dashboard h6 .small,
.dashboard .h1 small,
.dashboard .h1 .small, .dashboard .h2 small,
.dashboard .h2 .small, .dashboard .h3 small,
.dashboard .h3 .small, .dashboard .h4 small,
.dashboard .h4 .small, .dashboard .h5 small,
.dashboard .h5 .small, .dashboard .h6 small,
.dashboard .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}

.dashboard h1, .dashboard .h1,
.dashboard h2, .dashboard .h2,
.dashboard h3, .dashboard .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.dashboard h1 small,
.dashboard h1 .small, .dashboard .h1 small,
.dashboard .h1 .small,
.dashboard h2 small,
.dashboard h2 .small, .dashboard .h2 small,
.dashboard .h2 .small,
.dashboard h3 small,
.dashboard h3 .small, .dashboard .h3 small,
.dashboard .h3 .small {
    font-size: 65%;
}

.dashboard h4, .dashboard .h4,
.dashboard h5, .dashboard .h5,
.dashboard h6, .dashboard .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.dashboard h4 small,
.dashboard h4 .small, .dashboard .h4 small,
.dashboard .h4 .small,
.dashboard h5 small,
.dashboard h5 .small, .dashboard .h5 small,
.dashboard .h5 .small,
.dashboard h6 small,
.dashboard h6 .small, .dashboard .h6 small,
.dashboard .h6 .small {
    font-size: 75%;
}

.dashboard h1, .dashboard .h1 {
    font-size: 36px;
}

.dashboard h2, .dashboard .h2 {
    font-size: 30px;
}

.dashboard h3, .dashboard .h3 {
    font-size: 24px;
}

.dashboard h4, .dashboard .h4 {
    font-size: 18px;
}

.dashboard h5, .dashboard .h5 {
    font-size: 14px;
}

.dashboard h6, .dashboard .h6 {
    font-size: 12px;
}

.dashboard p {
    margin: 0 0 10px;
}

.dashboard .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .dashboard .lead {
        font-size: 21px;
    }
}

.dashboard small,
.dashboard .small {
    font-size: 85%;
}

.dashboard mark,
.dashboard .mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.dashboard .text-left {
    text-align: left;
}

.dashboard .text-right {
    text-align: right;
}

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

.dashboard .text-justify {
    text-align: justify;
}

.dashboard .text-nowrap {
    white-space: nowrap;
}

.dashboard .text-lowercase {
    text-transform: lowercase;
}

.dashboard .text-uppercase, .dashboard .initialism {
    text-transform: uppercase;
}

.dashboard .text-capitalize {
    text-transform: capitalize;
}

.dashboard .text-muted {
    color: #777777;
}

.dashboard .text-primary {
    color: #337ab7;
}

.dashboard a.text-primary:hover,
.dashboard a.text-primary:focus {
    color: #286090;
}

.dashboard .text-success {
    color: #3c763d;
}

.dashboard a.text-success:hover,
.dashboard a.text-success:focus {
    color: #2b542c;
}

.dashboard .text-info {
    color: #31708f;
}

.dashboard a.text-info:hover,
.dashboard a.text-info:focus {
    color: #245269;
}

.dashboard .text-warning {
    color: #8a6d3b;
}

.dashboard a.text-warning:hover,
.dashboard a.text-warning:focus {
    color: #66512c;
}

.dashboard .text-danger {
    color: #a94442;
}

.dashboard a.text-danger:hover,
.dashboard a.text-danger:focus {
    color: #843534;
}

.dashboard .bg-primary {
    color: #fff;
}

.dashboard .bg-primary {
    background-color: #337ab7;
}

.dashboard a.bg-primary:hover,
.dashboard a.bg-primary:focus {
    background-color: #286090;
}

.dashboard .bg-success {
    background-color: #dff0d8;
}

.dashboard a.bg-success:hover,
.dashboard a.bg-success:focus {
    background-color: #c1e2b3;
}

.dashboard .bg-info {
    background-color: #d9edf7;
}

.dashboard a.bg-info:hover,
.dashboard a.bg-info:focus {
    background-color: #afd9ee;
}

.dashboard .bg-warning {
    background-color: #fcf8e3;
}

.dashboard a.bg-warning:hover,
.dashboard a.bg-warning:focus {
    background-color: #f7ecb5;
}

.dashboard .bg-danger {
    background-color: #f2dede;
}

.dashboard a.bg-danger:hover,
.dashboard a.bg-danger:focus {
    background-color: #e4b9b9;
}

.dashboard .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

.dashboard ul,
.dashboard ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.dashboard ul ul,
.dashboard ul ol,
.dashboard ol ul,
.dashboard ol ol {
    margin-bottom: 0;
}

.dashboard .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.dashboard .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.dashboard .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.dashboard dl {
    margin-top: 0;
    margin-bottom: 20px;
}

.dashboard dt,
.dashboard dd {
    line-height: 1.42857;
}

.dashboard dt {
    font-weight: bold;
}

.dashboard dd {
    margin-left: 0;
}

.dashboard .dl-horizontal dd:before, .dashboard .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dashboard .dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dashboard .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dashboard .dl-horizontal dd {
        margin-left: 180px;
    }
}

.dashboard abbr[title],
.dashboard abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.dashboard .initialism {
    font-size: 90%;
}

.dashboard blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

.dashboard blockquote p:last-child,
.dashboard blockquote ul:last-child,
.dashboard blockquote ol:last-child {
    margin-bottom: 0;
}

.dashboard blockquote footer,
.dashboard blockquote small,
.dashboard blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777;
}

.dashboard blockquote footer:before,
.dashboard blockquote small:before,
.dashboard blockquote .small:before {
    content: '\2014 \00A0';
}

.dashboard .blockquote-reverse,
.dashboard blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

.dashboard .blockquote-reverse footer:before,
.dashboard .blockquote-reverse small:before,
.dashboard .blockquote-reverse .small:before,
.dashboard blockquote.pull-right footer:before,
.dashboard blockquote.pull-right small:before,
.dashboard blockquote.pull-right .small:before {
    content: '';
}

.dashboard .blockquote-reverse footer:after,
.dashboard .blockquote-reverse small:after,
.dashboard .blockquote-reverse .small:after,
.dashboard blockquote.pull-right footer:after,
.dashboard blockquote.pull-right small:after,
.dashboard blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

.dashboard address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

.dashboard code,
.dashboard kbd,
.dashboard pre,
.dashboard samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.dashboard code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

.dashboard kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.dashboard kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}

.dashboard pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.dashboard pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.dashboard .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.dashboard .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.dashboard .container:before, .dashboard .container:after {
    content: " ";
    display: table;
}

.dashboard .container:after {
    clear: both;
}

@media (min-width: 768px) {
    .dashboard .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .dashboard .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .dashboard .container {
        width: 1170px;
    }
}

.dashboard .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.dashboard .container-fluid:before, .dashboard .container-fluid:after {
    content: " ";
    display: table;
}

.dashboard .container-fluid:after {
    clear: both;
}

.dashboard .row {
    margin-left: -15px;
    margin-right: -15px;
}

.dashboard .row:before, .dashboard .row:after {
    content: " ";
    display: table;
}

.dashboard .row:after {
    clear: both;
}

.dashboard .col-xs-1, .dashboard .col-sm-1, .dashboard .col-md-1, .dashboard .col-lg-1, .dashboard .col-xs-2, .dashboard .col-sm-2, .dashboard .col-md-2, .dashboard .col-lg-2, .dashboard .col-xs-3, .dashboard .col-sm-3, .dashboard .col-md-3, .dashboard .col-lg-3, .dashboard .col-xs-4, .dashboard .col-sm-4, .dashboard .col-md-4, .dashboard .col-lg-4, .dashboard .col-xs-5, .dashboard .col-sm-5, .dashboard .col-md-5, .dashboard .col-lg-5, .dashboard .col-xs-6, .dashboard .col-sm-6, .dashboard .col-md-6, .dashboard .col-lg-6, .dashboard .col-xs-7, .dashboard .col-sm-7, .dashboard .col-md-7, .dashboard .col-lg-7, .dashboard .col-xs-8, .dashboard .col-sm-8, .dashboard .col-md-8, .dashboard .col-lg-8, .dashboard .col-xs-9, .dashboard .col-sm-9, .dashboard .col-md-9, .dashboard .col-lg-9, .dashboard .col-xs-10, .dashboard .col-sm-10, .dashboard .col-md-10, .dashboard .col-lg-10, .dashboard .col-xs-11, .dashboard .col-sm-11, .dashboard .col-md-11, .dashboard .col-lg-11, .dashboard .col-xs-12, .dashboard .col-sm-12, .dashboard .col-md-12, .dashboard .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.dashboard .col-xs-1, .dashboard .col-xs-2, .dashboard .col-xs-3, .dashboard .col-xs-4, .dashboard .col-xs-5, .dashboard .col-xs-6, .dashboard .col-xs-7, .dashboard .col-xs-8, .dashboard .col-xs-9, .dashboard .col-xs-10, .dashboard .col-xs-11, .dashboard .col-xs-12 {
    float: left;
}

.dashboard .col-xs-1 {
    width: 8.33333%;
}

.dashboard .col-xs-2 {
    width: 16.66667%;
}

.dashboard .col-xs-3 {
    width: 25%;
}

.dashboard .col-xs-4 {
    width: 33.33333%;
}

.dashboard .col-xs-5 {
    width: 41.66667%;
}

.dashboard .col-xs-6 {
    width: 50%;
}

.dashboard .col-xs-7 {
    width: 58.33333%;
}

.dashboard .col-xs-8 {
    width: 66.66667%;
}

.dashboard .col-xs-9 {
    width: 75%;
}

.dashboard .col-xs-10 {
    width: 83.33333%;
}

.dashboard .col-xs-11 {
    width: 91.66667%;
}

.dashboard .col-xs-12 {
    width: 100%;
}

.dashboard .col-xs-pull-0 {
    right: auto;
}

.dashboard .col-xs-pull-1 {
    right: 8.33333%;
}

.dashboard .col-xs-pull-2 {
    right: 16.66667%;
}

.dashboard .col-xs-pull-3 {
    right: 25%;
}

.dashboard .col-xs-pull-4 {
    right: 33.33333%;
}

.dashboard .col-xs-pull-5 {
    right: 41.66667%;
}

.dashboard .col-xs-pull-6 {
    right: 50%;
}

.dashboard .col-xs-pull-7 {
    right: 58.33333%;
}

.dashboard .col-xs-pull-8 {
    right: 66.66667%;
}

.dashboard .col-xs-pull-9 {
    right: 75%;
}

.dashboard .col-xs-pull-10 {
    right: 83.33333%;
}

.dashboard .col-xs-pull-11 {
    right: 91.66667%;
}

.dashboard .col-xs-pull-12 {
    right: 100%;
}

.dashboard .col-xs-push-0 {
    left: auto;
}

.dashboard .col-xs-push-1 {
    left: 8.33333%;
}

.dashboard .col-xs-push-2 {
    left: 16.66667%;
}

.dashboard .col-xs-push-3 {
    left: 25%;
}

.dashboard .col-xs-push-4 {
    left: 33.33333%;
}

.dashboard .col-xs-push-5 {
    left: 41.66667%;
}

.dashboard .col-xs-push-6 {
    left: 50%;
}

.dashboard .col-xs-push-7 {
    left: 58.33333%;
}

.dashboard .col-xs-push-8 {
    left: 66.66667%;
}

.dashboard .col-xs-push-9 {
    left: 75%;
}

.dashboard .col-xs-push-10 {
    left: 83.33333%;
}

.dashboard .col-xs-push-11 {
    left: 91.66667%;
}

.dashboard .col-xs-push-12 {
    left: 100%;
}

.dashboard .col-xs-offset-0 {
    margin-left: 0%;
}

.dashboard .col-xs-offset-1 {
    margin-left: 8.33333%;
}

.dashboard .col-xs-offset-2 {
    margin-left: 16.66667%;
}

.dashboard .col-xs-offset-3 {
    margin-left: 25%;
}

.dashboard .col-xs-offset-4 {
    margin-left: 33.33333%;
}

.dashboard .col-xs-offset-5 {
    margin-left: 41.66667%;
}

.dashboard .col-xs-offset-6 {
    margin-left: 50%;
}

.dashboard .col-xs-offset-7 {
    margin-left: 58.33333%;
}

.dashboard .col-xs-offset-8 {
    margin-left: 66.66667%;
}

.dashboard .col-xs-offset-9 {
    margin-left: 75%;
}

.dashboard .col-xs-offset-10 {
    margin-left: 83.33333%;
}

.dashboard .col-xs-offset-11 {
    margin-left: 91.66667%;
}

.dashboard .col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .dashboard .col-sm-1, .dashboard .col-sm-2, .dashboard .col-sm-3, .dashboard .col-sm-4, .dashboard .col-sm-5, .dashboard .col-sm-6, .dashboard .col-sm-7, .dashboard .col-sm-8, .dashboard .col-sm-9, .dashboard .col-sm-10, .dashboard .col-sm-11, .dashboard .col-sm-12 {
        float: left;
    }

    .dashboard .col-sm-1 {
        width: 8.33333%;
    }

    .dashboard .col-sm-2 {
        width: 16.66667%;
    }

    .dashboard .col-sm-3 {
        width: 25%;
    }

    .dashboard .col-sm-4 {
        width: 33.33333%;
    }

    .dashboard .col-sm-5 {
        width: 41.66667%;
    }

    .dashboard .col-sm-6 {
        width: 50%;
    }

    .dashboard .col-sm-7 {
        width: 58.33333%;
    }

    .dashboard .col-sm-8 {
        width: 66.66667%;
    }

    .dashboard .col-sm-9 {
        width: 75%;
    }

    .dashboard .col-sm-10 {
        width: 83.33333%;
    }

    .dashboard .col-sm-11 {
        width: 91.66667%;
    }

    .dashboard .col-sm-12 {
        width: 100%;
    }

    .dashboard .col-sm-pull-0 {
        right: auto;
    }

    .dashboard .col-sm-pull-1 {
        right: 8.33333%;
    }

    .dashboard .col-sm-pull-2 {
        right: 16.66667%;
    }

    .dashboard .col-sm-pull-3 {
        right: 25%;
    }

    .dashboard .col-sm-pull-4 {
        right: 33.33333%;
    }

    .dashboard .col-sm-pull-5 {
        right: 41.66667%;
    }

    .dashboard .col-sm-pull-6 {
        right: 50%;
    }

    .dashboard .col-sm-pull-7 {
        right: 58.33333%;
    }

    .dashboard .col-sm-pull-8 {
        right: 66.66667%;
    }

    .dashboard .col-sm-pull-9 {
        right: 75%;
    }

    .dashboard .col-sm-pull-10 {
        right: 83.33333%;
    }

    .dashboard .col-sm-pull-11 {
        right: 91.66667%;
    }

    .dashboard .col-sm-pull-12 {
        right: 100%;
    }

    .dashboard .col-sm-push-0 {
        left: auto;
    }

    .dashboard .col-sm-push-1 {
        left: 8.33333%;
    }

    .dashboard .col-sm-push-2 {
        left: 16.66667%;
    }

    .dashboard .col-sm-push-3 {
        left: 25%;
    }

    .dashboard .col-sm-push-4 {
        left: 33.33333%;
    }

    .dashboard .col-sm-push-5 {
        left: 41.66667%;
    }

    .dashboard .col-sm-push-6 {
        left: 50%;
    }

    .dashboard .col-sm-push-7 {
        left: 58.33333%;
    }

    .dashboard .col-sm-push-8 {
        left: 66.66667%;
    }

    .dashboard .col-sm-push-9 {
        left: 75%;
    }

    .dashboard .col-sm-push-10 {
        left: 83.33333%;
    }

    .dashboard .col-sm-push-11 {
        left: 91.66667%;
    }

    .dashboard .col-sm-push-12 {
        left: 100%;
    }

    .dashboard .col-sm-offset-0 {
        margin-left: 0%;
    }

    .dashboard .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .dashboard .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .dashboard .col-sm-offset-3 {
        margin-left: 25%;
    }

    .dashboard .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .dashboard .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .dashboard .col-sm-offset-6 {
        margin-left: 50%;
    }

    .dashboard .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .dashboard .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .dashboard .col-sm-offset-9 {
        margin-left: 75%;
    }

    .dashboard .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .dashboard .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .dashboard .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .dashboard .col-md-1, .dashboard .col-md-2, .dashboard .col-md-3, .dashboard .col-md-4, .dashboard .col-md-5, .dashboard .col-md-6, .dashboard .col-md-7, .dashboard .col-md-8, .dashboard .col-md-9, .dashboard .col-md-10, .dashboard .col-md-11, .dashboard .col-md-12 {
        float: left;
    }

    .dashboard .col-md-1 {
        width: 8.33333%;
    }

    .dashboard .col-md-2 {
        width: 16.66667%;
    }

    .dashboard .col-md-3 {
        width: 25%;
    }

    .dashboard .col-md-4 {
        width: 33.33333%;
    }

    .dashboard .col-md-5 {
        width: 41.66667%;
    }

    .dashboard .col-md-6 {
        width: 50%;
    }

    .dashboard .col-md-7 {
        width: 58.33333%;
    }

    .dashboard .col-md-8 {
        width: 66.66667%;
    }

    .dashboard .col-md-9 {
        width: 75%;
    }

    .dashboard .col-md-10 {
        width: 83.33333%;
    }

    .dashboard .col-md-11 {
        width: 91.66667%;
    }

    .dashboard .col-md-12 {
        width: 100%;
    }

    .dashboard .col-md-pull-0 {
        right: auto;
    }

    .dashboard .col-md-pull-1 {
        right: 8.33333%;
    }

    .dashboard .col-md-pull-2 {
        right: 16.66667%;
    }

    .dashboard .col-md-pull-3 {
        right: 25%;
    }

    .dashboard .col-md-pull-4 {
        right: 33.33333%;
    }

    .dashboard .col-md-pull-5 {
        right: 41.66667%;
    }

    .dashboard .col-md-pull-6 {
        right: 50%;
    }

    .dashboard .col-md-pull-7 {
        right: 58.33333%;
    }

    .dashboard .col-md-pull-8 {
        right: 66.66667%;
    }

    .dashboard .col-md-pull-9 {
        right: 75%;
    }

    .dashboard .col-md-pull-10 {
        right: 83.33333%;
    }

    .dashboard .col-md-pull-11 {
        right: 91.66667%;
    }

    .dashboard .col-md-pull-12 {
        right: 100%;
    }

    .dashboard .col-md-push-0 {
        left: auto;
    }

    .dashboard .col-md-push-1 {
        left: 8.33333%;
    }

    .dashboard .col-md-push-2 {
        left: 16.66667%;
    }

    .dashboard .col-md-push-3 {
        left: 25%;
    }

    .dashboard .col-md-push-4 {
        left: 33.33333%;
    }

    .dashboard .col-md-push-5 {
        left: 41.66667%;
    }

    .dashboard .col-md-push-6 {
        left: 50%;
    }

    .dashboard .col-md-push-7 {
        left: 58.33333%;
    }

    .dashboard .col-md-push-8 {
        left: 66.66667%;
    }

    .dashboard .col-md-push-9 {
        left: 75%;
    }

    .dashboard .col-md-push-10 {
        left: 83.33333%;
    }

    .dashboard .col-md-push-11 {
        left: 91.66667%;
    }

    .dashboard .col-md-push-12 {
        left: 100%;
    }

    .dashboard .col-md-offset-0 {
        margin-left: 0%;
    }

    .dashboard .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .dashboard .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .dashboard .col-md-offset-3 {
        margin-left: 25%;
    }

    .dashboard .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .dashboard .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .dashboard .col-md-offset-6 {
        margin-left: 50%;
    }

    .dashboard .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .dashboard .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .dashboard .col-md-offset-9 {
        margin-left: 75%;
    }

    .dashboard .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .dashboard .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .dashboard .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .dashboard .col-lg-1, .dashboard .col-lg-2, .dashboard .col-lg-3, .dashboard .col-lg-4, .dashboard .col-lg-5, .dashboard .col-lg-6, .dashboard .col-lg-7, .dashboard .col-lg-8, .dashboard .col-lg-9, .dashboard .col-lg-10, .dashboard .col-lg-11, .dashboard .col-lg-12 {
        float: left;
    }

    .dashboard .col-lg-1 {
        width: 8.33333%;
    }

    .dashboard .col-lg-2 {
        width: 16.66667%;
    }

    .dashboard .col-lg-3 {
        width: 25%;
    }

    .dashboard .col-lg-4 {
        width: 33.33333%;
    }

    .dashboard .col-lg-5 {
        width: 41.66667%;
    }

    .dashboard .col-lg-6 {
        width: 50%;
    }

    .dashboard .col-lg-7 {
        width: 58.33333%;
    }

    .dashboard .col-lg-8 {
        width: 66.66667%;
    }

    .dashboard .col-lg-9 {
        width: 75%;
    }

    .dashboard .col-lg-10 {
        width: 83.33333%;
    }

    .dashboard .col-lg-11 {
        width: 91.66667%;
    }

    .dashboard .col-lg-12 {
        width: 100%;
    }

    .dashboard .col-lg-pull-0 {
        right: auto;
    }

    .dashboard .col-lg-pull-1 {
        right: 8.33333%;
    }

    .dashboard .col-lg-pull-2 {
        right: 16.66667%;
    }

    .dashboard .col-lg-pull-3 {
        right: 25%;
    }

    .dashboard .col-lg-pull-4 {
        right: 33.33333%;
    }

    .dashboard .col-lg-pull-5 {
        right: 41.66667%;
    }

    .dashboard .col-lg-pull-6 {
        right: 50%;
    }

    .dashboard .col-lg-pull-7 {
        right: 58.33333%;
    }

    .dashboard .col-lg-pull-8 {
        right: 66.66667%;
    }

    .dashboard .col-lg-pull-9 {
        right: 75%;
    }

    .dashboard .col-lg-pull-10 {
        right: 83.33333%;
    }

    .dashboard .col-lg-pull-11 {
        right: 91.66667%;
    }

    .dashboard .col-lg-pull-12 {
        right: 100%;
    }

    .dashboard .col-lg-push-0 {
        left: auto;
    }

    .dashboard .col-lg-push-1 {
        left: 8.33333%;
    }

    .dashboard .col-lg-push-2 {
        left: 16.66667%;
    }

    .dashboard .col-lg-push-3 {
        left: 25%;
    }

    .dashboard .col-lg-push-4 {
        left: 33.33333%;
    }

    .dashboard .col-lg-push-5 {
        left: 41.66667%;
    }

    .dashboard .col-lg-push-6 {
        left: 50%;
    }

    .dashboard .col-lg-push-7 {
        left: 58.33333%;
    }

    .dashboard .col-lg-push-8 {
        left: 66.66667%;
    }

    .dashboard .col-lg-push-9 {
        left: 75%;
    }

    .dashboard .col-lg-push-10 {
        left: 83.33333%;
    }

    .dashboard .col-lg-push-11 {
        left: 91.66667%;
    }

    .dashboard .col-lg-push-12 {
        left: 100%;
    }

    .dashboard .col-lg-offset-0 {
        margin-left: 0%;
    }

    .dashboard .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .dashboard .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .dashboard .col-lg-offset-3 {
        margin-left: 25%;
    }

    .dashboard .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .dashboard .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .dashboard .col-lg-offset-6 {
        margin-left: 50%;
    }

    .dashboard .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .dashboard .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .dashboard .col-lg-offset-9 {
        margin-left: 75%;
    }

    .dashboard .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .dashboard .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .dashboard .col-lg-offset-12 {
        margin-left: 100%;
    }
}

.dashboard table {
    background-color: transparent;
}

.dashboard caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

.dashboard th {
    text-align: left;
}

.dashboard .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.dashboard .table > thead > tr > th,
.dashboard .table > thead > tr > td,
.dashboard .table > tbody > tr > th,
.dashboard .table > tbody > tr > td,
.dashboard .table > tfoot > tr > th,
.dashboard .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.dashboard .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.dashboard .table > caption + thead > tr:first-child > th,
.dashboard .table > caption + thead > tr:first-child > td,
.dashboard .table > colgroup + thead > tr:first-child > th,
.dashboard .table > colgroup + thead > tr:first-child > td,
.dashboard .table > thead:first-child > tr:first-child > th,
.dashboard .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.dashboard .table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.dashboard .table .table {
    background-color: #fff;
}

.dashboard .table-condensed > thead > tr > th,
.dashboard .table-condensed > thead > tr > td,
.dashboard .table-condensed > tbody > tr > th,
.dashboard .table-condensed > tbody > tr > td,
.dashboard .table-condensed > tfoot > tr > th,
.dashboard .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.dashboard .table-bordered {
    border: 1px solid #ddd;
}

.dashboard .table-bordered > thead > tr > th,
.dashboard .table-bordered > thead > tr > td,
.dashboard .table-bordered > tbody > tr > th,
.dashboard .table-bordered > tbody > tr > td,
.dashboard .table-bordered > tfoot > tr > th,
.dashboard .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.dashboard .table-bordered > thead > tr > th,
.dashboard .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.dashboard .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.dashboard .table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

.dashboard table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

.dashboard table td[class*="col-"],
.dashboard table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.dashboard .table > thead > tr > td.active,
.dashboard .table > thead > tr > th.active,
.dashboard .table > thead > tr.active > td,
.dashboard .table > thead > tr.active > th,
.dashboard .table > tbody > tr > td.active,
.dashboard .table > tbody > tr > th.active,
.dashboard .table > tbody > tr.active > td,
.dashboard .table > tbody > tr.active > th,
.dashboard .table > tfoot > tr > td.active,
.dashboard .table > tfoot > tr > th.active,
.dashboard .table > tfoot > tr.active > td,
.dashboard .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.dashboard .table-hover > tbody > tr > td.active:hover,
.dashboard .table-hover > tbody > tr > th.active:hover,
.dashboard .table-hover > tbody > tr.active:hover > td,
.dashboard .table-hover > tbody > tr:hover > .active,
.dashboard .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.dashboard .table > thead > tr > td.success,
.dashboard .table > thead > tr > th.success,
.dashboard .table > thead > tr.success > td,
.dashboard .table > thead > tr.success > th,
.dashboard .table > tbody > tr > td.success,
.dashboard .table > tbody > tr > th.success,
.dashboard .table > tbody > tr.success > td,
.dashboard .table > tbody > tr.success > th,
.dashboard .table > tfoot > tr > td.success,
.dashboard .table > tfoot > tr > th.success,
.dashboard .table > tfoot > tr.success > td,
.dashboard .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.dashboard .table-hover > tbody > tr > td.success:hover,
.dashboard .table-hover > tbody > tr > th.success:hover,
.dashboard .table-hover > tbody > tr.success:hover > td,
.dashboard .table-hover > tbody > tr:hover > .success,
.dashboard .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.dashboard .table > thead > tr > td.info,
.dashboard .table > thead > tr > th.info,
.dashboard .table > thead > tr.info > td,
.dashboard .table > thead > tr.info > th,
.dashboard .table > tbody > tr > td.info,
.dashboard .table > tbody > tr > th.info,
.dashboard .table > tbody > tr.info > td,
.dashboard .table > tbody > tr.info > th,
.dashboard .table > tfoot > tr > td.info,
.dashboard .table > tfoot > tr > th.info,
.dashboard .table > tfoot > tr.info > td,
.dashboard .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.dashboard .table-hover > tbody > tr > td.info:hover,
.dashboard .table-hover > tbody > tr > th.info:hover,
.dashboard .table-hover > tbody > tr.info:hover > td,
.dashboard .table-hover > tbody > tr:hover > .info,
.dashboard .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.dashboard .table > thead > tr > td.warning,
.dashboard .table > thead > tr > th.warning,
.dashboard .table > thead > tr.warning > td,
.dashboard .table > thead > tr.warning > th,
.dashboard .table > tbody > tr > td.warning,
.dashboard .table > tbody > tr > th.warning,
.dashboard .table > tbody > tr.warning > td,
.dashboard .table > tbody > tr.warning > th,
.dashboard .table > tfoot > tr > td.warning,
.dashboard .table > tfoot > tr > th.warning,
.dashboard .table > tfoot > tr.warning > td,
.dashboard .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.dashboard .table-hover > tbody > tr > td.warning:hover,
.dashboard .table-hover > tbody > tr > th.warning:hover,
.dashboard .table-hover > tbody > tr.warning:hover > td,
.dashboard .table-hover > tbody > tr:hover > .warning,
.dashboard .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.dashboard .table > thead > tr > td.danger,
.dashboard .table > thead > tr > th.danger,
.dashboard .table > thead > tr.danger > td,
.dashboard .table > thead > tr.danger > th,
.dashboard .table > tbody > tr > td.danger,
.dashboard .table > tbody > tr > th.danger,
.dashboard .table > tbody > tr.danger > td,
.dashboard .table > tbody > tr.danger > th,
.dashboard .table > tfoot > tr > td.danger,
.dashboard .table > tfoot > tr > th.danger,
.dashboard .table > tfoot > tr.danger > td,
.dashboard .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.dashboard .table-hover > tbody > tr > td.danger:hover,
.dashboard .table-hover > tbody > tr > th.danger:hover,
.dashboard .table-hover > tbody > tr.danger:hover > td,
.dashboard .table-hover > tbody > tr:hover > .danger,
.dashboard .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.dashboard .table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .dashboard .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .dashboard .table-responsive > .table {
        margin-bottom: 0;
    }

    .dashboard .table-responsive > .table > thead > tr > th,
    .dashboard .table-responsive > .table > thead > tr > td,
    .dashboard .table-responsive > .table > tbody > tr > th,
    .dashboard .table-responsive > .table > tbody > tr > td,
    .dashboard .table-responsive > .table > tfoot > tr > th,
    .dashboard .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .dashboard .table-responsive > .table-bordered {
        border: 0;
    }

    .dashboard .table-responsive > .table-bordered > thead > tr > th:first-child,
    .dashboard .table-responsive > .table-bordered > thead > tr > td:first-child,
    .dashboard .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .dashboard .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .dashboard .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .dashboard .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .dashboard .table-responsive > .table-bordered > thead > tr > th:last-child,
    .dashboard .table-responsive > .table-bordered > thead > tr > td:last-child,
    .dashboard .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .dashboard .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .dashboard .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .dashboard .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .dashboard .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .dashboard .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .dashboard .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .dashboard .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

.dashboard fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

.dashboard legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.dashboard label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.dashboard input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dashboard input[type="radio"],
.dashboard input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.dashboard input[type="file"] {
    display: block;
}

.dashboard input[type="range"] {
    display: block;
    width: 100%;
}

.dashboard select[multiple],
.dashboard select[size] {
    height: auto;
}

.dashboard input[type="file"]:focus,
.dashboard input[type="radio"]:focus,
.dashboard input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.dashboard output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
}

.dashboard .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.dashboard .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.dashboard .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.dashboard .form-control:-ms-input-placeholder {
    color: #999;
}

.dashboard .form-control::-webkit-input-placeholder {
    color: #999;
}

.dashboard .form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.dashboard .form-control[disabled], .dashboard .form-control[readonly],
fieldset[disabled] .dashboard .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

.dashboard .form-control[disabled],
fieldset[disabled] .dashboard .form-control {
    cursor: not-allowed;
}

.dashboard textarea.form-control {
    height: auto;
}

.dashboard input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .dashboard input[type="date"].form-control,
    .dashboard input[type="time"].form-control,
    .dashboard input[type="datetime-local"].form-control,
    .dashboard input[type="month"].form-control {
        line-height: 34px;
    }

    .dashboard input[type="date"].input-sm, .dashboard .input-group-sm > input[type="date"].form-control, .dashboard .input-group-sm > input[type="date"].input-group-addon, .dashboard .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm .dashboard input[type="date"],
    .dashboard input[type="time"].input-sm, .dashboard .input-group-sm > input[type="time"].form-control, .dashboard .input-group-sm > input[type="time"].input-group-addon, .dashboard .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm
    .dashboard input[type="time"],
    .dashboard input[type="datetime-local"].input-sm, .dashboard .input-group-sm > input[type="datetime-local"].form-control, .dashboard .input-group-sm > input[type="datetime-local"].input-group-addon, .dashboard .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm
    .dashboard input[type="datetime-local"],
    .dashboard input[type="month"].input-sm, .dashboard .input-group-sm > input[type="month"].form-control, .dashboard .input-group-sm > input[type="month"].input-group-addon, .dashboard .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm
    .dashboard input[type="month"] {
        line-height: 30px;
    }

    .dashboard input[type="date"].input-lg, .dashboard .input-group-lg > input[type="date"].form-control, .dashboard .input-group-lg > input[type="date"].input-group-addon, .dashboard .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg .dashboard input[type="date"],
    .dashboard input[type="time"].input-lg, .dashboard .input-group-lg > input[type="time"].form-control, .dashboard .input-group-lg > input[type="time"].input-group-addon, .dashboard .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg
    .dashboard input[type="time"],
    .dashboard input[type="datetime-local"].input-lg, .dashboard .input-group-lg > input[type="datetime-local"].form-control, .dashboard .input-group-lg > input[type="datetime-local"].input-group-addon, .dashboard .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg
    .dashboard input[type="datetime-local"],
    .dashboard input[type="month"].input-lg, .dashboard .input-group-lg > input[type="month"].form-control, .dashboard .input-group-lg > input[type="month"].input-group-addon, .dashboard .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg
    .dashboard input[type="month"] {
        line-height: 46px;
    }
}

.dashboard .form-group {
    margin-bottom: 15px;
}

.dashboard .radio,
.dashboard .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dashboard .radio label,
.dashboard .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.dashboard .radio input[type="radio"],
.dashboard .radio-inline input[type="radio"],
.dashboard .checkbox input[type="checkbox"],
.dashboard .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.dashboard .radio + .radio,
.dashboard .checkbox + .checkbox {
    margin-top: -5px;
}

.dashboard .radio-inline,
.dashboard .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.dashboard .radio-inline + .radio-inline,
.dashboard .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

.dashboard input[type="radio"][disabled], .dashboard input[type="radio"].disabled,
fieldset[disabled] .dashboard input[type="radio"],
.dashboard input[type="checkbox"][disabled],
.dashboard input[type="checkbox"].disabled,
fieldset[disabled]
  .dashboard input[type="checkbox"] {
    cursor: not-allowed;
}

.dashboard .radio-inline.disabled,
fieldset[disabled] .dashboard .radio-inline,
.dashboard .checkbox-inline.disabled,
fieldset[disabled]
  .dashboard .checkbox-inline {
    cursor: not-allowed;
}

.dashboard .radio.disabled label,
fieldset[disabled] .dashboard .radio label,
.dashboard .checkbox.disabled label,
fieldset[disabled]
  .dashboard .checkbox label {
    cursor: not-allowed;
}

.dashboard .form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

.dashboard .form-control-static.input-lg, .dashboard .input-group-lg > .form-control-static.form-control, .dashboard .input-group-lg > .form-control-static.input-group-addon, .dashboard .input-group-lg > .input-group-btn > .form-control-static.btn, .dashboard .form-control-static.input-sm, .dashboard .input-group-sm > .form-control-static.form-control, .dashboard .input-group-sm > .form-control-static.input-group-addon, .dashboard .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}

.dashboard .input-sm, .dashboard .input-group-sm > .form-control, .dashboard .input-group-sm > .input-group-addon, .dashboard .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.dashboard select.input-sm, .dashboard .input-group-sm > select.form-control, .dashboard .input-group-sm > select.input-group-addon, .dashboard .input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
}

.dashboard textarea.input-sm, .dashboard .input-group-sm > textarea.form-control, .dashboard .input-group-sm > textarea.input-group-addon, .dashboard .input-group-sm > .input-group-btn > textarea.btn,
.dashboard select[multiple].input-sm, .dashboard .input-group-sm > select[multiple].form-control, .dashboard .input-group-sm > select[multiple].input-group-addon, .dashboard .input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

.dashboard .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.dashboard .form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.dashboard .form-group-sm textarea.form-control,
.dashboard .form-group-sm select[multiple].form-control {
    height: auto;
}

.dashboard .form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.dashboard .input-lg, .dashboard .input-group-lg > .form-control, .dashboard .input-group-lg > .input-group-addon, .dashboard .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.dashboard select.input-lg, .dashboard .input-group-lg > select.form-control, .dashboard .input-group-lg > select.input-group-addon, .dashboard .input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px;
}

.dashboard textarea.input-lg, .dashboard .input-group-lg > textarea.form-control, .dashboard .input-group-lg > textarea.input-group-addon, .dashboard .input-group-lg > .input-group-btn > textarea.btn,
.dashboard select[multiple].input-lg, .dashboard .input-group-lg > select[multiple].form-control, .dashboard .input-group-lg > select[multiple].input-group-addon, .dashboard .input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.dashboard .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.dashboard .form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.dashboard .form-group-lg textarea.form-control,
.dashboard .form-group-lg select[multiple].form-control {
    height: auto;
}

.dashboard .form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.dashboard .has-feedback {
    position: relative;
}

.dashboard .has-feedback .form-control {
    padding-right: 42.5px;
}

.dashboard .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.dashboard .input-lg + .form-control-feedback, .dashboard .input-group-lg > .form-control + .form-control-feedback, .dashboard .input-group-lg > .input-group-addon + .form-control-feedback, .dashboard .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.dashboard .input-group-lg + .form-control-feedback,
.dashboard .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.dashboard .input-sm + .form-control-feedback, .dashboard .input-group-sm > .form-control + .form-control-feedback, .dashboard .input-group-sm > .input-group-addon + .form-control-feedback, .dashboard .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.dashboard .input-group-sm + .form-control-feedback,
.dashboard .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.dashboard .has-success .help-block,
.dashboard .has-success .control-label,
.dashboard .has-success .radio,
.dashboard .has-success .checkbox,
.dashboard .has-success .radio-inline,
.dashboard .has-success .checkbox-inline,
.dashboard .has-success.radio label,
.dashboard .has-success.checkbox label,
.dashboard .has-success.radio-inline label,
.dashboard .has-success.checkbox-inline label {
    color: #3c763d;
}

.dashboard .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.dashboard .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.dashboard .has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.dashboard .has-success .form-control-feedback {
    color: #3c763d;
}

.dashboard .has-warning .help-block,
.dashboard .has-warning .control-label,
.dashboard .has-warning .radio,
.dashboard .has-warning .checkbox,
.dashboard .has-warning .radio-inline,
.dashboard .has-warning .checkbox-inline,
.dashboard .has-warning.radio label,
.dashboard .has-warning.checkbox label,
.dashboard .has-warning.radio-inline label,
.dashboard .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.dashboard .has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.dashboard .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.dashboard .has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.dashboard .has-warning .form-control-feedback {
    color: #8a6d3b;
}

.dashboard .has-error .help-block,
.dashboard .has-error .control-label,
.dashboard .has-error .radio,
.dashboard .has-error .checkbox,
.dashboard .has-error .radio-inline,
.dashboard .has-error .checkbox-inline,
.dashboard .has-error.radio label,
.dashboard .has-error.checkbox label,
.dashboard .has-error.radio-inline label,
.dashboard .has-error.checkbox-inline label {
    color: #a94442;
}

.dashboard .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.dashboard .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.dashboard .has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.dashboard .has-error .form-control-feedback {
    color: #a94442;
}

.dashboard .has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.dashboard .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.dashboard .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .dashboard .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .dashboard .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .dashboard .form-inline .form-control-static {
        display: inline-block;
    }

    .dashboard .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .dashboard .form-inline .input-group .input-group-addon,
    .dashboard .form-inline .input-group .input-group-btn,
    .dashboard .form-inline .input-group .form-control {
        width: auto;
    }

    .dashboard .form-inline .input-group > .form-control {
        width: 100%;
    }

    .dashboard .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .dashboard .form-inline .radio,
    .dashboard .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .dashboard .form-inline .radio label,
    .dashboard .form-inline .checkbox label {
        padding-left: 0;
    }

    .dashboard .form-inline .radio input[type="radio"],
    .dashboard .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .dashboard .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.dashboard .form-horizontal .radio,
.dashboard .form-horizontal .checkbox,
.dashboard .form-horizontal .radio-inline,
.dashboard .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.dashboard .form-horizontal .radio,
.dashboard .form-horizontal .checkbox {
    min-height: 27px;
}

.dashboard .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.dashboard .form-horizontal .form-group:before, .dashboard .form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.dashboard .form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 768px) {
    .dashboard .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.dashboard .form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .dashboard .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .dashboard .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.dashboard .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dashboard .btn:focus, .dashboard .btn.focus, .dashboard .btn:active:focus, .dashboard .btn:active.focus, .dashboard .btn.active:focus, .dashboard .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.dashboard .btn:hover, .dashboard .btn:focus, .dashboard .btn.focus {
    color: #333;
    text-decoration: none;
}

.dashboard .btn:active, .dashboard .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.dashboard .btn.disabled, .dashboard .btn[disabled],
fieldset[disabled] .dashboard .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dashboard a.btn.disabled,
fieldset[disabled] .dashboard a.btn {
    pointer-events: none;
}

.dashboard .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.dashboard .btn-default:focus, .dashboard .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.dashboard .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.dashboard .btn-default:active, .dashboard .btn-default.active,
.open > .dashboard .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.dashboard .btn-default:active:hover, .dashboard .btn-default:active:focus, .dashboard .btn-default:active.focus, .dashboard .btn-default.active:hover, .dashboard .btn-default.active:focus, .dashboard .btn-default.active.focus,
.open > .dashboard .btn-default.dropdown-toggle:hover,
.open > .dashboard .btn-default.dropdown-toggle:focus,
.open > .dashboard .btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.dashboard .btn-default:active, .dashboard .btn-default.active,
.open > .dashboard .btn-default.dropdown-toggle {
    background-image: none;
}

.dashboard .btn-default.disabled:hover, .dashboard .btn-default.disabled:focus, .dashboard .btn-default.disabled.focus, .dashboard .btn-default[disabled]:hover, .dashboard .btn-default[disabled]:focus, .dashboard .btn-default[disabled].focus,
fieldset[disabled] .dashboard .btn-default:hover,
fieldset[disabled] .dashboard .btn-default:focus,
fieldset[disabled] .dashboard .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.dashboard .btn-default .badge {
    color: #fff;
    background-color: #333;
}

.dashboard .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.dashboard .btn-primary:focus, .dashboard .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.dashboard .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.dashboard .btn-primary:active, .dashboard .btn-primary.active,
.open > .dashboard .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.dashboard .btn-primary:active:hover, .dashboard .btn-primary:active:focus, .dashboard .btn-primary:active.focus, .dashboard .btn-primary.active:hover, .dashboard .btn-primary.active:focus, .dashboard .btn-primary.active.focus,
.open > .dashboard .btn-primary.dropdown-toggle:hover,
.open > .dashboard .btn-primary.dropdown-toggle:focus,
.open > .dashboard .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.dashboard .btn-primary:active, .dashboard .btn-primary.active,
.open > .dashboard .btn-primary.dropdown-toggle {
    background-image: none;
}

.dashboard .btn-primary.disabled:hover, .dashboard .btn-primary.disabled:focus, .dashboard .btn-primary.disabled.focus, .dashboard .btn-primary[disabled]:hover, .dashboard .btn-primary[disabled]:focus, .dashboard .btn-primary[disabled].focus,
fieldset[disabled] .dashboard .btn-primary:hover,
fieldset[disabled] .dashboard .btn-primary:focus,
fieldset[disabled] .dashboard .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.dashboard .btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.dashboard .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.dashboard .btn-success:focus, .dashboard .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.dashboard .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.dashboard .btn-success:active, .dashboard .btn-success.active,
.open > .dashboard .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.dashboard .btn-success:active:hover, .dashboard .btn-success:active:focus, .dashboard .btn-success:active.focus, .dashboard .btn-success.active:hover, .dashboard .btn-success.active:focus, .dashboard .btn-success.active.focus,
.open > .dashboard .btn-success.dropdown-toggle:hover,
.open > .dashboard .btn-success.dropdown-toggle:focus,
.open > .dashboard .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.dashboard .btn-success:active, .dashboard .btn-success.active,
.open > .dashboard .btn-success.dropdown-toggle {
    background-image: none;
}

.dashboard .btn-success.disabled:hover, .dashboard .btn-success.disabled:focus, .dashboard .btn-success.disabled.focus, .dashboard .btn-success[disabled]:hover, .dashboard .btn-success[disabled]:focus, .dashboard .btn-success[disabled].focus,
fieldset[disabled] .dashboard .btn-success:hover,
fieldset[disabled] .dashboard .btn-success:focus,
fieldset[disabled] .dashboard .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.dashboard .btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.dashboard .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.dashboard .btn-info:focus, .dashboard .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.dashboard .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.dashboard .btn-info:active, .dashboard .btn-info.active,
.open > .dashboard .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.dashboard .btn-info:active:hover, .dashboard .btn-info:active:focus, .dashboard .btn-info:active.focus, .dashboard .btn-info.active:hover, .dashboard .btn-info.active:focus, .dashboard .btn-info.active.focus,
.open > .dashboard .btn-info.dropdown-toggle:hover,
.open > .dashboard .btn-info.dropdown-toggle:focus,
.open > .dashboard .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.dashboard .btn-info:active, .dashboard .btn-info.active,
.open > .dashboard .btn-info.dropdown-toggle {
    background-image: none;
}

.dashboard .btn-info.disabled:hover, .dashboard .btn-info.disabled:focus, .dashboard .btn-info.disabled.focus, .dashboard .btn-info[disabled]:hover, .dashboard .btn-info[disabled]:focus, .dashboard .btn-info[disabled].focus,
fieldset[disabled] .dashboard .btn-info:hover,
fieldset[disabled] .dashboard .btn-info:focus,
fieldset[disabled] .dashboard .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.dashboard .btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.dashboard .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.dashboard .btn-warning:focus, .dashboard .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.dashboard .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.dashboard .btn-warning:active, .dashboard .btn-warning.active,
.open > .dashboard .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.dashboard .btn-warning:active:hover, .dashboard .btn-warning:active:focus, .dashboard .btn-warning:active.focus, .dashboard .btn-warning.active:hover, .dashboard .btn-warning.active:focus, .dashboard .btn-warning.active.focus,
.open > .dashboard .btn-warning.dropdown-toggle:hover,
.open > .dashboard .btn-warning.dropdown-toggle:focus,
.open > .dashboard .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.dashboard .btn-warning:active, .dashboard .btn-warning.active,
.open > .dashboard .btn-warning.dropdown-toggle {
    background-image: none;
}

.dashboard .btn-warning.disabled:hover, .dashboard .btn-warning.disabled:focus, .dashboard .btn-warning.disabled.focus, .dashboard .btn-warning[disabled]:hover, .dashboard .btn-warning[disabled]:focus, .dashboard .btn-warning[disabled].focus,
fieldset[disabled] .dashboard .btn-warning:hover,
fieldset[disabled] .dashboard .btn-warning:focus,
fieldset[disabled] .dashboard .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.dashboard .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.dashboard .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.dashboard .btn-danger:focus, .dashboard .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.dashboard .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.dashboard .btn-danger:active, .dashboard .btn-danger.active,
.open > .dashboard .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.dashboard .btn-danger:active:hover, .dashboard .btn-danger:active:focus, .dashboard .btn-danger:active.focus, .dashboard .btn-danger.active:hover, .dashboard .btn-danger.active:focus, .dashboard .btn-danger.active.focus,
.open > .dashboard .btn-danger.dropdown-toggle:hover,
.open > .dashboard .btn-danger.dropdown-toggle:focus,
.open > .dashboard .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.dashboard .btn-danger:active, .dashboard .btn-danger.active,
.open > .dashboard .btn-danger.dropdown-toggle {
    background-image: none;
}

.dashboard .btn-danger.disabled:hover, .dashboard .btn-danger.disabled:focus, .dashboard .btn-danger.disabled.focus, .dashboard .btn-danger[disabled]:hover, .dashboard .btn-danger[disabled]:focus, .dashboard .btn-danger[disabled].focus,
fieldset[disabled] .dashboard .btn-danger:hover,
fieldset[disabled] .dashboard .btn-danger:focus,
fieldset[disabled] .dashboard .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.dashboard .btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.dashboard .btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}

.dashboard .btn-link, .dashboard .btn-link:active, .dashboard .btn-link.active, .dashboard .btn-link[disabled],
fieldset[disabled] .dashboard .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dashboard .btn-link, .dashboard .btn-link:hover, .dashboard .btn-link:focus, .dashboard .btn-link:active {
    border-color: transparent;
}

.dashboard .btn-link:hover, .dashboard .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.dashboard .btn-link[disabled]:hover, .dashboard .btn-link[disabled]:focus,
fieldset[disabled] .dashboard .btn-link:hover,
fieldset[disabled] .dashboard .btn-link:focus {
    color: #777777;
    text-decoration: none;
}

.dashboard .btn-lg, .dashboard .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.dashboard .btn-sm, .dashboard .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.dashboard .btn-xs, .dashboard .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.dashboard .btn-block {
    display: block;
    width: 100%;
}

.dashboard .btn-block + .btn-block {
    margin-top: 5px;
}

.dashboard input[type="submit"].btn-block,
.dashboard input[type="reset"].btn-block,
.dashboard input[type="button"].btn-block {
    width: 100%;
}

.dashboard .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.dashboard .fade.in {
    opacity: 1;
}

.dashboard .collapse {
    display: none;
}

.dashboard .collapse.in {
    display: block;
}

.dashboard tr.collapse.in {
    display: table-row;
}

.dashboard tbody.collapse.in {
    display: table-row-group;
}

.dashboard .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.dashboard .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dashboard .dropup,
.dashboard .dropdown {
    position: relative;
}

.dashboard .dropdown-toggle:focus {
    outline: 0;
}

.dashboard .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dashboard .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dashboard .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dashboard .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap;
}

.dashboard .dropdown-menu > li > a:hover, .dashboard .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dashboard .dropdown-menu > .active > a, .dashboard .dropdown-menu > .active > a:hover, .dashboard .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

.dashboard .dropdown-menu > .disabled > a, .dashboard .dropdown-menu > .disabled > a:hover, .dashboard .dropdown-menu > .disabled > a:focus {
    color: #777777;
}

.dashboard .dropdown-menu > .disabled > a:hover, .dashboard .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.dashboard .open > .dropdown-menu {
    display: block;
}

.dashboard .open > a {
    outline: 0;
}

.dashboard .dropdown-menu-right {
    left: auto;
    right: 0;
}

.dashboard .dropdown-menu-left {
    left: 0;
    right: auto;
}

.dashboard .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777777;
    white-space: nowrap;
}

.dashboard .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.dashboard .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dashboard .dropup .caret,
.dashboard .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dashboard .dropup .dropdown-menu,
.dashboard .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .dashboard .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .dashboard .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.dashboard .btn-group,
.dashboard .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.dashboard .btn-group > .btn,
.dashboard .btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.dashboard .btn-group > .btn:hover, .dashboard .btn-group > .btn:focus, .dashboard .btn-group > .btn:active, .dashboard .btn-group > .btn.active,
.dashboard .btn-group-vertical > .btn:hover,
.dashboard .btn-group-vertical > .btn:focus,
.dashboard .btn-group-vertical > .btn:active,
.dashboard .btn-group-vertical > .btn.active {
    z-index: 2;
}

.dashboard .btn-group .btn + .btn,
.dashboard .btn-group .btn + .btn-group,
.dashboard .btn-group .btn-group + .btn,
.dashboard .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.dashboard .btn-toolbar {
    margin-left: -5px;
}

.dashboard .btn-toolbar:before, .dashboard .btn-toolbar:after {
    content: " ";
    display: table;
}

.dashboard .btn-toolbar:after {
    clear: both;
}

.dashboard .btn-toolbar .btn,
.dashboard .btn-toolbar .btn-group,
.dashboard .btn-toolbar .input-group {
    float: left;
}

.dashboard .btn-toolbar > .btn,
.dashboard .btn-toolbar > .btn-group,
.dashboard .btn-toolbar > .input-group {
    margin-left: 5px;
}

.dashboard .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.dashboard .btn-group > .btn:first-child {
    margin-left: 0;
}

.dashboard .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.dashboard .btn-group > .btn:last-child:not(:first-child),
.dashboard .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.dashboard .btn-group > .btn-group {
    float: left;
}

.dashboard .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.dashboard .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.dashboard .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.dashboard .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.dashboard .btn-group .dropdown-toggle:active,
.dashboard .btn-group.open .dropdown-toggle {
    outline: 0;
}

.dashboard .btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.dashboard .btn-group > .btn-lg + .dropdown-toggle, .dashboard .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.dashboard .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.dashboard .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dashboard .btn .caret {
    margin-left: 0;
}

.dashboard .btn-lg .caret, .dashboard .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dashboard .dropup .btn-lg .caret, .dashboard .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

.dashboard .btn-group-vertical > .btn,
.dashboard .btn-group-vertical > .btn-group,
.dashboard .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.dashboard .btn-group-vertical > .btn-group:before, .dashboard .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}

.dashboard .btn-group-vertical > .btn-group:after {
    clear: both;
}

.dashboard .btn-group-vertical > .btn-group > .btn {
    float: none;
}

.dashboard .btn-group-vertical > .btn + .btn,
.dashboard .btn-group-vertical > .btn + .btn-group,
.dashboard .btn-group-vertical > .btn-group + .btn,
.dashboard .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.dashboard .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.dashboard .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.dashboard .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.dashboard .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.dashboard .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.dashboard .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.dashboard .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dashboard .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.dashboard .btn-group-justified > .btn,
.dashboard .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.dashboard .btn-group-justified > .btn-group .btn {
    width: 100%;
}

.dashboard .btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

.dashboard [data-toggle="buttons"] > .btn input[type="radio"],
.dashboard [data-toggle="buttons"] > .btn input[type="checkbox"],
.dashboard [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.dashboard [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.dashboard .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.dashboard .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.dashboard .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.dashboard .input-group .form-control:focus {
    z-index: 3;
}

.dashboard .input-group-addon,
.dashboard .input-group-btn,
.dashboard .input-group .form-control {
    display: table-cell;
}

.dashboard .input-group-addon:not(:first-child):not(:last-child),
.dashboard .input-group-btn:not(:first-child):not(:last-child),
.dashboard .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.dashboard .input-group-addon,
.dashboard .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.dashboard .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.dashboard .input-group-addon.input-sm, .dashboard .input-group-sm > .input-group-addon, .dashboard .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.dashboard .input-group-addon.input-lg, .dashboard .input-group-lg > .input-group-addon, .dashboard .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.dashboard .input-group-addon input[type="radio"],
.dashboard .input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.dashboard .input-group .form-control:first-child,
.dashboard .input-group-addon:first-child,
.dashboard .input-group-btn:first-child > .btn,
.dashboard .input-group-btn:first-child > .btn-group > .btn,
.dashboard .input-group-btn:first-child > .dropdown-toggle,
.dashboard .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.dashboard .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.dashboard .input-group-addon:first-child {
    border-right: 0;
}

.dashboard .input-group .form-control:last-child,
.dashboard .input-group-addon:last-child,
.dashboard .input-group-btn:last-child > .btn,
.dashboard .input-group-btn:last-child > .btn-group > .btn,
.dashboard .input-group-btn:last-child > .dropdown-toggle,
.dashboard .input-group-btn:first-child > .btn:not(:first-child),
.dashboard .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.dashboard .input-group-addon:last-child {
    border-left: 0;
}

.dashboard .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.dashboard .input-group-btn > .btn {
    position: relative;
}

.dashboard .input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.dashboard .input-group-btn > .btn:hover, .dashboard .input-group-btn > .btn:focus, .dashboard .input-group-btn > .btn:active {
    z-index: 2;
}

.dashboard .input-group-btn:first-child > .btn,
.dashboard .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.dashboard .input-group-btn:last-child > .btn,
.dashboard .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.dashboard .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.dashboard .nav:before, .dashboard .nav:after {
    content: " ";
    display: table;
}

.dashboard .nav:after {
    clear: both;
}

.dashboard .nav > li {
    position: relative;
    display: block;
}

.dashboard .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.dashboard .nav > li > a:hover, .dashboard .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.dashboard .nav > li.disabled > a {
    color: #777777;
}

.dashboard .nav > li.disabled > a:hover, .dashboard .nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.dashboard .nav .open > a, .dashboard .nav .open > a:hover, .dashboard .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7;
}

.dashboard .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dashboard .nav > li > a > img {
    max-width: none;
}

.dashboard .nav-tabs {
    border-bottom: 1px solid #ddd;
}

.dashboard .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.dashboard .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.dashboard .nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd;
}

.dashboard .nav-tabs > li.active > a, .dashboard .nav-tabs > li.active > a:hover, .dashboard .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.dashboard .nav-pills > li {
    float: left;
}

.dashboard .nav-pills > li > a {
    border-radius: 4px;
}

.dashboard .nav-pills > li + li {
    margin-left: 2px;
}

.dashboard .nav-pills > li.active > a, .dashboard .nav-pills > li.active > a:hover, .dashboard .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}

.dashboard .nav-stacked > li {
    float: none;
}

.dashboard .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.dashboard .nav-justified, .dashboard .nav-tabs.nav-justified {
    width: 100%;
}

.dashboard .nav-justified > li, .dashboard .nav-tabs.nav-justified > li {
    float: none;
}

.dashboard .nav-justified > li > a, .dashboard .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.dashboard .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .dashboard .nav-justified > li, .dashboard .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .dashboard .nav-justified > li > a, .dashboard .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.dashboard .nav-tabs-justified, .dashboard .nav-tabs.nav-justified {
    border-bottom: 0;
}

.dashboard .nav-tabs-justified > li > a, .dashboard .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.dashboard .nav-tabs-justified > .active > a, .dashboard .nav-tabs.nav-justified > .active > a,
.dashboard .nav-tabs-justified > .active > a:hover, .dashboard .nav-tabs.nav-justified > .active > a:hover,
.dashboard .nav-tabs-justified > .active > a:focus, .dashboard .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .dashboard .nav-tabs-justified > li > a, .dashboard .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .dashboard .nav-tabs-justified > .active > a, .dashboard .nav-tabs.nav-justified > .active > a,
    .dashboard .nav-tabs-justified > .active > a:hover, .dashboard .nav-tabs.nav-justified > .active > a:hover,
    .dashboard .nav-tabs-justified > .active > a:focus, .dashboard .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.dashboard .tab-content > .tab-pane {
    display: none;
}

.dashboard .tab-content > .active {
    display: block;
}

.dashboard .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dashboard .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.dashboard .navbar:before, .dashboard .navbar:after {
    content: " ";
    display: table;
}

.dashboard .navbar:after {
    clear: both;
}

@media (min-width: 768px) {
    .dashboard .navbar {
        border-radius: 4px;
    }
}

.dashboard .navbar-header:before, .dashboard .navbar-header:after {
    content: " ";
    display: table;
}

.dashboard .navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .dashboard .navbar-header {
        float: left;
    }
}

.dashboard .navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.dashboard .navbar-collapse:before, .dashboard .navbar-collapse:after {
    content: " ";
    display: table;
}

.dashboard .navbar-collapse:after {
    clear: both;
}

.dashboard .navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .dashboard .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .dashboard .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .dashboard .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .dashboard .navbar-collapse,
    .navbar-static-top .dashboard .navbar-collapse,
    .navbar-fixed-bottom .dashboard .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.dashboard .navbar-fixed-top .navbar-collapse,
.dashboard .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .dashboard .navbar-fixed-top .navbar-collapse,
    .dashboard .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.dashboard .container > .navbar-header,
.dashboard .container > .navbar-collapse,
.dashboard .container-fluid > .navbar-header,
.dashboard .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .dashboard .container > .navbar-header,
    .dashboard .container > .navbar-collapse,
    .dashboard .container-fluid > .navbar-header,
    .dashboard .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.dashboard .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .dashboard .navbar-static-top {
        border-radius: 0;
    }
}

.dashboard .navbar-fixed-top,
.dashboard .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .dashboard .navbar-fixed-top,
    .dashboard .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.dashboard .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.dashboard .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.dashboard .navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.dashboard .navbar-brand:hover, .dashboard .navbar-brand:focus {
    text-decoration: none;
}

.dashboard .navbar-brand > img {
    display: block;
}

@media (min-width: 768px) {
    .navbar > .container .dashboard .navbar-brand,
    .navbar > .container-fluid .dashboard .navbar-brand {
        margin-left: -15px;
    }
}

.dashboard .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.dashboard .navbar-toggle:focus {
    outline: 0;
}

.dashboard .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.dashboard .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .dashboard .navbar-toggle {
        display: none;
    }
}

.dashboard .navbar-nav {
    margin: 7.5px -15px;
}

.dashboard .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .dashboard .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .dashboard .navbar-nav .open .dropdown-menu > li > a,
    .dashboard .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .dashboard .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .dashboard .navbar-nav .open .dropdown-menu > li > a:hover, .dashboard .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .dashboard .navbar-nav {
        float: left;
        margin: 0;
    }

    .dashboard .navbar-nav > li {
        float: left;
    }

    .dashboard .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.dashboard .navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .dashboard .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .dashboard .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .dashboard .navbar-form .form-control-static {
        display: inline-block;
    }

    .dashboard .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .dashboard .navbar-form .input-group .input-group-addon,
    .dashboard .navbar-form .input-group .input-group-btn,
    .dashboard .navbar-form .input-group .form-control {
        width: auto;
    }

    .dashboard .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .dashboard .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .dashboard .navbar-form .radio,
    .dashboard .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .dashboard .navbar-form .radio label,
    .dashboard .navbar-form .checkbox label {
        padding-left: 0;
    }

    .dashboard .navbar-form .radio input[type="radio"],
    .dashboard .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .dashboard .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .dashboard .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .dashboard .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .dashboard .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.dashboard .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dashboard .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.dashboard .navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.dashboard .navbar-btn.btn-sm, .dashboard .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.dashboard .navbar-btn.btn-xs, .dashboard .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px;
}

.dashboard .navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .dashboard .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .dashboard .navbar-left {
        float: left !important;
    }

    .dashboard .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .dashboard .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.dashboard .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.dashboard .navbar-default .navbar-brand {
    color: #777;
}

.dashboard .navbar-default .navbar-brand:hover, .dashboard .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.dashboard .navbar-default .navbar-text {
    color: #777;
}

.dashboard .navbar-default .navbar-nav > li > a {
    color: #777;
}

.dashboard .navbar-default .navbar-nav > li > a:hover, .dashboard .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.dashboard .navbar-default .navbar-nav > .active > a, .dashboard .navbar-default .navbar-nav > .active > a:hover, .dashboard .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.dashboard .navbar-default .navbar-nav > .disabled > a, .dashboard .navbar-default .navbar-nav > .disabled > a:hover, .dashboard .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.dashboard .navbar-default .navbar-toggle {
    border-color: #ddd;
}

.dashboard .navbar-default .navbar-toggle:hover, .dashboard .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.dashboard .navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.dashboard .navbar-default .navbar-collapse,
.dashboard .navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.dashboard .navbar-default .navbar-nav > .open > a, .dashboard .navbar-default .navbar-nav > .open > a:hover, .dashboard .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width: 767px) {
    .dashboard .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .dashboard .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .dashboard .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .dashboard .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .dashboard .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .dashboard .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .dashboard .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .dashboard .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .dashboard .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.dashboard .navbar-default .navbar-link {
    color: #777;
}

.dashboard .navbar-default .navbar-link:hover {
    color: #333;
}

.dashboard .navbar-default .btn-link {
    color: #777;
}

.dashboard .navbar-default .btn-link:hover, .dashboard .navbar-default .btn-link:focus {
    color: #333;
}

.dashboard .navbar-default .btn-link[disabled]:hover, .dashboard .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .dashboard .navbar-default .btn-link:hover,
fieldset[disabled] .dashboard .navbar-default .btn-link:focus {
    color: #ccc;
}

.dashboard .navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

.dashboard .navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.dashboard .navbar-inverse .navbar-brand:hover, .dashboard .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.dashboard .navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.dashboard .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

.dashboard .navbar-inverse .navbar-nav > li > a:hover, .dashboard .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.dashboard .navbar-inverse .navbar-nav > .active > a, .dashboard .navbar-inverse .navbar-nav > .active > a:hover, .dashboard .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909;
}

.dashboard .navbar-inverse .navbar-nav > .disabled > a, .dashboard .navbar-inverse .navbar-nav > .disabled > a:hover, .dashboard .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.dashboard .navbar-inverse .navbar-toggle {
    border-color: #333;
}

.dashboard .navbar-inverse .navbar-toggle:hover, .dashboard .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.dashboard .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.dashboard .navbar-inverse .navbar-collapse,
.dashboard .navbar-inverse .navbar-form {
    border-color: #101010;
}

.dashboard .navbar-inverse .navbar-nav > .open > a, .dashboard .navbar-inverse .navbar-nav > .open > a:hover, .dashboard .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff;
}

@media (max-width: 767px) {
    .dashboard .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .dashboard .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .dashboard .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

    .dashboard .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .dashboard .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .dashboard .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .dashboard .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .dashboard .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .dashboard .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .dashboard .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .dashboard .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.dashboard .navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.dashboard .navbar-inverse .navbar-link:hover {
    color: #fff;
}

.dashboard .navbar-inverse .btn-link {
    color: #9d9d9d;
}

.dashboard .navbar-inverse .btn-link:hover, .dashboard .navbar-inverse .btn-link:focus {
    color: #fff;
}

.dashboard .navbar-inverse .btn-link[disabled]:hover, .dashboard .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .dashboard .navbar-inverse .btn-link:hover,
fieldset[disabled] .dashboard .navbar-inverse .btn-link:focus {
    color: #444;
}

.dashboard .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.dashboard .breadcrumb > li {
    display: inline-block;
}

.dashboard .breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc;
}

.dashboard .breadcrumb > .active {
    color: #777777;
}

.dashboard .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.dashboard .pagination > li {
    display: inline;
}

.dashboard .pagination > li > a,
.dashboard .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.dashboard .pagination > li:first-child > a,
.dashboard .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.dashboard .pagination > li:last-child > a,
.dashboard .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.dashboard .pagination > li > a:hover, .dashboard .pagination > li > a:focus,
.dashboard .pagination > li > span:hover,
.dashboard .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd;
}

.dashboard .pagination > .active > a, .dashboard .pagination > .active > a:hover, .dashboard .pagination > .active > a:focus,
.dashboard .pagination > .active > span,
.dashboard .pagination > .active > span:hover,
.dashboard .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}

.dashboard .pagination > .disabled > span,
.dashboard .pagination > .disabled > span:hover,
.dashboard .pagination > .disabled > span:focus,
.dashboard .pagination > .disabled > a,
.dashboard .pagination > .disabled > a:hover,
.dashboard .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.dashboard .pagination-lg > li > a,
.dashboard .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.dashboard .pagination-lg > li:first-child > a,
.dashboard .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.dashboard .pagination-lg > li:last-child > a,
.dashboard .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.dashboard .pagination-sm > li > a,
.dashboard .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.dashboard .pagination-sm > li:first-child > a,
.dashboard .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.dashboard .pagination-sm > li:last-child > a,
.dashboard .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.dashboard .pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.dashboard .pager:before, .dashboard .pager:after {
    content: " ";
    display: table;
}

.dashboard .pager:after {
    clear: both;
}

.dashboard .pager li {
    display: inline;
}

.dashboard .pager li > a,
.dashboard .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.dashboard .pager li > a:hover,
.dashboard .pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.dashboard .pager .next > a,
.dashboard .pager .next > span {
    float: right;
}

.dashboard .pager .previous > a,
.dashboard .pager .previous > span {
    float: left;
}

.dashboard .pager .disabled > a,
.dashboard .pager .disabled > a:hover,
.dashboard .pager .disabled > a:focus,
.dashboard .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed;
}

.dashboard .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.dashboard .label:empty {
    display: none;
}

.btn .dashboard .label {
    position: relative;
    top: -1px;
}

.dashboard a.label:hover, .dashboard a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.dashboard .label-default {
    background-color: #777777;
}

.dashboard .label-default[href]:hover, .dashboard .label-default[href]:focus {
    background-color: #5e5e5e;
}

.dashboard .label-primary {
    background-color: #337ab7;
}

.dashboard .label-primary[href]:hover, .dashboard .label-primary[href]:focus {
    background-color: #286090;
}

.dashboard .label-success {
    background-color: #5cb85c;
}

.dashboard .label-success[href]:hover, .dashboard .label-success[href]:focus {
    background-color: #449d44;
}

.dashboard .label-info {
    background-color: #5bc0de;
}

.dashboard .label-info[href]:hover, .dashboard .label-info[href]:focus {
    background-color: #31b0d5;
}

.dashboard .label-warning {
    background-color: #f0ad4e;
}

.dashboard .label-warning[href]:hover, .dashboard .label-warning[href]:focus {
    background-color: #ec971f;
}

.dashboard .label-danger {
    background-color: #d9534f;
}

.dashboard .label-danger[href]:hover, .dashboard .label-danger[href]:focus {
    background-color: #c9302c;
}

.dashboard .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

.dashboard .badge:empty {
    display: none;
}

.btn .dashboard .badge {
    position: relative;
    top: -1px;
}

.btn-xs .dashboard .badge, .dashboard .btn-group-xs > .btn .dashboard .badge,
.btn-group-xs > .btn .dashboard .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .dashboard .badge,
.nav-pills > .active > a > .dashboard .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .dashboard .badge {
    float: right;
}

.list-group-item > .dashboard .badge + .dashboard .badge {
    margin-right: 5px;
}

.nav-pills > li > a > .dashboard .badge {
    margin-left: 3px;
}

.dashboard a.badge:hover, .dashboard a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.dashboard .jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

.dashboard .jumbotron h1,
.dashboard .jumbotron .h1 {
    color: inherit;
}

.dashboard .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.dashboard .jumbotron > hr {
    border-top-color: #d5d5d5;
}

.container .dashboard .jumbotron,
.container-fluid .dashboard .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}

.dashboard .jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .dashboard .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .dashboard .jumbotron,
    .container-fluid .dashboard .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .dashboard .jumbotron h1,
    .dashboard .jumbotron .h1 {
        font-size: 63px;
    }
}

.dashboard .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.dashboard .thumbnail > img,
.dashboard .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.dashboard .thumbnail .caption {
    padding: 9px;
    color: #333333;
}

.dashboard a.thumbnail:hover,
.dashboard a.thumbnail:focus,
.dashboard a.thumbnail.active {
    border-color: #337ab7;
}

.dashboard .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.dashboard .alert h4 {
    margin-top: 0;
    color: inherit;
}

.dashboard .alert .alert-link {
    font-weight: bold;
}

.dashboard .alert > p,
.dashboard .alert > ul {
    margin-bottom: 0;
}

.dashboard .alert > p + p {
    margin-top: 5px;
}

.dashboard .alert-dismissable,
.dashboard .alert-dismissible {
    padding-right: 35px;
}

.dashboard .alert-dismissable .close,
.dashboard .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.dashboard .alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.dashboard .alert-success hr {
    border-top-color: #c9e2b3;
}

.dashboard .alert-success .alert-link {
    color: #2b542c;
}

.dashboard .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.dashboard .alert-info hr {
    border-top-color: #a6e1ec;
}

.dashboard .alert-info .alert-link {
    color: #245269;
}

.dashboard .alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.dashboard .alert-warning hr {
    border-top-color: #f7e1b5;
}

.dashboard .alert-warning .alert-link {
    color: #66512c;
}

.dashboard .alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.dashboard .alert-danger hr {
    border-top-color: #e4b9c0;
}

.dashboard .alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.dashboard .progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.dashboard .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.dashboard .progress-striped .progress-bar,
.dashboard .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.dashboard .progress.active .progress-bar,
.dashboard .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.dashboard .progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .dashboard .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.dashboard .progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .dashboard .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.dashboard .progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .dashboard .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.dashboard .progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .dashboard .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.dashboard .media {
    margin-top: 15px;
}

.dashboard .media:first-child {
    margin-top: 0;
}

.dashboard .media,
.dashboard .media-body {
    zoom: 1;
    overflow: hidden;
}

.dashboard .media-body {
    width: 10000px;
}

.dashboard .media-object {
    display: block;
}

.dashboard .media-object.img-thumbnail {
    max-width: none;
}

.dashboard .media-right,
.dashboard .media > .pull-right {
    padding-left: 10px;
}

.dashboard .media-left,
.dashboard .media > .pull-left {
    padding-right: 10px;
}

.dashboard .media-left,
.dashboard .media-right,
.dashboard .media-body {
    display: table-cell;
    vertical-align: top;
}

.dashboard .media-middle {
    vertical-align: middle;
}

.dashboard .media-bottom {
    vertical-align: bottom;
}

.dashboard .media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.dashboard .media-list {
    padding-left: 0;
    list-style: none;
}

.dashboard .list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.dashboard .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.dashboard .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.dashboard .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.dashboard a.list-group-item,
.dashboard button.list-group-item {
    color: #555;
}

.dashboard a.list-group-item .list-group-item-heading,
.dashboard button.list-group-item .list-group-item-heading {
    color: #333;
}

.dashboard a.list-group-item:hover, .dashboard a.list-group-item:focus,
.dashboard button.list-group-item:hover,
.dashboard button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

.dashboard button.list-group-item {
    width: 100%;
    text-align: left;
}

.dashboard .list-group-item.disabled, .dashboard .list-group-item.disabled:hover, .dashboard .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}

.dashboard .list-group-item.disabled .list-group-item-heading, .dashboard .list-group-item.disabled:hover .list-group-item-heading, .dashboard .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.dashboard .list-group-item.disabled .list-group-item-text, .dashboard .list-group-item.disabled:hover .list-group-item-text, .dashboard .list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
}

.dashboard .list-group-item.active, .dashboard .list-group-item.active:hover, .dashboard .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.dashboard .list-group-item.active .list-group-item-heading,
.dashboard .list-group-item.active .list-group-item-heading > small,
.dashboard .list-group-item.active .list-group-item-heading > .small, .dashboard .list-group-item.active:hover .list-group-item-heading,
.dashboard .list-group-item.active:hover .list-group-item-heading > small,
.dashboard .list-group-item.active:hover .list-group-item-heading > .small, .dashboard .list-group-item.active:focus .list-group-item-heading,
.dashboard .list-group-item.active:focus .list-group-item-heading > small,
.dashboard .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}

.dashboard .list-group-item.active .list-group-item-text, .dashboard .list-group-item.active:hover .list-group-item-text, .dashboard .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef;
}

.dashboard .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

.dashboard a.list-group-item-success,
.dashboard button.list-group-item-success {
    color: #3c763d;
}

.dashboard a.list-group-item-success .list-group-item-heading,
.dashboard button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

.dashboard a.list-group-item-success:hover, .dashboard a.list-group-item-success:focus,
.dashboard button.list-group-item-success:hover,
.dashboard button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

.dashboard a.list-group-item-success.active, .dashboard a.list-group-item-success.active:hover, .dashboard a.list-group-item-success.active:focus,
.dashboard button.list-group-item-success.active,
.dashboard button.list-group-item-success.active:hover,
.dashboard button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.dashboard .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

.dashboard a.list-group-item-info,
.dashboard button.list-group-item-info {
    color: #31708f;
}

.dashboard a.list-group-item-info .list-group-item-heading,
.dashboard button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

.dashboard a.list-group-item-info:hover, .dashboard a.list-group-item-info:focus,
.dashboard button.list-group-item-info:hover,
.dashboard button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

.dashboard a.list-group-item-info.active, .dashboard a.list-group-item-info.active:hover, .dashboard a.list-group-item-info.active:focus,
.dashboard button.list-group-item-info.active,
.dashboard button.list-group-item-info.active:hover,
.dashboard button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.dashboard .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

.dashboard a.list-group-item-warning,
.dashboard button.list-group-item-warning {
    color: #8a6d3b;
}

.dashboard a.list-group-item-warning .list-group-item-heading,
.dashboard button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

.dashboard a.list-group-item-warning:hover, .dashboard a.list-group-item-warning:focus,
.dashboard button.list-group-item-warning:hover,
.dashboard button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

.dashboard a.list-group-item-warning.active, .dashboard a.list-group-item-warning.active:hover, .dashboard a.list-group-item-warning.active:focus,
.dashboard button.list-group-item-warning.active,
.dashboard button.list-group-item-warning.active:hover,
.dashboard button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.dashboard .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

.dashboard a.list-group-item-danger,
.dashboard button.list-group-item-danger {
    color: #a94442;
}

.dashboard a.list-group-item-danger .list-group-item-heading,
.dashboard button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

.dashboard a.list-group-item-danger:hover, .dashboard a.list-group-item-danger:focus,
.dashboard button.list-group-item-danger:hover,
.dashboard button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

.dashboard a.list-group-item-danger.active, .dashboard a.list-group-item-danger.active:hover, .dashboard a.list-group-item-danger.active:focus,
.dashboard button.list-group-item-danger.active,
.dashboard button.list-group-item-danger.active:hover,
.dashboard button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.dashboard .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.dashboard .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.dashboard .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.dashboard .panel-body {
    padding: 15px;
}

.dashboard .panel-body:before, .dashboard .panel-body:after {
    content: " ";
    display: table;
}

.dashboard .panel-body:after {
    clear: both;
}

.dashboard .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.dashboard .panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.dashboard .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.dashboard .panel-title > a,
.dashboard .panel-title > small,
.dashboard .panel-title > .small,
.dashboard .panel-title > small > a,
.dashboard .panel-title > .small > a {
    color: inherit;
}

.dashboard .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.dashboard .panel > .list-group,
.dashboard .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.dashboard .panel > .list-group .list-group-item,
.dashboard .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.dashboard .panel > .list-group:first-child .list-group-item:first-child,
.dashboard .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.dashboard .panel > .list-group:last-child .list-group-item:last-child,
.dashboard .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.dashboard .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dashboard .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.dashboard .list-group + .panel-footer {
    border-top-width: 0;
}

.dashboard .panel > .table,
.dashboard .panel > .table-responsive > .table,
.dashboard .panel > .panel-collapse > .table {
    margin-bottom: 0;
}

.dashboard .panel > .table caption,
.dashboard .panel > .table-responsive > .table caption,
.dashboard .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.dashboard .panel > .table:first-child,
.dashboard .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.dashboard .panel > .table:first-child > thead:first-child > tr:first-child,
.dashboard .panel > .table:first-child > tbody:first-child > tr:first-child,
.dashboard .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.dashboard .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.dashboard .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.dashboard .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.dashboard .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.dashboard .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.dashboard .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.dashboard .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.dashboard .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.dashboard .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.dashboard .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.dashboard .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.dashboard .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.dashboard .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.dashboard .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.dashboard .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.dashboard .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.dashboard .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.dashboard .panel > .table:last-child,
.dashboard .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.dashboard .panel > .table:last-child > tbody:last-child > tr:last-child,
.dashboard .panel > .table:last-child > tfoot:last-child > tr:last-child,
.dashboard .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.dashboard .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.dashboard .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.dashboard .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.dashboard .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.dashboard .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.dashboard .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.dashboard .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.dashboard .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.dashboard .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.dashboard .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.dashboard .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.dashboard .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.dashboard .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.dashboard .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.dashboard .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.dashboard .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.dashboard .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.dashboard .panel > .panel-body + .table,
.dashboard .panel > .panel-body + .table-responsive,
.dashboard .panel > .table + .panel-body,
.dashboard .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}

.dashboard .panel > .table > tbody:first-child > tr:first-child th,
.dashboard .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.dashboard .panel > .table-bordered,
.dashboard .panel > .table-responsive > .table-bordered {
    border: 0;
}

.dashboard .panel > .table-bordered > thead > tr > th:first-child,
.dashboard .panel > .table-bordered > thead > tr > td:first-child,
.dashboard .panel > .table-bordered > tbody > tr > th:first-child,
.dashboard .panel > .table-bordered > tbody > tr > td:first-child,
.dashboard .panel > .table-bordered > tfoot > tr > th:first-child,
.dashboard .panel > .table-bordered > tfoot > tr > td:first-child,
.dashboard .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.dashboard .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.dashboard .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.dashboard .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.dashboard .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.dashboard .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.dashboard .panel > .table-bordered > thead > tr > th:last-child,
.dashboard .panel > .table-bordered > thead > tr > td:last-child,
.dashboard .panel > .table-bordered > tbody > tr > th:last-child,
.dashboard .panel > .table-bordered > tbody > tr > td:last-child,
.dashboard .panel > .table-bordered > tfoot > tr > th:last-child,
.dashboard .panel > .table-bordered > tfoot > tr > td:last-child,
.dashboard .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.dashboard .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.dashboard .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.dashboard .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.dashboard .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.dashboard .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.dashboard .panel > .table-bordered > thead > tr:first-child > td,
.dashboard .panel > .table-bordered > thead > tr:first-child > th,
.dashboard .panel > .table-bordered > tbody > tr:first-child > td,
.dashboard .panel > .table-bordered > tbody > tr:first-child > th,
.dashboard .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.dashboard .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.dashboard .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.dashboard .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

.dashboard .panel > .table-bordered > tbody > tr:last-child > td,
.dashboard .panel > .table-bordered > tbody > tr:last-child > th,
.dashboard .panel > .table-bordered > tfoot > tr:last-child > td,
.dashboard .panel > .table-bordered > tfoot > tr:last-child > th,
.dashboard .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.dashboard .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.dashboard .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.dashboard .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.dashboard .panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.dashboard .panel-group {
    margin-bottom: 20px;
}

.dashboard .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.dashboard .panel-group .panel + .panel {
    margin-top: 5px;
}

.dashboard .panel-group .panel-heading {
    border-bottom: 0;
}

.dashboard .panel-group .panel-heading + .panel-collapse > .panel-body,
.dashboard .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

.dashboard .panel-group .panel-footer {
    border-top: 0;
}

.dashboard .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.dashboard .panel-default {
    border-color: #ddd;
}

.dashboard .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.dashboard .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

.dashboard .panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}

.dashboard .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

.dashboard .panel-primary {
    border-color: #337ab7;
}

.dashboard .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.dashboard .panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}

.dashboard .panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.dashboard .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}

.dashboard .panel-success {
    border-color: #d6e9c6;
}

.dashboard .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.dashboard .panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}

.dashboard .panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.dashboard .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}

.dashboard .panel-info {
    border-color: #bce8f1;
}

.dashboard .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.dashboard .panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}

.dashboard .panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.dashboard .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}

.dashboard .panel-warning {
    border-color: #faebcc;
}

.dashboard .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.dashboard .panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}

.dashboard .panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.dashboard .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}

.dashboard .panel-danger {
    border-color: #ebccd1;
}

.dashboard .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.dashboard .panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}

.dashboard .panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.dashboard .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

.dashboard .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.dashboard .embed-responsive .embed-responsive-item,
.dashboard .embed-responsive iframe,
.dashboard .embed-responsive embed,
.dashboard .embed-responsive object,
.dashboard .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.dashboard .embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.dashboard .embed-responsive-4by3 {
    padding-bottom: 75%;
}

.dashboard .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.dashboard .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.dashboard .well-lg {
    padding: 24px;
    border-radius: 6px;
}

.dashboard .well-sm {
    padding: 9px;
    border-radius: 3px;
}

.dashboard .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.dashboard .close:hover, .dashboard .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.dashboard button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.dashboard .modal-open {
    overflow: hidden;
}

.dashboard .modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.dashboard .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.dashboard .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.dashboard .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.dashboard .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.dashboard .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.dashboard .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.dashboard .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.dashboard .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.dashboard .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.dashboard .modal-header:before, .dashboard .modal-header:after {
    content: " ";
    display: table;
}

.dashboard .modal-header:after {
    clear: both;
}

.dashboard .modal-header .close {
    margin-top: -2px;
}

.dashboard .modal-title {
    margin: 0;
    line-height: 1.42857;
}

.dashboard .modal-body {
    position: relative;
    padding: 15px;
}

.dashboard .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.dashboard .modal-footer:before, .dashboard .modal-footer:after {
    content: " ";
    display: table;
}

.dashboard .modal-footer:after {
    clear: both;
}

.dashboard .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.dashboard .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.dashboard .modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.dashboard .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .dashboard .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .dashboard .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .dashboard .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .dashboard .modal-lg {
        width: 900px;
    }
}

.dashboard .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.dashboard .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.dashboard .tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.dashboard .tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.dashboard .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.dashboard .tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.dashboard .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.dashboard .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.dashboard .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.dashboard .tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.dashboard .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.dashboard .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.dashboard .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.dashboard .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.dashboard .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.dashboard .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.dashboard .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.dashboard .popover.top {
    margin-top: -10px;
}

.dashboard .popover.right {
    margin-left: 10px;
}

.dashboard .popover.bottom {
    margin-top: 10px;
}

.dashboard .popover.left {
    margin-left: -10px;
}

.dashboard .popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.dashboard .popover-content {
    padding: 9px 14px;
}

.dashboard .popover > .arrow, .dashboard .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.dashboard .popover > .arrow {
    border-width: 11px;
}

.dashboard .popover > .arrow:after {
    border-width: 10px;
    content: "";
}

.dashboard .popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.dashboard .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.dashboard .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.dashboard .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.dashboard .popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.dashboard .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.dashboard .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.dashboard .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

.dashboard .carousel {
    position: relative;
}

.dashboard .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.dashboard .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.dashboard .carousel-inner > .item > img,
.dashboard .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .dashboard .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }

    .dashboard .carousel-inner > .item.next, .dashboard .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    .dashboard .carousel-inner > .item.prev, .dashboard .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }

    .dashboard .carousel-inner > .item.next.left, .dashboard .carousel-inner > .item.prev.right, .dashboard .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.dashboard .carousel-inner > .active,
.dashboard .carousel-inner > .next,
.dashboard .carousel-inner > .prev {
    display: block;
}

.dashboard .carousel-inner > .active {
    left: 0;
}

.dashboard .carousel-inner > .next,
.dashboard .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.dashboard .carousel-inner > .next {
    left: 100%;
}

.dashboard .carousel-inner > .prev {
    left: -100%;
}

.dashboard .carousel-inner > .next.left,
.dashboard .carousel-inner > .prev.right {
    left: 0;
}

.dashboard .carousel-inner > .active.left {
    left: -100%;
}

.dashboard .carousel-inner > .active.right {
    left: 100%;
}

.dashboard .carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
}

.dashboard .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.dashboard .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.dashboard .carousel-control:hover, .dashboard .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.dashboard .carousel-control .icon-prev,
.dashboard .carousel-control .icon-next,
.dashboard .carousel-control .glyphicon-chevron-left,
.dashboard .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.dashboard .carousel-control .icon-prev,
.dashboard .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.dashboard .carousel-control .icon-next,
.dashboard .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.dashboard .carousel-control .icon-prev,
.dashboard .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}

.dashboard .carousel-control .icon-prev:before {
    content: '\2039';
}

.dashboard .carousel-control .icon-next:before {
    content: '\203a';
}

.dashboard .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.dashboard .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}

.dashboard .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.dashboard .carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.dashboard .carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .dashboard .carousel-control .glyphicon-chevron-left,
    .dashboard .carousel-control .glyphicon-chevron-right,
    .dashboard .carousel-control .icon-prev,
    .dashboard .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .dashboard .carousel-control .glyphicon-chevron-left,
    .dashboard .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .dashboard .carousel-control .glyphicon-chevron-right,
    .dashboard .carousel-control .icon-next {
        margin-right: -10px;
    }

    .dashboard .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .dashboard .carousel-indicators {
        bottom: 20px;
    }
}

.dashboard .clearfix:before, .dashboard .clearfix:after {
    content: " ";
    display: table;
}

.dashboard .clearfix:after {
    clear: both;
}

.dashboard .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.dashboard .pull-right {
    float: right !important;
}

.dashboard .pull-left {
    float: left !important;
}

.dashboard .hide {
    display: none !important;
}

.dashboard .show {
    display: block !important;
}

.dashboard .invisible {
    visibility: hidden;
}

.dashboard .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.dashboard .hidden {
    display: none !important;
}

.dashboard .affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.dashboard .visible-xs {
    display: none !important;
}

.dashboard .visible-sm {
    display: none !important;
}

.dashboard .visible-md {
    display: none !important;
}

.dashboard .visible-lg {
    display: none !important;
}

.dashboard .visible-xs-block,
.dashboard .visible-xs-inline,
.dashboard .visible-xs-inline-block,
.dashboard .visible-sm-block,
.dashboard .visible-sm-inline,
.dashboard .visible-sm-inline-block,
.dashboard .visible-md-block,
.dashboard .visible-md-inline,
.dashboard .visible-md-inline-block,
.dashboard .visible-lg-block,
.dashboard .visible-lg-inline,
.dashboard .visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .dashboard .visible-xs {
        display: block !important;
    }

    .dashboard table.visible-xs {
        display: table !important;
    }

    .dashboard tr.visible-xs {
        display: table-row !important;
    }

    .dashboard th.visible-xs,
    .dashboard td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .dashboard .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .dashboard .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .dashboard .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .dashboard .visible-sm {
        display: block !important;
    }

    .dashboard table.visible-sm {
        display: table !important;
    }

    .dashboard tr.visible-sm {
        display: table-row !important;
    }

    .dashboard th.visible-sm,
    .dashboard td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .dashboard .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .dashboard .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .dashboard .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .dashboard .visible-md {
        display: block !important;
    }

    .dashboard table.visible-md {
        display: table !important;
    }

    .dashboard tr.visible-md {
        display: table-row !important;
    }

    .dashboard th.visible-md,
    .dashboard td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .dashboard .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .dashboard .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .dashboard .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .dashboard .visible-lg {
        display: block !important;
    }

    .dashboard table.visible-lg {
        display: table !important;
    }

    .dashboard tr.visible-lg {
        display: table-row !important;
    }

    .dashboard th.visible-lg,
    .dashboard td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .dashboard .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .dashboard .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .dashboard .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .dashboard .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .dashboard .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .dashboard .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .dashboard .hidden-lg {
        display: none !important;
    }
}

.dashboard .visible-print {
    display: none !important;
}

@media print {
    .dashboard .visible-print {
        display: block !important;
    }

    .dashboard table.visible-print {
        display: table !important;
    }

    .dashboard tr.visible-print {
        display: table-row !important;
    }

    .dashboard th.visible-print,
    .dashboard td.visible-print {
        display: table-cell !important;
    }
}

.dashboard .visible-print-block {
    display: none !important;
}

@media print {
    .dashboard .visible-print-block {
        display: block !important;
    }
}

.dashboard .visible-print-inline {
    display: none !important;
}

@media print {
    .dashboard .visible-print-inline {
        display: inline !important;
    }
}

.dashboard .visible-print-inline-block {
    display: none !important;
}

@media print {
    .dashboard .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .dashboard .hidden-print {
        display: none !important;
    }
}

.dashboard .btn-default,
.dashboard .btn-primary,
.dashboard .btn-success,
.dashboard .btn-info,
.dashboard .btn-warning,
.dashboard .btn-danger {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.dashboard .btn-default:active, .dashboard .btn-default.active,
.dashboard .btn-primary:active,
.dashboard .btn-primary.active,
.dashboard .btn-success:active,
.dashboard .btn-success.active,
.dashboard .btn-info:active,
.dashboard .btn-info.active,
.dashboard .btn-warning:active,
.dashboard .btn-warning.active,
.dashboard .btn-danger:active,
.dashboard .btn-danger.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.dashboard .btn-default.disabled, .dashboard .btn-default[disabled],
fieldset[disabled] .dashboard .btn-default,
.dashboard .btn-primary.disabled,
.dashboard .btn-primary[disabled],
fieldset[disabled]
    .dashboard .btn-primary,
.dashboard .btn-success.disabled,
.dashboard .btn-success[disabled],
fieldset[disabled]
    .dashboard .btn-success,
.dashboard .btn-info.disabled,
.dashboard .btn-info[disabled],
fieldset[disabled]
    .dashboard .btn-info,
.dashboard .btn-warning.disabled,
.dashboard .btn-warning[disabled],
fieldset[disabled]
    .dashboard .btn-warning,
.dashboard .btn-danger.disabled,
.dashboard .btn-danger[disabled],
fieldset[disabled]
    .dashboard .btn-danger {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dashboard .btn-default .badge,
.dashboard .btn-primary .badge,
.dashboard .btn-success .badge,
.dashboard .btn-info .badge,
.dashboard .btn-warning .badge,
.dashboard .btn-danger .badge {
    text-shadow: none;
}

.dashboard .btn:active, .dashboard .btn.active {
    background-image: none;
}

.dashboard .btn-default {
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE0E0E0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc;
}

.dashboard .btn-default:hover, .dashboard .btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}

.dashboard .btn-default:active, .dashboard .btn-default.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
}

.dashboard .btn-default.disabled, .dashboard .btn-default.disabled:hover, .dashboard .btn-default.disabled:focus, .dashboard .btn-default.disabled.focus, .dashboard .btn-default.disabled:active, .dashboard .btn-default.disabled.active, .dashboard .btn-default[disabled], .dashboard .btn-default[disabled]:hover, .dashboard .btn-default[disabled]:focus, .dashboard .btn-default[disabled].focus, .dashboard .btn-default[disabled]:active, .dashboard .btn-default[disabled].active,
fieldset[disabled] .dashboard .btn-default,
fieldset[disabled] .dashboard .btn-default:hover,
fieldset[disabled] .dashboard .btn-default:focus,
fieldset[disabled] .dashboard .btn-default.focus,
fieldset[disabled] .dashboard .btn-default:active,
fieldset[disabled] .dashboard .btn-default.active {
    background-color: #e0e0e0;
    background-image: none;
}

.dashboard .btn-primary {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF337AB7', endColorstr='#FF265A88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580;
}

.dashboard .btn-primary:hover, .dashboard .btn-primary:focus {
    background-color: #265a88;
    background-position: 0 -15px;
}

.dashboard .btn-primary:active, .dashboard .btn-primary.active {
    background-color: #265a88;
    border-color: #245580;
}

.dashboard .btn-primary.disabled, .dashboard .btn-primary.disabled:hover, .dashboard .btn-primary.disabled:focus, .dashboard .btn-primary.disabled.focus, .dashboard .btn-primary.disabled:active, .dashboard .btn-primary.disabled.active, .dashboard .btn-primary[disabled], .dashboard .btn-primary[disabled]:hover, .dashboard .btn-primary[disabled]:focus, .dashboard .btn-primary[disabled].focus, .dashboard .btn-primary[disabled]:active, .dashboard .btn-primary[disabled].active,
fieldset[disabled] .dashboard .btn-primary,
fieldset[disabled] .dashboard .btn-primary:hover,
fieldset[disabled] .dashboard .btn-primary:focus,
fieldset[disabled] .dashboard .btn-primary.focus,
fieldset[disabled] .dashboard .btn-primary:active,
fieldset[disabled] .dashboard .btn-primary.active {
    background-color: #265a88;
    background-image: none;
}

.dashboard .btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5CB85C', endColorstr='#FF419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}

.dashboard .btn-success:hover, .dashboard .btn-success:focus {
    background-color: #419641;
    background-position: 0 -15px;
}

.dashboard .btn-success:active, .dashboard .btn-success.active {
    background-color: #419641;
    border-color: #3e8f3e;
}

.dashboard .btn-success.disabled, .dashboard .btn-success.disabled:hover, .dashboard .btn-success.disabled:focus, .dashboard .btn-success.disabled.focus, .dashboard .btn-success.disabled:active, .dashboard .btn-success.disabled.active, .dashboard .btn-success[disabled], .dashboard .btn-success[disabled]:hover, .dashboard .btn-success[disabled]:focus, .dashboard .btn-success[disabled].focus, .dashboard .btn-success[disabled]:active, .dashboard .btn-success[disabled].active,
fieldset[disabled] .dashboard .btn-success,
fieldset[disabled] .dashboard .btn-success:hover,
fieldset[disabled] .dashboard .btn-success:focus,
fieldset[disabled] .dashboard .btn-success.focus,
fieldset[disabled] .dashboard .btn-success:active,
fieldset[disabled] .dashboard .btn-success.active {
    background-color: #419641;
    background-image: none;
}

.dashboard .btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2AABD2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}

.dashboard .btn-info:hover, .dashboard .btn-info:focus {
    background-color: #2aabd2;
    background-position: 0 -15px;
}

.dashboard .btn-info:active, .dashboard .btn-info.active {
    background-color: #2aabd2;
    border-color: #28a4c9;
}

.dashboard .btn-info.disabled, .dashboard .btn-info.disabled:hover, .dashboard .btn-info.disabled:focus, .dashboard .btn-info.disabled.focus, .dashboard .btn-info.disabled:active, .dashboard .btn-info.disabled.active, .dashboard .btn-info[disabled], .dashboard .btn-info[disabled]:hover, .dashboard .btn-info[disabled]:focus, .dashboard .btn-info[disabled].focus, .dashboard .btn-info[disabled]:active, .dashboard .btn-info[disabled].active,
fieldset[disabled] .dashboard .btn-info,
fieldset[disabled] .dashboard .btn-info:hover,
fieldset[disabled] .dashboard .btn-info:focus,
fieldset[disabled] .dashboard .btn-info.focus,
fieldset[disabled] .dashboard .btn-info:active,
fieldset[disabled] .dashboard .btn-info.active {
    background-color: #2aabd2;
    background-image: none;
}

.dashboard .btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0AD4E', endColorstr='#FFEB9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e38d13;
}

.dashboard .btn-warning:hover, .dashboard .btn-warning:focus {
    background-color: #eb9316;
    background-position: 0 -15px;
}

.dashboard .btn-warning:active, .dashboard .btn-warning.active {
    background-color: #eb9316;
    border-color: #e38d13;
}

.dashboard .btn-warning.disabled, .dashboard .btn-warning.disabled:hover, .dashboard .btn-warning.disabled:focus, .dashboard .btn-warning.disabled.focus, .dashboard .btn-warning.disabled:active, .dashboard .btn-warning.disabled.active, .dashboard .btn-warning[disabled], .dashboard .btn-warning[disabled]:hover, .dashboard .btn-warning[disabled]:focus, .dashboard .btn-warning[disabled].focus, .dashboard .btn-warning[disabled]:active, .dashboard .btn-warning[disabled].active,
fieldset[disabled] .dashboard .btn-warning,
fieldset[disabled] .dashboard .btn-warning:hover,
fieldset[disabled] .dashboard .btn-warning:focus,
fieldset[disabled] .dashboard .btn-warning.focus,
fieldset[disabled] .dashboard .btn-warning:active,
fieldset[disabled] .dashboard .btn-warning.active {
    background-color: #eb9316;
    background-image: none;
}

.dashboard .btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9534F', endColorstr='#FFC12E2A', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28;
}

.dashboard .btn-danger:hover, .dashboard .btn-danger:focus {
    background-color: #c12e2a;
    background-position: 0 -15px;
}

.dashboard .btn-danger:active, .dashboard .btn-danger.active {
    background-color: #c12e2a;
    border-color: #b92c28;
}

.dashboard .btn-danger.disabled, .dashboard .btn-danger.disabled:hover, .dashboard .btn-danger.disabled:focus, .dashboard .btn-danger.disabled.focus, .dashboard .btn-danger.disabled:active, .dashboard .btn-danger.disabled.active, .dashboard .btn-danger[disabled], .dashboard .btn-danger[disabled]:hover, .dashboard .btn-danger[disabled]:focus, .dashboard .btn-danger[disabled].focus, .dashboard .btn-danger[disabled]:active, .dashboard .btn-danger[disabled].active,
fieldset[disabled] .dashboard .btn-danger,
fieldset[disabled] .dashboard .btn-danger:hover,
fieldset[disabled] .dashboard .btn-danger:focus,
fieldset[disabled] .dashboard .btn-danger.focus,
fieldset[disabled] .dashboard .btn-danger:active,
fieldset[disabled] .dashboard .btn-danger.active {
    background-color: #c12e2a;
    background-image: none;
}

.dashboard .thumbnail,
.dashboard .img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dashboard .dropdown-menu > li > a:hover,
.dashboard .dropdown-menu > li > a:focus {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE8E8E8', GradientType=0);
    background-color: #e8e8e8;
}

.dashboard .dropdown-menu > .active > a,
.dashboard .dropdown-menu > .active > a:hover,
.dashboard .dropdown-menu > .active > a:focus {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF337AB7', endColorstr='#FF2E6DA4', GradientType=0);
    background-color: #2e6da4;
}

.dashboard .navbar-default {
    background-image: -webkit-linear-gradient(top, white 0%, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, white 0%, #f8f8f8 100%);
    background-image: linear-gradient(to bottom, white 0%, #f8f8f8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF8F8F8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.dashboard .navbar-default .navbar-nav > .open > a,
.dashboard .navbar-default .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
    background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDBDBDB', endColorstr='#FFE2E2E2', GradientType=0);
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

.dashboard .navbar-brand,
.dashboard .navbar-nav > li > a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.dashboard .navbar-inverse {
    background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
    background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
    background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3C3C3C', endColorstr='#FF222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius: 4px;
}

.dashboard .navbar-inverse .navbar-nav > .open > a,
.dashboard .navbar-inverse .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #090909 0%, #0f0f0f 100%);
    background-image: -o-linear-gradient(top, #090909 0%, #0f0f0f 100%);
    background-image: linear-gradient(to bottom, #090909 0%, #0f0f0f 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF090909', endColorstr='#FF0F0F0F', GradientType=0);
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

.dashboard .navbar-inverse .navbar-brand,
.dashboard .navbar-inverse .navbar-nav > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.dashboard .navbar-static-top,
.dashboard .navbar-fixed-top,
.dashboard .navbar-fixed-bottom {
    border-radius: 0;
}

@media (max-width: 767px) {
    .dashboard .navbar .navbar-nav .open .dropdown-menu > .active > a, .dashboard .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .dashboard .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
        background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
        background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF337AB7', endColorstr='#FF2E6DA4', GradientType=0);
    }
}

.dashboard .alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.dashboard .alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFC8E5BC', GradientType=0);
    border-color: #b2dba1;
}

.dashboard .alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9EDF7', endColorstr='#FFB9DEF0', GradientType=0);
    border-color: #9acfea;
}

.dashboard .alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCF8E3', endColorstr='#FFF8EFC0', GradientType=0);
    border-color: #f5e79e;
}

.dashboard .alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2DEDE', endColorstr='#FFE7C3C3', GradientType=0);
    border-color: #dca7a7;
}

.dashboard .progress {
    background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEBEBEB', endColorstr='#FFF5F5F5', GradientType=0);
}

.dashboard .progress-bar {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
    background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF337AB7', endColorstr='#FF286090', GradientType=0);
}

.dashboard .progress-bar-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5CB85C', endColorstr='#FF449D44', GradientType=0);
}

.dashboard .progress-bar-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF31B0D5', GradientType=0);
}

.dashboard .progress-bar-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0AD4E', endColorstr='#FFEC971F', GradientType=0);
}

.dashboard .progress-bar-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9534F', endColorstr='#FFC9302C', GradientType=0);
}

.dashboard .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.dashboard .list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dashboard .list-group-item.active,
.dashboard .list-group-item.active:hover,
.dashboard .list-group-item.active:focus {
    text-shadow: 0 -1px 0 #286090;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
    background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF337AB7', endColorstr='#FF2B669A', GradientType=0);
    border-color: #2b669a;
}

.dashboard .list-group-item.active .badge,
.dashboard .list-group-item.active:hover .badge,
.dashboard .list-group-item.active:focus .badge {
    text-shadow: none;
}

.dashboard .panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.dashboard .panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE8E8E8', GradientType=0);
}

.dashboard .panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF337AB7', endColorstr='#FF2E6DA4', GradientType=0);
}

.dashboard .panel-success > .panel-heading {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFD0E9C6', GradientType=0);
}

.dashboard .panel-info > .panel-heading {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9EDF7', endColorstr='#FFC4E3F3', GradientType=0);
}

.dashboard .panel-warning > .panel-heading {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCF8E3', endColorstr='#FFFAF2CC', GradientType=0);
}

.dashboard .panel-danger > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2DEDE', endColorstr='#FFEBCCCC', GradientType=0);
}

.dashboard .well {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8E8E8', endColorstr='#FFF5F5F5', GradientType=0);
    border-color: gainsboro;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Toolbar Dashboard Tab */
.dashboardLink {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background-color: #e6e9ed !important;
    padding: 0 !important;
    margin: 0 !important;
    float: left;
    left: -5px;
    height: 70px !important;
    background-image: url('static/img/mail_cloud_logo.png') !important;
    background-repeat: no-repeat !important;
    background-position: center 73% !important;
}

.dashboardLink a {
    height: 70px;
    width: 200px;
}

.dashboardLink .text {
    display: none;
}
/*
.AnaSayfa,
.Dashboard {
    float: left !important;
    margin-left: 20px !important;
}

html.AnaSayfa, html.AnaSayfa body, html.AnaSayfa .pSevenMain,
html.Dashboard, html.Dashboard body, html.Dashboard .pSevenMain {
    overflow: visible
}


/* Custom Scroll Start */

.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}

/* Custom Scroll End */



/* Fıxes */
span[data-i18n="SETTINGS/ACCOUNTS_LINK_ADD_IDENTITY"]{
    display: none !important;
}
/* Fıxes End */

.Theme_Natro .tabs_panel .AnaSayfa,
.Theme_Natro .tabs_panel .Dashboard{
    top: 21px;
}

.Tab_settings__Rules .settings .panel.data, .panel.data .middle_bar.Rules {
    width: 1100px !important;
}

.Browser_mozilla label[for="signme"]{
    top: -14px;
}
.Browser_mozilla .tabs_panel .item .link{
    top: -2px !important;
    position: relative;
}

.plugin-description{
    padding-left: 1.5em !important;
}

.panels.settings .panel.navigation_panel .item.natro-webmail-automessage-settings .icon:before {
  content: "\e643";
}
.panels.settings .panel.navigation_panel .item.natro-webmail-change-password .icon:before {
  content: "\e625";
}

.panels.settings .panel.navigation_panel .item.natro-webmail-blacklist-settings .icon:before {
  content: "\e648";
}
.panels.settings .panel.navigation_panel .item.natro-webmail-forward-settings .icon:before {
  content: "\e650";
}
.panels.settings .panel.navigation_panel .item.natro-webmail-whitelist-settings .icon:before {
  content: "\e609";
}
.panels.settings .panel.navigation_panel .item.natro-webmail-rules-settings .icon:before {
  content: "\e639";
}
.panels.settings .panel.navigation_panel .item.mobile-apps .icon:before {
  content: "\e91d";
}
.panel_center .fields{
  margin-top:0;
}


.Screen_Mobile .message_viewer .message_header .message_info {
    margin-left: 0 !important;
}
/* line 2385, C:\wamp\www\sites\aurora\skins\Natro\less\@theme.less */
.Screen_Mobile .message_viewer .message_header .message_info .message_info_line {
    padding: 0 !important;
}
/* line 2389, C:\wamp\www\sites\aurora\skins\Natro\less\@theme.less */
.Screen_Mobile .message_viewer .message_header .message_info .from {
    padding-left: 0 !important;
}
/* line 2394, C:\wamp\www\sites\aurora\skins\Natro\less\@theme.less */
.Screen_Mobile .message_viewer .message_header .details_hide,
.Screen_Mobile .message_viewer .message_header .details_show {
    display: none !important;
}

.settings .panel.navigation .item.canSelect.cloud-storage,
.settings .panel.navigation .item.canSelect.outlook_sync{
    display: none;
}



.items_list.simple_list .item {
  border-bottom: 1px solid #d5d9dc;
  color: #626262;
  cursor: pointer;
  padding: 6px 10px;
}
.items_list.simple_list .item:hover {
  background: #f3f3f3;
}
.items_list.simple_list .item:last-child {
  border-bottom: 0px;
}
.items_list.simple_list .item .title {
  margin: 0;
}
.items_list.simple_list .item.selected,
.items_list.simple_list .item.heading {
  background: #f1f1f1 none repeat scroll 0 0;
  color: #4d4d4d;
  font-weight: bold;
}
.items_list.simple_list .item .button {
  background: none repeat scroll 0 0 #6fa8de;
  border: 1px solid #5d97cd;
  border-radius: 4px 4px 4px 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 9pt !important;
  padding: 1px 5px;
  text-shadow: 0 1px 0 #4d759b;
}
.items_list.simple_list .button {
  float: right;
}
.items_list.simple_list .title {
  display: inline-block;
  font-size: 9pt;
  padding: 0px;
}
.items_list.simple_list .buttons {
  margin: 15px 0px;
}
.items_list.simple_list .buttons .button {
  font-size: 10pt;
}

.items_list.simple_list .link.fetcher{
  float:right;
}

.items_list.simple_list .item.fetcher .icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: 'afterlogic';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e65b";
}

html:not(.mobile) .screen.LoginLayout .login_panel-functional-part {
    background: url(images/mail-login-bg-blur.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    width: 600px;
    padding: 5%;
    margin-top: 5%;
}
