.card.bg-rose,
.card .card-header-rose .card-icon,
.card .card-header-rose .card-text,
.card .card-header-rose:not(.card-header-icon):not(.card-header-text),
.card.card-rotate.bg-rose .back,
.card.card-rotate.bg-rose .front {
  background: #3927b0;
}

body.scrollbar-style-1 {
  overflow-x: hidden !important;
}

nav {
  background-color: #05a206 !important;
}

#example {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#pages {
  margin: 30px auto;
  width: 100%;
  background-color: #f3f5f7;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#pages-title {
  /* height: 60px; */
  padding-top: 15px;
  /* background: url('https://demos.telerik.com/kendo-ui/content/web/sortable/handlers-title.png') no-repeat 50% 15px; */
}

#pages-title span {
  /* display: none; */
  font-size: 15px;
}

.item {
  margin: 2px;
  /* padding: 0 10px 0 0; */
  /* min-width: 200px; */
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 1em;
  font-weight: 500;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

.setFullScreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  z-index: 999999999999999;
}

.handler {
  /* display: inline-block; */
  /* width: 30px; */
  /* background: url('https://demos.telerik.com/kendo-ui/content/web/sortable/handle.png') no-repeat 50% 50% #ccc; */
  /* cursor: move; */
}

.selected {
  background-color: #2db245;
  color: #ffffff;
}

.handler i {
  cursor: move;
}

.handler:hover {
  background-color: #2db245;
}

.dropArea {
  background-color: #cccccc;
}

.placeholder {
  width: 100%;
  border: 1px solid #2db245;
}

.hint {
  list-style-type: none;
  border: 2px solid #2db245;
  border-radius: 6px;
}

.hint .handler {
  background-color: #2db245;
}

.filesImglist {
  margin: 20px auto;
  padding: 10px;
  background-color: #f3f5f7;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
  overflow-x: hidden;
  height: 600px;
}
.filesImglist li {
  list-style-type: none;
  position: relative;
  padding: 6px 0px;
  margin: 0;
  color: #666;
  font-size: 1em;
  cursor: move;
}
.filesImglist li:hover {
  background-color: #dceffd;
}
.filesImglist li.hint {
  display: block;
  padding: 10px;
  width: 200px;
  background-color: #52aef7;
  color: #fff;
}
.filesImglist li.hint:last-child {
  border-radius: 4px;
}
.filesImglist li.hint span {
  color: #fff;
}
.filesImglist li.placeholder {
  background-color: #dceffd;
  color: #52aef7;
  text-align: right;
}
.filesImglist li.selected {
  background-color: #5fb3f1;
  color: #ffffff;
}
.filesImglist li .col-md-2.page-count {
  margin-top: 30px;
  padding-right: 0px;
}

#container-screenfull {
  width: 100%;
  padding: 30px 20px;
  margin: 0 auto 50px auto;
  background: #fcfcfc;
  text-align: center;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 10px #a7a7a7, inset 0 1px 0 #fff;
          box-shadow: 0 1px 10px #a7a7a7, inset 0 1px 0 #fff;
}
#container-screenfull .text-right {
  margin-top: -15px;
  margin-right: 10px;
}
#container-screenfull .text-right a {
  cursor: pointer;
  position: absolute;
  z-index: 999;
}
#container-screenfull .text-right a i {
  cursor: pointer;
}
#container-screenfull #formmain {
  margin-top: -20px;
}

#container-screenfull.mode-fullscreen {
  zoom: 0.6;
}

.scroll-sortable::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.scroll-sortable::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.scroll-sortable::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #666;
}

.modal-scroll-style::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.modal-scroll-style::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.modal-scroll-style::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #666;
}

#myModal {
  background-color: rgba(12, 12, 12, 0.67);
}
#myModal .modal-header {
  background: #4951b7;
  color: #dadada;
}
#myModal .modal-header h4.modal-title {
  font-family: "Prompt", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
#myModal .modal-header h4.modal-title span#navigation-back {
  cursor: pointer;
}
#myModal .modal-header h4.modal-title span#navigation-back-short-cut {
  cursor: pointer;
}
#myModal .modal-body.k-content .dropZoneElement {
  position: relative;
  display: inline-block;
  background-color: #f8f8f8;
  border: 1px solid #c7c7c7;
  width: 100%;
  height: 110px;
  text-align: center;
}
#myModal .modal-body.k-content .textWrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  font-size: 24px;
  line-height: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}
#myModal .modal-body.k-content .dropImageHereText {
  color: #c7c7c7;
  text-transform: uppercase;
  font-size: 12px;
}
#myModal .modal-body.k-content .form-group .k-dropdown {
  background-color: #e4e7eb;
}
#myModal .modal-body {
  /* Material Theme padding adjustment*/
}
#myModal .modal-body h4 {
  font-family: "Prompt", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
#myModal .modal-body .nav-pills .nav-item .nav-link {
  font-size: 15px;
}
#myModal .modal-body .nav-pills .nav-item .active {
  background-color: #737373;
}
#myModal .modal-body label {
  font-family: "Prompt", sans-serif;
  text-transform: uppercase;
}
#myModal .modal-body .input-group .custom-select:not(:last-child),
#myModal .modal-body .input-group .form-control:not(:last-child) {
  margin-top: 13px;
  padding: 0px 0px 20px 0px;
}
#myModal .modal-body .input-group .dropdown-menu a.dropdown-item {
  font-family: "Prompt", sans-serif;
  font-weight: 600;
}
#myModal .modal-body .input-group .input-group-append button {
  font-family: "Prompt", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
#myModal .modal-body .k-header,
#myModal .modal-body .k-autocomplete.k-state-hover,
#myModal .modal-body .k-autocomplete:hover {
  border-color: transparent;
}
#myModal .modal-body .dropdown-header {
  border-width: 0 0 1px 0;
  text-transform: uppercase;
}
#myModal .modal-body .dropdown-header > span {
  display: inline-block;
  padding: 10px;
}
#myModal .modal-body .dropdown-header > span:first-child {
  width: 50px;
}
#myModal .modal-body .k-list-container > .k-footer {
  padding: 10px;
}
#myModal .modal-body #customers-list .k-item {
  line-height: 1em;
  min-width: 300px;
}
#myModal .modal-body .k-material #customers-list .k-item,
#myModal .modal-body .k-material #customers-list .k-item.k-state-hover,
#myModal .modal-body .k-materialblack #customers-list .k-item,
#myModal .modal-body .k-materialblack #customers-list .k-item.k-state-hover {
  padding-left: 5px;
  border-left: 0;
}
#myModal .modal-body #customers-list .k-item > span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin: 20px 10px 10px 5px;
}
#myModal .modal-body #customers-list .k-item > span:first-child {
  -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
  margin: 10px;
  /* width: 50px; */
  height: 50px;
  border-radius: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
#myModal .modal-body #customers-list h3 {
  font-size: 1.2em;
  font-weight: normal;
  margin: 0 0 1px 0;
  padding: 0;
}
#myModal .modal-body #customers-list p {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
}
#myModal .modal-footer {
  padding: 0px 10px 10px 0px;
  border-top: 1px solid #e9ecef;
}
#myModal .modal-footer .form-group {
  padding-bottom: 0px;
}
#myModal .modal-footer button.fix-m-t-10 {
  margin-top: 10px;
  margin-right: 5px;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu a:active,
.dropdown-menu a:focus,
.dropdown-menu a:hover {
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
  background-color: #4951b7;
  color: #fff !important;
}

#myModal-fullscreen .modal-dialog.modal-fullscreen {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#myModal-fullscreen .modal-dialog.modal-fullscreen .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
#myModal-fullscreen .modal-dialog.modal-fullscreen .modal-content .modal-header h2.modal-title {
  font-size: 2em;
  font-weight: 700;
}
#myModal-fullscreen .modal-dialog.modal-fullscreen .modal-content .modal-header h2.modal-title .fa-2x {
  font-size: 1.2em;
}
#myModal-fullscreen .modal-dialog.modal-fullscreen .modal-content .modal-body #preview-file h3.fix-card-title {
  margin-top: 10px;
}
#myModal-fullscreen .modal-dialog.modal-fullscreen .modal-content .card .card-header h3.card-title {
  font-size: 1.5em;
}
#myModal-fullscreen .modal-dialog.modal-fullscreen .modal-content .card #list-file-img span.page_no {
  padding-left: 35px;
  padding-bottom: 5px;
}
#myModal-fullscreen .modal-dialog.modal-fullscreen .modal-content .card #list-file-img span.img-thumbnail-show {
  margin-top: 5px;
}
#myModal-fullscreen .modal-header {
  background: #4951b7;
  color: #ffffff;
}
#myModal-fullscreen .modal-header h4.modal-title {
  font-family: "Prompt", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
#myModal-fullscreen .modal-footer {
  padding: 0px 10px 10px 0px;
  border-top: 1px solid #e9ecef;
}
#myModal-fullscreen .modal-footer .form-group {
  padding-bottom: 0px;
}

/* Upload file  */
.file-icon {
  display: inline-block;
  float: left;
  width: 48px;
  height: 48px;
  margin-left: 10px;
}

.img-file {
  background-image: url("../../../assets/img/upload/jpg.png");
}

.doc-file {
  background-image: url("../../../assets/img/upload/doc.png");
}

.pdf-file {
  background-image: url("../../../assets/img/upload/pdf.png");
}

.xls-file {
  background-image: url("../../../assets/img/upload/xls.png");
}

.zip-file {
  background-image: url("../../../assets/img/upload/zip.png");
}

.mp4-file {
  background-image: url("../../../assets/img/upload/default.png");
}

.avi-file {
  background-image: url("../../../assets/img/upload/default.png");
}

.default-file {
  background-image: url("../../../assets/img/upload/default.png");
}

.file-heading {
  font-size: 1em;
  display: inline-block;
  float: left;
  width: 60%;
  margin: 0 0 0 20px;
  height: 25px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.file-name-heading {
  font-weight: 500;
}

.file-size-heading {
  font-weight: normal;
}

li.k-file div.file-wrapper {
  position: relative;
  height: 45px;
  width: 100%;
}

#menu-navigation {
  background-color: rgba(248, 249, 250, 0);
  padding: 0.5rem 0rem;
  font-weight: 600;
}
#menu-navigation li#menu-navigation_mn_ative {
  border-style: none !important;
}
#menu-navigation .k-item.k-state-focused .k-link {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#topnav {
  background-color: #333333;
  display: block;
  height: 35px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #DDD;
}

#sidebar {
  background-color: #EEE;
  position: absolute;
  top: 35px;
  bottom: 0;
  left: 0;
  width: 200px;
  overflow: auto;
}

#content {
  position: absolute;
  top: 35px;
  bottom: 0;
  left: 206px;
  right: 0;
  overflow: hidden;
  color: #FFF;
}

#top-content {
  position: absolute;
  top: 0;
  bottom: 0;
  /* 130 + 6 */
  left: 0;
  right: 0;
  background-color: #444;
  overflow: auto;
  height: 100%;
}
#top-content #view-file-img .embed-responsive.embed-responsive-21by9 {
  position: unset !important;
  overflow: unset !important;
}
#top-content #view-file-img .resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
#top-content #view-file-img .resp-container .resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#top-content #view-file-img .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
#top-content #view-file-img .responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
#top-content #view-file-img .responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top-content #view-file-img .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
#top-content #view-file-img .embed-responsive-4by3 {
  padding-bottom: 75%;
}
#top-content #view-file-img .embed-responsive-fix {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

#bottom-content {
  position: absolute;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  background-color: #777;
}

#sidebar-resizer {
  background-color: #666;
  position: absolute;
  top: 35px;
  bottom: 0;
  left: 200px;
  width: 6px;
  cursor: e-resize;
}

#content-resizer {
  position: absolute;
  height: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #666;
  cursor: n-resize;
}

#sidebar-resizer:hover,
#preview-resizer:hover {
  background-color: #AAA;
}

.birthday {
  background: transparent url(https://demos.telerik.com/kendo-ui/content/web/calendar/cake.png) no-repeat 0 50%;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 3px;
}

.italic {
  font-style: italic;
}

.mc-popover-content-position-below {
  height: 0px;
  top: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.mc-popover-content-menu {
  padding: 0px;
  display: inline-block;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  min-width: 160px;
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1px rgba(99, 114, 130, 0.16), 0 8px 16px rgba(27, 39, 51, 0.08);
          box-shadow: 0 0 0 1px rgba(99, 114, 130, 0.16), 0 8px 16px rgba(27, 39, 51, 0.08);
  border-radius: 4px;
  outline: none;
  margin-top: -5px;
}

.mc-popover-content-scroller {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  overflow: auto;
}

.nav-content-item {
  width: 99%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 16px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  color: inherit;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  border: none;
  text-decoration: none;
  display: block;
}

.clear-btn {
  color: #000 !important;
  background-color: #fdfdfd !important;
  border-color: rgba(253, 203, 203, 0) !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

button.clear-btn:hover {
  background: #3927b0 !important;
  color: #FFF !important;
}

#grid {
  overflow-x: auto;
}
#grid .k-grid-header-wrap.k-auto-scrollable {
  margin-right: -17px;
}
#grid .k-grid-content.k-auto-scrollable::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
#grid .k-grid-content.k-auto-scrollable::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgb(122, 122, 122);
}
#grid ul#grid-navbar li.navbar-inline {
  display: inline;
  padding-right: 5px;
  color: #ababab;
}
#grid ul#grid-navbar li.navbar-inline label.color-black {
  color: #000;
}

#grid::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#grid::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

#gird::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgb(122, 122, 122);
}

span.label.label-default {
  color: black;
  margin-right: 5px;
}

#accordion {
  /* inline_style_edits.inline.css */
}
#accordion .btn.btn-fab,
#accordion .btn.btn-just-icon {
  font-size: 9px;
  line-height: unset;
  margin-right: 5px;
}
#accordion .btn-group-sm .btn.btn-fab,
#accordion .btn-group-sm .btn.btn-just-icon,
#accordion .btn-group-sm > .btn.btn-fab,
#accordion .btn-group-sm > .btn.btn-just-icon,
#accordion .btn.btn-fab.btn-fab-mini,
#accordion .btn.btn-fab.btn-sm,
#accordion .btn.btn-just-icon.btn-fab-mini,
#accordion .btn.btn-just-icon.btn-sm {
  height: 20px;
  min-width: 20px;
  width: 20px;
}
#accordion .mobiletest-html {
  cursor: pointer;
  overflow: hidden;
}

@-webkit-keyframes bg-color {
  0% {
    color: #ff0000;
  }
  20% {
    color: #c0c0c0;
  }
  40% {
    color: #ff0000;
  }
  60% {
    color: #c0c0c0;
  }
  80% {
    color: #ff0000;
  }
  100% {
    color: #c0c0c0;
  }
}
@keyframes bg-color {
  0% {
    color: #ff0000;
  }
  25% {
    color: #c0c0c0;
  }
  50% {
    color: #ff0000;
  }
  75% {
    color: #c0c0c0;
  }
  100% {
    color: #ff0000;
  }
}
.highlight-color {
  color: #ff0000;
  animation: bg-color 2s infinite;
  -webkit-animation: bg-color 2s infinite;
}

.theme-panel {
  position: fixed;
  right: -170px;
  top: 150px;
  z-index: 1020;
  background: #fff;
  width: 175px;
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
  border-radius: 4px 0 0 4px;
}
.theme-panel .fa,
.theme-panel .fab,
.theme-panel .fal,
.theme-panel .far,
.theme-panel .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.theme-collapse-btn {
  position: absolute;
  left: -30px;
  top: 30%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #333;
  background: #fff;
  border-radius: 4px 0 0 4px;
  text-align: center;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  z-index: 9999 !important;
}

.theme-panel-lg {
  top: 0;
  bottom: 0;
  width: 330px;
  right: -330px;
}

.theme-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
  margin: 0;
  padding: 20px;
}

.theme-panel.theme-panel-lg.active {
  right: 0;
}

#reference table thead tr th {
  border: 1px solid #d2d2d2;
}
#reference #grid-reference {
  margin-top: 60px;
}
#reference #grid-reference .k-grouping-header {
  display: none;
}

#grid-list-folder .k-grid-header, #grid-list-short-cut .k-grid-header {
  display: none;
}
#grid-list-folder table tbody tr.k-state-selected, #grid-list-short-cut table tbody tr.k-state-selected {
  color: #fff;
  background-color: rgb(152, 147, 152);
}
#grid-list-folder table tbody tr td span#goto-chlidren, #grid-list-short-cut table tbody tr td span#goto-chlidren {
  cursor: pointer;
}
#grid-list-folder table tbody tr.selected-tr, #grid-list-short-cut table tbody tr.selected-tr {
  background-color: #d0d0d0;
}
#grid-list-folder .k-grid-header-wrap.k-auto-scrollable, #grid-list-short-cut .k-grid-header-wrap.k-auto-scrollable {
  margin-right: -12px;
}
#grid-list-folder .k-grid-content.k-auto-scrollable::-webkit-scrollbar-track, #grid-list-short-cut .k-grid-content.k-auto-scrollable::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
#grid-list-folder .k-grid-content.k-auto-scrollable::-webkit-scrollbar, #grid-list-short-cut .k-grid-content.k-auto-scrollable::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
#grid-list-folder .k-grid-content.k-auto-scrollable::-webkit-scrollbar-thumb, #grid-list-short-cut .k-grid-content.k-auto-scrollable::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgb(122, 122, 122);
}

.btn.btn-tumblr {
  color: #212121;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(53, 70, 92, 0.14), 0 3px 1px -2px rgba(53, 70, 92, 0.2), 0 1px 5px 0 rgba(53, 70, 92, 0.12);
          box-shadow: 2px 2px 2px 2px rgba(53, 70, 92, 0.14), 0 3px 1px -2px rgba(53, 70, 92, 0.2), 0 1px 5px 0 rgba(53, 70, 92, 0.12);
  margin-left: 15px;
}

.toos-box-fixed-times {
  position: absolute;
  text-align: right;
  right: 20px;
  color: #a0a0a0;
}

.ig-img {
  cursor: pointer !important;
}

.ig-grid-export-excel {
  background-color: #249a24;
  color: #ffffff !important;
}

.view-borrow-info {
  font-size: 0.8em !important;
  color: blueviolet;
}
/*# sourceMappingURL=drive.min.css.map */