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

.profile-sidebar {
    float: left;
    width: 180px;
}

.breadcrumb{
    /*margin-top: 70px;*/
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.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;
}

img{
    max-width: 100%;
}
.delbut {
    height: 0px;
    width: 0px;
    color: red;
    position: relative;
    left: -18px;
    top: 60px;
    z-index: 100;
}

.rotatebut {
    height: 0px;
    width: 0px;
    color: lightgreen;
    position: relative;
    left: -32px;
    top: 60px;
    z-index: 100;
}

.ip-link{
    margin: 0;
    color: #222;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
    /*letter-spacing: -1px;*/
}

.time-block {

    font-size: 11px;
    color: #888;
}

.ip-short{
    margin-top: 20px;
    border: 1px solid;
    border-left: 0;
    border-right: 0;
    border-top:  0;
    border-color: lightgrey;
}

.index-title{
    font-size: 14px;
    line-height: 14px;
    color: #00aa32;
    text-transform: uppercase;
}

.carousel-control .left{



}
.site-index{
    font-family: Roboto,sans-serif;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);

.message-container {
    /*width: 400px;*/
    padding: 10px;
}

.message-other {
    position: relative;
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 10px;
    /*background-color: #A8DDFD;*/
    width: 60%;
    /*height: 50px;*/
    text-align: left;
    font: 400 .9em 'Open Sans', sans-serif;
    border: 1px solid darkgrey;
    border-radius: 10px;
}

.message-my {
    position: relative;
    margin-bottom: 10px;
    margin-left: calc(40%);
    padding: 10px;
    /*background-color: #f8e896;*/
    /*width: 200px;*/
    /*height: 50px;*/
    text-align: left;
    font: 400 .9em 'Open Sans', sans-serif;
    border: 1px solid darkgrey;
    border-radius: 10px;
}

.message-content {
    padding: 0;
    margin: 0;
}

.message-timestamp-right {
    position: absolute;
    font-size: .85em;
    font-weight: 300;
    bottom: 5px;
    right: 5px;
}

.message-timestamp-left {
    position: absolute;
    font-size: .85em;
    font-weight: 300;
    bottom: 5px;
    left: 5px;
}

@font-face {
    font-family: headlineCorp;
    src: url(fonts/Co-Headline-Corp.ttf);
}

@font-face {
    font-family: montserratBlack;
    src: url(fonts/Montserrat-Black.ttf);
}

@font-face {
    font-family: montserratMedium;
    src: url(fonts/Montserrat-Medium.ttf);
}

@font-face {
    font-family: montserratThin;
    src: url(fonts/Montserrat-Thin.ttf);
}

.bgimage {
    /* The image used */
    background-image: url("/backgrounds/pic1.jpg");

    /* Full height */
    height: 100%;

    max-width:1140px;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: darkgrey;
}
.bgcolor{
    height: 100%;
    background-color: #333333;
}






