﻿/* LADBS Editing CSS tweaks*/

.sfPageEditor .home-jumbotron img.homepage-landing {
    position:fixed;
    top:0;
}

.sfPageEditor .info-box {
    margin-top:0;
}

.sfPageEditor .navbar-fixed-top {
    position:relative;
}

.sfPageEditor .notch-box {
    height:50rem!important;
}

.sfPageEditor .fa, .sfPageEditor .glyphicon {
        color: inherit !important;
}

.sfPageEditorWrp .admin-only {
    opacity:0.5!important;
}

.sfPageEditorWrp .admin-only:before {
    content:"To be modified by TSB only. Please notify TSB if you would like to make changes.";
    display:block;
    position:relative;
    top:0;
    left:5%;
    color:red;
    background:#ffffff;
    z-index:999999999;

}

.sfPageEditor .media-body, .sfPageEditor .media-left, .sfPageEditor .media-right, .sfPageEditor .notch-box-icon {
    min-width:100px;
}

 .sfPageEditor .sf_3cols_2_34, .sfPageEditor .sf_3cols_1_33 {
        width: 33.33333333%;
    }

@media (max-width:970px) {
    .sfPageEditor .sf_3cols_2_34 .sf_3cols_2in_34, .sfPageEditor .sf_3cols_3_33 .sf_3cols_3in_33 {
        margin: 2rem 0;
    }
}

