﻿/*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*/ 
/*input,
select,
textarea {
    max-width: 280px;
}*/

.dropdown-wide
{
    max-width: 400px;
}

.float-right
{
    float: right;
}

.text-error
{
    color: red;
}

#sticky.stick 
{
    position: fixed;
    top: 50px;
    z-index: 1029;
    background-color: black;
    color: white;
    width:auto;
}

#sticky.stick a:link, 
#sticky.stick a:visited, 
#sticky.stick a:hover 
{ 
 color: white; 
 text-decoration: none; 
} 

.navbar-text{
    padding-left: 15px;
}

@media only screen and (min-width: 200px) and (max-width: 320px) {
    .navbar-brand, .navbar-text {
        font-size:12px !important;
    }
}

.width33 {
    width: 33%;
}

.width24 {
    width: 24%;
}

.width4 {
    width: 4%;
}

.width48 {
    width: 48%;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/*.radio {
    margin-left: 5px;
}*/

.modal-header {
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #0480be;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
 }
