@media (min-width: 768px) {
    .invalid-text {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: left !important;
    }
}

.field_placeholder{
    width: 100%;
}

.imagelist img.image {
    width: 100%;
}

.formfrom .checkbox input[type=checkbox] {
    display: inline-block;
    font-size: 0%;
    margin-top: 2px;

}

.formfrom {
    font-size: 15px;
    font-weight: 300;
    /*font-family: pragmatica-web, Helvetica, Arial, sans-serif;*/
    /*background-color: #FFFFFF;*/
    color: #959595;
    width: 100%;
    padding-bottom: 75px !important;
}

.formfrom label {
    font-weight: 400 !important;
    min-height: 24px;
}

.div-height-0{
    height: 0;
}

.article_block{
    /*border: 1px solid #ebebeb;*/
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    width: 100%;
    /*padding-bottom: 10px;*/
    /*margin-bottom: 15px;*/
}

.formfrom .checkbox label {
    padding-left: 28px;
    font-weight: 300;
}

.formfrom .checkbox input[type=checkbox]::before {
    content: "";
    height: 19px;
    font-size: 13px;
    color: #FFFFFF;
    text-align: center;
    line-height: 15px;
    font-weight: 300;
    background-color: #959595;
    padding-right: 12px;
    padding-left: 8px;
    padding-bottom: 3px;
    position: absolute;
    margin-left: -4px;
    width: 5px;
    margin-top: -2px;
}

.formfrom .checkbox input[type=checkbox]:checked::before {
    font-family: FontAwesome;
    content: "\f00c";
    height: 19px;
    font-size: 13px;
    color: #FFFFFF;
    text-align: center;
    line-height: 15px;
    font-weight: 300;
    background-color: #959595;
    padding-right: 16px;
    padding-left: 4px;
    padding-bottom: 2px;
    padding-top: 3px;
    position: absolute;
    margin-left: -4px;
    width: 5px;
}

.article_seprator{
    border-top: 1px solid #fff;
    margin-bottom: 0;
}

.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
    z-index: 1 !important;
}

.tooltip .tooltiptext {
    visibility: hidden;
    /*width: 120px;*/
    min-width: 500px;
    background-color: #f7f7f7;
    color: #686769;
    text-align: left;
    border-radius: 6px;
    border: 0.5px solid #ccc;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 110%;
    opacity: 1;
}

.tool-tip-icon {
    font-size: 18px;
    color: #e84e0f;
    padding-top: 4px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.required {
    border-color: red;
    border-width: 3px;
}

.invalid {
    color: red;
}

a.condition {
    color: #959595;
    padding-top: 14px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
    text-decoration: underline;
    display: inline-block;
}

#canidate-table {
    padding-left: 20px;
    padding-right: 20px;
}

.table-responsive {
    max-height: 300px;
    background-color: #FFFFFF;
    width: 100%;
}

.points_table thead {
    width: 100%;
}

.points_table tbody {
    height: 562px;
    overflow-y: auto;
    width: 100%;
}

.points_table thead tr {
    width: 99%;
}

.points_table tr {
    width: 100%;
}

.points_table thead, .points_table tbody, .points_table tr, .points_table td, .points_table th {
    display: inline-block;
}

.points_table thead {
    background: #959595;
    color: #fff;
}

.points_table tbody td, .points_table thead > tr > th {
    float: left;
    text-align: left;
    border-bottom-width: 0;
}

.points_table > tbody > tr > td, .points_table > tbody > tr > th, .points_table > tfoot > tr > td, .points_table > tfoot > tr > th, .points_table > thead > tr > td, .points_table > thead > tr > th {
    padding: 8px;
    height: 50px;
    text-align: center;
    line-height: 32px;
}

.points_table_scrollbar {
    height: 612px;
    overflow-y: scroll;
}

.points_table_scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0);
    border-radius: 10px;
    background-color: #ffffff;
}

.points_table_scrollbar::-webkit-scrollbar {
    width: 1%;
    min-width: 5px;
    background-color: #F5F5F5;
}

.points_table_scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000000;
    background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent)
}

.candpicked {
    background-color: #46b8da !important;
    color: #FFFFFF !important;
}

.candwinner {
    background-color: #5cb85c !important;
    color: #FFFFFF !important;
}

.content .row {
    background-color: white;
    padding-top: 20px;
}

.list-group-item.active > a, .list-group-item.active:hover {
    z-index: 2;
    color: #fff !important;
    background-color: #686769;
    border-color: #686769;
}

.cms_forms-submit-btn {
    padding-top: 15px;
}

.cms_form_submit-btn {
    margin-top: 25px;
}


.detail-text {
    font-family: "Poppins", "arial", "tahoma", sans-serif;
    font-weight: 300;
    color: #959595;
}

.detail-text-header {
    font-family: "Poppins", "arial", "tahoma", sans-serif;
    font-weight: 400;
    color: #686769;
}

.detail-block {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: unset !important;
}

.status_color_process{
    color: #000;
}

.status_color_success{
    color: #5cb85c;
}

.status_color_annuler{
    color: #d9534f;
}

.panel-title{
    margin-bottom: 0 !important;
}

#Reg-form-id {
    width: 100%;
 }

@media (max-width: 767px) {
    .space_holder {
        min-height: 35px;
        display: block;
    }

    #Reg-form-id .control-label {
        display: none;
    }

    #Reg-form-id input::placeholder { /* WebKit browsers */
        color: #d1d1d1;
    }

    #Reg-form-id input::-webkit-input-placeholder { /* WebKit browsers */
        color: #d1d1d1;
    }

    #Reg-form-id input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #d1d1d1;
    }

    #Reg-form-id input::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #d1d1d1;
    }

    #Reg-form-id input:-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #d1d1d1;
    }

    #Reg-form-id textarea::placeholder { /* WebKit browsers */
        color: #d1d1d1;
    }

    #Reg-form-id textarea::-webkit-input-placeholder { /* WebKit browsers */
        color: #d1d1d1;
    }

    #Reg-form-id textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #d1d1d1;
    }

    #Reg-form-id textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #d1d1d1;
    }

    #Reg-form-id textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #d1d1d1;
    }

}

@media (min-width: 768px) {
    .space_holder {
        min-height: unset;
        display: none;
    }

    #Reg-form-id input::placeholder { /* WebKit browsers */
        color: transparent;
    }

    #Reg-form-id input::-webkit-input-placeholder { /* WebKit browsers */
        color: transparent;
    }

    #Reg-form-id input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: transparent;
    }

    #Reg-form-id input::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: transparent;
    }

    #Reg-form-id input:-ms-input-placeholder { /* Internet Explorer 10+ */
        color: transparent;
    }

    #Reg-form-id textarea::placeholder { /* WebKit browsers */
        color: transparent;
    }

    #Reg-form-id textarea::-webkit-input-placeholder { /* WebKit browsers */
        color: transparent;
    }

    #Reg-form-id textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: transparent;
    }

    #Reg-form-id textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: transparent;
    }

    #Reg-form-id textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
        color: transparent;
    }

}

