//
// Global
//

@global-color:                                  #464457;
@global-emphasis-color:                         #09034E;
@global-muted-color:                            #A1A0AD;

@global-link-color:                             #3ECAD1;
@global-link-hover-color:                       #5B39EA;

@global-muted-background:                       #F7FAFD;
@global-primary-background:                     #3ECAD1;
@global-secondary-background:                   #5B39EA;

@global-warning-background:                     #F7CB04;
@global-danger-background:                      #FF5785;

@global-large-box-shadow:                       10px 28px 50px 0 rgba(0,40,155,0.2);
@global-medium-box-shadow:                      5px 14px 25px 0 rgba(0,40,155,0.16);
@global-small-box-shadow:                       3px 8px 16px 0 rgba(0,40,155,0.12);
@global-xlarge-box-shadow:                      18px 50px 80px 0 rgba(0,40,155,0.24);

//
// Form
//

@form-background:                               desaturate(darken(@global-muted-background, 2%), 10%);
@form-focus-background:                         desaturate(darken(@global-muted-background, 5%), 10%);

//
// Icon
//

@icon-button-background:                        desaturate(darken(@global-muted-background, 2%), 10%);

//
// Pagination
//

@pagination-item-active-background:             desaturate(darken(@global-muted-background, 2%), 10%);

//
// Search
//

@search-default-background:                     desaturate(darken(@global-muted-background, 2%), 10%);
@search-default-focus-background:               desaturate(darken(@global-muted-background, 5%), 10%);

//
// Table
//

@table-row-active-background:                   desaturate(darken(@global-muted-background, 2%), 10%);

//
// Utility
//

@box-shadow-bottom-background:                  #26418E;

@dragover-box-shadow:                           0 0 20px rgba(0,40,155,0.2);