/* The contents of this file are subject to the terms
 * of the Common Development and Distribution License
 * (the License). You may not use this file except in
 * compliance with the License.
 *
 * You can obtain a copy of the License at
 * https://opensso.dev.java.net/public/CDDLv1.0.html or
 * opensso/legal/CDDLv1.0.txt
 * See the License for the specific language governing
 * permission and limitations under the License.
 *
 * When distributing Covered Code, include this CDDL
 * Header Notice in each file and include the License file
 * at opensso/legal/CDDLv1.0.txt.
 * If applicable, add the following below the CDDL Header,
 * with the fields enclosed by brackets [] replaced by
 * your own identifying information:
 * "Portions Copyrighted [year] [name of copyright owner]"
 *
 * $Id: styles.css,v 1.1 2006/01/28 09:18:52 veiming Exp $
 *
 * Copyright 2005 Sun Microsystems Inc. All Rights Reserved
 */
@CHARSET "UTF-8";

/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent} body{line-height:18px;} ol,ul,li{list-style:none} blockquote,q{quotes:none} blockquote:before,blockquote:after,q:before,q:after{content:"";content:none} :focus{outline:0} ins{text-decoration:none} del{text-decoration:line-through} table{border-collapse:collapse;border-spacing:0} textarea{resize:none}


* {
	margin:0 0 0 0;
	padding:0 0 0 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	box-sizing: border-box;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/**** customisable elements ****/
html{
	height: 100%;
}

.login {
    -webkit-animation: login 1s ease-in-out;
    -moz-animation: login 1s ease-in-out;
    -ms-animation: login 1s ease-in-out;
    -o-animation: login 1s ease-in-out;
    animation: login 1s ease-in-out;
}

/* CSS Animations */
@keyframes "login" {
 0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    margin-top: -50px;
 }
 100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    margin-top: -75px;
 }

}

@-moz-keyframes login {
 0% {
   filter: alpha(opacity=0);
   opacity: 0;
   margin-top: -50px;
 }
 100% {
   filter: alpha(opacity=100);
   opacity: 1;
   margin-top: -75px;
 }

}

@-webkit-keyframes "login" {
 0% {
   filter: alpha(opacity=0);
   opacity: 0;
   margin-top: -50px;
 }
 100% {
   filter: alpha(opacity=100);
   opacity: 1;
   margin-top: -75px;
 }

}

@-ms-keyframes "login" {
 0% {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   margin-top: -50px;
 }
 100% {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   margin-top: -75px;
 }

}

@-o-keyframes "login" {
 0% {
   filter: alpha(opacity=0);
   opacity: 0;
   margin-top: -50px;
 }
 100% {
   filter: alpha(opacity=100);
   opacity: 1;
   margin-top: -75px;
 }

}


body
{
    height: 100%;
    background-image:url(../images/Login_anime.gif);   /* background gradient image - must be 100px * 1500px, .png is best */
    background-position: center center;
    /*background-image:url(../images/kurita_login_anime.gif);
    background-repeat: no-repeat;*/
    background-size: 100% 100%;
    background-color:#295EA9;              /* this colour must be set to the finishing colour (at the very bottom) of the gradient */
    color:#363636; /* default font colour */
}

a:link { color: whitesmoke; }
a:visited { color: whitesmoke; }
a:hover { color: #ff0000; }
a:active { color: #ff8000; }

div#footer1_ms_footer {
    background-color:rgba(255,255,255,0);
    color: RGB(0, 0, 0);
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align:left;
    overflow: visible;
}

.label {
	padding:2px;
	display: inline-block;
	vertical-align:middle;
	 color: whitesmoke;
}

.center {
        position:absolute;
        left:0px;
        right:0px;
        top:-50%;
        bottom:0px;
        width: 40%;
		margin:auto;
        max-width:100%;
        height:auto;
}

.logo {
        position:absolute;
        left:15px;
        top:20px;
        width: 15%;
        height: auto;
}

.row {
        position:absolute;
        left:0px;
        right:0px;
        top:-20%;
        bottom:0px;
        width: 300px;
        height: 50px;
		margin:auto;
}

.passwordBtn{
        top:-10% ;
        padding-top: 10px ;
}

.loginBtn{
        top:5% ;
        padding-top: 10px;
}

.rightLabel{text-align: right; color: #FFFFFF;display:none;}

.loginBtn{padding-left: 0px;}
.loginBtn input{display: inline-block; float: none; max-width: 100%;}

	input[type="text"], input[type="password"],input[type="url"]
	{
	 	width: 100%;
	    height: 38px;
	    positon: relative;
	    margin-top: 7px;
	    font-size: 1.5em;
	    color: #444;
	    outline: none;
	    border: 1px solid rgba(0, 0, 0, .49);

	    padding-left: 20px;

	    -webkit-background-clip: padding-box;
	    -moz-background-clip: padding-box;
	    background-clip: padding-box;
	    border-radius: 6px;

	    background-color: #fff;
	    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
	    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
	    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
	    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
	    background-image: linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);

	    -webkit-box-shadow: inset 0px 2px 0px #d9d9d9;
	    box-shadow: inset 0px 2px 0px #d9d9d9;

	    padding-right: 20px; /* 2015-06-18 Backlog#316 Add */
	}

	input[type="text"]:focus, input[type="password"]:focus,input[type="url"]:focus {
	    -webkit-box-shadow: inset 0px 2px 0px #a7a7a7;
	    box-shadow: inset 0px 2px 0px #a7a7a7;
	}
	input[type="text"]::-webkit-input-placeholder , input[type="password"]::-webkit-input-placeholder,input[type="url"]::-webkit-input-placeholder {
	    color: #ccc;
	    font-weight: normal;
	}
	input[type="text"]:-ms-input-placeholder  , input[type="password"]:-ms-input-placeholder , input[type="url"]:-ms-input-placeholder {
	    color: #ccc;
	    font-weight: normal;
	}
	input[type="text"]::-moz-placeholder   , input[type="password"]::-moz-placeholder , input[type="url"]::-moz-placeholder {
	    color: #ccc;
	    font-weight: normal;
	}

	input:first-child {
	    margin-top: 0px;
	}

	input[type="submit"] {
	    width: 100%;
	    height: 50px;
	    margin-top: 7px;
	    color: #fff;
	    font-size: 18px;
	    font-weight: bold;
	    text-shadow: 0px -1px 0px #5b6ddc;
	    outline: none;
	    border: 1px solid rgba(0, 0, 0, .49);

	    -webkit-background-clip: padding-box;
	    -moz-background-clip: padding-box;
	    background-clip: padding-box;
	    border-radius: 6px;

	    background-color: #5466da;
	    background-image: -webkit-linear-gradient(bottom, #5466da 0%, #768ee4 100%);
	    background-image: -moz-linear-gradient(bottom, #5466da 0%, #768ee4 100%);
	    background-image: -o-linear-gradient(bottom, #5466da 0%, #768ee4 100%);
	    background-image: -ms-linear-gradient(bottom, #5466da 0%, #768ee4 100%);
	    background-image: linear-gradient(bottom, #5466da 0%, #768ee4 100%);

	    cursor: pointer;

	    -webkit-box-shadow: inset 0px 1px 0px #9ab1ec;
	    box-shadow: inset 0px 1px 0px #9ab1ec;

	}

	input[type="submit"]:hover {
	    background-color: #5f73e9;
	    background-image: -webkit-linear-gradient(bottom, #5f73e9 0%, #859bef 100%);
	    background-image: -moz-linear-gradient(bottom, #5f73e9 0%, #859bef 100%);
	    background-image: -o-linear-gradient(bottom, #5f73e9 0%, #859bef 100%);
	    background-image: -ms-linear-gradient(bottom, #5f73e9 0%, #859bef 100%);
	    background-image: linear-gradient(bottom, #5f73e9 0%, #859bef 100%);

	    -webkit-box-shadow: inset 0px 1px 0px #aab9f4;
	    box-shadow: inset 0px 1px 0px #aab9f4;

	    margin-top: 7px;
	}

	input[type="submit"]:active {
	    background-color: #7588e1;
	    background-image: -webkit-linear-gradient(bottom, #7588e1 0%, #7184df 100%);
	    background-image: -moz-linear-gradient(bottom, #7588e1 0%, #7184df 100%);
	    background-image: -o-linear-gradient(bottom, #7588e1 0%, #7184df 100%);
	    background-image: -ms-linear-gradient(bottom, #7588e1 0%, #7184df 100%);
	    background-image: linear-gradient(bottom, #7588e1 0%, #7184df 100%);

	    -webkit-box-shadow: inset 0px 1px 0px #93a9e9;
	    box-shadow: inset 0px 1px 0px #93a9e9;
	}

	input[type="reset"]{display:none;}

@media screen and (min-device-width:320px)
       and (max-device-width: 568px) {
	body
	{
	    height: 100%;
	/*    background-image:url(../images/body-bg.png);*/   /* background gradient image - must be 100px * 1500px, .png is best */
	    background-image:url(../images/background_h_320.jpg);
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    background-color:#295EA9;              /* this colour must be set to the finishing colour (at the very bottom) of the gradient */
	    color:#363636; /* default font colour */
	}
	div#footer1_ms_footer {
		display:none;
	}

.center {
		margin:0;
        position:absolute;
        left:15%;
        top:30px;
        width: 200px;
        height:auto;
}

	.logo {
	        position:absolute;
	        left:10px;
	        top:5px;
	        width: 80px;
	        height: 19px;
	}

	.row {
			margin:0;
			position:absolute;
	        left:3%;
	        top:85px;
	        width: 95%;
	        height: 50px;

	}

	.passwordBtn{
		margin:0;
		top:120px;

	}

	.loginBtn{
	   margin:0;
	   padding:0;
	   top:175px;

	}

	.rightLabel{display:none;}
	.loginBtn{padding-left: 0px;}
	.loginBtn input{display: inline-block; float: none; max-width: 100%;}
	input[type="reset"]{display:none;}

}

@media only screen and
(min-device-width : 768px) and
(max-device-width : 1024px) and
(orientation : portrait) {
	body
	{
	    height: 100%;
	/*    background-image:url(../images/body-bg.png);*/   /* background gradient image - must be 100px * 1500px, .png is best */
	    background-image:url(../images/background_h_768.jpg);
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    background-color:#295EA9;              /* this colour must be set to the finishing colour (at the very bottom) of the gradient */
	    color:#363636; /* default font colour */
	}


	.center {
	        position:absolute;
	        left:0px;
	        right:0px;
	        top:-60%;
	        bottom:0px;
                width: 60%;
	        height: 150px;
			margin:auto;
	        max-width:100%;
	        height:auto;
	}

	.logo {
	        position:absolute;
	        left:15px;
	        top:20px;
	        width: 160px;
	        height: 38px;
	}

	.row {
	        position:absolute;
	        left:0px;
	        right:0px;
	        top:-30%;
	        bottom:0px;
	        width: 300px;
	        height: 50px;
			margin:auto;
	}

	.passwordBtn{
		top:-21% ;
		padding-top: 10px;

	}

	.loginBtn{
	    top:-10% !important;
		padding-top: 10px !important;

	}

	.rightLabel{display:none;}
	.loginBtn{padding-left: 0px;}
	.loginBtn input{display: inline-block; float: none; max-width: 100%;}
	input[type="reset"]{display:none;}


}

@media only screen and
(min-device-width : 768px) and
(max-device-width : 1024px) and
(orientation : landscape) {
	body
	{
	    height: 100%;
	/*    background-image:url(../images/body-bg.png);*/   /* background gradient image - must be 100px * 1500px, .png is best */
	    background-image:url(../images/Login_anime_1024.gif);
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    background-color:#295EA9;              /* this colour must be set to the finishing colour (at the very bottom) of the gradient */
	    color:#363636; /* default font colour */
	}
}

.product-logo /* product logo (should be 50px in height, width to be set below - no wider than 220px) */
{
    background-image:url(../images/open-am.png);
    width:161px;
}

.box /* the main content box */
{
    background-color: rgba(0,0,0,0); /* solid colour alternative for browsers that do not support gradients */
}

