@import url(https://fonts.googleapis.com/css?family=Open+Sans);

* {
    font-family: 'Open Sans',serif,Arial, sans-serif,Verdana;
    font-size: 14px;
    color: #000;
}

body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

a.nav-link {color: #999;}

.modal-header{background: #2489c5;border-radius: 0}
.modal-title {color:#fff}
.modal-dialog {max-width: 1200px;}
.form-control:focus {box-shadow: 0 0 2px #0093dd}
.tooltip .tooltip-inner {max-width: 350px;background-color: #d14545;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{background: #eee;}
.col-md-4 {padding-left: 5px;padding-right: 5px;}

.btn.focus, .btn:focus {box-shadow: none;}

.profile {
    display: none;
    position: absolute;
    right: 0;
    top: 0px;
    overflow:auto;
    width: 350px;
    padding: 15px;
    color: #000;
    background: rgba(0,0,0,0.6);
    height: 100%;
    z-index: 2000;
}

.profile .alert-dark,
.profile .alert-warning{ 
    font-weight: bold;
}

.profile.active {display: block;}
.profile .nav-tabs {background: #000}
.profile img {width: 64px}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.userframe {
    overflow-y: auto;
    max-height: 346px;    
}

#sortable { cursor: pointer}
#sortable li:hover{background: #ddd}
#sortable img {
    width: 32px;
    background: #999;
    border-radius: 16px;    
}

#events-form-data {
    font-size: 16px;
    color : #000;
}

.lp-header {
    padding: 5px;
    font-size: 20px;
}

.lp-header strong {
    font-size: 40px;
    color: #fff;
}

.lp-pager {
    /*background: rgba(117, 178, 202, 0.6);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-bottom: 15px;
    border-bottom: 2px solid #000; */
}

.lp-username {
    color: #fff;
    padding-top: 15px;
    text-align: right;
}

.lp-ip {
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    color: #ea9e26;
}

.lp-ip b {
    font-size: 30px;
    color: #fff;
}

.group-frame {
    padding-bottom: 0;
    color: #fff;
    background: none;
    border: none;
}

.group-title {
    font-size: 30px;
    color: #2489c5;
}

.username {
    padding-top: 15px;
    color:#999;
    text-align: right;
}


.tile-item {
    padding-top: 30px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 5px solid transparent;
    transition: all 0.3s;
}

.weather {
    background: #444;
}

.tile-item:hover{
    border: 5px solid rgba(255, 255, 255, 0.8);
    cursor: pointer;
}
.tile-item a {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.tile-item i {
    font-size: 50px;
    padding-bottom: 20px;
}

.tile-item p {
    margin-top: 15px;
    font-size: 18px;
    color: #fff;    
}

.tile-item .logo {
    display: inline-block;
}

.tile-item .ip {
    margin-left: 10px;
    font-size: 13px;
    text-align: left;
    color: #000;
}

.ping-spinner { display: none}
.ping-ok {color: #79d949;}
.ping-fail {color: #e90000;}

#ping-servers,
#ping-switch,
#ping-tab,
#ping-external {cursor: pointer}

.table > tbody > tr td {
    cursor: pointer;
}

.table > tbody > tr.active td {
    background: #def3ff;
    cursor: pointer;
}

footer { 
	background: #9ea2b71a;
	padding: 5px 0px;	
}
footer p {
    font-size: 12px; 
    color: #a2a2a2;
    display: inline;
    vertical-align: middle;
}

footer p strong { color: #d0d0d0}

.animated-fast {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

.animated-slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@media screen and (max-width:540px){
    .tile-item p {
        margin-top: 0;
        font-size: 16px;
        color: #fff;
    }    
    .weather {display: none}
    .tile-item {padding: 10px 0 5px 0;}
    footer {background: #bdbdbd}
}


@media only screen and (max-width: 1024px){
	.tile-item p {font-size:16px}
	.tile-item .ip {font-size:12px}
}