﻿/*
 *	/home/frappe/press/benches/1605261249/apps/frappe/frappe/public/css/desktop.css
 */

#page-desktop {
  min-width: 100%;
  margin-top: 0px;
  border: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: auto;
}
.case-wrapper {
  position: relative;
  margin: 0px;
  float: left;
  width: 138px;
  height: 140px;
}
.case-label {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.4px;
  color: #1a6ecc;
  text-align: center;
  margin-top: 10px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  /*text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 1px 5px rgba(0, 0, 0, 0.5);*/
}
.app-icon {
  padding: 20px;
  display: inline-block;
  margin: auto;
  text-align: center;
   /*border-radius: 16px;*/
  cursor: pointer;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}
.app-icon .inner,
.app-icon i {
  font-size: 32px;
  min-width: 32px;
  color: #fafbfc;
  display: inline-block;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  text-shadow: -1px 1px 5px rgba(0, 0, 0, 0.15);
}
.app-icon .inner {
  line-height: 32px;
  font-weight: bold;
}
.app-icon svg,
.app-icon img {
  height: 32px;
  width: 32px;
}
.app-icon path {
  fill: #fafbfc;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.circle {
  position: absolute;
  right: 20px;
  top: -10px;
  color: #fff;
  background-color: #ff5858;
  padding: 6px;
  font-size: 12px;
  line-height: 1;
  border-radius: 25px;
  min-width: 25px;
  height: 25px;
  text-align: center;
  text-shadow: none;
  letter-spacing: normal;
}
.app-icon:hover path {
  fill: #fff;
}
.app-icon:hover i,
.app-icon:hover {
  color: #fff;
}
.app-icon-small {
  padding: 12px;
}
.app-icon-img.app-icon-small {
  padding: 0px;
  height: 54px;
  width: 54px;
}
.app-icon-img {
  padding: 0px;
  height: 70px;
  width: 70px;
}
.app-icon-img img {
  width: 100%;
  height: 100%;
}
.rtl {
  direction: rtl;
}
#icon-grid {
  padding-top: 15px;
  padding-bottom: 30px;
  max-width: 970px;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  #icon-grid {
    max-width: 690px;
  }
}
@media (max-width: 767px) {
  #icon-grid {
    max-width: 320px;
  }
  .case-wrapper {
    width: 80px;
    height: 90px;
  }
  .case-label {
    font-size: 80%;
    font-weight: normal;
    margin-top: 7px;
  }
  .app-icon {
    padding: 10px;
    border-radius: 12px;
  }
  .app-icon i {
    font-size: 32px;
    min-width: 32px;
  }
  .app-icon svg,
  .app-icon img {
    height: 32px;
    width: 32px;
  }
  .circle {
    right: 0px;
  }
}
@media (max-width: 320px) {
  #icon-grid {
    max-width: 280px;
  }
  .case-wrapper {
    width: 70px;
    height: 90px;
  }
}
.all-applications-dialog .desktop-app-search {
  margin-bottom: 15px;
}
.all-applications-dialog hr {
  margin: 10px -15px;
}
.all-applications-dialog .checkbox {
  margin-top: 3px;
  margin-bottom: 3px;
}
.desktop-list-item {
  padding: 10px 15px;
  border-bottom: 1px solid #d1d8dd;
  cursor: pointer;
}
.desktop-list-item:hover,
.desktop-list-item:focus {
  background-color: #F7FAFC;
}
.desktop-list-item h4 {
  display: inline-block;
}


/*
 *	/home/frappe/press/benches/1605261249/apps/frappe/frappe/public/css/form.css
 */
.form-print-wrapper {
  border: 1px solid #d1d8dd;
  border-top: none;
}
.print-preview-wrapper {
  padding: 30px 0px;
  background-color: #f5f7fa;
}
.print-toolbar {
  margin: 0px;
  padding: 10px 0px;
  border-bottom: 1px solid #d1d8dd;
}
.form-inner-toolbar {
  padding: 10px 15px 0px;
  background-color: #fafbfc;
  text-align: right;
}
.form-inner-toolbar .btn {
  margin-bottom: 10px;
}
.form-clickable-section {
  border-top: 1px solid #d1d8dd;
  padding: 10px 15px;
  background-color: #F7FAFC;
}
.form-page.second-page {
  border-top: 1px solid #d1d8dd;
}
.form-dashboard {
  display: none;
  border-bottom: 1px solid #d1d8dd;
}
.form-section {
  margin: 0px;
  padding: 15px;
}
.form-section .form-section-heading {
  margin: 0px 0px 10px 0px;
}
.form-section .section-head {
  margin: 0px 0px 15px 15px;
  cursor: pointer;
}
.form-section .section-head .collapse-indicator {
  color: #d1d8dd;
  margin-left: 10px;
  position: relative;
  bottom: -1px;
}
.form-section .section-head .collapse-indicator.octicon-chevron-up {
  bottom: -2px;
}
.form-section .section-head.collapsed {
  margin-bottom: 0px;
}
.form-section:not(:last-child),
.form-inner-toolbar {
  border-bottom: 1px solid #EBEFF2;
}
.empty-section {
  display: none !important;
}
.shaded-section {
  background-color: #fafbfc;
}
.modal .form-layout {
  margin: -15px;
}
.modal .form-section {
  padding: 7px;
}
.help ol {
  padding-left: 19px;
}
.field_description_top {
  margin-bottom: 3px;
}
.user-actions {
  margin-bottom: 15px;
}
.user-actions a {
  font-weight: bold;
}
.badge-important {
  background-color: #e74c3c;
}
.timeline {
  margin: 30px 0px;
}
.timeline .timeline-head .comment-input {
  height: auto;
}
.timeline-item {
  margin-top: 0px;
}
.timeline-item blockquote {
  font-size: inherit;
}
.timeline-item .btn-more {
  margin-left: 65px;
}
.timeline-items {
  position: relative;
}
.timeline {
  position: relative;
}
.timeline::before {
  content: " ";
  border-left: 1px solid #d1d8dd;
  position: absolute;
  top: 0px;
  bottom: -124px;
  left: 43px;
  z-index: -1;
}
@media (max-width: 991px) {
  .timeline::before {
    bottom: -64px;
  }
}
.timeline-item.user-content {
  margin: 30px 0px 30px 30px;
}
.timeline-item.user-content .media-body {
  border: 1px solid #d1d8dd;
  border-radius: 2px;
  margin-left: -7px;
  position: relative;
  overflow: visible;
}
.timeline-item.user-content .comment-header {
  background-color: #fafbfc;
  padding: 7px 15px;
  margin: 0px;
  color: #8D99A6;
  border-bottom: 1px solid #EBEFF2;
}
.timeline-item.user-content .comment-header .octicon-heart {
  color: #ff5858;
  cursor: pointer;
}
.timeline-item.user-content .reply {
  padding: 10px 15px;
}
.timeline-item.user-content .reply > div > p:first-child {
  margin-top: 0px;
}
.timeline-item.user-content .reply > div > p:last-child {
  margin-bottom: 0px;
}
.timeline-item.user-content .close-btn-container {
  padding: 2px 15px;
}
.timeline-item.user-content .comment-likes {
  margin-left: 5px;
}
.timeline-item.user-content .media-body:after,
.timeline-item.user-content .media-body:before {
  right: 100%;
  top: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.timeline-item.user-content .media-body:after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #fafbfc;
  border-width: 6px;
  margin-top: -6px;
}
.timeline-item.user-content .media-body:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #d1d8dd;
  border-width: 7px;
  margin-top: -7px;
}
.timeline-item.notification-content {
  padding-left: 30px;
  margin: 30px 0px;
  position: relative;
  color: #8D99A6;
}
.timeline-item.notification-content * {
  color: #8D99A6;
}
.timeline-item.notification-content .icon-fixed-width {
  margin-left: 36px;
}
.timeline-item.notification-content .octicon-heart {
  color: #ff5858 !important;
}
.timeline-item.notification-content::before {
  content: " ";
  width: 7px;
  height: 7px;
  background-color: #d1d8dd;
  position: absolute;
  left: 40px;
  border-radius: 50%;
  top: 5px;
}
.timeline-item .reply-link {
  padding-left: 7px;
}
.timeline-head {
  background-color: white;
  border: 1px solid #d1d8dd;
  border-radius: 2px;
}
.timeline-head .comment-input-header {
  background-color: #fafbfc;
  padding: 7px 15px;
  border-bottom: 1px solid #EBEFF2;
}
.timeline-head .comment-input-container {
  padding: 15px;
}
.timeline-head .comment-input {
  border-color: #EBEFF2;
  max-width: 100%;
}
.timeline-head .comment-input:focus {
  box-shadow: none;
}
@media (max-width: 767px) {
  .timeline-head {
    border-left: none;
    border-right: none;
    border-radius: 0px;
  }
}
.timeline-new-email {
  margin: 30px 0px;
  padding: 0px 65px;
  position: relative;
}
.timeline-new-email::before {
  content: " ";
  width: 7px;
  height: 7px;
  background-color: #d1d8dd;
  position: absolute;
  left: 40px;
  border-radius: 50%;
  top: 5px;
}
.form-footer h5 {
  margin: 15px 0px;
  font-weight: bold;
}
.control-label,
.grid-heading-row {
    color: gray;
    font-size: 13px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.control-label {
  margin-bottom: 5px;
}
.like-disabled-input {
  margin-bottom: 7px;
  border-radius: 3px;
  min-height: 30px;
  font-weight: bold;
}
.like-disabled-input.for-description {
  font-weight: normal;
}
.frappe-control {
  margin-bottom: 10px;
}
.frappe-control .help-box {
  margin-top: 3px;
}
.hide-control {
  display: none !important;
}
.shared-user {
  margin-bottom: 10px;
}
.linked-with-dialog {
  width: 75%;
}
.linked-with-dialog .panel-body {
  padding: 0px;
}
.linked-with-dialog .form-section {
  padding-top: 15px;
}
.attach-missing-image,
.attach-image-display {
  cursor: pointer;
}
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-control {
    font-weight: 200;
}
.form-headline .alert {
  font-size: 12px;
  background-color: #fffce7;
  margin-bottom: 0px;
  margin: 0px -15px;
}
.delivery-status-indicator {
  display: inline-block;
  margin-top: -3px;
  margin-left: 1px;
  font-weight: 500;
  color: #8D99A6;
}
@media (min-width: 768px) {
  .layout-main .form-column.col-sm-12 > form > .input-max-width {
    max-width: 50%;
    padding-right: 15px;
  }
  .col-sm-6 .form-grid .form-column.col-sm-12 > form > .input-max-width {
    max-width: none;
    padding-right: 0px;
  }
  .form-column.col-sm-6 textarea[data-fieldtype="Code"] {
    height: 120px !important;
  }
}
@media (max-width: 991px) {
  .form-section .form-section-heading {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .form-section .section-head {
    padding: 15px 15px 15px 0px;
  }
  .form-column {
    border-bottom: 1px solid #EBEFF2;
  }
  .form-column:last-child {
    border-bottom: 0px;
  }
  .form-section {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .form-grid {
    margin-left: -17px;
    margin-right: -17px;
    border-left: none !important;
    border-right: none !important;
    border-radius: none;
  }
  .form-page .form-section {
    padding: 0px 15px;
  }
  .form-page .frappe-control {
    padding: 7px 15px;
    border-bottom: 1px solid #EBEFF2;
    margin: 0px -15px;
  }
  .form-page .frappe-control .link-btn {
    top: -2px;
  }
  .form-page .frappe-control .like-disabled-input {
    min-height: 0px !important;
  }
  .form-page .frappe-control:last-child {
    border-bottom: 0px;
  }
  .form-page .frappe-control[data-fieldtype="Table"] {
    padding: 0px 15px;
    margin-top: -1px;
    border-bottom: none;
  }
  .form-page .frappe-control[data-fieldtype="Table"] label {
    margin-top: 7px;
  }
  .form-page .form-control {
    border: none;
    box-shadow: none;
    background-color: inherit;
    height: auto;
    padding: 0px;
    margin-bottom: 7px;
    border-radius: 0px;
    text-align: left !important;
  }
  .form-page .form-control:focus {
    box-shadow: none;
  }
}


/*
 *	/home/frappe/press/benches/1605261249/apps/frappe/frappe/public/css/mobile.css
 */

.offcanvas-main-section-overlay {
  display: none;
  cursor: pointer;
  opacity: 0.5;
}
.sidebar-padding {
  padding: 12px 14px;
}
.offcanvas .sidebar .sidebar-menu > li > a,
.offcanvas .sidebar .dropdown-menu > li > a {
  padding: 12px 14px;
  display: block;
  whitespace: nowrap;
  transition: 0.2s;
  text-decoration: none !important;
}
.offcanvas .sidebar .dropdown-menu {
  padding: 0px;
  font-size: inherit;
}
.offcanvas .sidebar .dropdown-menu > li > a {
  padding-left: 28px;
}
.offcanvas .sidebar .divider {
  height: 1px;
  overflow: hidden;
  background-color: #EBEFF2;
  width: 100%;
  margin: 0px;
}
.offcanvas .sidebar .badge {
  right: 15px !important;
  top: 11px !important;
}
.offcanvas .sidebar .sidebar-menu > li > a:hover,
.offcanvas .sidebar .dropdown-menu > li > a:hover,
.offcanvas .sidebar .sidebar-menu > li > a:focus,
.offcanvas .sidebar .dropdown-menu > li > a:focus,
.offcanvas .sidebar .sidebar-menu > li > a:active,
.offcanvas .sidebar .dropdown-menu > li > a:active {
  background-color: #F0F4F7;
}
@media (max-width: 991px) {
  input[type='checkbox'] {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 6px;
    border: 1px solid #d1d8dd;
    display: inline-block;
  }
  input[type='checkbox']:checked {
    background: #3b99fc;
    border-color: #3b99fc;
  }
  input.list-select-all {
    margin-top: 0px;
  }
  .input-area input[type='checkbox'] {
    margin-top: 2px;
    margin-left: -23px;
  }
  .intro-area,
  .footnote-area {
    padding: 15px;
  }
  .grid-row-open {
    top: 0;
  }
  .layout-main {
    position: relative;
  }
  body[data-route^="Form"] .page-title h1 {
    margin-top: 14px;
  
  }
  body[data-route^="Form"] .page-title .indicator {
    display: block;
    margin-top: -9px;
    margin-bottom: 3px;
  }
  body[data-route^="Form"] .page-actions {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
  }
  body[data-route^="Form"] .page-head .sub-heading {
    display: block;
    position: absolute;
    bottom: -30px;
    right: 5px;
    min-width: 200px;
  }
  .toggle-navbar-new-comments {
    padding: 8px 0px !important;
  }
  .navbar > .container > .navbar-header {
    float: left;
    width: 80%;
  }
  .navbar > .container > .navbar-right {
    float: right;
  }
  .module-item {
    padding: 7px 0px !important;
  }
  .module-item h4 {
    font-weight: normal;
  }
  #navbar-breadcrumbs {
    margin: 0px;
    display: inline-block;
  }
  #navbar-breadcrumbs > li,
  #navbar-breadcrumbs > li > a {
    display: inline-block;
    vertical-align: middle;
  }
  #navbar-breadcrumbs > li > a:before {
    content: "\f104";
    margin-right: 10px;
    color: #6C7680;
  }
  #navbar-breadcrumbs li:not(:nth-last-child(-n+1)) {
    display: none;
  }
  .navbar-nav {
    margin: 0px;
  }
  .offcanvas {
    transition: 0.25s;
  }
  .offcanvas-main-section-overlay {
    bottom: 0;
    position: fixed;
  }
  .offcanvas-container,
  .offcanvas,
  .offcanvas-main-section {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .offcanvas.active-left,
  .offcanvas.active-right {
    position: fixed;
  }
  .offcanvas.active-left .offcanvas-main-section-overlay,
  .offcanvas.active-right .offcanvas-main-section-overlay {
    z-index: 1031;
    display: block;
    bottom: 0;
  }
  .offcanvas.active-left {
    -webkit-transform: translate3d(75%, 0, 0);
    transform: translate3d(75%, 0, 0);
  }
  .offcanvas.active-right {
    -webkit-transform: translate3d(-75%, 0, 0);
    transform: translate3d(-75%, 0, 0);
  }
  .offcanvas .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 75%;
    /* 9 columns */
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 12px;
  }
  .offcanvas .sidebar-right {
    left: 100%;
    border-left: 1px solid #d1d8dd;
  }
  .offcanvas .sidebar-left {
    right: 100%;
    border-right: 1px solid #d1d8dd;
  }
  .offcanvas .sidebar-menu {
    margin-bottom: 0;
  }
  .sidebar .form-group {
    margin-bottom: 0px;
  }
  #sidebar-search {
    height: 27px;
  }
  .sidebar .navbar-search-icon {
    float: right;
    color: #6C7680;
    font-size: inherit;
    position: relative;
    right: 7px;
    top: -20px;
    height: 0;
  }
  .sidebar form {
    padding: 7px;
  }
  .sidebar .main-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 41px;
    overflow-y: auto;
  }
  .sidebar .user-menu {
    padding: 9px 14px;
    background-color: #f5f7fa;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .sidebar .user-menu,
  .sidebar .user-menu .octicon {
    color: #6C7680;
  }
  .sidebar .user-menu img {
    margin-top: -1px;
  }
  body[data-route^="Module"] .navbar-center {
    display: block !important;
    position: absolute;
    top: 10px;
    left: 25%;
    right: 25%;
    text-align: center;
  }
  body.no-breadcrumbs .navbar .navbar-home {
    display: inline-block !important;
    padding-left: 0px;
    margin-left: 0px;
    padding-top: 6px;
  }
  body.no-breadcrumbs .navbar .navbar-home:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    display: inline-block;
    speak: none;
    font-size: 24px;
    transition: 0.2s;
    position: relative;
    top: 3px;
    content: "\f104";
    margin-right: 10px;
    color: #6C7680;
  }
  body.no-breadcrumbs .navbar .navbar-home:hover:before,
  body.no-breadcrumbs .navbar .navbar-home:focus:before,
  body.no-breadcrumbs .navbar .navbar-home:active:before {
    color: #36414C !important;
  }
  body[data-route=""] .navbar .navbar-home,
  body[data-route="desktop"] .navbar .navbar-home {
    display: none !important;
  }
  .linked-with-dialog {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .modal .modal-dialog {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow-y: auto;
    background-color: #fff;
  }
  .modal .modal-content {
    border-radius: 0px;
    border: none;
    box-shadow: none;
    height: 100%;
  }
  .modal .modal-body .form-layout {
    margin: -15px;
  }
  .modal .file-upload .input-upload {
    width: 100%;
    text-align: center;
  }
  .modal .file-upload .input-upload .btn-browse {
    width: 100%;
  }
  .modal .file-upload .web-link-wrapper {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .modal .file-upload .web-link-wrapper .file-upload-or {
    display: block;
    margin: 15px 24px;
  }
  .modal .file-upload .web-link-wrapper .input-link {
    width: 100% !important;
  }
  .layout-main-section-wrapper {
    padding: 0px;
  }
  .layout-main-section {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
  }
  .list-row {
    padding: 13px 15px !important;
  }
  .doclist-row {
    position: relative;
    padding-right: 10px;
  }
  .doclist-row .list-id {
    font-weight: normal;
  }
  .doclist-row .list-row-id {
    left: 18px;
    text-align: left;
    margin-top: 3px;
  }
  .doclist-row.has-checkbox .list-row-id {
    left: 40px;
  }
  .doclist-row .list-row-indicator {
    position: absolute;
    right: 0px;
    top: -20px;
  }
  .doclist-row .list-row-modified {
    margin-right: -10px;
  }
  .doclist-row .list-row-left {
    z-index: 1;
  }
  .doclist-row .list-row-right {
    float: right;
  }
  .doclist-row .list-row-right .list-row-indicator {
    top: 4px;
  }
  .doclist-row .list-row-right .list-row-indicator .indicator::before,
  .doclist-row .list-row-right .list-row-indicator .indicator::after {
    height: 12px;
    width: 12px;
    border-radius: 12px;
  }
  .doclist-row .list-row-right.no-right-column {
    position: absolute;
    top: 0;
    right: 10px;
    left: -10px;
    width: 100%;
  }
  body[data-route^="messages"] .navbar-center {
    display: block !important;
    position: absolute;
    top: 10px;
    left: 25%;
    right: 25%;
    text-align: center;
  }
  #page-messages .layout-side-section {
    position: relative;
    left: 0px;
    border-right: 1px solid #d1d8dd;
    padding-left: 0px;
    float: left;
    width: 76px;
  }
  #page-messages .layout-main-section-wrapper {
    position: absolute;
    left: 75px;
    right: 0px;
    border-left: 1px solid #d1d8dd;
    float: left;
  }
  #page-messages .module-sidebar-item {
    margin: 0px;
  }
  #page-messages .module-sidebar-item .messages-sidebar-link {
    padding: 15px;
  }
  #page-messages .timeline-head {
    padding: 15px 15px 7px;
  }
  #page-messages .list-row {
    padding: 7px 0px;
  }
  #page-messages .message-row-right {
    margin-top: 10px;
    text-align: left;
  }
  #page-setup-wizard .form-section:first-child .form-column:first-child .frappe-control:first-child {
    border-top: 1px solid #d1d8dd;
  }
  #page-setup-wizard .form-section:last-child .form-column:last-child .frappe-control:last-child {
    border-bottom: 1px solid #d1d8dd;
  }
  #page-setup-wizard .setup-wizard-slide .form {
    border: none;
  }
  body[data-route^="Form"] .page-title .indicator {
    margin-top: 1px;
  }
}

