/*//////////////////*/
/* SESSION ONLY CSS */
/*//////////////////*/

.session-body {
    background: rgb(0,76,148);
    background: linear-gradient(180deg, rgba(0,76,148,1) 0%, rgba(11,18,46,1) 100%);
    min-height: 80vh;
}

.session-upper-container {
	padding: 2vh 0;
    margin-top: 20vh;
}

.session-container {
	border-radius: 10px;
    background-color: white;
    height: 100%;
    box-shadow: 0px 4px 5px 5px #0000002e;
}

.session-form-container {
	padding: 48px 32px;
}

.session-logo-container {
	background-color: #D0D0D0;
	height: 100%;
	border-radius: 10px;
    padding: 24px;
}

.session-logo {
    height: auto;
    width: 50%;
}

/*//////////////////*/
/*     HELPERS      */
/*//////////////////*/

.centered-content {
	display: flex;
    justify-content: center;
    align-items: center;
}

/* ////////////	*/
/* // SIDEMENU  */
/* ////////////	*/

#sidemenu {
    overflow: scroll;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #004d95;
    width: 250px;
    transition: width 0.1s ease;
}
#sidemenu::-webkit-scrollbar {
  display: none;
}
#sidemenu {
  -ms-overflow-style: none;
}
#sidemenu.hidden {
    width: 38px;
}
#sidemenu.hidden .collapse {
    display: none;
}

.sidemenu-trigger {
    width: 38px;
    position: absolute;
    top: 0;
}
.sidemenu-trigger button {
    width: 100%;
    background-color: transparent;
    border: none;
    height: 50px;
    padding: 10px 5px;
}
.sidemenu-trigger button:hover {
    background-color: #0077e6 !important;
    cursor: pointer;
}

.sidemenu-container {
    width: 250px;
    height: 100%;
}

.profile-container {
    height: 125px;
    background-color: #013c76;
    text-align: center;
    color: white;
}
.profile-container .profile-image {
    width: 120px;
    height: 120px;
    margin: auto;
    border-radius: 50%;
    background-color: #cccccc;
    border: 6px solid #004d95;
}

.menu-items {
    margin-top: 100px;
    position: relative;
    padding-bottom: 50px;
    min-height: calc(100% - 225px);
}
.menu-item {
    position: relative;
    height: 50px;
    color: white;
    padding: 10px 5px;
}
.menu-item:hover{
    background-color: #0077e6 !important;
    cursor: pointer;
}
.menu-item.active {
    background-color: #013c76;
}

.menu-item-icon {
    float: left;
    width: 26px;
    height: 26px;
    margin-right: 16px;
}
.menu-item-accesory {
    float: right;
    width: 26px;
    height: 26px;
    margin-right: 8px;
    padding: 5px;
}
.menu-item[aria-expanded="true"] .menu-item-accesory{
    transform: rotate(90deg);
}
.menu-item-title {
    float: left;
    margin-bottom: 0px;
    font-size: 15px;
    padding-top: 2px;
}
.subitem .menu-item-title {
    font-size: 14px;
}
.menu-items hr {
    border-color: #0077e6;
    margin: 0px;
}

.logout {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

/* /////////////////// */
/* // SIDEMENU-MOBILE  */
/* /////////////////// */

.sidemenu-mobile-header {
    background-color: #013c76;
    color: white;
    padding: 10px 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.sidemenu-mobile-trigger {
    float: left;
}
.sidemenu-mobile-trigger button {
    width: 38px;
    background-color: transparent;
    border: none;
    height: 50px;
    padding: 10px 5px;
}
.sidemenu-mobile-trigger button:hover {
    background-color: #0077e6 !important;
    cursor: pointer;
}

.profile-mobile-container{
    float: right;
}
.profile-mobile-container .profile-image {
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    background-color: #cccccc;
    border: 2px solid #004d95;
    float: left;
}

.profile-mobile-data {
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}

.sidemenu-mobile-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: #004d95;
    overflow: hidden;
    height: auto;
}
.sidemenu-mobile-container.hidden {
    height: 0px;
}

/* ////////////	*/
/* // CONTAINER */
/* ////////////	*/

body {
    background-color: #f1f1f1;
}

.main-content {
    margin-left: 250px;
    max-height: 100vh;
    padding: 0px 1%;
    overflow: scroll;
    overflow-x: hidden;
    transition: margin 0.1s ease;
}
.main-content.hidden {
    margin-left: 38px;
}

.section {
    padding: 24px;
    margin: 16px 0px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px #cccccc;
}

.bg-payment{
    background-color: #f55d42;
}

.gradient {
    background: rgb(0,119,231);
    background: linear-gradient(90deg, rgba(0,119,231,1) 0%, rgb(69, 150, 194) 100%);
    color: white;
}

.breadcrumbs {
    padding: 12px 24px;
    background-color: #004d95;
    color: white;
}
.breadcrumbs a {
    color: white;
}
.breadcrumbs * {
    margin-right: 8px;
}
.breadcrumbs a.active {
    background-color: white;
    color: #0077e6;
    padding: 2px 8px;
    border-radius: 8px;
}

.section-title {
     background-color: #004d95;
    color: white;
    margin: -24px;
    margin-bottom: 24px;
    padding: 12px 24px;
}
.section-title * {
    margin-bottom: 0px;
}

.section-separator {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -24px;
}
.section-separator-title {
    background-color: #f7f7f7;
    width: fit-content;
    padding: 8px 24px;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    color: #0077e6;
    z-index: 1;
    margin-left: 1%;
}
.section-separator-line {
    height: 1px;
    background-color: #e6e6e6;
    width: 100%;
    margin-top: -28px;
    z-index: 0;
}

.table th {
    background-color: #e1f0ff;
}
.table td {
    vertical-align: top;
}

.text-group {
    margin-bottom: 8px;
}
.text-group * {
    margin-bottom: 0px;
}

.notes {
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 6px;
    border: solid 1px #b5b5b5;
}

.hint-container {
    text-align: center;
    color: #b3b3b3;
    padding: 12px 5%;
}

.accordion-container {
    margin-bottom: 6px;
}
.accordion-title {
    color: black;
    background-color: #e1f0ff;
    padding: 8px 20px;
    border-radius: 10px;
    border: 1px solid #4c4c4c;
    position: relative;
    z-index: 2;
}
.accordion-title:hover {
    background-color: #d0e8ff;
    cursor: pointer;
}
.accordion-hidding {
    position: relative;
    padding-left: 26px;
    padding-top: 5px;
    margin-top: -14px;
    border: 1px solid #4c4c4c;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fdfdfd;
}

.side-separator.right {
    border-right: 1px dashed #b3b3b3;
}
.side-separator.left {
    border-left: 1px dashed #b3b3b3;
}

.side-section-extender {
    background-color: #004d95;
    width: 10px;
    height: 100%;
    float: left;
    margin-right: 20px;
    margin-left: 0px;
    position: absolute;
}
.section-extended {
    margin-left: 40px;
}
.side-section-extender.nested {
    background-color: #157ad8;
}

.extension-indicator {
    background-color: #004d95;
    height: 10px;
    position: absolute;
    width: 30px;
    left: -34px;
    top: 8px;
}
.extension-indicator.nested {
    background-color: #157ad8;
}

.profile-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #cccccc;
    border: 6px solid #004d95;
    background-size: cover;
    background-position: center;
}
.profile-image.video {
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#profile_image_container button {
    width: 150px;
    margin: 5px 0px;
}
#profile_image_preview_container button, #profile_image_new button {
    width: 150px;
    margin: 5px 50px;
}

.highlight {
    background-color: #e1f0ff;
}

.modal-huge {
    max-width: 90%;
}

.thumbnail {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
}

.guard_unassign {
    float: right;
}

/* //////////////// */
/* //  GOOGLE MAPS  */
/* //////////////// */

.google-map {
    width: 100%;
    height: 500px;
}
.google-map h1 {
    text-align: center;
    font-size: 16px;
}
.guard-information {
    text-align: center;
}

/* //////////// */
/* //  INPUT    */
/* //////////// */

input, textarea {
    background-color: #fdfdfd !important;
}

.primary-button {
    color: white;
    background-color: #004d95;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: bold;
    transition: background-color .25s;
    border: none;
}
.primary-button:hover {
    background-color: #013c76;
    color: white;
    text-decoration: none;
}
.primary-button.cancel {
    background-color: white;
    border: 1px solid red;
    color: red;
}
.primary-button.cancel:hover {
    background-color: #fff5f5;
}
.primary-button.alt {
    background-color: #f2f2f2;
    border: 1px solid #4c4c4c;
    color: #4c4c4c;
}
.primary-button.alt:hover {
    background-color: #e2e2e2;
}

.input-group .btn.dropdown-toggle {
    height: 38px;
    border: solid 1px #ced4da;
    padding: 3px 10px;
}

.input-group .primary-button {
    z-index: 1;
    padding: 5px 20px;
    border-radius: 6px;
}

.corner-checkbox {
    position: absolute;
    right: 25px;
    top: 2px;
}

.is-error {
    color: red;
}

.is-success {
    color: #28a745;
}

audio {
    margin: 0 auto; 
    display: block;
}

/*//////////////////*/
/*     INCIDENTS    */
/*//////////////////*/

.alert-container {
    position: absolute;
    bottom: 0;
    right: 8px;
    max-height: 100vh;
    width: 300px;
}

.incident-alert {
    width: 100%;
    margin-top: 8px;
    background-color: white;
    box-shadow: #0000001a 0px -2px 6px 6px;
    border-radius: 10px;
    overflow: hidden;

    animation: animateElement linear .3s;
    animation-iteration-count: 1;
}

.incident-alert .title {
    background-color: #013c76;
    color: white;
    padding: 8px;
    width: 100%;
}

.incident-alert .content {
    padding: 0px 24px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.incident-alert .main-button {
    margin: 8px 24px;
    float: right;
}

@keyframes animateElement{
  0% {
    opacity:0;
    transform:  translate(0px,10px);
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px);
  }
}

.payment_alert {
    margin-left: 280px;
}

/*//////////////////*/
/*   MEDIA QUERY    */
/*//////////////////*/

@media (min-width: 551px) { 
    #sidemenu-mobile {
        display: none;
    }
}

@media (max-width: 550px) {
    #sidemenu {
        display: none;
    }
    .main-content {
        margin-left: 0px !important;
        padding: 0px;
        padding-top: 75px;
    }
    .payment_alert {
        margin-left: 10px !important;
        margin-right: 10px !important;
        padding-top: 75px;
        margin-bottom: -90px;
        position: relative;
        z-index: 9999;
    }
}

@media (max-width: 425px) {
    .session-upper-container {
        margin-top: 5vh;
    }
    .container-fluid {
        padding-right: 5px;
        padding-left: 5px;
    }
    .section {
        padding-right: 5px;
        padding-left: 5px;
    }
    .section-title {
        margin-right: -5px;
        margin-left: -5px;
    }
}

/*//////////////////////////////////*/
/*   SVG Gesture Icons Animated     */
/*   for Revisions Performed Map    */
/*//////////////////////////////////*/

.svg-cursor {
    display: inline-block;
    width: 50px;
    box-sizing: none;
}

/* SVG RULES */

.hand-tap  {
    fill: #fff;
    stroke: #000;
    stroke-width: 3px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tap-1{
    fill: transparent;
    stroke: #000;
    stroke-width: 3px;
    stroke-linecap: round;
    stroke-linejoin: round;
}
 
.tap-1 {
    opacity: .5;
}


/* ANIMATION KEYFRAMES */

@keyframes tap {
    0% {
        transform: rotateX(0deg);
    }
    10% {
        transform: rotateX(12.5deg);
    }
    25% {
        transform: rotateX(25deg);
    }
}
/* SVG ANIMATION */

.wrapper {
    transform-origin: 50% 50%;
    perspective: 50px;
}

.hand-tap {
    animation: tap 1.25s ease-out backwards;
    animation-iteration-count:infinite;
}

.tap-1 {
    animation: tap-circle 1.25s ease-out backwards;
    animation-iteration-count:infinite;
}
/* HTML marker styles */
.price-tag {
  background-color: #4285F4;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 14px;
  padding: 10px 15px;
  position: relative;
}

.price-tag::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #4285F4;
}

[class$=api-load-alpha-banner] {
  display: none;
}
