﻿.header-large .widget-caption {
    font-size: 18px;
    font-weight: bold !important;
    padding: 8px 0px;
}

div[data-angular-treeview] {
    /* prevent user selection */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* default */
    font-family: Tahoma;
    font-size: 13px;
    color: #555;
    text-decoration: none;
}

div[data-tree-model] ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    overflow: hidden;
}

div[data-tree-model] li {
    position: relative;
    padding: 0 0 0 20px;
    line-height: 20px;
}

    div[data-tree-model] li .expanded {
        padding: 1px 10px;
        background-image: url("http://cfile23.uf.tistory.com/image/205B973A50C13F4B19D9BD");
        background-repeat: no-repeat;
    }

    div[data-tree-model] li .collapsed {
        padding: 1px 10px;
        background-image: url("http://cfile23.uf.tistory.com/image/1459193A50C13F4B1B05FB");
        background-repeat: no-repeat;
    }

    div[data-tree-model] li .normal {
        padding: 1px 10px;
        background-image: url("http://cfile23.uf.tistory.com/image/165B663A50C13F4B196CCA");
        background-repeat: no-repeat;
    }

    div[data-tree-model] li i, div[data-tree-model] li span {
        cursor: pointer;
    }

    div[data-tree-model] li .selected {
        background-color: #aaddff;
        font-weight: bold;
        padding: 1px 5px;
    }

.orders-container .orders-list .order-item .item-right {
    padding-right: 15px !important;
    text-align: right;
}

.rtl .datepickerContainer .dropdown-menu {
    left: auto !important;
    right: 0px;
    direction: ltr;
}

.rtl .popover {
     right: auto !important;
}


.process-step .btn:focus {
    outline: none
}

/* Start Update from Omar*/
.process {
    display: table;
    width: 100%;
    position: relative
}

.process-row {
    display: table-row
}

.process-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important
}

.process-row:before {
    top: 40px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0
}

.process-step {
    display: table-cell;
    text-align: center;
    position: relative
}

    .process-step p {
        margin-top: 4px
    }

.btn-circle {
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%
}

/* Style when highlighting a search. */
.ui-select-highlight {
    font-weight: bold;
}

.ui-select-offscreen {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.ui-select-choices-row:hover {
    background-color: #f5f5f5;
}

/*End Update from Omar*/

/**************** USER AVATAR **************/
.useravatar:hover a {
    text-decoration: none;
    color: white;
}

.generic-avatar {
    width: 29px;
    height: 29px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    position: relative;
}

.color {
    display: block;
    background: transparent;
    height: 29px;
}

.name {
    position: absolute;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    top: 4px;
    min-width: 29px;
    text-align: center;
}

.img {
    top: 1px;
    width: 29px;
    height: 29px;
    background-size: contain;
    position: absolute;
}


/******************* END USER AVATAR **************/
/*#region Spinner*/
.spinner-container {
    position: absolute;
    z-index: 10;
    background: #ffffff45;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    direction: ltr;
    text-align: center;
}

    .spinner-container:after {
        content: "Loading ...";
        font-size: 14px;
        color: black;
        position: absolute;
        left: 50%;
        top: 95px;
        margin-left: -7px;
    }

.spinner-div {
    top: 50px;
    position: absolute;
    left: 50%;
    direction: ltr;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    font-size: 3em;
}

    .spinner-div:before {
        content: "\f110";
    }

/*#endregion Spinner*/