#account_sidebar{float: left;}
#account_main {float: right;width: 99%;}
#account_main .box {
    padding: 20px;
}

#account_sidebar .badge.pull-right {
    margin-top: 12px;
    margin-right: 10%;
}



h2.account_title {
    font-size: 1em;
}
ul#account_menu {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
#account_menu li {
    width: 100%;
    margin: 0;
    padding: 0;
}
ul#account_menu a {
    padding-left: 20px;
    text-decoration: none;
    display: block;
    width: 100%;
    border-top: 1px solid #dadada;
    box-sizing: border-box;
    line-height: 3;
    color: #4e4e4e;
}
ul#account_menu a:hover { background-color: #e8e8e8;}
body.darkmode  ul#account_menu a {border-top: 1px solid #1f1f1f;color: #888888;}
body.darkmode ul#account_menu a:hover {background-color: #3e3e3e;}
#account_menu i {width: 30px;}
#account_avatar {
    width: 80%;
    margin: auto;
    text-align: center;
    max-width: 120px;
    height: auto;
}
#account_avatar img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px;
}
#account_main label {
    width: 150px;
    margin-top: 20px;
    font-weight: normal;
    color: #7b7b7b;
    font-size: 0.8em;
}
#my_account input[type="text"]:disabled, #my_account select:disabled {
    border: 0;
    background: none;
    font-weight: bold;
    text-align: left;
}
#my_account fieldset {margin:20px;}
.accountedit,.accountemailedit {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    color: gray;
    font-size: 0.8em;
    padding: 5px;
    cursor: pointer;
}
.accountsave {
    float: right;
    margin-right: 10px;
    color: #fffbfb;
    font-size: 0.8em;
    padding: 5px 10px 5px 10px;
    border: 1px solid #ffffff;
    cursor: pointer;
    margin-top: -40px;
    background: #212021;
}
body.darkmode .accountsave {
    border: 1px solid #212121;
    background: #3d5863;
    color: #b9b9b9;
}
.account_edit { display: none; }
.accountedit_active .account_edit { 
    display: inline-block;
 }
.account_noedit { 
    display: inline-block; 
    font-weight: bold;
    padding: 6px 15px 6px 15px;
    border-radius: 5px;
    font-size: 13px;
    box-sizing: border-box;
}
.accountedit_active .account_noedit { display: none;  }
.alike_inputs {
    font-weight: bold;
    padding: 6px 15px 6px 15px;
    border-radius: 5px;
    font-size: 13px;
    box-sizing: border-box;
}
button.sdl_button {
    width: 120px;
    text-align: center;
}
#tbc1 {display: none;}



.licenceblock {
    clear: both;
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #d6d6d6;
}

.license_icon {
    float: left;
    height: 32px;
    margin-right: 25px;
}
span.license_title {
    float: left;
    font-size: 1em;
    margin-right: 15px;
    line-height: 2.4;
}
.license_icon {
    float: left;
    height: 32px;
    margin-right: 25px;
    width: 32px;
}

span.license_serial {
    float: none;
    padding: 5px;
    background: none;
    border: 1px dotted silver;
    font-weight: 600;
    font-family: monospace;
    font-size: 1em;
    line-height: 2.4;
}
body.darkmode .licenceblock {border-top: 1px solid #464646;}

span.license_text {
    line-height: 2.4;
    padding-left: 20px;
    font-weight: normal;
    font-size: 1em;
}

span.license_title {
    float: left;
    font-size: 1em;
    margin-right: 15px;
    line-height: 2.4;
    width: 400px;
    overflow: hidden;
    display: inline-block;
}

.accountdelete {
    float: right;
    margin-right: 10px;
    margin-top: -40px;
    color: gray;
    font-size: 0.8em;
    padding: 5px;
    cursor: pointer;
}

.accountremove {
    float: right;
    margin-right: 10px;
    color: #fffbfb;
    font-size: 0.8em;
    padding: 5px 10px 5px 10px;
    border: 1px solid #ffffff;
    cursor: pointer;
    margin-top: -60px;
    background: #b72b2b;
}

body.darkmode .accountremove {
    border: 1px solid #212121;
    background: #984d4d;
}

@media screen and (max-width: 900px) {
  .boxcontent { margin-bottom: 80px;}
}

.input-group meter {position: relative;left: 150px;width: 50%;}
.inputred { border-color: #ff0000 !important;}
.meter-group { width: 100%; max-width: 400px;}
meter, .input-group.meter-group input {width: 50%;}
