body {
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    min-width: 1000px;
}

@media (min-width: 1200px) {
    .container-fluid {
        padding: 0 40px;
    }
}

textarea {
	resize: vertical;
}

.navbar-default {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-width: 0 0 1px;
}
.navbar-header {height: 64px;}
.navbar-header,
.navbar-nav>li {
    float: left !important;
}

.navbar-right {
    float: right!important;
}

.navbar-header .environment {
    font-style: oblique;
    position: relative;
    float: left;
    margin: 10px 0;
    color: #f22;
}

.navbar-brand {
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    font-style: oblique;
}

.navbar-brand small {
    font-weight: normal;
    padding-left: 10px;
    position: relative;
    top: -2px;
}

.dropdown-menu > li > a,
.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 34px;
    border-style: solid;
    border-color: transparent;
    border-width: 0;
    color: #777;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #F1F1F1;
}

.dropdown-menu {
    background-color: #F8F8F8;
    border-color: #E7E7E7;
}

h1, h2 {
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
    font-weight: 700;
}

h3 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

h1.page-header {
    margin-top: 0px;
    font-size: 38px;
    line-height: 40px;
}

div.course-header,
div.user-header,
div.dashboard-header {
    position: relative;
}


div.course-header a.course-header,
div.user-header div.user-header,
div.course-header div.course-header,
div.course-header-buttons,
div.dashboard-header div.dashboard-header {
    position: absolute;
    right: 0px;
    top: 7px;
}

div.course-header-buttons {
    text-align: right;
    width: 100%;
}

h1.page-header small {
    font-size: 80%;
    margin-left: 10px;
}

h1.page-header a:hover,
h1.page-header a:hover small {
    text-decoration: none;
    color: #66afe9;
}

strong,
label {
    font-weight: 600;
}

.home {
    text-align: center;
    margin-top: 150px;
}

.left-sidebar {
    border-top: 2px solid #d0d0d0;
    margin-top: 25px;
    background-color: #f8f8f8;
}

.pagination {
    margin-top: 0;
}

div.div-table {
    margin-bottom: 20px;
}

div.div-table div.div-table-header {
    border-bottom: 1px solid #d8d8d8;
    padding: 10px;
}

div.div-table div.div-table-row {
    padding: 4px 10px;
    line-height: 34px;
    border-top: 1px solid #ddd;
}

div.div-table div.div-table-row button {
    padding: 0 5px;
}

div.div-table-striped div.div-table-row:nth-child(odd){
    background-color: #f9f9f9;
}

div.comment {
    border-bottom: 1px dashed #f0f0f0;
    margin-bottom: 10px;
}

div.comment p:first-child {
    font-style: italic;
    color: #888;
    margin-bottom: 5px;
}

div.health-progress {
    min-height: 60px;
}

div.health-progress span {
    padding: 10px;
    display: inline-block;
}

.health-done > div,
.health-inprogress > div,
.health-open > div {
    height: 70px;
}

.health-open {
    background-color: #428bca;
    color: #f0f0f0;
}

.health-inprogress {
    background-color: #f0ad4e;
}

.health-done {
    background-color: #5cb85c;
    color: #f0f0f0;
}

div.health-value {
    margin-top: -10px;
    font-size: 100px;
    font-weight: 600;
    text-align: center;
}

div.health-value sup {
    font-size: 0.5em;
    top: -0.8em;
}

div.health-value small {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

table.priority-distribution p.space {
    padding: 0 10px;
}

p.priority-distribution {
    margin-right: 45px;
    position: relative;
}

p.priority-distribution span:first-child {
    display: inline-block;
    max-width: 96%;
}

p.priority-distribution span:last-child {
    position: absolute;
    top: 0px;
    padding-left: 5px;
}

/* Borderless Table Form */
form.table-borderless input[type=text],
form.table-borderless input[type=password],
form.table-borderless input[type=email],
form.table-borderless textarea {
    border: 1px solid transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    background-color: transparent;
    resize: vertical;
}

form.table-borderless input:focus,
form.table-borderless textarea:focus {
    border: 1px solid transparent;
    border-bottom: 1px dashed #66afe9;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form.table-borderless label {
    margin: 0;
}

.modal{
    overflow-y: auto;
}
.modal-open{
    overflow:auto;
    overflow-x:hidden;
}

/* NOTIFICATIONS */
#notify {
    position: fixed;
    top: 70px;
    right: 20px;
    cursor: pointer;
}

#notify .notification {
    padding: 10px;
    width: 250px;
}

/* AUTO-COMPLETE */
div.autocomplete-suggestions {
    border-radius: 4px;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #ddd;
    width: auto !important;
    font-size: 13px;
    margin-top: 5px;
}

div.autocomplete-suggestion {
    padding: 4px 8px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    background-color: #fff;
}

div.autocomplete-suggestion:first-child {
    border-radius: 4px 4px 0 0;
}

div.autocomplete-suggestion:last-child {
    border-radius: 0 0 4px 4px;
}

div.autocomplete-suggestion.autocomplete-selected {
    background-color: #f8f8f8;
}

span.label {
    font-weight: normal;
}

#scroll {
    position: relative;
    padding-top: 0;
}

.help-guide .main-container h1,
.help-guide .main-container h2,
.help-guide .main-container h3,
.help-guide .main-container h4 {
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 200;
}

.help-guide .main-container h1 {
    font-size: 21px;
    color: #23a127;
    border-bottom: 2px solid #23a127;
    padding-bottom: 5px;
    padding-top: 1.4em;
    margin-top: 0;
}

.help-guide .main-container div:first-child h1:first-child {
    padding-top: 1.1em;
}

.help-guide .main-container h2 {
    color: #888;
    font-size: 18px;
    margin-bottom: 0.6em;
    padding-top: 1.4em;
    margin-top: 0;
}

.help-guide .main-container div h2:nth-child(2) {
    padding-top: 0.8em;
}

.help-guide .main-container h3 {
    color: #127BA3;
    padding-bottom: 0;
    border-bottom: 0;
    font-style: italic;
}

.help-guide .subheading {
    margin-left: 1.5em;
}

/** Issue priorities, status, details **/
.priority-minor {
    color: #2a2;
}

.priority-major,
.priority-critical,
.priority-blocker {
    color: #a22;
}

.issue-list .issue-information, .version-information {
    cursor: pointer;
}

.issue-list .issue-information.issue-selected,
.issue-list .issue-information.issue-selected td,
.version-information.version-selected,
.version-information.version-selected td,
.courses .course-selected td {
    background-color: #fff8cf !important;
}

.issue-global {
    position: absolute;
    top: 0px;
    right: 15px;
    margin: 0;
    z-index: 1;
}

.issue-details, .version-details, .course-bulk-details {
    position: absolute;
    right: 15px;
    top: 0;
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #eee;
    display: none;
    overflow-x:hidden;
}

.issue-information .issue-multi-select:before {
    content: "\f096";
}

.issue-selected .issue-multi-select:before {
    content: "\f14a" !important;
}

p strong.inline {
    display: inline-block;
    width: 100px;
    font-weight: normal;
    color: #888;
}

form.add-comment textarea {
    resize: vertical;
}

/** Dyanimc Height Elements **/
.reel-height-full {
    overflow-y: auto;
}

.reel-height-container .page-header {
    margin-bottom: 0;
}

.reel-height-container .reel-height-full {
    padding-top: 20px;
    padding-bottom: 20px;
}

.reel-height-parent {
    position: relative;
    transition: padding 0.5s ease;
}

#error-message, .ajax-error-message {
    display: none;
}

.form-control-select2 {
    padding: 4px 0 !important;
    width: 100%;
}

.form-control-select2 ul {
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #CCCCCC;
}

.left-menu {
    float: left;
    width: 220px;
    border-right: 1px solid #eee;
}

.left-menu a {
    display: block;
    padding: 8px 12px;
    margin: 0;
}

.left-menu a.selected {
    background-color: #f4f4f4;
}

.left-menu a.submenu {
    padding-left: 25px;
    font-size: 0.9em;
}

.left-menu a.submenu2 {
    padding-left: 40px;
    font-size: 0.9em;
}

.main-container {
    padding: 0 20px;
}

/** ERROR PAGES **/
.error-page {
    text-align: center;
}

.error-page h1 {
    font-size: 8em;
    margin-bottom: 0.5em;
}

.error-page p {
    font-size: 1.4em;
}

.error-code {
    position: absolute;
    bottom: 0px;
    right: 60px;
    color: #f0f0f0;
    font-size: 250px;
    z-index: -1;
}

/** HELPERS **/

.positionRelative {
    position: relative;
}

/** Filter **/

#filters-heading {
    padding: 4px 0;
    margin: 10px 0 8px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    border-bottom: 4px solid #eee;
}

.filter-wrapper {
    padding: 0 12px;
}

.filter-dropdown label {
    margin: 0;
}

.filter-box {
    margin-bottom: 10px;
}

.filter-box p {
    margin: 0;
    font-size: 13px;
}

.filter-box .panel-heading {
    padding: 10px;
    cursor: pointer;
}

.filter-box .panel-title {
    text-transform: capitalize;
    font-size: 14px;
}

.filter-box .panel-body {
    padding: 10px;
    max-height: 160px;
    overflow-y: auto;
}

.filter-box ul {
    padding: 0;
    list-style: none;
    font-size: 13px;
}

.filter-box label {
    font-weight: normal;
    cursor: pointer;
}

.filter-box li input[type='checkbox'] {
    margin-right: 5px;
}


.container-fluid
#course-create-issue-wrapper {
    width: 37.3%;
    margin-left: 32.3%;
}

#course-create-issue-wrapper .popover {
    max-width: 600px!important;
    width: 500px;
}
.form-group .tooltip {
    width: 100%;
}

/** Attachments Styles */

.thumbnail:hover {
    background: #eee;
}

.glyphicon-calendar {
    cursor: pointer;
}

.instruction-title {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px dotted #bbb;
    font-weight: 400;
}

.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    padding: 10px 15px;
    margin: 0 0 20px 0;
}

.instruction-title.bs-callout-danger {
    color: #d9534f;
}

.instruction-title.bs-callout-info {
    color: #5bc0de;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.review-completed-indicator {
    margin: 8px 0;
    padding: 5px;
    width: 25.5%;
}

.table.table-issue-detail th,
.table.table-issue-detail td {
    border: none;
    padding: 5px;
}

.table.table-issue-detail th {
    color: #888;
    font-weight: normal;
    padding-left: 0;
    padding-right: 10px;
    width: 1px;
    white-space: nowrap;
}

.issue-detail .label {
    display: inline-block;
    padding: 5px 6px;
}

.validation-message {
    margin-top: 2px;
}

i.fa-check-circle-o.text-success {
    color: #28b62c;
}

.btn-search-group {
    padding: 0;
}

.btn-search-group .btn-no-border {
    background: none;
    border: none;
    padding: 3px 12px;
}

table.courses {
	table-layout:fixed;
}

.truncate {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

.truncate.course-name {
    height: 48px;
}

.course-name-wrapper {
    width: 60%;
}

small {
    font-size: 80%;
    line-height: 22px;
}

.version-detail-wrapper {
    line-height: 30px;
    margin-bottom: 5px;
    display: table;
    width: 100%;
    vertical-align: top;
}

.version-detail-wrapper strong.inline {
    color: #888;
    display: table-cell;
    font-weight: normal;
    line-height: 30px;
    width: 100px;
    vertical-align: top;
}

.version-detail-wrapper strong.version-instructions, .version-detail-wrapper strong.version-people {
    display: unset;
}

.loading {
    padding: 40px 0;
}

.course-information .course-multi-select:before {
    content: "\f096";
    cursor: pointer;
}

.course-selected .course-multi-select:before {
    content: "\f14a" !important;
}

.course-information a.truncate {
    display: inline-block;
}

.settings-panel .days-delay-wr,
.settings-panel .storage-notifications-wr{
    margin-left: 20px;
}

.settings-panel .days-delay-wr .input-group,
.settings-panel .storage-notifications-wr .input-group{
    width: 220px;
}

/* UPDATE PROFILE Disable Notification Checkbox Style */
.disabled-notifications-wr .disabled-notification-option-group .checkbox:first-of-type{
    margin-top: 0;
}

/* REPORTS STYLES */
.report-box big {
    display: block;
    text-align: center;
    font-size: 70px;
}

.report-box big small {
    font-size: 14px;
}

.report-box .panel-footer {
    background-color: #fff;
}

.report-box .doughnut-legend {
    list-style: none;
    margin: 0;
    padding: 0;
}

.report-box .doughnut-legend li {
    padding: 5px 0;
}

.report-box .doughnut-legend li span {
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: sub;
    margin: 0 10px;
}

.report-box .panel-body table {
    margin-bottom: 0;
}
.showing-count {
    margin-top: 25px;
}

.status-form #s2id_resolutions {
    padding: 0 !important;
}

.status-form #s2id_resolutions ul.select2-choices li.select2-search-choice {
    margin: 6px 0 6px 5px;
}

.status-form #s2id_state {
    padding: 0;
}
.status-form #s2id_state > a{
    height: 32px;
    line-height: 32px;
}

table.status-list > tbody > tr:not(:nth-child(1))>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}

table.status-list > tbody + tbody {
    border-top: 0;
}

table.status-list .ui-sortable-placeholder td {
    background: #eee !important;
    visibility: visible !important;
}

table.status-list tbody tr:hover td {
    background-color: #eee;
}

.preserve-white-space {
    white-space: pre-wrap;
}

.form-control.select2-hidden-accessible {
    position: absolute !important;
    width: 1px !important;
}

.email-tmpl-heading {
    border-bottom: 2px solid #e0e0e0;
    font-size: 1.6em;
    font-weight: 300;
    margin-top: 5px;
    padding-bottom: 6px;
}

.ql-tmplvars {
    min-width: 110px;
}

span.disabled-notifications-icon{
    background   : #f0ad4e8c;
    border       : 1px solid #ffc776;
    font-size    : 0.55em;
    font-weight  : normal;
    position     : absolute;
    top          : 8px;
    right        : 0;
    width        : 19px;
    height       : 19px;
    overflow     : hidden;
    border-radius: 50%;
    padding-top  : 3px;
}

.disabled-notifications-icon .fa:nth-child(1){
    left: -3px;
}

.disabled-notifications-icon .fa:nth-child(2){
    margin-left: 4px;
    font-size: 1.20em;
    bottom: 2px;
}

.disabled-notifications-icon + .tooltip{
    pointer-events: none;
    text-transform: none;
    font-weight   : normal;
}

.disabled-notifications-icon + .tooltip.bottom{
    left: 10px !important;
}

.disabled-notifications-icon + .tooltip.bottom .tooltip-arrow{
    margin-left: 20px;
}

.select-all-issue {
    cursor: pointer;
    padding: 8px;
}

.select-all-issue .issue-multi-select:before {
    content: "\f096";
}

.select-all-issue .selected-all-issue .issue-multi-select:before {
    content: "\f14a" !important;
}
/*
[for="select-all-issue"]{
    margin: 10px 6px ;
    padding: 0 5px;
    font-weight: normal;
    cursor: pointer;
}
[for="select-all-issue"] input[type="checkbox"]:checked + span{
    color: #428bca;
}
[for="select-all-issue"] input[type="checkbox"]{
    margin: 0 6px 4px 0;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    outline: none;
    cursor: pointer;
}
[for="select-all-issue"] input[type="checkbox"]:checked::before{
    content: ' \2714';
    position: absolute;
    padding: 0;
    margin: auto;
    text-align: center;
    line-height: 10px;
    color: #fff;
    overflow: hidden;
    background: #428bca;
    border: solid 1px #1d7dd1;
    width: 12px;
    height: 12px;
    display: block;
    pointer-events: none;
    border-radius: 2px;
    font-size: 12px;
}
[for="select-all-issue"] input[type="checkbox"]::after{
    content: '';
    background: #f9f9f9;
    width: 12px;
    height: 12px;
    display: block;
    pointer-events: none;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    border: solid 1px #999;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(255,255,255,1);
    box-shadow: 0px 5px 5px 0px rgba(255,255,255,1);
}*/
