/*
    The widget header style
*/

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
    padding: 0px;
}

.ui-state-default .ui-icon, .ui-widget-header .ui-icon {
    background-image: url(../img/ui-icons_ffffff_256x240.png);
}

.ui-dialog .ui-dialog-titlebar-close {
    top: 15px;
}

.ui-widget-header .ui-state-default {
    background: none;
    border: none;
}

.ui-widget-header {
    background: #611859;
    border: none;
    border-radius: 0;
}

.ui-widget-header h2 {
    color: #fff;
    font: normal 18px/22px "Nexa Bold", Arial, sans-serif;
}

.ocs-mentor-form {
    padding: 0 10px 10px 10px;
}

.ocs-mentor-form label {
    float: left;
    width: 115px;
}

.ocs-mentor-form label.long-label {
    width: 100%;
    margin-bottom: 5px;
}

.ocs-mentor-form input[type="text"] {
    float: left;
    margin: 0 20px 0 0;
    border: 1px solid #d1d1d1;
    padding: 5px 3px;
    width: 230px;
}

.ocs-mentor-form input[type="radio"]{
    float: left;
    margin: 2px 10px 0 0;
}

.ocs-mentor-form input[readonly="readonly"] {
    color: grey;
}

.ocs-mentor .home-notice {
    display: block;
    /*background: #FEFFCD;*/
    /*padding: 5px;*/
    /*border: solid 1px;*/
}

.ocs-mentor h2 {
    font-family:'Arial Bold', 'Arial';
    font-weight: 700;
    font-size: 18px;
    color: #800080;
}

.ocs-mentor.notice-text p {
    font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
}

.ocs-mentor a {
    color: rgb(0, 0, 255);
}

.ocs-mentor .bold.link {
    font-family: 'Arial Bold', Arial;
    font-weight: 700;
}

.dynatable-pagination-links li {
    float: left;
    margin-right: 5px;
}

form.generic.mentor_reg_form .ocs-input-group label {
    width: 100%; 
    font-weight: 700;
    margin-bottom: 5px;
}

form.generic.mentor_reg_form input[type="text"] {
    width: 100%;
    background: none;
    border: 0;
    padding: 0 0;
}

form.generic.mentor_reg_form .ocs-input-group textarea {
    width: 100%;
    background: none;
    border: 0;
    padding: 0 0;
    overflow: all;
}

.ocs-input-group-mentor_name input[type="text"] {
    font-size: 14px;
    font-weight: 700;
}

form.generic.mentor_reg_form .ocs-input-group {
    margin-bottom: 5px;
}

.ocs-mentor.mentor-registration-form table tr td:first-child {
    font-weight: 700;
    width: 23%;
}

.ocs-mentor.mentor-registration-form table tr:first-child {
    font-size: 16px;
}

.ocs-mentor.admin-listing {
    display: block;
    width: auto;
    margin: 20px;
}

.ocs-mentor.admin-listing .status-btn-group {
    margin-bottom: 20px
}

.ocs-mentor.admin-listing table {
    margin-top: 10px;
}

.ocs-mentor.admin-listing table tbody td {
    vertical-align: middle;
}

.status-btn-group a.button.gray.selected {
    background: #000;
    color: #FFF;
    box-shadow: none;
}

.mentor-italic-notice {
    font-style: italic;
}

/*
    Kevins CSS
*/

.mentoring .ui-dialog {
    border: 1px solid #555;
    border-radius: 0;
    box-shadow: #000 0 4px 30px;
    display: none;
    padding: 0;
}

.mentoring .ui-widget-header {
    background: #611859;
    border: none;
    border-radius: 0;
}

.mentoring .ui-widget-header h2 {
    color: #fff;
    font: normal 18px/22px "Nexa Bold", Arial, sans-serif;
}

.mentoring .ui-widget-header h2 small {
    font-family: Arial, sans-serif;
}

.ocs-input-group-date{
    float: left;
    width: 50%;
}

.ocs-input-group-duration{
    float: right;
    width: 48%;
}

.dynatable-page-link {
    cursor: pointer;
}

.ocs-dialog2 {
    width: 95% !important;
}

.ui-dialog-titlebar-close:before {
    line-height: 21px;
}
