body {
    font-family: "HelveticaNeueW02-45Ligh", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
    color: #999a9b;
}
input[type="text"], input[type="password"] {
    width: 250px;
    padding: 5px;
    color: #63666a;
    font-size: 0.9em;
    padding-left: 0.4em;
    max-width: 19em;
}
input[type="submit"], button {
    cursor: pointer;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    border: none;
    font-family: "HelveticaNeueW02-45Ligh", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
    text-transform: uppercase;
    font-size: 0.9em;
    line-height: 1.8;
    color: white;
    text-decoration: none;
    background-color: rgba(255, 102, 0, 0.9);
    transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    padding: 0.3em 1em;
}
h1 {
    font-family: "HelveticaNeueW02-Thin", "HelveticaNeueW02-45Ligh", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeueW02-45Ligh", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
    font-size: 2em;
    line-height: 1.1em;
    color: #ff6600;
}
h2 {
    font-family: "HelveticaNeueW02-Thin", "HelveticaNeueW02-45Ligh", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeueW02-45Ligh", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
    font-size: 1.5em;
    line-height: 1.1em;
    color: #ff6600;
}
h3, h4 {
    color: #ff6600;
}
#mti_wfs_colophon {
    display: none !important;
}
.grey {
    font-size: 20px;
    color: #999a9b !important;
}

.loading {
    width: 500px;
    height: 300px;
    padding: 20px 0 0 40px;
}

.logo {
    float: left;
}

.logo img {
    margin-top:10px;margin-left:10px;
}

.contact {
    float:right;
    margin: 10px 10px 0 0;
}

.contact a {
    color: #999a9b;
    text-decoration: none;
}

.contact a:hover {
    color: #ff6600;
}

.clear {
    clear:both;
    width: 100%;
    height:20px;
}

.object_link {
    color: #999a9b;
    text-decoration:none;
    font-size:0.8em;
}

a.object_link:hover {
    color: #ff6600;
}

.error {
    color: #900;
}

#compareOrgs {
    display:none;
    width:500px;
    text-align:center;
    margin-top:30px;
    padding-left: 200px;
}

#id_api_choice, #id_email_choice {
    width: 180px;
    float:left;
}

#id_contextual_diff {
    float: left;
    width: 30px;
}

#id_email {
    width: 230px;
}

#id_contextual_diff_label {
    float: left;
    margin-top: 10px;
}

.info_icon {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    cursor:pointer;
}

#submitCompare {
    width: 150px;
    clear:left;
    margin-top: 10px;
    float:left;
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
    color: #ff6600;
    text-decoration:none;
}

.left-half {
    float:left;
    width:45%;
}

.right-half {
    margin-left: 10%x;
    width:45%;
    float: left;
}

.popover {
    width:500px !important;
}

.loading-display {
    width: 100%;
    height: 600px;
    padding: 50px auto;
}

#compare_results {
     display:none;
}

#compare_results_table tr.type td {
    font-weight: bold;
    cursor: pointer;
    width: 50%;
}

#compare_results_table tr.component td {
    padding-left: 50px;
    cursor: pointer;
    width: 50%;
}

#viewCodeModal .modal-dialog {
    width: 97%;
}

.small_dialog {
    width: 50% !important;
}

table.diff {
    width: 90%;
}

table.diff_header td.diff_header {
    padding-left:5px;
}

/* top scrollbar */
#top_scrollbar, #codeModalBody {
    width: 99%;
    overflow-x: scroll;
    overflow-y: hidden;
}

#top_scrollbar, #scrollbar {
    height: 20px;
}

#display_option {
    float:left;
    width: 300px;
}

#legend {
    float:right;
    width: 500px;
}

#legend .legend {
    width: 20%;
    margin-left:5px;
    float: right;
    text-align: center;
    height: 32px;
    padding: 5px;
    margin-bottom: 0;
}

#no_differences_message {
    display: none;
}

/* Python diff css */
table.diff {font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace; border:medium; table-layout: fixed; width: 100%}
.diff_header {background-color:#e0e0e0}
table.diff td {width:47%;word-wrap: break-word;padding:0;margin:0;line-height:1;}
table.diff td.diff_header {text-align:right;width:40px}
.diff_next {display:none;}
.diff_add {background-color:#dff0d8}
.diff_chg {background-color:#fcf8e3}
.diff_sub {background-color:#f2dede}
