﻿@import url('nc-lib.css');


.nc-inline{ display:inline;}
.nc-inline-block {
    display: inline;
}
/*window======================================================*/

.nc-transparent-overaly {
    background: rgba(0, 0, 0, 0.005); /*rgba(0,0,0,0.57)*/
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*opacity: 0.2;*/
    pointer-events: none;
    will-change: opacity;
    transition: opacity 0.333s cubic-bezier(0,0,0.21,1);
}
.nc-window-overaly {
    background: rgba(65, 65, 65, 0.57); /*rgba(0,0,0,0.57)*/
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    pointer-events: none;
    will-change: opacity;
    transition: opacity 0.333s cubic-bezier(0,0,0.21,1);
}
.nc-element-overaly {
    background: rgba(0, 0, 0, 0.57); /*rgba(0,0,0,0.57)*/
    opacity: 0.5;
    pointer-events: none;
    will-change: opacity;
    transition: opacity 0.333s cubic-bezier(0,0,0.21,1);
}
.nc-window-entry {
    background: #FFF;
    border-radius: 2px;
    box-shadow: 0 0 14px rgba(0,0,0,.24), 0 14px 28px rgba(0,0,0,.48);
    min-width: 280px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translateY(30px);
    transition: transform 0.333s cubic-bezier(0,0,0.21,1) 0.05s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*-webkit-box-shadow: 0 0 1em black;
    -moz-box-shadow: 0 0 1em black;
    box-shadow: 0 0 1em black;*/
}
.nc-panel-border {
    background: #FFF;
    min-width: 280px;
    border-radius: 5px;
    box-shadow: 0 0 14px rgba(0,0,0,.24), 0 14px 28px rgba(0,0,0,.48);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*-webkit-box-shadow: 0 0 1em black;
    -moz-box-shadow: 0 0 1em black;
    box-shadow: 0 0 1em black;*/
}


.nc-listbox {
    direction: rtl;
    display: block;
    position: relative;
    background-color: #f1f1f1;
    /*min-width: 160px;*/
    overflow: auto;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
    z-index: 99999;
}

    .nc-listbox a {
        direction: rtl;
        color: black;
        padding: 6px 8px;
        text-decoration: none;
        display: block;
        /*border: solid 1px #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;*/
    }

        .nc-listbox a:hover {
            background-color: #ddd;
            color: #15C8D8;
        }

    .nc-listbox span {
        direction: rtl;
        color: black;
        padding: 6px 8px;
        margin: 1px;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        border: solid 1px #9aa7b2;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

        .nc-listbox span:hover {
            background-color: #ddd;
            color: #15C8D8;
        }

.nc-search-input {
    box-sizing: border-box;
    /*background-image: url('searchicon.png');*/
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

    .nc-search-input:focus {
        outline: 3px solid #ddd;
    }


/*nc-dropdown======================================================*/

.nc-dd-link {
    background-color: #fff !important;
    font-weight: normal !important;
    font-size: 12px;
    /*color: #15C8D8!important;*/
    color: #0074a2 !important;
    border: solid 1px #ccc !important;
    /*cursor: pointer;
    
    border: none;*/
    /*border-bottom: solid 1px #15C8D8 !important;*/
    /*-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;*/
}

select.nc-list-arrow {
    width: 16px;
    /*height: 16px;*/
    /*margin:3px;*/
    /*border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f00;*/
    /*border: #15C8D8;*/
    /*border-bottom: solid 3px #15C8D8 !important;*/
   /* border: 1px 2px 1px 1px solid #15C8D8;*/
   
    background-color: transparent;
    /*padding: 1px 1px;*/
    /*color: red;*/
}

.nc-dropdown-btn {
    /*background-color: #4a555f;*/ 
    background-color: #0074a2;
    color: white;
    padding: 4px;
    /*font-size: 16px;*/
    border: none;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.nc-btn-grid-rtl {
    float: right;
    margin-top: 3px;
}

/*for dataGrid*/
.nc-dropdown-datagrid-btn {
    /*background-color: #4a555f;*/
    background-color: #0074a2;
    color: white;
    /*padding: 4px;*/
    /*font-size: 16px;*/
    border: none;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.nc-btn-datagrid-rtl {
    float: right;
    /*margin-top: 3px;*/
}

.nc-dropdown-btn:hover, .nc-dropdown-btn:focus {
    background-color: #15C8D8; /*#2980B9;*/
}
.nc-dropdown-icon {
    background-color: #fff !important;
    /*color: #15C8D8;*/
}

.nc-dropdown {
    /*direction: rtl;*/
    position: relative;
    display: inline-block;
}


.nc-dropdown-content {
    /*top: 25px;*/
    /*direction: rtl;*/
    display: none;
    position: absolute;
    /*background-color: #f1f1f1;*/
    /*background-color: #546976;*/
    background-color: #0074a2;
    
    /*min-width: 160px;*/
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99999 !important;
}

.nc-dropdown-content-line {
    /*top: 25px;*/
    /*direction: rtl;*/
    display: none;
    position: absolute;
    /*background-color: #f1f1f1;*/
    /*background-color: #546976;*/
    background-color: #0074a2;
    /*min-width: 160px;*/
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99999 !important;
}

.nc-dropdown-content a {
    /*direction: rtl;*/
    color: #fff;
    padding: 6px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}

    .nc-dropdown, .nc-dropdown-content a:hover {
        background-color: #ddd;
        color: #15C8D8;
    }

.nc-dropdown-content span {
    /*direction: rtl;*/
    color: #fff;
    padding: 3px 4px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
}

.nc-dropdown-content-line span {
    direction: rtl;
    color: #fff;
    padding: 3px 4px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    border: solid 1px #4a555f;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


    .nc-dropdown, .nc-dropdown-content span:hover, .nc-dropdown-content-line span:hover {
        color: #69be28;
        /*background-color: #ddd;
    color: #15C8D8;*/
    }
.nc-dropdown-show {
    display: block;
}
.nc-dropdown-hide {
    display: none!important;
}
span.block{
    display:block;
}
/*nc-nav bar======================================================*/

.nc-navbar-rtl {
    direction: rtl;
}


ul.nc-navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*color: #697580 !important;*/
    
    /*background-color: #15C8D8;*/
    background-color: #0074a2;
    /*added*/
    /*background-color: #c3c0c0;*/
    /*background-color: #69be28;green*/
    /*background-color: #9cdb6c;green-light*/
    /*border: solid 1px #4a555f;*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

ul.nc-navbar-butn {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #0074a2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.nc-navbar-butn-i {
    color: #0074a2;
}

.nc-navbar-butn-i:hover, .nc-navbar-butn:hover {
    color: #ff8d00;
}
.nc-navbar-butn li:hover, .nc-navbar-butn a:hover {
    /*background-color: #15C8D8;*/
    background-color: #15C8D8;
    color: #0074a2;
}

ul.nc-navbar-temp-css {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*background-color: #333;*/
    /*added*/
    background-color: #4a555f;
    /*background-color: #69be28;green*/
    /*background-color: #9cdb6c;green-light*/
    border: solid 1px #4a555f;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.nc-navbar li {
    float: right;
}

.nc-navbar li.wrap {
    margin-top: 8px;
    margin-right: 10px
}
li a, .nc-dropbtn {
    display: inline-block;
    color: white;
    /*text-align: center;*/
    padding: 7px 8px;
    text-decoration: none;
}

.nc-navbar li:hover, .nc-navbar a:hover, .nc-nav-dropdown:hover .nc-dropbtn {
    /*background-color: #15C8D8;*/
    background-color: #0074a2;
    color: #ff8d00;
}

.nc-nav-dropdown {
    display: inline-block;
}

.nc-nav-dropdown-content {
    display: none;
    position: absolute;
    /*background-color: #15C8D8;*/
    background-color: #0074a2;
    
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99999 !important;
}

.nc-nav-dropdown-content a {
    color: #fff;
    padding: 6px 8px 6px;
    text-decoration: none;
    display: block;
    /*text-align: left;*/
}
   
    .nc-nav-dropdown-content a:hover {
        background-color: #f1f1f1;
        color: #0074a2;
    }

.nc-nav-dropdown:hover .nc-nav-dropdown-content {
    display: block;
    /*visibility: visible;
    opacity: 1;*/
}
/*.nc-nav-dropdown:active .nc-nav-dropdown-content {
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    visibility: hidden;
}*/



/*nc-tabs======================================================*/

.nc-tabs {
    margin: 5px;
}

ul.tabs-nav {
    list-style: none;
    padding:0;
}

.nc-tabs ul.tabs-nav li {
    display: inline-block;
    padding: 0 4px 2px 2px;
}

.nc-tabs ul.tabs-nav li a.button {
    text-decoration: none !important;
    color: #000;
    border-bottom: 5px solid #ccc;
}

.nc-tabs ul.tabs-nav li a.button:hover {
    /*background-color: #eeecec;*/
    border-bottom-color: #69be28;
}

.nc-tabs ul.tabs-nav li a.active.button {
    /*border-bottom-color: #69be28;*/
    border-bottom-color: #00bcd4;
}

.nc-tabs .tabs-panels .tab-panel {
    margin: 4px;
    display: none;
}

.nc-tabs .tabs-panels .tab-panel.active {
    animation: m_fadeIn 2s cubic-bezier(0.0, 0.0, 0.2, 1);
    display: block;
}

.tab-panel-completed {
    margin: 4px;
    display: none;
}

.tab-panel-completed.active {
    animation: m_fadeIn 2s cubic-bezier(0.0, 0.0, 0.2, 1);
    display: block;
}

/*nc-tab======================================================*/

/*combo-tab======================================================*/

@keyframes fade {
    from {opacity: 0;}
    to {opacity: 1;}
}

.combo-tabs {
    font-family: Arial;
}
.tabs-rtl {
    direction: rtl;
}

.combo-tabs .tab-state {
    position: absolute;
    left: -10000px;
}

.combo-tabs .flex-tabs {
    /*display: flex;*/
    justify-content: space-between;
    flex-wrap: wrap;
    display: inline-block;
}

.combo-tabs .flex-tabs .tab {
    font-size: 12px;
    flex-grow: 1;
    max-height: 10px;
}

.combo-tabs .flex-tabs .panel {
    background-color: #fff;
    padding: 20px;
    /*min-height: 300px;*/
    display: none;
    flex-basis: auto;
}

.combo-tabs .tab {
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    cursor: hand;
    cursor: pointer;
    border-bottom: 5px solid #ccc;
}

.combo-tabs .tab:hover {
    background-color: #eeecec;
}

#tab-1:checked ~ .tabs #tab-1-label,
#tab-2:checked ~ .tabs #tab-2-label,
#tab-3:checked ~ .tabs #tab-3-label,
#tab-4:checked ~ .tabs #tab-4-label,
#tab-5:checked ~ .tabs #tab-5-label,
#tab-6:checked ~ .tabs #tab-6-label,
#tab-7:checked ~ .tabs #tab-7-label,
#tab-8:checked ~ .tabs #tab-8-label {
    background-color: #fff;
    cursor: default;
    border-bottom-color: #69be28;
}

#tab-1:checked ~ .tabs #tab-1-panel,
#tab-2:checked ~ .tabs #tab-2-panel,
#tab-3:checked ~ .tabs #tab-3-panel,
#tab-4:checked ~ .tabs #tab-4-panel,
#tab-5:checked ~ .tabs #tab-5-panel,
#tab-6:checked ~ .tabs #tab-6-panel,
#tab-7:checked ~ .tabs #tab-7-panel,
#tab-8:checked ~ .tabs #tab-4-panel {
    display: block;
    animation: fade 1s cubic-bezier(0.0, 0.0, 0.2, 1);
}

/*combo-tab======================================================*/


/*tab-switch ================*/
.tab_switch-panel {
    transition: all 5000ms linear;
    display: none;
}
.tab_switch-panel.active {
    display: block;
}
.tab_switch {
    border-bottom: solid 2px #697580;
    display: inline;
}

.tab_switch:hover {
    border-bottom: solid 4px #46d6db;
    display: inline;
}

.tab_switch.active {
    border-bottom: solid 4px #46d6db !important;
    display: inline;
}
.tab_switch-overaly {
    background: rgba(0, 0, 0, 0.57); /*rgba(0,0,0,0.57)*/
    /*position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;*/
    opacity: 0.5;
    pointer-events: none;
    will-change: opacity;
    transition: opacity 0.333s cubic-bezier(0,0,0.21,1);
}

/*tab-switch ================*/



/*wizard======================================================*/
#wizard ul {
    display: none !important;
}

    #wizard ul > li {
        display: none !important;
    }

        #wizard ul > li > a {
            display: none !important;
        }
/*#wizard-steps {float:left;margin:10px 5px;width:100%;}*/
#wizard-validation {
    float: right;
    margin-right: 5px;
    border: none;
    background: #fff;
    width: 80%;
    color: #ff0000
}

#wiz-container .wiz-tab {
    display: none;
    position: relative
}

    #wiz-container .wiz-tab.active {
        display: block;
        position: relative
    }

div#wiz-loader {
    display: none;
}

div#wiz-loader.active {
    display: block;
    background: url(images/loading.gif) center center no-repeat;
    width: 100%;
    text-align: center;
    position: absolute;
}

/*div#wiz-loader.active{content:url(images/loading.gif);text-align:center;}​*/

/*wizard======================================================*/


/**************************\
  Animation Style
\**************************/

.fadeIn {
    animation: m_fadeIn 0.8s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.fadeOut {
    animation: m_fadeOut 0.8s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.slideIn {
    animation: m_slideIn 0.8s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.slideOut {
    animation: m_slideOut 0.8s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.slideUp {
    animation: m_slideUp 0.8s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.slideDown {
    animation: m_slideDown 0.8s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.animatetop {
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@-webkit-keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1.1, 1.1, 1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes anim-close {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.9, 0.9, 1);
    }
}

@keyframes anim-close {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.9, 0.9, 1);
        transform: scale3d(0.9, 0.9, 1);
    }
}
/*
@-webkit-keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 1);
        transform: scale3d(0, 0, 1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes anim-close {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.5, 0.5, 1);
    }
}

@keyframes anim-close {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.5, 0.5, 1);
        transform: scale3d(0.5, 0.5, 1);
    }
}
*/
@keyframes m_fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes m_fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes m_slideIn {
    from {
        transform: translateY(15%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes m_slideOut {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-30%);
    }
}

@keyframes m_slideUp {
    from {
        transform: translateY(30%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes m_slideDown {
    from {
        transform: translateY(-30%);
    }

    to {
        transform: translateY(0%);
    }
}

/*flip_box animation =================================*/

.flip_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flip {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    background-color: red;
    animation-name: stretch;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}

@keyframes m_flip {
    0% {
        transform: scale(1.5);
        background-color: red;
        border-radius: 0;
        height: 100px;
        width: 100px;
    }

    50% {
        transform: scale(1.8);
        height: 1px;
        width: 100px;
        background-color: orange;
    }

    100% {
        height: 100px;
        width: 100px;
        transform: scale(1.5);
        background-color: yellow;
    }
}
/*flip_box animation =================================*/

/*circle_box animation =================================*/

/*
<div class="circle-container">
	<h1 style="tsxt-align:center;position:fixed">Wait</h1>
	<svg class="circle-loader" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 340 340">
		 <circle cx="170" cy="170" r="160" stroke="#E2007C"/>
		 <circle cx="170" cy="170" r="135" stroke="#404041"/>
		 <circle cx="170" cy="170" r="110" stroke="#E2007C"/>
		 <circle cx="170" cy="170" r="85" stroke="#404041"/>
	</svg>
</div>
    
*/
.circle-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: #ededed;
}

.circle-loader {
    max-width: 15rem;
    width: 100%;
    height: auto;
    stroke-linecap: round;
}

circle {
    fill: none;
    stroke-width: 3.5;
    animation-name: circle-preloader;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transform-origin: 170px 170px;
    will-change: transform;
}

    circle:nth-of-type(1) {
        stroke-dasharray: 550px;
    }

    circle:nth-of-type(2) {
        stroke-dasharray: 500px;
    }

    circle:nth-of-type(3) {
        stroke-dasharray: 450px;
    }

    circle:nth-of-type(4) {
        stroke-dasharray: 300px;
    }

    circle:nth-of-type(1) {
        animation-delay: -0.15s;
    }

    circle:nth-of-type(2) {
        animation-delay: -0.3s;
    }

    circle:nth-of-type(3) {
        animation-delay: -0.45s;
    }

    circle:nth-of-type(4) {
        animation-delay: -0.6s;
    }

@keyframes circle-preloader {
    50% {
        transform: rotate(360deg);
    }
}
/*circle_box animation =================================*/

/*progress indeterminate =================================*/
.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #acece6;
    border-radius: 2px;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
}

    .progress .determinate {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: #26a69a;
        -webkit-transition: width .3s linear;
        transition: width .3s linear;
    }

    .progress .indeterminate {
        background-color: #26a69a;
    }

        .progress .indeterminate:before {
            content: '';
            position: absolute;
            background-color: inherit;
            top: 0;
            left: 0;
            bottom: 0;
            will-change: left, right;
            -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
            animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
        }

        .progress .indeterminate:after {
            content: '';
            position: absolute;
            background-color: inherit;
            top: 0;
            left: 0;
            bottom: 0;
            will-change: left, right;
            -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
            animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
            -webkit-animation-delay: 1.15s;
            animation-delay: 1.15s;
        }

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

/*Toggle Switch
<label class="nc-switch" >
<input type="checkbox" >
<span class="nc-slider round" > </span >
</label > 
==================================*/

.nc-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 26px;
}
.nc-switch-tiny {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 18px;
}
.nc-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.nc-switch-box {
    margin: 10px;
}
.nc-switch-box .label {
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-top:10px;
}

.nc-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.nc-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .nc-slider {
    background-color: #15C8D8;
}

input:focus + .nc-slider {
    box-shadow: 0 0 1px #15C8D8;
}

input:checked + .nc-slider:before {
-webkit-transform: translateX(24px);
-ms-transform: translateX(24px);
transform: translateX(24px);
}

/* Rounded sliders */
.nc-slider.round {
    border-radius: 24px;
}

.nc-slider.round:before {
    border-radius: 50%;
}
.nc-slider-tiny-border {
    display: inline;
    font-size: 90%;
    padding-top: 6px;
    border-radius: 24px;
    border: solid 1px #0074a2;
}
/* Rounded sliders tiny */
.nc-slider-tiny {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .nc-slider-tiny:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .nc-slider-tiny {
    background-color: #0074a2;
}

input:focus + .nc-slider-tiny {
    box-shadow: 0 0 1px #0074a2;
}

input:checked + .nc-slider-tiny:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}
.nc-slider-tiny.round {
    border-radius: 12px;
}

.nc-slider-tiny.round:before {
    border-radius: 50%;
}

/*
Custom Checkboxes
<label class="nc-check-box">One
  <input type="checkbox" checked="checked">
  <span class="nc-checkmark"></span>
</label>
=================================================*/

.nc-check-box.right {
    padding-right: 28px;
}
.nc-check-box.blue {
    color: #15C8D8;
}
.nc-checkmark.right {
    right: 0;
}
.nc-checkmark.radio {
    border-radius: 50%;
}

/* The container */
.nc-check-box {
    /*display: block;*/
    position: relative;
    /*padding-right: 28px;*/
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .nc-check-box input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.nc-checkmark {
    position: absolute;
    top: 0;
    /*right: 0;*/
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: solid 1px #15C8D8;
}

/*.nc-radiomark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: solid 1px #15C8D8;
    border-radius: 50%;
}*/

/* On mouse-over, add a grey background color */
.nc-check-box:hover input ~ .nc-checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.nc-check-box input:checked ~ .nc-checkmark {
    background-color: #15C8D8;
}

/* Create the checkmark/indicator (hidden when not checked) */
.nc-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.nc-check-box input:checked ~ .nc-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.nc-check-box .nc-checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*.nc-check-box .nc-radiomark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}*/

/*toggler-content ==================================*/
.toggler-content {
    /*overflow: hidden!important;*/
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nc-expander-collapsible {
    /*background-color: #dcdcdc;*/
    background-color: #fff;
    color: #0892c3;
    cursor: pointer;
    padding: 5px;
    /*width: 100%;*/
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 500;
}


.nc-expander-active {
    -webkit-transition: all 3.3s ease-in-out;
    transition: all 3.3s ease-in-out;
}

.nc-expander-collapsible:hover {
    color: #ff6a00;
}

.nc-expander-content {
    /*padding: 0 18px;*/
    display: none;
    /*overflow: hidden;*/
    /*background-color: #f1f1f1;*/
    -webkit-transition: all 3.3s ease-in-out;
    transition: all 3.3s ease-in-out;
}
/*collapsible-content ==================================*/
.nc-collapsible {
    /*direction: rtl;*/
    background-color: #0074a2;
    color: white;
    /*cursor: pointer;*/
    padding: 10px 5px 10px;
    /*width: 100%;*/
    border: none;
    /*text-align: right;*/
    outline: none;
    font-size: 15px;
}

.nc-collapsible-btn {
    cursor: pointer;
}

.nc-active, .nc-collapsible:hover {
    /*background-color: #9aa7b2;*/
    color: #024e6c;
}

.nc-collapsible-light {
    /*direction: rtl;*/
    /*background-color: #0074a2;*/
    color: #0074a2;
    /*cursor: pointer;*/
    /*padding: 10px 5px 10px;*/
    /*padding: 0 5px 0;*/
    /*margin-bottom:10px;*/
    /*width: 100%;*/
    border: none;
    /*text-align: right;*/
    outline: none;
    font-size: 15px;
}

.nc-collapsible-content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    /*background-color: #f1f1f1;*/
}

.nc-toggler-btn {
    font-size: 16px;
    font-weight: bold;
    color: #15C8D8;
    padding-bottom: 5px;
    cursor: pointer;
}
.nc-toggler-block{
    display:none;
}
    .nc-toggler-block.toggel_active {
        display: block;
    }
.nc-toggler-inline {
    display: none;
}

.nc-toggler-inline.toggel_active {
    display: inline;
}

/* Optional styling */
/*summary::-webkit-details-marker {
    color: blue;
}*/

summary:focus {
    outline-style: none;
}
/*tree view ==================================*/
/*rtl*/

details details {
    margin-left: auto;
    margin-right: 15pt;
    direction: rtl;
    text-align: right;
}

.treeview-rtl {
    direction: rtl;
    text-align: right;
    padding: 5pt;
    border: inset 2px lightGray;
    width: 240pt;
    font: 10pt Arial;
    display: inline-block;
}

summary[selected="true"] {
    background-color: yellow;
}

summary {
    direction: rtl;
    text-align: right;
    cursor: pointer;
}

summary:hover {
    direction: rtl;
    text-align: right;
    background-color: #C0e0ff;
}

summary .icon {
    direction: rtl;
    text-align: right;
    width: 16px;
    height: 16px;
}

summary:only-child::-webkit-details-marker {
    text-align: right;
    color: transparent;
}

details details {
    text-align: right;
    direction: rtl;
    margin-left: auto;
    margin-right: 15pt;
    display: block;
}

/* Clearable text inputs */
.clearable {
    position: relative;
    display: inline-block;
}

    .clearable input[type=text] {
        padding-right: 24px;
        width: 100%;
        box-sizing: border-box;
    }

.clearable__clear {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 8px;
    font-style: normal;
    font-size: 1.2em;
    user-select: none;
    cursor: pointer;
}

.clearable input::-ms-clear { /* Remove IE default X */
    display: none;
}