﻿body {
/*    padding-top: 50px;
    padding-bottom: 20px;*/
}

.body-noPaddingTop {
    padding-top: 0px;
    padding-bottom: 20px;
}

#layoutBody {
    padding-top: 0px;
    padding-bottom: 20px;
}


.alternativeTableSizing {
    width: 450px;
}

.increasedTableSizeing {
    width: 150px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


.extended-content {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}


table {
    border-collapse: collapse;
    width: 100%;
}

th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    background-color: #113055 !important;
    color: white !important;
}


td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.magnifyButt {
    border: none;
    background: none;
    padding-top: 10px;
}



/* 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;
}

.floatLeft {
    float: left;
}

.whitespace {
    white-space: pre-line !important;
}

.ItemsPerPage {
    padding: 7px 5px 7px 5px;
    border: 1px solid lightgrey;
    color: #428bca;
    border-radius: 4px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.left {
    float: left;
}

.checkBoxBesideH4 {
    margin-top: 12px !important;
    margin-left: 10px !important;
}

.checkBoxBesideH5 {
    margin-top: 12px !important;
    margin-left: 8px !important;
}

.checkboxpadding {
    margin-left: 10px !important;
}

.PopUpActionLink {
    cursor: pointer;
    color: blue;
    display: inline-block;
}

    .PopUpActionLink:hover {
        color: red;
        text-decoration: underline;
    }

.PopUp {
    position: fixed;
    left: 0px;
    top: 50px;
    background-color: white;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 75vh;
    width: 60vw;
    padding: 10px;
    display: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid black;
    border-top: 2px solid grey;
    border-right: 2px solid grey;
}

.backgroundBlocker {
    background-color: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    height: 100vh;
    width: 100vw;
    display: none;
}

@media (max-width: 1000px) {
    .PopUp {
        height: 80vh;
        width: 80vw;
    }

        .PopUp form {
            overflow: auto;
            height: 73vh;
        }
}

.LooksLikeButton {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ccc;
}

.classSessionButtonWidth {
    width: 150px;
}

.WhiteBackground {
    background-color: white;
}

.WhiteColor {
    color: white;
}

.circle {
    width: 30px;
    height: 30px;
    font-size: 10px;
    color: #000;
    line-height: 30px;
    text-align: center;
    background: #bbb;
    border-color: black;
    border-width: 1px;
    border-radius: 15px;
    border-style: solid;
    float: left;
}

.questionnaireExtraPadding {
    padding-bottom: 20px;
    padding-top: 5px;
}

.questionnaireExtraPaddingForCheckBox {
    padding-bottom: 20px;
    padding-top: 20px;
}

.questionnaireExtraPaddingForButton {
    padding-bottom: 20px;
    padding-top: 30px;
}

.h3SizedSuccess {
    background-color: #dff0d8;
    height: 46px;
    line-height: 46px;
    font-size: 24px;
    border-radius: 10px;
    padding-left: 20px;
}

.h3SizedDanger {
    background-color: #f0dfd8;
    height: 46px;
    line-height: 46px;
    font-size: 24px;
    border-radius: 10px;
    padding-left: 20px;
}

.tabMenuItem {
    display: inline-block;
    text-align: center;
    border-top: 1px #337ab7 solid;
    border-left: 1px #337ab7 solid;
    border-right: 1px #337ab7 solid;
    background: white;
    color: #337ab7;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px;
    margin-top: 5px;
}

.activeStudentType {
    background-color: #337ab7;
    color: white;
    font-weight: bold;
}

.fullWidthTextArea {
    max-width: none !important;
}

.trunc {
    width: 200px;
    padding: 2px 5px;
    /* Required for text-overflow */
    white-space: nowrap;
    overflow: hidden;
}

.overflow-visible {
    white-space: initial;
}

.overflow-clip {
    text-overflow: clip;
}

.overflow-ellipsis {
    text-overflow: ellipsis;
}

.overflow-string {
    /* Not supported in most browsers, 
       see the 'Browser compatibility' section below */
    text-overflow: " [..]";
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
    }

.noPadding {
    padding: 0px !important;
}

.noLeftPadding {
    padding-left: 0px !important;
}

.noRightPadding {
    padding-right: 0px !important;
}

.unselectable {
    opacity: 0.4;
}

.whiteActionLink {
    color: white !important;
    text-decoration: none !important;
}

    .whiteActionLink:hover {
        color: white !important;
        text-decoration: none !important;
    }



.iconButton {
    border: none !important;
    background: none !important;
}

.tableSizing {
    width: 40px;
}

.clearBoth {
    clear: both;
}

.backgroundNisaiYellow {
    background-color: #fcb515 !important;
}

.backgroundNisaiGreen {
    background-color: #84c661 !important;
}

.backgroundNisaiPink {
    background-color: #f16b95 !important;
}

.backgroundNisaiPurple {
    background-color: #aa7eb8 !important;
}

.backgroundNisaiBlueLight {
    background-color: #52b9e9 !important;
}

.backgroundNisaiBlueDark {
    background-color: #00558b !important;
}

.backgroundNisaiYellow {
    background-color: #fcb515 !important;
}

.jumbotron {
    background-color: #52b9e9 !important;
    color: white !important;
    padding: 40px 30px 40px 30px !important;
    margin-bottom: 15px !important;
    border-radius: 0px !important;
}

.nisaiDashboardWell {
    margin-bottom: 5px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background-color: #fcb515 !important;
    text-align: center !important;
}

.completeFont {
    color: lawngreen !important;
}

.incompleteFont {
    color: red !important;
}

.bul {
    display: block;
    font-weight: normal;
}

.noBulletPoint {
    padding: 0;
    list-style-type: none;
}

.file {
    visibility: hidden;
    position: absolute;
}

.displayNone {
    display: none;
}

