﻿/*
Use this file to override sharepoint any specific styles  ::
    - A link to this CSS will be output after sharepoint has ouput its CSS links.
    - Styles will affect all masterpages, including system layouts & modal dialogs.
*/

body, .ms-core-defaultFont, .js-callout-body, .ms-webpart-zone-title, .ms-webpart-titleText, .ms-formfieldlabel {
    color: #000 !important;
}

.ms-formfieldlabel {
    display: block;
    clear: both;
}

/* web part tool pane */
.ms-ToolPaneOuter {
    position: absolute;
    top: 200px;
    right: 0px;
}

/* These items use display: table which adds padding/margin */
.ms-webpart-chrome-vertical, .ms-webpart-cell-vertical, .ms-webpart-zone {
    display: block !important;
}

.ms-webpartzone-cell {
    margin-bottom: 0px !important;
}

/* search center assets */
.ms-advsrchtips {
    display:none;
}

/* Afftecs all input buttons */
input[type=button], input[type=reset], input[type=submit], button {
    font-family: inherit;
    font-size: inherit;
}

/* Number of page views on the search */
.ms-srch-hover-popularity {
    display: none !important;
}

.ms-core-needIEFilter {
	filter: none !important;
}

