@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');

.badgeas {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px 10px;
  border-radius: 50%;
  background: red;
  color: white;
}

.navtop {
  z-index: 1200;
  position: fixed;
	background-color: #084a0f;
	height: 70px;
	width: 100%;
	border: 0;
	left: 0;
	right: 0;
}
.navtop div {
	display: flex;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 1000px) {
  .navtop div .headerProfile{
  }
}
.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
}
.navtop div h1 {
	flex: 1;
	font-size: 24px;
	padding: 0;
	margin: 0;
	color: #c3c9c5;
	font-weight: normal;
}
.navtop div a {
	padding: 0 20px;
	text-decoration: none;
	color: #c3c9c5;
	font-weight: bold;
}
.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #575548;
}
body.loggedin {
	background-color: #f3f4f7;
}
body {
	margin: 0px;
  position: relative;
	overflow-x: hidden;
}
a {
  transition: background 0.2s, color 0.2s;
}
a:hover,
a:focus {
  text-decoration: none;
}

#wrapper {
  padding-left: 0;
  transition: all 0.5s ease;
  position: relative;
}

#sidebar-wrapper {
  z-index: 100;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #10751b;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

.sidebar-brand {
  position: absolute;
  top: 0;
  width: 250px;
  text-align: center;
  padding: 20px 0;
}
.sidebar-brand h2 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}

.sidebar-nav {
  position: absolute;
  top: 85px;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav > li {
  text-indent: 10px;
  line-height: 42px;
}
.sidebar-nav > li a {
  font-family: 'Montserrat', sans-serif;
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  font-weight: 600;
  font-size: 15px;
}
.sidebar-nav > li.active > a {
  text-decoration: none;
  color: #fff;
  border-left: 3px solid #242424;
}
.sidebar-nav > li > a:hover {
  text-decoration: none;
  color: #fff;
  border-left: 2px solid #242424;
}
.sidebar-nav > li > a i.fa {
  font-size: 24px;
  width: 60px;
}
.sidebar-nav > li > a i.fas {
  font-size: 24px;
  width: 60px;
}

#navbar-wrapper {
    width: 100%;
    position: absolute;
    z-index: 2;
}
#wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
}
#navbar-wrapper .navbar {
  border-width: 0 0 0 0;
  background-color: #eee;
  font-size: 24px;
  margin-bottom: 0;
  border-radius: 0;
}
#navbar-wrapper .navbar a {
  color: #757575;
}
#navbar-wrapper .navbar a:hover {
  color: #F8BE12;
}

#content-wrapper {
  width: 100%;
  padding: 15px;
  top: 100px;
  margin-left: 200px;
  transition: all 0.5s ease;
}
#wrapper.toggled #content-wrapper {
  position: absolute;
  margin-left: 0px;
}

@media (min-width: 992px) {

  #sidebar-wrapper {
    width: 250px;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 60px;
  }

  #wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -190px;
}

  #wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -190px;
  }

  #navbar-wrapper {
    position: relative;
  }

  #content-wrapper {
    position: relative;
    top: 0;
  }

  #wrapper.toggled #navbar-wrapper,
  #wrapper.toggled #content-wrapper {
    position: relative;
    margin-right: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

	#sidebar-wrapper {
    width: 60px;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }

  #wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -190px;
}

  #wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -190px;
  }

  #navbar-wrapper {
    position: relative;
  }

  #wrapper.toggled {
  }

  #content-wrapper {
    position: relative;
	  margin-left: 0px;
    top: 0;
  }

  #wrapper.toggled #navbar-wrapper,
  #wrapper.toggled #content-wrapper {
    position: relative;
	  margin-left: 190px;
  }
}

@media (max-width: 767px) {
  #wrapper {
    padding-left: 0;
  }

  #sidebar-wrapper {
    width: 0;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }
  #wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: 250px;
  }

  #wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: 250px;
  }

  #navbar-wrapper {
    position: relative;
  }

  #wrapper.toggled {
    padding-left: 0px;
  }

  #content-wrapper {
    position: relative;
    top: 0;
    margin-left: 0px;
  }

  #wrapper.toggled #navbar-wrapper,
  #wrapper.toggled #content-wrapper {
    position: relative;
    margin-left: 190px;
  }
}
.content {
	width: 86%;
	margin: 0 auto;
	transition: margin-left .5s;
  padding: 16px;
	margin-left: 50px;
	margin-top: 60px;
}
.content h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 22px;
	border-bottom: 1px solid #e0e0e3;
	color: #4a536e;
}
.content > p, .content > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 25px 0;
	padding: 25px;
	background-color: #fff;
}
.content > p table td, .content > div table td {
	padding: 5px;
}
.content > p table td:first-child, .content > div table td:first-child {
	font-weight: bold;
	color: #4a536e;
	padding-right: 15px;
}
.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.ticketContent {
}
.ticketHeaderH4 {
	margin-top: 60px;
	text-align: center;
}
.box {
	background-color: #f4f4f4;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7) inset;
  margin-bottom: 14px;
  padding: 10px;
}
.ticket_answer {
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
.ticket_state {
	opacity: 0.5;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	border-radius: 0px;
}
.ticket_self {
	margin-left: 20px;
	margin-right: 150px;
}
.ticket_other {
	text-align: left;
	margin-left: 150px;
	margin-right: 20px;
}
.scoll {
	max-height: 1500px;
	overflow-y: scroll;
}
.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.server-status-info p{
  margin:auto;
  padding:10px;
  margin-top:-10px;
  margin-left:-13px;
  font-weight:bold;
  text-align:left;
  font-size:18px;
}
.server-status-info{
  list-style-type: none;
  padding:15px;
  font-family:arial;
  margin:auto;
  text-align:center;
  border:1px solid lightgrey;
  border-radius:5px;
  display:inline-block;

}
.server-status-info li{
  margin-left:15px;
  margin-right:20px;
  display:inline-block;
}

.server-status-info li:before{
  position:absolute;
  margin-left:-20px;
  width:15px;
  height:15px;
  background-color:#95f476;
  content:"";
  border-radius:10px;
}
.server-status-info .warning:before{
  background-color:orange;
}
.server-status-info .offline:before{
  background-color:red;
}
.server-rack a{
  text-decoration:none;
}
.svrMH {
  height: 600px;
}
.server-rack{
    float: left;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    background-color: #141616;
    width: 280px;
    height: auto;
    border-radius: 10px 10px 0px 0px;
    margin: 20px;
    position: relative;
  -webkit-box-shadow:0 31px 40px 0px rgba(0, 0, 0, 0.25);
          box-shadow:0 31px 40px 0px rgba(0, 0, 0, 0.25);
}
.server-rack:after{
width: 100%;
    height: 47px;
    background-color: #6e6d71;
    position: absolute;
    content: "";
    bottom: -27px;
    border-radius: 0px 0px 20px 20px;
    z-index: -1;

}
.server-rack .label{
    color: white;
    font-weight: bold;
    background-color: #575b5c;
    border-radius: 10px 10px 0 0;
    font-family: arial;
    text-align: center;
    padding: 12px !important;
    font-size: 13px;


}

.server-inner{
    border: 1px solid #9da1a6;
    background-color: #f4f4f4;
    border-radius: 5px 5px 0px 0px;
    height: auto;
    width: 90%;
    z-index: 99999;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    overflow: hidden;
  -webkit-box-shadow:inset 1px 1px 3px 0px #848181;
          box-shadow:inset 1px 1px 3px 0px #848181;
}


.server{
margin-top: 10px;
    position: relative;
    width: 103%;
    left: -4px;
    border-radius: 5px;
    margin-bottom: 10px;
    height: 45px;
    background-color: #3a3a3a;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.server:hover{
  -webkit-transform:scale(1.1);
      -ms-transform:scale(1.1);
          transform:scale(1.1);
}
.server:hover .hdd{
   // background-color: #c5c5c5;
    -webkit-box-shadow: 1px 1px 2px 1px #3636366b;
            box-shadow: 1px 1px 2px 1px #3636366b;
}
.server:hover:before{
  background-color:white;
}
/*
.server:after{
    content: '';
    position: absolute;
    top: 42%;
    left: 84%;
    width: 52px;
    height: 10px;
    transform: rotate(90deg);
    background-color: #8d8d8d;
    border-radius: 3px;
    box-shadow: -1px 2px 1px #0000005e;

}*/
.server:before{
    content: '';
    position: absolute;
    top: 44%;
    left: -5%;
    width: 40px;
    height: 6px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    background-color: #d6d6d6;
    border-radius: 6px;
    -webkit-box-shadow: 0px -1px 1px #3a3a3a;
            box-shadow: 0px -1px 1px #3a3a3a;

}
.hdd{
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 25%;
    right: -4px;
    border-radius: 2px;
    width: 51px;
    height: 21px;
    background-color: #dbdad8;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.hdd:before{
    content: '';
    position: absolute;
    top: 28%;
    left: 70%;
    width: 7px;
    border-radius: 19px;
    -webkit-box-shadow: 1px -2px 1px #5652526e;
            box-shadow: 1px -2px 1px #5652526e;
    height: 7px;
    background-color: #504c4c;
}
.hdd:after{
    content: '';
    position: absolute;
    top: 31%;
    left: 10%;
    width: 26px;
    height: 6px;
    background-color: #505050;
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 1px #2e2e2e;
            box-shadow: inset 1px 1px 1px #2e2e2e;
}
.server-info{
  text-align:center;
color: white;
    font-family: arial;
    position: absolute;
    left: 45%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.server-status{
  list-style-type:none;
  padding:0;
  margin-left:25px;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
    position: absolute;
  top: -5px;
  z-index:999;
}
.server-status li{
    width: 6px;
  height: 6px;
  float: left;
  margin-left: 5px;
  margin-top: 45px;
  background: rgba(149,244,118,0.6);
    -webkit-animation: pattern1 0.14s linear infinite;

}
.server-status li:nth-child(2){
  -webkit-animation: pattern1 0.14s 0.02s linear infinite;
}

.server-status li:last-child{
  -webkit-animation: pattern1 0.14s 0.05s linear infinite;
}
@-webkit-keyframes pattern1{
  0%{
    background: rgba(149,244,118,0.6);
  }
  100%{
    background: rgba(149,244,118,1);
  }
}

.server-warning li{
  background-color:orange;
}
.server-warning li:first-child{
  -webkit-animation: pattern2 0.14s linear infinite;

animation: pattern2 0.14s linear infinite;


}

.server-warning li:nth-child(2){

  -webkit-animation: pattern2 0.14s 0.02s linear infinite;
animation: pattern2 0.14s 0.02s linear infinite;
}

.server-warning li:last-child{
  -webkit-animation: pattern2 0.14s 0.05s linear infinite;
animation: pattern2 0.14s 0.05s linear infinite;
}
@-webkit-keyframes pattern2{
  0%{
    background: rgba(245,190,0,0.6);
  }
  100%{
    background: rgba(245,190,0,1);
  }
}
.server-offline li{
  background-color:red;
}


.server-offline  li:first-child{
  -webkit-animation: pattern3 0.9s linear infinite;
}

.server-offline li:nth-child(2){
  -webkit-animation: pattern3 0.9s linear infinite;
}

.server-offline li:last-child{
  -webkit-animation: pattern3 0.9s linear infinite;
}

@-webkit-keyframes pattern3{
  0%{
    background: rgba(236,69,62,0.6);
  }
  80%{
    background: rgba(236,69,62,0.6);
  }
  100%{
    background: rgba(236,69,62,1);
  }
}

.half-server li,.full-server li,.half-bottom-server li{
  display:inline-block;
  width:calc(100%/9);
    border-radius:3px;
  position:relative;
  -webkit-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;

}
.half-server li.active:hover,
.full-server li.active:hover,
.half-bottom-server li.active:hover{
  -webkit-transform:scale(1.1);
      -ms-transform:scale(1.1);
          transform:scale(1.1);
  background-color:#5c5a5a;
}
.half-server li p,.full-server li p,.half-bottom-server li p{
position: absolute;
    margin: 0px;
    z-index: 999;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    padding: 0px;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
  font-size:12px;
}

.half-bottom-server:hover{
  z-index: 99999;
}
.half-server:hover{
  z-index: 99999;
}
.full-server li p{
    font-size:18px;
}

.half-server li.active,
.half-bottom-server li.active{
  height:95%;
}
.full-server li.active{
    height:95%;
}
.full-server li.active{
  background-color:#3a3a3a;
}
.half-server li.active{
  background-color:#3a3a3a;
}
.half-bottom-server li.active{
  background-color:#3a3a3a;
}
.half-server,.half-bottom-server{
    list-style-type: none;
  display:block;
  height:48%;
  width:100%;
  padding:0px;
  margin:0px;
  position:absolute;
}
.full-server{
  list-style-type: none;
  display:block;
  height:100%;
  width:100%;
  padding:0px;
  margin:0px;
  position:absolute;
}
.half-bottom-server{
  bottom:0;
}
.half-server,.full-server,.half-bottom-server{
    width:95%;
}
.server-monitoring {
  background-color: #f9f9f9;
  width: 65%;
  height: 100%;
  float: right;
  padding: 15px;
}

.server-monitoring>.boxes {
  display: flex;
  align-items: center;
}
.server-monitoring>.boxes>.Ibox {
  background-color: #ffffff;
  width: 25%;
  height: 130px;
  margin: 5px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
.server-monitoring>.boxes>.Ibox>.Ibox-header {
  font-family: 'Varela Round', sans-serif;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #a1a1a1;
  text-shadow: .5px .5px 1px rgba(0, 0, 0, 1);
}
.server-monitoring>.boxes>.Ibox>.Ibox-label {
  font-family: 'Varela Round', sans-serif;
  font-size: 20px;
  text-align: center;
  color: #a6a6a6;
  text-shadow: .5px .5px 1px rgba(0, 0, 0, 0.5);
}

.server-monitoring>.resources {
  display: flex;
  align-items: center;
  text-align: center;
}
.server-monitoring>.resources>.Rbox {
  width: 33%;
  height: 190px;
  margin: 5px;
}
.server-monitoring>.resources>.Rbox>.Rbox-header {
  font-family: 'Varela Round', sans-serif;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #262626;
  text-shadow: .5px .5px 1px rgba(166, 166, 166, 1);
}
.server-monitoring>.resources>.Rbox>.Rbox-footer {
  margin-top: 8px;
  font-family: 'Varela Round', sans-serif;
  font-size: 10px;
  text-align: center;
  color: #5e5e5e;
}
.centered {
  margin: 0 auto;
}

.emp-profile{
    padding: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 0.2rem;
    background: #fff;
}
.profile-img{
    text-align: center;
}
.profile-img img{
    width: 70%;
    height: 100%;
}
.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 70%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
}
.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}
.profile-head h5{
    color: #333;
}
.profile-head h6{
    color: #0062cc;
}
.profile-edit-btn{
    border: none;
    border-radius: 1.5rem;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
}
.proile-rating{
    font-size: 12px;
    color: #818182;
    margin-top: 5%;
}
.proile-rating span{
    color: #495057;
    font-size: 15px;
    font-weight: 600;
}
.profile-head .nav-tabs{
    margin-bottom:5%;
}
.profile-head .nav-tabs .nav-link{
    font-weight:600;
    border: none;
}
.profile-head .nav-tabs .nav-link.active{
    border: none;
    border-bottom:2px solid #0062cc;
}
.profile-work{
    padding: 14%;
    margin-top: -15%;
}
.profile-work p{
    font-size: 12px;
    color: #818182;
    font-weight: 600;
    margin-top: 10%;
}
.profile-work a{
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
}
.profile-work ul{
    list-style: none;
}
.profile-tab label{
    font-weight: 600;
}
.profile-tab p{
    font-weight: 600;
    color: #0062cc;
}
.titleBoxSettings{
  background-color: red;
  width: 1000px;
  align: center;
}
.onlineplayer {
  font-weight: bold;
}
