body {
    color: #666;
    font-size: 14px; 
    font-family: 'Open Sans';
    background-color: #f9f9f9;
}
h3 {
	/*padding: 40px 0px;*/
    margin: auto 0;
	text-transform: uppercase;
}

a {
    color: #000;
    text-decoration: underline;
}
a:hover {
    color: #d70000;
}
.btn a,
a.btn {
    text-decoration: none;
}

.btn-primary {
    background-color: #343a40;
    border-color: #343a40;
    border: 0;
    text-transform: uppercase;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	background-color: #212529;
    border-color: #212529;
}

.btn-primary.focus, .btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(255,38,38,.5);
}

.btn-primary a {
	color: #ffffff;
}


.btn-primary:hover {
    background-color: #212529;
    border-color: #212529;
    border: 0;
}

.title-actions {
	line-height: 120px;
	text-align: right;
}

.header {
    background-color: #D80000;
    height: 60px;
    color: #fff;
}

.header .logo {
    padding: 15px 0 10px 20px;
}

.header .logo img {
    height: 30px;
}

.header .username {
    padding: 0 30px;
    line-height: 60px;
}

.header .menu {
    line-height: 60px;
    position: relative; /*the container must be positioned relative:*/
}

.s-hidden {
    visibility:hidden;
    padding-right:10px;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #fff;
    width: 350px;
}
.styledSelect {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:#9E0000;
    padding:0 0 0 20px;
}
.styledSelect:after {
    content:"";
    width:0;
    height:0;
    border:5px solid transparent;
    border-color:#fff transparent transparent transparent;
    position:absolute;
    top:27px;
    right:20px;
}
.styledSelect:active, .styledSelect.active {
    background-color:#860000;
}
.options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left:0;
    z-index:999;
    margin:0 0;
    padding:0 0;
    list-style:none;
    border:1px solid #ccc;
    background-color:#9E0000;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
}
.options li {
    padding:0 6px;
    margin:0 0;
    padding:0 10px;
}
.options li:hover {
    background-color:#860000;
    color:white;
}


h2 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 10px;
}

.section-content {
    background-color: #fff;
    padding: 10px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #666;
    border-color: #666;
}

.page-link {
    color: #212529;
}

.page-link:hover {
    color: #000;
}

.dataTables_paginate {
	margin: 30px 0 !important;
}

.dataTables_info {
	margin: 15px 0 !important;
}

.form-group {
    padding: 0px 15px;
}

input#jse {
    margin: 10px 10px 0 10px;
}

.width-auto {
    width: auto !important;
}

.related h4 {
    margin: 40px 0 20px 0px;
}

.select2-container .select2-selection {
    padding: .375rem .75rem;
    height: 43px;
    border-color: #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    right: 6px;
}

.message {
    padding: 10px;
    color: #fff;
    margin: 10px 0;
}

.message.error {
    background-color: #d80000;
}

.message.warning {
    background-color: #ff8d00;
}

.message.success {
    background-color: #1d7700;
}

.navbar-nav .nav-link {
    padding-left: 0 !important;
    text-decoration: none;
    font-size: 16px;
}

.navbar-nav .nav-item {
    padding-left: 0.5rem !important;
    /*color: rgba(0,0,0,.5);*/
}

span.nav-title {
    padding-left: 15px;
    top: 1.5px;
    position: relative;
}

h3.dashboard {
    color: rgba(0,0,0,.5);
}

.view-title {
    padding: 40px 25px;
}

.text-link {
    text-transform: uppercase;
    color: #d70000;
}
.text-link:hover {
    cursor: pointer;
}
.highcharts-credits {
    display: none;
}
.quota-title {
    padding-top: 24px;
}

.svg-icon{
    filter: invert(16%) sepia(7%) saturate(0%) hue-rotate(176deg) brightness(105%) contrast(91%);
    width: 17px;
}

.subtext {
    color: #666666;
    font-size: 14px;
}


.project-card .project-card-title {
    color: #444;
    padding: 20px 0 0 0;
    font-size: 26px;
    text-transform: uppercase;
}
.project-card .project-card-desc {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}
.project-card .title {
    color: #222;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
}

.project-card-section {
    margin-bottom: 20px;
}

.panel-group {
    margin-bottom: 20px;
}
.panel-group .collapse.in {
    display: block;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-default {
    border-color: #ddd;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title a {
    color: #000;
}
.panel-title a:hover {
    color: #d70000;
}
.panel-collapse {
    padding: 5px 10px;
    border: 1px solid #f5f5f5;
}
.panel-title a {
    padding: 10px;
    display: block;
}
.panel-footer {
    padding: 5px;
    text-align: right;
    font-size: 14px;
}
.notes {
    font-style: italic;
    color: #bbb;
    font-size: 14px;
    line-height: 0px !important;
}
.text-10 {
    font-size: 10px;
}
.text-12 {
    font-size: 12px;
}
.text-14 {
    font-size: 14px;
}

/*.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
  display: none;
}*/

.form-file{
    padding: .2em .75rem;
}
.form-file::-webkit-file-upload-button {
  visibility: hidden;
}
.form-file::before {
    content: 'Select files';
    display: inline-block;
    background-color: #d70000;
    padding: 3px 10px;
    cursor: pointer;
    font-size: 10pt;
    color: #fff;
    position: relative;
    left: -5px;
    text-transform: uppercase;
}
.form-file:hover::before {
  border-color: black;
}
.form-file:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}



.table td, .table th {
    padding: .4rem;
    border-color: rgba(0,0,0,.04);
}
.table td {
    padding: .3rem;
}

table.dataTable thead .sorting:before, 
table.dataTable thead .sorting:after, 
table.dataTable thead .sorting_asc:before, 
table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_desc:before, 
table.dataTable thead .sorting_desc:after, 
table.dataTable thead .sorting_asc_disabled:before, 
table.dataTable thead .sorting_asc_disabled:after, 
table.dataTable thead .sorting_desc_disabled:before, 
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 0.4em;
}

.table thead th,
.table td {
    font-size: 14px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.01);
}
.table thead th {
    border-bottom: none;
    background: rgba(0,0,0,.05);
    text-transform: uppercase;
}



.pagination {
    float: right;
}

.pagination li {
    padding: 2px 5px;
}

.pagination li:hover {
    background-color: #e1e1e1;
}


.myperformance_title {
    font-family: 'Open Sans';
    font-weight: normal;
    color: #666;
}

.dashboard-meeting,
.my-tasks,
.my-notes {
    font-size:0.8em; 
    margin-bottom: 20px;
    padding: 0px;
}

.dashboard-meeting-title {
    font-weight: bold;
    background-color: #E6E6E6;
    padding: 10px 0px;
    box-sizing: content-box;
    line-height: 20px;
}
.dashboard-meeting-title .meeting-status {
    font-weight: normal;

}

.dashboard-meeting-info .heading {
    font-weight: bold;
    padding-top: 10px;
}

.dashboard-meeting-title-icon {
    height: 20px;
    margin-top: -2px;
    margin-right: 6px;
    filter: invert(40%) sepia(0%) saturate(5017%) hue-rotate(33deg) brightness(90%) contrast(77%);
}
.dashboard-meeting-title-icon img {
    fill: #666;
}

.meetings-history .svg-icon {
    margin-right: 20px; 
}

.meetings-history {
    font-size: .9em;
    line-height: 2em;
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.svg-spacer {
    width: 17px;
    margin-right: 20px;
    height: 17px;
    display: inline-block;
}

.meeting-section {
    margin-bottom: 30px;
}

.btn-small {
    padding: 3px 10px;
    font-size: .75em;
    color: #fff;
    border-radius: 30px;
}

.btn-small:hover {
    color: #fff;
}

.btn-green {
    background-color: #008C28;
}

.btn-green:hover {
    background-color: #00631c;
}

input.search-round {
    border-radius: 30px;
    border: none;
    outline: none;
    padding: 4px 10px;
    box-sizing: border-box;
    font-size: 0.8em;
    padding-left: 30px;
    background: url(/img/search.svg) 7px center no-repeat #f1f1f1;
    background-size: 17px;
    width: 250px !important;
}

.loader {
    background: url(/img/loader.gif) no-repeat;
    width: 256px;
    height: 256px;
    margin: 0 auto;
}

.small-table th,
.small-table td {
    font-size: .9em !important;
}

div#prospects_length,
div#prospects_length select {
    font-size: 0.8em;
}

#logcall_newcontact,
#logcall_addtask,
#logcall_addmeeting {
    display: none;
}

div#edit-meeting-modal .modal-dialog,
div#log-call-modal .modal-dialog {
    max-width: 80%;
}

.modal h3 {
    font-size: 1em;
    background: #f1f1f1;
    margin: 30px 14px 10px 14px;
    padding: 15px;
}

#datepicker:hover{cursor: pointer;}

.form-control:disabled, .form-control[readonly] {
    /*background-color: #fff;*/
}

.bootstrap-datetimepicker-widget.usetwentyfour.timepicker-sbs {
    width: 100%;
    background: rgba(0,0,0,0.02);
}

#edit-meeting-modal .bootstrap-datetimepicker-widget.usetwentyfour.timepicker-sbs {
    background: #fff;
}

.bootstrap-datetimepicker-widget h3 {
    margin: 0px;
    padding: 10px;
    text-align: center;
    color: #212529;
    font-weight: bold;
    background: rgba(0,0,0,.07);
}

.project-title {
    position: relative;
    top: -50px;
    font-size: 2.5em;
    font-weight: normal;
    padding-left: 5px;
    text-transform: uppercase;
}

.highcharts-axis-labels a {
    color: #666;
    text-decoration: none;
}

.my-performance .highcharts-container {
    height: 220px !important;
}

.header-logout img {
    margin: 19px;
    width: 20px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.admin-links {
    position: relative;
    top: 7px;
    font-size: .9em;
    text-transform: uppercase;
}

.admin-links a {
    color: #ffffff;
    text-decoration: none;
}

.admin-links a:hover {
    opacity: 70%;
}

.section-header:hover { /* for collpasible sections */
    cursor: pointer;
}

.section-content.collapsed-on-load {
    display: none;
}

.section-header-arrow {
    filter: invert(16%) sepia(7%) saturate(0%) hue-rotate(176deg) brightness(105%) contrast(91%);
    width: 16px;
    margin-top: -4px;
    margin-left: 10px;
}

input.complete-note-checkbox {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border: 2px solid #555555;
    border-radius: 3px;
    background-color: white;
    margin-right: 3px;
}

.dataTables_empty {
    padding: 50px !important;
    color: #666;
    font-style: italic;
}

label .complete-note-checkbox {
    top: 3px;
    position: relative;
}

label.required::after {
    content: " *";
    color: red;
}

span.checkbox-text {
    font-size: 0.9em;
    padding-left: 5px;
}

h2.form-subgroup {
    background: #f1f1f1;
    padding: 15px 10px;
    margin-top: 50px;
}

a.add_filter_link {
    text-transform: uppercase;
    text-decoration: none;
    font-size: .8em;
    color: #D80000;
    padding-left: 10px;
}

.remove-input {
    position: absolute;
    top: 6px;
    right: 0px;
    background: #D80000;
    padding: 2px 8px;
    color: #fff;
    border-radius: 112px;
    cursor: pointer;
}

span.loader-text {
    position: relative;
    top: -10px;
    padding-left: 20px;
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.04) !important;
}


.file-upload {
    padding: 1rem;
    height: 4em;
}

output {
    width: 100%;
    background: #f9f9f9;
}

.dashboard-table tr td {
    text-align: center;
    font-size: 1.5em;
}

.dashboard-table th {
    text-align: center;
    font-size: 1.25em !important;
}

.dashboard-table tr td:first-child,
.dashboard-table thead th:first-child {
    text-align: left;
}

.dashboard-table .over-target {
    background-color: #6ae8a6
}

.no-project-accept {
    color: #D80000;
}

.report-launcher {
    text-align: center;
    border: 1px solid #666;
    padding-bottom: 20px;
}

.report-launcher .report-icon img {
    filter: invert(12%) sepia(96%) saturate(2789%) hue-rotate(352deg) brightness(102%) contrast(125%);
    height: 150px;
    padding:20px 0px;
}

.align-input {
    margin-top: 28px;
}

.reports .bootstrap-datetimepicker-widget.bottom {
    width: 100%;
}