.checkbox input[type=checkbox] {
    opacity: inherit;
}

.fusorsdk-manager-container {
    /*margin-top:60px;*/
    padding: 10px;
}

.highlight {
    background-color: yellow;
}

.fusorsdk-manager-modal .checkbox input[type="checkbox"] {
    display: block !important;
}

body.LogOn {
    background: url('/Content/Vendor/FusorSDK/wallpaper.jpg') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#LogOnContent {
    padding-top: 100px;
    opacity: 0.9;
}

#LogOnPanel {
    background-color: white;
}

#LogOnLogo {
    padding-top: 10px;
}

.treetable {
    border: none !important;
}

.popover {
    max-width: 350px;
}

.file .icon i {
    font-size: 70px;
    color: none;
}

.panel-primary .btn-default {
    color: #808080;
}

.widget-user-header {
    overflow: hidden;
}

.widget-user-image {
    z-index: 2;
}

a[data-target="#confirm-popup"], a[onclick] {
    cursor: pointer;
}

.masonry .masonry-col {
    width: 32.9%;
    padding-right: 15px;
    padding-left: 15px;
}

.LogOn .modal-content {
    background-color: white;
}

.LogOn .row {
    margin-left: 0px;
    margin-right: 0px;
}

@media (max-width:340px) {
    .hidden-vxs {
        display:none !important;
    }
}

.table tfoot td {
    padding: 10px 20px 10px 30px;
}
.select2-container .select2-choice {
    height: 44px !important;
    line-height: 2;
}

.scrollable {
    max-height:400px;
    overflow-y:scroll;
}

.scrollable-900 {
    max-height: 900px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.table-responsive-nostyle {
    display: block;
    width: 100%;
    overflow-x: auto;
}
