/*
$color_primary:#3690dd;
$color_primary_dark:#1976d2;*/


/* Ajustar la tipogra*/

html,label,a,div,select,ul,li,span,p,input{
  font-family: "Gotham-Light" !important;
}

p.titleCard{
  font-family: "Gotham-Medium" !important;
}


h1,h2,h3,h4,h5{
  font-family: "Gotham-Medium" !important;
}


.rowMain {
  margin-top: 5px;
}

.labelBlue {
  color: #2196f3 !important;
  font-weight: bold;
}

.labelOrange {
  color: #ff9800 !important;
  font-weight: bold;
}

.iconTabSmall {
  font-size: 0.4rem;
  margin-right: 3px;
}

.vino {
  background: #7A1737;
}

.noteSearch {
  font-size: 0.7rem;
  color: #808284;
  margin-top: 35px;
  margin-left: 10px;
}

.iconTabMedium {
  font-size: 0.8rem;
  margin-right: 3px;
}

.circleBlue {
  background: #2196f3;
  border-radius: 10px;
  color: #fff;
}

.circleGreen {
  background: #4caf50;
  border-radius: 10px;
  color: #fff;
}

.circleAmber {
  background: #ffc107;
  border-radius: 10px;
  color: #fff;
}

.circlePink {
  background: #e91e63;
  border-radius: 10px;
  color: #fff;
}

.circlePurple {
  background: #9c27b0;
  border-radius: 10px;
  color: #fff;
}

.labelGreen {
  color: #4caf50 !important;
  font-weight: bold;
}

.labelPink {
  color: #e91e63 !important;
  font-weight: bold;
}

.btn.btnsmall {
  width: 30px;
  height: 30px;
}
.btn.btnsmall i {
  font-size: 20px;
  padding-top: -10px;
  margin-top: -10px;
}

.circleRed {
  color: #f44336;
  font-weight: bold;
}

.circleOrange {
  background: #ff9800;
  color: #fff;
  border-radius: 20px;
}

.modalNewCat {
  width: 30%;
  min-width: 30%;
  border-radius: 20px;
}

.cardDashboard2 {
  background: #fff;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 10px;
  border: #eee solid 1px;
}
.cardDashboard2 .titleCard {
  font-size: 0.8rem;
  margin-bottom: 10px;
}

p.titleTopDetails {
  font-size: 0.8rem;
  margin-bottom: 10px;
  margin-left: 20px;
  font-weight: bold;
}

.cardDashboard {
  background: #fff;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 10px;
  height: 122px;
  border: #eee solid 1px;
}
.cardDashboard .iconCard {
  font-size: 2.6rem;
  margin-top: 15px;
}
.cardDashboard .titleCard {
  font-size: 1rem;
  margin-bottom: 0px;
}
.cardDashboard .numCard {
  font-size: 1.2rem;
  margin-top: 0px;
}
.cardDashboard .titleCard2 {
  font-size: 0.7rem;
  margin-top: 0px;
}
.cardDashboard .numCard2 {
  font-size: 1rem;
  margin-bottom: 0px;
}
.cardDashboard .labelCard {
  font-size: 0.8rem;
  color: #757575;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-top: 0px;
}
.cardDashboard .titleCardBadCasa {
  font-size: 0.7rem;
  margin-top: 0px;
}

.labelCard {
  font-size: 0.6rem;
  color: #757575;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-top: 0px;
}

table.tableDashboard {
  font-size: 0.8rem;
}
table.tableDashboard thead {
  border: #eee solid 1px;
}
table.tableDashboard tbody tr {
  margin-top: 0px;
}
table.tableDashboard tbody td {
  border: #eee solid 1px;
  color: #000;
  font-size: 0.7rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

.cardRegistro {
  background: #fff;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 10px;
  border: #eee solid 1px;
  padding: 10px;
}
.cardRegistro .titleCard {
  font-size: 1rem;
  margin-top: 0px;
  margin-left: 5px;
  font-weight: bold;
}

/*  --- Ajustes de Input --- */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default) {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 2.5rem;
  width: 100%;
  font-size: 0.9rem;
  margin: 0 0 8px 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: border 0.3s, -webkit-box-shadow 0.3s;
  transition: border 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
}

textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 2.5rem;
  width: 100%;
  font-size: 0.9rem;
  margin: 0 0 8px 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: border 0.3s, -webkit-box-shadow 0.3s;
  transition: border 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
}

[type=checkbox].filled-in.tabbed:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #7A1737;
  border-color: #7A1737;
}

[type=checkbox] + span:not(.lever) {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 0.8rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[type=checkbox].filled-in:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #7A1737;
  background-color: #7A1737;
  z-index: 0;
}

[type=checkbox].filled-in:not(:checked) + span:not(.lever):after {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: normal;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}

.input-field input[type=search]:focus + label {
  color: #fff;
}

.input-field input[type=search]:focus {
  color: #fff;
}

.rowIntRegistro {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.rowIntRegistro.dictamen p {
  font-size: 0.8rem;
}

.btnOpc {
  background: transparent;
  color: #808284;
}
.btnOpc:hover {
  background: #9e9e9e;
  color: #000;
}

.numCantBlue {
  font-size: 1.2rem;
  width: auto;
  background: #7A1737;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
}

.numCantCyan {
  font-size: 1.2rem;
  width: auto;
  background: #00bcd4;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
}

.numCantCyan2 {
  font-size: 1.2rem;
  width: auto;
  background: #00acc1;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
}

.numCantCyan3 {
  font-size: 1.2rem;
  width: auto;
  background: #0097a7;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
}

.numCantPink {
  font-size: 1.2rem;
  width: auto;
  background: #f06292;
  color: #fff;
  padding: 15px;
  border-radius: 20px;
}

.numCantPink2 {
  font-size: 1.2rem;
  width: auto;
  color: #e91e63;
  padding: 15px;
  border-radius: 20px;
}

.numCantPurple {
  font-size: 1.2rem;
  width: auto;
  color: #9c27b0;
  padding: 10px;
  border-radius: 20px;
}

.numCantAmber {
  font-size: 1.2rem;
  width: auto;
  color: #ffa000;
  padding: 10px;
  border-radius: 20px;
}

.numCantGreen {
  font-size: 1.2rem;
  width: auto;
  background: #43a047;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
}

.numCantGreen2 {
  font-size: 1.2rem;
  width: auto;
  color: #43a047;
  padding: 10px;
  border-radius: 20px;
}

.btnAccept {
  background: #7A1737;
  color: #fff;
  border-radius: 10px;
  text-transform: none;
  margin-left: 5px;
  margin-right: 5px;
}

.btnAccept2 {
  background: #4caf50 !important;
  color: #fff;
  border-radius: 10px;
  text-transform: none;
  margin-left: 5px;
  margin-right: 5px;
}

.btnAccept:hover {
  background: #752b27 !important;
}

.bttCancel {
  background: #eee;
  color: #000;
  border-radius: 10px;
  text-transform: none;
  margin-left: 5px;
  margin-right: 5px;
}

.bttCancel:hover {
  background: #e0e0e0 !important;
}

/* ----- Ajustes de Select ----- */
.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 40px;
  line-height: 1.2rem;
  width: 100%;
  text-align: left;
  text-transform: none;
}

.dropdown-content li > a, .dropdown-content li > span {
  font-size: 0.9rem;
  color: #58595B;
  display: block;
  line-height: 20px;
  padding: 10px 12px;
}

/* --------- Ajustes de Modal ------------- */
.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  background: #fff;
  width: 100%;
  max-height: 90%;
  height: 90%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  left: 0%;
  will-change: bottom, opacity;
}

.modal_info_user {
  top: auto;
  border-radius: 20px;
  bottom: -100%;
  margin: 0;
  background: #fff;
  width: 50%;
  max-height: 82%;
  height: 82%;
  left: 25%;
  will-change: bottom, opacity;
}

/* -------- Ajustes de Tabs -------*/
.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: none;
}

.tabs .tab a {
  color: #808284;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color 0.28s ease, background-color 0.28s ease;
  transition: color 0.28s ease, background-color 0.28s ease;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
  background-color: #7A1737;
  outline: none;
}

.tabs .tab a:hover, .tabs .tab a.active {
  background-color: transparent;
  color: #58595B;
}

.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
  color: #000;
  cursor: default;
}

.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #58595B;
  will-change: left, right;
}

.box {
  margin: 0px;
  height: auto;
  overflow: hidden;
  padding: 0px 0 40px 60px;
}

.box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 0.5s linear;
  top: 0;
  margin-top: 0px;
}

.box ul:last-of-type {
  top: 10px;
}

.box ul:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  border: 1px dashed #808284;
  position: absolute;
  top: 0;
  left: 31px;
}

.box ul li {
  margin: 5px 60px 45px;
  position: relative;
  padding: 10px 20px;
  background: #fff;
  color: #808284;
  border-radius: 10px;
  border: 1px solid #9e9e9e;
  line-height: 20px;
  width: auto;
}

p.titleHistory {
  font-size: 0.9rem;
  text-align: center;
  color: #000 !important;
}

.box ul li > span {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  border: 1px solid #808284;
  position: absolute;
  top: 0;
  left: -30px;
}

.box ul li > span:before, .box ul li > span:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #2196f3;
  position: absolute;
  left: -5px;
}

.box ul li > span:before {
  top: -10px;
}

.box ul li > span:after {
  top: 95%;
}

.box .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9rem;
  color: #58595B;
  margin-bottom: 5px;
}

.box .info {
  text-transform: none;
  font-weight: normal;
  font-size: 0.8rem;
  text-align: justify;
}

.box p.info {
  text-transform: none;
  font-weight: normal;
  font-size: 0.8rem;
  display: flex;
  margin-top: 0px;
  margin-bottom: 3px;
  text-align: justify;
}

.box p.estatus {
  text-transform: none;
  font-weight: normal;
  font-size: 0.8rem;
  display: flex;
  color: #58595B;
  margin-top: 0px;
  margin-bottom: 3px;
  text-align: justify;
}

.box i.iconInfo {
  font-size: 1rem;
  margin-right: 5px;
  margin-top: 2px;
}

.box .row {
  margin-bottom: 0px;
}

.box a.btnFileGest {
  background: #fff !important;
  padding-top: 0px;
  font-size: 0.8rem;
  color: #58595B;
  font-weight: bold;
  text-decoration: underline;
}

.box .info:first-letter {
  text-transform: capitalize;
  line-height: 1.7;
}

.box .name {
  margin-top: 10px;
  text-transform: capitalize;
  font-style: italic;
  text-align: right;
  margin-right: 20px;
}

.box .time span {
  position: absolute;
  left: -100px;
  color: #58595B;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: normal;
}

.box .time span.time {
  position: absolute;
  left: -100px;
  color: #58595B;
  font-size: 0.7rem;
  font-weight: normal;
}

.box .time span:first-child {
  top: -16px;
}

.box .time span:last-child {
  top: 94%;
}

.arrow {
  position: absolute;
  top: 105%;
  left: 22%;
  cursor: pointer;
  height: 20px;
  width: 20px;
}

.arrow:hover {
  -webkit-animation: arrow 1s linear infinite;
  -moz-animation: arrow 1s linear infinite;
  -o-animation: arrow 1s linear infinite;
  animation: arrow 1s linear infinite;
}

.box ul:last-of-type .arrow {
  position: absolute;
  top: 105%;
  left: 22%;
  transform: rotateX(180deg);
  cursor: pointer;
}

.box ul li > span.circleGreen:before, .box ul li > span.circleGreen:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #4caf50;
  position: absolute;
  left: -5px;
}

.box ul li > span.circleRed:before, .box ul li > span.circleRed:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #f44336;
  position: absolute;
  left: -5px;
}

.box ul li > span.circleBlue:before, .box ul li > span.circleBlue:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #2196f3;
  position: absolute;
  left: -5px;
}

.box ul li > span.circlePink:before, .box ul li > span.circlePink:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #e91e63;
  position: absolute;
  left: -5px;
}

.character-counter {
  position: absolute;
  margin-top: 45px;
  right: 10px;
}

a.btnEditImageUser {
  font-size: 0.5rem;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: -10px;
  width: 35px;
  height: 35px;
  margin-left: 100px;
}
a.btnEditImageUser i {
  font-size: 1.3rem;
  margin-bottom: 10px;
  position: relative;
}

.rowUser p.TitleUser {
  font-size: 1rem;
  text-align: center;
  color: #58595B;
  margin-bottom: 0px;
  margin-top: 0px;
}
.rowUser p.subTitleUser {
  font-size: 0.8rem;
  text-align: center;
  color: #808284;
  margin-bottom: 0px;
  margin-top: 5px;
}

.message_col {
  min-height: 22px;
  height: 22px;
}

.messageOK {
  background: #4caf50 !important;
  border-radius: 10px;
  padding: 3px;
  text-align: center;
}
.messageOK a {
  font-size: 0.9rem;
  width: 30px;
  height: 30px;
  display: block;
  background: #3d8b40 !important;
  margin-right: 5px;
}
.messageOK a i {
  font-size: 1rem;
  padding: 0px;
  margin-top: -5px;
  display: block;
}
.messageOK p {
  font-size: 0.9rem;
  color: #fff;
  margin-top: 0px;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
  display: flex;
}
.messageOK p i {
  font-size: 1.2rem;
  margin-right: 10px;
  display: flex;
  margin-top: 3px;
  margin-left: 10px;
}

.messageError {
  background: #f44336 !important;
  border-radius: 10px;
  padding: 3px;
  text-align: center;
}
.messageError a {
  font-size: 0.9rem;
  width: 30px;
  height: 30px;
  display: block;
  background: #ea1c0d !important;
  margin-right: 5px;
}
.messageError a i {
  font-size: 1rem;
  padding: 0px;
  margin-top: -5px;
  display: block;
}
.messageError p {
  font-size: 0.9rem;
  color: #fff;
  margin-top: 0px;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
  display: flex;
}
.messageError p i {
  font-size: 1.2rem;
  margin-right: 10px;
  display: flex;
  margin-top: 3px;
  margin-left: 10px;
}

.messageAlert {
  background: #ffc107 !important;
  border-radius: 10px;
  padding: 3px;
  text-align: center;
}
.messageAlert a {
  font-size: 0.9rem;
  width: 30px;
  height: 30px;
  display: block;
  background: #d39e00 !important;
  margin-right: 5px;
}
.messageAlert a i {
  font-size: 1rem;
  padding: 0px;
  margin-top: -5px;
  display: block;
}
.messageAlert p {
  font-size: 0.9rem;
  color: #fff;
  margin-top: 0px;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
  display: flex;
}
.messageAlert p i {
  font-size: 1.2rem;
  margin-right: 10px;
  display: flex;
  margin-top: 3px;
  margin-left: 10px;
}

.toast.rounded {
  background: rgba(0, 0, 0, 0.87);
}
.toast.rounded p {
  font-size: 0.9rem;
  color: #fff;
  margin-top: 0px;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-align: left;
  margin-right: 10px;
  margin-left: 10px;
}
.toast.rounded button {
  color: #ffc107;
}

.notViewGestion {
  background: #eeeeee;
  border-left: 3px solid #e0e0e0;
}

.modalNewEvent {
  width: 50% !important;
  margin-left: 25% !important;
  height: auto !important;
  top: 3% !important;
  bottom: 3% !important;
}
.modalNewEvent .modal-footer {
  background: #eee;
}

/* ---------------- Ajustes de Paginacion ---------------- */
.widthImageCardSmall {
  width: 60%;
}

.widthImageCard {
  width: 80%;
}

.card.small {
  height: 250px;
}

.btnPag {
  color: #9e9e9e;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 1px;
  margin-right: 1px;
  border-radius: 15px;
  background: transparent;
}
.btnPag:hover {
  background: #e0e0e0;
  color: #000;
}
.btnPag.active {
  color: #fff;
  border-radius: 15px;
  background: #7A1737;
}

.marginTopCard {
  margin-top: 40px !important;
}

.tamIconSmallCard {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 12px !important;
}

.btnReturn {
  position: fixed;
  border-bottom-left-radius: 20px;
  margin-top: 0px;
  margin-right: -20px;
  right: 2%;
  text-transform: none;
  border-bottom-right-radius: 20px;
  background: #A8253C !important;
  color: #fff !important;
}
.btnReturn i {
  color: #fff !important;
  font-size: 1.2rem !important;
  margin-top: -10px;
}

/* Ajustes de Permisos de Usuarios */
.tipPermisos {
  margin-top: 50px;
  margin-bottom: 0px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 0.8rem;
}

.subtipPermisos {
  margin-top: 0px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 0.8rem;
}

.spanTitle {
  font-size: 1.3rem;
  background: #eee;
  border-radius: 20px;
  padding: 10px;
}

.btnClose {
  position: fixed;
  margin-top: 25px;
  right: 1%;
  border-radius: 20px;
  background: transparent !important;
  color: #9e9e9e !important;
}
.btnClose i {
  color: #9e9e9e !important;
}
.btnClose:hover {
  background: #e0e0e0 !important;
}

.panelPermisos p {
  font-size: 0.8rem;
}

svg {
  width: 20px;
  height: 20px;
}

/* --- Metodos para las notificaciones ---*/
li .collection-item.avatar {
  padding-left: 12px;
  margin-left: 0px;
}
li .collection-item.avatar span {
  font-size: 0.9rem;
  padding-left: 0px;
}
li .collection-item.avatar p {
  font-size: 0.8rem;
  margin-left: 0px;
  padding-left: 0px;
  text-align: justify;
  position: relative;
}
li .collection-item.avatar i {
  background: transparent !important;
}

.subTitleTools {
  color: #808284 !important;
  font-size: 0.8rem;
}

.collection {
  margin: 0.2rem 0 3rem 0;
}
.collection li.collection-item.avatar img {
  margin-top: 10px !important;
}
.collection li.collection-item.avatar span {
  font-size: 0.9rem !important;
  color: #58595B !important;
}
.collection li.collection-item.avatar p {
  font-size: 0.8rem !important;
  color: #808284 !important;
}

@keyframes arrow {
  0%, 100% {
    top: 105%;
  }
  50% {
    top: 106%;
  }
}
@-webkit-keyframes arrow {
  0%, 100% {
    top: 105%;
  }
  50% {
    top: 106%;
  }
}
@-moz-keyframes arrow {
  0%, 100% {
    top: 105%;
  }
  50% {
    top: 106%;
  }
}
@-o-keyframes arrow {
  0%, 100% {
    top: 105%;
  }
  50% {
    top: 106%;
  }
}
@media only screen and (max-width: 600px) {
  select,
textarea,
input {
    font-size: 16px !important;
  }

  .spanTitle {
    font-size: 1.3rem;
    background: transparent;
    border-radius: 20px;
    padding: 10px;
  }

  .marginTopCard {
    margin-top: 0px !important;
  }

  .cardDashboard {
    height: auto;
  }

  .card.small {
    height: auto;
  }

  .card.medium {
    height: auto;
  }

  .modal_info_user {
    width: 98%;
    max-height: 100%;
    height: 100%;
    left: 1%;
    margin-bottom: 0px;
  }
  .modal_info_user .modal-content {
    padding: 5px;
  }

  .toast.rounded {
    border-radius: 0px;
  }

  .widthImageCardSmall {
    width: 45%;
  }

  .widthImageCard {
    width: 60%;
  }

  .modalNewEvent {
    width: 90% !important;
    margin-left: 5% !important;
    height: 95% !important;
    margin-bottom: 0% !important;
    margin-top: 0% !important;
  }
  .modalNewEvent .modal-footer {
    background: #fff;
  }

  .modalOpcionesCSS {
    width: 90% !important;
    margin-left: 5% !important;
    border-radius: 20px !important;
  }

  .modalInfoCSS {
    width: 95% !important;
    height: 80% !important;
    min-height: 80% !important;
    margin-left: 2.5% !important;
    margin-bottom: 2% !important;
  }

  .fc-toolbar .fc-center h2 {
    margin-top: 5px;
    font-size: 2rem !important;
  }
  .fc-toolbar .fc-right {
    margin-top: 7px;
  }

  /*.fc-scroller .fc-time-grid-container,.fc-body{
      width: 100% !important;
      height: 700px !important;
  }*/
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .cardDashboard {
    height: auto;
  }

  .marginTopCard {
    margin-top: 0px !important;
  }

  .modal_info_user {
    width: 90%;
    max-height: 90%;
    height: 90%;
    left: 5%;
  }

  .widthImageCardSmall {
    width: 40%;
  }

  .card.small {
    height: 300px;
  }

  .modalNewEvent {
    width: 70% !important;
    margin-left: 15% !important;
    height: 90% !important;
    margin-bottom: 5% !important;
    margin-top: 5% !important;
    border-radius: 20px;
  }
  .modalNewEvent .modal-footer {
    background: #fff;
    border-radius: 20px;
  }

  .modalOpcionesCSS {
    width: 40% !important;
    margin-left: 30% !important;
    border-radius: 20px !important;
  }

  .fc-toolbar .fc-center h2 {
    margin-top: 15px;
    font-size: 3rem !important;
  }
  .fc-toolbar .fc-right {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1001px) {
  .widthImgNoFiles {
    width: 27%;
  }

  .widthImageCard {
    width: 60%;
  }

  .widthImageCardSmall {
    width: 60%;
  }

  .modalNewEvent {
    width: 50% !important;
    margin-left: 25% !important;
    height: auto !important;
    top: 3% !important;
    bottom: 3% !important;
  }
  .modalNewEvent .modal-footer {
    background: #fff;
  }

  .modalOpcionesCSS {
    width: 30% !important;
    margin-left: 35% !important;
    border-radius: 20px !important;
  }
}
@media only screen and (min-width: 1300px) {
  .modalNewEvent {
    width: 40% !important;
    margin-left: 30% !important;
    height: auto !important;
    top: 5% !important;
    bottom: 15% !important;
  }
  .modalNewEvent .modal-footer {
    background: #fff;
  }
}
@media only screen and (min-width: 1900px) {
  .modalNewEvent {
    width: 30% !important;
    margin-left: 35% !important;
    height: 70% !important;
    top: 10% !important;
    bottom: 40% !important;
  }
  .modalNewEvent .modal-footer {
    background: #fff;
  }
}
@media only screen and (min-width: 663px) and (max-width: 1000px) {
  .widthImgNoFiles {
    width: 35%;
  }

  .widthImageCard {
    width: 50%;
  }

  .widthImageCardSmall {
    width: 35%;
  }
}
@media only screen and (min-width: 1001px) {
  .widthImgNoFiles {
    width: 27%;
  }

  .widthImageCard {
    width: 60%;
  }

  .widthImageCardSmall {
    width: 50%;
  }
}
.pac-container {
  z-index: 5051 !important;
}

.btnShowPassword {
  background: #fff !important;
  color: #757575 !important;
  position: absolute;
  right: 10px;
}
.btnShowPassword:hover {
  background: #e0e0e0 !important;
  color: #000 !important;
}

/*# sourceMappingURL=settings_sistema.css.map */
