@media screen and (max-width: 767px) {
  /*=============*/
  header .sub-menu .quick-create {
    width: 240px; }
    header .sub-menu .quick-create ul li {
      float: none;
      display: list-item;
      width: 100%; }

  .innear-container {
    padding-left: 0; }
    .innear-container .add-form .tgappend {
      display: none; }

  .main-wrapper .left-container {
    left: -50px;
    width: 50px;
    -webkit-transition: left 0.3s;
    /* Safari */
    transition: left 0.3s; }
  .main-wrapper.active .left-container {
    width: 50px !important;
    left: 0;
    -webkit-transition: left 0.3s;
    /* Safari */
    transition: left 0.3s; }
  .main-wrapper.active .left-navigation ul li a span {
    display: none; }
  .main-wrapper.active .left-navigation ul li a div {
    display: block; }

  .listing-btn ul li {
    width: 25%; }

  .add-form ul.setting-tabs li {
    width: 50% !important; }
    .add-form ul.setting-tabs li a {
      padding: 10px; }
      .add-form ul.setting-tabs li a i {
        display: none; }

  .listing-heading ul li {
    padding-right: 15px; }
    .listing-heading ul li:after {
      content: "\f105";
      font-family: FontAwesome;
      position: absolute;
      right: 0;
      top: 0px; }
    .listing-heading ul li a h1 {
      font-size: 18px; }

  /*==========*/ }
@media only screen and (min-width: 0px) and (max-width: 1279px) {
  /*==========*/
  header {
    padding-left: 210px; }

  .table table .mobile-no li:nth-child(2) {
    padding-left: 10px; }
    .table table .mobile-no li:nth-child(2):before {
      content: ",";
      font-size: 31px;
      position: absolute;
      top: 0;
      margin: -8px 0px 0px -12px; }

  .main-wrapper.active {
    padding-left: 50px; }
    .main-wrapper.active .left-container {
      width: 200px; }

  /*==========*/ }
@media only screen and (min-width: 0px) and (max-width: 991px) {
  /*==========*/
  header .logo img {
    height: 30px;
    margin-top: 5px; }
  header .topbar-icons .mbtnn {
    display: block;
    height: 40px;
    width: 40px;
    border: solid 1px #cccccc;
    background: #f8f8f8;
    position: absolute;
    top: 5px;
    right: 11px; }
  header .topbar-icons ul.m-right-menu {
    position: absolute;
    z-index: 9;
    background: #fff;
    border: solid 1px #ee9a10;
    right: -55px;
    top: 49px;
    border-top: 0;
    -webkit-transition: right 0.3s;
    /* Safari */
    transition: right 0.3s; }
    header .topbar-icons ul.m-right-menu li {
      display: list-item; }
      header .topbar-icons ul.m-right-menu li.logout a {
        background: transparent;
        border-bottom: solid 0px #ee9a10; }
      header .topbar-icons ul.m-right-menu li.logout div {
        line-height: 48px; }
        header .topbar-icons ul.m-right-menu li.logout div p {
          display: none; }
    header .topbar-icons ul.m-right-menu.active {
      right: 5px;
      -webkit-transition: right 0.3s;
      /* Safari */
      transition: right 0.3s; }
  header .sub-menu .quick-create {
    right: 50px;
    top: 0; }

  .add-form .row {
    padding-bottom: 0px; }
    .add-form .row .col-sm-6 {
      margin-bottom: 15px; }
  .add-form .dt-heading {
    margin-bottom: 20px; }
  .add-form ul li {
    float: none;
    vertical-align: middle; }
    .add-form ul li label {
      font-size: 14px;
      color: #727171;
      font-weight: normal;
      margin: 0;
      line-height: 20px; }
    .add-form ul li:nth-child(1) {
      width: 100%; }
    .add-form ul li:nth-child(2) {
      width: 100%; }
  .add-form ul.setting-tabs li {
    width: 40%; }

  .details .dt-heading button {
    display: block; }

  .add-pop-form,
  .detail-form {
    top: 10px; }
    .add-pop-form .modal-dialog,
    .detail-form .modal-dialog {
      width: 96%;
      margin: 0px auto; }
    .add-pop-form .modal-content,
    .detail-form .modal-content {
      border-radius: 0; }

  .mrt30m {
    margin-top: 30px; }

  /*==========*/ }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*=========*/
  /*==========*/ }
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  /*==========*/
  /*===========*/ }

/*# sourceMappingURL=device.css.map */
