@keyframes flash-shadow {
    0% {
        box-shadow: 0 0 0px rgba(255, 0, 0, 0);
    }
    50% {
        box-shadow: 0 0 5px rgba(255, 0, 0, 0.6);
    }
    100% {
        box-shadow: 0 0 0px rgba(255, 0, 0, 0);
    }
}

.changed {
    animation: flash-shadow 1s infinite;
}

a.btn,
a.btn:focus,
a.btn:hover {
    text-decoration: none !important;
}

.btn {
    font-size: 16px;
    font-weight: normal !important;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 15px;
    cursor: pointer;
    transition: all ease-in .2s;
    border-radius: 5px;
    outline: none !important;
    background: #fff;
}

.drp-buttons .btn {
    display: initial !important;
    line-height: initial !important;
}

.btn.dropdown-toggle {
    transition: none;
    border-radius: 5px;
}

.btn i {
    margin: 0 5px 0 0;
}

.btn span {
    display: inline-block;
    vertical-align: middle;
}

button.showmore {
    font-size: 14px;
    text-decoration: none;
    color: #333;
    border: 1px solid #C4C4C4;
    background: transparent !important;
    box-shadow: none !important;
}

button.showmore:after {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
}

button:disabled {
    color: #E5E5E5;
}

/*
.btn .ti {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}*/
.btn-delete {
    box-shadow: none !important;
}

.btn.fullscreen {
    min-height: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.btn.fullscreen:focus,
.btn.fullscreen:hover {
    box-shadow: none !important;
}

.btn.fullscreen:before {
    display: inline-block;
    width: 22px;
    height: 22px;
    content: "";
}

.modal .btn.fullscreen {
    display: none;
}

.btn.fullscreen:hover:before {
    background-color: #5078FE;
}

.btn.fullscreen, .btn-edit, .btn-delete, .btn-ascr, .btn-clone  {
    font-size: 14px;
    line-height: 24px;
    min-width: 26px;
    height: 26px;
    min-height: 0;
    padding: 0;
    background: transparent;
}

.btn-edit:before, .btn-delete:before {
    margin: 0 5px 0 0;
}

.btn-primary.btn-file.disabled {
    border-color: #bdbdbd;
    background: #bdbdbd !important;
}

.btn-primary.btn-file:hover {
    box-shadow: 0 12px 10px -10px rgba(0, 133, 255, .8);
}

.btn-simple {
    border: 1px solid #DEDEDE;
}

.btn-simple.scan {
    padding: 0 5px;
    background-color: #fff;
}

.btn-simple.remove {
    overflow: hidden;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    background: transparent;
}

.btn-simple.remove:before {
    display: block;
    width: 24px;
    height: 24px;
    content: "";
}

.btn-simple.scan:before {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    content: "";
    vertical-align: middle;
}

.btn-secondary {
    border: 1px solid #5078FE;
}

.btn-secondary.btn-add:before, .btn-secondary.btn-edit:before {
    margin: 0 5px 0 0;
}

.btn-secondary.btn-edit {
    width: auto;
    padding: 0 15px;
}

.btn-basic {
    color: #333;
    border: 1px solid #BEC4C8;
}

.btn-toolbar:hover,
.btn-toolbar:focus,
.btn.btn-secondary {
    color: #5078FE;
    border-color: #5078FE;
    background: #fff;
}

.btn.btn-other {
    color: #5078FE;
    border-color: #5078FE;
    background: #fff;
}

.btn-toolbar:hover:before {
    background-color: #5078FE;
}

.btn.active {
    color: #fff;
    border-color: #5078FE;
    background: #5078FE;
}


.btn.btn-aslink {
    text-decoration: underline;
    color: #ABABAB;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.btn.btn-aslink:focus,
.btn.btn-aslink:hover {
    color: #5078FE;
}

.btn.btn-default, .button.btn-simple, .button.btn-more {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 15px;
    text-decoration: none;
    color: #5078FE;
    border: 1px solid #5078FE;
    background: #ffffff;
}

.btn.btn-default:hover,
.button.btn-simple:hover,
.button.btn-more:hover {
    color: #ffffff;
    background: #5078FE;
}

.btn.btn-default:hover:before,
.button.btn-simple:hover:before,
.button.btn-more:hover:before,
.btn.btn-default:hover i:before,
.button.btn-simple:hover i:before,
.button.btn-more:hover i:before {
    background: #fff;
}

.img.button.add.car:before,
.img.button.add.task:before {
    display: block;
    width: 24px;
    height: 24px;
    content: "";
    color: #272727;
    background: #272727;
    background-position: 50% 50% !important;
}


.bi-folder2-open:before,
a.attach:before {
    display: block;
    width: 24px;
    height: 24px;
    content: "";
    background-color: #5078FE;
    -webkit-mask: url("../images/file.svg") no-repeat 50% 50%;
    mask: url("../images/file.svg") no-repeat 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
}


.btn.btn-inline {
    font-size: 16px;
    line-height: 1;
    margin: 0 0 10px;
    border-color: #E2E2E2;
}

.btn.btn-inline:hover {
    border-color: #5078FE;
}

.btn.btn-main, .btn-primary.btn-file {
    border-color: #5078FE;
    background: #5078FE;
}

.btn.btn-main,
.btn.btn-primary,
.button.btn-primary,
.button.btn-action {
    font-size: 16px;
    line-height: 32px;
    padding: 0 15px;
    color: #ffffff;
    border-color: #5078FE;
    background: #5078FE;
}

.btn-primary .bi-folder2-open:before,
.btn.btn-main:before,
.btn.btn-primary:before,
.button.btn-primary:before,
.button.btn-action:before {
    background-color: #fff !important;
}

.btn.btn-micro {
    font-size: 14px;
    line-height: 28px;
    min-width: 28px !important;
    min-height: 28px !important;
    padding: 0 5px !important;
    color: #000;
}
.btn.btn-micro:before {
    margin: 0 !important;
}

.btn-micro:hover {
    border-color: #5078FE;
}

.table__items .btn.btn-micro,
.table__items .btn.btn-micro:before,
#adminForm table .btn.btn-micro,
#adminForm table .btn.btn-micro:before {
    line-height: 18px;
    width: auto !important;
    min-width: 18px !important;
    height: auto;
    min-height: 18px !important;
    padding: 0!important;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none !important;
}

#adminForm table .btn.btn-micro {
    padding: 2px;
}

.table__items .btn.btn-micro:hover,
#adminForm table .btn.btn-micro:hover {
    background-color: #5078FE;
}

.table__items .btn.btn-micro:hover:before,
#adminForm table .btn.btn-micro:hover:before {
    background-color: #fff;
}

.btn.btn-primary:focus, .button.btn-primary:focus, .button.btn-action:focus {
    color: #ffffff;
    background: #5078FE;
}

.btn.btn-primary:focus, .button.btn-simple:focus,
.button.btn-primary:focus, .button.btn-action:focus,
.btn.btn-primary:hover, .button.btn-simple:hover,
.button.btn-primary:hover, .button.btn-action:hover {
    box-shadow: 0 12px 10px -10px rgba(0, 133, 255, .8);
}

.btn.btn-readmore {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    height: 24px;
    padding: 0 10px;
}

.btn.btn-toggler {
    width: auto;
    height: 30px;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.btn.details {
    font-size: 14px;
    min-height: 24px;
    padding: 0 5px;
    background: #fff;
}

.btn.details.notext {
    width: 26px;
    padding: 0;
    background: #fff;
}

.btn.details.notext.gallery {
    width: auto;
    padding: 0 5px;
}

.btn.details.notext.gallery .val {
    margin-left: 5px;
}

.btn.details.notext span {
    display: none;
}

.btn.details.notext span.val {
    display: block;
}

.btn.details.wishlist:before {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0;
    content: "";
    transition: all ease-in .2s;
    vertical-align: middle;
    background-color: #BEC4C8;
    -webkit-mask: url(../images/heart.svg) no-repeat 100% 100%;
    mask: url(../images/heart.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.btn.details.wishlist:hover, .btn.details.gallery1:hover {
    width: 26px;
    padding: 0;
    border-color: #5078FE;
}

.btn.wishlist.active {
    background: transparent;
    border-color: transparent;
    pointer-events: none;
}

.btn.wishlist.active:before {
    background-color: #ff0000;
}


.btn.details.wishlist:hover:before,
.btn.details.gallery:hover:before {
    background-color: #5078FE;
}

.btn-new:before,
.btn-getpdf:before,
.btn.printworkorder:before,
.btn.remove:before,
.btn.delete:before,
.btn-getpdf:before,
.btn.btn-upload:before,
/*.btn.doing:before,*/
.btn.approval:before,
/*.btn.done:before,*/
.btn-today:before,
.btn-clear:before,
.btn-exit:before,
.btn-edit:before,
.btn-clone:before,
.btn-save:before,
.btn-delete:before,
.btn-password:before,
.btn.submit:before,
.btn.btn-add:before,
/*.btn.showcomments:before,*/
.btn.btn-search:before,
.btn-saled:before,
.btn-nudge:before,
.btn-ascr:before,
.button.add:before,
.saveorder1 .icon-menu-2:before,
.saveorder .icon-menu-2:before,
.pwebcontact_toggler:before,
div.btn-secondary.approval:before,
.btn.upload-btn:before,
.btn.btn-copy:before,
.btn-secondary.toclipboard:before,
.btn-secondary.btn-url:before,
.btn.gps:before{
    display: inline-block !important;
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
    content: "";
    vertical-align: middle;
    background-color: #5078FE;
}

.mpviimages .controls .button.add:before{
    display: none !important;
}

.btn.submit:before {
    background-color: #fff;
}

.btn-secondary.thin.add:before,
.actions .btn:before {
    margin: 0;
}

.list_vendors .item .btn-edit:before,
.table__items .btn.btn-micro:before,
#adminForm .btn-edit:before {
    margin-right: 0;
}

.btn-getpdf:before,
.btn.done.btn-primary:before {
    background-color: #fff;
}

.btn.delete,
.btn.delete:hover,
.btn.delete:focus {
    border-color: #942A25;
    background-color: #942A25;
}

.btn.delete:before,
.btn.delete:hover:before {
    background-color: #fff;
}

.btn.getinfo {
    height: 34px;
    padding: 0 10px;
}

.btn.getinfo:before {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0;
    content: "";
    vertical-align: middle;
    background-color: #fff;
    -webkit-mask: url(../images/info.svg) no-repeat 50% 50%;
    mask: url(../images/info.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
}


.btn.add:before {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0;
    content: "";

}

.owl-stage-outer .btn.add{
    white-space: normal;
    display: flex;
    flex-direction: column;
    height: calc(100%);
    font-size: 14px;
    color:#5A738E;

    box-shadow: none !important;
    border:none !important;
}

.owl-stage-outer .btn.add:before{
    height: 34px;
    width: 34px;
    z-index: 2;
    position: absolute;
    top:30px;
}
.owl-stage-outer .btn.add:after,
.owl-stage-outer .btn.add:before{
    display: none!important;
}

.owl-stage-outer .btn.add i{
    height: 44px;
    width: 44px;
    position: relative;
    margin-bottom: 4px;
}

.owl-stage-outer .btn.add i:before{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 10px 0 0 0;
    content: "";
    z-index: 2;
    position: relative;
}

.owl-stage-outer .btn.add i:after{
    content: "";
    display: block;
    height: 44px;
    width: 44px;
    background: #F1F4FF;
    border-radius: 50%;
    position: absolute;
    top:0px;
    z-index: 1;
}


#search-anything .displaymode .btn.exportcsv:before,
#search-anything .orderby .btn.print:before,
#search-anything .displaymode .btn.print:before{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 0 5px 2px;
    content: "";
    vertical-align: middle;
    background-color: #ABABAB;
    -webkit-mask: url(../images/print.svg) no-repeat 50% 50%;
    mask: url(../images/print.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
}


#search-anything .displaymode .btn.exportcsv:before{
    background-color: #ABABAB;
    -webkit-mask: url(../images/icons/csv_download.svg) no-repeat 50% 50%;
    mask: url(../images/icons/csv_download.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
}


.btn.btn-copy:before {
    content: "";
    background-color: #5078FE;
    -webkit-mask: url(../images/icons/copy.svg) no-repeat 50% 50%;
    mask: url(../images/icons/copy.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
}



.btn.print:hover {
    background-color: #5078FE !important;
}

.btn.print:hover:before {
    background-color: #fff;
}

.btn.lnk {
    font-size: 16px;
    padding: 0;
    text-decoration: underline;
    color: #5078FE;
    border: none !important;
    outline: none;
    background: transparent !important;
}

.btn.reset {
    font-size: 14px;
    line-height: 32px;
    min-height: 32px;
    padding: 0 15px;
    border: 1px solid #BEC4C8;
    background: transparent;
}

.btn.selectpicker {
    padding: 0 8px;
    border: 1px solid rgba(0, 0, 0, .15);
    outline: none !important;
    background: #fff;
}

.btn:focus {
    border-color: #5078FE;
    outline: 1px solid #5078FE;
}

.displaymode .button {
    border-radius: 5px;
}

.displaymode .button,
.chosen-container {
    transition: all ease-in .2s;
}

.textarea:hover,
textarea:hover,
input[type="text"]:hover,
input[type="radio"]:focus + .btn,
.chosen-container:hover,
.displaymode .button:hover,
.btn:hover,
.btn:focus {
    outline: none !important;
    box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.1) !important;
}

a.btn:hover {
    text-decoration: none !important;
}

.button {
    font-size: 14px;
    font-weight: normal;
    position: static;
    display: inline-block;
    transition: all ease-in .2s;
    text-align: center;
    vertical-align: top;
    outline: none;
}

.button:not(.btn-secondary):not(.btn-primary) {
    border: none;
}

.button.btn-more {
    font-weight: 300;
    padding: 8px 15px;
    border-radius: 0;
}

.button.btn-primary, .button.btn-simple {
    min-width: 180px;
}

.button.btn-primary:disabled, .button.btn-action:disabled {
    background: #bdbdbd;
    box-shadow: 0 12px 10px -10px rgba(189, 189, 189, .8);
}

.button.btn-submit, .button.btn-reset {
    font-weight: normal;
    padding: 13px 15px;
}

.open .btn.selectpicker {
    border-bottom: none;
}

.btn-getpdf {
    font-size: 18px;
    font-weight: normal !important;
    line-height: 34px !important;
    display: inline-block;
    height: 34px;
    vertical-align: middle;
}

.display_params .btn-getpdf {
    line-height: 32px !important;
    height: 32px;
}

.btn-donow {
    margin-right: 15px;
    padding: 0;
}

.btn-donow.active {
    border-color: #FFA6A8;
    background: #FFA6A8;
}

.btn-donow label,
.btn.thin.btn-donow label {
    line-height: 34px !important;
    height: 34px !important;
    margin: 0 !important;
}

.btn-donow,
.btn.thin.btn-donow {
    line-height: 34px !important;
    height: 34px !important;
    padding: 0 15px;
}

button label {
    line-height: 1 !important;
    margin-bottom: 0;
    cursor: pointer;
}

.btn.fullscreen {
    width: 22px;
    height: 22px;
    margin: 0 0 0 auto !important;
    padding: 0 !important;
}

.btn.thin {
    line-height: 34px;
    height: 34px;
}

a.table:before,
a.chart:before {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin: 0 5px 0 0;
    content: "";
    background-color: #5A738E;
    -webkit-mask: url(../images/chart_graph.svg) no-repeat 100% 100%;
    mask: url(../images/chart_graph.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
}

a.table:before {
    -webkit-mask: url(../images/table.svg) no-repeat 100% 100%;
    mask: url(../images/table.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
}


.toggle-editor {
    float: none !important;
}

.toggle-editor .btn {
    font-size: 14px;
    font-weight: normal;
    min-height: 24px !important;
    margin-top: 5px;
    color: #5A738E;
    border: 1px solid #BEC4C8;
    background: #fff;
}

.toggle-editor .btn:before {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 5px 0 0;
    content: "";
    background-color: #5A738E;
    -webkit-mask: url(../images/eye.svg) no-repeat 100% 100%;
    mask: url(../images/eye.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
}

#search .btn-on:before,
#btn-search:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0;
    content: "";
    vertical-align: middle;
    background-color: #9AA9AD;
    -webkit-mask: url(../images/find.svg) no-repeat 100% 100%;
    mask: url(../images/find.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.boardpage #search .btn-on:before{
    -webkit-mask: url(../images/icons/funnel-check-icon.svg) no-repeat 100% 100%;
    mask: url(../images/icons/funnel-check-icon.svg) no-repeat 100% 100%;
}

#search-anything .resetsearch .btn-primary {
    color: #fff;
    background-color: #5078FE;
}


.three-position_switch {
    padding: 8px !important;
    border: 1px solid #CEDCEE;
    border-radius: 8px;
    background: #fff;
    display: grid !important;
    align-items: stretch;
    grid-auto-rows: auto;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns:  repeat(3, 1fr);
    justify-items: center;
}

.three-position_switch button {

    border-radius: 8px;
    box-shadow: none !important;
    border: 1px solid #CEDCEE;
    width: 100%;
    text-align: center;
    justify-content: center;
    color: #5A738E;
    white-space: initial;

}


.three-position_switch button:hover,
.three-position_switch button:focus {

    box-shadow: none !important;
}

.three-position_switch button:not(.active):hover {
    color: #5078FE;
}

.three-position_switch button.active {
    background-color: #5078FE;
    border-color: #5078FE;
    color: #fff;
}


.pwebcontact_toggler:before {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
    content: "";
    background-color: #fff;
    -webkit-mask: url(../images/icons/support.svg) no-repeat 100% 100%;
    mask: url(../images/icons/support.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
}


button.btn-file {
    min-width: 100%;
    min-height: 42px;
    text-align: right;

    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-donow {
    padding: 0;
}

.btn-donow label {
    padding: 0 15px;
}

.btn-donow.active + .desc_donow {
    display: block !important;
}

.saveorder1:hover,
.saveorder:hover {
    opacity: 1 !important;
}

.btn-secondary.toclipboard,
.btn-secondary.btn-url{
   width: 44px;
    line-height: 34px;
}


button.tgl{
    position: relative;
    padding-right: 35px;
}