div#slideit {
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
}
.form-group input[type="checkbox"] {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}
.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;   
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;   
}
html, body {
        height: 100%;
        margin: 0;
        font-size: 17px;
        min-height: 610px;
}
.cent {
        background-color:white;
        opacity: 0.9;
        border-radius: 10px;
        text-align: center;
        padding:0px;
        width: 100%;
        box-shadow: 0px 0px 25px black;
}
.link   {
        background:none!important;
        color:inherit;
        border:none; 
        font: inherit;
        cursor: pointer;
        width: 100%;
        height: 40px;
}
.paddingleft   {
        background:none!important;
        color:inherit;
        border:none; 
        font: inherit;
        cursor: pointer;
        width: 100%;
        height: 40px;
        text-align:center;
}
.borderbottom {
    border-bottom:solid 1px lightgray;
    margin: 0 10px;
    padding: 10px 0;
}
.borderzero {
    height: 40px;
    border: 0px;
    margin: 0px 15px 15px 15px;
}
.indexform {
    width: 100%;
    min-height: 500px;
    border-radius: 10px;
}
.row {
    color:black;
}
.fill-height-or-more {
    min-height: 500px;
    display: flex;
    flex-direction: column;
}
.threehundert{
    min-height: 300px !important;
}
.bar {
    height: 18px;
    background: green;
}
.pointer{
    cursor:pointer;
}
div#files_list {
    margin: 0 auto;
    overflow-y: auto;
}
ul {
    list-style: none;
    padding: 0;
}
.liwidth {
    width: 180px;
    margin: auto;
    margin-bottom: 20px;
}
.noticewidth {
    width: 280px;
    margin: auto;
    margin-bottom: 20px;
}
span.downbutton.glyphicon.glyphicon-download {
    font-size: 25px;
    right: -20%;
    top: -34px;
}
.textdownloadright{
    text-align: right;
    max-height: 0px;
}
input.passwordinput {
    width: 110px;
    text-align: center;
    font-size: 30px;
}
.pre-scrollable {
    max-height: 140px;
}
.submitbutton{    
    font-size: 23px;
    height: 50px;
    font-weight: 600;
    width: 100%;
}
select option {
    margin: 40px;
    background: rgb(243, 239, 233);
    color: #020202;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
label#UploadButton {
    font-weight: 600;
    margin: 14px 0px 14px 0px;
}
label#checkboxtext {
    background-color: white;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
}
input#fileupload {
    display: none;
}
div#progress {
    margin: 0 auto;
    margin-top: 20px;
    width: 120px;
}
input.btn.btn-default.twentybuttonpassword {
    font-size: 20px;
    bottom: -100px;
    left: 74px;
}
input.btn.btn-default.twentybuttondelete {
    font-size: 20px;
    position: absolute;
    bottom: 50px;
    left: 140px;
}
.borderbottom.checkboxpadding {
    padding: 20px 0px 5px 0px;
}
.widthandheight {
    border: 0px;
    border-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.pre-scrollable.download {
    max-height: 300px;
    min-height: 300px;
    width: 95%;
    margin-left: 10px;
    z-index: 10;
    overflow-y: auto;
}
.downloadbuttonall {
    bottom: 0;
    margin-bottom: 5px;
}
span {
    word-wrap: break-word;
}
.passwordnumbermargin{
    margin-bottom: 30px;
    margin-top: 10px;
}
.passwordinputfield{
    top: 28%;
}
.fonsizeforty{
        font-size: 40px;
}
.logos {
    display: table;
    width: 100%;
    height: 100px;
    background-color: white;
    background-image: url(/images/SSC_Management_Consult_Logo.png);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: 99% 6px;
    opacity: 0.9;
    box-shadow: 0px 0px 20px 0px black;
}
.logoheadertext{
    text-align: center;
    margin: 0px;
    font-size: 30px;
    display: table-cell;
    vertical-align: middle;
}
.container {
    position: relative;
    top: 7%;
    margin-bottom: 20px;
}
h4.greytext {
    color: #636b6f;
    font-size: 17px;
}
textarea.textarrea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: -9px;
    height: 200px;
    font-size: 14px;
}

.receiverAutocompleteItem {
    border-bottom: 1px solid #636b6f;
}