.btn-light-green {
    background-color: #008b86;
    color: #fff !important;
}

.btn-light-primary {
    background-color: #357ebd;
    color: #fff !important;
}

.ColorDanger,
.ColorDanger:hover {
    background-image: linear-gradient(to bottom, #ff9f9f, #e86868) !important;
    color: #fff !important;
}

.btn-clear {
    background-color: rgba(234,234,234,1) !important;
    color: rgba(166,166,166,1) !important;
}

.btn-light-border {
    border: solid 2px #008b86 !important;
    color: #008b86 !important;
    background-color: #fff;
}

button[disabled].betn, html input[disabled].betn {
    cursor: no-drop !important;
    background-color: #8cadac;
    color: #c8e4e2 !important;
}

.betn {
    display: inline-block;
    margin: 0;
    /*font-size: 12px;*/
    font-size: 14px;
    /*font-weight: 400;*/
    font-weight: 600;
    line-height: 12px;
    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;
    border-radius: 100px;
    position: relative;
    opacity: .999;
    height: 26px;
    /*text-transform:uppercase;*/
    text-transform: capitalize;
    text-align: center;
    padding: 5px 25px;
    border: none;
}

.btn-appt {
    border-radius: 100px;
    background-color: #008b86;
    color: #fff;
    padding: 8px;
    line-height: 0;
}

.btn-new:hover,
.btn-new:focus {
    /*background-color: #1D5558 !important;*/
    background-color: #07a0d4 !important;
    color: #fff !important;
}
/*Patient Profile*/
.btn-start-Consultation {
    background-color: #1D5558 !important;
    color: #fff !important;
}

.btn-Book-Appointment {
    background-color: #34495e !important;
    color: #fff !important;
}

.btn-Edit-Patient {
    background-color: #2ecc71 !important;
    color: #fff !important;
}

.btn-Case-History {
    background-color: #3498db !important;
    color: #fff !important;
}

.btn-Billing {
    background-color: #e67e22 !important;
    color: #fff !important;
}

.btn-File-Uploads {
    background-color: #7F785B !important;
    color: #fff !important;
}
/*/////////////////////////////*/
.buttonspagiation > .btn-group > button,
.buttonspagiation > li > a {
    height: 37px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.buttonspagiation > li > a {
    color: #1D5558;
    line-height: 28px;
    padding: 5px 15px;
}

.buttonspagiation > li:hover > a,
.buttonspagiation > li.active > a {
    background-color: #1D5558 !important;
    color: #fff;
}
/*Medium CheckBox*/
.mid-checkbox {
    margin-right: 5px;
}

    .mid-checkbox > input {
        margin-right: 5px;
        float: left;
    }

    .mid-checkbox > label {
        line-height: 10px !important;
        cursor: pointer;
        font-weight: 600;
        color: #0707B1;
        text-decoration: underline;
    }
/*----------------------------------------------------------------*/
.btn-sendto {
    background-color: #ffc000;
    border: 1px solid #FFBA52;
    color: #fff;
}

    .btn-sendto:focus,
    .btn-sendto:hover {
        background-color: #FFBA52;
        border: 1px solid #ffc000;
        color: #fff;
    }

.btn-start {
    background-color: #fdfdfd;
    border: 1px solid #d4d4d4;
    padding: 2px 5px !important;
    border-radius: 0px;
    margin-left: 5px;
    cursor: pointer;
    margin-top: 3px;
}

.btn-checkin {
    background-color: #fdfdfd;
    color: #5BCD5B;
    border: 1px solid #5BCD5B;
    margin-left: 5px;
    cursor: pointer;
    margin-top: 3px;
    padding: 2px 15px !important;
    border-radius: 0px;
}

.btn-checkedin {
    background-color: #5BCD5B;
    color: #fff;
    border: 1px solid #06a783;
    margin-left: 5px;
    cursor: context-menu;
    margin-top: 3px;
    padding: 2px 15px !important;
    border-radius: 0px;
}

.btn-default.active {
    background-color: #0088ef;
    border: 1px solid #0088ef;
    color: #fff;
}

.active-gender, .active-gender:focus {
    color: #fff;
    background-color: #27a0fb !important;
    border: 1px solid #27a0fb !important;
}

select {
    box-sizing: border-box;
    background: transparent;
    font-size: 14px !important;
    height: 26px;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    /*display: block;*/
    width: 100%;
    font-weight: 600;
}

.register-control {
    box-sizing: border-box;
    background: transparent;
    font-size: 14px;
    padding: 1px 20px;
    height: 26px;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    display: block;
    width: 100%;
    margin-right: 20px;
    font-weight: 600;
}

    .register-control:hover,
    .register-control:focus {
        border: 1px solid #0088ef;
        background-color: #fff;
    }

.btn-ehnote {
    background-color: #1D5558;
    border: 1px solid #1D5558;
    color: #fff;
}

    .btn-ehnote:focus,
    .btn-ehnote:hover {
        background-color: #1D5558;
        border: 1px solid #1D5558;
        color: #fff;
    }

.btn-session-out {
    background-color: #205559;
    color: #fff;
    width: 250px;
    border-radius: 0 !important;
    height: 45px;
    text-transform: uppercase;
    line-height: 37px !important
}

    .btn-session-out:hover, .btn-session-out:focus {
        background-color: #219173;
        color: #fff !important;
    }
/*Teeths button*/
.btn-disabled {
    background-color: #B2B2B2;
    border: 1px solid #8D9193;
    cursor: no-drop;
    color: #fff;
    padding: 13px 0px;
    font-size: 15px;
    font-weight: 600;
}

    .btn-disabled:hover, .btn-disabled:focus {
        background-color: #B2B2B2;
        color: #fff;
    }

.btn-teeth-active {
    background-color: #8D98FF;
    border: 1px solid #6675ff;
    padding: 13px 0px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

    .btn-teeth-active:hover, .btn-teeth-active:focus {
        background-color: #8D98FF;
        color: #fff;
    }

.btn-teeth-selected {
    background-color: #205559;
    border: 1px solid #2d8186;
    padding: 13px 0px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

    .btn-teeth-selected:hover, .btn-teeth-selected:focus {
        background-color: #205559;
        color: #c1f1e4;
    }

.b-line-verti:after {
    content: "";
    border: 1px dashed #ddd;
    position: absolute;
    right: 0;
    height: 100px;
    top: 5px;
}

.b-line-hrzntl:after {
    content: "";
    border: 1px dashed #ddd;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    bottom: 7px;
}
/*Timeline*/
.timeline-centered {
    position: relative;
    margin-bottom: 0px;
}

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before, .timeline-centered.tim-medica:before {
        content: '';
        position: absolute;
        display: block;
        width: 4px;
        background: #f5f5f6;
        left: 24px;
        top: 20px;
        bottom: 20px;
        margin-left: -4px;
    }

.tim-medica:before {
    left: 20% !important;
}

.timeline-centered .timeline-entry {
    position: relative;
    width: 100%;
    float: right;
    margin-bottom: 20px;
    clear: both;
}

    .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
        content: " ";
        display: table;
    }

    .timeline-centered .timeline-entry:after {
        clear: both;
    }

    .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
        content: " ";
        display: table;
    }

    .timeline-centered .timeline-entry:after {
        clear: both;
    }

    .timeline-centered .timeline-entry.begin {
        margin-bottom: 0;
    }

    .timeline-centered .timeline-entry.left-aligned {
        float: left;
    }

        .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
            margin-left: 0;
            margin-right: -18px;
        }

            .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
                left: auto;
                right: -100px;
                text-align: left;
            }

            .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
                float: right;
            }

            .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
                margin-left: 0;
                margin-right: 70px;
            }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
                    left: auto;
                    right: 0;
                    margin-left: 0;
                    margin-right: -9px;
                    -moz-transform: rotate(180deg);
                    -o-transform: rotate(180deg);
                    -webkit-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    transform: rotate(180deg);
                }

    .timeline-centered .timeline-entry .timeline-entry-inner {
        position: relative;
        margin-left: 0px;
    }

        .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
            content: " ";
            display: table;
        }

        .timeline-centered .timeline-entry .timeline-entry-inner:after {
            clear: both;
        }

        .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
            content: " ";
            display: table;
        }

        .timeline-centered .timeline-entry .timeline-entry-inner:after {
            clear: both;
        }

        .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
            position: absolute;
            left: 60px;
            text-align: right;
            padding: 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            top: -30px;
        }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
                display: block;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
                    font-size: 15px;
                    font-weight: bold;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
                    font-size: 12px;
                }

        .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
            background: #fff;
            color: #737881;
            display: block;
            width: 40px;
            height: 40px;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            text-align: center;
            -moz-box-shadow: 0 0 0 5px #f5f5f6;
            -webkit-box-shadow: 0 0 0 5px #f5f5f6;
            box-shadow: 0 0 0 5px #f5f5f6;
            line-height: 40px;
            font-size: 15px;
            float: left;
        }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
                background-color: #303641;
                color: #fff;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
                background-color: #ee4749;
                color: #fff;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
                background-color: #00a651 !important;
                color: #fff;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
                background-color: #21a9e1;
                color: #fff;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
                background-color: #fad839;
                color: #fff;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
                background-color: #cc2424;
                color: #fff;
            }

        .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
            position: relative;
            background: #f5f5f6;
            padding: 1.7em;
            margin-left: 70px;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
                content: '';
                display: block;
                position: absolute;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 9px 9px 9px 0;
                border-color: transparent #f5f5f6 transparent transparent;
                left: 0;
                top: 10px;
                margin-left: -9px;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
                color: #737881;
                font-family: "Noto Sans",sans-serif;
                font-size: 12px;
                margin: 0;
                line-height: 1.428571429;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
                    margin-top: 15px;
                }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
                font-size: 16px;
                margin-bottom: 10px;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
                    color: #303641;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
                    -webkit-opacity: .6;
                    -moz-opacity: .6;
                    opacity: .6;
                    -ms-filter: alpha(opacity=60);
                    filter: alpha(opacity=60);
                }
/*/button/*/
.btn-tick {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: transparent;
}
/*Eye Radio*/
.eyeinvest-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    border: solid 1px #06a783;
    background-color: #ffffff;
    color: #b9c1d3;
    top: 2px;
    padding: 5px 25px !important;
    height: 26px;
    width: 150px;
    border-radius: 100px;
    cursor: pointer;
    margin-right: 7px;
    outline: none;
    margin: 0 !important;
}

.divinvest-leftradio:before {
    position: absolute;
    text-align: center;
    content: "OS";
    color: #b9c1d3;
    font-size: 12px;
    /*left: 11px;*/
    top: 4px;
    font-weight: 600;
    letter-spacing: 2px;
    left: 0;
    right: 0;
}

.divinvest-rightradio:before {
    position: absolute;
    text-align: center;
    content: "OD";
    color: #b9c1d3;
    font-size: 12px;
    /* left: 11px; */
    top: 2px;
    font-weight: 600;
    letter-spacing: 2px;
    left: 0;
    right: 0;
}

.divinvest-bothradio:before {
    position: absolute;
    text-align: center;
    content: "OD = OS";
    color: #b9c1d3;
    font-size: 12px;
    /*left: 11px;*/
    top: 4px;
    font-weight: 600;
    letter-spacing: 2px;
    left: 0;
    right: 0;
}

.divinvest-close i.fa-times {
    background-color: red;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    text-align: center;
    line-height: 31px;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    position: relative;
    top: -10px;
    /*margin-right: 15px;*/
}

.divinvest-check {
    background-color: green;
    height: 27px;
    border-radius: 100px;
    text-align: center;
    line-height: 18px;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    position: relative;
    top: -11px;
    margin-right: 15px;
    padding: 5px 26px;
    border: none;
}
/*Investigation Radio*/
.divinvest-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    /*border: solid 2px #b9c1d3;*/
    background-color: #ffffff;
    color: #b9c1d3;
    top: 0px;
    height: 33px;
    width: 40px;
    /*border-radius: 100px;*/
    cursor: pointer;
    margin-right: 7px;
    outline: none;
    margin: 0 !important;
}

    .divinvest-radio:checked:before,
    .eyeinvest-radio:checked:before {
        color: #fff;
    }

    .divinvest-radio:checked,
    .eyeinvest-radio:checked {
        /*border:  solid 2px #06a783;*/
        background-color: #06a783 !important;
    }

.divinvest-plusradio:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    left: 15px;
    top: 11px;
    color: #9cacbd;
    content: '\f067';
    /*transform: rotate(40deg);*/
    font-weight: 900;
}

.invest-odos-icon {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    left: 13px;
    top: 13px;
    color: #9cacbd;
    content: '\f067';
    /*transform: rotate(40deg);*/
    font-weight: 900;
}

.divinvest-minusradio:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    left: 15px;
    top: 11px;
    content: '\f068';
    color: #9cacbd;
    /*transform: rotate(40deg);*/
    font-weight: 900;
}

.divinvest-radio:hover,
.divinvest-radio:checked::hover,
.eyeinvest-radio:hover,
.eyeinvest-radio:checked::hover {
    background-color: #fff;
    border: 2px solid #06a783;
    color: #06a783;
}

.divinvest-radio:checked,
.eyeinvest-radio:checked {
    background-color: #ffffff;
}

.investigation-radio label {
    font: 300 16px/1.7 'Open Sans', sans-serif;
    color: #666;
    cursor: pointer;
}
/**/
/*File Upload*/
.file-upload {
    display: block;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

    .file-upload .file-select {
        display: block;
        border: 2px solid #dce4ec;
        color: #34495e;
        cursor: pointer;
        height: 26px;
        line-height: 0px;
        text-align: left;
        background: #FFFFFF;
        overflow: hidden;
        position: relative;
    }

        .file-upload .file-select .file-select-button {
            background: #dce4ec;
            padding: 0 10px;
            display: inline-block;
            height: 26px;
            vertical-align: middle;
            line-height: 24px;
        }

        .file-upload .file-select .file-select-name {
            line-height: 21px;
            display: inline-block;
            padding: 0 10px;
            height: 23px;
            vertical-align: middle;
        }

        .file-upload .file-select:hover {
            border-color: #34495e;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

            .file-upload .file-select:hover .file-select-button {
                background: #34495e;
                color: #FFFFFF;
                transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
            }

    .file-upload.active .file-select {
        border-color: #3fa46a;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

        .file-upload.active .file-select .file-select-button {
            background: #3fa46a;
            color: #FFFFFF;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

    .file-upload .file-select input[type=file] {
        z-index: 100;
        cursor: pointer;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .file-upload .file-select.file-select-disabled {
        opacity: 0.65;
    }

        .file-upload .file-select.file-select-disabled:hover {
            cursor: default;
            display: block;
            border: 2px solid #dce4ec;
            color: #34495e;
            cursor: pointer;
            height: 40px;
            line-height: 40px;
            margin-top: 5px;
            text-align: left;
            background: #FFFFFF;
            overflow: hidden;
            position: relative;
        }

            .file-upload .file-select.file-select-disabled:hover .file-select-button {
                background: #dce4ec;
                color: #666666;
                padding: 0 10px;
                display: inline-block;
                height: 40px;
                line-height: 40px;
            }

            .file-upload .file-select.file-select-disabled:hover .file-select-name {
                line-height: 40px;
                display: inline-block;
                padding: 0 10px;
            }

.animate, .btn, .btn-border-o:before, .btn-border-o:after, .btn-border:before, .btn-border:after, .btn-border-rev-o:before, .btn-border-rev-o:after, .btn-border-rev:before, .btn-border-rev:after, .btn-fill-vert-o:before, .btn-fill-vert-o:after, .btn-fill-vert:before, .btn-fill-vert:after, .btn-fill-horz-o:before, .btn-fill-horz-o:after, .btn-fill-horz:before, .btn-fill-horz:after {
    transition: all 0.3s;
}
/*.btn {
display: inline-block;
line-height: 24px;
margin: 0px;
padding: 0 10px;
font-size: 15px;
position: relative;
opacity: .999;
border-radius: 3px;
border: 1px solid transparent;
text-transform: unset;
}*/
/*Horizontal*/
/*.btn-fill-horz-o {
background-color: transparent;
border: 1px solid #d0d0d0;
color: #B8B8B8;
overflow: hidden;
}*/
.btn-fill-horz-o:before, .btn-fill-horz-o:after {
    content: '';
    width: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}

.btn-fill-horz-o:before {
    left: 50%;
}

.btn-fill-horz-o:after {
    right: 50%;
}

.btn-fill-horz-o:hover {
    color: #fff;
}

    .btn-fill-horz-o:hover:before, .btn-fill-horz-o:hover:after {
        width: 50%;
        opacity: 1;
    }

.Cal-VIewbtn {
    border-radius: 0px;
    background: #047ec5;
    color: rgb(255, 255, 255);
    outline-style: none;
    padding: 0 6px !important;
    line-height: 27px;
}

    .Cal-VIewbtn:hover {
        color: dodgerblue;
        background-color: rgb(255, 255, 255);
        border: 1px solid dodgerblue;
    }

.list-VIewbtn {
    border-radius: 0px;
    background: rgb(215, 64, 70);
    color: rgb(255, 255, 255);
    outline-style: none;
    padding: 0 6px !important;
    line-height: 27px;
}

    .list-VIewbtn:hover {
        color: rgb(215, 64, 70);
        background: rgb(255, 255, 255);
        border: 1px solid rgb(215, 64, 70);
    }
/*colors*/
.btn-green {
    border: 1px solid #2ecc71;
    color: #2ecc71;
    background-color: #fff;
}

.btn-red {
    border: 1px solid rgb(215, 64, 70);
    color: rgb(215, 64, 70);
    background-color: #fff;
}

.btn-navy {
    border: 1px solid #34495e;
    color: #34495e;
    background-color: #fff;
}

.btn-orange {
    background-color: #fff;
    border: 1px solid #e67e22;
    color: #e67e22;
}

.btn-SP {
    background-color: #fff;
    color: #7F785B;
    border: 1px solid #7F785B;
}
/*End colors*/
.btn-fill-horz-o.btn-green:before, .btn-fill-horz-o.btn-green:after {
    background-color: #2ecc71;
}

.btn-fill-horz-o.btn-green:hover {
    border-color: #2ecc71;
    background-color: #2ecc71;
}

.btn-fill-horz-o.btn-red:before, .btn-fill-horz-o.btn-red:after {
    background-color: rgb(215, 64, 70);
}

.btn-fill-horz-o.btn-red:hover {
    border-color: rgb(215, 64, 70);
    background-color: rgb(215, 64, 70);
}

.btn-fill-horz-o.btn-blue:before, .btn-fill-horz-o.btn-blue:after {
    background-color: #3498db;
}

.btn-fill-horz-o.btn-blue:hover {
    border-color: #3498db;
    background-color: #3498db;
}

.btn-fill-horz-o.btn-SP:before, .btn-fill-horz-o.btn-SP:after {
    background-color: #7F785B;
}

.btn-fill-horz-o.btn-SP:hover {
    border-color: #7F785B;
    background-color: #7F785B;
}

.btn-fill-horz-o.btn-navy:before, .btn-fill-horz-o.btn-navy:after {
    background-color: #34495e;
}

.btn-fill-horz-o.btn-navy:hover {
    border-color: #34495e;
    background-color: #34495e;
}

.btn-fill-horz-o.btn-orange:before, .btn-fill-horz-o.btn-orange:after {
    background-color: #e67e22;
    border-radius: 100px !important;
}

.btn-fill-horz-o.btn-orange:hover,
.btn-orange:hover {
    border-color: #e67e22;
    background-color: #e67e22;
}

.btn-fill-horz-o.btn-red:before, .btn-fill-horz-o.btn-red:after {
    background-color: #e74c3c;
}

.btn-fill-horz-o.btn-red:hover {
    border-color: #e74c3c;
}

.btn-fill-horz {
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    color: #a6a6a6;
    overflow: hidden;
}

    .btn-fill-horz:before, .btn-fill-horz:after {
        content: '';
        width: 0;
        height: 100%;
        opacity: 0;
        position: absolute;
        top: 0;
        z-index: -1;
    }

    .btn-fill-horz:before {
        left: 50%;
    }

    .btn-fill-horz:after {
        right: 50%;
    }

    .btn-fill-horz:hover {
        color: #fff;
    }

        .btn-fill-horz:hover:before, .btn-fill-horz:hover:after {
            width: 50%;
            opacity: 1;
        }

    .btn-fill-horz.btn-green:before, .btn-fill-horz.btn-green:after {
        background-color: #2ecc71;
    }

    .btn-fill-horz.btn-green:hover {
        border-color: #2ecc71;
    }

    .btn-fill-horz.btn-blue:before, .btn-fill-horz.btn-blue:after {
        background-color: #3498db;
    }

    .btn-fill-horz.btn-blue:hover {
        border-color: #3498db;
    }

    .btn-fill-horz.btn-SP:before, .btn-fill-horz.btn-SP:after {
        background-color: #7F785B;
    }

    .btn-fill-horz.btn-SP:hover {
        border-color: #7F785B;
    }

    .btn-fill-horz.btn-navy:before, .btn-fill-horz.btn-navy:after {
        background-color: #34495e;
    }

    .btn-fill-horz.btn-navy:hover {
        border-color: #34495e;
    }

    .btn-fill-horz.btn-orange:before, .btn-fill-horz.btn-orange:after {
        background-color: #e67e22;
    }

    .btn-fill-horz.btn-orange:hover {
        border-color: #e67e22;
    }

    .btn-fill-horz.btn-red:before, .btn-fill-horz.btn-red:after {
        background-color: #e74c3c;
    }

    .btn-fill-horz.btn-red:hover {
        border-color: #e74c3c;
    }

.dilation-done {
    border: 1px solid #e74c3c;
    color: #fff;
    background-color: #e74c3c;
}
    /*.btn-dilation:hover {
border-color: red;
background-color: red;
}*/
    .dilation-done:hover, .dilation-done:focus {
        border-color: #e74c3c;
        background-color: #fff;
        color: #e74c3c;
        outline: none;
        outline-style: none;
    }

.dilation-timer {
    border: 1px solid #e67e22;
    color: #fff;
    background-color: #e67e22;
}

    .dilation-timer:hover, .dilation-timer:focus {
        border-color: #e67e22;
        background-color: #fff;
        color: #e67e22;
        outline: none;
        outline-style: none;
    }
/**/
.dilation-start {
    border: 1px solid #2ecc71;
    color: #fff;
    background-color: #2ecc71;
}

    .dilation-start:hover, .dilation-start:focus {
        border-color: #2ecc71;
        background-color: #fff;
        color: #2ecc71;
        outline: none;
        outline-style: none;
    }
/*Setting TABS*/
.TcustomA-settingB,
.appot-mlist-tabs {
    margin-bottom: 15px;
}

    .TcustomA-settingB .nav-tabs,
    .appot-mlist-tabs .nav-tabs {
        border: 1px solid #ddd;
        background-color: #fff;
    }

        .TcustomA-settingB .nav-tabs li,
        .appot-mlist-tabs .nav-tabs li {
            margin: 0;
        }

            .appot-mlist-tabs .nav-tabs li a {
                background: #fff;
                font-size: 13px;
                color: #757575;
                margin: 0;
                padding: 5px 10px;
                border-radius: 0;
                border: none;
                border-right: 1px solid #ddd;
                text-transform: capitalize;
                position: relative;
            }

                .appot-mlist-tabs .nav-tabs li a:hover,
                .appot-mlist-tabs .nav-tabs li:hover a {
                    border-right: 1px solid #ddd;
                }

            .appot-mlist-tabs .nav-tabs li.active a:hover {
                border-right: none;
                border-left: none;
                border-top: none;
                border-bottom: none;
            }

            .appot-mlist-tabs .nav-tabs li.active a {
                color: #fff;
                background: #09a0a0;
                border: none;
                font-weight: bold;
            }

            .TcustomA-settingB .nav-tabs li a {
                font-size: 14px;
                color: #000;
                background: #fff;
                margin: 0;
                padding: 5px 30px;
                /* padding: 10px 30px;*/
                border-radius: 0;
                border: none;
                border-right: 1px solid #ddd;
                text-transform: uppercase;
                position: relative;
            }

                .TcustomA-settingB .nav-tabs li a:hover,
                .TcustomA-settingB .nav-tabs li.active a:hover {
                    border-top: none;
                    border-bottom: none;
                    border-right-color: #ddd;
                }

            .TcustomA-settingB .nav-tabs li.active a {
                color: #fff;
                border: none;
                background: #003f5b !important;
                border-right: 1px solid #ddd;
            }

            .TcustomA-settingB .nav-tabs li a:hover {
                color: #fff;
                border: none;
                background: #006b99;
                border-right: 1px solid #ddd;
            }

.trmnt-followup {
    display: inline-block;
    width: 100%;
}

    .trmnt-followup > li {
        float: left;
        display: inline-block;
        width: 50%;
    }

        .trmnt-followup > li > a,
        .trmnt-followup > li > a:hover {
            color: #fff !important;
            background: #006b99 !important;
        }

.TcustomA-settingB .nav-tabs li.active a:before {
    content: "";
    width: 58%;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.TcustomA-settingB .nav-tabs li.active a:after {
    content: "";
    border-top: 10px solid #003f5b;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 43%;
}
/*Checkboxes styles*/
.tickcheck-box input[type="checkbox"] {
    display: none;
}

.tickcheck-box > input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 20px;
    font: 14px/20px 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    color: #484848;
    font-weight: 600;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .tickcheck-box > input[type="checkbox"] + label:last-child {
        margin-bottom: 0;
    }

    .tickcheck-box > input[type="checkbox"] + label:before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        border: 2px solid #303030;
        border-radius: 3px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: .6;
        -webkit-transition: all .12s, border-color .08s;
        transition: all .12s, border-color .08s;
    }

.tickcheck-box > input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}




/*Dynamic Status timeline*/
.main-dynamic-timeline {
    font-family: tahoma;
    padding: 20px 0;
    position: relative;
}

    .main-dynamic-timeline::before,
    .main-dynamic-timeline::after {
        content: "";
        height: 40px;
        width: 40px;
        background-color: #e7e7e7;
        border-radius: 50%;
        border: 10px solid #303334;
        transform: translateX(-50%);
        position: absolute;
        left: 50%;
        top: -15px;
        z-index: 2;
    }

    .main-dynamic-timeline::after {
        top: auto;
        bottom: 15px;
    }

    .main-dynamic-timeline .dynamic-timeline {
        padding: 35px 0;
        margin-top: -30px;
        position: relative;
        z-index: 1;
    }

        .main-dynamic-timeline .dynamic-timeline::before,
        .main-dynamic-timeline .dynamic-timeline::after {
            content: "";
            height: 100%;
            width: 50%;
            border-radius: 110px 0 0 110px;
            border: 15px solid #46b2bc;
            border-right: none;
            position: absolute;
            left: 0;
            top: 0;
            z-index: -1;
        }

        .main-dynamic-timeline .dynamic-timeline::after {
            height: calc(100% - 30px);
            width: calc(50% - 12px);
            border-color: #65c7d0;
            left: 12px;
            top: 15px;
        }

    .main-dynamic-timeline .timeline-content {
        display: inline-block;
    }

        .main-dynamic-timeline .timeline-content:hover {
            text-decoration: none;
        }

    .main-dynamic-timeline .timeline-year {
        color: #65c7d0;
        font-size: 50px;
        font-weight: 600;
        display: inline-block;
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        left: 10%;
    }

    .main-dynamic-timeline .timeline-icon {
        color: #65c7d0;
        font-size: 70px;
        display: inline-block;
        transform: translateY(-50%);
        position: absolute;
        left: 34%;
        top: 50%;
    }

    .main-dynamic-timeline .content {
        color: #909090;
        width: 50%;
        padding: 20px;
        display: inline-block;
        float: right;
    }

    .main-dynamic-timeline .title {
        color: #65c7d0;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 0 5px 0;
    }

    .main-dynamic-timeline .description {
        font-size: 16px;
        margin: 0;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(even)::before {
        left: auto;
        right: 0;
        border-radius: 0 110px 110px 0;
        border: 15px solid red;
        border-left: none;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(even)::after {
        left: auto;
        right: 12px;
        border-radius: 0 100px 100px 0;
        border: 15px solid green;
        border-left: none;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(even) .content {
        float: left;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(even) .timeline-year {
        left: auto;
        right: 10%;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(even) .timeline-icon {
        left: auto;
        right: 32%;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(5n+1)::before {
        border-color: #46b2bc;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(5n+1)::after {
        border-color: #65c7d0;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(5n+1) .timeline-icon {
        color: #65c7d0;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(5n+1) .timeline-year {
        color: #65c7d0;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(5n+1) .title {
        color: #65c7d0;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(5n+2)::before {
        border-color: #ea3c14;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(5n+2)::after {
        border-color: #EF5720;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(5n+2) .timeline-icon {
        color: #EA3C14;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(5n+2) .timeline-year {
        color: #EA3C14;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(5n+2) .title {
        color: #EA3C14;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(5n+3)::before {
        border-color: #8CC63E;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(5n+3)::after {
        border-color: #6CAF29;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(5n+3) .timeline-icon {
        color: #8CC63E;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(5n+3) .timeline-year {
        color: #8CC63E;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(5n+3) .title {
        color: #8CC63E;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(5n+4)::before {
        border-color: #F99324;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(5n+4)::after {
        border-color: #FBB03B;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(5n+4) .timeline-icon {
        color: #F99324;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(5n+4) .timeline-year {
        color: #F99324;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(5n+4) .title {
        color: #F99324;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(5n+5)::before {
        border-color: #0071BD;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(5n+5)::after {
        border-color: #0050A3;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(5n+5) .timeline-icon {
        color: #0071BD;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(5n+5) .timeline-year {
        color: #0071BD;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(5n+5) .title {
        color: #0071BD;
    }

@media screen and (max-width:1200px) {
    .main-dynamic-timeline .dynamic-timeline:after {
        border-radius: 88px 0 0 88px;
    }

    .main-dynamic-timeline .dynamic-timeline:nth-child(even):after {
        border-radius: 0 88px 88px 0;
    }
}

@media screen and (max-width:767px) {
    .main-dynamic-timeline .dynamic-timeline {
        margin-top: -19px;
    }

        .main-dynamic-timeline .dynamic-timeline:before {
            border-radius: 50px 0 0 50px;
            border-width: 10px;
        }

        .main-dynamic-timeline .dynamic-timeline:after {
            height: calc(100% - 18px);
            width: calc(50% - 9px);
            border-radius: 43px 0 0 43px;
            border-width: 10px;
            top: 9px;
            left: 9px;
        }

        .main-dynamic-timeline .dynamic-timeline:nth-child(even):before {
            border-radius: 0 50px 50px 0;
            border-width: 10px;
        }

        .main-dynamic-timeline .dynamic-timeline:nth-child(even):after {
            height: calc(100% - 18px);
            width: calc(50% - 9px);
            border-radius: 0 43px 43px 0;
            border-width: 10px;
            top: 9px;
            right: 9px;
        }

    .main-dynamic-timeline .timeline-icon {
        font-size: 60px;
    }

    .main-dynamic-timeline .timeline-year {
        font-size: 40px;
    }
}

@media screen and (max-width:479px) {
    .main-dynamic-timeline .timeline-icon {
        font-size: 50px;
        transform: translateY(0);
        top: 25%;
        left: 10%;
    }

    .main-dynamic-timeline .timeline-year {
        font-size: 25px;
        transform: translateY(0);
        top: 65%;
        left: 9%;
    }

    .main-dynamic-timeline .content {
        width: 68%;
        padding: 10px;
    }

    .main-dynamic-timeline .title {
        font-size: 18px;
    }

    .main-dynamic-timeline .timeline:nth-child(even) .timeline-icon {
        right: 10%;
    }

    .main-dynamic-timeline .timeline:nth-child(even) .timeline-year {
        right: 9%;
    }
}
