/***********************************************************************************************
 * Company Logo placed by default on the left side of the Banner. 
 ***********************************************************************************************/

/* Aumenta campos de texto longo dos formulário de melhoria contínua */
textarea[name='webCustomPropertyValue(1106).value'] {
height: 300px;
}

/* Remove espaçamento na descrição das ações de um chamado - vide R160499 */
.actionremarksbodycontent p {
 margin-top: 0rem !important;
}

/* Aumenta campos de texto longo dos formulários customizados */
.customPropertyGroup textarea {
height: 200px;
}

#EC291_webCustomPropertyValue_1037 {
height: 500px;
}

/* Alterar cor de fundo da caixa de login */
body.tundra:not(.restClient) .loginform, body.tundra:not(.restClient) .logoutform {
    overflow: hidden;
    border: medium none;
    min-height: 150px;
    padding: 20px 40px;
    color: #FFF;
    background-color: #003366;
}

/* Alterar cor de fundo da caixa de logout */
body.tundra:not(.restClient) .logoutform {
    overflow: hidden;
    border: medium none;
    min-height: 150px;
    padding: 20px 40px;
    color: #FFF;
    background-color: #003366;
}

/*Alterar imagem de logout*/
body:not(.restClient).tundra .logoutLogo {
  background: url('/assystimages/trt3_logo_jt_assystnet.png') no-repeat;
  width: 70px;
  height: 29px;
  background-size: contain;
  display: inline-block;
}

/* Alterar imagem de fundo*/
body:not(.restClient).tundra #login-background {
    min-height: 100%;
    width: 100%;
    background: #FFF url('/assystimages/logo-horiz_sup_fundo_cinza.jpg');
    background-size: cover;
    overflow: hidden;
}

/* Layout Padrao TRT-MG*/


body:not(.restClient).tundra #headerPane {
    background-color: #ababab;
}

body:not(.restClient).tundra .headerNavBar{
    background-color: #003366;
}

body:not(.restClient).tundra .headerImageContainer #logo h1{  
    display: none;
}

body:not(.restClient).tundra .axios-application-search .applicationSearchButton {
    background: #003366;
}

body:not(.restClient).tundra .headerImageContainer #logo {  
  /*background: url('/assystWEBCustomisations/trt3_logo_assystweb.png?1530807502') no-repeat;*/
  background: url('/assystimages/trt3_logo_jt_assystnet.png') no-repeat;
  -moz-background-size: 100%;
  background-size: 100%;
  width: 205px;
  background-position-y: center;
}

body.tundra:not(.restClient) .loginform, 
body.tundra:not(.restClient) .logoutform{
    position: relative;
    min-height: 1px;
    background-color: #f2f2f2;
    box-shadow: 0px 2px 20px #aaa;
    padding: 0;
    border: none;
}

body.tundra:not(.restClient) #loginDialog.axiosContentDialog,
body.tundra:not(.restClient) #logoutDialog.axiosContentDialog{
	border: none;
}

body.tundra:not(.restClient) .logoutContent .logoutbox{
	padding-bottom: 20px;
}

@media (min-width: 768px)
{
    body.tundra:not(.restClient) #loginDialog,
    body.tundra:not(.restClient) #logoutDialog,
	body.tundra:not(.restClient) #loginDialog .dijitDialogPaneContent,
	body.tundra:not(.restClient) #logoutDialog .dijitDialogPaneContent{
        width: 750px;
    }
}

@media (min-width: 992px)
{
    body.tundra:not(.restClient) #loginDialog,
    body.tundra:not(.restClient) #logoutDialog,
	body.tundra:not(.restClient) #loginDialog .dijitDialogPaneContent,
	body.tundra:not(.restClient) #logoutDialog .dijitDialogPaneContent{
        width: 970px;
    }
}

@media (min-width: 1200px){
    body.tundra:not(.restClient) #loginDialog,
    body.tundra:not(.restClient) #logoutDialog,
	body.tundra:not(.restClient) #loginDialog .dijitDialogPaneContent,
	body.tundra:not(.restClient) #logoutDialog .dijitDialogPaneContent{
        width: 1170px;
    }
}

body.tundra:not(.restClient) #loginDialog .loginTitle,
body.tundra:not(.restClient) #logoutDialog .logoutTitle {
    padding: 20px 25px 15px 25px;
    background-color: #003366;
    margin-bottom: 40px;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: left;
    width: unset;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.tundra:not(.restClient) #loginDialog .text,
body.tundra:not(.restClient) #logoutDialog .text {
    border-radius: 3px;
    border-color: #DADFE2;
    height: 40px;
    padding: 0 0 0 10px;
    margin-left: 0px;
    font-weight: normal;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    width: 33%;
    margin-left: 33%;
}

input#login-password::placeholder,
input#login-user::placeholder
{
    color: #333;
    opacity: 1;
}

input#login-password:-ms-input-placeholder,
input#login-user:-ms-input-placeholder,
input#login-password::-ms-input-placeholder,
input#login-user::-ms-input-placeholder {
    color: #333;
}

body.tundra:not(.restClient) #loginDialog .text input {
    font-size: 14px;
}

body.tundra:not(.restClient) #loginDialog .text input {
    color: #555;
    padding: 14px 0;
}

body:not(.restClient).tundra #loginbox legend{
	color: #003366;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
}

body:not(.restClient).tundra #loginbox a#logoutMessage{
	color: #4A8AA9;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
}

body.tundra:not(.restClient) #loginButton button{
    border-radius: 3px;
    background-color: #003366;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.9em;
    width: 20%;
    font-weight: normal;
    margin-left: 40%;
	height: 50px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.tundra .loginContent .loginbox .rememberUsername span {
    color: #003366;
}

.tundra .loginContent .loginbox .accountOptions {
    width: 33%;
    margin-left: 33%;
    padding: 20px 0;
}

body:not(.restClient).tundra #loginDialog,
body:not(.restClient).tundra #logoutDialog{
	background-image: url('/assystimages/trt3_logo_jt_assystnet.png');
	background-repeat: no-repeat;
	background-color:  #FFF;
	padding-top: 160px;
	margin-top: 0;
	background-position-x: 10px;
	background-position-y: 30px;
	background-size: 340px;
        overflow: visible;
}

body:not(.restClient).tundra #contentDialogs  #loginDialog{
	background-color: #FFF;
}

body:not(.restClient).tundra #contentDialogs  #loginDialog #logofooter{
	display:none;
}

body:not(.restClient).tundra #login-background, 
body:not(.restClient).tundra #logout-background{
    background-image: none;
    background-color: #FFF;
}

/*assystweb Login*/

.tundra section:not(.restClient) .loginTitle {
    width: 100%;
    text-align: left;
    padding-bottom: 0px;
    color: #fff;
    height: 35px;
    background: none;
    overflow: visible;
    background-color: #003366;
    margin-bottom: 40px;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: left;
    width: unset;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Mostra o título na tela de login*/
.tundra section:not(.restClient) .loginTitle .axios-offscreen-content {
   position: static !important;
}

/* Cabeçalho/Header oculta botão de chat */
#headerTools .dijitButton.chatButton {
   display: none;
}
