﻿
.tms_search_wiget
{
    height:84px;
    white-space: nowrap;
    text-align: center;

    padding: 14px 0px;
}

.tms_search_wiget label
{
    font-family:"Black_No_7";
    font-size:28pt;
}

.tms_search_wiget input[type="text"]
{
    background:#747575;
    border:none;
    color:#b4b4b4;
    height:55px;
    font-family:"Georgia";
    font-size:16pt;
}

.tms_search_wiget a.tms_search_button
{
    position: absolute;
    display: block;
    width: 10%;
    height: 50%;
    max-height: 25px;
    max-width: 20px;
    

    top: 15px;
    right: 5px;
    background: center center url(images/buttons/arrow_right.png) no-repeat transparent;
}

.tms_search_wiget div.tms_search_button
{
    float: left;
    cursor: pointer;
}
.tms_search_wiget div.tms_search_button label
{
   cursor: pointer; 
}



.darkness .tms_search_wiget
{
    padding: 15px;
}

.darkness .tms_search_wiget label {
    color: white;
}

.darkness .tms_search_wiget > div.columns:first-child + div.columns + div.columns {
    display: none;
}

.darkness .tms_search_wiget div.columns:first-child {
    width: 40%;
}

.darkness .tms_search_wiget div.columns:first-child + div.columns {
    width: 60%;
}


@media only screen and (max-width: 1600px) {

    .darkness .tms_search_wiget label
    {
        font-size:24pt;
        line-height: 55px;
    }

}
@media only screen and (max-width: 1490px) {

    .darkness .tms_search_wiget label
    {
        font-size:22pt;
        line-height: 55px;
    }

}
@media only screen and (max-width: 1490px) {

    .darkness .tms_search_wiget label
    {
        font-size:20pt;
    }

}
@media only screen and (max-width: 1200px) {

    .darkness .tms_search_wiget label
    {
        font-size:18pt;
    }

}
@media only screen and (max-width: 1080px) {

    .darkness .tms_search_wiget label
    {
        font-size:16pt;
    }

}
@media (max-width: 1000px) and (min-width: 640px) {

    .darkness .tms_search_wiget div.columns:first-child
    {
        display: none;
    }
    .darkness .tms_search_wiget div.columns:first-child + div.columns
    {
        width: 100%;
    }

}
@media (max-width: 350px)
{
    .darkness .tms_search_wiget div.columns:first-child
    {
        display: none;
    }
    .darkness .tms_search_wiget div.columns:first-child + div.columns
    {
        width: 100%;
    }
}

@media (max-width: 640px) {

    .tms_search_wiget 
    {
        margin: 0 20px;
    }

    .tms_search_wiget > div.columns:first-child + div.columns + div.columns {
        display: none;
    }
    .tms_search_wiget div.columns:first-child
    {
        width: 40%;
    }
    .tms_search_wiget div.columns:first-child + div.columns
    {
        width: 60%;
    }

}

@media (max-width: 520px) {

    .tms_search_wiget div.columns:first-child,
    .tms_search_wiget div.columns:first-child + div.columns
    {
        width: 100%;
    }

}

