@import url(https://fonts.googleapis.com/css?family=Roboto);

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

#header > h1 {
    background: url(../images/logo.png) 5px 5px no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    #header > h1 {
        background-image: url(../images/logo2x.png);
        background-size: 38px 40px
    }
}

body {
    color: #3d454c;
    font-size: 13px;
    line-height: 1.3;
    font-family: 'Roboto', sans-serif;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

input, select, textarea {
    font-family: 'Roboto', sans-serif;
    font-size: 12px
}

a, a:link, a:visited {
    color: #1564b2
}

#main {
    background-color: #fafafa
}

#main.nosidebar {
    background-color: #fff
}

#content {
    background-color: #f9f9f9 !important;
}

div#content {
    margin-left: -20px;
    padding-left: 25px;
    padding-top: 5px
}

#footer {
    margin-bottom: 12px;
    padding-top: 18px;
    padding-left: 25px;
    padding-right: 25px;
    border-top: 1px solid #e0e2e3;
    color: #A6ACB0
}

#footer a, #footer a:visited {
    color: #B9BFC3
}

#footer a:hover {
    color: #1564b2;
    text-decoration: none
}

input[type=text].live_search_field, input[type=text].questions-search.autocomplete {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    height: 28px;
    outline: 0
}

input[type=text].questions-search.autocomplete {
    padding-left: 30px !important
}

h2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px
}

#sidebar a.selected {
    background-color: #fafafa;
    color: #3d454c;
    line-height: inherit;
    padding: inherit;
    margin-left: inherit
}

#header {
    background-color: #29333a;
    min-height: 0;
    padding: 8px 20px 35px
}

#header > h1 {
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 17px 10px 30px 55px
}

#quick-search {
    margin-top: 10px
}

#top-menu {
    background: #000;
    font-size: 13px
}

#top-menu a {
    margin-right: 15px;
    font-weight: 400;
    color: #CFCFCF
}


#top-menu a:hover {
    color: #1564b2;
    text-decoration: none
}

#main-menu {
    left: 0;
    width: 100%;
    height: 51px;
    background-color: #1564b2;
    font-weight: 500;
    overflow: hidden
}

#main-menu ul {
    padding: 0 15px
}

#main-menu li {
    margin: 0;
    padding: 13px 0
}

#main-menu li > a {
    color: #C1C5C8
}

#main-menu li a.selected, #main-menu li a.selected:hover, #main-menu li a:hover {
    background: 0 0;
    color: #fff
}

#main-menu .menu-button {
    position: absolute;
    right: 10px;
    top: 16px;
    text-indent: 66em;
    overflow: hidden;
    cursor: pointer;
    width: 24px;
    height: 16px;
    background: url(../images/menu_button.png) no-repeat;
    background-size: 16px 16px
}

#main-menu .menu-button:hover {
    background: url(../images/menu_button_hover.png) no-repeat;
    background-size: 16px 16px
}

#sidebar {
    line-height: 1.3
}

#sidebar h3 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #666
}

#sidebar p {
    margin-top: 5px
}

#errorExplanation, .conflict, .nodata, .warning, div.flash {
    border: 0;
    font-weight: 700;
    padding-top: 18px;
    padding-bottom: 18px
}

#flash_notice, div.flash.notice {
    background: #91D3A7;
    color: #fff
}

#errorExplanation, div.flash.error {
    background: #C86060;
    color: #fff
}

.conflict, div.flash.warning {
    background-image: none
}

#errorExplanation ul {
    font-size: 14px
}

#login-form table {
    border: 0;
    padding: 30px
}

.wiki h1, .wiki h2, .wiki h3 {
    font-weight: 400;
    color: #000
}

.wiki h1 {
    font-size: 28px;
    margin-top: 10px
}

.wiki h2 {
    font-size: 20px
}

.wiki h3 {
    font-size: 16px
}

.wiki.wiki-page {
    color: #6A6E71
}

span.tag-label-color {
    border: 0 !important;
    padding: 4px 8px !important;
    border-radius: 20px !important;
    line-height: 13px
}

span.tag-label-color:hover {
    opacity: .7
}

.tagit-new .ui-autocomplete-input {
    box-shadow: none
}

.tagit-close .text-icon {
    top: -3px;
    position: relative
}

div#content ul.tagit li {
    margin: 2px 5px 1px 0
}

div#content .contacts-tags-edit ul.tagit {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e0e2e3
}

div#content .context-menu-selection {
    color: #000 !important;
}

div#content .context-menu-selection a, .context-menu-selection a:hover {
    color: #000 !important;
}

body #context-menu ul {
    border-radius: 4px
}

body #context-menu li a {
    color: #333
}

body #context-menu li:hover {
    background: #f2f4f5;
    color: #1564b2;
    border: 1px solid #f2f4f5;
    border-radius: 0
}

body #context-menu li:hover > a:not(.disabled) {
    color: #333
}

body #context-menu a.disabled, body #context-menu a.disabled:hover {
    color: #aaa
}

div.tooltip:hover span.tip {
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.ui-widget, .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: 'Roboto', sans-serif;
    font-size: 16px
}

.ui-widget input, .ui-widget select, .ui-widget textarea {
    font-size: 12px
}

.ui-widget-overlay {
    background: #000;
    filter: alpha(Opacity=60);
    opacity: .6
}

div.modal {
    padding: 10px
}

.ui-dialog.modal .ui-widget-header {
    border: 0;
    background: #fafafa;
    padding-top: 18px;
    padding-bottom: 18px;
    color: #3d454c;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    border-bottom: solid 1px #ced4d9;
    margin: -10px -10px 5px;
    border-radius: 0
}

.ui-datepicker .ui-widget-header {
    background: #fff;
    border: 0;
    border-bottom: solid 1px #ced4d9;
    border-radius: 0;
    padding: 5px;
    margin: -1px
}

.ui-widget-content {
    background: #fff
}

.ui-datepicker .ui-datepicker-title select, .ui-widget-content input[type=text], .ui-widget-content select {
    font-size: 12px
}

.ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
    background: #f2f4f5;
    color: #3d454c;
    border: 1px solid #f2f4f5;
    border-radius: 0
}

.ui-widget-header .ui-datepicker-title {
    color: #3d454c
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #f2f4f5
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #FFD5C9
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #D2EEFF
}

.ui-widget-header .ui-icon-circle-triangle-e {
    background: url(../images/next.png) no-repeat
}

.ui-widget-header .ui-icon-circle-triangle-w {
    background: url(../images/prev.png) no-repeat
}

.ui-datepicker .ui-datepicker-next {
    top: 5px;
    right: 10px
}

.ui-datepicker .ui-datepicker-prev {
    top: 5px;
    left: 10px
}

.ui-datepicker th {
    color: #aaa;
    font-weight: 500
}

.ui-datepicker .ui-state-default {
    font-weight: 500;
    color: #333;
    border: 1px solid #fff;
    background: #fff
}

.ui-datepicker .ui-state-default:hover {
    background: #f6f6f6
}

.ui-datepicker .ui-state-active {
    background: #D2EEFF
}

.ui-datepicker .ui-state-highlight {
    color: #C86060
}

.ui-datepicker .ui-state-highlight:hover {
    background-color: #ffd8d6
}

#ui-datepicker-div {
    padding: 10px
}

.ui-datepicker .ui-datepicker-buttonpane {
    padding-top: .5em
}

.ui-datepicker .ui-priority-secondary, .ui-datepicker-week-col {
    color: #aaa
}

.ui-dialog .ui-dialog-titlebar-close {
    right: 1em;
    background: #fafafa;
    border: 0
}

.ui-widget-header .ui-icon.ui-icon-closethick {
    background: url(../images/close.png) no-repeat
}

.ui-widget-header .ui-state-hover .ui-icon.ui-icon-closethick {
    background: url(../images/close_active.png)
}

#ajax-modal p.buttons input, .details input[type=submit], .ui-datepicker .ui-datepicker-buttonpane button, input[type=submit], input[type=submit].button-small, input[type=submit].small, input[type=submit][name=continue], input[type=button] {
    color: #9da2a6;
    height: 32px;
    padding: 0 14px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #e0e2e3;
    font-size: 14px;
    background: #fafafa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

#ajax-modal p.buttons input[type=submit], .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close, input[type=submit] {
    background: #1564b2;
    border-color: transparent;
    color: #fff
}

#ajax-modal p.buttons input[type=submit]:hover, .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close.ui-state-hover, input[type=submit]:hover {
    background: #3ba8de;
    color: #fff
}

#ajax-modal p.buttons input:hover, .details input[type=submit]:hover, .ui-datepicker .ui-datepicker-buttonpane button.ui-state-hover, input[type=submit].button-small:hover, input[type=submit].small:hover, input[type=submit][name=continue]:hover, input[type=button]:hover {
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, .08) 0 1px 1px;
    -moz-box-shadow: rgba(0, 0, 0, .08) 0 1px 1px;
    box-shadow: rgba(0, 0, 0, .08) 0 1px 1px;
    color: #3d454c;
    -webkit-transition-duration: .05s;
    -moz-transition-duration: .05s;
    -o-transition-duration: .05s;
    transition-duration: .05s
}

.details input[type=submit], .query-columns td.buttons input[type=button], .ui-datepicker .ui-datepicker-buttonpane button, input[type=submit].button-small, input[type=submit].small, input[type=button].small {
    height: 26px;
    padding: 0 13px;
    line-height: 23px;
    font-size: 12px
}

fieldset#filters td.values input, input[type=password], input[type=text] {
    padding: 1px 10px;
    background-color: #fff;
    color: #3d454c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    height: 22px;
    border: 1px solid #e0e2e3
}

fieldset#filters td.values input:focus, input[type=password]:focus, input[type=text]:focus, select:focus, textarea:focus {
    border-color: #1564b2;
    outline: 0
}

.box {
    padding: 15px;
    background: #fafafa;
    border: 1px solid #e0e2e3;
    border-radius: 3px
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    z-index: 1;
    padding: 4px 30px 4px 10px;
    color: #3d454c;
    cursor: pointer;
    border: 1px solid #e0e2e3;
    background: url(../images/select.png) right no-repeat #fff;
    background-size: 18px 16px;
    text-indent: .01px;
    text-overflow: "";
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    height: 26px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    select {
        background: url(../images/select2x.png) right no-repeat #fff;
        background-size: 18px 16px
    }
}

@-moz-document url-prefix() {
    select {
        padding: 4px 0 4px 5px
    }
}

select::-ms-expand {
    display: none
}

select[multiple=multiple] {
    height: auto;
    background: #fff;
    padding: 5px 10px
}

.jstElements button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

textarea {
    background-color: #fff;
    color: #3d454c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e0e2e3
}

input.hasDatepicker {
    padding-right: 25px
}

img.ui-datepicker-trigger {
    position: relative;
    margin-left: -26px;
    margin-right: 10px
}

input#content_comments, input#issue_subject {
    width: 97%
}

.contact-issues input#issue_subject {
    width: 93%
}

#content .tabs ul {
    border-bottom: 1px solid #ECECEC
}

#content .tabs ul li a {
    border: 1px solid #ECECEC;
    background-color: #ECECEC;
    border-radius: 0
}

#content .tabs ul li a.selected {
    border: 1px solid #ECECEC;
    border-bottom: 1px solid #FFF
}

#content .tabs ul li a.selected:hover {
    border-top: 1px solid #ECECEC;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC
}

#content .tabs ul li a:hover {
    border-top: 1px solid #ffd;
    border-left: 1px solid #ffd;
    border-right: 1px solid #ffd
}

#content .box .tabs ul li a.selected {
    background-color: #fafafa;
    border-bottom: 1px solid #fafafa
}

table.list tbody td, table.list tbody tr:hover td {
    border: 1px solid #d7d7d7
}

table.list tbody td {
    background-color: #fff;
}

table.list thead th {
    border-width: 1px;
    border-style: solid;
    border-color: #d7d7d7
}

table.list td, table.list th {
    padding: 5px
}

table.list input[type=checkbox] {
    margin-top: 6px
}

table.list tbody tr:hover {
    background-color: none !important;
}

table.list tr.issue a {
    color: #666
}

table.list tbody tr.priority-highest:hover, tr.priority-highest {
    color: #900;
    font-weight: 600
}

table.list tbody tr.priority-high4:hover, tr.priority-high2 {
    color: #900
}

table.list tbody tr.priority-high3:hover, tr.priority-high3 {
    color: #900
}

table.list tbody tr.priority-lowest:hover, tr.priority-lowest {
    color: #559
}

table.list tbody tr.priority-lowest:hover, tr.priority-lowest {
    color: #559
}

div.contact, div.deal, div.issue, div.person {
    border: 0 !important;
    padding: 10px !important
}

/* Add color status to column id and status */
table.list tbody tr.status-1 td.id, table.list tbody tr.status-1 td.status  { 
    background-color: #FCBDBD
}

table.list tbody tr.status-2 td.id, table.list tbody tr.status-2 td.status {
    background-color: #BC9DBF
}

table.list tbody tr.status-3 td.id, table.list tbody tr.status-3 td.status { 
    background-color: #99CCFF
}

table.list tbody tr.status-4 td.id, table.list tbody tr.status-4 td.status { 
    background-color: #63B6D9
}

table.list tbody tr.status-5 td.id, table.list tbody tbody tr.status-5 td.status { 
    background-color: #D2F5B0
}

table.list tbody tr.status-6 td.id, table.list tbody tr.status-6 td.status { 
    background-color: #C9CCC4
}

table.list tbody tr.status-7 td.id, table.list tbody tr.status-7 td.status { 
    background-color: #E3B7EB
}

table.list tbody tr.status-8 td.id, table.list tbody tr.status-8 td.status { 
    background-color: #FFCD85
}

table.list tbody tr.status-9 td.id, table.list tbody tr.status-9 td.status { 
    background-color: #FFF494
}

table.list tbody tr.status-10 td.id, table.list tbody tr.status-10 td.status {
    background-color: #C2DFFF
}

table.list tbody tr.status-11 td.id, table.list tbody tr.status-11 td.status { 
    background-color: #A6DB74
}

table.list tbody tr.status-12 td.id, table.list tbody tr.status-12 td.status {
    background-color: #E47267
}

table.list tbody tr.status-13 td.id, table.list tbody tr.status-13 td.status { 
    background-color: #FFB380
}

table.list tbody tr.status-14 td.id, table.list tbody tr.status-14 td.status { 
    background-color: #FFF494
}

table.list tbody tr.status-27 td.id, table.list tbody tr.status-27 td.status { 
    background-color: #81F7BE
}

table.list tbody tr.status-28 td.id, table.list tbody tr.status-28 td.status { 
    background-color: #FFF494
}

table.list tbody tr.status-29 td.id, table.list tbody tr.status-29 td.status { 
    background-color: #FFCD85
}

table.list tbody tr.status-30 td.id, table.list tbody tr.status-30 td.status { 
    background-color: #E3B7EB
}

table.list tbody tr.status-31 td.id, table.list tbody tr.status-31 td.status { 
    background-color: #81F7BE
}

table.list tbody tr.status-32 td.id, table.list tbody tr.status-32 td.status { 
    background-color: #A6DB74
}

/* Add color status to issue's border' */
div.issue {
  background: #fff none repeat scroll 0 0;
}

div.issue.status-1 {
  border: 2px solid #FCBDBD !important;
}

div.issue.status-2 { 
    border: 2px solid #BC9DBF !important;
}

div.issue.status-3 { 
    border: 2px solid #99CCFF !important;
}

div.issue.status-4 { 
    border: 2px solid #63B6D9 !important;
}

div.issue.status-5 { 
    border: 2px solid #D2F5B0 !important;
}

div.issue.status-6 { 
    border: 2px solid #C9CCC4 !important;
}

div.issue.status-7 { 
    border: 2px solid #E3B7EB !important;
}

div.issue.status-8 { 
    border: 2px solid #FFCD85 !important;
}

div.issue.status-9 { 
    border: 2px solid #FFF494 !important;
}

div.issue.status-10 { 
    border: 2px solid #C2DFFF !important;
}

div.issue.status-11 { 
    border: 2px solid #A6DB74 !important;
}

div.issue.status-12 { 
    border: 2px solid #E47267 !important;
}

div.issue.status-13 { 
    border: 2px solid #FFB380 !important;
}

div.issue.status-14 { 
    border: 2px solid #FFF494 !important;
}

div.issue.status-27 { 
    border: 2px solid #81F7BE !important;
}

div.issue.status-28 { 
    border: 2px solid #FFF494 !important;
}

div.issue.status-29 { 
    border: 2px solid #FFCD85 !important;
}

div.issue.status-30 { 
    border: 2px solid #E3B7EB !important;
}

div.issue.status-31 { 
    border: 2px solid #81F7BE !important;
}

div.issue.status-32 { 
    border: 2px solid #A6DB74 !important;
}

table.progress td {
    padding: 0
}

table.progress td.closed { 
    background: #a5d2ff; 
}

div.details {
    padding: 20px !important
}

.clear_fix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden
}

.border_box {
    box-sizing: border-box
}

.is_button {
    border: 1px solid transparent;
    border-radius: 4px
}

.is_button:hover {
    border: 1px solid #ccc
}

BODY, HTML {
    height: 100%
}

BODY #wrapper, HTML #wrapper {
    min-height: 100%;
    box-sizing: border-box;
    padding-bottom: 52px;
    position: relative
}

BODY #footer, HTML #footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box
}

BODY {
    min-width: 100%
}

#top-menu {
    height: auto;
    line-height: 30px;
    padding: 0;
    position: relative;
}

#top-menu:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden
}

#top-menu .overwidth {
    display: none
}

#top-menu .ellipsis {
    float: left;
    width: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
    line-height: 23px;
    opacity: .85
}

#top-menu .ellipsis:hover {
    opacity: 1
}

#top-menu .fmm_wrapper {
    float: left;
    height: 30px;
    width: 1px;
    position: relative;
    z-index: 11;
}

#top-menu .fmm_wrapper ul {
    position: absolute;
    top: 100%;
    left: -50px;
    background: #000
}

#top-menu .fmm_wrapper ul li {
    display: block;
    float: none
}

#top-menu .fmm_wrapper ul li a {
    display: block;
    padding: 5px 10px 5px 20px
}

#top-menu .header_elements {
    padding: 0
}

#top-menu .header_elements:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden
}

#top-menu .header_elements .burger_controller_wrapper {
    display: block;
    float: left;
    margin: 10px 0 10px 20px;
    width: 30px;
    height: 30px
}

#top-menu .header_elements .burger_controller_wrapper .burger_controller {
    display: block;
    width: 35px;
    height: 35px;
    background: url(../images/svg/burger_tm.svg) center center no-repeat;
    background-size: 28px 28px
}

#top-menu .header_elements.first_stage {
    height: 52px
}

#top-menu .header_elements.first_stage .burger_clone {
    margin: 12px 20px 0
}

#top-menu .header_elements.first_stage #loggedas {
    float: right;
    right: 130px;
    width: auto;
    text-align: right;
    margin: 12px 0 0 20px
}

#top-menu .header_elements.first_stage #account {
    float: right;
    right: 0;
    margin: 12px 0 0 20px
}

#top-menu .header_elements.first_stage #account ul {
    margin-top: 0
}

#top-menu .header_elements.first_stage #account ul:before {
    display: none
}

#top-menu .header_elements.first_stage #account ul li {
    float: left;
    border-bottom: none;
    border-top: none
}

#top-menu .header_elements.first_stage #account ul .search_controller_wrapper a {
    margin-right: 0
}

#top-menu .header_elements.first_stage #account a {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 30px;
    height: 30px;
    padding: 0
}

#top-menu .header_elements.first_stage #account .my-account {
    background: url(../images/svg/account.svg) center center no-repeat;
    background-size: 22px 22px
}

#top-menu .header_elements.first_stage #account .logout {
    background: url(../images/svg/logout.svg) center center no-repeat;
    background-size: 22px 22px
}

#top-menu .header_elements.first_stage #account .login {
    background: url(../images/svg/login.svg) center center no-repeat;
    background-size: 22px 22px
}

#top-menu .header_elements.first_stage #account .register {
    background: url(../images/svg/account.svg) center center no-repeat;
    background-size: 22px 22px
}

#top-menu .header_elements.first_stage #account .search_controller {
    background: url(../images/svg/search.svg) #FFC966;
    background-size: cover
}

#top-menu .burger_clone {
    width: auto;
    height: auto;
    margin: 0 20px;
    float: left;
    display: block
}

#top-menu .burger_clone li {
    float: left;
    border: none
}

#top-menu .burger_clone li a {
    padding: 0
}

#top-menu .burger {
    width: 100%
}

#top-menu ul.burger {
    height: auto;
    overflow: hidden;
    position: relative
}

#top-menu ul.burger li {
    float: none;
    padding: 0;
    border-bottom: 1px solid #242424
}

#top-menu ul.burger li a {
    padding: 5px 20px;
    display: block
}

#top-menu .jumper_wrapper {
    display: block;
    float: right;
    margin: 20px 20px 0
}

#top-menu .jumper_wrapper select {
    max-width: 100%
}

#top-menu .mobile_search {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: #FFF
}

#top-menu .mobile_search label {
    display: none
}

#top-menu .mobile_search input[name="q"] {
    padding: 4px 10px;
    border-radius: 6px
}

#top-menu .mobile_search input[type=submit] {
    background: url(../images/svg/search.svg) #1564b2;
    background-size: cover
}

#header {
    position: relative;
}

#header #quick-search.adapted {
    margin: 0;
    padding: 12px 15px 12px 5px;
    float: none;
    white-space: nowrap
}

#header #quick-search.adapted select {
    max-width: 50%
}

#header H1 {
    display: inline-block
}

#header #main-menu {
    height: auto;
    overflow: visible;
    padding: 0 15px;
    box-sizing: border-box
}

#header #main-menu .main_menu {
    overflow: hidden;
    margin-right: 60px
}

#header #main-menu ul {
    white-space: nowrap;
    padding: 0;
    font-size: 14px
}

#header #main-menu ul li {
    float: left
}

#header .overwidth {
    display: none
}

#header .mm_burger_caller {
    width: 40px;
    height: 40px;
    float: right;
    margin: 5px 0 5px 20px;
    cursor: pointer;
    background: url(../images/svg/burger_tm.svg) center center no-repeat;
    background-size: 25px 25px;
    opacity: .6
}

#header .mm_burger_caller.opened {
    opacity: 1
}

#header .mm_burger {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 11;
    background: #3d454c;
    overflow: hidden;
    height: 0
}

#header .mm_burger li {
    float: none !important;
    display: block;
    padding: 0
}

#header .mm_burger li a {
    padding: 12px 20px
}

#main {
    padding: 0;
    position: relative;
    overflow: hidden
}

#main #sidebar.opened .sidebar_closer {
    border-left: 1px solid #ECECEC;
    border-top: 1px solid #ECECEC;
    background-color: #FFF;
    cursor: pointer
}

#main .sidebar_closer {
    line-height: 50px;
    height: 50px;
    margin-left: -21px;
    padding-left: 21px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #ECECEC;
    transition: .3s;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: transparent;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    background-image: url(../images/svg/sidebar_arrow_open.svg);
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 20px 20px
}

#main #content {
    margin: 0;
    padding-right: 20px;
    box-sizing: border-box;
    border-right: 1px solid #ddd
}

#main #sidebar {
    overflow: visible;
    width: 25%;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    padding-left: 20px
}

#main #sidebar .sidebar_wrapper {
    min-width: 600px
}

.sidebar_caller {
    position: fixed;
    bottom: 30px;
    right: -40px;
    width: 40px;
    height: 40px;
    z-index: 11;
    transition: .1s;
    background: url(../images/svg/sidebar_arrow_close.svg) center no-repeat #3d454c;
    background-size: 15px 15px;
    cursor: pointer
}

.sidebar_caller.opened {
    right: 0
}

@media screen and (max-width: 1000px) {
    .contextual {
        white-space: normal
    }

    .splitcontentleft, .splitcontentright {
        width: 100%;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 600px) {
    select[name=project_quick_jump_box] {
        max-width: 60%
    }

    #content {
        overflow-x: scroll
    }
}

#login-form table {margin-top:5em; padding:1em; margin-left: auto; margin-right: auto; border: 2px solid #e8f3ff; background-color:#e8f3ff; }
