body {
    font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.mdl-layout__header, .mdl-layout__header-row {
    background-color: #e9ecef;
}

.mdl-layout__header .mdl-layout__drawer-button {
    color: gray;
    height: 35px;
    min-height: 35px;
}

.mdl-layout__tab-bar-container, .mdl-layout__tab-bar-button, .mdl-layout__tab-bar-button.is-active {
    height: 35px;
    color: gray;
}

.mdl-layout__tab-bar-button .material-icons {
    line-height: 35px;
}

.mdl-layout__tab-bar-button, .mdl-layout__tab-bar {
    background-color: #fff !important;
}

.mdl-layout__tab-bar-button.mdl-layout__tab-bar-left-button.is-active .material-icons,
.mdl-layout__tab-bar-button.mdl-layout__tab-bar-right-button.is-active .material-icons {
    color: gray;
}

.mdl-layout__tab-bar-button.mdl-layout__tab-bar-left-button .material-icons,
.mdl-layout__tab-bar-button.mdl-layout__tab-bar-right-button .material-icons {
    color: white;
}

.mdl-layout__tab-bar a {
    color: gray;
}

.mdl-layout__tab {
    height: 35px;
    line-height: 35px;
}

.mdl-layout__tab.is-active {
    color: #13b1bd !important;
    font-weight: bold;
}

.mdl-layout__tab.is-active:after {
    background-color: #13b1bd !important;
}

.mdl-layout__drawer .mdl-layout-title, .android-drawer .mdl-layout-title {
    background-color: #13b1bd;
    color: white;
    height: 64px;
}

.android-navigation .mdl-navigation__link:hover {
    border-bottom: 4px solid #13b1bd;
    color: #13b1bd;
}

.android-navigation .mdl-navigation__active {
    border-bottom: 4px solid #13b1bd;
    color: #13b1bd;
}

.android-logo-image {
    height: 40px;
}

.mdl-layout__content {
    padding: 10px;
}

.mdl-data-table tr, .mdl-data-table th, .mdl-data-table td {
    height: auto !important;
    padding: 3px 18px;
}

.mdl-data-table th {
    font-weight: strong;
}

.mdl-button--raised.mdl-button--colored {
    background: #13b1bd;
}

.mdl-color--primary {
    background-color: #13b1bd;
}

.drawer-toggle {
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .drawer-toggle {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .mobile-only {
        display: none !important;
    }

    .mdl-layout__header {
        min-height: 35px;
    }

    .mdl-layout__header-row {
        height: 35px;
    }

    .mdl-layout__drawer-button {
        line-height: 35px;
        margin-top: 0px;
    }
}

@media screen and (max-width: 1024px) {
    .mdl-layout__header {
        min-height: 35px;
    }
}

.mdl-textfield__small {
    width: 200px;
}

.mdl-textfield__input {
    font-size: 14px !important;
    background-color: #fff;
    text-transform: uppercase;
    border: 1px solid #ced4da;
    border-radius: 4px;
    color: #495057;
    margin-left: -3px;
    padding-left: 3px;
}

.mdl-textfield__input[type=email] {
    text-transform: none;
}

select.mdl-textfield__input {
    text-transform: none;
}

.mdl-textfield__input:focus {
    border-color: #f4ad94;
    box-shadow: 0 0 0 0.2rem rgba(233,84,32,0.25);
}

.mdl-textfield__input--required {
    border-color: red;
}

.mdl-card__supporting-text {
    width: auto;
}

.mdl-textfield {
    padding-bottom: 0px;
    width: 100%;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    color: #222;
}
fieldset[disabled] .mdl-textfield .mdl-textfield__input, .mdl-textfield.is-disabled .mdl-textfield__input {
    border-bottom-style: solid;
}

.mdl-textfield__label::after {
    background-color: #222;
    bottom: 0px;
}

.mdl-textfield__label {
    top: 4px;
}

.float-right {
    float: right;
}

.align-right {
    text-align: right;
}

a {
    color: #3b61c4;
}

.material-icons--small {
    font-size: 16px;
}

.material-icons--tiny {
    font-size: 10px;
}

.mdl-tabs__panel {
    min-height: 350px;
}

img.circle {
    border-radius: 50%;
}

.mdl-button--small {
    padding: 0px;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    line-height: 20px;
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active::after {
    background-color: #13b1bd;
}

th {
    color: #333 !important;
    text-transform: uppercase;
}

.mdl-button--raised.mdl-button--colored:hover, .mdl-button--raised.mdl-button--colored:active, .mdl-button--raised.mdl-button--colored:focus:not(:active) {
    background-color: #3b61c4;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link--current {
    color: #13b1bd;
    font-weight: bold;
    background-color: #f0f0f0;
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
    color: #13b1bd;
    font-weight: bold;
}

.mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple {
    background-color: #13b1bd;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    top: -3px;
    font-size: 14px;
    font-weight: bold;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(dropdown.png) 99% / 16px no-repeat !important;
}
    
/* CAUTION: IE hackery ahead */
select::-ms-expand { 
    display: none; /* remove default arrow in IE 10 and 11 */
}
  
/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select {
        background:none\9;
        padding: 5px\9;
    }
}

.mdl-textfield__error {
    margin-top: -4px;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
    padding: 10px 10px;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__sublink {
    padding: 10px 30px;
}

.mdl-snackbar {
    border-width: 1px;
    border-style: solid;
    border-color: #f0f0f0;
    background-color: white;
    bottom: unset;
    top: -130px;
    -webkit-transform: translate(0, 80px);
            transform: translate(0, 80px);
    }
    @media (max-width: 479px) {
      .mdl-snackbar {
        width: 100%;
        left: 0;
        min-height: 48px;
        max-height: 80px; } }
    @media (min-width: 480px) {
      .mdl-snackbar {
        min-width: 288px;
        max-width: 568px;
        border-radius: 2px;
        -webkit-transform: translate(-50%, 80px);
                transform: translate(-50%, 80px); } }

.mdl-snackbar--active {
    -webkit-transform: translate(0, 130px);
            transform: translate(0, 130px);}
    @media (min-width: 480px) {
      .mdl-snackbar--active {
        -webkit-transform: translate(-50%, 135px);
                transform: translate(-50%, 135px); } }

.mdl-snackbar__text {
    color: red;
}

.float-bottom {
    position: absolute;
    bottom: 0px;
}

#toast-message--danger {
    color: red;
}

#toast-message--success {
    color: gray;
}

.mdl-navigation__submenu--container {
    -webkit-transition: height 2s; /* Safari */
    transition: height 2s;
}

.mdl-navigation__link .menu-icon {
    padding-top: 5px;
    float: right;
}

.mdl-navigation__link .menu-icon--active {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 479px) {
    #breadcrumbs {
        visibility: hidden;
    }
}


/* styles for testing */



.button-3d {
    position:relative;
    width: auto;
    color:#ecf0f1;
    text-decoration:none;
    border-radius:5px;
    border:solid 1px #f39c12;
    background:#e67e22;
    text-align:center;
    padding:16px 18px 14px;

    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;

    -webkit-box-shadow: 0px 6px 0px #d35400;
    -moz-box-shadow: 0px 6px 0px #d35400;
    box-shadow: 0px 6px 0px #d35400;
}

.button-3d:active{
    -webkit-box-shadow: 0px 2px 0px #d35400;
    -moz-box-shadow: 0px 2px 0px #d35400;
    box-shadow: 0px 2px 0px #d35400;
    position:relative;
    top:4px;
}

#login-background-container {
    position: absolute;
    width:100%;
    /* border: 1px solid black; */
    text-align: center;
}

#main-circle-part-1 {
    font-size: 100em;
    display: inline-block;
    width: 0.4em;
    box-sizing: content-box;
    height: 0.4em;
    border: 25px solid #3498db;
    border-radius: 0.35em;
    margin-left: -0.22em;
    top: 0.03em;
    position: absolute;
}

#main-circle-part-2 {
    font-size: 100em;
    display: inline-block;
    width: 0.4em;
    box-sizing: content-box;
    height: 0.4em;
    border: 25px solid #2ecc71;
    border-radius: 0.35em;
    margin-left: -0.22em;
    top: 0.03em;
    position: absolute;
    
    clip: rect(0px, .2em, .2em, .2px);
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    transform: rotate(50deg);
}

#main-circle-part-3 {
    font-size: 100em;
    display: inline-block;
    width: 0.4em;
    box-sizing: content-box;
    height: 0.4em;
    border: 25px solid #f1c40f;
    border-radius: 0.35em;
    margin-left: -0.22em;
    top: 0.03em;
    position: absolute;
    
    clip: rect(0px, .2em, .2em, 0px);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

#main-circle-part-4 {
    font-size: 100em;
    display: inline-block;
    width: 0.4em;
    box-sizing: content-box;
    height: 0.4em;
    border: 25px solid #e74c3c;
    border-radius: 0.35em;
    margin-left: -0.22em;
    top: 0.03em;
    position: absolute;
    
    clip: rect(0px, .2em, .2em, 0px);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#sub-circle-1 {
    font-size: 30em;
    display: inline-block;
    width: 0.4em;
    box-sizing: content-box;
    height: 0.4em;
    border: 20px solid #f1c40f;
    position: relative;
    border-radius: 0.35em;
    position: relative;
    top: 1.3em;
    left: 1.32em;
}

#sub-circle-1:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -0.36em;
    top: -0.05em;
    border-width: 0;
    background: #f1c40f;
    width: 0.4em;
    height: 20px;
    transform: rotate(30deg);
}

#sub-circle-2 {
    font-size: 20em;
    display: inline-block;
    width: 0.4em;
    box-sizing: content-box;
    height: 0.4em;
    border: 20px solid #3498db;
    border-radius: 0.35em;
    position: relative;
    top: .3em;
    right: 0.4em;
}

#sub-circle-2:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -0.36em;
    top: -0.05em;
    border-width: 0;
    background: #3498db;
    width: 1.3em;
    height: 20px;
    transform: rotate(30deg);
}

input[type=number],input[type=text] {
	border: 1px solid #ced4da;
	border-radius: 4px;
}

.mdl-layout__tab-bar-button.mdl-layout__tab-bar-right-button .material-icons {
    color: gray !important;
}