
/* Fonts ( font-family: 'Open Sans', sans-serif; ) */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

body{
	background-color: #1d1f23;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

p{
  font-size: 13px;
  color: #c3c3c3;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.004);
  font-weight: lighter;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6{
	margin: 0px;
}

a:hover{
    text-decoration: none;
}


/* bootstrap */

.form-control{
    background-color: #24272c;
    border: none;
    padding: 11px 15px;
    box-shadow: 0px 3px 5px #00000030;
    color: #585d70;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.form-control:focus {
    color: #585d70;
    background-color: #1d2024;
    outline: none;
    box-shadow: 0px 0px 10px #00000030;
}

.btn{
  padding: 10px 15px;  
}

.btn-custom{
    background-color: #3e464f;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    box-shadow: 0px 3px 5px #00000030;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    font-weight: 500;
    text-shadow: 0px 2px 5px #00000063;
}

.btn-custom:hover{
    background-color: #856404;
}

.btn.focus, .btn-custom:focus {
    outline: none;
    box-shadow: 0px 0px 10px #00000030;
}

.tool-user {
    margin: 23px 0px 0px 0px;
}
.tool-user small {
    color: #5e6d7a;
}

.tool-user small a {
    color: #d7a81d;
}


.tool-user small a:hover{
    text-decoration: none;
    color: #ffce3b;
}

.box-form .title h1{
    background-color: #24272c;
    font-size: 15px;
    font-family: "Open Sans";
    padding: 15px 0;
    color: #f7a428;
}

.box-form .title h1 .fa-fw{
    padding-right: 20px;
    color: #ffc163;
}

.box-form .body-form{
    height: auto;
    background-color: #1a1b1f;
    border-bottom: 3px solid #24272c;
    /* line-height: 200px; */
    padding: 60px 40px;

}

.body-table{
    padding: 10px !important;
}

.alert-error{
    font-family: "Open Sans";
    background-color: #434343;
    margin: 30px 0px 10px;
    padding: 10px;
    border: 1px solid #282b2e;
    border-radius: 3px;
    box-shadow: 1px 1px 10px #00000059;
    color: #e1e1e1;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
}

.alert-good{
    font-family: "Open Sans";
    background-color: #3d7c00;
    margin: 30px 0px 10px;
    padding: 10px;
    border: 1px solid green;
    border-radius: 3px;
    box-shadow: 1px 1px 10px #00000059;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
}

.myAccount{
    background-color: #21252a;
    color: #e3a345;
    padding: 20px;
    /* text-decoration: none; */
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 1px 1px 3px #0006;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
}

.myAccount:hover{
    background-color: #2a3036;
    color: #ffffff;
}

/* NavBar */


.manu-nav-bar{
    background-color: #26262a;
    padding: .8rem 1rem;
    box-shadow: 0px -7px 19px #000;
    z-index: 1;
}
.manu-nav-bar .navbar-nav .nav-item{
    border-right: 1px solid #ffffff0d;
    padding: 0px 5px;
}
.manu-nav-bar .navbar-nav .nav-item .nav-link{
    color: #f7a428;
    font-size: 14px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.31);
    font-weight: 600;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
}
.manu-nav-bar .navbar-nav .nav-item .nav-link:hover{
	color: #fff;
}
.manu-nav-bar .navbar-nav .nav-item .nav-link .fas{
    padding: 0px 5px;
}


.dropdown-menu {
    position: absolute;
    top: 130%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .8rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    list-style: none;
    background-color: #26262a;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0px 0px 10px 10px;
    border-top: 1px solid #403b33;
    border-bottom: 2px solid #d0881c;
}

.dropdown-item{
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.31);
    color: #f7a428;
    padding: .5rem 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
}

.dropdown-item:focus, .dropdown-item:hover{
	color: #fff ;
    text-decoration: none;
    background-color: #38353a;
}

/* Header */

.header{
    background: #1d1f23 url('../images/header-bg.jpg') center center no-repeat;
    position: relative;
    height: auto;
    width: 100%;
    height: 298px;
}

.header .logo{
    background: url('../images/header-logo.png') center center no-repeat;
    height: 102px;
    width: 658px;
    display: block;
    margin: 0px auto;
    position: relative;
    top: 48%;
}

/* statusServer */

.statusServer .col-md-4{
    padding-left: 5px;
    padding-right: 5px;
}
.info-game .col-md-6{
    padding-left: 5px;
    padding-right: 5px;
}

.general-setting .box-card .body{
    padding: 30px;
}


.box-card .title h1{
    background-color: #24272c;
    font-size: 15px;
    font-family: "Open Sans";
    padding: 15px 0;
    color: #f7a428;
}

.box-card .title h1 .fa-fw{
    padding-right: 20px;
    color: #ffc163;
}

.box-card .body{
    height: auto;
    background-color: #1a1b1f;
    border-bottom: 3px solid #24272c;
    /* line-height: 200px; */
    padding: 10px 0px 10px 0px;
}
.box-card .body ul{
    padding: 0 8px;
    margin: 0px auto;
}
.box-card .body .item-td{
    display: block;
    background-color: #24272c;
    border: 1px solid #17181b52;
    padding: 11px 20px;
    margin: -1px auto;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    color: #a9a9a9;
    text-shadow: 0px 1px 1px #000000ba;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
}
.box-card .body .item-td:nth-child(odd) {
    background: #202327;
}
.box-card .body .item-td:hover{
    background-color: #202327;
    color: #f7a428;
}

.box-card .body p{
    font-size: 13px;
    font-family: "Open Sans";
    color: #616772;
    text-shadow: 0px 2px 6px rgba(48, 14, 14, 0.4);
    font-weight: 400;
    padding: 30px;
    overflow: hidden;
}



/* Sections General */

.pd-100{
	padding: 100px 0px;
}


/* Colors Spans */

.c1{color: #badc58;}
.c2{color: #eb4d4b;}
.c3{color: #f0932b;}
.c4{color: #22a6b3;}
.c5{color: #95afc0;}
.c6{color: #c7ecee;}

/* Start Table Edit */

.main-table{
    -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.05);
    margin: 0px;
}
.main-table td{
    font-size: 15px;
    font-family: "Open Sans";
    color: #a57b00;
    background-color: #22252a;
    vertical-align: middle !important;
    padding: 11px !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.07);
    transition: box-shadow 0.4s ease-in-out;
    -webkit-transition: box-shadow 0.4s ease-in-out;
    -moz-transition: box-shadow 0.4s ease-in-out;
    -o-transition: box-shadow 0.4s ease-in-out;
    text-transform: capitalize;
}
.main-table td:hover {
    box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.26);
}
.main-table tr:first-child td{
    background-color: #303236;
    font-size: 14px;
    font-family: "Open Sans";
    color: #a3a3a3;
    padding: 12px !important;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid rgba(0, 0, 0, 0.14);
}

.main-table .img-thumbnail {
    padding: .25rem;
    background-color: #1b1f24;
    border: 0px solid #dee2e6;
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}

.main-table a {
    color: #99a9d5;
}

/* End Table Edit */

/* Footer */

.footer{
	background-color: #24272c;
    padding: 25px;
    display: block;
}

.footer p{
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(101, 101, 101);
    font-weight: 600;
    text-shadow: 0px 2px 3px #0000004d;
}

.footer p a{
	color: #ca9105;
	text-decoration: none
}