* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: arial;
}

.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

body {
  background-size: cover;
  overflow: inherit;
}

@media only screen and (min-width: 1100px) {
  body {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
  }
}

h1 {
  color: #086d95;
  text-align: center;
  font-faimly: icon;
  margin-bottom: 30px;
  margin-top: -5px;
}

#usr_email {
  height: 50px;
  color: black;
}

#login_title {
  font-family: roboto;
  font-weight: 300;
}

#extra {
  font-weight: 500;
  font-family: roboto;
  color: #009688;
  margin-left: 139px;

}

#usr_pass {
  height: 50px;
  color: black;
}

#alert_content {
  border-radius: 10px;
}

#alert_div {
  width: 320px;
  text-align: center;
  /*    max-height: 264px;*/
  padding: 85px 30px 17px 30px;
  background: rgb(212 216 222);
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  -webkit-box-shadow: 7px 11px 39px -18px rgb(0 0 0);
  -moz-box-shadow: 7px 11px 39px -18px rgb(0 0 0);
  box-shadow: 7px 11px 39px -18px rgb(0 0 0);
  margin: -100px auto 60px auto;
  z-index: -1;
  position: relative;

}

@media only screen and (min-width: 4000px) {
  #alert_div {

    position: absolute;
    margin: 0px;
    top: 90px;
    right: 40px;
  }
}


.form-group {
  position: relative;
  margin-bottom: 0px;
}

.form-control {
  width: 100%;
  height: 50px;
  border: none;
  padding: 5px 7px 5px 15px;
  background: #fff;
  color: #666;
  border: 2px solid #E0D68F;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.form-control:focus,
.form-control:focus+.fa {
  border-color: #10CE88;
  color: #10CE88;
}

.form-group .fa {
  position: absolute;
  right: 15px;
  top: 17px;
  color: #999;
}

.log-status.wrong-entry {
  -webkit-animation: wrong-log 0.3s;
  -moz-animation: wrong-log 0.3s;
  -ms-animation: wrong-log 0.3s;
  animation: wrong-log 0.3s;
}

.log-status.wrong-entry .form-control,
.wrong-entry .form-control+.fa {
  border-color: #ed1c24;
  color: #ed1c24;
}

@keyframes wrong-log {
  0% {
    left: 0px;
  }

  20% {
    left: 15px;
  }

  40% {
    left: -15px;
  }

  60% {
    left: 15px;
  }

  80% {
    left: -15px;
  }

  100% {
    left: 0px;
  }
}

@-ms-keyframes wrong-log {
  0% {
    left: 0px;
  }

  20% {
    left: 15px;
  }

  40% {
    left: -15px;
  }

  60% {
    left: 15px;
  }

  80% {
    left: -15px;
  }

  100% {
    left: 0px;
  }
}

@-moz-keyframes wrong-log {
  0% {
    left: 0px;
  }

  20% {
    left: 15px;
  }

  40% {
    left: -15px;
  }

  60% {
    left: 15px;
  }

  80% {
    left: -15px;
  }

  100% {
    left: 0px;
  }
}

@-webkit-keyframes wrong-log {
  0% {
    left: 0px;
  }

  20% {
    left: 15px;
  }

  40% {
    left: -15px;
  }

  60% {
    left: 15px;
  }

  80% {
    left: -15px;
  }

  100% {
    left: 0px;
  }
}

.log-btn {
  background: #0a93c9;
  dispaly: inline-block;
  width: 100%;
  font-size: 16px;
  height: 50px;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#ajaxLoaderSmall {
  width: 50px;
}

.log-btn:hover {
  background: rgb(10, 120, 201);
}

.link {
  text-decoration: none;
  color: #2a3457;
  display: block;
  text-align: right;
  font-size: 12px;
  margin-top: 17px;
  margin-bottom: -24px;
}

.link:hover {
  text-decoration: underline;
  color: #8C918F;
}


/* COMUNS */
html {
  font-family: "Roboto";
  height: 100%;
}

body {
  /*background: url(../images/Background.jpg);*/
  height: 100%;
}

/* BOOTSTRAP */

h5 {

  font-size: 27px;
  margin-top: 5px;
  font-weight: 400;
  color: rgb(16, 25, 49);

}

p {
  font-family: "Roboto";
}

a {
  font-family: "Roboto";
}

input,
button,
select,
textarea {
  font-family: "Roboto";
}

.navbar-search .search-query {
  font-family: "Roboto";
}

.navbar .nav>li>a {
  font-size: 15px;
}

.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  cursor: default;
}

.nav-pills>.active>a,
.nav-pills>.active>a:hover {
  color: #ffffff;
  background-color: #2B7296;
}

.nav-pills>li>a {
  padding-top: 20px;
  padding-bottom: 8px;
  margin-top: -20px;
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 300;
}

.nav>li>a:hover {
  background-color: rgba(43, 114, 150, 0.12);
}

select {
  border: 0px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.37);
  border-radius: 0px;
}

label {
  color: rgb(1, 105, 157);
}

pre {
  font-family: "Roboto";
}

.brand {
  font-size: 23px;
  font-weight: initial;
  color: rgb(255 255 255);
}

/* IDs  */

/* DIALOGS */

#formDeleteDialog {
  margin-top: 20px;
  width: 466px;
}

/* CONTINGUT DELS DIALOGS */

#tabs {
  margin-bottom: -10px;
}

#my-tab-content {
  margin-top: -20px;
}

#dadesRegistre {
  width: 100%;
  margin-top: 10px;
  margin-bottom: -10px;
}

#legend {
  width: 94%;
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: 100;
  border: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding-right: 10px;
  padding-left: 8px;
  border-bottom: 2px rgb(0, 136, 204);
  border-bottom-style: solid;
  height: 36px;
}

.agrupador {
  padding: 5px 10px 5px 10px;
  border: solid 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: rgb(249, 249, 249);
  float: left;
  margin: 5px;
}

#agrupadorDUMMY {
  padding: 5px 10px 5px 10px;
  border: solid 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: rgb(249, 249, 249);
  float: left;
  margin: 5px;
}

#missatgeError {
  text-align: center;
  padding: 5px 0px 5px 0px;
  margin: 20px 0px -10px 0px;
  font-size: 16px;
  font-weight: 500;
}

#missatgeErrorDel {
  text-align: center;
  padding: 5px 0px 5px 0px;
  margin: 20px 0px -10px 0px;
  font-size: 16px;
  font-weight: 500;
}

#msgErrorFieldset {
  clear: both;
}

.textTitol {
  font-family: "Roboto";
}

/* FREEOW OVERRIDE -------------------------------------------------------------------------------------------*/

.freeow .smokey h2 {
  font-family: "Roboto";
}

.freeow .smokey p {
  font-family: "Roboto";
}

.freeow .gray h2 {
  font-family: "Roboto";
}

.freeow .gray p {
  font-family: "Roboto";
}

.freeow .osx h2 {
  font-family: "Roboto";
}

.freeow .osx p {
  font-family: "Roboto";
}

/* JQUERY OVERRIDE --------------------------------------------------------------------------------------------*/

.ui-widget {
  font-family: "Roboto";
  font-size: 1.1em;
  box-shadow: 0px 0px 36px #4D4D4D;
  border: none;
  border-radius: 5px;
}

.ui-widget button {
  font-family: "Roboto";
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Roboto";
  font-size: 1em;
  width: 125px;
  margin: auto;
}

.ui-widget-content {
  border: 0px solid #a6c9e2;
  background: #fcfdfd;
  color: #222222;
}

.ui-widget-header {
  border: 0px solid #4297d7;
  background: #5c9ccc;
  color: #ffffff;
  font-weight: bold;
}

.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #79b7e7;
  background: #d0e5f5;
  font-weight: bold;
  color: #1d5987;
}

.ui-widget-overlay {
  background: rgba(17, 17, 24, 0.68);
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px;
  min-width: 500px;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 20px 35px 20px 15px;
  position: relative;
  border: none;
  border-radius: 0px;
  background: rgb(0, 136, 204);
  font-weight: 100;
  font-size: 30px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 15px;
  background: none;
  overflow: auto;
}

#usuari_nom {
  width: 125px;
  margin-left: 226px;
  height: 33px;
  margin-top: 15px;
}

#usuariError {
  margin: 32px;
  margin-bottom: 4px;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 0px;
  background-image: none;
  margin: 0px 0px 0px 0px;
  padding: 5px 20px 10px 0px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.ui-dialog .ui-dialog-buttonpane button {
  border-right: 0px;
  border-top: 0px;
  background: rgba(37, 64, 86, 0);
  border-left: 0px;
  color: rgb(43, 114, 150);
  border-bottom: 0px;
  margin: 0px 0px 0px 20px;
  cursor: pointer;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
  font-weight: 500;
  color: rgb(3, 131, 0);
}



/* PANTALLES --------------------------------------------------------------------------------------------*/

#textEpisodi {
  font-size: 59%;
  color: rgb(3, 115, 143);
  font-family: "Roboto";
  font-size: 30px;
  font-weight: 400;
}

#textNumReg {
  font-size: 47%;
  font-style: italic;
  color: rgb(153, 153, 153);

  font-family: "Roboto";
  font-size: 23px;
  font-weight: 300;
}

#loaderIMG {
  background-image: url("images/loader_google.gif");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  float: left;
}

#loaderText {
  text-align: left;
  margin-left: 35px;
  margin-top: 3px;
  clear: initial;
}

#ajaxLoader {
  position: absolute;
  bottom: 12px;
  right: 295px;
  font-size: 16px;
}

/* BOTONS ---------------------------------------------------------------------- */

.comp {
  margin-right: -1px;
}

.boto-verd:disabled {
  background-color: rgba86, 173, 86, 0.55);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.43);
  cursor: auto;
}

.boto-verd {
  margin-left: 5px;
  margin-right: 8px;

  background-color: rgb(86, 173, 86);
  -moz-box-shadow: 1px 1px 172px #dbdbdb;
  -webkit-box-shadow: 1px 1px 172px #dbdbdb;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.43);
  width: 32px;
  height: 32px;
  border-radius: 20px;
  border: 0px;
  text-align: center;
  cursor: pointer;
}

.boto-blau:disabled {
  background-color: rgba(0, 124, 204, 0.55);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.43);
  cursor: auto;
}

.boto-blau {

  margin-left: 5px;
  border: 0px;
  margin-right: 5px;
  /* border: 0px; */
  background-color: rgb(0, 124, 204);
  -moz-box-shadow: 1px 1px 172px #dbdbdb;
  -webkit-box-shadow: 1px 1px 172px #dbdbdb;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.43);
  width: 32px;
  height: 32px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
}

.boto-lila:disabled {
  background-color: rgba(113, 0, 204, 0.55);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.43);
  cursor: auto;
}

.boto-lila {

  margin-left: 5px;
  border: 0px;
  margin-right: 5px;

  background-color: rgb(113, 0, 204);
  -moz-box-shadow: 1px 1px 172px #dbdbdb;
  -webkit-box-shadow: 1px 1px 172px #dbdbdb;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.43);
  width: 32px;
  height: 32px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
}

.margin-right-0 {
  margin-right: 0px;
}

.boto-carbassa:disabled {
  background-color: rgba(250, 174, 67, 0.55);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.43);
  cursor: auto;
}

.boto-carbassa {

  margin-left: 5px;
  margin-right: 5px;
  border: 0px;

  background-color: rgb(250, 174, 67);
  -moz-box-shadow: 1px 1px 172px #dbdbdb;
  -webkit-box-shadow: 1px 1px 172px #dbdbdb;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.43);
  width: 32px;
  height: 32px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
}

.boto-vermell:disabled {
  background-color: rgba(225, 84, 80, 0.55);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.43);
  cursor: auto;
}

.boto-vermell {

  margin-left: 5px;
  margin-right: 5px;
  border: 0px;
  /* border: 0px; */
  background-color: rgb(225, 84, 80);
  -moz-box-shadow: 1px 1px 172px #dbdbdb;
  -webkit-box-shadow: 1px 1px 172px #dbdbdb;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.43);
  width: 32px;
  height: 32px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
}

#insertRegistre {
  all: inherit;
  margin-left: 5px;
  margin-right: 5px;
  /* border: 0px; */
  background-color: rgb(86, 173, 86);
  -moz-box-shadow: 1px 1px 172px #dbdbdb;
  -webkit-box-shadow: 1px 1px 172px #dbdbdb;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.43);
  width: 32px;
  height: 32px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
}

#botoFileUpload {
  margin-left: 5px;
  border: 0px;
  margin-right: 5px;

  text-align: center;
  cursor: pointer;
}

#findRegistre {
  all: inherit;
  margin-left: 5px;
  margin-right: 5px;
  /* border: 0px; */
  background-color: rgb(86, 114, 173);
  -moz-box-shadow: 1px 1px 172px #dbdbdb;
  -webkit-box-shadow: 1px 1px 172px #dbdbdb;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.43);
  width: 32px;
  height: 32px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
}

#excel {
  all: inherit;
  margin-left: 5px;
  margin-right: 5px;
  /* border: 0px; */
  background-color: rgb(173, 152, 86);
  -moz-box-shadow: 1px 1px 172px #dbdbdb;
  -webkit-box-shadow: 1px 1px 172px #dbdbdb;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.43);
  width: 32px;
  height: 32px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
}

.btn {
  font-size: 12.5px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;

}

#AccioBoto {
  padding: 0px 6px 0px 10px;
  border-radius: 26px;
  border: 0px;
  margin-left: 5px;
  margin-right: 0px;
  font-size: 10.5px;

  height: 32px;
  /* -moz-box-shadow: 1px 1px 172px #dbdbdb;
  -webkit-box-shadow: 1px 1px 172px #dbdbdb;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.43);*/

  border-radius: 26px;
  text-align: center;
  cursor: pointer;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
  position: relative;
  border: none;
  border-radius: 0px;
  background: rgb(0, 136, 204);
  font-weight: lighter;
  font-family: roboto;
  font-size: 30px;
}

/*
.effect .mask {
      position:absolute; /* Center the mask 
margin-top: -26px;
   opacity: 0;
   border:1px dotted rgba(0,0,0,1);
   border-radius: 14px;
   visibility:hidden;
}

.effect:hover .mask {
   cursor:pointer;
   border-radius: 50px;
   border-width: 50px;
   display: inline-block;
   height: 32px;
   width: 32px;
   border: 16px solid rgba(1, 1, 1, 0.1);
   box-sizing:border-box;
   opacity:1;
   visibility:visible;
   transform:scale(1);
   transition:all 0.5s ease-in-out;
}
*/