/*
.overrides_custom css

Place styles for simple UI customization in this file.

This file is loaded after all other CSS, so selectors here will win in case of conflict with default rules.

Using this file to customize is the method most likely to conserve your customizations even if markup changes in future product releases.

Extensive customizations may be easier to implement by replacing one or more of the standard theme files in your custom theme folder.

However, if future product releases place styles for new markup components into the files you have replaced, your theme will not have these new styles,
and therefore, will not display the new components correctly.

*/
/* HEADER */
#logo {width: 140px;height: 30px;background: url('images/pvlogo.png') no-repeat 0 0;margin:7px 0 0 2px;background-size:cover;}


.resourceName a.tdc_report_icon{
	background:url('images/tdc_report_icon.png') no-repeat 0 4px;
	width:18px;
	height:18px;
	padding-left: 18px;
}
.resourceName a.empty_report_icon{
	padding-left: 18px;
}
.resourceName.empty_report_icon {
    padding-left: 21px !important;
}
.resourceName a.empty_report_ver_icon {
    padding-left: 39px !important;
}
#loginPage #welcome h1 {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    width: 299px;
    text-align: left;
	text-transform:uppercase;
	line-height:28px;
	font-family: 'proxima_novabold', sans-serif;
}

#loginPage #welcome h1 sup {
	vertical-align: top;
    font-weight: bold;
    font-size: 20px;
}

/*h1.textAccent02 sup { vertical-align:super;font-size:14px;}*/

/* rAdding below css for display 7 days message task*/
#resultsList{margin-top:0}
.warning_msg {margin:0 0 0 24px;}
.warning_msg_div {background:#e6e6e6 url('images/icon_info.png') no-repeat 6px 50%;border:solid 1px #333;padding:5px;}

/* Widen Col2 in Reports List page */
#repoSearch .list.resources .column.two, #repoBrowse .list.resources .column.two {width: 66%;}
#repoSearch .list.resources .resourceDescription, #repoBrowse .list.resources .resourceDescription {width: 65%;}
/*Added for canned and non canned report icons*/
.list.resources .resourceName{width: 85%;}
#repoSearch .list.resources .resourceDescription,
#repoBrowse .list.resources .resourceDescription {
	width: 0%;
}
#repoSearch .list.resources .column.two,
#repoBrowse .list.resources .column.two {
	width: 90%;
}
#loginPage #loginForm {
    background:#fff;
    border: none;
    float: none; 
   /* position: absolute;
        top:0;
        right: 0;
        bottom: 0; */
    width: 100%; 
}

#loginPage #welcome,
#loginPage .community #welcome {
    background-color:none;
	height: 30px;
}

#loginPage #metaLinks li {
color: #FFFFFF;
}


.workflow-icon-datasource {
    background-position: 0px 0;	
}
.workflow-icon-domain {
    background-position: 0px -80px;
}
.workflow-icon-adhocview {
    background-position: 0px -159px;
}
.workflow-icon-report {
    background-position: 0px -235px;
}
.workflow-icon-dashboard {
    background-position: 0px -317px;
}
.workflow-icon-admin {
    background-position: 0px -396px;
}
.workflow-icon-users {
    background-position: 0px -475px;
}
.workflow-icon-roles {
    background-position: 0px -554px;
}
.workflow-icon-repository {
    background-position: 0px -713px;
}
.workflow-icon-serversettings {
    background-position: 0px -792px;
}

.list.inputControls input {
    width: 94%;
}

.scheduleCalendaronly{padding:0;margin:0}
#scheduleRecurrence{padding:0}
.calendarReccuranceGroup{margin-top:0}
.scheduleCalendaronly #calendarRecurrence{padding-left:0;}