
/* 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: #cccccc;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

p{
  font-size: 13px;
  color: #1b1b1b;
  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: #cccccc;
    border: none;
    padding: 11px 15px;
    box-shadow: 0px 3px 5px #00000030;
    color: #000000;
    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: #000000;
    background-color: #cccccc;
    outline: none;
    box-shadow: 0px 0px 10px #00000030;
}

.btn{
  padding: 10px 15px;  
}

.btn-custom{
    background-color: #d4d4d4;
    color: #000000;
    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: #969696;
}

.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: #000000;
}


.tool-user small a:hover{
    text-decoration: none;
    color: #000000;
}

.box-form .title h1{
    background-color: #cccccc;
    font-size: 15px;
    font-family: "Open Sans";
    padding: 15px 0;
    color: #111111;
}

.box-form .title h1 .fa-fw{
    padding-right: 20px;
    color: #ffc163;
}

.box-form .body-form{
    height: auto;
    background-color: #cccccc;
    border-bottom: 3px solid #8f8f8f;
    /* line-height: 200px; */
    padding: 60px 40px;

}

.body-table{
    padding: 10px !important;
}

.alert-error{
    font-family: "Open Sans";
    background-color: #cccccc;
    margin: 30px 0px 10px;
    padding: 10px;
    border: 1px solid #818181;
    border-radius: 3px;
    box-shadow: 1px 1px 10px #00000059;
    color: #000000;
    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: #dadada;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
}

.myAccount{
    background-color: #cccccc;
    color: #000000;
    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: #cccccc;
    color: #000000;
}

/* NavBar */


.manu-nav-bar{
    background-color: #cccccc;
    padding: .8rem 1rem;
    box-shadow: 0px -7px 19px #000;
    z-index: 1;
}
.manu-nav-bar .navbar-nav .nav-item{
    border-right: 1px solid #0000006e;
    padding: 0px 5px;
}
.manu-nav-bar .navbar-nav .nav-item .nav-link{
    color: #000000;
    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: #4b4b4b;
}
.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: #000000;
    text-align: left;
    list-style: none;
    background-color: #9e9ea1;
    background-clip: padding-box;
    border: 0px solid rgba(44, 44, 44, 0.15);
    border-radius: 0px 0px 10px 10px;
    border-top: 1px solid #403b33;
    border-bottom: 2px solid #666666;
}

.dropdown-item{
	text-shadow: 0px 2px 5px rgba(94, 94, 94, 0.31);
    color: #111111;
    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: #000000 ;
    text-decoration: none;
    background-color: #cccccc;
}

/* Header */

.header{
    background: #cccccc 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: #cccccc;
    font-size: 15px;
    font-family: "Open Sans";
    padding: 15px 0;
    color: #000000;
}

.box-card .title h1 .fa-fw{
    padding-right: 20px;
    color: #cccccc;
}

.box-card .body{
    height: auto;
    background-color: #cccccc;
    border-bottom: 3px solid #000000;
    /* 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: #cccccc;
    border: 1px solid #666666c0;
    padding: 11px 20px;
    margin: -1px auto;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    color: #202020;
    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: #cccccc;
}
.box-card .body .item-td:hover{
    background-color: #cccccc;
    color: #111111;
}

.box-card .body p{
    font-size: 13px;
    font-family: "Open Sans";
    color: #cccccc;
    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(161, 161, 161, 0.05);
    -moz-box-shadow: 2px 3px 6px rgba(161, 161, 161, 0.05);
    box-shadow: 2px 3px 6px rgba(161, 161, 161, 0.05);
    margin: 0px;
}
.main-table td{
    font-size: 15px;
    font-family: "Open Sans";
    color: #030303;
    background-color: #cccccc;
    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(119, 119, 119, 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(80, 80, 80, 0.26);
}
.main-table tr:first-child td{
    background-color: #cccccc;
    font-size: 14px;
    font-family: "Open Sans";
    color: #000000;
    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: #cccccc;
    border: 0px solid #000000;
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}

.main-table a {
    color: #cfcfcf;
}

/* End Table Edit */

/* Footer */

.footer{
	background-color: #cccccc;
    padding: 25px;
    display: block;
}

.footer p{
    font-size: 14px;
    font-family: "Open Sans";
    color: #333333;
    font-weight: 600;
    text-shadow: 0px 2px 3px #ffffff4d;
}

.footer p a{
	color: #1f1f1f;
	text-decoration: none
}