﻿.PTable {
    width:100%;
}
.PTable, .PTable th, .PTable td {
    border: 1px solid black;
    border-collapse: collapse;
}
.PTable th, .PTable td {
    padding: 5px;
    text-align: left;
}
.PTable tr:nth-child(even) {
    background-color: #E7ECEB;
}
.PTable tr:nth-child(odd) {
   background-color:#E7ECEB;
}
.PTable th {
    background-color: #000066;
    color: white;
}



.PTable1 {
    width: 100%;
}

    .PTable1, .PTable1 th, .PTable1 td {
        padding: 5px !important;
        border: none;
        border-collapse: collapse;
    }

        .PTable1 th, .PTable1 td {
            padding: 5px !important;
            text-align: left;
        }

        .PTable1 tr:nth-child(even) {
            background-color: white;
        }

.PTable1 tr:nth-child(odd) {
    background-color: white;
}

        .PTable1 th {
            background-color: white;
            color: white;
        }




.PNote {
    background-color:#EFF4FA;
    padding:20px 20px 20px 20px
}

    .PNote ul {
        padding-left: 20px;
        margin: 0;
    }

/*Pop Up Modal*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 200px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 35%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.closeModal {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.closeModal:hover,
.closeModal:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 8px 20px;
    background-color: #4066B3;
    color: white;
}

.modal-header h3 {
    color: white;
    margin-bottom: 5px;
}

.modal-body {
    padding: 2px 16px;
    margin:20px 20px;
    overflow:auto
}

.modal-footer {
    padding: 8px 20px;
    /*background-color: #4066B3;
    color: white;*/
    text-align: right;
}

.modal-header h3 {
    color: white;
    margin-bottom: 5px;
}

.HighlightError {
    border-color: red !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 50, 50, .6);
}
.HighlightErrorParent {
    background-color:#fff;
}
.dummybox {
    position: absolute;
    top: 9px;
    left: -1px;
    border: 1px solid red;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 50, 50, .6);
    width: 20px !important;
    height: 20Px;
}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.modal-header {
    border-radius: 4px;
    margin: .2em;
}

.modal-content {
    border-radius: 4px;
}

