@import url("https://fonts.googleapis.com/css?family=Dancing+Script:400,700");
@import url("https://fonts.googleapis.com/css?family=Ubuntu");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 14px;
}

a{
    color:black;
    text-decoration: none;
}


html, document, body {
    min-height: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    background: white;
}

#loader, .loader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(158, 158, 158, 0.5);
}


/**sidenav**/
md-sidenav {
    width: 270px;
    overflow-x: hidden;
    transition: width 0.3s ease-in-out;
}
md-sidenav.collapse {
    width: 50px;
}
md-sidenav .menu.button-list {
    width: 100%;
    overflow-x: hidden;
    background: #0ad0b2;
    color: white;
}
md-sidenav .menu.button-list .menu-toggle{
    background: #3b877c;
    height: 72px;
}
md-sidenav .menu.button-list .md-button {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: none;
}
md-sidenav .menu.button-list .md-button.active {
    background-color: rgb(59 135 124 / 60%);
}
md-sidenav .menu.button-list .md-button md-icon {
    margin: 13px;
    color: white;
}

md-sidenav.filter-sidenav{
    min-width: 35%;
    max-width: 50%;
}

md-sidenav.filter-sidenav > md-toolbar, md-toolbar .md-toolbar-tools.filter-title{
    min-height: 41px !important;
    height: 41px;
    background-color: #009688;
}


/**toolbars**/
md-toolbar, md-toolbar .md-toolbar-tools {
    min-height: 50px !important;
    height: 50px;
}

.paginator-toolbar{

}
.paginator-toolbar > md-input-container{
    margin: 0;
    height: 30px;
}
.paginator-toolbar .search-input-container input{
    padding: 5px;
    width: 100%;
    border-radius: 10px;
    border: 1.5px solid #c7c7c7;
    width: 300px;
}
.paginator-toolbar .search-input-container input:focus{
     outline: none;
}

/**profile**/
.profile .profile-user-data {
    margin-top: -8px;
    background-image: url('/assets/background.jpg');
    background-size: cover;
    background-position: center;
}
.profile .profile-user-data .profile-user-data-inner {
    padding: 20px 16px;
    background-color: rgba(0, 0, 0, 0.25);
    color: white !important;
}
.profile .profile-user-data .profile-user-data-inner md-icon {
    margin-right: 16px;
    color: white !important;
}

/**login**/
.login {
    height: 100%;
    width: 100%;

    margin: 0 auto;
}
.login .login-bg {
    background-image: url('/assets/background.jpg');
    background-position: center;
    background-size: cover;
}
.login .login-bg-inner {
    background-color: rgba(0, 0, 0, 0.25);
}
.login .login-form {
    width: 50%;
}
.login .login-form img {
    width: 100%;
}
.login .login-form .md-button {
    width: 100%;
}

.footer-image {
}

.footer-image img{
    width: 100%;
}


/**page tabs**/
.tabs{
    display: flex;

    padding-top: 24px;
    padding-left: 8px;
    margin-left: 8px;
}
.tabs .tab {
    position: relative;
    z-index: 1;

    display: flex;
    box-sizing: border-box;

    text-decoration: none;
    transition: all .2s ease;

    font-weight: 400;
    font-size: 12px;
    color: #444444;

    height: 48px;
    min-width: 150px;

    padding: 0px 12px 0px 12px;
    margin-left: 12px;
    margin-right: 12px;

    text-align: center;
    vertical-align: bottom;
    align-items: center;
    justify-content: center;
}
.tabs .tab span{
    font-size: 14px;
}
.tabs .tab:hover, .tabs .tab.active {
    border-bottom: 3px solid;
    border-bottom-color: #0ad0b2;

    color: #0ad0b2;
    font-weight: bold;
}


.page .page-title {
    padding: 28px;
    height: 72px;
    border-bottom: 1px solid lightgray;
    background: #f8f8f8;
}
.page .page-title .back-button {
    padding-right: 8px;
    cursor: pointer;
}
.page .page-title .do-button{
    text-align: right;
}
.page .page-title .do-button .md-button{
    width: 125px;
    border-radius: 10px;
}

.page .page-title h2{
    font-weight: 400;
    font-size: 24px;
    color: #4b4040;
}
.page .page-content .do-fab-button{
    position:fixed;
    bottom:20px;
    right:20px;
}
.page .page-content form md-card{
    min-width: 100%;
}
.page .vertical-divider{
    width: 2px;
    background: #ebe9e9;
}


/**forms**/
.form-dialog{
    min-width: 45%;
    min-height: 45%;
}
.form-dialog .md-dialog-content{
    width: 100%;
}
.form-dialog .md-dialog-content > h2{
    margin-bottom: 12px;
    margin-top: 24px;
}
.form-title{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #4b4040;
}

form md-input-container{
    margin: 12px 0;
}


/**check + inputs**/
md-input-container{
    margin: 0;
    height: 34px;
}
md-input-container.md-input-invalid{
    margin-bottom: 18px;
    padding-bottom: 18px;
}

/*Green input**/
md-input-container:not(.md-input-invalid).md-input-focused md-icon{
    color: #009688;
}
md-input-container:not(.md-input-invalid).md-input-focused .md-input{
    border-color: #009688;
}
md-input-container:not(.md-input-invalid).md-input-focused label{
    color: #009688;
}

.input-with-link{
    position: relative;
}

.input-link{
    position: absolute;
    top: 50px;
    left: 2.5px;
    font-size: 12px;
}


/**checkboxs**/
md-checkbox .md-label {
    margin-top: 14px;
    margin-left: 30px;
}
md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
    background-color: #009688;
    border-color: #009688;
}
md-checkbox.md-default-theme.md-checked .md-icon:after, md-checkbox.md-checked .md-icon:after {
    border-color: white;
}
md-checkbox.blue.md-default-theme[disabled].md-checked .md-icon:after, md-checkbox.blue[disabled].md-checked .md-icon:after {
    border-color: white;
}
md-checkbox.blue.md-default-theme[disabled].md-checked .md-icon, md-checkbox.blue[disabled].md-checked .md-icon {
    background: white;
}

.checkbox-list {
    max-width: 50px;
}

.checkbox-list md-checkbox{
    min-height: 24px;
}

.checkbox-list md-checkbox .md-container{
    margin-top: 12px;
}

.checkbox-list md-checkbox .md-icon{
    width: 16px;
    height: 16px;
}

.checkbox-list md-checkbox.md-checked .md-icon:after{
    height: 10px;
    width: 5px;
    width: 5px;
    left: 3.5px;
}


/**radio buttons**/
md-radio-group:not([disabled]) .md-primary .md-on {
    background-color: #009688;
}

md-radio-group:not([disabled]) .md-primary.md-checked .md-off{
    border-color: #009688;
}


/**buttons**/
md-button md-icon.fa, md-icon.fa {
    font-size: 20px;
}

md-icon.green-icon.fa, md-icon.green-icon.fa, md-icon.green-icon {
    color: #009688;
}

.md-button.md-warn.md-raised{
    color: white;
}
.md-button.green-bg{
    background-color: rgb(10 208 178) !important;
}
.md-button.green-bg:hover{
    background-color: rgb(9 174 149) !important;
}

/**others**/
.link {
    color: rgb(1 118 100);
    cursor: pointer;
    font-weight: 500;
}

.capitalize{
    text-transform: capitalize;
}

.mini-logo {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, -50%);

    min-width: 50px;
    min-height: 50px;
    max-width: 100px;
    max-height: 100px;
}

.mini-logo img{
    width: 100%;
}

md-progress-circular.md-default-theme path, md-progress-circular path {
    stroke: #009688;
}

.back-to-top {
    position: fixed !important;
    z-index: 99 !important;
    bottom: 20px !important;
    right: 20px !important;
    color: white !important;

    width: 35px !important;
    height: 35px !important;
}
.back-to-top.md-button md-icon {
    font-size: 20px !important;

    width: 20px !important;
    height: 20px !important;

    min-width: 20px !important;
    min-height: 20px !important;
}
.back-to-top.show{
    display: visible !important;
}
.back-to-top.hide{
    display: none !important;
}


.list-container {
    padding-bottom: 80px;
}
.list-container .row-header{
    font-weight: 500;
}

.menu-button-list .actions-button-wrapper{
    margin-right: 38px;
}

.menu-button-list .md-button{
    font-size: 12px
}

.menu-button-list .md-button .md-icon {
    width: 20px;
    height: 20px;

    min-width: 20px;
    min-height: 20px;

    font-size: 20px;
}



.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 8px;
  text-decoration: none;
  display: block;

  cursor: pointer;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}