
body {
    color: #434343;
    font-size: 18px;
     font-family: 'Arboria-Book', sans-serif;
}
@font-face {
    font-family: 'Arboria-Book_condensedregular';
    src: url('../fonts/Arboria/Arboria-Book-EOT.woff2') format('woff2'),
       url('../fonts/Arboria/Arboria-Book-EOT.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Arboria-Bold-Semibold';
    src: url('../fonts/Arboria/Arboria-Bold-EOT.eot');
    src: url('../fonts/Arboria/Arboria-Bold-EOT.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/Arboria/Arboria-Bold-EOT.woff2') format('woff2'), 
        url('../fonts/Arboria/Arboria-Bold-EOT.woff') format('woff'); 
    font-weight: normal;
    font-style: normal;
}
h2 {
    color: #FF6400;
    font-family: "proxima-nova-extra-condensed", sans-serif;
}

.header_top {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C9C9C9;
    margin-bottom: 5px;
}

nav {
    margin: 0px !important;
}
.navbar-default {
    background: none;
}

.margin-right-twenty {
    margin-right: 20px;
}

.margin-bottom-ten {
    margin-bottom: 10px;
}
.margin-right-15{
    margin-right:15px;
}

.margin-bottom-twenty {
    margin-bottom: 20px;
}

.margin-bottom-top-five {
    margin: 5px 0px;
}

.logo img {
    width: 10em;
}

header button, footer button, .logoff {
    background: none repeat scroll 0 0 #636363 !important;
    border: 1px solid #636363 !important;
    border-radius: 5px !important;
    padding: 3px 10px !important;
    color: white;
    cursor: pointer;
}

    .logoff a {
        color: white;
    }

        .logoff a:hover {
            background: none repeat scroll 0 0 #636363 !important;
        }

.header_right_side {
    padding-top: 16px;
}

.nav > li > a {
    padding: 0px 0px 0px 0;
}

.navbar-default {
    border-radius: 0px;
    border: 0px;
    box-shadow: none;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: white;
    }

.separator a {
    cursor: default;
    color: black !important;
}

#home_page_banner {
    padding: 0px;
}

    #home_page_banner img {
        width: 100%;
        max-height: 400px;
    }

.home_images_block {
    background: none repeat scroll 0 0 #EFEFEF;
    max-height: 150px;
    min-height: 150px;
    max-width: 234px;
}

    .home_images_block img {
        min-height: 114px;
    }

    .home_images_block p {
        background: none repeat scroll 0 0 #636363 !important;
        color: #FFFFFF;
        font-size: 25px;
        margin: 0;
        text-align: center;
    }

.fb {
    padding: 3% 0px;
    margin: 0px 3%;
    border-bottom: 1px solid rgb(229, 229, 229);
}

    .fb a {
        width: 210px;
        display: inline-block;
    }

.border-right-grey {
    border-right: 1px solid #C8C8C8;
}

.border-left-grey {
    border-left: 1px solid #C8C8C8;
}

.sign-up-options {
    font-size: 12px;
    text-align: center;
    text-decoration: underline;
}
    footer .signup {
        margin: .5%;
        width: 99%;
        vertical-align: middle;
        display: table;
        line-height: 30px;
        background: #e1e1e1;
        height: 100px;
    }

        footer .signup > div {
            vertical-align: middle;
            display: table-cell;
        }

.margin-right-ten {
    margin-right: 10px;
}

.margin-right-fourty {
    margin-right: 40px;
}


.margin-right-five-imp {
    margin-right: 5px !important;
}

.margin-top-five-imp {
    margin-top: 5px !important;
}
/** inventory css **/

.studs {
    border: 1px solid #636363;
    border-radius: 10px;
    margin-bottom: 10px;
}

    .studs .header {
        background: none repeat scroll 0 0 #636363;
        border-radius: 8px 8px 0 0;
        color: #FFFFFF;
        padding: 5px;
        min-height: 37px;
    }

.invoice_cost_parent {
    border: 1px solid black;
    border-radius: 10px 10px 0px 0px;
    min-height: 200px;
}

.invoice_costs {
    background: none repeat scroll 0 0 #636363;
    color: white;
    border-radius: 10px 10px 0px 0px;
    padding: 5px;
}

.studs_information_parent {
    border: 1px solid #636363;
    position: relative;
    margin: 20px 5%;
    width: 90%;
    border-radius: 10px;
    float: left;
}

.studs_information_header {
    background: none repeat scroll 0 0 white;
    height: 20px;
    left: 20px;
    padding: 0 5px;
    position: absolute;
    top: -10px;
}

.studs_edit {
    background: none repeat scroll 0 0 #d3d3d3;
    border-radius: 5px 10px 0 0;
    color: white;
    padding: 3px 10px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.studs_information {
    margin: 10px;
}

    .studs_information .row, .straw_information_parent_sm .straw_information_body .row {
        margin-bottom: 10px;
    }

.ship_collection {
    float: right;
    padding: 5px;
    text-align: right;
}

.straw_information_parent_lg, .straw_information_parent_sm {
    border: 1px solid #636363;
    border-radius: 5px;
    min-height: 40px;
    margin: 20px 5%;
    width: 90%;
    overflow: auto;
}

    .straw_information_parent_lg .straw_information_body {
        padding: 5px;
        min-height: 55px;
        font-size: 12px;
    }

        .straw_information_parent_lg .straw_information_body button {
            line-height: 16px;
        }

.straw_information_header {
    background: none repeat scroll 0 0 #D3D3D3;
    border-radius: 5px 5px 0 0;
    min-height: 30px;
    padding: 5px;
    width: 100%;
    font-size: 12px;
}
/** inventory css **/

.full-width {
    width: 100%;
}

.full-width-imp {
    width: 100% !important;
}

.clear-both {
    clear: both;
}

.straw_information_parent_lg .table-responsive {
    min-width: 500px;
}

.studs_body {
    display: table;
    padding: 10px;
    width: 100%;
}

.border-right-lightgrey {
    border-right: 1px solid #D3D3D3;
}

.ship_inventory_chart_price {
    margin: 7px 2px;
}

.ship_inventory_chart_price_input {
    float: left;
    width: 76%;
}

.remove_collection {
    border-bottom: 1px solid #636363;
    color: #0000FF;
    font-size: 10px;
    margin: 0 10px 10px;
    padding-bottom: 5px;
    text-align: right;
}

.add_collection {
    color: #0000FF;
    font-size: 10px;
    margin: 10px 0px;
    text-align: center;
    text-decoration: underline;
}

    .add_collection span {
        cursor: pointer;
    }

.min-width-500 {
    min-width: 500px;
}

.overflow-auto {
    overflow: auto;
}

.margin-top-10 {
    margin-top: 10px;
}

#slider1_container {
    width: 100% !important;
    position: relative !important;
    height: 150px !important;
}

    #slider1_container > div {
        /*position: relative !important;*/
        margin: 0 auto !important;
        transform: none !important;
    }

.studs_information input[type="text"] {
    margin-bottom: 10px;
}

.add_to_shipment_button {
    margin-top: 10px;
}

    .add_to_shipment_button a {
        background: #c7d1d6;
        padding: 5px;
    }

.border-bottom-black {
    border-bottom: 1px solid black;
}

.border-right-black {
    border-right: 1px solid black;
}

.ship_inventory_continue_button, .add_more_straws_button {
    border-radius: 7px;
    color: white;
    font-weight: bold;
    background: none repeat scroll 0 0 #636363;
}

.semen-release-option-header {
    background: none repeat scroll 0 0 #f1f1f1;
    color: black;
}

.semen-release-options {
    color: #13a2ba;
    font-family: Arboria-Bold-Semibold;
    font-size: 18px;
}

.border-bottom-grey {
    border-bottom: 1px solid #e5e5e5;
}

.text-center-imp {
    text-align: center;
}

.storage-customer {
    width: 100%;
    display: table;
    height: 250px;
}

    .storage-customer > div {
        display: table-cell;
        vertical-align: middle;
        font-size: 39px;
        line-height: 24px;
        text-align: center;
    }

    .storage-customer span {
        font-size: 16px;
        font-weight: bold;
    }

.storage-customer-parent {
    background: none repeat scroll 0 0 #dddddd;
}

.invoice_costs_body label {
    border: 1px solid #636363;
    margin: 10px;
    padding: 5px;
}

.checkout {
    bottom: 10px;
    left: 31%;
    position: absolute;
}

.ship_inventory_order_send_invoice {
    margin-top: 20px;
}

.ship_inventory_order_product_detail {
    font-size: 20px;
    color: lightGray;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(99, 99, 99);
    padding: 5px 0px;
}

.ship_inventory_order_send_invoice .header {
    font-size: 20px;
    color: black;
}

.ship_inventory_order_checkout_myself .checkout_myself {
    padding: 5px 5px 0px 15px;
    float: left;
}
    .ship_inventory_order_checkout_myself .header label {
        color: rgb(255, 100, 0);
        font-size: 20px;
        font-weight: normal;
    }

    .ship_inventory_order_checkout_myself .shipping_info label, .shipping_options label {
        font-size: 16px;
        font-weight: bold;
    }

    .ship_inventory_order_checkout_myself .same_billing_add div {
        float: left;
    }

    .ship_inventory_order_checkout_myself .same_billing_add input {
        float: left;
    }

    .ship_inventory_order_checkout_myself .same_billing_add label {
        color: #000000;
        float: left;
        font-size: 10px;
        font-weight: normal;
        margin-top: 2px;
    }

    .ship_inventory_order_checkout_myself .shipping_options .options_name_wrapper {
        position: relative;
        border: 1px solid rgb(99, 99, 99);
        border-radius: 5px;
    }

        .ship_inventory_order_checkout_myself .shipping_options .options_name_wrapper .options_name {
            background: none repeat scroll 0 0 white;
            color: #000000;
            font-size: 20px;
            font-weight: bold;
            height: 20px;
            left: 20px;
            padding: 0 10px;
            position: absolute;
            top: -15px;
        }

        .ship_inventory_order_checkout_myself .shipping_options .options_name_wrapper .options {
            float: left;
            padding: 15px;
            width: 100%;
        }

            .ship_inventory_order_checkout_myself .shipping_options .options_name_wrapper .options span {
                float: left;
            }

    .ship_inventory_order_checkout_myself .ship_options_info label {
        margin-bottom: 5px;
    }

    .ship_inventory_order_checkout_myself .ship_options_info div {
        font-size: 12px;
    }

    .ship_inventory_order_checkout_myself .shipping_options .options_name_wrapper .options div {
        float: left;
        width: 100%;
    }

    .ship_inventory_order_checkout_myself .shipping_options .options_name_wrapper .options label {
        color: black;
        font-size: 13px;
        float: left;
        margin: 0px;
    }

    .ship_inventory_order_checkout_myself .shipping_options_wrapper {
        position: relative;
    }

    .ship_inventory_order_checkout_myself .shipping_options {
        position: absolute;
        top: -5px;
    }

.new-bitch-owner {
    color: #999999;
    float: left;
    font-size: 16px;
    margin: 0 0 5px;
    width: 100%;
}

    .new-bitch-owner label {
        font-size: 17px;
    }

.new-bitch-terms {
    border: 1px solid #999999;
    box-shadow: -1px 0 8px 0 rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: -1px 0 8px 0 rgba(0, 0, 0, 0.075) inset;
    -o-box-shadow: -1px 0 8px 0 rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: -1px 0 8px 0 rgba(0, 0, 0, 0.075) inset;
    color: #434343;
    font-size: 14px;
    max-height: 150px;
    overflow: auto;
    padding: 10px;
}

.new-bitch-terms-wrapper label {
    font-size: 13px;
    color: #000000;
    padding-left: 5px;
}

.new-bitch-terms-wrapper {
    margin-top: 10px;
}
.button {
    background: none repeat scroll 0 0 #636363;
    border: 1px solid #636363 !important;
    border-radius: 7px;
    color: white !important;
    padding: 6px 10px;
    font-weight: bold;
}

.blue-important {
    color: blue !important;
}
td {
    padding: 5px;
}

.changewidthinput {
    width: 84px !important;
    border-radius: 0px !important;
    border-color: 1px solid #575757 !important;
    border-top-color: 1px solid #575757 !important;
    border-right-color: 1px solid #575757 !important;
    border-bottom-color: 1px solid #575757 !important;
    border-left-color: 1px solid #575757 !important;
}

.payment {
    margin: 10px;
    padding: 5px;
    border: 1px solid black;
    background: none repeat scroll 0% 0% white;
    width: 70px;
    text-align: center;
}

.payment-storage {
    margin: 10px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 17px;
    left: 17px;
}

.orange-bold-text {
    color: #FF6400;
    font-weight: bold;
}

.orange {
    color: #ff6400;
}
.orange1 {
    color: #d54c08;
}
.background-orange {
    background: #ff6400;
}

.pay-storage-div {
    width: 60%;
    height: 70px;
    padding: 10px 0px;
}

    .pay-storage-div ul li {
        width: 50%;
        float: left;
    }

.pay-storage-div-40 {
    width: 40%;
    height: 70px;
    padding: 10px 0px;
}

.vetclients .header {
    padding: 10px 0px;
    background: none repeat scroll 0 0 #636363;
    border-radius: 8px;
    color: #FFFFFF;
    float: left;
    width: 100%;
}

    .vetclients .header label {
        padding-top: 6px;
    }

.vetclients .vet-client-info {
    float: left;
    margin: 20px 0;
    width: 100%;
    border-bottom: 1px solid #636363;
}

.vet-client-info h3 {
    margin: 0px;
    color: #D3D3D3;
    font-weight: bold;
    text-align: left;
}

.vet-client-info h4 {
    text-align: left;
    margin: 0px;
    color: #D3D3D3;
    margin-bottom: 5px;
}

.vet-client-info h5 {
    margin: 0px;
    color: blue;
    text-decoration: underline;
    text-align: left;
    padding: 5px 0px;
}

.vet-client-info > div:nth-child(2) {
    border-left: 1px solid #D3D3D3;
}
    .vet-client-info > div:nth-child(3) button {
        margin: 10% 0px;
    }

.margin-left-twenty {
    margin-left: 20px;
}

.color-black {
    color: #000000;
}

.dashboard h4 {
    text-align: left;
    margin: 20px;
}

.dashboard .studs-name {
    border: 1px solid #636363;
}

    .dashboard .studs-name > div {
        padding: 5px;
        border-bottom: 1px solid #636363;
    }

        .dashboard .studs-name > div:last-child {
            border: none;
        }

.dashboard .header {
    border-radius: 8px 8px 0px 0px;
    font-weight: bold;
    padding: 5px;
}

.dashboard .studs-view {
    background: none repeat scroll 0 0 #d3d3d3;
    border: 1px solid #636363;
    cursor: pointer;
    margin: 5px;
    padding: 3px;
    text-align: center;
    border-radius: 5px;
}

    .dashboard .studs-view a {
        color: #636363;
    }

.dashboard .studs-description {
    border-bottom: 1px solid #636363;
    color: #000000;
    float: left;
    font-size: 13px;
    margin: 20px 3%;
    padding-bottom: 20px;
    width: 94%;
}

.dashboard .studs-description-parent {
    float: left;
    max-height: 250px;
    overflow: auto;
    width: 100%;
}

.no-shipment {
    float: left;
    width: 94%;
    margin: 10px 3%;
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #636363;
    color: black;
}

.margin-twenty {
    margin: 20px;
}

.margin-top-bottom-twenty {
    margin: 20px 0px;
}

.margin-top-bottom-ten {
    margin: 10px 0px;
}

.color-grey {
    color: #D3D3D3;
}

.color-white {
    color: white;
}

.color-dark-grey {
    color: #636363;
}

.padding-10 {
    padding: 10px;
}

.padding-5 {
    padding: 5px;
}

.padding-5-imp {
    padding: 5px !important;
}

.padding-top-bottom-10 {
    padding: 10px 0px;
}

.text-underline {
    text-decoration: underline;
}

.border-none {
    border: none;
}

.border-bottom-none-imp {
    border-bottom: none !important;
}

.existing-customer-signup {
    border-bottom: 1px solid #E5E5E5;
    margin: 15px 15px 20px;
    padding: 0 0 20px;
}

.inventory-invitations h4 {
    color: #636363;
    font-weight: bold;
}

.right-inner-addon {
    position: relative;
}

    .right-inner-addon input {
        padding-right: 30px;
    }

    .right-inner-addon i {
        position: absolute;
        right: 0px;
        padding: 10px 12px;
        pointer-events: none;
    }

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px !important;
    word-break:break-all;
}

.font-size-15 {
    font-size: 15px;
}

.client_inv_studs_wrapper {
    min-width: 750px;
}

.transfer-ownership {
    margin: 50px 0px;
}

    .transfer-ownership thead, .transfer-ownership tbody {
        border: 1px solid grey;
    }

        .transfer-ownership thead th {
            background: none repeat scroll 0 0 #636363;
            color: white;
            padding: 5px 15px;
        }

        .transfer-ownership tbody td {
            background: none repeat scroll 0 0 lightGrey;
            padding: 5px 15px;
            text-align: center;
        }

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.font-weight-bold {
    font-weight: bold;
}

select {
    color: #636363;
}

.min-height-500 {
    min-height: 500px;
}
.separator {
    font-size: 12px;
    text-align: center;
    width: 40px;
}

.button a {
    color: white !important;
}

.filter-by-studs a {
    color: #636363 !important;
}

.menu a:hover, .menu a:focus, footer a {
    color: #000 !important;
    font-family: Arboria-Bold-Semibold;
}

.menu a {
    color: #777 !important;
}

#ddlclients > option {
    font-size: 13px;
    padding: 2px;
}

.margin-bottom-zero {
    margin-bottom: 0px;
}

.margin-left-zero {
    margin-left: 0px;
}

.margin-20 {
    margin: 20px;
}

.owner-detail {
    float: right;
    width: 66%;
}

.horse-chicken-image {
    background: url("../images/without-chicken1.png") no-repeat scroll center center / 100% 100% rgba(0, 0, 0, 0);
    position: relative;
}

.ship-collection-wrapper {
    height: 400px;
}

    .ship-collection-wrapper span {
        background: none repeat scroll 0px 0px rgb(255, 100, 0);
        border-radius: 5px;
        color: white;
        cursor: pointer;
        padding: 10px 40px;
        display: inline-block;
        font-size: 19px;
    }

.footer-options, .footer-options a {
    color: #666565;
    font-size: 14px;
    margin-top:20px;
}

footer .footer-nav {
    margin-top: 12px;
}

.margin-top-bottom-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.margin-0-imp {
    margin: 0px !important;
}

.line-height-20 {
    line-height: 20px;
}

.box-shadow-none-imp {
    box-shadow: none !important;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.min-width-800 {
    min-width: 800px;
}

.height-zero {
    height: 0px;
}

#wait {
    background-color: #e8e8e8;
    width: 100%;
    height: auto;
    bottom: 0px;
    top: 0px;
    left: 0;
    position: fixed;
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: none;
}

#wait-block {
    background-color: #e8e8e8;
    width: 100%;
    height: auto;
    bottom: 0px;
    top: 0px;
    left: 0;
    position: fixed;
    opacity: 0.6;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
    display: block;
}

#center {
    bottom: 50%;
    left: 50%;
    z-index: 100;
    position: absolute;
    right: 50%;
    top: 50%;
}

#ddlDate, #StudID, #InventoryStudID {
    color: #555555;
    display: table;
    font-size: 14px;
    padding: 5px;
}

#contact-info-save input:nth-child(1), #billing-address-save input:nth-child(1) {
    margin-right: 20px;
}

.margin-left-5 {
    margin-left: 5px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-6 {
    padding-top: 6px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-20-imp {
    padding-bottom: 20px !important;
}


#changePassword .modal-header, #confirmationPopUp .modal-header, #FreezeCenterSignup .modal-header, #add-bitch .modal-header, #signup .modal-header, #SemenPopUp .modal-header, #login .modal-header, #newCustomer .modal-header, #existingCustomerSignUp .modal-header, #existingCustomer .modal-header, .modal .modal-header {
    background: none repeat scroll 0 0 #E8E8E8;
    padding: 7px 20px;
}

#confirmationPopUp .modal-footer, #changePassword .modal-footer, #add-bitch .modal-footer, #FreezeCenterSignup .modal-footer, #signup .modal-footer, #SemenPopUp .modal-footer, #login .modal-footer, #newCustomer .modal-footer, #existingCustomer .modal-footer, #existingCustomerSignUp .modal-footer, .modal .modal-footer {
    border: none;
}

#SemenPopUp a {
    color: #3B3B3B;
}

#changePassword button, #FreezeCenterSignup input[type="submit"], #newCustomer input[type="submit"], #signup input[type="submit"], #SemenPopUp button, #login button, #existingCustomer button, #existingCustomerSignUp button {
    background: none repeat scroll 0 0 #ff6400;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 21px;
    padding: 3px 3px 4px;
    text-align: center;
    width: 125px;
}

#changePassword h4, #confirmationPopUp h4, #add-bitch h4, #FreezeCenterSignup h4, #signup h4, #SemenPopUp h4, #login h4, #existingCustomer h4, #newCustomer h4, #existingCustomerSignUp h4, .modal h4 {
    color: #3b3b3b;
    font-family: Arboria-Bold-Semibold;
    font-size: 18px;
}

#FreezeCenterSignup .btn-facebook, #signup .btn-facebook, #login .btn-facebook, #newCustomer .btn-facebook, #existingCustomer .btn-facebook, #existingCustomerSignUp .btn-facebook {
    border-radius: 0;
    font-size: 17px;
    line-height: 21px;
    padding-bottom: 10px;
    padding-top: 13px;
    text-align: center;
    font-weight: bold;
}

    #FreezeCenterSignup .btn-facebook i, #signup .btn-facebook i, #login .btn-facebook i, #newCustomer .btn-facebook i, #existingCustomer .btn-facebook i, #existingCustomerSignUp .btn-facebook i {
        padding-top: 5px;
        width: 55px;
    }

#newCustomer .btn-social, #existingCustomer .btn-social, #existingCustomerSignUp .btn-social {
    text-align: center;
}

.change-password-link, #FreezeCenterSignup .footer-links, #signup .footer-links, #login .footer-links, #newCustomer .footer-links, #existingCustomer .footer-links, #existingCustomerSignUp .footer-links {
    border-bottom: 1px solid #475A9C;
    color: #475A9C;
    padding-bottom: 3px;
    font-weight: bold;
}

#newCustomer .footer-separator, #existingCustomer .footer-separator, #existingCustomerSignUp .footer-separator {
    color: #E5E5E5;
    font-size: 35px;
    line-height: normal;
}

.font-fam-Aerial {
}

.versionSelect {
    padding: 4px 7px;
    width: 100%;
    height: 27px;
}
.positive-button, .positive-button:hover, .positive-button:focus, .positive-button:active {
    background: none repeat scroll 0 0 #ff6400 !important;
    border: medium none !important;
    border-radius: 3px;
    box-shadow: none !important;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Arboria-Bold-Semibold;
    font-size: 16px;
    margin: 0 10px;
    min-width: 100px;
    padding: 3px 10px 4px;
    text-align: center;
}


.dark-grey-button, .dark-grey-button:hover, .dark-grey-button:focus, .dark-grey-button:active {
    background: none repeat scroll 0 0 #696969 !important;
    border: medium none !important;
    border-radius: 3px;
    box-shadow: none !important;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Arboria-Bold-Semibold;
    font-size: 16px;
    margin: 0 10px;
    min-width: 100px;
    padding: 3px 10px 4px;
    text-align: center;
}

.negative-button, .negative-button:hover, .negative-button:focus, .negative-button:active {
    background: none repeat scroll 0 0 #b8b8b8 !important;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    min-width: 100px;
    padding: 3px 10px 4px;
    text-align: center;
    margin: 0px 10px;
    box-shadow: none !important;
    border: none !important;
    font-family: Arboria-Bold-Semibold;
}

.green-span-button {
    background: none repeat scroll 0 0 green;
    border: medium none;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: Arboria-Bold-Semibold;
    font-size: 16px;
    padding: 3px 10px;
    text-align: center;
}


.pre-loader {
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.5;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.green-color {
    color: rgb(137, 202, 102);
}

.border-top-grey-imp {
    border-top: 1px solid #e5e5e5 !important;
}

.border-top-grey {
    border-top: 1px solid #d3d3d3;
}

#AddRow {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.light-gray-background {
    background-color: #f6f6f6;
}

.data-message {
    font-family: Arboria-Bold-Semibold;
    color: #585858;
}

.background-none-imp {
     background-color: white !important;
    border-radius:5px !important;
}

.bxslider li {
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.active-slider {
    border: 2px solid #ff6400 !important;
}

.font-size-25 {
    font-size: 25px;
}

.homePageCarousel-continer {
    float: left;
    position: relative;
    width: 100%;
}

    .homePageCarousel-continer .bx-viewport {
        left: 0px !important;
    }

    .homePageCarousel-continer .bx-has-controls-direction {
        display: none;
    }

    .homePageCarousel-continer .bxslider li {
        border: none !important;
        border-radius: 0px !important;
        width: 100% !important;
        left: 0px;
    }

    .homePageCarousel-continer .bx-wrapper .bx-viewport {
        height: 300px !important;
    }


@media (max-width: 500px) {
    .home-page-section {
        margin: 0px 30px !important;
    }
    .youtube-parent {
        position:relative;
    }

    .youtube-parent .video-text {
        font-size: 12px !important;
        left: 5% !important;
        right: 5% !important;
        top: 30px !important;
    }
    .youtube-parent .player-icon {
        font-size: 35px !important;
        top:55px !important;
    }

    .ship-inventory-order .send-invoice-to .mailto .inputdiv {
        right: 39% !important;
    }

    .ship-inventory-order .send-invoice-to .mailto .continue-wrapper {
        left: 60% !important;
    }

    .headerlogo {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .login-wrapper {
        padding: 0px !important;
        width: 100%;
    }

        .login-wrapper div {
            float: left;
            width: 100%;
            text-align: center;
        }

            .login-wrapper div:nth-child(2) button {
                float: none !important;
            }

                .login-wrapper div:nth-child(2) button:nth-child(1) {
                    margin-right: 20px;
                }

                .login-wrapper div:nth-child(2) button:nth-child(2) {
                    margin-right: 0px;
                }
    .diContainerBorder{
        width:100% !important;
        }
    .DataInterceptCreditCardType {
        width: 100% !important;
        float:left !important;
        }
    .DataInterceptCreditCardNumber{
        width: 100% !important;
        float:left !important;
        }
    .DataInterceptExpirationDate{
        width: 100% !important;
        float:left !important;
        }
    .DataInterceptCVV{
        width: 100% !important;
        float:left !important;
        }
    #Paymetric_CVV{
        margin: 0 auto;
    }
    .PaymentPage_PayNowButton{
        margin-left:0px !important;
    }
}

@media (min-width: 767px) {
    #navbarCollapse {
        padding: 0px !important;
    }
}

@media (max-width: 767px) {

    #navbarCollapse {
        width: 100%;
        background: white;
    }

    .navbar-default .navbar-nav > li > a {
        color: #636363 !important;
    }

    .home-page-sign-up {
        float: left !important;
        margin-left: 8px !important;
        margin-top: 10px;
    }

    #header .dropdown-menu {
        left: 0px !important;
    }

        #header .dropdown-menu a {
            padding: 10px !important;
        }

    #header .menu-wrapper {
        float: left;
        width: 100%;
    }

    #header #navbarCollapse {
        background: none repeat scroll 0 0 #f6f6f6;
        border: 1px solid #e8e8e8;
        border-radius: 5px;
        box-shadow: 0 0 5px #e8e8e8;
        -webkit-box-shadow: 0 0 5px #e8e8e8;
        -o-box-shadow: 0 0 5px #e8e8e8;
        -moz-box-shadow: 0 0 5px #e8e8e8;
        padding: 10px 20px !important;
    }

        #header #navbarCollapse .nav {
            margin: 0px;
        }

    #header a {
        height: 38px;
        padding-left: 0px !important;
        margin-bottom: 10px;
		 width: 100%;
        float: left;
    }

    #header .ph-icon {
        float: none !important;
    }

        #header .ph-icon i {
            font-size: 23px !important;
        }

    #header .phone-number {
        float: none !important;
        margin: 0px !important;
    }

    #header .ph-number-wrapper {
        text-align: center;
        float: none !important;
        margin: 0px;
    }

    #header .navbar-toggle {
        top: -99px;
    }

    #header .logout {
        display: none;
    }

    #header .menu-logout {
        display: block !important;
    }

    .ship-inventory-order .send-invoice-to .fedex-parent {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .ship-inventory-order .send-invoice-to .fedex-options {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .horse-chicken-image .title {
        font-size: 20px !important;
    }

    .footer-logo div, .footer-nav {
        text-align: center !important;
    }

    .box .header-text {
        font-size: 16px !important;
    }

    .filter-wrapper .search {
        padding: 0px;
    }

    .filter-wrapper .sort-by {
        padding: 0px;
    }

    .login-wrapper {
        padding-right: 20px;
    }

    .nav > li > a {
        padding: 10px !important;
    }

    .separator {
        display: none !important;
    }

    .home_images_block {
        margin-bottom: 10px !important;
    }

    .vet-client-info > div:nth-child(1) {
        border: none !important;
    }

    .vet-client-info > div:nth-child(3) button {
        margin: 10px 0px !important;
    }

    .nav-search-button {
        left: -7px;
    }

    #navbarCollapse {
        margin-bottom: 20px;
    }

    section {
        padding: 0px 10px;
    }

    .footer-log {
        margin-top: 20px !important;
    }

        .footer-log div {
            text-align: center !important;
        }

    .footer-menu {
        text-align: center;
    }

    .ship-inventory-order .zoetis-forms .same-owner {
        float: left !important;
    }

    .ship-inventory-order .zoetis-forms .new-bitch-info {
        float: left;
        width: 100%;
    }
}

@media (min-width: 990px) and (max-width: 1200px) {
    .ship-inventory-order .zoetis-forms .same-owner {
        float: left !important;
    }
}


@media (max-width: 991px) {
    .ship-inventory-order .zoetis-forms .payment-content-right {
        float: left !important;
    }

    .ship-inventory-order .zoetis-forms .payment-content-left {
        float: left !important;
    }

    .filter-data div {
        margin-bottom: 5px;
    }

    .box .box-body .view-button {
        float: none !important;
    }

    .straw_information_header {
        min-height: 55px;
    }

    section .row div:nth-child(3) {
        padding-left: 0px;
    }

    section .row div:nth-child(2) {
        padding-right: 0px;
    }

    .read-more {
        margin-bottom: 20px;
    }
}

@media (max-width: 640px) { /**for iphone **/
    .home-page-footer-logo {
        text-align: center !important;
        margin-bottom: 10px;
    }

    .home-page-footer-copyright {
        float: left;
        margin-bottom: 5px;
        margin-top: 5px;
        text-align: center !important;
        width: 100%;
    }

    .home-page-section {
        margin: 0px !important;
    }

    footer a {
        font-size: 14px !important;
    }

    footer .container {
        padding: 0px !important;
    }

    .homePageCarousel-continer .bx-wrapper .bx-viewport {
        height: auto !important;
    }
    .brand{
        font-size:14px !important;
    }
    .cartfix{
        right: 1% !important;
        bottom: 5% !important;
    }
    .ship-collection-wrapper{
        height: 0px;
    }
}
@media only screen and (min-width: 501px) and (max-width: 640px) {
    .youtube-parent {
        position:relative;
    }

    .youtube-parent .video-text {
        font-size: 18px !important;
        left: 5% !important;
        right: 5% !important;
        top: 35px !important;
    }
    .youtube-parent .player-icon {
        font-size: 35px !important;
        top: 75px !important;
    }
    
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
    .youtube-parent {
        position:relative;
    }

    .youtube-parent .video-text {
        font-size: 24px !important;
        left: 5% !important;
        right: 5% !important;
        top: 90px !important;
    }
    .youtube-parent .player-icon {
        font-size: 55px !important;
        top: 155px !important;
    }
    .cartfix{
        right: 1% !important;
        bottom: 5% !important;
    }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
    
    .youtube-parent .video-text {
        font-size: 24px !important;
        top: 38% !important;
    }
    .youtube-parent .player-icon {
        font-size:50px !important;
        top: 57% !important;
        }
    .cartfix{
        right: 1% !important;
        bottom: 5% !important;
    }
   .ship-collection-wrapper{
        height: 270px;
    }    
}

.zipCodeLookup {
    min-height: 300px;
}

    .zipCodeLookup select {
        min-height: 280px;
    }
    .zipCodeLookup select option span {
        margin-left: 20px;
    }

.easy-autocomplete, .easy-autocomplete > input#provider-json {
    width: 100% !important;
}
.clear-box {
    position: relative;
}
.clear-text {
    position: absolute;
    right: -35px;
    top: -3px;
}