.db_subtitle_sec {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    position: relative;
    left: 0;
    transition: 0.8s;
}

.db_subtitle {
    font-size: 24px;
}

.db_wrapper {
    padding: 15px;
    overflow: auto;
    box-sizing: border-box;
    background-color: #fff;
}

.panel.panel-default {
    background: rgba(255,255,255,0.8);
}

.panel-default > .panel-heading {
    background: linear-gradient(0deg, #3d86cb 0%, var(--color3) 100%);
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.panel-heading {
    /*background: linear-gradient(0deg, var(--color2) 0%, var(--color3) 100%);*/
    background: linear-gradient(0deg, #3d86cb 0%, var(--color3) 100%);
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.panel-heading2 {
    /*background: linear-gradient(0deg, var(--color2) 0%, var(--color3) 100%);*/
    /*background: linear-gradient(0deg, #ff00a9 -15%, #31708f 69%);*/
    background: linear-gradient(0deg, var(--color2) 0%, var(--color3) 100%);
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px;
}

.second-heading {
    background: linear-gradient(0deg, var(--color2) 0%, #3b7ab1 100%);
    /*background: linear-gradient(0deg, #d24a6387 0%, #da137a 100%);*/
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px;
    margin: 9px;
}

ul.radio li {
    position: relative;
    padding-left: 20px;
}

    ul.radio li input[type*='radio'] {
        display: none;
    }

    ul.radio li label {
        padding-left: 0px;
        margin: 0;
    }

        ul.radio li label:before {
            content: "";
            position: absolute;
            top: 3px;
            left: 0;
            width: 14px;
            height: 14px;
            border: var(--color2) solid 2px;
            border-radius: 50%;
        }

    ul.radio li input[type*='radio']:checked + label:before {
        border: var(--color2) solid 5px;
    }

ul.radio.floated li {
    display: inline-block;
    margin-right: 15px;
}

ul.checkbox.floated li {
    display: inline-block;
    margin-right: 15px;
}

ul.checkbox li {
    position: relative;
    padding-left: 20px;
}

    ul.checkbox li input[type*='checkbox'] {
        display: none;
    }

    ul.checkbox li label {
        padding-left: 0px;
        margin: 0;
    }

ul.checkbox > li > label:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 14px;
    height: 14px;
    border: var(--color2) solid 2px;
    border-radius: 4px;
}

ul.checkbox li input[type*='checkbox']:checked + label:before {
    background: url(../images/tick_pink.jpg) no-repeat center var(--color10);
}

input + label, .input-group + label {
    margin-top: 20px;
}

ul.radio + label {
    margin-top: 15px;
}

[class*='col-'] {
    padding-bottom: 10px;
}

.btn {
    border-radius: 0;
    color: #fff;
    position: relative;
    padding-left: 40px;
    margin: 3px 0;
}

    .btn:hover {
        color: #fff;
    }

    .btn.green .ic,
    .btn.dark_grey .ic,
    .btn.red .ic {
        background: #f4ba31;
        position: absolute;
        width: 30px;
        height: 100%;
        top: 0;
        left: 0;
    }

        .btn.green .ic i,
        .btn.dark_grey .ic i,
        .btn.red .ic i {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

    .btn.green {
        background: #37bc9b;
    }

    .btn.red {
        background-color: #b50000;
    }

    .btn.ref {
        background: #37bc9b;
    }

    .btn.dark_grey {
        background: #4b5d67;
    }

    .btn.red {
        background: #eb3236;
    }

/*.table {
    background: rgba(255,255,255,0.8);
}

    .table thead th {
        background: var(--color2);
        color: #fff;
        font-weight: bold;
    }*/


.sub-heading {
    width: 100%;
    margin: 0px 5px 0px;
    /*margin: -9px -9px 10px;*/
    padding: 6px 8px;
    font-size: 18px;
    color: #0B9E94;
    /*background: #fff;*/
    font-weight: 700;
}

.third-heading {
    width: 100%;
    margin: 0px 5px 0px;
    /*margin: -9px -9px 10px;*/
    padding: 6px 8px;
    font-size: 14px;
    color: #d8187d;
    /*background: #fff;*/
    font-weight: 600;
}

.sub-heading-wh {
    width: 100%;
    margin: 0px 5px 0px;
    /*margin: -9px -9px 10px;*/
    padding: 6px 0px;
    font-size: 18px;
    color: #0B9E94;
    /*background: #fff;*/
    font-weight: 700;
}

.third-heading-wh {
    width: 100%;
    margin: 0px 5px 0px;
    /*margin: -9px -9px 10px;*/
    padding: 6px 0px;
    font-size: 14px;
    color: #d8187d;
    /*background: #fff;*/
    font-weight: 600;
}

/*.row > label:first-child {
    width: 100%;
    
    padding: 6px 8px;
    font-size: 18px;
    color: #0B9E94;
}*/

@media only screen and (min-width:700px) {
    ul.radio.floated-dt li {
        display: inline-block;
        margin-right: 15px;
    }

    ul.checkbox.floated-dt li {
        display: inline-block;
        margin-right: 15px;
    }
}

@media only screen and (max-width:699px) {
    ul.radio.floated-dt li {
        display: block;
        margin-right: 0px;
    }

    ul.checkbox.floated-dt li {
        display: block;
        margin-right: 0px;
    }
}

.score_span {
    margin: 10px;
    border: groove 2px;
    border-radius: 5px;
    border-color: #d13893;
    /* color: #333; */
    padding: 2px 10px 2px 10px;
    color: black;
}

.tr_select {
    background: linear-gradient(0deg, var(--color2) 0%, var(--color3) 100%);
    color: #fff !important;
    /*font-size: 13px;*/
}

@media only screen and (min-width:768px) {
    .right-side-border {
        border-right: solid #ec4ab6;
        margin-bottom: -15px;
        margin-top: -1px;
    }

    .bottom-side-border {
        border-bottom: solid #ec4ab6;
        margin-top: 10px;
    }
}

@media only screen and (max-width:768px) {
    .topsm {
        margin-top: -20px;
    }
}

/*#TNPHDR_View{ height:var(--header-height); display:inline-block;}*/
/*#TNPHDR_View > * {
    vertical-align: middle;
    cursor: pointer;
}*/


#TNPHDR_View:hover .dropmenus_2 {
    display: block;
}



#TNPHDR_View:hover .dropmenus {
    display: block;
}

.dropmenus_2 {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    font-size: 14px;
    padding: 5px 0;
    width: 400px;
    text-align: left;
    box-shadow: 0 3px 5px rgba(0,0,0,0.25);
    display: none;
    z-index: 300;
    position: absolute;
    top: 80px;
    left: 0;
    height: 400px;
    border: 1px solid #d32d8b;
    margin-left: 119px;
    overflow: scroll;
    position: fixed;
}

#TNPHDR_View .dropmenus_2:before {
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    width: 200px;
    height: 100px;
    border: 3px solid #73AD21;
}

#progressbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #4483bb;
    color: red;
    z-index: 1001;
}

progress {
    color: lightblue;
}

    progress::-webkit-progress-value {
        background: transparent;
    }

    progress::-moz-progress-bar {
        background: transparent;
    }

    progress::-webkit-progress-value {
        background: #d03b95;
    }

    progress::-webkit-progress-bar {
        background: var(--body-color);
    }

.btns_sec {
    padding: 15px 30px;
    background: #fff;
    text-align: right;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
    position: relative;
}

@media only screen and (min-width:730px) {
    .hea_right div, .hea_right ul {
        float: left;
    }

    .hea_right ul {
        margin-top: 0px;
        margin-left: 10px;
        color: black;
    }
}
