span.logo{
    font-size: 24px;
    font-weight: 200;
    margin: 18px 10px 0 10px !important;
    display : inline-block;
}

span.logo.logo-light{
    color: white;
}

span.logo > span {
    color : #33A3A3;
}


.sizing-case-portlet .sizing-module-logo{
    float : left;
    height : 90px;
    margin-right : 15px;
}

.sizing-case-portlet .sizing-module-logo img{
    height : 100%;
    border-radius: 6px;
}

.dashboard-stat2.no-progress {
    padding-bottom: 15px;
}
.dashboard-stat2.no-progress > .display{
    margin-bottom: 5px;
}

.user-static-form .form-group.form-md-line-input{
    margin-bottom: 5px;
}

.es-license-row:nth-of-type(even){
    background-color: #f9f9f9;
}

.es-license-row span{
    font-weight: bold;
}

/* Fix daterangepicker conflict */
.daterangepicker_input > input.input-mini {
    width: 100% !important;
}