﻿body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #696969;
    font-family: 'FaragostarStandardFont', Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    font-size: 10pt;
}

#NewRequestModal ul.request-type {
    list-style: none;
    margin: 0;
    padding: 0;
}

    #NewRequestModal ul.request-type > li {
        display: inline-block;
        width: 110px;
        text-align: center;
        padding: 5px;
        vertical-align: top;
    }

        #NewRequestModal ul.request-type > li:hover > a {
            color: white;
        }

        #NewRequestModal ul.request-type > li:hover {
            background-color: #3276b1;
            border-radius: 5px;
            color: #ffffff;
        }

ul.service-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.service-items > li {
        display: inline-block;
        width: 180px;
        text-align: center;
        padding: 5px;
        vertical-align: top;
    }

    ul.service-items .service-item {
        padding: 8px;
        background-color: #ddd;
        border-radius: 10px 0 10px 0;
        border: 1px solid #ccc;
    }

        ul.service-items .service-item:hover {
            box-shadow: 0 0 10px rgba(0,0,0, 0.5);
        }

.service-id {
    background-color: #696969;
    color: white;
    border-radius: 5px;
    padding: 4px 0;
    text-align: center
}



.related-item ul.pages {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .related-item ul.pages > li {
        display: inline-block;
        width: 80px;
        text-align: center;
        padding: 5px;
        vertical-align: top;
    }

        .related-item ul.pages > li .page {
            text-align: center;
        }



.mt-1 {
    margin-top: 0.5rem;
}



.login-style .select2-container-multi .select2-choices .select2-search-field input,
.login-style .smart-form .input input,
.login-style .smart-form .select select,
.login-style .smart-form .textarea textarea {
    font-family: 'FaragostarStandardFont';
}

.login-style input::placeholder {
    color: #d1d1d1;
    font-weight: 100;
}

.login-style button:active, .login-style input:active {
    border: 1px solid orange;
}

.login-style #CaptchaInputText1 {
    text-align: center;
    margin-top: 3px;
}

.login-style .login-captcha-box {
    flex-direction: row-reverse;
    width: 100%;
    text-align: center;
    display: none;
    height: 40px;
    overflow: hidden;
    border: 1px solid orange;
}

.login-style .organeBorder {
    border: 1px solid orange
}

.login-style .login-mode-box {
    background-color: lightyellow;
    padding: 10px;
    border: 1px solid #eee8aa;
}

.login-style .login-captcha-box input[type=text] {
    direction: ltr;
    /*text-align: left;*/
    /*font-family: sans-serif;*/
}

.login-style #CaptchaImage1 {
    height: 40px;
}

.login-style #CaptchaInputText1 {
    border: 0px;
    text-align: center;
}

.login-style input::placeholder {
    color: #484747cc !important;
}
