﻿.paymentStatementinput {
    width:75%;
}
.padding-left_0 {
    padding-left: 0px;
    padding-right: 0px;

}
.label-width {
    width: 200px;
    border-radius: 4px;
}
.form-style-9{
    max-width: 450px;
    background: #FAFAFA;
    padding: 30px;
    margin: 50px auto;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    border: 6px solid #305A72;
}
body {
    height: 100%;
    font-family: 'Fira Sans', sans-serif;
}
.form-style {
    height: 100%;
    background: #FAFAFA;
    padding: 30px;
    margin: auto;
    /*box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);*/
    /*border-radius: 10px;
    border: 6px solid rgba(0, 0, 255, .2);*/
    /*overflow: auto;*/
    width: 100%;
    /*display: table;*/
}
.DropDownListWidth{
    width: 200px;
    height: 30px;
    border-radius: 4px;
}
.PlusButton{
    height: 30px;
    width: 30px;
    padding: 5px;
    border-radius: 4px;
}
#divParrentBackground{
    position: fixed; 
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left:0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    display:none;
}
.rememberMe{
    width: 20px;
    height: 20px;
    margin: 10px 1px 10px 1px;
}
#modalWindow {
    position: fixed;
    background-color: rgba(0,0,0,0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
#windowContent{
    position:fixed;
    width: 60%;
    background-color: white;
    margin:auto auto;
    top: 10%;
    bottom: 10%;
    left: 20%;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 90%;

}
#closeButton{
    position:absolute;
    top:-1%;
    right: 1%;
    font-size: 30px;
    cursor:pointer;
    font-family:cursive;
}
#WinLoader{
    position:absolute;
    top:50%;
    right: -50%;
    z-index: 4;
}
#InputFormField{
    width: 250px;
}
.PaymentUndone{
    color:brown;
    font-weight:bold;
}
.sortByPayment{
    float: left;
    position: inherit;
    padding-right: 5%;
    padding-bottom: 20px;
}
.sortByPaymentActive {
    background-color: forestgreen;
    font-weight: 500;
    color: azure;
}
.RegularButton {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background-color: #538fbe;
    padding: 8px 24px;
    font-size: 16px;
    border: 1px solid #2d6898;
    background-image: linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -o-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(73,132,180)), color-stop(1, rgb(97,155,203)) );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0px -1px 0px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
}
.label-padding {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 2.5px;
    margin-bottom: 0;
    text-align: right;
}
.largerInput{
    height: 50px;
    width: 50px;
}
.highlightSymbols{
    background-color: yellow;
}
.middle {
    height: 2em;
    display: flex;
    align-items: center
}
.float-left{
    float: left
}
.float-right{
    float: right
}
.awaitingForPayment {
    font-weight: bolder;
    color: #337ab7;
    background-color: yellow;
    animation: font-blink 1s;
    animation-iteration-count: infinite;
}

@keyframes font-blink {
    50% {
        color: #a52a2a;
    }
}

.pagination_button_style {
    margin: 5px;
}