/***BEGIN ThemeTile.css***/
.theme-tile-container {
  margin: 10px 4px;
  padding: 10px;
  border: 2px solid transparent; }

.theme-tile-container.selected {
  border-color: rgba( 0, 69, 120 ,  1 );
  border-color: rgba( var(--palette-primary-shade-30,0, 69, 120) ,  1 ); }

.theme-tile {
  cursor: pointer; }
  .theme-tile .theme-tile-sections {
    border: 1px solid;
    height: 122px; }
  .theme-tile .theme-header {
    height: 12px;
    width: 110px; }
  .theme-tile .theme-nav {
    height: 108px;
    width: 24px;
    display: inline-block; }
  .theme-tile .theme-background {
    height: 100px;
    margin: 2px 0px;
    width: 72px;
    display: inline-block; }
  .theme-tile .theme-name {
    text-align: center;
    width: 110px; }
  .theme-tile .theme-text {
    height: 7px;
    width: 48px;
    margin: 5px 2px; }
    .theme-tile .theme-text.long {
      width: 60px; }
    .theme-tile .theme-text.short {
      width: 24px; }
  .theme-tile .theme-button {
    height: 10px;
    width: 10px; }
    .theme-tile .theme-button.wide {
      width: 36px; }
/***END ThemeTile.css***/

/***BEGIN ThemeView.css***/
.theme-view {
  padding-top: 8px;
  padding-left: 25px; }
  .theme-view .theme-management-container {
    flex-wrap: wrap; }
  .theme-view .theme-management-group p {
    margin-top: 0px;
    margin-bottom: 0px; }
  .theme-view .message-bar {
    margin: 24px 0;
    width: 620px; }
/***END ThemeView.css***/

