@charset 'utf-8';
@import  url('icon.css');
@import  url('form.css');

input.input-text { 
    height: 12px;
}

select { 
    /*margin-left: 3px;
    margin-top: 3px;
    */
}

table.data {
    font-size: 12px;
    border-collapse: collapse;
    margin-bottom: 1.5em;
}

table.data TR.padd3px TD, table.data TR.padd3px TH {
    padding: 3px;
}
table.margin-right {
    margin-right:10px;
}
table.data#margin {
    margin-bottom:18px;
}
table.data TR.gap TD{
    height: 15px;
    border: 0px;
}
table.data TR.vcenter TH, table.data TR.vcenter TD {
    vertical-align: middle;
}
table.data TH.vcenter, table.data TD.vcenter  {
    vertical-align: middle;
}
table.data TH {
    font-size: 12px;
    padding: 3px;
    text-align: left;
    vertical-align: top;
}
table.data TH.big {
    font-size: 14px;
}
table.data TR.red TD, table.data TR.red TD A {
    color: red !important;
}
table.data TR.blue TD, table.data TR.blue TD A {
    color: blue !important;
}
table.data TR.green TD, table.data TR.green TD A {
    color: green !important;
}

table.data TR TD {
    font-size: 12px;
    padding: 2px;
    vertical-align: top;
}
table.data TD.b, table.data TD A.b {
    font-weight: bold;
}
table.data td.nowrap, table.data th.nowrap {
    white-space: nowrap;
}
table.data td.vbottom {
    vertical-align: bottom;
}
table.data .grey {
    color: grey;
}
table.data .right {
    text-align: right;
}
table.data .center {
    text-align: center;
}
table.data td.empty {
    background-color: white;
    border: 0px;
}
table.data td.empty_transparent {
    border: 0px;
}
table.data th.empty {
    background-color: white;
    border: 0px;
}
table.data th.empty_transparent {
    border: 0px;
}
table.data tr.empty td, table.data tr.empty th {
    background-color: white;
    border: 0px;
}
table.data tr.empty:hover {
    background-color: white;
}
table.data tr:hover td.empty{
    background-color: white;
}
table.data .bold-border {
    border: 2px solid red;
}
table.data tr:hover {
}
table.data ul {
    margin: 0px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    
}
table.data ul.nopadding {
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
}
table.data li {
    margin-left: 0px;
}
table.data .maly_text {
    font-size: x-small;
}

table.data tr td.pol_pov, table.data tr td.pol_pov_err, 
table.data tr:hover td.pol_pov, table.data tr:hover td.pol_pov_err {

}

table.data tr td.pol_err, table.data tr td.pol_pov_err, table.data tr td.hod_err,
table.data tr:hover td.pol_err, table.data tr:hover td.pol_pov_err, table.data tr:hover td.hod_err {
    background-color: #ffeaea;
}

table.data td.ods {
    padding: 5px 5px 5px 5px;
}
table.data-vcenter tr th,table.data-vcenter tr td {
    vertical-align: middle;
}
hr.teckovana {
    border: none 0;
    width: 90%;
}

A.tlacitko_2006 {
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: block;
    float: left;
}
A.tlacitko_2006:hover {
    text-decoration: none;
}
A.tlacitko_2006#focus {
    font-weight: bold;
}
A.no_u {
    background-color: transparent;
    text-decoration: none;
    background-image:url(internal.gif);
    background-position:right top;
    background-repeat:no-repeat;  
    padding-right:9px;      
}

A.no_u:hover {
    text-decoration: underline;
}
A.ext {
    padding-right:9px;
    background-image:url(external.gif);
    background-position:right top;
    background-repeat:no-repeat;  
}

.title {
    font-family: verdana;
    font-size: 18px;
    font-weight: normal;
    color: black;
}

table.choice {
    font-size: 12px;
    border-collapse: collapse;
}
table.choice TD {
    font-size: 12px;
    padding: 5px 5px 5px 5px;
    vertical-align: top;
}
table.choice TH {
    font-size: 12px;
    padding: 3px 0px 3px 0px;
    vertical-align: middle;
}
table.choice TD.b, table.choice TD A.b {
    font-weight: bold;
}
table.choice td.kurziva {
    font-style: italic;
}
table.choice td.na-stred {
    vertical-align: middle;
}
table.choice .right {
    text-align: right;
}
table.choice .center {
    text-align: center;
}
table.choice .ex-short {
    width: 60px;
}
table.choice .short {
    width: 100px;
}
table.choice .middle {
    width: 200px;
}
table.choice .long {
    width: 340px;
}
table.choice .ex-long {
    width: 510px;
}
table.choice .ex-long2 {
    width: 580px;
}
table.choice .ex-unlimited {
    width: 615px;
}
table.choice .myex-unlimited {
    width: 690px;
}
table.choice td.empty {
    border: 0px;
}
table.choice td.nowrap {
    white-space: nowrap;
}

.normal {
    font-size: 12px;
}


/*
form#f1 input, form#f1 select,
form#f2 input, form#f2 select {
   border: 1px solid;
   margin: 0px; 
   padding: 0px;
   background-color: white;
}
*/

form#f1 select[type=checkbox] {
    border: 0px;
}


form#f1 input[type=checkbox] {
    border: 0px;
}

form#f1 .button,
form#f2 .button {
    margin: 4px;
    padding: 0px 3px;
}

form#f1 .small, form#f1 .small input, form#f1 .small select,
form#f2 .small, form#f2 .small input, form#f2 .small select {
   font-size: 90%;
}

.rads, .radl {
    padding: 5px 10px;
    margin: 0px;
    margin: 2px 5px 0px 0px;
    line-height: 150%;
}

.radl {
    background-color: #eaf4ff;
}

.rads {
    background-color: #ffebe6;
}

h2.nnl, h2.nnl,
h3.nnl, h3.nnl,
h4.nnl, h4.nnl {
    padding: 0px;
    margin: 0px 1px;
}

.safter {
    padding-bottom: 1.5em;
}

.sleft {
    padding-left: 0.5em;
}

h1.obarv, h2.obarv, h3.obarv, h4.obarv {
    padding: 4px;
    background-color: #efeff7;
    border: 1px #5a84ae solid;
}

div.hr {
    height: 6px;
}

div.hr hr {
    background-color: #5a84ae;
    color: #5a84ae;
    border: 0px;
    height: 1px;
}

div.hodiny {
    width: 30px;
    height: 30px;
}

.strany {
    margin: 0 1em;
    padding: 6px 0;
    font-weight: bold;
}
.strany span.text {
    margin-right: 1em;
}
.strany a, .strany span.a {
    margin: 2px;
    padding: 3px 5px;
    /*border: 1px solid #5a84ae;*/
}
.strany a.sipka {
    margin: 0 1em;
    padding: 0px 5px 1px 5px;
}
.strany a:hover {
    color: black;
    /*background-color: #eaf4ff;*/
    background-color: #F3F3F7;
    border-color: #024082;
    text-decoration: none;
}
.strany .selected {
    color: white;
    background-color: #5a84ae;
}

.radk15 {
    line-height: 1.5;
}
.mmez {
    line-height: 0.4;
}

dl.osnova dt {
    padding-bottom: 4px;
    font-weight: bold;
     text-align: left;
}
dl.osnova dd {
    padding-bottom: 15px; 
    padding-right: 10px; 
    text-align: justify;
}
ol.osnova{
    padding-right: 10px; 
    padding-left: 10px;
}
ul.osnova{
    padding-right: 10px; 
    padding-left: 10px;
}

.hint_wu {
    cursor: help; 
    border-bottom: 1px dashed #5A84AE; 
    _position: relative;
}

/* paticka stranky */
div.foot-page {
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: right;
    font-weight: normal;
    font-size: 10px;
    border-top: 1px solid #E4E4E4;
    color: #777;
    background-color: transparent;
}


/* horni menu */
div.menu-portal {
    color: #000;
    background-image: url(../img/intravut-bg-item-light-blue.gif);
    width: 85px;
    height: 24px;
    float: left;
    font-weight: bold;
    text-align: center;
    background-repeat: no-repeat;
}
div.menu-studis {
    color: #000;
    background-image: url('../img/intravut-bg-item-yellow.gif');
    width: 85px;
    height: 24px;
    float: left;
    font-weight: bold;
    text-align: center;
    background-repeat: no-repeat;
}
div.menu-teacher {
    color: #000;
    background-image: url('../img/intravut-bg-item-blue.gif');
    width: 85px;
    height: 24px;
    float: left;
    font-weight: bold;
    text-align: center;
    background-repeat: no-repeat;
}
div.menu-www {
    color: #000;
    background-image: url('../img/intravut-bg-item-white.gif');
    width: 85px;
    height: 24px;
    float: left;
    font-weight: bold;
    text-align: center;
    background-repeat: no-repeat;
}
div.menu-elearning {
    color: #000;
    background-image: url('../img/intravut-bg-item-white-moodle.gif');
    width: 85px;
    height: 24px;
    float: left;
    font-weight: bold;
    text-align: center;
    background-repeat: no-repeat;
}
div.menu-wiki {
    color: #000;
    background-image: url('../img/intravut-bg-item-green.gif');
    width: 85px;
    height: 24px;
    float: left;
    font-weight: bold;
    text-align: center;
    background-repeat: no-repeat;
}
div.menu-portal a,
div.menu-studis a,
div.menu-www a,
div.menu-elearning a,
div.menu-teacher a,
div.menu-wiki a {
    font-size: 13px;
    display: block;
    padding: 4px 0px 3px 0px;
    width: 82px;
    text-decoration: none;
    color: #747474;
    background-color: transparent;
}
div.menu-portal a:hover,
div.menu-studis a:hover,
div.menu-www a:hover,
div.menu-elearning a:hover,
div.menu-teacher a:hover,
div.menu-wiki a:hover {
    color: #000;
    background-color: transparent;
}
.b {
    font-weight: bold;
}

/**
Uživatelský profil
*/

.profile
{
	width: 650px;
}
.profile table.data
{
	width: 100%;
}



/**
 * nekolik zakladnich trid pro pouziti
 */
.l { display: inline; float: left; }
.r { display: inline; float: right; }
.col-h-l {float: left; display: inline; width: 48%;}
.col-h-r {float: right; display: inline; width: 48%;}
.col-w-s {width: 400px;}
.col-w-m {width: 600px;}
.col-w-l {width: 800px;}
.col-w-xl {width: 1024px}
.col-w-xxl {width: 1200px}
.w-full{width: 100%;}
ul.col-h-l, ul.col-h-r{display:block;}
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }
.break {height: 1px; font-size: 1px; line-height:1px; clear: both; overflow:hidden; visibility: hidden; display:block; margin:0 !important; padding:0 !important; width:100%; }
.out { position: absolute; left: -5000px; top: -5000px; }
.small { font-size: 80%;}
.big {font-size:117%}
.center { text-align:center; }
.left { text-align: left; }
.right { text-align: right; }
.vcenter {vertical-align:middle;}
.clearfix {/* zoom: 1;*/ } 
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.hidden { display: none; }

/**
 * Plugin resizable textarea
 */

div.grippie {
background:#EEEEEE;
border-color:#DDDDDD;
border-style:solid;
border-width:0pt 1px 1px;
cursor:s-resize;
height:9px;
overflow:hidden;
}
.resizable-textarea textarea {
display:block;
margin-bottom:0pt;
width:95%;
height: 20%;
}



/**
 * Ikony
 */ 
 .ico{
	display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    margin: 0 5px;
    width: 16px;
	height: 16px;
	background: url('../img/ico/iconset.png') no-repeat scroll 0 0 transparent;
	
}


.ico-ok24{ background-position: -40px 0; width: 24px; height: 24px;}
.ico-ok16{ background-position: -64px 0; }

.ico-cross24{ background-position: -80px 0; width: 24px; height: 24px;}
.ico-cross16{ background-position: -104px 0; }

.ico-warn24{ background-position: -120px 0; width: 24px; height: 24px;}
.ico-warn16{ background-position: -144px 0; }
.ico-question24{ background-position: -160px 0; width: 24px; height: 24px;}
.ico-question16{ background-position: -184px 0; }

.ico-hint24{ background-position: -200px 0; width: 24px; height: 24px;}
.ico-hint16{ background-position: -224px 0;}

.ico-hint24{ background-position: -200px 0; width: 24px; height: 24px;}
.ico-hint16{ background-position: -224px 0;}

.ico-folder24{ background-position: -240px 0; width: 24px; height: 24px;}
.ico-folder16{ background-position: -264px 0;}

.ico-folder-open24{ background-position: -280px 0; width: 24px; height: 24px;}
.ico-folder-open16{ background-position: -304px 0;}


.ico-info24{ background-position: -320px 0; width: 24px; height: 24px;}
.ico-info16{ background-position: -344px 0;}

.ico-new24{ background-position: -360px 0; width: 24px; height: 24px;}
.ico-new16{ background-position: -384px 0;}

.ico-save24{ background-position: 0px -24px; width: 24px; height: 24px;}
.ico-save16{ background-position: -24px -24px; }

.ico-view24{ background-position: -40px -24px; width: 24px; height: 24px;}
.ico-view16{ background-position: -64px -24px; }

.ico-warn-224{ background-position: -80px -24px; width: 24px; height: 24px;}
.ico-warn-216{ background-position: -104px -24px; }

.ico-document-delete24{ background-position: -120px -24px; width: 24px; height: 24px;}
.ico-document-delete16{ background-position: -144px -24px; }

.ico-documents-delete24{ background-position: -160px -24px; width: 24px; height: 24px;}
.ico-documents-delete16{ background-position: -184px -24px; }

.ico-move-left24{ background-position: -200px -24px; width: 24px; height: 24px;}
.ico-move-left16{ background-position: -224px -24px; }

.ico-move-right24{ background-position: -240px -24px; width: 24px; height: 24px;}
.ico-move-right16{ background-position: -264px -24px; }

.ico-move-first24{ background-position: -280px -24px; width: 24px; height: 24px;}
.ico-move-first16{ background-position: -304px -24px; }

.ico-move-last24{ background-position: -320px -24px; width: 24px; height: 24px;}
.ico-move-last16{ background-position: -344px -24px; }

.ico-alert24{ background-position: -360px -24px; width: 24px; height: 24px;}
.ico-alert16{ background-position: -384px -24px; }

.ico-rss-grey24{ background-position: -0px -48px; width: 24px; height: 24px;}
.ico-rss-grey16{ background-position: -24px -48px; }

.ico-rss24{ background-position: -40px -48px; width: 24px; height: 24px;}
.ico-rss16{ background-position: -64px -48px; }

.ico-card24{ background-position: -80px -48px; width: 24px; height: 24px;}
.ico-card16{ background-position: -104px -48px; }

.ico-cards24{ background-position: -120px -48px; width: 24px; height: 24px;}
.ico-cards16{ background-position: -144px -48px; }

.ico-coins24{ background-position: -160px -48px; width: 24px; height: 24px;}
.ico-coins16{ background-position: -184px -48px; }

.ico-man24{ background-position: -200px -48px; width: 24px; height: 24px;}
.ico-man16{ background-position: -224px -48px; }

.ico-woman24{ background-position: -240px -48px; width: 24px; height: 24px;}
.ico-woman16{ background-position: -264px -48px; }

.ico-fotoman24{ background-position: -280px -48px; width: 24px; height: 24px;}
.ico-fotoman16{ background-position: -304px -48px; }

.ico-fotowoman24{ background-position: -320px -48px; width: 24px; height: 24px;}
.ico-fotowoman16{ background-position: -344px -48px; }

.ico-camera24{ background-position: -360px -48px; width: 24px; height: 24px;}
.ico-camera16{ background-position: -384px -48px; }

.ico-cancel24{ background-position: 0px -72px; width: 24px; height: 24px;}
.ico-cancel16{ background-position: -24px -72px; }

.ico-recycle24{ background-position: -40px -72px; width: 24px; height: 24px;}
.ico-recycle16{ background-position: -64px -72px; }


.ico-view{
	background: url('../img/ico/preview.png') no-repeat scroll 0 0 transparent;
}
/*
.ico-save{
	background: url('../img/ico/save.png') no-repeat scroll 0 0 transparent;
}
*/

/* Zaklad pro button */
.btnWrap {
    display: inline-block;
    margin: 0 3px;
    line-height: 30px;

}

.btn {
    background-image: url('./../img/btn_background.png');
    background-repeat: repeat-x;
    background-color: #c4d6e4;
    border: 1px solid #c4d6e4;
    cursor: pointer;
    margin: 3px;
    display: inline-block;
    padding: 3px 6px 3px 6px;
    padding-right: 6px;
    white-space:nowrap;
    height: 30px;
       
}
.btnWrap.btnSmall { line-height: 16px; }
.btnWrap .btnSmall { padding-bottom: 4px; }
 
/*
.btn {
    background-image: url('./../img/btn_background.png');
    background-repeat: repeat-x;
    background-color: #c4d6e4;
    border: 1px solid #c4d6e4;
    cursor: pointer;
    line-height: 30px;
    margin: 3px;
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
    white-space:nowrap;
}
*/

.btn .ico {
    margin: 0px;
    margin-top: 4px;
    vertical-align: top;
}
.btn.icoRight .ico {
    margin-left: 6px;
    margin-right: 0px;
}
.btn:hover {
    border: 1px solid #5fabe4;
    background-color: #c4d6e4;
}
.btn input {
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0;
    border: 0px;
    height: 30px;
    background-color: transparent;
    cursor: pointer;
}

a.btn:link, a.btn:visited {
    
    text-decoration: none !important;
}
a.btn:hover {
    text-decoration: none !important;
}

.btn .ico {
    margin-right: 6px;
}

.btn.btnSmall, .btn.btnSmall input
{
  	height: 16px;
}
.btn.btnSmall .ico
{
  	margin-top: 0px;
}

/**
 * OK/Error hlasky
*/
.vutMsg
{
	margin: 10px 0; padding: 0;
	border: 1px solid;
}
.vutMsg li
{
	margin: 5px 0; padding: 0 5px;
	list-style: none;
	display: block;
}
.vutMsg.error
{
	color: #A51414;
	background: #FFE8E8;
}

.vutMsg.warn
{
	color:#BC700D;
	background: #FFF7ED;
}
.vutMsg.ok
{
	color: #00aa00;
	background: #F7FFF7;
}
.vutMsg.info
{
	color: #0000dd;
	background: #E8E8FF;
	background: #EFFDFF;
}
   
   
/** obecne paddingy ***/
.padding-7{padding:7px;}
.padding-right-bottom-10{padding:0px 10px 10px 0px; margin:0px !important;}

.datetime-type-combined-container > input[type=date]{
    color:blue;
}



