﻿/*
  Referente a toda a estrutura de componentes do sistema do Cetec
*/

.printButton {
    border: 0;
    height: 26px;
    background-image: url('Imagens/Site/printButton.png'), url('Imagens/Site/fundo-button.png');
    background-repeat: no-repeat, repeat-x;
    background-position: left center;
    border-top: 1px solid #b7babc;
    border-bottom: 1px solid #818383;
    border-right: 1px solid #8d8f91;
    border-left: 1px solid #888b8c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-left: 27px;
    padding-right: 10px;
    color: #194765;
}

    .printButton:hover {
        border: 0;
        height: 26px;
        background-image: url('Imagens/Site/printButton.png'), url('Imagens/Site/fundo-button-over.png');
        background-repeat: no-repeat, repeat-x;
        background-position: left center;
        border-top: 1px solid #acb5bd;
        border-bottom: 1px solid #8b959c;
        border-right: 1px solid #acb5bd;
        border-left: 1px solid #657581;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        padding-left: 27px;
        padding-right: 10px;
        color: #194765;
        cursor: pointer;
    }

.RefreshButton {
    height: 24px;
    width: 24px;
    margin-top: 8px;
    -webkit-border-radius: 8px;
    background-image: url('Imagens/Site/refreshbut2.png');
    text-indent: -9999px;
}

    .RefreshButton:hover {
        background-image: url('Imagens/Site/refreshbut.png');
        -webkit-border-radius: 8px;
        -moz-box-shadow: 0 0 1px 1px #888;
        -webkit-box-shadow: 0 0 1px 1px #888;
        -box-shadow: 0 0 1px 1px #888;
        -border-radios: 3px;
        /*-webkit-box-shadow: 2px 0px 20px rgba(0, 1, 0, 1);
    -moz-box-shadow: 2px 0px 20px rgba(0, 1, 0, 1);
    -box-shadow:2px 0px 20px rgba(0, 1, 0, 1);*/
    }

.RefreshButtonGrande {
    height: 42px;
    width: 42px;
    margin-top: 8px;
    -webkit-border-radius: 8px;
    background-image: url('Imagens/Site/refreshblack.png');
    text-indent: 9999px;
}

    .RefreshButtonGrande:hover {
        background-image: url('Imagens/Site/refreshcolor.png');
        -webkit-border-radius: 8px;
        -moz-box-shadow: 0 0 1px 1px #888;
        -webkit-box-shadow: 0 0 1px 1px #888;
        -box-shadow: 0 0 1px 1px #888;
        -border-radios: 3px;
    }

.addButton {
    border: 0;
    height: 26px;
    background-image: url('Imagens/Site/addButton.png'), url('Imagens/Site/fundo-button.png');
    background-repeat: no-repeat, repeat-x;
    background-position: left center;
    border-top: 1px solid #b7babc;
    border-bottom: 1px solid #818383;
    border-right: 1px solid #8d8f91;
    border-left: 1px solid #888b8c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-left: 22px;
    padding-right: 10px;
    color: #194765;
}

    .addButton:hover {
        border: 0;
        height: 26px;
        background-image: url('Imagens/Site/addButton.png'), url('Imagens/Site/fundo-button-over.png');
        background-repeat: no-repeat, repeat-x;
        background-position: left center;
        border-top: 1px solid #acb5bd;
        border-bottom: 1px solid #8b959c;
        border-right: 1px solid #acb5bd;
        border-left: 1px solid #657581;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        padding-left: 22px;
        padding-right: 10px;
        color: #194765;
        cursor: pointer;
    }

.tickButton {
    border: 0;
    height: 26px;
    background-image: url('Imagens/Site/confirmButton.png'), url('Imagens/Site/fundo-button.png');
    background-repeat: no-repeat, repeat-x;
    background-position: left center;
    border-top: 1px solid #b7babc;
    border-bottom: 1px solid #818383;
    border-right: 1px solid #8d8f91;
    border-left: 1px solid #888b8c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-left: 18px;
    padding-right: 10px;
    color: #194765;
}

    .tickButton:hover {
        border: 0;
        height: 26px;
        background-image: url('Imagens/Site/confirmButton.png'), url('Imagens/Site/fundo-button-over.png');
        background-repeat: no-repeat, repeat-x;
        background-position: left center;
        border-top: 1px solid #acb5bd;
        border-bottom: 1px solid #8b959c;
        border-right: 1px solid #acb5bd;
        border-left: 1px solid #657581;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        padding-left: 18px;
        padding-right: 10px;
        color: #194765;
        cursor: pointer;
    }

.SaveButton {
    border: 0;
    height: 26px;
    background-image: url('Imagens/Site/plusButton.png'), url('Imagens/Site/fundo-button.png');
    background-repeat: no-repeat, repeat-x;
    background-position: left center;
    border-top: 1px solid #b7babc;
    border-bottom: 1px solid #818383;
    border-right: 1px solid #8d8f91;
    border-left: 1px solid #888b8c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-left: 25px;
    padding-right: 10px;
    color: #194765;
}

    .SaveButton:hover {
        border: 0;
        height: 26px;
        background-image: url('Imagens/Site/plusButton.png'), url('Imagens/Site/fundo-button-over.png');
        background-repeat: no-repeat, repeat-x;
        background-position: left center;
        border-top: 1px solid #acb5bd;
        border-bottom: 1px solid #8b959c;
        border-right: 1px solid #acb5bd;
        border-left: 1px solid #657581;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        padding-left: 25px;
        padding-right: 10px;
        color: #194765;
        cursor: pointer;
    }

.SearchButton {
    border: 0;
    height: 26px;
    background-image: url('Imagens/Site/searchButton.png'), url('Imagens/Site/fundo-button.png');
    background-repeat: no-repeat, repeat-x;
    background-position: left center;
    border-top: 1px solid #b7babc;
    border-bottom: 1px solid #818383;
    border-right: 1px solid #8d8f91;
    border-left: 1px solid #888b8c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-left: 23px;
    padding-right: 10px;
    color: #194765;
}

    .SearchButton:hover {
        border: 0;
        height: 26px;
        background-image: url('Imagens/Site/searchButton.png'), url('Imagens/Site/fundo-button-over.png');
        background-repeat: no-repeat, repeat-x;
        background-position: left center;
        border-top: 1px solid #acb5bd;
        border-bottom: 1px solid #8b959c;
        border-right: 1px solid #acb5bd;
        border-left: 1px solid #657581;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        padding-left: 23px;
        padding-right: 10px;
        color: #194765;
        cursor: pointer;
    }

.DeleteButton {
    border: 0;
    height: 26px;
    background-image: url('Imagens/Site/deleteButton.png'), url('Imagens/Site/fundo-button.png');
    background-repeat: no-repeat, repeat-x;
    background-position: left center;
    border-top: 1px solid #b7babc;
    border-bottom: 1px solid #818383;
    border-right: 1px solid #8d8f91;
    border-left: 1px solid #888b8c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-left: 27px;
    padding-right: 10px;
    color: #194765;
}

    .DeleteButton:hover {
        border: 0;
        height: 26px;
        background-image: url('Imagens/Site/deleteButton.png'), url('Imagens/Site/fundo-button-over.png');
        background-repeat: no-repeat, repeat-x;
        background-position: left center;
        border-top: 1px solid #acb5bd;
        border-bottom: 1px solid #8b959c;
        border-right: 1px solid #acb5bd;
        border-left: 1px solid #657581;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        padding-left: 27px;
        padding-right: 10px;
        color: #194765;
        cursor: pointer;
    }

.CleanButton {
    border: 0;
    height: 26px;
    background-image: url('Imagens/Site/cleanButton.png'), url('Imagens/Site/fundo-button.png');
    background-repeat: no-repeat, repeat-x;
    background-position: left center;
    border-top: 1px solid #b7babc;
    border-bottom: 1px solid #818383;
    border-right: 1px solid #8d8f91;
    border-left: 1px solid #888b8c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-left: 23px;
    padding-right: 10px;
    color: #194765;
}

    .CleanButton:hover {
        border: 0;
        height: 26px;
        background-image: url('Imagens/Site/cleanButton.png'), url('Imagens/Site/fundo-button-over.png');
        background-repeat: no-repeat, repeat-x;
        background-position: left center;
        border-top: 1px solid #acb5bd;
        border-bottom: 1px solid #8b959c;
        border-right: 1px solid #acb5bd;
        border-left: 1px solid #657581;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        padding-left: 23px;
        padding-right: 10px;
        color: #194765;
        cursor: pointer;
    }

.GoButton {
    border: 0;
    height: 26px;
    background-image: url('Imagens/Site/arrowRightButton.png'), url('Imagens/Site/fundo-button.png');
    background-repeat: no-repeat, repeat-x;
    background-position: left center;
    border-top: 1px solid #b7babc;
    border-bottom: 1px solid #818383;
    border-right: 1px solid #8d8f91;
    border-left: 1px solid #888b8c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-left: 30px;
    padding-right: 10px;
    color: #194765;
}

    .GoButton:hover {
        border: 0;
        height: 26px;
        background-image: url('Imagens/Site/arrowRightButton.png'), url('Imagens/Site/fundo-button-over.png');
        background-repeat: no-repeat, repeat-x;
        background-position: left center;
        border-top: 1px solid #acb5bd;
        border-bottom: 1px solid #8b959c;
        border-right: 1px solid #acb5bd;
        border-left: 1px solid #657581;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        padding-left: 30px;
        padding-right: 10px;
        color: #194765;
        cursor: pointer;
    }

.KeyButton {
    border: 0;
    height: 26px;
    background-image: url('Imagens/Site/key.png'), url('Imagens/Site/fundo-button.png');
    background-repeat: no-repeat, repeat-x;
    background-position: left center;
    border-top: 1px solid #b7babc;
    border-bottom: 1px solid #818383;
    border-right: 1px solid #8d8f91;
    border-left: 1px solid #888b8c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-left: 30px;
    padding-right: 10px;
    color: #194765;
}

    .KeyButton:hover {
        border: 0;
        height: 26px;
        background-image: url('Imagens/Site/key.png'), url('Imagens/Site/fundo-button-over.png');
        background-repeat: no-repeat, repeat-x;
        background-position: left center;
        border-top: 1px solid #acb5bd;
        border-bottom: 1px solid #8b959c;
        border-right: 1px solid #acb5bd;
        border-left: 1px solid #657581;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        padding-left: 30px;
        padding-right: 10px;
        color: #194765;
        cursor: pointer;
    }

.LockButton {
    border: 0;
    height: 26px;
    background-image: url('Imagens/Site/lockButton.png'), url('Imagens/Site/fundo-button.png');
    background-repeat: no-repeat, repeat-x;
    background-position: left center;
    border-top: 1px solid #b7babc;
    border-bottom: 1px solid #818383;
    border-right: 1px solid #8d8f91;
    border-left: 1px solid #888b8c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-left: 25px;
    padding-right: 10px;
    color: #194765;
}

    .LockButton:hover {
        border: 0;
        height: 26px;
        background-image: url('Imagens/Site/lockButton.png'), url('Imagens/Site/fundo-button-over.png');
        background-repeat: no-repeat, repeat-x;
        background-position: left center;
        border-top: 1px solid #acb5bd;
        border-bottom: 1px solid #8b959c;
        border-right: 1px solid #acb5bd;
        border-left: 1px solid #657581;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        padding-left: 25px;
        padding-right: 10px;
        color: #194765;
        cursor: pointer;
    }

.SendButton {
    border: 0;
    height: 26px;
    background-image: url('Imagens/Site/sendButton.png'), url('Imagens/Site/fundo-button.png');
    background-repeat: no-repeat, repeat-x;
    background-position: left center;
    border-top: 1px solid #b7babc;
    border-bottom: 1px solid #818383;
    border-right: 1px solid #8d8f91;
    border-left: 1px solid #888b8c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-left: 30px;
    padding-right: 10px;
    color: #194765;
}

    .SendButton:hover {
        border: 0;
        height: 26px;
        background-image: url('Imagens/Site/sendButton.png'), url('Imagens/Site/fundo-button-over.png');
        background-repeat: no-repeat, repeat-x;
        background-position: left center;
        border-top: 1px solid #acb5bd;
        border-bottom: 1px solid #8b959c;
        border-right: 1px solid #acb5bd;
        border-left: 1px solid #657581;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        padding-left: 30px;
        padding-right: 10px;
        color: #194765;
        cursor: pointer;
    }

.UploadButton {
    border: 0;
    height: 26px;
    background-image: url('Imagens/Site/uploadButton.png'), url('Imagens/Site/fundo-button.png');
    background-repeat: no-repeat, repeat-x;
    background-position: left center;
    border-top: 1px solid #b7babc;
    border-bottom: 1px solid #818383;
    border-right: 1px solid #8d8f91;
    border-left: 1px solid #888b8c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-left: 20px;
    padding-right: 10px;
    color: #194765;
}

    .UploadButton:hover {
        border: 0;
        height: 26px;
        background-image: url('Imagens/Site/uploadButton.png'), url('Imagens/Site/fundo-button-over.png');
        background-repeat: no-repeat, repeat-x;
        background-position: left center;
        border-top: 1px solid #acb5bd;
        border-bottom: 1px solid #8b959c;
        border-right: 1px solid #acb5bd;
        border-left: 1px solid #657581;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        padding-left: 20px;
        padding-right: 10px;
        color: #194765;
        cursor: pointer;
    }

.RefreshButton2 {
    border: 0;
    height: 33px;
    background-image: url('Imagens/Site/refresh.png'), url('Imagens/Site/fundo-button.png');
    background-repeat: no-repeat, repeat-x;
    background-position: left center;
    border-top: 1px solid #b7babc;
    border-bottom: 1px solid #818383;
    border-right: 1px solid #8d8f91;
    border-left: 1px solid #888b8c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-left: 30px;
    padding-right: 10px;
    color: #194765;
}

    .RefreshButton2:hover {
        border: 0;
        height: 33px;
        background-image: url('Imagens/Site/refresh.png'), url('Imagens/Site/fundo-button-over.png');
        background-repeat: no-repeat, repeat-x;
        background-position: left center;
        border-top: 1px solid #acb5bd;
        border-bottom: 1px solid #8b959c;
        border-right: 1px solid #acb5bd;
        border-left: 1px solid #657581;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        padding-left: 30px;
        padding-right: 10px;
        color: #194765;
        cursor: pointer;
    }

.BackButton {
    border: 0;
    height: 26px;
    background-image: url('Imagens/Site/backButton.png'), url('Imagens/Site/fundo-button.png');
    background-repeat: no-repeat, repeat-x;
    background-position: left center;
    border-top: 1px solid #b7babc;
    border-bottom: 1px solid #818383;
    border-right: 1px solid #8d8f91;
    border-left: 1px solid #888b8c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-left: 20px;
    padding-right: 10px;
    color: #194765;
}

    .BackButton:hover {
        border: 0;
        height: 26px;
        background-image: url('Imagens/Site/backButton.png'), url('Imagens/Site/fundo-button-over.png');
        background-repeat: no-repeat, repeat-x;
        background-position: left center;
        border-top: 1px solid #acb5bd;
        border-bottom: 1px solid #8b959c;
        border-right: 1px solid #acb5bd;
        border-left: 1px solid #657581;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        padding-left: 20px;
        padding-right: 10px;
        color: #194765;
        cursor: pointer;
    }

.NextButton {
    border: 0;
    height: 26px;
    background-image: url('Imagens/Site/nextButton.png'), url('Imagens/Site/fundo-button.png');
    background-repeat: no-repeat, repeat-x;
    background-position: left center;
    border-top: 1px solid #b7babc;
    border-bottom: 1px solid #818383;
    border-right: 1px solid #8d8f91;
    border-left: 1px solid #888b8c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-left: 20px;
    padding-right: 10px;
    color: #194765;
}

    .NextButton:hover {
        border: 0;
        height: 26px;
        background-image: url('Imagens/Site/nextButton.png'), url('Imagens/Site/fundo-button-over.png');
        background-repeat: no-repeat, repeat-x;
        background-position: left center;
        border-top: 1px solid #acb5bd;
        border-bottom: 1px solid #8b959c;
        border-right: 1px solid #acb5bd;
        border-left: 1px solid #657581;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        padding-left: 20px;
        padding-right: 10px;
        color: #194765;
        cursor: pointer;
    }

.Button {
    border: 0;
    height: 26px;
    background-image: url('Imagens/Site/fundo-button.png');
    background-repeat: repeat-x;
    background-position: left center;
    border-top: 1px solid #b7babc;
    border-bottom: 1px solid #818383;
    border-right: 1px solid #8d8f91;
    border-left: 1px solid #888b8c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    color: #194765;
}

    .Button:hover {
        border: 0;
        height: 26px;
        background-image: url('Imagens/Site/fundo-button-over.png');
        background-repeat: repeat-x;
        background-position: left center;
        border-top: 1px solid #acb5bd;
        border-bottom: 1px solid #8b959c;
        border-right: 1px solid #acb5bd;
        border-left: 1px solid #657581;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        padding-left: 10px;
        padding-right: 10px;
        color: #194765;
        cursor: pointer;
    }

/*AJAX TAB*/
.ajax__tab_tab {
    color: #000000;
}

    .ajax__tab_tab span {
        position: relative;
        top: -2px;
    }
/*------------------*/

/*-----Site Map-----*/
.SiteMapPath {
    font-size: 0.8em;
    font-family: Verdana;
    padding: 8px 15px;
    padding-left: 0;
    margin: 0 0 20px;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
}

.CurrentNodeStyle {
    color: #333333;
}

.NodeStyle {
    color: #284E98;
    font-weight: bold;
}

.PathAndRoot {
    color: #507CD1;
    font-weight: bold;
}
/*------------------*/

.boxNotification {
    border-radius: 5px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    padding-left: 20px;
    padding-right: 20px;
    float: right;
    padding: 5px;
    text-align: center;
    margin-left: 10px;
}

    .boxNotification:hover {
        cursor: pointer;
        position: relative;
        top: 1px;
    }

    .boxNotification p {
        padding: 0;
        margin: 0;
        color: #994D4D;
        font-size: 1em;
    }

/*GridView
.gridViewStyle, .gridViewStyleAddPaging
{
    padding:4px;
    color:#202020;
    width:100%;
    line-height: 1.6em;     
    font-size:0.985em;   
    border:1px solid #c9caca;                
}
.gridViewStyle a, .gridViewStyleAddPaging a
{
    color:#093D36;    
    text-decoration:none;
}
.gridViewStyle a:hover, .gridViewStyleAddPaging a:hover
{
    text-decoration:underline;    
}
.EditRowStyle
{
    background-color:#7C6F57;
}
.HeaderStyle
{   
    height:27px;  
    background-image: url('Imagens/Site/HeaderGrid.png');
    background-repeat: repeat-x;     
    background-color:#e6eaec;
    color:#444444;
    font-weight:600;    
    font-size:1.1em;           
}

.HeaderStyle th
{
    cursor:pointer;     
    color:Black;
    font-weight:bold;
    text-align:left; 
}
.HeaderStyle th.headerSortUp 
{     
    background-image: url('Imagens/Site/asc.gif');
    background-position: right center;
    background-repeat:no-repeat; 
}
.HeaderStyle th.headerSortDown 
{     
    background-image: url('Imagens/Site/desc.gif');   
    background-position: right center;
    background-repeat:no-repeat; 
} 

.FooterStyle
{      
    background-image: url('Imagens/Site/footerGrid2.png');
    background-repeat: repeat-x;         
    border-bottom:1px solid #cccccc;    
    color:#444444;
    padding-top:3px;
    padding-bottom:3px;
    font-weight:600;    
    font-size:1.1em;                
}
.RowStyle
{
    background-color:#f0f3f7;    
}
.RowStyle td
{
    padding:5px;    
    border-right:1px solid #c9caca;
}
.AlternatingRowStyle
{
    background-color:#ffffff;
    border-bottom:1px solid #E3EAEB;    
}
.RowStyle:hover
{
    background-color:#91CDB5;
    color:#202020;
    cursor:pointer;
}
.AlternatingRowStyle:hover
{
    background-color:#91CDB5;
    color:#202020;
    cursor:pointer;
}
.AlternatingRowStyle td
{
    padding:5px;    
    border-right:1px solid #c9caca;
}
.SelectedRowStyle
{
    background-color:#91B1CC;
    color:#202020;
    font-weight:600;    
    cursor:pointer;  
}
.SelectedRowStyle td
{
    padding:5px;  
    border-right:1px solid #c9caca;
}
#tablePagination { 
    background-image: url('Imagens/Site/footerGrid2.png');
    background-repeat: repeat-x;         
    border-bottom:1px solid #cccccc;    
    color:#444444;    
    padding:3px;
    font-weight:600;    
    font-size:1.1em;  
    height:28px;
}
          
#tablePagination_paginater { 
    margin-left: auto; 
    margin-right: auto;
    padding-top:3px;
}
          
#tablePagination img {     
    padding-right:3px;
    padding-left:3px;
    position:relative;
    top:2px;
    cursor:pointer;
}
#tablePagination_currPage {
    text-align:center;
    border:1px solid #dddddd;
    border-radius:8px;
}
          
#tablePagination_perPage { 
    float: left; 
}
          
#tablePagination_paginater { 
    float: right; 
}*/

/*------------------*/

/*----TABLE STYLE-----*/
.tableStyle {
    color: #202020;
    width: 100%;
    line-height: 1.6em;
    font-size: 0.985em;
    border-collapse: collapse;
    border: 1px solid #c9caca;
}

    .tableStyle thead tr {
        height: 27px;
        background-image: url('Imagens/Site/HeaderGrid.png');
        background-repeat: repeat-x;
        background-color: #e6eaec;
        color: #444444;
        font-weight: 600;
        font-size: 1.1em;
    }

    .tableStyle tbody tr {
        background-color: #f0f3f7;
        border-bottom: 1px solid #E3EAEB;
    }

        .tableStyle tbody tr:hover {
            background-color: #91CDB5;
            color: #202020;
            cursor: pointer;
        }

        .tableStyle tbody tr td a {
            color: #093D36;
            text-decoration: none;
        }

            .tableStyle tbody tr td a:hover {
                text-decoration: underline;
            }

        .tableStyle tbody tr:nth-child(2n+1):hover {
            background-color: #91CDB5;
            color: #202020;
            cursor: pointer;
        }

        .tableStyle tbody tr:nth-child(2n+1) {
            background-color: #ffffff;
            border-bottom: 1px solid #E3EAEB;
        }

    .tableStyle tfoot tr {
        background-image: url('Imagens/Site/footerGrid2.png');
        background-repeat: repeat-x;
        border-bottom: 1px solid #cccccc;
        color: #444444;
        padding-top: 3px;
        padding-bottom: 3px;
        font-weight: 600;
        font-size: 1.1em;
    }
/*------------------*/

.Info {
    border: none;
    margin: 10px;
    width: 95%;
    height: 100%;
    border: none;
    background-color: #000000;
}

    .Info .Icon {
        background-image: url('Imagens/Site/Info.png');
        background-repeat: no-repeat;
        background-position: left;
        width: 50px;
        height: 50px;
        float: left;
    }

    .Info .Message {
        float: left;
        width: 70%;
        padding-left: 10px;
    }

        .Info .Message p {
            font-size: 1.3em;
            font-weight: bold;
            color: #A66F04;
        }

/*-----MODAL------*/

.shadow {
    background-color: #f8f8f8;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modal-windowTeste {
    background-color: #e8e8e8;
    border: 1px solid #a9a9a9;
    padding: 5px;
    -webkit-box-shadow: 0px 4px 12px rgba(50, 50, 50, 0.49);
    -moz-box-shadow: 0px 4px 12px rgba(50, 50, 50, 0.49);
    box-shadow: 0px 4px 12px rgba(50, 50, 50, 0.49);
    max-width: 70%;
    min-width: 800px;
    min-height: 10%;
    max-height: 80%;
    height: auto !important;
    height: 30%;
    border-radius: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.modal-window {
    background-color: #e8e8e8;
    border: 1px solid #a9a9a9;
    padding: 5px;
    -webkit-box-shadow: 0px 4px 12px rgba(50, 50, 50, 0.49);
    -moz-box-shadow: 0px 4px 12px rgba(50, 50, 50, 0.49);
    box-shadow: 0px 4px 12px rgba(50, 50, 50, 0.49);
    width: 70%;
    min-height: 15%;
    height: auto !important;
    margin: 0 auto;
    border-radius: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.modal-windowExpand {
    background-color: #e8e8e8;
    border: 1px solid #a9a9a9;
    padding: 5px;
    -webkit-box-shadow: 0px 4px 12px rgba(50, 50, 50, 0.49);
    -moz-box-shadow: 0px 4px 12px rgba(50, 50, 50, 0.49);
    box-shadow: 0px 4px 12px rgba(50, 50, 50, 0.49);
    width: 95%;
    height: 660px;
    margin: 0 auto;
    border-radius: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

    .modal-windowExpand .header, .modal-window .header {
        width: 99%;
        clear: both;
        margin: 0 auto;
        height: 27px;
        margin-top: 5px;
        cursor: move;
    }

        .modal-windowExpand .header img, .modal-window .header img {
            float: left;
            margin-right: 5px;
        }

        .modal-windowExpand .header h4, .modal-window .header h4 {
            padding: 0;
            margin: 0;
            float: left;
            font-size: 1.05em;
            font-weight: 600;
        }

        .modal-windowExpand .header a, .modal-window .header a {
            width: 16px;
            float: right;
            cursor: pointer;
        }

    .modal-windowExpand .content, .modal-window .content {
        background-color: #ffffff;
        border: 1px solid #a9a9a9;
        padding: 5px;
        margin-bottom: 2px;
        width: 98%;
        clear: both;
        margin: 0 auto;
        height: 90% !important;
    }

.modal-window-Mensagens {
    background-color: #e8e8e8;
    border: 1px solid #a9a9a9;
    padding: 5px;
    -webkit-box-shadow: 0px 4px 12px rgba(50, 50, 50, 0.49);
    -moz-box-shadow: 0px 4px 12px rgba(50, 50, 50, 0.49);
    box-shadow: 0px 4px 12px rgba(50, 50, 50, 0.49);
    max-width: 50%;
    min-width: 500px;
    min-height: 10%;
    height: auto !important;
    max-height: 50%;
    /*height:30%;*/
    border-radius: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/*--------------------------------*/

/*---MENU----*/
.HeaderMenu {
    height: 25px;
    background-image: url('Imagens/Site/fundo-header-menu.png');
    background-repeat: repeat-x;
    cursor: pointer;
    line-height: 1.7em;
    border: 1px solid #9dc0c4;
    width: 90%;
    margin: 0 auto;
}

    .HeaderMenu a {
        color: #1b252e;
        font-size: 0.9em;
        margin-left: 10px;
        font-weight: bold;
    }

.ContentMenu {
    border-left: 1px solid #9dc0c4;
    border-right: 1px solid #9dc0c4;
    border-bottom: 1px solid #9dc0c4;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 5px;
    background-color: #ffffff;
}

    .ContentMenu ul li {
        padding-left: 10px;
        line-height: 1.1em;
    }

    .ContentMenu li a {
        font-size: 0.9em;
        color: #16275D;
        cursor: pointer;
        text-decoration: none;
    }

        .ContentMenu li a:hover {
            color: #8E9CC7;
            text-decoration: underline;
        }

/*--------------------------------*/

/*-- Loading --*/
.loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    width: 100%;
    height: 100%;
    background-image: url('Imagens/Site/fundo-transparente.png');
    background-repeat: repeat;
}

    .loading .loading-box {
        position: relative;
        top: 30%;
        z-index: 3050;
        width: 420px;
        height: 45px;
        margin: 0 auto;
        border: 1px solid #BEBBBC;
        color: White;
        padding: 10px;
        background: #f9fcf7; /* Old browsers */
        background: -moz-linear-gradient(top, #f9fcf7 0%, #f5f9f0 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fcf7), color-stop(100%,#f5f9f0)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f9fcf7 0%,#f5f9f0 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f9fcf7 0%,#f5f9f0 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f9fcf7 0%,#f5f9f0 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f9fcf7 0%,#f5f9f0 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 ); /* IE6-9 */
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        box-shadow: 0px 0px 1em #cccccc;
        -moz-box-shadow: 0px 0px 1em #cccccc;
        -webkit-box-shadow: 0px 0px 1em #cccccc;
    }

        .loading .loading-box .boxImg {
            float: left;
        }

        .loading .loading-box .boxText {
            float: left;
            padding-left: 20px;
            padding-top: 10px;
            font-size: 1.438em;
            font-weight: bold;
            color: #555555;
            text-align: center;
        }
/*----------------*/

/*Upload*/
.ajax__fileupload_uploadbutton {
    width: 60px;
    text-align: center;
    cursor: pointer;
    color: white;
    font-weight: bold;
    background-color: #000000;
}

.growlUI {
    background-image: url('Imagens/Site/ctgeo.png') no-repeat 10px 10px
}

div.growlUI h1, div.growlUI h2 {
    color: white;
    padding: 5px 5px 5px 75px;
    text-align: left
}

.AmostraE {
    height: 38px;
    width: 135px;
    -webkit-border-radius: 8px;
    background-image: url('Imagens/Site/AmostraE2.png');
    text-indent: -9999px;
    margin-top: 14px;
}

    .AmostraE:hover {
        height: 38px;
        width: 135px;
        background-image: url('Imagens/Site/AmostraE.png');
        -webkit-border-radius: 8px;
        -moz-box-shadow: 0 0 1px 1px #888;
        -webkit-box-shadow: 0 0 1px 1px #888;
        -box-shadow: 0 0 1px 1px #888;
        -border-radios: 3px;
    }

.AmostraExpress {
    height: 38px;
    width: 135px;
    -webkit-border-radius: 8px;
    text-indent: -9999px;
    margin-top: 14px;
}

    .AmostraExpress:hover {
        height: 38px;
        width: 135px;
        -webkit-border-radius: 8px;
        -moz-box-shadow: 0 0 1px 1px #888;
        -webkit-box-shadow: 0 0 1px 1px #888;
        -box-shadow: 0 0 1px 1px #888;
        -border-radios: 3px;
    }

.LibDocumento {
    height: 40px;
    width: 128px;
    -webkit-border-radius: 10px;
    text-indent: -9999px;
    margin-top: 14px;
}

    .LibDocumento:hover {
        height: 40px;
        width: 128px;
        -webkit-border-radius: 10px;
        -moz-box-shadow: 0 0 1px 1px #888;
        -webkit-box-shadow: 0 0 1px 1px #888;
        -box-shadow: 0 0 1px 1px #888;
        -border-radios: 3px;
    }

.FisicoJuridico {
    height: 38px;
    width: 135px;
    -webkit-border-radius: 8px;
    text-indent: -9999px;
    margin-top: 14px;
}

    .FisicoJuridico:hover {
        height: 38px;
        width: 135px;
        -webkit-border-radius: 8px;
        -moz-box-shadow: 0 0 1px 1px #888;
        -webkit-box-shadow: 0 0 1px 1px #888;
        -box-shadow: 0 0 1px 1px #888;
        -border-radios: 3px;
    }

.MatrizFilial {
    height: 38px;
    width: 135px;
    -webkit-border-radius: 8px;
    text-indent: -9999px;
    margin-top: 14px;
}

    .MatrizFilial:hover {
        height: 38px;
        width: 135px;
        -webkit-border-radius: 8px;
        -moz-box-shadow: 0 0 1px 1px #888;
        -webkit-box-shadow: 0 0 1px 1px #888;
        -box-shadow: 0 0 1px 1px #888;
        -border-radios: 3px;
    }
/*--------------------------------*/
/*----- TABLE RELATÓRIO ----------*/
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

    .table th,
    .table td {
        padding: 8px;
        line-height: 20px;
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table th {
        font-weight: bold;
    }

    .table thead th {
        vertical-align: bottom;
    }

    .table caption + thead tr:first-child th,
    .table caption + thead tr:first-child td,
    .table colgroup + thead tr:first-child th,
    .table colgroup + thead tr:first-child td,
    .table thead:first-child tr:first-child th,
    .table thead:first-child tr:first-child td {
        border-top: 0;
    }

    .table tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .table-bordered th,
    .table-bordered td {
        border-left: 1px solid #dddddd;
    }

    .table-bordered caption + thead tr:first-child th,
    .table-bordered caption + tbody tr:first-child th,
    .table-bordered caption + tbody tr:first-child td,
    .table-bordered colgroup + thead tr:first-child th,
    .table-bordered colgroup + tbody tr:first-child th,
    .table-bordered colgroup + tbody tr:first-child td,
    .table-bordered thead:first-child tr:first-child th,
    .table-bordered tbody:first-child tr:first-child th,
    .table-bordered tbody:first-child tr:first-child td {
        border-top: 0;
    }

    .table-bordered thead:first-child tr:first-child > th:first-child,
    .table-bordered tbody:first-child tr:first-child > td:first-child,
    .table-bordered tbody:first-child tr:first-child > th:first-child {
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
    }

    .table-bordered thead:first-child tr:first-child > th:last-child,
    .table-bordered tbody:first-child tr:first-child > td:last-child,
    .table-bordered tbody:first-child tr:first-child > th:last-child {
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
    }

    .table-bordered thead:last-child tr:last-child > th:first-child,
    .table-bordered tbody:last-child tr:last-child > td:first-child,
    .table-bordered tbody:last-child tr:last-child > th:first-child,
    .table-bordered tfoot:last-child tr:last-child > td:first-child,
    .table-bordered tfoot:last-child tr:last-child > th:first-child {
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
    }

    .table-bordered thead:last-child tr:last-child > th:last-child,
    .table-bordered tbody:last-child tr:last-child > td:last-child,
    .table-bordered tbody:last-child tr:last-child > th:last-child,
    .table-bordered tfoot:last-child tr:last-child > td:last-child,
    .table-bordered tfoot:last-child tr:last-child > th:last-child {
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
    }

    .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
    }

    .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
    }

    .table-bordered caption + thead tr:first-child th:first-child,
    .table-bordered caption + tbody tr:first-child td:first-child,
    .table-bordered colgroup + thead tr:first-child th:first-child,
    .table-bordered colgroup + tbody tr:first-child td:first-child {
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
    }

    .table-bordered caption + thead tr:first-child th:last-child,
    .table-bordered caption + tbody tr:first-child td:last-child,
    .table-bordered colgroup + thead tr:first-child th:last-child,
    .table-bordered colgroup + tbody tr:first-child td:last-child {
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
    }

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
    background-color: #f5f5f5;
}
/*--------------------------------*/
/*--------------------------------*/
.menuIcon {
    list-style: none;
    margin: auto;
}

    .menuIcon li {
        float: left;
        margin: 10px;
        padding: 10px;
        width: 100px;
        height: 120px;
        background-color: #ffffff;
        border: 1px solid #5B84C6;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        text-align: center;
    }

        .menuIcon li:hover {
            position: relative;
            top: 2px;
            border: 1px solid #5B84C6;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            background-color: #E8EEF8;
            cursor: pointer;
        }

        .menuIcon li img {
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
        }

        .menuIcon li p {
            font-size: 1em;
            color: #45679D;
            font-weight: 600;
        }
