:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: .75rem;
}

html,
body {
  height: 100%;
}

.ui-widget-overlay{
	background: #000000 !important;
    opacity: .6 !important;
	
}


    .btn-warning:hover{
     color:#ffffff !important;
     background-color:#b57706 !important;    
    }



 .insidebtn{
  position:absolute;
  right: 0;
  top: 0;
  border:none;
  height:100%;
  width:40px;
  outline:none;
  text-align:center;
  font-weight:bold;
  padding:2px;
  background-color: rgba(0, 0, 0, 0) !important;
}

 .insidebtn:focus{
	outline:none;
  }

  .inputsearch {
    display: block;
    width: 30%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding-right: 2rem !important;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
     outline: none;
}  
  .inputsearch:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1) !important;
  border: 1px solid rgba(81, 203, 238, 1) !important;
}


.fa-remove:before,.fa-google:before,.fa-check:before, .fa-close:before, .fa-times:before {
     content: none !important;
}

.fa-ul {
    list-style-type: disc !important;
}

.btnlogin{margin-top:5px;margin-left:20px;}

#cookie-bar{margin-bottom:45px !important;}

body {
  background: url('bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#page-content {
  flex: 1 0 auto;
}


.topfive{padding-top: 5px;}

#sticky-footer {
  flex-shrink: none;
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: red;
   color: white;
   text-align: center;
}

.card-signin {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.5);
}

.contact-form{
    background: #fff;
    margin-top: 10%;
    margin-bottom: 5%;
    width: 100%;
}
.contact-form .form-control{
    border-radius:1rem;
    resize: none;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -10%;

    transform: rotate(29deg);
}
.contact-form form{
    padding: 5%;
}
.contact-form form .row{
    margin-bottom: -5%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -5%;
    text-align: center;
    color: #0062cc;
}
.btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

.card-signin .card-title {
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 1.5rem;
}

.card-signin .card-body {
  padding: 2rem;
}

.form-signin {
  width: 100%;
}

.form-signin .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  transition: all 0.2s;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group input {
  height: auto;
  border-radius: 2rem;
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.btn-google {
  color: white;
  background-color: #ea4335;
}

/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}

.btngoogle {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
	display: block;
    width: 100%;
	color: #fff;
    background-color: #e81a1a;
    border-color: #e81a1a;
	line-height: 1.5;
	border: 1px solid transparent;
	text-align: center;
    vertical-align: middle;
	margin: 0;
    font-family: inherit;
	--font-family-sans-serif: -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";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

.box {
   display: flex;
   align-items:center;
   padding-top:10px;
   padding-bottom:10px;
}

	.containerExtra{
		margin-top: 30px !important;
		margin-bottom: 30px !important;
		
	}

.hideInfo{display:none;}

.titleM{margin-bottom: 20px;}
.topP{display:block;}
	
table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #eee; 
}

/* Zebra striping */
tr:nth-of-type(even) { 
  background:  #d2d2d2; 
}

th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}

		
		@media 
only screen and (max-width: 991px),
(min-device-width: 991px) and (max-device-width: 991px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

.inputsearch {
    width: 85%;
}
	
	.numbersmall{
		font-size: 1rem !important;
	}

	.containerExtra{
		margin-top: 20px !important;
		margin-bottom: 40px !important;
		
	}

	.topfive{padding-top: 0px;}
	
	.btnlogin{margin-top:20px;margin-left:0px;margin-bottom:20px;}

	.hideInfo{display:block;}
	
	.titleM{margin-bottom: 0px;}
	
	.topP{display:none;}
	
	.navbar-brand{display:block !important;}
	
	tr { border: 1px solid #ccc; }
	
	.toptr { display: none; border: 1px solid #ccc; }
	
	.ui-dialog { width:95% !important; top:60px !important;}
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 40%; 
		width:100%;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 30%; 
		padding-right: 5px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	td:nth-of-type(1):before { content: "Number"; }
	td:nth-of-type(2):before { content: "Message"; }
	td:nth-of-type(3):before { content: "Date & Time"; }
	td:nth-of-type(4):before { content: "Edit"; }
	td:nth-of-type(5):before { content: "Delete"; }
	
}

@media 
only screen and (max-width: 347px),
(min-device-width: 347px) and (max-device-width: 347px)  {
	
.verysmlbtn{
	width:40px;
	padding-right:5px;
	padding-left: 5px;
}	
	
}

@media 
only screen and (max-width: 317px),
(min-device-width: 317px) and (max-device-width: 317px)  {
	
.headervrsml{    
font-size: 1.10rem;
}
	
}

@media 
only screen and (max-height: 700px),
(min-height: 700px) and (max-height: 700px)  {
	
.heightadjust{
	padding: 0.6rem !important;
	font-size: 70% !important;	
}

.card-signin .card-title {
    margin-bottom: 1rem !important;
    font-weight: 300 !important;
    font-size: 1.3rem !important;
}

.marginsml{
	margin-top:30px !important;
}

.h3, h3 {
    font-size: 1.25rem;
}

.mt-4, .my-4 {
    margin-top: 0.6rem!important;
}

}


@media 
only screen and (max-height: 609px),
(min-height: 609px) and (max-height: 609px)  {

.mt-4, .my-4 {
    margin-top: 0.6rem!important;
}

.card-signin .card-body {
    padding: 1rem !important;
}

.contsmall{
    height: 100px !important;
}

.smssendsmall{
    height: 120px !important;
}

.pricesml{
   margin-bottom: 0rem !important;
}   

}

section.pricing {

}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.5);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}