﻿@CHARSET "UTF-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.container {
    padding-top: 6%;
}


body {
    background-color: rgb(244, 244, 244);
    /*background: url(../images/acesso.png) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.link-ajuda {
    color: darkslateblue;
}

.align_center {
    text-align: center;
}

.divLogo {
    color: darkslateblue;
}

    .divLogo h2 {
        /*font-size: -webkit-xxx-large;*/
    }

.login-form {
    font: 16px/2em Lato, serif;
    margin: auto;
    max-width: 490px;
    padding-top: 20px;
}

.login-form-topo {
    font: 16px/2em Lato, serif;
    padding: 20px;
}

form[role=login] {
    color: ghostwhite;
    background-color: rgba(10, 83, 150, 0.77);
    padding: 26px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.77);
}

    form[role=login] img {
        display: block;
        margin: 0 auto;
        margin-bottom: 35px;
    }

    form[role=login] input,
    form[role=login] button {
        font-size: 18px;
        margin: 16px 0;
    }

    form[role=login] > div {
        text-align: center;
    }


form[role=box2] {
    color: darkslateblue;
    background-color: rgba(247, 247, 247, 1);
    padding: 26px;
    height: 200px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 5px 10px rgba(238, 238, 238, 1);
}

    form[role=box2] img {
        display: block;
        margin: 0 auto;
        margin-bottom: 35px;
    }

    form[role=box2] input,
    form[role=box2] button {
        font-size: 18px;
        margin: 16px 0;
    }

    form[role=box2] > div {
        text-align: center;
    }



form[role=topo] {
    color: darkslateblue;
    background-color: rgba(248, 248, 248, 1);
    padding: 26px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.77);*/
}

    form[role=topo] img {
        display: block;
        margin: 0 auto;
        margin-bottom: 35px;
    }

    form[role=topo] input,
    form[role=topo] button {
        font-size: 18px;
        margin: 16px 0;
    }

    form[role=topo] > div {
        text-align: center;
    }

.form-links {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 50px;
}

    .form-links a {
        color: #fff;
    }

#nav_acesso {
    border-bottom-width: 0px;
}

#form_acesso_login {
    background-color: #4158B6;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

#form_acesso {
    background-color: #4158B6;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.ui-widget-header {
    background: #fff !important;
    border: none !important;
    border-bottom: 1px solid #eee !important;
    padding: 9px 15px !important;
    border-radius: 0px !important;
    color: #022a4a !important;
    font-family: "Opens Sans",sans-serif !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    border-radius: 5px;
    height: 30px !important;
    width: 30px !important;
}

.center {
    position: absolute;
    top: 45%;
}

.ui-widget-overlay-combo {
    background: #aaa url("../../Content/images/ui-bg_flat_75_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: 0.9;
    filter: Alpha(Opacity=90);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 200;
}

.ui-widget-overlay-person {
    background: #aaa url("../../Content/images/ui-bg_flat_75_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: 0.9;
    filter: Alpha(Opacity=90);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.ui-widget-overlay-person-2 {
    background: #aaa url("../../Content/images/ui-bg_flat_75_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: 0.9;
    filter: Alpha(Opacity=90);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.loader {
    color: #069;
    padding: 116px 16px 16px 48px;
    font-size: 25px;
    width: 250px;
    background: url(../../Content/jQuery.FileUpload/img/loading.gif) no-repeat 16px bottom;
    z-index: 1000;
}


.overlay-carregando {
    text-align: -webkit-center;
}

.overlay-modal {
    text-align: -webkit-center;
}


.TMloaderLogo {
    background: #FCDB00 url(../../Content/images/LOGOTM_965.png) no-repeat center bottom;
    border-radius: 50%;
    border-top: 1px solid #FCDB00;
    border-right: 1px solid #FCDB00;
    border-bottom: 1px solid #FCDB00;
    border-left: 1px solid #FCDB00;
    width: 10em;
    height: 10em;
    background-size: 10em 10em;
    /*margin: 60px auto;*/
    position: relative;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.TMloader {
    border: 16px solid #808080;
    border-top: 16px solid #FCDB00;
    border-radius: 600%;
    width: 11em;
    height: 11em;
    animation: spin 2s linear infinite;
    position: relative;
    bottom: 6.1%;
    right: 5.5%;
}
