@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=latin-ext');

  body {
      font-family: 'PT Sans Narrow',sans-serif;
      font-size: 18px;
  }
	
  p {
      text-align: justify;
  }
  
  td, th {
     padding: .2em;
  }
  
  h4  {
      font-weight: bold;
   }


  mark {
     background-color: #fff59d;
  }
  

  .text-center p {
      text-align: center;
  }
   
  .container-fluid {
      max-width: 1260px;
      margin: 0 auto;	
  }

  .telo {
      max-width: 1200px;
      min-height: 400px;
      margin: 70px auto 0 auto;	
      padding: 10px;
  }

  .dropdown-menu li a {
      color: #000 !important;
      font-weight: normal !important;
      font-size: 1.3em !important;
  }

  .carousel-inner {
      max-width: 1200px;
      max-height: 400px;
      margin: auto;
  }
  
  .carousel-inner img {
      width: 100%;
      max-height: 400px;
      margin: 0px auto;
  }

  
  .container-fluid .row {
      margin: 0 auto;
      padding: 0px;
  }

  #myCarousel {
      max-width: 1200px;
      max-height: 500px;
      margin: 0px auto;
  }

  #obalCarousel {
      // background: linear-gradient(#f4f4f4,#c0c0c0,#ffffff);
      padding-top: 1.2em;
  }  


  #obalKronika, #obalGalerie {
     background: linear-gradient(to bottom, #EEE, #FFF); 
     margin: 1em 0;
     padding-bottom: 1em;
     min-height: 10em;
  }
  
  #novinky {
    margin: 0; 
    padding: 0;
  }
  
  #hrabe {
    background: url('/img/obrazek-hrabe.png') right top no-repeat;
    background-size: 190px 74px;
  }

  .col-sm-4, .col-sm-2, .col-sm-8, .col-sm-6, .col-sm-3 {
    min-height: 5em;
  }

  .col-sm-8 .col-sm-6, footer .col-sm-2, footer .col-sm-4   {
    min-height: 3em;
  }
 
  footer {
    background: linear-gradient(to bottom, #333333, #111111); 
    color: #eee;
    padding: 32px;
  }

  footer a,  footer p, footer h4, footer li {
    color: #ccc;
  }

  footer a:hover {
    color: #fff;
  }
  
  .kolecka img {
     margin: 2px;
  }
  
  .vyhledavani {
     width: 200px;
     color: black;
  }

  .navbar-toggle {
    color: #ccc;
    height: 36px;
  }

  .carousel-caption {
    height: 4em;
  }

  .carousel-caption h2 {
    overflow: hidden;
    display: inline-block;
    background-color: rgba(0,0,0,.5);
    padding: .2em 1em;
  }  

  .thumbnail {
    padding: 0;    
    border: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .h2-home {
    margin: .5em 0;
    text-align: center;
  }

  .h3-home {
      clear: both;
  }
  
  #novinky .h2  {
    margin: .5em 0 0 0;
    padding: 0px;
  }
  
  nav div {
     max-width: 1260px;
     padding: 0;
  }


  .navbar-default {
     background: linear-gradient(to bottom, #115588, #094467);
  }
    
  .navbar-default a:hover {
    text-decoration: underline !important;      
  }

  .navbar {
     border: 0px;
     font-size: 1.2em;      
     padding: 0px;
     margin: 0px;
  }  

  .navbar-nav li a, .navbar-header a {
     font-weight: bold;
  }
  
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
     background: linear-gradient(to bottom, #444, #222);;
  }

  
  .dropdown-toggle, .navbar-header a, .glyphicon-log-in, .navbar-toggle span {
    color: white !important;
  }
  
  .navbar-toggle {
    color: white !important;
    padding: 5px;
    margin: 5px 3px;
    font-size: 1em;
  }

  .navbar-brand {
    font-size: 1.4em;	
  }
  
  #gdlogo-div {
    position: absolute; 
    left: 0; 
    top: 5px; 
    width: 100%; 
    text-align: center; 
    z-index: -1;
  }
  
  #gdlogo {
    background-color: #094467; 
    padding: 5px; 
    border-radius: 50%;
  }

  #bakalari, #facebook {
    padding: Opx;
    min-height: 60px;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    margin-top: .5em;	    
  }
  
  #facebook {
    text-align: left;
    margin-bottom: 1em;	    
  }
  
  #bakalari img, #facebook img {
    padding: 6px 3px;
    width: 30%;
    max-width: 66px;
    opacity: .5;
    filter: grayscale(100%);
  }  
  
  #bakalari img:hover, #facebook img:hover {
    opacity: 1;
    filter: grayscale(0%);
  } 
  
  .mensi-logo {            
      width: 60px;
      height: 60px;
      padding: 3px;
   }
   
   #navigace {
   float: right;      
      width: 16em;
      margin-left: .5em;
   }
   
   .datum {
      float:left; 
      margin-right: .5em;
   }
     
   h2, hr  {
      clear: both;
   }

   h1 a, h2 a  {
      color: black;
      text-decoration: none;
   }
   
   table h2, table h3  {
      padding: 0;
      margin: .3em 0;
   }

   #suplovani td, #suplovani tr  {
      border: solid 1px silver;
   }
   
   #suplovani .textnormal_3 {
      border: solid 1px silver;
      padding: .5em;
      background-color: #eef;
   }
   
   
   .kalendar td  {
      height: 5em;
      width: 14%;
   }
   
   
   
   .studenti td, .studenti th {
      margin: .3em 0;
      font-size: 1em;
      text-align: center;
   }
   
   .karta-ucitele {
      padding: .2em;
      min-height: 11em;
      min-width: 350px;
   }
   
   .karta-ucitele h3 {
      padding: 0px; margin: 2px 0; display: inline;
   }
   
   .fotka-ucitele {
      padding: 3px; 
      float: left; 
      width: 100px;
      min-height: 11em;
      margin-right: .5em;
  }
   
   h1 a:hover, h2 a:hover  {      
      text-decoration: underline;
   }
   
   .badge a {      
      color: white;
   }    
   
   .hlavniobrazek  {
      width: 100%;
      text-align: center;
      margin-bottom: 1em;
   }
   
   .hlavniobrazek img {
      border-radius: 8px;
   }
   
   .pevna-velikost {
      width: 280px; 
      height: 320px;
   }
   
   .tooltip   {
      font-size: 1em;
   }
   
   .ikona-galerie { 
       height: 0; 
       padding: 0 0 100% 0; 
       position: relative;        
    }
   
   .ikona-galerie-fotek {    
      float: right; 
      background-color: rgba(1,1,1,.6); 
      color: white; 
      font-size: .8em;
   }

   .ikona-galerie div {   
      position: absolute; 
      text-align: center; 
      bottom: 0px; 
      padding: .2em .4em; margin: 0;
      background: linear-gradient(rgba(1,1,1,.01), rgba(1,1,1,.5), rgba(1,1,1,.8)); 
      color: white; 
      width:100%; 
      min-height: 2em; 
   } 

  .ikona-galerie div:hover {   
      background: linear-gradient(rgba(1,1,1,.8), rgba(1,1,1,.8)); 
   } 
   
  .ikona-galerie img:hover {
      filter: contrast(120%) drop-shadow(6px 6px 6px SlateGray);;
   }


     
  #rozvrh td, #rozvrh th {
      padding: .4em;
      min-width: 4em;
      text-align: center;
  }
  
  .textlarge_3 {
      font-size: 1.6em;
      font-weight: bold;
  }
  
   .tr_supltrid_3, .tr_abtrid_3, tr_supltrid_3, tr_abucit_3 td_abucit_3 {
      background-color: #eee;
  }
  
  #podporuji {
      min-width: 25%;
      padding: .5em;
      margin-left: .5em;      
      float: right;
      text-align: center;
  }

.pdf, .zip, .gdoc {
    margin: 0;
    padding: 0;
}

.pdf li {
      background-image: url('/img/ico/pdf.svg');
      list-style-type: none;
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 1.5em 1.5em;
      line-height: 1.8em; 
      padding-left: 1.8em;
}

.zip li {
      background-image: url('/img/ico/zip.svg');
      list-style-type: none;
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 1.5em 1.5em;
      line-height: 1.8em; 
      padding-left: 1.8em;
}

.gdoc li {
      background-image: url('/img/ico/gdoc.svg');
      list-style-type: none;
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 1.5em 1.5em;
      line-height: 1.8em; 
      padding-left: 1.8em;
}

.for {
      background-image: url('/img/ico/gforms.svg') !important;
}      

.htmli {
      background-image: url('/img/ico/html.svg') !important;
}

.web {
      background-image: url('/img/ico/web.svg') !important;
}
.up-arrow {
    font-size: 2em;
}

.checkbox-absolvent {    
    width: 25%; 
    float: left; 
    padding: 5px;
}

.tlacitko1, .tlacitko2, .tlacitko3, .tlacitko4 {
  margin: 3px;
}
   
.tlacitko1 {
    background-color: darkblue;
    border-color: darkblue; 
}

.tlacitko2 {
    background-color: DimGrey;
    border-color: DimGrey;
}

.tlacitko3 {
    background-color: darkgreen;
    border-color: darkgreen; 
}

.tlacitko4 {
    background-color: DarkMagenta;
    border-color: DarkMagenta;
}

#bflm button, .tlacitkoA {
    margin: .3em;
    font-size: 1.5em;
    padding: .4em; 
    width: 5em;
    background: linear-gradient(to bottom, #115588, #094467);
    color: white;
    border: 0;
}

#bflm button:hover, .tlacitkoA:hover {    
    background: linear-gradient(to bottom, Chocolate, Orange);
    color: white;
}

.distance a {
    width: 3em;
    margin-bottom:.2em;
    font-size: 1.2em;
}

@media (max-width: 1000px)  {  
  .navbar {font-size: 1.2em;}
  .carousel-caption h2 {font-size: 1em;}
  .dropdown-menu li {background-color: white;}
  #navigace {margin: 0 0 .5em 0; padding: 0; width: 100%;}   
  }                                                    
  
@media (max-width: 768px)  {  
  .col-sm-4, .col-sm-2, .col-sm-8, .col-sm-6, .col-sm-3 {min-height: 1em; padding: 2px;} 
  .max-300 {max-width: 300px;}
  h1, h2, h3, dl, dd {text-align: center;}
  #bakalari img {opacity: 1; margin: 0 5px;}
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
     background: transparent;
  } 
  }
  

.bezmezer {margin: 0px; padding: 0px !important;}
.statistika {background-image: linear-gradient(to right, #ddd , #fff);}
.SamS {opacity: .4; filter: grayscale(100%);}

.zkratka {
  text-align: center; 
  font-weight: bold; 
  color: white; 
  letter-spacing: 1px;
  text-shadow: 1px 1px 4px black, 0 0 25px white, 0 0 5px grey;
  border-right: #ddd 1px solid;}

.zkratka a {   
  color: white;}

.zkratka a:hover {   
  color: yellow;
  text-decoration: none;}
  
.studenti .zkratka {     
  vertical-align: middle;
  font-size: 1.2em;}  

.alert-pocitadlo {
  background: #F9F9F9;
  color: #999;  
  # background: linear-gradient(to top, #EEE, #FFF);
  border: 0;
  font-size: 1.5em;
  text-align: center;
  font-weight: normal;
  margin: 36px 0;}
  
#kalendar .btn {
  margin: 2px;}
