@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

body {
    font-family: 'Roboto', sans-serif;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #fbfbfb;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #a3a3a3;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #5a5a5a;
  }

/*Login*/
.bg {
    background-size: auto;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-finished {
    background-color: #36a3ebd3;

}

.bg-finished-late {
    background-color: #20618cca;

}

.bg-in-process {
    background-color: #f1bd38c5;

}

.bg-in-process-late {
    background-color: #fd8915c7;

}

.bg-denied {
    background-color: #ff6385ca;

}

.bg-blue {
    background-color: #1e262a;

}

.font-blue {
    color: #1e262a !important;
    text-align: center;
    font-size: 44px;
    font-family: 'Lato', sans-serif;
}

.font-info{
    color: #10a5aa !important;
}

.btn-stats {
    color: black;
    font-size: 22px;
}

.btn-stats:hover {
    color: #e0e0e0;
    font-size: 22px;
    background-color: #343A40;
    transition: 0.5s;
}

.special-card {
    background-color: rgba(245, 245, 245, 1) !important;
    opacity: .8 !important;

}

.login-container {

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100vh;
    max-height: 100vh;
    min-width: 100vw;
    max-width: 100vw;
    padding: 2em;
}

.login-box {
    max-width: 450px;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.brand-logo {
    margin: 0 auto 3em auto;
    width: 50%;
}

/*Menu*/

.navbar-blue {
    background-color: #151b24;
    color: white;
}

/*sidebar*/

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, #000000 0%, #202833 100%);
    background: -webkit-linear-gradient(0deg, #000000 0%, #202833 100%);
    background: linear-gradient(0deg, #000000 0%, #202833 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#202833", GradientType=1);
    color: #c5deff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #fff;
    background: #000000;
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    /* background: #001329; */
}

/* pagination */

ul.pagination li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: 8px;
    line-height: 1.25;
    color: #1e262a !important;
    font-weight: bold;
    background-color: #e9e9e9;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
}

ul.pagination li a:hover {
    color: #0a3b6e !important;
    text-decoration: none;
    background-color: #ffffff;
    border-color: #7d91a5;
}

/*Select2*/

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #1e262a !important;
    border: 1px solid #034669 !important;
    color: white !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #ced4da 1px !important;
}


.password-container {
    background-color: #2c2c2c !important;
    border-radius: 5px;
    color: white;
    padding: 4px;
}

.note {
    background-color: #f1f1f1 !important;
    border-radius: 5px;
    padding: 14px;
    margin: 10px;
    border-left: 5px solid #37da37;
}

.text-light-blue {
    color: #2A88F1;
}

.zoom:hover {
    transform: scale(1.1);
    transition: transform .4s
}

/*Profile*/
.profile {
    margin: 20px 0;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-name {
    color: #5a7391;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-username {
    color: #5a7391;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 7px;
    font-style: italic;
}

.profile-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-email {
    color: #2b82c8;
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 15px;
}

.profile-data {
    color: #2b82c8;
    font-size: 12px;
    font-weight: 200;
    margin-bottom: 15px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

.profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
    margin-right: 0px;
}

/* Profile Content */
.profile-content {
    padding: 20px;
    background: #fff;
    min-height: 460px;
}

.list-group {
    max-height: 300px;
    margin-bottom: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

#hiddenForm {
    display: none;
}

.select2 {
    width: 100% !important;
}

.circle {
    background-color: #1584df;
    font-size: 30px;
    padding-top: 10px;
    padding-right: 13px;
    margin-top: 10px;
    margin-right: -10px;
}

.circle_user {
    background-color: #0fe28a;
    color: white;
    font-size: 30px;
    padding-top: 10px;
    padding-right: 13px;
    margin-top: 10px;
    margin-right: -10px;
}

.bg-green {
    background-color: #0A6332;
}

.text-green {
    color: #0A6332;
}
.text-red {
    color: #b61708;
}
.text-cian {
    color: #19af96;
}
.text-blue {
    color: #0e409c;
}


/* Minutas */

.box {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #154380;
}

.topic{
    border: 1px solid #000000;
    border-radius: 10px;
    padding-bottom: 10px;
}

.topic h4, .topic h5{
    border-bottom: 1px solid #154380;
}

.r-border{
    padding-right: 10%;
    border-right: 1px solid #154380;
}


.signs{
    margin:0 25% 0 25%;
    padding-left: 3%;
    border-bottom: 1px solid #cfcfcf;
}

.hr {
    margin-left: auto;
    margin-right: auto;
    background-color: #154380;
    height: 0,5px;
}


/* AVATAR */

.avatar-xsm {
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
.avatar-sm {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

  .avatar-profile {
    vertical-align: middle;
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }

  .avatar-md {
    vertical-align: middle;
    width: 150px;
    height: 150px;
    border-radius: 50%;
  }


  
  /* tasks index */

  .task-list{
    overflow: auto;
    height: 580px;
  }

  /* Parent Container */
.content_img{
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
   }
   
   /* Child Text Container */
   .content_img div{
    position: absolute;
    bottom: 0;
    right: -10px;
    padding: -10px;
    background: rgb(20, 42, 59);
    color: white;
    margin-bottom: 5px;
    font-family: sans-serif;
    font-size: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.5s linear; 
    transition: visibility 0s, opacity 0.5s linear;
   }
   
   /* Hover on Parent Container */
   .content_img:hover{
    cursor: pointer;
   }
   
   .content_img:hover div{
    width: 80px;
    padding: 0 5px;
    visibility: visible;
    opacity: 0.7; 
   }

   .option-list{
        font-size: 12px;
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #f5f5f5;
        margin-bottom: 10px;
   }

   .option-item{
    float: left;
   }

   .option-item a{
    display: block;
    color: #474747;
    text-align: center;
    padding: 16px;
    text-decoration: none;
   }

   .option-item a:hover {
    background-color: #afd0eb;
   }

   .bg-light-gray{
        background-color: #e9e9e9;
   }

   /* Task Charts */

   #tasks-chart {
    max-width: 700px;
    margin: 35px auto;
  }

/*File chooser*/
.file_topic{
    display: block;
  }
  .imageThumb {
    max-height: 75px;
    border: 2px solid;
    padding: 1px;
    cursor: pointer;
  }
  .pip {
    display: inline-block;
    margin: 10px 10px 0 0;
  }
  .remove {
    display: block;
    background: #444;
    border: 1px solid black;
    color: white;
    text-align: center;
    cursor: pointer;
  }
  .remove:hover {
    background: white;
    color: black;
  }
  
  .custom-file{
      padding-top: -50px;
  }

  .custom-file button{
      display: inline;
      border: none;
      border-bottom-right-radius: 1rem;
      border-top-right-radius: 1rem;
      background-color: #1e262a;
      color: white;
      padding: 10px;
      width: 50%;
      padding-bottom: 12px;
  }

  .custom-file input{
      display: inline;
      cursor: pointer;
      border-bottom-left-radius: 1rem;
      border-top-left-radius: 1rem;
      background-color: #d1d1d1;
      color: #1e262a;
      padding: 10px;
      width: 50%;
      float: left;
  }

  input[type=file]::-webkit-file-upload-button {
    border: none;
    background: #d1d1d1;
    font-weight: bold;
    cursor: pointer;
}
/*Media*/
@media (max-width: 1081px) {
    #sidebar {
        margin-left: -250px;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }

}
