.disabledIcon {
    color: lightgray;
}

.textOverflow {
    overflow: hidden;
    text-overflow: ellipsis
}

.ibox-colour{
    background-color: whitesmoke
}

.profile-element ul.dropdown-menu li a:hover {
    color : black;
    background-color: lightgray;
}

.profile-element ul.dropdown-menu li a {
    color: rgb(103, 106, 108);
    background-color: white;
}

td.project-people {
    MAX-WIDTH: 160PX;
    MIN-WIDTH: 160PX;
}

.img-center{
    margin-left: auto;
    margin-right: auto;
}

.table.table.table-striped.table-hover.ng-isolate-scope.tr-ng-grid.table-bordered {
    border-top:none;
}
.tr-ng-title {
    text-align: left;
}

tbody.ng-scope {
    cursor: pointer;
}

@media only screen and (max-device-width: 480px) {
    .chosen-container{
        width: 100% !important;
    }
}

.client-detail {
    height: 597px;
}

.steps-indicator li.editing a:before {
    background-color: lightgreen;
}

.steps-indicator li.current a:before {
    background-color: lightgreen;
}

steps-indicator li a {
    font-size: xx-small;
}

.ngrs-value.ngrs-value-min {
    color: white;
}

.ngrs-range-slider.ngrs-disabled .ngrs-value.ngrs-value-min {
    color: white;
}

.custom-select{
    width: 100%;
    background-color: transparent;
    color: inherit;
    height: 46px;
    border-color: #c2c2c2;
    border: 1px solid #e5e6e7;
    text-align: left;
}

.btn .caret {
    float: right;
}

*:focus {
    outline: none !important;
}

.modal-header {
    height: 110px;
}

.intl-tel-input {
    width: 100%;
}

a.btn.btn-white.btn-bitbucket.btn-sm.add {
    color: gray;
}

.text-OK {
    color: green;
}

.cron-input {
    width: 70px;
    overflow-x: scroll;
    text-align: center;
    border: none;
    height: 59px;
}

.cron-panel {
    height:80px;
}

.cron-panel-special {
    text-align: center;
    border: 0px;
    margin-bottom: 0px
}


/*
    Timezones previews
*/

.autostart-preview {
    max-height: 220px;
    overflow: scroll;
}

.p-none {
    padding: 0;
}

.nav.nav-tabs li.has-validation-error {
    border-color: red;
    border-width: 1px;
    border-style: inherit;
}

.hasExclusion {
    background-color: moccasin;
}

.select-error {
    border-color: red;
}

.withDelete button {
    padding: 0
}

.editAutoStartDetails {
    padding-left: 22px;
    padding-right: 22px;
    margin-top: -28px;
}

/*#map {
    height: 100%;
}*/

text-OK {
    colour: #1ab394
}

/* Drop down fix

Used: https://github.com/twbs/bootstrap/issues/11037#issuecomment-105283986

Potential if above is problematic: https://stackoverflow.com/questions/26018756/bootstrap-button-drop-down-inside-responsive-table-not-visible-because-of-scroll/29763143#29763143

*/

@media (max-width: 767px) {
    .table-responsive .dropdown-menu {
/*         position: static !important;*/
        left: -100px;
    }
}

.table-responsive {
    overflow: visible;
}
    
li.dangerous {
    background-color: red;
    color: white;
}    

li.dangerous:focus {
    background-color: #ff6666;
    color: white;
}    

.dashboard-users-name:hover {
    text-decoration: underline;
    cursor: pointer;
}

.note-red {
    color : red;
}

.note-orange {
    color : orange;
}

.note-green {
    color : green;
}

.small-note {
    font-size: xx-small;
}

.menu-align-fix {
    position: relative;
    top: -7px;
    left: 9px;
}

i.fa.fa-battery-empty {
    color: red;
}

i.fa.fa-battery-quarter {
    color: firebrick;
}

i.fa.fa-battery-half {
    color: orange;
}

i.fa.fa-battery-three-quarters {
    color: darkolivegreen;
}

i.fa.fa-battery-full {
    color: green;
}

.app-time-warning {
    color: orange;
}

.gps-info {
    padding:5px;
}

.gps-summary {
    margin-bottom:6px;
}

.registration-section {
    border-width: 1px;
    border-style: solid;
    padding-top:12px;
    padding-bottom:12px;
    margin-bottom:12px;
}

.registration-heading {
    font-size:large;
    font-weight: bolder;
}

.registration-explanation {
    padding:12px;
    border-radius: 6px;
    font-size: small;
    background-color:#398557;
    color:white;
}

.registration-section.strategy {
}

.validation-error {
    color: red;
}

@media (max-width: 420px) {
    h1 {
        font-size:24px;
    }
}

.cell-error {
/*    background-color:red;*/
    border: 1px solid red;
    border-radius: 1px;
}

.quick-user-submit-success {
    color: #13c2a0;
}

.quick-user-submit-error {
    color: #ff0100;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.duputy-absent-error {
    background-color: red;    
    color: white;
}