html {
    font-size: 62.5%;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../css/fonts/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../css/fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../css/fonts/MaterialIcons-Regular.woff) format('woff'), url(../css/fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

body {
    background-color: #e9e9e9;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    font-family: "Roboto", Arial, Tahoma, sans-serif;
}

.login-box--wrapper {
    height: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2% auto;
}

.login-page {
    max-width: 360px;
    width: 100%;
    min-height: 430px;
    /*position:absolute;  top:50%; left:50%; transform:translate(-50%,-50%);*/
}

.definition-page {
    padding-left: 0;
    max-width: 860px;
    margin: 5% auto;
    overflow-x: hidden;
}

.login-page .login-box .logo {
    margin-bottom: 20px;
    text-align: center;
}

img {
    vertical-align: middle;
}

.card {
    background: #fff;
    min-height: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding: 15px;
}

.alert-card {
    background: #fff;
    min-height: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding: 15px;
    position: absolute;
    top: calc(50% - 153px);
    width: 100%;
}

.card-body {
    font-size: 14px;
    color: #555;
    padding: 20px 20px 0px 20px;
}

    .card-body h4 {
        margin-top: 0;
    }

.login-page .login-box .msg {
    /*color: #555;
    margin-bottom: 30px;
    text-align: justify;*/
    color: #075065;
    margin-bottom: 20px;
    text-align: justify;
    font-weight: bold;
    font-size: 16px;
}

.input-group {
    width: 100%;
}

    .input-group .input-group-addon {
        border: none;
        background-color: transparent;
        padding: 0 12px 0 0;
        font-weight: bold;
    }

        .input-group .input-group-addon .material-icons {
            font-size: 18px;
            color: #555;
        }

    .input-group .form-line {
        display: inline-block;
        width: 100%;
        position: relative;
    }

.bg-orange {
    background-color: #ff9600 !important;
    color: #fff !important;
}

.bg-blue {
    background-color: #075065 !important;
    color: #fff !important;
}

    .bg-blue ~ .ui-accordion-content {
        border-color: #075065 !important;
    }

.bg-cyan {
    background-color: #00bcd4 !important;
    color: #fff !important;
}

    .bg-cyan ~ .ui-accordion-content {
        border-color: #00bcd4 !important;
    }

.bg-green {
    background-color: #127503 !important;
    color: #fff !important;
}

    .bg-green ~ .ui-accordion-content {
        border-color: #127503 !important;
    }

.bg-red {
    background-color: red !important;
    color: #fff !important;
}

.nopadding {
    padding: 0;
}

.mdl-textfield {
    width: 100% !important;
}

.mdl-textfield__label {
    font-weight: normal;
}

    .mdl-textfield__label:after {
        bottom: 14px;
    }

.mdl-checkbox__label {
    font-weight: normal;
    font-size: 14px;
}

.mdl-button {
    margin: 10px auto;
}

.padding-t-20 {
    padding-top: 20px;
}

.m-20 {
    margin: 20px 0;
}

label {
    display: initial;
}

.mdl-menu__container {
    max-height: 300px;
    overflow-y: auto !important;
}

.mdl-textfield.is-invalid .mdl-textfield__message {
    visibility: hidden;
}

.mdl-textfield__message {
    color: rgba(0, 0, 0, 0.26);
    position: absolute;
    font-size: 12px;
    margin-top: 3px;
    visibility: visible;
    display: block;
    width: 100%;
}

    .mdl-textfield__message .character-count {
        float: right;
    }

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group {
    position: relative;
    display: table !important;
    border-collapse: separate;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.mdl-full-width {
    width: 100%;
}

@media (min-width: 320px) and (max-width: 359px) {
    /*.login-page {
        margin:-215px 0 0 -50%;
    }*/
}

@media (max-width: 420px) {
    .mdl-button {
        width: 100%;
    }
}

@media screen and (max-height: 480px) {
    .login-box--wrapper {
        margin: 10% auto;
    }
}

.businessblock {
    padding: 20px 0px 0px 0px !important;
}
