﻿.clearfix {
  overflow: auto;
  zoom: 1;
}

#petkey{background-color: white; font-family:"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; height:100%;text-align: left;}

.pk-h1{ font-size: 1.5em;font-weight: bold;}
.pk-h2{ font-size: 1.2em;margin-bottom: 15px;}
.pk-h3{ font-size: 1.0em;font-weight: bold;color: gray;}
.pk-h4{ font-size: .75em;font-weight: bold; color: rgb(51, 51, 51);}

#petkey input[type='radio']{ border: 0px !important;}
.pk-radio{ margin: 15px;border: 0px!important;}

.pk-survey-container{ background-color: white;border-radius: 5px;border: solid 1px black; padding:15px;margin: 15px;text-align: left;}
.pk-label{ font-size: 1.2em;}

.pk-btn
{
    margin-right:15px;
    padding:0px 10px 0px 10px;
    font-size:.85em; 
    font-family:"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: white;
    background-color: #008CBA;
    min-height:40px;
    border: 0px;
    border-radius: 2px;
    cursor: pointer;
}

.pk-btn-secondary
{
    margin-right:15px;
    padding:0px 10px 0px 10px;
    font-size:.85em; 
    font-family:"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    min-height:40px;
    background-color: #E7E7E7;
    border: 0px;
    border-radius: 2px;
    cursor: pointer;
}

.pk-btn-success
{
    margin-right:15px;
    padding:0px 10px 0px 10px;
    font-size:.85em; 
    font-family:"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: white;
    background-color: #43AC6A;
    min-height:40px;
    border: 0px;
    border-radius: 2px;
    cursor: pointer;
}

.pk-breed-result-container{ width: 300px;border: solid 1px silver;float: left;margin: 0 15px 15px 0;cursor: pointer;}
.pk-breed-result-info{ text-align: center;border-top: solid 1px silver;padding: 5px;}

.pk-rate-container{ line-height: 3.5em; width: 50px;text-align: center;border: solid 1px silver;float: left;}
.pk-rate-container-selected{ line-height: 3.5em; width: 50px;text-align: center;border: solid 1px silver;float: left;background-color: black; color: white;}
.pk-rate-container:hover{ background-color: #f1f1f1; color: black;}
.pk-rate-label{ width: 100px;font-size: .8em;font-weight: bold; float: left;text-align: center;padding: 5px;}

.pk-table{ border: solid 1px silver;}
.pk-table td{ padding: 10px;text-align: right;}
.pk-table th{ padding: 10px;text-align: left;font-weight: normal;color: GrayText;}
.pk-table tr{ background-color: white;}
.pk-table tr:nth-child(2n){ background-color: rgb(249, 249, 249);}

.pk-photo{ border: solid 1px silver;}
.pk-photo-box{ box-shadow: 5px 5px 10px #999999; border: solid 1px silver;overflow: hidden;margin: 0 15px 15px 0px;}
.pk-photo-box:hover{ box-shadow: 5px 5px 10px #888888;}
.pk-photo-box img{ width: 100%;}
.pk-photo-thumb{ float: left;width: 100px;margin: 5px 5px 0px 0px;border: solid 1px silver;cursor: pointer;}
.pk-video-thumb {
    height: 75px;
    color: #008CBA;
    text-align: center;
    line-height: 1.5em;
    float: left;
    width: 100px;
    margin: 5px 5px 0px 0px;
    border: solid 1px silver;
    cursor: pointer;
}

.pk-form{ border: solid 1px silver;padding: 20px;}
.pk-form label{ display: block;font-size: 1.0em;font-weight: bold;color: GrayText;margin-bottom: 3px;}
.pk-form label em:after{ content: '*';color: red;}
.pk-form input{width: 100%; font-size: 1.5em;display: block;margin-bottom: 10px;margin-top: 3px;}
.pk-form textarea{width: 100%;min-height: 100px; font-size: 1.5em;display: block;margin-bottom: 10px;margin-top: 3px;}

.pk-center{ text-align: center;}
.pk-filter{ padding: 10px;background-color: #f1f1f1;margin: 10px 0 10px 0; }
.pk-filter select{ font-size: 1.2em; width: 75%;margin-bottom: 10px;}
.pk-filter label{ font-size: 1.0em;display: block;font-weight: bold;}


/* pk-grid*/
.pk-grid{
    width: 100%; 
    max-width: 1200px;      
}

/*-- our cleafix hack -- */ 
.pk-row:before, 
.pk-row:after {
    content:"";
        display: table ;
    clear:both;
}

[class*='pk-col-'] {
    float: left; 
    min-height: 1px; 
    width: 16.66%; 
}

.pk-col-1{ width: 16.66%; }
.pk-col-2{ width: 33.33%; }
.pk-col-3{ width: 50%;    }
.pk-col-4{ width: 66.66%; }
.pk-col-5{ width: 83.33%; }
.pk-col-6{ width: 100%;   }

@media all and (max-width:650px){
    .pk-col-1{ width: 50%;        }
    .pk-col-2{ width: 100%;    }
    .pk-col-3{ width: 100%;    }
    .pk-col-4{ width: 100%;    }
    .pk-col-5{ width: 100%;    }
    .pk-col-6{ width: 100%;      }
}