﻿
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    padding-right: 0px;
    padding-left: 0px;
}

body {
    background-color: #fff;
    font-family: "Open Sans", Arial, Times, serif !important;
    color: #004282;
    font-size: 16px;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Open Sans", Arial, Times, serif !important;
    color: rgb(0, 173, 238);
    font-weight: 700;
}
.main{
padding: 0 5%;
}
.container .jumbotron {
    margin-bottom: 0px;
    border-radius: 0;
    padding: 0 30px;
    background: transparent;
}

.container {
    padding: 0px;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.1);
    /*border: 1px solid #e6e6e6;*/
}

.header {
    background-repeat: no-repeat;
    background-position: center center;
    max-height: 775px;
    max-width: 1200px;
    background-image: url('../Images/banner.png');
    background-size: cover;
    margin-bottom: -10%;
    /*background-color: #2db5eb;*/
}

.footer {
    /*text-align: center;*/
    padding: 15px 30px;
    display: inline-block;
    width: 100%;
}

.divcenter {
    min-height: 209px;
    margin: 0 auto;
    margin-top: 40px;
}

.imright {
    float: right;
}

.divfootp {
    margin: 0 auto;
}

.toptext p {
    font-size: 16px;
    text-align: justify;
    padding-right: 30px;
    padding-left: 20px;
    /*margin: 0px;*/
}

.title1 {
    margin: 0px;
    font-weight: bold;
}

.maintext {
    /*color: #454545;*/
    color: #fff;
}

.greentext {
    color: #1D7D4D;
    color: #000000;
}

.blacktext {
    color: #000000;
}

.bluetext {
    /*color: #186a8f;*/
     color:rgb(1, 33, 105);
    font-weight: bold;
}

.toptext h3 {
    text-align: left;
    padding-left: 20px;
}

coloredcontent {
    padding: 20px 10px;
    border-radius: 5px;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
}

.tnccontent {
    margin-left: 10px;
    margin-right: 10px;
}

.jumbotron {
    font-size: 16px;
    line-height: 2.14286;
}

select.form-control {
    border: 1px solid #00b3f0;
}

.form-control {
    margin-right: 10px;
    color: #004282;
    border: none;
    box-shadow: none;
    border-bottom: 1px dashed #004282;
    background: transparent;
    padding-bottom: 0;
}

    .form-control:focus {
        border-color: #00b3e3;
        outline: 0px none;
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 4px rgba(162,144,97,0.4);
    }

.coloredcontent label {
    font-weight: normal;
    padding-left: 10px;
    /*color: #fff;*/
}

.col-0 {
    margin: 0;
    padding: 0;
}

.coloredcontent .row {
    margin: 10px 0px 10px 0px;
}

.coloredcontent .smallabel {
    font-size: 14px;
}

.button {
    border: none;
    border-radius: 2px;
    margin: 10px;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    width: auto;
    height: auto;
    background-color: #00b3e3;
    color: #fa1126;
    padding: 0.1em 2em;
    background-color: #fdc300;
    color: #012169;
    outline: none;
    opacity: 0.8;
    text-shadow: -2px -1px 2px rgba(250, 250, 250, 1);
    border: 1px solid  transparent;
}

    .button:hover {
        opacity: 1;
    }

.title2 {
    font-size: 16px;
    font-weight: bold;
}

.title3 {
    font-size: 14px;
}

.numberlist {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    list-style-position: inside;
    text-align: left;
    font-size: 14px;
}

    .numberlist li {
        margin: 10px auto;
        padding-right: 10px;
        padding-left: 10px;
    }

.footerimg {
    bottom: 0px;
    vertical-align: bottom;
    text-align: left;
}

.linkTNC {
    font-size: 14px;
    text-decoration: underline;
    /*color: #fff;*/
}

.linkTNC2 {
    color: #186a8f;
    text-decoration: none;
}

.coloredcontent a {
    /*color: #fff;*/
    text-decoration: underline;
}

    .coloredcontent a:hover {
        color: #186a8f;
    }

/*.linkTNC3:hover, .linkTNC3:focus {
    text-shadow: none;
    color: #fff;
}*/

a:hover, .linkTNC:hover, .linkTNC2:hover, .linkTNC2:focus {
    /*color: #ffcb05;*/
    color: #004282;
    font-weight: bold;
    text-decoration: underline;
}

.btn-upload, .btn-cancel {
    border: none;
    border-radius: 2px;
    margin: 10px;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3bb7e+0,a29061+100 */
    background: #d3bb7e; /* Old browsers */
    background: -moz-linear-gradient(top, #d3bb7e 0%, #00b3e3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d3bb7e 0%,#00b3e3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d3bb7e 0%,#00b3e3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3bb7e', endColorstr='#00b3e3',GradientType=0 ); /* IE6-9 */
}

    .btn-upload:hover {
        transform: scale(0.95);
    }

    .btn-cancel:hover {
        transform: scale(0.95);
    }

.btn-browse {
   border-radius: 4px;
    border: 1px solid #00b3f0;
    margin: 10px;
    font-size: 16px;
    line-height: 20px;
  
    padding: 10px;
    /*padding-left: 10px;
    padding-left: 25px;*/
   width: 90%;
margin: 0 auto;
}

    .btn-browse:hover {
        transform: none;
        /*background-color: rgb(249, 183, 0);*/
         background-color: #f5fbfe;
    }

.imguploaded {
    width: 95%;
    background-color: white;
    margin: 0 auto;

max-width: 700px;
}

.load1 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 999;
    opacity: 0.90;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    color: #094FA3;
    font-size: 26px;
    border-radius: 10px;
    box-shadow: inherit;
    text-align: center;
    width: 100%;
    height: 100%;
    display: none;
}

.progressbar {
    width: 100%;
    height: 21px;
}

.progressbarlabel {
    width: 100%;
    height: 21px;
    position: absolute;
    text-align: center;
    font-size: small;
}

.title4 {
    padding: 0px;
    margin: 0px;
    line-height: 10px;
    font-size: 12px;
}

.toptext .htnc {
    padding-left: 30px;
}

.nopads {
    margin: 0;
    padding: 0;
}

.val {
  font-size: 14px;
color: red;
border: 1px solid red;
padding: 2%;
text-align: center;
border-radius: 4px;
}

.attention {
    color: red;
    font-size: 12px;
}

.col-pet-food {
    width: 11%;
    text-align: center;
    margin: 0px auto;
    display: inline-block;
}

    .col-pet-food img {
        display: block;
        margin: 0px auto;
        max-width: 100%;
        height: auto;
        -webkit-transition: -webkit-transform 1s; /* Safari */
        transition: transform 1s;
    }

        .col-pet-food img:hover {
            transform: scale(1.4);
        }

.goldshadow {
    text-shadow: -2px -2px 2px rgba(162, 144, 97, 0.6);
}

.coloredcontent input[type="checkbox"] {
    width: 20px;
    height: 20px;
}
/*.coloredcontent span {
    font-weight: normal;
    padding-left: 4px;
     color: #fff;  
}*/
.masterpetlink {
    height: 8%;
    width: 25%;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.coloredcontent .glyphicon {
    color: #00b3e3;
    top: 0px !important;
    font-size: 10% !important;
}

.coloredcontent .myglyphicon {
    color: #fff200;
    font-size: 18px;
    /*text-shadow: -1px -1px 3px rgba(133,133,133,0.6);*/
    line-height: 1;
    top: 0;
    color: #f9b700;
    /*text-shadow: -1px -1px 3px rgba(42,109,140,0.7);*/
}

.tnc {
    font-size: 16px;
    /*color: #333333;*/
    width: 100%;
    margin: 0;
    padding: 20px;
    font-weight: normal;
}

    .tnc ul {
        margin-left: 0;
        padding: 10px;
        list-style-type: none;
        font-weight: normal !important;
    }

        .tnc ul li {
            margin: 10px auto;
            word-wrap: break-word;
            word-break: normal;
        }

        .tnc ul li {
            font-weight: normal;
        }

            /*.tnc ul li::first-letter {
                font-weight: bold;
            }*/

    .tnc .pad-10 {
        padding-left: 10px;
    }

    .tnc td:first-child {
        min-width: 250px;
    }

    .tnc td {
        border: solid 1px #808080;
        padding: 0.4em;
        text-align: left;
        max-width: 400px;
        vertical-align: top;
    }

    .tnc th {
        border: solid 1px #808080;
        padding: 0.5em;
        text-align: center;
    }

.nowrap {
    white-space: nowrap;
}

.col-pet-food a {
    font-weight: bold;
    color: #186a8f;
}

    .col-pet-food a:hover {
        text-decoration: none;
        color: #00b3e3;
    }

.a-absolute {
    position: absolute;
    border-radius: 25px;
    background: none;
    background-color: transparent;
    top: 140px;
    left: 75px;
    width: 160px;
    height: 125px;
}

.divtnc {
    font-size: 12px;
    line-height: 12px;
    text-align: left;
}

.MsoNormal {
    margin: 5px 0 0 0;
    font-weight: normal;
}

.effect5:after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}

.effect5:before, .effect5:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 35px 20px #777;
    -moz-box-shadow: 0 35px 20px #777;
    box-shadow: 0 35px 20px #777;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.bottomlogo {
  max-width: 80%;

vertical-align: bottom;
display: inline;
}

.row {
    margin-right: 0;
    margin-left: 0;
}
/*.goldtext {   
    font-weight:bold;  
    color: #ffcb05 !important; 
}*/
.arrow-right {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 20px solid #fdc300;
    line-height: 0;
    font-size: 0;
    display: inline;
    vertical-align: middle;
}

.prearrow {
    background-color: #fdc300;
    display: inline-block;
    line-height: 60px;
}

.claim {
    text-align: left;
    margin: 10px auto;
}

.greybox {
    font-size: 0.8em;
    border-radius: 4px;
    padding: 10px;
    background: #fff;
    color: #757982;
    background: #ccc;
}

.box p{
    font-size: 0.8em;
    border-radius: 4px;
    padding: 10px;
    background: #fff;
    border: 1px solid #00b3f0;
    padding:10px;
}

.box2 {
    border-radius: 4px;
    padding: 10px;
    background: #f5fbfe;
    border: 1px solid #00b3f0;
}

.mar10 {
    margin: 10px auto;
}

  

    .radio_btn input {
        margin: 10px;
    }

.rb {
    position: relative;
}

    .rb label {
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
        border-radius: 6px;
        padding: 10px;
        margin: 10px;
        cursor: pointer;
        width: 100%;
        text-align: left;
    }

    .rb input {
        position: absolute;
        left: 10px;
        top: 50%;
    }

.btn {
    font-weight: bold;
}

.qmark {
    font-weight: 700;
}

input[type="checkbox"], input[type="radio"] {
    margin-left: 20px;
}
.field{max-width:100%}
.field .form-control,.field label{display:inline; max-width:100%; min-width:40%}
    .field label {
        vertical-align: bottom;
        padding-bottom: 0;
        line-height: 16px;
    }
.field.inner label{padding-left:10%; }
 label.radio_btn{
    border-radius: 4px;
    border: 1px solid #00b3f0;
margin: 10px auto;
font-size: 20px;
line-height: 40px;
font-weight: bold;
width: auto;
height: auto;
padding: 0.1em 2em;

color: rgb(1, 33, 105);
outline: none;
/*opacity: 0.8;*/

     }
 .radio_btn.checked,.radio_btn:hover
{     
/*background-color: rgb(253, 195, 0);*/
background-color: #f5fbfe;

    }
 .radio_btn:hover
{     
background-color: #f5fbfe;
    }