﻿@charset "utf-8";

BODY, HTML {
    font-family: 'Abel', Tahoma, Trebuchet MS, sans-serif;
    font-size: 1.5vw;
    font-style: normal;
    text-decoration: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #fff;
    color: #000;
}

#wrapper {
    /*margin-top:10%;*/
    /*max-width: 480px;*/
    margin: 0 auto;
    height: auto;
    min-height: 100%;
    border: 0px solid gold;
}

.abel {
    font-family: 'Abel', sans-serif;
}

img {
    max-width: 100%;
}

.img-logo {
    margin: 5vh 0 2vh;
}

.w100 { 
    width: 100% !important;
}

.w90 {
    width: 90% !important;
    border: 0px solid black;
    padding: .5em;
}

.w80 {
    width: 80% !important;
    border: 0px solid black;
    padding: .5em;
}

.divForm {
    width: 60% !important;
    border: 0px solid black;
    padding: 10px;
}

.clear {
    width: 100%;
    clear: both;
    height: 3vh;
}

.fw300 {
    font-weight: 300 !important;
}

.fw500 {
    font-weight: 500 !important;
}

.fw700 {
    font-weight: 700 !important;
}

.fw900 {
    font-weight: 900 !important;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

.taj {
    text-align: justify;
}

.red {
    color: #ff0000;
}

.white {
    color: #ffffff;
}

.black {
    color: #000000;
}

.grey {
    color: #808080;
}

A {
    font-weight: 600;
    text-decoration: none;
}

    A:link {
        color: #9d8964;
        font-weight: 600;
        text-decoration: none;
    }

    A:active {
        color: #9d8964;
        font-weight: 600;
        text-decoration: none;
    }

    A:visited {
        color: #9d8964;
        font-weight: 600;
        text-decoration: none;
    }

    A:hover {
        color: #9d8964;
        text-decoration: underline;
    }

input[type='text'], input[type='password'], input[type='number'], .sltboxw {
    font-family: 'Abel', Tahoma, Trebuchet MS, sans-serif;
    color: #666;
    border: 1px solid #ccc;
    padding: .5em .5em;
    /*margin: 5px 2px;*/
    width: 80%;
    font-size: 1.5vw;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    outline: none;
}

input[type=text]:hover {
    outline: none;
}

input[type='button'], input[type='submit'] {
    font-family: 'Abel', Tahoma, Trebuchet MS, sans-serif;
    border: 0;
    width: 80%;
    background-color: #9d8964;
    color: #fff;
    font-size: 2.5vh;
    padding: 10px;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    outline: none;
    cursor: pointer;
}
    input[type='button']:active,, input[type='submit']:active {
        background-color: #7d6b49;
    }

.divbody {
    margin: 0 0 3vh 0;
    width: 100%;
    background-color: #f2f2f2;
}

.divbody2 {
    padding: 5vw;
}

.divfoot {
    width: 100%;
    background-color: #000;
    text-align: center;
    font-size: 1.2vw;
    line-height: 3vw;
    color: #fff;
    bottom: 0;
    position: fixed;
}

.alerterr {
    width: 80%;
    font-size: 1.5vw;
    color: #b94a48;
    font-weight: bold;
    padding: 8px 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #f2dede;
    border: 1px solid #daadb3;
    display: inline-block;
    margin: 10px 0;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alertsuc {
    width: 80%;
    font-size: 4vw;
    color: #468847;
    font-weight: bold;
    padding: 8px 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    display: inline-block;
    margin: 10px 0;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.lesspad {
    padding: .5em 0 !important;
}

.hasDatepicker {
    -webkit-appearance: none;
    background-image: url("/images/calendar_icon.png") !important;
    background-position: 98% center !important;
    background-repeat: no-repeat !important;
    background-size: 5% !important;
}

    .hasDatepicker:hover {
        cursor: pointer;
    }

@media screen and (max-width : 414px) {

    BODY, HTML {
        font-size: 5vw;
    }
    
    .alerterr {
        /*width: 80%;*/
        font-size: 5vw;
    }

    .divForm {
        width: 95% !important;
        border: 0px solid black;
        padding: 10px;
    }

    .divfoot {
        font-size: 3vw;
        line-height: 5vw;
    }

    input[type='text'], input[type='password'], input[type='number'], .sltboxw {
        font-size: 5vw;
    }

    input[type='button'], input[type='submit'] {
        font-size: 5vw;
    }
}
