﻿.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;
}


.formul-point-container {
    box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    cursor: pointer;
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    font-size:40px;
    background-color:#fff;
    margin-bottom:50px;
}
.formul-point-container:hover {
    box-shadow: 0px 0px 0px #222;
}


.next-admin-table thead th{
    background:unset !important;
}

.btn-default:hover{
    background:#ccc;
}