/*importante: geralmente os "importants" definidos sobrescrevem os do Bootstrap*/

/*geral*/
body, input, button, select, textarea{
    font-family: "Segoe UI",sans-serif !important;
}
.md-loader-form {
    position: relative;
    top: 3px;
    height: 21px;
    width: 20px;
}
.md-background{
    background-color: #eef3f4;
    /*width: 70%;*/
}
.md-background, .md-background span{
    font-size: 12px;
}
/*FIM geral*/

/*header*/
.md-header{
    width: 100%;
    padding: 9px 0;
    color: #ffffff;
    background-color: #8095a0;
    display: inline-block;
    /*teste*/
    position: relative;
    z-index: 1000;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
    background-color: #8095a0 !important;
    background-image: none !important;
}
.btn .caret {
    margin-top: 4px !important;
    margin-left: 0 !important;;
    margin-bottom: 4px !important;;
}
.md-header-left{
    float: left;
    width: 68%;
}
.md-header-right{
    float: left;
    width: 30%;
}
.md-header-messages-logo{
    float: left;
    padding-left: 10px;
}
.md-header-text{
    font-size: 22px !important;
    position: relative;
    top: 5px;
    left: 10px;
}
/*FIM header*/

/*footer*/
.md-footer{
    width: 98% !important;
    margin: auto;
    border-top: 1px solid #8095a0;
    padding: 10px 0;
}
/*FIM footer*/

/*botao de acesso (icone que abre o modal de retornos)*/
.md-btn-app-acesso {
    text-align: center;
    height: 55px;
    width: 120px;
    position: relative;
}
.md-btn-app-acesso a{
    text-decoration: none !important;
}
.md-btn-app-image {
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 32px;
    margin: auto;
}
.md-btn-app-image span{
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
}
.md-btn-app-image-no-data{
    background-image: url("/assets/images/gadget/retorno/md/mensagens_mono.png");
}
.md-btn-app-image-data{
    background-image: url("/assets/images/gadget/retorno/md/mensagens.png");
}
.md-btn-count-content{
    background-image: url("/assets/images/gadget/retorno/md/icone_circulo_background.png");
    position: absolute;
    top: 1px;
    /*top: 10px;*/
    left: 70px;
    width: 21px;
    height: 20px;
}
.md-btn-count-text {
    font-size: 13px;
    text-align: center;
    position: absolute;
    top: 0;
    *top: -2px;
    left: 3px;
    *left: 4px;
    color: #ffffff;
}
.md-btn-count-sm-text{
    font-size: 10px !important;
    font-weight: bold;
}
/*FIM botao de acesso*/

.md-footer div{
    display:inline-block;
    *display: inline;
    *zoom:1;
    overflow:hidden;
}
.md-btn-fechar{
    width: 100%;
}
.md-description-text{
    resize: none;
    width: 93%;
}
