﻿/*ibox*/
.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0; }

.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec !important;
  border-image: none;
  border-style: solid solid none !important;
  border-width: 2px 0 0 !important;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px; }

.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec !important;
  border-image: none;
  border-style: solid solid none !important;
  border-width: 1px 0; }

.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px; }

.ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
  color: #003565; }
  .ibox-title h5 i {
    color: gray; }

.ibox-title .label {
  float: left;
  margin-left: 4px; }

.ibox-tools {
  display: block;
  float: none;
  margin-top: 0;
  position: relative;
  padding: 0;
  text-align: right; }

.ibox-tools a:not(.normal) {
  cursor: pointer;
  margin-left: 5px;
  color: #c4c4c4; }

.ibox-tools a.btn-primary {
  color: #fff; }

.ibox-tools .dropdown-menu > li > a {
  padding: 4px 10px;
  font-size: 12px; }

.ibox .ibox-tools.open > .dropdown-menu {
  left: auto;
  right: 0; }

.fullscreen-ibox-mode .animated {
  animation: none; }

body.fullscreen-ibox-mode {
  overflow-y: hidden; }

.ibox.fullscreen {
  z-index: 2030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  margin-bottom: 0; }

.ibox.fullscreen .collapse-link {
  display: none; }

.ibox.fullscreen .ibox-content {
  min-height: calc(100% - 48px); }

.btn {
  background-image: none; }
  .btn.btn-default:hover {
    background-color: #e6e6e6; }
  .btn.btn-primary {
    background-color: #0061a1; }
    .btn.btn-primary:hover {
      background-color: #286090; }

body div {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important; }

#login .modal-header {
  text-align: center;
  color: #0061a1;
  border-color: #0061a1; }

#login input {
  border-radius: 0;
  margin-bottom: 20px;
  width: 100%;
  text-align: center; }

#login .btnlog {
  width: 100%;
  background: #1ab7ea;
  border: 0;
  color: white;
  margin-bottom: 60px; }

#login .btnfb {
  padding-left: 10px;
  width: 100%;
  background: #3b5998;
  border: 0;
  color: white;
  margin-bottom: 60px; }

#login .btnli {
  width: 100%;
  background: #0e76a8;
  border: 0;
  color: white;
  margin-bottom: 60px; }

#login .link {
  margin-bottom: 20px; }

#login .modal-content {
  width: 400px;
  margin: auto; }

#login a {
  cursor: pointer; }

.container {
  width: auto; }

.restoreSuccess {
  border: 1px solid !important;
  border-color: green !important; }

.restoreError {
  border: 1px solid !important;
  border-color: red !important; }

.vacancy-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 60px; }

.vacancy-item {
  width: 465px;
  height: 280px;
  border-width: 1px;
  border-style: solid;
  border-color: #0061a1;
  border-radius: 1px;
  margin-top: 15px;
  margin-right: 10px;
  background-color: white; }

.item-title {
  text-align: center;
  padding: 9px;
  height: 20px; }
  .item-title .vacancy-title {
    margin-top: 10px;
    font-size: 16px;
    color: #0061a1;
    cursor: pointer;
    height: 30px; }
  .item-title .vacancy-department {
    margin-top: 5px;
    font-size: 12px;
    color: black;
    height: 20px; }

.item-content {
  height: 185px;
  padding: 7px; }
  .item-content .vacancy-separator {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #0061a1; }
  .item-content .vacancy-description {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    text-align: left;
    font-size: 13px;
    color: black; }
  .item-content .vacancy-seemore {
    text-align: left;
    font-size: 10px;
    margin-right: 15px;
    float: right;
    cursor: pointer;
    color: #0061a1; }

.item-footer {
  display: flex;
  align-items: center;
  justify-content: space-around; }
  .item-footer .vacancy-date {
    text-align: center;
    font-size: 14px;
    color: #0061a1; }
  .item-footer .vacancy-button {
    height: 18px;
    width: 100px;
    padding: 7px;
    text-align: center;
    background-color: #0061a1;
    color: white;
    border-radius: 1px;
    font-size: 14px;
    cursor: pointer; }

.vacancies-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 8px; }

.vacancies-button {
  height: 35px;
  width: 160px;
  padding: 5px;
  text-align: center;
  background-color: black;
  color: #5BA7C7;
  border-radius: 1px;
  font-size: 14px;
  cursor: pointer; }

.menu-dep {
  display: block;
  color: white;
  text-decoration: none;
  font-size: 20px;
  background-color: #8d8a8a;
  width: 100%;
  height: max-content;
  text-align: center; }

.menu-dep div {
  padding: 9px 0 9px 0; }

.div-menu-dep {
  display: flex;
  width: 360px;
  padding-left: 0px;
  flex-direction: column; }

.div-titulo-menu {
  display: block;
  color: black;
  text-decoration: none;
  font-size: 20px;
  background-color: lightgray;
  width: 100%;
  text-align: center;
  padding: 9px 0 9px 0; }

.menu-dep div:hover {
  background-color: #0e76a8;
  color: white; }

.active {
  background-color: #0e76a8;
  color: white; }

.filtr-container {
  min-height: 100px;
  overflow: hidden; }

@media only screen and (max-width: 600px) {
  .vacancy-container {
    margin-top: 0px; }
  footer {
    display: none; }
  .vacancy-item {
    height: 220px;
    width: 240px; }
  .item-title {
    height: 70px; }
  .item-content {
    height: 100px; }
  .vacancy-title {
    font-size: 16px !important;
    height: 40px !important; }
  .vacancy-department {
    font-size: 14px !important;
    height: 30px !important; }
  .vacancy-description {
    font-size: 12px !important; }
  .vacancies-buttons {
    justify-content: center; }
  .btnLoginFb, .btnLoginLi {
    width: 100%;
    border: 0;
    margin-bottom: 5px;
    color: white;
    text-align: left; }
  .btnLoginFb i, .btnLoginLi i {
    vertical-align: middle; }
  .btnLoginFb span, .btnLoginLi span {
    font-size: 1.2em;
    vertical-align: middle;
    font-family: Arial;
    margin-left: 0.4em; }
  .btnLoginFb {
    background: #3b5998; }
  .btnLoginLi {
    background: #0e76a8; } }
