.modal-pop {
    position: absolute;
    width: 25%;
    margin: 0 auto;
    left: 40%;
    z-index:9999999999;
}
.modal-pop-chart {
    position: absolute;
    width: 60%;
    margin: 0 auto;
    left: 10%;
}

.modal-content .modal-head {
    background: #b8c30f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
}

.modal-content .modal-head h4 {
    color: #FFFFFF;
    margin: 0;
    font-size: 125%;
}

.modal-content .modal-body {
    background: #FFFFFF;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding: 20px;
}

.modal-content .modal-head .close-modal {
    border: 0 none;
    position: absolute;
    top: 10px;
    right: 5px;
    background: url("../images/popup/popup-close.png") no-repeat;
    height: 24px;
    width: 37px;
    cursor: pointer;
}

.modal-content .modal-footer {
    background: #FFFFFF;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.modal-content .modal-footer .btn {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #FFFFFF;
    padding: 5px 15px;
    border: 0 none;
    background: #b8c30f;
    font-weight: bold;
    margin: 0 2px;
    text-transform: capitalize;
}

.modal-content .modal-body input[type='text'] {
    background: #f7f7f7;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #5f5f5f;
    padding: 10px;
    margin: 5px 0;
}

.modal-content .modal-body textarea {
    background: #f7f7f7;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #5f5f5f;
    padding: 10px;
    margin: 5px 0;
	width:100%;
}

.modal-content .modal-body select {
    background: #f7f7f7;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #5f5f5f;
    padding: 10px;
    margin: 5px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal-content .modal-body h3 {
       margin: 5px 0;
    font-size: 14px;
    line-height: 22px;
}

.modal-content .modal-body p {
    margin: 5px 0;
}

.modal-content .modal-body ul {
    margin: 0;
    padding: 0 0 0 10px;
}

.modal-content .modal-body li {
    list-style: none;
    margin: 0;
    padding: 2px 0;
}
.radio {
    padding-left: 20px
}
.radio label {
    display: inline-block;
    padding-left: 5px;
    position: relative
}
.radio label::before {
    -o-transition: border .5s ease-in-out;
    -webkit-transition: border .5s ease-in-out;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid rgba(120, 130, 140, 1);
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: border .5s ease-in-out;
    width: 17px;
    outline: 0!important
}
.radio label::after {
    -moz-transition: -moz-transform .3s cubic-bezier(.8, -.33, .2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform .3s cubic-bezier(.8, -.33, .2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.8, -.33, .2, 1.33);
    background-color: #2b2b2b;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 7px;
    left: 5px;
    margin-left: -20px;
    position: absolute;
    top: 5px;
    transform: scale(0, 0);
    transition: transform .3s cubic-bezier(.8, -.33, .2, 1.33);
    width: 7px
}
#challenge-popup .radio input[type=radio] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: 0!important
}
.radio input[type=radio]:disabled+label {
    opacity: .65
}
.radio input[type=radio]:focus+label::before {
    outline-offset: -2px;
    outline: -webkit-focus-ring-color auto 5px;
    outline: dotted thin
}
.radio input[type=radio]:checked+label::after {
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}
.radio input[type=radio]:disabled+label::before {
    cursor: not-allowed
}
.radio.radio-inline {
    margin-top: 0;
    margin-right: 10px;
}
.radio.radio-single label {
    height: 17px
}
.radio-primary input[type=radio]+label::after {
    background-color: #ab8ce4
}
.radio-primary input[type=radio]:checked+label::before {
    border-color: #ab8ce4
}
.radio-primary input[type=radio]:checked+label::after {
    background-color: #ab8ce4
}
.radio-danger input[type=radio]+label::after {
    background-color: #fb9678
}
.radio-danger input[type=radio]:checked+label::before {
    border-color: #fb9678
}
.radio-danger input[type=radio]:checked+label::after {
    background-color: #fb9678
}
.radio-info input[type=radio]+label::after {
    background-color: #03a9f3
}
.radio-info input[type=radio]:checked+label::before {
    border-color: #03a9f3
}
.radio-info input[type=radio]:checked+label::after {
    background-color: #03a9f3
}
.radio-warning input[type=radio]+label::after {
    background-color: #fec107
}
.radio-warning input[type=radio]:checked+label::before {
    border-color: #fec107
}
.radio-warning input[type=radio]:checked+label::after {
    background-color: #fec107
}
.radio-success input[type=radio]+label::after {
    background-color: #00c292
}
.radio-success input[type=radio]:checked+label::before {
    border-color: #00c292
}
.radio-success input[type=radio]:checked+label::after {
    background-color: #00c292
}
.radio-purple input[type=radio]+label::after {
    background-color: #9675ce
}
.radio-purple input[type=radio]:checked+label::before {
    border-color: #9675ce
}
.radio-purple input[type=radio]:checked+label::after {
    background-color: #9675ce
}
.radio-red input[type=radio]+label::after {
    background-color: #fb9678
}
.radio-red input[type=radio]:checked+label::before {
    border-color: #fb9678
}
.radio-red input[type=radio]:checked+label::after {
    background-color: #fb9678
}