﻿/* Move down content because we have a fixed navbar that is 50px tall */
html {
    position: relative;
    height: auto!important;
    min-height: 100%;
}
body {
    padding-top: 60px;
    position: static!important;
    min-height: 0!important;
    font-family: 'Open Sans', sans-serif;
    background-color: #efefef;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar {
    font-size: 12px;
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-hk {
    background-color: #070e36;
    border-color: transparent;
}

.navbar-hk a {
    color: #fff;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #070e36;
    color: #fec86b;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #121b4f;
    color: #fec86b;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fec86b;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /*.jumbotron {
        margin-top: 20px;
    }*/
    .body-content {
        padding: 0;
    }
}

.list-group {
    margin-top: 10px;
    margin-bottom: 5px;
}

.alert .alert-link {
    color: #fff;
    text-decoration: none;
}

.nav-tabs > li > a:hover {
    color: #2c3e50;
}

a:hover {
    text-decoration: none;
}

li {
    margin-bottom: 10px;
}

#navigation li {
    margin-bottom: 0;
}

.nav>li {
    font-size: 13px;
    text-transform: uppercase;
}

.nav-tabs>li>a {
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
}

.dropdown-menu>li>a {
    text-transform: none;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/*.well, .jumbotron, .panel {
    box-shadow: 2px 2px 1px #ccc;
}*/

.table {
    table-layout: fixed;
}

.table .Shorter {
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;        
}

.tooltip-inner {
    max-width: 350px;
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-ys table > tbody > tr > td {
    display: inline;
}

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #dd4814;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.darkBackground {
    background-color: #070e36;
    color: white;
}

@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}

.animatedClouds {
    background-color: #fff;
	background: url(../images/clouds.jpg);
	background-size: cover;

	/*animation: animatedBackground 50s linear infinite;*/
}

.jumbotron, .well {
    background-color: #EFEFEF;
}

.panel, .container .jumbotron, .well {
    border-radius: 0;
}
.shadow {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.panel-body {
    padding: 20px;
}

.main {
    margin-top: -60px;
    padding: 30px;
    background-color: #fff;
}