/* 
    Document   : admin css
    Description:
        Formata o painel.
*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    width: 100%;
}

body.login {
    background: #131b26;
}

/*BOTÕES*/
.btn {
    width: 90;
    height: 10;
    padding: 7px 2px;
    border: 1px solid #eee;
    background: #fbfbfb;
    font-weight: bold;
}

.btn {
    cursor: pointer;
    font-size: 12px;
    color: #fff;
}

.blue {
    background: #069;
    border-color: #053a8a
}

.blue:hover {
    background: #09f;
    border-color: #069;
}

.green {
    background: #33752c;
    border-color: #1f471a
}

.green:hover {
    background: #4aaa40;
    border-color: #398431;
}

.firebrick {
    width: 70%;
    height: 40px;
    overflow: auto;
    background: #000080;
    border-radius: 10px 10px
}

.firebrick:hover {
    background: #CD5C5C;
    border-radius: 10px 10px
}

.firebrickativo {
    width: 70%;
    height: 40px;
    overflow: auto;
    background: #CD5C5C;
    border-radius: 10px 10px
}

.firebrickativo:hover {
    background: #CD5C5C;
    border-radius: 10px 10px
}

/*FLOATS*/
.right {
    float: right !important;
}

.left {
    float: left !important;
}

.center {
    text-align: center !important;
}

/*MENSAGENS DO SISTEM*/
.trigger {
    padding: 15px 15px 15px 40px;
    background: #eee;
    font-size: 14px;
    margin-bottom: 15px;
}

.trigger a {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 15px;
    background: #069;
    color: #fff;
}

.trigger a:hover {
    background: #09f;
    color: #fff;
}

.accept {
    background: #71ca73 url(../icons/accept.png) center left 10px no-repeat
}

.infor {
    background: #c8dbfd url(../icons/infor.png) center left 10px no-repeat
}

.alert {
    background: #faf7b7 url(../icons/alert.png) center left 10px no-repeat
}

.error {
    background: #ffafaf url(../icons/error.png) center left 10px no-repeat
}

/*APENAS TELA DE LOGIN*/
#login {
    width: 100%;
}

#login .boxin {
    position: absolute;
    min-height: 230px;
    background: #eee;
    left: 50%;
    top: 50%;
}

#login .boxin {
    padding: 20px 20px 10px;
    margin-left: -181px;
    margin-top: -170px;
}

#login .boxin h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #09f;
    border-bottom: 5px solid #09f;
}

#login .boxin h1 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-align: center;
}

#login form label {
    display: block;
    margin-bottom: 15px;
}

#login form label span {
    display: block;
    margin-bottom: 5px;
}

#login form label input {
    width: 300px;
    padding: 10px;
    font-size: 18px;
    border: none;
}

#login form .btn {
    margin-top: 10px;
}

.home {
    width: 100%;
    height: 100%;
}

.home header {
    width: 100%;
    margin-top: 0;
    background: url(../images/header_bg_2a.png) repeat-x #fbfbfb;
}

.home aside {
    width: 20%;
    height: 500px;
    float: left;
    margin-top: 0px;
    margin-bottom: 20px;
    background: #E6E6FA;
}

.home article {
    width: 50%;
    height: 100%;
    position: absolute;
    margin-left: 25%;
    margin-right: 0px;
}

.home article p img {
    margin-left: 10px;
}

.home article legend {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 14px;
    margin-left: 10px;
}

.home article form {
    width: 650px;
    margin-left: 0%;
    padding: 20px;
}

.home article form label input,
.home article form label select,
.home article form label textarea {
    padding: 5px;
    border: 2px solid #ccc;
    width: 94%;
    font-size: 12px;
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: initial;
    color: #333;
}

.home article form .label {
    display: block;
    margin-bottom: 10px;
}

.home article form .field {
    display: block;
    margin-bottom: 0px;
    font-weight: 600;
}

.home article form .label_line {
    width: 100%;
    margin-bottom: 5px;
}

.home article form .label_small {
    float: left;
    width: 20%;
    margin-right: 50px;
    margin-left: 0px;
}

.home article form .label_small input {
    width: 100%;
}

.home article form .label_small select {
    width: 20%;
    padding: 5px
}

.home article form .label_small2 {
    float: left;
    width: 150px;
}

.home article form .label_small2:last-child {
    margin-left: 30px;
}

.home article form .label_small2:first-child {
    float: left;
    margin-right: 30px;
}

.home article form .label_small2 input {
    width: 130px;
}

.home article form .label_small2 select {
    width: 130px;
    padding: 5px
}

.home article form .label_tri:first-child {
    float: left;
    width: 290px;
    margin-right: 5px;
    padding: 5px 0px
}

.home article form .label_tri:first-child input {
    width: 260px;
}

.home article form .label_tri:nth-child(2) {
    float: left;
    width: 180px;
    margin-right: 5px;
    padding: 5px 0px
}

.home article form .label_tri:nth-child(2) input {
    width: 150px;
}

.home article form .label_tri select {
    width: 100px;
    padding: 5px
}

.home article form .label_tri2:first-child {
    float: left;
    width: 210px;
    margin-right: 5px;
    padding: 5px 0px
}

.home article form .label_tri2:first-child input {
    width: 170px;
}

.home article form .label_tri2:nth-child(2) {
    float: left;
    width: 210px;
    margin-right: 5px;
    padding: 5px 0px
}

.home article form .label_tri2:nth-child(2) input {
    width: 170px;
}

.home article form .label_tri2:nth-child(3) {
    float: left;
    width: 210px;
    margin-right: 5px;
    padding: 5px 0px
}

.home article form .label_tri2:nth-child(3) input {
    width: 170px;
}

.home article form .label_medium {
    float: left;
    width: 180px;
    margin-right: 44px;
}

.home article form .label_medium:last-child {
    float: right;
    margin-right: 5px;
}

.home article form .label_medium input {
    width: 180px;
}

.home article form .label_medium select {
    width: 180px;
    padding: 5px 5px
}


.home article form .label_tri select {
    width: 165px;
    padding: 5px;
}

.home footer {
    clear: both;
    width: 100%;
    height: 100%;
    background: blue;
}