﻿.talktext-left {
    padding: 1em;
    text-align: left;
    line-height: 1.5em;
}

.talktext-left p {
    /* remove webkit p margins */
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    word-wrap: break-word;
    font-family: Arial, Helvetica, sans-serif;
}

.talk-bubble-left {
    height: auto;
    background-color: #1F7BB6;
    position: relative;
    margin-left: 7px;
    color:#ffffff;
}

.round {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.talktext-left:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-right-color: #1F7BB6;
    border-left: 0;
    border-top: 0;
    margin-top: 15px;
    margin-left: -18px;
}

#WizardNavigationMenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#WizardNavigationMenu::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#WizardNavigationMenu::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #4488e5;
    border-radius: 4px;
}

@media only screen and (max-width: 768px) {
    #WizardNavigationMenu {
        display: none;
    }
    .modal-dialog{
        width:90% !important;
        margin: 30px auto;
    }
}

