﻿.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 280px;
}*/

/* Set padding to display errors that occur during databinding */
.padding-error {
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
    .nofloat {
        float: none;
        padding: 10px 15px;
    }
}

.clickable {
    cursor: pointer;
}

.minimalist {
    background-color: transparent;
    border: 0;
}

.input-warning {
    border: 1px solid #DC3545 !important;
    margin: 1px;
}

.center {
    text-align: center;
}

.centerdiv {
    margin-left:auto;
    margin-right:auto;
}

.modal-body {
    padding: 18px
}

.flashcard {
    height: 220px;
    position: relative;
    border: 4px solid #10274F;
    color: white;
    text-align: center;
    border-radius: 5px;
    font-size: 26pt;
    display: table;
}

.flashcard > div {
    display: table-cell;
    vertical-align: middle;
}

.flashcard-title {
    background-color: #183873;
}

.flashcard-back {
    background-color: #5878A3;
}

@media (min-width: 768px) {
    .flashcard {
        height: 350px;
        left: 8%
    }
}

.selectable {
    cursor: pointer;
}

th.rotate {
    /* Something you can count on */
    height: 140px;
    white-space: nowrap;
}

    th.rotate > div {
        transform:
        /* Magic Numbers */
        translate(0px, 0px)
        rotate(285deg);
        width: 30px;
    }

        th.rotate > div > span {            
            padding: 5px 10px;
        }

.modal-xlg {
    width: 1200px;
}

@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility: hidden;
    }

    #printSection, #printSection * {
        visibility: visible;
    }

    #printSection {
        position: absolute;
        left: 0;
        top: 0;
    }
    .modal-footer {
        visibility: hidden;
    }
}