﻿
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

table {
    margin-bottom: 1.4em;
    width: 100%;
}

th {
    font-weight: bold;
    background: #666666;
    color: #ffffff;
    text-align: left;
}

th, td {
    padding: 4px 10px 4px 5px;
}

tr.even td {
    background: #E5ECF9;
}

tfoot {
    font-style: italic;
}

caption {
    background: #eee;
}

/* Upload csv */
#uploadcontactForm {
    float: right;
    width: 400px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
}

    #uploadcontactForm .success, #uploadcontactForm .not_success {
        width: 100%;
        padding-right: 0px;
        margin-top: 10px;
    }

.clickable {
    cursor: pointer;
}

.showme {
    display: none;
}

.showhim:hover .showme {
    width: 48px;
    height: 48px !important;
    display: block;
    position: absolute;
    border: 2px solid #872e36;
    margin-left: 80px;
    background-color: #ffffff;
}

.showme img {
    border: 2px solid #872e36;
}


[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
    display: none !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #cacaca !important;
}

#status {
    float: left;
}

    #status .badge {
        /*margin-left:25px;
  margin-top: 12px;
  line-height: 11px;*/
        font-size: 20px !important;
        margin-top: -3px;
    }

    #status .list-group {
        max-width: 300px;
    }

    #status .list-group-item {
        padding: 6px;
    }

#printlist {
    background-color: green;
    width: 95px;
    float: right;
    margin: auto;
    padding: 10px;
    color: white;
    text-align: center;
    margin-right: 5px;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.pulse {
    overflow: visible;
    position: relative;
}

    .pulse:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: inherit;
        border-radius: inherit;
        transition: opacity .3s, transform .3s;
        animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
        /*z-index: -1;*/
    }

@keyframes pulse-animation {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0;
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

#alert {
    background-color: red;
    width: 95px;
    float: right;
    margin: auto;
    padding: 10px;
    color: white;
    text-align: center;
    margin-right: 5px;
}


[ng-click]:not(.ng-click-disabled),
[data-ng-click],
[x-ng-click] {
    cursor: pointer;
}

.miniColors-trigger {
    border: 1px solid gray;
}


table#customtable a.subcustomer {
    display: inline;
}

.nav.nav-tabs {
    margin-bottom: 15px;
}

.nav-tabs > li.tab-danger.active > a {
    color: #fff !important;
    background-color: #ac2925 !important;
    border-color: #761c19 !important;
}

.nav-tabs > li.tab-danger > a {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

.dot.red {
    height: 15px;
    width: 15px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -3px;
}

.dot.green {
    height: 15px;
    width: 15px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -3px;
}

.ng-submitted .ng-invalid {
    border-color: #a94442;
}

body {
    padding-top: 120px;
}

@media (min-width: 768px) {
    #menu-main {
        width: 100%;
        text-align: center;
        display: block;
        float: none;
    }

        #menu-main li {
            display: inline-block;
            float: none;
            vertical-align: top;
        }

    #menu-main-wrap {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        float: none;
        margin-left: 260px;
        margin-right: 260px;
    }

    #logoutbtnparent {
        position: absolute;
        top: 0;
        right: 10px;
    }
}




/***
Input icons
***/
.input-icon {
    position: relative;
}

    .input-icon > .form-control {
        padding-left: 33px;
    }

.input-group .input-icon > .form-control {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.input-icon > i {
    color: #ccc;
    display: block;
    position: absolute;
    margin: 11px 2px 4px 10px;
    z-index: 3;
    width: 16px;
    font-size: 16px;
    text-align: center;
}

.modal .input-icon > i {
    z-index: 10055;
}

.has-success .input-icon > i {
    color: #45B6AF;
}

.has-warning .input-icon > i {
    color: #dfba49;
}

.has-info .input-icon > i {
    color: #89C4F4;
}

.has-error .input-icon > i {
    color: #F3565D;
}

.input-icon.right > .form-control {
    padding-right: 33px;
    padding-left: 12px;
}

.input-group .input-icon.right > .form-control {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.input-icon.right > i {
    right: 8px;
    float: right;
}

.input-icon.input-icon-lg > i {
    margin-top: 16px;
}

.input-icon.input-icon-sm > i {
    margin-top: 8px;
    font-size: 13px;
}

td .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.dl-horizontal dt {
    white-space: unset !important;
}
/* For gm.datepickermulti */
.uib-day .btn.btn-info {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}

.uib-day.selected .btn {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

table.uib-timepicker {
    width: unset;
}

@media (min-width: 992px) {
    .modal-huge {
        width: 1200px;
        max-width: 95%;
    }
}

.modal-full.modal-dialog {
    width: 99%
}

@media (min-width: 768px) {
    .modal-full.modal-dialog {
        width: auto;
    }
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

table.table tbody tr.roster-group {
    background-color: #ccc;
}

.roster .form-control.input-xs {
    width: 50px;
    padding: 1px 2px;
    height: 30px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 2px;
    display: inline;
    text-align: center;
}

.roster .has-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.roster .input-xs.wide {
    width: 150px;
    text-align: left;
}

.row-action {
    padding: 0 4px !important;
    vertical-align: middle !important;
    white-space: nowrap;
    width: 1px;
}

.roster .pagination {
    margin-top: 0;
    margin-bottom: 10px;
}

.parent {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    align-items: stretch;
    flex-direction: row;
}

    .parent > div:not(:last-of-type) {
        padding-right: 10px;
    }

.panel.employee-list {
    max-height: 500px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.dragged {
    border: dashed 1px !important;
}

.targetted {
    background-color: #9d9d9d !important;
}

.time-employee {
    display: block;
    margin-top: 5px;
}

.employee-list-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    margin-top: 20px;
    float: left;
    width: 220px;
}

.roster-wrapper {
    margin-left: 230px;
}

.roster-list-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 155px;
    margin-top: 20px;
}

.pagination-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    margin-top: 20px;
    padding: 5px;
    background-color: #eee;
}

.table-header-group th {
    background-color: darkgray;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
}

.bg-gray {
    background-color: gray;
}
.bg-lightgray {
    background-color: lightgray;
}
/*
* The dnd-list should always have a min-height,
* otherwise you can't drop to it once it's empty
*/
ul[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
}

    /**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */
    ul[dnd-list] .dndDraggingSource {
        display: none;
    }

    /**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
    ul[dnd-list] .dndPlaceholder {
        background-color: #ddd;
        display: block;
        min-height: 42px;
    }

    ul[dnd-list] li {
        background-color: #fff;
        border: 1px solid #ddd;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        display: block;
        padding: 10px 15px;
        margin-bottom: -1px;
    }
        ul[dnd-list] li.selected {
            background-color: #dff0d8;
            color: #3c763d;
        }