﻿.row.display-table {
    display: table;
    height: 100%;
}

[data-visibility] {
    display: none;
}

.nav-pills a {
    color: black;
    font-weight: bold;
}

    .row.display-table [class*='col-'] {
        float: none;
        display: table-cell;
        height: 100%;
    }

    .row.display-table .col {
        float: none;
        display: table-cell;
        height: 100%;
    }

.swal-allow-overflow {
    overflow: visible !important;
}

.striped-background {
    background:
    /* On "top" */
    repeating-linear-gradient( 45deg, transparent, transparent 10px, #e0e0e0 10px, #e0e0e0 20px )
}

.tooltip {
    border-radius: 10px !important;
}

.tooltip-inner {
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 2px 2px 5px grey;
}

.grabable{
    cursor: url(https://ssl.gstatic.com/ui/v1/icons/mail/images/2/openhand.cur), default !important;
}

#checklist-items-list .hoverable:hover{
    background-color: transparent;
}

#SiteFilter li.navbar-hover-hamburger a:hover{
    color: lightgray;
}

#SiteFilter li.navbar-hover-hamburger a{
    color: white;
}

.field-validation-error{
    color: #f05050;
    margin-top: 5px;
}

.form-group .select2-container{
    width: 100%;
}
.form-group .select2-container .select2-selection--single {
    height: 34px;
}

.disableAnchor {
    pointer-events: none;
    cursor: default;
    opacity: 0.4;
}

.entity-marker{

    border-radius: 50%;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
}

.site-bg-color{
    background-color: #5fbcbe;
     color: #fff !important;
}

.checkin-bg-color{
    background-color: #7ac396;
     color: #fff !important;
}

.incident-bg-color{
    background-color: #f6cf43;
    color: #fff !important;
}

.hazard-bg-color{
    background-color: #dc424e;
    color: #fff !important;
}

.task-bg-color{
    background-color: #418766;
     color: #fff !important;
}

.default-bg-color{
    background-color: #909fa7;
     color: #fff !important;
}

.meeting-bg-color{
    background-color: #1e6fb5;
     color: #fff !important;
}



.panel .panel-heading .pagination a {
   position: relative;
  float: left;
  padding: 6px 16px;
  line-height: 1.52857143;
  text-decoration: none;
  color: #515253;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  margin-left: -1px;
}

a{
    cursor: pointer;
}

.widget a:hover{
    text-decoration: none;
}

/*colours*/

.checkins-color{
    color: #7ac386;
}

.checkins-background-color{
    background-color: #7ac386;
}

.meeting-color{
    color: #1e6fb5;
}

.meeting-background-color{
    background-color: #1e6fb5;
}

.incident-color{
    color: #f2cf43;
}

.incident-background-color{
    background-color: #f2cf43;
}

.site-color{
    color: #5fbcbe;
}

.site-background-color{
    background-color: #5fbcbe;
}

.hazard-color{
    color: #dc424e;
}

.hazard-background-color{
    background-color: #dc424e;
}

.message-color{
    color: #0ad317;
}

.message-background-color{
    background-color: #0ad317;
}

.task-color{
    color: #418677;
}

.task-background-color{
    background-color: #418677;
}

.table .fa-caret-up{
    display: none;
}

.table .fa-caret-down{
    display: none;
}

.table .sorted.up .fa-caret-up{
    display: initial;
}

.table .sorted.down .fa-caret-down{
    display: initial;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

div.panel-body.hoverable{
      background-color: white;
      border: 1px solid #d8d8d8;
}

div.panel-body.hoverable:hover{
      border-bottom-width: 4px;
      border-bottom-color: #465a65;
      margin-bottom: -3px;
}

div.panel-body.default-border-color.hoverable:hover{
      border-bottom-color: #465a65;
}

.hoverable:hover{
      background-color: #465a65;
}

.panel-heading .dropdown-menu,
.panel-heading .dropdown-menu a{
    color: #5f5f5f;
}

.panel-heading .pagination{
    margin: 0;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.52857143;
  color: #515253;
  background-color: #f5f7fa;
}

#CurrentUser{
    clear: both; color: black; float: left;
}

.panel .panel-heading a.btn-default{
    color: #333;
}

.scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}

.sidebar .vl-nav-heading {
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  -webkit-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  animation: fadeIn 1s;
  padding: 12px 15px;
  font-size: 13px;
  letter-spacing: .035em;
}

#checklist-items-list li:hover{
    cursor: grab;
    cursor: -webkit-grab;
}

.sweet-alert p{
    word-wrap: break-word;
}

@media (min-width: 768px) {  
    #CurrentUser{
        padding-top: 18px; float: right; clear: none;
    }
    .sweet-alert.lg{
        width: 800px;
        margin-top: 0;
    }
}

.ui-autocomplete {
    z-index: 10000;
    list-style: none;
    max-width: 200px;
    padding: 5px;
    background: white;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-autocomplete li {
    background-color: transparent !important;
}
.ui-autocomplete li:hover,
.ui-autocomplete li:active,
.ui-autocomplete li:focus {
    background-color: transparent !important;
    font-weight: bold;
    cursor: pointer;
}

.hoverable:hover {
    background-color: #eff1f2 !important;
}

.clickable{
    cursor: pointer !important;
}

/*[data-role] {
    display: none;
}*/

body {
    margin-top: 30px;
}

.stepwizard-step p {
    margin-top: 0px;
    color: #666;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

/* Metronic styles */

.menu-section {
    color: #4c4e6f !important;
    padding-left: 22px !important;
}


select {
    height: 40px !important;
}

body .ball-clip-rotate-multiple > div{
    border-color: black !important;
}