@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* START CUSTOM BOOTSTRAP */
html, body {
  height: 100% !important;
}
* {
    font-family: 'Roboto', sans-serif;
}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 500;
}
/* START COLORS CSS*/
.bgo-blue {
    background-color: #1976d2 !important;
}
.bgo-skyblue {
    background-color: #29b6f6 !important;
}
.bgo-orange {
    background-color: #EB6210 !important;
}
.co-blue {
    color: #1976d2 !important;
}
.co-skyblue {
    color: #01B6ED !important;
}
.co-orange {
    color: #EB6210 !important;
}
/* END COLORS CSS*/

/*

    orange D76D00
skyblue 2192C5
blue 145EA8
*/
/* START BUTTONS CSS*/
.btn {
    border-radius: 100px !important;
    padding: .375rem 1.25rem !important;
    border-width: 2px !important;
    font-weight: 500;
}
/* Btn Primary - Blue */
.btn-primary {
    background-color: #1976d2 !important;
    border-color: #1976d2 !important;
}
.btn-outline-primary {
    color: #1976d2 !important;
    border-color: #1976d2 !important;
}
.btn-primary:hover, .btn-outline-primary:hover {
    color: #fff !important;
    border-color: #145EA8 !important;
    background-color: #145EA8 !important;
}
/* Btn Secondary - Skyblue */
.btn-secondary {
    background-color: #29b6f6 !important;
    border-color: #29b6f6 !important;
}
.btn-outline-secondary {
    color: #29b6f6 !important;
    border-color: #29b6f6 !important;
}
    .btn-secondary:hover, .btn-outline-secondary:hover {
        background-color: #2192C5 !important;
        border-color: #2192C5 !important;
        color: #fff !important;
    }
/* Btn Dark - Orange */
.btn-dark {
    background-color: #EB6210 !important;
    border-color: #EB6210 !important;
}
.btn-outline-dark {
    color: #EB6210 !important;
    border-color: #EB6210 !important;
}
    .btn-dark:hover, .btn-outline-dark:hover {
        background-color: #C46300 !important;
        border-color: #C46300 !important;
        color: #fff !important;
    }
.btn-light {
    color: #D76D00 !important;
}
/* END BUTTONS CSS*/


h1 {
    color: #1976d2;
}
a {
    color: #29b6f6 !important;
    cursor: pointer;
}
.form-control:focus {
    border-color: #1976d2 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #1976d2 !important;
}

/* START CARDS CSS */
.connectedSortable {
    min-height: 40px !important;
}
.card-primary:not(.card-outline) > .card-header {
    background-color: #1976d2;
}
/*.card-secondary:not(.card-outline) > .card-header {
    background-color: #FC7600;
}  */
.collapsed-card .card-header {
    border-radius: 4px;
}
.card.collapsed-card {
    box-shadow: none !important;
}
/* END CARDS CSS */



.icheck-primary > input:first-child:checked + input[type=hidden] + label::before, .icheck-primary > input:first-child:checked + label::before {
    background-color: #074F9F !important;
    border-color: #074F9F !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #1976d212 !important;
}
/* END CUSTOM BOOTSTRAP */
/* START LOG IN*/
.loginPage-rb{
  background-color: #1976d2;
}
.topLogin-rb{
  background-color: #1976d2;
}
.logoLogin-rb{
  padding: 12px 16px;
  width: 100%;
  text-align: center;
}
.logoLogin-rb img{
  width: 158px;
  height: 36px;
}
.login-rb{
  height: auto;
}
.imgLogin-rb{
  height: 100%;
  background-image: url('../img/img-login.png');
  background-size: cover;
  display: none;
}
.formLogin-rb{
  background-color: #fff;
  border-radius: 8px;
}
.spanWelcome-rb{
  color: #1976d2;
}
.formLogin-rb i {
    width: 20px;
    color: #F18625;
}
/* END LOG IN */
/* Start Sidebar */
/*.main-sidebar {
    background-color: #053C79;
}*/
.sidebar ul a {
    color: #1976d2 !important;
    font-weight: 500;
    padding: .75rem 1rem;
}
    .sidebar ul a:hover {
        background-color: #1976d220 !important;
    }
.nav-sidebar .nav-item > .nav-link .right {
    margin-top: .25rem;
}
.nav-sidebar > .nav-item.menu-open > .nav-link, .nav-sidebar > .nav-item:hover > .nav-link {
    background-color: #1976D020 !important;
}
.nav-legacy.nav-sidebar > .nav-item .nav-treeview, .nav-legacy.nav-sidebar > .nav-item > .nav-treeview {
    background-color: #1976D020 !important;
}
.nav-treeview a.nav-link {
    font-weight: 400;
}
    .nav-treeview a.nav-link:hover {
        background-color: #1976d220 !important;
    }
/*
.sidebar-dark-primary .nav-sidebar.nav-legacy>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar.nav-legacy>.nav-item>.nav-link.active {
    border-color: #00B5E2!important;
}
.nav-legacy .nav-treeview>.nav-item>.nav-link.active, .nav-legacy .nav-treeview>.nav-item>.nav-link:focus, .nav-legacy .nav-treeview>.nav-item>.nav-link:hover {
    background-color: #ffffff10 !important;
}*/
.logoFull-rb{
  width: 140px;
  height: 32px;
  margin-left: .8rem;
}
.logoMin-rb{
  width: 30px;
  height: 32px;
  display: none;
  margin-left: .8rem;
}
.sidebar-collapse .logoFull-rb{
  display: none !important;
}
.sidebar-collapse .logoMin-rb{
  display: inline-block !important;
}
.sidebar-collapse .main-sidebar:hover .logoFull-rb{
  display: inline-block !important;
}
.sidebar-collapse .main-sidebar:hover .logoMin-rb{
  display: none !important;
}


/* Start User Panel*/
.user-panel-rb {
    padding: 12px 0;
    border-radius: 40px;
    background-color: #f8f9fa;
}
.user-panel-rb .info{
  width: 100%;
}
    .user-panel-rb .info a {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        color: #29b6f6;
    }
    .user-panel-rb:hover {
        background-color: #29b6f6;
    }
        .user-panel-rb:hover .info a {
            color: #fff !important;
        }
/* End User Panel */


/* Menu Flat RB */
.nav-flat .nav-icon{
  margin-left: .6rem;
  margin-right: .2rem;
  text-align: center;
  width: 1.6rem;
}
/* END LAYOUT */
.sidebar-collapse .ulSocial-rb{
  display: none !important;
}
.sidebar-collapse .main-sidebar:hover .ulSocial-rb{
  display: inline-block !important;
}
.ulSocial-rb{
  display: inline-block;
  position: relative;
  left: 50%;
  margin-left: -108px !important;
}
.liSocial-rb{
  list-style: none;
  float: left;
  clear: right;
}
    .liSocial-rb a {
        padding: 8px;
        border-radius: 20px;
        cursor: pointer;
        display: inline-block;
        height: 36px;
        opacity: .24;
    }
.liSocial-rb a img{
  width: 20px;
  vertical-align: initial;
}
        .liSocial-rb a:hover {
            background-color: #dddddd80;
            opacity: 1;
        }
/*End Sidebar*/
.content-wrapper {
    background-color: #fff !important;
}
/*Start header*/
.navbar-primary {
    background-color: #1976d2 !important;
}
.navbar-primary a{
  color: #fff !important;
}
.nbDesktop-rb a{
  opacity: .9;
}
.nbDesktop-rb a:hover{
  opacity: 1;
}
/*End header*/
.main-sidebar, .main-sidebar::before {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
@media only screen and (min-width: 481px) {
}
@media only screen and (min-width: 820px) {
  .logoLogin-rb{
    width: auto;
    text-align: left;
  }
  .login-rb{
    height: calc(100% - 58px);
  }
  .formLogin-rb{
    border-radius: 0;
  }
  .imgLogin-rb{
    display: block;
  }
}

/*Inicio Paginación*/
.page-item.active > .page-link {
    background-color: #1976d2 !important;
    border-color: #1976d2 !important;
    color: #fff !important;
}
.page-item > .page-link {
    background-color: #f8f9fa !important;
    color: #1976d2 !important;
    border-radius: 50px !important;
    padding: 0 !important;
    line-height: 36px;
    width: 36px;
    text-align: center;
    margin-left: 12px;
    border: none !important;
}
    .page-item > .page-link:hover {
        background-color: #1976d220 !important;
    }
/*Fin Paginación*/

/*Input Number*/
.detalle > input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.headerSortDown:after,
.headerSortUp:after {
    content: ' ';
    position: relative;
    left: 10px;
    border: 7px solid transparent;
}

.headerSortDown:after {
    top: 10px;
    border-top-color: silver;
}

.headerSortUp:after {
    bottom: 15px;
    border-bottom-color: silver;
}

.headerSortDown,
.headerSortUp {
    padding-left: 20px;
}