@charset "utf-8";



/* Component grid/button/form/media
---------------------------------- */



/* Project
---------------------------------- */

.menus > li {
  border-bottom: 1px dashed #ccc;
}

.menus > li > a {
  display: block;
  padding: 0.5em 1em;
  font-weight: bold;
  color: #489;
}

.menus > li > a:hover {
  background-color: #fff;
}

.widget {
  padding: 10px;
}

.links > li {
  border-bottom: 0;
}

.links > li > a {
  display: block;
  padding: 0.5em;
  background-color: #6ab;
  font-weight: normal;
  color: #fff;
}

.links > li > a:hover {
  background-color: #7bc;
}

.alert {
  border: 2px solid #333;
  border-radius: 6px;
  padding: 10px;
  background-color: #fff;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.alert-success {
  border-color: #44c;
  background-color: rgba(68, 68, 204, 0.3);
}

.alert-warning {
  border-color: #ee0;
  background-color: rgba(238, 238, 0, 0.3);
}

.alert-error {
  border-color: #c44;
  background-color: rgba(204, 68, 68, 0.3);
}

.alert > p {
  font-size: 18px;
  font-style: italic;
}

.GridPict {
}

.GridPict_element {
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}

.GridPict_element > li {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}


.MainTab {
}

.MainTab .is-active,
.MainTab .is-active:hover {
  background-color: #489;
  color: #fff;
}

.MainTab_button {
  display: inline-block;
  width: 20%;
  border-radius: 6px 6px 0 0;
  border: 1px solid #489;
  margin: 0 -5px 0 0;
  background-color: #fff;
  color: #489;
}

.MainTab_button:hover {
  background-color: rgba(68, 136, 153, 0.3);
}

.MainTab_button:active {
  background-color: rgba(68, 136, 153, 0.6);
}

.MainTab_button a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 0.5em;
}





/* Utility clearfix/display/margin
---------------------------------- */

.ClearFix:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

.ClearFix { display: inline-table; }

.is-hidden {
  display: none;
 }

.is-error {
  color: indianred;
 }
