@charset "UTF-8";
:root * {
  outline: none !important;
  box-shadow: none !important;
}

html {
  font-size: 10px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 12px !important;
}

xmp {
  color: #a3adb7;
  background-color: #081a29;
  border-radius: 5px;
  margin: 0px;
  font-size: 0.9em;
}

.flex {
  display: flex;
}
.flex.-between {
  justify-content: space-between;
}
.flex.-center {
  justify-content: center;
}
.flex.-vertical {
  flex-direction: column;
  justify-content: center;
}
.flex.-bottom {
  flex-direction: column;
  justify-content: flex-end;
}
.flex.-row-reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.material-icons {
  font-family: "Material Icons";
}

.text-info {
    color: #04CFA3 !important;
}

button.btn.danger {
  color: #06204a;
}
button.btn.success {
  color: #00cfa3;
}

.not-found {
  font-family: "Montserrat", sans-serif !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: calc(100vh - 54px);
  max-width: 350px;
  margin: auto;
}
.not-found h1 {
  color: rgba(250, 250, 250, 0.5);
  font-size: 100px;
  text-shadow: none;
  font-weight: bold;
}
.not-found h1 i {
  font-size: 85px;
  position: relative;
  top: 7px;
}
.not-found h3 {
  color: #70808c;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}
.not-found p {
  color: #fafafa;
  font-size: 14px;
  text-align: center;
  margin: 22px 20px;
}
.not-found button {
  background-color: #2a3943;
  color: white;
  border-radius: 17.5px;
  border: none;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 25px;
}
.not-found button:hover {
  background-color: linear-gradient(180deg, #afd136 0%, #579d10 55%);
}

input:not([type]),
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=time],
input[type=text],
input[type=file],
input[type=url],
textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(195, 203, 209, 0.53);
  padding-left: 3px;
  border-radius: 0px;
  padding-bottom: 9px;
  padding-top: 9px;
}
input:not([type])::placeholder,
input[type=date]::placeholder,
input[type=datetime-local]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=time]::placeholder,
input[type=text]::placeholder,
input[type=file]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  color: #a3b1bd;
  font-size: 1rem;
}
input:not([type]):focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=text]:focus,
input[type=file]:focus,
input[type=url]:focus,
textarea:focus {
  background-color: transparent;
  border-radius: 0px;
}

.field label {
  color: #69747c;
  font-weight: 400;
  margin: 0;
  cursor: pointer;
  font-size: 1em;
}

.selection.dropdown:not(.button) {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(195, 203, 209, 0.53);
  padding-left: 3px;
  border-radius: 0px;
}
.selection.dropdown:not(.button) > .text,
.selection.dropdown:not(.button) .default.text {
  color: #a3b1bd;
}

.ui.toggle.checkbox label {
  padding-left: 6rem;
  font-size: 1rem;
}
.ui.toggle.checkbox label:before {
  height: 2.1rem;
  width: 5rem;
}
.ui.toggle.checkbox label:after {
  width: 2.1rem;
  height: 2.1rem;
  box-shadow: 0px 1px 2px 0 rgba(138, 140, 142, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset !important;
}
.ui.toggle.checkbox input:checked ~ label:after {
  left: 3rem;
}
.ui.checkbox label {
  padding-left: 30px;
  font-size: 1rem;
}
.ui.checkbox input:checked ~ label:after {
  color: #00cfa3 !important;
}

.sp-container {
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 1px #d4d4d5;
  padding: 0;
}

.sp-replacer {
  background-color: transparent;
  border: none;
}
.sp-replacer .sp-preview {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border: none;
}
.sp-replacer .sp-preview .sp-preview-inner {
  border-radius: 50%;
}
.sp-replacer + span.ml-3 {
  font-size: 1.5rem;
  position: relative;
  top: 2px;
}
.sp-replacer .sp-dd {
  display: none !important;
}

.popup {
  background-color: black !important;
  color: white !important;
  border-radius: 5px !important;
}
.popup:before {
  background: black !important;
}

.ui.modal {
  height: auto;
  overflow: visible;
  background-color: transparent;
  /*top:20%;*/
}
.ui.modal .header {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  border-bottom: none;
  color: #04CFA3;
}
.ui.modal .header i {
  font-size: 60px;
  display: table;
  margin: auto;
  color: #06204a;
  border-bottom: 1px solid #c3cbd1;
}
.ui.modal .support-file {
  width: 81px;
  height: 54px;
  text-align: center;
  padding: 3px;
}
.ui.modal .support-file i {
  font-size: 48px;
}
.ui.modal .close {
  padding: 22px;
  right: 10px;
  opacity: 1;
}
.ui.modal .close.icon {
  background-color: #04CFA3;
  color: white;
  border-radius: 50%;
}
.ui.modal .close.icon:before {
  font-family: "Material Icons";
  content: "close";
  border: none;
  font-size: 2.4rem;
  line-height: 0.8em;
  position: relative;
  top: -9px;
  left: -11px;
}
.ui.modal .content {
  font-size: 1rem;
}
.ui.modal .actions {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background: white;
}
.ui.modal .actions.two {
  display: flex;
}
.ui.modal .actions.two button {
  font-weight: bold;
  text-align: center;
  flex-basis: 50%;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.ui.button {
  font-size: 12px;
}

#textEditor + .note-editor {
  border: none;
}

.form-control:focus {
  background-color: transparent;
}

.wickedpicker {
  border-radius: 3px;
  box-shadow: 0px 1px 2px 0 rgba(138, 140, 142, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset !important;
  width: 180px;
}
.wickedpicker .wickedpicker__title {
  background-color: transparent;
  border: none;
}
.wickedpicker .wickedpicker__controls {
  padding-top: 0px;
}
.wickedpicker .wickedpicker__close:before {
  font-family: "Material Icons";
  content: "close";
  border: none;
  font-size: 2rem;
  line-height: 0.8em;
  position: relative;
  top: 7px;
}
.wickedpicker .wickedpicker__controls__control-up:before {
  font-family: "Material Icons";
  content: "keyboard_arrow_up";
  border: none;
  font-size: 3rem;
  line-height: 0.8em;
  position: relative;
  top: 5px;
}
.wickedpicker .wickedpicker__controls__control-down:after {
  font-family: "Material Icons";
  content: "keyboard_arrow_down";
  border: none;
  font-size: 3rem;
  line-height: 0.8em;
}
.wickedpicker .wickedpicker__controls__control--minutes,
.wickedpicker .wickedpicker__controls__control--meridiem,
.wickedpicker .wickedpicker__controls__control--hours {
  padding-left: 7px;
}

.field .calendar input {
  color: #a3b1bd;
  font-size: 1rem;
}

.calendar .popup {
  background-color: white !important;
  border: none;
  box-shadow: 0px 1px 2px 0 rgba(138, 140, 142, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset !important;
}
.calendar .popup:before {
  background: white !important;
}

.fullCalendar .fc-event-dot {
  background-color: #3a87ade8;
}
.fullCalendar .fc-day-top {
  text-align: center;
  padding-top: 6px;
}
.fullCalendar .fc-other-month {
  background-color: #efefef;
}
.fullCalendar .fc-highlight {
  background-color: rgba(0, 207, 163, 0.15);
}
.fullCalendar .fc-event-container .fc-event {
  background-color: rgba(112, 128, 140, 0.19);
  color: #70808c;
  font-size: 10px;
  font-weight: bold;
  border-radius: 0;
  border: none;
  border-left: 5px solid #70808c;
  padding: 2px 2px;
  margin-bottom: 1px;
  margin-top: 1px;
}
.fullCalendar tbody .fc-today {
  background-color: rgba(0, 207, 163, 0.25) !important;
}
.fullCalendar tbody .fc-day-number {
  width: 100%;
}
.fullCalendar thead .fc-head-container {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}
.fullCalendar thead .fc-head-container th.fc-widget-header {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}
.fullCalendar thead .fc-head-container th.fc-widget-header span {
  line-height: 50px;
  text-transform: uppercase;
  color: #70808c;
}
.fullCalendar thead .fc-head-container .fc-today {
  background-color: transparent !important;
}

#external-events .fc-event {
  background-color: #404d55;
  margin-bottom: 5px;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.message {
  padding: 1.5rem !important;
  border-radius: 0.3rem;
  color: white;
  display: flex;
}
.message i {
  margin-right: 1.5rem !important;
}
.message span {
  padding-top: 4px;
}
.message.info {
    background-color: #04CFA3;
}
.message.error {
  background-color: #06204a;
  display: block;
}

.fields.flex-wrap div {
  margin-bottom: 8px !important;
}

#toast-container {
  right: 0px;
  top: 70px;
}
#toast-container .toast {
  border: none;
  font-size: 1em;
  border-radius: 0px;
}
#toast-container .toast .toast-title {
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1em;
}
#toast-container .toast.toast-info {
  background-color: rgba(0, 144, 207, 0.8);
}
#toast-container .toast.toast-success {
  background-color: rgba(0, 207, 163, 0.8);
}
#toast-container .toast.toast-warning {
  background-color: rgba(255, 113, 0, 0.91);
}
#toast-container .toast.toast-danger {
  background-color: rgba(232, 0, 0, 0.8);
}

.login {
  height: 100vh;
  display: flex;
  background-color: #404d55;
  background: url("../images/loginback.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.login section {
  width: 250px;
  margin: auto;
  font-size: 12px;
}
.login section .input-group-prepend {
  height: 50px;
}
.login section .input-group-prepend i.input-group-text {
  border-radius: 25px 0 0 25px;
  background-color: #04CFA3;
  font-size: 20px;
  color: #efefef;
  padding-left: 1.2rem;
  border: none;
}
.login section .form-control {
  height: 50px;
  background-color: #0A274D;
  border-radius: 0 25px 25px 0;
  color: white;
  font-size: 1rem;
  border: none;
}
.login section .form-control:focus {
  color: white;
  background-color: linear-gradient(180deg, #afd136 0%, #579d10 55%);
}
.login section button {
  border-radius: 25px;
  font-size: 1em;
  font-weight: 500;
  padding: 15px;
  border: none;
  background: #06204a;
}
.login section .left,
.login section .right {
  width: 40%;
}
.login section a {
  font-size: 1em;
}
.login section a:hover {
  cursor: pointer;
}

.toogleSidebar {
  background-color: transparent;
  border: none;
  color: #fff;
  position: static;
  top: 0px;
  left: 131px;
  -webkit-transition: left 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: left 0.5s;
  z-index: 90;
}
.toogleSidebar i:before {
  background-color: transparent;
  border-radius: 50%;
}

.sidebarCollapse .toogleSidebar {
  left: 41px;
}
.sidebarCollapse .toogleSidebar i {
  transform: rotate(180deg);
}
.sidebarCollapse header .brand {
  width: 60px;
}
.sidebarCollapse header .brand a {
  font-size: 18px;
}
.sidebarCollapse header .top {
  width: 100%;
  margin-left: -2px;
}
.sidebarCollapse .content.flex .sidebar {
  width: 60px;
}
.sidebarCollapse .content.flex .sidebar .sidebar-sticky > ul.nav > li.nav-item > a {
  font-size: 0rem;
  line-height: 0px;
}
.sidebarCollapse .content.flex .sidebar .sidebar-sticky > ul.nav > li.nav-item > a > i {
  font-size: 2rem;
  margin-top: 10px;
}
.sidebarCollapse .content.flex .sidebar .sidebar-sticky > ul.nav > li.nav-item ul.sub-menu {
  left: 69px;
  top: 5px;
}

header .brand {
  width: 160px;
  -webkit-transition: width 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: width 0.5s;
  /*background: url('../images/logo_main.png') no-repeat;*/
  background-size: contain;
  background-color: #AFD136;
}
header .brand a {
  color: white;
  font-weight: 700;
  font-size: 30px;
}
header .top {
  width: 102%;
  transition: width 0.5s !important;
  -webkit-transition: width 0.5s !important;
  /* For Safari 3.1 to 6.0 */
  background: #AFD136;
}
header .top .breadcrumb-area {
  flex: 1;
  text-transform: uppercase;
}
header .top .breadcrumb-area ul {
  list-style: none;
  padding-left: 0px;
  display: flex;
}
header .top .breadcrumb-area ul li {
  color: white;
}
header .top .breadcrumb-area ul li:nth-child(n+2) {
  margin-left: 4px;
}
header .top .breadcrumb-area ul li:last-child {
  font-weight: bold;
}
header .top .breadcrumb-area ul li:after {
  content: "/";
  padding-left: 5px;
}
header .top .breadcrumb-area ul li:last-child:after {
  content: "";
}
header .top .top-search {
  flex: 2;
}
header .top .top-search input {
  border-radius: 25px 0 0 25px;
  height: 36px;
  background-color: #404d55;
  border: none;
  color: #a3b1bd;
  padding-left: 20px;
  font-size: 1em;
  width: 70%;
}
header .top .top-search input::placeholder {
  color: #a3b1bd;
}
header .top .top-search button {
  border-radius: 0 25px 25px 0;
  height: 36px;
  background-color: #404d55;
  color: #a3b1bd;
}
header .top .user-area {
  flex: 1;
}
header .top .user-area a {
  color: black;
  text-decoration: none;
}
header .top .user-area a i {
  margin-right: 10px;
}
header .top .user-area .count {
  background-color: #06204a;
  color: white;
  border-radius: 2px;
  padding: 0.3rem 0.5rem;
  position: relative;
  top: -8px;
  left: -11px;
  font-size: 1rem;
}
header .top .user-area .dropdown.notifications button:after,
header .top .user-area .dropdown.news button:after {
  content: "";
}
header .top .user-area .dropdown.notifications .dropdown-menu.show,
header .top .user-area .dropdown.news .dropdown-menu.show {
  margin-top: 10px;
  width: 210px;
  left: -105% !important;
  background-color: white;
  padding: 0px;
}
header .top .user-area .dropdown.notifications .dropdown-menu.show .header,
header .top .user-area .dropdown.news .dropdown-menu.show .header {
  background: #2a3943;
  color: white;
  text-align: center;
  padding: 6px;
  font-size: 1.2rem;
}
header .top .user-area .dropdown.notifications .dropdown-menu.show .content,
header .top .user-area .dropdown.news .dropdown-menu.show .content {
  padding: 0px 1rem;
}
header .top .user-area .dropdown.notifications .dropdown-menu.show .content .item,
header .top .user-area .dropdown.news .dropdown-menu.show .content .item {
  border-bottom: 1px solid gray;
  padding: 5px;
}
header .top .user-area .dropdown.notifications .dropdown-menu.show .content .item h1,
header .top .user-area .dropdown.news .dropdown-menu.show .content .item h1 {
  font-size: 1.3rem;
}
header .top .user-area .dropdown.notifications .dropdown-menu.show .content .item:hover,
header .top .user-area .dropdown.news .dropdown-menu.show .content .item:hover {
  cursor: pointer;
}
header .top .user-area .dropdown.notifications .dropdown-menu.show .content .item:last-child,
header .top .user-area .dropdown.news .dropdown-menu.show .content .item:last-child {
  border-bottom: none;
}
header .top .user-area .dropdown.notifications .dropdown-menu.show .footer,
header .top .user-area .dropdown.news .dropdown-menu.show .footer {
  background-color: #2a3943;
  text-align: center;
  font-size: 1.2rem;
}
header .top .user-area .dropdown.notifications .dropdown-menu.show .footer button,
header .top .user-area .dropdown.news .dropdown-menu.show .footer button {
  padding: 6px 6px 12px 6px;
  color: white;
  width: 100%;
}
header .top .user-area .dropdown button {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 1em;
}
header .top .user-area .dropdown button:after {
  font-family: "Material Icons";
  content: "keyboard_arrow_down";
  border: none;
  font-size: 2rem;
  line-height: 0.8em;
}
header .top .user-area .dropdown .dropdown-menu.show {
  margin-top: 12px;
  border: none;
  border-radius: 0 0 12px 12px;
  background-color: #AFD136;
  overflow: hidden;
}
header .top .user-area .dropdown .dropdown-menu.show .dropdown-item {
  font-size: 1.2rem;
  color: white;
  padding: 1rem 1.5rem;
}
header .top .user-area .dropdown .dropdown-menu.show .dropdown-item:hover {
  background-color: #06204a;
}

.sidebar {
  background: linear-gradient(180deg, #afd136 0%, #579d10 55%);
  width: 160px;
  -webkit-transition: width 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: width 0.5s;
  z-index: 1080;
}
.sidebar ul.nav li.nav-item {
  border-bottom: 1px solid rgba(112, 128, 140, 0.17);
  position: relative;
  width: 100%;
}
.sidebar ul.nav li.nav-item a {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #70808c;
  padding: 1rem 0rem;
  font-size: 1rem;
  text-transform: uppercase;
}
.sidebar ul.nav li.nav-item a i {
  margin-bottom: 0.6rem;
  font-size: 1.5rem;
}
.sidebar ul.nav li.nav-item a.active {
  color: #fafafa;
}
.sidebar ul.nav li.nav-item a.active i {
  color: white;
}
.sidebar ul.nav li.nav-item a:hover {
  filter: brightness(150%);
}
.sidebar ul.nav li.nav-item ul.sub-menu {
  background: linear-gradient(180deg, #afd136 0%, #579d10 55%);
  border-radius: 13px;
  left: 158px;
  -webkit-transition: left 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: left 0.5s;
  top: 10px;
  padding: 10px 0px;
  width: 18em;
  position: absolute;
  z-index: 10000;
  list-style: none;
}
.sidebar ul.nav li.nav-item ul.sub-menu:before {
  content: "\f0d9";
  font-family: "Font Awesome 5 Free";
  display: block;
  font-weight: 900;
  font-size: 35px;
  color: #AFD136;
  margin-left: -17px;
  width: 17px;
  height: 114px;
  margin-bottom: -114px;
  position: relative;
  top: 4px;
  padding-left: 5px;
}
.sidebar ul.nav li.nav-item ul.sub-menu li a {
  text-decoration: none;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: row;
  color: white;
  justify-content: space-between;
}
.sidebar ul.nav li.nav-item ul.sub-menu li a i {
  margin-right: 10px;
}
.sidebar ul.nav li.nav-item ul.sub-menu li:hover {
  background-color: #06204a;
  border-radius: 5px;
}
.sidebar ul.nav li.nav-item ul.sub-menu li:hover a {
  color: white;
}
.sidebar ul.nav li.nav-item ul.sub-menu li ul.sub-menu-two {
  background: #AFD136;
  border-radius: 0px;
  left: 225px;
  top: 2px;
  padding: 10px 0px;
  z-index: 10000;
  list-style: none;
}
.sidebar ul.nav li.nav-item ul.sub-menu li ul.sub-menu-two li a {
  text-decoration: none;
  text-align: left;
  padding-left: 30px;
  padding-right: 15px;
  display: flex;
  flex-direction: row;
  color: #fafafa;
}
.sidebar ul.nav li.nav-item ul.sub-menu li ul.sub-menu-two li a i {
  margin-right: 10px;
}
.sidebar ul.nav li.nav-item ul.sub-menu li ul.sub-menu-two li:hover {
  background-color: #06204a;
}
.sidebar ul.nav li.nav-item ul.sub-menu li ul.sub-menu-two li:hover a {
  color: white;
}

.dashboard {
  background-color: white;
}
.dashboard .top {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 15px;
  margin-top: 0px;
}
.dashboard .jumbotron h1 {
  font-size: 4rem;
}
.dashboard .jumbotron h2 {
  font-size: 2rem;
}
.dashboard .shortcuts {
  padding: 1.5rem 2rem 2rem 2rem;
  flex-wrap: wrap;
}
.dashboard .shortcuts button {
  margin-right: 5px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
  justify-content: space-between;
  background: #f8f9fa;
}
.dashboard .shortcuts button .fas {
  margin-right: 7px;
  font-size: 4rem;
  margin-bottom: 13px;
  margin-top: 5px;
}

main {
  width: 100%;
  overflow-x: scroll;
  padding-top: 0px !important;
  background-color: #efefef;
}
main::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
main::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
main::-webkit-scrollbar-thumb {
  background-color: #70808c;
  border-radius: 6px;
}

.main-container .header {
  /*padding-left: 62px;*/
  padding: 20px 0px;
}
.main-container .header h1 {
  color: #494848;
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: bold;
}
.main-container .header h1 i {
  color: #06204a;
  font-size: 27px;
  margin-right: 10px;
}
.main-container .header .options {
  background-color: rgba(195, 203, 209, 0.42);
  border-radius: 17px 0 0 17px;
  height: 51px;
  position: relative;
  margin-right: 5px;
  padding-left: 15px;
  margin-right: -10px;
  display: flex;
  align-items: center;
}
.main-container .header .options button.btn {
  position: relative;
  top: 0px;
  display: flex;
  color: #2a3943;
}
.main-container .header .options button.btn i[class^=fas] {
  font-size: 2rem;
  position: relative;
  top: 0px;
}
.main-container .header .options button.btn-success {
  border-radius: 50%;
  position: relative;
  top: 0px;
  color: white;
  margin-right: 20px;
  background-color: #04CFA3;
  border-color: #04CFA3;
  padding: 5px;
}
.main-container .header .options button.btn-success i {
  font-size: 51px;
}
.main-container .container {
  margin-top: 20px;
  /*margin-left: 25px;*/
  /*padding: 23px 50px;*/
  border-radius: 25px 0 0 0;
  background-color: #fafafa;
  max-width: 100vw;
  width: 100%;
  min-height: 70vh;
}
.main-container .container h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #2a3943;
}
.main-container .container .options {
  text-align: right;
}
.main-container .container .options button {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  padding: 0px;
}
.main-container .container .options button i[class^=material-icons] {
  font-size: 21px;
  padding: 9px 6px 8px 6px;
  line-height: 0.8;
}
.main-container .container .options button i[class^=fas] {
  font-size: 17px;
  padding: 8px 10px;
}
.main-container .container table tbody td.positive {
  background-color: #4caf50 !important;
  color: white !important;
}
.main-container .container table tbody td.warning {
  background-color: #ffc107 !important;
  color: white !important;
}
.main-container .container table tbody td.negative {
  background-color: #f44336 !important;
  color: white !important;
}
.main-container .answers .ui.ordered.list {
  padding-left: 10px;
}
.main-container .answers .ui.ordered.list .item:before {
  top: 10px;
  color: #04CFA3;
  font-size: 1.2rem;
}
.main-container .answers .ui.ordered.list .item .input {
  width: 60%;
}

table#dataTable thead tr, .dataTable thead tr {
  border-top: none;
  border-bottom: 1px solid #04CFA3;
}
table#dataTable thead tr th, .dataTable thead tr th {
  border: none;
  color: #04CFA3;
  font-weight: bold;
  padding: 0px 20px 5px 5px;
}
table#dataTable tbody tr td, .dataTable tbody tr td {
  border-top: none;
  padding: 10px 0;
  border-bottom: 1px solid rgba(195, 203, 209, 0.53);
}
table#dataTable tbody tr td button i.edit, .dataTable tbody tr td button i.edit {
  color: #70808c;
}
table#dataTable tfoot tr th, .dataTable tfoot tr th {
  border-top: 3px;
  padding: 13px 0;
}

.dataTables_filter {
  display: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  header .brand {
    width: 134px;
  }
  header .top {
    flex-wrap: wrap;
    width: calc(100vw - 134px);
    flex-wrap: wrap;
  }
  header .top .breadcrumb-area {
    order: 3;
    flex: 1 1 100%;
  }
  header .top .top-search {
    position: relative;
    top: -8px;
    justify-content: flex-start !important;
  }
  header .top .user-area a.notifications .count {
    top: -35px;
    left: 11px;
  }
  header .top .user-area .dropdown .dropdown-menu.show {
    margin-top: 0px;
  }

  .sidebar {
    padding-top: 85px !important;
    width: 135px;
  }
  .sidebar ul.nav li.nav-item ul.sub-menu {
    left: 144px;
    width: 20em;
  }
  .sidebar ul.nav li.nav-item ul.sub-menu i {
    font-size: 2.5rem;
    width: 28px;
  }
  .sidebar ul.nav li.nav-item ul.sub-menu li ul.sub-menu-two {
    width: 20em;
  }

  .sidebar ul.nav li.nav-item a {
    font-size: 1.1rem;
    line-height: 30px;
  }

  .sidebar ul.nav li.nav-item a i {
    font-size: 2.5rem;
  }

  main {
    width: calc(100vw - 134px);
    background-color: white;
    padding-top: 88px !important;
  }
  main .top {
    flex-direction: column;
  }
  main .top .jumbotron {
    margin-bottom: 0px;
    padding-bottom: 2rem;
  }
  main .top .shortcuts {
    width: 100% !important;
    padding-top: 0px;
  }
  main .status {
    flex-wrap: wrap;
  }
  main .status .col {
    flex-basis: 100%;
    margin-bottom: 2rem;
  }
  main .main-container .header {
    padding-left: 0px;
    padding-top: 10px;
  }
  main .main-container .header h1.display-4 {
    font-size: 2.5rem;
  }
  main .main-container .header .filters .fields .field:nth-child(1), main .main-container .header .filters .fields .field:nth-child(2) {
    width: 140px;
  }
  main .main-container .header .filters .fields .field:nth-child(1) .search, main .main-container .header .filters .fields .field:nth-child(2) .search {
    min-width: 30.333333%;
  }
  main .main-container .header .filters .fields .field:nth-child(3) {
    width: 220px;
  }
  main .main-container .header .options {
    align-items: center;
    padding-right: 9px;
    position: fixed;
    right: 0px;
    top: 88px;
    margin-right: 0px;
    padding-top: 1px;
    height: auto;
  }
  main .main-container .header .options button.btn {
    top: 1px;
  }
  main .main-container .header .options .btn-success {
    margin-right: 0px;
    margin-bottom: 13px;
    top: 5px !important;
  }
  main .main-container .header .options .btn-success i {
    font-size: 28px;
  }
  main .main-container .container {
    margin-left: -15px;
    border-radius: 0px;
    width: calc(100vw - 140px);
    padding: 20px;
  }
  main .main-container .container .ui.stackable.grid .row {
    margin-left: 0px;
  }
  main .main-container .container .fields > .field {
    margin-bottom: 10px;
  }
  main .main-container .container .six.fields {
    flex-wrap: wrap;
  }
  main .main-container .container .six.fields > .field {
    width: 30.666667%;
  }
  main .main-container .container .five.fields {
    flex-wrap: wrap;
  }
  main .main-container .container .five.fields > .field {
    width: 33%;
  }
  main .main-container .container .four.fields {
    flex-wrap: wrap;
  }
  main .main-container .container .four.fields > .field {
    width: 33%;
  }
  main .main-container .container #dataTable,
main .main-container .container .dataTable {
    overflow: auto;
    display: block;
  }
}
.txt-blue {
  color: #AFD136;
}

.ui.primary.button, .ui.primary.buttons .button {
  background: #04CFA3 !important;
}

.ui.secondary.button, .ui.secondary.buttons .button {
    background: #04CFA3 !important;
    
}

.ui.gray.button, .ui.gray.buttons .button {
  background: #70808c !important;
  color: #fff;
  text-shadow: none;
  background-image: none;
}

.form-group-green input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none !important;
  cursor: pointer;
}

.form-group-green label {
  position: relative;
  cursor: pointer;
}

.form-group-green label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 3px solid #21ba45;
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5px;
}

.form-group-green input[type=checkbox]:checked + label:after {
  content: "✓" !important;
  display: block;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 6px;
  height: 30px;
  color: #21ba45;
  font-size: 18px;
}

.form-group-red input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none !important;
  cursor: pointer;
}

.form-group-red label {
  position: relative;
  cursor: pointer;
}

.form-group-red label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 3px solid #da0000;
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5px;
}

.form-group-red input[type=checkbox]:checked + label:after {
  content: "✓" !important;
  display: block;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 6px;
  height: 30px;
  color: #da0000;
  font-size: 18px;
}

.form-group-todos input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none !important;
  cursor: pointer;
}

.form-group-todos label {
  position: relative;
  cursor: pointer;
}

.form-group-todos label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 3px solid #21ba45;
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5px;
}

.form-group-todos input[type=checkbox]:checked + label:after {
  content: "✓" !important;
  display: block;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 6px;
  height: 30px;
  color: #21ba45;
  font-size: 18px;
}

.options {
  background-color: lightgray;
  border-radius: 17px 0 0 17px;
  height: 51px;
  position: relative;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 50px;
  align-items: center;
  right: -20px;
  display: flex;
}

.options > button {
  color: #081a29;
}

.maxmin-height {
  max-height: 600px;
  max-width: 100%;
}

ul.sub-menu.sub-menu-gde {
  -webkit-columns: 1;
  columns: 2;
  min-width: 44rem;
}

ul.sub-menu.sub-menu-gde > li > a {
  font-size: 0.9rem !important;
  padding: 0.6rem 30px !important;
}

.sub-menu-two > li > a {
  font-size: 0.9rem !important;
  padding: 0.6rem 30px !important;
}

ul.sub-menu.sub-menu-xl {
  -webkit-columns: 3;
  columns: 3;
  min-width: 62rem;
}

/*News Container*/
.news-container {
  background-color: #e6e9ec;
  border-radius: 10px;
  padding: 20px;
}

.rounded-10 {
  border-radius: 10px;
}

.carousel-control-prev {
  justify-content: start !important;
  opacity: 1 !important;
}

.carousel-control-next {
  justify-content: end !important;
  opacity: 1 !important;
}

.carousel-control-prev-icon {
    left: -20px !important;
    position: absolute !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2304CFA3' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    right: -20px !important;
    position: absolute !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2304CFA3' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-caption {
  position: absolute;
  right: 0 !important;
  bottom: 0px !important;
  left: 0px !important;
  z-index: 10;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 30px;
  padding-right: 20px;
  color: #fff;
  text-align: left !important;
  background-color: rgba(0, 0, 0, 0.75) !important;
  width: 100% !important;
}

.carousel-indicators {
  bottom: -35px !important;
}

    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #04CFA3 !important;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: 1 !important;
        transition: opacity 0.6s ease;
    }

.carousel-indicators .active {
  background-color: #CE122D !important;
  opacity: 1 !important;
}

.text-blue {
  color: #04CFA3;
}

.text-red {
  color: #06204a;
}

.avatar-photo {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.btn-red {
    color: #fff;
    background-color: #04CFA3;
    border-color: #04CFA3;
}

    .btn-red:hover {
        color: #fff;
        background-color: #02a17e;
        border-color: #02a17e;
    }

.btn-blue {
  color: #fff;
  background-color: #04CFA3;
  border-color: #04CFA3;
}

.btn-blue:hover {
  color: #fff;
  background-color: #04CFA3;
  border-color: #04CFA3;
}

.text-comment {
  border: 1px solid lightgray;
  border-radius: 6px;
  padding: 5px;
}

#tabReacciones > div > .nav-pills .nav-link.active {
  color: #404d55 !important;
  background-color: #c3cbd1 !important;
}

#tabReacciones > div > .nav-pills .nav-item a {
  color: #404d55 !important;
}

.custom-file-input-tip::-webkit-file-upload-button {
  visibility: hidden;
}

.btnSubirFile > input[type=file] {
  padding: 0px;
  line-height: 0.6;
  border: none;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.custom-file-input-tip::before {
  content: "";
  display: inline-block;
  background: none !important;
  border: none !important;
  padding: 0px 0px !important;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: none;
  font-weight: 600;
  font-size: 11px;
}

/*Reactions Button*/
.btn-reaction {
  background-color: transparent;
  color: #70808c;
  border: none;
  font-size: 1.1rem;
}

#btnReaccionEnterado:focus {
  color: #04CFA3;
  text-decoration: none;
}

#btnReaccionInfo:focus {
  color: #06204a;
  text-decoration: none;
}

.btn-reaction:hover {
  color: #70808c;
  text-decoration: none;
  background-color: #efefef;
}

/*LST Usuarios Padding*/
table#dataTable tbody tr td, .dataTable tbody tr td {
  padding-left: 0px;
  padding-right: 0px;
  /*Se elimnan paddings en el th por que quitan el centrado del texto en head y tablas*/
}

td > div {
  width: 100%;
  text-align: center;
}

th > div {
  width: 95%;
  text-align: center;
}

/*Agregado por juanchi para los iconos de ordenamiento*/
table.dataTable thead .sorting {
  background: url(../Assets/dataTables/DataTables-1.10.20/images/sort_both.png) no-repeat center right;
}

table.dataTable thead .sorting_asc {
  background: url(../Assets/dataTables/DataTables-1.10.20/images/sort_asc.png) no-repeat center right;
}

table.dataTable thead .sorting_desc {
  background: url(../Assets/dataTables/DataTables-1.10.20/images/sort_desc.png) no-repeat center right;
}

table.dataTable thead .sorting_asc_disabled {
  background: url(../Assets/dataTables/DataTables-1.10.20/images/sort_asc_disabled.png) no-repeat center right;
}

table.dataTable thead .sorting_desc_disabled {
  background: url(../Assets/dataTables/DataTables-1.10.20/images/sort_desc_disabled.png) no-repeat center right;
}

/*Paginacion de lado Drecho Inferior tablas*/
div#dataTable_paginate {
  display: flex !important;
  justify-content: end !important;
}

#prev {
  width: 30px;
  height: 30px;
  background-color: #04CFA3;
  display: flex;
  align-items: center;
  justify-content: center;
}

#next {
    width: 30px;
    height: 30px;
    background-color: #04CFA3;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pagespdf {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  padding: 0px 15px;
  color: black;
  font-weight: 700;
}

.colorAI {
  width: 50px;
  height: 18px;
  border-radius: 3px;
  margin-top: 5px;
}

.scale5 {
  transform: scale(0.55);
  -webkit-transform: scale(0.55);
  -moz-transform: scale(0.55);
}

.fs-18 {
  font-size: 18px !important;
}

.flexDiv {
  display: flex;
}

.txt-blue {
  color: #04CFA3;
}

.txt-red {
  color: #CE122D;
}

.btn-redo {
    background: rgba(195, 203, 209, 0.42);
    padding: 6px;
    border-radius: 20px 0px 0px 20px;
    color: #04CFA3;
    font-size: 11px;
    font-weight: 600;
}

.w-80 {
  width: 80% !important;
}

#DivResumen {
  top: 20% !important;
  margin-top: auto !important;
}

.card-tl {
  color: #04CFA3;
}

.acuerdos-dashred {
  border-left: 20px solid #06204a;
  border-radius: 10px 0px 0px 10px;
}

.acuerdos-dashyellow {
  border-left: 20px solid #f88b14;
  border-radius: 10px 0px 0px 10px;
}

.fw-bold {
  font-weight: bold !important;
}

.custom-semantic-select {
  appearance: none;
  width: 100%;
  font-size: 1.15rem;
  padding: 0.675em 6em 0.675em 1em;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNi4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTIzMy40IDQwNi42YzEyLjUgMTIuNSAzMi44IDEyLjUgNDUuMyAwbDE5Mi0xOTJjMTIuNS0xMi41IDEyLjUtMzIuOCAwLTQ1LjNzLTMyLjgtMTIuNS00NS4zIDBMMjU2IDMzOC43IDg2LjYgMTY5LjRjLTEyLjUtMTIuNS0zMi44LTEyLjUtNDUuMyAwcy0xMi41IDMyLjggMCA0NS4zbDE5MiAxOTJ6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #c3cbd187 !important;
  color: #585858;
  cursor: pointer;
}

img.evidencia-img {
  width: auto;
  max-height: 350px;
}

.btn-acuerdos {
  color: #fff;
  background-color: #06204a;
  border-color: #06204a;
}

.btn-acuerdos:hover {
  color: #fff;
  background-color: #06204a;
  border-color: #06204a;
}

/*# sourceMappingURL=general.css.map */
