/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-height: 768px) {
    .editor-height-complete {
        height: 440px !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-height: 992px) {
    .editor-height-complete {
        height: 660px !important;
    }
}

#page-wrapper .bg-title {
    border-bottom-right-radius: 20px;
}

.navbar-header {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.white-box {
    border-radius: 25px;
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-height: 1200px) {
    .editor-height-complete {
        height: 860px !important;
    }
}

.selected-grid-item,
.selected-grid-item h5,
.selected-grid-item td {
    background-color: #e3f2ff !important;
}

div.gallery {
    margin: 10px;
    border: 1px solid #e6e6e6;
    width: 240px;
    display: inline-table;
    position: relative;
}

div.gallery img {
    width: 100%;
    /*height: 200px;*/
}

div.gallery:hover button {
    display: block;
}

div.gallery button {
    display: none;
    position: absolute;
}

div.gallery button.update {
    right: 0;
    bottom: 12px;
}

div.gallery button.delete {
    top: 0;
    right: 0;
}

div.desc {
    height: 54px;
    padding: 10px;
    text-align: center;
}

.circular-img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
}

.break-text {
    word-break: break-all
}

.notification-not-read {
    background: #e8f2f9;
}

.hidden {
    display: none;
}

.line-separator {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dynamic-form-toolbar {
    top: 0;
    padding: 5px;
    z-index: 9;
    position: fixed;
    background-color: #e9e5e5;
}

/* JSON Editor */

.hpVpQe {
    width: 100% !important;
    height: 560px !important;
}


/* Calendar Timeline  */

.rct-label-group {
    background-color: #108ee9 !important;
}

.rct-sidebar-header {
    background-color: transparent !important;
}

.rct-label {
    cursor: default !important;
    pointer-events: none !important;
}

.is-exception > td > span {
    display: inline !important;
}


.components-table-demo-nested .ant-table-expanded-row>td:last-child {
    padding: 0 48px 0 8px;
}

.components-table-demo-nested .ant-table-expanded-row>td:last-child .ant-table-thead th {
    border-bottom: 1px solid #e9e9e9;
}

.components-table-demo-nested .ant-table-expanded-row>td:last-child .ant-table-thead th:first-child {
    padding-left: 0;
}

.components-table-demo-nested .ant-table-expanded-row>td:last-child .ant-table-row td:first-child {
    padding-left: 0;
}

.components-table-demo-nested .ant-table-expanded-row .ant-table-row:last-child td {
    border: none;
}

.components-table-demo-nested .ant-table-expanded-row .ant-table-thead>tr>th {
    background: none;
}

.components-table-demo-nested .table-operation a:not(:last-child) {
    margin-right: 24px;
}

.react-calendar-timeline .rct-sidebar .rct-sidebar-header {
    border-right: 0px !important;
}

.react-calendar-timeline .rct-sidebar {
    border-right: 0px !important;
}

.ant-table-small {
    border: 0px !important;
}

.rdw-editor-wrapper {
    width: 100%;
    background-color: white;
}

.table-striped tbody tr:nth-of-type(odd){
    background-color: #f3f3f3;
}

.break-word {
    overflow-wrap: break-word;
}

.required label:after {
    color: #e32;
    content: ' *';
    display:inline;
}

.menu-dashboard-item {
    font-size: 12px;
    font-weight: 400;
    width: 100px;
    height: 100px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    background: #f8f8f8;
    color: #4f5467;
}

.menu-dashboard-item-title {
    margin: 0;
    vertical-align: baseline;
}

.fav-delete {
    display: none;
}

.fav-wrapper:hover .fav-delete {
    display: inline-block !important;
}

#professional-claim .ant-table-footer{
    padding: 0px 0px  0px 0px !important;
    border-top: 0px !important;
}

.bg-red {
    background: #e74c3c;
}

.fa-rotate-136 {
    -webkit-transform: rotate(136deg) !important;
    -moz-transform: rotate(136deg) !important;
    -ms-transform: rotate(136deg) !important;
    -o-transform: rotate(136deg) !important;
    transform: rotate(136deg) !important;
}


.m-signature-pad {
    font-size: 10px;
    width: 100%;
    height: 250px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    border-radius: 4px;
  }

  .m-signature-pad--body {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 32px;
    bottom: 60px;
    border: 1px solid #f4f4f4;
  }

  .m-signature-pad--body
    canvas {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border-radius: 4px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
    }

  .m-signature-pad--footer {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    height: 40px;
  }

  .m-signature-pad--footer
    .description {
      color: #C3C3C3;
      text-align: center;
      font-size: 1.2em;
      margin-top: 1.8em;
    }

  .m-signature-pad--footer
    .button {
      position: absolute;
      bottom: 0;
    }

  .m-signature-pad--footer
    .button.clear {
      left: 0;
    }

  .m-signature-pad--footer
    .button.save {
      right: 0;
    }

  @media screen and (max-width: 1024px) {
    .m-signature-pad {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto;
      min-width: 250px;
      min-height: 140px;
      margin: 5%;
    }
    #github {
      display: none;
    }
  }

  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .m-signature-pad {
      margin: 10%;
    }
  }

  @media screen and (max-height: 320px) {
    .m-signature-pad--body {
      left: 0;
      right: 0;
      top: 0;
      bottom: 32px;
    }
    .m-signature-pad--footer {
      left: 20px;
      right: 20px;
      bottom: 4px;
      height: 28px;
    }
    .m-signature-pad--footer
      .description {
        font-size: 1em;
        margin-top: 1em;
      }
  }

div.remote-media video {
    width: 100%;
    background-color: #fff;
    margin: auto;
    text-align: center;
}

.r-icon-stats .theme {
    width: 66px;
    height: 66px;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: top;
    background: #01c0c8;
}

.r-icon-stats .bodystate {
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle;
}

.r-icon-stats .bodystate h4 {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 300;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}
