/**
 * @project     OTRS (http://www.otrs.org) - Customer Frontend
 * @copyright   OTRS AG
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 */

@media screen,projection,tv,handheld {

/**
 * @package     OTRS Framework - Skin "Default"
 * @section     Login
 */
 


 @font-face {
			font-family: 'Roboto';
			src: url('fontes/Roboto-Light.ttf');
			src: url('fontes/Roboto-Light.ttf?#iefix') format('embedded-opentype'),
				url('fontes/Roboto-Light.ttf') format('woff'),
				url('fontes/Roboto-Light.ttf') format('truetype');
			font-weight: normal;
			font-style: normal;
		}
		
		
* {
	font-family: Roboto, Sans-Serif;	
}

.Login {
    padding: 30px;
    position: relative;
}

p {
	margin: 15px;
	color: #426994;
    line-height: 19px;
    font-size: 16px;

}

.Login p {
	padding: 0;
	text-align: center;
	margin-left: -14%;
}

.Login noscript p{
    color: #666666;
    margin: 13px 0 26px;
	margin-left: -10%;
}

/**
 * @subsection  Slider
 */
#Slider {
    margin-bottom: 34px;
    width: 100%;
    height: 320px;
    overflow: hidden;
	background-color: transparent;
	font-family: Roboto, Sans-Serif;	
}

#Slider h2{
    color: #eb8517;
    padding-top: 30px;
    text-align: center;
    margin-left: -16%;
	
}

#Login,
#Reset,
#Signup,
#PreLogin {
    width: 50%;
    height: 260px;
    position: relative;
    background-color: transparent;
    margin: auto;
}

#Login{
	margin-bottom: 60px;
}

#Signup{
	padding-bottom: 100px;
}

#Reset {
	margin-bottom: 65px;
}

#Login p,
#Reset p,
#Signup p,
#PreLogin p{
    margin-left: -14%;
}

#NoJavaScript,
#OldBrowser {
    width: 500px;
    padding-left: 142px;
    position: relative;
}

.RTL #Login,
.RTL #Reset,
.RTL #Signup,
.RTL #PreLogin {
    padding: 0 0 0 0;
    float: right;
}

.InlineNavigation {
    top: 1px;
    left: 34px;
    position: absolute;
}

.RTL .InlineNavigation {
    left: auto;
    right: 34px;
}

/**
 * @subsection  Forms
 */

 @-moz-document url-prefix() {
    .Login label {
        left: 0px;
    }
}
 
.Login label {
    width: auto;
    padding-left: 2px;
    float: none;
    color: #222;
    font-size: 12px;
    text-align: left;
	
}

.Login form label.Focused {
    color: #BBB;
}

.Login input[type='text'],
.Login input[type='email'],
.Login input[type='password']  {
    width: 177px;
    padding: 3px 5px;
    font-size: 14px;
    background-color: transparent;
    display: block;
	FLOAT: LEFT;
}

.Login input:focused {
    border-color: #F92;
}

.Login button {
    margin-top: 13px;
    min-width: 70px;
}

.Login button:disabled {
    color: #7F7F7F;
    background: #F0F0F0
}

/**
 * @subsection  Floating
 * @note        added to a form for floating divs containing the input fields
 * @see         Login
 */

 .Floating {
	width: 50%;
    margin: auto;
    background-color: transparent;
    display: block;
    padding-left: 7%;
 }
 
 .Floating form{
	 margin-left: 8%;
 }
 
.Floating div {
    margin: 2px 5px 2px 0;
    position: relative;
    width: 51%;
    margin: auto;
}

.RTL .Floating div {
    margin: 2px 0 2px 5px;
}

.Floating button {
    margin-top: 17px;
}

/* BOTÃO DE LOGIN ENTRAR */

.JavaScriptAvailable .Floating button {
    margin-top: 0;
    padding: 4px 0;
    width: 128%;
    line-height: 35px;
    font-size: 17pt;
    background-color: #388faa;
    border: #388faa; solid 1px;
    color: #FFF;
    border-radius: 4px;
    outline: none;
    margin-left: -11%;
}

.JavaScriptAvailable .Floating button:hover {
    background-color: #eb8517;
	border: #eb8517 solid 1px;
}

a #ForgotPassword {
	text-align: right;
}

/**
 * @subsection  Inline Labels (javascript only)
 * @note        labels are put inside of the input field
 * @see         Login
 */

.JavaScriptAvailable .Login label,
.JavaScriptAvailable .Login label.Mandatory {
    margin: 6px 8px;
    color: #999 !important;
    font-size: 16px;
    line-height: 13px;
    position: absolute;
    z-index: 20;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-left: -5%;
}

.JavaScriptAvailable .Login input[type='text'],
.JavaScriptAvailable .Login input[type='password'] {
    margin: 0;
    position: relative;
    width: 118%;
	margin-left: -10%;
    padding: 8px 10px;
    color: #262626 !important;
    border: none;
    margin-bottom: 9px;
    outline: none;
	background-color: #F2F2F2;
	cursor: text;
}

.Option {
	padding: 0 16px 3px;
    line-height: 21px;
    float: none;
    width: 100% !important;
    text-align: right;
}

/**
 * @subsection  Custom Field Sizes
 */

#Signup #Title {
    width: 118%;
}

#Signup input[type='text'],
#Signup input[type='email'] {
    margin: 0;
    position: relative;
    width: 118%;
	margin-left: -10%;
    padding: 8px 10px;
    color: #262626 !important;
    border: none;
    margin-bottom: 9px;
    outline: none;
	background-color: #F2F2F2;
	cursor: text;
	}
	
	.JavaScriptAvailable .Login label, .JavaScriptAvailable .Login label.Mandatory {
    font-size: 11pt;
    line-height: 13px;
	}

.NewLine {
    clear: left;
}

.JavaScriptAvailable .Floating .NewLine button {
    margin-top: 8px;
}

/**
 * @subsection  Errors
 * @note        Error fields for forms
 */

.ErrorBox,
.SuccessBox,
.WarningBox {
    display: block;
    margin: -13px 136px 20px;
    padding: 5px 8px 4px;
    cursor: default;
	
}

.ErrorBox {
    color: #FFF;
    background: #D41111;
    padding: 6px !important;
    border-radius: 3px;
    font-family: Roboto;
    font-size: 11pt;
	width: 32%;
    margin: auto;
    text-align: center;
}

.ErrorBox span{
	margin-left: 5px;
}

.WarningBox {
    color: #555;
    background: #FFDD50;
}

.WarningBox.WithIcon {
    position: relative;
    padding-left: 25px;
}

.WarningBox.WithIcon > i {
    position: absolute;
    left: 10px;
    top: 6px;
}

.SuccessBox {
    color: #FFF;
    background: #08A503;
    padding: 6px !important;
    border-radius: 3px;
    font-family: Roboto;
    font-size: 11pt;
    width: 23%;
    margin: auto;
    text-align: center;
}

.SuccessBox span{
	margin-left: 5px;
}

/**
 * @subsection  Login Content
 * @note        if you want to place some content into the login (for example CustomerAccept.tt)
 */

.Login .Content {
    margin-left: 142px;
    border-top: none;
}

.RTL .Login .Content {
    margin-right: 142px;
    margin-left: 0;
}

/**
 * @subsection  Footer
 * teste footer
 */
 
 #Footer {

    width: 100%;
    margin-top: 30px;
    color: #CCC;
    overflow: hidden;
    text-align: center;

}
 
.column {
	float: left;
	width: 16%;
	padding-top: 25px;
	height: 150px;
	border-radius: 5px;
	margin: 5px 10px 40px;
	border: 1px solid;
}

.row {
	display: flex;
	justify-content: center;

}

h2 {
	color: #eb8517;
	font-size: 28px;
	font-weight: bold;
 
} /* end @media */
