﻿body {
    margin: 0 !important;
    background-color: #f5f5f5 !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.veh-header-error {
    width: 100%;
    padding-top:10px;
    min-height: 45px;
    background-color: #161a2f;
    background-position: 0 -15px;
    border-bottom: 1px solid #adadad;
    color: #f5f5f5;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    background-repeat: no-repeat;     
}

    .veh-header-error span#client {
        position: relative;
        float: left;
        padding: 12px 18px;
    }

    .veh-header-error span#userName {
        position: relative;
        float: right;
        padding: 12px 18px;
    }

.veh-content {
    font-size: 14px !important;
    margin: 20px !important;
    border-radius: 6px !important;
    background-color: rgba(255, 255, 255, 0.7) !important;
    border: 1px solid #ddd !important;
    padding: 15px !important;
}

    .veh-content h1 {
        font-size: 18px !important;
        margin-top: 0 !important;
    }

.veh-footer-error {
    background-color: #a9d4cd;
    border-top: 1px solid #ccc;
    bottom: 0;
    color: #777;
    font-size: 12px;
    height: 45px;
    left: 0;
    position: fixed;
    right: 0;
}

    .veh-footer-error p {
        position: fixed;
        width: 100%;
    }

    .veh-footer-error span.footer-copyright {
        float: left;
        padding: 17px;
    }

    .veh-footer-error span.ip-address {
        float: right;
        padding: 17px;
    }

.veh-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}


.text-area {
    margin-left: auto;
    margin-right: auto;
    overflow: scroll;
    resize: none;
}

@media (min-width: 1200px) {
    .veh-container {
        width: 1170px;
    }
}

@media (min-width: 992px) {
    .veh-container {
        width: 970px;
    }
}

@media (min-width: 768px) {
    .veh-container {
        width: 750px;
    }
}

.veh-btn {
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    text-shadow: 0 1px 0 #fff;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
}

    .veh-btn:hover, .veh-btn:focus {
        background-color: #e0e0e0;
        background-position: 0 -15px;
        border-color: #adadad;
    }

.veh-font-12 {
    font-size: 12px;
}

p.hide {
    display: none;
}
