a.btn {
    text-decoration: none !important;
}

button.showmore {
    background: transparent !important;
    border: 1px solid #C4C4C4;
    box-shadow: none !important;
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

button.showmore:after {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
}


.btn {
    align-items: center;
    background: #BEC4C8;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-weight: normal !important;
    justify-content: center;
    line-height: 1;
    min-height: 34px;
    outline: none !important;
    padding: 0 15px;
    transition: all ease-in .2s;

}

.btn .ti {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.btn i {
    margin: 0 5px 0 0;
}

.btn span {
    display: inline-block;
    vertical-align: middle;
}


.btn-clear:before {
    -webkit-mask: url(../images/delete.svg) no-repeat 100% 100%;
    mask: url(../images/delete.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.btn-delete {
    box-shadow: none !important;
}

.btn-delete:before {
    -webkit-mask: url(../images/trash1.svg) no-repeat 100% 100%;
    mask: url(../images/trash1.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.btn-saled:before {
    -webkit-mask: url(../images/money.svg) no-repeat 100% 100%;
    mask: url(../images/money.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.btn-saled.back:before {
    -webkit-mask: url(../images/car_garage.svg) no-repeat 100% 100%;
    mask: url(../images/car_garage.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}


.btn-edit, .btn-delete {
    background: transparent;
    font-size: 14px;
    height: 26px;
    line-height: 24px;
    min-height: 0;
    min-width: 26px;
    padding: 0;
}

.btn-edit:before, .btn-delete:before {
    margin: 0 5px 0 0;
}

.btn-exit:before {
    -webkit-mask: url(../images/close.svg) no-repeat 100% 100%;
    mask: url(../images/close.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.btn-primary.btn-file.disabled {
    background: #bdbdbd !important;
    border-color: #bdbdbd;
}

.btn-primary.btn-file:hover {
    box-shadow: 0 12px 10px -10px rgba(0, 133, 255, .8);
}

.btn-save:before {
    -webkit-mask: url(../images/save.svg) no-repeat 100% 100%;
    mask: url(../images/save.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.btn-upload:before {
    -webkit-mask: url(../images/upload.svg) no-repeat 100% 100%;
    mask: url(../images/upload.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.btn-search:before {
    -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;
}

.btn.doing:before {
    -webkit-mask: url(../images/run.svg) no-repeat 100% 100%;
    mask: url(../images/run.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.btn.done:before {
    -webkit-mask: url(../images/done.svg) no-repeat 100% 100%;
    mask: url(../images/done.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.btn.comments:before {
    background-color: #333;
    -webkit-mask: url(../images/comments.svg) no-repeat 100% 100%;
    mask: url(../images/comments.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover !important;
    mask-size: cover !important;
}


#btn-search:before {
    background-color: #5A738E;
    content: "";
    display: inline-block;
    height: 18px;
    margin: 0;
    -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;
    vertical-align: middle;
    width: 18px;
}

.btn-simple.scan {
    background-color: #5078FF;
    padding: 0 5px;
}

.btn-simple.scan:before {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 24px;
    margin: 0;
    -webkit-mask: url(../images/barcode.svg) no-repeat 100% 100%;
    mask: url(../images/barcode.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    padding: 0;
    vertical-align: middle;
    width: 24px;
}


.btn.fullscreen:before {
    background-color: #BEC4C8;
    -webkit-mask: url(../images/fullscreen.svg) no-repeat 100% 100%;
    mask: url(../images/fullscreen.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    mask-size: cover;
}

.modal .fullscreen {
    display: none;
}

.btn.btn-tools {
    background: #fff;
    border: none !important;
    box-shadow: none !important;
    min-height: 20px;
    padding: 0;

}

.btn.btn-tools:hover {
    box-shadow: none !important;
}

.btn.btn-tools:focus:before,
.btn.btn-tools:hover:before {
    background-color: #5078FF;
}

.btn.btn-tools:before {
    content: "";
    display: inline-block;
    height: 20px;
    transition: all ease-in .2s;
    width: 20px;
}


.btn-secondary.btn-add:before, .btn-secondary.btn-edit:before {
    margin: 0 5px 0 0;
}

.btn-secondary.btn-edit {
    padding: 0 15px;
    width: auto;
}

.btn-today:before {
    -webkit-mask: url(../images/today.svg) no-repeat 100% 100%;
    mask: url(../images/today.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.btn-toolbar:hover, .btn-toolbar:focus, .btn.btn-secondary {
    background: #fff !important;
    border-color: #5078FF !important;
    color: #5078FF !important;
}

.btn-toolbar:hover:before {
    background-color: #5078FF !important;
}

.btn.active {
    background: #5078FF;
    border-color: #5078FF;
    color: #fff !important;
}

.btn.btn-add:before {
    -webkit-mask: url(../images/add_plus.svg) no-repeat 100% 100%;
    mask: url(../images/add_plus.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.btn.btn-aslink {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #ABABAB;
    text-decoration: underline;
}

.btn.btn-aslink:focus, .btn.btn-aslink:hover {
    color: #5078FF !important;
}

.btn.btn-default, .button.btn-simple, .button.btn-more {
    background: #ffffff;
    border: 1px solid #5078FF;
    color: #5078FF;
    font-size: 18px;
    line-height: 24px;
    padding: 12px 15px;
    text-decoration: none;
}

.btn.btn-default:hover, .button.btn-simple:hover, .button.btn-more:hover {
    background: #5078FF !important;
    color: #ffffff !important;
}

.btn.btn-edit:before {
    -webkit-mask: url(../images/edit.svg) no-repeat 100% 100%;
    mask: url(../images/edit.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.btn.btn-inline {
    border-color: #E2E2E2;
    font-size: 18px;
    line-height: 1;
    margin: 0 0 10px;
}

.btn.btn-inline:hover {
    border-color: #5078FF;
}

.btn.btn-main, .btn-primary.btn-file {
    background: #5078FF !important;
    border-color: #5078FF;
}

.btn.btn-main, .btn.btn-primary, .button.btn-primary, .button.btn-action {
    background: #5078FF !important;
    border-color: #5078FF;
    color: #ffffff;
    font-size: 18px;
    line-height: 32px;
    padding: 0 15px;
}

.btn.btn-micro {
    color: #000;
    font-size: 14px;
    line-height: 28px;
    min-height: 28px;
    min-width: 30px !important;
    padding: 0 5px;
}


.btn.btn-primary:focus, .button.btn-primary:focus, .button.btn-action:focus {
    background: #5078FF;
    color: #ffffff;
}

.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;
    height: 24px;
    line-height: 22px;
    padding: 0 10px;
}

.btn.btn-upload:before,
.btn.btn-search:before, .btn.btn-save:before, .btn.btn-main:before {
    background-color: #fff !important;
}

.btn.btn-toggler {
    border-radius: 0;
    height: 30px;
    margin: 0;
    padding: 0;
    width: auto;
}

.btn.lnk {
    background: transparent !important;
    border: none !important;
    color: #5078FF;
    font-size: 16px;
    outline: none;
    padding: 0;
    text-decoration: underline;
}

.btn.reset {
    background: transparent;
    border: 1px solid #BEC4C8;
    font-size: 14px;
    line-height: 32px;
    min-height: 32px;
    padding: 0 15px;
}

.btn.selectpicker {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    outline: none !important;
    padding: 0 8px;
}

.btn.submit:before {
    -webkit-mask: url(../images/next.svg) no-repeat 100% 100%;
    mask: url(../images/next.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.btn:focus {
    border-color: #5078FF;
    outline: 1px solid #5078FF;
}

.displaymode .button,
.chzn-container {
    transition: all ease-in .2s;
}

input[type="text"]:hover,
input[type="radio"]:focus + .btn,
.chzn-container:hover,
.displaymode .button:hover,
.btn:hover, .btn:focus {
    box-shadow: 0 10px 8px -8px rgba(0, 0, 0, .6) !important;
    outline: none !important;
}

a.btn:hover {
    text-decoration: none !important;
}

.button {
    border: none;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    outline: none;
    position: static;
    text-align: center;
    transition: all ease-in .2s;
    vertical-align: top;
}

.button.btn-more {
    border-radius: 0;
    font-weight: 300;
    padding: 8px 15px;
}

.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 {
    display: inline-block;
    font-size: 18px;
    font-weight: normal !important;
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
}

.btn-getpdf:before {
    height: 26px;
    -webkit-mask: url(../images/download_pdf.svg) no-repeat 100% 100%;
    mask: url(../images/download_pdf.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 46px;
}

button label {
    cursor: pointer;
    line-height: 1 !important;
    margin-bottom: 0;
}


.btn.fullwidth {
    width: 100%;
}


.btn.wait {
    cursor: wait;
    opacity: 0.8;
    position: relative;
    pointer-events: none;
}


.btn.wait:after {
    border-radius: 50%;
    content: "";
    display: block;
    height: 150px;
    left: 50%;
    margin: -75px 0 0 -75px !important;
    position: absolute !important;
    top: 50%;
    width: 150px;
    z-index: 9;
}

.btn.wait:after {
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    border-left: 2px solid #000;
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    font-size: 10px;
    height: 30px;
    margin: -15px 0 0 -15px !important;
    position: relative;
    text-indent: -9999em;
    top: 50%;

    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 30px;
}


a[href="/#schedule-a-demo"],
a[href="#schedule-a-demo"]{
    position: relative;
}

a[href="/#schedule-a-demo"]:after,
a[href="#schedule-a-demo"]:after{

    content: "";
    display: inline-block;
    height: 32px;
    width: 32px;
    margin: 0 0 0 10px;
    background: url(../images/calendar_icon.svg) no-repeat 50% 50%;
    background-size: cover;
    padding: 0;
    vertical-align: middle;


}

