/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
@media (min-width: 1360px) {    
  .tm-navbar {    
    margin-bottom: 25px;    
  }    
}

@media (min-width: 1220px) {    
  .tm-block-footer-bg {    
    margin-top: 25px;    
  }    
  .tm-footer {    
    margin-top: 25px;    
  }
  
  
.uk-tooltip { background-color: #da6526 !important; }    

.tm-article-container > .uk-text-center { text-align: left !important; }


/* Large screen and bigger */
@media (min-width: 1220px) {
  /* Horizontal */
  .uk-grid {
    margin-left: -15px;
  }
  .uk-grid > * {
    padding-left: 15px;
  }
  /* Vertical */
  .uk-grid + .uk-grid,
  .uk-grid-margin,
  .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 15px;
  }
}

/* Sub-object `uk-article-title`
 ========================================================================== */
.uk-article-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  background: url("http://www.mutupelayanankesehatan.net/v2/templates/yoo_balance/images/mod_box_header.png") 0px 100% repeat-x;
  padding-bottom: 15px;
}

/* Blog
 ========================================================================== */
.tm-noblog .tm-content,
.tm-isblog .tm-article.tm-article-box,
.yoo-zoo .uk-article {
  border-radius: 0;
  padding: 30px;
  box-shadow: 0 5px 8px 0 rgba(160, 166, 168, 0.35);
  background: #ffffff;
}

/*
 * 1. Dimensions
 * 2. Style
 */
.uk-navbar-nav > li > a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 90px;
  padding: 0 18px;
  line-height: 90px;
  /* 2 */
  color: #f7f7f7;
  font-size: 16px;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 300;
}

   Component: Block
 ========================================================================== */
.uk-block {
  position: relative;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
}
/* Phone landscape and bigger */
@media (min-width: 768px) {
  .uk-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.tm-article.tm-article-box .tm-article-image {
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
}

/* Default Border */
.tm-navbar {
  border-bottom: 4px solid #7db5c0;
}

.uk-navbar {
  background: #496c89;
  color: #ffffff;
}

.uk-panel-box-green {  
    background-color: #82bb42;  
    color: #ffffff;  
    background-image: -webkit-linear-gradient(top, #9fd256, #6fac34);  
    background-image: linear-gradient(to bottom, #9fd256, #6fac34);  
    border-color: rgba(0, 0, 0, 0.2);  
    border-bottom-color: rgba(0, 0, 0, 0.4);  
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);  
}  
.uk-panel-box-red {  
    background-color: #d32c46;  
    color: #ffffff;  
    background-image: -webkit-linear-gradient(top, #ee465a, #c11a39);  
    background-image: linear-gradient(to bottom, #ee465a, #c11a39);  
    border-color: rgba(0, 0, 0, 0.2);  
    border-bottom-color: rgba(0, 0, 0, 0.4);  
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);  
}  
.uk-panel-box-blue {  
    background-color: #d1effa;  
    color: #ffffff;  
    background-image: -webkit-linear-gradient(top, #dbeff7, #bfe3f1);  
    background-image: linear-gradient(to bottom, #dbeff7, #bfe3f1);  
    border-color: rgba(0, 0, 0, 0.2);  
    border-bottom-color: rgba(0, 0, 0, 0.4);  
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);  
}
.uk-panel-box-yellow {  
    background-color: #faf9d1;  
    color: #ffffff;  
    background-image: -webkit-linear-gradient(top, #fffeeb, #f9f6dc);  
    background-image: linear-gradient(to bottom, #fffeeb, #f9f6dc);  
    border-color: rgba(0, 0, 0, 0.2);  
    border-bottom-color: rgba(0, 0, 0, 0.4);  
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);  
}

h1,
h2,
h3,
h4,
h5,
h6 {  text-transform: none;   }

.uk-article-title {  text-transform: none; }
