﻿/* Custom positioning and spacing and alignment classes */

.theme-m0 {
   margin: 0px;
   padding: 0px;
}
.theme-mb2 {
   margin-bottom: 2px;
}
.theme-mb3 {
   margin-bottom:3px;
}
.theme-mb4 {
   margin-bottom: 4px;
}
.theme-mb5 {
   margin-bottom: 5px;
}
.theme-mb10 {
   margin-bottom: 10px;
}
.theme-mb20 {
    margin-bottom: 20px;
}
.theme-mb30 {
   margin-bottom: 30px;
}
.theme-mb40 {
   margin-bottom: 40px;
}
.theme-mb50 {
   margin-bottom: 50px;
}
.theme-mlm10 {
   margin-left: -15px
}
.theme-mt5 {
   margin-top: 5px;
}
.theme-mt10 {
   margin-top: 10px;
}
.theme-mt15 {
    margin-top: 15px;
}
.theme-mt20 {
   margin-top: 20px;
}
.theme-mt50 {
   margin-top: 50px;
}
.theme-mt100 {
    margin-top: 100px;
}
.theme-mt150 {
    margin-top: 150px;
}
.theme-mb100 {
   margin-bottom: 100px;
}
.theme-mtitle {
   margin: 40px 0px 0px -15px;
}
.theme-mtitle-first {
   margin: 0px 0px 0px -15px;
}
.theme-mr20 {
   margin-right: 20px;
}

.theme-h50 {
   height: 50px;
   overflow: hidden;
}
.theme-h75 {
   height: 75px;
   overflow: hidden;
}
.theme-h100 {
   height: 100px;
   overflow: hidden;
}
.theme-h150 {
   height: 150px;
   overflow: hidden;
}
.theme-h200 {
   height: 200px;
   overflow: hidden;
}
.theme-h250 {
   height: 250px;
   overflow: hidden;
}
.theme-h300 {
   height: 300px;
   overflow: hidden;
}
.theme-h350 {
   height: 350px;
   overflow: hidden;
}
.theme-h400 {
   height: 400px;
   overflow: hidden;
}
.theme-h450 {
   height: 450px;
   overflow: hidden;
}
.theme-h500 {
   height: 500px;
   overflow: hidden;
}

.theme-w50 {
   width: 50px;
}
.theme-w60 {
   width: 60px;
}
.theme-w70 {
   width: 70px;
}
.theme-w80 {
   width: 80px;
}
.theme-w90 {
   width: 90px;
}
.theme-w100 {
   width: 100px;
}
.theme-w120 {
   width: 120px;
}
.theme-w140 {
   width: 140px;
}
.theme-w160 {
   width: 160px;
}
.theme-w180 {
   width: 180px;
}
.theme-w200 {
   width: 200px;
}
.theme-w250 {
   width: 250px;
}
.theme-w300 {
   width: 300px;
}
.theme-w350 {
   width: 350px;
}
.theme-w400 {
   width: 400px;
}
.theme-w450 {
   width: 450px;
}
.theme-w500 {
   width: 500px;
}
.theme-w550 {
   width: 550px;
}
.theme-w600 {
   width: 600px;
}

.theme-danger {
   color: red;
}
.theme-underline {
   text-decoration: underline;
}
.theme-link {
   text-decoration: underline;
   color: blue;
   cursor: pointer;
}
.theme-bold {
   font-weight: bold;
}
.theme-left {
   text-align: left;
}
.theme-bold-underline {
    font-weight: bold;
    text-decoration: underline;
}

.theme-right {
   text-align: right;
}
.theme-center {
   text-align: center;
}
.theme-collapse {
   visibility:collapse;
   height: 0px;
   width: 0px;
}

.theme-hand {
    cursor: pointer;
    text-decoration: underline;
}

/* Form Controls */
.theme-control {

}

/* Top fixed holder */
.theme-top {
   position: fixed;
   top: 0;
   left: 0;
   height: 50px;
   width: 100%;
   background-color: #000000;
   overflow: hidden;
   z-index: 9000;
}

.theme-nav-menu-logo {
   position: fixed;
   top: 7px;
   left: 15px;
   height: 35px;
   width: 100%;
   background-size: 65px;
   background-image: url("/Images/logo.png");
   background-repeat: no-repeat
}

.theme-nav-menu-options-collapse {
   position: relative;
  top: 50px;

   visibility: collapse;
   height: 0px;
}




/* Bottom fixed holder */
/*.theme-bottom {
   position: fixed;
   bottom: 0;
   left: 0;
   width: 100%;
   background-color: #888888;
   overflow: hidden;
}*/
.theme-bottom {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}
.theme-bottom-left {
   text-align: left;
   margin: 10px 0px 8px 7px;
}
.theme-bottom-center {
   text-align: center;
   margin: 10px 10px 8px 10px;
}
.theme-bottom-right {
   text-align: right;
   margin: 10px 7px 8px 0px;
}
.theme-bottom-button {
   width: 135px;
}



/* Custom element classes */
.theme-form-check {
   width: 100%;
}

.theme-form-check-label {
   float: left;
   width: calc(100% - 30px);
   margin-left: 10px;

}

.theme-form-check-input {
   float: left;
   padding: 0px;
}

.theme-form-label {
   margin-bottom: 2px;
}
.theme-form-control {
   margin-bottom: 10px;
}
.theme-form-control input {
      width: 100%;
      height: 37px;
      border: solid 1px #cccccc;
      border-radius: 6px;
      background: #ffffff;
      font-weight: 300;
      font-size: 1em;
      padding: 0px 5px 0px 5px;
   }
.theme-form-control input[type=number] {
    -moz-appearance: textfield;
}
.theme-form-control textarea {
    min-height: 37px;
    width: 100%;
    border: solid 1px #cccccc;
    border-radius: 6px;
    background: #ffffff;
    font-weight: 400;
    font-size: 1em;
    padding: 0px 5px 0px 5px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
   -webkit-appearance: none;
   -moz-appearance: none;
   margin: 0;
}

.theme-input {
   height: 33px;
   border: solid 1px #cccccc;
   width: 100%;
   border-radius: 6px;
   background: #ffffff;
   font-weight: 300;
   font-size: 0.9em;
   padding: 0px 5px 0px 5px;
}

.theme-input-half {
   height: 33px;
   border: solid 1px #cccccc;
   border-radius: 6px;
   background: #ffffff;
   font-weight: 300;
   font-size: 0.9em;
   padding: 0px 5px 0px 5px;
   width: 100px;
}

.theme-select {
   height: 35px;
   border: solid 1px #cccccc;
   width: 100%;
   border-radius: 6px;
   background: #ffffff;
   font-weight: 300;
   font-size: 0.9em;
   padding: 0px 5px 0px 5px;
}
.theme-select-100 {
   height: 35px;
   border: solid 1px #cccccc;
   width: 100px;
   border-radius: 6px;
   background: #ffffff;
   font-weight: 300;
   font-size: 0.9em;
   padding: 0px 5px 0px 5px;
}
.theme-select-multiple {
   height: 125px;
   border: solid 1px #cccccc;
   width: 100%;
   border-radius: 6px;
   background: #ffffff;
   font-weight: 300;
   font-size: 0.9em;
   padding: 0px 5px 0px 5px;
}
.theme-select-full {
   width: 100%;
}
.theme-select-notfull {
   width: unset;
}

.theme-pager {
   color: #333333;
   padding: 2px 10px 2px 10px;
}

.theme-image img {
   max-width: 100%;
   max-height: 100%;
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top: auto;
   margin-bottom: auto;
   text-align: center;
}
.theme-image-300 img {
   max-width: 300px;
   max-height: 300px;
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top: auto;
   margin-bottom: auto;
   text-align: center;
}
.theme-image-100 img {
   max-width: 100px;
   max-height: 100px;
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top: auto;
   margin-bottom: auto;
   text-align: center;
}
.theme-image-50 img {
   max-width: 50px;
   max-height: 50px;
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top: auto;
   margin-bottom: auto;
   text-align: center;
}
.theme-image-75 img {
   max-width: 75px;
   max-height: 75px;
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top: auto;
   margin-bottom: auto;
   text-align: center;
}


/*Special Constructs*/



.theme-search-result .imagebox {
      width: 100%;
      height: 350px;
      margin: 0px;
      padding: 1px;
      border-bottom: 1px solid #a0a0a0;
   }
.theme-search-result .imagebox img {
         max-width: calc(100% - 2px);
         max-height: calc(100% - 2px);
         position: absolute;
         top: 1px;
         bottom: 1px;
         left: 1px;
         right: 1px;
         margin: auto;
      }
.theme-search-result .imagebox .not-available {
      position: absolute;
      top: 165px;
      width: 100%;
      
   }
.theme-search-result .imagebox .not-available p {
      text-align: center
   }


.theme-title {
   color: #333333;
}
.theme-text {
   color: #333333;
}
.theme-line-major {
   width: 100%;
   height: 2px;
   background-color: #606060;
}
.theme-line-minor {
   width: 100%;
   height: 1px;
   background-color: #606060;
}
.theme-summary {
   width: 100%;
   margin: 0px;
   padding-top: 20px;
   padding-bottom: 20px;
   margin-bottom: 50px;
   padding-left: 10px;
   padding-right: 10px;
   background-color: #dddddd;
}
.theme-panel-left {
   width: 100%;
   margin: 0px;
   padding-top: 20px;
   padding-bottom: 20px;
   margin-bottom: 50px;
   padding-left: 10px;
   padding-right: 10px;
   border-radius: 10px;
   background-color: #dddddd;
}
.theme-selected {
   background-color: #bbbbbb;
}


.row {

}



@media (max-width:991.98px) {
   .theme-dialog {
      display: block;
      position: fixed;
      background: white;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: 15000;
   }

}


@media (min-width:992px) {
   .theme-dialog-modal {
      display: none;
      position: fixed;
      left: 0;
      top: -10px;
      width: 100%;
      height: 100%;
      background-color: #a0a0a0;
      opacity: 0.7;
      z-index: 999;
   }

   .theme-dialog {
      display: block;
      position: fixed;
      left: 50%;
      top: 5px;
      -ms-transform: translate(-50%,0%);
      -moz-transform: translate(-50%,0%);
      -webkit-transform: translate(-50%,0%);
      transform: translate(-50%,0%);
      width: 90%;
      max-width: 400px;
      max-height: 95vh;
      border: 2px solid #808080;
      border-radius: 5px;
      background-color: #fefefe;
      z-index: 1500;
   }
}

   .theme-dialog-content {
   }

   .theme-dialog-header {
      border-bottom: 1px solid #808080;
      padding: 10px;
   }

   .theme-dialog-header-text {
      vertical-align: top;
      font-size: large;
      display: inline-block;
      width: calc(100% - 55px);
   }

   .theme-dialog-header-cancel {
      vertical-align: top;
      display: inline-block;
      width: 50px;
      text-align: right;
   }

      .theme-dialog-header-cancel button {
         border: none;
         background: none;
         font-size: xx-large;
         margin-top: -10px;
      }

   .theme-dialog-body {
      max-height: calc(80vh - 125px);
      overflow: auto;
      overflow-x: hidden;
      padding: 10px;
   }

   .theme-dialog-textarea {
      width: calc(100% - 20px);
      height: 200px;
   }

   .theme-dialog-footer {
      padding: 10px;
      border-top: 1px solid #808080;
      text-align: right;
   }

      .theme-dialog-footer button {
         margin-left: 10px;
      }




.theme-camera-container {
   display: grid;
   text-align: center;
   height: 100%;
}
.theme-camera-stream {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    justify-self: center;
    z-index: 2000;
}
.theme-camera-stream video {
   max-width: 320px;
   max-height: 320px;
}
.theme-camera-take-position {
   grid-column: 1;
   grid-row: 1;
   align-self: start;
   justify-self: center;
   margin-top: 10px;
   z-index: 2001;
}
.theme-camera-take-button {
   margin-top: 2px;
   color: red;
   font-size: 25px;
   border: none;
   background: red;
   cursor: pointer;
   border: 3px solid black;
   border-radius: 15px;
   z-index: 2002;
}
.theme-camera-images-container {
   grid-column: 1;
   grid-row: 2;
   width: 100%;
}
.theme-camera-image-container {
    float: left;
    display:grid;
    text-align: center;
}
.theme-camera-image {
    border: 1px solid #cccccc;
    grid-column: 1;
    grid-row: 1;
    padding: 2px;
    margin: 4px;
}
.theme-camera-image-cross {
    color: #505050;
    grid-column: 1;
    grid-row: 1;
    font-size: 18px;
    border: none;
    margin-top: 5px;
    z-index: 2000;
}
.theme-camera-image-cross-button {
    cursor: pointer;
}

.theme-doc-loading-container {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100vh;
    width: 100vw;
    background-color: lightgrey;
    opacity: 0.4;
    z-index: 1500
}
.theme-doc-loading {
    position: fixed;
    top: 50vh;
    width: 100%;
    text-align: center
}
.theme-doc-hidden-container {
   position: fixed;
   top: 0px;
   left: 0px;
   display: none;
}
.theme-doc-viewer-container {
   position: fixed;
   left: 0px;
   right: 0px;
   width: 100vw;
}
.theme-doc-viewer-container-top-normal {
   top: 61px;
   height: calc(100vh - 61px);
}
.theme-event-viewer-container {
    width: 100%;
}
.theme-icon-large-normal {
    color: #333333;
    font-size: 26px;
    margin: 5px 7px 5px 7px;
    border: none;
    background: rgba(255,255,255,0);
}
.theme-icon-large-danger {
    color: red;
    font-size: 26px;
    margin: 5px 7px 5px 7px;
    border: none;
    background: rgba(255,255,255,0);
}
.theme-icon-large-border {
    color: #333333;
    font-size: 26px;
    margin: 1px 3px 1px 3px;
    border: 4px solid #a0a0a0;
}
.theme-icon-small-normal {
    color: #333333;
    font-size: 14px;
    margin: 5px 2px 5px 7px;
    border: none;
    background: rgba(255,255,255,0);
}
.theme-icon-small-danger {
    color: red;
    font-size: 14px;
    margin: 5px 2px 5px 7px;
    border: none;
    background: rgba(255,255,255,0);
}





@media (max-width:991.98px) {




.theme-doc-viewer-container-top-large {
top: 98px;
height: calc(100vh - 98px);
}

.theme-alert-modify-float-top {
position: fixed;
top: 65px;
left: 20px;
width: calc(100% - 215px);
padding: 10px;
text-align: center;
z-index: 500;
}
.theme-alert-modify-float-bottom {
position: fixed;
top: 65px;
left: 20px;
right: 20px;
padding: 10px;
text-align: center;
z-index: 500;
}
.theme-alert-modify-pin {
position: fixed;
top: 110px;
left: 20px;
right: 20px;
padding: 10px;
text-align: center;
z-index: 500;
}

.theme-title-1 {
position: absolute;
top: 6px;
left: 90px;
height: 20px;
color: white;
font-size: 14px;
font-weight: bold;
width: calc(100% - 170px);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
    .theme-title-2 {
        position: absolute;
        top: 25px;
        left: 90px;
        height: 27px;
        color: white;
        font-size: 11px;
        line-height: 1.1;
        width: calc(100% - 170px);
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .theme-title-3 {
        position: absolute;
        top: 39px;
        left: 90px;
        height: 27px;
        color: white;
        font-size: 11px;
        line-height: 1.1;
        width: calc(100% - 170px);
        overflow: hidden;
        text-overflow: ellipsis;
    }

.theme-device-large {
visibility: collapse;
height: 0px;
width: 0px;
}
.theme-device-small {
}
.theme-device-small-pager {
margin-top: -9px; margin-bottom: -5px;
}
.theme-device-small-pager select {
height: 28px;
}

.theme-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: 0;
margin-left: 0;
padding-top: 4px;
padding-bottom: 4px;
border-top: 4px solid #606060;
font-size: 0.8rem;
}
.theme-title-row {
visibility: collapse;
height: 0px;
border-bottom: 1px solid #606060;
}

.theme-doc-viewer-version-warning {
    position: fixed;
    top: 200px;
    left: 10px;
}
.theme-doc-importer-container {
    position: fixed;
    top: 230px;
    left: 10px;
    right: 10px;
    height: 40vh;
    width: calc(100vw - 20px)
}
.theme-doc-importer-title {
    position: fixed;
    top: calc(230px + 40vh);
    left: 0px;
    height: 30px;
    width: 100vw;
    text-align: center;
}
.theme-doc-importer-message {
    position: fixed;
    top: calc(231px + 40vh);
    left: 10px;
    height: 30px;
    width: 100vw;
    text-align: left
}
.theme-doc-importer-navigation {
    position: fixed;
    top: calc(228px + 40vh);
    right: 10px;
    height: 30px;
    width: 100vw;
    text-align: right
}
.theme-doc-importer-matches {
    position: fixed;
    left: 10px;
    right: 10px;
    top: calc(270px + 40vh);
    height: calc(60vh - 270px);
    width: calc(100vw - 20px);
    overflow: auto;
}

.theme-left-media {
      text-align: center;
   }
.theme-right-media {
      text-align: center;
   }

.theme-icon-light {
    color: #ffffff;
    font-size: 22px;
    margin: 0px 20px 20px 20px;
}
.theme-icon-normal {
    color: #333333;
    font-size: 22px;
    margin: 5px 7px 5px 7px;
    border: none;
    background: rgba(255,255,255,0);
}
.theme-icon-border {
    color: #333333;
    font-size: 22px;
    margin: 1px 3px 1px 3px;
    border: 4px solid #333333;
    background: rgba(255,255,255,0);
}
.theme-icon-danger {
    color: red;
    font-size: 22px;
    margin: 5px 7px 5px 7px;
    border: none;
    background: rgba(255,255,255,0);
}

.theme-row-header-small {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: 0;
      margin-left: 0;
      margin-top: 15px;
      font-weight: bold;
   }

.theme-nav-menu-large-options {
    visibility: collapse;
    height: 0px;
}
.theme-nav-menu-button {
    position: fixed;
    top: 12px;
    right: 15px;
}
.theme-nav-menu-button a {
        color: #a0a0a0;
    }
.theme-nav-menu-options {
    position: relative;
    top: 50px;
    left: 0px;
    width: 100%;
    background-color: #a0a0a0;
}
.theme-nav-menu-options a {
        color: #333333;
    }

.theme-search-result {
      border-top: 5px solid #a0a0a0;
      margin-bottom: 10px;
      padding: 10px;
      width: 100%;
   }

.pdfContainer {
   }
.pdfContainer .viewer {
      width: 100%;
      height: calc(100vh - 300px);
      overflow: hidden;
      border: 1px solid #505050;
   }
.pdfContainer .importer {
      width: 100%;
      height: 40vh;
      overflow: hidden;
      border: 1px solid #505050;
   }


.mobile-header-50 {
    margin-top: 50px;
}

}

@media (min-width:992px) {

    .theme-bottom-line {
        border-top: 2px solid #cccccc;
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 20px;
    }

.theme-doc-viewer-container-top-large {
      top: 88px;
      height: calc(100vh - 88px);
   }
.theme-doc-viewer-version-warning {
    position: fixed;
    top: 140px;
    left: 10px;
}

.tool-box-top {
    position: fixed;
    top: 62px;
    right: 5px;
    border: 1px solid #808080;
    background-color: #eeeeee;
    padding: 5px;
    z-index: 500;
}
.tool-box-bottom {
    position: fixed;
    bottom: 5px;
    right: 5px;
    border: 1px solid #808080;
    background-color: #eeeeee;
    padding: 5px;
    z-index: 500;
}

.theme-alert-modify-float-top {
    position: fixed;
    top: 65px;
    left: 20px;
    width: calc(100% - 215px);
    padding: 10px;
    text-align: center;
    z-index: 500;
}
.theme-alert-modify-float-bottom {
    position: fixed;
    top: 65px;
    left: 20px;
    right: 20px;
    padding: 10px;
    text-align: center;
    z-index: 500;
}
.theme-alert-modify-pin {
    position: fixed;
    top: 92px;
    left: 20px;
    right: 20px;
    padding: 10px;
    text-align: center;
    z-index: 500;
}

.theme-title-1 {
    position: absolute;
    top: 8px;
    left: 90px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    width: calc(100% - 600px);
    overflow: hidden;
}
.theme-title-2 {
    position: absolute;
    top: 29px;
    left: 90px;
    color: white;
    font-size: 11px;
    line-height: 1.1;
    width: calc(100% - 600px);
    overflow: hidden;
}
.theme-title-3 {
    position: absolute;
    top: 44px;
    left: 90px;
    color: white;
    font-size: 11px;
    line-height: 1.1;
    width: calc(100% - 600px);
    overflow: hidden;
}

.theme-device-large {
   }
.theme-device-small {
      visibility: collapse;
      height: 0px;
      width: 0px;
   }

.theme-row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: 0;
      margin-left: 0;
      padding-top: 4px;
      padding-bottom: 4px;
      border-top: 1px solid #606060;
   }

.theme-doc-importer-container {
    position: fixed;
    top: 120px;
    left: 10px;
    right: 10px;
    height: 40vh;
    width: calc(100vw - 20px)
}
.theme-doc-importer-title {
    position: fixed;
    top: calc(115px + 40vh);
    left: 0px;
    height: 30px;
    width: 100vw;
    text-align: center;
}
.theme-doc-importer-message {
    position: fixed;
    top: calc(146px + 40vh);
    left: 10px;
    height: 30px;
    width: 100vw;
    text-align: left
}
.theme-doc-importer-navigation {
    position: fixed;
    top: calc(143px + 40vh);
    right: 10px;
    height: 30px;
    width: 100vw;
    text-align: right
}
.theme-doc-importer-matches {
    position: fixed;
    left: 10px;
    right: 10px;
    top: calc(185px + 40vh);
    height: calc(60vh - 185px);
    width: calc(100vw - 20px);
    overflow: auto;
}

.theme-left-media {
    text-align: left;
}
.theme-right-media {
    text-align: right;
}

.theme-icon-light {
    color: #ffffff;
    margin-left: 10px;
}
.theme-icon-normal {
    color: #333333;
    border: none;
    margin: 5px 5px 5px 5px;
    background: rgba(255,255,255,0);
}
.theme-icon-border {
    color: #333333;
    margin: 1px 1px 1px 1px;
    border: 4px solid #333333;
    background: rgba(255,255,255,0);
}
.theme-icon-danger {
    color: red;
    margin: 5px 5px 5px 5px;
    border: none;
    background: rgba(255,255,255,0);
}

.theme-title-row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: 0;
      margin-left: 0;
      padding-top: 6px;
      padding-bottom: 6px;
      border-top: 2px solid #606060;
      border-bottom: 1px solid #606060;
   }
.theme-row-header-small {
      visibility: collapse;
      height: 0px;
   }

.theme-indent-lg-1 {
    margin-left: 10px;
}
.theme-indent-lg-2 {
    margin-left: 20px;
}
.theme-indent-lg-3 {
    margin-left: 30px;
}
.theme-indent-lg-4 {
    margin-left: 40px;
}
.theme-indent-lg-5 {
    margin-left: 50px;
}
.theme-indent-lg-6 {
    margin-left: 60px;
}
.theme-indent-lg-7 {
    margin-left: 70px;
}
.theme-indent-lg-8 {
    margin-left: 80px;
}
.theme-indent-lg-9 {
    margin-left: 90px;
}
.theme-indent-lg-10 {
    margin-left: 100px;
}

.theme-nav-menu-large-options {
    position: fixed;
    top: 13px;
    right: 15px;
    width: 650px;
    display: grid;
    grid-template-columns: 1fr 1.7fr 1.7fr 1.1fr;
    grid-gap: 10px;
}
.theme-nav-menu-large-option {
}
.theme-nav-menu-large-options a {
    color: #a0a0a0;
}
.theme-nav-menu-button {
    visibility: collapse;
    height: 0px;
}

.theme-search-result {
      margin-bottom: 10px;
      padding: 10px;
      border: 1px solid #a0a0a0;
      border-radius: 10px;
      width: 100%;
   }

.pdfContainer {
    position: fixed;
    top: 35px;
    left: 0px;
    width: 100%;
    height: calc(50vh + 50px);
}
.pdfContainer .viewer {
    width: 100%;
    height: calc(100vh - 250px);
    overflow: hidden;
    border: 1px solid #505050;
}
.pdfContainer .importer {
    width: 100%;
    height: 40vh;
    overflow: hidden;
    border: 1px solid #505050;
}

}



/*buttons*/
.theme-btn-primary {
   color: #fff;
   background-color: #555555; /*s100,b100*/
   border-color: #555555; /*s100,b100*/
}
.theme-btn-primary:hover {
      color: #fff;
      background-color: #333333; /*s100,b85;*/
      border-color: #555555; /*s100,b80*/
   }
.theme-btn-primary.focus, .theme-btn-primary:focus {
      box-shadow: 0 0 0 .2rem rgba(50,50,50,.5) /*s85,b100*/
   }
.theme-btn-primary.disabled, .theme-btn-primary:disabled {
      color: #fff;
      background-color: #555555; /*s100,b100*/
      border-color: #555555; /*s100,b100*/
   }
.theme-btn-primary:not(:disabled):not(.disabled).active, .theme-btn-primary:not(:disabled):not(.disabled):active, .show > .theme-btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #555555; /*s100,b80*/
      border-color: #505050 /*s100,b75*/
   }
.theme-btn-primary:not(:disabled):not(.disabled).active:focus, .theme-btn-primary:not(:disabled):not(.disabled):active:focus, .show > .theme-btn-primary.dropdown-toggle:focus {
         box-shadow: 0 0 0 .2rem rgba(50,50,50,.5) /*s85,b100*/
      }

.theme-btn-outline {
   color: #555555; /*s100,b100*/
   border-color: #555555 /*s100,b100*/
}
.theme-btn-outline:hover {
    color: #fff;
    background-color: #555555; /*s100,b100*/
    border-color: #555555; /*s100,b100*/
}
.theme-btn-outline.focus, .theme-btn-outline:focus {
    box-shadow: 0 0 0 .2rem rgba(50,50,50,.5) /*s100,b100*/
}
.theme-btn-outline.disabled, .theme-btn-outline:disabled {
    color: #555555; /*s100,b100*/
    background-color: transparent
}
.theme-btn-outline:not(:disabled):not(.disabled).active, .theme-btn-outline:not(:disabled):not(.disabled):active, .show > .theme-btn-outline.dropdown-toggle {
    color: #fff;
    background-color: #555555; /*s100,b100*/
    border-color: #555555 /*s100,b100*/
}
.theme-btn-outline:not(:disabled):not(.disabled).active:focus, .theme-btn-outline:not(:disabled):not(.disabled):active:focus, .show > .theme-btn-outline.dropdown-toggle:focus {
        box-shadow: 0 0 0 .2rem rgba(50,50,50,.5) /*s100,b100*/
    }

.theme-btn-circle 
{
   height: 30px;
   width: 30px;
   border-radius: 15px;
   padding: 4px 0px 0px 0px;
}


/*Styles form color-profile drag command drop*/
.themeDropArea {
border: 1px dashed #828282;
border-radius: 3px;
padding: 0px;
height: 160px;
width: 600px;
align-items: center;
justify-content: center;
cursor: pointer !important;
background-color: lightblue;
margin-bottom: 40px;
}
.themeDropArea:hover {
    background-color: blue;
}
.themeDropArea input[type=file] {
    opacity: 0;
    width: 100%;
    height: 100%;
    height: 230px !important;
    width: 580px !important;
}
.themeDropAreaDrug {
background-color: blue;
}
.themeDropAreaDisabled {
background-color: white;
}
.themeDropAreaDisabled:hover {
    cursor: default !important;
    background-color: white;
}
.themeDropAreaDisabled input[type=file] {
    opacity: 0;
    width: 1px !important;
    height: 1px !important;
}

/*   PDF Viewer*/
.pdfContainer .toolStrip {
margin-bottom: 10px;
}
.pdfContainer .toolStrip .page {

}
.pdfContainer .toolStrip .zoom {
}
.pdfContainer .toolStrip .pan {
      
}
.pdfContainer .canvasDown canvas{
    cursor: grab;
}
.pdfContainer .canvasUp canvas {
    cursor: crosshair;
}


/*   Special for Events */

.event-box {
    border: 1px solid #a0a0a0;
    border-radius: 10px;
    min-height: 100px;
    width: 100%;
    margin: 10px 10px 10px 0px;
    padding: 25px 10px 10px 10px;
    text-align: center;
}

.event-box-fixed {
    height: 300px;
}

.event-image {
    height: 280px;
}

    .event-image img {
        position: relative;
        max-height: 100%;
        max-width: 100%;
        
    }

.event-filename {
    height: calc(100% - 40px);
    padding-top: 50px;
    width: 100%;
    text-align: center;
    border: 1px solid #a0a0a0
}

.event-note {
    text-align: left;
    margin: 30px 10px 20px 10px;
    width: calc(100% - 20px);
    overflow-y: auto;
}

.event-complete-symbol {
    position: absolute;
    top: 30px;
}

    .event-complete-symbol img {
    }

.event-complete-text-title {
    position: absolute;
    top: 20px;
    font-size: larger;
    font-weight: bolder;
    left: 110px;
    text-align: left;
}

.event-complete-text-name {
    position: absolute;
    top: 70px;
    font-size: smaller;
    left: 110px;
    text-align: left;
}

.event-complete-text-date {
    position: absolute;
    top: 50px;
    font-size: smaller;
    left: 110px;
    text-align: left;
}

.event-button {
    float: left;
    justify-content: center;
    background-color: transparent;
    color: white;
    cursor: pointer;
    position: relative;
    border: 1px solid #a0a0a0;
    border-radius: 10px;
    width: 110px;
    height: 52px;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    background: #cccccc;
    cursor: pointer;
}

.event-button-image {
    position: absolute;
    margin-top: 3px;
}

    .event-button-image img {
        width: 32px;
        height: 32px;
    }

.event-button-text-1 {
    position: absolute;
    width: 70%;
    height: 100%;
    color: black;
    margin-left: 20%;
    margin-top: 9px;
    margin-right: 4px;
    font-size: smaller;
    text-align: right;
}

.event-button-text-2 {
    position: absolute;
    width: 70%;
    height: 100%;
    color: black;
    margin-left: 20%;
    margin-top: 1px;
    margin-right: 4px;
    font-size: smaller;
    text-align: right;
}

.event-button-action {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

    .event-button-action input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.event-trash {
    position: absolute;
    top: 10px;
    right: 24px;
    width: 20px;
    height: 20px;
    background-color: transparent;
}

.event-download {
    position: absolute;
    bottom: 18px;
    right: 24px;
    width: 20px;
    height: 20px;
    background-color: transparent;
}

.event-timestamp {
    position: absolute;
    top: 16px;
    left: 25px;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    background-color: transparent;
}
.event-conversation-right {
    margin-left: 20%;
}

.event-conversation-left {
    margin-right: 20%;
}
.event-conversation-right-box {
    background-color: #d5f2f0;
}

.event-conversation-left-box {
    background-color: #f0f0f0;
}

.event-locationimage {
    margin: 10px;
    padding: 5px;
    border: 1px #808080 solid;
    width: 100%;
}

    .event-locationimage img {
        width: 100%;
        height: auto;
        text-align: center;
    }

.event-locationlink {
    width: 100%;
    text-align: center;
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

.folder-link {
    width: 100%;
    text-decoration: underline;
    cursor: pointer;
}



.theme-radio
{
    width: 400px;
}


.theme-dialog-tree 
{
    width: 100%;
    height: 100%;
}




