﻿/*******************************Mobile Styling Start****************************/

.ipad-body {
 /*width:760px;*/
 margin:0 auto;
 margin-right:0;
 margin-left:0;
}

.mobile-page-content {
 width:90%;
 margin:0 auto; }

/************header***************/

.mobile-header-content {
    position: relative;
    /*width: 768px;*/
    height: 55px;
    margin: 0 auto;
    margin-left:0;
    margin-right:0;  }
    .mobile-header-content .admin-menu {
      height: 55px;
      display: inline-block;
      width: 400px;
      margin-left: 40px;
      vertical-align: top; }
      .mobile-header-content .admin-menu div {
        display: inline-block;
        color: #a0a0a0;
        cursor: pointer;
        line-height: 55px;
        font-size: 1.1em;
        padding-left: 20px;
        padding-right: 20px; }
        .mobile-header-content .admin-menu div:hover {
          background-color: #677885;
          color: white; }
    .mobile-header-content .logo {
      width: 200px;
      height: 55px;
      margin-left:5px;
      background-image: url("images/FPlogo.png");
      background-size:100%;
      background-repeat: no-repeat;
      background-position: center;
      display: inline-block; }
     .mobile-header-content .menuButton {
      width: 25px;
      height: 55px;
      margin-left:10px;
      background-image: url("images/menu_icon.png");
      background-repeat: no-repeat;
      background-position: center;
      display: inline-block; }
    .mobile-header-content .main-menu {
      position: absolute;
      top: 13px;
      right: 42px; }
      .mobile-header-content .main-menu #helpIcon {
        vertical-align: -8px;
        width: 23px;
        height: 26px;
        background-image: url("images/help_icon.png");
        cursor: pointer;
        display: inline-block; }
      .mobile-header-content .main-menu #menuIcon {
        margin-left: 18px;
        vertical-align: -8px;
        width: 26px;
        height: 25px;
        background-image: url("images/nav-settings.png");
        cursor: pointer;
        display: inline-block; }
      .mobile-header-content .main-menu #accountLink {
        margin-left: 4px;
        color: white;
        font-size: .9em;
        font-weight: bold;
        text-decoration: none; }
      .mobile-header-content .main-menu #logoutLink {
        margin-left: 10px;
        color: #a0a0a0;
        font-size: 0.9em;
        text-decoration: none; }
      .mobile-header-content .main-menu #colorMatchLink {
       color:#ffffff;
       font-size:.9em;
       font-weight:bold;
       text-decoration:none;  }


/************Login Page****************/

.login-page .mobile-page-content {
 width:450px;
 padding-top:60px;
 margin:0 auto; }
.login-page .mobile-page-content h2 {
  margin-bottom: 10px; }
.login-page .mobile-page-content #UserName {
  margin: 6px 0 16px 0; }
.login-page .mobile-page-content #Password {
 margin: 6px 0 2px 0; }
.login-page .mobile-page-content .forgotPasswordSection {
    margin-top:10px;
    text-align: center; }
   .login-page .mobile-page-content .forgotPasswordSection a {
    font-size: 1.2em;
    text-decoration: none;
    color: #0090ff; }
.login-page .mobile-page-content .rememberSection {
 margin-top: 20px; }
  .login-page .mobile-page-content .rememberSection input[type="checkbox"] {
   width: auto;
   height: auto; }
  .login-page .mobile-page-content .rememberSection label {
   font-size: 1em;
   color: black;
   text-transform: none; }
  .login-page .mobile-page-content .rememberSection #RememberUsername {
   vertical-align: 12px; }
.login-page .mobile-page-content #LoginButton {
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-shadow: 0 0 2px 0 rgba(0, 144, 255, 0.5);
 -moz-box-shadow: 0 0 2px 0 rgba(0, 144, 255, 0.5);
 box-shadow: 0 0 2px 0 rgba(0, 144, 255, 0.5);
 border-top: 1px solid #0087f3;
 border-right: 1px solid #006cce;
 border-bottom: 1px solid #0075da;
 border-left: 1px solid #0075da;
 width: 100%;
 margin-top: 30px;
 padding: 6px 0;
 text-align: center;
 background-color: #0090ff;
 font-size: 1.2em;
 letter-spacing: 0.05em;
 color: #ffffff; }

/************profile page****************/

.profile-page .mobile-row {
 width:100%;
 display:block;
 clear:both;
 padding-bottom:10px;
 padding-top:10px;
}
    .profile-page .mobile-row div{
     float:left; 
     margin-right:12px;
    }

/************Search page****************/

/*.search-page .search-form {
  background-color: #f2f2f2; }
  .search-page .search-form .form-row-1 {
    padding-top: 22px; }
    .search-page .search-form .form-row-1 h2 {
      float: left;
      margin: 10px 10px 0 0; }
    .search-page .search-form .form-row-1 .brand-select-wrapper {
      float: left; }*/

   .search-page #mobileMatchTitleContainer{
    padding-top:15px;
    background-color:#f2f2f2; }
   .search-page #mobileMatchTitleContainer h2{
    width:90%;
    margin:0 auto; }
  .search-page .search-form .mobile-form-row-2 {
    margin-top: 16px;
    padding-bottom: 44px; }
    .search-page .search-form .mobile-form-row-2 .field {
      float: left;
      margin-right: 12px; }
    .search-page .search-form .mobile-form-row-2 #ColorInput {
      /*margin-top: 2px;*/
      font-weight: bold; }
    .search-page .search-form .mobile-form-row-2 #SearchButton {
      width: 56px;
      height: 30px;
      margin: 18px 0px 0 20px;
      padding: 0;
      -webkit-box-shadow: 0 0 2px 0 rgba(0, 144, 255, 0.5);
      -moz-box-shadow: 0 0 2px 0 rgba(0, 144, 255, 0.5);
      box-shadow: 0 0 2px 0 rgba(0, 144, 255, 0.5);
      border-top: 1px solid #0087f3;
      border-right: 1px solid #006cce;
      border-bottom: 1px solid #0075da;
      border-left: 1px solid #0075da;
      background: url("images/search.png") no-repeat center #0090ff; }
      .search-page .search-form .mobile-form-row-2 #SearchButton:disabled {
        opacity: 0.08; }
    .search-page .search-form .mobile-form-row-2 #all-colors {
      color: #0090ff;
      padding-left: 5px;
      cursor: pointer; }
/*.search-page .search-results {
  margin-top: 22px; }
  .search-page .search-results .grid tr {
    cursor: pointer; }
  .search-page .search-results .swatch {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 16px;
    vertical-align: -6px; }
  .search-page .search-results .no-results-message {
    display: none;
    margin-top: 60px;
    text-align: center;
    font-weight: bold; }
    
.mobile-page-content .grid {
 width:450px;
 margin:0 auto; }
   */

/************Details page****************

.mobile-page-content #ProductDetails #swatch {
  width: 15px;
  height: 15px;
  padding: 0px;
  margin: 0px;
  background-color: none;
  
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px; }*/
.mobile-page-content #ProductDetails .header {
  background-color: #f2f2f2;
  
   }
.mobile-page-content #ProductDetails #Color {
  width: 260px; }
.mobile-page-content #ProductDetails #Product {
  width: 200px;
  margin:0 auto;
  text-align:center;
}
.mobile-page-content #ProductDetails #Collection {
  width: 200px; }
.mobile-page-content #ProductDetails #Source {
  width: 140px; }
.mobile-page-content #ProductDetails #canSize {
  width: 380px; 
  font-size: 0px; }
    
#ProductDetails .header .mobile-row {
  width: 100%;
  clear: both;
  display: block;
  position: relative;
  /*padding: 10px;*/
  margin:10px 50px 10px 50px;
  /*padding-left:20px;*/
  text-align:left; }
  #ProductDetails .mobile-row div {
    display: inline-block;
    margin: 5px 5px 5px 0; }
    #ProductDetails .mobile-row div label {
      display: block;
      line-height: 18px;
      padding-top: 5px; }
#ProductDetails .mobile-page-content .container {
  background-color: #FFFFFF;
  /*padding: 10px;*/
  width:100%;
  height: 200px;
  margin:0 auto; }
    #ProductDetails .mobile-page-content .container .column-left {
        width: 40%;
        text-align: left;
        float: left;
        display: inline-block;
        /*margin-left:0;*/
        padding-left: 0px;
        height:200px; }
  #ProductDetails .mobile-page-content .container .column-right {
    width: 40%;
    text-align: right;
    display: inline-block;
    margin-right: 15px;
    padding-right: 0px;
    height:200px;
    float:right;
    position: relative;/*absolute;*/
    right: 0px; }

#ProductDetails .mobile-page-content .container #print-details .column-right{
    position:relative;
   vertical-align:bottom
}

#ProductDetails .mobile-page-content .container #print-details .column-left{
    position:relative;
    vertical-align:bottom
}

#ProductDetails #productComments {
  text-align: left;
  margin-left: auto;
  margin-right: 0px;
  color: red; }
  #ProductDetails #productComments .title {
    font-size: 1.1em;
    font-weight: bold;
    color: #000000;
    display: block;
    height: 20px; 
    text-align: left;
  }
  #ProductDetails #productComments div {
    display: block;
    height: auto;
    overflow: hidden;
    overflow-y: auto; }

  #ProductDetails #base {
  font-size: 1.5em;
  display: -webkit-box;
}

#ProductDetails #product_selector  {
  font-weight: bold;
  width: 336px;}
/************drop arrows page*****************

.mobile-page-content .chosen-container-single {
  width: 19px;
  line-height: 19px; }
  .mobile-page-content .chosen-container-single .chosen-single {
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
    border-top: 1px solid #c6c6c6;
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #c3c3c3;
    border-left: 1px solid #c6c6c6;
    padding: 6px 10px 5px 8px;
    background: #ffffff;
    border-radius: 0;
    line-height: 19px;
    height: 19px; }
    .mobile-page-content .chosen-container-single .chosen-single div {
      width: 39px; }
      .mobile-page-content .chosen-container-single .chosen-single div b {
        background: url("images/droplist-arrow.png") no-repeat 0 center; 
        
      }
  .mobile-page-content .chosen-container-single .chosen-drop {
    border-radius: 0; }

.mobile-page-content .chosen-container-active.chosen-with-drop .chosen-single div {
  width: 19px; }
  .mobile-page-content .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("images/droplist-arrow.png") no-repeat 0 center;
    
  }*/

/************Match Results page*****************/

.match-results .mobileHexBlockContainer {
 width:90%;
 margin:0 auto;
 display:block; }
 .match-results .mobileHexBlockContainer #requestedContainer{
  width:50%;
  float:left; }
    .match-results .mobileHexBlockContainer #requestedContainer #requestedColorInfo { 
     width:60%;
     margin:0 auto; }
    .match-results .mobileHexBlockContainer #requestedContainer #requestedHex {
     margin:0 auto;
     width:60%;
     padding-bottom:55%;
     height:0; }
 .match-results .mobileHexBlockContainer #matchContainer {
  width:50%;
  float:right; }
  .match-results .mobileHexBlockContainer #matchContainer #matchColorInfo {
   width:60%;
   margin:0 auto; }
  .match-results .mobileHexBlockContainer #matchContainer #matchHex {
   margin:0 auto;
   width:60%;
   padding-bottom:55%;
   height:0; }

/*******************************ipad Styling End****************************/


@media only screen and (min-device-width:320px) and (max-device-width:480px) {

    /***Layout page***/
    .mobileMenu .mobileLink {
     border-top:1px solid #ffffff;
     background-color:#333333;
     display:block;
     height:40px;
     line-height:40px;
     color:#ffffff;
     text-align:center;
     text-decoration:none; }

    .mobile-header-content .mobileLogo {
      width: 39px;
      height: 55px;
      margin-left:5px;
      background-image: url("images/FPicon.png");
      background-repeat: no-repeat;
      background-position: center;
      display: inline-block; }

    /*******************************iphone Styling Start****************************/

    /***Login page***/
    .login-page .mobile-page-content {
     width:98%; }

    /***header***/
    .mobile-header-content .admin-menu {
     width:100px; }

    /***details page***/
    #ProductDetails .header .mobile-row {
      width: 100%;
      clear: both;
      display: block;
      position: relative;
      margin:10px 10px 0px 10px;
      text-align:left; }

    .mobile-page-content #ProductDetails #canSize {
      width: 280px; 
      font-size: 0px; }

    /***Match Index page***/
    .search-page .search-form .iphone-content #ManufacturerSelect {
     width:290px; }

    /***Search Index page***/
    .search-page .search-form .iphone-content #BrandSelect {
     width:270px; }
    .search-page .search-form .iphone-content #ProductSelect {
     width:270px; }

    /*** admin page search results ***/
    .mobile-page-content .iphone-user-table {
     width:290px;
     margin:0;
     padding:0;
     display:block;
    }
    .mobile-page-content .iphone-user-table tr{
     width:90%;
    }



}