/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
    margin: 0;
    min-height:100%;
    background-color:#333;
    color: white;
    font-size: 13px;
    font-family: Arial,Verdana,Tahoma,Helvetica,Sans-serif;
    height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    background-color:#000;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;

        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border-color:#fff;
    color:#fff;
}

td, th {
    padding: 0;
}

.ms-container {
    background: transparent url("../img/switch.png") no-repeat 50% 50%;
    width: 100%;
}

.head-list {
    margin-bottom: 5px;
}

.ms-container:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    min-height: 0;
    visibility: hidden;
}

.ms-container .ms-selectable, .ms-container .ms-selection {
    background: #000;
    color: #fff;
    float: left;
    width: 45%;
}

.ms-container .ms-selection {
    float: right;
}

.ms-container .ms-list {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    height: 200px;
    padding: 0;
    overflow-y: auto;
}

    .ms-container .ms-list.ms-focus {
        border-color: rgba(82,168,236,0.8);
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
        outline: 0;
        outline: thin dotted; \9
    }

.ms-container ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.ms-container .ms-optgroup-container {
    width: 100%;
}

.ms-container .ms-optgroup-label {
    margin: 0;
    padding: 5px 0px 0px 5px;
    cursor: pointer;

}

.ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection {
    border-bottom: 1px #eee solid;
    padding: 2px 10px;
    color: #555;
    font-size: 14px;
}

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    cursor: pointer;
    color: #000;
    text-decoration: none;
    background-color: #08c;
}

.ms-container .ms-selectable li.disabled, .ms-container .ms-selection li.disabled {
    background-color: #eee;
    color: #aaa;
    cursor: text;
}

* {
    margin: 0;
    padding: 0;
}

:focus {
    outline: 0;
}

 
* html #tudo {
    height: 100%;
}

#tudo {
    margin: 0 auto;
    min-height: 100%;
    position: relative;
}

.container {
    padding-bottom: 150px;
}

.text-center, .table-center td {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.text-vertical-line {
    line-height: 34px;
    vertical-align: middle;
}

.form button {
    margin-top: 22px;
}
.form-control{
    background-color:#333;
    color:#fff;
}
    label {
    color:#fff;
    }
#footer-brasil {
    background: none repeat scroll 0% 0% #222;
    padding: 1em 0px;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#header {
    width: 100%;
    background: #222;
    height: 123px;
    color: #fff;
}

.logo {
    padding-top: 20px;
}

    .logo p {
        margin: 0;
        font-family:sans,sans-serif;
        font-weight:normal;
    }

    .logo a {
        font-size: 30pt;
        font-family:sans,sans-serif;
        font-weight: 900;
        color: #fff;
        text-decoration: none;
    }

.menu {
    background: #111;
    height: 29px;
    font-size: 14px;
}

    .menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .menu ul li {
            position: relative;
            float: left;
        }

    .menu li ul {
        display: none;
    }

    .menu ul li a {
        display: block;
        padding: 4px 15px;
        text-decoration: none;
        white-space: nowrap;
        color: #fff;
        font-size: 1.1em;
        font-weight: normal;
    }

    .menu ul li ul li a {
        color: #fff;
        padding: 10px 15px;
    }

    .menu li:hover > ul {
        display: block;
        position: absolute;
        z-index: 9999999999999999;
    }

    .menu li:hover li {
        float: none;
    }

    .menu li ul {
        background: #000;
    }

    .menu li:hover li a:hover {
        background: #222;
        color: #fff;
    }

    .menu ul ul ul {
        left: 100%;
        top: 0;
    }

    .menu ul:before, .menu ul:after {
        content: " ";
        display: table;
    }

    .menu ul:after {
        clear: both;
    }

ul {
    list-style: none;
}

.lista-hide {
    display: none;
}
.loginpartial a{
    color:#fff;
}
.loginpartial{
    margin-top:60px;
}
.loginpartial p{
    padding-top:6px;
}
.dataTables_info{
    color:#fff;
}

h1{
    color:#fff;
}
.ms-list{
    background-color:#333;
    color:#fff;
}
.container .well{
    background-color:#333;
    background-image:none;
}
.panel.panel-default{ background-color:#222;color:#fff}

.panel-default .panel-heading{
    background-color:#222;
    background-image:none;
    color:#fff;
}
.btn-primary{
    background-image:none;
    background-color:#333;
}
.btn-primary:hover{
    background-image:none;
    background-color:#555;
}

.btn-danger{
    background-image:none;
    background-color:#333;
}
.btn-danger:hover{
    background-image:none;
    background-color:#555;
}
.btn-success{
    background-image:none;
    background-color:#333;
}
.btn-success:hover{
    background-image:none;
    background-color:#555;
}
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}

.ui-state-hover, &.ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.submitLink {
  background-color: transparent;
  text-decoration: underline;
  border: none;
  color: blue;
  cursor: pointer;
}
submitLink:focus {
  outline: none;
}
.footer-azul{
    background-color: #222;
    height:100px;
    margin:0px;
    padding-top:25px;
}
.footer-cinza{
    font-size:11px;
    height:41px;
    background-color:#dfdfdf;
    padding-top:6px;
}
.quadrado{
    width:980px;
}
.footer{
    position: absolute;
	bottom: 0;
    right:0;
    left:0;

}
.sidebar {
 display: inline;
 width: 30%;
 float: right;
}
.label-primary {
    background-color: #333;
}
.field-validation-error {
    color: #333
}