﻿*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
input,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #4a4a4d;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-weight: bold;
}

h1,
.h1 {
    font-size: 24px;
}

h2,
.h2 {
    font-size: 21px;
}

h3,
.h3 {
    font-size: 18px;
}

h4,
.h4 {
    font-size: 16px;
}

body {
    background: #FFF;
}

legend {
    padding: 0 10px;
    font-size: 16px
}

input[type="text"],
input[type="password"],
input[type="datetime"] {
    padding: 3px 3px;
}

input,
textarea,
keygen,
select,
button {
    margin: 0
}

header {
    background: #3B418E;
    height: auto;
    position: fixed;
    width: 100%;
    z-index: 1001;
    position: relative;
    min-height: 98px;
    margin-bottom: 0;
}

header h1 {
    margin: 24px 0;
    background-image: url('images/logo.png');
    background-image: url('images/logoforie.png')\9;
    /*background-size: 320px 39px;*/
    background-size: 400px 37px;
    -webkit-background-size: 400px 37px;
    -moz-background-size: 400px 37px;
    -o-background-size: 400px 37px;
    width: 435px;
}

#loginNav {
    margin-top: 10px;
    width: 540px;
}

.loggedinText {
    color: #f4f4f4;
    font-weight: normal;
    font-size: 18px;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

nav,
footer {
    float: left;
    width: 100%;
    padding: 0 10px;
}

header,
nav,
footer,
.wrapper {
    min-width: 1040px;
    padding: 0 20px;
}

.wrapper {
    width: 1040px;
}

nav {
    /*margin-top: 89px!important;*/
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: #f4f4f4;
    padding-top: 15px;
    position: relative;
}

section.bodypart,
section.wrapper {
    background: #FFF;
    padding: 10px;
    float: left;
    width: 100%;
    /*margin-top: 142px!important;*/
    /*commented to remove fixed header*/
}

section#insideIframe {
    margin-top: 0px!important;
}

.loginBtn,
.btnSmall,
.btnSmallWithEvent,
.btnSmallReset,
.btnLarge,
a.linkAdd {
    height: 32px;
    line-height: 28px;
    background-image: none !important;
    background-color: #3B418E !important;
    border: 1px solid #f4f4f4!important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px!important;
    font-family: 'Open Sans', Arial, sans-serif;
}

.thisislink a.linkAdd {
    font-size: 14px!important
}

.loginBtn {
    color: #3B418E;
    /*font-weight: bold;*/
    background: #f4f4f4 !important;
}

.loginBtn:hover,
.btnSmall:hover,
.btnSmallWithEvent:hover,
.btnSmallReset:hover,
.btnLarge:hover,
a.linkAdd:hover {
    background-color: #3B418E!important;
    background-image: url('images/opacity30.png')!important;
    background-repeat: repeat!important;
    color: #FFF;
    text-decoration: none;
}

input[type="text"],
input[type="password"],
input[type="number"] {
    height: 30px;
}

.InactivityReminder input[type="number"] {
    width: 76px !important;
    border: 1px solid #ccc;
}

.titleBar {
    background: none;
    height: auto;
    padding: 5px 0;
    color: #3B418E;
    margin-bottom: 15px;
    /*letter-spacing: -0.5px;*/
    font-size: 21px;
    font-weight: bold;
}


/*h2.titleBar{
  width:660px;
}*/

.titleBar .btnSmall {
    font-size: 15px!important;
    font-weight: normal;
    margin-left: 0;
    margin-top: 0;
}

.titleBar .btnSmall:focus {
    color: #fff;
}

nav ul li a {
    padding: 5px 10px;
}

nav ul li a:hover,
nav ul li a:active,
nav ul li.selected a {
    color: #3B418E;
    text-decoration: none;
    background: #FFF;
}

table.itemList th,
#main table th {
    background-color: #3B418E;
    background-repeat: repeat;
    color: #FFF;
    font-size: 13px;
    border: 1px solid #e7e7e7;
    padding: 5px;
    font-weight: bold;
}

table.itemList th,
#main table th,
#main table .even td {
    background-image: url('images/opacity30.png');
}

#main table .even td {
    /*background-color:#FFF;*/
    background-repeat: repeat;
    /*color: #4a4a4d;
    font-weight: normal;*/
}

table.itemList td {
    border: 1px solid #e7e7e7;
    padding: 7px;
    /*test*/
}

table.itemList td:first-child {
    border-left: 0;
    font-weight: bold;
}

table.itemList td:last-child {
    border-right: 0
}

table.itemList tr:hover td {
    background: #f4f4f4;
}

table.itemList .odd td {
    background: #fbfbfb;
}

table.itemList .even td {
    background: #f0f0f0;
}

form .editSettingForm li label,
form .reflectionForm li label,
form ul li label {
    width: auto;
    min-width: 197px;
    margin-right: 15px;
    font-weight: bold;
    float: left;
    text-align: left;
}

form ul.editSettingForm li label {
    width: 200px;
}

input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.inputbox {
    float: left;
}

#main.logonin,
.titleBar.logonin {
    max-width: 400px;
    margin: 0 auto;
}

#main.logonin form ul li label {
    width: 100%;
    text-align: left;
}

#main.logonin input[type="text"],
#main.logonin input[type="email"],
#main.logonin input[type="password"] {
    width: 100%;
}

.btnSmall.login {
    margin-top: 10px;
    padding: 5px 15px!important;
    height: auto;
}

.selectList {
    margin-top: -70px;
    padding: 5px;
}

.error.invisible {
    display: none;
}

.error.visible {
    display: block;
    background: #FFDEE1;
    padding: 10px;
    color: #C30011;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}

#main {
    padding: 0;
}

.righside,
.thisislink {
    float: left;
}

.thisislink {
    width: 100%;
}

a.linkAdd {
    float: left;
    /* display: inline-block; */
    /*margin-bottom: 0;*/
    color: #FFF;
    line-height: 32px;
    height: auto;
    padding: 0 15px;
    margin-left: 0
}

.noLink,
.noLink:hover {
    color: #3B418E;
    text-decoration: none;
}

#HomeworkContentDetail a.linkAdd {
    margin-left: 0;
    background-image: url('images/opacity30.png')!important;
}

#HomeworkContentDetail a.linkAdd:hover,
#HomeworkContentDetail a.linkAdd:active {
    margin-left: 0;
    background-image: none!important;
    text-decoration: none;
}

a.linkAdd+br {
    width: 100%;
    float: left;
    display: block;
    height: 4px;
    clear: both;
}

.cls-dynamic-button {
    width: 100%;
    float: left;
}

.cls-dynamic-button div,
.cls-dynamic-button div+input {
    float: left;
    margin-right: 10px;
}

div.actions {
    float: left;
    width: 100%;
}

section.bodypart #NKSoverlay {
    z-index: 1000!important;
}

section.bodypart #NKSlightbox {
    background: none!important;
}

section.bodypart #lightbox,
section.bodypart #NKSlightbox,
section.bodypart #Pagelightbox {
    z-index: 1001;
}

#NKSlightbox {
    top: 50%!important;
    left: 50%!important;
    margin-top: -300px;
    margin-left: -400px;
    position: fixed!important;
    /*padding: 15px 0 0 0;
box-shadow: 0px 0px 10px #000;
border-radius: 5px;
margin-bottom: -53px;*/
}

iframe#NKSlightboxFrame {
    border: 1px solid #999;
    background: #FFF;
    height: 565px;
}

section#insideIframe .wrapper {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
}

#insideIframe div#main.addForm {
    width: 100%!important
}


/*iframe#iframePreview{
  position: absolute;
}*/


/*iframe#iframePreview.fixed {
    top: 143px;
    position: fixed;
}*/

#progress {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1200;
}

#progress>img {
    left: 50%;
    margin-left: -10px;
    margin-right: -10px;
    position: absolute;
    top: 50%;
}


/*PAGINATION*/

.page-wrapper span {
    float: left;
    font-weight: bold;
    padding: 10px 0;
    /*border:1px solid #ddd;*/
    border-radius: 3px;
}

.pagination a {
    color: #3B418E;
    text-decoration: none;
}

.pagination a:hover {
    color: #3B418E;
    text-decoration: none;
}

.pagination h2 {
    padding-top: 20px;
}

.pagination h2:first-of-type {
    padding-top: 0;
}

.pagination ul {
    padding: 0;
}

.pagination {
    height: 35px;
    margin: 0px 0 30px;
    float: right;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
    display: inline;
}

.pagination a {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}

.pagination .active a {
    background-color: #3B418E;
    color: #fff;
}

.pagination a:hover {
    background-color: #777dc2;
    color: #fff;
}

.pagination .active a {
    color: #999999;
    cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
    color: #999999;
    background-color: transparent;
    cursor: default;
}

.pagination li:first-child a {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pager {
    margin-left: 0;
    margin-bottom: 18px;
    list-style: none;
    text-align: center;
    *zoom: 1;
}

.pager:before,
.pager:after {
    display: table;
    content: "";
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.pager a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}

.pager .next a {
    float: right;
}

.pager .previous a {
    float: left;
}

.pager .disabled a,
.pager .disabled a:hover {
    color: #999999;
    background-color: #fff;
    cursor: default;
}


/*.page-wrapper {
    float: left;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}
ul.pagination {
    width: auto;
    max-width: 100%;
    display: inline-block;
}
ul.pagination li {
    display: inline-block;
    width: auto;
    margin: 0px 5px;
}
ul.pagination li.active a {
    color: #3B418E;
    font-size: 14px;
    font-weight: bold;
}*/

.remindertooltip {
    position: absolute;
    bottom: 33px;
    min-width: 200px;
    left: 145px;
    background-color: #f4f4f4;
    color: #000;
    padding: 5px 5px 0px;
    border: 1px solid rgba(8, 8, 8, 0.30);
    box-shadow: 1px 1px 2px #000;
}

.feebacktooltip {
    position: absolute;
    bottom: 45px;
    min-width: 200px;
    left: 220px;
    background-color: #f4f4f4;
    color: #000;
    padding: 5px 5px 0px;
    border: 1px solid rgba(8, 8, 8, 0.30);
    box-shadow: 1px 1px 2px #000;
}

.remindertooltip p,
.feebacktooltip p {
    margin: 0px;
    font-size: 12px;
}

.statsbar.padding {
    float: left;
    width: 100%;
    margin: 0px 0 25px;
    padding: 15px 10px 0px;
    background: #ABAFB5;
}

.progressbar {
    height: 20px;
    margin-bottom: 20px;
    background-color: #A6AAB0;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.mainbararea {
    position: relative;
    float: left;
    width: 100%;
    height: 25px;
}

.bars {
    position: relative;
    width: 100%;
    height: 25px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .8);
}

.barline {
    position: absolute;
    top: -5px;
    left: 10%;
    width: 2px;
    height: 35px;
    border-right: 1px solid #EDEDEF;
    background: #b2b3b5;
}

.greenbar {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #8faa2c;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #8faa2c 0%, #a4bc39 14%, #6d952c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8faa2c), color-stop(14%, #a4bc39), color-stop(100%, #6d952c));
    background: -webkit-linear-gradient(top, #8faa2c 0%, #a4bc39 14%, #6d952c 100%);
    background: -o-linear-gradient(top, #8faa2c 0%, #a4bc39 14%, #6d952c 100%);
    background: -ms-linear-gradient(top, #8faa2c 0%, #a4bc39 14%, #6d952c 100%);
    background: linear-gradient(to bottom, #8faa2c 0%, #a4bc39 14%, #6d952c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8faa2c', endColorstr='#6d952c', GradientType=0);
}

.msg-error {
    color: #bf0c0c;
}

#HomeworkContentDetail div[type='normal-text'] .tabCreate,
#HomeworkContentDetail div[type='normal-text'] .cls-content_form,
#HomeworkContentDetail div[type='checklist'] .cls-content_form {
    /*background: url('../../Content/images/form.png') no-repeat;*/
    background-size: 100% 101%;
    background-position-x: 0px;
    background-position-y: -3px;
    padding: 16px;
}

.cls-content_form {
    float: left;
}

.cls-content_form a.linkAdd {
    margin-top: 10px;
    margin-bottom: 13px;
}

.tabCreate~.content_form .cls-content_form {
    width: 100%;
}

.cls-dateTime {
    margin-bottom: 10px;
}

.cls-dateTime input {
    width: 100%;
    margin-bottom: 10px;
}

#HomeworkContentDetail .tabCreate~.content_form .cls-content_form {
    padding: 0
}

#HomeworkContentDetail .tabCreate~.content_form .cls-content_form .cke_skin_kama {
    width: 530px;
}

.select_mode_dt {
    width: 100%;
    margin-bottom: 10px;
}

.editorList strong {
    margin-bottom: 10px;
    float: left;
    margin-top: 5px;
}

.feedbackPrevText {
    position: fixed;
    background: black;
    width: 430px;
    bottom: 27px;
    color: white;
    padding: 10px;
    border-radius: 10px;
    left: 660px;
    display: none;
}

.treatmentList,
.permissionList {
    float: left;
    width: 550px;
}

.selectAllTreatment {
    float: left;
    width: 50px;
    margin-top: 14px;
}

.permissionList ul li {
    float: left;
    width: 100%
}

.treatmentList ul li {
    float: left;
    width: 33.33%;
}

.treatmentList ul li label,
.permissionList ul li label {
    line-height: 1.25;
    font-weight: 400;
}

.treatmentList ul li label input {
    position: relative;
    margin-right: 5px;
}

.permissionList ul li label input {
    position: relative;
    margin-right: 5px;
}

.selectAllTreatment label input {
    position: relative;
    margin-right: 5px;
    margin-top: 2px;
}

.ui-widget button {
    float: right;
}

.feedbacklabel {
    width: 9% !important;
}

.Exposurelessequal,
.Exposuremessage,
.ExposureTextbox,
.ExposureDelete {
    float: left;
    margin-right: 10px !important;
}

#divfeedback {
    padding-left: 18px;
}

.editExposure .Exposurelessequal {
    width: 199px;
}

.editExposure .ExposureTextbox {
    width: 256px;
}

.addExposure .Exposurelessequal {
    margin-right: 30px !important;
}

.addExposure .ExposureTextbox {
    width: 536px;
}

#divFeedbackMessage {
    float: left;
    width: 100%;
}

.cls-content_form {
    margin-bottom: 30px;
}

form fieldset {
    padding-left: 18px;
}

.uploadProgressWrapper {
    width: 300px;
    margin-top: 40px;
    border: 1px solid #ccc;
    margin-left: 279px;
    clear: both;
    display: none;
}

.uploadProgress {
    width: 100%;
    height: 10px;
    background: green;
}

.uploadimage-input {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btn-uploader {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}

.uploadimage-input input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

form.soundform ul li label {
    min-width: 267px;
    min-width: 267px;
    /*height: 10px;*/
}

#dragndropimage {
    margin-left: 20px;
}

#imgIconPreview {
    margin-top: 10px;
}

.soundform .uploadedFile {
    float: left;
    margin-top: 10px;
    clear: both;
    margin-left: 290px;
    margin-left: 285px;
}

#liFeedbackMessage select,
.dynamic-feedback select {
    padding-left: 4px;
    padding-right: 4px;
}

.padding6 {
    padding: 6px;
}


/***/

.addForm form fieldset {
    padding-left: 0;
}

.loginForm form fieldset,
.editIcon.addForm form fieldset,
.AddIconForm.addForm form fieldset,
.AddSoundForm.addForm form fieldset {
    padding-left: 18px;
}

form .templateForm li label,
form .periodList li label {
    width: 205px;
}

a.linkAdd:focus {
    color: #fff;
}

.editExposure .Exposurelessequal {
    margin-bottom: 2px;
    width: 209px;
    margin-left: -3px;
}

.Exposuremessage {
    padding-top: 3px;
}

.form-inline .input-group {
    width: 100%;
}

i.glyphicon.glyphicon-info-sign {
    padding-right: 5px;
}

form.soundform ul li label {
    min-width: 271px;
}

form.notification-form ul li label {
    min-width: 120px;
}

form.notification-form #Message,
form.notification-form .text-box.single-line {
    width: 320px;
}

.hasDatepicker {
    background-image: url(images/calendar.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    border: 1px solid #ccc;
}

.btn-uploader {
    border: 1px solid #ccc;
    color: #4a4a4d;
    padding: 2px 4px;
    border-radius: 0;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    width: 200px;
}

#dragndropimage {
    margin-left: 20px;
}

.addExposure .Exposurelessequal {
    margin-right: 38px !important;
}

#imgIconPreview {
    margin-top: 0px;
}

#HomeworkContentDetail div[type='normal-text'] .cls-content_form,
#HomeworkContentDetail div[type='normal-text'] .tabCreate {
    padding: 0;
}

#HomeworkContentDetail div[type='normal-text'] .tabCreate {
    margin-bottom: 14px;
}

#HomeworkContentDetail .tabCreate,
#HomeworkContentDetail .tabCreate>input[type="text"] {
    width: 100%!important;
}

.row.cls-dynamic-button div:last-child {
    padding-right: 0;
    display: flex;
}

.row.cls-dynamic-button div:last-child .forlabel {
    flex: 1;
}

.row.cls-dynamic-button div:last-child>input {
    flex: 2;
}

.editSettingForm input[type="radio"],
.soundform input[type="radio"] {
    margin-top: 0;
}

.radioWrapper input[type='radio'] {
    display: inline-block;
    vertical-align: -2px;
}

.editSettingForm input[type="text"],
.editSettingForm input[type="password"],
.editSettingForm select,
.editSettingForm .multiselect-div {
    width: 250px;
}

.editSettingForm select {
    padding: 0;
}

.multiselect-div .row.inputbox {
    border: 1px solid #ccc;
}

.multiselect-div .row.inputbox .col-xs-12 {
    padding-left: 0;
}

.text_links {
    margin-left: 5px;
}

#HomeworkContentDetail .editorList[type="form"] .tabCreate {
    margin-bottom: 15px;
}

.marTop20 {
    margin-top: 20px;
}

.marTop3 {
    margin-top: 3px;
}

.marRight10 {
    margin-right: 10px;
}

.button-links-edit,
.button-links-archive,
.button-links-editdelete,
.button-links-delete {
    position: relative;
    display: block;
    float: left;
}

.button-links-edit input,
.button-links-archive input {
    cursor: pointer;
}

.button-links-edit.disabled,
.button-links-archive.disabled,
.button-links-editdelete.disabled,
.button-links-delete.disabled {
    opacity: 0.3;
    pointer-events: none;
}

.button-links-edit.disabled:after,
.button-links-archive.disabled:after,
.button-links-editdelete.disabled:after,
.button-links-delete.disabled:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.pagination .active a {
    color: #fff;
    pointer-events: none;
}

#main.privacyPolicy,
.titleBar.logonin {
    max-width: 1000px;
    margin: 0 auto;
}

select[multiple] {
    height: 26px;
    width: 100%;
}


.content_form .cls-content_form{
    width:100%;
}