﻿/* Sticky footer styles
-------------------------------------------------- */


html
{
    position: relative;
    min-height: 100%;
}
body
{
    /* Margin bottom by footer height */
    margin-bottom: 0px;
}
.footer
{
    position: absolute;
    bottom: 0;
    width: 100%; /* Set the fixed height of the footer here */
    height: auto !important;
    background-color: #f5f5f5;
}

.margin-bottom0
{
    margin-bottom: 0px !important;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container
{
    padding: 60px 15px 0;
}
.container .text-muted
{
    margin: 20px 0;
}

.footer > .container
{
    padding-right: 15px;
    padding-left: 15px;
}

code
{
    font-size: 80%;
}

.header-bgcolor
{
    height: 100%;
    background-color: #ebf2f8 !important;
    background-image: none !important;
    background: -webkit-linear-gradient(left, #ebf2f8 , #c6e1f6) !important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #ebf2f8 , #c6e1f6) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #ebf2f8 , #c6e1f6) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #ebf2f8 , #c6e1f6) !important; /* Standard syntax (must be last) */
   
}
.footer > .container
{
    padding-right: 15px;
    padding-left: 15px;
}

code
{
    font-size: 80%;
}
.content_960
{
    margin-bottom: 5px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    min-height: 100%;
    background: linear-gradient(to bottom, #FEFCEA 0%, #FFF 28%, #CADE85 100%, #CADE85 100%) repeat scroll 0% 0% transparent;
}


.newloginform
{
    margin-bottom: 5px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    min-height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 80%, rgba(237,237,237,1) 100%) repeat scroll 0% 0% transparent;
}

.newloginform_paddingtop
{
    margin-top:75px !important;
    min-height:250px;
    }
 

.header-bgcolor
{
    height: 100%;
    background-color: #ebf2f8 !important;
    background-image: none !important;
    background: -webkit-linear-gradient(left, #ebf2f8 , #c6e1f6) !important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #ebf2f8 , #c6e1f6) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #ebf2f8 , #c6e1f6) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #ebf2f8 , #c6e1f6) !important; /* Standard syntax (must be last) */
}
.paddingtop
{
    padding-top: 15px !important;
}
.footer
{
    position: absolute;
    float: left;
    bottom: 0px;
    width: 100%;
    margin: 0px;
    height: auto !important;
    background-color: #A8C946;
    border-top: 2px solid #41BB58;
}
 .lbl-footer{margin-bottom:0px !important;}

.footer-bgcolor a {
    font-family: Arial !important;
    font-size: 14px !important;
    font-weight: normal !important;
    color: #FFF !important;
}
.navbar-brand-footer{padding-top:2px !important; padding-bottom:0px !important;}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
}
  .navbar-nav-a-padding {
    padding-top: 6px !important;
    padding-bottom: 7px !important;
   }
   .navbar-minheight{min-height:41px !important;}
.padding-right-left
{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.padding-top-bottom
{
    padding-top: 5px !important;
    padding-bottom: 0px !important;
}
.padding-top-bottom2{padding-top:2px !important; padding-bottom:0px !important;}
.padding-top-bottom15{padding-top:15px !important; padding-bottom:0px !important;}
.home-header
{
    background-image: linear-gradient(to bottom, #60a432 0px, #398018 100%);
    background-repeat: repeat-x;
    background-color: #468c20 !important;
    font-weight: 500;
    line-height: 1.1em;
    color: #fff !important;
    font-size: 18px !important;
    text-decoration: none !important;
}


.margin-bottom
{
    margin-bottom: 0px !important;
}
 .navbar {
   
    border: 1px solid transparent !important;
   }

@media (max-width: 980px)
{
    .footer
    {
        position: relative;
    }
}
   /* to fix rendering differences in Chrome and Safari */
	    
    @media screen and (-webkit-min-device-pixel-ratio:0) {
 
     .navbar-minheight{min-height:50px !important;}
 
       }
