

/* remove the little downdrop arrow that 
shows on input lists, like the awsomecomplete Entity list */
input::-webkit-calendar-picker-indicator 
{
   display: none;
}

.side-nav .logo-sn {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.side-nav .logo-sn img {
  height: 38px;
}

.side-nav .search-form input[type=text] {
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}



.accordion .card {
  margin-bottom: 1.2rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.accordion .card .card-body {
  border-top: 1px solid #eee;
}
/* End of bootstrap MD */





.navlink
{
	text-align: right;
	}


.ServiceCallsTable 
{
	
	margin-left: 5px;
	margin-right :5px; 
}


tbody.collapse.in 
{
  display: table-row-group;
}


.scrollable 
{
  height: 120px;
  overflow-y: scroll;
}

#pushContent  
{
  height: 120px;
  width:100%;
  display: none;
}
 
.ChartCanvas
{
	position:static  !important;
	height:700px;
	width: 100%;
}
.bottom-align-text 
{
	position: absolute !important;
	bottom: 1;
	right: 0;
}
@media (max-width: 700px) 
{
	
	.ChartCanvas
	{
		position:static  !important;
		height:300px;
		width: 100%;
	}
	
}

.home-section {
    padding-top: 100px;
    text-align: center;
}




}
/* Main Page HomeSection */
.main-section {
    padding-top: 100px;
    text-align: center; 
    background-position-x: 65%;
    background-position-y: 65%;
    background-size: cover;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-size: cover;
}
.main-section-img {
    padding-top: 100px;
    text-align: center; 
    background-position-x: 75%;
    background-position-y: 75%;
	 background: url("../images/bg.png") no-repeat center center; 
    background-image: url(../../images/bg.jpg);
    background-size: cover;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-size: cover;
	color: #fff;
}
.centerAndJustified
{
	text-align: left;
	/*text-align: justify; 
    text-justify: inter-word; */
	word-wrap: break-word;
	margin-bottom: 8%;
}
.left-wordwrap-doublespace
{
	font-size: 16;
	text-align: Left;
	/*text-align: justify; 
    text-justify: inter-word; */
	word-wrap: break-word;
	line-height: 2;
}
.center-wordwrap-doublespace
{
	font-size: 16;
	text-align: center;
	/*text-align: justify; 
    text-justify: inter-word; */
	word-wrap: break-word;
	line-height: 2;
}


/*Registration */
.reg-section {
    padding-top: 100px;
    text-align: center;
    background: url("../images/bg.jpg") no-repeat center center;
    background-image: url(../../images/bg.jpg);
    background-position-x: 75%;
    background-position-y: 75%;
    background-size: cover;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-size: cover;
	padding-bottom: 40px;
}
.reg-section h1 {
    
    color: #fff;
    font-size: 24px;
    text-shadow: 0 2px 2px rgba(0,0,0,.5);
    padding-bottom: 30px;
}
.RegistrateBtn{
	text-align:center;
	vertical-align:middle;
	margin-top: 15px;
    margin-bottom: 16px;
    padding: 20px 45px 20px 45px;
    font-size: 20px;
    border: 0px;
    border-radius: 3px;
}
.RegistrateBtnSm{
	text-align:center;
	vertical-align:middle;
	margin-top: 40px;
    margin-bottom: 0px;
    padding: 15px 5px 15px 5px;
    font-size: 20px;
   
    border: 0px;
    border-radius: 3px;
}



.mycaretAdjustments
{
	margin-left: 4px;
	padding: 2px 0px 0px 0px;
}
.rawOptionAdj
{
	padding: 6px 0px 0px 0px;
}

/*  Terms and conditions */
.TC-home-section {
    font-family: 'Open Sans',sans-serif;
	padding-top: 100px;
    text-align: left;
    background: url("../images/bg.png") no-repeat center center;
    background-image: url(../images/bg.jpg);
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-size: cover;
}
.tc-title
{
	font-family: 'Open Sans',sans-serif;
	font-size: 42px;
	color: white;
}

/* my added CSS for Form */


.form-signin
{
    max-width: 340px;
    margin: 0 auto;
}

/*
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
*/
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
} 
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}
.whiteFontColor
{
  color: #FFFFFF;
}


/* Strike */
.strike 
{
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; 
	color: lightgray;
	padding: 0px 0px 5px 0px;
}

.strike > span 
{
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after 
{
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 2px;
    background: lightgray;
}

.strike > span:before 
{
    right: 100%;
    margin-right: 15px;
}

.strike > span:after 
{
    left: 100%;
    margin-left: 15px; 
}

//fileupload buttons
.btn-file 
{
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] 
{
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

input[readonly] 
{
  background-color: white !important;
  cursor: text !important;
}

.redfont 
{
	color: red;
}

.marginCor
{
	margin-bottom: 10px;
}
.user-btn-padding 
{
	
	margin-top: 19px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
}

.btnCenter 
{
	text-align: center;
}

.txtCenter 
{
	
	text-align: center;
}

.FloatLeft
{
	float: left;
}


.FloatRight
{
	float:right;
}

#noscriptmsg
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	/* center all inline content */
	text-align: center;
	color: red;
	font-size: 20px;
}

#noscriptmsg > div 
{
	/* make the block inline */
	display: inline-block;
	/* reset container's center alignment */
	text-align: left;
}

#message_text_area
{
	text-align: left;
}

#enviar-message-btn
{
	margin-top: 10px;
}

#delete-message-btn
{
	margin-top: 10px;
}

#sent_from_message_new
{ 
	color: red;
}

#sent_from_message
{   
color: blue;
}
#seen_message
{
	color: green;
}

#glyphicon-lock-btns 
{
	font-size: 19px;
}
.glyphicon-envelope
{
	font-size: 15px;
}
.glyphicon-info-sign
{
	font-size: 19px;
}
#glyphicon-ok-btns
{
	font-size: 19px;
}

#glyphicon-ok-CC_validation
{
	font-size: 19px;
	color: green;
	margin-right: 5px;
	margin-left: 0px;
	margin-top: 4px;
}
#glyphicon-NotOk-CC_validation
{
	font-size: 19px;
	color: #DC143C;
	margin-right: 5px;
	margin-left: 0px;
	margin-top: 4px;
}

#cc_status_div
{
	top: 2px;
	padding-left: 2px;
	padding-right: 0px;
}
#username
{
	margin-bottom: 5px;
}

#expiry_month
{
	padding-bottom: 10px;
}

#glyphicon-cc-user,#glyphicon-cc-number,#glyphicon-cc-expDate,#glyphicon-cc-code,#glyphicon-cc-zipCode
{
	font-size: 26px;
	color: #985aa7;
	top: 1px;
}
.rose-color{
 background-color: #F5EBF0;
border-color: #F5EBF0;
}
.light-gray
{
background-color: #eee;
color: #eee;
}	
#mesagges_pill
{
	margin-right: 20px;  
}

#reduced-padding
{
	padding: 0px 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#reduced-padding2
{
	padding-left: 12px;
	padding-right: 12px;
	margin-right: 0px;
	margin-left: 0px;
}
.jumbotronwidth
{
max-width:93%;
}

#hyperlink-style-button
{
  background:none;
  border:0;
  color: 3368FF;
  font-weight: bold; 
  margin-left: 15px;
 padding-top: 17px;
}

#hyperlink-style-button:hover
{
  background:none;
  border:0;
  color:lightgray;
  text-decoration:none;
  cursor:pointer;
  cursor:hand;
}
#LANG_BTN_LINK
{
	margin-top:7.5px;
	marging-right:0px;
	padding-right:0px;
	/* position:fixed;
	left:10;
	top:10; */
}
#LANG_BTN_LINK:hover
{
	text-decoration:none;
}
