@font-face {
  font-family: Futura-Medium;
  src: url('fonts/FuturaStd-Medium.otf');
}

@font-face {
  font-family: Futura-Bold;
  src: url('fonts/FuturaStd-Bold.otf');
}

body {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow-y: hidden !important;
  min-width: 310px;
  max-height: 100%;
  background-color: lightgrey;
}

body.dashboard {
  min-width: 900px;
  opacity: 1;
}

body.dashboard.hidden {
  opacity: 0;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

label {
  color: gray !important;
}

label.required {
  font-weight: bold;
}

.allow-user-select {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.material-icons {
  outline: none;
}

.material-icons.logout {
  cursor: pointer;
  color: #1c2b36;
  font-size: 32px;
}

md-input-container {
  width: 100%;
  margin-bottom: 0;
}

.login-wrapper {
  background-color: white;
  animation: fadeInDownBig 1s;
  width: 532px;
  min-width: 300px;
  max-width: calc(100% - 20px);
  padding: 0;
}

.login-wrapper form {
  width: 100%;
  padding: 1em;
  margin-bottom: 0;
}

.login-wrapper form .image-container {
  margin-bottom: 20px;
}

.login-wrapper form .image-container img {
  width: 100%;
  height: auto;
  max-width: 330px;
}

.login-wrapper form .container {
  margin-top: 10px;
}

.login-wrapper form .container .error {
  width: 70%;
  height: 40px;
  background-color: #d9534f;
  text-align: center;
  margin-bottom: 10px;
}

.login-wrapper form .container md-input-container {
  width: 80%;
  margin-bottom: 0;
}

.login-wrapper form .container md-input-container input {
  width: 100%;
}

.login-wrapper form .md-button {
  width: 220px;
}

.md-toolbar {}

.md-toolbar .menu-toggle-button {
  margin-right: 16px;
  color: #000000;
  cursor: pointer;
  outline: none;
}

.md-toolbar .show-menu .material-icons {
  outline: none;
}

.md-toolbar-tools {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffffff;
}

.md-toolbar-tools .page-title {
  min-width: 300px;
  width: 300px;
}

.md-toolbar-tools .md-button {
  float: right;
}

.md-toolbar-tools h1 {
  font-size: inherit;
  font-weight: inherit;
  margin: inherit;
  color: #000000;
}

.md-toolbar-tools h6 {
  color: #000000;
}

.md-toolbar-tools .language-selector {
  margin-right: 50px;
  width: 150px;
  font-size: 15px;
  color: black;
}

.main-content {
  margin: 8px;
  padding: 8px;
  flex-grow: 1;
  background-color: inherit;
}

.main-content .main {
  flex-grow: 1;
  overflow-y: auto;
  width: 100%;
}

.md-whiteframe-z2 {
  background: #fff;
}

.dashboard-wrapper {
  position: relative;
  padding: 2em;
}

.dashboard-wrapper .link-head .arrow {
  vertical-align: middle;
  font-size: 32px;
}

.dashboard-wrapper .search-header {
  width: 100%;
  padding: 0;
}

.link-head {
  font-weight: 300;
  font-size: 24px;
  color: #58666e;
}

.link-head span {
  outline: none;
  cursor: pointer;
}

.sub-title {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0;
  color: #58666e;
  font-size: 18px;
  font-weight: 500;
}

.sub-title .material-icons {
  vertical-align: bottom;
}

.sub-container {
  margin-bottom: 35px;
  margin-left: 20px;
  padding: 0;
}

.dashboard-wrapper .list-all-items .md-list {
  width: 100%;
  padding: 0;
}

.dashboard-wrapper .list-all-items .md-list-item {
  width: 100%;
  padding: 0;
}

.dashboard-wrapper .list-all-items .md-item-content {
  width: 100%;
  padding: 0;
  height: 80px;
  background: #dde6e9;
  border: 1px solid #dae2ea;
}

.dashboard-wrapper .list-all-items .md-item-content.mini {
  height: 50px;
}

.dashboard-wrapper .list-all-items .md-item-content:hover {
  background-color: #f4f6f7;
}

.dashboard-wrapper .list-all-items .md-item-content .diff-text {
  color: #7c9eb2;
}

.dashboard-wrapper .list-all-items .md-item-content:hover .diff-text {
  color: #438eb9;
}

.dashboard-wrapper .list-all-items .md-item-content span.link {
  cursor: pointer;
  color: #869fb1;
  outline: none;
}

.dashboard-wrapper .list-all-items .md-item-content span {
  outline: none;
  cursor: default;
}

.dashboard-wrapper .list-all-items .md-list-item-inner {
  width: 100%;
  padding: 0;
}

.dashboard-wrapper .list-all-items .chip {
  box-shadow: 0 0px rgb(224, 224, 224);
  cursor: default;
  border-radius: 16px;
  display: block;
  height: 32px;
  line-height: 32px;
  margin: 8px 8px 0 0;
  padding: 0 8px 0 12px;
  float: left;
  background: rgb(224, 224, 224);
  color: rgb(66, 66, 66);
  box-sizing: border-box;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
}

.dashboard-wrapper .list-all-items .image-container {
  width: 70px;
  height: 70px;
  margin-left: 5px;
  text-align: center;
}

.dashboard-wrapper .list-all-items .image-container img {
  border-radius: 50%;
}

.dashboard-wrapper .list-all-items .image-container .material-icons {
  font-size: 36px;
  line-height: 70px;
}

.tabs-wrapper {
  width: 100%;
  background-color: transparent !important;
  margin-top: 18px;
}

.tabs-wrapper md-tabs {
  border: 1px solid #e1e1e1;
}

.tabs-wrapper md-tabs md-tab-content {
  background: #f6f6f6;
}

.tabs-wrapper md-tabs md-tabs-wrapper {
  background: white;
}

.tabs-wrapper md-tabs md-ink-bar {
  background-color: #1c2b36;
}

.tabs-wrapper .audio-drop-zone {
  border: 2px dashed #bbb;
  border-radius: 5px;
  padding: 25px 0;
  text-align: center;
  color: rgb(128, 128, 128);
  width: 100%;
  margin-top: 20px;
  cursor: pointer;
  outline: none;
  height: 80px;
}

.tabs-wrapper .audio-drop-zone input {
  visibility: hidden;
  height: 0;
  width: 0;
}

.tabs-wrapper .audio-from-server {
  width: 100%;
  color: rgb(128, 128, 128);
  border: 1px solid #dae2ea;
  height: 80px;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 20px;
}

.tabs-wrapper .audio-from-server .material-icons {
  color: #58666e;
}

.dashboard-wrapper .material-icons.action-button {
  margin-left: 15px;
  cursor: pointer;
  outline: none;
}

.dashboard-wrapper .search-wrapper {
  width: 100%;
  padding: 0;
}

.md-dialog-container {
  /*z-index: 999;*/
}

.modal-content {
  min-width: 680px;
  max-width: calc(100% - 40px);
  width: 800px;
  padding: 20px;
}

.modal-content .editor-wrapper {
  margin-left: 20px;
  margin-right: 8px;
  margin-bottom: 10px;
}

/*--------------- Tree View ------------------*/

.angular-ui-tree-handle {
  background-color: #dde6e9;
  /*color: #7c9eb2;*/
  border: 1px solid #dae2ea;
  padding: 0 10px;
  height: 50px;
  font-weight: 500;
}

.angular-ui-tree-handle:hover {
  background-color: #f4f6f7;
  /*color: #438eb9;*/
}

.angular-ui-tree-handle:hover .toolbox-options {
  display: block;
  cursor: pointer;
}

.angular-ui-tree-handle .toolbox-options {
  display: none;
}

.angular-ui-tree-handle .arrows-container {
  margin-right: 5px;
  cursor: pointer;
  outline: none;
}

.angular-ui-tree-handle .item-item-container {
  margin-right: 20px;
  cursor: pointer;
  outline: none;
}

.angular-ui-tree-handle .item-item-container img {
  border-radius: 50%;
}

.md-list-item .item-item-container img {
  border-radius: 50%;
  margin-right: 10px;
}

.angular-ui-tree-handle .item-title {
  cursor: pointer;
  outline: none;
}

.angular-ui-tree-placeholder {
  background: #f0f9ff;
  border: 2px dashed #bed2db;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*---------------- date picker ----------------------------*/

.dashboard-wrapper md-datepicker .md-datepicker-input-container {
  width: calc(100% - 70px);
}

.dashboard-wrapper md-datepicker .md-datepicker-input {
  font-size: 16px;
}

.dashboard-wrapper md-list-item .md-list-item-inner {
  padding: 0;
}

/*------------------ Dropzone -----------------------------*/

.dropzone {
  border: 1px solid #e1e1e1;
}

.dropzone .material-icons.remove-file {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 59;
  color: #1c2b36;
  outline: none;
  cursor: pointer;
}

.dropzone .material-icons.cover-image-file {
  position: absolute;
  top: 6px;
  right: 30px;
  z-index: 59;
  color: #1c2b36;
  outline: none;
}

/*---------------------- Color Picker -------------------------*/

[md-color-picker] .md-color-picker-input-container .md-color-picker-clear {
  bottom: 18px;
}

[md-color-picker] md-input-container label {
  /*font-weight: bold;*/
}

.md-color-picker-preview {
  outline: none;
  cursor: pointer;
}

/*--------------------- Select Value ----------------------------*/

.md-select-value span {
  color: #808080 !important;
}

.md-select-value img {
  display: none;
}

md-checkbox {
  margin: 0;
}

.dashboard-wrapper .empty-list-preview {
  width: 100%;
  height: 50px;
  color: #808080;
}

span.error-message {
  color: red;
  font-size: 14px;
}

.dashboard-wrapper .sub-menu-toolbar {}

.dashboard-wrapper .sub-menu-toolbar .md-button {
  border-radius: 0;
  color: #869fb1 !important;
}

.dashboard-wrapper .sub-menu-toolbar .md-button:hover {
  background-color: inherit !important;
  color: #ffffff !important;
}

.dashboard-wrapper .stats-control-wrapper {}

.dashboard-wrapper .stats-control-wrapper .select-container {
  width: 280px;
}

.dashboard-wrapper .stats-control-wrapper .select-container {
  width: 280px;
}

.dashboard-wrapper .stats-control-wrapper .material-icons {
  color: #58666e;
  outline: none;
  cursor: pointer;
}

.dashboard-wrapper .stats-control-wrapper .date-wrapper {
  min-width: 250px;
}

.dashboard-wrapper .stats-control-wrapper .date-container {
  color: #58666e;
  font-size: 18px;
}

.dashboard-wrapper .list-stats-wrapper {
  padding-right: 25px;
}

.dashboard-wrapper .list-stats-wrapper .list-stats-element-wrapper {
  width: 100%;
  min-height: 35px;
  border-bottom: 1px solid #dae2ea;
  font-size: 13px;
}

.dashboard-wrapper .list-stats-wrapper .list-stats-element-wrapper .counter-container {
  padding-left: 10px;
  padding-right: 10px;
}

.dashboard-wrapper .graph-wrapper {
  position: relative;
  width: 100%;
  max-height: 300px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.dashboard-wrapper .graph-wrapper .chart-container {
  width: 100%;
}
