body {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    color: #777;
    font-weight: 400
}

h1 {
    font-size: 30px;
    line-height: 38px;
    color: #000;
    font-weight: 700
}

header {
    box-shadow: 0 0 20px 1px #e7e7e7;
    padding: 25px 70px
}

header .navbar-light .navbar-nav .nav-item {
    margin-left: 43px
}

header .navbar-light .navbar-nav .nav-item:first-child {
    margin-left: 0
}

header .navbar-light .navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    position: relative;
    padding-right: 0;
    padding-left: 0
}

header .navbar-light .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    height: 2px;
    background: #3a6fcf;
    left: 0;
    bottom: -44px;
    width: 0%;
    transition: all ease .5s
}

header .navbar-light .navbar-nav .nav-link:hover::after {
    width: 100%;
    transition: all ease .5s;
    right: 0
}

.notifications>div {
    margin: 0 !important
}

.fade:not(.show) {
    opacity: 1
}

.error {
    color: red;
    font-size: 13px;
    padding-top: 0
}

.error-save {
    color: red;
    font-size: 13px;
    padding-top: 11px
}

input.error,
select.error,
textarea.error {
    border-color: Red !important;
    border-style: solid !important;
    border-width: 1px !important
}

.rad_con label span {
    padding-top: 14px
}

.content {
    padding: 100px 0 150px
}

.content h1 {
    padding-bottom: 30px;
    margin-bottom: 0
}

.content .tabPane h1 {
    padding-bottom: 10px !important
}

.content h1.sub-title {
    color: #1ebff1;
    text-transform: inherit;
    padding-bottom: 20px
}

.content p {
    padding-bottom: 14px;
    margin-bottom: 0
}

.content .border-bottom {
    border-bottom: 2px solid #e9e9e9 !important
}

.content .factor-col {
    border-radius: 7px;
    min-height: 200px
}

.content .factor-col span {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    display: block
}

.content .yellow-col {
    background: #f3c827
}

.content .blue-col {
    background: #1ebff1
}

.content .green-col {
    background: #8ec641
}

.content .pink-col {
    background: #ea0e8c
}

.content .observation-form {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 30px 1px #f4f4f5
}

.content .form-top {
    padding: 50px 50px 0 60px
}

.content .nav.nav-pills li {
    margin-left: 30px
}

.content .nav.nav-pills li:first-child {
    margin-left: 0
}

.content .nav.nav-pills li a {
    background: #f4f4f4;
    border-left: 10px solid #15bdf0;
    font-size: 17px;
    line-height: 66px;
    color: #2b2a2a;
    font-weight: 400;
    display: block;
    padding: 0 20px;
    text-decoration: none
}

.content .nav.nav-pills li a.active {
    background: #0447c2;
    border-left: 10px solid #0a3481;
    color: #fff
}

.content .nav.nav-pills li a:hover {
    color: #fff;
    background: #0447c2;
    border-left: 10px solid #0a3481
}

.content button.save-form {
    background: #5a5a5a;
    border: none;
    padding: 14px 35px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    line-height: 19px;
    outline: 0
}

.content button.save-form:hover {
    background: #0447c2;
    transition: all ease .5s
}

.content .observation-form-detail select {
    padding: 10px 20px;
    background-color: #f7f7f7;
    border: 1px solid #e5e4e4;
    border-radius: 3px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    height: 50px
}

.content .observation-form-detail h4 {
    font-size: 17.9px;
    line-height: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 25px
}

.content .observation-form-detail input.input-field {
    width: 100%;
    background: #f7f7f7;
    border-radius: 3px;
    padding: 5px 18px 6px;
    border: 1px solid #e5e4e4;
    height: 30px;
    outline: 0;
    font-size: 16px;
    color: #000
}

.content .observation-form-detail input.input-field::placeholder {
    color: #000
}

.content .observation-form-detail input.input-field:-ms-input-placeholder {
    color: #000
}

.content .observation-form-detail input.input-field::-ms-input-placeholder {
    color: #000
}

.content .observation-form-detail p {
    font-size: 15.91px;
    line-height: 19.88px;
    color: #717171;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 0
}

.content .rad_con {
    display: inline-block;
    margin-right: 20px
}

.content .rad_con:last-child {
    margin-right: 0
}

.content .radio-check {
    font-size: 17.9px;
    line-height: 18.18px;
    color: #000;
    font-weight: 400;
    display: inline-block;
    cursor: pointer
}

.content .radio-check input[type=radio] {
    display: none
}

.content .radio-check span {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.content .radio-check input[type=radio]+span {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: #f7f7f7;
    border: 1px solid #81bdfd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative
}

.content .questions-select-box .radio-check input[type=radio]+span {
    margin-right: 6px
}

.content .questions-select-box .radio-check {
    padding-left: 0
}

.content .questions-select-box .rad_con {
    margin-right: 15px
}

.content .questions-select-box .rad_con:last-child {
    margin-right: 0
}

.content .radio-check input[type=radio]+span:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 10px;
    background-color: #000;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in
}

.content .radio-check input[type=radio]:checked+span:after {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

.content .radio-check svg {
    height: 16px;
    width: 16px;
    margin: 0 auto;
    fill: #fff;
    display: block;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in
}

.content .radio-check.anim input[type=radio]:checked+span svg {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

.content .radio-check.anim input[type=radio]:checked+span:after {
    content: none
}

.content .observation-form-detail .form-check-label {
    font-size: 17.9px;
    line-height: 18.18px;
    color: #000;
    font-weight: 400;
    padding-left: 5px
}

.content .observation-form-detail p.sub-info {
    font-size: 18px;
    color: #000;
    line-height: 25px
}

.content .observation-form-detail table tr th p {
    font-size: 14px
}

.content .multi-select-box {
    border: 1px solid #e5e4e4;
    background: #f7f7f7;
    border-radius: 3px
}

.content .radio-box-outer {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 17.9px;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.content .radio-box-outer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.content .checkmark {
    position: absolute;
    top: 7px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #797979;
    border-radius: 50%
}

.content .radio-box-outer:hover input~.checkmark {
    background-color: #ccc
}

.content .radio-box-outer input:checked~.checkmark {
    background-color: #2196f3
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.content .radio-box-outer input:checked~.checkmark:after {
    display: block
}

.content .questions-select-box {
    background: #15bdf0;
    padding: 25px 50px 56px 60px;
    border-radius: 0 0 10px 10px
}

.content .questions-select-box h6 {
    font-size: 17.9px;
    line-height: 38.18px;
    color: #000;
    font-weight: 700
}

.content .questions-select-box p {
    color: #fff
}

.content .observation-form input[type=submit] {
    background: #5a5a5a;
    border: none;
    padding: 14px 5px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    line-height: 19px;
    outline: 0;
    width: 122px;
    text-align: center;
    margin-left: 12px
}

.content .observation-form input[type=button] {
    background: #5a5a5a;
    border: none;
    padding: 14px 5px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    line-height: 19px;
    outline: 0;
    width: 122px;
    text-align: center;
    margin-left: 12px
}

.content .observation-form input[type=submit]:first-child {
    margin-left: 0
}

.content .observation-form input[type=submit]:hover {
    background: #0447c2;
    transition: all ease .5s
}

.content .observation-form input[type=button]:hover {
    background: #0447c2;
    transition: all ease .5s
}

.content p.skills-info {
    line-height: 30px
}

.content .new-data-form table tr td {
    background: #f9e28e
}

.content .self-regulation table tr td {
    background: #8adef7
}

.content .social-expression table tr td {
    background: #c6e2a0
}

.content .academic table tr td {
    background: #f486c5
}

.content .formative table tr td {
    background: #E39FF6;
}

.content .new-data-form table tr td.spacer {
    background: 0 0
}

.content .self-regulation table tr td.spacer {
    background: 0 0
}

.content .new-data-form table tr th p {
    font-size: 14px;
    color: #000;
    line-height: 25px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0
}

.content .new-data-form table tr td p {
    margin-bottom: 0
}

.content .new-data-form .academic table tr td p {
    color: #fff
}

.content .new-data-form .formative table tr td p {
    color: #fff
}

.content .new-data-form table tr th:first-child {
    font-size: 17.9px;
    color: #000;
    line-height: 38.18px;
    font-weight: 400
}

.content .new-data-form table tr td,
.content .new-data-form table tr th {
    padding-top: 12px;
    padding-bottom: 12px
}

.content .new-data-form table tr td:first-child,
.content .new-data-form table tr th:first-child {
    padding-left: 19px
}

.content .new-data-form table tr td:last-child,
.content .new-data-form table tr th:last-child {
    padding-right: 19px
}

.content .v-heingt {
    min-height: 600px
}

.content .user-account {
    padding: 91px 200px;
    box-shadow: 0 0 30px 1px #f4f4f5
}

.content .user-account.signup {
    padding: 70px 80px 90px
}

.content .user-account h1 {
    padding-bottom: 50px
}

.content .user-account form input.input-field {
    width: 100%
}

.content input,
.content select {
    padding: 15px 24px;
    background: #f7f7f7;
    border: 1px solid #e5e4e4;
    border-radius: 3px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    height: 60px
}

.content .dataTables_wrapper input,
.content .dataTables_wrapper select {
    padding: 10px 20px;
    padding-right: 25px;
    height: 40px
}

.content select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/caret-img.png);
    background-repeat: no-repeat;
    background-position: 95% center
}

.content input.form-control::placeholder {
    color: #000
}

.content input.form-control:-ms-input-placeholder {
    color: #000
}

.content input.form-control::-ms-input-placeholder {
    color: #000
}

.content button[type=submit] {
    display: block;
    padding: 10px 14px;
    background: #1abef0;
    border: none;
    border-radius: 4px;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    width: 100%
}

.content button[type=submit]:hover {
    background: #0447c2
}

.reset-password-button {
    font-size: 24px !important
}

.content .user-account a {
    font-size: 20px;
    line-height: 38.4px;
    color: #1abef0;
    font-weight: 400
}

.content .user-account a:hover {
    color: #0447c2
}

.content .user-account.signup h1 {
    padding-bottom: 16px
}

.content .user-account.signup p {
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 20px;
    font-size: 16px
}

.content .contact-box {
    padding: 80px 68px 100px
}

.content .contact-box p {
    padding-bottom: 0;
    line-height: 36px
}

.content .contact-box h3 {
    font-size: 24px;
    line-height: 38px;
    color: #000;
    font-weight: 700;
    margin-bottom: 16px
}

.tabs-content {
    min-height: 600px
}

.tabs-content h1 {
    line-height: 45px
}

.content .nav-pills .nav-link {
    background: #f4f4f4;
    border-left: 4px solid transparent;
    border-bottom: 1px solid #d3d3d3;
    font-size: 18px;
    line-height: 18px;
    padding: 20px 10px;
    border-radius: 0;
    color: #777
}

.content .nav-pills .nav-link:last-child {
    border-bottom: none
}

.content .nav-pills .nav-link.active,
.content .nav-pills .show>.nav-link {
    border-left-color: #15bdf0;
    color: #15bdf0
}

.content .tabPane ul li a {
    display: inline-block;
    font-size: 24px;
    color: #000;
    line-height: 30px;
    font-weight: 700
}

.content .tabPane ul li a:hover {
    color: #15bdf0
}

.content .tabPane h5 {
    font-size: 24px;
    color: #15bdf0;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 30px
}

.content .tabPane button.add-new-btn {
    padding: 0 20px;
    background: #1abef0;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 48px;
    width: auto;
    display: inline-block
}

.content .tabPane button.add-new-btn:focus,
.content .tabPane button.add-new-btn:hover {
    background: #0447c2
}

.content .data-table-wrap table {
    border-top: 4px solid #1abef0
}

.content .data-table-wrap table tr:nth-child(odd) {
    background: #f4f4f4
}

.content .data-table-wrap table tr:nth-child(even) {
    background: #eeeded
}

.content .data-table-wrap table tr th {
    width: auto !important
}

.content .data-table-wrap table tr th::after,
.content .data-table-wrap table tr th::before {
    top: 2px
}

.content .data-table-wrap table tr td,
.content .data-table-wrap table tr th {
    padding: 4px 13px;
    color: #000;
    font-size: 16px
}

.content ul.pagination li a {
    font-size: 16px
}

.user-access input[type=checkbox] {
    display: none
}

.user-access input[type=checkbox]+label {
    cursor: pointer;
    color: #000;
    margin-bottom: 0
}

.user-access input[type=checkbox]+label:before {
    background: #f7f7f7;
    height: 18px;
    border: 1px solid #d9d9d9;
    content: " ";
    display: inline-block;
    width: 18px;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -1px;
    border-radius: 3px
}

.user-access input[type=checkbox]:checked+label:before {
    content: "\2713";
    color: #15bdf0;
    font-size: 13px;
    text-align: center;
    line-height: 15px;
    font-weight: 700
}

.content .back-button {
    display: block;
    padding: 0;
    background: #1abef0;
    border: none;
    border-radius: 4px;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    line-height: 48px;
    text-decoration: none;
    text-align: center
}

.content .back-button:hover {
    background: #0062cc
}

.tabs-content button[type=submit] {
    display: block;
    padding: 0;
    background: #1abef0;
    border: none;
    border-radius: 4px;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    line-height: 48px
}

.tabs-content button[type=submit]:hover {
    background: #0062cc
}

.content .report-class label {
    font-size: 20px;
    line-height: 30px;
    color: #15bdf0;
    font-weight: 700;
    margin-right: 11px;
    margin-bottom: 0
}

.content .report-class select {
    max-width: 100%;
    width: 100%;
    padding: 8px 20px;
    height: 45px
}

.content .report-class button[type=submit] {
    display: block;
    padding: 0 33px;
    width: auto;
    line-height: 48px;
    cursor: pointer
}

.content .report-class ul li {
    margin: 0 5px
}

.content .report-class ul li button[type=submit] {
    display: block;
    padding: 0 10px;
    background: #f7f7f7;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    color: #777;
    font-weight: 400;
    width: 100%;
    line-height: 45px;
    border: none;
    cursor: pointer
}

.content .report-class ul li button[type=submit]:focus,
.content .report-class ul li button[type=submit]:hover {
    background: #15bdf0;
    color: #fff
}

.content .data-comparison u li {
    font-size: 18px;
    color: #777;
    font-weight: 400
}

.content .data-table-wrap .row:nth-child(2) {
    margin-right: 0;
    margin-left: 0
}

.content .data-table-wrap .row:nth-child(2) .col-sm-12 {
    overflow: auto;
    margin-bottom: 20px;
    padding: 0
}

.content .data-table-wrap .dataTables_wrapper {
    padding: 0
}

.content div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
    white-space: pre-wrap
}

.content .info-row {
    margin-bottom: 40px
}

.content .info-row:last-child {
    margin-bottom: 0
}

.content .sutdent-info h3 {
    color: #000
}

.content .sutdent-info p {
    font-style: italic;
    line-height: 1.5;
    padding-bottom: 20px
}

.content .sutdent-info a {
    display: inline-block;
    padding: 0 35px;
    background: #1abef0;
    border: none;
    border-radius: 4px;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    line-height: 48px;
    text-decoration: none;
    text-align: center;
    width: auto
}

.content .sutdent-info a:hover {
    background: #0062cc
}

.content ul.data-form li a {
    color: #0546c2;
    text-decoration: underline
}

.content ul.data-form li a:hover {
    color: #498efc
}

.form-contnet {
    height: calc(100vh - 489px);
    min-height: auto
}

.print-col {
    text-align: right
}

.content .print-col input {
    padding: 0 20px;
    height: 40px;
    margin-bottom: 10px
}

.print-col h6 {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    line-height: 20px
}

.report-header tr td {
    background: #f2f2f2;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 22px;
    color: #222
}

table.report-table tr td,
table.report-table tr th {
    padding: 5px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000
}

td.academic-title {
    background-color: #ff8bc5
}

td.self-title {
    background-color: #b0dc80
}

td.social-title {
    background-color: #69d8ff
}

td.motor-title {
    background-color: #facd44
}

td.cognition-title {
    background-color: #fc5751
}

td.formative-title {
    background-color: #E39FF6;
}

.cognition-class,
.cognition-info {
    background-color: #fc9a8d
}

.academic-class,
.academic-info {
    background-color: #ffe5f2
}

.self-class,
.self-info {
    background-color: #bedb9f
}

.social-class,
.social-info {
    background-color: #a7e5fc
}

.motor-class,
.motor-info {
    background-color: #ffffd1
}

.formative-class,
.formative-info {
    background-color: #ebc9f5;
}

.content .main-report {
    overflow: auto;
    width: 100%
}

.average-class,
.average-total-class {
    font-family: "Open Sans", Lato, sans-serif, "Calibri Light", Calibri, "Open Sans", Helvetica, Arial, Tahoma, Geneva, Verdana, sans-serif, Optima, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px !important;
    background-color: #fff;
    text-align: right;
    padding-top: 2px;
    padding-right: 15px;
    background-position: right center;
    border-right: 1px solid #999;
    background-repeat: no-repeat;
    color: #000
}

.average-total-class {
    background-color: #f2f2f2
}

.average-detail {
    margin-top: 30px
}

.average-detail p {
    padding-bottom: 10px;
    font-size: 16px
}

.average-detail table tr td {
    font-size: 14px;
    padding: 5px;
    vertical-align: top
}

td.sra-body-new {
    color: #000
}

.ready-bar {
    height: 100px;
    width: 150px;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 0
}

.ready-line {
    vertical-align: top;
    border-top: 1px solid #d3d3d3
}

.ready-bar img {
    vertical-align: bottom
}

td.ready-blocks {
    text-align: center;
    color: #222;
    font-size: 14px
}

.ready-info {
    background-color: #f2f2f2;
    border: none;
    padding: 20px
}

p.sra-body-intro {
    background-color: #efefef;
    padding: 10px
}

.gj-datepicker-bootstrap [role=right-icon] button .gj-icon,
.gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    top: 5px !important
}

footer {
    background: #333;
    padding: 40px 0
}

footer span {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    display: inline-block
}

footer a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    display: inline-block
}

footer a:hover {
    color: #fff
}

.class_number {
    color: #858585
}

.class_num {
    color: #000
}

@media screen and (max-width:1600px) {
    header {
        padding: 20px 50px
    }

    header a.navbar-brand img {
        width: 550px
    }

    header .navbar-light .navbar-nav .nav-link::after {
        bottom: -38px
    }

    .form-contnet {
        height: calc(100vh - 488px)
    }
}

@media screen and (max-width:1400px) {
    header {
        padding: 20px 40px
    }

    header a.navbar-brand img {
        width: 500px
    }

    .content {
        padding: 80px 0 100px
    }

    .content .user-account {
        padding: 70px 200px;
        margin-bottom: 44px
    }

    .content .user-account h1 {
        padding-bottom: 45px
    }

    .content input,
    .content select {
        padding: 15px 20px;
        height: 58px
    }

    .content .contact-box {
        padding: 80px 68px 100px
    }

    .form-contnet {
        height: calc(100vh - 418px)
    }
}

@media screen and (max-width:1300px) {
    header {
        padding: 20px 30px
    }

    header a.navbar-brand img {
        width: 450px
    }

    header .navbar-light .navbar-nav .nav-item {
        margin-left: 20px
    }

    .content .data-table-wrap table tr td,
    .content .data-table-wrap table tr th {
        padding: 4px 10px;
        font-size: 16px
    }
}

@media screen and (max-width:1199px) {
    header {
        padding: 20px 15px
    }

    header a.navbar-brand img {
        width: 350px
    }

    header .navbar-light .navbar-nav .nav-item {
        margin-left: 30px
    }

    header .navbar-light .navbar-nav .nav-link {
        font-size: 15px
    }

    body {
        font-size: 17px;
        line-height: 35px
    }

    h1 {
        font-size: 30px
    }

    header .navbar-light .navbar-nav .nav-link::after {
        bottom: -34px
    }

    .content p {
        padding-bottom: 25px
    }

    .content .form-top {
        padding: 40px 40px 0 50px
    }

    .content .radio-check {
        font-size: 16px;
        line-height: 19px
    }

    .content .questions-select-box {
        padding: 40px 40px 40px 50px
    }

    .content .questions-select-box h6 {
        font-size: 17px;
        line-height: 30px
    }

    .content .user-account {
        padding: 80px 150px;
        box-shadow: 0 0 30px 1px #f4f4f5;
        margin-bottom: 0
    }

    .content .user-account h1 {
        padding-bottom: 40px
    }

    .content input,
    .content select {
        font-size: 16px;
        padding: 10px 20px
    }

    .content button[type=submit] {
        padding: 10px;
        font-size: 25px
    }

    .content .user-account a {
        font-size: 22px;
        line-height: 35px
    }

    .content .user-account.signup {
        padding: 60px 70px
    }

    .content .contact-box {
        padding: 80px 68px 100px
    }

    .content .data-table-wrap table tr td,
    .content .data-table-wrap table tr th {
        padding: 4px 7px;
        font-size: 14px
    }

    .form-contnet {
        height: calc(100vh - 415px)
    }
}

@media screen and (max-width:991px) {
    header .navbar-light .navbar-nav .nav-item {
        margin-left: 0;
        border-bottom: 1px solid #eee
    }

    .navbar-toggler {
        padding: .1rem .3rem
    }

    .navbar-nav {
        padding: 0;
        margin: 10px 0;
        border: 1px solid #eee;
        box-shadow: 0 0 5px #eee
    }

    header .navbar-light .navbar-nav .nav-link {
        padding: 10px 15px
    }

    header .navbar-light .navbar-nav .nav-link:hover {
        background: #498efc;
        color: #fff
    }

    header .navbar-light .navbar-nav .nav-link::after {
        display: none
    }

    .sra-masthead {
        padding: 0 15px
    }

    .content {
        padding: 100px 0
    }

    body {
        font-size: 16px;
        line-height: 33px
    }

    h1 {
        font-size: 25px
    }

    .content h1 {
        padding-bottom: 20px
    }

    .content .form-top {
        padding: 30px 30px 0 40px
    }

    .content .nav.nav-pills li a {
        font-size: 16px;
        padding: 0 15px
    }

    .content button.save-form {
        padding: 10px 30px;
        font-size: 20px
    }

    .content .observation-form-detail p {
        font-size: 15px;
        line-height: 22px
    }

    .content .observation-form-detail p.sub-info {
        font-size: 17px
    }

    .content .tableResponsive {
        overflow: auto;
        margin-bottom: 20px
    }

    .content .tableResponsive table {
        width: 992px;
        max-width: 100%
    }

    .content .questions-select-box {
        padding: 30px 30px 30px 40px
    }

    .content .questions-select-box input[type=submit] {
        padding: 10px 5px;
        font-size: 20px;
        width: 120px;
        margin-left: 10px
    }

    .content .user-account {
        padding: 70px 100px
    }

    .content .user-account h1 {
        padding-bottom: 35px
    }

    .content input,
    .content select {
        font-size: 16px;
        height: 55px
    }

    .content button[type=submit] {
        font-size: 20px
    }

    .content .user-account a {
        font-size: 18px;
        line-height: 30px
    }

    .content .user-account.signup {
        padding: 60px 60px
    }

    .content .nav-pills .nav-link {
        font-size: 16px;
        line-height: 16px;
        padding: 20px 10px
    }

    .tabs-content h1 {
        line-height: 35px
    }

    .tabs-content button[type=submit] {
        font-size: 20px;
        line-height: 45px
    }

    .content .report-class select {
        flex: 0 0 55%
    }

    .content .report-class button[type=submit] {
        padding: 0 30px
    }

    .content .report-class label {
        font-size: 20px;
        margin-right: 10px
    }

    .content .tabPane button.add-new-btn {
        font-size: 16px;
        line-height: 40px
    }

    div.dataTables_wrapper div.dataTables_filter input {
        width: 148px
    }

    .content .data-table-wrap table {
        width: 1000px !important
    }

    .form-contnet {
        height: calc(100vh - 400px)
    }

    .content .main-report table {
        width: 823px
    }
}

@media screen and (max-width:767px) {
    body {
        font-size: 15px;
        line-height: 27px
    }

    .content .form-top {
        padding: 30px 20px 0 20px
    }

    .content .radio-box-outer {
        padding-left: 30px;
        font-size: 16px
    }

    .content .checkmark {
        top: 10px
    }

    .content .questions-select-box {
        padding: 30px 20px
    }

    .content .nav.nav-pills li a {
        font-size: 14px;
        padding: 10px 15px;
        line-height: 25px
    }

    .content button.save-form {
        padding: 14px 20px;
        font-size: 18px
    }

    .content .user-account {
        padding: 50px 50px
    }

    .content .user-account.signup {
        padding: 50px 50px
    }

    .content .user-account.signup p {
        line-height: 18px;
        font-size: 14px
    }

    .content .nav-pills .nav-link {
        font-size: 14px;
        line-height: 16px;
        padding: 15px 10px
    }

    .content .report-class label {
        width: 100%;
        flex: 0 0 100%;
        margin: 0 0 10px
    }

    .content .report-class select {
        flex: 0 0 64%;
        padding: 8px 15px
    }

    div.dataTables_wrapper div.dataTables_length select {
        width: 240px
    }

    div.dataTables_wrapper div.dataTables_filter input {
        width: 272px
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center
    }

    .content select {
        background-position: 97% center
    }

    .content .sutdent-info a {
        display: inline-block;
        padding: 0 30px;
        font-size: 20px;
        line-height: 45px
    }

    .content .sutdent-info h3 {
        font-size: 1.5rem
    }

    .form-contnet {
        height: calc(100vh - 334px)
    }

    .content .report-class ul li {
        margin: 0 6px 5px 0
    }

    footer span {
        font-size: 14px
    }

    footer a {
        font-size: 14px
    }
}

@media screen and (max-width:575px) {
    .content .user-account.signup {
        padding: 40px 30px
    }

    .content .contact-box h3 {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 16px
    }

    .content .tabPane h5 {
        font-size: 20px;
        color: #15bdf0;
        line-height: 30px;
        font-weight: 700;
        margin-bottom: 30px
    }

    .content .dataTables_filter label,
    .content .dataTables_length label {
        display: flex;
        align-items: center
    }

    div.dataTables_wrapper div.dataTables_length select {
        width: 100%;
        margin: 0 10px
    }

    div.dataTables_wrapper div.dataTables_filter input {
        width: 100%
    }

    .content .tabPane button.add-new-btn {
        width: 100%
    }

    .form-contnet {
        height: auto
    }

    ul.data-form {
        margin-bottom: 98px !important
    }
}

@media screen and (max-width:480px) {
    header a.navbar-brand img {
        width: 220px
    }

    h1 {
        font-size: 20px;
        line-height: 30px
    }

    .content .factor-col span {
        font-size: 20px
    }

    .content .nav.nav-pills li a {
        line-height: 50px
    }

    .content button.save-form {
        padding: 10px 25px;
        font-size: 18px
    }

    .content .radio-box-outer {
        padding-left: 25px;
        font-size: 14px
    }

    .content .checkmark {
        top: 9px
    }

    .content .questions-select-box h6 {
        font-size: 16px;
        line-height: 26px
    }

    .content .questions-select-box .rad_con {
        margin-right: 12px
    }

    .content .radio-check {
        font-size: 14px
    }

    .content .questions-select-box input[type=submit] {
        font-size: 16px;
        width: 100px;
        margin-left: 5px
    }

    .content .user-account {
        padding: 30px 20px
    }

    .content .user-account h1 {
        padding-bottom: 25px
    }

    .content input,
    .content select {
        font-size: 14px;
        height: 45px
    }

    .content button[type=submit] {
        font-size: 18px
    }

    .content .user-account a {
        font-size: 14px;
        line-height: 25px
    }

    .content .user-account.signup {
        padding: 40px 20px
    }

    .content .contact-box h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 12px
    }

    .content .contact-box p {
        line-height: 30px
    }

    .content .report-class button[type=submit] {
        padding: 0 20px
    }

    .content .report-class ul li {
        padding: 0 5px
    }

    .report-header tr td {
        padding: 5px 8px;
        font-size: 13px;
        line-height: 20px
    }
}

@media screen and (max-height:1024px) {
    .tabs-content {
        min-height: 600px
    }

    .form-contnet {
        min-height: auto
    }
}

@media screen and (max-height:767px) {
    .tabs-content {
        min-height: 400px
    }
}

@media print {
    body {
        -webkit-print-color-adjust: exact
    }

    .no-print {
        display: none
    }

    .tabPane h1 {
        display: none
    }

    .print-col {
        display: none
    }

    .print-page {
        flex: 0 0 100%;
        max-width: 100%
    }

    .report-class .justify-content-center {
        justify-content: flex-start !important
    }

    footer,
    header {
        display: none
    }

    .content {
        padding: 35px 0
    }

    .ready-info {
        page-break-inside: avoid
    }

    .tabPane .report-paragraph {
        display: none
    }
}

.container-fluid.asr {
    max-width: 98%
}

.dataTables_length {
    color: #000
}

.content .dataTables_length {
    font-size: .9rem;
    cursor: pointer
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #15bdf0;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.content .nav-pills .nav-link:hover {
    color: #fff;
    background-color: #15bdf0
}

.tabs-content button[type=submit].icon-submit {
    font-size: 1rem;
    width: initial;
    padding: 2px;
    height: initial;
    cursor: pointer;
    line-height: initial
}

.inline-form {
    display: inline-block;
    margin-left: 1.5rem
}

.weak-password {
    color: red;
}

.strong-password {
    color: green;
}

.medium-password {
    color: yellow;
}

#password-strength-status {
    font-size: 13px;
}

.orange-txt {
    color: orange;
}

.content input[type="radio"] {
    height: auto;
}

.success {
    color: green;
    font-size: 13px;
    padding-top: 5px;
    text-align: center;
    margin: 0 auto;
}

.reload_questions {
    position: absolute;
    right: -15px;
    top: 0px;
}

.total_u {
    position: absolute;
    font-size: 15px;
    top: 130px;
    padding-left: 15px;
}

.mbutton {
    line-height: 35px;
    width: 100%;
}

.bulk-upload-box {
    border: 1px solid;
    background: #e9e9e9;
    margin-bottom: 20px;
}

.bulk-upload-box h5 {
    padding-top: 20px;
}

.bulk-upload-box .form-group {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    align-items: center;
}

.bulk-upload-box .form-group span {
    color: #15bdf0;
    font-weight: 700;
    margin-left: 15px;
    cursor: pointer;
}

.security-div {
    position: relative;
}

.content.tabs-content .security-div .form-control {
    padding-right: 45px;
}

.security-div .fa {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 20px;
}

.login-security-div {
    position: relative;
}

.login-security-div .fa {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 20px;
}

.bupload_ins {
    font-size: 15px !important;
    line-height: 30px;
}

td.academic-title-new {
    background-color: #ff8bc5;
    color: #080808;
    width: 165px;
    font-size: 14px;
    text-align: center;
}

td.self-title-new {
    background-color: #b0dc80;
    color: #080808;
    width: 165px;
    font-size: 14px;
    text-align: center;
}

td.social-title-new {
    background-color: #69d8ff;
    color: #080808;
    width: 165px;
    font-size: 14px;
    text-align: center;
}

td.motor-title-new {
    background-color: #facd44;
    color: #080808;
    width: 165px;
    font-size: 14px;
    text-align: center;
}

td.averagebb-title-new {
    background-color: #7f7b81;
    color: #080808;
    width: 165px;
    font-size: 14px;
    text-align: center;
}

td.formative-title-new {
    background-color: #E39FF6;
    color: #080808;
    width: 165px;
    font-size: 14px;
    text-align: center;
}

/*  */
td.cognitive-title-new {
    background-color: #ff0000;
    color: #080808;
    width: 165px;
    font-size: 14px;
    text-align: center;
}

td.socialem-title-new {
    background-color: #b0dc80;
    color: #080808;
    width: 165px;
    font-size: 14px;
    text-align: center;
}

td.apptolear-title-new {
    background-color: #69d8ff;
    color: #080808;
    width: 165px;
    font-size: 14px;
    text-align: center;
}

td.phydev-title-new {
    background-color: #facd44;
    color: #080808;
    width: 165px;
    font-size: 14px;
    text-align: center;
}

td.avgrsc-title-new {
    background-color: #7f7b81;
    color: #080808;
    width: 165px;
    font-size: 14px;
    text-align: center;
}

.main-report table tr td {
    border-bottom: 10px solid #fff !important;
}

.main-report table tr td.average-class,
.main-report table tr td.average-background,
.main-report table tr td.average-total-class {
    border-bottom: 0 !important;
}