audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}


.videoFullOuter .h1, 
.videoFullOuter .h2, 
.videoFullOuter .h3, 
.videoFullOuter .h4, 
.videoFullOuter .h5, 
.videoFullOuter .h6, 
.videoFullOuter h1,
.videoFullOuter  h2,
.videoFullOuter  h3,
.videoFullOuter  h4,
.videoFullOuter  h5,
.videoFullOuter  h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;}

.InnerContainer {
    width: 100%;
    display: inline-block;
}

.videoFullOuter {
    width: 100%;
    display: inline-block;
    padding-top: 25px;
}

.PatientNumberArea {
    position: relative;
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
}
.leftInnerSec h3 {
    font-size: 18px;
    color: #373737;
    margin: 5px 0 0 0;
    letter-spacing: 1px;
}
.leftInnerSec span {
    font-size: 14px;
    color: #2e2e2e;
    font-weight: 600;
}
.leftInnerSec .PatientNumberArea span {
    word-break: break-all;
    display: inline-block;
    width: 100%;
}
.PatientNumberArea:after {
    background: #da4b7e;
    width: 130px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}
.sideBarBtnBottm {
    clear: both;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}

.afterNone:after{display:none;}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btngreen_border {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #32b7b5;
    border-radius: 12px;
    color: #373737;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 6px 30px;
    width: 100%;
}
.btngreen_border:hover {
    background: #32b7b5;
    color: #fff;
}
.sideBarBtnBottm button {
    margin: 10px 0;
}
button[disabled], html input[disabled] {
    cursor: default;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.btnGray, #savemessage {
    background: #373737 none repeat scroll 0 0;
    border: 2px solid #373737 !important;
    border-radius: 12px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 6px 30px;
    width: 100%;
}

.btnGray:hover, .btnGray:focus {
    color: #fff;
}
#sendrating {
    background: #373737;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 6px 30px;
    margin-top: 10px !important;
    border: 2px solid #373737;
}
#savemessage {
    width: auto;
    background: none;
    border: none !important;
    float: right;
    padding: 0;
    color: #5cb4b4;
    font-weight: 600;
    text-decoration: underline;
    border-radius: 0;
}

.btnGray:hover, #savemessage:hover, #sendrating:hover {
    background: none;
    color: #373737;
}


.midBorder {
    border-left: 2px solid #6a6a6a;
    border-right: 2px solid #6a6a6a;
    float: left;
    padding: 0 30px;
    width: 100%;
}
#fullscreen {
    position: relative;
}
.imgPluginCall {
    float: left;
    margin: 10px 0;
    width: 100%;
}
.imgPluginCall {
    position: relative;
}
.imgPluginCall>img {
    height: auto;
    margin: 0 auto;
    width: 100%;
}
.videoOverlayCont {
    position: absolute;
    top: 10%;
    width: 100%;
}
.videoOverlayCont h2 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
}


.App-main {
    position: relative;
    width: 75vw;
    /* height: calc(75vw * .6); */
    height: 350px;
    margin: 10px auto;
    border: 1px solid lightblue;
}
.App-main {
    width: 100%;
}
.App-control-container {
    position: absolute;
    height: 100%;
    width: 60px;
    left: -55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ots-video-control.audio {
    background-image: url(https://assets.tokbox.com/solutions/images/icon-audio.png);
}
.App-control-container .ots-video-control {
    width: 40px;
    height: 40px;
    margin: 20px 0 !important;
    border: 2px solid white;
    border-radius: 50%;
    background-position: center;
    background-color: rgba(27, 134, 144, 0.4);
    background-color: lightgrey;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 20px;
}
.App-control-container .ots-video-control.audio {
    background-image: url(https://assets.tokbox.com/solutions/images/icon-mic.png);
}
.App-control-container .ots-video-control.video {
    background-image: url(https://assets.tokbox.com/solutions/images/icon-video.png);
}
.App-control-container .ots-video-control.end-call {
    background-image: url(https://assets.tokbox.com/solutions/images/icon-hang-up.png);
    background-color: red;
}
.App-video-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.App-mask {
    width: 100%;
    height: 100%;
    position: relative;
    color: white;
    background: rgba(27, 134, 144, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}
progress-spinner {
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    -webkit-animation: rotate 800ms linear infinite;
    animation: rotate 800ms linear infinite;
}
progress-spinner[dark] {
    border-top-color: rgba(255, 255, 255, 0.6);
}
.App-mask .message {
    font-weight: 200;
}
.App-mask .message.with-spinner {
    position: absolute;
    top: 57.5%;
}
.hidden {
    display: none !important;
}
.App-video-container .video-container {
    width: 100%;
    height: 100%;
    display: flex;
}
.App-video-container .video-container.hidden {
    display: none;
}


.callButtonResponse>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.callButtonResponse ul li {
    display: inline-block;
    margin: 0 30px;
}
.clickable {
    cursor: pointer;
}
.callButtonResponse ul li a {
    font-size: 18px;
    letter-spacing: 1px;
    color: #373737;
}
.callButtonResponse ul li a img {
    margin-bottom: 5px; border: 0;
}

.centerVideoDiv {
    display: inline-block;
    width: 100%;
}
.centerVideoDiv h2 {
    font-size: 20px;
    color: #373737;
    margin-bottom: 5px;
}
.centerVideoDiv h2 {
    font-size: 20px;
    color: #373737;
    margin-bottom: 5px;
    display: inline-block;
    margin-top: 0;
    font-weight: 400 !important;
}


/* stepwizard */


.midBorder .stepwizard-row::before {
    top: 20px;
}
.midBorder .stepwizard-step p {
    margin-top: 0px;
}
.stepwizard [type="radio"]:checked + label, .stepwizard [type="radio"]:not(:checked) + label{     max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;}

    .midBorder .stepwizard-step div {
    margin-top: 20px;
    font-weight: 400; font-size: 14px;
}

.stepwizard-step label{ margin-right: 5px;}
.radio1Set > p{ margin-left: -7px;}
.radio5Set > p{ margin-right: -7px;}



.imageBlock {
    float: left;
    width: 100%;
}
.imageBlock>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.imageBlock li {
    display: inline-block;
    margin: 0 6px 12px;
}
.msgBoxHolder {
    float: left;
    margin-top: 100px;
    width: 100%;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.125) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
    width: 100%;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.msgBoxHolder input[type="text"] {
    margin: 15px 0;
}



.videoFullOuter_custom{ display: flex; width: 100%; padding-bottom: 40px; }
.videoFullOuter_col-three{ width: 25%; flex-grow: 1; padding-left:15px; padding-right: 15px;}
.videoFullOuter_col-six{ width: 50%; flex-grow: 1; padding-left:15px; padding-right: 15px;}
.GreyOuterBG {
    background: #ebebeb;
    width: 100%;
    display: inline-block;
}

@media screen and (max-width: 1366px) {
      .callButtonResponse ul li {
        display: inline-block;
        margin: 0 10px 10px;
    }
        .callButtonResponse ul li a {
        font-size: 13px;
    }
        .callButtonResponse ul li a img {
        margin-bottom: 5px;
        width: 30px;
    }
        .midBorder .stepwizard-step div {
        margin-top: 15px;
        font-weight: 400;
    }
        .btnGray, #savemessage, .btngreen_border {
        font-size: 16px;
        padding: 6px 10px;
    }
    .sideBarBtnBottm {
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .msgBoxHolder {
        margin-top: 20px;
    }
        .imageBlock li {
        display: inline-block;
        margin: 0 2px 5px;
    }
        .imageBlock ul li img {
        width: 45px !important;
        height: 45px !important;
    }
}


@media screen and (max-width:991px){
  .videoFullOuter_custom{ flex-wrap: wrap; flex-direction: column; }
.videoFullOuter_col-three{ width: 100%; flex-grow: 1; padding-left:15px; padding-right: 15px;}
.videoFullOuter_col-six{ width: 100%; }
.midBorder{ margin-bottom: 25px; margin-top: 25px; border: 0; border-top:solid 1px #6a6a6a;  border-bottom:solid 1px #6a6a6a; padding: 25px 0; padding-top: 15px; }
}

@media screen and (max-width:767px){
  .midBorder .stepwizard-step div{ font-size: 10px;}
}
