#cookiesInfo {
  background-color: #eeeeee;
  box-shadow: 0 0 5px 5px #cccccc;
  font: 12px/16px sans-serif;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000; }

#cookiesInfo .close {
  background-color: #dddddd;
  border: 1px solid #bbbbbb;
  border-radius: 7px;
  box-shadow: 0 0 5px 1px #cccccc;
  color: #555555;
  float: right;
  margin: 7px 10px;
  padding: 2px 5px;
  text-decoration: none; }

#cookiesInfo .text {
  color: black;
  display: block;
  float: none;
  margin: 7px auto;
  max-width: 960px;
  width: auto; }

#cookiesInfo .text a {
  color: #0088cc;
  font-weight: bold;
  text-decoration: none; }

body {
  padding-top: 90px;
  font-family: 'Lato', Helvetica, Arial, sasns-serif; }

.clear {
  clear: both; }

#footer {
  text-align: center;
  border-top: 1px solid #ddd;
  padding: 20px 0;
  margin-top: 20px; }

.panel.panel-grey {
  border-color: #ddd; }
  .panel.panel-grey .panel-heading {
    background: #ddd; }

.fileUploadRow .fileinput-button input {
  cursor: pointer;
  direction: ltr;
  font-size: 200px;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0; }
.fileUploadRow input[type="file"] {
  display: block; }
.fileUploadRow .fileupload-buttonbar .btn, .fileUploadRow .fileupload-buttonbar .toggle {
  margin-bottom: 5px; }
.fileUploadRow .progress-animated .progress-bar, .fileUploadRow .progress-animated .bar {
  background: transparent url("../img/progressbar.gif") repeat scroll 0 0 !important;
  filter: none; }
.fileUploadRow .fileupload-process {
  display: none;
  float: right; }
.fileUploadRow .fileupload-processing .fileupload-process, .fileUploadRow .files .processing .preview {
  background: transparent url("../img/loading.gif") no-repeat scroll center center/contain;
  display: block;
  height: 32px;
  width: 32px; }
.fileUploadRow .files audio, .fileUploadRow .files video {
  max-width: 300px; }
@media (max-width: 767px) {
  .fileUploadRow .fileupload-buttonbar .toggle, .fileUploadRow .files .toggle, .fileUploadRow .files .btn span {
    display: none; }
  .fileUploadRow .files .name {
    width: 80px;
    word-wrap: break-word; }
  .fileUploadRow .files audio, .fileUploadRow .files video {
    max-width: 80px; }
  .fileUploadRow .files img, .fileUploadRow .files canvas {
    max-width: 100%; } }
.fileUploadRow .fileinput-button {
  display: inline-block;
  overflow: hidden;
  position: relative; }
.fileUploadRow .fileinput-button input {
  cursor: pointer;
  direction: ltr;
  font-size: 200px;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0; }
@media screen {
  .fileUploadRow .fileinput-button input {
    font-size: 100%;
    height: 100%; } }
.fileUploadRow #files {
  overflow: hidden; }
  .fileUploadRow #files > div {
    width: 20%;
    float: left; }
    .fileUploadRow #files > div img {
      max-width: 100%; }

form .input-group-addon {
  min-width: 150px;
  text-align: right; }
form .form-control + .input-group-addon {
  min-width: auto;
  text-align: inherit; }
form .row {
  margin-bottom: 10px; }
form textarea {
  resize: vertical;
  min-height: 150px; }

.button-column a {
  display: block;
  text-align: center;
  font-size: 28px; }

.operations a {
  font-size: 13px; }
.operations i.fa {
  margin-right: 5px;
  font-size: 14px; }
.operations.nav > li > a {
  padding: 10px 5px; }

#photosAdminList {
  overflow: hidden; }
  #photosAdminList > div > div {
    margin: 5px;
    background-size: contain;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #DFD7CA;
    position: relative; }
    #photosAdminList > div > div i.fa-times {
      position: absolute;
      cursor: pointer;
      font-size: 28px;
      color: black;
      top: 5px;
      right: 5px;
      background: rgba(255, 255, 255, 0.7);
      border-radius: 100px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      display: block;
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.4); }
      #photosAdminList > div > div i.fa-times:hover {
        color: red;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
        background: white; }

.fileUploadRow button, .fileUploadRow .btn {
  font-size: 18px; }
.fileUploadRow i.glyphicon {
  font-size: 22px; }

.glyphicon.glyphicon-remove-sign {
  color: red; }

.glyphicon.glyphicon-ok-circle {
  color: green; }

.glyphicon.glyphicon-ok-circle, .glyphicon.glyphicon-remove-sign {
  font-size: 22px; }

#loginForm {
  padding: 0 20px;
  max-width: 600px;
  margin: 0 auto; }

.alert.alert-breadcrumb {
  background: #F8F5F0;
  border: 1px solid #dfd7ca;
  color: #3e3f3a; }
  .alert.alert-breadcrumb label {
    color: inherit;
    font-weight: normal; }
  .alert.alert-breadcrumb input[type=checkbox] {
    margin-right: 5px; }

.linkImage {
  max-width: 100%;
  overflow: hidden; }
  .linkImage img {
    max-width: 100%; }
