.engie-btn.btn-primary {   
    box-shadow: none;
}

.btn-outline-primary {
    background-color: transparent;
}

.engie-btn {
    height: 36px;
    line-height: 36px;
    padding: 0rem 1rem;
    margin: 0px;
    display: inline-block;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-size: 12px;    
    border: 0;
    transition: .2s ease-out;
    text-transform: uppercase;   
    word-wrap: break-word;
    cursor: pointer;
}

.btn-rounded {
    border-radius: 10em;
}

.engie-btn.btn-primary:hover {   
    text-decoration: none !important;
}

.z-depth-1-half, .btn:hover, 
.engie-btn:hover, 
.btn:active, 
.engie-btn:active, 
.btn:focus, 
.engie-btn:focus, 
.btn-floating, 
.engie-btn.btn-primary:hover, 
.engie-btn.btn-secondary:hover, 
.engie-btn.btn-red:hover, 
.engie-btn.btn-red:visited, 
.engie-btn.btn-red:focus {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15) !important;
}

.btn:hover, 
.engie-btn:hover, 
.btn:active, 
.engie-btn:active, 
.btn:focus, 
.engie-btn:focus {
    outline: 0;
}

.engie-btn.btn-secondary {   
    box-shadow: none;
    color: #fff !important;
    text-decoration: none;
}

.engie-btn.btn-primary:disabled {
    color: rgba(0,0,0,0.26) !important;
    background-color: rgba(0,0,0,0.12);
    box-shadow: none !important;
}

.btn.disabled, 
.disabled.engie-btn, 
.btn:disabled, 
.engie-btn:disabled {
    cursor: not-allowed;
}

.engie-btn.btn-primary:disabled:hover, 
.engie-btn.btn-primary:disabled:visited, 
.engie-btn.btn-primary:disabled:focus, 
.engie-btn.btn-primary:disabled:active {
    background-color: rgba(0,0,0,0.12) !important;
}

.engie-btn.btn-outline-primary {  
    box-shadow: none !important;
    padding: 0rem 1rem;  
    background-image: none !important;
}

.engie-btn.btn-outline-primary:hover, 
.engie-btn.btn-outline-primary:visited, 
.engie-btn.btn-outline-primary:focus {
    background-color: rgba(255,255,255,0.1) !important;
}

.engie-bar-small {
    width: 283px;
    height: 8px;
    background-image: url(img/bar-small.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

input[type=text], 
input[type=password], 
input[type=email], 
input[type=url], 
input[type=time], 
input[type=date], 
input[type=datetime-local], 
input[type=tel], 
input[type=number], 
input[type=search-md], 
input[type=search], 
textarea.md-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #bdbdbd;
    border-radius: 0;
    outline: none;
    height: 2.1rem;
    width: 100%;
    font-size: 1rem;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
}

[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button.close {
    padding: 0;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.engie-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #292b2c;
    background-color: #fff;
}

.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #eceeef;
}


@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/lib/engie-bootstrap/font/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(/lib/engie-bootstrap/font/MaterialIcons-Regular.woff2) format('woff2'),
    url(/lib/engie-bootstrap/font/MaterialIcons-Regular.woff) format('woff'),
    url(/lib/engie-bootstrap/font/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

