﻿@charset "utf-8";

.navbar {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    padding: 10px 0;
}

.navbar-brand {
    padding: 0px 15px;
}

.page-header {
    background-color: #ed1c24;
    color: #fff;
    margin: 0;
    padding: 10px 0;
    font-size: 16px;
    line-height: 20px;
    border: none;
}

.main {
    padding: 15px 0;
}

body {
    background-color: #fafafa;
}

label {
    font-size: 13px;
}

a, a:hover, .text-primary {
    color: #005f9d;
}

    a:hover {
        text-decoration: none;
    }

.btn-primary, .btn-primary:hover {
    background: #005f9d;
}

.modal-title {
    color: #ed1c24;
}

.title {
    color: #ed1c24;
    font-size: 20px;
    margin: 15px 0 30px;
}

.form-group {
    position: relative;
}

/*Resizer CSS starts here*/
#topnav {
}

#sidebar {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    width: 200px;
    overflow: auto;
    background-color: #000000;
}

    #sidebar .nav a {
        color: rgba(255,255,255,.7);
    }

        #sidebar .nav a:hover,
        #sidebar .active a {
            color: rgba(255,255,255,1);
        }

#content {
    position: absolute;
    top: 113px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

#top-content {
    position: absolute;
    top: 0;
    bottom: 40px; /* 130 + 6 */
    left: 0;
    right: 0;
    background: #fbfbfb;
    overflow: auto;
    padding: 5px 20px;
}

#bottom-content {
    position: absolute;
    height: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    background: #fbfbfb;
}

#sidebar-resizer {
    background-color: #ccc;
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 219px;
    width: 6px;
    cursor: e-resize;
}

#content-resizer {
    position: absolute;
    height: 6px;
    bottom: 40px;
    left: 0;
    right: 0;
    background-color: #ccc;
    cursor: n-resize;
}

#sidebar-resizer:hover, #preview-resizer:hover {
    background-color: #AAA;
}


/*Resizer CSS ends here*/

.breadcrumb {
    padding: 0px;
    background: none;
    list-style: none;
    overflow: hidden;
}

    .breadcrumb > li + li:before {
        padding: 0;
    }

    .breadcrumb li {
        float: left;
    }

        .breadcrumb li.active a {
            background: brown; /* fallback color */
            background: #ed1c24;
        }

        .breadcrumb li.completed a {
            background: brown; /* fallback color */
            background: #005f9d;
        }

        .breadcrumb li.active a:after {
            border-left: 25px solid #ed1c24;
        }

        .breadcrumb li.completed a:after {
            border-left: 25px solid #005f9d;
        }

        .breadcrumb li a {
            color: white;
            background: #D4D4D4;
            text-decoration: none;
            padding: 5px 0 5px 30px;
            position: relative;
            display: block;
            float: left;
        }

            .breadcrumb li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 25px solid hsla(0, 0%, 83%, 1);
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }

            .breadcrumb li a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 25px solid white;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

        .breadcrumb li:first-child a {
            padding-left: 10px;
        }
/*.breadcrumb li a:hover { background: #ed1c24  ; }
.breadcrumb li a:hover:after { border-left-color: #ed1c24   !important; }*/

.load {
    margin: 0 auto;
    width: 120px;
}

.loader {
    font-size: 14px;
    font-weight: 600;
    background: #f9edbe;
    color: #222;
    padding: 5px 15px;
    border: 1pt solid #f0c36d;
    box-shadow: 4px 4px 2px #888;
    z-index: 999;
    position: fixed;
    text-align: center;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

 table {
        page-break-inside: auto;
    }

    tr {
        page-break-inside: avoid;
        page-break-after: auto;
    }

    thead {
        display: table-header-group;
    }

    tfoot {
        display: table-footer-group;
    }


/*End*/

