/**
 * @project     OTRS (http://www.otrs.org) - Agent Frontend
 * @copyright   OTRS AG
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 */

/**
 * @package     Skin "Default"
 * @section     Widgets
 */

@media screen,projection,tv,handheld {


/**
 * @subsection  WidgetBox
 */

.CallForAction {
    padding: 0px;
    background: #eee;
    border: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    display: inline-block;
    cursor: pointer;
    transition: all ease-in 0.2s;
}

/**
 * @css-for     Firefox
 * @note        bug: button containing an element has an hidden padding
 */

.CallForAction::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.CallForAction:hover {
    color: #000;
    border-color: #696969;
}

.CallForAction span {
    height: 12px;
    padding: 3px 7px 6px;
    line-height: 14px;
    vertical-align: middle;
    color: #333;
    font-size: 11px;
    border: 1px solid #FFF;
    border-bottom: none;
    display: block;
    text-shadow: 0 1px 0 #FFF;
    cursor: pointer;
    position: relative;
}

.CallForAction span i {
    position: relative;
    left: 0px;
    top: 1px;
    font-size: 13px;
    width: 15px;
    text-align: center;
}

.CallForAction:active,
.CallForAction:hover {
    background-color: #e5e5e5;
    border-color: #999;
}

.SearchBox {
    position: relative;
}

.SearchBox input[type='text'] {
    height: 15px;
    margin: 0px;
    padding: 4px 5px;
    font: normal 12px/15px "Helvetica Neue",Helvetica,Arial,sans-serif;
    border-color: #999;
    border-right: none;
    vertical-align: bottom;
    width: 13pc;
}

.InvisibleText {
    display: inline-block;
    height: 0;
    position: absolute;
    text-indent: -9999px;
    white-space: nowrap;
    width: 0;
}

.RTL .SearchBox input[type='text']{
    border-left: none;
    border-right: 1px solid #999;
    width: 13pc;
}

.SearchBox input:focus {
    border-color: #666;
    border-right: none;
}
.RTL .SearchBox input:focus {
    border-color: #666;
    border-left: none;
}

.SearchBox button {
    height: 25px;
    margin: 0 0 0 -4px;
    padding: 3px 3px 4px;
    color: #333;
    font: bold 10px/13px "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #EEE;
    border: 1px solid #888;
    text-shadow: 0 1px 0 #FFF;
    vertical-align: baseline;
}

.RTL .SearchBox button {
    height: 25px;
    margin: 0 -4px 0 0;
    text-shadow: 0 1px 0 #FFF;
    vertical-align: baseline;
    border: 1px solid #888;
}

.SearchBox button:hover,
.SearchBox button:hover {
    background-color: #e5e5e5;
    cursor: pointer;
}

}
