/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 13, 2015, 11:02:09 AM
    Author     : Jamie
*/

.categorical-cog-spin {
    
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition:1s;
  -webkit-transition:1s;
  transition:1s;
  
        -webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
  
}

.categorical-cog-spin:hover {
        -webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}

.categorical-help-menu .categorical-help-menu-item a{
    font-family: 'Open Sans', sans-serif;
    color: #333 ;
    font-size: 16px;
    background-color: #fff;
}



.categorical-help-menu li.categorical-options-menu-item {
    
}

.categorical-help-menu li.categorical-options-menu-item a{
    color: #111 !important;
    font-size: 16px !important;
    font-family: Arial, sans-serif !important;
    text-transform: none !important;
    text-shadow: none !important;
    background-color: #fff !important;
    line-height: 1.5em !important;
    
    padding-left: .5em !important;
    padding-top: .25em !important;
    padding-right: .5em !important;
    padding-bottom: .25em !important;
    margin: 0  !important;
    
    
}
.categorical-help-menu li.categorical-options-menu-item a:hover{
    color: #aaa !important;
    
}

.categorical-wait-processing {
    font-size: 32px;
}