﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*
input,
select,
textarea {
    max-width: 280px;
}
*/

/*INDEX CSS*/
.version 
{ 
  width: 100%; 
  height: 15px;
  margin-top: -15px;
  color: #ffffff; 
  background: #2c3e50; 
  text-align:center; 
  opacity:.7;
  font-size:11px;
}

.thumbnail {
	position: relative;
	height: 280px;
	overflow: hidden;
}

@media (max-width: 768px) {
    .thumbnail {
        height: 100%;
    }

    .thumbnail .image{
        width: 100%;
    }
}

.media-object {
    height: 64px;
    width: 64px;
}

.msg-container{
    background-color: #ecf0f1;
    padding: 20px;
    font-size: 16px;
    text-align:center;
}

.msg-glyph
{
    font-size: 40px;
    color: #4679ae;
    vertical-align:bottom
}

ul.breadcrumb li a ,ul.breadcrumb li a:visited {
    color: #337ab7;
}

ul.breadcrumb li a:hover, ul.breadcrumb li a:active {
    color: #23527c;
}

ul.breadcrumb li.active a {
    color: #337ab7;
}

ul.item-list li a, ul.breadcrumb li a:visited {
    color: #2c3e50;
}


ul.item-list li a:hover, ul.breadcrumb li a:active {
    color: #2c3e50;
}


ul.item-list li.active a {
    color: #2c3e50;
}

.icon .glyphicon-book:before {
    font-size: 90px;
    padding-right: 10px;
    color:#2c3e50
}

.icon .glyphicon-ok-sign:before {
    font-size: 90px;
    color:#2c3e50
}

.icon .glyphicon-euro:before {
    font-size: 90px;
    padding-right: 15px;
    color:#2c3e50
}

.icon .glyphicon-tasks:before {
    font-size: 90px;
    padding-right: 15px;
    color:#2c3e50
}

.menu-icon:before {
    font-size: 90px;
    padding-right: 15px;
    color:#2c3e50
}