﻿/*
    76b729 - ISS GREEN (LIME GREEN??)
    103f67 - ISS BLUE
*/


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 */
select,
textarea {
    max-width: 100%;
}

/*dev ref*/
h2 {
  color: #c4151a;
}

.navbar-inverse {
  background-color: #c4151a; /*ISS GREEN*/
}

.navbar-inverse li a {
    /*color: #FFF!important;*/
}

.btn-primary {
    background-color: #16446b;
    border-color: #357ebd;
}

.col-DisplayFor {
    margin-top: 7px;
}

.form-horizontal textarea {
    width: 100%;
    height: 60px;
}

textarea {
    border: 1px solid #cccccc;
    border-radius: 4px;
}

/* risk capture */
.img-risk {
    padding: 6px; 
    border: 1px solid #cccccc; 
    border-radius: 4px; 
    max-width: 100%; 
    height: auto;
}
.text-uppercase {
    text-transform: uppercase !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .control-label-text-left {
        text-align: left !important;
    }
}

.navbar-nav li {
    text-transform: uppercase!important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #000;
}

.btn-blue {
    border: 1px solid #06456b;
    background-color : #103f67;
    color: #fff;
}

.btn-blue:hover {
    color: #80b9dc!important;
}

.btn-row {
    padding-top : 1px!important;
    padding-bottom : 1px!important;
}

.btn-red {
    border: 1px solid #d50808;
    background-color : #ff0000;
    color: #fff;
    width: 156px;
}

.btn-yellow {
    border: 1px solid #c39403;
    background-color : #ffc000;
    color: #fff;
    width: 156px;
}

.btn-green {
    border: 1px solid #50722c;
    background-color : #92d050;
    color: #fff;
    width: 156px;
}