﻿body, html {height: 100%; margin: 0; padding: 0;}

.box {position: relative; margin-top: 5px; margin-right: 5px;}
.PanelBorder {border: 1px solid #ccc; padding: 30px 30px 0px 30px; width: 340px;}
.error {display: none; text-align: center; padding: 5px 0px 15px 0px; color: #f00; font-style: italic;}
.blue {
    background-color: #005088;
    color: #fff;
    font-size: 12px;
    border-color: #005088;
}
.blue:hover, .blue:focus, .blue:active {
    background-color: #005088;
    color: #fff;
    font-size: 12px;
    border-color: #005088;
    outline: none !important;
    box-shadow: none !important;
}
.red {background-color: #d2322d; color: #fff;}
.btn:focus, 
.btn:active {outline: none !important; box-shadow: none !important;}
.btn {font-size: 12px;}
.btn:hover {outline: none !important; color: #fff;}
.btn:focus {outline: none !important; color: #fff;}
.btn-lg {font-size: 13px; padding:5px 10px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.input-group-addon {width: 40px; text-align: center }
.loginNo {color: #ff0000; font-style: italic; text-align: center; margin-bottom: 50px; margin-top: 30px;}
.copyTxt {color: #005088; font-size: 11px; text-align: center; margin-top: 20px;}
.GeneralTxtCenter {
    color: #005088;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}
.GeneralTxtLeft {
    color: #005088;
    font-size: 14px;
    text-align: left;
    margin-top: 20px;
}
.ssl {position: fixed; right: 5px;  bottom: 5px;}
.far, .fas {vertical-align: middle; font-size: 14px;}
.cardTitle {text-align: center; font-size: 18px; font-style: italic; margin: 10px 50px; font-weight: bold;}
.passwordFormat {text-align: center; font-size: 14px; color: darkgray;}    
.form-control-lg {height:30px; font-size:12px;}

input:focus, input.form-control:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #ced4da;
}

/*modal*/
.modal-header {font-style: italic; font-weight: bold; font-size:18px;}
.modal-title {padding-left: 20px; font-style: italic; padding-top:15px; font-size:16px;}
.modal-body {padding-left: 35px;}

/*remove colored background from input*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: inherit !important;
    -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
    transition: background-color 5000s ease-in-out 0s;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #1e5799;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #1e5799;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
}
