@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    height:100%;
    /*font-family: 'Poppins', sans-serif;*/
    background: #fafafa;
}

p {
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    /*color: inherit;*/
    text-decoration: none;
    transition: all 0.3s;
}

/*.navbar {*/
/*    padding: 15px 10px;*/
/*    background: #fff;*/
/*    border: none;*/
/*    border-radius: 0;*/
/*    margin-bottom: 40px;*/
/*    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);*/
/*}*/

/*.navbar-btn {*/
/*    box-shadow: none;*/
/*    outline: none !important;*/
/*    border: none;*/
/*}*/

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i, span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #7386D5;
    min-height: 900px!important;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 90px;
    max-width: 90px;
    text-align: center;
    overflow-x: hidden;
}

#sidebar.active .sidebar-header h3, #sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding-top: 100px;
    padding-bottom: 2.3rem !important;
    border-bottom: 1px solid #47748b;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}
#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

#sidebar:after{
    top:-10rem;
    content: attr(data-content) '<';
    font-weight: normal;
    font-style: normal;
    text-decoration:none;
    margin-left: 250px;
    padding: 4px 6px 4px 6px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: white;
    height: 100px;
    background: #F26822;
    z-index: 100;
}
a[data-toggle="collapse"] {
    position: relative;
}

/*a[aria-expanded="false"]::after, a[aria-expanded="true"]::after {*/
/*    content: '\e259';*/
/*    display: block;*/
/*    position: absolute;*/
/*    right: 20px;*/
/*    font-family: 'Glyphicons Halflings';*/
/*    font-size: 0.6em;*/
/*}*/
/*a[aria-expanded="true"]::after {*/
/*    content: '\e260';*/
/*}*/


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
    background: #7386D5;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.back, button.back {
    background: #fff;
    color: #7386D5;
}


a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
.main-container-top{
    margin-top:5em;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 20px;
    /*min-height: 105vh;*/
    height: 100%;
    transition: all 0.3s;
}
a.smallBrowser {
    display: none;
}
a.largeBrowser{
    margin-left:150px!important;
    width: 115px!important;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    .modalDimentions{
     /*max-width:400px;*/
        max-height:400px;
        overflow-y:scroll;
    }

    .main-container-top{
        margin-top:2.5em;
    }
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        min-height: 100%;
        text-align: center;
        margin-left: -80px !important ;
    }
    a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3, #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right:  0;
        display: block;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
   a.largeBrowser{
       display: none;
    }
    a.smallBrowser {
        display: inline;
        padding: 0.25rem 0.75rem;
    }

}
/*Dashboard */
 .jck-box:hover  {
     opacity: 0.3;
 }

.border-orange {
    border-color: #F26822 !important;
}
.bg-orange {
    background-color: #F26822 !important;
    color: white !important;
}
.btn-outline-white {
    color: white;
    border-color:white;
}
.btn-outline-white:hover {
    color: black;
    border-color:white;
    background-color: white;
}
.btn-outline-orange {
    color: #F26822;
    border-color:#F26822;
}
.btn-outline-orange:hover {
    color: white;
    border-color:#F26822;
    background-color: #F26822;
}
.text-orange{
    color: #F26822 !important;
}
[v-cloak] > * { display:none; }

ul.list-group.list-group-striped li:nth-of-type(odd){
    color: black;
    background: #f9f9f9;
}
ul.list-group.list-group-striped li:nth-of-type(even){
    color: black;
   /*background: purple;*/
}
ul.list-group.list-group-hover li:hover{
    color: black;
    background:   #ddd;
}


.opacity-0 {
    opacity:0!important;
}
.opacity-1 {
    opacity:0.2!important;
}
.opacity-2 {
    opacity:0.4!important;
}
.opacity-3 {
    opacity:0.6!important;
}
.opacity-4 {
    opacity:.8!important;
}
.opacity-5 {
    opacity:1!important;
}

/* Maybe even support hover opacity shifts */
.opacity-0h5 {
    opacity:0!important;
    transition: opacity .25s ease-in-out!important;
    -moz-transition: opacity .25s ease-in-out!important;
    -webkit-transition: opacity .25s ease-in-out!important;
}
.opacity-0h5:hover {
    opacity:1!important;
}
.isdisabled{

    pointer-events:none!important;
}
.isdisabledOpacity{
    opacity:0.5!important;
    pointer-events:none!important;
}
.customCalendarPosition{
    top:-300px!important;
}
.modalDimentions{
    max-width:1200px!important;
    max-height:850px;
    overflow-y:auto;
}
.modal-header {
    padding: 0.5rem 1rem!important;
}
.modal-body {
    padding: 0.2rem 1rem!important;
}
.jck-pointer{
    cursor: pointer;

}
.jck-pointer:hover{
    color: orange;
}
.jck_text-danger {
    color: red;
    background-color: white;
}
.jck_text-danger:focus {
    color: black ;
}


/*BG*/
.bg-purple {
    background-color: #6f42c1 !important;
    color: white;
}
.bg-pink {
    background-color: #d63384 !important;
}
.bg-orange {
    background-color: #fd7e14 !important;
}
.bg-teal {
    background-color: #20c997 !important;
}
.mantis img {
    width: 30%;
    margin: auto;
    display: block;
    margin-bottom: 10px;
}
.tooltip {
    display: block !important;
    z-index: 10000;
}
.tooltip .tooltip-inner {
    background: black;
    color: white;
    border-radius: 16px;
    padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: black;
    z-index: 1;
}
.tooltip[x-placement^="top"] {
    margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}
.tooltip[x-placement^="bottom"] {
    margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}
.tooltip[x-placement^="right"] {
    margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}
.tooltip[x-placement^="left"] {
    margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}
.tooltip[aria-hidden='true'] {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.15s, visibility 0.15s;
}
.tooltip[aria-hidden='false'] {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.15s;
}
/* Font ico (Font-Awesome) */
.elastic-fai-xl{
    font-size:80px;
}
.elastic-fai-lg{
    font-size:50px;
}
.elastic-fai-md{
    font-size:40px;
}
.elastic-fai-sm{
    font-size:30px;
}
.elastic-fai-xs{
    font-size:20px;
}
/* Extra small devices */
@media(max-width:544px){
    .elastic-fai-group > .elastic-fai, .elastic-fai-xs{
        font-size:20px;
    }
}
/* Small devices */
@media(min-width:544px){
    .elastic-fai-group > .elastic-fai, .elastic-fai-sm{
        font-size:30px;
    }
}
/* Medium devices */
@media(min-width:768px){
    .elastic-fai-group > .elastic-fai, .elastic-fai-md{
        font-size:40px;
    }
}
/* Large devices */
@media(min-width:992px){
    .elastic-fai-group > .elastic-fai, .elastic-fai-lg{
        font-size:50px;
    }
}
/* Exrta Large devices */
@media(min-width:1200px){
    .elastic-fai-group > .elastic-fai, .elastic-fai-xl{
        font-size:80px;
    }
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

div.modal-content{
    max-height: calc(120vh - 210px);
    overflow-y: auto;
}

/*multiselect*/
.jck_multi_tag{
    position: relative;
    margin-left: 2px;
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 25px;
    padding-bottom: 1px;
    background: mediumseagreen;
    color: white;
    border:solid thin mediumseagreen;
    border-radius: 6px;
}
.jck_multi_remove{
    position: absolute;
    cursor:pointer;
    right: 3px;
    top: 3px;
    background: red;
    border:solid thin red;
    font-size: 15px;
    padding: 1px;
    font-weight: bold;
    line-height: 8px;
    color: white;
    width: 15px;
    height: 15px;
    border-radius: 50px;
}

.jck_multi_remove:before {
    content: '×';
}
.jck_multi_remove:hover{
    background: white;
    border:solid thin white;
    color: red;
}

.jck-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.inactiveMouse  input,.inactiveMouse select,.inactiveMouse textarea{
    opacity: 0.5 !important;
    cursor: not-allowed;
    pointer-events: none;
    disabled:true;
}
.inactiveMouse button:not(.cancel){
    opacity: 0.5 !important;
    cursor: not-allowed;
    pointer-events: none;
    disabled:true;
}
.show-enter-active,
.show-leave-enter {
    transform: translateX(0);
    transition: all .3s linear;
}
.show-enter,
.show-leave-to {
    transform: translateX(100%);
}

.slide-fade-enter-active  {
    transition: all 1s;
    height: 100%;
}
.slide-fade-leave-active{
    transform: translate(-100%, 0);
}
.slide-fade-enter,.slide-fade-leave-to{
    transform: translate(100%, 0);
}
.right-btn{
    border:none;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    pointer-events: all;
    position: absolute;
    right: -68px;
    top: auto;
    bottom: 50%;
    z-index: 9999;
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
    -moz-transform: rotate(90deg);   /* Firefox */
    -ms-transform: rotate(90deg);   /* IE 9 */
    -o-transform: rotate(90deg);   /* Opera */
    transform: rotate(90deg);
}
.animate-swing {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
    float:left;
}
.animate-swing img {
    display: block;
}
.animate-swing:after{
    content: '';
    position: absolute;
    width: 20px; height: 20px;
    top: -10px; left: 50%;
    z-index: 0;
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
}
.animate-swing:before{
    content: '';
    position: absolute;
    width: 5px; height: 5px;
    top: -14px;left: 54%;
    z-index: 5;
    border-radius: 50% 50%;
    background: #000;
}
@keyframes swing {
    0% { transform: rotate(10deg);
        color: crimson;}
    100% { transform: rotate(-10deg);
        color: grey;}
}
.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes pulse {
    0%, 100% {
        opacity: 1;

    }
    50% {
        opacity: .5;

    }
}
.jck-fa-big-stack[data-count]:after{
    right: 10px;
    top: 5px;
    position: absolute;
    content: attr(data-count);
    font-size: 70%;
    padding: .3em;
    border-radius: 999px;
    line-height: 1em;
    color: white;
    background: red;
    text-align: center;
    min-width: 2.5em;
    font-weight: bold;
}
.jck-fa-stack[data-count]:after{
    position:absolute;
    right:-25%;
    top:-25%;
    content: attr(data-count);
    font-size:50%;
    padding:.5em;
    border-radius:999px;
    line-height: 1em;
    color: white;
    background:red;
    text-align:center;
    min-width:3em;
    font-weight:bold;
}
.jck-fa-stack-default[data-count]:after{
    position:absolute;
    right:-25%;
    top:-25%;
    content: attr(data-count);
    font-size:50%;
    padding: .5em;
    border-radius:999px;
    line-height: 1em;
    color: white;
    background:lightgrey;
    text-align:center;
    min-width:3em;
    font-weight:bold;
}
.jck-select {
    /*padding: 3px!important;*/
    text-align: center!important;
    border: 0px solid #979997!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.jck-btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.jck-btn-outline-warning:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.jck-btn-outline-success {
    color: #198754;
    border-color: #198754;
}
.jck-btn-outline-success:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

 .jck-list-group-item {
     position: relative;
     display: block;
     padding: 0.5rem 1rem;
     text-decoration: none;
     border: 1px solid rgba(0, 0, 0, 0.125);
 }
.jck-list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}
 .hoverDrag:hover {
     cursor: move;
 }