﻿body {
    position:relative;
}

#button-admin {
    position: absolute;
    right: 0;
    top: 0;
}

.login-wrapper {
  position: fixed;
  z-index: 10; 
  left: 0;
  top: 50px;
  width: 100%;
  height: 100%;
  overflow: auto;
  align-items: center;
}

.login-container {
  background-color: #fefefe;
  margin: 0 auto;
  padding: 0;
  background: #eee;
  border: 1px solid #ccc;
  width: 500px;
  overflow-y: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 20px;
}

label.dealer {
  font-size: 18px;
  margin-bottom: 10px;
}

.business_info {
  border-right: 1px solid #000;
}

table.admin {
  margin: 20px 0;
}

table.admin input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
  position: relative;
  top: 5px;
  left: 10px;
}

.business_info table td {
  vertical-align: top;
}

td.title {
  width: 35%;
}

td.info {
  font-weight: 700;
}

  td.info input[type=submit] {
    background: #ffffff;
    padding: 15px 60px;
    border: 1px solid #6d6f71;
    color: #6d6f71;
    text-transform: uppercase;
    float: right;
    cursor: pointer;
    margin: 10px 0 15px;
  }

.disclaimer {
  font-size: 14px;
}

div.markup {
  width: 240px;
  text-align: center;
  margin: 80px auto;
}

div.markup span {
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
}

  div.markup input[type=text] {
    width: 90%;
    display: inline-block;
  }
    
  
  div .markup input[type=submit] {
    width: 100%;
    padding: 15px 60px;
    background: #ff0000;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
  }

#button-contact {
    margin: 20px auto;
    margin-bottom:10px;
    display: block;
    width: 200px;
    background-color:red;
}

.validation{
    display:none;
}

#newmarkup{
    text-align: center;
}

.breadcrumb {
    display: inline-block;
    padding: 5px;
    text-transform: uppercase;
}


#button-print {
    margin: 20px auto;
    margin-bottom: 100px;
    display: block;
    width: 200px;
    background-color: red;
}

#topnav{
    margin-bottom:40px;
}


.admin h4{
    text-align:center;
}

.nav-admin{
    float:right;
}

.nav-admin a {
    margin-left:10px;
}

/* Mobile Stuff */
@media (max-width: 640px) {
    .login-container {
        width: 90%;
    }

    .business_info {
        border-right: none;
    }

    div.markup {
        margin: 20px auto;
    }

    #topnav{
        margin-bottom: 0 !important;
        font-size: 12px;
    }

    .gemtitle {
        font-size: 1.5rem !important;
    }

    .breadcrumb {
        padding-top: 10px;
        font-size: 10px;
    }
}

/* print */

    @media print {
        #topnav {
            display: none;
        }

        #button-contact {
            display: none;
        }

        #button-print {
            display: none;
        }
    }
