/**
 * Default Look and Feel
 */
body{
	background-image: url("../images/about.jpg");
}

.alertify,
.alertify-log {
	font-family: sans-serif;
}

.tabelica {
	border: 4px solid #000000;
	background-color: #a3a3a3;
	text-align: center;
	border-collapse: collapse;
	width: 95%;
	margin-top: 15px;
}
.tabelica a{
	color: white;
}
.tabelica td, .tabelica th {
	border: 2px solid #000000;
	padding: 5px 2px;
}

.tabelica tbody td {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.tabelica tr:nth-child(even) {
	background: #17a2b8;
}
.tabelica thead {
	background: #000000;
}
.tabelica thead th {
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border-left: 2px solid #000000;
}
.tabelica thead th:first-child {
	border-left: none;
}

.tabelica tfoot td {
	font-size: 13px;
}

.alertify {
	background: #FFF;
    border: 10px solid #17a2b8;
    box-shadow: 1px 7px 11px rgba(0,0,0,.3);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
	top: 15%;
}
	.alertify-text {
		border: 1px solid #CCC;
		padding: 10px;
		border-radius: 4px;
	}
	.alertify-button {
		border-radius: 4px;
    	color: #5f5f5f;
    	font-weight: bold;
    	padding: 4px 15px;
    	text-decoration: none;
		box-shadow: inset 0 1px 0 0 rgba(255,255,255,.5);
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:    -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:     -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:      -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:         linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
	}
	.alertify-button:hover,
	.alertify-button:focus {
		outline: none;
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:     -ms-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:      -o-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:         linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
	}
	.alertify-button:focus {

	}
	.alertify-button:active {
		position: relative;
		box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	}
		.alertify-button-cancel,
		.alertify-button-cancel:hover,
		.alertify-button-cancel:focus {
			background-color: #eaeaea;
			border: 1px solid #D83526;
		}
		.alertify-button-ok,
		.alertify-button-ok:hover,
		.alertify-button-ok:focus {
			background-color: #eaeaea;
    		border: 1px solid #acacac;
		}

.alertify-log {
	background: #1F1F1F;
	background: rgba(0,0,0,.9);
	padding: 15px;
	border-radius: 4px;
	color: #FFF;
}
	.alertify-log-error {
		background: #FE1A00;
		background: rgba(254,26,0,.9);
	}
	.alertify-log-success {
		background: #5CB811;
		background: rgba(92,184,17,.9);
	}

.alertify button:hover,
.alertify button:focus {
    color: #5f5f5f !important;
}

.alertify p {
	font-size: 13px;
}
