.barraVert {
    border-left:1px solid #ccc;
    width: 1px;
    height: 40px;
    padding: 0px;
}

.form-control:focus {
    border: solid 1px #138496;
}

.modal-header .close {
  padding: 1.5rem 1.5rem !important;
}

.form-title {
    font-weight: 600;
    font-size: 16px;
}

.form-subtitle {
    font-weight: 400;
    font-size: 16px;
}

.form-footer {
    font-size: 14px;
}

.multiselect-container {
    padding: 10px !important;
}

.tooltip {
    position: fixed;
    z-index: 2010;
}

a {
    color: #e91e63;
    text-decoration: none;
}

a:hover {
    color: #c20746;
    text-decoration: none;
}

.btnLink {
    color: #e91e63;
}

.btnLink:hover {
    color: #c20746;
}

.popover {
    z-index: 2010; /* A value higher than 1010 that solves the problem */
}

.btn-nova-hist {
    padding: 3px; 
    font-size: 14px; 
    color: #9e9e9e;
}

.btn-nova-hist-active {
    font-weight: 600; 
    color: #FFF;  
    border-radius: 30px !important;
    background-color: #009688;
    padding: 5px 10px;
    margin-right: 0px !important;
}

.btn-nova-hist-active:hover {
    color: #FFF;
    background-color: #038276;
}

a.help:hover {
    text-decoration: none;
}

#navbarNav .nav-item {
    padding-top: 12px;
    padding-bottom: 8px;
    padding-right: 4px;
    padding-left: 4px;
}

.font-montserrat {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}

.fs-11 {
    font-size: 10px !important;
    font-weight: 700;
    letter-spacing: 0.0128359em;
    line-height: 16px;
}

.all-caps {
    text-transform: uppercase;
    letter-spacing: 0.07em !important;
}

.hint-text {
    opacity: 0.76 !important;
}

small, .small {
    line-height: 18px;
    font-size: 85.714%;
}

.pull-left {
    float: left !important;
}

.theme-green {
    color: #009688;
}

.bg-navy-blue {
    background-color: #002b46 !important;
}

.navbar-toggler {
    margin-top: 10px;
    margin-bottom: 10px;
}

.active {
    background-color: #009688;
}

.btn-link:hover {
    text-decoration: none;
}

navbar .navbar-app .active {
    background-color: #009688;
}

.logoIconMenuTop {
    margin-top: 7px;
    margin-right: 10px;
}

.dropdown-menu-arrow {
  top: -25px;
  left: 50%;
  width: 0;
  height: 0;
  position: relative;
}

.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 7px 8px;
  border-style: solid;
  border-color: transparent;
  z-index: 1001;
}
.dropdown-menu-arrow:after {
  bottom: -18px;
  right: -8px;
  border-bottom-color: #fff;
}
.dropdown-menu-arrow:before {
  bottom: -17px;
  right: -8px;
  border-bottom-color: rgba(0,0,0,.15);
}

.m-top-150 {
    margin-top: 150px;
}

.m-top-250 {
    margin-top: 250px;
}

.modal-title {
    font-weight: 600;
}

.select2-container .select2-selection--single {
    height: 40px !important;
    padding-top: 4px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}

a.help {
    color: #87888d;
}

a.help:hover {
    color: #000;
}

.subinfo {
    color: #00000078;
    font-weight: 400;
    font-size: 14px;
}

svg:hover {
    fill: blue;
}

.breadcrumb-custom {
    color:#00000078;
}

.attachment {
    font-size: 12px;
}

.red {
    color: #FF0000;
}

.close {
    font-size: 14px;
}

.clip-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.username {
    color: #FFF;
    font-size: 0.9rem !important;
}

a.username {
    color: #FFF;
    text-decoration: none;
}

.dropdown, .dropdown-menu, a.dropdown-menu {
    z-index: 1999;
}

.subtitle {
    font-size: 16px;
    font-weight: 600;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.breadcrumb {
    margin-left: -30px;
    margin-top: 15px;
    background-color: transparent;
    border-radius: unset;
    padding: 0px !important;
    font-size: 14px !important;
}

.bg-info {
    background-color: #efefef!important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2) !important;
}

/* Card hover */

.card {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    cursor: pointer;
}

.card:hover {
    transform: scale(1.00);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    z-index: 1000;
}

@media(max-width: 990px) {
    .card{
        margin: 20px;
    }
} 

/*=============================================================================*/
/* Clearable text inputs */

.clearable{
    position: relative;
}
.clearable input[type=text]{
    padding-right: 24px;
    width: 100%;
}
.clearable__clear{
    display: none;
    position: absolute;
    right:0; 
    top:unset;
    padding: 0 8px;
    font-style: normal;
    font-size: 2.3em;
    user-select: none;
    cursor: pointer;
    margin-top: -53px !important;
}
.clearable input::-ms-clear {  /* Remove IE default X */
    display: none;
}

.clearable:focus {
    border: 0;
    border: 1px solid #ccc;
    height: 40px;
    padding-left: 10px;
    outline: 0;    
}

/*==============================================================================
* Datagrid
/*=============================================================================*/

#datagrid input, #datagrid_wrapper select, #datagrid_filter input {
    height: 30px;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
}

#datagrid_wrapper select {
    padding-top: 0.1rem !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 7px !important;
}

button:focus, .form-control:focus {
    outline: 0 !important;
    box-shadow: none;
}


/*==============================================================================
* Zoom Image
/*=============================================================================*/

.zoom {
    display:inline-block;
    position: relative;
}

#exam {
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;
    margin-left: 30px;
    text-transform: uppercase;
}

.badge-custom {
    color: #000;
    background-color: #ffffff;
    border: 1px solid #ccc;
    font-weight: 400;
}

/* magnifying glass icon */
.zoom:after {
    content:'';
    display:block; 
    width:33px; 
    height:33px; 
    position:absolute; 
    top:0;
    right:0;
    background:url(/img/icon.png);
}

.zoom img {
    display: block;
}

.zoom img::selection { background-color: transparent; }

#boxZoomImg img:hover { cursor: url(grab.cur), default; }


.isFound {
    color: #000 !important;
    background-color: #ffeb3b85;
}

#filterBy  {
   height: 45px !important;
}

/*==============================================================================
* jsGrid
/*=============================================================================*/

.jsgrid-grid-header,
.jsgrid-grid-body{
  overflow: auto !important;
}

.header-text {
    color: #596377;
    font-size: 14px;
}

.modal-custom {
    max-width: 400px;
}

.badge-account-limit {
    background-color: #939699;
    font-size: 65%;
    padding-top: 5px;  
    color: #fff;
    cursor: pointer;
}

.thLimit {
    font-weight: 600;
}

.btn-plans {
    background-color: #E0005A;
    color: #FFF;
}

.btn-plans:hover {
    background-color: #A80043;
    color: #FFF;
}

.labelBox {
    position: relative;
    top: 22px;
    left: 10px;
    padding: 10px;
    background-color: white;
    color: #0d9285;
}

.labelBorder {
  padding:20px;
  border:2px solid #add6d2;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.1em solid currentColor; /*Alterada a espessura da borda*/
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-sm-custom {
    width: 1.1rem;
    height: 1.1rem;
}

b, strong {
    font-weight: 600 !Important;
}