Files

498 lines
9.6 KiB
CSS
Raw Permalink Normal View History

2019-06-04 13:11:32 -04:00
@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900,900italic,300italic,300,100italic,100);
html, body {
height: 100%;
}
body {
font-size: 16pt;
padding: 0;
margin: 0;
background: #020625;
2019-06-05 23:10:46 -04:00
//color: #EDF0F4;
color: white;
2019-06-04 13:11:32 -04:00
}
.fill-container {
display: block;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.transparent-button {
background-color: Transparent;
background-repeat:no-repeat;
border: none;
cursor:pointer;
overflow: hidden;
outline:none;
}
.font-roboto-regular {
font-family: 'Roboto';
font-weight: 400;
}
.font-roboto-thin {
font-family: 'Roboto';
font-weight: 100;
}
.font-roboto-light {
font-family: 'Roboto';
font-weight: 300;
}
.font-roboto-medium {
font-family: 'Roboto';
font-weight: 500;
}
.font-roboto-medium-italic {
font-family: 'Roboto';
font-weight: 500;
font-style: italic;
}
.dialog {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background: #020625;
}
body {
font-family: "Roboto";
font-weight: 400;
}
h1 {
font-family: "Roboto";
font-size: 22pt;
font-weight: 600;
}
.header {
width: 100vw;
display: flex;
overflow: hidden;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
background-color: #182048;
padding: 0 40px 0 40px;
}
.header .logo img {
width: 101px;
height: 68px;
}
.header .title {
text-align: center;
}
.header .user {
width: 101px;
color: white;
}
.header .user i {
float: right;
}
2019-06-20 17:15:19 -04:00
.header-bar {
display: flex;
flex-wrap: wrap;
2019-06-04 13:11:32 -04:00
margin-top: 10px;
2019-06-20 17:15:19 -04:00
padding: 0px 15px;
}
.fa-circle {
background: -webkit-gradient(linear, left top, left bottom, from(#bf9000), to(#7f6000));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.main-tabs-container {
2019-06-04 13:11:32 -04:00
display: flex;
flex-wrap: wrap;
}
.tab-content {
width: 100%;
}
2019-06-07 01:50:06 -04:00
#task-connection-message {
2019-06-04 13:11:32 -04:00
position: relative;
margin: auto;
2019-06-20 17:15:19 -04:00
left: -8%;
2019-06-04 13:11:32 -04:00
font-weight: 600;
font-size: 19pt;
2019-06-07 01:50:06 -04:00
text-transform: capitalize;
2019-06-04 13:11:32 -04:00
}
.panel{
background: #182048;
border: 1px solid;
border-radius: 30px;
border-color: #3573FB;
}
.hand-panel .panel-body{
background: #020625;
}
.panel-heading, .panel-footer {
background-color: #020625 !important;
2019-06-05 23:10:46 -04:00
//color: #EDF0F4 !important;
color: white !important;
2019-06-04 13:11:32 -04:00
text-align: center;
font-size: 14pt;
}
.panel-heading {
border: 1px solid;
border-radius: 30px 30px 0 0;
border-color: #3573FB !important;
}
.panel-footer {
border: 1px solid;
border-radius: 0 0 30px 30px;
border-color: #3573FB;
}
.control-container {
margin: 10px 0;
}
.control-card > .panel-body {
height: 150px;
padding: 0px;
}
.control-card .button-area {
height: 100%;
}
.control-card .button-area > button {
height: 100%;
border-radius: 0;
2019-06-05 23:10:46 -04:00
//color: #EDF0F4;
color: white;
2019-06-04 13:11:32 -04:00
font-size : 14pt;
background: #182048;
}
.status-container .action-button {
height: 30px;
}
.status-container .action-button > button {
height: 100%;
border-radius: 0;
2019-06-05 23:10:46 -04:00
//color: #EDF0F4;
color: white;
font-size : 14pt;
background: #182048;
width: 100%;
border-radius: 0 30px 30px 0;
}
2019-06-04 13:11:32 -04:00
.control-card-six .button-area > button {
height: 50%;
/* font-size: 12pt; */
2019-06-04 13:11:32 -04:00
}
.control-card .panel-heading i {
position: absolute;
right: 25px;
font-size: 17px;
}
2019-06-04 13:11:32 -04:00
.nav-pills li a {
border-radius: 0;
2019-06-05 23:10:46 -04:00
//color: #EDF0F4;
color: white;
2019-06-04 13:11:32 -04:00
font-size : 16pt;
font-weight: 600;
background: #020625;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover, .nav>li>a:focus, .nav>li>a:hover{
2019-06-05 23:10:46 -04:00
//color: #EDF0F4;
color: white;
2019-06-04 13:11:32 -04:00
background: #182048;
}
.hand-panel .panel-heading {
display: flex;
justify-content: center;
align-items: center;
font-weight: 600;
}
.hand-panel .panel-heading i{
margin-left: 10px;
margin-right: 10px;
}
.panel-footer .message {
font-size : 12pt;
}
.status-container .status-list .list-group-horizontal{
display: flex;
flex-wrap: wrap;
}
.status-list .list-group {
margin-bottom: 0px;
}
.status-list .list-group-item {
border: none;
background: none;
padding: 0px;
}
.panel.panel-horizontal {
display:table;
width:100%;
}
.panel.panel-horizontal > .panel-heading, .panel.panel-horizontal > .panel-body, .panel.panel-horizontal > .panel-footer {
display:table-cell;
}
.panel.panel-horizontal > .panel-heading, .panel.panel-horizontal > .panel-footer {
border:0;
vertical-align: middle;
}
.panel.panel-horizontal > .panel-heading {
border-right: 1px solid #ddd;
border-radius: 30px 0 0 30px;
font-size: 12pt;
width: 20%;
padding: 5px 10px;
}
.panel.panel-horizontal > .panel-footer {
border-left: 1px solid #ddd;
border-radius: 0 30px 30px 0;
width: 20%;
padding: 0px;
border-color: #3573FB;
}
.panel.panel-horizontal > .panel-body {
height: auto;
padding: 0px;
2019-06-05 23:10:46 -04:00
font-size: 14pt;
padding: 5px 10px;
}
.btn {
white-space: normal;
word-wrap: break-word;
}
2019-06-05 23:10:46 -04:00
button[class*="active"] {
//background-color: #085394 !important;
background-image: linear-gradient(#085394, #073763) !important;
}
2019-06-07 01:50:06 -04:00
button[class*="danger"] {
background-image: linear-gradient(#990000, #660000) !important;
2019-06-05 23:10:46 -04:00
}
2019-06-04 13:11:32 -04:00
2019-06-07 01:50:06 -04:00
button[class*="warning"] {
2019-06-05 23:10:46 -04:00
background-image: linear-gradient(#b45f06, #783f04) !important;
}
.force-bar .progress {
margin-bottom: 0px;
2019-06-05 23:10:46 -04:00
}
.force-bar .list-group-horizontal {
2019-06-05 23:10:46 -04:00
justify-content: center;
}
.force-bar .force-value {
margin-left: 10px;
}
.force-bar .bar-label {
color: black;
font-weight: 500;
}
2019-06-05 23:10:46 -04:00
#recordingStartButton[active] {
animation: blinker 3s linear infinite;
}
#executionStartButton[active] {
animation: blinker 3s linear infinite;
}
@keyframes blinker {
50% {
opacity: 0;
}
}
2019-06-07 01:50:06 -04:00
.execution-control .button-area > button {
2019-07-08 18:48:12 -04:00
/* font-size: 12pt !important; */
2019-06-07 01:50:06 -04:00
}
button[class*="disabled"] {
background-color: #262b40 !important;
cursor: not-allowed !important;
pointer-events: none !important;
}
input[class*="disabled"] {
cursor: not-allowed !important;
pointer-events: none !important;
}
.disabled i{
color: grey;
}
input[class*="disabled"] + div[class*="state"] {
color: grey;
}
2019-06-04 13:11:32 -04:00
2019-06-20 17:15:19 -04:00
.safety-button {
width: 100%;
height: 200px;
font-size: 32px;
2019-06-24 12:34:24 -04:00
color: white !important;
2019-06-20 17:15:19 -04:00
}
2019-06-24 12:34:24 -04:00
.popover {
color: black;
2019-06-24 19:33:32 -04:00
width: 500px;
2019-06-24 12:34:24 -04:00
}
2019-06-04 13:11:32 -04:00
.slider-options {
2019-06-24 19:33:32 -04:00
display: flex;
align-items: center;
}
.slider-options select{
2019-06-24 19:33:32 -04:00
width: 100%;
}
.slider-options .error {
margin-top: 5px;
}
.slider-options i {
font-size: 30px;
margin-top: 5px;
margin-bottom: 5px;
}
.slider-options {
height: 0;
overflow: hidden;
}
.tagging-options {
transition: height 600ms ease 0ms;
}
.loading-options {
2019-06-27 14:38:35 -04:00
transition: height 420ms ease 0ms;
}
.tagging-options.open {
height: 122px;
2019-06-26 15:34:16 -04:00
}
.loading-options.open {
height: 85px;
2019-06-27 14:38:35 -04:00
}
.bag-option > div {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
}
.bag-option .filename {
width: 60%;
font-size: 12pt;
font-weight: 600;
}
.bag-option .category {
width: 40%;
}
.bag-option .tags {
width: 60%;
}
.bag-option .timestamp {
width: 40%;
}
.loading-options .selectize-input {
font-size: 13pt;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-weight: 600;
}
/*
.selectize-dropdown, .selectize-dropdown.form-control{
height: 90vh !important;
}
.selectize-dropdown-content{
max-height: 100% !important;
height: 100% !important;
}
*/
2019-06-28 18:37:43 -04:00
2019-07-10 13:53:36 -04:00
.teaching-mode-operations {
margin-left : 20.833%;
}
.play-mode-operations {
2019-07-08 15:26:07 -04:00
margin-left : 8.33% !important
2019-07-08 18:48:12 -04:00
}
.slider-options .btn-primary {
background : #3671F9;
width: 100%;
margin-bottom: 10px;
2019-07-10 14:22:10 -04:00
height: 30px;
}
.slider-options .col-md-2 {
padding: 0px;
2019-07-08 18:48:12 -04:00
}
.progress-bar {
background : #3671F9;
}
.progress-bar-label {
color: grey;
line-height: 21px;
font-size: 16px;
2019-07-08 15:26:07 -04:00
}