/*									OM                                       */
/******************************************************************************
* @file hpsum.css
* @author  Srikanth Bemineni <srikanth.bemineni@hp.com>
* 
*
* @section LICENSE
*
* HP Confidential
* Copyright 2012 Hewlett-Packard Development Company, L.P.
*
* @section DESCRIPTION
*
* This files contains the styling for all the hpsum over ridden elements
*
*
*******************************************************************************/



.square-list-style > li
{
 	list-style-type:square;	
 	margin-bottom:5px;
 	margin-left:1.5em;
}

#hpsum-hp-logo.hp-logo {
    background-image: url("../../img/hp-piano/hp-piano-icons.png");
    background-position: -260px -180px;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    position:static;

}

.hpsum-error
{
	font-family: Arial,Helvetica,sans-serif;
	color:#666666;

}

.hpsum-status-changing
{
    -webkit-animation: spin 3s infinite linear forwards 0.7s;
    -moz-animation: spin 3s infinite linear forwards 0.7s;
    -ms-animation: spin 3s infinite linear forwards 0.7s;
    -o-animation: spin 3s infinite linear forwards 0.7s;
    height: 21px;
    width: 21px;
}

.hpsum-status-change-med
{
    -webkit-animation: spin 3s infinite linear forwards 0.7s;
    -moz-animation: spin 3s infinite linear forwards 0.7s;
    -ms-animation: spin 3s infinite linear forwards 0.7s;
    -o-animation: spin 3s infinite linear forwards 0.7s;
    height: 18px;
    width: 18px;
}

.hpsum-status-change-small
{
    -webkit-animation: spin 3s infinite linear forwards 0.7s;
    -moz-animation: spin 3s infinite linear forwards 0.7s;
    -ms-animation: spin 3s infinite linear forwards 0.7s;
    -o-animation: spin 3s infinite linear forwards 0.7s;
    height: 14px;
    width: 14px;
}

button.ilo-federation-clickable {
    color: #000;
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

button.ilo-federation-clickable:hover {
    color: #007dba
}

:-ms-input-placeholder {  
   color: #cccccc !important;  
}

:-moz-placeholder { /* Firefox 18- */
   color: #cccccc !important; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #cccccc !important;  
}

::-webkit-input-placeholder {
   color: #cccccc;
}
