﻿@charset "utf-8";
/* CSS Document */
/*Button Theme  classes*/
html, body {
    font-family: 'Proxima N W01 Reg';
   color: #6D6E71; /* old color code color:#a361b0;*/
   
}
.btn-default {
    text-shadow: none;
    background: #6d6e71;/* old color code background:#92509F;*/
    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;
       /* background-color:#a361b0;*/
        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;
}

.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, .navbar-inverse .navbar-nav > li a.active  {
    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 > 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;/* changes as per new design (feedback)*/
    border-radius: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    font-size: 14px;/* changes as per new design (feedback)*/
    padding: 20px 0;/* changes as per new design (feedback)*/
    width: 212px;/* changes as per new design (feedback)*/
}

    .dropdown-menu > li > a {
        padding: 10px 25px;/* changes as per new design */
		font-family: 'Proxima N W01 Light';
		color:#6e6f71; line-height: 1.52857143;
    }

/*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;/* old color code color: #a361b0 !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: 240px;
}

.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%; padding:0;
}

    .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;
}

.btn-self-made{
	display: inline-block;
  /* padding: 6px 12px; */
  padding: 4px 15px;/*changed PADDING as per client feedback*/
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap; color:#fff; 
  vertical-align: middle; background:#6d6e71; /*old color code background:#a361b0;*/
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  
	}
.btn-self-made:hover{color:#fff; text-decoration:none;}

/*******************************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*******************************/
.floatrightinweb-leftinres { float:right;}


.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 14px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
 /* height: 20px;*/
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

/*.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}*/

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

/*.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}
*/



ul.nav.top-navbar > li > a {
    padding: 10px 8px;
}

/*  --------- Report Dashboard start--29-07-2019---------- */

.custom-report {
    width: 100%;
    float: left;
    overflow: hidden;
  
}

    .custom-report.blk {
        width: 100%;
        float: left;
        background-color: #f6f6f6;
        padding: 5px 15px;
        margin-top: 30px;
        height: 511px;
        overflow: hidden;
    } 




.full_width_one-diagnosis {
    float: left;
    height: auto;
    margin-bottom: 10px;
    width: 100%;
}

.label_te {
    float: left;
    font-family: "Proxima N W01 Smbd";
    margin-right: 3%;
    margin-top: 5px;
    text-align: right;
    text-transform: none;
    width: 18%;
}

input.multi_input-datepicker[type="text"] {
    background: #f3f3f3;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
    color: #9d9d9d;
    display: block;
    float: left;
    font-size: 14px;
    height: 26px;
    line-height: 1.42857;
    padding: 3px;
    width: 60%;
}

.sort-by-search-listing {
    width: 85%;
}

    .sort-by-search-listing li:first-child {
        width: 20%;
    }

    .sort-by-search-listing li {
        /*width: 40%;*/
    }

.report-send h1 {
    font-size: 24px;
    font-family: 'Proxima N W01 Smbd';
}

.width-100 {
    width: 100%;
    float: left;
}

.custom-tbl-1 {
    width: 100%;
    float: left;
    background-color: #f6f6f6;
    padding: 5px 15px;
    margin-top: 30px;
    height: 380px;
    overflow: hidden;
}

.export-btn {
    float: right;
    display: block;
    margin: 10px 30px;
}

.dashboard-reports .tbl-invite {
    min-height: 320px;
    overflow-x: scroll;
    height: 300px;
}


.tbl-invite {
    width: 100%;
    float: left;
    min-height: 380px;
    overflow-y: scroll;
    height: 380px;
}

    .tbl-invite.scroll-hidn {
        color: #6c6d71;
        overflow-x: hidden !important;
    }




    .tbl-invite table thead tr th {
        font-size: 12px;
        color: #6c6d71;
        font-family: 'Proxima N W01 Smbd'
    }
        


    /* --- Common classes --- */

.width-100 {
    width: 100%;
    float: left;
}
h1.font-size-24 {
    margin-top: 36px;
}
.dashboard-reports span.font-size-16-heading.text-left {
    font-weight: 600;
    font-size: 18px;
    padding: 0;
}
.report-top-block {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.dashboard-reports .tbl-invite table thead tr th {
    color: #6c6d71 !important;
}
.custom-tbl-1 {
    margin-bottom: 30px;
}
.custom-tbl-1.pet-reg-report-box {
    height: auto;
    max-height: 350px;
    overflow: auto;
}
.custom-tbl-1.pet-reg-report-box.pq-report-box {
    overflow: initial;
    max-height: none;
}
.dashboard-reports .custom-tbl-1 {
    height: auto;
}
.dashboard-reports .tbl-invite {
    min-height: 340px;
    height: auto;
    overflow: auto;
    max-height: 340px;
}
.dashboard-reports .custom-tbl-1.pet-reg-report-box.pq-report-box .tbl-invite {
    min-height: auto;
    height: auto;
    overflow: auto;
    max-height: 300px;
}
.dashboard-reports .table td {
    border: none;
    padding: .6em .6em .7em;
    overflow: hidden;
    line-height: 1.6em;
    vertical-align: middle;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #6d6e72;
    font-family: 'Proxima N W01 Light';
    background: none;
}
.dashboard-reports .table {
    border: none;
    margin-bottom: 10px;
}
.pet_register .dashboard-reports .table tbody tr:nth-child(2n+1) {
    background: #fff;
}
.dashboard-reports .table th {
    border: none;
    padding: .5em .6em 0.5em .6em;
    font-weight: normal;
    font-size: 12px;
}
.dashboard-reports .label_te {
    text-align: left;
}
.p-0 {
    padding: 0 !important;
}
.plr-0 {
    padding: 0 !important;
}
.padding-top-10 {
    padding-top: 10px !important;
}
.padding-top-15 {
    padding-top: 15px !important;
}
.padding-bottom-10 {
    padding-bottom: 10px !important;
}
{
    border-bottom: 1px solid #e6e6e6;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 15px !important;
}
.right-btn-7{
    position: relative;
    right: -7px;
}

.sending_report{
    padding:0 30px;
}
    .sending_report .dashboard-reports .table tbody tr:nth-child(8), .sending_report .dashboard-reports .table tbody tr:nth-child(6) {
        background: #fff;
    }

.pet_owner .dashboard-reports .table tbody tr:nth-child(28), .pet_owner .dashboard-reports .table tbody tr:nth-child(32) {
    background: #fff;
}

.sending_report .dashboard-reports .table tbody tr:nth-child(7) {
    background-color: #f9f9f9;
}
.table-striped > tbody > tr:nth-of-type(odd){
    background-color:#fff;

}

.cus-container {
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.d-flex {
    display:flex;
    
}

.pr-0 {
    padding-right: 0px;
}

.pr-1 {

    padding-right:10px;
}
.pr-2 {
    padding-right: 20px;
}

.pt-0  {
    padding-top:0px;
}
.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}


.mr-0 {
    margin-right: 0;
}

.mr-1 {
    margin-right: 10px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom:20px;
}
.mb-3 {
    margin-bottom: 30px;
}
.mb-4 {
    margin-bottom: 40px;
}

.dskt-view {
    float: right;
    margin-right: 20px;
}





.label_totalPet {
    font-weight: 600;
}
.total-results {
    font-weight:normal;
}

.custom-selct .select-wrapper {
    max-width: 230px;
}

.dashboard-reports .table.less-scroll-table td {
    padding: 8px 0px;
    font-size: 13px;
}
.tbl-invite postdia {
    min-height: 189px;
}
.table-ftr-dark {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px;
    background: #ececec;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: -4px;
}
.table-ftr-dark .dskt-view {
    margin:0;
}
.table-ftr-dark .export-btn {
    margin: 0;
}
.pr-7 {
    padding-right: 7px !important;
}
.pl-7 {
    padding-right: 7px !important;
}
.inner-select-input-width .custom-selct .select-wrapper {
    max-width: 170px;
}



/*  --------- Report Dashboard end--29-07-2019---------- */
@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;
            }

            .sort-by li a {
                margin-left: 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;
            }

            .panel-body-2 {
                display: block;
            }

            .floatrightinweb-leftinres {
                float: left;
            }

            .custom-tbl-1 {
                height: 380px;
                overflow: hidden;
            }

            .tbl-invite {
                height: 300px !important;
                overflow-x: scroll;
                min-height: 300px !important;
            }

                .tbl-invite table thead tr th, .tbl-invite table tbody tr td {
                    min-width: 25vw;
                }

               .submit-mbl {
                float: right;
                display: block;
                margin-right: 40px;
             }
        }

        @media (min-width: 768px) and (max-width: 900px) {
            .img-width-100-persent {
                width: 100%;
            }

            .display-inline {
                display: block;
            }

            .record-text-block {
                width: 67%;
            }

            .custom-tbl-1 {
                height: 420px;
                overflow: hidden;
            }

            .tbl-invite {
                height: 400px !important;
                overflow-x: scroll;
                min-height: 400px !important;
            }

                .tbl-invite table thead tr th, .tbl-invite table tbody tr td {
                    min-width: 14vw;
                }
        }

     .btn-link {
    border-radius: 0;
    color:rgb(109, 110, 113);
    font-weight: normal;
}

.btn-link:hover {
    color:rgb(109, 110, 113);    
    text-decoration:underline;
}

.brdr-top-btm {
    border-bottom: 1px solid #d2d2d4;
    border-top: 1px solid #d2d2d4;
    padding: 20px 0 10px 0;
}




@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;}
    .width100-persent-new {display: inline-block;width: 100%;}
    .display-inline-in-resposive { display:inline-block;}
}
@media (min-width: 1024px) and (max-width: 1100px) {
	.navbar-inverse .navbar-nav > li > a{padding:10px 7px; font-size:13px;}
	.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 ***********************/
}