﻿

body {
    font-family: 'Open Sans', sans-serif;
}

.btn-circle {
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1px;
    border-radius: 15px;
}

.btn-circle-darkborder {
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1px;
    border-radius: 15px;
    border-color: rgb(50, 50, 50);
}

.fa-btn {
    margin-right: 6px;
}


.footer {
  padding-top: 30px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.btn-file-small {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
}

.extra_margin_below {
    margin-bottom: 20px;
}

.extra_margin_above {
    margin-top: 20px;
}

.custom_bg_grey {
    background-color: rgb(245,245,245);
}
