#site-wrapper{
    width: unset;
    height: unset;
}
#site-canvas{
    height: unset;
    position: unset;
    transform: none;
    transition: none;
    width: unset;
}

.stick .nav-tools{
    position:fixed;
    width:100%;
    z-index:1000;
    top:50px;
}

.stick .container-fluid.main-container{
    margin-top:120px;
}

.modal-content form {
  padding: 0;
}

ul.pagination li a{
    margin:0;
}
.fa.fa-truck{
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
}

.label-sort{
    background:#fff;
    border:1px solid #e1e1e1;
    color:#7b7b7b;
    font-size:12px;
    padding:5px 10px;
    font-weight:normal;
    margin-right:6px;
}


.label-sort .tag-delete-link{
    color:#7b7b7b;
}
.label-sort:hover .tag-delete-link{
    color:#ec0303;
}

.navbar .text-right .nav{
    float:right;
}

.navbar .text-right .nav .dropdown-menu{
    left: auto;
    right: 0;
}

.admin-table th a{
    color:#333336 !important;
}
.admin-table th{
    text-transform:lowercase;
}

.user-stats-info .stats .numbers td h6.inuse {
    color: #5cb85c;
}

.user-stats-info .stats .numbers td h6.overdue {
    color: #d9534f;
}

.user-stats-info .stats .numbers td h6.scheduled {
    color: #e07f0c;
}

.notification-inuse {
    background-color:#5cb85c;
}
.notification-due {
    background-color:#f0ad4e;
}
.notification-overdue {
    background-color:#c9302c;
}
.notification-scheduled {
    background-color:#e07f0c;
}
.notification-external {
    background-color:#5bc0de;
}
.notification-inactive {
    background-color:#636e76;
}
.circle-unknown {
    color:#e0655f;
}
.notification-other {
    background-color:#e0655f;
}
.notification-total {
    background-color:#7b60b2;
}
.datepicker{
    z-index:1050 !important;
}

/*
button {
    animation:button_highlight 1200ms linear 0ms 9992 alternate;
    -moz-animation:button_highlight 1200ms linear 0ms 9992 alternate;
    -webkit-animation:button_highlight 1200ms linear 0ms 9992 alternate;
}
*/
button.button_highlight {
    animation:button_highlight 1500ms linear 0ms infinite alternate;
    -moz-animation:button_highlight 1500ms linear 0ms infinite alternate;
    -webkit-animation:button_highlight 1500ms linear 0ms infinite alternate;
}
@keyframes button_highlight {
    0% { background:auto; }
    20% { background:#1b6d85; }
    80%, 100% { background:auto; }
}
@-moz-keyframes button_highlight /* Firefox */ {
    0% { background:auto; }
    20% { background:#1b6d85; }
    80%, 100% { background:auto; }
}

.popover {
    max-width: 800px !important;
}

/* Extra opmaak voor correcties */

::-webkit-input-placeholder {
   color: #989898 !important;
}
:-moz-placeholder {
   color: #989898 !important;
}
::-moz-placeholder {
   color: #989898 !important;
}
:-ms-input-placeholder {
   color: #989898 !important;
}
.intrument-details .form-group {
    min-height: 84px;
}
.add-border-bottom {
    border-bottom: 1px solid #ccc;
}
body {
    -ms-overflow-style: scrollbar;  /* to disable transparency in IE scrollbar */
}

.intrument-details input{
    border: 1px solid #ccc;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 16px !important;
    font-weight: normal;
}

.intrument-details *::-moz-placeholder,
.intrument-details *::-webkit-input-placeholder,
.intrument-details *:-moz-placeholder,
.intrument-details *:-ms-input-placeholder {
    font-size: 13px  !important;
    font-weight: normal;
}

.intrument-details *::-moz-placeholder{
    font-size: 13px;
    font-weight: normal;
}

.intrument-details *::-webkit-input-placeholder{
    font-size: 13px;
    font-weight: normal;
}

.intrument-details *:-moz-placeholder{
    font-size: 13px;
    font-weight: normal;
}

.intrument-details *:-ms-input-placeholder{
    font-size: 13px;
    font-weight: normal;
}

#brand_id-group input[type=text],
#equipment_id-group input[type=text]{
    margin-bottom: 10px;
}

.no-gutter{
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.no-gutter .row{
    overflow: hidden;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: url(/gfx/calitextranet/stroke.png) repeat-y top right;
}

.no-gutter .row [class*="col-"] {
    /* margin-bottom: -99999px;
    padding-bottom: 99999px; */
    border-top: none;
}

#brand_id-group .input-group,
#brand_id-group .input-group input[type="text"],
#equipment_id-group .input-group,
#equipment_id-group .input-group input[type="text"]{
    width: 100%;
}

.no-gutter .row {
    overflow: visible;
}

#equipments-list,
#brand-list {
    position: absolute;
    z-index: 999;
    padding: 0;
    top: 88px;
    width: calc(100% - 25px);
    max-height: 300px;
    overflow-y: scroll;
    border: 1px solid #ccc;
}
#equipments-list .search_brand,
#brand-list .search_brand {
    width: 100%;
    border: 1px solid #ccc;
}
#equipments-list .equipments-list-item,
#brand-list .brand-list-item {
    padding: 2px 5px;
    color: #333;
    border: none;
    border-bottom: 1px solid #ccc;
    text-shadow: none !important;
    text-align: left;
}
