/*Final Responsive Data*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 32px;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 42px;
  }
}
@media (min-width: 1650px) {
  .container {
    width: 1160px;
  }
}
@media (max-width: 1300px) and (min-width: 993px) {
  .header-right .navbar {
    padding-right: 0;
  }

  .header-right .nav > li > a {
    padding: 8px 5px;
  }

  .header-right .navbar .fa {
    padding-right: 0;
  }
}
@media (max-width: 1150px) and (min-width: 996px) {
  .searchpanel {
    width: 170px;
  }

  .headerbar {
    margin-left: 170px;
  }
}
@media (max-width: 996px) and (min-width: 990px) {
  .searchpanel {
    width: 144px;
  }
}

@media (max-width: 991px) {
  .headerpanel .menutoggle {
    display: block !important;
  }
  #menuToggle {
    display: none;
  }
  .backBtn {
    text-align: right;
  }

  .mobile-menu {
    color: #fff;
    padding: 7px 10px 3px 10px;
    width: auto;
    display: block;
    cursor: pointer;
  }

  .header-right .navbar {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  h1, h2 {
    font-size: 1.5rem !important;
}
  .custom__TableFirst{
    overflow-x: scroll;
  }
  .custom__TableFirst table{
    text-wrap: nowrap;
}
  span.showProfile2 {
    text-align: center;
    display: flex;
    justify-content: center;
}
.leftpanel.smallMenu .showProfile2 img {
  width: 70px !important;
  margin-left: 0;
  height: 72px;
}
  /* .fixed-top{
    position: static!important;
  } */
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  .form-group select,
  .form-group textarea
  {
    margin-bottom: 10px;
  }
  .headerGroupCustom span{
    display: none;
  }
  .headermenu {
    /* margin-top: 37px!important; */
    text-align: center!important;
    justify-content: center!important;
    width: 100%!important;
}
  .headerGroupCustom {
    display: flex !important;
    justify-content: center !important;
    position: absolute !important;
    width: 100%;
    margin: 0px !important;
    padding: 0px 10px;
}
  .extraBTNRight {
    margin-bottom: 20px;
}
  .btn.searchBtn:hove{
    background-color: none!important;

  }
  form {
    padding-bottom: 1em;
}
  .mainpanel.largeMenu:after {
    content: ".";
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 10vh;
    float: left;
    position: absolute;
    top: 0px;
    font-size: 0px;
      z-index: 99;
}
  ul.MaineNavigation{
    padding: 0px 0 0 0px;
  }
  ul.MaineNavigation li a{
    font-size: 0.8em!important;
    display: inherit!important;
  }
  .hemBurgMenu {
    font-size: 25px;
    margin-left: 5px;
    /* display: none; */
}
  .leftpanel.smallMenu {
    left: 0px;
    width: 70%;
    height: 100%;
    position: fixed;
    top: 51px;
}
  .login100-form {
    width: 100%}
  .login100-more {
    width: 100%;
    display: none;
  }
  .dash-right .col-sm-5 {
    width: 41.6667%;
  }

  .headerbar #menuToggle1 {
    display: block;
  }



  nav.navbar {
    display: none;
  }
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (min-width: 992px) and (max-width: 5000px) {
  .headerpanel {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
  }
  .logopanel a {
    float: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .Dashboard__Outer p{font-size: 14px;}
}
@media (min-width: 768px) and (max-width: 991px) {
  .leftpanel,
  .mainpanel {
    transition: all 1s ease-in!important;
  }
  .leftpanel.smallMenu {
    transition: all 1s ease-out!important;
    width: 70%!important;
  }
  .mainpanel.largeMenu {
    transition: all 1s ease-out!important;
  }
  .fixed-top{z-index: 100;}
  .Dashboard__Outer p{font-size: 14px;}
  ul.dropdown-menu.show a {
    color: #000 !important;
}
  .logopanel {
    margin-left: 33px;
}
.hemBurgMenu i {font-size: 28px!important;color: #372020 !important;}
.hemBurgMenu {
  position: fixed!important;
  top: 5px!important;
  left: 8px!important;
  font-size: 25px!important;
  z-index: 9999!important;
}
  .profile__modifier li{
    text-align: left;
  }
  .container-fluid .PannelSeprator .c-mt4{
    margin-top: 1rem!important;
  }

.fileUpload__modifier {
  margin-bottom: 10px;
}
  span.showProfile2 {
    text-align: center;
    display: flex;
    justify-content: center;
}
.leftpanel.smallMenu .showProfile2 img {
  width: 70px !important;
  margin-left: 0;
  height: 72px;
}
  .contentpanel{
    padding-top: 58px;
  }
.headerGroupCustom span{
  display: none;
}
  .extraBTNRight {
    margin-bottom: 20px;
}
  .btn.searchBtn:hove{
    background-color: none!important;

  }
  form {
    padding-bottom: 1em;
}
  .mainpanel.largeMenu:after {
    content: ".";
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100vh;
    float: left;
    position: absolute;
    top: 0px;
    font-size: 0px;
      z-index: 99;
}
  .leftpanel.smallMenu:hover {
    width: 70% !important;
    background: #104C84;
}
  ul.MaineNavigation{
    padding: 0px;
  }
  ul.MaineNavigation li a{
    font-size: 0.8em!important;
    display: inherit !important;
  }
  .leftpanel.smallMenu {
    /* margin-left: -80px; */
    left: 0px;
    width: 70%;
    height: 100vh;
    position: fixed;
    top: 49px;
}
  .headerpanel .logopanel {
    left: 44px;
  }
  .searchpanel {
    top: 15px;
    left: 200px;
  }
}

@media (max-width: 767px) {
  .leftpanel,
  .mainpanel {
    transition: all 1s ease-in!important;
  }
  .leftpanel.smallMenu {
    transition: all 1s ease-out!important;
    width: 70%!important;
  }
  .mainpanel.largeMenu {
    transition: all 1s ease-out!important;	
  }
  .fixed-top{z-index: 100;}
.select2-container {width: 100% !important;}
.mobileBtn{margin-top: 10px;}
.mobileInput select{width:100%!important;}
  .contentpanel{padding-top: 55px;}
  ul.dropdown-menu.show a {
    color: #000 !important;
}
  .registredPage{margin-top: 2em;}
  .logopanel {
    margin-left: 33px;
}
.hemBurgMenu i {font-size: 28px!important;color: #372020 !important;}
.hemBurgMenu {
  position: fixed!important;
  top: 5px!important;
  left: 8px!important;
  font-size: 25px!important;
  z-index: 9999!important;
}
  .profile__modifier li{
    text-align: left;
  }
  .container-fluid .PannelSeprator .c-mt4{
    margin-top: 1rem!important;
  }
  .PannelSeprator .mt-4,
  .PannelSeprator .mt-3 {
    margin-top: 0px !important;
}
.fileUpload__modifier {
  margin-bottom: 10px;
}
  .mobileVersion{
    display: block!important;
  }
  .pagination-container.d-flex {
    display: inherit !important;
  }
  .pagination-container .justify-content-end {
    justify-content: flex-start !important;
  }
  .notification--outer a i {
    color: #fff;
  }
  .table-responsive {
    width: 100%;
    margin-bottom: 12.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ffffff;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
      /* white-space: nowrap; */
    white-space:pre-wrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }

  .Change__Passwrod .login100-form {
    width: 100%;
  }

  .header-right .navbar-nav:before {
    display: none;
  }

  .searchpanel .input-group .form-control {
    border-top: none;
  }

  .header-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background: #286fbf;
    padding-right: 0px !important;
  }

  .searchpanel {
    left: 0;
    width: 180px;
    top: 0;
  }

  .headerpanel .menutoggle {
    display: block;
  }

  .logopanel {
    width: 100% !important;
    text-align: left;
    position: static !important;
  }

  .headerpanel {
    height: 85px;
  }

  .searchpanel .input-group {
    display: none;
    left: 10px;
    top: 0px;
    transition: all 300ms ease 0s;
    width: 150px;
  }

  .mobile-search {
    display: block;
    background: #286fbf;
    text-align: center;
    padding: 6px;
    color: #fff;
    /* border-right: 1px solid #2d7fd1; */
    cursor: pointer;
  }

  .searchpanel .input-group:before {
    content: "\f0d8";
    font-family: FontAwesome;
    left: 26px;
    position: absolute;
    top: -23px;
    font-size: 26px;
    color: #fff;
  }

  .mobile-menu {
    width: 180px;
    text-align: center;
    position: relative;
  }

  .headerbar {
    float: left;
    width: 100%;
    background: #286fbf;
    padding: 0;
  }

  .searchpanel .searchpanel .input-group .form-control {
    float: left;
  }

  .searchpanel .input-group .input-group-btn {
    position: absolute;
    right: 0;
  }

  .header-right .navbar-nav {
    left: 10px;
    top: 25px;
  }

  .form-group {
    margin-bottom: 0;
  }

  .panel .col-xs-12 {
    margin-bottom: 10px;
  }

  .signin .form-group {
    margin-bottom: 10px;
  }

  .date,
  .name {
    margin-bottom: 10px;
  }

  .headermenu > li > .btn-group > .btn-logged {
    width: 180px;
  }
}
@media (max-width: 540px) {
  .headermenu > li > .btn-group > .btn-logged {
    width: auto;
  }
}
@media (max-width: 500px) {
  .appeal__section .select2 {
    width: 100% !important;
}
  .searchpanel {
    width: 110px;
  }

  .mobile-menu {
    width: 90px;
  }

  .header-right {
    left: 90px;
    /* width: calc(100% - 130px); */
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 991px) {

  nav.navbar{display: block;}
  .purchage__Order--list ul li {
    flex: 0 0 47%;
  }
}
@media (min-width: 320px) and (max-width: 395px) {
  .purchage__Order--list ul li {
    flex: 0 0 46%;
  }
}


@media (min-width: 992px) {
  .leftpanel {
    left: 0 !important;
  }
}
/***** LEFT NAVIGATION *****/
.mainpanel {
  padding-top: 0px;
}

@media (min-width: 992px) {
  .mainpanel {
    margin-left: 265px;
    margin-top: 52px;
  }
}

@media (max-width: 991px) {
  .mainpanel {
    position: relative;
  }
}

@media (max-width: 320px) {
  .contentpanel {
    padding-left: 10px;
    padding-right: 10px;
  }
}