@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin-ext");
.blur1 {
  -o-filter: blur(1px);
  -moz-filter: blur(1px);
  -webkit-filter: blur(1px);
  -ms-filter: blur(1px);
  -edge-filter: blur(1px);
  filter: blur(1px); }

.blur2 {
  -o-filter: blur(2px);
  -moz-filter: blur(2px);
  -webkit-filter: blur(2px);
  -ms-filter: blur(2px);
  -edge-filter: blur(2px);
  filter: blur(2px); }

.blur3 {
  -o-filter: blur(3px);
  -moz-filter: blur(3px);
  -webkit-filter: blur(3px);
  -ms-filter: blur(3px);
  -edge-filter: blur(3px);
  filter: blur(3px); }

.blur4 {
  -o-filter: blur(4px);
  -moz-filter: blur(4px);
  -webkit-filter: blur(4px);
  -ms-filter: blur(4px);
  -edge-filter: blur(4px);
  filter: blur(4px); }

.blur5 {
  -o-filter: blur(5px);
  -moz-filter: blur(5px);
  -webkit-filter: blur(5px);
  -ms-filter: blur(5px);
  -edge-filter: blur(5px);
  filter: blur(5px); }

html, body {
  margin: 0;
  padding: 0;
  background: #f0f3f4; }

* {
  font-family: 'Montserrat', sans-serif; }

a {
  text-decoration: none; }

#background {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  #background .block {
    transition: background 1s;
    height: 70px;
    width: 25%;
    display: inline-block;
    border: 3px solid white;
    border-top: 0px;
    box-sizing: border-box; }
    @media screen and (min-width: 550px) {
      #background .block {
        height: 100px; } }
    @media screen and (min-width: 850px) {
      #background .block {
        height: 200px; } }
    @media screen and (min-width: 1240px) {
      #background .block {
        height: 300px; } }
  #background .double {
    width: 50%; }
  #background .blue1 {
    background-color: #e2e7ea; }
  #background .blue2 {
    background-color: #eaeff2; }
  #background .blue3 {
    background-color: #d9dfe4; }
  #background .active {
    background-color: #a8b7bd; }

.btn {
  background-color: #2d318f;
  border-bottom-color: #7c7fce;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: #7c7fce;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #7c7fce;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #7c7fce;
  border-top-style: solid;
  border-top-width: 1px;
  box-sizing: border-box;
  color: white;
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px;
  padding-bottom: 13px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 9px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-decoration-color: white;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 1.2px 1.2px;
  transition-delay: 0s;
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: linear;
  vertical-align: middle;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none; }

.btn:hover {
  background: #141764; }

#login-box-holder {
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%; }
  #login-box-holder .login {
    margin: auto;
    border-radius: 10px;
    margin-top: -200px;
    width: 295px;
    height: 400px;
    background: white;
    border: 1px solid #a8b7bd;
    text-align: center; }
    #login-box-holder .login .logo {
      text-align: center;
      padding-top: 50px; }
      #login-box-holder .login .logo img {
        width: 200px;
        height: auto; }
    @media screen and (min-width: 645px) {
      #login-box-holder .login {
        width: 640px;
        height: 400px; } }
    #login-box-holder .login .input-container {
      position: relative;
      margin: 40px auto;
      width: 250px; }
      #login-box-holder .login .input-container .fa {
        position: absolute;
        color: #a8b7bd;
        left: 10px;
        top: 6px; }
      #login-box-holder .login .input-container input {
        width: 100%;
        box-sizing: border-box;
        height: 28px;
        display: block;
        padding-left: 30px;
        border-radius: 10px;
        border: 1px solid #a8b7bd; }
      #login-box-holder .login .input-container input:focus,
      #login-box-holder .login .input-container select:focus,
      #login-box-holder .login .input-container textarea:focus,
      #login-box-holder .login .input-container button:focus {
        outline: none; }

#navbar {
  width: 100%;
  position: fixed;
  background: white;
  z-index: 100; }
  #navbar .topbar {
    min-height: 32px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
    color: #666;
    text-transform: uppercase; }
    #navbar .topbar > div {
      line-height: 32px;
      vertical-align: middle;
      text-align: center; }
      @media screen and (min-width: 720px) {
        #navbar .topbar > div {
          float: right; } }
      #navbar .topbar > div > div {
        display: inline-block;
        padding: 0 10px; }
  #navbar .menu {
    display: none;
    height: 90px;
    border-bottom: 1px solid #f2f2f2; }

#page {
  background: white;
  padding-top: 64px; }
  #page .page-title {
    background: white; }
    #page .page-title h3 {
      text-align: center; }
  @media screen and (min-width: 348px) {
    #page {
      padding-top: 30px; } }
  #page .filter {
    text-align: center;
    padding-bottom: 10px; }

#puncte-de-lucru a {
  transition: all 1s;
  height: 100px;
  border-bottom: 5px solid white;
  float: left;
  width: 100%;
  box-sizing: border-box;
  color: black;
  display: inline-block;
  background: #e2e7ea; }
  @media screen and (min-width: 680px) and (max-width: 979px) {
    #puncte-de-lucru a {
      width: 50%; }
    #puncte-de-lucru a:nth-child(2n+1) {
      border-right: 5px solid white; } }
  @media screen and (min-width: 980px) {
    #puncte-de-lucru a {
      width: 33%; }
    #puncte-de-lucru a:nth-child(3n+2) {
      border-left: 5px solid white;
      border-right: 5px solid white; }
    #puncte-de-lucru a:nth-child(3n) {
      width: 34%; } }
  #puncte-de-lucru a:nth-child(even) {
    background: #eaeff2; }
  #puncte-de-lucru a:nth-child(5n+2), #puncte-de-lucru a:nth-child(5n+4) {
    background: #d9dfe4; }
  #puncte-de-lucru a:hover {
    background: #a8b7bd; }
  #puncte-de-lucru a table {
    width: 100%; }
    #puncte-de-lucru a table tr {
      height: 45px; }
      #puncte-de-lucru a table tr td:last-child {
        font-size: 12px;
        width: 70%; }
    #puncte-de-lucru a table tr:last-child td:last-child {
      font-size: 10px; }

#utilaje a {
  transition: all 1s;
  float: left;
  height: 300px;
  width: 100%;
  border-bottom: 5px solid white;
  box-sizing: border-box;
  color: black;
  display: inline-block;
  background: #e2e7ea;
  /*&:hover{
  	background: rgb(168, 183, 189);
  }*/ }
  @media screen and (min-width: 680px) and (max-width: 979px) {
    #utilaje a {
      width: 50%; }
    #utilaje a:nth-child(2n+1) {
      border-right: 5px solid white; } }
  @media screen and (min-width: 980px) {
    #utilaje a {
      height: 230px; }
      #utilaje a {
        width: 33%; }
      #utilaje a:nth-child(3n+2) {
        border-left: 5px solid white;
        border-right: 5px solid white; }
      #utilaje a:nth-child(3n) {
        width: 34%; } }
  #utilaje a:nth-child(6n+2), #utilaje a:nth-child(6n+3) {
    background: #eaeff2; }
  #utilaje a table {
    width: 100%;
    height: 100%;
    font-size: 14px;
    /*tr{
    	height:45px;
    	td:last-child {
    		font-size:12px;
    		width:70%;
    	}
    }
    tr:last-child {
    	td:last-child {
    		font-size:10px;
    	}
    }*/ }
    #utilaje a table tr:first-child td:first-child {
      width: 50%;
      text-align: center; }
      #utilaje a table tr:first-child td:first-child div {
        background: white;
        margin: auto;
        width: 80%;
        height: 150px;
        border: 1px solid #94a3a9;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
    #utilaje a table .serie {
      color: red;
      font-weight: bold; }
    #utilaje a table button {
      padding: 2px 4px;
      font-size: 14px; }

#tch-window {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }
  #tch-window .tch-content {
    margin: auto;
    border-radius: 10px;
    margin-top: -200px;
    width: 295px;
    height: 400px;
    background: white;
    border: 1px solid #a8b7bd;
    text-align: center; }
    @media screen and (min-width: 645px) {
      #tch-window .tch-content {
        width: 640px;
        height: 400px; } }
    #tch-window .tch-content textarea {
      resize: none;
      height: 240px;
      width: 90%; }
    #tch-window .tch-content .close-btn {
      background: gray;
      border-color: gray; }

/*# sourceMappingURL=main.css.map */
