﻿body{
	margin: auto;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	/*font-size: small;*/
	font-size: 10px;
	background-color: #f8f8f8;
}

/*
a {color: #000; }
*/
a { color: #82186E; text-decoration: none; }
a:hover { text-decoration: underline; }

.a { color: #82186E; text-decoration: none; }
.a:hover  
{
    text-decoration: underline; 
    cursor: hand;
}

img{ border: none; }

.clear
{
    clear: both;
    display: block;
	padding: 0 0 4px 0;
}


.linha
{
    border: 1px solid #82186E;
    margin-bottom: 10px;
}

.linhaSecao
{
    border-top: 2px solid #dfdfdf;
    margin-bottom: 10px;
}


/*************************************************************************/
/*                              Page Structure                           */
/*************************************************************************/
.container  { margin: 0 auto; }
.column     { float: left; margin-right: 5px; padding: 0;}
.last       { margin-right: 0; }
.spacer     { width: 11px; margin-right: 0; padding: 0;}
.span-1     { width: 30px; }
.span-2     { width: 70px; }
.span-3     { width: 110px; }
.span-4     { width: 150px; }
.span-5     { width: 190px; }
.span-6     { width: 230px; }
.span-7     { width: 270px; }
.span-8     { width: 310px; }
.span-9     { width: 350px; }
.span-10    { width: 390px; }
.span-11    { width: 430px; }
.span-12    { width: 470px; }
.span-13    { width: 510px; }
.span-14    { width: 550px; }
.span-15    { width: 590px; }
.span-16    { width: 630px; }
.span-17    { width: 670px; }
.span-18    { width: 710px; }
.span-19    { width: 750px; }
.span-20    { width: 790px; }
.span-21    { width: 830px; }
.span-22    { width: 870px; }
.span-23    { width: 910px; }
.span-24    { width: 950px; margin: 0; }
/*************************************************************************/

.full-screen { width: 100%; }
/*.windowed { width: 950px; }*/
.windowed  
{
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100% !important; 
}
.windowed-content { width: 940px; }
.container-title   
{
    font-size: 20px;
    font-weight: bold;
}
.container-content
{
    width: 98%;
}


.header-login { background-color: #C20A14; height: 16px; text-align: right; color: #fff; font-weight: bold; font-size: 12px; }
/*#F20D19 - #6A1057*/

.header-login a { color: #fff; text-decoration: none; }
.header-login a:hover { text-decoration: underline; }
.header { background-color: #F20D19; height: 70px; color: #fff; }
/*#F20D19 - #82186E*/
.header-app-icon { width:68px; height: 68px; float: left; background-position:left center; margin: 10px 10px 3px 3px}
.header-app-text { font-size: 21px; float: left; margin: 10px; margin-top: 20px; text-shadow: 1px 1px 2px #111; }
/*.header-area-logo { float: right; margin: 3px; background-image: url(../images/application/area_logo_raizen.png); width: 166px; height: 68px; background-repeat: no-repeat; }*/
.header-area-logo { float: right; margin: 3px 10px 3px 3px; background-image: url(../images/application/Assinatura-Raiz-de-Seguranca-SIGO_EPS.png); background-position:right center; width: 166px; height: 68px; background-repeat: no-repeat; }
.header-menu-detail { background-color: #DFDFDF; height: 5px; }
/*#F20D19 - #DFDFDF*/
.header-menu { background-color: #F2F2F2; text-align: center; }
.header-menu-hide-show { text-align:center; }
.header-menu img { margin-top: 14px; }
.header-menu img:hover { background-color: #fff; margin-top: 14px; }
.content { background-color: #fff; padding: 5px 15px 15px 15px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border: 1px solid #ddd; }
/*
#side-menu {margin-right: 0px; min-height: 120px;}
#side-menu ul { margin-left: 10pt;}
#side-menu li { list-style: none; text-indent: -18px; line-height: 15px; border-bottom: 1px solid #ddd; font-size: 10px;}
#side-menu a { text-decoration: none; }
#side-menu a:hover { text-decoration: underline; }
#side-menu img { margin-right: 5px; }
*/

#collapser { width: 11px; height: 130px; }
.footer { text-align: center; border-top: 1px solid #CCCCCC; font-size: 11px; }

.login-panel { 
	float: right;
	margin: 5px;
	background-color: #3262AE;
	padding: 5px;
	width: 250px;
	height: 20px;
}

.login-panel img{
	float: left;
	margin-right: 5px;
}

.login-panel a{
	color: #fff;
}

.login-panel a:hover{
	text-decoration: none;
}

.content h3{
	color: #913480;
	border-bottom: 1px solid #CCCCCC;
}

.content h5{
	color: #913480;
	border-bottom: 1px solid #CCCCCC;
}

/* Table */
.table {
    border-spacing: 0;
    width: 100%;
    font-size: 11px;
    color: gray;
    /*border: 1px solid #8B1C78;*/
}

.table td {
    padding: 2px;
}

.table th 
{
    color: #fff;
    padding: 6px 5px;
    text-align: center;
    background-color: #6A1057;
    border-bottom: 1px solid #8B1C78;
}

.table tr { border-bottom: 1px solid #f5f5f5; }

/*
.table tr:hover
{
	background-color: #EFE2FE;
	color: #000;
}
*/

.table-alternate-row {
	background-color: #f5f5f5;
}

.table-footer-row{
	text-align: right;
	font-weight: bold;
	background-color: #E0C8FD;
    border-top: 1px solid #8B1C78;
    height: 35px;
}

.table-footer-row:hover{
	background-color: #E0C8FD;
}

.table-footer-row a{
	padding: 5px;
	border: solid 1px #8B1C78;
	background-color: #EFE2FE;
}

.table-footer-row a:hover{
	background-color: #fff;
}

.table-row-selected
{
    background-color: #f6fafa;
    color: #000;
}

/* TEXTS */
.text-align-center{
	text-align: center;
}

.text-align-right{
	text-align: right;
}

.form tr
{
    height: 20px;
}

.float-left { float: left; }
.float-right { float: right; }

/* MISC */
.collapse{ float: right; }
.info { padding: 10px; }
.closer { float: right; cursor: pointer; }
.invisible { display: none; }
.image-align-left { float: left; margin-right: 5px; }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 0.5em 1.4em;
    margin: 0 0 0.5em 0;
}

fieldset legend{
    color:#82186E;
    font-size: 11px;
}


fieldset, fieldset.collapsible {
        border: 1px solid #ddd;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-width: 1px;
        /*margin-bottom: 1em;*/
}
fieldset.collapsed {
        border-bottom-width: 0;
        border-left-width: 0;
        border-right-width: 0;
        margin-bottom: 0;
        margin-left: 3px;
}
legend.collapsible 
{
    background-image: url(../images/icons/collapse.png);
    background-repeat: no-repeat;
    padding-left: 20px;
}
legend.collapsed {
    background-image: url(../images/icons/expand.png);
    background-repeat: no-repeat;
    padding-left: 20px;
}


textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="file"],
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[readonly]
{
    background-color: #F5F5F5;
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

.input {
    border: 1px solid #ccc;
    padding: 2px !important;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    font-size: 1.2em;
    color: #444;
    margin: 0px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.0em;
    color: #444;
}

input[type="submit"] {
    /*font-size: 1.2em;*/
    padding: 5px;
}

/* 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;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
    font-weight: bold;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

/* WebGrid
----------------------------------------------------------*/
#grid
{
    width: 100%;
    overflow: auto;
}

.loading-element
{
    display: none;
    position: absolute;
    top: 50%;
    left: 40%;
    width: 150px;
    height: 20px;
    padding: 10px;
    border: 2px solid #666; 
    background-color: #F2F2F2;
    border-radius: 5px;
}
.loading-element img
{
    padding-right: 10px;
}

.webgrid
{
    width: 100%;
    border: 0px;
    font-size: 11px;
    border-collapse: collapse;
    border: 1px solid #DFDFDF;    
}
    
.webgrid a
{
    color: #555;
}
    
.webgrid th
{
    padding: 6px 5px;
    text-align: center;
    background-color: #F2F2F2;
    color: #555;
    border-bottom: 1px solid #DFDFDF;    
}

.webgrid tr
{
    height: 30px;
    border-bottom: 1px solid #d2d2d2;
}

.webgrid-footer
{
    padding: 6px 5px;
    text-align: center;
    background-color: #F2F2F2;
    color: #555;
    border-top: 1px solid #DFDFDF;   
}
    
.webgrid-alternating-row
{
    height: 30px;
    background-color: #F9F9F9;
    
}
    
.webgrid-selected-row
{
    font-weight: bold;
    background-color: #ddd;
}

#search-panel { display: none; }
.index-search { float: right; margin: 0 0 15px 15px; }

/* jQGrid customizations
-----------------------------------------------------------*/
th.ui-th-column div{
    white-space:normal !important;
    height:auto !important;
    padding:2px;
}

/*
tr.ui-row-column div{
    white-space:normal !important;
    height:auto !important;
    padding:2px;
}

.ui-jqgrid .ui-jqgrid-resize 
{
    height:100% !important;
}

.ui-jqgrid tr.jqgrow td {
        white-space: normal !important;
    }
*/

/* Error, Information and Message Pop-Up customizations
-----------------------------------------------------------*/
.PopUpPanelTextContainer
{
    font-size: 1.3em;
    font-weight: bold;
    color: Red;
    margin-top: 30px;
    margin-left: 70px;
}

.PopUpIcon
{
	position: absolute;
	top: 20px;
	left: 25px;
	width: 48px;
	height: 48px;
}

.PopUpSucessIcon
{
	background: url('../Images/Icons/icoPopUp-Sucess.png' ) no-repeat;
}

.PopUpInformationIcon
{
	background: url('../Images/Icons/icoPopUp-Information.png' ) no-repeat;
}

.PopUpWarningIcon
{
	background: url('../Images/Icons/icoPopUp-Warning.png' ) no-repeat;
}

.PopUpErrorIcon
{
	background: url('../Images/Icons/icoPopUp-Error.png' ) no-repeat;
}

#tudo {
        
}
#coluna 
{
    position: fixed;
    z-index:100;
   
    float: left;
    width: 162px;
    padding: 1px;
}
#conteudo {
        /*padding: 0px 0px 0px 143px;*/ /* o left, é a soma do width da coluna com o padding desejado */
        padding: 0px 0px 0px 0px; /* o left, é a soma do width da coluna com o padding desejado */
}

.alert
{
    width: 450px;    
    padding: 0px 15px 0px 15px;
    border: 1px solid #CD0A0A;
    background-color: #FEF8F6;
    color: #CD0A0A;
}

#divAguarde {
    background-color: Gray; 
    filter: alpha(opacity=70); 
    opacity: 0.7; 
    width: 100%;
    height: 100%; 
    text-align: center; 
    position: absolute; 
    z-index: 99999;
    top: 0px;
}

#divAguarde div {
    border: dashed 0px #000000;
    border-top: 1px solid #555555;
    border-left: 1px solid #555555;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #FFFFFF; 
    cursor: wait;
    margin-top:20%;
    text-align: center;
    vertical-align: middle;
    z-index: 99999;
    position: absolute; 
    padding: 5px 5px 0px 5px;
}
