.article-dual-column {
    color: #56585b;
    background-color: #fff;
    font-size: 14px;
}
.article-dual-column .intro {
    font-size: 16px;
    margin: 0 auto 30px;
}
.article-dual-column .intro h1 {
    font-size: 32px;
    margin-bottom: 15px;
    padding-top: 20px;
    line-height: 1.5;
    color: inherit;
    margin-top: 25px;
}
.article-dual-column .intro p {
    color: #929292;
    font-size: 12px;
}
.article-dual-column .intro p .by {
    font-style: italic;
}
.article-dual-column .intro p .date {
    text-transform: uppercase;
    padding: 4px 0 4px 10px;
    margin-left: 10px;
    border-left: 1px solid #ddd;
}
.article-dual-column .intro p a {
    color: #333;
    text-transform: uppercase;
    padding-left: 3px;
}
.article-dual-column .intro img {
    margin-top: 25px;
}
.article-dual-column .text p {
    margin-bottom: 20px;
    line-height: 1.45;
}
.article-dual-column .text h2 {
    margin-top: 28px;
    margin-bottom: 20px;
    line-height: 1.45;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.article-dual-column .text figure {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.article-dual-column .text figure img {
    margin-bottom: 12px;
    max-width: 100%;
}
.article-dual-column .toc p {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.article-dual-column .toc ul {
    padding-left: 20px;
    font-size: 13px;
    margin-bottom: 0;
}
.article-dual-column .toc li {
    padding: 2px 0;
}
.article-dual-column .toc a {
    color: inherit;
}
.article-list,
.projects-clean,
.projects-horizontal,
.team-grid {
    color: #313437;
    background-color: #fff;
}
.article-list p,
.highlight-clean p,
.projects-clean p,
.projects-horizontal p,
.team-grid p {
    color: #7d8285;
}
.article-list h2,
.features-clean h2,
.projects-clean h2,
.projects-horizontal h2,
.team-grid h2 {
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}
.article-list .intro,
.projects-clean .intro,
.team-grid .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}
#bottomtitle,
.article-list .intro p,
.projects-clean .intro p,
.team-grid .intro p {
    margin-bottom: 0;
}
.article-list .articles,
.projects-horizontal .projects {
    padding-bottom: 40px;
}
.article-list .item {
    padding-top: 50px;
    min-height: 425px;
    text-align: center;
}
.article-list .item .name {
    font-weight: 700;
    font-size: 16px;
    margin-top: 20px;
    color: inherit;
}

/* added for link on provider page */
.article-list a:link{
  color:black;
  text-decoration: none;
}


.article-list .item .description {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
}
.article-list .item .action {
    font-size: 24px;
    width: 24px;
    margin: 22px auto 0;
    line-height: 1;
    display: block;
    color: #4f86c3;
    opacity: 0.85;
    transition: opacity 0.2s;
    text-decoration: none;
}
.article-list .item .action:hover,
.contact-clean form .btn:hover,
.highlight-clean .buttons .btn:hover,
.team-grid .item:hover .cover,
.team-grid .social a:hover {
    opacity: 1;
}
.bootstrap_chat {
    background-color: #e6e6e6;
    min-height: 100vh;
}
.text-small {
    font-size: 0.9rem;
}
.messages-box {
    height: 510px;
    overflow-y: scroll;
}
.chat-box {
  height: 510px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column-reverse;

}

.chat-box2 {
  /*for the message that there are no requests*/
  height: 510px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;

}

.rounded-lg {
    border-radius: 0.5rem;
}
.inboxheader {
    color: #313437;
}
.contact-clean {
    background: #fff;
    padding: 80px 0;
}
.contact-clean form {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.contact-clean h2 {
    margin-top: 5px;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 36px;
    color: inherit;
}
.contact-clean .form-group:last-child {
    margin-bottom: 5px;
}
.contact-clean form .form-control {
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    outline: 0;
    color: inherit;
    padding-left: 12px;
    height: 42px;
}
.contact-clean form .form-control:focus {
    border: 1px solid #b2b2b2;
}
.contact-clean form textarea.form-control {
    min-height: 100px;
    max-height: 260px;
    padding-top: 10px;
    resize: vertical;
}
.contact-clean form .btn {
    padding: 16px 32px;
    border: none;
    background: 0 0;
    box-shadow: none;
    text-shadow: none;
    opacity: 0.9;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 1;
    outline: 0 !important;
}
.contact-clean form .btn:active,
.highlight-clean .buttons .btn:active,
.login-clean form .btn-primary:active {
    transform: translateY(1px);
}
.contact-clean form .btn-primary {
    background-color: #055ada !important;
    margin-top: 15px;
    color: #fff;
}
.dropdown-search-input {
    padding: 20px;
    margin-top: -6px;
    border: 0;
    border-radius: 0;
    background: #f1f1f1;
}
.features-clean {
    color: #313437;
    background-color: #fff;
    padding-bottom: 30px;
}
.features-clean p {
    color: #4d5255;
}
.features-clean .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 60px;
}
.features-clean .item {
    min-height: 100px;
    padding-left: 80px;
    margin-bottom: 40px;
}
.features-clean .item .name {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    color: inherit;
}
.features-clean .item .description,
.projects-horizontal .item .description {
    font-size: 15px;
    margin-bottom: 0;
}
.features-clean .item .icon {
    font-size: 40px;
    color: #1485ee;
    float: left;
    margin-left: -65px;
}
.footer-dark {
    padding: 50px 0;
    color: #f0f9ff;
    background-color: #282d32;
}
.footer-dark h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 16px;
}
.footer-dark ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}
.footer-dark ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.6;
}
.footer-dark ul a:hover {
    opacity: 0.8;
}
.footer-dark .item.text {
    margin-bottom: 36px;
}
.footer-dark .item.text p {
    opacity: 0.6;
    margin-bottom: 0;
}
.footer-dark .item.social,
.highlight-clean .buttons,
.projects-clean .item {
    text-align: center;
}
.footer-dark .item.social > a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
    margin: 0 8px;
    color: #fff;
    opacity: 0.75;
}
.footer-dark .item.social > a:hover {
    opacity: 0.9;
}
.footer-dark .copyright {
    text-align: center;
    padding-top: 24px;
    opacity: 0.3;
    font-size: 13px;
    margin-bottom: 0;
}
.highlight-clean {
    color: #313437;
    background-color: #fff;
    padding: 50px 0;
}
.highlight-clean h2 {
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.5;
    padding-top: 0;
    margin-top: 0;
    color: inherit;
}
.highlight-clean .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 25px;
}
.highlight-clean .buttons .btn {
    padding: 16px 32px;
    margin: 6px;
    border: none;
    background: #ddd;
    box-shadow: none;
    text-shadow: none;
    opacity: 0.9;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 1;
    outline: 0;
}
.highlight-clean .buttons .btn-primary {
    background-color: #055ada;
    color: #fff;
}


.login-clean {
    background: #fff;
    padding-bottom: 40px;
}
.formlike_bg {
    /* max-width: 320px; original value */
    max-width: 570px;
    width: 90%;
    margin: 0 auto;
    background-color: #ececec;
    padding: 40px;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.login-clean form {
    /* max-width: 320px; original value */
    max-width: 570px;
    width: 90%;
    margin: 0 auto;
    background-color: #ececec;
    padding: 40px;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.login-clean .illustration {
    text-align: center;
    padding: 0 0 20px;
    font-size: 100px;
}

.fileiconinmessage {
  text-align: center;
  padding: 5px;
  font-size: 50px;
  color: white;

}


.login-clean form .form-control {
    background: #f7f9fc;
    border: none;
    border-bottom: 1px solid #dfe7f1;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    color: inherit;
    text-indent: 8px;
    height: 42px;
}
.login-clean form .btn-primary {
    border: none;
    border-radius: 4px;
    padding: 11px;
    box-shadow: none;
    margin-top: 26px;
    text-shadow: none;
    outline: 0 !important;
}
.login-clean form .forgot {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #6f7a85;
    opacity: 0.9;
    text-decoration: none;
}
.login-clean form .forgot:active,
.login-clean form .forgot:hover {
    opacity: 1;
    text-decoration: none;
}
.process-step .step-base {
    height: 6em;
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 3em, 90% 6em, 0 6em, 10% 3em);
    clip-path: polygon(0 0, 90% 0, 100% 3em, 90% 6em, 0 6em, 10% 3em);
    padding: 1em 15%;
}
.process-step:last-child .step-base {
    height: 6em;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 6em, 10% 3em);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 6em, 10% 3em);
    padding: 1em 15%;
}
.process-step:last-child .step-caption {
    width: 100%;
}
.process-step:first-child .step-base {
    height: 6em;
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 3em, 90% 6em, 0 6em);
    clip-path: polygon(0 0, 90% 0, 100% 3em, 90% 6em, 0 6em);
    padding: 1em 15%;
}
.process-step {
    padding: 0;
    margin-bottom: 1.5em;
    font-size: 16px;
}
.steps-container {
    padding-top: 1.5em;
}
.step-caption {
    position: absolute;
    z-index: 10;
    top: 100%;
    width: 90%;
    left: 0;
    max-height: 0;
    display: block;
    overflow: hidden;
    transition: 0.5s;
}
.step-caption .caption-content {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    min-height: 7.5em;
    margin: 0;
}
.step-caption .caption-content > * {
    max-width: 100%;
    padding: 0.5em 1rem;
}
.step-caption .caption-content > img {
    max-width: 100%;
    padding: 0;
}
.process-step:hover .step-caption {
    display: block;
    max-height: 15em;
}
.process-step:hover .step-caption .caption-content {
    top: 0;
}
.navbar-dark .navbar-nav .nav-link,
.primary-color {
    color: #fff;
}
.secondary-color {
    color: #3f4531;

}

.lightgreytext {
    color: #dcdcdc !important;

}
.primary-background-color,
.secondary-background-color {
    background-color: #282d32;
}
.projects-clean .item .name {
    font-weight: 700;
    margin-top: 28px;
    margin-bottom: 8px;
    color: inherit;
}
.projects-clean .item .description {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 0;
}
.projects-horizontal .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 10px;
}
.projects-horizontal .item {
    padding-top: 60px;
    min-height: 160px;
}
.projects-horizontal .item .name {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 15px;
    color: inherit;
}
@media (max-width: 991px) {
    .footer-dark .item.social {
        text-align: center;
        margin-top: 20px;
    }
    .projects-horizontal .item .name {
        margin-top: 22px;
    }
}
body {
    color: #fff;
    background-color: #000;
}
#intro {
    width: 100%;
    height: 100vh;
    background: url(../../assets/img/simulator-mobile.jpg) center/cover no-repeat;
    opacity: 0.9;
}
@media (min-width: 768px) {
    .article-dual-column .text p {
        font-size: 16px;
    }
    .article-dual-column .text h2 {
        font-size: 20px;
    }
    #intro {
        background: url(../../assets/img/simulator.jpg) center/cover no-repeat;
    }
}
.navbar .material-icons {
    vertical-align: text-bottom;
}
.navbar-brand img {
    width: 174px;
    height: 31px;
    margin-bottom: 10px;
    margin-top: 10px;
}
#navcol-1 {
    margin-top: 10px;
}
.navbar-dark .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.9);
    color: rgba(255, 255, 255, 0.9);
}
#intro-bottom {
    background: rgba(12, 6, 50, 0.24);
}
.dropdown-toggle {
    width: 200px;
    margin: 2px;
}
.introsquare {
    background: rgba(233, 236, 239, 0.25);
}
.profileimage {
  min-height: 100% !important;
  min-width: 100% !important;
  width: auto !important;
  height: auto !important;
    border: 1px solid black;
    margin-bottom: 5px;
    margin-top: 15px;
}
.profileimageindex {
    width: 360px;
    height:240px;
    border: 1px solid black;
    margin-bottom: 5px;
    margin-top: 0px;
}
.partnerphoto {
    width: 50%;
    margin-bottom: 15px;
    margin-top: 15px;
}
@media (max-width: 767px) {
    .article-dual-column .toc {
        border: 1px solid #d3d3d3;
        padding: 20px 0 15px;
        margin-bottom: 20px;
        border-width: 1px 0;
    }
    .article-list h2,
    .features-clean h2,
    .projects-clean h2,
    .projects-horizontal h2,
    .team-grid h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
    .contact-clean {
        padding: 20px 0;
    }
    .contact-clean form {
        padding: 30px;
    }
    .features-clean {
        padding-bottom: 10px;
    }
    .features-clean .intro {
        margin-bottom: 40px;
    }
    .features-clean .item {
        min-height: 0;
    }
    .footer-dark .item:not(.social) {
        text-align: center;
        padding-bottom: 20px;
    }
    .footer-dark .item.text {
        margin-bottom: 0;
    }
    .projects-horizontal .item {
        padding-top: 40px;
        min-height: 160px;
    }
}
.team-grid .people {
    padding: 50px 0;
}
.team-grid .item {
    margin-bottom: 30px;
}
.team-grid .item .box {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 280px;
    position: relative;
    overflow: hidden;
}
.team-grid .item .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 148, 255, 0.75);
    transition: opacity 0.15s ease-in;
    opacity: 0;
    padding-top: 80px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.team-grid .item .name {
    font-weight: 700;
    margin-bottom: 8px;
}
.team-grid .item .title {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbd8fb;
    letter-spacing: 2px;
    font-size: 13px;
    margin-bottom: 20px;
}
.team-grid .social {
    font-size: 18px;
}
.team-grid .social a {
    color: inherit;
    margin: 0 10px;
    display: inline-block;
    opacity: 0.7;
}


/* Extra to make chat window expand to full 100% width on mobile*/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
.w-sm-100 {
width:100%!important;
}
.w-sm-75 {
width:75%!important;
}
.w-sm-50 {
width:50%!important;
}
.w-sm-25 {
width:25%!important;
}
.h-sm-100 {
height:100%!important;
}
.h-sm-75 {
height:75%!important;
}
.h-sm-50 {
height:50%!important;
}
.h-sm-25 {
height:25%!important;
}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
.w-md-100 {
width:100%!important;
}
.w-md-75 {
width:75%!important;
}
.w-md-50 {
width:50%!important;
}
.w-md-25 {
width:25%!important;
}
.h-md-100 {
height:100%!important;
}
.h-md-75 {
height:75%!important;
}
.h-md-50 {
height:50%!important;
}
.h-md-25 {
height:25%!important;
}
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
.w-lg-100 {
width:100%!important;
}
.w-lg-75 {
width:75%!important;
}
.w-lg-50 {
width:50%!important;
}
.w-lg-25 {
width:25%!important;
}
.h-lg-100 {
height:100%!important;
}
.h-lg-75 {
height:75%!important;
}
.h-lg-50 {
height:50%!important;
}
.h-lg-25 {
height:25%!important;
}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
.w-xl-100 {
width:100%!important;
}
.w-xl-75 {
width:75%!important;
}
.w-xl-50 {
width:50%!important;
}
.w-xl-25 {
width:25%!important;
}
.h-xl-100 {
height:100%!important;
}
.h-xl-75 {
height:75%!important;
}
.h-xl-50 {
height:50%!important;
}
.h-xl-25 {
height:25%!important;
}
}

/* Button color  - test

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #021C31 !important;
}

.buttoncolor
{
  background-color: #021C31;
  color: white;
}

*/

/* Expandable request information chat window */
.requestinformation {
  position: relative;
}

#requestexpandover {
  position: absolute;
  z-index: 1;
}

/* color of the link in the chat window */
.linkcolorrightside a {
  color: white;
  text-decoration: underline;

}
.linkcolorleftside a {
  color: #6C757D;
  text-decoration: underline;

}

/* STRIKE - Thick red border for edit mode */
.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    /* Here is the modification */
    height: 5px; /* space between lines */
    margin-top: -2px; /* adjust vertical align */
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}

/* Page area below menu_inbox */
.pagearea {
    padding-top: 40px;
    background-color: white;
    color: #505e6c;
    padding-bottom: 40px;

}

/* Admin page table views */

.admintableheader {
  font-size: 16px;
  border: 1px solid #505e6c;


}

.admintabledata {
  font-size: 14px;

}

.admintabledata a {
  color: #505e6c;
  text-decoration: none;

}
.admintabledata a:hover {
  text-decoration: underline;

}

/* The xs button that was removed in BS 4.0 */
.btn-group-xs > .btn, .btn-xs {
  padding: .4rem .2rem;
  font-size: .675rem;
  line-height: .5;
  border-radius: .2rem;
  width: 50px;
}

/* The xs button but flexible in size */
.btn-group-xs-flex > .btn, .btn-xs-flex {
  padding: .4rem .2rem;
  font-size: .675rem;
  line-height: .5;
  border-radius: .2rem;
}

/* The preciew of the files in /training/provider/photos */
#preview img{
  margin: 5px;
}
