html, body {
	height: 100% !important;
}

body {
	color:#3c495b;
	font-family: 'Roboto', sans-serif;
  display: flex!important;
  flex-direction: column;
}

main {
  margin: 0 auto;
  padding:3rem 0;
}

.entelai-bar-bg {
  background-color: #3c495b;
}

.login-form {
    width: auto;
    max-width: 320px;
    padding: 0;
}
.login-form .asteriskField {
    display: none;
}

.login-form form {
    margin: 0px;
    background-color: #ffffff;
    border-radius: 5px;
    border-width: 0px 0px 4px 0px;
    box-shadow: 0px 15px 40px 0px #ededed;
    padding: 30px;
}
.login-form h2 {
    margin: 0 0 15px;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  font-family: "Roboto";
  font-weight: 300;
  margin-bottom: 15px;
}

.h2, h2 {
  font-size: 2rem;
  letter-spacing: 0.1px;
  color: #333d47;
  line-height: 1.5;
  margin: 0 0 15px;
  font-family: 'Roboto', sans-serif;
}

.h1, h1 {
  letter-spacing: 10px;
}

.lead {
  font-size: 18px;
  font-weight: 400;
}

.light-blue-gradient-bg {
  background: rgba(83,198,206,0.2);
  background: linear-gradient(
90deg, rgba(83,198,206,0.2) 0%, rgba(0,183,204,0.2) 100%);
}

.light-blue {
  color: #00b7cc;
}

.group-actions .btn {
  margin: 0 5px;
}

.group-actions .btn:last-child {
  margin-right: 0;
}

.card {
  box-shadow: 0px 4px 40px 0px rgb(0, 0, 0, 0.1) !important;
  border: 0;
  border-radius: 15px;
  min-height: 280px;
}

.card .btn {
  width: fit-content;
  margin: auto auto 0;
}

a {
    color: #0852b2;
    text-decoration: none;
    background-color: transparent;
}

.header {
	text-align: center !important;
}

.header .font-weight-light {
    font-weight: 300!important;
    color: #00b7cc;
}

.breadcrumb {
  background-color: #f8f8f8;
}

form {
	margin: 60px 0 60px;
}

.form-group {
    margin-bottom: 30px;
}

.form-control {
	background-color: #f5f8fa;
  border-radius: 15px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  font-family: 'Roboto', sans-serif;
  min-height: 46px;
  -webkit-appearance: none;
  appearance: none;
}

.form-control:focus {
  background-color: #f5f8fa;
	box-shadow: none;
	border-color: rgba(82,168,236,.8);
	outline: 0;
}

.input-group-btn .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

select {
  -webkit-appearance: none;
  appearance: none;
}

.table {
  color: #333d47;
  margin-bottom: 30px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f8f8f8;
}

.table th {
  color: #00b7cc;
}

.table td {
  padding: 10px;
  vertical-align: middle;
}

.custom-control-label::before {
    border: #0852b2 solid 1px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #0852b2;
    background-color: #0852b2;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.btn {
  font-family: 'Roboto', sans-serif;
}

.btn.focus, .btn:focus, a:focus, button:focus {
    outline: 0;
    box-shadow: none !important;
}

.btn-success, .btn-success:not(:disabled):not(.disabled):active, .btn-primary, .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0852b2;
    border: 1px solid #0852b2;
    border-radius: 15px;
    padding: 10px 30px;
}

.btn-success:hover, .btn-success:focus, .btn-primary:hover, .btn-primary:focus {
	color: #fff;
  background-color: #0852b2;
  border: 1px solid #0852b2;
}

.btn-secondary {
  color: #0852b2;
  background-color: transparent;
  border: 1px solid #0852b2;
  border-radius: 15px;
  padding: 10px 30px;
}

.btn-secondary:hover {
  background-color: #0852b2;
  border: 1px solid #0852b2;
}

.btn-link {
  color: #0852b2;
}

.btn-link:hover {
  color: #074698;
}

.navbar-dark .navbar-nav .nav-link {
    color: #0852b2;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    padding: 10px 30px;
    display: inline-block;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #FFFFFF;
    background-color: transparent;
    border: 1px solid #ffffff;
}

.alert-info {
  color: #00b7cc;
  background-color: transparent;
  border-color: #00b7cc;
  border: none;
  padding: 0;
  font-weight: bold;
  margin-top: 15px;
}

nav .container {
  width: 1370px;
  margin: 0 auto;
  max-width: 90%;
}

nav .dropdown-toggle {
    white-space: nowrap;
    color: #FFFFFF;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 3px 5px;
    border-radius: 15px;
    vertical-align: middle;
    font-size: 14px;
    margin: 0;
}

nav .dropdown-toggle:hover {
  color: #FFFFFF;
}

nav .dropdown .dropdown-menu {
    min-width: auto;
    border: 0;
    padding: 0 0;
    background-color: rgba(0,0,0,.8);
    border: 2px solid #fff;
    margin-left: 0;
}

nav .dropdown-item {
  padding: 6px 7.3px;
  font-size: 12px;
  color: #FFF;
}

.dropdown .bandera {
    width: 13px;
    height: 13px;
}

.dropdown .dropdown-menu {
  min-width: auto;
  border: 1px solid #3c495b;
  margin-left: 7px;
}

.dropdown-toggle {
    background-color: transparent;
    border: 1px solid #3c495b;
    border-radius: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.dropdown-item {
  padding: 4px 18px;
}


.share-box {
  bottom: 55px;
  position: fixed;
  margin: 1em;
  right: 0;
  z-index: 1;
}

.share {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  background-color: #0852b2;
  margin: 20px auto 0;
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
}

.share > i {
  font-size: 22px;
  line-height: 2.6;
  transition: all .2s ease-in-out;
  transition-delay: 2s;
  color: #FFFFFF;
}

.share.green {
  background: #25d366;
}

.share.blue {
  background: #0073b1;
}

.share.indigo {
  background: #3F51B5;
}

.share.light-blue {
  background: #03A9F4;
}

.share:active,
.share:focus,
.share:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
  color: #FFF;
}

.share:not(:last-child) {
  width: 36px;
  height: 36px;
  margin: 20px auto 0;
  opacity: 0;
}

.share:not(:last-child) > i {
  font-size: 18px;
  line-height: 40px;
  transition: all .3s ease-in-out;
}

.share-box:hover .share:not(:last-child) {
  opacity: 1;
  width: 40px;
  height: 40px;
  margin: 15px auto 0;
}

.share:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}

.share:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms;
}

.share:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}

.share:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}

.share:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}

.tooltip {
      text-transform: capitalize;
}

[tooltip]:before {
  font-family: 'Roboto';
  font-weight: 600;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #585858;
  color: #fff;
  content: attr(tooltip);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  padding: 5px 7px;
  margin-right: 10px;
  position: absolute;
  right: 100%;
  bottom: 5%;
  white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

.frame-upload {
  border: 1px dashed #0852b2;
  margin-bottom: 20px;
  border-radius: 5px;
}

.frame-upload h3 {
  font-weight: normal;
  margin-bottom: 0;
}

footer {
  background: linear-gradient(90deg,rgba(54,60,83,1) 0%,rgba(30,39,50,1) 100%);
  font-size: 14px;
  font-weight: 300;
  margin-top: auto;
  clear: both;
  color: #FFF;
}

footer a {
  color: #FFF;
}

footer a:hover {
  text-decoration: none;
  color: #00b7cc;
}


@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
      position: absolute;
      width: 100%;
  }
  .sponsors-list-actions .btn {
    margin-left: 5px;
    margin-right: 5px;
  }
  .sponsors-list-actions .btn:last-child {
    margin-right: 0px;
  }
}

@media (max-width: 550px) {
  .group-actions .btn {
    display: block !important;
    margin: 10px 0;
    width: 100%;
  }
}

@media (max-height: 549px) {
  html, body {
    height: auto;
  }
  .login-form {
    padding: 80px 0;
  }
}

@media (max-width: 992px) {
  .thumbnails {
    max-height: auto !important;
    width: 100% !important;
    display: flex;
  }
  .preview {
    width: 100% !important;
  }
}


/* LOADER 1 */

.content-loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 20px;
}

.content-loader p {
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
}

.loader{
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

.loader:before, .loader:after{
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 10px solid transparent;
  border-top-color: #00b7cc;
}

.loader:before{
  z-index: 100;
  animation: spin 1s infinite;
}

.loader:after{
  border: 10px solid #ffffff;
}

@keyframes spin{
  0%{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%{
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#popup {
    display: none;
}

.result-div {
    padding-top: 50px;
}

.action-buttons {
    padding-top: 50px;
    padding-bottom: 100px;
}

.row-clickeable-table .clikeable {
  cursor: pointer;
}
.row.experiment-tasks{
  font-size: .9rem;
}

.dataTables_length, .dataTables_filter {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}

.dataTables_filter label{
  width: 100%;
}

.dataTables_wrapper label select {
  margin: 0 10px;
}
.dataTables_wrapper label input {
  margin-left: 10px;
}

#tasksTable_filter label, .dataTables_length label {
  display: flex;
  align-items: center;
}

.pagination {
  justify-content: flex-end;
  margin-bottom: 30px;
}

.page-item.disabled .page-link {
  color: #0852b2;
  border-color: #0852b2;
}

.page-item:last-child .page-link {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.page-item.active .page-link {
  background-color: #0852b2;
  border-color: #0852b2;
}

/* #dcm-viewer {
  margin-top: 40px !important;
} */

.list-group {
    margin-bottom: 30px;
    border: 1px solid rgba(0,0,0,.125);
}

.list-group-item:first-child {
  border-top: 0;
  border-radius: 0;
}

 .list-group-item:last-child {
  border-bottom: 0;
  border-radius: 0;
}

.list-group-item {
  border-left: 0;
}

.badge-secondary {
    color: #fff;
    background-color: #00b7cc;
}

.thumbnails {
  max-height: 550px;
  overflow: auto;
  width: 20%;
}

.preview {
  background-color: #000;
  width: 80%;
  text-align: center;
}

.preview .title {
  background-color: #f8f8f8;
  padding: 10px;
  font-weight: 600;
  margin-bottom: 6px;
}

.box-pasos .numero span {
  border-radius: 45px;
  background-color: #00b7cc;
  font-size: 16px;
  padding: 10px 8px 10px 10px;
  color: #FFF;
  margin-right: 10px;
  text-align: center;
}

.progress-bar {
  background-color: #00b7cc;
}

.modal-header, .modal-footer {
  border: 0;
}

.jquery-notify-bar.error {
  color: #FFF !important;
  background-color: #e75b40 !important;
  box-shadow: none !important;
  background-image: none !important;
  border-bottom: 0 !important;
}


.jquery-notify-bar.error .notify-bar-text-wrapper, .jquery-notify-bar.success .notify-bar-text-wrapper {
   background: none !important;
}

.jquery-notify-bar.success {
  color: #FFF !important;
  background-color: #00b7cc !important;
  box-shadow: none !important;
  background-image: none !important;
  border-bottom: 0 !important;
}