.nopadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/* CARD */

.card {
    margin: 5px 5px;
    background-color: #ffffff;
    color: #212121;
    border-radius: 2px;
    box-shadow: 0px 1px 2px 0px #adadad;
    margin-bottom: 10px;
}

.card label {
    font-weight: normal;
}

.card input[type="radio"], .card input[type='checkbox'] {
    width: 30px;
    height: 30px;
}

.card input[type="radio"]:checked, .card input[type='checkbox']:checked {
    background-color: #0277bd;
}

.card-header {
    font-size: 24px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 5px;
    /*max-width: 90%;*/
    /*overflow: hidden;*/
}

.card-buttons {
    text-align: right;
    margin-bottom: 10px;
}

.card-description {
    font-size: 16px;
    color: #777777;
    padding: 10px 0px
}

.card-content {
    overflow: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 15px;
}

/* RAISED BUTTON */

.raised-button {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff !important;
    background-color: #0277bd !important;
    padding:5px 10px;
    border-radius: 2px;
}

.raised-button:hover {
    color: #ffffff !important;
    background-color: #0277bd !important;
}

.raised-button:active {
    color: #ffffff !important;
    background-color: #0277bd !important;
}

.raised-button:disabled {
    color: #B7B7B7 !important;
    background-color: #e6eded !important;
    /*background-color: rgba(0, 0, 0, 0.4);*/
}

/* FLAT BUTTON */

.flat-button {
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    color: #212121;
    background-color: transparent;
    padding:5px 10px;
}

.flat-button:hover {
    color: #212121;
    background-color: #e6eded;
}

.flat-button:active {
    color: #ffffff !important;
    background-color: #0277bd !important;
}

.flat-button:disabled {
    color: #B7B7B7 !important;
    background-color: transparent !important;
}

.flat-button:focus {
    color: #212121 !important;
    background-color: #B7B7B7 !important;
}

.flat-label {
    color: #212121 !important;
    font-size: 14px;
    padding: 5px 5px;
    margin: 0px 5px;
}

/* FLOATING BUTTON */

.floating-action-button {
    display: inline-block;
    position: fixed;
    bottom: 40px;
    right: 40px;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    padding: 17px;
    background-color: #0277bd !important;
    color: #ffffff !important;
    font-size: 12px;
    /*box-shadow: 0px 0px 10px 2px #c5c5c5;*/
}

.floating-action-button:hover {
    /*background-color: rgba(60, 141, 188, 0.62);*/
    color: #ffffff !important;
    border: none;
    outline: 0 !important;
}

.floating-action-button.disabled {
    /*background-color: rgba(78, 146, 188, 0.60);*/
    color: #ffffff !important;
}

.floating-action-button:active {
    background-color: rgba(78, 146, 188, 0.60) !important;
    color: #ffffff !important;
    border: none;
    outline: 0 !important;
}

.floating-action-button:focus {
    /*background-color: rgba(78, 146, 188, 0.60);*/
    color: #ffffff !important;
    border: none;
    outline: 0 !important;
}

/* TABLE */

.material-table {
    /*margin-top: 20px;*/
    width: 100% !important;
    /*border-top: 1px solid #e6e6e6;*/
    margin-bottom: 0px !important;
}

.material-table thead {
    color: #6e6c69 !important;
}

.material-table tr {
    height: 40px !important;
    border-bottom: 1px solid #e6e6e6 !important;
}

.material-table th {
    text-align: left !important;
    vertical-align: bottom !important;
}

.material-table td {
    text-align: left !important;
    vertical-align: middle !important;
}

.material-table tbody tr:hover {
    background-color: #e0e0e0 !important;
    color: #404041 !important;
}

.table-footer {
    height: 40px;
    text-align: center;
    border-top: 1px solid #e6e6e6;
}

/* MODAL */

.modal-footer {
    font-size: 20px;
    border-top: none;
}

.modal-header {
    font-size: 20px;
    text-align: center;
    border-bottom: none;
    color: #404041;
}

.modal-body {
    font-size: 16px;
    padding: 15px;
    color: #818285;
}

#modal-cancel-btn {
    background-color: #818285;
    color: #ffffff;
    width: 70px;
    font-weight: 500;
    float: left;
}

#modal-submit-btn {
    background-color: #818285;
    color: #ffffff;
    width: 70px;
    font-weight: 500;
    float: right;
}

/* BACK BUTTON */

/*.back-button {*/
    /*display: inline-block;*/
    /*text-align: center;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*font-weight: 600;*/
    /*cursor: pointer;*/
    /*font-size: 14px;*/
    /*color: #ffffff !important;*/
    /*background-color: transparent !important;*/
    /*padding: 5px 10px;*/
    /*outline: 0 !important;*/
/*}*/
/**/
/*.back-button:hover {*/
    /*color: #ffffff !important;*/
    /*background-color: transparent !important;*/
    /*outline: 0 !important;*/
/*}*/
/**/
/*.back-button:active {*/
    /*color: #ffffff !important;*/
    /*background-color: transparent !important;*/
    /*outline: 0 !important;*/
/*}*/
/**/
/*.back-button:disabled {*/
    /*cursor: pointer !important;*/
    /*color: transparent !important;*/
    /*background-color: transparent !important;*/
    /*outline: 0 !important;*/
/*}*/
/**/
/*.back-button:focus {*/
    /*color: #ffffff !important;*/
    /*background-color: transparent !important;*/
    /*outline: 0 !important;*/
/*}*/

/* STATUS */

#status {
    margin: auto;
    text-align: center;
    padding: 5px 10px;
    background-color: #999;
    color: #ffffff;
}

#wait {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

#msg {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.loader, .loader:after {
  width: 20px;
  height: 20px;
}

.loader {
    margin: 0px;
    text-indent: 0px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid #ffffff;
}

#status.processing {
    background-color: #ec9020;
}

#status.fail {
    background-color: #c0212b;
}

#status.success {
    background-color: #4caf50;
}

#status .help-block {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 10px;
    color: #ffffff;
}

#status .loader {
    display: inline-block;
    vertical-align: middle;
    border-left: 2px solid #ffffff;
}

.error-line {
    display: block;
    /*padding: 5px 5px;*/
}

.error-label {
    display: inline-block;
    padding: 0px 5px;
}

.error-value {
    display: inline-block;
    padding: 0px 5px;
}

@media (max-width: 767px) {
    .card-header .title {
        max-width: 250px;
        overflow: hidden;
        max-height: 44px;
    }
}