@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Lato|Open+Sans');

body {
    background: #eee;
    color: #252627;
}

.lato-font {
    font-family: 'Lato', sans-serif !important;
}

.open-font {
    font-family: 'Open Sans', sans-serif !important;
}

.font-size-18 {
    font-size: 1.125em !important;
}

.font-size-20 {
    font-size: 1.250em !important;
}

.line-height-sm {
    line-height: 1.2;
}

.small-font {
    font-size: .875em !important;
}

.lg-text {
    font-size: 1.125em !important;
}

.main-bg {
    background: #eee;
}

.heading-bg {
    background: #5BAECA;
}

.remove-recommendation-header {
    margin: 0 !important;
    text-align: center;
}

.heading-online-bg {
    background-color: #12bfb0;
}

.heading-prison-bg {
    background-color: #1a89c4;
}

.heading-secondary-bg {
    background: #a5d3e2;
}

.main-color {
    background: #2569a2;
}

.secondary-color {
    /* fallback */
    background-color: #2f2f2f;

    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#565656), to(#7d7d7d));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #696969, #7d7d7d);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #2f2f2f, #565656);

    /* IE 10 */
    background: -ms-linear-gradient(top, #2f2f2f, #565656);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #2f2f2f, #565656);
}

.table-color {
    background: #dedede;
}

.table-striped:nth-child(odd) {
    background: #f2f2f2;
}

.button-color {
    background: #00B0FF;
    color: #fff;
}

.a-link {
    color: #039be5;
}

i {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.no-bold {
    font-weight: normal !important;
}

.no-border {
    border: 0 none !important;
}

.no-border-radius {
    border-radius: 0 !important;
}

.no-left {
    left: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-uppercase {
    text-transform: none !important;
}

li.no-hover:hover {
    background: #fff;
}

.margin-5 {
    margin: 5px !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-15 {
    margin: 15px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-right-8 {
    margin-right: 8px !important;
}

.no-padding {
    padding: 0 !important;
}


.width-100 {
    width: 100%;
}

.pad-top-10 {
    padding-top: 10px !important;
}

.pad-top-15 {
    padding-top: 15px !important;
}

.pad-top-20 {
    padding-top: 20px !important;
}

.pad-top-25 {
    padding-top: 25px !important;
}

.pad-top-30 {
    padding-top: 30px !important;
}

.pad-side-2 {
    padding: 0 2px !important;
}

.pad-side-5 {
    padding: 0 5px !important;
}

.pad-side-10 {
    padding: 0 10px !important;
}

.pad-side-15 {
    padding: 0 15px !important;
}

.pad-side-20 {
    padding: 0 20px !important;
}

.pad-5 {
    padding: 5px !important;
}

.pad-10 {
    padding: 10px !important;
}

.pad-15 {
    padding: 15px !important;
}

.pad-20 {
    padding: 20px !important;
}

.pad-bottom-2 {
    padding-bottom: 2px !important;
}

.pad-bottom-10 {
    padding-bottom: 10px !important;
}

.pad-bottom-15 {
    padding-bottom: 15px !important;
}

.pad-bottom-20 {
    padding-bottom: 20px !important;
}

.pad-bottom-30 {
    padding-bottom: 30px !important;
}

.pad-rt-10 {
    padding-right: 10px !important;
}

.pad-rt-15 {
    padding-right: 15px !important;
}

.pad-rt-20 {
    padding-right: 20px !important;
}

.pad-rt-25 {
    padding-right: 25px !important;
}

.pad-lft-10 {
    padding-left: 10px !important;
}

.no-padding-top {
    padding-top: 0px !important;
}

.margin-bottom {
    margin-bottom: 15px;
}

.normalcase {
    text-transform: none !important;
}

.lowercase {
    text-transform: lowercase !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.relative {
    position: relative;
}

.font-size-10 {
    font-size: 10pt !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto !important;
}

.text-underline {
    text-decoration: underline !important;
}

footer {
    padding-top: 1.25em;
}

.valign-middle {
    vertical-align: middle;
}

.no-box-shadow {
    box-shadow: none !important;
}

.box-shadow {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08),
    0 1px 9px 0 rgba(0, 0, 0, 0.06);
}

.hid-overflow {
    overflow: hidden;
}

.no-left .input-field label {
    left: 0 !important;
}

.top-border-radius {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.border-radius {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* styles for global_ShowToastMessage */
.toast { 
    background: #fff !important;
    padding: 0.5rem !important;
    border-radius: 4px !important;
    box-shadow: -1px 1px 10px
        rgba(0, 0, 0, 0.3);
    z-index: 9999 !important;
    cursor: pointer !important;
    width: unset !important;
    float: left !important;
}

.toast-container {
    position: fixed !important; 
    bottom: 25px !important;
    left: 25px !important;
    max-width: 600px !important;
    z-index: 9999 !important;
}
  
.toast.closing { 
    animation: slideOutRight 0.5s 
        ease-in-out forwards; 
} 
  
.toast-progress { 
    position: absolute;
    display: block; 
    bottom: 0; 
    left: 0; 
    height: 4px; 
    width: 100%; 
    background: #b7b7b7; 
    animation: toastProgress 3s 
        ease-in-out forwards; 
} 
  
.toast-content-wrapper { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
} 
  
.toast-message { 
    flex: 1 !important;
    font-size: 0.9rem !important;
    color: #000000 !important;
    padding: 0.5rem !important;
    word-break: break-word !important;
    font-weight: 600 !important;
} 
  
.toast.toast-success { 
    background: #95eab8 !important;
} 
  
.toast.toast-success .toast-progress { 
    background-color: #2ecc71 !important;
} 
  
.toast.toast-error { 
    background: #efaca5 !important;
} 
  
.toast.toast-error .toast-progress { 
    background-color: #e74c3c !important;
} 
  
.toast.toast-info { 
    background: #bddaed !important;
} 
  
.toast.toast-info .toast-progress { 
    background-color: #3498db !important;
} 
  
.toast.toast-warning { 
    background: #ead994 !important;
} 
  
.toast.toast-warning .toast-progress { 
    background-color: #f1c40f !important;
} 

.toast-close {
    cursor: pointer !important;
    background-color: transparent !important;
    border: none !important;
    position: absolute !important;
    top: 0 !important;
    right: 10px !important;
    color: #000000 !important;
}
  
@keyframes slideInLeft { 
    0% { 
        transform: translateX(-110%); 
    } 
  
    75% { 
        transform: translateX(10%); 
    } 
  
    100% { 
        transform: translateX(0%); 
    } 
} 
  
@keyframes slideOutRight { 
    0% { 
        transform: translateX(0%); 
    } 
  
    25% { 
        transform: translateX(-10%); 
    } 
  
    100% { 
        transform: translateX(110%); 
    } 
} 
  
@keyframes fadeOut { 
    0% { 
        opacity: 1; 
    } 
  
    100% { 
        opacity: 0; 
    } 
} 
  
@keyframes toastProgress { 
    0% { 
        width: 100%; 
    } 
  
    100% { 
        width: 0%; 
    } 
}

.success {
    background: #4caf50;
}

.error {
    background: #f44336;
}

.info {
    background: #2196f3;
}

/*-- Mobile Search Input --*/
.m-search-input {
    margin-left: 25px !important;
    padding: 0 0 0 8px !important;
}

.btn-search {
    position: absolute;
    right: 0;
    top: 0;
    height: 2rem;
    display: block;
    margin-right: 1.658em !important;
    box-shadow: none !important;
    line-height: 34px;
}

/*-- End --*/

/*-- Main Card Content --*/
.main-card {
    position: relative;
    min-height: 175px;
    overflow: hidden;
}

/*-- End --*/

/*-- Header Icon Line-Height Fix --*/
.line-header {
    position: relative;
    /*z-index: 100;*/
    height: auto;
    line-height: normal;
}

.line-header i {
    height: 56px;
    line-height: 56px;
}

/*-- End --*/

/*-- Navigation Wrapper Padding --*/
nav .nav-wrapper {
    padding: 0;
}

/*-- End --*/

/*-- Custom Small Button --*/
.custom-btn {
    padding: 0 1rem;
    text-transform: none;
}

/*-- End --*/

/*-- Mobile Navbar Icon Fix --*/
.navbar-icon-lg {
    line-height: 0.75em !important;
    height: inherit !important;
    padding-right: 10px;
}

/*-- End --*/

/*-- Mobile Navbar Hidden --*/
@media only screen and (min-width: 768px) {
    .hide-on-small {
        display: none !important;
    }
}

/*-- End --*/

/*-- Card Panel Margin Override --*/
.card-panel {
    margin: 0.5rem 0.5rem 1rem 0.5rem !important;
}

/*-- End --*/

/*-- Temp Image Size Fix --*/
.card-content img {
    width: 72px;
    height: 72px;
}

.card-panel img {
    width: 200px;
    height: 200px;
}

/*-- End --*/

/*-- Case Planning Manage Button --*/
.case-btn {
    position: absolute;
    top: 5px;
    right: 17px;
}

/*-- End --*/

/*-- Text Area Button --*/
.text-area button {
    text-decoration: none;
    color: #ffffff;
    background-color: #00b0ff;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    margin: 0 5px 0 0;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    background-color: #5baeca !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.text-area button:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/*-- End --*/

/*-- Material Select Style --*/
.select select {
    font-family: inherit;
    background-color: transparent;
    width: 100%;
    padding: 4px;
    font-weight: normal;
    font-size: inherit;
    color: rgba(0, 0, 0, 0.87);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .26);
}

/*-- End --*/

/*-- Remove down carets on desktop only --*/
@media only screen and (min-width: 1024px) {

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        display: none !important;
    }
}

/*-- End --*/

/*-- Remove calendar header --*/
.picker__date-display {
    display: none;
}

/*-- End --*/

/*-- Drop down content extra width --*/
.dd-content {
    min-width: 150px !important;
}

/*-- End --*/

/*-- Sticky Footer --*/
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

/*-- End --*/

/*-- Auth0 Lock Widget Config --*/
.auth0-lock-header {
    padding: 0px !important;
    height: auto !important;
    border-radius: 0 !important;
}

.auth0-lock-header-welcome {
    background-color: #2569a2;
}

.auth0-lock-header-logo {
    padding: 10px !important;
    width: 227px !important;
    height: 45px !important;
}

.auth0-lock-submit {
    border-radius: 0 !important;
}

.auth0-lock-close-button {
    display: none !important;
}

.auth0-lock-last-login-pane p span {
    color: #000000 !important;
}

/*-- End --*/
/*-- Heading Padding --*/

.heading-pad {
    padding: 5px 10px;
}

.th-title {
    width: 470px;
}

/*-- Input Label Font Color Override --*/

.input-field label {
    color: #4f4f4f !important;
    font-size: 0.8rem;
}

.input[type=text] {
    background: #fff !important;
}

/*-- End --*/
/*-- Input Focus Decoration --*/

input[type=text]:focus {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
}

input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
    background-color: #fff !important;
}

/*-- End --*/
/*-- Search Bar --*/

ul#nav-mobile {
    margin: 0;
}

#nav-mobile li.search .search-wrapper i.fa-search {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background-color: #00B0FF;
    color: #fff;
    padding: 8px;
}

#nav-mobile li.search .search-wrapper input#search {
    display: block;
    font-size: 16px;
    font-weight: 300;
    width: 50%;
    margin: 0;
    padding: 0 45px 0 15px;
    border: 0;
}

#nav-mobile li.search {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    padding: 0;
    z-index: 2;
}

#nav-mobile li.search .search-wrapper {
    margin: 0;
    transition: margin .25s ease;
}

#nav-mobile .m-search-input {
    padding: 0 !important;
    margin-left: 15px !important;
}

/*-- End --*/
/*-- Placeholder Color --*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #999;
}

:-moz-placeholder { /* Firefox 18- */
    color: #999;
}

/*-- End --*/
/*-- Breadcrumb Fix --*/

.breadcrumb, .breadcrumb a {
    color: #444;
}

.breadcrumb:before {
    color: #777;
    margin: 3px 10px 0 8px; /* Forward slash margin fix */
}

.breadcrumb:last-child {
    color: #444;
    font-weight: bold;
}

.breadcrumb-grey {
    background-color: #f1f1f1;
}

/*-- End --*/
/*-- Goals and Action Steps --*/

.add-button-pad {
    padding: 20px 20px 0 20px;
}

.col-title-pad {
    padding: 5px !important;
}

tr.th-no-padding th {
    padding: 0 !important;
}

tr.th-no-border-radius th {
    border-radius: 0;
}

/*-- Chips --*/

.chips-grey {
    background: #8E8E8E;
}

.chips-style {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16), 0 0 10px 0 rgba(0, 0, 0, 0.12);
    margin: 2px 0;
}

.breadcrumb-grey-text {
    color: #8E8E8E !important;
    font-weight: bold;
    text-decoration:none !important;
    font-family: "Roboto Condensed";
}

/*-- End --*/
/*-- Button/Icon Radius Removal + Icon Size Change --*/

.btn-floating {
    border-radius: 0 !important;
    line-height: 24px;
    width: 24px;
    height: 24px;
}

.btn-floating i {
    font-size: 1rem;
    line-height: 24px;
}

/*-- End --*/
/*-- Card Program Button Padding --*/

.button-padding a {
    padding: 0 1.2rem;
}

/*-- End --*/
/*-- Custom Goals & Action Button --*/

.cust-goal-btn {
    background: #00B0FF;
    color: #fff;
    border-radius: 4px;
}

#subject-label {
    color: #000000 !important;
    font-size: inherit;
}

/*-- Subject Dashboard Styling --*/

.image-pathfinder {
    background: url("../../content/images/pathfinder.jpg") no-repeat;
    background-size: cover;
    max-width: 100%;
    min-height: 400px;
    display: block;
}

.image-history {
    background: url("../../content/images/history.jpg") no-repeat;
    background-size: cover;
    max-width: 100%;
    min-height: 189px;
    display: block;
}

.image-job {
    background: url("../../content/images/job.jpg") no-repeat;
    background-size: cover;
    max-width: 100%;
    height: 200px;
    display: block;
}

.image-journal {
    background: url("../../content/images/journal.jpg") no-repeat;
    background-size: cover;
    max-width: 100%;
    min-height: 200px;
    display: block;
}

.image-blue {
    background: #234A87;
    max-width: 100%;
    min-height: 189px;
    display: block;
}

.image-green {
    background: #3F9238;
    max-width: 100%;
    min-height: 200px;
    display: block;
}

.image-red {
    background: #C83F3A;
    max-width: 100%;
    min-height: 200px;
    display: block;
}

.envelope-icon {
    background: url("../../content/images/envelope.png") no-repeat;
    background-size: cover;
    width: 125px;
    height: 125px;
    display: block;
    margin: 0 auto;
}

.calendar-icon {
    background: url("../../content/images/calendar.png") no-repeat;
    background-size: cover;
    width: 125px;
    height: 125px;
    display: block;
    margin: 0 auto;
}

.dashboard h1,
.dashboard h2,
.dashboard h3,
.dashboard p,
.dashboard span {
    font-weight: bold;
    text-shadow: 0 1px 2px #000;
}

.dashboard .text-top {
    position: absolute;
    top: 0;
    padding: 20px;
}

.dashboard .text-bottom {
    position: absolute;
    bottom: 0;
    padding: 20px;
}

.dashboard .text-right {
    right: 0;
}

/*-- End --*/
/*-- Table Header Color --*/

table.header-grey th {
    color: #777;
}

.default-user-chip {
    float: left;
    margin: 3px 0 0 -9px;
    width: 32px;
}

.default-user-chip-circle {
    float: left;
    margin: 0 8px 0 -12px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

/*-- Collapsible Margin --*/

.collapsible-header {
    margin-bottom: 1px;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loaderCircle {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spinAnimate 2s linear infinite;
    animation: spinAnimate 2s linear infinite;
    z-index: 1001;
}

#loaderCircle:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ccc;
    -webkit-animation: spinAnimate 3s linear infinite;
    animation: spinAnimate 3s linear infinite;
}

#loaderCircle:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #2569a2;
    -webkit-animation: spinAnimate 1.5s linear infinite;
    animation: spinAnimate 1.5s linear infinite;
}

@-webkit-keyframes spinAnimate {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinAnimate {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loadingInfo {
    display: block;
    position: relative;
    top: 50%;
}

.notificationDiv p {
    margin: 0;
}

.notificationDiv p a {
    padding: 0;
    font-size: 12px;
    color: #039be5;
    font-weight: normal;
}

/*-- End --*/
/*-- Input border only --*/

.signature {
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    border-bottom: 1px solid #E0E0E0 !important;
}

/*-- End --*/
/*-- Modal Width --*/

.modal {
    width: 75% !important;
}


.remove-recommendation {
    width: 30% !important;
}
/*-- Special Side Nav Close Button --*/

.close-button {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;
    cursor: pointer;
}

.close-button {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 0.75em;
    height: 0.75em;
    border: none;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    font: normal 2em/normal Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #00B0FF;
}

.close-button::before {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 0.45em;
    height: 0.1em;
    position: absolute;
    content: "";
    top: 0.33em;
    left: 0.155em;
    border: none;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #ffffff;
    text-shadow: none;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.close-button::after {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 0.45em;
    height: 0.1em;
    position: absolute;
    content: "";
    top: 0.33em;
    left: 0.155em;
    border: none;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #ffffff;
    text-shadow: none;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

/*-- End --*/
/*-- Side Nav Bar DDL --*/
#slide-out.side-nav .side-nav-ddl {
    display: none;
}

#slide-out.side-nav li.selected .side-nav-ddl {
    display: block !important;
}

#slide-out.side-nav .fa-caret-up {
    display: none !important;
}

#slide-out.side-nav li.selected .fa-caret-down {
    display: none !important;
}

#slide-out.side-nav li.selected .fa-caret-up {
    display: inline-block !important;
}

.side-nav-ddl a {
    height: auto;
    line-height: 34px;
    padding: 0 55px;
}

/*-- End --*/
/*-- Side Nav Borders --*/

.side-nav a {
    border-bottom: 1px solid #f1f1f1;
}

.dateSelector {
    color: #000 !important
}

/*-- End --*/
/*-- Custom Cursor --*/

li.no-cursor a,
li.no-cursor i,
.no-cursor {
    cursor: text !important;
}

.cursor {
    cursor: pointer;
}

.custom-cursor:hover {
    /* background: #d9d9d9;
    */
    background: #46B2FA;
    color: #fff;
    cursor: pointer;
}

/*-- End --*/

.angular-input-stars {

    display: inline-block;
    padding: 0;
    margin-left: -5px;
    list-style: none;
}

.angular-input-stars > li {

    font-size: 17px;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    cursor: pointer;
}

.angular-input-stars > li i.readonly {
    cursor: not-allowed;
}

.angular-input-stars > li .active {

    color: #FDE35E;
    text-shadow: black 0 0 1px, 0 0 1px;
}

.angular-input-stars > li .active.angular-input-stars-hover {
    text-shadow: black 0 0 3px;
}

.table-offset-padding td {
    padding: 0px !important;
}

/*-- Caregroup Custom Title --*/

.caregroup-title {
    width: 100% !important;
    background: #fff !important;
    font-size: 0.8em !important;
    color: #039be5 !important;
    text-align: center !important;
    position: absolute;
    bottom: 0;
}

/*-- End --*/

/*-- District Reports Table Text Align --*/

tr.td-align-center > td,
tr.td-align-center > th {
    text-align: center;
}

/*-- Progress Bar Background Color Override --*/

.progress {
    background-color: #fff !important;
}

/*-- End --*/
/*-- Active Background Color --*/

/* .active {
    background: #46B2FA;
    color: #fff;
  } */

.selectionActive {
    background: #d9d9d9;
    color: #000;
}

/*-- End --*/
/*-- Treatment Pathway Top Padding Fix --*/

@media screen and (max-width: 768px) {
    .treatment-top-pad {
        padding-top: 20px;
    }
}

/*-- End --*/
/*-- Pagination Adjustment --*/

ul.pagination {
    margin: 0 !important;
}

.pagination li i {
    font-size: 1.3em !important;
}

.pagination li {
    font-size: .8em !important;
    line-height: 30px !important;
    border: 1px solid #E0E0E0;
}

.pagination li.active {
    background: #00B0FF !important;
}

.pagination li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*-- End --*/
/*-- Select Small --*/

.subject-select {
    background-color: transparent;
    /*-- height: 1.5rem; --*/
    border: 1px solid #000;
}

.bottomlink{
    text-align:right;
    font-weight: 1000;
}

.bottomlink a{
 text-decoration:underline;
}

.bottomlink a:hover{
    text-decoration:none;
   }

/*-- End --*/

/*-- CurrentAssessment --*/
.blue-padding {
    background-color: #4bb0ff;
    padding: 6px;
}

.icon-background-present {
    color: #40c041;
}

.icon-background-absent {
    color: #080808;
}

.icon-background-no-attendance {
    color: #f8f8f8;
}

.collapsible-header.active i.fa-angle-double-down {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);

    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
}

.header-style {
    font-size: 13px;
    text-decoration: underline;
}

progress {
    height: 20px;
    background-color: white;
    color: #9fcc00;
    border: 1px solid #827a7a;
}

progress::-webkit-progress-bar {
    background-color: white;
}

progress::-webkit-progress-value {
    background-color: #9fcc00;
}

progress::-moz-progress-bar {
    background-color: #9fcc00;
}

.margin-20 {
    margin-top: 20px;
}

.accordion-background {
    background-color: #ececec;
}

.content-overflow {
    padding-left: 5px;
    display: inline-block;
    width: 470px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.head-overflow {
    padding-left: 5px;
    display: inline-block;
    width: 470px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.popup-contentflow{
    display: inline-block;
    width: 50% !important;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.content-overflow-card {
    padding-left: 5px;
    display: inline-block;
    width: 175px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.popup-contentflow-card {
    display: inline-block;
    width: 50% !important;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.Description-style{
    word-wrap: break-word;
    width: 1000px;
}

.material-tooltip {
    width: 250px;
    max-height: 150px;
    font-size: 14px;
    float: left;
    border-radius: 4px;
}

.backdrop {
    background-color: #4687af;
}

@media screen and (min-width:240px) and (max-width:640px) {
    .heading
    {
        font-size:18px;

    }
    .card .card-image .card-title
    {
        padding: 0px !important;
    }
}
@media screen and (min-width:641px) and (max-width:991px) {
    .heading
    {
        font-size:24px;

    }
    .card .card-image .card-title
    {
        padding: 10px !important;
    }
}
   #addToCaregroupModal{
    max-width:448px;
   }

   .addToCaregroup-footer{
    height:53px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    bottom: 0;
   }

   .green-check
   {
    color:green;
   }

   .ul-listing{
    display: inline-block;
    text-align:left;
    margin-top:10px;
    margin-left:38px;
   }

   .li-listing{
    text-align:left;
    list-style-type:disc;
    color:red;
    font-size:14px;
   }

   #programValidationModal{
    overflow-y:hidden !important;
    max-width:600px;
    width:auto;
    height:auto;
   }

   .programValidation-content{
    overflow-y: scroll;
    height:250px;
   }

   .programValidation-content-div{
    text-align:justify;
    margin-top:0px;
   }
#modal-strongr {
	height: 85%;
	min-height: 89%;
	width: 75%;
}
 #modal-ccr {
    height: 500px;
	width: 75%;
}
#modal-strongr div.strongRcontent {
	height: 90%;
	min-height: 85%;
}
#modal-strongr div.strongRcontent div.strongRcontent2 {
	height: 100%;
	min-height: 100%;
}
#strongrFrame, #strongrFrame iframe {
	height: 100%;
	min-height: 100%;
}
.caregroup-dropdown {
    width: 18%;
}
.caregroup-content {
    max-height: 393px;
    padding: 24px;
}
.confirm-caregroup-content {
    height: 183px;
    padding: 24px;
}
.addcaregroup-content {
    padding: 24px;
    max-height:428px;
    max-width:428px;
}
.grey-icon {
    color: grey;
}

.blue-color {
    color: #1ab8ff;
}

.custom-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 30px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    max-height: 230px;
    overflow: auto;
}

.custom-dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}

.custom-dropdown,
.dropup {
    position: relative;
}

.custom-dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.custom-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: -6px;
}

.custom-nav-link {
    display: block;
    padding: .5em 1em;
    font-weight: bold;
    color: #2f171763;
}
.custom-dropdown-date:hover{
    background:  #1ab8ff;
}
.pad-lt{
    padding-left: 50px !important;
}
.pad-lt-15 {
    padding-left: 15px !important;
}
.pad-lt-35 {
    padding-left: 35px !important;
}
.pad-lt-edit{
    padding-left: 0px !important;
}
.unauthorized-message-style{
    width: 33% !important;
    margin-top:8%;
}
.program-complete-confirm-style {
    width: 22% !important;
    margin-top: 8%;
    z-index: 15000 !important;
}
.program-complete-confirm-header-style {
    background-color: #2a74ac;
}
.program-complete-confirm-content-style {
    padding: 8% !important;
    text-align: center;
}
.program-complete-confirm-button-style {
    margin-top: 15px !important;
}
[type="checkbox"]:checked + label:before {
    background-color: #00b0ff;
    box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 0px #00b0ff;
    top: 0px;
    left: 0px;
    width: 18px;
    height: 18px;
    border: 2px solid #5a5a5a;
    transform: none;
    margin-top: 2px;
    border-radius: 1px;
}
[type="checkbox"].filled-in:checked + label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    box-shadow: none;}

.day-pad-left
    {
    padding-left:25px !important;
    }
.existingComponentDropdown {
        display: block;
    }

.existingComponentDropdown ::placeholder {
        line-height: 1.5;
        font-size: 16px;
        font-weight: normal;
        color: rgba(0, 0, 0, 0.87);
    }

.existingComponentDropdownMenu {
        display: none;        
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        border: 1px;
        margin: 0px;
        max-height: 300px;
        overflow: overlay;
        z-index: 10000;
        position: absolute;
        background-color: white;   
        width: 100%;    
    }

.existingComponentDropdownMenu a {
        margin: 0px !important;
        display: block;
        max-width: 450px;
        position: relative;
        padding: 5px 16px;        
    }

.component-heading label {
        font-size: 11px;
    }

.component-heading {
        margin-bottom: 0px;
        font-weight: bolder;
    }

.program-component {
        font-size: 13px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f1f1f1;
    }

.component {
        border-bottom: 1px solid #f1f1f1;
    }

.existingComponentDropdown .fa-caret-down {
        position: absolute;
        top: 8px;
        right: 115px;
        font-size: 15px;
    }

.existingComponentDropdown .fa-plus-square {
        color: #5ec7f1;
        position: absolute;
        top: 9px;
        right: 69px;
        font-size: 15px;
    }

.component-plus-icon {
        top: 9px !important;
        right: 35px !important;
    }

.fa-times-circle {
        color: #5ec7f1;
    }

.padding {
        padding-top: 2% !important;
    }
.Component-head{
       padding-left:0px;
       padding-bottom: 24px;
    }

.newComponent-icon{
      font-size:24px;
      padding-top: 4px; 
    }

.newcomponent-heading{
      padding-left: 0px;
      padding-top: 4px;
      font-size:15px;

    }
    
.addComponent-icon:hover i {
        display: block !important;
        float: right !important;
    }

.addComponent-icon>i {
        display: none !important;
    }

.grey-button {
    color: #8E8E8E !important;
}

    .black-text{
        color: #000000 !important;
     }
     .plabel-text{
     text-decoration: none;
     color: #fff;
     background-color: #00b0ff;
     text-align: center;
     margin: 0px;
     height: 19px;
     width: 93px;
     line-height: 0;
    }
    .bordericon{
    border: 1.5px solid #bdbdbd;
    padding: 0 !important;
    width: 95px;
    }

    .plabel-text-size{
        font-size: 10px;
    }

    .signup-tether-modal{
        padding: 8px 0 !important;
    }
    .signup-tether-modal .row{
        margin-bottom: 10px;
    }
    .margin-horizontal{
        margin: 0 24px;
    }
    .signup-tether-content{
        font-size:12px; 
        text-align:justify;
    }

    .signup-tether-passcode-section{
        background-color:#dcecf9;
        padding:1px;
    }

    .signup-tether-passcode-section , .edit-subject-block h3{
        padding-left: 10px;
        font-size: 20px;
        color:#2569a2;
    }
    .verify-contact-content{
        border-top: 1px solid #234A87;
    }

    .verify-contact-content a{
        cursor: pointer;
        color: #00B0FF;
    }

    .verify-contact-content a.verified{
        color: #40c041;
    }

    .divEditView{
        background: #eee;        
    }

    .divDefaultView{
        background: #ffffff;
    }

    .bg-light-blue{
        background: #e5f5fd !important;
    }
    
    .disabled {
        cursor: not-allowed;
        opacity: .5;
      }
    .pad-bottom-top-5{
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .pad-rt-82 {
        padding-right: 82px;
    }

.pad-left-0 {
    padding-left: 0 !important;
}
/*-- End --*/

/*-- Subject Profile Changes --*/
.pageContent{
    margin: 0 20px;
    padding: 20px;
}
.subject-profile-details div{
    line-height:2;
}
.subject-profile-details input{
    padding: 0 5px;
    max-width: 220px;
}
.subject-profile-details a{
    cursor: pointer;
}
.border-separation{
    border-top: 1px solid #234A87;
}
.subject-profile-details .edit-subject-block{
    padding:10px;
}
.subject-profile-details .edit-subject-block.edit-subject-form{
    background: #e5f5fd;
}
.clr{
    clear:both;
}
.subject-Assigned-Width{
    width:20% !important;
}
.Behavior-Width{
    width:18% !important;
}
.startDate-Width {
    width: 13% !important;
}


.btn-small{
    padding: 0 7px;
    line-height: 28px;
    height: 28px;
    text-transform: lowercase;
}

i.arrow {
    border: solid #039be5;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
  }
  
  i.arrow.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  
  i.arrow.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .edit-subject-block h4{
    font-size: 18px;
    color:#2569a2;
  }

.request-Status{
    width:60%;
}

.border-blue{
    border:2px solid #1ab8ff;
}

#toast-container {
    top: 0 !important;
    right: 5% !important;
    left: unset;
    bottom: unset;
}
.drag-target {
    margin-left: 10px !important;
}

.margin-lt-15 {
    margin-left: 15px !important;
}

.notification-dot-header {
    height:11px;
    border-radius: 15px !important;
    font-size: 8px !important;
    text-align: center !important;
    min-width: 0px !important;
    display: inline-block !important;
    color: #ffffff !important;
    padding: 0px 4px !important;
    line-height:1.5 !important;
    position: relative !important;
    top: 14px;
    left: -11px;
}

.pink-dot {
    background-color: #ff356d !important;
}

.blue-dot {
    background-color: #038bff !important;
}

.side-nav{
    height: 100% !important;
    padding-bottom: 0!important;
}

.cstm-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 500ms;
    opacity: 0;
    visibility: hidden;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.25);
}

.cstm-popup {
    background: #79b4ce;
    width: 100%;
    position: relative;
    color: #fff;
}

.cstm-popup .cstm-body {
    padding: 15px 75px;
    display: flex;
    align-items: center;
}

.cstm-popup .cstm-body p {
    font-size: 12px;
    text-align: left;
    margin:0px;
    padding-right:20px;
}


.cstm-popup .cstm-btn {
    color: #fff;
    background-color: #79b4ce;
    font-size: 14px;
    text-transform: unset;
    border-radius: 3px;
    padding: 2px 20px;
    border: 1px solid #fff;
    transition: unset;
    height: unset;
    line-height: unset;
    box-shadow: none;
}
.error-msg {
    color: red;
}

.cstm-popup .cstm-btn:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.cstm-popup .btn-default.active.focus,
.cstm-popup .btn-default.active:focus,
.cstm-popup .btn-default.active:hover,
.cstm-popup .btn-default:active.focus,
.cstm-popup .btn-default:active:focus,
.cstm-popup .btn-default:active:hover {
    color: #fff;
    background-color: #79b4ce;
}

.margin-rt-15 {
    margin-right: 15px;
}

.display-flex {
    display: flex;
    justify-content: flex-end;
}

.subject-search-name a:hover{
    cursor:pointer;
}

.pull-text-right {
    margin-left: 28px;
}

@media (max-width: 768px) {
    .cstm-popup .cstm-body {
        padding: 15px 20px;
    }
}
@media screen and (max-width: 1920px) {
    .reportv1-close-btn {
        position: relative;
        z-index: 1;
    }
}

.info-log-style {
    background: #862281 !important;
}
