/* ngAnimate */
tr.ng-move,
tr.ng-enter,
tr.ng-leave {
    transition: all linear 0.4s;
}

tr.ng-leave.ng-leave-active,
tr.ng-move,
tr.ng-enter {
    opacity: 0;
    max-height: 0;
}

tr.ng-leave,
tr.ng-move.ng-move-active,
tr.ng-enter.ng-enter-active {
    opacity: 1;
}
/* End ngAnimate */

/* Loading */
:root
{
    --sk-size: 140px;
    --sk-color: #3498db;
}

#loader
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -70px;
    margin-top: -70px;
    cursor: wait;
}

#overlay
{
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
    z-index: 1111; /* Specify a stack order in case you're using a different order for other elements */
    /* overflow: hidden; */
}
/* End Loading */

/* Table */
table.my-table tr .td-id
{
    text-align: center;
    width: 60px;
}
table.my-table tr th { text-align: center; }
table.my-table tr .input-group { padding: 0; }

table.my-table td, table.my-table th { vertical-align: middle !important; }
table.my-table tr td ul.list-inline { margin: 0; }
th.one-icon { width: 51px; }
th.two-icons { width: 89px; }
th.three-icons { width: 127px; }
th.four-icons { width: 165px; }
/* End Table */

/* ui.table */
.ui-grid-canvas .td-id
{
    text-align: center;
    width: 60px !important;
}
/* End ui.table */

/* Errors */
div.errors { margin-top: 15px; }
.modal-content div.errors { margin-left: 15px; margin-right: 15px; }
/* End Errors */

/* Alertify */
div.ajs-primary.ajs-buttons:before, div.ajs-primary.ajs-buttons:after
{
    display: table;
    content: " ";
}
div.ajs-primary.ajs-buttons:after
{
    clear: both;
}

.alertify .ajs-dialog
{
    border: none;
}

.alertify-error div.ajs-header
{
    background-color: #D9534F;
}

.alertify-warning div.ajs-header
{
    background-color: #EC971F;
}

.alertify div.ajs-header
{
    text-align: center;
    font-weight: bold;
    color: white;
}
/* End Alertify */

/* Smart Table */
.st-sort-ascent:before{ content: '\25B2'; }
.st-sort-descent:before { content: '\25BC'; }
/* End Smart Table */

/* Google charts */
.google-visualization-orgchart-node { border: none !important; padding: 8px; }
/* End Google charts */