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: 80px;
    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;
}

.carousel-indicators li {
box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
}

/* Website specific */

h4, .h4 {
    font-weight: 300;
}

h4 strong, h4 b,
.h4 strong, .h4 b {
    font-weight: 400;
}

.mitivu-txt {
    color: #3f6db5;
}

.mitivu > h1 {
    position: relative;
}

.mitivu > h1+*{
    border-top: solid 2px #3f6db5;
    padding-top: 30px;
    margin-top: -30px;
}

.mitivu > h1 i {
    color: #e6af4b;
    width: 80px;
    text-align: center;
    background: #fff;
}
/* TV */
.mitivu-tv.mitivu-txt,
a.mitivu-tv,.mitivu-tv a.mitivu-txt {
    color: #e6af4b !important;
}

.mitivu-tv > h1+*{
    border-top: solid 2px #e6af4b;
}
.box.mitivu-tv {
    border-top-color: #e6af4b;
}

/* Sports */
.mitivu-sports.mitivu-txt,
.mitivu-sports > h1 i {
    color: rgb(136, 176, 75);
}
a.mitivu-sports,.mitivu-sports a.mitivu-txt {
    color: rgb(136, 176, 75) !important;
}
.mitivu-sports > h1+*{
    border-top: solid 2px rgb(136, 176, 75);
}
.box.mitivu-sports {
    border-top-color: rgb(136, 176, 75);
}
/* Partners */
.mitivu-partners.mitivu-txt,
.mitivu-partners > h1 i {
    color: #e05038;
}
a.mitivu-partners, .mitivu-partners a.mitivu-txt {
    color: #e05038 !important;
}
.mitivu-partners > h1+*{
    border-top: solid 2px #e05038;
}
.box.mitivu-partners {
    border-top-color: #e05038;
}

/*others */
.mitivu-social.mitivu-txt,
.mitivu-social > h1 i {
    color: #3f6db5;
}
a.mitivu-social, .mitivu-social a.mitivu-txt {
    color: #3f6db5 !important;
}
.mitivu-social > h1+*{
    border-top: solid 2px #3f6db5;
}
.box.mitivu-social {
    border-top-color: #3f6db5;
}
.mitivu-web.mitivu-txt,
.mitivu-web > h1 i {
    color: #3f6db5;
}
a.mitivu-web, .mitivu-web a.mitivu-txt {
    color: #3f6db5 !important;
}
.mitivu-web > h1+*{
    border-top: solid 2px #3f6db5;
}
.box.mitivu-web {
    border-top-color: #3f6db5;
}

.mitivu-sport a:hover,
.mitivu-tv a:hover,
.mitivu-partners a:hover {
    opacity: 0.5;
}

.social-links a {
    margin: 0 0.5%;
}
.social-links > a > i {
    background: rgba(0,0,0,0.3);
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    vertical-align: middle;
}

/* */

div.thumb-image {
    text-align: center;
    display: inline-block;
    height: 100%;
}

.thumb-image img {
    max-width: 100%;
    max-height: 100%;
}



/* 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;
}

.btn-bar .btn {
    margin-bottom: 3px;
}

.col-compact {
    padding-right: 4px;
    padding-left: 4px;
}
/* Custom styles */


.table-action-column {
    width: 80px;
}

@media print {
  a[href]:after {
    content: none;
  }
  .print-page-footer {
        page-break-after: always; 
  }
  /*
  .print-no-break {page-break-inside: avoid;}
  */
  .wrap > .container {
    padding: 10px 15px 20px;
   }

}

@media (max-width: 500px) {
        .modal-dialog {
        width: 300px;
        margin: 30px auto;
    }
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.mosaic.row div img {
    width: 100%;
    padding: 1%;
}

.visible-xxs {
    display: none !important;
}
.hidden-xxs {
    display: block !important;
}
@media (max-width: 400px) {
    .hidden-xxs {
        display: none !important;
    }
    .visible-xxs {
        display: block !important;
    }
}