﻿/* button 
---------------------------------------------- */
.button {
	display:inline-block;
	zoom:1;
    display:inline;
	vertical-align:baseline;
	margin:0 2px;
	outline:none;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	padding:.3em 2em .55em;
	text-shadow:0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius:.5em;
	-moz-border-radius:.5em;
	border-radius:.5em;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, .2);
	box-shadow:0 1px 2px rgba(0, 0, 0, .2);
}
.button:hover {
	text-decoration:none;
}
.button:active {
	position:relative;
	top:1px;
}
.bigrounded {
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	border-radius:2em;
}
.approved {
    background:url(Images/accept.ico) left 6px no-repeat #8c8c8c !important;
}
.cancelapproved {
    background:url(Images/delete.ico) left 6px no-repeat;
}

.medium {
	
	}
.small {
	}
/* color styles 
---------------------------------------------- */
/* green */
.green {
	color: #e8f0de !important;
	border: solid 1px #8c8c8c;
	background: #8c8c8c;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #8c8c8c,  #8c8c8c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #8c8c8c,  #8c8c8c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #8c8c8c,  #8c8c8c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

.greenback {
    background: url("images/Back-icon32x32.png");
	color: #e8f0de !important;
	border: solid 1px #538312;
    background-repeat: no-repeat;
    background-position:center;
	/*background: #64991e;*/
	/*background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);*/
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}

.search {
    background: url("images/ico-view.png");
    background-repeat: no-repeat;
    background-position:center;
}
.close {
    background: url("images/fullscreenButton.png");
    background-repeat: no-repeat;
    background-position:center;
    margin:0;
   padding:0.3em 0.55em;
}

.back {
    background: url("images/ico-arrow-back.png");
    background-repeat: no-repeat;
    background-position:center;
}

.refresh {
    background: url("images/ico-refresh.png");
    background-repeat: no-repeat;
    background-position:center;
}

.excel {
    background: url("images/ico-page-excel.png");
    background-repeat: no-repeat;
    background-position:center;
}
