body {
	color: #252e34;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    padding-bottom: 30px;
    background: #d9d9d9 url("../img/background2.png") bottom left repeat-x;
}
.footer {
    width: 100%;
    text-align: center;
    color: #212121;
    font-size: 12px;
    margin-top: 10px;
}
.fb_iframe_widget span {
    vertical-align: inherit!important;
}
h1 {
    font-size: 40px;
    letter-spacing: -1px !important;
    line-height: 64px;
}
h2 {
    font-size: 24px;
}
fieldset {
    border: 1px solid #aaa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    margin: 0px 40px 10px 40px;
    text-align: center;
}
legend {
    display: inherit;
    width: auto;
    padding: 0px 5px;
    border-bottom: 0px solid;
    font-size: 14px;
    color: #808080;
    font-weight: bold;
    margin: 0px;
}

.bn {
    padding: 10px 55px 0px 55px;
}

.page-header {
background: transparent url('../favicon_64.png') top left no-repeat;
padding-left: 75px;
}

.navbar-brand-image {
padding-top: 9px;
}
.maincontent, .content, .lastcontent {
    background: white;
    border-right: 3px solid #aaa;
    border-left: 3px solid #aaa;
}
.maincontent {
    margin-top: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top: 3px solid #aaa;
    position: relative;
}
.lang-switch {
    position: absolute;
    top: 10px;
    right: 10px;
}
.lang-switch-sm {
    position: absolute;
    top: 10px;
    right: 10px;
}
.maincontent label {
    font-weight: normal;
}
.lastcontent {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 3px solid #aaa;
    min-height: 10px;
}
.service-desc {
padding: 20px 10px;
}
.step {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    width: 32px;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 16px 10px 0px 0px;
}
.step-content {
margin: 20px 10px;
}
.pwdswitch {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-bottom: 10px;
}
.pwdswitch div {
    width: 30%;
}
.pwdswitch div.choice {
    opacity: 0.6;
}
.choice span {
    font-size: 11px;
}
.pwdswitch div.active {
    opacity: 1;
}
.pwdswitch div i.fa-terminal {
    font-size: 32px;
    color: #333;
}
.pwd-switch {
    font-size: 30px;
    margin: 0px 10px;
    cursor: pointer;
}
.pwd-switch[rel="gen"]{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pwd-result {
    padding: 10px;
}
.pwd-hide, .pwd-show {
    cursor: pointer;
}
.complex-password {
display: none;
}
.pwd {
width: 40%;
margin: 5px auto;
border-radius: 4px;
padding: 5px;
}
.pwd:hover {
background-color: #eee;
cursor: pointer;
}
.alert-upload,.upload-progression {
    margin: 0px 40px 10px 40px;
}
.upload-progression {
    display: none;
}
.rotate-options, .sortable-options {
    display: none;
}
.rotate-preview {
    font-size: 40px;
    padding-top: 16px;
}
.validated-rotations {
    display: flex;
}
.selected-rotation{
    padding: 5px;
    border: 1px solid gray;
    border-radius: 5px;
    margin: 5px;
}
.selected-rotation span {
    font-size: 13px;
}
.selected-rotation span .fa {
    font-size: 24px;
}
.loader {
position: absolute;
line-height: 2em ;
top: 55px;
right: 40px;
padding: 5px 10px 1px 6px;
border-radius: 4px;
color: #ececec;
background-color: #212121;
border: 1px solid #808080;
display: none;
}
.loader span {
vertical-align: top;
}
.in-progress {
    margin-top: 20px;
}
.col-alert {
    padding-top: 30px;
}
.othertools .btn.dropdown-toggle,
.othertools .dropdown-menu {
    width: 100%;
}
.backhome-btn {
    margin-top: 20px;
}
.help p {
    padding-left: 42px;
}
.btnadvoptions {
    padding-top: 10px;
}
.advancedoptions {
    display: none;
}
.advancedoptions fieldset {
    margin-right: 0px;
}
form[name="_xclick"]{
    margin: 5px auto;
    width: 74px;
}
.sortable {
    list-style: none;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.sortable .sortable-item {
    padding: 5px 10px;
    border: 1px solid silver;
    margin: 5px;
    clear: both;
    height: 40px;
    line-height: 30px;
}
.sortable-item .fa {
    margin-right: 10px;
    cursor: move;
    font-size: 26px;
}
.sortable .is-hovered {
    opacity: 0.9;
}
.sortable .sortable-placeholder {
    border: 2px dashed silver;
    background-color: rgba(0, 102, 128, 0.4);
}

@media (max-width:767px){
    body {
        border-radius: 10px;
        border: 3px solid #aaa;
        background: white;
    }
    .maincontent,
    .content,
    .lastcontent{
        border-radius: 0px;
        border: 0px solid;
    }
    .lastcontent {
        border-bottom: 3px solid #aaa;
    }
    .page-header {
        background: transparent url(../favicon_48.png) top left no-repeat;
        padding-left: 50px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 18px;
    }
    .step {
        margin: 16px 10px 0px 10px;
        font-size: 18px;
        line-height: 24px;
        width: 24px;
        height: 24px;
    }
}