body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #f2f2f2;
    /*    -webkit-font-smoothing: antialiased;*/
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0 0 10px;
}

H2 {
    font-size: 18px;
    font-weight: 400;
    margin-left: 24px;
}


/*Container
***********************/

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.pushr {
    margin-right: auto;
}

.pushl {
    margin-left: auto;
}


/*Buttons
***********************/

.btn {
    display: inline-block;
    vertical-align: top;
    padding: 14px 40px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: all .1s linear;
    background-color: #333;
}

.btn--margtop {
    margin: 5px 5px 0 0;
}

.btn__green {
    background-color: #4caf50;
}

#btn--active {
    background-color: #4caf50;
}

.btn:hover {
    /*background-color: #337ab7;*/
    background-color: #4caf50;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.35);
}

.line_three__buttons .btn {
    font-size: 19px;
}


/*Header
***********************/

.header {}

.header__inner {
    display: flex;
    justify-content: space-between;
    padding: 35px 0;
    align-items: center;
}


/*.header__title {

}*/


/*Navigation
***********************/

.nav {
    /*display: flex;*/
}

.nav__link {
    /*    font: 24px Calibri;*/
    font: 24px Calibri;
    font-weight: bold;
    color: #333;
    /*opacity: 1;*/
    margin-right: 25px;
    text-decoration: none;
    border-bottom: 2px solid #333;
    transition: all .1s linear;
    margin-top: auto;
    /*display: block;*/
    /*float: right;*/
}

.nav__link:last-child {
    margin-right: 0;
}

.nav__link:hover {
    color: #4caf50;
    text-decoration: none;
    /*opacity: .75;*/
    border-color: transparent;
}


/*.caret {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px dashed;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}*/


/*Line Two
***********************/

.line_two {}

.line_two__inner {
    display: flex;
    flex-wrap: wrap;
    background-color: #e4ffe5;
    padding: 10px;
    border-radius: 4px;
    align-items: center;
    transition: all .1s linear;
}

.record_book {
    width: 50%;
    font: 27px Calibri;
    /*font-weight: 700;*/
    text-transform: uppercase;
    font-weight: 700;
}

.discharge_statement {
    width: 50%;
    text-align: right;
}

.student_info {
    margin-top: 10px;
}


/*Line Three
***********************/

.line_three {}

.line_three__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.line_three__buttons {
    width: 51%;
}

.line_three__text {
    width: 49%;
}

.line_three__text__list {
    float: right;
    line-height: 1.3;
    min-width: 270px;
    transition: all .1s linear;
}

.line_three__nzach {
    font: 24px Calibri;
}


/*Tables
***********************/

.table__inner {
    background-color: #fff;
    padding: 10px;
    border-radius: 3px;
    margin-top: 5px;
}

table {
    transition: all .1s linear;
    border-collapse: collapse;
    margin-top: 10px;
    width: 100%;
}

.table {
/*    margin: 10px 24px 24px;*/
    padding-bottom: 50px;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:nth-child(odd) {
    background-color: #fff;
}

td {
    border: 1px solid #dddddd;
    padding: 5px;
}

th {
    border: 1px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    padding: 10px 5px;
}



tr:hover {
    background-color: #e7ffe7;
    border: 1px solid #6733b9;
    transition: all .15s linear;
}

.vkr th {
    text-align: left;
}



.scroll_container {
    overflow: auto;
}

.long_row {
    /*width: 20%;*/
}

.short_row {
    /*width: 9.4%;*/
}

.num_row {
    /*width: 3%;*/
}

.row50 {
    /*width: 40%;*/
}

.table_vert th {
    border-bottom: 1px solid #dddddd;
    border-right: 2px solid #dddddd;
    text-align: left;
}

#redLine {
    background-color: #ffdfdd;
}
/*Tabs
***********************/

.tabs {
    /*padding: 40px;*/
    /*background: #f5f5f5;*/
}

.tabs .tab-nav {
    text-align: left;
    margin: 0 0 15px 0;
    margin-left: -30px;
}

.tabs .tab-nav li {
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
    background-color: #fff;
/*    padding: 15px;*/
    border-top: 1px solid #fff;
}

.tabs .tab-nav li:hover {
    background-color: #eeeeee;
    border-top: 1px solid #dddddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabs .tab-nav li span {
    /*text-transform: uppercase;*/
    color: #212121;
    transition: all 0.1s linear;
    cursor: pointer;
    /*font-weight: bold;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tabs .tab-nav li:hover > span,
.tabs .tab-nav li.active > span {
    color: #4caf50;
    /*color: #6733b9;*/
    text-decoration: none;
    /*border: 1px solid #dddddd;*/
}

.tabs .tab {
    display: none;
}

.tabs .tab.active {
    display: block;
}


.tab-nav span {
    display: block;
    padding: 15px;
}
