/*
https://cdn.materialdesignicons.com/3.6.95/
*/
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
  background-color: #f7f7f7;
}

body {
  padding-top: 0px;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 46px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: #6f42c1; }

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }

/*LOGIN*/

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*LOGIN END*/

.logo {
    background: url(/static/img/logo.png) no-repeat center;
    width: 147px;
    height: 40px;
    background-size: 75px 40px;
}

.be-wrapper {
    min-height: 100%;
    padding-top: 0px;
}


/***
widget START
***/

.card.card-widget {
    display: block;
    margin-bottom: 0.7rem;
    border-color: #edf2f9;
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
}

.card-body.card-widget-body {
    flex: 1 1 auto;
    padding: 0.9rem;
}

.card-title.card-widget-title {
    font-size: 1.401rem;
    margin-top: 0px !important;
}

.card-title.card-widget-subtitle {
    font-size: 1.000rem;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.card-title.card-widget-subtitle2 {
    font-size: 1.000rem;
    margin-top: .469231rem!important;
    margin-bottom: 0px !important;
}

.card-widget-value {

}


.card-widget-number {
    display: table-cell;
    font-size: 1.721rem;
    font-weight: 300;
    line-height: 1.1;
}

.card-widget-unit {
    display: table-cell;
    font-size: 1.021rem;
    font-weight: 300;
    line-height: 1.1;
}

.badge-soft-success {
    color: #00d97e;
    background-color: #ccf7e5;
}

.badge-soft-danger {
    color: #ea4335;
    background-color: #ccf7e5;
}

.badge-soft-warning {
    color: #fbbc05;
    background-color: #ccf7e5;
}

.badge.badge-rounded {
    border: 0px;
    display: inline-block;
    padding: .33em .5em;
    font-size: 75%;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .375rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badge.badge-rounded-md {
    border: 0px;
    display: inline-block;
    padding: .33em .5em;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .375rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/***
widget END
***/


/*Float Buttom*/
.btn-group>a .icon {
    font-size: 1.846rem;
    line-height: 50px;
}

.btn-group-sm .btn-fab{
  position: fixed !important;
  right: 29px;
  border-radius: 50%;
      height: 40px;
    width: 40px;
        padding: 9px 9px;
        z-index: 1020;
}

.btn-group .btn-fab{
    position: fixed !important;
    right: 20px;
    border-radius: 50%;
    height: 56px;
    width: 56px;
    overflow: hidden;
    box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12), 0 1px 1px 0 rgba(0,0,0,.24);
    line-height: normal;
    z-index: 1020;
}

.btn-group .btn-main{
  bottom: 20px;
}
.btn-group-sm .btn-first{
  bottom: 80px
}
.btn-group-sm .btn-seccond{
  bottom: 125px
}
.btn-group-sm .btn-third{
  bottom: 170px
}
.btn-group-sm .btn-forth{
  bottom: 215px
}
/*Float Buttom END*/

/*search-bar*/

.search {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 34px;
}


.search-bar {
    border-radius: 10rem;
    background: #fff;
    box-shadow: 0 0 1rem rgba(0,0,0,0.15);
}

.search-bar .form-group {
    position: relative;
    margin-bottom: 0
}

.search-bar .form-group::after {
    display: block;
    width: 1px;
    height: 60%;
    content: '';
    background: #ddd;
    position: absolute;
    top: 20%;
    right: 0
}

.search-bar .form-group.last::after {
    display: none
}

.search-bar .form-group.no-divider::after,
.search-bar .form-group:last-of-type::after {
    display: none
}

.search-bar .form-control {
    height: calc(1.5em + 1rem + 2px);
}

.search-bar .input-label-absolute-right .label-absolute {
    right: 0;
}

.label-absolute {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #868e96;
}

.input-label-absolute {
    position: relative;
}

.input-label-absolute-right .label-absolute {
    right: .7rem;
}

.input-label-absolute-right .form-control {
    padding-right: 2rem;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}

.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
    margin-bottom: 0;
}
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}
.bootstrap-select {
    width: 220px \0;
}

.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}

select.selectpicker {
    visibility: hidden;
    height: calc(1.6em + .75rem + 2px) !important;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:active {
    color: #999;
}

.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: right;
    white-space: nowrap;
}

.btn.btn-form-control {
    color: #ced4da;
    border-color: #ced4da;
    color: #495057;
    border: none;
    font-size: 1rem;
    text-transform: none;
    font-weight: normal;
    letter-spacing: normal;
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: inherit;
    padding-right: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    height: 100%;
    width: 100%;
    text-align: left;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    font-size: .9rem;
    box-sizing: border-box;
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
    position: relative;
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
}

.rounded-xl {
    border-radius: 10rem;
}

@media (max-width: 991.98px) {
    .search-bar {
        border-radius: 20px
    }
    .search-bar .form-group {
        margin-bottom: 1rem
    }
    .search-bar .form-group::after {
        display: block;
        width: calc(100% - 4rem);
        height: 1px;
        content: '';
        background: #dee2e6;
        position: absolute;
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .search-bar .form-control {
        padding: 10px 20px;
        height: calc(1.6em + .75rem + 2px)
    }
    .search-bar .input-label-absolute-right .label-absolute {
        right: 1rem
    }
    .search-bar .bootstrap-select {
        display: block !important;
        width: 100% !important;
        padding: 0
    }
    .search-bar .bootstrap-select button {
        display: block;
        width: 100% !important;
        padding: 10px 20px
    }
}

.shadow-0 {
    box-shadow: none !important
}

/*search-bar END*/


/*beagle Form Elements */
.custom-control {
    min-height: 1.7rem;
    min-width: 1.7rem;
    margin-top: .1875rem;
    margin-bottom: 1.1105rem;
}

.custom-control-label::before {
    position: absolute;
    top: -.135714rem;
    left: -2.2rem;
    display: block;
    width: 1.7rem;
    height: 1.7rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #a1a1a1 solid 1px;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #4285f4;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #4285f4;
    /*border-color: #fff;*/
    background-color: #fff;
}
.custom-checkbox .custom-control-label:before {
    content: "";
    width: 1.699rem;
    height: 1.699rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0 0;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 3px;
}
.custom-control-label:after, .custom-control-label:before {
    top: 0;
    left: 0;
}


.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    content: "\f12c";
    font-size: 1.5452rem;
    font-family: "Material Design Icons";
    margin: 0 0;
    font-weight: 400;
    text-align: center;
    line-height: 1.1;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
}
.custom-control-input:checked~.custom-control-label::after {
    color: #4285f4;
}

.custom-control-label {
    position: static;
    display: inline-block;
    line-height: 1.7;
    margin-left: 12px;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #4285f4;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #4285f4;
    border-color: #fff;
    background-color: #fff;
}

.custom-radio .custom-control-label:before {
    content: "";
    border: 1px solid #d5d8de;
    width: 1.77592rem;
    height: 1.77592rem;
    margin: 0 0;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    content: "\f764";
    width: 1.72592rem;
    height: 1.77592rem;
    margin: 0 0;
    font-size: 1.41rem;
    font-family: "Material Design Icons";
    text-align: center;
    line-height: 1.3;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
}




/*beagle Form Elements  END*/

g[class*="-creditgroup"] {
    display: none;
}

.blinking{
	animation:blinkingText 0.5s 1;
}
@keyframes blinkingText{
	0%{		color: #000;	}
	49%{	color: transparent;	}
	50%{	color: transparent;	}
	99%{	color:transparent;	}
	100%{	color: #000;	}
}

.link-cust, a:hover {
    color: #60779e;
    text-decoration: underline;
}

.link-cust, a {
    color: #0e4bb1;
    text-decoration: none;
    background-color: transparent;
}

/* table scrolable START*/
.table-scroll-y {
    position: relative;
    height: 264px;
    overflow: auto;
    display: block;
}
/* table scrolable END*/


.chat {
    /* background: url(/static/img/pages/pucpr-redes-sociais2.png) no-repeat fixed -4% 10% transparent;*/
    background-size: 26%;
    height: 100vh;
    overflow: hidden;
}

.be-chat-container {
    position: fixed;
    background-color: #ededed;
    margin-top: 72px;
    top: 0;
    bottom: 0px;
    border-left: 1px solid #e8e8e8;
    z-index: 1031;
}


.be-animate .be-chat-container {
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}
/*
@media (min-width:768px) {
    .be-boxed-layout .be-chat-container {
        position: absolute
    }
}

@media (min-width:768px) {
    body.open-right-sidebar .be-chat-container {
        right: 0
    }
}

@media (max-width:767.98px) and (max-width:767.98px) {
    body.open-right-sidebar .be-wrapper {
        overflow: hidden
    }
    body.open-right-sidebar .be-chat-container {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
*/

.be-chat-container .sb-content {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%
}

.be-chat-container .tab-navigation .nav-tabs {
    background-color: transparent;
    border-bottom: 0;
    padding: 0
}

.be-chat-container .tab-navigation .nav-tabs>li.nav-item {
    margin-right: 0
}

.be-chat-container .tab-navigation .nav-tabs>li.nav-item>a.nav-link {
    background-color: #f2f2f2;
    border-width: 0;
    padding: 15px 10px;
    min-width: auto;
    font-size: 1.077rem
}

.be-chat-container .tab-navigation .nav-tabs>li.nav-item>a.nav-link .icon {
    font-size: 1.923rem;
    color: #aaa
}

.be-chat-container .tab-navigation .nav-tabs>li.nav-item>a.nav-link:hover {
    border: 0;
    background-color: #f6f6f6;
    color: #3b3b3b
}

.be-chat-container .tab-navigation .nav-tabs>li.nav-item>a.nav-link:focus {
    border: 0
}

.be-chat-container .tab-navigation .nav-tabs>li.nav-item>a.nav-link.active {
    color: #4285f4;
    background-color: transparent
}
/*
@media (max-width:767.98px) {
    .be-chat-container .tab-navigation .nav-justified>li {
        display: table-cell
    }
    .be-chat-container .tab-navigation .nav-justified>li>a {
        margin-bottom: 0;
        min-width: 40px
    }
}
*/
.be-chat-container .tab-panel {
    height: 100%;
    display: table-row
}

.be-chat-container .tab-panel .tab-content {
    height: 100%;
    position: relative;
    width: 100%;
    padding: 0;
    background: 0 0;
    display: table-cell;
    overflow: hidden
}

.be-chat-container .tab-panel .tab-content .tab-pane {
    height: 100%;
    position: relative;
    width: 100%
}

.be-chat-container .tab-panel .tab-content .tab-pane>.content {
    overflow: auto;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.be-chat-container .tab-panel .tab-content .tab-pane h2 {
    font-size: 1.154rem;
    font-weight: 400;
    padding-bottom: 6px;
    border-bottom: 1px solid #ebebeb;
    padding-left: 5px;
    margin-bottom: 20px;
    margin-top: 18px
}

.be-chat-container .bottom-input {
    position: relative;
    border-top: 1px solid #f2f2f2
}

.be-chat-container .bottom-input>input {
    border: 0;
    background-color: #fafafa;
    color: #404040;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    padding: 15px 20px;
    outline: 0
}

.be-chat-container .bottom-input>span {
    position: absolute;
    color: #aaa;
    right: 15px;
    top: 50%;
    font-size: 1.538rem;
    margin-top: -10px;
    cursor: pointer
}

.be-chat-container .bottom-input>span:hover {
    color: #d1d1d1
}
/*
@media (max-width:767.98px) {
    .be-chat-container {
        width: 290px;
        right: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        margin-top: 0;
        padding-bottom: 0
    }
    .be-chat-container .tab-panel .tab-content>.chat {
        width: 100%
    }
    .be-chat-container .tab-panel .tab-content>.chat .chat-contacts,
    .be-chat-container .tab-panel .tab-content>.chat .chat-window {
        width: 100%
    }
    .be-chat-container .tab-panel .tab-content>.chat .chat-window {
        left: 100%
    }
    .be-chat-container .tab-panel .tab-content>.chat.chat-opened .chat-contacts {
        left: -100%
    }
}

@media (max-width:320px) {
    .be-chat-container {
        width: 90%
    }
}
*/

.tab-chat .chat-window .chat-input .input-wrapper .mic {
    left: 8px;
    font-size: 1.885rem;
    top: 20px;
    right: auto;
}

.tab-chat .chat-window .chat-input .input-wrapper>span {
    position: absolute;
    color: #aaa;
    right: 10px;
    top: 18px;
    font-size: 1.885rem;
    cursor: pointer;
}

.tab-chat .chat-window .chat-messages .content {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 49px;
    overflow-y: auto;
}


.tab-chat .chat-window .chat-options {
    height: 100%;
    display: table-row;
    font-size: 1rem;
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .tab-chat .chat-window .chat-options {
        height: 100%;
        display: list-item;
        font-size: 1rem;
    }

    .list-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
    }



}



.tab-chat .chat-window .chat-messages ul>li {
    display: block;
    list-style: none;
    padding-left: 5%;
    padding-right: 5%;
}

.tab-chat .chat-window .chat-messages ul>li .msg {
    position: relative;
    display: inline-block;
    background-color: #4c8bf5;
    color: #fff;
    font-size: 1rem;
    padding: 6px 8px;
    border-radius: 3px;
    white-space: normal;
    text-align: left;
    margin-left: 35%;
}

.tab-chat .chat-window .chat-messages ul>li.friend .msg {
    background-color: #ffffff;
    color: #595858;
    margin-left: 0;
    margin-right: 5%;
}

.tab-chat .chat-window .chat-messages ul>li.friend .msg:after {
    right: auto;
    left: -13px;
    border-left-width: 0;
    border-right: 13px solid #ffffff;
}

.tab-chat .chat-window .chat-messages ul>li .msg:after {
    content: "";
    position: absolute;
    right: -13px;
    top: 7px;
    border-bottom: 7px solid transparent;
    border-left: 13px solid #4c8bf5;
    border-top: 4px solid transparent;
}

.tab-chat .chat-window .chat-input .input-wrapper>input {
    border: 0;
    background-color: #fafafa;
    color: #b3b3b3;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 300;
    padding: 15px 20px;
    padding-left: 42px;
    padding-right: 40px;
    outline: 0;
}

.list-group-item-sm {
    padding: 5px 12px;
}

.options-list{
    max-height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.options-list-hide{
    height: 0px!important;
}

.tab-chat {
    white-space: normal;
    font-size: 0;
    width: 290px;
}
