/*
* 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
* ==========================================================================================
*
* 0 whois, mojeid buttons, public request forms
* 1 blank pages
*
* ==========================================================================================
*/

@import url('whois.css');
@import url('mojeid-buttons.css');
@import url('public-requests.css');

/* blank pages */
#blank {
    background: #fff;
    background-color: #fff;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.w-75 {
    width: 75%;
}

.w-100 {
    width: 100%;
}

#content #whois #public_request_forms form .w-100 > select,
#content #whois #public_request_forms form .w-100 > input {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.my-2 {
    margin-top: 0.5rem;
}

.ms-auto {
    margin-left: auto;
}

.mt-5 {
    margin-top: 3rem;
}

.d-block {
    display: block;
}

#public_request_forms label[for=id_send_to_0_0] {
    margin-right: 2rem;
}

.errorlist {
    border: 1px solid red;
    color: white;
    background-color: red;
    padding-left: 10px;
}

div#public_request_forms {
    width: 100%;
}

#id_lock_type {
    padding: 0;
    list-style-type: none;
}

.webwhois-search-form .btn-primary {
    max-width: 230px;
    margin-top: 15px;
}
