﻿html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: inherit;
  /* Set the fixed height of the footer here */
  height: 60px;
}

/*Start tool tip*/
.ui-tooltip, .arrow:after {
    background: #fcfdfd;
    border: 1px solid #a6c9e2;
}
.ui-tooltip {    
    border-radius: 10px;
    font-size: 12px;
    box-shadow: 0 0 7px #e1edf5;
}
.arrow {
    width: 60px;
    height: 22px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -5px;
}
.arrow.top {
    top: -22px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px #e1edf5;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after 
{
    bottom: -20px;
    top: auto;
}
/*End tool tip*/

.modalLoad {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url("processing.gif") 
                50% 50% 
                no-repeat;
}

.btn
{
    margin: 0px 5px 0px 5px;
}