﻿/* ---------------------------------------*/
/* ------------- 3. Footer -------------- */
/* ---------------------------------------*/
.footer {
  color: #e0e0e0;
  font-size: 9px;
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid #676767;
  background-color: #212121;
	border-radius: 0px;
 }
 @media screen and (max-width: 767px) {
	 .footer{height: 40px;}
 }

 /* Footer Buttons */
 .btn-footer {
   display: inline-block;
   margin-right: 10px;
   margin-left: 10px;
   background-color: transparent;
   border: none;
   color: #676767;
   font-size: 14px;
 }

 .btn-footer:hover {
   color: #fafafa;
 }

 .btn-footer:visited {
   color: #26a69a;
 }

 /* Footer links */

/*------------------------------------------
     modal-footer1 for success message
-------------------------------------------*/
.modal1-footer 
{
 padding :15px ;
 text-align:center;   
}

/*
-------------------------
     Sticky footer
-------------------------
*/
 #wise-user-footer
    {
        height: 100px;
        /*position: relative;*/
        left:0px;
        width:100%;
        bottom:90px;
        margin-bottom:0px;
       padding-top:500px;

    }
    
     #wise-index-footer
    {
        height: 100px;
        position: relative;
        left:0px;
        width:100%;
        bottom:50px;
        margin-bottom:0px;

    }
    
  /*  #wise-404-footer
    {
        height: 100px;
        position: absolute;
        left:0px;
        width:100%;
        bottom:0px;
        margin-bottom:80px;
    }
    */
    
    #wise-user-information-footer
    {
        height: 100px;
        position: absolute;
        left:0px;
        width:100%;
        bottom:0px;
        margin-bottom:40px;
    }
 
 /* Footer list */
ul.footer-list {
  list-style-type: none;
  margin-bottom: 30px;
  padding: 0;
  font-size: 12px;
}

.footer-center {
  text-align: center;
}