/* ie7 specific stylesheet
 Death to IE7! */

 /* Homepage - invitation to install chrome frame  */
.ie-alert{
    display:block;
}

/* login form */

.login p{
    width:450px;
}

.input-prepend span.add-on {
    display:none
}

#login-form #id_username,
#login-form #id_password {
    width:177px;
}

#login-form .login-btn {
    position: relative;
    left: 160px;
}

/* nav links */
.navbar .nav li a {
    height:20px;
}


/* Tabbed navigation */
.top-banner .nav-tabs{
    margin:5px 0 0 0;
    padding:0;
    border:0;
    position:static;
}

li.home {
    margin-top:1px;
    width:37px;
}

/* modal titles */

#composeMessage .modal-header h3,
.message-modal .modal-header h3,
.legal-modal .modal-header h3,
.prelim-modal .modal-header h3#myModalLabel{
    margin-top:-20px;
}

#videoModal #myModalLabel {
    margin-top:-20px;
}

/* help badges in video dropdown */

.video-help span.badge {
    position:static;
}

/* select assessment dropdown */

.select-assessment {
    height:30px;
}

.assessment-title {
    height:42px;
}

/* preliminary assessment */

.question-content ul li label,
.question-content ul li label:hover {
    border-top:3px;
}

.clear-rating {
    margin-top:15px;
}

/* action plan */

.action-plan-item-header {
    height: 30px;
    min-height:30px;
    margin:0;
    padding:5px 0;
}

.action-plan-item-header .priority{
    padding-top:10px;
}


.action-plan-item-header .btn-find-out {
    margin-top:0px;
}

.action-plan-item-dropdown div{
    margin-top:30px;
}

ol.task-list {
    margin-bottom:0;
    position:relative;
    top:10px;
}

ol.task-list li {
    list-style-type:disc;
    vertical-align:top;
    position:relative;
    top:-5px;
}

/* indicators */

.all-indicators-title {
    width:100%;
    margin-top:60px;
}

/* reports */

.downloads-table .btn {
    display:block;
    margin:5px 0;
    width:100px;
}

/* manage forms */

.well-controls input, .well-controls textarea {
    margin-left:-200px;
}

.form-checkboxes {
    position:relative;
    left:20px;
}

.form-checkboxes ul li label input  {
    margin-left:0;
}

.assessment-table .actions-cell {
    width:80px;
}

/*BPCLE maps*/

.mapcontrol .move .right {
  right: 4px;
}


/* comparison reports */

.element-stats{
    padding-bottom: 20px;
}

.tab-panel {
    padding-bottom: 40px;
}

.comparison-pie-charts {
    height: 240px;
}

.items-rating-block {
    clear: both;
}

.accordion-toggle i {
    position: relative;
    top: -25px;
    right: 5px;
}

/* indicator monitoring */

#add-master-list #id_name,
#edit-master-list #id_name,
#add-master-list #id_description,
#edit-master-list #id_description {
    position: relative;
    left: -40px;
}

.confirm-checkbox  {
    position: relative;
    left: 0px;
}

.indicator-actions {
    border: 0;
}

.results-modal .modal-header h4 {
    margin-top:-15px;
}

#close-reporting-period-modal .modal-header h3 {
    margin-top: -20px;
}

.indicator-form .controls {
    margin-left: 0;
}


/* help */
.help-content h1{
    margin-top:10px;
}

/* credits */

.credit-popover{
    max-width:370px;
    width: 370px;
}

#footer .credits .clearfix {
    clear: both;
}

#footer .credits .credit-logo {
    border-bottom: 2px solid #ececec;
}


/* Disable printing of graphs */

.print{
    display: none;
}


/* Promotional Site */

.promo-top-block .nav li a {
    color: #c6dbe9;
}

.promo-top-block .nav li.active a {
    border-bottom: 1px solid #3986b7;
}

#promo-content .circle,
#promo-content .developed .developed-icons .inner .circle {
    display: none;
}

#promo-content .promo-section .outcome-row .framework-outcome span.join {
    padding: 10px 0;
}

#promo-content .promo-section .outcome-row .framework-outcome span.equals {
    display: block;
}

#promo-content .promo-section .outcome-row .framework-outcome .inner {
    border: 1px solid #005d95;
}

#promo-content .testimonial {
    padding-bottom: 50px;
}

#promo-content .faq-span {
    width: 450px;
    float: left;
}

#promo-content .developed {
    padding-bottom: 50px;
    margin-bottom: 0;
}

#promo-content ul.dotted-line li,
#promo-content ul.help-ul li {
    padding-left: 0;
}
