/*
* Theme Name: nic.cz
* Description: Šablona vzhledu od Designeo Creative s.r.o.
* Version: 1.0 | 07/2013
*
* Author: Alix Guillard @ nic.cz
*
* Style contents
* ==========================================================================================
*
* mojeid buttons */

#mojeid-buttons {
    background: url("../../nicauth/img/small_mojeid_button.b537e2c9a38d.png") no-repeat 0 0;
    color: #fff;
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
    height: 24px;
    margin-left: 0.9em;
    margin-right: 3.2em;
    padding: 0 0 0 3px;
    position: relative;
    vertical-align: baseline;
    width: 100px;
}

/* Not sure ''* html' is used */

* html #mojeid-buttons {
    display: inline;
    top: -1px;
    vertical-align: middle;
}

* html #mojeid-buttons li {
    zoom: 1;
}

*:first-child + html #mojeid-buttons {
    display: inline;
}

#mojeid-buttons span {
    background: url("../../nicauth/img/small_mojeid_button.b537e2c9a38d.png") no-repeat 100% -24px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    height: 24px;
    line-height: 23px; /* line-height: 24px; causes a 1-pixel gap appear in Firefox on Windows */
    margin: 0;
    padding: 0 34px 0 5px;
    text-align: center;
    text-shadow: #777 0 -1px 0;
    white-space: nowrap;
}

#mojeid-buttons ul {
    background-color: #f3f3f3;
    border: 1px solid #909090;
    -moz-box-shadow: rgba(0, 0, 0, 0.12) 2px 2px 3px;
    box-shadow: rgba(0, 0, 0, 0.12) 2px 2px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 2px 2px 3px;
    cursor: default;
    display: none;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    min-width: 18em;
}

#mojeid-buttons:hover ul {
    display: block;
}

* html #mojeid-buttons.hover ul {
    display: block;
}

#mojeid-buttons ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#mojeid-buttons li:hover {
    background-color: #fff;
}

#mojeid-buttons a {
    line-height: 1.4;
    padding: 6px;
    text-decoration: none;
}

#mojeid-buttons a,
#mojeid-buttons input {
    background: none;
    border: none;
    display: block;
    font-size: 0.9em;
}

#mojeid-buttons input {
    cursor: pointer;
    height: 2.4em;
    margin: 0;
    padding: 0 6px;
}

#mojeid-buttons input::-moz-focus-inner {
    padding: 0;
}

* html #mojeid-buttons input {
    display: inline-block;
    overflow: visible;
    width: 0;
}

*:first-child + html #mojeid-buttons input {
    display: inline-block;
    overflow: visible;
}

#mojeid-buttons a,
#mojeid-buttons a:visited,
div#whois #mojeid-buttons a:hover,
div#whois #mojeid-buttons input {
    color: #5a5a5a;
}

#mojeid-buttons form {
    background: none;
    margin: 0;
}
