﻿body {


}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
    border: 1px solid #6FC8E6;
}




#login {
	width: 400px;
	margin: 120px auto 0 auto;
	border-radius: 5px;
	min-height: 180px;
	border: 1px solid #777;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

#login div.titlebar {
	height: 16px;
	background: #6FC8E6;
	border-radius: 5px 5px 0 0;
}

#login img {
	margin: 15px 0 10px 40px;
	width: 323px;
	height: 33px;
}
#login div.controls {
	margin-left: 90px;
}
#login div.controls label {
    display: block;
}

#login div#config {
	text-align: right;
	font-size: 85%;
	margin: -10px 6px 0 0;
	color: #ACACAC;
}



.error {
	background: #fbe3e4;
	color: #8a1f11;
	padding: 5px 20px;
	border: 2px solid #fbc2c4;
	text-align: center;
	margin-bottom: 5px;
}


#header {
    border-top: 10px solid #6FC8E6;
}
#header .container .row,
#header .container .row div img {
    margin-top: 5px;
}
.config {
    margin-top: 15px;
    color: #ACACAC;
}
.config span {
    border-bottom: 1px dotted #ccc;
    cursor: help;
}


fieldset .row {
    margin-bottom: 0px;
}
fieldset label,
fieldset input {
    display:inline-block!important;
}
fieldset label {
    margin-right: 5px!important;
    white-space: nowrap;
	overflow: hidden;
}
fieldset input {
    margin-right: 10px!important;
}
#messageid {
    width: 245px;
}
#btn-generate-new-guid img {
    vertical-align: middle;
}


.small {
    width: 70px!important;
}
.medium {
    width: 120px!important;
}
.large {
    width: 150px!important;
}

.note {
    font-style: italic;
    font-size: 13px;
    margin-top: 5px;
    display: inline-block;
    color: #b4b4b4;
}


#api-results span.info,
#api-results span.error,
#api-results span.success {
    border-radius: 3px;
    padding: 4px 10px;
    border: 2px solid #ddd;
}
td span.response-code {
    border-radius: 3px;
    padding: 1px 4px;
    border: 1px solid #ddd;
}


#api-results span.info {
    background: #fff6bf;
    color: #514721;
    border-color: #ffd324;
}
#api-results span.error,
td span.response-code-400,
td span.response-code-401,
td span.response-code-403,
td span.response-code-404,
td span.response-code-500,
td span.response-code-501,
td span.response-code-503 {
    background: #fbe3e4;
    color: #8a1f11;
    border-color: #d18282;
}
#api-results span.success,
td span.response-code-200,
td span.response-code-201,
td span.response-code-202,
td span.response-code-204 {
    background: #d8efc2;
    color: #264409;
    border-color: #8cc55f;
}

#api-results span {
    display: none;
}


.required {
    border-color: #D18282!important;
}


#api-path,
#api-method,
#result {
    background: #efefef!important;
    color: #3D3D3D!important;
}
#api-path,
#api-method {
    margin-top: 5px;
}
#api-method {
    font-weight: bold;
    text-align: center;
}

#body,
#result {
    font-family: monospace!important;
}


#loading {
    display: none;
    margin: 10px 0 0 20px;
}

#submit {
    float: right;
}
#submit img {
    vertical-align: text-bottom;
}


.api-fields-container, #body {
    display: none;
}
.api-fields-container {
    min-width: 100px;       /* Oh IE, how I love thee */
}

#api-results {
    margin-top: 4px;
}



#logout {
    float:right;
}



#footer {
   height:50px;
   margin-top: 20px;
   width:100%;
   text-align: center;
}
#footer span {
    display: block;
    color: #ACACAC;
    font-size: 75%;
}

/* IE 6 */
* html #footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}





/* Message Log table styles */
table#message-log {
    margin-top: 20px;
    margin-bottom: 40px;
}
table#message-log thead {
    font-weight: bold;
    border-bottom: 1px solid #6FC8E6;
}
table#message-log td {
    padding: 4px 10px 4px 5px;
    white-space: nowrap;
    overflow: hidden;
}
table#message-log tbody tr:nth-child(even) {
    background-color: #E3F4FA;
}

table#message-log td.id {
    max-width: 55px;
}
table#message-log td.request-url {
    max-width: 300px;
}
table#message-log td.address {
    max-width: 125px;
}
table#message-log td.headers,
table#message-log td.request-content,
table#message-log td.response-content {
    max-width: 50px;
    text-align: center;
}
table#message-log td.response-code {
    max-width: 75px;
    text-align: center;
}
table#message-log td.response-time,
table#message-log td.response-size {
    text-align: right;
}
table#message-log td.user-id {
    max-width: 50px;
}
table#message-log td.created-date {
    max-width: 200px;
}
table#message-log td img {
    vertical-align: middle;
    cursor: pointer;
}






/* Custom Button */
.api-button {
	background: #96D6EC; /* Old browsers */
	background: #96D6EC -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
	background: #96D6EC -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
	background: #96D6EC -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
	background: #96D6EC -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
	background: #96D6EC -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
	background: #96D6EC linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	border: 1px solid #aaa;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 4px 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fefefe;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, .75);
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	padding: 8px 10px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.api-button:hover {
	color: #fff;
	background: #57BDDF; /* Old browsers */
	background: #57BDDF -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
	background: #57BDDF -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
	background: #57BDDF -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: #57BDDF -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
	background: #57BDDF -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
	background: #57BDDF linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	border: 1px solid #888;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa; }

.api-button:active {
	border: 1px solid #666;
	background: #6FC8E6; /* Old browsers */
	background: #6FC8E6 -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
	background: #6FC8E6 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
	background: #6FC8E6 -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
	background: #6FC8E6 -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
	background: #6FC8E6 -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
	background: #6FC8E6 linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

.api-button.selected {
	border: 1px solid #666;
	background: #002F6D; /* Old browsers */
	background: #002F6D -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
	background: #002F6D -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
	background: #002F6D -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
	background: #002F6D -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
	background: #002F6D -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
	background: #002F6D linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

.api-button:visited, .api-button.selected {
    color: #fff;
}
