a:hover {
  text-decoration: none;
}

.centered-text {
  text-align: center;
}

.centered-widget {
    margin: auto;
    width: 50%;
}

.centered-groupbox {
    width: 350px;
    margin: 0px auto;
}

.centered-panel {
    width: 400px;
    margin: 150px auto;

    /* testing 
    border-bottom: 1px solid lightgray;
    border-top: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    */
}

.corners {
    border-radius: 20px;
}

.text-margins {
    margin-top: 0px;
    margin-right:  0px;
    margin-bottom: 30px;
    margin-left: 0px;
}

.edit {
    margin-top: 12px;
    margin-right:  auto;
    margin-bottom: 12px;
    margin-left: auto;
    height: 45px;
    width: 350px;
}

.edit-invalid {
    background-size: 20px;
    background-position: right 12px bottom 12px;
    background-repeat: no-repeat;
    background-image: url("warning_icon.png");
    border-color: #c72e2e;
}

.logo-border {
    border-bottom: 1px dotted lightgray;
}

.logo-text1 {
    font-size: 1.5em;
    font-style: italic; 
    font-weight: bold;
    color: #c83349;
}

.logo-text2 {
    font-size: 1.5em;
    font-style: italic; 
    font-weight: bold;
    color: gray;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: whitesmoke;
    color: gray;
    font-size: 0.8em;
}

.button {
    width: 350px;
}

.home-top-container {
    /*
    border-color: gray;
    border-style: dotted;
    border-width: 1px;*/
    /*background-color: whitesmoke;*/
}

.home-brand-panel {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.home-login-button {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    /*border-radius: 8px;*/
}

.home-shadow-container {
    height: 7px;
    /*width: 350px;*/
    background: linear-gradient(to top, white, lightgray);
    /*background: lightgray;*/
}

.home-center-container {
    height: 500px;
    width: 70%;
    margin: auto;
    /*background: lightgray;*/
}

.home-mailbox {
    /*background: lightgray;*/
}

.home-text-container {
    margin-top: 100px;
    /*background: lightgray;*/  
}

.home-button-container {
    margin-top: 100px;
    /*background: lightgray;*/ 
}

.home-title {
    font-size: 2em;
    font-style: italic; 
    font-weight: bold;
    color: gray;
    margin-left: 50px;
}

.home-download {
    width: 200px;
    margin: 10px;
}

.home-learnmore {
    width: 200px;
    margin: 10px;
}

.home-text1 {
    font-size: 1.5em;
    font-style: italic; 
    /*font-weight: bold;*/
    color: gray;
    margin-left: 100px;
}

.downloads-text-container {
    margin-top: 30px;
    width: 500px;    
    /*background: lightgray;*/
}

.download-title {
    font-size: 2em;
    font-style: italic; 
    font-weight: bold;
    color: gray;
    margin-left: 50px;
}

.download-text1 {
    font-size: 1.5em;
    font-style: italic; 
    /*font-weight: bold;*/
    color: gray;
    margin-left: 100px;
}

.register-logo-margin {
    margin-top: 20px;
    margin-right:  0px;
    margin-bottom: 0px;
    margin-left: 0px;
    /*background: lightgray;*/
    text-align: center;
}

.register-title-text {
    font-size: 1.6em;
    font-style: italic;
    font-weight: 200;
    color: gray;
}

.register-center-panel {
    width: 150px;
    /*margin: 100px auto;*/
    text-align: center;
    background: white;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-color: lightgray;
    border-style: solid;
    border-style: solid;
    border-width: 1px;*/
}

.register-login-button {
    /*border-radius: 8px;*/
}

.register-container {
    background: white;
}

.register-empty-container {
    height: 100px;
    /*width: 350px;*/
    /*background: linear-gradient(to top, white, whitesmoke);*/
    background: white;
}

.register-error-message {
    height: 70px;
    width: 350px;
    margin: auto;
    padding: 15px 15px 15px 44px;

    background-size: 20px;
    background-position: left 12px top 12px;
    background-repeat: no-repeat;
    background-image: url("warning_icon.png");
    background-color: #fff7f7;

    border-color: #c72e2e;
    border-width: 1px;
    border-radius: 5px;
    border-style: solid;
    text-align: left;
    font-size: 13px;
    font-family: HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.register-empty-container-1 {
    height: 100px;
    /*width: 350px;*/
    background: white;
}

.register-right-panel {
    margin-top: 20px;
    margin-right: 0px;
    /*background: lightgray;*/
    text-align: center;
}

.account-top-container {
    /*
    border-color: gray;
    border-style: dotted;
    border-width: 1px;*/
    /*background-color: whitesmoke;*/
}

.account-shadow-container {
    height: 7px;
    /*width: 350px;*/
    background: linear-gradient(to top, whitesmoke, lightgray);
    /*background: lightgray;*/
}

.account-name-text {
    font-size: 2em;
    font-style: italic;
    font-weight: 300;
    color: gray;
    margin: 20px;
}

.account-info-container {
    /*
    border-color: gray;
    border-style: solid;
    border-width: 1px;*/
    background-color: whitesmoke;
}

.account-rule-container {

    /*height: 100px;*/
    background: white;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 10px;

    border-width: 1px;    
    border-color: rgb(203, 210, 214);
    border-radius: 6px;
    border-style: solid;

    font-size: 0.9em;
    font-weight: bold;
    text-transform: none;
    font-style: italic;
    font-family: Helvetica Neue,Arial,sans-serif;
    color: gray;
}

.account-rule-top-container {
    border-width: 0px;    
    border-color: rgb(203, 210, 214);
    color: gray;
    border-radius: 4px;
    border-style: dotted;
}

.account-rule-text-container {
    border-width: 0px;    
    border-color: rgb(203, 210, 214);
    border-style: dotted;
    border-radius: 4px;
    color: gray;
}

.account-rule-plus-sign {
    font-size: 40px;
    font-weight: 200;
    /*color: #c83349;*/
    color: #337ab7;
    border-width: 0px;    
    border-color: rgb(203, 210, 214);
    border-style: dotted;
    border-radius: 4px;
    cursor: pointer;
    line-height: 20px;
}

.account-dotted-line {
    border-bottom: 1px dotted rgb(203, 210, 214);
    height: 1px;
    margin-top: 10px;
}

.account-rule-inactive-text {
    font-size: 2em;
    font-style: italic; 
    font-weight: normal;
    color: gray;
}

.account-rule-active-text {
    font-size: 2em;
    font-style: italic; 
    font-weight: normal;
    color: #c83349;
}

.account-rule-direction {
    border-width: 0px;    
    border-color: rgb(203, 210, 214);
    border-style: dotted;
    border-radius: 4px;
    color: gray;
}

.account-rule-condition {
    border-width: 0px;    
    border-color: rgb(203, 210, 214);
    border-style: dotted;
    border-radius: 4px;
    color: gray;
}

.account-rule-actions {
    border-width: 0px;    
    border-color: rgb(203, 210, 214);
    border-style: dotted;
    border-radius: 4px;
    color: gray;
}

.account-rule-save-container {
    border-width: 0px;    
    border-color: rgb(203, 210, 214);
    border-style: dotted;
    border-radius: 4px;
    color: gray;
}

.account-rule-save-button {
    margin-right: 10px;
    margin-left: 10px;
    width: 100px;
}

.account-rule-revert-button {
    margin-right: 10px;
    margin-left: 10px;
    width: 100px;
}

.account-menu-container {
    width: 200px;
}

.account-left-menu {
    height: 180px;
    background: white;
    border-width: 1px;    
    border-color: rgb(203, 210, 214);
    border-radius: 6px;
    border-style: solid;
}

.account-profile-container {
    height: 400px;
    background: white;
    border-width: 1px;
    border-color: rgb(203, 210, 214);
    border-radius: 6px;
    border-style: solid;
    margin-left: 20px;
    padding-top: 30px;
}

.account-profile-line-container {
    background: white;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: dotted;
    border-width: 1px;
    border-color: rgb(203, 210, 214);
}

.account-profile-label {
    font-size: 1.5em;
    font-style: italic; 
    font-weight: normal;
    color:gray;
    display: inline-block;
    width: 150px;
}

.account-profile-label1 {
    font-size: 1.5em;
    font-style: italic; 
    font-weight: normal;
    color:gray;
    display: inline-block;
    width: 150px;
    padding-left: 20px;
}

.account-profile-text {
    font-size: 1.5em;
    font-style: italic; 
    font-weight: normal;
    color: #c83349;
}

.account-profile-button {
}

.account-settings-container {
    height: 600px;
    background: white;
    border-width: 1px;    
    border-color: rgb(203, 210, 214);
    border-radius: 6px;
    border-style: solid;
    margin-left: 20px;
    padding-top: 30px;
}

.account-settings-line-container {
    background: white;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 5px;
    padding-top: 5px;
    border-bottom: dotted;
    border-width: 1px;
    border-color: rgb(203, 210, 214);
}

.account-settings-label {
    font-size: 1.2em;
    font-style: italic; 
    font-weight: normal;
    color:gray;
    display: inline-block;
    width: 150px;
    height: 40px;
}

.account-settings-text {
    font-size: 1.2em;
    font-style: italic; 
    font-weight: normal;
    color: #c83349;
}

.account-admin-container {
    /* height: 600px; */
    background: white;
    border-width: 1px;    
    border-color: rgb(203, 210, 214);
    border-radius: 6px;
    border-style: solid;
    margin-left: 20px;
    padding-top: 30px;
}

.account-admin-text {
    font-size: 1.5em;
    font-style: italic; 
    font-weight: normal;
    color: #c83349;
    width: 150px;
}

.account-admin-label {
    font-size: 1.5em;
    font-style: italic; 
    font-weight: normal;
    color:gray;
    display: inline-block;
    width: 150px;
}

.account-admin-invitation-label-new {
    font-size: 1.5em;
    font-style: italic; 
    font-weight: normal;
    color:#c83349;
    display: inline-block;
    width: 150px;
}

.account-admin-invitation-label-used {
    font-size: 1.5em;
    font-style: italic; 
    font-weight: normal;
    color:gray;
    display: inline-block;
    width: 150px;
}

.account-admin-invitation-text {
    font-size: 1.5em;
    font-style: italic; 
    font-weight: normal;
    color: gray;
    width: 150px;
    margin-left: 20px;
}

.account-admin-line-container {
    background: white;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: dotted;
    border-width: 1px;
    border-color: rgb(203, 210, 214);
}

.account-menu {
    /*font-size: 0.9em;*/
    font-weight: bold;
    font-style: italic;
    text-transform: none;
    font-family: Helvetica Neue,Arial,sans-serif;
}

.account-left-menu {
}

.account-menu > .active > a,
.account-menu > .active > a:hover {
    color: #ffffff;
    background: gray;
}

.account-error-message {
    /*height: 70px;*/
    /*width: 350px;*/
    margin: auto;
    padding: 15px 15px 15px 44px;

    background-size: 20px;
    background-position: left 12px top 12px;
    background-repeat: no-repeat;
    background-image: url("warning_icon.png");
    background-color: #fff7f7;

    border-color: #c72e2e;
    border-width: 1px;
    border-radius: 5px;
    border-style: solid;
    text-align: left;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-family: HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: black;
}
