/*
Theme Name: Komunikační portál - prolepsiuceni.cz
Author: ENWOX SYSTEMS s.r.o.
Description: 
Version: 0.1
*/

@import url('css/style.css');

/* FORMULAR */
#searchform {
    width: 100%;
    position: relative
}

/* INPUT */
#searchform input[type="text"]#search {
    width: calc(100% - 22px);
    color: #424242;
}

/* TLACITKO VYHLEDAVANI */
#searchform input[type="submit"]#searchsubmit {
    position: absolute;
    right: 32px;
    top: 1px;
    border: none;
    background-position-y: 5px;
    background-size: 25px 25px;
    background-image: url('images/search_button.png');
    background-repeat: no-repeat;
}


.page-content form table th {
    background: none;
}

.page-content form table tr:nth-child(2n) {
    background: none;
}    

.course-finder-full .course-finder-full-form .find-users input[type="text"] {
    width: 35%;
}
