body{
    /*    background-color: whitesmoke;*/
}


.hr{
    width: 100%;
    border-bottom: 1px solid #cbcbcb;
    clear: both;
    /*    margin-bottom: 1em;*/
}

hr{
    margin: 8px;
}


fieldset {
    border: 1px solid #cbcbcb;
    border-radius: 2px;
    padding-bottom: 4px;
}

legend{
    width: auto;
    text-decoration: none;
    margin: 1em;
    padding: 0 1em;
    font-size: 14px;
    border: 0px;
}

table {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}

td, th {
    border: 1px solid #cbcbcb;
    height: 30px;
}

td{
    padding: 0 5px;
}

th {
    background-color: #357ebd;
    border: 1px solid #404040;
    text-align: center;
    /*    padding: 2px;*/
    margin: 5px 0;
}

.emergency, .display-message {
    border: 1px solid #b7521e;
    background-color: #404040;
    color: #d2322d;
    height: 100%;
    text-align: center;
    font-weight: bold;
}

.map {
    overflow: hidden;
    /*    left: 5px;*/
}
input[type='text'], select, textarea {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #cbcbcb;
    border-left-color: #929090;
    border-left-style: solid;
    border-left-width: 1px;
}

textarea{
    width: 100%;
    height: 70px;
}

.collapse-custom{
    /*margin-top: 3.5em;*/
    margin-bottom: -0.8em;
}
p{
    /*text-align: justify;*/
}
.content-right{
    float: right;
}
.navbar-blue{
    background: #146B91;
    color: #333;
}
.color-white{
    color: #ddd;
}

.raquo{
    font-size: 20px;
    color: #cbcbcb;
}

.brand{
    color: #fff;
}

.integer {
    text-align: right;
}

.panel-heading{
    padding: 1px 10px;
}

.user-group{
    background: url('../img/sprites.png') no-repeat -2px -2012px;
    height: 20px;
    width: 20px;
    display: block;
    color: #404040;
    padding: 0;
    margin: 0;
    float: left;
}

.error{
    font-size: 11px;
    font-family: inherit;
    color: #cc0000;
}



/************ Bootstrap override **************/

.dropdown-menu{
    background-color: whitesmoke;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 0px;
}

ul.dropdown-menu.dropdown-left > li > a:hover{
    background-color: #4f4f4f;
    color: #ccc;
}

.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus{
    background-color: #4f4f4f;
}

.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus{
    background-color: #4f4f4f;
}

.col-sm-4{
    /*width: auto;*/
    margin: 5px 0px;
    padding-right: 0px;
}
.input-group{
    margin-top: 1em;
}
.input-group-addon{
    min-width: 100px;
    font-weight: bold;
}

#predefined-message-table tr{
    cursor: pointer;
}

.transfer-sent{
    background:#51a351;
    color:#fff;
}

.transfer-failed
{
    background: #cc0000;
    color:#fff;
}

.transfer-progress
{
    background: #929090;
    color:#fff;
}

table .header-fixed {
    position: fixed;
    top: 40px;
    z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
    border-bottom: 1px solid #d5d5d5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
}

.hr-black
{
    moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #EEEEEE -moz-use-text-color #FFFFFF;
    border-style: solid none;
    border-width: 1px 0;
    margin: 5px 0;
}

.hr-grey
{
    moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #EEEEEE -moz-use-text-color #FFFFFF;
    border-style: solid none;
    border-width: 1px 0;
    margin: 5px 2px;
    color: #D1D1D1;
}

.input-group .form-control {
    padding-left: 4px!important;
}
.star
{
    color:RED;
}

.navbar {
    border-radius: 0px!important;
    margin-bottom: 0px!important;
}
.container
{
    margin-top: 5px!important;
}


#rainfall_table > thead > tr > th, #rainfall_table > tbody > tr > th, #rainfall_table > tfoot > tr > th, 
#rainfall_table > thead > tr > td, #rainfall_table > tbody > tr > td, #rainfall_table > tfoot > tr > td {
    padding: 2px 8px;
    line-height: 1.428571429;
    border-top: 1px solid #dddddd;
}

#rainfall_table td, th {
    border: 1px solid #cbcbcb;
    height: 20px;
}

.date-success{
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px 0 0 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.date-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin-top:5px;
}
.date-group-addon {
    display: table-cell;
}


#long{
    width:100px;
}

#lat{
    width:100px;
}

.report-container{
    border-radius: 4px;
    border: 1px solid #ddd;
    padding:20px;
    margin-top: 70px;
    margin-left:150px;
    margin-right:150px;
    min-width: 200px;
    min-height: 100px;
}

.right
{
    background: url('../img/right.png') no-repeat 2px 100px;


}


.btn-primary {
    background-color: #428bca!important;
}

.right {
    background: url('../img/right.png') no-repeat 0 0;
    background-position-x: 2px;
    background-position-y: 12px;
}

.wrong {
    background: url('../img/wrong.png') no-repeat 0 0;
    background-position-x: 2px;
    background-position-y: 12px;
}

.status-timestamp
{
    color: #FF00CB;
    font-size: 11px;
}