html,
body { -webkit-font-smoothing: antialiased; background: #fff; }

/* Background colors */
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black { color: #f9f9f9 !important; }
.bg-gray { background-color: #eaeaec !important; }
.bg-black { background-color: #222222 !important; }
.bg-red { background-color: #f56954 !important; }
.bg-yellow { background-color: #f39c12 !important; }
.bg-aqua { background-color: #00c0ef !important; }
.bg-blue { background-color: #0073b7 !important; }
.bg-light-blue { background-color: #3c8dbc !important; }
.bg-green { background-color: #00a65a !important; }
.bg-navy { background-color: #001f3f !important; }
.bg-teal { background-color: #39cccc !important; }
.bg-olive { background-color: #3d9970 !important; }
.bg-lime { background-color: #01ff70 !important; }
.bg-orange { background-color: #ff851b !important; }
.bg-fuchsia { background-color: #f012be !important; }
.bg-purple { background-color: #932ab6 !important; }
.bg-maroon { background-color: #85144b !important; }
.bg-tema { background-color: #487CBE !important; }
/* Text colors */
.text-white { color: #fff !important; }
.text-light-gray { color: #e0e0e0 !important; }
.text-gray { color: #b0b0b0 !important; }
.text-red { color: #f56954 !important; }
.text-yellow { color: #f39c12 !important; }
.text-aqua { color: #00c0ef !important; }
.text-blue { color: #0073b7 !important; }
.text-black { color: #222222 !important; }
.text-light-blue { color: #3c8dbc !important; }
.text-green { color: #00a65a !important; }
.text-navy { color: #001f3f !important; }
.text-teal { color: #39cccc !important; }
.text-olive { color: #3d9970 !important; }
.text-lime { color: #01ff70 !important; }
.text-orange { color: #ff851b !important; }
.text-fuchsia { color: #f012be !important; }
.text-purple { color: #932ab6 !important; }
.text-maroon { color: #85144b !important; }

.well .table { margin-bottom: 5px; }
.well-white { background-color: #fff; }
.well-sm p { margin-bottom: 0; }
.alert.alert-msg { padding-left: 50px; position: relative; }
.alert.alert-msg i { position: absolute; top: 10px; left: 12px; }
.alert h3 { margin: 0 0 10px; line-height: initial; }
.alert ul { list-style: none; margin-top: 5px; }

.janela { position: fixed;z-index: 4000;top: 50%;left: 50%;width: 500px;height: 225px;
          margin-top: -125px;margin-left: -250px;padding: 10px;color: #000;border-radius: 10px;
          -moz-border-radius: 10px;-webkit-border-radius: 10px; }
/* border: 5px solid #efefef;box-shadow: 0px 0px 7px #666; } */
.janela a.fechar { position: absolute;right: 10px;top: 5px;font-size: 32px;color: #fff;font-weight: bold;text-shadow: 1px 1px 1px #666;transition: none; }
.janela a.fechar:hover,
.janela a.fechar:focus,
.janela a.fechar:active { text-decoration: none;text-shadow: 1px 1px 3px #000;right: 11px;top: 4px;transition: none; }
.janela h3 { font-size: 24px;line-height: 35px;margin: 0 0 10px;font-weight: normal;text-transform: initial;color: #fff;text-shadow: 1px 1px 1px #666;
             background: transparent url('../img/assets/icons-window.png') no-repeat; padding-left: 45px;border: 0; }
.janela-erro,
.janela-sucesso { box-shadow: 0 0 0 7px rgba(255, 255, 255, .4); /*erro: 17,83,83 - sucesso: 83,172,83*/
                  -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, .4);
                  -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, .4); }
.janela-erro h3 { background-position: 0 0; }
.janela-sucesso h3 { background-position: 0 -55px; }
.janela .conteudo { height: 155px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;overflow-y: auto; }
.janela .conteudo ul { margin: 0px 15px 0 0px; }
.janela .conteudo ul li { text-shadow: 1px 1px 1px #fff; }

.janela-erro { background: #a95555; }
.janela-erro .conteudo { background: #fdd;border: 1px solid #994545;color: #800000; }
.janela-sucesso { background: #5ca381; }
.janela-sucesso .conteudo { background: #dfe9ff;border: 1px solid #4c9371;color: #005000; }

#modal { overflow: initial; }
.modal-content { overflow: hidden; }
/*.modal-header { color: #aaa; }*/
.modal-header { background-color: #428bca; color: #fff; }
.modal-header h3,
.modal-header h4 { font-size: 18px; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.modal-header .close { margin-top: -3px; font-size: 24px; }
.modal-body { padding: 10px 10px 0; }
.modal-footer { margin-top: 0; }

.form-buttons { border-top: 1px solid #d0d0d0; padding: 15px 0 10px; }

.table tbody tr { background-color: #fcfcfc; }
.table.table-definition tr:first-child th,
.table.table-definition tr:first-child td,
.table.table-definition tr:first-child { border-top: 0; }
.table.table-half { width: 50%; }
.table.table-almost { width: 75%; }
.table.table-free { width: auto; }
.table.table-forms tbody td,
.table.table-forms tbody td a.close { line-height: 32px; }
.table.table-forms tbody td label { line-height: 28px; }
.table.table-forms tbody td label input { margin-top: 8px; }
.table tfoot { font-weight: bold; }

.metro-buttons { list-style: none; margin: 0 0 20px; padding: 0; }
.metro-buttons > li { display: inline-block; margin: 2px; width: 32%; min-width: 150px; max-width: 220px; }
.metro-buttons > li > a { position: relative; display: block; padding: 20px 10px 10px; height: 150px; text-align:center;
    background-color: #369; border: 5px solid white; color: #fff; }
.metro-buttons > li > a > span { position: absolute; bottom: 5px; left: 0; width: 100%; text-align: center; display: block; 
    margin-top: 15px; padding: 0 10px; }
.metro-buttons > li > a:hover { border: 5px solid #f90; text-decoration: none; }
.metro-buttons > li > a:hover > i { text-shadow: 1px 1px 3px #333; }

.navbar-azul { background-color: #5485bD; border-bottom-color: #2455bd; }
.navbar-azul .navbar-brand { color: #fff; text-shadow: 1px 1px 2px #666; }
.navbar-azul .navbar-brand:focus,
.navbar-azul .navbar-brand:hover { color: #fff; text-shadow: 1px 1px 3px #000; }
.navbar-azul .navbar-brand img { width: 41px; height: 35px; float: left; margin: -7px 10px 0 0; }
.navbar-azul .navbar-nav > li > a { color: #fff; }
.navbar-azul .navbar-nav > li > a:focus,
.navbar-azul .navbar-nav > li > a:hover { background-color: rgba(0,0,0,0.15); color: #ff9; text-shadow: 1px 1px 1px #666; }
.navbar-azul .navbar-nav > .open > a,
.navbar-azul .navbar-nav > .open > a:focus,
.navbar-azul .navbar-nav > .open > a:hover { color: #ffc; background-color: rgba(0,0,0,0.3) }
.navbar-azul .navbar-nav > .active > a,
.navbar-azul .navbar-nav > .active > a:focus,
.navbar-azul .navbar-nav > .active > a:hover { color: #ffc; background-color: rgba(0,0,0,0.3); }

#container { margin-top: 50px; min-height: 400px; }
#login-box form {  border: 1px solid #cecece; border-top: 0; }
.note { font-size: 12px; color: #999; }
.upper { text-transform: uppercase }
.colunaNumerica { text-align: right }
.required:after { content: ' *'; color: #F00; font-weight: bold; }
.lower { text-transform: lowercase; }


@media (min-width: 768px) {
    .table tbody td.opcoes { white-space: nowrap; }
    .table tbody td.opcoes a,
    .table tbody td.opcoes span { margin: 0px 5px 0px; }
}
@media (max-width: 1199px) {
    .metro-buttons li { width: 50%; min-width: 215px; }
}
@media (max-width: 991px) {
    .metro-buttons li { width: 48%; min-width: 195px; }
}
@media (max-width: 767px) {
    .table.table-half,
    .table.table-almost { width: 100%; }
    .table tbody td.opcoes a,
    .table tbody td.opcoes span { margin: 0 5px 5px; }
    .metro-buttons { margin-bottom: 20px; }
    .metro-buttons li { width: 32%; min-width: 115px; max-width: 225px; }
	
	.navbar-azul .navbar-nav .open .dropdown-menu>li>a { color: #fff; }
    .navbar-azul .dropdown.open .dropdown-menu { background-color: #44559d; }
    .navbar-azul .dropdown-menu > li > a:focus,
    .navbar-azul .dropdown-menu > li > a:hover { background-color: rgba(0,0,0,0.2); }
    .dropdown-header { color: #eee; }
    .navbar-toggle { background-color: rgba(0,0,0,0.1); border: 1px solid #fff; }
    .navbar-toggle:hover { background-color: rgba(0,0,0,0.2); }
    .navbar-toggle .icon-bar { background-color: #fff; }
}
@media (max-width: 560px) {
    .metro-buttons { margin-bottom: 20px; }
    .metro-buttons li { width: 48%; min-width: 100px; max-width: 250px; }
}
@media screen {
    #atomical-loading { position: fixed; z-index: 4000; top: 35%; left: 50%; width: 100px; margin-left: -50px; color: #fff; text-align: center; }
    #atomical-loading-overlay,
    .atomical-overlay { position: fixed; z-index: 3999; top: 0; left: 0; width: 100%; height: 100%; background: #000000; opacity: .7; filter: Alpha(Opacity=70); }
}


@media print {
    @page {
        margin: 10px 20px 20px;
    }
    #atomical-loading, #atomical-loading-overlay{ display: none !important; }
    a[href]::after {
        content: none;
    }
}