body {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.text-red {
    color: red !important;
}

.bg-blue {
    background-image: none !important;
    background-color: #2196F3 !important;
    border-color: #0D47A1 !important;
    color: #fff !important;
    font-family: "Roboto Condensed", "sans-serif";
}

.bg-light-blue {
    background-image: none !important;
    background-color: #9dddff !important;
    border-color: #BDBDBD !important;
    color: #FFFFFF !important;
    font-family: "Roboto Condensed", "sans-serif";
}

.bg-light-grey {
    background-image: none !important;
    background-color: #e1dfe0 !important;
    color: #000000 !important;
    font-family: "Roboto Condensed", "sans-serif";
}

.bg-red {
    background-image: none !important;
    background-color: #F44336 !important;
    border-color: #B71C1C !important;
    color: #fff !important;
    font-family: "Roboto Condensed", "sans-serif";
}

.bg-red span {
    color: #fff;
}

.bg-yellow {
    background-image: none !important;
    background-color: #FFEB3B !important;
    border-color: #F57F17 !important;
    color: #fff !important;
    font-family: "Roboto Condensed", "sans-serif";
}

.bg-green {
    background-image: none !important;
    background-color: #009688 !important;
    border-color: #004D40 !important;
    color: #fff !important;
    font-family: "Roboto Condensed", "sans-serif";
}

.bg-purple {
    background-image: none !important;
    background-color: #9C27B0 !important;
    border-color: #4A148C !important;
    color: #fff !important;
    font-family: "Roboto Condensed", "sans-serif";
}

.bg-dark {
    background-image: none !important;
    background-color: #555555 !important;
    border-color: #555555 !important;
    color: #fff !important;
    font-family: "Roboto Condensed", "sans-serif";
}

.bg-grey {
    background-image: none !important;
    background-color: #fafafa !important;
    border-color: #fafafa !important;
    color: #464444 !important;
    font-family: "Roboto Condensed", "sans-serif";
}

input.ng-invalid.ng-dirty {
    background-color: #faae96;
}

input.ng-valid.ng-dirty {
    background-color: transparent;
}

.fc-day-grid-container::-webkit-scrollbar {
    display: none !important;
}

.scroll::-webkit-scrollbar {
    width: 5px;
}

.scroll::-webkit-scrollbar-track {
    background: #ddd;
}

.scroll::-webkit-scrollbar-thumb {
    background: #666;
}

.noscroll {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

.noscroll::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

#loaderDiv {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1100;
}

.ajax-loader {
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: block;
}

.circle-text {
    border-radius: 50%;
    /*behavior: url(PIE.htc); !* remove if you don't care about IE8 *!*/
    width: 36px;
    height: 36px;
    padding: 4px;

    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;

    font: 22px Arial, sans-serif;
    margin-right: 10px;
}

canvas {
    width: 98% !important;
    max-width: 100%;
    height: 400px !important;
}

canvas.chart300 {
    width: 98% !important;
    max-width: 100%;
    height: 300px !important;
}

.captcha-container {
    width: 80px;
    height: 40px;
    overflow: hidden;

}

.captcha-container img {
    width: 180px;
    height: 40px;
    margin: 0 0 0 -10px;
}

.captchaText {
    border: 0;
    width: 120px;
    /*height: 40px;*/
    text-align: center;
}

input.captchaText:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.md-avatar {
    border-radius: 50%;
}

.card-image-wrapper {
    margin-top: -60px;
    margin-left: 20px;
}

/*md-input-container {*/
/*line-height: 2px !important;*/
/*margin-bottom: 0px !important;*/
/*}*/

md-input-container .md-errors-spacer {
    min-height: 18px !important;
}

md-input-container input[type="number"] {
    border-color: lightgrey;
}

md-input-container input[type="text"] {
    border-color: lightgrey;
}

.fa-2x {
    height: 38px !important;
}

md-grid-tile-footer h3 {
    color: #fff;
}

/*fix angular chart*/
@media (max-width: 979px) {
    .chart-container {
        width: 100% !important;
        max-width: 800px;
        height: auto !important;
        width: 500px !important;
        height: 300px !important;
    }
}


/* Rules for sizing the icon. */
.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.material-icons.md-64 {
    font-size: 64px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}

.text-icon {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgba(0, 0, 0, 0.54);
    font-size: 15px !important;
}

/*fix toolbar search*/
.toolbar-search .md-fab-action-item {
    width: 100%;
}

.toolbar-search .md-fab-action-item .md-input-container {
    line-height: 32px !important;
}

.cell-align-center {
    text-align: center !important;
}

.cell-align-right {
    text-align: right !important;
}

.cell-align-right-margin10 {
    text-align: right !important;
    padding-right: 30px;
}

.cell-align-left {
    text-align: left;
}

.ui-grid-height {
    height: calc(100vh - 200px);
    width: calc(100% - 10px);
}

.ui-grid-height-1 {
    height: calc(100vh - 100px);
}

.ui-grid-height-3 {
    height: calc(100vh - 300px);
}

.ui-grid-cell-contents {
    font-family: 'Roboto Condensed', sans-serif !important;

}


.expandableRow .ui-grid-cell-contents {
    font-family: 'Roboto Condensed', sans-serif !important;

}

.ui-grid-menu-item {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px !important;
}

.ui-grid-menu-button {
    border: none !important;
}

.ui-grid-column-menu-button {
    margin-right: 8px !important;
}

.ui-grid-column-menu-button, .ui-grid-icon-button {
    outline: none;
}

.ui-grid-cell-contents button {
    background-color: transparent;
    border: none;
    color: transparent;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.ui-grid-filter-input {
    padding-right: 16px !important;
    padding-left: 16px !important;
    outline: none;
}


.ui-grid-header-cell .ui-grid-cell-contents {
    padding-top: 16px !important;
    padding-bottom: 8px !important;
    outline: none;
}

.ui-grid-tree-base-row-header-buttons {
    outline: none;
}

.ui-grid-header-cell-wrapper .ui-grid-selection-row-header-buttons:before {
    outline: none;
    position: absolute;
    left: 4px;
}

/*.grid {*/
/*    border-radius: 4px !important;*/
/*}*/

input[type=number].md-input {
    border-bottom: 1px solid #d1d1d1 !important;
    /*width: auto !important;*/
}

.custom-input-total {
    display: inline-block;
    color: black;
    padding: 5px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 8px;
    margin: 10px auto;
    transition: background-color 0.5s ease;
}

.custom-input-total:focus {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

.custom-input-with-label span, .md-checkbox {
    margin-top: 10px;
}

captcha {
    margin-left: 10px;
    margin-right: 10px;
}

.custom-input {
    display: inline-block;
    color: black;
    padding: 5px;
    background: none;
    box-sizing: border-box;
    border: none;
    border: 1px solid #757575;
    margin: 10px auto;
    transition: background-color 0.5s ease;
    font-family: "Roboto Condensed";
    padding-left: 12px;
    border-radius: 6px;
}

.custom-input:focus {
    outline: none;
}

.ng-hide-add, .ng-hide-remove {
    /* ensure visibility during the transition */
    display: block !important; /* yes, important */
}

.transition-toolbar {
    transition: 1s linear all !important;
    opacity: 1 !important;
}

.transition-toolbar.ng-hide {
    opacity: 0 !important;
}

.animate-show {
    line-height: 20px;
    opacity: 1;
}

.animate-show.ng-hide-add.ng-hide-add-active,
.animate-show.ng-hide-remove.ng-hide-remove-active {
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.animate-show.ng-hide {
    line-height: 0;
    opacity: 0;
    padding: 0 10px;
}

md-radio-button .md-label {
    font-size: small;
}

md-radio-group {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.lap_tenis_text {
    width: 60px;
}

md-toolbar md-toolbar-filler {
    background-color: #e0e0e0;
}

md-toolbar md-toolbar-filler #filler-icon {
    color: rgb(63, 81, 181);
}

.search-bar {
    background-color: #222;
}

.search-bar * {
    color: white !important;
}

.search-bar input {
    border-bottom-color: white;
}

.md-errors-spacer {
    display: none;
}

/*animation*/
.transformable {
    -webkit-transition: height 500ms linear;
    -moz-transition: height 500ms linear;
    -o-transition: height 500ms linear;
    -ms-transition: height 500ms linear;
    transition: height 500ms linear;
}

.material-button {
    background-color: #CCCCCC !important;
    border: 0.15em solid #CCCCCC !important;
}

.md-border {
    border-radius: 4px !important;
    overflow: hidden;
}

.button-hover {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 1;
}

.button-hover:hover {
    opacity: 0.2;
}

.md-fab-bottom-right {
    position: fixed !important;
}

.md-fab-bottom-left {
    position: fixed !important;
}


.text-bold {
    font-weight: bold;
}

.text-bolder {
    font-weight: bolder;
}

.ml10 {
    margin-left: 10px;
}

td[md-cell] {
    height: min-content;
}

.profile-header {
    height: 200px;
    background: url('./../img/bg8.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.profile-body {
    background: white;
}


/*css auto complete flex item*/


.custom-container {
    min-width: 600px !important;
}

.input-align-right {
    float: right;
    clear: both;
    text-align: right !important;
}

.selectCustomSelectHeader {
    /* Please note: All these selectors are only applied to children of elements with the 'selectCustomSelectHeader' class */
}

.selectCustomSelectHeader .header-searchbox {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0;
}

.selectCustomSelectHeader .app-select-header {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 16px !important;
    height: 48px;
    cursor: pointer;
    position: relative;
    display: flex;
    width: auto;
}

.selectCustomSelectHeader md-content._md {
    max-height: 240px;
}

.selectCustomSelectHeader md-input-container {
    min-width: 112px;
}

/*custom button*/
.btn-rounded {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    border-radius: 5rem
}

.btn-rounded span {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.md-autocomplete-suggestions-container {
    z-index: 100000 !important; /* any number of choice > 1050*/
    pointer-events: all !important;
}

.autocomplete-custom-template .md-autocomplete-suggestion {
    border-bottom: 1px solid #ccc;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    white-space: normal;
}


.mainView::-webkit-scrollbar {
    display: none !important;
}

.md-option-3-line {
    height: 100px;
}

md-select-menu {
    min-height: 400px;
}

md-select-menu md-content {
    min-height: 400px;
}

#loginContainer {
    background: url('./../img/bg/WaveRED.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#loginContainer label {
    color: white !important;
}

#loginContainer input {
    color: white !important;
}

.md-sidenav-right {
    min-width: 50%;
}