/*cor de fundo: #22252a*/

html,
body {
  height: 100%;
}

body {
  position: relative;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #8a8d93;
    background-color: #fff;

}

section {
  padding: 0 1rem;
}

a {
    color: #DB6574;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
  }
  
a:focus, a:hover {
    color: #c52e41;
}

/*
 * FORMS
*/
/*
* ==========================================================
*     FORMS 
* ==========================================================
*/
.form-control {
    border: 1px solid #444951;
    background: transparent;
    border-radius: 0;
    color: #979a9f;
  }
  
  .form-control::-moz-placeholder {
    font-size: 0.9rem;
    font-family: "Muli", sans-serif;
    color: #787b82;
  }
  
  .form-control::-webkit-input-placeholder {
    font-size: 0.9rem;
    font-family: "Muli", sans-serif;
    color: #787b82;
  }
  
  .form-control:-ms-input-placeholder {
    font-size: 0.9rem;
    font-family: "Muli", sans-serif;
    color: #787b82;
  }
  
  .form-control:focus {
    color: #979a9f;
    background-color: transparent;
    border-color: #DB6574;
    outline: none;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 101, 116, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(219, 101, 116, 0.25);
  }
  
  .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .form-control:disabled, .form-control[readonly] {
    background: #444951;
  }
  
  .form-control-label {
    color: #777;
  }
  
  button,
  input[type='submit'] {
    cursor: pointer;
    font-family: inherit;
    font-weight: 300 !important;
  }
  
  .input-group-text {
    background: #363a40;
    color: #8a8d93;
    font-weight: 300;
    border-radius: 0;
    border: 1px solid #444951;
  }
  
  .input-group-text .checkbox-template, .input-group-text .radio-template {
    -webkit-transform: none;
    transform: none;
  }
  
  .input-group .dropdown-menu {
    padding: 15px;
    color: #777;
    border-radius: 0;
    margin-top: 5px;
  }
  
  .input-group .dropdown-menu a {
    padding: 5px 0;
    color: inherit;
    text-decoration: none;
    display: block;
  }
  
  .input-group .dropdown-menu a:hover {
    color: #DB6574;
    background: none !important;
  }
  
  form label {
    font-size: 1rem;
    color: #8a8d93;
  }
  
  .checkbox-template,
  .radio-template {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    outline: none;
  }
  
  .checkbox-template + label,
  .radio-template + label {
    margin-left: 15px;
  }
  
  .checkbox-template::before,
  .radio-template::before {
    margin-right: 10px;
    content: '';
    display: inline-block;
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #8a8d93;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  
  .checkbox-template::after,
  .radio-template::after {
    content: '\f00c';
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 1px;
    left: 1px;
    font-size: 0.6rem;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
  }
  
  .checkbox-template:checked::before,
  .radio-template:checked::before {
    background: #DB6574;
  }
  
  .checkbox-template:checked::after,
  .radio-template:checked::after {
    opacity: 1;
  }
  
  .radio-template::before {
    border-radius: 50%;
    -webkit-transform: translate(-3px, -3px);
    transform: translate(-3px, -3px);
  }
  
  .radio-template::after {
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 50%;
    content: '';
  }
  
  .radio-template:checked::after {
    background: #fff;
  }
  
  input.input-material {
    width: 100%;
    border: none;
    border-bottom: 1px solid #444951;
    padding: 10px 0;
    background: none;
    color: #8a8d93;
  }
  
  input.input-material:focus {
    border-color: #DB6574;
  }
  
  input.input-material ~ label {
    color: #aaa;
    position: absolute;
    top: 14px;
    left: 0;
    cursor: text;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: 300;
  }
  
  input.input-material ~ label.error {
    color: #dc3545;
    font-size: 0.75rem;
    position: absolute;
    top: auto;
    bottom: -30px;
    left: 0;
  }
  
  input.input-material ~ label.active {
    font-size: 0.85rem;
    top: -10px;
    color: #DB6574;
  }
  
  .form-group-material {
    position: relative;
    margin-bottom: 30px;
  }
  
  .custom-select.is-invalid:focus,
  .form-control.is-invalid:focus,
  .was-validated .custom-select:invalid:focus,
  .was-validated .form-control:invalid:focus,
  .custom-select.is-valid:focus,
  .form-control.is-valid:focus,
  .was-validated .custom-select:valid:focus,
  .was-validated .form-control:valid:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .form-page .block {
    margin-bottom: 30px;
  }

/*
 * NAV TABS
*/
.nav-tabs { 
    border-bottom: 1px solid #DB6574;
}
.nav-tabs > li > .active, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover { 
	border-width: 0;
	border-radius: 0px;
}
.nav-tabs > li > a { 
	border: none; 
	color: #fff;
	padding-top: 20px;
    padding-bottom: 20px;
}
.nav-tabs > li > .active, .nav-tabs > li > a:hover { 
	border: none; 
	color: #fff !important; 
	background: #DB6574 !important; 
}


/*
 * GLOBAL 
*/

button {
  cursor: pointer;
}

i,
span,
strong {
  display: inline-block;
}

input {
  outline: none;
}

pre {
  color: #8a8d93;
}

.dropdown-divider {
  border-top-color: #6a6c70;
}

/* Global Classes */

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.padding-top-sm {
  padding-top: 30px !important;
}

.padding-bottom-sm {
  padding-bottom: 30px !important;
}

.margin-top-sm {
  margin-top: 30px !important;
}

.margin-bottom-sm {
  margin-bottom: 30px !important;
}

.breadcrumb {
  background: none;
  padding: 20px 20px;
  margin-bottom: 0;
  color: #8a8d93;
}

.breadcrumb a {
  color: #DB6574;
  text-decoration: none !important;
}

.breadcrumb li.active {
  color: #585a5f;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #585a5f;
}

.block {
  padding: 20px;
  background: #2d3035;
  color: #8a8d93;
  margin-bottom: 30px;
}

/*
 * TYPE  
 */
.text-bold {
    font-weight: 700;
}
  
.text-small {
    font-size: 0.8rem;
}
  
p {
    line-height: 1.7;
}
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
  }
  
  h1,
  .h1 {
    font-size: 2.5rem;
  }
  
  h2,
  .h2 {
    font-size: 2rem;
  }
  
  h3,
  .h3 {
    font-size: 1.75rem;
  }
  
  h4,
  .h4 {
    font-size: 1.5rem;
  }
  
  h5,
  .h5 {
    font-size: 1.25rem;
  }
  
  h6,
  .h6 {
    font-size: 1rem;
  }
  
  .lead {
    font-size: 1.25rem;
    font-weight: 300;
  }
  
  .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
  }
  
  .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  
  .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  
  .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  
  hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  small,
  .small {
    font-size: 80%;
    font-weight: 400;
  }
  
  mark,
  .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
  }
  
  .blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    border-left: 5px solid #DB6574;
  }
  
  .blockquote-footer {
    color: #868e96;
  }
  
  .blockquote-footer::before {
    content: "\2014 \00A0";
  }
  
  .text-primary {
    color: #DB6574 !important;
  }
  
  a.text-primary:focus, a.text-primary:hover {
    color: #d13c4f !important;
  }

/*
 * MAIN STRUCTURE
*/

.page-header {
    padding: 20px 15px;
    color: #8a8d93;
    margin-bottom: 30px;
}

.power {
  background-color: red;
}

/*
 * FULLSCREEN
*/
/* webkit requires explicit width, height = 100% of sceeen */
/* webkit also takes margin into account in full screen also - so margin should be removed (otherwise black areas will be seen) */
#element:-webkit-full-screen {
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: auto;
}

#element:-moz-full-screen {
	margin: 0;
}

#element:-ms-fullscreen {
	margin: 0;
}

/* W3C proposal that will eventually come in all browsers */
#element:fullscreen { 
	margin: 0;
}

.disable-fs::before {
  content: '\f066';
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: relative;
  font-size: 0.95rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #bfbbb7;
  background-color: red;
}

.enable-fs::before {
  content: '\f065';
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: relative;
  font-size: 0.95rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #bfbbb7;
  background-color: red;
}

/********************************
 * LOGIN PAGE  
********************************/
#login-page {
  background-color: #22252a;
  color: #bfbbb7;
}

.user_card {
  height: 400px;
  width: 350px;
  margin-top: auto;
  margin-bottom: auto;
  background: #15171a;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;

}
.brand_logo_container {
  position: absolute;
  height: 170px;
  width: 170px;
  top: -75px;
  border-radius: 50%;
  background: #22252a;
  padding: 10px;
  text-align: center;
}
.brand_logo {
  height: 150px;
  width: 150px;
  border-radius: 50%;
}
.form_container {
  margin-top: 100px;
}
.login_btn {
  width: 100%;
  background: #8e2d34 !important;
  color: white !important;
}
.login_btn:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
.login_container {
  padding: 0 2rem;
}
.input-group-text {
  background: #8e2d34 !important;
  color: white !important;
  border: 0 !important;
  border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #8e2d34 !important;
}

/********************************
 * NAVIGATION  
********************************/
nav.navbar {
    border-bottom: 1px solid #2d3035;
}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .75);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

.sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: calc(100vh - 56px);
    transition: all 0.3s;
}
.sidebar ul li a {
    display: block;
    padding: .75rem 1rem;
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
}
.sidebar ul li a:hover, .sidebar ul .active a {
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .25);
}
.sidebar ul ul a {
    padding-left: 2.5rem;
    background: rgba(0, 0, 0, .25);
}
.sidebar [data-toggle="collapse"] {
    position: relative;
}
.sidebar [data-toggle="collapse"]:before {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 1rem;
}
.sidebar [aria-expanded="true"] {
    background: rgba(0, 0, 0, .25);
}
.sidebar [aria-expanded="true"]:before {
    content: "\f0d8";
}
.sidebar.toggled {
    margin-left: -250px;
}

.content {
    width: 100%;
    background: #22252a;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .sidebar {
        margin-left: -250px;
    }
    .sidebar.toggled {
        margin-left: 0;
    }
}


.datepicker {
    font-size: 13px;
} 