/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background-color: #fff;
    font-size: .85em;
    font-family: "Segoe UI", "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    padding-bottom:40px;
    color: #696969;
    background-image:url(img/siteShadow.png);
    background-repeat:repeat-y;
    background-position:center;
}

header
{
    height:110px;
    background-image:url(img/header_back.png);
    margin-bottom:10px;
    border-bottom:solid 1px #d1d1d2;
}
nav
{
    margin:0;   
    padding:0;
    margin-top: 79px;
    
}

#menu > li
{
    float: left;
    list-style-type: none;
}


/**************** NOTIFICATIONS *****************/
.notifications {
  position: fixed;
  right: 10px;
  top: 25px;
  width:200px;
}

/* Notification Element */
.notifications > div {
  position: relative;
  z-index: 9999;  
}


/* za growl */
.growl {
    text-align: center;
    vertical-align: middle;
    background: black;
    border: solid 1px #cacaca;
    color: White;
    width: 200px;
    min-height: 20px;
    -moz-box-shadow: 0px 0px 5px #CCCCCC;
    -webkit-box-shadow: 0px 0px 5px #CCCCCC;
    box-shadow: 0px 0px 5px #CCCCCC;
}



/*****************************++ OD TUKAJ INPUTI IN FIELDSETI ********************************/

fieldset legend
{
    margin-bottom:3px;
    height: 40px;

}

fieldset.object, fieldset.array {
    /*background-image:url(img/fieldsetBack.gif);*/
    background-repeat: repeat-x;
    clear: left;
    border: 1px solid #ddd;
    padding: 5px;
    padding-left: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 3px #E3E3E3;
    box-shadow: 1px 1px 3px #E3E3E3;
    overflow: visible;
}


fieldset.object > legend, fieldset.array > legend
{
    background-color:#dfeefc;
    color:Black;
    text-transform:uppercase;
    cursor:pointer;
  
    border-radius: 5px;   
    margin-right:10px;   
}

fieldset.object > legend:hover, fieldset.array > legend:hover
{
    -moz-box-shadow: 0 0 5px #007BAF;
    -webkit-box-shadow: 0 0 5px #007BAF;
    box-shadow: 0 0 2px #007BAF;
}

fieldset.object fieldset.object > legend, fieldset.array > legend
{    
    text-transform:none;       
}

fieldset.filled>legend,legend.filled
{
     /*background-color:#a6d7ff !important; */
     background-color: #FFDDA6 !important; 
    
}


fieldset.ArrayItem > legend
{
    background-color:White;
    font-size:12px;
    font-weight:bold;
    padding-left:5px;    
    width:auto;
    height:20px;
    line-height:20px;
    margin:0;
    padding:0 5px;
    border:solid 1px #ccc;
}

fieldset.ArrayItem > legend >span
{
    
    font-size:12px;
    padding:0;
    margin:0;
   
}

fieldset.well
{
    padding:5px;    
    padding-top:18px;
    margin-bottom:10px;
}

fieldset.object > legend> span, fieldset.array > legend>span
{
    padding:0 5px;    
    display:block;    
}

legend>span>small
{
    text-transform:none;
    color:#656565;
    font-size:12px;
}



fieldset.array > legend>span:after
{
   /*content: ' (seznam)';*/
   
   color:#656565;
    font-size:11px;
}

fieldset.collapsed>legend
{
    margin-left:5px;    
    margin-bottom:5px;    
}

fieldset.collapsed {
    clear: left;
    border: 0px solid #ddd;
    padding: 0px;
    margin: 0;
    -moz-box-shadow: 0px 0px 0px #ddd;
    -webkit-box-shadow: 0px 0px 0px #ddd;
    box-shadow: 0px 0px 0px #ddd;
    height: 45px;
    overflow: hidden;
    background-image: url(img/fieldsetBackEmpty.gif);
    border: 0;
}

fieldset.collapsed > * /* div, fieldset.collapsed> button, fieldset.collapsed> table*/
{
    display:none !important;
}

fieldset.collapsed > legend /* div, fieldset.collapsed> button, fieldset.collapsed> table*/
{
    display:block !important;
}

/************** DISPLAY (details view) **********************/
.value
{
    color: #b61c1c;
}


/*********** Bootstrap extensions & overrides... ****************/



/*input[type="radio"]
{    
    margin-top: 1px;    
}*/

/*.form-horizontal .control-group 
{
    margin-bottom:8px;
}*/

/*.radio-horizontal
{
    min-height: 18px;
    padding-left: 18px;
  
    display:inline-block;
}*/

