p{
    margin: 0;
}
:focus {
    outline: 0 !important;
    outline-offset: 0;
}
a:hover, a:focus {
    text-decoration: none;
}

.btn.disabled {
    pointer-events: auto;
}

.btn{
    white-space: normal;
}

.cursor-pointer{
    cursor: pointer;
}
.float-left{
    float: left;
}
.nav-tabs {
     margin: 0;
}
.nav-tabs>li>a{
    margin-right: 1px; 
}
.tab-content {
    height: 100%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
}

#patchColorsContainerTabs .nav-tabs:hover{
    cursor: pointer;
}

#my-tab-content{
    margin: 0;
    padding: 15px;
}
#my-tab-content img{
    width: 112px;
    height: auto;
}


#tabs li active{
    text-decoration: none;
    color: #ABA7A7;
    background-color: #ffffff;
	margin-right:0;
}

#tabs li{
    text-decoration: none;
    color: #ABA7A7;
    background-color: #EFEFEF;
	margin-right:1px;
}

.product-specs p {
    color: #444;
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    margin: 15px 5px 5px 10px;
}

#vpb-loading{
    font-size: 20px;
    margin-top: 20px;
    margin-left: 50px;
}
/*Popular Design Configurations*/
#pdc_configurations{
    list-style: none;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    margin-top: 30px;
}
#pdc_configurations li{
    list-style: none;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    margin-top: 5px;
	margin-right: 15px;
}
/*Container*/
#patchBuilderContainer{
    margin-top: 10px;
    font-family:  "Oswald", "Helvetica", Arial, sans-serif;
    font-size: 1em;
    color: #333;
    line-height: 18px;
    font-style: normal;
}

#patchOptionsWrapper{
    border:1px solid #E7E7E7;
    padding:10px;
    border-radius: 4px;
}

/**********/

/*Tab Menu*/
#pb-tabmenuContainer{
    text-align: center;
}
.pb-tabmenu{
    display: inline-block;
}
.pb-tabmenu-tabs{
    list-style: none;
    margin:0 5px;
    padding:0;
}
.pb-tabmenu ul li{
    list-style:none;
    width: 72px !important;
    float:left;
    margin:0 1px;
    font-size:11px;

}
.pb-tabmenu ul li span{
    background:#EBEDEF;
    padding:8px;
    color:#333;
    text-decoration:none;
    line-height:14px;
    text-align:center;
    display:block;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:10px;
}
.pb-tabmenu ul li span:hover{
    background:#013C78;
    color:#fff;
    cursor: pointer;
}
.pb-tabmenu ul li span:focus{
    outline: none;
}
.pb-tabmenu-tab-active::before{
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    font-size: 3em;
    margin-top: 39px;
    margin-left: -8px;
    color: #013C78;
}
.pb-tabmenu .pb-tabmenu-tab-active span{
    background:#013C78;
    color:#fff;
}
/********************/

/*Layer Menu dopdown*/
#layersMenu{
    margin: 0 auto;
    font-weight: bold;
    padding: 10px;
    display: block;
    width: 310px;
    height: 38px;
    border-radius:5px;
    border-color: transparent;
    cursor: pointer;
    background: #EBEDEF;
    text-align: left;
}
#selectedLayer{
    float:left;
}

#layersContainer .dropdown-menu {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition:all 0.2s ease-out;
    -ms-transition:all 0.2s ease-out;
    display: block;
}

#layersContainer .open .dropdown-menu {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

#layersContainer  .dropdown-menu li{
    width: 310px;
    padding: 10px;
    cursor: pointer;
}
#layersContainer  .dropdown-menu li:hover{
    background-color: #F2F2F2;
}
/***********/

/*Patch Color Selector*/

#patchColorsContainerTabs a:link{
    text-decoration: none;
}

#patchColorsContainerTabs .tab-content{
    background-color: #ffffff;
}

#patchColorsContainerTabs ul li{
    background-color: #EEEEEE;
}
#patchColorsContainerTabs nav>li{
    border-radius: 4px 4px 4px 4px;
    background-color: #EBEDEF;
}

#patchColorContainer2 p{
    margin: -5px 0 0 0;
    padding-bottom: 0;
}

#patchColorContainer2 .chenillecolor>i{
    margin: -5px;
}
.pb_tab_1{
    margin-right: 3px;
}
#layerColorChange{
    border: solid 1px #CCCCCC;
    background: linear-gradient(to bottom, #fdfdfd 38%,#dadada 100%);
    padding:20px;
}

.choosecolorcenter{
    text-align:center;
    width: 53px;
    display:inline-block;
    margin-bottom: 8px;
}

.choosepatchcolor {
    padding-top: 25px;
}

.choosepatchcolor li {
    cursor: pointer;
    height: 35px;
    width: 35px;
    margin: 0 auto;
    border: 1px solid #b7b8bb;
}
.choosepatchcolor li i{
    font-size: 30px;
    color: #F7EDED;
    text-shadow: 0 0 2px #000000;
}

.feltcolor{
    height: 33px;
    width: 33px;
    margin: 0 auto;
}
.choosepatchcolor li:hover {
    transition: all .2s ease-in-out;
    transform: scale(1.15);
}

.choosepatchcolor span {
    font-size: 0.7em;
    margin-top: 5px;
    width: 45px;
    white-space: nowrap;
    color:#427bab;
}

.chenillecolor {
    width: 25px;
    height: 25px;
    border: 1px solid #b7b8bb;
    cursor: pointer;
    position: absolute;
    margin-left: 4px;
    margin-top: 4px;
}

.selectedpatchcolor{
    border: 1px solid #cccccc;
    height: 34px;
    width: 38px;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: 13px;
    position: relative;
}

.selectedpatchcolor i{
    font-size: 30px;
    color: #ff0000;
    margin-left: 5px;
    position: absolute;
}
#colorFelt{
    width: 24px;
    height: 22px;
    margin-left: 6px;
    margin-top: 5px;
    background-color: #FFFFFF;
    border: 1px solid #b7b8bb;
    cursor: pointer;
    position: absolute;
}

#colorName{
    display: inline-block;
    margin-left: 45px;
    margin-top: 8px;
    max-height: 20px;
    white-space: nowrap;
    font-weight: bold;
}

/**************************/
#addTextLine{
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

#addTextLine i{
    color: #55BE67;
    font-size: 2em;
    vertical-align:
    middle; margin-right: 5px;
}


/*ADD / EDIT Text*/
#editText {
    margin-top: 20px;
    border: solid 1px #CCCCCC;
    background-color: #f7f7f7;
    padding:20px;
}

#textinput{
    width:100%;
    margin-right: 13px;
}
.center-label{
    text-align: center;
    font-weight: normal;
}
.center-label label{
    font-weight: normal;
    font-size: 0.8em;
}
/*Form control*/
#text-input-validation{
    text-align: center;
    display: block;
    margin-top: 5px;
    color: #d9534f;
    font-size: 0.9em;
}
#input-control-error{
    left: 345px;
    top: 6px;
    position: absolute;
    z-index: 2;
    color: #d9534f;
    font-size: 1.5em;
}
/*Font selector*/
.fonts {
    width: 182px;
    height: 150px;
    overflow-y: scroll;
}
.fonts li {
    cursor: pointer;
    color: #222;
    display: block;
    padding: 8px;
    width: 95%;
    margin-bottom: 5px;
    line-height: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
    transition: all .2s ease-in-out
}

.fonts li:hover, .fonts li:focus {
    border-color: #08c;
    background-color:  rgba(0, 0, 0, .05);
    text-decoration: none;
    box-shadow: 0 1px 4px rgba(0, 105, 214, .25)
}

.fonts li i{
    display: none;
}

.fonts li.selected i {
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
    float: right
}

#fontselected {
    float: right;
    padding-top: 10px;
    width: 120px;
    font-size: 0.7em;
    height: 34px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
}
#selected-font-size{
    width: 70px;
}

#styleselected {
    font-family: eds_athletic_blockregular;
    text-transform: uppercase;
    padding-top: 10px;
    width: 110px;
    font-size: 0.7em;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
}
#styleselected img{
    width: 65px;
    height: auto;
    margin-left:-8px;
}

#patchFontContainerStyle li{
    text-align: center;
}
#patchFontContainerStyle li.selected i{
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
    float: right
}
#patchFontContainerStyle img{
    width: 90px;
    height: auto;
}

#removeText{
    padding: 0;
    margin-top: -40px;
    float:right;
    color: #d9534f;
}
/*********************/

/*Choose color popup box*/
#colorTextName{
    font-size: 0.7em;
    white-space: nowrap;
    margin-left: 5px;
    text-transform: uppercase;
}

.choosecolor ul{
    width: 390px;
    max-height: 400px;
}
.choosecolorbox {
    text-align:center;
    width: 62px;
    display:inline-block;
    margin-bottom: 8px;
}

.choosecolorbox li {
    cursor: pointer;
    border: 1px solid #b7b8bb;
    height: 20px;
    width: 20px;
    margin: 0 auto;
}
.choosecolorbox li:hover {
    transition: all .2s ease-in-out;
    transform: scale(1.25);
}
.choosecolorbox span {
    font-size: 0.7em;
    margin-top: 5px;
    margin-right: 0;
    width: 45px;
    white-space: nowrap;
}

.selectedcolor{
    border: 1px solid #cccccc;
    height: 20px;
    width: 20px;
    float: left;
}

#noteColors{
    margin-top:10px;
  color: #E0585A;
}

/********************/

/*Font size selector*/
#fontSize {
    max-height: 130px;
    overflow-y: scroll;
    overflow-x: hidden;
    width:80px;
    padding-left:10px;
}
#fontSize li{
    height: 24px;
    padding: 0;
}

#fontType{
    border: 1px solid #cccccc;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/********Varsity groups******/
.background-gradient{
    background: linear-gradient(to bottom, #fdfdfd 38%,#dadada 100%);
    padding-top: 20px;
    border: solid 1px #CCCCCC;
}

#chooseFontStyle{
    text-align: center;
    overflow-x: auto;
    font-size: 0.8em;
    max-height: 450px;
}

.group-font-style{
    margin: 2px;
    padding: 5px;
    border: 2px solid transparent;
}

.group-font-style img{
    width: 70px;
    height: auto;
}

#chooseFontStyle li:hover{
    cursor: pointer;
    box-shadow: 0 0 8px #888888;
}
.group-font-style span{
    display: block;
    margin-top: 5px;
}
.selected-group-font-style{
    border: solid 2px #43BD93;
}
/*Letters*/
#chooseLetter, #chooseNumber{
    margin-left: 20px;
}
.letters{
    cursor: pointer;
    font-size: 1.5em;
    font-weight: bold;
    width: 40px;
    text-align: center;
    margin-bottom: 20px;
    padding: 8px;
    border: 2px solid transparent;
}
.letters:hover{
    color: #009933;
    box-shadow: 0 0 8px #888888;
}
.selectedLetter, .selectedNumber{
    color: #009933;
    border: solid 2px #43BD93;
}

/**************************/

/*Add / Edit Insert Groups*/
#insertsGroups{
    text-align: center;
}

#insertsGroups .addGroupName{
    width: 120px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    vertical-align: top;
}
#insertsGroups .addGroupName i{
    color: #55BE67;
    font-size: 2em;
}

#insertGroupList{
    margin-top: 20px;
    border: solid 1px #CCCCCC;
    background: linear-gradient(to bottom, #fdfdfd 38%,#dadada 100%);
    border-radius: 5px;
    padding:20px;
}

.insertcenter{
    text-align:center;
    width: 20%;
    display:inline-block;
    margin-bottom: 15px;
}

.chooseInsert {
    margin-top: 30px;
    max-height: 300px;
    overflow-y: auto;
}

.chooseInsert li {
    cursor: pointer;
    height: 55px;
    width: 75px;
    margin: auto auto;
}

.chooseInsert span {
    font-size: 0.6em;
    margin-top: 35px;
    width: 45px;
    white-space: nowrap;
    color: #427bab;
}
.group-name{
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    height: 40px;
    font-weight: bold;
}

/*Insert Color Selector*/
#insertColorWrap{
    display: inline-block;
}
#editInsert{
    margin-top: 20px;
    border: solid 1px #CCCCCC;
    background: linear-gradient(to bottom, #fdfdfd 38%,#dadada 100%);
    border-radius: 5px;
    padding: 20px 0;
}
#editInsertTitle{
    font-weight: bold;
    text-align: center;
    margin-top:-5px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    background: #f7f7f7;
}
#editInsertTitle i{
   position: absolute;
    margin-left: -50px;
}
.insertColorChange{
    margin: 10px;
}

.chooseInsertColor {
    width: 430px;
    max-height: 450px;
}

.insertPathId{
    width: 128px;
    margin-right:10px;
    vertical-align: middle;
    text-align: right;
    text-transform:capitalize;
    display: inline-block;
}
.insertSelectedColor{
    border: 1px solid #cccccc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 34px;
    width: 38px;
    margin-right: 10px;
}

#colorName{
    display: inline-block;
    margin-left: 45px;
    margin-top: 8px;
    max-height: 20px;
    white-space: nowrap;
}

/***SWISS INSERT***/
.swissColorChange{
    display: inline-block;
}
.swisscolors{
    list-style: none;
    float: left;
    text-align: center;
    width: 100px;
}
.swisscolors span{
    font-size: 0.7em;
    color: #427bab;
}

.color-group {
    width: 37px;
    border: 1px solid #adadad;
    margin: 3px auto;
}
.selected-color-group-container {
    width: 200px;
    margin-bottom: 25px;
    margin-top: 10px;
    margin-left: 30px;
    font-size: 0.8em;
    color: #427bab;
}
.selected-color-group-container span *{
    margin-left: 15px;
}
.selected-color-group {
    width: 37px;
    border: 1px solid #adadad;
    margin: 0 auto;
    float: left;
}
.color-group:hover {
    transition: all .2s ease-in-out;
    transform: scale(1.15);
}
.selectedinsertfillcolor{
    width: 35px;
    height: 18px;
}
.selectedinsertfeltcolor{
    width: 35px;
    height: 18px;
}
.selectedinsertdetailcolor{
    width: 35px;
    height: 18px;
}

.insertfillcolor{
    width: 35px;
    height: 9px;
    cursor: pointer;
    margin: 0 auto;
}
.insertfeltcolor{
    width: 35px;
    height: 9px;
    cursor: pointer;
    margin: 0 auto;
}
.insertdetailcolor{
    width: 35px;
    height: 9px;
    cursor: pointer;
    margin: 0 auto;
}
.felt-p{

}
.felt-p2{

}
/******************************/
.pbTextValidationNote{
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #eed3d7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #b94a48;
    background-color: #f2dede;
    font-weight: bold;
}
.colorValidationNote, .colorValidationNote2, .styleValidationNote{
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #bce8f1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #3a87ad;
    background-color: #d9edf7;
    margin-top: 10px;
    margin-bottom: 10px;
}

#designPatch{
    margin-left: 10%;
    margin-top: 30px;
}

#designPatch hr{
    margin-top: 40px;
}

#patchGuy{
    float: left;
    margin-right: 10px;
    height: 130px;
}
#designPatch-notes{
 margin-left: 94px;
}
#patchDesignNoteLines{
    margin-bottom: 10px;
}
#patchDesignNoteLines li{
    margin-bottom: 10px;
}
#patchDesignNoteLines i{
    color: #3D884A;
    font-weight: bold;
    font-size: 1em;
    margin-right: 6px;
    margin-left: -20px;
}
#beforeYouAddToCartNote{
    color: #C0181B;
    font-weight: bold;
    font-size: 1.5em;
}
#beforeYouAddToCartSubNote{
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 10px;
    margin-bottom: 8px;
}
/*******************/
/*ADD TO CART / QUANTITIY CONTAINER*/
#cart-version-note{
    font-size: 11px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
#cart-version-note span{
    color: #289b56;
    font-weight: bold;
    text-transform: uppercase;
}
#pcn-note{
    font-size: 11px;
    margin-bottom: 20px;
    text-align: center;
}
#pcn-note span{
    font-weight: bold;
}

#cart-pcn-number{
    color: #289b56;;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
}
#pbOrderInformationHeader{
    font-weight: bold;
    text-align: center;
    margin-top:-5px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #f7f7f7;
    border:1px solid #CCCCCC;
}

#patchOrderInfo{
    border:1px solid #CCCCCC;
    padding: 10px;
}
#pb_cart_quantity_container{
    margin-bottom: 20px;
    text-align: center;
}
#pb_quantity_input{
    width: 80px;
    display: inline-block;
}
#pb_addToCart{
    margin-top: 3px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.order-info-collapse-button{
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
}

.order-info-collapse-button i{
    float: right;
    padding-top: 2px;
    font-size: 1.2em;
}

/* PCN */
#pcn-number{
    font-family: "Oswald", "Helvetica", Arial, sans-serif;
    font-size: 16pt;
    color: #289b56;
    margin-top: 25px;
    margin-bottom: -25px;
    display: block;

}

.choose-design:hover{
    cursor: pointer;
    transition: all .2s ease-in-out;
    transform: scale(1.15);
}



/*LOGIN*/
#loginFirst {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
}
#loginFirst label{
    display: block;
}
#loginFirst input {
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

#loginFirst button {
    text-transform: uppercase;
    outline: 0;
    background: #3080af;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

#loginFirst button:hover,#loginFirst button:active,#loginFirst button:focus {
    background: #2d7baf;
}

@media only screen and (max-width: 991px) {
    .col-sm-6{
        width: 100%;
    }
}

@media only screen and (max-device-width: 992px) {
    .builder-fluid{
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: auto;
    }
}

