@CHARSET "UTF-8";
@import url("scmMsgBox.css");

/******************* Login CSS *****************/

body, html {
height: 100%;
} 
#loginwrap { 
max-width: 350px; 
width: 100%; 
display: block; 
margin: 10% auto; 
border: 1px solid #dadada; 
padding: 30px; 
background: #FFFFFF; 
border-radius: 2px; 
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); 
} 

#loginwrap .form-logo { 
display: inline-block;
text-align: center; 
width: 100%; 
} 

#loginwrap .logo { 
max-width: 150px; 
width: 100%; 
float: left; 
} 

#loginwrap input[type=text], input[type=password] { 
height: 44px; 
font-size: 16px; 
width: 100%; 
margin-bottom: 10px;
-webkit-appearance: none;
background: #fff; 
border: 1px solid #d9d9d9; 
border-top: 1px solid #c0c0c0;
border-radius: 0px; 
padding: 0 8px;
box-sizing: border-box; 
-moz-box-sizing: border-box; 
} 

#login{
width: 100%; 
height: 54px; 
display: block;
margin-bottom: 10px; 
position: relative; 
border: 0px;
border-radius: 0px; 
color: #fff; 
text-shadow: 0 1px rgba(0,0,0,0.1);
background-color: #4d90fe;
padding: 17px 0px; 
font-family: arial; 
font-size: 21px; 
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#4787ed)); 
} 

#login:hover,#login:focus { 
text-shadow: 0 1px rgba(0,0,0,0.3); 
background-color: #195ECC; 
background-position: 0; 
background-color: #2664CC; 
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2872EA), to(#3E6BB3));
} 
#loginwrap a { 
display: block; 
font-size: 12px; 
} 

.navbar-brand{ 
display: none; 
}

#mainMenu ul li {
padding: 4px 6px;
}   

#qReqFields{ 
display: inline-block; 
}  

#termsAndCondition{ 
margin: 0% 0% 0% 3%; 
display: inline-block;
}  

#termsAndCondition textarea {
height: 104px; 
overflow-x: auto; 
overflow-y: auto; 
}  

.inputFormClassw form {
width: 100%; height: 100%;  
} 

.inputFormClassw label {
display: block; 
float: left; 
width: 200px; 
color: red; 
margin: 0px; 
height: 25px; 
} 

.inputFormClass {
margin: 2px;
}  
.orangeCell { 
background-color: orange; 
}  

.inputFeildCellClass{ 
background-color: yellow; 
} 

.QSSCellClass{ 
background-color: #F87431; 
} 

.incPaidCellClass{ 
background-color: #98FF98; 
}  

.inputFormClassx { 
margin: 2px; 
} 

div.labelTopxx { 
float:left; margin-right: 2px; 
} 

div.labelTopxx div { 
//display: inline; 
margin-right: 0px; 
} 

div.labelTopxx label { 
clear:both; display: block; 
}   

.circle { 
background-color: rgba(0,0,0,0); 
border: 5px solid rgba(0,183,229,0.9); 
opacity: .9; 
border-right: 5px solid rgba(0,0,0,0);
border-left: 5px solid rgba(0,0,0,0);
border-radius: 50px; 
box-shadow: 0 0 35px #2187e7; 
width: 50px; 
height: 50px; 
margin: 0 auto; 
-moz-animation: spinPulse 3s infinite ease-in-out; 
-webkit-animation: spinPulse 3s infinite linear;
}  

.circle1 { 
background-color: rgba(0,0,0,0); 
border: 5px solid rgba(0,183,229,0.9); 
opacity: .9;
border-left: 5px solid rgba(0,0,0,0);
border-right: 5px solid rgba(0,0,0,0);
border-radius: 50px;
box-shadow: 0 0 15px #2187e7; 
width: 30px;
height: 30px; 
margin: 0 auto; 
position: relative; 
top: -50px; 
-moz-animation: spinoffPulse 1s infinite linear; 
-webkit-animation: spinoffPulse 1s infinite linear; 
}  

@-moz-keyframes spinPulse { 
0% { 
-moz-transform: rotate(160deg); 
opacity: 0; 
box-shadow: 0 0 1px #2187e7; 
}  
50% { 
-moz-transform: rotate(145deg);
opacity: 1; 
}  
100% { 
-moz-transform: rotate(-320deg); opacity: 0;
};

}  

@-moz-keyframes spinoffPulse { 
0% { 
-moz-transform: rotate(0deg);
}  
100% { 
-moz-transform: rotate(360deg);
};
}  

@-webkit-keyframes spinPulse { 
0% { 
-webkit-transform: rotate(160deg);
opacity: 0; 
box-shadow: 0 0 1px #2187e7;
}  
50% { 
-webkit-transform: rotate(145deg); 
opacity: 1; 
}  

100% { 
-webkit-transform: rotate(-320deg); 
opacity: 0; 
}; 
}  

@-webkit-keyframes spinoffPulse { 
0% { 
-webkit-transform: rotate(0deg);
} 
100% { -webkit-transform: rotate(360deg);
};
} 

/**********************************************/
.msgCount {
    background-color: #db4437;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin: 5px;
    padding: 0 1px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: inline-block;
} 


/* -------Right half capsule for non-critical issues -------------------*/
.rightCap{
		        cursor: pointer;width: 30%;border-top-right-radius:20px; border-bottom-right-radius:20px;background-color: orange;right: 0px;top: auto;position: absolute;line-height: 20px;font-size: 11px;color: #fff;text-align: center;padding: 0px 5px;
	}

/* -------left half capsule for critical issues -------------------*/
	.leftCap{
		       cursor: pointer; width: 30%;border-top-left-radius:20px; border-bottom-left-radius:20px;background-color: red;left:0px;top: auto;position: absolute;line-height: 20px;font-size: 11px;color: #fff;text-align: center;padding: 0px 5px;
	}

/* -------full capsule for critical issues if non-critical count is 0 / null -------------------*/
	.fullCapR{
    cursor: pointer;border-radius:20px;background-color: red;left:0px;top: auto;position: absolute;line-height: 20px;font-size: 11px;color: #fff;text-align: center;padding: 0px 5px;width:80%;
	}

/* -------full capsule for non-critical issues if critical count is 0 / null -------------------*/
	.fullCapO{
    cursor: pointer;border-radius:20px;background-color: orange;left:0px;top: auto;position: absolute;line-height: 20px;font-size: 11px;color: #fff;text-align: center;padding: 0px 5px;width:80%;
	}
/**********************************************/
#mainMenu>ul>li {
    text-transform: uppercase;
}

/****************************************************/

.scmSEARCHREQ {
  height: 100%;
  width: 100%;
  flex: 1 1 auto;
  display: inline-block;
}

.SEARCHREQgroup>div {
	display: inline-block !important;
    	margin-right: 2px;
	margin-bottom: 10px!important;
}

.SEARCHREQgroup.labelTop {
	display: inline-block !important;
    margin-right: 2px;
}

.SEARCHREQgroup>div>label {
    clear: both;
    display: block;
}

.SEARCHREQgroup .btn {
	padding: 6px 10px;
	line-height: 16px;
	font-size: 13px;
}

#srqBtnGrp .btn {
	padding: 6px 10px;
	line-height: 16px;
	font-size: 13px;
}

.h4, h4 {
    font-size: 1.2em;
	margin-top: 2px;
    font-weight: bold;
}

.SEARCHREQgroup>div>div {
	float:left;
}
.SEARCHREQgroup>div>input {
	float:left;
}
/***************************************/

.scmSEARCHREQ>form>div>fieldset {
	border-width: 1px;
}

.scmSEARCHREQ>form>div>fieldset>div {
	float:left;
	margin-right: 2px;
	margin-bottom: 10px!important;
}

.scmSEARCHREQ>form>div>fieldset>div>label {
	clear:both;
	display: block;
}

.scmNEW>form>div>fieldset {
	border-width: 1px;
}

.scmUPDATE>form>div>fieldset {
	border-width: 1px;
}

.scmVIEW>form>div>fieldset {
	border-width: 1px;
}
.scmNEW>form>div>fieldset>div {
	margin-right: 2px;
}

.scmUPDATE>form>div>fieldset>div {
	margin-right: 2px;
}
.scmVIEW>form>div>fieldset>div {
	margin-right: 2px;
}

.scmNEW>form>div>fieldset>div>label {
	clear: both;
	display: inline-block;
	width: 200px;
}

.scmUPDATE>form>div>fieldset>div>label {
	clear: both;
	display: inline-block;
	width: 200px;
}
.scmVIEW>form>div>fieldset>div>label {
	clear: both;
	display: inline-block;
	width: 200px;
}

.scmNEW>form>div>fieldset>div>div {
	clear: both;
	display: inline-block;
}

.scmUPDATE>form>div>fieldset>div>div {
	clear: both;
	display: inline-block;
}
.scmVIEW>form>div>fieldset>div>div {
	clear: both;
	display: inline-block;
}

.scmNEWCUSTOM>form>div>fieldset {
	border-width: 1px;
}

.scmTab .jqx-tabs-content label{
	clear: both;
	display: inline-block;
	width: 200px;
}
.scmTab .jqx-tabs-content .inputFormClass>div {
    clear: both;
    display: inline-block;
}

.scmTab .jqx-tabs-content{
height:100% !important;width:100%;

}

.scmNEWCUSTOM>form>div>fieldset>div {
	margin-right: 2px;
}

.scmNEWCUSTOM>form>div>fieldset>div>label {
	clear: both;
	display: inline-block;
	width: 200px;
}

.scmNEWCUSTOM>form>div>fieldset>div>div {
	clear: both;
	display: inline-block;
}

/* Custom Style by Pravin */
body{
        margin: 0!important;
        padding: 0!important;
}

.scmVIEW .jqx-fill-state-disabled, .input[disabled="disabled"] {
  color: #727272!important;
  opacity: 1!important;
  border-color: #C0C0C0;
}
.scmTextInputDisabled, .scmTsDisabled {
  border-color: #C0C0C0;
  opacity: 1!important;
  color: #727272!important;
}
.jqx-fill-state-disabled {
    opacity: 1!important;
    color: #727272!important;
}


#watermark {
  width: auto!important;
}
.tenderDetailsWindow {
  border: 6px solid #F0F0F0!important;
  background-color: #FFF!important;
  word-wrap: break-word;
}

/* UPDATE MESSAGE */

.scmUPDATE  .inputFormClass, .scmNEW .inputFormClass, .scmVIEW .inputFormClass {
  margin-bottom: 3px;
}
.scmUPDATE .inputFormClass label, .scmNEW .inputFormClass label, .scmVIEW .inputFormClass label {
  vertical-align: top;
  line-height: 25px;
}
.scmUPDATE  .inputFormClass input, .scmNEW .inputFormClass input, .scmVIEW .inputFormClass input {
  line-height: 25px;
  height: 25px!important;
}


.filedrag
{
	width:400px;
	height:100px;
	display: none;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	padding: 5px;
	margin: 0;
	color: #555;
	border: 2px dashed #555;
	border-radius: 2px;
	cursor: default;
	vertical-align:center;
}

.filedrag:hover
{
	color: #2378D8;
	border-color: #2378D8;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}

.browseHover
{
	color: #3339FF;
	font-size: 10px;
	cursor: default;
}

.browseHover:hover
{
	color: #3EB09C;
	cursor: pointer;
}

.fileUpldThumb
{ 
	float:left;
	margin-left:5px;
	margin-top:3px;
	width:60px;
	height:85px;
    	display: inline-block;
    	position: relative;
    	border: 2px dashed #555;
	background:darkgrey;
}

.filePreviewThumb
{ 
	margin-right:20px;
	width:100%;
	height:100px;
	object-fit: cover;
    position: relative;
    border: 1px red solid;
    font-size: 0;
	vertical-align:top;
	float:left;
}

.filePreviewThumb:hover
{
	background-color: #DCDCDC;
	border-color: #778899;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}

.filePreviewThumb .btnClose {
    position: absolute;
    top: 1px;
    right: 0px;
    z-index: 100;
    background-color: #FFF;
    padding: 2px 2px 2px;
    color: #000;
    font-weight: bold;
	font-weight: bold;
    cursor: pointer;
    opacity: 0.5;
    text-align: center;
    font-size: 14px;
    line-height: 11px;
    border-radius: 50%;
	width:25px;
	height:25px;
}

.filePreviewThumb .btnClose:hover {
    opacity: 1;
}
/*.fa {
    font: normal normal normal 14px/1 FontAwesome!important;
}*/
/*Added for new login*/
.login100-social-item {
  font-size: 25px;
  color: #fff;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 5px;
}

.login100-social-item:hover {
  color: #fff;
  background-color: #333333;
}
.txt1 {
    font-family: Poppins-Regular;
    font-size: 11px;
    line-height: 0.5;
    color: #666666;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}
.bg1 {background-color: #3b5998}
.bg2 {background-color: #1da1f2}
.bg3 {background-color: #ea4335}
.bg4 {background-color: #0077B5}

.flex-c-m {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.s311c {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    background-color: #efefef;
    height: 1px;
    position: relative;
    top: .45em;
}

._0tv-g {
    color: #999;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    margin: 0 18px;
    text-transform: uppercase;
}
.Z7p_S {
    margin: 10px 40px 0px;
}
.K-1uj {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
