#registration-nsc{
    position: relative;
    width: 100%;
}

.nsc-form-group input[type="submit"], #add_normal_doctor{
    background: #3ba1da;
    color:#ffffff;
    padding:10px 20px;
    border:0;
    font-size: 20px;
    font-weight: bold;
    border-radius: 4px !important;
}

.nsc-form-group input[type="submit"]:hover, #add_normal_doctor:hover{
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(85,85,85,0.18);
    background: #ac90f4;
}

.nsc-form-group input[type="text"], .nsc-form-group input[type="email"], .nsc-form-group input[type="number"], .nsc-form-group input[type="tel"]{
    border: 1px solid #ddd !important;
    padding: 0 12px !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: none !important;
    cursor: text !important;
    font-size: 15px !important;
    height: 40px !important;
    margin-right: auto;
}

.nsc-form-group input[type="checkbox"]{
    border: 1px solid #ddd !important;
    padding: 0 12px !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: none !important;
    cursor: text !important;
    width: 15px;
    height: 15px;
}

input[type="checkbox"]:hover {
    cursor: pointer!important;
    box-shadow: 0px 0px 10px rgba(85,85,85,0.18);
    border: 1px solid #3ba1da !important;
}

.checkbox_label:hover{
    cursor: pointer!important;
}

.nsc-form-group label{
    font-weight:600;
    color: #555555;
}
.nsc-form-group{
    margin-bottom: 20px;
}

.nsc-form-row{
    display:flex;
    margin-bottom: 0.5em;
    align-items: center;
    justify-content: space-between;
}

.fullwidth{
    width:100%
}

#add_normal_doctor{
    margin-top:20px;
    margin-bottom:50px;
}

.nsc-doctors-wrapper{
    border: 1px solid #ddd !important;
    padding: 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top:10px;
    margin-bottom: 40px;
}

.notice-error{
    background-color: #880000;
    color: #ffffff;
    font-weight: bold;
    padding: 0 15px 0 15px;
    font-size:16px;
    width: 100%;
}

.notice-error:first-child{
    padding-top:15px;
    padding-bottom: 5px;
}

.notice-error:nth-child(2){
    padding-bottom:5px;
    margin-bottom: 30px;
}

#nsc_success_message{
    background-color: #ccffcc;
    font-weight: bold;
    font-size:16px;
    padding:15px;
    width: 100%;
}

#section-26-119 #equiments_list{
    width:100%!important;
    max-width:100%!important;
}

#section-26-119 #equiments_list th, #equiments_list td{
    padding:3px;
}

@media only screen and (max-width: 768px) {
    .nsc-form-row{
        display:block;
    }

    #registration-nsc h2{
        font-size: 20px!important;
    }

    #registration-nsc h4{
        font-size: 16px!important;
    }

    .nsc-form-group input[type="text"], .nsc-form-group input[type="email"]{
        width: 100%;
    }

    .nsc-form-group input[type="submit"], #add_normal_doctor{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}
