@charset "utf-8";

html {
  background: linear-gradient(0.25turn, #85929e, 70%, #ecf9f2);
  /* background: linear-gradient(0.25turn, #ecf9f2, 70%, #85929e); */
  height: 100%;
}

body {
  height: 100%;
  width: 99%;
  margin: 0;
  background: linear-gradient(0.25turn, #85929e, 70%, #ecf9f2);
  /* background: linear-gradient(0.25turn, #ecf9f2, 70%, #85929e); */
  /* background-color: #ecf9f2;f7f2ee f7f9f9 */
  /* background-image: url("../images/bk-01.jpg"); */
  margin-left: 10px;
  zoom: 0.9;
  /* -moz-transform: scale(0.9); */
}

.logo {
  width: 140px;
}

.navbar {
  /* background-color: #ecf9f2; */
  background: linear-gradient(0.25turn, #85929e, 70%, #ecf9f2);
  /* background: linear-gradient(0.25turn, #ecf9f2, 70%, #85929e); */
}

.modal-backdrop {
  width: 200%;
  height: 200%;
}

.tabs {
  margin: 0 0;
}

/* .tabs ul {
  height: 720px;
} */
.tabs section {
  height: 720px;
}

.tabx {
  height: 100%;
  width: 100%;
}

footer
{
  display: table;
  width: 100%;
}
footer nav {
  display: table-cell;
  text-align: left;
}
#msga {
  font-size: small;
  font-style: italic;
  color: #D9E5FF;
}
#msgb {
  font-size: small;
  font-style: italic;
  color: #D9E5FF;
  /* color: #F5F5F5; */
}
footer a {
  color: gray;
  text-decoration: none;
}
footer p {
  color: DarkSlateGray;
  /* text-align: end; */
  padding-right: 20px;
  font-size: small;
  display: table-cell;
  text-align: right;
}

.sm {
  font-size: 70%;
  vertical-align: text-top;
}

.sm2 {
  font-size: 70%;
  vertical-align: text-top;
  color: red;
}

.bgimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 1200px;
}

.modal-dialog-fluid {
  max-width: inherit;
  width: 580px;
  /* margin-left: 15px; */
}

#msg-news {
  margin: 20px 0 -10px 245px;
  font-size: 13px;
  color: gray;
}

textarea[name=body-edit] {
  display: none;
}
textarea[name=body-edit]:focus {
  border: none;
  outline: none;
  background-color: snow;
}