/* Minification failed. Returning unminified contents.
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(373,62): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
(423,1): run-time error CSS1036: Expected expression, found '}'
(1333,1): run-time error CSS1036: Expected expression, found '}'
(2163,56): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(4060,1): run-time error CSS1019: Unexpected token, found '@'
(4179,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4180,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4201,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4202,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '20%'
(4226,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4227,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4248,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4249,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4278,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4279,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4312,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4313,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4338,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4339,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4360,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4361,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '20%'
(4385,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4386,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5080,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(5081,10): run-time error CSS1035: Expected colon, found '{'
(5090,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(5091,10): run-time error CSS1035: Expected colon, found '{'
(5100,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(5101,10): run-time error CSS1035: Expected colon, found '{'
(5344,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(5345,10): run-time error CSS1035: Expected colon, found '{'
(5354,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(5355,10): run-time error CSS1035: Expected colon, found '{'
(5364,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(5365,10): run-time error CSS1035: Expected colon, found '{'
(5440,37): run-time error CSS1034: 
(5440,37): run-time error CSS1042: Expected function, found ','
(5440,41): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
:root {
    /* theme color variables to use in HSL declarations */
    --hue: 220;
    --sat: 100;
    --light: 50;
    /*the threshold at which colors are considered "light". 
Range: integers from 0 to 100,
recommended 50 - 70 */
    --threshold: 65;
    /*the threshold at which a darker border will be applied.
Range: integers from 0 to 100,
recommended 80+ */
    --border-threshold: 80;
}


h1 {
    font-size: 36px;
    margin-bottom: 20px !important;
}

h2 {
    font-size: 24px;
    margin-bottom: 20px !important;
}

h3 {
    font-size: 24px;
    margin-bottom: 20px !important;
}

h4 {
    font-size: 15px;
    margin-bottom: 20px !important;
}

h1, h2, h3, h4 {
    font-family: 'Open Sans', sans-serif !important;
    color: #4B4B4C;
    font-weight: 300 !important;
    cursor: default;
}

.totalsfont {
    font-size: 15px !important;
}


div.RadToolTip {
    box-shadow: none !important;
    border: none !important;
    font-family: 'Roboto', sans-serif !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    border-radius: 0px !important;
}

.RadToolTip .rtRelativeWrapper {
    padding: 0px !important;
}

.RadToolTip .rtTitleBar .rtTitleWrapper {
    padding: 10px !important;
}

.RadToolTip .rtTitleWrapper .rtTitle {
    font-size: 20px !important;
    font-weight: bold !important;
    font-family: 'Open Sans', sans-serif !important;
}

.RadToolTip_Bootstrap .rtClose {
    background-color: #000 !important;
    border-color: #000 !important;
}

    .RadToolTip_Bootstrap .rtClose:hover {
        background-color: #70808F !important;
        border-color: #70808F !important;
    }

.rtContent {
    color: #FFF !important;
    border-radius: 0px !important;
    padding: 10px;
    background: #70808F;
    font-size: 15px !important;
}


.mrt-10 {
    margin-right: 10px;
}

.mrt-5 {
    margin-right: 5px;
}


div.RadToolTip > table.rtWrapper > td.rtWrapperContent {
    color: #000 !important;
}
/***radtabs***/

.RadPanelBar {
    border: none !important;
    /* box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5!important; */
}

.RadTabStrip_PayEvo.rtsTop {
    /* border-radius: 5px; */
}

.rtsLI:hover {
    text-decoration: none !important;
}

.rtsHovered {
    text-decoration: none !important;
}

.rtsTxt {
    text-decoration: none !important;
}
/*** Telerik Pannel Bar ***/
.RadPanelBar .rpImage {
    height: 72px;
    border-radius: 50%;
}

.RadPanelBar_PayEvo .rpFocused {
    box-shadow: none !important;
}

.RadPanelBar .rpRootLink {
    border: none !important;
}

.RadPanelBar_PayEvo .rpHovered {
    background-color: #EBF6FF !important;
}

.RadPanelBar .rpText {
    font-size: 15px;
    font-weight: 500;
}

.RadPanelBar .rpLink {
    padding: 12px 24px !important;
}

.rpExpandHandle {
    margin-top: 5px;
}

.RadPanelBar .rpImage {
    margin: 0 20px 0 -4px !important;
}



/***Telerik Date picker ***/

.RadCalendar_Material .rcRow a {
    width: auto !important;
}

.RadCalendar_Material .rcRow a, .RadCalendar_Material .rcRow span {
    width: 36px !important;
}


.RadCalendar_Material .rcTitlebar {
    border-color: #2285D0 !important;
    background-color: #2285D0 !important;
}

.RadCalendar_Material .rcPrev, .RadCalendar_Material .rcNext, .RadCalendar_Material .rcFastPrev, .RadCalendar_Material .rcFastNext {
    border-color: #2285D0 !important;
    background-color: #2285D0 !important;
}

.RadCalendarMonthView_Material #rcMView_OK {
    color: #2285D0 !important;
}

.RadCalendar_Material, .RadCalendarMonthView_Material {
    font-family: "Open Sans","Noto",sans-serif !important;
    font-weight: bold !important;
}

.rcHover {
    color: #EBF6FF !important;
    border-radius: 39px;
}

.RadCalendarMonthView_Material a:hover {
    background-color: #EBF6FF !important;
}

.RadInput a {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.RadPicker_Material:hover .RadInput {
    background-color: #fff !important;
    box-shadow: none !important;
    border-bottom: 1px solid #000 !important;
}




/* .RadInput .riTextBox {
  border-style: none!important;
  border-width: 0 0 1px!important;
} */

/* test */


.RadPicker.riLabel {
    font-size: 15px !important;
    color: #4B4B4C !important;
    font-weight: bold !important;
    font-family: 'Open Sans', sans-serif !important;
}

.RadPicker_Material .RadInput:before {
    border-bottom: none !important;
}

.RadPicker_Material:hover .RadInput, .RadPicker_Material.rcMYPopupOpen .RadInput, .RadPicker_Material.rcTimePopupOpen .RadInput, .RadPicker_Material.rcCalPopupOpen .RadInput {
    box-shadow: none !important;
    background-color: #FFF !important;
}

.RadPicker .RadInput > input {
}

.RadPicker .RadInput {
    width: 100% !important;
}

.riTextBox {
    font-size: 16px !important;
}

.RadPicker_Material .RadInput {
    border-bottom: 1px solid #cfd8dc;
}

.RadPicker_Material:hover .rcCalPopup {
    border-left: none !important;
}

.RadPicker_Material .rcCalPopup {
    border-left: none !important;
}

.RadInput a {
    border-left: none !important;
}


.RadComboBox_Material .rcbInner:before {
    left: 0px !important;
}


/*.RadComboBox {

  width: 50%!important;
}*/

input[type="text"] {
    -webkit-border-radius: none !important;
    border-radius: 0px !important;
}

.RadCalendarMonthView_Material #rcMView_OK:hover {
    background-color: #2285D0 !important;
    color: #FFF !important;
}

.RadCalendarMonthView_Material #rcMView_OK {
}

.h4label {
    font-family: 'Open Sans', sans-serif !important;
    color: #4B4B4C;
    font-weight: 300 !important;
    margin-top: 10px;
    cursor: default;
    font-size: 15px;
}

@media (max-width: 850px) {
    .h4label, .telinput {
        width: 100% !important;
    }
}

@media (max-width: 850px) {
    .RadInput.RadInput_PayEvo {
        width: 100% !important;
    }
}

@media (min-width: 851px) {
    .RadInput.RadInput_PayEvo {
        /*width: 50%!important;*/
    }
}


.RadInput.RadInput_PayEvo {
    padding: 0px !important;
}



.RadPicker .riTextBox {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.riLabel {
    font-size: 15px !important;
    color: #4B4B4C !important;
    font-weight: bold !important;
    font-family: 'Open Sans', sans-serif !important;
}


/**** Panel Bar***/

.RadPanelBar {
    border-radius: 5px;
}

.rpExpandHandle {
    height: auto !important;
}
/****Grid ***/
.numberstyle {
    font-size: 15px !important;
    letter-spacing: 1px !important;
    font-family: 'Open Sans' !important;
    /* font-weight:700!important; */
}

.font14 {
    font-size: 14px !important;
}

.RadGrid_Material {
    border-color: #fff !important;
    outline-color: #FFF !important;
}

.backgroundblue {
    background: #EBF6FF !important;
}

.backgroundgreen {
    background: #F1FFF2 !important;
}

.footertotaler {
    border-top: 1px solid rgba(34, 133, 208, 0.25) !important!important;
}

.RadGrid_Material .rgCommandCell .t-button {
    color: #2285D0 !important;
}

    .RadGrid_Material .rgCommandCell .t-button:hover {
        background-color: #EBF6FF !important;
    }

.RadGrid_PayEvo .rgRow > td, .RadGrid_PayEvo .rgAltRow > td, .RadGrid_PayEvo .rgEditRow > td {
    border: 0;
    border-bottom: 1px solid #CFD8DC !important;
    padding: 5px 15px !important;
}

.RadMenu.RadMenu_PayEvo.RadMenu_Context.RadMenu_PayEvo_Context.GridContextMenu.GridContextMenu_PayEvo {
    /* top: calc(100vh + 400%)!important; */
}

.RadGrid .rgOptionsIcon:before, .RadGrid .rgOptSelectedIcon:before {
    content: "\e129" !important;
}


.RadGrid_Material .rgPagerCell .rgNumPart a {
    min-width: none !important;
    width: 33px !important;
}

.RadGrid_Material .rgCommandCell {
    border-color: #fff !important;
    border-bottom: 1px solid #9e9e9e !important;
    font-weight: Bold;
    background-color: #FFF !important;
    color: #165585 !important;
}

.rgRow:hover, .rgAltRow:hover {
    background-color: #EBF6FF !important;
}

.rgRow, .rgAltRow {
    font-size: 14px !important;
}

.RadGrid_Material .rgFooter, .RadGrid_Material .rgFooter a {
    color: #4B4B4C !important;
    font-weight:
}

.RadGrid_Material .rgRow > td, .RadGrid_Material .rgAltRow > td, .RadGrid_Material .rgEditRow > td {
    border-bottom: 1px solid #EEE !important;
}

.RadGrid_Material .rgPagerCell .rgNumPart a.rgCurrentPage {
    border-bottom: 2px solid #2285D0 !important;
    color: #2285D0 !important;
}

.RadGrid .rgCommandRow .t-button {
    font: -webkit-control !important;
    font-weight: bold !important;
    font-family: 'Open Sans' !important;
}


.rgHeader {
    font-family: 'Open Sans' !important;
    color: #165585 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.RadGrid_Material .rgFilterRow > td {
    border-bottom: 1px solid #EEE !important;
}

.RadGrid_Material .rgInput:active, .RadGrid_Material .rgInput:focus,
.RadGrid_Material .rgEditRow > td > [type="text"]:active,
.RadGrid_Material .rgEditRow > td > [type="text"]:focus,
.RadGrid_Material .rgEditForm td > [type="text"]:active,
.RadGrid_Material .rgEditForm td > [type="text"]:focus,
.RadGrid_Material .rgBatchContainer > [type="text"]:active,
.RadGrid_Material .rgBatchContainer > [type="text"]:focus,
.RadGrid_Material .rgFilterBox:active,
.RadGrid_Material .rgFilterBox:focus {
    border-color: #2285D0 !important;
    color: #455a64;
    box-shadow: 0 -1px 0 #2285D0 inset !important;
}

.RadGrid_Material .rgHeader a {
    color: #165585 !important;
}

p, dt, div, dd, table {
    cursor: default;
}

nav {
    /* margin-left: 20%; */
    transition: margin-left 0.3s ease;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar {
    width: 100%;
    margin-bottom: 0px !important;
}

.navbarno {
    margin-left: 0%;
    transition: margin-left 0.3s ease;
}

.lato {
    font-family: 'lato', sans-serif !important;
}

.open_sans {
    font-family: 'Open Sans', sans-serif !important;
}


.inner-icon-button {
    display: inline-block;
    position: absolute !important;
    margin-left: 3px;
    margin-right: -20px;
    background: #165585;
    padding-right: 12px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    margin-top: -7px;
    margin-bottom: -10px;
    margin-left: 9px;
    border-radius: 0px 5px 5px 0px;
}

.RadButton .rbPrimaryIcon {
    margin: 0px !important;
}

.RadButton .rbIcon {
    vertical-align: initial !important;
}

.whitetext {
    color: #fff;
}

.RadButton .rbIcon:before {
    font-family: inherit !important;
}

#pelogo:hover {
    cursor: pointer;
}

#content {
    width: 100%;
    height: auto;
    /* display:none; */
}

body, p {
    font-family: 'Roboto', sans-serif;
    color: #797676;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    line-height: 1.7;
}

button {
    -webkit-appearance: button;
}

.textright {
    text-align: right !important;
}

.headingunderline {
    padding-bottom: 10px;
    border-bottom: 1px solid #EBF6FF;
}

.darkprimary {
    color: #165585;
    font-weight: bold;
}

.brightnavybluefont {
    color: #2285D0 !important;
    font-weight: bold;
}

.basicdarkfont {
    color: #4b4b4c;
    font-weight: bold;
}

.lightgreyfont {
    color: #797676 !important;
    font-weight: bold;
}

.sidenav {
    border: 1px solid #e0e6ed;
    border-bottom: none;
    border-top: none;
    width: 20%;
    top: 0;
    left: 0;
    height: 960px;
    margin: 0px;
    position: fixed;
}

.mainborder {
    border-top: 0.5px solid #e0e6ed;
    margin-top: 0px;
    margin-bottom: 0px;
}

.maincontent {
    /* padding-left: 20%; */
    transition: padding-left 1s ease;
    width: 100%;
    height: auto;
}

.maincontentnopad {
    padding-left: 0%;
    transition: padding-left 1s ease;
}

.height-100 {
    height: 100%;
}

.overflow-auto {
    overflow: auto;
}

.textcenter {
    text-align: center;
}

.marginauto {
    margin-left: auto;
    margin-right: auto;
}

.margintop20 {
    margin-top: 20px;
}

.margintop10 {
    margin-top: 10px;
}

.margintop5 {
    margin-top: 5px;
}

.marginstepicon {
    padding-right: 10px;
}

.positionrelative {
    position: relative;
}

.padding15 {
    padding: 15px;
}

.padding80 {
    padding: 80px;
}

.paddingtop20 {
    padding-top: 20px !important;
}

.footerpadding {
    padding-left: 80px;
    padding-right: 335px;
    padding-top: 15px;
}

@media (max-width: 850px) {
    .footerpadding {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 1200px) and (min-width: 851px) {
    .footerpadding {
        padding-left: 20px !important;
        padding-right: 80px !important;
    }
}

.paddingleft20 {
    padding-left: 20px;
}

.paddingbottom10 {
    padding-bottom: 10px;
}

.displaynone {
    display: none;
}

/****Brand Colors***/
.colorbox {
    height: 49px;
    width: 150px;
    color: #fff;
    padding: 5px;
}

/**** Main ****/
/**** Dark ****/
.bluesapphire {
    background-color: #165585;
}

.mughalgreen {
    background-color: #317033;
}

.independence {
    background-color: #48525C;
}

/**** Primary ****/
.brightnavyblue {
    background-color: #2285D0;
}

.middlegreen {
    background-color: #4CAF50;
}

.middlegreenfont {
    color: #4CAF50;
}

.yellowfont {
    color: #F5B700 !important;
}

.slategrey {
    background-color: #70808F;
}

/**** Light ****/
.aliceblue {
    background-color: #EBF6FF;
    color: #4b4b4c;
}

.honeydew {
    background-color: #F1FFF2;
    color: #4b4b4c;
}

.snow {
    background-color: #F9F9F9;
    color: #4b4b4c;
}

/**** Brand ****/
/**** Dark ****/
.gambogeorange {
    background-color: #866400;
}

.smokeytopaz {
    background-color: #873302;
}

.redbrown {
    background-color: #9E2127;
}

.tyrianpurple {
    background-color: #78003F;
}

.maastrichtblue {
    background-color: #061436;
}

/**** Primary ****/
.selectiveyellow {
    background-color: #F5B700;
}

.willpowerorange {
    background-color: #F75C03;
}

.deepcarminepink {
    background-color: #F8333C;
}

.redpurple {
    background-color: #DC0073;
}

.royalblue {
    background-color: #0A2463;
}

/**** Light ****/
.orangeyellow {
    background-color: #F9D773;
}

.lightsalmon {
    background-color: #FAA675;
}

.lightsalmonpink {
    background-color: #FB8F94;
}

.cyclamen {
    background-color: #EB73B2;
}

.shadowblue {
    background-color: #7987A9;
}

.nomargin {
    margin: 0px !important;
}
/****Buttons****/
.pe-button, .swal-button {
    background-color: #2285D0 !important;
    color: #fff;
    text-shadow: none !important;
    background-image: none !important;
    font-family: 'Open Sans' !important;
    /* letter-spacing: 1px !important; */
    padding: 6px 19px !important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold !important;
    /* line-height: 1.6; */
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    outline: none !important;
    box-shadow: 0 0 0 0 rgba(34, 36, 38, .15) inset !important;
    -webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease !important;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease !important;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease !important;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease, -webkit-box-shadow .1s ease !important;
}

.pe-flat {
    background-color: #2285D0;
    color: #fff;
    text-shadow: none;
    background-image: none;
    font-family: 'Open Sans' !important;
    /* letter-spacing: 1px !important; */
    font-weight: bold !important;
    border-radius: 0px !important;
    outline: none !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    box-shadow: 0 0 0 0 rgba(34, 36, 38, .15) inset !important;
    -webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
}

/***Border Radius***/
.pe-button, .btn-xs, .btn-sm, .btn-lg, .colorbox, .conditionalselect, .k-button, .k-upload-button {
    border-radius: 4px !important;
}


/****Bootstrap Overides****/


.btn-xs {
    padding: 1px 12px !important;
    font-size: 12px !important;
    /* line-height: 2!important; */
}

.btn-sm {
    padding: 5px 16px !important;
    font-size: 12px !important;
    /* line-height: 1.5!important; */
}


.btn-lg {
    padding: 10px 22px !important;
    font-size: 18px !important;
    /* line-height: 2 !important; */
}

.btn.focus, .btn:focus, .btn:hover {
    /* color: #fff !important; */
    outline: none !important;
}

.btn.active, .btn:active {
    -webkit-box-shadow: inset 0 -3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 0px 5px rgba(0, 0, 0, .125);
}

.pe-button:hover {
    /* opacity: 0.65; */
    color: #fff;
}



.pe-button:active {
    opacity: 0.91;
    color: #fff;
}

.btn-circle:active {
    opacity: 0.91;
    color: #fff;
}

/****PE Button Colors****/
.pe-primary {
    background-color: #2285D0 !important;
}


.inner-icon-btn-background {
    display: inline-block;
    position: absolute !important;
    margin-left: 3px;
    margin-right: -20px;
    background: #1F79BE;
    padding-right: 12px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    margin-top: -7px;
    margin-bottom: -10px;
    margin-left: 9px;
    border-radius: 0px 5px 5px 0px;
    webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease !important;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease !important;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease !important;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease, -webkit-box-shadow .1s ease !important;
}

.inner-icon-btn-background-large {
    display: inline-block;
    position: absolute !important;
    margin-left: 3px;
    margin-right: -20px;
    background: #1F79BE;
    padding-right: 12px;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 13px;
    margin-top: -11px;
    margin-bottom: -10px;
    margin-left: 9px;
    border-radius: 0px 5px 5px 0px;
    webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease !important;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease !important;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease !important;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease, -webkit-box-shadow .1s ease !important;
}


.pe-primary:hover, .k-button:hover, .swal-button:hover, .pe-primary:hover > .inner-icon-btn-background, .pe-primary:hover > .inner-icon-btn-background-large {
    font-weight: bold !important;
    /* opacity: 0.65; */
    background-color: #80c3f8 !important;
    cursor: pointer;
    transition: background-color 0.5s;
}

.pe-primary:active {
    font-weight: bold !important;
    opacity: 0.90;
}

.pe-success {
    background-color: #4CAF50 !important;
}

.successfont {
    color: #4CAF50 !important;
}

.errorfont {
    color: #F8333C !important;
}


.pe-success:hover {
    background-color: #4CAF50 !important;
    font-weight: bold !important;
    background-color: #8acd8d !important;
    transition: background-color 0.5s;
}

.pe-success:active {
    opacity: 0.75;
}



.pe-secondary:hover {
    color: #38a1f1 !important;
    background-color: #FFF !important;
    border: 1px solid #80c3f8 !important;
    transition: background-color 0.5s;
    font-weight: bold !important;
}

.pe-secondary:focus {
    color: #2285D0 !important;
    background-color: #FFF !important;
    border: 1px solid #2285D0 !important;
}

.pe-naked {
    color: #2285D0;
    background-color: #fff !important;
    border: none !important;
    transition: background-color 1s ease;
}

    .pe-naked:hover {
        color: #FFF !important;
        background-color: #2285D0 !important;
        opacity: 0.7 !important;
        transition: background-color 1s ease;
    }

    .pe-naked:active {
        color: #FFF !important;
        background-color: #2285D0 !important;
        opacity: 0.95;
        transition: background-color 1s ease;
    }

    .pe-naked:focus {
        color: #2285D0 !important;
        background-color: #FFF !important;
        opacity: 0.95;
        transition: background-color 1s ease;
    }

/**** Circle Icons ****/
.btn-circle {
    width: 30px;
    min-width: 30px !important;
    height: 30px;
    text-align: center;
    padding: 6px 0 !important;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px !important;
    border-width: 0px !important;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        /* padding: 10px 16px !important; */
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px !important;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px !important;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 35px !important;
    }

    .btn-circle:hover {
        font-weight: normal !important;
    }

.btn.pe-primary, .btn.pe-success > i {
    color: #FFF !important;
}

.pe-secondary {
    color: #2285D0;
    background-color: #FFF !important;
    border: 1px solid #2285D0 !important;
    border-width: 1px !important;
}
    .pe-secondary.no-border {
        border: none !important;
    }
        .pe-secondary.no-border:hover {
            border: 1px solid #80c3f8 !important;
            border-width: 1px !important;
        }

/**** PE Conditional ****/
input[type="radio"]:checked + label {
    font-weight: bold;
    background-color: #2285D0;
    color: #fff;
    text-shadow: none;
    background-image: none;
    font-family: 'Open Sans', sans-serif !important;
    letter-spacing: 1px !important;
    font-weight: bold !important;
    outline: none !important;
    padding: 10px 16px;
    border-radius: 5px;
    box-shadow: 0 0 0 0 rgba(34, 36, 38, .15) inset !important;
    transition: background-color 0.5s ease;
}

input[type=radio] {
    display: none;
}

.conditionalselect {
    padding: 10px 16px;
    font-family: 'Open Sans', sans-serif !important;
    /* letter-spacing: 1px !important; */
    font-weight: bold !important;
    background: #f9f9f9;
    box-shadow: 0 0 0 0 rgba(34, 36, 38, .15) inset !important;
    border-radius: 5px;
    font-size: 18px;
    color: #b2b2b2
}





.conditionalicon {
    width: 30px;
    height: 30px;
    font-family: 'Open Sans', sans-serif !important;
    letter-spacing: 1px !important;
    font-weight: bold !important;
    background: #f9f9f9;
    box-shadow: 0 0 0 0 rgba(34, 36, 38, .15) inset !important;
    padding: 13px 10px !important;
    border-radius: 30px;
    font-size: 18px;
    color: #b2b2b2;
    -webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
}

    .conditionalicon:hover {
        opacity: 0.75;
        color: #2285D0;
        cursor: pointer;
    }

input[type="radio"]:checked + label.conditionalicon {
    font-weight: bold;
    background-color: #2285D0;
    color: #fff;
    text-shadow: none;
    background-image: none;
    font-family: 'Open Sans', sans-serif !important;
    letter-spacing: 1px !important;
    font-weight: bold !important;
    outline: none !important;
    padding: 13px 10px !important;
    border-radius: 30px;
    box-shadow: 0 0 0 0 rgba(34, 36, 38, .15) inset !important;
}

.conditionalselect:hover {
    opacity: 0.95;
    cursor: pointer;
    font-weight: bold;
    color: #2285D0;
}

.marginbottom80 {
    margin-bottom: 80px !important;
}

.marginbottom20 {
    margin-bottom: 20px !important;
}

.marginbottom30 {
    margin-bottom: 30px !important;
}

.marginbottom50 {
    margin-bottom: 50px !important;
}

/****Tables****/
.verticalmiddle {
    vertical-align: middle !important;
}

.table td {
    vertical-align: middle !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #CBCBCB;
}

.table > thead > tr > th {
    border-bottom: 1px solid #ddd;
}

/*** Messsage Box ***/
.message-box {
    font-size: 15px;
    display: block;
    padding: 1em;
    margin: 0 0 10px;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    /* background-color: #F9FCFF; */
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.info-box {
    background-color: #EBF6FF !important;
    transition: all .5s ease;
    /* box-shadow: 0 1px 3px 0 #2285D0, 0 0 0 1px #d4d4d5; */
}

    .info-box:hover {
        box-shadow: 0 1px 3px 0 #2285D0, 0 0 0 1px #d4d4d5;
        transition: all .5s ease;
    }


.success-box {
    background-color: #F1FFF2 !important;
    transition: all .5s ease;
    /* box-shadow: 0 1px 3px 0 #4CAF50, 0 0 0 1px #d4d4d5; */
}

    .success-box:hover {
        box-shadow: 0 1px 3px 0 #4CAF50, 0 0 0 1px #d4d4d5;
        transition: all .5s ease;
    }


.warning-box {
    background-color: #FFF9E7 !important;
    transition: all .5s ease;
    /* box-shadow: 0 1px 3px 0 #F5B700, 0 0 0 1px #d4d4d5; */
}

    .warning-box:hover {
        box-shadow: 0 1px 3px 0 #F5B700, 0 0 0 1px #d4d4d5;
        transition: all .5s ease;
    }

.error-box {
    background-color: #FFECED !important;
    transition: all .5s ease;
    box-shadow: 0 1px 3px 0 #F8333C, 0 0 0 1px #d4d4d5;
}

    .error-box:hover {
        box-shadow: 0 1px 3px 0 #F8333C, 0 0 0 1px #d4d4d5;
        transition: all .5s ease;
    }


/**** Code Font ****/
.code-tag {
    color: #F9F9F9 !important;
    font-weight: normal;
}

.code-title {
    color: #FB8F94 !important;
}

.code-attribute {
    color: #FAA675;
}

.code-value {
    color: #F1FFF2;
}

pre {
    background-color: #48525C !important;
    /* box-shadow: 0 1px 3px 0 rgba(34, 133, 208, 0.32), 0 0 0 1px #fff; */
    font-size: 15px;
    font-weight: bold;
    border: none !important;
    color: #fff;
}

.uicard {
    max-width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 290px;
    min-height: 0;
    background: #fff;
    padding: 0;
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    -webkit-transition: -webkit-box-shadow .1s ease, -webkit-transform .1s ease;
    transition: -webkit-box-shadow .1s ease, -webkit-transform .1s ease;
    transition: box-shadow .1s ease, transform .1s ease;
    transition: box-shadow .1s ease, transform .1s ease, -webkit-box-shadow .1s ease, -webkit-transform .1s ease;
    transition:
}

.resizetransition {
    transition: all 0.3s;
}

.width100 {
    width: 100%;
}



.uicardimage {
    position: relative;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
    background: rgba(0, 0, 0, .05);
    border-radius: 5px 5px 0px 0px;
}

    .uicardimage > img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: inherit;
    }

.uicardcontent {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    background: 0 0;
    margin: 0;
    padding: 1em 1em;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1em;
    border-radius: 0;
}

.iconreview2 {
    position: absolute;
    top: 25px;
    margin: 0px !important;
    width: 90%;
    left: 0;
    margin-left: 50px !important;
    text-align: left;
}

.xclose {
    margin-top: -10px !important;
    padding-right: 40px;
    color: #FFF !important;
}

    .xclose:hover {
        cursor: pointer;
    }

.floatright {
    float: right;
}

.textleft {
    text-align: left !important;
}

.nameofbene {
    border-bottom: none !important;
    white-space: nowrap;
    position: absolute;
    top: 15px;
    left: 80px;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
}

.bottomedit {
    bottom: 0;
    position: absolute;
    right: 0;
    display: none;
}

.percentbenes {
    display: none;
    border-bottom-color: #ccc;
    position: absolute;
    top: 0px;
    left: 0;
    width: 63px;
    height: 63px;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
}

.thumbnail {
    padding: 0px !important;
    margin-bottom: 50px;
    max-width: 400px;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    border: none !important;
}

.relationshipofbene {
    border-bottom: none !important;
    position: absolute;
    top: 40px;
    left: 80px;
    font-size: 15px;
    color: #FFF;
}

.uirectangle {
    border-radius: 5px;
    max-width: 400px !important;
}

[data-letters6]:before {
    content: attr(data-letters6);
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    width: 63px;
    height: 63px;
    line-height: 63px;
    text-align: center;
    border-radius: 50%;
    background: #FFF !important;
    vertical-align: middle;
    color: #737373;
}

/**** Validation ASP ****/

#errorlength, #errorlength2, #errorlength3, #errorlength4 {
    width: 100%;
    color: red;
    display: inline-block;
    margin-left: 166px;
}


@media (max-width: 850px) {
    #errorlength, #errorlength2, #errorlength3, #errorlength4 {
        margin-left: 0px !important;
    }
}



/**** Kendo Overrides ****/
.k-grid {
    border-color: #FFF !important;
}

.k-grid-header > div > table {
    border-bottom: 1px solid #9e9e9e;
}

.k-panelbar {
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5 !important;
    border-radius: 5px !important;
}

.datefont {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400 !important;
    letter-spacing: 1px;
    /* font-size: 16px!important; */
}

.latoright {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400 !important;
    text-align: right !important;
    letter-spacing: 1px;
    font-size: 16px !important;
    background: #EBF6FF;
    color: #165585 !important;
}

.latorightbold {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold !important;
    text-align: right !important;
    letter-spacing: 1px;
    font-size: 16px !important;
    background: #F1FFF2;
    color: #317033;
}

.k-grid-header-wrap {
    border-color: #FFF !important;
}

.k-grid-header {
    color: #165585 !important;
    text-transform: capitalize !important;
    font-family: 'Open Sans';
    font-size: 15px !important;
    font-weight: bold !important;
}

.k-grid-footer-wrap {
    border: none !important;
    color: #4B4B4C !important;
    font-weight: bold !important;
    /* background-color: #F1FFF2; */
    border-top: 1px solid #2285D0 !important;
}


.k-tabstrip-top .k-tabstrip-items > .k-item {
    border-width: 0 0 3px !important;
}

.k-link {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 15px;
}

.k-switch-on .k-switch-handle {
    background-color: #2285D0;
    border-color: #FFF !important;
}

.k-switch.k-switch-on .k-switch-container {
    background: #165585 !important;
}

.k-switch-handle {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.k-panelbar .k-item > .k-link.k-state-selected:not(.k-state-active), .k-panelbar .k-item > .k-link.k-state-selected:not(.k-state-expanded) {
    font-weight: bold !important;
}

.k-panelbar > .k-item > .k-link:hover {
    background-color: #EBF6FF !important;
    cursor: pointer;
}

.k-link:hover {
    cursor: pointer !important;
}

.k-tabstrip-items {
    color: #2285D0;
    transition: background-color 0.5s ease;
}

.k-grid-footer {
    border-color: #fff !important;
}

.k-tabstrip .k-tabstrip-items > .k-item.k-state-active {
    border-color: #2285D0;
    background-color: #fff;
    border-radius: 5px 5px 0px 0px;
    transition: background-color 0.5s ease;
}

.k-tabstrip-items > .k-item:not(.k-state-active) {
    transition: background-color 0.5s ease;
}

.k-datepicker {
    font-family: "roboto";
}

.k-button, .k-button.k-upload-button {
    background-color: #2285D0;
    color: #fff;
    text-shadow: none;
    background-image: none;
    font-family: 'Open Sans' !important;
    letter-spacing: 1px !important;
    font-weight: bold !important;
    outline: none !important;
    border-radius: 5px;
    box-shadow: 0 0 0 0 rgba(34, 36, 38, .15) inset !important;
    -webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    text-transform: capitalize !important;
}

/* .k-header , .k-widget , .k-grid-header-wrap {

    border-color: #fff!important;
} */
/* .k-grid-header , .k-header , .k-grid-header , .k-filter-row th, .k-grid-header th.k-header {
  background-color: #fff!important;
  border: none!important;
  border-bottom: 2px solid #ddd!important;
  color:#165585!important;
  font-weight: bold;
  text-transform: capitalize;
  font-family:  'Open Sans', sans-serif !important;
  font-size: 15px;

}  */
/* .k-calendar .k-header .k-link {

    color:#2285D0!important;
} */
/* a.k-link.k-nav-fast:hover , a.k-link.k-nav-next:hover , a.k-link.k-nav-prev:hover{
  color: #FFF!important;

} */
/* .k-widget.k-calendar .k-nav-next, .k-widget.k-calendar .k-nav-prev {

  line-height: 2.3!important;
} */
a.k-link.k-nav-fast:hover {
    border-radius: 5px;
}

/*** no border for calendar selects **/
/*
.k-calendar td.k-state-focused , .k-state-focused , .k-state-focused, td.k-state-focused {

  box-shadow: none!important;
  -webkit-box-shadow: none!important;
}

.k-datepicker .k-input {

  background-color: #FFF!important;
}
.k-calendar .k-header .k-state-hover {
  background-color: #2285D0!important;
}


.k-picker-wrap.k-state-default {

  background-color: #EBF6FF!important;
}

.k-calendar .k-content .k-today {

  color: #FFF!important;
} */

/** FROM SIDE BAR DEMI **/

.overflowside {
    min-width: 375px;
}

.wrapper {
    display: flex;
    width: 100%;
    flex-direction: row;
    min-height: 100vh;
    max-height: inherit;
}


#sidebar {
    min-width: 250px;
    max-width: 250px;
    z-index: 999;
}

    #sidebar.active {
        margin-left: -250px;
    }

#sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 140vh !important;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.btn-mw-150 {
    min-width: 150px;
}

.app-overlay {
    position: fixed;
    z-index: 111111111;
    display: none;
    margin: auto;
    text-align: center;
    background-color: #212121;
    opacity: 0.4;
    height: 100%;
    width: 100%;
}

.svg-button-position {
    position: relative;
    margin-top: -63px;
    opacity: 0 !important;
}

.hover-hide {
    display: inline-block;
}

.loading-active:active .hover-hide {
    /*opacity: 0 !important;*/
    transition: 0.5s;
}

.hide-label {
    z-index: -1;
    position: relative;
}

.animation-button-hover:hover .hover-hide {
    /*//  opacity: 0;*/
    transition: 0.5s;
}

.animation-button-hover:hover .svg-button-position {
    opacity: 1 !important;
    transition: 0.5s;
}

.loading-spinner-position {
    position: relative;
    margin-top: 0px;
    opacity: 1;
    display: none;
}

.next-loading {
    display: none;
}



/*.loading-active:focus .loading-spinner-position {
        opacity: 0;
        transition: 1.5s;
    }*/



.loading-active:focus .svg-button-position {
    opacity: 0 !important;
}

.fast-spin {
    -webkit-animation: fa-spin 0.7s infinite linear;
    animation: fa-spin 0.7s infinite linear;
}

.secondary-fill-svg {
    fill: #ffffff;
}

.primary-fill-svg {
    fill: #2285D0;
}

.fa-secondary {
    opacity: 0.4;
}


@media (max-width: 1200px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }
}

@media (max-width: 850px) {
    #mobilepad20 {
        padding: 20px !important;
    }
}

a, a:hover, a:focus {
    transition: all 0.3s;
}

.sidebar-header > h3, .sidebar-header > p {
    color: #FFF !important;
}

#sidebar {
    /* don't forget to add all the previously mentioned styles here too */
    background: #48525C;
    color: #fff;
    transition: all 0.3s;
}

    #sidebar .sidebar-header {
        padding: 20px;
        background: #FFF;
        border: 1px solid #ddd;
    }

    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
        font-size: 20px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 15px;
        display: block;
        color: #FFF;
    }

        #sidebar ul li a:hover {
            color: #EBF6FF;
            background: rgba(255,255,255,.08);
            text-decoration: none !important;
        }

    #sidebar ul li.active > a, a[aria-expanded="true"] {
        color: #fff;
        background: rgba(255,255,255,.08);
    }

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #F9F9F9;
    border: none;
    border-radius: 5px;
}

    #sidebarCollapse span {
        width: 80%;
        height: 2px;
        margin: 0 auto;
        display: block;
        background: #555;
        transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    }

        #sidebarCollapse span:first-of-type {
            /* rotate first one */
            transform: rotate(45deg) translate(2px, 2px);
        }

        #sidebarCollapse span:nth-of-type(2) {
            /* second one is not visible */
            opacity: 0;
        }

        #sidebarCollapse span:last-of-type {
            /* rotate third one */
            transform: rotate(-45deg) translate(1px, -1px);
        }

    #sidebarCollapse.active span {
        /* no rotation */
        transform: none;
        /* all bars are visible */
        opacity: 1;
        margin: 5px auto;
    }

ul ul a {
    padding-left: 30px !important;
}

@media (max-width: 500px) {
    /* Reversing the behavior of the sidebar:
       it'll be rotated vertically and off canvas by default,
       collapsing in on toggle button click with removal of
       the vertical rotation.   */
    #sidebar {
        margin-left: -250px;
        transform: rotateY(100deg);
    }

        #sidebar.active {
            margin-left: 0;
            transform: none;
        }

    /* Reversing the behavior of the bars:
       Removing the rotation from the first,
       last bars and reappear the second bar on default state,
       and giving them a vertical margin */
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }

    /* Removing the vertical margin and make the first and last bars rotate again when the sidebar is open, hiding the second bar */
    #sidebarCollapse.active span {
        margin: 0 auto;
    }

        #sidebarCollapse.active span:first-of-type {
            transform: rotate(45deg) translate(2px, 2px);
        }

        #sidebarCollapse.active span:nth-of-type(2) {
            opacity: 0;
        }

        #sidebarCollapse.active span:last-of-type {
            transform: rotate(-45deg) translate(1px, -1px);
        }
}

.wrapper {
    display: flex;
    align-items: stretch;
    /* perspective: 1500px; */
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    color: #fff;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: center left; /* Set the transformed position of sidebar to center left side. */
}

    #sidebar.active {
        margin-left: -250px;
        transform: rotateY(100deg); /* Rotate sidebar vertically by 100 degrees. */
    }

@media (max-width: 850px) {
    #sidebar {
        min-width: 250px;
        max-width: 250px;
        color: #fff;
        transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
        transform-origin: center left; /* Set the transformed position of sidebar to center left side. */
    }

        #sidebar.active {
            margin-left: -250px;
            transform: rotateY(100deg); /* Rotate sidebar vertically by 100 degrees. */
        }
}

.caretstyle {
    float: right !important;
    margin-top: 8px !important;
}

.fliper {
    -webkit-transform: rotate(-180deg); /* Chrome and other webkit browsers */
    -moz-transform: rotate(-180deg); /* FF */
    -o-transform: rotate(-180deg); /* Opera */
    -ms-transform: rotate(-180deg); /* IE9 */
    transform: rotate(-180deg);
    transition: all 0.3s;
}

.dropdown-toggle {
    transition: all 0.3s;
}

.padding10 {
    padding: 10px;
}

.divider {
    border-bottom: 1px solid #E9EAEA;
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin15 {
    margin: 15px;
}

.formcard {
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    padding: 20px;
}

.paddingtop {
    padding-top: 50px;
}


.demo-section.k-content {
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    border-radius: 5px;
}

.demo-section {
    margin: 0 auto 4.5em;
    padding: 3em;
    /* border: 1px solid rgba(20, 53, 80, 0.14); */
}

#panelbar {
    max-width: 400px;
}

.teamMate h3 {
    margin-bottom: 10px !important;
}

.teamMate p {
    margin: 0;
}

.teamMate img {
    display: inline-block;
    margin: 5px 15px 5px 5px;
    /* border: 1px solid #ccc; */
    border-radius: 50%;
}

.details {
    display: inline-block;
    vertical-align: top;
}

span.k-widget.k-tooltip-validation {
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
    padding: 0;
    margin: 0;
    background: none;
    box-shadow: none;
    color: red;
    z-index: 0;
}


.k-tooltip .k-callout {
    display: none !important;
}



.k-tooltip {
    background-color: #FFF;
    border-radius: 0.5rem;
    margin-left: 1rem;
    height: auto;
}

.tooltip-text {
    color: #808EAE;
    margin-left: 10px;
    width: auto;
    padding-top: 11px;
    padding-right: 10px;
    height: auto;
    font-size: 0.7rem;
}


.k-tooltip .tooltip-text {
    line-height: 1.5 !important;
    text-align: justify !important;
}

.capcase {
    text-transform: uppercase;
}

.boxicon {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-bottom: 0px;
}

.bordershow {
    border-bottom: 1px solid rgba(0, 0, 0, .42) !important;
}

    .bordershow:hover {
        border-bottom: 1px solid rgba(0, 0, 0, .87) !important;
    }

    .bordershow:focus:hover {
        border-bottom: 1px solid #2285D0 !important;
    }

.k-valid.bordershow:hover {
    border-bottom: 1px solid #4CAF50 !important;
}

.k-invalid.bordershow:hover {
    border-bottom: 1px solid #F8333C !important;
}

.bordershow:focus {
    /* border-bottom: 1px solid #2285D0!important; */ */
}

.k-space-left > span > span {
    left: -20px !important;
    top: 10px;
}

.k-space-left > span {
    margin-top: 36px !important;
    left: 30px;
}

.k-space-right > span > span {
    left: -20px !important;
    top: 10px;
}

.k-space-right > span {
    margin-top: 36px !important;
    left: 0px;
}

.inputlefticon {
    position: absolute;
    left: 3px;
}

.inputrighticon {
    position: absolute;
    right: 3px;
}


input.k-textbox {
    background: white no-repeat;
    background-image: linear-gradient(to bottom, #2285D0, #2285D0), linear-gradient(to bottom, white, white);
    background-size: 0 2px, 100% 1px;
    background-position: 50% 100%, 50% 100%;
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}

input.k-invalid {
    border-bottom: 1px solid #F8333C !important;
    background: white no-repeat;
    background-image: linear-gradient(to bottom, #F8333C, #F8333C), linear-gradient(to bottom, white, white);
    background-size: 0 2px, 100% 1px;
    background-position: 50% 100%, 50% 100%;
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}


input.k-valid {
    border-bottom: 1px solid #4CAF50 !important;
    background: white no-repeat;
    background-image: linear-gradient(to bottom, #2285D0, #2285D0), linear-gradient(to bottom, white, white);
    background-size: 0 2px, 100% 1px;
    background-position: 50% 100%, 50% 100%;
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}


input,
textarea, .k-dropdown {
    display: block;
    width: 100%;
    border: 0;
    /* padding: 10px 5px; */
    background: white no-repeat;
    background-image: linear-gradient(to bottom, #2285D0, #2285D0), linear-gradient(to bottom, white, white);
    background-size: 0 2px, 100% 1px;
    background-position: 50% 100%, 50% 100%;
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}

    input:focus,
    textarea:focus, .k-dropdown:focus {
        background-size: 100% 2px, 100% 1px !important;
        outline: none;
        transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    }

.k-textbox > input {
    /* border:1!important;
  outline: 1!important; */
}

.k-i-warning {
    display: none !important;
}

/*** Sweet Alerts ***/

.swal-button:hover {
    opacity: 0.95;
}


.radius5 {
    border-radius: 5px !important;
}


/**** Tooltips ****/

/* .tooltip {

  min-width: 200px;
} */



[tooltip]::before {
    content: attr(tooltip-content);
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    right: calc(100% + 16px);
    min-width: 250px;
    padding: 8px 16px;
    text-align: center;
    text-transform: none;
    font-size: 14px;
    font-weight: normal !important;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transform: translate(20px, -50%);
    transition: all .2s ease-in-out .5s;
    z-index: 1;
    font-style: normal !important;
    word-wrap: break-word;
}

[tooltip]:hover::before {
    opacity: 1;
    transform: translate(0, -50%);
}

[tooltip-bottom]::before {
    top: calc(100% + 16px);
    left: 50%;
    right: initial;
    transform: translate(-50%, -20px);
}

[tooltip-bottom]:hover::before {
    transform: translate(-50%, 0)
}

[tooltip-top]::before {
    top: initial;
    left: 50%;
    right: initial;
    bottom: calc(100% + 16px);
    transform: translate(-50%, 20px);
}


[tooltip-top]:hover::before {
    transform: translate(-50%, 0);
}

[tooltip-right]::before {
    top: 50%;
    left: calc(100% + 16px);
    right: initial;
    transform: translate(-20px, -50%);
}

[tooltip-right]:hover::before {
    transform: translate(0, -50%);
}

.zindexminus {
    z-index: -1 !important;
}

.pointer:hover {
    cursor: pointer !important;
}

.k-upload {
    border-radius: 5px;
}

/*** Tooltips ***/
.tooltip-head {
    color: #fff;
    background: #000;
    padding: 10px;
    text-align: left;
    margin-bottom: -23px;
}

    .tooltip-head .glyphicon {
        font-size: 22px;
        vertical-align: bottom;
    }

    .tooltip-head h3 {
        margin: 0;
        font-size: 18px;
    }


.tooltip-inner {
    min-width: 100% !important;
    padding: auto;
    text-align: center;
    background: #FFF;
    color: #000;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.tooltip-arrow {
    display: none;
}

.btn-width150 {
    min-width: 150px;
    width: auto;
}

/*changes 2021*/

.desc-box {
    background: rgba(244, 248, 251, .1);
    backdrop-filter: blur(5px);
    height: auto;
    font-size: 38px;
    width: 500px;
    text-align: center;
    padding: 40px;
    display: flex;
}

.ml-10 {
    margin-left: 10px;
}

.mt-10 {
    margin-top: 10px;
}


.section-header {
    color: #797676;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 40px;
}




.login-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    max-width: 500px;
    width: 100%;
    height: auto;
}

.welcome {
    color: #212121;
    font-weight: 500 !important;
    text-align: center;
}

.gray-link {
    color: gray;
    text-decoration: none !important;
    font-size: 10px;
    padding-left: 10px;
}

.provider-box {
    display: flex;
    width: 100%;
    overflow: hidden;
    height: 100px;
    margin-top: 10px;
    justify-content: center;
}

    .provider-box:hover {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .provider-box::-webkit-scrollbar {
        background: transparent;
        height: 10px;
    }

    .provider-box::-webkit-scrollbar-thumb {
        background-color: #acacac;
        border-radius: 50px;
        height: 10px;
    }

.provider-btn {
    min-width: 100px;
    max-width: 150px;
    display: flex;
    height: 40px;
    border: 1px solid #e9ecef;
    background-color: #e9ecef;
    border-radius: 5px;
    margin-right: 20px;
    text-decoration: none !important;
    justify-content: center;
    align-items: center;
}


.code-box {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    border-radius: 5px;
}

    .code-box:last-of-type {
        width: 50px;
        height: 50px;
        margin-right: 0;
        border-radius: 5px;
    }

.code-input {
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
    font-size: 20px;
    background-image: none;
    border: 1px solid lightgray;
    border-radius: 5px;
}

    .code-input:focus {
        width: 100%;
        height: 100%;
        padding: 0;
        text-align: center;
        font-size: 20px;
        background-image: none;
        border-radius: 5px;
        background-color: #ffffff;
        border: 1px solid #2285D0 !important;
        box-shadow: 0 0 5px 0px #2285D0;
    }



.logo-box {
    padding-left: 30px;
}

.header-right-box {
    padding-right: 60px;
}

.verify-option {
    margin-left: 5px;
    background-color: #80808057;
    color: #525250;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    padding: 15px;
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none !important;
}

    .verify-option:hover {
        background-color: #48525C;
        color: white;
    }



.verify-value {
    max-width: 400px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .verify-value:hover {
        background-color: #48525C;
        color: white;
    }

.verify-icon-box {
    width: 30px;
    height: 30px;
    text-align: center;
}

.action-button {
    max-width: 50%;
}

.main-help {
    display: flex;
    align-self: center;
    font-size: 20px;
    color: #2285D0;
    margin-right: 5px;
}

/*End 2021*/



@media (max-width: 991px) {
    .maxlabel {
        max-height: 30px;
        margin-top: 30px;
    }
}


.footer {
    position: fixed;
    z-index: 1;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 60px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*** Stepper ***/
.mdl-stepper {
    max-width: 100% !important;
    box-shadow: none !important;
}



.mdl-stepper--horizontal .mdl-step__label {
    top: 0 !important;
    min-height: 0 !important;
    z-index: 0;
    background: #fff;
}

.mdl-step__title {
    font-family: 'Open Sans' !important
}

.mdl-step__content {
    height: calc(100% - 0px) !important;
    overflow: initial !important;
    /* overflow: none!important; */
}



.mdl-stepper--horizontal:before {
    min-height: 0px !important;
}

.mdl-stepper--horizontal .mdl-step__label:hover {
    background-color: #EBF6FF !important;
    border-radius: 5px;
}
/* @media only screen and (min-width: 841px) {
.mdl-stepper--horizontal .mdl-step>.mdl-step__actions {

  position: fixed!important;
  top: auto!important;
  left: 0;
  margin: 0;
  padding: 0px!important;
  width: calc(100% - 0px)!important;
  /* width: calc(100% - 48px); */

/* }

}  */



/* @media only screen and (max-width: 840px) {
  .mdl-step__content {
    margin-left:0px!important;
    margin-right:0px!important;
  }

} */



/* .mdl-step__actions {
  padding-top: 0px!important;
  margin-left: 0px!important;
  margin-right: 0px!important;
  z-index: 1000;
} */
/* .wrapperform {

  height: 140vh;
} */


/* @media only screen and (max-width: 850px) {
.wrapperform {

height: 170vh;
}
} */

.mdl-step__content {
    overflow: revert !important;
}

.mdl-step {
    position: relative;
    height: 100% !important;
}
/*
@media only screen and (min-width: 841px) {
.mdl-stepper--horizontal .mdl-step>.mdl-step__actions [data-stepper-back] {

margin-left: none!important;
margin-right: auto!important;
}
} */
.notransform {
    text-transform: none !important;
}

a:hover {
    cursor: pointer;
}


.RadWindow_PayEvo {
    font-family: 'Open Sans', sans-serif !important;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5) !important;
    box-shadow: 0 5px 15px rgba(0,0,0,.5) !important;
    border: 1px solid #999 !important;
    border: 1px solid rgba(0,0,0,.2) !important;
    border-radius: 6px;
}

.RadNotification_PayEvo,
.RadButton_PayEvo,
.RadCalendar_PayEvo,
.RadComboBox_PayEvo,
.RadDataPager_PayEvo,
.RadDropDownList_PayEvo,
.RadGrid_PayEvo,
.RadInput_PayEvo,
.RadInputMgr_PayEvo,
.RadMenu_PayEvo,
.RadTabStrip_PayEvo,
.RadToolTip_PayEvo,
html .RadUpload_PayEvo,
.RadWindow_PayEvo,
.RadWizard_PayEvo,
.RadPanelBar_PayEvo {
    font-family: 'Open Sans', sans-serif !important;
}

.RadGrid_PayEvo {
    border: none !important;
}

.rgHeader {
    border-bottom: 1px solid #ddd !important;
}

.RadGrid_PayEvo .rgHeader a {
    color: #165585 !important;
}

.RadNotification_PayEvo {
    background-color: #fff !important;
    border-radius: 4px !important;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5 !important;
}


    .RadNotification_PayEvo .rnTitleBar {
        background-color: #fff !important;
        transition: all .5s ease;
        border-bottom: 1px solid #e5e5e5 !important;
        color: #4B4B4C !important;
    }

.RadButton_Default, .rbButton {
    border: none;
}

.awesome {
    font-family: "Font Awesome 5 Free" !important;
    font: 16px !important;
}

.RadButton .rbIcon::before, .p-icon {
    font: 16px !important;
}

.rbButton {
    border-style: none !important;
}

.padding-fix-telerik {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.padding-fix-telerik-large {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

/***added from payroll login design**/

.pe-background-mount {
    background-color: #48525C;
    background-repeat: no-repeat,repeat;
    background-size: cover;
    background-position: bottom;
    height: 100vh;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.margin-bottom-0 {
    margin-bottom: 0px !important
}

.vh100 {
    height: 100vh;
    /* overflow-y: auto; */
    overflow-x: visible;
}

.roboto-font {
    font-family: "Roboto", sans-serif !important;
    font-size: 12px !important;
    color: #70808F;
    font-weight: 400 !important;
    letter-spacing: 1.05px;
}

a {
    color: #165585;
}

/**Styleguide overide**/
.pe-button {
    font-weight: 400 !important;
}

    .pe-button:hover {
        font-weight: 400 !important;
    }

/**Scroll Bar**/
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: rgba(136, 136, 136, .35);
    border-radius: 8px;
}

::-webkit-scrollbar {
    width: 10px !important;
}

/** Custom Material Stepper**/

.mt-element-step .row {
    margin: 0;
}

.mt-step-number {
    line-height: 1.8;
}

.mt-element-step .step-line .mt-step-col {
    padding: 0;
    text-align: center;
}

.mt-element-step .step-line .active .mt-step-number {
    color: #FFF !important;
    background-color: #2285D0 !important;
}

.mt-element-step .step-line .mt-step-number {
    color: #fff;
    font-size: 15px;
    border-radius: 50% !important;
    display: inline-block;
    margin: auto auto 5px;
    padding: 1px 1px 1px 0;
    background: #70808F !important;
    position: relative;
    z-index: 5;
    height: 28px;
    width: 28px;
    text-align: center;
}
/* .mt-element-step .step-line .mt-step-title {
    font-weight: 400;
    position: relative;
    top: -32px;
    right: -61px;
    font-size: 14px;
} */

.bg-white {
    background: #fff !important;
}

.mt-element-step .step-line .active .mt-step-content, .mt-element-step .step-line .active .mt-step-title {
    color: #2285D0 !important;
    font-weight: 700;
}

.mt-element-step .step-line .mt-step-title:before {
    right: 50%;
}

.mt-element-step .step-line .mt-step-title:after, .mt-element-step .step-line .mt-step-title:before {
    content: '';
    height: 1px;
    width: 50%;
    position: absolute;
    background-color: #e5e5e5;
    top: 14px;
    z-index: 4;
    transform: translateY(-100%);
    left: -25%;
}

.firststepline:before {
    display: none;
}

.firststepline:after {
    display: none;
}

.font-grey-cascade {
    color: #70808F !important;
}

.mt-element-step .step-line .done .mt-step-content, .mt-element-step .step-line .done .mt-step-title, .mt-element-step .step-no-background-thin .done .mt-step-content, .mt-element-step .step-no-background-thin .done .mt-step-title {
    color: #4CAF50 !important;
}

.mt-element-step .step-line .done .mt-step-content, .mt-element-step .step-line .done .mt-step-title {
    color: #4CAF50 !important;
}

.mt-element-step .step-line .done .mt-step-number {
    color: #4CAF50 !important;
    border-color: #4CAF50 !important;
}

.mt-element-step .step-line .done .mt-step-number, .mt-element-step .step-no-background-thin .done .mt-step-number {
    background: #4CAF50 !important;
    color: #fff !important;
    border-color: #4CAF50 !important;
}

/**end Material Stepper custom**/
.font-12 {
    font-size: 12px;
}

.margin-top-bottom-20 {
    margin-top: 20px;
    margin-bottom: 30px;
}

.margintop15 {
    margin-top: 15px;
}

.margin20 {
    margin: 20px;
}

.marginbottom0 {
    margin-bottom: 0px !important;
}

.margintop50 {
    margin-top: 50px;
}

/**NAV bottom stepper **/
.navbottom {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

@media (max-width:575px) {
    .marginbottom100-xs {
        margin-bottom: 100px !important;
    }

    .tooltip {
        display: none !important;
    }
}

@media (max-width:320px) {
    .navbottom.fixed-bottom .bd-highlight {
        flex-direction:column;
    }

    .pe-secondary {
        margin-bottom:10px;
    }

}

/**Progress bar**/

.progressbackground {
    background: #165585;
    Width: 25%;
    position: absolute;
    height: 3px;
    border-radius: 0px 5px 5px 0px;
}

/**Login background**/

#locationfun {
    color: #061436;
    margin-bottom: 0px !important;
}

#funfactlocation {
    text-align: right;
    color: #fff
}

.loginbackposition {
    color: #fff !important;
    display: flex;
    justify-content: center;
    margin: 100px 50px;
}

.margin-top-20 {
    margin-top: 20px;
}

.bs-tooltip-right {
    left: 0px !important;
}

.tooltip {
    min-width: 210px !important;
}

.editView {
    padding: 40px;
    box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);
    border-radius: 5px;
}

.greycolor {
    color: #797676 !important;
}

.footer-style {
    /* height: 30px; */
    position: absolute;
    /* box-shadow: 0px 0px 0px #888, 0px -3px 2px rgba(0,0,0,.05); */
    /* left: 0; */
    width: 100%;
    z-index: 1001;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    bottom: 30px;
    text-align: center;
    /* height: 100%; */
    left: 0;
}

.container-left {
    height: auto;
    /*overflow-y: auto!important;*/
    /*// overflow-x: hidden;*/
}

.mb-30 {
    margin-bottom: 30px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.p-15 {
    padding: 15px;
}



a.mt-step-col:hover {
    text-decoration: none;
}

#accountForm,
#locationForm,
#payrollForm {
    min-width: 500px;
    align-self: center;
    max-width: 500px;
    padding: 0 3rem 1rem 3rem;
}

.btn-minwidth150 {
    min-width: 150px;
}

.flex-switch {
    flex-direction: row;
}

.padding-btn-beween {
    padding-right: 50px;
}

.detail-box {
    min-width: 150px;
    width: min-content;
    color: #2285D0;
}

.header-container {
    display: flex;
    flex-direction: row; /* Row direction for larger screens */
    align-items: center; /* Align items in the center vertically */
    justify-content: space-between; /* Space between logo and text */
    width: 100%;
}

/* Ensure proper layout for the mobile view */
@media (max-width: 768px) {
    .header-container {
        flex-direction: column; /* Stack items vertically on mobile */
        text-align: center;
        align-items: center; /* Center logo and text */
    }

        .header-container img {
            margin-bottom: 10px; /* Space between logo and text on mobile */
        }
}

.company-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    width: 100%;
    height: auto;
    padding: 0 2rem;
}

/* Form container */
#companyForm {
    max-width: 750px; /* Increase max-width for larger screens */
    width: 100%; /* Make sure it takes up full available width */
    padding: 0 2rem 1rem 2rem;
}

/* For tablets (768px to 1024px) */
@media (max-width: 1024px) {
    #companyForm {
        max-width: 750px; /* Ensure form expands to fill the screen */
        min-width: 380px; /* Set a minimum width for tablets */
        padding: 0 2rem 1rem 2rem;
    }

    .company-content {
        padding: 0 2rem; /* Provide padding for spacing */
    }
}

/* For mobile devices (less than 768px) */
@media (max-width: 768px) {
    #companyForm {
        max-width: 100%;
        min-width: 300px;
        padding: 0 1rem 1rem 1rem;
        font-size: 12px;
    }

    .company-content {
        padding: 0 1rem;
        height: auto;
    }
}


.type-icon-selected {
    width: 80px;
    height: 80px;
    border: 2px solid #2285D0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.type-icon {
    width: 80px;
    height: 80px;
    border: 2px solid #ACB7C1;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.detail-label {
    color: #212121;
}

.detail-label-selected {
    color: #2285D0;
}


.detail {
    color: #797676;
    font-weight: 300;
}

.detail-selected {
    color: #2285D0;
    font-weight: 300;
}

#myModal .modal-footer {
    border-top: none;
}

.language-container {
    border: none !important;
    padding: 0px 0px 0px 10px;
    width: 53px;
    display: flex;
}

@media (min-width: 992px) and (max-width: 1300px) {
    .loginbackposition {
        justify-content: center;
        margin: 100px 0;
    }

    .container-left {
        width: 70% !important;
        max-width: 70% !important;
        flex: 0 0 60%;
    }

    .container-right {
        width: 20% !important;
        flex: 0 0 40%;
    }

    .action-button {
        max-width: 50%;
    }
}

@media (min-width: 769px) and (max-width: 991px) {

    /*.bs-tooltip-right {
        left: 500px!important;
        border:1px solid red;
    }*/
    .loginbackposition {
        justify-content: center;
        margin: 100px 0;
    }

    .container-left {
        width: 70% !important;
    }

    .container-right {
        width: 30% !important;
    }

    .action-button {
        max-width: 70%;
    }

    #accountForm {
        min-width: 500px;
        align-self: center;
    }
}

@media (min-width: 576px) and (max-width: 768px) {


    #accountForm {
        min-width: 100%;
        align-self: center;
    }

    .container-left {
        width: 100% !important;
    }

    .container-right {
        display: none !important;
    }

    .tooltip {
        display: none !important;
    }

    .action-button {
        max-width: 100%;
    }

    .detail-box {
        min-width: 250px;
        width: min-content;
        margin-left: 0;
        margin-top: 10px;
    }

    .email-box {
        max-width: 250px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 575px) {

    .language-container {
        border: none !important;
        padding: 0px 0px 0px 10px;
        width: 53px;
        display: flex;
    }

    .email-box {
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .detail-box {
        min-width: 150px;
        width: min-content;
        margin-left: 0;
        margin-top: 10px;
    }

    .login-content {
        height: auto;
    }

    .padding-btn-beween {
        padding-right: 0;
    }

    .flex-switch {
        flex-direction: column;
    }


    #accountForm {
        min-width: 100%;
        align-self: center;
    }

    .code-box {
        margin-right: 10px;
    }

    .action-button {
        max-width: 100%;
    }

    .btn-width150 {
        min-width: 150px;
        width: 100%;
        margin-bottom: 20px;
    }

    .editView {
        padding: 20px;
    }

    .logo-box {
        padding-left: 0;
        margin-left: -20px;
    }

    .header-right-box {
        padding-right: 0px;
    }

    .container-left {
        width: 100% !important;
    }

    .container-right {
        display: none !important;
    }
}


@media (max-width: 574px) {
    .p-r-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }


    .p-l-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}


@media (max-width: 767.98px) {
    .editview {
        box-shadow: 0 3px 10px 3px rgba(0,0,0,0);
        padding: 0px !important;
    }

    .white-mobile-background {
        background-color: #FFF !important;
    }

    .padding-0-mobile {
        padding: 0px !important;
    }
}

.active-link {
    color: #2285D0;
    text-decoration: none;
}



    .active-link :hover {
        opacity: 0.7;
    }



/*.rnCloseIcon{
        color:#e5e5e5 !important;
    }
      .rnCloseIcon :hover{
        color:#000 !important;
    }*/

/* Was custom fix for dropdown on grid menu FIXED IN TELERIK UPDATE 2019 */
/* html, body, form, .myScollContainer {
        margin: 0;
        padding: 0;
        height: 100%;
        overflow: scroll;
    }
    html {
      overflow:hidden;
    }


  body, form,  .myScollContainer {
        overflow: auto;

    }
    */
.summary-form-group {
    padding: 25px;
    border-bottom: 1px solid rgba(150, 150, 150, 0.5);
    height: 100px;
    min-height: 125px;
    text-align: left;
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
}

    .summary-form-group:hover {
        background-color: rgba(51, 51, 51, 0.03);
        cursor: pointer;
    }

        .summary-form-group:hover .summary-input input {
            background-color: rgba(255, 255, 255, 0.03);
            transition: none;
        }

        .summary-form-group:hover .summary-input span .k-dropdown-wrap {
            background-color: rgba(255, 255, 255, 0.03);
            transition: none;
        }

.summary-input {
}


.summary-lock {
    top: 3px !important;
    right: 15px !important;
    padding-top: 0px !important;
}

.editView-border {
    box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);
    border-radius: 5px;
}




.blue-content-container {
    height: 100px;
    width: 100%;
    position: absolute;
    background-image: url('../images/svgs/backgroundpayroll.svg');
    background-size: cover;
    top: 50px;
    z-index: 111;
    overflow: hidden;
}

.mobile-stepper-overlay {
    display: none;
}

.blue-content-item-container {
    width: 100%;
    margin: auto;
}

.blue-left-item {
    padding-left: 40%;
}

.editnav-carousal-btn {
    display: none;
    position: relative;
}

.nav-label-box {
    height: 8rem;
    margin-right: 80px;
    cursor: pointer;
    flex-shrink: 0;
}

.right-blue-item {
    font-size: 2.4rem;
    text-align: right;
    color: #ffffff;
    font-family: open sans;
    opacity: 0.8;
    position: fixed;
    right: 2rem;
    top: 7rem;
}

.edit-nav-label {
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 30px;
}

.carousal-mob {
    display: none;
}

input[type="text"] {
    -webkit-border-radius: none !important;
    border-radius: 0px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 575px) {
    .summary-form-group {
        min-height: 125px;
        text-align: left;
        position: relative;
        padding: 15px 0px 15px 0px;
    }

    .extra-padding {
        height: 150px;
    }

    .blue-content-item-container {
        max-width: 50%;
        margin: auto;
        margin-left: 6rem;
        position: relative;
        overflow: hidden;
    }

    .blue-left-item {
        margin-left: -21rem;
    }

    .carousal-mob {
        display: block;
    }

    .mobile-scroll {
        margin-left: -2rem;
        overflow-x: scroll !important;
        overflow-y: hidden !important;
    }

    .profile-left {
        left: -150px;
        position: relative;
    }

    .security-left {
        left: -300px;
        position: relative;
    }

    .dashboard-left {
        left: 0px;
        position: relative;
    }

    .container {
        max-width: 650px;
    }
}




@media (min-width: 576px) and (max-width: 768px) {
    .mobile-scroll {
        margin-left: -9rem;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .blue-content-item-container {
        width: 76rem;
        padding-right: 65px;
        margin: auto;
        margin-left: 10rem;
        position: relative;
        overflow: hidden;
    }

    .container {
        max-width: 860px;
    }

    .carousal-mob {
        display: block;
    }
}

@media (min-width: 769px) and (max-width: 991px) {

    .blue-left-item {
        padding-left: 25%;
    }

    carousal-mob {
        display: none;
    }

    .container {
        max-width: 1000px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .blue-left-item {
        padding-left: 30%;
    }

    carousal-mob {
        display: none;
    }
}

@media (min-width: 1201px) and (max-width: 1660px) {

    .blue-left-item {
        padding-left: 35%;
    }

    carousal-mob {
        display: none;
    }
}


.stepper {
    font-size: 1.6rem;
    font-weight: 100;
    text-align: center;
    color: #FFFFFF;
    font-family: Open Sans;
    width: 26rem;
    position: relative;
    display: flex;
    justify-content: center;
    overflow-y: hidden;
    overflow-x: hidden;
    top: 0;
}

@media (max-width: 576px) {
    .no-padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #accountForm,
    #locationForm,
    #payrollForm {
        min-width: auto!important;
        align-self: center;
        max-width: 500px;
        padding: 0 3rem 1rem 3rem;
    }
    .not-show {
        display: none;
    }

    .sync-list {
        min-height: 100px !important;
        height: 100px !important;
    }

    .sync-border-mobile1 {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .sync-border-mobile2 {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .sync-border-mobile1 {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .sync-border-mobile2 {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    .no-padding-leftM {
        padding-left: 0px !important;
    }

    .no-padding-rightM {
        padding-right: 0px !important;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .stepper {
        width: 25rem;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .no-padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .not-show {
        display: none;
    }

    .sync-border-mobile1 {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .sync-border-mobile2 {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    .no-padding-leftM {
        padding-left: 0px !important;
    }

    .no-padding-rightM {
        padding-right: 0px !important;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .no-padding {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

h1.errorP {
    margin: 100px auto 0 auto;
    color: black;
    font-size: 8rem;
    line-height: 8rem;
    font-weight: 200;
    text-align: center;
    margin-bottom: 0.5em;
}

h2.errorP {
    margin: 20px auto 30px auto;
    font-size: 1.5rem;
    font-weight: 200;
    text-align: center;
    margin-bottom: 5em;
}

h1.errorP, h2.errorP {
    -webkit-transition: opacity 0.5s linear, margin-top 0.5s linear; /* Safari */
    transition: opacity 0.5s linear, margin-top 0.5s linear;
}

.loading h1, .loading h2 {
    margin-top: 0px;
    opacity: 0;
}

.gears {
    position: relative;
    margin: 0 auto;
    width: auto;
    height: 0;
}

.gear {
    position: relative;
    z-index: 0;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    background: black;
}

    .gear:before {
        position: absolute;
        left: 5px;
        top: 5px;
        right: 5px;
        bottom: 5px;
        z-index: 2;
        content: "";
        border-radius: 50%;
        background: #eaeaea;
    }

    .gear:after {
        position: absolute;
        left: 25px;
        top: 25px;
        z-index: 3;
        content: "";
        width: 70px;
        height: 70px;
        border-radius: 50%;
        border: 5px solid black;
        box-sizing: border-box;
        background: #eaeaea;
    }

    .gear.one {
        left: -130px;
    }

    .gear.two {
        top: -75px;
    }

    .gear.three {
        top: -235px;
        left: 130px;
    }

    .gear .bar {
        position: absolute;
        left: -15px;
        top: 50%;
        z-index: 0;
        width: 150px;
        height: 30px;
        margin-top: -15px;
        border-radius: 5px;
        background: black;
    }

        .gear .bar:before {
            position: absolute;
            left: 5px;
            top: 5px;
            right: 5px;
            bottom: 5px;
            z-index: 1;
            content: "";
            border-radius: 2px;
            background: #eaeaea;
        }

        .gear .bar:nth-child(2) {
            transform: rotate(60deg);
            -webkit-transform: rotate(60deg);
        }

        .gear .bar:nth-child(3) {
            transform: rotate(120deg);
            -webkit-transform: rotate(120deg);
        }

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes anticlockwise {
    0% {
        -webkit-transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes clockwiseError {
    0% {
        -webkit-transform: rotate(0deg);
    }

    20% {
        -webkit-transform: rotate(30deg);
    }

    40% {
        -webkit-transform: rotate(25deg);
    }

    60% {
        -webkit-transform: rotate(30deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes anticlockwiseErrorStop {
    0% {
        -webkit-transform: rotate(0deg);
    }

    20% {
        -webkit-transform: rotate(-30deg);
    }

    60% {
        -webkit-transform: rotate(-30deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes anticlockwiseError {
    0% {
        -webkit-transform: rotate(0deg);
    }

    20% {
        -webkit-transform: rotate(-30deg);
    }

    40% {
        -webkit-transform: rotate(-25deg);
    }

    60% {
        -webkit-transform: rotate(-30deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

.gear.one {
    -webkit-animation: anticlockwiseErrorStop 2s linear infinite;
}

.gear.two {
    -webkit-animation: anticlockwiseError 2s linear infinite;
}

.gear.three {
    -webkit-animation: clockwiseError 2s linear infinite;
}

.loading .gear.one, .loading .gear.three {
    -webkit-animation: clockwise 3s linear infinite;
}

.loading .gear.two {
    -webkit-animation: anticlockwise 3s linear infinite;
}

/**** CHECK ANIMATED***/
.animated-check {
    width: 5rem;
    top: -9px;
    left: 1px;
    position: relative;
    opacity: 0;
}

.animated-check-visable {
    opacity: 1;
}

.step-avatar-success {
    width: 6.5rem;
    height: 6.5rem;
    border-radius: 50%;
    border: 0.2rem solid #4CAF50;
    background-color: #4CAF50;
    padding: 0.2rem;
    z-index: 2;
    margin: 0 auto;
    animation: success-step 1s normal forwards ease-in-out;
}
@@media (max-width: 575px) {
    .menu-step {
        width: 22rem !important;
    }

    .menu-step2 {
        width: 34rem !important;
        margin-left: -135px;
    }

    .menu-step3 {
        width: 60rem !important;
        margin-left: -270px;
    }
}

.stepper {
    font-size: 1.3rem;
    font-weight: 100;
    text-align: center;
    color: #FFFFFF;
    font-family: Open Sans;
    width: 69.9rem;
    position: relative;
    display: flex;
    justify-content: center;
    top: 0;
}

.step {
    width: 10rem;
    height: 4rem;
    margin-right: 3rem;
    cursor: pointer;
}

.step-v {
    height: 6rem;
}

.step-bar-v {
    height: 2.5rem;
    background-color: #979797;
    width: 1px;
    position: relative;
    left: -1.8rem;
    top: 3rem;
}

.step-avatar {
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 2px solid #1C5978;
    color: white;
    background-color: #1D5A79;
    padding: 0rem;
}

.step-avatar-selected {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 0.2rem solid #1C5978;
    color: #2F8CD3;
    background-color: white;
    padding: 0rem;
}

.step-label {
    width: 10rem;
    color: #FFFFFF;
    font-family: Open Sans;
    font-size: 1.1rem;
    margin-top: 0rem;
    margin-bottom: -0.5rem;
}

.step-bar-white {
    height: 0.1rem;
    background-color: white;
    width: 9.5rem;
    position: relative;
    left: 6.5rem;
    top: -2.7rem;
}

.step-bar-grey {
    height: 0.1rem;
    background-color: #1D5A79;
    width: 10rem;
    position: relative;
    left: 6.6rem;
    top: -2.7rem;
}

.animated-check {
    width: 1.7rem;
    top: -2.1rem;
    position: relative;
    opacity: 0;
}

.animated-check-visable {
    opacity: 1;
}

.step-avatar-success {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 0.2rem solid #4CAF50;
    background-color: #4CAF50;
    padding: 0rem;
    z-index: 2;
    animation: success-step 1s normal forwards ease-in-out;
}

@keyframes success-step {
    0% {
        background-color: #FFF;
    }

    100% {
        background-color: #4CAF50;
    }
}

.strokestyle {
    stroke: #333 !important;
}

.line-tick1 {
    animation: line-tick1-tick 1s normal forwards ease-in-out;
    stroke-dasharray: 110;
    stroke-dashoffset: 110;
    opacity: 1;
    animation-iteration-count: 1;
}

@keyframes line-tick1-tick {
    20% {
        stroke-dashoffset: 110;
    }

    60% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.sub-step-progress {
    height: 3px;
    background-color: green;
    width: 25%;
}

.sub-step1-increase-25 {
    -webkit-animation: increase-25 1s normal forwards ease-in-out;
    animation: increase-25 1s normal forwards ease-in-out;
}

@keyframes increase-25 {
    0% {
        width: 25%;
    }

    100% {
        width: 50%;
    }
}

.svg-button-position > svg {
    width: 2rem;
}

.arrow-right-svg {
    cursor: pointer !important;
}

.line-arrow-right1 {
    animation: line-arrow-right1-fly 1s infinite ease-in-out;
}

@keyframes line-arrow-right1-fly {
    0% {
        transform: translate3d(-200px, 0, 0);
    }

    30% {
        transform: translate3d(0px, 0, 0);
    }

    40% {
        transform: translate3d(-4px, 0, 0);
    }

    50% {
        transform: translate3d(0px, 0, 0);
    }

    70% {
        transform: translate3d(-4px, 0, 0);
    }

    100% {
        transform: translate3d(240px, 0, 0);
    }
}

.line-arrow-right1 {
    animation: line-arrow-right1-fly 1s infinite ease-in-out;
}

@keyframes line-arrow-right1-fly {
    0% {
        transform: translate3d(-200px, 0, 0);
    }

    30% {
        transform: translate3d(0px, 0, 0);
    }

    40% {
        transform: translate3d(-4px, 0, 0);
    }

    50% {
        transform: translate3d(0px, 0, 0);
    }

    70% {
        transform: translate3d(-4px, 0, 0);
    }

    100% {
        transform: translate3d(240px, 0, 0);
    }
}

.arrow-left-svg {
    cursor: pointer !important;
}

.line-arrow-left1 {
    animation: line-arrow-left1-fly 1s infinite ease-in-out;
}

@keyframes line-arrow-left1-fly {
    0% {
        transform: translate3d(200px, 0, 0);
    }

    30% {
        transform: translate3d(-4px, 0, 0);
    }

    40% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(-4px, 0, 0);
    }

    70% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-240px, 0, 0);
    }
}

@keyframes success-step {
    0% {
        background-color: #FFF;
    }

    100% {
        background-color: #4CAF50;
    }
}

.strokestyle {
    stroke: #333 !important;
}

.line-tick1 {
    animation: line-tick1-tick 1s normal forwards ease-in-out;
    stroke-dasharray: 110;
    stroke-dashoffset: 110;
    opacity: 1;
    animation-iteration-count: 1;
}

@keyframes line-tick1-tick {
    20% {
        stroke-dashoffset: 110;
    }

    60% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.sub-step-progress {
    height: 3px;
    background-color: green;
    width: 25%;
}

.sub-step1-increase-25 {
    -webkit-animation: increase-25 1s normal forwards ease-in-out;
    animation: increase-25 1s normal forwards ease-in-out;
}

@keyframes increase-25 {
    0% {
        width: 25%;
    }

    100% {
        width: 50%;
    }
}

.svg-button-position > svg {
    width: 2rem;
}

.right-image-sucess {
    height: 150px;
    width: 180px;
    background-image: url('../images/svgs/rightside.svg');
    background-size: cover;
    z-index: 111;
}

.left-image-sucess {
    height: 150px;
    width: 180px;
    background-image: url('../images/svgs/leftside.svg');
    background-size: cover;
    z-index: 111;
}

.flex-container {
    display: flex;
    height: auto;
    width: 100%;
    flex-direction: row; /* align in row all div inside this container */
    justify-content: center;
}


@media (max-width: 575px) {
    .left-image-sucess {
        display: none;
    }

    .right-image-sucess {
        display: none;
    }

    .svg-display {
        display: none;
    }
}




@media (min-width: 576px) and (max-width: 900px) {
    .left-image-sucess {
        display: none;
    }

    .right-image-sucess {
        display: none;
    }

    .svg-display {
        display: none;
    }
}

.sync-list {
    border: 1px solid #DADADA;
    height: 70px;
    min-height: 70px;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.sync-border-top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.sync-border-bottom {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.capcase-sync {
    background-color: #EBF6FF;
}

#SyncListView.k-widget {
    border-style: none !important;
}

#ListView.k-widget {
    border-style: none !important;
}

/*Code for profile update*/
.summary-input .k-dropdown-wrap {
    border: 0 !important;
    margin-top: -0.9rem;
}

.summary-input input,
textarea, .k-dropdown {
    display: block;
    width: 100%;
    border: 0;
    /* padding: 10px 5px; */
    background: white no-repeat;
    background-size: 0 2px, 100% 1px;
    background-position: 50% 100%, 50% 100%;
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}

    .summary-input input:hover, .summary-input textarea:hover {
        background-image: linear-gradient(to bottom, #dedede, #dedede), linear-gradient(to bottom, white, white);
        background-size: 100% 1px, 100% 1px !important;
        border-bottom: none;
        outline: none;
        transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    }

    .summary-input input:focus,
    .summary-input textarea:focus, .summary-input .k-dropdown:focus {
        background-image: linear-gradient(to bottom, #2285D0, #2285D0), linear-gradient(to bottom, white, white);
        border-bottom: none;
        background-size: 100% 2px, 100% 2px !important;
        outline: none;
        transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    }

    .summary-input input.input-validation-error:focus,
    .summary-input textarea.input-validation-error:focus, .summary-input .k-dropdown.input-validation-error:focus {
        background-image: linear-gradient(to bottom, #F8333C, #F8333C), linear-gradient(to bottom, white, white);
        background-size: 100% 2px, 100% 2px !important;
        border-bottom: none;
        outline: none;
        transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    }

.summary-input .k-dropdown-wrap .k-icon {
    display: none !important;
}

.summary-form-group:hover .summary-input input {
    background-color: rgba(255, 255, 255, 0.03);
    transition: none;
}

.summary-input .k-textbox {
    border-width: 0;
}

    .summary-input .k-textbox:hover {
        border-width: 0 0 1px;
        border-color: rgba(0,0,0,.42);
    }

.shadow-box {
    padding: 0px !important;
    box-shadow: 0 0.3rem 1rem 0.3rem rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    height: 76%;
    background: white !important;
}



.background-color-LB {
    background-color: #F4F8FB;
}
/**FOR WAFFLE ONLY (should already be in PAYROLL)***/
#waffle-menu-button {
    height: 25px;
    margin-top: 15px;
    margin-left: 20px;
    padding-right: 10px;
    float: left;
}

#waffleicon {
    fill: #AEAEAE;
}

    #waffleicon:hover {
        fill: #165585;
    }

.TopNav_Text {
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, .05);
    height: 50px;
    background-color: #fff;
    width: 100%;
    position: absolute;
    top: 0;
}

/**END**/
/** title **/
.welcome-title {
    color: #0A2463;
    font-size: 44px;
    font-weight: 300;
    padding-top: 60px;
    padding-bottom: 60px;
}

.payroll-content {
    width: 100%;
}

#sidebar {
    top: 54px;
    background: #f6f8fa;
    position: fixed;
    width: 46px;
    overflow: hidden;
    z-index: 10000;
    box-shadow: 0 14px 10px 3px rgba(0, 0, 0, .15);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-family: "open sans";
}

    #sidebar ul p, #sidebar ul li.active > a, a[aria-expanded="true"], #sidebar ul li a {
        color: #808EAE;
        border-bottom: 1px solid #ededed;
    }

    #sidebar ul.components {
        border-bottom: 1px solid #ededed;
    }

.marginstepicon {
    font-size: 20px;
    margin-right: 20px;
    margin-left: 5px;
    max-width: 20px;
}

#sidebar ul.components {
    padding: 0px;
}

.k-tabstrip > .k-content {
    padding: 0px;
}

.k-tabstrip .k-tabstrip-items > .k-item.k-state-active {
    background-color: rgba(255, 255, 255, 0);
}

.bottom-fixed-elements {
    position: fixed;
    bottom: 0px;
    width: 50px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.active-nav-section {
    background: #2285D0;
    color: #FFF !important;
}

#sidebar ul li a:hover {
    color: #808EAE;
    background: rgba(34,133,208,0.1);
}

.k-tabstrip-items .k-link {
    padding: 10px 15px;
}

.mini-tab {
    /* padding-left: 60px; */
    margin-bottom: 10px;
    border: none;
    margin-left: 60px !important;
    margin-right: 0px !important;
}

.k-tabstrip-top .k-tabstrip-items .k-item::after {
    border-bottom-width: 0px;
}

.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pin-position {
    position: absolute;
    right: 10px;
    float: right;
    top: 5px;
}

.nav-pe-logo {
    width: 100px;
    padding-top: 10px;
    margin-left: 15px;
}

.margin-top-100 {
    margin-top: 100px;
}

#sidebar {
    width: 55px;
    min-width: 50px;
}

.collapse-hide {
    display: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#sidebar:hover, .sidebarhover {
    width: 250px !important;
}

    #sidebar:hover .collapse-hide {
        display: inline-block;
    }

    .sidebarhover > ul > li > a > .collapse-hide {
        display: inline-block;
    }

    #sidebar:hover .bottom-fixed-elements {
        width: 250px;
    }

    .sidebarhover > .bottom-fixed-elements {
        width: 250px;
    }

.tab-collapse-hide {
    display: none;
}

#sidebar:hover .tab-collapse-hide {
    display: flex;
}

.sidebarhover > div > div > div > .tab-collapse-hide {
    display: flex;
}

.sidebarhover > div > div > div > div > ul > li > a > .collapse-hide {
    display: inline-flex !important;
}

.sidebarhover > div > div > div > div > ul > li > ul > li > a > .collapse-hide {
    display: inline-flex !important;
}

.sidebarhover > div > div > div > ul > .collapse-hide {
    display: inline-flex !important;
}

.chevron-nav {
    position: static;
    color: #808EAE;
    margin-left: 22px;
    padding-top: 10px;
    padding-bottom: 17px;
}

#sidebar:hover .chevron-nav {
    position: absolute;
    top: 10px;
    left: 22px;
    color: #808EAE;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#sidebar:hover #menuchevron {
    display: none;
}

.sidebarhover > div > div > div > #menuchevron {
    display: none;
}

.sidebarhover > div > div > div > a > .chevron-nav {
    position: absolute;
    top: 10px;
    left: 22px;
    color: #808EAE;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.actioncaret::after {
    display: none;
}

.sidebarhover > div > div > div > div > ul > li > .actioncaret::after {
    display: block;
}

#sidebar:hover .actioncaret::after {
    display: block;
}

.padding-report-nav {
    padding-left: 5px;
}

.padding-actions-nav {
    padding-left: 7px;
}

.padding-building-nav {
    padding-left: 3px;
}

.padding-calendar-nav {
    padding-left: 3px;
}

.padding-calendar-cog {
    padding-left: 2px;
}

.margin-left-250 {
    margin-left: 250px;
}

.no-nav-shadow {
    box-shadow: 0 14px 10px 3px rgba(0, 0, 0, 0) !important;
}

/** Avatar**/
.avatar-profile {
    background: #F75C03;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    float: right;
    margin-top: 5px;
    margin-right: 20px;
}

.avatar-text {
    justify-content: center;
    align-items: center;
    height: 40px;
    color: #fff;
    display: flex;
    font-size: 17px;
    font-weight: 300;
}

.avatar-profile:hover {
    box-shadow: 0px 0px 0px 7px rgba(34, 133, 208, 0.15);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    cursor: pointer;
}

.help-circle-icon {
    float: right;
    margin-top: 14px;
    margin-right: 15px;
    border-radius: 50px;
}

    .help-circle-icon > i:hover {
        box-shadow: 0px 0px 0px 7px rgba(34, 133, 208, 0.15);
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        cursor: pointer;
        border-radius: 50%;
        line-height: 18px
    }

    .help-circle-icon > i {
        color: #2285D0;
    }

.avatar-dropdown {
    display: none;
    position: absolute;
    top: 50px;
    right: 10px;
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, .08);
    max-width: 215px;
    width: 200px;
    background: #fff;
    padding-bottom: 5px;
    font-family: "open sans";
    font-size: 15px;
    z-index: 1111111;
}

.avatar-dropdown-header {
    color: #2e384d;
    padding: 10px;
}

.avatar-dropdown-options {
    padding: 5px 15px;
    color: #808eae;
}

    .avatar-dropdown-options:hover {
        background-color: #EBF6FF;
        cursor: pointer;
    }

.profile-button-action:focus .avatar-dropdown {
    display: block;
}

.profile-icon, .sign-out-icon {
    color: #2285D0;
    float: right;
    padding-top: 5px;
}

.avatar-border-bottom {
    border-bottom: 1px solid #EDEDED;
}

.avatar-dropdown:before {
    position: absolute;
    top: -7px;
    right: 18px;
    visibility: visible;
    opacity: 1;
    /* display: inline-block !important; */
    border-right: 7px solid transparent;
    border-bottom: 7px solid #eee;
    border-left: 7px solid transparent;
    border-bottom-color: #a7ceec;
    content: '';
}

.mobile-hamburger-menu {
    display: none;
    padding-top: 16px;
    padding-left: 15px;
}

.no-style-button {
    border: none;
    padding: 0px;
    background-color: white;
}

    .no-style-button:hover {
        background-color: rgba(0,0,0,.075);
    }

.no-padding-right {
    padding-right: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}


.validation-summary-errors {
    margin: 5px 5px -11px 5px;
}

    .validation-summary-errors ul {
        margin-top: 0px !important;
        list-style: none;
    }


        .validation-summary-errors ul li:before {
            content: "\10f05a";
            padding-right: 30px;
            font-family: "Font Awesome 5 Duotone";
            display: inline-block;
            margin-left: -32px;
            width: 1.3em;
            font-size: 16px;
            color: #F8333C;
        }

        .validation-summary-errors ul li {
            /*padding-left: 1.3em;*/
            color: #F8333C;
            text-transform: none;
            font-weight: 400;
            display: flex;
            align-items: center;
        }

.no-capcase {
    text-transform: none !important;
}

.filter-pill {
    padding: 0px 15px;
    width: auto;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    border-radius: 6px;
    margin: 5px 5px;
}

    .filter-pill:hover {
        background-color: #EBF6FF;
    }

.filter-pill-selected {
    background-color: #2285D0;
    color: white;
}

    .filter-pill-selected:hover {
        color: #2285D0;
    }


.step-header {
    color: #797676;
    font-size: 16px;
    font-weight: 400;
    padding: 40px;
}

.security-hover {
    color: #808EAE;
    padding-top: 18px;
    padding-right: 0px;
    position: absolute;
    right: 0px;
}

    .security-hover:hover {
        color: #2285D0;
    }



.app-selecter-nav {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin-bottom: 0px;
    padding: 40px;
    justify-content: start;
}

.filter-pill-parent {
    padding: 8px 13px 13px 54px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.no-apps-auth {
    padding: 0px 40px 40px 40px;
    width: 100%;
}

.mr-10 {
    margin-right: 10px;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

    /* #sidebar.active {
    margin-left: 0;
  } */

    .step-header {
        color: #797676;
        font-size: 16px;
        font-weight: 400;
        padding: 40px 40px 40px 13px;
    }
}

#waffle-menu-button-mobile {
    display: none;
    position: absolute;
    top: 10px;
    left: 18px;
    color: #808EAE;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.codeBtn {
    background-color: white !important;
    color: #2285D0;
    font-size: 12px;
}

    .codeBtn:hover {
        opacity: 0.4;
        color: #2285D0 !important;
    }

@media (max-width: 768px) {
    #waffle-menu-button {
        display: none;
    }

    #waffle-menu-button-mobile {
        display: inline-block;
    }

    .pin-position {
        display: none;
    }

    .mobile-hamburger-menu {
        display: inline-block;
    }

    .app-selecter-nav {
        display: flex;
        flex-direction: row;
        list-style: none;
        margin-bottom: 0px;
        padding: 0px;
        justify-content: start;
    }

    .filter-pill-parent {
        padding: 8px 13px 13px 18px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .no-apps-auth {
        padding: 50px 0px 40px 0px;
        width: 100%;
    }
}

.mobile-hamburger-menu:focus .side-bar-menu {
    margin-left: 0px !important;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.open-dropdown {
    display: block !important;
}

.dashboard-sub-nav {
    width: 100%;
    margin-top: 12px;
    height: 45px;
}



.dashboard-link-active {
    font-size: 16px;
    font-weight: bold;
    font-family: open sans;
    color: white;
    margin-top: 2px;
    margin-left: -10px;
    padding-left: 10px;
}

.dashboard-link-inactive {
    font-size: 16px;
    font-weight: normal;
    font-family: open sans;
    color: white;
    margin-top: 2px;
    margin-left: -10px;
    padding-left: 10px;
}

.dashboard-link-active:hover {
    font-size: 16px;
    font-weight: bold;
    font-family: open sans;
    color: #eef7ff;
}

.dashboard-link {
    font-size: 16px;
    font-weight: normal;
    font-family: open sans;
    color: white;
    margin-top: 5px;
}

.welcome-msg {
    font-size: 26px;
    font-family: open sans;
    color: #212121;
    font-weight: 300;
    text-align: center;
    margin-top: 15px;
}

.header-msg {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #212121;
    margin-top: -15px;
}

.dash-avatar {
    margin-top: 15px;
    text-align: center;
}

.company-avatar {
    text-align: center;
    position: absolute;
    cursor: pointer !important;
    color: #0A2463;
}

.company-name {
    color: #212121;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.app-selecter {
    min-height: 725px;
    height: auto;
    width: 898px;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);
    padding-bottom: 50px;
}

.app-header {
    color: #212121;
    font-family: "Open Sans";
    font-size: 25px;
    font-weight: 500;
}

.app-card {
    height: 280px;
    min-width: 260px;
    float: left;
    position: relative;
    margin-left: 50px;
    margin-top: 40px;
    /*margin-right: 35px;*/
    cursor: pointer !important;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);
}

    .app-card:hover {
        background-color: #eef7ff !important;
    }



#listView {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    border: none;
    margin-top: -19px;
}

.disabled-button {
    pointer-events: none;
    text-decoration: none;
    opacity: 0.5;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.app-card div {
    cursor:pointer!important;
}

.app-logo {
    padding: 5px 0px 5px 5px;
    cursor: pointer !important;
}

.footer-card {
    height: 37px;
    width: 100%;
    margin-left: -15px;
    margin-top: 203px;
    border-radius: 0px 0px 5px 5px;
    background-color: #2285D0;
    position: absolute;
    cursor: pointer !important;
}

.app-name {
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding-top: 5px;
    cursor: pointer !important;
}

.app-desc {
    opacity: 0.61;
    color: #212121;
    font-family: "Open Sans";
    font-size: 12px;
    text-align: center;
    cursor: pointer !important;
}

.EV-button {
    background-color: #0A2463 !important;
}

.PR-button {
    background-color: #2285D0 !important;
}

.PC-button {
    background-color: #4CAF50 !important;
}

.EV-role {
    background-color: #FFEEE5;
}

.PR-role {
    background-color: rgb(34,133,208,0.2);
}

.PC-role {
    background-color: #EBF7EC;
}

.top-sub-nav {
    height: 45px;
    width: 100%;
    background-image: url(../images/navbackground.svg);
}

.dashlink {
    min-width: 100px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-family: open sans;
    color: white;
}

.active-link {
    font-weight: bold !important;
}


.header-text {
    padding: 10px;
    font-weight: bold;
    color: black;
}

@media (max-width:640px) {
    .margin-left {
        margin-left: 10px !important;
    }

    #listView {
        width: 100%;
        display: flex !important;
        flex-wrap: wrap;
        border: none;
        justify-content: center;
        margin-top: -19px;
    }

    .app-card {
        height: 280px;
        float: left;
        min-width: 260px;
        position: relative;
        margin-left: 20px;
        margin-top: 40px;
        margin-right: 10px;
        border-radius: 5px;
        background-color: #FFFFFF;
        box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);
    }

    .footer-card {
        height: 37px;
        width: 100%;
        margin-left: -15px;
        margin-top: 203px;
        border-radius: 0px 0px 5px 5px;
        background-color: #2285D0;
        position: absolute;
    }
}

@media (min-width:640px) and (max-width: 729px) {
    .editView {
        padding: 20px;
    }

    .margin-left {
        margin-left: 10px !important;
    }

    .app-card {
        height: 280px;
        float: left;
        min-width: 260px;
        position: relative;
        margin-left: 20px;
        margin-top: 40px;
        margin-right: 10px;
        border-radius: 5px;
        background-color: #FFFFFF;
        box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);
    }

    .footer-card {
        height: 37px;
        width: 100%;
        margin-left: -15px;
        margin-top: 203px;
        border-radius: 0px 0px 5px 5px;
        background-color: #2285D0;
        position: absolute;
    }
}

@media (min-width:730px) and (max-width: 767px) {
    .margin-left {
        margin-left: 10px !important;
        margin-right: 20px !important;
    }

    .app-card {
        height: 280px;
        float: left;
        min-width: 260px;
        position: relative;
        margin-left: 40px;
        margin-top: 40px;
        margin-right: 30px;
        border-radius: 5px;
        background-color: #FFFFFF;
        box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);
    }

    .footer-card {
        height: 37px;
        width: 100%;
        margin-left: -15px;
        margin-top: 203px;
        border-radius: 0px 0px 5px 5px;
        background-color: #2285D0;
        position: absolute;
    }

    .dashboard-link-active {
        font-size: 16px;
        font-weight: bold;
        font-family: open sans;
        color: white;
        margin-top: 2px;
        margin-left: -10px;
        padding-left: 10px;
    }

    .dashboard-link-inactive {
        font-size: 16px;
        font-weight: normal;
        font-family: open sans;
        color: white;
        margin-top: 2px;
        margin-left: -10px;
        padding-left: 10px;
    }
}

@media (min-width: 1200px) {
    .app-card {
        height: 280px;
        float: left;
        min-width: 260px;
        position: relative;
        margin-left: 65px;
        margin-top: 40px;
        margin-right: 0px;
        border-radius: 5px;
        background-color: #FFFFFF;
        box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);
    }

    .footer-card {
        height: 37px;
        width: 100%;
        margin-left: -15px;
        margin-top: 203px;
        border-radius: 0px 0px 5px 5px;
        background-color: #2285D0;
        position: absolute;
    }

    .dashboard-link-active {
        font-size: 16px;
        font-weight: bold;
        font-family: open sans;
        color: white;
        margin-left: -10px;
        margin-top: 2px;
    }

    .dashboard-link-inactive {
        font-size: 16px;
        font-weight: normal;
        font-family: open sans;
        color: white;
        margin-top: 2px;
        margin-left: -10px;
        padding-left: 10px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .app-card {
        height: 280px;
        float: left;
        min-width: 260px;
        position: relative;
        margin-left: 115px;
        margin-top: 40px;
        margin-right: 0px;
        border-radius: 5px;
        background-color: #FFFFFF;
        box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);
    }

    .footer-card {
        height: 37px;
        width: 100%;
        margin-left: -15px;
        margin-top: 203px;
        border-radius: 0px 0px 5px 5px;
        background-color: #2285D0;
        position: absolute;
    }

    .dashboard-link-active {
        font-size: 16px;
        font-weight: bold;
        font-family: open sans;
        color: white;
        margin-top: 2px;
        margin-left: -10px;
        padding-left: 10px;
    }

    .dashboard-link-inactive {
        font-size: 16px;
        font-weight: normal;
        font-family: open sans;
        color: white;
        margin-top: 2px;
        margin-left: -10px;
        padding-left: 10px;
    }
}

.left-image-sucess {
    height: 150px;
    width: 180px;
    background-image: url('../images/leftside.svg');
    background-size: cover;
    z-index: 111;
}

.flex-container {
    display: flex;
    height: auto;
    width: 100%;
    flex-direction: row; /* align in row all div inside this container */
    justify-content: center;
}


@media (max-width: 575px) {
    .left-image-sucess {
        display: none;
    }

    .right-image-sucess {
        display: none;
    }

    .svg-display {
        display: none;
    }
}




@media (min-width: 769px) and (max-width: 900px) {
    .left-image-sucess {
        display: none;
    }

    .right-image-sucess {
        display: none;
    }

    .svg-display {
        display: none;
    }
}

.dropdown-toggle::after {
    display: none;
}

.app-card:hover .exports {
    display: block;
}

.exports {
    display: none;
    position: absolute;
    top: 25px;
    right: 28px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

    .exports:hover {
        background-color: #ededed !important;
    }

    .exports .a-toggle {
        height: 47px;
        width: 47px;
        margin-top: 0px;
    }

    .exports .cirles {
        margin-top: 8px;
        margin-left: 6px;
    }

