﻿body {
    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue", "BBAlpha Sans","S60 Sans",Arial,"sans-serif";
    color: #000;
    background-color: darkblue;
    min-width: 1000px !important;
    font-size: .83em;
}

header,
footer,
nav,
section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

header {
    background-color: #172b4e;
    border-bottom: 4px solid #fd6501;
    padding: 5px;
}

footer {
    color: #FFF;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    background-color: rgb(51, 51, 51);
    min-width: 400px;
    height: 100px;
}

    footer p {
        color: #FFF;
        font-size: 0.9em;
        padding: 10px;
    }


#divLogin {
    background-color: darkblue;
    color: #626262;
    padding-bottom: 10px;
    border-radius: 7px;
    width: 350px;
    margin: 0 auto;
    border: 2px solid #CCC;
}

    #divLogin input {
        font-size: 0.9em;
        font-style: normal;
        color: rgb(40, 40, 40);
    }


#bLogin {
    background-color: yellow;
    padding: 10px;
    color: #F2F2F2 !important;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    margin-right: 5px;
}

#divLogin td {
    color: yellow;
    font-size: 1.3em;
    font-style: normal;
    line-height: 2em;
}

#bLogin:hover {
    cursor: pointer;
    opacity: 0.7;
}


#divLogin .lembrar {
    font-size: 0.8em;
    font-style: italic;
    line-height: 2.5em;
}

#divLogin p {
    color: yellow;
    font-size: 1.5em;
    font-style: normal;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: bold;
}

.span01 {
    font-size: 1.2em;
    font-style: italic;
    color: #172b4e;
    font-family: 'Century Gothic', Arial, Helvetica, sans-serif !Important;
}

.span02 {
    font-size: 1.5em;
    font-style: italic;
    font-weight: bold;
    color: #172b4e;
    font-family: 'Century Gothic', Arial, Helvetica, sans-serif !Important;
}

#divLoginGeral {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    background-color: #d9d9d9;
    width: 100%;
    height: 100%;
}



#divGeral {
    margin: 0 auto;
    min-width: 400px;
    background-color: darkblue;
    color:yellow;
}

#divFiltro {
    width: 100%;
    background-color: darkblue;
    padding: 10px;
    padding-top: 0px;
    color:yellow;
}

.divBrowser {
    width: 100%;
    padding-bottom:20px;
    background:darkblue;
}




.bAdd {
    text-decoration:none;
    border: none;
    background:#F2F2F2;
    color:#4e4e4e;
    font-weight:bold;
    font-size:0.9em !important;
    padding-left:10px !important;
    padding-right:10px !important;
    line-height:normal !important;
}


    .bAdd:hover {
        opacity: 0.7;
        cursor: pointer;
    }



.spanAdd:hover {
    cursor: pointer;
    opacity: 0.7;
}


#bFiltrar {
    background-color: #fd6501;
    padding: 10px;
    color: #FFF;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    margin-left: 30px;
}


    #bFiltrar:hover {
        cursor: pointer;
        opacity: 0.7;
    }

#LogOff {
    float: right;
    padding: 5px;
    text-align: right;
}

    #LogOff a {
        color: #FFF;
        font-size: 1.1em;
        text-decoration: none;
        font-weight: bold;
    }

    #LogOff p {
        color: #FFF;
        font-weight: bold;
    }


    #LogOff a:hover {
        opacity: 0.7;
        cursor: pointer;
    }

#menuLogin {
    list-style: none;
    margin: 0px;
    padding: 0px;


}

    #menuLogin li {
        float: left;
        position: relative;
    }

        #menuLogin li a {
            color: #FFF;
            text-decoration: none;
            float: left;
            display: block;
            font-size: 1.2em;
        }

#uName:hover {
    color: #FFF;
}

#uName {
    padding-left: 5px;
    padding-right: 5px;
}


#menuLogin ul {
    display: none;
}

#menuLogin li:hover ul {
    display: block;
    color: #FFF;
}

#menuLogin ul {
    z-index: 999;
    width: 140px;
    list-style: none;
    margin: 5px 0px 0px 0px;
    padding: 0px;
    left: -1px;
    top: 2.5em;
    float: none;
    position: absolute;
    background-color: #FFF;

    border: 1px solid rgb(192, 192, 192);
        border-top:none;
    box-shadow: inset 2px 3px 0px -1px rgba(255,255,255,0.75), inset 0px 0px 10px rgba(0,0,0,0.08), 1px 1px 1px rgba(0,0,0,0.07);
    background-image:none;
}

    #menuLogin ul li {
        margin: 0px;
        padding: 0px;
        width: auto;
        color: #636363;
        clear: none;
        float: none;
    }

.n {
    margin: 0px;
    padding: 0px;
    width: auto;
    color: #626262;
    clear: none;
    float: none;
    border-top: 1px solid rgb(192, 192, 192);
}

#menuLogin li:hover ul li a {
    padding: 0px 6px 0px 0px;
    color: #626262;
    text-transform: lowercase;
    line-height: 200%;
    float: none;
    display: block;
}

#menuLogin ul li a {
    padding: 0px 6px 0px 0px;
    color: #626262;
    text-transform: lowercase;
    line-height: 200%;
    float: none;
    display: block;
    text-align: center;
}

#menuLogin li:hover ul li a:hover {
    color: #FFF;
}

#menuLogin ul li a:hover {
    color: #FFF;
}

.menuLogin_arr {
    top: -6px;
    width: 12px;
    height: 8px;
    right: 19px;
    overflow: hidden;
    position: absolute;
}

    .menuLogin_arr::after {
        background: rgb(253, 253, 253);
        border-width: 1px 0px 0px 1px;
        border-style: solid;
        border-color: rgb(192, 192, 192);
        left: 2px;
        top: 2px;
        width: 7px;
        height: 7px;
        position: absolute;
        content: "";
        box-shadow: inset 2px 0px 0px 0px rgba(255,255,255,0.75), inset 0px 0px 10px rgba(0,0,0,0.03);
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
    }

table {
    width: 100%;
}

tr.alternate-row {
    background-color: rgb(245, 245, 245);
}

tr.grid-footer td {
    padding-top: 10px;
                border-top: solid 2px rgb(198, 198, 198);
    background-color: #FFF;
    height: 15px;
    padding-bottom: 5px;
    color: #5c5c5c;
    font-weight: bold;
    font-size: 1.2em;

}


.webGrid {
    line-height: 20px;
    border-collapse: collapse;
    width: 100%;
}

    .webGrid td {

        /*line-height:0px !important;*/
        white-space: nowrap;
                    border-top: solid 1px rgb(198, 198, 198);
                    color:#000;
    }

    .webGrid tr {
        background-color: #FFF;
        line-height: 20px !important;
    }


    .webGrid th {
        padding: 6px 5px;
        text-align: left;
        color: #f0f0f0;
        border-top:none;
    }

tr.grid-footer a {
    color: #5c5c5c;
    font-weight: normal;
    text-decoration: none;
}

tr.grid-header th {
    background: #5c5c5c;
    color: #FFF;
    border-bottom: 2.2px solid rgb(198, 198, 198);
    border-top: none;
}


tr.grid-header a, tr.grid-header td {
    color: #FFF;
}


input.num {
    width: 60px;
    text-align: right;
}

legend {
    margin-bottom: 10px;
}



table {
    width: 100%;
}

tr.alternate-row {
    background-color: #CCC
}

table.tbItem {
    font-size: 0.9em;
}

    table.tbItem tr td {
        background-color: #F2F2F2;
        color: #000;
        font-weight: bold;
        font-size: 0.9em;
        text-align: center;

    }

    table.tbItem tr a {
        color: #172b4e;
        font-weight: normal;
    }

    table.tbItem tr th {
        background-color: #555555;
        color: #FFF;
        border:1px solid #3e3e3e;
    }


    table.tbRankig {
    font-size: 0.9em;
    border-collapse:collapse;
}

    table.tbRankig tr td {
        background-color: #F2F2F2;color: #000;font-weight: bold;text-align: center;border:1px solid #3e3e3e;
    }

    table.tbRankig tr a {
        color: #172b4e;
        font-weight: normal;
    }

    table.tbRankig tr th {
        background-color: #555555;
        color: #FFF;
        border:1px solid #3e3e3e;
        font-size:1.2em;
    }

.bSalvar {
    background-color: #172b4e;
    padding: 10px;
    color: #FFF;
    border-radius: 5px;
    border: none;
    font-weight: bold;
}

    .bSalvar:hover {
        opacity: 0.7;
        cursor: pointer;
    }

.bVoltar {
    background: url(../Content/Images/left_round.png) no-repeat center;
    width: 26px;
    height: 26px;
    display: inline-block;
    border: none;
    text-indent: -9999px;
    vertical-align: middle;
}

    .bVoltar:hover {
        opacity: 0.7;
    }


.bGreen {
    background: url(../Content/Images/greenBall.png) no-repeat center;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: super;
    border: none;
    text-indent: -9999px;
}

    .bGreen:hover {
        opacity: 0.7;
        cursor: pointer;
    }

.bGreenC {
    background: url(../Content/Images/greenCBall.png) no-repeat center;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: super;
    border: none;
    text-indent: -9999px;
}

    .bGreenC:hover {
        opacity: 0.7;
        cursor: pointer;
    }

.bPurple {
    background: url(../Content/Images/purpleBall.png) no-repeat center;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: super;
    border: none;
    text-indent: -9999px;
}

    .bPurple:hover {
        opacity: 0.7;
        cursor: pointer;
    }

.bRed {
    background: url(../Content/Images/redBall.png) no-repeat center;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: super;
    border: none;
    text-indent: -9999px;
}

    .bRed:hover {
        opacity: 0.7;
        cursor: pointer;
    }

.bBlack {
    background: url(../Content/Images/blackBall.png) no-repeat center;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: super;
    border: none;
    text-indent: -9999px;
}

    .bBlack:hover {
        opacity: 0.7;
        cursor: pointer;
    }

.bBlueC {
    background: url(../Content/Images/blueCBall.png) no-repeat center;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: super;
    border: none;
    text-indent: -9999px;
}

    .bBlueC:hover {
        opacity: 0.7;
        cursor: pointer;
    }

.bEdt {
    background: url(../Content/Images/bEdt.png) no-repeat center;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    text-indent: -9999px;
    margin-bottom: 3px;
}


    .bEdt:hover {
        opacity: 0.5;
        cursor: pointer;
    }


.bDel {
    background: url(../Content/Images/bDel.png) no-repeat center;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    text-indent: -9999px;
    margin-bottom: 3px;
}

    .bDel:hover {
        opacity: 0.5;
        cursor: pointer;
    }

.bVisu {
    background: url(../Content/Images/bVis.png) no-repeat center;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    text-indent: -9999px;
    margin-bottom: 3px;
}

    .bVisu:hover {
        opacity: 0.5;
        cursor: pointer;
    }


.bBlue {
    background: url(../Content/Images/blueBall.png) no-repeat center;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: super;
    border: none;
    text-indent: -9999px;
}

    .bBlue:hover {
        opacity: 0.7;
        cursor: pointer;
    }

.bBrown {
    background: url(../Content/Images/brownBall.png) no-repeat center;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: super;
    border: none;
    text-indent: -9999px;
}

    .bBrown:hover {
        opacity: 0.7;
        cursor: pointer;
    }


.bOrange {
    background: url(../Content/Images/orangeBall.png) no-repeat center;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: super;
    border: none;
    text-indent: -9999px;
}

    .bOrange:hover {
        opacity: 0.7;
        cursor: pointer;
    }

.bYellow {
    background: url(../Content/Images/yellowBall.png) no-repeat center;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: super;
    border: none;
    text-indent: -9999px;
}

    .bYellow:hover {
        opacity: 0.7;
        cursor: pointer;
    }



.bDelNot {
    background: url(../Content/Images/bDel.png) no-repeat center;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    text-indent: -9999px;
    margin-bottom: 3px;
    opacity: 0.23;
}

.bEdtNot {
    background: url(../Content/Images/bEdt.png) no-repeat center;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    text-indent: -9999px;
    margin-bottom: 3px;
    opacity: 0.23;
}


.bObs {
    background: url(../Content/Images/bObs.png) no-repeat center;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    text-indent: -9999px;
    margin-bottom: 3px;
}

    .bObs:hover {
        opacity: 0.5;
        cursor: pointer;
    }

#visObs {
    background:#F2F2F2;
        box-shadow:2px 2px 2px #626262;
}

/*All IE versions, including IE8 Standards Mode:*/
#visObs {
    background:#F2F2F2;
}


#addObs {
    background:#F2F2F2;
        box-shadow:2px 2px 2px #626262;
}

/*All IE versions, including IE8 Standards Mode:*/
#addObs {
    background:#F2F2F2;
}


#visPesq {
    background: #F2F2F2;
        box-shadow:2px 2px 2px #626262;
}

/*All IE versions, including IE8 Standards Mode:*/
#visPesq {
    background:#F2F2F2;
}

#solCad {
    background: #F2F2F2;
        box-shadow:2px 2px 2px #626262;
}

/*All IE versions, including IE8 Standards Mode:*/
#solCad {
    background: #F2F2F2;
}



#menu-Admin {
    clear: both;
    max-width: 100%;
    text-align: left;
    background-color: #4c5970;
    margin-top: -20px;
    margin-bottom: -10px;
    background-image: -moz-linear-gradient(#4c5970, #192F55);
}

/*All IE versions, including IE8 Standards Mode:*/
#menu-Admin {
    background-image: -ms-linear-gradient(#4c5970, #192F55);
}


    #menu-Admin ul {
        text-align: left;
        border-bottom: solid 4px #fd6501;
    }

        #menu-Admin ul li {
            list-style: none;
            display: inline-block;
            text-align: right;
            font-size: 1.3em;
            padding-right: 15px;
            font-weight: bold;
            padding-bottom: 1px;
            position: relative;
        }

            #menu-Admin ul li a {
                color: #FFF;
                text-decoration: none;
                text-shadow: 0 -1px 0 #172b4e;
            }

                #menu-Admin ul li a:hover {
                    color: #7d7d7d;
                }

#menu ul li a {
    border-bottom: 6px solid #000000;
    color: #000000;
    display: block;
    line-height: 50px;
    list-style-type: none;
    margin: 20px 0;
    text-decoration: none;
}

.bLock {
    background: url(../Content/Images/lock.png) no-repeat center;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-indent: -9999px;
}

    .bLock:hover {
        opacity: 0.7;
        cursor: pointer;
    }

.bUnLock {
    background: url(../Content/Images/unlock.png) no-repeat center;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-indent: -9999px;
}

    .bUnLock:hover {
        opacity: 0.7;
        cursor: pointer;
    }

.bKey {
    background: url(../Content/Images/key.png) no-repeat center;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: super;
    border: none;
    text-indent: -9999px;
}

    .bKey:hover {
        opacity: 0.7;
        cursor: pointer;
    }

.bAprov {
    background-color: #398a40;
    padding: 10px;
    color: #FFF;
    border-radius: 5px;
    border: none;
    font-weight: bold;
}


    .bAprov:hover {
        opacity: 0.7;
        cursor: pointer;
    }

    .ui-widget{
        font-size:1em !important;
    }

.ui-tooltip, .arrow:after {
    background: #626262 !important;
}

.ui-tooltip {
    padding: 8px !important;
    color: white !important;
    font-size: 0.8em !important;
    border: none !important;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -14px;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 20%;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        box-shadow: 6px 5px 9px -9px black;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        tranform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }


#divLegenda {
    background-color: #172b4e;
    color: #FFF;
    text-align: center;
}

    #divLegenda:hover {
        cursor: pointer;
        opacity: 0.7;
    }


.bCadProd {
    text-decoration: none;
    font-size: 1.3em;
    color: black;
}

    .bCadProd:hover {
        opacity: 0.7;
        cursor: pointer;
    }

    .bCadProd:before {
        font-family: FontAwesome;
        top: 0;
        content: "\f01c";
    }


.hidecol {
    display: none;
}


.validation-summary-errors ul {
    display: none;
}


@media print {
    body > * {
        display: none;
    }

    body > .rich-modalpanel {
        display: block;
    }

    .rich-mpnl_panel, .rich-mpnl_panel > div {
        position: static !important;
    }

    .rich-mpnl-mask-div, .rich-mpnl-shadow {
        display: none !important;
    }
}






.bprint {
    text-decoration: none;
    font-size: 1.3em;
    color: black;
     text-decoration:none;
border-width: 1px; border-style: solid; border-color: rgb(198, 198, 198) rgb(198, 198, 198) rgb(172, 172, 172); padding: 4px 12px; border-radius: 3px; text-align: center; color: rgb(51, 51, 51); line-height: 18px; font-size: 13px; margin-bottom: 0px; vertical-align: middle; display: inline-block; cursor: pointer; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05); text-shadow: 0px 1px 1px rgba(255,255,255,0.75); background-image: linear-gradient(white, rgb(230, 230, 230)); background-repeat: repeat-x; background-color: whitesmoke; -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: white; text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-image: linear-gradient(rgb(0, 136, 204), rgb(0, 85, 204)); background-repeat: repeat-x; background-color: rgb(0, 116, 204);
}


    .bprint:hover {
        opacity: 0.7;
        cursor: pointer;
    }


.bUrgente {
    background-color: #fe3701;
    padding: 10px;
    color: #FFF;
    border-radius: 5px;
    border: none;
    font-weight: bold;
}

    .bUrgente:hover {
        opacity: 0.7;
        cursor: pointer;
    }



.nbDel:before {
    font-family: FontAwesome;
    color: #FFF;
    font-size: 1.8em;
    content: "\f00d";
}

.nbDel {
    text-decoration: none;
    font-weight: normal;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    color: rgb(51, 51, 51);
    margin-bottom: 0px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.75);
    background-repeat: repeat-x;
    background-color: whitesmoke;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: white;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    background-repeat: repeat-x;
    background-image:linear-gradient(#CC1814,#b71310);
    height: 30px;
    width: 30px;
    line-height: 30px;
}

    .nbDel:hover {
        background: #5c5c5c;
        cursor: pointer;
    }

    .nbCheck:before {
    font-family: FontAwesome;
    color: #FFF;
    font-size: 1.8em;
    content: "\f00c";
}

.nbCheck {
    text-decoration: none;
    font-weight: normal;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    color: rgb(51, 51, 51);
    margin-bottom: 0px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.75);
    background-repeat: repeat-x;
    background-color: whitesmoke;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: white;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    background-repeat: repeat-x;
    background-image:linear-gradient(rgb(43, 101, 48),rgb(0, 144, 12));
    height: 30px;
    width: 30px;
    line-height: 30px;
}

    .nbCheck:hover {
        background: #5c5c5c;
        cursor: pointer;
    }


.nbVisu:before {
    font-family: FontAwesome;
    color: #FFF;
    font-size: 1.8em;
    content: "\f06e";
}

.nbVisu {
    text-decoration: none;
    font-weight: normal;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    color: rgb(51, 51, 51);
    margin-bottom: 0px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.75);
    background-repeat: repeat-x;
    background-color: whitesmoke;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: white;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    background-repeat: repeat-x;
    background-image:linear-gradient(#1878f2,#156ad7);
    height: 30px;
    width: 30px;
    line-height: 30px;
}

    .nbVisu:hover {
        background: #5c5c5c;
        cursor: pointer;
    }

.nbEdit:before {
    font-family: FontAwesome;
    color: #FFF;
    font-size: 1.8em;
    content: "\f040";
}

.nbEdit {
    text-decoration: none;
    font-weight: normal;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    color: rgb(51, 51, 51);
    margin-bottom: 0px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.75);
    background-repeat: repeat-x;
    background-color: whitesmoke;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: white;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    background-repeat: repeat-x;
    background-image:linear-gradient(#d0b400,#c4aa01);
    height: 30px;
    width: 30px;
    line-height: 30px;
}

    .nbEdit:hover {
        background: #5c5c5c;
        cursor: pointer;
    }

.nbHist:before {
    font-family: FontAwesome;
    color: #FFF;
    font-size: 1.8em;
    content: "\f1da";
}

.nbHist {
    text-decoration: none;
    font-weight: normal;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    color: rgb(51, 51, 51);
    margin-bottom: 0px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.75);
    background-repeat: repeat-x;
    background-color: whitesmoke;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: white;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    background-repeat: repeat-x;
    background-image:linear-gradient(#6b6b6b,#5a5a5a);
    height: 30px;
    width: 30px;
    line-height: 30px;
}

    .nbHist:hover {
        background: #5c5c5c;
        cursor: pointer;
    }


    .nbFile:before {
    font-family: FontAwesome;
    color: #FFF;
    font-size: 1.8em;
    content: "\f0c6";
}

.nbFile {
    text-decoration: none;
    font-weight: normal;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    color: rgb(51, 51, 51);
    margin-bottom: 0px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.75);
    background-repeat: repeat-x;
    background-color: whitesmoke;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: white;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    background-repeat: repeat-x;
    background-image:linear-gradient(#570075,#570075);
    height: 30px;
    width: 30px;
    line-height: 30px;
}

    .nbFile:hover {
        background: #5c5c5c;
        cursor: pointer;
    }


    .btnPadrao 
{
    border-width: 1px; border-style: solid; border-color: rgb(198, 198, 198) rgb(198, 198, 198) rgb(172, 172, 172); padding: 4px 12px; border-radius: 3px; text-align: center; color: rgb(51, 51, 51); line-height: 18px; font-size: 13px; margin-bottom: 0px; vertical-align: middle; display: inline-block; cursor: pointer; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05); text-shadow: 0px 1px 1px rgba(255,255,255,0.75); background-image: linear-gradient(white, rgb(230, 230, 230)); background-repeat: repeat-x; background-color: whitesmoke; -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);text-decoration:none;
}

    .btnPadrao:hover 
    {
        color: rgb(51, 51, 51); background-color: rgb(230, 230, 230);background-position: 0px -15px; transition:background-position 0.1s linear; color: rgb(51, 51, 51); text-decoration: none; background-color: rgb(230, 230, 230); -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear;
    }

    .btnPadraoArq:before {
    font-family: FontAwesome;
    content: "\f0c6";
}

        .btnPadraoArq 
{
    border-width: 1px; border-style: solid; border-color: rgb(198, 198, 198) rgb(198, 198, 198) rgb(172, 172, 172); padding: 4px 12px; border-radius: 3px; text-align: center; color: rgb(51, 51, 51); line-height: 18px; font-size: 13px; margin-bottom: 0px; vertical-align: middle; display: inline-block; cursor: pointer; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05); text-shadow: 0px 1px 1px rgba(255,255,255,0.75); background-image: linear-gradient(white, rgb(230, 230, 230)); background-repeat: repeat-x; background-color: whitesmoke; -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);text-decoration:none;
}

    .btnPadraoArq:hover 
    {
        color: rgb(51, 51, 51); background-color: rgb(230, 230, 230);background-position: 0px -15px; transition:background-position 0.1s linear; color: rgb(51, 51, 51); text-decoration: none; background-color: rgb(230, 230, 230); -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear;
    }

    .bSalvado
{
    text-decoration:none;
border-width: 1px; border-style: solid; border-color: yellow; padding: 4px 12px; border-radius: 3px; text-align: center; color: #000; line-height: 18px; font-size: 13px; margin-bottom: 0px; vertical-align: middle; display: inline-block; cursor: pointer; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05);  background-repeat: repeat-x; background-color: whitesmoke; -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
border-color: #d9ce00;font-weight:bold; color:#000; background-image: linear-gradient(#fff200, #c3ad00); background-repeat: repeat-x; background-color: #faa210;
}

.bSalvado:hover
{
    background:#b5ac00;
    cursor:pointer;
}

.cabecalho {
	font-size: 15px;color:#4d4d4d;border-radius: 4px 4px 0px 0px; border: 1px solid rgb(213, 213, 213); height: 20px; line-height: 20px;background-image: linear-gradient(rgb(250, 250, 250), rgb(233, 233, 233)); background-repeat: repeat-x; background-clip: padding-box; background-color: rgb(243, 243, 243); -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; -webkit-background-clip: padding-box; -moz-background-clip: padding-box;
}

.btnRoxo {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(198, 198, 198) rgb(198, 198, 198) rgb(172, 172, 172);
    padding: 4px 12px;
    border-radius: 3px;
    text-align: center;
    color: rgb(51, 51, 51);
    line-height: 18px;
    font-size: 13px;
    margin-bottom: 0px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05);
    text-shadow: 0px 1px 1px rgba(255,255,255,0.75);
    text-decoration: none;
    color: #FFF;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: white;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    background-color: #9700ff;
}


    .btnRoxo:hover {
        color: rgb(51, 51, 51);
        background-color: rgb(230, 230, 230);
        background-position: 0px -15px;
        transition: background-position 0.1s linear;
        color: rgb(51, 51, 51);
        text-decoration: none;
        background-color: rgb(230, 230, 230);
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        color: white;
        background-color: #570075;
    }


.btnRed 
{
     border-width: 1px; border-style: solid; border-color: rgb(198, 198, 198) rgb(198, 198, 198) rgb(172, 172, 172); padding: 4px 12px; border-radius: 3px; text-align: center; color: rgb(51, 51, 51); line-height: 18px; font-size: 13px; margin-bottom: 0px; vertical-align: middle; display: inline-block; cursor: pointer; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05); text-shadow: 0px 1px 1px rgba(255,255,255,0.75); text-decoration:none;color:#FFF;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: white; text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-color: red;
}


.btnRed:hover {
    color: rgb(51, 51, 51); background-color: rgb(230, 230, 230);background-position: 0px -15px; transition:background-position 0.1s linear; color: rgb(51, 51, 51); text-decoration: none; background-color: rgb(230, 230, 230); -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear;
	color: white; background-color: rgb(189, 54, 47);
}


.btnGreen 
{
     border-width: 1px; border-style: solid; border-color: rgb(198, 198, 198) rgb(198, 198, 198) rgb(172, 172, 172); padding: 4px 12px; border-radius: 3px; text-align: center; color: rgb(51, 51, 51); line-height: 18px; font-size: 13px; margin-bottom: 0px; vertical-align: middle; display: inline-block; cursor: pointer; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05); text-shadow: 0px 1px 1px rgba(255,255,255,0.75); background-image: linear-gradient(white, rgb(57, 138, 64)); background-repeat: repeat-x; background-color: whitesmoke; -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);text-decoration:none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: white; text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-image: linear-gradient(rgb(57, 138, 64),rgb(57, 138, 64)); background-repeat: repeat-x; background-color:rgb(57, 138, 64);
}


.btnGreen:hover {
         border-width: 1px; border-style: solid; border-color: rgb(198, 198, 198) rgb(198, 198, 198) rgb(172, 172, 172); padding: 4px 12px; border-radius: 3px; text-align: center; color: rgb(51, 51, 51); line-height: 18px; font-size: 13px; margin-bottom: 0px; vertical-align: middle; display: inline-block; cursor: pointer; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05); text-shadow: 0px 1px 1px rgba(255,255,255,0.75); background-image: linear-gradient(white, rgb(57, 138, 64)); background-repeat: repeat-x; background-color: whitesmoke; -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);text-decoration:none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: white; text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-image: linear-gradient(rgb(43, 101, 48),rgb(43, 101, 48)); background-repeat: repeat-x; background-color:rgb(43, 101, 48);
}





.btnYellow
{
     border-width: 1px; border-style: solid; border-color: rgb(198, 198, 198) rgb(198, 198, 198) rgb(172, 172, 172); padding: 4px 12px; border-radius: 3px; text-align: center; color: rgb(51, 51, 51); line-height: 18px; font-size: 13px; margin-bottom: 0px; vertical-align: middle; display: inline-block; cursor: pointer; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05); text-shadow: 0px 1px 1px rgba(255,255,255,0.75); background-image: linear-gradient(white, rgb(230, 230, 230)); background-repeat: repeat-x; background-color: whitesmoke; -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);text-decoration:none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: #000; text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-image: linear-gradient(rgb(222, 191, 4), rgb(183, 158, 2)); background-repeat: repeat-x; background-color: rgb(206, 196, 28);
}


.btnYellow:hover {
    color: rgb(51, 51, 51); background-color: rgb(230, 230, 230);background-position: 0px -15px; transition:background-position 0.1s linear; color: rgb(51, 51, 51); text-decoration: none; background-color: rgb(230, 230, 230); -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear;
	color: white; background-color:rgb(183, 158, 2) ;
}




/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }

#timeline{
	    width:800px;
	    list-style-type: none;
	    background: url(../Content/Images/timeline.png) top center repeat-y;
	    margin: 0 auto;
	    padding:20px;
	    margin-bottom:10px;
        height:auto;
}

	#timeline li{
	    width:375px; border:1px solid rgb(198,198,198); padding:5px;
        color: rgb(51, 51, 51); line-height: 18px; font-size: 13px; margin-bottom: 0px; text-shadow: 0px 1px 1px rgba(255,255,255,0.75); background-image: linear-gradient(white, rgb(230, 230, 230)); background-repeat: repeat-x; background-color: whitesmoke; -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);text-decoration:none;
	}
	 
	#timeline li:nth-of-type(odd){
	    clear: both;float:right;
	}
	 
	#timeline li:nth-of-type(odd), #timeline li:nth-of-type(even){
	    margin:-10px 0 20px 0;
	}

    	#timeline li:nth-of-type(even) .corner{
	    display:block; margin-left:380px;width:20px; height:15px;background:url("../Content/Images/right.png");
         left: 100%;
	}
	#timeline li:nth-of-type(odd) .corner{
	    display:block;margin-left:-25px;width:20px;height:15px;background:url("../Content/Images/left.png");
         right: 100%;
	}

time,.time{
    font-size: 10px; color:gray; border-bottom: 1px solid #e1e1e1; min-width:350px; padding-bottom: 5px;

}


#osPDF{
border-width: 1px; border-style: solid; border-color: rgb(198, 198, 198) rgb(198, 198, 198) rgb(172, 172, 172); padding: 4px 12px; border-radius: 3px; text-align: center; color: rgb(51, 51, 51); line-height: 18px; font-size: 13px; margin-bottom: 0px; vertical-align: middle; display: inline-block; cursor: pointer; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05); text-shadow: 0px 1px 1px rgba(255,255,255,0.75); background-image: linear-gradient(white, rgb(230, 230, 230)); background-repeat: repeat-x; background-color: whitesmoke; -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: white; text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-image: linear-gradient(rgb(0, 136, 204), rgb(0, 85, 204)); background-repeat: repeat-x; background-color: rgb(0, 116, 204);
	}
	
#osPDF:hover{
	opacity:0.8;
	cursor:pointer;

}

#osExcel{
border-width: 1px; border-style: solid; border-color: rgb(198, 198, 198) rgb(198, 198, 198) rgb(172, 172, 172); padding: 4px 12px; border-radius: 3px; text-align: center; color: rgb(51, 51, 51); line-height: 18px; font-size: 13px; margin-bottom: 0px; vertical-align: middle; display: inline-block; cursor: pointer; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05); text-shadow: 0px 1px 1px rgba(255,255,255,0.75); background-image: linear-gradient(white, rgb(230, 230, 230)); background-repeat: repeat-x; background-color: whitesmoke; -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: #000; text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-image: linear-gradient(rgb(0, 136, 204), rgb(0, 85, 204)); background-repeat: repeat-x; background-color: #CCC;
background:#CCC;
	}
	
#osExcel:hover{
	opacity:0.8;
	cursor:pointer;

}



#tbRelatorio1
{
    font-size:0.9em;
        border-collapse: collapse;
}

#tbRelatorio1 th
{
    background-color:rgb(193, 193, 193);
    color:#454545
}


    #bSincr:before {
        font-family: FontAwesome;
        content: "\f021";
    }



#tbRelatorio1 tr:nth-child(odd)		{ background-color:#e5e3e3; }
#tbRelatorio1 tr:nth-child(even)		{ background-color:#fff; }



.nbTimeLi:before {
    font-family: FontAwesome;
    color: #FFF;
    font-size: 1.8em;
    content: "\f086";
}

.nbTimeLi {
    text-decoration: none;
    font-weight: normal;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    color: rgb(51, 51, 51);
    margin-bottom: 0px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.75);
    background-repeat: repeat-x;
    background-color: whitesmoke;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: white;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    background-repeat: repeat-x;
    background-image:linear-gradient(#189600,#338700);
    height: 30px;
    width: 30px;
    line-height: 30px;
}

    .nbTimeLi:hover {
        background: #5c5c5c;
        cursor: pointer;
    }


.nbPrint:before {
    font-family: FontAwesome;
    color: #000;
    font-size: 1.8em;
    content: "\f02f";
}



.cardView {
    background: #ebebeb;
    box-shadow: 1px 1px 1px #888888;
    border: 1px solid #CCC;
    margin-bottom:10px;
    padding:5px;
}


.container22 {
    overflow: hidden;
    margin: 0 auto;
/*    position: relative;*/
    margin-top:8px;
}
.right {
font-size:0.95em;
float:left;
width: 50%;
background:darkblue;
}
.left {
    font-size:0.95em;
float: left;
width: 48%;
background:darkblue;
margin-left:0.5%;

}


    .circular {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
    background-size: cover;
	}

.circular img {
	opacity: 0;
	filter: alpha(opacity=0);
	}



#imagePreview {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
    background-image:url(../Content/Images/default_large.png);
}

#imagePreviewMini {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
    background-image:url(../Content/Images/default_large.png);
}

 .expExcel:before {
    font-family: FontAwesome;
    color: #FFF;
    font-size: 1.8em;
    content: "\f1c3";
}




 #logoMini {
    width: 200px;
    height: 100px;
    background-image:url(../Content/Images/logoalfaslogan.png);
}


 .btnBlue
{
    text-decoration:none;
border-width: 1px; border-style: solid; border-color: rgb(0, 136, 204); padding: 4px 12px; border-radius: 3px; text-align: center; color: rgb(51, 51, 51); line-height: 18px; font-size: 13px; margin-bottom: 0px; vertical-align: middle; display: inline-block; cursor: pointer; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05); text-shadow: 0px 1px 1px rgba(255,255,255,0.75); background-image: linear-gradient(white, rgb(230, 230, 230)); background-repeat: repeat-x; background-color: whitesmoke; -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
border-color:  rgb(0, 136, 204); color: #000; text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-image: linear-gradient(rgb(0, 136, 204), rgb(0, 85, 204)); background-repeat: repeat-x; background-color: #CCC;
}

.btnBlue:hover
{
    background:rgb(0, 85, 204);
    cursor:pointer;
}

.number {
     background: #ff8500;
     color: #fff;
     height: 20px;
     width: 20px;
     display: inline-block;
     font-size: 0.8em;
     line-height: 20px;
     text-align: center;
     text-shadow: 0 1px 0 rgba(255,255,255,0.2);
     border-radius: 15px 15px 15px 0px;
}


/* Basic Grey */



input[type="text"], input[type="email"],input[type="password"], textarea, select {
    border: 1px solid #c4c4c4;
    color: black;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #f7f7f7), to(#FFFFFF)); 
    background: -moz-linear-gradient(top, #FFFFFF, #f7f7f7 1px, #FFFFFF 25px); 
}
textarea{
    padding: 5px 3px 3px 5px;
}


.notification {
    font-size: 0.9em !important;
    min-width:14px;
    height: 14px;
    line-height: 14px !important;
    margin-top: -38px;
    margin-right: 7px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: right;
    border: 1.5px solid #FFF;
    border-radius: 50%;

    color: #FFF;
    background-color: rgb(176,23,21);
}


.btnAviso:before {
    font-family: FontAwesome;
    color: yellow;
    content: "\f0a2";
}

.btnAvisoAgenda:before {
    font-family: FontAwesome;
    color: #FFF;
    content: "\f073";
}

.btnAvisoSpe:before {
    font-family: FontAwesome;
    color: #FFF;
    content: "\f1b3";
}

.btnAvisoSpePend:before {
    font-family: FontAwesome;
    color: #FFF;
    content: "\f14a";
}

input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error
{
    border-color:red ;
    background-color:#ffeeee;
}


.cbAnt
{
    background:url(../Content/Images/left_round.png) no-repeat center;
    width:26px;
    height:26px;
    display: inline-block;
    border:none;
    text-indent: -9999px;
}

.cbAnt:hover
{
    opacity:0.7;
    cursor:pointer;
}

.cbProx
{
    background:url(../Content/Images/right_round.png) no-repeat center;
    width:26px;
    height:26px;
    display: inline-block;
    border:none;
    text-indent: -9999px;
}

.cbProx:hover
{
    opacity:0.7;
    cursor:pointer;
}

.DelAg:before {
    font-family: FontAwesome;
    font-size:1.3em;
    content: "\f014";
}

.EditAg:before {
    font-family: FontAwesome;
        font-size:1.3em;
    content: "\f040";
}


.ExecAg:before {
    font-family: FontAwesome;
        font-size:1.3em;
    content: "\f00c";
}


.TranfAg:before {
    font-family: FontAwesome;
        font-size:1.3em;
    content: "\f021";
}

img.imagemProd {
	padding: 0px; transition:width 1s, height 1s, transform 1s; width: 50px; height: 50px; margin-top: 4px; -webkit-transition: width 1s, height 1s, -webkit-transform 1s;
}

.bDownload:before { 
  font-family: FontAwesome; 
  top: 0; 
  content: "\f019";
}

.bDelete:before { 
  font-family: FontAwesome; 
  top: 0; 
  content: "\f00d";
}


.ui-spinner
{
    z-index:0;
}

.funil:before {
    font-family: FontAwesome;
    content: "\f0b0";
}

.funil {
    text-decoration: none;
    float: left;
    width: 16px;
    height: 16px;
    cursor: pointer;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
    font-size: 1.2em
}



