body {
    background: #333333;
    overflow: hidden;
    margin: 0;
    user-select: none;
}


.adBox {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	bottom: 0;
}
#first {
    z-index: 1000;
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.53);
    padding: 5px 10px;
    right: 0;
    border-radius: 5px 0px 0px 0px;
    
}
#second {
    z-index: 1000;
    position: absolute;
    bottom: 0px;
    background-color: rgba(255, 255,   255, 0.49);
    padding: 5px 10px;
    left: 0;
    border-radius: 5px 0px 0px 0px;

}

.infoLink {
    color: #337ab7;
    text-decoration: none;
    font-family: Montserrat, sans-serif !important;
    font-weight: 300;
}
.middleAd {
    width: 300px;
    height: 250px;
    margin-bottom: 0;
    border: 3px solid white;
    color: #fff;
    text-align: center;
    font-family: Arial;
    font-size: 20px;
    margin-left: 7px;
    margin-top: 26px;
}
.middleAdFinal {
    width: 300px;
    height: 250px;
    margin-bottom: 0px;
    border: 3px solid white;
    color: #fff;
    text-align: center;
    font-family: Arial;
    font-size: 20px;
    margin-left: 50px;
    margin-top: 159px;
}
.bottomAd {
	width: 728px;
	height: 90px;
	border: 3px solid white;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	color: #fff;
	text-align: center;
	font-family: Arial;
	font-size: 20px;
}

.topAd {
	width: 728px;
	height: 90px;
	margin: auto;
	border: 3px solid white;
	color: #fff;
	text-align: center;
	font-family: Arial;
	font-size: 20px;
}


.socialGroup {
	position: absolute;
	display: block;
	height: 45px;
	font-size: 0;
	text-align: center;
	top: 5px;
	left: 0;
	opacity: 0.7;
	z-index: 300;
}
.seoGroup {
	position: absolute;
	display: block;
	height: 45px;
	font-size: 0;
	text-align: center;
	top: 5px;
    right: 63px;
	opacity: 0.7;
    z-index: 300;
    left: auto;
}
.seoButton {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	margin: 0 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
	opacity: 0.99;
	border-radius: 28%;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.09);
    text-decoration: none;
	color: #48a7f8;
}
.seoButton:before {
	content: '';
	width: 120%;
	height: 120%;
	position: absolute;
	top: 90%;
	left: -110%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.seoButton,
.seoButton:before {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.seoButton .fa,
.seoButton .fab {
	font-size: 38px;
	vertical-align: middle;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.seoButton:focus:before,
.seoButton:hover:before {
	top: -10%;
	left: -10%;
}
.seoButton:focus .fa,
.seoButton:focus .fab,
.seoButton:hover .fa,
.seoButton:hover .fab {
	color: #fff;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.seoButton.facebook:before {
	background-color: #3b5998;
}
.seoButton.twitter:before {
	background-color: #3cf;
}
.seoButton.discord:before {
	background-color: #7289da;
}
.socialButton {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	margin: 0 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
	opacity: 0.99;
	border-radius: 28%;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.09);
    text-decoration: none;
	color: #48a7f8;
}
.socialButton:before {
	content: '';
	width: 120%;
	height: 120%;
	position: absolute;
	top: 90%;
	left: -110%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.socialButton,
.socialButton:before {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.socialButton .fa,
.socialButton .fab {
	font-size: 38px;
	vertical-align: middle;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.socialButton:focus:before,
.socialButton:hover:before {
	top: -10%;
	left: -10%;
}
.socialButton:focus .fa,
.socialButton:focus .fab,
.socialButton:hover .fa,
.socialButton:hover .fab {
	color: #fff;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.socialButton.facebook:before {
	background-color: #3b5998;
}
.socialButton.twitter:before {
	background-color: #3cf;
}
.socialButton.discord:before {
	background-color: #7289da;
}


.endStats {
    width: 413px;
    height: 362px;
    position: absolute;
    left: 50%;
    top: 41%;
    transform: translate(-50%, -50%);
    max-width: 500;
}

.endStats .endText {
    position: relative;
    text-align: center;
    line-height: 5px;
}

.endStats .endText h3 {
    color: white;
    font-family: 'Palanquin Dark';
    font-size: 19px;
    font-weight: 500;
}

.endStats .endText h1 {
    color: #F44652;
    font-family: 'Palanquin Dark';
    font-size: 50px;
}

.endStats .endStuff {
    width: auto;
    height: 50px;
    margin-top: -33px;
    text-align: center;
}

.endStats .endStuff .stuff {
    position: relative;
    display: inline-block;
    width: auto;
    height: 37.9px;
    background-color: rgba(0, 0, 0, .7);
    line-height: 35px;
    border-radius: 13px;
    color: white;
    font-family: 'Palanquin Dark';
    font-size: 20px;
}

.endstats .defeat  {
    color: #d43218;
    font-size: 57px;

}
.endstats .victory  {
    color: #15c232;
    font-size: 49px;

}



.endStats .endStuff .stuff p {
    float: left;
    position: relative;
    top: -20px;
    left: -13px;
}

.endStats .endStuff .stuff img {
    width: 35px;
    float: left;
    position: relative;
    top: 1px;
    left: -15px;
}


.endStats .buttons {
    width: 100%;
    height: 70px;
    margin-top: -343px;
}

.endStats .buttons .game-button {
    width: 202.5px;
    height: 60px;
    outline: none;
    border: none;
    border-radius: 4px;
    font-family: 'Palanquin Dark';
    font-size: 20px;
    color: white;
}

.endStats .buttons #respawn {
    background-color: #1ED169;
    border-bottom: 6px solid #1FA256;
    position: relative;
    right: 10px;
}

.endStats .buttons #respawn:hover {
    transform: scale(1.025);
    background-color: #159e4d;
    border-bottom: 7px solid #166e3a;
}

.endStats .buttons #spectate:hover {
    transform: scale(1.025);
    background-color: #d6ae49;
    border-bottom: 7px solid #b89839;
}

.endStats .buttons #spectate {
    background-color: #FFC950;
    border-bottom: 6px solid #C1973C;
    position: relative;
    left: 10px;
}



.inventory {
    width: 620px;
    height: 100px;
    position: absolute;
    bottom: 25px;
    right: 15px;
}

.inventory .item {
    width: 104px;
    height: 100px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    border: 3px solid #000;
    margin-left: 14px;
    float: left;
    position: relative;
    left: -7px;
    border-radius: 5px;
}

.broadcast {
    width: auto;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
}

.broadcast h1 {
    text-align: center;
    color: white;
    font-size: 40px;
    font-family: 'Palanquin Dark', sans-serif;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.broadcast h1 {
    text-align: center;
    color: white;
    font-size: 40px;
    font-family: 'Palanquin Dark', sans-serif;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.broadcast h3 {
    text-align: center;
    color: lightgray;
    font-size: 20px;
    position: relative;
    top: -35px;
    font-family: 'Roboto', sans-serif;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#killFeed {
    height: 1000px;
    position: absolute;
    top: 20px;
    left: 20px;
    user-select: none;
}

.kill {
    height: 40px;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(0, 0, 0, 0.45);
    margin-top: 10px;
    display: inline-block;
    color: white;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    user-select: none;
}

#killFeed .kill b {
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
    font-family: 'Palanquin Dark', sans-serif;
}

.kill .me {
    color: #1ed169;
}

.kill .notme {
    color: #c64951;
}

#backdrop {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
}

#background {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0);
    position: absolute;
	background: url('https://krunt.io/assets/image/background.png');
	background-size: cover;
	background-repeat: no-repeat; 
	background-position: center center;
}

#chatroom {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 350px;
    height: 250px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
}

#chatbox {
    margin: 10px;
    width: 100%;
    height: 185px;
    user-select: none;
}

#chatroom .textbox {
    width: 250px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 15px;
    outline: none;
    border: 2px solid #000;
    font-family: Archivo Black;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
}

#chatroom .enter {
    width: 100px;
    height: 50px;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0px;
    outline: none;
    border: none;
    color: white;
    font-family: Archivo Black;
    background-color: #1ed169;
}

.chat-msg {
    margin-left: 10px;
    color: lightgray;
    font-family: Baloo;
    overflow-wrap: break-word;
}

.chat-nick {
    color: white;
    font-family: Baloo;
}

.logo {
    position: relative;
    left: -36%;
}

#main {
    width: 320px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 36%;
    transform: translate(-50%, -50%);
    user-select: none;
}

#main .title {
    font-size: 50px;
    font-family: 'Palanquin Dark', sans-serif;
    color: white;
    text-align: center;
    line-height: 25px;
}

#main .username {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    font-family: 'Roboto';
    user-select: none;
}

#main .button {
    margin-top: 12px;
    width: 100%;
    height: 60px;
    outline: none;
    border: none;
    border-bottom: 7px solid #1ea256;
    border-radius: 5px;
    background-color: #1dd269;
    color: white;
    padding-bottom: 5px;
    font-size: 18px;
    font-family: 'Palanquin Dark', sans-serif;
}

#main .button:hover {
    transform: scale(1.025);
    background-color: #159e4d;
    border-bottom: 7px solid #166e3a;
}

#main .gamemodes {
    width: 100%;
    height: 50px;
    text-align: center;
    position: relative;
    top: 18px;
}

#main .gamemodes .gamemode {
    display: inline-block;
    position: relative;
    background-color: #1a1927;
    padding: 2px 20px 2px 20px;
    border-radius: 5px;
    color: white;
    border-bottom: 4px solid #0f0f17;
    font-family: 'Palanquin Dark', sans-serif;
}

#main .gamemodes .gamemode:hover {
    transform: scale(1.025);
}

#main .gamemodes #selected {
    background-color: #1dd269;
    border-bottom: 7px solid #1ea256;
}

#main .gamemodes #selected:hover {
    background-color: #159e4d;
    border-bottom: 7px solid #166e3a;
}

#leaderboard .player {
    width: 100%;
    height: 30px;
    width: 100%;
    height: 30px;
    display: block;
    float: left;
    /* top: 20px; */
    position: relative;
}

#leaderboard .player h1 {
    position: relative;
    color: white;
    font-size: 25px;
    top: -10px;
    text-align: center;
    font-family: 'Ubuntu';
    font-weight: 700;
}

#leaderboard .player p {
    position: relative;
    color: white;
    top: -10px;
    font-size: 20px;
    left: 20px;
    font-family: 'Ubuntu';
}

#chat {
    width: 350px;
    height: 250px;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 20px;
    left: 20px;
    border-radius: 5px;
    border: 5px solid #000;
}

#chat .messages {
    width: 100%;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: auto;
    user-select: none;
}

#chat .messages .msg {
    width: 80%;
    height: auto;
    float: left;
    position: relative;
    left: 5%;
}

#chat .messages .msg p {
    color: white;
    position: relative;
    top: -7px;
    font-family: Ubuntu;
    font-size: 17px;
    line-height: 25px;
}

#chat .msgbox {
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.3);
    outline: none;
    border: none;
    border-top: 5px solid #000;
    padding-left: 10px;
}

#noammo {
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#noammo h1 {
    color: white;
    font-size: 20px;
    font-family: Ubuntu;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#kills {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 80px;
    right: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#kills .kills {
    color: white;
    font-size: 20px;
    font-family: Ubuntu;
    text-align: center;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    display: inline-block;
    margin: 10px;
    user-select: none;
}

#kills .deaths {
    color: white;
    font-size: 20px;
    font-family: Ubuntu;
    text-align: center;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    display: inline-block;
    margin: 10px;
    user-select: none;
}

#kills .ammoleft {
    color: white;
    font-size: 20px;
    font-family: Ubuntu;
    text-align: center;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    display: inline-block;
    margin: 10px;
    user-select: none;
}

.chest {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.3);
    margin: 5px;
    border-radius: 5px;
    user-select: none;
}

#chest_container p {
    position: relative;
    font-size: 14px;
    top: 25px;
    left: 5px;
    color: white;
    font-family: Ubuntu;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}


/* Setting width, height, padding and margin */

#chest_container {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    width: auto;
    position: absolute;
    user-select: none;
    bottom: 15px;
    right: 15px;
}

.box {
    display: inline-block;
    opacity: 0;
}

.progress {
    width: 100px;
    height: 100px;
    position: absolute;
    user-select: none;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress>.inner {
    position: absolute;
    color: white;
    font-size: 20px;
    font-family: Ubuntu;
    text-align: center;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.progress>svg {
    height: 100%;
    display: block;
    stroke: red;
    stroke-width: 5;
}

.leaderboard {
    position: absolute;
    text-align: center;
    font-family: Palanquin Dark;
    border-radius: 8px;
    background: #00000061;
    color: #fff;
    right: 15px;
    top: 15px;
    width: 225px;
    height: auto;
    font-size: 28px;
}

.lb-title {
    height: 45px;
}

.lb-positions {
    font-size: 20px;
    margin-bottom: 10px;
}

.lb-pos {
    display: block;
    height: 35px;
}

.lb-me {
    color: #1ae71a
}

#back {
    margin-top: 12px;
    width: 10%;
    height: 60px;
    box-shadow: 0 0 1pt 1pt black;
    outline: none;
    border-radius: 5px;
    background-color: #488EF3;
    color: white;
    padding-bottom: 5px;
    font-size: 18px;
    border: none;
    border-bottom: 7px solid #2e5dcd;
    font-family: 'Palanquin Dark', sans-serif;
    position: absolute;
	display: none;
    left: 36%;
    bottom: 6%;
}

#back:hover {
    background-color: #398aff;
	transform: scale(1.025)
}

#next {
    margin-top: 12px;
    width: 10%;
    height: 60px;
    box-shadow: 0 0 1pt 1pt black;
    outline: none;
    border-radius: 5px;
    background-color: #ED1C24;
    color: white;
    padding-bottom: 5px;
    font-size: 18px;
    border: none;
    border-bottom: 7px solid #C22631;
    font-family: 'Palanquin Dark', sans-serif;
    position: absolute;
	display: none;
    left: 47%;
    bottom: 6%;
}

#next:hover {
    background-color: #de1219;
	transform: scale(1.025)
}

.seoButton .fa, .seoButton .fab {
    line-height: 1.2;
}

@font-face {
    font-family: 'mainFont';
    font-size: 8px;
    src: url('./font.ttf');
}

.socialGroup p {
    text-align: center;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.09);
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    left: 10px;
    top: 2px;
    font-family: 'mainFont';
}
.seoGroup p {
    text-align: center;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.09);
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    left: 10px;
    top: 2px;
    font-family: 'mainFont';
}

#KizePanel{
    zoom: 100%;
    left: 1456px;
    width: 295px;
}

#ytPanel {
    width: 367px;
    display: block !important;
    border-radius: 2px !important;
    overflow: hidden;
    transform: scale(0.8);
    margin-left: -2%;
    position: absolute;
    top: 166px;
    left: 39px;
    background: transparent;
    border: none;
    padding: 0;
}

#ytLogo {
    background: white;
    border-radius: 20px;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#frameYT {
    border: 3px solid white;
    border-radius: 4px;
}
.controls {
    position: absolute;
    top: 400px;
    left: 38px;
    padding: 10px;
    border: 1px solid #fff;
    width: 14%;
    background: rgba(0, 0, 0, 0.4);
}
.controls div img {
    width: 80px;
}
.controlInfo {
    color: #fff;
    font-family: Arial;
    font-weight: 900;
    display: inline;
    position: relative;
    top: -13px;
    left: 10px;
}
.controlsText {
    text-align: center;
    color: #fff;
    font-family: 'mainFont';
    font-size: 30px;
    margin: 12px;
    text-shadow: -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000, 3px 3px 0 #000;
}

.preloader {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000000;
    opacity: 1;
    background-image: url('/assets/image/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.preloader .preloaderContent {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: static;
}
.preloader .outerContent {
    width: 100%;
    padding: 0;
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.preloader .innerContent {
    padding: 0;
    vertical-align: middle;
    display: table-cell;
    margin: 0;
    text-align: center;
}
.preloaderLogo {
    display: inline-block;
    width: 500px;
}
.subContent {
    margin-top: -20px;
}
.loadingMessage {
    font-size: 38px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 300;
    text-shadow: -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000, 3px 3px 0 #000;
    font-family: 'mainFont';
}
.loading {
    margin: 0 auto;
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 10px;
}
.wave div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.wave .line-2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.wave .line-3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.wave .line-4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.wave .line-5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:600');
@import url('https://fonts.googleapis.com/css?family=Montserrat');

.modal-open {
	overflow: hidden;
}

.modal {
	zoom: 103.388%;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: -20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	z-index: 40;
	outline: 0;
}

.modal * {
	font-family: Montserrat, sans-serif !important;
}

#hotkeysModal > .modal-dialog {
	width: 500px;
	margin: 30px auto;
	transform: translate(0, 65%);
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.modal-header {
	min-height: 16.43px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 768px) {
	.modal-dialog {
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.modal-sm {
		width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

#hotkeysModalBody {
	height: 245px;
	overflow: auto;
}

#hotkeySection {
	padding: 10px;
}

.hotkeyCode,
.hotkeyName {
	display: inline-block;
	font-size: 22px;
	position: relative;
	left: 15%;
}

.hotkeyCode {
	position: absolute;
	left: 65%;
}

.hotkeyTrigger {
	margin: 0;
}

.key {
	display: block;
	width: 120px;
	border: 1px solid #fff;
	text-align: center;
	margin-top: 1px;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	caret-color: transparent;
	height: 34px;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#btnHotkeysClose {
	border: 1px solid transparent;
	border-radius: 4px;
	transition: linear 0.3s;
	outline: 0;
	box-shadow: none;
	text-transform: uppercase;
	font-size: 12.5px;
	letter-spacing: 1.5px;
	color: #fff;
	background-color: #d9534f;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
}
.privMatch {
    cursor: pointer;
    text-decoration: underline!important;
}

#btnHotkeysClose:hover,
#btnHotkeysClose:focus,
#btnHotkeysClose:active {
	color: #fff;
	background-color: #c9302c;
}
