.jtable > thead > tr > th {
	background-color: #d9edf7!important;
}

.table-blue > thead > tr > th {
	background-color: #6dcaf1!important;
	text-align: center;
}
.carousel-control
{
	width: 5%;
}
@media (min-width: 768px) {
    .Teaser.Container {
        /*margin-left:0;*/
    }
}
.Teaser.Div {
    background-color:whitesmoke;
    margin-bottom: 10px;
    padding: 5px;
    -webkit-border-radius: 6px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius: 6px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    min-height: 150px;
}
.Teaser.Head {
    font-size: 25px;
    margin-bottom:0;
}
.Teaser.SubHead {
    font-size: 15px;
    margin-bottom:2px;
    font-style:italic;
}
.Teaser.Image {
    top: 0;
    width: 100%;
    padding: 0 10px 0 0;
}
.Teaser.Text {
    margin: 0 0 5px 0;
    font-size: 14px;
}
.Teaser.Link {
    margin: 0 0 5px 0;
}
.tbl_contact_group {
    padding:5px;
    margin-left:5px;
    margin-right:5px;
    margin-bottom:10px;
    background-color:lightgrey;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	    -ms-border-radius: 6px;
	     -o-border-radius: 6px;
	        border-radius: 6px;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	    -ms-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	     -o-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.tbl_contact {
    background-color:#cacaca;
    width:100%;
    margin:5px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	    -ms-border-radius: 6px;
	     -o-border-radius: 6px;
	        border-radius: 6px;
}

@media (min-width: 768px) {
    .Article.Container {
        margin:10px;
    }
}
.Article.Div {
    background-color:whitesmoke;
    margin-bottom: 10px;
    padding: 5px;
    position: relative;
    -webkit-border-radius: 6px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	    -o-border-radius:10px;
	    border-radius: 6px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	    -ms-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	        -o-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    min-height: 250px;
}
.Article.Head {
    font-size: 25px;
    margin-bottom:0;
    margin-top: 20px;
    text-align:center;
}
.Article.SubHead {
    font-size: 15px;
    margin-bottom:2px;
    font-style:italic;
    text-align:center;
}
.Article.Published {
	text-align:right;
	font-style: italic;
	font-size: 10px;
	color: lightblue;
	bottom: 10px;
	right: 10px;
	position: absolute;
}

.Article.Image {
    top: 0;
    width: 100%;
    padding: 0 10px 0 0;
}
.Article.Text {
    /*margin: 0 0 5px 0;*/
    font-size: 14px;
}
.Article.Link {
    margin: 0 0 5px 0;
}

.Article.HR {
    width: 60%;
}


@media (min-width: 768px) {
    .ArticleGroup.Container {
        margin:10px;
    }
}
.ArticleGroup.Div {
    background-color:whitesmoke;
    margin-bottom: 10px;
    padding: 5px;
    -webkit-border-radius: 6px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	    -o-border-radius:10px;
	    border-radius: 6px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	    -ms-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	        -o-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    min-height: 100px;
}
.ArticleGroup.Groupname {
    font-size: 25px;
    margin-bottom:0;
    text-align:left;
}
.ArticleGroup.SubHead {
    font-size: 15px;
    margin-bottom:2px;
    font-style:italic;
    text-align:center;
}
.ArticleGroup.Image {
    top: 0;
    height: 100%;
    max-height: 100px;
    padding: 0 10px 0 0;
}
.ArticleGroup.Text {
    margin: 0 0 5px 0;
    font-size: 14px;
}
.ArticleGroup.badge {
    vertical-align: middle;
    background-color: #6dcaf1;
}
.ArticleGroup.Link {
    margin: 0 0 5px 0;
}
.InputError {
	border: #d9534f 1px solid;
}
.affix {
  top: 50px;
  width:100%;
}

.overlay {
    background: #e9e9e9;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: 5000;
}

#loading-img {
    /*background: url(/img/loading.gif) center center no-repeat;*/
    height: 100%;
    z-index: 1000;

	border: 25px solid #f3f3f3;
	border-top: 25px solid blue;
	border-right: 25px solid green;
	border-bottom: 25px solid red;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    width: 15vw;
    height: 15vw;
    animation: spin 2s linear infinite;
    
    position:absolute;
    left:50%;
    top:50%;
    left:calc(50% - 7vw);
    top:calc(50% - 7vw);

}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.ci {
	color: #4187fc;
}

.form-control-small {
  display: inline;
  width: 60%;
  padding: 0.375rem 0.75rem;
  margin: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
