﻿body {
    background-image: url("../Images/logo_transparent.png");
    background-repeat: repeat;
    font-family: Arial, Arial, SunSans-RegularS, Sans-Serif;
    font-size: 12px;
    font-size: medium;
    width: 100%;
    overflow-x:hidden;
}

.LoginButton {
    width: 300px;
    padding: 5px 20px;
    border: 1px solid rgba(0,0,0,0.4);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 10px 10px rgba(255,255,255,0.1);
    border-radius: 0.3em;
    background-image: url("../Images/menu_bg.png");
    color: white;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
}

.LoginButton:hover {
    background-image: url("../Images/menu_bg_res.png");
    box-shadow: inset 0 1px 0 rgba(40, 0, 0, 0.93), inset 0 -10px 10px rgba(36, 0, 0, 0.10);
}

.text {
    font-size:medium;
    vertical-align:top;
}

select {
    font-size: medium !important;
    height: 24px;
}

.main {
    background-color:white;
    margin: auto;
    width: 1200px;
}

.top-banner {
    background-image: url("../Images/banner.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 90px;
}

.header-logon-time {
    color: black;
    width: 100%;
    font-weight: bold;
    float: left;
    text-align: left;
    background-color: white;
}

.header-logon-user {
    color: #003399;
    width: 100%;
    font-weight: bold;
    text-align: right;
}

Form {
    width: 100%;
    padding-bottom: 20px;
    font-size: 14px;
}

.ContentPlaceHolder {
    padding: 10px 10px 10px 10px;
    Height: auto;
    width: auto;
}

.GridDiv {
    width: 1150px;
    Height: auto;
    overflow: auto;
}

.LookupDiv {
    border: 2px solid rgba(0,0,0,.5);
    border-radius: 1em;
    background-color: white;
    padding: 10px 10px 10px 10px;
}

.uppercase {
    text-transform: uppercase;
}


.centerDiv {
    display: flex;
    align-items: center;
    justify-content: center;
}

input[type=textarea] {
    resize: none !important;
}
.menu {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    height: auto;
    top: 500px;
    align-self: center;
    background-color: lightgray;
}

.list_menu {
    width: 228px;
    color: #000;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-left: 1px;
    background-image: url("../Images/menu_bg.png");
    border: 1px solid rgba(0,0,0,0.4);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 10px 10px rgba(255,255,255,0.1);
    border-radius: 0.3em;
}

.list_menu:hover {
    background-image: url("../Images/menu_bg_res.png");
    box-shadow: inset 0 1px 0 rgba(40, 0, 0, 0.93), inset 0 -10px 10px rgba(36, 0, 0, 0.10);
}

.list_menu_left {
    width: 228px;
    color: #000;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-left: -456px;
    background-image: url("../Images/menu_bg.png");
    border: 1px solid rgba(0,0,0,0.4);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 10px 10px rgba(255,255,255,0.1);
    border-radius: 0.3em;
}

.list_menu_right {
    width: 228px;
    color: #000;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-left: 1px;
    background-image: url("../Images/menu_bg.png");
    border: 1px solid rgba(0,0,0,0.4);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 10px 10px rgba(255,255,255,0.1);
    border-radius: 0.3em;
}

.list_menu_left:hover {
    background-image: url("../Images/menu_bg_res.png");
    box-shadow: inset 0 1px 0 rgba(40, 0, 0, 0.93), inset 0 -10px 10px rgba(36, 0, 0, 0.10);
}

.list_menu_right:hover {
    background-image: url("../Images/menu_bg_res.png");
    box-shadow: inset 0 1px 0 rgba(40, 0, 0, 0.93), inset 0 -10px 10px rgba(36, 0, 0, 0.10);
}

.footer
{
    border-top: 1px groove black;
    width: 100%;
    height: 30px;
    font-size: 12px;   
}

.login_box {
    background-color: white;
    width: 350px;
    height: auto;
    border: 1px solid rgb(255, 0, 0);
    border-radius: 1em;
    padding: 5px 5px 5px 5px;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.message_box {
    padding: 10px, 10px, 10px, 10px;
    width: 500px;
    min-height: 100px;
    border: 2px solid rgba(0,0,0,.5);
    border-radius: 1em;
    background-color:white;
}

.round_border {
    border: 2px solid rgba(0,0,0,.5);
    border-radius: 1em;
}


.Grid {
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-size: 14px;
}

.Grid td {
    padding: 2px;
    border: solid 1px #c1c1c1;
}

.Grid th {
    padding: 4px 2px;
    color: black;
    background: lightgrey;
    border: solid 1px #c1c1c1;
}

.Grid .alt {
    background: #fcfcfc;
}

.Grid .pgr {
    font-size:10px;
    background: #363670;
}

.Grid .pgr table {
    margin: 3px 0;
}

.Grid .pgr td {
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}

.Grid .pgr a {
    color: Gray;
    text-decoration: none;
}

.Grid .pgr a:hover {
    color: #000;
    text-decoration: none;
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both
}


.blipping-bg {
    animation: blinkingBackground 1s infinite;
}
@keyframes blinkingBackground {
    0% {
        background-color: #ffffff;
    }
    25% {
        background-color: #ffff66;
    }
    50% {
        background-color: #ffff00;
    }
    75% {
        background-color: #ffff66;
    }
    100% {
        background-color: #ffffff;
    }
}

.custom-dropdown {
    color: red;
}