html,
body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
}
.body-bg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: linear-gradient(to bottom, #30c6e6 0%, rgba(84, 167, 216, 0.6) 100%), url(../images/background.jpg);
  background-attachment: fixed;
}
.site-wrapper {
  width: 100%;
  height: 100%;
}
.eroare {
  color: red;
  font-size: 12px;
}
.blue-theme .site-wrapper {
  -webkit-mask-image: -webkit-gradient(linear, from(#000000), to(rgba(0, 0, 0, 0)));
}
.login-box {
  margin-top: 100px;
  padding-bottom: 40px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 25px 30px -13px rgba(40, 40, 40, 0.4);
}
@media (min-width: 320px) and (max-width: 550px) {
  .login-box {
    margin-top: 30px;
    width: 80%;
    margin-left: 10%;
  }
}
.login-box h3 {
  margin: 50px 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #333333;
  font-size: 22px;
}
.login-box label {
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #888888;
  font-weight: 400;
}
.login-box input[type=submit] {
  padding: 0.5rem 6rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 769px) {
  .login-box input[type=submit] {
    padding: 0.5rem 3rem;
  }
}
@media (min-width: 992px) {
  .login-box input[type=submit] {
    padding: 0.5rem 6rem;
  }
}
.site-wrapper {
  height: 100vh;
  position: relative;
  top: 0;
}
.sidebar,
.main-panel {
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.sidebar {
  bottom: 0;
  color: #fff;
  display: block;
  font-weight: 200;
  left: 0;
  position: absolute;
  top: 0;
  width: 275px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: linear-gradient(to bottom, #30c6e6 0%, rgba(59, 123, 160, 0.6) 100%), url(../images/background.jpg);
  background-attachment: fixed;
}
.sidebar .logo {
  padding: 10px 15px;
  position: relative;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.sidebar .logo a {
  color: #ffffff;
  text-decoration: none;
}
.sidebar .logo a:hover {
  text-decoration: none;
}
.sidebar .logo a:active {
  text-decoration: none;
}
.sidebar .logo a:focus {
  text-decoration: none;
}
.sidebar .logo:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  bottom: -1px;
  right: 10%;
  background-color: rgba(255, 255, 255, 0.3);
}
.sidebar .sidebar-header-info-container {
  float: left;
  clear: both;
  padding-bottom: 10px;
  position: relative;
}
.sidebar .sidebar-header-info-container:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  bottom: -1px;
  right: 10%;
  background-color: rgba(255, 255, 255, 0.3);
}
.sidebar .sidebar-header-info-container .poza-utilizator-container {
  border: 4px solid #ffffff;
  border-radius: 50%;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  width: 80px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  float: left;
  margin-left: 10px;
}
.sidebar .sidebar-header-info-container .nume-container {
  width: 170px;
  float: left;
  padding-left: 10px;
}
.sidebar .sidebar-header-info-container .nume-container .nume {
  padding-top: 20px;
}
.sidebar .today-container {
  padding: 5px;
  float: left;
  width: 100%;
}
.sidebar .today-container .today-title {
  font-weight: 600;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.sidebar .today-container .today-action {
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  margin-right: 5px;
  width: 30%;
  border-radius: 4px;
}
.sidebar .today-container .today-action .bold {
  color: #555555;
  font-weight: 800;
}
.sidebar .today-container .today-action .narrow {
  color: #909090;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
}
.sidebar .meniu-container {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.sidebar .meniu-container ul {
  list-style: none;
  margin: 0px;
  padding: 5px;
}
.sidebar .meniu-container ul li {
  margin-bottom: 7px;
  padding: 10px 0px 10px 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.sidebar .meniu-container ul li a {
  border-radius: 4px;
  color: #ffffff;
  margin: 5px 15px 0;
  opacity: 0.86;
  text-transform: uppercase;
  font-weight: 500;
}
.sidebar .meniu-container ul li a i.left {
  font-size: 28px;
  line-height: 18px;
  margin-right: 0px;
  text-align: center;
  width: 30px;
}
.sidebar .meniu-container ul li a i.right {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  width: 20px;
}
.sidebar .meniu-container ul li a:hover {
  text-decoration: none;
}
.sidebar .meniu-container ul li:hover {
  background: rgba(255, 255, 255, 0.23) none repeat scroll 0 0;
  color: #ffffff;
  opacity: 1;
  border-radius: 4px;
}
.sidebar .meniu-container .meniu li {
  display: block;
  position: relative;
}
.sidebar .meniu-container .meniu li .menu-detail-left {
  width: 40px;
  float: left;
}
.sidebar .meniu-container .meniu li .menu-detail-right {
  width: 195px;
  float: left;
}
.sidebar .meniu-container .meniu .active {
  background: rgba(255, 255, 255, 0.23) none repeat scroll 0 0;
  color: #ffffff;
  opacity: 1;
  border-radius: 4px;
}
.sidebar .meniu-container .meniu .submeniu {
  display: none;
  margin-top: 10px;
}
.sidebar .meniu-container .meniu .menu-divider {
  text-transform: uppercase;
  font-size: 16px;
}
.main-panel {
  background: #f5f5f5;
  float: right;
  min-height: 100%;
  position: relative;
  width: calc(100% - 265px - 0.7em);
  overflow: hidden;
}
.main-panel .header-menu {
  margin: 0px;
  pading: 0px;
  margin-top: 13px;
}
.main-panel .header-menu .circle-container {
  position: relative;
}
.main-panel .header-menu .circle-container .circle {
  border-radius: 50%;
  color: #ffffff;
  font-size: 8px;
  height: 13px;
  position: absolute;
  right: 14px;
  text-align: center;
  top: -3px;
  width: 13px;
}
.main-panel .header-menu .circle-container .circle-red {
  background-color: red;
}
.main-panel .header-menu li {
  display: inline-block;
  padding-right: 20px;
  list-style-type: none;
}
.main-panel .header-menu li a {
  font-size: 23px;
  line-height: 20px;
  color: #9a9a9a;
  text-decoration: none;
}
.main-panel .header-menu li a:hover {
  color: #23ccef;
  text-decoration: none;
}
.main-panel .main-content {
  min-height: calc(100% - 61px);
  padding: 10px 15px;
  bottom: 0;
  display: block;
  font-weight: 200;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100%);
  z-index: 1;
}
.main-panel .main-content .card {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1);
  margin-bottom: 30px;
  border: none;
}
.main-panel .main-content .card .header {
  color: #333333;
  font-size: 22px;
  font-weight: 300;
  padding: 15px 15px 0;
}
.main-panel .main-content .card .content {
  padding: 15px;
}
.search-form md-input-container {
  margin: 0px 0px;
}
.right {
  float: right;
}
.left {
  float: left;
}
.bg-teal {
  background-color: #009688;
}
.bg-orange {
  background-color: #ff5722;
}
.floating-action-button {
  position: fixed;
  bottom: 20px;
  right: 50px;
  height: 56px;
  width: 56px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  z-index: 20;
  border-radius: 50%;
  background-color: #ff5252;
  color: #FFFFFF;
  cursor: pointer;
  padding-top: 17px;
}
.floating-action-button .extra-actions {
  position: relative;
  top: -139px;
  padding-left: 14px;
  list-style: none;
  display: none;
}
.floating-action-button .extra-actions .extra-actions-container {
  position: absolute;
}
.floating-action-button .extra-actions .extra-actions-container a {
  display: block;
  margin-bottom: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #FFFFFF;
  text-align: center;
  padding: 5px 0px 0px 1px;
}
.tab-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.tab-menu li {
  display: inline-block;
  margin-left: 15px;
}
.tab-menu li a {
  color: black;
}
.chat-container {
  height: 300px;
  overflow: auto;
  background-repeat: repeat;
  display: none;
}
.last-div {
  margin-bottom: 80px;
}
.btn-order-by {
  margin: 0px;
  padding: 0px 0px 0px 3px;
  text-align: left;
  display: block;
}
.btn-order-by span {
  float: left;
  display: inline-block;
}
.btn-order-by i {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  width: 20px;
  float: left;
  display: inline-block;
  margin-top: 9px;
}
.bg-white {
  background-color: #FFFFFF !important;
}
.no-margin-bottom {
  margin-bottom: 0px;
}
.md-button.md-fab.md-micro {
  height: 30px;
  width: 30px;
  min-height: 30px;
  margin: 2px 0px;
}
.md-button.md-default-theme.md-primary.md-raised,
.md-button.md-primary.md-raised,
.md-button.md-default-theme.md-primary.md-fab,
.md-button.md-primary.md-fab {
  background-color: #3391ae;
}
md-slider.md-primary .md-thumb:after {
  background-color: #3391ae;
  border-color: #3391ae;
}
md-slider.md-primary .md-track.md-track-fill {
  background-color: #3391ae;
}
md-toolbar.md-default-theme:not(.md-menu-toolbar),
md-toolbar:not(.md-menu-toolbar) {
  background-color: #3391ae;
}
.md-button.md-default-theme.md-fab.md-gray,
.md-button.md-fab.md-gray {
  background-color: #FAFAFA;
  color: #000000;
}
.md-button.md-default-theme.md-fab.md-gray:hover,
.md-button.md-fab.md-gray:hover {
  color: #FFFFFF;
}
.md-tab {
  font-size: 12px;
  padding: 12px 16px;
}
md-input-container {
  width: 100%;
}
.form-control::-moz-placeholder {
  color: #c3c3c3;
  font-family: 'Roboto', sans-serif;
  opacity: 1;
  font-weight: 300;
}
.form-control::-moz-placeholder {
  color: #c3c3c3;
  font-family: 'Roboto', sans-serif;
  opacity: 1;
  font-weight: 300;
}
.form-control {
  padding: 0.6rem 0.75rem;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  border: 1px solid #e3e3e3;
  color: #565656;
  height: 40px;
  padding: 8px 12px;
}
.form-control:focus {
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  box-shadow: none;
  color: #333333;
  outline: 0 none !important;
}
.form-control,
.input-group-addon,
.tagsinput,
.navbar .alert,
.panel-collapse.collapse-hover {
  transition: all 300ms linear 0s;
}
.navbar-default {
  background-color: #ffffff;
  min-height: 51px;
}
.navbar-form {
  margin-bottom: 5px;
}
.btn {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.md-button {
  font-size: 12px;
}
.navbar {
  margin-bottom: 0px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 2px;
  text-align: left;
  vertical-align: middle;
}
.margin-right-10 {
  margin-right: 10px !important;
}
md-input-container .md-errors-spacer {
  min-height: auto;
}
.bp-autocomplete-icon {
  position: absolute;
  top: 50%;
  height: 100%;
  border: none;
  transform: translateY(-50%);
  transition: 0.5s ease;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
.bp-autocomplete-icon:hover {
  transition: 0.5s ease;
  color: black;
}
.bp-autocomplete-icon button,
.bp-autocomplete-icon .md-button.md-icon-button {
  padding: 0px;
  margin: 0px;
  width: 24px;
  height: 24px;
  min-height: auto;
}
.microfon {
  position: absolute;
  right: 2px;
  top: 50%;
  height: 100%;
  background: transparent;
  border: none;
  transform: translateY(-50%);
  color: black;
  transition: 0.5s ease;
  border-radius: 50%;
  width: 26px;
  height: 26px;
}
.microfon:hover {
  background: #3391ae;
  color: white;
}
.blink {
  animation: blink-animation 0.5s steps(5, start) infinite;
}
@keyframes blink-animation {
  from {
    background: red;
    color: blue;
  }
  to {
    background: blue;
    color: red;
  }
}
.main-container {
  padding-bottom: 100px;
}
.main-container h3 {
  font-size: 14px;
  background: #DBDBDB;
  padding: 2px;
  margin: 10px 0px;
  line-height: 38px;
}
.main-container h3 span {
  min-width: 150px;
  display: inline-block;
}
.main-container h3 button {
  min-width: 150px;
}
.main-container h3 button i {
  float: right;
}
.main-container .my-input md-input-container {
  margin: 0px;
}
.main-container .my-input md-select {
  margin: 0px;
}
.main-container .my-input label {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 11px;
  font-family: Roboto;
  font-weight: bold;
  min-width: 150px;
}
.main-container .my-input .bolded {
  font-weight: bold;
  color: black;
}
.main-container .my-input md-slider {
  height: 30px;
}
.main-container .my-input md-slider .md-track-container {
  top: 17px;
}
.main-container .my-input md-slider .md-thumb {
  top: 8px;
}
.main-container md-checkbox {
  margin-top: 5px !important;
  margin-bottom: 0px;
}
.main-container .md-datepicker {
  width: 100%;
}
.main-container .md-datepicker-input-container {
  width: 100%;
  margin-left: 0px !important;
}
.main-container .md-datepicker-button {
  display: none;
  width: 0px !important;
  margin: 0px;
  padding: 0px;
}
md-dialog {
  max-width: 95%;
  max-height: 95%;
}
md-dialog .md-dialog-content {
  padding: 0px;
}
md-menu-content.bp-autocomplete md-menu-item {
  min-height: 18px;
  height: auto;
}
