.advFormDiv {
    width: 100%;
    display: block;
}
.advFormDiv span {
    /*width: 25% !important;*/
    display: block;
    float: left;
}
.advFormDiv select, .advFormDiv input {
    width: 100%;
}
.advFormDiv #searchsubmit {
    width: 5%;
}
input[type="date"]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
}
.blhead h3 {
    width: 20%;
    margin: 0;
    float: left;
}
span.blinput {
    width: 5%;
    display: block;
    margin: 0;
    float: left;
}
.blhead {
    display: block;
}
.srchResults span {
    width: 100%;
    float: left;
    /*margin-left: 3%;*/
}
p.blinput {
    width: 5%;
    float: left;
}
p.blname {
    width: 20%;
    float: left;
    word-break: break-all;
}
.srchResults p {
    margin-bottom: 0;
}
.forminp textarea {
    min-height: 250px;
    width: 100%;
}
.srchResults {
    display: block;
    height: auto;
    overflow: hidden;
}
.overlay{
    position: absolute;
    height: 100%;
    width: 100%;
}
.overlay{
    background: black;
    opacity: 0.2;
    z-index: 2;
    display: none;
}
.loaderDiv {
    position: absolute;
    margin: 5% 25% 25%;
    display: none;
    z-index: 2;
}
#sendmail, #sendmailToAll {
    float: left;
    width: 12%;
    margin: 3% 1% 3% 0;
}
.blPagination {
    /*float: left;*/
    width: 15%;
}
.limitSelectDiv {
    float: left;
}
#advForm {
    padding: 3%;
}
.srchResults span:last-child {
    margin-bottom: 3%;
}
.blBck {
    clear: both;
    padding-left: 3%;
}
.page-numbers {
    padding: 3%;
}
.errorDiv {
    padding: 4% 1%;
    font-size: 18px;
    color: red;
}
.advFormDiv input[type="text"]:disabled {
    cursor: not-allowed;
}
.advFormDiv .tagCheckList {
    font-size: inherit;
    margin-left: inherit;
    overflow: hidden;
    padding: 10px 10px 10px 0;
    width: 300px;
}
.advFormDiv .tagHolder {
    background: #444444 none repeat scroll 0 0;
    color: #ffffff;
    width: auto !important;
    display: inline-block;
    margin: 2px 3px;
    padding: 3px;
}
.advFormDiv th {
    vertical-align: top;
    width: 200px;
    text-align: left;
}
th.manage-column {
    font-weight: bold;
}

/* Users Skill */
.skill-hldr {
    background: #444;
    float: left;
    margin: 5px;
    padding: 6px;
    border-radius: 9px;
}

.skill-hldr:hover {
    background: #14b694;
}

.skill-hldr span {
    background: rgb(185, 185, 185);
    border-radius: 50%;
    display: inline-block;
    float: right;
    height: 17px;
    margin: 0 0 0 6px;
    position: relative;
    vertical-align: middle;
    text-align: center;
    width: 16px;
    padding: 1px;
}

.skill-hldr span:hover {
    background: rgb(180, 0, 0);
    cursor: pointer;
}

.skill-hldr a {
    color: white;
    text-decoration: none;
}

.skill-hldr a:hover {
    color: rgb(245, 245, 245);
    text-decoration: none;
}

a.ntdelbutton, a.delButton {
    font-size: 14px;
    line-height: 16px;
    text-shadow: none;
    vertical-align: top;
}

/* Certificate Listing in User Profile Page */
#certList td, #certList th {
    padding: 5px 10px;
    font-size: 16px;
}
#certList tr {
    background-color: #ffffff;
}
#studentTable thead {
    background-color: #eee;
}
#studentTable th.asc:after{
    content: "\f0d8";
    font-family: fontAwesome;
    display: inline-block;
    padding: 0.5em;
}
#studentTable th.desc:after{
    content: "\f0d7";
    font-family: fontAwesome;
    display: inline-block;
    padding: 0.5em;
}
#studentTable td.closeDiv::after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    padding: 0.5em;
}
#studentTable td.openDiv::after {
    content: '\2212';
    color: #777;
    font-weight: bold;
    float: right;
    padding: 0.5em;
}
#studentTable #certList {
    width: 98%;
    margin-left: 10px;
}
#studentName {
    padding-left: 10px;
}
.userCol span {
    font-weight: 600;
    padding-left: 10px;
}
.ui-autocomplete { 
    position: absolute; 
    cursor: default;
    z-index: 130 !important;
}
.ui-autocomplete li {
    margin-bottom: 0;
    padding: 4px 10px;
    white-space: nowrap;
    text-align: left;
    cursor: pointer;
}
input.ui-autocomplete-loading[type="text"], input.ui-autocomplete-loading[type="email"] {
    background-image: url(../loading.gif);
    background-repeat: no-repeat;
    background-position: right center;
    visibility: visible;
}
.rTable { 
    display: table; 
}
.rTableRow { 
    display: table-row; 
}
.rTableHeading { 
    display: table-header-group; 
}
.rTableBody { 
    display: table-row-group; 
}
.rTableFoot { 
    display: table-footer-group; 
}
.rTableCell, .rTableHead { 
    display: table-cell; 
}
.customCertHeader {
    margin: 15px 0;
}
.studentCertTable {
    width: 100%;
    padding: 10px;
}
#certSearchForm #certNumber, #certSearchForm #certFirstname, #certSearchForm #certLastname {
    margin: 5px;
}
#certSearchForm #certNumber {
    width: 93% !important;
}
#certSearchForm #certFirstname, #certSearchForm #certLastname {
    width: 46% !important;
}
#certSearchForm #certSearch {
    width: 30%;
    padding: 5px;
}