﻿[ng:cloak], 
[ng-cloak], 
[data-ng-cloak], 
[x-ng-cloak], 
.ng-cloak, 
.x-ng-cloak {
  display: none !important;
}
.navbar-collapse.collapse[ng\:cloak],
.navbar-collapse.collapse[ng-cloak],
.navbar-collapse.collapse[data-ng-cloak],
.navbar-collapse.collapse[x-ng-cloak],
.navbar-collapse.collapse.ng-cloak,
.navbar-collapse.collapse.x-ng-cloak
{
    display: none !important;
}
.modalForm {
   display:none;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


.modalForm-content {
    background-color: #fefefe;
    margin: auto;
 width: 95%; height: 95%; padding: 0; 
    border: 1px solid #888;
   
}


html
{
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

body
{
    height: 100%;
    margin: 0px;
    padding: 0px;
    min-height: 100%;
}

.topMessage
{
    position: fixed;
    top: 10px;
    right: 10px;
    float: right;
    width: 250px;
}

.vcenter
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.row-eq-height
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.has-error .form-control
{
    background-color: #FA787E;
}

fieldset
{
    border: 1px solid #ccc !important;
    padding: 10px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
}

legend
{
    width: auto !important;
    padding: 0 10px;
    border-bottom: none !important;
    padding: 10px !important;
    font-size: inherit !important;
    font-weight: bold !important;
}


.hr-primary
{
    height: 1px;
    background-color: #337ab7;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.list-group-item.selectable.selected
{
    color: #31708f;
    background-color: #d9edf7;
}


.list-group-item.selectable:hover,
.list-group-item.selectable:focus
{
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}


/* Breadcrumbs from http://bootsnipp.com/snippets/featured/triangle-breadcrumbs-arrows */
.btn-breadcrumb .btn:not(:last-child):after
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn
{
    padding: 6px 12px 6px 24px;
}

    .btn-breadcrumb .btn:first-child
    {
        padding: 6px 6px 6px 10px;
    }

    .btn-breadcrumb .btn:last-child
    {
        padding: 6px 18px 6px 24px;
    }

    /** Default button **/
    .btn-breadcrumb .btn.btn-default:not(:last-child):after
    {
        border-left: 10px solid #fff;
    }

    .btn-breadcrumb .btn.btn-default:not(:last-child):before
    {
        border-left: 10px solid #ccc;
    }

    .btn-breadcrumb .btn.btn-default:hover:not(:last-child):after
    {
        border-left: 10px solid #ebebeb;
    }

    .btn-breadcrumb .btn.btn-default:hover:not(:last-child):before
    {
        border-left: 10px solid #adadad;
    }

/* The responsive part */

.btn-breadcrumb > * > div
{
    /* With less: .text-overflow(); */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-breadcrumb > *:nth-child(n+2)
{
    display: none;
}

/* === For phones =================================== */
@media (max-width: 767px)
{
    .btn-breadcrumb > *:nth-last-child(-n+2)
    {
        display: block;
    }

    .btn-breadcrumb > * div
    {
        max-width: 60px;
    }
}

/* === For tablets ================================== */
@media (min-width: 768px) and (max-width:991px)
{
    .btn-breadcrumb > *:nth-last-child(-n+4)
    {
        display: block;
    }

    .btn-breadcrumb > * div
    {
        max-width: 100px;
    }
}

/* === For desktops ================================== */
@media (min-width: 992px)
{
    .btn-breadcrumb > *:nth-last-child(-n+6)
    {
        display: block;
    }

    .btn-breadcrumb > * div
    {
        max-width: 170px;
    }
}

/*steps templates*/

.bs-wizard
{
    margin-top: 40px;
}
/*Step orange*/
.bs-wizard
{
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

    .bs-wizard > .bs-wizard-step
    {
        padding: 0;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step
        {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum
        {
            color: #595959;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info
        {
            color: #999;
            font-size: 14px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot
        {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: #fbe8aa;
            top: 45px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after
            {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #fbbd19;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }

        .bs-wizard > .bs-wizard-step > .progress
        {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 20px 0;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar
            {
                width: 0px;
                box-shadow: none;
                background: #fbe8aa;
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar
        {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar
        {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar
        {
            width: 0%;
        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar
        {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot
        {
            background-color: #f5f5f5;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after
            {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress
        {
            left: 50%;
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress
        {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot
        {
            pointer-events: none;
        }
/*END step orange*/
