﻿

.voffset {margin-top: 2px}
.voffset1 {margin-top: 5px}
.voffset2 {margin-top: 10px}
.voffset3 {margin-top: 20px}
.voffset4 {margin-top: 40px;
           padding:20px;
}
.voffset5 {margin-top: 80px}

/*Bootstrap Override*/
.form-group {
    margin-bottom: 20px;
   
}

.form-control {
    font-size: 17px;
    height: 44px;
    -ms-border-radius: 9px;
    border-radius: 9px;
}

.form-control:focus {
    border-color: #2196f3;
    -webkit-box-shadow: none;
    box-shadow: none;
}
textarea.form-control {
    height: 200px;
    max-width:100%;
}
text, textarea,select, input{
    max-width: 280px;
}

/*Details page media content style*/
.media-content{
    background-color:transparent;
    height: 350px;
    width:100%;
    text-align:center;
}

 .media-default {
    height: 100%;
    width:90%;
}

 .media-audio{
     position:relative;
     top:50%;
 }
 .media-display{
 }

 .media{
     height:100%
 }



    
/*Home page list style*/
 li .date {
    background: #3c8dbcd4;
    color: white;
    text-align: center;
    border-radius: 10px;
    margin-right: 10px;
}

li .date .month {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
}

li .date .day-year {
    background: #f5f5f5;
    color: #333;
    font-size: 14px;
    padding: 2px 4px;
}

/*Incident Page style*/


.incident-date{
    margin-left: 10px;
}

.incident-links > a{
    display:inline;
    margin-right: 12px;
}
.incident-status{
    padding-right:0;
    padding-left:0;
    width:6%;
}
.incident-title{
    font-weight: 600;
    padding-left:0;
}
.incident-description{
    display: block;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right:130px;
    font-size:18px;
}

.feed-description{
    display: block;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right:130px;
    font-size:18px;
}

.incident-info{
    margin-left: 0px;
    font-size:15px;
}
.incident-pagination{
    text-overflow:ellipsis;
}
.organisation{
    font-size:18px
}

.media-description{
    margin-left: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
   
}

.media-img{
    float: left;
    padding-left: 10px;
}

.searchbox {
    Right:0px;
}

.page-head{
    margin :10px;
}

#search{
    margin:0;
}