﻿/* Use this stylesheet only for styles that can be customized on the client instances. */

/* Customize the dashboard header and footer */

/* 
    
    To simplify generating of these styles, use the following link as a guidline;
    http://www.cssmatic.com/gradient-generator

*/

#navDashHeader {
	/*
    background-image: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,175,75,1) 100%);
    background-image: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,175,75,1)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,175,75,1) 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,175,75,1) 100%);
    background-image: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,175,75,1) 100%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,175,75,1) 100%);
	*/
}

#navDashFooter {
	/*
    background-image: -moz-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,255,255,1) 100%);
    background-image: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,175,75,1)), color-stop(100%, rgba(255,255,255,1)));
    background-image: -webkit-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,255,255,1) 100%);
    background-image: -o-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,255,255,1) 100%);
    background-image: -ms-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,255,255,1) 100%);
    background-image: linear-gradient(to bottom, rgba(255,175,75,1) 0%, rgba(255,255,255,1) 100%);
	*/
}

/* Customize the site header and footer. Does not include dashboard */
#navSiteHeader {
	/*
    background-image: -moz-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
    background-image: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(98,125,77,1)), color-stop(100%, rgba(31,59,8,1)));
    background-image: -webkit-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
    background-image: -o-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
    background-image: -ms-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
    background-image: linear-gradient(to bottom, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
	*/
}

#navSiteFooter {
	/*
    background-image: -moz-linear-gradient(top, rgba(31,59,8,1) 0%, rgba(98,125,77,1) 100%);
    background-image: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(31,59,8,1)), color-stop(100%, rgba(98,125,77,1)));
    background-image: -webkit-linear-gradient(top, rgba(31,59,8,1) 0%, rgba(98,125,77,1) 100%);
    background-image: -o-linear-gradient(top, rgba(31,59,8,1) 0%, rgba(98,125,77,1) 100%);
    background-image: -ms-linear-gradient(top, rgba(31,59,8,1) 0%, rgba(98,125,77,1) 100%);
    background-image: linear-gradient(to bottom, rgba(31,59,8,1) 0%, rgba(98,125,77,1) 100%);
	*/
}


.logo {
    height: auto;
    max-height: 64px;
}

.tmpStyle {
}

.logoSubText {
    font-weight: normal;
    font-style: italic;
    font-size: 10pt;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif, 'Segoe UI';
}

.subTitle {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14pt;
}

.keystatsDashlet {
}

.keyStatPrefix {
    color: darkred;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 64px;
    font-weight: bold;
    padding: 10px;
}

.keyStatSuffix {
    color: darkgray;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    text-align: right;
    padding: 10px;
}

.alternateRow {
    background-color: #F7F7F7;
}

.alternateRowBold {
    font-weight: bold;
    background-color: #F5F5F5;
}

.createDashboardLink.hedafont {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
	color: white !important;
}

.createSiteLink.hedafont {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    /* color: white !important; */ /* Use this to modify the text color in the navbar when changing the gradient classes */
}

.createDashboardLink {
    /* Changes dashboard heda explorer/create dashboard/dashboards/bugnet/loggedin user/data */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
	color: white !important;
}

.createSiteLink {
    /* Changes site master heda explorer/create dashboard/dashboards/bugnet/loggedin user/data */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
}

.createDashboardLink_ActionBar {
    /* Changes dashboard heda explorer/create dashboard/dashboards/bugnet/loggedin user/data */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
}

.createDashboardLink_Bottom {
    /* Changes dashboard footer text and size*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    margin: 3px !important;
}

.createSiteLink_Bottom {
    /* Changes site footer text and size*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
   /* color: white !important; */
    margin: 3px !important;
}

.dashboardCustomTitle {
    text-shadow: 2px 2px 5px darkgray !important;
    padding-left: 5px !important;
    font-size: 24px;
    font-weight: bold;
    font-family: 'segoe ui';
}

.createDashboardLink_ActionBar {
    /* Changes dashboard footer text and size*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    padding: 10px !important;
    margin-bottom: 5px !important;
}

.navbar-fixed-bottom {
    font-size: 12px !important;
}

.dashlettable {
    color: #333333 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    cursor: pointer !important;
}

.navbar {
    min-height: 0px;
}

.alert-success {
    font-size: 12px !important;
}

#toolsnavbar {
    min-height: 0px !important;
}

.d-dashlet-title {
    font-size: 12px !important;
}

.logoText {
    /* Changes the dashboard title widget styles */
    font-weight: bold;
    margin-left: 25px;
    font-size: 22pt;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-shadow: 1px 3px 3px #acacac;
}

.dashlettable {
    /* Changes the dashboard table widget styles */
    /*font-size: 10pt !important; 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
}

.table table-condensed table-hover dashlettable {
    font-size: 10px !important;
}

.imageleftcontainer {
	margin-left: -20px !important;
}

.filterbarleftimage {
    max-width: none;
	height: 60px;
	margin-left: -60px !important;
	margin-top: 10px;
	margin-bottom: 10px;
}

.filterbarrightimage {
    max-width: 64px;
}

#winLogin_btnForgotPassword {
	display:none;
}

#ctlLoginModal div#divActions {
	display:none;
}

/* BEGIN - Terms of use temporary styles */

#termsOfUseImg {

display: none;

}

#winLogin_divTermsOfUse {

display: block !important;

}

#divFieldListContainerControl {
height: 425px !important;
}
/* END - Terms of use temporary styles */