.content
{
    margin-top: 50px;
}

.padding-right-none
{
    padding-right: 0px;
}

.left-bar
{
    position: fixed;
    left: 0px;
    width: 150px;
    top: 55px;
    height: 100%;
    background-color: #eee;
}

.view-margin
{
    margin-left: 150px;
}

@media (min-width: 768px)
{
    .ml0
    {
        margin-left: 0px;
    }

    .ml5
    {
        margin-left: 5px;
    }

    .ml10
    {
        margin-left: 10px;
    }

    .mb5
    {
        margin-bottom: 5px;
    }

    .mb10
    {
        margin-bottom: 10px;
    }
}

.tali
{
    text-align: left !important;
}

.pr0
{
    padding-right: 0;
}

.pl0
{
    padding-left: 0;
}

.pt10
{
    padding-top: 10px;
}

.pt15
{
    padding-top: 15px;
}


@keyframes myChange
{
    from
    {
        height: 100px;
    }

    to
    {
        height: 0;
    }
}

.ng-hide
{
    animation: 0.5s myChange;
}

.touchIcon
{
    padding: 8px 0;
}




.angucomplete-holder
{
    position: relative;
}

.angucomplete-dropdown
{
    border-color: #ececec;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    width: 100%;
    padding: 6px;
    cursor: pointer;
    z-index: 998;
    position: absolute;
    /*top: 32px;
    left: 0px;
    */
    margin-top: -6px;
    background-color: #ffffff;
    overflow-y: auto;
    max-height: 200px;
}

.angucomplete-searching
{
    color: #acacac;
    font-size: 14px;
}

.angucomplete-description
{
    font-size: 14px;
}

.angucomplete-row
{
    padding: 5px;
    color: #000000;
    margin-bottom: 4px;
    clear: both;
}

.angucomplete-selected-row
{
    background-color: lightblue;
    color: #ffffff;
}

.angucomplete-image-holder
{
    padding-top: 2px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
}

.angucomplete-image
{
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border-color: #ececec;
    border-style: solid;
    border-width: 1px;
}

.angucomplete-image-default
{
    /* Add your own default image here
     background-image: url('/assets/default.png');
    */
    background-position: center;
    background-size: contain;
    height: 34px;
    width: 34px;
}


.hiddenAnimate
{
    display: none !important;
    visibility: hidden !important;
}

.showAnimate
{
    display: block !important;
    visibility: visible !important;
}

.myclass_not_expand > a::after
{
    content: '\f107';
}

.myclass_expanded > a::after
{
    content: '\f106';
}

.tree
{
    cursor: pointer;
}

.treeIcon
{
    font-size: 22px;
    float: left;
    padding: 0 5px;
}

.checkboxSize
{
    width: 16px;
    height: 16px;
    float: left;
}

.shrinkAnimate
{
    max-height: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    overflow: hidden;
}

    .shrinkAnimate.extendAnimate
    {
        max-height: 150px;
        overflow: visible;
    }

.treeH1
{
    padding: 5px 0;
}


.treeH2
{
    padding: 5px 0;
    margin-left: 12px;
    margin-bottom: 0;
}

.treeH3
{
    margin-left: 50px;
    cursor: initial;
    padding: 5px 5px 0 5px;
}


.treeH2:hover
{
    background: #35B558;
    opacity: .7;
    color: #000;
}

.treeH1:hover
{
    background: #35B558;
    opacity: .7;
    color: #000;
}

.treeH3
{
    margin-bottom: 0;
}

    .treeH3:hover
    {
        background: #35B558;
        opacity: .7;
        color: #000;
    }

.table-bg
{
    background-color: #eee;
}

.hoverhand
{
    cursor: pointer;
}

.hovernormal
{
    cursor: default;
}

.line
{
    border-bottom: 1px solid #ccc;
}

.borderRB
{
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc;
}

.mainDateForm
{
    position: relative;
    width: 840px;
    box-sizing: content-box;
}

.datelayout
{
    width: 120px;
    height: 120px;
    /*line-height:100px;*/
    text-align: center;
    float: left;
    border: 1px solid #ccc;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (max-width: 1500px)
{
    .datelayout
    {
        width: 100px;
        height: 100px;
        font-size: 12px;
        line-height: 20px;
    }

    .mainDateForm
    {
        width: 700px;
        font-size: 12px;
        line-height: 20px;
    }
}

.datelayout p
{
    margin: 0;
}

.bdRB0
{
    border-bottom: 0 !important;
    border-right: 0 !important;
}

.bdB0
{
    border-bottom: 0 !important;
}

.dateCenter
{
    line-height: 120px;
}

.clickDeleteBg
{
    background-color: rgb(255,153,153);
    color: #000;
}

.clickAddBg
{
    background-color: #c1e6ff;
    color: #000;
}

.clickEditBg
{
    background-color: rgb(153,102,204);
    color: #000;
}

.greyBG
{
    background-color: #efefef;
}

.darkGreyBG
{
    background-color: #d8d8d8;
}


.date-box
{
    display: flex;
    text-align: center;
}

.date-show
{
    border: 1px solid #ccc;
    flex: none;
}

.date-header
{
    display: flex;
}

.date-main
{
    display: flex;
}

.date-detail
{
}

.date-option
{
    border: 1px solid #ccc;
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 200px;
}

.date-option-show
{
    border: 1px solid #ccc;
    flex: none;
    display: block;
}

.disabledSelect
{
    color: #c6c6c6 !important;
}

.batchProcess-pos
{
    display: flex;
    justify-content: flex-start;
}

/*p{
    margin:0
}*/
/*.table p {
    border-top: 1px dotted #000
}*/

.leftBorder
{
    padding: 0;
}

    .leftBorder + .leftBorder
    {
        border-left: 1px dotted #000;
    }

.bg-warning1
{
    background-color: #fcf8e3 !important;
    color: #000 !important;
}

.roundness
{
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #428bca;
    margin-left: 15px;
}

.flex
{
    display: flex;
    align-items: center;
}

/*table td{
    vertical-align:middle !important
}*/

.table-pborder
{
    box-sizing: border-box;
}

    .table-pborder td
    {
        padding: 0 !important;
    }

        .table-pborder td:first-child
        {
            padding: 8px !important;
        }

        .table-pborder td p
        {
            padding: 8px;
        }

            .table-pborder td p:nth-child(2)
            {
                border-top: 1px solid #dddddd;
            }

.fileinput-button
{
    position: relative;
    display: inline-block;
    overflow: hidden;
}

    .fileinput-button input
    {
        position: absolute;
        right: 0px;
        top: 0px;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        font-size: 200px;
    }

.cursor
{
    cursor: pointer;
}

.table th .fa
{
    color: #35B558;
    font-size: 14px;
    float:right;
}
