/*
* 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
* ==========================================================================================
*
* 1 whois pages
* 2 mojeid buttons
* ==========================================================================================
*/
#whois .error {
    font-size:100%;
    color:#f00;
    border:solid 1px #f00;
    padding:1em;
}

#whois .missing {
    background-color:#FFC0CB;
}
#whois .missing input {
    border:solid #f00 2px;
}

#whois form.enum-util {
    width:60%;
    padding:0;
}

#whois form.enum-util fieldset {
    padding:12px 0 0 0;
}

#whois form.enum-util input.inline {
    width:295px;
}
#whois form.enum-util select.inline {
    width:302px;
}
#whois form.enum-util input.inline:disabled {
    background-color:#A0AAB2;
}
#whois form.enum-util table {
    border:0;
}
#whois form.enum-util table tr th {
    text-align:left;
    font-weight:normal;
}
#content #whois form table td {
    background-color: white;
}
#whois table tr th {
    text-align:left;
}

#whois table th, #whois table td {
    vertical-align:top;
}
#whois table th {
    width:300px;
}

#whois table.result tr th,
#nsset_record table tr th, #keyset_record table tr th {
    font-weight:normal;
    width:24em;
}
#whois table tr td#captcha_frame {
    height:101px;
}
/* Registrars supported technologies icons: */
#whois table tr td.regtech img {
    margin: 0 2px;
}

/*
Redefine button style.
Reason: If text is longer than background image, than don't display
background color but image.
*/
body #columnwrap #whois button {
    background-repeat:repeat-x;
}

#whois pre.confirmation {
    font-size:140%;
    background-color:#F0F0EB;
    border:solid 1px #5A5A50;
    padding:2em;
    color:#000;
}

/* captcha */
#whois #captcha_reload {
    position: absolute;
    float: left;
    margin: 72px 0 0 4px;
}
#whois #captcha_updating {
    position:absolute;
    float:left;
    visibility:hidden;
    font-size:120%;
    font-weight:bold;
    padding:1em;
    background-color:rgba(255,255,255,0.7);
    border:dotted #003893 1px;
    margin:0;
    text-align:center;
    color: #003893;
    width: 268px;
    height: 64px;
}
#whois .private {
    font-style:italic;
}

#whois pre.dnskey {
    color:#00667D;
    font-size:120%;
    margin:0 auto;
}

/*#mojeid-new-account-form {
    margin:0;
    padding:0;
    float:right;
}*/

#mojeid-buttons {
    background: url('/static/nicauth/img/small_mojeid_button.png') no-repeat 0 0;
    color: #fff;
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
    height: 24px;
    margin-left: 0.9em;
    padding: 0 0 0 3px;
    position: relative;
    vertical-align: baseline;
    width: 100px;
}
#mojeid-buttons span {
    background: url('/static/nicauth/img/small_mojeid_button.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;
}
#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;
}
#whois #mojeid-buttons a, #whois #mojeid-buttons a:visited,
div#whois #mojeid-buttons a:hover, #mojeid-buttons input {
    color: #5a5a5a;
}
#mojeid-buttons form {
    background: none;
    margin: 0;
}

/* Not sure it is used */

*:first-child+html #mojeid-buttons input {
    display: inline-block;
    overflow: visible;
}
*:first-child+html #mojeid-buttons {
    display: inline;
}
* html #mojeid-buttons {
    display: inline;
    top: -1px;
    vertical-align: middle;
}
* html #mojeid-buttons input {
    display: inline-block;
    overflow: visible;
    width: 0;
}
* html #mojeid-buttons li {
    zoom: 1;
}
/* a fix for :hover in IE6 */
* html #mojeid-buttons {
    behavior: expression(this.onmouseover = new Function("this.className += ' hover'"),
        this.onmouseout = new Function("this.className = this.className.replace(' hover','')"),
        this.style.behavior = null);
}
* html #mojeid-buttons.hover ul {
    display: block;
}