@import url(//cdn.quilljs.com/1.2.6/quill.snow.css);
@import url(//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css);
@import url(//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css);
.float-right {
  float: right !important;
}

.page-title {
  padding: 8px 0 4px;
  color: #293544;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  cursor: default;
}
.separator {
  width: 98%;
  height: 1px;
  border-bottom: solid #ccc 1px;
  margin-top: 20px;
}

.text-wrap-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.timeline-content {
    padding: 60px 32px 0;
    height: 100%;
    overflow: hidden;
    width: 512px;
    max-width: 100%;
    font-size: 14px;
    box-sizing: border-box;
}
.timeline-content * {
    box-sizing: border-box;
}
.timeline-content:hover {
    overflow: auto;
    padding-right: 28px;
}

.timeline-list-container {
    min-height: calc(100% - 99px);
    border-left: 0.5px solid #D4D7DA;
    margin-top: 55px;
}
.timeline-title {
    font-size: 15px;
    font-weight: bold;
    color: #2B3746;
}
.timeline-item-event {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.timeline-item-icon {
    width: 10px;
    height: 10px;
    background: #D4D7DA;
    border-radius: 50%;
    flex-shrink: 0;
    position: absolute;
    left: -21px;
}
.timeline-item-icon-242 { 
    background: #1169E7;
}
.timeline-item-icon-241 { 
    background: #45C461;
}
.timeline-item-author {
    font-weight: normal;
    flex-shrink: 0;
    margin-right: 5px;
}
.timeline-item-timestamp {
    color: #999FA6;
    white-space: nowrap;
}
.timeline-item-note {
    flex-basis: 100%;
    margin-right: 5px;
}
.timeline-item-extra-info {
    color: #999FA6;
    width: 70%;
}
.timeline-date {
    color: #AAAFB5;
    font-weight: normal;
    margin-bottom: 18px;

}

.timeline-comment-container {
    width: 100%;
    background: #F4F5F5;
    padding: 8px 8px 8px 16px;
    display: flex;
    border-radius: 4px;
    margin-top: -40px;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.timeline-comment-box {
    flex-basis: 81%;
}
button.timeline-comment-button {
    font-weight: bold;
    box-shadow: none;
}
.read-only-form label,
.read-only-form legend {
    font-weight: 600;
    font-size: 14px;
    color: #293544;
    transform: scale(1);
    opacity: 0.87;
    overflow: visible;
}
.read-only-form legend {
    font-size: 14px !important;
}
.read-only-form .custom-date-picker label {
    font-size: 14px !important;
    color: #293544 !important;
}

.read-only-form div[class*="MuiInputBase-disabled"][class*="MuiInput-underline"]:before {
    border: none;
}

.read-only-form div[class*="MuiSelect-disabled"][class*="MuiSelect-select"]{
    padding-right: 0;
}
.read-only-form div[class*="MuiSelect-disabled"][class*="MuiSelect-select"] ~ svg{
    display: none;
}
.read-only-form div[class*="MuiSelect-disabled"][class*="MuiSelect-select"] span {
    white-space: normal;
}

.custom-label {
    font-size: 12px;
    padding: 0 0 0 8px;
    opacity: 0.54;
}

.custom-label.disabled {
    color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    top: 26px;
}

.read-only-form .custom-label.disabled {
    color: #293544;
}

.read-only-form .custom-date-picker hr {
    display: none;
}

.read-only-form button {
    display: none;
}

.read-only-form .hidden-read-only {
    opacity: 0;
}

.read-only-form textarea {
    overflow: hidden;
}
.read-only-form .scrollable-textarea textarea {
    overflow: auto;
}
.highlighted-textarea [class*="MuiInputBase-root"] {
    background: rgba(234, 234, 234, 0.3);
    border-radius: 4px;
    padding: 20px;
    margin-top: 26px;
}
.read-only-question {
    color: rgba(0, 0, 0, 0.38);
}
.read-only-question .question-label {
    font-weight: bold !important;
    font-size: 14px;
    color: #293544;
    opacity: 0.87;
}
.course-section {
  position: relative;
}
.section-content,
.ql-editor {
  margin: 0px 0px 12px;
  color: rgb(129, 137, 145);
  font-size: 12px;
}
.course-section-title {
  color: #818991;
  margin: 12px 0 8px 0;
  font-size: 14px;
  text-transform: uppercase;
}

.ql-toolbar.ql-snow {
  position: sticky;
  top: 0px;
  background: white;
  z-index: 2;
  width: 100%;
}

.course-editor h4 {
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
}

.course-editor h5 {
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

.course-editor .ql-snow a {
  color: var(--primary-color);
  text-decoration: none;
}

.course-editor .ql-editor ol,
.course-editor .ql-editor ul {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.course-editor .ql-editor p {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
:root{--primary-color:var(--primary-color)}.visual-debugger *{outline:1px solid red!important}body{margin:0;font-family:Open Sans,sans-serif;color:#293544;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-webkit-text-stroke:.45px rgba(0,0,0,.1)}body,html{min-height:100vh}html{-ms-overflow-style:-ms-autohiding-scrollbar}body *{touch-action:manipulation}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3)}a{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;word-break:break-all}td,th{cursor:default}input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #eaebec inset}button:focus,input:focus,textarea:focus{outline:none}h1.logo{margin:0;padding-top:10px;width:160px}.header{box-sizing:border-box;height:60px;border-bottom:1px solid rgba(0,0,0,.12);background-color:hsla(0,0%,100%,.9)}input::-ms-clear{display:none}img{border-width:0;width:100%}a{text-decoration:none;cursor:pointer;color:var(--primary-color)}.strikethrough{position:relative;display:inline-block}.strikethrough:before{position:absolute;content:"";left:0;top:50%;right:0;border-top:2px solid;border-color:inherit;transform:rotate(-10deg)}.braintree-heading,.braintree-placeholder{margin-bottom:0}.btnStates,.btnStatesWhite{transition:all .2s linear!important}.btnStates:hover:not(:disabled){background-color:#e25a96!important}.btnStatesWhite:hover:not(:disabled):not(:active){background-color:#eee!important}.btnStates:focus,.btnStatesWhite:focus{box-shadow:0 0 0 2px #74a9ff!important}.btnStates:active,.btnStatesWhite:active{box-shadow:none!important;background-color:#bb095b!important}.bold{font-weight:700}.italic{font-style:italic}.red-text{color:#e52d37}.relative{position:relative}.safe-tooltip:before{content:"";display:block}.hidden{display:none!important}.hide{visibility:hidden}.main-logo{padding:0 5px}.row{margin:0}.marginRight{margin-right:10px}.marginTop-n1{margin-top:-1px!important}.marginTop-n3{margin-top:-3px!important}.noMarginLeft{margin-left:0!important}.noMarginRight{margin-right:0!important}.noPadding{padding:0!important}.half-padding{padding:6px!important}.half-padding.all-activity-selec{padding:9px!important}.padding-8{padding:8px!important}.padding-16{padding:16px!important}.paddingLeft-4{padding-left:4px!important}.paddingRight-4{padding-right:4px!important}.paddingLeft-8{padding-left:8px!important}.paddingRight-8{padding-right:8px!important}.paddingLeft-16{padding-left:16px!important}.paddingRight-16{padding-right:16px!important}.paddingTop-16{padding-top:16px!important}.paddingBottom-16{padding-bottom:16px!important}.noPaddingRight{padding-right:0!important}.noPaddingLeft{padding-left:0!important}.hover:hover{cursor:pointer}.fixed{position:fixed}.static{position:static}.childRow{margin-left:10px}.childRow:first-child{margin-left:0}.row.unmerge{margin-top:10px}.row.unmerge-splitted-info>div:first-child{border-right:1px solid #ccc}.row.unmerge,.row.unmerge div{border-right:none!important}.row.unmerge-splitted-info .row.orders{padding:0}.row.unmerge-splitted-info .row.unmerge{margin-left:7px}.row.unmerge-splitted-info .unmerge-details .row.unmerge{margin-left:0}.unmerge-details .row.orders{padding-left:7px}.unmerge-customer-details .row.unmerge{margin-left:7px}.row .unmerge .validation svg{fill:#e52d37;font-size:17px;margin-left:5px;cursor:pointer}.row.unmerge .text-wrap-split{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.unmerge-modal .customer-form__body>.row{padding:0!important}.unmerge-list-table>tbody>tr:nth-child(n+2){background-color:#f9f9f9}.unmerge-list-table>tbody>tr:nth-child(n+2)>td{cursor:not-allowed!important}.col-md-6.customer-info{padding-right:0!important}.centerXsLeftMd{text-align:center}.titleXs{font-size:36px;line-height:54px}.subTitleXs{font-size:24px}.smallTitleXs{font-size:20px;line-height:32px}.container{width:70%}.main-logo{width:150px;height:40px}.centerSmLeftMd{text-align:center}.clearfix:after,.clearfix:before{content:"";display:table}.clearfix:after{clear:both}.clearfix{zoom:1}.searchBoxRow{margin-top:-14px}.dialogBox{padding:32px}.dialogBox.addProductModal{padding:24px 32px 48px}.toolbar-table-pagination{height:56px;padding:8px!important;min-height:56px;cursor:default}.e2e-responsive-data-table.e2e-creditType-items td{word-break:break-all}.pagination-modal-root{display:flex;flex-direction:column}.pagination-modal-paper,.pagination-modal-root{overflow-y:hidden!important}.idleTitle{font-size:26px!important}.dialogBoxContent{width:75%}.add-sale-container .cc-container,.pay-now-modal .cc-container{margin-right:-7px}.addSaleDialogBox{padding:20px 15px!important;min-width:90%;height:80vh}.addSaleDialogBox.complete-test{height:72vh}.addProductDialogBox{padding:30px 15px!important;min-width:90%}.cc-number{position:relative}.cc-number .cc-icon{position:absolute;right:0;bottom:12px}.cc-container{position:relative}.cc-container .cc-icon{font-size:20px;color:#999;position:absolute;bottom:20px;right:10px}.cc-panel{position:relative;margin-bottom:25px;top:-15px}.cc-panel__label{color:#333;font-size:14px;margin:0 8px;background-color:#fff;font-weight:600;display:block}.payment-overlay{background-color:rgba(0,0,0,.5);height:100%;width:100%;position:absolute;top:0;left:0;z-index:10}.payment-overlay .loadingIcon{position:absolute;width:100%;top:50%;margin-top:-100px}.email-field{position:relative}.email-field>a{position:absolute;top:7px;left:150px;z-index:1;font-size:11px;text-decoration:underline}.note-modal,.note-modal span{display:inline-block;height:18px}.highlightRow{background-color:#ccc}.pull-right{text-align:right}.push-right{float:right}.page-frame{width:100%;position:absolute;z-index:200;opacity:1}.breadcrumbs-scroll{height:100%}.breadcrumbs{height:64px!important;background-color:#293544!important;box-shadow:0 0 4px 0 rgba(0,0,0,.12),0 4px 4px 0 rgba(0,0,0,.24);position:fixed}.breadcrumbs,.breadcrumbs-div{overflow:hidden}.previous-crumbs{opacity:.6;font-size:16px;cursor:pointer}.current-crumb,.previous-crumbs{color:#fff;font-weight:300;display:block;float:left;line-height:64px}.current-crumb{cursor:default}.main-container{background-color:#ccc;-js-display:flex;display:flex}.sidebar{height:100vh;position:fixed;z-index:1;background-color:#fff;border-right:1px solid #ccc;overflow:hidden}header.app-bar-breadcrumbs{left:0;width:auto}.desktop-header{height:60px;width:100%;z-index:0;color:#293544;background-color:#293544}.desktop-header__logo{width:50px;margin:0 auto;padding-top:7px;display:flex;justify-content:center}.mobile-header{display:none;background-color:var(--primary-color);height:58px;width:100%;box-shadow:0 0 4px 0 rgba(0,0,0,.12),0 4px 4px 0 rgba(0,0,0,.24)}.mobile-header__title{margin:0 auto;padding:15px 0 16px 16px;color:#fff;height:27px;line-height:30px;font-size:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:default}.backBtn+.mobile-header__title{padding-left:0;cursor:default}.mobile-header__logo{width:50px;margin:0 auto;padding-top:6px}.sidebar .menu-icon{color:#fff;float:right;cursor:pointer;padding:18px 23px 0 0;height:19px;width:21px}.sidebar .backBtn{float:left;padding:15px 36px 0 20px;font-size:18px}.sidebar .settings-icon{float:right;font-size:27px;cursor:pointer;width:30px;padding-top:1px;margin-right:10px;background-color:transparent!important}.sidebar-item_icon{padding-right:28px}.mobile-header .settings-icon button,.sidebar .settings-icon button{min-width:0!important}.main-sidebar-items{overflow-y:hidden;height:calc(100% - 128px)}.main-sidebar-items:hover{overflow:auto}.main-sidebar .main-sidebar__logo{position:absolute;top:0;left:0;background-color:#fff;z-index:3}.main-sidebar>ul{padding-top:64px!important}.main-sidebar__logo>div>div{padding:11px!important}.main-sidebar{width:260px;flex-shrink:0;transition:all .2s linear;padding-bottom:20px;height:100%}.main-sidebar-mobile{height:100%}.sidebar-logo{background-color:#fff;box-sizing:border-box;margin:0;padding:15px 20px 10px}.sidebar-item div{padding:6px!important}.sidebar-item>div>div,.template-header-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-item-active,.menu-item-inactive{padding:0 8px 0 5px;font-weight:400;font-size:14px;line-height:20px}.sub-menu-item-active,.sub-menu-item-inactive{padding:0 8px 0 5px;font-weight:300;font-size:14px;line-height:20px}.menu-item-active:hover,.menu-item-inactive:hover,.sub-menu-item-active:hover,.sub-menu-item-inactive:hover{color:#da176d}.mobile-customer-tabs{display:none;position:absolute;width:100%!important}.customer-area{flex-grow:2;background-color:#fafafa;min-height:100vh;box-sizing:border-box;padding-top:64px;max-width:100%;overflow:auto}.customer-area.email-management{max-width:none}.customer-area.modal{padding:10px;min-height:200px}.search-customer-modal-container{margin-bottom:15px}.search-customer-modal-container .background-data-cover{width:100%}.selected-row{background-color:rgba(218,23,109,.12)}.customer-area .selectable-items-container{border-right:1px solid #ccc}.customer-area .selectable-items-container .row.orders{padding-right:5px;margin-left:8px}.customer-area .unselectable-items-container .arrow{display:flex;align-items:center;justify-content:center;border-right:1px solid #ccc;border-left:1px solid #ccc}.customer-area .unselectable-items-container .extrapadding{padding-left:1.5rem;border-right:1px solid #ccc}.customer-area .unselectable-items-container .container-merge-customer{height:100%}.customer-area .loading-icon-merge-list{display:flex;justify-content:center;padding-top:13%}.object-container.orders{overflow-y:scroll;font-size:14px}.unmerge-details .object-container.orders div{display:flex;justify-content:space-between;width:50%}.object-container.orders div{display:flex;justify-content:space-between;width:100%}.object-container.orders.unselectable span{width:57%;text-align:left;margin-right:0}.object-container.orders.address span{width:inherit!important;color:#da176d!important}.object-container.orders.radios span{width:inherit!important;padding:1px}.object-container.orders.warning p{margin:4px 0}.object-container.add-address{padding:0}.object-container.select-licences{padding-left:3px}.object-container.select-address{margin-left:-7px}.merge-buttons-container{margin-right:16px;padding-top:12px}.merge-buttons-container.modal{margin-right:0;padding-top:0}.merge-buttons-container.unmerge{display:flex;justify-content:flex-end;padding-bottom:24px}.row.orders{display:flex;flex-direction:column;justify-content:space-between;padding-left:20px}.object-container.orders.unselectable span:first-child{color:#1169e7;font-weight:600;margin-right:5px}.searchbox{background-color:#fff;border-radius:4px;box-sizing:border-box}.searchCustomers>div>label,.searchRoles>div>label{color:var(--primary-color)}.searchCustomers>div>div:before,.searchRoles>div>div:before{border-bottom:1px solid var(--primary-color)}.customer-details,.form-container,.table-div{max-width:1400px;margin:0 auto;border-radius:4px}.content-container{max-width:1400px;margin:8px auto}.noFlex .form-container,.noFlex .table-div,.noFlexv .customer-details{width:100%;max-width:1400px;margin:0 auto;border-radius:4px}.table-div>div{border-radius:4px}.customer-details{-js-display:flex;display:flex;align-items:flex-start;align-content:flex-start;padding:10px 1px;overflow:hidden}.customer-details-wrapper{position:relative;height:100%;margin-top:60px}.edit-customer-buttons{float:right}.split-customer-buttom-container{display:flex;flex-direction:row;justify-content:center;align-items:center;padding-right:66px}.read-only-form .MuiInput-underline.Mui-disabled:before{border-bottom-style:none!important;border-bottom:none}.reset-password-processing{width:174px;height:40px}.secure-field>label{display:none}.customer-form.unmerge .customer-form__body .row.split-title{justify-content:center;font-weight:700;font-size:16px;padding:18px 16px 19px;border-bottom:1px solid #ccc;border-top:1px solid #ccc;margin-top:20px}.customer-form.unmerge-modal{box-shadow:none}.addresses-merge label{margin-top:10px}.catalog-request-comments-container{padding-top:15px}.catalog-request-comments-container textarea{margin-top:15px;border:1px solid rgba(0,0,0,.54);width:100%;height:93px}.select-product-catalog-request .MuiFormLabel-filled+div.MuiInput-formControl{margin-top:16px}.select-product-catalog-request label+div.MuiInput-formControl{margin-top:35px}.select-product-catalog-request label+div.MuiInput-formControl .MuiSelect-icon{top:calc(50% - 22px)}.select-product-catalog-request .MuiFormLabel-filled+div.MuiInput-formControl .MuiSelect-icon{top:calc(50% - 12px)}.catalog-request-modal-container{box-shadow:none!important}.catalog-request-modal-container .row div label{overflow:unset}.contact-methods{flex-direction:row!important;position:relative;bottom:5px}.contact-methods label{margin-left:-13px!important;margin-right:10px!important}.catalog-request-modal-container .read-only-label{transform:translateY(1.5px) scale(.75);transform-origin:top left}.catalog-request-modal-container .read-only-label,.catalog-request-modal-container .read-only-text{color:rgba(0,0,0,.54);padding:0;font-size:1rem;font-family:Open Sans,Roboto,sans-serif;font-weight:400}.catalog-request-modal-container .row.read-only{margin-bottom:10px}.catalog-report-icons{display:flex;flex-direction:row;width:220px;position:relative;font-size:12px;justify-content:space-between}.catalog-report-icons span{margin-left:10px;font-size:21px}.catalog-report-icons div{width:106px;display:flex;justify-content:flex-end}button.view-catalog-button{padding:0}.custom-checkbox{height:26px}.custom-checkbox.license-merge-checkbox{height:auto}.custom-checkbox.license-merge-checkbox>span{padding:0 12px}@media screen and (max-width:320px){.customer-form__title:after,.customer-form__title:before{content:"";display:table;cursor:default}.customer-form__title:after{clear:both;cursor:default}.edit-customer-buttons{display:block;float:right;width:100%;margin-top:15px}}.app-bar-tabs{background-color:#fff!important;z-index:1!important;top:65px;right:0}.content-wrapper{position:relative;min-height:100%;width:100%}.detail-card{width:360px;border-radius:4px;margin:10px 0;padding:0;background-color:#fff;box-shadow:0 0 2px 0 rgba(0,0,0,.12),0 2px 2px 0 rgba(0,0,0,.24)}.detail-card h2{margin:0;padding:20px;font-size:14px;border-bottom:1px solid rgba(0,0,0,.12)}.detail-card h2 a{font-weight:400;float:right}.detail-card h3{font-size:14px;margin-bottom:5px}.detail-card div{padding:0!important}.detail-card .details{padding:0 0 24px!important}.details .info-item{padding:0 20px!important}.details .order-item{padding:20px 20px 24px!important;border-bottom:1px solid rgba(0,0,0,.12);position:relative}.events-card{width:1160px;border-radius:4px;padding:0;margin:10px 0;background-color:#fff;box-shadow:0 0 2px 0 rgba(0,0,0,.12),0 2px 2px 0 rgba(0,0,0,.24)}.events-card h2{margin:0;padding:20px;font-size:14px;border-bottom:1px solid rgba(0,0,0,.12)}.events-card h2 a{font-weight:400;float:right}.events-card div{padding:0!important}.order-item__menu{position:absolute!important;top:5px;right:5px}.details .order-item:last-child{border-bottom:0;padding-bottom:0!important}.details .order-item .date{font-size:10px}.details .order-item .course{color:#1169e7}.course-items{color:#1169e7;font-size:12px;padding-left:25px;margin:5px 0 0}.form-subtitle{font-size:16px;margin-bottom:0}.table-div{margin-top:10px!important;box-shadow:2px 2px 2px #ddd;box-sizing:border-box}.actionTransBtn{background-color:transparent;cursor:pointer;color:var(--primary-color);border-radius:50%;border:0;padding:4px}.actionBtn{background-color:var(--primary-color);cursor:pointer;color:#fff;border-radius:4px;border:0;font-size:14px;text-transform:uppercase;padding:10px 15px;text-align:center;display:inline-block}a.actionBtn:hover{color:#fff}.actionBtn.smaller[disabled],.actionBtn[disabled]{background-color:#ccc;cursor:not-allowed}.actionBtn.smaller.secondary[disabled]{color:rgba(41,53,68,.6)!important}.actionBtnLight{background-color:transparent;cursor:pointer;color:var(--primary-color)!important;border-radius:4px;border:0;font-size:14px;font-weight:600;text-transform:uppercase;text-align:center;display:inline-block;outline:none}.actionBtnLightPadding{padding:10px 0}.actionBtn.btnMd{padding:7px 8px 7px 3px;font-size:14px;text-transform:capitalize}.actionBtn.smaller{background-color:var(--primary-color)!important;color:#fff!important;height:auto!important;line-height:20px!important;display:inline-block;border-radius:4px!important;float:right}.actionBtn.smaller.secondary{background-color:#fff!important;color:var(--primary-color)!important;font-weight:300!important;display:inline-block!important;float:right}.actionBtn.smaller.green{background-color:#45c461!important}.actionBtn.smaller span{font-weight:300!important;font-size:13px!important}.home-btn-container{margin:16px 0 0 40px;-js-display:flex;display:flex;justify-content:flex-start}.home-label{margin:20px 0 0 40px}.profileBtn{margin-right:20px}.safari9 .displayFlex{width:100%;display:flex;flex-direction:row}.noFlex .row{overflow:visible;display:block}.noFlex .displayFlex{display:-ms-flexbox!important}.noFlex .row:after{display:block!important;clear:both!important;content:""}.noFlex [class*=col-],.noFlex [class*=col-].row{float:left;display:block;zoom:1}.noFlex .col-lg-12,.noFlex .col-md-12,.noFlex .col-sm-12,.noFlex .col-xs-12{width:100%}.noFlex .col-lg-11,.noFlex .col-md-11,.noFlex .col-sm-11,.noFlex .col-xs-11{width:91.66%}.noFlex .col-lg-10,.noFlex .col-md-10,.noFlex .col-sm-10,.noFlex .col-xs-10{width:83.33333333%}.noFlex .col-lg-9,.noFlex .col-md-9,.noFlex .col-sm-9,.noFlex .col-xs-9{width:75%}.noFlex .col-lg-8,.noFlex .col-md-8,.noFlex .col-sm-8,.noFlex .col-xs-8{width:66.66666667%}.noFlex .col-lg-7,.noFlex .col-md-7,.noFlex .col-sm-7,.noFlex .col-xs-7{width:58.33333333%}.noFlex .col-lg-6,.noFlex .col-md-6,.noFlex .col-sm-6,.noFlex .col-xs-6{width:50%}.noFlex .col-lg-5,.noFlex .col-md-5,.noFlex .col-sm-5,.noFlex .col-xs-5{width:41.66666667%}.noFlex .col-lg-4,.noFlex .col-md-4,.noFlex .col-sm-4,.noFlex .col-xs-4{width:33.33333333%}.noFlex .col-lg-3,.noFlex .col-md-3,.noFlex .col-sm-3,.noFlex .col-xs-3{width:25%}.noFlex .col-lg-2,.noFlex .col-md-2,.noFlex .col-sm-2,.noFlex .col-xs-2{width:16.66666667%}.noFlex .col-lg-1,.noFlex .col-md-1,.noFlex .col-sm-1,.noFlex .col-xs-1{width:8.33333333%}.form--frameRow{padding:16px 8px}.homeBtn{cursor:pointer;box-sizing:border-box;padding:15px;max-width:250px!important;height:250px;background-color:#fff;border:1px solid #ddd;box-shadow:0 2px 2px 0 rgba(0,0,0,.2);position:relative;margin:0 16px 16px 0;border-radius:4px}.homeBtn__title{font-size:20px;margin-bottom:24px;text-indent:-15px;padding-left:30px;cursor:default}.homeBtn__title img{width:60px;height:60px;vertical-align:middle;margin-right:15px}.homeBtn__title .icon{font-size:24px;margin-right:8px;display:inline-block}.homeBtn p{font-size:14px;line-height:19px;font-weight:300}.homeBtn button{font-size:13px;border:0;background:transparent;position:absolute;bottom:15px;left:15px;padding:0;cursor:pointer}.background-color-cover{background-color:#eaebec!important;min-height:100vh;height:100vh}.background-data-cover{background-color:#eaebec;min-height:100vh;padding-bottom:10px}.content-form,.customer-form,.sale-form{background-color:#fff;max-width:1400px;margin:0 auto;border:none;box-shadow:2px 2px 2px #ddd;border-radius:4px;box-sizing:border-box}.customer-form.merge{padding-bottom:16px}.sale-form{margin:20px}.content-form.email-form{margin:0 auto 30px}.content-form [class^=col-],.customer-form [class^=col-],.license-modal__item [class^=col-],.sale-form [class^=col-]{padding-left:.5rem;padding-right:.5rem}.license-modal__item .delete-license{position:relative;right:-12px}.license-modal__item .noPadding-license{padding-left:0;padding-right:8px}.license-delete-confirmation{display:flow-root;padding:0 24px 24px;background:rgba(0,0,0,.08);margin:-24px}.content-form .delete-button-container{padding:4px 8px 0 0}.customer-form-save-validation{position:absolute;right:0;top:.5rem}.customer-form-popper{background-color:#fff;padding:5px;border-radius:5px;border:1px solid #eee}.customer-form-field-address-toggle{position:absolute;right:0;top:-14px;z-index:1000}@media only screen and (min-width:1200px){.customer-form-container{padding:.5rem 0;position:relative}.customer-courses-container{padding:.5rem .5rem .5rem 0}.customer-sales-container{padding:.5rem}.customer-certificates-container{padding:.5rem 0 .5rem .5rem}.customer-notes-container{padding:.5rem .5rem .5rem 0}.customer-communications-container{padding:.5rem 0 .5rem .5rem}}@media only screen and (max-width:1199px){.customer-form-container{padding:.5rem 0;position:relative}.customer-certificates-container,.customer-communications-container,.customer-courses-container,.customer-notes-container,.customer-sales-container{padding:.5rem 0}}.license-modal>button:not(hover){background:none}.bordered-section{border:1px solid rgba(41,53,68,.12);border-radius:3px;padding:0 16px}div[role=menu]{display:block!important}div[role=presentation]{overflow-y:unset!important}.license-modal__item .select-field div{padding-right:0!important}.license-modal__item .action-field{position:relative}.license-modal__item .action-field .actionBtn{position:absolute;right:-74px;top:0}.content-form__title,.customer-form__title{padding:18px 16px 19px}.content-form__title,.customer-form__title,.small-table__title{font-weight:700;font-size:16px;border-bottom:1px solid #ccc;cursor:default}.small-table__title{padding:8px}.customer-form__title .customer-title-buttons{float:right}.content-form__title-small{font-weight:600;font-size:14px;padding:16px 12px 17px;border-bottom:1px solid #ccc;cursor:default}.sale-form__header{padding:12px 8px;border-bottom:1px solid #ccc}.sale-form__title{font-weight:600;font-size:20px;padding:6px 0 2px;margin:0;cursor:default}.sale-form__subtitle{font-size:14px;font-weight:400;color:#818991;margin:1px 0 -2px}.content-form__body,.customer-form__body{padding-bottom:10px}.sale-form__body{padding:16px}.order-summary-form{background-color:#f4f5f5;padding:17px 16px 16px;border-radius:3px}.order-summary-form__table{margin:26px 0 0}.order-summary-form__discountInput{display:flex}.order-summary-form p{margin:0 0 13px;padding-bottom:3px;line-height:16px;height:16px;font-size:12px;border-bottom:1px dashed rgba(41,53,68,.12)}.order-summary-form p span{float:right;font-weight:600}.order-summary-form p.total{text-transform:uppercase;font-weight:600;line-height:20px;height:20px;letter-spacing:-.45px}.order-summary-form p.total span{font-size:16px;line-height:16px;font-weight:700;letter-spacing:0}.order-summary-form h3{margin:0 0 7px;line-height:20px;height:20px;font-size:12px;font-weight:700}.license-modal-trigger{box-sizing:border-box;padding-top:24px}.noFlex .license-modal-trigger{padding-top:0;position:relative;top:24px}.noFlex .background-data-cover{width:100%}.general-container{max-width:1400px;margin:0 auto;padding:8px 20px}.top-pad{padding:24px 0!important;box-sizing:border-box}.role{margin-bottom:18px}.role__title{color:#333;display:block;font-weight:700;font-size:16px;margin-bottom:3px;cursor:default}.role__desc{font-size:14px}.role-modal-trigger{cursor:pointer;display:inline-block}.info-icon{margin-left:4px;border:2px solid var(--primary-color);padding:1px 6px;border-radius:50%;font-size:9px}.overview__container{max-width:1400px;margin:16px auto;background-color:#fff;box-shadow:2px 2px 2px #ddd;border-radius:4px;box-sizing:border-box}.overview__container.spaced{padding-left:.5rem;padding-right:.5rem}.overview__container--single-row{padding-bottom:12px}.overview__container--single-row .reportsSearchBtn{top:28px}.overview__selectors{margin:11px 0 5px;padding-left:.5rem;padding-right:.5rem;border:none;box-shadow:none}.overview__content{padding:32px}.overview__content>.overview__content__item--with-margin{margin-bottom:16px}.overview__info>div{border-top:1px solid #ddd;border-right:1px solid #ddd;position:relative;height:240px}.overview__info>div:last-child{border-right:0}@media only screen and (max-width:1199px){.overview__info>div:nth-child(2n){border-right:0}.customer-details-wrapper{margin-top:60px}}@media only screen and (max-width:767px){.overview__info>div{border-right:0}header.app-bar-breadcrumbs{display:none}.app-bar-tabs{left:0!important;top:65px}.customer-details-wrapper{margin-top:30px}}@media only screen and (max-width:1205px){.background-data-cover.email-management td.e2e-row-from-email-,.background-data-cover.email-management td.e2e-row-to-email-{word-break:break-all}}.overview__date-selector{position:absolute;top:5px;right:0;box-sizing:border-box}.overview__date-selector button{padding:0 8px;margin:0;border:0;cursor:pointer;background-color:transparent}.commentsPagination button:disabled span,.overview__date-selector button:disabled span{color:#ddd!important}.overview__date-range{cursor:pointer;font-size:14px;font-weight:600;margin-top:8px}.overview__info-text{height:calc(100% - 27px);font-size:48px;cursor:default;display:flex;justify-content:center;align-items:center;text-align:center}.e2e-academic-overview .overview__info-text{top:15px}.overview__info-text .academic-info,.overview__info-text .system-info{bottom:16px;position:relative}.academic-info__item,.system-info__item{font-size:35px;line-height:25px}.academic-info__item:first-child,.system-info__item:first-child{margin-bottom:12px}.academic-info span,.system-info span{color:#293544;font-size:14px;font-weight:400;opacity:.5}.overview__secondary{color:#aaa;font-weight:400;font-size:12px;position:absolute;bottom:14px;width:100%;left:0;text-align:center;border-top:1px dashed #d8d8d8}.overview__buttons{position:absolute;cursor:pointer;right:2px;bottom:74px}.packet-table__body>.table-div{border:none;margin-top:0}.packet-table__body table tr td{background:none!important}.packet-table__body div input[type=checkbox]+div svg:first-child{fill:#8b929a!important}.packet-table__body tr td:nth-child(2),.packet-table__body tr th:nth-child(2){padding-left:0!important}.catalog-table__header>h2,.packet-table__header>h2{color:#293544;font-size:20px;font-weight:500;line-height:32px;margin:0}.catalog-table__header,.packet-table__header{padding:16px 26px;display:flex;justify-content:space-between}.catalog-table__header--with-selected-items,.packet-table__header--with-selected-items{background-color:rgba(218,23,109,.12)}.catalog-table__header--with-selected-items h2,.packet-table__header--with-selected-items h2{color:var(--primary-color)}.packet-table__print-button{float:right;font-size:24px;width:24px;height:32px;line-height:32px;display:inline-block;outline:none}.search-bar-card{padding-top:10px}@media (max-width:991px){.search-bar-card{margin:16px 0;padding-top:0}.search-bar-card .search-input-fields{margin-bottom:16px!important}.view-catalog-button{float:right;padding:0}.noPaddingRight-md{padding-right:0!important}.noPaddingLeft-md{padding-left:0!important}}.search-input-fields [class*=MuiInput-underline]:before,.search-select-fields [class*=MuiInput-underline]:before{border-bottom:1px solid #8c929a}.search-input-fields hr{border-bottom:1px solid #8c929a!important}.search-select-fields [class*=MuiSelect-icon]{color:#8c929a}.auto-complete-input{background:#f4f5f5;width:100%}.auto-complete-input>label{margin-left:30px;margin-top:-5px}.auto-complete-input>div{padding:4px 40px!important;border-radius:3px;background-color:inherit!important}.auto-complete-input>div:after,.auto-complete-input>div:before,.auto-complete-input>div:hover:before{visibility:hidden}.tab{position:relative;width:100%;overflow:hidden}.tab input{position:absolute;opacity:0;z-index:-1}.tab label{position:relative;display:block;padding:0 0 0 1em;line-height:3}.tab-content{max-height:0;overflow:hidden;transition:max-height .35s}.test-part{background-color:#fff;position:relative;width:100%;overflow:hidden}.test-part input{position:absolute;opacity:0}.test-part label{position:relative;display:block;padding:0 30px;cursor:pointer}.test-part-content{max-height:0;overflow:hidden;transition:max-height .35s}.test-part .icon{position:absolute;margin-top:-12px;top:50%;right:15px;padding:0!important}.icon{transition:all .35s}.superHeaderDisplay{display:inline-flex;position:relative}.superHeaderDisplayIE{display:-ms-inline-flexbox}.superHeaderDisplay .expand-icon,.superHeaderDisplayIE .expand-icon{right:0;position:absolute;bottom:0}.superHeaderDisplay>div:first-child{padding-left:24px}.superHeaderDisplay+.table-div,.superHeaderDisplayIE+.table-div{margin-top:0}.mobile-journal-item{padding:10px 10px 10px 3%;font-size:14px;border-bottom:1px solid #ccc;background-color:#fff}.mobile-journal-item>div{width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mobile-journal-item b{font-weight:600}.mobile-journal-item span{font-size:12px}input:checked{color:red}.expandable-item-input:checked~.tab-content{max-height:300px;overflow:auto}.expandable-item-input:checked~.test-part-content{max-height:10000px;overflow:auto}.expandable-item-input:checked~label>span>.icon{transform:rotateX(180deg)}.hide-on-mobile,.hide-on-tablet{display:block}.comments-table{position:relative;border:none;box-shadow:2px 2px 2px #ddd!important}.comments-table>div{padding:0!important}.comments-table *{border-left:0!important;border-right:0!important}.comments-table .table-div{box-shadow:none!important}.comments-table__header{font-size:14px;padding:0 16px!important}.comments-table__header-title{margin-top:0!important}.comments-table__body{padding:0!important}.comments-table__body .table-div,.comments-table__body .table-div>div{border-top-right-radius:0!important;border-top-left-radius:0!important}.comment-paragraph{width:98%;text-overflow:ellipsis;overflow:hidden;margin:6px 0}@media only screen and (max-width:1024px){header.app-bar-breadcrumbs{left:0;height:58px!important}.comments-table__day{display:inline-block;margin-right:10px}}@media only screen and (min-width:1025px){.comment-paragraph{white-space:nowrap;max-width:315px}.select-max-width{max-width:888px}.comments-table__day{text-align:center}.comments-table__timestamp{display:block;text-align:center;font-size:12px}}@media only screen and (min-width:1281px){.comment-paragraph{white-space:nowrap;max-width:456px}.select-max-width{max-width:1002px}}.preview-content-dialog,.preview-dialog{padding-top:0!important;overflow:auto}.preview-iframe{overflow:scroll;width:100%;height:100%}.preview-iframe.no-modal{min-height:550px;pointer-events:none}.cc-trigger{z-index:1;position:relative}.show-cc{cursor:pointer;color:var(--primary-color);position:absolute;bottom:1px;font-size:12px;white-space:nowrap;right:8px}.show-cc.disabled{color:#ccc;cursor:not-allowed}.email-content-edit{position:relative}.previewDialogBoxContent{transform:translateY(10px)!important}.previewDialogBox{max-height:none!important;height:800px}.cert-change{margin-bottom:20px}.cert-change.warning p{margin-bottom:0!important}.cert-change b{color:#333}.cert-change:last-child{margin-bottom:40px}.previewContentBox{max-width:none!important;width:1400px!important;transform:translate(0)!important}.previewContent{max-height:none!important;height:800px}.dialogBox.previewContent{padding:0!important}.column_header{font-size:14px;font-weight:600}.column_content{font-size:14px;padding-top:2px}.tabs-scroll::-webkit-scrollbar{display:none}.product-confirmation-modal span[style="background-color: lightgrey;"]{display:none}.product-confirmation-modal span{white-space:pre-wrap}.mobile-sidebar__state-1{left:-400px!important}.mobile-sidebar__state-1,.mobile-sidebar__state-2{display:inline-block;position:absolute;-webkit-transition-property:left;-webkit-transition-duration:.5s;-webkit-transition-timing-function:ease;transition-property:left;transition-duration:.5s;transition-timing-function:ease}.mobile-sidebar__state-2{left:0!important}.mobile-sidebar__state-3{left:calc(120% - 1px)!important;display:inline-block;position:absolute;-webkit-transition-property:left;-webkit-transition-duration:.5s;-webkit-transition-timing-function:ease;transition-property:left;transition-duration:.5s;transition-timing-function:ease}.hide-on-desktop{display:none!important}.answerBtn{height:auto!important;padding:5px 0!important}.answerBtn.large span{overflow:visible;text-overflow:clip}.answerBtn:disabled,.answerBtn>div{overflow:visible!important;line-height:15px!important;display:flex!important;align-items:center!important;flex-shrink:0}.answerBtn svg{flex-shrink:0}.answerBtn.large span,.answerBtn.medium span,.long .answerBtn span{font-size:12px!important}.answerBtn.large span{line-height:18px!important;display:block;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.view-course-dialog{padding-top:50px!important}.view-course-dialog .dialogBoxContent{transform:translate(0)!important}.view-course-dialog .dialogBox{padding:16px 32px}.addSaleDialogBox .test-container{background-color:#eaebec;margin:0 -22px;padding:20px;height:360px}.addSaleModal__footer{width:100%;background-color:#fff;position:absolute;bottom:-44px;left:0;z-index:2}.footerContent{padding:9px 17px;border:1px solid #45c461;border-radius:4px;margin:11px 15px}.test-content{max-height:100%;overflow:auto;margin-left:2px;box-shadow:-2px 1px 1px 0 hsla(0,0%,50.2%,.2),1px -1px 1px 0 hsla(0,0%,50.2%,.2)}.test-modal-title{font-weight:400;margin:0 0 16px;color:#293544;font-size:36px}.test-modal-subtitle{color:#000;font-size:16px;margin:0 0 10px}.test-progress-container{height:58px;left:0;background-color:#fff;padding:11px 0;bottom:0;z-index:1;width:100%}.test-title{font-size:16px;font-weight:400;margin:10px 0}.test-title b{color:#000;font-weight:600}.test-title span{color:rgba(41,53,68,.54)}.test-subtitle{color:#293544;font-size:16px;line-height:20px;margin:10px 0}.test-not-passed,.test-passed{text-transform:uppercase;margin-right:10px}.test-passed{color:#45c461}.test-not-passed{color:#e52d37}.question{background-color:#293544;border-bottom:2px solid #000;color:#fff;padding:15px 30px;position:relative}.question.eval{color:#293544;background-color:#fff;border-bottom:2px solid #ccc}.question.eval:first-child{border-top:1px solid #ccc}.question:last-child{border-bottom:0}.question-header{font-size:14px;font-weight:400;margin-bottom:15px;overflow:hidden}.question-header__index{color:hsla(0,0%,100%,.54);font-size:12px;font-weight:600;margin-right:20px}.eval .question-header__index{color:#aaa}.question-header__answer{font-size:12px}.question-header__answer b{text-transform:uppercase;font-weight:600}.question .required{color:#e8343f;font-size:12px;float:right}.question-text{font-weight:300;font-size:14px;line-height:20px;margin:0;padding-bottom:0}.question-options{padding-top:10px}.mobile-default-text{background-color:#fff;padding:10px;font-size:14px;color:#aaa}.tablet-logo{height:32px;width:40px}.show-on-mobile{display:none!important}.customer-tabs-button span{text-transform:capitalize!important}.olderVersionsWarning{background:var(--primary-color);position:absolute;top:110px;left:0;width:100%;text-align:center;z-index:0;color:#fff;font-size:16px}[role=menuitem]>div>div>*{display:block!important;overflow:hidden;margin-right:-6px;text-overflow:ellipsis}.loading-indicator.fullscreen{position:fixed;z-index:999;background:rgba(0,0,0,.5);bottom:0;right:0;left:0;top:0}.loading-content-wrapper{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center}.loading-indicator.fullscreen .loading-content-wrapper{width:310px;height:260px;background:#fff;border-radius:5px}.add-license-btn-container{margin:20px auto;max-width:360px}@media screen and (max-width:1120px){.comment-paragraph--wrapped{white-space:normal}}@media screen and (max-width:1340px){.olderVersionsWarning{font-size:14px}}@media screen and (max-width:1400px){.homeBtn{max-width:none!important}}@media only screen and (min-width:48em){.centerXsLeftMd{text-align:left}.centerXsRightMd{text-align:right}.centerSmLeftMd{text-align:left}}@media only screen and (min-width:62em){.centerSmLeftMd{text-align:left}.col-md-3.pull-right{display:flex;justify-content:flex-end}.col-md-3.pull-right>div{width:95%}}@media only screen and (max-width:75em){.container{width:80%}.margin-sm-spacing{margin:10px auto}}@media only screen and (max-width:1024px){.tablet-logo{display:block}.home-label{margin:30px 0 0!important}.home-btn-container{margin:16px 0 0!important}.app-bar-breadcrumbs{left:56px}div.account-form{margin-top:25px}.breadcrumbs{height:58px!important}.superHeaderDisplay,.superHeaderDisplayIE{display:flex;flex-wrap:wrap}.superHeaderDisplay>div,.superHeaderDisplayIE>div{padding-left:3%!important;width:30%!important}.hide-on-tablet{display:none!important}.hide-on-desktop{display:block!important}.actionBtn.smaller.hide-on-tablet,.hide-on-small-device{display:none!important}.title-small-device{padding-left:19px!important}}@media only screen and (max-width:992px){.main-container{display:block}.customer-area{margin-left:64px}.search-customer-modal-container .customer-area{padding:10px 16px!important}.search-customer-modal-container .customer-area .searchbox{margin-top:0!important}div.account-form{margin-top:24px}.hideOnSmall{display:none!important}}@media only screen and (min-width:768px) and (max-width:992px){.submit-sale-button{right:26px!important}}@media only screen and (max-width:767px){.submit-sale-button{right:0!important}}@media only screen and (max-width:769px){.homeBtn{width:100%;flex-basis:100%;height:150px}}@media only screen and (max-width:736px){.academic-info__item:first-child,.system-info__item:first-child{margin-bottom:5px}.modal-parent{position:absolute!important;height:100vh!important}.modal-parent.fixed{position:fixed!important}.modal-parent .dialogBoxContent{max-width:none!important;position:absolute!important;width:100%!important;top:0;left:0;transform:none!important}.modal-parent .dialogBox{max-height:none!important;height:100vh!important;padding-bottom:80px}.noPaddingMobile{padding:0!important}.academic-info__item{font-size:20px}.system-info__item>div{display:inline-block;margin-right:5px}.system-info__item{margin-top:5px}.system-info__item *{font-size:16px!important}.academic-info__item{font-size:18px;line-height:18px}.actionBtn.smaller span{padding-left:8px!important;padding-right:8px!important}.actionBtn.smaller{min-width:0!important}.tabs-scroll{overflow-y:auto;white-space:nowrap;-ms-overflow-style:none;scroll-behavior:smooth}.sidebar-container{height:58px;position:fixed;top:0;left:0;width:100%;z-index:10}.ie11 .sidebar-container{position:absolute}.page-frame{position:relative}.homeBtn button{display:none}.homeBtn{height:200px}.showOnSmall{display:inline-block!important}.showOnSmallBlock{display:block!important}.comments-table__day,.comments-table__timestamp{display:inline-block;margin-right:10px}}.reportsSearchBtn{top:23px}.financialBtnContainer{margin-top:-8px}.financialReportsSelect{top:-5px}.drawer__content{padding:16px 0;display:flex;flex-direction:column;height:calc(100% - 32px)}.drawer__content--padded{padding:0 16px}.drawer__content h3{padding-top:10px}.drawer__scrollArea{flex:1;overflow-y:auto;padding:4px 0}.evaluation-question__content:first-child{padding-top:0!important}.evaluation-question__content:last-child{border:none!important;padding-bottom:0!important}button span{display:block}.break-word{word-break:break-word}@keyframes placeHolderShimmer{0%{background-position:-460px 0}to{background-position:460px 0}}.table__col--Loading--IE{width:100%}.table__col--Loading-IE:before{content:".....";display:block;height:20px}.table__col--Loading:before{content:"";background:linear-gradient(90deg,#eee 8%,#ddd 18%,#eee 33%);background-size:800px 1em;display:block;height:20px;animation:placeHolderShimmer 1.5s linear infinite}.ie10 .breadcrumbs{padding-right:38px!important}.unhighlightGreen{background:#acf2bd}.hightLightWhite{background:#fff}.customer-tabs-desktop{padding:0}button.content-tab{font-size:14px}button.content-tab-selected-disabled.content-tab{opacity:1}.wrong-answers-sidebar-text{width:100%!important}@media only screen and (max-width:583px){.generate-report-button{margin-top:8px!important}}@media only screen and (max-width:767px){.customer-form-container{padding:1rem 0}.customer-form-save-validation{top:1rem}.customer-area{margin-left:0}.customer-area-header{margin:-4px auto 0!important}.search-customer-modal-container .customer-area{padding:10px 16px!important}.search-customer-modal-container .customer-area .searchbox{margin-top:0!important}.customer-area .container-merge-customer{flex-direction:column}.unselectable-items-container .arrow{transform:rotate(90deg);border-left:none!important;border-right:none!important}div.account-form{margin-top:0}.homeBtn{width:100%;flex-basis:100%;height:136px;padding:24px;margin-bottom:8px}.home-label{display:none}.home-btn-container{margin:32px 0 0!important}.homeBtn__title{line-height:1em;height:25px;letter-spacing:.5px;text-indent:0;padding-left:0;cursor:default}.homeBtn .icon{width:24px;height:24px;font-size:23px;line-height:24px}.homeBtn p{letter-spacing:.68px}.hide-on-mobile{display:none!important}.show-on-mobile{display:inline-block!important}.sidebar{background:#293544}.main-sidebar{position:absolute;left:-260px;top:0;height:984px;z-index:1}.breadcrumbs{width:100%;height:40px!important;background-color:#293544!important;color:transparent;box-shadow:0 0 4px 0 rgba(0,0,0,.12),0 4px 4px 0 rgba(0,0,0,.24);border:0;position:relative;padding:0!important}.previous-crumbs{opacity:.6;font-size:16px}.current-crumb,.previous-crumbs{color:#fff;font-weight:300;display:inline-block}.breadcrumbs-div{margin:0!important;padding:0 10px}.sidebar{height:100%;top:0;left:0;width:100%;position:relative}.mobile-header{display:block;position:relative;z-index:0;color:#293544!important;background-color:#293544!important}.customer-tabs-desktop{margin-bottom:17px}.customer-tabs-button span{text-transform:uppercase!important;color:#fff!important}.sidebar-item:not(.hide-on-tablet){display:block!important}.financialBtnContainer{padding-bottom:20px}.reportsSearchBtn{top:7px}.financialReportsSelect{top:5px}.MuiDrawer-modal .MuiPaper-root .drawer__scrollArea .sidebar-text{width:95%!important}.MuiDrawer-modal .MuiPaper-root .drawer__scrollArea textarea{width:calc(100% - 6px)!important;margin-top:23.5px!important}.sale-form .sale-form__header .sale-form__title{padding:0;font-size:17px;cursor:default}.sale-form .sale-form__header{display:flex;flex-direction:column}.sale-form .sale-form__header .pull-right{position:relative}.sale-form .order-summary-form{margin-top:15px}}@media only screen and (max-width:357px){.homeBtn__title{position:relative;padding-left:32px;cursor:default}.homeBtn__title>span{position:absolute;top:0;left:0;cursor:default}.hiddenOnExtraSmall{display:none!important}}@media only screen and (max-width:360px){.edit-buttons-container{width:100%;margin-top:10px}}@media only screen and (max-width:1024px){.main-sidebar__logo{height:58px;position:relative}}@media only screen and (min-width:1024px){.main-sidebar__logo{max-height:64px}.search-customer-modal-container .customer-area{padding:10px 16px!important}.search-customer-modal-container .customer-area .searchbox{margin-top:0!important}}@media only screen and (max-width:767px){.overview__info>div{height:200px}.overview__info-text{height:auto}.overview__secondary{bottom:0;margin:0 15%;padding-bottom:8px;width:70%;border-right:1px dashed #d8d8d8;border-left:1px dashed #d8d8d8;border-radius:5px}.overview__buttons{display:flex;flex-direction:column;bottom:0;padding:.5rem}.academic-info__item{font-size:20px}.system-info__item>div{display:inline-block;margin-right:5px}.system-info__item{margin-top:5px}.system-info__item *{font-size:16px!important}.academic-info__item{font-size:18px;line-height:18px}.overview__date-range{font-size:12px;text-align:center;margin-top:16px;text-transform:uppercase;font-weight:700}.overview__info-text .academic-info,.overview__info-text .system-info{top:9px}.overview__date-selector{top:50%;margin-top:-5px;padding:0 10px;width:100%;z-index:1}.overview__date-selector button:first-child{float:left}.overview__date-selector button:nth-child(2){display:none}.overview__date-selector button:nth-child(3){float:right}}@media screen and (max-width:1080px){.dialogBoxContent{min-width:0}}@media only screen and (max-width:48em){.titleXs{line-height:32px}.subTitleXs,.titleXs{font-size:20px}.smallTitleXs{font-size:16px;line-height:24px}.mobilePadding{padding-right:10px!important;padding-left:10px!important}.mobileCenter{text-align:center}.posterImg{width:60%!important}.status{display:block;margin-left:0!important}.margin-xs-spacing{margin:10px auto}.dialogBox{padding:20px}.dialogBoxContent{width:100%}.accordionContent{margin-left:25px}.main-logo{width:146px;height:40px}.mobile-sidebar__close{float:right;font-size:14px;padding:25px 25px 0 0}.mobile-sidebar__back,.mobile-sidebar__close{color:#9fa5ac;opacity:.54}.sidebar-item div{padding:8px!important}.progressbar{margin:0 auto}.questionBox{padding:10px}.LowResItem{display:block;margin-bottom:5px}.LowResPad{padding-right:0!important;padding-left:0!important}.LowResCat{float:none!important;display:block}}@media only screen and (max-width:447px){.customer-snackbar>div{height:auto!important}.customer-snackbar>div span{display:block;line-height:18px;padding-top:10px}.homeBtn{height:136px}.mobile-journal-item{padding:10px 10px 10px 5%}.superHeaderDisplay>div,.superHeaderDisplayIE>div{padding-left:5%!important;width:45%!important}.journal-control [class^=col]{padding:0 8px}.search-btn{margin-right:20px}.searchRoles label{top:4px!important}.overview__info>div{height:180px}.academic-info__item{font-size:16px;line-height:16px}}@media only screen and (min-width:447px) and (max-width:767px){.mobile-logo-link{display:inline-block}}@media only screen and (max-width:452px){.modalTitle{font-size:26px!important;position:relative}.modalCloseMobile svg{height:24px;width:24px}.searchRoles label{font-size:11px!important;line-height:13px!important}.table-div{width:100%;display:block}.change-password-form{clear:both}.hide-on-mobile{display:none!important}.home-btn-container{margin:0!important}.LowResItem.stand{margin-top:10px!important}.state-requirements{max-width:90%}}@media only screen and (min-width:1025px){.change-password-form-title{border-bottom:none}}@media only screen and (max-width:360px){.change-password-form-title-span{display:block;width:100%;margin-bottom:10px}}@media only screen and (max-width:20em){.lowResContainer{display:block!important;padding:0 5px}.lowResContainer.last{margin-bottom:10px}.lowResAlignRight{text-align:right}.childRow,.lowResRow{padding:5px;display:block}.lowResRow{width:90%!important}.lowResRow .childRow{margin-left:0;width:100%!important}.sidebar.open{left:0!important}}.collapsedForm{padding:12px 24px;cursor:pointer;clear:both}.collapsedForm:hover{background-color:rgba(41,53,68,.1)}.collapsedForm .removeBtn{padding-right:6px!important}@media only screen and (max-width:452px){.license-modal__item{padding:12px 24px;margin:0 -24px;border-bottom:1px solid #e5e6e8}.license-modal__item:first-child{border-top:1px solid #e5e6e8}}.components__pinkButton--flat:focus{box-shadow:0 0 0 2px #74a9ff;background-color:#cc005a!important}.components__textButton--flat:focus{box-shadow:0 0 0 2px #74a9ff;background-color:rgba(0,0,0,.05)!important}.components__textField--flat:focus-within{box-shadow:inset 0 0 0 2px #da176d!important}.components__textField--flat.error{box-shadow:inset 0 0 0 2px #e52d37!important}.add-product-stepper-wrapper{display:flex}.select-course-item{overflow:hidden;text-overflow:ellipsis;display:block}.notifications-row-unread,.notifications-row-unread td{font-weight:700}@media only screen and (max-width:1025px){.read-indicator{display:none}}.joyride-legend-container{display:block;max-width:1400px;width:100%;box-sizing:border-box;margin:0 auto}.joyride-legend{display:inline-block;background:#d3d3d3;padding:5px 10px;border-radius:4px;margin:40px auto 0;box-sizing:border-box}.joyride-legend-icon{font-size:24px;vertical-align:middle}.image-management-iframe{-ms-zoom:.9;-moz-transform:scale(.9);-moz-transform-origin:0 0;-o-transform:scale(.9);-o-transform-origin:0 0;-webkit-transform:scale(.9);-webkit-transform-origin:0 0}@media only screen and (max-width:830px) and (orientation:landscape){.hide-on-mobile-landscape{display:none!important}}
body{margin:0;font-family:Open Sans,sans-serif;color:#293544;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-webkit-text-stroke:.45px rgba(0,0,0,.1)}a{text-decoration:none;cursor:pointer;color:var(--primary-color)}.bold{font-weight:700}.italic{font-style:italic}div.support,ol.support,p.support,table.support,ul.support{color:#333;font-style:italic;font-weight:600;font-size:12px;background-color:#e0e0e0;border-bottom:1px solid var(--primary-color);padding:4px}table.support td,table.support th{border-bottom:1px solid #aaa}.media-div{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:10px;position:relative;border:1px solid var(--primary-color)}.media-div .media-table-content{width:100%}[class^="media-div table-"]{overflow:auto;word-break:normal}.media-div table{background-color:#fff;border-collapse:collapse;width:100%}.media-div .media-name{text-transform:capitalize;width:100%;text-align:right;background-color:transparent;margin-bottom:0;padding:3px 5px;color:#999;font-size:12px;box-sizing:border-box;order:3;position:absolute;bottom:0}.media-div .image-container{position:relative;width:50%;text-align:center;background-color:#fff}.image-container .img-edit-btn{padding:5px;position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;opacity:0;transition:.5s ease}.image-container .img-edit-btn .img-edit-text{cursor:pointer;padding:5px 15px;border-radius:4px;border:1px solid rgba(218,23,109,.5);color:var(--primary-color);text-transform:uppercase;font-weight:700;font-size:12px;font-family:Open Sans,Roboto,sans-serif;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;height:10px;line-height:1}.image-container:hover .img-current{opacity:.3}.image-container:hover .img-edit-btn{opacity:.8}.media-div .media-title{border-top:1px solid var(--primary-color);color:var(--primary-color);width:100%;text-align:left;background-color:transparent;padding:15px 5px 3px;box-sizing:border-box;display:block;order:1}.media-div .media-caption{padding:5px;font-style:italic;font-size:12px}.media-div img{padding:5px;max-width:100%}.media-div .wide-cell{text-align:center}.media-div h5{color:#bbb;box-sizing:border-box;text-align:left;width:100%;font-weight:400;padding:3px 5px;margin:0;order:2}.media-div th,td{padding:8px;text-align:left;border-bottom:1px solid #ddd}li p{margin:3px 0}.info-drawer a{color:#87cefa}.info-drawer a:hover{color:#b0c4de}.mce-content-body,.section-content{margin:0 0 12px;color:#818991;font-size:12px}.tox-tinymce{padding:0 16px}.tox-statusbar__branding{opacity:0}div.tox-editor-container:not(svg){position:relative;padding-top:40px}div.tox-toolbar-overlord:not(svg){position:fixed;z-index:2;top:67px;width:calc(100% - 168px)}div.tox-tinymce{min-height:100%}.mce-content-body{overflow-x:hidden}div.tox .tox-statusbar:not(svg){position:fixed;z-index:2;top:calc(100% - 36px);width:calc(100% - 168px)}

/*# sourceMappingURL=main.4b4f9becc532cffd4e26.css.map*/