html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.label-verify{
    background-color: #9E00FF; 
}

.btn-reasig{
    background-color: #206ff2; 
    color: white; 
    border-top-right-radius: 15px; 
    border-top-left-radius: 15px; 
    border-bottom-right-radius: 0px; 
    border-bottom-left-radius: 0px;
}

.btn-reasig-f{
    background-color: #999999;
    color: white; 
    border-top-right-radius: 15px; 
    border-top-left-radius: 15px; 
    border-bottom-right-radius: 0px; 
    border-bottom-left-radius: 0px;
}

/* Agregado */

.truncate {
   max-width: 150px !important;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}

.expand:hover {
    text-overflow: clip;
    white-space: normal;
    word-break: break-all;
}

.followWrap {
    /*margin-bottom: 20px;*/
}

.followMeBar {
  background: #fff;
  padding-bottom: 10px;
  position: relative;
  z-index: 999;
  color: #000;
}

.followMeBar.fixed {
  position: fixed;
  top: 50px;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
}

.btn-outline {
    border: 2px solid black;
    background-color: white;
    color: black;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
}

.btn-out-primary {
    border-color: #337ab7;
    color: dodgerblue
}

.btn-out-primary:hover {
    background: #337ab7 !important;
    color: white;
}

.btn-out-warning {
    border-color: #eea236;
    color: #f0ad4e
}

.btn-out-warning:hover {
    background: #eea236 !important;
    color: white;
}

.padding-sides-zero{
    padding-right:0;
    padding-left:0;
}

.subfollow-button {

    z-index: 99;
    font-weight: bold;
    text-decoration: none;
    position:fixed;
    bottom:50px;
    right: 5.5%;
    display:none;

}

.btn-refresh {

  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;

  z-index: 99;
  position:fixed;
  bottom:50px;
  right: 5.5%;
}

.flex-container {
    display: flex;
}

.add-cal-btn {
    color: #ddd;
    background: white;
    border: 1px dashed #ddd;
    margin-top: 3px;
    margin-bottom: 3px;
}

.add-cal-btn:hover {
    background: #337ab7;
    color: white;
    background: white;
    border: 1px solid #337ab7;
}