/*
 * Copyright (C) 2013-2020 Combodo SARL
 *
 * This file is part of iTop.
 *
 * iTop is free software; you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * iTop is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 */

html, body {
	margin: 0;
	padding:0;
	overflow-y: auto;
}
#portal {
	height: 100%;
}
#content {
	margin: 10px;
	padding-left: 10px;
	padding-right: 10px;
	overflow-y: auto;
	display: block;
}
div#portal #banner {
	width: 100%;
	height: 60px;
	display: block;
	vertical-align:middle;
	background-color: #f6f6f1;
}

div#portal #logo {
	width: 126px;
	background: url(../../images/itop-logo.png) 0 0 no-repeat;
	margin-left:20px;
	margin-right:20px;
	height: 60px;
	border: 0;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	line-height: 48px;
	padding-right:50px;
}
div#menu {
	display: block;
	width: auto;
	position: absolute;
	top: 0;
	left: 200px;
	right: 0px;
	line-height: 48px;
	height: 48px;
}
#portal_menu {
	height: 60px;
}

div.button {
	margin-left:20px;
	margin-right:20px;
	height: 60px;
	border: 0;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	line-height: 48px;
}

a.button , a.button:visited {
	color: #1C94C4;
	text-decoration: none;
	vertical-align: middle;
	height: 48px;
	line-height: 48px;
	display: inline-block;
}

a.button span {
	vertical-align:middle;
	margin-right: 20px;
	margin-left: 50px;
}

#close_form_table {
	width: 100%;
	padding: 20px;
}

#logoff {
	display: block;
	float: right;
	background: url(../images/logoff.png) right center no-repeat;
}

#logoff span {
	margin-right: 50px;
	margin-left: 20px;
}

#cancel {
	background: url(../images/stop-mid.png) 0 0 no-repeat;
}

#create {
	background: url(../modules/itop-request-mgmt-1.0.0/images/user-request.png) 0 0 no-repeat;
}
#user_info {
	background: url(../images/clean-mid.png) 0 0 no-repeat;
}

#change_pwd {
	background: url(../images/password.png) 0 0 no-repeat;
}
#back {
	background: url(../images/back.png) 0 0 no-repeat;
}
#back span {
	margin-left: 54px;
}
#refresh {
	background: url(../images/refresh.png) 0 0 no-repeat;
	margin-right: 40px;
}
#refresh span {
	margin-left: 54px;
	margin-right: 20px;
}
#request_details {
	display: inline-block;
	width:800px;
	text-align: left;
}
#form_close_request {
	display: inline-block;
	width:800px;
	text-align: left;
}
#request_details_log {
	width:774px;
}
#request_details table {
	border: #f1f1f6 2px solid;
	text-align: left;
}
#form_details {
	display: inline-block;
}
.wizContainer table {
	display: inline-block;
	text-align: left;
}
#comment{
	display: block;
	margin-bottom: 15px;
	min-height: 150px;
}
#approval-button, #rejection-button {
	margin: 0 10px 10px 10px;
	padding: 5px 10px 5px 35px;
}
#approval-button {
	background: url("../img/approve.png") no-repeat scroll 10px center;
}
#rejection-button {
	background: url("../img/reject.png") no-repeat scroll 10px center;
}
.email_body {
	font-size: 100%;
	font-family: Arial, Verdana, Sans-serif;
}
.email_body h1{
	font-size: 2.2em;
	font-weight: bold;
}
.email_body h2{
	font-size: 1.8em;
	font-weight: bold;
}
.email_body h3{
	font-size: 1.4em;
	font-weight: bold;
}
.email_body h4{
	font-size: 1.2em;
	font-weight: bold;
}
.email_body h5{
	font-size: 1.1em;
	font-weight: bold;
}
.email_body h6{
	font-size: 1em;
	font-weight: bold;
}
.email_body p{
	font-size: 1em;
}
.email_body pre{
	font-size: 0.9em;
}