body {
  /*padding-top: 20px;*/

  background: #F3F3F3;
}

/*.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  border-top: 1px solid #eee;
}*/

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

.navbar {
  background-image: linear-gradient(to bottom, #f7f7f7 0%,#eee 100%);
  border: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
  .navbar-nav {
    display: -ms-flexbox;
    display: flex;
  }

  .navbar-nav .nav-item {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

body {
  font-size: 0.8rem;
  line-height: 1.8rem;
}

.text-nong {
  color: #003333;
}

.container {
  /*background: white;*/
}

.masthead {
  /*margin-left: -15px;
  margin-right: -15px;*/

  /*margin-bottom: 15px;*/
}

.banner {
  width: 100%;
  height: 150px;
  /*background-image: url("img/banner.jpg");*/
  background-size: cover;
}

/*.spacer {
  height: 20px;
  background: #F3F3F3;
}*/

.block {
  background: white;
  padding: 1rem;
  box-shadow: 0 0 0.5rem #ccc;
  /*border: 1px #ccc*/
  /*border-radius: 0.25rem;*/
}

.block-header {
  line-height: 2.1rem;
  border-bottom: #0E396E solid 1px;
  margin-bottom: 10px;
}

.block-header-text {
  font-size: 1.25rem;
  font-weight: 500;
  color: #0E396E;
  border-bottom: #0E396E solid 4px;
  padding-bottom: 0.25rem;
}

.btn.btn-login {
  border: 1px solid #0E396E;
  color: #0E396E;

  /*background: -moz-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(188,224,238,1) 48%, rgba(41,184,229,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,220,237,1)), color-stop(48%, rgba(188,224,238,1)), color-stop(100%, rgba(41,184,229,1)));
  background: -webkit-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(188,224,238,1) 48%, rgba(41,184,229,1) 100%);
  background: -o-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(188,224,238,1) 48%, rgba(41,184,229,1) 100%);
  background: -ms-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(188,224,238,1) 48%, rgba(41,184,229,1) 100%);
  background: linear-gradient(to bottom, rgba(179,220,237,1) 0%, rgba(188,224,238,1) 48%, rgba(41,184,229,1) 100%);*/

  background: -moz-linear-gradient(rgba(179,220,237,0.1), rgba(188,224,238,1));
  background: -webkit-linear-gradient(rgba(179,220,237,0.1), rgba(188,224,238,1));
  background: -o-linear-gradient(rgba(179,220,237,0.1), rgba(188,224,238,1));
  background: -ms-linear-gradient(rgba(179,220,237,0.1), rgba(188,224,238,1));
  background: linear-gradient(rgba(179,220,237,0.1), rgba(188,224,238,1));

  /*background: linear-gradient(rgba(179,220,237,0.1), rgba(188,224,238,1));*/

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#29b8e5', GradientType=0 );
}

.btn.btn-login:hover {
  /*color: #ffa313;*/
  background: linear-gradient(rgba(179,220,237,0.1), rgba(14,57,110,0.4));
}

.btn.btn-login span.oi {
  font-size: 3rem;
}

.btn.btn-login-sm {
  border: none;
  color: #0E396E;
  font-size: 0.75rem
}

.btn.btn-login-sm span.oi {
  font-size: 2.7rem;
  margin-bottom: 0.5rem;
  margin-left: 4px;
}

.btn.btn-login-sm:hover {
  color: #ffa313;
}

table.table {
  line-height: 1rem;
}

table.table td, .table th {
  padding: .5rem;
}

a:hover {
  color: #ffa313;
}

li.news {
  padding-left: 15px;
  background: url(img/dk2.jpg) no-repeat left;
}

.footer {
  background: #222222;
  color: white;
}

.news-title {
  font-size: 2rem;
  font-weight: 500;
  color: #0E396E;
  padding-bottom: 0.25rem;
}

.news-date {
  font-size: 1.25rem;
  font-weight: 300;
  color: #999;
}


table.dataTable {
  border-collapse: collapse !important;
}
/*
table.dataTable thead th, table.dataTable thead td {
  border-bottom: none;
}

table.dataTable.no-footer {
  border-bottom: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #0E396E;
} */

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#slider {
  position:relative;
  margin:0 auto;
  top:0px;
  left:0px;
  /* width:90%; */
  width:980px;
  height:150px;
  overflow:hidden;
  visibility:hidden;
}

#slider .jssorl-009-spin {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  text-align:center;
  background-color:rgba(0,0,0,0.7);
}

#slider .jssor-slides {
  cursor:default;
  position:relative;
  top:0px;
  left:0px;
  /* width:100%; */
  width:980px;
  height:150px;
  overflow:hidden;
}