﻿/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 6, 2013 */

@font-face {
    font-family: 'Aller';
    src: url('fonts/aller_bd-webfont.eot');
    src: url('fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/aller_bd-webfont.woff') format('woff'), url('fonts/aller_bd-webfont.ttf') format('truetype'), url('fonts/aller_bd-webfont.svg#allerbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Aller';
    src: url('fonts/aller_bdit-webfont.eot');
    src: url('fonts/aller_bdit-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/aller_bdit-webfont.woff') format('woff'), url('fonts/aller_bdit-webfont.ttf') format('truetype'), url('fonts/aller_bdit-webfont.svg#allerbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Aller';
    src: url('fonts/aller_it-webfont.eot');
    src: url('fonts/aller_it-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/aller_it-webfont.woff') format('woff'), url('fonts/aller_it-webfont.ttf') format('truetype'), url('fonts/aller_it-webfont.svg#alleritalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Aller';
    src: url('fonts/aller_rg-webfont.eot');
    src: url('fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/aller_rg-webfont.woff') format('woff'), url('fonts/aller_rg-webfont.ttf') format('truetype'), url('fonts/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*ELEMENTOS GENERICOS*/
html {
    font-size: 12px;
}

body {
    font-family: Aller,Tahoma,Arial,Helvetica,sans-serif;
    background: #666 url("images/pattern.png") repeat-x 0 0;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

h1, .h1 {
    font-size: 38.5px;
    font-weight: normal;
}

h2, .h2 {
    font-size: 31.5px;
    font-weight: normal;
    color: #FF8000;
}

/*h3, .h3 {
    font-size: 24.5px;
    font-weight:normal;
    color: #FF8000;
}*/

h3, .h3, .legend {
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #FF8000; /*#FF952B;*/
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
}

h4, .h4 {
    font-size: 17.5px;
    color: #666;
    font-weight: normal;
}

h5, .h5 {
    font-size: 14px;
    color: #777;
}

h6, .h6 {
    font-size: 11.9px;
}

caption {
    text-align: left;
    margin-bottom: 15px;
}

legend {
    color: #FF8000; /*#FF952B;*/
}

label {
    margin-bottom: 2px;
    color: #aaa;
    font-size: 13px;
    line-height: 16px;
}

    label.checkbox,
    label.radio,
    label.radiobutton {
        color: #555;
        font-size: 13px;
        line-height: 20px;
    }

    label.h5 {
        margin-top: 0;
    }

.mensagemValidacao {
    color: #b94a48;
    font-family: arial;
}

.field-validation-error {
    display: block;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    color: #b94a48;
}

textarea {
    box-sizing:border-box;
}

/*select, 
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
    margin-bottom:20px;
}*/

/*estilos genéricos*/
.gapbottom {
    margin-bottom: 10px;
}

.gaptop {
    margin-top: 10px;
}

.obrigatorio:after {
    content: " *";
    color: #b94a48;
    font-weight: bold;
}

.hidden {
    display: none;
}

.disabled {
    cursor: not-allowed !important;
}

.txt-center, .text-center {
    text-align: center;
}

.text-right, .txt-right {
    text-align: right;
}

.default-color {
    color: #333;
}

.inline {
    display: inline-block;
}

.icongap {
    width: 14px;
    display: inline-block;
    opacity: .1;
    cursor: default !important;
}

/*MENU SUPERIOR*/
.navbar-inverse .navbar-inner {
    background-color: #333;
    background-image: -moz-linear-gradient(top,#555,#333);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#555),to(#333));
    background-image: -webkit-linear-gradient(top,#555,#333);
    background-image: -o-linear-gradient(top,#555,#333);
    background-image: linear-gradient(to bottom,#555,#333);
    background-repeat: repeat-x;
    border-color: #252525;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555',endColorstr='#ff333333',GradientType=0);
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    /*-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);*/
}

.navbar-fixed-top {
    margin-bottom:0;
}

.navbar .brand {
    text-indent: -9000px;
    overflow: hidden;
    line-height: 29px;
    height: 29px;
    width: 168px;
    background: transparent url("images/logo-menu.png") no-repeat 0 0;
    padding: 0;
    margin: 5px 0 0 0;
}

.navbar .nav {
    left: inherit;
    float: right;
    margin: 0;
}

.nav-collapse .nav > li {
    padding-left: 0;
    font-size: 13px;
}

.navbar .nav > li > a {
    text-transform: uppercase;
    padding: 8px 5px 12px 5px;
    font-weight: bold;
}

.navbar .nav > li:nth-child(5) > .dropdown-menu {
    left:auto;
    right:0;
}
    .navbar .nav > li:nth-child(5) > .dropdown-menu:before,
    .navbar .nav > li:nth-child(5) > .dropdown-menu:after {
        left:auto;
        right:9px;
    }


@media (max-width: 979px) {
    .nav-collapse .nav {
        float: none;
        margin: 0;
        left: 0;
    }

    .navbar .brand {
        margin-left: 20px;
    }

    .navbar .btn-navbar {
        margin-right: 20px;
    }

    .nav-collapse .nav > li {
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar .nav > li > a {
        padding: 6px 5px 8px 5px;
    }
}

@media (max-width: 767px) {
    .navbar .btn-navbar {
        margin-right: 10px;
    }

    .navbar .brand {
        margin-left: 10px;
    }

    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-right: 0;
        margin-left: 0;
    }

    .nav-collapse .nav > li {
        padding-left: 10px;
        padding-right: 10px;
    }

    #CompetenciaData-group .span3 {
        float: left;
        width: 45%;
    }

    #HoraMinuto-group .span3 {
        float: left;
        width: 45%;
    }

    #HoraValorHora-group .span3 {
        float: left;
        width: 45%;
    }

    #CompetenciaData-group .row:first-child,
    #HoraMinuto-group .row:first-child,
    #HoraValorHora-group .row {
        margin-bottom: 10px;
    }

        #HoraValorHora-group .row:last-child {
            margin-bottom: initial;
        }
    span.span-options {
        width:auto;
    }
    .dropdown-backdrop {
        position: static;
    }
}


@media (max-width: 480px) {
    table {
        word-break:break-all;
    }
    #CompetenciaData-group .span3 {
        float: none;
        width: auto;
    }

    #HoraMinuto-group .span3 {
        float: none;
        width: auto;
    }

    #HoraValorHora-group .span3 {
        float: none;
        width: auto;
    }

    #CompetenciaData-group .row:first-child,
    #HoraMinuto-group .row:first-child,
    #HoraValorHora-group .row {
        margin-bottom: 20px;
    }

    h3, .h3, .legend {
        line-height: 135%;
    }
}

/*CONTEUDO*/
.conteudo {
    min-height: 400px;
    padding: 25px 25px;
    background-color: #fff;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-radius: 15px;
    box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.2);
}

@media (max-width: 979px) {
    /* .conteudo {
        margin-top: -20px;
    }*/
}

@media (max-width: 767px) {
    .conteudo {
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-left: none;
        border-right: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        padding: 20px 10px;
        margin-top:0;
    }
}

/*LOGIN*/
.title .logo {
    width: 241px;
    height: 145px;
    display: inline-block;
    text-indent: -9000px;
    overflow: hidden;
    background: transparent url("images/logo-home.png") no-repeat 0 0;
    margin-top: 100px;
    margin-left: 60px;
}

/*HOME*/
#painel h2 {
    margin-bottom: 20px;
}

#painel #competencias .h4 {
    margin: 5px 0;
    font-size: 16px;
}

#painel #competencias h5 {
    margin-top: 0;
    margin-top: 5px;
    font-size: 15px;
}

#painel #atividades .accordion-heading .accordion-toggle {
    display: inline-block;
    float: left;
}

#painel #atividades .accordion-heading:after {
    content: " ";
    display: block;
    clear: both;
}

.colEquipes {
    color: #888;
    float: right;
    display: inline-block;
    margin-right: 10px;
}

#painel .colEquipes {
    font-style: italic;
    font-weight: bold;
}

.listaEquipes {
    margin: 0;
    padding: 0;
    list-style: none;
}

.itemEquipe {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
    background: transparent url('images/statusEquipe.png') no-repeat 0 4px;
}

.statusTotalmente {
    background-position: 0 -17px;
}
/*azul*/
.statusParcialmente {
    background-position: 0 -39px;
}
/*amarelo*/
.statusNenhuma {
    background-position: 0 -58px;
}
/*vermelho*/
.statusConcluida {
    background-position: 0 4px;
}
/*verde*/

.ctn-legendas {
    margin: 0;
    padding: 0;
}

    .ctn-legendas li {
        display: inline;
        margin: 0 15px 0 0;
        color: #777;
        font-size: 11px;
        background: transparent url('images/statusEquipe-legenda.png') no-repeat 0 2px;
        padding: 0 0 0 14px;
    }

#painel .ctn-legendas {
    /*margin-bottom:30px;*/
}

.ctn-legendas .statusTotalmente {
    background-position: 0 -16px;
}
/*azul*/
.ctn-legendas .statusParcialmente {
    background-position: 0 -35px;
}
/*amarelo*/
.ctn-legendas .statusNenhuma {
    background-position: 0 -55px;
}
/*vermelho*/
.ctn-legendas .statusConcluida {
    background-position: 0 2px;
}
/*verde*/

.ctn-status {
    margin: 0;
    padding: 0;
}

    .ctn-status li {
        display: inline;
        margin: 0 0 0 15px;
        background: transparent url('images/statusEquipe.png') no-repeat right top;
        padding: 0 17px 0 0;
    }

    .ctn-status .statusTotalmente {
        background-position: right -18px;
    }
    /*azul*/
    .ctn-status .statusParcialmente {
        background-position: right -39px;
    }
    /*amarelo*/
    .ctn-status .statusNenhuma {
        background-position: right -59px;
    }
    /*vermelho*/
    .ctn-status .statusConcluida {
        background-position: right 3px;
    }
/*verde*/

#accordion-barra {
    margin-bottom: 30px;
}

    #accordion-barra .block {
        margin-left: 15px;
        margin-bottom: 8px;
    }

#loginForm {
    margin-top: 50px;
}

#painel .accordion-group:nth-child(odd) {
    background-color: #EEEEEE;
    /*border-color:#DDDDDD;*/
}

#painel .accordion-group:nth-child(even) {
    background-color: #DDDDDD;
    /*border-color:#BBBBBB;*/
}

#painel .accordion-heading a.h4 {
    margin-top: 5px;
    margin-bottom: 5px;
}

#painel .painel {
    /*border-color:#CCCCCC;*/
}

    #painel .painel > .accordion-heading a {
        color: #fff;
    }

        #painel .painel > .accordion-heading a.h4 {
            margin-top: 10px;
            margin-bottom: 10px;
        }

    #painel .painel.painel_alocacao {
        background-color: #F4831B;
    }

    #painel .painel.painel_fluxo {
        background-color: #4E62AB;
    }

    #painel .painel.painel_sd {
        background-color: #64A553;
    }

    #painel .painel.painel_ac {
        background-color: #b94a48;
    }

/*andamento*/
.andamento {
    vertical-align: middle;
    width: 30%;
    text-align: right;
    min-width: 350px;
}

    .andamento .ctn-barra {
        height: 8px;
        font-size: 8px;
        line-height: 8px;
        overflow: hidden;
        display: inline-block;
        width: 85%;
        background-color: #ddd;
    }

    .andamento .barra {
        background: transparent url('images/barra-percent.png') repeat-x 0 0;
        height: 8px;
        font-size: 8px;
        line-height: 8px;
    }

    .andamento .percentual {
        display: inline-block;
        color: #888;
    }

.competenciaAtual {
    color: #00698C;
}

.competenciaAnterior {
    color: #D93600;
}

@media (max-width: 767px) {
    .title {
        text-align: center;
    }

        .title .logo {
            margin-left: 0;
            margin-top: 20px;
        }

    #loginForm {
        text-align: center;
    }

        #loginForm form {
            display: inline-block;
        }

        #loginForm label.checkbox {
            display: inline-block;
        }
}

/*RODAPE*/
.rodape {
    /*margin-bottom: 30px;*/
}

    .rodape .fcav {
        margin-top: 15px;
        text-align: center;
    }

        .rodape .fcav a {
            width: 143px;
            height: 20px;
            text-indent: -9000px;
            line-height: 20px;
            overflow: hidden;
            background: transparent url("images/fcav.png") no-repeat 0 0;
            margin: 0;
            padding: 0;
            display: inline-block;
        }

/*ACCORDION*/
.accordion .accordion {
    margin-bottom: 0;
}

.accordion h4, .accordion .h4 {
    color: #005580;
}

.accordion-heading .accordion-toggle {
    padding: 0 15px;
}

.accordion .legend {
    margin-bottom: 0;
    border: 0;
}

.accordion-inner {
    background-color: #f6f6f6;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.accordion-inner-painel {
    background-color: #fff;
}

.collapse {
    position: static;
    clear: both;
}

.accordion .table {
    margin-bottom: 5px;
}

.accordion.horizontal {
    margin-bottom: 10px;
}

    .accordion.horizontal .legend {
        margin-bottom: 0;
        border-bottom: none;
    }

    .accordion.horizontal .accordion-group {
        padding-left: 15px;
        padding-right: 15px;
    }

/*GRID*/
table caption.legend {
    margin-bottom: 0;
    border: 0;
}

.table tfoot tr.warning > td {
    background-color: #fcf8e3;
}

.accordion-inner .table {
    margin-bottom: 0;
}

.table.vcenter td {
    vertical-align: middle;
}

.table th.text-center,
.table td.text-center,
.table th.txt-center,
.table td.txt-center {
    text-align: center;
}

.table th.text-right,
.table td.text-right,
.table th.txt-right,
.table td.txt-right {
    text-align: right;
}

td.actions a {
    margin-left: 2px;
    margin-right: 2px;
}

.subhead, .sublabel {
    font-weight: normal !important;
    font-style: italic;
}

table.table-input th,
table.table-input td {
    vertical-align: middle;
    padding: 4px 8px;
}

table.table-input input {
    margin: 0;
}

table#TabelaContaCorrente input[type=text] {
    width: 85%;
}


/*FORMS*/
.pagination-centered .btn {
    margin-left: 10px;
    margin-right: 10px;
}

.labelGap {
    margin-top: 20px;
}

span.label-periodo {
    display: inline-block;
    position: relative;
    top: -9px;
}

.sublinhado {
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    padding: 0;
    margin: 0;
}

[class^="icon-"], [class*=" icon-"] {
    cursor: pointer;
}

label.checkbox, label.radiobutton {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

    label.checkbox input, label.radio, label.radiobutton input {
        vertical-align: top;
    }

/*combobox*/
.row-fluid .combobox-container .add-on {
    float: none;
    vertical-align: top;
}

input.spanCombo, .uneditable-input.spanCombo {
    width: 80%;
}

.row-fluid input.spanCombo, .row-fluid .uneditable-input.spanCombo {
    width: 87%;
}

.row-fluid .span4 input.spanCombo, .row-fluid .span4 .uneditable-input.spanCombo {
    width: 90%;
}

@media (min-width: 1200px) {
    input.spanCombo, .uneditable-input.spanCombo {
        width: 75%;
    }

    .row-fluid input.spanCombo, .row-fluid .uneditable-input.spanCombo {
        width: 89%;
    }

    .row-fluid .span4 input.spanCombo, .row-fluid .span4 .uneditable-input.spanCombo {
        width: 92%;
    }
}

@media (max-width: 979px) {
    input.spanCombo, .uneditable-input.spanCombo {
        width: 75%;
    }

    .row-fluid input.spanCombo, .row-fluid .uneditable-input.spanCombo {
        width: 82%;
    }

    .row-fluid .span4 input.spanCombo, .row-fluid .span4 .uneditable-input.spanCombo {
        width: 82%;
    }
}

@media (max-width: 767px) {
    input.spanCombo, .uneditable-input.spanCombo {
        width: 85%;
    }

    .row-fluid input.spanCombo, .row-fluid .uneditable-input.spanCombo {
        width: 90%;
    }

    .row-fluid .span4 input.spanCombo, .row-fluid .span4 .uneditable-input.spanCombo {
        width: 90%;
    }

    .cpf, .rg, .data {
        max-width: 200px;
    }

    .combobox-container input, .combobox-container .uneditable-input {
        width: 90%;
    }
}

/*ALERTAS*/
.alert {
    margin-bottom: 10px;
}

    .alert ul, .alert li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.validation-summary-errors {
    padding: 8px 35px 8px 14px;
    margin-bottom: 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #eed3d7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #b94a48;
    background-color: #f2dede;
}

    .validation-summary-errors ul, .validation-summary-errors li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

/*Multi select*/
.multiselect-all label {
    font-weight: bold;
}

/*NOME DO USUÁRIO, NO TOPO DA PÁGINA*/
#identificacao-usuario {
    font-size: 13px;
    font-weight: bold;
    color: #555;
    vertical-align: middle;
    line-height: 14px;
}

    #identificacao-usuario span {
        font-weight: normal;
        font-size: 12px;
    }

    #identificacao-usuario .icon-user {
        vertical-align: top;
        margin-right: 3px;
    }

/*Autotyppe*/
.ui-widget-content {
    font-size: 0.85em;
}

.ui-autocomplete {
    max-height: 114px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
    height: 114px;
}

.listErros {
    margin-bottom: 5px !important;
}

    .listErros li {
        list-style-type: circle;
        list-style-position: inside;
    }

.error-p {
    margin-bottom: 5px;
}


/*PÁGINA SD WORKFLOW*/
.sd-top .legend:first-child {
    margin-right: 10px;
}

.sd-menu .nav {
    margin-bottom: 5px;
}

/*FC:CONTRATO*/
.bloco-contrato {
    border-left: 1px solid #ccc;
    padding-left: 20px;
}

/*FC:RUBRICA*/
.listRubs {
    margin-left: 20px;
    margin-right: 20px;
}

    .listRubs, .listRubs li {
        list-style: none;
        clear: both;
    }

        .listRubs > li {
            font-weight: bold;
            padding-top: 2px !important;
            padding-bottom: 2px !important;
        }

            .listRubs > li:nth-child(odd) {
                background-color: #f6f6f6;
            }

            .listRubs > li li {
                font-weight: normal;
            }

.span-options {
    display: inline-block;
    padding-left: 2px;
    margin-left: 0 !important;
    margin-right: 15px;
}

    .span-options span,
    .span-options a {
        margin-top: 4px;
    }

    .span-options a {
        opacity: .3;
    }

        .span-options a:hover {
            opacity: 1;
        }

.petrea {
    color: #333;
    text-transform: uppercase;
}

.nao-petrea {
    color: #666;
}

.rubrica-equipe {
    margin-left: 100px;
    text-transform: none;
    font-style: italic;
}

.valor-rubrica {
    text-transform: none;
}

/*FC:LANÇAMENTOS*/
.tbl-lancamento.table th, s .tbl-lancamento.table td {
    vertical-align: middle;
}

.tbl-lancamento.table thead td {
    text-align: center;
    font-weight: bold;
}

.ficha-escura {
    background-color: #f0f0f0;
}

iframe {
    border: 0;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
}

/* Header do modal */

#modal.iframe .modal-body {
    /*min-height:590px;*/
    max-height: 950px;
    overflow: hidden;
}


.modal-header h3 {
    margin: 0;
    line-height: 30px;
    border: 0;
}

.modal {
    text-align: left;
    left: 10%;
    margin-left: 0 !important;
    width: 80%;
}

    .modal.span11 {
        width: 80%;
    }

.modal-body iframe {
    height: 100%;
}

/*PERFIL*/
ul.modulos-perfil {
    margin-left:0;
    list-style:none;
}
    ul.modulos-perfil ul {
        list-style:none;
        display:none;
    }

    ul.modulos-perfil span.jumper{
        position:relative;
        left:-2px;
        top:-1px;
        display:inline-block;
        width: 0; 
	    height: 0; 
	    border-left: 5px solid transparent;
	    border-right: 5px solid transparent;
	    border-top: 5px solid #666;
        cursor:pointer;
    }
        ul.modulos-perfil span.jumper.up {
            border-top: none;
	        border-bottom: 5px solid #666;
        }
    ul.modulos-perfil span.gapjumper {
        position:relative;
        display:inline-block;
        width: 10px; 
    }
    


/* Estilos para a impressão */
@media print {

        @page {
            margin: 1.27cm;
            size:auto;
        }

        body, html {
            margin:0;
            padding:0;
            width:100%;
        }

    .conteudo {
        padding: 0;
        margin-top: 0;
        background-color: #fff;
        border: 0;
        box-shadow: 0;
        width:100% !important;
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
    }

    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

        .row-fluid:before,
        .row-fluid:after {
            display: table;
            line-height: 0;
            content: "";
        }

        .row-fluid:after {
            clear: both;
        }

        .row-fluid [class*="span"] {
            display: block;
            float: left;
            width: 100%;
            min-height: 30px;
            margin-left: 2.564102564102564%;
            *margin-left: 2.5109110747408616%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .row-fluid [class*="span"]:first-child {
                margin-left: 0;
            }

        .row-fluid .controls-row [class*="span"] + [class*="span"] {
            margin-left: 2.564102564102564%;
        }

        .row-fluid .span12 {
            width: 100%;
            *width: 99.94680851063829%;
        }

        .row-fluid .span11 {
            width: 91.45299145299145%;
            *width: 91.39979996362975%;
        }

        .row-fluid .span10 {
            width: 82.90598290598291%;
            *width: 82.8527914166212%;
        }

        .row-fluid .span9 {
            width: 74.35897435897436%;
            *width: 74.30578286961266%;
        }

        .row-fluid .span8 {
            width: 65.81196581196582%;
            *width: 65.75877432260411%;
        }

        .row-fluid .span7 {
            width: 57.26495726495726%;
            *width: 57.21176577559556%;
        }

        .row-fluid .span6 {
            width: 48.717948717948715%;
            *width: 48.664757228587014%;
        }

        .row-fluid .span5 {
            width: 40.17094017094017%;
            *width: 40.11774868157847%;
        }

        .row-fluid .span4 {
            width: 31.623931623931625%;
            *width: 31.570740134569924%;
        }

        .row-fluid .span3 {
            width: 23.076923076923077%;
            *width: 23.023731587561375%;
        }

        .row-fluid .span2 {
            width: 14.52991452991453%;
            *width: 14.476723040552828%;
        }

        .row-fluid .span1 {
            width: 5.982905982905983%;
            *width: 5.929714493544281%;
        }

        .row-fluid .offset12 {
            margin-left: 105.12820512820512%;
            *margin-left: 105.02182214948171%;
        }

            .row-fluid .offset12:first-child {
                margin-left: 102.56410256410257%;
                *margin-left: 102.45771958537915%;
            }

        .row-fluid .offset11 {
            margin-left: 96.58119658119658%;
            *margin-left: 96.47481360247316%;
        }

            .row-fluid .offset11:first-child {
                margin-left: 94.01709401709402%;
                *margin-left: 93.91071103837061%;
            }

        .row-fluid .offset10 {
            margin-left: 88.03418803418803%;
            *margin-left: 87.92780505546462%;
        }

            .row-fluid .offset10:first-child {
                margin-left: 85.47008547008548%;
                *margin-left: 85.36370249136206%;
            }

        .row-fluid .offset9 {
            margin-left: 79.48717948717949%;
            *margin-left: 79.38079650845607%;
        }

            .row-fluid .offset9:first-child {
                margin-left: 76.92307692307693%;
                *margin-left: 76.81669394435352%;
            }

        .row-fluid .offset8 {
            margin-left: 70.94017094017094%;
            *margin-left: 70.83378796144753%;
        }

            .row-fluid .offset8:first-child {
                margin-left: 68.37606837606839%;
                *margin-left: 68.26968539734497%;
            }

        .row-fluid .offset7 {
            margin-left: 62.393162393162385%;
            *margin-left: 62.28677941443899%;
        }

            .row-fluid .offset7:first-child {
                margin-left: 59.82905982905982%;
                *margin-left: 59.72267685033642%;
            }

        .row-fluid .offset6 {
            margin-left: 53.84615384615384%;
            *margin-left: 53.739770867430444%;
        }

            .row-fluid .offset6:first-child {
                margin-left: 51.28205128205128%;
                *margin-left: 51.175668303327875%;
            }

        .row-fluid .offset5 {
            margin-left: 45.299145299145295%;
            *margin-left: 45.1927623204219%;
        }

            .row-fluid .offset5:first-child {
                margin-left: 42.73504273504273%;
                *margin-left: 42.62865975631933%;
            }

        .row-fluid .offset4 {
            margin-left: 36.75213675213675%;
            *margin-left: 36.645753773413354%;
        }

            .row-fluid .offset4:first-child {
                margin-left: 34.18803418803419%;
                *margin-left: 34.081651209310785%;
            }

        .row-fluid .offset3 {
            margin-left: 28.205128205128204%;
            *margin-left: 28.0987452264048%;
        }

            .row-fluid .offset3:first-child {
                margin-left: 25.641025641025642%;
                *margin-left: 25.53464266230224%;
            }

        .row-fluid .offset2 {
            margin-left: 19.65811965811966%;
            *margin-left: 19.551736679396257%;
        }

            .row-fluid .offset2:first-child {
                margin-left: 17.094017094017094%;
                *margin-left: 16.98763411529369%;
            }

        .row-fluid .offset1 {
            margin-left: 11.11111111111111%;
            *margin-left: 11.004728132387708%;
        }

            .row-fluid .offset1:first-child {
                margin-left: 8.547008547008547%;
                *margin-left: 8.440625568285142%;
            }
}
