* {
  margin: 0;
}
html, body {
  width: 100%;
  height: 100%;
}
.welcome {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.welcome img {
  width: 90%;
  max-width: 350px;
}
.box-container {
  width: 100%;
  height: 100%;
  display: flex;
}
.box-menu {
  width: 0;
  height: 100%;
  overflow: hidden;
  transition: .2s all;
  background: #f9f9f9;
  border-right: 1px solid #939393;
}
.box-menu.visible {
  width: 220px;
}
.box-content {
  width: 100%;
  height: 100%;
  transition: .2s all;
  display: flex;
  flex-direction: column;
}
.box-content.visible {
  width: calc(100% - 220px);
}
.box-header {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border-bottom: 1px solid #939393;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-visible {
  width: 100%;
  height: calc(100% - 45px);
  overflow-y: auto;
  padding-bottom: 20px;
}
.box-visible table {
  width: 100% !important;
}
.btn-menu {
  font-size: 25px;
  cursor: pointer;
}
.box-visible form {
  margin-bottom: 30px;
}
.box-visible form input, .box-visible form select, .box-visible form textarea {
  margin-bottom: 8px;
}
/*================ MENU ================*/
.menu-content {
  width: 220px;
  height: 100%;
  overflow-y: auto;
}
.menu-logo {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #939393;
  background: #ffffff;
}
.menu-logo img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.menu {
  padding: 0;
  list-style: none;
}
.menu li a {
  width: 100%;
  display: flex;
  padding: 7px 10px;
  border-bottom: 1px solid #939393;
  color: #000000;
  position: relative;
  transition: .2s all;
}
.menu li a span {
  margin-right: 5px;
  margin-top: 4px;
}
.menu li a:hover {
  text-decoration: none;
  background: #EBEBEB;
}
.menu li > ul {
  padding: 0;
  list-style: none;
  display: none;
}
.menu li > ul li a {
  border-bottom: 1px solid #939393;
  padding-left: 25px;
}
.angle-down {
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*================ MODAL ================*/
.crop-modal {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.65);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: .3s all;
}
.crop-modal.visible {
  opacity: 1;
  visibility: visible;
}
.crop-container {
  width: 90%;
  max-width: 500px;
  padding: 20px;
  border-radius: 20px;
  background: #ffffff;
}
.crop-header {
  font-size: 20px;
}
.crop-body {
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
}
.img-container {
  width: 100%;
  height: 100%;
}
.img-container img {
	max-width: 100%;
}
/*================ SECTION ================*/
.header-section {
  width: 100%;
  min-height: 50px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3px;
}
.header-title {
  font-size: 20px;
  font-weight: bold;
}
.header-title a {
  color: #007bff;
}
.header-title a:hover {
  text-decoration: none;
  color: #0069D9;
}
.hidden {
  display: none;
}
.prev-image {
  width: 250px;
  position: relative;
  margin-bottom: 5px;
}
.prev-image img {
  width: 100%;
}
.prev-image .btn-danger {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.table-image {
  width: 100px;
}
.table-image-slide {
  width: 200px;
}
.tool-label {
  display: block;
}
.tool-label input {
  margin-right: 5px;
}
.dropdown.bootstrap-select.select.form-control {
  margin-bottom: 5px;
  border: 1px solid #cccccc;
}
.box-login {
  width: 100%;
  max-width: 450px;
  padding: 30px;
  box-shadow: 0 5px 10px rgba(0,0,0,.5);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box-login img {
  width: 90%;
  margin-bottom: 20px;
}
.box-login input {
  margin-bottom: 5px;
}
.box-login form {
  width: 100%;
}
.box-cards .card {
  margin-bottom: 20px;
}
.category-title {
  font-weight: bold;
}
.category-document {
  margin-bottom: 20px;
}
.box-more-recent p {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}
.box-more-recent label {
  margin: 5px 0 0;
}
.txt-small {
  font-size: 12px;
}
.box-color {
  width: 80px;
  height: 40px;
  border: 1px solid #d4d4d4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form label {
  margin-bottom: 0;
}
#prev-cover {
    width: 100%;
    position: relative;
}
#prev-icon {
  width: 150px;
  position: relative;
}
#prev-icon img,
#prev-cover img {
  width: 100%;
  border-radius: 5px;
}
#prev-icon button,
.btn-remove {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
}

.chart-total {
  position: relative;
  margin: 0 auto;
}

.chart-total-legend {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.legend-val {
  font-size: 4em;
  display: block;
  text-align: center;
  font-weight: 100;
  font-family: 'Oswald';
  color: #00c5cc;
}

.legend-desc {
  display: block;
  margin-top: 5px;
  text-align: center;
}

progress {
  border-radius: 10px;
  width: 25%;
  height: 18px;
  /*margin-left: -11.5%;
  box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.2 );*/
}
progress::-webkit-progress-bar {
  background-color: #ddd;
  border-radius: 10px;
}
progress::-webkit-progress-value {
  background-color: #00c5cc;
  border-radius: 10px;
  /*box-shadow: 1px 1px 5px 3px rgba( 255, 0, 0, 0.8 );*/
}

.progress-legend {
  font-size: 4em;
  font-weight: 100;
  font-family: 'Oswald';
}
.text-bold {
    font-weight: bold;
}
.checkbox-line {
    border-top: 1px solid #cccccc;
    padding-top: 15px;
    margin-bottom: 20px;
}
.file-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.file-item a {
    width: calc(100% - 40px);
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    background-color: #dadada;
    border-radius: 5px 0 0 5px;
    color: #000000;
    transition: .2s all;
    text-decoration: none;
}
.file-item a:hover {
    background-color: #c1c1c1;
}
.file-item a i {
    margin-right: 5px;
}
.item-delete {
    width: 40px;
    height: 40px;
    background-color: #ff0000;
    color: white;
    border: 0;
    border-radius: 0 5px 5px 0;
    transition: .2s all;
}
.item-delete:hover {
    background-color: #d80000;
}
.prev-logo {
    width: 150px;
    height: auto;
    background-color: #939393;
    padding: 10px;
    border-radius: 10px;
}
.form-control.message {
    height: auto;
}
