@import url(http://fonts.googleapis.com/css?family=Roboto:400); body { background-color:#fff; -webkit-font-smoothing: antialiased; font: normal 14px Roboto,arial,sans-serif; } .container { padding: 25px; position: fixed; } .form-login { background-color: #EDEDED; padding-top: 10px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; border-radius: 15px; border-color:#d2d2d2; border-width: 5px; box-shadow:0 1px 0 #cfcfcf; } h4 { border:0 solid #fff; border-bottom-width:1px; padding-bottom:10px; text-align: center; } .form-control { border-radius: 10px; } .wrapper { text-align: center; } .panel-warning > .panel-heading{ background-image: linear-gradient(to bottom,#eb9114 0,#f1b25b 100%)!important; color:white!important; } .panel-danger > .panel-heading{ background-image: linear-gradient(to bottom,#c12e2a 0,#d9534f 100%)!important; color:white!important; } .label-as-badge { border-radius: 1em; } .bar-off{ fill : #c2c2d6; } .bar-off:hover{ fill : #e0e0eb; } .bar-wait{ fill : #f0a742; } .bar-wait:hover{ fill : #f4bd71; } .bar-trans{ fill : #80d4ff; } .bar-trans:hover{ fill : #99ddff; } .bar-calc{ fill : #2f6fa6; } .bar-calc:hover{ fill : #3884c7; } .bar-paus{ fill : #47476b; } .bar-paus:hover{ fill : #5c5c8a; } .bar-fin{ fill : #5cb85c; } .bar-fin:hover{ fill : #71c171; } .bar-abo{ fill : #c2302c; } .bar-abo:hover{ fill : #d54944; } .bar-fail{ fill : #c2302c; } .bar-fail:hover{ fill : #d54944; } rect.selection { stroke : gray; stroke-dasharray: 4px; stroke-opacity : 0.5; fill : transparent; } /* disable text selection */ svg *::selection { background : transparent; } svg *::-moz-selection { background:transparent; } svg *::-webkit-selection { background:transparent; }