* {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: initial;
    outline: none;
    box-sizing: border-box;
}

body {
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: white;
    color: black;
}

footer {
    border-top: 1px solid #ABABAB;
    padding-top: 2px;
    padding-bottom: 2px;
    position: relative;
    bottom: 0;
}

input[type="text"].login-fields {
    padding: 6px 12px;
}


input[type="text"],
input[type="password"],
textarea {
    border: 1px solid #ababab;
    background-color: white;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
textarea:disabled {
    border: 1px solid #ababab;
    background-color: #eee;
}

textarea:disabled {
    resize: none;
}

button:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled {
    background-color: #ababab;
}

.bt-group-report {
    margin-top: 10px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    bottom: 10px;
    left: 70px;
}

.bt-group-report .btn {
    font-size: 12px;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 28px;
    padding-left: 28px;
}

.navbar-main-einstein {
    background-color: #FFFFFF;
    background-image: none;
    border-radius: 0px;
    border: 0px
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.service_list_table tr {
    border-bottom: 1px solid #ABABAB;
}

.service_list_table_no_results {
    margin-top: 20px;
}

.service-row {
    cursor: pointer;
}

.service-row-selected, .service-row:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.navbar-einstein-item-pos-right {
    position: relative;
    right: 20px;
}

.navbar-main-einstein-img-pos-right {
    position: relative;
    right: 70px;
    top: 30px;
}

.navbar-einstein-btn {
    color: #FFFFFF !important;
}

.genomika-back-button {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.genomika-navigation-table {
    width: 100%;
    margin-bottom: 10px;
}

.genomika-navigation-table td {
    vertical-align: top;
}

.genomika-navigation-table tr:first-child td:first-child {
    width: 50px;
}

/* Begin Pacient classes */

.genomika-pacient-permission-label {
    margin-left: 5px
}

.genomika-pacient-container {
    height: 80px;
    border-bottom: 1px solid #ABABAB;
}

.genomika-pacient-selected {
    background-color: #f5f5f5;
}

.genomika-pacient-icon {
    background: transparent url(../images/ico_usuario_ativo.png) no-repeat 0px 0px;
    width: 36px;
    height: 36px;
    margin-top: 15px;
}

.genomika-pacient-icon-inactive {
    background: transparent url(../images/ico_usuario_inativo.png) no-repeat 0px 0px;
}

.genomika-pacient-edit {
    cursor: pointer;
    width: 28px;
    height: 28px;
    vertical-align: middle;
}

.genomika-pacient-remove {
    cursor: pointer;
    vertical-align: middle;
    width: 28px;
    height: 28px;
}

.genomika-pacient-iteration-buttons-div {
    text-align: right;
    padding-top: 20px;
}

.genomika-pacient-second-row-div {
    font-size: 12px;
}

.genomika-pacient-info div {
    width: 530px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.genomika-pacient-full-name-container {
    margin-top: 8px;
    min-height: 11px;
}

.genomika-pacient-full-name-container span {
    font-size: 15px;
}

.genomika-pacient-iteration-buttons-div input {
    margin-right: 5px;
}

.genomika-pacient-trash-icon {
    width: 30px;
    height: 30px;
    margin-top: 12px;
}

.genomika-pacient-edit-icon {
    width: 30px;
    height: 30px;
    margin-top: 12px;
    cursor: pointer;
}

.genomika-pacients-table-container-div {
    width: 100%;
}

.genomika-pacient-icon-in-btn {
    margin-top: 20px;
    padding-bottom: 3px;
    width: auto;
    max-width: 100px;
    height: auto;
    max-height: 100px;
}

/* End Pacient Classes */

.genomika-main-buttons-div {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    width: 100%;
}

#genomika-main-btn-txt {
    font-weight: bold;
    margin-top: 5px;
    color: #00CCCC;
    font-size: 18px;
}


.genomika-main-btn {
    color: #666666;
    background-color: #ffffff;
    border-color: #F2F2F2;
    width: 200px;
    height: 200px;
    border-radius: 15px;
    border-width: 2px;
    border-style: solid;
    margin: 20px;
}

.genomika-report:hover {
    cursor: pointer;
    background-color: #f5f5f5;
}

.genomika-main-btn:hover {
    background-color: #e6e6e6;
    text-decoration: none;
    color: #666666;
}

.genomika-main-btn:disabled {
    background-color: #ababab;
}

.login-fields {
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    background: 0;
    border: 0;
    border-bottom: 2px solid #ebebe0;
    outline: 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
    outline: 0;
}

.login-icons {
    padding-bottom: 11px;
    margin-right: 5px;
}

.albert-einstein-logo-nav {
    width: auto;
    max-width: 180px;
    height: auto;
    max-height: 180px;
}

#whole-greeting-txt {
    width: 25%;
    margin-left: 70px;
    margin-top: 20px;
    font-weight: bold;
}

#greeting-txt {
    font-size: 25px;
    color: black;
}

#what-now-txt {
    font-size: 18px;
    color: black;
}

.login-albert-einstein-img {
    width: auto;
    max-width: 250px;
    height: auto;
    max-height: 250px;
    margin-bottom: 20px;
    margin-top: -1px;
}

.main-div-login-albert-einstein-alignment {
    text-align: center;
    width: 100%;
}

.box-main-content-content {
    width: 510px;
    min-height: 280px;
    border: #797979 solid 1px;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    text-align: center;
    line-height: normal;
    margin-right: auto;
    margin-left: auto;
}

.rounded {
    border-radius: 10px;
}

.rounded-top {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.box-title-login {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #00CCCC;
    color: #FFFFFF;
}

.box-title-login span {
    font-size: 18px;
}

.main-login-btn {
    width: 140px;
    height: 40px;
    margin-top: 10px;
}

.genomika-alert {
    background-color: #00478f;
    color: white;
    border-radius: 10px;
}

.genomika-small-list-item {
    width: 350px;
}

.genomika-attachment-list-item {
    height: 55px;
    width: 300px;
}

.genomika-big-container {
    overflow-x: hidden;
    height: auto;
    padding-right: 0;
}

.genomika-big-list-container {
    overflow-x: hidden;
    height: auto;
    max-height: 68vh;
    padding-right: 0;
}

.genomika-small-list-container {
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
    max-height: 284px;
    width: 320px;
    padding-right: 0px;
}

.genomika-small-report-list-container {
    width: 376px;
    height: 500px;
    max-height: 500px;
}

.genomika-small-list-container-new {
    overflow-y: auto;
    overflow-x: hidden;
    height: 60vh;
    max-height: 70vh;
    width: 326px;
    padding-right: 0px;
}

.genomika-attachments-list-container {
    overflow: hidden;
    width: 320px;
    padding-right: 0;
}

.genomika-attachments-list-container h5 {
    font-size: 15px;
    color: black;
}

.genomika-attachments-list-container table tr {
    border-bottom: 1px #ABABAB;
}

.genomika-list-p {
    display: block;
    margin-left: 2px;
    font-size: 12px;
    color: black;
}

span.services-list-item {
    margin-left: 10px;
    font-size: 12px;
    color: black;
    display: block;
}

small.services-list-item {
    margin-left: 10px;
}

.attachment-icon {
    width: 28px;
    margin-top: 3px;
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

/* Truncate */
.truncate-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gen-services-vertical-line {
    width: 10px;
    height: 65px;
    border-radius: 50px;
}

.gen-services-vertical-line-pending {
    background-color: #959595
}

.gen-services-vertical-line-saved {
    background-color: #3872e9
}

.gen-services-vertical-line-released {
    background-color: #013c72
}

.gen-services-vertical-line-signed {
    background-color: #0a830a
}

.gen-services-vertical-line-blocked {
    background-color: #ebb600
}

.gen-services-vertical-line-canceled {
    background-color: #b00606
}

.gen-services-vertical-line-pending {background-color: #ee9800}
.gen-services-vertical-line-launched {background-color: #3872e9}
.gen-services-vertical-line-released {background-color: limegreen}
.gen-services-vertical-line-signed {background-color: #0a830a}
.gen-services-vertical-line-blocked {background-color: #ebb600}
.gen-services-vertical-line-cancelled {background-color: #b00606}

.status-name-0 {color: #ee9800}
.status-name-1 {color: #3872e9}
.status-name-2 {color: limegreen}
.status-name-3 {color: #0a830a}
.status-name-4 {color: dimgray}
.status-name-5 {color: #b00606}

.list-screen-title-font {
    font-size: 26px;
    max-width: 1080px;
    color: black;
}

.list-screen-subtitle-font {
    font-size: 15px;
    color: #81D6D9;
    display: block;
}

.list-content-font {
    font-size: 12px;
}

.services-list-title-font {
    font-size: 15px;
}

.genomika-bl-left-spacing {
    margin-left: 10px;
}

.genomika-bl-right-spacing {
    margin-right: 13px;
}

.distance-header-to-content {
    margin-top: 30px;
}

.left-margin-for-l-content {
    padding-left: 50px;
}

.subtitle-font {
    color: #81D6D9;
    font-size: 12px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ababab;
    opacity: 0.7;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #ababab;
    opacity: 0.7;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #ababab;
    opacity: 0.7;
}

:-moz-placeholder { /* Firefox 18- */
    color: #ababab;
    opacity: 0.7;
}

.genomika-trash-edit-icon-td {
    padding: 8px 0px 0px 0px !important;
    width: 5%;
}

.genomika-trash-edit-icon-td-no-action {
    padding: 8px 0px 0px 0px !important;
    width: 5%;
}

.genomika-move-icon-td {
    padding: 8px 0px 0px 0px !important;
    width: 5%;
}

.genomika-move-icon-td-no-action {
    padding: 8px 0px 0px 0px !important;
    width: 5%;
}


/* Bootstrap modal customization */

/*.modal-header {*/
    /*min-height: 16.42857143px;*/
    /*padding: 15px;*/
    /*border-bottom: 0px solid #e5e5e5;*/
/*}*/

/*.modal-header button.close span {*/
    /*font-size: 30px;*/
/*}*/

/*.modal-footer {*/
    /*padding: 15px;*/
    /*text-align: right;*/
    /*border-top: 0px solid #e5e5e5;*/
/*}*/

/*.modal-content textarea, .modal-content input[type="text"] {*/
    /*padding: 6px 12px;*/
/*}*/

/* Other modal specific classess */

.modal-scrollit {
    height: 287px;
    overflow-x: hidden;
    overflow-y: auto;
}


.modal-right-pane {
    height: 287px;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-left-pane {
    float: left;
    width: 70%;
    height: 300px;
    padding-left: 27px;
    padding-right: 18px;
}

.modal-right-pane {
    float: right;
    width: 30%;
    height: 300px;
}

.modal-right-pane-details {
    margin-top: 17px;
    margin-left: 17px;
}

input:focus {
    outline: none;
}

.report-field-wrapper {
    margin: 8px 0px;
}

.report-field {
    overflow-x: visible;
    overflow-y: visible;
    font-size: 12px;
    color: black;
}

/* .report-field.report-field-textsimple {
} */

.report-field.report-field-textmultiline {
    border-radius: 2px;
    resize: vertical;
    max-height: 300px;
    min-height: 50px;
    text-align: justify;
}

.report-field[readonly], .ck-read-only{
    background-color: #ececec !important;
}

.report-field.ql-disabled{
    background-color: #ececec !important;
}

.report-field.report-field-textrich {
    min-height: 7em;
}

button.fixedterm-button {
    display: block;
    margin: .6rem auto 0;
}

.genomika-lancar-btn {
    position: fixed;
    bottom: 35px;
    right: 200px;
}

.pt-sans-text {
    font-family: 'PT Sans Caption';
    font-weight: initial;
}

.pt-sans-text-bold {
    font-family: 'PT Sans Caption';
    font-weight: bold;
}

.rules-buttons {
    min-height: 40px;
    min-width: 106px;
    padding-top: 2%;
    padding-right: 2%;
}

@font-face {
    font-family: 'PT Sans Caption';
    src: url('../fonts/pt-sans.caption.ttf');
    src: local('../fonts/pt-sans.caption.ttf')
}

@font-face {
    font-family: 'pt-sans-bold';
    src: url('../fonts/pt-sans.caption-bold.ttf');
    src: local('../fonts/pt-sans.caption-bold.ttf')
}

.genomika-templates-dropdown {
    border-radius: 3px;
    height: 24px;
    width: 95%;
    background-color: white;
}

.genomika-templates-dropdown:disabled {
    border-radius: 3px;
    height: 24px;
    width: 95%;
    background-color: #eee;
}

.genomika-button {
    border-color: transparent;
    color: #00478F;
    background-color: #fff;
}

.genomika-primary-button {
    background-color: #00478f;
    color: white;
    border-color: transparent;
    border-radius: 5px;
    text-align: center;
    outline: none !important;
}

.genomika-new-action-button {
    height: 40px;
    min-width: 120px;
    margin-top: -10px;
    margin-left: 193px;
}

.genomika-primary-button:hover {
    background-color: #3d8ab2;
    color: white;
    border-color: transparent;
}

.genomika-primary-button:active {
    background-color: #003060;
    color: white;
}

.genomika-primary-button:focus {
    color: white;
}

.genomika-primary-button:disabled {
    background-color: #ababab;
}

/*
This is needed to remove the tooltip for file picker on chrome
*/
input[type='file'] {
    opacity: 0
}

.tr > .active {
    background-color: #00CCCC !important;
}

.genomika-btn-int-size {
    width: 100px;
    background-color: #00478F;
}

.exam-subset-iterator {
    margin-top: 7px;
    margin-left: 10px;
}

.exam-subset-line-div {
    width: 590px;
    margin-top: -5px;
    margin-left: 5px;
}

.exam-subset-line {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid black;
    width: 100%;
}

.drop-div {
    display: flex;
    flex-flow: row wrap;
    margin-left: -3px;
    cursor: pointer;
}

.subset-container {
    margin-top: 20px;
}

.hidden {
    display: none;
}

.empty_rule_display {
    display: table-row;
}

.selected_row {
    background-color: rgba(171, 171, 171, 0.2);
}

.user-error-form {
    color: #a94442;
}

.users-no-result {
    margin-top: 20px;
}

.services-search-bar {
    width: 304px;
    margin-left: -10px;
}

.services-search-bar table {
    width: 100%;
}

ul.errorlist {
    color: #a94442;
    list-style-type: none;
    padding: 0;
    text-align: left;
}

.error-message {
    color: #a94442;
    margin-bottom: 12px;
}

.user-signature-container {
    height: 200px;
    width: 200px;
    position: relative;
}

.user-signature-input {
    height: 100%;
    width: 100%;
    position: absolute;
}

.user-signature-image {
    max-width: 100%;
    max-height: 110px;
    width: auto;
    height: auto;
    align-self: center;
    margin-bottom: 5px;
}

.modal-title-text {
    display: flex;
    margin-top: 10px;
    font-size: 20px;
    line-height: 1;
}

.form-field {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: 20px;
}

.container-middle {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-top: -30px;
}

.side {
    width: 48%;
}

.btn-upload-image {
    width: 50%;
}

.btn-widget {
    width: 21px;
    height: 21px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #004787;
    background-color: #f9f9f9;
    border: solid #a4a4a4 1px;
    font-weight: bold;
    border-radius: 100%;
    margin-top: 1px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 4px;
    line-height: 1px;
    padding-top: 0px;
    padding-bottom: 6px;
}

.error-text {
    color: red;
    font-size: 12px;
}

.error-text span {
    display: block;
    margin-top: 5px;
}

.permission-group-name {
    margin-right: 25px;
    margin-left: 5px;
}

.progress-blue-bar {
    background-color: #81D6D9;
}

/*.modal {*/
    /*text-align: center;*/
    /*padding: 0 !important;*/
/*}*/

/*.modal:before {*/
    /*content: '';*/
    /*display: inline-block;*/
    /*height: 100%;*/
    /*vertical-align: middle;*/
    /*margin-right: -4px;*/
/*}*/

/*.modal-dialog {*/
    /*display: inline-block;*/
    /*text-align: left;*/
    /*vertical-align: middle;*/
/*}*/

.genomika-div-table {
    display: table;
    width: 100%;
    border-spacing: 5px;
}

.genomika-div-table-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-top: 5px;
}

.btn-logout {
    color: #81D6D9;
}

span.modal-info-message {
    display: block;
}

.load-variants-list {
    margin-top: 20px;
}

.variants_list ul {
    list-style: none;
    padding-left: 0;
}

.variants_list ul li {
    height: 60px;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.variants_list ul li div {
    display: contents;
    float: left;
    word-break: break-all;
}

.ql-editor p {
    margin-bottom: 16px;
}

.default-divisor {
    margin: 0px;
    border-color: #BABABA;
}

.dropdown-menu-report {
    width: 278px;
    margin-left: 8px;
    margin-top: -120px;
}

.icon-open-file {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

body.modal-open {
    width: 100% !important;
    padding-right: 0 !important;
    overflow-y: scroll !important;
    position: fixed !important;
}

.status-filter-label {
    margin-right: 10px;
    font-weight: initial;
}

input.input-filename {
    width: 90%;
    height: 20px;
    margin-right: 5px;
}

input.input-file {
    display: none;
}

/******************************/
/*** Report edit_right_pane ***/
/******************************/

.sideways {
    margin-top: 7px;
    border: none;
    position: relative;
    z-index: 2;
}

.sideways > li {
    height: 120px;
    width: 134px;
    margin-bottom: 10px;
    pointer-events: none;
}

.sideways > li > a {
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
    background-color: #eee;
    pointer-events: all;
    color: black;
}

.sideways > li:not(.active) > a:hover,
.sideways > li:not(.active) > a:focus {
    background-color: white;
}

.sideways > li.active > a,
.sideways > li.active > a:hover,
.sideways > li.active > a:focus {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd;
    background-color: white;
}

.sideways.tabs-left {
    left: -13px;
}

.sideways.tabs-left > li {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.tab-content {
    margin-left: -59px;
    padding: 10px;
    border: 1px solid #ddd;
    height: 500px;
    width: 310px;
    z-index: 1;
}

.tab-pane {
    max-height: 450px;
    padding: 14px 5px 5px 5px;
    overflow-y: auto;
}

/*****************/
/*** Auxiliary ***/
/*****************/

.green {
  color: green;
}

.red {
    color: red;
}

.bold {
  font-weight: bold;
}

.disabled {
    color: #555;
    background-color: #eee;
}

.w-100 {
    width: 100% !important;
}

/* Padding */
.p-r-0 {
    padding-right: 0px !important;
}

/* Margin */
.m-t-10 {
    margin-top: 10px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-0 {
    margin-right: 0px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-0 {
    margin-left: 0px !important;
}

/* Alert */

.alert-fix {
  /*margin-top: -20px;*/
  padding-left: 29px;
}

.alert-fix .btn {
  padding: 0 12px;
}

.alert-fix > span {
  vertical-align: middle;
}

.alert-fix .close > span {
  font-size: 21px;
}

/* Others */

.variantmoveup, .variantmovedown {
    cursor: pointer;
}

.btn-round {
    border-radius: 30px;
}

ul.generic-list {
    padding: 0;
    list-style: none;
}

ul.generic-list li {
    padding: 8px 0;
}

.dropdown-menu-right {
    left: unset;
    right: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.centered-content {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.hover-no-decoration:hover {
    text-decoration: none;
}
