/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

/* MATERIAL ICONS LOCALLY */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

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

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

/* Yii2.ThemeFactory.net */
.jumbotron {
    text-align: center;
    border: 1px solid #ddd;
    background-color: #fafafa;
}

.clearbr {
    color: #d1d1d1;
}

.clearbr > a {
    color: #d1d1d1;
}

.clearbr-active {
    color: white;
}

nav .brand-logo {
    font-size: 1.5rem;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.btn {
    text-transform: none;
}

.btn-large {
    text-transform: none;
}

.btn.upload {
    padding: 0 1rem;
}

.btn.fileinput-custom {
    padding: 0 1rem;
    margin-right: 5px;
}

.container .row {
    margin-top: 1em;
}

.has-error .help-block {
    color: #a94442;
}

#card-alert button {
    background: none;
    border: none;
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 20px;
    color: #fff
}

.card {
    overflow: hidden;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.not-set.view {
    margin-left: 10px;
}

span.badge-color {
    min-width: 18px;
    padding: 0 6px;
    margin-left: 14px;
    text-align: center;
    font-size: 1rem;
    line-height: 22px;
    height: 18px;
    color: #757575;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
    border-radius: 10px;
}

span.badge-color.view {
    margin-left: 0px;
    float: left;
}

select.browser-default {
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    color: #555;
}

.materialize-textarea.custom {
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 2rem;
    margin-top: 20px;
}

.materialize-textarea.custom[disabled] {
    background-color: #eee;
    opacity: 1;
    cursor: not-allowed;
}

.panel-primary {
    border-color: #29b6f6 !important;
}

.panel-primary .panel-heading {
    background-color: #29b6f6 !important;
    border-color: #29b6f6 !important;
}

.day {
    padding: 0px;
}

html select[disabled] {
    cursor: not-allowed;
}

html input[disabled] {
    cursor: not-allowed;
}

.file-progress-custom {
    padding-bottom: 20px;
}

.file-caption-name::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #444;
}

.file-caption-name:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #444;
    opacity: 1;
}

.file-caption-name::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #9E9EA8;
    opacity: 1;
}

.file-caption-name:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #9E9EA8;
}

.btn-view-top {
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .kv-detail-view {
        overflow-x: scroll;
    }

    .kv-grid-container {
        overflow-x: scroll;
    }
}

.tab a.active {
    background-color: #29b6f6 !important;
}

.tabs .tab a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.tabs .tab a {
    color: #FFFFFF !important;
}

.tabs .indicator {
    background-color: #FFFFFF !important;
}

.label-custom {
    color : #000000;
    font-size: inherit;
}


