﻿
body {
    width: 100%;
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}

.page-wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
}

.content {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: none;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.flex {
    -ms-flex: 1;
    flex: 1;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.bg-pattern {
    background-image: url(../images/pattern-1.png);
    background-repeat: repeat;
    background-position: center center;
}

.full-height {
    height: 100%;
    background-size: cover;
    width: 100%;
    background-position: center center;
    background-attachment: scroll;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.w100 {
    width: 100% !important;
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e3423d !important;
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
    background-color: #bd2130 !important;
}

button:focus, button:hover, a:focus, a:hover {
    text-decoration: none !important;
    outline: 0 !important;
}

a:hover {
    color: #0084ff;
    text-decoration: none;
    outline: 0 !important;
}

.avatar60 {
    width: 60px !important;
    height: 60px !important;
    font-size: 24px !important;
}

.avatar {
    position: relative;
    line-height: 1 !important;
    white-space: nowrap;
    font-weight: normal;
    border-radius: 0px;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

a {
    text-decoration: none !important;
    color: #0099cc;
}
