#layoutSchoolDashboard{
    margin: 25px 4%;
    float: left;
    min-width : 920px;
}

#layoutSchoolDashboard #columnLeft {
    width: 48%;
    float: left;
    margin-right: 2%;
}
#layoutSchoolDashboard #columnRight {
     width: 49%;
     margin-left: 1%;
}

#layoutSchoolDashboard #columnLeft, #layoutSchoolDashboard #columnRight{
    float : left;
}

.blogWidget, .plainTextWidget, .classifiedsWidget, .customListsWidget, .libraryListWidget, .quickLinksWidget, .eventWidget, .slideshowWidget, .chartWidget, .subpageListWidget {
    width : 100%;
    min-height : 100px;
    float : left;
    margin-bottom: 20px;
}
.plainTextWidget {
    min-height:30px;
}
.classifiedsWidget ul li {
    text-decoration: underline;
    margin: 0 0 4px;
    cursor:pointer;
}
div#columnRight ul li {
    list-style: none;
    font-size:13px;
}
.libraryListWidget .tagList,
.adminMessage {
    color: #FFA500;
    font-size: 13px;
    clear: both;
}
#columnRight .widgetContainer h4 {
    width: 100%;
    margin: 15px 0;
    border-bottom: 1px dotted #888;
    font-size: 13px;
    font-family: 'DroidSansRegular', arial, sans-serif;
    color: #888888;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0 0 0 0;
}

@font-face {
    font-family: 'DroidSansRegular';
    src: url('/community/type/DroidSans-webfont.eot');
    src: url('/community/type/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
    url('/community/type/DroidSans-webfont.woff') format('woff'),
    url('/community/type/DroidSans-webfont.ttf') format('truetype'),
    url('/community/type/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.widgetSidebarList ul {
    margin: 0;
    padding: 0;
    background-color: white;
    border: 1px #999 solid;
    list-style: none;
    max-height: 300px;
    overflow: scroll;
    width: 98%;
}
.widgetSidebarList ul li:nth-child(odd) {
    background-color: #f8f8f8;
}
.widgetSidebarList ul li {
    font-size: 13px;
    width: 94%;
    padding: 5px 3%;
    cursor: pointer;
    list-style: none;
    line-height: 19px;
}
.widgetSidebarList ul li a {
    text-decoration: none;
    color: #333;
}
.quickLinksWidget ul, .plainTextWidget ul {
    margin-left: 0;
    padding-left: 15px;
}
div#columnRight #sidebarCalendar {
    margin-left: 0px;
    width: 100%;
}
div#columnRight ul li.viewOrganizationLink, div#columnRight ul li.viewProgramLink {
    padding-left: 8%;
    text-indent: -5%;
    width: 89%;
}
.plainTextWidget ul {
    padding-left: 30px;
    /*list-style: none;*/
}
/*git*/
.plainTextWidget ul li {
    padding-bottom: 4px;
}
/*div#slideshowWidget img {*/
    /*max-width: 100%;*/
/*}*/
.adminSlideshowMessage {
    color: #FFA500;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
}

div#layoutSchoolDashboard #columnLeft .header, div#layoutSchoolDashboard #columnLeft #tabs {
    float: left;
    width: 93%;
}
div#layoutSchoolDashboard div#tabs {
    border: none;
    background: none rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#tabs.ui-tabs li.ui-state-default {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-color: #E0F3FF;
    border: 1px solid #9AC8E6;
}
#tabs.ui-tabs li.ui-state-default a {
    font-size: 14px;
    color: #0E409B;
}
#tabs.ui-tabs ul.ui-tabs-nav {
    background: none;
    border: none;
}
div#tabs>div {
    border-radius: 5px;
    padding: 10px 3%;
    height: 100%;
    float: left;
    width: 94%;
    background-image: none;
    background-color: #E0F3FF;
    border: 1px solid #9AC8E6;
}
div#layoutSchoolDashboard span.data {
    text-transform: capitalize;
}
div#layoutSchoolDashboard span.label {
    clear: left;
}
div#layoutSchoolDashboard span.label, div#layoutSchoolDashboard span.data {
    float: left;
    width: 50%;
    font-size: 14px;
    line-height: 20px;
}
div#layoutSchoolDashboard .row, div#layoutSchoolDashboard h4 {
    clear: both;
    float: left;
    width: 100%;
}
div#layoutSchoolDashboard h4 {
    margin: 10px 0;
}
div#layoutSchoolDashboard .slideshow, div#layoutSchoolDashboard #tabs {
    float: left;
    clear: left;
    width: 100%;
}
#pageMap #pageMapControls #pageMapLocation {
    padding: 5px 4%;
    max-width: 90%;
}
#pageMap #pageMapControls #pageMapFilters {
    max-width: 98%;
}
#pageMap #pageMapControls #mapItButton {
    max-width: 100%;
}
div#layoutSchoolDashboard #pageMap h4 {
    margin: 0;
}
#pageMap #pageMapControls #pageMapFilters .mapFilterRow .filterText {
    width: 90px;
}
#columnRight input#createNewEvent {
    display: block;
    float:left;
}

ul.customList li ul {
    display: none;
}
#schoolImage{
    max-width : 100%;
}
