@import url('https://fonts.googleapis.com/css?family=Roboto')

html, body{
  width:100%;
  position: relative; /*due to sticky footer(bootstrap v4)*/
  min-height: 100%; /*due to sticky footer(bootstrap v4)*/
}
body{
  overflow-x:hidden;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 60px;/* Margin bottom by footer height */
}
h1, h2, h3, h4, h5, h6, span, button{
  font-family: 'Roboto', sans-serif;
}
hr{
  margin-bottom: 5%;
  height: 1px;
  color: #ccc;
  background: #ccc;
  font-size: 0;
  border: 0;
}
a {
  color: inherit;
  text-decoration: inherit;
}
a:hover {
  color: inherit;
  text-decoration: inherit;
}
.table > tbody > tr > td {
  vertical-align: middle;
}
.table{
  line-height: 2.5;
}

/*@override of bootstrap*/
.navbar{
  background: rgb(205,62,73); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(rgb(232,55,77),rgb(240,68,73), rgb(241,92,73))); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgb(232,55,77),rgb(240,68,73), rgb(241,92,73)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgb(232,55,77),rgb(240,68,73), rgb(241,92,73)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgb(232,55,77),rgb(240,68,73), rgb(241,92,73)); /* Standard syntax */
  height: 90px;
}
.form-control{
  border-radius:0.15rem!important;
}
.btn{
   border-radius:0.15rem!important;
}
.btn-success{
  background-color: rgb(52,186,156);
  border-color: rgb(52,186,156);
}
.btn-success:hover{
  background-color: rgb(52,167,156);
  border-color: rgb(52,167,156);
}
.btn-success:disabled{
  background-color: rgb(52,186,156);
  border-color: rgb(52,186,156);
}
.btn-warning{
  background-color: rgb(251,150,56);
  border-color: rgb(251,150,56);
}
.btn-warning:hover{
  background-color: rgb(251,130,56);
  border-color: rgb(251,130,56);
}
.btn-danger{
   background-color: rgb(238,71,67);
   border-color: rgb(238,71,67);
}
.btn-danger:hover{
   background-color: rgb(238,51,67);
   border-color:  rgb(238,51,67);
}
.btn-info{
  background-color: rgb(251,150,56);
  border-color: rgb(251,150,56);
}
.btn-info:hover{
  background-color: rgb(251,130,56);
  border-color: rgb(251,130,56);
}
.btn.focus,.btn:focus, .btn-success.focus, .btn-success:focus{
  box-shadow: none;
  -webkit-box-shadow: none;
}

/*fonts*/
.title{
  font-weight: bolder;
}
.sub-title{
  font-weight: bold;
}
.login-button{
  font-size: 14px;
  letter-spacing: 0.2px;
  border-radius: 20%;
  border-radius: 0.3rem!important;
}
.placeholder{
  color: #ccc
}
/*tables*/
.table td{
  border-top: 1px solid rgb(251,223,221);
}
.table > tbody > tr:first-child > td {
    border: none;
}
.table th{
  border-top: 0px solid #eceeef;
}
.table thead th {
  border-bottom: none;
}
thead tr:first-child{
     border-bottom: 1.2px solid rgb(221,135,132);
}
.btn:focus,.btn:active:focus  {
  outline: none;
}
.btn-margin{
	margin-top: 10px;
}
.center-text{
	text-align: center;
}
.padding-fix{
	padding-top: 16px!important; /*due to table padding*/
}
.margin-botton{
	position:relative;
	margin-bottom: 5%;
}
/*the hr lines*/
.bottom {
  margin-bottom: 3%;
  height: 2px;
  color: rgb(144,144,144);
  background: rgb(144,144,144);
  font-size: 0;
  border: 0;
}
/*alignments*/
.top-align{
	margin-top: 4%;
  margin-top: 60px; /*due to margin-top with percentage was not working in firefox*/
}
.margin-top{
	margin-top: 10%;
}
.margin-adjust{
  margin-top: 17%;
}
.margin-adjust-delete-button {
    margin-top: 40%;
}
.center-align{
  text-align: center;
}
.logo {
  margin-bottom: 0%;
  margin-top: 10px;
  padding-bottom: 10px;
}
.logo img{
	position: relative;
	width: 12em;
	height: auto; 
}
.logo button{
  background-color: white;
  background: white;
  font-size: 0.8rem;
  color: rgb(238,71,67);
  font-weight: bold;
  margin-top: 0.4%;
}
.logo button img{
  position: relative;
  width: 1.1em;
  margin-right: 10px;
  height: auto; 
}
.logo-login img{
  position: relative;
  width: 23em;
  height: auto;
  margin-top: 7%;
  margin-bottom: 5%;
}
.hide{
	display: none;
}
/*form*/
.form-signin {
  max-width: 330px;
  padding: 1.5rem;
  margin: 0 auto;
  border-radius: 0.3rem!important;
  background-color: #F7F7F7;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow:0px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.form-signin input[type="email"] {
  margin-bottom: 0.8rem;
  border-radius: 0.3rem!important;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-radius: 0.3rem!important;
}
/*loader*/
.loader {
  position: fixed;
  left: 50%;
  top: 93%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #333;
  width: 76px;
  height: 76px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

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

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

.footer {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: none;
}

/*placeholder color*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #D7D7D7!important;
  font-family: 'Roboto', sans-serif!important;
  font-size: 12px;
  letter-spacing: .2px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #D7D7D7!important;
  opacity:  1;
  font-family: 'Roboto', sans-serif!important;
  font-size: 12px;
  letter-spacing: .2px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #D7D7D7!important;
  opacity:  1;
  font-family: 'Roboto', sans-serif!important;
  font-size: 12px;
  letter-spacing: .2px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #D7D7D7!important;
  font-family: 'Roboto', sans-serif!important;
  font-size: 12px;
  letter-spacing: .2px;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #D7D7D7!important;
  font-family: 'Roboto', sans-serif!important;
  font-size: 12px;
  letter-spacing: .2px;
}
/*error treatment*/
.error{
  color: red;
  font-size: 10px;
}
