﻿

.parallax-fixed {
    background-image: url("../images/intros/bg-grey.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
}

.parallax-fixed-big {
    background-image: url("../images/intros/big-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
}
.font-size-15 {
    font-size: 17px;
    font-weight: 600;
}
.form-control {
    border: 2px solid #d9d9d9;
}
.thead-gradient {
    background: linear-gradient(270deg, #55bbeb 0%, #84c450 100%);
}
td, th {
    width: 5%;
}