﻿
#divicons {
    max-width: 460px;
    border: solid 2px gray;
    border-radius: 20px;
    box-shadow: 5px 5px 5px #888888;
    position: absolute;
    background-color: cornsilk;
    z-index: 100;
    padding: 30px 20px 15px 20px;
}

.divicon1 {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
    background-color: lightblue;
    border-radius: 10px;
    box-shadow: 0 0 5px #888888;
    margin-bottom: 10px;
}
    .divicon1:hover {
        box-shadow: 0 0 10px #0033ff;
    }

.divicon0 {
   
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 130px;
        height: 140px;
   
   text-decoration:none;
   margin: 30px;
}

.divnewrow {
    clear: left;
    height: 0;
}

.divbubble span {
    
    font-weight: bold;
    border-radius: 10px;
    
    height: 30px;
    width: 80px;
    margin: 5px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
  
    display: inline-block;
    float: left;
 
    background-color: lightgreen;
    color: darkblue;
    text-decoration: underline;
}

    .divbubble span:hover {
        color: blue;
    }

.indeximg {
    width: 100%;
    height: 100%;
    border: none;
}

#divcompany, #divtools, #divpayroll, #divhr, #divbudget {
    background-color: lightgreen;
    cursor: pointer;
}

#divcompanymenu ,
#divhrmenu ,
#divtoolsmenu,
#divbudgetmenu ,
#divpayrollmenu {
    width: 112px;
    /*height: 180px;*/
}

#divcheckin, #divcompliance, #divtimesheet, #divovertime, #divopt {
    background-color: #ffff99;
}
