﻿/* IN Indares20_Private */
h3.tooltipZadost {
    color: #6a7b84;
    font-size: 14px;
}
div.toolTipZadost {
    margin: 4px 0 4px 0;
    border-top:1px solid #6a7b84;
}
a.tooltipZadost {
    color:  #6a7b84;
}
a.tooltipZadost:hover {
    color: #3c3c3c;
}

/* Dlazdice IN Surveys/Default.aspx */
.dlazdice {
    margin: 0px;
    padding: 0 6px 0 6px;
    color: #fff;
    position: relative;
}

.dlazdice.blue { background-color: #008de7;}
.dlazdice.red { background-color: #e83737;}
.dlazdice.green{background-color: #51ab2e;}
.dlazdice.yellow{background-color: #f5c020;}
.dlazdice.violet{background-color: #9b58b5;}
.dlazdice.grass{background-color: #91c930;}
.dlazdice.orange{background-color: #ee8310;}
.dlazdice.pink{background-color: #fe7cf3;}
.dlazdice.darkBlue{background-color: #0058bc;}
.dlazdice.brown{ background-color: brown;}
.dlazdice.gray {background-color: #6a7b84}
.dlazdice.violet2 {background-color: #6666ff;}

.dlazdice a{
    font-size: 14px;
    color: #ffffff;
    text-decoration: underline;
}

.dlazdice a:hover{
    color: #ffffff;
    text-decoration: none;
}

.dlazdice p {
    color: #ffffff;
    margin: 0;
}

.dlazdice h2 {
    font-family: robotolight;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 6px;
}

.dlazdice div.odkaz {
    text-align: center;
    position: absolute;
    bottom: 6px;
    left: 0px;
    width: 100%;
}

/*box se stínováním*/

.shadow_box {padding:6px; margin:4px; border: 1px solid rgba(0,0,0,.15); background-color: #fff; -moz-box-shadow: 0 1px 2px rgba(0,0,0,.07), inset 0 1px 0 rgba(255,255,255,.75), inset 0 0 2px #fff; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.07), inset 0 1px 0 rgba(255,255,255,.75), inset 0 0 2px #fff; box-shadow: 0 1px 2px rgba(0,0,0,.07), inset 0 1px 0 rgba(255,255,255,.75), inset 0 0 2px #fff; background-image: -moz-linear-gradient(bottom, rgba(119,119,119,.07) 0%, rgba(255,255,255,.07) 100%); background-image: -o-linear-gradient(bottom, rgba(119,119,119,.07) 0%, rgba(255,255,255,.07) 100%); background-image: -webkit-linear-gradient(bottom, rgba(119,119,119,.07) 0%, rgba(255,255,255,.07) 100%); background-image: linear-gradient(bottom, rgba(119,119,119,.07) 0%, rgba(255,255,255,.07) 100%); }
.shadow_box .odd_h {width: 100%; height: 1px; line-height: 0; font-size: 1px; float: none; clear: both; overflow: hidden; margin: 0 0 10px 0; background: #b3cddb;}

.holderT .nadpisNavigation {
    font-size: 17px;
}

.holderT .nadpisNavigation a {color: #1e95c5;font-family: robotolight;text-decoration: none;}

.holderT .nadpisNavigation a:hover {text-decoration: underline;}

.holderT table.detail a{color: #1e95c5;text-decoration: none;font-family: robotolight;}

.holderT table.detail a {text-decoration: underline;}

.nadpisNavigation .strong { font-weight: bold; }

.main .moduly a.no-decor-a .iconG {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    /*margin: -8px 0 0 -14px;*/
    left: 0;
    z-index: 2;
    font-size: 12px;
}

.main .moduly a .textG {
    font-family: robotolight;
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    margin: 1px 0 0 -4px;
}

.main .moduly a:hover .textG, .main .moduly .active a .textG, .main .moduly a:hover .iconG, .main .moduly .active a .iconG {
    color: #1e95c5;
}