@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Material+Icons);

body {
    /*max-width: 600px;*/
    margin: 0 auto;
    /*padding: 5vw;*/
}

* {
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.btn-success {
    background: #36bea6 !important;
}

.btn-danger {
    background: #d52a1a !important;
}

.error-label {
    color: #c53929 !important;;
}

.error-border {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c53929), to(#c53929)),
    -webkit-gradient(linear, left top, left bottom, from(#c53929), to(#c53929)) !important;
}

.input-width-100 {
    width: 100% !important;
}

/*
@media (min-width: 768px) {
    material-dialog .responsive-model {
        width: 100%;
    }
}*/

@media (min-width: 769px) {
    .left-sidebar {
        left: 0px !important;
    }

    .topbar {
        padding-left: 220px;
    }
}

@media (min-width: 1024px) {
    .page-wrapper, .footer {
        margin-left: 259px !important;
    }
}

.breadcrumb {
    margin-right: 20px !important;
}

.text-align-right {
    text-align: right;
}

.tr-header {
    background-color: #8e9095;
    color: white;
}

@media (max-width: 767px) {
    .filter {
        width: auto !important;
    }
}

.options-list .item{
    padding: 8px 14px !important;
}

.options-list .item .label{
    color: #1e2128;
    font-size: 100%;
}

.material-dropdown .button-text{
    padding: 10px !important;
    padding-bottom: 2px !important;
}