.robot-light {
  font-family: "Roboto";
  font-weight: 300;
}
.robot-regular {
  font-family: "Roboto";
  font-weight: 400;
}
.robot-bold {
  font-family: "Roboto";
  font-weight: 700;
}
html,
body {
  font-family: "Roboto";
  font-weight: 400;
} 
.grey-body {
  background-color: #EAEDEF;
}
.navbar {
  margin: 0;
}
.navbar-primary {
  background-color: #0a2336;
}
.navbar-primary .navbar-nav > li > a {
  color: white;
}
.navbar-primary .navbar-nav > li > a:focus,
.navbar-primary .navbar-nav > li > a:hover {
  color: #E3E3E3;
}
.navbar-primary a.navbar-brand {
  color: white;
}
.navbar-primary .navbar-toggle .icon-bar {
  background-color: white;
}
div.site-container {
  min-height: 600px;
}
section.footer {
  text-align: center;
}
section.footer a {
  font-family: "Roboto";
  font-weight: 700;
  text-decoration: none;
}
section.footer a:hover {
  color: black;
}
#crudForm .form-control {
  min-height: 40px;
}
#crudForm .chosen-search input[type=text] {
  width: 100%;
}
#crudForm input[type=text],
#crudForm input[type=password] {
  width: 100%;
}
#crudForm .form-input-box {
  width: 100%;
}
@media (min-width: 768px) {
  #crudForm .form-input-box {
    width: 50%;
  }
}
.DivTable {
  display: table;
}
.DivTable .Title {
  display: table-caption;
  text-align: center;
  font-weight: bold;
  font-size: larger;
}
.DivTable .Heading {
  display: table-row;
  font-weight: bold;
  text-align: center;
}
.DivTable .Row {
  display: table-row;
}
.DivTable .Cell {
  display: table-cell;
  border: 1px solid #ddd;
  text-align: center;
  padding: 0px 5px;
}
.grup-drepturi {
  border: 1px solid #CECECE;
  padding: 5px;
  margin-bottom: 10px;
}
.grup-drepturi label {
  font-size: 12px;
}
.eroare {
  font-size: 12px;
  color: red;
}
.eroare-input {
  border: 1px solid red !important;
  color: red;
}
.loading {
  display: none;
}
.login-box {
  border: 1px solid #cccccc;
  padding: 0px 15px 15px 15px;
  margin-top: 50px;
  border-radius: 10px;
  background-color: #FFFFFF;
  -moz-box-shadow: 0px 0px 9px 4px #ccc;
  -webkit-box-shadow: 0px 0px 9px 4px #ccc;
  box-shadow: 0px 0px 9px 4px #ccc;
}
.login-box .header-login-box {
  background-color: #0A2336;
  color: #FFFFFF;
  margin-bottom: 15px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.header {
  background-color: #0A2336;
  width: 100%;
  padding: 10px 25px;
}
.message-box {
  width: 100%;
  text-align: center;
  padding: 20px 0px;
  font-size: 13px;
}
.success {
  color: #000000;
  background-color: #71BF60;
}
.error-bg {
  color: white;
  font-size: 13px;
  background-color: #e98a8b;
}
.margin-top20 {
  margin-top: 20px;
}
.info-container {
  height: 275px;
  overflow-y: scroll;
  border: 1px solid #CCCCCC;
  padding: 15px;
}
.delete-drept {
  cursor: pointer;
}
.delete-drept:hover {
  color: red;
}
.drept-container {
  border: 1px solid #CECECE;
  border-radius: 4px;
  padding: 4px;
  display: inline-block;
}
.loader {
  display: none;
  margin: auto;
  width: 50px;
  height: 50px;
}
.shrinkify {
  margin-top: 10px;
  font-size: 11px;
  margin-bottom: 5px;
}
.shrinkify .panel-heading {
  padding: 5px 15px;
}
.shrinkify .panel-heading h5 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.shrinkify .panel-body {
  padding: 5px 15px;
}
.shrinkify .panel-body p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.shrinkify .panel-body .form-control {
  font-size: 11px;
  height: 28px;
}
.shrinkify .panel-body .input-daterange .input-group-addon {
  line-height: 0.429;
}
.shrinkify .panel-body .btn {
  padding: 3px 12px;
}
.shrinkify .panel-footer {
  padding: 2px 15px;
}
.make-small {
  font-size: 12px;
}
.make-small .table tr th {
  padding: 4px;
  text-align: center;
}
.make-small .table tr td {
  padding: 2px;
  text-align: center;
}
.pagination {
  margin: 5px 0px;
}
.select2-container .select2-selection--multiple {
  min-height: 28px;
}
.detalii-nav-holder {
  border-bottom: 1px solid #000000;
  margin: 15px 0px;
  float: left;
  width: 100%;
}
.detalii-nav-holder .detalii-nav {
  padding: 0px;
  margin: 10px 0px;
}
.detalii-nav-holder .detalii-nav li {
  float: left;
  list-style-type: none;
  margin-right: 15px;
  font-size: 16px;
  padding: 10px;
}
.detalii-nav-holder .detalii-nav li a {
  color: #0e0e0e;
}
.detalii-nav-holder .detalii-nav li a:hover {
  color: #0e0e0e;
}
.detalii-nav-holder .detalii-nav .selected a {
  background-color: #CECECE;
}
.info-table i {
  cursor: pointer;
  font-size: 16px;
}
.info-table .del:hover {
  color: red;
}
.info-table .validate-circle:hover {
  color: #86CC86;
}
.info-table .implicit {
  color: #449D44;
}
.shrinkified-table tr td {
  padding: 1px !important;
}
.salveaza-clase {
  color: #117CBF;
  cursor: pointer;
}
.salveaza-clase:hover {
  color: #48B5F9;
}
.hidden-save-clasa-loader {
  display: none;
}
.red-row {
  background-color: #D61515;
}
.green-row {
  background-color: #1EB237;
}
.icon-actiune {
  font-size: 21px;
  color: #000000;
  cursor: pointer;
  padding-right: 10px;
}
.icon-actiune:hover {
  color: #449D44;
}
.legenda-item {
  width: 120px;
  padding: 4px;
  text-align: center;
  border: 1px solid #000000;
  margin-left: 10px;
  float: left;
  cursor: pointer;
  margin-bottom: 15px;
}
.selectat {
  border: 2px solid #000000;
}
section.feedback-produse-campanii .form-group {
  margin: 0;
}
section.feedback-produse-campanii hr {
  margin: 5px 0;
}
#panou-mesaje {
  padding-top: 10px;
}
/* Bit of normalisation */
/* .bubble */
.bubble-container {
  margin: 0;
  padding: 40px 0px;
  max-height: 300px;
  min-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #eee;
  /* end bubble */
}
.bubble-container .container {
  width: 100%;
  padding: 40px 20px;
  margin: 0 auto;
}
.bubble-container .no-padding {
  padding: 0px;
  margin: 0;
  width: 100%;
}
.bubble-container .bubble {
  background-image: linear-gradient(bottom, #d2f4fe 25%, #95c2fd 100%);
  background-image: -o-linear-gradient(bottom, #d2f4fe 25%, #95c2fd 100%);
  background-image: -moz-linear-gradient(bottom, #d2f4fe 25%, #95c2fd 100%);
  background-image: -webkit-linear-gradient(bottom, #d2f4fe 25%, #95c2fd 100%);
  background-image: -ms-linear-gradient(bottom, #d2f4fe 25%, #95c2fd 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #d2f4fe), color-stop(1, #95c2fd));
  max-width: 65% !important;
  border: solid 1px rgba(0, 0, 0, 0.5);
  /* vendor rules */
  border-radius: 20px;
  /* vendor rules */
  box-shadow: inset 0 5px 5px rgba(255, 255, 255, 0.4), 0 1px 3px rgba(0, 0, 0, 0.2);
  /* vendor rules */
  box-sizing: border-box;
  clear: both;
  float: left;
  margin-bottom: 20px;
  padding: 8px 30px;
  position: relative;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
  width: auto;
  max-width: 100%;
  word-wrap: break-word;
  margin-left: 15px;
}
.bubble-container .bubble:before,
.bubble-container .bubble:after {
  border-radius: 2px;
  content: '';
  display: block;
  position: absolute;
}
.bubble-container .bubble:before {
  border: 10px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: -7px;
}
.bubble-container .bubble:after {
  border: 8px solid transparent;
  border-bottom-color: #d2f4fe;
  bottom: 1px;
  left: -5px;
  clear: none;
}
.bubble-container .bubble--alt {
  background-image: linear-gradient(bottom, #ace44b 25%, #7acd47 100%);
  background-image: -o-linear-gradient(bottom, #ace44b 25%, #7acd47 100%);
  background-image: -moz-linear-gradient(bottom, #ace44b 25%, #7acd47 100%);
  background-image: -webkit-linear-gradient(bottom, #ace44b 25%, #7acd47 100%);
  background-image: -ms-linear-gradient(bottom, #ace44b 25%, #7acd47 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #ace44b), color-stop(1, #7acd47));
  float: right;
  margin-right: 15px;
}
.bubble-container .bubble--alt:before {
  border-bottom-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  left: auto;
  right: -7px;
}
.bubble-container .bubble--alt:after {
  border-bottom-color: #ace44b;
  border-radius: 2px;
  left: auto;
  right: -5px;
}
.bubble-container .bubble--alt1 {
  background-image: linear-gradient(bottom, #ace44b 25%, #7acd47 100%);
  background-image: -o-linear-gradient(bottom, #ace44b 25%, #7acd47 100%);
  background-image: -moz-linear-gradient(bottom, #ace44b 25%, #7acd47 100%);
  background-image: -webkit-linear-gradient(bottom, #ace44b 25%, #7acd47 100%);
  background-image: -ms-linear-gradient(bottom, #ace44b 25%, #7acd47 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #ace44b), color-stop(1, #7acd47));
  float: left;
  margin-right: 15px;
}
.bubble-container .bubble--alt1:before {
  border-bottom-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  right: auto;
  left: -7px;
}
.bubble-container .bubble--alt1:after {
  border-bottom-color: #ace44b;
  border-radius: 2px;
  right: auto;
  left: -5px;
}
.bubble-container .bubble--alt2 {
  background-image: linear-gradient(bottom, #f5ae2c 25%, #ff9900 100%);
  background-image: -o-linear-gradient(bottom, #f5ae2c 25%, #ff9900 100%);
  background-image: -moz-linear-gradient(bottom, #f5ae2c 25%, #ff9900 100%);
  background-image: -webkit-linear-gradient(bottom, #f5ae2c 25%, #ff9900 100%);
  background-image: -ms-linear-gradient(bottom, #f5ae2c 25%, #ff9900 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #f5ae2c), color-stop(1, #ff9900));
  float: right;
  margin-right: 15px;
}
.bubble-container .bubble--alt2:before {
  border-bottom-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  left: auto;
  right: -7px;
}
.bubble-container .bubble--alt2:after {
  border-bottom-color: #f5ae2c;
  border-radius: 2px;
  left: auto;
  right: -5px;
}
.bubble-container .bubble--alt22 {
  background-image: linear-gradient(bottom, #f5ae2c 25%, #ff9900 100%);
  background-image: -o-linear-gradient(bottom, #f5ae2c 25%, #ff9900 100%);
  background-image: -moz-linear-gradient(bottom, #f5ae2c 25%, #ff9900 100%);
  background-image: -webkit-linear-gradient(bottom, #f5ae2c 25%, #ff9900 100%);
  background-image: -ms-linear-gradient(bottom, #f5ae2c 25%, #ff9900 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #f5ae2c), color-stop(1, #ff9900));
  float: left;
  margin-left: 15px;
}
.bubble-container .bubble--alt22:before {
  border-bottom-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  right: auto;
  left: -7px;
}
.bubble-container .bubble--alt22:after {
  border-bottom-color: #f5ae2c;
  border-radius: 2px;
  right: auto;
  left: -5px;
}
.sterge-circle {
  cursor: pointer;
}
.sterge-circle:hover {
  color: red;
}
.makeButtonLikeLink {
  cursor: pointer;
  color: #449d44;
}
.small-spinner {
  font-size: 21px;
}
.produs-rapid {
  margin-bottom: 3px;
}
.datepicker-relativ {
  position: relative;
}
.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(128, 242, 13, 0.1);
}
.overlay div.mesaj {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#overlay-fullpage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
  display: none;
}
#overlay-fullpage i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  z-index: 10001;
  color: #000;
}
.aliniereverticala div {
  line-height: 34px;
}
.interogareAwb {
  color: #337ab7;
  cursor: pointer;
}
.interogareAwb:hover {
  text-decoration: underline;
}
#addContact {
  cursor: pointer;
}
.removeFurnizor {
  cursor: pointer;
}
.contact {
  margin-bottom: 4px;
}
.progressbar-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: black;
  text-shadow: #FFFFFF 1px 0px;
}
.label-replacement {
  margin-bottom: 5px;
}
input .ng-dirty.ng-invalid {
  border: 1px solid red !important;
  color: red;
}
.selectAngularFaraMargine .md-input-container {
  margin: 0px 0px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.calendar-user-exchange {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 20px;
}
