/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 18, 2019, 11:07:17 AM
    Author     : samarita
*/


/*
* #257C7C for dark green/blue and #31B5BC for light green/blue 
*/ 



.categoryChoice.badge {
    font-size: medium;
    margin-right: 5px;
    margin-bottom: 5px;
}
.appName {
    text-justify: auto;
}
.permissionIcon {
    margin-right: 2px;
    font-weight: 600;
}


.app, .user, .whatnow {
    cursor: pointer;
}

.appDescription {
    max-height: 50vh; /*was 300px*/
    overflow-y: auto;
}
.permissions, .appPermissions
{
    display: none;
}
/*.permissionsCard,*/ 

.permissionsCard {
    width: 100%;
}

.permissionsCard>.card-body {
    margin-left: 5px;
    padding-left: 1px;
    padding-top:10px;
    padding-bottom: 10px;
}
.permissionButtons, .otherPermissionsButton {
    margin:auto;
    text-align: left;
}

.permissionButton {
    padding-top: 15px;
    padding-bottom: 0;
    min-height: 90px;
    /*max-width: 150px;*/
    min-width: 80px;
    cursor: pointer;
    margin-left: 0;
    margin-bottom: 0;
}
.otherPermissionButton {
    padding-top: 15px;
    padding-bottom: 0;
    min-height: 152px;
    max-width: 90px;
    cursor: pointer;
    margin-left: 0;
    margin-bottom: 0;
}
.bottomCenter {
    width: 100%;
    position:absolute;
    bottom:2px;
    left:50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.detailsList li {
    float: left;
    list-style-position: inside;
    /*list-style-type: disc;*/
    margin-right: 0.2em;
}

.detailsList {
    /*background-color: lightgray;*/
    padding-left: 0;
}

.detailsList:after { /* Clearfix hack */
    content: "";
    display: block;
    clear: both;
}
.detailsListContainer {
    padding-left: 20px;

}

/*.list-group-item.active {
    background-color: #257C7C;
}*/
.credible:hover,  .incredible:hover{
    transform: scale(1.1);
    cursor: pointer;
    color: #257C7C;
}


.permissionButton.yes,  .otherPermissionButton.yes {
    /*border: 1px solid #257C7C ;#257C7C  #cd201f*/
    /*transform: scale(1.1)*/
    color: #257C7C !important;
}
.permissionButton.no,  .otherPermissionButton.no {
    /*border: 1px solid #257C7C ;#257C7C  #cd201f*/
    /*transform: scale(1.1)*/
    color: #cd201f !important;
}


.permissionButton.selected, .reasonCard.selected, .otherPermissionButton.selected {
    border: 2px solid black;/*#257C7C */
    /*transform: scale(1.1)*/
}

.permissionButton>.badge, .otherPermissionButton>.badge {
    z-index: 100;   
}

.opinionGroup>.btn {
    margin-bottom: 3px;
    margin-right: 6px;
    font-size: 12px;
}

/* Circle buttons*/
.btn-circle.btn-sm { 
    color: white;
    font-weight: normal;
    width: 20px; 
    height: 20px; 
    padding: 0; 
    border-radius: 10px; 
    font-size: 10px; 
    text-align: center; 
} 
.btn-circle.dev {
    background-color: #31B5BC;
}
.btn-circle.com {
    background-color: #F5A623;
}
.btn-circle.you {
    background-color: #24292e;
}
.btn-circle.annot {
    background-color: #1da1f2;
}


.reasonHeader {
    margin-left: 5px;
}
/*.fa-exclamation-triangle {
    color:black;
    background-color: white;
    font-weight: 300;
}*/

/*.custom-switch-off-danger {
    color: RGB(255, 69, 0) !important;
}*/
.custom-switch {
    padding-left: 4.25rem;
    margin: auto;
}
.custom-switch.custom-switch-off-danger .custom-control-input~.custom-control-label::before {
    background: RGB(255, 69, 0);
    border-color: #921925;
}
.custom-switch.custom-switch-on-success .custom-control-input:checked~.custom-control-label::before {
    background: #257C7C;
    border-color: #145523;
}
/*.custom-switch-on-success {
   background-color: #257C7C;
}*/

.permissions th,.permissions td {
    text-align: center;
}
canvas {
    margin:auto;
    max-height: 120px;
    max-width: 120px;
}
.queryGraphs {
    margin:auto;
    /*max-height: 1000px;*/
    /*    min-height: 200px;
       height: 450px;
         max-height: 1200px;*/

    /*height: 1000px;*/
}
.active.yes{
    background-color: #257C7C;
    color:white;
}
.active.no {
    background-color: RGB(255, 69, 0);
    color:white;
}
.active.maybe {
    background-color: gray;
    color: white;
}
#back-to-top {
    /*opacity: 0.4;*/
    display:none;
    background-color: #257C7C;
    /*     position: fixed;
        display: none;
        bottom: 10px;
        right: 10px;*/
}


.dropdown a {
    color:rgb(194, 199, 208);
    line-height: 2.5;
}
.dropdown a:hover {
    color:white;
}

.dropdown-menu {
    min-width: 200px;
}
.dropdown-menu.columns-2 {
    min-width: 400px;
}
.dropdown-menu.columns-3 {
    min-width: 600px;
}
.dropdown-menu li a {
    padding: 5px 15px;
    font-weight: 300;
}
.multi-column-dropdown {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
}
.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #999;
}

@media (max-width: 500px) {/*was 767*/
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}

.navbar-dark, .main-sidebar {
    background-color: #24292e;
}

.ribbon.bg-primary {
    background-color: #257C7C !important;
}
.ribbon.bg-danger {
    background-color: #cd201f !important;
}
a {
    color: #31B5BC; 
    /*color: #123B3B;*/
}
.appsScreen {
    padding-bottom: 5px;
}
.loadMore {
    color:white;
    margin:0 auto;
    width:90%
}
.loadMore:hover {
    color:white;

}

.badge-pill, .signIn, .register, .updateProfile, .resetProfile, .updateUserInfo, .changePassword, .savePassword,.sendPass,.resetPassword, .uploadURL,.menuCount,
button.deleteUser, .loadMore, .addDetails, .userStory, .saveAnns, .modalButtons, button.swal2-confirm.swal2-styled
{
    background-color: #257C7C !important; 
}
.register:hover, .signIn:hover, .updateProfile:hover, .resetProfile:hover, .updateUserInfo:hover, .changePassword:hover,
.savePassword:hover,.sendPass:hover, .resetPassword:hover, .uploadURL:hover, button.deleteUser:hover, .loadMore:hover, .addDetails:hover, .userStory:hover,
.saveAnns:hover, .modalButtons:hover, button.swal2-confirm.swal2-styled:hover
{
    background-color: #31B5BC !important; 

}
.bg-timeline {
    background-color: #257C7C !important; 
    color: white;

}
.badge-pill:hover {
    background-color: #31B5BC !important; 
    /*background-color: #31B5BC;*/
}
a.badge-primary:focus {
    /*background-color: #007bff;*/
    background-color: #31B5BC ;
    outline: 0;
    box-shadow: none;
}

.badge.active {
    /*background-color: #0062cc !important;*/
    background-color: #31B5BC !important;

    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5) !important;
}

/* Stars part */

.rating {
    /*  display: inline;*/
    align-items: center;
    /*font-size: 4rem;*/
    margin-bottom: 0.5rem;
}

.rating__stars {
    display: inline;
}

.rating__score {
    padding-right: 0.75rem;
}

.stars-outer {
    display: inline-block;
    position: relative;
    font-family: "Font Awesome 5 Free";
}

.stars-outer::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    color: #F9DBA6;
}

.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}

.stars-inner::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    color: #F5A623;
    font-weight: bold;
}
.form-text {
    min-width: 100%;
}


.icheck-greensea > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-greensea > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #257C7C;
}

.icheck-greensea > input:first-child:checked + label::before,
.icheck-greensea > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #257C7C;
    border-color: #257C7C;
}
/*.media-body a {
    color: pink; 
    display: inline;

}*/
.user-box {
    margin-bottom: 0 !important;

}
.bg-success {
    background-color: #257C7C !important;
}

.bg-info {
    background-color: #257C7C !important;

}
.userActions a {
    color:#257C7C;
    /*text-decoration: underline;*/
    line-height: 1;  
}
.userActions a:hover {
    color:#31B5BC;
}
#indexHtml {
    visibility: hidden;
}
@media (max-width: 900px) {                  
    .nav-link>.username {
        display: none;
    }
}
.usersLink {
    /*display: none;*/
}
.updateProfile {
    margin-right: 5px;
}
.heart-outline {
    height: 32px;
    width: 32px;
}

.ion-android-favorite-outline{
    cursor: pointer;
    position: relative;
    width: 30px;
    animation: pulse 1s ease infinite;
}

.ion-android-favorite {
    cursor: pointer;
    /*fill: gray;*/
    color: red;
    position: relative;
    /*top: 5px;*/
    width: 30px;
    animation: pulse 1s ease infinite;
}

/*.heart {
    cursor: pointer;
    fill: gray;
    color: white;
    position: relative;
    top: 5px;
    width: 30px;
    animation: pulse 1s ease infinite;
}*/
/*.heart {
    cursor: pointer;
    fill: gray;
    color: white;
    position: relative;
    top: 5px;
    width: 30px;
    animation: pulse 1s ease infinite;
}*/



.saveAnnotations:not(.zero):not(.readonly)>.fa-save {
    animation: pulse 1s ease infinite;
    /*color: #257C7C;*/
}
.saveAnnotations:not(.zero):not(.readonly) {
    border: 1px solid  #257C7C;
    color: #257C7C !important;
}
.saveAnnotations.readonly, .uploadURL.readonly {
    color: gray !important;
    cursor: not-allowed;
    a {
        pointer-events: none;
    }
}


@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}
.home {
    width: 100%; 
}
.sidebar-mini.sidebar-collapse .nav-sidebar .nav-header {/*test to onerride admin-lte default behavior*/
    display: block;
}



/* Slider stuff*/
.slider:hover {
    opacity: 1;
}
.slider0 {
    -webkit-appearance: none;
    appearance: none;
    width: 70%;
    height: 10px;
    border-radius: 5px;   
    background: #D3D3D3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider0::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%; 
    background: #257C7C;
    cursor: pointer;
}
.slider0::-moz-range-thumb {
    width: 15px;
    height:15px;
    border-radius: 50%; 
    background: #257C7C;
    cursor: pointer;
}


.slider1 {
    -webkit-appearance: none;
    appearance: none;
    width: 70%;
    height: 10px;
    border-radius: 5px;   
    background: #D3D3D3;

    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider1::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%; 
    background: #24292e;
    cursor: pointer;
}
.slider1::-moz-range-thumb {
    width: 15px;
    height:15px;
    border-radius: 50%; 
    background: #24292e;
    cursor: pointer;
}
.slider2 {
    -webkit-appearance: none;
    appearance: none;
    width: 70%;
    height: 10px;
    border-radius: 5px;   
    background: #D3D3D3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider2::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%; 
    background: #cd201f;
    cursor: pointer;
}
.slider2::-moz-range-thumb {
    width: 15px;
    height:15px;
    border-radius: 50%; 
    background: #cd201f;
    cursor: pointer;
}



.sliderticks {
    margin: auto;
    width: 70%;
    display: flex;
    justify-content: space-between;
    padding: 0 7px;
}



.sliderticks p {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 1px;
    background: #D3D3D3;
    height: 10px;
    line-height: 40px;
    margin: 0 0 20px 0;
}
.reasonCard {
    font-size: 80%;
}

.reasonCard>.card-body, .reasonCard>.card-header {
    margin:0;
    padding:5px;
}

.saveAnnotations {
    cursor: pointer;

}

.reasonButton {
    padding: 0;
    height: 100%;
    cursor: pointer;
    /*width: 105px;*/
    margin-left: 1px;
    margin-bottom: 0;
    /*    padding-left: 2px;
        padding-right: 2px;*/
    padding: 2px;
    min-height: 56px;
    /*margin-left: 5px;*/
    /*display: inline;*/
}
.reasonButton.selected {
    color: #257C7C !important;
    border: 2px solid black;
}
.annotatorLink {
    word-break: break-all;
}
.small-box>.inner>h3 {
    white-space: normal!important;

}

.moreDetailsLink, .annotatorLink {
    margin-top:5px;
    color: #31B5BC; 
    font-size: larger;

}
.moreDetailsLink, .annotatorLink {
    display:table;
    margin:0 auto;
}


.moreDetailsLink:hover , .annotatorLink:hover{
    color:#0056b3;
}
.claimApp {
    cursor: pointer;
    /*position: relative;*/
    /*top:5px;*/
}

.annotator {
    border: 0;
    height: 800px;
}
.annotatorContainer {
    border:1px dotted gray;

    /*    position : absolute;
        z-index: 100;*/
}
.customIntroJsTooltip {
    min-width: 300px; 
    /*max-width: 100%;*/ 
}
.miniPermissionData {
    /*margin-top: 5px;*/
    margin-bottom: 5px;

}
.permissionData {
    margin-top: 5px;
}
.miniPermissionData>.range {
    width:40%;
    display:table;
    margin:auto;
}
a.readonly{
    color: gray !important;
    cursor: not-allowed;
    a {
        pointer-events: none;
    }
}


.callout a {
    color: #31B5BC; 
}
.callout a:hover {
    color:#0056b3;

}

.callout a.badge {
    color:white;
    text-decoration: none;
}
/*.hideDetailsArrow {
    color: #31B5BC; 
   display:table;
margin:0 auto;
}*/
.maximized-card {
    overflow: auto;
}
.nav-tabs li.disabled a{
    /*pointer-events: none;*/
    color: gray !important;
    cursor: not-allowed;

}
.language, .pointsSwitch {
    color: #869099;
}

.language.link, .pointsSwitch.link {
    /*color: #257C7C;*/

    color: #31B5BC; 
    cursor: pointer;

}
.language.link:hover, .pointsSwitch.link:hover {
    color:#0056b3;
    /*color:#31B5BC;*/
}
.extra-small, extra-small {
    font-size: 50%;
    font-weight: 400;
}
.orderSelect {
    max-width: 300px;

}
.graphCard {
    /*max-width: 100%;*/
}

/*
Snack bar 
*/
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px;  /*Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 100; /* Add a z-index if needed */
    left: 33%;  /*Center the snackbar */
    bottom: 30px;  /*30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
/*#snackbar.show {
  visibility: visible;  Show the snackbar 
   Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds 
  -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
  animation: fadein 0.5s, fadeout 0.5s 4.5s;
}

 Animations to fade the snackbar in and out 
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 100px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 100px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 100px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 100px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
} */

.progress-bar {
    background-color: #17a2b8;
    /*color: black !important;*/
}
.evidenceImage {
    max-height: 250px;
}
/* This is the default state */
/*.custom-radio .custom-control-label::before {
    background-color: darkorange;   orange 
}*/

/* This is the checked state */
.custom-radio #negative.custom-control-input:checked~.custom-control-label::before,
.custom-radio #negative.custom-control-input:checked~.custom-control-label::after {
    background-color: #cd201f; 
    /* this bg image SVG is just a white circle, you can replace it with any valid SVG code */
    /*background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E);*/ 
    border-radius: 50%;
}
.custom-radio #positive.custom-control-input:checked~.custom-control-label::before,
.custom-radio #positive.custom-control-input:checked~.custom-control-label::after {
    background-color: #257C7C; 
    /* this bg image SVG is just a white circle, you can replace it with any valid SVG code */
    /*background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E);*/ 
    border-radius: 50%;
}
/* active state i.e. displayed while the mouse is being pressed down */
.custom-radio .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    /*background-color: #257C7C;*/ 
}

/* the shadow; displayed while the element is in focus */
.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
    /*box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 123, 255, 0.25);  pink, 25% opacity */
}
/*.attachment-img {
    max-height: 200px !important;
    max-width: 150px !important;
}*/
.card-img-top {
    /*max-height: 150px;*/
}
.figure, .uploadURL, button.deleteUser  {
    margin-bottom: 5px;
}
.homeVideo {
    max-width: 800px;
}
/*.miniPermissionData {
    opacity: 0.3;
}*/

.badge.C,.badge.B,.badge.A,.badge.AA,.badge.AAA {
    color:white;
}
.badge.C {
    background-color: red;    
}
.badge.B {
    /*background-color: purple;*/    
    background-color: #ff9800;
}
.badge.A {
    /*background-color: blue;    #31B5BC*/
    background-color: #cacd92 ;
}
.badge.AA {
    /*background-color: #257C7C;*/    
    background-color: #60a165
        ;
}
.badge.AAA {
    /*background-color: gold;*/  
    background-color: #00ab6b;
}

.permissionButton>.badge, .otherPermissionButton>.badge {
    /*position: absolute;*/
    /*left:2px;*/
    right: 0;
    top: 0;
}
.btn-group-vertical>button, .btn-group>button  {
    background-color: #257C7C;
    color: white;
    margin-bottom: 3px;
    /*border:1px solid black;*/
}
#back-to-top:hover, .btn-group-vertical>button:hover,  .btn-group>button:hover {
    background-color: #31B5BC;
    color: white;

}
.searchAllInput {
    color:white !important;
}

tr.notImplemented {
    opacity: 0.5;
    color: gray !important;
    cursor: not-allowed;
    a {
        pointer-events: none;
    }
}
#top20Link {/*TEMP*/
    display: block;
}
.table > tbody > tr > td {
    vertical-align: middle;
}
#confetti-canvas {
    max-height: 100%;
    max-width: 100%;
}
.tier {
    max-height: 200px;
    background-color: white;
    border: 1px solid #257C7C;
    /*background-color: #257C7C;*/ 

}
.tier.mini {
    max-height: 32px;
    background-color: inherit;
    border: inherit;
}
.helpImg {
    border: 1px solid #257C7C;
    max-width: 350px;

}

/* Equal cols section */

.row.equal-cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
    display: block;
}

.row.equal-cols > [class*='col-'] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.row.equal-cols > [class*='col-'] > * {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; 
}
.appTitle {
    /*display: inline;*/
    vertical-align: top;
}
.playStoreLink>img, #policyIcon {
    height: 32px;
}

.firstFloor, .callout {
    margin-bottom: 5px !important;
}
.appImage {
    max-height: 300px;
}
@media screen and (max-width: 768px){
    .appImage {
        max-height: 180px;
    }
}

.rwd-line { display: block; }

@media screen and (min-width: 768px){
    .rwd-line { display: inline; }
}
.fa-customx {
    font-size: 1.5em;
    color:black;
}
.callout a {
    text-decoration: none;
}
.icon {
    max-height: 32px;
}
.miniPermissionData.readonly {
    color: gray !important;
    cursor: not-allowed;
    opacity: 0.3;
}
.introjs-skipbutton {
    color: #333;
}
tr.same>td {
    font-weight: bold;
}
.fa-lightbulb {
    position: relative;
}

.lit.fa-lightbulb:after {
    content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PScwcHgnIHk9JzBweCcgdmlld0JveD0nMCAwIDE3OTIgMTc5Micgc3R5bGU9J2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTc5MiAxNzkyOycgeG1sOnNwYWNlPSdwcmVzZXJ2ZSc+PHBhdGggZmlsbD0neWVsbG93JyBkPSdNMTE4MS41LDc5Mi4zYzEzLjctMTQuNywyMy44LTI1LjcsMzAuNS0zM2M0NS4zLTUyLjcsNjgtMTEyLjcsNjgtMTgwYzAtNDgtMTEuNS05Mi43LTM0LjUtMTM0Yy0yMy00MS4zLTUzLTc1LjItOTAtMTAxLjVjLTM3LTI2LjMtNzgtNDctMTIzLTYyYy00NS0xNS05MC41LTIyLjUtMTM2LjUtMjIuNXMtOTEuNSw3LjUtMTM2LjUsMjIuNXMtODYsMzUuNy0xMjMsNjJjLTM3LDI2LjMtNjcsNjAuMi05MCwxMDEuNWMtMjMsNDEuMy0zNC41LDg2LTM0LjUsMTM0YzAsNjcuMywyMi43LDEyNy4zLDY4LDE4MGM2LjcsNy4zLDE2LjgsMTguMywzMC41LDMzczIzLjgsMjUuNywzMC41LDMzYzg1LjMsMTAyLDEzMi4zLDIwMS4zLDE0MSwyOThoMjI4YzguNy05Ni43LDU1LjctMTk2LDE0MS0yOThDMTE1Ny43LDgxNy45LDExNjcuOCw4MDYuOSwxMTgxLjUsNzkyLjN6Jy8+PC9zdmc+');
    position: absolute;
    top: 0;
    left: .214em;
    margin: 0 auto;
    z-index: -1;
    display: block;
    width: 1em;
}
.introjs-hint-dot, .introjs-hint-pulse {
    z-index: 2000;
    opacity: 0.5;
}
.introjs-hint-dot {
    background-color: yellowgreen;
}
.introjs-hint-pulse {
    background-color: yellow;
}
.fa-dot-circle {
    color: yellow
}
.pulse {
    height:25.59px;
}
.introjs-tooltip {

    border: 5px solid #257C7C;
}

.introjs-tooltiptext {
    font-size: small;

    /*overflow-y: visible;*/
}
.info-box-title {
    font-weight: bold;
}
.info-box-text {
    font-size: smaller;
    /*    word-wrap: break-word !important;
        word-break: break-all;
       color:pink;*/
}
.expectations {
    font-size: small;
}
.progress {
    height: 32px;
}
.allCategories{
    font-size: 1.5em !important;
}
.user-panel, .user-panel .info {/*to have en el in separate rows when mobile*/   
    white-space: initial;
}
.form-control-plaintext {/*to remove black border on click*/
    outline: none;
}
.register-card-body .input-group .form-control:valid {
    border-right: 1px solid #28a745 !important;
}
.register-card-body .input-group .form-control:invalid {
    border-right: 1px solid #dc3545 !important;
}


@media (max-width: 1199px), (min-width: 1500px) {/* Up to 1200px show text under blockquote*/
    .textBlock1 {
        display: block;
    }
    .textBlock2 {
        display: none;
    }
}

@media screen and (max-width: 1500px) and (min-width: 1200px) {/* 1200px-1500px show whole row text*/
    .textBlock1 {
        display: none;
    }
    .textBlock2 {
        display: block;
    }
}
/*@media (min-width: 1500px) {  Larger than 1500px show text under blockquote again
    .textBlock1 {
        display: block;
    }
    .textBlock2 {
        display: none;
    }
}*/


.carousel {
    max-width: 800px;
    /*    max-width: 800px;
        min-height: 300px;*/
    /*    float: right;*/
}
.carousel-item {
    /*float: right !important;*/ 
}

@media (max-width: 767px) {

    /* ... */

    .carousel-control-prev, 
    .carousel-control-next { display: none; }
    .carousel-indicators li { margin-left: 10px; margin-right: 10px; }

    /* ... */

}


.toursBackground {
    background-color: #24292e
}
.statsBackground {
    background-color: #F5A623;
}
.cardImage {   
    /*text-align: center;*/  
    min-height: 50%;
}

.btn-round-lg{
    border-radius: 22.5px;
    background-color: transparent;
    border-color: white;
    border:2px solid;
}
.quote-card {
    background: #fff;
    color: #222222;
    padding: 20px;
    padding-left: 50px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
    position: relative;
    overflow: hidden;
    min-height: 120px;
    border-left: 0;
}
.quote-card p {
    font-size: 22px;
    line-height: 1.5;
    margin: 0;
    max-width: 80%;
}
.quote-card:before {
    font-family: Georgia, serif;
    content: "“";
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 5em;
    color: rgba(238, 238, 238, 0.8);
    font-weight: normal;
}
.quote-card:after {
    font-family: Georgia, serif;
    content: "”";
    position: absolute;
    bottom: -110px;
    line-height: 100px;
    right: -32px;
    font-size: 16em;
    color: rgba(238, 238, 238, 0.8);
    font-weight: normal;
}
@media (max-width: 640px) {
    .quote-card:after {
        font-size: 22em;
        right: -25px;
    }
}
/*.quote-card.blue-card {
  background: #0078FF;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.blue-card:before, .quote-card.blue-card:after {
  color: #5FAAFF;
}*/
.quote-card.green-card {
    background: #257C7C;
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.green-card:before, .quote-card.green-card:after {
    color:#31B5BC ;
}
.annotationTour {
    background-color: #31B5BC;
    /*color:white;*/
}
.evidenceTour {
    background-color: #007bff;
}
.claimTour {
    background-color: red;
}
.favouritesBackground {
    background-color: pink;
}
.votesBackground {
    background-color: purple;
}

.usersTop p, .appsTop p {
    font-size: 1.05rem;
    font-weight: bold;
}
.small-box-footer.readonly {
    color:whitesmoke !important;
    text-decoration: line-through;
    opacity: 0.6;
}
.card-footer.myEvidence {
    opacity: 0.3;
}
.question {
    margin-top: 5px;
    margin-bottom: 5px;
}
.bold {
    font-weight: bold;
}

#detailsModal .modal-dialog{/* to position modal left*/
    position:absolute;
    /*overflow-y: visible;*/
}
.modalDetails>.reasonCard {
    margin-bottom: 0 !important;;
}
.filterAppsInput {
    max-width: 110px;
}
.modalButtons {
    max-width: 140px;
    height: 70px;
    font-size: 85%
}
.pilotGuide {
    display: none;
}

.swal2-pilot {
    height: 800px;
    display: inline-block;
    margin: 0 0.5rem;
    animation: fadeInUp; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1s; /* don't forget to set a duration! */
}
.breakLong {
    word-break: break-all;
}