
a:focus,a:hover,a{
    outline:none;
    text-decoration: none;
}
li,ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-top i {
    font-size: 18px;
}
.white {
  color: #ffffff;
  margin-right: 32px;
}
.modal{
  width: 100%;
  height: 100%;
  margin: auto auto;
  background: #05050580;
  position: fixed;
  display: none;
  z-index: 200 !important;
}
.frm {
  width: 100%;
  border: none;
  height: 400px;
}
.table {
  font-size: 13px !important;
}
.Loading {
  margin-top: 20%;
}
.spinnerBlock {
 width: 100%;
 background: #fff9;
 position: fixed;
 margin: 0;
 top: 0;
 text-align: center;
 left: 0;
 height: 100%;
 z-index: 300;
}
}
.buttonQ {
  display: flex;
  flex-grow: 1;
  border-radius: 0;
  padding: 15px 50px 15px 50px !important;
  border: none;
  color: #fff !important;

}
  .rotate {
    transition: 250ms ease;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
.disabilitar {
  pointer-events:none;
  outline: none;
  background: #e9ecef;
  cursor: not-allowed !important;
}
#navigation {
    background: #0e1a35;
}

#navigation {
    padding: 0;
}

.display-table {
    display: table;
    padding: 0;
    height: 100%;
    width: 100%;
}

.display-table-row {
    display: table-row;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    float: none;
    height: 100%;
}

.v-align {
    vertical-align: top;
}
.logo img {
    width: auto;
    padding: 16px 0 17px;
}


.icon-info {
    position: relative;
}
.navi i {
    font-size: 20px;
}
.label.label-primary {
    border-radius: 50%;
    font-size: 9px;
    left: 8px;
    position: absolute;
    top: -9px;
}

.icon-info .label {
    border: 2px solid #ffffff;
    font-weight: 500;
    padding: 3px 5px;
    text-align: center;
}

.header-top li {
    display: inline-block;
    text-align: center;
}

.header-top .dropdown-toggle {
    color: #0e1a35;
}

.header-top .dropdown-menu {
    border: medium none;
    left: -85px;
    padding: 17px;
}

.logo {
  /*  text-align: center; */
}

.navi a {
    border-bottom: 1px solid #0d172e;
    border-top: 1px solid #0d172e;
    color: #ffffff;
    display: block;
    font-size: 17px;
    font-weight: 500;
    padding: 28px 20px;
    text-decoration: none;
}

.navi i {
    margin-right: 15px;
    color: #5584ff;
}

.navi .active a {
    background: #122143;
    border-left: 5px solid #5584ff;
    padding-left: 15px;
}

.navi a:hover {
    background: #122143 none repeat scroll 0 0;
    border-left: 5px solid #5584ff;
    display: block;
    padding-left: 15px;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #0e1a35;
}

}
.hidden-xs{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.user-dashboard {
    padding: 0 20px;
}







body {
  background-color: #f2f4f6;
}
pre{
  border: 0;
  text-align: left;
  margin: 0;
  padding: 0;
}
code{
  margin: 0;
  padding: 0;
}
.centered {
  text-align: center;
}
.header__title {
  margin-top: 26px;
  text-align: center;
}
.header__subtitle {
  font-size: 2rem;
  font-weight: 200;
  font-style: italic;
  color: #a6b6b9;
}
.fixed-top {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 30px;
  margin: 26px 5px 0 5px;
}
.btn-top {
  font-weight: 500;
  text-transform: uppercase;
}
.example__title {
  font-size: 1.6rem;
  color: #a6b6b9;
  margin: 1em;
}
.content__row {
  margin: 20px 0;
}
.content {
  margin: 20px 0;
}
.custom-class .simplert__content {
  color: #fff !important;
  background-color: purple !important;
}
.users {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.users li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.users li a {
  display: block;
  padding: 20px;
  transition: all .3s ease;
}
.users li a:hover {
  background-color: #d4dbe1;
}
.users li a img {
  max-width: 100%;
  height: 40px;
}
.add-button {
  font-size: 3rem;
}
@media (max-width: 768px) {
.header__title img {
    width: 80%;
}
.fixed-top {
    position: inherit;
}
.grid__col-3 {
    padding: .5em 1em;
    text-align: center;
}
}
.custom-simplert {
  color: #666;
}
.procced-btn {
  outline: none;
  border: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block !important;
  width: 100% !important;
  margin: 5px !important;
  padding: 15px 20px !important;
  background-color: #f7931e !important;
  color: #fff;
  border-radius: .25em;
}
.no-procced-btn {
  outline: none;
  border: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block !important;
  width: 100% !important;
  margin: 5px !important;
  padding: 15px 20px !important;
  color: #0096d9 !important;
  border: 1px solid #0096d9 !important;
  background-color: white !important;
  border-radius: .25em;
}
