/*
Copyright:
    Copyright (c) 2007-2021 Axcess Consulting, <http://axcess.com.au/>.
    
License:
 	Axcess-style license.
*/

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
}

body {
    overflow-x: hidden !important;
    min-height: calc(100% - 125px);
    position: relative;
    padding-bottom: 85px;
}

main {
    margin-left: 410px;
    margin-top: 125px;
    margin-right: 60px;
    margin-bottom: 40px;
}

/* Spinner Overlay */
body.show-spinner::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /* background: rgba(255, 255, 255, 0.6); semi-transparent background */
    z-index: 1000;
}

/* Spinner Styling */
body.show-spinner::after {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    width: 55px;
    height: 55px;
    margin: -27.5px 0 0 -27.5px; /* Negative margin to properly center the spinner */
    border: 5px solid rgba(247, 185, 130, 0.2);
    border-top-color: rgba(241, 128, 36, 0.75);
    border-radius: 50%;
    animation: spin 1s ease-in-out infinite;
    z-index: 1001;
}

/* Spinner Animation */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}




.context-menu-list {
    border-radius: .75rem;
}
.opacity-00 {
    opacity: 0;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}
.background .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.menu .main-menu ul li.idle:after {
    content: " ";
    background: #808080;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    width: 6px;
    height: 90px;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}
.menu .sub-menu ul li{
    margin-left: 15px !important;
}
#navigation {
    height: 71px;
    background-color: #FFF;
    border: 1px solid #E8E8EF;
    width: 100%;
    display: table;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 9
}
#back {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: #F1F4FC;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
    margin-right: 10px
}
#back img {
    margin-top: 13px;
}
#names {
    display: inline-block;
    vertical-align: top;
}
#title {
    font-family: Roboto, Nunito, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #393C44;
    margin-bottom: 0px;
}
#subtitle {
    font-family: Roboto, Nunito, sans-serif;
    color: #808292;
    font-size: 14px;
    margin-top: 5px;
}
#leftside {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
#centerswitch {
    position: absolute;
    width: 222px;
    left: 50%;
    margin-left: -111px;
    top: 15px;
}
#leftswitch {
    border: 1px solid #E8E8EF;
    background-color: #FBFBFB;
    width: 111px;
    height: 39px;
    line-height: 39px;
    border-radius: 5px 0px 0px 5px;
    font-family: Roboto, Nunito, sans-serif;
    color: #393C44;
    display: inline-block;
    font-size: 14px;
    text-align: center;
}
#rightswitch {
    font-family: Roboto, Nunito, sans-serif;
    color: #808292;
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #E8E8EF;
    height: 39px;
    width: 102px;
    display: inline-block;
    font-size: 14px;
    line-height: 39px;
    text-align: center;
    margin-left: -5px;
}
#discard {
    font-family: Roboto, Nunito, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #A6A6B3;
    width: 95px;
    height: 38px;
    border: 1px solid #E8E8EF;
    border-radius: 5px;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    vertical-align: top;
    transition: all .2s cubic-bezier(.05,.03,.35,1);
}
#discard:hover {
    cursor: pointer;
    opacity: .7;
}
#publish {
    font-family: Roboto, Nunito, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #FFF;
    background-color: #217CE8;
    border-radius: 5px;
    width: 143px;
    height: 38px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 38px;
    margin-right: 20px;
    transition: all .2s cubic-bezier(.05,.03,.35,1);
}
#publish:hover {
    cursor: pointer;
    opacity: .7;
}
#buttonsright {
    float: right;
    margin-top: 15px;
}
#leftcard {
    width: 363px;
    background-color: #FFF;
    border: 1px solid #E8E8EF;
    box-sizing: border-box;
    padding-top: 85px;
    padding-left: 20px;
    height: 100%;
    position: absolute;
    z-index: 2;
}
#search input {
    width: 318px;
    height: 40px;
    background-color: #FFF;
    border: 1px solid #E8E8EF;
    box-sizing: border-box;
    box-shadow: 0px 2px 8px rgba(34,34,87,0.05);
    border-radius: 5px;
    text-indent: 35px;
    font-family: Roboto, Nunito, sans-serif;
    font-size: 16px;
}
::-webkit-input-placeholder { /* Edge */
    color: #C9C9D5;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #C9C9D5
}
#header {
    font-size: 20px;
    font-family: Roboto, Nunito, sans-serif;
    font-weight: bold;
    color: #393C44;
}
#subnav {
    border-bottom: 1px solid #E8E8EF;
    width: calc(100% + 20px);
    margin-left: -20px;
    margin-top: 10px;
}
.navdisabled {
    transition: all .3s cubic-bezier(.05,.03,.35,1);
}
.navdisabled:hover {
        cursor: pointer;
        opacity: .5;
    }
.navactive {
    color: #393C44 !important;
}
#triggers {
    margin-left: 20px;
    font-family: Roboto, Nunito, sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #808292;
    width: calc(88% / 3);
    height: 48px;
    line-height: 48px;
    display: inline-block;
    float: left;
}
.navactive:after {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #217CE8;
    margin-top: -4px;
}
#actions {
    display: inline-block;
    font-family: Roboto, Nunito, sans-serif;
    font-weight: 500;
    color: #808292;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    width: calc(88% / 3);
    text-align: center;
    float: left;
}
#loggers {
    width: calc(88% / 3);
    display: inline-block;
    font-family: Roboto, Nunito, sans-serif;
    font-weight: 500;
    color: #808292;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}
.rounded-sm {
    border-radius: 10px !important
}
.blockelem:first-child {
    margin-top: 20px
}
.blockelem {
    padding-top: 10px;
    width: 318px;
    border: 1px solid transparent;
    transition-property: box-shadow, height;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.05,.03,.35,1);
    border-radius: 5px;
    box-shadow: 0px 0px 30px rgba(22, 33, 74, 0);
    box-sizing: border-box;
}
.blockelem:hover {
    box-shadow: 0px 4px 30px rgba(22, 33, 74, 0.08);
    border-radius: 5px;
    background-color: #FFF;
    cursor: pointer;
}
.grabme, .blockico {
    display: inline-block;
}
.grabme {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: -14px;
    width: 15px;
}
#blocklist {
    height: calc(100% - 220px);
    overflow: auto;
}
#proplist {
    height: calc(100% - 305px);
    overflow: auto;
    margin-top: -30px;
    padding-top: 30px;
}
.blockin {
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
}
.blockico {
    width: 36px;
    height: 36px;
    background-color: #F1F4FC;
    border-radius: 5px;
    text-align: center;
    white-space: nowrap;
}
.blockico span {
    height: 100%;
    width: 0px;
    display: inline-block;
    vertical-align: middle;
}
.blockico img {
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}
.blocktext {
    display: inline-block;
    width: 220px;
    vertical-align: top;
    margin-left: 12px
}
.blocktitle {
    margin: 0px !important;
    padding: 0px !important;
    font-family: Roboto, Nunito, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #393C44;
}
.blockdesc {
    margin-top: 5px;
    font-family: Roboto, Nunito, sans-serif;
    color: #808292;
    font-size: 14px;
    line-height: 21px;
}
.blockdisabled {
    background-color: #F0F2F9;
    opacity: .5;
}
#closecard {
    position: absolute;
    margin-left: 340px;
    background-color: #FFF;
    border-radius: 0px 5px 5px 0px;
    border-bottom: 1px solid #E8E8EF;
    border-right: 1px solid #E8E8EF;
    border-top: 1px solid #E8E8EF;
    width: 53px;
    height: 53px;
    text-align: center;
    z-index: 10;
}
#closecard img {
    margin-top: 15px
}
#canvas {
    position: absolute;
    width: calc(100% - 361px);
    height: calc(100% - 71px);
    top: 71px;
    left: 361px;
    z-index: 0;
    overflow: auto;
}
#propwrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 311px;
    height: 100%;
    padding-left: 20px;
    overflow: hidden;
    z-index: -2;
}
#properties {
    position: absolute;
    height: 100%;
    width: 311px;
    background-color: #FFF;
    right: -150px;
    opacity: 0;
    z-index: 2;
    top: 0px;
    box-shadow: -4px 0px 40px rgba(26, 26, 73, 0);
    padding-left: 20px;
    transition: all .25s cubic-bezier(.05,.03,.35,1);
}
.itson {
    z-index: 2 !important;
}
.expanded {
    right: 0 !important;
    opacity: 1 !important;
    box-shadow: -4px 0px 40px rgba(26, 26, 73, 0.05);
    z-index: 2;
}
#header2 {
    font-size: 20px;
    font-family: Roboto, Nunito, sans-serif;
    font-weight: bold;
    color: #393C44;
    margin-top: 101px;
}
#close {
    margin-top: 100px;
    position: absolute;
    right: 20px;
    z-index: 9999;
    transition: all .25s cubic-bezier(.05,.03,.35,1);
}
#close:hover {
    cursor: pointer;
    opacity: .7;
}
#propswitch {
    border-bottom: 1px solid #E8E8EF;
    width: 331px;
    margin-top: 10px;
    margin-left: -20px;
    margin-bottom: 30px;
}
#dataprop {
    font-family: Roboto, Nunito, sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #393C44;
    width: calc(88% / 3);
    height: 48px;
    line-height: 48px;
    display: inline-block;
    float: left;
    margin-left: 20px;
}
#dataprop:after {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #217CE8;
    margin-top: -4px;
}
#alertprop {
    display: inline-block;
    font-family: Roboto, Nunito, sans-serif;
    font-weight: 500;
    color: #808292;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    width: calc(88% / 3);
    text-align: center;
    float: left;
}
#logsprop {
    width: calc(88% / 3);
    display: inline-block;
    font-family: Roboto, Nunito, sans-serif;
    font-weight: 500;
    color: #808292;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}
.inputlabel {
    font-family: Roboto, Nunito, sans-serif;
    font-size: 14px;
    color: #253134;
}
.dropme {
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #E8E8EF;
    box-shadow: 0px 2px 8px rgba(34, 34, 87, 0.05);
    font-family: Roboto, Nunito, sans-serif;
    font-size: 14px;
    color: #253134;
    text-indent: 20px;
    height: 40px;
    line-height: 40px;
    width: 287px;
    margin-bottom: 25px;
}
.dropme img {
    margin-top: 17px;
    float: right;
    margin-right: 15px;
}
.checkus {
    margin-bottom: 10px;
}
.checkus img {
    display: inline-block;
    vertical-align: middle;
}
.checkus p {
    display: inline-block;
    font-family: Roboto, Nunito, sans-serif;
    font-size: 14px;
    vertical-align: middle;
    margin-left: 10px;
}
#divisionthing {
    height: 1px;
    width: 100%;
    background-color: #E8E8EF;
    position: absolute;
    right: 0px;
    /*bottom: 80;*/
}
#removeblock {
    border-radius: 5px;
    position: absolute;
    bottom: 20px;
    font-family: Roboto, Nunito, sans-serif;
    font-size: 14px;
    text-align: center;
    width: 287px;
    height: 38px;
    line-height: 38px;
    color: #253134;
    border: 1px solid #E8E8EF;
    transition: all .3s cubic-bezier(.05,.03,.35,1);
}
#removeblock:hover {
    cursor: pointer;
    opacity: .5;
}
.noselect {
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
}
.blockyname {
    font-family: Roboto, Nunito, sans-serif;
    font-weight: 500;
    color: #253134;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 16px;
}
.blockyleft img {
    display: inline-block;
    vertical-align: middle;
}
.blockyright {
    display: inline-block;
    float: right;
    vertical-align: middle;
    margin-right: 20px;
    margin-top: 10px;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    text-align: center;
    background-color: #FFF;
    transition: all .3s cubic-bezier(.05,.03,.35,1);
    z-index: 10;
}
.blockyright:hover {
    background-color: #F1F4FC;
    cursor: pointer;
}
.blockyright img {
    margin-top: 12px;
}
.blockyleft {
    display: inline-block;
    margin-left: 20px;
}
.blockydiv {
    width: 100%;
    height: 1px;
    background-color: #E9E9EF;
}
.blockyinfo {
    font-family: Roboto, Nunito, sans-serif;
    font-size: 14px;
    color: #808292;
    margin-top: 15px;
    text-indent: 20px;
    margin-bottom: 20px;
}
.blockyinfo span {
    color: #253134;
    font-weight: 500;
    display: inline-block;
    border-bottom: 1px solid #D3DCEA;
    line-height: 20px;
    text-indent: 0px;
}
.block {
    background-color: #FFF;
    margin-top: 0px !important;
    box-shadow: 0px 4px 30px rgba(22, 33, 74, 0.05);
}
.selectedblock {
    border: 2px solid #217CE8;
    box-shadow: 0px 4px 30px rgba(22, 33, 74, 0.08);
}
@media only screen and (max-width: 832px) {
    #centerswitch {
        display: none;
    }
}
@media only screen and (max-width: 560px) {
    #names {
        display: none;
    }
}
.text-search {
    color: #636466 !important
}
.icon-search {
    font-size: 24px;
    color: #636466 !important
}
.icon-primary {
    font-size: 24px;
    color: #FC5400 !important
}
.icon-info {
    font-size: 24px;
    color: #636466 !important
}
.myWork-List {
    padding: 0.35rem !important;
}
.navbar .header-icon {
    font-size: 24px !important;
}
.navbar .menu-button svg {
    height: 20px !important;
}
#pageMenuDropdown {
    width: 240px;
    padding: 1.5rem;
}
#notificationDropdown {
    width: 260px;
    padding: 1.5rem;
    height: 300px;
    right: 15px;
}
#userMenuDropdown {
    width: 240px;
    padding: 1.5rem;
    /*height: 300px;*/
}
#app-container.main-hidden.sub-hidden .sub-menu, #app-container.menu-hidden .sub-menu {
    transform: translateX(-400px)
}
#conSerach {
    width: 90%;
}
label {
    color: #636466 !important;
    font-weight: 600;
}
.form-control {
    font-weight: 400;
}
.menu {
    z-index: 1002;
}
.menu .sub-menu {
    width: 280px;
    z-index: 1003;
}
.app-menu {
    z-index: 1001 !important;
}
.sticky-object {
    position: sticky;
    top: 95px;
    z-index: 5;
    background: #f8f8f8;
}
.rowCount {
    color: #636466 !important;
    background-color: #f3f3f3 !important;
}
.fixed-background {
    /*background-image: url('../img/arm-background-04.png');*/
    background-color: #F0ECE1;
}
.comingsoon-background {
    background: url("../img/balloon.jpg") no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
footer.page-footer {
    padding-top: 1.2rem;
    padding-bottom: 0.5rem;
    height: 60px;
}
main{
    margin-bottom: 0px;
}
body {
    padding-bottom: 65px;
}
.sw-main.sw-theme-check > ul.step-anchor:before, .sw-main.sw-theme-dots > ul.step-anchor:before {
    top: 115px;
}
.sw-main > .btn-toolbar.sw-toolbar.sw-toolbar-bottom {
    padding-top: 0rem;
}
.field-heading {
    color: #636466 !important;
}
.dropdown-toggle {
    padding: .5rem .75rem .5rem .75rem;
}
.auth-card {
    box-shadow: 0 1px 15px rgba(0,0,0,.04), 0 2px 20px rgba(0,0,0,1)
}
.auth-card .image-home {
    width: 25%;
    background: url(../img/login-balloon.jpg) no-repeat center top;
    background-size: cover;
    padding: 80px 40px;
}
.auth-card .form-home {
    width: 75%;
    padding: 80px
}
.rounded .auth-card .image-home {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}
.auth-card .image-people .h3 {
    line-height: 0.8rem;
}
.auth-card .image-people {
    width: 40%;
    background: url("../img/AXC_Personal_320px.png") no-repeat center top;
    background-size: cover;
    padding: 80px 40px;
}
.auth-card .image-people .h3 {
    line-height: 0.8rem;
}
.rounded .auth-card .image-people {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}
.auth-card .image-hero {
    width: 40%;
    background: url("../img/AXC_CarLoan_320px.png") no-repeat center top;
    background-size: cover;
    padding: 80px 40px;
}
.auth-card .image-hero .h3 {
    line-height: 0.8rem;
}
.rounded .auth-card .image-hero {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}
.auth-card .image-loan {
    width: 40%;
    background: url("../img/AXC_MoneyLoan_320px.png") no-repeat center top;
    background-size: cover;
    padding: 80px 40px;
}
.auth-card .image-loan .h3 {
    line-height: 0.8rem;
}
.rounded .auth-card .image-loan {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}
.auth-card .image-security {
    width: 40%;
    background: url("../img/AXC_Portfolio_320px.png") no-repeat center top;
    background-size: cover;
    padding: 80px 40px;
}
.auth-card .image-security .h3 {
    line-height: 0.8rem;
}
.rounded .auth-card .image-security {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}
.jtimeline, .jtimeline * {
    box-sizing: border-box;
}
.jtimeline {
    max-width: 100%;
    position: relative;
    padding: 100px 200px;
    overflow: hidden;
}
.jtimeline .jtimeline-scroll-left,
.jtimeline .jtimeline-scroll-right {
    position: absolute;
    cursor: pointer;
    z-index: 1;
}
.jtimeline .jtimeline-scroll-left > .jtimeline-arrow,
.jtimeline .jtimeline-scroll-right > .jtimeline-arrow {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -25px;
    background-color: #555;
    color: #fff;
    border-radius: 999px;
    /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);*/
}
.jtimeline .jtimeline-scroll-left.is-disabled,
.jtimeline .jtimeline-scroll-right.is-disabled {
    opacity: 0.25;
    cursor: not-allowed;
}
.jtimeline .jtimeline-scroll-left {
    left: 0px;
}
.jtimeline .jtimeline-scroll-right {
    right: 0px;
}
.jtimeline ul.jtimeline-events {
    min-width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    transform: translate(0, 0);
    transition: 0.5s ease-in-out;
}
.jtimeline ul.jtimeline-events:before {
    content: "";
    display: block;
    width: 50000px;
    height: 3px;
    background-color: #ccc;
    position: relative;
    left: -25000px;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event {
    display: block;
    position: absolute;
    z-index: 10;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event > .jtimeline-event-bullet {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #fafafa;
    border-radius: 9999px;
    border-width: 3px;
    border-color: #0f87ff;
    border-style: solid;
    position: relative;
    top: -16.5px;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event > .jtimeline-event-label {
    position: absolute;
    left: -85px;
    width: 200px;
    height: 100px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event > .jtimeline-event-label:after {
    content: "";
    display: block;
    width: 3px;
    height: 10px;
    background-color: #0f87ff;
    border-radius: 9999px;
    position: absolute;
    left: 98.5px;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event:nth-child(odd) > .jtimeline-event-label {
    top: -126.5px;
    align-items: flex-end;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event:nth-child(odd) > .jtimeline-event-label:after {
    bottom: -11px;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event:nth-child(even) > .jtimeline-event-label {
    align-items: flex-start;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event:nth-child(even) > .jtimeline-event-label:after {
    top: -17.5px;
}
.is-green {
    color: #3abb67;
}
.is-red {
    color: #e7523e;
}
.is-orange {
    color: #FC5400;
}
.is-upcoming {
    color: #a9a9a9;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event:hover, .jtimeline ul.jtimeline-events > li.jtimeline-event.is-active {
    z-index: 1;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event:hover, .jtimeline ul.jtimeline-events > li.jtimeline-event.is-green {
    z-index: 1;
    color: #3abb67;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event:hover, .jtimeline ul.jtimeline-events > li.jtimeline-event.is-red {
    z-index: 1;
    color: #e7523e;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event:hover, .jtimeline ul.jtimeline-events > li.jtimeline-event.is-orange {
    z-index: 1;
    color: #FC5400;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event:hover, .jtimeline ul.jtimeline-events > li.jtimeline-event.is-upcoming {
    z-index: 1;
    color: #a9a9a9;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event:hover > .jtimeline-event-bullet, .jtimeline ul.jtimeline-events > li.jtimeline-event.is-green > .jtimeline-event-bullet {
    border-color: #3abb67;
    background-color: #90ee90;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event:hover > .jtimeline-event-bullet, .jtimeline ul.jtimeline-events > li.jtimeline-event.is-red > .jtimeline-event-bullet {
    border-color: #e7523e;
    background-color: #ffcccb;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event:hover > .jtimeline-event-bullet, .jtimeline ul.jtimeline-events > li.jtimeline-event.is-orange > .jtimeline-event-bullet {
    border-color: #FC5400;
    background-color: #fed8b1;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event:hover > .jtimeline-event-bullet, .jtimeline ul.jtimeline-events > li.jtimeline-event.is-upcoming > .jtimeline-event-bullet {
    border-color: #a9a9a9;
    background-color: #d3d3d3;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event:hover > .jtimeline-event-label:after, .jtimeline ul.jtimeline-events > li.jtimeline-event.is-green > .jtimeline-event-label:after {
    background-color: #3abb67;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event:hover > .jtimeline-event-label:after, .jtimeline ul.jtimeline-events > li.jtimeline-event.is-red > .jtimeline-event-label:after {
    background-color: #e7523e;
}
.jtimeline ul.jtimeline-events > li.jtimeline-event:hover > .jtimeline-event-label:after, .jtimeline ul.jtimeline-events > li.jtimeline-event.is-orange > .jtimeline-event-label:after {
        background-color: #FC5400;
    }
.jtimeline ul.jtimeline-events > li.jtimeline-event:hover > .jtimeline-event-label:after, .jtimeline ul.jtimeline-events > li.jtimeline-event.is-upcoming > .jtimeline-event-label:after {
    background-color: #a9a9a9;
}
.modal-right .modal-dialog-lg {
    max-width: 1000px;
}
.modal-right .modal-dialog {
    max-width: 410px;
}
.dropdown-menu.show {
    z-index: 2010;
}
.dropdown-menu {
    overflow-y: auto;
    max-height: 60vh
}
.form-control {
    color: #2a2a2a;
}
.drop-area {
    min-height: 0px !important;
}
.library-app .drop-area form, .select-from-library-container .drop-area form {
    border-style: dashed;
    border-width: 3px;
    border-color: #007bff;
}
.page-item .page-link {
    padding: .5rem 0.5rem;
}
.custom-select {
    height: calc(2em + .5rem) !important
}
.pull-right {
    float: right;
}
.glyphicon {
    font-size: 24px !important;
    padding: 0px !important;
    background-color: white;
    top: -5px;
    left: -2px;
}
.readonly {
    background-color: #e9ecef !important;
}
.cardFolder {
    border: initial;
    background: white;
    border-radius: 0.1rem;
    /*box-shadow: 0 1px 15px rgba(0, 0, 0, 0.18), 0 1px 6px rgba(0, 0, 0, 0.04);*/
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 2px !important;
    border-left-color: #ffc107 !important;
    border-left-style: solid !important;
    padding: 0px 25px 5px 5px !important;
}
.homeActive {
    box-shadow: 0 1px 15px rgba(40, 167, 69, 0.18), 0 1px 6px rgba(40, 167, 69, 0.04) !important;
    border-left-color: rgba(40, 167, 69, 0.45) !important;
}
.folderActive {
    box-shadow: 0 1px 15px rgba(40, 167, 69, 0.18), 0 1px 6px rgba(40, 167, 69, 0.04) !important;
    border-left-color: rgba(40, 167, 69, 0.45) !important;
/*    margin-bottom: 15px;
    margin-top: 15px;
*/}
.dropzone {
    min-height: 50px !important
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    position: relative;
    transform: translateY(-10%) !important;
    top: 0% !important;
    margin: 0;
    margin-top: 0rem !important;
}
.library-app .drop-area form, .select-from-library-container .drop-area form {
    height: 56px !important;
}
/*
 * Included libraries:
 *   DataTables 1.12.1
 */
table .thead-light th {
    color: #636466 !important
}
table.sticky th {
    position: sticky !important;
    top: -1px !important;
}
.table {
    background-color: white;
    margin-bottom: 0rem;
}
.table-ok {
    background-color: #fff;
    color: #FC5400;
}
.table-danger {
    background-color: #eed3d5;
    color:#c43d4b;
}
.table-info {
    background-color: #ebe4cf;
    color: #b69329;
}
.table-success {
    background-color: #d3e2d6;
    color: #3e884f;
}
.type-A {
    color: #FC5400 !important;
}
.type-B {
    color: #636466 !important;
}
.type-M {
    color: #f18024 !important;
}
.type-OK {
    text-decoration: line-through;
    color: #8f8f8f !important;
}
table.fixedHeader-floating {
    background-color: white;
}
table.fixedHeader-floating.no-footer {
        border-bottom-width: 0;
    }
table.fixedHeader-locked {
    position: absolute !important;
    background-color: white;
}
@media print {
    table.fixedHeader-floating {
        display: none;
    }
}
.myEventOK {
    border-style: solid !important;
    border-color: #FC5400 !important;
    background-color: #ffff !important;
    border-width: 1px;
}
.myEventError {
    border-style: solid !important;
    border-color: #dc3545 !important;
    color: #dc3545 !important;
    background-color: #ffff !important;
    border-width: 1px;
}
.myEventInfo {
    border-style: solid !important;
    border-color: #D7D7D7 !important;
    color: #D7D7D7 !important;
    background-color: #ffff !important;
    border-width: 1px;
}
.myEventWarning {
    border-style: solid !important;
    border-color: #f18024 !important;
    background-color: #ffff !important;
    border-width: 1px;
}
.myEventWarning_Dashed {
    border-style: dashed !important;
    border-color: #f18024 !important;
    background-color: #ffff !important;
    border-width: 1px;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 1.45rem;
    color: #636466;
    padding-bottom: 1.45rem;
}
dot {
    height: 15px;
    width: 15px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}
.datepicker-dropdown {
    transform: translateY(-128px);
    overflow-y: visible !important;
}
/*
 * Included libraries:
 *   Other Axcess
 */
.mind-icons-axc .glyph, .simple-line-icons-axc .glyph {
    width: 14.28%;
    text-align: center !important;
    float: left;
    height: 85px
}

.mind-icons-axc .glyph .fa, .mind-icons-axc .glyph .glyph-icon, .simple-line-icons-axc .glyph .fa, .simple-line-icons-axc .glyph .glyph-icon {
    font-size: 24px;
    text-align: center !important
}

/*
 * Included libraries:
 *   Select2
 */
.select2-container--bootstrap .select2-results__option .select2-results__option {
    padding: 6px 36px !important;
}

.select2-container--bootstrap .select2-results__group {
    background-color: whitesmoke !important;
}
