/**     DEFAULT PAGE    **/

h3 {
    line-height: 35px;
    font-size: 14pt;
}

#groupsFilter .searchlabel {
    line-height: 45px;
    height: 45px;
    font-weight: 600;
    vertical-align: central;
    margin-right: 30px;
    display: inline-block;
    vertical-align: super;
}

#groupsFilter .search {
    position: relative;    
}

#groupsFilter .search input {
    padding-right: 60px;
    width: 240px;
}

#groupsFilter .search .icon_search {
    position: absolute;
    right: 1px;
    width: 61px;
    height: 45px;
    background-image: url('../../img/homepage/button-search.png');
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

#groupsFilter .small-note {
    color: #888;
    font-size: 9pt;
    font-style: italic;
    margin-top: -10px;
}


/**     Library table       **/

#localGroups_data tr.first td {
    border-top: 0;
}

#localGroups_data tr.filtered td {
    font-weight: 600;
}

#localGroups_data .not-yet-registered {
    color: #888;
    font-size: 10pt;
}

#localGroups_data .already-registered {
    font-size: 10pt;
}

#localGroups_data .run-button {
    min-width: 95px;
}

#not-found-group {
    font-size: 13pt;
    margin-bottom: 10px;
}

.gray-box-library {
    display: inline-block;
    border: 1px solid #DDD;
    padding: 15px 20px;
    font-weight: 600;
    margin: 20px auto;
}


/**     REGISTER PAGE    **/
#register-localgroup p.head {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0;
}

#register-localgroup p.name {
    font-weight: 600;
    margin-top: 15px;
    color: #3196C6;
    font-size: 12pt;
    margin-bottom: 25px;
}

#register-localgroup .checkEmployee {
    margin-top: 5px;
}

#register-localgroup .checkEmployee label {
    font-weight: 600;
    font-size: 10pt;
}

.library-blueBox {
    display: inline-block;
    background-color: #B5D3F9;
    border-radius: 5px;
    width: 610px;
    padding: 20px 35px;
    margin: 30px 80px;
    text-align: center;
    font-weight: 600;
    font-size: 10pt;
}

#register2 .link-start {
    font-size: 16pt;
    margin: 30px 0px;
}

#register2 .note-activate {
    font-weight: 600;
}


/**     START PAGE    **/
.font-wrapper {
    clear: both;
    margin-top: 10px;
    margin-bottom: 30px;
}

.font-wrapper h3 {
    font-size: 12pt;
    color: #2492C3;
    font-weight: 600;
}

.font-wrapper [class*="span"] {
    float: none;
}

.font-wrapper .fontSetting {
    display: inline-block;
    height: 40px;
    text-align: left;
    margin: 10px 0px 10px 0px;
}

.font-wrapper .fontSetting label {
    padding-left: 5px;
    margin-right: 5px;
}

.fontPreview {
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #aaaaaa;
    width: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    font-size: 16pt;
    background: rgb(219,219,219); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,219,219,1)), color-stop(5%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(219,219,219,1) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(219,219,219,1) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(219,219,219,1) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(219,219,219,1) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}