﻿@charset "UTF-8";

#notification{
	display:block; 
	width:50%; 
	border: solid 2px #000099; 
	margin-bottom:20px;
}

#notificationheader {
	width: 100%;
}

#notificationmsg {
	background-color: #000099;
	font-size: 22px;
	text-align: center;
	color: #fff;
}

/*/-------------UPLOADFILE/index.cshtml-----------------------*/
#viewPlaceHolder {
	margin-top: 1%;
}


/***FORGOTPASSWORD.cshtml*****/
.selectedanswer {
	disabled: true;
}

/***ContactSupport.html*/
.validation-summary-valid {
	display: none !important;
}


.cntsupport{
	background-color:transparent;
	outline:none;
	border:none;
}

/****error.cshtml**/
#errormsghtml{
	width: 40%;
}


/***Account/SetSecurity.cshtml **/
#answer0, #answer1, #answer2, #answer3, #answer4, #answer5{
	disable:true;
}


/****Changepassword.cshtml***/
#eMessage{
  visibility:hidden;
}

/***_Layout.cshtml**/
#errmsg, #successmsg, #warnmsg{
	width: 20%; 
	height: auto;
}


/****PartialAddNewField**/
#errorsDisplay{
	text-decoration-color: red;
}

#fieldsetval, #maptable{
	width: 60%;
}


/***PartialExistingLayout**/
#filelayoutmap{
	text-align: center;
}

#layoutInfo, #layoutProperties{
	width: 100%; 
	margin-left: 26%; 
	margin-right: 10%; 
	color: darkgrey;
}

#ddlSector{
	width:20px;
}


/**PartialNewLayout**/
#categoryContent{
	width: 100%; margin-left: 0%; margin-right: 10%; color: darkgrey;
}

#submitFinalFormBtns, #reservedForDelimited{
	display: none;
}

#newlayoutdesc{
	margin-top: 2%;
}

#cancelPartialView{
	color: darkgrey; margin: 0; padding: 0; display: inline
}


#submitPartialView{
	color: darkgrey; margin: 0; padding: 0; display: inline;
}


/****_PartialShowHistory.cshtml***/
#filehis{
	width: 80%;
}

#jqGrid{
	height: auto;
}

#AssetTablePager{
	width: 500px;
}

/****PartialShowupload***/
#layoutViewPlaceHolder{
	margin-top: 1%;
}

#nonexistaccmsg{
	width: 70%;
}

#ErrorMessages{
	width: 100%; margin-left: 26%; margin-right: 10%; color: darkgrey;
}

#UploadFile{
	width: 100%; margin-left: 26%; margin-right: 10%; color: black;
}

.fieldsetc, #textupload{
	width:60%;
}

#tdata{
	width: 100%;
}

.hidden{
	display:none;
}

.headtbl{
	width:100%;
}

.dtype {
	width: 22%;
}

.ltype{
	width:78%;
}

#UploadFileAdmin, #UploadFileAll{
	width: 100%; margin-left: 26%; margin-right: 10%; color: black;
}

#layoutListBox{
	width:300px, margin-bottom:2%; height:auto;
}

.segmentnum{
 disable:true;
} 


/****Transferconfirmation.cshtml****/
#confirmation{
	width: 100%; margin-left: 26%; margin-right: 10%;
}

#filetransmsg{
	width: 60%; text-decoration-color: green;
}


/*****_PartialShowHistory.cshtml***/
/*
.ui-jqgrid .ui-jqgrid-titlebar {
	height: 25px !important;
	font-size: 12px !important;
}
*/
.ui-jqgrid .ui-jqgrid-htable th {
	height: 25px !important;
	font-size: 11px !important;
}

.ui-widget-content{
	font-size:small;
}

.ui-jqgrid .ui-page-table td{
	font-size :small !important;
}

.ui-jqgrid .ui-pg-selbox {
	height:20px !important;
}

#AssetTablePager_right{
	font-size:small;
}

#input_AssetTablePager {
	font-size: small;
}

/***CustomCaptcha**/
#captcha_image {
	width: 150px;
	height: 50px;
	border: 2px solid black;
}

#captcha_errmsg {
	font-weight: bold;
	color: red;
}


/****OTP_PAGE*****/
.height-100 {
	height: 50vh
}

.card {
	width: 400px;
	border: none;
	height: 300px;
	box-shadow: 0px 5px 20px 0px #d2dae3;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center
}

	.card h6 {
		color: red;
		font-size: 20px
	}

.inputs input {
	width: 40px;
	height: 40px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0
}

.card-2 {
	background-color: #fff;
	padding: 10px;
	width: 350px;
	height: 100px;
	bottom: -50px;
	left: 20px;
	position: absolute;
	border-radius: 5px
}

	.card-2 .content {
		margin-top: 50px
	}

		.card-2 .content a {
			color: red
		}

.form-control:focus {
	box-shadow: none;
	border: 2px solid red
}

.validate {
	border-radius: 20px;
	height: 40px;
	background-color: red;
	border: 1px solid red;
	width: 140px
}

span[data-valmsg-for='NewPassword']{
	color: #ff0000;
	display:block;
}

#progressbarSection {
	display: none;
}

#progressContainer {
	width: 100%;
	background: #eee;
	border: 1px solid #ccc;
	margin-top: 10px;
}

#progressBar {
	width: 0;
	height: 20px;
	background: green;
}