﻿/*
*    Hoya Vision Care
*/
.border { border: solid 1px #000; }
.ocultar {
    visibility: hidden;
}
.border-f00 { border: solid 0px #f00; }

/*-- INFO: Centralização do conteudo da view
  --------------------------------------------*/
.view-h2, .view-content {
    min-width: 300px;
    margin: auto;
}


/*-- INFO: Header
  --------------------------------------------*/
.view-h2 {
    margin-top: 40px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 1.6em;
    font-weight: normal;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #04599F;
    border-bottom: solid 1px #eee;
}


/*-- INFO: Conteudo da view
  --------------------------------------------*/
.view-content {
    margin-top: 20px;
}

.nomargin {
    margin: 0 !important;
}

fieldset {
    margin: 0 20px 20px 20px;
    padding-top: 20px;
    padding-right: 10px;
    border:1px solid #ccc;
    border-radius:8px;
    box-shadow:0 0 10px #ccc;
    padding-left: 10px;
}

    fieldset .control-group {
        padding-left: 20px;
    }

legend {
    padding: 0 10px;
    background-color: #FFF;
    box-shadow: 0 -2px 3px rgba(0,0,0,0.2);
    border-radius: 5px;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
}

legend span {
}

/*style="width: 900px; border: solid 1px #000;"*/

legend + * {
    clear:both;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.asterisco {
    font-size: .9em;
    color: #f00;
}

.pointer {
    cursor: pointer;
}

.sub-menu {
    clear: both;
    text-align: center;
}

    .sub-menu .elementos {
        border-top: solid 1px #eee;
        padding-top: 10px;
        padding-bottom: 10px;
    }

table .table-header {
    background-color:#176DAD;
    color: #fff;
}

tfoot {
    background-color: #fefefe;
}

    tfoot .tfooterqtdpaging {
         float: right;
    }

    tfoot .qtdpag {
        float:right;
    }


.divider {
    width: 100%;
    margin: 30px 0 10px -10px;
    border-top: dashed 1px #e2e2e2;
}
   
.titulo {
    margin: 10px auto !important;
    max-width: 978px !important;
    border: solid 0px #000;
}

    .titulo a:link, a:visited, a:active {
        /*color: #1873BC; erro nos botões*/
        text-decoration: underline;
    }

    .titulo a:hover {
        color: #666;
        text-decoration: none;
    }

/*-- INFO: Modal Messages
------------------------------*/
.glyphicon-warning-sign {
    margin-right: 10px;
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-weight: bold;
}

/*-- INFO: Custom
------------------------------*/
.obrigatorio {
    color: #F00;
    padding-left: 2px;
    padding-right: 2px;
    font-size: .8em;
}

.navbar-default {
    border-width: 0 0 1px 0;
    border-radius: 0;
    margin-bottom: 20px !important;
}