header {
    background-color: #1f718b;
    min-height: 50px;
    line-height: 50px;
}

header .form {
    padding-top: 7px;
}

header .form input{
    border-radius: 3px;
}

header .form input:focus{
    border-color: #d2d6de;
}

header a {
    color: #fff;
    font-size: 24px
}

header .access {
    font-size:16px !important;
    width:auto !important;
    padding: 0px 15px !important;
}

header .access span {
    padding: 0px 6px;
}

.pointer {
    cursor:pointer;
}

.reporting {
    max-height: 400px;
    overflow: auto;
}

.box>.list-group, .box>.panel-collapse>.list-group {
    margin-bottom: 0;
}

.box>.list-group .list-group-item, .box>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.box>.list-group:last-child .list-group-item:last-child, .box>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

table.dataTable {
    cursor: pointer;
}

.ordering-only {
    border:0px !important;
}

.box-tools {
    font-size: 18px;
}

h1 .fa-chevron-right {
    font-size:0.75em;
    margin: 0px 15px;
}

.box.box-teal {
    border-top-color: #62b5b5;
}
span.teal {
    color:#62b5b5;
}

.box.box-purple {
    border-top-color: #605ca8;
}
span.purple {
    color:#605ca8;
}

.box.box-yellow {
    border-top-color: #EEE8AA;
}
span.yellow {
    color:#EEE8AA;
}

.box.box-maroon {
    border-top-color: #D81B60;
}
span.maroon {
    color:#D81B60;
}

.box.box-orange {
    border-top-color: #ff851b;
}
span.orange {
    color:#ff851b;
}

.box.box-navy {
    border-top-color: #001F3F;
}
span.navy {
    color:#001F3F;
}

.box.box-lightblue {
    border-top-color: #5ad6f4;
}
span.lightblue {
    color:#5ad6f4;
}

.text-danger {
    color: #dd4b39;
}

.content-wrapper .container {
    margin-top:30px;
}

.skin-blue-light .content-header {
    background: #FFF;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
}
.content-header .breadcrumb {
    background: none;
    margin: 0
}

/* The container <div> - needed to position the dropdown content */
.breadcrumb .dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.breadcrumb .dropdown-content {
    background-color: white;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    min-width: 250px;
    padding: 5px 0px;
    width: inherit;
    display: none;
    position: absolute;
    z-index: 1;
}

/* Links inside the dropdown */
.breadcrumb .dropdown-content a {
    text-decoration: none;
    display: block;
    padding: 2px 22px;
}

/* Show the dropdown menu on hover */
.breadcrumb .dropdown:hover .dropdown-content {
    display: block;
}

.collapsable {
    cursor: pointer;
}
.collapsable:hover {
    background-color: rgb(250,250,250);
}

.collapsable .fa {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}

.full-width {
    width: 100% !important;
}

.no-padding-left {
    padding-left: 0px !important;
}
.no-padding-right {
    padding-right: 0px !important;
}

.empty-recalls {
    padding-top: 15px;
    padding-left:30px;
    padding-bottom:15px;
}

#form_target {
    display: none;
}
#formImageEditor {
    width: 0px;
    height: 0;
    overflow: hidden;
}
#form_targetShort {
    display: none;
}
#formImageEditorShort {
    width: 0px;
    height: 0;
    overflow: hidden;
}

.select2-dropdown .select2-search__field:focus, .select2-search--inline .select2-search__field:focus {
    outline: none;
    border: none;
}
