/* this section is for the login manager register page, but has also fixed the body section of the login page */
@media (min-width: 768px){
	#page-register-mycity {
		max-width:825px;
		margin: 10px auto 0 auto;
	}
	body {
		font-family: franklin-gothic-urw,Helvetica Neue,Helvetica,Arial,sans-serif;
		max-width:825px;
		margin: 10px auto 0 auto;
	}
	#centerContent {
		max-width:825px;
		margin: 10px auto 0 auto;
	}
}
.header {
	font-size: 2.5em;
}
/* this section is for the login manager register page */


/*
This section was an attempt to 'fix' the Tax/Util main pages
#MainContent_pnl_taxDetailsHeader > div > div > div > div > p
 {
    width: 50% !important;
}

#MainContent_lbl_taxAccountLabel
 {
    width: 50% !important;
}
#MainContent_pnl_taxDetailsHeader > div > div > div:nth-child(1)
{
display:none;
}
This section was an attempt to 'fix' the Tax/Util main pages
*/


/*This rule sets the Accounts List icon size and position on small screens*/
@media (max-width:575px)
{
    .system-comdev, .system-land, .system-dogs, .system-utility, .system-licensing
    {
        background-size: 25px 25px;
        background-position:  left top;
    }
}
/*This rule sets the Accounts List icon size and position on large screens*/
@media (min-width:576px)
{
    .system-comdev, .system-land, .system-dogs, .system-utility, .system-licensing
    {
        background-size: 30px 30px;
        background-position: 5px center;
        padding-left: 10px;
    }
}



#MainContent_lbl_folderSort
 {
    padding: 11px;
}



/*Set the icon for DOGS accounts*/
.system-dogs {
    /*Default Tempest icon
    background-image: url(../../Images/DOGS.png);
    */
    /*Remove icon
        background-image: none;
    */
}

/*Set the icon for TAX accounts*/
.system-land
{
    /*Default Tempest icon
    background-image: url(../../Images/LAND.png);
    */
    /*Remove icon
        background-image: none;
    */
}

/*Set the icon for UTILITY accounts*/
.system-utility
{
    /*Default Tempest icon
    background-image: url(../../Images/UTILITY.png);
    */
    /*Remove icon
        background-image: none;
    */
}

/*Set the icon for VACANCY TAX accounts*/
.system-vacancytax
{
    /*Default Tempest icon
    background-image: url(../../Images/EMPTY_HOME_TAX.png);
    */
    /*Remove icon
        background-image: none;
    */
}

/*  Set the icon for COMDEV folders
    NOTE: icons can be customized for each folder category and type
    see below for how this can be done.
*/
.system-comdev {
    /*Default Tempest icon
    background-image: url(../../Images/COMDEV.png);
    */
    /*Remove icon
        background-image: none;
    */
}

/*CUSTOMIZE COMDEV FOLDER ICONS
This rule can be used to customize icons for a specific folder category and type combination.
Spaces are not allowed in css rules thus all spaces in the category name or folder type will be replaced with hyphens
.system-comdev .category-[FOLDER CATEGORY HERE] .type-[FOLDER TYPE HERE]
{
}
*/

/*  Set the icon for LICENSING accounts
    NOTE: icons can be customized for each licensing category
    see below for how this can be done.
*/
.system-licensing {
    /*Default Tempest icon
    background-image: url(../../Images/LICENSING.png);
    */
    /*Remove icon
        background-image: none;
    */
}

/*CUSTOMIZE LICENSING ACCOUNT ICONS
This rule can be used to customize icons for a specific licensing category.
Spaces are not allowed in css rules thus all spaces in the category will be replaced with hyphens
.system-licensing .category-[LICENSING CATEGORY HERE]
{
}
*/