/*
 * @project     KIX4OTRS (http://www.cape-it.de) - Agent Frontend
 * @version     $Revision: 1.4 $
 * @copyright   c.a.p.e. IT GmbH
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 */

/*
 * @package     Skin "default"
 * @section     Depending Dynamic Fields
 */

@media screen,projection,tv,handheld {

    #DependingFieldContainer .TrashCan {
        position:           relative;
        padding:            0px;
        height:             16px;
        border:             none;
        background-color:   white;
        background:         url("../img/icons/trash-can.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    }

    .DependingDynamicField {
        padding-left:       0px;
        padding-top:        3px;
        padding-bottom:     2px;
        white-space:        nowrap;
        cursor:             pointer;
    }

    .DependingDynamicField.Selected > span {
        background: #f3960d;
        background: -moz-linear-gradient(top,  #ffe7bd 0%, #fbba49 20%, #f6ad3e 51%, #f3960d 51%, #e98207 95%, #e07006 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe7bd), color-stop(20%,#fbba49), color-stop(51%,#f6ad3e), color-stop(51%,#f3960d), color-stop(95%,#e98207), color-stop(100%,#e07006));
        background: -webkit-linear-gradient(top,  #ffe7bd 0%,#fbba49 20%,#f6ad3e 51%,#f3960d 51%,#e98207 95%,#e07006 100%);
        background: -o-linear-gradient(top,  #ffe7bd 0%,#fbba49 20%,#f6ad3e 51%,#f3960d 51%,#e98207 95%,#e07006 100%);
        background: -ms-linear-gradient(top,  #ffe7bd 0%,#fbba49 20%,#f6ad3e 51%,#f3960d 51%,#e98207 95%,#e07006 100%);
        background: linear-gradient(to bottom,  #ffe7bd 0%,#fbba49 20%,#f6ad3e 51%,#f3960d 51%,#e98207 95%,#e07006 100%);
        -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.3);
        box-shadow: 0 1px 0 rgba(0,0,0,0.3);
        padding: 2px;
    }

    .DependingDynamicField:hover > span {
        padding: 2px;
    }

    .InvalidTreeElement {
        color:#A0A0A0;
    }

} /* end @media */