a {
    cursor: pointer;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #173d88;
    border-color: #173d88;
}

.materialAmount {
    width: 4em !important;
}

form-control-inline {
    display: inline-block !important;
}

.navbar {
    z-index: 15;
}

.logo-text > img {
    max-width: 100%;
}

.huge {
    font-size: 58px;
}

.label-modal {
    font-size: 14px;
}

.stat-info {
    margin-top: -15px;
}

.stat-icon {
    font-size: 3em;
}

.stat-card-blue {
    background-color: #23ccef;
    color: #fff;
}

.stat-card-orange {
    background-color: #173d88;
    color: #fff;
}

.stat-card-red {
    background-color: #fb404b;
    color: #fff;
}

.stat-card-green {
    background-color: #87cb16;
    color: #fff;
}

.stat-card-body {
    padding: 10px 20px;
}

    .stat-card-body h4 {
        margin: 10px 0px;
    }

.client-create-btn {
    margin-top: 25px;
}

.login-page {
    position: fixed;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: 0 !important;
    z-index: 999;
    background: rgba(19, 19, 19, 0.6) !important;
}

.actions-btn-group > .btn {
    margin: 3px;
}

.actions-btn-group {
    background-color: #fff;
}

.alert > span > a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
}

.btn-icon-remove {
    color: #212e66;
    cursor: pointer;
}

    .btn-icon-remove:hover {
        color: #021946;
    }

.btn-icon-edit {
    color: #FB404B;
    cursor: pointer;
}

    .btn-icon-edit:hover {
        color: #fa1825;
    }

.cursor-pointer {
    cursor: pointer;
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.btn-group-actions {
    padding: 15px;
}

.text-label {
    font-size: 14px;
    font-weight: bold;
}

.sweet-alert {
    z-index: 9999999999999999999;
}

.sweet-overlay {
    z-index: 99999;
}

.scrollable {
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: 150px;
}

a.list-group-item.log-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #173d88;
    border-color: #173d88
}

.log-item > p {
    font-size: 13px;
}

.loading-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 40vh;
    z-index: 99999;
}

    .loading-overlay i {
        color: #212e66;
    }

.login-failed {
    margin-bottom: 0px;
    border-radius: 0px !important;
}

.sidebar .nav > li.active-pro {
    position: absolute;
    width: 100%;
    bottom: 10px;
}

.nav-line {
    width: 80%;
    border-color: rgba(255, 255, 255, 0.3);
}

.error-alert {
    border-radius: 4px;
    position: relative;
}

.error-text {
    color: #fa1825;
}

.nav-wizard {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .nav-wizard > li {
        float: left;
        width: 25%;
    }

        .nav-wizard > li > a {
            position: relative;
            background-color: #9A9A9A;
            text-transform: uppercase;
            color: #ffffff;
            cursor: default;
        }

            .nav-wizard > li > a .badge {
                margin-left: 3px;
                color: #9A9A9A;
                background-color: #173d88;
            }

        .nav-wizard > li:not(:first-child) > a {
            padding-left: 34px;
        }

            .nav-wizard > li:not(:first-child) > a:before {
                width: 0px;
                height: 0px;
                border-top: 20px inset transparent;
                border-bottom: 20px inset transparent;
                border-left: 20px solid #ffffff;
                position: absolute;
                content: "";
                top: 0;
                left: 0;
            }

        .nav-wizard > li:not(:last-child) > a {
            margin-right: 6px;
        }

            .nav-wizard > li:not(:last-child) > a:after {
                width: 0px;
                height: 0px;
                border-top: 20px inset transparent;
                border-bottom: 20px inset transparent;
                border-left: 20px solid #9A9A9A;
                position: absolute;
                content: "";
                top: 0;
                right: -20px;
                z-index: 2;
            }

        .nav-wizard > li:first-child > a {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .nav-wizard > li:last-child > a {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .nav-wizard > li.done:hover > a,
        .nav-wizard > li:hover > a {
            background-color: #9A9A9A;
        }

            .nav-wizard > li.done:hover > a:before,
            .nav-wizard > li:hover > a:before {
                border-right-color: #9A9A9A;
            }

            .nav-wizard > li.done:hover > a:after,
            .nav-wizard > li:hover > a:after {
                border-left-color: #9A9A9A;
            }

        .nav-wizard > li.done > a {
            background-color: #e2e2e2;
        }

            .nav-wizard > li.done > a:before {
                border-right-color: #e2e2e2;
            }

            .nav-wizard > li.done > a:after {
                border-left-color: #e2e2e2;
            }

        
        .nav-wizard > li.done > a,
        .nav-wizard > li.done > a:hover,
        .nav-wizard > li.done > a:focus {
            color: #ffffff;
            background-color: #292863;
        }

            .nav-wizard > li.done > a:after {
                border-left-color: #292863;
            }

            .nav-wizard > li.done > a .badge {
                color: #173d88;
                background-color: #ffffff;
            }

        .nav-wizard > li.active > a,
        .nav-wizard > li.active > a:hover,
        .nav-wizard > li.active > a:focus {
            color: #ffffff;
            background-color: #da0011;
        }

            .nav-wizard > li.active > a:after {
                border-left-color: #da0011;
            }

            .nav-wizard > li.active > a .badge {
                color: #173d88;
                background-color: #ffffff;
            }


        .nav-wizard > li.disabled > a {
            color: #777777;
        }

            .nav-wizard > li.disabled > a:hover,
            .nav-wizard > li.disabled > a:focus {
                color: #777777;
                text-decoration: none;
                background-color: #eeeeee;
                cursor: default;
            }

            .nav-wizard > li.disabled > a:before {
                border-right-color: #eeeeee;
            }

            .nav-wizard > li.disabled > a:after {
                border-left-color: #eeeeee;
            }

    .nav-wizard.nav-justified > li {
        float: none;
    }

        .nav-wizard.nav-justified > li > a {
            padding: 10px 15px;
        }

@media (max-width: 768px) {
    .nav-wizard.nav-justified > li > a {
        border-radius: 4px;
        margin-right: 0;
    }

        .nav-wizard.nav-justified > li > a:before,
        .nav-wizard.nav-justified > li > a:after {
            border: none !important;
        }
}

.btn-report {
    margin-top: 25px;
}

.form-control-static {
    color: #565656;
    font-size: 14px;
    line-height: 1.42857143;
    font-family: inherit;
    padding-top: 10px;
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    padding: 8px 12px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .form-control-static[disabled] {
        background-color: #F5F5F5;
        color: #888888;
        cursor: not-allowed;
    }

.ui-select-choices {
    border-radius: 4px;
}

.ui-select-bootstrap .ui-select-choices-row.active > span {
    background-color: #173d88;
    padding: 8px 20px;
}

dt {
    font-weight: normal;
}

.panel {
    border-width: 4px;
    overflow: auto; /* Нижний div с классом panel-heading вылезает из рамки. "overflow: auto clip-ит "излишки" */
    padding: 5px 15px 5px 15px;
    margin-bottom: 60px;
    border-radius: 50px;
}

/* Ненужные рамки/углы для вложенного .panel-heading портят вид при добавлении толстой рамки для родительного .panel */
.panel-heading {
    border-bottom: unset;
    border-radius: unset;
}

.panel-primary {
    border-color: #212e66;
    background-color: #212e66;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #212e66;
        border-color: #212e66;
    }

.panel-warning {
    border-color: #212e66;
    background-color: #fff;
}

    .panel-warning > .panel-heading {
        color: #212e66;
        background-color: #fff;
        border-color: #212e66;
    }

.panel-danger {
    border-color: #df1e2d;
    background-color: #df1e2d;
}

    .panel-danger > .panel-heading {
        color: #fdfdfd;
        background-color: #df1e2d;
        border-color: #df1e2d;
    }

.sidebar::after, .bootstrap-navbar::after {
    background: #212e66;
}

.navbar-default .navbar-brand {
    color: #212e66;
}

    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
        color: #212e66;
        background-color: transparent;
    }

.navbar-default .navbar-nav > li > a:not(.btn) {
    color: #212e66;
}

.badge-text {
    font-size: 20px;
}

.btn-success {
    background-color: #df1e2d !important;
    color: #FFFFFF;
    border-color: #df1e2d !important;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success:active:focus, .btn-success:active:hover, .btn-success.active:focus, .btn-success.active:hover, .open > .btn-success.dropdown-toggle {
        background-color: #da0011 !important;
        border-color: #da0011 !important;
    }
