﻿/* Fonts */
.modal, div {
    /*font-family: 'Source Sans Pro', 'Gidole', 'Muli', Verdana !important;*/
    font-size: 1.0em;
    font-weight: 100!important;    
}

/* Colors*/
.purple {
    background-color: #652F8D!important;
    color: white!important;
}

.blue {
    background-color: #2EADFF!important;
    color: white !important;
}

.wine {
    background-color: #75000b !important;
    color: white !important;
}

.red {
    background-color: #FF4800!important;
    color: white !important;
}

.orange {
    background-color: #F7981D!important;
    color: white !important;
}

.green {
    background-color: #8AC440!important;
    color: white !important;
}

.black {
    background-color: black !important;
    color: white !important;
}

.white{
    background-color: white !important;
    color: black !important;
}

.agreement-text b {
    /*color: #652F8D !important;*/
    /*font-weight: bold;*/
}

body {
    background-color: #ecebec;
}

.number-font {
    font-family: 'din1451alt', 'Gidole', 'Muli', Verdana !important;
    font-size: 0.8em;
}

.theme-active-tab {
    border-bottom: 3px solid purple;
}

.theme-top-bar {
    position: relative;
    top: 0px;
    left: 0px;
    border: 0px solid #ccc;
    background-color: #dfdfdf;
    color: black;
    padding: 0px !important;
    width: 100%;
    padding: 0px !important;    
    text-transform: uppercase;
    align-items:center;
}


/* Footer */
.theme-footer-bar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    border: 1px solid #ccc;
    background-color: white;
    color: black;
    padding: 0px !important;
    width: 100%;
    padding: 10px !important;
}

/* Forms */
input {
    border-radius: 0px!important;
    height: 40px;
}

/* Buttons */
.btn {
    border-radius: 0px;
}

.btn-flat {
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    /*margin: 13px auto !important;*/
    margin-bottom: 20px;
    margin-right: 10px;
    
    max-width:320px;
    cursor: pointer;
    width: initial;
}

.btn-menu:active, .btn-menu:focus, btn-menu:target, btn-menu:link {
    transition: none !important;
    box-shadow: none;
}

.btn-full {
    padding: 20px;
    margin: 3px 0px !important;
    width: 100%;
    cursor: pointer;
}

    .btn-full:hover {
        padding: 20px;
        margin: 3px 0px !important;
        width: 100%;
        cursor: pointer;
        /*-webkit-animation-name: menu-hover; 
        -webkit-animation-duration: 1.0s; 
        -webkit-animation-iteration-count: infinite;*/
    }


.btn-big {
    height: 50px;
}

/* Colors */
.btn-green {
    color: white;
    background-color: #8BC340;
}
.btn-green :hover{
    color: white;
    background-color: #6B9B32;
}
