/*
 * Grape - Professional & Flexible Admin Template
 * by Stammi <http://themeforest.net/user/Stammi>
 * 
 * -----------------
 * TABLE OF CONTENTS
 * -----------------
 * 
 * 1) Generic Buttons
 * 2) Image Buttons
 * 3) Username Button
 * 4) Footer
 */

/* ==================================================
 * 1) Generic Buttons
 * ================================================== */

.button {
	
	border-radius: 20px 20px 20px 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #111111;
	color: #FFFFFF !important;
	cursor: pointer;
	display: inline-block;
	padding: 5px 10px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	height: 26px;
}

input[type="submit"].button {
	height: 26px;
}

.button.blue { background: url("../img/buttons/button-blue.png") repeat-x scroll 0 0 #2d5672; height: 26px;
	border-style: solid;
	border-width: 1px;
	border-color: #111111;}

.button.blue:hover {
	background: url("../img/buttons/button-blue.png") repeat-x scroll 0 -24px #4d7690;
	color: #fff !important;
	text-decoration: none;
}

.button.blue:active {
	background: url("../img/buttons/button-blue.png") repeat-x scroll 0 -48px #6290b2;
}

.button.red { background: url("../img/buttons/button-red.png") repeat-x scroll 0 0 #6b352b; height: 14px;}
.button.red:hover { background: url("../img/buttons/button-red.png") repeat-x scroll 0 -24px #834a3f; }
.button.red:active { background: url("../img/buttons/button-red.png") repeat-x scroll 0 -48px #a85f51; }

.button.blue.kucuk
{
	height: 14px;
}




/* ==================================================
 * 2) Image Buttons
 * ================================================== */

.btn-info {
	background: url("../img/icons/toolbox/20x20/info.png") no-repeat scroll 0 0 transparent;
	height: 20px;
	width: 20px;
	position: relative;
	margin-left: -10px;
	margin-top: 10px;
	float: left;
}

.btn-info:hover {
	background-position: 0px -20px;
}

.arrow-link-down {
	background: url("../img/icons/misc/arrow-down.png") no-repeat scroll center right transparent;
	padding-right: 20px;
}

.arrow-link-down:hover {
	background: url("../img/icons/misc/arrow-down-hover.png") no-repeat scroll center right transparent;
}






/* ==================================================
 * 3) Username Button
 * ================================================== */

.user-button {
	background: url("../img/misc/shine-effect.png") repeat-x scroll top left #344655;
	border: 1px solid #000;
	border-radius: 3px 3px 3px 3px;
	position: relative;
	float: left;
	display: inline-block;
	padding: 8px 8px;
}

.user-button:hover {
	background: url("../img/misc/shine-effect.png") repeat-x scroll top left #495f71;
}

.user-button:active {
	top: 1px;
}

.user-button a {
	display: block;
}







/* ==================================================
 * 4) Footer
 * ================================================== */

#footer a.top {
	background: url("../img/icons/misc/top-hover.png") no-repeat scroll 0 0 transparent;
	height: 48px;
	width: 48px;
	display: block;
	margin-left: 5px;
	padding-top: 3px;
}

#footer a.top:hover {
	background-position: 0 -48px;
}


.btn-view {
	background: url("../img/icons/packs/silk/16x16/zoom_in.png") no-repeat scroll 0 0 transparent;
	height: 16px;
	width: 16px;
	padding-left: 20px;
	color: #3265A3 !important;
}

.btn-doc {
	background: url("../img/icons/misc/odata-document.png") no-repeat scroll 0 0 transparent;
	height: 16px;
	width: 16px;
	padding-left: 20px;
	color: #3265A3 !important;
}
.btn-download {
	background: url("../img/icons/misc/drive-download.png") no-repeat scroll 0 0 transparent;
	height: 16px;
	width: 16px;
	padding-left: 20px;
	color: #3265A3 !important;
}

.btn-edit {
	background: url("../img/icons/misc/edit-icon.png") no-repeat scroll 0 0 transparent;
	height: 16px;
	width: 16px;
	padding-left: 20px;
	color: #3265A3 !important;
}

.btn-delete {
	background: url("../img/icons/misc/delete-icon.png") no-repeat scroll 0 0 transparent;
	height: 16px;
	width: 16px;
	padding-left: 20px;
	color: #3265A3 !important;
}

.btn-sonsinav {
	background: url("../img/icons/packs/crystal/48x48/apps/kedit.png") no-repeat scroll 0 50% transparent;
	height: 40px !important;
	width: 160px !important;
	padding-right: 0px !important;
	padding-left: 30px !important;
	font-weight: bold;
	line-height: 35px;
	color: #3265A3 !important;
}

