ol{
    margin-left:15px;
    padding-bottom: 0 !important;
} 
ol li > ol{
    list-style-type: lower-alpha !important;
}
.ws-add-new-btn-div {
    float: right;
}
.ws-success-message {
    color: green;
}
small.ws_small_title {
    font-size: 10px;
    font-weight: 800;
}

* {
    box-sizing: border-box;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.container {
    border-radius: 5px;
    /*background-color: #f2f2f2;*/
    padding: 20px;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.error {color: red;}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn_link {
    margin-bottom: 10px;
    display: block;
    float: right;
    margin-left: 10px;
}
.set_loader{
    margin-top: 10px;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    max-height: 57px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
/*//Custom*/
.tab-container {
    width: 100%;
    clear: both;
    min-height: 50px;
    margin-bottom: 20px;
}
.custom-tab {
    padding: 10px;
    float: left;
    background: #429af5;
    margin-right: 10px;
    color: #fff;
    border: none;
    font-weight: bold;
    cursor: pointer;
}
.btn_link {
    margin-bottom: 10px;
    display: block;
}
.custom-tab.active,.custom-tab:hover,.custom-tab:active{
    background: #c87928;
}
p.alert.alert-success.fade.in.alert-dismissible {
    padding: 15px;
    margin-top: 20px;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}

/*==============*/
#ws-form-body {
    background-color: #206fa2;
    font-family: "PT Sans", sans-serif, Helvetica, Arial;
    font-size: 14px;
}

#ws-form-wrap {
    margin: 30px auto;
    max-width: 800px;
    padding: 20px;
    background-color: #fff;
    border: 6px solid #195a84;
}

#ws-form-wrap .hide {
    display: none;
}

#ws-form-wrap h1 {
    margin-top: 10px;
}

#ws-form-wrap h3 {
    margin: 6px 0;
    text-transform: capitalize;
}

#ws-form-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#ws-form-wrap .add-wrap,
#ws-form-sample {
    background: #f7f7f7;
    border: 1px solid #ddd;
    padding: 10px 20px 20px;
    margin-bottom: 20px;
}

#ws-form-wrap .add-wrap a {
    color: #111;
}

#ws-form-wrap .add-wrap li {
    padding: 2px 0;
}

#ws-form-wrap .add-wrap li a:hover {
    padding-left: 5px;
    color: #000;
}

#ws-form-wrap .alert {
    background-color: #00a65a;
    border: 1px solid #008d4c;
    padding: 10px;
    color: #fff;
    margin-bottom: 20px;
}

#ws-form-wrap .alert textarea {
    display: block;
    margin-top: 10px;
    width: 96%;
    min-height: 140px;
}

#ws-form-wrap h2 {
    margin: 4px 0;
    font-weight: normal;
}

#ws-form .field {
    border: 1px solid #ddd;
    margin-bottom: 4px;
    padding: 5px 10px;
}

#ws-form .field:hover {
    background-color: #fbf9ee;
    cursor: move;
}

#ws-form .choices li:hover {
    background-color: #f7fbc7 !important;
    cursor: move;
}

#ws-form label {
    margin: 0;
    font-weight: bold;
}

#ws-form .toggle-selected,
#ws-form .toggle-required {
    margin: 0 0 0 5px;
}

#ws-form .delete {
    float: right;
}

#ws-form input {
    font-weight: normal;
    margin: 0 5px;
}

#ws-form input[type="text"] {
    width: 80%;
    max-width: 300px;
}

#ws-form .choices {
    margin: 20px 10px;
    padding: 5px;
    background: #f7f7f7;
    border: 1px solid #ddd;
}

#ws-form .choices li {
    padding: 4px;
    margin: 4px 0;
}

#ws-form .choices li:nth-child(even) {
    background: #e7e7e7;
}

#ws-form .delete-choice {
    margin-left: 5px;
    font-weight: normal;
}

#ws-form-sample label {
    display: block;
    margin: 2px 0;
}

#ws-form-sample .form-fields {
    margin: 10px 0;
}

#ws-form > button {
    margin: 20px 0 10px;
}

#ws-form-sample {
    max-width: 350px;
}

#ws-form-sample input[type="text"],
#ws-form-sample textarea {
    width: 100%;
    max-width: 250px;
}

#ws-form-sample input[type="text"],
#ws-form-sample textarea,
#ws-form-sample select {
    padding: 4px;
}

#ws-form-sample textarea {
    min-height: 70px;
}

#ws-form-sample label {
    line-height: 1.6em;
}

#ws-form-sample .ws-form-field {
    margin-bottom: 20px;
}

#ws-form-sample .ws-form-agree label,
#ws-form-sample .ws-form-agree input {
    float: left;
}

#ws-form-sample .required-field > label:after {
    content: " *";
    color: red;
    font-size: 120%;
    font-weight: bold;
}

#ws-form-sample .submit {
    margin: 20px 0 0;
    cursor: pointer;
}
.ws-add-field li {
    display: inline-table;
    border-right: 1px solid #ccc;
    padding: 0px 5px;

}
.ws-add-field li:last-child {
    border-right: 0px;
} 
a.sidebar_link {
    text-align: left;
    display: block;
    padding-left: 27px;
    color: #0888ba;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0;
}
a.sidebar_link:hover,a.sidebar_link :active {
    color: #000;
}
.ws-required {
    color:red;
}
.ws-question-label {
    font-weight: bold;
}
.ws-form-field {
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.ws-filter {
    clear: both;
}
.ws-filter ul {
    list-style: none !important;
}
.ws-filter ul li {
    float: left;
    width: 40%;
    padding: 0px 10px 10px 10px;
}
.ws-filter ul li:last-child {
    float: left;
    width: 10% !important;
    background: #ff0000;
}

/*Start Table Css ONLY*/
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
    border-top: 2px solid #eceeef;
}

.table .table {
    background-color: #fff;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #dff0d8;
}

.table-hover .table-success:hover {
    background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #d9edf7;
}

.table-hover .table-info:hover {
    background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
    background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f2dede;
}

.table-hover .table-danger:hover {
    background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #ebcccc;
}

.thead-inverse th {
    color: #fff;
    background-color: #292b2c;
}

.thead-default th {
    color: #464a4c;
    background-color: #eceeef;
}

.table-inverse {
    color: #fff;
    background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
    border-color: #fff;
}

.table-inverse.table-bordered {
    border: 0;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
    border: 0;
}
/*End Table Css ONLY*/
/*Paging CSS START*/
.pagination {
    display: inline-block;
}

.pagination a, .pagination span {
    color: #f1eeee;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
    margin: 0 4px;
    transition: background-color .3s;
    border-radius: 5px;
    font-weight: bold;
    background: #000;
}
span.current {
    background: #c87928;
    padding: 8px 16px;
}
.pagination a.active {
    background-color: #c87928;
    color: white;
}

.pagination a:hover:not(.active) {background-color: #c87928;}

.pagination a.active {
    border-radius: 5px;
}


.pagination a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
select.form-control {
    padding: 10px;
    height: auto;
}

/*Paging CSS END*/


form.student-report-form {
    display: flex;
    margin-bottom: 15px;
}
form.student-report-form select {
    margin-right: 15px;
}
.st-report-row h4, .st-report-row h5 {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
}
.st-report {
    display: inline-block;
}
table.st-report-lesson tr th {
    background: #6391bf;
    color: #fff;
    border: 1px solid #6391bf;
}
table.st-report-lesson tr td {
    border-color: #ddd;
}
table.st-report-lesson tr td a {
    font-weight: 600;
}
#back,.report_view_back  {
    background: #c54b4b !important;
    border: none;
}

/*CSS For width*/
/*.sfwd-courses-template-default #main-content  {*/
/*	width: 95%; margin: auto;*/
/*}*/
/*.sfwd-courses-template-default #content-area {*/
/*    width: 100%;*/
/*}*/
/*.sfwd-courses-template-default #main-content .container {*/
/*    width: 100%;*/
/*    max-width: 100%;*/
/*}*/
/*CSS For width*/

/*//New Form Images CSS*/
/*Radio*/
img.wholeselves_radio_img {
    float: none;
    display: block;
    margin-top: 20px;
    width: 200px;
    vertical-align: middle;
    margin-left: 18px;
}
/*Description*/
img.wholeselves_title_img {
    margin-bottom: 10px;
    display: block;
    width: 200px;
    margin-top: 5px;
}

/*//END New Form Images CSS*/
li.form-field .field-input ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0px !important;
}
div#content-area {
    min-height: 420px;
}
/* New CSs*/
.main_teacher_container {
    border: 1px solid #ccc;
    clear: both;
    margin-top: 20px;
}
.teacher_container span.optional {
    display: none;
}