/* 
  CSS Document 
  Author : Soumen Maity.
  Email: soumenmaity2008@rediffmail.com
  Project Name: Ori Ventures Pvt. Ltd.
  Date: 11-JAN-2019
  File: Responsive.css
*/

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .dashbord-wrap .new_report_page .table_part .process-box ul li {
    display: inline-block;
    width: 48%;
    padding: 15px;
  }
  .dashbord-wrap .new_report_page .filter_part ul li {
    display: inline-block;
    padding: 0 15px;
    width: 40%;
    vertical-align: middle;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .top-head .admin_logo {
    float: left;
    width: 20%;
  }
  header .top-head .beside-logo {
    float: left;
    width: 80%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  header .top-head .beside-logo .page-titale {
    float: none;
    width: auto;
  }
  header .top-head .beside-logo .notification-box {
    float: none;
  }
  header .top-head .beside-logo .nav-toggol {
    display: block;
    padding: 10px 15px;
    border: 1px solid;
  }
  .dashbord-wrap .new_report_page .table_part .process-box ul li {
    display: inline-block;
    width: 48%;
    padding: 15px;
  }
  .dashbord-wrap .new_report_page .filter_part ul li {
    display: inline-block;
    padding: 0 15px;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 586px) and (max-width: 767px) {
  header .top-head .notification-box {
    height: 56px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  header .top-head .admin_logo {
    float: left;
    width: 20%;
    padding: 0;
  }
  header .top-head .admin_logo .profile-img {
    padding: 0;
  }
  header .top-head .beside-logo {
    float: left;
    width: 80%;
  }
  header .top-head .beside-logo .page-titale {
    float: none;
    width: auto;
    height: 44px;
    -webkit-justify-content: center;
    justify-content: center;
  }
  header .top-head .beside-logo .page-titale h3 {
    font-weight: 500;
  }
  header .top-head .beside-logo .notification-box {
    float: none;
  }
  header .top-head .beside-logo .nav-toggol {
    display: block;
    padding: 10px 15px;
    border: 1px solid;
  }
  .dashbord-wrap .new_report_page .table_part .process-box ul li {
    display: inline-block;
    width: 48%;
    padding: 15px;
  }
  .dashbord-wrap .new_report_page .filter_part ul li {
    display: inline-block;
    padding: 0 15px;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 585px) {
  header .top-head .notification-box {
    height: 56px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  header .top-head .admin_logo {
    float: left;
    width: 20%;
    padding: 0;
  }
  header .top-head .admin_logo .profile-img {
    padding: 0;
  }
  header .top-head .beside-logo {
    float: left;
    width: 80%;
  }
  header .top-head .beside-logo .page-titale {
    float: none;
    width: auto;
    height: 44px;
    -webkit-justify-content: center;
    justify-content: center;
  }
  header .top-head .beside-logo .page-titale h3 {
    font-weight: 500;
  }
  header .top-head .beside-logo .notification-box {
    float: none;
  }
  header .top-head .beside-logo .nav-toggol {
    display: block;
    padding: 10px 15px;
    border: 1px solid;
  }
  .report-result-page-wrap .top-part ul {
    display: block;
  }
  .report-result-page-wrap .top-part ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .dashbord-wrap .new_report_page .table_part .process-box ul li {
    display: inline-block;
    width: 48%;
    padding: 15px;
  }
  .dashbord-wrap .new_report_page .filter_part ul li {
    display: inline-block;
    padding: 0 15px;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 15px;
  }
  footer p {
    width: 100%;
    text-align: center;
  }
  footer .ovlink {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 479px) {
  header .top-head .notification-box {
    height: 56px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  header .top-head .admin_logo {
    float: left;
    width: 20%;
    padding: 0;
  }
  header .top-head .admin_logo .profile-img {
    padding: 0;
    height: 60px;
  }
  header .top-head .beside-logo {
    float: left;
    width: 80%;
  }
  header .top-head .beside-logo .page-titale {
    float: none;
    width: auto;
    height: 30px;
    -webkit-justify-content: center;
    justify-content: center;
    display: none;
  }
  header .top-head .beside-logo .page-titale h3 {
    font-weight: 500;
    font-size: 16px;
  }
  header .top-head .beside-logo .notification-box {
    float: none;
    flex-wrap: wrap;
    height: auto;
    padding: 10px 0;
  }
  header .top-head .beside-logo .notification-box .user-profile {
    order: 1;
    padding: 0;
    float: none;
    width: 100%;
    display: none;
  }
  header .top-head .beside-logo .notification-box .notification_div {
    order: 2;
  }
  header .top-head .beside-logo .notification-box .notification_div .notify_drop {
    position: fixed;
    top: 60px;
  }
  header .top-head .beside-logo .notification-box .notification_div .notify_drop::after {
    top: -10px;
    right: 60%;
  }
  header .top-head .beside-logo .nav-toggol {
    display: block;
    padding: 5px 10px;
    border: 1px solid;
    order: 3;
    font-size: 20px;
    line-height: 19px;
  }
  footer p {
    width: 100%;
    text-align: center;
    font-size: 11px;
  }
  footer .ovlink {
    width: 100%;
    text-align: center;
    font-size: 11px;
  }
  .dashbord-wrap .report-box .mobile_logo a .profile-img {
    padding: 10px 40px;
    text-align: center;
  }
  .dashbord-wrap .report-box .mobile_logo a .profile-img img {
    height: 40px;
    width: auto;
  }
  .dashbord-wrap .report-box .mobile_logo .page-titale h3 {
    color: #fff;
    text-align: center;
    font-size: 16px;
    background-color: #122435;
    padding: 8px 0;
    margin: 0;
  }
  .dashbord-wrap .report-box .mobile_logo .log-out-box {
    color: #fff;
    background-color: #1e2b38;
    padding: 20px 0;
    margin-bottom: 30px;
  }
  .dashbord-wrap .report-box .mobile_logo .log-out-box .user-profile {
    padding: 0 15px;
    display: block;
    text-align: right;
    cursor: pointer;
    position: relative;
  }
  .dashbord-wrap .report-box .mobile_logo .log-out-box .user-profile a {
    display: inline-block;
  }
  .dashbord-wrap .report-box .mobile_logo .log-out-box .user-profile a:hover {
    color: #fff;
  }
  .dashbord-wrap .report-box .mobile_logo .log-out-box .user-profile a:focus {
    color: #fff;
  }
  .dashbord-wrap .report-box .mobile_logo .log-out-box .user-profile .profile-img {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
    float: left;
  }
  .dashbord-wrap .report-box .mobile_logo .log-out-box .user-profile .user_name {
    width: calc(100% - 40px);
    float: left;
    margin: 0;
    padding-left: 15px;
    display: block;
    height: 40px;
    position: relative;
    text-align: left;
  }
  .dashbord-wrap .report-box .mobile_logo .log-out-box .user-profile .user_name p {
    margin-bottom: 0;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .dashbord-wrap .report-box ul {
    height: auto;
    min-height: inherit;
    max-height: 50vh;
    overflow-y: scroll;
  }
  .dashbord-wrap .report-box ul li.active h4 a {
    padding: 14px 15px;
  }
  .dashbord-wrap .report-box ul li h4 a {
    padding: 10px 15px;
    font-size: 12px;
  }
  .dashbord-wrap .report-box ul li h4 a:hover {
    padding: 14px 15px;
  }
  .report-result-page-wrap {
    padding: 20px 0;
  }
  .report-result-page-wrap .top-part ul {
    display: block;
    margin: 0;
  }
  .report-result-page-wrap .top-part ul li {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }
  .report-result-page-wrap .top-part ul li:last-child {
    width: 100%;
  }
  .report-result-page-wrap .search-fild input {
    width: calc(100% - 100px);
  }
  .report-result-page-wrap .search-fild button {
    width: 100px;
  }
  .report-page-wrap .panal-wrap .panel .panel-heading .panel-title a {
    font-size: 15px;
  }
  .report-page-wrap .panal-wrap .process-box ul {
    white-space: nowrap;
    overflow-x: scroll;
  }
  .report-page-wrap .panal-wrap .process-box ul li {
    width: 100px;
    padding: 5px;
  }
  .log-cover .form {
    padding: 25px 15px;
  }
  .log-cover .form h1 {
    font-size: 26px;
    margin: 0 0 20px;
  }
  .log-cover .form .tab-group li a {
    padding: 10px 5px;
    font-size: 14px;
  }
  .log-cover .form .button {
    padding: 10px 0;
    font-size: 16px;
  }
  .dashbord-wrap .new_report_page .table_part .process-box ul li {
    display: inline-block;
    width: 48%;
    padding: 15px;
  }
  .dashbord-wrap .new_report_page .filter_part ul li {
    display: inline-block;
    padding: 0 15px;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .dashbord-wrap .report-box {
    position: fixed;
    top: 0px;
    left: -250px;
    width: 250px;
    z-index: 999;
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -ms-transition: ease 0.4s;
    transition: ease 0.4s;
  }
  .dashbord-wrap .report-box.active {
    left: 0;
  }
  .dashbord-wrap .report-box .mobile_logo {
    display: block;
  }
  .dashbord-wrap .report-box .mobile_logo a {
    display: block;
  }
  .dashbord-wrap .report-box .mobile_logo a .profile-img {
    padding: 20px 40px;
  }
}

@media (max-width: 1024px) {
  .dashbord-wrap .report-box .mobile_logo {
    display: block;
    padding: 0px 15px;
}
header .top-head .notification-box {
    float: right;
    height: 65px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.modal-dialog.modal-lg{
  width: 95% !important;
}
.dashbord-wrap .new_report_page .table_part .process-box .process_btn li {
    display: inline-block;
    width: 24%;
    margin-right: 8px;
    margin-bottom: 15px;
}
.table-responsive table {
    max-width: 1000px !important;
    width: 1000px !important;
}

}

@media(max-width: 768px) {
  .dashbord-wrap .container-fluid {
    padding: 0px 15px;
  }
  .page-titale h3 {
    margin: 0;
    padding: 20px 0px;
  }
  header .top-head .admin_logo .profile-img img {
    width: 120px;
    height: auto;
    max-width: 58%;
  }
  .top-part, .table_part {
      margin: 0px 3px;
  }
  .modal-dialog.modal-lg {
      width: 93% !important;
  }
  .modal .modal-dialog .modal-content .modal-footer .btn {
    width: 50%;
  }
  .form_doc .multi_input_form .form_btngroup .btn {
    width: 100%;
  }
}

@media (max-width: 567px) {
  .form_doc .input_form .width_50 {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 0 0px;
}
.modal-body {
    position: relative;
    padding: 15px 0px;
}
.modal .modal-dialog .modal-content .modal-footer {
    padding: 15px 0px 0px 0px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    display: flex;
}
}


/*# sourceMappingURL=responsive.css.map */