/**********************************************
*** GENERAL
**********************************************/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

body {
    color: #555;
    font-family: Open Sans;
    font-size: 16px;
    position: relative;
    height: 100vh;
    font-weight: 400;
}

/*.right { float: right; }*/
.red { color: #FF5049 !important; }
.red-focus:focus { border: 1px solid #FF5049 !important; }

/**********************************************
*** MENU PART
**********************************************/

/* Dropdown Button */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 15px;
  font-size: 20px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  margin-left: 7px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding: 5px;
}

/* stuff inside the dropdown */

.dropdown-content input {
    width: 100%;
}

.settingTitle__panel,
.select__panel,
.settingTitle__coilWidth,
.input__coilWidth,
.settingTitle__coilGauge,
.select__coilGauge,
.settingTitle__coilWeight,
.input__coilWeight,
.settingTitle__coverage,
.input__coverage{
    float: left;
    width: 50%
}


select {
    width: 100%;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

/**********************************************
*** TOP PART
**********************************************/

.top {
    height: 40vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url();
    background-size: cover;
    background-position: center;
    position: relative;
}

.linealFootage {
    position: absolute;
    width: 350px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.linealFootage__title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 300;
}

.linealFootage__value {
    font-weight: 300;
    font-size: 46px;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.linealFootage__pieces,
.linealFootage__squareFootage,
.linealFootage__squares,
.linealFootage__lbs {
    padding: 12px;
    text-transform: uppercase;
}

.linealFootage__pieces {
    margin-bottom: 10px;
    background-color: #28B9B5;
}

.linealFootage__squareFootage {
    margin-bottom: 10px;
    background-color: #FF5049;
}

.linealFootage__squares {
    margin-bottom: 10px;
    background-color: #28B9B5;
}

.linealFootage__lbs {
    margin-bottom: 10px;
    background-color: #FF5049;
}

.linealFootage__pieces--text,
.linealFootage__squareFootage--text,
.linealFootage__squares--text,
.linealFootage__lbs--text {
    float: left;
    font-size: 13px;
    color: #444;
    margin-top: 2px;
    font-weight: bold;
}

.linealFootage__pieces--value,
.linealFootage__squareFootage--value,
.linealFootage__squares--value {
    letter-spacing: 1px;
    float: right;
    margin-right: 50px;
}

.linealFootage__lbs--value {
    letter-spacing: 1px;
    float: right;
    margin-right: 50px;
}

.settingsDisplay {
    position: absolute;
    width: 200px;
    margin-bottom: 10px;
    background-color: #F0F8FF;
    top: 2%;
    left: 58%;
}

.settingDisplay__title { /* NEXT trying to find a solution for the font sze in here!!!!!!*/
    width: 80%;
    text-align: center;
    font-size: 2;
}

.settingDisplay__subTitle {
    
}



/**********************************************
*** BOTTOM PART
**********************************************/


/***** FORM *****/
.add {
    padding: 14px;
    border-bottom: 1px solid #e7e7e7;
    background-color: #f7f7f7;
}

.add__container {
    margin: 0 auto;
    text-align: center;
}

.add__qty {
    border: 1px solid #e7e7e7;
    width: 75px;
    height: 44px;
    font-size: 14px;
    font-family: inherit;
    color: inherit;
    border-radius: 5px;
    padding: 12px 15px;
    background-color: #fff;
    margin-right: 10px;
    transition: border 0.3s;
}

.add__feet,
.add__inches {
    border: 1px solid #e7e7e7;
    background-color: #fff;
    color: inherit;
    font-family: inherit;
    font-size: 14px;
    padding: 12px 15px;
    margin-right: 10px;
    border-radius: 5px;
    transition: border 0.3s;
}

.add__feet { width: 60px;}
.add__inches { width: 60px;}

.add__btn {
    font-size: 35px;
    background: none;
    border: none;
    color: #28B9B5;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1;
    margin-left: 10px;
}

.add__btn:active { transform: translateY(2px); }

.add__qty:focus,
.add__feet:focus,
.add__inches:focus {
    outline: none;
    border: 1px solid #28B9B5;
}

.add__btn:focus { outline: none; }

/***** LISTS *****/
.container {
    width: 1000px;
    margin: 60px auto;
}

.pieces {
    float: left;
    width: 1000px;
    margin-right: 50px;
}

h2 {
    text-transform: uppercase;
    float: left;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

.pieces__title { 
    color: #28B9B5;
    margin-left: 200px;
}

.feet__title, 
.inches__title,
.fullInches__title { 
    color: #28B9B5;
    margin-left: 50px;
}

.lengthAdded__title { 
    color: #28B9B5;
    margin-left: 20px;
}

.item {
    padding: 13px;
    border-bottom: 1px solid #e7e7e7;
}

.item:first-child { border-top: 1px solid #e7e7e7; }
.item:nth-child(even) { background-color: #f7f7f7; }

.item__qty {
    float: left;
    margin-left: 185px;
    width: 58px;
    text-align: center;
}

.inches__value,
.feet__value {
    float: left;
    margin-left: 41px;
    width: 60px;
    text-align: center;
}

.inchesAdded__value {
    float: left;
    margin-left: 55px;
    width: 117px;
    text-align: center;
}

.item__valueAdded {
    float: left;
    margin-left: 70px;
    transition: transform 0.3s;
    font-size: 11px;
    background-color: #FFDAD9;
    padding: 3px;
    border-radius: 3px;
    width: 40px;
    text-align: center;
}

.pieces .pieces__value,
.pieces .item__delete--btn {
    color: #28B9B5;
}


.item__delete {
    float: left;
}

.item__delete--btn {
    font-size: 22px;
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    display: none;
}

.item__delete--btn:focus { outline: none; }
.item__delete--btn:active { transform: translateY(2px); }

.item:hover .item__delete--btn { display: block; }
.item:hover .item__valueAdded { transform: translateX(-20px); }


.unpaid {
    background-color: #FFDAD9 !important;
    cursor: pointer;
    color: #FF5049;

}

.unpaid .item__valueAdded { box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1); }
.unpaid:hover .item__qty { font-weight: 900; }

