﻿@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter.ttf') format('truetype');
}

html, body {
    font-family: 'Inter';
    background-color: #f5f5f5;
    margin: 0px;
    padding:0px;
}

.sp-green-bg {
    background-color: #31574a;
}

.sp-green-text {
    color: #31574a;
}

.sp-lg-green-bg {
    background-color: #519376;
}

.sp-lg-green-text {
    color: #519376;
}

.sp-green-bg-a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .sp-green-bg-a:hover {
        color: #fff;
        text-shadow: 1px 1px 5px #519376;
    }

.sp-white-bg-green-a {
    color: #519376;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .sp-white-bg-green-a:hover {
        color: #333;
    }

.sp-round-5 {
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.sp-round-10 {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
.sp-padding-5{
    padding:5px !important;
}

.sp-padding-10 {
    padding: 10px !important;
}

.sp-padding-20 {
    padding: 20px !important;
}

.sp-padding-50 {
    padding: 50px !important;
}

.sp-padding-left-5 {
    padding-left: 5px !important;
}

.sp-padding-left-10 {
    padding-left: 10px !important;
}

.sp-padding-left-20 {
    padding-left: 20px !important;
}

.sp-padding-left-50 {
    padding-left: 50px !important;
}

.sp-padding-right-5 {
    padding-right: 5px !important;
}

.sp-padding-right-10 {
    padding-right: 10px !important;
}

.sp-padding-right-20 {
    padding-right: 20px !important;
}

.sp-padding-right-50 {
    padding-right: 50px !important;
}

.sp-padding-top-5 {
    padding-top: 5px !important;
}

.sp-padding-top-10 {
    padding-top: 10px !important;
}

.sp-padding-top-20 {
    padding-top: 20px !important;
}

.sp-padding-top-50 {
    padding-top: 50px !important;
}

.sp-padding-bottom-5 {
    padding-bottom: 5px !important;
}

.sp-padding-bottom-10 {
    padding-bottom: 10px !important;
}

.sp-padding-bottom-20 {
    padding-bottom: 20px !important;
}

.sp-padding-bottom-50 {
    padding-bottom: 50px !important;
}

.sp-margin-5 {
    margin: 5px !important;
}

.sp-margin-10 {
    margin: 10px !important;
}

.sp-margin-20 {
    margin: 20px !important;
}

.sp-margin-50 {
    margin: 50px !important;
}

.sp-margin-left-5 {
    margin-left: 5px !important;
}

.sp-margin-left-10 {
    margin-left: 10px !important;
}

.sp-margin-left-20 {
    margin-left: 20px !important;
}

.sp-margin-left-50 {
    margin-left: 50px !important;
}

.sp-margin-right-5 {
    margin-right: 5px !important;
}

.sp-margin-right-10 {
    margin-right: 10px !important;
}

.sp-margin-right-20 {
    margin-right: 20px !important;
}

.sp-margin-right-50 {
    margin-right: 50px !important;
}

.sp-margin-top-5 {
    margin-top: 5px !important;
}

.sp-margin-top-10 {
    margin-top: 10px !important;
}

.sp-margin-top-20 {
    margin-top: 20px !important;
}

.sp-margin-top-50 {
    margin-top: 50px !important;
}

.sp-margin-bottom-5 {
    margin-bottom: 5px !important;
}

.sp-margin-bottom-10 {
    margin-bottom: 10px !important;
}

.sp-margin-bottom-20 {
    margin-bottom: 20px !important;
}

.sp-margin-bottom-50 {
    margin-bottom: 50px !important;
}

.sp-no-margin-no-padding {
    margin: 0px !important;
    padding: 0px !important;
}

.sp-no-margin {
    margin: 0px !important;
}

.sp-no-padding {
    padding: 0px !important;
}

.sp-bold{
    font-weight:bold !important;
}

.round-20 {
    -webkit-border-radius: 20px !important;
    border-radius: 20px !important;
}

.round-top-20 {
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
}

.a-white-bg {
    color: #000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .a-white-bg:hover {
        color: #335e4b;
    }
.slidenav ul li {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidenav ul li a {
    text-transform:uppercase;
}
.sidenav ul li:hover {
    background-color: #31574a;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sidenav ul li:hover a{
    color: #fff;
}

    .sidenav ul li:hover a i{
        color: #fff;
    }
.page-title {
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    font-weight: bold;
    font-size: 1.8rem;
    text-transform: uppercase;
}

    .page-title:before {
        content: "";
        position: absolute;
        width: 50%;
        height: 1px;
        bottom: 0;
        left: 0;
        border-bottom: 3px solid #31574a;
    }
.sp-floating {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.form-container {
    background-color: #fff;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    -webkit-box-shadow: 1px 1px 2px 1px #f1f1f1;
    box-shadow: 1px 1px 2px 1px #f1f1f1;
    padding: 40px !important;
    margin-bottom: 30px;
}
.subprice{

}
/*.container{
    background:#fff;
    padding-top:30px;
    padding-bottom:30px;
}*/
.grid-table tr{
    height:15px;
    border:0px none #fff;
}
.grid-table tr td{
    padding-top:3px;
    padding-bottom:3px;
    font-size:12px;
}

.dashboardCard {
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 1px 1px 2px 1px #f1f1f1;
    box-shadow: 1px 1px 2px 1px #f1f1f1;
    height:340px;
    background-color:#fff;
    padding:20px 0px 20px 0px;
}
    .dashboardCard .dashboardTitle {
        border-left: 3px solid #31574a;
        color: #31574a;
        padding: 10px 20px 10px 20px;
        font-size: 1.3rem;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom:20px;
    }

    .dashboardCard .card-body {
        border-top:1px dotted #c5c5c5;
        padding: 20px 20px 20px 20px;
    }
.sp-img-button {
    border: 1px solid #31574a;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 1px 1px 2px 1px #31574a;
    box-shadow: 1px 1px 2px 1px #31574a;
    height: 180px;
    width: 160px;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
    .sp-img-button:hover {
        background-color: #31574a;
    }
        .sp-img-button:hover p{
            color:#fff;
        }
        .sp-img-button img {
            position: absolute;
            top: 10px;
            left: 10px;
            right: 10px;
            height: auto;
        }
    .sp-img-button p {
        position: absolute;
        bottom: 0px;
        left: 10px;
        right: 10px;
        font-size: 14px;
        font-weight: bold;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
.sp-overlay{
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    z-index:99999999;
    background-color:rgba(0,0,0,0.8);
}
.rounded-tb {
    border: 1px solid #9e9e9e !important;
    -webkit-border-radius: 20px 20px 20px 20px !important;
    border-radius: 20px 20px 20px 20px !important;
}
.sp-upper {
    text-transform: uppercase;
}
.sp-error-grid {
    color: #fff;
    background-color: #f00;
    padding: 5px;
    font-size:12px;
}
.dashboard-summary{
    font-size:1.2rem !important;
}