﻿html, body, h1, h2, h3, h4, h5, ul, li {
	margin: 0;
	padding: 0;
}

html,body, body > form {
  height: 100%;
}

h1 img {
	display: block;
}
img {
	border: 0;
}
a
{
    color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	/** background: #e4e1fe url(images/ami_style/page_bg.jpg) repeat-x; **/
	background-color: #369;
	text-align: center;
	color: #74653D; 
	padding-bottom: 10px;
	padding-top: 31px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/*#ContentPlaceHolder1_LoginForm table table {
    background-image: none !important;
}*/

/** layout **/
#wrapper {
    text-align: left;
    background: url(Images/ami_style/airplane.jpg) no-repeat bottom right;
    background-size: cover;
}

#wrapper #left-panel {
    background-color: #369;
    box-shadow: 0px 2px 10px #494949;
    width: 270px;
}

#wrapper > * {
	min-height: 1000px;
    max-width: 1500px;
}


#header {
    max-height: 250px;
    overflow: hidden;
    margin-bottom: 30px;
    border-bottom: 5px solid #adadad;
    box-shadow: 0px 2px 10px #494949;
}

#header img {
    width: 100%;
}

#logo {
  min-width: 170px;
  max-width: 250px;
  height: 160px;
  text-align: center;
}

#logo img {
    margin-top: 40px;
    width: 170px;
}

#main-content {
    margin: 0px 40px 20px;
}


.nav-item {
    font-size: 1.1em;
    border-top: 1px solid #959595;
}

.nav-item:first-child {
    border-top: 1px solid transparent;
}

.nav-link {
    color: #d4d4d4 !important;
}

.nav-link:hover {
    color: #fff !important;
}

#news {
    background-color: #fff6d8;
    padding: 20px;
    text-align: justify;
    display: none;
}
#news h2 {
    font-size: 1.2em;
    color: #0e296e;
}
#news h3, #news p {
  font-size: 11px;
  margin: 1em 8px 1em 0;
}
#news a {
  color: #74653D;
  font-weight: bold;
  text-decoration: underline;
}
#news a:hover {
  color: #38301A;
}
#news .more {
  font-size: 9px;
}
#news .hr-dots {
  background: center url(images/ami_style/dots.gif) repeat-x;
  height: 10px;
}

#support {
  
}

#welcome {
  margin-right: 20px;
  font-weight:normal;
  
  }
#profile {
  margin-right: 16px;
  font-weight:normal;
}
#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}

#corp, #indu {
  float: left;
  width: 49%;
}
#corp {
  margin-right: 1%;
}
#corp-img, #indu-img {
  background: url(images/ami_style/pic_2.jpg) no-repeat;
  width: 112px;
  height: 23px;
  float: left;
  margin-right: 18px;
  text-align: center;
  padding-top: 90px;
  font-size: 9px;
  font-weight:normal;
  }
#indu-img {
  background: url(images/ami_style/pic_3.jpg) no-repeat;
}
#spacer {
  height: 2em;
}
.weltxt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#713e3a;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:10px;
	text-decoration:none;
}

#footer {
  background: url(images/ami_style/footer_bg.gif) repeat-y;
}
#copyright {
  text-align: center;
  padding: 22px 0px 30px 00px;
  font-size: 9px;
  color: #715F36;
  font-weight: bold;
}
#footerline{
	background: url(images/ami_style/footerline.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}
.content2
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#fff;
margin-top:20px;
text-decoration:none;
}

.ReportLeft
{
	/*background: url(images/ami_style/reportline/ReportLeft.gif) no-repeat;*/
	position:relative;
	top:-2px;
	left:2px;
	height:40.5px;
	width:75px;
}

.ReportCenter {
    background: url(images/ami_style/reportlinenew/ReportCenter.gif) repeat;
    height: 40px;
}

.ReportCenter > div
{
	background-color: #d8f8ff;
    margin: 5px 0;
    padding: 10px 10px 10px 20px;
    border-radius: 15px;
    box-shadow: 2px 0px 4px #494949;
}

.ReportRight
{
	background: url(images/ami_style/reportlinenew/ReportRight.gif) no-repeat;
	height:40px;
	width:40px;
}

.ReportGlobe
{
	background: url(images/ami_style/reportline/GlobeLeft.gif) no-repeat;
	height:40px;
	width:75px;
}

.ReportBar
{
	background: url(images/ami_style/reportline/BarLeft.gif) no-repeat;
	height:40px;
	width:75px;
}

.CompanyLeft
{
	background: url(images/ami_style/reportline/CompanyLeft.gif) no-repeat;
	height:40px;
	width:75px;
}

.ParamLeft
{
	background: url(images/ami_style/reportline/CheckboxLeft.gif) no-repeat;
	height:40px;
	width:75px;
}

.SubmitButton
{
	text-align:center;
	width: 100px;
    height: 24px; 
}
.SubmitRow
{
	width: 100%;
}

#blanket
{
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index:9001;
	top:0px;
	left:0px;
	width:100%;
}

#popUpDiv, #popUpDivUser, #popUpGrant, #popUpRevoke, #popUpGrantRpt, #popUpRevokeRpt
{
	opacity: 1.0;
	top:50px;
	left:363px;
	position:absolute;
	background-color:#eeeeee;
	width:300px;
	height:150px;
	z-index:9002;
}


.news2
{
    font-size: 10px;
    color:Navy;
}

.newsContentHeader
{
        color: #FF9933;
        font-weight: bold;
        font-size: 12px;
    }
    
/* home module "Feature" 3 col, 2col, onecol adspace */
.homeModuleFeature.threeCol .specOne		{float:left; width:184px; border-right:1px solid #dfdfdf;}
.homeModuleFeature.threeCol .specTwo		{float:left; width:184px; border-right:1px solid #dfdfdf;}
.homeModuleFeature.threeCol .specThree		{float:left; width:184px; border:0;}

.homeModuleFeature.twoCol .specOne			{float:left; width:281px;border-right:1px solid #dfdfdf;}
.homeModuleFeature.twoCol .specTwo			{float:left; width:281px; border:0;}
.homeModuleFeature.twoCol .specThree		{display:none}

.homeModuleFeature.oneCol .specOne			{float:left; width:572px; border:0;}
.homeModuleFeature.oneCol .specTwo			{display:none}
.homeModuleFeature.oneCol .specThree		{display:none}

.homeModuleFeature ul				{margin:0px 0px 10px 0px; padding:0px; list-style:none;}
.homeModuleFeature ul li a			{text-decoration:none; font-weight:bold; margin:0px; padding:0px 0px 6px 10px; background:url('/images/link.gif') 0px 4px no-repeat;}


/* Home module boxes */
.homeModule						{width:640px; margin-bottom:0px;  background:url('./images/homeModuleLgMid.png') repeat-y; overflow-x:hidden;}
.homeModule .bottom				{height:40px; background:url('./images/homeModuleLgBtm.png') no-repeat;}
.homeModule .inner				{padding:0px 26px 18px 26px; background:url('./images/homeModuleLgTop.png') no-repeat;}
.homeModule h4					{margin:0px; padding:20px 0px 0px 0px; height:32px; line-height:32px; color:#fff;}
.homeModule h4 span				{display:none;}
.homeModule h4 a				{display:block; width:20px; height:32px; float:right; margin-left:3px;}
  
.homeModule.narrow				{width:575px; margin-bottom:0px; background:url('../images/homeModuleAmiMid.png') repeat-y;}
.homeModule.narrow .bottom		{background:url('./images/homeModuleAmiBtm.png') no-repeat; height:22px;}
.homeModule.narrow .inner		{background:url('./images/homeModuleAmiTop.png') no-repeat; padding-bottom:10px;}
/*.homeModule.last				{margin-bottom:-10px;}*/

#columnsFrame .homeRightCol .homeModule h4					{padding-top:26px;}
#columnsFrame .homeRightCol .homeModule.last				{margin-top:-3px;}
#columnsFrame .homeRightCol .homeModule.last .saleEvents	{padding-right:10px;}

/* home module 3 col, 2col, onecol adspace */
.homeModule.threeCol .specOne		{float:left; width:184px; border-right:1px solid #dfdfdf;}
.homeModule.threeCol .specTwo		{float:left; width:184px; border-right:1px solid #dfdfdf;}
.homeModule.threeCol .specThree		{float:left; width:184px; border:0;}

.homeModule.twoCol .specOne			{float:left; width:281px;border-right:1px solid #dfdfdf;}
.homeModule.twoCol .specTwo			{float:left; width:281px; border:0;}
.homeModule.twoCol .specThree		{display:none}

.homeModule.oneCol .specOne			{float:left; width:572px; border:0;}
.homeModule.oneCol .specTwo			{display:none}
.homeModule.oneCol .specThree		{display:none}

.homeModule ul				{margin:0px 0px 10px 0px; padding:0px; list-style:none;}
.homeModule ul li a			{text-decoration:none; font-weight:bold; margin:0px; padding:0px 0px 6px 10px; background:url('/images/icons/link.gif') 0px 4px no-repeat;}


/* Align the buttons to match the PSDs */
.homeModule .button	{position:relative; top:-6px; margin-bottom:-10px;}
.homeModule p.bordered {border-top:1px solid #dfdfdf; margin-top:10px; padding-top:10px;}

#columnsFrame .homeLeftCol		{float:left; background-color:#fff; margin-left:0px; position:relative; z-index:104; padding-left:0px} 



/* footer rules */
#pageFooter	{
    background:url('./images/FooterBG.png');
    bottom: 0;
    font-size:11px; 
    height:26px; 
    margin:0px 0px 0px 0px; 
    padding:0px 10px; 
    position: fixed;
    vertical-align: text-bottom;
    width: 100%;
    z-index:999; 
}

#pageFooter div			
{
        position:relative; 
        z-index:2; 
        padding:5px 0px 0px 20px;}
#pageFooter p			
{
    margin:0px 0px 8px 0px;}
#pageFooter a			
{
    color:#369; 
    text-decoration:none;}
#pageFooter a:hover		
{
    color:#a4b4ca; 
    text-decoration:underline;}
#pageFooter .links		
{
    margin-left:-2px;}
#pageFooter .links a	
{
    margin:0px 6px 0px 2px;}
    
    
/* banner area rules */
#pageHeader #banner 
{
	height:68px;
	
}
#pageHeader h1 {
    position:absolute; 
    top:20px; 
    left:24px; 
    padding:0px; 
    margin:0px; 
    /*background-color:#FF0000;*/
    background:url('images/AMILogo.png') no-repeat;
    }
#pageHeader h1 span {
    display:block; 
    width:275px; 
    height:48px;}

/* utility nav rules */
#pageHeader #utilityNav {
    float:right; 
    display:inline; 
    margin:7px 25px 6px 0px;}
#pageHeader #utilityNav ul {
    margin:0px; 
    padding:0px;}
#pageHeader #utilityNav ul li {
    margin:0px; 
    padding:0px; 
    float:left; 
    display:inline;}
#pageHeader #utilityNav ul li#utilWelcome	{
    color:#c68038; 
    text-indent:1px; 
    display:inline; /* hide welcome until functions shows it */}
#pageHeader #utilityNav ul li a {
    color:#369; 
    text-decoration:none; 
    background:url('../images/icons/link.gif') 0px 4px no-repeat; 
    padding-left:8px; 
    margin-left:15px;}
#pageHeader #utilityNav ul li a:hover {
    color:#a4b4ca; 
    text-decoration:underline;}

/* header ad rules */
#pageHeader #bannerAd {
    position:absolute; 
    top:14px; 
    left:290px; 
    z-index:9999; 
    display:none; /* turning off */}
#pageHeader #bannerAd div			{
    width:370px; 
    height:70px;}
#pageHeader[id] #bannerAd div		
{
    background:url('../images/header-ad.png') no-repeat;}
#pageHeader #bannerAd div a			
{
    width:60px; 
    display:block; 
    position:relative; 
    top:37px; 
    left:171px; 
    text-decoration:none;}
#pageHeader #bannerAd div a:hover	
{
    text-decoration:underline;}


.FormLabel
{
	/*font-weight: bold;*/
	text-align: right;
	vertical-align:top;
}
.FormField
{ 
	vertical-align:top;
	text-align: left;
	height:30px; 
}
.TextDisplay
{ 
	vertical-align:top;
	text-align: left;
	color:cornflowerblue; 
}
.TextDisplayLabel
{ 
	vertical-align:central;
	text-align: left;
	color:cornflowerblue; 
    box-sizing:content-box;  
}

.Holiday,.HolidayOver
{
	background-color:yellow;
	color:red;
	border: 1px solid silver;
	
}
.HolidayOver
{
	border: 1px solid cornflowerblue;
}

div.toggleHide {
    display:none;
    background: center url(/Images/collapse.jpg) no-repeat;
}
div.toggleShow {
    display:block;
    background: center url(/Images/expand.jpg) no-repeat;
}

.pdf {
    display:block;
    cursor:pointer; 
    background: center url(/Images/pdf.gif) no-repeat;
}

ul .report-items {
    background-color: #c9e8ff;
    margin: 5px 0;
    padding: 10px 10px 10px 20px;
    border-radius: 15px;
    box-shadow: 2px 0px 4px #494949;
    font: 12px Arial, Helvetica, sans-serif
}

ul .report-items:hover {
    background-color: #a8d5ff;
}

ul .report-items a {
    color: #464544
}

.form-group.row {
    margin-bottom: 0.3rem;
}

.form-group.row label {
    margin-bottom: 0;
    margin-top: 0.5rem;
}

input.form-control, select.form-select, .btn {
    font-size: 0.98em;
    border-radius: .17rem;
}

select.form-select {
    height: 32px !important;
}

select[size] {
    min-height: 100px !important;
}

span.fs-4 {
    line-height: 30px;
    margin-left: 3px;
}

.form-radio-group input {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    margin-top: 0.3rem;
}

.form-radio-group label {
    margin-top: 0.4rem !important;
    margin-left: 1.25rem !important;
}

.form-checkbox-group input {
    position: static;
    margin-top: 0px;
    margin-right: 0.31rem;
    margin-left: 0px;
}

.form-checkbox-group label {
    margin-bottom: 0px;
}

.login-form .form-check-input {
    margin-top: 0px;
}

.page-header-label {
    padding: 10px;
    border-left: 6px solid #348ceb;
    border-bottom: 1px solid #5185bd;
    margin-left: -10px;
    margin-bottom: 30px;
    box-shadow: 0px 2px 5px -2px #86aed9;
    font-size: 1.4em;
    background-color: #edf3ff; 
}

.longated-text {
    position: absolute;
    min-width: 1000px;
}

.gridview-container.hide-grid {
    display: none !important;
    overflow: hidden !important;
}

.gridview-container > div {
    width: 100%;
}

.dataTables_wrapper .pagination {
    float: right;
}


.no-border-top {
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    padding: 10px;
}

.nav-tabs .nav-link.active {
    background: linear-gradient(to bottom, rgba(134, 156, 254, 0.2), rgba(255, 255, 255, 0.2)) !important;
    color: #495057 !important;
}

.nav-tabs .nav-link:hover {
    color: #7d7d7d !important;
}

#btn-leftpanel-toggle {
    display: none;
}

#left-panel.offcanvas {
    position: inherit;
    visibility: inherit;   
    z-index: 0;
    transform: none;
}

@media only screen and (min-width: 1139px) {
    #left-panel.offcanvas {
        visibility: visible !important;
    }
}


@media only screen and (max-width: 1140px) {
    #right {
        width: 100% !important;
    }

    #left-panel.offcanvas {
        position: fixed;
        visibility: hidden;
        z-index: 1045;
    }

    #btn-leftpanel-toggle {
        display: inherit;
    }

    .gridview-container {
	   margin-left: 0px !important;
	   margin-right: 0px !important;
	   overflow-x: scroll;
    }

}


.ngplus-overlay-background, .ngplus-overlay-content {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 9000;
    height: 100%;
    width: 100%;
    background-color: #2b3b44;
    opacity: 0.1;
}

.ngplus-overlay-content {
    z-index: 10000;
    top: 0 !important;
    left: 0px !important;
    text-align: center;
    background-color: transparent;
    display: flex;
    opacity: 1 !important;
    justify-content: center !important;
    align-items: center !important;
}

.ngplus-overlay-white-background .ngplus-overlay-background {
    background-color: transparent !important;
}

.animate-spinner {
    animation-duration: var(--fa-animation-duration,2s) !important;
    animation-iteration-count: var(--fa-animation-iteration-count,infinite) !important;
}
