﻿.navbar {
    margin-bottom: 40px;
}
.navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.navbar-inverse .navbar-inner {
    background-color: #003f7e;
    background-image: -moz-linear-gradient(top,#049,#036);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#049),to(#036));
    background-image: -webkit-linear-gradient(top,#049,#036);
    background-image: -o-linear-gradient(top,#049,#036);
    background-image: linear-gradient(to bottom,#049,#036);
    background-repeat: repeat-x;
    border-color: #004c98;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff004499',endColorstr='#ff003366',GradientType=0);
}
.navbar-inverse .navbar-text {
    color: #7DA3C9;
    font-size: 28px;
    font-weight: bold;
    margin-top: 7px;
}

.nav-header {
    font-size: 14px;    
}

.nav-header:before .active {
    background-image: url("../img/glyphicons-halflings.png");
}

.nav-header:before {
    content: ' ';
    background-image: url("../img/glyphicons-halflings.png");
    background-position: -456px -72px;
    float: left;
    margin: 5px 2px 0 -18px;
    width: 14px;
    height: 14px;
    display: inline-block;
    line-height: 14px;
    vertical-align: top;
    background-repeat: no-repeat;
}

textarea {
    width: 412px;
}

h2, p {
    margin-bottom: 30px;
}

/*
 This fixes up the default styles from the DataGrid control for something more sane
*/
td, tr, table {
    border: none;
}

.table tr:first-child td {
    border-top: 0;
    vertical-align: bottom;
    font-weight: bold;
    background-color: #b3c9df !important;
}

/*
 Recreate these table styles for the p elements in the Flash
*/
.success {
    background-color: #dff0d8;
    line-height: 20px;
    padding: 8px;
}
.error {
    background-color: #f2dede;
    line-height: 20px;
    padding: 8px;
}
.warning {
    background-color: #fcf8e3;
    line-height: 20px;
    padding: 8px;
}

/* 
 Fixes checkboxes and radios that are too low in form-inline
*/
.form-inline input[type="checkbox"], .form-inline input[type="radio"] {
    margin-top: 0;
    margin-right: 20px;
}

/*
 Styles for the group tree selector
*/
.group-tree td 
{
    white-space: nowrap;
}
.group-tree td a {
    padding: 4px 0 0 0;
    margin-top: 2px;
    display: inline-block;
}
.group-tree td img 
{
    margin-top: -5px;
}

.group-tree td img 
{
    margin-top: -5px;
}

/*
 Used for code highlighting in the Custom Content view when editing XML
*/
.CodeMirror-line-numbers {
    width: 2.2em;
    color: #aaa;
    background-color: #eee;
    text-align: right;
    padding-right: .3em;
    font-size: 10pt;
    font-family: monospace;
    padding-top: .4em;
    line-height: normal;
}

/* 
    Adjust the style of the Pager control at the bottom of the data grid 
*/
tr:last-child.paging td {
    border-top: 1px solid #b3c9df;
}

/*
  Fix up the rendering from the UserProfileForm control
*/
td.label {
    background: none;
    color: #333;
    text-shadow: none;
}

.table-no-border td 
{
    border: none;
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;    
}


/*
  Make redactor minimum width even if that means horzontal scrolling.
*/
.redactor_box {
    min-width: 698px;
}

td.set-active-button {
    padding-bottom:15px;
}

.set-active-button {
    text-align:right;
}

/*.set-active-button input {
    background-color: #006dcc;
    border:0;
 }*/