/* Core CCW styles */
/* Site-wide classes are defined in this file */

/* hide extra search box */
/* See PlaceHolderTitleBreadCrumb on master page, generated from results.aspx search page */
.srch-sb-results2 {
    display: none;
}

html, body {
    background-color: #fff;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    /*color:#0b1e2f;*/
    color: black;
    font-family: Arial, Sans-Serif;
    font-size: .9em;
}

/* Web Part Vertical Spacing */
.ms-PartSpacingVertical {
    display: none;
}

/* hide searchbox scrop dropdown */
.ms-sbscopes {
    display: none;
}


h1 {
    font-size: 1.25em;
}

h2 {
    font-size: 1.1em;
}

h3 {
    font-size: 1em;
    margin: 4px 0 2px 0;
    padding: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ol li {
    padding: 2px 0px;
}

/*
a, a:link, a:visited, a:hover, a:hover h2
{
	color:#456FC2;
    text-decoration:underline;
}
*/

a, a:link, a:visited, a:hover, a:hover h2 {
    /*color:#45a0c2;*/
    color: #456FC2; /* AA Compliant */ /*text-decoration:underline;*/
}

.ms-WPBody a:visited, .ms-WPBody a:link /* override in corev4.css */ {
    color: #456FC2;
}

a:hover, a:hover h2 {
    color: #333;
}

img {
    border: 0;
}

dt {
    display: inline-block;
    font-weight: bold;
    margin-top: 12px;
}

hr {
    background-color: #b6b6b6;
    height: 1px;
}

/* Footer links definition is included in this file because the
files are rendered in different order if a css registration is
made at the page level, resulting in footer links that are the wrong colour */
/* Footer links */
.footerLinks a, .footerLinks a:link, .footerLinks a:visited {
    color: #fff;
    padding-left: 5px;
    text-decoration: none;
}

    .footerLinks a:hover {
        color: #fff;
        text-decoration: underline;
    }

/* search */
input.s4-searchbox-QueryPrompt {
    color: #476382;
    font-style: italic;
    height: 15px;
    margin-left: 5px;
    width: 154px !important; /*SP sets width inline */
}

/* sharepoint-editing-fixes*/
html {
    min-height: 0;
}

body #s4-ribbonrow {
    position: fixed;
    z-index: 1000;
    /* Override Bootstrap */
}

    body #s4-ribbonrow .ms-MenuUIPopupBody,
    body #s4-ribbonrow .ms-popoutMenu,
    body .ms-cui-menu[id^="Ribbon."] {
        position: fixed !important;
    }

    body #s4-ribbonrow #notificationArea {
        position: fixed !important;
    }

body .ms-cui-menu[id^="Ribbon."] {
    position: fixed !important;
}

body #s4-workspace {
    overflow: visible !important;
}

body form#aspnetForm {
    height: auto;
}

.navbar-default {
    border-width: 0;
}

.ms-dlgOverlay {
    width: 100% !important;
}


/* overrides */
/* bootstrap table webpart */
.ms-WPBody .table-striped {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 14px;
    line-height: 1.42857143 !important;
    color: #333 !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.dataTables_filter {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
}

