/* Visit-Me v1.0.0 */

/*******************************
            CONTENTS
********************************
            1. BODY
            2. TYPOGRAPHY
            3. ELEMENTS
            4. TOAST
            5. DASH
            6. VISITOR CONTAINER
            7. TOOLBAR
            8. LOGIN
            8.5 SIGNUP
            9. SCHEDULE
            10. PERMISSIONS
            11. TOGGLE 
            12. TRIAL
            13. MAP
            14. VISITOR DETAIL
            15. BOOTSTRAP GRID
*******************************
*******************************/

/*******************************
********************************
            1. DASH
*******************************
*******************************/

body, input, textarea
{
    margin:auto;
    text-decoration:none;
    font-family: "nunito", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.428571429;
    color: #333333;
    overflow-x: hidden;
}
.app-content
{
    width: calc(100% - 5%);
    margin: auto;
    max-width: 1400px;
}
.app-content.front-page {
    width: 1000px;
    height: 700px;
    position: fixed;
    top: calc(50vh - 315px);
}

/* PHONE */
@media (max-width: 319px)  {
    .version {
        display: none !important;
    }
}
/* BIG PHONE */
@media (min-width:320px) and (max-width:480px) {
    .app-content.front-page {
        width: 250px;
        left: calc(50vw - 90px);
        overflow: hidden;
    }
    .card-row .col-md-2-5 {
        margin-bottom: 15px;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }
    .productivityCanvas {
        height: 200px !important;
    }
    .version {
        display: none !important;
    }
    .card-row {
        margin-top: 20px;
    }
    .top-card .name {
        font-size: 15px !important;
    }
    .top-card .description {
        font-size: 12px !important;
    }
    .login-container .col-md-8 {
        display: none;
    }
    .login-container .col-md-4 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        background-image: url(../images/login-carousel/background.jpg);
        background-size: cover;
        background-position-x: 50%;
        background-position-y: 0;
    }
    .login-container .col-lg-6, .login-container .col-lg-8 {
        width: 80% !important;
        margin-left: 10% !important;
    }
    .login-img {
        background: url('../images/icons/icon-lite.png') !important;
        height: 150px !important;
        width: auto !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        margin-left: 0 !important;
        margin-bottom: 50px !important;
    }
}
/*DL 150 to 120 and overflow hidden*/
/* PHABLET */
@media (min-width:481px) and (max-width:640px)  {
    .app-content.front-page {
        width: 350px;
        left: calc(50vw - 120px);
    }
    .card-row .col-md-2-5 {
        margin-bottom: 15px;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }
    .productivityCanvas {
        height: 200px !important;
    }
    .version {
        display: none !important;
    }
    .top-card .name {
        font-size: 15px !important;
    }
    .top-card .description {
        font-size: 12px !important;
    }
    .login-container .col-md-8 {
        display: none;
    }
    .login-container .col-md-4 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        background-image: url(../images/login-carousel/background.jpg);
        background-size: cover;
        background-position-x: 50%;
        background-position-y: 0;
    }
    .login-container .col-lg-6, .login-container .col-lg-8 {
        width: 80% !important;
        margin-left: 10% !important;
    }
    .login-img {
        background: url('../images/icons/icon-lite.png') !important;
        height: 150px !important;
        width: auto !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        margin-left: 0 !important;
        margin-bottom: 50px !important;
    }
}
/*DL 600 to 550 and 270 to 220 px*/
/* TABLET PORTRAIT */
@media (min-width:641px) and (max-width:960px)  {
    .app-content.front-page {
        width: 550px;
        left: calc(50vw - 220px);
    }
    .productivityCanvas {
        height: 225px !important;
    }
    .version {
        display: none !important;
    }
    .login-container .col-md-8 {
        display: none;
    }
    .login-container .col-md-4 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        background-image: url(../images/login-carousel/background.jpg);
        background-size: cover;
        background-position-x: 50%;
        background-position-y: 0;
    }
    .login-container .col-lg-6, .login-container .col-lg-8 {
        width: 80% !important;
        margin-left: 10% !important;
    }
    .login-img {
        background: url('../images/icons/icon-lite.png') !important;
        height: 150px !important;
        width: auto !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        margin-left: 0 !important;
        margin-bottom: 50px !important;
    }
}
/* TABLET LANSCAPE */
@media (min-width:961px) and (max-width:1075px)  {
    .app-content.front-page {
        width: 700px;
        left: calc(50vw - 320px);
    }
    .productivityCanvas {
        height: 250px !important;
    }
    .version {
        display: none !important;
    }
}
/* LAPTOP */
@media (min-width:1076px) and (max-width:1281px) {  
    .app-content.front-page {
        left: calc(50vw - 440px);
    }
    .productivityCanvas {
        height: 300px !important;
    }
}
/* DL top margin changes */
/* DESKTOP */
@media (min-width:1282px) and (max-width:1499px) {
    .app-content.front-page {
        left: calc(50vw - 430px);
        top: calc(50vh - 320px);
    }
}

/* DESKTOP + */
@media (min-width:1200px) { 
    
}

/* LARGE DESKTOP */
@media (min-width:1500px) {  
  .app-content.front-page {
    left: calc(50vh - 100px);
    top: calc(50vh - 400px);
  }  
}

/* BROWSER SPECIFIC */
@supports (transform: translateY(-50%)) {
    
}

/*******************************
********************************
            2. TYPOGRAPHY
*******************************
*******************************/

h1
{
	font-family: Nunito; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px;
    margin: 0 auto !important;
}
h2
{
    margin: 0 auto !important;
    font-size: 1.25em !important;
    font-weight: 200 !important;
}
h3
{
	font-family: Nunito; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px;
    margin: 0 auto !important;
}
p
{
	font-family: Nunito; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px;
}
blockquote
{
	font-family: Nunito; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px;
}
pre
{
	font-family: Nunito; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5667px;
}
a, p, h6, h5, h4 h3, h2, h1, input
{
    
    color:#101010 !important;
}
a
{
    text-decoration:none;
}
b {
    font-weight: bold;
}
li
{
    list-style-type:none;
}
.fa-custom
{
    color: transparent;
    -webkit-text-stroke-width: 1.4px;
    -webkit-text-stroke-color: #fff;
}
.fa-thin {
    -webkit-text-stroke-width: 1px;
}
.fa-active {
    color: white;
    -webkit-text-stroke-color: transparent;
}
.fa-black
{
    color: transparent;
    -webkit-text-stroke-width: 1.4px;
    -webkit-text-stroke-color: black;
}
.fa-red, .fa-blue
{
    color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #197ACF;
}
.fa-blue-file {
    color:#197ACF;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color:white;
}
.red {
    color: #ea3c53;
}
.blue {
  color: #197ACF;
}
button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}
.vh-20
{
    margin-top:20vh;
}
.col-lg-1-5, .col-md-1-5 {
    -ms-flex: 0 0 12.4999995%;
    flex: 0 0 12.4999995%;
    max-width: 12.4999995%;
}
.col-lg-2-5, .col-md-2-5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

/*******************************
********************************
            3. ELEMENTS
*******************************
*******************************/

.page-title
{
    text-align: center;
    margin-top: 50px;
}
table
{
    border-collapse: collapse;
}
.data-table
{
    text-align: center;
    margin: 50px auto;
}
.td-center
{
    text-align:center;
}
.td-10
{
    width:10%;
}
.td-12-5
{
    width:12.5%;
}
.td-20
{
    width:20%;
}
.td-25
{
    width:25%;
}
.td-33
{
    width: calc(100%  /3);
}
.td-50
{
    width:50%;    
}
tr.ng-scope
{
    cursor: pointer;
    border-radius: 5px;
}
.ta-hidden-input {
    display: none !important;
}
.pointer {
    cursor: pointer;
}
.cursor-default {
    cursor: default;
}
.no-border {
    border: none;
}
.clean-input {
    border: none;
    width: 100px;
    text-align: right
}
.clean-input-center {
    border: none;
    text-align: center;
    width: 100%;
}
.input-90 {
    width: 60%;
}
.float-right {
    float:right;
}
.float-left {
    float:left
}
.time {
    padding: 10px;
}
.display-grid {
    display: grid;
}
.grid-center {
    display: grid;
    align-items: center;
    text-align: center;
}
.icon-grid:hover {
    cursor: pointer;
}
.icon-grid:hover i {
    -webkit-text-stroke-color: #197ACF !important;
}
.icon-grid:hover h2 {
    color: #197ACF !important;
    font-weight: bold !important;
}
.icon-grid i {
    margin: 10px;
}
.container-grid {
    min-height: 250px !important;
}
.container-grid-narrow {
    min-height: 125px !important;
}
.inline {
    display:inline;
}
.image-fw
{
   width:100%;
}
.center-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.vh-100 {
    height:100vh;
}
.h-50 {
    height:50%;
    margin: auto;
    text-align: center;
    align-items: center;
}
.h-100 {
    height:100%;
    margin: auto;
    text-align: center;
    align-items: center;
}
.m-0 {
    margin: 0 !important;
}
.m-l-0 {
    margin-left: 0px !important;
}
.p-r-0 {
    padding-right: 0 !important;
}
.p-0 {
    padding: 0 !important;
}
.offset-5-p {
    margin-left: 5%;
}
.m-auto {
    margin:auto !important;
}
.m-5-15 {
    margin: 15px 0;
}
.text-center {
    text-align:center;
}
.text-left {
    text-align: left !important;
}
.status-top {
    font-size:0.75rem;
    display: block;
}
.status-bottom {
    font-size:1rem;
}
.fa-125x {
    font-size:1.25rem;
}
.fa-15x {
    font-size:1.5rem;
}
.fa-175x {
    font-size:1.75rem;
}
.info-container {
    padding-top:20px;
}
.info {
    color: #4f4f4f;
    font-weight:bold;
}
.label {
    font-size:16px;
    font-weight:bold;
    display: block;
    margin-bottom: 2px;
    display: inline;
}	
.required {
  display: inline;
  color: #ea3c53;
}
.preloader{
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
    width:100vw;
    height:100vh;
}
.preloader-logo {
    display: flex;
    margin: auto;
    margin-top: auto;
    height: 200px;
    margin-top: calc(50vh - 100px);
}
.h-33 {
    height:33%;
}
.toggle-row
{
    margin: auto !important;
    margin-top: 20px !important;
    width: 100%;
}
.full-width {
    width: 100%;
    margin: 0 !important;
    height: 100%;
    overflow: visible;
}
.full-width .list-container {
    margin: 0 !important;
}
.row-100 {
    width: 100%;
}
.full-row {
    width: 100%;
    margin-left: 60px !important;
}
.toggle-container {
    background: #98bbcc;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;
}
.toggle-container .left, .toggle-container .center, .toggle-container .right {
    display: inline-block;
    padding: 4px 10px 5px;
    border-radius: 5px;
    width: 60px;
    text-align: center;
}
.toggle-container .active {
    background: #197ACF;
}
.card-row
{
    padding: 1.1rem 0;
}
.label.no-jobs {
    margin: 3.3rem 0;
}
.top-card
{
    background-color: #fff;
    padding: 10px 20px 10px;
    border-radius: 5px;
    color: #ffe;
    margin:auto;
    box-shadow:0px 3px 0px 0px lightgray;
    border-top: 9px solid #197ACF;
    height: 100%;
}
.top-card:hover
{
    box-shadow:3px 3px 3px 3px #888;
    cursor: pointer;
}
.top-card .name
{
    color:#4f4f4f;
    text-align: center;
    margin-bottom: 15px !important;
    line-height: 1;
    font-weight: 500 !important;
}
.top-card .icon
{
    color:#4f4f4f;
    padding:5px;
}
.top-card .description
{
    color:#4f4f4f;
    text-align: center;
    font-weight: 300 !important;
}
.repeat-box
{
    background-color:#fff;
    border-radius:5px;
    padding:20px;
    margin-bottom:20px;
}
.sub-container {
    padding:20px;
}
.menu-container {
    padding: 40px;
}
.menu-item {
    padding:10px 20px;
    cursor: pointer;
}
.repeat-table
{
    width: 100%;
}
.form-img
{
    max-width: 100%;
    max-height: 60px;
}
.type-input
{
    display:none;
}
.hidden
{
    display:none;
}
.form-control
{
    background: #D5D5D5;
    border:none;
    padding:10px;
    margin:10px;
    width:95%;
    border-radius:5px;
}
.form-field-add-header 
{
    margin-left:5px !important;
}
.page-bg
{
    background:#EFEFEF;
    height: 100vh;
    overflow: hidden;
}
.shadow {
  -webkit-box-shadow: 1px 0 5px 0px #ccc;
  box-shadow:         1px 0 5px 0px #ccc;
}
.dark-shadow {
  -webkit-box-shadow: 1px 1px 10px -2px #000;
  box-shadow:         1px 1px 10px -2px #000;
}
.infoShadow {
    -webkit-box-shadow: 5px -6px 3px -2px #ccc;
    box-shadow: 5px -6px 3px -2px #ccc;
}
.insetShadow {
  visibility: hidden;
  -webkit-box-shadow: inset 0px 0px 5px #c1c1c1;
  box-shadow: inset 0px 0px 5px #c1c1c1;
}
.bottom-shadow {
  box-shadow: 0 8px 6px -6px black;
}
.pagination
{
    display: inline-block;
    margin: 20px 0;
}
#content .pagination {
    position: absolute;
    bottom: -80px;
    left: 50%;
    margin-left: -160px
}
.pagination > li
{
    display: inline;
}
.pagination > li > a
{
    border-color: #dee5e7;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #197ACF;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;
    font-size: 12px;
}
.pagination > .active > a
{
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #197ACF;
    border-color: #197ACF;
}
.primary-bg
{
    background-color:#197ACF;
    height:100vh;
}
.main-container
{
    padding:0 80px 0;
}
.page-container
{
    width: 100%;
    margin: auto;
    height: 100vh;
    padding-right: 15px;
}
.nav-box {
    margin-left: 60px !important;
    font-size: 17px;
    cursor: default;
    width: 100%;
    align-items: center;
    min-height: 70px;
}
.nav-box span {
    cursor: pointer;
}
.nav-box .col {
    padding: 0;
}
.box-container {
    background:white;
    border-radius: 5px;
}
.list-container-report {
    background: white;
    border-radius: 5px;
    min-height: calc(100vh - 240px);
    width: 100%;
    max-height: calc(100vh - 240px);
    margin-bottom: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.list-container-report.full {
    min-height: calc(100vh - 160px);
    max-height: calc(100vh - 160px);
}
.list-container {
    background: white;
    border-radius: 5px;
    margin-left: 60px !important;
    width: 100%;
    overflow: visible;
}
.list-container .toolbar {
    text-align: center;
    padding: 40px 0 30px;
    font-weight: 600;
    cursor: default;
}
input {
    border-radius: 5px;
    border: 1px solid #999;
    padding: 0 10px 0;
    width: 70%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: none;
    height: 40px;
}
.input-60 {
    width: 60%;
}
.searchResults {
    border: 1px solid #ccc;
    margin-top: -2px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: calc(100% - 70px);
    position: absolute;
    background:white;
    z-index: 999;
    padding: 10px 10px 0 10px;
    cursor: pointer;
}
.searchResults p {
    margin: 0 0 10px 0;
    color: #aaa !important;
}
.text-input {
    border: 1px solid #999 !important;
    border-radius: 5px !important;
}
.textarea {
    width: 100%;
    resize: none;
    padding: 10px;
    font-family: nunito;
}
.textarea-large {
    width: 90%;
    min-height: 150px;
    border-radius: 5px;
    resize: none;
    border: 1px solid #999;
    padding: 6px 10px;
    font-family: nunito;
}
.clean-textarea {
    border: none;
    resize: none;
    font-family: nunito;
    min-height: 50px;
}
.select-input {
  width: calc(100% - 40px);
    border: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 5px 7px;
    display: inline-block;
    height: 40px;
    border-right: none;
    margin-top: 5px;
    color: #aaa !important;
}
.remove-icon {
    background: #197ACF;
    width: 40px;
    display: inline-block;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    padding: 5px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    margin-top: 5px;
}
.search-icon {
    background: #197ACF;
    width: 10%;
    height: 100%;
    display: inline-block;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    padding-top: 8px;
    text-align: center !important;
    height: 40px;
}
.chevron-icon {
  cursor: pointer;
}
.toolbar .col-md-2 {
    padding: 0 !important;
}
.dropdown-filter {
    border: 1px solid #999;
    border-radius: 5px;
    padding: 5px 0;
    cursor: pointer;
    margin-left: 40px !important;
}
.dropdown-filter .icon {
    border-right: 1px solid black;
}
.dropdown-filter .label {
    text-align: left;
    padding: 0;
    padding-left: 15px;
}
.list-container .head {
    text-align: center;
    padding: 15px 0;
    font-weight: 600;
    cursor: default;
}
.list-container .data {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #efefef;
    align-items: center;
    cursor: pointer;
}
.data.narrow {
    padding: 2px 0
}
.data.selected {
    background:#4b9adf;
    color:white;
}
.stock-table .footer {
    border-top: 1px solid #efefef;
    cursor: pointer;
    text-align: center;
    padding: 15px 0;
    color:black;
}
.list-container .loadmore {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #efefef;
    align-items: center;
    font-weight: 600;
    background: #efefef;
    cursor: pointer;
}
.action-complete-container {
    text-align: center;
    display: flex;
    align-items: center;
    height: calc(100vh - 350px);
    margin: auto;
}
.footer
{
    color: #dadada;
}
.list-action {
    position: absolute;
    background:white;
    border: 1px solid#999;
    width: 65px;
    margin-top: -8px;
    border-radius: 5px;
    z-index: 999;
}
.m-auto {
    margin: 0 auto !important;
}
.stock-table {
    border: 1px solid #ccc;
    margin-left: 10%;
}

.text-center
{
    text-align:center;
}
.text-right {
    text-align: right;
}
.see-more
{
    color:black;
}
.input-50
{
    width: 46%;
    margin: 20px 1%;
}
.input-100
{
    width:50%;
    margin:20px 25%;
}
form {display:inline;}
.w-100
{
    width:100% !important;
}
.radio-toolbar input[type="radio"]:checked ~ * { 
    -webkit-text-stroke-width: 2px;
}
.black
{
    color:black;
}
.right-child-top
{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.right-child-bottom
{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
img.rounded {
  border-radius: 100%;
}
.clipped {
  height: 125px;
  width: 125px;
  border-radius: 100%;
  overflow: hidden;
  margin: 5px auto;
}

/*******************************
********************************
            4. TOAST
*******************************
*******************************/

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@-webkit-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
.toast-container {
    width: 375px;
    background:white;
    position: fixed;
    top: 10px;
    right: 10px;
    border-radius: 20px;
    min-height: 100px;
    padding:12px 20px;
    box-shadow: -1px 5px 15px 1px gray;
    opacity: 0.97;
    font-family: nunito;
    cursor: default;
    -webkit-animation: fadeIn 3s;
    animation: fadeIn 3s;
    z-index: 999;
    visibility: visible;
}
.toast-hide {
    -webkit-animation: fadeOut 3s;
    animation: fadeOut 3s;
}
.toast-1 {
    z-index: 998;
    margin-top: 10px;
    width: 280px;
    margin-right: 10px;
}
.toast-2 {
    z-index: 997;
    margin-top: 20px;
    width: 260px;
    margin-right: 20px;
}
.toast-head {
    font-size: 12px;
}
.toast-head img {
    width: 15px;
    position: fixed;
    padding-top: 4px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.fixed-translate {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.options-dropdown {
    right: 70px;
    width: max-content !important;
    display: inline;
}
.toast-head .left {
    display: inline;
    margin-left: 20px;
}
.toast-head .right {
    display: inline;
    float: right;
}
.toast-body {
    line-height: 1.2;
    padding: 5px 0 10px;
}
.toast-foot {
    font-size: 10px;
}

/*******************************
********************************
            5. DASH
*******************************
*******************************/

.sidebar
{
    width: 80px;
    height: 100vh;
    float:left;
    background-color:#197ACF;
    padding:20px 5px 0 5px;
}
.nav
{
    padding:0;
}
.nav-top {

}
.nav-bottom {
    position: fixed;
    bottom: 0;
    left: 25px;
}
.nav-item
{
    padding:0 0 40px 0;
    cursor: pointer;
}
.nav-item-bottom {
    padding: 0 0 35px 0;
}
.nav-item:hover .nav-label
{
    visibility: visible;
}
.nav-label
{
    visibility: hidden;
    background-color: #197ACF;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 13px 20px;
    margin-left:30px;
    position: absolute;
    z-index: 1;
    border-bottom-left-radius:15px;
    border-top-left-radius:15px;
    border-bottom-right-radius:5px;
    border-top-right-radius:5px;
    line-height: 0.5;
    padding-bottom: 18px;
    height: 34px;
}

.grid {
  padding: 20px;
  padding-top: 0;
  padding-left: 0;
  height: calc(100vh - 50px);
  overflow: scroll;
  width: 100%;
}
.grid .section {
  margin-bottom: 20px;
}
.grid .section {
  padding: 0 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 1px -1px #ccc;
}
.grid .section .title {
  text-align: center;
  padding: 10px 0;
  background: #197ACF;
  color: white;
  margin-bottom: 0;
}
.grid .section.full {
  height: calc(100% - 15px);
}
.grid .section.full .title {
  margin-bottom: 20px;
}
.grid .section .title .col-md-3:first-child {
  text-align: left;
}
.grid .section .title .col-md-3:last-child {
  text-align: right;
  cursor: pointer;
}
.grid .section .title i {
  font-size: 20px;
}
.grid .section .title .col-md-3 {
  display: grid;
  align-items: center;
}
.grid .content {
  padding: 10px;
}
/* DL TAKE OUT HEIGHT*/
.grid .recent {
  /* height: 50px; */
  margin-bottom: 30px;
}
.grid .recent .clipped {
  height: 50px;
  width: 50px;
}
.grid .recent img {
  width: 100%;
}
.grid .recent .col-md-6, .grid .recent .col-md-3 {
  padding: 0;
}
.grid .recent .detail {
  padding-left: 10px;
}
.grid .recent .detail .top {
  margin-bottom: -2px !important;
}
.grid .recent .detail .bottom {
  margin-top: -2px !important;
}
.grid .recent .checkin {
  padding-top: 5px;
}
.grid .recent .logo {
  width: 50px;
}

.inner {
  text-align: center;
  position: absolute;
  top: calc(50% - 6px);
  right: calc(50% - 25px);
  width: 50px;
  height: 50px;
}
span.doughnut {
  font-size: 10px;
}
h2.doughnut {
  margin-bottom: -8px !important;
}

/*******************************
********************************
      6. VISITOR CONTAINER
*******************************
*******************************/

.front-page .title {
    margin-bottom: 20px;
}
.front-page .title h1 {
    margin: 0 !important;
}
.outer-visitor-container {
  width: 100%;
  height: calc(100vh - 170px);
  overflow-y: scroll;
  padding: 15px 5px;
}
.outer-visitor-container::-webkit-scrollbar {
  display: none;
}
.index .outer-visitor-container {
  height: calc(100vh - 84px);
}
.visitor-container {
    background: white;
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
}
.visitor-container:hover {
  -webkit-box-shadow: inset 0px 0px 5px #c1c1c1;
       box-shadow: inset 0px 0px 5px #c1c1c1;
}
/*.visitor-container img {
  border-radius: 100px;
}*/
.visitor-container:not(:first-child) {
    margin-top: 15px;
}
.visitor-container i {
    display: inline-block;
}
.visitor-container .name {
    padding-top: 35px;
}
.visitor-container .name h2 {
    display: inline;
}
.visitor-container .img img {
    width: 100%;
}
.visitor-container .time h3 {
    display: inline
}
.visitor-container .time {
    padding-top: 30px;
}
.visitor-container .time .timestamp {
    padding-top: 20px;
}
.visitor-container .checkin-out {
    padding-top: 40px;
    text-align: center;
    color: #197ACF;
}

/* SITES */
.sites-map {
  padding: 15px;
  height: calc(100vh - 240px);
}
.sites-map .angular-google-map-container {
  border-radius: 15px;
  -webkit-box-shadow: 0 8px 6px -10px black;
  box-shadow:         0 8px 6px -10px black;
}
.sites-container .img, .sites-container .name, .sites-container .action {
  display: flex;
  align-items: center;
  padding: 0;
}
.sites-container .img img {
  width: 70px;
  margin: auto;
}
.administrator img {
  height: 70px !important;
  width: auto !important;
  margin-top: 5px !important;
  margin-left: 15px;
}
.administrator:hover .remove {
  visibility: visible;
}
.administrator .remove {
  visibility: hidden;
  position: fixed;
  margin-left: -20px;
  margin-top: 5px;
}
.administrator span {
  display: block;
}

/* FORMS */
.forms-container .img {
  height: 100px;
  overflow: scroll;
}
.forms-container .img .types {
    text-align: center;
    padding-bottom: 15px;
    padding-right: 0;
    padding-left: 0;
}
.forms-container .img h3 {
  text-transform: capitalize;
}
.forms-container .img i {
    margin: auto;
}
.forms-container .name {
    padding-top: 5px;
}
.forms-container .checkin-out {
  padding: 20px;
}

/* EDIT FORM */
.forms-container .form-icons {
  height: 120px !important;
}
.forms-container .form-icons .col-md-2 {
  padding: 0 !important;
  max-width: 67px;
  margin-bottom: 15px;
}
.forms-container .field-container {
  padding: 10px 40px;
}
.forms-container .new-field {
  text-align: center;
  border: 1px dotted #ccc;
  padding: 20px 0 30px;
  border-radius: 5px;
  cursor: pointer;
}
.forms-container .new-field:hover i, .forms-container .new-field:hover h2 {
  color: #197ACF !important;
}
.forms-container .field {
  padding: 10px 25px;
}
.forms-container .field .invisible {
  border: none !important;
  color: black !important;
  font-weight: 600 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.forms-container .field .input {
  margin: 0 !important;
}
.host-container .time {
    padding-top: 50px;
}
.visitor-modal .content-container {
  background: #fff;
  width: calc(100vw - 300px);
  height: calc(100vh - 200px);
  position: fixed;
  left: 150px;
  top: 100px;
  border-radius: 5px;
  z-index: 999;
}
.visitor-modal.no-nav .content-container .content {
  height: calc(100vh - 340px);
}
.visitor-modal .layer-mask {
  width: 100vw;
  height: 100vh;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.4;
}
.visitor-modal .content-container .title {
  height: 70px;
  margin: 0 !important;
  padding-top: 20px;
}
.visitor-modal .content-container .title .left {
  padding-left: 50px;
}
.visitor-modal .content-container .title .center {
  text-align: center;
}
.visitor-modal .content-container .check {
  text-align: right;
  padding-right: 50px;
}
.visitor-modal .content-container .title .right {
  text-align: right;
  padding-right: 50px;
  margin-top: 8px;
  cursor: pointer;
}
.visitor-modal .content-container .title .right span {
  color: #ea3c53;
}
.visitor-modal .content-container .nav {
  height: 70px;
}
.visitor-modal .content-container .nav .row {
  border-bottom: 1px solid #ccc;
  margin: 0 30px;
}
.visitor-modal .content-container .nav .col-md-2 {
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
}
.visitor-modal .content-container .nav .col-md-2 span {
  padding: 8px 12px 15px;
  border-radius: 5px;
  cursor: pointer;
}
.visitor-modal .content-container .nav .col-md-2 span.active {
  background: #197ACF;
  color: white;
}
.visitor-modal .content-container .content {
  height: calc(100vh - 410px);
  overflow: scroll;
  padding: 10px 30px;
}
.visitor-modal .content-container .content input, 
.delete-visitor-modal .content-container .content input {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 5px;
  padding-bottom: 2px;
  width: 100%;
  color: #aaa !important;
}
.visitor-modal .content-container .content textarea {
  border: 1px solid #ccc;
  border-radius: 5px !important;
  margin-top: 5px;
  padding-bottom: 9px;
  resize: none;
  width: 100%;
  color: #aaa;
  font-family: nunito;
  padding: 10px;
}
.visitor-modal .content-container .content .logo:hover .remove {
  visibility: visible;
}
.visitor-modal .content-container .content .logo img {
  width: 100px;
} 
.visitor-modal .content-container .content .background img {
  width: 100%;
}
.visitor-modal .content-container .content .logo .remove {
  visibility: hidden;
  position: absolute;
  color: #ea3c53;
  background: white;
  border-radius: 50px;
  margin-left: -10px;
  margin-top: -5px;
}
.visitor-modal .content-container .content img {
  width: 100%;
  margin-top: 5px;
}
.visitor-modal .content-container .footer {
  height: 70px;
  padding: 15px 25px;
}
.visitor-modal .content-container .footer .alert {
  font-size: 12px;
  color: #ea3c53;
}
.visitor-modal button, .delete-visitor-modal button {
  box-shadow: none;
}
.visitor-modal .btn-save, .delete-visitor-modal .btn-save {
  margin-right: 5px;
}
.visitor-modal button:hover, .delete-visitor-modal button:hover {
  -webkit-box-shadow: inset 0px 0px 5px #c1c1c1;
  box-shadow: inset 0px 0px 5px #c1c1c1;
}
.btn-save.grey {
  background: gray !important;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  display: inline-block;
  width: 100%;
  height: 100px;
  border: 1px dotted #ccc;
  border-radius: 5px;
  padding: 30px;
  text-align: center;
  margin-top: 5px;
}
.inputfile:focus + label i,
.inputfile + label:hover i {
  color: #197ACF;
  -webkit-text-stroke-color: transparent;
}
.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}
.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.accordion {

}
.accordion .col-md-3  {
  text-align: center;
}
.visitor-modal .content-container .new-form {
  text-align: center;
  border: 1px dotted #ccc;
  padding: 20px 0 30px;
  border-radius: 5px;
}
.visitor-modal .content-container .new-form .h2 {
  display: inline;
}

.delete-visitor-modal .content-container {
  background: #fff;
  width: 500px;
  height: 360px;
  position: fixed;
  left: calc(50vw - 250px);
  top: calc(50vh - 180px);
  border-radius: 5px;
  z-index: 1000;
}
.delete-visitor-modal .layer-mask {
  width: 100vw;
  height: 100vh;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.4;
  z-index: 999;
}
.delete-visitor-modal .content-container .title {
  height: 70px;
  margin: 0 !important;
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
}
.delete-visitor-modal .content-container .content {
  padding: 20px;
  overflow: scroll;
}
.delete-visitor-modal .content-container .content input {
  color: #ea3c53;
}
.delete-visitor-modal .content-container .footer {
  padding: 0 20px;
}
.loadmore {
  text-align: center;
  padding: 40px;
}
.loadmore button {
  background: #197ACF;
  color: white;
  padding: 4px 20px 12px;
  border-radius: 5px;
}
.display-modal .content-container .content img {
  height: 200px !important;
  width: auto !important;
}
.display-modal.add-display .content-container .content img {
  height: 300px;
}

/* ADD HOST */
.host-modal .img .upload {
  margin: 5px auto;
  text-align: center;
}
.host-modal img {
  height: unset !important;
  width: 100% !important;
  margin-top: 0 !important;
}
.host-modal .clipped, .host-modal .unclipped {
  margin: 5px auto;
  height: 200px !important;
  width: 200px !important;
}
.host-modal .img .remove {
  visibility: hidden;
  position: fixed;
  margin-left: -10px;
  margin-top: -5px;
  color: #ee634d;
}
.host-modal .img:hover .remove {
  visibility: visible;
}
.host-modal .img .inputfile + label {
  width: 200px !important;
  height: 200px !important;
  border-radius: 100% !important;
  padding: 0 !important;
}
.host-modal .img .upload i {
  margin-top: calc(50% - 25px);
}

/* ADD DISPLAY */
.pair-display {
  background: url('../../uploads/ipad.png');
  width: 275px;
  padding: 29px 0 25px 53px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}
.pair-display video {
  width: 200px;
}

/* EMPTY CONTAINER */
.no-records {
  margin: auto;
  height: 100px;
  width: 400px;
  margin-left: calc(50vw - 200px);
  margin-top: calc(50vh - 50px);
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
}
.no-records h1 {
  margin-bottom: 5px !important;
}
.index .no-records {
  margin-top: calc(50vh - 100px) !important;
}

/* CREATE FORM */
.visitor-modal .form-icons {
  background: #EFEFEF;
  border-radius: 5px;
  margin-top: 5px;
  padding: 20px;
  height: 205px;
  color: white;
  text-align: center;
  overflow: scroll;
}
.visitor-modal .form-icons span {
  color: #197ACF;
  display: block;
}
.visitor-modal .form-icons i {
  -webkit-text-stroke-color: #197ACF !important;
}
.visitor-modal .form-icons .row {
  height: 80px;
  display: flex;
  align-items: center;
}
.visitor-modal .form-icons i.selected {
  color: #197ACF;
  -webkit-text-stroke: 0;
}
.visitor-modal .form-icons .col-md-4 {
  margin-top: 20px;
  padding: 0 10px;
}

/* CREATE INVITE */
.visitor-notes {
  min-height: 132px;
}
input.input-search {
  width: calc(100% - 40px) !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; 
  border-right: 0 !important;
}
.content-container .search-icon {
  width: 40px !important;
  margin-top: 5px;
}

/* LICENCING */
.licencing-modal .content-container {
  width: calc(100vw - 450px) !important;
  height: calc(100vh - 250px) !important;
  left: 225px !important;
  top: 125px !important;
}
.licencing-modal .content-container .content {
  height: calc(100vh - 485px) !important;
  margin-bottom: 10px;
}
.licencing-modal .img img {
  width: 100% !important;
  height: auto !important;
}
.licencing-modal .col-md-2, .licencing-modal .line-price, .licencing-modal .col-md-1 {
  display: grid;
  align-content: center;
}
.licencing-modal .col-md-1 i {
  margin-bottom: 5px;
}
.licencing-modal .row {
  margin-bottom: 15px;
}
.licencing-modal .pre-foot {
  padding-bottom: 20px;
  height: 85px;
}
.licencing-modal .pre-foot .row {
  width: 230px;
  float: right;
  padding-right: 8px;
}
.licencing-modal .pre-foot .row {
  margin: 0 !important;
}
.licencing-modal .pre-foot .row:nth-child(3) {
  font-weight: bold;
}
.licencing-modal .pre-foot .row .col-md-4 {
  text-align: right;
  padding-left: 0;
  padding-right: 0
}
.add-new {
  color: #197ACF;
  cursor: pointer;
  font-style: italic;
}
.licencing-modal .stripe img {
  height: 50px;
  float: right;
  padding-right: 20px;
}

/* CARD */
.payment-container {
  height: calc(50vh - 40px);
  padding-top: 5%;
}
.payment-container input {
  height: unset;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  width: 100%;
  color: white !important;
}
.payment-container .card {
  width: 400px;
  background: url('../images/payment/card.png');
  background-size: auto;
  background-size: cover;
  margin: auto;
  height: 225px;
  color: white;
  text-transform: uppercase;
  padding-top: 100px;
  padding-left: 25px;
}
.payment-container .row {
  margin-bottom: 0;
}
.payment-container .long-number {
  line-height: 0.25;
}
.payment-container .long-number input {
  font-size: 30px;
  margin-top: -10px;
  margin-bottom: -5px;
}
.payment-container .expiry {
  padding-top: 5px;
}
.payment-container .expiry {
  font-size: 18px;
}
.payment-container .cardholder-name {
  padding: 2px 0;
}

/* CONFIG */
.config-tabs {
  border-bottom: 1px solid #ccc;
  padding: 0 20px 20px 20px;
  margin: 0 0 10px 0;
}
.config-tabs .col-md-2 {
  text-align: center;
  padding-top: 30px;
  cursor: pointer;
  font-weight: 600;
}
.config-tabs .col-md-2.active span {
  background: #197ACF;
  padding: 8px 15px;
  border-radius: 5px;
  color: white;
}
.config-container .visitor-container {
  margin-bottom: 15px;
}
.config-container {
  height: calc(100vh - 220px);
}
.config-container .config-title {
  margin-bottom: 25px;
}
.config-container .config-container .row  {
  margin-bottom: 15px;
}
.config-container .more-users.loadmore {
  padding: 0;
}
.config-container .permissions-table {
  text-align: center;
  padding: 5px 20px 20px 0 !important;
}
.config-container .permissions-table .header {
  border-bottom: 1px solid #ccc;
  margin: 0 0 5px;
  height: 60px;
}
.config-container .permissions-table i {
  display: inline !important;
}
.config-container .permissions-table .col-md-3 {
  text-align: right !important;
}
.config-container .key {
  margin-top: 10px;
}
.config-container .key .row {
  padding: 10px;
}
.config-container .key .roundedOne {
  margin: 0 !important;
  display: inline-block !important;
}
.config-container .tab-content {
  background: white;
  padding: 20px;
  border-radius: 5px;
  margin-top: 10px;
}
.config-container .tab-content .title {
  margin-bottom: 0;
}
.config-container .tab-content .col-md-4 {
  padding: 20px;
}
.config-container .create-type {
  margin-top: 20px;
}
.config-container .create-type .col-md-4 {
  margin-left: -15px;
}
.config-container .new-field {
  text-align: center;
  border: 1px dotted #ccc;
  padding: 20px 0;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 15px;
  background: white;
}
.config-container .new-field .col-md-2 {
  display: flex;
  align-items: center;
}
.config-container .new-field input {
  border: none;
}
.config-container .add-type .col-md-4 {
  padding-top: 15px;
  padding-right: 0 !important;
}
.config-container .new-field .type-icon-container {
  width: 230px;
  height: 145px;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 20px;
}
.config-container .new-field .type-icon-container .row {
  width: 100%;
  margin-left: -10px;
}
.config-container .new-field .type-icon-container .col-md-2 {
  margin: 10px 0;
}

/* LICENCING */
.config-container .config-sites .sites-container {
  padding: 20px 40px;
}
.config-container .config-sites .sites-container .site-name {
  display: flex;
  align-items: center;
}
.config-container .config-sites .sites-container .licence {
  margin-top: 10px;
  text-align: center;
}
.config-container .config-sites .sites-container .licence p {
  margin: 0
}

/* BILLING */
.config-container .billing h2 {
  margin-bottom: 5px !important;
}
.config-container .billing img {
  width: 100%;
}
.config-container .billing .img .remove {
  visibility: hidden;
  position: fixed;
  margin-left: -10px;
  margin-top: -5px;
  color: #ee634d;
}
.config-container .billing .img:hover .remove {
  visibility: visible;
}
.config-container .billing .visitor-container, .config-container .support .visitor-container {
  margin-top: 15px !important;
}
.config-container .billing .outer, .config-container .support .outer {
  padding: 0 25px;
}
.config-container .billing input, .config-container .billing textarea {
  border: none;
  font-family: nunito;
  resize: none;
  width: calc(100% - 20px);
  margin: 0;
  padding: 0;
  height: auto;
  min-height: 30px;
  font-size: 15px;
}
.config-container .billing .address i {
  display: ruby-text !important;
}

/* SHOP */
.config-container .shop {
  height: calc(100vh - 180px);
  overflow: scroll;
}
.config-container .shop .top.description {
  padding: 10px 20px 25px;
}
.config-container .disabled-shop .content {
  position: fixed;
  top: calc(50vh - 10px);
  left: calc(50vw - 210px);
  height: 20px;
  width: 500px;
  z-index: 2;
}
.config-container .disabled-shop .mask {
  width: calc(100vw - 80px);
  position: fixed;
  top: 160px;
  height: calc(100vh - 160px);
  left: 80px;
  background: #efefef;
  opacity: 0.95;
  z-index: 1;
}
.config-container .shop-container {
  height: calc(100% - 15px);
  border-radius: 10px;
  padding-top: 0;
  padding-bottom: 80px;
}
.config-container .shop-container:hover {
  -webkit-box-shadow: 1px 0 5px 0px #ccc;
  box-shadow:         1px 0 5px 0px #ccc;
}
.config-container .shop-container .row:nth-child(1) {
  padding: 10px 5px;
  margin: 0 -20px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #197ACF;
}
.config-container .shop-container .row:nth-child(1) h2 {
  color: white !important;
}
.config-container .shop-container .row:nth-last-child(1) {
  position: absolute;
  bottom: 30px;
  width: calc(100% - 35px);
}
.config-container .shop-container button {
  border: none
}
.config-container .shop-container .label {
  font-size: 14px;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}
.config-container .shop-container span.option {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 5px 15px;
  margin-right: 10px;
}
.config-container .shop-container span.option.selected {
  border: 3px solid #197ACF;
  padding: 8px 3px 13px;
}
.config-container .shop-container span.description {
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
  margin-top: -10px;
}
.config-container .shop-container img {
  width: 100%;
}
.config-container .shop .switch {
  margin-right: 15px;
}

/* SUPPORT */
.config-container .support .tickets {
  height: calc(100vh - 275px);
  padding: 10px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.config-container .support .visitor-container {
  padding: 20px 10px;
}
.config-container .support .title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}
.config-container .support .link {
  font-size: 12px;
}
.config-container .support .col-md-2 {
  align-items: center;
  display: grid;
}
.config-container .support h2 {
  margin-left: 15px !important;
}
.config-container .support img {
  width: 100%;
  border-radius: 50px;
  margin-top: 5px;
}
.config-container .support .support-ticket .col-md-3 {
  text-align: center;
  margin-top: 8px;
}
.config-container .support .support-ticket .title {
  margin-bottom: 5px;
}
.config-container .new-support-ticket .content {
  width: 500px;
  height: 300px;
  position: fixed;
  top: calc(50vh - 200px);
  left: calc(50vw - 200px);
  z-index: 2;
  background: white;
  border-radius: 5px;
  padding: 20px;
}
.config-container .new-support-ticket .mask {
  width: 100vw;
  height: 100vh;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.4;
  z-index: 1;
}
.config-container .new-support-ticket .content h2 {
  margin-bottom: 10px !important;
}
.config-container .new-support-ticket .content .label {
  display: block;
}
.config-container .new-support-ticket .content input, .config-container .new-support-ticket .content textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 5px;
  padding-bottom: 8px;
  width: 100%;
  color: #aaa !important;
  resize: none;
  margin-bottom: 5px;
}
.config-container .new-support-ticket .content textarea {
  font-family: nunito;
  padding: 10px;
}
.config-container .new-support-ticket .content .buttons {
  padding-right: 10px;
}
.config-container .new-support-ticket .content .button {
  margin-right: 5px;
}

/*******************************
********************************
            7. TOOLBAR
*******************************
*******************************/

.container-toolbar {
    width: 100%;
    padding: 20px 0;
    margin-left: -30px !important;
}
.container-toolbar .add-button {
    width: 100%;
}
.container-toolbar .import {
  background: #00a86b !important;
}
.container-toolbar .filter {
    text-align: left;
    padding-top: 3px;
}
.container-toolbar .search {
    text-align: right;
    padding-right: 40px;
}
.container-toolbar h2 {
    display: inline;
    margin: 0 !important;
}
.container-toolbar .filter-container {
  position: absolute;
  background: white;
  width: 110px;
  padding: 8px 5px 14px;
  border-radius: 5px;
  margin-top: 5px;
  z-index: 999;
  border: 1px solid #ccc;
  text-align: center;
  cursor: pointer;
}
.container-toolbar .filter-container.forms {
  width: 170px;
}
.container-toolbar .filter-container.displays {
  width: 220px;
}
.container-toolbar .filter-container.displays .col-md-7, .filter.displays .col-md-7 {
  display: flex;
  align-items: center;
}
.container-toolbar .filter-container.displays img, .filter.displays img {
  height: 35px;
  float: right;
}
.container-toolbar .filter-container .remove {
  margin-top: 10px;
  border-top: 1px solid #ccc;
}

/*******************************
********************************
            8. LOGIN
*******************************
*******************************/
/**Dav CHANGES login container**/
.login-img {
    background: url('../images/icons/1024.png');
    height: 90px;
    width: auto !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.login-center input {
    height: unset;
    border: 1px solid#999;
    border-radius: 5px;
}
.login-center button {
    border-radius: 5px;
}
.login-center .btn-main {
    margin: 5px 0;
    padding: 5px 5px 6px 5px;
}
.login-center .btn-main img {
    height: 20px;
    margin: 0 5px -4px -10px
}
.off-white {
    background: #efefef;
}
/**DL CHANGES TO BACKGROUND AND ADDING NEW ID LOGIN.PANEL **/
.login-container {
    max-width: 100vw;
    background-image: url(../images/login-carousel/background.jpg);
}
.login-container .col-md-8 {
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 0;
}
.login-container .image-fw {
    width: 75%;
    margin-bottom: 20px;
}
.login-poster {
    height:100vh;
}
.login-skin {
    height:100vh;
}
.login-form input, .login-form button {
    margin: 10px 10px 10px 0;
}
#slider {
    height: 300px;
    width: 600px;
    margin: 0 auto;
}
#slider ul {
    margin: auto;
    height: 100%;
    width: 100%;
}
#slider ul li img{
    height: auto;
    width: 100%;
    margin:auto;
    border-radius:10px;
}
#slider ul li p{
    color:black;
}
#slider ul li span{
    color: #197ACF;
}
#slider ul li{
    list-style: none;
}
.form-input
{
    width: 100%;
    padding: 10px 10px 8px;
    margin: 10px;
    box-shadow: 0 4px 10px -5px rgba(0,0,0,0.8);
    text-align: center;
    line-height:1.5rem;
    font-size: .9em;
}
.form-button
{
    width: 100%;
    padding: 10px;
    margin: 10px;
    box-shadow: 0 4px 10px -5px rgba(0,0,0,0.8);
    line-height:1.5rem;
    font-size: .9em;
}
.btn-main
{
    width: 100%;
    padding: 5px 5px 10px 5px;
    margin: 10px;
    box-shadow: 0 4px 10px -5px rgba(0,0,0,0.8);
    line-height: 2rem;
    font-size: 1em;
    background: #197ACF;
    color: white;
}
.form-button:hover
{
    width: 100%;
    padding: 10px;
    margin: 10px;
    box-shadow: 0 2px 2px -5px #888;
}
.button:hover {
    transition: all 0.5s;
    cursor: pointer;
}
.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.button:hover span {
    padding-right: 25px;
}
.button:hover span:after {
    opacity: 1;
    right: 0;
}
.button {
    border-radius: 5px;
    border: 1px solid white;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 30px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 20px;
    background:transparent;
    box-shadow: 0 8px 6px -10px black;
    color: white !important;
    background-color: #197ACF !important;
}
.btn-full {
    width: 100%;
    margin: 0;
}
.btn-thin {
    float: right;
    margin: 0;
    padding: 5px 20px;
}
.btn-cancel {
  background: white !important;
  color: #197ACF !important;
  border: 1px solid #ccc;
}
.btn-evac {
  margin: 5px !important;
}

/*******************************
********************************
            8.5. REGISTER
*******************************
*******************************/

.register {

}
.register .form {
  width: 500px;
  margin: auto;
  margin-top: 50px;
  border-radius: 5px;
  padding: 40px 20px;
}
.register .form .logo {
  text-align: center;
}
.register .form .logo img {
  height: 70px;
  margin: auto;
}
.register .form .description {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.register .form .description h3 {
  font-size: 18px;
  line-height: 1;
}
.register .form .description span {
  font-size: 16px;
  line-height: 1;
}
.register .form .field .label {
  font-weight: 400;
  font-size: 14px;
}
.register .form .field input {
  display: block;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  margin-top: 5px;
  box-shadow: 0 8px 6px -11px black;
  height: 50px;
}
.register .form .field {
  margin-bottom: 10px;
}
.register .form .btn-row .button {
  margin: 0;
  margin-top: 10px;
  padding: 6px;
  width: 100%;
}

/*******************************
********************************
            9. SCHEDULE
*******************************
*******************************/

.schedule-container {
    margin: auto;
    width: 100%;
    border-radius: 5px;
}
.monthly {
	background: #F3F3F5;
	color: #545454;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	border: 0.5px solid #AFAFAF;
	border-radius: 5px;
}
.monthly-header {
	position: relative;
	text-align: center;
	padding: 0.5em;
	background: #fff;
	height: 3em;
    box-sizing: border-box;
    border-radius: 5px;
}
.monthly-header-title {
	text-transform: uppercase;
}
.monthly-header-title a:link,
.monthly-header-title a:visited {
	display: inline-block;
	border: 1px solid #ccc;
	color: #545454;
	text-decoration: none;
	height: 1.75em;
	line-height: 1.1em;
	padding: 0.2em 0.65em 0 0.65em;
	box-sizing: border-box;
	transition: background .1s;
}
.monthly-header-title a:first-of-type {
	border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
}
.monthly-header-title a:last-of-type {
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
}
.monthly-header-title a:hover {
	background: #197ACF !important;
	border: 1px solid #197ACF !important;
	color: #fff !important;
}
.monthly-header-title a:active {
	background: #197ACF !important;
	border: 1px solid#197ACF !important;
	transition: none;
}
.monthly-header-title-date,
.monthly-header-title-date:hover {
	background: #197ACF !important;
	border: 1px solid #ccc!important;
	color: #fff !important;
	cursor: default;
}
.monthly-reset {
	border-left: 0!important;
}
.monthly-reset::before {
	content: '\21BB';
	margin-right: 0.25em;
}
.monthly-cal {
	border-right: 0!important;
}
.monthly-cal::before {
	content: '\2637';
	margin-right: 0.25em;
}
.monthly-prev,
.monthly-next {
	position: absolute;
	top: 0;
	width: 3em;
	height: 100%;
	opacity: .5;
}
.monthly-prev {
	left: 0;
}
.monthly-next {
	right: 0;
}
.monthly-prev:hover,
.monthly-next:hover {
	opacity: 1;
}
.monthly-prev:after,
.monthly-next:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	border-style: solid;
	border-color: #222;
	width: 0.6em;
	height: 0.6em;
	margin: -0.4em 0 0 -0.4em;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.monthly-prev:after{
	border-width: 0 0 0.2em 0.2em;
}
.monthly-next:after {
	border-width: 0.2em 0.2em 0 0;
}
.monthly-day-title-wrap {
	display: table;
	table-layout: fixed;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #EBEBEB;
	padding: 10px 0;
}
.monthly-day-title-wrap div {
	width: 14.28%!important;
	display: table-cell;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.monthly-day-wrap {
	display: table;
	table-layout: fixed;
	width: 100%;
	overflow: hidden;
}
.monthly-week {
	display: table-row;
	width: 100%;
}
.monthly-day, .monthly-day-blank {
	width: 14.28%!important;
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
	color: inherit;
	background: #fff;
	box-shadow: 0 0 0 1px #EBEBEB;
	-webkit-transition: .25s;
	transition: .25s;
	padding: 0;
	text-decoration: none;
}
.monthly-day:before {
	content: '';
	display: block;
    float: left;
    min-height: 60px;
}
.monthly-day-wrap > a:hover {
	background: #A1C2E3;
}
.monthly-day-blank {
	background: #F3F3F5;
}
.monthly-day-event > .monthly-day-number {
	position: absolute;
	line-height: 1em;
	top: 0.2em;
	left: 0.25em;
}
.monthly-day-pick > .monthly-indicator-wrap {
	margin: 0;
}
.monthly-day-pick > .monthly-day-number:before,
.monthly-day-pick > .monthly-day-number:after {
	content: '';
	display: block;
	padding-top: calc(50% - 0.8em);
	width: 0;
	height: 0;
}
.monthly-past-day:after{
	content: '';
	width: 150%;
	height: 2px;
	-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
	        transform-origin: left top;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 0;
	top: 0;
}
.monthly-past-day:hover {
	background: #fff!important;
}
.monthly-today .monthly-day-number {
	color: #FFF;
	background: #197ACF;
	border-radius: 0.75em;
	top: 0.08em;
	left: 0.05em;
	font-size: 0.9em;
	padding: 0;
	width: 1.25em;
	height: 1.25em;
	line-height: 1.25em;
	text-align: center;
}
.monthly-day-pick.monthly-today .monthly-day-number {
	padding: 0.15em;
	margin: calc(50% - 0.7em) auto auto auto;
	font-size: 1em;
}
.monthly-indicator-wrap {
	position: relative;
	text-align: center;
	line-height: 0;
	max-width: 1.5em;
	margin: 0 auto;
	padding-top: 1.2em;
}
.monthly-day .monthly-event-indicator {
	display: inline-block;
	margin: 0.05em;
	width: 0.5em;
	height: 0.5em;
	border-radius: 0.25em;
	vertical-align: middle;
	background: #7BA7CE;
}
.monthly-day .monthly-event-indicator span {
	color: transparent;
}
.monthly-day .monthly-event-indicator:hover {
	cursor: pointer;
}
.monthly-event-list {
	background: rgba(233, 235, 236, 0.9);
	overflow: auto;
	position: absolute;
	top: 2.5em;
	width: 100%;
	height: calc(100% - 2.5em);
	display: none;
	-webkit-transition: .25s;
	transition: .25s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.monthly-list-item {
	position: relative;
	padding: 0.5em 0.7em 0.25em 4em;
	display: none;
	border-top: 1px solid #D6D6D6;
	text-align: left;
}
.monthly-list-item:after{
    padding: 0.4em 1em;
    display: block;
    margin-bottom: 0.5em;
}
.monthly-event-list .monthly-today .monthly-event-list-date {
	color: #197ACF;
}
.monthly-event-list .listed-event {
	display: block;
	color: #fff !important;
	padding: 0.4em 1em 0.8em;
	border-radius: 10px;
	margin-bottom: 0.5em;
}
.monthly-list-item a:link, .monthly-list-item a:visited {
	text-decoration: none;
}
.item-has-event {
	display: block;
}
.item-has-event:after{
    display: none!important;
}
.monthly-event-list-date {
	width: 4em;
	position: absolute;
	left: 0;
	top: 1.2em;
	text-align: center;
    font-weight: bold;
    line-height: 1.2em;
}
.monthly-list-time-start,
.monthly-list-time-end {
	font-size: .8em;
	display: inline-block;
}
.monthly-list-time-end:not(:empty):before {
	content: '\2013';
	padding: 0 2px;
}
.monthly-event-list::-webkit-scrollbar {
    width: 0.75em;
}
.monthly-event-list::-webkit-scrollbar-track {
    background: none;
}
.monthly-event-list::-webkit-scrollbar-thumb {
	background: #ccc;
	border: 1px solid #E9EBEC;
	border-radius: 0.5em;
}
.monthly-reset:after		{ content: 'Today'; }
.monthly-cal:after			{ content: 'Month'; }
.monthly-list-item:after	{ content: 'No Events'; }
@media (min-width: 25em) {
	.monthly-day-event {
		padding-top: 1.3em;
	}
	.monthly-day-event > .monthly-indicator-wrap {
		width: auto;
        max-width: none;
        max-height: 60px;
        overflow: hidden;
	}
	.monthly-indicator-wrap {
		padding: 0;
	}
	.monthly-day:before {
        padding-top: calc(62% - 1.2em);
	}
	.monthly-day .monthly-event-indicator {
		display: block;
		margin: 0 0 1px 0;
		width: auto;
		height: 1.8em;
		line-height: 1.8em;
		padding: 0 0 0.8em 0.125em;
		border-radius: 0;
		overflow: hidden;
		background-color: #333;
		color: #333;
		text-decoration: none;
		white-space: nowrap;
		box-sizing: border-box;
		margin: 2px 5px;
		border-radius: 5px;
	}
	.monthly-day .monthly-event-indicator.monthly-event-continued {
		box-shadow: -1px 0 0 0;
	}
	.monthly-day .monthly-event-indicator span {
		display: block;
		width: auto;
		margin: 0;
		color: #fff;
		padding: 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 1.3;
	}

}
.key-cube-red, .key-cube-yellow {
    height: 35px;
    width: 35px;
    margin-top: 5px;
}
.key-cube-red {
    background: #197ACF;
}
.key-cube-yellow {
    background: #f4c031;
}


/*******************************
********************************
            10. PERMISSIONS
*******************************
*******************************/

.permissions-table .row {
    height: 40px;
    align-items: center;
}
.permissions-table .col-lg-1-5 {
    text-align:center;
}
.permissions {
    padding: 7px 16px;
    border-radius: 50px;
}
.permissions-table i {
    display: block;
}
.granted {
    background: #19c085;
}
.denied {
    background: #ee634d;
} 
.roundedOne {
    width: 15px;
    height: 15px;
    position: relative;
    margin: auto;
    background: #ee634d;
    border-radius: 50px;
}
.roundedOne.one {
  background: #FFA500 !important;
}
.roundedOne.two {
  background: #19c085 !important;
}
.roundedOne label {
    width: 15px;
    height: 15px;
    cursor: pointer;
    border-radius: 50px;
}
.roundedOne label:after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    background: #19c085;
    opacity: 0;
    border-radius: 50px;
}
.roundedOne input[type=checkbox] {
    visibility: hidden;
}
.roundedOne input[type=checkbox]:checked + label:after {
    opacity: 1;
}
.status-green {
    height:20px;
    width:20px;
    background:#19c085;
    display: inline-block;
    border-radius: 50px;
}
.status-red {
    height:20px;
    width:20px;
    background:#ee634d;
    display: inline-block;
    border-radius: 50px;
}


/*******************************
********************************
            11. TOGGLE
*******************************
*******************************/

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 5px 0;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: visible !important;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #197ACF;
}
input:focus + .slider {
    box-shadow: 0 0 1px #197ACF;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}

/*******************************
********************************
      12. TRIAL
*******************************
*******************************/

.btn-positive, .btn-danger, .btn-greyscale {
  border: none !important;
  box-shadow: 0 8px 6px -9px black;
}
.btn-positive {
  background: #00a86b !important;
}
.positive {
  color: #00a86b !important;
}
.btn-danger {
  background: #ff2400 !important;
}
.danger {
  color: #ff2400 !important
}
.btn-greyscale {
  background: #c4c4c4 !important;
}
.greyscale {
  color: #c4c4c4 !important
}
.trial {
  position: fixed;
  bottom: 0;
  width: calc(100vw - 80px);
  left: 80px;
  background: gray;
  height: 55px;
  color: white;
  -webkit-box-shadow: 5px -2px 4px -2px gray;
  box-shadow: 5px -2px 4px -2px gray;
  opacity: 0.9;
}
.trial .row {
  width: 500px;
  margin: auto;
  margin-top: 10px;
}
.trial .row .col-md-8:nth-child(1) {
  margin-top: 3px;  
}
.trial .close {
  position: fixed;
  right: 17px;
  bottom: 17px;
}
.trial .close i {
  font-size: 22px;
}

/*******************************
********************************
      13. MAP
*******************************
*******************************/

.content-container .map {
  
}
.ui-gmap-google-map {
  width: 100%;
}
.angular-google-map {
  height: 100%;
}
.angular-google-map-container {
  height: 100%;
}
.angular-google-map .gModal {
  text-align: center;
  min-height: 60px;
}
.angular-google-map .gModal .title {
  margin: 10px;
  font-size: 15px;
  font-family: nunito;
  font-weight: bold;
}
.angular-google-map .gModal .icon-row {
  margin-top: 5px
}
.angular-google-map .gm-style-iw {
  border-top: 5px solid #197ACF;
}

/*******************************
********************************
      14. VISITOR
*******************************
*******************************/

.visitor-detail {

}
.visitor-detail h1, .visitor-detail span {
  display: inline
}
.visitor-detail span {
  font-size: 18px;
}
.visitor-detail img {
  width: 100%;
  height: auto;
  margin: 0 !important;
}
.visitor-detail .clipped {
  height: 200px;
  width: 200px;
}
.visitor-detail .f-accordion {
  text-align: center;
  margin-top: 50px;
}
.visitor-detail .f-accordion .block {
  display: block;
}
.visitor-detail .f-accordion .accordion {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin: 0 30px;
  margin-bottom: 20px;
}
.visitor-detail .f-accordion .name {
  padding: 7px;
}
.visitor-detail .f-accordion .chevron {
  padding: 10px
}
.visitor-detail .f-accordion .f-form-records {
  padding-bottom: 15px;
}
.visitor-detail .f-accordion .f-form-record {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin: 20px 40px;
  padding-bottom: 15px;
}
.visitor-detail .f-accordion .f-form-record .b {
  font-weight: bold;
}
.visitor-detail .f-accordion .f-form-record .divider-line {
  height: 1px;
  background: #ccc;
  width: 100%;
  margin: 10px 0 20px;
}

/*******************************
********************************
      15. BOOTSTRAP GRID
*******************************
*******************************/
  /*@-ms-viewport {
    width: device-width;
  }*/
  
  html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
  }
  
  *,
  *::before,
  *::after {
    box-sizing: inherit;
  }
  
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }
  
  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  
  .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  
  .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  
  .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  
  .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  
  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  
  .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  
  .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  
  .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  
  .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  
  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .order-first {
    -ms-flex-order: -1;
    order: -1;
  }
  
  .order-last {
    -ms-flex-order: 13;
    order: 13;
  }
  
  .order-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  
  .order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  
  .order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  
  .order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  
  .order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  
  .order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  
  .order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  
  .order-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  
  .order-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  
  .order-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  
  .order-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  
  .order-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  
  .order-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  
  .offset-1 {
    margin-left: 8.333333%;
  }
  
  .offset-2 {
    margin-left: 16.666667%;
  }
  
  .offset-3 {
    margin-left: 25%;
  }
  
  .offset-4 {
    margin-left: 33.333333%;
  }
  
  .offset-5 {
    margin-left: 41.666667%;
  }
  
  .offset-6 {
    margin-left: 50%;
  }
  
  .offset-7 {
    margin-left: 58.333333%;
  }
  
  .offset-8 {
    margin-left: 66.666667%;
  }
  
  .offset-9 {
    margin-left: 75%;
  }
  
  .offset-10 {
    margin-left: 83.333333%;
  }
  
  .offset-11 {
    margin-left: 91.666667%;
  }
  
  @media (min-width: 576px) {
    .col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-sm-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-sm-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-sm-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-sm-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-sm-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-sm-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-sm-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-sm-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-sm-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-sm-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-sm-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-sm-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-sm-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-sm-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-sm-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-sm-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-sm-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-sm-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-sm-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-sm-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-sm-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-sm-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-sm-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-sm-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-sm-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-sm-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-sm-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-sm-0 {
      margin-left: 0;
    }
    .offset-sm-1 {
      margin-left: 8.333333%;
    }
    .offset-sm-2 {
      margin-left: 16.666667%;
    }
    .offset-sm-3 {
      margin-left: 25%;
    }
    .offset-sm-4 {
      margin-left: 33.333333%;
    }
    .offset-sm-5 {
      margin-left: 41.666667%;
    }
    .offset-sm-6 {
      margin-left: 50%;
    }
    .offset-sm-7 {
      margin-left: 58.333333%;
    }
    .offset-sm-8 {
      margin-left: 66.666667%;
    }
    .offset-sm-9 {
      margin-left: 75%;
    }
    .offset-sm-10 {
      margin-left: 83.333333%;
    }
    .offset-sm-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 768px) {
    .col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-md-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-md-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-md-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-md-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-md-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-md-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-md-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-md-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-md-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-md-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-md-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-md-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-md-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-md-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-md-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-md-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-md-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-md-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-md-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-md-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-md-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-md-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-md-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-md-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-md-0 {
      margin-left: 0;
    }
    .offset-md-1 {
      margin-left: 8.333333%;
    }
    .offset-md-2 {
      margin-left: 16.666667%;
    }
    .offset-md-3 {
      margin-left: 25%;
    }
    .offset-md-4 {
      margin-left: 33.333333%;
    }
    .offset-md-5 {
      margin-left: 41.666667%;
    }
    .offset-md-6 {
      margin-left: 50%;
    }
    .offset-md-7 {
      margin-left: 58.333333%;
    }
    .offset-md-8 {
      margin-left: 66.666667%;
    }
    .offset-md-9 {
      margin-left: 75%;
    }
    .offset-md-10 {
      margin-left: 83.333333%;
    }
    .offset-md-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 992px) {
    .col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-lg-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-lg-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-lg-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-lg-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-lg-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-lg-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-lg-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-lg-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-lg-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-lg-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-lg-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-lg-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-lg-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-lg-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-lg-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-lg-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-lg-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-lg-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-lg-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-lg-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-lg-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-lg-0 {
      margin-left: 0;
    }
    .offset-lg-1 {
      margin-left: 8.333333%;
    }
    .offset-lg-2 {
      margin-left: 16.666667%;
    }
    .offset-lg-3 {
      margin-left: 25%;
    }
    .offset-lg-4 {
      margin-left: 33.333333%;
    }
    .offset-lg-5 {
      margin-left: 41.666667%;
    }
    .offset-lg-6 {
      margin-left: 50%;
    }
    .offset-lg-7 {
      margin-left: 58.333333%;
    }
    .offset-lg-8 {
      margin-left: 66.666667%;
    }
    .offset-lg-9 {
      margin-left: 75%;
    }
    .offset-lg-10 {
      margin-left: 83.333333%;
    }
    .offset-lg-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 1200px) {
    .col-xl {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-xl-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-xl-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-xl-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-xl-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-xl-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-xl-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-xl-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-xl-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-xl-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-xl-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-xl-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-xl-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-xl-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-xl-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-xl-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-xl-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-xl-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-xl-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-xl-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-xl-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-xl-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-xl-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-xl-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-xl-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-xl-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-xl-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-xl-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-xl-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-xl-0 {
      margin-left: 0;
    }
    .offset-xl-1 {
      margin-left: 8.333333%;
    }
    .offset-xl-2 {
      margin-left: 16.666667%;
    }
    .offset-xl-3 {
      margin-left: 25%;
    }
    .offset-xl-4 {
      margin-left: 33.333333%;
    }
    .offset-xl-5 {
      margin-left: 41.666667%;
    }
    .offset-xl-6 {
      margin-left: 50%;
    }
    .offset-xl-7 {
      margin-left: 58.333333%;
    }
    .offset-xl-8 {
      margin-left: 66.666667%;
    }
    .offset-xl-9 {
      margin-left: 75%;
    }
    .offset-xl-10 {
      margin-left: 83.333333%;
    }
    .offset-xl-11 {
      margin-left: 91.666667%;
    }
  }
  
  .d-none {
    display: none !important;
  }
  
  .d-inline {
    display: inline !important;
  }
  
  .d-inline-block {
    display: inline-block !important;
  }
  
  .d-block {
    display: block !important;
  }
  
  .d-table {
    display: table !important;
  }
  
  .d-table-row {
    display: table-row !important;
  }
  
  .d-table-cell {
    display: table-cell !important;
  }
  
  .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  
  .d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  
  @media (min-width: 576px) {
    .d-sm-none {
      display: none !important;
    }
    .d-sm-inline {
      display: inline !important;
    }
    .d-sm-inline-block {
      display: inline-block !important;
    }
    .d-sm-block {
      display: block !important;
    }
    .d-sm-table {
      display: table !important;
    }
    .d-sm-table-row {
      display: table-row !important;
    }
    .d-sm-table-cell {
      display: table-cell !important;
    }
    .d-sm-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-sm-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  
  @media (min-width: 768px) {
    .d-md-none {
      display: none !important;
    }
    .d-md-inline {
      display: inline !important;
    }
    .d-md-inline-block {
      display: inline-block !important;
    }
    .d-md-block {
      display: block !important;
    }
    .d-md-table {
      display: table !important;
    }
    .d-md-table-row {
      display: table-row !important;
    }
    .d-md-table-cell {
      display: table-cell !important;
    }
    .d-md-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-md-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  
  @media (min-width: 992px) {
    .d-lg-none {
      display: none !important;
    }
    .d-lg-inline {
      display: inline !important;
    }
    .d-lg-inline-block {
      display: inline-block !important;
    }
    .d-lg-block {
      display: block !important;
    }
    .d-lg-table {
      display: table !important;
    }
    .d-lg-table-row {
      display: table-row !important;
    }
    .d-lg-table-cell {
      display: table-cell !important;
    }
    .d-lg-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-lg-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  
  @media (min-width: 1200px) {
    .d-xl-none {
      display: none !important;
    }
    .d-xl-inline {
      display: inline !important;
    }
    .d-xl-inline-block {
      display: inline-block !important;
    }
    .d-xl-block {
      display: block !important;
    }
    .d-xl-table {
      display: table !important;
    }
    .d-xl-table-row {
      display: table-row !important;
    }
    .d-xl-table-cell {
      display: table-cell !important;
    }
    .d-xl-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-xl-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  
  @media print {
    .d-print-none {
      display: none !important;
    }
    .d-print-inline {
      display: inline !important;
    }
    .d-print-inline-block {
      display: inline-block !important;
    }
    .d-print-block {
      display: block !important;
    }
    .d-print-table {
      display: table !important;
    }
    .d-print-table-row {
      display: table-row !important;
    }
    .d-print-table-cell {
      display: table-cell !important;
    }
    .d-print-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-print-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  
  .flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  
  .flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  
  .flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  
  .flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  
  .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  
  .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  
  .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  
  .flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  
  .flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  
  .flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  
  .flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  
  .flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  
  .justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  
  .justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  
  .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  
  .justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  
  .justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  
  .align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  
  .align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  
  .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  
  .align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  
  .align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  
  .align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  
  .align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  
  .align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  
  .align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  
  .align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  
  .align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  
  .align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  
  .align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  
  .align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  
  .align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  
  .align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  
  .align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  
  @media (min-width: 576px) {
    .flex-sm-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }
    .flex-sm-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
    .flex-sm-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
    .justify-content-sm-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }
    .justify-content-sm-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    .justify-content-sm-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }
    .justify-content-sm-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }
    .align-items-sm-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }
    .align-items-sm-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }
    .align-items-sm-center {
      -ms-flex-align: center !important;
      align-items: center !important;
    }
    .align-items-sm-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }
    .align-items-sm-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }
    .align-content-sm-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }
    .align-content-sm-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }
    .align-content-sm-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }
    .align-content-sm-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }
    .align-content-sm-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }
    .align-content-sm-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }
    .align-self-sm-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }
    .align-self-sm-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }
    .align-self-sm-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }
    .align-self-sm-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }
    .align-self-sm-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }
    .align-self-sm-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }
  }
  
  @media (min-width: 768px) {
    .flex-md-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }
    .flex-md-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
    .flex-md-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
    }
    .justify-content-md-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
    .justify-content-md-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }
    .justify-content-md-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    .justify-content-md-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }
    .justify-content-md-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }
    .align-items-md-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }
    .align-items-md-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }
    .align-items-md-center {
      -ms-flex-align: center !important;
      align-items: center !important;
    }
    .align-items-md-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }
    .align-items-md-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }
    .align-content-md-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }
    .align-content-md-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }
    .align-content-md-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }
    .align-content-md-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }
    .align-content-md-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }
    .align-content-md-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }
    .align-self-md-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }
    .align-self-md-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }
    .align-self-md-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }
    .align-self-md-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }
    .align-self-md-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }
    .align-self-md-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }
  }
  
  @media (min-width: 992px) {
    .flex-lg-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }
    .flex-lg-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
    .flex-lg-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
    .justify-content-lg-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }
    .justify-content-lg-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    .justify-content-lg-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }
    .justify-content-lg-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }
    .align-items-lg-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }
    .align-items-lg-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }
    .align-items-lg-center {
      -ms-flex-align: center !important;
      align-items: center !important;
    }
    .align-items-lg-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }
    .align-items-lg-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }
    .align-content-lg-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }
    .align-content-lg-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }
    .align-content-lg-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }
    .align-content-lg-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }
    .align-content-lg-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }
    .align-content-lg-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }
    .align-self-lg-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }
    .align-self-lg-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }
    .align-self-lg-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }
    .align-self-lg-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }
    .align-self-lg-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }
    .align-self-lg-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }
  }
  
  @media (min-width: 1200px) {
    .flex-xl-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }
    .flex-xl-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
    .flex-xl-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
    .justify-content-xl-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }
    .justify-content-xl-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    .justify-content-xl-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }
    .justify-content-xl-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }
    .align-items-xl-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }
    .align-items-xl-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }
    .align-items-xl-center {
      -ms-flex-align: center !important;
      align-items: center !important;
    }
    .align-items-xl-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }
    .align-items-xl-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }
    .align-content-xl-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }
    .align-content-xl-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }
    .align-content-xl-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }
    .align-content-xl-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }
    .align-content-xl-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }
    .align-content-xl-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }
    .align-self-xl-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }
    .align-self-xl-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }
    .align-self-xl-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }
    .align-self-xl-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }
    .align-self-xl-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }
    .align-self-xl-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }
  }