html {
  font-size: 14px;
}
a{
    text-decoration:none;
}
/*Custom*/
.pull-left {
    float: left;
}
.pull-center{
    text-align:center;
}
.pull-right {
    text-align: right;
}

.btn-group button {
    margin-right: 2px;
}

.pointer {
    cursor: pointer;
}

.hide {
    display: none;
}
.logininfo{
    color:#666;
    background-color:#cdfee9;
    border:1px solid #c7ddd4;
    border-radius:6px;
}
.logintitle{
    color:#555;
}
.btn-primary{
    background-color:#0896d5;
}

    
/*Custom End*/
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

@media print {
    @page {
        size: A4;
        margin: 0px;
    }
    
}
