@import "/_rset.css";

/*========*/
/* Global */
/*========*/

body {
  font-family: "Arial CE",Arial,"Helvetica CE",Helvetica,sans-serif;
  font-size: 80%;
}

div.body { padding: 0px 15px }

table {
  font-family: "Arial CE",Arial,"Helvetica CE",Helvetica,sans-serif;
  font-size: 100%;
}

thead { background-color: #BCE4FC }

form { margin: 10px }
form.inline {
  margin: 0;
  padding: 0;
}
form.inline input {
  margin: 0;
  padding: 0;
  font-size: 75%;
}

h1 {
  margin-bottom: 10px;
  font: bold large;
}
h2 {
  margin-top: 30px;
  margin-bottom: 5px;
  font: bold medium;
}

dt {
  font: bold;
  margin-top: 5;
}

a.decent {
  text-decoration: none;
  color: black;
}
a.decent:hover {
  text-decoration: underline;
  color: black;
}

.note {
  font-size: 80%;
}

.floatr,.floatrt,.floatl,.floatlt {
  margin-bottom: 10px;
  border-style: none;
}
.floatr,.floatrt {
  float: right;
  margin-left: 15px;
}
.floatl,.floatlt {
  float: left;
  margin-right: 15px;
}
.floatr,.floatl {
  margin-top: 10px;
}

/* Důležitý text, použito v popisu formátů SMS zpráv */
.important {
  font-size: 150%;
  color: blue;
}

/* Důležitý text, použito v popisu formátů SMS zpráv */
.grand { color: blue }

/* Chybová hlášení */
.error {
  font-weight: bold;
  color: red;
  text-align: center;
}

/* Odpočítávání automatického odhlášení */
#minfo {
  padding: 7px 10px 0px 10px;
  color: black;
}
#minfo a { text-decoration: none; color: black }
#minfo a:hover { text-decoration: underline }
#minfo .warning a { color: red }
#timeout { margin-left: 20px }

/* Várování, použito pro SMS balíčky */
.warning {
  font-weight: bold;
  color: red;
  background-color: yellow;
}

/* Barevné vyznačení záznamů v přehledech (neměnit!) */
.rresponding { background-color: lightgrey }
.rprocessed { background-color: lightgrey }
.rexternal { background-color: #FFD980 }
.rblocked { background-color: #FFD7D7 }
.rconfirm { background-color: #FFEEEE }
.rpay { background-color: #FFBBBB }
.rwait { background-color: lightgrey }
.rinactive { background-color: #FFD7D7 }

.pused { background-color: #AAFFAA}
.phistory { background-color: lightgrey }

/* Konfigurace */
.lc { color: blue }
.gc { color: red }
.uc { color: green }