/* here you can put your own css to customize and override the theme */
.overflow-visible { overflow: visible; }

.overflow-hidden { overflow: hidden; }

.dropdown-menu {
    min-width: 100px;
}

.clickable-item {
    cursor: pointer;
}

.form-control {
    border-radius: 0px; 
}

.form-control-report {
    position: relative;
    border-radius:3px;
    width:100%;
    height:35px;
    border: 1px solid gray;
    background-color: #fdfdfd;
    box-shadow: 0px 1px 5px #959595;

}

a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}

iframe.report-viewer {
    border: 2px #e5e5e5 solid;
    width: 1070px;
    height: 720px;
}

/* bootstrap has .text-left, not working. */
.custom-text-left {
    text-align: left;
}

/* bootstrap only has margin 10 */
.custom-margin-top-5 {
    margin-top: 5px;
}

/* bootstrap only has margin 10 */
.custom-margin-bottom-5 {
    margin-bottom: 5px;
}    

.custom-xsmall-text {
    font-size: 1.35vmin !important;
}

.screen-reader-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  width: 1px;
  overflow: hidden;
  position: absolute !important;
  word-wrap: normal !important;
}
