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

/* Basic */

html
{
    height: 100%!important; /*For Firefox*/
    height: auto;
}

body
{
    background-color: #f7f7f7;
    margin: 0px;
    color: #626466;
    font-size: 17px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;
}

img
{
    border: none;
}

a, a:visited
{
    color: #0F842C;
    text-decoration: none;
}

a:hover, a:active
{
    color: #00CC33;
    text-decoration: underline;
}

h1 {
    color: rgb(80, 80, 80);
    font-size: 25px;
}

#banner
{
    display: block;
    width: 100%;
    text-align: center;
}

#banner img {
    height: 45px;
    width: auto;
}

.error_column, .expired, .disabled
{
    color: #FF0000;
}

.pending
{
    color: purple;
}

.error
{
    color: #FF0000;
}

.error img
{
    vertical-align: middle;
    margin-right: 10px;
}

.help img
{
    border: 1px solid grey;
}

.content
{
    padding: 20px 15px;
}
.title
{
    margin: 30px 0px 20px 0px;
    color: #666666;
    font-size: 19px;
    font-weight: bold;
    position:relative;
}

.title span {
    text-align: right;
    position: absolute;
    right: 0px;
    padding-right: 5px;
}
.title img {
    height: 3em;
    vertical-align: middle;
}

.message img
{
    float: right;
}

#feedback  {text-align: right; float: right; }
#feedback #happy, #feedback #thanks, #feedback #thefeedback {
    border: none;
}
#feedback #happy { position: relative; }
#feedback #thanks { position: absolute; width: 100%;  }
#feedback #thefeedback textarea { width: 280px; }
#feedback #thefeedback {
    display: none;
    z-index: 100;
    position: absolute;
    bottom: 100%; right: 0px; text-align: right;
    padding: 10px 10px 0 10px;
    width: 300px;
    background-color: #e0e0e0;
}
.bottomPanel #feedback { position: relative;
			 display: none;  }
.yesno ul, .yesno li {list-style:none; display: inline;  }
.yesno button
{
    color: #727476;
    background-color: #e0e0e0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px;
    border-radius: 5px;
    border: none;
    margin: 2px;
}

.login
{
    background-color: #f8f8f8;
    border-left: 5px solid #00CC33;
    padding: 6px;
    width: 200px;
}

th form { text-align: left; }

.table
{
    padding: 6px;
    margin-bottom: 6px;
    width: 100%;
    max-height: 250px;
    overflow: auto;
    position: relative;
}

.table td, .table td form {
    white-space: nowrap;
}

.table tr:nth-child(even)
{
    background-color: #f8f8f8;
}

.table tr:nth-child(odd)
{
    background-color: #FFFFFF;
}

.table th {
    text-align: left;
}

.table th .header-info {
    position: absolute;
    right: 10px;
    font-weight: normal;
    font-size: 13px;
    border-radius: 5px;
    background-color: rgb(240, 240, 240);
    padding: 4px 6px;
    color: rgb(80, 80, 80);
}

.table .metaheader {
    color: rgb(0, 0, 0, .8);
    font-size: 16px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.share-table {
    width: 80%;
    border: 1px solid rgb(240, 240, 240);
    box-shadow: 2px 2px 0 0 rgb(240, 240, 240);
    margin: 0 auto;
}

.share-table tr {
    background-color: white !important;
}

#no-accounts {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.hidden
{
    display: none;
}

.editButton {
    background-image: url('images/edit.png');
}
.deleteButton {
    background-image: url('images/delete.png');
}

.button
{
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    width: 22px;
    height: 22px;
    padding: 22px 0 0;
    margin: 0;
    border: 0;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
}
.button:hover {
    cursor: pointer; /* hand-shaped cursor */
}

.bottomPanel
{
    margin-top: 30px;
    padding-top: 10px;
}

.bottomPanel img
{
    padding-right: 5px;
    vertical-align: middle;
}

.btn {
    background-color: rgb(90, 90, 90);
    color: white !important;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 20px 20px;
    text-decoration: none;
    cursor: pointer;
}


.btn-small {
    padding: 7px 20px;
    font-size: 14px;
    box-shadow: 0 2px 0 0 rgba(15, 132, 44, 0.6);
}

.btn-action {
    width: 25px;
    padding: 5px 5px;
    height: 25px;
    font-size: 12px;
    box-shadow: none;
}

.btn-primary {
    background-color: rgb(15, 132, 44);
}

.btn:disabled, .btn[disabled] {
    background-color: rgb(190, 190, 190);
    box-shadow: none;
}

.btn:not(:disabled):hover {
    text-decoration: none;
    background-color: rgba(90, 70, 90, 1);
}

.btn-primary:hover {
    background-color: rgba(15, 132, 44, .9) !important;
}

.btn-dropdown {
    position: relative;
}

.btn-dropdown ul {
    display: block;
    background-color: white;
    border: 1px solid rgb(179, 179, 179);
    border-radius: 5px;
    position: absolute;
    top: 21px;
    width: 200px;
    padding-left: 0;
    list-style-type: none;
    right: 0;
    box-shadow: 3px 3px 2px 1px rgb(216, 216, 216);
    z-index: 2;
}

.btn-dropdown li {
    text-align: center;
}

.btn-dropdown li:not(:first-child) {
    border-top: 1px solid rgb(179, 179, 179);
}

.btn-dropdown a {
    font-weight: normal;
    display: inline-block;
    text-align: center;
    padding: 15px 0;
    width: 100%;
    font-size: 15px;
}

.btn-dropdown a:hover {
    text-decoration: none;
    color: white;
}

.btn-dropdown a.disabled {
    color: grey;
}

.btn-dropdown li:hover {
    background-color: rgba(15, 132, 44, .8) !important;
    color: white;
}

.dropdown.closed > ul {
    display: none;
}

#share-actions {
    display: flex;
    gap: 50px;
    max-width: 600px;
    margin: 50px auto;
    flex-wrap: wrap;
}

#share-actions button {
    flex: 1 0 150px;
}

/* Layout */

#container
{
    background-color: #FFFFFF;
    max-width: 1000px;
    margin: 40px auto 20px auto;
    padding: 20px;
    position: relative;
    box-shadow: 4px 4px 1px 0 rgba(0, 0, 0, .1);
}


/* Footer */

#footer
{
    color: #ebebeb;
    text-align: center;
}

#footer a, #footer a:visited
{
    color: #ebebeb;
    text-decoration: none;
}

#footer a:hover, #footer a:active
{
    color: #ebebeb;
    text-decoration: none;
}

.copyrights
{
    color: rgba(0, 0, 0, .6);
    padding-top: 5px;
    text-align: center;
    font-size: 14px;
}

#edit {
    margin: 0;
    padding: 0;
    max-width: 800px;
}

#edit fieldset {
    clear: both;
    border: none;
    padding: 0 10px;        /* padding in fieldset support spotty in IE */
    margin: 0;
}

#edit > div  { position: relative; padding: 0 10px; }

#edit fieldset legend {
    font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
    /* be careful with padding, it'll shift the nice offset on top of border  */
}

#edit fieldset > div {
    padding: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}

#edit label {
    flex: 0 0 150px;
    padding: 0;
    margin: 0;
    max-width: 150px;
    font-size: 15px;
}

#edit input, #edit textarea, #edit .smallgroup {
    flex: 1 0 300px;
    max-width: 400px;
}

#edit select, #edit .smallgroup {
    display: flex;
    flex: 1 0 340px;
    max-width: 440px;
}

#edit .smallgroup input{
    flex: 1 0 260px;
}

#edit .checkbox {
    width: 100%;
    padding-left: 150px;
}

#edit input, #edit textarea, form select {
    padding: 10px 20px;
    box-shadow: 1px 1px 1px 0 rgb(236, 236, 236);
    border: 1px solid rgb(180, 180, 180);
    border-radius: 2px;
    background-color: rgb(251, 251, 251);
}
#edit .checkbox input {
    margin-top: 9px;
    margin-left: 0px;
    margin-right: 5px;
    width: auto;
}
#edit .checkbox label {
    text-align: left;
    display: inline;
    width: auto;
    top: 0px;
    z-index: 15;
    font-size: 14px;
}

#edit #controls { 
    margin-top: 10px;
    display: block;
    width: 100%;
    text-align: right;
}

#edit input.readonly {
    background-color: rgb(225, 225, 225);
}

#edit input#newpassword {
    font-family:monospace;
    border-right: none;
}

#edit #genpass {
    flex: 0 0 40px;
    border: 1px solid rgb(180, 180, 180);
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    background-color: rgb(225, 225, 225);
    display: inline-block;
}

#edit #genpass:hover {
    background-color: rgba(225, 225, 225, .6);
}

#edit #genpass img { height: 15px; vertical-align: middle; cursor: pointer; }

#edit span.error_column {
    display: block;
    text-align: left;
    font-size: 12px;
    padding-left: 10px;
}

#edit .checkbox .error_column { position: absolute; left: -180px; }

#edit textarea { overflow: auto; }

#edit .required {
    font-weight:bold;
}

dt { font-weight: bold; float: left; }
dl { display: inline; }

ul#langswitch { list-style: none; float: right; }
ul#langswitch li {list-style: none; }

#language-area {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right;
    font-size: 16px;
}

#language-area .selected {
    font-weight: bold;
}

.action-area {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	width: 100%;
}

.split-area {
    display: flex;
    padding: 20px 0;
}

.split-part {
    flex: 1;
}

.well-message {
    display: inline-block;
    border-radius: 5px;
    background-color: rgb(245, 245, 245);
    padding: 15px 20px;
    border: 1px solid rgb(230, 230, 230);
    color: rgb(80, 80, 80);
    font-size: 14px;
    margin: 20px 0;
    max-width: 500px;
    box-shadow: 1px 1px 0 0 rgb(230, 230, 230);
}

.well-message.success {
    background: #e9fde6;
}

.well-message.error {
    background: #f8dad8;
}


@media only screen and (max-width: 991px) {
    #language-area {
        display: block;
        position: relative;
        text-align: center;
        top: unset;
        right: unset;
    }

    body {
	    background-color: #FFF;
    }

    #container {
	    margin: 0;
        box-shadow: none;
    }

    #content {
        margin: 0 auto;
        max-width: 500px;
    }

    #edit {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    #edit label {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #edit span.error_column {
	    width: 100%;
    }

    #edit input, #edit textarea, #edit .smallgroup {
	    flex: 1 0 90%;
    }

    .share-table {
        width: 100%;
    }
}
