@import url(../../../themes/circle/stylesheets/application.css);
body.controller-my.action-page #main #sidebar {
        display: none;
}
body.controller-my.action-page #main #content {
        width: auto;
        margin-right: 0;
}

body.controller-my.action-page #main #content #sidebarHandler {
        display: none;
}


#header > h1 {
        background: url(../images/peterlacke.gif) no-repeat 10px 1%;
        padding: 5px 65px;
        color: #E0E0E0;
        text-shadow: 0 -2px rgba(0, 0, 0, 0.2);
        font-size: 22px;
        background-size: auto 80%;
}

.mite-title-2-clipboard {
        position: relative;
        display: inline-block;
        width: 16px;
        padding-left: 12px;
        /*Punkt 14x14 orange:*/
        background: url(../images/copy.ico) center center no-repeat; 
        opacity: 0.15;
        transition: all 0.2s;
}
.mite-title-2-clipboard.hover {
        cursor: pointer;
        opacity: 1;
}
.mite-title-2-clipboard.active {
        background-size: 12px 12px;
}
.zclip {
        width: 28px;
        height: 33px;
        cursor: pointer;
}
.zclip > * {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        margin: 0;
        border: none;
}
.mite-title-2-clipboard-noflash {

        width: 14px;
        height: 14px;
        background-color: #CC2B33; /*Deine Wunschfarbe des Buttons*/
        border-radius: 50%;
        cursor: pointer;
        opacity: 0.15;
        transition: all 0.2s;
        outline:none;
        border: 0px;
        display: inline-block;
        margin: 0 6px 5px;
        vertical-align: middle;
}
.mite-title-2-clipboard-noflash:hover {
        cursor: pointer;
        opacity: 1;
}



/*Farben der Tickets*/

/*EILT*/
tr.odd.priority-highest, table.list tbody tr.odd.priority-highest:hover { color: #900; font-weight: bold; }
tr.odd.priority-highest { background: #ffc4c4; }
tr.even.priority-highest, table.list tbody tr.even.priority-highest:hover { color: #900; font-weight: bold; }
tr.even.priority-highest { background: #ffd4d4; }
tr.priority-highest a, tr.priority-5:hover a { color: #900; }
tr.odd.priority-highest td, tr.even.priority-highest td { border-color: #ffb4b4; }

/*
tr.odd.priority-7, table.list tbody tr.odd.priority-7:hover { color: #900; font-weight: bold; }
tr.odd.priority-7 { background: #ffc4c4; }
tr.even.priority-7, table.list tbody tr.even.priority-7:hover { color: #900; font-weight: bold; }
tr.even.priority-7 { background: #ffd4d4; }
tr.priority-7 a, tr.priority-7:hover a { color: #900; }
tr.odd.priority-7 td, tr.even.priority-7 td { border-color: #ffb4b4; }
*/

/*High*/

tr.odd.priority-high2, table.list tbody tr.odd.priority-high4:hover { color: #559; }
tr.odd.priority-high2 { background: #cdfaff; }
tr.even.priority-high2, table.list tbody tr.even.priority-high4:hover { color: #559; }
tr.even.priority-high2 { background: #daf7ff; }
tr.priority-high2 a { color: #559; }
tr.odd.priority-high2 td, tr.even.priority-high4 td { border-color: #add7f3; }

/*Normal*/
/*tr.odd.priority-4, table.list tbody tr.odd.priority-4:hover { color: #900; }
tr.odd.priority-4 { background: #fee; }
tr.even.priority-4, table.list tbody tr.even.priority-4:hover { color: #900; }
tr.even.priority-4 { background: #fff2f2; }
tr.priority-4 a { color: #900; }
tr.odd.priority-4 td, tr.even.priority-4 td { border-color: #fcc; }*/

/*Mite Aufwaende Link*/
.mite_action_menu {
    float: right;
    white-space: nowrap;
    line-height: 1.4em;
    margin-top: 5px;
    padding-left: 28px;
    font-size: 0.9em;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAADdSURBVHjanJIxCsJAEEX/bLQWIYWY1jN4A7EUO8EbBDyDt8gNBDtJKaltPEPaBIuABwjJOLMbxUJjzGcZluS9zLBZ4v0IMENIAYN92WwIWIIwgYZxY+AsuyOBCqCWVYJeIpmVUJEAU3xOLlAIrmMVTfPVrZRTiwT3ThjLQjv6M/boKuON0SEy9p0qnht4FHaVbCdlxdFRF/g/CxWDHmJg0DMqZj28TMWkh5gYVBzpEXc1LCuOdCxTqnnnnv32HFumpvk5Bylrd62+JreMZYHB2wyxtLy0X3IUT/whwABDH0nPZoH4LQAAAABJRU5ErkJggg==') no-repeat;
background-position: 10% 35%;
background-size: 13px 13px;
}

