﻿@font-face {
    font-family: 'openSans';
    src: url('../fonts/openSans/OpenSans-Regular.ttf');
}

.openSans {
    font-family: openSans;
}

body {
    font-size: 13px;
    font-family: openSans;
}

button, .btn {
    font-size: 13px;
}

h3, .h3 {
    font-size: 20px;
}

h4, .h4 {
    font-size: 16px;
}

.highlighted {
    background: yellow !important;
    color: black;
}

.clr-YellowOrange {
    color: #f59c1a;
}

.bg-YellowOrange {
    background-color: #f59c1a;
}

.margin-0 {
    margin: 0px !important;
}

.padding {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-0 {
    padding: 0px;
}

.pd-r-0 {
    padding-right: 0px !important;
}

.pd-r-5 {
    padding-right: 5px;
}

.pd-r-10 {
    padding-right: 10px;
}

.pd-l-0 {
    padding-left: 0px;
}

.pd-top-5 {
    padding-top: 5px;
}

.pd-b-0 {
    padding-bottom: 0px !important;
}

.pd-b-3 {
    padding-bottom: 3px !important;
}

.pd-r-10 {
    padding-right: 10px !important;
}

.m-t-0 {
    margin-top: 0px;
}

.m-t-10 {
    margin-top: 10px;
}

textarea {
    resize: none;
}

.pointer {
    cursor: pointer;
}

.zoom-in {
    cursor: zoom-in;
}

.jks-center {
    margin: auto;
    display: table;
    padding: 5px 10px;
}

.bg-white {
    background-color: white;
}

.bg-gray {
    background-color: #f0f0f0;
}

a {
    cursor: pointer;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.border-top {
    border-top: 3px solid #F59C1A !important;
}

.border-gray {
    border: 1px solid #ccc;
}

.font13 {
    font-size: 13px !important;
}

.font14 {
    font-size: 14px !important;
}

i.fa {
    cursor: pointer;
}

i.fa-refresh {
    font-size: 19px !important;
    padding: 6px 0px;
}

.Mandetory section.main.container-fluid.padding-0 {
    min-height: calc(100vh - 50px);
    background: #f5f5f5;
}

.main {
    background-color: #f5f5f5;
    min-height: calc(100vh - 50px);
}

.layout2.main {
    min-height: calc(100vh - 85px);
}

.navbar-brand {
    background-color: #237956;
    background: -webkit-linear-gradient(#8bc34a, #55752f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#8bc34a, #55752f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#8bc34a, #55752f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#8bc34a, #55752f); /* Standard syntax */
    width: 250px;
    color: white;
    margin-right: 0px;
    text-shadow: 0px 0px 1px #151815;
    letter-spacing: .5px;
    font-size: 21px;
    padding-right: 5px;
    height: 40px;
    padding: 10px 15px;
}

    .navbar-brand:hover {
        color: #ffffff;
    }

nav.navbar {
    padding: 0px;
    display: block;
    float: left;
    width: 100%;
    color: white;
    background-color: #2c353c !important;
    border: 0px;
    margin: 0px;
    border-radius: 0px;
    min-height: 40px;
}

.sidebar-nav {
    background: #8bc34a;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 112;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: 0.5s;
}

    .sidebar-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .sidebar-nav ul li.active .style1 {
            background-color: #f59c1a !important;
        }

        .sidebar-nav ul li.active .style1 {
            background-color: rgba(139, 195, 74, 0.25) !important;
        }

    .sidebar-nav .metismenu a.style1 + ul li.active a.has-arrow {
        background-color: #78a841 !important;
    }

    .sidebar-nav.isOverlay .backdrop {
        content: '';
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        top: 0px;
        z-index: -1;
        background-color: rgba(12, 12, 12, 0.33);
        bottom: 0px;
    }

.nav-bordered > li:not(.disabled) > a:not(.disabled):hover:before, .nav-bordered > li:not(.disabled) > a:not(.disabled):focus:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.nav-bordered > li:not(.disabled) > a:not(.disabled):before, .nav-bordered > a:not(.disabled):before {
    position: absolute;
    height: 100%;
    width: 4px;
    content: '';
    left: 0;
    top: 0;
    background: #f59c1a;
    -webkit-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.metismenu .active > .has-arrow, .metismenu .has-arrow[aria-expanded="true"] {
    color: black;
    font-weight: 700;
}

.metismenu .collapse.in {
    background-color: #6a9439;
}

.sidebar-nav .metismenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .sidebar-nav .metismenu > li {
        /*    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }

    .sidebar-nav .metismenu a {
        position: relative;
        display: block;
        padding: 13px 15px;
        color: #f9f9f9;
        outline-width: 0;
        transition: all .3s ease-out;
        letter-spacing: .5px;
        cursor: pointer;
    }

    .sidebar-nav .metismenu ul a {
        padding: 10px 15px 10px 30px;
        z-index: 1;
    }

    .sidebar-nav .metismenu ul ul a {
        z-index: 1;
        padding: 10px 15px 10px 45px;
    }

    .sidebar-nav .metismenu a:hover,
    .sidebar-nav .metismenu a:focus,
    .sidebar-nav .metismenu a:active {
        color: #ffffff;
        text-decoration: none;
        background: #80b246;
    }

    .sidebar-nav .metismenu ul a::before {
        content: "";
        width: 8px;
        height: 8px;
        background-color: #f59c1a;
        position: absolute;
        left: 14px;
        top: 17px;
        border: 1.5px solid #f9f9f9;
        border-radius: 50%;
    }

    .sidebar-nav .metismenu .collapse.in li a.has-arrow + .collapse.in li a::before {
        left: 29px;
    }

    .sidebar-nav .metismenu li {
        position: relative;
    }


        .sidebar-nav .metismenu li::after {
            left: 16.5px;
        }

    .sidebar-nav .metismenu ul ul li::after {
        left: 31.5px;
    }

    .sidebar-nav .metismenu ul ul li::after, .sidebar-nav .metismenu ul li::after {
        content: "";
        height: 100%;
        background-color: #13191e;
        position: absolute;
        top: 0;
        border: 1px solid #0E171E;
        z-index: 0;
    }

    .sidebar-nav .metismenu a.style1 + ul ul li.active a.has-arrow::before {
        border: 2px solid #F59C1A !important;
    }

.dropdown-menu {
    font-size: 13px;
}

.metismenuWrp {
    overflow-y: auto;
    height: calc(100vh - 132px);
    float: left;
    width: 100%;
}

    .metismenuWrp .jks-menu-search .fa-search {
        position: absolute;
        padding: 9px;
        font-size: 16px;
        color: #608536;
    }

    .metismenuWrp .jks-menu-search .fa-remove {
        position: absolute;
        padding: 9px;
        font-size: 16px;
        color: #608536;
        right: 10px;
    }

    .metismenuWrp .jks-menu-search .fa-search:hover {
        color: #f99a01;
    }

    .metismenuWrp::-webkit-scrollbar {
        width: 1em;
    }

    .metismenuWrp::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .metismenuWrp::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }

.fa-action-bar {
    padding: 4px 10px;
    border-radius: 3px;
    margin-left: .4em;
}

.top, .rightSection, .main {
    float: left;
    width: 100%;
}


nav.navbar .fa {
    cursor: pointer;
}

.User-circle {
    width: 60px;
    height: 60px;
    background-color: aliceblue;
    border-radius: 50%;
}

.form-control {
    font-size: 13px;
}


/*------popover -------*/
.popover {
    border: 1px solid #f59c1a;
    border-top-width: 5px;
}

.popover-title {
    background-color: #ffffff;
    font-weight: 700;
    color: #4f4f4f;
}

.popover.bottom > .arrow:after {
    top: -3px;
}

.popover.bottom > .arrow:after, .popover.bottom > .arrow {
    border-bottom-color: #f59c1a;
}
/*Start Popup modal */
.modal-header {
    background-color: #F59C1A;
    color: white;
    border-radius: 15px 15px 0px 0px;
}

.modal-content {
    box-shadow: 0 7px 8px -4px rgba(0,0,0,.2), 0 13px 19px 2px rgba(0,0,0,.14), 0 5px 24px 4px rgba(0,0,0,.12);
    border: 0px;
    border-radius: 15px 15px 0px 0px;
}

.modal-body {
    text-align: left;
    float: left;
    background: white;
    width: 100%;
}

.modal-footer {
    width: 100%;
    border-radius: 0px 0px 15px 15px;
    float: left;
    background-color: white;
}

    .modal-footer .btn {
        font-size: 13px;
        margin-top: 0px;
        padding: 4px 20px;
    }

.modal-header .close {
    color: white;
    opacity: 1;
}

.jksModal-wrp {
    padding: 16px;
    background: rgba(255, 255, 255, 0.29);
    border: 1px solid white;
    border-radius: 5px;
    pointer-events: all;
    /*width: 800px;*/
}

.jksModal-content {
    padding: 20px;
    background: white;
    border-radius: 5px;
}

.jksModal-close {
    float: right;
    font-size: 17px;
    color: white;
    line-height: 13px;
    height: 17px;
    background-color: #f99a01;
    border-radius: 50%;
    padding: 3px;
    width: 17px;
    position: relative;
    right: 3px;
    top: 3px;
    cursor: pointer;
}
/* End Popup modal */



/* grid*/
.ui-grid-top-panel {
    color: white;
    background: transparent -moz-linear-gradient(center bottom, #85BB47 0%, #5D8133 100%) repeat scroll 0% 0% padding-box;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #506E2D), color-stop(1, #8BC34A)) !important;
    background: -o-linear-gradient(linear, left bottom, left top, color-stop(0, #506E2D), color-stop(1, #8BC34A)) !important;
    background: -moz-linear-gradient(center bottom, #506E2D 0%, #8BC34A 100%);
}

.ui-grid-header-cell {
    text-align: center;
}

.ui-grid-cell-contents {
    padding: 5px 10px;
}
/* Grid selection*/
.ui-grid .ui-grid-row:nth-child(odd) .ui-grid-cell .ui-grid-selection-row-header-buttons,
.ui-grid .ui-grid-row:nth-child(even) .ui-grid-cell .ui-grid-selection-row-header-buttons {
    height:18px;
}


.loginform {
    min-height: 100vh;
    background-image: url(../../../Images/login_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.loginContainer {
    margin: 0% 0% 0% 8% !important;
    width: 900px;
    padding: 0;
    padding-top: 140px;
    height: 100%;
    float: none;
}

.login-block {
    padding: 42px 60px 30px 122px;
}

.jkAdvantez_logo {
    position: absolute;
}

.jk50glorius_years_logo {
    padding-top: 10px;
    padding-left: 46px;
}

.jkAdvantez_logo {
    right: 0px;
    transform: scale(.9);
}

.login-BgImg {
    height: 768px;
    width: 100%;
}

.blogArrows {
    position: absolute;
    right: 0;
    display: inline-flex;
    bottom: -31px;
    font-size: 28px;
}

    .blogArrows img {
        height: 18px;
    }

.rightArrow {
    margin-left: 10px;
}

.blogImg {
    height: 260px;
    float: left;
    margin: 10px 0px;
}

.blogDesc {
    border: 1px solid lightgrey;
    height: 260px;
    float: left;
    margin: 10px 0px;
}

.imgArrows {
    position: absolute;
    left: 17px;
    bottom: -31px;
}

.leftArrow, .rightArrow {
    color: #ff9a00;
}

.forgotPassword {
    transition: 400ms cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: 400ms cubic-bezier(.4, 0, .2, 1);
    -ms-transition: 400ms cubic-bezier(.4, 0, .2, 1);
}

/*Allotment*/
.ui-grid-cell {
    float: none;
    border-bottom: 1px solid #d4d4d4;
}

.activityTypeName h4::after {
    content: "\f0fe"; /* adjust as needed, taken from bootstrap.css */
    float: left; /* adjust as needed */
    color: grey; /* adjust as needed */
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    padding: 5px;
    -webkit-font-smoothing: antialiased;
}

.activityTypeName h4.collapsed::after {
    content: "\f146"; /* adjust as needed, taken from bootstrap.css */
}

.input-group.input-group-unstyled input.form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.input-group-unstyled .input-group-addon {
    border-radius: 4px;
    border: 0px;
    background-color: transparent;
}
/*ipad portrait*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .jks-bloglogin-wapper {
        padding: 30px 30px;
    }

    .loginContainer {
        width: 740px;
    }

    .login-block {
        padding: 31px 57px 0px 100px;
    }

    .blogDesc, .blogImg {
        height: 230px;
    }

    .blogArrows, .imgArrows {
        bottom: -21px;
    }

    .SearchPanelOpen.RAEGenraetion-left-panel, .Blog-left-panel {
        width: 50% !important;
        position: absolute !important;
        background: #f5f5f5;
    }

    .Blog-left-panel {
        left: -50% !important;
    }

        .Blog-left-panel.SearchPanelOpen {
            left: 0% !important;
        }

    .SearchPanelOpen + .RAEGenraetion-right-panel {
        width: 100% !important;
    }

    .InIpad {
        width: 70%;
    }
}


label.Mandetory:before {
    content: '*';
    color: red;
    padding-left: 2px;
}


label.NoMandetory {
    padding-left: 8px;
}

.cellMandetory .ui-grid-header-cell-label:before {
    content: '*';
    color: red;
    padding-left: 2px;
}

/*jks tables */
.jks-default-table {
    background: white;
    border-top: 3px solid orange;
    box-shadow: 0px 0px 3px 2px #e9e6e6;
    border-radius: 5px 5px 0px 0px;
}

    .jks-default-table thead {
        color: white;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #506E2D), color-stop(1, #8BC34A)) !important;
        background: -moz-linear-gradient(linear, left bottom, left top, color-stop(0, #506E2D), color-stop(1, #8BC34A)) !important;
        background: -o-linear-gradient(linear, left bottom, left top, color-stop(0, #506E2D), color-stop(1, #8BC34A)) !important;
    }

.jks-table-view {
    box-shadow: 0px 0px 3px 2px #e9e6e6;
    border-radius: 5px 5px 0px 0px;
    background-color: white;
}

.jks-table-header {
    padding: 10px;
    border-radius: inherit;
    border: 1px solid #8BC34A;
    border-top: 3px solid orange;
    min-height: 59px;
}

.jks-table-body {
}

.jks-table-header .fa {
    font-size: 28px;
    margin: 0px 5px;
}

.jks-table-header .fa-plus-circle, .jks-table-header .fa-filter {
    color: #F59C1A;
}

.right-inner-addon {
    position: relative;
}

    .right-inner-addon input {
        padding-right: 30px;
    }

    .right-inner-addon i {
        font-size: initial !important;
        position: absolute;
        right: 0px;
        padding: 6px 10px;
        pointer-events: none;
    }

.input-group i {
    font-size: 14px !important;
}

.leftAddon span, .rightAddon span {
    padding: 5px;
    background-color: #fff;
    box-shadow: inset 0 1px 0px rgba(0, 0, 0, .075);
}

.leftAddon input {
    border-left: 0px;
    box-shadow: inset 0 1px 0px rgba(0, 0, 0, .075);
}

.text-info-dark {
    color: #439bc6;
}

.text-danger-dark {
    color: #F96868;
}

.text-red {
    color: red;
}

.text-green {
    color: green;
}

.text-green {
    color: green;
}

.text-orange {
    color: #f95a32;
}

.text-yellow {
    color: #ffb650;
}


.text-purple {
    color: #a971e8;
}

/*breadcrums*/
.breadcrumb {
    margin: 0;
    background-color: rgba(0, 0, 0, 0.00);
    font-size: 15px;
    Color: #ffffff;
    padding: 3px;
    letter-spacing: .5px;
    float: left;
}

.list-item {
    margin-bottom: 10px;
    box-shadow: 0px 0px 3px 1px #ccc;
    padding: 5px;
}


.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

.panel-default > .panel-heading {
    background-color: #ffffff;
}

.panel-group .panel {
    border-top: 4px solid #F59C1A;
    border-radius: 0px;
}

.panel-title {
    line-height: 25px;
    font-weight: 600;
    font-size: 15px;
}

.tab-content {
    width: 100%;
    float: left;
    border: 1px solid #ddd;
}

    .tab-content > .active {
        padding: 10px;
        float: left;
        width: 100%;
    }

.nav-tabs {
    border-bottom: 0px solid;
}

.uplod-media-col {
    padding: 0;
    border-right: 5px solid #ddd;
    background: #eeeeee;
}

.uplod-media-row {
    border: 10px solid #dddddd;
    height: 125px;
}

.uplod-media-remove {
    position: absolute;
    right: 0px;
    bottom: 34px;
    background-color: #f59c1b;
    font-size: 23px;
    color: white;
    padding: 3px;
}

.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #F59C1A;
}

    .pagination > li > a:focus,
    .pagination > li > a:hover,
    .pagination > li > span:focus,
    .pagination > li > span:hover {
        color: white;
        background-color: #F59C1A;
        border-color: #ddd;
    }

.page-link {
    color: #F59C1A;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #F59C1A;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #fff;
    background-color: #F59C1A;
    border-color: #F59C1A;
}

fileupload-status.jks-popover-md {
    width: 400px;
}

.jks-popover-md {
    float: left;
    display: block;
}

.jks-popover-md {
    width: 300px;
}

.popover {
    max-width: 100%;
    /*display: inline-block !important;*/
}

.popover-content {
    float: left;
}

.btn-orange {
    color: #fff;
    background-color: #f99a01;
    border-color: #f99a01;
    font-weight: 600;
}

    .btn-orange:hover {
        color: white;
    }

.jks-grp-btn {
    border: 1px solid #b67b1c;
    border-radius: 4px;
}

    .jks-grp-btn.searchButton {
        max-width: 120px;
    }

    .jks-grp-btn .btn {
        width: 100%;
        border: 0px;
        border-radius: 0px 4px 4px 0px;
    }

    .jks-grp-btn .input-group-addon {
        background-color: #cb8412;
        color: white;
        border-color: #cb8412;
        border: 0px;
    }

.form-group {
    margin-bottom: 10px;
}

.modal-footer .alertok {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.modal-footer .btn-default {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}


/*Logi  blog*/
.blog-details-container {
    border: 1px solid #ddd;
    padding: 0px;
}

.blog-header {
    background-color: #e6e7e6;
}

.bindblogHtml {
    min-height: 180px;
    max-height: 180px;
    overflow: auto;
}

.blog_pagination {
    margin: 0px;
    position: absolute;
    right: 0;
    bottom: -9px;
}

.auditrailFilter_pagination {
    margin: 0px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    background-color: whitesmoke;
    z-index: 30;
}

    .auditrailFilter_pagination .pagination {
        margin: 5px 0px 0px 0px;
    }

.bold {
    font-weight: 600;
}

.carousel-control.right, .carousel-control.left {
    background-image: none !important;
}

.jks-blog-caption {
    padding: 5px 0px !important;
    background-color: rgba(247, 247, 247, 0.61);
    left: 0;
    float: left;
    width: 100%;
    bottom: 0;
    color: #161616;
}

.blog-gallary-img {
    min-height: 190px;
}

.slider {
    position: relative;
    width: 100%;
    min-height: 450px;
}

.carousel-inner > .item {
    min-height: 190px;
}

.carousel-indicators {
    bottom: 32px;
}

    .carousel-indicators li {
        background-color: rgba(255, 255, 255, 0.4);
        border: 1px solid rgba(255, 255, 255, 0.33);
    }

.left-lableLine:before {
    content: '|';
    position: absolute;
    left: 0;
    color: #9d9d9d;
}

.loginIntro {
    top: 130px;
    font-size: 19px;
    color: #3e3e3e;
}

.blog-slider-img {
    height: 370px;
    margin: auto;
}

.jks-bloglogin-wapper {
    padding: 10px 40px;
}

/*---------icons-start--------*/
.login-blogGallary .glyphicon-chevron-right:before, .login-blogGallary .glyphicon-chevron-left:before {
    content: '';
    width: 21px;
    height: 60px;
    background-repeat: no-repeat;
    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
}

.login-blogGallary .carousel-control {
    opacity: .9;
}

.login-blogGallary .glyphicon-chevron-right {
    right: 0;
    margin: 0;
    top: 40%;
}

.login-blogGallary .glyphicon-chevron-left {
    left: 0;
    margin: 0;
    top: 40%;
}

.login-blogGallary .glyphicon-chevron-right:before {
    float: right;
    background-image: url(../../Images/icons/gallery_next.png);
}

.login-blogGallary .glyphicon-chevron-left:before {
    float: left;
    background-image: url(../../Images/icons/gallery_previous.png);
}

.fa.fa-plus-circle:before, .fa.fa-file-excel-o:before {
    content: '';
    width: 30px;
    height: 30px;
    float: left;
    background-repeat: no-repeat;
}

.fa.fa-times-circle {
    font-size: 18px;
    color: #d9524e;
    position: absolute;
    top: -4px;
    right: -10px;
}

.fa.fa-plus-circle:before {
    background-image: url(../../Images/icons/addnew.png);
}

.fa.fa-file-excel-o:before {
    background-image: url(../../Images/icons/export_to_excel.png);
}

/*---------icons-End--------*/

@media (min-width: 1400px) {
    /*.loginform {
        overflow: hidden;
    }*/

    .loginContainer {
        margin: 0% 0% 0% 10% !important;
        margin-left: 10%;
        top: 149px;
        /* padding: 0; */
        top: 10%;
    }

    .loginContainer {
        width: 960px;
    }

    .login-block {
        padding: 60px 60px 30px 122px;
    }

    .loginIntro {
        top: 190px;
        font-size: 19px;
    }

    .bindblogHtml {
        min-height: 250px;
        max-height: 250px;
    }

    .form-signin {
        max-width: 380px;
        /*min-height: 596px;
        max-height: 596px;*/
    }

    .carousel-inner > .item {
        min-height: 220px;
    }

    .blog-slider-img {
        height: 420px;
    }

    .Blog-wrapper {
        padding: 20px 5px;
    }

    .jks-bloglogin-wapper {
        padding: 20px 40px;
    }

    .block-recaptcha + .jkPeople img {
        width: 75% !important;
        padding-top: 10px;
    }
}

.panal-Tab {
    border-bottom: 2px solid orange !important;
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin: 0 !important;
    float: left;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.22);
}

.ViewMenu {
    line-height: 36px;
    background-color: #ffffff;
    font-family: OpenSans;
    font-size: 16px;
    text-align: center;
    color: rgba(14, 14, 15, 0.54);
}

.selectedViewMenu {
    font-family: OpenSans;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: rgba(14, 14, 15, 0.87);
}

.panel {
    box-shadow: 0px 0px 1px 0px #ccc !important;
}

.IsSidebarOpn {
    margin-left: 0px !important;
}

.jks-sidenavHeader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    box-shadow: 0px 1px 4px 2px #ccc;
    transition: margin-left 250ms ease-out;
    margin-left: -300px;
    min-width: 16.5%;
    min-width: calc(300px);
    display: table;
    padding-top: 10px;
}

.jks-sidenavContent {
    position: relative;
    z-index: 2;
    float: right;
    width: 83.5%;
    width: calc(100% - 300px);
    min-height: 100%;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: width 250ms ease-out;
}

.full-width {
    width: 100%;
}

.jks-SideNavLable {
    transition: 1s ease-in-out;
    font-weight: bold;
    /* line-height: 43px; */
    padding: 12px 5px;
}

.jks-SideNavArrow_icon {
    padding: 15px;
    background-color: #cb8412;
    color: white;
    border-color: #cb8412;
    border-radius: 5px 0px 0px 5px;
}

.SideNavArrowWrapper:hover {
    margin-left: 0px;
}

.multiselect-tree-view {
    width: 100%;
    height: 200px;
    overflow: auto;
    background: white;
    padding: 0;
    box-shadow: 0px 4px 11px 0px #ccc;
}

.angular-ui-tree-handle {
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    color: #000;
    position: relative;
}

    .angular-ui-tree-handle:hover {
        color: #000;
        background: #FFFFCC;
        border-color: #dce2e8;
        cursor: pointer;
    }

.SideNavArrowWrapper {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 0;
    background-color: #f59c1a;
    /* padding: 10px; */
    margin-left: -68px;
    transition: 0.5s;
    width: 115px;
    color: white;
    box-shadow: -2px 2px 2px 1px #ccc;
    cursor: pointer;
    border-radius: 5px 0px 0px 5px;
}


.Audittrailsidenav {
    height: calc(100vh - 50px);
    width: 0;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 0px 1px 4px 2px #ccc;
    padding: 10px 0px;
    background-color: #f5f5f5;
}

    .Audittrailsidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .Audittrailsidenav a:hover {
            color: #f1f1f1;
        }

    .Audittrailsidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

audittrail {
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100vh - 50px);
}

.jks-audittrail {
    height: 55px;
    width: 17px;
    overflow: hidden;
}

    .jks-audittrail:hover {
        width: 62px;
    }
/*checkbox css override*/
.checkbox, .radio {
    margin: 0px;
    display: inline;
    padding: 0px 10px;
}

    .checkbox *,
    .radio * {
        cursor: pointer;
    }

    .checkbox input,
    .radio input {
        opacity: 0;
    }

    .checkbox span,
    .radio span {
        position: relative;
        display: inline-block;
        margin-left: -25px;
        vertical-align: top;
        width: 20px;
        height: 20px;
        border-radius: 2px;
        border: 1px solid #ccc;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b6b6b6), color-stop(1, #dddddd)) !important;
        border-color: #828282;
    }

        /*.checkbox:hover span,
    .radio:hover span {
        border-color: #46be8a;
    }*/

        .checkbox span:before,
        .radio span:before {
            content: "\2713"; /* comment content to use custom icon classes */
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0;
            text-align: center;
            font-size: 16px;
            line-height: 16px;
            vertical-align: middle;
            color: #46be8a;
            font-weight: 800;
        }

    /* override for radio */
    .radio span {
        border-radius: 50%;
    }

        .radio span:before {
            content: "";
            width: 10px;
            height: 10px;
            margin: 4px auto;
            background-color: #46be8a;
            border-radius: 100px;
        }

    .checkbox input[type=checkbox]:checked + span,
    .radio input[type=radio]:checked + span {
        border-color: #46be8a !important;
        background-color: #46be8a !important;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #46be8a), color-stop(1, #46be8a)) !important;
    }

    .radio input[type=radio]:checked + span {
        background-color: #fff;
    }

        .checkbox input[type=checkbox]:checked + span:before,
        .radio input[type=radio]:checked + span:before {
            color: #fff;
            opacity: 1;
            transition: color 0.3 ease-out;
        }

    .checkbox input[type=checkbox]:disabled + span,
    .radio input[type=radio]:disabled + span {
        border-color: #ddd !important;
        background-color: #ddd !important;
    }

i.fa.fa-pencil-square-o.fa-lg {
    color: #666666;
}

.blog-list-heading {
    word-break: break-all;
    min-height: 46px;
    font-weight: bold;
    font-size: 12px;
}

.gradient-green {
    color: white;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #506E2D), color-stop(1, #8BC34A)) !important;
    background: -moz-linear-gradient(linear, left bottom, left top, color-stop(0, #506E2D), color-stop(1, #8BC34A)) !important;
    background: -o-linear-gradient(linear, left bottom, left top, color-stop(0, #506E2D), color-stop(1, #8BC34A)) !important;
    background: transparent -moz-linear-gradient(center bottom, #85BB47 0%, #5D8133 100%) repeat scroll 0% 0% padding-box;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #506E2D), color-stop(1, #8BC34A)) !important;
    background: -o-linear-gradient(linear, left bottom, left top, color-stop(0, #506E2D), color-stop(1, #8BC34A)) !important;
    background: -moz-linear-gradient(center bottom, #506E2D 0%, #8BC34A 100%);
}

td a:hover {
    cursor: pointer;
}


.text-disabled {
    color: #d2d1d1;
}

.jks-Isactive {
    min-width: 60px;
}

.btn-success, .btn-success:hover, .label-success {
    background-color: #46be8a;
}

.ui-grid-pager-container {
    margin-left: 30%;
}

.ui-grid-pager-control button:hover {
    background-color: #f59c1a;
    color: white;
}

.ui-grid-pager-control button {
    background-color: white;
}

.ui-grid-pager-control .last-triangle:hover {
    border-color: transparent transparent transparent white;
}

.ui-grid-pager-control .last-triangle {
    border-color: transparent transparent transparent #f59c1a;
}

.ui-grid-pager-control .last-bar:hover {
    border-color: transparent transparent transparent white;
}

.ui-grid-pager-control .last-bar {
    border-color: transparent transparent transparent #f59c1a;
}

.ui-grid-pager-control .prev-triangle:hover {
    border-color: transparent transparent transparent white;
}

.ui-grid-pager-control .prev-triangle {
    border-color: transparent transparent transparent #f59c1a;
}

.ui-grid-pager-control .first-triangle {
    border-color: transparent #f59c1a transparent transparent;
}

    .ui-grid-pager-control .first-triangle:hover {
        border-color: transparent white transparent transparent;
    }

.ui-grid-pager-control .first-bar {
    border-color: transparent transparent transparent #f59c1a;
}

    .ui-grid-pager-control .first-bar:hover {
        border-color: white;
    }

.ui-grid-viewport .ui-grid-cell-contents {
    word-wrap: break-word;
    white-space: normal !important;
}

.ui-grid-row, .ui-grid-cell {
    height: auto !important;
}

    .ui-grid-row div[role=row] {
        display: flex;
        align-content: stretch;
    }

.jks-login-logo {
    margin: auto;
    width: 50%;
    padding: 0px 0px 15px 0px;
}

.fileSizeImage {
    max-height: 71px;
    width: 100%;
    margin: auto;
}

body, html {
    width: 100%;
    height: 100%;
}

.containers {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    /*filter: url('#goo');*/
    z-index: 9999999999;
}

.dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.dot-3 {
    background-color: #f74d75;
    animation: dot-3-move 2s ease infinite, index 6s ease infinite;
}

.dot-2 {
    background-color: #10beae;
    animation: dot-2-move 2s ease infinite, index 6s -4s ease infinite;
}

.dot-1 {
    background-color: #ffe386;
    animation: dot-1-move 2s ease infinite, index 6s -2s ease infinite;
}

.Wrapper-container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background-color: rgba(0, 0, 0, 0.36);
}

@keyframes dot-3-move {
    20% {
        transform: scale(1);
    }

    45% {
        transform: translateY(-18px) scale(.45);
    }

    60% {
        transform: translateY(-90px) scale(.45);
    }

    80% {
        transform: translateY(-90px) scale(.45);
    }

    100% {
        transform: translateY(0px) scale(1);
    }
}

@keyframes dot-2-move {
    20% {
        transform: scale(1);
    }

    45% {
        transform: translate(-16px, 12px) scale(.45);
    }

    60% {
        transform: translate(-80px, 60px) scale(.45);
    }

    80% {
        transform: translate(-80px, 60px) scale(.45);
    }

    100% {
        transform: translateY(0px) scale(1);
    }
}

@keyframes dot-1-move {
    20% {
        transform: scale(1);
    }

    45% {
        transform: translate(16px, 12px) scale(.45);
    }

    60% {
        transform: translate(80px, 60px) scale(.45);
    }

    80% {
        transform: translate(80px, 60px) scale(.45);
    }

    100% {
        transform: translateY(0px) scale(1);
    }
}

@keyframes rotate-move {
    55% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    80% {
        transform: translate(-50%, -50%) rotate(360deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes index {
    0%, 100% {
        z-index: 3;
    }

    33.3% {
        z-index: 2;
    }

    66.6% {
        z-index: 1;
    }
}


.angular-ui-tree-handle:before {
    content: ' ';
    margin-left: 5px;
    position: absolute;
    left: -5px;
    top: 50%;
    border-bottom: 1px solid #000000;
    width: 10px;
}

.angular-ui-tree-node:after {
    content: '';
    border-left: 1px dotted #000000;
    margin-left: 5px;
    padding-left: 10px;
    height: 100%;
    position: absolute;
    left: -5px;
    top: 0px;
}

.filterCount.list-inline > li {
    margin-right: 20px;
    border: 1px solid #f59c1a;
    border-left-width: 10px;
    padding: 16px 15px;
    background-color: white;
    font-size: 15px;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: none;
}

.filterCount.list-inline div {
    float: left;
}

.filterCount.list-inline .countvalue {
    color: #f59c1a;
    padding: 0px 15px;
    font-weight: bold;
}

.filterCount.list-inline > li:hover {
    border-left-width: 15px;
    box-shadow: 0px 0px 4px 0px #729f3d;
    font-weight: bold;
    padding-right: 10px;
}

.scroll-theme1::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.scroll-theme1::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.scroll-theme1::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    .scroll-theme1::-webkit-scrollbar-thumb:hover {
        background: #84b946;
    }


.outerBorder {
    border: 1px solid #7EB144;
}

.totalRow {
    font-weight: bold;
}

.treeReadMode {
    width: 100%;
}

    .treeReadMode td, .treeReadMode th {
        border: 1px dotted;
    }

    .treeReadMode .jnode {
        font-size: 12px;
        padding: 5px 12px;
        position: relative;
    }

        .treeReadMode .jnode:before {
            content: ' ';
            margin-left: 5px;
            position: absolute;
            left: -5px;
            top: 13px;
            border-bottom: 1px dotted #000000;
            width: 10px;
        }


    .treeReadMode .jPerentnode {
        position: relative;
    }

        .treeReadMode .jPerentnode span {
            background: white;
            z-index: 4;
            padding: 2px 10px 2px 2px;
            display: inline-block;
            position: relative;
        }



.flex {
    display: flex;
}

.angular-ui-tree-nodes .angular-ui-tree-nodes {
    padding-left: 15px;
}

.clr-code-office {
    color: #5B941B;
}

.clr-code-officeType {
    color: #4374E0;
}

.shadow-none {
    box-shadow: none;
}


.equal-col-container {
    display: table;
    width: 100%;
}

.equal-col {
    display: table-cell;
    padding: 5px;
}

@media only screen and (max-width: 600px) {
    .equal-col {
        display: block;
        width: 100% !important;
    }
}

.glyphicon-chevron-right, .glyphicon-chevron-left {
    font: normal normal normal 13px/1 FontAwesome;
}

    .glyphicon-chevron-right:before {
        content: "\f054";
    }

    .glyphicon-chevron-left:before {
        content: "\f053";
    }


.header-right-controll {
    width: calc(100vw - 270px);
    padding: 6px 0px 6px 20px;
    color: #ffffff;
}

@media (max-width: 760px) {
    .header-right-controll {
        width: calc(100vw - 250px);
        padding: 6px 0px 6px 10px;
    }

    .blog-list-heading {
        min-height: 35px;
    }

    .Blog-left-panel {
        width: 70%;
        left: -70%;
        position: absolute !important;
    }

        .Blog-left-panel.SearchPanelOpen {
            left: 0%;
            padding: 0px 5px;
            background-color: #f5f5f5;
            box-shadow: 0px 0px 1px 1px #ccc;
        }

    .xs-right-label.text-right {
        text-align: left;
        padding-left: 0;
    }

    .Blog-wrapper {
        padding: 10px 10px 10px 10px !important;
    }

        .Blog-wrapper.row.row-eq-height {
            display: block;
        }

        .Blog-wrapper .jkPeople img {
            position: relative !important;
        }

    .InIpad {
        margin-top: 15px;
    }

    .jk50glorius_years_logo {
        padding-left: 22px !important;
    }

    .jkAdvantez_logo {
        right: -35px;
        transform: scale(.8);
    }

    .loginIntro {
        top: 0px;
    }

    .fa.pull-left {
        margin-right: .2em;
    }

    .SearchPanelOpen.RAEGenraetion-left-panel {
        left: 0% !important;
    }

    .RAEGenraetion-left-panel {
        left: -95% !important;
        width: 95% !important;
        background-color: whitesmoke;
        padding: 0px 10px !important;
        position: absolute !important;
    }
}

.ui-grid-pager-control input {
    padding: 5px 6px;
}

.border-dotted-bottom {
    border-bottom: 1px dotted !important;
}

.filter_header {
    border-top: 4px solid #2c353c !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #7aaa41), color-stop(1, #719e3d)) !important;
    color: white;
    font-size: small;
}

.fixed_activity_Allotment_filter {
    position: fixed;
    top: 40px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 4;
    border-top: 4px solid #ffffff !important;
    transition: .9s;
}

/*  -- scroll Back to top styles START --  */

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 5px;
    z-index: 11;
    width: 40px;
    height: 40px;
    background: #DDD;
    opacity: 0.7;
    display: none;
}

    .back-to-top:hover {
        opacity: 1;
        cursor: pointer;
    }

    .back-to-top i {
        font-size: 25px;
        padding: 7px;
        color: #FFF;
    }
/*  -- scroll Back to top styles END --  */

.fix-hdr-activityType-Name {
    background-color: #fff;
    color: #000;
    border-top: 3px solid #f99a01;
}


.fix-rec-header {
    height: 50px;
    opacity: 0;
    position: absolute;
}

.fixed_panel.done .fix-rec-header {
display: block;
position: fixed;
z-index: 111;
background: #ffffff;
width: 100%;
height: 50px;
top: 109px;
overflow: hidden;
opacity: 1;
margin: auto;
}

.hide-h-scroll:after {
    content: '';
    position: relative;
    bottom: 13px;
    height: 18px;
    width: 100%;
    background: white;
    top: -18px;
}

.min-width-120 {
    min-width: 120px;
}

.font-weight-600 {
    font-weight: 600;
}

.check-Mark-Color {
    color: forestgreen;
}

.uncheck-Mark-Color {
    color: red;
}

.overflow-textcut {
    width: 230px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.text-Excel {
    color: #00AF50;
}

.text-Word {
    color: #2B579A;
}

.text-PDF {
    color: #DB1320;
}

.text-text {
    color: #42C0FB;
}

.text-pptx {
    color: #B7472A;
}

.text-video {
    color: #454545;
}

.text-audio {
    color: #FF7C22;
}

.text-Image {
    color: #A1C057;
}

.text-zip {
    color: #EDCF57;
}

.vertical-middle {
    vertical-align: middle;
}

.display-flex {
    display: flex;
}


.tags-cloud .tag {
    float: left;
    padding: 4px 6px;
    font-size: 1em;
    margin-right: 5px;
    margin-bottom: 5px;
    background: white;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #66B0E5;
}

    .tags-cloud .tag:hover {
        border: 1px solid #dddddd;
    }

        .tags-cloud .tag:hover .cross {
            opacity: 1;
        }

    .tags-cloud .tag .cross {
        margin-left: 5px;
        margin-right: 3px;
        font-size: 1em;
        color: #20a28e;
        opacity: .7;
        cursor: pointer;
    }

.tags-wrapper {
    position: relative;
    /*z-index:9999;*/
}

.customersuggestions-list {
    z-index: 999;
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 12px;
    border: 0px solid #66B0E5;
    width: 100%;
}

    .customersuggestions-list li {
        color: #333;
        font-weight: 600;
        padding: 4px 25px;
        font-size: 1em;
        cursor: pointer;
        background: #fefefe;
        border-bottom: 1px solid #808080;
        height: auto;
        min-height: 30px;
        border-left: 1px solid #66B0E5;
        border-right: 1px solid #66B0E5;
        border-bottom: 1px solid #66B0E5;
    }

        .customersuggestions-list li:hover {
            /*background: #ddd;
                font-size: 14px;*/
            color: #0088cc;
            background: #ddd;
            font-size: 13px;
        }

        .customersuggestions-list li:active,
        .customersuggestions-list li.active {
            color: #0088cc;
            background: #ddd;
            font-size: 13px;
        }

    .customersuggestions-list:focus {
        outline: none;
    }

.headerRow {
    color: white !important;
    font-weight: 600;
    padding: 4px 25px;
    font-size: 1em;
    cursor: pointer;
    background: #8bc34a !important;
    border-bottom: 1px solid #808080;
    height: 30px;
}

#suggestions .listrecord {
    overflow: auto;
    overflow-x: hidden;
    max-height: 150px;
    border: 1px solid #c1c1c1;
}

.bulk-import {
    background-image: url(../../Images/icons/import_icon.png);
    width: 31px;
    height: 31px;
    background-color: transparent;
    background-repeat: no-repeat;
}

.bulk-export {
    background-image: url(../../Images/icons/export_to_excel.png);
    width: 31px;
    height: 31px;
    background-color: transparent;
    background-repeat: no-repeat;
}

.bulk-edit {
    background-image: url(../../Images/icons/bulk_edit.png);
    width: 31px;
    height: 31px;
    background-color: transparent;
    background-repeat: no-repeat;
}

@keyframes SeeHOW {
    from {
        -moz-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        -webkit-transform: scale(0,0);
        transform: scale(0,0);
        opacity: 0;
    }

    to {
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 1;
    }
}

@-moz-keyframes SeeHOW {
    from {
        -moz-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        -webkit-transform: scale(0,0);
        transform: scale(0,0);
        opacity: 0;
    }

    to {
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 1;
    }
}

@-webkit-keyframes SeeHOW {
    from {
        -moz-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        -webkit-transform: scale(0,0);
        transform: scale(0,0);
        opacity: 0;
    }

    to {
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 1;
    }
}

.marginL25 {
    margin-left: 25px;
}

.pointer-ev-none {
    pointer-events: none;
}

.calender-from-right + ul.dropdown-menu {
    left: initial !important;
    right: 0 !important;
}

.jks-sliderrr .poopies {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.jks-sliderrr .left, .jks-sliderrr .right, .jks-sliderrr .centered {
    display: flex;
    width: 100%;
    height: 100%;
    background: silver;
    position: absolute;
    top: 0;
    left: 0px;
    transition: left 0.5s;
}

.jks-sliderrr .left {
    left: -100%;
}

.jks-sliderrr .right {
    left: 100%;
}

.dots span {
    color: #ddd;
}

.jks-sliderrr .dots .selected {
    color: #333;
}

.number-Field {
    text-align: right;
}

@media (min-width: 768px) {
	.modal-dialog-lg {
		width: 75% !important;
	}
}
