/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24 Sep, 2018, 4:50:29 PM
    Author     : Administrator
*/
/*------------------------------------*/
/*-------------Custom CSS------------*/
::-webkit-scrollbar {
  width: 3px; }

.row {
  margin: 0 -7px; }

.container-fluid, [class*='col-'] {
  padding: 0 7px; }

.btn {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  height: 33px;
  padding: 0 20px;
  min-width: 100px;
  border-radius: 50px; }
  .btn:hover, .btn:focus, .btn:active, .btn.btn-primary:not(:disabled):not(.disabled):active:focus, .btn.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    outline: none;
    box-shadow: none; }

header {
  width: calc(100% - 350px);
  margin-left: auto; }
  header .header-nav {
    width: 100%;
    height: 55px;
    -webkit-transition: width .4s;
    transition: width .4s;
    border-bottom: solid 1px; }
    header .header-nav h1 {
      font-size: 18px; }
    header .header-nav .right-sec {
      margin-left: auto;
      height: 45px;
      margin-right: 25px; }
      header .header-nav .right-sec .notification-wrapper {
        display: flex;
        align-items: center;
        height: 45px; }
      header .header-nav .right-sec .dropdown {
        position: relative;
        display: flex;
        align-items: center;
        padding: 0 30px 0 0;
        height: 45px;
        font-weight: 500; }
        header .header-nav .right-sec .dropdown:after {
          content: '\f0d7';
          font-family: 'FontAwesome';
          position: absolute;
          right: 15px;
          top: 13px; }
        header .header-nav .right-sec .dropdown.count {
          width: 45px;
          height: 22px;
          padding: 0 5px;
          border-radius: 4px; }
          header .header-nav .right-sec .dropdown.count:after {
            content: '\f0d7';
            font-family: 'FontAwesome';
            position: absolute;
            right: 5px;
            top: 3px; }
      header .header-nav .right-sec .profile-pic {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 8px;
        border: solid 1px; }
      header .header-nav .right-sec .icon-btn {
        position: relative;
        font-size: 16px; }
      header .header-nav .right-sec .badge-text {
        position: absolute;
        top: -10px;
        right: -6px;
        font-size: 14px;
        font-weight: 600; }
      header .header-nav .right-sec .notification {
        width: 22px;
        height: 20px;
        display: block;
        background-repeat: no-repeat; }
      header .header-nav .right-sec li {
        vertical-align: middle;
        position: relative; }
    header .header-nav .navbar-dropdown {
      right: 5px;
      top: calc(63px - 20px);
      padding: 0;
      box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.08);
      border-radius: 0.25rem;
      border: none; }
      header .header-nav .navbar-dropdown .dropdown-item {
        cursor: pointer;
        float: left;
        padding: 10px;
        font-weight: 600;
        font-size: 0.8125rem;
        min-height: 34px;
        align-items: start !important; }
        header .header-nav .navbar-dropdown .dropdown-item h6 {
          font-size: 0.8125rem;
          font-weight: normal;
          white-space: normal;
          line-height: 18px; }
        header .header-nav .navbar-dropdown .dropdown-item .icon {
          width: 20px;
          height: 20px;
          display: inline-block;
          text-align: center;
          margin: 0 auto;
          vertical-align: middle; }
        header .header-nav .navbar-dropdown .dropdown-item .fa {
          font-size: 14px;
          margin-right: 4px; }
        header .header-nav .navbar-dropdown .dropdown-item .preview-icon {
          width: 30px;
          height: 30px; }
        header .header-nav .navbar-dropdown .dropdown-item .small-text {
          margin: 0; }
        header .header-nav .navbar-dropdown .dropdown-item + .dropdown-item {
          border-top: 1px solid; }
        header .header-nav .navbar-dropdown .dropdown-item .preview-thumbnail {
          margin-right: 15px;
          float: left; }
          header .header-nav .navbar-dropdown .dropdown-item .preview-thumbnail .preview-icon {
            width: 30px;
            height: 30px;
            position: relative;
            border-radius: 100%; }
            header .header-nav .navbar-dropdown .dropdown-item .preview-thumbnail .preview-icon.preview-icon-error:after {
              content: "";
              width: 16px;
              height: 16px;
              display: block;
              position: absolute;
              left: 7px;
              top: 7px; }
            header .header-nav .navbar-dropdown .dropdown-item .preview-thumbnail .preview-icon.preview-icon-warning:after {
              content: "";
              width: 16px;
              height: 16px;
              display: block;
              position: absolute;
              left: 7px;
              top: 7px; }
            header .header-nav .navbar-dropdown .dropdown-item .preview-thumbnail .preview-icon.preview-icon-info:after {
              content: "";
              width: 16px;
              height: 16px;
              display: block;
              position: absolute;
              left: 7px;
              top: 7px; }
        header .header-nav .navbar-dropdown .dropdown-item .preview-item-content {
          width: calc(100% - 75px);
          float: left;
          text-align: left; }
        header .header-nav .navbar-dropdown .dropdown-item button.close-btn {
          width: 18px;
          height: 20px;
          border: none;
          cursor: pointer;
          float: left;
          margin: 9px 0px 0px 10px;
          outline: none;
          background-repeat: no-repeat; }
        header .header-nav .navbar-dropdown .dropdown-item:hover .close-btn {
          background-position: -18px 0px; }
      header .header-nav .navbar-dropdown.dropdown-width-lg {
        width: 400px;
        max-height: 230px;
        overflow-y: auto; }
  header .form-control {
    font-size: 13px;
    border: none;
    padding: 0;
    max-width: calc(100% - 550px); }
    header .form-control:focus {
      outline: none;
      box-shadow: none; }
  header .dropdown-box {
    display: none;
    position: absolute;
    top: auto;
    left: auto;
    width: 160px;
    border-radius: 0.25rem;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.08);
    animation: dropdownAnimation .3s ease-in-out 1; }
    header .dropdown-box ul > li {
      padding: 5px 10px 5px;
      cursor: pointer; }
      header .dropdown-box ul > li:first-child {
        padding-top: 10px; }
      header .dropdown-box ul > li:last-child {
        padding-bottom: 10px; }

.main-sec {
  padding-top: 0px;
  height: 100%; }
  .main-sec .sidebar {
    width: 50px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto; }
    .main-sec .sidebar ul {
      padding-top: 15px; }
      .main-sec .sidebar ul li {
        padding: 7px;
        display: flex;
        flex-direction: row; }
        .main-sec .sidebar ul li .fa {
          font-size: 16px; }
        .main-sec .sidebar ul li .menu-icon {
          text-align: center;
          width: 30px;
          height: 20px;
          display: block;
          background-repeat: no-repeat;
          padding: 18px;
          border-radius: 5px; }
          .main-sec .sidebar ul li .menu-icon.dashboard-icon {
            background-position: 9px; }
          .main-sec .sidebar ul li .menu-icon.user-icon {
            background-position: -18px; }
    .main-sec .sidebar .logo-sec {
      height: 50px;
      position: relative;
      z-index: 1; }
      .main-sec .sidebar .logo-sec .logo {
        padding-top: 15px; }
      .main-sec .sidebar .logo-sec img {
        max-width: 100%;
        margin: auto;
        vertical-align: middle; }
  .main-sec .main-content-sec {
    width: calc(100% - 350px);
    height: calc(100% - 75px);
    margin-top: 55px;
    overflow: auto; }
    .main-sec .main-content-sec .main-head h1 {
      font-size: 15px; }
    .main-sec .main-content-sec .main-head h4 {
      font-size: 12px;
      margin-top: 5px;
      font-weight: 400; }
    .main-sec .main-content-sec .card-wraper {
      padding: 25px; }
      .main-sec .main-content-sec .card-wraper .card {
        border: none;
        margin-bottom: 14px; }
  .main-sec .left-content-area {
    width: 300px;
    padding: 20px 25px;
    height: calc(100% - 35px);
    overflow: auto; }
    .main-sec .left-content-area .main-head {
            margin-left: 15px;
      margin-bottom: 15px; }
      .main-sec .left-content-area .main-head h1 {
        font-size: 15px; }
      .main-sec .left-content-area .main-head h4 {
        font-size: 12px;
        margin-top: 5px; }
    .main-sec .left-content-area .card-block {
      padding: 15px;
      width: 100%;
      border-radius: 5px; }
      .main-sec .left-content-area .card-block p {
        display: inline-block; }
      .main-sec .left-content-area .card-block span {
        float: right;
        font-size: 20px;
        font-weight: 600; }
      .main-sec .left-content-area .card-block h3 {
        font-size: 14px;
        display: inline-block; }
    .main-sec .left-content-area .progress-card-wrapper {
      margin: 0 0 1rem;
      border: 1px solid;
      padding: 5px 15px 5px 15px;
      width: 100%;
      border-radius: 5px; }
      .main-sec .left-content-area .progress-card-wrapper > h3 {
        font-size: 15px;
        padding-bottom: 15px; }
      .main-sec .left-content-area .progress-card-wrapper .progress-card {
        width: 100%;
        margin-bottom: 6px; }
        .main-sec .left-content-area .progress-card-wrapper .progress-card h3 {
          font-size: 13px;
          display: block;
          margin-bottom: 2px; }
        .main-sec .left-content-area .progress-card-wrapper .progress-card p {
          display: inline-block;
          padding-top: 2px;
          font-size: 11px; }
          .main-sec .left-content-area .progress-card-wrapper .progress-card p span {
            font-weight: 500; }
        .main-sec .left-content-area .progress-card-wrapper .progress-card .count {
          padding: 2px 12px;
          font-size: 10px;
          border-radius: 15px; }
        .main-sec .left-content-area .progress-card-wrapper .progress-card .progress {
          height: 2px;
          width: 100%;
          margin-top: 10px; }
        .main-sec .left-content-area .progress-card-wrapper .progress-card:last-child {
          margin-bottom: 0; }
      .main-sec .left-content-area .progress-card-wrapper + .progress-card-wrapper {
        margin-bottom: 0;
        margin-top: 1rem; }
  .main-sec .dropdown-menu {
    padding: 0;
    font-size: 14px;
    min-width: 130px;
    border: none;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.08); }
    .main-sec .dropdown-menu .dropdown-item {
      padding: 5px 10px;
      font-size: 13px; }

.count-sec {
  float: left;
  margin: 15px 0 5px; }
  .count-sec + .count-sec {
    margin-left: 30px; }
  .count-sec span {
    margin-bottom: 10px;
    font-size: 12px; }
  .count-sec h4 {
    font-size: 20px;
    font-weight: 600; }

.select-filter {
  margin-top: 30px;
  position: relative; }
  .select-filter select {
    border: none;
    font-size: 18px;
    font-weight: 500;
    padding: 0 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer; }
    .select-filter select:focus {
      border: none;
      box-shadow: none;
      outline: none; }
    .select-filter select option {
      font-size: 14px; }
  .select-filter:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 5px; }

.card-height {
  height: 330px;
  max-height: 100%; }

.card-body {
  padding: 25px;
  position: relative; }
  .card-body .more-ico {
    width: 7px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    right: 25px; }
    .card-body .more-ico.dropdown-toggle:after {
      display: none; }
  .card-body .donutchart {
    height: 260px; }
  .card-body .line-graph {
       width: 100%;
    float: left; }
  .card-body.orders-list .nav-tabs {
    margin-bottom: 15px;
    border: none; }
    .card-body.orders-list .nav-tabs .nav-link {
      border: 0;
      padding: 0 1rem 0.5rem;
      font-weight: 500;
      font-size: 15px; }
      .card-body.orders-list .nav-tabs .nav-link:hover {
        border: none; }
      .card-body.orders-list .nav-tabs .nav-link.active {
        border: none;
        border-bottom: 3px solid; }
  .card-body .tab-content .tab-pane {
    padding: 0; }
  .card-body .tab-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 4px; }
    .card-body .tab-content table tr td {
      padding: 0 8px;
      height: 32px;
      box-sizing: border-box;
      border-top: 1px solid;
      border-bottom: 1px solid;
      box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04); }
      .card-body .tab-content table tr td:first-child {
        border-left: 1px solid;
        border-radius: 8px 0px 0 8px; }
      .card-body .tab-content table tr td:last-child {
        border-right: 1px solid;
        border-radius: 0px 8px 8px 0px; }
      .card-body .tab-content table tr td a {
        font-size: 12px;
        margin: 0 2px; }
    .card-body .tab-content table thead th {      
      font-size: 14px;
      border: none;
      font-weight: 800;
      padding: 0 8px;
      outline: none;
    }
    .card-body .tab-content table.no-footer {
      border: none; }

.footer {
  padding: 2px 0;
  min-height: 35px;
  font-size: 11px;
  border-top: 1px solid;
  z-index: 0; }
  .footer .muz-logo {
    background-repeat: no-repeat;
    width: 65px;
    height: 30px; }

.dataTables_wrapper {
  min-width: 315px;
  font-weight: 500;
  overflow-x: auto; }
  .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    height: 25px;
    width: 25px;
    padding: 2px;
    font-size: 13px; }
  .dataTables_wrapper .dataTables_length {
    position: relative; }
    .dataTables_wrapper .dataTables_length select {
      width: 55px !important;
      display: inline-block;
      height: 25px !important;
      margin: 8px 8px 0px 8px;
      outline: none;
      padding: 0 4px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      box-shadow: none;
      border: 1px solid; }
    .dataTables_wrapper .dataTables_length:after {
      content: '\f0d7';
      font-family: 'FontAwesome';
      position: absolute;
      right: 58px;
      top: 12px; }

.dashboard-icon {
  width: 16px;
  height: 16px; }

/*-----------------------jquery-ui-datepicker start----------------------*/
.ui-datepicker {
  padding: 0 25px;
  width: 245px;
  padding: .2em .2em 0;
  display: none; }
  .ui-datepicker .ui-state-default.ui-state-highlight {
    text-align: center;
    border-radius: 100%; }
  .ui-datepicker .ui-state-default.ui-state-active, .ui-datepicker .ui-state-default.ui-state-hover {
    border-radius: 100%; }
  .ui-datepicker th {
    font-family: "PrimaryFont";
    font-size: 0.875rem;
    font-weight: normal; }
  .ui-datepicker.ui-widget {
    border-radius: 0.25rem; }
    .ui-datepicker.ui-widget.ui-widget-content {
      border: 1px solid; }
  .ui-datepicker .ui-widget-header {
    padding-bottom: .2rem;
    padding-top: .5rem;
    border: none; }
    .ui-datepicker .ui-widget-header .ui-datepicker-prev,
    .ui-datepicker .ui-widget-header .ui-datepicker-next {
      top: 10px; }
      .ui-datepicker .ui-widget-header .ui-datepicker-prev:hover,
      .ui-datepicker .ui-widget-header .ui-datepicker-next:hover {
        border: none;
        right: 0; }
    .ui-datepicker .ui-widget-header .ui-datepicker-next .ui-icon {
      background-position: -11px; }
    .ui-datepicker .ui-widget-header .ui-datepicker-next-hover .ui-icon {
      background-position: -45px; }
    .ui-datepicker .ui-widget-header .ui-datepicker-prev-hover .ui-icon {
      background-position: -31px; }
    .ui-datepicker .ui-widget-header .ui-datepicker-title {
      font-size: 1rem;
      font-weight: 600; }
  .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default {
    border: none;
    font-size: 0.7rem;
    padding: 0.5rem 0; }
  .ui-datepicker .ui-datepicker-calendar tbody tr td a {
    text-align: center;
    width: 30px;
    height: 30px; }

.ui-priority-secondary .ui-priority-secondary,
.ui-widget-content .ui-priority-secondary {
  opacity: 0.4; }

/*-----------------------jquery-ui-datepicker end----------------------*/
/*Modal popup styles*/
.modal .modal-content {
        border-radius: .6rem;
  transform: translateY(30%);
  border: none; }
  .modal .modal-content .modal-header {
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
    align-items: center;
    padding: 7px 20px; }
    .modal .modal-content .modal-header h4 {
      font-size: 16px; }
    .modal .modal-content .modal-header .close {
        font-size: 30px;
      font-weight: 300;
      padding: 15px 20px;
      margin: -15px -20px;
      opacity: 1; }
      .modal .modal-content .modal-header .close:hover {
        opacity: .8; }
      .modal .modal-content .modal-header .close:focus {
        outline: none;
        border: none;
        cursor: pointer; }
  .modal .modal-content .modal-body {
    padding: 20px; }    
      .modal .modal-content .modal-body .form-group label {
        color: #000;
        margin-bottom: 0;
        padding: 10px 7px; }
      .modal .modal-content .modal-body .form-group .form-control {
        font-size: 14px;
        color: #000;
        border: 1px solid #ebedf0; }
        .modal .modal-content .modal-body .form-group .form-control:focus {
          outline: none;
          box-shadow: none; }
      .modal .modal-content .modal-body .form-group.select {
        position: relative; }
        .modal .modal-content .modal-body .form-group.select select {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          box-shadow: none; }
        .modal .modal-content .modal-body .form-group.select:after {
          content: '\f0d7';
          font-family: 'FontAwesome';
          position: absolute;
          right: 20px;
          top: 10px; }
        .modal-lg {
       max-width: 1224px;
}
/*Status Begins*/ 
        .status {
  list-style: none;
  display: flex;
  justify-content: flex-start; }
  .status li a {
   margin-right: 10px;
    line-height: 40px;
    position: relative;
    display: block;}

    /*Status End*/

    /*----------------profile start---------------------------*/
.inner-page header {
  width: calc(100% -  50px); }
.inner-page .main-sec .main-content-sec {
  width: calc(100% - 50px);
  position: relative; }
  .inner-page .main-sec .main-content-sec .top-sec {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .inner-page .main-sec .main-content-sec .top-sec svg {
      border-radius: 10px;
      min-height: 500px;
      width: 100%; }
.inner-page .main-sec .card {
  border-radius: 10px;
  height: calc(100vh - 140px); }
  .inner-page .main-sec .card .card-body .main-head {
    position: relative;
    z-index: 1;
    margin: 15px 20px; }
    .inner-page .main-sec .card .card-body .main-head h1 {
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 400; }
    .inner-page .main-sec .card .card-body .main-head h4 {
      font-size: 14px; }
  .inner-page .main-sec .card .card-body .content-area {
    margin-top: 115px; }
    .inner-page .main-sec .card .card-body .content-area .left-sec {
      text-align: center;
      position: absolute;
      top: -70px;
      left: 37px; }
      .inner-page .main-sec .card .card-body .content-area .left-sec .user-image {
        background-size: cover;
        width: 140px;
        height: 140px;
        border-radius: 50%;
        border: 5px solid;
        margin: auto; }
      .inner-page .main-sec .card .card-body .content-area .left-sec h3 {
        font-size: 15px;
        margin-top: 15px;
        font-weight: 400; }
      .inner-page .main-sec .card .card-body .content-area .left-sec a {
        font-size: 13px; }
    .inner-page .main-sec .card .card-body .content-area .right-sec li {
      border-bottom: 1px solid;
      padding: 10px;
      display: flex; }
      .inner-page .main-sec .card .card-body .content-area .right-sec li .icon {
        width: 23px;
        height: 20px;
        background-repeat: no-repeat;
        display: inline-block; }
        .inner-page .main-sec .card .card-body .content-area .right-sec li .icon.address {
          background-position: -35px; }
      .inner-page .main-sec .card .card-body .content-area .right-sec li label {
        padding-left: 20px; }
      .inner-page .main-sec .card .card-body .content-area .right-sec li p {
        margin-left: 15%; }

/*----------------profile end---------------------------*/

/*----------------End--------------------*/

.login-page {
  height: 100%;
  background-size: cover; }
  .login-page .login-wrapper {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    .login-page .login-wrapper .form-body {
      position: relative;
      overflow: auto;
      z-index: 1;
      height: 100%; }
      .login-page .login-wrapper .form-body .field-sec {
        width: 420px;
        height: auto;
        padding: 35px;
        border-radius: 8px; }
        .login-page .login-wrapper .form-body .field-sec .logo {
          width: 55px;
          height: 82px;
          margin: auto; }
        .login-page .login-wrapper .form-body .field-sec h1 {
          font-weight: 900;
          text-align: center;
          font-size: 28px;
          margin: 15px 0px 2px; }
        .login-page .login-wrapper .form-body .field-sec span {
          display: block;
          text-align: center;
          font-size: 14px;
          font-weight: 500; }
        .login-page .login-wrapper .form-body .field-sec .login-field {
          width: 100%;
          margin-top: 20px; }
          .login-page .login-wrapper .form-body .field-sec .login-field .form-group {
            margin-bottom: 15px;
            position: relative; }
            .login-page .login-wrapper .form-body .field-sec .login-field .form-group.icon:before {
              content: "";
              position: absolute;
              width: 29px;
              height: 30px;
              top: 33px;
              z-index: 1;
              left: 15px; }
            .login-page .login-wrapper .form-body .field-sec .login-field .form-group.name:before {
              top: 30px; }
            .login-page .login-wrapper .form-body .field-sec .login-field .form-group.password:before {
              background-position: 30px; }
            .login-page .login-wrapper .form-body .field-sec .login-field .form-group label {
              font-size: 14px; }
            .login-page .login-wrapper .form-body .field-sec .login-field .form-group .form-control {
              padding: 0.375rem 02.5rem;
              border-radius: 50px; }
              .login-page .login-wrapper .form-body .field-sec .login-field .form-group .form-control:focus {
                outline: none;
                box-shadow: none; }
          .login-page .login-wrapper .form-body .field-sec .login-field .btn {
            font-size: 16px;
            width: 100%;
            border: none;
            margin-top: 5px;
            height: 40px; }
            .login-page .login-wrapper .form-body .field-sec .login-field .btn .fa {
                padding-right:10px;
            }
            .login-page .login-wrapper .form-body .field-sec .login-field .btn.btn-primary:hover {
              border: solid 1px; }
    .login-page .login-wrapper p {
      text-align: center;
      margin-top: 10px;
      font-size: 12px; }
  .login-page .log-content-wrapper {
    padding: 60px;
    height: 100%; }
    .login-page .log-content-wrapper .log-content-area h3, .login-page .log-content-wrapper .log-content-area span {
      line-height: 28px;
      font-size: 17px;
      font-weight: 400; }
    .login-page .log-content-wrapper .log-content-area span {
      line-height: 40px;
      font-size: 17px;
      font-weight: 400; }
    .login-page .log-content-wrapper .log-content-area h1 {
      font-size: 28px;
      font-weight: 600; }
      .login-page .log-content-wrapper .log-content-area h1:after {
        content: "";
        display: block;
        height: 3px;
        width: 55px;
        margin: 60px 0; }


@keyframes dropdownAnimation {
  0% {
    top: 30px;
    opacity: 0; }
  50% {
    top: 45px;
    opacity: 1; } }
select::-ms-expand {
  display: none; }

/* Internet Explorer 10+, Microsoft Edge Browser */
_:-ms-lang(x) .left-content-area .progress-card:last-child, .main-sec .left-content-area .progress-card:last-child {
  margin-bottom: 55px; }

/*---------Firefox hack---------*/
@-moz-document url-prefix() {
  .main-sec .left-content-area .progress-card:last-child {
    margin-bottom: 55px; } }
/*-------------Animation-----------*/
/*--------------------------------*/
.modal .modal-lg {
      max-width: 1224px; }
.modal .modal-body .status {
  flex-wrap: wrap; }
  .modal .modal-body .status li {
       position: relative;
    margin-bottom: 10px; }
    .modal .modal-body .status li a {
     height: 112px;
    width: 286px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;}
      .modal .modal-body .status li a:before {
        border-width: 30px 20px; }
    .modal .modal-body .status li:nth-child(5) a:before {
      display: none; }
  .modal .modal-body .status .field-wrap {
     display: flex;
    padding: 0 10px;
    margin-top: 10px; }
    .modal .modal-body .status .field-wrap input {
      height: 20px;
      padding: 5px; }
      .modal .modal-body .status .field-wrap input + input {
        margin-left: 5px; }  
  .modal .modal-body .status li a .top {
       display: flex;
    height: 42px;
    position: relative;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px; }
  .modal .modal-body .status li a span {
    border-radius: 50px;
    height: 30px;
    width: 30px;
    z-index: 2;
    position: absolute;
    left: 10px;
    top: 5px;
    background-color: bisque;
    display: flex;
    justify-content: center;
    align-items: center; }
  .modal .modal-body .status li a p {
    padding-left: 45px; }
  .modal .modal-body .status li a .field-wrap .control-wrap {
    padding: 3px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    .modal .modal-body .status li a .field-wrap .control-wrap label {
      display: block;
      line-height: 0;
      padding-left: 5px; }
    .modal .modal-body .status li a .field-wrap .control-wrap + .control-wrap {
      margin-left: 5px; }
  .modal .modal-body .status li a .field-wrap .form-control {
    border: none; }
  .modal.show .modal-dialog{
          transform: translate(0, -25%);
  }
  /*----------------Preview start--------------------*/
.preview {
        width: 95%;
    position:relative;
  padding-top: 5px; }
    .preview .readonly-control-wrpper .control label.value {
        font-size:14px;
        font-weight:normal;
    }

.preview:after{   
  content: "";
    width: 17px;
    height: 100%;
    position: absolute;
    right: -16px;
    top: 0;
}

.top-strip {
  position: relative;
  padding: 8px 0;
     margin: 66px 0 0;
  text-align: right; }
  .top-strip:before, .top-strip:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 23px;
        z-index: 1;
  }
  .top-strip:before {
   left: -15px; }
  .top-strip:after {
      width:30px;
    right: -30px; }
  .top-strip .control + .control {
    margin-left: 30px; }

.readonly-control-wrpper {
  display: inline-flex; }
  .readonly-control-wrpper .control {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 0; }
    .readonly-control-wrpper .control label {
      margin-bottom: 0; }
    .readonly-control-wrpper .control label {
      margin-bottom: 0; }
      .readonly-control-wrpper .control label:not(.value) {
        margin-bottom: 0; }
        .readonly-control-wrpper .control label:not(.value):after {
          content: ":";
          margin: 0 2px 0 6px; }
      .readonly-control-wrpper .control label.value {
        font-weight: 600; }

.form-control {
  border-radius: 0;
  font-size: 13px;
  box-shadow: none;
  border: solid 1px; }
  .form-control:focus {
    box-shadow: none; }

.box {
  font-size: 14px;
  margin-bottom: 15px; }
  .box + .box {
    margin-left: 25px; }
  .box .body {
    position: relative; }
    .box .body .info {
      position: absolute;
      top: 13px;
      right: 13px;
      width: 20px;
      height: 20px;
      display: block;
      border: none;
      cursor: pointer; }
      .box .body .info:after {
        display: none; }
      .box .body .info:focus {
        outline: none; }
    .box .body .field-wrap {
      position: absolute;
      left: 10px;
      bottom: 10px;
      width: 150px; }
      .box .body .field-wrap .form-control {
        height: 30px; }
    .box .body img {
      width: 100%;
      border-radius: 6px;
    }
  .box .readonly-control-wrpper {
    display: flex; 
    padding:5px;
  }
    .box .readonly-control-wrpper .control {
      font-size: 14px; }
    .box .readonly-control-wrpper .value {
      font-weight: normal; }
  .box .dropdown-menu {
    padding: 10px;
    width: auto;
    left: -84px; }
    .box .dropdown-menu .readonly-control-wrpper {
      display: block; }
      .box .dropdown-menu .readonly-control-wrpper .control label {
        position: relative;
        font-size: 13px;
        font-weight:normal;
      }
        .box .dropdown-menu .readonly-control-wrpper .control label:not(.value) {
          width: 110px; }
        .box .dropdown-menu .readonly-control-wrpper .control label:after {
          position: absolute;
          right: 20px; }
      .box .dropdown-menu .readonly-control-wrpper .control + .control {
        margin-top: 5px; }

.content-area {
  height: calc(100vh - 160px);
  margin-top: 10px; }
    .content-area.scroll-height {
          overflow: auto;
    }
/*----------------Preview End--------------------*/
@media (max-width: 991.98px) {
  .count-sec + .count-sec {
    margin-left: 10px; } }


@media (max-width: 1199.98px) {
  .inner-page .main-sec .main-content-sec .top-sec svg {
    min-height: 425px; }
  .inner-page .main-sec .main-content-sec .card .card-body .content-area .left-sec {
    top: -80px; } }
@media (min-width: 1200px) {
  .preview .container {
    max-width: 1300px; } }

/*# sourceMappingURL=custom.css.map */
   

.login-page {
  background-image: url(images/login-bg.jpg); }
  .login-page .login-wrapper .form-body .field-sec {
    background: #fff; }
    .login-page .login-wrapper .form-body .field-sec .logo {
      background: url(images/logo.png); }
    .login-page .login-wrapper .form-body .field-sec span {
      color: rgba(0, 0, 0, 0.5); }
    .login-page .login-wrapper .form-body .field-sec .login-field .form-group.name:before {
      background: url(../../images/log_icons.png); }
    .login-page .login-wrapper .form-body .field-sec .login-field .form-group.password:before {
      background-image: url(../../images/log_icons.png); }
    .login-page .login-wrapper .form-body .field-sec .login-field .btn-primary {
      color: #fff;
      background-color: #4cd5c3; }
      .login-page .login-wrapper .form-body .field-sec .login-field .btn-primary:hover {
        border-color: #4cd5c3;
        background-color: #fff;
        color: #4cd5c3; }
  .login-page .login-wrapper p {
    color: rgba(255, 255, 255, 0.75); }
  .login-page .log-content-wrapper .log-content-area h3, .login-page .log-content-wrapper .log-content-area h1, .login-page .log-content-wrapper .log-content-area span {
    color: #fff; }
  .login-page .log-content-wrapper .log-content-area h1:after {
    background-color: #fff; }


/*----------------End--------------------*/

/*# sourceMappingURL=theme.css.map */
