body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    background: white url(/img/strip.png) fixed;
    min-height: 100%;
    font-size: 13px;
}

.user-task-count {
    display: none;
    top: -6px;
    position: relative;
    border-radius: 2px;
    padding: 1px 2px;
    margin-left: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    font-size: 10px;
    font-weight: normal;
    background: rgb(73,155,234); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,155,234,1)), color-stop(100%,rgba(32,124,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */
}

.user-task-count.red {
    background: rgb(255,48,25); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
}

ul.min .user-task-count {
    top: -1px !important;
}

input.hasDatepicker {
    background: #fff url(/img/calendar.png) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}

input.hasDatepicker:hover, input.hasDatepicker:focus {
    background: #fff url(/img/calendar_black.png) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}

#error_report {
    position: fixed;
    float: right;
    width: 100px;
    height: 130px;
    right: 0;
    bottom: 7px;
    cursor: pointer;
    z-index: 9999;
}
#error_report #rw_popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
}
#error_report #rw_bug img {
    -webkit-animation: 250ms ease;
    -moz-animation: 250ms ease;
    -o-animation: 250ms ease;
    animation: 250ms ease;

}
#error_report:hover #rw_popup  {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
}
#error_report:hover #rw_bug img {
    -webkit-animation-name: hover-in;
    -moz-animation-name: hover-in;
    -o-animation-name: hover-in;
    animation-name: hover-in;
}
@-webkit-keyframes hover-in {
    0%   { -webkit-transform:scale(1) }
    30%  { -webkit-transform:scale(0.9) rotate(-3deg) }
    60%  { -webkit-transform:scale(0.9) rotate(3deg) }
    100% { -webkit-transform:scale(1) rotate(0) }
}
@-moz-keyframes hover-in {
    0%   { -moz-transform:scale(1) }
    50%  { -moz-transform:scale(0.9) rotate(-6deg) }
    100% { -moz-transform:scale(1) rotate(0) }
}
@-o-keyframes hover-in {
    0%   { -o-transform:scale(1) }
    50%  { -o-transform:scale(0.9) rotate(-6deg) }
    100% { -o-transform:scale(1) rotate(0) }
}
@keyframes hover-in {
    0%   { transform:scale(1) }
    50%  { transform:scale(0.8) rotate(-6deg) }
    100% { transform:scale(1) rotate(0) }
}
header#main-header {
    width: 1000px;
    margin: 0 auto;
    position: fixed;
    right: 0;
    left: 0;
    box-shadow: 0 0 3px #ddd;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    border-top: none;
    top: 0;
    z-index: 500;
}

#ajax-pager-loader {
   background: rgba(0,0,0,.0);
   display: none;
}

#ajax-pager-loader .popup {
    border: none;
    background: rgba(0,0,0,.3);
    padding: 15px;
    border-radius: 6px;
    box-shadow: 2px 2px 3px #9D9D9D;
}

#ajax-pager-loader .loader-image {
    vertical-align: middle;
}

#ajax-pager-loader .loading-label {
    padding-left: 10px;
    font-size: 12px;
    color: #fff;
    text-shadow: 1px 1px 0px #848484;
}

footer {
    width: 1000px;
    margin: 0 auto;
    height: 24px;
    font-size: 11px;
    line-height: 24px;
    color: white;
    text-shadow: 0 0 1px #ddd;
    border-top: 3px solid #34abd6;
}

#navi {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 3px #666;
    border-bottom: 3px solid #34abd6;
}

#newyear {
   height: 34px; 
   width: 34px;
   margin: 4px 9px 0px;
   background-repeat: no-repeat;
   background-size: contain;
}

#newyear.type1 { background-image: url("/img/newyear/1.png"); }
#newyear.type2 { background-image: url("/img/newyear/2.png"); }
#newyear.type3 { background-image: url("/img/newyear/3.png"); }
#newyear.type4 { background-image: url("/img/newyear/4.png"); }
#newyear.type5 { background-image: url("/img/newyear/5.png"); }

#mainlogo {
    width: 180px;
    height: 34px;
    margin: 3px 9px;
    background: url("/img/logo1z.png") no-repeat 0 50%;
    background-size: contain;
}

#topmenu {
    padding-left: 5px;
    display: inline-block;
    list-style: none;
    margin: 0;
    font-size: 13px;
    height: 42px;
    line-height: 42px;
}

#topmenu li {
    padding: 0 10px;
    display: inline-block;
}
    
#topmenu li:hover {
    cursor: pointer;
    background: rgb(73,192,240); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(73,192,240,1) 0%, rgba(44,175,227,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,192,240,1)), color-stop(100%,rgba(44,175,227,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(73,192,240,1) 0%,rgba(44,175,227,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(73,192,240,1) 0%,rgba(44,175,227,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(73,192,240,1) 0%,rgba(44,175,227,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(73,192,240,1) 0%,rgba(44,175,227,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c0f0', endColorstr='#2cafe3',GradientType=0 ); /* IE6-9 */ 
}

#topmenu a {
    color: #fff;
    text-decoration: none;
}
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a.link-label {
    color: #00aff0 !important;
    text-decoration: none;
    font-size: 12px;
}
a.link-label:focus,
a.link-label:hover {
    color: #00aff0 !important;
    text-decoration: underline !important;
}


#topmenu a {
    color: #fff;
    text-decoration: none;
}
#avatar, #username, #quit {
    vertical-align: top;
    height: 36px;
    display: inline-block;
}
#avatar { width: 36px; }
#avatar span {
    box-shadow: inset 0 0 3px #999;
    border-radius: 4px;
    background-size: cover;
    display: inline-block;
    margin: 3px;
    width: 30px;
    height: 30px;
}
#username {
    line-height: 36px;
    padding: 0 6px;
    color: #fff;
    text-decoration: none;
}
#username:hover {
    text-decoration: underline;
}
#quit {
    margin: 3px 5px 0 0;
    width: 36px;
    opacity: .7;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}
#quit:hover {
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}
#floatmenu { border-bottom: 1px solid #e5e5e5; }
#floatmenu ul.max {
    font-size: 12px;
    width: 650px;
    margin: 5px auto 10px;  
    list-style: none;
    padding: 0;
}

#floatmenu ul.max li {
    text-align: center;
    margin: 0 15px;
    color: #666;
    display: inline-block;
    text-shadow: 1px 1px 2px #DDD;
}

#floatmenu ul.max li a {
    position: relative;
    display: inline-block;
    top: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#floatmenu ul.max li:not(.disabled):hover a {
    top: -8px;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
#floatmenu ul.max li.active {
    font-weight: bold;
    font-size: 13px;
    color: #333;
}
#floatmenu ul.max li img {
    display: block;
    height: 75px;
    width: 75px;
    border: none;
}
#min-max-float-menu {
    position: absolute;
    margin-left: 895px;
    width: 100px;
    text-align: right;
    margin-top: -14px;
}
#min-max-float-menu:hover {
    cursor: pointer;
    color: #00aff0;
}
#floatmenu ul.min {
    font-size: 12px;
    margin: 0 auto;
    width: 755px;
    list-style: none;
    padding: 0;
}

#floatmenu ul.min li {
    text-align: center;
    color: #666;
    display: inline-block;
    text-shadow: 1px 1px 2px #DDD;
    padding: 3px 15px 0;
}
#floatmenu ul.min li a {
    display: block;
}
#floatmenu ul.min li:not(.disabled):hover {
    background: rgb(240, 240, 240);
}
#floatmenu ul.min li:not(.disabled):hover a {
    cursor: pointer;
    color: #00aff0;
}
#floatmenu ul.min li.active {
    font-weight: bold;
    background: rgb(240, 240, 240);
    font-size: 13px;
    color: #333;
}
#floatmenu ul.min li img {
    display: inline-block;
    height: 30px;
    width: 30px;
    border: none;
    vertical-align: middle;
    margin-right: 3px;
}
#floatmenu a {
    text-decoration: none;
    color: inherit;
}
#controlpanel {
    background: white;
    height: 30px;
    line-height: 30px;
    padding: 0 0 10px 8px;
    -webkit-user-select: none;
}

#status-panel {
    color: #666;
    font-size: 11px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    padding: 7px 0 10px 11px;
    background: white;
    text-shadow: 1px 1px 2px #DDD;
}

#status-panel span p {
    display: inline-block;
}

#status-panel a.bc {
    text-decoration: underline;
}

#status-panel a.bc:hover {
    color: #00aff0;
}

#status-panel span:first-child {
    height: 14px;
    overflow: hidden;
    display: block;
    padding-right: 12px;
    display: inline-block;
    width: 718px;
    word-break: break-all;
    overflow: visible;
}

td.result_stats img {
    cursor: pointer;
}

#doc_time {
    float: right;
    color: #999;
    font-size: 11px;
    text-transform: none;
    font-weight: normal;
    padding-right: 8px;
}

#projectselect {
    line-height: normal;
    padding-right: 10px;
    float: right;
    text-transform: none;
}

#projectselect select, span#filter input {
    padding: 4px;
    color: #555;
    width: 160px;
    border: 1px solid #E5E5E5;
    background: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: top;
}

span#filter {
    vertical-align: top;
}

span#filter input {
    padding: 5px;
}

#createmenu {
    display: inline-block;
    float: right;
    padding-right: 10px;
}

#cl-header {
    display: block;
    background: #fff;
    border-top: 1px solid #e5e5e5;
}

#cl-header span img {
    margin-top: 6px;
}

#cl-header span, #cl-header h5 {
    text-transform: uppercase;
    font-size: 11px;
    color: #666;
    font-weight: bold;
}

#cl-header h5 {
    padding: 8px;
    margin: 0;
}

div#main {
    background: #fff;
    border: 1px solid #e5e5e5;
    width: 1000px;
}

.main-chk-edit-mode {
    margin: 255px auto 0 !important;
}

div.cl .cb, div.pr .cb { width: 29px; }
div.cl .abbr, div.pr .abbr{ width: 10%;  text-align: center;}
div.cl .name, div.pr .name { width: 28%; padding: 0 5px; }
div.cl .descr, div.pr .descr { width: 38%;  padding: 0 5px; }
div.cl .prgrs, div.pr .prgrs { width: 9%; text-align: center; }
div.cl .cnt, div.pr .cnt { width: 7%; text-align: center; }
div.cl .descr.nodescr, div.pr .descr.nodescr { color: #999; }

.cnt .todo-count {
    color: #D1644B;
}

.open-buglist {
    cursor: pointer;
    color: #999;
    font-size: 11px;
    text-decoration: underline;
}

.open-buglist:hover {
    text-decoration: none;
}

.open-buglist.has-bugs {
    color: #00aff0;
}

div.todo-mark {
    display: none;
    width: 10px;
    height: 11px;
    position: absolute;
    background: url(/img/todo_mark_hor.png) no-repeat;
    margin-left: -12px; 
}
div.todo-mark.edit {
    margin-left: -60px; 
}
div.todo-mark.run {
    margin-left: -44px;
}
tr.todo div.todo-mark { display: inline-block; }

div.cl:hover, div.pr:hover, div.prj:not(.chld):hover {
    background: #f3f3f3;
}

div.cl:hover .name a, li div.pr:hover .name a, div.prj:hover .name a {
    color: #00aff0;
}

.project-list .prj:not(.single-task):nth-child(odd),
div.cl.odd {
    background: #f8f8f8;
}

div.prj:not(.chld):hover {
    background: #f3f3f3 !important;
}

.name a:hover, 
.name a:focus {
    text-decoration: underline !important;   
} 

.red .name a { color: #b81900 !important; }
.green .name a { color: green !important; }

div.cl .name a, div.pr .name a, div.prj span a { color: #444; }
div.cl .cb input, div.pr .cb input { float: right; margin: 9px 0 0 0;  }

div.cl .blip, div.pr .blip {
    opacity: .7;
    height: 5px;
    margin-top: 13px;
    width: 5px;
    display: inline-block;
    box-shadow: inset 0 0 1px #666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

div.cl .approve, div.pr .approve {
    height: 13px;
    margin-top: 10px;
    width: 13px;
    background-size: contain;
    background: url(/img/icons/tick-small.png);
    display: inline-block;
}

div.loading {
    position: fixed;
    z-index: 599;
    top: 50%;
    left: 50%;
    height: 30px;
    width: 30px;
    background-image: url(/images/loading.gif);
    background-repeat: no-repeat;
    background-position: top;
    display: none;
}

div.cl, div.prj, div.pr {
    cursor: default;
    color: #444;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    background: #fff;
    font-weight: normal;
}

div.cl p, div.prj p, div.pr p {
    margin: 0;
    padding: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

div.cl span, div.prj span, div.pr span {
    height: 29px;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
}

div.cl span.descr p, div.pr span.descr p {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

div.folder .content {
    min-height: 60px;
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #e5e5e5;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
}

div.folder .content li {
    width: 100%;
}

div.folder {
    margin: 10px;
}

div.folder .toggle {
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
}

div.folder .header {
    display: inline-block;
    padding: 0 7px 0 12px;
    text-shadow: none;
    height: 30px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    background-color: #F8F8F8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -moz-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -o-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -ms-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
    color: #888;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#cl-header div.cl, #cl-header div.pr {
    background: #fff !important;
}

.chcklsts-btn, .tmplts-btn {
    opacity: .5;
     -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.chcklsts-btn:hover, .tmplts-btn:hover, .chcklsts-btn.active, .tmplts-btn.active {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

div.folder .header input[type=checkbox] {
    margin-top: 8px;
}

div.folder .icon {
    vertical-align: top;
    height: 30px;
    width: 30px;
    margin-left: 3px;
    display: inline-block;
    background: url(/img/openclose.png);
    background-position: right;
    opacity: .7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

div.folder .icon:hover {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

div.folder .header .name {
    color: #666;
    max-width: 260px;
    height: 30px;
    font-size: 12px;
    padding: 0 15px 0 5px;
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
}

div.folder .header .more {
    cursor: pointer;
    display: inline-block;
    color: #666;
    height: 30px;
    font-size: 12px;
    border-left: 1px solid #e5e5e5;
    padding: 0 10px 0 20px;
    vertical-align: top;
    line-height: 30px;
 }
  
div.folder .header .arrow {
    vertical-align: top;
    height: 30px;
    width: 4px;
 }

div.folder .header .items {
    display: none;
}
      
div.folder .header .items .itm {
    display: inline-block;
    color: #666;
    font-size: 12px;
    margin: 0 5px;
    line-height: 30px;
    height: 30px;
    vertical-align: top;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}

div.folder .header .items .itm:hover {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    color: #00aff0; 
}

.task-list table tbody tr td, #task-list table thead tr th { padding: 5px; }
.task-list table tbody tr td a { color: #666; }
.task-list table tbody tr:hover { background: #f7f7f7; }
.task-list table tbody tr:hover td a { color: #00aff0; }

/*** POPUP ***/
.popup-overlay, .hint-overlay, .popup-overlay-noclosable {
    cursor: auto;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    text-align: center;
    line-height: normal;
    z-index: 1030;
}
    
.popup-overlay:after, .hint-overlay:after, .popup-overlay-noclosable:after {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    content: '';
}

.hint-overlay {
    background: transparent;
}

.popup {
    text-align: left;
    display: inline-block;
    position: relative;
    max-width: 50%;
    max-height: 90%;
    border: 1px solid #e5e5e5;
    background: #f8f8f8;
    vertical-align: middle;
    box-shadow: 0 0 3px #333;
    overflow-y: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.popup-row {
    margin: 10px 0;
}

.popup-footer {
    padding: 10px;
}

.confirm {
    text-shadow: 0 0 3px #eee;
    color: #666;
    font-size: 12px;
    padding: 10px;
    font-weight: normal;
}

.popup-header {
    padding: 7px;
    text-shadow: 0 0 1px #ddd;
    font-weight: bold;
    font-size: 12px;
    background-color: #F8F8F8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -moz-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -o-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -ms-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
    border-bottom: 1px solid #e5e5e5;
    color: #666;
}

.popup-header img {
    vertical-align: middle;
    margin-right: 5px;
}

.popup-content {
    padding: 10px 15px;
}

.popup input[type=text], .popup select {
    padding: 5px;
    font-size: 13px;
    color: #555;
    border: 1px solid #E5E5E5;
    background: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.popup input[type=text]:not(.cbs-selected) {
    width: 204px;
}

.popup select {
    width: 190px;
    margin: 0;
    text-transform: none;
}

.popup textarea {
    font-family: arial;
    width: 95%;
    font-size: 13px;
    height: 70px;
    margin: 2px 0;
    resize: vertical;
    padding: 5px;
    color: #555;
    border: 1px solid #E5E5E5;
    background: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.popup-toggle {
    cursor: pointer;
}

.popup-info {
    display: inline-block;
    margin: 0;
    padding: 5px;
    font-weight: normal;
    color: #777;
    font-size: 11px;
}

#saved-query { margin-left: 5px; width: 170px; }
#saved-query .header {
    padding: 8px;
    margin-right: 0px; 
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #e5e5e5;
}
#saved-query .content { border: 1px solid #e5e5e5; border-top: none; color: #666; font-size: 12px; }
#saved-query .query { max-width: 160px; width: 160px; padding: 3px 8px; }
#saved-query .query a { color: #555; }
#saved-query .query a:hover { color: #00aff0; }
#saved-query .query:hover { background: #f9f9f9; cursor: pointer; }

li[folder=false].droppable-class { border-top: 2px dotted #e5e5e5; }

.draggable-helper {
    border: 1px solid #e5e5e5;
    padding: 3px;
    display: inline;
    font-size: 10px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.blip.red {
    background: rgb(255,103,15); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,103,15,1) 0%, rgba(255,71,15,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,103,15,1)), color-stop(100%,rgba(255,71,15,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,103,15,1) 0%,rgba(255,71,15,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,103,15,1) 0%,rgba(255,71,15,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,103,15,1) 0%,rgba(255,71,15,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,103,15,1) 0%,rgba(255,71,15,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff670f', endColorstr='#ff470f',GradientType=0 ); /* IE6-9 */
}

.blip.green {
    background: rgb(210,255,82); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,255,82,1)), color-stop(100%,rgba(145,232,66,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(210,255,82,1) 0%,rgba(145,232,66,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(210,255,82,1) 0%,rgba(145,232,66,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(210,255,82,1) 0%,rgba(145,232,66,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(210,255,82,1) 0%,rgba(145,232,66,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 ); /* IE6-9 */
}

.blip.yellow {
    background: rgb(241,231,103); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,231,103,1)), color-stop(100%,rgba(254,182,69,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */
}

.gray-bg {
    color: #888;
    background-color: #F8F8F8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -moz-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -o-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -ms-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
}

.btn {
    -webkit-user-select: none;
    text-decoration: none;
    cursor: pointer;
    margin: 0 3px;
    padding: 6px 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.gray, .btn.disabled {
    background-color: #F8F8F8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #888;
}

.gray:hover {
    background-color: whiteSmoke;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
    color: #555;
    border-image: initial;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.gray:active {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.blue {
    color: #fff;
    text-shadow: 0 0 2px #666;
    border: solid 1px #186f8f;
    background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(44,160,202)),
    color-stop(1, rgb(62,184,229))
    );
}

.blue:active {
    background: #39b1dd;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);
}

.black {
    background: #2b2727; /* Old browsers */
    background: -moz-linear-gradient(top, #2b2727 0%, #212121 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b2727), color-stop(100%,#212121)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2b2727 0%,#212121 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2b2727 0%,#212121 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2b2727 0%,#212121 100%); /* IE10+ */
    background: linear-gradient(top, #2b2727 0%,#212121 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2727', endColorstr='#212121',GradientType=0 ); /* IE6-9 */
}

.tooltip em {
    display: none;
    position: absolute;
    opacity: 0;
    padding-top: 6px;
    font-style: normal;
    text-transform: none;
    text-shadow: none;
    margin: 25px 0 0 -18px;
}

.tooltip em span {
    background: #000;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    color: #f7f7f7;
    font-size: 10px;
    padding: 3px 5px;
    line-height: 12px; 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.tooltip.btn:hover em {
    display: inline;
    opacity: .7;
    margin-top: 30px;
}

#ui-datepicker-div {
    font-size: 75%;
    z-index: 500;
    box-shadow: 2px 2px 5px rgba(86, 86, 86, .5);
}

a { text-decoration: none; }

/*** EDIT ***/

#show-options {
    padding: 8px;
    margin: 0;
}

#cl-options, #run-dscrptn {
    padding: 5px;
    font-size: 13px;
    color: #555;
}
#run-dscrptn { display: none; }
#cl-options ol li a { text-decoration: underline; }
#cl-options ol li a:hover { color: #00aff0; }
#cl-options #name, #run-dscrptn #name {
    font-size: 18px;
    color: #555;
    outline: none;
    width: 95%;
    border: none;
    cursor: default;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.dscrptn-italic {
    font-size: 13px;
    width: 95%;
    color: #666;
}

#cl-options textarea#dscrptn, #run-dscrptn #dscrptn {
    font-size: 13px;
    width: 95%;
    color: #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#cl-options textarea#dscrptn {
    outline: none;
    cursor: default;
    border: none;
    font-family: arial, verdana;
    resize: vertical;
    margin: 0;
    padding: 3px;
}

#name_div {
    display: inline-block;
    width: 95%;
    -ms-word-break: break-all;
    word-wrap: break-word;
    word-break: break-word;
    font-weight: bold;
    font-size: 18px;
    padding-top: 3px;
}

#name_div.change {
    display: none;
}

#cl-options #name.options {
    display: none;
}

#cl-options #name.change {
    display: inline-block;   
}

input#name.change, textarea#dscrptn.change {
    border: 1px solid #e5e5e5;
    cursor: auto;
    box-shadow: 0 0 3px #19b7f1;
}

.group {
    margin: 10px 0;
}

#edit-list .group, #run-list .group {
    margin: 10px 0;
}

.group .header {
    padding: 5px;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.group .header.rounded {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.container-test-count { 
    float: right;
    text-align: right;
    font-size: 11px;
    cursor: help;
    margin-top: -1px;
}
.container-test-count .is-minimized {
   font-size: 10px;
}
.container-test-count  img { 
    position: relative;
    top: 1px;
    width: 10px;
    height: 10px;
    margin-right: 3px;
}
.container-test-count .test-count {
	
}
.container-test-count .todo-test-count {
	color: #D1644B;
}

#show-hide-all-group { display: none; float: right; margin-top: -10px; }
#show-hide-all-group img { position: relative; top: 1px; margin-right: 3px; }
#show-hide-all-group #show-hide-text { text-decoration: underline; cursor: pointer; }
#show-hide-all-group:hover #show-hide-text { color: #00aff0; }
.test-list { background: #fff; }

.test-list table,
.task-content table {
    color: #666;
    font-size: 13px;
    width: 100%;
    border-collapse: collapse;
}

.test-list table td,
.task-content table td {
    border: 1px solid #e5e5e5;
}


.test-list table table th,
.task-content table th {
    border: 1px solid #39b1dd;
}

.test-list table tbody tr td, .test-list table thead tr {
    border: 1px solid #e5e5e5;
}
.test-list table thead th {
    padding: 2px 5px;
}
.test-list table img {
    max-width: 100%;
}
tr.test, tr.dndtest { background: #fff; }
tr.test ul, .cl .descr ul { padding-left: 20px; }
tr.test .rowhandler { width: 20px; }
tr.test .cb { width: 23px; text-align: center; }
tr.test .num { padding: 2px 0 2px 2px; }

#edit-list tr.test .chck { }
#edit-list tr.test .res { }
#edit-list tr.test .tags { }

#run-list tr.test .chck {  }
#run-list tr.test .preres { width: 24%; }
#run-list tr.test .cmmnt { width: 24%; }
#run-list tr.test .exres { text-align: center; }
#run-list tr.test .res { width: 24%; }

#run-list tr.test .res span.rslt { cursor: pointer; }

tr.test td.num {
    font-weight: bold;
    font-size: 10px;
}

tr.test td.num .abbr-text { 
    max-width: 58px;
    overflow: hidden;
    white-space: nowrap;
}

tr.test textarea {
    width: 98%;
    height: 100%;
    resize: none;
    min-height: 40px;
    margin: 0;
    font-size: 13px;
    background: none;
    color: #555;
    font-family: arial;
    outline: none;
    border: none;
}

textarea.autogrow { padding: 0 0 0 2px; min-height: 29px; }

input.field-error, textarea.field-error {
    outline-color: red;
    box-shadow: 0 0 5px rgb(255, 0, 0);
}

td.field-error {
    /*outline: 2px solid rgba(201, 0, 0, 0.3);  #1245*/
}

tr.test td.editable.focus, tr.test td.renamable.focus {
    background: #f5f5f5;
}

.group .header .name {
    text-shadow: 0 0 1px #ddd;
    font-size: 14px;
    color: #555;
    margin-left: 3px;
    font-weight: bold;
    display: inline-block;
    width: 85%;
}
.group.node .header .name {
    width: 81%;
}
.group .header .name ul, .group .header .name ol {
    margin: 3px;
    padding: 0 20px;
}
p { margin: 0; }
p a {
    text-decoration: underline;
    color: inherit;
}
p a:hover {
    color: #00aff0;
}

.group .header .name a,
.group .header .dscrptn a {
    text-decoration: none;
    border-bottom: 1px dotted #777;
    line-height: 0.9em;
    display: inline-block;
}

.group .header .name a:hover,
.group .header .dscrptn a:hover {
    color: #00aff0;
    border-bottom-color: #00aff0;
}
.group .header .dscrptn {
    text-shadow: 0 0 1px #ddd;
    font-weight: normal;
    font-size: 11px;
    margin: 3px 0 0;
    display: block;
}

#run-list .group .header .name {
    text-shadow: 0 0 1px #ddd;
    font-size: 14px;
    color: #555;
    font-weight: bold;
    display: inline-block;
    width: 85%;
}
#run-list .group .header .dscrptn {
    text-shadow: 0 0 1px #ddd;
    font-weight: normal;
    font-size: 11px;
    margin: 3px 0 0 4px;    
}

span.rslt {
    display: inline-block;
    height: 16px;
    cursor: pointer;
    width: 16px;
}

span.rslt.ok { background: url(/img/ok_off.png); }
span.rslt.fail { background: url(/img/fail_off.png);  }
span.rslt.bug { background: url(/img/bugs_off.png);  }
span.rslt.blocker { background: url(/img/blocker_off.png);  }
span.rslt.ok.on { background: url(/img/ok_on.png); }
span.rslt.fail.on { background: url(/img/fail_on.png); }
span.rslt.bug.on { background: url(/img/bugs_on.png); }
span.rslt.blocker.on { background: url(/img/blocker_on.png); }
span.rslt.notrun.on { background: url(/img/icons/na.png); }

tr.test td.ok { background: #E9FFE0; }
tr.test td.fail { background: #FFE6D3; }
tr.test td.bug { background: #FEFFD3; }
tr.test td.blocker { background: #eee; }
tr.test td.notrun { background: #f9f9f9; }

#run-list tr.test td.ok { background: #E9FFE0; }
#run-list tr.test td.fail { background: #FFE6D3; }
#run-list tr.test td.bug { background: #FEFFD3; }
#run-list tr.test td.blocker { background: #eee; }
#run-list tr.test td.notrun { background: #fff; }

#stat-list tr.test td { padding: 7px; }
#stat-list tr.test td.name { width: 20%; }
#stat-list tr.test td.date { width: 10%; }
#stat-list tr.test td.build { width: 10%; }
#stat-list tr.test td.environment { width: 15%; }
#stat-list tr.test td.tester { width: 20%; }
#stat-list tr.test td.result { width: 25%; text-align: center; padding: 5px 0 ; }

div.result-bar {
    width: 100%;
}

div.result-bar .info span {
    font-size: 9px;
    color: #666;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

/*#stat-cl-list tr.test td { padding: 7px; }*/
#stat-cl-list tr.test td.chck {padding: 0 5px; }
#stat-cl-list tr.test td.preres { padding: 0 5px; }
#stat-cl-list tr.test td.tags { padding: 0 3px; }
#stat-cl-list tr.test td.res { width: 2%; text-align: center; }
#chck_edit a, #preres_edit a, a.tracker_url { text-decoration: underline; }
#chck_edit a:hover, #preres_edit a:hover, a.tracker_url:hover { color: #00aff0; }

.project-list div.prj span.dscrptn p {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.project-list div.prj ul, .project-list div.prj ol { margin: 0; }

.help-block .page-list-block {
    width: 230px;
    padding: 10px;
    box-sizing: border-box;
    background: #f7f7f7;
    margin: 15px 0 15px 15px;
    border-radius: 5px;
    
}

.help-block .page-list-block .item {
    padding: 5px 7px;
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.help-block #back-top {
    padding: 7px 10px;
    display: none;
}

.help-block .page-list-block .ctgr { font-weight: bold; padding-left: 2px; }
.help-block .page-list-block a { font-size: 13px; color: #666; }
.help-block .page-list-block a:hover { color: #00aff0; }
.help-block .content-block {
    width: 710px;
    padding: 10px 0 35px 20px;
    line-height: 20px;
}
.help-block .content-block h3 { font-size: 18px; text-shadow: 0px 1px 0px #DDD; }
.help-block .content-block .text { color: #666; font-size: 13px; display: none; }
.help-block .content-block .text p { margin: 1em 0; }
.help-block .content-block .text a { text-decoration: underline; }
.help-block .content-block .text a:hover { color: #00aff0; }
.help-block .content-block li { margin: 7px auto; }
.help-block .page-list-block .item:not(.help-selected):hover {
    padding-left: 10px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
}

.help-block .page-list-block .item.ctgr:not(.help-selected):hover {
    padding-left: 2px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
}
.help-block .page-list-block .ctgr-min-max {
    display: inline;
    color: rgb(150, 150, 150);
    font-size: 12px;
    text-shadow: 1px 1px 1px rgb(224, 224, 224);
    padding: 3px;
}
.help-block .page-list-block .ctgr-min-max:hover {
    color: #00aff0;
    cursor: pointer;
}
.help-block .page-list-block div.line {
    border-top: 1px solid rgb(241, 241, 241);
    border-bottom: 1px solid rgb(255, 255, 255);
    margin: 3px 0;
    height: 0px;
}
.sub-item.help-selected, .help-selected *:not(.ctgr-min-max) {
    font-weight: bold;
    color: #00aff0;
    text-decoration: underline;
}
.help-block .page-list-block .help-subitems { display: none; padding-left: 18px; }
.help-block .page-list-block .item.ctgr.help-selected + .help-subitems { display: block; }
div.result-bar .progress-line span:not(.small-label) {
    height: 10px;
    display: inline-block;
    box-shadow: inset 0 0px 1px #666;
    cursor: help;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    opacity: .9;
}

div.result-bar .progress-line span:not(.small-label):hover {
    opacity: 1;
}

.pr-block { margin: 0 2px; }
.priority {
    height: 8px;
    width: 16px;
    border-radius: 2px;
    box-shadow: inset 1px 1px 1px #777;
    margin: 2px 0;
}
.priority:not(.active) { opacity: 0; }
.priority.low, .priority.medium, .priority.high { background: #f0f0f0; }

div.result-bar .progress-line span.ok, .priority.low.active  { 
    background: #a9db80; /* Old browsers */
    background: -moz-linear-gradient(top, #a9db80 0%, #96c56f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9db80), color-stop(100%,#96c56f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a9db80 0%,#96c56f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a9db80 0%,#96c56f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a9db80 0%,#96c56f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a9db80 0%,#96c56f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#96c56f',GradientType=0 ); /* IE6-9 */
}

div.result-bar .progress-line span.fail, .priority.high.active {
    background: #ef8c6b; /* Old browsers */
    background: -moz-linear-gradient(top, #ef8c6b 0%, #e2704a 50%, #ef6e43 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef8c6b), color-stop(50%,#e2704a), color-stop(100%,#ef6e43)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ef8c6b 0%,#e2704a 50%,#ef6e43 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ef8c6b 0%,#e2704a 50%,#ef6e43 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ef8c6b 0%,#e2704a 50%,#ef6e43 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ef8c6b 0%,#e2704a 50%,#ef6e43 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8c6b', endColorstr='#ef6e43',GradientType=0 ); /* IE6-9 */
}

div.result-bar .progress-line span.bug, .priority.medium.active {
    background: #f1e767; /* Old browsers */
    background: -moz-linear-gradient(top, #f1e767 0%, #feb645 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1e767), color-stop(100%,#feb645)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1e767 0%,#feb645 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1e767 0%,#feb645 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1e767 0%,#feb645 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f1e767 0%,#feb645 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */
}

div.result-bar .progress-line span.blocked {
    background: rgb(155,155,155); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(155,155,155,1) 0%, rgba(89,106,114,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(155,155,155,1)), color-stop(100%,rgba(89,106,114,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(155,155,155,1) 0%,rgba(89,106,114,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(155,155,155,1) 0%,rgba(89,106,114,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(155,155,155,1) 0%,rgba(89,106,114,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(155,155,155,1) 0%,rgba(89,106,114,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9b9b', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
}

div.result-bar .progress-line span.notrun {
    background: rgb(242,245,246); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242,245,246,1) 0%, rgba(227,234,237,1) 37%, rgba(200,215,220,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,245,246,1)), color-stop(37%,rgba(227,234,237,1)), color-stop(100%,rgba(200,215,220,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
 }

#add-build, #remove-build, #select-all-build {
    margin: 0 15px 10px 10px;
    width: 50px;
    height: 14px;
    line-height: 14px;
    padding: 3px;
}

#add-build, #remove-build {
    font-size: 14px;
}

fieldset {
    padding: 0;
    background: #fff;
    border: 1px solid #d0d0d0;
}

fieldset.round-shadow {
    box-shadow: 0 0 7px rgba(0,0,0,.2);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

fieldset .form-content {
    padding: 15px;
}

.form-content #frgt-pw {
    float: right;
    margin-top: 5px;
}

.form-content #frgt-pw:hover {
    color: #00aff0;
    text-decoration: underline;
}

fieldset .popup-header {
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.error_list {
    font-size: 11px;
    text-transform: none;
    font-weight: normal;
    padding: 0;
    margin: 0;
    list-style: none;
    color: #b81900;
}

span.key {
    padding: 0px 2px;
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(0,0,0,.4);
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

.task-field {
    padding-top: 3px;
}

.task-field .task-title {
    display: inline-block;
    line-height: 15px;
    vertical-align: top;
}

.task-left-block .task-field .task-title { width: 90px; }
.task-content.link a { color: #333; font-style: italic; }
.task-content.link a:hover { color: #00aff0; }
.task-field .task-content {
    display: inline-block;
    font-size: 13px;
    color: #333;
    vertical-align: top;
}

.task-field #real_name p{
    display: inline-block;
}

.task-comment { border-top: 1px solid #E5E5E5; padding: 5px 7px; }
.task-comment:nth-child(even) { background: #f9f9f9; }
.task-comment .task-comment-header { margin-top: 3px; }
.task-comment .task-comment-text p { margin: 2px; }
.task-comment .task-comment-text {
    padding: 5px 0;
    color: #333;
    font-size: 13px;
}

.task-right-block {
    width: 270px;
    padding: 10px;
}

.task-left-block {
    border-right: 1px solid #E5E5E5;
    background: #fff;
    min-height: 400px;
    width: 700px;
}

.task-sorting {
    cursor: pointer;
}

.task-sorting:hover,
.task-sorting:focus {
    color: #222 !important;
}

.task-sorting:hover .sorting-caret {
    opacity: 1;
}

.task-sorting .sorting-caret {
    background-image: url(/img/sort-arrow.png);
    background-repeat: no-repeat;
    height: 13px;
    width: 6px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
    opacity: .7;
}

.task-sorting .sorting-caret.desc {
    height: 6px;
    background-position: top;
}

.task-sorting .sorting-caret.asc {
    height: 6px;
    background-position: bottom;
}
/***** other *****/

#ui-datepicker-div {
    font-size: 75%;
}

.ui-dialog { box-shadow: rgba(0, 0, 0, 0.199219) 0px 0px 12px; }

.ui-dialog[aria-labelledby=ui-dialog-title-prev_info] {
    top: 0 !important;
    position: fixed;
    top: 5px !important;
    right: 5px;
    left: auto !important;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}

span.edit {
    height: 12px;
    width: 12px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    background: url(/img/pencil-icon.png);
    background-size: cover;
    margin-left: 4px;
}

span.question {
    height: 12px;
    width: 12px;
    cursor: help;
    display: inline-block;
    background: url(/img/question-icon.gif);
    background-size: cover;
}

.question .hint {
    display: none;
    position: relative;
    z-index: 2000;
    min-width: 220px;
    margin-top: 15px;
    padding: 5px;
    color: #555;
    font-weight: normal;
    text-transform: none;
    font-size: 11px;
    background: #ffd;
    box-shadow: 0 0 3px #666;
    border-radius: 2px
}

.question .hint a { color: #00aff0; }
.question .hint a:hover { text-decoration: underline; }
.question .hint .close { 
    display: inline-block;
    right: -6px; 
    top: -7px; 
    position: absolute; 
    height: 18px; 
    width: 18px; 
    cursor: pointer;
    background: url(/img/btn-tb-close.png); 
    background-size: cover;
    opacity: .7;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.question .hint .close:hover {
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.small-label {
    font-size: 9px;
    color: #727272; 
    font-family: Arial;
    text-transform: uppercase;
    padding: 2px;
    font-weight: bold;
}

.bold-label {
    font-size: 12px;
    color: #666; 
    font-family: Arial;
    font-weight: bold;
}

select.round-border, input[type=text], input[type=search], input[type=password], input[type=number]  {
    font-size: 13px;
    color: #555;
    border: 1px solid #e5e5e5;
    padding: 4px;
    margin: 0;
    text-transform: none;
    background: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

textarea.round-border {
    font-family: arial;
    font-size: 13px;
    resize: vertical;
    padding: 5px;
    color: #555;
    border: 1px solid #E5E5E5;
    background: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

textarea.no-border {
    font-size: 13px;
    color: #555;
    font-family: arial;
    outline: none;
    resize: none;
    padding-left: 4px; 
}

.inline { display: inline-block; }
.block { display: block; }
.top { vertical-align: top; }

div.line {
    height: 5px;
    border-bottom: 1px dotted #EEE;
    margin-bottom: 5px;
}
div.checked { background: #f3f3f3; }

.br-bot {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nwrp, div.cl .name a, div.cl .descr p, div.pr .name a, div.pr .descr p {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.highlight {
    border: 1px dashed #e5e5e5;
    height: 30px;
    line-height: 30px;
}

.blip.red {
    background: rgb(255,48,25); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}

.blip.green {
    background: rgb(143,196,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(143,196,0,1) 0%, rgba(143,196,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(143,196,0,1)), color-stop(100%,rgba(143,196,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(143,196,0,1) 0%,rgba(143,196,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(143,196,0,1) 0%,rgba(143,196,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(143,196,0,1) 0%,rgba(143,196,0,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(143,196,0,1) 0%,rgba(143,196,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc400', endColorstr='#8fc400',GradientType=0 ); /* IE6-9 */
}

.btn {
    -webkit-user-select: none;
    text-decoration: none;
    cursor: pointer;
    margin: 0 3px;
    padding: 6px 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    font-family: arial,sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.btn:focus {
    outline: none;
}

.btn.gray {
    background-color: #F8F8F8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -moz-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -o-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -ms-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
    color: #888;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.btn.gray:hover {
    background-color: whiteSmoke;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -moz-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
    background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -o-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
    background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -ms-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
    background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
    color: #555;
    border-image: initial;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.btn.gray:active {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.blue {
    color: #fff;
    background: #39b1dd;
    text-shadow: 0 0 2px #666;
    border: solid 1px #186f8f;
    background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(44,160,202)),
    color-stop(1, rgb(62,184,229))
    );
}

.btn.blue:active {
    background: #39b1dd;
    background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(62,184,229)),
    color-stop(1, rgb(44,160,202))
    );
}

.black {
    background: #222;
    background: -moz-linear-gradient(#252525, #0A0A0A);
    background: -o-linear-gradient(#252525, #0A0A0A);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0A0A0A));
    background: -webkit-linear-gradient(#252525, #0A0A0A);
}

.white {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

textarea[readonly=readonly] {
    cursor: default
}
.groupdrag:hover {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
}
div.drag.row, .groupdrag {
    border: none;
    background: url(/img/dnd.png);
    height: 10px;
    width: 6px;
    margin: auto;
    border: 1px solid white;
}
.groupdrag {
    border: 1px solid #f4f4f4;
    top: 8px;
    position: relative;
}
.btn.icn { padding: 7px 17px; }
.btn.disabled { cursor: default; color: #aaa; opacity: .6; }
.btn.disabled .icon-bg { opacity: .2; background-position: right; }
.btn .icon-bg { display: inline-block; height: 16px; width: 16px; position: relative; top: 5px; }
.btn.blue .icon-bg { background-position: left; }

div.more-submenu {
    background: #fff;
    min-width: 200px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    border: 1px solid #e5e5e5;
    display: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    position: absolute;
    margin-top: 35px;
    -webkit-user-select: none;
}
div.more-submenu.active {
    z-index: 100;
    display: inline-block;
}
div.more-submenu div.subitem {
    color: #888;
    text-shadow: none;
    text-align: left;
    text-transform: none;
    font-size: 12px;
    line-height: normal;
    padding: 7px 10px;
}
div.more-submenu div.subitem:not(.disabled) {
    font-weight: bold;
}
div.more-submenu div.subitem:not(.disabled):hover {
    background: #f0f0f0;
    color: #333;
    cursor: pointer;
}

div.more-submenu div.subitem span { display: inline-block; }
div.more-submenu div.subitem .time { width: 60px; }
div.more-submenu div.subitem .name { width: 130px; }
div.more-submenu div.subitem .name a { color: #888; }
div.more-submenu div.subitem .date { }
div.subitem.disabled { opacity: .5; }

#more-items { }
#versions { max-height: 250px; overflow-y: scroll; }

.span_groups_button.active, .span_more_button.active, .span_version_button.active { box-shadow: inset 0 0 7px #186F8F; }

/*** DASH BORD***/

#right-block { width: 300px; display: inline-block; font-size: 13px; color: #666; }
#left-block { vertical-align: top; background: #fff; padding: 10px 10px 0px; width: 670px; display: inline-block; font-size: 13px; color: #666; }

.help-warning {
    box-shadow: 1px 1px 2px #EEE;
    margin: 13px;
    padding: 9px;
    border: 1px solid #E5E5E5;
    background: #F7F7F7;
    border-radius: 7px;
}
.gray-info-title {
    color: #666;
    font-size: 11px;
    padding: 6px 10px 6px 30px;
    border-radius: 7px;
    box-shadow: inset 1px 1px 3px #EEE;
    text-shadow: 1px 1px 1px #EEE;
    background: #F8F8F8 url(/img/information.png) no-repeat 7px center;
}
.gray-info-title a {
    color: #00aff0 !important;
}

.gray-info-title a:hover {
    text-decoration: underline !important;
}

.btn .icon-bg.icon-plus { background-image: url(/img/cp/plus.png); }
.btn .icon-bg.icon-pen { background-image: url(/img/cp/pen.png); }
.btn .icon-bg.icon-delete { background-image: url(/img/cp/delete.png); }
.btn .icon-bg.icon-exit { background-image: url(/img/cp/exit.png); }
.btn .icon-bg.icon-start-cl { background-image: url(/img/cp/start-cl.png); }
.btn .icon-bg.icon-add-cl { background-image: url(/img/cp/add-cl.png); }
.btn .icon-bg.icon-add-folder { background-image: url(/img/cp/add-folder.png); }
.btn .icon-bg.icon-edit-cl { background-image: url(/img/cp/edit-cl.png); }
.btn .icon-bg.icon-duplicate { background-image: url(/img/cp/duplicate.png); }
.btn .icon-bg.icon-filter { background-image: url(/img/cp/filter.png); }
.btn .icon-bg.icon-save { background-image: url(/img/cp/save.png); }
.btn .icon-bg.icon-pause { background-image: url(/img/cp/pause.png); }
.btn .icon-bg.icon-stop { background-image: url(/img/cp/stop.png); }
.btn .icon-bg.icon-window { background-image: url(/img/cp/window.png); }
.btn .icon-bg.icon-print { background-image: url(/img/cp/print.png); }
.btn .icon-bg.icon-import { background-image: url(/img/cp/import.png); }
.btn .icon-bg.icon-groupstats { background-image: url(/img/cp/groupstats.png); }
.btn .icon-bg.icon-doc-lines { background-image: url(/img/cp/cc/white/png/doc_lines_icon16.png); }
.btn .icon-bg.icon-matrix { background-image: url(/img/cp/matrix.png); }
.btn .icon-bg.icon-iterclose { background-image: url(/img/cp/iterclose.png); }
.btn .icon-bg.icon-cb { background-image: url(/img/cp/cb.png); }
.btn .icon-bg.icon-back { background-image: url(/img/cp/back.png); }
.btn .icon-bg.icon-zoom { background-image: url(/img/cp/zoom1.png); }
.btn .icon-bg.icon-eye { background-image: url(/img/cp/eye1.png); }
.btn .icon-bg.icon-download { background-image: url(/img/cp/download.png); }

.btn.ajax-loader .icon-bg {
    background-image: url(/img/ajaxldr.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.ui-dialog { padding: 0; }

.break,
.group .header .dscrptn p,
.group .header .dscrptn,
.group .header .name,
.task-content,
.dscrptn-italic,
tr.test span,
tr.test td,
#cl-options textarea#dscrptn,
#run-dscrptn #dscrptn,
#cl-options #name,
#run-dscrptn #name,
#cl-options p,
#dscrptn-double p,
#chck_edit p,
#proj-desc,
#proj-desc *,
#preres_edit p,
.iterdesc,
.iterdesc *,
#status-panel span:first-child, 
.task-comment .task-comment-text {
    -ms-word-break: break-all;
    word-wrap: break-word;
    word-break: break-word;
}

span.test_link{
    cursor:pointer;
    text-decoration: underline;
}

span.test_link:hover{
    color: #3EB8E5;
}

td.bg_result_ok{
    background-color: #D0F0C0;
}

td.bg_result_fail{
    background-color: #FFCBDB;
}

td.bg_result_bugs{
    background-color: #FBEC5D;
}

td.bg_result_blocked{
    background-color: #CECECE;
}

td.bg_result_not_run{
    
}

.bsbb {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.bscb {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

#search-ajax-result {
    width: 240px;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 1px 1px 10px rgb(224, 224, 224);
    border-radius: 3px;
    margin-top: 3px;
    position: absolute;
    display: none;
    text-transform: none;
}
#search-button {
    padding: 10px;
    font-weight: normal;
    border-radius: 3px;
    background: #f9f9f9;
}
#search-button:hover {
    cursor: pointer;
    background: #f7f7f7;
}
#search-text {
    font-weight: bold;
    max-width: 165px;
}
#search-pre-result {
    max-height: 250px;
}
#search-pre-result .single-search-res {
    padding: 8px;
    border-top: 1px solid rgb(241, 241, 241);
    font-weight: normal;
    display: block;
    text-decoration: none;
}
#search-pre-result .single-search-res:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
#search-pre-result .single-search-res:hover {
    background: #f7f7f7;
    cursor: pointer;
}
.help-block .single-res {
    padding: 15px;
    border-top: 1px dotted #e5e5e5;
}
.help-block .single-res:hover {
    background: #f7f7f7;
}
.help-block .single-res:hover .single-res-title {
    color: #00aff0;
}
.help-block .single-res-title {
    margin-bottom: 8px;
    text-shadow: 0px 1px 0px #DDD;
    font-weight: bold;
    font-size: 16px;
    overflow-wrap: break-word;
}
.help-block .single-res-text {
    padding-left: 15px;
    overflow-wrap: break-word;
}
#run-progress {
    display: inline-block;
    float: right;
}

#already_task_list .task-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#already_task_list .task-list li a {
    color: #00aff0;
    font-size: 12px;
    max-width: 500px;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
}

#already_task_list .task-list li {
    padding: 3px 8px;
}

#already_task_list .task-list li a:hover {
    text-decoration: underline;
}

.tabs-container {
    display: inline-block;
    padding: 8px 10px 0 0;
}

.tabs-container a.tab {
    font-size: 12px;
    color: #555;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
    padding: 8px 15px;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    opacity: .5;
    font-weight: normal;
    transition: opacity .2s;
}

.tabs-container a.tab:hover,
.tabs-container a.tab:focus,
.tabs-container a.tab.active {
    opacity: 1;
    transition: opacity .2s;
}

.tabs-container a.tab.active {
    font-weight: bold;
}

.duplication-block input,
.duplication-block select {
    box-sizing: border-box;
}

.single-field {
    margin: 5px 10px 10px;
    min-width: 230px;
}

.single-field .round-border {
    box-sizing: border-box;
    width: 230px !important;
}

.single-field textarea.round-border {
    width: 730px !important;
}


.buglist .single-bug .bug-num {
    padding: 5px 8px;
    width: 42px;
}
.buglist .single-bug .bug-name {
    width: 298px;
    padding: 5px 8px;
}
.buglist .single-bug .bug-controls {
    width: 25px;
    padding: 3px 5px;
    text-align: right;
}
.buglist .single-bug {
    border-top: 1px dotted #f4f4f4;
}
.buglist .single-bug:not(.heading):hover {
    background: #f5f5f5;
}
.buglist .single-bug.heading {
    border-top: 0;
}
.buglist .delete-bug {
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    display: inline-block;
    opacity: .9;
    background: url(/img/icons/cross.png);
    background-size: contain; 
}

#chck_edit p {
	margin-bottom: 1em;
}

/*кнопкавверх*/
.left-wrap {
	display: none;
}

@media (min-width: 1000px) {
/*описание контейнера*/
.leftbar-wrap {
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .5;
}

/*задаём прозрачность фонового цвета при наведении на активную область страницы*/
.leftbar-wrap:hover {
	background: rgba(221, 221, 221, 0.3);
	opacity: 1;
}

/*описание кнопки вверх*/
#left-controlbar {
	height: 100%;
	display: block;
	text-decoration: none;
}

/*описание кнопки вернуться*/
#scroll-back {
	height: 100%;
	top: 0;
	display: none;
	text-align: center;
}

/*описание столбца фонового цвета для обеих кнопок*/
.active-area {
	width: 1px;
	height: 100%;
	display: block;
	text-align: center;
	margin-left: 24px;
}

/*центрируем надпись у кнопок*/
.bar-desc {
	left: -10000px;
	top: 50px;
	position: relative;
	display: inline-block;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
    font-family: Arial;
    color: #32a4cd;
	padding: 0 24px;
    background: url(/img/topdownbutton.png) no-repeat;
}

#left-controlbar .bar-desc {
	background-position: left 0;
	/*margin-left: 10px;*/
}

#scroll-back .bar-desc {
	background-position: left -14px;
	display: inline;
}

}
/*\кнопкавверх*/

.searchresults #span_delete_button{
    color: #fff;
    background: #39b1dd;
    text-shadow: 0 0 2px #666;
    border: solid 1px #186f8f;
    background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(44,160,202)), color-stop(1, rgb(62,184,229)) );
    opacity: 0.2;
}

.searchresults #span_delete_button:hover{
	opacity: 1;
}

}





























