:root {
    --blue-color: rgb(0, 102, 161);
    --lightblue-color: rgb(156, 214, 248);
    --purple-color: rgb(102,57,183);
    --lightpurple-color: rgba(102,57,183,0.15);
    --green-color: rgb(0,165,156);
    --lightgreen-color: rgba(0,165,156,0.22);
    --orange-color: rgb(250, 97, 25);
    --lightorange-color: rgba(250, 97, 25,0.2);
    --yellow-color: rgb(158, 149, 0);
    --lightyellow-color: rgba(158, 149, 0,0.2);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Stag Sans';
    color: black;
}

.blue {
    color: var(--blue-color);
}

.bblue {
    background-color: var(--blue-color);
}

.blightblue {
    background-color: var(--lightblue-color);
}

.bpurple{
    background-color: var(--purple-color);
}

.blightpurple{
    background-color: var(--lightpurple-color);
}

.bgreen{
    background-color: var(--green-color);
}

.blightgreen{
    background-color: var(--lightgreen-color);
}

.borange{
    background-color: var(--orange-color);
}

.blightorange{
    background-color: var(--lightorange-color);
}

.byellow{
    background-color: var(--yellow-color);
}

.blightyellow{
    background-color: var(--lightyellow-color);
}

@font-face {
    font-family: 'Stag Sans';
    src: url("../fonts/StagSans-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/StagSans-Book.otf") format("opentype"), url("../fonts/StagSans-Book.woff") format("woff"), url("../fonts/StagSans-Book.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Stag Light';
    src: url("../fonts/Stag-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Stag-Light.otf") format("opentype"), url("../fonts/Stag-Light.woff") format("woff"), url("../fonts/Stag-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Stag Medium';
    src: url("../fonts/Stag-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Stag-Medium.otf") format("opentype"), url("../fonts/Stag-Medium.woff") format("woff"), url("../fonts/Stag-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}


.login{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: white;
    background-image: url('../imgs/bg.png');
    background-size: cover;
}  

.login img{
    max-width:80px;
}

.horizontal {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    min-height: 200px;
    border-radius: 20px;
    background: white;
    color: grey;
    padding: 30px 0px;
}

#carousel{
    min-height:180px;
}

.carousel-indicators{
    top: 160px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

.title {
    font-family: 'Stag Medium';
}

.subtitle {
    font-family: 'Stag Light';
    font-size:18px;
}

.pointer{
    cursor:pointer;
}

nav{
    min-height:80px;
    color: white;
}

nav .logo{
    width:86px;
    height:28px;
}

.navbar-transparent{
    background-color: transparent !important;
    transition: all .5s ease-out;
}

.navbar-white{
    background-color: white !important;
}

header{
    min-height:600px;
    background-image: url('../imgs/bg.png');
    background-size: cover;
    margin-top:-80px;   
}

.headerContainer{
    margin-top:80px;
}

.top .list-group{
    border-radius:5px;
}
.top .list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    margin-bottom: -1px;
    background-color: rgba(0, 102, 161,.7);
    border: 1px solid rgba(255,255,255,.7);
    transition: 0.4s;
}

.top .list-group-item:hover {
    background-color: rgba(255,255,255,.1);
}

.top .list-group-item-action {
    width: 100%;
    color: white;
    text-align: inherit;
}

.btnMenu{
    height:32px;
}


button.rounded{
    border-radius: 50px !important;
    padding: 0px 40px;
}

button.rounded:hover {
    color: var(--blue-color);
}

button.rounded i{
    color: white;
}

button.rounded:hover i{
    color: var(--blue-color);
}

button.rounded.blue, button.rounded.blue i{
    color: var(--blue-color);
    border-color: var(--blue-color);
}

button.rounded.blue:hover,button.rounded.blue:hover i{
    background-color: var(--blue-color);
    color: white;
    border-color: var(--blue-color);
}

#searchInput1, #searchInput2 {
    padding: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;    
}
#searching1,#searching2{
    border-top-right-radius: 20px; 
    border-bottom-right-radius: 20px;
    background-color: var(--blue-color);
}

.cellCenter{
    vertical-align: middle!important;
    text-align:center;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--blue-color);
    border-color: var(--blue-color);
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--blue-color);
    background-color: #fff;
    border: 1px solid #dee2e6;
}


.btn-outline-atos {
    color: white;
    border-color: white;
  }
  
  .btn-outline-atos:hover, .btn-outline-atos.hover {
    color: #fff;
    background-color: var(--blue-color);
    border-color: var(--blue-color);
  }

  .btn-outline-atos.hover:hover{
        color: var(--lightblue-color);
  }
      
  .btn-outline-atos:not(:disabled):not(.disabled):active, .btn-outline-atos:not(:disabled):not(.disabled).active,
  .show > .btn-outline-atos.dropdown-toggle {
    color: #fff;
    background-color: var(--blue-color);
    border-color: var(--blue-color);
  }
  
  .btn-outline-atos:not(:disabled):not(.disabled):active:focus, .btn-outline-atos:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-atos.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }

.user{
    padding: 10px;
}

.user .avatar{
    width:42px;
    height:42px;
    border-radius:50%;
    margin: 0px 10px;
}

.user .name{
    margin:0;  
}

.user .cargo{
    margin:0;
    margin-top:-5px;
    color: lightgrey;
}

.card{
    background-color: transparent;
}

.card:hover{

    cursor:pointer;
}

/******** LEARN **************/

.learn .learnLeft{
    width:260px;
    min-height: 350px;
    background-size:cover;
    background-image: url('../imgs/bg_learn.png');
}

.event{
    border-radius: 10px;
}

.event .desc{
    color: grey;
    font-size: 14px;
    line-height:14px;
}

.event .date{
    font-family: 'Stag Light';
    font-size: 20px;
}

.event .date p{
    font-family: 'Stag Light';
    font-size: 28px;
    margin-top:-10px;
}

.event .info{
    color: grey !important;
    font-size:12px;
}

.followCard{
    border-radius:5px;
    padding:10px;
}

.followCard .country{
    font-family: 'Stag Light';
    font-size: 28px;
    margin-top:-10px;
}

.kpi .head{
    color: grey;
}

.kpi .number{
    font-family: 'Stag Sans';
    font-size: 32px;    
}

.targets .targetCircle{
    width:38px;
    height:38px;
    border-radius: 50%;
    color: white;
    padding:8px 16px;
}

.targets .desc{
    color: grey;
    line-height: 14px;
}

.stars {
    float: left;
    width: auto
}
.starOn {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../imgs/star_on.svg');
    padding: 0 0 16px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    float: left;
    width: 16px
}
.starOff {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../imgs/star_on.svg');
    padding: 0 0 16px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    float: left;
    width: 16px
}

#biggerSearch {
  
    transition: 0.4s;
    opacity: 1;
}

#biggerSearch.none {
    opacity: 0;
}

#biggerSearch input:focus{
    
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
    background-color: rgba(255, 255, 255, 0.75);
    outline: none;
}

/********/

#filters{
    color: white;
    font-size:12px;
}

#filters .btn{
    font-size:10px;
}

#filters select{
    background-color: var(--blue-color);
    color: white;
    font-size:12px;
    border:0;
}

#filters select option {
    color: white;   
}

.filtersWidth{
    width:50%;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--blue-color);
    background-color: var(--blue-color);
}

.dropdown-item.active,.dropdown-item:active {
    color:#fff;
    text-decoration:none;
    background-color:var(--blue-color);
}

.dropdown.bootstrap-select ul.dropdown-menu li a span{
    color: var(--blue-color);
    font-style: italic;
}

.dropdown.bootstrap-select ul.dropdown-menu li a.active span{
    font-size: 12px;
    color: white;
}


@media screen and (max-width:1200px) {

    button.rounded{
        padding: 5px 30px;
        font-size:14px;
    }

    .top .list-group-item {
        font-size: 12px;
    }
}


@media screen and (max-width:767px) {

    #carousel h3{
        font-size: 1.4em;
    }

    #carousel .subtitle{
        font-size: .9em;
    }

    .carousel-indicators {
        /*display:none;*/
        top:240px;
    }

    button.rounded{
        padding: 0px 20px;
        font-size:12px;
    }

    button.btnBody{
        padding: 5px 20px;
        font-size:14px; 
    }

}



/*********** mobile - L ****************/

@media screen and (max-width:480px) {

    nav{
        padding:0px 0px 0px 20px!important;
    }

    .carousel-indicators {
        display:none;
    }

    button.rounded{
        padding: 5px 10px;
        font-size:12px;
        margin:0px;
    }

    .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item {
        color: var(--blue-color);
        font-size:12px;
    }

    .filtersWidth{
        width:100%;
    }
}

/* Selection Markup */
::selection {
    color: #fff;
    background: #0066a1;
}
::-moz-selection {
    color: #fff;
    background: #0066a1;
}
::-ms-selection {
    color: #fff;
    background: #0066a1; 
}
::-o-selection {
    color: #fff;
    background: #0066a1;
}
::-webkit-selection {
    color: #fff;
    background: #0066a1;
}

/******** Scrollbar customization *********/
div.eventDetail::-webkit-scrollbar, div.nextEvent::-webkit-scrollbar,  div.trainingDetail::-webkit-scrollbar{
    max-width: 0.4rem;
}
/* Track */
div.eventDetail::-webkit-scrollbar-track, div.nextEvent::-webkit-scrollbar-track,  div.trainingDetail::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    -webkit-box-shadow: inset 0 0 5px grey;    /* Safari, Chrome */
    -moz-box-shadow: inset 0 0 5px grey;       /* Mozilla */ 
    -ms-box-shadow: inset 0 0 5px grey;        /* IE */
    -o-box-shadow: inset 0 0 5px grey;         /* Opera */
    border-radius: 10px;
}
/* Handle */
div.eventDetail::-webkit-scrollbar-thumb, div.nextEvent::-webkit-scrollbar-thumb,  div.trainingDetail::-webkit-scrollbar-thumb {
    background-color: rgba(0, 102, 161, 0.9);
    border-radius: 10px;
}
div.eventDetail::-webkit-scrollbar-button, div.nextEvent::-webkit-scrollbar-button,  div.trainingDetail::-webkit-scrollbar-button {
    display: none;
}