body {
    background-color: #eeeeee;
}

.pure-button{
    color: white !important;
    border-radius: 4px !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) !important;
    background: rgb(130, 130, 130) !important; /* this is a green */
}

.invisible {
    display: none;
    visibility: collapse;
}

#carrier_summary {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
}

.success-popup {
    position: fixed;
    visibility: visible;
    height: 50px;
    width: 100%;
    text-align: center;
    line-height: 50px;
    z-index: 100;
    color: #1b5e20;
    background-color: #a5d6a7;
}

.warning-popup {
    position: fixed;
    visibility: visible;
    height: 50px;
    width: 100%;
    text-align: center;
    line-height: 50px;
    z-index: 100;
    color: #c99017;
    background-color: #eceb84;
}

.error-popup {
    position: fixed;
    visibility: visible;
    height: 50px;
    width: 100%;
    text-align: center;
    line-height: 50px;
    z-index: 100;
    color: #b71c1c;
    background-color: #ef9a9a;
}

.header {
    position: relative;
    background-color: #bdbdbd;
    height: 100px;
    margin-bottom: 25px;
}
.header>.header-links {
    position: absolute;
    font-size: 1em;
    right: 0px;
    bottom: 0px;
    margin: 5px;
}
.header>.header-links>a {
    margin-left: 5px;
    margin-right: 5px;
    color: #424242;
}

.logo {
    cursor: pointer;
}

.seica-in-page-form {
    background-color: #e0e0e0;
    width: 350px;
    margin: auto;
    padding: auto;
}
.seica-in-page-form>legend {
    background-color: #424242;
    color: #bdbdbd;
    text-align: center;
}
.seica-in-page-form>fieldset {
    width: 300px;
    margin: auto;
}
.seica-in-page-form>fieldset>input {
    width: 100%;
}

.content {
    padding: 15px;
}

.left-nav-bar {
    float: left;
    width: 20%;
    min-width: 100px;
    border-right: 1px solid #424242;
    box-sizing: border-box;
}

.page-content {
    float: right;
    width: 80%;
    min-width: 200px;
    padding: 10px;
    box-sizing: border-box;
}

.card {
    background-color: #e0e0e0;
    border: 2px solid #424242;
    padding: 10px;
    margin: 10px;
}

.card>h1 {
    font-size: 1em;
    text-decoration: underline;
}

.seica-table {
    border-left: 0px;
    border-right: 0px;
    width: 100%;
}

.modal {
    background-color: #eeeeee;
}

ul>li.expandable-list-element {
    color: #0288d1;
    list-style: square;
    cursor: pointer;
    white-space: nowrap;
}

ul>li.selected-expandable-list-element {
    color: #002031;
    font-weight: bold;
    list-style: square;
    cursor: pointer;
    white-space: nowrap;
}

ul>li.expandable-list-element.collapsed-expandable-list-element {
    /*list-style-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/3/39/Vector_right_arrow_link.svg/768px-Vector_right_arrow_link.svg.png');*/
}
ul>li.expandable-list-element.open-expandable-list-element {
    /*list-style-image: url('http://www.clipartbest.com/cliparts/4cb/6b9/4cb6b9ngi.png');*/
}

.flat-button {
    background-color: transparent;
    border: none;
    font-size: 0.7em;
    color: red;
}

.right-float-button {
    float: right;
}

.waiting_command_text {
    color: purple;
}

.ongoing_command_text {
    color: blue;
}

.unknown_command_text {
    color: orange;
}

.completed_command_text {
    color: green;
}

.failed_command_text {
    color: red;
}

.icon {
    height: 30px;
    width: 30px;
}

.small-icon {
    height: 15px;
    width: 15px;
}

.mgmt_dot_bg {
  height: 25px;
  width: 25px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
}

.mgmt_dot {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
}

.mgmt_dot_red {
  background-color: #c62828;
}

.mgmt_dot_yellow {
  background-color: #decc09;
}

.mgmt_dot_green {
  background-color: #89b71c;
}

.kend_command {
  color: white !important;
}

.ok-table-row {
 /*   background-color: #89b71c !important;*/
}

.warning-table-row {
 /*   background-color: #adb71c !important;*/
}

.error-table-row {
 /*   background-color: #c62828 !important;*/
}
