*{
    box-sizing: border-box;
}

html, body{
    width: 100%;
    height: 100%;
    margin: 0;
    background: #f9f9f9;
}

#home{
    margin-top: 50px;
}

.navbar-default{
    background: #fff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.35);
}

.navbar-brand{
    padding: 0 20px;
}

.logo-head-2{
    padding: 5px 0 0 0 !important;
}

.logo-head-2 img{
    height: 40px;
    width: auto;
}

.title-input-head{
    display: inline-block;
    color: #606060;
}

.icons-head{
    padding: 10px 15px !important;
}

.icon-head-password{
    padding: 10px 0 !important;
}

.icons-head img{
    height: 30px;
}

.input-head input{
    width: 55px !important;
}

.badge{
    position: absolute;
    background: red;
    color: #fff;
    border-radius: 50%;
    top: 5px;
    left: 27px;
}

.circle-login{
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 50%;
    background-size: cover;
    padding: 0;
    margin: 5px 0 0 5px;
}

.circle-login img{
    height: 40px;
    width: 40px;
    border-radius: 50px;
}

.navbar-default #circle>.open>a, .navbar-default #circle>.open>a:focus, .navbar-default #circle>.open>a:hover{
    background-color: transparent;
}

.no-padding-nav{
    padding: 0 !important;
}

.dropdown-menu-text{
    text-align: right;
}

.container-icons{
    background: #eee;
    padding: 30px;
    text-align: center;
    color: #2a306e;
    border-radius: 5px;
    min-height: 233px;
    margin-bottom: 25px;
    cursor: pointer;
}

.text-icon{
    font-size: 14px;
    color: #2a306e;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 20px;
}

.capitalize {
   text-transform: capitalize;
}
.custom-li {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
}
.custom-li:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}