/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 27, 2014, 3:35:05 PM
    Author     : daniel
*/

.searchInterval
{
    display: inline-block;
    padding-right: 10px;
    vertical-align: top;
}

.searchInterval .toplabel
{
    display: block;
    padding-left: 3px;
}

.searchInterval .toplabel label
{
    /*color: #868686;*/
    color: #626262;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.searchInterval.submitHolder .toplabel,
.searchInterval.searchButton .toplabel
{
    display: none;
}

.searchInterval .topField
{
    display: block;
}

.searchInterval .topField .input
{
    /*
    background: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    width: 150px;
    */
}

.searchInterval .topField .input input
{
    padding: 0;
    background: url("../images/form/calendar.png") no-repeat scroll 130px center #FFFFFF;
    font-size: 11px !important;
    font-weight: bold;
    width: 130px;
    /*border: 1px solid #BDBDBD;*/
    border: 1px solid #808080;
    border-radius: 4px;
    box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.24) inset;
    color: #868686;
    height: 23px;
    line-height: 23px;
    padding-right: 15px;
    text-align: center;
    font-family: Verdana,Arial,sans-serif;
}

.searchInterval .topField .input input:focus
{
    border-color: #3B8CE6 !important;
    box-shadow: 0 3px 5px -3px rgba(36, 118, 211, 0.3) inset;
    background: url("../images/form/calendar2.png") no-repeat scroll 130px center #FFFFFF;
}

.searchInterval .topField .input input.big
{
    width: 150px;
    background-position: 150px center;
}

.searchInterval.submitHolder .topField .submit
{
    padding-top: 13px;
}
/*
.searchInterval.submitHolder .topField .submit .iconSearch
{
    background-color: #3384DF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial;
    height: 30px;
    box-shadow: none;
}

.searchInterval.submitHolder .topField .submit .iconSearch:hover
{
    background-color: #73C686;
}
*/

.searchInterval.submitHolder .topField .submit .iconSearch, .iconSearch
{
    background: none repeat scroll 0 0 #ECECEC;
    /*border: 1px solid #BDBDBD;*/
    border: 1px solid #808080;
    box-shadow: 1px 1px 0 0 #F7F7F7 inset;
    font-size: 1em;
    /*color: #727272;*/
    color: #626262;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    font-family: Arial,Sans;
    font-size: 12px;
    height: 26px;
}

.searchInterval.submitHolder .topField .submit .iconSearch:hover, .iconSearch:hover
{
    background-color: #f7f7f7;
    border-color: #808080;
    box-shadow: 1px 1px 0 0 #FEFEFE inset;
	cursor:pointer;
}

.ui-datepicker
{
    margin-top: 5px;
}

.searchInterval .topField .formStyleButton, .iconSearch
{
    background: none repeat scroll 0 0 #ECECEC;
    /*border: 1px solid #BDBDBD;*/
    border: 1px solid #808080;
    box-shadow: 1px 1px 0 0 #F7F7F7 inset;
    font-size: 1em;
    /*color: #727272;*/
    color: #626262;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    font-family: Arial,Sans;
    font-size: 12px;
    height: 24px;
    border: 1px solid #808080;
    border-radius: 4px;
}

.searchInterval .topField .formStyleButton:hover
{
    background-color: #f7f7f7;
    border-color: #808080;
    box-shadow: 1px 1px 0 0 #FEFEFE inset;
}

/** Search filed in filters **/
.transformSearch
{
    background: #FFFFFF;
    border: 1px solid #808080;
    border-radius: 4px;
    box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.24) inset;
    padding: 0 0 0 5px;
}

.transformSearch:hover,
.transformSearch:active,
.transformSearch:focus
{
    border-color: #3B8CE6 !important;
    box-shadow: 0 3px 5px -3px rgba(36, 118, 211, 0.3) inset;
}

.transformSearch input
{
    width: 150px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #868686 !important;
    font-family: Verdana,Arial,sans-serif !important;
    font-size: 11px !important;
    font-weight: bold !important;
    height: 23px !important;
    line-height: 23px !important;
    text-align: left !important;
    background: transparent !important;
    border: 0 !important;
    outline: none 0 !important;
    transition: 0 0 !important;
    border-color: transparent !important;
    box-shadow: none;
}

.transformSearch input:focus,
.transformSearch input:active,
.transformSearch input:hover
{
    border: 0 !important;
    outline: none 0 !important;
    transition: 0 0 !important;
    border-color: transparent !important;
    box-shadow: none;
}

.transformSearch a
{
    height: 23px;
    width: 30px;
    display: block;
    float: right;
    background: url('/images/elements.png') no-repeat -509px -660px #ECECEC;
    box-shadow: 1px 1px 0 0 #F7F7F7 inset;
    border-radius: 0 4px 4px 0;
    border-left: 1px solid #808080;
}

.transformSearch a:hover
{
    background-color: #f7f7f7;
}

.transformSearch:hover a,
.transformSearch:active a,
.transformSearch:focus a
{
    border-color: #3B8CE6 !important;
}
/** END Search filed in filters **/

.searchInterval .topField .input input.search-ticket
{
    padding: 0;
    background: url("../images/form/ticket1.png") no-repeat scroll 198px center #FFFFFF;
    font-size: 11px !important;
    font-weight: bold;
    width: 200px;
    /*border: 1px solid #BDBDBD;*/
    border: 1px solid #808080;
    border-radius: 4px;
    box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.24) inset;
    color: #868686;
    height: 23px;
    line-height: 23px;
    padding-right: 15px;
    text-align: center;
    font-family: Verdana,Arial,sans-serif;
}

.searchInterval .topField .input input.search-ticket:focus
{
    border-color: #3B8CE6 !important;
    box-shadow: 0 3px 5px -3px rgba(36, 118, 211, 0.3) inset;
    background: url("../images/form/ticket2.png") no-repeat scroll 198px center #FFFFFF;
}

#tickets_filter div.button,
#loyalty-tickets-filter div.button
{
    padding-top: 14px;
}

.searchInterval .topField .input input.not-enough,
.searchInterval .topField .input input.not-enough:focus,
.searchInterval .topField .input input.not-enough:hover,
.searchInterval .topField .input input.not-enough:default
{
    border-color: #FF2121 !important;
    box-shadow: 0 3px 5px -3px rgba(255, 89, 89, 0.3) inset;
    color: #FF2121;
    background: url("../images/form/ticket3.png") no-repeat scroll 198px center #FFFFFF;
}

.searchInterval .topField #host{
    position: relative;
    border-style: solid;
    border-width: 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border-color: #95B9C7;
    height: 24px;
    background-color: #F4FFFF;
    padding-left: 2px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 13px;
    color: #726E6D;
}