/**
 * Application CSS
 */

@import url('activity.css');
@import url('attendence.css');
@import url('image.css');
@import url('customList.css');

.highlight-red {
    color: red;
}

.searchInput {
    font-weight: normal; 
    width: 155px;
    font-size: 13px;
    margin-right: -2px;
    padding: 0;

    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.clear_fix:before, .clear_fix:after {
   content: "";
   display: table;
}

.clear_fix:after {
   clear: both;
}

.partners {
    margin: 30px 0 15px;
}

.partner-1 {
    float: left; 
    width: 140px; 
    text-align: center;
}

.partner-2 {
    float: left; 
    width: 240px; 
    text-align: center;
}

.partner-headline {
    color: #395C86;
    font-size: 2.0em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

#variants td, #variants th { 
    padding: 10px 10px;
    border-top: 1px solid #ccc;
}

#variants th {
    width: 150px;
    text-align: right;
    font-weight: bold;
    vertical-align: top;
    padding-top: 25px;
}

#variants td.link {
    text-align: center;
    width: 100px;
}

.navigation-box-directory { 
    position: relative;
    
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4), 0 6px 0 rgba(255, 255, 255, 0) inset !important;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4), 0 6px 0 rgba(255, 255, 255, 0) inset !important;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4), 0 6px 0 rgba(255, 255, 255, 0) inset !important;    
}

.navigation-box-directory:hover { 
    z-index: 999;
}

.navigation-box-directory.active {
    z-index: 999;    
    background: #fcfcfc;    
    border: 1px solid #aaa;
}

#YearPickerHolder .dijitButtonContents { min-width: 40px !important; width: 40px !important; max-width: 40px !important }
#FilterByID { text-decoration: underline; cursor: pointer; display: inline-block; margin-left: 30px; font-size: 12px; font-weight: normal }

.category-box { 
    margin-left: 18px;
}

.mini-hk {
    width: 12px; 
    height: 12px; 
    float: left; 
    margin-left: -18px; 
    margin-top: 2px;
    background: url('../images/hkMiniLogoInactive.png');
    position: relative;
}

.mini-hk.active {
    background: url('../images/hkMiniLogo.png');
}

.mini-hk .hk-tooltip {    
    background: #ffffff;
    border: 1px solid #759dc0;
    border-radius: 6px;
    padding: 4px 8px;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.44);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.44);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.44);
    position: absolute;
    top: 10px;
    left: 0;
    display: none;
    z-index: 99;
    min-width: 240px;
    font-weight: bold;
}

.mini-hk:hover .hk-tooltip { 
    display: block
}

#forgotten-password {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}

#forgotten-password:hover {
    text-decoration: none;
}