﻿*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
}

.form-control {
    border-radius: 6px !important;
}

.SumoSelect > .CaptionCont {
    border-radius: 6px !important;
}

.mt-25 {
    margin-top: 25px;
}

.mb-15 {
    margin-bottom: 15px;
}

.innerPageSet .box-body {
    padding: 6px;
}

.calendaricon {
    top: 6px !important;
}

.footerFixed {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    padding: 10px 15px;
    box-shadow: 0px 6px 0px #888, 0px 1px 5px #888;
    padding-left: 90px;
}

    .footerFixed a {
        font-size: 14px;
        font-weight: 500;
        text-decoration: underline;
    }

.calendaricon {
    top: 8px;
}

.alert {
    margin-bottom: 0px;
    padding: 6px 17px 3px 15px;
    font-weight: bold;
}

.nowrap {
    white-space: nowrap;
}
