﻿.spinner {
    visibility: hidden;
}

.btn-dopdownmenu {
    color: #fff;
    /* background-color: #6c757d; */
    /* border-color: #6c757d; */
}

    .btn-dopdownmenu:hover {
        color: #dc3545;
    }



.pagination {
    display: flex;
    justify-content: center !important;
}


.ibox-title {
    background-color: #e7eaec;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1 px;
    color: inherit;
    margin-bottom: 0;
    padding: 15 px 90 px 8 px 15 px;
    min-height: 48 px;
    position: relative;
    clear: both;
    -webkit-border-radius: 3 px 3 px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 2 px 2 px 0 0;
}

.modal-header {
    cursor: move;
}

button.btn-settings {
    margin: 25px;
    padding: 20px 30px;
    font-size: 1.2em;
    background-color: #337ab7;
    color: white;
}

    button.btn-settings:active {
        color: white;
    }

.modal {
    overflow: hidden;
}

.modal-dialog {
    margin-right: 0;
    margin-left: 0;
    max-width:600px;
}

.modal-header {
    height: 30px;
    padding: 20px;
    background-color: #17a2b8;
    color: white;
}

.modal-title {
    margin-top: -10px;
    font-size: 16px;
}

.modal-header .close {
    margin-top: -10px;
    color: #fff;
}

.modal-body {
    color: #888;
    padding: 5px 35px 20px;
}

    .modal-body h3 {
        text-align: center;
    }

    .modal-body p {
        padding-top: 10px;
        font-size: 1.1em;
    }


.btnDanger {
    background: #ec1d25;
    border-radius: 10px;
}

.btnDanger:hover {
    background-color: red;
    color: white;
}


.btnSuccess{
    background: #28a745;
    border-radius: 10px;
}

.btnSuccess:hover {
        background-color:darkgreen;
        color: white;
}

.btnPrimary {
    background: #824610;
    border-radius: 10px;
}

    .btnPrimary:hover {
        background-color: #461600;
        color: white;
    }


.hrefprivacypolicy{
    font-size:12px!important;
}