.data-table {
	border: 1px solid #a4a4a4;
}

.data-table th {
	font-weight: bold;
}

/* Modal confirm box színei */

.modal-header-danger {
	color:#fff;
        padding:9px 15px;
        border-bottom:1px solid #eee;
        background-color: #d9534f;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
}

.table-responsive {
        border: 0px;
}

/* cPanel */
.cpanelbox {
        float: left;
        text-align: center;
        margin-right: 10px;
}

/* Hibaüzenetek boxa */
.panel-alert {
        border: 1px solid #e93743;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.panel-alert .panel-heading span.glyphicon {
        font-size: 1.1em;
}

.panel-alert .panel-heading {
        background-color: #e93743;
        color: white;
        font-weight: bold;
        font-size: 1.5em; 
}

.panel-alert .panel-body {
        text-align: center;
        background-color: #f1f1f1f;
        color: black;
        font-weight: bold;
}
