/*
* 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;
}

#content #whois form table td {
    background-color: white;
}

#content #whois table tr th {
    text-align: left;
    width: 300px;
}

#content #whois table tr th,
#content #whois table tr td {
    vertical-align: top;
    overflow-wrap: anywhere;
}

#content #nsset_record table tr th,
#content #keyset_record table tr th,
#content #whois table.result tr th {
    font-weight: normal;
    width: 24em;
}

@media (max-width: 768px) {
    #content #whois table.result tr th {
        width: auto;
    }
}

#whois table tr td#captcha_frame {
    height: 101px;
}

/* Registrars supported technologies icons: */
#whois table tr td.regtech img {
    margin: 0 2px;
}

#whois a.button.contact-verification {
    height: 14px;
    margin: 0 0.9em;
    padding: 5px;
    line-height: 1em;
    text-decoration: none;
    color: white;
    font-weight: bold;
    background: #3db7e4;
    display: inline-block;
    border-radius: 3px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

#whois a.button.contact-verification:hover {
    background: -webkit-linear-gradient(top, #56ccf8, #21a2d2);
    background: -ms-linear-gradient(top, #56ccf8, #21a2d2);
    background: -o-linear-gradient(top, #56ccf8, #21a2d2);
    background: linear-gradient(to bottom, #56ccf8, #21a2d2);
}

#whois #mojeid-buttons span {
    vertical-align: middle;
}

/*
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 img.captcha {
    width: 182px;
    min-height: 50px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 3px 3px 0;
}

#whois ul.errorlist li {
    width: 170px;
    padding: 4px 5px;
}

#whois a.captcha-refresh {
    display: inline-block;
    margin: 0;
    padding: 3px 2px 5px 5px;
    background-color: rgba(255, 255, 255, 0.7);
    border: dotted #003893 1px;
    text-align: center;
    color: #003893;
    width: 16px;
    height: 16px;
    font-size: 18px;
    text-decoration: none;
}

#whois a.captcha-refresh:hover {
    color: #ce1126;
    border: solid #ce1126 1px;
}

#whois .private,
#whois .not-disclosed {
    font-style: italic;
}

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