.mystery { font-family: Ubuntu-BoldItalic; font-size: 34px; color: #FFFFFF !important; line-height: 18px; margin-right: 50px; } /* Sticky footer styles -------------------------------------------------- */ html, body { color: #373D42; font-family: Ubuntu, sans-serif; height: 100%; /* The html and body elements cannot have any padding or margin. */ } /* Wrapper for page content to push down footer */ #wrap { min-height: 100%; height: auto; /* Negative indent footer by its height */ margin: 0 auto -60px; /* Pad bottom by footer height */ padding: 0 0 60px; } .navbar-default { background-color: #8DC429; border-bottom: 4px solid #64920F; color: #fff; } .navbar-default .navbar-nav>li>a { color: #F4FBE8; font-family: Ubuntu, sans-serif; font-size: 16px; } .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>li>a:hover { color: #373D42; background-color: #fff; -moz-box-shadow: 0px 4px 0px 0px rgba(55,61,56,1); -webkit-box-shadow: 0px 4px 0px 0px rgba(55,61,56,1); box-shadow: 0px 4px 0px 0px rgba(55,61,56,1); } .navbar-form .form-control { border: 0; border-radius: 2px; background: #7CAD23; -moz-box-shadow: 1px 1px 0px 0px rgba(255,255,255,0.41), inset 1px 1px 3px 0px rgba(0,0,0,0.10); -webkit-box-shadow: 1px 1px 0px 0px rgba(255,255,255,0.41), inset 1px 1px 3px 0px rgba(0,0,0,0.10); box-shadow: 1px 1px 0px 0px rgba(255,255,255,0.41), inset 1px 1px 3px 0px rgba(0,0,0,0.10); } #search { color: #fff; font-family: Ubuntu-Light; } #search::-webkit-input-placeholder { font-family: Ubuntu-LightItalic; font-size: 13px; color: #BCDF7E; line-height: 18px; } #search::-moz-placeholder { font-family: Ubuntu-LightItalic; font-size: 13px; color: #BCDF7E; line-height: 18px; } .col-gray { background-color: #F4F4F4; padding: 15px; margin-top: 10px; width: 360px; height: 89%; border-radius: 5px; } .ellipsis { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .line20 { border: 1px solid #D4D4D4; margin-bottom: 15px; } .line10 { border: 1px solid #EAEAEA; margin: 10px 0; } .col-gray .address { float: right; width: 150px; } .block-id { background: #373D42; border: 3px solid #FFFFFF; width: 165px; height: 165px; margin: 10px auto; border-radius: :;px; } .block-id h1 { font-family: Ubuntu-Medium; font-size: 24px; color: #FFFFFF; line-height: 30px; text-align: center; } .icon-block { font-size: 27px; color: white; margin-top: 20px; } .block-tx { border-radius: 2px; background: #F4F4F4; margin: 20px 0; padding: 15px; } .btn-primary { border-radius: 2px; background: #64920F; border: 2px solid #557F08; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { background: #fff; border: 2px solid #ccc; color: #373D42; font-weight: bold; } /* Set the fixed height of the footer here */ #footer { height: 60px; background-color: #f5f5f5; } .line-bot { padding: 0 0 10px 0; margin-bottom: 10px; border-bottom: 2px solid #EAEAEA; } .line-top { padding: 10px 0; margin-top: 10px; border-top: 1px solid #EAEAEA; } /* Custom page CSS -------------------------------------------------- */ /* Not required for template or sticky footer method. */ #wrap > .container { padding: 60px 15px 0; } .container .text-muted { margin: 20px 0; } #footer > .container { padding-left: 15px; padding-right: 15px; } .code { font-size: 80%; } .address { font-size: 11px; } #search { width: 400px; } /*Animations*/ .fader.ng-enter { transition: opacity 1s; opacity: 0; } .fader.ng-enter-active { opacity: 1; } .badge { padding: 1px 9px 2px; font-size: 12.025px; font-weight: bold; white-space: nowrap; color: #ffffff; background-color: #999999; -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px; } .badge:hover { color: #ffffff; text-decoration: none; cursor: pointer; } .badge-error { background-color: #b94a48; } .badge-error:hover { background-color: #953b39; } .badge-warning { background-color: #f89406; } .badge-warning:hover { background-color: #c67605; } .badge-success { background-color: #468847; } .badge-success:hover { background-color: #356635; } .badge-info { background-color: #3a87ad; } .badge-info:hover { background-color: #2d6987; } .badge-inverse { background-color: #333333; } .badge-inverse:hover { background-color: #1a1a1a; }