/*
Main styles



Author: Alexey Pogodin
Date: 2015-03-25
Copyright 2015, Novolink Communications, Inc.
*/

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 90%;
    color: #606060;
    margin: 0;
    /*text-align: center;*/
}

a {
    color: #428bca;
}

h1 {
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 160%;
    text-align: left;
}

h2 {
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 130%;
    text-align: left;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="date"],
textarea,
select {
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: .3em;
    background-color: #fff;
    font-size: 100%;
}

input[type="text"] {
    width: 15em;
}

input[type="email"] {
    width: 15em;
}

input[type="password"],
input.password {
    width: 12em;
    font-family: monospace;
}

input[type="number"] {
    width: 6em;
}

input[type="tel"] {
    width: 10em;
}

input[type="date"] {
    font-family: Helvetica, Arial, sans-serif;
}

input.ip_address {
    width: 10em;
}

textarea {
    width: 20em;
    height: 5em;
}

input[type="submit"] {
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #428bca;
    font-size: 105%;
    padding: .3em 1.5em .4em 1.5em;
    color: #fff;
    background-color: #428bca;
    text-decoration: none;
}

input[type="submit"][disabled="disabled"] {
    background-color: #bbb;
    border-color: #fff;
}

button,
.button {
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #428bca;
    font-size: 105%;
    padding: .3em 1.5em .4em 1.5em;
    color: #fff;
    background-color: #428bca;
    text-decoration: none;
    white-space: nowrap;
    margin-bottom: .5em;
}


/* major structural */

.row {
    display: table;
    width: 100%;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

/* navigation */

.navbar {
    background-color: #f8f8f8;
    width: 100%;
    display: table;
    font-size: 110%;
}

#top-left-logo {
    float: left;
    height: 2em;
    margin: .6em 1em .8em 1em;
}

nav ul {
    margin: 0;
	list-style: none;
	position: relative;
	display: inline-table;
    float: left;
    padding-left: 0;
}

nav ul:after {
    content: ""; clear: both; display: block;
}

nav ul li {
	float: left;
}

nav ul li:hover {
}

nav ul li:hover a {
	background: #e8e8e8;
}

nav ul li a {
    display: block;
    padding: 1em .8em 1.1em .8em;
    color: #606060;
    text-decoration: none;
}

nav ul ul {
	display: none;
	background: #f8f8f8;
	position: absolute;
    top: 100%;
}

nav ul li:hover > ul {
    display: block;
}

nav ul ul li {
    float: none;
    position: relative;
}

nav ul ul li a {
    color: #606060;
    white-space: nowrap;
    padding: .5em;
}
nav ul ul li:hover a {
    background: #d8d8d8;
}
/*
nav ul li.active {
    background-color: #e7e7e7;
}

nav ul li.active a {
    color: #555;
}
*/

.navright {
    float: right;
    margin: 0;
    padding-left: 0;
}

.navright li {
    float: left;
    display: table;
    margin: 0;
    padding: .7em .8em .7em .8em;
}

.profile_link {
    font-size: 90%;
}

div#watermark {
    transform: rotate(90deg);
    position: fixed;
    left: -1em;
    top: 3em;
    font-size: 500%;
    z-index: -99;
    color: #e0e0e0;
    font-family: "Times New Roman";
}

/* button styles */

.btn-small {
    font-size: 95%;
    padding: .2em .5em .2em .5em;
}

.btn-default {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-login-out,
.btn-add {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-search {}


/* breadcrumbs */

.breadcrumbs {
    margin: .2em .2em .2em .5em;
    padding-left: 0;
    width: 100%;
}

.breadcrumbs li {
    display: inline;
    margin: 0;
}

.breadcrumbs li+li:before {
    content: "/\00a0";
    padding: 0 2px;
    color: #ccc;
    font-size: 110%;
}


.announcement {
    display: table;
    border: 1px solid #cbe0f2;
    padding: 1.5em;
    margin-left: auto;
    margin-right: auto;
    background-color: #feffff;
    max-width: 50em;
}

.btn-acknowledge {
    float: right;
    background-color: inherit;
    color: #428bca;
}

textarea.content {
    margin: 0;
    text-align: left;
    width: 30em;
    height: 15em;
}

/* messages */

.message {
    display: table;
    border: 1px solid #ddd;
    /* border-radius: 4px; */
    padding: .5em 1.5em;
    margin-left: auto;
    margin-right: auto;
    margin-top: .5em;
    max-width: 40em;
}

.msg-info {
    color: #31708f;
    background-color: #d9edf7;    
}

.msg-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

.msg-error {
    color: #a94442;
    background-color: #f2dede;
}

/* information text box */

.info-box {
    display: table;
    padding: 1em 2em;
    border: 1px solid;
    margin-left: auto;
    margin-right: auto;
}

.info-box-text {
    display: table-cell;
    width: 40em;
    text-align: left;
}

.info-box-action {
    display: table-cell;
    vertical-align: middle;
}

/* forms */

.error,
.form-errors {
    color: #a94442;
}

textarea.phone_numbers {
    width: 15em;
    height: 10em;
}

input.full_name,
input.display_name {
    width: 12em;
}

input.first_name,
input.last_name {
    width: 8em;
}

input.line2 {
    width: 6em;
}

input.city {
    width: 8em;
}

input.province {
    width: 9em;
}

input.postal_code {
    width: 7em;
}

input.net_port {
    width: 5em;
}

input.mac_address {
    width: 11em;
}

input.extension {
    width: 5em;
}

input.device {
    width:11em;
}

input.prefix {
    width: 10em;
}

.button-block {
    display: inline-block;
    margin: .5em;
}

.button-block button {
    margin: .1em;
    padding: .3em 1.5em .4em 1.5em;
}

.required {
    font-weight: bold;
}

.compact-form {
    max-width: 60em;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    display: table;
}

.compact-form-row {
    /* margin: .5em 0; */
}

.compact-form-field {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: .2em .5em;
}

.compact-form-field label {
    display: block;
    margin-right: .5em;
}

.compact-form .form-buttons {
    display: inline-block;
    margin: .5em;
    vertical-align: bottom;
    border: none;
}

.child-form-row {
    /* margin: .5em 0; */
}

.child-form-field {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-bottom: .5em;
    margin-right: 1em;
}

.child-form-field label {
    display: block;
    /* margin-left: .5em; */
    margin-right: 0.2em;
}

label.checkbox {
    display: inline;
}

.details {
    margin-left: auto;
    margin-right: auto;
    display: table;
    text-align: left;
}

.details-row {
}

.details-label {
    display: inline-block;
    width: 15em;
    text-align: right;
    vertical-align: top;
    margin-right: .7em;
    margin-bottom: 1em;
}

.details-field {
    display: inline-block;
    width: 30em;
    margin-left: .7em;
    margin-bottom: 1em;
}

/* horizontal forms */

.standard-form {
    margin-left: auto;
    margin-right: auto;
    display: table;
    text-align: left;
}

.form-title {
    border-bottom: 2px solid lightgrey;
    margin-bottom: .3em;
}

.form-buttons {
    border-top: 2px solid lightgrey;
    padding: .3em 0;
}

.standard-form-row {
    margin-top: .4em;
    margin-bottom: .4em;
}

.standard-form-label {
    display: inline-block;
    width: 15em;
    text-align: right;
    vertical-align: top;
    margin-right: .7em;
    margin-bottom: 1em;
}

.standard-form-field {
    display: inline-block;
    width: 30em;
    margin-left: .7em;
    margin-bottom: 1.4em;
    text-align: left;
}

.standard-form .field-description {
    margin-top: .4em;
    font-size: 90%;
}

.standard-form .field-error {
    /* padding-left: 1em; */
    color: #a94442;
    vertical-align: top;
    width: 20em;
    display: inline;
}

.wide-form-label {
    font-weight: bold;
    margin: .4em 0;
    width: 50em;
    font-size: 120%;
}

.wide-form-field {
    margin-bottom: 1em;
    width: 50em
}


/*
td.form-header {
    column-span: 2;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: .5em;
    text-align: center;
}
*/

.hidden {
    display: none;
}

.obj-icon {
    width: 1.2em;
    height: 1.2em;
    vertical-align: bottom;
    margin-right: .1em;
}

.checkbox-choices {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.two-lists {
    vertical-align: middle;
    padding-top: auto;
    padding-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}

.two-lists select {
    width: 25em;
    height: 25em;
}

.content {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 1.5em;
    text-align: center;
}

.props-title {
    display: table;
    width: 30em;
    margin-left: auto;
    margin-right: auto;
}

.emerg-srv-ack {
    color: #8f6931;
    background-color: #f7e9d9;
    padding: .7em;
    border: 1px solid #ddd;
}

p.center-notice {
    font-size: 120%;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 10em;
    text-align: center;
}

.form-info-text {
    width: 45em;
    margin-bottom: 2em;
}

.lookup-icon {
    vertical-align: middle;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.reg-status-icon {
    height: 10px;
    width: 10px;
}

.two-lists-column {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.two-lists-column button {
    font-size: 90%;
    padding: .2em 1em .3em 1em;
    margin: .3em;
}

div.radio-choice {
}

div.radio-horizontal {
    display: inline;
    padding-right: 1em;
}

form.global-search {
    display: inline;
}

form.global-search input {
    margin-top: .5em;
    margin-left: 2em;
    width: 15em;
}

div.search-result-summary {
    margin-left: 5em;
    width: 60em;
    margin-bottom: 2em;
}

ul.search-results {
    text-align: left;
}

ul.search-results li {
    list-style-type: none;
    margin-bottom: 2em;
}

div.search-result-link {
    font-size: 120%;
    margin-bottom: .3em;
}

ul.search-result-details {
    padding-left: 1.5em;
    width: 60em;
}

ul.search-result-details li {
    list-style-type: none;
    list-style-position: inside;
    margin-bottom: 0;
    display: inline;
    margin-right: 0.3em;
}

img.service-info {
    height: .8em;
    padding: 0 .5em;
    cursor: pointer;
}

.ui-tooltip {
    max-width: 19em;
}

.ui-tooltip ul {
    padding: 0 0 0 1.7em;
}

.ui-tooltip p {
    margin: .5em;
}

img.spinner {
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

img.emerg-icon {
    vertical-align: middle;
    width: 15px;
    height: 20px;
}

#emerg_map {
    width: 30em;
    height: 20em;
}
/*
.valid-status-block {
    margin-top: .3em;
}*/

.valid-status {
    margin-top: .3em;
    margin-bottom: .4em;
}

.valid-status-icon {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.3em;
}

.valid-status-icon img {
    width: 15px;
}

.valid-status-text {
    display: inline-block;
    max-width: 25em;
}

.admin-audit-issue {
    font-weight: bold;
}

ul.field-list {
    padding-left: 0;
    margin: 0;
}

ul.field-list li {
    list-style-type: none;
    margin-bottom: .2em;
}

.field-list-add, .field-list-remove {
    vertical-align: middle;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

footer {
    text-align: center;
}

div.cookie-ack {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #e0e0e0;
    font-size: 110%;
}

#cookie-ack {
    margin: 1em 2em 1em 2em;
    float: right;
    background-color: inherit;
    color: #428bca;
    font-size: 90%;
}

div.cookie-ack p {
    display: inline-block;
}

.fixed-font {
    font-family: monospace;
}

#location-label {
    margin-top: 1em;
}

.item-links {
    padding: 0;
    margin: 0 auto;
    font-size: 65%;
}

.sub-item {
    display: inline-block;
    margin: 0;
}
