﻿
/*-------------------------*/



.iconed_button:link
{
    color: #03a;
    text-decoration: none;
}
/*.iconed_button:visited, .iconed_button:hover
{
    color: #999;
    text-decoration: none;
}*/


.iconed_button, .iconed_button:visited
{        
	display: inline-block;
	white-space: nowrap;
	background-color: #ccc;
	border: 1px solid #777;
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background-image: -webkit-linear-gradient(top, #eee, #ccc);
	background-image: -moz-linear-gradient(top, #eee, #ccc);
	background-image: -ms-linear-gradient(top, #eee, #ccc);
	background-image: -o-linear-gradient(top, #eee, #ccc);
	background-image: linear-gradient(top, #eee, #ccc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
    padding: 0 1.5em;
    margin: 0.5em;
    font: bold 1em/2em Arial, Helvetica;
    text-decoration: none;
    color: #03a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    -moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(128, 128, 128, .3);
    -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(128, 128, 128, .3);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(128, 128, 128, .3);
    background-image: linear-gradient(top, #eee, #ccc);
}

.iconed_button:hover
{
    color: #034af3;
	background-color: #ddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
	background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
	background-image: -moz-linear-gradient(top, #fafafa, #ddd);
	background-image: -ms-linear-gradient(top, #fafafa, #ddd);
	background-image: -o-linear-gradient(top, #fafafa, #ddd);     
	background-image: linear-gradient(top, #fafafa, #ddd);
}

.iconed_button:active
{
    color: #03a;
	-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	position: relative;
	top: 1px;
}

.iconed_button:focus
{
	outline: 0;
	background: #fafafa;
}    

.iconed_button:before
{
	background: #ccc;
	background: rgba(0,0,0,.1);
	float: left;        
	width: 1em;
	text-align: center;
	font-size: 1.5em;
	margin: 0 1em 0 -1em;
	padding: 0 .2em;
	-moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-moz-border-radius: .15em 0 0 .15em;
	-webkit-border-radius: .15em 0 0 .15em;
	border-radius: .15em 0 0 .15em;
        pointer-events: none;        
}

/* Hexadecimal entities for the icons */

.add_icon:before
{
	content: "\271A";
}

.edit_icon:before
{
	content: "\270E";        
}

.delete_icon:before
{
	content: "\2718";        
}

.save_icon:before
{
	content: "\2714";     
}

.email_icon:before
{
	content: "\2709";        
}

.like_icon:before
{
	content: "\2764";        
}

.next_icon:before
{
	content: "\279C";
}

.star_icon:before
{
	content: "\2605";
}

.spark_icon:before
{
	content: "\2737";
}

.play_icon:before
{
	content: "\25B6";
} 

.lockopen_icon:before /*open Lock*/
{
	content: "\1F513";
} 

.lock_icon:before 
{
	content: "\1F512";
}

.key_icon:before
{
	content: "\1F511";
} 

.obj_icon:before
{
	content: "\FFFC";
} 

.id_icon:before
{
	content: "\1F194";
} 

.bug_icon:before
{
	content: "\1F41C";
} 

.monkey_icon:before
{
	content: "\1F412";
} 

.snake_icon:before
{
	content: "\1F40D";
} 

.octopus_icon:before
{
	content: "\1F419";
} 

.turtle_icon:before
{
	content: "\1F422";
} 

.penguin_icon:before
{
	content: "\1F427";
} 

.fish_icon:before
{
	content: "\1F420";
} 

.skull_icon:before 
{
    content: "\1F480";
    /*ontent: "\2620";*/
}

.alien_icon:before 
{
    content: "\1f47e";
}

.maple_icon:before 
{
    content: "\1f341";
}

.factory_icon:before 
{
    content: "\1f3ED";
}

.oldman_icon:before 
{
    content: "\1f474";
}

.back_icon:before 
{
    /*content: "\2B05";*/
    /*content: "\25E4";*/
    /*content: "\25C4";*/
    content: "\21BA";
    /*content: "\2196";*/
    /*content: "\1f519";*/
}


.iconed_button[disabled="disabled"], .iconed_button[disabled]
{
    color: #999999;
    
    display: inline-block;
	white-space: nowrap;
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background-image: -webkit-linear-gradient(top, #eee, #ccc);
	background-image: -moz-linear-gradient(top, #eee, #ccc);
	background-image: -ms-linear-gradient(top, #eee, #ccc);
	background-image: -o-linear-gradient(top, #eee, #ccc);
	background-image: linear-gradient(top, #eee, #ccc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
	border: 1px solid #777;
    padding: 0 1.5em;
    margin: 0.5em;
    font: bold 1em/2em Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    -moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(128, 128, 128, .3);
    -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(128, 128, 128, .3);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(128, 128, 128, .3);
    background-image: linear-gradient(top, #eee, #ccc);
}



/*-------------------------*/



.iconed_button_highlight:link
{
    color: #03a;
    text-decoration: none;
}
/*.iconed_button:visited, .iconed_button:hover
{
    color: #999;
    text-decoration: none;
}*/


.iconed_button_highlight, .iconed_button_highlight:visited
{        
	display: inline-block;
	white-space: nowrap;
	border: 1px solid #777;
	background-color: #bb8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fea), to(#ed4));
	background-image: -webkit-linear-gradient(top, #fea, #ed4);
	background-image: -moz-linear-gradient(top, #fea, #ed4);
	background-image: -ms-linear-gradient(top, #fea, #ed4);
	background-image: -o-linear-gradient(top, #fea, #ed4);
	background-image: linear-gradient(top, #fea, #ed4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
    padding: 0 1.5em;
    margin: 0.5em;
    font: bold 1em/2em Arial, Helvetica;
    text-decoration: none;
    color: #03a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    -moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(128, 128, 128, .3);
    -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(128, 128, 128, .3);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(128, 128, 128, .3);
    background-image: linear-gradient(top, #eee, #ccc);
}

.iconed_button_highlight:hover
{
    color: #034af3;
	background-color: #ddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fec), to(#ed9));
	background-image: -webkit-linear-gradient(top, #fec, #ed9);
	background-image: -moz-linear-gradient(top, #fec, #ed9);
	background-image: -ms-linear-gradient(top, #fec, #ed9);
	background-image: -o-linear-gradient(top, #fec, #ed9);     
	background-image: linear-gradient(top, #fec, #ed9);
}

.iconed_button_highlight:active
{
    color: #03a;
	-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	position: relative;
	top: 1px;
}

.iconed_button_highlight:focus
{
	outline: 0;
	background: #fafafa;
}    

.iconed_button_highlight:before
{
	background: #ccc;
	background: rgba(0,0,0,.1);
	float: left;        
	width: 1em;
	text-align: center;
	font-size: 1.5em;
	margin: 0 1em 0 -1em;
	padding: 0 .2em;
	-moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-moz-border-radius: .15em 0 0 .15em;
	-webkit-border-radius: .15em 0 0 .15em;
	border-radius: .15em 0 0 .15em;
    pointer-events: none;        
}



/*-------------------------*/



.button_disabled
{        
	display: inline-block;
	white-space: nowrap;
	background-color: #ccc;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background-image: -webkit-linear-gradient(top, #eee, #ccc);
	background-image: -moz-linear-gradient(top, #eee, #ccc);
	background-image: -ms-linear-gradient(top, #eee, #ccc);
	background-image: -o-linear-gradient(top, #eee, #ccc);
	background-image: linear-gradient(top, #eee, #ccc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
	border: 1px solid #777;
    padding: 0 1.5em;
    margin: 0.5em;
    font: bold 1em/2em Arial, Helvetica;
    text-decoration: none;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    background-image: linear-gradient(top, #eee, #ccc);
}


.button_disabled:link
{
    color: #999999;
    text-decoration: none;
}
.button_disabled:visited
{
    color: #999999;
    text-decoration: none;
}

.button_disabled:hover
{
    color: #999999;
    background-image: linear-gradient(top, #fafafa, #ddd);
	}

.button_disabled:active
{
    color: #999999;
	-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	position: relative;
	top: 1px;
}

.button_disabled:focus
{
	color: #999999;
	outline: 0;
	background: #fafafa;
}    

.button_disabled:before
{
	background: #ccc;
	background: rgba(0,0,0,.1);
	float: left;        
	width: 1em;
	text-align: center;
	font-size: 1.5em;
	margin: 0 1em 0 -1em;
	padding: 0 .2em;
	-moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-moz-border-radius: .15em 0 0 .15em;
	-webkit-border-radius: .15em 0 0 .15em;
	border-radius: .15em 0 0 .15em;
        pointer-events: none;        
}

.button_disabled[disabled="disabled"], .button_disabled[disabled]
{
    color: #ccc;
}


