/*--------------------------------------------------------------------
                            FILE DROP
---------------------------------------------------------------------*/

#progressDiv > * { margin-bottom: 10px; }

.file-drop {
  border: 2px dashed #ccc;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
}

.file-drop.active {
  border-color: #500000;
  background-color: #f0f0f0;
}

#file-input {
  display: none;
}


/*--------------------------------------------------------------------
                            LOADER
---------------------------------------------------------------------*/

.loader_div {
 margin-top: -20px;
 margin-left: -20px;
position: absolute;  
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #de1212;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 0.7s linear infinite; /* Safari */
  animation: spin 0.7s linear infinite;
    top: 50%;
    left: 50%;
    
    
}

.loading_div {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 99999;
}


.center-div {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
}


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

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


/*--------------------------------------------------------------------
                            GENERAL
---------------------------------------------------------------------*/

.hide {
  display: none !important;
}

.grey {
  color: grey !important;
}

.float {
  z-index: 10000;
  font-size: small;
  position: fixed;
  /* width: 100px; */
  /* height: 60px; */
  bottom: 40px;
  right: 40px;
}

.newAnswer {
  background-color: rgb(144, 241, 144);
  color: black;
  font-weight: bold;
}

.oldAnswer {
  background-color: lightgray;
  color: grey;
}

.demoAnswer {
  border-color: gray;
  color: black;
}

.navbar-nav > .active > a {
  color: #500000 !important;
}

.nav-item > a:hover {
  color: rgba(73, 2, 2, 0.387) !important;
}


body {
  min-height: 100vh;
  margin: 0 auto;
  font-family: "Arial" !important;
  /* background-color: #f3f7fd !important; */
  background-color: white !important;
}

.center p {
  display: inline-block;
  vertical-align: middle;
}

p.disabled {
  cursor: none !important;
  pointer-events: none;
  color: rgb(171, 171, 171) !important;
}

.tagline {
  text-transform: uppercase;
  padding: 20px;
}

.pageHeading {
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
}
/* Global Menu Tile padding */
#mainMenuTiles {
  padding: 50px;
  justify-content: center;
}

.backButton {
  margin-bottom: 40px;
  margin-top: -40px;
  padding: 20px !important;
  width: 200px;
  height: 100px !important;
}

.backButton a {
  text-decoration: none;
}

.backButtonStyle {
  width: 200px;
  background: #500000;
  color: white !important;
  padding: 20px;
  border-radius: 10px;
  transition: all 0.3s;
}

.backButtonStyle:hover {
  border-radius: 5px;
  background: #a10000;
}

/* Menu Items Start (From left to right) */
/* Menu item background
IMG-20200214-WA0011
IMG-20200214-WA0006
81zzAkbdALL._AC_SL1403_
download
IMG-20200214-WA0010
IMG-20200214-WA0011*/

#smallTile_generic {
  background-image: url("../img/Stencils/IMG-20200214-WA0006.jpg");
}

#smallTile_mill {
  background-image: url("../img/Stencils/IMG-20200214-WA0011.jpg");
}

#smallTile_grossPower {
  background-image: url("../img/Stencils/GrossPowerIcon.png");
  background-size: 100%;
}

#smallTile_comminution {
  background-image: url("../img/Stencils/ComminutionIcon.png");
  background-size: 80%;
}

#smallTile_scrubber {
  background-image: url("../img/Stencils/Scrubber.png");
}

#smallTile_hydrocyclone {
  background-image: url("../img/Stencils/HydroCyclone.png");
}

#smallTile_thickener {
  background-image: url("../img/Stencils/Thickener.png");
}

#smallTile_vibratingfeeder {
  background-image: url("../img/Stencils/Vibrating Feeder.png");
}

#smallTile_beltconveyor {
  background-image: url("../img/Stencils/Belt Conveyor.png");
}

#smallTile_trommel {
  background-image: url("../img/Stencils/Trommel Screen.png");
}

#smallTile_screening {
  background-image: url("../img/Stencils/Screening.png");
}

/* Text within the menu items */
.smallTile p {
  font-size: 1.3rem;
  text-align: center;
  color: rgb(255, 255, 255);
}

/* Menu item styling with fixed effects until hovered */
.smallTile {
  text-align: center;
  vertical-align: center !important;
  height: 150px;
  width: 150px;
  transition: all 0.3s;
  border: 3px solid white;
  background-color: rgba(0, 0, 0, 0.712);
  background-blend-mode: color-burn;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 200px 200px;
  cursor: pointer;
}

/* Hovering effects of Menu tiles LINK Start */

.smallTile:hover a {
  color: black !important;
  text-decoration: none !important;
}

/* Hovering effects of Menu Tile start */

.smallTile:hover {
  border-radius: 10px;
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.3),
    0 16px 30px 0 rgba(0, 0, 0, 0.39);
  background-color: #ac101d;
  border: 1px solid red;
}

/* Logo alignment and spacing */

.homeLogo {
  text-align: center;
  padding: 30px;
}

/* Intro alignment and spacing */

.introHeading {
  text-align: center;
}

.introduction {
  display: block;
  padding: 55px;
  text-align: center;
}

/* Input field styling for calculator without focus event */

input {
  padding: 5px;
  transition: all 0.3s;
  border-radius: 3px;
  border: 0.5px solid #a10000;
  outline: none;
  height: 30px;
  width: 80px;
}

.input_style {
  padding: 5px;
  transition: all 0.3s;
  border-radius: 3px;
  border: 0.5px solid #858585;
  outline: none;
  height: 30px;
  width: 80px;
}

/* input field focused */

input:focus {
  border-radius: 10px;
  background-color: #fff4f4;
}

/* Select box without focus event */

select {
  width: 170px;
  padding: 5px;
  border-radius: 3px;
  border: 0.5px solid #a10000;
  outline: none;
  transition: all 0.3s;
}

/* Select box focused */

select:focus {
  border-radius: 10px;
}

/* Global Row adjustments for calculator */

.zoomable  {
  display: block;
}

.zoomable:hover  {
  transform: scale(1.5);
  /* transform-origin: 50% 150%; */
  border: 1px solid;
  border-radius: 10px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.9); 
  z-index: 100;
}

.row {
  margin: auto !important;
  padding: 10px;
  border-bottom: 0.5px solid #50000031;
  align-items: left !important;
  text-align: left;
}

.row_alt {
  margin: auto !important;
  padding: 0px;
  border-bottom: 0px solid #50000031;
  align-items: left !important;
  text-align: left;
}

.col_for_image {
  min-height: 10em;
  display: table-cell;
  vertical-align: middle;
  /* height: 1000px!important; */
  /* min-height: 1000vh!important; */
}

.image_in_col {
  vertical-align: middle !important;
}

.nox_padding {
  padding-left: 0px;
  padding-right: 0px;
}

.leftAndRight {
  border-left: 0.5px solid #500000;
  border-right: 0.5px solid #500000;
}

.rightOnly {
  border-right: 0.5px solid #500000;
}

.row.borderTopHeading {
  border-top: 0.5px solid #500000;
}

.borderBottomTable {
  border-bottom: 0.5px solid #500000;
}

/* Calculator dividing header and units, params and input value heading styles */

.divHeading,
.itemHeading,
#msid,
#msil,
.tableBorder {
  background-color: white;
  color: #500000;
  padding-top: 10px;
  border-left: 0.5px solid #500000;
  border-right: 0.5px solid #500000;
  text-align: left;
}

.divHeading {
  text-align: center !important;
}

/* Border adjustment for headings */

.itemHeading,
#msil {
  border-bottom: 0.5px solid #500000;
  border-top: none;
}

/* border adjustments for headings */

.divHeading,
#msid {
  border-top: 0.5px solid #500000;
  border-bottom: none;
}

/* horizontal line styling start */

hr {
  position: relative;
  background: #6d0000;
  border: 0.5px solid #6d0000;
}
hr:after,
hr:before {
  left: 50%;
  border: 1px solid rgba(172, 255, 47, 0);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

hr:after {
  border-color: rgba(58, 92, 114, 0);
  border-top-color: #a00000;
  margin-left: -30px;
}
hr:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #a10000;
  border-width: 5px;
}

.alignLeft {
  align-items: flex-start !important;
}

span.unitRight {
  float: right !important;
}
/* 
span.unitLeft {
  float: left !important;
} */

.divBlock {
  display: inline-block !important;
}

footer {
  color: #fff !important;
  background-color: #500000 !important;
}

.mail {
  color: red;
  padding: 10px;
}

.mailLink {
  color: white;
}

.mailLink:hover {
  text-decoration: none !important;
  color: #e00000;
}
