﻿*,
*:after,
*:before {
    box-sizing: border-box;
}

* {
    font-family: "Open Sans", sans-serif;
}

body,
input,
select,
textarea {
    font-family: "Open Sans", sans-serif !important;
    font-size: 13px;
    color: #4a4a4d;
}

.btnSmall,
.btnSmallWithEvent,
.btnSmallReset .btnSmall span,
.btnSmallWithEvent span,
.btnSmallReset span {
    font-family: "Open Sans", sans-serif !important;
}

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="number"] {
    padding: 3px 3px;
}

input,
textarea,
keygen,
select,
button {
    margin: 0;
}

header {
    background: #3b418e;
    height: auto;
    position: fixed;
    width: 100%;
    z-index: 1001;
}

header h1 {
    margin: 24px 0;
    background-image: url("images/logo1.png");
    background-image: url("images/logoforie.png") \9;
    background-size: 320px 39px;
    -webkit-background-size: 320px 39px;
    -moz-background-size: 320px 39px;
    -o-background-size: 320px 39px;
}

#loginNav {
    margin-top: 10px;
}

.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: 980px;
}

nav {
    margin-top: 89px !important;
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: #f4f4f4;
    padding-top: 15px;
}

section.bodypart,
section.wrapper {
    background: #fff;
    padding: 10px;
    float: left;
    width: 100%;
    margin-top: 142px !important;
}

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;
    border-radius: 3px;
    font-size: 16px !important;
    font-family: "Open Sans", Arial, sans-serif;
    transition: 0.2s linear;
}

.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,
.loginBtn:focus,
.btnSmall:focus,
.btnSmallWithEvent:focus,
.btnSmallReset:focus,
.btnLarge:focus,
a.linkAdd:focus {
    background-color: #3b418e !important;
    /* background-image: url("images/opacity30.png") !important; */
    box-shadow: inset 100px 100px rgba(255, 255, 255, 0.2);
    background-repeat: repeat !important;
    color: #fff;
    text-decoration: none;
    border-color: #3b418e;
    transition: 0.2s linear;
}

input[type="text"],
input[type="password"],
input[type="number"] {
    height: 30px;
}

.titleBar {
    background: none;
    height: auto;
    padding: 5px;
    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;
}

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="password"],
#main.logonin input[type="email"] {
    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 {}

.page-wrapper span {
    float: left;
    font-weight: bold;
    padding: 10px 5px;
    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;
    border-radius: 3px;
    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;
    border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
    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;
    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.3);
    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.3);
    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;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.mainbararea {
    position: relative;
    float: left;
    width: 100%;
    height: 25px;
}

.bars {
    position: relative;
    width: 100%;
    height: 25px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.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;
    border-radius: 6px;
    background: #8faa2c;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    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 {
    width: 570px;
    float: right;
}

.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,
.organizationConceptList {
    float: left;
    width: 550px;
}

.selectAllTreatment,
.selectAllOrganizationConcept {
    float: left;
    width: 50px;
    margin-top: 14px;
}

.permissionList ul li {
    float: left;
    width: 100%;
}

.treatmentList ul li

/*, .organizationConceptList ul li*/
    {
    float: left;
    width: 33.33%;
}

.treatmentList ul li label,
.permissionList ul li label,
.organizationConceptList ul li label {
    line-height: 1.25;
    font-weight: 400;
}

.treatmentList ul li label input,
.organizationConceptList ul li label input {
    position: relative;
    margin-right: 5px;
}

.permissionList ul li label input {
    position: relative;
    margin-right: 5px;
}

.selectAllTreatment label input,
.selectAllOrganizationConcept 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;
}

/*add Estimate*/
.Estimatelessequal,
.Estimatemessage,
.EstimateTextbox,
.EstimateDelete {
    float: left;
    margin-right: 10px !important;
}

#divfeedback {
    padding-left: 15px;
}

.editEstimate .Estimatelessequal {
    width: 199px;
}

.editEstimate .EstimateTextbox {
    width: 256px;
}

.addEstimate .Estimatelessequal {
    margin-right: 30px !important;
}

.addEstimate .EstimateTextbox {
    /*width: 536px;*/
}

/*End Estimate*/
#divfeedback .dynamic-feedback,
#divFeedbackMessage {
    float: left;
    width: 100%;
}

.cls-content_form {
    margin-bottom: 30px;
}

form fieldset {
    padding: 0 !important;
    padding-left: 18px !important;
    padding-bottom: 10px !important;
}

form .loginForm fieldset {
    padding: 0 15px 15px 15px !important;
}

.uploadProgressWrapper {
    width: 300px;
    margin-top: 40px;
    border: 1px solid #ccc;
    margin-left: 212px;
    clear: both;
    display: none;
}

.uploadProgress {
    width: 100%;
    height: 10px;
    background: green;
}

.uploadimage-input {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.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: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
}

.uploadimage-input input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

/*form.soundform ul li label {
    min-width: 267px;
    min-width: 267px;
}*/

form.notification-form ul li label {
    min-width: 120px;
}

form.notification-form #Message,
form.notification-form .text-box.single-line {
    width: 320px;
}

#dragndropimage {
    margin-left: 20px;
}

.uploadButtonWrapper #dragndropimage {
    margin-left: 0;
}

#imgIconPreview {
    margin-top: 10px;
}

.soundform .uploadedFile {
    float: left;
    margin-top: 10px;
    clear: both;
    margin-left: 212px;
}

.roundimageicon {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.loginForm form fieldset,
.editIcon.addForm form fieldset,
.AddIconForm.addForm form fieldset,
.AddSoundForm.addForm form fieldset {
    padding-left: 18px;
}

/*form.soundform ul li label {
    min-width: 271px;
}*/

.editSettingForm input[type="radio"],
.soundform input[type="radio"] {
    margin-top: 0;
}

.marTop20 {
    margin-top: 20px;
}

.marTop3 {
    margin-top: 3px;
}

.marRight10 {
    margin-right: 10px;
}

.removeelement {
    border-radius: 3px !important;
    background-color: #db4d4d !important;
    color: #fff !important;
    height: 20px;
    padding: 7px 15px;
    cursor: pointer;
}

.removeelement:hover {
    background-color: #cc0000 !important;
}

.subjectblock {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 15px;
}

.subjectblock label {
    margin-right: -1px;
}

@media all and (max-width: 1200px) {
    body .createdDate {
        display: none;
    }
}

@media all and (max-width: 1024px) {
    body .lastModified {
        display: none;
    }
}

#main.addForm {
    min-width: 742px;
}

.editorList {
    position: relative;
    padding-left: 48px;
    padding-right: 30px;
}

.editorList>.row>.col-sm-12 {
    position: static;
}

.clsDivOrder {
    position: absolute;
    left: 10px;
}

.editorList.exposure_template [class*="col-"] {
    position: static;
}

#HomeworkContentDetail {
    width: 720px;
}

#HomeworkContentDetail .tabCreate {
    clear: left;
    float: right;
    width: 640px !important;
}

.tabCreate~.content_form,
[data-type="normal-text"] [id*="cke_New"] {
    width: 640px;
}

.zoomableHolder {
    margin-top: 10px;
}

.zoomableHolder .allowZoomable {
    width: 13px;
    height: 16px;
}

.dflex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.dflex .forlabel {
    margin-right: 8px;
}

.dflex .forinput {
    flex: 1;
}

.row.cls-dynamic-button div.col-sm-12:last-child {
    /* padding-right: 0; */
    display: flex;
    align-items: center;
}

.row.cls-dynamic-button div:last-child .forlabels {
    flex: 1;
}

.row.cls-dynamic-button div:last-child>input {
    flex: 2;
}

.cls-dynamic-button.row {
    width: auto;
}

.cls-dynamic-button.row div.row {
    margin-right: -15px;
    width: auto;
}

.cls-dynamic-button input+a.linkAdd.remove {
    top: -15px;
    margin-right: -15px;
    z-index: 0;
}

.row-input+.row-input {
    margin-top: -10px !important;
}

[id*="div_filePosition-"] label {
    font-weight: 400;
}

#divIframe iframe {
    border: 1px solid #000;
}

.zoomableHolder .allowZoomable+label {
    margin-left: 10px;
    display: inline-block;
}

.loggeinUsername {
    border: 0;
    background: none;
    color: #fff;
    outline: none;
    font-size: 18px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
}

a.loggeinUsername {
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    max-width: 360px;
    padding-right: 24px !important;
    text-overflow: ellipsis;
    overflow: hidden;
}

#primary_nav_wrap ul li:hover>ul,
#primary_nav_wrap li ul {
    width: auto;
    min-width: 100%;
    white-space: nowrap;
}

a.loggeinUsername:focus,
a.loggeinUsername:hover {
    color: #fff;
}

.current-menu-item i {
    top: 6px;
}

#primary_nav_wrap li.current-menu-item {
    width: auto;
}

#primary_nav_wrap ul li {
    padding-right: 0;
}

#primary_nav_wrap ul li:hover {
    background: none;
}

.current-menu-item li:hover a {
    background-color: rgba(255, 255, 255, 0.1);
}

#primary_nav_wrap ul ul {
    right: 0;
    left: auto;
}

#liFeedbackMessage .dynamic-feedback,
#divfeedback .dynamic-feedback,
.ExposureImage,
.uploadedFile {
    align-items: center;
    display: flex;
}

.uploadedFile {
    margin: 10px;
}

.uploadedFile a img {
    margin-top: 3px;
    vertical-align: top;
}

.dynamic-feedback .uploadimage-input {
    margin-top: 4px;
}

.ExposureImage {
    /*min-width: 236px;
    width: 236px;*/
}

.uploadimage-dragndrop {
    min-width: 140px;
    /*width: 140px;*/
}

.ExposureImage {
    position: relative;
}

.ExposureImage .uploadProgressWrapper {
    margin-left: 0;
    max-width: 100px;
    min-width: 100px;
    position: absolute;
    bottom: -10px;
}

ul.k-group {
    position: relative;
}

ul.k-group:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 7px;
    pointer-events: none;
}

ul.k-group li {
    position: relative;
}

ul.k-group li:after {
    content: "";
    width: 14px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 13px;
    left: 7px;
    pointer-events: none;
}

ul.k-group ul.k-group:after {
    left: 12px;
}

ul.k-group ul.k-group {
    padding-left: 5px !important;
}

.k-group .k-item {
    padding-bottom: 5px;
}

.k-icon.k-i-expand:before {
    content: "\e120";
}

.k-treeview ul.k-group .k-i-expand,
.k-treeview ul.k-group .k-i-collapse {
    margin-top: 0;
    margin-right: 5px;
}

.k-icon.k-i-collapse:before {
    content: "\e123";
}

.k-dropdowntree:after {
    content: "\e015";
    font: 16px/1 WebComponentsIcons;
    position: absolute;
    right: 10px;
    top: 7px;
    content: "";
    top: 50%;
    margin-top: -6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='306px' height='306px' viewBox='0 0 306 306' style='enable-background:new 0 0 306 306;' xml:space='preserve'%3E%3Cg id='expand-more'%3E%3Cpolygon points='270.3,58.65 153,175.95 35.7,58.65 0,94.35 153,247.35 306,94.35 '/%3E%3C/g%3E%3C/svg%3E");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    height: 12px;
}

.row-input .uploadedFile {
    clear: left;
    width: 100%;
    padding-left: 15px;
    margin-left: 0;
}

.k-treeview li.k-item {
    padding-bottom: 5px;
}

.editorList .row-input .uploadedFile strong {
    margin-bottom: 5px;
}

div[class^='uploadedFile-'] strong {
    margin-bottom: 5px;
    margin-top: 0px;
}

.k-animation-container {
    min-width: 250px;
    max-width: 350px;
}

.k-animation-container>.k-popup {
    min-width: 100% !important;
}

.k-checkbox-wrapper {
    margin-left: 5px;
}

.k-icon+.k-checkbox-wrapper {
    margin-left: 0;
}

#primary_nav_wrap ul ul a {
    text-align: left;
}

#topoftemplate ul li label {
    min-width: 198px;
}

fieldset>.col-md-12,
fieldset>.col-md-12>.col-md-12 {
    padding-left: 0;
}

h2.titleBar {
    padding-left: 0;
    padding-right: 0;
}

h2.titleBar .right {
    margin-top: 2px;
}

form fieldset.no-pad {
    padding: 0 !important;
}

.checkbox-inline input[type="checkbox"],
#divHomework div>input[type="checkbox"],
#savingall input[type="checkbox"] {
    margin-top: 2px !important;
    margin-right: 0 !important;
}

#divPracticeFeedback label.checkbox-inline {
    display: inline-block;
    margin-bottom: 10px;
}

input[type="text"],
input[type="password"],
.hasDatepicker,
input[type="number"] {
    padding-left: 10px;
    padding-right: 10px;
}

select,
.hasDatepicker,
input[type="text"],
input[type="password"],
input[type="number"] {
    min-height: 32px;
    border-color: #999999;
}

form.notification-form #Message,
form.notification-form .text-box.single-line {
    border-color: #999999;
}

.editSettingForm li .text-box.single-line {
    width: 298px;
}

.k-widget .k-multiselect-wrap .k-input {
    min-height: 25px;
}

.multiselect-wrapper .multiselect-div>.row.inputbox,
form .k-autocomplete .k-input,
form .k-multiselect-wrap,
form .k-textbox>input {
    border-radius: 0;
    border-color: #999999;
}

.multiselect-div>.row.inputbox>.col-xs-12 {
    padding-left: 5px;
}

.pagination .active a {
    color: #fff;
}

.page-wrapper span {
    padding-left: 0;
    border: 0;
}

.permissionList ul {
    margin: 0;
}

.imgButtonWrapper {
    position: relative;
    float: left;
}

.imgButtonWrapper img {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100px;
}

.uploadButtonWrapper {
    display: flex;
    flex-direction: column;
}

.uploadButtonWrapper .uploadedFile {
    margin-left: 0;
}

form ul li {
    margin-bottom: 10px;
}

form .templateForm li label,
form .periodList li label {
    min-width: 210px;
}

.select-wrapper {
    margin-bottom: 10px;
}

.select-wrapper select {
    margin-left: 5px;
}

nav ul {
    padding-right: 30px;
    margin-left: -10px;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    font-size: 14px;
}

nav ul li#liNotification {
    position: absolute;
    right: 0;
    left: auto;
    margin-right: 15px;
}

#overallTextDetails {
    margin-bottom: 20px;
}

.edit-email-template li {
    display: flex;
}

button.ms-choice {
    min-height: 32px;
    line-height: 32px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='306px' height='306px' viewBox='0 0 306 306' style='enable-background:new 0 0 306 306;' xml:space='preserve'%3E%3Cg id='expand-more'%3E%3Cpolygon points='270.3,58.65 153,175.95 35.7,58.65 0,94.35 153,247.35 306,94.35 '/%3E%3C/g%3E%3C/svg%3E");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    border-radius: 0;
    border-color: #999;
}

select.form-control,
select {
    -webkit-appearance: none;
    appearance: none;
    padding-left: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='306px' height='306px' viewBox='0 0 306 306' style='enable-background:new 0 0 306 306;' xml:space='preserve'%3E%3Cg id='expand-more'%3E%3Cpolygon points='270.3,58.65 153,175.95 35.7,58.65 0,94.35 153,247.35 306,94.35 '/%3E%3C/g%3E%3C/svg%3E");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 10px center;
}

span.select-icon,
div.select-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='306px' height='306px' viewBox='0 0 306 306' style='enable-background:new 0 0 306 306;' xml:space='preserve'%3E%3Cg id='expand-more'%3E%3Cpolygon points='270.3,58.65 153,175.95 35.7,58.65 0,94.35 153,247.35 306,94.35 '/%3E%3C/g%3E%3C/svg%3E");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    right: 9px;
    top: 9px;
}

span.select-icon:before {
    content: none;
}

.clone-page .templateForm li label,
.add-page #topoftemplate ul li label,
.edit-page #topoftemplate ul li label,
.clone-page #topoftemplate ul li label,
.template-homework #topoftemplate ul li label,
.daily-registration #topoftemplate ul li label {
    min-width: 210px;
    padding-top: 5px;
}

.templateForm label+[type="checkbox"] {
    margin-top: 5px;
}

.add-page [type="checkbox"]~label,
.edit-page [type="checkbox"]~label,
.clone-page [type="checkbox"]~label {
    margin-top: -3px;
}

.tabCreate[data-type="normal-text"]+.shortname {
    margin-top: 10px;
}

.tabCreate[data-type="normal-text"]+.shortname .row {
    margin-right: -17px;
    display: flex;
    align-items: center;
}

#divPracticeFeedback input[type="checkbox"] {
    margin-top: 2px;
}

input[disabled],
select[disabled] {
    opacity: 0.6;
}

.memory-page #topoftemplate ul.templateForm {
    width: 100%;
}

div .form-control:hover,
input:hover,
textarea:hover,
select:hover,
.multiselect-wrapper:hover,
.k-state-border-down .k-floatwrap,
.k-state-border-down .k-floatwrap.k-state-hover {
    border-color: rgb(204, 204, 204);
}

div .form-control[disabled],
input[disabled],
textarea[disabled],
select[disabled],
.multiselect-wrapper[disabled] {
    border-color: #999;
    cursor: not-allowed;
}

.multiselect-wrapper:focus,
div .form-control:focus,
input:focus,
textarea:focus,
select:focus,
.k-state-border-down .k-floatwrap,
.k-state-border-down .k-floatwrap.k-state-hover {
    border: 1px solid #000;
    box-shadow: none;
    outline: 0;
    transition: 0.2s linear;
}

.k-dropdowntree-clearable .k-state-hover .k-i-close {
    display: none !important;
}

header select {
    border-width: 0 !important;
}

.multiselectOptions .options label {
    cursor: pointer;
}

.multiselectOptions .options [disabled]~label {
    cursor: not-allowed;
}

#divPracticeFeedback h2.titleBar {
    margin-top: 0;
}

.treatment-clone .weeklyReminder>.col-md-12,
.treatment-clone .SpecificReminder .row.specificHeader~.row {
    margin-bottom: 10px;
}

.treatment-clone .weeklyReminder>.col-md-12+.row,
.treatment-clone .InactivityReminder .row,
.treatment-clone .SpecificReminder .row.specificHeader~.row:last-child {
    display: flex;
    align-items: center;
}

.radio-inline label {
    width: auto !important;
    min-width: 50px !important;
    margin-right: 50px !important;
    cursor: pointer;
}

.radio-inline label input {
    top: 4px;
}


.error-class {
    padding-left: 225px;
    color: #a94442;
    float: left;
    clear: left;
}

.input-validation-error .k-multiselect-wrap {
    background-color: #ffeeee;
    border-color: #ff0000;
}

/*1 March*/
.titleBar .btnSmall {
    font-size: 16px !important;
}

h2.titleBar {
    margin: 0;
    margin-bottom: 15px;
}

.titleBar-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btns-wrapper {
    margin-bottom: 30px;
}

.btns-wrapper .btnLarge,
.btns-right .btnLarge {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

fieldset.hasBorder,
.hasBorder {
    border: 1px solid #ddd;
    padding: 0 15px 15px 15px;
}

.zoomableHolder .allowZoomable[type="checkbox"]+label {
    margin-top: 0;
}

.d-flex {
    display: flex;
}

.gap-2 {
    gap: 4px;
}

.gap-4 {
    gap: 8px;
}

.gap-5 {
    gap: 16px;
}

.d-flex .forlabels {
    padding-right: 10px;
    white-space: nowrap;
}

.cls-dynamic-button .d-flex {
    align-items: center;
}

.k-animation-container {
    min-width: 200px;
    max-width: 200px;
}

.multiselect-div .col-xs-12.option-box {
    width: 300px !important;
}

.k-multiselect-wrap>.k-i-close {
    display: none !important;
}

.templateForm1 li {
    display: flex;
    flex-wrap: wrap;
}

.templateForm1 li .btnSmall {
    border: 1px solid #3b418e !important;
    margin-left: 10px;
}

.btn-uploader {
    font-size: 14px;
}

#main.addUserForm,
#main.addForm {
    margin-top: 0;
}

input[type="button"],
#file-upload-button {
    cursor: pointer;
}

.ExposureDelete a.linkAdd.remove {
    margin-top: 15px;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-color: #BF0000 !important;
    position: relative;
    top: -3px;
    right: 0;
}

.ExposureDelete a.linkAdd.remove .glyphicon-minus {
    left: -7px;
    top: -2px;
    font-size: 12px;
}

#overallTextDetails .tabCreate {
    margin: 0;
}

form ul li#appcontentContainer,
form ul.templateForm li {
    overflow: initial;
}

ul.templateForm {
    display: flex;
    flex-direction: column;
}

form ul li#overallTextDetails textarea {
    border: 1px solid #999999;
}

.templateForm1 li .btnSmall {
    margin-left: 0;
}

.full_width select {
    width: 100% !important;
}

.uploadimage-input button {
    background-color: #376636;
    color: #fff;
    border: 1px solid #376636;
    box-shadow: none;
    cursor: pointer;
}

#savingall select {
    min-height: 30px;
}

#savingall .col-md-12+.row>div,
#savingall .row+.row {
    margin-top: 10px;
}

.clsFeedbacks input[type="text"] {
    margin-right: 1px;
}

.clsReminders a.linkAdd.smalll,
.clsFeedbacks a.linkAdd.smalll {
    float: none !important;
}

.mrg-left-10,
.clsReminders a.linkAdd.smalll {
    margin-left: 10px !important;
}

.mrg-left-5 {
    margin-left: 5px;
}

a.remove.linkAdd:focus {
    background-color: #BF0000 !important;
}

#sectionunit {
    width: 100%;
    max-width: 581px;
}

#HomeworkContentDetail {
    min-height: initial;
}

a.close-iconM:hover {
    text-decoration: none;
}

.roundimageicon {
    object-fit: contain;
}

fieldset table ul {
    margin-left: 20px;
}

table.itemList th,
#main table th {
    position: relative;
    padding-right: 12px;
}

table i.fa.fa-fw.fa-sort.fright {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
}

.roundimageicon {
    border: 1px solid #ccc;
}

.input-validation-error.uploadimage-dragndrop {
    padding: 10px;
}

ul#uploadList {
    display: flex;
    flex-wrap: wrap;
}

ul#uploadList>li {
    margin: 5px;
}

.txtTimemsg {
    margin-left: -15px;
    margin-right: -15px;
}

ul#uploadList {
    display: flex;
    flex-wrap: wrap;
}

ul#uploadList>li {
    margin: 5px;
    max-width: 17%;
    flex: 0 0 17%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

ul#uploadList>li>span img {
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
}

ul#uploadList>li .close-iconM {
    position: absolute;
    right: 4px;
    top: 10px;
}

#topoftemplate ul#uploadList li {
    margin-top: 5px;
}

.uploadimage-input button {
    border: 1px solid #3d418c;
    background-color: #3d418c;
}

.ui-button-icon-only.ui-dialog-titlebar-close {
    font-size: 0 !important;
    margin-right: 5px;
}

.ui-button-icon-only.ui-dialog-titlebar-close .ui-icon-closethick {
    margin-left: -9px;
}

/****/
/*sound*/
/****/
.uploaded-image,
.uploaded-sounds {
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 10px; */
    color: green;
    /* justify-content: flex-end;
    text-align: right; */
}
.uploaded-image strong,
.uploaded-sounds strong {
    width: 100%;
    font-size: 12px;
    margin-bottom: 0 !important;
}

.div-soundUpload .col-sm-5 {
    width: 100%;
    display: inline-flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.cls-dynamic-button {
    position: relative;
}

.cls-dynamic-button .uploadimage-input input[type="file"] {
    font-size: 16px;
}

.cls-dynamic-button .remove {
    position: absolute !important;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 0 !important;
    margin: 0 !important;
    position: relative;
    z-index: 9;
}

.cls-dynamic-button .remove:after {
    content: "";
    width: 10px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dynamic-ul .col-lg-3 {
    width: 225px;
    max-width: 225px;
    flex: 225px;
}
.rating.row {
    padding-left: 0;
    margin-left: -15px;
}
.listItem.row {
    .form-control {
        border-radius: 0;
    }
}

.cls-dynamic-button  {
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    padding-top: 25px;
    background-color: #f4f4f4;
    margin: 5px -1px 10px !important;
}

.cls-dynamic-button .uploadimage-input .btnSmall {
    pointer-events: none;
}
.cls-dynamic-button .uploadimage-input .btnSmall + input {
    height: 100%;
    cursor: pointer;
}

.p-r-10 {
    padding-right: 10px;
}

.p-l-10 {
    padding-left: 10px;
}

.flex {
    flex: 1;
}

.toggle-container .form-control {
    margin-bottom: 0 !important;
    min-height: 34px;
}

.cls-div-image.row .uploaded-image {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-right: 25px;
    padding-top: 8px;
    color: #008000;
    strong {
        width: auto;
    }

    a {
        width: 32px;
        padding-top: 6px;
        height: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

.toggle-container > .d-flex {
    margin-top: 15px;
    padding: 10px;
    background-color: rgb(240, 240, 240);
}

.ui-dialog button.ui-dialog-titlebar-close {
    background-image: url('themes/base/images/ui-icons_222222_256x240.png');
    background-position: -96px -128px;
    border: 1px solid #bbb !important;
}

.uploaded-sounds,
.uploaded-image {
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    position: relative;
}

    .uploaded-sounds a,
    .uploaded-image a {
        position: absolute;
        right: 10px;
        top: 0;
    }

#SensesContentDetail a.linkAdd {
    margin-left: 0;
}

#SensesContentDetail .thisislink {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    padding-right: 115px;
}

#SensesContentDetail .uploadimage-dragndrop {
    min-width: 178px;
}

#SensesContentDetail .cls-div-image {
    position: absolute;
    bottom: 0;
}

#SensesContentDetail .editorList {
    /*margin-bottom: 50px;*/
    padding-right: 48px;
}

#SensesContentDetail .uploaded-image {
    margin-left: 60px;
}

#SensesContentDetail .div-list {
    padding: 0 15px 10px;
    /*padding-bottom: 50px;*/
}

    /*#SensesContentDetail .div-list:first-child .editorList {
        margin-bottom: 50px;
    }*/
    #SensesContentDetail .editorList {
        margin-bottom: 10px;
    }
    #SensesContentDetail .col-md-12.div-list .row:first-child {
        margin-bottom: 20px;
    }
    .mbottom-20 {
        margin-bottom: 20px;
    }
/*#SensesContentDetail .linkAdd.remove {
    margin-bottom: 10px !important;
}*/

    #SensesContent .cls-content_form {
        margin-bottom: 20px;
        padding: 0;
        background: transparent;
        border-bottom: 0;
        display: flex;
        gap: 10px;
        align-items: center;
    }

        #SensesContent .cls-content_form input {
            padding: 3px 10px;
            margin-top: 0;
            min-height: 32px;
            border: 1px solid #999;
        }

     #SensesContent .cls-content_form input[type="checkbox"] {
            width: 23px;
            height: 23px;
            margin-bottom: 0;
        }

    #SensesContent .cls-content_form .checkbox-remove {
        position: unset;
        margin-top: 2px;
        margin-bottom:0;
    }

    #SensesContent .cls-content_form .checkbox-remove:after {
        top: -1px;
    }

    .SleepDiary-page .cls-content_form {
        margin-bottom: 20px;
        padding: 0;
        background: transparent;
        border-bottom: 0;
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .SleepDiary-page .cls-content_form input {
        padding: 3px 10px;
        margin-top: 0;
        min-height: 32px;
        border: 1px solid #999;
    }

     .SleepDiary-page .cls-content_form input[type="checkbox"] {
        width: 23px;
        height: 23px;
        margin-bottom: 0;
     }

    .SleepDiary-page .cls-content_form .checkbox-remove {
        position: unset !important;
        margin-top: 2px !important;
        margin-bottom: 0;
        margin-left: 0 !important;
    }

    .SleepDiary-page .cls-content_form .checkbox-remove:after {
        top: -1px !important;
    }

    .template-homework .feedback-home {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .template-homework .feedback-home .ExposureTextbox input {
        margin-bottom: 0 !important;
    }

    .template-homework .feedback-home .input-group-addon strong {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .template-homework .cls-dateTime .checkboxFeedbackExposure {
        width: 16px;
    }

    .daily-registration .feedback-home {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .daily-registration .feedback-home .ExposureTextbox input {
        margin-bottom: 0 !important;
    }

    .daily-registration .feedback-home .input-group-addon strong {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .daily-registration .checkboxFeedbackExposure {
        width: 16px;
    }