red {
    color: red;
}
green {
    color: green;
}
yellow {
    color: yellow;
}
blue {
    color: blue;
}
orange {
    color: rgb(255, 145, 0);
}
grey {
    color: grey;
}
highlight {
    color: black; display: inline-block; background: yellow;
}
code,
quote {
    display: block;
    padding: 5px 5px 5px 10px;
    border: 1px solid #C8C8E8;
    border-left: 5px solid #C8C8E8;
    background: #e2e2ff url(/plugins/TextFormatingButtons/files/images/quote.png) no-repeat top 10px right 10px;
    font-size: 11px;
    word-break: break-word;
    white-space: normal;
    border-radius: 10px;
}
code {
    background: #d6ffd9 url(/plugins/TextFormatingButtons/files/images/quote.png) no-repeat top 10px right 10px  !important;
    font-size: 11px !important;
    line-height: 0.8 !important;
    padding: 5px 5px 5px 10px !important;
    border: 1px solid #90d695;
    border-left: 5px solid #90d695;
    border-radius: 10px !important;
}
pre {
    padding: 0 !important;
    border: none;
    background: none;
}
.textFormatingButtons input {
    border: 1px solid red;
    background: yellow;
    border-radius: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 11px;
    cursor: pointer;
    border: 1px solid rgb(207, 207, 207);
    background: rgb(255, 255, 255);
    box-shadow: 1px 1px rgb(215, 175, 177);
    outline: 0;

}
.textFormatingButtons .B { font-weight: bold; }
.textFormatingButtons .I { font-style: italic; text-transform: lowercase;  }
.textFormatingButtons .U { text-decoration: underline; }
.textFormatingButtons .DEL { text-decoration: line-through; text-transform: lowercase;  }
.textFormatingButtons .GREEN { color: green; font-weight: bold; }
.textFormatingButtons .RED { color: red; font-weight: bold;}
.textFormatingButtons .BLUE {color: blue; font-weight: bold; }
.textFormatingButtons .ORANGE { color: rgb(255, 145, 0); font-weight: bold; }
.textFormatingButtons .GREY { color: grey; font-weight: bold;}
.textFormatingButtons .Highlight { color: black; display: inline-block; background: yellow;}
.textFormatingButtons .CODE { content: '[Code]' }

.DobovoNavButtons {
    /*position: fixed; top: 1px; right: 3px;*/
    display: inline-block;
}
.DobovoNavButtons span {
    /*background: #e8e8e8;*/
    margin-left: 5px;
    padding: 0px 1px;
    border-radius: 10px;
    /*box-shadow: 1px 1px #a0a0a0;*/
    cursor: pointer;
}
/*.DobovoNavButtons span:hover {*/
    /*background: #c3c3c3;*/
/*}*/
aside {
    display: inline-block;
    vertical-align: middle;
}
aside img {
    max-width: 300px;
    max-height: 200px;
    cursor: pointer;
}
#_pl_ImagePopup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently */
}
#_pl_ImagePopup .c {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#_pl_ImagePopup img {
    display: inline-block;
    vertical-align: middle;
    max-width: 95%;
    max-height: 95%;
    border: 0px solid #AEA9A9;
    box-shadow: 0 0 20px 4px rgba(0,0,0, 0.69);
    background: white;
}
#_pl_audioPlayer audio {
    width: 100%;
}
#_pl_audioPlayer ._pl_audioFileSelector {
    cursor: pointer;
    padding: 1px 5px 1px 16px;
}
#_pl_audioPlayer ._pl_audioFileSelector.selected:before {
    display: block;
    float: left;
    content: '⇨';
    display: block;
    margin-right: 5px;
    color: red;
}
#_pl_audioPlayer ._pl_audioFileSelector.selected {
    background: #e8e8e8;
    padding-left: 5px;
}
#_pl_audioPlayer {
    display: inline-block;
    background: white;
    box-shadow: 0 0 20px 4px rgba(0,0,0, 0.69);
    text-align: left;
    min-width: 400px;
}
#_pl_ImagePopup div#_pl_counter {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 20;
    background: white;
    border-radius: 7px;
    display: block;
    padding: 1px 5px;
}
#_pl_ImagePopup div#_pl_name {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 20;
    background: white;
    border-radius: 7px;
    display: block;
    padding: 1px 5px;
}
#_pl_openAll:first-of-type {
    margin-bottom: 10px;
}
#_pl_file_attachments_btns {
    float: right;
    width: 150px;
}
#_pl_file_attachments_preview {
    position: absolute;
    top: 60px;
    right: 200px;
}
#_pl_file_attachments_preview img {
    max-height: 70px;
    max-width: 200px;
}

#_pl_openAllAudio,
#_pl_openAll {
    background: #ebebeb;
    display: inline-block;
    /*border-radius: 10px;*/
    /*padding: 2px 5px;*/
    /*margin: 5px 0 0;*/
    /*box-shadow: 1px 1px #a0a0a0;*/
    /*font-weight: normal;*/
    margin-right: 10px;
    cursor: pointer;
    background: #ffffbf !important;
}
#_pl_openAllAudio:hover,
#_pl_openAll:hover {
    background: #c3c3c3;
}

#_pl_ImagePopup #_pl_prevImg,
#_pl_ImagePopup #_pl_nextImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    z-index: 4;
    /*background: rgba(255, 0, 0, 0.18);*/
}
#_pl_ImagePopup #_pl_prevImg:after,
#_pl_ImagePopup #_pl_nextImg:after {
    content: ' ';
    display: block;
    /* background: red; */
    width: 20px;
    height: 20px;
    position: absolute;
    top: 45%;
    border: 1px solid white;
    border-left: none;
    border-bottom: 0;
    right: auto;
    left: 30px;
    transform: rotate(225deg);
    cursor: pointer;
}

#_pl_ImagePopup #_pl_nextImg {
    left: auto;
    right: 0;
}
#_pl_ImagePopup #_pl_nextImg::after {
   transform: rotate(45deg);
   right: 30px;
   left: auto;
}
div#_pl_close {
   position: fixed;
   bottom: 10px;
   right: 10px;
   width: 20px;
   height: 20px;
   border-radius: 10px;
   background: black;
   box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.52);
   color: white;
   font-weight: bold;
   padding-top: 1px;
   box-sizing: border-box;
   font-family: monospace;
   z-index:10;
   cursor: pointer;
}
.shadowBlock {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.64);
    color: white;
    font-size: 20px;
    text-align: center;
    padding-top: 10%;
    z-index: 3000;
}

/* select2 dropbox selector */
.select2-container--default .select2-selection--single .select2-selection__arrow { background: white; border-radius: 0; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 25px; color: #858585; }
.select2-selection--single .select2-selection__rendered { line-height: 15px; }
.select2-container .select2-selection--single { height: 28px; background-color: white;  border-radius:0; border-color: #d5d5d5 }
#form-set-project .select2.select2-container { width: 400px !important;}
.select2.select2-container {min-width: 140px}
.select2-results__option { padding: 1px;  border-bottom: 1px solid #f3f3f3; }
.select2-container--default .select2-results>.select2-results__options { max-height: 650px; }
.select2-container--open .select2-dropdown--below { box-shadow: 0px 4px 9px 2px #828282; }
.select2-container--default li { padding: 1px 5px;}

/* Timeline styles */
#content>div>div>div.timeline .entry {  padding-top: 0;}
#content>div>div>div.timeline .entry .timestamp { float: right }
#content>div>div>div.timeline .entry .username.me {  background: #fdff9a; border-radius: 5px;  padding: 0px 4px;}

.small a:visited,
.issue_id a:visited,
.column-id a:visited,
#relationships_open a:visited {
    color: #808082;
}
#quickStatusChange {
    font-size: 140%;
    padding-left: 5px;
    padding-right: 10px;
    cursor: pointer;
    vertical-align: text-top;
    color: #5090c1;
}
.spoiler {
    max-height: 200px;
    overflow: hidden;
    position: relative;
}
.spoiler .blur {
    display: block;
    /* background: red; */
    position: absolute;
    top: 174px;
    width: 100%;
    left: 0;
    height: 35px;
    background: linear-gradient(rgba(0, 0, 0, 0), #c7c7c7);
    border-bottom: 1px dashed #c7c7c7;
}
.showSpoiler {
    float:right;
    font-size: 80%;
    color: royalblue;
    cursor: pointer;
    text-decoration: underline;
}

.widget-main .table.table-bordered.table-condensed td,
.widget-main .table.table-bordered.table-condensed th{
    padding: 3px 5px !important;
}
body {
    font-family: Helvetica !important;
}

a.resolved {
    text-decoration: line-through;
}
a.resolved:before {
    content: "✔";
    display: inline-block;
    color: green;
}
.table.table-bordered.table-condensed.table-striped.table-hover tr:hover {
    opacity: 0.8;
}
#js-tooltip {
    position: absolute;
    display: block;
    background: white;
    border: 1px solid black;
    min-height: 10px;
    min-width: 10px;
    top: 100px;
    left: 100px;
    padding: 5px;
}
#js-tooltip img {
    max-width: 400px;
    max-height: 400px;
}

