﻿@charset "utf-8";
/* CSS Document */
/*Button Theme  classes*/
html, body {
    font-family: 'Proxima N W01 Reg';
    /*color: #6D6E71;  */
    color: #818286;
}
h1, h2, h3 {
    color: #414143 !important
}

.btn-default {
    text-shadow: none;
    /*background: #6d6e71;*/
    background: #15B1AB;
    border: none;
    color: #fff;
    border-radius: 0px;
}

    .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        background-color: #7b7b7b;
        color: #fff;
    }

.btn-rounded {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    padding: 3px 12px;
}

.btn-square-new{padding: 3px 7px 4px; font-size:11px;}
.rounded-input {
    border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    -o-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    padding-left: 10px !important; /* added by rupinder mam after client feedback chnages */
}

.modal-dialog {
    margin-top: 10px;
    margin-bottom: 10px;
}

a {
    color: #6D6E71;
}

    a:hover {
        color: #6d6f71;
    }

.btn {
    font-family: 'Proxima N W01 Smbd';
}
/*Form Control classes*/
.form-control {
    border: 1px solid #d1d1d1;
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
    color: #9D9D9D;
    display: block;
    font-size: 14px;
    height: 26px;
    line-height: 1.42857;
    padding: 3px 3px 3px 7px;
    background: #f3f3f3;
}

.form-group {
    margin-bottom: 19px;
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 3px;
}

.form-horizontal .control-label {
    font-weight: inherit;
    font-family: 'Proxima N W01 Smbd';
}

.form-control:focus {
    border-color: rgb(193, 191, 191);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(193, 191, 191, 0.6);
    outline: 0 none;
}

/*Navbar Classes*/
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a {
    background: none !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.25) inset !important;
    /*font-family: 'Proxima N W01 Smbd';*/
}

.navbar-inverse .navbar-nav > .active > a {
    font-family: 'Proxima N W01 Smbd';
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        color: #d0d0d0;
        /*font-family:'Proxima N W01 Smbd';*/
    }
/*dropdown-menu classes*/
.dropdown-menu {
    background-color: #f3f3f3;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    font-size: 14px;
    padding: 20px 0;
    width: 255px;
}

    .dropdown-menu > li > a {
        color: #6e6f71;
    font-family: "Proxima N W01 Light";
    line-height: 1.52857;
    padding: 10px 25px;
    }
/*modal-content classes*/
.modal-content {
    border-radius: 0px;
}

.modal-dialog {
    padding-top: 2.5%;
}

.modal-vertical-centered {
    transform: translate(0, 50%) !important;
    -ms-transform: translate(0, 50%) !important; /* IE 9 */
    -webkit-transform: translate(0, 50%) !important; /* Safari and Chrome */
}

.close {
    opacity: 10;
    text-decoration:none
}
.close:hover {
    color:#6d6f71;
    opacity: 10;
    text-decoration:underline;
    }

.alert-dismissable .close, .alert-dismissible .close {
     right: 0px;
}
/*Progress classes*/
.progress {
    background-color: #6d6f71 !important;
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1) inset;
    /*height: 10px;*/
    height: 7px; /* changed height as per client fedback */
    margin-bottom: 10px;
    margin-top: 5px;
    border: 1px solid #6d6f71;
    color: #6d6f71;
}

.progress-bar {
    background: #6d6f71 !important;
}

/*Heading Classes*/
h1 {
    font-size: 28px;
    line-height: 33px;
}

h2, .h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 11px;
}

/*Panel Classes*/

.panel {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.panel-default {
    border-color: none;
}

.panel {
    /*background-color: #f3f4f4;*/
    background-color: #f3f3f3; /* changed bg-color as per client's 2nd feedback chnages */
    border: none;
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    margin-bottom: 30px;
}

.panel-default > .panel-heading {
    background-image: none;
    background-color: #f3f3f3; /* changed bg-color as per client's 2nd feedback chnages */
    /*border-bottom: #d1d1d1 1px solid;*/
    border-bottom: #e6e6e6 1px solid; /* changed border-color as per client's 2nd feedback chnages */
}

.panel-heading {
    /*padding: 10px 35px;*/
    /* padding:11px 29px 11px 23px;  changed padding as per client feedback chnages */
    padding: 11px 24px 11px 30px; /* changed padding as per client's 2nd feedback chnages */
    font-size: 16px;
    font-family: 'Proxima N W01 Light';
}

.panel-body {
    /* padding: 40px 30px;*/
    /* padding: 44px 24px 40px 22px; /* changed padding as per client feedback chnages */
    padding: 40px 30px; /* changed padding as per  client's 2nd feedback chnages */
    min-height: 335px;
    position: relative;
}

.a-bottom-text {
    bottom: 20px;
    position: absolute;
    right: 22px;
}
/* Added new classes as per client feedback chnages start here*/
h3 a, h3 {
    color: #6d6d6d !important;
}

    h3 a:hover {
        color: #6d6d6d !important;
    }

.margin-top-17 {
    margin-top: 17px;
}

/* Added new classes as per client feedback chnages end here */
.panel-body-2 {
    padding: 40px 30px 0;
    height: auto;
    display: inline-block;
}

.panel-body h1 {
    font-size: 28px;
    margin-top: -10px;
    line-height: 33px;
}

.panel-body-3 {
    padding: 40px;
    min-height: 222px;
}

.panel-body-4 {
    min-height: 190px;
    padding: 40px;
}

    .panel-body-3 h1 {
        font-size: 28px;
       /* margin-top: -10px; padding changes as per the client feedback on 24th April 2014*/
       margin-top: -7px; 
        line-height: 33px;
    }

.panel-info {
    background: #fff;
    border: 1px solid #d2d3d4;
}

    .panel-info > .panel-heading {
        border-bottom: 1px solid #d2d3d4;
        background: #fff;
        color: #6D6E71;
    }
/*Thumbnail Classes*/
.thumbnail, .img-thumbnail {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.thumb {
    margin-right: 5px;
    margin-left: -5px;
}

.thumbnail {
    background: none !important;
    border: none;
    border-radius: 0px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 30px;
    padding: 0px;
    transition: border 0.2s ease-in-out 0s;
}

    .thumbnail img {
        margin-bottom: 10px;
    }

.navbar-toggle {
    border: none;
    margin-top: 12px;
}
/*Breadcrumb Classes*/
.breadcrumb {
    background: none;
    border-radius: 0px;
    list-style: outside none none;
    margin-bottom: 40px;
    margin-top: 22px;
    padding: 0 0 4px 0;
    font-size: 12px;
}

    .breadcrumb > li + li::before {
        content: "> ";
        color: #BEC0C2;
    }

    .breadcrumb > .active {
        color: #6D6E71 !important;
    }

    .breadcrumb > li a {
        color: #BEC0C2;
    }
/**** Banner Padding *****/
.jumbotron {
    padding: 68px 0;
}
/**** text-align *****/
.align-text-left {
    text-align: left !important;
}

.align-text-right {
    text-align: right !important;
}

/**************** EDIT PAGE HR ***************/
hr.hr {
    margin-top: 56px !important;
    margin-bottom: 13px !important;
    border-color: #e6e7e8;
}

/************ Sorting Nav *************/
.sort-by {
    float: right;
    list-style: none; /*margin:4px 0 6px 0; */
    margin: 6px 0 12px 0; /*bottom-margin set as per the client ffeedback090415*/
    display: inline-block;
    width: 100%;
}

    .sort-by li {
        float: right;
        font-size: 12px;
        color: #6D6E71;
    }

        .sort-by li a {
            font-size: 12px;
            color: #6D6E71;
            padding: 2px 8px;
            margin-left: 10px;
        }

            .sort-by li a.active {
                font-weight: 700;
            }

        .sort-by li:first-child a {
            padding-right: 4px;
        }

        .sort-by li a.active, .sort-by li a:hover {
            text-decoration: none !important;
        }

.float-none {
    float: none;
}

.display-inline {
    display: inline-block;
}

/************ Record Nav *************/
.record-list {
    float: left;
    list-style: none;
    margin: 0 0 15px 0;
    display: inline-block;
    width: 100%;
    padding: 0;
}

    .record-list li {
        float: left;
        margin-right: 15px;
        color: #6D6E71;
        font-size: 12px;
        font-weight: 100;
        line-height: 18px;
    }

        .record-list li span.red {
            height: 10px;
            width: 10px;
            float: left;
            margin: 4px 5px 0 0;
            background: #e41b23;
        }

        .record-list li span.yellow {
            height: 10px;
            width: 10px;
            float: left;
            margin: 4px 5px 0 0;
            background: #fcb814;
        }

        .record-list li span.green {
            height: 10px;
            width: 10px;
            float: left;
            margin: 4px 5px 0 0;
            background: #59ba56;
        }

        .record-list li span.record {
            color: #6D6E71;
            font-size: 12px;
            font-weight: 100;
            line-height: 18px;
        }

        .record-list li:last-child {
            margin-right: 0;
        }

.record-details-block {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 7px;
}

.record-block-1 {
    float: left;
    width: 100%;
    padding: 15px 2% 15px 7%;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
}

.red-bg {
    background: #e41b23;
}

.green-bg {
    background: #6fbe44;
}

.yellow-bg {
    background: #ffc60b;
}

.record-text-block {
    float: left;
    width: 73%;
    height: auto;
    color: #fff;
}

.date-text {
    font-size: 11px;
}

.fontsize16 {
    font-size: 16px;
}

.record-image-block {
    float: left;
    width: 42px;
    height: 42px;
}

    .record-image-block img {
        float: left;
        width: 100%;
    }

.image-plus-text-block {
    float: left;
    width: 45px;
    height: auto;
}

.plus-text a {
    float: right;
    margin-top: -12px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.white-icon {
    float: right;
    margin-top: -5px;
}

.image-block-pet-profile {
    display: inline-block;
    max-width: 355px;
    max-height: 178px;
    position: relative;
    margin-bottom: 25px;
}

.pet-pro-img {
    max-width: 355px;
    max-height: 178px;
    width: 100%;
}

.image-plus-text-block2 {
    float: left;
    width: 45px;
    height: auto;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

/*******************************Multilevel navigation new css*******************************/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left:0px;
   /* -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;*/
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #6e6f71;
    margin-top: 5px;
    margin-right: -5px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #6e6f71;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{ color:#6e6f73;}
.dropdown-submenu > .last-one{left:-212px;}
/*******************************Multilevel navigation new css*******************************/


@media (min-width: 1200px) {
    .container {
        width: 1148px;
    }
}

@media (min-width: 320px) and (max-width: 766px) {
    .breadcrumb {
        margin-top: 0px;
    }
    /**************** EDIT PAGE HR ***************/
    hr.hr {
        margin-top: 25px !important;
        margin-bottom: 0px !important;
    }

    .display-inline {
        display: block;
    }

    .width-100-persent-block {
        width: 100% !important;
    }

    .resposive-padding-left-right-none {
        padding: 0 !important;
    }

    .res-voffset-bootom-7 {
        margin-bottom: 7px;
    }

    .sort-by li:first-child a {
        padding-right: 0px;
    }

    .padding-left-right-none-responsive {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .margin-left-right-none-responsive {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .img-width-100-persent {
        width: 100%;
    }

    .display-inline {
        display: block;
    }

    .record-text-block {
        width: 67%;
    }
}

.btn-link {
    border-radius: 0;
    color:rgb(109, 110, 113);
    font-weight: normal;
}

.btn-link:hover {
    color:rgb(109, 110, 113);    
    text-decoration:underline;
}


@media (min-width: 768px) and (max-width: 1023px) {
	.navbar-inverse .navbar-nav > li > a{ font-size:12px; padding:10px 7px;}
	.nav-div-in-tab{ display:inline-table; width:100%;}
	.menu-bar-color{ height:100px;}
	.main-menu{ margin-top:0px;}
	.navbar-brand{ height:38px;}
	#logo {margin-top: 12px;}
	.nav.navbar-nav{ text-align:left;}
	.no-padding-leftright-in-tab{ padding-left:0px; padding-right:0px;}
	
}
@media (min-width: 1024px) and (max-width: 1100px) {
	.navbar-inverse .navbar-nav > li > a{padding:10px 7px;}
	.no-padding-leftright-in-tab{ padding-left:0px; padding-right:0px;}
}
@media (min-width: 768px) and (max-width:2000px) {
    /***************** add classes for menu performe on hover not on click event start ***********************/
.dropdown:hover .dropdown-menu {
    display: block;
}
    .dropdown:hover .dropdown-menu .dropdown-submenu .dropdown-menu {
        display: none;
    }

    .dropdown:hover .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
        display: block;
    }
    /***************** add classes for menu performe on hover not on click event ends ***********************/
}