﻿.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;
    }


.pdf-thumb-box {
    /*display: inline-block !important;*/
    position: relative !important;
    overflow: hidden;
}

.pdf-thumb-box-overlay {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s,opacity 0.5s linear;
}

.pdf-thumb-box a {
    color: transparent;
}

    .pdf-thumb-box a:hover .pdf-thumb-box-overlay {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
        text-align: center;
        position: absolute;
        background-color: rgba(41, 41, 41, 0.58);
        color: #fff;
        width: 100%;
        height: 100%;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    }

.pdf-thumb-box:hover .pdf-thumb-box-overlay {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    text-align: center;
    position: absolute;
    background-color: rgba(41, 41, 41, 0.58);
    color: #fff;
    width: 100%;
    height: 100%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.pdf-thumb-box-overlay span {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.no-transition, .no-transition .btn, .no-transition input {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.login-area {
    min-width: 187px !important;
}

li.langselected {
    background-color: #eeeeee !important;
}

    li.langselected a {
        color: gray !important;
        font-weight: bold;
    }

        li.langselected a:hover {
            background-color: #eeeeee !important;
        }

@media print {
    button {
        display: none !important;
    }

    input,
    textarea {
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }
}

.input-group-btn {
    vertical-align: top;
}

th.sortable {
    cursor: pointer;
}

/*********** For Sortable-Table *********************/
body.dragging,
body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

tr.placeholder {
    display: block;
    background: red;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
}

.sorted_table tr.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: red;
    margin-top: -5px;
    left: -5px;
    border-right: none;
}

.sorted_handle {
    cursor: move !important;
}
/*********** For Sortable-Table *********************/

.iconmoon-text {
    /*  line-height: 13px;
    top: 16px;
    position: absolute;
    padding: 0 6px;*/
    /*top: 17px !important;
    position: absolute !important;*/
    font-weight: bold;
}
.margin-left-Header {
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 230px;
}
.margin-right-Header {
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    right: 230px;
}
/* STYLE For Mobile View */
@media (max-width: 767px) {
    .page-body {
        padding: 18px 0 24px;
    }

    .no-padding-xs {
        padding: 0px !important;
    }

    .no-padding-left-xs {
        padding-left: 0px !important;
    }

    .no-padding-right-xs {
        padding-right: 0px !important;
    }

    .padding-5-xs {
        padding: 5px !important;
    }
}


/* animations Success Tick */

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

/* other styles */

/* .svg svg {
    display: none
}
 */

.inlinesvg .svg svg {
    display: inline
}

/* .svg img {
    display: none
} */

.icon--order-success svg path {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards
}

.Tick {
    fill: none;
    stroke: #A5DC86;
    stroke-linecap: round;
}

.SuccessTick {
    text-align: center;
}

/* End animations Success Tick */

@keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}


.HoverClass {
   
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  
}

    .HoverClass:hover {
      
        animation-name: bounce;
        -moz-animation-name: bounce;
    }

#zmmtg-root {
    display:block;
    z-index: 200;
    padding-left: 15%;
    padding-right:5%;
}

.preview-root {
    padding-top: 10%;
}

.preview-agreement{
    display:none;
}

#zmmtg-root .page-footer{
    display:none;
}

.waiting-room-container .wr-main-content.wr-content-default {
    display: none;
}

.waiting-room-preview {
    position: absolute;
    left: 50% !important;
    top: 20% !important;
    width: 240px;
    height: 146px;
    border-radius: 8px;
    z-index: 2;
}

#wc-container-right {
    top: 124px !important;
}



.custom-autocomplate-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 10px;
    z-index: 100;
    float: left;
    display: block;
    padding: 6px 2px;
    font-size: 14px;
    text-align: right;
    list-style: none;
    background-color: #fdf7f7;
    max-height: 500px;
    overflow: auto;
    width: 98%;
}

    .custom-autocomplate-dropdown-menu > li:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #428bca;
        cursor: pointer;
    }


.custom-autocomplate-dropdown-menu-right {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 100;
    float: right;
    display: block;
    padding: 6px 2px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #f1ecec;
    max-height: 200px;
    overflow: auto;
    width: 100%;
    border-radius:12px !important;
}

    .custom-autocomplate-dropdown-menu-right > li:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #428bca;
        cursor: pointer;
    }

@media (min-width: 992px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}