@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto:500,300,700,400&subset=cyrillic-ext,latin);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,700,300,100&subset=cyrillic-ext,latin);

@import url(../../../stylesheets/application.css);

@import url(extra.css);
@import url(fa.css);
@import url(select2.css);
@import url(mobile.css);

html {
    height: 100%;
}
body {
    background: #FFFFFF no-repeat fixed top center;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: Open Sans, Arial,Helvetica,sans-serif;
    color: #000;
    min-height: 100%;
    font-weight: 300;
    position: relative;
    line-height: 1.45;
    min-width: 300px;
}
body, #wrapper {
    background-color: #e9ebee;
    margin: 0 auto;
    width: 100%;
    overflow-x: auto;
}
strong {
    font-weight: 700;
}

input, select, textarea {
    font-size: 1em;
    border-radius: 3px;
}

.no-margin-top {
    margin-top: 0;
}

#header h1 {
    line-height: 1.2;
    padding-bottom: 30px;
    margin-bottom: 0;
}
#header h1 .root {
    font-weight: 100;
}
#header {
    margin: 0;
    padding: 25px 50px 0px;
    background: #414e5c;
    _background-image: url(../images/fon.jpg);
    min-height: auto;
    color: #fff;
}
#header .select2-container {
    margin-left: 1em; }
#header .select2-container .select2-chosen {
    font-size: 1em;
    color: rgba(255, 255, 255, 0.8); }
#header .select2-container .select2-choice {
    background: rgba(0, 0, 0, 0.2);
    border-color: transparent;
    box-shadow: none !important;
    height: 28px; }
#header .select2-container .select2-arrow {
    border-color: transparent; }
#header #quick-search {
    position: relative;
    top: 0em;
    z-index: 5; }
#header #quick-search label {
    display: none;
}
#header #quick-search .icon-search:before {
    z-index: 5;
    position: absolute;
    left: 7px;
    top: 2px;
    color: #474D57; }
#header #quick-search #q {
    margin-left: 0em;
    padding-left: 25px !important;
    border-color: transparent;
    padding: 5px 15px;
    height: 32px;
    width: 6em;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: none !important;
    position: relative;
    z-index: 0;
    font-size: 1em;
    color: rgba(255, 255, 255, 0.8); }
#header #quick-search #q:active, #header #quick-search #q:focus {
    color: #333333;
    background: white;
  }



.live_search {
    position: relative;
    font-size: 0.7em; }
.live_search.normal {
    font-size: 1em; }

span.icon-search {
    position: relative; }
span.icon-search:before {
    position: absolute;
    top: 0.2em;
    left: 0.5em;
    color: #CCCCCC;
    z-index: 5; }

th.live_search:before {
    top: 1.1em;
    left: 1em; }

input.autocomplete, input.live_search_field, input.questions-search {
    padding-left: 2em !important;
    padding-right: 1.5em !important;
    font-size: inherit !important;
    -webkit-transition-property: border, box-shadow;
    -moz-transition-property: border, box-shadow;
    transition-property: border, box-shadow;
    position: relative;
    height: auto !important;
    background: white !important;
    z-index: 0; }
input.autocomplete.ajax-loading, input.live_search_field.ajax-loading, input.questions-search.ajax-loading {
    background: url(../images/loading.gif) no-repeat 97% center !important; }


input.questions-search {
    width: 100% !important; }
input.questions-search.ajax-loading {
    background-position: 98% center !important; }


#top-menu {
    background: #414e5c;
    padding-left: 100px;
    color: #fff;
    font-size: 13px;
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
#top-menu .logo {
  height: 16px;
  margin-top: 14px;
  width: 87px;
  background: #414e5c url(../images/wlogotiqum.png) no-repeat top left;
  background-size: contain;
}
#top-menu #account {
    margin-right: 50px;
}
#top-menu #account a.logout {
    margin: 0;
}
#top-menu ul {
    margin: 0 0 0 50px;
    padding: 0;
}
#top-menu #account ul {
  margin-left: 0;
}
#top-menu a {
    color: rgba(255,255,255,0.5);
    font-weight: 300;
    margin: 0px;
    display: block;
    float: left;
    padding: 10px 10px;
}
#top-menu a:hover {
  background: rgba(0,0,0,0.1);
  text-decoration: none;
}
#top-menu .my-issues a.icon.icon-add.new-issue::before {
  margin-right: 0 !important;
  color: #fff;
}
#top-menu #loggedas {
    color: rgba(255, 255, 255, 0.5);
    padding: 10px;
}

#top-menu #loggedas a {
    display: inline;

    float: none;
}

#top-menu a::before, #top-menu .icon-add.checklist-new-only::before {
    margin-right: 0.5em;
}

#main {
    background: #e9ebee;
    margin: 0;
    padding-left: 50px;
}

#content  { background: #e9ebee; border: none; padding: 20px 0 20px 0;}
#content .tabs ul {
  padding-left: 0;
}
#content .tabs ul li a {
    font-weight: 300;
    border: none;
    font-size: 1em;
    background: #e9ebee;
}
#content .tabs ul li a.selected {
  background: #e9ebee none repeat scroll 0 0;
  border-bottom-color: #e9ebee;
}
div.issues h3 {
    margin-top: 0;
}
#main.nosidebar #content { background: transparent; border: none; padding: 20px 30px 20px 0}

.contextual {

    line-height: 1.4em;

}

.controller-issues.action-show .contextual a {
    display: block;
    float: left;
    text-decoration: none;
}
.controller-issues.action-show .contextual a.icon-copy,
.controller-issues.action-show .contextual a.icon-fav,
.controller-issues.action-show .contextual a.icon-fav-off,
.controller-issues.action-show .contextual a.icon-del {
    width: 15px;
    overflow: hidden;
}

a.icon-download::before {
    content: "";
    font-family: FontAwesome;
}

#sidebar {width: 22%; padding: 20px 0;
    z-index: 2;}

#main #sidebar h3 {
    border-bottom: 1px solid #e4e4e4;
    color: #333333;
    font-weight: 400;
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 20px;
}
#sidebar ul {
    margin-bottom: 20px;
}

.buttons {
    font-size: 1em;
}

#main #sidebar .icon-time {
    font-size: 2em;
}
#main #sidebar ul a, #main #sidebar ul .icon-add.checklist-new-only, #main #sidebar a[href$="agile/board"], #main #sidebar [href$="agile/board"].icon-add.checklist-new-only, #main #sidebar a[href$="agile_versions"], #main #sidebar [href$="agile_versions"].icon-add.checklist-new-only {
    display: inline-block;
    width: 80%;
    border-radius: 4px;
    padding: 3px;
    color: #777777;
    margin-bottom: 0.2em;
white-space: nowrap}
#main #sidebar ul a:hover, #main #sidebar ul .icon-add.checklist-new-only:hover, #main #sidebar a[href$="agile/board"]:hover, #main #sidebar [href$="agile/board"].icon-add.checklist-new-only:hover, #main #sidebar a[href$="agile_versions"]:hover, #main #sidebar [href$="agile_versions"].icon-add.checklist-new-only:hover {
    background: #F2F2F2; }
#main #sidebar ul a.selected, #main #sidebar ul .selected.icon-add.checklist-new-only, #main #sidebar a[href$="agile/board"].selected, #main #sidebar [href$="agile/board"].selected.icon-add.checklist-new-only, #main #sidebar a[href$="agile_versions"].selected, #main #sidebar [href$="agile_versions"].selected.icon-add.checklist-new-only {
    background: #446E9B;
    color: white; }
#main #sidebar ul a.active {
    color: #000
}

#sidebar #admin-menu li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
#admin-menu a, #admin-menu .icon-add.checklist-new-only {
    background-image: none !important;
    margin-bottom: 0.2em; }
#admin-menu a:hover {
    text-decoration: none;
}
#admin-menu a:before, #admin-menu .icon-add.checklist-new-only:before {
    margin-right: 0.5em;
    width: 1.5em;
    text-align: center;
    position: relative;
    top: -1px; }


#footer {
    background-color: #e9ebee;
    border: 0px;
    color: #777;
    font-size: 13px;
    padding: 30px;
    display: none;
}

.tabular select, .tabular input {
    height: 32px;
    border: none;
    margin: 0;
    padding-left: 5px;
    background-color: #fff;

}
.tabular input[type="text"] {
    padding: 5px 10px;
}
.tabular p {
    line-height: 32px;
}

.tabular label {
    font-weight: 300;
    line-height: 32px;
    font-size: 13px;
    text-transform: uppercase;
    color: #999;
    text-align: left;
}



/* Headers */
h1, h2, h3, h4 {
    font-family: Montserrat, Arial,Helvetica,sans-serif;
    margin: 0 0 10px;
    padding: 2px 10px 1px 0;
}
h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 {border-bottom: 0px;}
h2, .wiki h1 {
    font-weight: 700;
}
#content h1, h2, h3, h4 {
    color: #000;
}
div.issue div.subject h3 {
    font-size: 24px;
    margin: 0;
}

/* login */

.action-login #top-menu #account {
    float: none;
    margin: 0 auto;
    text-align: center;
}
.action-login #top-menu li {
    display: inline;
    float: none;
}
.action-login #top-menu li a {
    display: inline-block;
    float: none;
}
.action-login h1 {
    text-align: center;
}

#login-form  {
    border: none;
    background: #e9ebee;
    margin-top: 0;
    border-radius: 6px;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}
#login-form  label {
    font-weight: 300;
}

#login-form input#login-submit {
  padding: 15px;
}

.action-login  #main {
    background: #414e5c}
.action-login #top-menu ul.my-issues {
    display: none;
}
.action-login #footer {
    background-color: #414e5c;
    border: 0 none;
    color: #fff;}

.action-login #top-menu li a {
    width: auto;
}
html > body.action-login  #content {
    min-height: auto;
}

body.action-login , .action-login #wrapper {
    background-color: #414e5c;
}

#login-form  input[type="submit"] {
    margin-right: 0
}

#project-jump .drdn-trigger {
    height: 30px;
    border: none;
}
#project-jump .drdn-content {
    top: 0;
    width: 198px;
}
.drdn-content .quick-search {
    margin: 0;
}

/* watchers */

#main #sidebar .watchers li img.gravatar {
    margin: 0.5em;
    float: left; }
#main #sidebar .watchers li a.user, #main #sidebar .watchers li .user.icon-add.checklist-new-only {
    width: 80%;
    display: block;
    float: left; }
#main #sidebar .watchers li a.delete, #main #sidebar .watchers li .delete.icon-add.checklist-new-only {
    width: 9px;
    text-align: center;
    display: block;
    float: left; }
#main #sidebar .watchers li a.delete:before, #main #sidebar .watchers li .delete.icon-add.checklist-new-only:before {
    margin: 0; }


#watchers select {
    width: 95%;
    display: block; }

#watchers a.delete, #watchers .delete.icon-add.checklist-new-only {
    opacity: 0.4;
    vertical-align: middle; }
#watchers a.delete:before, #watchers .delete.icon-add.checklist-new-only:before {
    margin-right: 0.5em;
 }
#watchers a.delete img, #watchers .delete.icon-add.checklist-new-only img {
    display: none !important; }

#watchers img.gravatar {
    margin: 0 4px 2px 0; }

span#watchers_inputs {
    overflow: auto;
    display: block; }

span.search_for_watchers, span.add_attachment {
    font-size: 0.9em;
    line-height: 2.5em; }

span.search_for_watchers a:before, span.search_for_watchers .icon-add.checklist-new-only:before, span.add_attachment a:before, span.add_attachment .icon-add.checklist-new-only:before {
    margin-right: 0.5em;
    margin-left: 0.5em; }



/* issue */

div.issue {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 6px;
    border: none;
    border: 1px solid #e4e4e4;
    margin-top: -10px;
    margin-bottom: 20px;
    padding: 20px 20px 0;
    border-radius: 4px;
}
div.issue hr {
  display: none;
}
div.issue .attributes,
div.issue .description {
  margin-bottom: 20px;
}
#issue_tree,
#relations,
.redmine_recurring_tasks {
  background: #f6f7f9 none repeat scroll 0 0;
  border-top: 1px solid #e4e4e4;
  display: table;
  margin: 0 -20px;
  padding: 0 20px;
  width: 100%;
  box-sizing: content-box;
}
#relations  {
  border-radius: 0 0 4px 4px;
}
.redmine_recurring_tasks strong,
#issue_tree strong,
#relations strong {
  color: #000;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  text-align: left;
}
.redmine_recurring_tasks p {
  float: left;
}
.redmine_recurring_tasks ul {
  float: left;
  margin: 5px 0;
}
.redmine_recurring_tasks ul li {
  list-style: none;
  float: left;
  margin-right: 10px;
  color: #90949c;
}
.redmine_recurring_tasks p,
#issue_tree p,
#relations p {
  margin: 5px 0;
}

#relations table.list tr,
#issue_tree table.list tr {
  border-bottom: none;
}

#relations .contextual,
#issue_tree .contextual {
  margin-top: 5px;
}
form .box  {
    background: #f6f7f9 none repeat scroll 0 0;
    margin-bottom: 6px;
    padding: 20px
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
form .box fieldset {
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 20px;
}
form .box fieldset:not(:first-child) {
    border-bottom: none;
}
form .box fieldset legend {
    display: none;
}

div.issue img.gravatar {
    display: none;
}
div.issue div.subject h3 {
    font-size: 30px;
    margin: 0;
}
div.issue .description .wiki {
    margin: 15px 0;
}

div.issue .author {
    font-size: 13px;
    color: #999;

}
p.other-formats {
    color: #333;
    font-size: 11px;
    margin-top: 30px;
    opacity: 0.5;
    text-align: right;
}
a.btn-green {
    background: #089cff none repeat scroll 0 0;
    color: #fff;
    padding: 5px 10px;
}

.action_menu  a.icon-edit {
    background: #089cff none repeat scroll 0 0;
    color: #fff;
    float: left;
    margin-top: -3px;
    padding: 5px 10px;
    border-radius: 20px;
}

.action_menu  a.icon-play {
    background: #e18c44 none repeat scroll 0 0;
    color: #fff;
    float: left;
    margin-top: -3px;
    padding: 5px 10px;
    border-radius: 20px;
}

.icon-only {
    font-size: inherit;
    width: 14px;
    padding-left: 5px;
    line-height: 16px;
}

/* wiki-page */

/* my-page */

.block-receiver {
    border: none;

}
.mypage-box {
    border: none;
    padding: 0;
}
.mypage-box .icon-only {
}

/* journal */

div.journal {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  overflow: auto;
  padding: 15px 20px;
  margin-bottom: 10px;
}
#content div.journal h4 {
    color: #90949c;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 15px;
    padding-right: 0;
}
div.journal h4 .user {
  font-weight: 700;
    font-size: 15px;
}
div.journal h4::before {
  font-family: FontAwesome;
  margin-right: 0.5em;
  content: "";
  color: #999;
}
div.journal h4 a.journal-link {
    color: #90949c;
    font-weight: 300;
    font-size: 15px;
}
div.journal ul.details {
    font-weight: 300;
    font-size: 15px;
    color: #90949c;
    margin-top: 0;
    list-style: none;
    padding-left: 0;
    margin-bottom: 10px;
}
div.journal .wiki {
  border-top: 1px solid #e4e4e4;
  padding: 0px 0px 0;
}

div.journal .wiki .contextual {
    margin: 17px 0px;
}
div.journal .wiki .contextual a {
    color: #90949c;
}
div.journal ul.details strong {font-weight: 300;}
div.journal ul.details a {font-weight: 500;}
div.journal ul.details i { font-style: normal;}
div.journal ul.details i:last-child {font-weight: 500;color: #555;}
div.journal ul.details li {padding-bottom: 5px;}
div.journal.private-notes {
    border-left: 3px solid #d22;
    margin-left: 0;
    padding-left: 20px;
}
div.attachments {
  margin: 10px 0 20px;
}
div.attachments p {
    margin: 8px 0;
}
#history {
    margin: 20px 0;
}

/* Menu */
#main-menu {left: auto; margin-right: 0; position: relative; display: table;}
#main-menu li {margin: 0 1px 0 0;}
#main-menu li a {  font-weight: 300; padding: 6px 20px;}
#main-menu li a:hover { background: rgba(0,0,0,0.2); text-decoration: none; }
#main-menu li a.selected, #main-menu li a.selected:hover,#main-menu li a.new-issue.selected  { background-color: #e9ebee; }
#main-menu li a.new-issue::before {
   content: "";
   font-family: FontAwesome;
   margin-right: 10px;
   font-size: 13px;
}
#main-menu li a.new-issue {
  background: #4c6074;
}

/* Tables */
table.list tr.odd {
  background: #fff
}
table.list tbody tr:hover {
  background: #f7f8fa;
}
table.list tbody td, table.list tbody tr:hover td { border: solid 1px #d7d7d7; }
table.list thead th {
        border: medium none !important;
        font-size: 13px;
        font-weight: 300;
        text-align: left;
        text-transform: uppercase;
        padding: 10px 10px;
        background: #f6f7f9 ;
        color: #90949c;
    }
table.list thead th a {
  color: #90949c;
}

table.list td.checkbox {
  padding: 5px 0 0 5px;
}
/* Issues grid styles by priorities (provided by Wynn Netherland) */
table.list tr {border-bottom: 1px solid #eee}
table.list tr.issue a { color: #484848; }
table.list td {
    padding: 5px 5px;
    font-size: 13px;
}
table.list td.subject {
    font-size: 15px;
    font-weight: 400;
}

table.list tr.issue {
  white-space: normal;
}


tr.priority-highest td.priority,
tr.issue.priority-highest td.subject a,
tr.issue.priority-highest td.id a { color: #cc2020; font-weight: bold;}


tr.priority-high2 td.priority,
tr.issue.priority-high2 td.subject a,
tr.issue.priority-high2 td.id a {font-weight: bold; color: #000;}

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

tr.priority-lowest td,
tr.issue.priority-lowest td a,
tr.issue.priority-lowest td.id a {color: #999; font-weight: 300;}




table.list tbody td, table.list tbody tr:hover td {
    border: none !important;
}


table.list {
    border-color: #ddd;
    border-radius: 4px;
}

table.list td {
    text-align: left;
}

table.cal {
    border: medium none;
}
table.cal thead th {
    background-color: transparent;
    opacity: .6;
    font-size: 13px;
    font-weight: 300;
    padding: 5px 10px;
}
table.cal td.week-number {
    background-color: transparent;

}
table.cal td {
    border: 1px solid #fff;
}
table.cal td.even {
    background: #f1f1f1;
}
table.cal td.even {
    background: #f1f1f1;
}
table.cal p.day-num {
    text-align: center !important;
}
table.cal td.today {
    background: #ebe8de none repeat scroll 0 0;
}

table.cal td.week-number, table.cal th.week-number {
    display: none;
}

table.cal div.issue.priority-high2 {
    border-left: 3px solid  #000;
}
table.cal div.issue.priority-high2 a {
    color: #000;
    font-weight: bold;
}


table.cal div.issue.priority-highest {
    border-left: 3px solid  #cc2020;
}
table.cal div.issue.priority-highest a {
    color: #cc2020;
    font-weight: bold;
}



table.cal div.issue.priority-lowest {
    opacity: .5;
}

.icon {

    padding-left: 0px;
}

/* Buttons */
.contextual .icon.icon-add.new-issue,
input[type="button"], input[type="submit"], input[type="reset"] {
    background: #089cff;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    margin-right: 20px;
    padding: 10px 25px;
    border-radius: 3px;
}

.contextual .icon.icon-add.new-issue {
  margin-right: 0;
  cursor: pointer;
  text-decoration: none;
}
.contextual .icon.icon-add.new-issue:hover {

  box-shadow: 0 0 30px #089cff;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { background-color: #ccccbb; }

/* Fields */
input[type="text"], input[type="password"], textarea, select { padding: 5px 10px; border: none; }
input[type="text"], input[type="password"] { padding: 3px 10px; }
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border: 1px solid #888866; }
option { border-bottom: 1px dotted #d7d7d7; }

/* Misc */


hr {
    background: #ddd none repeat scroll 0 0;
}

.box {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 10px 20px;
}
#query_form {
  background: #f6f7f9;
  border-radius: 4px;
  border: 1px solid #ddd;
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-bottom: 0;
}
#query_form #query_form_content {

    font-size: 13px;
    padding: 0;
}
#query_form fieldset {
  padding: 5px 10px;
  margin-bottom: 0px;
}
#query_form fieldset.filters {
  padding-top: 10px;
}
#query_form p.buttons {
  margin-bottom: 0;
  margin-top: 0;
  padding: 5px 0px ;
  text-align: right;

  display: table;
  width: 100%;
}
#query_form p.buttons .icon {
}
#query_form p.buttons .icon-checked {
  float: left;
    margin-left: 15px;
}
#query_form p.buttons .icon-reload,
#query_form p.buttons .icon-save {
  overflow: hidden;
  width: 13px;
  display: block;
  float: right;
   white-space: nowrap;
     margin-right: 10px;
}

#query_form fieldset.collapsible {
  border-top: none;
}
#query_form fieldset legend {
  text-transform: uppercase;
  color: #666;
  margin-top: 5px;
  margin-bottom: -5px;
}
#content #query_form .tabs {
  background: #e9ebee ;
}
#content #query_form .tabs ul li a.selected {

}
#content #query_form > p {
  padding: 10px 20px;
  margin-top: 0;
}

 fieldset.collapsible > legend::before,
 fieldset.collapsible.collapsed > legend::before {
  content: '' !important;
}

fieldset.collapsible.collapsed legend {opacity: 0.5;}

table.cal div.issue {
    background: #ffffdd none repeat scroll 0 0;
    border: transparent;
    border-left: 3px solid #E5E5C6;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    font-size: 13px;
    line-height: 1.4;
    margin: 0 5px 10px;
    padding: 2px 5px;
}


div.issue .attributes  {
    background: #f6f7f9 none repeat scroll 0 0;
    border-radius: 0;
    font-size: 13px;
    line-height: 1;
    padding: 10px 20px 0;
    margin: 0 -20px;
}

div.issue .attributes .attribute {
    min-height: 13px;
    margin-bottom: 10px;
}

div.issue .attributes .attribute .label {
    color: #999;
    font-weight: 300 ;
    text-align: left;
    vertical-align: top;
    text-transform: uppercase;

}



.priority-highest .attributes .priority {
  font-weight: bold;
  color: #cc2020;
}
.priority-high2 .attributes .priority {
  font-weight: bold;
}

/* Icons */

.icon, [class*="icon-"], #context-menu li a, #context-menu li .icon-add.checklist-new-only {
    background-image: none !important; }
.icon:before, [class*="icon-"]:before, #context-menu li a:before, #context-menu li .icon-add.checklist-new-only:before {
    margin-right: 0.3em;
    vertical-align: middle;
    position: relative;
    top: 0px; }
.icon-only::after {
    content: "";
}

/* Uralsib */

.project-uralsib-main .buttons .icon-reload,
.project-uralsib-main .add-filter,
.project-uralsib-main #query_form #criterias,
.project-uralsib-main #query_form label[for=criterias],
.project-uralsib-main #query_form .icon-reload,
.project-uralsib-main #query_form .tabs,
.project-uralsib-main #query_form_content .collapsed,

.project-uralsib-ecom .buttons .icon-reload,
.project-uralsib-ecom .add-filter,
.project-uralsib-ecom #query_form #criterias,
.project-uralsib-ecom #query_form label[for=criterias],
.project-uralsib-ecom #query_form .icon-reload,
.project-uralsib-ecom #query_form .tabs,
.project-uralsib-ecom #query_form_content .collapsed,

.project-uralsib-p2p .buttons .icon-reload,
.project-uralsib-p2p .add-filter,
.project-uralsib-p2p #query_form #criterias,
.project-uralsib-p2p #query_form label[for=criterias],
.project-uralsib-p2p #query_form .icon-reload,
.project-uralsib-p2p #query_form .tabs,
.project-uralsib-p2p #query_form_content .collapsed,

.project-uralsib-atm .buttons .icon-reload,
.project-uralsib-atm .add-filter,
.project-uralsib-atm #query_form #criterias,
.project-uralsib-atm #query_form label[for=criterias],
.project-uralsib-atm #query_form .icon-reload,
.project-uralsib-atm #query_form .tabs,
.project-uralsib-atm #query_form_content .collapsed,

.project-uralsib .buttons .icon-reload,
.project-uralsib .add-filter,
.project-uralsib #query_form #criterias,
.project-uralsib #query_form label[for=criterias],
.project-uralsib #query_form .icon-reload,
.project-uralsib #query_form .tabs,
.project-uralsib #query_form_content .collapsed,

.project-uralsib-dbo .buttons .icon-reload,
.project-uralsib-dbo .add-filter,
.project-uralsib-dbo #query_form #criterias,
.project-uralsib-dbo #query_form label[for=criterias],
.project-uralsib-dbo #query_form .icon-reload,
.project-uralsib-dbo #query_form .tabs,
.project-uralsib-dbo #query_form_content .collapsed,

.project-uralsib-mobile .buttons .icon-reload,
.project-uralsib-mobile .add-filter,
.project-uralsib-mobile #query_form #criterias,
.project-uralsib-mobile #query_form label[for=criterias],
.project-uralsib-mobile #query_form .icon-reload,
.project-uralsib-mobile #query_form .tabs,
.project-uralsib-mobile #query_form_content .collapsed,

.project-uralsib-www .buttons .icon-reload,
.project-uralsib-www .add-filter,
.project-uralsib-www #query_form #criterias,
.project-uralsib-www #query_form label[for=criterias],
.project-uralsib-www #query_form .icon-reload,
.project-uralsib-www #query_form .tabs,
.project-uralsib-www #query_form_content .collapsed

{
    _display: none;
}




/* selected element */


.jstElements button[type="button"] {
    background: white;
    color: inherit;
    width: 1.8em;
    height: 1.8em;
    border-radius: 4px;
    padding: 0;
    font-size: 0.9em;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s; }
.jstElements button[type="button"]:before {
    text-align: center; }
.jstElements .jstb_h2:before {
    font-size: 0.9em !important; }
.jstElements .jstb_h3:before {
    font-size: 0.8em !important; }



div.issues h3 {
    margin-top: 0; background: none; padding-left: 0; }
div.issues h3:before {
    margin-right: 0.5em; }

div.members h3 {
    margin-top: 0; background: none; padding-left: 0;}
div.members h3:before {
    margin-right: 0.5em; }

div.news h3 {
    margin-top: 0; background: none; padding-left: 0;}
div.news h3:before {
    margin-right: 0.5em; }

div.projects h3 {
    margin-top: 0; background: none; padding-left: 0;}
div.projects h3:before {
    margin-right: 0.5em; }




/* Admin index */
#admin-index #admin-menu li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-bottom: 0.5em;
    padding: 0; }
#admin-index #admin-menu li:last-child {
    margin-right: 0; }
#admin-index #admin-menu li:nth-child(4n) {
    margin-right: 0; }
#admin-index #admin-menu li:nth-child(4n+1) {
    clear: left; }
#admin-index #admin-menu li a, #admin-index #admin-menu li .icon-add.checklist-new-only {
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    padding: 1em;
    color: #777777; }
#admin-index #admin-menu li a:hover, #admin-index #admin-menu li .icon-add.checklist-new-only:hover {
    background: #fff; }
#admin-index #admin-menu li a.selected, #admin-index #admin-menu li .selected.icon-add.checklist-new-only {
    background: #446E9B;
    color: white; }

#main #content h2:first-of-type {
    border-bottom: none;
    margin: 0 0 30px;
}

.next-prev-links {
  display: none;
}


/* issue_control_panel */

div.issue_control_panel_scroll {
    overflow: auto;
    height: 200px;
    margin-bottom: 30px;
}

label[for="time_entry_custom_field_values_9"],
#time_entry_custom_field_values_9 {
    display: none;
}
#issue-form fieldset.tabular:nth-child(2) .splitcontentright,
#issue-form fieldset.tabular:nth-child(2) > p   {
    display: none;
}


.pagination ul.pages li a, .pagination ul.pages li span {
    padding: 3px 15px;
}
