﻿

/**
    Bootstrap Datetimepicker previous and next icon override
*/

.prev {
    content: url(../../assets/img/prev-arrow.png) !important;
}

.next {
    content: url(../../assets/img/next-arrow.png) !important;
}

.btn-success {
    background: #46a477 !important;
    border-color: #46a477 !important;
}

    .btn-success:hover, .btn-success:focus, .btn-success:disabled {
        background: #329b69 !important;
        border-color: #46a477 !important;
    }

/* BEGIN PAGE CSS*/
.pager {
    /*margin-left:10px;*/
    margin-top: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
}

    .pager input[type="button"] {
        background-image: none !important;
        border-width: 0;
        box-shadow: none;
        filter: none;
        font-size: 14px;
        outline: medium none !important;
        padding: 7px 14px;
        text-shadow: none;
        margin-right: 5px;
        color: #FFFFFF;
        background-color: #4CAF50;
        border-color: "";
    }

        .pager input[type="button"]:hover {
            background-image: none !important;
            border-width: 0;
            box-shadow: none;
            cursor: pointer;
            filter: none;
            font-size: 14px;
            outline: medium none !important;
            padding: 7px 14px;
            text-shadow: none;
            margin-right: 5px;
            color: #FFFFFF;
            background-color: #437cae;
            border-color: "";
        }

        .pager input[type="button"][disabled="disabled"] {
            background-image: none !important;
            border-width: 0;
            box-shadow: none;
            filter: none;
            font-size: 14px;
            outline: medium none !important;
            padding: 7px 14px;
            text-shadow: none;
            margin-right: 5px;
            color: #FFFFFF;
            background-color: #4CAF50;
            border-color: "";
        }

        .pager input[type="button"]:focus, .pager input[type="button"].active {
            background-image: none !important;
            border-width: 0;
            box-shadow: none;
            filter: none;
            font-size: 14px;
            outline: medium none !important;
            padding: 7px 14px;
            text-shadow: none;
            margin-right: 5px;
            color: #0a0a0a;
            background-color: #dedede;
            border-color: "";
        }


/* END PAGE CSS*/

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*="col-"] {
        float: none;
        padding-right: 0;
        padding-left: 0
    }

    .input-group .form-control {
        width: 100%;
        margin-bottom: 0
    }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0
    }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }