/* body {*/
/*   font-size: 12px; */
/* } */


.media-icon {
    width : 1.0em;
    height : 1.0em;
    background: transparent;
}
// textarea
// {
//     width:100%;
// }
// 
// .textwrapper
// {
//     border:1px solid #999999;
//     margin:5px 0;
//     padding:3px;
// }

.wiki-container {
}

.wiki-container .wiki {
//    border: 1px dashed #ccc;
    padding: 0.5em;
}

.wiki-container table td {
    padding: 0.2em;
}

.wiki-editor {
    border: 1px solid #ccc;
    padding: 0.5em;
}

.wiki-editor textarea {
    border: none;
    width:100%;
}

.dropzone {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0.5em;
    border: 1px dashed #ccc;
    text-align: center;
}

.dropzone .dropping-area-container {
//    border: dashed grey 1px;
    background-color: #ccc5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    zIndex: 9999;
}

.dropzone .dropping-area {
    position: absolute;
//     top: 50%;
    right: 0;
    left: 0;
    textAlign: center;
    color: white;
}

.drop-in-uploader {
    display: block;
    width: 100%;
}


.clipboard-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
//    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
}

.height-auto {
    height: auto;
}

ul.nav a.chosen-single {
    color: #444;
}

ul.nav a:hover.chosen-single {
    color: #444;
}

.card .card-header h2 {
    margin: 0px;
}

/* https://stackoverflow.com/questions/16626873/display-jquery-dialog-onsubmit-while-html-form-is-processing */
#loading-div-background{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 10100;
}

#loading-div{
    width: 300px;
    height: 150px;
    z-index: 10110;
    background-color: #fff;
    /* border: 5px solid #1468b3; */
    text-align: center;
    color: #202020;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -100px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url("/css/pie/PIE.htc"); /* HANDLES IE */
}

.clickable-row {
    cursor:pointer;
}

.clickable {
    cursor:pointer;
}

section.print-page {
    width: 930px;
    page-break-before: always;
    page-break-after: always;
}

.dashboard-scrollspy {
    position: fixed;
    /* width: 24%; */
    max-height: calc(100% - 55px - 5rem);
}

.table-pakurepo {
    table-layout: fixed;

}

.table-pakurepo tr td {
    width: 8rem;
    height: 1rem;
}

section.print-page {
    page-break-before: always;
    page-break-after: always;
    /* border: dashed 1px #aaa; */
    background: white;
    margin-bottom: 1em;
}

/* TODO: UI */
/* section.print-page div.card { */
/*     border: none; */
/* } */

.dz-error {
    background: red;
}


.max-width-xs {
    max-width: 600px;
}

.max-width-sm {
    max-width: 960px;
}

.max-width-md {
    max-width: 1280px;
}
