/*--------------------------------------------------------------
	BASE STYLES
--------------------------------------------------------------*/
html, body {
	font-family: 'Raleway', sans-serif;
	height: 100%;
}

a, a:hover {
	text-decoration: none;
}

.section-login {
	background-color: rgb(240,240,240);
	color: rgb(90,90,90);
}

.login {
	border: 1px solid #d6d4d4;
	margin: 0px 2%;
	margin-bottom: 30px;
	margin-top: 35px;
	background-color: white;
}

.login .form-heading {
	padding: 20px;
	border-bottom: 1px solid #d6d4d4;
	color: rgb(172,55,53);
	
}

.login .form-heading h2 {
	margin: 0;
	font-size: 19px;
	font-weight: 700;
}

.login .form-heading h2 p {
	margin-top: 15px;
}

.login .form-login{
	padding: 25px;
}

.login button {
	background-color: #4c4c4c;
	color: #ededed;
	font-size: 17px;
	border-radius: 4px;
	border: 0;
	padding: 10px 25px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	margin-top: 20px;
}

.login button:hover, .login button:focus, .login button:active, .login button:active:hover {
	background-color: #d0243c;
	color: #ffffff;
	border: 0;
}

.section-login button i {
	margin-left: 9px;
}

.section-login .recover-link a {
	color: rgb(58, 152, 179);
	font-size: 15px;
}

.section-login .recover-link a:hover {
	font-weight: bold;
}


.section-login .form-passOTP, .login-button, .retry-button
{
	display: none;
}

.retry-button.disabled, .retry-button[disabled], fieldset[disabled] .retry-button
{
    cursor: pointer; 
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.retry-button:hover:disabled
{
	opacity: .65;
	background-color: #d0243c;
}

.login_error_number , .login_error_otp
{
	color: red;
	padding-top: 5px;
	font-weight: bold;
	display: none;
}

.login_otp_code
{
	color: green;
	padding-top: 5px;
	font-weight: bold;
	display: none;	
}


.whatsapp-chat
{
    text-align: right;
	margin-bottom: 30px;
    vertical-align: middle;
}

table
{
	text-align: right !important;
}

.table>tbody>tr>td
{
	padding: 4px;
}

td i
{
	color: #d0243c;
	text-align: center;
	font-size: 12px;
}

.edittable-form
{
	padding: 25px;
}

.edittable-form .row
{
	margin-bottom: 10px;
}

.form_field
{
	margin-top: 10px;
}

.edittable-form button
{
	margin-left: 10px;
}

.AlertUpdateUserRequest
{
	margin-top: 5px;
	width: 50%;
}

.info_message
{
	margin-top: 10px;
}

.info {
  background-color: #e7f3fe;
  border-right: 4px solid #2196F3;
  padding: 8px;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 4px;
}

.spinner-div {
    display: none;
}

/*spinner component*/
.loader {
  border: 16px solid red; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  /* Safari */
  -webkit-animation: spin 2s linear infinite; 
  animation: spin 2s linear infinite;
}

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

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


/*Toggle Switch*/
.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca2222;
  -webkit-transition: .1s;
  transition: .1s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .3s;
  transition: .3s;
}

input:checked + .slider {
  background-color: #2ab934;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(55px);
  -ms-transform: translateX(55px);
  transform: translateX(55px);
}

.on
{
  display: none;
}

.on, .off
{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  font-size: 12px;
  font-family: Verdana, sans-serif;
}

.on
{
   left: 40%;
}

.off
{
   left: 65%;
}

input:checked+ .slider .on
{display: block;}

input:checked + .slider .off
{display: none;}


/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;}


#product-information
{
    text-align: right;
    background-color: rgb(235,235,235);
    padding: 10px 10px;
}

#itemDetails
{
    margin-top: 20px;
}

#itemDetails li a
{
    font-size: 15px;
    text-decoration: none;
    color: black;
}

#itemDetails>li>a {
    padding: 10px 10px;
}

table
{
    font-size: 12px;
    text-align: right;
}

.table-responsive-md
{
    max-height:400px;
    overflow-y: scroll;
}


/*
Page level spinner
 */

#MechanicProfile:not(:empty) + .sk-cube-grid {
    display: none;
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 100px auto;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    animation-delay: 0.2s;
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        transform: scale3D(1, 1, 1);
    }
    35% {
        transform: scale3D(0, 0, 1);
    }
}