﻿html, body
{
    height: 100%;
}
body.my-login-page
{
    background-color: #082e54;
    font-size: 14px;
}
.my-login-page .brand
{
    overflow: hidden;
    margin: 0 auto;
    margin: 38px auto;
    box-shadow: 0 0 40px rgba(0,0,0,.05);
    text-align: center;
}
.my-login-page .card-wrapper
{
    width: 500px; /*margin:auto*/
}
.my-login-page .card
{
    border-color: transparent;
    box-shadow: 0 0 40px rgba(0,0,0,.05);
}
.my-login-page .card.fat
{
    padding: 10px;
}
.my-login-page .card .card-title
{
    margin-bottom: 30px;
}
.my-login-page .form-control
{
    border-width: 2.3px;
}
.my-login-page .loginFooter
{
    margin: 40px 0;
    color: #fff;
    text-align: center;
}
.nav-item .nav-link
{
    color: #000;
}
.nav-item .nav-link:hover
{
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    color: #fff;
}
.nav-item .active
{
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    color: #fff;
}
.nav-item
{
    border: 2px solid grey !important;
}
.nav-pills .nav-link
{
    border-radius: 0;
}

.Progressdiv
{
    /* background-image:url("../images/ajaxLoader.gif");*/
    background-color: White;
    height: 100%;
    width: 100%;
    position: fixed;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-repeat: no-repeat; /*background-position:center center; */
    z-index: 1000000;
    top: 0;
}

.form-groupLogin
{
    margin-bottom: 1rem;
}
.btn-success
{
    background: #28a745 !important;
    border-color: #28a745 !important;
}
.eye-icon
{
    float: right;
    margin-left: -25px;
    margin-top: -35px;
    position: relative;
    z-index: 999;
    padding-right: 5px;
}
.nav-pills > li > a
{
    border: none !important;
}
.btnSubmitFr
{
    width: 45% !important;
    float: left !important;
    margin-right: 10% !important;
}
.btnSubmitCancel
{        
    width: 45% !important;    
    background-color:#ed5e68 !important;    
}
.btnSubmitCancel:hover
{
    background-color:#e24d57 !important;
    }
    
.label-readonly
{
    display:inline !important;
    background-color: #777;
    width: auto !important;
    color: white;
    padding: .2em .6em .3em;
}
/*ESCRIBE-2622 Apply the same css for the button as it is in eSCRIBE.css because it is not loading escribe.css
Modified By : Tatvasoft Dev2
Modified On : 25-July-2019
*/
/* ############################# new UX format for button ######################## */
input[type=submit].btn.btn-interactive,
.btn.btn-interactive {
    border: 1px solid #A44F00;
    background-color: #ea7100 !important;
    color: #FFFFFF !important;
    display: inline-block;
    cursor: pointer;
    font-size: 1em;
    line-height: 2em;
    font-family: inherit;
    text-align: center;
}

.btn.btn-commit {
	background: White !important;
    border: 2px solid #1c85bf !important;
    color: black !important;
}

.btn.btn-netural {
	background: White !important;
	border: 1px solid black !important;
	color: black !important;
}

.btn.btn-destructive {
	background: #c92d39 !important;
    color: White !important;
}

.btn {
	border-radius: 4px;
	min-width: 5em;
	font-size: 1em;
	line-height: 2em;
	cursor: pointer;
}
input[type="submit"].cancel, 
input[type="button"].cancel, 
DIV.cancel, 
.dropdown > .displayitem {
	border: 1px solid black;
	border-radius: 4px;
	background-color:#FFFFFF;
	display:inline-block;
	
	cursor:pointer;
	font-size:1em;
	line-height:2em;
	font-family:inherit;
}
div.ms-dlgTitle
{
    padding-bottom: 10px !important;
    border-bottom: 1px solid #c1c1c1 !important;
}
.cls-CheckName{float: right !important;}
.sectionheadercontrols,
.sectionfootercontrols {
	float:right;
	display:inline-block;
	text-align:right;
}

.sectionfootercontrols > input {
	margin-left:0.5em;
}
span.ms-dlgTitleText { padding-left: 22px; }