/* 1forall.app Core HQ Edition
 * File: MS 2.0.0
 * Original File: MS 1.0.0
 */

body
{
    padding: 50px 0 20px;
    background-color: #87A3BF;
}

#content-row
{
    background-color: #FFF;
	min-height: 400px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1040px;
}

.contest_tag_line
{
    font-size: 18px;
    font-weight: bold;
    color: black;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.th_vice
{
    font-size: 17px;
    font-weight: bold;
    color: black;
    text-align: center;
}

.td_toll
{
    font-size: 30px;
    font-weight: bold;
    color: black;
    text-align: center;
}

.response_canvas
{
    font-size: 20px;
    color: black;
}

#greeting-span
{
	padding-right: 10px;
}

/* LOADING */
#loading_overlay {
  z-index: 2001;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#center-spinner {
  display: none !important;
  padding-top: 85px;
  z-index: 2002;
}

/* The Modal (background) */
.pop_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  padding-top: 60px;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
#data_pop_content_div {
  background-color: #fefefe;
  margin: 10% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
}

#data_pop{
  z-index: 5; /* puts div above font awesome icons in search */
}

/* The Close Button */
#data_pop_close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#data_pop_close:hover,
#data_pop_close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* LOADING */
#loading_overlay
{
    z-index: 2001;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#center_spinner
{
    display: none !important;
    padding-top: 85px;
    z-index: 2002;
}

.spinner-border
{
    width: 100px;
    height: 100px;
}

.btn-sq
{
    width: 100px !important;
    height: 100px !important;
    margin: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-sq-txt
{
    font-size: 12px;
    max-width: 89px;
    overflow-wrap: break-word;
    overflow: hidden;
}

/* Input Divs */
#text-input-div-50
{
	width: 50px;
}

.text-input-div-50
{
	width: 50px;
}

#text-input-div-75
{
	width: 75px;
}

.text-input-div-75
{
	width: 75px;
}

.text-input-div-100
{
	width: 100px;
}

#text-input-div-100
{
	width: 100px;
}

#text-input-div-125
{
	width: 150px;
}

.text-input-div-125
{
	width: 150px;
}

#text-input-div-150{
	width: 150px;
}

.text-input-div-150
{
	width: 150px;
}

#text-input-div-200
{
	width: 200px;
}

.text-input-div-200
{
	width: 200px;
}

#text-input-div-250
{
	width: 250px;
}

.text-input-div-250
{
	width: 250px;
}

.text-input-div-300
{
	width: 300px;
}

.text-input-div-350
{
	width: 350px;
}

/* Div Spacing  */
.padding-top-5
{
	padding-top: 5px;
}

.padding-bottom-5
{
	padding-bottom: 5px;
}

.padding-bottom-10
{
	padding-bottom: 10px;
}

.padding-right-10
{
	padding-right: 10px;
}

.padding-top-10
{
	padding-top: 10px;
}

.padding-bottom-15
{
	padding-bottom: 15px;
}

.padding-top-15
{
	padding-top: 15px;
}

/*Left Right Spacing*/
.padding-left-5
{
	padding-left: 5px;
}

.padding-left-10
{
	padding-left: 5px;
}
