/* Minification failed. Returning unminified contents.
(241,32): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
 */
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#centerDiv {
    min-height: 400px;
    margin-top: 10px;
}

#dashboardDiv .well {
    min-height: 440px;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}

.rounded {
    border-radius: .25rem !important;
}

h4, .k-card-title {
    font-weight: bold !important;
}

.k-primary:not([title="Filter"]) /*not([type="submit"])*/ {
    min-width: 120px;
    margin: 5px 20px !important;
    padding: 4px 20px;
} .k-primary:hover {
        background: linear-gradient(110deg,#287A00 -44%,#7CDB4C 157%) !important;
        outline: none !important;
    }
#note {
    position: fixed;
    z-index: 6001;
    top: 0;
    left: 0;
    right: 0;
    background: #fde073;
    text-align: center;
    line-height: 2.5;
    overflow: hidden;
    /*-webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;*/
    webkit-box-shadow: 0 .125rem .25rem black;
    -moz-box-shadow: 0 .125rem .25rem black;
    box-shadow: 0 .125rem .25rem black !important;
}
#note:hover {
    animation-play-state: paused;
}
.cssanimations.csstransforms #note {
    animation-name: slideDown;
    animation-duration: 8000ms;
    animation-fill-mode: forwards;
    -webkit-animation-name: slideDown;
    -webkit-animation-duration: 8000ms;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slideDown;
    -moz-animation-duration: 8000ms;
    -moz-animation-fill-mode: forwards;
} #close {
    position: absolute;
    right: 10px;
    top: 9px;
    text-indent: -9999px;
    background: url(Images/close.png);
    height: 16px;
    width: 16px;
    cursor: pointer;
} .cssanimations.csstransforms #close {
    display: none;
} @-webkit-keyframes slideDown {
    /*0% {
        opacity: 1;
        transform: translateY(-50px);
    }

    50% {
        opacity: 1;
        transform: translateY(0px);
    }

    100% {
        display: none;
        opacity: 0;
        transform: rotateX(90deg);
    }*/
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0%;
    }
} @-moz-keyframes slideDown {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0%;
    }
} .p-bottom-5 {
    padding-bottom: 5px
} .p-bottom-10 {
    padding-bottom: 10px
} .p-bottom-15 {
    padding-bottom: 15px
} .p-bottom-20 {
    padding-bottom: 20px
} div .overlay {
    width: 290px;
    height: 290px;
    opacity: .2;
    filter: alpha(opacity=60);
    text-align: center;
    margin: 0 auto;
    color: #adadad;
    font-size: 2em !important;
    line-height: 1.42857143;
    background-color: transparent !important;
} .text-center {
    text-align: center;
    display: block;
}
@keyframes myAnimation {
    0% {
        opacity: 1;
        transform: rotateX(90deg);
    }

    50% {
        opacity: 0.9;
        transform: rotateX(0deg);
    }

    100% {
        display: none;
        opacity: 0;
        transform: rotateX(90deg);
    }
}

#myelement {
    animation-name: myAnimation;
    animation-duration: 2000ms;
    animation-fill-mode: forwards;
}
/* Social Icon Styles */
.social-icon {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 15px;
    line-height: 1em;
    /* Sizes */
    /* Directions */
    /* Shapes */
    /* Color Schemes */
} .social-icon li {
        display: inline-block;
        margin-right: 1.2em;
        font-size: 1em;
        line-height: 1em;
    } .social-icon li:last-child {
            margin-right: 0;
        } .social-icon i {
        display: inherit;
        justify-content: inherit;
        align-items: inherit;
    } .social-icon.social-icon-sm {
        font-size: 14px;
    } .social-icon.social-icon-md {
        font-size: 18px;
    } .social-icon.social-icon-lg {
        font-size: 20px;
    } .social-icon.social-icon-lg li {
            margin-right: 1em;
        } .social-icon.vertical li {
        display: block;
        margin-right: 0 !important;
        margin-bottom: 1.2em;
    } .social-icon.vertical li:last-child {
            margin-bottom: 0;
        } .social-icon.round li, .social-icon.semi-round li, .social-icon.square li, .social-icon.circle li {
        margin-right: 0.5em;
    } .social-icon.round a, .social-icon.semi-round a, .social-icon.square a, .social-icon.circle a {
        display: inline-flex;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        background-color: var(--color-primary);
        color: #fff;
    } .social-icon.round a:hover, .social-icon.semi-round a:hover, .social-icon.square a:hover, .social-icon.circle a:hover {
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            -webkit-transform: translate(0, -2px);
            transform: translate(0, -2px);
        } .social-icon.round.social-icon-sm li, .social-icon.semi-round.social-icon-sm li, .social-icon.square.social-icon-sm li, .social-icon.circle.social-icon-sm li {
        margin-right: 0.3em;
    } .social-icon.round.social-icon-sm a, .social-icon.semi-round.social-icon-sm a, .social-icon.square.social-icon-sm a, .social-icon.circle.social-icon-sm a {
        width: 30px;
        height: 30px;
    } .social-icon.round.social-icon-md li, .social-icon.semi-round.social-icon-md li, .social-icon.square.social-icon-md li, .social-icon.circle.social-icon-md li {
        margin-right: 0.6em;
    } .social-icon.round.social-icon-md a, .social-icon.semi-round.social-icon-md a, .social-icon.square.social-icon-md a, .social-icon.circle.social-icon-md a {
        width: 48px;
        height: 48px;
    } .social-icon.round.social-icon-lg li, .social-icon.semi-round.social-icon-lg li, .social-icon.square.social-icon-lg li, .social-icon.circle.social-icon-lg li {
        margin-right: 0.7em;
    } .social-icon.round.social-icon-lg a, .social-icon.semi-round.social-icon-lg a, .social-icon.square.social-icon-lg a, .social-icon.circle.social-icon-lg a {
        width: 55px;
        height: 55px;
    } .social-icon.round i, .social-icon.round a {
        border-radius: 8%;
    } .social-icon.semi-round i, .social-icon.semi-round a {
        border-radius: 2%;
    } .social-icon.circle i, .social-icon.circle a {
        border-radius: 50em;
    } .social-icon.scheme-dark a {
        color: #000;
    } .social-icon.scheme-dark.semi-round a, .social-icon.scheme-dark.round a, .social-icon.scheme-dark.square a, .social-icon.scheme-dark.circle a {
        background-color: #000;
        color: #fff;
    } .social-icon.scheme-gray a {
        color: #999;
    } .social-icon.scheme-gray.semi-round a, .social-icon.scheme-gray.round a, .social-icon.scheme-gray.square a, .social-icon.scheme-gray.circle a {
        background-color: #999;
    } .social-icon.scheme-white a {
        color: #fff;
    } .social-icon.scheme-white.semi-round a, .social-icon.scheme-white.round a, .social-icon.scheme-white.square a, .social-icon.scheme-white.circle a {
        background-color: #fff;
        color: #000;
    } .social-icon.branded-text a {
        background-color: transparent;
    } .social-icon.branded i {
        width: 100%;
        height: 100%;
        position: relative;
    } .social-icon.branded a {
        background-color: transparent;
        line-height: normal;
    } .flip {
    transform: rotateY(0deg);
    backface-visibility: visible;
    transition: all .6s linear;
} .flip-hide {
    transform: rotateY(180deg);
    backface-visibility: hidden;
    transition: all .6s linear;
    position: relative;
    height: 1px;
} .main-footer strong a {
    color: #44cc00 !important;
}
.content-header h1 {
    color: #00aaff !important;
    line-height: 1.4em;
    background: -webkit-linear-gradient(#44cc00, #00aaff) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}
.k-loading-image::before {
    content: "";
    border-width: .015em;
    font-size: 4em;
    color: #44cc00 !important;
    /*background: -webkit-linear-gradient(#44cc00, #00aaff) !important;*/
}
.k-loading-image::after {
    content: "";
    border-width: .015em;
    font-size: 4em;
    color: #00aaff !important;
}
/*.k-loading-image {
    font-size: 0 !important;
    background-image: url('Images/Spinners/greenPointer.gif') !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background-position: center;
}*/
/*body::-webkit-scrollbar {
    background-color: #eaeaea;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#4D9C41), to(#19911D), color-stop(.6,#54DE5D))
}*/
::-webkit-scrollbar {
    width: 8px;
}
    ::-webkit-scrollbar:hover {
        width: 8px !important;
    }
/* Track */
::-webkit-scrollbar-track {
    pointer-events: auto;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 !important;
    border: 0 !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    color: #212529;
    -webkit-box-direction: normal;
    visibility: visible !important;
    box-sizing: border-box;
    pointer-events: auto;
    position: absolute;
    border-radius: 10px;
    transition: background-color .3s;
    background: #d6d9dc;
    transform: translate(0px, 0px);
    pointer-events: auto;
    position: absolute;
}
    ::-webkit-scrollbar-thumb:hover {
        /*background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#4D9C41), to(#19911D), color-stop(.6,#54DE5D));*/
        background: rgb(163, 166, 169);
    }

    /*::-webkit-scrollbar-thumb:window-inactive {
        /*background: rgba(255,0,0,0.4);
        background-color: #eaeaea;
    }*/
.k-button.k-danger,
.k-button.k-danger:active {
    /*background-image: none;*/
    background: linear-gradient(110deg,#f00 -44%,#990000 157%);
    /*background-color: #f00 !important;*/
    color: #fff;
    border-color: #f00;
}
    .k-button.k-danger:hover {
        /*background-image: none;*/
        /*background-image: linear-gradient(#990000,#f00);*/
        /*background-color: #f00 !important;*/
        background: linear-gradient(110deg,#990000 -44%,#f00 157%) !important;
        color: #fff;
        border-color: #f00;
    }
.alt-text {
    width: 38px;
    height: 38px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.8rem;
    font-weight: 300;
    letter-spacing: 2px;
    color: #FFF !important;
    line-height: 1.4em;
}

.round-image {
    list-style: none;
    border-radius: 50%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-linear-gradient(#44cc00, #00aaff) !important;
    /*background: radial-gradient(circle at 50% 0, #44cc00, rgba(255,0,0,0) 70.71%), 
        radial-gradient(circle at 6.7% 75%, #00aaff, rgba(0,170,255,0) 70.71%);*/
    /*background: radial-gradient(circle at 50% 0, rgba(255,0,0,.5), rgba(255,0,0,0) 70.71%), radial-gradient(circle at 6.7% 75%, #00aaff, rgba(0,0,255,0) 70.71%), radial-gradient(circle at 93.3% 75%, rgba(0,255,0,.5), rgba(0,255,0,0) 70.71%) beige;*/
}
.nav-sidebar .nav-link > .right, .nav-sidebar .nav-link > p > .right {
    position: absolute;
    right: 1rem;
    top: .9rem !important;
}
.k-tooltip {
    /*color: #fff;*/
    background-color: #212121 !important;
    border-radius: 4px !important;
}
.k-window-title 
{
    line-height:1.5em !important;
}
.k-window {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    -webkit-border-bottom-left-radius: 4px !important;
    -webkit-border-bottom-right-radius: 4px !important;
    -moz-border-radius-bottomleft: 4px !important;
    -moz-border-radius-bottomright: 4px !important;
}
#map
{outline:none !important;}
.k-window-content
{overflow:hidden !important;}
.shake {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
.k-button.k-primary:focus, .k-button.k-primary.k-state-focused {
    box-shadow: 0 3px 4px 0 rgba(237, 247, 237, 0.4) !important;
}
.k-tooltip-hover-green
{
    color:#44cc00 !important;
}
.k-tooltip-hover-red {
    color: #f00 !important;
}
.k-tooltip-hover-amber {
    color: #ffd800 !important;
}
.k-window-action, .brand-image, .k-danger span, .k-primary span, .nav-icon {
    transition: transform .2s,opacity .2s !important;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
    .k-window-action:hover, .brand-image:hover{
        transform: rotate(360deg);
    }
.k-primary:hover span, .nav-link:hover .nav-icon, .k-danger:hover span {
    transform: rotate(360deg);
}
#btnInstall span {
    animation: bounce .5s infinite alternate;
}
@keyframes bounce {
    from {
        transform: translateY(-7px);
    }

    to {
        transform: translateY(3px);
    }
}
#piechart > svg > g > g > text
{
    font-size:14px !important;
}
.k-state-selected {
    border-radius: 20px !important;
}
.mail-details-wrapper {
    flex: 1;
    overflow: auto;
}
.mail-details {
    padding: 30px;
    overflow:auto;
}
    .mail-details .mail-subject {
        margin: 0 0 10px;
        font-weight: 300;
        font-size: 38px;
        color: #000;
    }
.mail-date, .mail-sender {
    font: 14px/1.42857143 "Noto Sans",Segoe UI,'Roboto',Myriad Pro,sans-serif;
    color: #787878;
}
.mail-details label {
    font-weight: 700;
    margin-right: 5px;
    color: #333333;
}
.mail-details .mail-sender-wrapper {
    margin: 25px 0;
}
.mail-details .mail-text {
    margin: 0;
    padding: 10px 0 30px;
    color: #333333;
    overflow:auto;
}

/*grid scroll fix*/

#reqs::-webkit-scrollbar {
    width: 8px !important;
    height: 8px !important;
}

#reqs::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #eaeaea;
}

    #reqs::-webkit-scrollbar-thumb:hover {
        background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#4D9C41), to(#19911D), color-stop(.6,#54DE5D))
    }

    /*Identity Dropdown sub menu*/
    .navbar-nav li:hover > ul.dropdown-menu {
        display: block;
    }

    .dropdown-submenu {
        position: relative;
    }

        .dropdown-submenu > .dropdown-menu {
            left: -102%;
            top: -5px;
            margin: 0;
            padding: 0;
            right: 100%;
        }

    /* rotate caret on hover */
    .dropdown-menu > li > a:hover:after {
        text-decoration: underline;
        transform: rotate(90deg);
    }
.first-sub-menu > li:first-child {
    padding-top: 5px;
}
.first-sub-menu > li:last-child {
    padding-bottom: 5px;
}
    /*Identity Dropdown sub menu*/

.menu-img {
    height: 20px;
}

.k-button-text {
    background: #00bcd4 !important;
}

/*Geo Location CSS*/
.flatTexBox {
    box-sizing: border-box;
    font-family: inherit;
    font-size: 14px;
    vertical-align: baseline;
    font-weight: 400;
    line-height: 1.29;
    letter-spacing: 0.16px;
    border-radius: 0px;
    outline: transparent solid 2px;
    outline-offset: -2px;
    width: 100%;
    /* height: 40px;*/
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid #28a745;
    /* background-color: rgb(244, 244, 244); */
    padding: 0px 16px;
    color: rgb(22, 22, 22);
    transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9) 0s, outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9) 0s;
}

.align-bottom {
    vertical-align: baseline;
    margin-top: 0.5rem;
}
