﻿.center1 {
    border: 1px solid #000000;
    position: fixed;
    top: 26%;
    left: 44%;
    width: 30%;
    min-height: 200px !important;
    max-height: 400px !important;
    margin-left: -175px;
    padding: 0px !important;
    background: #fff;
    overflow: auto;
}

    .center1 > table {
        height: 100%;
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    margin: 0px !important;
    -webkit-appearance: none;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.Arcoption {
    width: 50%;
    float: left;
    text-align: center;
    cursor: pointer;
    background-color: #efefef;
    border-bottom: 1px solid #447a96;
    border-top: 1px solid #447a96;
    padding: 4px 0px;
}

.activeNotify {
    background: #f1ab17 !important;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(16, 18, 70, 0.4);
    animation: pulse 2s infinite;
}


.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

table {
    border-collapse: collapse;
    background-color: transparent;
}

table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

th {
    text-align: left;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef;
    text-align: left;
}

.table tr:first-child td, .table tr:first-child th {
    border-top: none;
}


@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(16, 18, 70, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(16, 18, 70, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(16, 18, 70, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(16, 18, 70, 0.4);
        box-shadow: 0 0 0 0 rgba(16, 18, 70, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(16, 18, 70, 0);
        box-shadow: 0 0 0 10px rgba(16, 18, 70, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(16, 18, 70, 0);
        box-shadow: 0 0 0 0 rgba(16, 18, 70, 0);
    }
}

.pullLeft {
    float: left;
}

.error-message {
    margin: 0px;
}

.pullLeft span {
    margin: 0px;
}

.clearBoth {
    clear: both;
}

.pullRight {
    float: right;
}

.th-color tbody tr th {
    background-color: #D3D3D3;
}
 
