﻿body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11pt;
}

.tt-header {
    background: rgb(255,128,92);
    background-color: rgb(255,128,92);
    border-bottom-color: rgb(0,0,0);
    border-bottom: 15px solid rgb(0,0,0);
    height: 77px;
    margin: auto;
    margin-bottom: 20px;
    max-width: 800px;
}

.tt-header-text {
    color: white;
    float: right;
    font-size: 12pt;
    font-weight: bold;
    margin-right: 50px;
    margin-top: 45px;
}

div .tt-footer {
    border-top: 1px solid grey;
    margin: auto;
    margin-top: 4px;
    max-width: 800px;
}

div .tt-footer-text {
    font-size: 10pt;
    margin-top: 15px;
}

.tt-logo {
    height: 80px;
    margin-left: 20px;
}

.tt-loading-panel {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11pt;
}

.tt-validation {
    color: red;
    margin: auto;
    max-width: 700px;
}

.tt-form-layout {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11pt;
    margin: auto;
    max-width: 600px;
}

.tt-form-layout-caption {
    min-width: 250px !important;
    text-align: right;
    vertical-align: middle;
    white-space: normal;
}

.tt-form-layout-item {
    font-size: 11pt;
    height: 35px !important;
}

.tt-group-caption {
    background: rgb(255,128,92);
    background-color: rgb(255,128,92);
    color: white;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: -20px;
    margin-right: -10px;
    padding: 10px 20px 10px 20px;
    width: 700px;
}

.tt-text {
    text-align: center;    
    font-size: 12pt;
    margin: auto;
    max-width: 500px;
    padding-top: 10px;
}

    .tt-text:lang(en) {
        max-width: 600px;
    }

.tt-text-uploadfile {
    font-size: 10pt;
}

.tt-text-uploadfile-note {
    color: red;
    font-size: 10pt;
    margin: auto;
    text-align: center;
}

.tt-helptext {
    text-align: center;
    font-size: 11pt !important;
    margin: auto;
}

.tt-thankyou-caption {
    font-size: 12pt;
    font-weight: bold;
    margin: auto;
    max-width: 750px;
    padding-left: 10px;
    padding-top: 30px;
}

.tt-thankyou-text {
    font-size: 12pt;
    margin: auto;
    max-width: 750px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.tt-checkboxlist {
    border: none !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11pt;
}

.tt-button {
    background: rgb(255,128,92);
    background-color: rgb(255,128,92);
    border: none;
    color: white;
    font-size: 11pt;
    font-weight: bold;
    height: 50px;
    width: 200px;
}

.tt-button-check {
    background: rgb(255,128,92);
    background-color: rgb(255,128,92);
    border: none;
    color: white;
    font-size: 11pt;
    font-weight: bold;
    height: 50px;
    width: 150px;
}

.tt-button-clear {
    background: rgb(160, 160, 160);
    background-color: rgb(160, 160, 160);
    border: none;
    color: white;
    font-size: 11pt;
    font-weight: bold;
    height: 50px;
    margin-right: 10px;
    width: 100px;
}

.tt-button-uploadfile {
    background: rgb(255,128,92);
    background-color: rgb(255,128,92);
    color: white;
    font-size: 11pt;
    font-weight: bold;
    height: 30px;
}

.tt-button-disbled {
    background-color: rgba(255,128,92, 0.5) !important;
}

.tt-language {
    font-size: 11pt;
    font-weight: bold;
    margin: auto;
    max-width: 700px;
}

.tt-goback {
    font-size: 11pt;
    font-weight: bold;
}

a:link, a:visited {
    color: rgb(255,128,92);
    text-decoration: none;
}

a:hover, a:active {
    color: rgb(255,128,92);
    text-decoration: underline;
}

@media screen and (max-width: 750px) {
    .tt-header {
        max-width: 750px;
    }

    .tt-form-layout {
        width: 560px;
    }

    .tt-group-caption, .tt-language {
        width: 655px;
    }
}

@media screen and (max-width: 700px) {
    .tt-header {
        max-width: 100%;
    }

    .tt-form-layout {
        width: 95%;
    }

    .tt-group-caption, .tt-language {
        width: 95%;
    }
}

@media screen and (max-width: 611px) {
    .tt-form-layout-caption {
        text-align: left;
    }

    .tt-header-text {
        font-size: 11pt;
        margin-right: 5px;
    }
}

@media screen and (max-width: 545px) {
    .tt-header {
        border-bottom: 10px solid rgb(0,0,0);
        height: 60px;
    }

    .tt-header-text {
        font-size: 10pt;
        margin-top: 34px;
    }

    .tt-logo {
        height: 60px;
        margin-left: 0px;
    }

    .tt-form-layout {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 440px) {
    .tt-header {
        border-bottom: 10px solid rgb(0,0,0);
        height: 48px;
    }

    .tt-logo {
        height: 50px;
    }

    .tt-header-text {
        font-size: 9pt;
        margin-top: 28px;
    }
}

@media screen and (max-width: 400px) {
    .tt-header {
        border-bottom: 5px solid rgb(0,0,0);
        height: 38.5px;
    }

    .tt-logo {
        height: 50px;
    }

    .tt-header-text {
        font-size: 8pt;
        margin-top: 22.5px;
    }
}

/* DevExpress */
.dxflRequired {
    color: rgb(255,128,92) !important;
}
