body { background: #b9b6af; } .display { display: inline-block; text-align: right; padding-right: 10px; font-size: 20px; height: 35px; line-height: 35px; width: 80px; vertical-align: middle; color: #d8d3c5; font-weight: normal; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #1F1E1A; -moz-box-shadow: 0 0 1.1em 0 rgba(0,0,0,0.75),inset 0 0 9px 2px #000; -webkit-box-shadow: 0 0 1.5em 0 rgba(0,0,0,0.75),inset 0 0 9px 2px #000; box-shadow: 0 0 1.1em 0 rgba(0,0,0,0.75),inset 0 0 9px 2px #000; border-color: #000000; } #main_status { margin-top: 15px; color: #d8d3c5; font-weight: normal; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; background: #3F3E3A url('/picoreflow/assets/images/panel_bg.png') repeat; -moz-box-shadow: 0 0 1.1em 0 rgba(0,0,0,0.35),inset 0 0 9px 2px #000; -webkit-box-shadow: 0 0 1.5em 0 rgba(0,0,0,0.35),inset 0 0 9px 2px #000; box-shadow: 0 0 1.1em 0 rgba(0,0,0,0.35),inset 0 0 9px 2px #000; border-color: #282828; height: 97px; } .panel-default { -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; -moz-box-shadow: 0 0 1.1em 0 rgba(0,0,0,0.55); -webkit-box-shadow: 0 0 1.5em 0 rgba(0,0,0,0.55); box-shadow: 0 0 1.1em 0 rgba(0,0,0,0.55); margin-top: 15px; background: #3F3E3A; } .panel-heading { background: #fafafa url('/picoreflow/assets/images/page_bg.png') repeat-x; overflow: hidden; } .btn-group { position: relative; } .select2-container { position: relative; top: -3px; width: 200px; height: 35px; } .progress { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #1F1E1A; -moz-box-shadow: 0 0 1.1em 0 rgba(0,0,0,0.75),inset 0 0 9px 2px #000; -webkit-box-shadow: 0 0 1.5em 0 rgba(0,0,0,0.75),inset 0 0 9px 2px #000; box-shadow: 0 0 1.1em 0 rgba(0,0,0,0.75),inset 0 0 9px 2px #000; border-color: #000000; } .progress-bar { background-color: #75890c; } .btn-success { background-image: linear-gradient(to bottom,#5c6b09 100%,#75890c 100%); background-color: #75890c; } .modal-content { background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%); } .modal-body { background: #fafafa; } .modal-footer { margin-top: 0; } .modal-body .table { margin-bottom: 0; } .select2-container .select2-choice { height: 30px; margin-top: 4px; } .alert { background-image: -webkit-gradient(linear,left 0,left 100%,from(#d9534f),to(#c12e2a)); background-image: -webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%); background-image: -moz-linear-gradient(top,#d9534f 0,#c12e2a 100%); background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%); background-repeat: repeat-x; border-color: #b92c28; }