/*GLOBAL-----------------------------------------------------------------------------------------------*/
body, html, * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    overflow: scroll;
    /*font-family: 'Lato', sans-serif;*/
}

input:hover {
    cursor: pointer;
} 

label {
    margin-left: 10px;
}

.container {
    width: 100%;
}

.add-remove-rounds, .toggle-rink-finish, .toggle-base-finish {
    width: 100%;
    background: green;
    font-size: 16px;
    padding: 10px;
    margin: 0 auto;
    cursor: pointer;
    display: block;
    border-radius: 3px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
    border: 1px solid green;
    color: white;
}

.add-remove-rounds:hover, .toggle-rink-finish:hover, .toggle-base-finish:hover {
    background: white;
    color: black;
}
/*END GLOBAL-------------------------------------------------------------------------------------------*/

/*CANVAS-----------------------------------------------------------------------------------------------*/
#canvas {
    background-color:green;
    display: none;
}
/*END CANVAS-------------------------------------------------------------------------------------------*/

/*STICKY CONTAINER--------------------------------------------------------------------------------------*/
.sticky-container {
    display: none;
    width: 100%;
}

.alert-section {
    padding: 21.5px 0px;
    display: block;
    text-align: center;
    font-size: 20px;
    background:rgba(0, 0, 0, 0.3);
    font-weight: bolder;
    border: 1px solid black;
}

.alert {
    color: white;
    letter-spacing: 2px;
  }
  
  .sticky {
    position: fixed;
    top: 0px;
    width: 98.4%;
  }

  .sticky + .content {
      margin-top: 70px;
  }

  .margin-top {
      margin-top: 70px;
  }


/*PARTS LIST-------------------------------------------------------------------------------------------*/
.section-cont {
    margin: 0px 0px 20px 0px;
    box-shadow: 5px 5px 5px grey;
    padding: 0px;
    width: 98%;
}

.title-cont {
    text-align: center;
}

.logo {
    background: linear-gradient(#ffa000 4%, #ff6400);
    display: inline-block;
    padding: 10px 0px;
    width: 100%;
    border-radius: 2px;
    /*font-family: 'Sarpanch', sans-serif;*/
    font-family: 'Dosis', sans-serif;
    text-align: center;
    font-size: 24px;
    margin-bottom: 7px;
    margin-top: 0px !important;
    color: black !important;
}

.print-container {
    max-height: 0px;
    overflow-y: hidden;
    transition: 0.5s;
    margin: 6px 0px 10px 0px;
}

.print {
    border-radius: 3px;
    background: 
    linear-gradient(
      to bottom, 
      #23A1D1 40%,#246175
    );
    color: black;
    cursor: pointer;
    padding: 9.5px 0px;
    display: inline-block;
    width: 95%;
    text-align: center;
    margin: 3px 1px;
    padding: 25px 0px;
    border: 2px solid #ffa000;
}

.print i {
    font-size: 24px;
}

.finalize-container {
    max-height: 200px;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    margin: 10px 0px 0px 0px;
}

.finalize-btn {
    width: 100%;
    background: green;
    font-size: 16px;
    padding: 10px;
    margin: 0 auto;
    cursor: pointer;
    display: block;
    border-radius: 3px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
    border: 1px solid green;
    color: white;
}

.finalize-btn:hover {
    background: white;
    color: black;
}

.pick-list-pdf {
    overflow-y: hidden;
    max-height: 1500px;
    transition: 0.5s ease-in-out;
}

.pick-list-pdf-title {
    display: none;
    text-align: center;
}

.print:hover, .print-rink:hover {
    background: linear-gradient(#ffa000 45%, #ff6400 55%);
}


.section-header {
    font-size: 16px;
    color: black;
    margin-left: 5px;
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 12px;
}

.parts-cont h2 {
    /*font-family: 'Lora', serif;*/
    font-size: 14px;
    margin: 6px 0px !important;
}

.header-container {
    background: 
    linear-gradient(
      to bottom, 
      #23A1D1 40%,#246175
    ); 
    display: block;
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    /*height: 42px;*/
}

.parts-cont {
    margin: 0px !important;
}

.header-container:hover {
    background: linear-gradient(#ffa000 45%, #ff6400 55%);
    cursor: pointer;
}

.header-container p {
    float: right;
    font-size: 30px;
    position: relative;
    margin-right: 10px;
}

.backg {
    background-image: linear-gradient(to bottom, #ffffff, #fdfdfd, #fbfcfb, #fafafa, #f8f8f8, #f5f5f5, #f1f1f1, #eeeeee, #e8e8e8, #e1e1e1, #dbdbdb, #d5d5d5);
    overflow-y: hidden;
    max-height: 0px;
    transition: 0.3s ease-in-out;
    padding: 0px 10px;
    clear: both;
    width: 100%;
}   

.toggle-menu {
    max-height: 2000px !important;
}

.transition {
    transition: 0.4s;
    color: black !important;
    margin-top: 8px;
}

.rotate {
    transform: rotate(45deg);
}

.total-form {
    display: none;
    float: right;
    width: 275px;
    padding: 0px 10px 10px 10px;
    box-sizing: border-box;
    border: 1px solid black;
    border-radius: 2px;
    box-shadow: 5px 5px 5px grey;
    background-color: #F0F8FF;
    
    min-height: 0px !important;
}

.total-form h2 {
    display: inline-block;
}

.ban-image-ten {
    text-align: center;
    font-size: 60px;
    color: #999; 
}

.total-price-cont {
    background: linear-gradient(#ffa000 4%, #ff6400);
    height: 35px;
    box-shadow: 5px 5px 5px grey;
    border-radius: 2px;
    padding: 2px;
}

.total-price-cont h1 {
    padding: 15px 0px 5px 5px;
    display: inline;
    color: black !important;
}

#total-price {
    float: right;
    padding: 10px 5px 0px 0px;
    font-size: 25px;
    color: black !important;
    display: inline;
}

.special-opt-cont {
    width: 100%;
    background: linear-gradient(to bottom, #ffffff, #fdfdfd, #fbfcfb, #fafafa, #f8f8f8, #f5f5f5, #f1f1f1, #eeeeee, #e8e8e8, #e1e1e1, #dbdbdb, #d5d5d5);
    border: 1px solid grey !important;
    margin-top: 15px;
    padding: 3px !important;
    
}

.special-opt-cont h2 {
    font-size: 14px;
    
}

/*END PARTS LIST---------------------------------------------------------------------------------------*/


/*BOARD OPTION FORM------------------------------------------------------------------------------------*/
.info-container {
    float: right;
    width: 275px;
}

#form {
    background-color: white;
}

.form-controls {
    border: 1px solid black;
    box-shadow: 5px 5px 5px grey;
}

.title {
    margin: 0px;
}

.info-container h2 {
    background: 
    linear-gradient(
      to bottom, 
      #23A1D1 40%,#246175
    ); 
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 5px 0px;
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 2px;
    box-shadow: 5px 5px 5px grey;
    font-size: 16px;
}

.hotkey-cont {
    font-size: 13px;
}

.popup-sec-cont {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 8px;
}

.popup-input {
    display: inline-block;
    width: 23%;
    text-align: center;
    margin: 0px;
    border: 1px solid #dbdbdb;
    background-image: linear-gradient(to bottom, #ffffff, #fdfdfd, #fbfcfb, #fafafa, #f8f8f8, #f5f5f5, #f1f1f1, #eeeeee, #e8e8e8, #e1e1e1, #dbdbdb, #d5d5d5);
    font-size: 12px;
}

.board-title {
    background: linear-gradient(#ffa000 4%, #ff6400);
    display: block;
    border-radius: 2px;
    /*font-family: 'Sarpanch', sans-serif;*/
    text-align: center;
    font-size: 16px;
    height: 40px;
}

.popup-input label {
    margin-left: 0px !important;
    font-size: 14px;
    margin-bottom: 0px;
}

input[type=radio] {
    margin-top: 0px !important;
}

.form-control section {
    display: inline-block;
    margin: 10px;
}

section i {
    margin: 0px;
    padding: 10px 15px;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

section:hover {
    cursor: pointer;
    background: green;
    color: white;
    transition: 0.3s;
    border-color: green;
}



/*END BOARD OPTION FORM-------------------------------------------------------------------------------------*/


/*QUESTION FORM----------------------------------------------------------------------------------------------*/
.app-title {
    display: block;
    background: linear-gradient(#ffa000 4%, #ff6400);
    padding: 15px 20px;
    border-radius: 2px;
    /*font-family: 'Sarpanch', sans-serif;*/
    font-family: 'Dosis', sans-serif;
    text-align: center;
    font-size: 45px;
    margin-bottom: 0px;
}

.app-container {
    display: block;
    position: relative;
    width: 100%;
    top: 20px;
    height: inherit;
    margin: 0 auto;
    border: 1px solid black;
    box-shadow: 5px 5px 5px grey;
    background-image: linear-gradient(to bottom, #ffffff, #fdfdfd, #fbfcfb, #fafafa, #f8f8f8, #f5f5f5, #f1f1f1, #eeeeee, #e8e8e8, #e1e1e1, #dbdbdb, #d5d5d5);
    box-sizing: border-box;
    padding: 10px 10px 20px 10px;
}

.app-container h1, .app-container h2, .app-container h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}


/* -----------------------*/
.question-container {
    background: #e8e8e8;
}

.question-container:hover {
    cursor: pointer;
    background: #d5d5d5; 
}

.question-header {
    float: right;
    padding: 0px 13px;
    font-size: 18px;
}

.question-info {
    max-height: 500px;
    transition: 0.3s ease-in-out;
    clear: right;
    overflow: hidden;
    margin-left: 13px;
    width: 90%;
}

.question-info h1 {
    font-weight: bolder;
    font-size: 16px;
}

.question-info p {
    font-size: 14px;
    margin-bottom: 0px;
}

.question-info p:last-child {
    padding-bottom: 7px;
}

.question-title {
    font-weight: bolder;
}

.toggle-question {
    max-height: 0px !important;
}
/*--------------------------------- */
.app {
    width: 100%;
    margin: 15px 0px 0px 0px;
    box-shadow: 5px 5px 5px grey;
    padding-bottom: 0.5px;
}

.app h2 {
    font-size: 17px;
    font-weight: lighter;
    padding: 10px 10px 10px 13px;
    color: black;
    width: 90%;
    display: inline-block;
}

.app-container h1 {
    margin-bottom: 10px;
}

.opt-container {
    overflow: hidden;
    transition: 0.3s;
}

.down-arrow {
    float: right;
    font-size: 25px;
    margin: 7px 5px 0px 0px;
    color: black !important;
}

.down-arrow:hover {
    cursor: pointer;
}

.one, .two, .four, .five, .six, .seven, .eight, .nine, .ten, .rounds, .eleven {
    max-height: 800px;
}

.section {
    display: block;
}

.input-section {
    background-image: linear-gradient(to bottom, #ffffff, #fdfdfd, #fbfcfb, #fafafa, #f8f8f8, #f5f5f5, #f1f1f1, #eeeeee, #e8e8e8, #e1e1e1, #dbdbdb, #d5d5d5);
    padding: 10px;
}

.app label {
    color: #666;
    font-size: 14px;
    margin-left: 5px;
}



/*WIDTH AND LENGTH INPUT-----------------------------------------------------------------------------------------------------*/
.width-input, .length-input, .width-input-inches, .length-input-inches {
    color: #666; 
    background-color: #fff4f4;
    border: 1px solid #a94442;
    width: 90%;
    height: 25px;
    padding-left: 5px;
}

.feet-cont, .inch-cont {
    display: inline-block;
    width: 30%;
}


.val-width, .val-width-inches, .val-length, .val-length-inches {
    display: block;
    color: #cc3300; 
    font-size: 12px;
    text-align: left !important;
}

.width {
    margin-right: 5px;
}

.length {
    margin-right: 2px;
}
/*END WIDTH AND LENGTH-------------------------------------------------------------------------------------------------------*/


.section-two, .section-four, .section-five, .section-six, .section-seven, .section-eight, .section-nine, .section-ten, .grass-sec, .section-rounds, .section-eleven {
    display: none;
}

.image-container {
    display: inline-block; 
}

.door-input label {
   padding:  0px 10px 0px 20px;
}

.side-one-qty, .side-two-qty {
    width: 25px;
    height: 25px;
}

#img {
    height: 100px;
}

.continue {
    margin-left: 50px;
    margin-top: 10px;
    padding: 6px 20px;
    background-color: green;
    border: 1px solid green;
    border-radius: 3px;
    color: white;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.continue:hover {
    cursor: pointer;
    background: white;
    color: black;
    transition: 0.3s;
}

#description {
    display: none;
}

#submit {
    padding: 10px 30px;
    border: 1px solid green;
    border-radius: 4px;
    display: none;
    margin: 20px auto;
    width: 300px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    background-color: green;
    color: white;
}

#submit:hover:enabled {
    background-color: white;
    color: black;
    transition: 0.2s;
    cursor: pointer;
}



.green {
    background: green !important;
}

.transition-two {
    transition: 0.3s;
}


/*MEDIA QUERIES---------------------------------------------------------------------------------------------------------------------MEDIA QUERIES*/
  @media only screen and (max-width: 1265px) {
    .total-form {
        float: none;
        margin: 0 auto;
    }

    .info-container {
        float: none;
        margin: 0 auto;
    }

    #canvas {
        margin: 0 auto !important;
    }
  
  }
  