@charset "UTF-8";
/*================================================================================
	Item Name: Stack - Responsive Admin Theme
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
/*
 * VARIABLES
 */
/*
 * GENERALS 
 */
a {
  /* color: #AF0086;  */
}

a:hover {
  /* color: #9F0073;  */
}

.btn-outline-primary:hover {
  /* border-color: #AF0086;  */
}

/*
 * LOGIN
 */
html body.bg-full-screen-image.cands-login {
  background: url(../img/bg.jpg) repeat center center fixed; }

/*
 * CAPÇALERA
 */
html body .pace .pace-progress {
  background: #F5E0F0; }

.header-navbar .navbar-header .navbar-brand {
  padding: 7px 0 0; }

.header-navbar .navbar-container ul.nav li a.dropdown-language {
  padding: 1.65rem .6rem; color:#030f40;}

/*
 * SIDEBAR
 */
.main-menu.menu-light .navigation > li.active > a {
  /* color: #030f40;  */
}

.main-menu.menu-light .navigation > li.open {
  /* border-left: 4px solid #030f40;  */
}

a.menu-title {
  background-color: #aedf1b !important;
  border-color: #aedf1b !important;
}

i.primary:hover, .btn-outline-primary:hover {
  color : #030f40 !important; }

.form-control:focus {
   border-color: #102137;
}

body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-brand {padding-top: 7px;}
body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-brand .brand-text {height:0px;}

.select2-container--classic .select2-results__options .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__options .select2-results__option[aria-selected="true"] {background-color: #aedf1b !important; color: #030f40 !important;}
.select2 {width:100% !important;}
.page-item.active .page-link {
   background-color: #aedf1b !important; color: #030f40 !important; 
}
.page-link, .page-link:hover {
  color: #030f40 !important;  
}

.switch_absolut {
  position: absolute;
  top: 32px;
}

.ranges li {
  font-size: 13px !important;
  background: #f5f5f5 !important;
  border: 1px solid #f5f5f5 !important;
  border-radius: 4px !important;
  color: #030f40 !important;
  padding: 3px 12px !important;
  margin-bottom: 8px !important;
  cursor: pointer !important;
}

.ranges li.active {
  background: #aedf1b !important;
  border: 1px solid #aedf1b !important;
  color: #030f40 !important;
}

.ranges li:hover {
  background: #aedf1b !important;
  border: 1px solid #aedf1b !important;
  color: #030f40 !important;
}

a
{
    text-decoration: none !important; 

    color: inherit !important;
}
a:focus,
a:hover
{
    text-decoration: none !important; 
    outline: 0 !important;
    color: inherit !important;
}

/* */
#reportrangecaixa:read-only {
  background-color: white !important;
}
