@charset "UTF-8";
/* CSS Document */

fieldset
{
/*clear: both;*/
margin: 1em 0;
padding: 1.5em;
border: 2px solid gray;
font-size: .8em;
}

fieldset div
{
margin: 0 0 .75em 0;
padding: 0;
clear: both;
}

fieldset legend
{
margin: 0;
padding: 0 .5em;
font-weight: bold;
color: #000000;
}

fieldset label
{
float: left;
margin: 0 .5em 0 .5em;
padding: 3px 5px;
width: 20em;
text-align: right;
display: block;
}


.CindurUIRagnarok .maxWidth600
{
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}


.CindurUIRagnarok .navButtons{
    margin: 0;
    padding: 0;

    text-align: left;
}





.CindurUIRagnarok .feedback{
  margin: 1.0em 0; 
  padding: 15px;
  text-align: left;
  background-color: lightyellow;
}

.CindurUIRagnarok .feedback.hide{
  display: none;
}


.CindurUIRagnarok fieldset .section > div{
    margin: 0 0 1.0em 0;
}

.CindurUIRagnarok fieldset .section > div.highlight{
    margin: 0;
    padding: 10px;
    background-color: lightyellow;
}



.CindurUIRagnarok fieldset label{
    float: none;
    display: block;
    margin: 0 0 0.2em 0;
    padding: 0;
    width: inherit;
    text-align: left;

}

.CindurUIRagnarok .long{
    width: 80%;
    max-width: 30em;
}




.CindurUIRagnarok input[type=text],
.CindurUIRagnarok input[type=number]{
    padding: 4px;

    border: 1px solid #333;
    border-radius: 5px;
}

.CindurUIRagnarok textarea{
    display: block;
    margin: 5px 0;
    padding: 10px;

    width: 100%;
}



.CindurUIRagnarok input[type=text].error_input,
.CindurUIRagnarok input[type=number].error_input{
    border: solid 2px red;
    background-color: lightyellow;
}


/*
.CindurUIRagnarok select{
    max-width: 80%;
}

#acctListID{
    display: none;
}
*/

.CindurUIRagnarok select {
    padding: 4px;
    
    width: 100%;
    max-width: inherit;
    
    border: 1px solid #333;
    border-radius: 5px;
    background-color: #eee;
    color: #333;

    /* needed */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* SVG background image */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 0.6em;
    background-position: calc(100% - 1.3em) center;
    background-repeat: no-repeat;
}

.CindurUIRagnarok select::-ms-expand {
    display: none;
}

@media all and (min-width: 800px) {
    .CindurUIRagnarok select {
        max-width: 20em;
    }
}



.CindurUIRagnarok input[type=submit],
.CindurUIRagnarok input[type=button],
.CindurUIRagnarok a.button
{
    display: inline-block;

    padding: 4px;

    border: 1px solid #333;
    border-radius: 5px;
    background-color: #eee;
    color: #333;

    /* needed */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    text-decoration: none;
}

.CindurUIRagnarok input[type=submit]{
    color: #1b76bd;
}

.CindurUIRagnarok input[type=submit]:hover,
.CindurUIRagnarok input[type=button]:hover,
.CindurUIRagnarok a.button:hover
{
    background-color: #ccc;
    border: 1px solid #ccc;
    cursor: pointer;
}





.CindurUIRagnarok .navButtons > input,
.CindurUIRagnarok .navButtons > a.button
{
    margin: 0.0em 0.6em 1.0em 0.0em;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.CindurUIRagnarok .navButtonsxxx > input[type=submit]{
    display: block;
    margin: 0 0 1.5em 0;
}

@media all and (min-width: 700px) {
    .CindurUIRagnarok .navButtons > input[type=submit]{
        display: inline-block;
    }
}





.CindurUIRagnarok fieldset div.singleLine label{
    display: inline-block;
}

.CindurUIRagnarok fieldset div.singleLine input{
    display: inline-block;
}


@media all and (min-width: 900px) {

    /* 
    this one bugs me becuase i had to overright inline for some element
    the html needed this should have a class like: noWrap
    .CindurUIRagnarok fieldset .section > div{
        white-space: nowrap;
    }
    */

    

    .CindurUIRagnarok fieldset label{
        display: inline-block;
        margin: 0 0.5em 0 0;
        min-width: 10em;
        text-align: right;
    }

    .CindurUIRagnarok .long{
        width: calc(100% - (10em + 1em));
    }


}

body .table-wrapper {
  max-width: 800px;
}
body .card-list-table {
  background: white;
}
body .card-list-table tbody tr {
  background: transparent;
  box-shadow: none;
  margin: 0;
}
body .card-list-table tbody tr:nth-of-type(even) {
  background: #dfdfdf;
}
body .card-list-table thead {
  display: table-header-group;
}
body .card-list-table thead th:last-child {
  box-shadow: none;
}
body .card-list-table thead th {
  border-bottom: 1px solid #dfdfdf;
  padding: 12px 24px;
}
body .card-list-table tbody tr {
  display: table-row;
  padding-bottom: 0;
}
body .card-list-table tbody tr:nth-of-type(even) {
  background: #fff;
}
body .card-list-table tbody td {
  border-bottom: 1px solid #dfdfdf;
  cursor: pointer;
  display: table-cell;
  padding: 20px 24px;
  transition: background 0.2s ease-out;
  vertical-align: middle;
}
body .card-list-table tbody td:after {
  display: none;
}
body .card-list-table tbody td:before {
  content: "";
}
body .card-list-table tbody tr:hover td {
  background: #fcf3d0;
}

.table-wrapper {
  max-width: 300px;
  width: 100%;
  margin: 0 auto 0;
  max-height: 500px;
  overflow-y: scroll;
  position: relative;
  transition: all 0.2s ease-out;
}
@media (min-width: 768px) {
  .table-wrapper {
    background: white;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  }
}

.card-list-table {
  table-layout: fixed;
  background: transparent;
  margin-bottom: 0;
  width: 100%;
}
.card-list-table thead {
  display: none;
}
.card-list-table tbody tr {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
  cursor: pointer;
  display: block;
  padding: 15px 10px;
  margin: 0 0 10px 0;
}
.card-list-table tbody td {
  border: 0;
  display: block;
  padding: 10px 10px 20px 40%;
  position: relative;
}
.card-list-table tbody td:first-of-type::after {
  visibility: hidden;
}
.card-list-table tbody td:after {
  content: "";
  width: calc(100% - 30px);
  display: block;
  margin: 0 auto;
  height: 1px;
  background: #dfdfdf;
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
}
.card-list-table tbody td:before {
  color: rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  font-size: 0.85em;
  content: attr(data-title);
  display: table-cell;
  font-weight: 500;
  height: 100%;
  left: 15px;
  margin: auto;
  position: absolute;
  vertical-align: middle;
  white-space: nowrap;
  width: 40%;
}
.card-list-table thead th {
  text-transform: uppercase;
  font-size: 0.85em;
  color: rgba(0, 0, 0, 0.35);
  letter-spacing: 0.5pt;
}
