/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 14, 2019, 4:56:29 PM
    Author     : UNITRAi
*/
.w-100{
    width:100%;
}


.utpst-answer{
    width: auto;
    display: block;
}

.utpst-answer label{
   margin:0px;
   padding:0px;
  
   
}

.utpst-answer label span{
    display: block;
    font-weight: bold;
}

.utpst-quiz-caution {
    width:100%;
    margin:0px auto;
}

.utpst-quiz-caution .inner-caution{
    display:block;
    min-width:220px;
    width:40%;
    margin:0px auto;
}


.utpst-btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #0be57c!important;
    text-decoration: none;
    width:auto;
    background-color:#0be57c!important;
    border-radius: 2px;
    padding: 10px 60px;
    color: #ffffff!important;
    text-decoration: none!important;
    margin-top:20px;
    text-transform: uppercase;
    
}

.utpst-btn:hover{
    color: #ffffff;
    border-color: #3a3a3a!important;
    background-color: #3a3a3a!important;
}

.utpst-btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.utpst-btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.utpst-row{
    margin-bottom:30px;
    clear:both;
}


.utpst-quiz-msg{
    display: none;
    color:#FF0000;
    font-size:70%;
    padding:15px;
    text-align: center;
}

.utpst-col-6{
    width:50%;
    display:block;
    float:left;
}

.mt-30{
    margin-top:30px;
}

.mt-20{
    margin-top:20px;
}

.utpst-retake-txt {
    font-size: 60%;
    text-align: center;
    padding: 5px 0px;
    max-width: 229px;
    /*margin: 0px 0px 0px auto;*/
    margin: 0px auto 0px auto;
}

.text-center{
    text-align: center;
}

.text-right{
    text-align: right;
}

ul.tabs{
        margin: 0px;
        padding: 0px;
        list-style: none;
}
ul.tabs li{
        background: none;
        color: #222;
        display: inline-block;
        padding: 10px 15px;
        cursor: pointer;
}

ul.tabs li.current{
        background: #f7f9fc;
        color: #222;
}

.utpst-result .tab-content{
        display: none;
        background: #f7f9fc;
        padding: 30px;
}

.utpst-result .tab-content.current{
        display: inherit;
}

.utpst-detail-txt{
    font-weight: normal;
}


.utpst-heading{
    font-weight: normal;
}

.clearfix{
    clear:both;
}

.tab-link {
    font-style: italic;
}










#utpst-quiz-form label
{
/*     font: 300 16px/1.7 'Open Sans', sans-serif;*/
     
     cursor: pointer;
    
} 




@media only screen and (max-width: 600px) {
    .utpst-quiz {
        max-width: 100%!important;
        margin: 0px auto;
    }
    
    
    
    
    
}


.circle-chart-title{
    margin:30px auto;
    text-align:center;
}
.circle-chart{
     margin:30px auto;
    text-align:center;
    width:auto;
    clear:both;
}



  




