﻿.form-type-material.form-control,
.form-type-material .form-control {
    border-color: transparent;
    padding-left: 0;
    padding-right: 0;
    -webkit-background-size: 0 2px, 100% 1px;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#46be8a), to(#46be8a)), -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
    background-image: -webkit-linear-gradient(#46be8a, #46be8a), -webkit-linear-gradient(#ebebeb, #ebebeb);
    background-image: linear-gradient(#46be8a, #46be8a), linear-gradient(#ebebeb, #ebebeb);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.hover-primary:hover, .hover-primary:focus {
    color: #46be8a !important;
}

.switch-description {
    user-select: none;
}

.hidden {
    display: none;
}

h4 {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    #tracking {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

html {
    overflow: hidden;
}

.media-chat {
    padding-top: 0;
    width: 100%;
    padding-left: 5% !important;
}

.media-body p {
    margin: 0 !important;
}

.media-body .meta {
    margin-top: 4px !important;
}
