body
{
    margin: 0;
    padding: 0;
    color: #555;
    font: normal 10pt Arial,Helvetica,sans-serif;
    background: #EFEFEF;
}

/* ----------------------------------------------NAVIGATION------------------ */
.navbar-default .navbar-toggle {
    background-color: #fff !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: black !important;
}

.navbar-brand, .navbar-nav > li > a:hover {
    color: #fff !important;
    text-shadow:none !important;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 117, 201, 1) 0%, rgba(0, 73, 118, 1) 100%) repeat scroll 0 0 !important;
}

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-image: none !important;
    background-color: #fff !important;
    color: #000 !important;
}

#dsNav .navbar-nav > li > a:hover {
    background-color: rgba(0, 73, 118, 1);
}

#dsNav .navbar-nav > li > .dropdown-menu {
    background-color: rgba(0, 73, 118, 1) !important;
}

#dsNav .dropdown-menu > li > a {
    color: #fff;
}

#dsNav .dropdown-menu > li > a:hover {
    color: #000;
    background-color: #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
    background-image: none !important;
    background-color: rgba(0, 73, 118, 1) !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-image: none !important;
    background-color: #fff !important;
    color: #000 !important;
}


/* ----------------------------------------------HOME------------------ */
.registerSoap {
    border-right: 1px solid #e7e7e7;
}

.hover:hover {
    opacity: .8;
}

#page
{
    margin-top: 5px;
    margin-bottom: 5px;
    background: white;
    border: 1px solid #C9E0ED;
}

#header
{
    margin: 0;
    padding: 0;
    border-top: 3px solid #C9E0ED;
}

#content
{
    padding: 20px;
}

.block-content
{
    min-height: 120px;
}

#sidebar
{
    padding: 20px 20px 20px 0;
}

#footer
{
    padding: 10px;
    margin: 30px 20px;
    font-size: 0.8em;
    text-align: center;
    border-top: 1px solid #C9E0ED;
}

#logo
{
    padding: 10px 20px;
    font-size: 200%;
}

/* ----------------------------------------------Error Handling------------------ */
div.flash-error, div.flash-notice, div.flash-success
{
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
}

div.flash-error
{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}

div.flash-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.flash-success
{
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}

div.flash-error a
{
    color:#8a1f11;
}

div.flash-notice a
{
    color:#514721;
}

div.flash-success a
{
    color:#264409;
}

div.form .rememberMe label
{
    display: inline;
}

div.view
{
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

/* ----------------------------------------------BreadCrumbs------------------ */
div.breadcrumbs
{
    font-size: 0.9em;
    padding: 5px 20px;
}

div.breadcrumbs span
{
    font-weight: bold;
}

div.search-form
{
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

.portlet-decoration
{
    padding: 3px 8px;
    background: #B7D6E7;
    border-left: 5px solid #6FACCF;
}

.portlet-title
{
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #298dcd;
}

.portlet-content
{
    font-size:0.9em;
    margin: 0 0 15px 0;
    padding: 5px 8px;
    background:#EFFDFF;
}

.portlet-content ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding: 0;
}

.portlet-content li
{
    padding: 2px 0 4px 0px;
}

.operations
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li
{
    padding-bottom: 2px;
}

.operations li a
{
    font: bold 12px Arial;
    color: #0066A4;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.operations li a:visited
{
    color: #0066A4;
}

.operations li a:hover
{
    background: #80CFFF;
}

/* ----------------------------------------------MEDIA QUERIES------------------ */
@media(max-width: 768px)/* Bootstrap Medium Size */ {
    .registerSoap {
        clear:right;
        border-right: none;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 20px;
    }
}

@media(min-width: 768px)/* Bootstrap Medium Size */ {
    #dsNav {
        position: fixed;
        right: 200px;
        z-index: 1;
    }
}