@charset "UTF-8";
/*Common*/
@media (max-width: 767px) {
  .menu {
    text-align: center;
  }
  .menu-logo {
    font-size: 1.2em;
  }
  .menu-item {
    display: none;
  }
  .menu-button {
    display: block;
  }
  .welcome-block h1 {
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  .menu-item {
    display: block;
  }
  .menu-button {
    display: none;
  }
}
.gravatar-image {
  max-width: none;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.welcome-block {
  max-width: 700px;
}

.logo, .logo:hover {
  color: black;
  text-decoration: none;
}

.col-m-5 {
  margin: 5px;
}

.col-m-10 {
  margin: 10px;
}

.col-m-15 {
  margin: 15px;
}

.col-m-20 {
  margin: 20px;
}

.col-m-25 {
  margin: 25px;
}

.col-m-30 {
  margin: 30px;
}

.col-m-35 {
  margin: 35px;
}

.col-m-40 {
  margin: 40px;
}

.col-m-45 {
  margin: 45px;
}

.col-m-50 {
  margin: 50px;
}

.col-m-b-5 {
  margin-bottom: 5px;
}

.col-m-b-10 {
  margin-bottom: 10px;
}

.col-m-b-15 {
  margin-bottom: 15px;
}

.col-m-b-20 {
  margin-bottom: 20px;
}

.col-m-b-25 {
  margin-bottom: 25px;
}

.col-m-b-30 {
  margin-bottom: 30px;
}

.col-m-b-35 {
  margin-bottom: 35px;
}

.col-m-b-40 {
  margin-bottom: 40px;
}

.col-m-b-45 {
  margin-bottom: 45px;
}

.col-m-b-50 {
  margin-bottom: 50px;
}

.col-m-t-5 {
  margin-top: 5px;
}

.col-m-t-10 {
  margin-top: 10px;
}

.col-m-t-15 {
  margin-top: 15px;
}

.col-m-t-20 {
  margin-top: 20px;
}

.col-m-t-25 {
  margin-top: 25px;
}

.col-m-t-30 {
  margin-top: 30px;
}

.col-m-t-35 {
  margin-top: 35px;
}

.col-m-t-40 {
  margin-top: 40px;
}

.col-m-t-45 {
  margin-top: 45px;
}

.col-m-t-50 {
  margin-top: 50px;
}

.col-m-l-5 {
  margin-left: 5px;
}

.col-m-l-10 {
  margin-left: 10px;
}

.col-m-l-15 {
  margin-left: 15px;
}

.col-m-l-20 {
  margin-left: 20px;
}

.col-m-l-25 {
  margin-left: 25px;
}

.col-m-l-30 {
  margin-left: 30px;
}

.col-m-l-35 {
  margin-left: 35px;
}

.col-m-l-40 {
  margin-left: 40px;
}

.col-m-l-45 {
  margin-left: 45px;
}

.col-m-l-50 {
  margin-left: 50px;
}

.col-m-r-5 {
  margin-right: 5px;
}

.col-m-r-10 {
  margin-right: 10px;
}

.col-m-r-15 {
  margin-right: 15px;
}

.col-m-r-20 {
  margin-right: 20px;
}

.col-m-r-25 {
  margin-right: 25px;
}

.col-m-r-30 {
  margin-right: 30px;
}

.col-m-r-35 {
  margin-right: 35px;
}

.col-m-r-40 {
  margin-right: 40px;
}

.col-m-r-45 {
  margin-right: 45px;
}

.col-m-r-50 {
  margin-right: 50px;
}

.col-p-5 {
  padding: 5px;
}

.col-p-10 {
  padding: 10px;
}

.col-p-15 {
  padding: 15px;
}

.col-p-20 {
  padding: 20px;
}

.col-p-25 {
  padding: 25px;
}

.col-p-30 {
  padding: 30px;
}

.col-p-35 {
  padding: 35px;
}

.col-p-40 {
  padding: 40px;
}

.col-p-45 {
  padding: 45px;
}

.col-p-50 {
  padding: 50px;
}

.col-p-b-5 {
  padding-bottom: 5px;
}

.col-p-b-10 {
  padding-bottom: 10px;
}

.col-p-b-15 {
  padding-bottom: 15px;
}

.col-p-b-20 {
  padding-bottom: 20px;
}

.col-p-b-25 {
  padding-bottom: 25px;
}

.col-p-b-30 {
  padding-bottom: 30px;
}

.col-p-b-35 {
  padding-bottom: 35px;
}

.col-p-b-40 {
  padding-bottom: 40px;
}

.col-p-b-45 {
  padding-bottom: 45px;
}

.col-p-b-50 {
  padding-bottom: 50px;
}

.col-p-t-5 {
  padding-top: 5px;
}

.col-p-t-10 {
  padding-top: 10px;
}

.col-p-t-15 {
  padding-top: 15px;
}

.col-p-t-20 {
  padding-top: 20px;
}

.col-p-t-25 {
  padding-top: 25px;
}

.col-p-t-30 {
  padding-top: 30px;
}

.col-p-t-35 {
  padding-top: 35px;
}

.col-p-t-40 {
  padding-top: 40px;
}

.col-p-t-45 {
  padding-top: 45px;
}

.col-p-t-50 {
  padding-top: 50px;
}

.col-p-l-5 {
  padding-left: 5px;
}

.col-p-l-10 {
  padding-left: 10px;
}

.col-p-l-15 {
  padding-left: 15px;
}

.col-p-l-20 {
  padding-left: 20px;
}

.col-p-l-25 {
  padding-left: 25px;
}

.col-p-l-30 {
  padding-left: 30px;
}

.col-p-l-35 {
  padding-left: 35px;
}

.col-p-l-40 {
  padding-left: 40px;
}

.col-p-l-45 {
  padding-left: 45px;
}

.col-p-l-50 {
  padding-left: 50px;
}

.col-p-r-5 {
  padding-right: 5px;
}

.col-p-r-10 {
  padding-right: 10px;
}

.col-p-r-15 {
  padding-right: 15px;
}

.col-p-r-20 {
  padding-right: 20px;
}

.col-p-r-25 {
  padding-right: 25px;
}

.col-p-r-30 {
  padding-right: 30px;
}

.col-p-r-35 {
  padding-right: 35px;
}

.col-p-r-40 {
  padding-right: 40px;
}

.col-p-r-45 {
  padding-right: 45px;
}

.col-p-r-50 {
  padding-right: 50px;
}

.col-form-label {
  text-align: right;
  font-weight: bold;
}

@media (max-width: 575px) {
  .col-form-label {
    text-align: left;
  }
}
/*Controls*/
.navbar-brand > img {
  max-height: 31px;
}

.navbar-brand.logo {
  padding: 10px 10px;
}

.navbar-brand-image-mobile {
  display: none;
}

.navbar.navbar-default.navbar-static-top {
  background: #1f365c !important;
  color: #fff;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  background: #1f365c !important;
}

.navbar.container {
  width: 100% !important;
}

.navbar-nav > li.select-lenguage {
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbar-nav > li.select-lenguage > div > form > div > label.mr-2 {
  color: #fff !important;
}

@media (max-width: 767px) {
  .navbar-brand-image {
    display: none;
  }
  .navbar-brand-image-mobile {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
/*.validation-summary-errors {
	color: #ff3834;
	border: 1px solid #ffd3d3;
	background: none;
	padding-top: 9px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 15px;
	margin-top: 20px;
}*/
.switch {
  display: inline-block;
  height: 28px;
  position: relative;
  width: 60px;
  margin-top: 5px;
}

.switch input {
  display: none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 20px;
  left: 7px;
  position: absolute;
  transition: 0.4s;
  width: 20px;
}

input:checked + .slider {
  background-color: #007bff;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

label.radio-img > input {
  visibility: hidden;
  position: absolute;
}

label.radio-img > input + img {
  cursor: pointer;
  border: 2px solid transparent;
}

label.radio-img > input:checked + img {
  background-color: #ffe7ac;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

label.radio-img > input:checked ~ h3, label.radio-img > input:checked ~ h4 {
  color: #007bff;
  text-decoration: underline;
}

label.radio-img > h3, label > h4 {
  cursor: pointer;
}

.cc-window {
  color: #212529;
  background-color: #f7f7f7;
}

.cc-btn {
  color: #ffffff;
  background-color: #007bff;
  border-color: transparent;
}

/*Pages*/
.consent-container .toggle-button__input {
  float: left;
}
.consent-container .toggle-button__text {
  float: left;
  margin-top: 6px;
  margin-left: 10px;
}
.consent-container .consent-description {
  width: 100%;
  float: left;
}
.consent-container .client-logo {
  float: left;
}
.consent-container .client-logo img {
  margin-right: 25px;
}

.logged-out-container iframe {
  display: none;
  width: 0;
  height: 0;
}

.grants-container .page-header {
  margin-bottom: 10px;
}
.grants-container .grant {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray;
}
.grants-container .grant .clientname {
  font-size: 140%;
  font-weight: bold;
}
.grants-container .grant .granttype {
  font-size: 120%;
  font-weight: bold;
}
.grants-container .grant .created {
  font-size: 120%;
  font-weight: bold;
}
.grants-container .grant .expires {
  font-size: 120%;
  font-weight: bold;
}
.grants-container .grant li {
  list-style-type: none;
  display: inline;
}
.grants-container .grant li:after {
  content: ", ";
}
.grants-container .grant li:last-child:after {
  content: "";
}
.login-page {
  margin-top: 5%;
}

.login-support-country-section {
  font-size: 10px;
}

.company-logo {
  display: flex;
  justify-content: center;
}

.login-panel-container {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.login-panel {
  width: 50%;
}

.support-center-contact {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 2%;
}

.error-container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.error-message {
  width: 50%;
}

.error {
  margin: 0 auto;
  text-align: center;
}
.error a {
  color: #1f365c;
}

.error-code {
  bottom: 60%;
  color: #1f365c;
  font-size: 96px;
  line-height: 100px;
}

.error-desc {
  font-size: 12px;
  color: #647788;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

/*estilos unilink*/ /*Buttons*/
.btn {
  border-radius: 2px;
}

.btn.btn-primary:hover {
  background: #3f63d1;
  border-color: #3f63d1;
  color: #fff;
}

.btn.btn-primary {
  background: #5877d7;
  border-color: #5877d7;
  color: #fff;
}

.btn.btn-link {
  color: #5877d7;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #5877d7;
  border-color: #5877d7;
}

.btn-bottom {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

/*Sidebar*/
.sidebar .panel-group {
  font-size: 11px;
}

.sidebar .panel-heading {
  padding: 5px 7px;
}

/*Menú sidebar collapse*/
.items-catalog .panel-body {
  padding: 0px;
}

.items-catalog ul {
  list-style-type: none;
  padding-left: 0px;
}

.items-catalog ul li a {
  padding: 5px 7px;
  border-bottom: 1px solid #ddd;
  display: block;
}

.items-catalog ul li a:hover {
  background: #f1f1f1;
}

.items-catalog ul li.active a {
  background: #5877d7;
  color: #fff;
}

/*Header*/
/*Header*/
.navbar-brand {
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #a2b2e9 !important;
}

.navbar {
  margin-bottom: 0;
  border: none;
}

.navbar-default {
  /*background: #eef1fb;*/
  /* background:#a2b2e9; */
  /* background:#3c486f; */
  /*background: #1f365c;*/
  background: #fff;
  border-bottom: 2px solid #2b569d;
}

.navbar-default .navbar-nav > li > a {
  /*color: #888;*/
  /*color: #fff;*/
  color: #fff;
  background: #a2b2e9;
  /*border-radius: 50px;*/
}

.navbar-default .navbar-nav > li > a:hover {
  /*color: #5877d7;*/
  /*color: #c8cbd6;*/
  /*Agrego un background plomo para que se pueda diferenciar cuando se hace hover*/
  background: #2b569d;
  color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: #2b569d;
  color: #fff;
  /* color: #5877d7; */
  /*color: #4c6287;*/
}

.navbar .label {
  vertical-align: top;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  /*color: #f6f5f5;*/
  /*El color superior aplicaba un color blanco al fondo ya por defecto claro,
  por ende lo comento para que mantenga el color de las letras*/
}

/*Dropdown*/
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  /* background: #3c486f; */
  /*background: #1f365c;*/
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: #2b569d;
  color: #fff;
}

/*Submenu*/
.sub {
  background: #f6f5f5;
  z-index: 0;
  border-bottom: 1px solid #d8dff6;
}

.sub .navbar-nav li a {
  margin-top: 9px;
  padding: 6px 12px;
  border-radius: 3px;
  color: #000;
}

.sub .navbar-nav li.active a:hover {
  background: #5877d7;
  color: #000;
}

.sub .navbar-nav > .active > a {
  background: #5877d7;
  color: #000;
}

/*Focus Dropdown*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background: #c8cbd6;
  color: #fff;
}

/*Breadcrumb*/
.breadcrumb {
  margin-top: 20px;
}

.breadcrumb > li + li.no-separator:last-child:before {
  content: "";
}

/*Reset Nav li a*/
.nav > li > a {
  padding-left: 10px;
  padding-right: 10px;
}

/*
CSS Unilink
Daniel Carrasco Medina
*/
b.blue {
  color: #2E86C1;
}

b.grey {
  color: #9d9d9d;
}

b.red {
  color: #d9534f;
}

b.green {
  color: #5cb85c;
}

b.yellow {
  color: #FC0;
}

td.red, td.green, td.yellow, td.blue, td.grey, .signos span {
  position: relative;
}

.signos {
  margin: 5px 0 0 0;
}

.signos span {
  margin: 0 27px 0 0px;
  font-size: 12px;
}

td.red:before, td.green:before, td.yellow:before, td.blue:before, td.grey:before, .signos span.red:before, .signos span.green:before, .signos span.yellow:before, .signos span.blue:before, .signos span.grey:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 11px;
  left: 9px;
  border-radius: 22px;
}

.signos span.red:before, .signos span.green:before, .signos span.yellow:before, .signos span.blue:before, .signos span.grey:before {
  top: 3px;
  left: -14px;
}

td.red:before, .signos span.red:before {
  background: #d9534f;
}

td.green:before, .signos span.green:before {
  background: #5cb85c;
}

td.yellow:before, .signos span.yellow:before {
  background: #FC0;
}

td.blue:before, .signos span.blue:before {
  background: #2E86C1;
}

td.grey:before, .signos span.grey:before {
  background: #9d9d9d;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Droid Sans", sans-serif;
}

body.bg {
  background: #f9fafe;
}

.underline h3 {
  text-decoration: underline;
  font-size: 14px;
}

.justify p {
  text-align: justify;
}

.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

/*Helpers*/
a {
  color: #5877d7;
}

a:hover {
  color: #3f63d1;
  text-decoration: none;
}

.f12 {
  font-size: 12px;
}

.f11 {
  font-size: 11px;
}

.w100 {
  width: 100% !important;
}

.w50 {
  width: 50% !important;
}

.p0 {
  padding: 0 !important;
}

.p20 {
  padding: 20px !important;
}

.p5 {
  padding: 5px !important;
}

.p10lr {
  padding: 0 10px !important;
}

.p20lr {
  padding: 0 20px !important;
}

.p0left {
  padding-left: 0 !important;
}

.p20r {
  padding-right: 20px !important;
}

.pdleft15 {
  padding-left: 15px;
}

.pdright15 {
  padding-right: 15px;
}

.m0bottom {
  margin-bottom: 0;
}

.m10bottom {
  margin-bottom: 10px;
}

.m10top {
  margin-top: 10px;
}

.m50top {
  margin-top: 50px;
}

.m30top {
  margin-top: 30px;
}

.m30bottom {
  margin-bottom: 30px !important;
}

.m100top {
  margin-top: 50px !important;
}

.m0top {
  margin-top: 0;
}

.p10top {
  padding-top: 10px;
}

.p20left {
  padding-left: 20px;
}

.m10left {
  margin-left: 10px;
}

.mh560 {
  /*min-height: 560px;*/
}

.mh460 {
  /*min-height: 460px;*/
}

.clear {
  clear: both;
}

h2 {
  line-height: 1.3em;
}

h3 {
  font-size: 1.3em;
  margin-bottom: 20px;
}

/*Breadcrumb*/
/*Notificación*/
.notification {
  position: fixed;
  bottom: 0px;
  right: 20px;
  max-width: 500px;
  z-index: 9;
}

/*.alert-info{
  background-color: #eef1fb;
  color: #5877d7;
  border-color: #dae0f6;
}*/
.alert-info a {
  color: #5877d7 !important;
  text-decoration: underline;
}

.has-drop-error {
  border: 1px solid rgb(228, 10, 10) !important;
}

.has-color-error {
  color: rgb(228, 10, 10) !important;
  font-size: 11px;
  font-weight: 100;
}

.has-pending-changes {
  border: 1px solid rgb(10, 4, 210) !important;
}

.table tbody tr td.has-pending-changes {
  color: #FFFFFF !important;
  background-color: #226A9A !important;
}

.table tbody tr td.has-pending-changes a {
  color: #FFFFFF !important;
  background-color: #226A9A !important;
}

.table tbody tr td.has-pending-changes a:hover {
  color: #FFFFFF !important;
  background-color: #226A9A !important;
}

.table tbody tr td.is-in-supervision {
  color: #FFFFFF !important;
  background-color: #2E4B5F !important;
}

.table tbody tr td.is-in-supervision a {
  color: #FFFFFF !important;
  background-color: #2E4B5F !important;
}

.table tbody tr td.is-in-supervision a:hover {
  color: #FFFFFF !important;
  background-color: #2E4B5F !important;
}

.noShow {
  display: none;
}

/*Forms*/
.form-group {
  margin-bottom: 10px;
}

.form-control {
  border-radius: 2px;
  line-height: normal;
}

.form-control-static {
  margin-bottom: 7px;
}

.form-control:focus {
  border-color: #5877d7;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #eef1fb;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #eef1fb;
}

/*Forms labels*/
label {
  font-weight: bold;
  color: #777;
}

/*Login*/
.form-container {
  padding-top: 30px;
}

.form-container h2 {
  color: #999;
  padding: 20px;
  font-size: 1.4em;
  text-align: center;
}

.form-container p {
  padding-top: 20px;
}

.form-container p a {
  font-size: 1em;
}

.form-box {
  background: #fff;
  padding: 0;
  border-radius: 3px;
  position: relative;
}

.form-box .wrap-form {
  padding: 20px;
  border-top: 1px solid #f5f5f5;
}

.form-vertical {
  color: #fff;
  margin-top: 20px;
  vertical-align: text-top;
}

.mgtop30 {
  margin-top: 30px;
}

.info {
  color: #fff !important;
  background: #428bca;
  border-color: #428bca;
  width: 24.5%;
  margin-right: 0.5%;
}

.info p {
  color: #fff !important;
}

/*Botones y dropdowns*/
.btn,
.dropdown-menu {
  border-radius: 2px !important;
}

button:active,
button:focus {
  outline: none !important;
}

.btn.btn-primary {
  background: #5877d7;
  border-color: #5877d7;
  color: #fff;
}

.btn.btn-primary:hover {
  background: #3f63d1;
  border-color: #3f63d1;
  color: #fff;
}

.btn-link {
  color: #5877d7;
}

.btn-link:hover {
  text-decoration: none;
  color: #3f63d1;
}

/*Reset Well*/
.well {
  box-shadow: none;
  background-color: #fff;
  border-radius: 2px;
}

/*Reset Modals*/
.modal-header {
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.not-active {
  pointer-events: none;
  cursor: default;
  color: #708090 !important;
}

/*.modal-content {
    box-shadow: none;
    border-radius: 3px;
    border: 1px solid #ddd;
}*/
.modal-body {
  padding: 0;
}

.close {
  font-size: 30px;
  opacity: 0.5;
  margin-top: -3px !important;
}

.modal-footer {
  border: none;
  margin-top: 0;
}

/*Reset Nav Pills*/
.nav-pills > li > a {
  border-radius: 2px;
}

.nav-pills > li > a:hover {
  background: #eef1fb;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background: #eef1fb;
  color: #5877d7;
}

.tab-content {
  margin-top: 20px;
}

/*Reset Bootstrap Select*/
/*Reset Dropdown*/
.dropdown-menu {
  border-radius: 2px;
}

.dropdown-menu > li > a {
  outline: none;
  padding: 3px 10px;
}

.dropdown-header {
  padding: 3px 10px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #262626;
  text-decoration: none;
  outline: 0;
  background-color: #f5f5f5;
}

/*Reset color para .text-muted en subtext de bootstrap-select*/
.dropdown-menu > .active > a:hover .text-muted, .dropdown-menu > .selected.active > a .text-muted {
  color: #262626 !important;
}

.dropdown-menu.open ul.dropdown-menu li.selected a:focus .text-muted,
.dropdown-menu.open ul.dropdown-menu li a:hover .text-muted {
  color: #262626 !important;
}

/*Reset Outline en Bootstrap Select*/
.bootstrap-select .btn:focus {
  outline: 0 !important;
}

/*Reset input Search*/
.bootstrap-select-searchbox input {
  width: 100% !important;
}

/*Reset Datepicker*/
.datepicker table {
  font-family: "Noto Sans", sans-serif;
}

.input-daterange input {
  border-radius: 2px !important;
  text-align: left !important;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  background: #5877d7 !important;
  color: #fff !important;
}

.datepicker table tr td, .datepicker table tr th {
  border-radius: 2px !important;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background: #999 !important;
}

/*Reset Input File*/
input[type=file] {
  font-size: 12px;
  color: #777;
}

/*
 * Global add-ons
 */
.sub-header {
  margin-top: 0;
}

.widget {
  background: #fff;
}

.widget .header {
  padding: 20px;
}

.widget .header h2 {
  margin: 0;
}

.widget .filters {
  padding: 0 20px;
  margin-bottom: 10px;
}

.form-horizontal label {
  text-align: left !important;
}

.widget .form-horizontal textarea {
  resize: vertical;
}

li.divider {
  border-bottom: 1px solid #dbdded;
  margin: 5px 0;
}

.footer-opt {
  padding-bottom: 20px !important;
  margin-top: 20px;
}

.footer {
  /*position: fixed;*/
  bottom: 0;
  min-width: 100%;
  border-top: 1px solid #eee;
  padding: 20px 0 10px 0;
  margin-top: 20px;
  background: #f2f2f2;
}

/*Stats*/
.stats {
  padding: 0 20px 20px 20px;
}

.stats p button strong {
  font-size: 2em;
  font-weight: normal;
}

.stats p button.btn-link {
  color: #5877D7 !important;
  text-align: center;
}

.stats p button.text-muted {
  color: #A3ADB7 !important;
  text-align: center;
}

.stats p button.stats {
  background-color: #004c7f !important;
  color: #ffffff !important;
}

.stats p {
  color: #777;
  text-align: center;
}

/*Side en Modal*/
.side-opt .btn {
  margin-bottom: 5px;
  width: 100%;
}

/*Wizard*/
#steps {
  width: 700px;
  margin: 0 auto 30px auto;
}

.step {
  width: 40px;
  height: 40px;
  background-color: #eee;
  display: inline-block;
  border-color: transparent;
  border-radius: 50%;
  font-weight: 600;
  text-align: center;
  line-height: 35px;
  color: #999;
}

.step:first-child {
  line-height: 40px;
}

.step:nth-child(n+2) {
  margin: 0 0 0 100px;
  -ms-transform: translate(0, -4px);
  -webkit-transform: translate(0, -4px);
  transform: translate(0, -4px);
}

.step:nth-child(n+2):before {
  width: 75px;
  height: 3px;
  display: block;
  background-color: white;
  -ms-transform: translate(-95px, 21px);
  -webkit-transform: translate(-95px, 21px);
  transform: translate(-95px, 21px);
  content: "";
}

.step:after {
  width: 150px;
  display: block;
  -ms-transform: translate(-55px, 3px);
  -webkit-transform: translate(-55px, 3px);
  transform: translate(-55px, 3px);
  content: attr(data-desc);
  font-weight: 400;
  font-size: 13px;
  color: #777;
}

.step:first-child:after {
  -ms-transform: translate(-55px, -1px);
  -webkit-transform: translate(-55px, -1px);
  transform: translate(-55px, -1px);
}

.step.active {
  background: #5877d7;
  color: #fff;
}

.step.active:before {
  background: linear-gradient(to right, #58bb58 0%, #5877d7 100%);
}

.step.active:after {
  color: #5877d7;
}

.step.done {
  background-color: #58bb58;
  border-color: #58bb58;
  color: white;
}

.step.done:before {
  background-color: #58bb58;
}

/*Wizard Bases y Wrap Wells*/
.wrap-wells h2 {
  font-size: 1.1em;
  margin-top: 0;
}

.wrap-wells .well {
  transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}

.bases .well {
  position: relative;
  margin-bottom: 0;
  min-height: 110px;
}

/*Lista de documentos adjuntos*/
.bases .well.docs {
  min-height: 0 !important;
  margin-top: -2px;
  background: #f9f9f9;
}

.bases .well.docs ul {
  margin: 0;
  padding: 0;
  color: #999;
  list-style: none;
}

.bases .well.docs ul li {
  font-size: 0.9em;
  color: #999;
  margin-bottom: 5px;
}

.bases .well.docs p {
  font-size: 0.9em;
  color: #999;
  margin: 0;
}

.bases a:hover .well .pa {
  display: none;
}

/*Wizard Invitados*/
.well.invite {
  height: 83px;
  margin-top: 20px;
  transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}

.well.invite strong {
  color: #777;
}

/*Modal Invite*/
.wrap-invite-companies .fa {
  font-size: 3em;
  opacity: 0.6;
  margin: 0 auto;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
  background: #1c3267;
}

.navbar-fixed-top h2 {
  color: #fff;
  margin: 0;
  padding-top: 12px;
  padding-right: 10px;
  font-size: 1.5em;
  font-weight: 100;
}

/*
 * Sidebar
 */
/* Hide for mobile, show later */
.sidebar {
  display: none;
}

/*Logo*/
.sidebar .logo {
  border-bottom: 1px solid #f1f1f1;
  padding: 20px;
}

.sidebar .logo img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.sidebar h1 {
  padding: 0 20px;
  color: #ccc;
  font-size: 1em;
  margin: 0;
}

.sidebar h2 {
  padding: 0 20px;
  color: #777;
  font-size: 1em;
  margin: 15px 0;
}

.sidebar .logout {
  padding-left: 20px;
  position: absolute;
  bottom: 20px;
}

.sidebar .logout p {
  color: #ddd;
  margin: 10px 0 0 0;
}

@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #fff;
  }
}
/* Sidebar navigation */
.nav-sidebar {
  margin-right: -20px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
  padding: 0 20px;
}

.sidebar .fa {
  margin-right: 5px;
}

.nav-sidebar > li > a {
  padding: 8px 20px;
  color: #fff;
  transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}

.nav-sidebar li a:hover,
.nav-sidebar li a:focus {
  background: #004c7f;
  color: #fff;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  background: #004c7f;
  color: #5877d7;
}

/*Sidebar Transelec*/
.sidebar h2 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
}

.sidebar .logo,
.sidebar h2 {
  background: #fff;
}

.sidebar-transelec {
  background: #0070ba;
}

.sidebar-transelec .nav-sidebar img {
  margin-right: 5px;
  float: left;
}

.sidebar-transelec a.logout {
  color: #fff !important;
}

/**/
/*
 * Main content
 */
.main {
  padding: 20px;
  min-height: 100%;
}

@media (min-width: 768px) {
  .main {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.wrap-tabs {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  background: #f5f5f5;
}

/*Table*/
.wrap-table {
  margin-right: -1px;
  color: #555;
}

.wrap-table th {
  font-size: 0.9em;
}

.wrap-table th:first-child,
.wrap-table td:first-child {
  padding-left: 20px;
}

/*Table en modal*/
.modal-body .wrap-table th:first-child,
.modal-body .wrap-table td:first-child {
  padding-left: 5px;
}

.wrap-table a {
  color: #5877d7;
  font-weight: bold;
}

.wrap-table a:hover {
  color: #3f63d1;
  text-decoration: none;
}

.wrap-table table .check {
  width: 50px !important;
}

/*Modal Vista Licitación*/
.modal-full {
  width: 98%;
}

.m20left {
  margin-left: 20px !important;
}

/*Reset Table Kendo*/
.k-grid, .k-scheduler, .k-menu, .k-editor {
  border-radius: 0 !important;
}

/*.k-block, .k-widget, .k-input, .k-textbox, .k-group, .k-content, .k-header, .k-filter-row>th, 
.k-editable-area, .k-separator, .k-colorpicker .k-i-arrow-s, .k-textbox>input, .k-autocomplete, 
.k-dropdown-wrap, .k-toolbar, .k-group-footer td, .k-grid-footer, .k-footer-template td, 
.k-state-default, .k-state-default .k-select, .k-state-disabled, .k-grid-header, .k-grid-header-wrap, 
.k-grid-header-locked, .k-grid-footer-locked, .k-grid-content-locked, .k-grid td, .k-grid td.k-state-selected, 
.k-grid-footer-wrap, .k-pager-wrap, .k-pager-wrap .k-link, .k-pager-refresh, .k-grouping-header, .k-grouping-header 
.k-group-indicator, .k-panelbar>.k-item>.k-link, .k-panel>.k-item>.k-link, .k-panelbar .k-panel, .k-panelbar .k-content, 
.k-treemap-tile, .k-calendar th, .k-slider-track, .k-splitbar, .k-dropzone-active, .k-tiles, .k-toolbar, .k-tooltip, 
.k-button-group .k-tool, .k-upload-files{
  border:none;
}*/
.k-grid-header:first-child th.k-header:first-child, thead.k-grid-header th.k-header:first-child, .k-rtl thead.k-grid-header th.k-header:last-child {
  border-radius: 0;
}

.k-grid-header th.k-header, .k-filter-row th {
  border: none !important;
}

.k-grid tr td {
  line-height: 1.42857143;
  vertical-align: middle !important;
  border-top: 1px solid #ddd !important;
  /*border-style: solid;*/
  /*border-color: #ccc;*/
  /*border-left: 0 !important;*/
  /*border-right: 0 !important;*/
}

.k-block, .k-header, .k-grid-header, .k-toolbar, .k-grouping-header, .k-pager-wrap, .k-button,
.k-draghandle, .k-treemap-tile, html .km-pane-wrapper .k-header {
  background: none !important;
}

.k-alt, .k-separator, .k-resource.k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child {
  background: none !important;
}

.k-block, .k-widget, .k-input, .k-textbox, .k-group, .k-content, .k-header, .k-filter-row > th,
.k-editable-area, .k-separator, .k-colorpicker .k-i-arrow-s, .k-textbox > input, .k-autocomplete,
.k-toolbar, .k-group-footer td, .k-grid-footer, .k-footer-template td, .k-state-default .k-select, .k-state-disabled,
.k-grid-header, .k-grid-header-wrap, .k-grid-header-locked, .k-grid-footer-locked, .k-grid-content-locked, .k-grid td,
.k-grid td.k-state-selected, .k-grid-footer-wrap, .k-pager-wrap, .k-pager-wrap .k-link, .k-pager-refresh,
.k-grouping-header, .k-grouping-header .k-group-indicator, .k-panelbar > .k-item > .k-link, .k-panel > .k-item > .k-link,
.k-panelbar .k-panel, .k-panelbar .k-content, .k-treemap-tile, .k-calendar th, .k-slider-track, .k-splitbar,
.k-dropzone-active, .k-tiles, .k-toolbar, .k-tooltip, .k-button-group .k-tool, .k-upload-files {
  border: none !important;
}

.k-widget, .k-button {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.k-grid-header th.k-header > .k-link {
  font-weight: bold !important;
}

.tooltip-inner {
  max-width: 400px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #5877D7;
  border-radius: 4px;
}

.k-button {
  color: #333;
  border-color: TRANSPARENT !important;
  background-color: #fff;
}

.modal-full {
  width: 98%;
}

.bases .well.docs div ul li {
  font-size: 0.9em;
  color: #999;
  margin-bottom: 5px;
}

.k-filename {
  position: relative !important;
  /* display: inline-block; */
  min-width: 10em !important;
  max-width: 16.667em !important;
  vertical-align: middle !important;
  margin-left: 1em !important;
  padding-bottom: 0.167em !important;
  overflow: hidden;
  text-overflow: ellipsis !important;
  -o-text-overflow: ellipsis !important;
  white-space: normal !important;
}

.k-upload-status {
  position: static !important;
  right: 12px !important;
  top: 0.6em !important;
  line-height: 0.7em !important;
}

/*Proveedor*/
.table ul.list-inline {
  margin: 0;
}

.table ul.list-inline li a.btn {
  font-weight: normal;
}

.table ul.list-inline li a.btn-primary {
  color: #fff;
}

/*.table ul.list-inline li a.btn-success,
.table ul.list-inline li a.btn-danger{
  color: #fff;
}*/
.btn-primary.invert {
  color: #5877d7 !important;
  background: none;
  border-color: #5877d7;
}

.btn-primary.invert:hover {
  color: #5877d7;
  background: #f1f3fc;
}

.btn-success.invert {
  color: #4cae4c;
  background: none;
  border-color: #5cb85c;
}

.btn-success.invert:hover {
  background: #f4faf4;
  color: #4cae4c;
}

.btn-danger.invert {
  color: #d43f3a;
  border-color: #d9534f;
  background: none;
}

.btn-danger.invert:hover {
  background: #fdf4f4;
  color: #d43f3a;
}

.range .input-group-addon:first-child {
  border-radius: 2px 0 0 2px !important;
}

.range .input-daterange input.form-control:first-child {
  border-radius: 0 !important;
}

.range .input-daterange input.form-control:last-child {
  border-radius: 0 2px 2px 0 !important;
}

.deadline {
  padding: 25px 0;
  margin-bottom: 7px;
  background: #fcf8e3;
  border: 1px solid #faebcc;
}

.buy-base {
  margin-bottom: 7px;
}

.deadline p {
  font-size: 1.2em;
}

/*Lista de fechas con la programaciÃ³n de la licitaciÃ³n*/
ul.programacion {
  margin-top: 0;
  border-right: 1px solid #ddd;
  padding-left: 0;
  list-style-type: none;
}

.programacion li {
  padding-bottom: 10px;
  padding-right: 20px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding-top: 10px;
}

.programacion li.past {
  color: #E0E0E0;
  /*text-decoration: line-through;*/
}

.programacion li.now {
  color: #5877d7;
}

.programacion li.pending {
  color: #5877d7;
}

/*Alto de cajas especÃ­fica para Ofertar*/
.modal-body.ofertar .wrap-wells.bases .well {
  min-height: 160px;
}

.stamp {
  position: absolute;
  right: 20px;
  bottom: -50px;
}

.btn-file2 {
  position: relative;
  overflow: hidden;
}

.btn-file2 input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 100%;
  font-size: 12px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.bar {
  height: 18px;
  background: green;
  color: #fff;
  text-align: center;
}

.k-multiselect .k-button {
  color: #000 !important;
}

.panel-sub-heading {
  background: #f9fafe;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}

.kendomultiselect {
  border: 1px solid #999 !important;
}

/*Forms*/
.form-group {
  margin-bottom: 5px;
}

.form-horizontal .form-group {
  margin-bottom: 10px;
}

.form-control {
  border-radius: 2px;
  line-height: normal;
}

.form-control:focus {
  border-color: #5877d7;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #eef1fb;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #eef1fb;
}