* {
    outline: none;
}

html {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #373b3e;
    background: #2a2a2a;
    background: -moz-linear-gradient(top, #2a2a2a 0%, #222222 100%);
    background: -webkit-linear-gradient(top, #2a2a2a 0%, #222222 100%);
    background: linear-gradient(to bottom, #2a2a2a 0%, #222222 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#222222', GradientType=0);
    color: #fff;
    overflow: hidden;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background-image: url("../images/background.jpg");
}

body {
    all: unset!important;
}

header {
    margin-bottom: 20px;
}

footer {
    margin-top: 40px;
}

h1 {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 32px;
}

.modal-content {
    background-color: #444;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.logo {
    width: 90%!important;
    max-width: 400px!important;
    margin-bottom: 20px;
}

.modal-header {
    border-bottom-color: #777;
}

.modal-content .close {
    color: #fff!important;
    text-shadow: none!important;
}

.modal-footer {
    border-top-color: #777;
}

// .modal.fade .modal-dialog {
//     top: 30%;
// }
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container {
    text-align: center;
}

a {
    color: #fff;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

a.removeSite {
    margin-left: 20px;
    font-size: 75%;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

.site {
    margin-bottom: 10px;
}

.site {
    border: 1px solid #555;
    border-radius: 10px;
    padding: 10px;
    width: 90%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    background: #7d7e7d;
    background: -moz-linear-gradient(top, #7d7e7d 0%, #3e3e3e 100%);
    background: -webkit-linear-gradient(top, #7d7e7d 0%, #3e3e3e 100%);
    background: linear-gradient(to bottom, #7d7e7d 0%, #3e3e3e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d', endColorstr='#3e3e3e', GradientType=0);
    cursor: hand;
    cursor: pointer;
    transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    opacity: 0.75;
}

.site:hover {
    opacity: 1;
}

.removeSite {
    float: right;
    width: 20px;
}

.removeSite img {
    width: 20px;
    height: auto;
}

button i.fas {
    margin-right: 10px;
}

button {
    padding: 10px 20px!important;
}

.bootbox-input {
    margin-top: 15px;
}


/* button {
    min-width: 150px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    background: #7d7e7d;
    background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
    background: -webkit-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
    background: linear-gradient(to bottom, #7d7e7d 0%, #0e0e0e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0);
    transition: opacity 0.1s ease-in-out;
}

button:hover:enabled {
    opacity: 0.75;
}

button:active:enabled {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}

.primary {
    background: #499bea;
    background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%);
    background: -webkit-linear-gradient(top, #499bea 0%, #207ce5 100%);
    background: linear-gradient(to bottom, #499bea 0%, #207ce5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#499bea', endColorstr='#207ce5', GradientType=0);
}

.green {
    background: #299a0b;
    background: -moz-linear-gradient(top, #299a0b 0%, #299a0b 100%);
    background: -webkit-linear-gradient(top, #299a0b 0%, #299a0b 100%);
    background: linear-gradient(to bottom, #299a0b 0%, #299a0b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#299a0b', endColorstr='#299a0b', GradientType=0);
}

.red {
    background: #cc0000;
    background: -moz-linear-gradient(top, #cc0000 0%, #cc0000 100%);
    background: -webkit-linear-gradient(top, #cc0000 0%, #cc0000 100%);
    background: linear-gradient(to bottom, #cc0000 0%, #cc0000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#cc0000', GradientType=0);
}

button:disabled {
    opacity: 0.5;
} */