/* TheOld - Crafters v1.1 MineMarket SMS Cascading Style Sheets */
/* A fájl a TheOld - Crafters tulajdonát képezi. */
/* Készítette: Móri László (Mr. Deity), és andris155*/

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background: none;
	color: #333;
}
a {
    cursor: pointer !important;
}
.form-control:focus {
    border-color: #45bf4d;
}
.form-control::placeholder {
    color: white;
}
.form-inline .form-control {
    height: 34px;
}
.alert-success {
	color: #fff;
	background-image: -webkit-linear-gradient(top,rgba(0, 0, 0, 0.5) 0,rgba(0, 0, 0, 0.5) 100%);
	background-color: rgba(255,255,255,.15);
	background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.5) 0,rgba(0, 0, 0, 0.5) 100%);
	border-color: #45BF4D;
}
.alert-danger {
	color: #fff;
	background-image: -webkit-linear-gradient(top,rgba(0, 0, 0, 0.5) 0,rgba(0, 0, 0, 0.5) 100%);
	background-color: rgba(255,255,255,.15);
	background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.5) 0,rgba(0, 0, 0, 0.5) 100%);
}
.alert {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.alert-danger {
    border-color: #d9534f;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
    outline-offset: 0;
}
.btn-success:focus {
    background: #111111;
    border-color: #45BF4D;
}
.btn-primary:focus {
    background: #111111;
    border-color: #2278ce;
}
.btn-info {
    background: #45BF4D;
    border-color: #fff;
    color: white;
	text-shadow: none;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.btn-info:hover {
    background: rgba(0, 0, 0, 0.5);
    border-color: #45BF4D;
    color: white;
}
.btn-info:focus {
    background: rgba(0, 0, 0, 0.5);
    border-color: #45BF4D;
    color: white;
    transition: all 750ms ease-in-out;
    cursor: pointer;
}
.btn-default {
    background: #2278CE;
    border-color: #fff;
    color: #fff;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default:hover {
    background: #111111;
    color: white;
    border-color: #2278ce !important;
}
.btn-default:focus {
    background: #111111;
    border-color: #2278ce;
    color: white;
    transition: all 750ms ease-in-out;
    cursor: pointer;
}
.btn-success {
    background: #3CBC43;
    border-color: #3CBC43;
    text-shadow: none;
}
.btn-success:hover {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border-color: #45BF4D !important;
}
.btn-primary {
    background: #2278CE;
    border-color: #fff;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-primary:hover {
    background: #111111;
    color: white;
    border-color: #2278ce !important;
}
.btn-google-plus {
    background: #dd4b39;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-google-plus:hover {
    background: rgba(0, 0, 0, 0.5);
    color: white !important;
    border: none;
    margin-bottom: 2px;
    border-color: #dd4b39 !important;
}
.btn-google-plus:focus {
    background: rgba(0, 0, 0, 0.5);
    color: white !important;
    cursor: pointer;
	border: none;
}
.btn-danger {
    background: #d9534f;
    border-color: #fff;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-danger:hover {
    background: #111111;
    border-color: #d9534f !important;
    color: white;
}
.btn-danger:focus {
    border-color: #d9534f;
    color: white;
	background: #111111;
    transition: all 750ms ease-in-out;
    cursor: pointer;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: 0;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
    outline-offset: 0;
}
.btn-success:focus {
    background: #111111;
    border-color: #45BF4D;
}
.btn-primary:focus {
    background: #111111;
    border-color: #2278ce;
}
.modal-title {
	color: white;
}
.modal-content {
    border: 0;
    background-color: #333;
}

.modal-header {
    background: #45BF4D;
    border-bottom: 1px solid black;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.modal-body {
    background-color: #212121;
	color: white;
}

.modal-footer {
	border-top: none;
	background-color: #161616;
    color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
	margin-top: 0;
}
.container {
    color: white;
}
.close {
    font-size: 30px;
    text-shadow: none;
}