
/**************************************/
/** Global Tags                      **/
html, body {
	font-weight: 400 !important;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    text-align: center;
	font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

body {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
	background-color: #F6F6F6;
}

.pd20 {
    padding: 20px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
a {
    color: #3b60a7;
    text-decoration: none;
}
img, svg {
    vertical-align: middle;
}

.fleft {
    float: left;
}
*, ::after, ::before {
    box-sizing: border-box;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, select {
    text-transform: none;
}
h2 {
    font-size: 19pt;
}
h1, h2, h3 {
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
#header {
    height: 71px;
    background-color: #FFF;
    white-space: nowrap;
    display: flex;
    border-bottom: 1.5px solid #CCC;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.rcsTitle {
    font-weight: bold;
    color: #666464;
}
.miteLogo {
    width: 40px;
    margin-right: 10px;
}
.layout-row {
    position: relative;
    top: 70px;
}
#pageTitle {
    padding-left: 33px;
    padding-top: 20px;
    font-size: 28px;
    font-weight: 600;
    color: #646262;
}
div#content {
    clear: both;
    position: relative;
}
.loginPage{
    clear: both;
    background-color: #fff;
    padding: 2.5rem;
    box-shadow: 0 0 1.5rem #00000014;
    border-radius: 1.5rem;
    text-align: center;
    width: 40%;
    margin: auto;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    /* max-width: 100%; */
    /* padding-right: calc(var(--bs-gutter-x) * .5); */
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
/**Media Query ***/
@media (min-width: 576px){
	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
}

@media (min-width: 576px){
	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
}

.form-group.row {
    margin-top: 10px !important;
}

.col-form-label {
    padding-top: inherit !important;
}
.col-form-label {
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
label {
    display: inline-block;
}
.pageTemplate fieldset, .formcontainer2 fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
/**************************************/
/** Message Boxes                    **/
div#message_container {
    color: #FFF;
    position: absolute;
    top: 5em;
    width: 100%;
    z-index: 200;
}

div#message_container > div{
    padding: 5px;
    margin: auto;
    width: 40%;
	margin-bottom: 5px;
}

div#message_container a {
    color: #333;
    text-decoration: underline;
}
/*** form start*******/
form {
    margin: 0 auto;
    clear: both;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}

div.formcontainer2 {
    width: 40em;
    margin: auto;
    background: #FFF;
    border: 2px solid #3b60a7;
    padding: 1em;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
div.formcontainer1 {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: none;
    z-index: 99999;
}
.formcontainer1 .button_container {
    border-top: 1.5px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
    padding-top: 10px;
    margin-top: 13px;
    width: 105%;
    margin-left: -15px;
}
div#formbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    color: #000;
    z-index: 99999;
    display: none;
}

div.button_container {
    margin: 0 auto;
    width: 100%;
    text-align: right;
    position: relative;
}
div.formcontainer2 h2 {
    margin-bottom: 10px;
}
.formcontainer2 .btn-primary {
    float: right;
    margin-right: 15px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-outline-secondary {
    color: #000;
    border-color: #6c757d;
}
.button_container button {
    margin: 5px;
}
.loginPage #Connect {
    width: 100%;
    margin-left: 10px;
    margin-top: 15px;
}
.loginPage .button_container {
    text-align: center;
}
.loginPage .col-form-label{
    text-align: left;
    padding-left: 20px;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
}
div#errorMsgBox {
    margin: 1em auto;
    width: 50%;
    background: #800;
    color: #FFF;
    border: 1px solid #F00;
    padding: 0.5em;
    text-align: center;
}
.message_text{
	text-align:center;
}

/*** footer *****/
#copyright {
    margin-top: 11px;
    padding: 20px;
    padding-bottom: 0px;
    padding-top: 5px;
    display: flex;
    white-space: nowrap;
    font-size: 11px;
    height: 60px;
    color: #666;
    font-size: 0.85em;
    background-color: #FFF;
    border-top: 1px solid #CCC;
}
/** Alert **/
.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.securityElement{
    width: 40%;
}
div#topbar div#actions {
    border: 1px solid #6aabe1;
    border-left: 0;
    background: #2d6cad url('/rcs/css/images/usermenubg.jpg') repeat-x;
	min-height: 20px;
}
.refreshButton{
	cursor: pointer;
    position: relative;
    top: 10px;
}
.refreshButton img{
	    width: 30px;
}

.refreshButton p{
	  font-size: 11px;
}
.pleaseWait{
	font-weight: bold;
    color: #002d54;
    font-size: 12px;
    position: relative;
    top: 5px;
}
.showOtherCode{
	    font-size: 11px;
    padding: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}