.ui_window {
    background-image: linear-gradient(#214c5d, #163345);
    border: 1px solid #387c93;
    border-radius: 4px;
    box-shadow: 0px 0px 1px 2px #0a293b, inset 0px 0px 1px 1px #0a293b;
    padding: 10px;
    box-sizing: border-box;
}

.ui_input {
    background: #000000;
    color: #dddddd;
    border: 1px solid #0a2a39;
    border-radius: 4px;
    padding: 8px 16px;
    margin: 5px;
    font-size: 14px;
}

.ui_button {
  background-image: linear-gradient(#387c93, #214c5d);
  color: #dddddd;
  border: 1px solid #387c93;
  border-radius: 4px;
  
  padding: 8px 16px;
  margin: 5px;

  font-size: 12px;
}

.ui_button:hover {
  color: #FFFFFF;
  box-shadow: 0px 0px 1px 2px #0a293b, inset 0px 0px 1px 1px #0a293b;
}


.ui_button_disabled {
  background-image: linear-gradient(#616161, #414141);
  color: #dddddd;
  border: 1px solid #387c93;
  border-radius: 4px;
  
  padding: 8px 16px;
  margin: 5px;

  font-size: 12px;
}


.ui_title {
  background-image: linear-gradient(#387c93, #214c5d);
  color: #ffffff;
  border-top: 1px solid #4088ae;
  border-bottom: 1px solid #2e5d71;
  border-radius: 4px;
  
  padding: 8px 16px;
  margin: 5px 5px 10px 5px;
  font-weight:bold;

  font-size: 18px;
}

p {
  margin: 5px;
}



html, body {
    background: #123145;
    color: #FFFFFF;

    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}





.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

