/* Colors

#3380ff Primary
#cccccc Primary Border
#e6e6e6 Secondary Border

#e44c34
#cb321a // HSL 10% menos luminoso
#5cb85c
#449c44 // HSL 10% menos luminoso. Esta é a cor utilizada nos textos, pois a cor base gera um baixo contraste no branco.
#ff8100

*/
html,
body {
  background-color: #f4f4f4;
  color: #555;
  font-size: 16px;
  font-family: 'Nunito', arial, sans-serif;
  font-weight: 400;
  height: 100%;

  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  padding: 0;
  position: relative;
}
body.-loading {
    background: #fff;
    overflow: hidden;
}
body.-loading > * {
    opacity: 0;
}
@-moz-document url-prefix() {
  body {
    font-weight: 400 !important;
  }
}
b {
  font-weight: 400;
}
ul {
  padding-left: 30px;
  list-style: none;
}
hr {
  border-top: 1px dashed #e6e6e6;
  margin-top: 15px;
  margin-bottom: 15px;
}
blockquote p {
  font-size: 15px;
}
dt {
  font-weight: 500;
}
abbr[title] {
    text-decoration: none;
}
.fa {
  pointer-events: none; /* Essa linha previne um bug estranho relacionado ao evento de clique quando o ícone está dentro de um botão */
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
}
.text-small {
  font-size: 85%;
}
.text-bold {
  font-weight: bold;
}
.text-primary {
  color: #3380ff;
}
.text-success {
  color: #449c44;
}
.text-danger {
  color: #e44c34;
}
.text-warning {
  color: #ff8100;
}
.text-muted {
  color: #999;
}
.text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.bg-primary {
  background-color: rgba(51, 128, 255, 0.1);
  color: #3380ff;
}
.bg-success {
  background-color: rgba(68, 156, 68, 0.15);
  color: #449c44;
}
.bg-danger {
  background-color: rgba(228, 76, 52, 0.15);
  color: #e44c34;
}
.bg-warning {
  background-color: rgba(255, 129, 0, 0.15);
  color: #ff8100;
}

.internal-page {
  margin-bottom: 80px;
}

@media all and (max-width: 1299px) {

  .container {
    width: 100% !important;
  }
}
@media all and (min-width: 1300px) {

  .container {
    width: 1280px;
  }
}

#header-fixed {
  position: fixed;
  top: 50px; display:none;
  background-color:white;
}
#pcont {
  margin-left: 216px;
  position: relative;
  padding: 0;
}
.spacer {
  margin-top: 15px !important;
}
.spacer2 {
  margin-top: 30px !important;
}
.spacer3 {
  margin-top: 50px !important;
}
.no-border {
  border: 0 !important;
}
.no-border-x {
  border-left: 0 !important;
  border-right: 0 !important;
}
.no-border-y {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.no-border-top {
  border-top: 0 !important;
}
.no-border-bottom {
  border-bottom: 0 !important;
}
.no-border-left {
  border-left: 0 !important;
}
.no-border-right {
  border-right: 0 !important;
}
.padding-x {
  padding-left: 15px;
  padding-right: 15px;
}
.padding-y {
  padding-top: 15px;
  padding-bottom: 15px;
}
.padding-x-xs {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-y-xs {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-x-sm {
  padding-left: 20px;
  padding-right: 20px;
}
.padding-y-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-x-md {
  padding-left: 40px;
  padding-right: 40px;
}
.padding-y-md {
  padding-top: 40px;
  padding-bottom: 40px;
}
.padding-x-lg {
  padding-left: 60px;
  padding-right: 60px;
}
.padding-y-lg {
  padding-top: 60px;
  padding-bottom: 60px;
}
.padding-x-xl {
  padding-left: 80px;
  padding-right: 80px;
}
.padding-y-xl {
  padding-top: 80px;
  padding-bottom: 80px;
}
.padding-around-xs {
  padding: 10px !important;
}
.padding-around-sm {
  padding: 20px !important;
}
.padding-around-md {
  padding: 40px !important;
}
.padding-around-lg {
  padding: 60px !important;
}
.padding-around-xl {
  padding: 80px !important;
}
.padding-bottom-xs {
  padding-bottom: 10px !important;
}
.padding-bottom-sm {
  padding-bottom: 20px !important;
}
.padding-bottom-md {
  padding-bottom: 40px !important;
}
.padding-bottom-lg {
  padding-bottom: 60px !important;
}
.padding-bottom-xl {
  padding-bottom: 80px !important;
}
.padding-top-xs {
  padding-top: 10px !important;
}
.padding-top-sm {
  padding-top: 20px !important;
}
.padding-top-md {
  padding-top: 40px !important;
}
.padding-top-lg {
  padding-top: 60px !important;
}
.padding-top-xl {
  padding-top: 80px !important;
}
.padding-right-xs {
  padding-right: 10px !important;
}
.padding-right-sm {
  padding-right: 20px !important;
}
.padding-right-md {
  padding-right: 40px !important;
}
.padding-right-lg {
  padding-right: 60px !important;
}
.padding-right-xl {
  padding-right: 80px !important;
}
.padding-left-xs {
  padding-left: 10px !important;
}
.padding-left-sm {
  padding-left: 20px !important;
}
.padding-left-md {
  padding-left: 40px !important;
}
.padding-left-lg {
  padding-left: 60px !important;
}
.padding-left-xl {
  padding-left: 80px !important;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-x {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-padding-y {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.margin-x {
  margin-left: 15px;
  margin-right: 15px;
}
.margin-y {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin-x-xs {
  margin-left: 10px;
  margin-right: 10px;
}
.margin-y-xs {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-x-sm {
  margin-left: 20px;
  margin-right: 20px;
}
.margin-y-sm {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-x-md {
  margin-left: 40px;
  margin-right: 40px;
}
.margin-y-md {
  margin-top: 40px;
  margin-bottom: 40px;
}
.margin-x-lg {
  margin-left: 60px;
  margin-right: 60px;
}
.margin-y-lg {
  margin-top: 60px;
  margin-bottom: 60px;
}
.margin-x-xl {
  margin-left: 80px;
  margin-right: 80px;
}
.margin-y-xl {
  margin-top: 80px;
  margin-bottom: 80px;
}
.margin-around-xs {
  margin: 10px !important;
}
.margin-around-sm {
  margin: 20px !important;
}
.margin-around-md {
  margin: 40px !important;
}
.margin-around-lg {
  margin: 60px !important;
}
.margin-around-xl {
  margin: 80px !important;
}
.margin-bottom-xs {
  margin-bottom: 10px !important;
}
.margin-bottom-sm {
  margin-bottom: 20px !important;
}
.margin-bottom-md {
  margin-bottom: 40px !important;
}
.margin-bottom-lg {
  margin-bottom: 60px !important;
}
.margin-bottom-xl {
  margin-bottom: 80px !important;
}
.margin-top-xs {
  margin-top: 10px !important;
}
.margin-top-sm {
  margin-top: 20px !important;
}
.margin-top-md {
  margin-top: 40px !important;
}
.margin-top-lg {
  margin-top: 60px !important;
}
.margin-top-xl {
  margin-top: 80px !important;
}
.margin-right-xs {
  margin-right: 10px !important;
}
.margin-right-sm {
  margin-right: 20px !important;
}
.margin-right-md {
  margin-right: 40px !important;
}
.margin-right-lg {
  margin-right: 60px !important;
}
.margin-right-xl {
  margin-right: 80px !important;
}
.margin-left-xs {
  margin-left: 10px !important;
}
.margin-left-sm {
  margin-left: 20px !important;
}
.margin-left-md {
  margin-left: 40px !important;
}
.margin-left-lg {
  margin-left: 60px !important;
}
.margin-left-xl {
  margin-left: 80px !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-y {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.no-margin-x {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.rad-1 {
  border-radius: 1px;
  -webkit-border-radius: 1px;
  overflow: hidden;
}
.rad-2 {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
}
.rad-3 {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
}
.bordered-column + .bordered-column {
  border-left: 1px solid #e6e6e6;
}
.overflow-hidden {
  overflow: hidden;
}
.big-text {
  font-size: 61px;
  line-height: 70px !important;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
  padding-bottom: 5px;
}
.clear {
  clear: both;
}
.hthin {
  font-family: "Raleway", Helvetica, sans-serif !important;
  font-weight: 100 !important;
}
/*Pre & Code*/
pre {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-top: 10px;
}
/*CONTENT*/
.cont h2 {
  font-family: "Raleway", Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 100;
  line-height: 38px;
  margin: 0 0 10px 0;
}
.cont h5 {
  font-size: 14px;
  font-weight: 200;
  line-height: 21px;
}
.cont p {
  color: #333;
  font-size: 14px;
  font-weight: 200;
  line-height: 23px;
}
.cont b {
  font-weight: 400;
}
/*Well*/
.well p:last-child {
  margin: 0;
}
/*Text Colors*/
.color-primary {
  color: #3078EF;
}
.color-primary.fa {
  color: #4C94FF;
}
.color-success {
  color: #5FBF5F;
}
.color-warning {
  color: #FC9700;
}
.color-danger {
  color: #ee5037;
}
a {
  color: #3380ff;
  text-decoration: none;
  outline: 0 none;
}
a:focus,
a:hover,
a:active {
  text-decoration: none;
  color: #3078ef;
}
a.-success {
  color: #449c44;
}
a.-success:focus,
a.-success:hover,
a.-success:active {
  color: #449c44;
}
a.-danger {
  color: #e44c34;
}
a.-danger:focus,
a.-danger:hover,
a.-danger:active {
  color: #cb321a;
}
h1 small, h1 .small,
h2 small, h2 .small,
h3 small, h3 .small,
h4 small, h4 .small,
h5 small, h5 .small,
h6 small, h6 .small,
.h1 small, .h1 .small,
.h2 small, .h2 .small,
.h3 small, .h3 .small,
.h4 small, .h4 .small,
.h5 small, .h5 .small,
.h6 small, .h6 .small {
  color: #999;
}
/*
================================================================================
Generic: Buttons
================================================================================
*/
.btn {
  background-color: #fff;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.05),
              1px 1px 2px rgba(255, 255, 255, 0.15) inset;
  border-color: #CCCCCC;
  border-radius: 3px;
  color: #555;
  outline: none;
  /* margin-bottom: 5px !important; */
  /* margin-left: 4px; */
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 9px 15px;
  transition: all 150ms ease;
}
.btn:hover {
  color: #333;
}
.btn:focus,
.btn.focus,
.btn:focus:active,
.btn:focus:not(:active),
.btn:focus.active,
.btn.focus:active,
.btn.focus.active {
  outline: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled.focus,
.btn[disabled].focus,
fieldset[disabled] .btn.focus,
.btn.disabled:active,
.btn[disabled]:active,
fieldset[disabled] .btn:active,
.btn.disabled.active,
.btn[disabled].active,
fieldset[disabled] .btn.active {
    background-color: rgba(0, 0, 0, 0.1) !important;
    border-color: #ccc !important;
    color: #999 !important;
}
.btn i {
  color: inherit;
  font-size: 14px;
}
.btn i + span {
  margin-left: 5px;
}
.btn-default {
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.05);
}
.btn-default,
.btn-default:focus {
  background-color: #fff;
  border-color: #3380ff;
  color: #3380ff;
}
.btn-default:focus:not(:active) {
  box-shadow: 0 0 0 2px rgba(43, 122, 255, 0.5),
              1px 1px 2px rgba(0, 0, 0, 0.12);
}
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  border-color: #2b7aff;
  color: #3380ff;
}
.btn-default:hover {
  background-color: rgba(51, 128, 255, 0.1);
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-color: #3380ff;
  color: #fff;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.1)
}
.btn-primary:hover,
.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-success:hover,
.btn-success,
.btn-success:focus,
.btn-success:active,
.btn-info:hover,
.btn-info,
.btn-info:focus,
.btn-info:active,
.btn-warning:hover,
.btn-warning,
.btn-warning:focus,
.btn-warning:active,
.btn-danger:hover,
.btn-danger,
.btn-danger:focus,
.btn-danger:active {
  color: #fff;
}
.btn-primary,
.btn-primary:focus {
  background-color: #3380ff;
  border-color: #2b7aff;
}
.btn-primary:focus:not(:active) {
  box-shadow: 0 0 0 2px rgba(43, 122, 255, 0.5),
              1px 1px 2px rgba(0, 0, 0, 0.12),
              1px 1px 0 rgba(255, 255, 255, 0.05) inset;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #3380ff;
  border-color: #2b7aff;
}
.btn-success,
.btn-success:focus {
  background-color: #60C060;
  border-color: #54A754;
}
.btn-success:focus:not(:active) {
  box-shadow: 0 0 0 2px rgba(96, 192, 96, 0.5),
              1px 1px 2px rgba(0, 0, 0, 0.12),
              1px 1px 0 rgba(255, 255, 255, 0.05) inset;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-color: #65ca65;
  border-color: #54A754;
}
.btn-info,
.btn-info:focus {
  background-color: #5BC0DE;
  border-color: #28a1c4;
}
.btn-info:focus:not(:active) {
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5),
              1px 1px 2px rgba(0, 0, 0, 0.12),
              1px 1px 0 rgba(255, 255, 255, 0.05) inset;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-color: #5fc8e7;
  border-color: #28A1C4;
}
.btn-warning,
.btn-warning:focus {
  background-color: #FF9900;
  border-color: #E38800;
}
.btn-warning:focus:not(:active) {
  box-shadow: 0 0 0 2px rgba(255, 153, 0, 0.5),
              1px 1px 2px rgba(0, 0, 0, 0.12),
              1px 1px 0 rgba(255, 255, 255, 0.05) inset;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-color: #ffa800;
}
.btn-danger,
.btn-danger:focus {
  background-color: #DF4B33;
  border-color: #CA452E;
}
.btn-danger:focus:not(:active) {
  box-shadow: 0 0 0 2px rgba(223, 75, 51, 0.5),
              1px 1px 2px rgba(0, 0, 0, 0.12),
              1px 1px 0 rgba(255, 255, 255, 0.05) inset;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-color: #e64d35;
}
.btn-group-vertical {
  margin: 3px 3px;
}
.btn-circle {
  border-radius: 50%;
  padding: 6px 7px;
  min-width: 32px;
}
.btn-rounded {
  border-radius: 9999px;
}
.btn-icon {
  padding-left: 9px;
  padding-right: 9px;
}
/*Specific icons size*/
.btn-xs {
  font-size: 10px;
  padding: 0 5px 0;
}
.btn-sm {
  font-size: 14px;
  padding: 4px 10px;
}
.btn-lg {
  padding: 12px 14px;
}
.btn-shadow {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
}
.btn-shadow.btn-success {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-shadow.btn-primary {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-shadow.btn-warning {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-shadow.btn-danger {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-shadow.btn-info {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-flat,
.btn-flat:focus {
  box-shadow: none;
}
.btn-flat.btn-default {
  background: #fff;
}
.btn-flat:active.btn-default,
.btn-flat.btn-default.active,
.btn-flat.open .dropdown-toggle.btn-default {
  background: #f5f5f5;
}
.btn-flat:active.btn-primary,
.btn-flat.btn-primary.active,
.btn-flat.open .dropdown-toggle.btn-primary {
  background: #4785ea;
}
.btn-flat:active.btn-success,
.btn-flat.btn-success.active,
.btn-flat.open .dropdown-toggle.btn-success {
  background: #5db95d;
}
.btn-flat:active.btn-info,
.btn-flat.btn-info.active,
.btn-flat.open .dropdown-toggle.btn-info {
  background: #56b7d3;
}
.btn-flat:active.btn-warning,
.btn-flat.btn-warning.active,
.btn-flat.open .dropdown-toggle.btn-warning {
  background: #ff9600;
}
.btn-flat:active.btn-danger,
.btn-flat.btn-danger.active,
.btn-flat.open .dropdown-toggle.btn-danger {
  background: #d04630;
}
.btn-group {
  margin-right: 5px;
  margin-left: 4px;
}
.btn-group .dropdown-menu {
  border-radius: 1px;
  margin-top: -6px;
}
.btn-group-vertical > .btn {
  margin-bottom: 0 !important;
}
.btn-group-vertical > .btn:first-child {
  margin-left: 0;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.btn-group-vertical > .btn:last-child {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.btn:focus {
  outline: none;
}
.btn.btn-transparent {
  border-top: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}
.btn.btn-transparent:hover {
  background: rgba(255, 255, 255, 0.32);
}
button::-moz-focus-inner {
  border: 0;
}
.btn-link {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*
================================================================================
Generic: Tables
================================================================================
*/
table {
  border-collapse: collapse;
  width: 100%;
}
table thead th {
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  vertical-align: bottom;
  padding: 10px 8px 5px 8px;
}
table thead th:last-child {
  border-right: 1px solid #DADADA;
}
table tbody .toggle-details {
  cursor: pointer;
}
table tbody .details {
  background: #fff;
}
table tbody tr.-active {
  background: rgba(51, 128, 255, 0.1);
}
table tbody tr.-under {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05) inset;
}
.table-row-level-down {
  width: 9px;
  height: 17px;
  border-left: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa;
  display: inline-block;
}
table tbody tr.-disabled {
  opacity: 0.5;
}
table thead + tfoot tr:first-child td,
table tbody + tfoot tr:first-child td,
table thead + tbody tr:first-child td {
  border-top: 2px solid #e6e6e6;
}
table tbody td,
table tfoot td {
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  padding: 10px;
}
thead.-padding-lg th,
tbody.-padding-lg td,
tfoot.-padding-lg td,
table.-padding-lg thead th,
table.-padding-lg tfoot td,
table.-padding-lg tbody td {
  padding: 15px;
}
thead.-padding-sm th,
tbody.-padding-sm td,
tfoot.-padding-sm td,
table.-padding-sm thead th,
table.-padding-sm tfoot td,
table.-padding-sm tbody td {
  padding: 7.5px;
}
thead.-padding-xs th,
tbody.-padding-xs td,
tfoot.-padding-xs td,
table.-padding-xs thead th,
table.-padding-xs tfoot td,
table.-padding-xs tbody td {
  padding: 5px;
}
table tbody td:last-child:not(:first-child),
table tfoot td:last-child:not(:first-child) {
  border-right: 1px solid #e6e6e6;
}
table tbody td .btn {
  margin-bottom: 0 !important;
}
table tbody td .btn-group .dropdown-menu {
  margin-top: -1px;
  min-width: 130px;
}
table tbody td .btn-group .dropdown-menu li > a {
  padding: 5px 12px;
  text-align: left;
}
table tbody td .flag {
  text-align: center;
  padding: 0 4px;
}
table tbody td .legend {
  width: 10px;
  height: 10px;
  background: #efefef;
}
table tbody td .progress {
  margin: 0;
}
table thead th.autofit-column,
table tbody td.autofit-column {
  min-width: 0 !important;
  width: 1%;
  white-space: nowrap;
}
table.padding-sm td {
  padding: 5px 6px !important;
}
table.padding-md td {
  padding: 10px 6px !important;
}
table.padding-lg td {
  padding: 15px 6px !important;
}
table.hover tbody > tr:not(.-low-level):hover {
  background: rgba(0, 0, 0, 0.05);
}
table.strip tbody > tr:nth-child(2n) {
  background: #f8f8f8;
}
table .primary-emphasis,
table .primary-emphasis-dark {
  background: #3380ff;
  color: #FFF;
  border-color: #3380ff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
table .primary-emphasis-dark {
  background-color: #437edd;
}
table .success-emphasis,
table .success-emphasis-dark {
  background: #60C060;
  color: #FFF;
  border-color: #60C060;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
table .success-emphasis-dark {
  background-color: #58b058;
  border-color: #58b058;
}
table .warning-emphasis,
table .warning-emphasis-dark {
  background: #FC9700;
  color: #FFF;
  border-color: #FC9700;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
table .warning-emphasis-dark {
  background-color: #fc8800;
  border-color: #fc8800;
}
table .danger-emphasis,
table .danger-emphasis-dark {
  background: #DA4932;
  color: #FFF;
  border-color: #DA4932;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
table .danger-emphasis-dark {
  background-color: #c8432e;
  border-color: #c8432e;
}
table.information td {
  font-size: 14px;
  vertical-align: top;
  padding: 6px;
}
table.information td i {
  width: 15px;
  font-size: 16px;
}
table.information td.category {
  padding-top: 8px;
}
table.information > tbody > tr > td {
  padding-bottom: 30px;
}
table .right {
  text-align: right;
}
table .left {
  text-align: left;
}
/* No-external borders general table */
table.no-border {
  border: none;
}
table.no-border tr th {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
table.no-border tr th:first-child {
  border-left: none;
}
table.no-border tr th:last-child {
  border-right: none;
}
table.no-border tr td:first-child {
  border-left: 0;
}
table.no-border tr td:last-child {
  border-right: 0;
}
table.no-border tr:last-child td {
  border-bottom: none;
}
/* No-internal borders in tbody x and y */
table .no-border-x td {
  border-bottom: none;
}
table .no-border-y td {
  border-left: none;
}
table .no-border-y tr td:first-child {
  border-left: none;
}
table .no-border-y tr td:last-child {
  border-right: none;
}
/* No-external borders when .no-padding in block */
.no-padding table th:first-child {
  border-left: 0;
}
.no-padding table th:last-child {
  border-right: 0;
}
.no-padding table tr td:first-child {
  border-left: 0;
}
.no-padding table tr td:last-child {
  border-right: 0;
}
.no-padding table tr:last-child td {
  border-bottom: 0;
}
.table td .btn i {
  /* width: inherit; */
}
div.dataTables_length label select {
  display: inline !important;
}
@media all and (max-width: 767px) {
  table * {
    white-space: nowrap;
  }
  table.information .btn span {
    display: none;
  }
}
/* Fix table responsive dropdown bug*/
@media all and (max-width: 767px) {
  .table-responsive .dropdown-menu,
  .table-responsive .dropdown-toggle {
        position: relative !important;
  }
}
@media all and (min-width: 768px) {
  .table-responsive {
    overflow: visible;
  }
}
/*
================================================================================
Generic: Forms
================================================================================
*/
label {
  font-weight: 600;
}
textarea {
  resize: none;
}
.form-control {
  background-color: rgba(51, 128, 255, 0.02);
  font-weight: inherit;
  color: inherit;
  /* height: auto; */
  height: 40px;
  padding: 8px 8px;
  font-size: 16px;
}
.form-control:focus {
  border-color: #2b7aff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}
select.form-control {
  padding: 7px 4px;
}
textarea.form-control {
  padding: 8px 8px;
}
.form-control:focus:not(:active),
select.form-control:focus:not(:active),
textarea.form-control:focus:not(:active) {
  box-shadow: 0 0 0 2px rgba(43, 122, 255, 0.5);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  box-shadow: none;
}
.form-group {
  margin-top: 10px;
}
.form-control,
.select2-search input,
.select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
  border-radius: 3px;
}
.form-control,
.select2-container .select2-choice,
.select2-container .select2-choices {
  border-color: #ccc;
}
.form-control,
.select2-container {
  box-shadow: none;
}
.form-horizontal.group-border .form-group {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}
.form-horizontal.group-border-dashed .form-group {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px dashed #efefef;
}
.block-flat > .content > .form-group:first-child,
.form-horizontal .form-group:first-child {
  padding-top: 5px;
}
.block-flat > .content > .form-group:last-child,
.form-horizontal .form-group:last-child,
.form-horizontal.group-border .form-group:last-child,
.form-horizontal.group-border-dashed .form-group:last-child {
  border-bottom: 0;
  padding-bottom: 5px;
}
.form-horizontal > .foot > .recovery-password {
  padding-top: 7px;
}
.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
}
/* Danger */
.form-control.-invalid,
.form-control.-invalid:focus {
  border-color: #CA452E;
}
.form-control.-invalid,
.select2-container.-invalid .select2-choice,
.select2-container.-invalid .select2-choices {
  border-color: #CA452E;
}
.form-control.-invalid:focus:not(:active),
select.form-control.-invalid:focus:not(:active),
textarea.form-control.-invalid:focus:not(:active) {
  box-shadow: 0 0 0 2px rgba(202, 69, 46, 0.5);
}
.select2-container.-invalid.select2-dropdown-open .select2-choice,
.select2-container.-invalid.select2-dropdown-open .select2-choices,
.select2-container.-invalid.select2-container-active .select2-choice,
.select2-container.-invalid.select2-container-active .select2-choices {
  border-color: #e44c34;
  box-shadow: 0 0 0 2px rgba(202, 69, 46, 0.5);
}
.select2-container.-invalid.select2-container-active:not(.select2-dropdown-open) .select2-choice,
.select2-container.-invalid.select2-container-active:not(.select2-dropdown-open) .select2-choices {
  box-shadow: 0 0 0 2px rgba(202, 69, 46, 0.5);
}
.select2-drop.-invalid.select2-drop-active,
.select2-drop.-invalid.select2-drop-active.select2-drop-above {
  border: 1px solid #e44c34;
}
.select2-drop.-invalid.select2-drop-active:before {
  box-shadow: 0 0 0 2px rgba(202, 69, 46, 0.5);
}
.select2-drop.-invalid.select2-drop-above.select2-drop-active:before {
  box-shadow: 0 -1px 0 2px rgba(202, 69, 46, 0.5);
}
.select2-container-multi.-invalid .select2-choices .select2-search-choice:hover,
.select2-container-multi.-invalid .select2-choices .select2-search-choice:focus,
.select2-container-multi.-invalid .select2-choices .select2-search-choice:active {
  border-color: #e44c34;
  color: #e44c34;
}
.select2-container-multi.-invalid .select2-choices .select2-search-choice.select2-search-choice-focus {
  border-color: #e44c34;
}
.radio,
.checkbox,
.radio-inline,
.checkbox-inline {
  user-select: none;
  cursor: pointer;
  font-weight: inherit;
}
.radio input,
.checkbox input,
.radio-inline input,
.checkbox-inline input {
  cursor: pointer;
}

.custom-radio,
.custom-checkbox {
    font-weight: normal;
    cursor: pointer;
    user-select: none;
    line-height: 20px;
    height: 20px;
    margin: 0;
    display: flex;
}

.custom-radio:hover,
.custom-radio:focus,
.custom-checkbox:hover,
.custom-checkbox:focus {
    color: inherit;
    text-decoration: none;
}

.custom-radio:focus,
.custom-checkbox:focus {
    outline: none;
}

.custom-radio > input[disabled] + *,
.custom-checkbox > input[disabled] + * {
    cursor: default;
}

.custom-radio > input,
.custom-checkbox > input {
    display: none;
}

.custom-radio > .icon,
.custom-checkbox > .icon {
    background-color: rgba(51, 128, 255, 0.02);
    border: 1px solid #ccc;
    color: #3380ff;
    opacity: 1;
    font-size: 12px;
    text-align: center;
    width: 20px;
    height: 20px;
    min-width: auto;
    max-width: auto;
    min-height: auto;
    max-height: auto;
    margin: 0 5px 0 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    order: -1;
    transition: all .15s ease-in-out;
}

.custom-radio > .icon {
    border-radius: 10px;
}

.custom-checkbox > .icon {
    border-radius: 3px;
}

.custom-radio > .icon > *,
.custom-checkbox > .icon > *,
.custom-radio > .icon:empty:after,
.custom-checkbox > .icon:empty:after {
  border-radius: 10px;
  text-align: center;
  line-height: 18px;
  opacity: 0;
  display: inline-block;
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* transition: transform .25s ease-in-out; */
  transition: all .15s ease-in-out;
  /* width: 18px; */
  /* height: 18px; */
  /* transform: scale(0); */
}

.custom-radio > .icon > svg,
.custom-checkbox > .icon > svg {
  font-size: 12px;
}

.custom-radio > .icon:empty:after,
.custom-checkbox > .icon:empty:after {
  font-family: FontAwesome;
  content: "\f00c";
}

label.custom-radio:hover > input:not([disabled]) + .icon,
label.custom-checkbox:hover > input:not([disabled]) + .icon,
label.custom-radio:focus:not(:active) > input:not([disabled]) + .icon,
label.custom-checkbox:focus:not(:active) > input:not([disabled]) + .icon {
    /* background-color: rgba(51, 128, 255, 0.1); */
    border-color: #2b7aff;
}

label.custom-radio:hover > input:not([disabled]) + .icon > *,
label.custom-checkbox:hover > input:not([disabled]) + .icon > *,
label.custom-radio:focus:not(:active) > input:not([disabled]) + .icon > *,
label.custom-checkbox:focus:not(:active) > input:not([disabled]) + .icon > *,
label.custom-radio:hover > input:not([disabled]) + .icon:after,
label.custom-checkbox:hover > input:not([disabled]) + .icon:after,
label.custom-radio:focus:not(:active) > input:not([disabled]) + .icon:after,
label.custom-checkbox:focus:not(:active) > input:not([disabled]) + .icon:after {
    opacity: 0.25;
}

.custom-radio:focus:not(:active) > input:not([disabled]) + .icon,
.custom-checkbox:focus:not(:active) > input:not([disabled]) + .icon {
    box-shadow: 0 0 0 2px rgba(43, 122, 255, 0.5);
}

.custom-radio.-checked > .icon,
.custom-checkbox.-checked > .icon,
label.custom-radio > input:checked + .icon,
label.custom-checkbox > input:checked + .icon {
    /* background-color: #3380ff; */
    box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.15) inset;
    border-color: #2b7aff;
}

.custom-radio.-checked:focus:not(:active) > input:not([disabled]) + .icon,
.custom-checkbox.-checked:focus:not(:active) > input:not([disabled]) + .icon,
label.custom-radio:focus:not(:active) > input:not([disabled]):checked + .icon,
label.custom-checkbox:focus:not(:active) > input:not([disabled]):checked + .icon {
    box-shadow: 0 0 0 2px rgba(43, 122, 255, 0.5),
                1px 1px 2px rgba(255, 255, 255, 0.15) inset;
}

.custom-radio.-checked > .icon > *,
.custom-checkbox.-checked > .icon > *,
label.custom-radio > input:checked + .icon > *,
label.custom-checkbox > input:checked + .icon > *,
.custom-radio.-checked > .icon:after,
.custom-checkbox.-checked > .icon:after,
label.custom-radio > input:checked + .icon:after,
label.custom-checkbox > input:checked + .icon:after {
    opacity: 1 !important;
    transform: scale(1);
}

.custom-radio.-horizontal,
.custom-checkbox.-horizontal {
    display: inline-flex;
}

.custom-radio.-horizontal + .custom-radio.-horizontal,
.custom-checkbox.-horizontal + .custom-checkbox.-horizontal {
    margin-left: 15px;
}

.custom-radio.-flexible,
.custom-checkbox.-flexible {
    color: #777;
    white-space: normal;
    font-weight: normal;
    height: auto;
}

.custom-radio.-flexible.-selected,
.custom-checkbox.-flexible.-selected {
    background-color: #eee;
}

.custom-radio.-flexible > .label,
.custom-checkbox.-flexible > .label {
    max-width: 85%;
    display: inline-block;
}

.custom-radio.-flexible > .label > .primary,
.custom-checkbox.-flexible > .label > .primary {
    color: #333;
    font-weight: 600;
}

label.custom-radio.-success > .icon,
label.custom-checkbox.-success > .icon {
    color: #449d44;
}

label.custom-radio.-success:hover > input:not([disabled]) + .icon,
label.custom-checkbox.-success:hover > input:not([disabled]) + .icon,
label.custom-radio.-success:focus:not(:active) > input:not([disabled]) + .icon,
label.custom-checkbox.-success:focus:not(:active) > input:not([disabled]) + .icon {
    border-color: #54A754;
}

.custom-radio.-success:focus:not(:active) > input:not([disabled]) + .icon,
.custom-checkbox.-success:focus:not(:active) > input:not([disabled]) + .icon {
    box-shadow: 0 0 0 2px rgba(68, 157, 68, 0.5);
}

.custom-radio.-success.-checked > .icon,
.custom-checkbox.-success.-checked > .icon,
label.custom-radio.-success > input:checked + .icon,
label.custom-checkbox.-success > input:checked + .icon {
    /* background-color: #449d44; */
    color: #449d44;
    border-color: #54A754;
}

.custom-radio.-success.-checked:focus:not(:active) > input:not([disabled]) + .icon,
.custom-checkbox.-success.-checked:focus:not(:active) > input:not([disabled]) + .icon,
label.custom-radio.-success:focus:not(:active) > input:not([disabled]):checked + .icon,
label.custom-checkbox.-success:focus:not(:active) > input:not([disabled]):checked + .icon {
    box-shadow: 0 0 0 2px rgba(68, 157, 68, 0.5),
                1px 1px 2px rgba(255, 255, 255, 0.15) inset;
}

label.custom-radio.-danger > .icon,
label.custom-checkbox.-danger > .icon {
    color: #e64d35;
}

label.custom-radio.-danger:hover > input:not([disabled]) + .icon,
label.custom-checkbox.-danger:hover > input:not([disabled]) + .icon,
label.custom-radio.-danger:focus:not(:active) > input:not([disabled]) + .icon,
label.custom-checkbox.-danger:focus:not(:active) > input:not([disabled]) + .icon {
    border-color: #CA452E;
}

.custom-radio.-danger:focus:not(:active) > input:not([disabled]) + .icon,
.custom-checkbox.-danger:focus:not(:active) > input:not([disabled]) + .icon {
    box-shadow: 0 0 0 2px rgba(230, 77, 53, 0.5);
}

.custom-radio.-danger.-checked > .icon,
.custom-checkbox.-danger.-checked > .icon,
label.custom-radio.-danger > input:checked + .icon,
label.custom-checkbox.-danger > input:checked + .icon {
    /* background-color: #e64d35; */
    color: #e64d35;
    border-color: #CA452E;
}

.custom-radio.-danger.-checked:focus:not(:active) > input:not([disabled]) + .icon,
.custom-checkbox.-danger.-checked:focus:not(:active) > input:not([disabled]) + .icon,
label.custom-radio.-danger:focus:not(:active) > input:not([disabled]):checked + .icon,
label.custom-checkbox.-danger:focus:not(:active) > input:not([disabled]):checked + .icon {
    box-shadow: 0 0 0 2px rgba(230, 77, 53, 0.5),
                1px 1px 2px rgba(255, 255, 255, 0.15) inset;
}

.custom-radio.-disabled > .icon,
.custom-checkbox.-disabled > .icon,
label.custom-radio > input[disabled] + .icon,
label.custom-checkbox > input[disabled] + .icon {
    background-color: #eee !important;
    border-color: #ccc !important;
    color: inherit !important;
    box-shadow: none !important;
}

@media all and (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 9px;
  }
  .login-container .form-horizontal {
      border-left: 1px solid #eee;
  }
}
.form-horizontal .uppercase-field {
  text-transform: uppercase;
}
.form-horizontal .lowercase-field {
  text-transform: lowercase;
}
.input-group .btn {
  margin: 0 !important;
  margin-left: -1px !important;
}
.input-group-btn > .btn + .btn {
  margin-left: -5px !important;
}
.input-group-btn > .btn:hover:not(:focus) {
  z-index: auto;
}
.input-group-lg > .input-group-addon {
  line-height: 0.33;
  border-radius: 3px 0 0 3px;
}
.input-group-addon {
  border-radius: 3px;
  padding: 6px 11px;
  font-size: 16px;
}
.form-horizontal .logo-img {
  display: block;
  width: 43px;
  height: 49px;
  margin: 0 auto 15px auto;
}
.form-horizontal .content {
  padding-top: 15px;
}
/*Bootstrap 3.1.0 Fix*/
.btn-group .dropdown-backdrop + .btn {
  margin-left: -1px;
}
.input-group-addon.btn-primary,
.input-group-addon.btn-success,
.input-group-addon.btn-danger,
.input-group-addon.btn-warning {
  color: #fff;
}
/*
================================================================================
Component: Select2
================================================================================
*/
.select2-search input,
.select2-search-field input {
  font-family: inherit !important;
  font-size: inherit !important;
  padding: 9px 20px 9px 8px;
}
.select2-drop-active:not(.select2-drop-above) .select2-search input,
.select2-container.select2-dropdown-open:not(.select2-drop-above) .select2-search-field input {
  border-radius: 3px 3px 0 0;
}
.select2-drop-active.select2-drop-above .select2-search input,
.select2-container.select2-dropdown-open.select2-drop-above .select2-search-field input {
  border-radius: 0 0 3px 3px;
}
.select2-container .select2-choice,
.select2-container .select2-choices {
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.select2-container,
.select2-results,
.select2-results li {
  font-size: 16px;
}
.select2-results li:not(.select2-no-results):not(.select2-searching) {
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .05);
}
.select2-results .select2-disabled {
  background: #eee;
}
.select2-container.select2-dropdown-open:not(.select2-drop-above) .select2-choice {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container.select2-dropdown-open .select2-choice,
.select2-container.select2-dropdown-open .select2-choices,
.select2-container.select2-container-active .select2-choice,
.select2-container.select2-container-active .select2-choices {
  border-color: #3380ff;
  /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset; */
  box-shadow: 0 0 0 2px rgba(43, 122, 255, 0.5);
}
.select2-container.select2-container-active:not(.select2-dropdown-open) .select2-choice,
.select2-container.select2-container-active:not(.select2-dropdown-open) .select2-choices {
  box-shadow: 0 0 0 2px rgba(43, 122, 255, 0.5);
}
.select2-container.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-container.select2-dropdown-open.select2-drop-above .select2-choices {
  background: #fff;
}
.select2-container .select2-choice {
  background: rgba(51, 128, 255, 0.02);
  height: auto;
  min-height: 40px; /* Esta altura precisa ser dinâmica para possibilitar itens personalizados */
}
.select2-container .select2-choice .select2-chosen {
  color: #555;
  font-weight: 500;
  line-height: 20px;
  padding: 9px 0;
  margin-right: 30px;
}
.select2-container .select2-choice .select2-arrow {
  background: transparent;
  border-left: 0;
  width: 30px;
}
.select2-container .select2-choice .select2-arrow b {
  background-position: 7px 5px;
}
.select2-container .select2-choice .select2-search-choice-close {
  background: none;
  width: 18px;
  height: 38px;
  top: 0;
  z-index: 2;
}
.select2-container .select2-choice .select2-search-choice-close:hover {
  cursor: pointer;
}
.select2-container .select2-choice .select2-search-choice-close:after {
  content: ' ';
  background: url(../js/jquery.select2/select2.png) right top no-repeat;
  border-radius: 7px;
  width: 14px;
  height: 14px;
  margin-top: 12px;
  margin-left: 2px;
  display: inline-block;
}
.select2-container .select2-choice .select2-search-choice-close:hover:after {
  background-color: #ccc;
  background-position: right -11px;
}
.select2-container .select2-choice.select2-default .select2-chosen {
  color: #999;
}
.select2-container.select2-container-disabled .select2-choice {
  background-color: #eee;
  border-color: #ccc;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #eee;
}
.select2-container.select2-dropdown-open .select2-choice {
  height: 40px;
}
.select2-container.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -13px 3px;
}
.select2-drop {
  border-radius: 0 0 3px 3px;
  color: inherit;
}
.select2-drop .select2-search {
  /* padding-top: 4px; */
  padding: 0;
  top: -40px;
  position: absolute;
}
.select2-drop .select2-search input {
  background: #fbfbfb;
  border: 0;
  margin: 1px 0 0;
  line-height: 20px;
}
.select2-drop .select2-results {
  margin: 0;
  padding: 4px 0;
  background: #fff;
  border-radius: 0 0 3px 3px;
}
.select2-drop .select2-results li {
  line-height: 20px;
  padding: 10px 7px;
}
.select2-drop .select2-results .select2-result-selectable {
  cursor: pointer;
}
.select2-drop .select2-results .select2-highlighted {
  background: #3380ff;
  color: #fff !important;
}
.select2-drop .select2-results .select2-highlighted .-fix-select2-highlight-color {
  color: inherit !important;
}
.select2-drop .select2-results .select2-no-results,
.select2-drop .select2-results .select2-searching,
.select2-drop .select2-results .select2-more-results,
.select2-drop .select2-results .select2-selection-limit {
  border-radius: 3px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 4px;
}
.select2-drop .select2-results .select2-more-results.select2-active {
  padding-right: 16px;
}
.select2-drop.select2-drop-above {
  border-radius: 3px 3px 0 0;
}
.select2-drop.select2-drop-above .select2-results {
  border-radius: 3px 3px 0 0;
}
.select2-drop.select2-drop-active,
.select2-drop.select2-drop-active.select2-drop-above {
  border: 1px solid #3380ff;
}
.select2-drop.select2-drop-active:before {
  content: ' ';
  background: transparent;
  border: 1px solid transparent;
  box-shadow: 0 0 0 2px rgba(43, 122, 255, 0.5);
  border-radius: 0 0 3px 3px;
  width: calc(100% + 2px);
  height: calc(100% - 3px);
  display: block;
  position: absolute;
  top: 4px;
  left: -1px;
  z-index: -1;
}
.select2-drop.select2-drop-above.select2-drop-active:before {
  box-shadow: 0 -1px 0 2px rgba(43, 122, 255, 0.5);
  border-radius: 3px 3px 0 0;
  border-bottom: 0;
  height: 100%;
  top: auto;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 0;
}
.select2-drop.select2-drop-above .select2-search {
  top: auto;
  bottom: -40px;
}
.select2-drop.select2-drop-above .select2-search input {
  margin: 0 0 1px;
}
.select2-container-multi .select2-choices {
  background: rgba(51, 128, 255, 0.02);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  padding: 0;
}
.select2-container-multi.select2-dropdown-open .select2-choices {
  border-radius: 3px 3px 0 0;
}
.select2-container-multi.select2-dropdown-open.select2-drop-above .select2-choices {
  border-radius: 0 0 3px 3px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  background: #fff;
  box-shadow: none;
  border: 1px solid #ccc;
  color: #555;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  padding: 6px 22px 6px 10px;
  margin: 2px 0 0 2px;
  transition: all 150ms ease;
}
.select2-container-multi .select2-choices .select2-search-choice:hover,
.select2-container-multi .select2-choices .select2-search-choice:focus,
.select2-container-multi .select2-choices .select2-search-choice:active {
  border-color: #3380ff;
  color: #3380ff;
}
.select2-container-multi .select2-choices  .select2-search-choice .select2-search-choice-close {
  opacity: 0.5;
  width: 13px;
  top: 10px;
  right: 8px;
  left: auto;
}
.select2-container-multi .select2-choices .select2-search-choice:hover .select2-search-choice-close,
.select2-container-multi .select2-choices .select2-search-choice:focus .select2-search-choice-close,
.select2-container-multi .select2-choices .select2-search-choice:active .select2-search-choice-close {
  opacity: 1;
}
.select2-container-multi .select2-choices .select2-search-choice.select2-search-choice-focus {
  border-color: #3380ff;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 8px 8px;
  margin: 0;
}
.select2-item-template.-patient-procedure .additional-infos {
  display: flex;
}
.select2-item-template.-patient-procedure .additional-infos .info {
  color: #999;
  font-size: 12px;
  line-height: 1;
}
.select2-highlighted .select2-item-template.-patient-procedure .additional-infos .info {
  color: inherit !important;
}
.select2-item-template.-patient-procedure .additional-infos .info + .info {
  margin-left: 5px;
}
.select2-item-template.-patient-procedure .additional-infos .info + .info:before {
  content: '•';
  margin-right: 5px;
  display: inline-block;
}
/*
================================================================================
Component: Multiselect
================================================================================
*/
.multiselect-container > li.multiselect-group label {
  display: block;
  padding: 10px 20px 0 10px;
}
.multiselect-container > li > a {
  padding: 0;
}
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  padding: 6px 20px 6px 40px;
  min-height: auto;
}
.multiselect-container > li.active > a,
.multiselect-container > li.active > a:focus {
  background-color: transparent;
  color: inherit;
}
.multiselect-container > li.active:hover > a {
  background-color: #3380ff;
  color: #fff;
}
.multiselect-container > li > label.multiselect-group {
  font-size: 14px;
  font-weight: 500;
}
.ms-container {
  background-image: url(../images/horizontal-directions-40.png);
  overflow: hidden;
  width: 100%;
}
.ms-container .ms-list {
  box-shadow: none !important;
}
.ms-container .ms-list.ms-focus {
  border-color: #2494f2;
  box-shadow: none;
}
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  background-color: #2494f2;
}
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  font-size: 14px;
  padding: 5px 8px;
  min-height: 30px;
  user-select: none;
  cursor: pointer;
}
.ms-container .ms-optgroup-container {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.03) 20%, transparent 80%);
}
.ms-container .ms-optgroup-label {
  color: inherit;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 0px 6px 7px;
  border-bottom: 1px solid #eee;
}
.ms-container .ms-selectable .ms-optgroup li.ms-elem-selectable {
  padding-left: 15px;
}
#ms-custom-headers .custom-header {
  background: #2494f2;
  color: #FFFFFF;
  padding: 7px 10px;
  font-size: 16px;
}
#ms-custom-headers .ms-list {
  border-radius: 0 0 3px 3px;
  border-top: none;
}
#ms-searchable .ms-list {
  border-radius: 0 0 3px 3px;
  border-top: none;
}
option[data-ms-group-header] {
  font-weight: bold;
  color: inherit;
}
/*Input Group Fix*/
.input-group-addon ~ .btn-group {
  margin-left: 0;
}
/*
================================================================================
Component: Datepicker
================================================================================
*/
.ui-datepicker {
  position: relative;
}
.ui-datepicker .ui-datepicker-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 5px;
  margin-bottom: 4px;
}
.ui-datepicker .ui-datepicker-title {
  cursor: default;
  line-height: 1.8em;
  margin: 0 2.3em;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  height: 1.8em;
  position: absolute;
  top: 2px;
  width: 1.8em;
  color: #FFF;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  overflow: hidden;
  display: block;
  text-indent: -99999px;
}
.ui-datepicker .ui-datepicker-prev span:after,
.ui-datepicker .ui-datepicker-next span:after {
  cursor: pointer;
  content: "";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  text-indent: 0;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-next span:after {
  content: "";
  right: 0;
}
.ui-datepicker table th {
  border: 0;
  padding: 3px;
}
.ui-datepicker table th span {
  font-size: 16px;
  color: #FFF;
}
.ui-datepicker table tr {
  background: transparent !important;
}
.ui-datepicker table td {
  border: 0;
  padding: 3px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
  color: #FFF;
}
.datetimepicker table tr td:active,
.datetimepicker table tr td:hover:active,
.datetimepicker table tr td.disabled:active,
.datetimepicker table tr td.disabled:hover:active,
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.disabled.active,
.datetimepicker table tr td.disabled.active:hover {
  background: #3380ff !important;
  color: #fff;
}
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
  background: #eee;
}
/*
================================================================================
Component: Bootstrap switch
================================================================================
*/
.bootstrap-switch {
  border: 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  min-width: 74px;
  background-clip: padding-box;
}
.bootstrap-switch.bootstrap-switch-focused {
  box-shadow: none;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  background: #3380ff;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  background: #E3E3E3;
}
.bootstrap-switch .bootstrap-switch-container {
  position: relative;
  z-index: 1;
  -webkit-transform: none;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
  background: #3380ff;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
  background: #E3E3E3;
}
.bootstrap-switch .bootstrap-switch-label:after {
  content: " ";
  display: block;
  width: 29px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #3380ff;
}
.bootstrap-switch.bootstrap-switch-large {
  min-width: 100px;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label:after {
  width: 42px;
  border-width: 4px;
}
.bootstrap-switch.bootstrap-switch-large.bootstrap-switch-on .bootstrap-switch-label:after {
  border-width: 4px;
}
.bootstrap-switch.bootstrap-switch-small {
  min-width: 60px;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label:after {
  width: 25px;
}
.bootstrap-switch.bootstrap-switch-mini {
  min-width: 44px;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label:after {
  width: 18px;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
  background: #3380ff;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
  background: #e3e3e3;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label:after {
  border-color: #e3e3e3;
  left: 0;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  padding-left: 6px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.bootstrap-switch .bootstrap-switch-label {
  position: relative;
}
/*ON Colors*/
.bootstrap-switch.bootstrap-switch-onclr-success.bootstrap-switch-on .bootstrap-switch-handle-on {
  background: #5CB85C;
}
.bootstrap-switch.bootstrap-switch-onclr-success.bootstrap-switch-on .bootstrap-switch-label {
  background: #5CB85C;
}
.bootstrap-switch.bootstrap-switch-onclr-success.bootstrap-switch-on .bootstrap-switch-label:after {
  border-color: #5CB85C;
}
.bootstrap-switch.bootstrap-switch-onclr-success.bootstrap-switch-off .bootstrap-switch-container {
  background: #5CB85C;
}
.bootstrap-switch.bootstrap-switch-onclr-info.bootstrap-switch-on .bootstrap-switch-handle-on {
  background: #5bc0de;
}
.bootstrap-switch.bootstrap-switch-onclr-info.bootstrap-switch-on .bootstrap-switch-label {
  background: #5bc0de;
}
.bootstrap-switch.bootstrap-switch-onclr-info.bootstrap-switch-on .bootstrap-switch-label:after {
  border-color: #5bc0de;
}
.bootstrap-switch.bootstrap-switch-onclr-info.bootstrap-switch-off .bootstrap-switch-container {
  background: #5bc0de;
}
.bootstrap-switch.bootstrap-switch-onclr-warning.bootstrap-switch-on .bootstrap-switch-handle-on {
  background: #ff9900;
}
.bootstrap-switch.bootstrap-switch-onclr-warning.bootstrap-switch-on .bootstrap-switch-label {
  background: #ff9900;
}
.bootstrap-switch.bootstrap-switch-onclr-warning.bootstrap-switch-on .bootstrap-switch-label:after {
  border-color: #ff9900;
}
.bootstrap-switch.bootstrap-switch-onclr-warning.bootstrap-switch-off .bootstrap-switch-container {
  background: #ff9900;
}
.bootstrap-switch.bootstrap-switch-onclr-danger.bootstrap-switch-on .bootstrap-switch-handle-on {
  background: #df4b33;
}
.bootstrap-switch.bootstrap-switch-onclr-danger.bootstrap-switch-on .bootstrap-switch-label {
  background: #df4b33;
}
.bootstrap-switch.bootstrap-switch-onclr-danger.bootstrap-switch-on .bootstrap-switch-label:after {
  border-color: #df4b33;
}
.bootstrap-switch.bootstrap-switch-onclr-danger.bootstrap-switch-off .bootstrap-switch-container {
  background: #df4b33;
}
.bootstrap-switch.bootstrap-switch-onclr-default.bootstrap-switch-on .bootstrap-switch-handle-on {
  background: #E3E3E3;
}
.bootstrap-switch.bootstrap-switch-onclr-default.bootstrap-switch-on .bootstrap-switch-label {
  background: #E3E3E3;
}
.bootstrap-switch.bootstrap-switch-onclr-default.bootstrap-switch-on .bootstrap-switch-label:after {
  border-color: #E3E3E3;
}
.bootstrap-switch.bootstrap-switch-onclr-default.bootstrap-switch-off .bootstrap-switch-container {
  background: #E3E3E3;
}
/*Off Colors*/
.bootstrap-switch.bootstrap-switch-offclr-primary.bootstrap-switch-off .bootstrap-switch-handle-off {
  background: #3380ff;
}
.bootstrap-switch.bootstrap-switch-offclr-primary.bootstrap-switch-off .bootstrap-switch-label {
  background: #3380ff;
}
.bootstrap-switch.bootstrap-switch-offclr-primary.bootstrap-switch-off .bootstrap-switch-label:after {
  border-color: #3380ff;
}
.bootstrap-switch.bootstrap-switch-offclr-primary.bootstrap-switch-on .bootstrap-switch-container {
  background: #3380ff;
}
.bootstrap-switch.bootstrap-switch-offclr-info.bootstrap-switch-off .bootstrap-switch-handle-off {
  background: #5bc0de;
}
.bootstrap-switch.bootstrap-switch-offclr-info.bootstrap-switch-off .bootstrap-switch-label {
  background: #5bc0de;
}
.bootstrap-switch.bootstrap-switch-offclr-info.bootstrap-switch-off .bootstrap-switch-label:after {
  border-color: #5bc0de;
}
.bootstrap-switch.bootstrap-switch-offclr-info.bootstrap-switch-on .bootstrap-switch-container {
  background: #5bc0de;
}
.bootstrap-switch.bootstrap-switch-offclr-success.bootstrap-switch-off .bootstrap-switch-handle-off {
  background: #5CB85C;
}
.bootstrap-switch.bootstrap-switch-offclr-success.bootstrap-switch-off .bootstrap-switch-label {
  background: #5CB85C;
}
.bootstrap-switch.bootstrap-switch-offclr-success.bootstrap-switch-off .bootstrap-switch-label:after {
  border-color: #5CB85C;
}
.bootstrap-switch.bootstrap-switch-offclr-success.bootstrap-switch-on .bootstrap-switch-container {
  background: #5CB85C;
}
.bootstrap-switch.bootstrap-switch-offclr-warning.bootstrap-switch-off .bootstrap-switch-handle-off {
  background: #ff9900;
}
.bootstrap-switch.bootstrap-switch-offclr-warning.bootstrap-switch-off .bootstrap-switch-label {
  background: #ff9900;
}
.bootstrap-switch.bootstrap-switch-offclr-warning.bootstrap-switch-off .bootstrap-switch-label:after {
  border-color: #ff9900;
}
.bootstrap-switch.bootstrap-switch-offclr-warning.bootstrap-switch-on .bootstrap-switch-container {
  background: #ff9900;
}
.bootstrap-switch.bootstrap-switch-offclr-danger.bootstrap-switch-off .bootstrap-switch-handle-off {
  background: #df4b33;
}
.bootstrap-switch.bootstrap-switch-offclr-danger.bootstrap-switch-off .bootstrap-switch-label {
  background: #df4b33;
}
.bootstrap-switch.bootstrap-switch-offclr-danger.bootstrap-switch-off .bootstrap-switch-label:after {
  border-color: #df4b33;
}
.bootstrap-switch.bootstrap-switch-offclr-danger.bootstrap-switch-on .bootstrap-switch-container {
  background: #df4b33;
}
.bootstrap-switch.bootstrap-switch-offclr-default.bootstrap-switch-off .bootstrap-switch-handle-off {
  background: #E3E3E3;
}
.bootstrap-switch.bootstrap-switch-offclr-default.bootstrap-switch-off .bootstrap-switch-label {
  background: #E3E3E3;
}
.bootstrap-switch.bootstrap-switch-offclr-default.bootstrap-switch-off .bootstrap-switch-label:after {
  border-color: #E3E3E3;
}
.bootstrap-switch.bootstrap-switch-offclr-default.bootstrap-switch-on .bootstrap-switch-container {
  background: #E3E3E3;
}
/*
================================================================================
Component: Slider
================================================================================
*/
.slider.slider-vertical {
  margin-right: 13px;
}
.slider-selection {
  background: #3380ff;
  border: 1px solid #437DDC;
  box-shadow: none;
}
.slider-handle {
  opacity: 1;
  background-color: #FFFFFF;
  background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9f9f9));
  /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #ffffff, #f9f9f9);
  /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: -moz-linear-gradient(top, #ffffff, #f9f9f9);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, #ffffff, #f9f9f9);
  /* Opera 11.10-12.00 */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.39);
  height: 23px;
  width: 23px;
  transition: box-shadow 200ms ease-in-out;
}
.slider-handle:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
}
.slider.slider-horizontal .slider-handle {
  margin-top: -7px;
}
.slider.slider-vertical .slider-handle {
  margin-left: -6px;
}
.slider.slider-horizontal {
  width: 100% !important;
}
@media all and (max-width: 767px) {
  /*Forms*/
  .form-horizontal.group-border .form-group {
    padding: 5px 0 15px 0;
  }
  .form-horizontal.group-border .form-group label {
    margin-bottom: 7px;
  }
  .form-horizontal.group-border-dashed .form-group label {
    margin-bottom: 7px;
  }
}
/*
================================================================================
Component: Alert
================================================================================
*/
.alert {
  box-shadow: none;
  border-radius: 3px;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  display: table;
}
.alert > ul {
  padding-left: 0;
}
.alert .sign {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
  text-align: center;
  width: 25px;
  display: inline-block;
}
.alert-success {
  background-color: #DBF6D3;
  border-color: #AED4A5;
  color: #569745;
}
.alert-info {
  background-color: #D9EDF7;
  border-color: #98cce6;
  color: #3A87AD;
}
.alert-warning {
  background-color: #FCF8E3;
  border-color: #F1DAAB;
  color: #966105;
}
.alert-danger {
  background-color: #F2DEDE;
  border-color: #e0b1b8;
  color: #B94A48;
}
.alert-white {
  background: #fff;
  border-color: #e6e6e6;
  border-radius: 3px;
  color: inherit;
  padding-left: 40px;
  position: relative;
}
.alert-white .close {
  font-size: 16px;
  padding: 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-right: -10px;
}
.alert-white .icon {
  border-radius: 3px 0 0 3px;
  border: 1px solid #e6e6e6;
  border-right: 0;
  color: inherit;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  box-sizing: content-box;
  margin-top: -1px;
  margin-left: -1px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.alert-white .icon .fa,
.alert-white .icon .svg-inline--fa {
  width: 20px;
  margin: 10px;
}
.alert-white.alert-danger .icon {
  color: #e44c34;
}
.alert-white.alert-info .icon {
  color: #3380ff;
}
.alert-white.alert-warning .icon {
  color: #ff8100;
}
.alert-white.alert-success .icon {
  color: #449c44;
}
/*
================================================================================
Component: Label
================================================================================
*/
.label {
  border-radius: 3px;
  color: inherit;
  font-size: 100%;
  font-weight: inherit;
  padding: 2px 6px;
}
.label-default {
  background-color: rgba(0, 0, 0, 0.05);
  color: #777;
}
.label-success {
  /* background-color: #60C060; */
  /* color: #fff; */
  background-color: rgba(96, 192, 96, 0.15);
  color: hsla(120, 50%, 40%, 1);
}
.label-primary {
  /* background-color: #3380ff; */
  /* color: #fff; */
  background-color: rgba(51, 128, 255, 0.1);
  color: hsla(217, 50%, 40%, 1);
}
.label-warning {
  /* background-color: #fcad37; */
  /* color: #fff; */
  background-color: rgba(252, 173, 55, 0.15);
  color: hsla(36, 50%, 40%, 1);
}
.label-danger {
  /* background-color: #ED5B56; */
  /* color: #fff; */
  background-color: rgba(237, 91, 86, 0.15);
  color: hsla(2, 50%, 40%, 1);
}
.label-info {
  /* background-color: #5DC4EA; */
  /* color: #fff; */
  background-color: rgba(93, 196, 234, 0.15);
  color: hsla(196, 50%, 40%, 1);
}
.label .fa {
  font-size: 100% !important;
  color: inherit !important;
  width: auto !important;
  min-width: 11px;
}
/*
================================================================================
Component: Badge
================================================================================
*/
.badge {
  background-color: rgba(0, 0, 0, 0.05);
  color: #777;
  font-weight: 600;
  padding: 4px 6px;
}
.badge-success {
  background-color: rgba(92, 184, 92, .15);
  color: #449c44;
}
.badge-primary {
  background-color: rgba(51, 128, 255, .15);
  color: #3380ff;
}
.badge-warning {
  background-color: rgba(255, 129, 0, .15);
  color: #ff8100;
}
.badge-danger {
  background-color: rgba(228, 76, 52, .15);
  color: #cb321a;
}
.badge-info {
  background-color: rgba(93, 196, 234, 0.15);
  color: hsla(196, 50%, 40%, 1);
}
/*
================================================================================
Component: Progress bar
================================================================================
*/
.progress-bar {
  background: transparent;
  box-shadow: none;
  border-radius: 9999px;
  width: 100%;
  height: 20px;
  display: flex;
  overflow: hidden;
  position: relative;
}
.progress-bar:before,
.progress-bar .progress {
  background: #3380ff;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.progress-bar:before {
  content: '';
  width: 100%;
  opacity: 0.25;
}
.progress-bar .progress {
  border-radius: 0;
}
.progress-bar.-info:before,
.progress-bar.-info .progress {
  background: #3380ff;
}
.progress-bar.-success:before,
.progress-bar.-success .progress {
  background: #60C060;
}
.progress-bar.-warning:before,
.progress-bar.-warning .progress {
  background: #FC9700;
}
.progress-bar.-danger:before,
.progress-bar.-danger .progress {
  background: #DA4932;
}
.progress-bar.-progress-bar-sm {
  height: 10px;
}
.progress-bar.-progress-bar-xs {
  height: 6px;
}
.progress-bar.-progress-bar-lg {
  height: 40px;
}
/*
================================================================================
Component: Nav pills
================================================================================
*/
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #3380ff;
}
/*
================================================================================
Component: Nav tabs
================================================================================
*/
.nav-tabs {
  border-bottom: none;
}
.nav-tabs > li {
  margin-right: 2px;
  margin-bottom: 0;
}
.nav-tabs > li.active {
  margin-bottom: -1px;
  position: relative;
}
.nav-tabs > li > a {
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  min-width: 80px;
  padding: 9px 20px;
  margin-right: 0;
  position: static;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:active {
  background: transparent;
  border-color: #eee;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-color: #e6e6e6;
  border-bottom: 0;
  box-shadow: 1px -3px 4px -3px rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
}
.nav-tabs > li > a:after,
.nav-tabs > li > a:hover:after,
.nav-tabs > li > a:focus:after {
  content: "";
  background: transparent;
  width: calc(100% - 2px);
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 1px;
}
.nav-tabs > li.active > a:after,
.nav-tabs > li.active > a:hover:after,
.nav-tabs > li.active > a:focus:after {
  background: inherit;
}
.tab-content {
  background: #fff;
  padding: 20px;
  border-bottom: 1px solid #E2E2E2;
  border-left: 1px solid #ECECEC;
  border-radius: 0 3px 3px;
  -webkit-border-radius: 0 3px 3px;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 40px;
}
.tab-content h3,
h2,
h1:first-child {
  margin-top: 0;
}
/*Tab Bottom*/
.tab-bottom .nav-tabs {
  margin-bottom: 40px;
}
.tab-bottom .tab-content {
  margin-bottom: 0;
}
.tab-bottom .nav-tabs > li.active > a:after,
.tab-bottom .nav-tabs > li.active > a:hover:after,
.tab-bottom .nav-tabs > li.active > a:focus:after {
  bottom: 0;
  top: auto;
}
.tab-bottom .nav-tabs > li.active > a,
.tab-bottom .nav-tabs > li.active > a:hover,
.tab-bottom .nav-tabs > li.active > a:focus {
  border-top: 0;
  border-bottom: 2px solid #43A0F2;
  margin-top: -1px;
  box-shadow: 1px 3px 4px -3px rgba(0, 0, 0, 0.05);
}
.tab-bottom .tab-content {
  border-radius: 3px 3px 3px 0;
  -webkit-border-radius: 3px 3px 3px 0;
}
/*Tab Left*/
.tab-left .nav-tabs {
  float: left;
}
.tab-left .nav-tabs > li {
  float: none;
  margin-right: 0;
  margin-bottom: 0;
}
.tab-left .nav-tabs > li > a {
  text-align: left;
  min-width: 38px;
  padding: 12px 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.tab-left .nav-tabs > li .fa {
  font-size: 16px;
}
.tab-left .nav-tabs > li.active > a:after,
.tab-left .nav-tabs > li.active > a:hover:after,
.tab-left .nav-tabs > li.active > a:focus:after {
  bottom: 0;
  top: auto;
  width: 2px;
  height: 100%;
}
.tab-left .nav-tabs > li.active > a,
.tab-left .nav-tabs > li.active > a:hover,
.tab-left .nav-tabs > li.active > a:focus {
  border-top: 0;
  border-bottom: 1px solid #ECECEC;
  border-right: 0;
  border-left: 2px solid #43A0F2;
  margin-right: -1px;
  box-shadow: -1px 3px 4px -3px rgba(0, 0, 0, 0.05);
  padding: 13px 10px 12px 9px;
}
.tab-left .tab-content {
  overflow: auto;
  border-radius: 0 3px 3px 3px;
  -webkit-border-radius: 0 3px 3px 3px;
}
/*Tab Right*/
.tab-right .nav-tabs {
  float: right;
}
.tab-right .tab-content {
  overflow: auto;
  border-radius: 3px 0 3px 3px;
  -webkit-border-radius: 3px 0 3px 3px;
}
.tab-right .nav-tabs > li {
  float: none;
  margin-right: 0;
  margin-bottom: 2px;
}
.tab-right .nav-tabs > li > a {
  text-align: left;
  min-width: 38px;
  padding: 12px 10px;
}
.tab-right .nav-tabs > li .fa {
  font-size: 16px;
}
.tab-right .nav-tabs > li.active > a:after,
.tab-right .nav-tabs > li.active > a:hover:after,
.tab-right .nav-tabs > li.active > a:focus:after {
  bottom: 0;
  right: 0;
  left: auto;
  top: auto;
  width: 2px;
  height: 100%;
}
.tab-right .nav-tabs > li.active > a,
.tab-right .nav-tabs > li.active > a:hover,
.tab-right .nav-tabs > li.active > a:focus {
  border-top: 0;
  border-bottom: 1px solid #ECECEC;
  border-left: 0;
  border-right: 2px solid #43A0F2;
  margin-left: -1px;
  box-shadow: 1px 3px 4px -3px rgba(0, 0, 0, 0.05);
  padding: 13px 10px 12px 12px;
}
.shadow.tab-content {
  border-bottom: 1px solid #DADADA;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.13);
}
.block-flat .nav-tabs > li.active {
   margin-bottom: -2px;
   border-bottom: 1px solid #ffffff;
}
.block-flat .tab-content {
	border-top: 1px solid #E2E2E2;
	margin-bottom: 0;
	padding: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
/*
================================================================================
Component: List group
================================================================================
*/
.list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.list-group-item:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #3380ff;
  border-color: transparent;
}
.list-group-item h4 {
  margin-bottom: 8px;
  font-size: 17px;
}
.list-group-item h4 {
  margin-bottom: 8px;
  font-size: 15px;
}
.list-group-item {
  padding: 15px;
}
a.list-group-item:hover {
  color: #3380ff;
  background-color: #fff;
}
.list-group .active:hover {
  padding-left: 15px;
  border-left: 1px solid #428BCA;
}
/*
================================================================================
Component: Accordion
================================================================================
*/
.accordion .panel {
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  margin-bottom: 5px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.accordion .panel-heading {
  background: transparent;
  padding: 0;
}
.accordion .panel-heading a:focus,
.accordion .panel-heading a:hover,
.accordion .panel-heading a:active {
  color: inherit;
}
.accordion .panel-heading a {
  padding: 16px;
  display: block;
  transition: background-color 200ms ease-in-out;
}
.accordion .panel-heading a .fa-angle-down {
  transition: transform 200ms ease-in-out 200ms;
  margin-right: 10px;
  transform: rotate(-180deg);
}
.accordion .panel-heading a.collapsed {
  color: #555;
}
.accordion .panel-heading a.collapsed .fa-angle-down {
  transform: rotate(0deg);
}
.accordion .panel-heading a:not(.collapsed) {
  background: #f9f9f9;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion .panel-heading + .panel-collapse .panel-body {
  border-top: 0;
}
.accordion .panel-footer {
    background-color: #f5f5f5;
}
.accordion.panel-group .panel + .panel {
  margin-top: 0px;
}
/*Primary color accordion*/
.accordion.accordion-color .panel-heading a {
  background-color: #3380ff;
  color: #FFF;
}
.accordion.accordion-color .panel-heading a.collapsed {
  background-color: #FFF;
  color: #555;
}
.accordion.accordion-color .panel-collapse .panel-body {
  background-color: #3380ff;
  color: #FFF;
}
/*Semi color accordion*/
.accordion.accordion-semi .panel-heading a {
  border-bottom-color: transparent;
  border-radius: 3px;
}
.accordion.accordion-semi .panel-heading.success a {
  background-color: #60C060;
  border-bottom: 1px solid #54A754;
}
.accordion.accordion-semi .panel-heading.warning a {
  background-color: #FC9700;
  border-bottom: 1px solid #D68000;
}
.accordion.accordion-semi .panel-heading.danger a {
  background-color: #DA4932;
  border-bottom: 1px solid #CA452E;
}
.accordion.accordion-semi .panel-heading a.collapsed {
  background-color: #FFF;
  color: #555;
  border-bottom: 0;
}
/*
================================================================================
Component: Breadcrumb
================================================================================
*/
.breadcrumb-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
.breadcrumb-wrapper:after {
  content: ' ';
  background: linear-gradient(to left, #f4f4f4, transparent);
  width: 50px;
  height: 100%;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
/* Criando o espaçamento para compensar o gradient */
.breadcrumb:after {
  content: ' ';
  min-width: 50px;
  height: 1px;
  display: inline-block;
}
.breadcrumb {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  line-height: 20px;
  white-space: nowrap;
  padding: 0;
  margin-left: 5px;
  margin-bottom: 0;
  display: inline-flex;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumb > li {
  font-size: 13px;
  display: inline-flex;
}
.breadcrumb > li:before {
    padding: 0 5px 0 0;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb > li + li:before {
  padding: 0 4px 0 8px;
}
.breadcrumb > .active {
  color: #999;
}
/*
================================================================================
Component: Popover
================================================================================
*/
.popover {
  border: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 5px 20px rgba(0, 0, 0, .15);
  border-radius: 3px;
  max-width: 280px !important;
  min-width: 240px !important;
  padding: 0;
}
.popover,
.popover > .popover-content {
  font-family: inherit;
  font-size: inherit;
}
.popover > .popover-title {
  font-weight: 500;
  padding: 15px;
}
.popover > .popover-content {
  font-weight: 500;
}
.popover > .arrow {
  border-width: 5px;
}
.popover > .arrow:after {
  border-width: 4px;
}
.popover.top > .arrow {
  border-top-color: rgba(0, 0, 0, .1);
  margin-left: -5px;
  bottom: -5px;
}
.popover.top > .arrow:after {
  margin-left: -4px;
}
.popover.right > .arrow {
  border-right-color: rgba(0, 0, 0, .1);
  margin-top: -5px;
  left: -5px;
}
.popover.right > .arrow:after {
  bottom: -4px;
}
.popover.bottom > .arrow {
  border-bottom-color: rgba(0, 0, 0, .1);
  margin-left: -5px;
  top: -5px;
}
.popover.bottom > .arrow:after {
  margin-left: -4px;
}
.popover.left > .arrow {
  border-left-color: rgba(0, 0, 0, .1);
  margin-top: -5px;
  right: -5px;
}
.popover.left > .arrow:after {
  bottom: -4px;
}
.popover.-dark {
  background: #333;
  color: #eee;
}
.popover.-dark.top > .arrow:after {
  border-top-color: #333;
}
.popover.-dark.right > .arrow:after {
  border-right-color: #333;
}
.popover.-dark.bottom > .arrow:after {
  border-bottom-color: #333;
}
.popover.-dark.left > .arrow:after {
  border-left-color: #333;
}
.popover.-responsive {
  max-width: calc(100vw - 30px) !important;
  min-width: unset !important;
}
.popover.-highlighted {
  box-shadow: 0 0 0 9999999px rgba(0, 0, 0, .75);
}
.popover.-event,
.popover.-event > .popover-content {
  font-size: 13px;
}
.popover.-event > .popover-content {
  padding: 0;
}
.popover.-event > .popover-content > .time {
  color: #999;
  margin: 15px 15px 0;
}
.popover.-event > .popover-content > .procedure {
  margin: 0 15px 15px;
}
.popover.-event > .popover-content > .tag-list {
  border-top: 1px solid #eee;
  width: 100%;
  padding: 10px 15px 15px;
  flex-wrap: wrap;
}
.popover.-event > .popover-content > .tag-list > .tag {
  font-weight: 500;
  margin-top: 5px;
}
.popover.-event > .popover-content > .patient {
  border-bottom: 1px solid #eee;
  width: 100%;
  padding: 15px;
  display: inline-flex;
  overflow: hidden;
}
.popover.-event > .popover-content > .patient > .picture-container {
  flex-basis: 40px;
  text-align: left;
}
.popover.-event > .popover-content > .patient > .picture-container > img {
  border-radius: 15px;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.popover.-event > .popover-content > .patient > .infos {
  overflow: hidden;
}
.popover.-event > .popover-content > .patient > .infos > .info {
  line-height: 1;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popover.-event > .popover-content > .patient > .infos > .info + .info {
  margin-top: 5px;
}
.popover.-event > .popover-content > .patient > .infos > .info.-primary {
  color: inherit;
  font-weight: 500;
}
.popover.-event > .popover-content > .patient:last-child {
  border-radius: 0 0 3px 3px;
}
/*
================================================================================
Component: Pagination
================================================================================
*/
.pagination {
  margin: 20px 0 0;
}
.pagination > li > a {
  font-weight: 500;
}
.pagination > li > a,
.pagination > li > span {
  color: #3078ef;
  text-align: center;
  line-height: 20px;
  min-width: 30px;
  padding: 4px 12px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: rgba(51, 128, 255, 0.1);
  color: #3078ef;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #3078ef;
  border-color: #3078ef;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/*
================================================================================
Component: Dropdown
================================================================================
*/
.dropdown-toggle:focus {
  outline: auto;
}
.open .dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu > li.muted,
.dropdown-menu > li > a,
.dropdown-menu li > a {
  font-size: 14px;
  padding: 10px 15px;
  clear: both;
  color: #333333;
  width: 100%;
  display: block;
  font-weight: inherit;
  line-height: 1.42857;
  white-space: nowrap;
}
.dropdown-menu li > a .fa {
  font-size: 14px;
}
.dropdown-menu > li.muted {
  color: #999;
}
.dropdown-header {
  font-size: 12px;
  padding: 0 15px;
  margin: 10px 0 0;
}
.dropdown-menu {
  background-clip: inherit;
  border: 1px solid #ccc;
  border: none;
  border-top: 0;
  border-radius: 3px !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .05),
              0 5px 20px rgba(0, 0, 0, .15);
}
.dropdown-menu .divider {
  margin: 5px 0;
}
/*Dropdown Sub menu*/
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0px;
  left: 100%;
  margin-top: -5px;
  border-radius: 3px;
}
.dropdown-submenu.-open > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: "\f0da";
  font-family: FontAwesome;
  float: right;
  width: 0;
  height: 0;
  margin-right: -10px;
  margin-top: 2px;
}
.dropdown-submenu.-open > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.dropdown-menu .dropdown-submenu > a {
  padding-right: 32px;
}
@media all and (min-width: 768px) {

  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus,
  .dropdown-submenu:hover > a,
  .dropdown-submenu:focus > a {
    background-color: #3380ff;
    background-image: none;
    color: #FFF;
  }
}
/*
================================================================================
Component: Popover menu list (Dropdown)
================================================================================
*/
.popover.-menu-list {
  opacity: 0;
  transition: opacity 100ms ease,
              transform 150ms ease-in;
}
.popover-menu-list {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.popover-menu-list .popover-menu-list-item {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42857;
  white-space: nowrap;
  width: calc(100% - 2px);
  padding: 10px 15px;
  margin: 1px;
  display: block;
  clear: both;
}
.popover-menu-list .popover-menu-list-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.popover-menu-list .popover-menu-list-item:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.popover-menu-list .popover-menu-list-item > a {
  color: inherit;
}
.popover-menu-list .popover-menu-list-item > .fa {
  font-size: 14px;
}
.popover-menu-list-header {
  font-size: 12px;
  color: #777;
  line-height: 1.42857143;
  white-space: nowrap;
  padding: 0 15px;
  margin: 10px 0 0;
  display: block;
}
.popover-menu-list-divider {
  background-color: #e5e5e5;
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
}
.popover-menu-list .popover-menu-list-item:hover,
.popover-menu-list .popover-menu-list-item:focus {
  background-color: rgba(51, 128, 255, 0.1);
  color: #3380ff;
}
.popover-menu-list .popover-menu-list-item.-success:hover,
.popover-menu-list .popover-menu-list-item.-success:focus {
  background-color: rgba(101, 202, 101, 0.1);
  color: #449c44;
}
.popover-menu-list .popover-menu-list-item.-danger:hover,
.popover-menu-list .popover-menu-list-item.-danger:focus {
  background-color: rgba(228, 76, 52, 0.1);
  color: #e44c34;
}
.popover-menu-list .popover-menu-list-item.-muted,
.popover-menu-list .popover-menu-list-item.-muted:hover,
.popover-menu-list .popover-menu-list-item.-muted:focus,
.popover-menu-list .popover-menu-list-item.-muted:active {
  background-color: transparent;
  color: #777;
}
/* Overrides */
.popover-menu-list .popover-menu-list-item .custom-radio,
.popover-menu-list .popover-menu-list-item .custom-checkbox {
  font-weight: 700;
}
/*
================================================================================
Component: Modal
================================================================================
*/
.modal {
  overflow: auto;
}
.modal.loading .modal-content:after {
  content: '';
  background-color: #fff;
  background-image: url('../images/ajax-loader-large.gif');
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  padding: 60px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
  border-radius: 3px;
  border: 0;
}
.custom-width {
  width: 40%;
  max-width: none;
}
.modal-header .close {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  text-shadow: none;
  text-align: center;
  font-weight: 500;
  line-height: 20px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  opacity: .4;
}
.modal-content > .close {
  margin-right: 10px;
  margin-top: 10px;
}
.md-content {
  background: #FFFFFF;
  border: 0 none;
  border-radius: 5px;
  color: #555555;
  overflow: hidden;
}
.md-content .modal-header {
  border-bottom: 0 none;
}
.modal-content .modal-header {
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
}
.colored-header .modal-header {
  border-bottom: none !important;
  background-color: #2494f2;
  color: #fff;
}
.colored-header.success .modal-header {
  border-bottom: 1px solid #4cac4c !important;
  background-color: #60c060;
  color: #fff;
}
.colored-header.info .modal-header {
  border-bottom: 1px solid #47acca !important;
  background-color: #5bc0de;
  color: #fff;
}
.colored-header.warning .modal-header {
  border-bottom: 1px solid #eb8500 !important;
  background-color: #ff9900;
  color: #fff;
}
.colored-header.danger .modal-header {
  border-bottom: 1px solid #cb371f !important;
  background-color: #df4b33;
  color: #fff;
}
.md-dark .modal-header {
  background-color: #2494f2;
  color: #fff;
}
.md-dark .modal-header {
  background-color: #2494f2;
  color: #fff;
}
.md-dark .md-content {
  background-color: #23262B;
  color: #BBBEC3;
}
.md-dark .md-content input {
  background-color: transparent;
  color: #b2b2b2;
}
.md-dark .modal-content .modal-footer {
  border: 0;
  background-color: transparent;
}
.md-dark .md-content .modal-footer {
  border: 0;
  background-color: transparent;
}
.md-dark .md-content .modal-footer .btn {
  margin-bottom: 0 !important;
}
.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
  margin: 0;
}
.modal-content .modal-footer {
  border-top: 1px solid #e6e6e6;
  border-radius: 0 0 3px 3px;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
@media all and (min-width: 768px) and (max-width: 979px) {
  .custom-width {
    width: 60%;
    max-width: none;
  }
}
@media all and (max-width: 767px) {
  .custom-width {
    width: 90%;
    max-width: none;
  }
}
/*
================================================================================
Component: Nestable lists
================================================================================
*/
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
}
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 14px;
  line-height: 20px;
}
.dd-handle {
  cursor: default;
  display: block;
  margin: 5px 0;
  padding: 7px 10px;
  color: #333;
  text-decoration: none;
  border: 1px solid #ddd;
  background: #fff;
}
.dd-handle:hover {
  color: #FFF;
  background: #3380ff;
  border-color: #428BCA;
}
.dd-item > button {
  color: #555;
  font-family: FontAwesome;
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 8px 2px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}
.dd-item > button:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
  content: '';
}
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #FFF;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e6e6e6;
  background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.dd3-content {
  display: block;
  margin: 5px 0;
  padding: 7px 10px 7px 40px;
  color: #333;
  text-decoration: none;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DDDDDD;
  color: #333333;
}
.dd3-content:hover {
  background: #fff;
}
.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}
.dd3-item > button {
  margin-left: 35px;
}
.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: all-scroll;
  width: 34px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #0060ff;
  background: #3380ff;
  height: 36px;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset;
}
.dd3-handle:before {
  content: '=';
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.dd3-handle:hover {
  background: #4E9DFF;
}
/*
================================================================================
Component: Back to top
================================================================================
*/
.back-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  border-radius: 3px;
  text-decoration: none;
  color: #FFF;
  background-color: rgba(39, 41, 48, 0.8);
  font-size: 13px;
  padding: 9px 12px;
  display: none;
}
.back-to-top i {
  font-size: 15px;
}
.back-to-top:hover {
  color: #FFF;
  background-color: #272930;
}
.back-to-top:focus {
  color: #FFF;
}
/*
================================================================================
Component: Page loading indicator
================================================================================
*/
.page-loading-indicator {
  width: 100%;
  height: 4px;
  display: block;
  position: fixed;
  top: 0;
  z-index: 1;
}
.page-loading-indicator > .progress-line {
  opacity: 0;
  width: 100%;
  /* max-width: 50%; */
  height: 4px;
  display: block;
  position: relative;
  transition: all 300ms ease;
}
.page-loading-indicator > .progress-line:before,
.page-loading-indicator > .progress-line:after {
  content: ' ';
  border-radius: 0 2px 2px 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.page-loading-indicator > .progress-line:before {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
  width: 100px;
  transform: rotate(3deg) translate(0, -4px);
}
.page-loading-indicator > .progress-line:after {
  background: #fff;
  width: 110%;
}
.page-loading-indicator.-visible > .progress-line {
  opacity: 1;
}
/*
================================================================================
Component: Header
================================================================================
*/
.main-header {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  position: relative;
}
.main-header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header nav .nav-group {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
}
.main-header .navbar-toggle {
	float: left;
}
.main-header .home-link {
  vertical-align: middle;
  float: left;
}
.main-header .home-link > .logo {
  max-width: 150px;
  max-height: 60px;
  display: inline-block;
}
.main-header .user-options {
  color: #fff;
  border-radius: 20px;
  line-height: 30px;
  max-width: 130px;
  padding: 5px 10px 5px 5px;
  margin: 0 0 0 15px;
  display: flex;
  align-items: center;
  transition: all 150ms ease;
}
.main-header .user-options > .avatar {
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  float: left;
}
.main-header .user-options > .name,
.main-header .user-options > .fa {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.main-header .user-options > .name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  flex-grow: 1;
}
.main-header .main-menu {
  transition: max-height 600ms ease;
}
.main-header .main-menu .item {
  color: #fff;
}
.main-header .main-menu .item > .link {
  background: transparent;
  border-radius: 20px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  padding: 10px 20px;
  margin: 20px 10px;
  text-decoration: none;
  transition: all 100ms ease;
}
.main-header .main-menu .item > .link:hover,
.main-header .main-menu .item > .link:focus,
.main-header .main-menu .item > .link:active {
  outline: 0;
}
.main-header .main-menu .dropdown .dropdown-menu {
  min-width: 180px;
  margin-top: -18px;
}
.main-header .dropdown > .dropdown-menu:after,
.main-header .dropdown > .dropdown-menu:not(.dropdown-menu-right):after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
}
.main-header .dropdown > .dropdown-menu:after {
  top: -5px;
  right: 30px;
}
.main-header .dropdown > .dropdown-menu:not(.dropdown-menu-right):after {
  top: -5px;
  left: 30px;
}
@media all and (max-width: 767px) {

  .main-header .container {
    padding: 0; /* Remover essa gambiarra */
  }
  .main-header nav {
    flex-wrap: wrap;
  }
  .main-header .home-link .logo {
    max-width: 40px;
    max-height: 40px;
  }
  .main-header .main-menu {
    overflow: hidden;
    width: 100%;
    max-height: 0;
    padding: 0;
    margin: 0;
    flex: 0 1 100%;
    order: 3;
  }
  .main-header .main-menu.-open {
    max-height: 485px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .main-header .main-menu a,
  .main-header .main-menu a:hover,
  .main-header .main-menu a:focus,
  .main-header .main-menu a:active {
    background: transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 !important;
    padding: 20px !important;
    margin: 0 !important;
  }
  .main-header .main-menu ul {
    padding: 0 !important;
    margin: 0 !important;
  }
  .main-header .main-menu > li.-mobile-inactive {
    display: none;
  }
  .main-header .main-menu .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .main-header .main-menu .dropdown > .dropdown-menu:after {
    visibility: hidden;
  }
  .main-header .main-menu .dropdown > .dropdown-menu .dropdown-header {
    color: #fff;
  }
  .main-header .main-menu .dropdown > .dropdown-menu .divider {
    display: none;
  }
}
/*
================================================================================
Component: Topbar drawer
================================================================================
*/
.topbar-drawer {
  display: flex;
  position: relative;
}
.topbar-drawer > .puller {
  border-radius: 20px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  text-align: center;
  width: 40px;
  height: 40px;
  padding: 10px !important;
  margin: 0 10px;
  display: inline-block;
  position: relative;
  transition: all 150ms ease;
}
.topbar-drawer > .puller > .fa {
  font-size: 16px;
}
.topbar-drawer > .puller > .bubble {
  background-color: #e44c34;
  border-radius: 7px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.05),
              1px 1px 0 rgba(255, 255, 255, 0.05) inset;
  color: #fff;

  font-size: 10px;
  font-weight: bold;

  text-align: center;
  line-height: 1;
  min-width: 15px;
  padding: 3px 4px 2px;

  position: absolute;
  top: 5px;
  left: 20px;

  will-change: transform, opacity;

  transform: scale(1);
  transition: transform 100ms ease-out;
  animation-name: bubble-bounce-in 600ms;
}
.topbar-drawer > .box {
  background-color: #f4f4f4 !important;
  border-radius: 3px !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .05),
              0 5px 20px rgba(0, 0, 0, .15) !important;
  color: #555;
  width: 320px;
  min-width: 160px;
  display: none;
  position: absolute;
  top: 42px;
  right: 0;
  left: auto;
  z-index: 1000;
}
.-open.topbar-drawer > .box {
  display: block;
}
.topbar-drawer > .box:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f4f4f4;
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  top: -5px;
  right: 24px;
}
.topbar-drawer > .box .scroller-wrapper {
  border-radius: inherit;
  height: 240px;
}
.topbar-drawer > .box > .head {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #444;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  height: 50px;
  padding: 15px;
  position: absolute;
  top: 0;
  z-index: 999;
}
.topbar-drawer > .box > .content:before {
  content: ' ';
  width: 100%;
  height: 50px;
  display: block;
}
.topbar-drawer > .box .no-items {
  text-align: center;
  padding-top: 100px;
  display: none;
}
.topbar-drawer > .box .no-items h4 {
  color: #999;
}
.topbar-drawer > .box .no-items.-visible {
  display: block;
}
.topbar-drawer > .box .no-items.-chats {
  background: url(../images/no-messages-80.png) center no-repeat;
}
.topbar-drawer > .box .no-items.-notifications {
  background: url(../images/no-notifications-80.png) center no-repeat;
}
.topbar-drawer > .box .items {
  padding: 1px 0 0;
  margin: 0 15px 15px;
}
.topbar-drawer > .box .items > li > a {
  background: #fff;
  border: 1px solid #e6e6e6;
  color: #777;
  padding: 10px;
  display: flex;
  overflow: hidden;
  white-space: normal;
}
.topbar-drawer > .box .items > li > a > .icon {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  flex-basis: 30px;
}
.topbar-drawer > .box .items > li > a > .icon + .body {
  margin-left: 10px;
}
.topbar-drawer > .box .items > li > a > .icon > .fa-container {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.topbar-drawer > .box .items > li > a > .icon > .fa-container > .fa {
  font-size: 16px;
}
.topbar-drawer > .box .items > li > a > .icon.-avatar {
  position: relative;
}
.topbar-drawer > .box .items > li > a > .icon.-avatar > img {
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transition: box-shadow 150ms ease;
}
.topbar-drawer > .box .items > li > a > .body {
  flex: 1;
}
.topbar-drawer > .box .items > li > a > .body > .text {
  line-height: 15px;
}
.topbar-drawer > .box .items > li > a > .body > .date {
  color: #999;
  font-size: 10px;
  line-height: 10px;
  margin-top: 10px;
}
.topbar-drawer > .box .items > li:hover > a,
.topbar-drawer > .box .items > li:focus > a {
  border-color: transparent;
  box-shadow: 0 0 0 1px #ccc;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}
.topbar-drawer > .box .items > li + li > a {
  border-top: 0;
}
.topbar-drawer > .box .items > li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.topbar-drawer > .box .items > li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* Message */
.topbar-drawer > .box .items > li > a.-chat > .body {
  overflow: hidden;
}
.topbar-drawer > .box .items > li > a.-chat > .body > .text > .user-name-container,
.topbar-drawer > .box .items > li > a.-chat > .body > .text > .preview-container {
  border-radius: 3px;
}
.topbar-drawer > .box .items > li > a.-chat > .body > .text > .user-name-container {
  font-weight: 500;
}
.topbar-drawer > .box .items > li > a.-chat > .body > .text > .preview-container {
  font-size: 13px;
  margin-top: 5px;
  display: flex;
}
.topbar-drawer > .box .items > li > a.-chat > .body > .text > .preview-container > .fa {
  color: #bbb;
  font-size: 9px;
  line-height: 15px;
  margin-right: 3px;
  display: none;
}
.topbar-drawer > .box .items > li > a.-chat > .body > .text > .preview-container > .preview {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 3px;
  flex: 1 1 auto;
}
.topbar-drawer > .box .items > li > a.-chat.-new > .body > .text > .user-name-container {
  color: #333;
}
.topbar-drawer > .box .items > li > a.-chat.-new > .body > .text > .preview-container > .preview {
  color: #3380ff;
}
.topbar-drawer > .box .items > li > a.-chat.-new > .body > .text > .preview-container > .bubble {
  background-color: #3380ff;
  border-radius: 7px;
  color: #fff;
  font-family: sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 10px;
  min-width: 15px;
  padding: 3px 4px 2px;
  float: right;
}
.topbar-drawer > .box .items > li > a.-chat.-sent > .body > .text > .preview-container > .fa {
  display: initial;
}
.topbar-drawer > .box .items > li > a.-chat.-online > .body > .text > .user-name-container:after {
  content: ' ';
  background-color: #5cb85c;
  border: 1px solid #4cae4c;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  display: inline-block;
}
/* Notification */
.topbar-drawer > .box .items > li > a.-notification > .body > .text {
  line-height: inherit;
}
.topbar-drawer > .box .items > li > a.-notification.-new > .icon > .fa-container {
  background-color: rgba(51, 128, 255, 0.1);
  color: #3380ff;
}
.topbar-drawer > .box .items > li > a.-notification.-new > .icon > .fa-container.-danger {
  background-color: rgba(228, 76, 52, 0.1);
  color: #e44c34;
}
.topbar-drawer > .box .items > li > a.-notification.-new > .body > .text {
  color: #333;
  font-weight: 500;
}
.topbar-drawer > .box .items > li > a > i {
  font-size: 16px;
  top: 17px;
}
.topbar-drawer > .box .load-more {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 0 0 15px;
  display: none;
}
.topbar-drawer > .box .load-more > .fa {
  font-weight: 500;
}
.topbar-drawer > .box .load-more.-visibile {
  display: block;
}
.topbar-drawer > .box .load-more.-hidden {
  display: none;
}
.topbar-drawer > .box .load-indicator {
  background-image: url(../images/ajax-loader-large.gif);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 80px;
  display: none;
}
@media all and (max-width: 767px) {

  .topbar-drawer > .box {
      position: absolute !important;
      left: -140px;
  }
  .topbar-drawer > .box:before {
      right: 47%;
  }
  .topbar-drawer > .box:after {
      right: 47%;
  }
}
/*
================================================================================
Component: Footer
================================================================================
*/
.main-footer {
  padding: 10px;
  background-color: #fafafa;
  border-top: 1px solid #ddd;
}
.main-footer .copyrights {
  margin: 0 0 10px;
  font-size: 1rem;
  color: #777;
}
@media all and (min-width: 768px) {
  .main-footer .copyrights {
      margin: 0;
      text-align: left;
  }
}
/*
================================================================================
Component: Secondary footer
================================================================================
*/
.secondary-footer {
  margin-bottom: 30px;
}
.secondary-footer .footer-links {
  text-align: center;
  margin-top: 15px;
}
.secondary-footer .footer-links a {
  font-size: 14px;
}
/*
================================================================================
Component: Block
================================================================================
*/
.block-flat {
  /* margin-bottom: 20px; */
  /* padding: 20px 20px; */
  background: #FFF;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  /* box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04); */
  box-shadow: none;
}
.block-flat .header {
  padding: 15px;
}
.block-flat .footer {
  padding: 15px;
  border-top: 1px solid #e6e6e6;
}
.block-flat .content:not(:first-child) {
  border-top: 1px solid #e6e6e6;
}
.block-flat .header.no-border {
  border: 0;
}
.block-flat .header h1,
.block-flat .header h2,
.block-flat .header h3,
.block-flat .header h4,
.block-flat .header h5,
.block-flat .header h6 {
  font-size: 18px;
  line-height: 40px;
  margin: 0;
  position: relative;
}
.block-flat .header h1 > .fa,
.block-flat .header h2 > .fa,
.block-flat .header h3 > .fa,
.block-flat .header h4 > .fa,
.block-flat .header h5 > .fa,
.block-flat .header h6 > .fa {
  font-size: 14px;
  top: -1px;
  position: relative;
}
.block-flat .header h1 > .svg-inline--fa,
.block-flat .header h2 > .svg-inline--fa,
.block-flat .header h3 > .svg-inline--fa,
.block-flat .header h4 > .svg-inline--fa,
.block-flat .header h5 > .svg-inline--fa,
.block-flat .header h6 > .svg-inline--fa {
  font-size: 16px;
}
.block-flat .content {
  padding: 15px;
  position: relative;
}
.block-flat .content.full-width {
  padding: 0;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
}
.block-flat .content h4 {
  margin-top: 20px;
}
.block-flat .content .title {
  margin: 5px 0 15px 0;
}
.block-flat.no-padding .content {
  padding: 0 !important;
}
.block-flat.loading-content .content:after {
  content: '';
  background-color: #fff;
  background-image: url('../images/ajax-loader-large.gif');
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  padding: 60px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.block-flat.no-padding .content table td,
.block-flat.no-padding .content table th {
  padding: 11px 10px 7px 10px;
}
.block-flat .header h2 {
  margin: 0;
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 100;
  font-size: 29px;
  line-height: 38px;
}
.block-flat .fact-data {
  margin: 25px 0;
  padding: 0 20px;
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.block-flat .total-data {
  padding: 15px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.block-flat .dropdown-menu {
  margin: -1px 0 0 0;
  border-radius: 1px;
  -webkit-border-radius: 1px;
}
/*
================================================================================
Component: Menu card
================================================================================
*/
.menu-card {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  cursor: pointer;
  transition: all 150ms ease;
}
.menu-card {
  padding: 41px 0;
  margin-bottom: 20px;
}
.menu-card:hover {
  border-color: #ccc;
  box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.05);
}
.menu-card > .icon {
  background-image: url('../images/sprites.png');
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.menu-card > .icon.peoples {
}
.menu-card > .icon.calendar {
  background-position: -40px 0;
}
.menu-card > .icon.cashier {
  background-position: -80px 0;
}
.menu-card > .icon.file-edit {
  background-position: -120px 0;
}
.menu-card > .icon.bell {
  background-position: -160px 0;
}
.menu-card > .icon.bulb {
  background-position: -200px 0;
}
.menu-card > .icon.chart {
  background-position: -240px 0;
}
.menu-card > .icon.chat {
  background-position: -280px 0;
}
.menu-card > .title {
  margin: 23px 0 0;
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: center;
  color: #555;
}
/*
================================================================================
Component: Tag list
================================================================================
*/
.tag-list {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  /* overflow-x: auto;
  overflow-y: hidden; */
}
.tag-list > .tag {
  background-color: rgba(51, 128, 254, 0.15);
  border: 1px solid rgba(51, 128, 254, 0.15);
  border-radius: 3px;
  color: #3380ff;
  line-height: 40px;
  padding: 0 15px;
  display: inline-block;
  user-select: none;
  transition: all 150ms ease;
}
.tag-list > .tag:hover,
.tag-list > .tag:focus,
.tag-list > .tag:active {
  border-color: #3380ff;
}
.tag-list > .tag > .fa {
  opacity: 0.5;
  font-size: 14px;
}
.tag-list > .tag.-active {
  background-color: #3380ff;
  border-color: #3380ff;
  color: #fff;
}
.tag-list > .tag + .tag {
  margin-left: 10px;
}
.tag-list > .tag.-small {
  border-radius: 3px;
  font-size: 11px;
  line-height: 20px;
  padding: 0 5px;
}
.tag-list > .tag.-small + .tag.-small {
  margin-left: 5px;
}
/*
================================================================================
Component: Person button
================================================================================
*/
.person-button {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 1px 2px 3px rgba(0, 0, 0, 0.05);
  height: 40px;
  padding: 5px;
  display: inline-flex;
}
.person-button > .photo {
  background-color: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  flex-basis: 30px;
  overflow: hidden;
}
.person-button > .photo > img {
  max-width: 100%;
  max-height: 100%;
}
.person-button > .info {
  font-size: 14px;
  line-height: 13px;
  padding-left: 5px;
  padding-right: 20px;
  flex-grow: 1;
}
.person-button > .info > .name {
  font-weight: 500;
  color: #555;
}
.person-button > .info > .extra {
  font-size: 13px;
  color: #777;
  margin-top: 4px;
}
.person-button:hover,
.person-button:focus {
  background: #3380ff;
}
.person-button:hover > .info > .name,
.person-button:focus > .info > .name,
.person-button:hover > .info > .extra,
.person-button:focus > .info > .extra {
  color: #fff;
}
.person-button-list {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.person-button-list > .person-button + .person-button {
  margin-left: 15px;
}
/*
================================================================================
Component: Patient bar
================================================================================
*/
.patient-bar {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 0;
}
.patient-bar h1,
.patient-bar h2,
.patient-bar h3,
.patient-bar h4,
.patient-bar h5,
.patient-bar h6 {
  margin: 0;
}
/*
================================================================================
Component: Patient menu
================================================================================
*/
.patient-menu nav {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
}
.patient-menu nav > a {
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
  padding: 10px;
  transition: all 100ms ease;
}
.patient-menu nav > a:first-child {
  border-radius: 3px 3px 0 0;
  margin-left: 0;
}
.patient-menu nav > a:last-child {
  border-radius: 0 0 3px 3px;
  margin-right: 0;
}
.patient-menu nav > a:hover,
.patient-menu nav > a:focus {
  background: rgba(51, 128, 255, 0.1);
}
.patient-menu nav > a.-active {
  background: #3380ff;
  border-color: transparent;
  color: #fff;
}
.patient-menu nav > a + a {
  border-top: 1px solid #e6e6e6;
}
/*
================================================================================
Component: Patient details
================================================================================
*/
.patient-details-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.patient-details-wrapper > .patient {
  display: inline-flex;
}
.patient-details-wrapper > .patient > .avatar > img {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.patient-details-wrapper > .patient > .details {
  margin-left: 10px;
}
.patient-details-wrapper > .patient > .details > .name {
  line-height: 20px;
  margin: 0;
}
.patient-details-wrapper > .patient > .details > .infos {
  color: #777;
}
.patient-details-wrapper > .patient > .details > .infos > .info > span {
  font-size: 13px;
}
.patient-details-wrapper > .patient > .details > .infos > .info > span:first-child {
  font-weight: 500;
}
.patient-details-wrapper > .patient > .details > .infos > .info + .info:before {
  content: '·';
  color: #ccc;
  margin: 0 5px;
  display: inline-block;
}
.patient-details-wrapper > .options > .btn-group {
  margin: 0;
}
/*
================================================================================
Component: Chat
================================================================================
*/
.chat-wrapper .chat-space {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  height: 360px;
  overflow: hidden;
}
.chat-wrapper .chat-space.-scroll-y {
  overflow-y: scroll;
  overflow-x: hidden;
}
.chat-wrapper .chat-content {
  padding: 0 22px 0 15px;
}
.chat-wrapper .chat-message {
  margin-top: 20px;
  position: relative;
}
.chat-wrapper .chat-message > .author {
  color: #777;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 5px;
  margin-left: 40px;
}
.chat-wrapper .chat-message > .avatar {
  background: #fff;
  border-radius: 50%;
  vertical-align: top;
  height: 30px;
  width: 30px;
  margin-top: -25px;
  position: absolute;
}
.chat-wrapper .chat-message > .bubbles {
  margin: 5px 0 0 30px;
}
.chat-wrapper .chat-message > .bubbles > .bubble-wrapper {
  display: flex;
  align-items: center;
  min-height: 25px;
}
.chat-wrapper .chat-message > .bubbles > .bubble-wrapper > .bubble {
  background: #ddd;
  color: #333;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  opacity: 1;
  transform: scale(1) translate(0, 0);
  padding: 4px 10px;
  padding-right: 15px;
  display: inline-flex;
  clear: both;
  position: relative;
  transition: transform 150ms ease-in-out, opacity 150ms ease-in-out 50ms;
}
.chat-wrapper .chat-message > .bubbles > .bubble-wrapper > .bubble > .text {
  font-size: 13px;
  text-align: justify;
}
.chat-wrapper .chat-message > .bubbles > .bubble-wrapper + .bubble-wrapper {
  margin-top: 1px;
}
.chat-wrapper .chat-message > .bubbles > .bubble-wrapper > .date {
  color: #777;
  font-size: 13px;
  line-height: 24px;
  margin-left: 10px;
  flex: 0 0 auto;
  opacity: 0;
}
.chat-wrapper .chat-message > .bubbles > .bubble-wrapper:last-child > .bubble {
  border-bottom-left-radius: 12px;
}
.chat-wrapper .chat-message > .bubbles > .bubble-wrapper > .bubble.-new {
  opacity: 0;
  transform: scale(0.5) translate(-20px, -20px);
}
.chat-wrapper .chat-message > .bubbles > .bubble-wrapper:hover > .date,
.chat-wrapper .chat-message > .bubbles > .bubble-wrapper:focus > .date {
  opacity: 1;
}
.chat-wrapper .chat-message:last-child {
  margin-bottom: 15px;
}
.chat-wrapper .chat-message.is-typing {
  text-align: left;
  opacity: 0.75;
  max-height: 60px;
  overflow: hidden;
  margin-top: 15px;
  transition: all 150ms ease-in-out;
}
.chat-wrapper .chat-message.is-typing .bubbles > .bubble-wrapper {
  min-height: 30px;
  display: flex;
  align-items: center;
}
.chat-wrapper .chat-message.is-typing.-hidden {
  max-height: 0;
  opacity: 0;
}
.chat-wrapper .chat-message.sent {
  text-align: right;
}
.chat-wrapper .chat-message.sent > .bubbles {
  margin: 0;
}
.chat-wrapper .chat-message.sent > .bubbles > .bubble-wrapper {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.chat-wrapper .chat-message.sent > .bubbles > .bubble-wrapper > .bubble {
  background: #3380ff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  color: #fff;
  padding-right: 10px;
}
.chat-wrapper .chat-message.sent > .bubbles > .bubble-wrapper > .date {
  margin-left: 0;
  margin-right: 10px;
}
.chat-wrapper .chat-message.sent > .bubbles > .bubble-wrapper:first-child > .bubble {
  border-top-right-radius: 12px;
}
.chat-wrapper .chat-message.sent > .bubbles > .bubble-wrapper > .bubble.-new {
  transform: scale(0.5) translate(20px, 20px);
}
.chat-wrapper #new-message-input {
  border-radius: 0 0 3px 3px;
  min-height: 40px;
  position: relative;
  z-index: 1;
}
/* Connected users */
.connected-users > .attendant {
  padding: 10px;
  display: flex;
}
.connected-users > .attendant > .avatar {
  background: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  flex-basis: 30px;
}
.connected-users > .attendant > .wrapper {
  flex: 1;
  margin-left: 10px;
  overflow: hidden;
}
.connected-users > .attendant > .wrapper > .name {
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.connected-users > .attendant > .wrapper > .status {
  font-size: 10px;
  line-height: 1;
  margin-top: 6px;
}
/*
================================================================================
Layout: File explorer
================================================================================
*/
.file-explorer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.file-explorer .file {
  background-color: #fff;
  border-radius: 3px;
  width: calc(10% - 2px); /* "- 2px" por conta da margem em ambos lados */
  min-width: 95px;
  padding: 10px 15px;
  margin: 1px;
  user-select: none;
  position: relative;
}
.file-explorer .file:hover {
  background-color: rgba(51, 128, 255, 0.1);
}
.file-explorer .file:focus,
.file-explorer .file:active {
  background-color: rgba(51, 128, 255, 0.1);
  box-shadow: 0 0 0 1px rgba(51, 128, 255, 0.5);
  outline: none;
}
.file-explorer .file > .icon {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.file-explorer .file > .icon > img {
  width: 100%;
}
.file-explorer .file > .name {
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  overflow: hidden;
}
.file-explorer .file > .icon > .download-button {
  background-color: #000;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
  border-radius: 3px;
  color: #fff;
  opacity: 0;
  width: 30px;
  height: 30px;
  right: 5px;
  bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transition: opacity 150ms ease;
}
.file-explorer .file > .icon > .download-button:hover,
.file-explorer .file > .icon > .download-button:focus,
.file-explorer .file > .icon > .download-button:active {
  background-color: #3380ff;
}
.file-explorer .file:hover > .icon > .download-button,
.file-explorer .file:focus > .icon > .download-button,
.file-explorer .file:active > .icon > .download-button {
  opacity: 1;
}
.file-explorer .file.-jpg > .icon,
.file-explorer .file.-jpeg > .icon {
  background-image: url(../images/file-jpg-40.png);
}
.file-explorer .file.-png > .icon {
  background-image: url(../images/file-png-40.png);
}
.file-explorer .file.-pdf > .icon {
  background-image: url(../images/file-pdf-40.png);
}
/*
================================================================================
Layout: Photo gallery
================================================================================
*/
.photo-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.photo-gallery .item {
  width: calc(20% - 30px);
  margin: 15px;
}
.photo-gallery .item.w2 {
  width: calc(50% - 30px);
}
.photo-gallery .item > .name {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .photo-gallery .item {
    width: calc(33.333333% - 30px);
  }
}
@media all and (max-width: 480px) {
  .photo-gallery .item {
    width: calc(50% - 30px);
  }
}
.photo-gallery .photo {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.photo-gallery .photo > .image {
  width: 100%;
  position: absolute;
  z-index: 1;
  transition: all 150ms ease;
  transform: scale(1);
  will-change: filter, transform;
}
.photo-gallery .photo:hover .image,
.photo-gallery .photo:focus .image {
  filter: blur(5px);
  transform: scale(1.1);
}
.photo-gallery .photo > .author {
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
}
.photo-gallery .photo > .overlay {
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  transition: opacity 300ms ease;
  will-change: opacity;
}
.photo-gallery .photo:hover .overlay,
.photo-gallery .photo:focus .overlay {
  opacity: 1;
}
.photo-gallery .photo > .overlay > .actions {
  display: flex;
  justify-content: space-between;
  transform: translateY(-15px);
  transition: transform 150ms ease-in-out;
}
.photo-gallery .photo:hover > .overlay > .actions,
.photo-gallery .photo:focus > .overlay > .actions {
  transform: translateY(0);
}
.photo-gallery .photo > .overlay > .actions > .action {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  display: inline-block;
  transition: all 150ms ease-in-out;
}
.photo-gallery .photo > .overlay > .actions > .action:hover {
  background: rgba(0, 0, 0, 1);
}
.photo-gallery .photo > .overlay > .actions > .action > i {
  color: #fff;
  line-height: 40px;
}
/*
================================================================================
Component: Fullcalendar
================================================================================
*/
.fc-header {
  display: block;
}
.fc-header td {
  border-bottom: 0;
  border-left: 0;
}
.fc-header td:last-child {
  border-right: 0;
}
.fc th > a,
.fc th > span {
  padding: 10px 20px;
  display: block;
}
.fc th > a:hover,
.fc th > a:focus {
  background: rgba(78, 157, 255, 0.1);
}
.fc-ltr .fc-axis {
  text-align: center;
  padding: 0 20px;
}
.fc-time-grid .fc-slats td {
  border: 1px solid #e6e6e6;
}
.fc-event {
  background: #2494f2;
  box-shadow: 0 0 0 1px #fff;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  transform: translateY(1px);
  transition: all 150ms ease, transform 100ms ease;
}
.fc-event:hover,
.fc-event:focus {
  box-shadow: 0 5px 20px 1px rgba(0, 0, 0, .15);
  border-radius: 3px;
  transform: translateY(1px) scale(1.15);
  z-index: 2 !important;
}
.fc-event .fc-bg {
  background: transparent;
}
.fc-event .fc-title {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.fc-event .fc-title > .icon-container {
  background: rgba(0, 0, 0, 0.05);
  padding: 5px;
  width: 14px;
  flex-basis: 14px;
  flex-grow: 0;
  justify-content: end;
  display: flex;
  align-items: center;
}
.fc-event .fc-title > .icon-container > i {
  font-size: 16px;
}
.fc-event .fc-title > div {
  overflow: hidden;
  width: 100%; /* forçando a largura máxima para normalizar o container do ícone */
}
.fc-event .fc-title > div > div {
  margin-left: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.fc-event .fc-title > div > div:nth-child(1) {
  font-size: 9px;
  font-weight: 500;
  margin-top: 3px;
}
.fc-event .fc-title > div > div:nth-child(2) {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 3px;
}
.calendar-env .calendar-body .fc-header .fc-header-left {
  padding: 20px;
}
.calendar-env .calendar-body .fc-header .fc-header-right {
  padding: 20px;
}
.fc-header-title {
  padding: 0 10px;
}
.fc-header .fc-button {
  margin: 0;
  vertical-align: middle;
}
.fc-button {
  padding: 10px;
  display: inline !important;
}
.fc-state-default.fc-corner-left {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.fc-state-default.fc-corner-right {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0px;
}
.fc-state-default {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  color: #666;
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.fc-state-active,
.fc-state-active .fc-button-inner,
.fc-state-active,
.fc-button-today .fc-button-inner,
.fc-state-hover,
.fc-state-hover .fc-button-inner {
  background: #2e9efc;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
}
.fc-event-container {
  margin: 0 !important;
}
.fc-event-container .fc-event:first-child {
  margin-top: 1px;
}
.fc-toolbar h2 {
  font-size: 16px;
}
.fc-unthemed .fc-today {
  background: rgba(78, 157, 255, 0.1) !important;
}
.fc-bgevent.-disabled {
  background: #777 !important;
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15) 10px, rgba(0, 0, 0, 0.3) 10px, rgba(0, 0, 0, 0.3) 20px) !important;
}
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #e6e6e6 !important;
}
.external-event {
  /* try to mimick the look of a real event */
  margin: 2px 0;
  padding: 2px 4px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #2494f2;
  color: #fff;
  font-size: .85em;
  cursor: pointer;
  display: inline-block;
}
#external-events p {
  padding-top: 5px;
  margin-top: 5px;
}
@media all and (max-width: 767px) {
  .fc-header .fc-header-left,
  .fc-header .fc-header-center,
  .fc-header .fc-header-right {
    text-align: center;
    display: block;
    width: 100%;
    padding: 20px;
  }
  .fc-header .fc-header-center {
    padding: 0;
  }
}
/*
================================================================================
Component: Gritter
================================================================================
*/
#gritter-notice-wrapper {
  width: 320px;
  top: 30px;
  right: 30px;
}
.gritter-item-wrapper {
  background: url(../js/jquery.gritter/images/gritter-bg.png);
  border-radius: 3px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
}
.gritter-top {
  background: transparent;
}
.gritter-item {
  background: transparent;
  font-size: inherit;
  color: #FFF;
  padding: 2px 20px 12px;
  padding-right: 35px;
  padding-left: 10px;
}
.gritter-bottom {
  background: transparent;
}
.gritter-item p {
  font-size: 14px;
  font-weight: 300;
}
.gritter-title {
  text-shadow: none;
  font-weight: 400;
  font-size: 18px;
}
.gritter-close {
  display: block !important;
  background: transparent;
  text-indent: inherit;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  left: auto;
}
.gritter-close:after {
  content: '×';
  border-radius: 50%;
  color: #000;
  text-shadow: none;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  opacity: .4;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.gritter-item-wrapper:hover .gritter-close:after {
  background-color: rgba(0, 0, 0, 0.4);
}
.gritter-without-image,
.gritter-with-image {
  padding-left: 7px;
  width: 224px;
}
.gritter-item-wrapper.clean {
  background: #FFF;
}
.gritter-item-wrapper.clean .gritter-item {
  color: #555;
}
.gritter-item-wrapper.clean .gritter-close {
  display: block !important;
  top: 0;
  right: 0;
  left: auto;
  height: 100%;
  width: 35px;
  border-left: 1px solid #258fec;
  border-top: 1px solid #52C0FF;
  background-image: -moz-linear-gradient(center top, #52aeff 45%, #2180d3 102%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#52aeff), to(#2180d3));
  /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #52aeff, #2180d3);
  /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: -o-linear-gradient(top, #52aeff, #2180d3);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, #52aeff, #2180d3);
  background-color: #3290E2;
  text-indent: inherit;
}
.gritter-item-wrapper.clean .gritter-close:after {
  content: '×';
  position: absolute;
  color: #FFF;
  top: 50%;
  left: 10px;
  font-size: 24px;
  font-weight: bold;
  margin-top: -17px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}
.gritter-image {
  margin-top: 3px;
}
/*Colors */
.gritter-item-wrapper.primary {
  background: #2494f2;
}
.gritter-item-wrapper.success {
  background: #60c060;
}
.gritter-item-wrapper.info {
  background: #5bc0de;
}
.gritter-item-wrapper.warning {
  background: #ff9900;
}
.gritter-item-wrapper.danger {
  background: #df4b33;
}
.gritter-item-wrapper.dark {
  background: #23262b;
}
.jqstooltip {
  padding: 3px 10px 5px 5px;
  min-height: 25px;
  min-width: 30px;
}
/*
================================================================================
Component: Widget
================================================================================
*/
.widget {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
}
.widget > .body {
  padding: 15px;
}
.widget.no-border {
  border: none;
}
/*
================================================================================
Component: Parsley errors
================================================================================
*/
.parsley-errors-list {
  margin-top: 4px;
  padding: 0;
}
.parsley-errors-list li {
  padding: 0;
  list-style: none;
  color: #cc0000;
}
.parsley-error {
  border-color: #c00 !important;
}
/*
================================================================================
Component: i-circle
================================================================================
*/
.i-circle {
  border: 5px solid #F1F1F1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 80px;
  width: 80px;
  display: inline-block;
  padding-top: 15px;
  margin-bottom: 7px;
}
.i-circle i {
  font-size: 34px;
  vertical-align: middle;
  color: #666;
}
.i-circle.success i {
  color: #60C060;
}
.i-circle.primary i {
  color: #3380ff;
}
.i-circle.info i {
  color: #5bc0de;
}
.i-circle.warning i {
  color: #FC9700;
}
.i-circle.danger i {
  color: #DA4932;
}
/*
================================================================================
Component: List filters
================================================================================
*/
.list-filters {
  background: #f4f4f4;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05) inset;
  padding: 20px;
  display: none;
}
.list-filters.-opened {
  display: block;
}
/*
================================================================================
Overwrite: Flot
================================================================================
*/
.flot-text {
  font-size: 10px !important;
}
.legend table td {
  font-size: 11px !important;
}
.easyPieChart {
  display: inline-block;
}
/*
================================================================================
Overwrite: Summernote
================================================================================
*/
.CodeMirror {
  height: auto;
}
.CodeMirror-scroll {
  overflow-y: hidden;
  overflow-x: auto;
}
/*
================================================================================
Overwrite: jCrop
================================================================================
*/
.jcrop-holder {
  display: inline-block;
}
/*
================================================================================
Page: Error
================================================================================
*/
.page-error {
  margin-top: 80px;
  margin-bottom: 40px;
}
.page-error .number {
  font-size: 150px;
  font-family: Arial;
}
.page-error .description {
  font-size: 40px;
}
/*
================================================================================
Page: Home
================================================================================
*/
.home-page {
  padding-top: 30px;
  padding-bottom: 30px;
}
.copyright {
  color: #777;
  font-size: 16px;
  text-align: center;
}
/*
================================================================================
Page: Login/Sign in
================================================================================
*/
.login-container {
  width: 100%;
  height: 100%;
  padding-top: 100px;
}
.login-container > .container {
  max-width: 750px;
}
.login-container .form-horizontal {
  width: 100%;
  float: left;
}
.login-container .middle-login {
  width: 430px;
  left: 50%;
  top: 50%;
  position: absolute;
  margin-top: -170px;
  margin-left: -215px;
}
.login-container .login-box {
  padding: 30px;
}
.login-container .login-box .logo-container {
  text-align: center;
  margin-bottom: 30px;
}
.login-container .login-box .logo-container {
}
.login-container .login-box .logo-container > img {
  max-width: 100%;
  max-height: 100px;
}
.login-container .login-box .form-control {
  padding: 10px 8px;
  height: auto;
}
.login-container .login-box .form-group {
  margin-bottom: 10px;
}
.login-container .login-box .title {
  margin-top: 0;
  margin-bottom: 20px;
}
.login-container .login-box .foot .btn {
  min-width: 70px;
}
.login-container .login-box .input-group-addon {
  background: #FAFAFA;
}
.login-container .out-links {
  padding-right: 3px;
}
.login-container .out-links a {
  color: #C9D4F6;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.login-container .copyright {
  font-size: 14px;
  color: #999;
}
@media all and (max-width: 767px) {
  /*Login*/
  .login-container .middle-login {
    width: 100%;
    margin-left: 0px;
    padding: 0 15px;
    left: auto;
  }
}
@media all and (min-width: 768px) {
  .login-container .form-horizontal {
      width: 50%;
  }
}
/*
================================================================================
Page: Forgot password
================================================================================
*/
.forgotpassword-container .middle {
  width: 470px;
  margin: 20px auto 0 auto;
}
.forgotpassword-container .block-flat {
  padding: 0;
  border: 0;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}
.forgotpassword-container .block-flat .header {
  padding: 9px 20px;
  background: #2494f2;
  border-bottom: 1px solid #2494f2;
}
.forgotpassword-container .block-flat .header h3 {
  line-height: 35px;
  margin: 0;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  min-height: 40px;
}
.forgotpassword-container .block-flat .content {
  padding: 30px;
  padding-bottom: 20px;
}
.forgotpassword-container .block-flat .content .form-control {
  padding: 10px 8px;
  height: auto;
}
.forgotpassword-container .block-flat .foot {
  text-align: right;
  padding: 0 30px 15px;
}
.forgotpassword-container .block-flat .foot .btn {
  min-width: 70px;
}
.forgotpassword-container .block-flat .input-group-addon {
  background: #FAFAFA;
}
.forgotpassword-container .out-links {
  padding-right: 3px;
}
.forgotpassword-container .out-links a {
  color: #C9D4F6;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 767px) {
  .forgotpassword-container .middle {
    width: 100%;
  }
  .forgotpassword-container {
    padding: 20px;
  }
}
