/*the custom style sheet for the whole app*/

/*                --------------Some default stuff------------      */

/*::-webkit-input-placeholder { !* Chrome/Opera/Safari *!
    color: #525456;
}
::-moz-placeholder { !* Firefox 19+ *!
    color: #525456;
}
:-ms-input-placeholder { !* IE 10+ *!
    color: #525456;
}
:-moz-placeholder { !* Firefox 18- *!
    color: #525456;
}
label{
    color: #525456;
}*/

body, md-content, html {
    background: #eee;
}

.page {
    min-height: 80vh;
    margin-bottom: 20px;
}

.wrap {
    background: #fff;
    width: 100%;
    margin-bottom: 20px;
}

/*                --------------All the pweety btns------------
#                    btns here and btns there                           #
                            -----------------                           */
/*the login*/
.btn {
    padding: 10px 20px;
    font-size: 1.2em;
}

/*                --------------The top toolbar------------
#                    your logo and links to other pg                    #
#                           have a swell time                           #
                            -----------------                           */
.nav {
    background-color: #202529 !important;
}

.nav .md-toolbar-tools {
    padding: 10px !important;;
}

.nav .logo {
    max-height: 38px;
    margin: 10px 10px 10px 0;
}

.nav-btn {
    border-bottom: 3px solid transparent;
}

.nav-btn:hover, .active {
    border-radius: 0;
    border-bottom: 3px solid #2d7fd1;
    background-color: transparent !important;
}

.mobile {
    display: none;
}

.menu .nav-btn {
    color: #fff;
    font-size: 1.7em;
    padding: 20px;
}

.menu .nav-btn:hover, .menu .active {
    background-color: #2d7fd1 !important;
}

.close {
    padding: 30px;
}

.close:hover, .close .active {
    background-color: transparent !important;
}

.nav-title {
    text-align: center;
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 2em;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    margin-bottom: 40px;
}

.menu {
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    max-height: 100vh;
    width: 100%;
    height: 100%;
    padding-top: 7%;
    overflow: hidden;
    background: #232323;
}

.menu.ng-hide {
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    overflow: hidden;
    max-height: 0vh;
    margin: 0;
    padding: 0;

}

.header {
    border-top: 1px solid #ccc;
    width: 100vw;
    padding: 10px;
}

.header h2 {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 2em;
}

/*----------------the interior nav---------------*/
.interior {
    z-index: 3;
}

.interior .first {
    position: fixed;
    background: #232323;

}

/*                --------------The login form------------
#                    you must enter through the cave of tests                          #
       -----------------                           */
.log-Form {
    margin: 10% auto 0;
}

.log-Form md-input-container {
    width: 100%;
    text-align: left;
}

/*-----------------------------interior pages-------------------*/
.label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #525456;
    font-size: 1.5em;
    font-weight: 300;
    padding: 0;
    vertical-align: bottom;
    line-height: 40px;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.date {
    padding-bottom: 10px;
}

table {
    border-collapse: collapse;
}

table tr {
    border-top: 1px solid #ccc;
}

table td {
    padding: 10px 20px;
}

.table-row-odd {
  background: #f5f5f5;
}

.top {
    border-top: none;
}

.title {
    color: #232323;
    font-size: 1.5em;
    font-weight: 400;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    padding: 10px 20px;
}

.subtitle {
    color: #525456 !important;
    text-align: right;
}

.num {
    text-align: right;
}

.txt, .num {
    color: #131313;
}

.subtitle, .txt, .num {
    font-size: 16px;
}

.txt {
    text-align: left;
}

.md-calendar-scroll-mask {
    display: inline-block;
    overflow: visible;
    height: 308px;
}

.md-calendar-scroll-mask .md-virtual-repeat-scroller {
    overflow-y: scroll;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    left: 0;
    width: 346px !important;
}

.md-calendar-scroll-mask .md-virtual-repeat-scroller::-webkit-scrollbar {
    display: block;
}

.md-calendar-scroll-mask .md-virtual-repeat-scroller::-webkit-scrollbar-thumb {
    background: #2d7fd1;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.md-calendar-scroll-mask .md-virtual-repeat-offsetter {
    width: 100%;
}

.md-calendar-scroll-container {
    box-shadow: inset -3px 3px 6px rgba(0, 0, 0, 0.2);
    background: #232323;
    display: inline-block;
    height: 308px;
    width: 340px;
}

md-input-container.md-input-has-placeholder {
	margin-bottom: 0;
	height: 2.5em;
}

md-select span {
    color: white !important;
}



/* increased from 341px to 361px */

/*--------------------the media queries for sure---------------------
                      ###############################*/
@media screen and (max-width: 600px) {
    html, body, md-content {
        overflow-x: hidden;
    }

    .nav-btn {
        display: none;
    }

    .menu .nav-btn {
        display: block;
    }

    .mobile {
        display: block;
        border-radius: 0;
        background-color: transparent !important;
    }

    .log-Form {
        margin: 35% auto 0;
    }

    .label {
        font-size: 0.875em;
        display: inline-block;
    }

    /*date picker*/
    .right {
        text-align: center;
    }

    .left {
        text-align: center;
    }

    table td {
        padding: 10px 40px 10px 20px;
    }

    .tab td {
        padding: 10px !important;
    }

    .tab td.num {
        padding: 5px !important;
    }

    .subtitle, .txt, .num {
        font-size: 0.75em;
    }


}
