﻿.header h1 {
    line-height: 30px;
}

.inputErrorBorderColor {
    border: solid;
    border-color: #f00 !important;
    border-width: 2px !important;
}

    .inputErrorBorderColor + label {
        visibility: visible !important;
    }

.inputError {
    font-size: 12px;
    color: red;
}

.AccountExitButton {
    font-size: 20px;
    margin: 10px
}

.AccountExitButtons {
    display: flex;
    margin-inline: auto;
    width: 80%;
    margin-top: 50px
}

.divErrorBackColor {
    background-color: #f00;
}

#divContent {
    padding-top: 38px;
}


input {
    box-shadow: 0 0 0;
    border-radius: 5px;
    border: 1px solid #b1c8db !important;
    height: 22px;
    padding-right: 3px;
}

h2, h1, #lblOk {
    color: #09bbb3;
}

input[type="button"] {
    width: 100%;
    padding: 0;
    text-align: right;
    padding: 0 2.5vw 0 0;
    height: 6vh;
    cursor: pointer;
}

input[type="radio"] {
    border: 0px solid #b1c8db !important;
    visibility: hidden;
    height: 0px;
}

.header {
    height: 0px;
    background-color: white;
}

.answerInput answer {
    position: relative;
    display: inline-block;
}

#pageDiv {
    height: 100vh;
    background-color: white;
    text-align: -webkit-center;
}

#pictureDiv {
    background-color: black;
    width: 30%;
    height: 100vh;
    float: left;
}

#accountTypeDiv {
    padding-top: 70px;
    text-align: right;
    /* padding-right: 70px; */
}

div#chooseAccount {
    display: inline-block;
}

span.answerInput.answer {
    position: relative;
}

.aboutOption {
    font-size: 26px;
    border: 1px solid;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
}



.ui-checkboxradio-label {
    border-radius: 20px;
    color: #C6A263;
    display: inline-block !important;
    font-size: 3vh;
    text-align: center !important;
    width: 280px;
    padding: 1%;
    margin: 4%;
    height: 4vh;
    line-height: 3.6vh;
    border: 2px solid #006163;
    /* outline: 1px solid; */
    position: relative;
}

    .ui-checkboxradio-label:after {
        content: '';
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        border: 2px solid #09bbb3;
        border-radius: 40px;
        /* z-index: -1; */
    }

input[type="radio"].rdChooseAccount {
    background-image: url();
}

    input[type="radio"].rdChooseAccount:checked {
        background-image: url();
    }

input[type="radio"]:checked + label.ui-checkboxradio-label {
    color: white;
    background-color: #006163;
}

#lblBg {
    display: block;
    position: fixed;
    bottom: 34vh;
    left: 6.5vw;
    font-size: 2vw;
    color: white;
}

#CaptchaBox {
    display: inline-block;
    box-shadow: 0 0 0;
    border-radius: 5px;
    border: 1px solid #b1c8db !important;
    height: 90px;
    padding: 2px;
    margin-top: 12px;
    margin-right: 15px;
}

#createAccount {
    margin-top: 60px;
    margin-right: -12px;
}

#createAccountClinic {
    margin-top: 60px;
    margin-right: 110px;
    margin-left: 41%;
}

#tblChildrenDetails {
    margin-left: 32%;
    margin-top: 25px;
}
/*#ValidateDataBtn{
    float:left;
     margin-left: -13px;

}*/

input[type='radio' ].rdGenderM {
    background-image: url(/images/rbM_unchecked.png);
}

    input[type='radio'].rdGenderM:checked {
        background-image: url(/images/rbM_checked.png);
    }

input[type='radio'].rdGenderF {
    background-image: url(/images/rbF_unchecked.png);
}

    input[type='radio'].rdGenderF:checked {
        background-image: url(/images/rbF_checked.png);
    }

.stepActive {
    /*background-image:none !important;
   display:inline !important;
   background-color:#09bbb3 !important;
   width: 23px;
    text-align: center;*/
    background-image: url(../../images/hexagonal.png);
    background-size: contain;
    height: 25px;
    width: 25px;
    display: inline-block;
}

.stepUnActive {
    /*display:inline !important;
     background-image:none !important;
 background-color:#87dcd9 !important;
 width: 23px;
    text-align: center;*/
    background-image: url(../../images/hexagonal2.png);
    background-size: contain;
    height: 25px;
    width: 25px;
    display: inline-block;
}

#steps {
    position: fixed;
    bottom: 26px;
    text-align: center;
    right: 240px;
}

select {
    width: 174px;
}

.stepDiv {
    float: left;
    width: 33px;
}

.inputStep {
    width: 23px;
    text-align: center;
    border: 0 !important;
    color: #01b3bb;
    font-size: 17px;
    font-weight: bold;
}

step {
    background-size: contain;
    height: 25px;
    width: 25px;
}

#lblConnection {
    position: fixed;
    bottom: 6px;
    right: 17%;
}

.lblTitle {
    text-align: right;
    font-size: 12px;
    float: right;
    font-weight: bold;
}

#steps ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#steps li {
    float: left;
    list-style-type: none;
}

    #steps li a {
        display: block;
        padding: 0px;
    }

#divExistingUser {
    display: inline-block;
}


#treeview {
    overflow: auto;
}

.not {
    background: white;
    padding: 10px;
    border: 1px solid #a2cfe1;
    margin: 3px;
    min-height: 30px;
}

    .not span {
        float: left;
        display: inline-block;
        background: #c6e5e1;
        border-radius: 5px;
        padding: 5px 10px;
        font-weight: bold;
        margin: 0 5px;
        width: 120px;
        cursor: pointer;
    }
/*webSite*/
.MainPage.login {
    /*  background-image: url(../pic/background.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0391cc;
}

.FormArea {
    min-width: 30vw;
    margin: 10px 30px;
    padding: 30px !important;
    border-radius: 5px;
    background-color: white;
    /*  position: absolute;
    top: 25vh;
    right: 5vw;*/
}

    .FormArea input, .FormArea select {
        border: 1px solid #ccc;
        border-radius: 2px;
    }

        .FormArea input[type=radio] {
            height: auto;
        }

.FormArea {
    /* width: calc(100% - 69vw); */
}

.inputArea {
    border: 1px solid #6ea1be;
    height: 5vh;
    position: relative;
    border-radius: 3px;
    margin-top: 1.5vh;
}

    .inputArea input {
        margin-bottom: 0;
        width: calc(100% - 6.2vw);
        border: 0;
        /*padding: 0 3vw;*/
        height: 5vh;
        background-color: transparent;
    }

        .inputArea input:focus {
            outline: none;
        }


.inputImage {
    display: inline-block;
    float: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #f2fafe;
    border-left: 1px solid #b9d2df;
    text-align: center;
    height: 3vh;
    width: 3vh;
    padding: 1vh 1.5vh;
}

    .inputImage img {
        /*height: 100%;
        padding: 0;
        width: auto;
        max-width: 100%;*/
        /*height: 100%;*/
        padding: 0;
        width: auto;
        max-width: 120%;
        height: 2.5vh;
    }



.outTriangle {
    width: 0;
    position: absolute;
    top: 2.5vh;
    z-index: 4;
    top: 1.5vh;
    right: 6vh;
    border-right: 0.8vh solid #6ea1be;
    border-top: 0.8vh solid transparent;
    border-bottom: 0.8vh solid transparent;
}

.triangle {
    border-right: 1vh solid #f2fafe;
    height: 0;
    border-top: 1vh solid transparent;
    border-bottom: 1vh solid transparent;
    position: absolute;
    right: -1.2vh;
    top: -1vh;
}



.FormArea input, .FormArea select {
    border: 1px solid #ccc;
    border-radius: 2px;
}

    .FormArea input[type=radio] {
        height: auto;
    }

.TxtClass {
    border-radius: 0;
    direction: rtl;
    margin-bottom: 0.5em;
    text-align: right;
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: 66vw 50%;
    position: relative;
    width: 70%;
    border: 0 !important;
    height: 5vh;
    font-size: 2vh;
    padding: 0 3vh;
    position: absolute;
}

.greenBtn {
    background-color: #62d447;
    color: white;
    padding: 5px 15%;
    background-position: 95% 50%;
    background-image: url(../pic/triangularIcon.png);
    /*background-size: 7%;*/
    background-size: 2.5vh;
    background-repeat: no-repeat;
    height: 5vh;
    line-height: 5vh;
    font-size: 3vh;
    cursor: pointer;
    padding-inline-start: 4vw !important;
}

.whiteBtn {
    display: inline;
    background-color: white;
    border-radius: 5px;
    color: #62d447 !important;
    font-size: 24px;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.footer {
    display: block;
    position: initial; /*TODO:לבדוק*/
    background: #0a2028;
    color: white;
    padding: 8px 0;
    /* bottom: -33px;*/
    /*position:fixed;*/
    font-size: 1.8vh;
}

    .footer a {
        color: white;
    }

.topPage, .topLogoHeader {
    height: 70px;
    padding: 15px 0;
    background-color: rgba(0,0,0,0.1);
    text-align: center;
    line-height: 90px;
    vertical-align: middle;
    margin: 0;
}

.FixTopHeader {
    height: 60px;
}

.FormTitle {
    display: block;
    text-align: center;
    color: #2d93d1;
    font-size: 30px;
}

.FormArea ul {
    list-style-type: none;
    -webkit-padding-start: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}



li.loginLink {
    padding: 0.2vh 1vw;
    line-height: 3vh;
}

span.linkImg {
    display: inline-block;
    padding: 0px 5px;
    width: 30px;
    height: 30px;
    text-align: center;
}

    span.linkImg img {
        height: 100%;
    }

li.loginLink a {
    height: 30px;
    display: inline-block;
}

.linkText {
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    cursor: pointer;
    font-size: 13px;
}

.greenBtn.circleBtn {
    background-image: url(inspector-stylesheet);
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
}

.greenBtn.greenShortBtn {
    width: 5vw;
    margin-top: 14vh;
    height: 4vh;
    padding: 0;
    border-radius: 3px;
    background-image: none;
    padding-bottom: 0.8vh;
    display: inline-block;
    padding-inline-start: 0 !important;
}

.bgVBtn {
    background-image: url(../../PrivateClinics/pic/vWiteVIcon.png) !important;
    background-repeat: no-repeat;
    padding: 0 !important;
    height: 5.9vh !important;
    width: 3vw !important;
    background-position: center;
    background-size: 3vh;
    margin: 1.5vh;
    margin-bottom: 0;
}


.inputError {
    /*background-color: rgba(176, 233, 164, 1);*/
    border-radius: 0.5vh;
    height: 4vh;
    color: white;
    /*font-size: 1.8vh;*/
    text-align: right;
    padding-right: 5vw;
    font-weight: 100;
    padding-top: 0.5vh;
    line-height: 4vh;
    font-size: 15px;
    border: 1px solid #e69194;
    color: #e69194;
}

.inputErrorTriangle {
    max-height: 0px;
    border-bottom: 1.2vh solid #e69194;
    border-left: 0.8vw solid transparent;
    border-right: 0.8vw solid transparent;
    position: absolute;
    left: 6vw;
    width: 0;
    margin-top: 0.2vh;
    top: 0;
}

.inputErrorBorderColor {
    border-color: rgba(230, 145, 148, 1) !important;
}

.inputErrorText {
    color: rgba(230, 145, 148, 1) !important;
    text-align: right;
    padding-right: 3px;
    margin: 0 0 .1em;
    width: 99%;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.25s ease-out;
    /*margin-bottom: 0.5em;*/
}

.errorBorderColor {
    border-color: #e69194 !important;
}

.errorFontColor {
    color: rgba(120, 220, 96, 1);
}

.outInputError {
    padding-top: 10px;
    display: none;
    position: relative;
    overflow: hidden;
    transition: max-height 0.25s ease-out;
}

.showError {
    display: block !important;
}

.PageTitle {
    margin: 10px 30px;
    text-align: center;
    color: white;
    position: relative;
}

input.backPage {
    cursor: pointer;
    font-size: 20px;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../pic/backWicon.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0 !important;
    background-position-y: -0.1vw;
    color: white;
    height: 123%;
    background-size: 22%;
    font-size: 95%;
    width: 25%;
}

.ScreenPopUpDiv {
    top: 0;
    background: #0000009e;
    height: 100%;
    opacity: 0.9;
    position: fixed;
    width: 100%;
    z-index: 100005;
}

.loadingDiv {
    left: 40%;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
}

    .loadingDiv div {
        background: #21adac none repeat scroll 0 0;
        border-radius: 5px;
        margin-left: -28px;
        margin-top: -43px;
        width: 125px;
    }

    .loadingDiv img {
        padding-bottom: 3px;
        padding-top: 7px;
    }

    .loadingDiv label {
        color: white;
        display: block;
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 6px;
        padding-top: 2px;
        text-align: center;
    }

.AddEvent {
    width: min-content;
    float: left;
}

.greenBtn.left {
    background-size: 2%;
    background-position-x: 5%;
    margin-top: 2.5vh;
    background-image: url(../pic/leftIcon.png) !important;
    font-size: 2.6vh;
}

.langLink {
    color: white;
    float: left;
    margin: 1vw;
    cursor: pointer;
}

.mainTopLogoImage .langLink {
    font-size: 12px;
    margin: 15px;
    line-height: 5px;
}

/*Dialog settings*/
div#dialog-popup {
    padding: 0;
    display: none;
}

div#dialog-popup {
    width: 100% !important;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {
    width: 800px; /* !important;*/
    max-width: 90%;
    max-height: 90%;
    z-index: 100;
    background-color: white;
    padding: 5px 0 30px 5px;
}

.popupDialog .ui-content {
    background-color: white;
}

.ui-dialog .ui-dialog-content {
    background-color: white !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    cursor: default;
    display: block;
    text-decoration: none;
    background-position: 0 !important;
    margin: -7px 0px;
    z-index: 100;
    color: transparent;
    background-color: transparent;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-image: url(../pic/xIcon.png) !important;
    background-size: 11px;
    background-repeat: no-repeat;
    background-position-x: 8px !important;
    background-position-y: 6px;
    top: -1vh;
    right: -1.6vw;
}

.ui-widget-overlay.ui-front {
    opacity: 0.7;
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
}

input#txtApproveTermsConditions {
    vertical-align: middle;
}

.questionnaireStatusArea tr {
    border-bottom: 1px solid #eaeaea;
}
/****************************Calendar********************************/
.k-scheduler-table td, .k-scheduler-table th {
    padding: 0 !important;
}

#goOverBtn {
    margin-top: 10px;
}

.skipBtnLocation {
    display: block;
    margin-top: 20px;
    text-align: -webkit-center;
}

.btnSearch {
    vertical-align: middle;
}

.inputSearch {
    height: 22px;
    border-color: rgb(177, 200, 219) !important;
    box-shadow: 0px 0px 0px;
    border-radius: 5px;
}

.searchBox {
    float: right;
}

.k-header.k-scheduler-toolbar {
    direction: ltr;
}

.ui-radio {
    position: relative;
    /*float: right;*/
    display: inline;
}

    .ui-radio input[type=radio] {
        position: absolute;
        visibility: hidden;
    }

        .ui-radio input[type=radio]:checked ~ .check {
            border: 2px solid #62d447;
            background: #62d447;
        }

.check {
    display: block;
    position: absolute;
    border: 2px solid #AAAAAA;
    border-radius: 100%;
    height: 2vh;
    width: 2vh;
    top: -1vh;
    right: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    margin: 0 auto;
    left: 0;
    cursor: pointer;
}

    .check:checked {
        border: 2px solid #62d447;
        background: #62d447;
    }

.questionnairesType .container input:checked ~ .check,
.linkQuestionnaires .container input:checked ~ .check,
.warperGanderEn .container input:checked ~ .check {
    background-color: #62d447;
    border-color: #62d447;
}

#marketingInfo .container input:checked ~ .checkmark {
    background-color: #62d447;
    border-color: #62d447;
}

.check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 1vh;
    width: 1VW;
    top: calc(50% - 0.4vh);
    left: calc(50% - 0.3vw);
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.lbl-inline {
    width: 9vw;
    background-color: transparent;
    text-align: right;
    position: relative;
    height: 6vh;
    z-index: 9;
    cursor: pointer;
    /* color: #a3a5a5 !important; */
    padding-top: 0px !important;
    bottom: 9px;
    padding-right: 5vh;
}
/*Domains*/
div#mainDomainsArea {
    margin: 0 auto;
    position: relative;
}

div.tree-multiselect > div.selections.no-border {
    width: 75%;
}

#mainDomainsDiv {
    background: #2d93d1;
    color: white;
    text-align: left !important;
}

    #mainDomainsDiv div.tree-multiselect {
        border: 0 !important;
        text-align: right;
        width: 95% !important;
    }

    #mainDomainsDiv #selectMainDomains {
        height: 1.7vw;
        margin: 0 0 0.5vh 1vw;
    }

div.tree-multiselect > div.selected, div.tree-multiselect > div.selections {
    width: 100%;
}

.chooseDomainInput {
    width: 94.5% !important;
    padding-right: 0;
    border: solid 1px #6ea1be !important;
    margin: 0.5vh 0;
    padding: 1vh;
    font-size: 1.8vh;
    height: 5vh;
}
/**/
#TellUsYourRoleArea {
    padding: 1vw;
}

.TellUsHelpIcon {
    height: 18px;
    vertical-align: middle;
}

#treeview .tree-multiselect {
    width: 98% !important;
}

#treeview .selections.no-border {
    width: 100%;
}

.childDetailsArea #txtTz,
.childDetailsArea #txtCFname {
    width: 7vw;
}

.childDetailsArea #txtBirthWeight,
.childDetailsArea #txtPregnancyDuration {
    width: 5vw;
}

a#lblApproveTermsConditions {
    CURSOR: pointer;
    text-decoration: underline;
}

div#ChooseYourDomain {
    padding-top: 5vh;
}

.TellUsIf {
    float: right;
}

.SelectRole label.lbl-inline {
    top: -7px;
    padding-left: 2.8vh;
    padding-right: 2.8vh;
}

.questionnairesType .lbl-inline,
.linkQuestionnaires .lbl-inline,
.warperGanderEn .lbl-inline {
    bottom: 3px;
}

#TellUsYourRoleArea .check {
    margin: inherit !important;
}

.copyClinicHours {
    width: min-content;
    float: left;
}

.DisplayNone {
    display: none;
}

.invitedFriends {
    margin-left: calc(50% - 200px);
    max-width: 500px;
}

.marginTop {
    margin-top: 15px;
}

.k-scheduler-header th:first-child, .k-scheduler-table td:first-child {
    border-left-width: thin !important;
}


.PopUpDiv {
    background: white none repeat scroll 0 0;
    position: absolute;
    top: 10%;
    width: 50%;
    z-index: 1002;
}

    .PopUpDiv .HeaderPopUp {
        background-image: url("../Images/BGHeader.png");
        background-repeat: repeat-x;
        background-size: contain;
        height: 40px;
        width: 100%;
    }

        .PopUpDiv .HeaderPopUp label {
            display: inline-block;
            font-weight: bold;
            margin-right: 50px;
            margin-top: 11px;
        }

.CloseBtn {
    background-image: url("../Images/close_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    height: 20px;
    margin-left: 8px;
    margin-top: 8px;
    width: 20px;
    background-color: black;
}

.PopUpDiv .ContentPopUp {
    height: 92%;
    margin: 5%;
    font-size: 12px;
}

.aCreateClinicBox {
    margin: 10px 30px;
}

#aEnterLiveVideo,
#registerBtn.TxtClass-login,
#recoverBtn,
#toLogin,
#aEnterSend {
    padding-right: 4vw;
}

li#liForgotPassword {
    padding: 0 !important;
}

.libeViedoHelpIcon {
    float: left;
    margin: 3px 36px;
}

.inputArea .txtArea {
    border: 0;
    padding: 0 1.2vw;
    font-family: Arial;
    width: 91%;
    height: 96%;
    font-size: 2vh;
}

#domainsDdl {
    width: 100%;
    padding: 0 2vw;
    font-size: 2vh;
    border: 1px solid #6ea1be;
    height: 5vh;
    border-radius: 3px;
    margin-top: 1.5vh;
}

.fileUploadDiv {
    background-image: url(../pic/AttachIcon.png);
    background-repeat: no-repeat;
    height: 5vh;
    margin: auto;
    background-position-x: right;
    text-align: center;
    line-height: 5vh;
    width: calc(100% - 6.2vh);
}

input[type="file"] {
    display: none;
}

#fileUploadLbl {
    position: relative;
    min-height: 7vh;
}

.fileUploadDiv {
    background-image: url(../pic/AttachIcon.png);
    background-repeat: no-repeat;
    background-position-y: 2vh;
    padding-right: 3vw;
    text-align: right;
    height: 8vh;
    line-height: 8vh;
}

#attachmentsArea {
    padding: 0 1.2vw;
    min-height: 10vh;
    height: auto;
}

input#nextStep {
    padding-inline-start: 4.5vw;
}

#PersonalDetails #AddBtn.greenBtn.circleBtn {
    width: 60px !important;
    height: 60px !important;
    font-size: larger !important;
    text-align: center;
    padding-top: 1vh !important;
    background-size: 2.5vh;
    left: 0;
}

#UpdateCalendar .half {
    padding-top: 1vh;
}


@media (min-width: 100px) {
    .iti {
        width: 74%;
    }

    .iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
        padding-right: 12px;
    }
}

@media (min-width: 200px) {
    .iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
        padding-right: 30px;
    }
}

@media (min-width: 600px) {
    .iti {
        width: 84%;
    }

    .iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
        padding-right: 30px;
    }
}

.iti__flag {
    background-image: url("../../../Styles/intl-tel-input-17.0.0/flags.png");
    margin-left: 5px;
}

.iti__country-name, .iti__flag-box {
    margin-right: 6px;
    margin-left: 6px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../../../Styles/intl-tel-input-17.0.0/flags@2x.png");
    }
}

#fileList > div > label > span:last-child {
    color: red;
    display: inline-block;
    margin-left: 7px;
    cursor: pointer;
}

#fileList input[type=file] {
    display: none;
}

#fileList > div:last-child > label {
    display: inline-block;
    width: 9vw;
    height: 5vh;
    background-image: url(../pic/AttachIcon.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 1.5vh;
    border-radius: 50%;
}

#fileList {
    text-align: center;
    color: black;
    margin-top: 1.5vh;
}

#notCreatedPatientMsg {
    color: red;
    padding: 0 21px;
    display: none;
}

.iframe {
    position: absolute;
    width: 66vw;
    right: 0;
}

#eye-btn {
    background-image: url(../pic/openEye.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.3vw;
    height: 2.5vh;
    position: absolute;
    top: 1.25vh;
    left: 1vw;
    cursor: pointer;
}

.trainingUsingSystemMenu {
    border: 1px solid #b4dcec;
    padding: 15px;
    background: #ecf3f6;
    min-width: 324px;
    left: 1%;
    top: 10vh;
    border-radius: 5px;
    width: 14vh;
    height: 70vh;
    position: absolute;
    z-index: 10;
}

.trainingUsingSystemForm {
    min-width: 324px;
    height: 100%;
    border: 1px solid #b4dcec;
    background: white;
    border-radius: 3px;
    overflow-x: auto;
}

.trainingVideoTitle {
    padding: 3px;
    color: #0E73a5;
}

.tringleMenu.tringleMenuBlue {
    border-bottom: 1.8vh solid #b4dcec;
    border-left: 0.6vw solid transparent;
    border-right: 0.6vw solid transparent;
    top: -20px;
    top: -2vh;
}

.tringleMenu {
    max-height: 0px;
    border-bottom: 1.5vh solid #ecf3f6;
    border-left: 0.5vw solid transparent;
    border-right: 0.5vw solid transparent;
    position: absolute;
    left: 1vw;
    width: 0;
    margin-top: 0.2vh;
    top: -16.5px;
    top: 8.2vh;
    top: -1.3vh;
    top: -1.7vh;
}

.newInSite {
    left: 130px;
    top: 30%;
}
