/*==================================================================================================================
Fonts >>>
==================================================================================================================*/
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic);

/*==================================================================================================================
Styles >>>
==================================================================================================================*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 100%;
}

textarea {
    border: 0;
    margin: 0;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
}

::-webkit-input-placeholder {
    color: #aaa;
}

:-moz-placeholder {
    color: #aaa;
}

::-moz-placeholder {
    color: #aaa;
}

:-ms-input-placeholder {
    color: #aaa;
}

::selection {
    background: rgba(147, 210, 138, 0.37);
}

::-moz-selection {
    background: rgba(147, 210, 138, 0.37);
}

.mono, .mono * {
    font-size: 1em;
    font-family: monospace;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus, button:active,
a {
    outline: none;
    -moz-outline: 0;
}

code {
    padding: 0.125em 0.25em;
    border: 0.125em solid #ccc;
    background-color: #eee;
    font-family: monospace;
}

.wrapper {
    display: block;
    margin: 0 auto;
    padding-left: 40px;
    width: 1000px;
    clear: both;
}

.search-error {
    background: #fff;
    border-color: #c60f13;
}

.search-error-title {
    background: #c60f13;
    color: #fff;
    width: 98%;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    display: none;
}

.sm-title {
    display: block;
    color: #515e6a;
    margin: 50px auto 30px;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    position: relative;
    width: 800px;
}

.sm-title > p {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -8px;
    background-color: #ffffff;
    width: 200px;
    font-style: italic;
    font-weight: 300;
}

.logo-ctr {
    width: 410px;
    margin: 110px auto 0;
    height: 140px;
}

.inner-top-ctr {
    margin-top: 110px;
    margin-bottom: 50px;
    clear: both;
    height: 110px;
}

.sm-logo {
    width: 410px;
    height: 68px;
    background: transparent url(../img/logo.png) no-repeat;
    vertical-align: top;
    float: left;
}

.page-logo {
    color: #646464;
    float: left;
}

.page-logo > * {
    float: left;
}

.page-logo p {
    margin-left: 10px;
    font-size: 27px;
}

.page-logo .command-link {
    margin: 12px 0 0 18px;
    font-weight: 300;
}

.empty-page {
    padding-top: 10%;
}

.empty-page * {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 27px;
    text-align: center;
    color: #646464;
}

.poc-badge {
    position: absolute;
    top: 70px;
    right: 3.5%;
}

.ask-us-badge {
    position: fixed;
    bottom: 7%;
    right: 1.5%;
    background: #f9f9f9;
    padding: 5px 10px;
    font-size: 14px;
    z-index: 1;
}

.ask-us-badge * {
    color: #0654a4;
    font-weight: 300;
}

.studio-btn {
    background: #f2f2f2;
    border-radius: 50%;
    display: block;
    height: 175px;
    left: 10%;
    line-height: 170px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    top: 70px;
    width: 175px;
}

.studio-btn:before {
    border-color: transparent #f2f2f2;
    border-style: solid;
    border-width: 0 40px 30px 0;
    bottom: -8px;
    content: "";
    display: block;
    left: 110px;
    position: absolute;
    width: 0;
}

.studio-btn:after {
    border-color: transparent #fff;
    border-style: solid;
    border-width: 0 7px 40px 0;
    bottom: -18px;
    content: "";
    display: block;
    left: 145px;
    position: absolute;
    width: 0;
}

.studio-btn-content {
    display: inline-block;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
}

.studio-btn-title {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 3px;
}

.studio-btn-period {
    color: #000;
    font-size: 12px;
}

.studio-btn:hover {
    text-decoration: none;
}

.studio-call-btn {
    background-color: #FFAF46; background-image: -webkit-gradient(linear, left top, left bottom, from(#FFAF46), to(#e78404));
    background-image: -webkit-linear-gradient(top, #FFAF46, #e78404);
    background-image: -moz-linear-gradient(top, #FFAF46, #e78404);
    background-image: -ms-linear-gradient(top, #FFAF46, #e78404);
    background-image: -o-linear-gradient(top, #FFAF46, #e78404);
    background-image: linear-gradient(to bottom, #FFAF46, #e78404);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFAF46, endColorstr=#e78404);
    border: 1px solid #FF9913;
    border-radius: 25px;
    color: #FFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    padding: 6px 18px;
    text-decoration: none;
    text-shadow: 0px 0px 0 rgba(0,0,0,0.3);
}

.block-icon {
    width: 32px;
    height: 32px;
    background-image: url(../img/block-icon.png);
}

.transaction-icon {
    width: 32px;
    height: 32px;
    background: url(../img/transaction-icon.png) no-repeat center;

}

.miner-icon {
    width: 32px;
    height: 32px;
    background-image: url(../img/miner-icon.png);
}

.receipt-icon {
    width: 32px;
    height: 32px;
    background-image: url(../img/receipt-icon.png);
}

.account-icon {
    width: 32px;
    height: 32px;
    background-image: url(../img/account-icon.png);
}

.new-account-icon {
    background: url(../img/account-icon.png) no-repeat 0 center;
    padding-left: 40px;
}

.storage-icon {
    width: 32px;
    height: 32px;
    background-image: url(../img/storage-icon.png);
}

.subscription-icon {
    width: 35px;
    height: 35px;
    background-image: url(../img/pencil-icon.png);
}

.admin-icon {
    width: 32px;
    height: 32px;
    background-image: url(../img/admin-icon.png);
}

.vm-icon {
    width: 32px;
    height: 32px;
    background-image: url(../img/vm-icon.png);
}

.new-vm-icon {
    background: url(../img/vm-icon.png) no-repeat 0 center;
    padding-left: 40px;
}

.container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table;
    border-collapse: collapse;
    position: absolute;
}

#footer {
    display: table-row;
    font-size: 12px;
    color: #ababab;
    text-align: center;
    background: #efefef;
    height: 35px;
    line-height: 35px;
    vertical-align: bottom;
}

#footer::before {
    content: "";
    display: block;
    height: 100px;
    background-color: #fff;
}

a {
    font-weight: normal;
    color: #fbad4e;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div.pending-link a {
    font-weight: normal;
    color: #4AA52B;
    text-decoration: none;
}

div.pending-link a:hover {
    text-decoration: underline;
}

.command-link {
    color: #fbad4e;
    margin: 18px 0 0 10px;
    float: left;
}

.raw-text {
    resize: none;
    width: 100%;
    height: 100vh;
}

.ether-curr {
    margin-left: 0.5em;
    text-transform: uppercase;
    cursor: pointer;
}

.state-val {
    cursor: pointer;
}

.state-val:hover {
    color: #1A9316;
}

.state-curr-badge {
    padding: 2px 15px 2px 15px;
    color: #1A9316;
    border: 1px solid #1A9316;
    background-color: #fff;
}

.storage-key {
    float: right;
    direction: ltr
}

.storage-val {
    float: left;
    direction: ltr;
}

.storage-table-label {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.storage-type {
    color: #ee1010;
    cursor: pointer;
}

.fold-hidden {
    display: inline-block;
    width: 0em;
    overflow: hidden;
}

.fold-handle::before {
    content: "[...]";
    cursor: pointer;
    color: #ee1010;
}

.cluster-semitransparent {
    opacity: .5;
}

#signin.dialog .main-button {
    bottom: 40px;
}

.signup-link {
    position: absolute;
    right: 15px;
    bottom: 0;
    color: #0654A4;
    font-size: 12px;
}

.box {
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

/*==================================================================================================================
Table >>>
==================================================================================================================*/

.storage-data-table {
    width: 100%;
    font-size: 12px;
    color: #1e1e1e;
}

.storage-data-table tr td {
    height: 40px;
    vertical-align: middle;
    padding: 0 10px;
    width: 50%;
}

.storage-data-table tr td:last-child {
    direction: rtl;
}

.storage-data-table tr:nth-child(even) {
    background: #f9f9f9;
}

.data-table {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #333;
    clear: both;
}

.data-table.centered {
    text-align: center;
}

.data-table tr:nth-child(even) {
    background: #f9f9f9;
}

.data-table tr td {
    height: 40px;
    vertical-align: middle;
    padding: 0 20px;
}

.data-table tr td:first-child {
    border-right: 2px solid #fff;
    text-align: right;
}

.data-table textarea, .data-pnl textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #cfcfcf;
    margin: 10px 0;
    overflow: auto;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.data-table .wrapped-text {
    word-break: break-all;
}

.data-table .wide-td {
    vertical-align: top;
    padding-top: 20px;
}

/*==================================================================================================================
Search box >>>
==================================================================================================================*/

.search-ctr {
    position: relative;
    display: block;
    width: 748px;
    border: 1px solid #fbad4e;
    margin: 24px auto 0;
}

.search-ctr input[type="text"] {
    display: inline-block;
    height: 100%;
    width: 95%;
    border: none;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 15px;
    vertical-align: top;
    background: #fbfbfb;
    color: #515e6a;
    font-weight: 300;
}

.search-ctr input[type="text"]::-webkit-input-placeholder {
    color: #b3b7bb;
    opacity: 1;
    font-weight: 300;
    font-style: italic;
    font-size: 17px;
}

.search-ctr input[type="text"]:-moz-placeholder {
    color: #b3b7bb;
    opacity: 1;
    font-weight: 300;
    font-style: italic;
    font-size: 17px;
}

.search-ctr input[type="text"]::-moz-placeholder {
    color: #b3b7bb;
    opacity: 1;
    font-weight: 300;
    font-style: italic;
    font-size: 17px;
}

.search-ctr input[type="text"]:-ms-input-placeholder {
    color: #b3b7bb;
    opacity: 1;
    font-weight: 300;
    font-style: italic;
    font-size: 17px;
}

.search-ctr input[type="submit"] {
    position: absolute;
    display: inline-block;
    width: 117px;
    height: 100%;
    right: 0;
    border: 0;
    vertical-align: top;
    cursor: pointer;
    text-indent: -9999px;
    background: #fbad4e url(../img/search-icon.png) no-repeat center center;
    float: right;
}

.inner-search {
    width: 588px;
    vertical-align: top;
    float: right;
    margin-top: 13px;
    background: #fff;
}

.inner-search input[type="text"] {
    width: 503px;
}

.search-result {
    min-height: 200px;
    margin-bottom: 50px;
}

.search-result .icon {
    float: left;
    margin-left: 10px;
}

.search-result a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 40px;
}

.search-result li {
    height: 40px;
    vertical-align: middle;
    text-align: center;
    padding: 0 20px;
}

.search-result li:nth-child(odd) {
    background: #f9f9f9
}

.search-result p {
    font-size: 27px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #646464;
}

.search-result .highlighted {
    background: rgba(147, 210, 138, 0.37);
    font-weight: normal;
}

.search-result-title {
    border-bottom: 1px solid #cfcfcf;
}

.search-result-title * {
    display: inline-block;
}

.search-result-title .close-button {
    position: relative;
    float: right;
    right: 5px;
    width: 26px;
    height: 26px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: url(../img/x-icon.png) scroll 0 0 no-repeat;
}

.search-result-msg {
    padding-top: 50px;
}

.search-group-title {
    margin: 15px 0;
}

.search-group-title * {
    margin-left: 10px;
    display: inline-block;
}

.search-result-show-all a {
    font-weight: 300;
    font-size: 100%;
}

.search-result-show-all {
    background: #fff !important;
}

/*==================================================================================================================
Navigation bar >>>
==================================================================================================================*/

.nav-bar {
    font-size: 14px;
    padding-bottom: 10px;
}

.nav-bar a {
    color: #515e6a;
    text-decoration: none;
}

.nav-bar span {
    color: #fbad4e;
    padding-left: 5px;
}

.nav-bar .tag {
    float: right;
    position: relative;
}

.nav-bar a:hover {
    text-decoration: underline;
}

.page-title {
    height: 100px;
}

.new-page-title {
    height: 25px;
    border-bottom: 1px solid #cfcfcf;
}

.section-title {
    border-top: 1px solid #cfcfcf;
    padding-top: 30px;
}

/*==================================================================================================================
Badges >>>
==================================================================================================================*/

.badge {
    display: inline-block;
    float: right;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    background: #87ca55;
}

.badge-new {
    background: #ee1010;
    border-radius: 4px;
    padding: 0 4px;
    position: absolute;
    right: -25px;
    top: 3px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

.badge-new.small {
    font-size: 10px;
    line-height: 15px;
}

.badge-new.angled {
    transform: rotate(330deg);
    top: -15px;
}
/*==================================================================================================================
Buttons >>>
==================================================================================================================*/

.button, .toggle-button {
    padding: .8em 1.8em;
    border: 1px solid #0654a4;
    color: #0654a4;
    text-align: center;

    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    -ms-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
}

.button.solid {
    color: #fff;
    border: 1px #0654A4 solid;
    background-color: #0654A4;
}

.button.solid:focus {
    border-color: #032c58;
}

.button.wide {
    padding-right: 70px !important;
    padding-left: 70px !important;
}

.button:hover {
    color: #fff;
    background-color: #0654A4;
    text-decoration: none;
    cursor: pointer;
}

.button.green {
    border: 1px solid #3f9d4a;
    color: #3f9d4a;
}

.button.green.solid {
    color: #fff;
    border: 0;
    background-color: #3f9d4a;
}

.button.grey {
    border: 1px solid #b6b6b6;
    color: #3f9d4a;
}

.button.grey.solid {
    color: #fff;
    border: 0;
    background-color: #b6b6b6;
}

.button.green:hover {
    color: #fff;
    background-color: #3f9d4a;
    text-decoration: none;
    cursor: pointer;
}

.toggle-button:hover {
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #0654A4;
}

.button:active, .button:focus,
.toggle-button:active, .toggle-button:focus {
    outline: 0;
    -moz-outline: 0;
}

.toggle-button.active {
    color: #fff;
    background-color: #0654A4;
}

.flip-switch {
    position: relative;
    display: inline-block;
    height: 35px;
    width: 90px;
    border: 1px solid #d9d9d9;
    cursor: pointer;
}

.flip-switch .state {
    float: left;
    line-height: 35px;
    width: 50%;
    text-align: center;
}

.flip-switch .slider {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
    background-color: #d7d7d7;
}

/*==================================================================================================================
Dialog >>>
==================================================================================================================*/

.dialog {
    display: none;
    position: absolute;
    width: 560px;
    height: 540px;
    top: 10%;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 20px;
    color: #404040;
    overflow: hidden;
}

.dialog .header {
    height: 100px;
}

.dialog .header .close-button {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 15px;
    right: 20px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: url(../img/x-icon.png) scroll 0 0 no-repeat;
}

.dialog .header h1 {
    font-size: 30px;
    font-weight: 400;
}

.dialog .header h2 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
}

.dialog .content {
    width: 100%;
    height: 400px;
}

.dialog .main-button {
    position: absolute;
    bottom: 0;
    right: 0;
}

.dialog .back-button {
    position: absolute;
    left: 25px;
    bottom: 10px;
    color: #0654A4;
    font-size: 14px;
}

.dialog .back-button a {
    color: #0654A4;
    text-decoration: underline;
}

.dialog .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
}

.dialog .overlay h1 {
    width: 420px;
    margin: 0 auto;
    margin-top: 30%;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background-color: #404040;
}

.dialog .overlay .progress {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    margin-top: 10%;
    background-image: url(../img/progress.gif);
}

.dialog select {
    display: inline-block;
    float: right;
    width: 15%;
    height: 42px;
    margin-bottom: 30px;
    border: 1px solid #d9d9d9;
    border-left: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dialog .param {
    display: block;
}

.dialog .param > a {
    display: inline-block;
    float: right;
    width: 42px;
    height: 42px;
    margin-right: 15px;
    margin-bottom: 30px;
    line-height: 42px;
    color: #d7d7d7;
    font-size: 30px;
    font-weight: 200;
    text-align: center;
    text-decoration: none;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;

    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    -ms-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
}

.dialog .param > a:hover {
    color: #fff;
    background-color: #d9d9d9;
    cursor: pointer;
}

.dialog .rlp-hash {
    width: 95%;
    height: 7em;
    line-height: 5em;
    color: #0654A4;
    text-align: center;
}

.dialog .raw-data {
    display: none;
}

.dialog .rlp .formatted-data li {
    padding: 0 !important;
}

/*==================================================================================================================
Form >>>
==================================================================================================================*/

form.content {
    position: relative;
    width: 480px;
    height: 100%;
    margin: 0 auto;
}

form .long-content {
    height: 80%;
    overflow-y: auto;
}

form div.error {
    float: right;
    height: 29px;
    line-height: 29px;
    padding-left: 40px;
    padding-right: 10px;
    margin-right: 2px;
    text-align: right;
    color: #fff;
    background-color: #bd2524;
}

form label {
    display: block;
    margin-bottom: 10px;
}

form input[type="password"], form input[type="text"], form input[type="email"] {
    display: block;
    width: 100%;
    height: 42px;
    margin-bottom: 9px;
    padding: 0 10px;
    border: 1px solid #d9d9d9;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form input.inline {
    display: inline-block;
    float: left;
    width: 85%;
}

form input:focus {
    border: 1px solid #3f9d4a;
}

form input.error {
    border: 1px solid rgba(255, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(255, 0, 0, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(255, 0, 0, 0.25);
}

input[readonly="readonly"] {
    background-color: #f9f9f9;
}

form .button {
    float: right;
    margin-top: 30px;
    text-decoration: none;
}

form .alert {
    position: absolute;
    top: -65px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

form .alert-error {
    color: #fff;
    background-color: #bd2524;
}

/*==================================================================================================================
Sidebar >>>
==================================================================================================================*/

.nav-sidebar {
    width: 50px;
    height: -webkit-calc(100% - 34px);
    height: -moz-calc(100% - 34px);
    height: calc(100% - 34px);
    min-height: 570px;
    position: fixed;
    top: 35px;
    background: #545d6a;
    border-right: 1px solid #cccccc;
}

.nav-sidebar > li {
    position: relative;
    height: 50px;
    min-width: 50px;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    -ms-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;

    background-repeat: no-repeat;
    background-position: 7px;
}

.nav-sidebar > li:hover {
    background-color: #ff9d26;
}

.nav-sidebar a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    padding-left: 50px;

    color: #fff;
    font-weight: 300;
    text-decoration: none;
}

.nav-sidebar a > span {
    display: none;
}

.ns-profile {
    background-image: url("../img/sidebar_icon_04.png");
}

.ns-watchlist {
    background-image: url("../img/sidebar_icon_05.png");
}

.ns-draft-tx {
    background-image: url("../img/sidebar_icon_06.png");
}

.counter-unread {
    display: none;
    position: absolute;
    top: 5px;
    left: 5px;
    font-family: "Open Sans", helvetica, arial, sans-serif;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 3px;
    padding: 0 3px;
    line-height: 16px;
    color: #f3f3f3;
    background-color: #b20000;
}

/*==================================================================================================================
Navigation menu >>>
==================================================================================================================*/

.navigation {
    position: fixed;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #cccccc;
    background: #545D6A;
    z-index: 10;
}

.navigation .button {
    padding: 4px 20px;
    border: 0;
    color: #545D6A;
    background-color: #fff;
    font-weight: 400;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    -ms-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
}

.navigation .button:hover {
    color: #fff;
    background-color: #FBAD4E;
}

.navigation > div {
    float: left;
}

.navigation .nav-item.right {
    float: right;
}

.navigation .nav-item.left {
    float: left;
}

div.nav-group {
    float: right;
    margin-right: 17px;
}

div.nav-group > div {
    float: right;
}

.menu-icon {
    display: inline-block;
    width: 25px;
    height: 20px;
    background: transparent url(../img/menu-icon.svg) no-repeat;
    background-size: 25px 20px;
    margin: 9px 13px;
    cursor: pointer;
}

.signin a, .nav-item a {
    color: #fff;
    font-weight: 300;
    margin-right: 12px;
}

.signup a {
    font-weight: 400;
}

.nav-user-info img {
    float: left;
    margin: 5px;
}

/*==================================================================================================================
Strength indicator >>>
==================================================================================================================*/

.strength {
    width: 100%;
    margin-bottom: 10px;
}

.strength .label {
    height: 1em;
    margin-bottom: 10px;
}

.strength .start {
    float: left;
}

.strength .end {
    float: right;
}

.strength .slider {
    clear: both;
    height: 14px;
    width: 100%;
    background-color: #d7d7d7;
    overflow: hidden;
}

.strength .slider .progress {
    width: 0;
    height: 100%;
    background-color: #fbad4e;
}

/*==================================================================================================================
Address dialog >>>
==================================================================================================================*/

#address .view {
    height: 16px;
    line-height: 16px;
    width: 220px;
    margin: 50px auto 0;
}

#address label {
    padding-top: 50px;
}

#address input {
    text-align: center;
}

/*==================================================================================================================
Ether dialog >>>
==================================================================================================================*/

#ether label {
    padding-top: 50px;
}

#ether input {
    text-align: center;
}

#ether .currency {
    color: #fbad4e;
    font-weight: 400;
}

div.error {
    margin: 30px;
    color: red;
}

/*==================================================================================================================
Faucet dialog >>>
==================================================================================================================*/

#faucet label {
    padding-top: 50px;
}

.ethergit-toast-top-right {
    top: 52px;
    right: 12px;
}

.process-overlay {
    opacity: .8;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: #fff url('../img/progress.gif') no-repeat 50%;
    display: none;
}

.loading-indicator {
    display: block;
    background: url(../img/hex-loader.gif) no-repeat center center;
    height: 100px;
}

.scroll-arrow {
    display: none;
    position: fixed;
    bottom: 50%;
    right: 3.3%;
    z-index: 1;
}

.scroll-arrow a {
    display: block;
    width: 64px;
    height: 64px;
    opacity: 0.4;
    background: no-repeat center center;
    text-decoration: none;
}

.scroll-arrow .top {
    background-image: url(../img/arrow-up.png);
}

.scroll-arrow .down {
    background-image: url(../img/arrow-down.png);
}

/* transactions filter */
.filter {
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    padding: 30px 0;
    margin-bottom: 50px;
}

.filter.horizontal * {
    display: inline-block;
}

.filter .title {
    color: #646464;
    font-size: 20px;
    margin-right: 30px;
}

.toggleable {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 300;
    border: #87ca55 solid 1px;
    color: #87ca55;
    background-color: #fff;
    cursor: pointer;
}

.toggleable.active, .toggleable:hover {
    color: #fff;
    background: #87ca55;
    text-decoration: none;
}

.toggleable-group .toggleable {
    margin-left: 5px;
}

.data-pnl {
    position: relative;
    border: solid #cfcfcf 1px;
    margin: 80px auto 10px auto;
    padding: 10px;
    font-size: 14px;
    color: #646464;
}

/* small collapsible panel => */
.small.collapsible-pnl {
    margin: 0;
    padding: 0 0 0 20px;
    position: relative;
    border: none;
}

.small.collapsible-pnl > .expand-btn {
    position: absolute;
    top: 9px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10.4px;
    border-color: #fff #fff #fff #ccc;
    cursor: pointer;
}

.small.collapsible-pnl > .expand-btn.expanded {
    border-width: 10.4px 6px 0 6px;
    border-color: #ccc #fff #fff #fff;
}

.small.collapsible-pnl .brief {
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    width: 100%;
    background-color: #f9f9f9 !important;
    padding-left: 5px;

    font-weight: 300 !important;
    font-style: italic !important;
    font-size: 14px !important;
    font-family: Roboto, sans-serif !important;
}

.small.collapsible-pnl .details {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #1e1e1e;
}
/* <= small collapsible panel */

.tid-raw {
    margin-bottom: 38px !important;
    padding-left: 20px !important;
}

.tid-raw textarea {
    height: 55px;
    margin: 5px 0 0 0;
    padding: 5px;
    float: right;
}

.tid-raw .switcher + textarea {
    width: 91%;
}

.tid-params {
    padding-left: 20px !important;
}

.tid-param {
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
}

.tid-param-sep {
    display: inline-block;
    font-size: 20px;
    padding-right: 10px;
}

.tid-param .switcher {
    margin-top: 5px;
}

.tid-param-name > .switcher {
    float: left;
}

.tid-param .switcher + .tid-param-value {
    margin-left: 15px;
}

.tid-param-name {
    display: inline-block;
    width: 215px;
    text-align: right;
}

.tid-param-name {

}

.collapsible-pnl {
    position: relative;
    border: solid #cfcfcf 1px;
    padding: 10px;
    font-size: 14px;
    color: #646464;
    margin: 0 0 10px 0;
    padding: 0 15px;
}

.data-pnl .data-table {
    margin-top: 40px;
}

.data-pnl p, .collapsible-pnl p {
    font-size: 16px;
}

.collapsible-pnl .expand-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url("../img/expand-arrow.png") no-repeat center;
}

.collapsible-pnl .expand-btn.expanded {
    background-image: url("../img/collapse-arrow.png");
}

.data-pnl .title {
    position: absolute;
    width: 100%;
    top: -40px;
    left: -1px;
}

.data-pnl .title * {
    display: inline-block;
}

.data-pnl .title p {
    border: solid #cfcfcf 1px;
    border-bottom: none;
    color: #646464;
    font-size: 20px;
    background: white;
    padding: 10px 15px 5px 15px;
    margin-right: 20px;
}

.data-pnl .title .menu a {
    font-size: 16px;
    font-weight: 300;
    color: #fbad4e;
    margin-left: 10px;
    padding-right: 5px;
    float: left;
}

.collapsible-pnl .brief {
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    width: 95%;
}

.collapsible-pnl .details {
    padding-bottom: 15px;
}

.data-pnl table.summary {
    width: 35%;
    margin-left: 65%;
    background: #f3f3f3;
    padding: 5px;
}

.data-pnl ul.summary {
    position: absolute;
    bottom: 10px;
}

.data-pnl ul.summary li {
    line-height: 20px;
}

.data-pnl .time-summary {
    position: absolute;
    bottom: 10px;
}

.data-pnl .summary tr td {
    vertical-align: middle;
    padding: 5px;
}

.address {
    font-family: monospace;
    font-size: 14px;
    font-weight: 300;
}

.icon {
    border-radius: 20px;
    border: solid #646464 1px;
    height: 30px;
    width: 30px;
}

.pager {
    display: block;
    margin: 10px auto;
    width: 100%;
    text-align: center;
}

.completed {
    color: #1A9316;
    font-weight: bolder;
    text-transform: uppercase;
}

.canceled {
    color: #ee1010;
    font-weight: bolder;
    text-transform: uppercase;
}

.hidden {
    display: none !important;
}

.v-hidden {
    visibility: hidden !important;
}

.int-tx-status {
    text-transform: uppercase;
}

.folded::before {
    content: "[...]";
    cursor: pointer;
    color: #ee1010;
}

.inp {
    border: 1px #fbad4e solid;
}

.inp * {
    padding: 3px 10px 4px 10px;
}

.inp button {
    background-color: #fbad4e;
    color: white;
    font-weight: bolder;
    cursor: pointer;
}

.inp input {
    background-color: #fbfbfb;
    color: #515e6a;
}

.inp input::-webkit-input-placeholder {
    color: #b3b7bb;
    font-style: italic;
}

.inp input::-moz-placeholder {
    color: #b3b7bb;
    font-style: italic;
}

/* firefox 19+ */
.inp input:-ms-input-placeholder {
    color: #b3b7bb;
    font-style: italic;
}

/* ie */
.inp input:-moz-placeholder {
    color: #b3b7bb;
    font-style: italic;
}

.transaction-list .filter .inp {
    float: right;
}

.msg-center {
    text-align: center;
    font-style: italic;
}

form select.inline {
    background-color: white;
    display: block;
    width: 100%;
    height: 42px;
    margin-bottom: 9px;
    padding: 0 10px;
    border: 1px solid #d9d9d9;
}

form select.inline:focus {
    border: 1px solid #3f9d4a;
}

.dialog form fieldset {
    border: 1px solid #d9d9d9;
    padding: 10px;
    margin-bottom: 10px;
}

.msg-center {
    text-align: center;
    font-style: italic;
}

.disabled {
    opacity: 0.6;
}

form .func-arg {
    position: relative;
}

form .func-arg input~.btn {
    position: absolute;
    display: block;
    right: 1px;
    top: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #d9d9d9;
    color: white;
    font-weight: bolder;
    text-decoration: none;
}

form .func-arg input~.btn:hover {
    background-color: #3f9d4a;
}

form .func-arg.arg-bool {
    line-height: 40px;
}

form .func-arg.arg-bool input~.btn {
    top: 0;
}

form .arg-bool label {
    display: inline-block;
    margin-left: 10px;
}

form .arg-bytes textarea {
    display: block;
    width: 100%;
    /*height: 42px;*/
    margin-bottom: 9px;
    padding: 0 10px;
    border: 1px solid #d9d9d9;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cm-container {
    border: 1px solid #ddd;
}

.action-pnl {
    margin-top: 15px;
    height: 40px;
    direction: rtl;
}



.poc-badge .select-pnl {
    float: right;
    font-size: 14px;
    color: #fff;
    background: #87ca55;
}

.poc-badge .select-pnl > .expand-btn {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #fff #87ca55 #87ca55 #87ca55;
    position: absolute;
    top: 10px;
    right: 5px;
}

.poc-badge .select-pnl > .expand-btn.expanded {
    top: 0;
    border-color: #87ca55 #87ca55 #fff #87ca55;
}

.poc-badge .select-pnl ul.details > li.active {
    color: #545D6A;
}
.poc-badge .select-pnl ul.details > li:hover {
    background-color: #79AF46;
}
.poc-badge .select-pnl .brief, .poc-badge .select-pnl ul.details > li {
    display: block;
    padding: 5px 25px 5px 10px;
}


.tag .select-pnl {
    float: right;
    font-size: 14px;
    color: #fbad4e;
}

.tag .select-pnl > .expand-btn {
    width: 14px;
    height: 14px;
    background: #fff url("../img/expand-arrow-small.png") no-repeat;
    position: absolute;
    top: 10px;
    right: 5px;
}

.tag .select-pnl > .expand-btn.expanded {
    background-image: url("../img/collapse-arrow-small.png");
}

.tag .select-pnl ul.details {
    border: solid #cfcfcf 1px;
    border-top: white;
    position: absolute;
    background-color: white;
    top: 25px;
    right: 0;
    z-index: 1;
}

.tag .select-pnl ul.details > li.active {
    color: #545D6A;
}

.tag .select-pnl ul.details > li:hover {
    background-color: #fbfbfb;
}

.tag .select-pnl .brief, .tag .select-pnl ul.details > li {
    display: block;
    padding: 5px 25px 5px 10px;
}

.badge.tx-internal {
    background-color: #6d55ca;
}

.badge.tx-genesis {
    background-color: #419B77;
}


