﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #b6b7bc;
    /*font-size: .80em;*/
    font-size: 11px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    background-image:url(../IMAGENS/bg.png);
}

.body_login
{
    background: #FFF;
}

/*button
{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:3px 6px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;

}*/

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/

.page
{
    width: 1000px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    /*padding: 0px 12px;*/
    /*margin: 12px 8px 8px 8px;*/
    /*margin-top:16px;*/
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.menu
{
    /*padding: 4px 0px 4px 8px;*/
}

.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 150px;
}

.menu ul li a, .menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    /*line-height: 1.35em;*/
    height:1%;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    /*padding:15px;
    margin-bottom:5px ;*/
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
    font:normal 11px Arial, Helvetica, sans-serif;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font:normal 11px Arial, Helvetica, sans-serif;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

.separador{ letter-spacing:10px; color:#a3aebf; }

.text, textarea, select
{
    font:normal 10px verdana;
    padding:2px;
    background-color:#ffffff;
    border: 1px solid #ccc;
}

input.textEntry
{
    /*width: 320px;*/
    font:normal 10px verdana;
    padding:2px;
    background-color:#ffffff;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    height: 100px;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    /*text-align: right;
    padding-right: 10px;*/
	/*font-size: 8px;*/

}


/*----------------------------------------------------------------------------*/

#psdg-bottom {
	clear:both;
	margin:0;
	padding: 0;
	width: 578px;
	height: 48px;
	border-top: 2px solid #FFF;
	background: #e4e3e3 url(../Imagens/bottom-line.png) repeat-x left top;
}

#divTitulo
{
	font:normal 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height:30px;
	text-indent:10px;
}

#Help
{
	width:20px;
	border:0 ;
	position:relative;
	top: -26px;
	left: 972px;
	border:0;
}

#divCentral
{
	margin:16px 10px 10px 10px;

}

#novo_login
{
    margin-left:-20px;
    width: 544px;
    height: 305px;
	background-image: url('../Imagens/novologin_3b.png') !important;
}
#novo_login table
{
    margin-top: 25px;
    padding-top: 135px;
    padding-left: 75px;
    width: 54%;
}

#novo_login .textEntry
{
    width:120px;
}
#novo_login .button_example
{
    margin-right:14px;
}

#cpObrigatorio
{
	text-align: right;
	color: #FF0000;
	margin-right:10px;
	}

.cpObservacao
{
	text-align: left;
	color: #FF0000;
	margin-right:10px;
}

	/*-----------------------POPUP-----------------------*/
        .web_dialog_overlay
        {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: 0;
            padding: 0;
            background: #000000;
            opacity: 0.5;
            filter: alpha(opacity=20);
            -moz-opacity: .20;
            z-index: 101;
            display: none;
        }
        .web_dialog
        {
            display: none;
            position: absolute;
            background-color: #ffffff;
            border: 2px solid #465c71;
            left: 0;
            top: 0;
            margin: 0;
            padding: 0;
            z-index: 102;
        }
        .web_dialog_title
        {
            border-bottom: solid 2px #465c71;
            background-color: #465c71;
            padding: 4px;
            color: White;
            font-weight:bold;
        }
        .web_dialog_title a
        {
            color: White;
            text-decoration: none;
        }
        .align_right
        {
            text-align: right;
        }
        .Level2HeadingStyle
        {
	        font-weight: bold;
	        font-size: 15pt;
	        color: #2D84A7;
	        line-height: 20px;
        }
/*------------------------------------------------*/

/*-----------------DIV TROCA SENHA-------------------------*/
div.TrocaSenha
{
    padding: 4px 0px 4px 0px;
    position: fixed;
    z-index: 1000;
    font-family:Verdana;
	width: 398px;
    /*width: 430px;
    min-height:160px;*/
    color: #00335e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 0px 11px #000000;
    -webkit-box-shadow: 0px 0px 11px #000000;
    box-shadow: 0px 0px 11px #000000;
    background-image: url('../Imagens/msgBoxBackGround.png');

}
/*------------------------------------------------*/


.button_example{
border:1px solid #435464;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 font-size:11px;
 font-family:arial, helvetica, sans-serif;
 padding: 2px 8px 2px 8px;
 text-align: center;
 color: #FFFFFF;
 background-color: #5A7085;
 background-image: linear-gradient(top, #5A7085, #3A4F63);
 }

.button_example:hover{
 border:1px solid #313d48;
 background-color: #455667;
 background-image: linear-gradient(top, #455667, #273543);
 }

/*

.button_example{
border:1px solid #435464; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:11px;font-family:arial, helvetica, sans-serif; padding: 2px 8px 2px 8px;  text-align: center; color: #FFFFFF; background-color: #5A7085;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5A7085), color-stop(100%, #3A4F63));
 background-image: -webkit-linear-gradient(top, #5A7085, #3A4F63);
 background-image: -moz-linear-gradient(top, #5A7085, #3A4F63);
 background-image: -ms-linear-gradient(top, #5A7085, #3A4F63);
 background-image: -o-linear-gradient(top, #5A7085, #3A4F63);
 background-image: linear-gradient(top, #5A7085, #3A4F63);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#5A7085, endColorstr=#3A4F63);
}

.button_example:hover{
 border:1px solid #313d48; background-color: #455667;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#455667), color-stop(100%, #273543));
 background-image: -webkit-linear-gradient(top, #455667, #273543);
 background-image: -moz-linear-gradient(top, #455667, #273543);
 background-image: -ms-linear-gradient(top, #455667, #273543);
 background-image: -o-linear-gradient(top, #455667, #273543);
 background-image: linear-gradient(top, #455667, #273543);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#455667, endColorstr=#273543);
}
/*-------------------------------------------------------*/

/*-------------------------MENU 2--------------------------------------------*/

.dotnetMenu A, .dotnetMenu A:visited
{
    text-decoration: none;
    color: white;
     display: block !important;

}

.staticItem A:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;

}

.staticItem A, .staticItem A:Visited
{

    background-color: #465c71;
    border: 1px #4e667d solid;
    color: white;
    height:1%;
    text-decoration: none;
    white-space: nowrap;
    padding: 3px 20px;

}
.staticItem TD
{

    background-color: #465c71;
    border: 1px #4e667d solid;
    color: white;
    display: block;
    height:1%;
    text-decoration: none;
    /*white-space: nowrap;*/

}

.staticHover
{
   z-index: 10;
}


.staticHover TD
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
    display: block !important;

}

.staticHover A:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
    display: block !important;
}

.staticHover A, .staticHover A:Visited
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
    padding: 3px 20px;
}

.popupMenu
{
   z-index: 10;
}

.popupMenu td
{
   width: 140px;
}

.popupItem A:active
{
    color: #465c71;
    text-decoration: none;
    display: block !important;
}

.popupItem A, .popupItem A:Visited
{
    cursor: pointer;
    color: white;
    display: block !important;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 3px;
    padding-top: 3px;
}


.popupItem TD
{
    cursor: default;
    background-color: #465c71;
    color: white;
    border: 0;
}

.popupItem td img {

    margin-bottom: 2px;
    margin-top: 2px;
    border: 0;
}

.popupHover A, .popupHover A:Visited
{
    cursor: pointer;
    display: block !important;
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 3px;
    padding-top: 3px;
}


.popupHover TD
{
    cursor: default;
    background-color: #bfcbd6;
    text-decoration: none;

}

/*---------------------------------------------------------*/


#divBotoes ul
{
    float: right;
    position: relative;
    list-style-type: none;
}
#divBotoes ul li
{
    float: left;
    position: relative;
    margin-right: 5px;
    background: #eee;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    list-style-type: none;
    /*line-height: 20px;
    vertical-align: bottom;*/
}
#divBotoes ul li a
{
    text-decoration: none;
    outline: none;
    color: #d00000;
    display: block;
    width: 16px;
    height: 16px;
    padding: 4px 5px 4px 5px;
    cursor: pointer;
    line-height: 18px
}
#divBotoes ul li span
{
    position: absolute;
    color: #000;
    margin-left: -10px;
    display:none;
    padding-left: 25px;
    font-family: arial;
    font-size: 11px;
    line-height: 18px
}


.helperLink input, .helperLink select
{
    float: left;
}
.helperLink i
{
    background:url(../IMAGENS/help.png) no-repeat;
    display:block;
    height: 16px;
    width: 16px;
    float: left;
    margin-left: 5px;
    margin-top: 1px;
    cursor:help;
}


a.home
{
    background:url(../IMAGENS/1406911989_house.png) no-repeat;
    background-size: contain;
    display:block;
    height: 16px;
    width: 16px;
    float: left;
}

.imgsAvarias input
{
    position: relative;
}

#sortable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
#sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; height: auto; }
#sortable li span { position: absolute; margin-left: -1.3em; }

.GridViewStyle td
{
    max-width: 1px;
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}

.GridViewStyle td > a > img 
{
    vertical-align: middle;
}



.line_wrap
{
    white-space: pre !important;
    white-space: pre-wrap !important;
    white-space: pre-line !important;
    white-space: -pre-wrap !important;
    white-space: -o-pre-wrap !important;
    white-space: -moz-pre-wrap !important;
    word-wrap: break-word !important;
}

.report_viewer
{
    background-color: #F1F5F6;
    border: 1px solid #666666;
}

.login_form
{
    padding-top: 96px;
}

.GridViewStyle td:last-child
{
    white-space: nowrap !important;
    word-wrap: normal !important;
}

.PagerStyle td 
{
    white-space: nowrap !important;
}

.form_table 
{
    width: 100%;
}

.field_label
{
    text-align: right;
    width: 128px;
}

.top_align
{
    vertical-align: top;
}

.field_required
{
    color: #FF0000;
    text-align: right;
}
