.myClass::-webkit-input-placeholder {
            color: red;
        }

        .btn-info {
            background-color: #1e7bcb !important;
            border-color: #1d74c0 !important;
        }


        #imageContainer img {
            width: 100%;
            max-width: 512px;
        }

        .help-tip {
            position: absolute;
            top: 0;
            right: 0;
            text-align: center;
            background-color: #BCDBEA;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            font-size: 14px;
            line-height: 26px;
            cursor: default;
            /*left: 20%;*/
        }

        .help-tip:before {
            content: '?';
            font-weight: bold;
            color: #fff;
        }

        .help-tip:hover p {
            display: block;
            transform-origin: 100% 0%;
            -webkit-animation: fadeIn 0.3s ease-in-out;
            animation: fadeIn 0.3s ease-in-out;
        }

        .help-tip p {
            display: none;
            text-align: left;
            background-color: #1E2021;
            padding: 20px;
            width: 300px;
            position: absolute;
            border-radius: 3px;
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
            /*right: -4px;*/
            color: #FFF;
            font-size: 13px;
            line-height: 1.4;
            z-index: 9999;
            top: 31px;
        }

        .help-tip p:before {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-bottom-color: #1E2021;
            left: 10px;
            top: -12px;
        }

        .help-tip p:after {
            width: 100%;
            height: 40px;
            content: '';
            position: absolute;
            top: -40px;
            left: 0;
        }

        @-webkit-keyframes fadeIn {
            0% {
                opacity: 0;
                transform: scale(0.6);
            }

            100% {
                opacity: 100%;
                transform: scale(1);
            }
        }

        @keyframes fadeIn {
            0% {
                opacity: 0;
            }

            100% {
                opacity: 100%;
            }
        }

        .img1 {
            padding-left: 20px;
            width: 50px;
            height: 50px;
            margin-left: 6px;
        }

        .chBig {
            height: 30px;
        }

        #overlay {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.5);
            z-index: 9990;
            display: none;
        }

        .progress {
            display: none;
            height: 30px;
            margin-top: 20px;
            margin-bottom: 0px;
        }

        dl li, ol li, ul li {
            line-height: normal;
        }
        .disabled-link {
        pointer-events: none;
        }

        .card-body {
            min-height:200px !important;
        }