* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

button {
  cursor: pointer;
}

::-webkit-scrollbar {
  background: transparent;
  width: 5px;
  height: 5px;
}

.hand {
  cursor: pointer;
}

.logo img {
  width: 100%;
}

.logo {
  width: 200px;
  overflow: hidden;
}

::-webkit-scrollbar-thumb {
  background-color: #888;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

body {
  background-color: #f1f9ff;
  font-family: "Roboto", sans-serif !important;
}

nav.navbar.navbar-default {
  position: fixed;
  width: 100%;
  z-index: 999999;
  background: #fff;
}

#contents {
  position: relative;
  transition: 0.3s;
  margin-left: 225px;
}

.col-md-3.title_text h5 {
  font-size: 16px;
}

.col-md-3.title_text {
  text-align: left;
  padding: 20px 0 0 0;
}

.modal-body.add_company.content-right .row {
  margin-bottom: 10px;
}

li.logout {
  border-top: 1px solid #ccc;
  position: absolute;
  bottom: 80px;
  width: 100%;
}

.side-nav .categories > li > a:after {
  display: none;
}

.side-nav ul.categories {
  padding-top: 20px;
}

.side-nav .categories > .logout > a:after {
  display: none;
}

.margin {
  margin-left: 0 !important;
}

.navbar-header {
  width: 100%;
}

li.text-dashboard {
  margin: 5px 0 0 5px;
  color: #000;
  opacity: 9;
  font-size: 15px;
}

button.btn.btn-primary.dropdown-toggle:focus {
  outline: 0;
  box-shadow: inherit;
  background: none !important;
  border: none !important;
}

button.btn.btn-primary.dropdown-toggle:hover {
  background: none;
  border: none;
}

button.btn.btn-primary.dropdown-toggle {
  color: #000;
}

.toggle-inner button {
  width: 100%;
}

.side-nav .categories > li > a:hover {
  color: #fff !important;
}

.side-nav .categories > li > a:active {
  color: #fff !important;
}

button.btn.btn-primary.dropdown-toggle:focus {
  color: #000 !important;
}

input.btn.float-right.login_btn:focus {
  outline: none;
}

.dropdown-toggle:hover {
  outline: 0;
  box-shadow: inherit;
  background: none !important;
  border: none !important;
}

.side-nav .categories > li > a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-menu {
  right: 0;
  left: inherit;
}

button.btn.btn-primary.dropdown-toggle {
  background: none;
  border: none;
}

.side-nav .categories > li:hover {
  color: #fff;
}

.side-nav .categories > li:hover a {
  color: #fff !important;
}

.input-group.form-group.date-picker {
  position: relative;
}

.input-group.form-group.date-picker i {
  position: absolute;
  right: 10px;
  top: 11px;
}

.side-nav .categories > li {
  text-align: left;
}

.side-nav {
  float: left;
  height: 100%;
  width: 230px;
  background-color: #1c3667;
  color: #ccc;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: 0.3s;
  position: fixed;
  top: 82px;
  left: 0;
  border-radius: 0;
  overflow: auto;
  z-index: 9999999;
}

.side-nav .close-aside {
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
  color: #eee;
}

.side-nav .heading {
  background-color: #252636;
  padding: 15px 15px 15px 30px;
  overflow: hidden;
  border-bottom: 1px solid #2a2b3c;
}

.side-nav .heading > img {
  border-radius: 50%;
  float: left;
  width: 28%;
}

.side-nav .info {
  float: left;
  width: 69%;
  margin-left: 3%;
}

.side-nav .heading .info > h3 {
  margin: 0 0 5px;
}

.side-nav .heading .info > h3 > a {
  color: #eee;
  font-weight: 100;
  margin-top: 4px;
  display: block;
  text-decoration: none;
  font-size: 18px;
}

.side-nav .heading .info > h3 > a:hover {
  color: #fff;
}

.side-nav .heading .info > p {
  color: #bbb;
  font-size: 13px;
}

/* End heading */
/* Start search */
.side-nav .search {
  text-align: center;
  padding: 15px 30px;
  margin: 15px 0;
  position: relative;
}

.side-nav .search > input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #23262d;
  padding: 7px 0 7px;
  color: #ddd;
}

.side-nav .search > input ~ i {
  position: absolute;
  top: 22px;
  right: 40px;
  display: block;
  color: #2b2f3a;
  font-size: 19px;
}

/***navbar***/
.navbar.navbar-default {
  /* Start side navigation bar  */
}

.navbar.navbar-default div#bs-example-navbar-collapse-1 {
  float: left !important;
  padding: 0;
}

.navbar.navbar-default .navbar-default .navbar-collapse,
.navbar.navbar-default .navbar-default .navbar-form {
  float: left !important;
  padding: 0;
}

.navbar.navbar-default ul.right-nav li i.fa.fa-search {
  color: #fff;
  position: relative;
  top: -36px;
  z-index: 999;
}

.navbar.navbar-default input.form-control.my-0.py-1.red-border {
  background: #dfeefa;
  color: #000;
  /* opacity: 0.1; */
  border-radius: 25px;
  border: 1px solid #dfeefa;
  height: 40px;
  width: 240px;
  box-shadow: inherit;
}

.navbar.navbar-default .user-name span {
  color: #979797;
  font-size: 13px;
  font-weight: 600;
}

.navbar.navbar-default ul.right-nav li i {
  padding: 10px 10px 0 10px;
  cursor: pointer;
}

.navbar.navbar-default .user-name label {
  width: 100%;
  margin: 0;
  font-size: 15px;
}

.navbar.navbar-default ul.right-nav li {
  float: right;
  list-style: none;
  margin: 0 0 0 15px;
}

.navbar.navbar-default ul.right-nav img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.navbar.navbar-default .categories > li > i {
  width: 18px;
}

.navbar.navbar-default .btn .caret {
  color: #000 !important;
}

/**end nav**/
/* End search */
.side-nav .categories > li {
  padding: 15px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
  cursor: pointer;
}

.side-nav .categories > li > a {
  color: #aaa;
  text-decoration: none;
}

/* Start num: there are three options primary, danger and success like Bootstrap */
.side-nav .categories > li > a > .num {
  line-height: 0;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  padding: 0px 5px;
}

.dang {
  background-color: #f35959;
}

.prim {
  background-color: #0275d8;
}

.succ {
  background-color: #5cb85c;
}

/* End num */
.side-nav .categories > li > a:hover {
  color: #fff;
}

.side-nav .categories > li > i {
  font-size: 18px;
  margin-right: 5px;
}

.side-nav .categories > li > a:after {
  content: "\f053";
  font-family: fontAwesome;
  font-size: 11px;
  line-height: 1.8;
  float: right;
  color: #aaa;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.side-nav .categories .opend > a:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* End categories */
/* Start dropdown menu */
.side-nav .categories .side-nav-dropdown {
  padding-top: 10px;
  padding-left: 30px;
  list-style: none;
  display: none;
}

.side-nav .categories .side-nav-dropdown > li > a {
  color: #aaa;
  text-decoration: none;
  padding: 7px 0;
  display: block;
}

.side-nav .categories .side-nav-dropdown > li > a i {
  margin: 0 5px 0 0;
}

.side-nav .categories p {
  margin-left: 30px;
  color: #535465;
  margin-top: 10px;
}

/* End dropdown menu */
.show-side-nav {
  -webkit-transform: translateX(-290px);
  -moz-transform: translateX(-290px);
  transform: translateX(-290px);
}

/* Start bootstrap */
.navbar-right .dropdown-menu {
  right: auto !important;
  left: 0 !important;
}

.navbar-default {
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 15px 0 0 0;
}

.navbar-default .navbar-nav > li > a {
  color: #000 !important;
  line-height: 0 !important;
  padding: 9px 10px 0 0px !important;
}

.navbar-default .navbar-brand {
  color: #fff !important;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #000 !important;
}

ul.dropdown-menu li {
  width: 100% !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent !important;
  color: #fff !important;
}

.navbar-default .navbar-brand {
  line-height: 55px !important;
  padding: 0 !important;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #fff !important;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin: 0 !important;
}

.side-nav ul li img {
  width: 20px;
  margin: 0px 10px 0 0px;
}

.dot {
  height: 25px;
  width: 25px !important;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block !important;
  color: #fff !important;
  padding: 3px;
  position: absolute;
  bottom: 30px;
  right: 28px;
}

.green-dot {
  background-color: #56d794 !important;
}

.yellow-dot {
  background-color: #f8b93c !important;
}

ul.custom_pagination {
  float: right;
  margin: 0px 40px 25px 0;
  padding: 0;
}

ul.custom_pagination li {
  cursor: pointer;
  list-style: none;
  display: inline;
  border: 1px solid #9c9c9c;
  padding: 6px 15px;
}

ul.custom_pagination li.active {
  background: #1d3667;
}

ul.custom_pagination li a {
  text-decoration: none;
  color: #9c9c9c;
}

.dashboard label {
  word-break: break-all;
}

.dashboard .addBtn {
  float: left;
}

.dashboard .catsPopUp div#complaintModal {
  position: fixed;
  top: 82px;
}

.dashboard .catsPopUp .modal-header .close {
  margin-top: -2px;
  color: #ff002f;
  opacity: 9;
  font-weight: 300;
  font-size: 34px;
  position: absolute;
  right: 20px;
  top: 17px;
}

.dashboard .modal-body.add_company.content-right {
  width: 100%;
}

.dashboard .catsPopUp .modal-header {
  position: relative;
  padding: 25px 15px;
}

.dashboard .catsPopUp .modal-header h3 {
  margin: 0;
  text-align: left;
  font-size: 18px;
}

.dashboard .catsPopUp .modal-dialog {
  margin: 0;
  width: 480px;
}

.dashboard .catsPopUp .modal-content {
  border-radius: 0;
  background: #fff;
  display: inline-block;
  width: 100%;
  box-shadow: inherit;
}

.dashboard .catsPopUp .modal.in {
  left: inherit;
  top: -23px;
  z-index: 999999;
  height: 100%;
  box-shadow: 2px 0px 4px #ccc;
  background: #fff;
}

.dashboard .content-right label {
  margin-bottom: 10px;
  font-weight: 400;
}

.dashboard .labelspace {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dashboard .content-right button {
  background: #eaf1ff;
  color: #000;
  border: none;
  border-radius: 20px;
  padding: 4px 17px;
  margin-top: 5px;
}

.dashboard .content-right span {
  color: #7d8ead;
  font-weight: 600;
  width: 100%;
  display: inline-block;
}

.dashboard .img-left img {
  float: left;
  width: 40px;
}

.dashboard .img-left {
  float: left;
  width: 16%;
}

.dashboard .content-right {
  float: right;
  width: 80%;
}

.dashboard a#addbtn {
  background: #239ed9;
  color: #fff;
  font-size: 14px;
  padding: 8px 45px;
  border-radius: 5px;
  float: right;
  text-decoration: none;
  margin-bottom: 20px;
  cursor: pointer;
}

.dashboard .user_section {
  margin-top: 105px;
  margin-bottom: 25px;
}

.dashboard .user_section .message {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dashboard .user_section .add-btn {
  padding: 8px 40px;
  margin: 0px 15px 19px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #1c3667;
}

.dashboard .top_section {
  background: #fff;
  box-shadow: 0px 12px 22px rgba(65, 138, 205, 0.2);
  border-radius: 20px;
  display: inline-block;
  width: 100%;
  padding: 30px 0;
}

.dashboard .user_inner:last-child {
  border: none;
}

.dashboard .section_second {
  background: #fff;
  display: inline-block;
  box-shadow: 0px 6px 12px rgba(65, 138, 205, 0.2);
  border-radius: 20px;
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  cursor: pointer;
  height: 195px;
}

.dashboard .section_second span,
.dashboard .section_second label:not(.data-id) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dashboard .dock-audit-forms {
  height: 145px !important;
}

.dashboard .dock-audit-forms .row {
  margin: 0;
}

.dashboard .dock-audit-forms img {
  width: 50px;
}

.dashboard .dock-audit-forms .status-marker {
  float: right;
}

.dashboard .form-submissions {
  height: 100px !important;
}

.dashboard .form-submissions .row {
  margin: 0;
}

.dashboard .form-submissions img {
  width: 50px;
}

.dashboard .form-submissions .status-marker {
  float: right;
}

.dashboard .img-user img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.dashboard .username {
  float: left;
  width: 73%;
  text-align: left;
  margin: 0 0 0 10px;
}

.dashboard .img-user {
  float: left;
  width: 20%;
}

.dashboard .section-middle {
  margin-top: 60px;
}

.dashboard .user_inner {
  display: inline-block;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #ccc;
}

.dashboard .section_second h4 {
  float: right;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  margin: 0 0 10px 15px;
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dashboard .warning {
  background-color: #f0ad4e;
}

.dashboard .danger {
  background-color: #d9534f;
}

.dashboard .success {
  background-color: #5cb85c;
}

.dashboard .inf {
  background-color: #5bc0de;
}

.login {
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

.login .login-form {
  box-shadow: 1px 8px 14px #ccc;
  padding: 30px 20px;
  margin: 70px 0;
}

.login .login-left img {
  float: left;
  width: 100%;
  padding: 60px 0;
}

.login .login-form img {
  width: 100%;
}

.login button {
  background: #418acd;
  border: none;
  width: 100%;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  padding: 15px 0;
  margin: 15px 0 20px 0;
}

.login h2 {
  font-weight: 300;
  font-size: 27px;
  line-height: 32px;
  color: #000000;
  margin: 50px 0 15px 0;
}

.login .form-group input {
  border-radius: 30px;
  border: 1px solid #ccc;
  padding: 15px 22px;
  width: 100%;
}

.login .form-group label {
  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
  width: 100%;
  color: #979797;
  margin: 15px;
  text-align: left;
}

.login .login-btn a {
  margin: 0 0 15px 0;
  color: #337ab7;
  text-decoration: none;
  display: inline-block;
}

.progress-loader {
  position: fixed;
  top: 14%;
  left: 47%;
  z-index: 9999999999;
}

.progress-loader img {
  max-width: 150px;
  opacity: 80%;
}

.statusDropwdown {
  background: none;
  border: none;
  color: #434643;
  border-radius: 10px;
  padding: 5px 20px;
  border: 1px solid #1a1a1a;
}

.statusSelect {
  float: right;
  padding: 3px;
  margin-right: 25px;
}

.statusSelect label {
  margin-right: 5px;
}

.user_section.complaints {
  background: #fff;
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: -8px 0px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px;
}

.user_section.complaints span {
  color: #929292;
  font-size: 14px;
  font-weight: 400;
  float: left;
}

.user_section.complaints h5 {
  font-weight: bold;
  font-size: 17px;
}

.user_section.complaints h5 span {
  float: right;
  cursor: pointer;
}

.user_section.complaints input,
.user_section.complaints select {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  width: 100%;
  height: 35px;
  padding: 0 10px;
}

.user_section.complaints .margin-bottom {
  margin-bottom: 20px;
}

.user_section.complaints textarea {
  border: 1px solid #e5e5e5;
  width: 100%;
  border-radius: 3px;
  min-height: 70px;
  padding: 5px 12px;
}

.user_section.complaints .radio-button input {
  float: left;
  width: 12px !important;
}

.user_section.complaints .radio-button span {
  padding: 11px 0 0 3px !important;
}

.user_section.complaints .radio-button label {
  float: left;
  width: 60px;
}

.user_section.complaints button {
  width: 130px;
  height: 38px;
  margin: 0 25px 0 0px;
  font-size: 14px;
  border-radius: 10px;
  border: none;
  color: #fff;
}

.user_section.complaints button.react-datepicker__navigation {
  border: 0.45rem solid transparent !important;
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
}

.user_section.complaints button.react-datepicker__navigation.react-datepicker__navigation--previous {
  border-right-color: #ccc !important;
}

.user_section.complaints button.react-datepicker__navigation.react-datepicker__navigation--next {
  border-left-color: #ccc !important;
}

.user_section.complaints button.update {
  background: #1c3667;
}

.user_section.complaints .buttons {
  margin-top: 35px;
}

.user_section.complaints button.cancel {
  background: #7d8ead;
}

.user_section.complaints .buttons i {
  float: right;
  color: #7d8ead;
  font-size: 25px;
  padding: 5px 0 0 0;
}

.user_section.complaints input[type="checkbox"] {
  width: auto !important;
}

.user_section.complaints select {
  background: white;
}

.selected {
  font-weight: bold;
  background-color: #142b56;
}

.img-left i {
  font-size: 180%;
  color: #7d8ead;
}

.sideVersion {
  position: absolute;
  bottom: 133px;
  width: 100%;
  text-align: center !important;
  padding: 0px !important;
}

.version {
  margin: 0px;
  opacity: 0.5;
  font-size: 11px;
  text-align: center;
}

select#cars {
  text-transform: uppercase;
}

small {
  font-size: 10px;
  float: right;
}

.lab-files .selected-file {
  padding: 5px 0;
  margin-bottom: 20px;
  position: relative;
}

.lab-files .selected-file label {
  margin: 0;
  cursor: pointer;
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px;
  border-radius: 3px;
}

.lab-files .selected-file .options {
  cursor: pointer;
  color: #1d3667;
}

.lab-files .selected-file .options.view-doc {
  margin-left: 10px;
}

.complaints-section .content-right h4 {
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
}

.complaints-section .content-right h4 strong {
  font-size: 16px;
}

.complaints-section .content-right h4 span.close-date {
  width: 45%;
}

.complaints-section .content-right h4 span.close-date em {
  margin-top: 5px;
  display: block;
  font-style: inherit;
  font-weight: 400;
  color: #333;
}

.complaints-section .section_second {
  height: 230px;
}

.requests-section .section_second {
  height: 230px;
}

.list-view img {
  height: 50px;
  width: 50px;
}

.list-view .cust-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-view .cust-row h4 {
  width: inherit;
}

.list-view .cust-row-no-flex .cust-col-50 {
  width: 50%;
  float: left;
  margin-top: 1rem;
}

.list-view .cust-row-no-flex span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #7d8ead;
  font-weight: 600;
}

.list-view .cust-row-no-flex label {
  font-weight: 400;
}

.list-view .flex-dr-col-baseline {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.icon{
  font-size: 30px;
}
.navIcon{
  font-size: 20px;
  margin-right: 10px;
}
.products{
  height: 100vh;
}
.table-text{
  font-size: 13px;
}
.top{
 width: 67vw;
  padding-top: 7%;
  text-align: center;
  margin: auto;
  padding-left: 10%;
}
.top-table{
  padding: 1%;
 
}
.add-btn{
  padding: 8px 40px;
    margin: 0px 15px 19px;
    cursor: pointer;
    border-radius: 10px;
    background-color: #1c3667;
    color: white;
    outline: none;
    border: none;
}

.td-none{
  text-decoration: none;
  list-style: none;
  color: white;
}

.NavLinkText{
  text-align: left;
  font-size: 14px;
  color: #aaa;
}
.NavLinkText:hover{
  color: white;
  text-decoration: none;
}
.navPad{
  padding-left: 35px;
}
.navMargin{
  padding-left: 45px;
}

.setting-toggle-icon{
  position: absolute;
  right: 10px;
}

.setting-toggle-icon svg{
  font-size: 20px;
}

.settings-sub-item{
  margin-left: 35px;
}

.app-table{
  background-color: #fff;
}