
.print-only {
    display: none;
}

@media print {
    .no-print {
        display: none;
    }

    .print-only {
        display: block;
    }

    .pagination {
        display: none;
    }

    #printable-version {
        display: none;
    }
}

body {
    line-height: 1em;
    font-family: 'Poppins', sans-serif, Arial;
    background: #999;
}


input[type=submit], input[type=button], button, button.btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .175rem .75rem;
    font-size: 0.8rem;
    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;
    margin-top: -2px;
    transition: all 0.6s;
}

    input[type=submit]:hover, input[type=button]:hover, button:hover {
        /*font-weight: bold;*/
        background: rgba(221,221,221, 0.7);
        border: 1px solid rgb(165,165,165);
        transition: all 0.6s;
    }

select {
    /*font-size: 0.75em;*/
    font-size: 12px;
}

label {
    font-size: 0.9em;
}

input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin-right: 3px;
}

.ls-search-filters > .form-control {
    display: inline-block;
}

.black-label {
    font-weight: bold;
    font-size: 12px;
    margin-right: 5px;
}

.green-label {
    color: green;
    font-weight: bold;
    font-size: 12px;
    margin-right: 5px;
}

.green-table {
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.green-table thead {
    background-color: green;
    font-weight: bold;
    color: white;
}

.green-table td {
    padding: 0 5px;
}

/*@media (min-width: 576px) {
    .main-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .main-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .main-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .main-container {
        max-width: 1010px;
    }
}*/


.main-container {
    /*width: 1010px;*/
    width: 102%;
    max-width: 1010px;
    box-shadow: 0px 0px 78px 3px rgba(0,0,0,0.7);
    background: #FFF;
    /*width: 980px;*/
}

    .main-container.mvc-main-container {
        margin-top: -15px;
    }

    .footer-links {
        margin: 10px 0;
    }

.page-header {
    font-size: 1.5em;
}


.create-ass-sections .Initial, .create-ass-sections .Clicked {
    font-size: 0.7em;
    white-space: normal;
}

.section-heading {
    color: green;
    font-weight: bold;
    margin-top: 10px;
    border-bottom: 1px solid green;
    padding-bottom: 2px;
}

.assessments textarea {
    font-size: 12px;
}

#assessment-quick-links-container {
    margin-bottom: 5px;
    height: 70px;
    margin-left: -15px;
    padding-left: 15px;
    background: white;
    transition: background 0.6s;
}

    #assessment-quick-links-container.floated {
        position: absolute;
        z-index: 1000;
        width: 100%;
        background: white;
        height: 80px;
        border-bottom: 2px solid green;
        background: #effef1;
        transition: background 1s;
    }

    #assessment-quick-links-container .save-button {
        opacity: 0;
        font-weight: bold;
        border: 1px solid green;
        padding: 2px 10px;
        position: absolute;
        right: 0px;
        bottom: -25px;
    }


    #assessment-quick-links-container.floated .save-button {
        opacity: 1;
        transition: opacity 0.5s;
    }

.assessment-quick-links a {
    color: green !important;
    background: none;
    padding: 6px;
    font-size: 0.9em;
    opacity: 1;
    display: inline-block;
    margin-top: 3px;
    transition: color background 0.6s;
    cursor: pointer;
}

    .assessment-quick-links a:hover {
        color: black !important;
        font-weight: bold;
        transition: all 0.6s;
    }

.assessment-quick-links > div {
    height: 25px;
}

#assessment-quick-links-container.floated .assessment-quick-links a {
    color: green;
    background: none;
    transition: all 0.6s;
}

    #assessment-quick-links-container.floated .assessment-quick-links a:hover {
        color: black;
        font-weight: bold;
        transition: all 0.6s;
    }

.assessment-tabs .nav-pills li {
    /*background-color: green;*/
    font-size: 0.7em;
    max-width: 240px;
    text-align: center;
}

    .assessment-tabs .nav-pills li a {
        height: 40px;
        background-color: #01a601;
        margin-right: 2px;
        color: black;
        padding: 10px 5px;
    }

        .assessment-tabs .nav-pills li a.active {
            color: white;
            font-weight: bold;
            background-color: darkgreen;
            transition: all 0.8s;
        }

        .assessment-tabs .nav-pills li a:hover {
            font-weight: bold;
            transition: all 0.5s;
        }

        .assessment-tabs .nav-pills li a span {
            display: inline-block;
            vertical-align: middle;
            line-height: 15px;
            height: 40px;
            text-align: center;
        }

.mvc-container {
    padding: 10px 0;
}

.form-enter-new {
    margin-top: 5px;
}


.input-validation-error {
    border-color: red;
}

span.field-validation-error {
    color: red;
}

label.required:after {
    content: "*";
    display: inline-block;
    margin-left: 3px;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}


th.sorting, th.sorting_asc, th.sorting_desc {
    cursor: pointer;
}

.table-hover tbody tr:hover {
    /*background-color: rgba(0,0,0,0.1);*/
    background-color: rgba(0,255,0,0.1);
}

#search-results-container table {
    font-size: 0.8em;
}


.validation-summary-errors {
    border: 1px solid red;
    padding-top: 5px;
    margin-bottom: 10px;
    background: rgba(255,0,0,0.1);
}

    .validation-summary-errors ul {
        font-size: 0.8em;
        color: red;
    }

.language-strings-table input, .language-strings-table textarea {
    width: 100%;
}

.dataTables_length label {
    width: 50%;
}

.dataTables_filter label {
    width: 100%;
}

.tooltip-inner {
    max-width: 600px;
}

.WorkTable {
    border: 1;
    height: 600px;
    width: 980px;
}

.Initial {
    text-align: center;
    background-color: green;
    /*font-family: Arial;*/
    font-size: 12px;
    padding: 2px 16px 2px 16px;
    /*background: url("../Images/InitialImage.png") no-repeat right top;*/
    color: black;
    font-weight: bold;
    white-space: normal;
}

    .Initial:hover {
        color: White;
        /*background: url("../Images/SelectedButton.png") no-repeat right top;*/
    }

.Clicked {
    display: block;
    text-align: center;
    /*font-family: Arial;*/
    font-size: 12px;
    /*background: url("../Images/SelectedButton.png") no-repeat right top;*/
    background-color: darkgreen;
    padding: 2px 16px 2px 16px;
    color: Black;
    font-weight: bold;
    color: White;
    white-space: normal;
}

.menubaruser {
    font-size: 14px;
    /*font-family: Verdana;*/
    outline-color: White;
    border-bottom-width: thin;
    background-color: Tan; /*rgb(115,115,90);BLUErgb(25,75,100);/*GREENrgb(95,120,80);/*TANrgb(241,235,210);*/
    padding: 10px;
    width: 99%;
    color: White;
}

.HomeRightSide {
    width: 45%;
    /*border-top: double;
	border-top-color: Gray;*/
    font-size: 14px;
    /*font-family: Georgia;*/
    color: Black;
}

.HomeDivider {
    width: 54%;
    border-right: double;
    /*border-top: double;*/
    border-right-color: Gray;
    /*border-top-color: Gray;*/
}

.TotalRow {
    border-bottom-color: Black;
    border-top-color: Black;
    border-top: double;
    border-bottom: double;
    border-right: blank
}

.TextHeader {
    font-size: small;
    font-weight: bold;
    /*font-family: Arial;*/
    color: black;
    text-align: left;
}

.TextPlain {
    font-size: 12px;
    /*font-family: Arial;*/
    color: black;
}

.TextParagraph {
    font-size: 12px;
    /*font-family: Arial;*/
    color: black;
}


.TextCopy {
    font-size: 6px;
    /*font-family: Arial;*/
    color: black;
}

.TextHeaders {
    font-size: 14px;
    /*font-family: Arial;*/
    color: black;
    font-weight: bold;
}

.TextHome {
    font-size: 14px;
    /*font-family: Arial;*/
    color: black;
}

.TextError {
    font-size: 12px;
    /*font-family: Arial;*/
    color: Red;
    font-weight: bold;
}

.TextText {
    font-size: 12px;
    /*font-family: Arial;*/
    color: Green;
    font-weight: normal;
}

.LinksText {
    font-size: 14px;
    color: Green;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.5s;
}

    .LinksText:hover {
        color: #227fe3;
        transition: all 0.5s;
    }

.TextPrincipal {
    font-size: 14px;
    /*font-family: Arial;*/
    background-color: White; /*rgb(115,115,90);/*BLUErgb(25,75,100);/*rgb(95,120,80);/*rgb(240,235,210); */
    color: White; /*rgb(0,0,130);*/
    font-weight: bold;
}

.TextFooter {
    font-size: 9px;
    /*font-family: Arial;*/
    color: white; /*rgb(0,0,130);*/
    font-weight: bold;
}

.TextRegular {
    font-size: 11px;
    /*font-family: Arial;*/
    color: Black;
}

.TextPrint {
    font-size: 12px;
    /*font-family: Verdana;*/
    color: Black;
}
