﻿@charset "utf-8";
.masterforegroundcolour {
    color:#1F89a3;
}



html,
body {
	margin:0;
	padding:0;
	/*height:100%;*/
	color:#666;
	background-color:#0872b7;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-position:left top;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:100%;
}
ul,
ol,
dl {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	line-height:20px;
	margin:0;
	padding:0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-top:0;
	padding-right:15px;
	padding-left:15px;
}
a img {
	border:none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#0099FF;
	text-decoration:none;
}
a:visited {
	color:#6E6C64;
	text-decoration:underline;
}
a:hover,
a:active,
a:focus {
	text-decoration:none;
}
#container {
	min-height:100%;
	position:relative;
	width: 100%;
	margin: 0px;
}
#main {
	width:100%;
	min-height:100%;
	/*background-image:url(../images/bg_e.png);
	background-repeat:no-repeat;
	background-position:15% 15%;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: absolute;
	top: 0px;
}
#header {
	background-color: #FFF;
	height: 110px;
	width: 100%;
}
#header .logo {
	width:960px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position:left top;
	height:90px;
	float: left;
	margin: 10px;
}
#header .logo1 {
	width:265px;
	background-image:url(../images/logo_servicenow.png);
	background-repeat:no-repeat;
	background-position:left top;
	float: right;
	height: 90px;
	margin-top: 10px;
	margin-right: 18%;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* button 
---------------------------------------------- */
.button {
    display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 16px/100% Arial, Helvetica, sans-serif;
    font-weight: bold;
	padding: .5em 1em .45em;
    -ms-text-shadow: 0 1px 1px rgba(0,0,0,.3);
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
    -ms-border-radius: .5em;
    border-radius: .5em;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
    -webkit-border-radius: 2em;
	-moz-border-radius: 2em;
    -ms-border-radius: 2em;
    border-radius: 2em;
}

.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */

/* white */
.white {
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:focus {
    border: solid 1px #b7b7b7;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}


/* ~~ Element/tag selectors ~~ */

/* other non-essential CSS */

	#header p,
#header h1 {
	margin:0;
	padding:10px 0 0 10px;
}
#content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	position: relative;
	z-index: auto;
	padding: 10px;
}
#welcome {
	width:540px;
	display:block;
	position:relative;
	z-index:1;
	float:left;
	padding-top: 90px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}
#welcome .title1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	font-weight:normal;
	line-height:25px;
	margin:0;
	color: #7F7F7F;
	letter-spacing: -1px;
	padding: 0px;
}
    #welcome .title1 img {
        /*width:400px;*/
        margin-bottom:10px;
        height:139px;
    }
#welcome .title2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:50px;
	font-weight:bold;
	line-height:50px;
	color:#0266ba;
	margin:0;
	text-transform: uppercase;
	padding: 0px;
	letter-spacing: -2px;
}
#welcome P {
	margin: 0px;
	padding-top: 0px;
}
#login_box {
	width:357px;
	background-color:#d1d1d1;
	border:1px solid #abcdd3;
	z-index:2;
	padding:15px;
    padding-bottom: 7px;
	float: right;
	margin-top: 5%;
}
#login_box .login_box-input{ width: 320px; height:28px; }
#loginMessage{
    color: #FE2701;
}
#login_box #loginMessage{
 
 font-size: 13px;
 margin: 0px;
 padding-top: 5px;
 padding-right: 5px;
 padding-bottom: 5px;
 padding-left: 0px;
 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 font-weight: normal;
 float: left;
}
#login_box h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:30px;
	font-weight:400;
	padding-left:0;
	text-transform:uppercase;
	word-spacing:-1px;
	margin-top:1px;
    margin-bottom: 24px;
}
#login_box ul {
	margin-bottom:5px;
}

#login_box li {
	list-style-type: none;
}

.them_color1 {
	margin-bottom:25px;
	padding: 0px;
	height: 35px;
	width: 35px;
	margin-right: 15px;
	border: 1px solid #b9b9b9;
	display: inline;
	float: left;
	background-color: #1a9ef2;
}
.them_color2 {
	margin-bottom:25px;
	padding: 0px;
	height: 35px;
	width: 35px;
	margin-right: 15px;
	border: 1px solid #b9b9b9;
	display: inline;
	float: left;
	background-color: #5a5a5a;    
}
.them_color3 {
	margin-bottom:25px;
	padding: 0px;
	height: 35px;
	width: 35px;
	margin-right: 15px;
	border: 1px solid #b9b9b9;
	display: inline;
	float: left;
	background-color: #fff;
}

.them_color1:hover {
    border: 1px solid #000000;
}
.them_color2:hover {
    border: 1px solid #000000;
}
.them_color3:hover {
    border: 1px solid #000000;
}
.login_box-input {
	border:1px solid #d9d9d9;
	padding:5px;
	margin: 0px;
	width: 24em;
}
.login_btn{color: #fff;background-color: #5bc0de;border-color: #46b8da;display: inline-block;padding: 6px 12px;margin-bottom: 0;font-size: 14px;font-weight: normal;line-height: 1.428571429;text-align: center;white-space: nowrap;vertical-align: middle;cursor: pointer;border: 1px solid transparent;border-radius: 4px;}
#footer {
	position:relative;
	bottom:0;
	width:100%;
	color: #FFF;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 20px;
}
#footer p {
	width:400px;
	color:#0f527b;
	font-size:11px;
	text-align:center;
	margin: 0;
	line-height: 16px;
	padding: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#footer span {
	color:#00CCFF;
	text-align:center;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 11px;
}

@media (max-width: 800px) {
    #content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 500px;
	position: relative;
	z-index: auto;
	padding: 10px;
    }
    #welcome {
	    width:540px;
	    display:block;
	    position:relative;
	    z-index:1;
	    float:none;
	    padding-top: 20px;
	    padding-right: 10px;
	    padding-bottom: 10px;
	    padding-left: 10px;
	    margin: 0px;
    }

    #login_box {
	    width:357px;
	    background-color:#d1d1d1;
	    border:1px solid #abcdd3;
	    z-index:2;
	    padding:15px;
	    float: left;
	    margin-top: 5%;
    }

    #footer p {
	width:350px;
	color:#0f527b;
	font-size:11px;
	text-align:center;
	margin: 0;
	line-height: 16px;
	padding: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
    }
}

#helplink a{
    text-decoration:underline;
}
/* unvisited link */
#helplink a:link {
    color: black;
}

/* visited link */
#helplink a:visited {
    color: darkgray;
}

/* mouse over link */
#helplink a:hover {
    color: blue;
}

/* selected link */
#helplink a:active {
    color: lightblue;
}
@media (max-width: 480px) {
    #content {        
        max-width: 100%;        
    }

    #welcome {
        max-width: 100%;       
    }
    #welcome .title1 img {
        max-width: 100%;
           
    }
    #login_box {
        width: 350px;
       
    }

    #footer p {
        width: 340px;
        
    }
}

.snare .forgotpassword a {
    color: red
}

.snare #form-submit {
    background-color: red;
    border-color: red;
}

.snare #welcome .title1 {
    font-family: sans-serif;
}
.snare #welcome .title2 {
    color: red;
}

/*Loading Spinner*/
#spinner:not([hidden]) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#spinner::after {
    content: "";
    width: 80px;
    height: 80px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #f25a41;
    border-radius: 100%;
    will-change: transform;
    animation: spin 1s infinite linear
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}