/* * * Copay main CSS * */ @font-face { font-family: 'Ubuntu'; font-style: normal; font-weight: 300; src: local('Ubuntu Light'), local('Ubuntu-Light'), url(../font/ubuntu-light.woff) format('woff'); } @font-face { font-family: 'Ubuntu'; font-style: normal; font-weight: 400; src: local('Ubuntu'), url(../font/ubuntu.woff) format('woff'); } @font-face { font-family: 'Ubuntu'; font-style: normal; font-weight: 700; src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(../font/ubuntu-bold.woff) format('woff'); } @font-face { font-family: 'Ubuntu'; font-style: italic; font-weight: 700; src: local('Ubuntu Bold Italic'), local('Ubuntu-BoldItalic'), url(../font/ubuntu-bold-italic.woff) format('woff'); } @keyframes rotateThis { from { transform: scale( 1 ) rotate( 0deg ); } to { transform: scale( 1 ) rotate( 360deg ); } } @-webkit-keyframes rotateThis { from { -webkit-transform: scale( 1 ) rotate( 0deg ); } to { -webkit-transform: scale( 1 ) rotate( 360deg ); } } @-webkit-keyframes yellow-flash { 0% { background-color: #FFFFE0; opacity:1; } 22% { background-color: #FFFFE0; } 100% { background-color: none; } } ::-webkit-input-placeholder { color: #B7C2CD; } :-moz-placeholder { /* Firefox 18- */ color: #B7C2CD; } ::-moz-placeholder { /* Firefox 19+ */ color: #B7C2CD; } :-ms-input-placeholder { color: #B7C2CD; } #qr-canvas { display: none; } #qrcode-scanner-video { display: block; margin: 0 auto; } * { font-family: 'Ubuntu', Helvetica, sans-serif !important; } h1, h2, h3, h4, h5, h6 { color: #2C3E50; } h1 { font-weight: 100; font-size: 24px; margin-bottom: 1rem; } h2 { font-size: 20px; font-weight: 100; } h3 { font-weight: 300; font-size: 16px; } h4 { font-size: 0.875rem; } body, html{ height:100%; width:100%; color: #2C3E50; } header { background-color: #1ABC9C; overflow: hidden; } header .creation { color: white; background: red; font-weight: bold; } header .alt-currency { background: #16A085; } .alt-currency { background: #2C3E50; padding: 0.05rem 0.2rem; border-radius: 2px; font-size: 10px; } .head { padding-left: 20px; -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.10); box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.10); background-color: #FFF; height: 62px; position: fixed; z-index: 10; left: 250px; right: 0; } .head .title h1 { float: left; padding: 12px 10px; margin: 0; } .head .menu { float: right; position: relative; } .head .menu a.dropdown { display: block; height: 62px; width: 140px; padding: 22px 5px; text-align: center; } .head .menu a.dropdown:hover, .head .menu a.dropdown.hover { border-bottom: 1px solid #fff; } .head .menu ul { position: absolute; right: 0; width: 160px; list-style-type: none; top: 61px; } .head .menu ul.hover { background: #FFFFFF; -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25); box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25); } .head .menu ul li a { display: block; padding: 5px 10px; } .head .menu ul li a:hover { background-color: #fff; } .col1 { width: 56px; float: left; } .col2 { width: 164px; float: left; } .col3 a { font-size: 20px; display: block; height: 62px; width: 30px; float: right; background-color: #23C9A9; padding: 22px 6px; color: #B6E9DF; } .col3 a.selected { background-color: #213140; color: #3C4E60; } .col3 a.selected:hover { background-color: #213140; color: #fff; } .col3 a:hover { background-color: #16A085; color: #fff; } .off-canvas-wrap, .inner-wrap{ height:100%; } .tab-bar { display: none; } a { color: #3498DB; } input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, input:-webkit-autofill:focus, textarea:-webkit-autofill:focus, select:-webkit-autofill:focus { -webkit-box-shadow: 0 0 0px 1000px white inset; } .side-nav.wallets .avatar-wallet{ background-color: #7A8C9E; color: #213140; padding: 0.35rem 0.7rem; margin-top: 6px; width: 35px; } .avatar-wallet { font-size: 20px; font-weight: 700; margin-top: 10px; margin-left: 10px; margin-right: 8px; padding: 0.5rem 0.8rem; background-color: #fff; color: #1ABC9C; border-radius: 3px; line-height: 24px; } .status { font-weight: 700; -moz-box-shadow: inset 0px -1px 1px 0px rgba(159,47,34,0.30); box-shadow: inset 0px -1px 1px 0px rgba(159,47,34,0.30); color: #CA5649; background-color: #E2CFD0; position: absolute; left: 250px; right: 0; top: 62px; padding: 5px 0; z-index: 9; font-size: 12px; text-align: center; } .setup .comment { font-size: 0.875rem; color: #7A8C9E !important; } a:hover { color: #2980b9; } .page, .main { height:100%; overflow-y: auto; overflow-x: none; background-color: #2C3E50; } .sidebar { height:100%; overflow-x: none; } .sidebar { position: fixed; width: 250px; background-color: #2C3E50; color: #fff; line-height: 24px; } .button.small.side-bar { padding: 0rem 0.4rem; } .waiting { border: 2px solid #fff; } .online { border: 2px solid #1ABC9C; } .offline { border: 2px solid gray; opacity: 0.4; } .main { margin-left: 250px; padding: 80px 1.5rem; background-color: #F8F8FB; } .logo-setup { text-align: center; padding: 2rem 0; color: #fff; } .box-setup { padding: 1.3rem; border-radius: 2px; background: #FFFFFF; -moz-box-shadow: 1px 1px 0px 0px #213140; box-shadow: 1px 1px 0px 0px #213140; } .box-setup-footer { overflow: hidden; padding: 1rem 0 0; border-top: 1px solid #E5E7EA; font-size: 12px; } .last-transactions { margin-bottom: 2rem; background-color: #E8EAEF; } .last-transactions-header { padding: 0.5rem; } .last-transactions-footer { padding: 0.5rem; overflow: hidden; } .last-transactions-content { overflow: hidden; padding: 1rem; background: #CED3DB; } table.last-transactions-content { padding: 0; border: 0; background-color: #fff; margin: 0; } .last-transactions-content .box-status { font-size: 13px; width: 30px; } .last-transactions-content .box-copayer { width: 100px; margin-right: 20px; float: left; text-align: center; } .last-transactions-content .copayer-ico { width: 45px; height: 45px; border: 2px solid #7A8C9B; } .last-transactions-content .icon-active { color: #fff; } .last-transactions-content .icon-active-check { background-color: #3FBC9C; color: #fff; } .last-transactions-content .icon-active-x { background-color: #C0392B; color: #fff; } .private-message { margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px solid #fff; line-height: 20px; } .header-message { background-color: #F8F8FB; height: 18px; } .date-message { background-color: #3C4E60; color: #fff; font-size: 12px; padding: 2px 5px; -webkit-border-radius: 0 5px 0 0; -moz-border-radius: 0 5px 0 0; -ms-border-radius: 0 5px 0 0; border-radius: 0 5px 0 0; } .input-note { margin-top: -10px; display: block; margin-bottom: 1rem; } .send-note { font-style: italic; color: gray; background-color: #EDEDF5; padding: 1.5rem; width: 400px; } .box-note { text-align: center; clear: both; font-style: italic; color: gray; margin-bottom: 10px; } a.button-setup.add-wallet { opacity: .5; margin: 1rem auto; width: 125px; font-size: 14px; padding: .3rem 0.7rem; color: #fff; } a.button-setup.add-wallet:hover { opacity: 1; } a.button-setup { border-radius: 3px; border: 1px solid #B7C2CE; display: block; padding: 0.5rem; background: transparent; } .button-setup a:hover { background: #3C4E60; } .dn {display: none;} .pr {position: relative;} .pa {position: absolute;} .m0 {margin: 0;} .p0 {padding: 0 !important;} .db {display: block;} .size-10 { font-size: 10px; } .size-12 { font-size: 12px; } .size-14 { font-size: 14px; } .size-16 { font-size: 16px; } .size-18 { font-size: 18px; } .size-21 { font-size: 21px; } .size-24 { font-size: 24px; } .size-36 { font-size: 36px; } .size-48 { font-size: 48px; } .size-60 { font-size: 60px; } .size-72 { font-size: 72px; } .m3r {margin-right: 3px;} .m5t {margin-top: 5px;} .m10t {margin-top: 10px;} .m5b {margin-bottom: 5px;} .m5r {margin-right: 5px;} .m10b {margin-bottom: 10px;} .m15b {margin-bottom: 15px;} .m20b {margin-bottom: 20px;} .m10r {margin-right: 10px;} .m15l {margin-left: 15px;} .m15t {margin-top: 15px;} .m20r {margin-right: 20px;} .m15r {margin-right: 15px;} .m20t {margin-top: 20px;} .m10 {margin: 10px;} .m15 {margin: 15px;} .m15h {margin: 0 15px;} .p10t {padding-top: 10px;} .p0r {padding-right: 0;} .p70r {padding-right: 70px;} .p70l {padding-left: 70px;} .p5h {padding: 0 5px;} .p20h {padding: 0 20px;} .p15 {padding:15px;} .p20 {padding:20px;} .p10 {padding:10px;} .m30v {margin: 30px 0;} .m10h {margin:0 10px;} .m10v {margin:10px 0;} .m30a {margin: 30px auto;} .m-negative-l {margin-left: -0.9375rem;} .br100 {border-radius: 100%;} .lh {line-height: 0;} .oh {overflow:hidden;} .vm {vertical-align: middle;} .small { font-size: 60%; line-height: inherit; } .line-dashed-setup-v { border-left: 1px dashed #415970; } .line-dashed-v { border-right: 1px dashed #E3E3E3; } .line-dashed-h { border-bottom: 1px dashed #E3E3E3; } .line { border-top: 1px solid #f2f2f2; margin: 0.5rem 0 1rem; } .line-sidebar { border-top: 1px solid #34495E; margin: 0.7rem 0; } .line-sidebar-t { border-top: 1px solid #3C5269; padding-top: 0.5rem; } .line-sidebar-b { border-bottom: 1px solid #3C5269; padding-bottom: 0.5rem; } .line-dashed { border-top: 1px dashed #3C5269; margin: 1rem 0; padding: 1rem 0; overflow: hidden; } .name-wallet { font-size: 14px; width: 72%; float: left; color: #fff; } .name-wallet i { color: #B6E9DF; } .name-wallet i:hover { color: #fff; } .box-livenet { background: #213140; padding: 0rem 0.5rem 0.2rem; color: #7A8C9E; } .founds { font-weight: 100; color: #B6E9DF; } .hidden { visibility: hidden; } /* Turn Off Number Input Spinners */ input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } .icon-rotate { animation-name: rotateThis; animation-duration: 2s; animation-iteration-count: infinite; animation-timing-function: linear; -webkit-animation-name: rotateThis; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; } .spinner { display:inline-block; width: 1em; text-align:center; line-height:1em; vertical-align:middle; } .highlight{ -webkit-animation-name: yellow-flash; -webkit-animation-duration: 400ms; -webkit-animation-iteration-count: 1; -webkit-animation-timing-function: linear; -moz-animation-name: yellow-flash; -moz-animation-duration: 400ms; -moz-animation-iteration-count: 1; -moz-animation-timing-function: linear; } /* notifications */ .dr-notification-container { position: absolute; z-index: 10000; } .dr-notification-container.bottom { bottom: 20px; } .dr-notification-container.right { right: 0; } .dr-notification-container.left { left: 20px; } .dr-notification-container.top { top: 20px; } .dr-notification-container.center { left: 50%; margin-left: -190px; } .dr-notification-wrapper { width: 360px; position: relative; margin: 10px 0; } .dr-notification { width: 360px; clear: both; height: 90px; overflow: hidden; } .dr-notification-close-btn { -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; border-radius: 20px; display: inline-block; padding: 5px; font-size: 12px; position: absolute; right: 350px; top: -8px; cursor: pointer; z-index: 10; } .dr-notification-close-btn:hover { -webkit-transform: scale3d(1.25, 1.25, 1); -moz-transform: scale3d(1.25, 1.25, 1); -ms-transform: scale3d(1.25, 1.25, 1); transform: scale3d(1.25, 1.25, 1); } .dr-notification-image { width: 80px; height: 90px; float: left; display: block; font-size: 40px; color: white; text-align: center; border-right: 1px dashed #415970; } .dr-notification-image i { display: block; width: 100%; padding-top: 20px; } .dr-notification-image img { margin: 15px; max-width: 70px; min-width: 48px; } .dr-notification-content { padding-left: 90px; padding-right: 10px; padding-top: 5px; } .dr-notification-title { color: white; padding: 0px; font-size: 18px; margin-top: 0; } .dr-notification { background-color: #34495E; color: #eee; border: 1px solid #2C3E50; opacity: 0.9; } .dr-notification-close-btn { background-color: #34495E; color: #fff; border: 1px solid #3C5269; } .dr-notification-image.dr-notification-type-info { color: #FFF; } .dr-notification-image.dr-notification-type-warning { color: #FFA226; } .dr-notification-image.dr-notification-type-error { color: #FF4B4F; } .dr-notification-image.dr-notification-type-success { color: #1ABC9C; } .dr-notification-image.success { color: #1ABC9C; } .success { color: #1ABC9C; } .bg-success { background-color: #1ABC9C; } .label.success { background-color: #1ABC9C; } .label.alert { background-color: #C0392A; padding: 0.3rem 0.4rem; font-weight: 700; } .bg-alert { background-color: #C0392A; } .dr-notification-text { font-size: 12px; line-height: 120%; } .ellipsis { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } ul.pagination li.current a { background: #1ABC9C; } ul.pagination li.current a:hover, ul.pagination li.current a:focus { background: #16A085; } .tooltip { background-color: #1ABC9C; color: #fff; font-size: 12px; border-color: #16A085; } .tooltip>.nub { border-color:transparent transparent #16A085 transparent; } .tooltip.tip-top>.nub { border-color:#16A085 transparent transparent transparent; } .tooltip.tip-right>.nub { border-color:transparent #16A085 transparent transparent; } .tooltip.tip-left>.nub { border-color:transparent transparent transparent #16A085; } .has-tip { color: #7A8C9E; border-color: #7A8C9E; cursor: inherit; } .logo { background: transparent url('../img/logo-negative-beta.svg') no-repeat; background-size: 130px 51px; } input { border-radius: 2px; background: #EDEDED; -moz-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.09), inset 1px 1px 0px 0px rgba(0,0,0,0.05); box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.09), inset 1px 1px 0px 0px rgba(0,0,0,0.05); color: #2C3E42; padding: 1.2rem 0.7rem; margin-bottom: 1.5rem; border: 0; } button.radius, .button.radius { -webkit-border-radius: 3px; border-radius: 3px; } label small.has-error { font-size: 11px; color: #FFA59B; } /* SECONDARY */ input[type='submit'] { -webkit-appearance: none; -moz-appearance: none; appearance: none; } button.secondary, .button.secondary { color: #fff; background: #008CC1; -moz-box-shadow: 1px 1px 0px 0px #10769D; box-shadow: 1px 1px 0px 0px #10769D; } button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus { background-color: #2980B9; color: #fff; } button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary, button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { background-color: #95a5a6; color: #E6E6E6; } /* PRIMARY */ button.primary, .button.primary { background-color: #1ABC9C; color: #fff; border-radius: 2px; border-radius: 2px; -moz-box-shadow: 1px 1px 0px 0px #16A085; box-shadow: 1px 1px 0px 0px #16A085; } button.primary:hover, button.primary:focus, .button.primary:hover, .button.primary:focus { background-color: #16A085; color: #fff; } button.disabled.primary, button[disabled].primary, .button.disabled.primary, .button[disabled].primary, button.disabled.primary:hover, button.disabled.primary:focus, button[disabled].primary:hover, button[disabled].primary:focus, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus { -moz-box-shadow: 1px 1px 0px 0px #687D80; box-shadow: 1px 1px 0px 0px #687D80; background-color: #95a5a6; color: #E6E6E6; } /* WARNING */ button.warning, .button.warning { background-color: #C0392A; color: #fff; } button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus { background-color: #82251A; color: #e6e6e6; } button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning, button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus { background-color: #95a5a6; color: #E6E6E6; } /* WHITE */ button.white, .button.white { background-color: #fff; color: #2C3E50; } button.white:hover, button.white:focus, .button.white:hover, .button.white:focus { background-color: #E0E0E0; color: #2C3E50; } button.disabled.white, button[disabled].white, .button.disabled.white, .button[disabled].white, button.disabled.white:hover, button.disabled.white:focus, button[disabled].white:hover, button[disabled].white:focus, .button.disabled.white:hover, .button.disabled.white:focus, .button[disabled].white:hover, .button[disabled].white:focus { background-color: #95a5a6; color: #E6E6E6; } /* BLACK */ button.black, .button.black { -moz-box-shadow: 1px 1px 0px 0px #1B2937; box-shadow: 1px 1px 0px 0px #1B2937; background-color: #2C3E50; color: #fff; } button.black:hover, button.black:focus, .button.black:hover, .button.black:focus { background-color: #213140; color: #fff; } button.disabled.black, button[disabled].black, .button.disabled.black, .button[disabled].black, button.disabled.black:hover, button.disabled.black:focus, button[disabled].black:hover, button[disabled].black:focus, .button.disabled.black:hover, .button.disabled.black:focus, .button[disabled].black:hover, .button[disabled].black:focus { background-color: #95a5a6; color: #E6E6E6; } /* GRAY */ button.gray, .button.gray { background-color: #A9B2B8; color: #2C3E50; } button.gray:hover, button.gray:focus, .button.gray:hover, .button.gray:focus { background-color: #E0E5E5; color: #2C3E50; } .button, button { text-transform: uppercase; } .side-nav.wallets { background-color: #213140 ; padding: 1.2rem 0.7rem; border-bottom: 1px solid #3A4E61; overflow-y: auto; height: 160px; } .side-nav.wallets.medium { height: 280px; } .side-nav.wallets.large { height: 380px; } .side-nav.wallets a.wallet-item, .side-nav.wallets a.wallet-item:hover { color: #7A8C9E; line-height: 20px; } .side-nav.wallets .type-wallet { color: #AAB1B9; } .side-nav .wallet-item { padding: 4px 0; } .side-nav li.nav-item { overflow: hidden; } .side-nav li.nav-item:hover { background-color: #3C4E60; overflow: hidden; border-radius: 3px; } .side-nav {padding: 0;} .side-nav li { font-size: 16px; line-height: 40px; font-weight: 100; margin-bottom: 10px; } .side-nav li.active>a:first-child:not(.button) { color: #2C3E50; background-color: #F8F8FB; } .side-nav li>a:first-child:not(.button), .side-nav li a:not(.button) { color: #fff; } .side-nav li>a:first-child:not(.button) i { opacity: 0.6; } .side-nav li.active>a:first-child:not(.button) i { opacity: 1; } .side-nav li.active:hover a { background-color: #F8F8FB; } .side-nav li:hover a { background-color: #3C4E60; } .sidebar-footer { width: 100%; position: absolute; bottom: 0; left: 0; padding-bottom: 10px; overflow-y: hidden; } .addresses ul { margin-left: 0; } .addresses .list-addr i { position: absolute; top: -15px; left: 0; cursor: pointer; } .addresses .list-addr contact { cursor: text; } .pointer { cursor: pointer; } .copay-box-small { width: 45px; text-align: center; margin-right: 10px; padding-bottom: 5px; float: left; } .copay-box { width: 70px; text-align: center; margin-right: 20px; padding-bottom: 5px; float: left; } .icon-input { position: absolute; top: 11px; right: 20px; font-size: 16px; color: #fff; } .icon-input .fi-check { background-color: #1ABC9C; padding: 0.2rem 0.4rem; } .icon-input .fi-x { background-color: #C0392A; padding: 0.2rem 0.4rem; } .box-status { float: right; } .icon-status { background-color: #34495E; color: #7A8C9E; border-radius: 100%; padding: 0.17rem 0.3rem; float: left; margin-bottom: 0.2rem; } .has-error { color: #C0392A; } .is-valid { color: #1ABC9C; } input.ng-invalid-match, input.ng-invalid-match:focus { border-color: red; } .copayers h3, .copayers h4, .waiting-copayers h4 { color: #fff; font-weight: 100; } .copayers { width: 100%; background-color: #213140; /* position: absolute; */ /* bottom: 0; */ /* left: 0; */ padding: 20px; border-top: 1px solid #475065; /* overflow-y: hidden; */ } .copayers i { opacity: 0.6; } .black { background-color: #2C3E50; } .text-light {font-weight: 100;} .text-gray {color: #8597A7;} .text-black {color: #2C3E50;} .text-primary {color: #1ABC9C;} .text-secondary {color: #3498DB;} .text-white {color: #fff;} .text-warning {color: #CA5649;} a.text-gray:hover {color: #2C3E50;} a.text-black:hover {color: #213140;} a.text-primary:hover {color: #50E3C2;} a.text-secondary:hover {color: #4A90E2;} a.text-white:hover {color: #ccc;} a.text-warning:hover {color: #FD7262;} .box-setup-copayers { background: #2C3E50; -moz-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.09), inset 0px 0px 2px 0px rgba(0,0,0,0.20); box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.09), inset 0px 0px 2px 0px rgba(0,0,0,0.20); margin-bottom: 15px; } .box-setup-copay-required { border: 3px solid #1ABC9C; opacity: 1; } .loading-screen { text-align: center; background-color: #1ABC9C; width: 100%; margin-top: 15%; } .box-setup .panel { background-color: #2C3E50; padding: 1rem; border: 0; } .box-setup h3 { color: #fff; } .box-setup h1 { font-size: 16px; text-transform: uppercase; text-align: center; } .joyride-tip-guide { width: 150px; background: #213140; top: -20px !important; left: 50px !important; -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.40); box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.40); } .joyride-tip-guide .joyride-nub.left { border-color: #213140 !important; border-top-color: transparent !important; border-left-color: transparent !important; border-bottom-color: transparent !important; } .joyride-content-wrapper { padding: 0.8rem } .joyride-tip-guide p { margin: 0; color: #8597A7; } .panel qrcode { float: left; width: 160px; height: 160px; padding: 5px 0 0 5px; background-color: white; } .panel qrcode canvas { width: 150px; height: 150px; } .panel .secret { float: left; margin-left: 2rem; overflow-wrap: break-word; word-wrap: break-word; text-align: left; } .panel { border-radius: 3px; background: #FFFFFF; -moz-box-shadow: 1px 1px 0px 0px rgba(32,48,64,0.10); box-shadow: 1px 1px 0px 0px rgba(32,48,64,0.10); border: none; } /**** Copy to clipboard ****/ .btn-copy { color: #9b9b9b; display: inline-block; height: 16px; width: 16px; outline: none; vertical-align: sub; background: transparent url('../img/icons/copy.png') center center no-repeat; } .btn-copied { display: inline-block; width: auto; color: #16A085; font-weight: bold; font-size: 11px; } .btn-copy.zeroclipboard-is-hover { color: #000; } .btn-copy.zeroclipboard-is-active { opacity: 1; } .copayer-list-small-height { display: none; } @media only screen and (min-width: 40.063em) { dialog.tiny, .reveal-modal.tiny { width: 50%; margin-left: -25%; } } @media (max-height: 590px) { .side-nav.wallets { height: 180px !important; } } @media (max-height: 380px) { .sidebar-footer { display: none; } } .wide-page { background-color: #2C3E50; margin: 5% 0; padding: 50px; } .collapse { margin: auto; max-width: 100%; } /*-----------------------------------------------------------------*/