    .error{
        color:#e94343;
    }

/* custom pagination css start */
    .link {padding: 10px 15px;background: transparent;border:#bccfd8 1px solid;border-left:0px;cursor:pointer;color:#607d8b}
    .disabled {cursor:not-allowed;color: #bccfd8;}
    .current { background-color: #4A525F !important; border-color: #4A525F; color: #FFFFFF; }
    .first{border-left:#bccfd8 1px solid;}
    .question {font-weight:bold;}
    .answer{padding-top: 10px;}
    /*#pagination{margin-top: 20px;padding-top: 30px;border-top: #F0F0F0 1px solid;} */
    #pagination{margin-top: 10px; padding-top: 15px;  border-top: #F0F0F0 1px solid; margin-bottom: 20px;}
    .dot {padding: 10px 15px;background: transparent;border-right: #bccfd8 1px solid;}
    #overlay {background-color: rgba(0, 0, 0, 0.6);z-index: 999;position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: none;}
    #overlay div {position:absolute;left:50%;top:50%;margin-top:-32px;margin-left:-32px;}
    .page-content {padding: 20px;margin: 0 auto;}
    .pagination-setting {padding:10px; margin:5px 0px 10px;border:#bccfd8  1px solid;color:#607d8b;}
    #pagination a:hover, #pagination a:focus { color: #000;}
    /* custom pagination css end */

    .form-control-label{
        width: 100%; font-weight: normal;
    }