/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 

.dfkit-sec label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	margin-bottom: 5px;
}

  
 /* Page Style */
/* ----------- */
 
 .dfk-guides-sec .mcb-column {
    margin-bottom: 0px;
}
.dfk-guides-sec {
    margin: 0px 50px;
}
.dfk-guides-cnt p {
    font-size: 20px;
    line-height: 1.5;
}
.dfk-guides-cnt p strong a {
    margin-bottom: 20px !important;
    color: #e08828 !important;
    display: inline-block;
}
.dfk-guides-sec .column_image {
    margin: 20px 0px !important;
}

.df-main table {
    font-size: 1em !important;
}
 
 
 /* scaffolding */
/* ----------- */

.tt-menu,
.gist {
  text-align: left;
}

/* base styles */
/* ----------- */


.table-of-contents li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.table-of-contents li a {
  font-size: 16px;
  color: #999;
}

.df-main p + p {
  margin: 30px 0 0 0;
}

/* site theme */
/* ---------- */

.dfk-guides-sec .title {
  margin: 20px 0 0 0;
}

.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}
div#defrost-output .hidden-output{
    display:none;
}

.dfkit-sec .label-sec {
    padding-top: 15px;
}

div#defrost-output table td {
    border: 0px;
    display: table-cell !important;
    text-align: left;
    padding: 0px 0px;
        height: 45px;
}
div#defrost-output table tr td:nth-child(2) {
    padding: 0px 10px;
}
div#defrost-output table tr td:nth-child(1) {
    background-color: #ffffff;
}
div#defrost-output table tr, div#defrost-output table th {
    border-bottom: 5px solid#ffffff;
}
div#defrost-output table {
    margin-top: 30px;
}
.dfkit-sec select, .dfkit-sec input {
    padding:10px !important;
	width: 40% !important;
	font-weight: 500 !important;
}


span.select2-selection__arrow {
    display: none;
}

.select2-search--dropdown .select2-search__field {
    margin-bottom: 0px;
}



.dfkit-sec select#application, .dfkit-sec select#awefcompliant, .dfkit-sec select#motortype, .dfkit-sec select#krevnum, #fusenum,  .dfkit-sec .select2-container--default .select2-selection--single, #krmodel-result, #application-result, #motortype-result, #krevnum-result  {
    background-color: #F8F8F8;
	height: 45px !important;
}

.dfkit-sec select, #kitnum, #suffixcode, #modeltype-result, #voltage-result, #krepsw-result {
    background-color: #e8ecf5;
}

.dfkit-sec .select2-selection__rendered {
	padding-top: 8px;
    padding-left: 15px !important;
}

@media (max-width: 700px) {
  .dfkit-sec .select2-container {width: 100% !important; margin-top: 5px;}
  .dfkit-sec label {flex-direction: column;}	
.dfkit-sec select, .dfkit-sec input {width: 100% !important; margin-top: 5px;}
	.df-kit-btn {display: block !important; margin-bottom: 5px;}	
	
	
}





.dfkit-output-box {
    width: 40%;
    min-height: 45px;
    display: inline-block;
    line-height: 45px;
    position: relative;
    left: 4px;
    padding: 0px 10px;
    color: #000000;
    font-weight: 500;
}
.select2-selection__clear {
    font-weight: bold !important;
    font-size: 25px;
    top: 0px;
    color: #df0000;
    right: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
    font-weight: 500;
	color: #000000;
}


.df-message-output {
    background: #1c5995;
    text-align: center;
    padding: 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
    margin: 30px 0px 30px;
    font-size: 25px;
}

.label-sec {
    color: #000000;
    font-weight: 500;
}

.df-message {
    font-size: 14px;
    color: #1c5995;
    margin: 20px 0px;
}

.dfkit-btnsec {
    margin: 20px 0px;
    text-align: right;
}
.df-kit-btn {
    background: #1c5995;
    color: #FFFFFF !important;
    padding: 5px 15px;
    text-align: center;
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
	font-weight: 600;
}
.df-kit-btn:hover {
    background: #e4002c;
    color: #ffffff;
}


span.select2-container.select2-container--default.select2-container--open {
    z-index: 2;
}



/* example specific styles */
/* ----------------------- */

#custom-templates .empty-message {
  padding: 5px 10px;
 text-align: center;
}

#multiple-datasets .league-name {
  margin: 0 20px 5px 20px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-menu {
  max-height: 150px;
  overflow-y: auto;
}

#rtl-support .tt-menu {
  text-align: right;
}